groff-commit
[Top][All Lists]
Advanced

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

[groff] 17/30: doc/webpage.ms: Fix markup nit.


From: G. Branden Robinson
Subject: [groff] 17/30: doc/webpage.ms: Fix markup nit.
Date: Wed, 15 Jun 2022 09:59:53 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit c33c23a10b314393d43fd4d41306729b36ba92fa
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Jun 14 19:39:00 2022 -0500

    doc/webpage.ms: Fix markup nit.
    
    Use `\&` after '.' and multiple spaces in unfilled example of groff
    source.  It is a better stylistic practice since additional
    inter-sentence space is applied even when filling is disabled.
---
 doc/webpage.ms | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/doc/webpage.ms b/doc/webpage.ms
index 80d29e25..f5d65449 100644
--- a/doc/webpage.ms
+++ b/doc/webpage.ms
@@ -621,10 +621,10 @@ This allows reliable modification of requests.
 .ft C
 \&.als bp@orig bp
 \&.de bp
-\&.  tm before bp
-\&.  ie \e\en[.br] .bp@orig
-\&.  el \[aq]bp@orig
-\&.  tm after bp
+\&.\&  tm before bp
+\&.\&  ie \e\en[.br] .bp@orig
+\&.\&  el \[aq]bp@orig
+\&.\&  tm after bp
 \&..
 .ft P
 .fi
@@ -859,8 +859,8 @@ For example, a table with two cells and two rows looks like 
this:
 .nf
 .ft C
 \&.TBL cols=2
-\&.  TR .TD 1*1 .TD 1*2
-\&.  TR .TD 2*1 .TD 2*2
+\&.\&  TR .TD 1*1 .TD 1*2
+\&.\&  TR .TD 2*1 .TD 2*2
 \&.ETB
 .ft P
 .fi
@@ -1570,7 +1570,8 @@ position horizontally again.
 
 \eD'f\~.\|.\|.\&' is deprecated since it depends on the horizontal
 motion quanum of the output device (given with the `hor' parameter in
-the DESC file).  Use the new \eD'Fg\~.\|.\|.\&' escape instead.
+the DESC file).
+Use the new \eD'Fg\~.\|.\|.\&' escape instead.
 
 .LI
 For orthogonality, new \eD subcommands to change the fill color are
@@ -2432,7 +2433,7 @@ insert the following at the start of your document:
 .nf
 .ft C
 \&.if \[aq]\e*[.T]\[aq]dvi\[aq] \e
-\&.  sizes 500 600 700 800 900 1000 1095 1200 1400 1440 1600 \e
+\&.\&  sizes 500 600 700 800 900 1000 1095 1200 1400 1440 1600 \e
 \&         1728 1800 2000 2074 2200 2400 2488 2800 3600
 .ft P
 .fi



reply via email to

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