Deleted Added
full compact
0a1
> .\" $FreeBSD: head/contrib/libreadline/doc/readline.3 157188 2006-03-27 23:11:32Z ache $
9c10
< .\" Last Change: Wed Jan 28 15:43:53 EST 2004
---
> .\" Last Change: Tue Sep 13 12:07:26 EDT 2005
11c12
< .TH READLINE 3 "2004 January 28" "GNU Readline 5.0"
---
> .TH READLINE 3 "2005 Sep 13" "GNU Readline 5.1-beta1"
15d15
< .\" $FreeBSD: head/contrib/libreadline/doc/readline.3 136758 2004-10-21 20:02:02Z peter $
331a332,335
> Unrecognized variable names are ignored.
> When a variable value is read, empty or null values, "on" (case-insensitive),
> and "1" are equivalent to \fBOn\fP. All other values are equivalent to
> \fBOff\fP.
341a346,350
> .B bind\-tty\-special\-chars (On)
> If set to \fBOn\fP, readline attempts to bind the control characters
> treated specially by the kernel's terminal driver to their readline
> equivalents.
> .TP
364c373
< on the terminal.
---
> on the terminal. A negative value causes readline to never ask.
395c404
< .B history-preserve-point
---
> .B history\-preserve\-point (Off)
397c406
< same location on each history line retrived with \fBprevious-history\fP
---
> same location on each history line retrieved with \fBprevious-history\fP
694a704,705
> Once the argument \fIn\fP is computed, the argument is extracted
> as if the "!\fIn\fP" history expansion had been specified.
702a714,715
> The history expansion facilities are used to extract the last argument,
> as if the "!$" history expansion had been specified.