[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 23/40] man/infocmp.1m: Fix content, style, and markup nits in tab
From: |
G. Branden Robinson |
Subject: |
[PATCH 23/40] man/infocmp.1m: Fix content, style, and markup nits in table. |
Date: |
Fri, 12 Jan 2024 13:47:13 -0600 |
Content:
* Refer to infocmp(1) `-I` and `-C` output as using "codes", not
"names".
* Refer to infocmp(1) `-L` output as using "long" capability names, not
"the long C variable name listed in term.h"
* Clarify meaning of `-r` option.
Style:
* Set "terminfo" and "termcap" in italics, not bold.
* Drop period from non-sentence in table entry.
Markup:
* Migrate from slashes to real tab characters for tabulation.
* Use tbl(1) column modifiers to set a column in bold rather than
populating every entry in the column with font selection escape
sequences.
---
man/infocmp.1m | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/man/infocmp.1m b/man/infocmp.1m
index 1348d7c07..b4ef1d148 100644
--- a/man/infocmp.1m
+++ b/man/infocmp.1m
@@ -150,13 +150,13 @@ .SS "Source Listing Options [\-I] [\-L] [\-C] [\-r]"
a source listing for each terminal named.
.PP
.TS
-center tab(/) ;
-l l .
-\fB\-I\fP/use the \fBterminfo\fP names
-\fB\-L\fP/use the long C variable name listed in <\fBterm.h\fP>
-\fB\-C\fP/use the \fBtermcap\fP names
-\fB\-r\fP/when using \fB\-C\fP, put out all capabilities in \fBtermcap\fP form
-\fB\-K\fP/modifies the \fB\-C\fP option, improving BSD-compatibility.
+center;
+Lb L.
+\-I use \fIterminfo\fP capability codes
+\-L use \*(``long\*('' capability names
+\-C use \fItermcap\fP capability codes
+\-r with \fB\-C\fP, include nonstandard capabilities
+\-K with \fB\-C\fP, improve BSD compatibility
.TE
.PP
If no \fIterminal-types\fP are given,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 23/40] man/infocmp.1m: Fix content, style, and markup nits in table.,
G. Branden Robinson <=