On Mon, Feb 22, 2010 at 06:38:32PM +0100, Tim van der Molen wrote: > Correct function names for _SC_GETPW_R_SIZE_MAX. > > Regards, > Tim >
fixed, thanks. jmc > Index: sysconf.3 > =================================================================== > RCS file: /cvs/src/lib/libc/gen/sysconf.3,v > retrieving revision 1.26 > diff -u sysconf.3 > --- sysconf.3 15 Jan 2010 08:35:47 -0000 1.26 > +++ sysconf.3 22 Feb 2010 17:30:41 -0000 > @@ -160,9 +160,9 @@ > functions. > .It Li _SC_GETPW_R_SIZE_MAX > The maximum size of the data buffer for the > -.Fn getgrgid_r > +.Fn getpwnam_r > and > -.Fn getgrnam_r > +.Fn getpwuid_r > functions. > .It Li _SC_LOGIN_NAME_MAX > The maximum length of a login name.
