bug-findutils
[Top][All Lists]
Advanced

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

[bug #19120] Patch to fix single quotes in man page find(1)


From: Andreas Metzler
Subject: [bug #19120] Patch to fix single quotes in man page find(1)
Date: Sun, 24 Jun 2007 16:19:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070510 Iceape/1.0.9 (Debian-1.0.9-0etch1)

Follow-up Comment #1, bug #19120 (project findutils):

Cool. This has just been pointed out to me in <http://bugs.debian.org/430139>
and there is already a patch. ;-)


BTW imho for this specific example the quotes should simply be dropped; i.e.
instead of

-find . \-wholename './src/emacs' \-prune \-o \-print
+find . \-wholename \(aq./src/emacs\(aq \-prune \-o \-print

this would be used:
-find . \-wholename './src/emacs' \-prune \-o \-print
+find . \-wholename ./src/emacs \-prune \-o \-print

Otherwise the patch looks fine to me in both C and UTF-8 locale.
cu andreas

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19120>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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