components/bash/patches/solaris-014.bash.man.patch
author pnyc <petr.nyc@oracle.com>
Fri, 08 Jan 2016 00:23:32 -0800
branchs11u3-sru
changeset 5245 72dbb2d375cc
parent 540 4e3006696e5f
child 1082 6d49548fa9da
permissions -rw-r--r--
build metadata for S11.3SRU5.1

*** doc/bash.1.orig	Wed Oct 12 06:45:05 2011
--- doc/bash.1	Wed Oct 12 06:45:46 2011
***************
*** 3843,3849 ****
  .B \fIexpr\fP?\fIexpr\fP:\fIexpr\fP
  conditional operator
  .TP
! .B = *= /= %= += \-= <<= >>= &= ^= |=
  assignment
  .TP
  .B \fIexpr1\fP , \fIexpr2\fP
--- 3843,3849 ----
  .B \fIexpr\fP?\fIexpr\fP:\fIexpr\fP
  conditional operator
  .TP
! .B "= *= /= %= += \-= <<= >>= &= ^= |="
  assignment
  .TP
  .B \fIexpr1\fP , \fIexpr2\fP
***************
*** 5235,5245 ****
  .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:
  .sp 1
  .RS
  .nf
! \fB$include\fP \^ \fI/etc/inputrc\fP
  .fi
  .RE
  .SS Searching
--- 5235,5245 ----
  .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/bash/inputrc\fP:
  .sp 1
  .RS
  .nf
! \fB$include\fP \^ \fI/etc/bash/inputrc\fP
  .fi
  .RE
  .SS Searching