gbranden pushed a commit to branch master
in repository groff.
commit cd986781052ceb1b1dde9d5982e419da4f00ea74
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 28 05:53:26 2023 -0500
preconv(1): Reduce redundancy.
Also add hair space escape sequences to prevent crowding of
double-quoted escape sequence literals.
---
src/preproc/preconv/preconv.1.man | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/preproc/preconv/preconv.1.man
b/src/preproc/preconv/preconv.1.man
index 1535bae88..35b73323f 100644
--- a/src/preproc/preconv/preconv.1.man
+++ b/src/preproc/preconv/preconv.1.man
@@ -263,7 +263,8 @@ interprets the following syntax if it occurs in a
comment
in the first or second line of the input file.
.
-Both \[lq]\[rs]"\[rq] and \[lq]\[rs]#\[rq] comment forms are recognized,
+Both \[lq]\^\[rs]"\^\[rq] and \[lq]\^\[rs]#\^\[rq] comment forms are
+recognized,
but the control
(or no-break control)
character must be the default and must begin the line.
@@ -383,14 +384,14 @@ each of which is mapped to an appropriate value from the
list above.
.
.
.PP
-Trailing
+Any
\[lq]\-dos\[rq],
\[lq]\-unix\[rq],
-and
+or
\[lq]\-mac\[rq]
-suffixes on coding tags
-(which indicate the end-of-line convention used in the file)
-are disregarded for the purpose of comparison with the above tags.
+suffix on a coding tag
+(which indicates the end-of-line convention used in the file)
+is ignored during comparison with the above tags.
.
.
.\" ====================================================================
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit