From owner-svn-src-all@FreeBSD.ORG Sat Aug 18 09:26:51 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E671F106566B; Sat, 18 Aug 2012 09:26:51 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D25D68FC08; Sat, 18 Aug 2012 09:26:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7I9Qpkw001698; Sat, 18 Aug 2012 09:26:51 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7I9Qptp001696; Sat, 18 Aug 2012 09:26:51 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201208180926.q7I9Qptp001696@svn.freebsd.org> From: Niclas Zeising Date: Sat, 18 Aug 2012 09:26:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r239364 - head/libexec/revnetgroup X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 09:26:52 -0000 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.