components/bash/solaris-014.bash.man.patch
changeset 115 c360825c3a3f
parent 114 6cc95ec7b1bb
child 116 ae6a90899b42
equal deleted inserted replaced
114:6cc95ec7b1bb 115:c360825c3a3f
     1 --- doc/bash.1	2009-12-30 10:01:31.000000000 -0800
       
     2 +++ doc/bash.1	2010-09-01 10:50:49.912191287 -0700
       
     3 @@ -5235,11 +5235,11 @@
       
     4  .IP \fB$include\fP
       
     5  This directive takes a single filename as an argument and reads commands
       
     6  and bindings from that file.  For example, the following directive
       
     7 -would read \fI/etc/inputrc\fP:
       
     8 +would read \fI/etc/bash/inputrc\fP:
       
     9  .sp 1
       
    10  .RS
       
    11  .nf
       
    12 -\fB$include\fP \^ \fI/etc/inputrc\fP
       
    13 +\fB$include\fP \^ \fI/etc/bash/inputrc\fP
       
    14  .fi
       
    15  .RE
       
    16  .SS Searching