Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen note about "too many groups" case.



details:   https://anonhg.NetBSD.org/src/rev/48c6a6afc404
branches:  trunk
changeset: 535096:48c6a6afc404
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Aug 10 04:50:39 2002 +0000

description:
note about "too many groups" case.
from openbsd.

diffstat:

 lib/libc/gen/initgroups.3 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r e1f9c8e42bbb -r 48c6a6afc404 lib/libc/gen/initgroups.3
--- a/lib/libc/gen/initgroups.3 Sat Aug 10 03:37:40 2002 +0000
+++ b/lib/libc/gen/initgroups.3 Sat Aug 10 04:50:39 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: initgroups.3,v 1.10 2002/02/07 07:00:14 ross Exp $
+.\"    $NetBSD: initgroups.3,v 1.11 2002/08/10 04:50:39 yamt Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -61,6 +61,14 @@
 is automatically included in the group list.
 Typically this value is given as
 the group number from the password file.
+.Pp
+If the groups database lists more than
+.Ev NGROUPS
+groups for
+.Fa name
+(including one for
+.Fa basegid ) ,
+the later groups are ignored.
 .Sh RETURN VALUES
 The
 .Fn initgroups



Home | Main Index | Thread Index | Old Index