groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 03/17: doc/groff.texi: Compactify some examples.


From: G. Branden Robinson
Subject: [groff] 03/17: doc/groff.texi: Compactify some examples.
Date: Thu, 9 Mar 2023 15:03:04 -0500 (EST)

gbranden pushed a commit to branch post-1.23.0
in repository groff.

commit a006ccd9d0dda8c4f8d9b15257f6265043af8d8c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]