aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-06-04 19:25:47 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-06-04 19:25:47 +0000
commitb6f078071fe2d3efa479311f347b52b2057257b1 (patch)
treef8c2967698da20d02c1b7d4aa2d2ce7641515657 /usr.sbin/mtree
parentb4721d9484ac90141e81edd516a32d953727cf55 (diff)
downloadsrc-b6f078071fe2d3efa479311f347b52b2057257b1.tar.gz
src-b6f078071fe2d3efa479311f347b52b2057257b1.zip
Added forgotten -w to the SYNOPSIS.
Trim whitespace at EOL.
Notes
Notes: svn path=/head/; revision=130092
Diffstat (limited to 'usr.sbin/mtree')
-rw-r--r--usr.sbin/mtree/mtree.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index ee4e38eb0506..3b76170cdf4d 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -32,7 +32,7 @@
.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd February 26, 1999
+.Dd January 11, 2004
.Dt MTREE 8
.Os
.Sh NAME
@@ -40,7 +40,7 @@
.Nd map a directory hierarchy
.Sh SYNOPSIS
.Nm
-.Op Fl LPUcdeinqrux
+.Op Fl LPUcdeinqruxw
.Bk -words
.Op Fl f Ar spec
.Ek
@@ -79,8 +79,8 @@ Follow all symbolic links in the file hierarchy.
Don't follow symbolic links in the file hierarchy, instead consider
the symbolic link itself in any comparisons. This is the default.
.It Fl U
-Modify the owner, group, permissions, and modification time of existing
-files to match the specification and create any missing directories or
+Modify the owner, group, permissions, and modification time of existing
+files to match the specification and create any missing directories or
symbolic links.
User, group and permissions must all be specified for missing directories
to be created.