gbranden pushed a commit to branch master
in repository groff.

commit 2d8c81931640e263653a4ff3b377cabfdb530ce9
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 31 06:45:53 2022 +1100

    roff(7): Fix style and markup nits.
    
    * Add `\&` after sentence-ending candidate punctuation when discussing
      this very feature.
    * Wrap long input line.
---
 man/roff.7.man | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/man/roff.7.man b/man/roff.7.man
index b2901964..3b18ad63 100644
--- a/man/roff.7.man
+++ b/man/roff.7.man
@@ -146,10 +146,10 @@ and supplies additional inter-sentence space between them.
 .
 It does this by flagging certain characters
 (normally
-.RB \[lq] ! \[rq],
-.RB \[lq] ? \[rq],
+.RB \[lq] !\& \[rq],
+.RB \[lq] ?\& \[rq],
 and
-.RB \[lq] . \[rq])
+.RB \[lq] .\& \[rq])
 as potentially ending a sentence.
 .
 When the formatter encounters one of these
@@ -161,7 +161,8 @@ followed by an inter-sentence space in the formatted output.
 .
 The non-printing input break escape sequence
 .B \[rs]&
-can be used after an end-of-sentence character to defeat end-of-sentence 
detection on a per-instance basis.
+can be used after an end-of-sentence character to defeat end-of-sentence
+detection on a per-instance basis.
 .
 Normally,
 the occurrence of a visible non-end-of-sentence character

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to