summaryrefslogtreecommitdiffstats
path: root/usr.bin/tput
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 14:38:02 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 14:38:02 +0000
commit9c2207d7244899017cc45d76b5f67d39a4ee35ae (patch)
tree944c36770deee7f47a4b10cff3a542e66d6b7018 /usr.bin/tput
parent7fdb3091641b54a690184961872943c4e561faff (diff)
downloadFreeBSD-src-9c2207d7244899017cc45d76b5f67d39a4ee35ae.zip
FreeBSD-src-9c2207d7244899017cc45d76b5f67d39a4ee35ae.tar.gz
command -> utility. Add section number to .Xr
Diffstat (limited to 'usr.bin/tput')
-rw-r--r--usr.bin/tput/tput.116
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1
index ea731bf..4e3e2836 100644
--- a/usr.bin/tput/tput.1
+++ b/usr.bin/tput/tput.1
@@ -47,7 +47,7 @@
.Sh DESCRIPTION
The
.Nm
-command makes terminal-dependent information available to users or shell
+utility makes terminal-dependent information available to users or shell
applications. When invoked as the
.Nm clear
utility, the screen will be cleared as if
@@ -59,7 +59,7 @@ are as follows:
.Bl -tag -width Ds
.It Fl T
The terminal name as specified in the
-.Xr termcap
+.Xr termcap 5
database, for example,
.Dq vt100
or
@@ -73,7 +73,7 @@ variable from the environment.
.Pp
The
.Nm
-command outputs a string for each
+utility outputs a string for each
.Ar attribute
that is of type string; a number for each of type integer.
Otherwise,
@@ -93,19 +93,19 @@ The following special attributes are available:
.Bl -tag -width Ar
.It Cm clear
Clear the screen (the
-.Xr termcap
+.Xr termcap 5
.Dq cl
sequence).
.It Cm init
Initialize the terminal (the
-.Xr termcap
+.Xr termcap 5
.Dq is
sequence).
.It Cm longname
Print the descriptive name of the user's terminal type.
.It Cm reset
Reset the terminal (the
-.Xr termcap
+.Xr termcap 5
.Dq rs
sequence).
.El
@@ -139,12 +139,12 @@ utility conforms to
.Sh HISTORY
The
.Nm
-command appeared in
+utility appeared in
.Bx 4.4 .
.Sh BUGS
The
.Nm
-command can't really distinguish between different types of attributes.
+utility can't really distinguish between different types of attributes.
.Pp
Some termcap entries depend upon having a
.Sq %
OpenPOWER on IntegriCloud