diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/group.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 2e950ab0891..ce967090800 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: group.5,v 1.9 2003/06/06 13:28:13 jmc Exp $ +.\" $OpenBSD: group.5,v 1.10 2003/11/07 08:50:17 jmc Exp $ .\" $NetBSD: group.5,v 1.4 1995/07/28 06:41:39 phil Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -101,7 +101,6 @@ file. If YP is active, the .Nm file may also contain lines of the format -.Pp .Bd -literal -offset indent +name:*:: .Ed @@ -143,3 +142,10 @@ The command does not change the .Nm passwords. +.Pp +Lines in +.Pa /etc/group +are limited to 1024 characters. +YP groups are not affected by this limit. +.Pp +Groups are limited to a maximum of 200 members per group. |