* src/nl.c (main): Allow -l arg to exceed 2**64.
** Improvements
- 'head -c NUM' and 'head -n NUM' no longer fail merely because NUM
- stands for 2**64 or more.
+ 'head -c NUM', 'head -n NUM' and 'nl -l NUM' no longer fail merely
+ because NUM stands for 2**64 or more.
sort operates more efficiently when used on pseudo files with
an apparent size of 0, like those in /proc.
case 'l':
blank_join = xnumtoimax (optarg, 10, 1, INTMAX_MAX, "",
_("invalid line number of blank lines"),
- 0, XTOINT_MIN_RANGE);
+ 0, XTOINT_MIN_RANGE | XTOINT_MAX_QUIET);
break;
case 's':
separator_str = optarg;