groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/07: **/*.man: Put subsection heads in sentence case.


From: G. Branden Robinson
Subject: [groff] 02/07: **/*.man: Put subsection heads in sentence case.
Date: Sat, 25 Jan 2020 04:00:59 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit a24aed3ddfe965d14c651c3ee368273fafaa25d6
Author: G. Branden Robinson <address@hidden>
AuthorDate: Sat Jan 25 03:55:42 2020 +1100

    **/*.man: Put subsection heads in sentence case.
    
    ...where they are not already.
    
    Section headings (.SH) get title case ("See Spot Run"); subsection
    headings (.SS) get sentence case ("See spot run").
    
    This was one of the uncontroversial points from a December 2018
    discussion among the developers about the casing of such things and my
    proposal to stop force-full-capitalizing them in man page sources; see
    https://lists.gnu.org/archive/html/groff/2018-12/msg00141.html and
    follow-ups.
    
    Also double-quote multi-word subsection titles, effectively making them
    one macro argument.  This was already done to some extent in pages, but
    not consistently.  I consider this practice good style and defensive
    programming for man(7) novices who will tend to think of macro calls as
    having parallel syntax.  And they do, but man(7) has some regrettable
    DWIM features like sometimes gobbling up all arguments with $*, and/or
    eating the entire next input line if no arguments are given.
---
 contrib/chem/chem.1.man                       |  6 +++---
 contrib/glilypond/glilypond.1.man             | 14 +++++++-------
 contrib/gperl/gperl.1.man                     |  8 ++++----
 contrib/gpinyin/gpinyin.1.man                 |  2 +-
 contrib/groff_filenames/groff_filenames.5.man | 18 +++++++++---------
 contrib/groffer/groffer.1.man                 | 24 ++++++++++++------------
 contrib/mom/groff_mom.7.man                   |  8 ++++----
 man/groff.7.man                               | 22 +++++++++++-----------
 man/groff_char.7.man                          |  6 +++---
 man/groff_diff.7.man                          | 10 +++++-----
 man/groff_font.5.man                          |  4 ++--
 man/groff_out.5.man                           | 14 +++++++-------
 man/groff_tmac.5.man                          | 14 +++++++-------
 man/roff.7.man                                | 18 +++++++++---------
 src/devices/gropdf/gropdf.1.man               |  4 ++--
 src/devices/grops/grops.1.man                 |  4 ++--
 src/preproc/eqn/eqn.1.man                     |  8 ++++----
 src/preproc/pic/pic.1.man                     |  4 ++--
 src/preproc/preconv/preconv.1.man             |  4 ++--
 src/preproc/refer/refer.1.man                 |  6 +++---
 src/preproc/tbl/tbl.1.man                     | 10 +++++-----
 src/roff/groff/groff.1.man                    | 14 +++++++-------
 tmac/groff_me.7.man                           |  2 +-
 23 files changed, 112 insertions(+), 112 deletions(-)

diff --git a/contrib/chem/chem.1.man b/contrib/chem/chem.1.man
index bae2eec..65f81ae 100644
--- a/contrib/chem/chem.1.man
+++ b/contrib/chem/chem.1.man
@@ -251,7 +251,7 @@ moieties (e.g.,
 .
 .
 .\" ====================================================================
-.SS Setting Variables
+.SS "Setting variables"
 .\" ====================================================================
 .
 There are some variables that can be set by commands.
@@ -523,7 +523,7 @@ The description of a ring has to fit on a single line.
 .
 .
 .\" ====================================================================
-.SS Moieties and Strings
+.SS "Moieties and strings"
 .\" ====================================================================
 .
 A moiety is a string of characters beginning with a capital letter,
@@ -787,7 +787,7 @@ command as well.
 .
 .
 .\" ====================================================================
-.SS WISH LIST
+.SS "Wish list"
 .\" ====================================================================
 .
 .P
diff --git a/contrib/glilypond/glilypond.1.man 
b/contrib/glilypond/glilypond.1.man
index 1840f05..4d79f25 100644
--- a/contrib/glilypond/glilypond.1.man
+++ b/contrib/glilypond/glilypond.1.man
@@ -202,7 +202,7 @@ and is called through
 .\" ====================================================================
 .
 .\" ====================================================================
-.SS "Breaking Options"
+.SS "Breaking options"
 .\" ====================================================================
 .
 .nh
@@ -223,7 +223,7 @@ Print license information.
 .
 .
 .\" ====================================================================
-.SS "Options for building EPS Files"
+.SS "Options for building EPS files"
 .\" ====================================================================
 .
 .TP
@@ -255,7 +255,7 @@ and
 .
 .
 .\" ====================================================================
-.SS "Directories and Files"
+.SS "Directories and files"
 .\" ====================================================================
 .
 .TP
@@ -328,7 +328,7 @@ A lot more of information is sent to STDERR.
 .
 .
 .\" ====================================================================
-.SS "Short Option Collections"
+.SS "Short option collections"
 .\" ====================================================================
 .
 The argument handling of options
@@ -383,7 +383,7 @@ So this argument could also be written as several arguments
 .
 .
 .\" ====================================================================
-.SS "Handling of Long Options"
+.SS "Handling of long options"
 .\" ====================================================================
 .
 Arguments that start with a double dash
@@ -533,7 +533,7 @@ standard.
 .\" ====================================================================
 .
 .\" ====================================================================
-.SS "Integrated Lilypond Codes"
+.SS "Integrated lilypond codes"
 .\" ====================================================================
 .
 A
@@ -660,7 +660,7 @@ This process can be changed by command-line options.
 .
 .
 .\" ====================================================================
-.SS "Command Line Options for Directories"
+.SS "Command line options for directories"
 .\" ====================================================================
 .
 The temporary directory for this program is either created
diff --git a/contrib/gperl/gperl.1.man b/contrib/gperl/gperl.1.man
index 62a829d..2763410 100644
--- a/contrib/gperl/gperl.1.man
+++ b/contrib/gperl/gperl.1.man
@@ -148,7 +148,7 @@ command.
 .
 .
 .\" ====================================================================
-.SS "Starting Perl Mode"
+.SS "Starting Perl mode"
 .\" ====================================================================
 .
 The starting
@@ -165,7 +165,7 @@ as its only argument.
 .
 .
 .\" ====================================================================
-.SS "Ending Perl Mode without Storage"
+.SS "Ending Perl mode without storage"
 .\" ====================================================================
 .
 A
@@ -194,7 +194,7 @@ string variable name for storage \(em see next section.
 .
 .
 .\" ====================================================================
-.SS "Ending Perl Mode with Storage"
+.SS "Ending Perl mode with storage"
 .\" ====================================================================
 .
 A useful feature of
@@ -387,7 +387,7 @@ by
 .
 .
 .\" ====================================================================
-.SS "Printing towards STDERR is without Storage"
+.SS "Printing towards STDERR is without storage"
 .\" ====================================================================
 .
 The printing towards
diff --git a/contrib/gpinyin/gpinyin.1.man b/contrib/gpinyin/gpinyin.1.man
index 8d5202f..f80c5dd 100644
--- a/contrib/gpinyin/gpinyin.1.man
+++ b/contrib/gpinyin/gpinyin.1.man
@@ -97,7 +97,7 @@ argument begins with the hyphen-minus character.
 .
 .
 .\" ====================================================================
-.SS "Pinyin Sections"
+.SS "Pinyin sections"
 .\" ====================================================================
 .
 Pinyin sections in
diff --git a/contrib/groff_filenames/groff_filenames.5.man 
b/contrib/groff_filenames/groff_filenames.5.man
index 63f11f6..198ebbf 100644
--- a/contrib/groff_filenames/groff_filenames.5.man
+++ b/contrib/groff_filenames/groff_filenames.5.man
@@ -122,7 +122,7 @@ language use the following extension:
 .
 .
 .\" ====================================================================
-.SS Man page Sections
+.SS "Man page sections"
 .\" ====================================================================
 .
 The traditional
@@ -196,7 +196,7 @@ man page sections, which stood for \[lq]local\[rq], 
\[lq]new\[rq], and
 .
 .
 .\" ====================================================================
-.SS Man page Group Extensions
+.SS "Man page group extensions"
 .\" ====================================================================
 .
 The
@@ -272,7 +272,7 @@ and
 .
 .
 .\" ====================================================================
-.SS Source of man pages
+.SS "Source of man pages"
 .\" ====================================================================
 .
 There are 2
@@ -331,7 +331,7 @@ and other processors.
 .\" ====================================================================
 .
 .\" ====================================================================
-.SS Files Using Macro Packages
+.SS "Files using macro packages"
 .\" ====================================================================
 .
 The
@@ -385,7 +385,7 @@ languages and their extensions are still very active in
 .
 .
 .\" ====================================================================
-.SS Source Code for Macro Packages (TMAC Files)
+.SS "Source code for macro packages (tmac files)"
 .\" ====================================================================
 .
 In traditional
@@ -458,7 +458,7 @@ for files using the
 .
 .
 .\" ====================================================================
-.SS Classical Roff Files
+.SS "Classical roff files"
 .\" ====================================================================
 .
 .TP
@@ -500,7 +500,7 @@ general ending for files using the
 .
 .
 .\" ====================================================================
-.SS Source Code for Macro Packages (TMAC Files)
+.SS "Source code for macro packages (tmac files)"
 .\" ====================================================================
 .
 As the classical form
@@ -522,7 +522,7 @@ added the following structures:
 .
 .
 .\" ====================================================================
-.SS Files Using new Macro Packages
+.SS "Files using new macro packages"
 .\" ====================================================================
 .
 .I Groff
@@ -554,7 +554,7 @@ files written in
 .
 .
 .\" ====================================================================
-.SS Preprocessors and Postprocessors
+.SS "Preprocessors and postprocessors"
 .\" ====================================================================
 .
 .TP
diff --git a/contrib/groffer/groffer.1.man b/contrib/groffer/groffer.1.man
index b61b438..d45144f 100644
--- a/contrib/groffer/groffer.1.man
+++ b/contrib/groffer/groffer.1.man
@@ -466,7 +466,7 @@ In configuration, all long options must be exact.
 .
 .
 .\" ====================================================================
-.SS "groffer breaking Options"
+.SS "groffer breaking options"
 .\" ====================================================================
 .
 As soon as one of these options is found on the command line it is
@@ -489,7 +489,7 @@ Print version information to standard output.
 .
 .
 .\" ====================================================================
-.SS "groffer Mode Options"
+.SS "groffer mode options"
 .\" ====================================================================
 .
 The display mode and the viewer programs are determined by these
@@ -1469,7 +1469,7 @@ Equivalent to
 .
 .
 .\" ====================================================================
-.SS "X Window System Toolkit Intrinsics Options"
+.SS "X Window System Toolkit Intrinsics options"
 .\" ====================================================================
 .
 The following long options were adapted from the corresponding
@@ -1623,7 +1623,7 @@ Set the X Window System server resource to the given 
value.
 .
 .
 .\" ====================================================================
-.SS "Options for Development"
+.SS "Options for development"
 .\" ====================================================================
 .
 .TP
@@ -1731,7 +1731,7 @@ and
 .
 .
 .\" ====================================================================
-.SS "Filespec Arguments"
+.SS "Filespec arguments"
 .\" ====================================================================
 .
 A
@@ -2018,7 +2018,7 @@ and the decompression of the input are active in every 
mode.
 .
 .
 .\" ====================================================================
-.SS "Graphical Display Modes"
+.SS "Graphical display modes"
 .\" ====================================================================
 .
 The graphical display modes work mostly in the X Window System
@@ -2153,7 +2153,7 @@ pager.
 .
 .
 .\" ====================================================================
-.SS "Special Modes for Debugging and Development"
+.SS "Special modes for debugging and development"
 .\" ====================================================================
 .
 These modes use the
@@ -2261,7 +2261,7 @@ error, but processing is continued.
 .
 .
 .\" ====================================================================
-.SS "Search Algorithm"
+.SS "Search algorithm"
 .\" ====================================================================
 .
 Let us now assume that a
@@ -2887,7 +2887,7 @@ and some standard system variables are honored.
 .
 .
 .\" ====================================================================
-.SS "Native groffer Variables"
+.SS "Native groffer variables"
 .\" ====================================================================
 .
 .TP
@@ -2909,7 +2909,7 @@ during the run of
 .
 .
 .\" ====================================================================
-.SS "System Variables"
+.SS "System variables"
 .\" ====================================================================
 .
 The following variables have a special meaning for
@@ -3002,7 +3002,7 @@ within the run of
 .
 .
 .\" ====================================================================
-.SS "Groff Variables"
+.SS "groff variables"
 .\" ====================================================================
 .
 The
@@ -3033,7 +3033,7 @@ man page for more details on the location of temporary 
files.
 .
 .
 .\" ====================================================================
-.SS "Man Variables"
+.SS "man variables"
 .\" ====================================================================
 .
 Parts of the functionality of the
diff --git a/contrib/mom/groff_mom.7.man b/contrib/mom/groff_mom.7.man
index 4918b8d..9d1d48d 100644
--- a/contrib/mom/groff_mom.7.man
+++ b/contrib/mom/groff_mom.7.man
@@ -266,7 +266,7 @@ arrangement.
 .\" ====================================================================
 .
 .\" ====================================================================
-.SS "Quick Reference of Inline Escape Sequences in alphabetical Order"
+.SS "Quick reference of inline escape sequences in alphabetical order"
 .\" ====================================================================
 .
 .TP
@@ -409,7 +409,7 @@ temporarily move upwards in a line
 .
 .
 .\" ====================================================================
-.SS "Quick Reference of Macros in alphabetical Order"
+.SS "Quick reference of macros in alphabetical order"
 .\" ====================================================================
 .
 .TP
@@ -629,7 +629,7 @@ set the minimum word space size
 .\" ====================================================================
 .
 .\" ====================================================================
-.SS "Details of Inline Escape Sequences in alphabetical Order"
+.SS "Details of inline escape sequences in alphabetical order"
 .\" ====================================================================
 .
 .TP
@@ -1164,7 +1164,7 @@ temporarily move upwards in a line
 .
 .
 .\" ====================================================================
-.SS "Details of Macros in alphabetical Order"
+.SS "Details of macros in alphabetical order"
 .\" ====================================================================
 .
 .\" ======================================================================
diff --git a/man/groff.7.man b/man/groff.7.man
index c28677c..89e2084 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -1105,7 +1105,7 @@ number in parentheses.
 .
 .
 .\" ====================================================================
-.SS "Request Short Reference"
+.SS "Request short reference"
 .\" ====================================================================
 .
 .PD 0
@@ -2739,7 +2739,7 @@ denote glyphs too.
 .
 .
 .\" ====================================================================
-.SS "Single-Character Escapes"
+.SS "Single-character escapes"
 .\" ====================================================================
 .
 .PD 0
@@ -3421,7 +3421,7 @@ character maps to itself.
 .
 .
 .\" ====================================================================
-.SS "Special Characters"
+.SS "Special characters"
 .\" ====================================================================
 .
 [Note: \[oq]Special Characters\[cq] is a misnomer; those entities are
@@ -3609,7 +3609,7 @@ Plus-minus sign
 .
 .
 .\" ====================================================================
-.SS "Unicode Characters"
+.SS "Unicode characters"
 .\" ====================================================================
 .
 The extended escape
@@ -3751,7 +3751,7 @@ decoration is not part of the register name.
 .
 .
 .\" ====================================================================
-.SS "Read-only Registers"
+.SS "Read-only registers"
 .\" ====================================================================
 .
 The following registers have predefined values that should not be
@@ -4173,7 +4173,7 @@ magnification).
 .
 .
 .\" ====================================================================
-.SS "Writable Registers"
+.SS "Writable registers"
 .\" ====================================================================
 .
 The following registers can be read and written by the user.
@@ -4430,7 +4430,7 @@ this is much more difficult.
 .
 .
 .\" ====================================================================
-.SS Underlining with .ul
+.SS "Underlining with .ul"
 .\" ====================================================================
 .
 There exists a
@@ -4448,7 +4448,7 @@ So this request is not really useful.
 .
 .
 .\" ====================================================================
-.SS Underlining with .UL from ms
+.SS "Underlining with .UL from ms"
 .\" ====================================================================
 .
 In the \[oq]ms\[cq] macro package in tmac/s.tmac
@@ -4463,7 +4463,7 @@ not in
 .
 .
 .\" ====================================================================
-.SS Underlining macro definitions
+.SS "Underlining macro definitions"
 .\" ====================================================================
 .
 So one can use the
@@ -4503,7 +4503,7 @@ to
 .
 .
 .\" ====================================================================
-.SS Underlining without macro definitions
+.SS "Underlining without macro definitions"
 .\" ====================================================================
 .
 If one does not want to use macro definitions, e.g., when
@@ -4562,7 +4562,7 @@ after
 .
 .
 .\" ====================================================================
-.SS Underlining with Overstriking \ez and \e(ul
+.SS "Underlining with overstriking \ez and \e(ul"
 .\" ====================================================================
 .
 There is another possibility for underlining by using overstriking
diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index 068a0d5..ff43c73 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -191,7 +191,7 @@ or
 .
 .
 .\" ====================================================================
-.SS "7-bit Character Codes 32\(en126"
+.SS "7-bit character codes 32\(en126"
 .\" ====================================================================
 .
 These are the basic glyphs having 7-bit ASCII code values assigned.
@@ -329,7 +329,7 @@ _
 .
 .
 .\" ====================================================================
-.SS "8-bit Character Codes 160 to 255"
+.SS "8-bit character codes 160 to 255"
 .\" ====================================================================
 .
 They are interpreted as printable characters according to the
@@ -476,7 +476,7 @@ _
 .
 .
 .\" ====================================================================
-.SS "Named Glyphs"
+.SS "Named glyphs"
 .\" ====================================================================
 .
 Glyph names can be embedded into the document text by using escape
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 366e8a1..0d89729 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -3369,7 +3369,7 @@ command is also in scaled points.
 .
 .
 .\" ====================================================================
-.SS "Text Commands"
+.SS "Text commands"
 .\" ====================================================================
 .
 .TP
@@ -3466,7 +3466,7 @@ request in nroff mode and is ignored otherwise.
 .
 .
 .\" ====================================================================
-.SS "Drawing Commands"
+.SS "Drawing commands"
 .\" ====================================================================
 .
 The
@@ -3647,7 +3647,7 @@ The current position isn't changed by those colour 
commands
 .
 .
 .\" ====================================================================
-.SS "Device Control Commands"
+.SS "Device control commands"
 .\" ====================================================================
 .
 There is a continuation convention which permits the argument to the
@@ -3696,7 +3696,7 @@ for groff.
 .
 .
 .\" ====================================================================
-.SS "Groff Language"
+.SS "groff language"
 .\" ====================================================================
 .
 .I groff
@@ -3911,7 +3911,7 @@ escape sequence can be used.
 .
 .
 .\" ====================================================================
-.SS "Intermediate Output"
+.SS "Intermediate output"
 .\" ====================================================================
 .
 The groff intermediate output format is in a state of evolution.
diff --git a/man/groff_font.5.man b/man/groff_font.5.man
index 87de44e..044a632 100644
--- a/man/groff_font.5.man
+++ b/man/groff_font.5.man
@@ -52,7 +52,7 @@ there is no associated binary format.
 .
 .
 .\" ====================================================================
-.SS DESC file format
+.SS "DESC file format"
 .\" ====================================================================
 .
 The
@@ -365,7 +365,7 @@ but completely ignored:
 .
 .
 .\" ====================================================================
-.SS Font file format
+.SS "Font file format"
 .\" ====================================================================
 .
 A font file has two sections; empty lines are ignored in both of them.
diff --git a/man/groff_out.5.man b/man/groff_out.5.man
index 5c2980f..2832d28 100644
--- a/man/groff_out.5.man
+++ b/man/groff_out.5.man
@@ -322,7 +322,7 @@ They are just ignored.
 .
 .
 .\" ====================================================================
-.SS "Argument Units"
+.SS "Argument units"
 .\" ====================================================================
 .
 Some commands take integer arguments that are assumed to represent
@@ -377,7 +377,7 @@ argument or command.
 .
 .
 .\" ====================================================================
-.SS "Document Parts"
+.SS "Document parts"
 .\" ====================================================================
 A correct
 .I intermediate output
@@ -462,7 +462,7 @@ extensions.
 .
 .
 .\" ====================================================================
-.SS "Comment Command"
+.SS "Comment command"
 .\" ====================================================================
 .
 .TP
@@ -485,7 +485,7 @@ every command can be terminated by a comment.
 .
 .
 .\" ====================================================================
-.SS "Simple Commands"
+.SS "Simple commands"
 .\" ====================================================================
 .
 The commands in this subsection have a command code consisting of a
@@ -826,7 +826,7 @@ The spacing itself must be performed explicitly by a move 
command.
 .
 .
 .\" ====================================================================
-.SS "Graphics Commands"
+.SS "Graphics commands"
 .\" ====================================================================
 .
 Each graphics or drawing command in the
@@ -1180,7 +1180,7 @@ extension.
 .
 .
 .\" ====================================================================
-.SS "Device Control Commands"
+.SS "Device control commands"
 .\" ====================================================================
 .
 Each device control command starts with the letter
@@ -1411,7 +1411,7 @@ extension.
 .
 .
 .\" ====================================================================
-.SS "Obsolete Command"
+.SS "Obsolete command"
 .\" ====================================================================
 .
 In
diff --git a/man/groff_tmac.5.man b/man/groff_tmac.5.man
index e0b5846..f83de7e 100644
--- a/man/groff_tmac.5.man
+++ b/man/groff_tmac.5.man
@@ -134,7 +134,7 @@ Multiple man pages (in either format) can be handled.
 .
 .
 .\" ====================================================================
-.SS "Full Packages"
+.SS "Full packages"
 .\" ====================================================================
 .
 The packages in this section provide a complete set of macros for
@@ -183,7 +183,7 @@ macro package; see
 .
 .
 .\" ====================================================================
-.SS "Language-specific Packages"
+.SS "Language-specific packages"
 .\" ====================================================================
 .
 .TP
@@ -247,7 +247,7 @@ It should be used as the last macro package on the command 
line.
 .
 .
 .\" ====================================================================
-.SS "Input Encodings"
+.SS "Input encodings"
 .\" ====================================================================
 .
 .
@@ -304,7 +304,7 @@ fonts which contain the necessary glyphs.
 .
 .
 .\" ====================================================================
-.SS "Special Packages"
+.SS "Special packages"
 .\" ====================================================================
 .
 The macro packages in this section are not intended for stand-alone
@@ -924,7 +924,7 @@ see
 .
 .
 .\" ====================================================================
-.SS "Copy-in Mode"
+.SS "Copy-in mode"
 .\" ====================================================================
 .
 The phase when groff reads a macro is called
@@ -1019,7 +1019,7 @@ and
 .
 .
 .\" ====================================================================
-.SS "Draft Mode"
+.SS "Draft mode"
 .\" ====================================================================
 .
 Writing groff macros is easy when the escaping mechanism is temporarily
@@ -1069,7 +1069,7 @@ request.
 .
 .
 .\" ====================================================================
-.SS "Tips for Macro Definitions"
+.SS "Tips for macro definitions"
 .\" ====================================================================
 .
 .IP \(bu
diff --git a/man/roff.7.man b/man/roff.7.man
index 8d2bdcf..c476072 100644
--- a/man/roff.7.man
+++ b/man/roff.7.man
@@ -146,7 +146,7 @@ its roots go back to the earlier operating systems CTSS and 
Multics.
 .
 .
 .\" ====================================================================
-.SS "The Predecessor RUNOFF"
+.SS "The predecessor RUNOFF"
 .\" ====================================================================
 .
 .BR roff 's
@@ -225,7 +225,7 @@ $git clone https://github.com/bwarken/runoff.git
 .
 .
 .\" ====================================================================
-.SS "The Classical nroff/troff System"
+.SS "The classical nroff/troff system"
 .\" ====================================================================
 .
 At BTL, there was a need to drive the
@@ -483,7 +483,7 @@ files and man pages.
 .
 .
 .\" ====================================================================
-.SS "The roff Pipe"
+.SS "The roff pipe"
 .\" ====================================================================
 .
 Each
@@ -620,7 +620,7 @@ grn@for including \fBgremlin\fR(1) pictures.
 .
 .
 .\" ====================================================================
-.SS "Formatter Programs"
+.SS "Formatter programs"
 .\" ====================================================================
 .
 A
@@ -685,7 +685,7 @@ is used as a general term to refer to both formatters.
 .
 .
 .\" ====================================================================
-.SS "Devices and Postprocessors"
+.SS "Devices and postprocessors"
 .\" ====================================================================
 .
 Devices are hardware interfaces like printers, text or graphical
@@ -772,7 +772,7 @@ language.
 .
 .
 .\" ====================================================================
-.SS "Macro Packages"
+.SS "Macro packages"
 .\" ====================================================================
 .
 Macro packages are collections of macros that are suitable to format a
@@ -829,7 +829,7 @@ and
 .
 .
 .\" ====================================================================
-.SS "The roff Formatting Language"
+.SS "The roff formatting language"
 .\" ====================================================================
 .
 The classical
@@ -1304,7 +1304,7 @@ the actual standard
 .
 .
 .\" ====================================================================
-.SS "Historical roff Documentation"
+.SS "Historical roff documentation"
 .\" ====================================================================
 .
 Many classical
@@ -1384,7 +1384,7 @@ $ git clone https://github.com/bwarken/roff_classical.git
 .
 .
 .\" ====================================================================
-.SS "Manual Pages"
+.SS "Manual pages"
 .\" ====================================================================
 .
 Due to its complex structure, a full
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index 51dd312..47669b8 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -1109,7 +1109,7 @@ not all PDF Readers support any or all these transitions.
 .LP
 .
 .\" ====================================================================
-.SS Importing graphics
+.SS "Importing graphics"
 .\" ====================================================================
 .
 .B gropdf
@@ -1161,7 +1161,7 @@ will now load successfully.
 .
 .
 .\" ====================================================================
-.SS TrueType and other font formats
+.SS "TrueType and other font formats"
 .\" ====================================================================
 .
 .B gropdf
diff --git a/src/devices/grops/grops.1.man b/src/devices/grops/grops.1.man
index ca9eb47..e227b78 100644
--- a/src/devices/grops/grops.1.man
+++ b/src/devices/grops/grops.1.man
@@ -1127,7 +1127,7 @@ drawn unconnected).
 .
 .
 .\" ====================================================================
-.SS Encapsulated PostScript
+.SS "Encapsulated PostScript"
 .\" ====================================================================
 .
 .B grops
@@ -1168,7 +1168,7 @@ to
 .
 .
 .\" ====================================================================
-.SS TrueType and other font formats
+.SS "TrueType and other font formats"
 .\" ====================================================================
 .
 TrueType fonts can be used with
diff --git a/src/preproc/eqn/eqn.1.man b/src/preproc/eqn/eqn.1.man
index cecdc50..ba03fc1 100644
--- a/src/preproc/eqn/eqn.1.man
+++ b/src/preproc/eqn/eqn.1.man
@@ -277,7 +277,7 @@ these may safely be ignored if you do not know \*(tx.
 .
 .
 .\" ====================================================================
-.SS Controlling delimiters
+.SS "Controlling delimiters"
 .\" ====================================================================
 .
 If not in compatibility mode,
@@ -298,7 +298,7 @@ If delimiters haven't been specified, the call has no 
effect.
 .
 .
 .\" ====================================================================
-.SS Automatic spacing
+.SS "Automatic spacing"
 .\" ====================================================================
 .
 .B eqn
@@ -393,7 +393,7 @@ See subsection \[lq]Fonts\[rq] below.
 .
 .
 .\" ====================================================================
-.SS New primitives
+.SS "New primitives"
 .\" ====================================================================
 .
 .TP
@@ -728,7 +728,7 @@ picture.
 .
 .
 .\" ====================================================================
-.SS Extended primitives
+.SS "Extended primitives"
 .\" ====================================================================
 .
 .TP
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index 4fadf17..a00ae8c 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -257,7 +257,7 @@ A complete documentation is available in the file
 .
 .
 .\" ====================================================================
-.SS \*(tx mode
+.SS "\*(tx mode"
 .\" ====================================================================
 .
 \*(tx mode is enabled by the
@@ -730,7 +730,7 @@ to avoid ambiguity.
 .
 .
 .\" ====================================================================
-.SS Other Changes
+.SS "Other changes"
 .\" ====================================================================
 .
 A bare expression,
diff --git a/src/preproc/preconv/preconv.1.man 
b/src/preproc/preconv/preconv.1.man
index fd87aaf..85d5a93 100644
--- a/src/preproc/preconv/preconv.1.man
+++ b/src/preproc/preconv/preconv.1.man
@@ -175,7 +175,7 @@ environment variable which is eventually expanded to option
 .
 .
 .\" ====================================================================
-.SS "Byte Order Mark"
+.SS "Byte order mark"
 .\" ====================================================================
 .
 The Unicode Standard defines character U+FEFF as the Byte Order Mark
@@ -206,7 +206,7 @@ space\[cq] character \[en] something not needed normally in
 .
 .
 .\" ====================================================================
-.SS "Coding Tags"
+.SS "Coding tags"
 .\" ====================================================================
 .
 Editors which support more than a single character encoding need tags
diff --git a/src/preproc/refer/refer.1.man b/src/preproc/refer/refer.1.man
index a3e3453..1b21f42 100644
--- a/src/preproc/refer/refer.1.man
+++ b/src/preproc/refer/refer.1.man
@@ -351,7 +351,7 @@ Don't recognize lines beginning with
 .\" ====================================================================
 .
 .\" ====================================================================
-.SS Bibliographic databases
+.SS "Bibliographic databases"
 .\" ====================================================================
 .
 The bibliographic database is a text file consisting of records
@@ -1321,7 +1321,7 @@ This will have no effect unless references are being 
accumulated.
 .
 .
 .\" ====================================================================
-.SS Label expressions
+.SS "Label expressions"
 .\" ====================================================================
 .
 Label expressions can be evaluated both normally and tentatively.
@@ -1630,7 +1630,7 @@ have the same precedence.
 .
 .
 .\" ====================================================================
-.SS Macro interface
+.SS "Macro interface"
 .\" ====================================================================
 .
 Each reference starts with a call to the macro
diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index 1b666e7..7e13f55 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -256,7 +256,7 @@ which is here
 .SH Usage
 .
 .\" ====================================================================
-.SS Global options
+.SS "Global options"
 .\" ====================================================================
 .
 The line immediately following the
@@ -364,7 +364,7 @@ parentheses.
 .
 .
 .\" ====================================================================
-.SS Table format specification
+.SS "Table format specification"
 .\" ====================================================================
 .
 After global options come lines describing the format of each line of
@@ -598,7 +598,7 @@ request.
 .
 .
 .\" ====================================================================
-.SS Column specifiers
+.SS "Column specifiers"
 .\" ====================================================================
 .
 Here are the specifiers that can appear in suffixes to column key
@@ -830,7 +830,7 @@ or
 .
 .
 .\" ====================================================================
-.SS Table data
+.SS "Table data"
 .\" ====================================================================
 .
 The format lines are followed by lines containing the actual data for the
@@ -918,7 +918,7 @@ field immediately above spans downward over this row.
 .
 .
 .\" ====================================================================
-.SS Text blocks
+.SS "Text blocks"
 .\" ====================================================================
 .
 A text block can be used to enter data as a single entry which would
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index b167df8..b7f3931 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -157,7 +157,7 @@ options can be fed into
 .
 .
 .\" ====================================================================
-.SS Native groff Options
+.SS "Native groff options"
 .\" ====================================================================
 .
 The following options either do not exist for
@@ -639,7 +639,7 @@ replacing the usual postprocessor output; see
 .
 .
 .\" ====================================================================
-.SS Transparent Options
+.SS "Transparent options"
 .\" ====================================================================
 .
 The following options are transparently handed over to the formatter
@@ -782,7 +782,7 @@ system.
 .
 .
 .\" ====================================================================
-.SS Paper Size
+.SS "Paper size"
 .\" ====================================================================
 .
 The
@@ -928,7 +928,7 @@ These aren't visible to the user.
 .
 .
 .\" ====================================================================
-.SS "Macro Packages"
+.SS "Macro packages"
 .\" ====================================================================
 .
 Macro packages can be included by option
@@ -1026,7 +1026,7 @@ not mentioned here.
 .
 .
 .\" ====================================================================
-.SS "Programming Language"
+.SS "Programming language"
 .\" ====================================================================
 .
 General concepts common to all
@@ -1756,7 +1756,7 @@ file) directory.
 .
 .
 .\" ====================================================================
-.SS "groff Macro Directory"
+.SS "groff macro directory"
 .\" ====================================================================
 .
 This contains all information related to macro packages.
@@ -1802,7 +1802,7 @@ Macro file for macro package
 .
 .
 .\" ====================================================================
-.SS "groff Font Directory"
+.SS "groff font directory"
 .\" ====================================================================
 .
 This contains all information related to output devices.
diff --git a/tmac/groff_me.7.man b/tmac/groff_me.7.man
index 3af06bf..b57a0fb 100644
--- a/tmac/groff_me.7.man
+++ b/tmac/groff_me.7.man
@@ -120,7 +120,7 @@ is acceptable as input.
 .
 .
 .\" ====================================================================
-.SS Macro Reference
+.SS "Macro reference"
 .\" ====================================================================
 .
 Numeric arguments to macros are denoted with lowercase letters and



reply via email to

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