Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fixes; | 2014-11-23 | 1 | -3/+4 | |
| | |||||
* | Improve manpage markup. | 2014-11-23 | 2 | -228/+461 | |
| | | | | | | | | | | - Mark up flags with Fl - Mark up commands with Cm or Ic - Replace some double quotes with semantic alternatives - Fix the incorrectly documented -" option - Correct broken intra-page references ok jmc@ | ||||
* | in the compat with more section, document: | 2014-05-28 | 1 | -6/+20 | |
| | | | | | | | | | | | - the sense of -c is inverted - -GX are on by default - fold the note on -d into the stuff on -GX i deliberately left out mentioning -l being on by default, since i think the note below (all LESS vars are ignored) covers it adequately; ok millert | ||||
* | When invoked as more, make the -i option behave the same as less's | 2014-05-28 | 3 | -4/+14 | |
| | | | | -I to match POSIX. OK and man bits from jmc@ | ||||
* | Use REG_STARTEND to permit searches to work past/across NUL bytes. | 2014-05-23 | 1 | -0/+5 | |
| | | | | ok millert@ shadchin@ | ||||
* | sync some of the text of ENVIRONMENT with more(1), and cut some | 2014-05-13 | 1 | -14/+25 | |
| | | | | | | verbiage; ok millert | ||||
* | All callers of helpfile() are #ifdef SMALL so only define that | 2014-05-13 | 1 | -0/+2 | |
| | | | | function when SMALL is not defined. OK guenther@ | ||||
* | zap double full stop; ok schwarze | 2014-05-11 | 1 | -1/+1 | |
| | |||||
* | remove unused variable | 2014-05-10 | 1 | -1/+0 | |
| | | | | ok shadchin@ | ||||
* | Give more(1) its own help file, shorter than the one for less(1). | 2014-05-10 | 6 | -7/+93 | |
| | | | | | The helpfile itself was prepared by jmc@, the glue by me. OK millert@ jmc@ | ||||
* | zap the commented out stuff from this file: it mainly pertains to other | 2014-05-09 | 1 | -38/+1 | |
| | | | | | | systems, and our page is sufficiently far away from upstream to justify it; ok millert | ||||
* | move some remnants of more behaviour to the compat section, and use Xr for | 2014-05-09 | 1 | -14/+14 | |
| | | | | refs to more instead of Nm; | ||||
* | whack some useless verbiage from DESCRIPTION, and merge some of it into | 2014-05-08 | 1 | -86/+28 | |
| | | | | | the env vars section; tidy up the env vars section and remove the commented out stuff which relataes mainly to less on other systems; | ||||
* | - update DESCRIPTION and COMPATIBILITY WITH MORE | 2014-05-08 | 1 | -34/+44 | |
| | | | | | | - Xr more 1 ok millert schwarze | ||||
* | options first, then pager commands; also remove one non-standard Sh; | 2014-05-01 | 1 | -371/+373 | |
| | |||||
* | STANDARDS is no longer relevant to this page, so remove it; while here, | 2014-05-01 | 1 | -15/+4 | |
| | | | | zap some trailing whitespace introduced in recent update | ||||
* | the beginning of removing more details from this page, since we now have | 2014-05-01 | 1 | -45/+29 | |
| | | | | | | | a separate more(1): it's a big page so i'm doing it in bits. in this commit, remove more stuff from SYNOPSIS, remove some cleverness from SYNOPSIS, and use consistent argument names; | ||||
* | Remove support for the obsolete (non-POSIX) "more -d" prompt. | 2014-04-29 | 3 | -36/+5 | |
| | | | | | | This was a local change that was only enabled when the LESS_IS_MORE environment variable was set and not when invoked as "more". OK shadchin@ jmc@ | ||||
* | Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@ | 2014-04-26 | 1 | -3/+2 | |
| | |||||
* | Revert 1.11. That patch is not only not necessary, it is quite harmful now. | 2014-04-26 | 1 | -3/+0 | |
| | | | | ok schwarze@ | ||||
* | 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 | 3 | -21/+25 | |
| | | | | | | | | | | | | 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@ | ||||
* | Merge Less 458 plus local patches | 2014-04-25 | 50 | -649/+988 | |
| | | | | ok guenther@, ok jmc@ for man bits | ||||
* | Import of Less 458 | 2014-04-25 | 13 | -62/+157 | |
| | | | | ok guenther@ | ||||
* | be a bit clearer about what this page is; ok millert schwarze | 2014-04-25 | 1 | -10/+13 | |
| | |||||
* | Install separate more.1 instead of using a link from less.1. | 2014-04-24 | 1 | -3/+3 | |
| | | | | Requested by jmc@ | ||||
* | combine some notes in STANDARDS for consistency; | 2014-04-24 | 1 | -7/+5 | |
| | |||||
* | tiny fix: Remove duplicate rows, they appeared after importing less 444 | 2014-04-19 | 1 | -7/+0 | |
| | | | | suggested Daniel Dickman | ||||
* | Deny requests to display interactive help unless we can be really sure | 2014-04-14 | 1 | -0/+7 | |
| | | | | | | that they actually result from the user interactively asking for help. Help requests originating from various other sources caused infinite loops. OK millert@ "better than getting stuck in a help loop (sweet irony ;)" jmc@ | ||||
* | 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 | ||||
* | Unlike less, more should use basic regular expressions. | 2014-04-12 | 1 | -1/+2 | |
| | | | | OK schwarze@ | ||||
* | 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 | ||||
* | In "more" mode, POSIX says the command specified by the -p option | 2014-04-09 | 1 | -7/+11 | |
| | | | | | should apply to every edited file, not just the first one. It is equivalent to less's ++ option. Patch sent to upstream. OK shadchin@ | ||||
* | 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. | ||||
* | Back out rev 1.30, our less does actually support the old-style more | 2014-04-07 | 1 | -2/+11 | |
| | | | | -d flag. | ||||
* | Remove description of old more's -d option which we haven't supported | 2014-04-07 | 1 | -12/+3 | |
| | | | | for years. OK jmc@ | ||||
* | fix a leak in an error path | 2014-01-22 | 1 | -1/+3 | |
| | | | | ok krw@ deraadt@ | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 2 | -8/+8 | |
| | |||||
* | Use .Lk for HTTP hyperlinks, not .Pa. | 2012-08-12 | 1 | -4/+5 | |
| | | | | | | | | Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>. jmc@ agrees in principle that .Lk is the right macro to use. While here, update a few broken links, and add missing markup at a few places. | ||||
* | Quit if write(2) returns -1 when writing to the tty, which can | 2012-05-17 | 1 | -1/+6 | |
| | | | | happen if the tty is revoked. OK deraadt@ |