[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 12/27: doc/groff.texi.in: Revise example.
From: |
G. Branden Robinson |
Subject: |
[groff] 12/27: doc/groff.texi.in: Revise example. |
Date: |
Thu, 2 Jan 2025 01:22:20 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit a4740c2d94c82d479b06e9e750bed03b71b3ee32
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jan 1 21:48:03 2025 -0600
doc/groff.texi.in: Revise example.
---
doc/groff.texi.in | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index a312d0ee6..116f7e872 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -2465,15 +2465,14 @@ End printing the change bar begun by @code{VS}.
@unnumberedsubsubsec Simple example
-The following example @file{man.local} file alters the @code{SH} macro
-to add some extra vertical space before printing the heading. Headings
-are printed in Helvetica bold.
+The following example @file{man.local} file alters the behavior of the
+@code{SH} macro.
@Example
-.\" Make the heading fonts Helvetica
+.\" Make the heading font Helvetica bold.
.ds HF HB
.
-.\" Put more space in front of headings.
+.\" Use more 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] 12/27: doc/groff.texi.in: Revise example.,
G. Branden Robinson <=