=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/find/find.c 2017/01/04 09:21:26 1.22 +++ src/usr.bin/find/find.c 2018/08/01 06:39:58 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: find.c,v 1.22 2017/01/04 09:21:26 tb Exp $ */ +/* $OpenBSD: find.c,v 1.23 2018/08/01 06:39:58 tb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -86,9 +86,10 @@ } /* - * if the user didn't specify one of -print, -ok or -exec, then -print - * is assumed so we bracket the current expression with parens, if - * necessary, and add a -print node on the end. + * if the user didn't specify one of -delete, -exec, -execdir, + * -ls, -ok, -print or -print0, then -print is assumed so we + * bracket the current expression with parens, if necessary, + * and add a -print node on the end. */ if (!isoutput) { if (plan == NULL) {