summaryrefslogtreecommitdiff
path: root/usr.bin/less
AgeCommit message (Expand)Author
2014-04-19tiny fix: Remove duplicate rows, they appeared after importing less 444Alexandr Shadchin
2014-04-14Deny requests to display interactive help unless we can be really sureIngo Schwarze
2014-04-14Explain how -p works with respect to multiple commands, and provide EXAMPLES;Ingo Schwarze
2014-04-12Reference re_format(7), not ed(1) when talking about regexp matching.Todd C. Miller
2014-04-12more(1) is not an editor, so don't say -t will "edit" a file;Ingo Schwarze
2014-04-12- simplify macros in COMMANDSJason McIntyre
2014-04-12Unlike less, more should use basic regular expressions.Todd C. Miller
2014-04-10remove some obsolescent text and tweak -p slightly; ok millertJason McIntyre
2014-04-09The -p option now matches POSIX. With jmc@Todd C. Miller
2014-04-09- move the "more is less" blurb to a more relevant placeJason McIntyre
2014-04-09In "more" mode, POSIX says the command specified by the -p optionTodd C. Miller
2014-04-09add EXIT STATUS; ok millertJason McIntyre
2014-04-09update COMMANDS to only reflect those specified by posix; ok millertJason McIntyre
2014-04-09update ENVIRONMENT; ok millertJason McIntyre
2014-04-08various fixes for the options list, and use the same Nd as less (which wasJason McIntyre
2014-04-07some initial cleanup;Jason McIntyre
2014-04-07First cut at a separate more(1), based on the 4.4BSD more.1.Todd C. Miller
2014-04-07Back out rev 1.30, our less does actually support the old-style moreTodd C. Miller
2014-04-07Remove description of old more's -d option which we haven't supportedTodd C. Miller
2014-01-22fix a leak in an error pathJonathan Gray
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.Ingo Schwarze
2012-05-17Quit if write(2) returns -1 when writing to the tty, which canTodd C. Miller
2012-03-30make the description of -c a little saner; ok nicmJason McIntyre
2012-03-27Reverse the default of the -c flag from off to on to prevent the textNicholas Marriott
2011-11-16Don't create a history file called -... doh. Pointed out by jmc.Nicholas Marriott
2011-11-15Disable LESSHISTFILE by default, requested by deraadt.Nicholas Marriott
2011-10-08return the old behaviour for "more":Alexandr Shadchin
2011-09-21Fix mismerged copyright noticeTodd C. Miller
2011-09-21Use volatile sig_atomic_t, not int, for the sigs variable. AlsoTodd C. Miller
2011-09-21Repair interrupted reads; fixes ^Z. OK deraadt@Todd C. Miller
2011-09-16tweak previous;Jason McIntyre
2011-09-16add missing Makefile.incAlexandr Shadchin
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
2011-09-16Import of Less 444Alexandr Shadchin
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-02-03LC_TYPE -> LC_CTYPE; from Alexander PolakovJason McIntyre
2010-10-28more roff adjustments;Jason McIntyre
2010-08-09Match -m prompt string in man page with code. From Daniel MalamentRay Lai
2010-08-09Remove extra `.' from -m prompt string. From Daniel Malament danielmRay Lai
2010-07-03use SMALL_PROGRAM to knock out some codeTheo de Raadt
2010-07-02tags.c isn't needed at all, so exclude the entire object instead ofPhilip Guenthe
2010-04-09- fix up SYNOPSIS; it's not perfect yet though...Jason McIntyre
2010-02-28%t didn't properly remove trailing spaces from the end of the prompt.Jasper Lievisse Adriaanse
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-03main build can only happen after configure has run.Marc Espie
2007-05-31convert to new .Dd format;Jason McIntyre