diff options
Diffstat (limited to 'lib/libutil/openpty.3')
-rw-r--r-- | lib/libutil/openpty.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/openpty.3 b/lib/libutil/openpty.3 index a69bfd3907a..439129af813 100644 --- a/lib/libutil/openpty.3 +++ b/lib/libutil/openpty.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openpty.3,v 1.5 1999/08/23 14:46:23 millert Exp $ +.\" $OpenBSD: openpty.3,v 1.6 1999/12/06 19:18:17 deraadt Exp $ .\" Copyright (c) 1995 .\" The Regents of the University of California. All rights reserved. .\" @@ -68,7 +68,8 @@ and If .Fa name is non-null, the filename of the slave is returned in -.Fa name . +.Fa name +(a string of at least 16 characters). If .Fa termp is non-null, the terminal parameters of the slave will be set to the |