From c872be65fb443685be0f518d054d197d55ad02cf Mon Sep 17 00:00:00 2001 From: millert <> Date: Mon, 23 Aug 1999 14:46:23 +0000 Subject: [PATCH] Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*. --- src/lib/libutil/openpty.3 | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/lib/libutil/openpty.3 b/src/lib/libutil/openpty.3 index 295aa358..a69bfd39 100644 --- a/src/lib/libutil/openpty.3 +++ b/src/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.