aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chkgrp/chkgrp.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/chkgrp/chkgrp.8')
-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