CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/22 23:21:52
Modified files:
usr.bin/find : function.c
Log message:
The -exec primary is terminated by either ';' or '+', but the latter
only if immediately following a '{}' placeholder. Slightly modify the
error message to indicate so.
Brought up by and discussed with Paul de Weerd, thanks!
ok millert@
