From 486f3f80c068f28a7a2155d4112f974e5d613470 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 17 Jan 2015 17:17:10 +0000 Subject: [PATCH] NGROUPS_MAX, not NGROUPS --- lib/libc/gen/initgroups.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/initgroups.3 b/lib/libc/gen/initgroups.3 index f1ef7e59b1a..33627038a3a 100644 --- a/lib/libc/gen/initgroups.3 +++ b/lib/libc/gen/initgroups.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: initgroups.3,v 1.14 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: initgroups.3,v 1.15 2015/01/17 17:17:10 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 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: June 5 2013 $ +.Dd $Mdocdate: January 17 2015 $ .Dt INITGROUPS 3 .Os .Sh NAME @@ -52,7 +52,7 @@ 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 +.Ev NGROUPS_MAX groups for .Fa name (including one for -- 2.20.1