Module Name: src
Committed By: wiz
Date: Fri Oct 5 09:18:02 UTC 2012
Modified Files:
src/usr.sbin/mtree: mtree.8
Log Message:
Fix typos; remove trailing whitespace; add missing options to SYNOPSIS.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/mtree/mtree.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/mtree/mtree.8
diff -u src/usr.sbin/mtree/mtree.8:1.62 src/usr.sbin/mtree/mtree.8:1.63
--- src/usr.sbin/mtree/mtree.8:1.62 Fri Oct 5 01:31:05 2012
+++ src/usr.sbin/mtree/mtree.8 Fri Oct 5 09:18:02 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: mtree.8,v 1.62 2012/10/05 01:31:05 christos Exp $
+.\" $NetBSD: mtree.8,v 1.63 2012/10/05 09:18:02 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -64,7 +64,7 @@
.Nd map a directory hierarchy
.Sh SYNOPSIS
.Nm
-.Op Fl CcDdeLlMPrSUuWx
+.Op Fl CcDdejLlMnPqrSUuWx
.Op Fl i | Fl m
.Op Fl E Ar tags
.Op Fl f Ar spec
@@ -149,13 +149,12 @@ If this option is specified twice, the t
to each other rather than to the file hierarchy.
The specifications will be sorted like output generated using
.Fl c .
-The output format in this case is somewhat remniscent of
+The output format in this case is somewhat reminiscent of
.Xr comm 1 ,
having "in first spec only", "in second spec only", and "different"
columns, prefixed by zero, one and two TAB characters respectively.
Each entry in the "different" column occupies two lines, one from each
-specifica
-tion.
+specification.
.It Fl I Ar tags
Add the comma separated tags to the
.Dq inclusion
@@ -168,7 +167,7 @@ If no inclusion list is provided, the de
.It Fl i
If specified, set the schg and/or sappnd flags.
.It Fl j
-Indent the output 4 spaces each time a directory level is descended when
+Indent the output 4 spaces each time a directory level is descended when
creating a specification with the
.Fl c
option.
@@ -231,7 +230,7 @@ See
for information on security levels.
.It Fl n
Do not emit pathname comments when creating a specification.
-Normally
+Normally
a comment is emitted before each directory and before the close of that
directory when using the
.Fl c