[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/5] man/tic.1m: Drop unnecessary macro argument.
From: |
G. Branden Robinson |
Subject: |
[PATCH 4/5] man/tic.1m: Drop unnecessary macro argument. |
Date: |
Sat, 27 Apr 2024 11:48:05 -0500 |
Fixes misaligned paragraph indentations.
-t tells tic to discard commented‐out capabilities. Normally
when translating from terminfo to termcap, untranslatable
capabilities are commented‐out.
-U tells tic to not post‐process the data after parsing the
source file. Normally, it infers data which is commonly
missing in older terminfo data, or in termcaps.
---
man/tic.1m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/tic.1m b/man/tic.1m
index f949e5a68..84b250b56 100644
--- a/man/tic.1m
+++ b/man/tic.1m
@@ -324,7 +324,7 @@ .SH OPTIONS
tells \fB@TIC@\fP to discard commented-out capabilities.
Normally when translating from terminfo to termcap,
untranslatable capabilities are commented-out.
-.TP 5
+.TP
\fB\-U\fP
tells \fB@TIC@\fP to not post-process the data after parsing the source file.
Normally, it infers data which is commonly missing in older terminfo data,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 4/5] man/tic.1m: Drop unnecessary macro argument.,
G. Branden Robinson <=