=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.98 retrieving revision 1.99 diff -c -r1.98 -r1.99 *** src/usr.bin/find/find.1 2019/09/02 21:18:41 1.98 --- src/usr.bin/find/find.1 2020/08/14 17:44:53 1.99 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.98 2019/09/02 21:18:41 deraadt Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.99 2020/08/14 17:44:53 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 31,37 **** .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: September 2 2019 $ .Dt FIND 1 .Os .Sh NAME --- 31,37 ---- .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: August 14 2020 $ .Dt FIND 1 .Os .Sh NAME *************** *** 565,575 **** and owned by .Dq wnj : .Pp ! .Dl "$ find / \e! \e( -newer ttt -user wnj \e)" .Pp Print out a list of all core files on local file systems: .Pp ! .Dl "$ find / \e! -fstype local -prune -o -name '*.core'" .Pp Find all files in .Pa /usr/src --- 565,575 ---- and owned by .Dq wnj : .Pp ! .Dl "$ find / ! \e( -newer ttt -user wnj \e)" .Pp Print out a list of all core files on local file systems: .Pp ! .Dl "$ find / ! -fstype local -prune -o -name '*.core'" .Pp Find all files in .Pa /usr/src *************** *** 680,686 **** .Ql \&? , .Ql \&( , .Ql \&) , - .Ql \&! , .Ql \e , and .Ql \&; --- 680,685 ----