summaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2022-03-31 17:27:33 +0000
commit58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch)
treec631dd0d4ac59c3286cbf5b06d00e840263d40da /usr.bin/find
parenta7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff)
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 9982a50d01b..6d0f86cbca3 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.100 2021/03/07 15:25:15 jsg Exp $
+.\" $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,7 +31,7 @@
.\"
.\" from: @(#)find.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: March 7 2021 $
+.Dd $Mdocdate: March 31 2022 $
.Dt FIND 1
.Os
.Sh NAME
@@ -230,7 +230,7 @@ exits with a zero exit status.
If the string
.Qq {}
appears anywhere in the utility name or the
-arguments it is replaced by the pathname of the current file.
+arguments, it is replaced by the pathname of the current file.
.Pp
If terminated by a plus sign,
the pathnames for which the
@@ -384,7 +384,7 @@ requests user affirmation for the execution of
by printing
a message to the terminal and reading a response.
If the response is other than
-.Sq y
+.Sq y ,
the command is not executed and the
value of the
.Ic ok
@@ -532,7 +532,7 @@ It evaluates to true if the expression is false.
.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
+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.