aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chkgrp
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 14:09:25 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 14:09:25 +0000
commitf2e366a1057c0492a8abdf936898879a630e633e (patch)
treebd399ef474619a212390cbff31b25daa4aa003b5 /usr.sbin/chkgrp
parentb825cbde0301c29a6c8930a8f64e291fdcda8606 (diff)
downloadsrc-f2e366a1057c0492a8abdf936898879a630e633e.tar.gz
src-f2e366a1057c0492a8abdf936898879a630e633e.zip
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Notes
Notes: svn path=/head/; revision=57673
Diffstat (limited to 'usr.sbin/chkgrp')
-rw-r--r--usr.sbin/chkgrp/chkgrp.86
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/chkgrp/chkgrp.8 b/usr.sbin/chkgrp/chkgrp.8
index 1feb178d1457..b7bce56e4084 100644
--- a/usr.sbin/chkgrp/chkgrp.8
+++ b/usr.sbin/chkgrp/chkgrp.8
@@ -38,7 +38,8 @@
.Sh DESCRIPTION
.Nm Chkgrp
scans the given file or, failing that, the system-wide group file for
-errors. Specifically, it checks that every non-blank, non-comment
+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.
@@ -53,7 +54,8 @@ numeric.
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
+scanned and the line number on which the error was found.
+Otherwise no
output is produced.
.Pp
.Nm Chkgrp