Deleted Added
full compact
readline.3 (47563) readline.3 (58314)
1.\" $FreeBSD: head/contrib/libreadline/doc/readline.3 58314 2000-03-19 22:00:57Z ache $
1.\"
2.\" MAN PAGE COMMENTS to
3.\"
4.\" Chet Ramey
5.\" Information Network Services
6.\" Case Western Reserve University
7.\" chet@ins.CWRU.Edu
8.\"
2.\"
3.\" MAN PAGE COMMENTS to
4.\"
5.\" Chet Ramey
6.\" Information Network Services
7.\" Case Western Reserve University
8.\" chet@ins.CWRU.Edu
9.\"
9.\" Last Change: Thu Dec 31 10:16:30 EST 1998
10.\" Last Change: Tue Jun 1 13:28:03 EDT 1999
10.\"
11.\"
11.TH READLINE 3 "1998 Dec 31" GNU
12.TH READLINE 3 "1999 Jun 1" GNU
12.\"
13.\" File Name macro. This used to be `.PN', for Path Name,
14.\" but Sun doesn't seem to like that very much.
15.\"
16.de FN
17\fI\|\\$1\|\fP
18..
19.SH NAME

--- 123 unchanged lines hidden (view full) ---

143.IR LFD ,
144.IR NEWLINE ,
145.IR RET ,
146.IR RETURN ,
147.IR SPC ,
148.IR SPACE ,
149and
150.IR TAB .
13.\"
14.\" File Name macro. This used to be `.PN', for Path Name,
15.\" but Sun doesn't seem to like that very much.
16.\"
17.de FN
18\fI\|\\$1\|\fP
19..
20.SH NAME

--- 123 unchanged lines hidden (view full) ---

144.IR LFD ,
145.IR NEWLINE ,
146.IR RET ,
147.IR RETURN ,
148.IR SPC ,
149.IR SPACE ,
150and
151.IR TAB .
152.PP
151In addition to command names, readline allows keys to be bound
152to a string that is inserted when the key is pressed (a \fImacro\fP).
153.PP
154.SS Key Bindings
155.PP
156The syntax for controlling key bindings in the
157.I inputrc
158file is simple. All that is required is the name of the

--- 400 unchanged lines hidden (view full) ---

559.B backward\-char (C\-b)
560Move back a character.
561.TP
562.B forward\-word (M\-f)
563Move forward to the end of the next word. Words are composed of
564alphanumeric characters (letters and digits).
565.TP
566.B backward\-word (M\-b)
153In addition to command names, readline allows keys to be bound
154to a string that is inserted when the key is pressed (a \fImacro\fP).
155.PP
156.SS Key Bindings
157.PP
158The syntax for controlling key bindings in the
159.I inputrc
160file is simple. All that is required is the name of the

--- 400 unchanged lines hidden (view full) ---

561.B backward\-char (C\-b)
562Move back a character.
563.TP
564.B forward\-word (M\-f)
565Move forward to the end of the next word. Words are composed of
566alphanumeric characters (letters and digits).
567.TP
568.B backward\-word (M\-b)
567Move back to the start of this, or the previous, word. Words are
569Move back to the start of the current or previous word. Words are
568composed of alphanumeric characters (letters and digits).
569.TP
570.B clear\-screen (C\-l)
571Clear the screen leaving the current line at the top of the screen.
572With an argument, refresh the current line without clearing the
573screen.
574.TP
575.B redraw\-current\-line

--- 591 unchanged lines hidden (view full) ---

1167.PD
1168.SH FILES
1169.PD 0
1170.TP
1171.FN ~/.inputrc
1172Individual \fBreadline\fP initialization file
1173.PD
1174.SH AUTHORS
570composed of alphanumeric characters (letters and digits).
571.TP
572.B clear\-screen (C\-l)
573Clear the screen leaving the current line at the top of the screen.
574With an argument, refresh the current line without clearing the
575screen.
576.TP
577.B redraw\-current\-line

--- 591 unchanged lines hidden (view full) ---

1169.PD
1170.SH FILES
1171.PD 0
1172.TP
1173.FN ~/.inputrc
1174Individual \fBreadline\fP initialization file
1175.PD
1176.SH AUTHORS
1175Brian Fox, Free Software Foundation (primary author)
1177Brian Fox, Free Software Foundation
1176.br
1178.br
1177bfox@ai.MIT.Edu
1179bfox@gnu.org
1178.PP
1179Chet Ramey, Case Western Reserve University
1180.br
1181chet@ins.CWRU.Edu
1182.SH BUG REPORTS
1183If you find a bug in
1184.B readline,
1185you should report it. But first, you should

--- 19 unchanged lines hidden ---
1180.PP
1181Chet Ramey, Case Western Reserve University
1182.br
1183chet@ins.CWRU.Edu
1184.SH BUG REPORTS
1185If you find a bug in
1186.B readline,
1187you should report it. But first, you should

--- 19 unchanged lines hidden ---