diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-07-02 21:53:54 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-07-02 21:53:54 +0000 |
| commit | 6afc6d802b2c35765e131600fc37e75d2b3b633f (patch) | |
| tree | 32fa45ae199f5ea43631a39a677be1a76c1fc0cc | |
| parent | 688bbd5b766ba570c4e47e3f883158287a743b75 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/group.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 6de6bc9c7ac4..154716580bc7 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)group.5 8.3 (Berkeley) 4/19/94 -.\" $Id: group.5,v 1.2 1994/09/20 22:44:35 wollman Exp $ +.\" $Id: group.5,v 1.3 1996/06/30 16:09:51 wosch Exp $ .\" .Dd September 29, 1994 .Dt GROUP 5 @@ -124,7 +124,7 @@ Thus, the group name returned by .Fn getgrgid is not guaranteed to have a valid forward mapping. .Sh LIMITS -A group cannot have more than 200 members. The maximal line +A group cannot have more than 200 members. The maximum line length of .Pa /etc/group is 1024 characters. Longer lines will be skiped. |
