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