Date: Sat, 18 Aug 2012 09:26:51 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239364 - head/libexec/revnetgroup Message-ID: <201208180926.q7I9Qptp001696@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising (ports committer) Date: Sat Aug 18 09:26:51 2012 New Revision: 239364 URL: http://svn.freebsd.org/changeset/base/239364 Log: Fix two instances of the file names generated by revnetgroup(8). Approved by: joel (mentor) Modified: head/libexec/revnetgroup/revnetgroup.8 Modified: head/libexec/revnetgroup/revnetgroup.8 ============================================================================== --- head/libexec/revnetgroup/revnetgroup.8 Sat Aug 18 05:52:17 2012 (r239363) +++ head/libexec/revnetgroup/revnetgroup.8 Sat Aug 18 09:26:51 2012 (r239364) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208180926.q7I9Qptp001696>