=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/find.1,v retrieving revision 1.100 retrieving revision 1.101 diff -c -r1.100 -r1.101 *** src/usr.bin/find/find.1 2021/03/07 15:25:15 1.100 --- src/usr.bin/find/find.1 2022/03/31 17:27:24 1.101 *************** *** 1,4 **** ! .\" $OpenBSD: find.1,v 1.100 2021/03/07 15:25:15 jsg Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: find.1,v 1.101 2022/03/31 17:27:24 naddy Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 31,37 **** .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: March 7 2021 $ .Dt FIND 1 .Os .Sh NAME --- 31,37 ---- .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" ! .Dd $Mdocdate: March 31 2022 $ .Dt FIND 1 .Os .Sh NAME *************** *** 230,236 **** If the string .Qq {} appears anywhere in the utility name or the ! arguments it is replaced by the pathname of the current file. .Pp If terminated by a plus sign, the pathnames for which the --- 230,236 ---- If the string .Qq {} appears anywhere in the utility name or the ! arguments, it is replaced by the pathname of the current file. .Pp If terminated by a plus sign, the pathnames for which the *************** *** 384,390 **** by printing a message to the terminal and reading a response. If the response is other than ! .Sq y the command is not executed and the value of the .Ic ok --- 384,390 ---- by printing a message to the terminal and reading a response. If the response is other than ! .Sq y , the command is not executed and the value of the .Ic ok *************** *** 532,538 **** .It Ar expression Cm -and Ar expression .It Ar expression expression The logical AND operator. ! As it is implied by the juxtaposition of two expressions it does not have to be specified. The expression evaluates to true if both expressions are true. The second expression is not evaluated if the first expression is false. --- 532,538 ---- .It Ar expression Cm -and Ar expression .It Ar expression expression The logical AND operator. ! As it is implied by the juxtaposition of two expressions, it does not have to be specified. The expression evaluates to true if both expressions are true. The second expression is not evaluated if the first expression is false.