NetBSD/usr.bin/find
dholland f4f54a9c39 Fix "-exec blah blah {} +" so it only matches when the {} is last, as
per the standard. Per (brief) discussion on tech-userlevel.

There should really be a form where you can do the equivalent of
"-exec blah {} blah +", but I think we're going to need to call it
something other than -exec. As it is it's sort of surprising that the
standards people didn't add a different name -- note what happens if
you try to do something like "find ... -exec expr {} + 2 \;".
2011-01-06 08:18:42 +00:00
..
extern.h
find.1 Fix typos found by Ryo HAYASAKA in PR 43857. 2010-09-09 11:42:13 +00:00
find.c only setup siginfo handler if we have a tty. 2010-12-28 15:28:31 +00:00
find.h
function.c Fix "-exec blah blah {} +" so it only matches when the {} is last, as 2011-01-06 08:18:42 +00:00
ls.c
main.c only setup siginfo handler if we have a tty. 2010-12-28 15:28:31 +00:00
Makefile Enable WARNS=4 by default for usr.bin, except for: 2009-04-14 22:15:16 +00:00
misc.c
operator.c
option.c