diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-19 16:33:27 +0000 |
commit | 6ad98044a1a2d142d9ff77ea56ca2238e763406c (patch) | |
tree | a077b815d9742b5f1f6f9b13857d954b5cde6e0d /usr.bin/find/find.1 | |
parent | 1b5639dd3182214584996b3aa9be187cde3ae234 (diff) | |
download | src-test2-6ad98044a1a2d142d9ff77ea56ca2238e763406c.tar.gz src-test2-6ad98044a1a2d142d9ff77ea56ca2238e763406c.zip |
Notes
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 76cf13daf693..d9150a0a50d9 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $Id: find.1,v 1.7 1997/03/11 13:48:17 peter Exp $ +.\" $Id: find.1,v 1.8 1997/05/02 22:08:10 max Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 @@ -148,7 +148,7 @@ Delete found files and/or directories. Always returns True. This executes from the current working directory as .Nm recurses down the tree. It will not attempt to delete a filename with a ``/'' -character in it's pathname relative to "." for security reasons. +character in its pathname relative to "." for security reasons. Depth\-first traversal processing is implied by this option. .It Ic -exec Ar utility Op argument ... ; True if the program named |