diff options
author | zeising <zeising@FreeBSD.org> | 2012-08-18 09:26:51 +0000 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-08-18 09:26:51 +0000 |
commit | 95e0d3cd6b4ea0f2eddfdc9d5fa993e0ac3f309d (patch) | |
tree | 651dc3e69045e3d4991a636e318e7135b85941f1 /libexec | |
parent | ea7bcc036d6569b4fb6c5f5041bbc66242c4ae72 (diff) | |
download | FreeBSD-src-95e0d3cd6b4ea0f2eddfdc9d5fa993e0ac3f309d.zip FreeBSD-src-95e0d3cd6b4ea0f2eddfdc9d5fa993e0ac3f309d.tar.gz |
Fix two instances of the file names generated by revnetgroup(8).
Approved by: joel (mentor)
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/revnetgroup/revnetgroup.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 84cf9f9..f48c327 100644 --- a/libexec/revnetgroup/revnetgroup.8 +++ b/libexec/revnetgroup/revnetgroup.8 @@ -55,7 +55,7 @@ with a particular member. This information is used to generate the .Pa netgroup.byuser and -.Pa netgroup.byhosts +.Pa netgroup.byhost .Tn NIS maps. These reverse netgroup maps are used to help speed up @@ -72,7 +72,7 @@ netgroup is considered the and the member names are the .Em data . By contrast, the reverse -.Pa netgroup.byusers +.Pa netgroup.byuser database lists each unique member as the key and the netgroups to which the members belong become the data. |