]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/toe.1m
ncurses 4.1
[ncurses.git] / man / toe.1m
1 .TH toe 1M ""
2 .ds n 5
3 .ds d @DATADIR@/terminfo
4 .SH NAME
5 \fBtoe\fR - table of (terminfo) entries
6 .SH SYNOPSIS
7 \fBtoe\fR [\fB-v\fR[\fIn\fR]] [\fB-huUV\fR] \fIfile...\fR
8 .br
9 .SH DESCRIPTION
10 .PP
11 With no options, \fBtoe\fR lists all available terminal types by primary name
12 with descriptions.  File arguments specify the directories to be scanned; if no
13 such arguments are given, your default terminfo directory is scanned.  If you
14 also specify the -h option, a directory header will be issued as each
15 directory is entered. 
16 .PP
17 There are other options intended for use by terminfo file maintainers:
18 .TP
19 \fB-u\fR \fIfile\fR
20 says to issue a report on dependencies in the given file. This report condenses
21 the `use' relation: each line consists of the primary name of a terminal that
22 has use capabilities, followed by a colon, followed by the
23 whitespace-separated primary names of all terminals which occur in those use
24 capabilities, followed by a newline
25 .TP
26 \fB-U\fR \fIfile\fR
27 says to issue a report on reverse dependencies in the given file. This report
28 reverses the `use' relation: each line consists of the primary name of a
29 terminal that occurs in use capabilities, followed by a colon, followed by the
30 whitespace-separated primary names of all terminals which depend on it,
31 followed by a newline.
32 .TP
33 \fB-v\fR\fIn\fR
34 specifies that (verbose) output be written to standard error trace
35 information showing \fBtoe\fR's progress.  The optional integer
36 \fIn\fR is a number from 1 to 10, interpreted as for \fBtic\fR(1).
37 .TP 5
38 \fB-V\fR
39 prints out the version of the program in use on standard error and exits.
40 .SH FILES
41 .TP 5
42 \fB\*d/?/*\fR
43 Compiled terminal description database.
44 .SH SEE ALSO
45 \fBtic\fR(1m), \fBinfocmp\fR(1m), \fBcaptoinfo\fR(1m), \fBinfotocap\fR(1m),
46 \fBcurses\fR(3X), \fBterminfo\fR(\*n).
47 .\"#
48 .\"# The following sets edit modes for GNU EMACS
49 .\"# Local Variables:
50 .\"# mode:nroff
51 .\"# fill-column:79
52 .\"# End: