diff options
author | mph <mph@FreeBSD.org> | 2000-11-17 23:08:03 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2000-11-17 23:08:03 +0000 |
commit | 3c3947a8d5e631437effb137a6132424a87c6438 (patch) | |
tree | 1929bbb4242bd11b1500488ff0a9fbba7c3f4e14 /usr.bin/find | |
parent | eb7769fac61a5ec09afaaed99f45e5bb3c75bd83 (diff) | |
download | FreeBSD-src-3c3947a8d5e631437effb137a6132424a87c6438.zip FreeBSD-src-3c3947a8d5e631437effb137a6132424a87c6438.tar.gz |
"minute(s) period(s)" --> "minute(s)"
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index afc2ff5..35752e0 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -148,9 +148,9 @@ than that of the file from which the descent began. .It Ic -amin Ar n True if the difference between the file last access time and the time .Nm find -was started, rounded up to the next full minutes period, is +was started, rounded up to the next full minute, is .Ar n -minutes periods. +minutes. .It Ic -atime Ar n True if the difference between the file last access time and the time .Nm find @@ -161,9 +161,9 @@ was started, rounded up to the next full 24\-hour period, is True if the difference between the time of last change of file status information and the time .Nm find -was started, rounded up to the next full minutes period, is +was started, rounded up to the next full minute, is .Ar n -minutes periods. +minutes. .It Ic -ctime Ar n True if the difference between the time of last change of file status information and the time @@ -254,9 +254,9 @@ True if the depth of the current file into the tree is greater than or equal to .It Ic -mmin Ar n True if the difference between the file last modification time and the time .Nm find -was started, rounded up to the next full minutes period, is +was started, rounded up to the next full minute, is .Ar n -minutes periods. +minutes. .It Ic -mtime Ar n True if the difference between the file last modification time and the time .Nm find |