bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] typo (missing space in example) in find documentation


From: Stephane Chazelas
Subject: [PATCH] typo (missing space in example) in find documentation
Date: Fri, 18 Dec 2015 21:35:23 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

There's a missing space between {} and \; in one of the
examples.

diff --git a/doc/find.texi b/doc/find.texi
index bd1d6a1..3214cdc 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -5144,7 +5144,7 @@ problem:
 @example
 # safer
 find -exec sh -c 'something "$@@"' sh @address@hidden \;
-find -execdir sh -c 'something "$@@"' sh @address@hidden;
+find -execdir sh -c 'something "$@@"' sh @address@hidden \;
 @end example
 
 This approach is not guaranteed to avoid every problem, but it is much




reply via email to

[Prev in Thread] Current Thread [Next in Thread]