110N/A--- doc/bashref.info 2009-12-29 12:59:33.000000000 -0800
110N/A+++ doc/bashref.info 2010-09-01 10:49:49.070499702 -0700
110N/A@@ -6387,7 +6387,7 @@
110N/A directory. The name of this file is taken from the value of the shell
110N/A variable `INPUTRC'. If that variable is unset, the default is
110N/A `~/.inputrc'. If that file does not exist or cannot be read, the
110N/A-ultimate default is `/etc/inputrc'.
110N/A+ultimate default is `/etc/bash/inputrc'.
110N/A
110N/A When a program which uses the Readline library starts up, the init
110N/A file is read, and the key bindings are set.
110N/A@@ -6812,8 +6812,8 @@
110N/A `$include'
110N/A This directive takes a single filename as an argument and reads
110N/A commands and bindings from that file. For example, the following
110N/A- directive reads from `/etc/inputrc':
110N/A- $include /etc/inputrc
110N/A+ directive reads from `/etc/bash/inputrc':
110N/A+ $include /etc/bash/inputrc
110N/A
110N/A
110N/A File: bashref.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File