mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
commit bash-20190419 snapshot
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
.\"
|
||||
.\" Last Change: Thu Dec 28 14:49:51 EST 2017
|
||||
.\"
|
||||
.TH READLINE 3 "2017 December 28" "GNU Readline 7.0"
|
||||
.TH READLINE 3 "2017 December 28" "GNU Readline 8.0"
|
||||
.\"
|
||||
.\" File Name macro. This used to be `.PN', for Path Name,
|
||||
.\" but Sun doesn't seem to like that very much.
|
||||
|
||||
@@ -350,6 +350,11 @@ file is taken from the value of the environment variable @env{INPUTRC}. If
|
||||
that variable is unset, the default is @file{~/.inputrc}. If that
|
||||
file does not exist or cannot be read, the ultimate default is
|
||||
@file{/etc/inputrc}.
|
||||
@ifset BashFeatures
|
||||
The @w{@code{bind}} builtin command can also be used to set Readline
|
||||
keybindings and variables.
|
||||
@xref{Bash Builtins}.
|
||||
@end ifset
|
||||
|
||||
When a program which uses the Readline library starts up, the
|
||||
init file is read, and the key bindings are set.
|
||||
@@ -2380,7 +2385,7 @@ Many more examples -- an extensive collection of completions for most of
|
||||
the common GNU, Unix, and Linux commands -- are available as part of the
|
||||
bash_completion project. This is installed by default on many GNU/Linux
|
||||
distributions. Originally written by Ian Macdonald, the project now lives
|
||||
at @url{https://salsa.debian.org/debian/bash-completion}. There are ports for
|
||||
at @url{https://github.com/scop/bash-completion/}. There are ports for
|
||||
other systems such as Solaris and Mac OS X.
|
||||
|
||||
An older version of the bash_completion package is distributed with bash
|
||||
|
||||
Reference in New Issue
Block a user