Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/mtree - use "full path" instead of "absolute path"; ...



details:   https://anonhg.NetBSD.org/src/rev/6baae364b6aa
branches:  trunk
changeset: 515900:6baae364b6aa
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 08 00:53:30 2001 +0000

description:
- use "full path" instead of "absolute path"; perry thinks it's less confusing
- clarify the `all' keyword support in -k, -K and -R. should solve [misc/14186]
- use ".sp" instead of ".Pp"  (from FreeBSD).

diffstat:

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

diffs (61 lines):

diff -r 2daca51ba546 -r 6baae364b6aa usr.sbin/mtree/mtree.8
--- a/usr.sbin/mtree/mtree.8    Mon Oct 08 00:22:13 2001 +0000
+++ b/usr.sbin/mtree/mtree.8    Mon Oct 08 00:53:30 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mtree.8,v 1.21 2001/10/05 15:32:57 lukem Exp $
+.\"    $NetBSD: mtree.8,v 1.22 2001/10/08 00:53:30 lukem Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -128,7 +128,7 @@
 set of keywords.
 If
 .Ql all
-is specified, add all the keywords.
+is specified, add all of the other keywords.
 .It Fl k Ar keywords
 Use the
 .Sy type
@@ -136,7 +136,7 @@
 keywords instead of the current set of keywords.
 If
 .Ql all
-is specified, use all the keywords.
+is specified, use all of the other keywords.
 .It Fl l
 Do
 .Dq loose
@@ -167,7 +167,7 @@
 set of keywords.
 If
 .Ql all
-is specified, remove all the keywords.
+is specified, remove all of the other keywords.
 .It Fl r
 Remove any files in the file hierarchy that are not described in the
 specification.
@@ -259,7 +259,7 @@
 The last modification time of the file.
 .It Sy type
 The type of the file; may be set to any one of the following:
-.sp
+.Pp
 .Bl -tag -width Sy -compact
 .It Sy block
 block special device
@@ -350,7 +350,7 @@
 .Pp
 A path that contains a slash
 .Pq Ql /
-that is not the first character will be treated as an absolute path
+that is not the first character will be treated as a full path
 (relative to the root of the tree).
 All parent directories referenced in the path must exist.
 The current directory path used by relative paths will be updated
@@ -451,5 +451,5 @@
 .Fl I
 and
 .Fl R
-flags, and support for absolute paths appeared in
+flags, and support for full paths appeared in
 .Nx 1.6 .



Home | Main Index | Thread Index | Old Index