summaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysconf.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/sysconf.3')
-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.