groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/19: groff_man*(7): Fix content, style, markup nits.


From: G. Branden Robinson
Subject: [groff] 07/19: groff_man*(7): Fix content, style, markup nits.
Date: Wed, 6 Jul 2022 15:45:43 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit f4ad09c774da92f4b83037c199d9bef57ebbaf5b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jul 6 03:21:12 2022 -0500

    groff_man*(7): Fix content, style, markup nits.
    
    * Fix cut and paste error, repairing metasyntactic variable damage.
    * Characterize result of italic style macro more accurately as being in
      an "italic or oblique face".
    * Recast for more consistent use of terms "inset", "left margin", and
      "indentation".
    * Tighten wording.
    * Set multi-word parentheticals on text lines by themselves.
---
 tmac/groff_man.7.man.in | 41 +++++++++++++++++------------------------
 1 file changed, 17 insertions(+), 24 deletions(-)

diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index db5638db..0cb1218e 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -308,10 +308,10 @@ The highest level of organization of a man page is 
determined by this
 group of macros.
 .
 .B .TH
-(title heading) identifies the document as a man page and defines
-information enabling its indexing by
+(title heading)
+identifies the document as a man page and defines information enabling
 .MR mandb 8
-or a similar tool.
+or a similar tool to `index' it.
 .
 Section headings
 .RB ( .SH ),
@@ -463,7 +463,7 @@ Its argument,
 or the text on the next input line if
 .B .SH
 is given none,
-is set with no indentation,
+is set at the left margin,
 in bold
 (or the font specified by the string
 .BR HF )
@@ -478,11 +478,9 @@ use of an italic style in
 .I heading-text
 is mapped to the bold-italic style if available in the font family.
 .
-Additionally,
-the left margin and indentation affecting subsequent text are reset to
-their default values.
+The inset level is reset to 1 and paragraph indentation to the default.
 .
-Text on input lines after
+Text after
 .I heading-text
 is set as an ordinary paragraph
 .RB ( .P ).
@@ -543,14 +541,12 @@ If the heading font
 .B \[rs]*[HF]
 is bold,
 use of an italic style in
-.I heading-text
+.I subheading-text
 is mapped to the bold-italic style if available in the font family.
 .
-Additionally,
-the left margin and indentation affecting subsequent text are reset to
-their default values.
+The inset level is reset to 1 and paragraph indentation to the default.
 .
-Text on input lines after
+Text after
 .I subheading-text
 is set as an ordinary paragraph
 .RB ( .P ).
@@ -681,9 +677,7 @@ An ordinary paragraph
 _ifstyle()dnl
 like this one
 _endif()dnl
-is set without a first-line indentation at the current left margin,
-which by default is indented from the leftmost position of the output
-device.
+is set without a first-line indentation at the current left margin.
 .
 In man pages and other technical literature,
 definition lists are frequently encountered;
@@ -913,7 +907,7 @@ in section \(lqFiles\(rq below.
 .BI .SY " command"
 Begin synopsis.
 .
-A new paragraph is begun at the left margin
+A new paragraph begins at the left margin
 _ifstyle()dnl
 (as with
 .BR .P )
@@ -1531,10 +1525,10 @@ _endif()dnl
 .IR text ]
 Set
 .I text
-in italics.
+in an italic or oblique face.
 .
 If the macro is given no arguments,
-the text of the next input line is set in italics.
+the text of the next input line is set in an italic or oblique face.
 .
 .
 _ifstyle()dnl
@@ -1894,10 +1888,10 @@ footers
 .BR .TH ),
 and section headings
 .RB ( .SH )
-are set with no indentation
+are set at the left margin,
 and subsection headings
 .RB ( .SS )
-are indented 3n
+indented from it by 3n
 (but see the
 .B \-rSN
 option).
@@ -3280,11 +3274,10 @@ term for headers and footers.)
 _endif()dnl
 .
 By default,
-the line length
+it is set to the line length
 (see
 .B \-rLL
-above)
-is used for the title length.
+above).
 .
 .
 .TP



reply via email to

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