summaryrefslogtreecommitdiffstats
path: root/usr.bin/less (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor fixes;jmc2014-11-231-3/+4
* Improve manpage markup.bentley2014-11-232-228/+461
* in the compat with more section, document:jmc2014-05-281-6/+20
* When invoked as more, make the -i option behave the same as less'smillert2014-05-283-4/+14
* Use REG_STARTEND to permit searches to work past/across NUL bytes.guenther2014-05-231-0/+5
* sync some of the text of ENVIRONMENT with more(1), and cut somejmc2014-05-131-14/+25
* All callers of helpfile() are #ifdef SMALL so only define thatmillert2014-05-131-0/+2
* zap double full stop; ok schwarzejmc2014-05-111-1/+1
* remove unused variablechl2014-05-101-1/+0
* Give more(1) its own help file, shorter than the one for less(1).schwarze2014-05-106-7/+93
* zap the commented out stuff from this file: it mainly pertains to otherjmc2014-05-091-38/+1
* move some remnants of more behaviour to the compat section, and use Xr forjmc2014-05-091-14/+14
* whack some useless verbiage from DESCRIPTION, and merge some of it intojmc2014-05-081-86/+28
* - update DESCRIPTION and COMPATIBILITY WITH MOREjmc2014-05-081-34/+44
* options first, then pager commands; also remove one non-standard Sh;jmc2014-05-011-371/+373
* STANDARDS is no longer relevant to this page, so remove it; while here,jmc2014-05-011-15/+4
* the beginning of removing more details from this page, since we now havejmc2014-05-011-45/+29
* Remove support for the obsolete (non-POSIX) "more -d" prompt.millert2014-04-293-36/+5
* Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@millert2014-04-261-3/+2
* Revert 1.11. That patch is not only not necessary, it is quite harmful now.shadchin2014-04-261-3/+0
* discussing terminfo is not needed; ok schwarzejmc2014-04-251-7/+1
* Make more(1) POSIX compliant with respect to the -e option.schwarze2014-04-253-21/+25
* Merge Less 458 plus local patchesshadchin2014-04-2550-649/+988
* Import of Less 458shadchin2014-04-2513-62/+157
* be a bit clearer about what this page is; ok millert schwarzejmc2014-04-251-10/+13
* Install separate more.1 instead of using a link from less.1.millert2014-04-241-3/+3
* combine some notes in STANDARDS for consistency;jmc2014-04-241-7/+5
* tiny fix: Remove duplicate rows, they appeared after importing less 444shadchin2014-04-191-7/+0
* Deny requests to display interactive help unless we can be really sureschwarze2014-04-141-0/+7
* Explain how -p works with respect to multiple commands, and provide EXAMPLES;schwarze2014-04-141-2/+26
* Reference re_format(7), not ed(1) when talking about regexp matching.millert2014-04-121-4/+7
* more(1) is not an editor, so don't say -t will "edit" a file;schwarze2014-04-121-2/+2
* - simplify macros in COMMANDSjmc2014-04-121-34/+15
* Unlike less, more should use basic regular expressions.millert2014-04-121-1/+2
* remove some obsolescent text and tweak -p slightly; ok millertjmc2014-04-101-6/+3
* The -p option now matches POSIX. With jmc@millert2014-04-091-6/+7
* - move the "more is less" blurb to a more relevant placejmc2014-04-091-11/+11
* In "more" mode, POSIX says the command specified by the -p optionmillert2014-04-091-7/+11
* add EXIT STATUS; ok millertjmc2014-04-091-1/+3
* update COMMANDS to only reflect those specified by posix; ok millertjmc2014-04-091-12/+9
* update ENVIRONMENT; ok millertjmc2014-04-091-11/+21
* various fixes for the options list, and use the same Nd as less (which wasjmc2014-04-081-52/+27
* some initial cleanup;jmc2014-04-071-41/+32
* First cut at a separate more(1), based on the 4.4BSD more.1.millert2014-04-071-0/+338
* Back out rev 1.30, our less does actually support the old-style moremillert2014-04-071-2/+11
* Remove description of old more's -d option which we haven't supportedmillert2014-04-071-12/+3
* fix a leak in an error pathjsg2014-01-221-1/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-162-8/+8
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-4/+5
* Quit if write(2) returns -1 when writing to the tty, which canmillert2012-05-171-1/+6