summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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