[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/5] man/captoinfo.1m: Fix error.
From: |
G. Branden Robinson |
Subject: |
[PATCH 3/5] man/captoinfo.1m: Fix error. |
Date: |
Sun, 24 Sep 2023 14:13:58 -0500 |
captoinfo(1) doesn't read a terminfo database by default, but a termcap
one, and that database is not "compiled" (not on disk, anyway).
Also drop period from end of non-sentence.
---
man/captoinfo.1m | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index 6d5f3f4a..bba8a616 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -31,7 +31,7 @@
.\" $Id: captoinfo.1m,v 1.44 2023/09/16 23:39:05 tom Exp $
.TH @CAPTOINFO@ 1M 2023-09-16 "ncurses 6.4" "User commands"
.ds n 5
-.ds d @TERMINFO@
+.ds d /etc/termcap
.SH NAME
\fB\%@CAPTOINFO@\fP \-
convert a \fItermcap\fR description into a \fIterminfo\fR description
@@ -182,7 +182,7 @@ .SH TRANSLATIONS FROM NONSTANDARD CAPABILITIES
.SH FILES
.TP 20
\*d
-Compiled terminal description database.
+default \fItermcap\fP terminal capability database
.SH NOTES
The verbose option is not identical to SVr4's.
Under SVr4, instead of following
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 3/5] man/captoinfo.1m: Fix error.,
G. Branden Robinson <=