diff options
Diffstat (limited to 'share/man/man4/pty.4')
-rw-r--r-- | share/man/man4/pty.4 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index eb12118..70f3480 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -39,7 +39,7 @@ .Nm pty .Nd pseudo terminal driver .Sh SYNOPSIS -.Cd "pseudo-device pty" Op Ar count +.Cd "pseudo-device pty" .Sh DESCRIPTION The .Nm pty @@ -64,12 +64,6 @@ given to the slave device as input and anything written on the slave device is presented as input on the master device. .Pp -In configuring, if an optional -.Ar count -is given in -the specification, that number of pseudo terminal pairs are configured; -the default count is 32. -.Pp The following .Xr ioctl 2 calls apply only to pseudo terminals: |