summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-05 03:38:05 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-22 14:53:26 -0500
commit5bd5e400078013473dccbe619da368c8de555789 (patch)
treed492cd00dc3273b9375697b58649669ac90f5d3f /doc
parent25d733b6adc4e814b3334a44be65e1f5b1be7eaf (diff)
downloadgroff-git-5bd5e400078013473dccbe619da368c8de555789.tar.gz
doc/groff.texi: Compactify some examples.
I need some vees to address Savannah #63812.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texi12
1 files 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