freebsd-dev/usr.bin/more
Nik Clayton 3be5f1f5ce Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
1999-07-12 20:24:20 +00:00
..
ch.c Remove documentation of CRLF bug from more.1. Sync code with manpage. 1999-04-29 18:03:38 +00:00
command.c - When trying to decide if $EDITOR == "vi", match against only the first 1999-06-05 20:27:08 +00:00
decode.c Grok gtags too. 1999-06-01 20:02:34 +00:00
help.c Keep "-c" (top_scroll) through viewing help. 1998-07-25 05:28:32 +00:00
input.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
less.h Grok gtags too. 1999-06-01 20:02:34 +00:00
line.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
linenum.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
main.c Grok gtags too. 1999-06-01 20:02:34 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
more.1 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:24:20 +00:00
more.help Grok gtags too. 1999-06-01 20:02:34 +00:00
option.c Really delete -# option. 1998-07-25 05:58:04 +00:00
os.c Fix coredump when two signals are sent in rapid succession. 1998-07-31 04:05:11 +00:00
output.c Don't print backspaces in first column since they backup to the prev line. 1999-06-02 03:42:39 +00:00
pathnames.h
position.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
prim.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
screen.c Fix compilation for the case where neither ioctl(TIOCGWINSZ) 1998-07-26 16:15:26 +00:00
signal.c Ignore (effectively) SIGTSTP if we're already in the process of tstoping. 1998-08-03 03:11:09 +00:00
tags.c No, the space required for a string is strlen() _plus_ one... Oops. 1999-06-04 19:35:22 +00:00
ttyin.c