Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/lib/libutil Pull up revision 1.8 (requested by simonb):



details:   https://anonhg.NetBSD.org/src/rev/09155c410a49
branches:  netbsd-1-6
changeset: 527613:09155c410a49
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 30 08:30:50 2002 +0000

description:
Pull up revision 1.8 (requested by simonb):
Correct the list of pseudo-terminals in the FILES section.
--

diffstat:

 lib/libutil/openpty.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r b3680f5648ae -r 09155c410a49 lib/libutil/openpty.3
--- a/lib/libutil/openpty.3     Wed May 29 20:46:28 2002 +0000
+++ b/lib/libutil/openpty.3     Thu May 30 08:30:50 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: openpty.3,v 1.7 2002/02/20 11:34:14 wiz Exp $
+.\"    $NetBSD: openpty.3,v 1.7.2.1 2002/05/30 08:30:50 lukem Exp $
 .\"
 .\" Copyright (c) 1995
 .\"    The Regents of the University of California.  All rights reserved.
@@ -132,8 +132,8 @@
 .Fn forkpty
 returns the process ID of the child process.
 .Sh FILES
-.Bl -tag -width /dev/[pt]ty[pqrstuwxyzPQRST][0123456789abcdef] -compact
-.It Pa /dev/[pt]ty[pqrstuwxyzPQRST][0123456789abcdef]
+.Bl -tag -width /dev/[pt]ty[p-zP-T][0-9a-zA-Z] -compact
+.It Pa /dev/[pt]ty[p-zP-T][0-9a-zA-Z]
 .El
 .Sh ERRORS
 .Fn openpty



Home | Main Index | Thread Index | Old Index