gbranden pushed a commit to branch master
in repository groff.

commit 8f981ad5bc6dce8a0868dda355fbf5d9f2600aa5
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Dec 21 01:04:31 2025 -0600

    [doc,man]: Re-doc \0, \^, and \| as valid delims.
    
    * doc/groff.texi.in (Delimiters):
    * man/groff.7.man (Delimiters): Re-document `\0`, `\^`, and `\|` as
      valid delimiters.
---
 ChangeLog         | 4 ++++
 doc/groff.texi.in | 3 +++
 man/groff.7.man   | 3 +++
 3 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 78458b95c..99302004e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,10 @@
        for invalidity of `\0`, `\^`, and `\|` as delimiters--they're
        valid again now.
 
+       * doc/groff.texi.in (Delimiters):
+       * man/groff.7.man (Delimiters): Re-document `\0`, `\^`, and `\|`
+       as valid delimiters.
+
 2025-12-21  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/token.h (class token): Trivially refactor.
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 32e5ec870..072444b02 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -7983,6 +7983,8 @@ and thus are allowed as delimiters:
 @c and _delimited_ horizontal motions.
 @code{\@key{SPC}},
 @code{\%},
+@code{\|},
+@code{\^},
 @code{\@{},
 @code{\@}},
 @code{\'},
@@ -7997,6 +7999,7 @@ and thus are allowed as delimiters:
 @code{\&},
 @code{\:},
 @code{\~},
+@code{\0},
 @code{\a},
 @code{\c},
 @code{\d},
diff --git a/man/groff.7.man b/man/groff.7.man
index 090246c4d..0c90aab5e 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -1877,6 +1877,8 @@ and thus are allowed as delimiters:
 .BI \[rs] space\c
 ,
 .BR \[rs]% ,
+.BR \[rs]| ,
+.BR \[rs]\[ha] ,
 .BR \[rs]{ ,
 .BR \[rs]} ,
 .BR \[rs]\[aq] ,
@@ -1891,6 +1893,7 @@ and thus are allowed as delimiters:
 .BR \[rs]& ,
 .BR \[rs]: ,
 .BR \[rs]\[ti] ,
+.BR \[rs]0 ,
 .BR \[rs]a ,
 .BR \[rs]c ,
 .BR \[rs]d ,

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

Reply via email to