summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 08:50:18 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 08:50:18 +0000
commitf94116c74167905684f80eb9ef2e7ec82fabdda4 (patch)
tree02424cdd84b85691394f6d036093e8d79664a7ab /share/man
parentb322ec875396c780c666e8ef129527a7e356ecfc (diff)
document line length and group membership limits;
kill a stray .Pp; help and ok millert@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/group.510
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.