diff options
author | keramida <keramida@FreeBSD.org> | 2002-04-01 12:41:14 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-04-01 12:41:14 +0000 |
commit | 562250e13ffbac40465fa88171fbd8e29df2ff29 (patch) | |
tree | 8174ffd0a4edb4eaa212e3cbd32256d1a3f0d2df /usr.bin/find | |
parent | 79a0a0ceefeb01959491c0bc8fc6892aecb618dc (diff) | |
download | FreeBSD-src-562250e13ffbac40465fa88171fbd8e29df2ff29.zip FreeBSD-src-562250e13ffbac40465fa88171fbd8e29df2ff29.tar.gz |
Run find.1 through ispell.
PR: docs/36601
Submitted by: Joshua Goodall <joshua@roughtrade.net>
MFC after: 3 days
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 4b95fb8..660c190 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -261,7 +261,7 @@ can be useful when 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 +It ensures that you have write permission while you are placing files in a directory, then sets the directory's permissions as the last thing. .It Ic -empty True if the current file or directory is empty. |