diff options
author | 2012-01-05 13:16:10 +0000 | |
---|---|---|
committer | 2012-01-05 13:16:10 +0000 | |
commit | 89fc74b0fda6bfef3ca169079153ca3d9fa2dce8 (patch) | |
tree | 51ffa426e2a9aabdf10854298c110459a625193f | |
parent | update to nginx-1.0.11 (diff) | |
download | wireguard-openbsd-89fc74b0fda6bfef3ca169079153ca3d9fa2dce8.tar.xz wireguard-openbsd-89fc74b0fda6bfef3ca169079153ca3d9fa2dce8.zip |
-execdir only supports the first form of -exec with ; suffix, not the new
form with {} + suffix; make this clear in the manual. Text suggested by jmc@
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index e4b9659be3c..40d43be2adc 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.84 2012/01/03 08:42:00 jmc Exp $ +.\" $OpenBSD: find.1,v 1.85 2012/01/05 13:16:10 sthen 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 2012 $ +.Dd $Mdocdate: January 5 2012 $ .Dt FIND 1 .Os .Sh NAME @@ -243,7 +243,7 @@ does not exceed .Op argument ... .No ; .Xc -Identical to the +Identical to the first form of the .Ic -exec primary with the exception that .Ar utility |