=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** src/usr.bin/find/find.1 2003/06/03 02:56:08 1.38 --- src/usr.bin/find/find.1 2003/06/12 04:30:07 1.39 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.38 2003/06/03 02:56:08 millert Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.39 2003/06/12 04:30:07 millert Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 514,519 **** --- 514,521 ---- or that are newer than .Dq ttt . + .It Li "$ find / \e! -fstype local -prune -or -name '*.core' -print" + Print out a list of all core files on local file systems. .El .Sh SEE ALSO .Xr chflags 1 ,