diff options
author | ru <ru@FreeBSD.org> | 2000-03-23 16:40:42 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-03-23 16:40:42 +0000 |
commit | 79c6df896ea9d8a00ab98ff077e3c585c5eff826 (patch) | |
tree | d0e010cc4bcc56bef90814f6a7fecddfabf9590c /usr.sbin/chkgrp | |
parent | c5722a7dedc15b5137d6d92fdc303fd84bde73b8 (diff) | |
download | FreeBSD-src-79c6df896ea9d8a00ab98ff077e3c585c5eff826.zip FreeBSD-src-79c6df896ea9d8a00ab98ff077e3c585c5eff826.tar.gz |
A bit of cleanup.
Diffstat (limited to 'usr.sbin/chkgrp')
-rw-r--r-- | usr.sbin/chkgrp/chkgrp.8 | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8 index b7bce56..72eb8c8 100644 --- a/usr.sbin/chkgrp/chkgrp.8 +++ b/usr.sbin/chkgrp/chkgrp.8 @@ -28,15 +28,17 @@ .\" .Dd May 5, 1998 .Dt CHKGRP 8 -.Os +.Os FreeBSD .Sh NAME .Nm chkgrp .Nd check the syntax of the group file .Sh SYNOPSIS -.Nm chkgrp +.Nm .Op Ar groupfile .Sh DESCRIPTION -.Nm Chkgrp +The +.Nm +utility scans the given file or, failing that, the system-wide group file for errors. Specifically, it checks that every non-blank, non-comment @@ -58,18 +60,20 @@ scanned and the line number on which the error was found. Otherwise no output is produced. .Pp -.Nm Chkgrp -returns EX_DATAERR if errors were found in the group file, and EX_OK -otherwise. +The +.Nm +utility returns EX_DATAERR if errors were found in the group file, +and EX_OK otherwise. .Sh HISTORY The .Nm -command appeared in -.Fx 3.0 +utility appeared in +.Fx 3.0 . .Sh AUTHORS -.Nm Chkgrp -and this manual page were written by +The +.Nm +utility and this manual page were written by .An Dag-Erling Coïdan Smørgav Aq des@FreeBSD.org . .Sh BUGS -Should check fields more thoroughly for allowed / disallowed +Should check fields more thoroughly for allowed/disallowed characters, and the range of the group ID. |