Deleted Added
full compact
tput.1 (50477) tput.1 (70197)
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tput.1 8.2 (Berkeley) 3/19/94
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tput.1 8.2 (Berkeley) 3/19/94
33.\" $FreeBSD: head/usr.bin/tput/tput.1 50477 1999-08-28 01:08:13Z peter $
33.\" $FreeBSD: head/usr.bin/tput/tput.1 70197 2000-12-19 16:00:12Z ru $
34.\"
35.Dd March 19, 1994
36.Dt TPUT 1
37.Os BSD 4.4
38.Sh NAME
39.Nm tput ,
40.Nm clear
41.Nd terminal capability interface

--- 61 unchanged lines hidden (view full) ---

103sequence).
104.It longname
105Print the descriptive name of the user's terminal type.
106.It reset
107Reset the terminal (the
108.Xr termcap
109.Dq rs
110sequence).
34.\"
35.Dd March 19, 1994
36.Dt TPUT 1
37.Os BSD 4.4
38.Sh NAME
39.Nm tput ,
40.Nm clear
41.Nd terminal capability interface

--- 61 unchanged lines hidden (view full) ---

103sequence).
104.It longname
105Print the descriptive name of the user's terminal type.
106.It reset
107Reset the terminal (the
108.Xr termcap
109.Dq rs
110sequence).
111.El
111.Sh DIAGNOSTICS
112The exit value of
113.Nm
114is based on the last attribute specified.
115If the attribute is of type string or of type integer,
116.Nm
117exits 0 if the attribute is defined for this terminal type and 1
118if it is not.

--- 26 unchanged lines hidden ---
112.Sh DIAGNOSTICS
113The exit value of
114.Nm
115is based on the last attribute specified.
116If the attribute is of type string or of type integer,
117.Nm
118exits 0 if the attribute is defined for this terminal type and 1
119if it is not.

--- 26 unchanged lines hidden ---