components/bash/patches/solaris-014.bash.man.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Wed, 24 Sep 2014 14:44:19 -0700
branchs11u2-sru-backport
changeset 3333 4af2ab639479
parent 540 4e3006696e5f
child 1082 6d49548fa9da
permissions -rw-r--r--
19678459 problem in UTILITY/BASH
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
540
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     1
*** doc/bash.1.orig	Wed Oct 12 06:45:05 2011
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     2
--- doc/bash.1	Wed Oct 12 06:45:46 2011
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     3
***************
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     4
*** 3843,3849 ****
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     5
  .B \fIexpr\fP?\fIexpr\fP:\fIexpr\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     6
  conditional operator
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     7
  .TP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     8
! .B = *= /= %= += \-= <<= >>= &= ^= |=
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
     9
  assignment
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    10
  .TP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    11
  .B \fIexpr1\fP , \fIexpr2\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    12
--- 3843,3849 ----
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    13
  .B \fIexpr\fP?\fIexpr\fP:\fIexpr\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    14
  conditional operator
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    15
  .TP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    16
! .B "= *= /= %= += \-= <<= >>= &= ^= |="
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    17
  assignment
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    18
  .TP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    19
  .B \fIexpr1\fP , \fIexpr2\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    20
***************
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    21
*** 5235,5245 ****
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    22
  .IP \fB$include\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    23
  This directive takes a single filename as an argument and reads commands
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    24
  and bindings from that file.  For example, the following directive
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    25
! would read \fI/etc/inputrc\fP:
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    26
  .sp 1
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    27
  .RS
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    28
  .nf
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    29
! \fB$include\fP \^ \fI/etc/inputrc\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    30
  .fi
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    31
  .RE
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    32
  .SS Searching
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    33
--- 5235,5245 ----
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    34
  .IP \fB$include\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    35
  This directive takes a single filename as an argument and reads commands
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    36
  and bindings from that file.  For example, the following directive
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    37
! would read \fI/etc/bash/inputrc\fP:
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    38
  .sp 1
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    39
  .RS
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    40
  .nf
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    41
! \fB$include\fP \^ \fI/etc/bash/inputrc\fP
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    42
  .fi
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    43
  .RE
4e3006696e5f 6489402 miscellaneous manpage format bugs: bash(1)
Rich Burridge <rich.burridge@oracle.com>
parents: 115
diff changeset
    44
  .SS Searching