summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/more.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* discussing terminfo is not needed; ok schwarzejmc2014-04-251-7/+1
|
* Make more(1) POSIX compliant with respect to the -e option.schwarze2014-04-251-16/+24
| | | | | | | | | | | | 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@
* be a bit clearer about what this page is; ok millert schwarzejmc2014-04-251-10/+13
|
* combine some notes in STANDARDS for consistency;jmc2014-04-241-7/+5
|
* Explain how -p works with respect to multiple commands, and provide EXAMPLES;schwarze2014-04-141-2/+26
| | | | feedback and ok jmc@ millert@.
* Reference re_format(7), not ed(1) when talking about regexp matching.millert2014-04-121-4/+7
|
* more(1) is not an editor, so don't say -t will "edit" a file;schwarze2014-04-121-2/+2
| | | | wording suggested by millert@, also discussed with sobrado@
* - simplify macros in COMMANDSjmc2014-04-121-34/+15
| | | | | | | - some clean up - don;t document VISUAL, since we're sticking to posix stuff here ok millert
* remove some obsolescent text and tweak -p slightly; ok millertjmc2014-04-101-6/+3
|
* The -p option now matches POSIX. With jmc@millert2014-04-091-6/+7
|
* - move the "more is less" blurb to a more relevant placejmc2014-04-091-11/+11
| | | | | | - document in STANDARDS that we do not have an equivalent "skip" command ok millert
* add EXIT STATUS; ok millertjmc2014-04-091-1/+3
|
* update COMMANDS to only reflect those specified by posix; ok millertjmc2014-04-091-12/+9
|
* update ENVIRONMENT; ok millertjmc2014-04-091-11/+21
|
* various fixes for the options list, and use the same Nd as less (which wasjmc2014-04-081-52/+27
| | | | | | also historical more's); feedback/ok millert
* some initial cleanup;jmc2014-04-071-41/+32
|
* First cut at a separate more(1), based on the 4.4BSD more.1.millert2014-04-071-0/+338
There are a number of commands listed that POSIX does not specify which we may want to remove or at least document as extensions.