Add more support for POSIX 1003.1-2001, which requires removal for
authorJim Meyering <jim@meyering.net>
Sat, 2 Feb 2002 09:40:50 +0000 (09:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Feb 2002 09:40:50 +0000 (09:40 +0000)
commit3c25a62eb8c076596fcda45eb115ace186c41559
tree498814c6e128863b55daf4106e708a55e831fb12
parent5e2bb11618f177b2b114b6ad46025f1b0efd87c7
Add more support for POSIX 1003.1-2001, which requires removal for
support of obsolete "-N" option syntax in expand, head, fold,
split, tail, unexpand, uniq, and which prohibits options with
optional arguments in od and pr.

(usage): Document this.
(main): Check for obsolete options.
(shortopts): New constant.
(main): Use -1, not EOF, for getopt_long.
src/split.c