components/bash/solaris-013.bashref.info.patch
changeset 115 c360825c3a3f
parent 114 6cc95ec7b1bb
child 116 ae6a90899b42
equal deleted inserted replaced
114:6cc95ec7b1bb 115:c360825c3a3f
     1 --- doc/bashref.info	2009-12-29 12:59:33.000000000 -0800
       
     2 +++ doc/bashref.info	2010-09-01 10:49:49.070499702 -0700
       
     3 @@ -6387,7 +6387,7 @@
       
     4  directory.  The name of this file is taken from the value of the shell
       
     5  variable `INPUTRC'.  If that variable is unset, the default is
       
     6  `~/.inputrc'.  If that file does not exist or cannot be read, the
       
     7 -ultimate default is `/etc/inputrc'.
       
     8 +ultimate default is `/etc/bash/inputrc'.
       
     9  
       
    10     When a program which uses the Readline library starts up, the init
       
    11  file is read, and the key bindings are set.
       
    12 @@ -6812,8 +6812,8 @@
       
    13  `$include'
       
    14       This directive takes a single filename as an argument and reads
       
    15       commands and bindings from that file.  For example, the following
       
    16 -     directive reads from `/etc/inputrc':
       
    17 -          $include /etc/inputrc
       
    18 +     directive reads from `/etc/bash/inputrc':
       
    19 +          $include /etc/bash/inputrc
       
    20  
       
    21  
       
    22  File: bashref.info,  Node: Sample Init File,  Prev: Conditional Init Constructs,  Up: Readline Init File