diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 08:27:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 08:27:34 +0000 |
commit | e66d50e781ac02e90a9e2f82ccdde9dd7c182baa (patch) | |
tree | bb97cb591e44d6cd70393f491337d7db48878a29 | |
parent | f34a2f387866c4b986ed7122ccb453ba7a078366 (diff) |
be more emphatic: ptys are still allocated using openpty(3), it just
happens to use this new ptm thing underneath
-rw-r--r-- | share/man/man4/pty.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index 77ed7cf85a5..03772f6ce28 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pty.4,v 1.11 2004/02/10 01:31:20 millert Exp $ +.\" $OpenBSD: pty.4,v 1.12 2004/02/22 08:27:33 deraadt Exp $ .\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -222,7 +222,9 @@ is required. .Pp The standard way to allocate .Nm -devices is through the +devices is through +.Xr openpty 3 , +a function which internally uses a .Dv PTMGET .Xr ioctl 2 call on the |