[BACK]Return to find.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / find

Diff for /src/usr.bin/find/find.1 between version 1.19 and 1.20

version 1.19, 1999/03/17 17:36:30 version 1.20, 1999/05/02 16:34:33
Line 123 
Line 123 
 .It Ic -amin Ar n  .It Ic -amin Ar n
 True if the difference between the file last access time and the time  True if the difference between the file last access time and the time
 .Nm find  .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  .Ar n
 minutes periods.  minutes.
 .It Ic -atime Ar n  .It Ic -atime Ar n
 True if the difference between the file last access time and the time  True if the difference between the file last access time and the time
 .Nm find  .Nm find
Line 136 
Line 136 
 True if the difference between the time of last change of file status  True if the difference between the time of last change of file status
 information and the time  information and the time
 .Nm find  .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  .Ar n
 minutes periods.  minutes.
 .It Ic -ctime Ar n  .It Ic -ctime Ar n
 True if the difference between the time of last change of file status  True if the difference between the time of last change of file status
 information and the time  information and the time
Line 215 
Line 215 
 .It Ic -mmin Ar n  .It Ic -mmin Ar n
 True if the difference between the file last modification time and the time  True if the difference between the file last modification time and the time
 .Nm find  .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  .Ar n
 minutes periods.  minutes.
 .It Ic -mtime Ar n  .It Ic -mtime Ar n
 True if the difference between the file last modification time and the time  True if the difference between the file last modification time and the time
 .Nm find  .Nm find

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20