diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-25 16:41:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-25 16:41:56 +0000 |
commit | efa7f80a8e26aa5abb117e8d1a417472e5287c7d (patch) | |
tree | 2b557087e8694ae4bc6433f52dc7c92c90b1b4f7 /share/man/man4 | |
parent | 28e37fa2a659dc59d6d08a82f73f9063bc7c1330 (diff) |
update FILES;
fixes pr #3998; diff from frank denis, though slightly different fix
committed;
help and ok millert@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/pty.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index b01635d0dc6..c949b70bab4 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pty.4,v 1.15 2004/06/20 17:37:15 aaron Exp $ +.\" $OpenBSD: pty.4,v 1.16 2004/11/25 16:41:55 jmc Exp $ .\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -256,10 +256,10 @@ and .Va sn fields are the file names of the controlling and slave devices. .Sh FILES -.Bl -tag -width /dev/tty[p-zP-T][0-9a-f]x -compact -.It Pa /dev/pty[p-zP-T][0-9a-f] +.Bl -tag -width /dev/tty[p-zP-T][0-9a-zA-Z]x -compact +.It Pa /dev/pty[p-zP-T][0-9a-zA-Z] master pseudo terminals -.It Pa /dev/tty[p-zP-T][0-9a-f] +.It Pa /dev/tty[p-zP-T][0-9a-zA-Z] slave pseudo terminals .It Pa /dev/ptm pseudo terminal management device |