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