summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-08-23 14:46:23 +0000
committermillert <millert@openbsd.org>1999-08-23 14:46:23 +0000
commit7e2d826ef660fcb73b3dcad8c84851ebb2cee3b2 (patch)
treed0362300212fd4ee7cd17b59f932a7bcbbb326bb /lib/libutil
parentsync with NetBSD from 1999.05.24 (there is a reason for this date) (diff)
downloadwireguard-openbsd-7e2d826ef660fcb73b3dcad8c84851ebb2cee3b2.tar.xz
wireguard-openbsd-7e2d826ef660fcb73b3dcad8c84851ebb2cee3b2.zip
Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/openpty.313
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/libutil/openpty.3 b/lib/libutil/openpty.3
index 295aa3583fd..a69bfd3907a 100644
--- a/lib/libutil/openpty.3
+++ b/lib/libutil/openpty.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openpty.3,v 1.4 1999/07/07 14:22:25 aaron Exp $
+.\" $OpenBSD: openpty.3,v 1.5 1999/08/23 14:46:23 millert Exp $
.\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -149,15 +149,8 @@ or
.Fn fork
fails.
.Sh FILES
-.Bl -tag -width /dev/[pt]ty[pqrstuwxyzPQRST][0123456789abcdef] -compact
-.It Pa /dev/[pt]ty[pqrstuwxyzPQRST][0123456789abcdef]
+.Bl -tag -width /dev/[pt]ty[pqrstuvwxyzPQRST][0123456789abcdef] -compact
+.It Pa /dev/[pt]ty[pqrstuvwxyzPQRST][0123456789abcdef]
.El
.Sh SEE ALSO
.Xr fork 2
-.Sh BUGS
-The names of the virtual consoles for the i386 PCVT console driver
-conflict with what would be the seventh group of pseudo-ttys, so
-.Fn openpty
-skips
-.Pa /dev/[pt]tyv[0123456789abcdef]
-while looking for pseudo-ttys.