groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/11: doc/groff.texi: Adjust dead-tree pagination.


From: G. Branden Robinson
Subject: [groff] 04/11: doc/groff.texi: Adjust dead-tree pagination.
Date: Tue, 23 May 2023 16:25:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit d37c0a572a4c4809989baf7b6d784116ddc3c642
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue May 23 09:12:49 2023 -0500

    doc/groff.texi: Adjust dead-tree pagination.
    
    ...by tweaking spacing in example of `\x` usage.  This also makes the
    effect of the `\b` bracket-building escape sequence even more visible.
---
 doc/groff.texi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/groff.texi b/doc/groff.texi
index 80087d60f..8215c14a5 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -8933,14 +8933,18 @@ Requests}.} as the following example shows.
 .nf
 This is a test of \[rs]b (1).
 This is a test of \[rs]b (2).
+.sp
 This is a test of \b'xyz'\x'-1m'\x'1m' (3).
+.sp
 This is a test of \[rs]b (4).
 This is a test of \[rs]b (5).
     @result{} This is a test of \b (1).
     @result{} This is a test of \b (2).
+    @result{}
     @result{}                   x
     @result{} This is a test of y (3).
     @result{}                   z
+    @result{}
     @result{} This is a test of \b (4).
     @result{} This is a test of \b (5).
 @endExample



reply via email to

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