gbranden pushed a commit to branch master
in repository groff.

commit 81eb458c48c007360efdaafcad159593cc7d9bc4
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Nov 28 16:41:51 2025 -0600

    [doc,man]: Sync input line breaks.
    
    ...between our Texinfo manual and man pages.
---
 doc/groff.texi.in | 43 ++++++++++++++++++++++++++++++++++---------
 man/groff.7.man   |  4 ++--
 2 files changed, 36 insertions(+), 11 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 2cfe7a401..e6b0a94e6 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -7804,15 +7804,40 @@ expressions; see below.
 @cindex @code{\r}, as delimiter
 @cindex @code{\t}, as delimiter
 @cindex @code{\u}, as delimiter
-The following escape sequences don't take arguments and thus are allowed
-as delimiters:
-@code{\@key{SPC}}, @code{\%}, @code{\|}, @code{\^}, @code{\@{},
-@code{\@}}, @code{\'}, @code{\`}, @code{\-}, @code{\_}, @code{\!},
-@code{\?}, @code{\)}, @code{\/}, @code{\,}, @code{\&}, @code{\:},
-@code{\~}, @code{\0}, @code{\a}, @code{\c}, @code{\d}, @code{\e},
-@code{\E}, @code{\p}, @code{\r}, @code{\t}, and @code{\u}.  However,
-using them this way is discouraged; they can make the input confusing to
-read.
+The following escape sequences don't take arguments
+and thus are allowed as delimiters:
+@code{\@key{SPC}},
+@code{\%},
+@code{\|},
+@code{\^},
+@code{\@{},
+@code{\@}},
+@code{\'},
+@code{\`},
+@code{\-},
+@code{\_},
+@code{\!},
+@code{\?},
+@code{\)},
+@code{\/},
+@code{\,},
+@code{\&},
+@code{\:},
+@code{\~},
+@code{\0},
+@code{\a},
+@code{\c},
+@code{\d},
+@code{\e},
+@code{\E},
+@code{\p},
+@code{\r},
+@code{\t},
+and
+@code{\u}.
+However,
+using them this way is discouraged;
+they can make the input confusing to read.
 
 @cindex @code{\D}, delimiters allowed by
 @cindex @code{\h}, delimiters allowed by
diff --git a/man/groff.7.man b/man/groff.7.man
index 61b12489c..c627540b5 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -1861,8 +1861,8 @@ see below.
 .br
 .ne 3v
 .P
-The following escape sequences don't take arguments and thus are allowed
-as delimiters:
+The following escape sequences don't take arguments
+and thus are allowed as delimiters:
 .BI \[rs] space\c
 ,
 .BR \[rs]% ,

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

Reply via email to