groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 10/16: groff_out(5): Fix content and style nits.


From: G. Branden Robinson
Subject: [groff] 10/16: groff_out(5): Fix content and style nits.
Date: Sat, 6 Nov 2021 01:38:19 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 0a987ac2ae9414ed4a8a8fe1aed5cc18654f381d
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Nov 5 05:50:19 2021 +1100

    groff_out(5): Fix content and style nits.
    
    Add chunks that were mistakenly missing from commit 51d1c5a1.
    
    Content:
    * Add link to and description of John Gardner's "Roff.js" viewer to "See
      also" section.
    * Set ellipses (...) in roman, not italics.
    * Replace inconsistent bold "<end-of-line>" notation with roman
      "<line-break>".
---
 man/groff_out.5.man | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/man/groff_out.5.man b/man/groff_out.5.man
index 8aca4d3..58668cc 100644
--- a/man/groff_out.5.man
+++ b/man/groff_out.5.man
@@ -486,17 +486,13 @@ extensions.
 .\" ====================================================================
 .
 .TP
-.BI # anything \[la]end-of-line\[ra]
+.BI # anything\c
+\[la]line-break\[ra]
 A comment.
 .
 Ignore any characters from the
-.BR # \~\c
-character up to the next newline character.
-.
-.P
-This command is the only possibility for commenting in the
-.I intermediate
-.IR output .
+.BR # \~character
+up to the next newline.
 .
 Each comment can be preceded by arbitrary
 .I syntactical
@@ -611,7 +607,7 @@ doesn't use this.
 .
 .
 .TP
-.command m "color-scheme \fR[\fPcomponent .\|.\|.\fR]\fP"
+.command m "color-scheme \f[R][\f[]component\f[R]] .\|.\|."
 Set the color for text (glyphs), line drawing, and the outline of
 graphic objects using different color schemes; the analogous command
 for the filling color of graphic objects is
@@ -748,9 +744,9 @@ see section \[lq]Compatibility\[rq] below.
 .
 .
 .TP
-.command t xyz\f[R]\|.\|.\|. \[la]white-space\[ra]
+.command t xyz\f[R]\|.\|.\|.\& \[la]white-space\[ra]
 .TQ
-.command t "xyz\|.\|.\|.\& dummy-arg" \[la]white-space\[ra]
+.command t "xyz\f[R]\|.\|.\|.\&\f[] dummy-arg" \[la]white-space\[ra]
 Typeset a word
 .IR xyz ;
 that is,
@@ -1955,6 +1951,13 @@ and that of
 is a viewer for intermediate output.
 .
 .
+.TP
+.UR https://\:github.com/\:Alhadis/\:Roff\:.js/
+.I Roff.js
+.UE
+is a viewer for intermediate output written in JavaScript.
+.
+.
 .P
 .MR grodvi @MAN1EXT@ ,
 .MR grohtml @MAN1EXT@ ,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]