[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 02/18: doc/groff.texi.in: Fix overset line in example.
From: |
G. Branden Robinson |
Subject: |
[groff] 02/18: doc/groff.texi.in: Fix overset line in example. |
Date: |
Sun, 5 Jan 2025 05:22:12 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 9b8068efee58b5444a775d695ec481fc1b029517
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jan 2 02:50:18 2025 -0600
doc/groff.texi.in: Fix overset line in example.
---
doc/groff.texi.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 0b64d29f0..95adfc67f 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -2468,11 +2468,12 @@ End printing the change bar begun by @code{VS}.
The following example @file{man.local} file alters the behavior of the
@code{SH} macro.
+@c Wrap example at 56 columns.
@Example
.\" Make the heading font Helvetica bold.
.ds HF HB
.
-.\" Use more vertical space prior to headings on typesetters.
+.\" Add vertical space prior to headings on typesetters.
.rn SH SH-orig
.de SH
. if t .sp (u;\\n[PD]*2)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 02/18: doc/groff.texi.in: Fix overset line in example.,
G. Branden Robinson <=