summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chkgrp/chkgrp.8
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2005-05-26 10:57:03 +0000
committerroberto <roberto@FreeBSD.org>2005-05-26 10:57:03 +0000
commit7972c23d6c278938eb6079c88a47853fc5d053d5 (patch)
tree20598d149b0c36d18e9a4c955135652d778ae9ce /usr.sbin/chkgrp/chkgrp.8
parent5462c4601d88d417be0bd4c38e26b252ce40f8a7 (diff)
downloadFreeBSD-src-7972c23d6c278938eb6079c88a47853fc5d053d5.zip
FreeBSD-src-7972c23d6c278938eb6079c88a47853fc5d053d5.tar.gz
- Add further functionality to check for invalid characters
- Remove keyword 'continue' for more indepth error reporting on each line - WARNS 6 Clean Submitted by: Liam J. Foy <liamfoy@dragonflybsd.org> MFC after: 1 week
Diffstat (limited to 'usr.sbin/chkgrp/chkgrp.8')
-rw-r--r--usr.sbin/chkgrp/chkgrp.811
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8
index 942f7d0..ce9497c 100644
--- a/usr.sbin/chkgrp/chkgrp.8
+++ b/usr.sbin/chkgrp/chkgrp.8
@@ -44,7 +44,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.
+numeric. It will also check for invalid characters in the group names
+and group members.
.Sh FILES
.Bl -tag -width /etc/group -compact
.It Pa /etc/group
@@ -64,8 +65,6 @@ For each error found,
.Nm
will print an error message containing the name of the file being
scanned and the line number on which the error was found.
-Otherwise no
-output is produced.
.Sh SEE ALSO
.Xr getgrent 3 ,
.Xr group 5
@@ -79,6 +78,8 @@ The
.Nm
utility and this manual page were written by
.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
+.Pp
+Further functionality was added by
+.An Liam J. Foy Aq liamfoy@dragonflybsd.org .
.Sh BUGS
-Should check fields more thoroughly for allowed/disallowed
-characters, and the range of the group ID.
+Should check the range of the group ID.
OpenPOWER on IntegriCloud