diff options
| author | Matthew Hunt <mph@FreeBSD.org> | 2000-11-17 23:08:03 +0000 |
|---|---|---|
| committer | Matthew Hunt <mph@FreeBSD.org> | 2000-11-17 23:08:03 +0000 |
| commit | 45fe9882b07432b80c4e2b7342abd6df244226bc (patch) | |
| tree | ea9c289ebf5544eb2e384b7db1db4a979b9f3816 | |
| parent | 363ea5eadf0f323a6406f05ad6a770c32c90cd14 (diff) | |
Notes
| -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 afc2ff532b85..35752e03d4c8 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 |
