Browse Source

Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.

OPENBSD_2_6
millert 25 years ago
parent
commit
c872be65fb
1 changed files with 3 additions and 10 deletions
  1. +3
    -10
      src/lib/libutil/openpty.3

+ 3
- 10
src/lib/libutil/openpty.3 View File

@ -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.

Loading…
Cancel
Save