Package: findutils
Version: 4.2.28-1

The examples in the man page for find(1) use incorrect quotes. When you
copy and paste (rather than re-type) the examples from the man page
which contain quotes, such as

    find . -wholename ’./src/emacs’ -prune -o -print

they do not work as expected. The example should read as

    find . -wholename './src/emacs' -prune -o -print

It is annoying (and hard to figure out because the difference in
appearance of the quotes is small) when examples copied and pasted from
man pages do not work. 

-- 
Toomas Tamm <tt-deb at kky.ttu.ee>
Tallinn, Estonia


Reply via email to