Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | discussing terminfo is not needed; ok schwarze | 2014-04-25 | 1 | -7/+1 | |
| | |||||
* | Make more(1) POSIX compliant with respect to the -e option. | 2014-04-25 | 1 | -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 schwarze | 2014-04-25 | 1 | -10/+13 | |
| | |||||
* | combine some notes in STANDARDS for consistency; | 2014-04-24 | 1 | -7/+5 | |
| | |||||
* | Explain how -p works with respect to multiple commands, and provide EXAMPLES; | 2014-04-14 | 1 | -2/+26 | |
| | | | | feedback and ok jmc@ millert@. | ||||
* | Reference re_format(7), not ed(1) when talking about regexp matching. | 2014-04-12 | 1 | -4/+7 | |
| | |||||
* | more(1) is not an editor, so don't say -t will "edit" a file; | 2014-04-12 | 1 | -2/+2 | |
| | | | | wording suggested by millert@, also discussed with sobrado@ | ||||
* | - simplify macros in COMMANDS | 2014-04-12 | 1 | -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 millert | 2014-04-10 | 1 | -6/+3 | |
| | |||||
* | The -p option now matches POSIX. With jmc@ | 2014-04-09 | 1 | -6/+7 | |
| | |||||
* | - move the "more is less" blurb to a more relevant place | 2014-04-09 | 1 | -11/+11 | |
| | | | | | | - document in STANDARDS that we do not have an equivalent "skip" command ok millert | ||||
* | add EXIT STATUS; ok millert | 2014-04-09 | 1 | -1/+3 | |
| | |||||
* | update COMMANDS to only reflect those specified by posix; ok millert | 2014-04-09 | 1 | -12/+9 | |
| | |||||
* | update ENVIRONMENT; ok millert | 2014-04-09 | 1 | -11/+21 | |
| | |||||
* | various fixes for the options list, and use the same Nd as less (which was | 2014-04-08 | 1 | -52/+27 | |
| | | | | | | also historical more's); feedback/ok millert | ||||
* | some initial cleanup; | 2014-04-07 | 1 | -41/+32 | |
| | |||||
* | First cut at a separate more(1), based on the 4.4BSD more.1. | 2014-04-07 | 1 | -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. |