diff options
Diffstat (limited to 'lib/libc/sys/pathconf.2')
-rw-r--r-- | lib/libc/sys/pathconf.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index a0ccd34ac33..c3812d4bfed 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pathconf.2,v 1.9 2002/04/30 16:31:42 mpech Exp $ +.\" $OpenBSD: pathconf.2,v 1.10 2003/02/27 07:55:34 jmc Exp $ .\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -81,7 +81,7 @@ The maximum file link count. .It Dv _PC_MAX_CANON The maximum number of bytes in a terminal canonical input line. .It Dv _PC_MAX_INPUT -The minimum maximum number of bytes for which space is available in +The maximum number of bytes for which space is available in a terminal input queue. .It Dv _PC_NAME_MAX The maximum number of bytes in a file name. |