summaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-02 16:34:34 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-02 16:34:34 +0000
commitd1f6b4f0ffb15d979c68c3e5f6f89b25ce37783a (patch)
tree86349b4d6b7402d85b20763bd5d99af8cf507d0c /usr.bin/find
parent95c7a8329bf3d595c03555d07ecd662b7bc339dc (diff)
grammar; kwesterback@home.com
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 21ecd372532..44576d90e70 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.19 1999/03/17 17:36:30 espie Exp $
+.\" $OpenBSD: find.1,v 1.20 1999/05/02 16:34:33 aaron Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -123,9 +123,9 @@ take whiteouts into account when scanning directories.
.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
@@ -136,9 +136,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
@@ -215,9 +215,9 @@ True if the current search depth is at least what is specified in
.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