Age | Commit message (Collapse) | Author |
|
|
|
- Use warn() instead of an fprintf().
|
|
number specifications like: head -123foobar456. Also, check for ERANGE and
abort if strtol() returned LONG_MAX or LONG_MIN.
- Don't exit() when encountering a filename in argv[] that can't be open;
instead just continue.
- Don't keep decrementing `linecnt' if we've hit the end of the file.
millert@ ok
|
|
|
|
head(1) is often used in conjunction with tail -1 to display a single arbitrary
line from a file.
|
|
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
|
|
|
|
|
|
|