blob: a984b8341d7b5383e73cabfb4b26bda9a14aea43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
.TH TERMCAP 1
.SH NAME
termcap \- print the current termcap entry
.SH SYNOPSIS
\fBtermcap\fR [\fItype\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.TP 20
.B termcap
# Print the termcap entry
.SH DESCRIPTION
.PP
\fITermcap\fR reads the /etc/termcap entry corresponding to the
terminal type
supplied as the argument. If none is given, the current $TERM is used.
It then prints out all the parameters that apply.
.SH "SEE ALSO"
.BR termcap (3).
|