summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/find/find.14
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 923abadab63..5f91b8dbbb0 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.38 2003/06/03 02:56:08 millert Exp $
+.\" $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,6 +514,8 @@ Print out a list of all the files that are either owned by
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 ,