aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-05-31 17:24:25 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-05-31 17:24:25 +0000
commit8422d3119c713874521e9346f0694a078f9ec7e2 (patch)
treeab4f9a5a304d42417b7426653a19226701ab47a0 /usr.sbin
parent07997d60e7a6d8a4742630b8e0cdce7bc084aef9 (diff)
downloadsrc-8422d3119c713874521e9346f0694a078f9ec7e2.tar.gz
src-8422d3119c713874521e9346f0694a078f9ec7e2.zip
Add a FILES section which references /etc/group
Suggested by: Masafumi NAKANE <max@wide.ad.jp>
Notes
Notes: svn path=/head/; revision=36502
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/chkgrp/chkgrp.84
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8
index 0e06693e031d..bd4f6737b3a7 100644
--- a/usr.sbin/chkgrp/chkgrp.8
+++ b/usr.sbin/chkgrp/chkgrp.8
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: chkgrp.8,v 1.1 1998/05/24 15:09:22 des Exp $
+.\" $Id: chkgrp.8,v 1.2 1998/05/27 14:04:37 des Exp $
.\"
.Dd May 5, 1998
.Dt CHKGRP 8
@@ -42,6 +42,8 @@ errors. Specifically, it checks that every non-blank, non-comment
entry is composed of four colon-separated fields, that none of them
contains whitespace, and that the third field (the group ID) is
numeric.
+.Sh FILES
+.It Pa /etc/group
.Sh SEE ALSO
.Xr getgrent 3 ,
.Xr group 5