aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-11-20 15:45:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-11-20 15:45:29 +0000
commitd33321c095a252bc3d0c3087df8e4358314ef6cc (patch)
tree509616cf4d3a66b06b4a822066780f7900b0dc36 /usr.bin/find
parentec2eb6a2ff62b2df66387f75cecf46d03bfb3f96 (diff)
Notes
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 8023dcaf09bf0..4b95fb846dbfe 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -262,7 +262,7 @@ is used with
.Xr cpio 1
to process files that are contained in directories with unusual permissions.
It enures that you have write permission while you are placing files in a
-directory then sets the directory's permissions as the last thing.
+directory, then sets the directory's permissions as the last thing.
.It Ic -empty
True if the current file or directory is empty.
.It Ic -exec Ar utility Op Ar argument ... ;