diff options
author | ru <ru@FreeBSD.org> | 2005-06-14 12:26:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-14 12:26:36 +0000 |
commit | f4251aff5dd33b3ecdefe0625b813ea8608f6fc3 (patch) | |
tree | ab7be4a7aad8cb975f0cdfa546b802700d66d35b /usr.sbin/chkgrp | |
parent | 19aa3916e2ad1dc762e2589e9403b3321bf0104c (diff) | |
download | FreeBSD-src-f4251aff5dd33b3ecdefe0625b813ea8608f6fc3.zip FreeBSD-src-f4251aff5dd33b3ecdefe0625b813ea8608f6fc3.tar.gz |
Markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'usr.sbin/chkgrp')
-rw-r--r-- | usr.sbin/chkgrp/chkgrp.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8 index ce9497c..581fd64 100644 --- a/usr.sbin/chkgrp/chkgrp.8 +++ b/usr.sbin/chkgrp/chkgrp.8 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 5, 1998 +.Dd May 26, 2005 .Dt CHKGRP 8 .Os .Sh NAME @@ -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. It will also check for invalid characters in the group names +numeric. +It will also check for invalid characters in the group names and group members. .Sh FILES .Bl -tag -width /etc/group -compact @@ -74,11 +75,11 @@ The utility appeared in .Fx 3.0 . .Sh AUTHORS +.An -nosplit 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 |