Document that -delete and -execdir prevent -print from being assumed.
authortb <tb@openbsd.org>
Wed, 1 Aug 2018 06:37:33 +0000 (06:37 +0000)
committertb <tb@openbsd.org>
Wed, 1 Aug 2018 06:37:33 +0000 (06:37 +0000)
From Kris Katterjohn, thanks.

ok jmc

usr.bin/find/find.1

index 7466b60..4e76703 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: find.1,v 1.93 2017/01/03 22:19:31 jmc Exp $
+.\"    $OpenBSD: find.1,v 1.94 2018/08/01 06:37:33 tb Exp $
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -31,7 +31,7 @@
 .\"
 .\"    from: @(#)find.1        8.1 (Berkeley) 6/6/93
 .\"
-.Dd $Mdocdate: January 3 2017 $
+.Dd $Mdocdate: August 1 2018 $
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -60,7 +60,9 @@ In the absence of an expression,
 is assumed.
 If an expression is given,
 but none of the primaries
+.Ic -delete ,
 .Ic -exec ,
+.Ic -execdir ,
 .Ic -ls ,
 .Ic -ok ,
 .Ic -print ,