diff options
author | 2015-01-17 17:17:10 +0000 | |
---|---|---|
committer | 2015-01-17 17:17:10 +0000 | |
commit | 486f3f80c068f28a7a2155d4112f974e5d613470 (patch) | |
tree | 5a4ee1b011c337bc3e41e143973a71683b559f41 | |
parent | Define MAXHOSTNAMELEN as HOST_NAME_MAX+1. OK deraadt@ (diff) | |
download | wireguard-openbsd-486f3f80c068f28a7a2155d4112f974e5d613470.tar.xz wireguard-openbsd-486f3f80c068f28a7a2155d4112f974e5d613470.zip |
NGROUPS_MAX, not NGROUPS
-rw-r--r-- | lib/libc/gen/initgroups.3 | 6 |
1 files 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 |