| Commit message (Expand) | Author | Age | Files | Lines |
* | minor fixes; |  jmc | 2014-11-23 | 1 | -3/+4 |
* | Improve manpage markup. |  bentley | 2014-11-23 | 2 | -228/+461 |
* | in the compat with more section, document: |  jmc | 2014-05-28 | 1 | -6/+20 |
* | When invoked as more, make the -i option behave the same as less's |  millert | 2014-05-28 | 3 | -4/+14 |
* | Use REG_STARTEND to permit searches to work past/across NUL bytes. |  guenther | 2014-05-23 | 1 | -0/+5 |
* | sync some of the text of ENVIRONMENT with more(1), and cut some |  jmc | 2014-05-13 | 1 | -14/+25 |
* | All callers of helpfile() are #ifdef SMALL so only define that |  millert | 2014-05-13 | 1 | -0/+2 |
* | zap double full stop; ok schwarze |  jmc | 2014-05-11 | 1 | -1/+1 |
* | remove unused variable |  chl | 2014-05-10 | 1 | -1/+0 |
* | Give more(1) its own help file, shorter than the one for less(1). |  schwarze | 2014-05-10 | 6 | -7/+93 |
* | zap the commented out stuff from this file: it mainly pertains to other |  jmc | 2014-05-09 | 1 | -38/+1 |
* | move some remnants of more behaviour to the compat section, and use Xr for |  jmc | 2014-05-09 | 1 | -14/+14 |
* | whack some useless verbiage from DESCRIPTION, and merge some of it into |  jmc | 2014-05-08 | 1 | -86/+28 |
* | - update DESCRIPTION and COMPATIBILITY WITH MORE |  jmc | 2014-05-08 | 1 | -34/+44 |
* | options first, then pager commands; also remove one non-standard Sh; |  jmc | 2014-05-01 | 1 | -371/+373 |
* | STANDARDS is no longer relevant to this page, so remove it; while here, |  jmc | 2014-05-01 | 1 | -15/+4 |
* | the beginning of removing more details from this page, since we now have |  jmc | 2014-05-01 | 1 | -45/+29 |
* | Remove support for the obsolete (non-POSIX) "more -d" prompt. |  millert | 2014-04-29 | 3 | -36/+5 |
* | Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@ |  millert | 2014-04-26 | 1 | -3/+2 |
* | Revert 1.11. That patch is not only not necessary, it is quite harmful now. |  shadchin | 2014-04-26 | 1 | -3/+0 |
* | discussing terminfo is not needed; ok schwarze |  jmc | 2014-04-25 | 1 | -7/+1 |
* | Make more(1) POSIX compliant with respect to the -e option. |  schwarze | 2014-04-25 | 3 | -21/+25 |
* | Merge Less 458 plus local patches |  shadchin | 2014-04-25 | 50 | -649/+988 |
* | Import of Less 458 |  shadchin | 2014-04-25 | 13 | -62/+157 |
* | be a bit clearer about what this page is; ok millert schwarze |  jmc | 2014-04-25 | 1 | -10/+13 |
* | Install separate more.1 instead of using a link from less.1. |  millert | 2014-04-24 | 1 | -3/+3 |
* | combine some notes in STANDARDS for consistency; |  jmc | 2014-04-24 | 1 | -7/+5 |
* | tiny fix: Remove duplicate rows, they appeared after importing less 444 |  shadchin | 2014-04-19 | 1 | -7/+0 |
* | Deny requests to display interactive help unless we can be really sure |  schwarze | 2014-04-14 | 1 | -0/+7 |
* | Explain how -p works with respect to multiple commands, and provide EXAMPLES; |  schwarze | 2014-04-14 | 1 | -2/+26 |
* | Reference re_format(7), not ed(1) when talking about regexp matching. |  millert | 2014-04-12 | 1 | -4/+7 |
* | more(1) is not an editor, so don't say -t will "edit" a file; |  schwarze | 2014-04-12 | 1 | -2/+2 |
* | - simplify macros in COMMANDS |  jmc | 2014-04-12 | 1 | -34/+15 |
* | Unlike less, more should use basic regular expressions. |  millert | 2014-04-12 | 1 | -1/+2 |
* | remove some obsolescent text and tweak -p slightly; ok millert |  jmc | 2014-04-10 | 1 | -6/+3 |
* | The -p option now matches POSIX. With jmc@ |  millert | 2014-04-09 | 1 | -6/+7 |
* | - move the "more is less" blurb to a more relevant place |  jmc | 2014-04-09 | 1 | -11/+11 |
* | In "more" mode, POSIX says the command specified by the -p option |  millert | 2014-04-09 | 1 | -7/+11 |
* | add EXIT STATUS; ok millert |  jmc | 2014-04-09 | 1 | -1/+3 |
* | update COMMANDS to only reflect those specified by posix; ok millert |  jmc | 2014-04-09 | 1 | -12/+9 |
* | update ENVIRONMENT; ok millert |  jmc | 2014-04-09 | 1 | -11/+21 |
* | various fixes for the options list, and use the same Nd as less (which was |  jmc | 2014-04-08 | 1 | -52/+27 |
* | some initial cleanup; |  jmc | 2014-04-07 | 1 | -41/+32 |
* | First cut at a separate more(1), based on the 4.4BSD more.1. |  millert | 2014-04-07 | 1 | -0/+338 |
* | Back out rev 1.30, our less does actually support the old-style more |  millert | 2014-04-07 | 1 | -2/+11 |
* | Remove description of old more's -d option which we haven't supported |  millert | 2014-04-07 | 1 | -12/+3 |
* | fix a leak in an error path |  jsg | 2014-01-22 | 1 | -1/+3 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2013-07-16 | 2 | -8/+8 |
* | Use .Lk for HTTP hyperlinks, not .Pa. |  schwarze | 2012-08-12 | 1 | -4/+5 |
* | Quit if write(2) returns -1 when writing to the tty, which can |  millert | 2012-05-17 | 1 | -1/+6 |