]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/captoinfo.1m
ncurses 6.4 - patch 20240302
[ncurses.git] / man / captoinfo.1m
index 43a0bd6de6201f66ae07855341d06f36a0bd9410..040c7c9b67e8b701e7a6ad02c0e4ce9d018fb46c 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\"***************************************************************************
-.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
+.\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
 .\" Copyright 1998-2010,2016 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -28,8 +28,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: captoinfo.1m,v 1.57 2023/12/16 21:34:23 tom Exp $
-.TH @CAPTOINFO@ 1M 2023-12-16 "ncurses 6.4" "User commands"
+.\" $Id: captoinfo.1m,v 1.59 2024/03/02 16:34:25 tom Exp $
+.TH @CAPTOINFO@ 1M 2024-03-02 "ncurses 6.4" "User commands"
 .ie \n(.g \{\
 .ds `` \(lq
 .ds '' \(rq
@@ -40,8 +40,6 @@
 .ie t .ds '' ''
 .el   .ds '' ""
 .\}
-.
-.ds d /etc/termcap
 .SH NAME
 \fB\%@CAPTOINFO@\fP \-
 convert a \fItermcap\fP description into a \fI\%term\%info\fP description
@@ -67,7 +65,8 @@ If no \fIfile\fPs are specified,
 and extracts only the entry for the terminal named in the environment
 variable \fITERM\fP from it.
 If the environment variable \fI\%TERMCAP\fP is not set,
-\fB\%@CAPTOINFO@\fP reads \fI\%\*d\fP.
+\fB\%@CAPTOINFO@\fP reads
+.I \%/etc/termcap.
 .PP
 This utility is implemented as a link to \fB\%@TIC@\fP(1M),
 with the latter's
@@ -82,7 +81,7 @@ and
 .BR \-x .
 The \fB\-V\fP option reports the version of \fI\%ncurses\fP associated
 with this program and exits with a successful status.
-.SS "Translations from nonstandard capabilities"
+.SS "Translations from Nonstandard Capabilities"
 \fB\%@CAPTOINFO@\fP translates some obsolete,
 nonstandard capabilities into standard
 (SVr4/XSI Curses)
@@ -91,9 +90,10 @@ It issues a diagnostic to the standard error stream for each,
 inviting the user to check that it has not mistakenly translated an
 unknown or mistyped capability name.
 .PP
+.\" DWB 3.3 tbl requires the two junk "L" specifiers in the first row.
 .TS
 center;
-Cb S
+Cb S  L  L
 Cb Cb Cb Cb
 Cb Cb C  Lb.
 Name
@@ -204,7 +204,7 @@ The HP-UX \fI\%\%term\%info\fP library supports two nonstandard
 \fB\%@CAPTOINFO@\fP discards these with a warning message.
 .SH FILES
 .TP
-.I \*d
+.I /etc/termcap
 default \fI\%termcap\fP terminal capability database
 .SH PORTABILITY
 X/Open Curses,