CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/01 14:28:04
Modified files:
usr.bin/sort : sort.c
Log message:
If strtoul() fails to parse the argument to -k, just pass the
error back to the caller instead of calling err() directly.
The user gets a more useful error message this way.
