groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/06: groff_diff(7): Pick style nits.


From: G. Branden Robinson
Subject: [groff] 06/06: groff_diff(7): Pick style nits.
Date: Wed, 29 Jul 2020 06:20:22 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit afb8d74dc07a709543136ff64b39097f55f8b4b3
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jul 29 19:33:39 2020 +1000

    groff_diff(7): Pick style nits.
    
    * Escape dash in .class example.
    * Break input lines after commas.
    * Put an empty request between sentences.
    * Put a leading dot before request names.
    * Use .RB macro in favor of ugly "\~\cNEWLINE" construction.
    * Make the opening .EQ/.EN macros that enable equation delimiters "hug"
      the portion of that requires them more closely.
---
 man/groff_diff.7.man | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index cd34f52..d79eadc 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -1482,7 +1482,7 @@ classes can be nested.
 .RS
 .EX
 \&.class [prepunct] , : ; > }
-\&.class [prepunctx] \[rs]C'[prepunct]' \[rs][u2013]-\[rs][u2016]
+\&.class [prepunctx] \[rs]C'[prepunct]' \[rs][u2013]\-\[rs][u2016]
 .EE
 .RE
 The class
@@ -1875,16 +1875,18 @@ fonts
 .IR s1 ,
 .IR s2 ,
 \&.\|.\|.\&
-are special, that is, they are searched for glyphs not in
-the current font.
+are special,
+that is,
+they are searched for glyphs not in the current font.
 .
 Any fonts specified in the
-.B special
+.B .special
 request are searched after fonts specified in the
-.B fspecial
+.B .fspecial
 request.
 .
-Without argument, reset the list of global special fonts to be empty.
+Without argument,
+reset the list of global special fonts to be empty.
 .
 .TP
 .BI .ftr\~ f\~g
@@ -2575,8 +2577,9 @@ Remove the definitions of glyphs
 .IR c1 ,
 .IR c2 ,
 and so on.
+.
 This undoes the effect of a
-.B char
+.B .char
 request.
 .
 .TP
@@ -2711,8 +2714,8 @@ It sets the available font sizes for the current font to
 .I sn
 scaled points.
 .
-The list of sizes can be terminated by an optional\~\c
-.BR 0 .
+The list of sizes can be terminated by an
+.RB optional\~\[lq] 0 \[rq].
 .
 Each
 .I si
@@ -4167,10 +4170,10 @@ Draw a solid ellipse with a horizontal diameter of
 and a vertical diameter of
 .I dy
 with the leftmost point at the current position.
+.
 .EQ
 delim $$
 .EN
-.
 .TP
 \f[B]Dp\f[R] $dx sub 1$ $dy sub 1$ $dx sub 2$ $dy sub 2$ $...$ \c
 $dx sub n$ $dy sub n$\[rs]n



reply via email to

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