[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 05/08: tmac/groff_ms.7.man: Fix synchronization nit.
From: |
G. Branden Robinson |
Subject: |
[groff] 05/08: tmac/groff_ms.7.man: Fix synchronization nit. |
Date: |
Wed, 24 Mar 2021 02:53:21 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit de481d4b7899d13081efbca4370322fb75c2742f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Mar 23 17:12:20 2021 +1100
tmac/groff_ms.7.man: Fix synchronization nit.
.SH doesn't necessarily set a "sub-"heading or even a "section" heading
(the author may characterize the document divisions as chapters, for
example). It's simply not (automatically) numbered. groff.texi and
ms.ms were already corrected.
---
tmac/groff_ms.7.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index fa2602c..a9eaa55 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -635,7 +635,7 @@ following redefinition of the alias for
.TP
.B .SH\c
.RI " [" level ]
-Unnumbered subheading.
+Unnumbered heading.
.
The optional
.I level
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 05/08: tmac/groff_ms.7.man: Fix synchronization nit.,
G. Branden Robinson <=