From 82e76bf45cc91e66334249d07be390de36a50749 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 22 Feb 2010 17:54:53 +0000 Subject: fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der Molen --- lib/libc/gen/sysconf.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/gen') 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. -- cgit v1.2.3