groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: preconv(1): Fix coding tag grammar description.


From: G. Branden Robinson
Subject: [groff] 01/01: preconv(1): Fix coding tag grammar description.
Date: Tue, 21 Jul 2020 10:01:31 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 33ca1282668d2acaadc26f4bd7d46d047571ec2f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Jul 21 21:11:36 2020 +1000

    preconv(1): Fix coding tag grammar description.
    
    The semicolon after the value portion of a coding tag declaration is
    optional, not mandatory.  Thanks to Dave Kemper for the report.
    
    Also fix a typo.
    
    And add \& after the final dot in an ellipsis, because when I last
    updated this page I had forgotten that ']' had its 5th cflags bit set
    (i.e., 32; i.e., it's transparent for end-of-sentence recognition).  It
    doesn't technically matter here because the context is an .EX/.EE block,
    and thefore adjustment is off, but it is IMO a salutary example to set.
---
 src/preproc/preconv/preconv.1.man | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/preproc/preconv/preconv.1.man 
b/src/preproc/preconv/preconv.1.man
index c3b2c86..96bad04 100644
--- a/src/preproc/preconv/preconv.1.man
+++ b/src/preproc/preconv/preconv.1.man
@@ -64,7 +64,7 @@ reads each
 .IR file ,
 converts its encoded characters to a form
 .IR groff (@MAN1EXT@)
-can interpet,
+can interpret,
 and sends the result to the standard output stream.
 .
 Currently,
@@ -74,7 +74,7 @@ ISO\~8859,
 or Unicode)
 remain as-is and the remainder are converted to the
 .I groff
-\[lq]special character\[rq] form
+special character form
 .RB \[lq] \[rs][\c
 .BI u XXXX ]\c
 \[rq],
@@ -241,8 +241,8 @@ the escape character must be the default.
 .B \-*\- \c
 .RB [.\|.\|. ; ]\~\c
 .B coding: \c
-.IB encoding ;\~\c
-[.\|.\|.] \c
+.IB encoding\c
+.RB [ ;\~ .\|.\|.\&]\~\c
 .B \-*\-
 .EE
 .RE



reply via email to

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