mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
"minute(s) period(s)" --> "minute(s)"
This commit is contained in:
parent
363ea5eadf
commit
45fe9882b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68866
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user