gbranden pushed a commit to branch post-1.23.0
in repository groff.
commit a006ccd9d0dda8c4f8d9b15257f6265043af8d8c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Mar 5 03:38:05 2023 -0600
doc/groff.texi: Compactify some examples.
I need some vees to address Savannah #63812.
---
doc/groff.texi | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index c9e58202c..15b3cd8a3 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -12582,10 +12582,8 @@ operator} formats @var{xxx} and @var{yyy} in separate
environments;
after the comparison, the resulting data are discarded.
@Example
-.ie "|"\fR|\fP" \
-true
-.el \
-false
+.ie "|"\fR|\fP" true
+.el false
@result{} true
@endExample
@@ -12615,10 +12613,8 @@ causes them to be compared character by character, as
with string
comparisons in other programming languages.
@Example
-.ie "\?|\?"\?\fR|\fP\?" \
-true
-.el \
-false
+.ie "\?|\?"\?\fR|\fP\?" true
+.el false
@result{} false
@endExample
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit