components/bash/patches/solaris-014.bash.man.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Mon, 29 Feb 2016 10:09:14 -0800
changeset 5518 c47fe0edc204
parent 1082 6d49548fa9da
child 7485 89b2d849f322
permissions -rw-r--r--
20612604 upgrade bash to 4.3

# Solaris-specific configuration defaults.
# Our bash system configuration files are in /etc/bash.
# Not for upstream.
--- doc/bash.1	2011-01-16 12:31:39.000000000 -0800
+++ doc/bash.1	2011-11-29 09:57:25.406978670 -0800
@@ -3937,7 +3937,7 @@
 .B \fIexpr\fP?\fIexpr\fP:\fIexpr\fP
 conditional operator
 .TP
-.B = *= /= %= += \-= <<= >>= &= ^= |=
+.B "= *= /= %= += \-= <<= >>= &= ^= |="
 assignment
 .TP
 .B \fIexpr1\fP , \fIexpr2\fP
@@ -5340,11 +5340,11 @@
 .IP \fB$include\fP
 This directive takes a single filename as an argument and reads commands
 and bindings from that file.  For example, the following directive
-would read \fI/etc/inputrc\fP:
+would read \fI/etc/bash/inputrc\fP:
 .sp 1
 .RS
 .nf
-\fB$include\fP \^ \fI/etc/inputrc\fP
+\fB$include\fP \^ \fI/etc/bash/inputrc\fP
 .fi
 .RE
 .SS Searching