gbranden pushed a commit to branch master
in repository groff.
commit d8d524b54f95fde3850308a35e3a69f3bc33dcb6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Oct 8 02:42:58 2025 -0500
doc/groff.texi.in: Update example diagnostics.
Reflect the new and more descriptive wording of warnings in the "break"
category.
Also favor active voice over passive.
Bump document's monthwise date stamp.
---
doc/groff.texi.in | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 98e850245..190a53125 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -465,7 +465,7 @@ Documentation License''.
@title groff
@subtitle The GNU implementation of @code{troff}
@subtitle version @VERSION@
-@subtitle September 2025
+@subtitle October 2025
@author Trent@tie{}A.@: Fisher
@author Werner Lemberg
@author G.@tie{}Branden Robinson
@@ -5562,7 +5562,7 @@ employ the @option{-z} option to suppress normal output.
@Example
$ perl -e 'print "#" x 80, "\n";' | gnroff -z
- @error{} warning: cannot break line
+ @error{} cannot adjust line; overset by 15n
@endExample
The remedy for these cases is to tell GNU @code{troff} where the line
@@ -10020,14 +10020,14 @@ an output line is placed according to the configured
alignment and
indentation; see @ref{Manipulating Filling and Adjustment} and @ref{Line
Layout}.
-A tab stop is converted into a non-breakable horizontal movement that
-cannot be adjusted.
+A tab stop becomes a non-breakable horizontal movement that cannot be
+adjusted.
@Example
.ll 2i
.ta T 1i
a@arrow{}b@arrow{}c
- @error{} warning: cannot break line
+ @error{} warning: cannot adjust line; overset by 1n
@result{} a b c
@endExample
@@ -10039,7 +10039,7 @@ inches. Now consider the following.
.ll 2i
.ta T 1i
a@arrow{}b c@arrow{}d
- @error{} warning: cannot adjust line
+ @error{} warning: cannot adjust line; underset by 9n
@result{} a b
@result{} c d
@endExample
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit