diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-18 20:18:21 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-18 20:18:21 +0000 |
commit | 8198a302d33b90336e989fa609d90f729b69dabc (patch) | |
tree | 80f5e045e5ec1fa0ca14096787c4a3b835bc0e90 /usr.sbin/mtree/mtree.8 | |
parent | 0df2745254da6a236c8fcbe950d2b781ca80412a (diff) |
fix typos; Jon Bernard
Diffstat (limited to 'usr.sbin/mtree/mtree.8')
-rw-r--r-- | usr.sbin/mtree/mtree.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index e747e7185d3..c29cfde7ca9 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtree.8,v 1.20 2002/03/09 18:54:19 millert Exp $ +.\" $OpenBSD: mtree.8,v 1.21 2002/11/18 20:18:20 millert Exp $ .\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -75,9 +75,9 @@ Indents the output 4 spaces each time a directory level is descended when create a specification with the .Fl c option. -This does not effect either the /set statements or the comment before each +This does not affect either the /set statements or the comment before each directory. -It does however effect the comment before the close of each directory. +It does however affect the comment before the close of each directory. .It Fl K Ar keywords Add the specified (whitespace or comma separated) keywords to the current set of keywords. @@ -117,7 +117,7 @@ instead of the current directory. Quiet mode. Do not complain when a .Dq missing -directory can not be created because it is already exists. +directory cannot be created because it is already exists. This occurs when the directory is a symbolic link. .It Fl r Remove any files in the file hierarchy that are not described in the |