From: tb Date: Wed, 1 Aug 2018 06:37:33 +0000 (+0000) Subject: Document that -delete and -execdir prevent -print from being assumed. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7ddb3a27d05a9fb437166f1d97a98badc443ff3a;p=openbsd Document that -delete and -execdir prevent -print from being assumed. From Kris Katterjohn, thanks. ok jmc --- diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 7466b607abf..4e76703750d 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -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 ,