Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Document _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_S...
details: https://anonhg.NetBSD.org/src/rev/dc4c981cfeed
branches: trunk
changeset: 571047:dc4c981cfeed
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Nov 10 04:21:25 2004 +0000
description:
Document _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX
diffstat:
lib/libc/gen/sysconf.3 | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diffs (39 lines):
diff -r 1d26a1fa2b8e -r dc4c981cfeed lib/libc/gen/sysconf.3
--- a/lib/libc/gen/sysconf.3 Wed Nov 10 04:20:26 2004 +0000
+++ b/lib/libc/gen/sysconf.3 Wed Nov 10 04:21:25 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysconf.3,v 1.30 2004/04/23 02:58:27 simonb Exp $
+.\" $NetBSD: sysconf.3,v 1.31 2004/11/10 04:21:25 lukem Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)sysconf.3 8.3 (Berkeley) 4/19/94
.\"
-.Dd July 9, 2003
+.Dd November 10, 2004
.Dt SYSCONF 3
.Os
.Sh NAME
@@ -244,6 +244,20 @@
.It Li _SC_2_UPE
Return 1 if the system supports the User Portability Utilities Option,
otherwise \-1.
+.It Li _SC_GETGR_R_SIZE_MAX
+The minimum size of the
+.Fa buffer
+passed to
+.Xr getgrgid_r 3
+and
+.Xr getgrnam_r 3 .
+.It Li _SC_GETPW_R_SIZE_MAX
+The minimum size of the
+.Fa buffer
+passed to
+.Xr getpwnam_r 3
+and
+.Xr getpwuid_r 3 .
.El
.Sh RETURN VALUES
If the call to
Home |
Main Index |
Thread Index |
Old Index