Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/mtree Fix typos; remove trailing whitespace; add mi...



details:   https://anonhg.NetBSD.org/src/rev/a3e0962046c4
branches:  trunk
changeset: 781894:a3e0962046c4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Oct 05 09:18:02 2012 +0000

description:
Fix typos; remove trailing whitespace; add missing options to SYNOPSIS.

diffstat:

 usr.sbin/mtree/mtree.8 |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r b0c4cb4c421c -r a3e0962046c4 usr.sbin/mtree/mtree.8
--- a/usr.sbin/mtree/mtree.8    Fri Oct 05 09:17:29 2012 +0000
+++ b/usr.sbin/mtree/mtree.8    Fri Oct 05 09:18:02 2012 +0000
@@ -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 @@
 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 @@
 .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 @@
 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



Home | Main Index | Thread Index | Old Index