Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-28 | in the compat with more section, document: | Jason McIntyre | |
- 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 | |||
2014-05-28 | When invoked as more, make the -i option behave the same as less's | Todd C. Miller | |
-I to match POSIX. OK and man bits from jmc@ | |||
2014-05-23 | Use REG_STARTEND to permit searches to work past/across NUL bytes. | Philip Guenther | |
ok millert@ shadchin@ | |||
2014-05-13 | sync some of the text of ENVIRONMENT with more(1), and cut some | Jason McIntyre | |
verbiage; ok millert | |||
2014-05-13 | All callers of helpfile() are #ifdef SMALL so only define that | Todd C. Miller | |
function when SMALL is not defined. OK guenther@ | |||
2014-05-11 | zap double full stop; ok schwarze | Jason McIntyre | |
2014-05-10 | remove unused variable | Charles Longeau | |
ok shadchin@ | |||
2014-05-10 | Give more(1) its own help file, shorter than the one for less(1). | Ingo Schwarze | |
The helpfile itself was prepared by jmc@, the glue by me. OK millert@ jmc@ | |||
2014-05-09 | zap the commented out stuff from this file: it mainly pertains to other | Jason McIntyre | |
systems, and our page is sufficiently far away from upstream to justify it; ok millert | |||
2014-05-09 | move some remnants of more behaviour to the compat section, and use Xr for | Jason McIntyre | |
refs to more instead of Nm; | |||
2014-05-08 | whack some useless verbiage from DESCRIPTION, and merge some of it into | Jason McIntyre | |
the env vars section; tidy up the env vars section and remove the commented out stuff which relataes mainly to less on other systems; | |||
2014-05-08 | - update DESCRIPTION and COMPATIBILITY WITH MORE | Jason McIntyre | |
- Xr more 1 ok millert schwarze | |||
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 | |
zap some trailing whitespace introduced in recent update | |||
2014-05-01 | the beginning of removing more details from this page, since we now have | Jason McIntyre | |
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; | |||
2014-04-29 | Remove support for the obsolete (non-POSIX) "more -d" prompt. | Todd C. Miller | |
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@ | |||
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 | |
ok schwarze@ | |||
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 | |
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@ | |||
2014-04-25 | Merge Less 458 plus local patches | Alexandr Shadchin | |
ok guenther@, ok jmc@ for man bits | |||
2014-04-25 | Import of Less 458 | Alexandr Shadchin | |
ok guenther@ | |||
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 | |
Requested by jmc@ | |||
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 | |
suggested Daniel Dickman | |||
2014-04-14 | Deny requests to display interactive help unless we can be really sure | Ingo Schwarze | |
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@ | |||
2014-04-14 | Explain how -p works with respect to multiple commands, and provide EXAMPLES; | Ingo Schwarze | |
feedback and ok jmc@ millert@. | |||
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 | |
wording suggested by millert@, also discussed with sobrado@ | |||
2014-04-12 | - simplify macros in COMMANDS | Jason McIntyre | |
- some clean up - don;t document VISUAL, since we're sticking to posix stuff here ok millert | |||
2014-04-12 | Unlike less, more should use basic regular expressions. | Todd C. Miller | |
OK schwarze@ | |||
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 | |
- document in STANDARDS that we do not have an equivalent "skip" command ok millert | |||
2014-04-09 | In "more" mode, POSIX says the command specified by the -p option | Todd C. Miller | |
should apply to every edited file, not just the first one. It is equivalent to less's ++ option. Patch sent to upstream. OK shadchin@ | |||
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 | |
also historical more's); feedback/ok millert | |||
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 | |
There are a number of commands listed that POSIX does not specify which we may want to remove or at least document as extensions. | |||
2014-04-07 | Back out rev 1.30, our less does actually support the old-style more | Todd C. Miller | |
-d flag. | |||
2014-04-07 | Remove description of old more's -d option which we haven't supported | Todd C. Miller | |
for years. OK jmc@ | |||
2014-01-22 | fix a leak in an error path | Jonathan Gray | |
ok krw@ deraadt@ | |||
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 | |
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. | |||
2012-05-17 | Quit if write(2) returns -1 when writing to the tty, which can | Todd C. Miller | |
happen if the tty is revoked. OK deraadt@ | |||
2012-03-30 | make the description of -c a little saner; ok nicm | Jason McIntyre | |
2012-03-27 | Reverse the default of the -c flag from off to on to prevent the text | Nicholas Marriott | |
being displayed in the wrong place initially and then jumping when first redrawn (such as when searching). ok deraadt sthen |