diff options
author | thepish <thepish@FreeBSD.org> | 1998-06-07 15:08:50 +0000 |
---|---|---|
committer | thepish <thepish@FreeBSD.org> | 1998-06-07 15:08:50 +0000 |
commit | 22eb78890f5d50f4cafa6676db4e27760a115dda (patch) | |
tree | a916e9d2c83c73a0fe7d79aaaa5783bfcf552bcf /sbin | |
parent | e56e77d552cb79bf779e5d4dd143b431ad2d0a7b (diff) | |
download | FreeBSD-src-22eb78890f5d50f4cafa6676db4e27760a115dda.zip FreeBSD-src-22eb78890f5d50f4cafa6676db4e27760a115dda.tar.gz |
PR: docs/3636
Submitted by: Gary Palmer gpalmer@FreeBSD.ORG
Add mention of the 1024-character line length limit on the netgroup database.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mountd/netgroup.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mountd/netgroup.5 b/sbin/mountd/netgroup.5 index af7d448..822a538 100644 --- a/sbin/mountd/netgroup.5 +++ b/sbin/mountd/netgroup.5 @@ -65,7 +65,7 @@ Any of the comma separated fields may be empty to specify a ``wildcard'' value or may consist of the string ``-'' to specify ``no valid value''. The members of the list may be separated by whitespace and/or commas; the ``\e'' character may be used at the end of a line to specify -line continuation. +line continuation. Lines are limited to 1024 characters. The functions specified in .Xr getnetgrent 3 should normally be used to access the |