gbranden pushed a commit to branch master
in repository groff.

commit d60f35b66195a249e5dadbcb15b2e2821c4af631
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed May 20 09:28:06 2026 -0500

    src/roff/troff/token.h: Update annotation.
---
 src/roff/troff/token.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/roff/troff/token.h b/src/roff/troff/token.h
index ad809e1a1..fc02e870b 100644
--- a/src/roff/troff/token.h
+++ b/src/roff/troff/token.h
@@ -303,7 +303,8 @@ inline bool token::is_terminator()
   // 1.  A left brace escape sequence doesn't terminate the contents of
   //     a string assignment in Plan 9 or DWB troffs, but is discarded,
   //     instead of populating the string.
-  // 2.  A tab can populate string contents.
+  // 2.  A space can populate string contents.
+  // 3.  A tab can populate string contents.
   return ((TOKEN_NEWLINE == type)
          || (TOKEN_EOF == type)
          || (TOKEN_RIGHT_BRACE == type));

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

Reply via email to