bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 07/14] Use consistent markup in "FILES" sections.


From: G. Branden Robinson
Subject: [PATCH 07/14] Use consistent markup in "FILES" sections.
Date: Fri, 1 Dec 2023 17:32:42 -0600

Set file names in italics, using man(7) `I` macro instead of *roff font
selection escape sequences, and using the standard tagged paragraph
indentation (7n/7.2n).

* man/captoinfo.1m:
* man/ncurses.3x:
* man/term.7:
* man/tset.1: Do it.
---
 man/captoinfo.1m |  2 +-
 man/ncurses.3x   |  2 +-
 man/term.7       | 10 +++++-----
 man/tset.1       |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index 35b92a20..931c0961 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -204,7 +204,7 @@ .SS "Translations from nonstandard capabilities"
 \fB\%@CAPTOINFO@\fP discards these with a warning message.
 .SH FILES
 .TP
-\fI\*d\fP
+.I \*d
 default \fI\%termcap\fP terminal capability database
 .SH NOTES
 The verbose option is not identical to SVr4's.
diff --git a/man/ncurses.3x b/man/ncurses.3x
index f0344265..7672eaab 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -1393,7 +1393,7 @@ .SH ALTERNATE CONFIGURATIONS
 Configure scripts should check for the function's existence rather
 than assuming it is always in the debug library.
 .SH FILES
-.TP 5
+.TP
 .I @DATADIR@/tabset
 tab stop initialization database
 .TP
diff --git a/man/term.7 b/man/term.7
index dbbc0292..d4ae77bd 100644
--- a/man/term.7
+++ b/man/term.7
@@ -220,14 +220,14 @@ .SH DESCRIPTION
 Such programs should fall back
 on the \fITERM\fP environment variable when no \-T option is specified.
 .SH FILES
-.TP 5
+.TP
 .I \*d
 compiled terminal description database
-.TP 5
-/etc/inittab
+.TP
+.I /etc/inittab
 tty line initialization (AT&T-like Unices)
-.TP 5
-/etc/ttys
+.TP
+.I /etc/ttys
 tty line initialization (BSD-like Unices)
 .SH PORTABILITY
 For maximum compatibility with older System V Unices, names and aliases
diff --git a/man/tset.1 b/man/tset.1
index 0cb449f0..a1220771 100644
--- a/man/tset.1
+++ b/man/tset.1
@@ -307,8 +307,8 @@ .SH ENVIRONMENT
 \fB@TSET@\fP removes the variable from the environment before looking
 for the terminal description.
 .SH FILES
-.TP 5
-/etc/ttys
+.TP
+.I /etc/ttys
 system port name to terminal type mapping database (BSD versions only).
 .TP
 .I \*d
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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