Make more(1) POSIX compliant with respect to the -e option.
authorschwarze <schwarze@openbsd.org>
Fri, 25 Apr 2014 18:07:41 +0000 (18:07 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 25 Apr 2014 18:07:41 +0000 (18:07 +0000)
commitdc8a171716feecdb69f2f228b8cb8934753c873f
tree24761b77b5a10a11527ef9905a409277725476dd
parent13a462f6cf6bdaad85d0c22faf9fa8112d1fa22d
Make more(1) POSIX compliant with respect to the -e option.
By default, "more" now works like "less -e", and "more -e" now
works like "less -E", and more never exits just because the file
fits on the first screen, like "less -F" would.

While documenting this, add some text to the DESCRIPTION explaining
how paging works.  That allows a very concise description of -e.

code change ok millert@
manual page joint work with and ok jmc@
usr.bin/less/main.c
usr.bin/less/more.1
usr.bin/less/option.c