diff options
author | ru <ru@FreeBSD.org> | 2000-03-24 08:36:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-03-24 08:36:39 +0000 |
commit | 192619ccb5d2c44cdba2c761f9f6eeee2b7d62b2 (patch) | |
tree | 3ea25ecbadba7f483fde2eeb9a70d22e2ebed43b /usr.sbin/chkgrp | |
parent | 0ab6e0ba4d3e239c835a6d00f3e04d36a1e728cd (diff) | |
download | FreeBSD-src-192619ccb5d2c44cdba2c761f9f6eeee2b7d62b2.zip FreeBSD-src-192619ccb5d2c44cdba2c761f9f6eeee2b7d62b2.tar.gz |
A little more cosmetics.
Diffstat (limited to 'usr.sbin/chkgrp')
-rw-r--r-- | usr.sbin/chkgrp/chkgrp.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8 index 72eb8c8..96879f2 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 |