aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chkgrp
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-03-24 08:36:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-03-24 08:36:39 +0000
commit9e77ff896441b7cba36578bd8b76e2cf846545d1 (patch)
treeeedeee85c4377d06be56e45d523f40c2105423bd /usr.sbin/chkgrp
parent8c918526a55466bbce7babb76e0ee3f8c8ec7318 (diff)
downloadsrc-9e77ff896441b7cba36578bd8b76e2cf846545d1.tar.gz
src-9e77ff896441b7cba36578bd8b76e2cf846545d1.zip
A little more cosmetics.
Notes
Notes: svn path=/head/; revision=58530
Diffstat (limited to 'usr.sbin/chkgrp')
-rw-r--r--usr.sbin/chkgrp/chkgrp.811
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8
index 72eb8c87269d..96879f20591b 100644
--- a/usr.sbin/chkgrp/chkgrp.8
+++ b/usr.sbin/chkgrp/chkgrp.8
@@ -46,8 +46,9 @@ 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
-.Bl -tag -width /dev/null -compact
+.Bl -tag -width /etc/group -compact
.It Pa /etc/group
+group database file
.El
.Sh SEE ALSO
.Xr getgrent 3 ,
@@ -62,8 +63,12 @@ output is produced.
.Pp
The
.Nm
-utility returns EX_DATAERR if errors were found in the group file,
-and EX_OK otherwise.
+utility returns
+.Dv EX_DATAERR
+if errors were found in the group file,
+and
+.Dv EX_OK
+otherwise.
.Sh HISTORY
The
.Nm