head(1): validate all line count arguments
authorcheloha <cheloha@openbsd.org>
Sun, 10 Oct 2021 15:57:25 +0000 (15:57 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 10 Oct 2021 15:57:25 +0000 (15:57 +0000)
commit3d668c255f6827a5d207253952bd0609df072e4d
treec75abfe1cc9d9532640dda8aace519d97ae172ca
parentf2b373466016a5bacb70da606c4e62782eaf7786
head(1): validate all line count arguments

We need to validate all line count option arguments, not just the last
such argument found.

While here, switch to the default strtonum(3) error message format:

<argument-name> is <errstr>: <argument-string>

Thread: https://marc.info/?l=openbsd-tech&m=163383023212104&w=2

ok millert@
usr.bin/head/head.c