summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-02-22 17:54:53 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-02-22 17:54:53 +0000
commit82e76bf45cc91e66334249d07be390de36a50749 (patch)
treefa7bbdb338336413205727a93b972f8bfbbd5868 /lib/libc/gen
parentdf916be3ea442f7d4ac66d0c8c1f758cc54cdf1b (diff)
fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der Molen
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sysconf.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index e5f3caf10d1..74109d1cb1f 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysconf.3,v 1.26 2010/01/15 08:35:47 sthen Exp $
+.\" $OpenBSD: sysconf.3,v 1.27 2010/02/22 17:54:52 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 15 2010 $
+.Dd $Mdocdate: February 22 2010 $
.Dt SYSCONF 3
.Os
.Sh NAME
@@ -160,9 +160,9 @@ and
functions.
.It Li _SC_GETPW_R_SIZE_MAX
The maximum size of the data buffer for the
-.Fn getgrgid_r
+.Fn getpwuid_r
and
-.Fn getgrnam_r
+.Fn getpwnam_r
functions.
.It Li _SC_LOGIN_NAME_MAX
The maximum length of a login name.