=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/find/find.1 1999/03/17 17:36:30 1.19 --- src/usr.bin/find/find.1 1999/05/02 16:34:33 1.20 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.19 1999/03/17 17:36:30 espie Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $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,131 **** .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 True if the difference between the file last access time and the time .Nm find --- 123,131 ---- .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 minute, is .Ar n ! minutes. .It Ic -atime Ar n True if the difference between the file last access time and the time .Nm find *************** *** 136,144 **** 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 True if the difference between the time of last change of file status information and the time --- 136,144 ---- 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 minute, is .Ar n ! minutes. .It Ic -ctime Ar n True if the difference between the time of last change of file status information and the time *************** *** 215,223 **** .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 True if the difference between the file last modification time and the time .Nm find --- 215,223 ---- .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 minute, is .Ar n ! minutes. .It Ic -mtime Ar n True if the difference between the file last modification time and the time .Nm find