[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.14 and 1.15

version 1.14, 1997/11/04 08:19:32 version 1.15, 1997/11/13 08:30:33
Line 129 
Line 129 
 .El  .El
 .Sh PRIMARIES  .Sh PRIMARIES
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .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
   .Ar n
   minutes periods.
 .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
 was started, rounded up to the next full 24\-hour period, is  was started, rounded up to the next full 24\-hour period, is
 .Ar n  .Ar n
 24\-hour periods.  24\-hour periods.
   .It Ic -cmin Ar n
   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
   .Ar n
   minutes periods.
 .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 209 
Line 222 
 .It Ic -mindepth Ar n  .It Ic -mindepth Ar n
 True if the current search depth is at least what is specified in  True if the current search depth is at least what is specified in
 .Ar n .  .Ar n .
   .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
   .Ar n
   minutes periods.
 .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.14  
changed lines
  Added in v.1.15