summaryrefslogtreecommitdiffstats
path: root/usr.bin/less
Commit message (Collapse)AuthorAgeFilesLines
* Correct the script name to be "zless.sh". This avoids an extra cp/chmodru2005-05-171-1/+1
| | | | (from the sys.mk rule) while still installing it under the "zless" name.
* Add a zless script which invokes less using the lesspipe script. This isdes2005-05-172-3/+11
| | | | | | | | | similar to the zmore script that comes with gzip (and in fact, in most Linux distros, zless is a symlink to that very same zmore script) but has the advantage that you get the correct file name on the less status line, and can use :n and :p to navigate back and forth between multiple files. MFC after: 1 week
* Handle presumably uncompressed files with cat; exec the handlers.des2005-05-171-3/+9
| | | | MFC after: 1 week
* Restore old value of LESSKEYFILE_SYS.tjr2004-04-171-1/+1
|
* Regenerate with less 381 configure script.tjr2004-04-171-117/+173
|
* Usekuriyama2003-06-061-1/+1
| | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde
* Add an embellished lesspipe.sh as described in the man page.obrien2003-03-062-0/+15
| | | | P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME.
* Use ${BINDIR} instead of hardcoded path.johan2002-12-181-1/+1
| | | | | | | PR: 44582 Submitted by: Jon Disnard <jon.disnard@ca.com> Reviewed by: ru MFC after: 3 weeks
* Update for less v371ps2002-01-071-0/+4
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* ncurses -> termcapache2000-07-141-2/+2
|
* Upgrade to less v358.ps2000-07-141-0/+9
|
* Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecatedbde2000-06-032-16/+5
| | | | and $< and $@ are even documented as deprecated.
* Install a manpage for more.ps2000-05-231-0/+2
|
* Detach usr.bin/more and install a link from less. less will behaveps2000-05-231-0/+2
| | | | like more if invoked as more. The old more has not been removed.
* Dont use/install the formatted man file.ps2000-05-221-2/+2
|
* bmake glue for less.ps2000-05-223-0/+361
Reviewed by: peter
OpenPOWER on IntegriCloud