[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.23 and 1.24

version 1.23, 1999/10/07 19:15:24 version 1.24, 1999/12/04 22:42:31
Line 35 
Line 35 
 .\"  .\"
 .\"     from: @(#)find.1        8.1 (Berkeley) 6/6/93  .\"     from: @(#)find.1        8.1 (Berkeley) 6/6/93
 .\"  .\"
 .Dd August 31, 1996  .Dd December 4, 1999
 .Dt FIND 1  .Dt FIND 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 137 
Line 137 
 was started, rounded up to the next full minute, is  was started, rounded up to the next full minute, is
 .Ar n  .Ar n
 minutes.  minutes.
   .It Ic -anewer Ar file
   True if the current file has a more recent last access time than
   .Ar file  .
 .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  .Nm
Line 150 
Line 153 
 was started, rounded up to the next full minute, is  was started, rounded up to the next full minute, is
 .Ar n  .Ar n
 minutes.  minutes.
   .It Ic -cnewer Ar file
   True if the current file has a more recent last change time than
   .Ar file  .
 .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

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24