(parse_obsolete_option): Renamed from
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Sep 2004 20:54:08 +0000 (20:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Sep 2004 20:54:08 +0000 (20:54 +0000)
commit160d311c8be7efe720a711953c320ead4a7c76ce
tree5eed740fa58c057b8b4ae2a3986cb31a3ba26a7b
parente21fadd7aa2c02e14f5b2804250202d4f0965509
(parse_obsolete_option): Renamed from
parse_obsolescent_option, since the options are obsolete now.
Remove bool *arg; just exit if there's an error.  Revamp to follow
POSIX 1003.2-1992 more precisely, to handle cases like "tail -
file" and "tail -10 -- file" correctly when we are conforming to
the older standard.
(main): Adjust to this change.
src/tail.c