diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-06 19:18:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-06 19:18:18 +0000 |
commit | ff9786e59173fb99cfffada46ea0e4e7890137f1 (patch) | |
tree | 3bcbc9bc4a7e781d32aa2604509c444cf9d7d675 /lib/libutil | |
parent | 428ebb59326631ca50b85a166e280a59c4979b63 (diff) |
say how long the buffer needs to be
Diffstat (limited to 'lib/libutil')
-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 |