1 .\"***************************************************************************
2 .\" Copyright (c) 1998-2015,2017 Free Software Foundation, Inc. *
4 .\" Permission is hereby granted, free of charge, to any person obtaining a *
5 .\" copy of this software and associated documentation files (the *
6 .\" "Software"), to deal in the Software without restriction, including *
7 .\" without limitation the rights to use, copy, modify, merge, publish, *
8 .\" distribute, distribute with modifications, sublicense, and/or sell *
9 .\" copies of the Software, and to permit persons to whom the Software is *
10 .\" furnished to do so, subject to the following conditions: *
12 .\" The above copyright notice and this permission notice shall be included *
13 .\" in all copies or substantial portions of the Software. *
15 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
16 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
17 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
18 .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
19 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
20 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
21 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
23 .\" Except as contained in this notice, the name(s) of the above copyright *
24 .\" holders shall not be used in advertising or otherwise to promote the *
25 .\" sale, use or other dealings in this Software without prior written *
27 .\"***************************************************************************
29 .\" $Id: toe.1m,v 1.29 2017/02/18 17:10:26 tom Exp $
36 .ds d /usr/local/share/terminfo
38 \fBtoe\fR \- table of (terminfo) entries
40 \fBtoe\fR [\fB\-v\fR[\fIn\fR]] [\fB\-ahsuUV\fR] \fIfile...\fR
45 \fBtoe\fR lists all available terminal types by primary name
47 File arguments specify the directories to be scanned; if no
48 such arguments are given,
49 your default terminfo directory is scanned.
50 If you also specify the \fB\-h\fR option,
51 a directory header will be issued as each
54 There are other options intended for use by terminfo file maintainers:
57 report on all of the terminal databases which ncurses would search,
58 rather than only the first one that it finds.
60 If the \fB\-s\fR is also given, \fBtoe\fR
61 adds a column to the report,
62 showing (like \fBconflict\fP(1)) which entries which
63 belong to a given terminal database.
64 An "*" marks entries which differ, and "+" marks equivalent entries.
66 Without the \fB\-s\fP option, \fBtoe\fR does not attempt to merge
67 duplicates in its report
70 sort the output by the entry names.
73 says to write a report to the standard output,
74 listing dependencies in the given terminfo/termcap source file.
75 The report condenses the \*(``use\*('' relation:
76 each line consists of the primary name of a terminal that
80 whitespace-separated primary names of all terminals which occur in those use
85 says to write a report to the standard output,
86 listing reverse dependencies in the given terminfo/termcap source file.
87 The report reverses the \*(``use\*('' relation:
88 each line consists of the primary name of a
89 terminal that occurs in use capabilities,
92 whitespace-separated primary names of all terminals which depend on it,
93 followed by a newline.
96 specifies that (verbose) output be written to standard error,
97 showing \fBtoe\fR's progress.
99 The optional parameter \fIn\fR is a number from 1 to 10,
100 interpreted as for \fBtic\fR(1M).
101 If ncurses is built without tracing support, the optional parameter is ignored.
104 reports the version of ncurses which was used in this program,
109 Compiled terminal description database.
118 This describes \fBncurses\fR
119 version 6.0 (patch 20171007).