No functional change; use capital letters for column classifiers and
lowercase for column modifiers.  This change is to ease pattern matching
in the event of future table surgery.

* man/form.3x: Also simplify table description, dropping redundant row
  description.

tbl(1) (from groff 1.23.0):
     The format specification can occupy multiple input lines, but must
     conclude with a dot “.” followed by a newline.  Each row definition
     is applied in turn to one row of the table.  The last row
     definition is applied to rows of table data in excess of the row
     definitions.
---
 man/captoinfo.1m     |  8 ++++----
 man/curs_terminfo.3x |  4 ++--
 man/form.3x          |  3 +--
 man/menu.3x          |  2 +-
 man/ncurses.3x       |  2 +-
 man/terminfo.tail    | 24 ++++++++++++------------
 6 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index eeac3fd4d..16351ce40 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -163,8 +163,8 @@ .SS "Translations from Nonstandard Capabilities"
 .PP
 .TS
 center;
-cb cb
-cb l .
+Cb Cb
+Cb L .
 \f(BItermcap\fP Code   Graphic
 _
 G2     upper left corner
@@ -218,8 +218,8 @@ .SS "Translations from Nonstandard Capabilities"
 .PP
 .TS
 center;
-cb cb
-l  l .
+Cb Cb
+L  L .
 IBM    X/Open
 _
 ksel   kslt
diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index 352af27d7..748f212ab 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -1150,8 +1150,8 @@ .SH HISTORY
 documenting them as obsolete.
 .PP
 .TS
-lB lB
-lI lIx.
+Lb Lb
+Li Lix.
 Function       Replaced by
 _
 crmode cbreak
diff --git a/man/form.3x b/man/form.3x
index bef63a2bf..2fe931ccc 100644
--- a/man/form.3x
+++ b/man/form.3x
@@ -94,8 +94,7 @@ .SS "Routine Name Index"
 are \fI\%ncurses\fP-specific, not present in SVr4.
 .PP
 .TS
-l l
-l l .
+L L.
 \fBcurses\fP Routine Name      Manual Page Name
 =
 current_field  \fBform_page\fP(3X)
diff --git a/man/menu.3x b/man/menu.3x
index ad1315965..4d21b9c6a 100644
--- a/man/menu.3x
+++ b/man/menu.3x
@@ -83,7 +83,7 @@ .SS "Routine Name Index"
 the manual page on which it is described.
 .PP
 .TS
-l l .
+L L.
 \fBcurses\fP Routine Name      Manual Page Name
 =
 current_item   \fBmitem_current\fP(3X)
diff --git a/man/ncurses.3x b/man/ncurses.3x
index 123da03ae..99458332a 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -626,7 +626,7 @@ .SS "Function Name Index"
 .PP
 .TS
 center tab(/);
-l l .
+L L.
 \fIcurses\fP Function Name/Man Page
 _
 COLOR_PAIR/\fBcurs_color\fP(3X)
diff --git a/man/terminfo.tail b/man/terminfo.tail
index fdda2b2eb..31dabaa62 100644
--- a/man/terminfo.tail
+++ b/man/terminfo.tail
@@ -805,8 +805,8 @@ These are the margin-related capabilities:
 .PP
 .TS
 center;
-lb lb
-lb l .
+Lb Lb
+Lb L .
 Name   Description
 _
 smgl   Set left margin at current column
@@ -1149,8 +1149,8 @@ For example, the DEC vt220 supports most of the modes:
 .PP
 .TS
 center;
-lb lb lb
-l  l  l .
+Lb Lb Lb
+L  L  L .
 tparm Parameter        Attribute       Escape Sequence
 _
 none   none    \eE[0m
@@ -1184,8 +1184,8 @@ Writing out the above sequences, along with their 
dependencies yields
 .ne 11
 .TS
 center;
-lb lb lb
-l  l  l .
+Lb Lb Lb
+L  L  L .
 Sequence       When to Output  terminfo Translation
 _
 \eE[0  always  \eE[0
@@ -1813,8 +1813,8 @@ space.
 .PP
 .TS
 center;
-cb cb cb cb s  s
-l  lb c  l1 l1 l .
+Cb Cb Cb Cb S  S
+L  Lb C  L1 L1 L .
 Color  #define         Value   RGB
 _
 black  COLOR_BLACK     0       0,      0,      0
@@ -1834,8 +1834,8 @@ a different mapping, i.e.,
 .PP
 .TS
 center;
-cb cb cb cb s  s
-l  lb c  l1 l1 l .
+Cb Cb Cb Cb S  S
+L  Lb C  L1 L1 L .
 Color  #define         Value   RGB
 _
 black  COLOR_BLACK     0       0,      0,      0
@@ -1886,8 +1886,8 @@ attributes understood by \fBcurses\fP is as follows:
 .PP
 .TS
 center;
-cb cb cb cb
-lb n  n  lb.
+Cb Cb Cb Cb
+Lb N  N  Lb.
 Attribute      Bit     Decimal Set by
 _
 A_STANDOUT     0       1       sgr
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to