freebsd-src/usr.bin/more
Tim Vanderhoek 1cdf1085c1 Catchup with the times:
- Avoid use of word that Americans don't know how to spell
 - Avoid use of capital letters when referring to command names
 - Bookmarks do span files
 - Use .Qq where appropriate.  I didn't use .Sq or .Dq where `' and ``''
   appear, since it's not clear to me what modern usage of those two
   macros is.
 - Say simply: ``See .Xr xxx 1'' rather than ``See the .Xr xxx 1 command''.
   This former style has undoubtedly increased in popularity due to
   html and hyperlinks, but it's always been around (esp. for manpage
   sections other than section 1).
 - Use .St
 - Dedocument use of `-' to mean that `more` should read from its
   standard input.  The modern preferred way to read from standard
   input is by specifying /dev/stdin.  This is not a prelude to changing
   more's behaviour within the short term (ie. at least 3-4 years).
2000-05-16 17:19:32 +00:00
..
ch.c Rather than use an LRU-ordered circular list to store buffered data, 1999-12-28 05:47:24 +00:00
command.c Fix an uncommon bug that would cause us to stop accepting input if the 2000-05-12 03:53:38 +00:00
default.morerc Use termcap(5) function key sequences rather than hardcoding for syscons. 2000-05-12 04:02:13 +00:00
help.c Keep "-c" (top_scroll) through viewing help. 1998-07-25 05:28:32 +00:00
input.c Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
less.h Allow bookmarks to cross files. 2000-05-14 03:30:59 +00:00
less.morerc Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
line.c Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
linenum.c Delete dead code and clean comments a little. 1999-12-28 03:01:20 +00:00
macro.c $Id$ -> $FreeBSD$ 1999-09-05 19:13:04 +00:00
main.c I'm not sure what posessed me to initialize wraplines to FALSE in the prev 2000-05-15 16:39:58 +00:00
Makefile Backout previous commit to this file: it dies in buildworld environment. 2000-05-12 18:10:17 +00:00
more.1 Catchup with the times: 2000-05-16 17:19:32 +00:00
more.help Make the TAB key tab. Under syscons, shift-TAB also performs a backtab. 2000-05-11 00:56:55 +00:00
most.morerc Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
ncommand.c Allow bookmarks to cross files. 2000-05-14 03:30:59 +00:00
option.c Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
os.c Improve hack from previous commit to this file: exit if we get successive 2000-05-12 04:04:27 +00:00
output.c Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
pathnames.h Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
position.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
prim.c Allow bookmarks to cross files. 2000-05-14 03:30:59 +00:00
screen.c Create magic variables that return termcap(5) strings for function keys. 2000-05-12 04:00:23 +00:00
signal.c Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00
tags.c Remove assertion of Shigio Yamaguchi's copyright, by request in bin/13607. 1999-09-10 23:40:39 +00:00
ttyin.c Thorough revamp of how input commands are processed. This allows customization 1999-09-03 22:31:21 +00:00