Deleted Added
full compact
pts.4 (213573) pts.4 (233648)
1.\" Copyright (c) 1983, 1991, 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.\" @(#)pty.4 8.2 (Berkeley) 11/30/93
1.\" Copyright (c) 1983, 1991, 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.\" @(#)pty.4 8.2 (Berkeley) 11/30/93
33.\" $FreeBSD: head/share/man/man4/pts.4 213573 2010-10-08 12:40:16Z uqs $
33.\" $FreeBSD: head/share/man/man4/pts.4 233648 2012-03-29 05:02:12Z eadler $
34.\"
35.Dd August 20, 2008
36.Dt PTS 4
37.Os
38.Sh NAME
39.Nm pts
40.Nd pseudo-terminal driver
41.Sh DESCRIPTION

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

126the pseudo-terminal slave device. This
127.Xr ioctl 2
128should not be used directly. Instead, the
129.Xr ptsname 3
130function should be used.
131.It Dv TIOCPTMASTER
132Determine whether the file descriptor is pointing to a pseudo-terminal
133master device.
34.\"
35.Dd August 20, 2008
36.Dt PTS 4
37.Os
38.Sh NAME
39.Nm pts
40.Nd pseudo-terminal driver
41.Sh DESCRIPTION

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

126the pseudo-terminal slave device. This
127.Xr ioctl 2
128should not be used directly. Instead, the
129.Xr ptsname 3
130function should be used.
131.It Dv TIOCPTMASTER
132Determine whether the file descriptor is pointing to a pseudo-terminal
133master device.
134This
134This
135.Xr ioctl 2
136should not be used directly. It is used to implement routines like
137.Xr grantpt 3 .
138.El
139.Sh FILES
140The files used by this
141pseudo-terminals implementation are:
142.Bl -tag -width ".Pa /dev/pts/[num]"

--- 20 unchanged lines hidden ---
135.Xr ioctl 2
136should not be used directly. It is used to implement routines like
137.Xr grantpt 3 .
138.El
139.Sh FILES
140The files used by this
141pseudo-terminals implementation are:
142.Bl -tag -width ".Pa /dev/pts/[num]"

--- 20 unchanged lines hidden ---