]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20041122 snapshot
authorChet Ramey <chet.ramey@case.edu>
Sat, 3 Dec 2011 18:40:08 +0000 (13:40 -0500)
committerChet Ramey <chet.ramey@case.edu>
Sat, 3 Dec 2011 18:40:08 +0000 (13:40 -0500)
36 files changed:
CWRU/CWRU.chlog
CWRU/CWRU.chlog~
MANIFEST
MANIFEST~
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.pdf
doc/bash.ps
doc/bashref.aux
doc/bashref.cp
doc/bashref.cps
doc/bashref.dvi
doc/bashref.html
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.ps
doc/bashref.toc
doc/bashref.vr
doc/bashref.vrs
doc/builtins.0
doc/builtins.ps
doc/rbash.ps
doc/version.texi
execute_cmd.c
execute_cmd.c~
lib/readline/doc/readline.3
lib/readline/doc/rluser.texi
lib/readline/doc/version.texi
tests/RUN-ONE-TEST.ksh [new file with mode: 0644]
tests/redir.right
tests/redir.right~ [new file with mode: 0644]
tests/redir.tests
tests/redir.tests~
tests/redir7.sub [new file with mode: 0644]

index 2e44b26000fb0c27dcb3e24997bfb1d877c6eaf7..52679ce18d207e3dbeefa084e3c78b4b52b0d191 100644 (file)
@@ -10600,3 +10600,17 @@ redir.c
                                   -----
 doc/{bash.1,bashref.texi}
        - correct some minor typos, forwarded from doko@debian.org
+
+                                  11/22
+                                  -----
+doc/bash.1,lib/readline/doc/{readline.3,rluser.texi}
+       - documented detail that yank-last-arg and yank-nth-arg use the history
+         arg expansion code (and, as a result, are subject to restrictions
+         of the history-comment character)
+
+                                  11/23
+                                  -----
+execute_cmd.c
+       - changes so that BASH_COMMAND preserves its value into a DEBUG trap:
+         for commands, arithmetic for command expressions, select commands,
+         case commands, (( commands, [[ commands, simple commands
index a56617dce70796f9d7b7102118ce51027c93a687..81069ae45e3818b49ea69b2cb6eee5349f685f5e 100644 (file)
@@ -10595,3 +10595,20 @@ redir.c
          using explicit redirections (e.g., `exec 3>&1').  This keeps file
          descriptors pointing to pipes from being left open but doesn't
          change the shell's file descriptor semantics
+
+                                  11/20
+                                  -----
+doc/{bash.1,bashref.texi}
+       - correct some minor typos, forwarded from doko@debian.org
+
+                                  11/22
+                                  -----
+doc/bash.1,lib/readline/doc/{readline.3,rluser.texi}
+       - documented detail that yank-last-arg and yank-nth-arg use the history
+         arg expansion code (and, as a result, are subject to restrictions
+         of the history-comment character)
+
+                                  11/23
+                                  -----
+execute_cmd.c
+       - changes so that BASH_COMMAND preserves its value into a DEBUG trap
index 154e63ac14a98ffd60ff629a9a950a2a6252b256..5255a17a6ab20ea861f93abf19f458f5b63dff3b 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -826,6 +826,7 @@ tests/redir4.sub    f
 tests/redir4.in1       f
 tests/redir5.sub       f
 tests/redir6.sub       f
+tests/redir7.sub       f
 tests/rhs-exp.tests    f
 tests/rhs-exp.right    f
 tests/rsh.tests                f
index 47422871fce0e78a65b4ced0b3cce0028e1d012c..154e63ac14a98ffd60ff629a9a950a2a6252b256 100644 (file)
--- a/MANIFEST~
+++ b/MANIFEST~
@@ -675,6 +675,8 @@ examples/misc/cshtobash     f
 tests/README           f
 tests/alias.tests      f
 tests/alias.right      f
+tests/appendop.tests   f
+tests/appendop.right   f
 tests/arith-for.tests  f
 tests/arith-for.right  f
 tests/arith.tests      f
@@ -683,6 +685,9 @@ tests/arith1.sub    f
 tests/arith2.sub       f
 tests/array.tests      f
 tests/array.right      f
+tests/array1.sub       f
+tests/array2.sub       f
+tests/array3.sub       f
 tests/array-at-star    f
 tests/array2.right     f
 tests/braces.tests     f
@@ -781,6 +786,7 @@ tests/new-exp1.sub  f
 tests/new-exp2.sub     f
 tests/new-exp3.sub     f
 tests/new-exp4.sub     f
+tests/new-exp5.sub     f
 tests/new-exp.right    f
 tests/nquote.tests     f
 tests/nquote.right     f
@@ -827,6 +833,7 @@ tests/rsh.right             f
 tests/run-all          f
 tests/run-minimal      f
 tests/run-alias                f
+tests/run-appendop     f
 tests/run-arith-for    f
 tests/run-arith                f
 tests/run-array                f
index 20e3e32312f97abba1f4fe448813c8296a6c1732..ac16be3f83c6a2f3778085d70f805144cd62f22e 100644 (file)
@@ -37,7 +37,7 @@ O\bOP\bPT\bTI\bIO\bON\bNS\bS
                  input.  This option allows the positional  parameters  to  be
                  set when invoking an interactive shell.
        -\b-D\bD        A  list of all double-quoted strings preceded by $\b$ is printed
-                 on the standard ouput.  These are the strings that  are  sub-
+                 on the standard output.  These are the strings that are  sub-
                  ject to language translation when the current locale is not C\bC
                  or P\bPO\bOS\bSI\bIX\bX.  This implies the -\b-n\bn option; no  commands  will  be
                  executed.
@@ -510,7 +510,7 @@ Q\bQU\bUO\bOT\bTI\bIN\bNG\bG
        quotes (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS below).
 
        Words of the form $\b$'_\bs_\bt_\br_\bi_\bn_\bg' are treated specially.  The word expands to
-       _\bs_\bt_\br_\bi_\bn_\bg,  with  backslash-escaped characters replaced as specifed by the
+       _\bs_\bt_\br_\bi_\bn_\bg,  with backslash-escaped characters replaced as specified by the
        ANSI C standard.  Backslash escape sequences, if present,  are  decoded
        as follows:
               \\b\a\ba     alert (bell)
@@ -563,6 +563,18 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        ments may also appear as arguments  to  the  a\bal\bli\bia\bas\bs,  d\bde\bec\bcl\bla\bar\bre\be,  t\bty\byp\bpe\bes\bse\bet\bt,
        e\bex\bxp\bpo\bor\brt\bt, r\bre\bea\bad\bdo\bon\bnl\bly\by, and l\blo\boc\bca\bal\bl builtin commands.
 
+       In  the context where an assignment statement is assigning a value to a
+       shell variable or array index, the += operator can be used to append to
+       or add to the variable's previous value.  When += is applied to a vari-
+       able for which the integer attribute has been set, _\bv_\ba_\bl_\bu_\be  is  evaluated
+       as  an arithmetic expression and added to the variable's current value,
+       which is also evaluated.  When += is applied to an array variable using
+       compound  assignment  (see  A\bAr\brr\bra\bay\bys\bs  below), the variable's value is not
+       unset (as it is when using =), and new values are appended to the array
+       beginning  at one greater than the array's maximum index.  When applied
+       to a string-valued variable, _\bv_\ba_\bl_\bu_\be is  expanded  and  appended  to  the
+       variable's value.
+
    P\bPo\bos\bsi\bit\bti\bio\bon\bna\bal\bl P\bPa\bar\bra\bam\bme\bet\bte\ber\brs\bs
        A  _\bp_\bo_\bs_\bi_\bt_\bi_\bo_\bn_\ba_\bl  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is a parameter denoted by one or more digits,
        other than the single digit 0.  Positional parameters are assigned from
@@ -877,8 +889,8 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               exits.
        H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE
               The maximum number of lines contained in the history file.  When
-              this  variable  is  assigned  a value, the history file is trun-
-              cated, if necessary, to contain no  more  than  that  number  of
+              this   variable  is  assigned  a  value,  the  history  file  is
+              truncated, if necessary, to contain no more than that number  of
               lines.   The  default  value  is  500.  The history file is also
               truncated to this size after  writing  it  when  an  interactive
               shell exits.
@@ -1165,11 +1177,11 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        a{\b{d,c,b}\b}e expands into `ade ace abe'.
 
        A sequence expression takes the form {\b{_\bx.\b..\b._\by}\b}, where _\bx and _\by  are  either
-       integers or single characters.  When integers are supplied, the expres-
-       sion expands to each number between _\bx and _\by, inclusive.   When  charac-
-       ters  are  supplied,  the  expression expands to each character lexico-
-       graphically between _\bx and _\by, inclusive.  Note that both _\bx and _\by must be
-       of the same type.
+       integers  or  single  characters.   When  integers  are  supplied,  the
+       expression expands to each number between _\bx  and  _\by,  inclusive.   When
+       characters are supplied, the expression expands to each character lexi-
+       cographically between _\bx and _\by, inclusive.  Note that both _\bx and _\by  must
+       be of the same type.
 
        Brace expansion is performed before any other expansions, and any char-
        acters special to other expansions are preserved in the result.  It  is
@@ -1226,10 +1238,10 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        unchanged.
 
        Each variable assignment is checked for unquoted tilde-prefixes immedi-
-       ately following a :\b: or =\b=.  In these cases, tilde expansion is also per-
-       formed.  Consequently, one may use file names with  tildes  in  assign-
-       ments to P\bPA\bAT\bTH\bH, M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH, and C\bCD\bDP\bPA\bAT\bTH\bH, and the shell assigns the expanded
-       value.
+       ately following a :\b: or the first =\b=.  In these cases, tilde expansion is
+       also performed.  Consequently, one may use file names  with  tildes  in
+       assignments  to  P\bPA\bAT\bTH\bH,  M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH, and C\bCD\bDP\bPA\bAT\bTH\bH, and the shell assigns the
+       expanded value.
 
    P\bPa\bar\bra\bam\bme\bet\bte\ber\br E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
        The `$\b$' character introduces parameter expansion, command substitution,
@@ -1240,8 +1252,8 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
 
        When braces are used, the matching ending brace is the  first  `}\b}'  not
        escaped  by  a  backslash  or within a quoted string, and not within an
-       embedded arithmetic expansion, command substitution, or paramter expan-
-       sion.
+       embedded  arithmetic  expansion,  command  substitution,  or  parameter
+       expansion.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}
               The  value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is substituted.  The braces are required
@@ -1296,9 +1308,12 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@,  the  result  is  _\bl_\be_\bn_\bg_\bt_\bh  positional  parameters
               beginning at _\bo_\bf_\bf_\bs_\be_\bt.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an array name indexed by @
               or *, the result is the _\bl_\be_\bn_\bg_\bt_\bh members of  the  array  beginning
-              with  ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br[_\bo_\bf_\bf_\bs_\be_\bt]}.   Substring  indexing  is zero-based
-              unless the positional parameters are used,  in  which  case  the
-              indexing starts at 1.
+              with  ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br[_\bo_\bf_\bf_\bs_\be_\bt]}.  A negative _\bo_\bf_\bf_\bs_\be_\bt is taken relative
+              to one greater than the maximum index of  the  specified  array.
+              Note  that a negative offset must be separated from the colon by
+              at least one space to avoid being confused with  the  :-  expan-
+              sion.   Substring  indexing  is zero-based unless the positional
+              parameters are used, in which case the indexing starts at 1.
 
        ${!\b!_\bp_\br_\be_\bf_\bi_\bx*\b*}
        ${!\b!_\bp_\br_\be_\bf_\bi_\bx@\b@}
@@ -1307,63 +1322,63 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
 
        ${!\b!_\bn_\ba_\bm_\be[_\b@]}
        ${!\b!_\bn_\ba_\bm_\be[_\b*]}
-              If _\bn_\ba_\bm_\be is an array variable,  expands  to  the  list  of  array
-              indices  (keys)  assigned  in  _\bn_\ba_\bm_\be.   If  _\bn_\ba_\bm_\be is not an array,
-              expands to 0 if _\bn_\ba_\bm_\be is set and null otherwise.  When _\b@ is  used
+              If  _\bn_\ba_\bm_\be  is  an  array  variable,  expands to the list of array
+              indices (keys) assigned in _\bn_\ba_\bm_\be.   If  _\bn_\ba_\bm_\be  is  not  an  array,
+              expands  to 0 if _\bn_\ba_\bm_\be is set and null otherwise.  When _\b@ is used
               and the expansion appears within double quotes, each key expands
               to a separate word.
 
        ${#\b#_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}
-              The length in characters of the value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is  substi-
-              tuted.   If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is  *\b* or @\b@, the value substituted is the
-              number of positional parameters.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an array  name
-              subscripted  by  *\b*  or @\b@, the value substituted is the number of
+              The  length  in  characters of the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is substi-
+              tuted.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is *\b* or @\b@, the  value  substituted  is  the
+              number  of positional parameters.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an array name
+              subscripted by *\b* or @\b@, the value substituted is  the  number  of
               elements in the array.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br#\b#_\bw_\bo_\br_\bd}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br#\b##\b#_\bw_\bo_\br_\bd}
-              The _\bw_\bo_\br_\bd is expanded to produce a pattern just  as  in  pathname
+              The  _\bw_\bo_\br_\bd  is  expanded to produce a pattern just as in pathname
               expansion.  If the pattern matches the beginning of the value of
-              _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, then the result of  the  expansion  is  the  expanded
+              _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br,  then  the  result  of  the expansion is the expanded
               value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest matching pattern (the ``#\b#''
               case) or the longest matching pattern (the ``#\b##\b#'' case) deleted.
               If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the pattern removal operation is applied
-              to each positional parameter in turn, and the expansion  is  the
-              resultant  list.   If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an array variable subscripted
-              with @\b@ or *\b*, the pattern removal operation is  applied  to  each
-              member  of the array in turn, and the expansion is the resultant
+              to  each  positional parameter in turn, and the expansion is the
+              resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an array  variable  subscripted
+              with  @\b@  or  *\b*, the pattern removal operation is applied to each
+              member of the array in turn, and the expansion is the  resultant
               list.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br%\b%_\bw_\bo_\br_\bd}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br%\b%%\b%_\bw_\bo_\br_\bd}
-              The _\bw_\bo_\br_\bd is expanded to produce a pattern just  as  in  pathname
-              expansion.   If  the  pattern  matches a trailing portion of the
+              The  _\bw_\bo_\br_\bd  is  expanded to produce a pattern just as in pathname
+              expansion.  If the pattern matches a  trailing  portion  of  the
               expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, then the result of the expansion is
-              the  expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest matching pat-
-              tern (the ``%\b%'' case)  or  the  longest  matching  pattern  (the
-              ``%\b%%\b%''  case)  deleted.   If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is  @\b@ or *\b*, the pattern
-              removal operation is applied to  each  positional  parameter  in
-              turn,  and the expansion is the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is
-              an array variable subscripted with @\b@ or *\b*, the  pattern  removal
-              operation  is  applied  to each member of the array in turn, and
+              the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest matching  pat-
+              tern  (the  ``%\b%''  case)  or  the  longest matching pattern (the
+              ``%\b%%\b%'' case) deleted.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is  @\b@  or  *\b*,  the  pattern
+              removal  operation  is  applied  to each positional parameter in
+              turn, and the expansion is the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\b is
+              an  array  variable subscripted with @\b@ or *\b*, the pattern removal
+              operation is applied to each member of the array  in  turn,  and
               the expansion is the resultant list.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br/\b/_\bp_\ba_\bt_\bt_\be_\br_\bn/\b/_\bs_\bt_\br_\bi_\bn_\bg}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br/\b//\b/_\bp_\ba_\bt_\bt_\be_\br_\bn/\b/_\bs_\bt_\br_\bi_\bn_\bg}
               The _\bp_\ba_\bt_\bt_\be_\br_\bn is expanded to produce a pattern just as in pathname
-              expansion.   _\bP_\ba_\br_\ba_\bm_\be_\bt_\be_\br is expanded and the longest match of _\bp_\ba_\bt_\b-
-              _\bt_\be_\br_\bagainst its value is replaced with _\bs_\bt_\br_\bi_\bn_\bg.   In  the  first
-              form,  only the first match is replaced.  The second form causes
-              all matches of _\bp_\ba_\bt_\bt_\be_\br_\bn to be replaced with _\bs_\bt_\br_\bi_\bn_\bg.   If  _\bp_\ba_\bt_\bt_\be_\br_\bn
-              begins  with  #\b#,  it must match at the beginning of the expanded
-              value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  If _\bp_\ba_\bt_\bt_\be_\br_\bn begins with %\b%, it must match  at
-              the  end of the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  If _\bs_\bt_\br_\bi_\bn_\bg is null,
-              matches of _\bp_\ba_\bt_\bt_\be_\br_\bn are deleted and the /\b/ following  _\bp_\ba_\bt_\bt_\be_\br_\b may
-              be  omitted.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the substitution operation
-              is applied to each positional parameter in turn, and the  expan-
-              sion  is  the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an array variable
-              subscripted with @\b@ or *\b*, the substitution operation  is  applied
-              to  each  member  of the array in turn, and the expansion is the
+              expansion.  _\bP_\ba_\br_\ba_\bm_\be_\bt_\be_\br is expanded and the longest match of  _\bp_\ba_\bt_\b-
+              _\bt_\be_\br_\b against  its  value is replaced with _\bs_\bt_\br_\bi_\bn_\bg.  In the first
+              form, only the first match is replaced.  The second form  causes
+              all  matches  of _\bp_\ba_\bt_\bt_\be_\br_\bn to be replaced with _\bs_\bt_\br_\bi_\bn_\bg.  If _\bp_\ba_\bt_\bt_\be_\br_\bn
+              begins with #\b#, it must match at the beginning  of  the  expanded
+              value  of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  If _\bp_\ba_\bt_\bt_\be_\br_\bn begins with %\b%, it must match at
+              the end of the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  If _\bs_\bt_\br_\bi_\bn_\bg is  null,
+              matches  of  _\bp_\ba_\bt_\bt_\be_\br_\bn are deleted and the /\b/ following _\bp_\ba_\bt_\bt_\be_\br_\bn may
+              be omitted.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the substitution  operation
+              is  applied to each positional parameter in turn, and the expan-
+              sion is the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an  array  variable
+              subscripted  with  @\b@ or *\b*, the substitution operation is applied
+              to each member of the array in turn, and the  expansion  is  the
               resultant list.
 
    C\bCo\bom\bmm\bma\ban\bnd\bd S\bSu\bub\bbs\bst\bti\bit\btu\but\bti\bio\bon\bn
@@ -1376,152 +1391,152 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               `\b`_\bc_\bo_\bm_\bm_\ba_\bn_\bd`\b`
 
        B\bBa\bas\bsh\bh performs the expansion by executing _\bc_\bo_\bm_\bm_\ba_\bn_\bd and replacing the com-
-       mand substitution with the standard output of  the  command,  with  any
+       mand  substitution  with  the  standard output of the command, with any
        trailing newlines deleted.  Embedded newlines are not deleted, but they
-       may be removed during word splitting.  The command  substitution  $\b$(\b(c\bca\bat\bt
+       may  be  removed during word splitting.  The command substitution $\b$(\b(c\bca\bat\bt
        _\bf_\bi_\bl_\be)\b) can be replaced by the equivalent but faster $\b$(\b(<\b< _\bf_\bi_\bl_\be)\b).
 
-       When  the  old-style  backquote form of substitution is used, backslash
-       retains its literal meaning except when followed by $\b$, `\b`,  or  \\b\.   The
+       When the old-style backquote form of substitution  is  used,  backslash
+       retains  its  literal  meaning except when followed by $\b$, `\b`, or \\b\.  The
        first backquote not preceded by a backslash terminates the command sub-
-       stitution.  When using the $(_\bc_\bo_\bm_\bm_\ba_\bn_\bd) form, all characters between  the
+       stitution.   When using the $(_\bc_\bo_\bm_\bm_\ba_\bn_\bd) form, all characters between the
        parentheses make up the command; none are treated specially.
 
        Command substitutions may be nested.  To nest when using the backquoted
        form, escape the inner backquotes with backslashes.
 
-       If the substitution appears within double quotes,  word  splitting  and
+       If  the  substitution  appears within double quotes, word splitting and
        pathname expansion are not performed on the results.
 
    A\bAr\bri\bit\bth\bhm\bme\bet\bti\bic\bc E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
-       Arithmetic  expansion allows the evaluation of an arithmetic expression
-       and the substitution of the result.  The format for  arithmetic  expan-
+       Arithmetic expansion allows the evaluation of an arithmetic  expression
+       and  the  substitution of the result.  The format for arithmetic expan-
        sion is:
 
               $\b$(\b((\b(_\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn)\b))\b)
 
-       The  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn  is  treated  as if it were within double quotes, but a
-       double quote inside the parentheses  is  not  treated  specially.   All
+       The _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn is treated as if it were within  double  quotes,  but  a
+       double  quote  inside  the  parentheses  is not treated specially.  All
        tokens in the expression undergo parameter expansion, string expansion,
-       command substitution, and quote removal.  Arithmetic expansions may  be
+       command  substitution, and quote removal.  Arithmetic expansions may be
        nested.
 
-       The  evaluation  is performed according to the rules listed below under
+       The evaluation is performed according to the rules listed  below  under
        A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN.  If _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn is invalid, b\bba\bas\bsh\bh prints a message
        indicating failure and no substitution occurs.
 
    P\bPr\bro\boc\bce\bes\bss\bs S\bSu\bub\bbs\bst\bti\bit\btu\but\bti\bio\bon\bn
-       _\bP_\br_\bo_\bc_\be_\bs_\b _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn  is supported on systems that support named pipes
-       (_\bF_\bI_\bF_\bO_\bs) or the /\b/d\bde\bev\bv/\b/f\bfd\bd method of naming open files.  It takes the  form
-       of  <\b<(\b(_\bl_\bi_\bs_\bt)\b) or >\b>(\b(_\bl_\bi_\bs_\bt)\b).  The process _\bl_\bi_\bs_\bt is run with its input or out-
+       _\bP_\br_\bo_\bc_\be_\bs_\b_\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn is supported on systems that support  named  pipes
+       (_\bF_\bI_\bF_\bO_\bs)  or the /\b/d\bde\bev\bv/\b/f\bfd\bd method of naming open files.  It takes the form
+       of <\b<(\b(_\bl_\bi_\bs_\bt)\b) or >\b>(\b(_\bl_\bi_\bs_\bt)\b).  The process _\bl_\bi_\bs_\bt is run with its input or  out-
        put connected to a _\bF_\bI_\bF_\bO or some file in /\b/d\bde\bev\bv/\b/f\bfd\bd.  The name of this file
-       is  passed  as  an argument to the current command as the result of the
-       expansion.  If the >\b>(\b(_\bl_\bi_\bs_\bt)\b) form is used, writing to the file will  pro-
-       vide  input  for _\bl_\bi_\bs_\bt.  If the <\b<(\b(_\bl_\bi_\bs_\bt)\b) form is used, the file passed as
+       is passed as an argument to the current command as the  result  of  the
+       expansion.   If the >\b>(\b(_\bl_\bi_\bs_\bt)\b) form is used, writing to the file will pro-
+       vide input for _\bl_\bi_\bs_\bt.  If the <\b<(\b(_\bl_\bi_\bs_\bt)\b) form is used, the file  passed  as
        an argument should be read to obtain the output of _\bl_\bi_\bs_\bt.
 
-       When available, process substitution is performed  simultaneously  with
-       parameter  and variable expansion, command substitution, and arithmetic
+       When  available,  process substitution is performed simultaneously with
+       parameter and variable expansion, command substitution, and  arithmetic
        expansion.
 
    W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg
-       The shell scans the results of parameter expansion,  command  substitu-
-       tion,  and arithmetic expansion that did not occur within double quotes
+       The  shell  scans the results of parameter expansion, command substitu-
+       tion, and arithmetic expansion that did not occur within double  quotes
        for _\bw_\bo_\br_\bd _\bs_\bp_\bl_\bi_\bt_\bt_\bi_\bn_\bg.
 
-       The shell treats each character of I\bIF\bFS\bS as a delimiter, and  splits  the
+       The  shell  treats each character of I\bIF\bFS\bS as a delimiter, and splits the
        results of the other expansions into words on these characters.  If I\bIF\bFS\bS
-       is unset, or its value is exactly <\b<s\bsp\bpa\bac\bce\be>\b><\b<t\bta\bab\bb>\b><\b<n\bne\bew\bwl\bli\bin\bne\be>\b>,  the  default,
-       then  any  sequence  of I\bIF\bFS\bS characters serves to delimit words.  If I\bIF\bFS\bS
-       has a value other than the default, then sequences  of  the  whitespace
-       characters  s\bsp\bpa\bac\bce\be  and  t\bta\bab\bb are ignored at the beginning and end of the
-       word, as long as the whitespace character is in the value  of  I\bIF\bFS\b (an
-       I\bIF\bFS\b whitespace  character).   Any  character  in  I\bIF\bFS\bS  that is not I\bIF\bFS\bS
+       is  unset,  or its value is exactly <\b<s\bsp\bpa\bac\bce\be>\b><\b<t\bta\bab\bb>\b><\b<n\bne\bew\bwl\bli\bin\bne\be>\b>, the default,
+       then any sequence of I\bIF\bFS\bS characters serves to delimit  words.   If  I\bIF\bFS\bS
+       has  a  value  other than the default, then sequences of the whitespace
+       characters s\bsp\bpa\bac\bce\be and t\bta\bab\bb are ignored at the beginning and  end  of  the
+       word,  as  long  as the whitespace character is in the value of I\bIF\bFS\bS (an
+       I\bIF\bFS\bwhitespace character).  Any  character  in  I\bIF\bFS\bS  that  is  not  I\bIF\bFS\bS
        whitespace, along with any adjacent I\bIF\bFS\bS whitespace characters, delimits
-       a  field.  A sequence of I\bIF\bFS\bS whitespace characters is also treated as a
+       a field.  A sequence of I\bIF\bFS\bS whitespace characters is also treated as  a
        delimiter.  If the value of I\bIF\bFS\bS is null, no word splitting occurs.
 
-       Explicit null arguments ("\b""\b" or '\b''\b')  are  retained.   Unquoted  implicit
+       Explicit  null  arguments  ("\b""\b"  or '\b''\b') are retained.  Unquoted implicit
        null arguments, resulting from the expansion of parameters that have no
-       values, are removed.  If a parameter with no value is  expanded  within
+       values,  are  removed.  If a parameter with no value is expanded within
        double quotes, a null argument results and is retained.
 
        Note that if no expansion occurs, no splitting is performed.
 
    P\bPa\bat\bth\bhn\bna\bam\bme\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
-       After  word  splitting,  unless  the -\b-f\bf option has been set, b\bba\bas\bsh\bh scans
-       each word for the characters *\b*, ?\b?, and [\b[.  If one of  these  characters
-       appears,  then  the word is regarded as a _\bp_\ba_\bt_\bt_\be_\br_\bn, and replaced with an
-       alphabetically sorted list of file names matching the pattern.   If  no
-       matching  file  names  are found, and the shell option n\bnu\bul\bll\blg\bgl\blo\bob\bb is dis-
-       abled, the word is left unchanged.  If the n\bnu\bul\bll\blg\bgl\blo\bob\bb option is set,  and
-       no  matches  are  found,  the  word  is removed.  If the f\bfa\bai\bil\blg\bgl\blo\bob\bb shell
-       option is set, and no matches are found, an error  message  is  printed
-       and  the  command  is  not executed.  If the shell option n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\bb is
-       enabled, the match is performed without regard to the  case  of  alpha-
-       betic  characters.   When a pattern is used for pathname expansion, the
-       character `\b``\b`.\b.'\b''\b'  at the start of a  name  or  immediately  following  a
-       slash  must  be  matched explicitly, unless the shell option d\bdo\bot\btg\bgl\blo\bob\bb is
-       set.  When matching a pathname, the  slash  character  must  always  be
-       matched  explicitly.   In  other  cases,  the  `\b``\b`.\b.'\b''\b'   character is not
-       treated specially.  See the description  of  s\bsh\bho\bop\bpt\bt  below  under  S\bSH\bHE\bEL\bLL\bL
-       B\bBU\bUI\bIL\bLT\bTI\bIN\b C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS  for a description of the n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\bb, n\bnu\bul\bll\blg\bgl\blo\bob\bb, f\bfa\bai\bil\bl-\b-
+       After word splitting, unless the -\b-f\bf option has  been  set,  b\bba\bas\bsh\b scans
+       each  word  for the characters *\b*, ?\b?, and [\b[.  If one of these characters
+       appears, then the word is regarded as a _\bp_\ba_\bt_\bt_\be_\br_\bn, and replaced  with  an
+       alphabetically  sorted  list of file names matching the pattern.  If no
+       matching file names are found, and the shell option  n\bnu\bul\bll\blg\bgl\blo\bob\bb  is  dis-
+       abled,  the word is left unchanged.  If the n\bnu\bul\bll\blg\bgl\blo\bob\bb option is set, and
+       no matches are found, the word  is  removed.   If  the  f\bfa\bai\bil\blg\bgl\blo\bob\b shell
+       option  is  set,  and no matches are found, an error message is printed
+       and the command is not executed.  If the  shell  option  n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\b is
+       enabled,  the  match  is performed without regard to the case of alpha-
+       betic characters.  When a pattern is used for pathname  expansion,  the
+       character  `\b``\b`.\b.'\b''\b'   at  the  start  of a name or immediately following a
+       slash must be matched explicitly, unless the shell  option  d\bdo\bot\btg\bgl\blo\bob\b is
+       set.   When  matching  a  pathname,  the slash character must always be
+       matched explicitly.  In  other  cases,  the  `\b``\b`.\b.'\b''\b'   character  is  not
+       treated  specially.   See  the  description  of s\bsh\bho\bop\bpt\bt below under S\bSH\bHE\bEL\bLL\bL
+       B\bBU\bUI\bIL\bLT\bTI\bIN\bC\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS for a description of the n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\bb,  n\bnu\bul\bll\blg\bgl\blo\bob\bb,  f\bfa\bai\bil\bl-\b-
        g\bgl\blo\bob\bb, and d\bdo\bot\btg\bgl\blo\bob\bb shell options.
 
-       The G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE shell variable may be used to restrict the set  of  file
-       names  matching  a  _\bp_\ba_\bt_\bt_\be_\br_\bn.   If G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is set, each matching file
-       name that also matches one of the patterns  in  G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE  is  removed
+       The  G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE  shell variable may be used to restrict the set of file
+       names matching a _\bp_\ba_\bt_\bt_\be_\br_\bn.  If G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is  set,  each  matching  file
+       name  that  also  matches  one of the patterns in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is removed
        from the list of matches.  The file names `\b``\b`.\b.'\b''\b'  and `\b``\b`.\b..\b.'\b''\b'  are always
-       ignored when G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is set and not null.  However, setting  G\bGL\bLO\bOB\bBI\bIG\bG-\b-
-       N\bNO\bOR\bRE\b to  a non-null value has the effect of enabling the d\bdo\bot\btg\bgl\blo\bob\bb shell
+       ignored  when G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is set and not null.  However, setting G\bGL\bLO\bOB\bBI\bIG\bG-\b-
+       N\bNO\bOR\bRE\bto a non-null value has the effect of enabling the  d\bdo\bot\btg\bgl\blo\bob\b shell
        option, so all other file names beginning with a `\b``\b`.\b.'\b''\b'  will match.  To
-       get  the  old  behavior  of ignoring file names beginning with a `\b``\b`.\b.'\b''\b',
-       make `\b``\b`.\b.*\b*'\b''\b'  one of the patterns in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE.  The d\bdo\bot\btg\bgl\blo\bob\bb option  is
+       get the old behavior of ignoring file names  beginning  with  a  `\b``\b`.\b.'\b''\b',
+       make  `\b``\b`.\b.*\b*'\b''\b'  one of the patterns in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE.  The d\bdo\bot\btg\bgl\blo\bob\bb option is
        disabled when G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is unset.
 
        P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg
 
        Any character that appears in a pattern, other than the special pattern
-       characters described below, matches itself.  The NUL character may  not
-       occur  in  a pattern.  A backslash escapes the following character; the
-       escaping backslash is discarded when  matching.   The  special  pattern
+       characters  described below, matches itself.  The NUL character may not
+       occur in a pattern.  A backslash escapes the following  character;  the
+       escaping  backslash  is  discarded  when matching.  The special pattern
        characters must be quoted if they are to be matched literally.
 
        The special pattern characters have the following meanings:
 
        *\b*      Matches any string, including the null string.
        ?\b?      Matches any single character.
-       [\b[.\b..\b..\b.]\b]  Matches  any  one of the enclosed characters.  A pair of charac-
+       [\b[.\b..\b..\b.]\b]  Matches any one of the enclosed characters.  A pair  of  charac-
               ters separated by a hyphen denotes a _\br_\ba_\bn_\bg_\be _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn; any char-
-              acter  that sorts between those two characters, inclusive, using
-              the current locale's collating sequence and  character  set,  is
-              matched.   If the first character following the [\b[ is a !\b!  or a ^\b^
-              then any character not enclosed is matched.  The  sorting  order
-              of  characters in range expressions is determined by the current
-              locale and the value of the L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE shell variable,  if  set.
-              A  -\b- may be matched by including it as the first or last charac-
+              acter that sorts between those two characters, inclusive,  using
+              the  current  locale's  collating sequence and character set, is
+              matched.  If the first character following the [\b[ is a !\b!  or a  ^\b^
+              then  any  character not enclosed is matched.  The sorting order
+              of characters in range expressions is determined by the  current
+              locale  and  the value of the L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE shell variable, if set.
+              A -\b- may be matched by including it as the first or last  charac-
               ter in the set.  A ]\b] may be matched by including it as the first
               character in the set.
 
-              Within  [\b[  and  ]\b],  _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br _\bc_\bl_\ba_\bs_\bs_\be_\bs can be specified using the
-              syntax [\b[:\b:_\bc_\bl_\ba_\bs_\bs:\b:]\b], where _\bc_\bl_\ba_\bs_\bs is one of  the  following  classes
+              Within [\b[ and ]\b], _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br _\bc_\bl_\ba_\bs_\bs_\be_\bs can  be  specified  using  the
+              syntax  [\b[:\b:_\bc_\bl_\ba_\bs_\bs:\b:]\b],  where  _\bc_\bl_\ba_\bs_\bs is one of the following classes
               defined in the POSIX.2 standard:
-              a\bal\bln\bnu\bum\b a\bal\blp\bph\bha\ba  a\bas\bsc\bci\bii\bi  b\bbl\bla\ban\bnk\bk  c\bcn\bnt\btr\brl\bl  d\bdi\big\bgi\bit\bt g\bgr\bra\bap\bph\bh l\blo\bow\bwe\ber\br p\bpr\bri\bin\bnt\bt p\bpu\bun\bnc\bct\bt
+              a\bal\bln\bnu\bum\ba\bal\blp\bph\bha\ba a\bas\bsc\bci\bii\bi b\bbl\bla\ban\bnk\bk c\bcn\bnt\btr\brl\bl  d\bdi\big\bgi\bit\bt  g\bgr\bra\bap\bph\bh  l\blo\bow\bwe\ber\br  p\bpr\bri\bin\bnt\b p\bpu\bun\bnc\bct\bt
               s\bsp\bpa\bac\bce\be u\bup\bpp\bpe\ber\br w\bwo\bor\brd\bd x\bxd\bdi\big\bgi\bit\bt
               A character class matches any character belonging to that class.
-              The  w\bwo\bor\brd\bd character class matches letters, digits, and the char-
+              The w\bwo\bor\brd\bd character class matches letters, digits, and the  char-
               acter _.
 
-              Within [\b[ and ]\b], an _\be_\bq_\bu_\bi_\bv_\ba_\bl_\be_\bn_\bc_\be _\bc_\bl_\ba_\bs_\bs can be specified using  the
-              syntax  [\b[=\b=_\bc=\b=]\b], which matches all characters with the same colla-
-              tion weight (as defined by the current locale) as the  character
+              Within  [\b[ and ]\b], an _\be_\bq_\bu_\bi_\bv_\ba_\bl_\be_\bn_\bc_\be _\bc_\bl_\ba_\bs_\bs can be specified using the
+              syntax [\b[=\b=_\bc=\b=]\b], which matches all characters with the same  colla-
+              tion  weight (as defined by the current locale) as the character
               _\bc.
 
               Within [\b[ and ]\b], the syntax [\b[.\b._\bs_\by_\bm_\bb_\bo_\bl.\b.]\b] matches the collating sym-
               bol _\bs_\by_\bm_\bb_\bo_\bl.
 
        If the e\bex\bxt\btg\bgl\blo\bob\bb shell option is enabled using the s\bsh\bho\bop\bpt\bt builtin, several
-       extended  pattern  matching operators are recognized.  In the following
+       extended pattern matching operators are recognized.  In  the  following
        description, a _\bp_\ba_\bt_\bt_\be_\br_\bn_\b-_\bl_\bi_\bs_\bt is a list of one or more patterns separated
        by a |\b|.  Composite patterns may be formed using one or more of the fol-
        lowing sub-patterns:
@@ -1533,54 +1548,54 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               +\b+(\b(_\bp_\ba_\bt_\bt_\be_\br_\bn_\b-_\bl_\bi_\bs_\bt)\b)
                      Matches one or more occurrences of the given patterns
               @\b@(\b(_\bp_\ba_\bt_\bt_\be_\br_\bn_\b-_\bl_\bi_\bs_\bt)\b)
-                     Matches exactly one of the given patterns
+                     Matches one of the given patterns
               !\b!(\b(_\bp_\ba_\bt_\bt_\be_\br_\bn_\b-_\bl_\bi_\bs_\bt)\b)
                      Matches anything except one of the given patterns
 
    Q\bQu\buo\bot\bte\be R\bRe\bem\bmo\bov\bva\bal\bl
        After the preceding expansions, all unquoted occurrences of the charac-
-       ters  \\b\,  '\b', and "\b" that did not result from one of the above expansions
+       ters \\b\, '\b', and "\b" that did not result from one of the  above  expansions
        are removed.
 
 R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
-       Before a command is executed, its input and output  may  be  _\br_\be_\bd_\bi_\br_\be_\bc_\bt_\be_\bd
-       using  a  special  notation  interpreted by the shell.  Redirection may
-       also be used to open and close files for the  current  shell  execution
+       Before  a  command  is executed, its input and output may be _\br_\be_\bd_\bi_\br_\be_\bc_\bt_\be_\bd
+       using a special notation interpreted by  the  shell.   Redirection  may
+       also  be  used  to open and close files for the current shell execution
        environment.  The following redirection operators may precede or appear
        anywhere within a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd or may follow a _\bc_\bo_\bm_\bm_\ba_\bn_\bd.  Redirections
        are processed in the order they appear, from left to right.
 
-       In  the  following descriptions, if the file descriptor number is omit-
-       ted, and the first character of the  redirection  operator  is  <\b<,  the
-       redirection  refers  to the standard input (file descriptor 0).  If the
-       first character of the  redirection  operator  is  >\b>,  the  redirection
+       In the following descriptions, if the file descriptor number  is  omit-
+       ted,  and  the  first  character  of the redirection operator is <\b<, the
+       redirection refers to the standard input (file descriptor 0).   If  the
+       first  character  of  the  redirection  operator  is >\b>, the redirection
        refers to the standard output (file descriptor 1).
 
-       The  word  following the redirection operator in the following descrip-
-       tions, unless otherwise noted, is subjected to brace  expansion,  tilde
+       The word following the redirection operator in the  following  descrip-
+       tions,  unless  otherwise noted, is subjected to brace expansion, tilde
        expansion, parameter expansion, command substitution, arithmetic expan-
-       sion, quote removal, pathname expansion, and  word  splitting.   If  it
+       sion,  quote  removal,  pathname  expansion, and word splitting.  If it
        expands to more than one word, b\bba\bas\bsh\bh reports an error.
 
-       Note  that  the order of redirections is significant.  For example, the
+       Note that the order of redirections is significant.  For  example,  the
        command
 
               ls >\b> dirlist 2>\b>&\b&1
 
-       directs both standard output and standard error to  the  file  _\bd_\bi_\br_\bl_\bi_\bs_\bt,
+       directs  both  standard  output and standard error to the file _\bd_\bi_\br_\bl_\bi_\bs_\bt,
        while the command
 
               ls 2>\b>&\b&1 >\b> dirlist
 
-       directs  only the standard output to file _\bd_\bi_\br_\bl_\bi_\bs_\bt, because the standard
-       error was duplicated as standard output before the standard output  was
+       directs only the standard output to file _\bd_\bi_\br_\bl_\bi_\bs_\bt, because the  standard
+       error  was duplicated as standard output before the standard output was
        redirected to _\bd_\bi_\br_\bl_\bi_\bs_\bt.
 
        B\bBa\bas\bsh\bh handles several filenames specially when they are used in redirec-
        tions, as described in the following table:
 
               /\b/d\bde\bev\bv/\b/f\bfd\bd/\b/_\bf_\bd
-                     If _\bf_\bd is a valid integer, file descriptor  _\bf_\bd  is  dupli-
+                     If  _\bf_\bd  is  a valid integer, file descriptor _\bf_\bd is dupli-
                      cated.
               /\b/d\bde\bev\bv/\b/s\bst\btd\bdi\bin\bn
                      File descriptor 0 is duplicated.
@@ -1590,18 +1605,22 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
                      File descriptor 2 is duplicated.
               /\b/d\bde\bev\bv/\b/t\btc\bcp\bp/\b/_\bh_\bo_\bs_\bt/\b/_\bp_\bo_\br_\bt
                      If _\bh_\bo_\bs_\bt is a valid hostname or Internet address, and _\bp_\bo_\br_\bt
-                     is an integer port number or service name, b\bba\bas\bsh\b attempts
+                     is  an integer port number or service name, b\bba\bas\bsh\bh attempts
                      to open a TCP connection to the corresponding socket.
               /\b/d\bde\bev\bv/\b/u\bud\bdp\bp/\b/_\bh_\bo_\bs_\bt/\b/_\bp_\bo_\br_\bt
                      If _\bh_\bo_\bs_\bt is a valid hostname or Internet address, and _\bp_\bo_\br_\bt
-                     is an integer port number or service name, b\bba\bas\bsh\b attempts
+                     is  an integer port number or service name, b\bba\bas\bsh\bh attempts
                      to open a UDP connection to the corresponding socket.
 
        A failure to open or create a file causes the redirection to fail.
 
+       Redirections using file descriptors greater than 9 should be used  with
+       care,  as they may conflict with file descriptors the shell uses inter-
+       nally.
+
    R\bRe\bed\bdi\bir\bre\bec\bct\bti\bin\bng\bg I\bIn\bnp\bpu\but\bt
        Redirection of input causes the file whose name results from the expan-
-       sion of _\bw_\bo_\br_\bd to be opened for reading on  file  descriptor  _\bn,  or  the
+       sion  of  _\bw_\bo_\br_\bd  to  be  opened for reading on file descriptor _\bn, or the
        standard input (file descriptor 0) if _\bn is not specified.
 
        The general format for redirecting input is:
@@ -1609,27 +1628,27 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
               [_\bn]<\b<_\bw_\bo_\br_\bd
 
    R\bRe\bed\bdi\bir\bre\bec\bct\bti\bin\bng\bg O\bOu\but\btp\bpu\but\bt
-       Redirection  of  output  causes  the  file  whose name results from the
+       Redirection of output causes the  file  whose  name  results  from  the
        expansion of _\bw_\bo_\br_\bd to be opened for writing on file descriptor _\bn, or the
        standard output (file descriptor 1) if _\bn is not specified.  If the file
-       does not exist it is created; if it does exist it is truncated to  zero
+       does  not exist it is created; if it does exist it is truncated to zero
        size.
 
        The general format for redirecting output is:
 
               [_\bn]>\b>_\bw_\bo_\br_\bd
 
-       If  the  redirection operator is >\b>, and the n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br option to the s\bse\bet\bt
-       builtin has been enabled, the redirection will fail if the  file  whose
-       name  results  from the expansion of _\bw_\bo_\br_\bd exists and is a regular file.
+       If the redirection operator is >\b>, and the n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br option to  the  s\bse\bet\bt
+       builtin  has  been enabled, the redirection will fail if the file whose
+       name results from the expansion of _\bw_\bo_\br_\bd exists and is a  regular  file.
        If the redirection operator is >\b>|\b|, or the redirection operator is >\b> and
-       the  n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br  option  to  the s\bse\bet\bt builtin command is not enabled, the
+       the n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br option to the s\bse\bet\bt builtin command  is  not  enabled,  the
        redirection is attempted even if the file named by _\bw_\bo_\br_\bd exists.
 
    A\bAp\bpp\bpe\ben\bnd\bdi\bin\bng\bg R\bRe\bed\bdi\bir\bre\bec\bct\bte\bed\bd O\bOu\but\btp\bpu\but\bt
-       Redirection of output in  this  fashion  causes  the  file  whose  name
-       results  from  the expansion of _\bw_\bo_\br_\bd to be opened for appending on file
-       descriptor _\bn, or the standard output (file descriptor 1) if  _\bn  is  not
+       Redirection  of  output  in  this  fashion  causes  the file whose name
+       results from the expansion of _\bw_\bo_\br_\bd to be opened for appending  on  file
+       descriptor  _\bn,  or  the standard output (file descriptor 1) if _\bn is not
        specified.  If the file does not exist it is created.
 
        The general format for appending output is:
@@ -1638,11 +1657,11 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
 
 
    R\bRe\bed\bdi\bir\bre\bec\bct\bti\bin\bng\bg S\bSt\bta\ban\bnd\bda\bar\brd\bd O\bOu\but\btp\bpu\but\bt a\ban\bnd\bd S\bSt\bta\ban\bnd\bda\bar\brd\bd E\bEr\brr\bro\bor\br
-       B\bBa\bas\bsh\b allows both the standard output (file descriptor 1) and the stan-
-       dard error output (file descriptor 2) to  be  redirected  to  the  file
+       B\bBa\bas\bsh\ballows both the standard output (file descriptor 1) and the  stan-
+       dard  error  output  (file  descriptor  2) to be redirected to the file
        whose name is the expansion of _\bw_\bo_\br_\bd with this construct.
 
-       There  are  two  formats  for  redirecting standard output and standard
+       There are two formats for  redirecting  standard  output  and  standard
        error:
 
               &\b&>\b>_\bw_\bo_\br_\bd
@@ -1655,9 +1674,9 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
               >\b>_\bw_\bo_\br_\bd 2>\b>&\b&1
 
    H\bHe\ber\bre\be D\bDo\boc\bcu\bum\bme\ben\bnt\bts\bs
-       This  type  of  redirection  instructs the shell to read input from the
-       current source until a line containing  only  _\bw_\bo_\br_\bd  (with  no  trailing
-       blanks)  is seen.  All of the lines read up to that point are then used
+       This type of redirection instructs the shell to  read  input  from  the
+       current  source  until  a  line  containing only _\bw_\bo_\br_\bd (with no trailing
+       blanks) is seen.  All of the lines read up to that point are then  used
        as the standard input for a command.
 
        The format of here-documents is:
@@ -1666,18 +1685,18 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
                       _\bh_\be_\br_\be_\b-_\bd_\bo_\bc_\bu_\bm_\be_\bn_\bt
               _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br
 
-       No parameter expansion, command substitution, arithmetic expansion,  or
+       No  parameter expansion, command substitution, arithmetic expansion, or
        pathname expansion is performed on _\bw_\bo_\br_\bd.  If any characters in _\bw_\bo_\br_\bd are
-       quoted, the _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br is the result of quote removal on _\bw_\bo_\br_\bd,  and  the
-       lines  in the here-document are not expanded.  If _\bw_\bo_\br_\bd is unquoted, all
-       lines of the here-document are subjected to parameter  expansion,  com-
-       mand  substitution,  and arithmetic expansion.  In the latter case, the
-       character sequence \\b\<\b<n\bne\bew\bwl\bli\bin\bne\be>\b> is ignored, and \\b\ must be used  to  quote
+       quoted,  the  _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br is the result of quote removal on _\bw_\bo_\br_\bd, and the
+       lines in the here-document are not expanded.  If _\bw_\bo_\br_\bd is unquoted,  all
+       lines  of  the here-document are subjected to parameter expansion, com-
+       mand substitution, and arithmetic expansion.  In the latter  case,  the
+       character  sequence  \\b\<\b<n\bne\bew\bwl\bli\bin\bne\be>\b> is ignored, and \\b\ must be used to quote
        the characters \\b\, $\b$, and `\b`.
 
        If the redirection operator is <\b<<\b<-\b-, then all leading tab characters are
-       stripped from input lines and  the  line  containing  _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br.   This
-       allows  here-documents within shell scripts to be indented in a natural
+       stripped  from  input  lines  and  the line containing _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br.  This
+       allows here-documents within shell scripts to be indented in a  natural
        fashion.
 
    H\bHe\ber\bre\be S\bSt\btr\bri\bin\bng\bgs\bs
@@ -1693,19 +1712,19 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
               [_\bn]<\b<&\b&_\bw_\bo_\br_\bd
 
        is used to duplicate input file descriptors.  If _\bw_\bo_\br_\bd expands to one or
-       more digits, the file descriptor denoted by _\bn is made to be a  copy  of
-       that  file  descriptor.   If  the  digits in _\bw_\bo_\br_\bd do not specify a file
-       descriptor open for input, a redirection error occurs.  If _\bw_\bo_\br_\b evalu-
-       ates  to  -\b-,  file  descriptor _\bn is closed.  If _\bn is not specified, the
+       more  digits,  the file descriptor denoted by _\bn is made to be a copy of
+       that file descriptor.  If the digits in _\bw_\bo_\br_\bd  do  not  specify  a  file
+       descriptor  open for input, a redirection error occurs.  If _\bw_\bo_\br_\bd evalu-
+       ates to -\b-, file descriptor _\bn is closed.  If _\bn  is  not  specified,  the
        standard input (file descriptor 0) is used.
 
        The operator
 
               [_\bn]>\b>&\b&_\bw_\bo_\br_\bd
 
-       is used similarly to duplicate output file descriptors.  If  _\bn  is  not
-       specified,  the  standard  output  (file descriptor 1) is used.  If the
-       digits in _\bw_\bo_\br_\bd do not specify a file  descriptor  open  for  output,  a
+       is  used  similarly  to duplicate output file descriptors.  If _\bn is not
+       specified, the standard output (file descriptor 1)  is  used.   If  the
+       digits  in  _\bw_\bo_\br_\bd  do  not  specify a file descriptor open for output, a
        redirection error occurs.  As a special case, if _\bn is omitted, and _\bw_\bo_\br_\bd
        does not expand to one or more digits, the standard output and standard
        error are redirected as described previously.
@@ -1715,7 +1734,7 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
 
               [_\bn]<\b<&\b&_\bd_\bi_\bg_\bi_\bt-\b-
 
-       moves  the  file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or the standard
+       moves the file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or  the  standard
        input (file descriptor 0) if _\bn is not specified.  _\bd_\bi_\bg_\bi_\bt is closed after
        being duplicated to _\bn.
 
@@ -1723,7 +1742,7 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
 
               [_\bn]>\b>&\b&_\bd_\bi_\bg_\bi_\bt-\b-
 
-       moves  the  file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or the standard
+       moves the file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or  the  standard
        output (file descriptor 1) if _\bn is not specified.
 
    O\bOp\bpe\ben\bni\bin\bng\bg F\bFi\bil\ble\be D\bDe\bes\bsc\bcr\bri\bip\bpt\bto\bor\brs\bs f\bfo\bor\br R\bRe\bea\bad\bdi\bin\bng\bg a\ban\bnd\bd W\bWr\bri\bit\bti\bin\bng\bg
@@ -1731,107 +1750,107 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
 
               [_\bn]<\b<>\b>_\bw_\bo_\br_\bd
 
-       causes the file whose name is the expansion of _\bw_\bo_\br_\bd to  be  opened  for
-       both  reading and writing on file descriptor _\bn, or on file descriptor 0
+       causes  the  file  whose name is the expansion of _\bw_\bo_\br_\bd to be opened for
+       both reading and writing on file descriptor _\bn, or on file descriptor  0
        if _\bn is not specified.  If the file does not exist, it is created.
 
 A\bAL\bLI\bIA\bAS\bSE\bES\bS
-       _\bA_\bl_\bi_\ba_\bs_\be_\ballow a string to be substituted for a word when it is used  as
-       the  first  word  of  a  simple command.  The shell maintains a list of
-       aliases that may be set and unset with the a\bal\bli\bia\bas\bs  and  u\bun\bna\bal\bli\bia\bas\b builtin
-       commands  (see  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  The first word of each
-       simple command, if unquoted, is checked to see if it has an alias.   If
-       so,  that word is replaced by the text of the alias.  The characters /\b/,
-       $\b$, `\b`, and =\b= and any of the shell _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br_\bs or  quoting  characters
+       _\bA_\bl_\bi_\ba_\bs_\be_\b allow a string to be substituted for a word when it is used as
+       the first word of a simple command.  The  shell  maintains  a  list  of
+       aliases  that  may  be set and unset with the a\bal\bli\bia\bas\bs and u\bun\bna\bal\bli\bia\bas\bs builtin
+       commands (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  The first  word  of  each
+       simple  command, if unquoted, is checked to see if it has an alias.  If
+       so, that word is replaced by the text of the alias.  The characters  /\b/,
+       $\b$,  `\b`,  and =\b= and any of the shell _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br_\bs or quoting characters
        listed above may not appear in an alias name.  The replacement text may
-       contain any valid shell input,  including  shell  metacharacters.   The
-       first  word  of  the replacement text is tested for aliases, but a word
-       that is identical to an alias being expanded is not expanded  a  second
-       time.   This  means  that  one may alias l\bls\bs to l\bls\bs -\b-F\bF, for instance, and
-       b\bba\bas\bsh\bdoes not try to recursively expand the replacement text.   If  the
-       last  character  of  the  alias value is a _\bb_\bl_\ba_\bn_\bk, then the next command
+       contain  any  valid  shell  input, including shell metacharacters.  The
+       first word of the replacement text is tested for aliases,  but  a  word
+       that  is  identical to an alias being expanded is not expanded a second
+       time.  This means that one may alias l\bls\bs to l\bls\bs  -\b-F\bF,  for  instance,  and
+       b\bba\bas\bsh\b does  not try to recursively expand the replacement text.  If the
+       last character of the alias value is a _\bb_\bl_\ba_\bn_\bk,  then  the  next  command
        word following the alias is also checked for alias expansion.
 
        Aliases are created and listed with the a\bal\bli\bia\bas\bs command, and removed with
        the u\bun\bna\bal\bli\bia\bas\bs command.
 
-       There  is no mechanism for using arguments in the replacement text.  If
-       arguments are needed, a shell function should be  used  (see  F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS
+       There is no mechanism for using arguments in the replacement text.   If
+       arguments  are  needed,  a shell function should be used (see F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS
        below).
 
-       Aliases  are not expanded when the shell is not interactive, unless the
-       e\bex\bxp\bpa\ban\bnd\bd_\b_a\bal\bli\bia\bas\bse\bes\bshell option is set using s\bsh\bho\bop\bpt\bt (see the description  of
+       Aliases are not expanded when the shell is not interactive, unless  the
+       e\bex\bxp\bpa\ban\bnd\bd_\b_a\bal\bli\bia\bas\bse\bes\b shell option is set using s\bsh\bho\bop\bpt\bt (see the description of
        s\bsh\bho\bop\bpt\bt under S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
-       The  rules  concerning  the  definition and use of aliases are somewhat
-       confusing.  B\bBa\bas\bsh\bh always reads at  least  one  complete  line  of  input
-       before  executing  any  of  the  commands  on  that  line.  Aliases are
-       expanded when a command is read, not when it is  executed.   Therefore,
-       an  alias definition appearing on the same line as another command does
-       not take effect until the next line of input  is  read.   The  commands
+       The rules concerning the definition and use  of  aliases  are  somewhat
+       confusing.   B\bBa\bas\bsh\bh  always  reads  at  least  one complete line of input
+       before executing any  of  the  commands  on  that  line.   Aliases  are
+       expanded  when  a command is read, not when it is executed.  Therefore,
+       an alias definition appearing on the same line as another command  does
+       not  take  effect  until  the next line of input is read.  The commands
        following the alias definition on that line are not affected by the new
-       alias.  This behavior is also an issue  when  functions  are  executed.
-       Aliases  are  expanded when a function definition is read, not when the
-       function is executed, because a function definition is  itself  a  com-
-       pound command.  As a consequence, aliases defined in a function are not
-       available until after that function is executed.  To  be  safe,  always
-       put  alias definitions on a separate line, and do not use a\bal\bli\bia\bas\bs in com-
-       pound commands.
+       alias.   This  behavior  is  also an issue when functions are executed.
+       Aliases are expanded when a function definition is read, not  when  the
+       function  is  executed,  because  a  function  definition  is  itself a
+       compound command.  As a consequence, aliases defined in a function  are
+       not  available  until  after  that  function  is executed.  To be safe,
+       always put alias definitions on a separate line, and do not  use  a\bal\bli\bia\bas\bs
+       in compound commands.
 
        For almost every purpose, aliases are superseded by shell functions.
 
 F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS
-       A shell function, defined  as  described  above  under  S\bSH\bHE\bEL\bLL\b G\bGR\bRA\bAM\bMM\bMA\bAR\bR,
-       stores  a  series  of commands for later execution.  When the name of a
-       shell function is used as a simple command name, the list  of  commands
+       A  shell  function,  defined  as  described  above under S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR,
+       stores a series of commands for later execution.  When the  name  of  a
+       shell  function  is used as a simple command name, the list of commands
        associated with that function name is executed.  Functions are executed
-       in the context of the current shell;  no  new  process  is  created  to
-       interpret  them  (contrast  this with the execution of a shell script).
-       When a function is executed, the arguments to the function  become  the
+       in  the  context  of  the  current  shell; no new process is created to
+       interpret them (contrast this with the execution of  a  shell  script).
+       When  a  function is executed, the arguments to the function become the
        positional parameters during its execution.  The special parameter #\b# is
-       updated to reflect the change.  Special parameter 0 is unchanged.   The
-       first  element of the F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE variable is set to the name of the func-
-       tion while the function is executing.  All other aspects of  the  shell
-       execution  environment  are identical between a function and its caller
+       updated  to reflect the change.  Special parameter 0 is unchanged.  The
+       first element of the F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE variable is set to the name of the  func-
+       tion  while  the function is executing.  All other aspects of the shell
+       execution environment are identical between a function and  its  caller
        with the exception that the D\bDE\bEB\bBU\bUG\bG trap (see the description of the t\btr\bra\bap\bp
        builtin under S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) is not inherited unless the
        function has been given the t\btr\bra\bac\bce\be attribute (see the description of the
-       d\bde\bec\bcl\bla\bar\bre\b builtin  below)  or  the  -\b-o\bo  f\bfu\bun\bnc\bct\btr\bra\bac\bce\be  shell option has been
-       enabled with the s\bse\bet\bt builtin (in which case all functions  inherit  the
+       d\bde\bec\bcl\bla\bar\bre\bbuiltin below) or  the  -\b-o\bo  f\bfu\bun\bnc\bct\btr\bra\bac\bce\be  shell  option  has  been
+       enabled  with  the s\bse\bet\bt builtin (in which case all functions inherit the
        D\bDE\bEB\bBU\bUG\bG trap).
 
-       Variables  local to the function may be declared with the l\blo\boc\bca\bal\bl builtin
+       Variables local to the function may be declared with the l\blo\boc\bca\bal\b builtin
        command.  Ordinarily, variables and their values are shared between the
        function and its caller.
 
-       If  the  builtin command r\bre\bet\btu\bur\brn\bn is executed in a function, the function
-       completes and execution resumes with the next command after  the  func-
-       tion  call.   Any  command  associated with the R\bRE\bET\bTU\bUR\bRN\bN trap is executed
+       If the builtin command r\bre\bet\btu\bur\brn\bn is executed in a function,  the  function
+       completes  and  execution resumes with the next command after the func-
+       tion call.  Any command associated with the  R\bRE\bET\bTU\bUR\bRN\bN  trap  is  executed
        before execution resumes.  When a function completes, the values of the
-       positional  parameters  and the special parameter #\b# are restored to the
+       positional parameters and the special parameter #\b# are restored  to  the
        values they had prior to the function's execution.
 
-       Function names and definitions may be listed with the -\b-f\bf option to  the
+       Function  names and definitions may be listed with the -\b-f\bf option to the
        d\bde\bec\bcl\bla\bar\bre\be or t\bty\byp\bpe\bes\bse\bet\bt builtin commands.  The -\b-F\bF option to d\bde\bec\bcl\bla\bar\bre\be or t\bty\byp\bpe\be-\b-
-       s\bse\bet\bwill list the function names only (and optionally the  source  file
-       and  line  number, if the e\bex\bxt\btd\bde\beb\bbu\bug\bg shell option is enabled).  Functions
-       may be exported so that subshells automatically have them defined  with
-       the  -\b-f\bf  option  to  the e\bex\bxp\bpo\bor\brt\bt builtin.  Note that shell functions and
-       variables with the same name may result in  multiple  identically-named
+       s\bse\bet\b will  list the function names only (and optionally the source file
+       and line number, if the e\bex\bxt\btd\bde\beb\bbu\bug\bg shell option is  enabled).   Functions
+       may  be exported so that subshells automatically have them defined with
+       the -\b-f\bf option to the e\bex\bxp\bpo\bor\brt\bt builtin.  Note  that  shell  functions  and
+       variables  with  the same name may result in multiple identically-named
        entries in the environment passed to the shell's children.  Care should
        be taken in cases where this may cause a problem.
 
-       Functions may be recursive.  No limit  is  imposed  on  the  number  of
+       Functions  may  be  recursive.   No  limit  is imposed on the number of
        recursive calls.
 
 A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN
-       The  shell allows arithmetic expressions to be evaluated, under certain
-       circumstances (see the l\ble\bet\bt and d\bde\bec\bcl\bla\bar\bre\be builtin commands and  A\bAr\bri\bit\bth\bhm\bme\bet\bti\bic\bc
-       E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn).   Evaluation  is done in fixed-width integers with no check
-       for overflow, though division by 0 is trapped and flagged as an  error.
-       The  operators  and their precedence, associativity, and values are the
-       same as in the C language.  The following list of operators is  grouped
-       into  levels  of  equal-precedence operators.  The levels are listed in
+       The shell allows arithmetic expressions to be evaluated, under  certain
+       circumstances  (see the l\ble\bet\bt and d\bde\bec\bcl\bla\bar\bre\be builtin commands and A\bAr\bri\bit\bth\bhm\bme\bet\bti\bic\bc
+       E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn).  Evaluation is done in fixed-width integers with  no  check
+       for  overflow, though division by 0 is trapped and flagged as an error.
+       The operators and their precedence, associativity, and values  are  the
+       same  as in the C language.  The following list of operators is grouped
+       into levels of equal-precedence operators.  The levels  are  listed  in
        order of decreasing precedence.
 
        _\bi_\bd+\b++\b+ _\bi_\bd-\b--\b-
@@ -1859,39 +1878,39 @@ A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN
        _\be_\bx_\bp_\br_\b1 ,\b, _\be_\bx_\bp_\br_\b2
               comma
 
-       Shell variables are allowed as operands; parameter  expansion  is  per-
+       Shell  variables  are  allowed as operands; parameter expansion is per-
        formed before the expression is evaluated.  Within an expression, shell
-       variables may also be referenced by name without  using  the  parameter
-       expansion  syntax.  A shell variable that is null or unset evaluates to
+       variables  may  also  be referenced by name without using the parameter
+       expansion syntax.  A shell variable that is null or unset evaluates  to
        0 when referenced by name without using the parameter expansion syntax.
-       The  value  of a variable is evaluated as an arithmetic expression when
-       it is referenced, or when a variable which has been given  the  _\bi_\bn_\bt_\be_\bg_\be_\br
+       The value of a variable is evaluated as an arithmetic  expression  when
+       it  is  referenced, or when a variable which has been given the _\bi_\bn_\bt_\be_\bg_\be_\br
        attribute using d\bde\bec\bcl\bla\bar\bre\be -\b-i\bi is assigned a value.  A null value evaluates
-       to 0.  A shell variable need not have its integer attribute  turned  on
+       to  0.   A shell variable need not have its integer attribute turned on
        to be used in an expression.
 
        Constants with a leading 0 are interpreted as octal numbers.  A leading
-       0x or  0X  denotes  hexadecimal.   Otherwise,  numbers  take  the  form
-       [_\bb_\ba_\bs_\be_\b#]n,  where _\bb_\ba_\bs_\be is a decimal number between 2 and 64 representing
+       0x  or  0X  denotes  hexadecimal.   Otherwise,  numbers  take  the form
+       [_\bb_\ba_\bs_\be_\b#]n, where _\bb_\ba_\bs_\be is a decimal number between 2 and 64  representing
        the arithmetic base, and _\bn is a number in that base.  If _\bb_\ba_\bs_\be_\b# is omit-
-       ted,  then  base 10 is used.  The digits greater than 9 are represented
-       by the lowercase letters, the uppercase letters,  @,  and  _,  in  that
-       order.   If  _\bb_\ba_\bs_\be  is less than or equal to 36, lowercase and uppercase
-       letters may be used interchangably to represent numbers between 10  and
+       ted, then base 10 is used.  The digits greater than 9  are  represented
+       by  the  lowercase  letters,  the  uppercase letters, @, and _, in that
+       order.  If _\bb_\ba_\bs_\be is less than or equal to 36,  lowercase  and  uppercase
+       letters may be used interchangeably to represent numbers between 10 and
        35.
 
-       Operators  are  evaluated  in  order of precedence.  Sub-expressions in
-       parentheses are evaluated first and may override the  precedence  rules
+       Operators are evaluated in order  of  precedence.   Sub-expressions  in
+       parentheses  are  evaluated first and may override the precedence rules
        above.
 
 C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
-       Conditional  expressions  are  used  by the [\b[[\b[ compound command and the
-       t\bte\bes\bst\band [\b[ builtin commands to test file attributes and perform  string
-       and  arithmetic comparisons.  Expressions are formed from the following
-       unary or binary primaries.  If any _\bf_\bi_\bl_\be argument to  one  of  the  pri-
+       Conditional expressions are used by the [\b[[\b[  compound  command  and  the
+       t\bte\bes\bst\b and [\b[ builtin commands to test file attributes and perform string
+       and arithmetic comparisons.  Expressions are formed from the  following
+       unary  or  binary  primaries.   If any _\bf_\bi_\bl_\be argument to one of the pri-
        maries is of the form _\b/_\bd_\be_\bv_\b/_\bf_\bd_\b/_\bn, then file descriptor _\bn is checked.  If
-       the _\bf_\bi_\bl_\be argument to  one  of  the  primaries  is  one  of  _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bi_\bn,
-       _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bo_\bu_\bt,  or _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\be_\br_\br, file descriptor 0, 1, or 2, respectively,
+       the  _\bf_\bi_\bl_\be  argument  to  one  of  the  primaries  is one of _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bi_\bn,
+       _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bo_\bu_\bt, or _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\be_\br_\br, file descriptor 0, 1, or 2,  respectively,
        is checked.
 
        Unless otherwise specified, primaries that operate on files follow sym-
@@ -1938,20 +1957,20 @@ C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
        -\b-S\bS _\bf_\bi_\bl_\be
               True if _\bf_\bi_\bl_\be exists and is a socket.
        -\b-N\bN _\bf_\bi_\bl_\be
-              True if _\bf_\bi_\bl_\be exists and has been  modified  since  it  was  last
+              True  if  _\bf_\bi_\bl_\be  exists  and  has been modified since it was last
               read.
        _\bf_\bi_\bl_\be_\b1 -n\bnt\bt _\bf_\bi_\bl_\be_\b2
-              True  if  _\bf_\bi_\bl_\be_\b1  is  newer (according to modification date) than
+              True if _\bf_\bi_\bl_\be_\b1 is newer (according  to  modification  date)  than
               _\bf_\bi_\bl_\be_\b2, or if _\bf_\bi_\bl_\be_\b1 exists and _\bf_\bi_\bl_\be_\b2 does not.
        _\bf_\bi_\bl_\be_\b1 -o\bot\bt _\bf_\bi_\bl_\be_\b2
-              True if _\bf_\bi_\bl_\be_\b1 is older than _\bf_\bi_\bl_\be_\b2, or if _\bf_\bi_\bl_\be_\b2 exists and  _\bf_\bi_\bl_\be_\b1
+              True  if _\bf_\bi_\bl_\be_\b1 is older than _\bf_\bi_\bl_\be_\b2, or if _\bf_\bi_\bl_\be_\b2 exists and _\bf_\bi_\bl_\be_\b1
               does not.
        _\bf_\bi_\bl_\be_\b1 -\b-e\bef\bf _\bf_\bi_\bl_\be_\b2
-              True  if _\bf_\bi_\bl_\be_\b1 and _\bf_\bi_\bl_\be_\b2 refer to the same device and inode num-
+              True if _\bf_\bi_\bl_\be_\b1 and _\bf_\bi_\bl_\be_\b2 refer to the same device and inode  num-
               bers.
        -\b-o\bo _\bo_\bp_\bt_\bn_\ba_\bm_\be
-              True if shell option  _\bo_\bp_\bt_\bn_\ba_\bm_\be  is  enabled.   See  the  list  of
-              options  under  the  description  of  the  -\b-o\bo  option to the s\bse\bet\bt
+              True  if  shell  option  _\bo_\bp_\bt_\bn_\ba_\bm_\be  is  enabled.   See the list of
+              options under the description  of  the  -\b-o\bo  option  to  the  s\bse\bet\bt
               builtin below.
        -\b-z\bz _\bs_\bt_\br_\bi_\bn_\bg
               True if the length of _\bs_\bt_\br_\bi_\bn_\bg is zero.
@@ -1967,111 +1986,111 @@ C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
               True if the strings are not equal.
 
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 <\b< _\bs_\bt_\br_\bi_\bn_\bg_\b2
-              True  if  _\bs_\bt_\br_\bi_\bn_\bg_\b1  sorts before _\bs_\bt_\br_\bi_\bn_\bg_\b2 lexicographically in the
+              True if _\bs_\bt_\br_\bi_\bn_\bg_\b1 sorts before _\bs_\bt_\br_\bi_\bn_\bg_\b2  lexicographically  in  the
               current locale.
 
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 >\b> _\bs_\bt_\br_\bi_\bn_\bg_\b2
-              True if _\bs_\bt_\br_\bi_\bn_\bg_\b1 sorts after  _\bs_\bt_\br_\bi_\bn_\bg_\b2  lexicographically  in  the
+              True  if  _\bs_\bt_\br_\bi_\bn_\bg_\b1  sorts  after _\bs_\bt_\br_\bi_\bn_\bg_\b2 lexicographically in the
               current locale.
 
        _\ba_\br_\bg_\b1 O\bOP\bP _\ba_\br_\bg_\b2
-              O\bOP\b is one of -\b-e\beq\bq, -\b-n\bne\be, -\b-l\blt\bt, -\b-l\ble\be, -\b-g\bgt\bt, or -\b-g\bge\be.  These arithmetic
-              binary operators return true if _\ba_\br_\bg_\b1 is equal to, not equal  to,
-              less  than, less than or equal to, greater than, or greater than
-              or equal to _\ba_\br_\bg_\b2, respectively.  _\bA_\br_\bg_\b1 and _\ba_\br_\bg_\b2 may  be  positive
+              O\bOP\bis one of -\b-e\beq\bq, -\b-n\bne\be, -\b-l\blt\bt, -\b-l\ble\be, -\b-g\bgt\bt, or -\b-g\bge\be.  These  arithmetic
+              binary  operators return true if _\ba_\br_\bg_\b1 is equal to, not equal to,
+              less than, less than or equal to, greater than, or greater  than
+              or  equal  to _\ba_\br_\bg_\b2, respectively.  _\bA_\br_\bg_\b1 and _\ba_\br_\bg_\b2 may be positive
               or negative integers.
 
 S\bSI\bIM\bMP\bPL\bLE\bE C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
-       When  a  simple  command  is executed, the shell performs the following
+       When a simple command is executed, the  shell  performs  the  following
        expansions, assignments, and redirections, from left to right.
 
-       1.     The words that the parser has  marked  as  variable  assignments
-              (those  preceding  the  command name) and redirections are saved
+       1.     The  words  that  the  parser has marked as variable assignments
+              (those preceding the command name) and  redirections  are  saved
               for later processing.
 
-       2.     The words that are not variable assignments or redirections  are
-              expanded.   If  any words remain after expansion, the first word
-              is taken to be the name of the command and the  remaining  words
+       2.     The  words that are not variable assignments or redirections are
+              expanded.  If any words remain after expansion, the  first  word
+              is  taken  to be the name of the command and the remaining words
               are the arguments.
 
        3.     Redirections are performed as described above under R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN.
 
        4.     The text after the =\b= in each variable assignment undergoes tilde
               expansion, parameter expansion, command substitution, arithmetic
-              expansion, and quote removal before being assigned to the  vari-
+              expansion,  and quote removal before being assigned to the vari-
               able.
 
        If no command name results, the variable assignments affect the current
-       shell environment.  Otherwise, the variables are added to the  environ-
-       ment  of the executed command and do not affect the current shell envi-
-       ronment.  If any of the assignments attempts to assign  a  value  to  a
-       readonly  variable,  an error occurs, and the command exits with a non-
+       shell  environment.  Otherwise, the variables are added to the environ-
+       ment of the executed command and do not affect the current shell  envi-
+       ronment.   If  any  of  the assignments attempts to assign a value to a
+       readonly variable, an error occurs, and the command exits with  a  non-
        zero status.
 
-       If no command name results, redirections  are  performed,  but  do  not
-       affect  the  current shell environment.  A redirection error causes the
+       If  no  command  name  results,  redirections are performed, but do not
+       affect the current shell environment.  A redirection error  causes  the
        command to exit with a non-zero status.
 
-       If there is a command name left after expansion, execution proceeds  as
-       described  below.   Otherwise, the command exits.  If one of the expan-
-       sions contained a command substitution, the exit status of the  command
-       is  the  exit  status  of  the last command substitution performed.  If
+       If  there is a command name left after expansion, execution proceeds as
+       described below.  Otherwise, the command exits.  If one of  the  expan-
+       sions  contained a command substitution, the exit status of the command
+       is the exit status of the  last  command  substitution  performed.   If
        there were no command substitutions, the command exits with a status of
        zero.
 
 C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN
-       After  a  command  has been split into words, if it results in a simple
-       command and an optional list of arguments, the  following  actions  are
+       After a command has been split into words, if it results  in  a  simple
+       command  and  an  optional list of arguments, the following actions are
        taken.
 
-       If  the  command name contains no slashes, the shell attempts to locate
-       it.  If there exists a shell function by that name,  that  function  is
-       invoked  as described above in F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS.  If the name does not match a
-       function, the shell searches for it in the list of shell builtins.   If
+       If the command name contains no slashes, the shell attempts  to  locate
+       it.   If  there  exists a shell function by that name, that function is
+       invoked as described above in F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS.  If the name does not match  a
+       function,  the shell searches for it in the list of shell builtins.  If
        a match is found, that builtin is invoked.
 
-       If  the name is neither a shell function nor a builtin, and contains no
-       slashes, b\bba\bas\bsh\bh searches each element of the P\bPA\bAT\bTH\bH for  a  directory  con-
-       taining  an  executable  file  by that name.  B\bBa\bas\bsh\bh uses a hash table to
-       remember the full pathnames of executable files (see h\bha\bas\bsh\bh  under  S\bSH\bHE\bEL\bLL\bL
-       B\bBU\bUI\bIL\bLT\bTI\bIN\b C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS  below).  A full search of the directories in P\bPA\bAT\bTH\bH is
-       performed only if the command is not found in the hash table.   If  the
-       search  is  unsuccessful, the shell prints an error message and returns
+       If the name is neither a shell function nor a builtin, and contains  no
+       slashes,  b\bba\bas\bsh\bh  searches  each element of the P\bPA\bAT\bTH\bH for a directory con-
+       taining an executable file by that name.  B\bBa\bas\bsh\bh uses  a  hash  table  to
+       remember  the  full pathnames of executable files (see h\bha\bas\bsh\bh under S\bSH\bHE\bEL\bLL\bL
+       B\bBU\bUI\bIL\bLT\bTI\bIN\bC\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  A full search of the directories in  P\bPA\bAT\bTH\b is
+       performed  only  if the command is not found in the hash table.  If the
+       search is unsuccessful, the shell prints an error message  and  returns
        an exit status of 127.
 
-       If the search is successful, or if the command  name  contains  one  or
+       If  the  search  is  successful, or if the command name contains one or
        more slashes, the shell executes the named program in a separate execu-
        tion environment.  Argument 0 is set to the name given, and the remain-
        ing arguments to the command are set to the arguments given, if any.
 
-       If  this  execution fails because the file is not in executable format,
-       and the file is not a directory, it is assumed to be a _\bs_\bh_\be_\bl_\bl _\bs_\bc_\br_\bi_\bp_\bt,  a
-       file  containing  shell commands.  A subshell is spawned to execute it.
-       This subshell reinitializes itself, so that the effect is as if  a  new
-       shell  had  been  invoked to handle the script, with the exception that
-       the locations of commands remembered by  the  parent  (see  h\bha\bas\bsh\b below
+       If this execution fails because the file is not in  executable  format,
+       and  the file is not a directory, it is assumed to be a _\bs_\bh_\be_\bl_\bl _\bs_\bc_\br_\bi_\bp_\bt, a
+       file containing shell commands.  A subshell is spawned to  execute  it.
+       This  subshell  reinitializes itself, so that the effect is as if a new
+       shell had been invoked to handle the script, with  the  exception  that
+       the  locations  of  commands  remembered  by the parent (see h\bha\bas\bsh\bh below
        under S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS) are retained by the child.
 
-       If  the program is a file beginning with #\b#!\b!, the remainder of the first
-       line specifies an interpreter for the program.  The shell executes  the
+       If the program is a file beginning with #\b#!\b!, the remainder of the  first
+       line  specifies an interpreter for the program.  The shell executes the
        specified interpreter on operating systems that do not handle this exe-
        cutable format themselves.  The arguments to the interpreter consist of
-       a  single optional argument following the interpreter name on the first
-       line of the program, followed by the name of the program,  followed  by
+       a single optional argument following the interpreter name on the  first
+       line  of  the program, followed by the name of the program, followed by
        the command arguments, if any.
 
 C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT
-       The  shell  has an _\be_\bx_\be_\bc_\bu_\bt_\bi_\bo_\bn _\be_\bn_\bv_\bi_\br_\bo_\bn_\bm_\be_\bn_\bt, which consists of the follow-
+       The shell has an _\be_\bx_\be_\bc_\bu_\bt_\bi_\bo_\bn _\be_\bn_\bv_\bi_\br_\bo_\bn_\bm_\be_\bn_\bt, which consists of  the  follow-
        ing:
 
 
-       +\bo      open files inherited by the shell at invocation, as modified  by
+       +\bo      open  files inherited by the shell at invocation, as modified by
               redirections supplied to the e\bex\bxe\bec\bc builtin
 
-       +\bo      the  current  working directory as set by c\bcd\bd, p\bpu\bus\bsh\bhd\bd, or p\bpo\bop\bpd\bd, or
+       +\bo      the current working directory as set by c\bcd\bd, p\bpu\bus\bsh\bhd\bd, or  p\bpo\bop\bpd\bd,  or
               inherited by the shell at invocation
 
-       +\bo      the file creation mode mask as set by u\bum\bma\bas\bsk\bk  or  inherited  from
+       +\bo      the  file  creation  mode mask as set by u\bum\bma\bas\bsk\bk or inherited from
               the shell's parent
 
        +\bo      current traps set by t\btr\bra\bap\bp
@@ -2079,223 +2098,225 @@ C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bN
        +\bo      shell parameters that are set by variable assignment or with s\bse\bet\bt
               or inherited from the shell's parent in the environment
 
-       +\bo      shell functions defined during execution or inherited  from  the
+       +\bo      shell  functions  defined during execution or inherited from the
               shell's parent in the environment
 
-       +\bo      options  enabled  at  invocation (either by default or with com-
+       +\bo      options enabled at invocation (either by default  or  with  com-
               mand-line arguments) or by s\bse\bet\bt
 
        +\bo      options enabled by s\bsh\bho\bop\bpt\bt
 
        +\bo      shell aliases defined with a\bal\bli\bia\bas\bs
 
-       +\bo      various process IDs, including those  of  background  jobs,  the
+       +\bo      various  process  IDs,  including  those of background jobs, the
               value of $\b$$\b$, and the value of $\b$P\bPP\bPI\bID\bD
 
-       When  a  simple command other than a builtin or shell function is to be
-       executed, it is invoked in a separate execution environment  that  con-
-       sists  of the following.  Unless otherwise noted, the values are inher-
+       When a simple command other than a builtin or shell function is  to  be
+       executed,  it  is invoked in a separate execution environment that con-
+       sists of the following.  Unless otherwise noted, the values are  inher-
        ited from the shell.
 
 
-       +\bo      the shell's open files, plus  any  modifications  and  additions
+       +\bo      the  shell's  open  files,  plus any modifications and additions
               specified by redirections to the command
 
        +\bo      the current working directory
 
        +\bo      the file creation mode mask
 
-       +\bo      shell  variables  and  functions  marked  for export, along with
+       +\bo      shell variables and functions  marked  for  export,  along  with
               variables exported for the command, passed in the environment
 
        +\bo      traps caught by the shell are reset to the values inherited from
               the shell's parent, and traps ignored by the shell are ignored
 
-       A  command  invoked  in  this  separate  environment  cannot affect the
+       A command invoked  in  this  separate  environment  cannot  affect  the
        shell's execution environment.
 
-       Command substitution, commands  grouped  with  parentheses,  and  asyn-
-       chronous  commands  are  invoked  in  a  subshell environment that is a
-       duplicate of the shell environment, except that  traps  caught  by  the
-       shell  are reset to the values that the shell inherited from its parent
+       Command  substitution,  commands  grouped  with  parentheses, and asyn-
+       chronous commands are invoked in  a  subshell  environment  that  is  a
+       duplicate  of  the  shell  environment, except that traps caught by the
+       shell are reset to the values that the shell inherited from its  parent
        at invocation.  Builtin commands that are invoked as part of a pipeline
-       are  also executed in a subshell environment.  Changes made to the sub-
-       shell environment cannot affect the shell's execution environment.
+       are also executed in a  subshell  environment.   Changes  made  to  the
+       subshell environment cannot affect the shell's execution environment.
 
-       If a command is followed by a &\b& and job  control  is  not  active,  the
-       default  standard  input  for  the command is the empty file _\b/_\bd_\be_\bv_\b/_\bn_\bu_\bl_\bl.
-       Otherwise, the invoked command inherits the  file  descriptors  of  the
+       If  a  command  is  followed  by a &\b& and job control is not active, the
+       default standard input for the command is  the  empty  file  _\b/_\bd_\be_\bv_\b/_\bn_\bu_\bl_\bl.
+       Otherwise,  the  invoked  command  inherits the file descriptors of the
        calling shell as modified by redirections.
 
 E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT
-       When  a  program  is invoked it is given an array of strings called the
+       When a program is invoked it is given an array of  strings  called  the
        _\be_\bn_\bv_\bi_\br_\bo_\bn_\bm_\be_\bn_\bt.   This  is  a  list  of  _\bn_\ba_\bm_\be-_\bv_\ba_\bl_\bu_\be  pairs,  of  the  form
        _\bn_\ba_\bm_\be=_\bv_\ba_\bl_\bu_\be.
 
-       The  shell  provides  several  ways  to manipulate the environment.  On
+       The shell provides several ways  to  manipulate  the  environment.   On
        invocation, the shell scans its own environment and creates a parameter
-       for  each name found, automatically marking it for _\be_\bx_\bp_\bo_\br_\bt to child pro-
-       cesses.  Executed commands inherit the  environment.   The  e\bex\bxp\bpo\bor\brt\b and
-       d\bde\bec\bcl\bla\bar\bre\b -\b-x\bx  commands allow parameters and functions to be added to and
+       for each name found, automatically marking it for _\be_\bx_\bp_\bo_\br_\bt to child  pro-
+       cesses.   Executed  commands  inherit  the environment.  The e\bex\bxp\bpo\bor\brt\bt and
+       d\bde\bec\bcl\bla\bar\bre\b-\b-x\bx commands allow parameters and functions to be added  to  and
        deleted from the environment.  If the value of a parameter in the envi-
-       ronment  is  modified,  the  new value becomes part of the environment,
-       replacing the old.  The environment inherited by any  executed  command
-       consists  of the shell's initial environment, whose values may be modi-
-       fied in the shell, less any pairs removed by the  u\bun\bns\bse\bet\bt  command,  plus
+       ronment is modified, the new value becomes  part  of  the  environment,
+       replacing  the  old.  The environment inherited by any executed command
+       consists of the shell's initial environment, whose values may be  modi-
+       fied  in  the  shell, less any pairs removed by the u\bun\bns\bse\bet\bt command, plus
        any additions via the e\bex\bxp\bpo\bor\brt\bt and d\bde\bec\bcl\bla\bar\bre\be -\b-x\bx commands.
 
-       The  environment  for  any  _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd or function may be augmented
-       temporarily by prefixing it with parameter  assignments,  as  described
+       The environment for any _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd or  function  may  be  augmented
+       temporarily  by  prefixing  it with parameter assignments, as described
        above in P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS.  These assignment statements affect only the envi-
        ronment seen by that command.
 
-       If the -\b-k\bk option is set (see the s\bse\bet\bt builtin command below),  then  _\ba_\bl_\bl
-       parameter  assignments are placed in the environment for a command, not
+       If  the  -\b-k\bk option is set (see the s\bse\bet\bt builtin command below), then _\ba_\bl_\bl
+       parameter assignments are placed in the environment for a command,  not
        just those that precede the command name.
 
-       When b\bba\bas\bsh\bh invokes an external command, the variable _\b_  is  set  to  the
-       full  file  name of the command and passed to that command in its envi-
+       When  b\bba\bas\bsh\bh  invokes  an  external command, the variable _\b_ is set to the
+       full file name of the command and passed to that command in  its  envi-
        ronment.
 
 E\bEX\bXI\bIT\bT S\bST\bTA\bAT\bTU\bUS\bS
        For the shell's purposes, a command which exits with a zero exit status
-       has  succeeded.   An exit status of zero indicates success.  A non-zero
-       exit status indicates failure.  When a command terminates  on  a  fatal
+       has succeeded.  An exit status of zero indicates success.   A  non-zero
+       exit  status  indicates  failure.  When a command terminates on a fatal
        signal _\bN, b\bba\bas\bsh\bh uses the value of 128+_\bN as the exit status.
 
-       If  a  command  is  not  found, the child process created to execute it
-       returns a status of 127.  If a command is found but is not  executable,
+       If a command is not found, the child  process  created  to  execute  it
+       returns  a status of 127.  If a command is found but is not executable,
        the return status is 126.
 
        If a command fails because of an error during expansion or redirection,
        the exit status is greater than zero.
 
-       Shell builtin commands return a status of 0 (_\bt_\br_\bu_\be) if  successful,  and
-       non-zero  (_\bf_\ba_\bl_\bs_\be)  if an error occurs while they execute.  All builtins
+       Shell  builtin  commands return a status of 0 (_\bt_\br_\bu_\be) if successful, and
+       non-zero (_\bf_\ba_\bl_\bs_\be) if an error occurs while they execute.   All  builtins
        return an exit status of 2 to indicate incorrect usage.
 
-       B\bBa\bas\bsh\bitself returns the exit  status  of  the  last  command  executed,
-       unless  a  syntax  error occurs, in which case it exits with a non-zero
+       B\bBa\bas\bsh\b itself  returns  the  exit  status  of the last command executed,
+       unless a syntax error occurs, in which case it exits  with  a  non-zero
        value.  See also the e\bex\bxi\bit\bt builtin command below.
 
 S\bSI\bIG\bGN\bNA\bAL\bLS\bS
-       When b\bba\bas\bsh\bh is interactive, in the  absence  of  any  traps,  it  ignores
+       When  b\bba\bas\bsh\bh  is  interactive,  in  the  absence of any traps, it ignores
        S\bSI\bIG\bGT\bTE\bER\bRM\bM (so that k\bki\bil\bll\bl 0\b0 does not kill an interactive shell), and S\bSI\bIG\bGI\bIN\bNT\bT
-       is caught and handled (so that the w\bwa\bai\bit\bt builtin is interruptible).   In
-       all  cases,  b\bba\bas\bsh\bh  ignores  S\bSI\bIG\bGQ\bQU\bUI\bIT\bT.  If job control is in effect, b\bba\bas\bsh\bh
+       is  caught and handled (so that the w\bwa\bai\bit\bt builtin is interruptible).  In
+       all cases, b\bba\bas\bsh\bh ignores S\bSI\bIG\bGQ\bQU\bUI\bIT\bT.  If job control  is  in  effect,  b\bba\bas\bsh\bh
        ignores S\bSI\bIG\bGT\bTT\bTI\bIN\bN, S\bSI\bIG\bGT\bTT\bTO\bOU\bU, and S\bSI\bIG\bGT\bTS\bST\bTP\bP.
 
        Non-builtin commands run by b\bba\bas\bsh\bh have signal handlers set to the values
-       inherited  by  the  shell  from its parent.  When job control is not in
-       effect, asynchronous commands ignore S\bSI\bIG\bGI\bIN\bNT\bT and S\bSI\bIG\bGQ\bQU\bUI\bIT\bT in addition  to
-       these  inherited handlers.  Commands run as a result of command substi-
+       inherited by the shell from its parent.  When job  control  is  not  in
+       effect,  asynchronous commands ignore S\bSI\bIG\bGI\bIN\bNT\bT and S\bSI\bIG\bGQ\bQU\bUI\bIT\bT in addition to
+       these inherited handlers.  Commands run as a result of command  substi-
        tution ignore the keyboard-generated job control signals S\bSI\bIG\bGT\bTT\bTI\bIN\bN, S\bSI\bIG\bGT\bT-\b-
        T\bTO\bOU\bU, and S\bSI\bIG\bGT\bTS\bST\bTP\bP.
 
-       The  shell  exits by default upon receipt of a S\bSI\bIG\bGH\bHU\bUP\bP.  Before exiting,
-       an interactive shell  resends  the  S\bSI\bIG\bGH\bHU\bUP\bP  to  all  jobs,  running  or
+       The shell exits by default upon receipt of a S\bSI\bIG\bGH\bHU\bUP\bP.   Before  exiting,
+       an  interactive  shell  resends  the  S\bSI\bIG\bGH\bHU\bUP\bP  to  all  jobs, running or
        stopped.  Stopped jobs are sent S\bSI\bIG\bGC\bCO\bON\bNT\bT to ensure that they receive the
-       S\bSI\bIG\bGH\bHU\bUP\bP.  To prevent the shell from sending the signal to  a  particular
-       job,  it  should be removed from the jobs table with the d\bdi\bis\bso\bow\bwn\bn builtin
-       (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) or  marked  to  not  receive  S\bSI\bIG\bGH\bHU\bUP\bP
+       S\bSI\bIG\bGH\bHU\bUP\bP.   To  prevent the shell from sending the signal to a particular
+       job, it should be removed from the jobs table with the  d\bdi\bis\bso\bow\bwn\b builtin
+       (see  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN  C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS  below)  or marked to not receive S\bSI\bIG\bGH\bHU\bUP\bP
        using d\bdi\bis\bso\bow\bwn\bn -\b-h\bh.
 
-       If  the  h\bhu\bup\bpo\bon\bne\bex\bxi\bit\bt  shell  option has been set with s\bsh\bho\bop\bpt\bt, b\bba\bas\bsh\bh sends a
+       If the h\bhu\bup\bpo\bon\bne\bex\bxi\bit\bt shell option has been set with  s\bsh\bho\bop\bpt\bt,  b\bba\bas\bsh\bh  sends  a
        S\bSI\bIG\bGH\bHU\bUP\bP to all jobs when an interactive login shell exits.
 
-       If b\bba\bas\bsh\bh is waiting for a command to complete and receives a signal  for
+       If  b\bba\bas\bsh\bh is waiting for a command to complete and receives a signal for
        which a trap has been set, the trap will not be executed until the com-
-       mand completes.  When b\bba\bas\bsh\bh is waiting for an asynchronous  command  via
-       the  w\bwa\bai\bit\bt  builtin, the reception of a signal for which a trap has been
+       mand  completes.   When b\bba\bas\bsh\bh is waiting for an asynchronous command via
+       the w\bwa\bai\bit\bt builtin, the reception of a signal for which a trap  has  been
        set will cause the w\bwa\bai\bit\bt builtin to return immediately with an exit sta-
        tus greater than 128, immediately after which the trap is executed.
 
 J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL
-       _\bJ_\bo_\b _\bc_\bo_\bn_\bt_\br_\bo_\bl  refers  to  the ability to selectively stop (_\bs_\bu_\bs_\bp_\be_\bn_\bd) the
+       _\bJ_\bo_\b_\bc_\bo_\bn_\bt_\br_\bo_\bl refers to the ability to  selectively  stop  (_\bs_\bu_\bs_\bp_\be_\bn_\bd)  the
        execution of processes and continue (_\br_\be_\bs_\bu_\bm_\be) their execution at a later
-       point.   A  user  typically  employs  this  facility via an interactive
+       point.  A user typically  employs  this  facility  via  an  interactive
        interface supplied jointly by the system's terminal driver and b\bba\bas\bsh\bh.
 
-       The shell associates a _\bj_\bo_\bb with each pipeline.  It  keeps  a  table  of
-       currently  executing  jobs,  which may be listed with the j\bjo\bob\bbs\bs command.
-       When b\bba\bas\bsh\bh starts a job asynchronously (in the _\bb_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd), it prints  a
+       The  shell  associates  a  _\bj_\bo_\bb with each pipeline.  It keeps a table of
+       currently executing jobs, which may be listed with  the  j\bjo\bob\bbs\b command.
+       When  b\bba\bas\bsh\bh starts a job asynchronously (in the _\bb_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd), it prints a
        line that looks like:
 
               [1] 25647
 
        indicating that this job is job number 1 and that the process ID of the
        last process in the pipeline associated with this job is 25647.  All of
-       the  processes  in a single pipeline are members of the same job.  B\bBa\bas\bsh\bh
+       the processes in a single pipeline are members of the same  job.   B\bBa\bas\bsh\bh
        uses the _\bj_\bo_\bb abstraction as the basis for job control.
 
-       To facilitate the implementation of the user interface to job  control,
+       To  facilitate the implementation of the user interface to job control,
        the operating system maintains the notion of a _\bc_\bu_\br_\br_\be_\bn_\bt _\bt_\be_\br_\bm_\bi_\bn_\ba_\bl _\bp_\br_\bo_\bc_\be_\bs_\bs
        _\bg_\br_\bo_\bu_\bp _\bI_\bD.  Members of this process group (processes whose process group
        ID is equal to the current terminal process group ID) receive keyboard-
-       generated signals such as S\bSI\bIG\bGI\bIN\bNT\bT.  These processes are said  to  be  in
-       the  _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd.  _\bB_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd processes are those whose process group ID
+       generated  signals  such  as S\bSI\bIG\bGI\bIN\bNT\bT.  These processes are said to be in
+       the _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd.  _\bB_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd processes are those whose process group  ID
        differs from the terminal's; such processes are immune to keyboard-gen-
-       erated  signals.  Only foreground processes are allowed to read from or
+       erated signals.  Only foreground processes are allowed to read from  or
        write to the terminal.  Background processes which attempt to read from
        (write to) the terminal are sent a S\bSI\bIG\bGT\bTT\bTI\bIN\bN (\b(S\bSI\bIG\bGT\bTT\bTO\bOU\bU)\b) signal by the ter-
        minal driver, which, unless caught, suspends the process.
 
-       If the operating system on which b\bba\bas\bsh\bh is running supports job  control,
+       If  the operating system on which b\bba\bas\bsh\bh is running supports job control,
        b\bba\bas\bsh\bh contains facilities to use it.  Typing the _\bs_\bu_\bs_\bp_\be_\bn_\bd character (typ-
        ically ^\b^Z\bZ, Control-Z) while a process is running causes that process to
-       be  stopped  and  returns  control to b\bba\bas\bsh\bh.  Typing the _\bd_\be_\bl_\ba_\by_\be_\bd _\bs_\bu_\bs_\bp_\be_\bn_\bd
-       character (typically ^\b^Y\bY, Control-Y) causes the process  to  be  stopped
-       when  it  attempts  to  read input from the terminal, and control to be
-       returned to b\bba\bas\bsh\bh.  The user may then manipulate the state of this  job,
-       using  the  b\bbg\bg command to continue it in the background, the f\bfg\bg command
+       be stopped and returns control to b\bba\bas\bsh\bh.   Typing  the  _\bd_\be_\bl_\ba_\by_\be_\b _\bs_\bu_\bs_\bp_\be_\bn_\bd
+       character  (typically  ^\b^Y\bY,  Control-Y) causes the process to be stopped
+       when it attempts to read input from the terminal,  and  control  to  be
+       returned  to b\bba\bas\bsh\bh.  The user may then manipulate the state of this job,
+       using the b\bbg\bg command to continue it in the background, the  f\bfg\b command
        to continue it in the foreground, or the k\bki\bil\bll\bl command to kill it.  A ^\b^Z\bZ
        takes effect immediately, and has the additional side effect of causing
        pending output and typeahead to be discarded.
 
        There are a number of ways to refer to a job in the shell.  The charac-
        ter %\b% introduces a job name.  Job number _\bn may be referred to as %\b%n\bn.  A
-       job may also be referred to using a prefix of the name  used  to  start
-       it,  or  using a substring that appears in its command line.  For exam-
+       job  may  also  be referred to using a prefix of the name used to start
+       it, or using a substring that appears in its command line.   For  exam-
        ple, %\b%c\bce\be refers to a stopped c\bce\be job.  If a prefix matches more than one
-       job,  b\bba\bas\bsh\bh  reports an error.  Using %\b%?\b?c\bce\be, on the other hand, refers to
+       job, b\bba\bas\bsh\bh reports an error.  Using %\b%?\b?c\bce\be, on the other hand,  refers  to
        any job containing the string c\bce\be in its command line.  If the substring
-       matches  more  than one job, b\bba\bas\bsh\bh reports an error.  The symbols %\b%%\b% and
-       %\b%+\b+ refer to the shell's notion of the _\bc_\bu_\br_\br_\be_\bn_\bt _\bj_\bo_\bb, which  is  the  last
-       job  stopped  while  it  was  in the foreground or started in the back-
-       ground.  The _\bp_\br_\be_\bv_\bi_\bo_\bu_\bs _\bj_\bo_\bb  may  be  referenced  using  %\b%-\b-.   In  output
-       pertaining  to jobs (e.g., the output of the j\bjo\bob\bbs\bs command), the current
-       job is always flagged with a +\b+, and the previous job with a -\b-.
-
-       Simply naming a job can be used to bring it into the foreground: %\b%1\b1  is
-       a  synonym  for  `\b``\b`f\bfg\bg %\b%1\b1'\b''\b', bringing job 1 from the background into the
-       foreground.  Similarly, `\b``\b`%\b%1\b1 &\b&'\b''\b'  resumes  job  1  in  the  background,
+       matches more than one job, b\bba\bas\bsh\bh reports an error.  The symbols  %\b%%\b%  and
+       %\b%+\b+  refer  to  the shell's notion of the _\bc_\bu_\br_\br_\be_\bn_\bt _\bj_\bo_\bb, which is the last
+       job stopped while it was in the foreground  or  started  in  the  back-
+       ground.   The  _\bp_\br_\be_\bv_\bi_\bo_\bu_\bs _\bj_\bo_\bb may be referenced using %\b%-\b-.  In output per-
+       taining to jobs (e.g., the output of the j\bjo\bob\bbs\bs command), the current job
+       is  always flagged with a +\b+, and the previous job with a -\b-.  A single %
+       (with no accompanying job specification) also  refers  to  the  current
+       job.
+
+       Simply  naming a job can be used to bring it into the foreground: %\b%1\b1 is
+       a synonym for `\b``\b`f\bfg\bg %\b%1\b1'\b''\b', bringing job 1 from the  background  into  the
+       foreground.   Similarly,  `\b``\b`%\b%1\b1  &\b&'\b''\b'  resumes  job  1 in the background,
        equivalent to `\b``\b`b\bbg\bg %\b%1\b1'\b''\b'.
 
-       The  shell  learns immediately whenever a job changes state.  Normally,
+       The shell learns immediately whenever a job changes  state.   Normally,
        b\bba\bas\bsh\bh waits until it is about to print a prompt before reporting changes
-       in  a  job's status so as to not interrupt any other output.  If the -\b-b\bb
+       in a job's status so as to not interrupt any other output.  If  the  -\b-b\bb
        option to the s\bse\bet\bt builtin command is enabled, b\bba\bas\bsh\bh reports such changes
-       immediately.   Any  trap  on  S\bSI\bIG\bGC\bCH\bHL\bLD\bD  is  executed for each child that
+       immediately.  Any trap on S\bSI\bIG\bGC\bCH\bHL\bLD\bD  is  executed  for  each  child  that
        exits.
 
-       If an attempt to exit b\bba\bas\bsh\bh is made while jobs are  stopped,  the  shell
+       If  an  attempt  to exit b\bba\bas\bsh\bh is made while jobs are stopped, the shell
        prints a warning message.  The j\bjo\bob\bbs\bs command may then be used to inspect
        their status.  If a second attempt to exit is made without an interven-
-       ing  command, the shell does not print another warning, and the stopped
+       ing command, the shell does not print another warning, and the  stopped
        jobs are terminated.
 
 P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
        When executing interactively, b\bba\bas\bsh\bh displays the primary prompt P\bPS\bS1\b1 when
-       it  is  ready  to  read a command, and the secondary prompt P\bPS\bS2\b2 when it
-       needs more input to complete  a  command.   B\bBa\bas\bsh\bh  allows  these  prompt
-       strings  to  be  customized  by inserting a number of backslash-escaped
+       it is ready to read a command, and the secondary  prompt  P\bPS\bS2\b2  when  it
+       needs  more  input  to  complete  a  command.  B\bBa\bas\bsh\bh allows these prompt
+       strings to be customized by inserting  a  number  of  backslash-escaped
        special characters that are decoded as follows:
               \\b\a\ba     an ASCII bell character (07)
-              \\b\d\bd     the date in "Weekday Month Date" format (e.g.,  "Tue  May
+              \\b\d\bd     the  date  in "Weekday Month Date" format (e.g., "Tue May
                      26")
               \\b\D\bD{\b{_\bf_\bo_\br_\bm_\ba_\bt}\b}
-                     the  _\bf_\bo_\br_\bm_\ba_\bt  is  passed  to _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3) and the result is
-                     inserted into the prompt string; an empty _\bf_\bo_\br_\bm_\ba_\b results
+                     the _\bf_\bo_\br_\bm_\ba_\bt is passed to _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3)  and  the  result  is
+                     inserted  into the prompt string; an empty _\bf_\bo_\br_\bm_\ba_\bt results
                      in a locale-specific time representation.  The braces are
                      required
               \\b\e\be     an ASCII escape character (033)
@@ -2305,7 +2326,7 @@ P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
               \\b\l\bl     the basename of the shell's terminal device name
               \\b\n\bn     newline
               \\b\r\br     carriage return
-              \\b\s\bs     the name of the shell, the basename of  $\b$0\b0  (the  portion
+              \\b\s\bs     the  name  of  the shell, the basename of $\b$0\b0 (the portion
                      following the final slash)
               \\b\t\bt     the current time in 24-hour HH:MM:SS format
               \\b\T\bT     the current time in 12-hour HH:MM:SS format
@@ -2314,7 +2335,7 @@ P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
               \\b\u\bu     the username of the current user
               \\b\v\bv     the version of b\bba\bas\bsh\bh (e.g., 2.00)
               \\b\V\bV     the release of b\bba\bas\bsh\bh, version + patch level (e.g., 2.00.0)
-              \\b\w\bw     the current working  directory,  with  $\b$H\bHO\bOM\bME\b abbreviated
+              \\b\w\bw     the  current  working  directory,  with $\b$H\bHO\bOM\bME\bE abbreviated
                      with a tilde
               \\b\W\bW     the basename of the current working directory, with $\b$H\bHO\bOM\bME\bE
                      abbreviated with a tilde
@@ -2323,63 +2344,63 @@ P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
               \\b\$\b$     if the effective UID is 0, a #\b#, otherwise a $\b$
               \\b\_\bn_\bn_\bn   the character corresponding to the octal number _\bn_\bn_\bn
               \\b\\\b\     a backslash
-              \\b\[\b[     begin a sequence of non-printing characters, which  could
-                     be  used  to  embed  a terminal control sequence into the
+              \\b\[\b[     begin  a sequence of non-printing characters, which could
+                     be used to embed a terminal  control  sequence  into  the
                      prompt
               \\b\]\b]     end a sequence of non-printing characters
 
-       The command number and the history number are  usually  different:  the
-       history  number of a command is its position in the history list, which
-       may include commands  restored  from  the  history  file  (see  H\bHI\bIS\bST\bTO\bOR\bRY\bY
-       below),  while  the  command  number is the position in the sequence of
-       commands executed during the current shell session.  After  the  string
-       is  decoded,  it is expanded via parameter expansion, command substitu-
-       tion, arithmetic expansion, and quote removal, subject to the value  of
-       the  p\bpr\bro\bom\bmp\bpt\btv\bva\bar\brs\bs  shell option (see the description of the s\bsh\bho\bop\bpt\bt command
+       The  command  number  and the history number are usually different: the
+       history number of a command is its position in the history list,  which
+       may  include  commands  restored  from  the  history  file (see H\bHI\bIS\bST\bTO\bOR\bRY\bY
+       below), while the command number is the position  in  the  sequence  of
+       commands  executed  during the current shell session.  After the string
+       is decoded, it is expanded via parameter expansion,  command  substitu-
+       tion,  arithmetic expansion, and quote removal, subject to the value of
+       the p\bpr\bro\bom\bmp\bpt\btv\bva\bar\brs\bs shell option (see the description of the  s\bsh\bho\bop\bpt\b command
        under S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
 R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
-       This is the library that handles reading input when using  an  interac-
+       This  is  the library that handles reading input when using an interac-
        tive shell, unless the -\b--\b-n\bno\boe\bed\bdi\bit\bti\bin\bng\bg option is given at shell invocation.
        By default, the line editing commands are similar to those of emacs.  A
-       vi-style  line  editing  interface is also available.  To turn off line
-       editing after the shell is running, use the +\b+o\bo e\bem\bma\bac\bcs\bs or +\b+o\bo  v\bvi\b options
+       vi-style line editing interface is also available.  To  turn  off  line
+       editing  after  the shell is running, use the +\b+o\bo e\bem\bma\bac\bcs\bs or +\b+o\bo v\bvi\bi options
        to the s\bse\bet\bt builtin (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be N\bNo\bot\bta\bat\bti\bio\bon\bn
        In this section, the emacs-style notation is used to denote keystrokes.
-       Control keys are denoted by C-_\bk_\be_\by, e.g., C-n  means  Control-N.   Simi-
-       larly,  _\bm_\be_\bt_\ba  keys are denoted by M-_\bk_\be_\by, so M-x means Meta-X.  (On key-
-       boards without a _\bm_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press the Escape  key
+       Control  keys  are  denoted by C-_\bk_\be_\by, e.g., C-n means Control-N.  Simi-
+       larly, _\bm_\be_\bt_\ba keys are denoted by M-_\bk_\be_\by, so M-x means Meta-X.   (On  key-
+       boards  without a _\bm_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press the Escape key
        then the _\bx key.  This makes ESC the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx.  The combination M-C-_\bx
-       means ESC-Control-_\bx, or press the Escape key then hold the Control  key
+       means  ESC-Control-_\bx, or press the Escape key then hold the Control key
        while pressing the _\bx key.)
 
        Readline commands may be given numeric _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs, which normally act as
-       a repeat count.  Sometimes, however, it is the  sign  of  the  argument
-       that  is  significant.   Passing  a negative argument to a command that
-       acts in the forward direction (e.g., k\bki\bil\bll\bl-\b-l\bli\bin\bne\be) causes that command  to
-       act  in  a  backward direction.  Commands whose behavior with arguments
+       a  repeat  count.   Sometimes,  however, it is the sign of the argument
+       that is significant.  Passing a negative argument  to  a  command  that
+       acts  in the forward direction (e.g., k\bki\bil\bll\bl-\b-l\bli\bin\bne\be) causes that command to
+       act in a backward direction.  Commands whose  behavior  with  arguments
        deviates from this are noted below.
 
-       When a command is described as _\bk_\bi_\bl_\bl_\bi_\bn_\bg text, the text deleted is  saved
+       When  a command is described as _\bk_\bi_\bl_\bl_\bi_\bn_\bg text, the text deleted is saved
        for possible future retrieval (_\by_\ba_\bn_\bk_\bi_\bn_\bg).  The killed text is saved in a
        _\bk_\bi_\bl_\bl _\br_\bi_\bn_\bg.  Consecutive kills cause the text to be accumulated into one
        unit, which can be yanked all at once.  Commands which do not kill text
        separate the chunks of text on the kill ring.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be I\bIn\bni\bit\bti\bia\bal\bli\biz\bza\bat\bti\bio\bon\bn
-       Readline is customized by putting commands in  an  initialization  file
-       (the  _\bi_\bn_\bp_\bu_\bt_\br_\bc  file).  The name of this file is taken from the value of
-       the I\bIN\bNP\bPU\bUT\bTR\bRC\bC variable.  If  that  variable  is  unset,  the  default  is
-       _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc.   When a program which uses the readline library starts up,
+       Readline  is  customized  by putting commands in an initialization file
+       (the _\bi_\bn_\bp_\bu_\bt_\br_\bc file).  The name of this file is taken from the  value  of
+       the  I\bIN\bNP\bPU\bUT\bTR\bRC\bC  variable.   If  that  variable  is  unset, the default is
+       _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc.  When a program which uses the readline library starts  up,
        the initialization file is read, and the key bindings and variables are
-       set.   There  are  only  a few basic constructs allowed in the readline
-       initialization file.  Blank lines are ignored.  Lines beginning with  a
-       #\b are  comments.   Lines  beginning with a $\b$ indicate conditional con-
+       set.  There are only a few basic constructs  allowed  in  the  readline
+       initialization  file.  Blank lines are ignored.  Lines beginning with a
+       #\bare comments.  Lines beginning with a  $\b$  indicate  conditional  con-
        structs.  Other lines denote key bindings and variable settings.
 
-       The default key-bindings may be changed with an  _\bi_\bn_\bp_\bu_\bt_\br_\bc  file.   Other
+       The  default  key-bindings  may be changed with an _\bi_\bn_\bp_\bu_\bt_\br_\bc file.  Other
        programs that use this library may add their own commands and bindings.
 
        For example, placing
@@ -2387,19 +2408,19 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               M-Control-u: universal-argument
        or
               C-Meta-u: universal-argument
-       into the _\bi_\bn_\bp_\bu_\bt_\br_\bc would make M-C-u execute the readline command  _\bu_\bn_\bi_\bv_\be_\br_\b-
+       into  the _\bi_\bn_\bp_\bu_\bt_\br_\bc would make M-C-u execute the readline command _\bu_\bn_\bi_\bv_\be_\br_\b-
        _\bs_\ba_\bl_\b-_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.
 
-       The  following  symbolic  character  names are recognized: _\bR_\bU_\bB_\bO_\bU_\bT, _\bD_\bE_\bL,
+       The following symbolic character names  are  recognized:  _\bR_\bU_\bB_\bO_\bU_\bT,  _\bD_\bE_\bL,
        _\bE_\bS_\bC, _\bL_\bF_\bD, _\bN_\bE_\bW_\bL_\bI_\bN_\bE, _\bR_\bE_\bT, _\bR_\bE_\bT_\bU_\bR_\bN, _\bS_\bP_\bC, _\bS_\bP_\bA_\bC_\bE, and _\bT_\bA_\bB.
 
-       In addition to command names, readline allows keys to  be  bound  to  a
+       In  addition  to  command  names, readline allows keys to be bound to a
        string that is inserted when the key is pressed (a _\bm_\ba_\bc_\br_\bo).
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs
-       The  syntax for controlling key bindings in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file is simple.
-       All that is required is the name of the command or the text of a  macro
-       and  a key sequence to which it should be bound. The name may be speci-
+       The syntax for controlling key bindings in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file is  simple.
+       All  that is required is the name of the command or the text of a macro
+       and a key sequence to which it should be bound. The name may be  speci-
        fied in one of two ways: as a symbolic key name, possibly with _\bM_\be_\bt_\ba_\b- or
        _\bC_\bo_\bn_\bt_\br_\bo_\bl_\b- prefixes, or as a key sequence.
 
@@ -2410,15 +2431,15 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               Meta-Rubout: backward-kill-word
               Control-o: "> output"
 
-       In the above example, _\bC_\b-_\bu is bound to the function  u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt,
-       _\bM_\b-_\bD_\bE_\b is bound to the function b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd, and _\bC_\b-_\bo is bound to
-       run the macro expressed on the right hand side (that is, to insert  the
+       In  the above example, _\bC_\b-_\bu is bound to the function u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt,
+       _\bM_\b-_\bD_\bE_\bis bound to the function b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd, and _\bC_\b-_\bo is bound  to
+       run  the macro expressed on the right hand side (that is, to insert the
        text ``> output'' into the line).
 
-       In  the  second  form,  "\b"k\bke\bey\bys\bse\beq\bq"\b":_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be or _\bm_\ba_\bc_\br_\bo, k\bke\bey\bys\bse\beq\bq differs
-       from k\bke\bey\byn\bna\bam\bme\be above in that strings denoting an entire key sequence  may
-       be  specified  by  placing the sequence within double quotes.  Some GNU
-       Emacs style key escapes can be used, as in the following  example,  but
+       In the second form, "\b"k\bke\bey\bys\bse\beq\bq"\b":_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be  or  _\bm_\ba_\bc_\br_\bo,  k\bke\bey\bys\bse\beq\b differs
+       from  k\bke\bey\byn\bna\bam\bme\be above in that strings denoting an entire key sequence may
+       be specified by placing the sequence within double  quotes.   Some  GNU
+       Emacs  style  key escapes can be used, as in the following example, but
        the symbolic character names are not recognized.
 
               "\C-u": universal-argument
@@ -2426,7 +2447,7 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               "\e[11~": "Function Key 1"
 
        In this example, _\bC_\b-_\bu is again bound to the function u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt.
-       _\bC_\b-_\b_\bC_\b-_\br is bound to the function r\bre\be-\b-r\bre\bea\bad\bd-\b-i\bin\bni\bit\bt-\b-f\bfi\bil\ble\be, and _\bE_\bS_\bC _\b[ _\b1 _\b1 _\b is
+       _\bC_\b-_\b _\bC_\b-_\br is bound to the function r\bre\be-\b-r\bre\bea\bad\bd-\b-i\bin\bni\bit\bt-\b-f\bfi\bil\ble\be, and _\bE_\bS_\bC _\b[ _\b1 _\b1 _\b~ is
        bound to insert the text ``Function Key 1''.
 
        The full set of GNU Emacs style escape sequences is
@@ -2437,7 +2458,7 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               \\b\"\b"     literal "
               \\b\'\b'     literal '
 
-       In  addition  to  the GNU Emacs style escape sequences, a second set of
+       In addition to the GNU Emacs style escape sequences, a  second  set  of
        backslash escapes is available:
               \\b\a\ba     alert (bell)
               \\b\b\bb     backspace
@@ -2447,20 +2468,20 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               \\b\r\br     carriage return
               \\b\t\bt     horizontal tab
               \\b\v\bv     vertical tab
-              \\b\_\bn_\bn_\bn   the eight-bit character whose value is  the  octal  value
+              \\b\_\bn_\bn_\bn   the  eight-bit  character  whose value is the octal value
                      _\bn_\bn_\bn (one to three digits)
-              \\b\x\bx_\bH_\bH   the  eight-bit  character  whose value is the hexadecimal
+              \\b\x\bx_\bH_\bH   the eight-bit character whose value  is  the  hexadecimal
                      value _\bH_\bH (one or two hex digits)
 
        When entering the text of a macro, single or double quotes must be used
        to indicate a macro definition.  Unquoted text is assumed to be a func-
-       tion name.  In the macro body, the backslash  escapes  described  above
-       are  expanded.   Backslash  will quote any other character in the macro
+       tion  name.   In  the macro body, the backslash escapes described above
+       are expanded.  Backslash will quote any other character  in  the  macro
        text, including " and '.
 
-       B\bBa\bas\bsh\ballows the current readline key bindings to be displayed or  modi-
-       fied  with  the b\bbi\bin\bnd\bd builtin command.  The editing mode may be switched
-       during interactive use by using the -\b-o\bo option to the s\bse\bet\bt  builtin  com-
+       B\bBa\bas\bsh\b allows the current readline key bindings to be displayed or modi-
+       fied with the b\bbi\bin\bnd\bd builtin command.  The editing mode may  be  switched
+       during  interactive  use by using the -\b-o\bo option to the s\bse\bet\bt builtin com-
        mand (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs
@@ -2470,37 +2491,41 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
 
               s\bse\bet\bt _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be_\b-_\bn_\ba_\bm_\be _\bv_\ba_\bl_\bu_\be
 
-       Except  where  noted, readline variables can take the values O\bOn\bn or O\bOf\bff\bf.
+       Except where noted, readline variables can take the values O\bOn\bn  or  O\bOf\bff\bf.
        The variables and their default values are:
 
        b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be (\b(a\bau\bud\bdi\bib\bbl\ble\be)\b)
-              Controls what happens when readline wants to ring  the  terminal
+              Controls  what  happens when readline wants to ring the terminal
               bell.  If set to n\bno\bon\bne\be, readline never rings the bell.  If set to
-              v\bvi\bis\bsi\bib\bbl\ble\be, readline uses a visible bell if one is  available.   If
+              v\bvi\bis\bsi\bib\bbl\ble\be,  readline  uses a visible bell if one is available.  If
               set to a\bau\bud\bdi\bib\bbl\ble\be, readline attempts to ring the terminal's bell.
+       b\bbi\bin\bnd\bd-\b-t\btt\bty\by-\b-s\bsp\bpe\bec\bci\bia\bal\bl-\b-c\bch\bha\bar\brs\bs (\b(O\bOn\bn)\b)
+              If set to O\bOn\bn, readline attempts to bind the  control  characters
+              treated specially by the kernel's terminal driver to their read-
+              line equivalents.
        c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn (\b(`\b``\b`#\b#'\b''\b')\b)
-              The  string  that  is  inserted when the readline i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt
+              The string that is inserted  when  the  readline  i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt
               command is executed.  This command is bound to M\bM-\b-#\b# in emacs mode
               and to #\b# in vi command mode.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-i\big\bgn\bno\bor\bre\be-\b-c\bca\bas\bse\be (\b(O\bOf\bff\bf)\b)
               If set to O\bOn\bn, readline performs filename matching and completion
               in a case-insensitive fashion.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-q\bqu\bue\ber\bry\by-\b-i\bit\bte\bem\bms\bs (\b(1\b10\b00\b0)\b)
-              This determines when the user is queried about viewing the  num-
-              ber  of  possible  completions generated by the p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\be-\b-
-              t\bti\bio\bon\bns\bcommand.  It may be set to any integer value greater  than
-              or  equal  to  zero.   If  the number of possible completions is
+              This  determines when the user is queried about viewing the num-
+              ber of possible completions generated  by  the  p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\be-\b-
+              t\bti\bio\bon\bns\b command.  It may be set to any integer value greater than
+              or equal to zero.  If the  number  of  possible  completions  is
               greater than or equal to the value of this variable, the user is
-              asked  whether or not he wishes to view them; otherwise they are
+              asked whether or not he wishes to view them; otherwise they  are
               simply listed on the terminal.
        c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba (\b(O\bOn\bn)\b)
-              If set to O\bOn\bn, readline will convert characters with  the  eighth
+              If  set  to O\bOn\bn, readline will convert characters with the eighth
               bit set to an ASCII key sequence by stripping the eighth bit and
-              prefixing an escape character (in effect, using  escape  as  the
+              prefixing  an  escape  character (in effect, using escape as the
               _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx).
        d\bdi\bis\bsa\bab\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn (\b(O\bOf\bff\bf)\b)
               If set to O\bOn\bn, readline will inhibit word completion.  Completion
-              characters will be inserted into the line as if  they  had  been
+              characters  will  be  inserted into the line as if they had been
               mapped to s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt.
        e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be (\b(e\bem\bma\bac\bcs\bs)\b)
               Controls whether readline begins with a set of key bindings sim-
@@ -2508,111 +2533,111 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               v\bvi\bi.
        e\ben\bna\bab\bbl\ble\be-\b-k\bke\bey\byp\bpa\bad\bd (\b(O\bOf\bff\bf)\b)
               When set to O\bOn\bn, readline will try to enable the application key-
-              pad when it is called.  Some systems need  this  to  enable  the
+              pad  when  it  is  called.  Some systems need this to enable the
               arrow keys.
        e\bex\bxp\bpa\ban\bnd\bd-\b-t\bti\bil\bld\bde\be (\b(O\bOf\bff\bf)\b)
-              If  set  to  o\bon\bn,  tilde  expansion  is  performed  when readline
+              If set  to  o\bon\bn,  tilde  expansion  is  performed  when  readline
               attempts word completion.
        h\bhi\bis\bst\bto\bor\bry\by-\b-p\bpr\bre\bes\bse\ber\brv\bve\be-\b-p\bpo\boi\bin\bnt\bt
-              If set to o\bon\bn, the history code attempts to place  point  at  the
-              same  location  on each history line retrived with p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-h\bhi\bis\bs-\b-
+              If  set  to  o\bon\bn, the history code attempts to place point at the
+              same location on each history line retrieved with  p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-h\bhi\bis\bs-\b-
               t\bto\bor\bry\by or n\bne\bex\bxt\bt-\b-h\bhi\bis\bst\bto\bor\bry\by.
        h\bho\bor\bri\biz\bzo\bon\bnt\bta\bal\bl-\b-s\bsc\bcr\bro\bol\bll\bl-\b-m\bmo\bod\bde\be (\b(O\bOf\bff\bf)\b)
-              When set to O\bOn\bn, makes readline use a single  line  for  display,
+              When  set  to  O\bOn\bn, makes readline use a single line for display,
               scrolling the input horizontally on a single screen line when it
-              becomes longer than the screen width rather than wrapping  to  a
+              becomes  longer  than the screen width rather than wrapping to a
               new line.
        i\bin\bnp\bpu\but\bt-\b-m\bme\bet\bta\ba (\b(O\bOf\bff\bf)\b)
-              If  set to O\bOn\bn, readline will enable eight-bit input (that is, it
-              will not strip the high  bit  from  the  characters  it  reads),
+              If set to O\bOn\bn, readline will enable eight-bit input (that is,  it
+              will  not  strip  the  high  bit  from the characters it reads),
               regardless of what the terminal claims it can support.  The name
               m\bme\bet\bta\ba-\b-f\bfl\bla\bag\bg is a synonym for this variable.
        i\bis\bse\bea\bar\brc\bch\bh-\b-t\bte\ber\brm\bmi\bin\bna\bat\bto\bor\brs\bs (\b(`\b``\b`C\bC-\b-[\b[C\bC-\b-J\bJ'\b''\b')\b)
-              The string of characters that should  terminate  an  incremental
-              search  without  subsequently  executing the character as a com-
-              mand.  If this variable has not been given a value, the  charac-
+              The  string  of  characters that should terminate an incremental
+              search without subsequently executing the character  as  a  com-
+              mand.   If this variable has not been given a value, the charac-
               ters _\bE_\bS_\bC and _\bC_\b-_\bJ will terminate an incremental search.
        k\bke\bey\bym\bma\bap\bp (\b(e\bem\bma\bac\bcs\bs)\b)
-              Set  the current readline keymap.  The set of valid keymap names
-              is _\be_\bm_\ba_\bc_\bs_\b, _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\bd_\ba_\br_\bd_\b, _\be_\bm_\ba_\bc_\bs_\b-_\bm_\be_\bt_\ba_\b,  _\be_\bm_\ba_\bc_\bs_\b-_\bc_\bt_\bl_\bx_\b,  _\bv_\bi_\b _\bv_\bi_\b-_\bc_\bo_\bm_\b-
-              _\bm_\ba_\bn_\bd,  and  _\bv_\bi_\b-_\bi_\bn_\bs_\be_\br_\bt.  _\bv_\bi is equivalent to _\bv_\bi_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd; _\be_\bm_\ba_\bc_\bs is
-              equivalent to _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\bd_\ba_\br_\bd.  The default value is  _\be_\bm_\ba_\bc_\bs;  the
+              Set the current readline keymap.  The set of valid keymap  names
+              is  _\be_\bm_\ba_\bc_\bs_\b,  _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\bd_\ba_\br_\bd_\b,  _\be_\bm_\ba_\bc_\bs_\b-_\bm_\be_\bt_\ba_\b, _\be_\bm_\ba_\bc_\bs_\b-_\bc_\bt_\bl_\bx_\b, _\bv_\bi_\b, _\bv_\bi_\b-_\bc_\bo_\bm_\b-
+              _\bm_\ba_\bn_\bd, and _\bv_\bi_\b-_\bi_\bn_\bs_\be_\br_\bt.  _\bv_\bi is equivalent to _\bv_\bi_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd;  _\be_\bm_\ba_\bc_\b is
+              equivalent  to  _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\bd_\ba_\br_\bd.  The default value is _\be_\bm_\ba_\bc_\bs; the
               value of e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be also affects the default keymap.
        m\bma\bar\brk\bk-\b-d\bdi\bir\bre\bec\bct\bto\bor\bri\bie\bes\bs (\b(O\bOn\bn)\b)
               If set to O\bOn\bn, completed directory names have a slash appended.
        m\bma\bar\brk\bk-\b-m\bmo\bod\bdi\bif\bfi\bie\bed\bd-\b-l\bli\bin\bne\bes\bs (\b(O\bOf\bff\bf)\b)
-              If  set  to  O\bOn\bn,  history lines that have been modified are dis-
+              If set to O\bOn\bn, history lines that have  been  modified  are  dis-
               played with a preceding asterisk (*\b*).
        m\bma\bar\brk\bk-\b-s\bsy\bym\bml\bli\bin\bnk\bke\bed\bd-\b-d\bdi\bir\bre\bec\bct\bto\bor\bri\bie\bes\bs (\b(O\bOf\bff\bf)\b)
               If set to O\bOn\bn, completed names which are symbolic links to direc-
-              tories   have   a  slash  appended  (subject  to  the  value  of
+              tories  have  a  slash  appended  (subject  to  the   value   of
               m\bma\bar\brk\bk-\b-d\bdi\bir\bre\bec\bct\bto\bor\bri\bie\bes\bs).
        m\bma\bat\btc\bch\bh-\b-h\bhi\bid\bdd\bde\ben\bn-\b-f\bfi\bil\ble\bes\bs (\b(O\bOn\bn)\b)
-              This variable, when set to O\bOn\bn, causes readline  to  match  files
-              whose  names  begin  with  a  `.' (hidden files) when performing
-              filename completion, unless the leading `.' is supplied  by  the
+              This  variable,  when  set to O\bOn\bn, causes readline to match files
+              whose names begin with a  `.'  (hidden  files)  when  performing
+              filename  completion,  unless the leading `.' is supplied by the
               user in the filename to be completed.
        o\bou\but\btp\bpu\but\bt-\b-m\bme\bet\bta\ba (\b(O\bOf\bff\bf)\b)
-              If  set  to O\bOn\bn, readline will display characters with the eighth
+              If set to O\bOn\bn, readline will display characters with  the  eighth
               bit set directly rather than as a meta-prefixed escape sequence.
        p\bpa\bag\bge\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs (\b(O\bOn\bn)\b)
-              If  set to O\bOn\bn, readline uses an internal _\bm_\bo_\br_\be-like pager to dis-
+              If set to O\bOn\bn, readline uses an internal _\bm_\bo_\br_\be-like pager to  dis-
               play a screenful of possible completions at a time.
        p\bpr\bri\bin\bnt\bt-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs-\b-h\bho\bor\bri\biz\bzo\bon\bnt\bta\bal\bll\bly\by (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, readline will  display  completions  with  matches
-              sorted  horizontally in alphabetical order, rather than down the
+              If  set  to  O\bOn\bn,  readline will display completions with matches
+              sorted horizontally in alphabetical order, rather than down  the
               screen.
        s\bsh\bho\bow\bw-\b-a\bal\bll\bl-\b-i\bif\bf-\b-a\bam\bmb\bbi\big\bgu\buo\bou\bus\bs (\b(O\bOf\bff\bf)\b)
-              This alters the default behavior of  the  completion  functions.
+              This  alters  the  default behavior of the completion functions.
               If set to o\bon\bn, words which have more than one possible completion
-              cause the matches to be listed immediately  instead  of  ringing
+              cause  the  matches  to be listed immediately instead of ringing
               the bell.
        s\bsh\bho\bow\bw-\b-a\bal\bll\bl-\b-i\bif\bf-\b-u\bun\bnm\bmo\bod\bdi\bif\bfi\bie\bed\bd (\b(O\bOf\bff\bf)\b)
-              This  alters the default behavior of the completion functions in
+              This alters the default behavior of the completion functions  in
               a fashion similar to s\bsh\bho\bow\bw-\b-a\bal\bll\bl-\b-i\bif\bf-\b-a\bam\bmb\bbi\big\bgu\buo\bou\bus\bs.  If set to o\bon\bn, words
-              which  have more than one possible completion without any possi-
-              ble partial completion (the possible completions don't  share  a
-              common  prefix)  cause  the  matches  to  be  listed immediately
+              which have more than one possible completion without any  possi-
+              ble  partial  completion (the possible completions don't share a
+              common prefix)  cause  the  matches  to  be  listed  immediately
               instead of ringing the bell.
        v\bvi\bis\bsi\bib\bbl\ble\be-\b-s\bst\bta\bat\bts\bs (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, a character denoting a file's type as reported  by
-              _\bs_\bt_\ba_\bt(2)  is  appended  to  the  filename  when  listing possible
-              completions.
+              If  set to O\bOn\bn, a character denoting a file's type as reported by
+              _\bs_\bt_\ba_\bt(2) is appended to the filename when listing  possible  com-
+              pletions.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be C\bCo\bon\bnd\bdi\bit\bti\bio\bon\bna\bal\bl C\bCo\bon\bns\bst\btr\bru\buc\bct\bts\bs
-       Readline implements a facility similar in  spirit  to  the  conditional
-       compilation  features  of  the C preprocessor which allows key bindings
-       and variable settings to be performed as the result  of  tests.   There
+       Readline  implements  a  facility  similar in spirit to the conditional
+       compilation features of the C preprocessor which  allows  key  bindings
+       and  variable  settings  to be performed as the result of tests.  There
        are four parser directives used.
 
-       $\b$i\bif\bf    The  $\b$i\bif\bf construct allows bindings to be made based on the edit-
-              ing mode, the terminal being  used,  or  the  application  using
-              readline.   The text of the test extends to the end of the line;
+       $\b$i\bif\bf    The $\b$i\bif\bf construct allows bindings to be made based on the  edit-
+              ing  mode,  the  terminal  being  used, or the application using
+              readline.  The text of the test extends to the end of the  line;
               no characters are required to isolate it.
 
-              m\bmo\bod\bde\be   The m\bmo\bod\bde\be=\b= form of the  $\b$i\bif\bf  directive  is  used  to  test
-                     whether  readline  is  in  emacs or vi mode.  This may be
-                     used in conjunction with  the  s\bse\bet\bt  k\bke\bey\bym\bma\bap\bp  command,  for
-                     instance,  to  set  bindings  in  the  _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\bd_\ba_\br_\bd and
-                     _\be_\bm_\ba_\bc_\bs_\b-_\bc_\bt_\bl_\bkeymaps only if readline is  starting  out  in
+              m\bmo\bod\bde\be   The  m\bmo\bod\bde\be=\b=  form  of  the  $\b$i\bif\bf  directive is used to test
+                     whether readline is in emacs or vi  mode.   This  may  be
+                     used  in  conjunction  with  the  s\bse\bet\bt k\bke\bey\bym\bma\bap\bp command, for
+                     instance, to  set  bindings  in  the  _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\bd_\ba_\br_\b and
+                     _\be_\bm_\ba_\bc_\bs_\b-_\bc_\bt_\bl_\b keymaps  only  if readline is starting out in
                      emacs mode.
 
-              t\bte\ber\brm\bm   The  t\bte\ber\brm\bm=\b=  form may be used to include terminal-specific
+              t\bte\ber\brm\bm   The t\bte\ber\brm\bm=\b= form may be used to  include  terminal-specific
                      key bindings, perhaps to bind the key sequences output by
                      the terminal's function keys.  The word on the right side
                      of the =\b= is tested against the both full name of the ter-
-                     minal  and  the  portion  of the terminal name before the
-                     first -\b-.  This allows _\bs_\bu_\bn to match both _\bs_\bu_\bn and  _\bs_\bu_\bn_\b-_\bc_\bm_\bd,
+                     minal and the portion of the  terminal  name  before  the
+                     first  -\b-.  This allows _\bs_\bu_\bn to match both _\bs_\bu_\bn and _\bs_\bu_\bn_\b-_\bc_\bm_\bd,
                      for instance.
 
               a\bap\bpp\bpl\bli\bic\bca\bat\bti\bio\bon\bn
                      The a\bap\bpp\bpl\bli\bic\bca\bat\bti\bio\bon\bn construct is used to include application-
                      specific  settings.   Each  program  using  the  readline
-                     library  sets the _\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn _\bn_\ba_\bm_\be, and an initialization
+                     library sets the _\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn _\bn_\ba_\bm_\be, and an  initialization
                      file can test for a particular value.  This could be used
-                     to  bind key sequences to functions useful for a specific
-                     program.  For instance, the following command adds a  key
-                     sequence  that  quotes  the  current  or previous word in
+                     to bind key sequences to functions useful for a  specific
+                     program.   For instance, the following command adds a key
+                     sequence that quotes the  current  or  previous  word  in
                      Bash:
 
                      $\b$i\bif\bf Bash
@@ -2627,51 +2652,51 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               test fails.
 
        $\b$i\bin\bnc\bcl\blu\bud\bde\be
-              This directive takes a single filename as an argument and  reads
-              commands  and bindings from that file.  For example, the follow-
+              This  directive takes a single filename as an argument and reads
+              commands and bindings from that file.  For example, the  follow-
               ing directive would read _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc:
 
               $\b$i\bin\bnc\bcl\blu\bud\bde\be  _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc
 
    S\bSe\bea\bar\brc\bch\bhi\bin\bng\bg
-       Readline provides commands for searching through  the  command  history
+       Readline  provides  commands  for searching through the command history
        (see H\bHI\bIS\bST\bTO\bOR\bRY\bY below) for lines containing a specified string.  There are
        two search modes: _\bi_\bn_\bc_\br_\be_\bm_\be_\bn_\bt_\ba_\bl and _\bn_\bo_\bn_\b-_\bi_\bn_\bc_\br_\be_\bm_\be_\bn_\bt_\ba_\bl.
 
-       Incremental searches begin before the  user  has  finished  typing  the
-       search  string.  As each character of the search string is typed, read-
+       Incremental  searches  begin  before  the  user has finished typing the
+       search string.  As each character of the search string is typed,  read-
        line displays the next entry from the history matching the string typed
-       so  far.   An  incremental  search  requires only as many characters as
-       needed to find the desired history entry.  The  characters  present  in
-       the  value of the i\bis\bse\bea\bar\brc\bch\bh-\b-t\bte\ber\brm\bmi\bin\bna\bat\bto\bor\brs\bs variable are used to terminate an
+       so far.  An incremental search requires  only  as  many  characters  as
+       needed  to  find  the desired history entry.  The characters present in
+       the value of the i\bis\bse\bea\bar\brc\bch\bh-\b-t\bte\ber\brm\bmi\bin\bna\bat\bto\bor\brs\bs variable are used to terminate  an
        incremental search.  If that variable has not been assigned a value the
-       Escape  and  Control-J characters will terminate an incremental search.
-       Control-G will abort an incremental search  and  restore  the  original
-       line.   When the search is terminated, the history entry containing the
+       Escape and Control-J characters will terminate an  incremental  search.
+       Control-G  will  abort  an  incremental search and restore the original
+       line.  When the search is terminated, the history entry containing  the
        search string becomes the current line.
 
-       To find other matching entries in the history list, type  Control-S  or
-       Control-R  as appropriate.  This will search backward or forward in the
-       history for the next entry matching the search  string  typed  so  far.
-       Any  other  key sequence bound to a readline command will terminate the
-       search and execute that command.  For instance, a _\bn_\be_\bw_\bl_\bi_\bn_\be  will  termi-
+       To  find  other matching entries in the history list, type Control-S or
+       Control-R as appropriate.  This will search backward or forward in  the
+       history  for  the  next  entry matching the search string typed so far.
+       Any other key sequence bound to a readline command will  terminate  the
+       search  and  execute that command.  For instance, a _\bn_\be_\bw_\bl_\bi_\bn_\be will termi-
        nate the search and accept the line, thereby executing the command from
        the history list.
 
        Readline remembers the last incremental search string.  If two Control-
-       Rs  are  typed without any intervening characters defining a new search
+       Rs are typed without any intervening characters defining a  new  search
        string, any remembered search string is used.
 
-       Non-incremental searches read the entire search string before  starting
-       to  search  for matching history lines.  The search string may be typed
+       Non-incremental  searches read the entire search string before starting
+       to search for matching history lines.  The search string may  be  typed
        by the user or be part of the contents of the current line.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be C\bCo\bom\bmm\bma\ban\bnd\bd N\bNa\bam\bme\bes\bs
-       The following is a list of the names of the commands  and  the  default
+       The  following  is  a list of the names of the commands and the default
        key sequences to which they are bound.  Command names without an accom-
        panying key sequence are unbound by default.  In the following descrip-
-       tions,  _\bp_\bo_\bi_\bn_\bt refers to the current cursor position, and _\bm_\ba_\br_\bk refers to
-       a cursor position saved by the s\bse\bet\bt-\b-m\bma\bar\brk\bk command.  The text between  the
+       tions, _\bp_\bo_\bi_\bn_\bt refers to the current cursor position, and _\bm_\ba_\br_\bk refers  to
+       a  cursor position saved by the s\bse\bet\bt-\b-m\bma\bar\brk\bk command.  The text between the
        point and mark is referred to as the _\br_\be_\bg_\bi_\bo_\bn.
 
    C\bCo\bom\bmm\bma\ban\bnd\bds\bs f\bfo\bor\br M\bMo\bov\bvi\bin\bng\bg
@@ -2687,11 +2712,11 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               Move forward to the end of the next word.  Words are composed of
               alphanumeric characters (letters and digits).
        b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-b\bb)\b)
-              Move back to the start of the current or previous  word.   Words
+              Move  back  to the start of the current or previous word.  Words
               are composed of alphanumeric characters (letters and digits).
        c\bcl\ble\bea\bar\br-\b-s\bsc\bcr\bre\bee\ben\bn (\b(C\bC-\b-l\bl)\b)
-              Clear  the  screen  leaving  the  current line at the top of the
-              screen.  With an argument,  refresh  the  current  line  without
+              Clear the screen leaving the current line  at  the  top  of  the
+              screen.   With  an  argument,  refresh  the current line without
               clearing the screen.
        r\bre\bed\bdr\bra\baw\bw-\b-c\bcu\bur\brr\bre\ben\bnt\bt-\b-l\bli\bin\bne\be
               Refresh the current line.
@@ -2699,128 +2724,132 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
    C\bCo\bom\bmm\bma\ban\bnd\bds\bs f\bfo\bor\br M\bMa\ban\bni\bip\bpu\bul\bla\bat\bti\bin\bng\bg t\bth\bhe\be H\bHi\bis\bst\bto\bor\bry\by
        a\bac\bcc\bce\bep\bpt\bt-\b-l\bli\bin\bne\be (\b(N\bNe\bew\bwl\bli\bin\bne\be,\b, R\bRe\bet\btu\bur\brn\bn)\b)
               Accept the line regardless of where the cursor is.  If this line
-              is non-empty, add it to the history list according to the  state
-              of  the H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL variable.  If the line is a modified history
+              is  non-empty, add it to the history list according to the state
+              of the H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL variable.  If the line is a modified  history
               line, then restore the history line to its original state.
        p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(C\bC-\b-p\bp)\b)
               Fetch the previous command from the history list, moving back in
               the list.
        n\bne\bex\bxt\bt-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(C\bC-\b-n\bn)\b)
-              Fetch  the next command from the history list, moving forward in
+              Fetch the next command from the history list, moving forward  in
               the list.
        b\bbe\beg\bgi\bin\bnn\bni\bin\bng\bg-\b-o\bof\bf-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(M\bM-\b-<\b<)\b)
               Move to the first line in the history.
        e\ben\bnd\bd-\b-o\bof\bf-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(M\bM-\b->\b>)\b)
-              Move to the end of the input history, i.e., the  line  currently
+              Move  to  the end of the input history, i.e., the line currently
               being entered.
        r\bre\bev\bve\ber\brs\bse\be-\b-s\bse\bea\bar\brc\bch\bh-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(C\bC-\b-r\br)\b)
-              Search  backward  starting  at  the current line and moving `up'
-              through the  history  as  necessary.   This  is  an  incremental
+              Search backward starting at the current  line  and  moving  `up'
+              through  the  history  as  necessary.   This  is  an incremental
               search.
        f\bfo\bor\brw\bwa\bar\brd\bd-\b-s\bse\bea\bar\brc\bch\bh-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(C\bC-\b-s\bs)\b)
-              Search  forward  starting  at the current line and moving `down'
-              through the  history  as  necessary.   This  is  an  incremental
+              Search forward starting at the current line  and  moving  `down'
+              through  the  history  as  necessary.   This  is  an incremental
               search.
        n\bno\bon\bn-\b-i\bin\bnc\bcr\bre\bem\bme\ben\bnt\bta\bal\bl-\b-r\bre\bev\bve\ber\brs\bse\be-\b-s\bse\bea\bar\brc\bch\bh-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(M\bM-\b-p\bp)\b)
               Search backward through the history starting at the current line
-              using a non-incremental search for  a  string  supplied  by  the
+              using  a  non-incremental  search  for  a string supplied by the
               user.
        n\bno\bon\bn-\b-i\bin\bnc\bcr\bre\bem\bme\ben\bnt\bta\bal\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-s\bse\bea\bar\brc\bch\bh-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(M\bM-\b-n\bn)\b)
-              Search  forward  through  the  history  using  a non-incremental
+              Search forward  through  the  history  using  a  non-incremental
               search for a string supplied by the user.
        h\bhi\bis\bst\bto\bor\bry\by-\b-s\bse\bea\bar\brc\bch\bh-\b-f\bfo\bor\brw\bwa\bar\brd\bd
-              Search forward through the history for the string of  characters
-              between  the start of the current line and the point.  This is a
+              Search  forward through the history for the string of characters
+              between the start of the current line and the point.  This is  a
               non-incremental search.
        h\bhi\bis\bst\bto\bor\bry\by-\b-s\bse\bea\bar\brc\bch\bh-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd
               Search backward through the history for the string of characters
-              between  the start of the current line and the point.  This is a
+              between the start of the current line and the point.  This is  a
               non-incremental search.
        y\bya\ban\bnk\bk-\b-n\bnt\bth\bh-\b-a\bar\brg\bg (\b(M\bM-\b-C\bC-\b-y\by)\b)
-              Insert the first argument to the previous command  (usually  the
+              Insert  the  first argument to the previous command (usually the
               second word on the previous line) at point.  With an argument _\bn,
-              insert the _\bnth word from the previous command (the words in  the
-              previous  command  begin  with  word  0).   A  negative argument
-              inserts the _\bnth word from the end of the previous command.
+              insert  the _\bnth word from the previous command (the words in the
+              previous command  begin  with  word  0).   A  negative  argument
+              inserts the _\bnth word from the end of the previous command.  Once
+              the argument _\bn is computed, the argument is extracted as if  the
+              "!_\bn" history expansion had been specified.
        y\bya\ban\bnk\bk-\b-l\bla\bas\bst\bt-\b-a\bar\brg\bg (\b(M\bM-\b-.\b.,\b, M\bM-\b-_\b_)\b)
-              Insert the last argument to the previous command (the last  word
-              of  the  previous  history  entry).   With  an  argument, behave
-              exactly like y\bya\ban\bnk\bk-\b-n\bnt\bth\bh-\b-a\bar\brg\bg.  Successive  calls  to  y\bya\ban\bnk\bk-\b-l\bla\bas\bst\bt-\b-a\bar\brg\bg
-              move  back through the history list, inserting the last argument
-              of each line in turn.
+              Insert  the last argument to the previous command (the last word
+              of the  previous  history  entry).   With  an  argument,  behave
+              exactly  like  y\bya\ban\bnk\bk-\b-n\bnt\bth\bh-\b-a\bar\brg\bg.   Successive calls to y\bya\ban\bnk\bk-\b-l\bla\bas\bst\bt-\b-a\bar\brg\bg
+              move back through the history list, inserting the last  argument
+              of each line in turn.  The history expansion facilities are used
+              to extract the last argument, as if the "!$"  history  expansion
+              had been specified.
        s\bsh\bhe\bel\bll\bl-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-l\bli\bin\bne\be (\b(M\bM-\b-C\bC-\b-e\be)\b)
               Expand the line as the shell does.  This performs alias and his-
               tory expansion as well as all of the shell word expansions.  See
-              H\bHI\bIS\bST\bTO\bOR\bRY\bE\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below for a description of history  expansion.
+              H\bHI\bIS\bST\bTO\bOR\bRY\b E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below for a description of history expansion.
        h\bhi\bis\bst\bto\bor\bry\by-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-l\bli\bin\bne\be (\b(M\bM-\b-^\b^)\b)
-              Perform  history  expansion  on  the  current line.  See H\bHI\bIS\bST\bTO\bOR\bRY\bY
+              Perform history expansion on  the  current  line.   See  H\bHI\bIS\bST\bTO\bOR\bRY\bY
               E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below for a description of history expansion.
        m\bma\bag\bgi\bic\bc-\b-s\bsp\bpa\bac\bce\be
-              Perform history expansion on  the  current  line  and  insert  a
+              Perform  history  expansion  on  the  current  line and insert a
               space.  See H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below for a description of history
               expansion.
        a\bal\bli\bia\bas\bs-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-l\bli\bin\bne\be
-              Perform alias expansion on the current line.  See A\bAL\bLI\bIA\bAS\bSE\bES\b above
+              Perform  alias expansion on the current line.  See A\bAL\bLI\bIA\bAS\bSE\bES\bS above
               for a description of alias expansion.
        h\bhi\bis\bst\bto\bor\bry\by-\b-a\ban\bnd\bd-\b-a\bal\bli\bia\bas\bs-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-l\bli\bin\bne\be
               Perform history and alias expansion on the current line.
        i\bin\bns\bse\ber\brt\bt-\b-l\bla\bas\bst\bt-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt (\b(M\bM-\b-.\b.,\b, M\bM-\b-_\b_)\b)
               A synonym for y\bya\ban\bnk\bk-\b-l\bla\bas\bst\bt-\b-a\bar\brg\bg.
        o\bop\bpe\ber\bra\bat\bte\be-\b-a\ban\bnd\bd-\b-g\bge\bet\bt-\b-n\bne\bex\bxt\bt (\b(C\bC-\b-o\bo)\b)
-              Accept  the  current  line for execution and fetch the next line
-              relative to the current line from the history for editing.   Any
+              Accept the current line for execution and fetch  the  next  line
+              relative  to the current line from the history for editing.  Any
               argument is ignored.
        e\bed\bdi\bit\bt-\b-a\ban\bnd\bd-\b-e\bex\bxe\bec\bcu\but\bte\be-\b-c\bco\bom\bmm\bma\ban\bnd\bd (\b(C\bC-\b-x\bxC\bC-\b-e\be)\b)
-              Invoke  an  editor  on the current command line, and execute the
-              result as shell commands.   B\bBa\bas\bsh\bh  attempts  to  invoke  $\b$F\bFC\bCE\bED\bDI\bIT\bT,
+              Invoke an editor on the current command line,  and  execute  the
+              result  as  shell  commands.   B\bBa\bas\bsh\bh  attempts to invoke $\b$F\bFC\bCE\bED\bDI\bIT\bT,
               $\b$E\bED\bDI\bIT\bTO\bOR\bR, and _\be_\bm_\ba_\bc_\bs as the editor, in that order.
 
    C\bCo\bom\bmm\bma\ban\bnd\bds\bs f\bfo\bor\br C\bCh\bha\ban\bng\bgi\bin\bng\bg T\bTe\bex\bxt\bt
        d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br (\b(C\bC-\b-d\bd)\b)
-              Delete  the character at point.  If point is at the beginning of
-              the line, there are no characters in  the  line,  and  the  last
+              Delete the character at point.  If point is at the beginning  of
+              the  line,  there  are  no  characters in the line, and the last
               character typed was not bound to d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br, then return E\bEO\bOF\bF.
        b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br (\b(R\bRu\bub\bbo\bou\but\bt)\b)
-              Delete  the  character  behind the cursor.  When given a numeric
+              Delete the character behind the cursor.  When  given  a  numeric
               argument, save the deleted text on the kill ring.
        f\bfo\bor\brw\bwa\bar\brd\bd-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br
-              Delete the character under the cursor, unless the cursor  is  at
+              Delete  the  character under the cursor, unless the cursor is at
               the end of the line, in which case the character behind the cur-
               sor is deleted.
        q\bqu\buo\bot\bte\bed\bd-\b-i\bin\bns\bse\ber\brt\bt (\b(C\bC-\b-q\bq,\b, C\bC-\b-v\bv)\b)
-              Add the next character typed to the line verbatim.  This is  how
+              Add  the next character typed to the line verbatim.  This is how
               to insert characters like C\bC-\b-q\bq, for example.
        t\bta\bab\bb-\b-i\bin\bns\bse\ber\brt\bt (\b(C\bC-\b-v\bv T\bTA\bAB\bB)\b)
               Insert a tab character.
        s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt (\b(a\ba,\b, b\bb,\b, A\bA,\b, 1\b1,\b, !\b!,\b, .\b..\b..\b.)\b)
               Insert the character typed.
        t\btr\bra\ban\bns\bsp\bpo\bos\bse\be-\b-c\bch\bha\bar\brs\bs (\b(C\bC-\b-t\bt)\b)
-              Drag  the  character  before point forward over the character at
-              point, moving point forward as well.  If point is at the end  of
-              the  line, then this transposes the two characters before point.
+              Drag the character before point forward over  the  character  at
+              point,  moving point forward as well.  If point is at the end of
+              the line, then this transposes the two characters before  point.
               Negative arguments have no effect.
        t\btr\bra\ban\bns\bsp\bpo\bos\bse\be-\b-w\bwo\bor\brd\bds\bs (\b(M\bM-\b-t\bt)\b)
-              Drag the word before point past the  word  after  point,  moving
-              point  over  that  word  as well.  If point is at the end of the
+              Drag  the  word  before  point past the word after point, moving
+              point over that word as well.  If point is at  the  end  of  the
               line, this transposes the last two words on the line.
        u\bup\bpc\bca\bas\bse\be-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-u\bu)\b)
-              Uppercase the current (or  following)  word.   With  a  negative
+              Uppercase  the  current  (or  following)  word.  With a negative
               argument, uppercase the previous word, but do not move point.
        d\bdo\bow\bwn\bnc\bca\bas\bse\be-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-l\bl)\b)
-              Lowercase  the  current  (or  following)  word.  With a negative
+              Lowercase the current (or  following)  word.   With  a  negative
               argument, lowercase the previous word, but do not move point.
        c\bca\bap\bpi\bit\bta\bal\bli\biz\bze\be-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-c\bc)\b)
-              Capitalize the current (or following)  word.   With  a  negative
+              Capitalize  the  current  (or  following) word.  With a negative
               argument, capitalize the previous word, but do not move point.
        o\bov\bve\ber\brw\bwr\bri\bit\bte\be-\b-m\bmo\bod\bde\be
-              Toggle  overwrite mode.  With an explicit positive numeric argu-
+              Toggle overwrite mode.  With an explicit positive numeric  argu-
               ment, switches to overwrite mode.  With an explicit non-positive
               numeric argument, switches to insert mode.  This command affects
-              only e\bem\bma\bac\bcs\bs mode; v\bvi\bi mode does overwrite differently.  Each  call
+              only  e\bem\bma\bac\bcs\bs mode; v\bvi\bi mode does overwrite differently.  Each call
               to _\br_\be_\ba_\bd_\bl_\bi_\bn_\be_\b(_\b) starts in insert mode.  In overwrite mode, charac-
-              ters bound to s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt replace the text at point rather  than
-              pushing  the  text  to  the  right.   Characters  bound to b\bba\bac\bck\bk-\b-
-              w\bwa\bar\brd\bd-\b-d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\breplace  the  character  before  point  with  a
+              ters  bound to s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt replace the text at point rather than
+              pushing the text  to  the  right.   Characters  bound  to  b\bba\bac\bck\bk-\b-
+              w\bwa\bar\brd\bd-\b-d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\b replace  the  character  before  point  with a
               space.  By default, this command is unbound.
 
    K\bKi\bil\bll\bli\bin\bng\bg a\ban\bnd\bd Y\bYa\ban\bnk\bki\bin\bng\bg
@@ -2829,24 +2858,24 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-k\bki\bil\bll\bl-\b-l\bli\bin\bne\be (\b(C\bC-\b-x\bx R\bRu\bub\bbo\bou\but\bt)\b)
               Kill backward to the beginning of the line.
        u\bun\bni\bix\bx-\b-l\bli\bin\bne\be-\b-d\bdi\bis\bsc\bca\bar\brd\bd (\b(C\bC-\b-u\bu)\b)
-              Kill  backward  from  point  to  the beginning of the line.  The
+              Kill backward from point to the  beginning  of  the  line.   The
               killed text is saved on the kill-ring.
        k\bki\bil\bll\bl-\b-w\bwh\bho\bol\ble\be-\b-l\bli\bin\bne\be
-              Kill all characters on the current line, no matter  where  point
+              Kill  all  characters on the current line, no matter where point
               is.
        k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-d\bd)\b)
-              Kill  from  point  to the end of the current word, or if between
-              words, to the end of the next word.   Word  boundaries  are  the
+              Kill from point to the end of the current word,  or  if  between
+              words,  to  the  end  of the next word.  Word boundaries are the
               same as those used by f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd.
        b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-R\bRu\bub\bbo\bou\but\bt)\b)
-              Kill  the  word  behind  point.  Word boundaries are the same as
+              Kill the word behind point.  Word boundaries  are  the  same  as
               those used by b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd.
        u\bun\bni\bix\bx-\b-w\bwo\bor\brd\bd-\b-r\bru\bub\bbo\bou\but\bt (\b(C\bC-\b-w\bw)\b)
-              Kill the word behind point, using white space as a  word  bound-
+              Kill  the  word behind point, using white space as a word bound-
               ary.  The killed text is saved on the kill-ring.
        u\bun\bni\bix\bx-\b-f\bfi\bil\ble\ben\bna\bam\bme\be-\b-r\bru\bub\bbo\bou\but\bt
-              Kill  the  word  behind  point,  using white space and the slash
-              character as the word boundaries.  The killed text is  saved  on
+              Kill the word behind point, using  white  space  and  the  slash
+              character  as  the word boundaries.  The killed text is saved on
               the kill-ring.
        d\bde\bel\ble\bet\bte\be-\b-h\bho\bor\bri\biz\bzo\bon\bnt\bta\bal\bl-\b-s\bsp\bpa\bac\bce\be (\b(M\bM-\b-\\b\)\b)
               Delete all spaces and tabs around point.
@@ -2855,61 +2884,61 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        c\bco\bop\bpy\by-\b-r\bre\beg\bgi\bio\bon\bn-\b-a\bas\bs-\b-k\bki\bil\bll\bl
               Copy the text in the region to the kill buffer.
        c\bco\bop\bpy\by-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd
-              Copy  the word before point to the kill buffer.  The word bound-
+              Copy the word before point to the kill buffer.  The word  bound-
               aries are the same as b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd.
        c\bco\bop\bpy\by-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd
-              Copy the word following point to  the  kill  buffer.   The  word
+              Copy  the  word  following  point  to the kill buffer.  The word
               boundaries are the same as f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd.
        y\bya\ban\bnk\bk (\b(C\bC-\b-y\by)\b)
               Yank the top of the kill ring into the buffer at point.
        y\bya\ban\bnk\bk-\b-p\bpo\bop\bp (\b(M\bM-\b-y\by)\b)
-              Rotate  the kill ring, and yank the new top.  Only works follow-
+              Rotate the kill ring, and yank the new top.  Only works  follow-
               ing y\bya\ban\bnk\bk or y\bya\ban\bnk\bk-\b-p\bpo\bop\bp.
 
    N\bNu\bum\bme\ber\bri\bic\bc A\bAr\brg\bgu\bum\bme\ben\bnt\bts\bs
        d\bdi\big\bgi\bit\bt-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt (\b(M\bM-\b-0\b0,\b, M\bM-\b-1\b1,\b, .\b..\b..\b.,\b, M\bM-\b--\b-)\b)
-              Add this digit to the argument already accumulating, or start  a
+              Add  this digit to the argument already accumulating, or start a
               new argument.  M-- starts a negative argument.
        u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt
-              This  is another way to specify an argument.  If this command is
-              followed by one or more digits, optionally with a leading  minus
-              sign,  those digits define the argument.  If the command is fol-
-              lowed by digits, executing  u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt  again  ends  the
-              numeric  argument, but is otherwise ignored.  As a special case,
-              if this command is immediately followed by a character  that  is
-              neither  a  digit or minus sign, the argument count for the next
-              command is multiplied by four.  The argument count is  initially
-              one,  so  executing this function the first time makes the argu-
+              This is another way to specify an argument.  If this command  is
+              followed  by one or more digits, optionally with a leading minus
+              sign, those digits define the argument.  If the command is  fol-
+              lowed  by  digits,  executing  u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt again ends the
+              numeric argument, but is otherwise ignored.  As a special  case,
+              if  this  command is immediately followed by a character that is
+              neither a digit or minus sign, the argument count for  the  next
+              command  is multiplied by four.  The argument count is initially
+              one, so executing this function the first time makes  the  argu-
               ment count four, a second time makes the argument count sixteen,
               and so on.
 
    C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg
        c\bco\bom\bmp\bpl\ble\bet\bte\be (\b(T\bTA\bAB\bB)\b)
-              Attempt  to  perform  completion on the text before point.  B\bBa\bas\bsh\bh
+              Attempt to perform completion on the text  before  point.   B\bBa\bas\bsh\bh
               attempts completion treating the text as a variable (if the text
-              begins  with  $\b$), username (if the text begins with ~\b~), hostname
-              (if the text begins with @\b@), or command (including  aliases  and
+              begins with $\b$), username (if the text begins with  ~\b~),  hostname
+              (if  the  text begins with @\b@), or command (including aliases and
               functions) in turn.  If none of these produces a match, filename
               completion is attempted.
        p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs (\b(M\bM-\b-?\b?)\b)
               List the possible completions of the text before point.
        i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs (\b(M\bM-\b-*\b*)\b)
-              Insert all completions of the text before point that would  have
+              Insert  all completions of the text before point that would have
               been generated by p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs.
        m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be
-              Similar  to c\bco\bom\bmp\bpl\ble\bet\bte\be, but replaces the word to be completed with
-              a single match from the list of possible completions.   Repeated
-              execution  of  m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be  steps through the list of possible
-              completions, inserting each match in turn.  At the  end  of  the
+              Similar to c\bco\bom\bmp\bpl\ble\bet\bte\be, but replaces the word to be completed  with
+              a  single match from the list of possible completions.  Repeated
+              execution of m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be steps through the  list  of  possible
+              completions,  inserting  each  match in turn.  At the end of the
               list of completions, the bell is rung (subject to the setting of
               b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be) and the original text is restored.  An argument of _\bn
-              moves  _\bn  positions  forward  in the list of matches; a negative
-              argument may be used to move backward through  the  list.   This
-              command  is  intended  to  be  bound  to  T\bTA\bAB\bB, but is unbound by
+              moves _\bn positions forward in the list  of  matches;  a  negative
+              argument  may  be  used to move backward through the list.  This
+              command is intended to be  bound  to  T\bTA\bAB\bB,  but  is  unbound  by
               default.
        d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br-\b-o\bor\br-\b-l\bli\bis\bst\bt
-              Deletes the character under the cursor if not at  the  beginning
-              or  end  of  the  line (like d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br).  If at the end of the
+              Deletes  the  character under the cursor if not at the beginning
+              or end of the line (like d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br).  If at  the  end  of  the
               line, behaves identically to p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs.  This command
               is unbound by default.
        c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-f\bfi\bil\ble\ben\bna\bam\bme\be (\b(M\bM-\b-/\b/)\b)
@@ -2918,197 +2947,197 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               List the possible completions of the text before point, treating
               it as a filename.
        c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-u\bus\bse\ber\brn\bna\bam\bme\be (\b(M\bM-\b-~\b~)\b)
-              Attempt completion on the text before point, treating  it  as  a
+              Attempt  completion  on  the text before point, treating it as a
               username.
        p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-u\bus\bse\ber\brn\bna\bam\bme\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs (\b(C\bC-\b-x\bx ~\b~)\b)
               List the possible completions of the text before point, treating
               it as a username.
        c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-v\bva\bar\bri\bia\bab\bbl\ble\be (\b(M\bM-\b-$\b$)\b)
-              Attempt completion on the text before point, treating  it  as  a
+              Attempt  completion  on  the text before point, treating it as a
               shell variable.
        p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-v\bva\bar\bri\bia\bab\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs (\b(C\bC-\b-x\bx $\b$)\b)
               List the possible completions of the text before point, treating
               it as a shell variable.
        c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-h\bho\bos\bst\btn\bna\bam\bme\be (\b(M\bM-\b-@\b@)\b)
-              Attempt completion on the text before point, treating  it  as  a
+              Attempt  completion  on  the text before point, treating it as a
               hostname.
        p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-h\bho\bos\bst\btn\bna\bam\bme\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs (\b(C\bC-\b-x\bx @\b@)\b)
               List the possible completions of the text before point, treating
               it as a hostname.
        c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-c\bco\bom\bmm\bma\ban\bnd\bd (\b(M\bM-\b-!\b!)\b)
-              Attempt completion on the text before point, treating  it  as  a
-              command  name.   Command  completion  attempts to match the text
-              against  aliases,  reserved  words,   shell   functions,   shell
+              Attempt  completion  on  the text before point, treating it as a
+              command name.  Command completion attempts  to  match  the  text
+              against   aliases,   reserved   words,  shell  functions,  shell
               builtins, and finally executable filenames, in that order.
        p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmm\bma\ban\bnd\bd-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bns\bs (\b(C\bC-\b-x\bx !\b!)\b)
               List the possible completions of the text before point, treating
               it as a command name.
        d\bdy\byn\bna\bam\bmi\bic\bc-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-h\bhi\bis\bst\bto\bor\bry\by (\b(M\bM-\b-T\bTA\bAB\bB)\b)
-              Attempt completion on the text before point, comparing the  text
-              against  lines  from  the  history  list for possible completion
+              Attempt  completion on the text before point, comparing the text
+              against lines from the  history  list  for  possible  completion
               matches.
        c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-i\bin\bnt\bto\bo-\b-b\bbr\bra\bac\bce\bes\bs (\b(M\bM-\b-{\b{)\b)
               Perform filename completion and insert the list of possible com-
-              pletions  enclosed within braces so the list is available to the
+              pletions enclosed within braces so the list is available to  the
               shell (see B\bBr\bra\bac\bce\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn above).
 
    K\bKe\bey\byb\bbo\boa\bar\brd\bd M\bMa\bac\bcr\bro\bos\bs
        s\bst\bta\bar\brt\bt-\b-k\bkb\bbd\bd-\b-m\bma\bac\bcr\bro\bo (\b(C\bC-\b-x\bx (\b()\b)
-              Begin saving the characters  typed  into  the  current  keyboard
+              Begin  saving  the  characters  typed  into the current keyboard
               macro.
        e\ben\bnd\bd-\b-k\bkb\bbd\bd-\b-m\bma\bac\bcr\bro\bo (\b(C\bC-\b-x\bx )\b))\b)
               Stop saving the characters typed into the current keyboard macro
               and store the definition.
        c\bca\bal\bll\bl-\b-l\bla\bas\bst\bt-\b-k\bkb\bbd\bd-\b-m\bma\bac\bcr\bro\bo (\b(C\bC-\b-x\bx e\be)\b)
-              Re-execute the last keyboard macro defined, by making the  char-
+              Re-execute  the last keyboard macro defined, by making the char-
               acters in the macro appear as if typed at the keyboard.
 
    M\bMi\bis\bsc\bce\bel\bll\bla\ban\bne\beo\bou\bus\bs
        r\bre\be-\b-r\bre\bea\bad\bd-\b-i\bin\bni\bit\bt-\b-f\bfi\bil\ble\be (\b(C\bC-\b-x\bx C\bC-\b-r\br)\b)
-              Read  in  the  contents of the _\bi_\bn_\bp_\bu_\bt_\br_\bc file, and incorporate any
+              Read in the contents of the _\bi_\bn_\bp_\bu_\bt_\br_\bc file,  and  incorporate  any
               bindings or variable assignments found there.
        a\bab\bbo\bor\brt\bt (\b(C\bC-\b-g\bg)\b)
-              Abort the current editing command and ring the  terminal's  bell
+              Abort  the  current editing command and ring the terminal's bell
               (subject to the setting of b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be).
        d\bdo\bo-\b-u\bup\bpp\bpe\ber\brc\bca\bas\bse\be-\b-v\bve\ber\brs\bsi\bio\bon\bn (\b(M\bM-\b-a\ba,\b, M\bM-\b-b\bb,\b, M\bM-\b-_\bx,\b, .\b..\b..\b.)\b)
-              If  the  metafied character _\bx is lowercase, run the command that
+              If the metafied character _\bx is lowercase, run the  command  that
               is bound to the corresponding uppercase character.
        p\bpr\bre\bef\bfi\bix\bx-\b-m\bme\bet\bta\ba (\b(E\bES\bSC\bC)\b)
               Metafy the next character typed.  E\bES\bSC\bC f\bf is equivalent to M\bMe\bet\bta\ba-\b-f\bf.
        u\bun\bnd\bdo\bo (\b(C\bC-\b-_\b_,\b, C\bC-\b-x\bx C\bC-\b-u\bu)\b)
               Incremental undo, separately remembered for each line.
        r\bre\bev\bve\ber\brt\bt-\b-l\bli\bin\bne\be (\b(M\bM-\b-r\br)\b)
-              Undo  all changes made to this line.  This is like executing the
-              u\bun\bnd\bdo\bcommand enough times to return  the  line  to  its  initial
+              Undo all changes made to this line.  This is like executing  the
+              u\bun\bnd\bdo\b command  enough  times  to  return the line to its initial
               state.
        t\bti\bil\bld\bde\be-\b-e\bex\bxp\bpa\ban\bnd\bd (\b(M\bM-\b-&\b&)\b)
               Perform tilde expansion on the current word.
        s\bse\bet\bt-\b-m\bma\bar\brk\bk (\b(C\bC-\b-@\b@,\b, M\bM-\b-<\b<s\bsp\bpa\bac\bce\be>\b>)\b)
-              Set  the  mark to the point.  If a numeric argument is supplied,
+              Set the mark to the point.  If a numeric argument  is  supplied,
               the mark is set to that position.
        e\bex\bxc\bch\bha\ban\bng\bge\be-\b-p\bpo\boi\bin\bnt\bt-\b-a\ban\bnd\bd-\b-m\bma\bar\brk\bk (\b(C\bC-\b-x\bx C\bC-\b-x\bx)\b)
-              Swap the point with the mark.  The current  cursor  position  is
-              set  to the saved position, and the old cursor position is saved
+              Swap  the  point  with the mark.  The current cursor position is
+              set to the saved position, and the old cursor position is  saved
               as the mark.
        c\bch\bha\bar\bra\bac\bct\bte\ber\br-\b-s\bse\bea\bar\brc\bch\bh (\b(C\bC-\b-]\b])\b)
               A character is read and point is moved to the next occurrence of
-              that  character.   A negative count searches for previous occur-
+              that character.  A negative count searches for  previous  occur-
               rences.
        c\bch\bha\bar\bra\bac\bct\bte\ber\br-\b-s\bse\bea\bar\brc\bch\bh-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd (\b(M\bM-\b-C\bC-\b-]\b])\b)
-              A character is read and point is moved to  the  previous  occur-
-              rence  of  that character.  A negative count searches for subse-
+              A  character  is  read and point is moved to the previous occur-
+              rence of that character.  A negative count searches  for  subse-
               quent occurrences.
        i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt (\b(M\bM-\b-#\b#)\b)
-              Without a numeric argument,  the  value  of  the  readline  c\bco\bom\bm-\b-
-              m\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\b variable is inserted at the beginning of the current
+              Without  a  numeric  argument,  the  value  of the readline c\bco\bom\bm-\b-
+              m\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bvariable is inserted at the beginning of the  current
               line.  If a numeric argument is supplied, this command acts as a
-              toggle:   if  the characters at the beginning of the line do not
-              match the value of c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn, the value is inserted,  other-
+              toggle:  if the characters at the beginning of the line  do  not
+              match  the value of c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn, the value is inserted, other-
               wise the characters in c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn are deleted from the begin-
-              ning of the line.  In either case, the line is accepted as if  a
-              newline  had  been  typed.   The  default value of c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn
-              causes this command to make the current line  a  shell  comment.
-              If  a  numeric  argument  causes  the  comment  character  to be
+              ning  of the line.  In either case, the line is accepted as if a
+              newline had been typed.   The  default  value  of  c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn
+              causes  this  command  to make the current line a shell comment.
+              If a  numeric  argument  causes  the  comment  character  to  be
               removed, the line will be executed by the shell.
        g\bgl\blo\bob\bb-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-g\bg)\b)
-              The word before point is  treated  as  a  pattern  for  pathname
-              expansion,  with  an asterisk implicitly appended.  This pattern
-              is used to generate a list of matching file names  for  possible
+              The  word  before  point  is  treated  as a pattern for pathname
+              expansion, with an asterisk implicitly appended.   This  pattern
+              is  used  to generate a list of matching file names for possible
               completions.
        g\bgl\blo\bob\bb-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-w\bwo\bor\brd\bd (\b(C\bC-\b-x\bx *\b*)\b)
-              The  word  before  point  is  treated  as a pattern for pathname
-              expansion, and the list of  matching  file  names  is  inserted,
-              replacing  the  word.   If  a  numeric  argument is supplied, an
+              The word before point is  treated  as  a  pattern  for  pathname
+              expansion,  and  the  list  of  matching file names is inserted,
+              replacing the word.  If  a  numeric  argument  is  supplied,  an
               asterisk is appended before pathname expansion.
        g\bgl\blo\bob\bb-\b-l\bli\bis\bst\bt-\b-e\bex\bxp\bpa\ban\bns\bsi\bio\bon\bns\bs (\b(C\bC-\b-x\bx g\bg)\b)
-              The list  of  expansions  that  would  have  been  generated  by
-              g\bgl\blo\bob\bb-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-w\bwo\bor\brd\b is  displayed,  and the line is redrawn.  If a
-              numeric argument is supplied, an  asterisk  is  appended  before
+              The  list  of  expansions  that  would  have  been  generated by
+              g\bgl\blo\bob\bb-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-w\bwo\bor\brd\bis displayed, and the line is  redrawn.   If  a
+              numeric  argument  is  supplied,  an asterisk is appended before
               pathname expansion.
        d\bdu\bum\bmp\bp-\b-f\bfu\bun\bnc\bct\bti\bio\bon\bns\bs
-              Print  all  of the functions and their key bindings to the read-
+              Print all of the functions and their key bindings to  the  read-
               line output stream.  If a numeric argument is supplied, the out-
-              put  is  formatted  in such a way that it can be made part of an
+              put is formatted in such a way that it can be made  part  of  an
               _\bi_\bn_\bp_\bu_\bt_\br_\bc file.
        d\bdu\bum\bmp\bp-\b-v\bva\bar\bri\bia\bab\bbl\ble\bes\bs
               Print all of the settable readline variables and their values to
-              the  readline output stream.  If a numeric argument is supplied,
-              the output is formatted in such a way that it can be  made  part
+              the readline output stream.  If a numeric argument is  supplied,
+              the  output  is formatted in such a way that it can be made part
               of an _\bi_\bn_\bp_\bu_\bt_\br_\bc file.
        d\bdu\bum\bmp\bp-\b-m\bma\bac\bcr\bro\bos\bs
-              Print  all of the readline key sequences bound to macros and the
-              strings they ouput.  If a numeric argument is supplied, the out-
-              put  is  formatted  in such a way that it can be made part of an
+              Print all of the readline key sequences bound to macros and  the
+              strings  they  output.   If  a numeric argument is supplied, the
+              output is formatted in such a way that it can be made part of an
               _\bi_\bn_\bp_\bu_\bt_\br_\bc file.
        d\bdi\bis\bsp\bpl\bla\bay\by-\b-s\bsh\bhe\bel\bll\bl-\b-v\bve\ber\brs\bsi\bio\bon\bn (\b(C\bC-\b-x\bx C\bC-\b-v\bv)\b)
-              Display version information about the current instance of  b\bba\bas\bsh\bh.
+              Display  version information about the current instance of b\bba\bas\bsh\bh.
 
    P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn
-       When  word  completion  is  attempted  for an argument to a command for
-       which a completion specification (a _\bc_\bo_\bm_\bp_\bs_\bp_\be_\bc) has  been  defined  using
-       the  c\bco\bom\bmp\bpl\ble\bet\bte\be  builtin  (see  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN  C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below), the pro-
+       When word completion is attempted for an  argument  to  a  command  for
+       which  a  completion  specification (a _\bc_\bo_\bm_\bp_\bs_\bp_\be_\bc) has been defined using
+       the c\bco\bom\bmp\bpl\ble\bet\bte\be builtin (see  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN  C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS  below),  the  pro-
        grammable completion facilities are invoked.
 
-       First, the command name is identified.  If a compspec has been  defined
+       First,  the command name is identified.  If a compspec has been defined
        for that command, the compspec is used to generate the list of possible
-       completions for the word.  If the command word is a  full  pathname,  a
-       compspec  for  the full pathname is searched for first.  If no compspec
-       is found for the full pathname, an attempt is made to find  a  compspec
+       completions  for  the  word.  If the command word is a full pathname, a
+       compspec for the full pathname is searched for first.  If  no  compspec
+       is  found  for the full pathname, an attempt is made to find a compspec
        for the portion following the final slash.
 
-       Once  a  compspec  has  been  found, it is used to generate the list of
-       matching words.  If a compspec is not found, the default  b\bba\bas\bsh\b comple-
+       Once a compspec has been found, it is used  to  generate  the  list  of
+       matching  words.   If a compspec is not found, the default b\bba\bas\bsh\bh comple-
        tion as described above under C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg is performed.
 
-       First,  the  actions  specified by the compspec are used.  Only matches
-       which are prefixed by the word being completed are returned.  When  the
-       -\b-f\b or -\b-d\bd option is used for filename or directory name completion, the
+       First, the actions specified by the compspec are  used.   Only  matches
+       which  are prefixed by the word being completed are returned.  When the
+       -\b-f\bor -\b-d\bd option is used for filename or directory name completion,  the
        shell variable F\bFI\bIG\bGN\bNO\bOR\bRE\bE is used to filter the matches.
 
-       Any completions specified by a filename expansion  pattern  to  the  -\b-G\bG
+       Any  completions  specified  by  a filename expansion pattern to the -\b-G\bG
        option are generated next.  The words generated by the pattern need not
-       match the word being completed.  The G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE shell variable  is  not
+       match  the  word being completed.  The G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE shell variable is not
        used to filter the matches, but the F\bFI\bIG\bGN\bNO\bOR\bRE\bE variable is used.
 
-       Next,  the string specified as the argument to the -\b-W\bW option is consid-
-       ered.  The string is first split using the characters in the  I\bIF\bFS\b spe-
-       cial  variable  as delimiters.  Shell quoting is honored.  Each word is
-       then expanded using brace expansion,  tilde  expansion,  parameter  and
-       variable  expansion,  command  substitution,  arithmetic expansion, and
-       pathname expansion, as described above under  E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN.   The  results
-       are  split  using  the rules described above under W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg.  The
+       Next, the string specified as the argument to the -\b-W\bW option is  consid-
+       ered.   The  string is first split using the characters in the I\bIF\bFS\bS spe-
+       cial variable as delimiters.  Shell quoting is honored.  Each  word  is
+       then  expanded  using  brace  expansion, tilde expansion, parameter and
+       variable expansion, command  substitution,  arithmetic  expansion,  and
+       pathname  expansion,  as  described above under E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN.  The results
+       are split using the rules described above under  W\bWo\bor\brd\bd  S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg.   The
        results of the expansion are prefix-matched against the word being com-
        pleted, and the matching words become the possible completions.
 
-       After  these matches have been generated, any shell function or command
-       specified with the -\b-F\bF and -\b-C\bC options is invoked.  When the  command  or
+       After these matches have been generated, any shell function or  command
+       specified  with  the -\b-F\bF and -\b-C\bC options is invoked.  When the command or
        function  is  invoked,  the  C\bCO\bOM\bMP\bP_\b_L\bLI\bIN\bNE\bE  and  C\bCO\bOM\bMP\bP_\b_P\bPO\bOI\bIN\bNT\bT  variables  are
-       assigned values as described above under S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs.  If  a  shell
-       function  is being invoked, the C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDS\bS and C\bCO\bOM\bMP\bP_\b_C\bCW\bWO\bOR\bRD\bD variables are
-       also set.  When the function or command is invoked, the first  argument
-       is  the  name  of  the command whose arguments are being completed, the
-       second argument is the word being completed, and the third argument  is
-       the  word  preceding  the  word  being completed on the current command
+       assigned  values  as described above under S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs.  If a shell
+       function is being invoked, the C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDS\bS and C\bCO\bOM\bMP\bP_\b_C\bCW\bWO\bOR\bRD\bD variables  are
+       also  set.  When the function or command is invoked, the first argument
+       is the name of the command whose arguments  are  being  completed,  the
+       second  argument is the word being completed, and the third argument is
+       the word preceding the word being  completed  on  the  current  command
        line.  No filtering of the generated completions against the word being
        completed is performed; the function or command has complete freedom in
        generating the matches.
 
-       Any function specified with -\b-F\bF is invoked first.  The function may  use
-       any  of  the  shell facilities, including the c\bco\bom\bmp\bpg\bge\ben\bn builtin described
-       below, to generate the matches.  It must put the  possible  completions
+       Any  function specified with -\b-F\bF is invoked first.  The function may use
+       any of the shell facilities, including the  c\bco\bom\bmp\bpg\bge\ben\bn  builtin  described
+       below,  to  generate the matches.  It must put the possible completions
        in the C\bCO\bOM\bMP\bPR\bRE\bEP\bPL\bLY\bY array variable.
 
-       Next,  any  command specified with the -\b-C\bC option is invoked in an envi-
-       ronment equivalent to command substitution.  It should print a list  of
-       completions,  one  per  line, to the standard output.  Backslash may be
+       Next, any command specified with the -\b-C\bC option is invoked in  an  envi-
+       ronment  equivalent to command substitution.  It should print a list of
+       completions, one per line, to the standard output.   Backslash  may  be
        used to escape a newline, if necessary.
 
-       After all of the possible completions are generated, any filter  speci-
-       fied  with  the -\b-X\bX option is applied to the list.  The filter is a pat-
-       tern as used for pathname expansion; a &\b& in  the  pattern  is  replaced
-       with  the text of the word being completed.  A literal &\b& may be escaped
-       with a backslash; the backslash is removed before attempting  a  match.
-       Any  completion that matches the pattern will be removed from the list.
+       After  all of the possible completions are generated, any filter speci-
+       fied with the -\b-X\bX option is applied to the list.  The filter is  a  pat-
+       tern  as  used  for  pathname expansion; a &\b& in the pattern is replaced
+       with the text of the word being completed.  A literal &\b& may be  escaped
+       with  a  backslash; the backslash is removed before attempting a match.
+       Any completion that matches the pattern will be removed from the  list.
        A leading !\b! negates the pattern; in this case any completion not match-
        ing the pattern will be removed.
 
@@ -3116,127 +3145,127 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        added to each member of the completion list, and the result is returned
        to the readline completion code as the list of possible completions.
 
-       If  the previously-applied actions do not generate any matches, and the
-       -\b-o\bd\bdi\bir\brn\bna\bam\bme\bes\bs option was supplied  to  c\bco\bom\bmp\bpl\ble\bet\bte\be  when  the  compspec  was
+       If the previously-applied actions do not generate any matches, and  the
+       -\b-o\b d\bdi\bir\brn\bna\bam\bme\bes\bs  option  was  supplied  to  c\bco\bom\bmp\bpl\ble\bet\bte\be when the compspec was
        defined, directory name completion is attempted.
 
-       If  the  -\b-o\bo  p\bpl\blu\bus\bsd\bdi\bir\brs\bs option was supplied to c\bco\bom\bmp\bpl\ble\bet\bte\be when the compspec
+       If the -\b-o\bo p\bpl\blu\bus\bsd\bdi\bir\brs\bs option was supplied to c\bco\bom\bmp\bpl\ble\bet\bte\be  when  the  compspec
        was defined, directory name completion is attempted and any matches are
        added to the results of the other actions.
 
-       By  default,  if a compspec is found, whatever it generates is returned
-       to the completion code as the full set of  possible  completions.   The
+       By default, if a compspec is found, whatever it generates  is  returned
+       to  the  completion  code as the full set of possible completions.  The
        default b\bba\bas\bsh\bh completions are not attempted, and the readline default of
        filename completion is disabled.  If the -\b-o\bo b\bba\bas\bsh\bhd\bde\bef\bfa\bau\bul\blt\bt option was sup-
-       plied  to c\bco\bom\bmp\bpl\ble\bet\bte\be when the compspec was defined, the b\bba\bas\bsh\bh default com-
+       plied to c\bco\bom\bmp\bpl\ble\bet\bte\be when the compspec was defined, the b\bba\bas\bsh\bh default  com-
        pletions are attempted if the compspec generates no matches.  If the -\b-o\bo
-       d\bde\bef\bfa\bau\bul\blt\b option was supplied to c\bco\bom\bmp\bpl\ble\bet\bte\be when the compspec was defined,
-       readline's default completion will be performed if the  compspec  (and,
+       d\bde\bef\bfa\bau\bul\blt\boption was supplied to c\bco\bom\bmp\bpl\ble\bet\bte\be when the compspec was  defined,
+       readline's  default  completion will be performed if the compspec (and,
        if attempted, the default b\bba\bas\bsh\bh completions) generate no matches.
 
-       When  a  compspec  indicates that directory name completion is desired,
-       the programmable completion functions force readline to append a  slash
-       to  completed names which are symbolic links to directories, subject to
-       the value of the m\bma\bar\brk\bk-\b-d\bdi\bir\bre\bec\bct\bto\bor\bri\bie\bes\bs readline variable, regardless of  the
+       When a compspec indicates that directory name  completion  is  desired,
+       the  programmable completion functions force readline to append a slash
+       to completed names which are symbolic links to directories, subject  to
+       the  value of the m\bma\bar\brk\bk-\b-d\bdi\bir\bre\bec\bct\bto\bor\bri\bie\bes\bs readline variable, regardless of the
        setting of the m\bma\bar\brk\bk-\b-s\bsy\bym\bml\bli\bin\bnk\bke\bed\bd-\b-d\bdi\bir\bre\bec\bct\bto\bor\bri\bie\bes\bs readline variable.
 
 H\bHI\bIS\bST\bTO\bOR\bRY\bY
-       When  the  -\b-o\bo  h\bhi\bis\bst\bto\bor\bry\by  option to the s\bse\bet\bt builtin is enabled, the shell
+       When the -\b-o\bo h\bhi\bis\bst\bto\bor\bry\by option to the s\bse\bet\bt builtin  is  enabled,  the  shell
        provides access to the _\bc_\bo_\bm_\bm_\ba_\bn_\bd _\bh_\bi_\bs_\bt_\bo_\br_\by, the list of commands previously
-       typed.   The  value  of  the H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE variable is used as the number of
+       typed.  The value of the H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE variable is used  as  the  number  of
        commands to save in a history list.  The text of the last H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE com-
-       mands  (default  500)  is  saved.  The shell stores each command in the
-       history list prior to parameter and variable expansion  (see  E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
-       above)  but after history expansion is performed, subject to the values
+       mands (default 500) is saved.  The shell stores  each  command  in  the
+       history  list  prior to parameter and variable expansion (see E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
+       above) but after history expansion is performed, subject to the  values
        of the shell variables H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE and H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL.
 
        On startup, the history is initialized from the file named by the vari-
-       able  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE  (default _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by).  The file named by the value
-       of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is truncated, if necessary, to contain  no  more  than  the
+       able H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE (default _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by).  The file named by  the  value
+       of  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE  is  truncated,  if necessary, to contain no more than the
        number of lines specified by the value of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE.  When an inter-
-       active shell exits, the last $\b$H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE lines are copied from  the  his-
+       active  shell  exits, the last $\b$H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE lines are copied from the his-
        tory list to $\b$H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE.  If the h\bhi\bis\bst\bta\bap\bpp\bpe\ben\bnd\bd shell option is enabled (see
        the description of s\bsh\bho\bop\bpt\bt under S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below), the lines
-       are  appended  to the history file, otherwise the history file is over-
-       written.  If H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset, or if the history file  is  unwritable,
-       the  history  is not saved.  After saving the history, the history file
-       is truncated to contain no more than H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE lines.  If  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE-\b-
+       are appended to the history file, otherwise the history file  is  over-
+       written.   If  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset, or if the history file is unwritable,
+       the history is not saved.  After saving the history, the  history  file
+       is  truncated to contain no more than H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE lines.  If H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE-\b-
        S\bSI\bIZ\bZE\bE is not set, no truncation is performed.
 
-       The  builtin  command f\bfc\bc (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) may be used
+       The builtin command f\bfc\bc (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) may  be  used
        to list or edit and re-execute a portion of the history list.  The h\bhi\bis\bs-\b-
-       t\bto\bor\bry\b builtin  may  be  used  to display or modify the history list and
-       manipulate the history file.  When using command-line  editing,  search
-       commands  are available in each editing mode that provide access to the
+       t\bto\bor\bry\bbuiltin may be used to display or  modify  the  history  list  and
+       manipulate  the  history file.  When using command-line editing, search
+       commands are available in each editing mode that provide access to  the
        history list.
 
-       The shell allows control over which commands are saved on  the  history
+       The  shell  allows control over which commands are saved on the history
        list.  The H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL and H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE variables may be set to cause the
        shell to save only a subset of the commands entered.  The c\bcm\bmd\bdh\bhi\bis\bst\bt shell
-       option,  if enabled, causes the shell to attempt to save each line of a
-       multi-line command in the same history entry, adding  semicolons  where
-       necessary  to preserve syntactic correctness.  The l\bli\bit\bth\bhi\bis\bst\bt shell option
-       causes the shell to save the command with embedded newlines instead  of
+       option, if enabled, causes the shell to attempt to save each line of  a
+       multi-line  command  in the same history entry, adding semicolons where
+       necessary to preserve syntactic correctness.  The l\bli\bit\bth\bhi\bis\bst\bt shell  option
+       causes  the shell to save the command with embedded newlines instead of
        semicolons.  See the description of the s\bsh\bho\bop\bpt\bt builtin below under S\bSH\bHE\bEL\bLL\bL
        B\bBU\bUI\bIL\bLT\bTI\bIN\bN  C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS  for  information  on  setting  and  unsetting  shell
        options.
 
 H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
-       The  shell  supports a history expansion feature that is similar to the
-       history expansion in c\bcs\bsh\bh.\b.  This section describes what syntax  features
-       are  available.   This  feature  is  enabled by default for interactive
+       The shell supports a history expansion feature that is similar  to  the
+       history  expansion in c\bcs\bsh\bh.\b.  This section describes what syntax features
+       are available.  This feature is  enabled  by  default  for  interactive
        shells, and can be disabled using the +\b+H\bH option to the s\bse\bet\bt builtin com-
        mand (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  Non-interactive shells do not
        perform history expansion by default.
 
        History expansions introduce words from the history list into the input
-       stream,  making  it  easy to repeat commands, insert the arguments to a
+       stream, making it easy to repeat commands, insert the  arguments  to  a
        previous command into the current input line, or fix errors in previous
        commands quickly.
 
-       History  expansion  is  performed  immediately after a complete line is
-       read, before the shell breaks it into words.  It  takes  place  in  two
-       parts.   The  first is to determine which line from the history list to
+       History expansion is performed immediately after  a  complete  line  is
+       read,  before  the  shell  breaks it into words.  It takes place in two
+       parts.  The first is to determine which line from the history  list  to
        use during substitution.  The second is to select portions of that line
        for inclusion into the current one.  The line selected from the history
-       is the _\be_\bv_\be_\bn_\bt, and the portions of that line that  are  acted  upon  are
-       _\bw_\bo_\br_\bd_\bs.   Various  _\bm_\bo_\bd_\bi_\bf_\bi_\be_\br_\bs  are  available  to manipulate the selected
+       is  the  _\be_\bv_\be_\bn_\bt,  and  the portions of that line that are acted upon are
+       _\bw_\bo_\br_\bd_\bs.  Various _\bm_\bo_\bd_\bi_\bf_\bi_\be_\br_\bs are  available  to  manipulate  the  selected
        words.  The line is broken into words in the same fashion as when read-
-       ing  input, so that several _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br-separated words surrounded by
-       quotes are considered one word.  History expansions are  introduced  by
-       the  appearance  of  the  history  expansion  character,  which is !\b! by
-       default.  Only backslash (\\b\) and single quotes can  quote  the  history
+       ing input, so that several _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br-separated words surrounded  by
+       quotes  are  considered one word.  History expansions are introduced by
+       the appearance of the  history  expansion  character,  which  is  !\b by
+       default.   Only  backslash  (\\b\) and single quotes can quote the history
        expansion character.
 
-       Several  characters inhibit history expansion if found immediately fol-
-       lowing the history expansion character, even if it is unquoted:  space,
-       tab,  newline,  carriage return, and =\b=.  If the e\bex\bxt\btg\bgl\blo\bob\bb shell option is
+       Several characters inhibit history expansion if found immediately  fol-
+       lowing  the history expansion character, even if it is unquoted: space,
+       tab, newline, carriage return, and =\b=.  If the e\bex\bxt\btg\bgl\blo\bob\bb shell  option  is
        enabled, (\b( will also inhibit expansion.
 
-       Several shell options settable with the s\bsh\bho\bop\bpt\bt builtin may  be  used  to
-       tailor  the  behavior  of  history  expansion.  If the h\bhi\bis\bst\btv\bve\ber\bri\bif\bfy\by shell
+       Several  shell  options  settable with the s\bsh\bho\bop\bpt\bt builtin may be used to
+       tailor the behavior of history  expansion.   If  the  h\bhi\bis\bst\btv\bve\ber\bri\bif\bfy\b shell
        option is enabled (see the description of the s\bsh\bho\bop\bpt\bt builtin), and r\bre\bea\bad\bd-\b-
        l\bli\bin\bne\be is being used, history substitutions are not immediately passed to
-       the shell parser.  Instead, the expanded  line  is  reloaded  into  the
+       the  shell  parser.   Instead,  the  expanded line is reloaded into the
        r\bre\bea\bad\bdl\bli\bin\bne\be editing buffer for further modification.  If r\bre\bea\bad\bdl\bli\bin\bne\be is being
        used, and the h\bhi\bis\bst\btr\bre\bee\bed\bdi\bit\bt shell option is enabled, a failed history sub-
        stitution will be reloaded into the r\bre\bea\bad\bdl\bli\bin\bne\be editing buffer for correc-
-       tion.  The -\b-p\bp option to the h\bhi\bis\bst\bto\bor\bry\by builtin command may be used to  see
+       tion.   The -\b-p\bp option to the h\bhi\bis\bst\bto\bor\bry\by builtin command may be used to see
        what a history expansion will do before using it.  The -\b-s\bs option to the
-       h\bhi\bis\bst\bto\bor\bry\bbuiltin may be used to add commands to the end of  the  history
-       list  without  actually  executing them, so that they are available for
+       h\bhi\bis\bst\bto\bor\bry\b builtin  may be used to add commands to the end of the history
+       list without actually executing them, so that they  are  available  for
        subsequent recall.
 
-       The shell allows control of the various characters used by the  history
+       The  shell allows control of the various characters used by the history
        expansion mechanism (see the description of h\bhi\bis\bst\btc\bch\bha\bar\brs\bs above under S\bSh\bhe\bel\bll\bl
        V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs).
 
    E\bEv\bve\ben\bnt\bt D\bDe\bes\bsi\big\bgn\bna\bat\bto\bor\brs\bs
-       An event designator is a reference to a command line entry in the  his-
+       An  event designator is a reference to a command line entry in the his-
        tory list.
 
-       !\b!      Start  a  history substitution, except when followed by a b\bbl\bla\ban\bnk\bk,
-              newline, carriage return, = or ( (when the e\bex\bxt\btg\bgl\blo\bob\bb shell  option
+       !\b!      Start a history substitution, except when followed by  a  b\bbl\bla\ban\bnk\bk,
+              newline,  carriage return, = or ( (when the e\bex\bxt\btg\bgl\blo\bob\bb shell option
               is enabled using the s\bsh\bho\bop\bpt\bt builtin).
        !\b!_\bn     Refer to command line _\bn.
        !\b!-\b-_\bn    Refer to the current command line minus _\bn.
@@ -3244,21 +3273,21 @@ H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        !\b!_\bs_\bt_\br_\bi_\bn_\bg
               Refer to the most recent command starting with _\bs_\bt_\br_\bi_\bn_\bg.
        !\b!?\b?_\bs_\bt_\br_\bi_\bn_\bg[\b[?\b?]\b]
-              Refer  to the most recent command containing _\bs_\bt_\br_\bi_\bn_\bg.  The trail-
+              Refer to the most recent command containing _\bs_\bt_\br_\bi_\bn_\bg.  The  trail-
               ing ?\b? may be omitted if _\bs_\bt_\br_\bi_\bn_\bg is followed immediately by a new-
               line.
        ^\b^_\bs_\bt_\br_\bi_\bn_\bg_\b1^\b^_\bs_\bt_\br_\bi_\bn_\bg_\b2^\b^
-              Quick  substitution.  Repeat the last command, replacing _\bs_\bt_\br_\bi_\bn_\bg_\b1
+              Quick substitution.  Repeat the last command, replacing  _\bs_\bt_\br_\bi_\bn_\bg_\b1
               with _\bs_\bt_\br_\bi_\bn_\bg_\b2.  Equivalent to ``!!:s/_\bs_\bt_\br_\bi_\bn_\bg_\b1/_\bs_\bt_\br_\bi_\bn_\bg_\b2/'' (see M\bMo\bod\bd-\b-
               i\bif\bfi\bie\ber\brs\bs below).
        !\b!#\b#     The entire command line typed so far.
 
    W\bWo\bor\brd\bd D\bDe\bes\bsi\big\bgn\bna\bat\bto\bor\brs\bs
-       Word  designators are used to select desired words from the event.  A :\b:
-       separates the event specification from the word designator.  It may  be
-       omitted  if  the word designator begins with a ^\b^, $\b$, *\b*, -\b-, or %\b%.  Words
-       are numbered from the beginning of the line, with the first word  being
-       denoted  by  0  (zero).  Words are inserted into the current line sepa-
+       Word designators are used to select desired words from the event.  A  :\b:
+       separates  the event specification from the word designator.  It may be
+       omitted if the word designator begins with a ^\b^, $\b$, *\b*, -\b-, or  %\b%.   Words
+       are  numbered from the beginning of the line, with the first word being
+       denoted by 0 (zero).  Words are inserted into the  current  line  sepa-
        rated by single spaces.
 
        0\b0 (\b(z\bze\ber\bro\bo)\b)
@@ -3268,17 +3297,17 @@ H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        $\b$      The last argument.
        %\b%      The word matched by the most recent `?_\bs_\bt_\br_\bi_\bn_\bg?' search.
        _\bx-\b-_\by    A range of words; `-_\by' abbreviates `0-_\by'.
-       *\b*      All of the words but the zeroth.  This is a synonym  for  `_\b1_\b-_\b$'.
-              It  is  not  an  error to use *\b* if there is just one word in the
+       *\b*      All  of  the words but the zeroth.  This is a synonym for `_\b1_\b-_\b$'.
+              It is not an error to use *\b* if there is just  one  word  in  the
               event; the empty string is returned in that case.
        x\bx*\b*     Abbreviates _\bx_\b-_\b$.
        x\bx-\b-     Abbreviates _\bx_\b-_\b$ like x\bx*\b*, but omits the last word.
 
-       If a word designator is supplied without an  event  specification,  the
+       If  a  word  designator is supplied without an event specification, the
        previous command is used as the event.
 
    M\bMo\bod\bdi\bif\bfi\bie\ber\brs\bs
-       After  the optional word designator, there may appear a sequence of one
+       After the optional word designator, there may appear a sequence of  one
        or more of the following modifiers, each preceded by a `:'.
 
        h\bh      Remove a trailing file name component, leaving only the head.
@@ -3287,24 +3316,24 @@ H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        e\be      Remove all but the trailing suffix.
        p\bp      Print the new command but do not execute it.
        q\bq      Quote the substituted words, escaping further substitutions.
-       x\bx      Quote  the  substituted words as with q\bq, but break into words at
+       x\bx      Quote the substituted words as with q\bq, but break into  words  at
               b\bbl\bla\ban\bnk\bks\bs and newlines.
        s\bs/\b/_\bo_\bl_\bd/\b/_\bn_\be_\bw/\b/
-              Substitute _\bn_\be_\bw for the first occurrence  of  _\bo_\bl_\bd  in  the  event
-              line.   Any  delimiter  can  be  used  in place of /.  The final
-              delimiter is optional if it is the last character of  the  event
-              line.   The delimiter may be quoted in _\bo_\bl_\bd and _\bn_\be_\bw with a single
-              backslash.  If & appears in _\bn_\be_\bw, it is replaced by _\bo_\bl_\bd.  A  sin-
-              gle  backslash  will  quote the &.  If _\bo_\bl_\bd is null, it is set to
-              the last _\bo_\bl_\bd substituted, or, if no previous  history  substitu-
+              Substitute  _\bn_\be_\bw  for  the  first  occurrence of _\bo_\bl_\bd in the event
+              line.  Any delimiter can be used  in  place  of  /.   The  final
+              delimiter  is  optional if it is the last character of the event
+              line.  The delimiter may be quoted in _\bo_\bl_\bd and _\bn_\be_\bw with a  single
+              backslash.   If & appears in _\bn_\be_\bw, it is replaced by _\bo_\bl_\bd.  A sin-
+              gle backslash will quote the &.  If _\bo_\bl_\bd is null, it  is  set  to
+              the  last  _\bo_\bl_\bd substituted, or, if no previous history substitu-
               tions took place, the last _\bs_\bt_\br_\bi_\bn_\bg in a !\b!?\b?_\bs_\bt_\br_\bi_\bn_\bg[\b[?\b?]\b]  search.
        &\b&      Repeat the previous substitution.
        g\bg      Cause changes to be applied over the entire event line.  This is
-              used in conjunction with `:\b:s\bs' (e.g.,  `:\b:g\bgs\bs/\b/_\bo_\bl_\bd/\b/_\bn_\be_\bw/\b/')  or  `:\b:&\b&'.
-              If  used with `:\b:s\bs', any delimiter can be used in place of /, and
-              the final delimiter is optional if it is the last  character  of
+              used  in  conjunction  with `:\b:s\bs' (e.g., `:\b:g\bgs\bs/\b/_\bo_\bl_\bd/\b/_\bn_\be_\bw/\b/') or `:\b:&\b&'.
+              If used with `:\b:s\bs', any delimiter can be used in place of /,  and
+              the  final  delimiter is optional if it is the last character of
               the event line.  An a\ba may be used as a synonym for g\bg.
-       G\bG      Apply  the following `s\bs' modifier once to each word in the event
+       G\bG      Apply the following `s\bs' modifier once to each word in the  event
               line.
 
 S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
@@ -3312,44 +3341,44 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        as accepting options preceded by -\b- accepts -\b--\b- to signify the end of the
        options.
        :\b: [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
-              No effect; the command does nothing beyond  expanding  _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs
-              and  performing any specified redirections.  A zero exit code is
+              No  effect;  the command does nothing beyond expanding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs
+              and performing any specified redirections.  A zero exit code  is
               returned.
 
         .\b.  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
        s\bso\bou\bur\brc\bce\be _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
-              Read and execute commands from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be  in  the  current  shell
-              environment  and  return  the  exit  status  of the last command
-              executed from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.  If _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be does not contain  a  slash,
-              file  names  in  P\bPA\bAT\bTH\bH  are used to find the directory containing
-              _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.  The file searched for in P\bPA\bAT\bTH\bH need not be executable.
-              When  b\bba\bas\bsh\bh  is  not  in  _\bp_\bo_\bs_\bi_\bx  _\bm_\bo_\bd_\be,  the  current directory is
-              searched if no file is found in P\bPA\bAT\bTH\bH.  If the s\bso\bou\bur\brc\bce\bep\bpa\bat\bth\b option
-              to  the  s\bsh\bho\bop\bpt\bt  builtin  command  is turned off, the P\bPA\bAT\bTH\bH is not
-              searched.  If any _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs are supplied, they become the  posi-
-              tional  parameters  when  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be  is  executed.  Otherwise the
-              positional parameters are unchanged.  The return status  is  the
-              status  of  the  last  command exited within the script (0 if no
-              commands are executed), and false if _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is  not  found  or
+              Read  and  execute  commands  from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be in the current shell
+              environment and return the exit status of the last command  exe-
+              cuted from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.  If _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be does not contain a slash, file
+              names in P\bPA\bAT\bTH\bH are used to find the  directory  containing  _\bf_\bi_\bl_\be_\b-
+              _\bn_\ba_\bm_\be.   The  file  searched  for in P\bPA\bAT\bTH\bH need not be executable.
+              When b\bba\bas\bsh\bh is  not  in  _\bp_\bo_\bs_\bi_\bx  _\bm_\bo_\bd_\be,  the  current  directory  is
+              searched  if no file is found in P\bPA\bAT\bTH\bH.  If the s\bso\bou\bur\brc\bce\bep\bpa\bat\bth\bh option
+              to the s\bsh\bho\bop\bpt\bt builtin command is turned  off,  the  P\bPA\bAT\bTH\bH  is  not
+              searched.   If any _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs are supplied, they become the posi-
+              tional parameters when  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be  is  executed.   Otherwise  the
+              positional  parameters  are unchanged.  The return status is the
+              status of the last command exited within the  script  (0  if  no
+              commands  are  executed),  and false if _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is not found or
               cannot be read.
 
        a\bal\bli\bia\bas\bs [-\b-p\bp] [_\bn_\ba_\bm_\be[=_\bv_\ba_\bl_\bu_\be] ...]
               A\bAl\bli\bia\bas\bs with no arguments or with the -\b-p\bp option prints the list of
-              aliases in the form a\bal\bli\bia\bas\bs _\bn_\ba_\bm_\be=_\bv_\ba_\bl_\bu_\be on standard  output.   When
-              arguments  are supplied, an alias is defined for each _\bn_\ba_\bm_\be whose
+              aliases  in  the form a\bal\bli\bia\bas\bs _\bn_\ba_\bm_\be=_\bv_\ba_\bl_\bu_\be on standard output.  When
+              arguments are supplied, an alias is defined for each _\bn_\ba_\bm_\b whose
               _\bv_\ba_\bl_\bu_\be is given.  A trailing space in  _\bv_\ba_\bl_\bu_\be causes the next word
               to be checked for alias substitution when the alias is expanded.
-              For each _\bn_\ba_\bm_\be in the argument list for which no  _\bv_\ba_\bl_\bu_\be  is  sup-
-              plied,  the  name  and  value  of  the  alias is printed.  A\bAl\bli\bia\bas\bs
-              returns true unless a _\bn_\ba_\bm_\be is given for which no alias has  been
+              For  each  _\bn_\ba_\bm_\be  in the argument list for which no _\bv_\ba_\bl_\bu_\be is sup-
+              plied, the name and  value  of  the  alias  is  printed.   A\bAl\bli\bia\bas\bs
+              returns  true unless a _\bn_\ba_\bm_\be is given for which no alias has been
               defined.
 
        b\bbg\bg [_\bj_\bo_\bb_\bs_\bp_\be_\bc ...]
-              Resume  each  suspended  job _\bj_\bo_\bb_\bs_\bp_\be_\bc in the background, as if it
+              Resume each suspended job _\bj_\bo_\bb_\bs_\bp_\be_\bc in the background,  as  if  it
               had been started with &\b&.  If _\bj_\bo_\bb_\bs_\bp_\be_\bc is not present, the shell's
-              notion  of the _\bc_\bu_\br_\br_\be_\bn_\bt _\bj_\bo_\bb is used.  b\bbg\bg _\bj_\bo_\bb_\bs_\bp_\be_\bc returns 0 unless
-              run when job control is disabled or, when run with  job  control
-              enabled,  if the last _\bj_\bo_\bb_\bs_\bp_\be_\bc was not found or was started with-
+              notion of the _\bc_\bu_\br_\br_\be_\bn_\bt _\bj_\bo_\bb is used.  b\bbg\bg _\bj_\bo_\bb_\bs_\bp_\be_\bc returns 0  unless
+              run  when  job control is disabled or, when run with job control
+              enabled, if the last _\bj_\bo_\bb_\bs_\bp_\be_\bc was not found or was started  with-
               out job control.
 
        b\bbi\bin\bnd\bd [-\b-m\bm _\bk_\be_\by_\bm_\ba_\bp] [-\b-l\blp\bps\bsv\bvP\bPS\bSV\bV]
@@ -3358,29 +3387,29 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        b\bbi\bin\bnd\bd [-\b-m\bm _\bk_\be_\by_\bm_\ba_\bp] -\b-x\bx _\bk_\be_\by_\bs_\be_\bq:_\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd
        b\bbi\bin\bnd\bd [-\b-m\bm _\bk_\be_\by_\bm_\ba_\bp] _\bk_\be_\by_\bs_\be_\bq:_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be
        b\bbi\bin\bnd\bd _\br_\be_\ba_\bd_\bl_\bi_\bn_\be_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd
-              Display current r\bre\bea\bad\bdl\bli\bin\bne\be key and function bindings, bind  a  key
-              sequence  to  a  r\bre\bea\bad\bdl\bli\bin\bne\be  function  or macro, or set a r\bre\bea\bad\bdl\bli\bin\bne\be
-              variable.  Each non-option argument is a  command  as  it  would
-              appear  in  _\b._\bi_\bn_\bp_\bu_\bt_\br_\bc, but each binding or command must be passed
-              as a separate argument; e.g.,  '"\C-x\C-r":  re-read-init-file'.
+              Display  current  r\bre\bea\bad\bdl\bli\bin\bne\be key and function bindings, bind a key
+              sequence to a r\bre\bea\bad\bdl\bli\bin\bne\be function or  macro,  or  set  a  r\bre\bea\bad\bdl\bli\bin\bne\be
+              variable.   Each  non-option  argument  is a command as it would
+              appear in _\b._\bi_\bn_\bp_\bu_\bt_\br_\bc, but each binding or command must  be  passed
+              as  a  separate argument; e.g., '"\C-x\C-r": re-read-init-file'.
               Options, if supplied, have the following meanings:
               -\b-m\bm _\bk_\be_\by_\bm_\ba_\bp
                      Use _\bk_\be_\by_\bm_\ba_\bp as the keymap to be affected by the subsequent
                      bindings.  Acceptable _\bk_\be_\by_\bm_\ba_\bp names are _\be_\bm_\ba_\bc_\bs_\b, _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\b-
-                     _\bd_\ba_\br_\bd_\b _\be_\bm_\ba_\bc_\bs_\b-_\bm_\be_\bt_\ba_\b,  _\be_\bm_\ba_\bc_\bs_\b-_\bc_\bt_\bl_\bx_\b,  _\bv_\bi_\b, _\bv_\bi_\b-_\bm_\bo_\bv_\be_\b, _\bv_\bi_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd,
-                     and _\bv_\bi_\b-_\bi_\bn_\bs_\be_\br_\bt.  _\bv_\bi is equivalent to _\bv_\bi_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd; _\be_\bm_\ba_\bc_\b is
+                     _\bd_\ba_\br_\bd_\b_\be_\bm_\ba_\bc_\bs_\b-_\bm_\be_\bt_\ba_\b, _\be_\bm_\ba_\bc_\bs_\b-_\bc_\bt_\bl_\bx_\b,  _\bv_\bi_\b,  _\bv_\bi_\b-_\bm_\bo_\bv_\be_\b _\bv_\bi_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd,
+                     and  _\bv_\bi_\b-_\bi_\bn_\bs_\be_\br_\bt.  _\bv_\bi is equivalent to _\bv_\bi_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd; _\be_\bm_\ba_\bc_\bs is
                      equivalent to _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\bd_\ba_\br_\bd.
               -\b-l\bl     List the names of all r\bre\bea\bad\bdl\bli\bin\bne\be functions.
-              -\b-p\bp     Display  r\bre\bea\bad\bdl\bli\bin\bne\be  function  names and bindings in such a
+              -\b-p\bp     Display r\bre\bea\bad\bdl\bli\bin\bne\be function names and bindings  in  such  a
                      way that they can be re-read.
               -\b-P\bP     List current r\bre\bea\bad\bdl\bli\bin\bne\be function names and bindings.
-              -\b-v\bv     Display r\bre\bea\bad\bdl\bli\bin\bne\be variable names and values in such a  way
+              -\b-v\bv     Display  r\bre\bea\bad\bdl\bli\bin\bne\be variable names and values in such a way
                      that they can be re-read.
               -\b-V\bV     List current r\bre\bea\bad\bdl\bli\bin\bne\be variable names and values.
-              -\b-s\bs     Display  r\bre\bea\bad\bdl\bli\bin\bne\be  key  sequences bound to macros and the
-                     strings they output in such a way that they  can  be  re-
+              -\b-s\bs     Display r\bre\bea\bad\bdl\bli\bin\bne\be key sequences bound to  macros  and  the
+                     strings  they  output  in such a way that they can be re-
                      read.
-              -\b-S\bS     Display  r\bre\bea\bad\bdl\bli\bin\bne\be  key  sequences bound to macros and the
+              -\b-S\bS     Display r\bre\bea\bad\bdl\bli\bin\bne\be key sequences bound to  macros  and  the
                      strings they output.
               -\b-f\bf _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
                      Read key bindings from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.
@@ -3391,141 +3420,141 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               -\b-r\br _\bk_\be_\by_\bs_\be_\bq
                      Remove any current binding for _\bk_\be_\by_\bs_\be_\bq.
               -\b-x\bx _\bk_\be_\by_\bs_\be_\bq:\b:_\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd
-                     Cause _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd to be  executed  whenever  _\bk_\be_\by_\bs_\be_\b is
+                     Cause  _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd  to  be  executed whenever _\bk_\be_\by_\bs_\be_\bq is
                      entered.
 
-              The  return value is 0 unless an unrecognized option is given or
+              The return value is 0 unless an unrecognized option is given  or
               an error occurred.
 
        b\bbr\bre\bea\bak\bk [_\bn]
-              Exit from within a f\bfo\bor\br, w\bwh\bhi\bil\ble\be, u\bun\bnt\bti\bil\bl, or s\bse\bel\ble\bec\bct\bt loop.  If  _\b is
-              specified,  break  _\bn  levels.   _\bn must be >= 1.  If _\bn is greater
-              than the number of enclosing  loops,  all  enclosing  loops  are
+              Exit  from  within a f\bfo\bor\br, w\bwh\bhi\bil\ble\be, u\bun\bnt\bti\bil\bl, or s\bse\bel\ble\bec\bct\bt loop.  If _\bn is
+              specified, break _\bn levels.  _\bn must be >= 1.   If  _\bn  is  greater
+              than  the  number  of  enclosing  loops, all enclosing loops are
               exited.  The return value is 0 unless the shell is not executing
               a loop when b\bbr\bre\bea\bak\bk is executed.
 
        b\bbu\bui\bil\blt\bti\bin\bn _\bs_\bh_\be_\bl_\bl_\b-_\bb_\bu_\bi_\bl_\bt_\bi_\bn [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
-              Execute the specified shell builtin, passing it  _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs,  and
+              Execute  the  specified shell builtin, passing it _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs, and
               return its exit status.  This is useful when defining a function
-              whose name is the same as a shell builtin, retaining  the  func-
+              whose  name  is the same as a shell builtin, retaining the func-
               tionality of the builtin within the function.  The c\bcd\bd builtin is
-              commonly redefined this way.  The  return  status  is  false  if
+              commonly  redefined  this  way.   The  return status is false if
               _\bs_\bh_\be_\bl_\bl_\b-_\bb_\bu_\bi_\bl_\bt_\bi_\bn is not a shell builtin command.
 
        c\bcd\bd [-\b-L\bL|\b|-\b-P\bP] [_\bd_\bi_\br]
-              Change  the  current directory to _\bd_\bi_\br.  The variable H\bHO\bOM\bME\bE is the
-              default _\bd_\bi_\br.  The variable C\bCD\bDP\bPA\bAT\bTH\bH defines the  search  path  for
-              the  directory  containing  _\bd_\bi_\br.  Alternative directory names in
-              C\bCD\bDP\bPA\bAT\bTH\bare separated by a colon (:).  A null directory  name  in
-              C\bCD\bDP\bPA\bAT\bTH\b is  the  same as the current directory, i.e., ``.\b.''.  If
-              _\bd_\bi_\bbegins with a slash (/), then C\bCD\bDP\bPA\bAT\bTH\bH is  not  used.  The  -\b-P\bP
-              option  says  to use the physical directory structure instead of
-              following symbolic links (see also the  -\b-P\bP  option  to  the  s\bse\bet\bt
+              Change the current directory to _\bd_\bi_\br.  The variable H\bHO\bOM\bME\bE  is  the
+              default  _\bd_\bi_\br.   The  variable C\bCD\bDP\bPA\bAT\bTH\bH defines the search path for
+              the directory containing _\bd_\bi_\br.  Alternative  directory  names  in
+              C\bCD\bDP\bPA\bAT\bTH\b are  separated by a colon (:).  A null directory name in
+              C\bCD\bDP\bPA\bAT\bTH\bis the same as the current directory,  i.e.,  ``.\b.''.   If
+              _\bd_\bi_\b begins  with  a  slash (/), then C\bCD\bDP\bPA\bAT\bTH\bH is not used. The -\b-P\bP
+              option says to use the physical directory structure  instead  of
+              following  symbolic  links  (see  also  the -\b-P\bP option to the s\bse\bet\bt
               builtin command); the -\b-L\bL option forces symbolic links to be fol-
-              lowed.  An argument of -\b- is equivalent to $\b$O\bOL\bLD\bDP\bPW\bWD\bD.   If  a  non-
-              empty  directory  name from C\bCD\bDP\bPA\bAT\bTH\bH is used, or if -\b- is the first
-              argument, and the directory change is successful,  the  absolute
+              lowed.   An  argument  of -\b- is equivalent to $\b$O\bOL\bLD\bDP\bPW\bWD\bD.  If a non-
+              empty directory name from C\bCD\bDP\bPA\bAT\bTH\bH is used, or if -\b- is  the  first
+              argument,  and  the directory change is successful, the absolute
               pathname of the new working directory is written to the standard
-              output.  The return value is true if the directory was  success-
+              output.   The return value is true if the directory was success-
               fully changed; false otherwise.
 
        c\bca\bal\bll\ble\ber\br [_\be_\bx_\bp_\br]
               Returns the context of any active subroutine call (a shell func-
-              tion or a script executed with the .\b. or s\bso\bou\bur\brc\bce\be builtins.   With-
+              tion  or a script executed with the .\b. or s\bso\bou\bur\brc\bce\be builtins.  With-
               out _\be_\bx_\bp_\br, c\bca\bal\bll\ble\ber\br displays the line number and source filename of
-              the current subroutine call.  If a non-negative integer is  sup-
+              the  current subroutine call.  If a non-negative integer is sup-
               plied as _\be_\bx_\bp_\br, c\bca\bal\bll\ble\ber\br displays the line number, subroutine name,
-              and source file corresponding to that position  in  the  current
-              execution  call  stack.  This extra information may be used, for
-              example, to print a stack trace.  The current frame is frame  0.
-              The  return  value is 0 unless the shell is not executing a sub-
-              routine call or _\be_\bx_\bp_\br does not correspond to a valid position  in
+              and  source  file  corresponding to that position in the current
+              execution call stack.  This extra information may be  used,  for
+              example,  to print a stack trace.  The current frame is frame 0.
+              The return value is 0 unless the shell is not executing  a  sub-
+              routine  call or _\be_\bx_\bp_\br does not correspond to a valid position in
               the call stack.
 
        c\bco\bom\bmm\bma\ban\bnd\bd [-\b-p\bpV\bVv\bv] _\bc_\bo_\bm_\bm_\ba_\bn_\bd [_\ba_\br_\bg ...]
-              Run  _\bc_\bo_\bm_\bm_\ba_\bn_\bd  with  _\ba_\br_\bg_\bs  suppressing  the normal shell function
-              lookup. Only builtin commands or commands found in the P\bPA\bAT\bTH\b are
-              executed.   If the -\b-p\bp option is given, the search for _\bc_\bo_\bm_\bm_\ba_\bn_\bd is
-              performed using a default value for P\bPA\bAT\bTH\bH that is  guaranteed  to
-              find  all  of  the  standard  utilities.  If either the -\b-V\bV or -\b-v\bv
+              Run _\bc_\bo_\bm_\bm_\ba_\bn_\bd with _\ba_\br_\bg_\bs  suppressing  the  normal  shell  function
+              lookup.  Only builtin commands or commands found in the P\bPA\bAT\bTH\bH are
+              executed.  If the -\b-p\bp option is given, the search for _\bc_\bo_\bm_\bm_\ba_\bn_\b is
+              performed  using  a default value for P\bPA\bAT\bTH\bH that is guaranteed to
+              find all of the standard utilities.  If  either  the  -\b-V\bV  or  -\b-v\bv
               option is supplied, a description of _\bc_\bo_\bm_\bm_\ba_\bn_\bd is printed.  The -\b-v\bv
-              option  causes a single word indicating the command or file name
+              option causes a single word indicating the command or file  name
               used to invoke _\bc_\bo_\bm_\bm_\ba_\bn_\bd to be displayed; the -\b-V\bV option produces a
-              more  verbose  description.  If the -\b-V\bV or -\b-v\bv option is supplied,
-              the exit status is 0 if _\bc_\bo_\bm_\bm_\ba_\bn_\bd was found, and  1  if  not.   If
+              more verbose description.  If the -\b-V\bV or -\b-v\bv option  is  supplied,
+              the  exit  status  is  0 if _\bc_\bo_\bm_\bm_\ba_\bn_\bd was found, and 1 if not.  If
               neither option is supplied and an error occurred or _\bc_\bo_\bm_\bm_\ba_\bn_\bd can-
-              not be found, the exit status is 127.  Otherwise, the exit  sta-
+              not  be found, the exit status is 127.  Otherwise, the exit sta-
               tus of the c\bco\bom\bmm\bma\ban\bnd\bd builtin is the exit status of _\bc_\bo_\bm_\bm_\ba_\bn_\bd.
 
        c\bco\bom\bmp\bpg\bge\ben\bn [_\bo_\bp_\bt_\bi_\bo_\bn] [_\bw_\bo_\br_\bd]
-              Generate  possible  completion matches for _\bw_\bo_\br_\bd according to the
-              _\bo_\bp_\bt_\bi_\bo_\bns, which may  be  any  option  accepted  by  the  c\bco\bom\bmp\bpl\ble\bet\bte\be
-              builtin  with  the exception of -\b-p\bp and -\b-r\br, and write the matches
-              to the standard output.  When using the -\b-F\bF or  -\b-C\bC  options,  the
-              various  shell  variables  set  by  the  programmable completion
+              Generate possible completion matches for _\bw_\bo_\br_\bd according  to  the
+              _\bo_\bp_\bt_\bi_\bo_\bns,  which  may  be  any  option  accepted  by the c\bco\bom\bmp\bpl\ble\bet\bte\be
+              builtin with the exception of -\b-p\bp and -\b-r\br, and write  the  matches
+              to  the  standard  output.  When using the -\b-F\bF or -\b-C\bC options, the
+              various shell  variables  set  by  the  programmable  completion
               facilities, while available, will not have useful values.
 
-              The matches will be generated in the same way  as  if  the  pro-
-              grammable  completion  code  had  generated them directly from a
+              The  matches  will  be  generated in the same way as if the pro-
+              grammable completion code had generated  them  directly  from  a
               completion specification with the same flags.  If _\bw_\bo_\br_\bd is speci-
               fied, only those completions matching _\bw_\bo_\br_\bd will be displayed.
 
-              The  return  value is true unless an invalid option is supplied,
+              The return value is true unless an invalid option  is  supplied,
               or no matches were generated.
 
-       c\bco\bom\bmp\bpl\ble\bet\bte\b[-\b-a\bab\bbc\bcd\bde\bef\bfg\bgj\bjk\bks\bsu\buv\bv] [-\b-o\bo _\bc_\bo_\bm_\bp_\b-_\bo_\bp_\bt_\bi_\bo_\bn] [-\b-A\bA _\ba_\bc_\bt_\bi_\bo_\bn] [-\b-G\bG _\bg_\bl_\bo_\bb_\bp_\ba_\bt]  [-\b-W\bW
+       c\bco\bom\bmp\bpl\ble\bet\bte\b [-\b-a\bab\bbc\bcd\bde\bef\bfg\bgj\bjk\bks\bsu\buv\bv] [-\b-o\bo _\bc_\bo_\bm_\bp_\b-_\bo_\bp_\bt_\bi_\bo_\bn] [-\b-A\bA _\ba_\bc_\bt_\bi_\bo_\bn] [-\b-G\bG _\bg_\bl_\bo_\bb_\bp_\ba_\bt] [-\b-W\bW
        _\bw_\bo_\br_\bd_\bl_\bi_\bs_\bt] [-\b-P\bP _\bp_\br_\be_\bf_\bi_\bx] [-\b-S\bS _\bs_\bu_\bf_\bf_\bi_\bx]
               [-\b-X\bX _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt] [-\b-F\bF _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn] [-\b-C\bC _\bc_\bo_\bm_\bm_\ba_\bn_\bd] _\bn_\ba_\bm_\be [_\bn_\ba_\bm_\be _\b._\b._\b.]
        c\bco\bom\bmp\bpl\ble\bet\bte\be -\b-p\bpr\br [_\bn_\ba_\bm_\be ...]
-              Specify how arguments to each _\bn_\ba_\bm_\be should be completed.  If  the
-              -\b-p\b option  is supplied, or if no options are supplied, existing
-              completion specifications are printed in a way that allows  them
+              Specify  how arguments to each _\bn_\ba_\bm_\be should be completed.  If the
+              -\b-p\boption is supplied, or if no options are  supplied,  existing
+              completion  specifications are printed in a way that allows them
               to be reused as input.  The -\b-r\br option removes a completion spec-
-              ification for each _\bn_\ba_\bm_\be, or, if no _\bn_\ba_\bm_\bes are supplied, all  com-
+              ification  for each _\bn_\ba_\bm_\be, or, if no _\bn_\ba_\bm_\bes are supplied, all com-
               pletion specifications.
 
-              The  process  of  applying  these completion specifications when
-              word completion is  attempted  is  described  above  under  P\bPr\bro\bo-\b-
+              The process of applying  these  completion  specifications  when
+              word  completion  is  attempted  is  described  above under P\bPr\bro\bo-\b-
               g\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn.
 
-              Other  options,  if specified, have the following meanings.  The
-              arguments to the -\b-G\bG, -\b-W\bW, and -\b-X\bX options (and, if necessary,  the
-              -\b-P\b and -\b-S\bS options) should be quoted to protect them from expan-
+              Other options, if specified, have the following  meanings.   The
+              arguments  to the -\b-G\bG, -\b-W\bW, and -\b-X\bX options (and, if necessary, the
+              -\b-P\band -\b-S\bS options) should be quoted to protect them from  expan-
               sion before the c\bco\bom\bmp\bpl\ble\bet\bte\be builtin is invoked.
               -\b-o\bo _\bc_\bo_\bm_\bp_\b-_\bo_\bp_\bt_\bi_\bo_\bn
-                      The _\bc_\bo_\bm_\bp_\b-_\bo_\bp_\bt_\bi_\bo_\bn controls several aspects  of  the  comp-
-                      spec's   behavior   beyond   the  simple  generation  of
-                      completions.  _\bc_\bo_\bm_\bp_\b-_\bo_\bp_\bt_\bi_\bo_\bn may be one of:
+                      The  _\bc_\bo_\bm_\bp_\b-_\bo_\bp_\bt_\bi_\bo_\bn  controls  several aspects of the comp-
+                      spec's behavior beyond the simple generation of  comple-
+                      tions.  _\bc_\bo_\bm_\bp_\b-_\bo_\bp_\bt_\bi_\bo_\bn may be one of:
                       b\bba\bas\bsh\bhd\bde\bef\bfa\bau\bul\blt\bt
                               Perform the rest of the default b\bba\bas\bsh\bh completions
                               if the compspec generates no matches.
-                      d\bde\bef\bfa\bau\bul\blt\bt Use  readline's  default  filename completion if
+                      d\bde\bef\bfa\bau\bul\blt\bt Use readline's default  filename  completion  if
                               the compspec generates no matches.
                       d\bdi\bir\brn\bna\bam\bme\bes\bs
-                              Perform directory name completion if  the  comp-
+                              Perform  directory  name completion if the comp-
                               spec generates no matches.
                       f\bfi\bil\ble\ben\bna\bam\bme\bes\bs
-                              Tell  readline that the compspec generates file-
-                              names, so it can perform  any  filename-specific
-                              processing  (like  adding  a  slash to directory
+                              Tell readline that the compspec generates  file-
+                              names,  so  it can perform any filename-specific
+                              processing (like adding  a  slash  to  directory
                               names or suppressing trailing spaces).  Intended
                               to be used with shell functions.
-                      n\bno\bos\bsp\bpa\bac\bce\be Tell   readline  not  to  append  a  space  (the
-                              default) to words completed at the  end  of  the
+                      n\bno\bos\bsp\bpa\bac\bce\be Tell  readline  not  to  append  a  space   (the
+                              default)  to  words  completed at the end of the
                               line.
                       p\bpl\blu\bus\bsd\bdi\bir\brs\bs
-                              After  any  matches  defined by the compspec are
-                              generated,   directory   name   completion    is
-                              attempted  and  any  matches  are  added  to the
+                              After any matches defined by  the  compspec  are
+                              generated,    directory   name   completion   is
+                              attempted and  any  matches  are  added  to  the
                               results of the other actions.
               -\b-A\bA _\ba_\bc_\bt_\bi_\bo_\bn
-                      The _\ba_\bc_\bt_\bi_\bo_\bn may be one of the  following  to  generate  a
+                      The  _\ba_\bc_\bt_\bi_\bo_\bn  may  be  one of the following to generate a
                       list of possible completions:
                       a\bal\bli\bia\bas\bs   Alias names.  May also be specified as -\b-a\ba.
                       a\bar\brr\bra\bay\byv\bva\bar\br
                               Array variable names.
                       b\bbi\bin\bnd\bdi\bin\bng\bg R\bRe\bea\bad\bdl\bli\bin\bne\be key binding names.
-                      b\bbu\bui\bil\blt\bti\bin\bn Names  of  shell  builtin commands.  May also be
+                      b\bbu\bui\bil\blt\bti\bin\bn Names of shell builtin commands.   May  also  be
                               specified as -\b-b\bb.
                       c\bco\bom\bmm\bma\ban\bnd\bd Command names.  May also be specified as -\b-c\bc.
                       d\bdi\bir\bre\bec\bct\bto\bor\bry\by
@@ -3533,7 +3562,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       d\bdi\bis\bsa\bab\bbl\ble\bed\bd
                               Names of disabled shell builtins.
                       e\ben\bna\bab\bbl\ble\bed\bd Names of enabled shell builtins.
-                      e\bex\bxp\bpo\bor\brt\bt  Names of exported shell variables.  May also  be
+                      e\bex\bxp\bpo\bor\brt\bt  Names  of exported shell variables.  May also be
                               specified as -\b-e\be.
                       f\bfi\bil\ble\be    File names.  May also be specified as -\b-f\bf.
                       f\bfu\bun\bnc\bct\bti\bio\bon\bn
@@ -3542,17 +3571,17 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       h\bhe\bel\blp\bpt\bto\bop\bpi\bic\bc
                               Help topics as accepted by the h\bhe\bel\blp\bp builtin.
                       h\bho\bos\bst\btn\bna\bam\bme\be
-                              Hostnames,  as  taken from the file specified by
+                              Hostnames, as taken from the file  specified  by
                               the H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE shell variable.
-                      j\bjo\bob\bb     Job names, if job control is active.   May  also
+                      j\bjo\bob\bb     Job  names,  if job control is active.  May also
                               be specified as -\b-j\bj.
-                      k\bke\bey\byw\bwo\bor\brd\bd Shell  reserved words.  May also be specified as
+                      k\bke\bey\byw\bwo\bor\brd\bd Shell reserved words.  May also be specified  as
                               -\b-k\bk.
                       r\bru\bun\bnn\bni\bin\bng\bg Names of running jobs, if job control is active.
                       s\bse\ber\brv\bvi\bic\bce\be Service names.  May also be specified as -\b-s\bs.
-                      s\bse\bet\bto\bop\bpt\bt  Valid  arguments  for  the  -\b-o\bo option to the s\bse\bet\bt
+                      s\bse\bet\bto\bop\bpt\bt  Valid arguments for the -\b-o\bo  option  to  the  s\bse\bet\bt
                               builtin.
-                      s\bsh\bho\bop\bpt\bt   Shell option names  as  accepted  by  the  s\bsh\bho\bop\bpt\bt
+                      s\bsh\bho\bop\bpt\bt   Shell  option  names  as  accepted  by the s\bsh\bho\bop\bpt\bt
                               builtin.
                       s\bsi\big\bgn\bna\bal\bl  Signal names.
                       s\bst\bto\bop\bpp\bpe\bed\bd Names of stopped jobs, if job control is active.
@@ -3561,135 +3590,135 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                               Names of all shell variables.  May also be spec-
                               ified as -\b-v\bv.
               -\b-G\bG _\bg_\bl_\bo_\bb_\bp_\ba_\bt
-                      The  filename  expansion  pattern _\bg_\bl_\bo_\bb_\bp_\ba_\bt is expanded to
+                      The filename expansion pattern _\bg_\bl_\bo_\bb_\bp_\ba_\bt  is  expanded  to
                       generate the possible completions.
               -\b-W\bW _\bw_\bo_\br_\bd_\bl_\bi_\bs_\bt
-                      The _\bw_\bo_\br_\bd_\bl_\bi_\bs_\bt is split using the characters  in  the  I\bIF\bFS\bS
-                      special  variable as delimiters, and each resultant word
-                      is expanded.  The possible completions are  the  members
-                      of  the  resultant  list which match the word being com-
+                      The  _\bw_\bo_\br_\bd_\bl_\bi_\bs_\bt  is  split using the characters in the I\bIF\bFS\bS
+                      special variable as delimiters, and each resultant  word
+                      is  expanded.   The possible completions are the members
+                      of the resultant list which match the  word  being  com-
                       pleted.
               -\b-C\bC _\bc_\bo_\bm_\bm_\ba_\bn_\bd
-                      _\bc_\bo_\bm_\bm_\ba_\bn_\bis executed in a subshell environment,  and  its
+                      _\bc_\bo_\bm_\bm_\ba_\bn_\b is  executed in a subshell environment, and its
                       output is used as the possible completions.
               -\b-F\bF _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn
-                      The  shell  function _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn is executed in the current
-                      shell environment.  When it finishes, the possible  com-
-                      pletions  are  retrieved from the value of the C\bCO\bOM\bMP\bPR\bRE\bEP\bPL\bLY\bY
+                      The shell function _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn is executed in  the  current
+                      shell  environment.  When it finishes, the possible com-
+                      pletions are retrieved from the value of  the  C\bCO\bOM\bMP\bPR\bRE\bEP\bPL\bLY\bY
                       array variable.
               -\b-X\bX _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt
-                      _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bis a pattern as used for  filename  expansion.
+                      _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\b is  a pattern as used for filename expansion.
                       It is applied to the list of possible completions gener-
-                      ated by the preceding options and  arguments,  and  each
-                      completion  matching _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt is removed from the list.
-                      A leading !\b! in _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt negates the  pattern;  in  this
-                      case,  any completion not matching _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt is removed.
+                      ated  by  the  preceding options and arguments, and each
+                      completion matching _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt is removed from the  list.
+                      A  leading  !\b!  in _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt negates the pattern; in this
+                      case, any completion not matching _\bf_\bi_\bl_\bt_\be_\br_\bp_\ba_\bt is  removed.
               -\b-P\bP _\bp_\br_\be_\bf_\bi_\bx
-                      _\bp_\br_\be_\bf_\bi_\bis added at the beginning of each  possible  com-
+                      _\bp_\br_\be_\bf_\bi_\b is  added at the beginning of each possible com-
                       pletion after all other options have been applied.
               -\b-S\bS _\bs_\bu_\bf_\bf_\bi_\bx
                       _\bs_\bu_\bf_\bf_\bi_\bx is appended to each possible completion after all
                       other options have been applied.
 
-              The return value is true unless an invalid option  is  supplied,
-              an  option  other than -\b-p\bp or -\b-r\br is supplied without a _\bn_\ba_\bm_\be argu-
-              ment, an attempt is made to remove  a  completion  specification
+              The  return  value is true unless an invalid option is supplied,
+              an option other than -\b-p\bp or -\b-r\br is supplied without a  _\bn_\ba_\bm_\b argu-
+              ment,  an  attempt  is made to remove a completion specification
               for a _\bn_\ba_\bm_\be for which no specification exists, or an error occurs
               adding a completion specification.
 
        c\bco\bon\bnt\bti\bin\bnu\bue\be [_\bn]
               Resume the next iteration of the enclosing f\bfo\bor\br, w\bwh\bhi\bil\ble\be, u\bun\bnt\bti\bil\bl, or
-              s\bse\bel\ble\bec\bct\b loop.   If  _\bn  is specified, resume at the _\bnth enclosing
-              loop.  _\bn must be >= 1.  If _\bn  is  greater  than  the  number  of
-              enclosing  loops,  the  last  enclosing  loop (the ``top-level''
+              s\bse\bel\ble\bec\bct\bloop.  If _\bn is specified, resume  at  the  _\bnth  enclosing
+              loop.   _\bn  must  be  >=  1.   If _\bn is greater than the number of
+              enclosing loops, the  last  enclosing  loop  (the  ``top-level''
               loop) is resumed.  The return value is 0 unless the shell is not
               executing a loop when c\bco\bon\bnt\bti\bin\bnu\bue\be is executed.
 
        d\bde\bec\bcl\bla\bar\bre\be [-\b-a\baf\bfF\bFi\bir\brt\btx\bx] [-\b-p\bp] [_\bn_\ba_\bm_\be[=_\bv_\ba_\bl_\bu_\be] ...]
        t\bty\byp\bpe\bes\bse\bet\bt [-\b-a\baf\bfF\bFi\bir\brt\btx\bx] [-\b-p\bp] [_\bn_\ba_\bm_\be[=_\bv_\ba_\bl_\bu_\be] ...]
-              Declare  variables and/or give them attributes.  If no _\bn_\ba_\bm_\bes are
-              given then display the values of variables.  The -\b-p\bp option  will
-              display  the  attributes  and  values  of each _\bn_\ba_\bm_\be.  When -\b-p\bp is
-              used, additional options are ignored.  The  -\b-F\bF  option  inhibits
-              the  display of function definitions; only the function name and
+              Declare variables and/or give them attributes.  If no _\bn_\ba_\bm_\bes  are
+              given  then display the values of variables.  The -\b-p\bp option will
+              display the attributes and values of  each  _\bn_\ba_\bm_\be.   When  -\b-p\b is
+              used,  additional  options  are ignored.  The -\b-F\bF option inhibits
+              the display of function definitions; only the function name  and
               attributes are printed.  If the e\bex\bxt\btd\bde\beb\bbu\bug\bg shell option is enabled
-              using  s\bsh\bho\bop\bpt\bt,  the  source  file  name and line number where the
-              function is defined  are  displayed  as  well.   The  -\b-F\b option
-              implies  -\b-f\bf.  The following options can be used to restrict out-
-              put to variables with the specified attribute or to  give  vari-
+              using s\bsh\bho\bop\bpt\bt, the source file name  and  line  number  where  the
+              function  is  defined  are  displayed  as  well.   The -\b-F\bF option
+              implies -\b-f\bf.  The following options can be used to restrict  out-
+              put  to  variables with the specified attribute or to give vari-
               ables attributes:
               -\b-a\ba     Each _\bn_\ba_\bm_\be is an array variable (see A\bAr\brr\bra\bay\bys\bs above).
               -\b-f\bf     Use function names only.
               -\b-i\bi     The variable is treated as an integer; arithmetic evalua-
-                     tion (see A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN )\b) is performed  when  the
+                     tion  (see  A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN )\b) is performed when the
                      variable is assigned a value.
               -\b-r\br     Make _\bn_\ba_\bm_\bes readonly.  These names cannot then be assigned
                      values by subsequent assignment statements or unset.
-              -\b-t\bt     Give each _\bn_\ba_\bm_\be the  _\bt_\br_\ba_\bc_\be  attribute.   Traced  functions
+              -\b-t\bt     Give  each  _\bn_\ba_\bm_\be  the  _\bt_\br_\ba_\bc_\be attribute.  Traced functions
                      inherit the D\bDE\bEB\bBU\bUG\bG trap from the calling shell.  The trace
                      attribute has no special meaning for variables.
-              -\b-x\bx     Mark _\bn_\ba_\bm_\bes for export  to  subsequent  commands  via  the
+              -\b-x\bx     Mark  _\bn_\ba_\bm_\bes  for  export  to  subsequent commands via the
                      environment.
 
-              Using  `+'  instead of `-' turns off the attribute instead, with
-              the exception that +\b+a\ba may not be used to destroy an array  vari-
-              able.   When  used in a function, makes each _\bn_\ba_\bm_\be local, as with
-              the l\blo\boc\bca\bal\bl command.  If a variable name is  followed  by  =_\bv_\ba_\bl_\bu_\be,
-              the  value of the variable is set to _\bv_\ba_\bl_\bu_\be.  The return value is
+              Using `+' instead of `-' turns off the attribute  instead,  with
+              the  exception that +\b+a\ba may not be used to destroy an array vari-
+              able.  When used in a function, makes each _\bn_\ba_\bm_\be local,  as  with
+              the  l\blo\boc\bca\bal\bl  command.   If a variable name is followed by =_\bv_\ba_\bl_\bu_\be,
+              the value of the variable is set to _\bv_\ba_\bl_\bu_\be.  The return value  is
               0 unless an invalid option is encountered, an attempt is made to
-              define  a  function  using ``-f foo=bar'', an attempt is made to
-              assign a value to a readonly variable, an  attempt  is  made  to
-              assign  a  value to an array variable without using the compound
-              assignment syntax (see A\bAr\brr\bra\bay\bys\bs above), one of the _\bn_\ba_\bm_\be_\bs is not  a
-              valid  shell variable name, an attempt is made to turn off read-
-              only status for a readonly variable, an attempt is made to  turn
+              define a function using ``-f foo=bar'', an attempt  is  made  to
+              assign  a  value  to  a readonly variable, an attempt is made to
+              assign a value to an array variable without using  the  compound
+              assignment  syntax (see A\bAr\brr\bra\bay\bys\bs above), one of the _\bn_\ba_\bm_\be_\bs is not a
+              valid shell variable name, an attempt is made to turn off  read-
+              only  status for a readonly variable, an attempt is made to turn
               off array status for an array variable, or an attempt is made to
               display a non-existent function with -\b-f\bf.
 
        d\bdi\bir\brs\bs [\b[-\b-c\bcl\blp\bpv\bv]\b] [\b[+\b+_\bn]\b] [\b[-\b-_\bn]\b]
-              Without options,  displays  the  list  of  currently  remembered
-              directories.   The  default  display  is  on  a single line with
-              directory names separated by spaces.  Directories are  added  to
-              the  list  with  the  p\bpu\bus\bsh\bhd\bd  command;  the  p\bpo\bop\bpd\bd command removes
+              Without  options,  displays  the  list  of  currently remembered
+              directories.  The default display  is  on  a  single  line  with
+              directory  names  separated by spaces.  Directories are added to
+              the list with  the  p\bpu\bus\bsh\bhd\bd  command;  the  p\bpo\bop\bpd\bd  command  removes
               entries from the list.
               +\b+_\bn     Displays the _\bnth entry counting from the left of the list
                      shown by d\bdi\bir\brs\bs when invoked without options, starting with
                      zero.
-              -\b-_\bn     Displays the _\bnth entry counting from  the  right  of  the
+              -\b-_\bn     Displays  the  _\bnth  entry  counting from the right of the
                      list shown by d\bdi\bir\brs\bs when invoked without options, starting
                      with zero.
               -\b-c\bc     Clears  the  directory  stack  by  deleting  all  of  the
                      entries.
-              -\b-l\bl     Produces  a  longer  listing;  the default listing format
+              -\b-l\bl     Produces a longer listing;  the  default  listing  format
                      uses a tilde to denote the home directory.
               -\b-p\bp     Print the directory stack with one entry per line.
-              -\b-v\bv     Print the directory stack with one entry per  line,  pre-
+              -\b-v\bv     Print  the  directory stack with one entry per line, pre-
                      fixing each entry with its index in the stack.
 
-              The  return value is 0 unless an invalid option is supplied or _\bn
+              The return value is 0 unless an invalid option is supplied or  _\bn
               indexes beyond the end of the directory stack.
 
        d\bdi\bis\bso\bow\bwn\bn [-\b-a\bar\br] [-\b-h\bh] [_\bj_\bo_\bb_\bs_\bp_\be_\bc ...]
-              Without options, each _\bj_\bo_\bb_\bs_\bp_\be_\bc  is  removed  from  the  table  of
-              active  jobs.   If  the  -\b-h\bh option is given, each _\bj_\bo_\bb_\bs_\bp_\be_\bc is not
+              Without  options,  each  _\bj_\bo_\bb_\bs_\bp_\be_\bc  is  removed  from the table of
+              active jobs.  If the -\b-h\bh option is given,  each  _\bj_\bo_\bb_\bs_\bp_\be_\bc  is  not
               removed from the table, but is marked so that S\bSI\bIG\bGH\bHU\bUP\bP is not sent
-              to  the  job  if  the shell receives a S\bSI\bIG\bGH\bHU\bUP\bP.  If no _\bj_\bo_\bb_\bs_\bp_\be_\bc is
-              present, and neither the -\b-a\ba nor the -\b-r\br option is  supplied,  the
-              _\bc_\bu_\br_\br_\be_\bn_\b _\bj_\bo_\bb  is used.  If no _\bj_\bo_\bb_\bs_\bp_\be_\bc is supplied, the -\b-a\ba option
-              means to remove or mark all jobs; the -\b-r\br option without  a  _\bj_\bo_\bb_\b-
-              _\bs_\bp_\be_\b argument  restricts operation to running jobs.  The return
+              to the job if the shell receives a S\bSI\bIG\bGH\bHU\bUP\bP.   If  no  _\bj_\bo_\bb_\bs_\bp_\be_\b is
+              present,  and  neither the -\b-a\ba nor the -\b-r\br option is supplied, the
+              _\bc_\bu_\br_\br_\be_\bn_\b_\bj_\bo_\bb is used.  If no _\bj_\bo_\bb_\bs_\bp_\be_\bc is supplied, the  -\b-a\b option
+              means  to  remove or mark all jobs; the -\b-r\br option without a _\bj_\bo_\bb_\b-
+              _\bs_\bp_\be_\bargument restricts operation to running jobs.   The  return
               value is 0 unless a _\bj_\bo_\bb_\bs_\bp_\be_\bc does not specify a valid job.
 
        e\bec\bch\bho\bo [-\b-n\bne\beE\bE] [_\ba_\br_\bg ...]
-              Output the _\ba_\br_\bgs, separated by spaces,  followed  by  a  newline.
+              Output  the  _\ba_\br_\bgs,  separated  by spaces, followed by a newline.
               The return status is always 0.  If -\b-n\bn is specified, the trailing
-              newline is suppressed.  If the -\b-e\be option is  given,  interpreta-
-              tion  of  the following backslash-escaped characters is enabled.
-              The -\b-E\bE option disables the interpretation of these escape  char-
-              acters,  even  on systems where they are interpreted by default.
-              The x\bxp\bpg\bg_\b_e\bec\bch\bho\bo shell option may be used to  dynamically  determine
-              whether  or not e\bec\bch\bho\bo expands these escape characters by default.
-              e\bec\bch\bho\bdoes not interpret -\b--\b- to mean the  end  of  options.   e\bec\bch\bho\bo
+              newline  is  suppressed.  If the -\b-e\be option is given, interpreta-
+              tion of the following backslash-escaped characters  is  enabled.
+              The  -\b-E\bE option disables the interpretation of these escape char-
+              acters, even on systems where they are interpreted  by  default.
+              The  x\bxp\bpg\bg_\b_e\bec\bch\bho\bo  shell option may be used to dynamically determine
+              whether or not e\bec\bch\bho\bo expands these escape characters by  default.
+              e\bec\bch\bho\b does  not  interpret  -\b--\b- to mean the end of options.  e\bec\bch\bho\bo
               interprets the following escape sequences:
               \\b\a\ba     alert (bell)
               \\b\b\bb     backspace
@@ -3701,188 +3730,188 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               \\b\t\bt     horizontal tab
               \\b\v\bv     vertical tab
               \\b\\\b\     backslash
-              \\b\0\b0_\bn_\bn_\bn  the  eight-bit  character  whose value is the octal value
+              \\b\0\b0_\bn_\bn_\bn  the eight-bit character whose value is  the  octal  value
                      _\bn_\bn_\bn (zero to three octal digits)
-              \\b\_\bn_\bn_\bn   the eight-bit character whose value is  the  octal  value
+              \\b\_\bn_\bn_\bn   the  eight-bit  character  whose value is the octal value
                      _\bn_\bn_\bn (one to three octal digits)
-              \\b\x\bx_\bH_\bH   the  eight-bit  character  whose value is the hexadecimal
+              \\b\x\bx_\bH_\bH   the eight-bit character whose value  is  the  hexadecimal
                      value _\bH_\bH (one or two hex digits)
 
        e\ben\bna\bab\bbl\ble\be [-\b-a\bad\bdn\bnp\bps\bs] [-\b-f\bf _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be] [_\bn_\ba_\bm_\be ...]
-              Enable and disable builtin shell commands.  Disabling a  builtin
+              Enable  and disable builtin shell commands.  Disabling a builtin
               allows a disk command which has the same name as a shell builtin
-              to be executed without specifying a full pathname,  even  though
-              the  shell  normally searches for builtins before disk commands.
-              If -\b-n\bn is used, each  _\bn_\ba_\bm_\be  is  disabled;  otherwise,  _\bn_\ba_\bm_\be_\b are
+              to  be  executed without specifying a full pathname, even though
+              the shell normally searches for builtins before  disk  commands.
+              If  -\b-n\bn  is  used,  each  _\bn_\ba_\bm_\be  is disabled; otherwise, _\bn_\ba_\bm_\be_\bs are
               enabled.  For example, to use the t\bte\bes\bst\bt binary found via the P\bPA\bAT\bTH\bH
-              instead of the shell builtin version, run  ``enable  -n  test''.
-              The  -\b-f\bf  option  means to load the new builtin command _\bn_\ba_\bm_\be from
+              instead  of  the  shell builtin version, run ``enable -n test''.
+              The -\b-f\bf option means to load the new builtin  command  _\bn_\ba_\bm_\b from
               shared object _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be, on systems that support dynamic loading.
-              The  -\b-d\bd  option will delete a builtin previously loaded with -\b-f\bf.
+              The -\b-d\bd option will delete a builtin previously loaded  with  -\b-f\bf.
               If no _\bn_\ba_\bm_\be arguments are given, or if the -\b-p\bp option is supplied,
               a list of shell builtins is printed.  With no other option argu-
-              ments, the list consists of all enabled shell builtins.   If  -\b-n\bn
-              is  supplied, only disabled builtins are printed.  If -\b-a\ba is sup-
-              plied, the list printed includes all builtins, with  an  indica-
-              tion  of whether or not each is enabled.  If -\b-s\bs is supplied, the
-              output is restricted to the POSIX _\bs_\bp_\be_\bc_\bi_\ba_\bl builtins.  The  return
-              value  is  0 unless a _\bn_\ba_\bm_\be is not a shell builtin or there is an
+              ments,  the  list consists of all enabled shell builtins.  If -\b-n\bn
+              is supplied, only disabled builtins are printed.  If -\b-a\ba is  sup-
+              plied,  the  list printed includes all builtins, with an indica-
+              tion of whether or not each is enabled.  If -\b-s\bs is supplied,  the
+              output  is restricted to the POSIX _\bs_\bp_\be_\bc_\bi_\ba_\bl builtins.  The return
+              value is 0 unless a _\bn_\ba_\bm_\be is not a shell builtin or there  is  an
               error loading a new builtin from a shared object.
 
        e\bev\bva\bal\bl [_\ba_\br_\bg ...]
-              The _\ba_\br_\bgs are read and concatenated together into a  single  com-
-              mand.   This command is then read and executed by the shell, and
-              its exit status is returned as the value of e\bev\bva\bal\bl.  If there  are
+              The  _\ba_\br_\bgs  are read and concatenated together into a single com-
+              mand.  This command is then read and executed by the shell,  and
+              its  exit status is returned as the value of e\bev\bva\bal\bl.  If there are
               no _\ba_\br_\bg_\bs, or only null arguments, e\bev\bva\bal\bl returns 0.
 
        e\bex\bxe\bec\bc [-\b-c\bcl\bl] [-\b-a\ba _\bn_\ba_\bm_\be] [_\bc_\bo_\bm_\bm_\ba_\bn_\bd [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]]
-              If  _\bc_\bo_\bm_\bm_\ba_\bn_\bd is specified, it replaces the shell.  No new process
-              is created.  The _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs become the arguments to _\bc_\bo_\bm_\bm_\ba_\bn_\bd.   If
+              If _\bc_\bo_\bm_\bm_\ba_\bn_\bd is specified, it replaces the shell.  No new  process
+              is  created.  The _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs become the arguments to _\bc_\bo_\bm_\bm_\ba_\bn_\bd.  If
               the -\b-l\bl option is supplied, the shell places a dash at the begin-
               ning of the zeroth arg passed to _\bc_\bo_\bm_\bm_\ba_\bn_\bd.  This is what _\bl_\bo_\bg_\bi_\bn(1)
               does.  The -\b-c\bc option causes _\bc_\bo_\bm_\bm_\ba_\bn_\bd to be executed with an empty
-              environment.  If -\b-a\ba is supplied, the shell passes  _\bn_\ba_\bm_\be  as  the
-              zeroth  argument  to the executed command.  If _\bc_\bo_\bm_\bm_\ba_\bn_\bd cannot be
-              executed for some reason, a non-interactive shell exits,  unless
-              the  shell  option e\bex\bxe\bec\bcf\bfa\bai\bil\bl is enabled, in which case it returns
-              failure.  An interactive shell returns failure if the file  can-
-              not  be executed.  If _\bc_\bo_\bm_\bm_\ba_\bn_\bd is not specified, any redirections
-              take effect in the current shell, and the return  status  is  0.
+              environment.   If  -\b-a\ba  is supplied, the shell passes _\bn_\ba_\bm_\be as the
+              zeroth argument to the executed command.  If _\bc_\bo_\bm_\bm_\ba_\bn_\bd  cannot  be
+              executed  for some reason, a non-interactive shell exits, unless
+              the shell option e\bex\bxe\bec\bcf\bfa\bai\bil\bl is enabled, in which case  it  returns
+              failure.   An interactive shell returns failure if the file can-
+              not be executed.  If _\bc_\bo_\bm_\bm_\ba_\bn_\bd is not specified, any  redirections
+              take  effect  in  the current shell, and the return status is 0.
               If there is a redirection error, the return status is 1.
 
        e\bex\bxi\bit\bt [_\bn]
-              Cause  the  shell  to exit with a status of _\bn.  If _\bn is omitted,
+              Cause the shell to exit with a status of _\bn.  If  _\bn  is  omitted,
               the exit status is that of the last command executed.  A trap on
               E\bEX\bXI\bIT\bT is executed before the shell terminates.
 
        e\bex\bxp\bpo\bor\brt\bt [-\b-f\bfn\bn] [_\bn_\ba_\bm_\be[=_\bw_\bo_\br_\bd]] ...
        e\bex\bxp\bpo\bor\brt\bt -\b-p\bp
-              The  supplied _\bn_\ba_\bm_\be_\bs are marked for automatic export to the envi-
-              ronment of subsequently executed commands.  If the -\b-f\bf option  is
-              given,  the _\bn_\ba_\bm_\be_\bs refer to functions.  If no _\bn_\ba_\bm_\be_\bs are given, or
-              if the -\b-p\bp option is supplied, a  list  of  all  names  that  are
-              exported  in  this  shell  is printed.  The -\b-n\bn option causes the
-              export property to be removed from each  _\bn_\ba_\bm_\be.   If  a  variable
-              name  is  followed by =_\bw_\bo_\br_\bd, the value of the variable is set to
-              _\bw_\bo_\br_\bd.  e\bex\bxp\bpo\bor\brt\bt returns an exit status  of  0  unless  an  invalid
-              option  is  encountered,  one  of the _\bn_\ba_\bm_\be_\bs is not a valid shell
+              The supplied _\bn_\ba_\bm_\be_\bs are marked for automatic export to the  envi-
+              ronment  of subsequently executed commands.  If the -\b-f\bf option is
+              given, the _\bn_\ba_\bm_\be_\bs refer to functions.  If no _\bn_\ba_\bm_\be_\bs are given,  or
+              if  the  -\b-p\bp  option  is  supplied,  a list of all names that are
+              exported in this shell is printed.  The  -\b-n\bn  option  causes  the
+              export  property  to  be  removed from each _\bn_\ba_\bm_\be.  If a variable
+              name is followed by =_\bw_\bo_\br_\bd, the value of the variable is  set  to
+              _\bw_\bo_\br_\bd.   e\bex\bxp\bpo\bor\brt\bt  returns  an  exit  status of 0 unless an invalid
+              option is encountered, one of the _\bn_\ba_\bm_\be_\bs is  not  a  valid  shell
               variable name, or -\b-f\bf is supplied with a _\bn_\ba_\bm_\be that is not a func-
               tion.
 
        f\bfc\bc [-\b-e\be _\be_\bn_\ba_\bm_\be] [-\b-n\bnl\blr\br] [_\bf_\bi_\br_\bs_\bt] [_\bl_\ba_\bs_\bt]
        f\bfc\bc -\b-s\bs [_\bp_\ba_\bt=_\br_\be_\bp] [_\bc_\bm_\bd]
-              Fix  Command.  In the first form, a range of commands from _\bf_\bi_\br_\bs_\bt
-              to _\bl_\ba_\bs_\bt is selected from the history list.  _\bF_\bi_\br_\bs_\bt and  _\bl_\ba_\bs_\b may
-              be  specified  as a string (to locate the last command beginning
-              with that string) or as a number  (an  index  into  the  history
+              Fix Command.  In the first form, a range of commands from  _\bf_\bi_\br_\bs_\bt
+              to  _\bl_\ba_\bs_\bt  is selected from the history list.  _\bF_\bi_\br_\bs_\bt and _\bl_\ba_\bs_\bt may
+              be specified as a string (to locate the last  command  beginning
+              with  that  string)  or  as  a number (an index into the history
               list, where a negative number is used as an offset from the cur-
               rent command number).  If _\bl_\ba_\bs_\bt is not specified it is set to the
-              current  command  for  listing (so that ``fc -l -10'' prints the
+              current command for listing (so that ``fc -l  -10''  prints  the
               last 10 commands) and to _\bf_\bi_\br_\bs_\bt otherwise.  If _\bf_\bi_\br_\bs_\bt is not spec-
-              ified  it is set to the previous command for editing and -16 for
+              ified it is set to the previous command for editing and -16  for
               listing.
 
-              The -\b-n\bn option suppresses the command numbers when listing.   The
-              -\b-r\b option reverses the order of the commands.  If the -\b-l\bl option
-              is given, the commands are listed on  standard  output.   Other-
-              wise,  the editor given by _\be_\bn_\ba_\bm_\be is invoked on a file containing
-              those commands.  If _\be_\bn_\ba_\bm_\be is not given, the value of the  F\bFC\bCE\bED\bDI\bIT\bT
-              variable  is used, and the value of E\bED\bDI\bIT\bTO\bOR\bR if F\bFC\bCE\bED\bDI\bIT\bT is not set.
-              If neither variable is set, _\bv_\bi is used.  When  editing  is  com-
+              The  -\b-n\bn option suppresses the command numbers when listing.  The
+              -\b-r\boption reverses the order of the commands.  If the -\b-l\b option
+              is  given,  the  commands are listed on standard output.  Other-
+              wise, the editor given by _\be_\bn_\ba_\bm_\be is invoked on a file  containing
+              those  commands.  If _\be_\bn_\ba_\bm_\be is not given, the value of the F\bFC\bCE\bED\bDI\bIT\bT
+              variable is used, and the value of E\bED\bDI\bIT\bTO\bOR\bR if F\bFC\bCE\bED\bDI\bIT\bT is not  set.
+              If  neither  variable  is set, _\bv_\bi is used.  When editing is com-
               plete, the edited commands are echoed and executed.
 
-              In  the  second form, _\bc_\bo_\bm_\bm_\ba_\bn_\bd is re-executed after each instance
-              of _\bp_\ba_\bt is replaced by _\br_\be_\bp.  A useful alias to use with  this  is
-              ``r="fc  -s"'',  so  that  typing ``r cc'' runs the last command
+              In the second form, _\bc_\bo_\bm_\bm_\ba_\bn_\bd is re-executed after  each  instance
+              of  _\bp_\ba_\bt  is replaced by _\br_\be_\bp.  A useful alias to use with this is
+              ``r="fc -s"'', so that typing ``r cc''  runs  the  last  command
               beginning with ``cc'' and typing ``r'' re-executes the last com-
               mand.
 
-              If  the  first  form  is  used,  the return value is 0 unless an
-              invalid option is encountered or _\bf_\bi_\br_\bs_\bt or _\bl_\ba_\bs_\bt  specify  history
-              lines  out  of  range.  If the -\b-e\be option is supplied, the return
+              If the first form is used, the  return  value  is  0  unless  an
+              invalid  option  is encountered or _\bf_\bi_\br_\bs_\bt or _\bl_\ba_\bs_\bt specify history
+              lines out of range.  If the -\b-e\be option is  supplied,  the  return
               value is the value of the last command executed or failure if an
               error occurs with the temporary file of commands.  If the second
-              form is used, the return status is that of the  command  re-exe-
-              cuted,  unless  _\bc_\bm_\bd  does  not  specify a valid history line, in
+              form  is  used, the return status is that of the command re-exe-
+              cuted, unless _\bc_\bm_\bd does not specify  a  valid  history  line,  in
               which case f\bfc\bc returns failure.
 
        f\bfg\bg [_\bj_\bo_\bb_\bs_\bp_\be_\bc]
-              Resume _\bj_\bo_\bb_\bs_\bp_\be_\bc in the foreground, and make it the  current  job.
+              Resume  _\bj_\bo_\bb_\bs_\bp_\be_\bc  in the foreground, and make it the current job.
               If _\bj_\bo_\bb_\bs_\bp_\be_\bc is not present, the shell's notion of the _\bc_\bu_\br_\br_\be_\bn_\bt _\bj_\bo_\bb
-              is used.  The return value is that of the  command  placed  into
-              the  foreground,  or failure if run when job control is disabled
+              is  used.   The  return value is that of the command placed into
+              the foreground, or failure if run when job control  is  disabled
               or, when run with job control enabled, if _\bj_\bo_\bb_\bs_\bp_\be_\bc does not spec-
-              ify  a  valid  job  or  _\bj_\bo_\bb_\bs_\bp_\be_\bc specifies a job that was started
+              ify a valid job or _\bj_\bo_\bb_\bs_\bp_\be_\bc specifies  a  job  that  was  started
               without job control.
 
        g\bge\bet\bto\bop\bpt\bts\bs _\bo_\bp_\bt_\bs_\bt_\br_\bi_\bn_\bg _\bn_\ba_\bm_\be [_\ba_\br_\bg_\bs]
-              g\bge\bet\bto\bop\bpt\bts\bis used by shell procedures to parse positional  parame-
-              ters.   _\bo_\bp_\bt_\bs_\bt_\br_\bi_\bn_\bg  contains  the  option characters to be recog-
-              nized; if a character is followed by  a  colon,  the  option  is
-              expected  to have an argument, which should be separated from it
-              by white space.  The colon and question mark characters may  not
-              be  used as option characters.  Each time it is invoked, g\bge\bet\bto\bop\bpt\bts\bs
-              places the next option in the shell variable _\bn_\ba_\bm_\be,  initializing
+              g\bge\bet\bto\bop\bpt\bts\b is used by shell procedures to parse positional parame-
+              ters.  _\bo_\bp_\bt_\bs_\bt_\br_\bi_\bn_\bg contains the option  characters  to  be  recog-
+              nized;  if  a  character  is  followed by a colon, the option is
+              expected to have an argument, which should be separated from  it
+              by  white space.  The colon and question mark characters may not
+              be used as option characters.  Each time it is invoked,  g\bge\bet\bto\bop\bpt\bts\bs
+              places  the next option in the shell variable _\bn_\ba_\bm_\be, initializing
               _\bn_\ba_\bm_\be if it does not exist, and the index of the next argument to
               be processed into the variable O\bOP\bPT\bTI\bIN\bND\bD.  O\bOP\bPT\bTI\bIN\bND\bD is initialized to
-              1  each  time  the  shell or a shell script is invoked.  When an
-              option requires an argument, g\bge\bet\bto\bop\bpt\bts\bs places that  argument  into
-              the  variable O\bOP\bPT\bTA\bAR\bRG\bG.  The shell does not reset O\bOP\bPT\bTI\bIN\bND\bD automati-
-              cally; it must be  manually  reset  between  multiple  calls  to
+              1 each time the shell or a shell script  is  invoked.   When  an
+              option  requires  an argument, g\bge\bet\bto\bop\bpt\bts\bs places that argument into
+              the variable O\bOP\bPT\bTA\bAR\bRG\bG.  The shell does not reset O\bOP\bPT\bTI\bIN\bND\b automati-
+              cally;  it  must  be  manually  reset  between multiple calls to
               g\bge\bet\bto\bop\bpt\bts\bs within the same shell invocation if a new set of parame-
               ters is to be used.
 
-              When the end of options is encountered,  g\bge\bet\bto\bop\bpt\bts\bs  exits  with  a
-              return  value  greater than zero.  O\bOP\bPT\bTI\bIN\bND\bD is set to the index of
+              When  the  end  of  options is encountered, g\bge\bet\bto\bop\bpt\bts\bs exits with a
+              return value greater than zero.  O\bOP\bPT\bTI\bIN\bND\bD is set to the  index  of
               the first non-option argument, and n\bna\bam\bme\be is set to ?.
 
-              g\bge\bet\bto\bop\bpt\bts\bnormally parses the positional parameters, but  if  more
+              g\bge\bet\bto\bop\bpt\bts\b normally  parses the positional parameters, but if more
               arguments are given in _\ba_\br_\bg_\bs, g\bge\bet\bto\bop\bpt\bts\bs parses those instead.
 
-              g\bge\bet\bto\bop\bpt\bts\b can  report errors in two ways.  If the first character
-              of _\bo_\bp_\bt_\bs_\bt_\br_\bi_\bn_\bg is a colon, _\bs_\bi_\bl_\be_\bn_\bt error  reporting  is  used.   In
-              normal  operation  diagnostic  messages are printed when invalid
-              options or missing option arguments  are  encountered.   If  the
-              variable  O\bOP\bPT\bTE\bER\bRR\bR  is  set  to  0, no error messages will be dis-
+              g\bge\bet\bto\bop\bpt\bts\bcan report errors in two ways.  If the  first  character
+              of  _\bo_\bp_\bt_\bs_\bt_\br_\bi_\bn_\bg  is  a  colon, _\bs_\bi_\bl_\be_\bn_\bt error reporting is used.  In
+              normal operation diagnostic messages are  printed  when  invalid
+              options  or  missing  option  arguments are encountered.  If the
+              variable O\bOP\bPT\bTE\bER\bRR\bR is set to 0, no  error  messages  will  be  dis-
               played, even if the first character of _\bo_\bp_\bt_\bs_\bt_\br_\bi_\bn_\bg is not a colon.
 
               If an invalid option is seen, g\bge\bet\bto\bop\bpt\bts\bs places ? into _\bn_\ba_\bm_\be and, if
-              not silent, prints an  error  message  and  unsets  O\bOP\bPT\bTA\bAR\bRG\bG.   If
-              g\bge\bet\bto\bop\bpt\bts\b is  silent,  the  option  character  found is placed in
+              not  silent,  prints  an  error  message  and unsets O\bOP\bPT\bTA\bAR\bRG\bG.  If
+              g\bge\bet\bto\bop\bpt\bts\bis silent, the  option  character  found  is  placed  in
               O\bOP\bPT\bTA\bAR\bRG\bG and no diagnostic message is printed.
 
-              If a required argument is not found, and g\bge\bet\bto\bop\bpt\bts\bs is not  silent,
-              a  question  mark  (?\b?) is placed in _\bn_\ba_\bm_\be, O\bOP\bPT\bTA\bAR\bRG\bG is unset, and a
-              diagnostic message is printed.  If g\bge\bet\bto\bop\bpt\bts\bs  is  silent,  then  a
-              colon  (:\b:)  is  placed  in  _\bn_\ba_\bm_\be and O\bOP\bPT\bTA\bAR\bRG\bG is set to the option
+              If  a required argument is not found, and g\bge\bet\bto\bop\bpt\bts\bs is not silent,
+              a question mark (?\b?) is placed in _\bn_\ba_\bm_\be, O\bOP\bPT\bTA\bAR\bRG\bG is  unset,  and  a
+              diagnostic  message  is  printed.   If g\bge\bet\bto\bop\bpt\bts\bs is silent, then a
+              colon (:\b:) is placed in _\bn_\ba_\bm_\be and O\bOP\bPT\bTA\bAR\bRG\bG  is  set  to  the  option
               character found.
 
-              g\bge\bet\bto\bop\bpt\bts\breturns true if an option, specified or unspecified,  is
+              g\bge\bet\bto\bop\bpt\bts\b returns true if an option, specified or unspecified, is
               found.  It returns false if the end of options is encountered or
               an error occurs.
 
        h\bha\bas\bsh\bh [-\b-l\blr\br] [-\b-p\bp _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be] [-\b-d\bdt\bt] [_\bn_\ba_\bm_\be]
-              For each _\bn_\ba_\bm_\be, the full file name of the command  is  determined
+              For  each  _\bn_\ba_\bm_\be, the full file name of the command is determined
               by searching the directories in $\b$P\bPA\bAT\bTH\bH and remembered.  If the -\b-p\bp
               option is supplied, no path search is performed, and _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is
               used as the full file name of the command.  The -\b-r\br option causes
-              the shell to forget all remembered  locations.   The  -\b-d\b option
+              the  shell  to  forget  all remembered locations.  The -\b-d\bd option
               causes the shell to forget the remembered location of each _\bn_\ba_\bm_\be.
-              If the -\b-t\bt option is supplied, the full pathname  to  which  each
-              _\bn_\ba_\bm_\b corresponds  is  printed.   If multiple _\bn_\ba_\bm_\be arguments are
-              supplied with -\b-t\bt, the _\bn_\ba_\bm_\be is printed  before  the  hashed  full
+              If  the  -\b-t\bt  option is supplied, the full pathname to which each
+              _\bn_\ba_\bm_\bcorresponds is printed.  If  multiple  _\bn_\ba_\bm_\be  arguments  are
+              supplied  with  -\b-t\bt,  the  _\bn_\ba_\bm_\be is printed before the hashed full
               pathname.  The -\b-l\bl option causes output to be displayed in a for-
-              mat that may be reused as input.  If no arguments are given,  or
+              mat  that may be reused as input.  If no arguments are given, or
               if only -\b-l\bl is supplied, information about remembered commands is
-              printed.  The return status is true unless a _\bn_\ba_\bm_\be is  not  found
+              printed.   The  return status is true unless a _\bn_\ba_\bm_\be is not found
               or an invalid option is supplied.
 
        h\bhe\bel\blp\bp [-\b-s\bs] [_\bp_\ba_\bt_\bt_\be_\br_\bn]
-              Display  helpful information about builtin commands.  If _\bp_\ba_\bt_\bt_\be_\br_\bn
-              is specified, h\bhe\bel\blp\bp gives detailed help on all commands  matching
-              _\bp_\ba_\bt_\bt_\be_\br_\bn;  otherwise  help for all the builtins and shell control
-              structures is printed.  The -\b-s\bs option restricts the  information
-              displayed  to  a  short  usage synopsis.  The return status is 0
+              Display helpful information about builtin commands.  If  _\bp_\ba_\bt_\bt_\be_\br_\bn
+              is  specified, h\bhe\bel\blp\bp gives detailed help on all commands matching
+              _\bp_\ba_\bt_\bt_\be_\br_\bn; otherwise help for all the builtins and  shell  control
+              structures  is printed.  The -\b-s\bs option restricts the information
+              displayed to a short usage synopsis.  The  return  status  is  0
               unless no command matches _\bp_\ba_\bt_\bt_\be_\br_\bn.
 
        h\bhi\bis\bst\bto\bor\bry\by [\b[_\bn]\b]
@@ -3893,41 +3922,41 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        h\bhi\bis\bst\bto\bor\bry\by -\b-s\bs _\ba_\br_\bg [_\ba_\br_\bg _\b._\b._\b.]
               With no options, display the command history list with line num-
               bers.  Lines listed with a *\b* have been modified.  An argument of
-              _\blists only the last _\bn lines.  If the shell variable  H\bHI\bIS\bST\bTT\bTI\bIM\bME\bE-\b-
-              F\bFO\bOR\bRM\bMA\bAT\b is  set  and not null, it is used as a format string for
-              _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3) to display the time stamp associated with each  dis-
-              played  history  entry.  No intervening blank is printed between
-              the formatted time stamp and the history line.  If  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\b is
-              supplied,  it  is  used as the name of the history file; if not,
-              the value of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is used.  Options, if supplied,  have  the
+              _\b lists only the last _\bn lines.  If the shell variable H\bHI\bIS\bST\bTT\bTI\bIM\bME\bE-\b-
+              F\bFO\bOR\bRM\bMA\bAT\bis set and not null, it is used as a  format  string  for
+              _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3)  to display the time stamp associated with each dis-
+              played history entry.  No intervening blank is  printed  between
+              the  formatted  time stamp and the history line.  If _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is
+              supplied, it is used as the name of the history  file;  if  not,
+              the  value  of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is used.  Options, if supplied, have the
               following meanings:
               -\b-c\bc     Clear the history list by deleting all the entries.
               -\b-d\bd _\bo_\bf_\bf_\bs_\be_\bt
                      Delete the history entry at position _\bo_\bf_\bf_\bs_\be_\bt.
-              -\b-a\ba     Append  the  ``new'' history lines (history lines entered
-                     since the beginning of the current b\bba\bas\bsh\bh session)  to  the
+              -\b-a\ba     Append the ``new'' history lines (history  lines  entered
+                     since  the  beginning of the current b\bba\bas\bsh\bh session) to the
                      history file.
-              -\b-n\bn     Read  the history lines not already read from the history
-                     file into the current  history  list.   These  are  lines
-                     appended  to  the history file since the beginning of the
+              -\b-n\bn     Read the history lines not already read from the  history
+                     file  into  the  current  history  list.  These are lines
+                     appended to the history file since the beginning  of  the
                      current b\bba\bas\bsh\bh session.
               -\b-r\br     Read the contents of the history file and use them as the
                      current history.
-              -\b-w\bw     Write  the current history to the history file, overwrit-
+              -\b-w\bw     Write the current history to the history file,  overwrit-
                      ing the history file's contents.
-              -\b-p\bp     Perform history substitution on the  following  _\ba_\br_\bg_\b and
-                     display  the  result  on  the  standard output.  Does not
-                     store the results in the history list.  Each _\ba_\br_\bg must  be
+              -\b-p\bp     Perform  history  substitution  on the following _\ba_\br_\bg_\bs and
+                     display the result on  the  standard  output.   Does  not
+                     store  the results in the history list.  Each _\ba_\br_\bg must be
                      quoted to disable normal history expansion.
-              -\b-s\bs     Store  the  _\ba_\br_\bg_\bs  in  the history list as a single entry.
-                     The last command in the history list  is  removed  before
+              -\b-s\bs     Store the _\ba_\br_\bg_\bs in the history list  as  a  single  entry.
+                     The  last  command  in the history list is removed before
                      the _\ba_\br_\bg_\bs are added.
 
               If the H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT is set, the time stamp information associ-
-              ated with each history entry is written  to  the  history  file.
-              The  return  value is 0 unless an invalid option is encountered,
-              an error occurs while reading or writing the  history  file,  an
-              invalid  _\bo_\bf_\bf_\bs_\be_\bt is supplied as an argument to -\b-d\bd, or the history
+              ated  with  each  history  entry is written to the history file.
+              The return value is 0 unless an invalid option  is  encountered,
+              an  error  occurs  while reading or writing the history file, an
+              invalid _\bo_\bf_\bf_\bs_\be_\bt is supplied as an argument to -\b-d\bd, or the  history
               expansion supplied as an argument to -\b-p\bp fails.
 
        j\bjo\bob\bbs\bs [-\b-l\bln\bnp\bpr\brs\bs] [ _\bj_\bo_\bb_\bs_\bp_\be_\bc ... ]
@@ -3935,144 +3964,144 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               The first form lists the active jobs.  The options have the fol-
               lowing meanings:
               -\b-l\bl     List process IDs in addition to the normal information.
-              -\b-p\bp     List  only  the  process  ID  of  the job's process group
+              -\b-p\bp     List only the process  ID  of  the  job's  process  group
                      leader.
-              -\b-n\bn     Display information only about  jobs  that  have  changed
-                     status  since the user was last notified of their status.
+              -\b-n\bn     Display  information  only  about  jobs that have changed
+                     status since the user was last notified of their  status.
               -\b-r\br     Restrict output to running jobs.
               -\b-s\bs     Restrict output to stopped jobs.
 
-              If _\bj_\bo_\bb_\bs_\bp_\be_\bc is given, output is restricted to  information  about
-              that  job.   The  return status is 0 unless an invalid option is
+              If  _\bj_\bo_\bb_\bs_\bp_\be_\bc  is given, output is restricted to information about
+              that job.  The return status is 0 unless an  invalid  option  is
               encountered or an invalid _\bj_\bo_\bb_\bs_\bp_\be_\bc is supplied.
 
               If the -\b-x\bx option is supplied, j\bjo\bob\bbs\bs replaces any _\bj_\bo_\bb_\bs_\bp_\be_\bc found in
-              _\bc_\bo_\bm_\bm_\ba_\bn_\b or  _\ba_\br_\bg_\bs  with  the corresponding process group ID, and
+              _\bc_\bo_\bm_\bm_\ba_\bn_\bor _\ba_\br_\bg_\bs with the corresponding  process  group  ID,  and
               executes _\bc_\bo_\bm_\bm_\ba_\bn_\bd passing it _\ba_\br_\bg_\bs, returning its exit status.
 
        k\bki\bil\bll\bl [-\b-s\bs _\bs_\bi_\bg_\bs_\bp_\be_\bc | -\b-n\bn _\bs_\bi_\bg_\bn_\bu_\bm | -\b-_\bs_\bi_\bg_\bs_\bp_\be_\bc] [_\bp_\bi_\bd | _\bj_\bo_\bb_\bs_\bp_\be_\bc] ...
        k\bki\bil\bll\bl -\b-l\bl [_\bs_\bi_\bg_\bs_\bp_\be_\bc | _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\bs]
-              Send the signal named by _\bs_\bi_\bg_\bs_\bp_\be_\bc  or  _\bs_\bi_\bg_\bn_\bu_\bm  to  the  processes
-              named  by  _\bp_\bi_\bd or _\bj_\bo_\bb_\bs_\bp_\be_\bc.  _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a case-insensitive
-              signal name such as S\bSI\bIG\bGK\bKI\bIL\bLL\bL (with or without the S\bSI\bIG\bG prefix)  or
-              a  signal  number; _\bs_\bi_\bg_\bn_\bu_\bm is a signal number.  If _\bs_\bi_\bg_\bs_\bp_\be_\bc is not
-              present, then S\bSI\bIG\bGT\bTE\bER\bRM\bM is assumed.  An argument of -\b-l\bl  lists  the
-              signal  names.   If any arguments are supplied when -\b-l\bl is given,
-              the names of the signals  corresponding  to  the  arguments  are
+              Send  the  signal  named  by  _\bs_\bi_\bg_\bs_\bp_\be_\bc or _\bs_\bi_\bg_\bn_\bu_\bm to the processes
+              named by _\bp_\bi_\bd or _\bj_\bo_\bb_\bs_\bp_\be_\bc.  _\bs_\bi_\bg_\bs_\bp_\be_\bc is either  a  case-insensitive
+              signal  name such as S\bSI\bIG\bGK\bKI\bIL\bLL\bL (with or without the S\bSI\bIG\bG prefix) or
+              a signal number; _\bs_\bi_\bg_\bn_\bu_\bm is a signal number.  If _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  not
+              present,  then  S\bSI\bIG\bGT\bTE\bER\bRM\bM is assumed.  An argument of -\b-l\bl lists the
+              signal names.  If any arguments are supplied when -\b-l\bl  is  given,
+              the  names  of  the  signals  corresponding to the arguments are
               listed, and the return status is 0.  The _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\bs argument to
-              -\b-l\bis a number specifying either a signal  number  or  the  exit
-              status  of  a process terminated by a signal.  k\bki\bil\bll\bl returns true
-              if at least one signal was successfully sent,  or  false  if  an
+              -\b-l\b is  a  number  specifying either a signal number or the exit
+              status of a process terminated by a signal.  k\bki\bil\bll\bl  returns  true
+              if  at  least  one  signal was successfully sent, or false if an
               error occurs or an invalid option is encountered.
 
        l\ble\bet\bt _\ba_\br_\bg [_\ba_\br_\bg ...]
               Each _\ba_\br_\bg is an arithmetic expression to be evaluated (see A\bAR\bRI\bIT\bTH\bH-\b-
-              M\bME\bET\bTI\bIC\bE\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN).  If the last _\ba_\br_\bg evaluates to 0, l\ble\bet\b returns
+              M\bME\bET\bTI\bIC\b E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN).  If the last _\ba_\br_\bg evaluates to 0, l\ble\bet\bt returns
               1; 0 is returned otherwise.
 
        l\blo\boc\bca\bal\bl [_\bo_\bp_\bt_\bi_\bo_\bn] [_\bn_\ba_\bm_\be[=_\bv_\ba_\bl_\bu_\be] ...]
-              For  each  argument, a local variable named _\bn_\ba_\bm_\be is created, and
-              assigned _\bv_\ba_\bl_\bu_\be.  The _\bo_\bp_\bt_\bi_\bo_\bn can be any of the  options  accepted
+              For each argument, a local variable named _\bn_\ba_\bm_\be is  created,  and
+              assigned  _\bv_\ba_\bl_\bu_\be.   The _\bo_\bp_\bt_\bi_\bo_\bn can be any of the options accepted
               by d\bde\bec\bcl\bla\bar\bre\be.  When l\blo\boc\bca\bal\bl is used within a function, it causes the
-              variable _\bn_\ba_\bm_\be to have a visible scope restricted to  that  func-
+              variable  _\bn_\ba_\bm_\be  to have a visible scope restricted to that func-
               tion and its children.  With no operands, l\blo\boc\bca\bal\bl writes a list of
-              local variables to the standard output.  It is an error  to  use
+              local  variables  to the standard output.  It is an error to use
               l\blo\boc\bca\bal\bl when not within a function.  The return status is 0 unless
-              l\blo\boc\bca\bal\bis used outside a function, an invalid _\bn_\ba_\bm_\be  is  supplied,
+              l\blo\boc\bca\bal\b is  used outside a function, an invalid _\bn_\ba_\bm_\be is supplied,
               or _\bn_\ba_\bm_\be is a readonly variable.
 
        l\blo\bog\bgo\bou\but\bt Exit a login shell.
 
        p\bpo\bop\bpd\bd [-n\bn] [+_\bn] [-_\bn]
-              Removes  entries  from  the directory stack.  With no arguments,
-              removes the top directory from the stack, and performs a  c\bcd\b to
+              Removes entries from the directory stack.   With  no  arguments,
+              removes  the  top directory from the stack, and performs a c\bcd\bd to
               the new top directory.  Arguments, if supplied, have the follow-
               ing meanings:
-              +\b+_\bn     Removes the _\bnth entry counting from the left of the  list
-                     shown  by  d\bdi\bir\brs\bs, starting with zero.  For example: ``popd
+              +\b+_\bn     Removes  the _\bnth entry counting from the left of the list
+                     shown by d\bdi\bir\brs\bs, starting with zero.  For  example:  ``popd
                      +0'' removes the first directory, ``popd +1'' the second.
               -\b-_\bn     Removes the _\bnth entry counting from the right of the list
-                     shown by d\bdi\bir\brs\bs, starting with zero.  For  example:  ``popd
-                     -0''  removes the last directory, ``popd -1'' the next to
+                     shown  by  d\bdi\bir\brs\bs, starting with zero.  For example: ``popd
+                     -0'' removes the last directory, ``popd -1'' the next  to
                      last.
-              -\b-n\bn     Suppresses the normal change of directory  when  removing
-                     directories  from  the  stack,  so that only the stack is
+              -\b-n\bn     Suppresses  the  normal change of directory when removing
+                     directories from the stack, so that  only  the  stack  is
                      manipulated.
 
-              If the p\bpo\bop\bpd\bd command is successful, a d\bdi\bir\brs\bs is performed as  well,
-              and  the  return  status is 0.  p\bpo\bop\bpd\bd returns false if an invalid
+              If  the p\bpo\bop\bpd\bd command is successful, a d\bdi\bir\brs\bs is performed as well,
+              and the return status is 0.  p\bpo\bop\bpd\bd returns false  if  an  invalid
               option is encountered, the directory stack is empty, a non-exis-
               tent directory stack entry is specified, or the directory change
               fails.
 
        p\bpr\bri\bin\bnt\btf\bf _\bf_\bo_\br_\bm_\ba_\bt [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
-              Write the formatted _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs to the standard output  under  the
-              control  of  the _\bf_\bo_\br_\bm_\ba_\bt.  The _\bf_\bo_\br_\bm_\ba_\bt is a character string which
-              contains three types of objects:  plain  characters,  which  are
-              simply  copied  to  standard output, character escape sequences,
-              which are converted and copied to the standard output, and  for-
-              mat  specifications,  each  of which causes printing of the next
+              Write  the  formatted _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs to the standard output under the
+              control of the _\bf_\bo_\br_\bm_\ba_\bt.  The _\bf_\bo_\br_\bm_\ba_\bt is a character  string  which
+              contains  three  types  of  objects: plain characters, which are
+              simply copied to standard output,  character  escape  sequences,
+              which  are converted and copied to the standard output, and for-
+              mat specifications, each of which causes printing  of  the  next
               successive _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.  In addition to the standard _\bp_\br_\bi_\bn_\bt_\bf(1) for-
-              mats,  %\b%b\bb  causes p\bpr\bri\bin\bnt\btf\bf to expand backslash escape sequences in
-              the corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt (except that  \\b\c\bc  terminates  output,
+              mats, %\b%b\bb causes p\bpr\bri\bin\bnt\btf\bf to expand backslash escape  sequences  in
+              the  corresponding  _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt  (except that \\b\c\bc terminates output,
               backslashes in \\b\'\b', \\b\"\b", and \\b\?\b? are not removed, and octal escapes
-              beginning with \\b\0\b0 may contain up to four digits), and %\b%q\b causes
+              beginning  with \\b\0\b0 may contain up to four digits), and %\b%q\bq causes
               p\bpr\bri\bin\bnt\btf\bf to output the corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt in a format that can
               be reused as shell input.
 
-              The _\bf_\bo_\br_\bm_\ba_\bt is reused as necessary to consume all  of  the  _\ba_\br_\bg_\bu_\b-
+              The  _\bf_\bo_\br_\bm_\ba_\bt  is  reused as necessary to consume all of the _\ba_\br_\bg_\bu_\b-
               _\bm_\be_\bn_\bt_\bs.  If the _\bf_\bo_\br_\bm_\ba_\bt requires more _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs than are supplied,
-              the extra format specifications behave as if  a  zero  value  or
-              null  string,  as  appropriate,  had  been supplied.  The return
+              the  extra  format  specifications  behave as if a zero value or
+              null string, as appropriate,  had  been  supplied.   The  return
               value is zero on success, non-zero on failure.
 
        p\bpu\bus\bsh\bhd\bd [-\b-n\bn] [_\bd_\bi_\br]
        p\bpu\bus\bsh\bhd\bd [-\b-n\bn] [+_\bn] [-_\bn]
-              Adds a directory to the top of the directory stack,  or  rotates
-              the  stack,  making the new top of the stack the current working
+              Adds  a  directory to the top of the directory stack, or rotates
+              the stack, making the new top of the stack the  current  working
               directory.  With no arguments, exchanges the top two directories
-              and  returns 0, unless the directory stack is empty.  Arguments,
+              and returns 0, unless the directory stack is empty.   Arguments,
               if supplied, have the following meanings:
-              +\b+_\bn     Rotates the stack so that  the  _\bnth  directory  (counting
-                     from  the  left  of the list shown by d\bdi\bir\brs\bs, starting with
+              +\b+_\bn     Rotates  the  stack  so  that the _\bnth directory (counting
+                     from the left of the list shown by  d\bdi\bir\brs\bs,  starting  with
                      zero) is at the top.
-              -\b-_\bn     Rotates the stack so that  the  _\bnth  directory  (counting
-                     from  the  right of the list shown by d\bdi\bir\brs\bs, starting with
+              -\b-_\bn     Rotates  the  stack  so  that the _\bnth directory (counting
+                     from the right of the list shown by d\bdi\bir\brs\bs,  starting  with
                      zero) is at the top.
-              -\b-n\bn     Suppresses the normal change  of  directory  when  adding
-                     directories  to  the  stack,  so  that  only the stack is
+              -\b-n\bn     Suppresses  the  normal  change  of directory when adding
+                     directories to the stack,  so  that  only  the  stack  is
                      manipulated.
               _\bd_\bi_\br    Adds _\bd_\bi_\br to the directory stack at the top, making it the
                      new current working directory.
 
               If the p\bpu\bus\bsh\bhd\bd command is successful, a d\bdi\bir\brs\bs is performed as well.
-              If the first form is used, p\bpu\bus\bsh\bhd\bd returns 0 unless the cd to  _\bd_\bi_\br
-              fails.   With the second form, p\bpu\bus\bsh\bhd\bd returns 0 unless the direc-
-              tory stack is empty, a non-existent directory stack  element  is
-              specified,  or the directory change to the specified new current
+              If  the first form is used, p\bpu\bus\bsh\bhd\bd returns 0 unless the cd to _\bd_\bi_\br
+              fails.  With the second form, p\bpu\bus\bsh\bhd\bd returns 0 unless the  direc-
+              tory  stack  is empty, a non-existent directory stack element is
+              specified, or the directory change to the specified new  current
               directory fails.
 
        p\bpw\bwd\bd [-\b-L\bLP\bP]
-              Print the absolute pathname of the  current  working  directory.
+              Print  the  absolute  pathname of the current working directory.
               The pathname printed contains no symbolic links if the -\b-P\bP option
               is supplied or the -\b-o\bo p\bph\bhy\bys\bsi\bic\bca\bal\bl option to the s\bse\bet\bt builtin command
-              is  enabled.  If the -\b-L\bL option is used, the pathname printed may
-              contain symbolic links.  The return status is 0 unless an  error
-              occurs  while  reading  the  name of the current directory or an
+              is enabled.  If the -\b-L\bL option is used, the pathname printed  may
+              contain  symbolic links.  The return status is 0 unless an error
+              occurs while reading the name of the  current  directory  or  an
               invalid option is supplied.
 
        r\bre\bea\bad\bd [-\b-e\ber\brs\bs] [-\b-u\bu _\bf_\bd] [-\b-t\bt _\bt_\bi_\bm_\be_\bo_\bu_\bt] [-\b-a\ba _\ba_\bn_\ba_\bm_\be] [-\b-p\bp _\bp_\br_\bo_\bm_\bp_\bt] [-\b-n\bn _\bn_\bc_\bh_\ba_\br_\bs] [-\b-d\bd
        _\bd_\be_\bl_\bi_\bm] [_\bn_\ba_\bm_\be ...]
-              One line is read from the  standard  input,  or  from  the  file
-              descriptor  _\bf_\bd supplied as an argument to the -\b-u\bu option, and the
+              One  line  is  read  from  the  standard input, or from the file
+              descriptor _\bf_\bd supplied as an argument to the -\b-u\bu option, and  the
               first word is assigned to the first _\bn_\ba_\bm_\be, the second word to the
-              second  _\bn_\ba_\bm_\be, and so on, with leftover words and their interven-
-              ing separators assigned to the last _\bn_\ba_\bm_\be.  If  there  are  fewer
+              second _\bn_\ba_\bm_\be, and so on, with leftover words and their  interven-
+              ing  separators  assigned  to the last _\bn_\ba_\bm_\be.  If there are fewer
               words read from the input stream than names, the remaining names
-              are assigned empty values.  The characters in I\bIF\bFS\bS  are  used  to
-              split  the  line into words.  The backslash character (\\b\) may be
-              used to remove any special meaning for the next  character  read
-              and  for line continuation.  Options, if supplied, have the fol-
+              are  assigned  empty  values.  The characters in I\bIF\bFS\bS are used to
+              split the line into words.  The backslash character (\\b\)  may  be
+              used  to  remove any special meaning for the next character read
+              and for line continuation.  Options, if supplied, have the  fol-
               lowing meanings:
               -\b-a\ba _\ba_\bn_\ba_\bm_\be
                      The words are assigned to sequential indices of the array
@@ -4080,98 +4109,98 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      new  values  are  assigned.   Other  _\bn_\ba_\bm_\be  arguments  are
                      ignored.
               -\b-d\bd _\bd_\be_\bl_\bi_\bm
-                     The  first  character  of  _\bd_\be_\bl_\bi_\bm is used to terminate the
+                     The first character of _\bd_\be_\bl_\bi_\bm is  used  to  terminate  the
                      input line, rather than newline.
               -\b-e\be     If the standard input is coming from a terminal, r\bre\bea\bad\bdl\bli\bin\bne\be
                      (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE above) is used to obtain the line.
               -\b-n\bn _\bn_\bc_\bh_\ba_\br_\bs
-                     r\bre\bea\bad\b returns after reading _\bn_\bc_\bh_\ba_\br_\bs characters rather than
+                     r\bre\bea\bad\breturns after reading _\bn_\bc_\bh_\ba_\br_\bs characters rather  than
                      waiting for a complete line of input.
               -\b-p\bp _\bp_\br_\bo_\bm_\bp_\bt
                      Display _\bp_\br_\bo_\bm_\bp_\bt on standard error, without a trailing new-
                      line, before attempting to read any input.  The prompt is
                      displayed only if input is coming from a terminal.
               -\b-r\br     Backslash does not act as an escape character.  The back-
-                     slash  is considered to be part of the line.  In particu-
-                     lar, a backslash-newline pair may not be used as  a  line
+                     slash is considered to be part of the line.  In  particu-
+                     lar,  a  backslash-newline pair may not be used as a line
                      continuation.
               -\b-s\bs     Silent mode.  If input is coming from a terminal, charac-
                      ters are not echoed.
               -\b-t\bt _\bt_\bi_\bm_\be_\bo_\bu_\bt
-                     Cause r\bre\bea\bad\bd to time out and return failure if  a  complete
-                     line  of  input is not read within _\bt_\bi_\bm_\be_\bo_\bu_\bt seconds.  This
-                     option has no effect if r\bre\bea\bad\bd is not  reading  input  from
+                     Cause  r\bre\bea\bad\bd  to time out and return failure if a complete
+                     line of input is not read within _\bt_\bi_\bm_\be_\bo_\bu_\bt  seconds.   This
+                     option  has  no  effect if r\bre\bea\bad\bd is not reading input from
                      the terminal or a pipe.
               -\b-u\bu _\bf_\bd  Read input from file descriptor _\bf_\bd.
 
               If no _\bn_\ba_\bm_\be_\bs are supplied, the line read is assigned to the vari-
-              able R\bRE\bEP\bPL\bLY\bY.  The return code  is  zero,  unless  end-of-file  is
-              encountered,  r\bre\bea\bad\bd  times  out, or an invalid file descriptor is
+              able  R\bRE\bEP\bPL\bLY\bY.   The  return  code  is zero, unless end-of-file is
+              encountered, r\bre\bea\bad\bd times out, or an invalid  file  descriptor  is
               supplied as the argument to -\b-u\bu.
 
        r\bre\bea\bad\bdo\bon\bnl\bly\by [-\b-a\bap\bpf\bf] [_\bn_\ba_\bm_\be[=_\bw_\bo_\br_\bd] ...]
-              The given _\bn_\ba_\bm_\be_\bs are marked readonly; the values of  these  _\bn_\ba_\bm_\be_\bs
-              may  not  be changed by subsequent assignment.  If the -\b-f\bf option
-              is supplied, the functions corresponding to  the  _\bn_\ba_\bm_\be_\bs  are  so
+              The  given  _\bn_\ba_\bm_\be_\bs are marked readonly; the values of these _\bn_\ba_\bm_\be_\bs
+              may not be changed by subsequent assignment.  If the  -\b-f\b option
+              is  supplied,  the  functions  corresponding to the _\bn_\ba_\bm_\be_\bs are so
               marked.  The -\b-a\ba option restricts the variables to arrays.  If no
-              _\bn_\ba_\bm_\barguments are given, or if the -\b-p\bp  option  is  supplied,  a
-              list  of  all  readonly  names is printed.  The -\b-p\bp option causes
-              output to be displayed in a format that may be reused as  input.
-              If  a variable name is followed by =_\bw_\bo_\br_\bd, the value of the vari-
-              able is set to _\bw_\bo_\br_\bd.  The return status is 0 unless  an  invalid
-              option  is  encountered,  one  of the _\bn_\ba_\bm_\be_\bs is not a valid shell
-              variable name, or -\b-f\bf is supplied with  a  _\bn_\ba_\bm_\be  that  is  not  a
-              function.
+              _\bn_\ba_\bm_\b arguments  are  given,  or if the -\b-p\bp option is supplied, a
+              list of all readonly names is printed.   The  -\b-p\bp  option  causes
+              output  to be displayed in a format that may be reused as input.
+              If a variable name is followed by =_\bw_\bo_\br_\bd, the value of the  vari-
+              able  is  set to _\bw_\bo_\br_\bd.  The return status is 0 unless an invalid
+              option is encountered, one of the _\bn_\ba_\bm_\be_\bs is  not  a  valid  shell
+              variable name, or -\b-f\bf is supplied with a _\bn_\ba_\bm_\be that is not a func-
+              tion.
 
        r\bre\bet\btu\bur\brn\bn [_\bn]
-              Causes  a function to exit with the return value specified by _\bn.
-              If _\bn is omitted, the return status is that of the  last  command
-              executed  in the function body.  If used outside a function, but
-              during execution of a script by  the  .\b.   (s\bso\bou\bur\brc\bce\be)  command,  it
+              Causes a function to exit with the return value specified by  _\bn.
+              If  _\bn  is omitted, the return status is that of the last command
+              executed in the function body.  If used outside a function,  but
+              during  execution  of  a  script  by the .\b.  (s\bso\bou\bur\brc\bce\be) command, it
               causes the shell to stop executing that script and return either
-              _\bor the exit status of the last  command  executed  within  the
-              script  as  the  exit  status  of the script.  If used outside a
-              function and not during execution of a script by .\b.,  the  return
+              _\b or  the  exit  status of the last command executed within the
+              script as the exit status of the  script.   If  used  outside  a
+              function  and  not during execution of a script by .\b., the return
               status is false.  Any command associated with the R\bRE\bET\bTU\bUR\bRN\bN trap is
-              executed before execution resumes after the function or  script.
+              executed  before execution resumes after the function or script.
 
        s\bse\bet\bt [-\b--\b-a\bab\bbe\bef\bfh\bhk\bkm\bmn\bnp\bpt\btu\buv\bvx\bxB\bBC\bCH\bHP\bP] [-\b-o\bo _\bo_\bp_\bt_\bi_\bo_\bn] [_\ba_\br_\bg ...]
-              Without  options,  the name and value of each shell variable are
-              displayed in a format that can be reused as input.   The  output
-              is  sorted  according  to  the current locale.  When options are
-              specified, they set or unset shell  attributes.   Any  arguments
-              remaining  after the options are processed are treated as values
+              Without options, the name and value of each shell  variable  are
+              displayed  in  a format that can be reused as input.  The output
+              is sorted according to the current  locale.   When  options  are
+              specified,  they  set  or unset shell attributes.  Any arguments
+              remaining after the options are processed are treated as  values
               for the positional parameters and are assigned, in order, to $\b$1\b1,
-              $\b$2\b2,  .\b..\b..\b.   $\b$_\bn.   Options, if specified, have the following mean-
+              $\b$2\b2, .\b..\b..\b.  $\b$_\bn.  Options, if specified, have  the  following  mean-
               ings:
-              -\b-a\ba      Automatically mark variables  and  functions  which  are
-                      modified  or  created  for  export to the environment of
+              -\b-a\ba      Automatically  mark  variables  and  functions which are
+                      modified or created for export  to  the  environment  of
                       subsequent commands.
-              -\b-b\bb      Report the status of terminated background jobs  immedi-
+              -\b-b\bb      Report  the status of terminated background jobs immedi-
                       ately, rather than before the next primary prompt.  This
                       is effective only when job control is enabled.
-              -\b-e\be      Exit immediately if a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd (see S\bSH\bHE\bEL\bLL\b G\bGR\bRA\bAM\bMM\bMA\bAR\bR
+              -\b-e\be      Exit  immediately if a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
                       above) exits with a non-zero status.  The shell does not
-                      exit if the command that fails is part  of  the  command
-                      list  immediately  following  a  w\bwh\bhi\bil\ble\be or u\bun\bnt\bti\bil\bl keyword,
-                      part of the test in an _\bi_\bf statement, part of a &\b&&\b& or  |\b||\b|
+                      exit  if  the  command that fails is part of the command
+                      list immediately following a  w\bwh\bhi\bil\ble\be  or  u\bun\bnt\bti\bil\b keyword,
+                      part  of the test in an _\bi_\bf statement, part of a &\b&&\b& or |\b||\b|
                       list, or if the command's return value is being inverted
-                      via !\b!.  A trap on E\bER\bRR\bR, if set, is  executed  before  the
+                      via  !\b!.   A  trap on E\bER\bRR\bR, if set, is executed before the
                       shell exits.
               -\b-f\bf      Disable pathname expansion.
-              -\b-h\bh      Remember  the location of commands as they are looked up
+              -\b-h\bh      Remember the location of commands as they are looked  up
                       for execution.  This is enabled by default.
-              -\b-k\bk      All arguments in the form of assignment  statements  are
-                      placed  in the environment for a command, not just those
+              -\b-k\bk      All  arguments  in the form of assignment statements are
+                      placed in the environment for a command, not just  those
                       that precede the command name.
-              -\b-m\bm      Monitor mode.  Job control is enabled.  This  option  is
-                      on  by  default  for  interactive shells on systems that
-                      support it (see J\bJO\bOB\bB  C\bCO\bON\bNT\bTR\bRO\bOL\bL  above).   Background  pro-
-                      cesses  run  in a separate process group and a line con-
-                      taining their exit status is printed upon their  comple-
+              -\b-m\bm      Monitor  mode.   Job control is enabled.  This option is
+                      on by default for interactive  shells  on  systems  that
+                      support  it  (see  J\bJO\bOB\bB  C\bCO\bON\bNT\bTR\bRO\bOL\bL above).  Background pro-
+                      cesses run in a separate process group and a  line  con-
+                      taining  their exit status is printed upon their comple-
                       tion.
               -\b-n\bn      Read commands but do not execute them.  This may be used
-                      to check a shell script  for  syntax  errors.   This  is
+                      to  check  a  shell  script  for syntax errors.  This is
                       ignored by interactive shells.
               -\b-o\bo _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be
                       The _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be can be one of the following:
@@ -4179,7 +4208,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                               Same as -\b-a\ba.
                       b\bbr\bra\bac\bce\bee\bex\bxp\bpa\ban\bnd\bd
                               Same as -\b-B\bB.
-                      e\bem\bma\bac\bcs\bs   Use  an  emacs-style command line editing inter-
+                      e\bem\bma\bac\bcs\bs   Use an emacs-style command line  editing  inter-
                               face.  This is enabled by default when the shell
                               is interactive, unless the shell is started with
                               the -\b--\b-n\bno\boe\bed\bdi\bit\bti\bin\bng\bg option.
@@ -4195,8 +4224,8 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                               H\bHI\bIS\bST\bTO\bOR\bRY\bY.  This option is on by default in inter-
                               active shells.
                       i\big\bgn\bno\bor\bre\bee\beo\bof\bf
-                              The  effect  is  as   if   the   shell   command
-                              ``IGNOREEOF=10''  had  been  executed (see S\bSh\bhe\bel\bll\bl
+                              The   effect   is   as   if  the  shell  command
+                              ``IGNOREEOF=10'' had been  executed  (see  S\bSh\bhe\bel\bll\bl
                               V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs above).
                       k\bke\bey\byw\bwo\bor\brd\bd Same as -\b-k\bk.
                       m\bmo\bon\bni\bit\bto\bor\br Same as -\b-m\bm.
@@ -4210,12 +4239,12 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       p\bph\bhy\bys\bsi\bic\bca\bal\bl
                               Same as -\b-P\bP.
                       p\bpi\bip\bpe\bef\bfa\bai\bil\bl
-                              If set, the return value of a  pipeline  is  the
-                              value  of  the  last (rightmost) command to exit
-                              with a non-zero status, or zero if all  commands
-                              in  the pipeline exit successfully.  This option
+                              If  set,  the  return value of a pipeline is the
+                              value of the last (rightmost)  command  to  exit
+                              with  a non-zero status, or zero if all commands
+                              in the pipeline exit successfully.  This  option
                               is disabled by default.
-                      p\bpo\bos\bsi\bix\bx   Change the behavior of b\bba\bas\bsh\bh  where  the  default
+                      p\bpo\bos\bsi\bix\bx   Change  the  behavior  of b\bba\bas\bsh\bh where the default
                               operation differs from the POSIX 1003.2 standard
                               to match the standard (_\b`_\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be).
                       p\bpr\bri\biv\bvi\bil\ble\beg\bge\bed\bd
@@ -4224,224 +4253,224 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       v\bvi\bi      Use a vi-style command line editing interface.
                       x\bxt\btr\bra\bac\bce\be  Same as -\b-x\bx.
                       If -\b-o\bo is supplied with no _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be, the values of the
-                      current  options are printed.  If +\b+o\bo is supplied with no
-                      _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be, a series of s\bse\bet\bt commands  to  recreate  the
-                      current  option  settings  is  displayed on the standard
+                      current options are printed.  If +\b+o\bo is supplied with  no
+                      _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be,  a  series  of s\bse\bet\bt commands to recreate the
+                      current option settings is  displayed  on  the  standard
                       output.
-              -\b-p\bp      Turn on _\bp_\br_\bi_\bv_\bi_\bl_\be_\bg_\be_\bd mode.  In this  mode,  the  $\b$E\bEN\bNV\b and
-                      $\b$B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\b files  are not processed, shell functions are
-                      not inherited from the environment,  and  the  S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS
-                      variable,  if it appears in the environment, is ignored.
-                      If the shell is started with the effective user  (group)
-                      id  not  equal  to  the real user (group) id, and the -\b-p\bp
-                      option is not supplied, these actions are taken and  the
+              -\b-p\bp      Turn  on  _\bp_\br_\bi_\bv_\bi_\bl_\be_\bg_\be_\bd  mode.   In this mode, the $\b$E\bEN\bNV\bV and
+                      $\b$B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bfiles are not processed, shell  functions  are
+                      not  inherited  from  the environment, and the S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS
+                      variable, if it appears in the environment, is  ignored.
+                      If  the shell is started with the effective user (group)
+                      id not equal to the real user (group)  id,  and  the  -\b-p\bp
+                      option  is not supplied, these actions are taken and the
                       effective user id is set to the real user id.  If the -\b-p\bp
-                      option is supplied at startup, the effective user id  is
+                      option  is supplied at startup, the effective user id is
                       not reset.  Turning this option off causes the effective
-                      user and group ids to be set to the real user and  group
+                      user  and group ids to be set to the real user and group
                       ids.
               -\b-t\bt      Exit after reading and executing one command.
               -\b-u\bu      Treat unset variables as an error when performing param-
-                      eter expansion.  If expansion is attempted on  an  unset
+                      eter  expansion.   If expansion is attempted on an unset
                       variable, the shell prints an error message, and, if not
                       interactive, exits with a non-zero status.
               -\b-v\bv      Print shell input lines as they are read.
-              -\b-x\bx      After expanding each _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd, f\bfo\bor\br  command,  c\bca\bas\bse\be
+              -\b-x\bx      After  expanding  each _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd, f\bfo\bor\br command, c\bca\bas\bse\be
                       command, s\bse\bel\ble\bec\bct\bt command, or arithmetic f\bfo\bor\br command, dis-
-                      play the expanded value of P\bPS\bS4\b4, followed by the  command
+                      play  the expanded value of P\bPS\bS4\b4, followed by the command
                       and its expanded arguments or associated word list.
-              -\b-B\bB      The  shell performs brace expansion (see B\bBr\bra\bac\bce\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
+              -\b-B\bB      The shell performs brace expansion (see B\bBr\bra\bac\bce\b E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
                       above).  This is on by default.
-              -\b-C\bC      If set, b\bba\bas\bsh\bh does not overwrite an  existing  file  with
-                      the  >\b>,  >\b>&\b&,  and <\b<>\b> redirection operators.  This may be
+              -\b-C\bC      If  set,  b\bba\bas\bsh\bh  does not overwrite an existing file with
+                      the >\b>, >\b>&\b&, and <\b<>\b> redirection operators.   This  may  be
                       overridden when creating output files by using the redi-
                       rection operator >\b>|\b| instead of >\b>.
               -\b-E\bE      If set, any trap on E\bER\bRR\bR is inherited by shell functions,
-                      command substitutions, and commands executed in  a  sub-
-                      shell  environment.  The E\bER\bRR\bR trap is normally not inher-
+                      command  substitutions,  and commands executed in a sub-
+                      shell environment.  The E\bER\bRR\bR trap is normally not  inher-
                       ited in such cases.
               -\b-H\bH      Enable !\b!  style history substitution.  This option is on
                       by default when the shell is interactive.
-              -\b-P\bP      If  set,  the  shell does not follow symbolic links when
-                      executing commands such as c\bcd\bd that  change  the  current
+              -\b-P\bP      If set, the shell does not follow  symbolic  links  when
+                      executing  commands  such  as c\bcd\bd that change the current
                       working  directory.   It  uses  the  physical  directory
                       structure instead.  By default, b\bba\bas\bsh\bh follows the logical
-                      chain  of  directories  when  performing  commands which
+                      chain of  directories  when  performing  commands  which
                       change the current directory.
-              -\b-T\bT      If set, any trap on D\bDE\bEB\bBU\bUG\bG is inherited  by  shell  func-
+              -\b-T\bT      If  set,  any  trap on D\bDE\bEB\bBU\bUG\bG is inherited by shell func-
                       tions, command substitutions, and commands executed in a
-                      subshell environment.  The D\bDE\bEB\bBU\bUG\bG trap  is  normally  not
+                      subshell  environment.   The  D\bDE\bEB\bBU\bUG\bG trap is normally not
                       inherited in such cases.
-              -\b--\b-      If  no arguments follow this option, then the positional
+              -\b--\b-      If no arguments follow this option, then the  positional
                       parameters are unset.  Otherwise, the positional parame-
-                      ters  are  set  to  the _\ba_\br_\bgs, even if some of them begin
+                      ters are set to the _\ba_\br_\bgs, even if  some  of  them  begin
                       with a -\b-.
-              -\b-       Signal the end of options, cause all remaining  _\ba_\br_\bgs  to
+              -\b-       Signal  the  end of options, cause all remaining _\ba_\br_\bgs to
                       be assigned to the positional parameters.  The -\b-x\bx and -\b-v\bv
                       options are turned off.  If there are no _\ba_\br_\bgs, the posi-
                       tional parameters remain unchanged.
 
-              The  options are off by default unless otherwise noted.  Using +
-              rather than - causes  these  options  to  be  turned  off.   The
-              options  can  also be specified as arguments to an invocation of
-              the shell.  The current set of options may be found in $\b$-\b-.   The
+              The options are off by default unless otherwise noted.  Using  +
+              rather  than  -  causes  these  options  to  be turned off.  The
+              options can also be specified as arguments to an  invocation  of
+              the  shell.  The current set of options may be found in $\b$-\b-.  The
               return status is always true unless an invalid option is encoun-
               tered.
 
        s\bsh\bhi\bif\bft\bt [_\bn]
-              The positional parameters from _\bn+1 ... are renamed  to  $\b$1\b .\b..\b..\b..\b.
-              Parameters  represented  by  the  numbers  $\b$#\b# down to $\b$#\b#-_\bn+1 are
-              unset.  _\bn must be a non-negative number less than  or  equal  to
-              $\b$#\b#.   If  _\bn is 0, no parameters are changed.  If _\bn is not given,
-              it is assumed to be 1.  If _\bn is greater than $\b$#\b#, the  positional
-              parameters  are  not changed.  The return status is greater than
+              The  positional  parameters  from _\bn+1 ... are renamed to $\b$1\b1 .\b..\b..\b..\b.
+              Parameters represented by the numbers  $\b$#\b#  down  to  $\b$#\b#-_\bn+1  are
+              unset.   _\bn  must  be a non-negative number less than or equal to
+              $\b$#\b#.  If _\bn is 0, no parameters are changed.  If _\bn is  not  given,
+              it  is assumed to be 1.  If _\bn is greater than $\b$#\b#, the positional
+              parameters are not changed.  The return status is  greater  than
               zero if _\bn is greater than $\b$#\b# or less than zero; otherwise 0.
 
        s\bsh\bho\bop\bpt\bt [-\b-p\bpq\bqs\bsu\bu] [-\b-o\bo] [_\bo_\bp_\bt_\bn_\ba_\bm_\be ...]
               Toggle the values of variables controlling optional shell behav-
               ior.  With no options, or with the -\b-p\bp option, a list of all set-
               table options is displayed, with an indication of whether or not
-              each  is  set.  The -\b-p\bp option causes output to be displayed in a
-              form that may be  reused  as  input.   Other  options  have  the
-              following meanings:
+              each is set.  The -\b-p\bp option causes output to be displayed  in  a
+              form  that  may be reused as input.  Other options have the fol-
+              lowing meanings:
               -\b-s\bs     Enable (set) each _\bo_\bp_\bt_\bn_\ba_\bm_\be.
               -\b-u\bu     Disable (unset) each _\bo_\bp_\bt_\bn_\ba_\bm_\be.
-              -\b-q\bq     Suppresses  normal output (quiet mode); the return status
+              -\b-q\bq     Suppresses normal output (quiet mode); the return  status
                      indicates whether the _\bo_\bp_\bt_\bn_\ba_\bm_\be is set or unset.  If multi-
-                     ple  _\bo_\bp_\bt_\bn_\ba_\bm_\be arguments are given with -\b-q\bq, the return sta-
-                     tus is zero if all _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs are enabled; non-zero  other-
+                     ple _\bo_\bp_\bt_\bn_\ba_\bm_\be arguments are given with -\b-q\bq, the return  sta-
+                     tus  is zero if all _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs are enabled; non-zero other-
                      wise.
-              -\b-o\bo     Restricts  the  values of _\bo_\bp_\bt_\bn_\ba_\bm_\be to be those defined for
+              -\b-o\bo     Restricts the values of _\bo_\bp_\bt_\bn_\ba_\bm_\be to be those  defined  for
                      the -\b-o\bo option to the s\bse\bet\bt builtin.
 
-              If either -\b-s\bs or -\b-u\bu is used with no _\bo_\bp_\bt_\bn_\ba_\bm_\be arguments,  the  dis-
+              If  either  -\b-s\bs or -\b-u\bu is used with no _\bo_\bp_\bt_\bn_\ba_\bm_\be arguments, the dis-
               play is limited to those options which are set or unset, respec-
-              tively.  Unless otherwise noted, the s\bsh\bho\bop\bpt\bt options are  disabled
+              tively.   Unless otherwise noted, the s\bsh\bho\bop\bpt\bt options are disabled
               (unset) by default.
 
-              The  return  status when listing options is zero if all _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs
-              are enabled, non-zero  otherwise.   When  setting  or  unsetting
-              options,  the  return  status is zero unless an _\bo_\bp_\bt_\bn_\ba_\bm_\be is not a
+              The return status when listing options is zero if  all  _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs
+              are  enabled,  non-zero  otherwise.   When  setting or unsetting
+              options, the return status is zero unless an _\bo_\bp_\bt_\bn_\ba_\bm_\be  is  not  a
               valid shell option.
 
               The list of s\bsh\bho\bop\bpt\bt options is:
 
               c\bcd\bda\bab\bbl\ble\be_\b_v\bva\bar\brs\bs
-                      If set, an argument to the c\bcd\bd builtin  command  that  is
-                      not  a directory is assumed to be the name of a variable
+                      If  set,  an  argument to the c\bcd\bd builtin command that is
+                      not a directory is assumed to be the name of a  variable
                       whose value is the directory to change to.
               c\bcd\bds\bsp\bpe\bel\bll\bl If set, minor errors in the spelling of a directory com-
-                      ponent  in  a  c\bcd\bd command will be corrected.  The errors
+                      ponent in a c\bcd\bd command will be  corrected.   The  errors
                       checked for are transposed characters, a missing charac-
-                      ter,  and  one  character  too many.  If a correction is
-                      found, the corrected file name is printed, and the  com-
-                      mand  proceeds.  This option is only used by interactive
+                      ter, and one character too many.   If  a  correction  is
+                      found,  the corrected file name is printed, and the com-
+                      mand proceeds.  This option is only used by  interactive
                       shells.
               c\bch\bhe\bec\bck\bkh\bha\bas\bsh\bh
                       If set, b\bba\bas\bsh\bh checks that a command found in the hash ta-
-                      ble  exists  before  trying  to execute it.  If a hashed
-                      command no longer exists, a normal path search  is  per-
+                      ble exists before trying to execute  it.   If  a  hashed
+                      command  no  longer exists, a normal path search is per-
                       formed.
               c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\be
-                      If  set,  b\bba\bas\bsh\bh checks the window size after each command
-                      and, if necessary,  updates  the  values  of  L\bLI\bIN\bNE\bES\b and
+                      If set, b\bba\bas\bsh\bh checks the window size after  each  command
+                      and,  if  necessary,  updates  the  values  of L\bLI\bIN\bNE\bES\bS and
                       C\bCO\bOL\bLU\bUM\bMN\bNS\bS.
-              c\bcm\bmd\bdh\bhi\bis\bst\bt If  set,  b\bba\bas\bsh\bh attempts to save all lines of a multiple-
-                      line command in the same  history  entry.   This  allows
+              c\bcm\bmd\bdh\bhi\bis\bst\bt If set, b\bba\bas\bsh\bh attempts to save all lines of  a  multiple-
+                      line  command  in  the  same history entry.  This allows
                       easy re-editing of multi-line commands.
-              d\bdo\bot\btg\bgl\blo\bob\bb If  set, b\bba\bas\bsh\bh includes filenames beginning with a `.' in
+              d\bdo\bot\btg\bgl\blo\bob\bb If set, b\bba\bas\bsh\bh includes filenames beginning with a `.'  in
                       the results of pathname expansion.
               e\bex\bxe\bec\bcf\bfa\bai\bil\bl
                       If set, a non-interactive shell will not exit if it can-
-                      not  execute  the  file  specified as an argument to the
-                      e\bex\bxe\bec\bbuiltin command.  An  interactive  shell  does  not
+                      not execute the file specified as  an  argument  to  the
+                      e\bex\bxe\bec\b builtin  command.   An  interactive shell does not
                       exit if e\bex\bxe\bec\bc fails.
               e\bex\bxp\bpa\ban\bnd\bd_\b_a\bal\bli\bia\bas\bse\bes\bs
-                      If  set,  aliases  are expanded as described above under
+                      If set, aliases are expanded as  described  above  under
                       A\bAL\bLI\bIA\bAS\bSE\bES\bS.  This option is enabled by default for interac-
                       tive shells.
               e\bex\bxt\btd\bde\beb\bbu\bug\bg
-                      If  set,  behavior  intended  for  use  by  debuggers is
+                      If set,  behavior  intended  for  use  by  debuggers  is
                       enabled:
                       1\b1.\b.     The -\b-F\bF option to the d\bde\bec\bcl\bla\bar\bre\be builtin displays the
                              source file name and line number corresponding to
                              each function name supplied as an argument.
-                      2\b2.\b.     If the command run by the D\bDE\bEB\bBU\bUG\bG  trap  returns  a
-                             non-zero  value,  the next command is skipped and
+                      2\b2.\b.     If  the  command  run by the D\bDE\bEB\bBU\bUG\bG trap returns a
+                             non-zero value, the next command is  skipped  and
                              not executed.
-                      3\b3.\b.     If the command run by the D\bDE\bEB\bBU\bUG\bG  trap  returns  a
-                             value  of 2, and the shell is executing in a sub-
-                             routine (a shell function or a shell script  exe-
-                             cuted  by  the  .\b.  or s\bso\bou\bur\brc\bce\be builtins), a call to
+                      3\b3.\b.     If  the  command  run by the D\bDE\bEB\bBU\bUG\bG trap returns a
+                             value of 2, and the shell is executing in a  sub-
+                             routine  (a shell function or a shell script exe-
+                             cuted by the .\b. or s\bso\bou\bur\brc\bce\be  builtins),  a  call  to
                              r\bre\bet\btu\bur\brn\bn is simulated.
               e\bex\bxt\btg\bgl\blo\bob\bb If set, the extended pattern matching features described
                       above under P\bPa\bat\bth\bhn\bna\bam\bme\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn are enabled.
               e\bex\bxt\btq\bqu\buo\bot\bte\be
-                      If  set,  $\b$'_\bs_\bt_\br_\bi_\bn_\bg'  and  $\b$"_\bs_\bt_\br_\bi_\bn_\bg" quoting is performed
-                      within  $\b${\b{_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}\b}  expansions  enclosed   in   double
+                      If set, $\b$'_\bs_\bt_\br_\bi_\bn_\bg' and  $\b$"_\bs_\bt_\br_\bi_\bn_\bg"  quoting  is  performed
+                      within   $\b${\b{_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}\b}   expansions  enclosed  in  double
                       quotes.  This option is enabled by default.
               f\bfa\bai\bil\blg\bgl\blo\bob\bb
-                      If  set,  patterns  which fail to match filenames during
+                      If set, patterns which fail to  match  filenames  during
                       pathname expansion result in an expansion error.
               f\bfo\bor\brc\bce\be_\b_f\bfi\big\bgn\bno\bor\bre\be
-                      If set, the suffixes  specified  by  the  F\bFI\bIG\bGN\bNO\bOR\bRE\b shell
-                      variable  cause words to be ignored when performing word
+                      If  set,  the  suffixes  specified  by the F\bFI\bIG\bGN\bNO\bOR\bRE\bE shell
+                      variable cause words to be ignored when performing  word
                       completion even if the ignored words are the only possi-
                       ble  completions.   See  S\bSH\bHE\bEL\bLL\bL  V\bVA\bAR\bRI\bIA\bAB\bBL\bLE\bES\bS  above  for  a
-                      description of  F\bFI\bIG\bGN\bNO\bOR\bRE\bE.   This  option  is  enabled  by
+                      description  of  F\bFI\bIG\bGN\bNO\bOR\bRE\bE.   This  option  is  enabled by
                       default.
               g\bgn\bnu\bu_\b_e\ber\brr\brf\bfm\bmt\bt
                       If set, shell error messages are written in the standard
                       GNU error message format.
               h\bhi\bis\bst\bta\bap\bpp\bpe\ben\bnd\bd
-                      If set, the history list is appended to the  file  named
-                      by  the  value  of  the H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE variable when the shell
+                      If  set,  the history list is appended to the file named
+                      by the value of the H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE  variable  when  the  shell
                       exits, rather than overwriting the file.
               h\bhi\bis\bst\btr\bre\bee\bed\bdi\bit\bt
-                      If set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, a user is given  the
+                      If  set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, a user is given the
                       opportunity to re-edit a failed history substitution.
               h\bhi\bis\bst\btv\bve\ber\bri\bif\bfy\by
-                      If  set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, the results of his-
-                      tory substitution are  not  immediately  passed  to  the
-                      shell  parser.   Instead,  the  resulting line is loaded
+                      If set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, the results of  his-
+                      tory  substitution  are  not  immediately  passed to the
+                      shell parser.  Instead, the  resulting  line  is  loaded
                       into the r\bre\bea\bad\bdl\bli\bin\bne\be editing buffer, allowing further modi-
                       fication.
               h\bho\bos\bst\btc\bco\bom\bmp\bpl\ble\bet\bte\be
                       If set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, b\bba\bas\bsh\bh will attempt to
-                      perform hostname completion when a word containing  a  @\b@
-                      is   being  completed  (see  C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg  under  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
+                      perform  hostname  completion when a word containing a @\b@
+                      is  being  completed  (see  C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg  under   R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
                       above).  This is enabled by default.
               h\bhu\bup\bpo\bon\bne\bex\bxi\bit\bt
                       If set, b\bba\bas\bsh\bh will send S\bSI\bIG\bGH\bHU\bUP\bP to all jobs when an inter-
                       active login shell exits.
               i\bin\bnt\bte\ber\bra\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\bs
                       If set, allow a word beginning with #\b# to cause that word
-                      and all remaining characters on that line to be  ignored
-                      in  an  interactive  shell  (see  C\bCO\bOM\bMM\bME\bEN\bNT\bTS\bS above).  This
+                      and  all remaining characters on that line to be ignored
+                      in an interactive  shell  (see  C\bCO\bOM\bMM\bME\bEN\bNT\bTS\bS  above).   This
                       option is enabled by default.
-              l\bli\bit\bth\bhi\bis\bst\bt If set, and the c\bcm\bmd\bdh\bhi\bis\bst\bt option  is  enabled,  multi-line
+              l\bli\bit\bth\bhi\bis\bst\bt If  set,  and  the c\bcm\bmd\bdh\bhi\bis\bst\bt option is enabled, multi-line
                       commands are saved to the history with embedded newlines
                       rather than using semicolon separators where possible.
               l\blo\bog\bgi\bin\bn_\b_s\bsh\bhe\bel\bll\bl
-                      The shell sets this option if it is started as  a  login
-                      shell  (see  I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN  above).   The  value may not be
+                      The  shell  sets this option if it is started as a login
+                      shell (see I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN above).   The  value  may  not  be
                       changed.
               m\bma\bai\bil\blw\bwa\bar\brn\bn
-                      If set, and a file that b\bba\bas\bsh\bh is checking  for  mail  has
-                      been  accessed  since  the last time it was checked, the
-                      message ``The mail in _\bm_\ba_\bi_\bl_\bf_\bi_\bl_\be has been read''  is  dis-
+                      If  set,  and  a file that b\bba\bas\bsh\bh is checking for mail has
+                      been accessed since the last time it  was  checked,  the
+                      message  ``The  mail in _\bm_\ba_\bi_\bl_\bf_\bi_\bl_\be has been read'' is dis-
                       played.
               n\bno\bo_\b_e\bem\bmp\bpt\bty\by_\b_c\bcm\bmd\bd_\b_c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn
-                      If  set,  and  r\bre\bea\bad\bdl\bli\bin\bne\be  is  being  used,  b\bba\bas\bsh\bh will not
+                      If set, and  r\bre\bea\bad\bdl\bli\bin\bne\be  is  being  used,  b\bba\bas\bsh\bh  will  not
                       attempt to search the P\bPA\bAT\bTH\bH for possible completions when
                       completion is attempted on an empty line.
               n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\bb
-                      If  set,  b\bba\bas\bsh\bh  matches  filenames in a case-insensitive
+                      If set, b\bba\bas\bsh\bh matches  filenames  in  a  case-insensitive
                       fashion when performing pathname expansion (see P\bPa\bat\bth\bhn\bna\bam\bme\be
                       E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn above).
               n\bnu\bul\bll\blg\bgl\blo\bob\bb
-                      If  set,  b\bba\bas\bsh\bh allows patterns which match no files (see
-                      P\bPa\bat\bth\bhn\bna\bam\bme\bE\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn above) to expand to  a  null  string,
+                      If set, b\bba\bas\bsh\bh allows patterns which match no  files  (see
+                      P\bPa\bat\bth\bhn\bna\bam\bme\b E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn  above)  to expand to a null string,
                       rather than themselves.
               p\bpr\bro\bog\bgc\bco\bom\bmp\bp
                       If set, the programmable completion facilities (see P\bPr\bro\bo-\b-
@@ -4449,44 +4478,44 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       enabled by default.
               p\bpr\bro\bom\bmp\bpt\btv\bva\bar\brs\bs
                       If set, prompt strings undergo parameter expansion, com-
-                      mand  substitution,  arithmetic  expansion,  and   quote
-                      removal  after  being expanded as described in P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
+                      mand   substitution,  arithmetic  expansion,  and  quote
+                      removal after being expanded as described  in  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
                       above.  This option is enabled by default.
               r\bre\bes\bst\btr\bri\bic\bct\bte\bed\bd_\b_s\bsh\bhe\bel\bll\bl
-                      The  shell  sets  this  option  if  it  is  started   in
+                      The   shell  sets  this  option  if  it  is  started  in
                       restricted mode (see R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL below).  The value
-                      may not be changed.  This is not reset when the  startup
-                      files  are  executed, allowing the startup files to dis-
+                      may  not be changed.  This is not reset when the startup
+                      files are executed, allowing the startup files  to  dis-
                       cover whether or not a shell is restricted.
               s\bsh\bhi\bif\bft\bt_\b_v\bve\ber\brb\bbo\bos\bse\be
-                      If set, the s\bsh\bhi\bif\bft\bt builtin prints an error  message  when
+                      If  set,  the s\bsh\bhi\bif\bft\bt builtin prints an error message when
                       the shift count exceeds the number of positional parame-
                       ters.
               s\bso\bou\bur\brc\bce\bep\bpa\bat\bth\bh
                       If set, the s\bso\bou\bur\brc\bce\be (.\b.) builtin uses the value of P\bPA\bAT\bTH\bH to
-                      find  the  directory  containing the file supplied as an
+                      find the directory containing the file  supplied  as  an
                       argument.  This option is enabled by default.
               x\bxp\bpg\bg_\b_e\bec\bch\bho\bo
-                      If  set,  the  e\bec\bch\bho\bo  builtin  expands   backslash-escape
+                      If   set,  the  e\bec\bch\bho\bo  builtin  expands  backslash-escape
                       sequences by default.
        s\bsu\bus\bsp\bpe\ben\bnd\bd [-\b-f\bf]
-              Suspend  the execution of this shell until it receives a S\bSI\bIG\bGC\bCO\bON\bNT\bT
-              signal.  The -\b-f\bf option says not to complain if this is  a  login
-              shell;  just  suspend anyway.  The return status is 0 unless the
+              Suspend the execution of this shell until it receives a  S\bSI\bIG\bGC\bCO\bON\bNT\bT
+              signal.   The  -\b-f\bf option says not to complain if this is a login
+              shell; just suspend anyway.  The return status is 0  unless  the
               shell is a login shell and -\b-f\bf is not supplied, or if job control
               is not enabled.
        t\bte\bes\bst\bt _\be_\bx_\bp_\br
        [\b[ _\be_\bx_\bp_\br ]\b]
-              Return  a  status  of  0 or 1 depending on the evaluation of the
-              conditional expression _\be_\bx_\bp_\br.  Each operator and operand must  be
-              a  separate argument.  Expressions are composed of the primaries
+              Return a status of 0 or 1 depending on  the  evaluation  of  the
+              conditional  expression _\be_\bx_\bp_\br.  Each operator and operand must be
+              a separate argument.  Expressions are composed of the  primaries
               described above under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS.
 
-              Expressions may  be  combined  using  the  following  operators,
+              Expressions  may  be  combined  using  the  following operators,
               listed in decreasing order of precedence.
               !\b! _\be_\bx_\bp_\br True if _\be_\bx_\bp_\br is false.
               (\b( _\be_\bx_\bp_\br )\b)
-                     Returns  the value of _\be_\bx_\bp_\br.  This may be used to override
+                     Returns the value of _\be_\bx_\bp_\br.  This may be used to  override
                      the normal precedence of operators.
               _\be_\bx_\bp_\br_\b1 -a\ba _\be_\bx_\bp_\br_\b2
                      True if both _\be_\bx_\bp_\br_\b1 and _\be_\bx_\bp_\br_\b2 are true.
@@ -4503,109 +4532,109 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      null.
               2 arguments
                      If the first argument is !\b!, the expression is true if and
-                     only  if the second argument is null.  If the first argu-
-                     ment is one of the  unary  conditional  operators  listed
-                     above  under  C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL  E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS, the expression is
+                     only if the second argument is null.  If the first  argu-
+                     ment  is  one  of  the unary conditional operators listed
+                     above under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS,  the  expression  is
                      true if the unary test is true.  If the first argument is
                      not a valid unary conditional operator, the expression is
                      false.
               3 arguments
-                     If the second argument is one of the  binary  conditional
+                     If  the  second argument is one of the binary conditional
                      operators listed above under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS, the
                      result of the expression is the result of the binary test
-                     using  the first and third arguments as operands.  If the
-                     first argument is !\b!, the value is  the  negation  of  the
-                     two-argument  test  using the second and third arguments.
+                     using the first and third arguments as operands.  If  the
+                     first  argument  is  !\b!,  the value is the negation of the
+                     two-argument test using the second and  third  arguments.
                      If the first argument is exactly (\b( and the third argument
-                     is  exactly )\b), the result is the one-argument test of the
-                     second argument.  Otherwise,  the  expression  is  false.
-                     The  -\b-a\ba  and -\b-o\bo operators are considered binary operators
+                     is exactly )\b), the result is the one-argument test of  the
+                     second  argument.   Otherwise,  the  expression is false.
+                     The -\b-a\ba and -\b-o\bo operators are considered  binary  operators
                      in this case.
               4 arguments
                      If the first argument is !\b!, the result is the negation of
-                     the  three-argument  expression composed of the remaining
+                     the three-argument expression composed of  the  remaining
                      arguments.  Otherwise, the expression is parsed and eval-
-                     uated  according  to  precedence  using  the rules listed
+                     uated according to  precedence  using  the  rules  listed
                      above.
               5 or more arguments
-                     The expression  is  parsed  and  evaluated  according  to
+                     The  expression  is  parsed  and  evaluated  according to
                      precedence using the rules listed above.
 
-       t\bti\bim\bme\bes\bs  Print  the  accumulated  user and system times for the shell and
+       t\bti\bim\bme\bes\bs  Print the accumulated user and system times for  the  shell  and
               for processes run from the shell.  The return status is 0.
 
        t\btr\bra\bap\bp [-\b-l\blp\bp] [[_\ba_\br_\bg] _\bs_\bi_\bg_\bs_\bp_\be_\bc ...]
-              The command _\ba_\br_\bg is to  be  read  and  executed  when  the  shell
-              receives  signal(s)  _\bs_\bi_\bg_\bs_\bp_\be_\bc.   If _\ba_\br_\bg is absent (and there is a
-              single _\bs_\bi_\bg_\bs_\bp_\be_\bc) or -\b-, each specified  signal  is  reset  to  its
-              original  disposition  (the  value  it  had upon entrance to the
-              shell).  If _\ba_\br_\bg is the null string the signal specified by  each
-              _\bs_\bi_\bg_\bs_\bp_\be_\b is ignored by the shell and by the commands it invokes.
-              If _\ba_\br_\bg is not present and -\b-p\bp has been supplied,  then  the  trap
-              commands  associated  with  each  _\bs_\bi_\bg_\bs_\bp_\be_\bc  are displayed.  If no
-              arguments are supplied or if only -\b-p\bp is given, t\btr\bra\bap\bp  prints  the
-              list  of  commands  associated  with each signal.  The -\b-l\bl option
-              causes the shell to print a list of signal names and their  cor-
-              responding  numbers.   Each  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  either  a  signal name
-              defined in <_\bs_\bi_\bg_\bn_\ba_\bl_\b._\bh>, or a signal  number.   Signal  names  are
-              case  insensitive  and the SIG prefix is optional.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc
-              is E\bEX\bXI\bIT\bT (0) the command _\ba_\br_\bg is executed on exit from the  shell.
-              If  a _\bs_\bi_\bg_\bs_\bp_\be_\bc is D\bDE\bEB\bBU\bUG\bG, the command _\ba_\br_\bg is executed before every
+              The  command  _\ba_\br_\bg  is  to  be  read  and executed when the shell
+              receives signal(s) _\bs_\bi_\bg_\bs_\bp_\be_\bc.  If _\ba_\br_\bg is absent (and  there  is  a
+              single  _\bs_\bi_\bg_\bs_\bp_\be_\bc)  or  -\b-,  each  specified signal is reset to its
+              original disposition (the value it  had  upon  entrance  to  the
+              shell).   If _\ba_\br_\bg is the null string the signal specified by each
+              _\bs_\bi_\bg_\bs_\bp_\be_\bis ignored by the shell and by the commands it  invokes.
+              If  _\ba_\br_\bg  is  not present and -\b-p\bp has been supplied, then the trap
+              commands associated with each  _\bs_\bi_\bg_\bs_\bp_\be_\bc  are  displayed.   If  no
+              arguments  are  supplied or if only -\b-p\bp is given, t\btr\bra\bap\bp prints the
+              list of commands associated with each  signal.   The  -\b-l\b option
+              causes  the shell to print a list of signal names and their cor-
+              responding numbers.   Each  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  either  a  signal  name
+              defined  in  <_\bs_\bi_\bg_\bn_\ba_\bl_\b._\bh>,  or  a signal number.  Signal names are
+              case insensitive and the SIG prefix is optional.  If  a  _\bs_\bi_\bg_\bs_\bp_\be_\bc
+              is  E\bEX\bXI\bIT\bT (0) the command _\ba_\br_\bg is executed on exit from the shell.
+              If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is D\bDE\bEB\bBU\bUG\bG, the command _\ba_\br_\bg is executed before  every
               _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd, _\bf_\bo_\br command, _\bc_\ba_\bs_\be command, _\bs_\be_\bl_\be_\bc_\bt command, every
               arithmetic _\bf_\bo_\br command, and before the first command executes in
-              a shell function  (see  S\bSH\bHE\bEL\bLL\bL  G\bGR\bRA\bAM\bMM\bMA\bAR\bR  above).   Refer  to  the
-              description  of  the  e\bex\bxt\btd\bde\beb\bbu\bug\bg  option  to the s\bsh\bho\bop\bpt\bt builtin for
-              details of its effect on the D\bDE\bEB\bBU\bUG\bG trap.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  E\bER\bRR\bR,
-              the  command  _\ba_\br_\bg  is  executed  whenever a simple command has a
-              non-zero exit status, subject to the following conditions.   The
-              E\bER\bRR\b trap  is  not executed if the failed command is part of the
-              command list immediately following a  w\bwh\bhi\bil\ble\be  or  u\bun\bnt\bti\bil\b keyword,
+              a  shell  function  (see  S\bSH\bHE\bEL\bLL\bL  G\bGR\bRA\bAM\bMM\bMA\bAR\bR  above).   Refer to the
+              description of the e\bex\bxt\btd\bde\beb\bbu\bug\bg option  to  the  s\bsh\bho\bop\bpt\bt  builtin  for
+              details  of  its effect on the D\bDE\bEB\bBU\bUG\bG trap.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is E\bER\bRR\bR,
+              the command _\ba_\br_\bg is executed whenever  a  simple  command  has  a
+              non-zero  exit status, subject to the following conditions.  The
+              E\bER\bRR\btrap is not executed if the failed command is  part  of  the
+              command  list  immediately  following  a w\bwh\bhi\bil\ble\be or u\bun\bnt\bti\bil\bl keyword,
               part of the test in an _\bi_\bf statement, part of a &\b&&\b& or |\b||\b| list, or
-              if the command's return value is being inverted  via  !\b!.   These
-              are  the  same  conditions  obeyed  by the e\ber\brr\bre\bex\bxi\bit\bt option.  If a
+              if  the  command's  return value is being inverted via !\b!.  These
+              are the same conditions obeyed by  the  e\ber\brr\bre\bex\bxi\bit\bt  option.   If  a
               _\bs_\bi_\bg_\bs_\bp_\be_\bc is R\bRE\bET\bTU\bUR\bRN\bN, the command _\ba_\br_\bg is executed each time a shell
               function or a script executed with the .\b. or s\bso\bou\bur\brc\bce\be builtins fin-
               ishes executing.  Signals ignored upon entry to the shell cannot
-              be  trapped or reset.  Trapped signals are reset to their origi-
-              nal values in a child process when it is  created.   The  return
-              status  is  false  if  any  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  invalid; otherwise t\btr\bra\bap\bp
+              be trapped or reset.  Trapped signals are reset to their  origi-
+              nal  values  in  a child process when it is created.  The return
+              status is false  if  any  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  invalid;  otherwise  t\btr\bra\bap\bp
               returns true.
 
        t\bty\byp\bpe\be [-\b-a\baf\bft\btp\bpP\bP] _\bn_\ba_\bm_\be [_\bn_\ba_\bm_\be ...]
-              With no options, indicate how each _\bn_\ba_\bm_\be would be interpreted  if
+              With  no options, indicate how each _\bn_\ba_\bm_\be would be interpreted if
               used as a command name.  If the -\b-t\bt option is used, t\bty\byp\bpe\be prints a
-              string which is one of _\ba_\bl_\bi_\ba_\bs,  _\bk_\be_\by_\bw_\bo_\br_\bd,  _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn,  _\bb_\bu_\bi_\bl_\bt_\bi_\bn,  or
-              _\bf_\bi_\bl_\b if  _\bn_\ba_\bm_\be  is  an  alias,  shell  reserved  word, function,
-              builtin, or disk file, respectively.  If the _\bn_\ba_\bm_\be is not  found,
-              then  nothing  is  printed,  and  an  exit  status  of  false is
-              returned.  If the -\b-p\bp option is used,  t\bty\byp\bpe\be  either  returns  the
+              string  which  is  one  of _\ba_\bl_\bi_\ba_\bs, _\bk_\be_\by_\bw_\bo_\br_\bd, _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn, _\bb_\bu_\bi_\bl_\bt_\bi_\bn, or
+              _\bf_\bi_\bl_\bif  _\bn_\ba_\bm_\be  is  an  alias,  shell  reserved  word,  function,
+              builtin,  or disk file, respectively.  If the _\bn_\ba_\bm_\be is not found,
+              then nothing  is  printed,  and  an  exit  status  of  false  is
+              returned.   If  the  -\b-p\bp  option is used, t\bty\byp\bpe\be either returns the
               name of the disk file that would be executed if _\bn_\ba_\bm_\be were speci-
               fied as a command name, or nothing if ``type -t name'' would not
-              return  _\bf_\bi_\bl_\be.  The -\b-P\bP option forces a P\bPA\bAT\bTH\bH search for each _\bn_\ba_\bm_\be,
+              return _\bf_\bi_\bl_\be.  The -\b-P\bP option forces a P\bPA\bAT\bTH\bH search for each  _\bn_\ba_\bm_\be,
               even if ``type -t name'' would not return _\bf_\bi_\bl_\be.  If a command is
-              hashed,  -\b-p\bp  and  -\b-P\bP print the hashed value, not necessarily the
+              hashed, -\b-p\bp and -\b-P\bP print the hashed value,  not  necessarily  the
               file that appears first in P\bPA\bAT\bTH\bH.  If the -\b-a\ba option is used, t\bty\byp\bpe\be
-              prints  all of the places that contain an executable named _\bn_\ba_\bm_\be.
-              This includes aliases and functions,  if  and  only  if  the  -\b-p\bp
-              option  is  not  also used.  The table of hashed commands is not
-              consulted when using -\b-a\ba.  The -\b-f\bf option suppresses  shell  func-
-              tion  lookup, as with the c\bco\bom\bmm\bma\ban\bnd\bd builtin.  t\bty\byp\bpe\be returns true if
+              prints all of the places that contain an executable named  _\bn_\ba_\bm_\be.
+              This  includes  aliases  and  functions,  if  and only if the -\b-p\bp
+              option is not also used.  The table of hashed  commands  is  not
+              consulted  when  using -\b-a\ba.  The -\b-f\bf option suppresses shell func-
+              tion lookup, as with the c\bco\bom\bmm\bma\ban\bnd\bd builtin.  t\bty\byp\bpe\be returns true  if
               any of the arguments are found, false if none are found.
 
        u\bul\bli\bim\bmi\bit\bt [-\b-S\bSH\bHa\bac\bcd\bdf\bfl\blm\bmn\bnp\bps\bst\btu\buv\bv [_\bl_\bi_\bm_\bi_\bt]]
-              Provides control over the resources available to the  shell  and
-              to  processes started by it, on systems that allow such control.
+              Provides  control  over the resources available to the shell and
+              to processes started by it, on systems that allow such  control.
               The -\b-H\bH and -\b-S\bS options specify that the hard or soft limit is set
-              for  the  given resource.  A hard limit cannot be increased once
-              it is set; a soft limit may be increased up to the value of  the
-              hard  limit.   If  neither -\b-H\bH nor -\b-S\bS is specified, both the soft
-              and hard limits are set.  The value of _\bl_\bi_\bm_\bi_\bt can be a number  in
+              for the given resource.  A hard limit cannot be  increased  once
+              it  is set; a soft limit may be increased up to the value of the
+              hard limit.  If neither -\b-H\bH nor -\b-S\bS is specified,  both  the  soft
+              and  hard limits are set.  The value of _\bl_\bi_\bm_\bi_\bt can be a number in
               the unit specified for the resource or one of the special values
-              h\bha\bar\brd\bd, s\bso\bof\bft\bt, or u\bun\bnl\bli\bim\bmi\bit\bte\bed\bd,  which  stand  for  the  current  hard
-              limit,  the  current soft limit, and no limit, respectively.  If
-              _\bl_\bi_\bm_\bi_\bis omitted, the current value of the  soft  limit  of  the
-              resource  is  printed, unless the -\b-H\bH option is given.  When more
-              than one resource is specified, the  limit  name  and  unit  are
+              h\bha\bar\brd\bd,  s\bso\bof\bft\bt,  or  u\bun\bnl\bli\bim\bmi\bit\bte\bed\bd,  which  stand  for the current hard
+              limit, the current soft limit, and no limit,  respectively.   If
+              _\bl_\bi_\bm_\bi_\b is  omitted,  the  current value of the soft limit of the
+              resource is printed, unless the -\b-H\bH option is given.   When  more
+              than  one  resource  is  specified,  the limit name and unit are
               printed before the value.  Other options are interpreted as fol-
               lows:
               -\b-a\ba     All current limits are reported
@@ -4619,63 +4648,63 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               -\b-p\bp     The pipe size in 512-byte blocks (this may not be set)
               -\b-s\bs     The maximum stack size
               -\b-t\bt     The maximum amount of cpu time in seconds
-              -\b-u\bu     The  maximum  number  of  processes available to a single
+              -\b-u\bu     The maximum number of processes  available  to  a  single
                      user
-              -\b-v\bv     The maximum amount of virtual  memory  available  to  the
+              -\b-v\bv     The  maximum  amount  of  virtual memory available to the
                      shell
 
               If _\bl_\bi_\bm_\bi_\bt is given, it is the new value of the specified resource
               (the -\b-a\ba option is display only).  If no option is given, then -\b-f\bf
-              is  assumed.  Values are in 1024-byte increments, except for -\b-t\bt,
-              which is in seconds, -\b-p\bp, which is in units of  512-byte  blocks,
-              and  -\b-n\bn and -\b-u\bu, which are unscaled values.  The return status is
-              0 unless an invalid option or argument is supplied, or an  error
+              is assumed.  Values are in 1024-byte increments, except for  -\b-t\bt,
+              which  is  in seconds, -\b-p\bp, which is in units of 512-byte blocks,
+              and -\b-n\bn and -\b-u\bu, which are unscaled values.  The return status  is
+              0  unless an invalid option or argument is supplied, or an error
               occurs while setting a new limit.
 
        u\bum\bma\bas\bsk\bk [-\b-p\bp] [-\b-S\bS] [_\bm_\bo_\bd_\be]
               The user file-creation mask is set to _\bm_\bo_\bd_\be.  If _\bm_\bo_\bd_\be begins with
-              a digit, it is interpreted as an octal number; otherwise  it  is
-              interpreted  as a symbolic mode mask similar to that accepted by
-              _\bc_\bh_\bm_\bo_\bd(1).  If _\bm_\bo_\bd_\be is omitted, the current value of the mask  is
-              printed.   The  -\b-S\bS  option causes the mask to be printed in sym-
-              bolic form; the default output is an octal number.   If  the  -\b-p\bp
+              a  digit,  it is interpreted as an octal number; otherwise it is
+              interpreted as a symbolic mode mask similar to that accepted  by
+              _\bc_\bh_\bm_\bo_\bd(1).   If _\bm_\bo_\bd_\be is omitted, the current value of the mask is
+              printed.  The -\b-S\bS option causes the mask to be  printed  in  sym-
+              bolic  form;  the  default output is an octal number.  If the -\b-p\bp
               option is supplied, and _\bm_\bo_\bd_\be is omitted, the output is in a form
               that may be reused as input.  The return status is 0 if the mode
-              was  successfully  changed  or if no _\bm_\bo_\bd_\be argument was supplied,
+              was successfully changed or if no _\bm_\bo_\bd_\be  argument  was  supplied,
               and false otherwise.
 
        u\bun\bna\bal\bli\bia\bas\bs [-a\ba] [_\bn_\ba_\bm_\be ...]
-              Remove each _\bn_\ba_\bm_\be from the list of defined  aliases.   If  -\b-a\b is
-              supplied,  all  alias definitions are removed.  The return value
+              Remove  each  _\bn_\ba_\bm_\be  from  the list of defined aliases.  If -\b-a\ba is
+              supplied, all alias definitions are removed.  The  return  value
               is true unless a supplied _\bn_\ba_\bm_\be is not a defined alias.
 
        u\bun\bns\bse\bet\bt [-f\bfv\bv] [_\bn_\ba_\bm_\be ...]
-              For each _\bn_\ba_\bm_\be, remove the corresponding  variable  or  function.
+              For  each  _\bn_\ba_\bm_\be,  remove the corresponding variable or function.
               If no options are supplied, or the -\b-v\bv option is given, each _\bn_\ba_\bm_\be
-              refers to a shell variable.   Read-only  variables  may  not  be
-              unset.  If -\b-f\bf is specifed, each _\bn_\ba_\bm_\be refers to a shell function,
-              and the function definition is removed.  Each unset variable  or
-              function  is  removed  from the environment passed to subsequent
-              commands.  If any of R\bRA\bAN\bND\bDO\bOM\bM, S\bSE\bEC\bCO\bON\bND\bDS\bS, L\bLI\bIN\bNE\bEN\bNO\bO, H\bHI\bIS\bST\bTC\bCM\bMD\bD, F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE,
-              G\bGR\bRO\bOU\bUP\bPS\bS,  or  D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK are unset, they lose their special proper-
-              ties, even if they are subsequently reset.  The exit  status  is
-              true unless a _\bn_\ba_\bm_\be is readonly.
-
-       w\bwa\bai\bit\bt [_\bn]
-              Wait  for  the specified process and return its termination sta-
-              tus.  _\bn may be a process ID or a job  specification;  if  a  job
-              spec  is  given, all processes in that job's pipeline are waited
-              for.  If _\bn is not given, all currently  active  child  processes
-              are waited for, and the return status is zero.  If _\bn specifies a
-              non-existent process or job, the return status is  127.   Other-
-              wise,  the  return status is the exit status of the last process
-              or job waited for.
+              refers  to  a  shell  variable.   Read-only variables may not be
+              unset.  If -\b-f\bf is specified, each _\bn_\ba_\bm_\be refers to  a  shell  func-
+              tion,  and the function definition is removed.  Each unset vari-
+              able or function is removed from the environment passed to  sub-
+              sequent  commands.   If any of R\bRA\bAN\bND\bDO\bOM\bM, S\bSE\bEC\bCO\bON\bND\bDS\bS, L\bLI\bIN\bNE\bEN\bNO\bO, H\bHI\bIS\bST\bTC\bCM\bMD\bD,
+              F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE, G\bGR\bRO\bOU\bUP\bPS\bS, or D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK are unset, they lose their special
+              properties,  even if they are subsequently reset.  The exit sta-
+              tus is true unless a _\bn_\ba_\bm_\be is readonly.
+
+       w\bwa\bai\bit\bt [_\bn _\b._\b._\b.]
+              Wait for each specified process and return its termination  sta-
+              tus.   Each  _\bn  may be a process ID or a job specification; if a
+              job spec is given, all processes  in  that  job's  pipeline  are
+              waited  for.  If _\bn is not given, all currently active child pro-
+              cesses are waited for, and the return  status  is  zero.   If  _\bn
+              specifies  a  non-existent  process or job, the return status is
+              127.  Otherwise, the return status is the  exit  status  of  the
+              last process or job waited for.
 
 R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL
        If b\bba\bas\bsh\bh is started with the name r\brb\bba\bas\bsh\bh, or the -\b-r\br option is supplied at
-       invocation,  the  shell becomes restricted.  A restricted shell is used
-       to set up an environment more controlled than the standard  shell.   It
-       behaves  identically  to b\bba\bas\bsh\bh with the exception that the following are
+       invocation, the shell becomes restricted.  A restricted shell  is  used
+       to  set  up an environment more controlled than the standard shell.  It
+       behaves identically to b\bba\bas\bsh\bh with the exception that the  following  are
        disallowed or not performed:
 
        +\bo      changing directories with c\bcd\bd
@@ -4684,28 +4713,28 @@ R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL
 
        +\bo      specifying command names containing /\b/
 
-       +\bo      specifying  a  file  name containing a /\b/ as an argument to the .\b.
+       +\bo      specifying a file name containing a /\b/ as an argument  to  the  .\b.
               builtin command
 
-       +\bo      Specifying a filename containing a slash as an argument  to  the
+       +\bo      Specifying  a  filename containing a slash as an argument to the
               -\b-p\bp option to the h\bha\bas\bsh\bh builtin command
 
-       +\bo      importing  function  definitions  from  the shell environment at
+       +\bo      importing function definitions from  the  shell  environment  at
               startup
 
-       +\bo      parsing the value of S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS from  the  shell  environment  at
+       +\bo      parsing  the  value  of  S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS from the shell environment at
               startup
 
-       +\bo      redirecting  output using the >, >|, <>, >&, &>, and >> redirec-
+       +\bo      redirecting output using the >, >|, <>, >&, &>, and >>  redirec-
               tion operators
 
        +\bo      using the e\bex\bxe\bec\bc builtin command to replace the shell with another
               command
 
-       +\bo      adding  or  deleting builtin commands with the -\b-f\bf and -\b-d\bd options
+       +\bo      adding or deleting builtin commands with the -\b-f\bf and  -\b-d\b options
               to the e\ben\bna\bab\bbl\ble\be builtin command
 
-       +\bo      Using the  e\ben\bna\bab\bbl\ble\be  builtin  command  to  enable  disabled  shell
+       +\bo      Using  the  e\ben\bna\bab\bbl\ble\be  builtin  command  to  enable  disabled shell
               builtins
 
        +\bo      specifying the -\b-p\bp option to the c\bco\bom\bmm\bma\ban\bnd\bd builtin command
@@ -4715,14 +4744,14 @@ R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL
        These restrictions are enforced after any startup files are read.
 
        When a command that is found to be a shell script is executed (see C\bCO\bOM\bM-\b-
-       M\bMA\bAN\bND\bE\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN above), r\brb\bba\bas\bsh\bh turns off any restrictions  in  the  shell
+       M\bMA\bAN\bND\b E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN  above),  r\brb\bba\bas\bsh\bh turns off any restrictions in the shell
        spawned to execute the script.
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
        _\bB_\ba_\bs_\bh _\bR_\be_\bf_\be_\br_\be_\bn_\bc_\be _\bM_\ba_\bn_\bu_\ba_\bl, Brian Fox and Chet Ramey
        _\bT_\bh_\be _\bG_\bn_\bu _\bR_\be_\ba_\bd_\bl_\bi_\bn_\be _\bL_\bi_\bb_\br_\ba_\br_\by, Brian Fox and Chet Ramey
        _\bT_\bh_\be _\bG_\bn_\bu _\bH_\bi_\bs_\bt_\bo_\br_\by _\bL_\bi_\bb_\br_\ba_\br_\by, Brian Fox and Chet Ramey
-       _\bP_\bo_\br_\bt_\ba_\bb_\bl_\b _\bO_\bp_\be_\br_\ba_\bt_\bi_\bn_\bg  _\bS_\by_\bs_\bt_\be_\bm  _\bI_\bn_\bt_\be_\br_\bf_\ba_\bc_\be _\b(_\bP_\bO_\bS_\bI_\bX_\b) _\bP_\ba_\br_\bt _\b2_\b: _\bS_\bh_\be_\bl_\bl _\ba_\bn_\bd _\bU_\bt_\bi_\bl_\bi_\b-
+       _\bP_\bo_\br_\bt_\ba_\bb_\bl_\b_\bO_\bp_\be_\br_\ba_\bt_\bi_\bn_\bg _\bS_\by_\bs_\bt_\be_\bm _\bI_\bn_\bt_\be_\br_\bf_\ba_\bc_\be _\b(_\bP_\bO_\bS_\bI_\bX_\b) _\bP_\ba_\br_\bt _\b2_\b:  _\bS_\bh_\be_\bl_\bl  _\ba_\bn_\b _\bU_\bt_\bi_\bl_\bi_\b-
        _\bt_\bi_\be_\bs, IEEE
        _\bs_\bh(1), _\bk_\bs_\bh(1), _\bc_\bs_\bh(1)
        _\be_\bm_\ba_\bc_\bs(1), _\bv_\bi(1)
@@ -4738,7 +4767,7 @@ F\bFI\bIL\bLE\bES\bS
        _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc
               The individual per-interactive-shell startup file
        _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bl_\bo_\bg_\bo_\bu_\bt
-              The  individual  login shell cleanup file, executed when a login
+              The individual login shell cleanup file, executed when  a  login
               shell exits
        _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc
               Individual _\br_\be_\ba_\bd_\bl_\bi_\bn_\be initialization file
@@ -4752,14 +4781,14 @@ A\bAU\bUT\bTH\bHO\bOR\bRS\bS
 
 B\bBU\bUG\bG R\bRE\bEP\bPO\bOR\bRT\bTS\bS
        If you find a bug in b\bba\bas\bsh\bh,\b, you should report it.  But first, you should
-       make  sure  that  it really is a bug, and that it appears in the latest
-       version  of  b\bba\bas\bsh\bh.   The  latest  version  is  always  available   from
+       make sure that it really is a bug, and that it appears  in  the  latest
+       version   of  b\bba\bas\bsh\bh.   The  latest  version  is  always  available  from
        _\bf_\bt_\bp_\b:_\b/_\b/_\bf_\bt_\bp_\b._\bg_\bn_\bu_\b._\bo_\br_\bg_\b/_\bp_\bu_\bb_\b/_\bb_\ba_\bs_\bh_\b/.
 
-       Once  you  have  determined that a bug actually exists, use the _\bb_\ba_\bs_\bh_\bb_\bu_\bg
-       command to submit a bug report.  If you have a fix, you are  encouraged
-       to  mail that as well!  Suggestions and `philosophical' bug reports may
-       be mailed  to  _\bb_\bu_\bg_\b-_\bb_\ba_\bs_\bh_\b@_\bg_\bn_\bu_\b._\bo_\br_\bg  or  posted  to  the  Usenet  newsgroup
+       Once you have determined that a bug actually exists,  use  the  _\bb_\ba_\bs_\bh_\bb_\bu_\bg
+       command  to submit a bug report.  If you have a fix, you are encouraged
+       to mail that as well!  Suggestions and `philosophical' bug reports  may
+       be  mailed  to  _\bb_\bu_\bg_\b-_\bb_\ba_\bs_\bh_\b@_\bg_\bn_\bu_\b._\bo_\br_\bg  or  posted  to  the  Usenet newsgroup
        g\bgn\bnu\bu.\b.b\bba\bas\bsh\bh.\b.b\bbu\bug\bg.
 
        ALL bug reports should include:
@@ -4770,7 +4799,7 @@ B\bBU\bUG\bG R\bRE\bEP\bPO\bOR\bRT\bTS\bS
        A description of the bug behaviour
        A short script or `recipe' which exercises the bug
 
-       _\bb_\ba_\bs_\bh_\bb_\bu_\b inserts  the first three items automatically into the template
+       _\bb_\ba_\bs_\bh_\bb_\bu_\binserts the first three items automatically into  the  template
        it provides for filing a bug report.
 
        Comments and bug reports concerning this manual page should be directed
@@ -4787,19 +4816,19 @@ B\bBU\bUG\bGS\bS
        Shell builtin commands and functions are not stoppable/restartable.
 
        Compound commands and command sequences of the form `a ; b ; c' are not
-       handled  gracefully  when process suspension is attempted.  When a pro-
+       handled gracefully when process suspension is attempted.  When  a  pro-
        cess is stopped, the shell immediately executes the next command in the
        sequence.  It suffices to place the sequence of commands between paren-
        theses to force it into a subshell, which may be stopped as a unit.
 
-       Commands inside of $\b$(\b(...)\b) command substitution  are  not  parsed  until
-       substitution  is attempted.  This will delay error reporting until some
+       Commands  inside  of  $\b$(\b(...)\b)  command substitution are not parsed until
+       substitution is attempted.  This will delay error reporting until  some
        time after the command is entered.  For example, unmatched parentheses,
-       even  inside  shell  comments,  will result in error messages while the
+       even inside shell comments, will result in  error  messages  while  the
        construct is being read.
 
        Array variables may not (yet) be exported.
 
 
 
-GNU Bash-3.0                      2004 Sep 17                          BASH(1)
+GNU Bash-3.1-devel                2004 Nov 22                          BASH(1)
index 2ad480414c8331d37e3aae11a532990521cf679a..aa14df6122444057b450c32a7abf1ebdc4c011e9 100644 (file)
@@ -6,12 +6,12 @@
 .\"    Case Western Reserve University
 .\"    chet@po.CWRU.Edu
 .\"
-.\"    Last Change: Sat Nov 20 12:23:43 EST 2004
+.\"    Last Change: Mon Nov 22 11:06:21 EST 2004
 .\"
 .\" bash_builtins, strip all but Built-Ins section
 .if \n(zZ=1 .ig zZ
 .if \n(zY=1 .ig zY
-.TH BASH 1 "2004 Nov 20" "GNU Bash-3.1-devel"
+.TH BASH 1 "2004 Nov 22" "GNU Bash-3.1-devel"
 .\"
 .\" There's some problem with having a `@'
 .\" in a tagged paragraph with the BSD man macros.
@@ -4894,6 +4894,8 @@ With an argument
 insert the \fIn\fPth word from the previous command (the words
 in the previous command begin with word 0).  A negative argument
 inserts the \fIn\fPth word from the end of the previous command.
+Once the argument \fIn\fP is computed, the argument is extracted
+as if the "!\fIn\fP" history expansion had been specified.
 .TP
 .B
 yank\-last\-arg (M\-.\^, M\-_\^)
@@ -4902,6 +4904,8 @@ the previous history entry).  With an argument,
 behave exactly like \fByank\-nth\-arg\fP.
 Successive calls to \fByank\-last\-arg\fP move back through the history
 list, inserting the last argument of each line in turn.
+The history expansion facilities are used to extract the last argument,
+as if the "!$" history expansion had been specified.
 .TP
 .B shell\-expand\-line (M\-C\-e)
 Expand the line as the shell does.  This
index c2e579ce5001b59b751a574b94bcce9ee50f69de..665d330b3e5643fc8d1e61afdd9e7469f70336e1 100644 (file)
@@ -2,7 +2,7 @@
 <TITLE>BASH(1) Manual Page</TITLE>
 </HEAD>
 <BODY><TABLE WIDTH=100%>
-<TH ALIGN=LEFT>BASH(1)<TH ALIGN=CENTER>2004 Sep 17<TH ALIGN=RIGHT>BASH(1)
+<TH ALIGN=LEFT>BASH(1)<TH ALIGN=CENTER>2004 Nov 22<TH ALIGN=RIGHT>BASH(1)
 </TABLE>
 <BR><A HREF="#index">Index</A>
 <HR>
@@ -131,7 +131,7 @@ when invoking an interactive shell.
 
 <DD>
 A list of all double-quoted strings preceded by <B>$</B>
-is printed on the standard ouput.
+is printed on the standard output.
 These are the strings that
 are subject to language translation when the current locale
 is not <B>C</B> or <B>POSIX</B>.
@@ -1230,7 +1230,7 @@ below).
 
 Words of the form <B>$</B>'<I>string</I>' are treated specially.  The
 word expands to <I>string</I>, with backslash-escaped characters replaced
-as specifed by the ANSI C standard.  Backslash escape sequences, if
+as specified by the ANSI C standard.  Backslash escape sequences, if
 present, are decoded as follows:
 <DL COMPACT><DT><DD>
 
@@ -1403,6 +1403,22 @@ and
 <B>local</B>
 
 builtin commands.
+<P>
+
+In the context where an assignment statement is assigning a value
+to a shell variable or array index, the += operator can be used to
+append to or add to the variable's previous value.
+When += is applied to a variable for which the integer attribute has been
+set, <I>value</I> is evaluated as an arithmetic expression and added to the
+variable's current value, which is also evaluated.
+When += is applied to an array variable using compound assignment (see
+<B>Arrays</B>
+
+below), the
+variable's value is not unset (as it is when using =), and new values are
+appended to the array beginning at one greater than the array's maximum index.
+When applied to a string-valued variable, <I>value</I> is expanded and
+appended to the variable's value.
 <A NAME="lbAT">&nbsp;</A>
 <H3>Positional Parameters</H3>
 
@@ -2534,10 +2550,7 @@ job identifier (see
 </FONT>
 below).  If set to any other value, the supplied string must
 be a prefix of a stopped job's name; this provides functionality
-analogous to the
-<B>%</B>
-
-job identifier.
+analogous to the <B>%</B><I>string</I> job identifier.
 <DT><B>histchars</B>
 
 <DD>
@@ -2893,7 +2906,7 @@ Each variable assignment is checked for unquoted tilde-prefixes immediately
 following a
 <B>:</B>
 
-or
+or the first
 <B>=</B>.
 
 In these cases, tilde expansion is also performed.
@@ -2924,7 +2937,7 @@ interpreted as part of the name.
 
 When braces are used, the matching ending brace is the first `<B>}</B>'
 not escaped by a backslash or within a quoted string, and not within an
-embedded arithmetic expansion, command substitution, or paramter
+embedded arithmetic expansion, command substitution, or parameter
 expansion.
 <P>
 
@@ -3037,6 +3050,10 @@ parameters beginning at <I>offset</I>.
 If <I>parameter</I> is an array name indexed by @ or *,
 the result is the <I>length</I>
 members of the array beginning with ${<I>parameter</I>[<I>offset</I>]}.
+A negative <I>offset</I> is taken relative to one greater than the maximum
+index of the specified array.
+Note that a negative offset must be separated from the colon by at least
+one space to avoid being confused with the :- expansion.
 Substring indexing is zero-based unless the positional parameters 
 are used, in which case the indexing starts at 1.
 <DT>${<B>!</B><I>prefix</I><B>*</B>}<DD>
@@ -3668,7 +3685,7 @@ Matches zero or more occurrences of the given patterns
 <DT><B>+(</B><I>pattern-list</I><B>)</B><DD>
 Matches one or more occurrences of the given patterns
 <DT><B>@(</B><I>pattern-list</I><B>)</B><DD>
-Matches exactly one of the given patterns
+Matches one of the given patterns
 <DT><B>!(</B><I>pattern-list</I><B>)</B><DD>
 Matches anything except one of the given patterns
 </DL></DL>
@@ -3801,6 +3818,11 @@ a UDP connection to the corresponding socket.
 <P>
 
 A failure to open or create a file causes the redirection to fail.
+<P>
+
+Redirections using file descriptors greater than 9 should be used with
+care, as they may conflict with file descriptors the shell uses
+internally.
 <A NAME="lbBI">&nbsp;</A>
 <H3>Redirecting Input</H3>
 
@@ -4485,7 +4507,7 @@ If <I>base#</I> is omitted, then base 10 is used.
 The digits greater than 9 are represented by the lowercase letters,
 the uppercase letters, @, and _, in that order.
 If <I>base</I> is less than or equal to 36, lowercase and uppercase
-letters may be used interchangably to represent numbers between 10
+letters may be used interchangeably to represent numbers between 10
 and 35.
 <P>
 
@@ -5275,6 +5297,8 @@ command), the current job is always flagged with a
 and the previous job with a
 <B>-</B>.
 
+A single % (with no accompanying job specification) also refers to the
+current job.
 <P>
 
 Simply naming a job can be used to bring it into the
@@ -5886,6 +5910,12 @@ Controls what happens when readline wants to ring the terminal bell.
 If set to <B>none</B>, readline never rings the bell.  If set to
 <B>visible</B>, readline uses a visible bell if one is available.
 If set to <B>audible</B>, readline attempts to ring the terminal's bell.
+<DT><B>bind-tty-special-chars (On)</B>
+
+<DD>
+If set to <B>On</B>, readline attempts to bind the control characters
+treated specially by the kernel's terminal driver to their readline
+equivalents.
 <DT><B>comment-begin (``#'')</B>
 
 <DD>
@@ -5957,7 +5987,7 @@ attempts word completion.
 
 <DD>
 If set to <B>on</B>, the history code attempts to place point at the
-same location on each history line retrived with <B>previous-history</B>
+same location on each history line retrieved with <B>previous-history</B>
 or <B>next-history</B>.
 <DT><B>horizontal-scroll-mode (Off)</B>
 
@@ -6338,6 +6368,8 @@ With an argument
 insert the <I>n</I>th word from the previous command (the words
 in the previous command begin with word 0).  A negative argument
 inserts the <I>n</I>th word from the end of the previous command.
+Once the argument <I>n</I> is computed, the argument is extracted
+as if the &quot;!<I>n</I>&quot; history expansion had been specified.
 <DT><B>yank-last-arg (M-., M-_)</B>
 
 <DD>
@@ -6346,6 +6378,8 @@ the previous history entry).  With an argument,
 behave exactly like <B>yank-nth-arg</B>.
 Successive calls to <B>yank-last-arg</B> move back through the history
 list, inserting the last argument of each line in turn.
+The history expansion facilities are used to extract the last argument,
+as if the &quot;!$&quot; history expansion had been specified.
 <DT><B>shell-expand-line (M-C-e)</B>
 
 <DD>
@@ -6882,7 +6916,7 @@ of an <I>inputrc</I> file.
 
 <DD>
 Print all of the readline key sequences bound to macros and the
-strings they ouput.  If a numeric argument is supplied,
+strings they output.  If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an <I>inputrc</I> file.
 <DT><B>display-shell-version (C-x C-v)</B>
@@ -10940,8 +10974,7 @@ Read-only variables may not be unset.
 If
 <B>-f</B>
 
-is specifed, 
-each
+is specified, each
 <I>name</I>
 
 refers to a shell function, and the function definition
@@ -10976,9 +11009,9 @@ subsequently reset.  The exit status is true unless a
 <I>name</I>
 
 is readonly.
-<DT><B>wait</B> [<I>n</I>]<DD>
-Wait for the specified process and return its termination
-status.
+<DT><B>wait</B> [<I>n ...</I>]<DD>
+Wait for each specified process and return its termination status.
+Each
 <I>n</I>
 
 may be a process
@@ -11373,6 +11406,6 @@ Array variables may not (yet) be exported.
 </DL>
 <HR>
 This document was created by man2html from bash.1.<BR>
-Time: 21 September 2004 11:57:09 EDT
+Time: 22 November 2004 12:04:08 EST
 </BODY>
 </HTML>
index 9a671a1ace62e7f99e7e697390eac53bb5142c02..1bb57f7a02b7bf703543f59f07c72243637b0c15 100644 (file)
Binary files a/doc/bash.pdf and b/doc/bash.pdf differ
index 2e8788d9b818fa659567b2408dad7d731669ce0f..f10168e5584f03547126b1b0587fb2003280a95e 100644 (file)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.18.1
-%%CreationDate: Tue Sep 21 11:57:02 2004
+%%CreationDate: Mon Nov 22 12:03:34 2004
 %%DocumentNeededResources: font Times-Roman
 %%+ font Times-Bold
 %%+ font Times-Italic
@@ -266,9 +266,9 @@ F0 .602(If the)40.41 F F2<ad73>3.102 E F0 .602
 (are read from the standard input.)158 352.8 R .617(This option allo)
 5.617 F .617(ws the positional parameters to be set when)-.25 F(in)158
 364.8 Q -.2(vo)-.4 G(king an interacti).2 E .3 -.15(ve s)-.25 H(hell.)
-.15 E F2<ad44>108 376.8 Q F0 3.358(Al)37.08 G .858
-(ist of all double-quoted strings preceded by)-3.358 F F2($)3.358 E F0
-.857(is printed on the standard ouput.)3.357 F .857(These are)5.857 F
+.15 E F2<ad44>108 376.8 Q F0 3.184(Al)37.08 G .684
+(ist of all double-quoted strings preceded by)-3.184 F F2($)3.184 E F0
+.684(is printed on the standard output.)3.184 F .683(These are)5.683 F
 .458(the strings that are subject to language translation when the curr\
 ent locale is not)158 388.8 R F2(C)2.958 E F0(or)2.959 E F2(POSIX)2.959
 E F0(.)A(This implies the)158 400.8 Q F2<ad6e>2.5 E F0
@@ -321,7 +321,8 @@ E F2(po)2.5 E F0(\(portable object\) \214le format.)2.5 E F2
 144 686.4 Q .3 -.15(ve \()-.25 H(see).15 E F4(INV)2.5 E(OCA)-.405 E
 (TION)-.855 E F0(belo)2.25 E(w\).)-.25 E F2(\255\255login)108 703.2 Q F0
 (Equi)144 715.2 Q -.25(va)-.25 G(lent to).25 E F2<ad6c>2.5 E F0(.)A
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(1)204 E 0 Cg EP
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 202.965(21)-2.5 G 0 Cg EP
 %%Page: 2 2
 %%BeginPageSetup
 BP
@@ -442,8 +443,9 @@ F(ariable)-.25 E F3 -.27(BA)108 679.2 S(SH_ENV).27 E F0 1.01(in the en)
 (if [ \255n "$BASH_ENV" ]; then . "$BASH_ENV"; fi)144 709.2 Q F0 -.2(bu)
 108 727.2 S 2.5(tt).2 G(he v)-2.5 E(alue of the)-.25 E F3 -.666(PA)2.5 G
 (TH)-.189 E F0 -.25(va)2.25 G
-(riable is not used to search for the \214le name.).25 E(GNU Bash-3.0)72
-768 Q(2004 Sep 17)149.01 E(2)204 E 0 Cg EP
+(riable is not used to search for the \214le name.).25 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 202.965(22)-2.5 G 0 Cg EP
 %%Page: 3 3
 %%BeginPageSetup
 BP
@@ -568,7 +570,8 @@ F1(Pipelines)87 679.2 Q F0(A)108 691.2 Q F2(pipeline)2.919 E F0 .419
 F F1(|)2.92 E F0 5.42(.T)C .42(he format for a pipeline)-5.42 F(is:)108
 703.2 Q([)144 720 Q F1(time)A F0([)2.5 E F1<ad70>A F0(]] [ ! ])A F2
 (command)2.5 E F0([)2.5 E F1(|)2.5 E F2(command2)2.5 E F0(... ])2.5 E
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(3)204 E 0 Cg EP
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 202.965(23)-2.5 G 0 Cg EP
 %%Page: 4 4
 %%BeginPageSetup
 BP
@@ -688,8 +691,8 @@ A({)108 573.6 Q F1(list)2.5 E F0 2.5(;})C F1(list)3.89 E F0 .402
 F(SIONS)144 727.2 Q F5(.)A F0 -.8(Wo)5.633 G 1.133
 (rd splitting and pathname e).8 F 1.133
 (xpansion are not performed on the w)-.15 F 1.133(ords between the)-.1 F
-F3([[)3.632 E F0(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(4)204 E 0 Cg
-EP
+F3([[)3.632 E F0(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15
+G(004 No)-123.385 E 2.5(v2)-.15 G 202.965(24)-2.5 G 0 Cg EP
 %%Page: 5 5
 %%BeginPageSetup
 BP
@@ -828,8 +831,8 @@ F F2(name)144 727.2 Q F0 .759(to be set to null.)3.439 F .759
 (The line read is sa)5.759 F -.15(ve)-.2 G 3.26(di).15 G 3.26(nt)-3.26 G
 .76(he v)-3.26 F(ariable)-.25 E F1(REPL)3.26 E(Y)-.92 E F0 5.76(.T)C(he)
 -5.76 E F2(list)3.35 E F0 .76(is e)3.94 F -.15(xe)-.15 G .76
-(cuted after).15 F(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(5)204 E 0
-Cg EP
+(cuted after).15 F(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2)
+.15 G(004 No)-123.385 E 2.5(v2)-.15 G 202.965(25)-2.5 G 0 Cg EP
 %%Page: 6 6
 %%BeginPageSetup
 BP
@@ -963,8 +966,9 @@ E(xpansion.)-.15 E(There are three quoting mechanisms: the)108 708 Q F2
 (on-quoted backslash \()-2.975 F F1(\\)A F0 2.974(\)i)C 2.974(st)-2.974
 G(he)-2.974 E F2 .474(escape c)2.974 F(har)-.15 E(acter)-.15 E F0 5.474
 (.I).73 G 2.974(tp)-5.474 G(reserv)-2.974 E .474(es the literal v)-.15 F
-.474(alue of the ne)-.25 F .474(xt character that)-.15 F(GNU Bash-3.0)72
-768 Q(2004 Sep 17)149.01 E(6)204 E 0 Cg EP
+.474(alue of the ne)-.25 F .474(xt character that)-.15 F
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 202.965(26)-2.5 G 0 Cg EP
 %%Page: 7 7
 %%BeginPageSetup
 BP
@@ -1004,9 +1008,9 @@ F1(*)2.5 E F0(and)2.5 E F1(@)2.5 E F0(ha)2.5 E .3 -.15(ve s)-.2 H
 /Times-Italic@0 SF(string)A F0 2.507('a)C .007(re treated specially)
 -2.507 F 5.007(.T)-.65 G .007(he w)-5.007 F .007(ord e)-.1 F .008
 (xpands to)-.15 F F3(string)2.508 E F0 2.508(,w)C .008
-(ith backslash-escaped char)-2.508 F(-)-.2 E .03
-(acters replaced as specifed by the ANSI C standard.)108 247.2 R .029
-(Backslash escape sequences, if present, are decoded as)5.029 F(follo)
+(ith backslash-escaped char)-2.508 F(-)-.2 E .605
+(acters replaced as speci\214ed by the ANSI C standard.)108 247.2 R .604
+(Backslash escape sequences, if present, are decoded)5.605 F(as follo)
 108 259.2 Q(ws:)-.25 E F1(\\a)144 271.2 Q F0(alert \(bell\))28.22 E F1
 (\\b)144 283.2 Q F0(backspace)27.66 E F1(\\e)144 295.2 Q F0
 (an escape character)28.78 E F1(\\f)144 307.2 Q F0(form feed)29.89 E F1
@@ -1075,6211 +1079,6324 @@ F0(belo)3.401 E 3.401(w\). W)-.25 F .901
 (alias)3.648 E F0(,)A F1(declar)3.648 E(e)-.18 E F0(,)A F1(typeset)3.648
 E F0(,)A F1(export)3.648 E F0(,)A F1 -.18(re)108 688.8 S(adonly).18 E F0
 2.5(,a)C(nd)-2.5 E F1(local)2.5 E F0 -.2(bu)2.5 G(iltin commands.).2 E
-F1 -.2(Po)87 705.6 S(sitional P).2 E(arameters)-.1 E F0(A)108 717.6 Q F3
-.705(positional par)4.455 F(ameter)-.15 E F0 .706(is a parameter denote\
-d by one or more digits, other than the single digit 0.)3.935 F(Posi-)
-5.706 E .445(tional parameters are assigned from the shell')108 729.6 R
-2.944(sa)-.55 G -.18(rg)-2.944 G .444(uments when it is in).18 F -.2(vo)
--.4 G -.1(ke).2 G .444(d, and may be reassigned using).1 F(GNU Bash-3.0)
-72 768 Q(2004 Sep 17)149.01 E(7)204 E 0 Cg EP
+.376(In the conte)108 705.6 R .376
+(xt where an assignment statement is assigning a v)-.15 F .376
+(alue to a shell v)-.25 F .377(ariable or array inde)-.25 F .377
+(x, the +=)-.15 F .257
+(operator can be used to append to or add to the v)108 717.6 R(ariable')
+-.25 E 2.757(sp)-.55 G(re)-2.757 E .257(vious v)-.25 F 2.757(alue. When)
+-.25 F .257(+= is applied to a v)2.757 F(ariable)-.25 E .372
+(for which the inte)108 729.6 R .372(ger attrib)-.15 F .372
+(ute has been set,)-.2 F F3(value)2.872 E F0 .372(is e)2.872 F -.25(va)
+-.25 G .372(luated as an arithmetic e).25 F .373
+(xpression and added to the)-.15 F(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25
+G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 202.965(27)-2.5 G 0
+Cg EP
 %%Page: 8 8
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(the)108 84 Q/F1 10/Times-Bold@0 SF(set)3.333 E F0 -.2(bu)3.333 G
-.833(iltin command.).2 F .834(Positional parameters may not be assigned\
- to with assignment statements.)5.833 F(The)5.834 E .334(positional par\
-ameters are temporarily replaced when a shell function is e)108 96 R
--.15(xe)-.15 G .333(cuted \(see).15 F/F2 9/Times-Bold@0 SF(FUNCTIONS)
-2.833 E F0(belo)2.583 E(w\).)-.25 E 1.403(When a positional parameter c\
-onsisting of more than a single digit is e)108 112.8 R 1.404
-(xpanded, it must be enclosed in)-.15 F(braces \(see)108 124.8 Q F2(EXP)
-2.5 E(ANSION)-.666 E F0(belo)2.25 E(w\).)-.25 E F1(Special P)87 141.6 Q
-(arameters)-.1 E F0 1.675(The shell treats se)108 153.6 R -.15(ve)-.25 G
-1.675(ral parameters specially).15 F 6.675(.T)-.65 G 1.674
+-.35 E -.25(va)108 84 S(riable').25 E 2.889(sc)-.55 G .389(urrent v)
+-2.889 F .389(alue, which is also e)-.25 F -.25(va)-.25 G 2.889
+(luated. When).25 F .389(+= is applied to an array v)2.889 F .388
+(ariable using compound)-.25 F .185(assignment \(see)108 96 R/F1 10
+/Times-Bold@0 SF(Arrays)2.685 E F0(belo)2.685 E .185(w\), the v)-.25 F
+(ariable')-.25 E 2.685(sv)-.55 G .185
+(alue is not unset \(as it is when using =\), and ne)-2.935 F 2.686(wv)
+-.25 G .186(alues are)-2.936 F .32(appended to the array be)108 108 R
+.32(ginning at one greater than the array')-.15 F 2.82(sm)-.55 G .32
+(aximum inde)-2.82 F 2.82(x. When)-.15 F .32(applied to a string-)2.82 F
+-.25(va)108 120 S(lued v).25 E(ariable,)-.25 E/F2 10/Times-Italic@0 SF
+(value)2.5 E F0(is e)2.5 E(xpanded and appended to the v)-.15 E
+(ariable')-.25 E 2.5(sv)-.55 G(alue.)-2.75 E F1 -.2(Po)87 136.8 S
+(sitional P).2 E(arameters)-.1 E F0(A)108 148.8 Q F2 .705
+(positional par)4.455 F(ameter)-.15 E F0 .706(is a parameter denoted by\
+ one or more digits, other than the single digit 0.)3.935 F(Posi-)5.706
+E .445(tional parameters are assigned from the shell')108 160.8 R 2.944
+(sa)-.55 G -.18(rg)-2.944 G .444(uments when it is in).18 F -.2(vo)-.4 G
+-.1(ke).2 G .444(d, and may be reassigned using).1 F(the)108 172.8 Q F1
+(set)3.333 E F0 -.2(bu)3.333 G .833(iltin command.).2 F .834(Positional\
+ parameters may not be assigned to with assignment statements.)5.833 F
+(The)5.834 E .334(positional parameters are temporarily replaced when a\
+ shell function is e)108 184.8 R -.15(xe)-.15 G .333(cuted \(see).15 F
+/F3 9/Times-Bold@0 SF(FUNCTIONS)2.833 E F0(belo)2.583 E(w\).)-.25 E
+1.403(When a positional parameter consisting of more than a single digi\
+t is e)108 201.6 R 1.404(xpanded, it must be enclosed in)-.15 F
+(braces \(see)108 213.6 Q F3(EXP)2.5 E(ANSION)-.666 E F0(belo)2.25 E
+(w\).)-.25 E F1(Special P)87 230.4 Q(arameters)-.1 E F0 1.675
+(The shell treats se)108 242.4 R -.15(ve)-.25 G 1.675
+(ral parameters specially).15 F 6.675(.T)-.65 G 1.674
 (hese parameters may only be referenced; assignment to)-6.675 F
-(them is not allo)108 165.6 Q(wed.)-.25 E F1(*)108 177.6 Q F0 .605
+(them is not allo)108 254.4 Q(wed.)-.25 E F1(*)108 266.4 Q F0 .605
 (Expands to the positional parameters, starting from one.)31 F .606
 (When the e)5.605 F .606(xpansion occurs within dou-)-.15 F .084
-(ble quotes, it e)144 189.6 R .084(xpands to a single w)-.15 F .084
+(ble quotes, it e)144 278.4 R .084(xpands to a single w)-.15 F .084
 (ord with the v)-.1 F .084
 (alue of each parameter separated by the \214rst char)-.25 F(-)-.2 E
-.003(acter of the)144 201.6 R F2(IFS)2.503 E F0 .003(special v)2.253 F
+.003(acter of the)144 290.4 R F3(IFS)2.503 E F0 .003(special v)2.253 F
 2.503(ariable. That)-.25 F .003(is, ")2.503 F F1($*)A F0 2.503("i)C
 2.503(se)-2.503 G(qui)-2.503 E -.25(va)-.25 G .003(lent to ").25 F F1
-($1)A/F3 10/Times-Italic@0 SF(c)A F1($2)A F3(c)A F1(...)A F0 .003
-(", where)B F3(c)2.703 E F0 .004(is the \214rst char)2.813 F(-)-.2 E
-.769(acter of the v)144 213.6 R .769(alue of the)-.25 F F2(IFS)3.269 E
-F0 -.25(va)3.019 G 3.269(riable. If).25 F F2(IFS)3.268 E F0 .768
-(is unset, the parameters are separated by spaces.)3.018 F(If)5.768 E F2
-(IFS)144 225.6 Q F0(is null, the parameters are joined without interv)
-2.25 E(ening separators.)-.15 E F1(@)108 237.6 Q F0 .605
+($1)A F2(c)A F1($2)A F2(c)A F1(...)A F0 .003(", where)B F2(c)2.703 E F0
+.004(is the \214rst char)2.813 F(-)-.2 E .769(acter of the v)144 302.4 R
+.769(alue of the)-.25 F F3(IFS)3.269 E F0 -.25(va)3.019 G 3.269
+(riable. If).25 F F3(IFS)3.268 E F0 .768
+(is unset, the parameters are separated by spaces.)3.018 F(If)5.768 E F3
+(IFS)144 314.4 Q F0(is null, the parameters are joined without interv)
+2.25 E(ening separators.)-.15 E F1(@)108 326.4 Q F0 .605
 (Expands to the positional parameters, starting from one.)26.7 F .606
 (When the e)5.605 F .606(xpansion occurs within dou-)-.15 F .114
-(ble quotes, each parameter e)144 249.6 R .114(xpands to a separate w)
+(ble quotes, each parameter e)144 338.4 R .114(xpands to a separate w)
 -.15 F 2.614(ord. That)-.1 F .113(is, ")2.613 F F1($@)A F0 2.613("i)C
 2.613(se)-2.613 G(qui)-2.613 E -.25(va)-.25 G .113(lent to ").25 F F1
 ($1)A F0 2.613("")C F1($2)-2.613 E F0 2.613(".)C(..)-2.613 E .134
-(If the double-quoted e)144 261.6 R .134(xpansion occurs within a w)-.15
+(If the double-quoted e)144 350.4 R .134(xpansion occurs within a w)-.15
 F .135(ord, the e)-.1 F .135
 (xpansion of the \214rst parameter is joined)-.15 F .151(with the be)144
-273.6 R .151(ginning part of the original w)-.15 F .151(ord, and the e)
+362.4 R .151(ginning part of the original w)-.15 F .151(ord, and the e)
 -.1 F .15(xpansion of the last parameter is joined with)-.15 F .337
-(the last part of the original w)144 285.6 R 2.837(ord. When)-.1 F .338
+(the last part of the original w)144 374.4 R 2.837(ord. When)-.1 F .338
 (there are no positional parameters, ")2.837 F F1($@)A F0 2.838("a)C(nd)
 -2.838 E F1($@)2.838 E F0 -.15(ex)2.838 G(pand).15 E
-(to nothing \(i.e., the)144 297.6 Q 2.5(ya)-.15 G(re remo)-2.5 E -.15
-(ve)-.15 G(d\).).15 E F1(#)108 309.6 Q F0
+(to nothing \(i.e., the)144 386.4 Q 2.5(ya)-.15 G(re remo)-2.5 E -.15
+(ve)-.15 G(d\).).15 E F1(#)108 398.4 Q F0
 (Expands to the number of positional parameters in decimal.)31 E F1(?)
-108 321.6 Q F0(Expands to the status of the most recently e)31 E -.15
-(xe)-.15 G(cuted fore).15 E(ground pipeline.)-.15 E F1<ad>108 333.6 Q F0
+108 410.4 Q F0(Expands to the status of the most recently e)31 E -.15
+(xe)-.15 G(cuted fore).15 E(ground pipeline.)-.15 E F1<ad>108 422.4 Q F0
 .882(Expands to the current option \215ags as speci\214ed upon in)30.3 F
 -.2(vo)-.4 G .881(cation, by the).2 F F1(set)3.381 E F0 -.2(bu)3.381 G
 .881(iltin command, or).2 F(those set by the shell itself \(such as the)
-144 345.6 Q F1<ad69>2.5 E F0(option\).)2.5 E F1($)108 357.6 Q F0 .214
+144 434.4 Q F1<ad69>2.5 E F0(option\).)2.5 E F1($)108 446.4 Q F0 .214
 (Expands to the process ID of the shell.)31 F .214
 (In a \(\) subshell, it e)5.214 F .214
 (xpands to the process ID of the current)-.15 F
-(shell, not the subshell.)144 369.6 Q F1(!)108 381.6 Q F0
+(shell, not the subshell.)144 458.4 Q F1(!)108 470.4 Q F0
 (Expands to the process ID of the most recently e)32.67 E -.15(xe)-.15 G
-(cuted background \(asynchronous\) command.).15 E F1(0)108 393.6 Q F0
+(cuted background \(asynchronous\) command.).15 E F1(0)108 482.4 Q F0
 1.692(Expands to the name of the shell or shell script.)31 F 1.691
 (This is set at shell initialization.)6.692 F(If)6.691 E F1(bash)4.191 E
-F0(is)4.191 E(in)144 405.6 Q -.2(vo)-.4 G -.1(ke).2 G 3.077(dw).1 G .577
+F0(is)4.191 E(in)144 494.4 Q -.2(vo)-.4 G -.1(ke).2 G 3.077(dw).1 G .577
 (ith a \214le of commands,)-3.077 F F1($0)3.077 E F0 .578
 (is set to the name of that \214le.)3.077 F(If)5.578 E F1(bash)3.078 E
 F0 .578(is started with the)3.078 F F1<ad63>3.078 E F0 .369
-(option, then)144 417.6 R F1($0)2.869 E F0 .369
+(option, then)144 506.4 R F1($0)2.869 E F0 .369
 (is set to the \214rst ar)2.869 F .369(gument after the string to be e)
 -.18 F -.15(xe)-.15 G .369(cuted, if one is present.).15 F(Other)5.368 E
-(-)-.2 E(wise, it is set to the \214le name used to in)144 429.6 Q -.2
+(-)-.2 E(wise, it is set to the \214le name used to in)144 518.4 Q -.2
 (vo)-.4 G -.1(ke).2 G F1(bash)2.6 E F0 2.5(,a)C 2.5(sg)-2.5 G -2.15 -.25
 (iv e)-2.5 H 2.5(nb).25 G 2.5(ya)-2.5 G -.18(rg)-2.5 G(ument zero.).18 E
-F1(_)108 441.6 Q F0 .1(At shell startup, set to the absolute \214le nam\
+F1(_)108 530.4 Q F0 .1(At shell startup, set to the absolute \214le nam\
 e of the shell or shell script being e)31 F -.15(xe)-.15 G .1
-(cuted as passed in).15 F 1.706(the ar)144 453.6 R 1.706(gument list.)
+(cuted as passed in).15 F 1.706(the ar)144 542.4 R 1.706(gument list.)
 -.18 F(Subsequently)6.706 E 4.206(,e)-.65 G 1.705(xpands to the last ar)
 -4.356 F 1.705(gument to the pre)-.18 F 1.705(vious command, after)-.25
-F -.15(ex)144 465.6 S 2.515(pansion. Also).15 F .016
+F -.15(ex)144 554.4 S 2.515(pansion. Also).15 F .016
 (set to the full \214le name of each command e)2.515 F -.15(xe)-.15 G
-.016(cuted and placed in the en).15 F(vironment)-.4 E -.15(ex)144 477.6
+.016(cuted and placed in the en).15 F(vironment)-.4 E -.15(ex)144 566.4
 S 1.006(ported to that command.).15 F 1.006
 (When checking mail, this parameter holds the name of the mail \214le)
-6.006 F(currently being check)144 489.6 Q(ed.)-.1 E F1(Shell V)87 506.4
-Q(ariables)-.92 E F0(The follo)108 518.4 Q(wing v)-.25 E
-(ariables are set by the shell:)-.25 E F1 -.3(BA)108 535.2 S(SH).3 E F0
+6.006 F(currently being check)144 578.4 Q(ed.)-.1 E F1(Shell V)87 595.2
+Q(ariables)-.92 E F0(The follo)108 607.2 Q(wing v)-.25 E
+(ariables are set by the shell:)-.25 E F1 -.3(BA)108 624 S(SH).3 E F0
 (Expands to the full \214le name used to in)9.07 E -.2(vo)-.4 G .2 -.1
-(ke t).2 H(his instance of).1 E F1(bash)2.5 E F0(.)A F1 -.3(BA)108 547.2
-S(SH_ARGC).3 E F0 1.039(An array v)144 559.2 R 1.039(ariable whose v)
--.25 F 1.039
+(ke t).2 H(his instance of).1 E F1(bash)2.5 E F0(.)A F1 -.3(BA)108 636 S
+(SH_ARGC).3 E F0 1.039(An array v)144 648 R 1.039(ariable whose v)-.25 F
+1.039
 (alues are the number of parameters in each frame of the current bash)
--.25 F -.15(exe)144 571.2 S .535(cution call stack.).15 F .535(The numb\
-er of parameters to the current subroutine \(shell function or script)
-5.535 F -.15(exe)144 583.2 S .141(cuted with).15 F F1(.)2.641 E F0(or)
+-.25 F -.15(exe)144 660 S .535(cution call stack.).15 F .535(The number\
+ of parameters to the current subroutine \(shell function or script)
+5.535 F -.15(exe)144 672 S .141(cuted with).15 F F1(.)2.641 E F0(or)
 2.641 E F1(sour)2.641 E(ce)-.18 E F0 2.641(\)i)C 2.641(sa)-2.641 G 2.641
 (tt)-2.641 G .142(he top of the stack.)-2.641 F .142
 (When a subroutine is e)5.142 F -.15(xe)-.15 G .142
-(cuted, the number of).15 F(parameters passed is pushed onto)144 595.2 Q
-F1 -.3(BA)2.5 G(SH_ARGC).3 E F0(.)A F1 -.3(BA)108 607.2 S(SH_ARGV).3 E
-F0 1.092(An array v)144 619.2 R 1.091
+(cuted, the number of).15 F(parameters passed is pushed onto)144 684 Q
+F1 -.3(BA)2.5 G(SH_ARGC).3 E F0(.)A F1 -.3(BA)108 696 S(SH_ARGV).3 E F0
+1.092(An array v)144 708 R 1.091
 (ariable containing all of the parameters in the current bash e)-.25 F
 -.15(xe)-.15 G 1.091(cution call stack.).15 F(The)6.091 E .275(\214nal \
 parameter of the last subroutine call is at the top of the stack; the \
-\214rst parameter of the initial)144 631.2 R 1.424
-(call is at the bottom.)144 643.2 R 1.424(When a subroutine is e)6.424 F
--.15(xe)-.15 G 1.424(cuted, the parameters supplied are pushed onto).15
-F F1 -.3(BA)144 655.2 S(SH_ARGV).3 E F0(.)A F1 -.3(BA)108 667.2 S
-(SH_COMMAND).3 E F0 1.242(The command currently being e)144 679.2 R -.15
-(xe)-.15 G 1.243(cuted or about to be e).15 F -.15(xe)-.15 G 1.243
-(cuted, unless the shell is e).15 F -.15(xe)-.15 G 1.243(cuting a).15 F
-(command as the result of a trap, in which case it is the command e)144
-691.2 Q -.15(xe)-.15 G(cuting at the time of the trap.).15 E F1 -.3(BA)
-108 703.2 S(SH_EXECUTION_STRING).3 E F0(The command ar)144 715.2 Q
-(gument to the)-.18 E F1<ad63>2.5 E F0(in)2.5 E -.2(vo)-.4 G
-(cation option.).2 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(8)204 E
-0 Cg EP
+\214rst parameter of the initial)144 720 R(GNU Bash-3.1-de)72 768 Q -.15
+(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 202.965(28)
+-2.5 G 0 Cg EP
 %%Page: 9 9
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF -.3(BA)108 84 S(SH_LINENO).3 E F0 .034
-(An array v)144 96 R .034(ariable whose members are the line numbers in\
- source \214les corresponding to each mem-)-.25 F 2.944(ber of)144 108 R
-F1(FUNCN)5.444 E(AME)-.2 E F0(.)A F1(${B)7.944 E(ASH_LINENO[)-.3 E/F2 10
-/Times-Italic@0 SF($i)A F1(]})A F0 2.944
+-.35 E 1.424(call is at the bottom.)144 84 R 1.424
+(When a subroutine is e)6.424 F -.15(xe)-.15 G 1.424
+(cuted, the parameters supplied are pushed onto).15 F/F1 10/Times-Bold@0
+SF -.3(BA)144 96 S(SH_ARGV).3 E F0(.)A F1 -.3(BA)108 108 S(SH_COMMAND).3
+E F0 1.242(The command currently being e)144 120 R -.15(xe)-.15 G 1.243
+(cuted or about to be e).15 F -.15(xe)-.15 G 1.243
+(cuted, unless the shell is e).15 F -.15(xe)-.15 G 1.243(cuting a).15 F
+(command as the result of a trap, in which case it is the command e)144
+132 Q -.15(xe)-.15 G(cuting at the time of the trap.).15 E F1 -.3(BA)108
+144 S(SH_EXECUTION_STRING).3 E F0(The command ar)144 156 Q
+(gument to the)-.18 E F1<ad63>2.5 E F0(in)2.5 E -.2(vo)-.4 G
+(cation option.).2 E F1 -.3(BA)108 168 S(SH_LINENO).3 E F0 .034
+(An array v)144 180 R .034(ariable whose members are the line numbers i\
+n source \214les corresponding to each mem-)-.25 F 2.944(ber of)144 192
+R F1(FUNCN)5.444 E(AME)-.2 E F0(.)A F1(${B)7.944 E(ASH_LINENO[)-.3 E/F2
+10/Times-Italic@0 SF($i)A F1(]})A F0 2.944
 (is the line number in the source \214le where)5.444 F F1(${FUNCN)144
-120 Q(AME[)-.2 E F2($ifP)A F1(]})A F2 12.109(was called.)14.609 F 12.109
+204 Q(AME[)-.2 E F2($ifP)A F1(]})A F2 12.109(was called.)14.609 F 12.109
 (The corr)17.109 F 12.109(esponding sour)-.37 F 12.108
-(ce \214le name is)-.37 F F1(${B)144 132 Q(ASH_SOURCE[)-.3 E F2($i)A F1
+(ce \214le name is)-.37 F F1(${B)144 216 Q(ASH_SOURCE[)-.3 E F2($i)A F1
 2.5(]}. Use)B(LINENO to obtain the curr)2.5 E(ent line number)-.18 E(.)
--1 E -.3(BA)108 144 S(SH_REMA).3 E(TCH)-.95 E F0 .005(An array v)144 156
+-1 E -.3(BA)108 228 S(SH_REMA).3 E(TCH)-.95 E F0 .005(An array v)144 240
 R .005(ariable whose members are assigned by the)-.25 F F1(=~)2.506 E F0
 .006(binary operator to the)2.506 F F1([[)2.506 E F0 .006
-(conditional com-)2.506 F 2.507(mand. The)144 168 R .007
+(conditional com-)2.506 F 2.507(mand. The)144 252 R .007
 (element with inde)2.507 F 2.507(x0i)-.15 G 2.507(st)-2.507 G .007
 (he portion of the string matching the entire re)-2.507 F .006(gular e)
--.15 F(xpression.)-.15 E .997(The element with inde)144 180 R(x)-.15 E
+-.15 F(xpression.)-.15 E .997(The element with inde)144 264 R(x)-.15 E
 F2(n)3.497 E F0 .997(is the portion of the string matching the)3.497 F
 F2(n)3.498 E F0 .998(th parenthesized sube)B(xpres-)-.15 E 2.5
-(sion. This)144 192 R -.25(va)2.5 G(riable is read-only).25 E(.)-.65 E
-F1 -.3(BA)108 204 S(SH_SOURCE).3 E F0 .89(An array v)144 216 R .889(ari\
+(sion. This)144 276 R -.25(va)2.5 G(riable is read-only).25 E(.)-.65 E
+F1 -.3(BA)108 288 S(SH_SOURCE).3 E F0 .89(An array v)144 300 R .889(ari\
 able whose members are the source \214lenames corresponding to the elem\
-ents in the)-.25 F F1(FUNCN)144 228 Q(AME)-.2 E F0(array v)2.5 E
-(ariable.)-.25 E F1 -.3(BA)108 240 S(SH_SUBSHELL).3 E F0 .401
-(Incremented by one each time a subshell or subshell en)144 252 R .401
+ents in the)-.25 F F1(FUNCN)144 312 Q(AME)-.2 E F0(array v)2.5 E
+(ariable.)-.25 E F1 -.3(BA)108 324 S(SH_SUBSHELL).3 E F0 .401
+(Incremented by one each time a subshell or subshell en)144 336 R .401
 (vironment is spa)-.4 F 2.902(wned. The)-.15 F .402(initial v)2.902 F
-.402(alue is)-.25 F(0.)144 264 Q F1 -.3(BA)108 276 S(SH_VERSINFO).3 E F0
-2.645(Ar)144 288 S .145(eadonly array v)-2.645 F .144
+.402(alue is)-.25 F(0.)144 348 Q F1 -.3(BA)108 360 S(SH_VERSINFO).3 E F0
+2.645(Ar)144 372 S .145(eadonly array v)-2.645 F .144
 (ariable whose members hold v)-.25 F .144
 (ersion information for this instance of)-.15 F F1(bash)2.644 E F0 5.144
-(.T)C(he)-5.144 E -.25(va)144 300 S
+(.T)C(he)-5.144 E -.25(va)144 384 S
 (lues assigned to the array members are as follo).25 E(ws:)-.25 E F1 -.3
-(BA)144 318 S(SH_VERSINFO[).3 E F0(0)A F1(])A F0(The major v)24.74 E
+(BA)144 402 S(SH_VERSINFO[).3 E F0(0)A F1(])A F0(The major v)24.74 E
 (ersion number \(the)-.15 E F2 -.37(re)2.5 G(lease).37 E F0(\).)A F1 -.3
-(BA)144 330 S(SH_VERSINFO[).3 E F0(1)A F1(])A F0(The minor v)24.74 E
+(BA)144 414 S(SH_VERSINFO[).3 E F0(1)A F1(])A F0(The minor v)24.74 E
 (ersion number \(the)-.15 E F2(ver)2.5 E(sion)-.1 E F0(\).)A F1 -.3(BA)
-144 342 S(SH_VERSINFO[).3 E F0(2)A F1(])A F0(The patch le)24.74 E -.15
-(ve)-.25 G(l.).15 E F1 -.3(BA)144 354 S(SH_VERSINFO[).3 E F0(3)A F1(])A
-F0(The b)24.74 E(uild v)-.2 E(ersion.)-.15 E F1 -.3(BA)144 366 S
+144 426 S(SH_VERSINFO[).3 E F0(2)A F1(])A F0(The patch le)24.74 E -.15
+(ve)-.25 G(l.).15 E F1 -.3(BA)144 438 S(SH_VERSINFO[).3 E F0(3)A F1(])A
+F0(The b)24.74 E(uild v)-.2 E(ersion.)-.15 E F1 -.3(BA)144 450 S
 (SH_VERSINFO[).3 E F0(4)A F1(])A F0(The release status \(e.g.,)24.74 E
-F2(beta1)2.5 E F0(\).)A F1 -.3(BA)144 378 S(SH_VERSINFO[).3 E F0(5)A F1
+F2(beta1)2.5 E F0(\).)A F1 -.3(BA)144 462 S(SH_VERSINFO[).3 E F0(5)A F1
 (])A F0(The v)24.74 E(alue of)-.25 E F1(MA)2.5 E(CHTYPE)-.55 E F0(.)A F1
--.3(BA)108 394.8 S(SH_VERSION).3 E F0
-(Expands to a string describing the v)144 406.8 Q
+-.3(BA)108 478.8 S(SH_VERSION).3 E F0
+(Expands to a string describing the v)144 490.8 Q
 (ersion of this instance of)-.15 E F1(bash)2.5 E F0(.)A F1(COMP_CW)108
-423.6 Q(ORD)-.1 E F0 .396(An inde)144 435.6 R 2.896(xi)-.15 G(nto)-2.896
+507.6 Q(ORD)-.1 E F0 .396(An inde)144 519.6 R 2.896(xi)-.15 G(nto)-2.896
 E F1(${COMP_W)2.896 E(ORDS})-.1 E F0 .396(of the w)2.896 F .396
 (ord containing the current cursor position.)-.1 F .397(This v)5.397 F
-(ari-)-.25 E 1.181(able is a)144 447.6 R -.25(va)-.2 G 1.181
+(ari-)-.25 E 1.181(able is a)144 531.6 R -.25(va)-.2 G 1.181
 (ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 3.681
 (db).1 G 3.681(yt)-3.681 G 1.18(he programmable completion f)-3.681 F
-1.18(acilities \(see)-.1 F F1(Pr)144 459.6 Q(ogrammable Completion)-.18
-E F0(belo)2.5 E(w\).)-.25 E F1(COMP_LINE)108 476.4 Q F0 1.207
-(The current command line.)144 488.4 R 1.208(This v)6.208 F 1.208
+1.18(acilities \(see)-.1 F F1(Pr)144 543.6 Q(ogrammable Completion)-.18
+E F0(belo)2.5 E(w\).)-.25 E F1(COMP_LINE)108 560.4 Q F0 1.207
+(The current command line.)144 572.4 R 1.208(This v)6.208 F 1.208
 (ariable is a)-.25 F -.25(va)-.2 G 1.208
 (ilable only in shell functions and e).25 F 1.208(xternal com-)-.15 F
-2.849(mands in)144 500.4 R -.2(vo)-.4 G -.1(ke).2 G 5.349(db).1 G 5.349
+2.849(mands in)144 584.4 R -.2(vo)-.4 G -.1(ke).2 G 5.349(db).1 G 5.349
 (yt)-5.349 G 2.849(he programmable completion f)-5.349 F 2.849
 (acilities \(see)-.1 F F1(Pr)5.349 E 2.848(ogrammable Completion)-.18 F
-F0(belo)144 512.4 Q(w\).)-.25 E F1(COMP_POINT)108 529.2 Q F0 .666
-(The inde)144 541.2 R 3.166(xo)-.15 G 3.166(ft)-3.166 G .666
+F0(belo)144 596.4 Q(w\).)-.25 E F1(COMP_POINT)108 613.2 Q F0 .666
+(The inde)144 625.2 R 3.166(xo)-.15 G 3.166(ft)-3.166 G .666
 (he current cursor position relati)-3.166 F .966 -.15(ve t)-.25 H 3.166
 (ot).15 G .666(he be)-3.166 F .666(ginning of the current command.)-.15
 F .667(If the)5.667 F .535
 (current cursor position is at the end of the current command, the v)144
-553.2 R .534(alue of this v)-.25 F .534(ariable is equal to)-.25 F F1
-(${#COMP_LINE})144 565.2 Q F0 7.005(.T)C 2.005(his v)-7.005 F 2.005
+637.2 R .534(alue of this v)-.25 F .534(ariable is equal to)-.25 F F1
+(${#COMP_LINE})144 649.2 Q F0 7.005(.T)C 2.005(his v)-7.005 F 2.005
 (ariable is a)-.25 F -.25(va)-.2 G 2.006
 (ilable only in shell functions and e).25 F 2.006(xternal commands)-.15
-F(in)144 577.2 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G
+F(in)144 661.2 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G
 (he programmable completion f)-2.5 E(acilities \(see)-.1 E F1(Pr)2.5 E
 (ogrammable Completion)-.18 E F0(belo)2.5 E(w\).)-.25 E F1(COMP_W)108
-594 Q(ORDBREAKS)-.1 E F0 1.284
-(The set of characters that the Readline library treats as w)144 606 R
+678 Q(ORDBREAKS)-.1 E F0 1.284
+(The set of characters that the Readline library treats as w)144 690 R
 1.283(ord separators when performing w)-.1 F(ord)-.1 E 3.125
-(completion. If)144 618 R/F3 9/Times-Bold@0 SF(COMP_W)3.125 E(ORDBREAKS)
+(completion. If)144 702 R/F3 9/Times-Bold@0 SF(COMP_W)3.125 E(ORDBREAKS)
 -.09 E F0 .626(is unset, it loses its special properties, e)2.875 F -.15
 (ve)-.25 G 3.126(ni).15 G 3.126(fi)-3.126 G 3.126(ti)-3.126 G 3.126(ss)
--3.126 G(ubse-)-3.126 E(quently reset.)144 630 Q F1(COMP_W)108 646.8 Q
-(ORDS)-.1 E F0 .654(An array v)144 658.8 R .654(ariable \(see)-.25 F F1
-(Arrays)3.154 E F0(belo)3.154 E .654(w\) consisting of the indi)-.25 F
-.653(vidual w)-.25 F .653(ords in the current command)-.1 F 3.477
-(line. This)144 670.8 R -.25(va)3.477 G .977(riable is a).25 F -.25(va)
--.2 G .978(ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke)
-.2 G 3.478(db).1 G 3.478(yt)-3.478 G .978(he programmable completion)
--3.478 F -.1(fa)144 682.8 S(cilities \(see).1 E F1(Pr)2.5 E
-(ogrammable Completion)-.18 E F0(belo)2.5 E(w\).)-.25 E F1(DIRST)108
-699.6 Q -.55(AC)-.9 G(K).55 E F0 2.26(An array v)144 711.6 R 2.26
-(ariable \(see)-.25 F F1(Arrays)4.76 E F0(belo)4.76 E 2.26
-(w\) containing the current contents of the directory stack.)-.25 F
-1.094(Directories appear in the stack in the order the)144 723.6 R 3.594
-(ya)-.15 G 1.095(re displayed by the)-3.594 F F1(dirs)3.595 E F0 -.2(bu)
-3.595 G 3.595(iltin. Assigning).2 F(to)3.595 E(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(9)204 E 0 Cg EP
+-3.126 G(ubse-)-3.126 E(quently reset.)144 714 Q(GNU Bash-3.1-de)72 768
+Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+202.965(29)-2.5 G 0 Cg EP
 %%Page: 10 10
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E 1.432(members of this array v)144 84 R 1.432
+-.35 E/F1 10/Times-Bold@0 SF(COMP_W)108 84 Q(ORDS)-.1 E F0 .654
+(An array v)144 96 R .654(ariable \(see)-.25 F F1(Arrays)3.154 E F0
+(belo)3.154 E .654(w\) consisting of the indi)-.25 F .653(vidual w)-.25
+F .653(ords in the current command)-.1 F 3.477(line. This)144 108 R -.25
+(va)3.477 G .977(riable is a).25 F -.25(va)-.2 G .978
+(ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 3.478
+(db).1 G 3.478(yt)-3.478 G .978(he programmable completion)-3.478 F -.1
+(fa)144 120 S(cilities \(see).1 E F1(Pr)2.5 E(ogrammable Completion)-.18
+E F0(belo)2.5 E(w\).)-.25 E F1(DIRST)108 136.8 Q -.55(AC)-.9 G(K).55 E
+F0 2.26(An array v)144 148.8 R 2.26(ariable \(see)-.25 F F1(Arrays)4.76
+E F0(belo)4.76 E 2.26
+(w\) containing the current contents of the directory stack.)-.25 F
+1.094(Directories appear in the stack in the order the)144 160.8 R 3.594
+(ya)-.15 G 1.095(re displayed by the)-3.594 F F1(dirs)3.595 E F0 -.2(bu)
+3.595 G 3.595(iltin. Assigning).2 F(to)3.595 E 1.432
+(members of this array v)144 172.8 R 1.432
 (ariable may be used to modify directories already in the stack, b)-.25
-F 1.431(ut the)-.2 F/F1 10/Times-Bold@0 SF(pushd)144 96 Q F0(and)2.746 E
-F1(popd)2.746 E F0 -.2(bu)2.746 G .246
-(iltins must be used to add and remo).2 F .546 -.15(ve d)-.15 H 2.746
-(irectories. Assignment).15 F .246(to this v)2.746 F(ariable)-.25 E .351
-(will not change the current directory)144 108 R 5.35(.I)-.65 G(f)-5.35
-E/F2 9/Times-Bold@0 SF(DIRST)2.85 E -.495(AC)-.81 G(K).495 E F0 .35
-(is unset, it loses its special properties, e)2.6 F -.15(ve)-.25 G 2.85
-(ni).15 G(f)-2.85 E(it is subsequently reset.)144 120 Q F1(EUID)108
-136.8 Q F0 1.103(Expands to the ef)11 F(fecti)-.25 E 1.403 -.15(ve u)
--.25 H 1.103(ser ID of the current user).15 F 3.603(,i)-.4 G 1.103
-(nitialized at shell startup.)-3.603 F 1.104(This v)6.103 F 1.104
-(ariable is)-.25 F(readonly)144 148.8 Q(.)-.65 E F1(FUNCN)108 165.6 Q
-(AME)-.2 E F0 .479(An array v)144 177.6 R .479
+F 1.431(ut the)-.2 F F1(pushd)144 184.8 Q F0(and)2.746 E F1(popd)2.746 E
+F0 -.2(bu)2.746 G .246(iltins must be used to add and remo).2 F .546
+-.15(ve d)-.15 H 2.746(irectories. Assignment).15 F .246(to this v)2.746
+F(ariable)-.25 E .351(will not change the current directory)144 196.8 R
+5.35(.I)-.65 G(f)-5.35 E/F2 9/Times-Bold@0 SF(DIRST)2.85 E -.495(AC)-.81
+G(K).495 E F0 .35(is unset, it loses its special properties, e)2.6 F
+-.15(ve)-.25 G 2.85(ni).15 G(f)-2.85 E(it is subsequently reset.)144
+208.8 Q F1(EUID)108 225.6 Q F0 1.103(Expands to the ef)11 F(fecti)-.25 E
+1.403 -.15(ve u)-.25 H 1.103(ser ID of the current user).15 F 3.603(,i)
+-.4 G 1.103(nitialized at shell startup.)-3.603 F 1.104(This v)6.103 F
+1.104(ariable is)-.25 F(readonly)144 237.6 Q(.)-.65 E F1(FUNCN)108 254.4
+Q(AME)-.2 E F0 .479(An array v)144 266.4 R .479
 (ariable containing the names of all shell functions currently in the e)
 -.25 F -.15(xe)-.15 G .478(cution call stack.).15 F .276
-(The element with inde)144 189.6 R 2.776(x0i)-.15 G 2.776(st)-2.776 G
+(The element with inde)144 278.4 R 2.776(x0i)-.15 G 2.776(st)-2.776 G
 .276(he name of an)-2.776 F 2.777(yc)-.15 G(urrently-e)-2.777 E -.15(xe)
 -.15 G .277(cuting shell function.).15 F .277(The bottom-most)5.277 F
-.81(element is "main".)144 201.6 R .81(This v)5.81 F .81(ariable e)-.25
+.81(element is "main".)144 290.4 R .81(This v)5.81 F .81(ariable e)-.25
 F .81(xists only when a shell function is e)-.15 F -.15(xe)-.15 G 3.31
-(cuting. Assignments).15 F(to)3.31 E F2(FUNCN)144 213.6 Q(AME)-.18 E F0
+(cuting. Assignments).15 F(to)3.31 E F2(FUNCN)144 302.4 Q(AME)-.18 E F0
 (ha)2.634 E .684 -.15(ve n)-.2 H 2.884(oe).15 G -.25(ff)-2.884 G .384
 (ect and return an error status.).25 F(If)5.385 E F2(FUNCN)2.885 E(AME)
 -.18 E F0 .385(is unset, it loses its special)2.635 F(properties, e)144
-225.6 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)
--2.5 G(ubsequently reset.)-2.5 E F1(GR)108 242.4 Q(OUPS)-.3 E F0 1.229
-(An array v)144 254.4 R 1.228(ariable containing the list of groups of \
+314.4 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)
+-2.5 G(ubsequently reset.)-2.5 E F1(GR)108 331.2 Q(OUPS)-.3 E F0 1.229
+(An array v)144 343.2 R 1.228(ariable containing the list of groups of \
 which the current user is a member)-.25 F 6.228(.A)-.55 G(ssign-)-6.228
-E .596(ments to)144 266.4 R F2(GR)3.096 E(OUPS)-.27 E F0(ha)2.847 E .897
+E .596(ments to)144 355.2 R F2(GR)3.096 E(OUPS)-.27 E F0(ha)2.847 E .897
 -.15(ve n)-.2 H 3.097(oe).15 G -.25(ff)-3.097 G .597
 (ect and return an error status.).25 F(If)5.597 E F2(GR)3.097 E(OUPS)
 -.27 E F0 .597(is unset, it loses its spe-)2.847 F(cial properties, e)
-144 278.4 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5
-(ss)-2.5 G(ubsequently reset.)-2.5 E F1(HISTCMD)108 295.2 Q F0 .356
-(The history number)144 307.2 R 2.856(,o)-.4 G 2.856(ri)-2.856 G(nde)
+144 367.2 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5
+(ss)-2.5 G(ubsequently reset.)-2.5 E F1(HISTCMD)108 384 Q F0 .356
+(The history number)144 396 R 2.856(,o)-.4 G 2.856(ri)-2.856 G(nde)
 -2.856 E 2.856(xi)-.15 G 2.856(nt)-2.856 G .356
 (he history list, of the current command.)-2.856 F(If)5.356 E F2
 (HISTCMD)2.855 E F0 .355(is unset, it)2.605 F
-(loses its special properties, e)144 319.2 Q -.15(ve)-.25 G 2.5(ni).15 G
+(loses its special properties, e)144 408 Q -.15(ve)-.25 G 2.5(ni).15 G
 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F1
-(HOSTN)108 336 Q(AME)-.2 E F0
-(Automatically set to the name of the current host.)144 348 Q F1
-(HOSTTYPE)108 364.8 Q F0 .222(Automatically set to a string that unique\
-ly describes the type of machine on which)144 376.8 R F1(bash)2.723 E F0
-.223(is e)2.723 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 388.8 R
-(def)2.5 E(ault is system-dependent.)-.1 E F1(LINENO)108 405.6 Q F0
+(HOSTN)108 424.8 Q(AME)-.2 E F0
+(Automatically set to the name of the current host.)144 436.8 Q F1
+(HOSTTYPE)108 453.6 Q F0 .222(Automatically set to a string that unique\
+ly describes the type of machine on which)144 465.6 R F1(bash)2.723 E F0
+.223(is e)2.723 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 477.6 R
+(def)2.5 E(ault is system-dependent.)-.1 E F1(LINENO)108 494.4 Q F0
 1.408(Each time this parameter is referenced, the shell substitutes a d\
-ecimal number representing the)144 417.6 R .078(current sequential line\
- number \(starting with 1\) within a script or function.)144 429.6 R
-.079(When not in a script or)5.078 F .307(function, the v)144 441.6 R
+ecimal number representing the)144 506.4 R .078(current sequential line\
+ number \(starting with 1\) within a script or function.)144 518.4 R
+.079(When not in a script or)5.078 F .307(function, the v)144 530.4 R
 .307(alue substituted is not guaranteed to be meaningful.)-.25 F(If)
 5.306 E F2(LINENO)2.806 E F0 .306(is unset, it loses its)2.556 F
-(special properties, e)144 453.6 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)
+(special properties, e)144 542.4 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)
 -2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F1(MA)108
-470.4 Q(CHTYPE)-.55 E F0 .898(Automatically set to a string that fully \
-describes the system type on which)144 482.4 R F1(bash)3.398 E F0 .899
+559.2 Q(CHTYPE)-.55 E F0 .898(Automatically set to a string that fully \
+describes the system type on which)144 571.2 R F1(bash)3.398 E F0 .899
 (is e)3.398 F -.15(xe)-.15 G .899(cuting, in).15 F(the standard GNU)144
-494.4 Q/F3 10/Times-Italic@0 SF(cpu-company-system)2.5 E F0 2.5
+583.2 Q/F3 10/Times-Italic@0 SF(cpu-company-system)2.5 E F0 2.5
 (format. The)2.5 F(def)2.5 E(ault is system-dependent.)-.1 E F1(OLDPWD)
-108 511.2 Q F0(The pre)144 523.2 Q(vious w)-.25 E
+108 600 Q F0(The pre)144 612 Q(vious w)-.25 E
 (orking directory as set by the)-.1 E F1(cd)2.5 E F0(command.)2.5 E F1
-(OPT)108 540 Q(ARG)-.9 E F0 1.627(The v)144 552 R 1.627
+(OPT)108 628.8 Q(ARG)-.9 E F0 1.627(The v)144 640.8 R 1.627
 (alue of the last option ar)-.25 F 1.627(gument processed by the)-.18 F
 F1(getopts)4.127 E F0 -.2(bu)4.127 G 1.626(iltin command \(see).2 F F2
-(SHELL)4.126 E -.09(BU)144 564 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo)
-2.25 E(w\).)-.25 E F1(OPTIND)108 580.8 Q F0 1.651(The inde)144 592.8 R
-4.151(xo)-.15 G 4.151(ft)-4.151 G 1.651(he ne)-4.151 F 1.651(xt ar)-.15
-F 1.652(gument to be processed by the)-.18 F F1(getopts)4.152 E F0 -.2
-(bu)4.152 G 1.652(iltin command \(see).2 F F2(SHELL)4.152 E -.09(BU)144
-604.8 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1
-(OSTYPE)108 621.6 Q F0 .329(Automatically set to a string that describe\
-s the operating system on which)144 633.6 R F1(bash)2.829 E F0 .329
-(is e)2.829 F -.15(xe)-.15 G 2.829(cuting. The).15 F(def)144 645.6 Q
-(ault is system-dependent.)-.1 E F1(PIPEST)108 662.4 Q -.95(AT)-.9 G(US)
-.95 E F0 .61(An array v)144 674.4 R .61(ariable \(see)-.25 F F1(Arrays)
-3.11 E F0(belo)3.11 E .61(w\) containing a list of e)-.25 F .61
-(xit status v)-.15 F .61(alues from the processes in)-.25 F
-(the most-recently-e)144 686.4 Q -.15(xe)-.15 G(cuted fore).15 E
-(ground pipeline \(which may contain only a single command\).)-.15 E F1
-(PPID)108 703.2 Q F0(The process ID of the shell')12.67 E 2.5(sp)-.55 G
-2.5(arent. This)-2.5 F -.25(va)2.5 G(riable is readonly).25 E(.)-.65 E
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(10)199 E 0 Cg EP
+(SHELL)4.126 E -.09(BU)144 652.8 S(IL).09 E(TIN COMMANDS)-.828 E F0
+(belo)2.25 E(w\).)-.25 E F1(OPTIND)108 669.6 Q F0 1.651(The inde)144
+681.6 R 4.151(xo)-.15 G 4.151(ft)-4.151 G 1.651(he ne)-4.151 F 1.651
+(xt ar)-.15 F 1.652(gument to be processed by the)-.18 F F1(getopts)
+4.152 E F0 -.2(bu)4.152 G 1.652(iltin command \(see).2 F F2(SHELL)4.152
+E -.09(BU)144 693.6 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)
+-.25 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5 G(0)-197.965 E 0 Cg EP
 %%Page: 11 11
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(PWD)108 84 Q F0(The current w)12.67 E
+-.35 E/F1 10/Times-Bold@0 SF(OSTYPE)108 84 Q F0 .329(Automatically set \
+to a string that describes the operating system on which)144 96 R F1
+(bash)2.829 E F0 .329(is e)2.829 F -.15(xe)-.15 G 2.829(cuting. The).15
+F(def)144 108 Q(ault is system-dependent.)-.1 E F1(PIPEST)108 124.8 Q
+-.95(AT)-.9 G(US).95 E F0 .61(An array v)144 136.8 R .61(ariable \(see)
+-.25 F F1(Arrays)3.11 E F0(belo)3.11 E .61(w\) containing a list of e)
+-.25 F .61(xit status v)-.15 F .61(alues from the processes in)-.25 F
+(the most-recently-e)144 148.8 Q -.15(xe)-.15 G(cuted fore).15 E
+(ground pipeline \(which may contain only a single command\).)-.15 E F1
+(PPID)108 165.6 Q F0(The process ID of the shell')12.67 E 2.5(sp)-.55 G
+2.5(arent. This)-2.5 F -.25(va)2.5 G(riable is readonly).25 E(.)-.65 E
+F1(PWD)108 182.4 Q F0(The current w)12.67 E
 (orking directory as set by the)-.1 E F1(cd)2.5 E F0(command.)2.5 E F1
-(RANDOM)108 100.8 Q F0 .566
-(Each time this parameter is referenced, a random inte)144 112.8 R .565
+(RANDOM)108 199.2 Q F0 .566
+(Each time this parameter is referenced, a random inte)144 211.2 R .565
 (ger between 0 and 32767 is generated.)-.15 F(The)5.565 E .01
 (sequence of random numbers may be initialized by assigning a v)144
-124.8 R .01(alue to)-.25 F/F2 9/Times-Bold@0 SF(RANDOM)2.51 E/F3 9
+223.2 R .01(alue to)-.25 F/F2 9/Times-Bold@0 SF(RANDOM)2.51 E/F3 9
 /Times-Roman@0 SF(.)A F0(If)4.51 E F2(RANDOM)2.51 E F0(is)2.26 E
-(unset, it loses its special properties, e)144 136.8 Q -.15(ve)-.25 G
+(unset, it loses its special properties, e)144 235.2 Q -.15(ve)-.25 G
 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G
-(ubsequently reset.)-2.5 E F1(REPL)108 153.6 Q(Y)-.92 E F0
-(Set to the line of input read by the)144 165.6 Q F1 -.18(re)2.5 G(ad)
-.18 E F0 -.2(bu)2.5 G(iltin command when no ar).2 E
-(guments are supplied.)-.18 E F1(SECONDS)108 182.4 Q F0 .795(Each time \
-this parameter is referenced, the number of seconds since shell in)144
-194.4 R -.2(vo)-.4 G .795(cation is returned.).2 F .712(If a v)144 206.4
-R .712(alue is assigned to)-.25 F F2(SECONDS)3.212 E F3(,)A F0 .712
-(the v)2.962 F .712
-(alue returned upon subsequent references is the number)-.25 F .408
-(of seconds since the assignment plus the v)144 218.4 R .408
+(ubsequently reset.)-2.5 E F1(REPL)108 252 Q(Y)-.92 E F0
+(Set to the line of input read by the)144 264 Q F1 -.18(re)2.5 G(ad).18
+E F0 -.2(bu)2.5 G(iltin command when no ar).2 E(guments are supplied.)
+-.18 E F1(SECONDS)108 280.8 Q F0 .795(Each time this parameter is refer\
+enced, the number of seconds since shell in)144 292.8 R -.2(vo)-.4 G
+.795(cation is returned.).2 F .712(If a v)144 304.8 R .712
+(alue is assigned to)-.25 F F2(SECONDS)3.212 E F3(,)A F0 .712(the v)
+2.962 F .712(alue returned upon subsequent references is the number)-.25
+F .408(of seconds since the assignment plus the v)144 316.8 R .408
 (alue assigned.)-.25 F(If)5.408 E F2(SECONDS)2.908 E F0 .407
-(is unset, it loses its special)2.658 F(properties, e)144 230.4 Q -.15
+(is unset, it loses its special)2.658 F(properties, e)144 328.8 Q -.15
 (ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G
-(ubsequently reset.)-2.5 E F1(SHELLOPTS)108 247.2 Q F0 3.262(Ac)144
-259.2 S .763(olon-separated list of enabled shell options.)-3.262 F .763
+(ubsequently reset.)-2.5 E F1(SHELLOPTS)108 345.6 Q F0 3.262(Ac)144
+357.6 S .763(olon-separated list of enabled shell options.)-3.262 F .763
 (Each w)5.763 F .763(ord in the list is a v)-.1 F .763(alid ar)-.25 F
-.763(gument for the)-.18 F F1<ad6f>144 271.2 Q F0 1.174(option to the)
+.763(gument for the)-.18 F F1<ad6f>144 369.6 Q F0 1.174(option to the)
 3.674 F F1(set)3.674 E F0 -.2(bu)3.674 G 1.174(iltin command \(see).2 F
 F2 1.173(SHELL B)3.673 F(UIL)-.09 E 1.173(TIN COMMANDS)-.828 F F0(belo)
 3.423 E 3.673(w\). The)-.25 F(options)3.673 E .019(appearing in)144
-283.2 R F2(SHELLOPTS)2.519 E F0 .019(are those reported as)2.269 F/F4 10
+381.6 R F2(SHELLOPTS)2.519 E F0 .019(are those reported as)2.269 F/F4 10
 /Times-Italic@0 SF(on)2.749 E F0(by)2.759 E F1 .019(set \255o)2.519 F F0
 5.019(.I)C 2.519(ft)-5.019 G .019(his v)-2.519 F .02
-(ariable is in the en)-.25 F(vironment)-.4 E(when)144 295.2 Q F1(bash)
+(ariable is in the en)-.25 F(vironment)-.4 E(when)144 393.6 Q F1(bash)
 3.142 E F0 .642(starts up, each shell option in the list will be enable\
 d before reading an)3.142 F 3.141(ys)-.15 G .641(tartup \214les.)-3.141
-F(This v)144 307.2 Q(ariable is read-only)-.25 E(.)-.65 E F1(SHL)108 324
-Q(VL)-.92 E F0(Incremented by one each time an instance of)144 336 Q F1
-(bash)2.5 E F0(is started.)2.5 E F1(UID)108 352.8 Q F0
+F(This v)144 405.6 Q(ariable is read-only)-.25 E(.)-.65 E F1(SHL)108
+422.4 Q(VL)-.92 E F0(Incremented by one each time an instance of)144
+434.4 Q F1(bash)2.5 E F0(is started.)2.5 E F1(UID)108 451.2 Q F0
 (Expands to the user ID of the current user)17.67 E 2.5(,i)-.4 G
 (nitialized at shell startup.)-2.5 E(This v)5 E(ariable is readonly)-.25
-E(.)-.65 E .993(The follo)108 369.6 R .993(wing v)-.25 F .994
+E(.)-.65 E .993(The follo)108 468 R .993(wing v)-.25 F .994
 (ariables are used by the shell.)-.25 F .994(In some cases,)5.994 F F1
 (bash)3.494 E F0 .994(assigns a def)3.494 F .994(ault v)-.1 F .994
-(alue to a v)-.25 F(ariable;)-.25 E(these cases are noted belo)108 381.6
-Q -.65(w.)-.25 G F1 -.3(BA)108 398.4 S(SH_ENV).3 E F0 .506
-(If this parameter is set when)144 410.4 R F1(bash)3.006 E F0 .506(is e)
+(alue to a v)-.25 F(ariable;)-.25 E(these cases are noted belo)108 480 Q
+-.65(w.)-.25 G F1 -.3(BA)108 496.8 S(SH_ENV).3 E F0 .506
+(If this parameter is set when)144 508.8 R F1(bash)3.006 E F0 .506(is e)
 3.006 F -.15(xe)-.15 G .505(cuting a shell script, its v).15 F .505
 (alue is interpreted as a \214lename)-.25 F .354
-(containing commands to initialize the shell, as in)144 422.4 R F4
+(containing commands to initialize the shell, as in)144 520.8 R F4
 (~/.bashr)2.855 E(c)-.37 E F0 5.355(.T).31 G .355(he v)-5.355 F .355
 (alue of)-.25 F F2 -.27(BA)2.855 G(SH_ENV).27 E F0 .355(is subjected)
-2.605 F .525(to parameter e)144 434.4 R .525
+2.605 F .525(to parameter e)144 532.8 R .525
 (xpansion, command substitution, and arithmetic e)-.15 F .525
-(xpansion before being interpreted)-.15 F(as a \214le name.)144 446.4 Q
+(xpansion before being interpreted)-.15 F(as a \214le name.)144 544.8 Q
 F2 -.666(PA)5 G(TH)-.189 E F0
 (is not used to search for the resultant \214le name.)2.25 E F1(CDP)108
-458.4 Q -.95(AT)-.74 G(H).95 E F0 1.247(The search path for the)144
-470.4 R F1(cd)3.747 E F0 3.747(command. This)3.747 F 1.248
+556.8 Q -.95(AT)-.74 G(H).95 E F0 1.247(The search path for the)144
+568.8 R F1(cd)3.747 E F0 3.747(command. This)3.747 F 1.248
 (is a colon-separated list of directories in which the)3.747 F 3.796
-(shell looks for destination directories speci\214ed by the)144 482.4 R
+(shell looks for destination directories speci\214ed by the)144 580.8 R
 F1(cd)6.295 E F0 6.295(command. A)6.295 F 3.795(sample v)6.295 F 3.795
-(alue is)-.25 F/F5 10/Courier@0 SF(".:~:/usr")144 494.4 Q F0(.)A F1
-(COLUMNS)108 506.4 Q F0 .425(Used by the)144 518.4 R F1(select)2.925 E
+(alue is)-.25 F/F5 10/Courier@0 SF(".:~:/usr")144 592.8 Q F0(.)A F1
+(COLUMNS)108 604.8 Q F0 .425(Used by the)144 616.8 R F1(select)2.925 E
 F0 -.2(bu)2.925 G .425(iltin command to determine the terminal width wh\
 en printing selection lists.).2 F
-(Automatically set upon receipt of a SIGWINCH.)144 530.4 Q F1(COMPREPL)
-108 542.4 Q(Y)-.92 E F0 .848(An array v)144 554.4 R .848
+(Automatically set upon receipt of a SIGWINCH.)144 628.8 Q F1(COMPREPL)
+108 640.8 Q(Y)-.92 E F0 .848(An array v)144 652.8 R .848
 (ariable from which)-.25 F F1(bash)3.348 E F0 .848
 (reads the possible completions generated by a shell function)3.348 F
-(in)144 566.4 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G
+(in)144 664.8 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G
 (he programmable completion f)-2.5 E(acility \(see)-.1 E F1(Pr)2.5 E
-(ogrammable Completion)-.18 E F0(belo)2.5 E(w\).)-.25 E F1(EMA)108 578.4
-Q(CS)-.55 E F0(If)144 590.4 Q F1(bash)2.535 E F0 .035(\214nds this v)
+(ogrammable Completion)-.18 E F0(belo)2.5 E(w\).)-.25 E F1(EMA)108 676.8
+Q(CS)-.55 E F0(If)144 688.8 Q F1(bash)2.535 E F0 .035(\214nds this v)
 2.535 F .035(ariable in the en)-.25 F .036
 (vironment when the shell starts with v)-.4 F(alue)-.25 E F5(t)2.536 E
 F0 2.536(,i)C 2.536(ta)-2.536 G .036(ssumes that the)-2.536 F
-(shell is running in an emacs shell b)144 602.4 Q(uf)-.2 E
-(fer and disables line editing.)-.25 E F1(FCEDIT)108 614.4 Q F0(The def)
-144 626.4 Q(ault editor for the)-.1 E F1(fc)2.5 E F0 -.2(bu)2.5 G
-(iltin command.).2 E F1(FIGNORE)108 638.4 Q F0 2.599(Ac)144 650.4 S .098
-(olon-separated list of suf)-2.599 F<8c78>-.25 E .098
-(es to ignore when performing \214lename completion \(see)-.15 F F2
-(READLINE)2.598 E F0(belo)144 662.4 Q 2.704(w\). A)-.25 F .204
-(\214lename whose suf)2.704 F .205(\214x matches one of the entries in)
--.25 F F2(FIGNORE)2.705 E F0 .205(is e)2.455 F .205
-(xcluded from the list)-.15 F(of matched \214lenames.)144 674.4 Q 2.5
-(As)5 G(ample v)-2.5 E(alue is)-.25 E F5(".o:~")2.5 E F0(.)A F1
-(GLOBIGNORE)108 686.4 Q F0 3.118(Ac)144 698.4 S .618(olon-separated lis\
-t of patterns de\214ning the set of \214lenames to be ignored by pathna\
-me e)-3.118 F(xpan-)-.15 E 3.131(sion. If)144 710.4 R 3.132<618c>3.131 G
-.632(lename matched by a pathname e)-3.132 F .632
-(xpansion pattern also matches one of the patterns in)-.15 F F2
-(GLOBIGNORE)144 722.4 Q F3(,)A F0(it is remo)2.25 E -.15(ve)-.15 G 2.5
-(df).15 G(rom the list of matches.)-2.5 E(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(11)199 E 0 Cg EP
+(shell is running in an emacs shell b)144 700.8 Q(uf)-.2 E
+(fer and disables line editing.)-.25 E(GNU Bash-3.1-de)72 768 Q -.15(ve)
+-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5
+G(1)-197.965 E 0 Cg EP
 %%Page: 12 12
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(HISTCONTR)108 84 Q(OL)-.3 E F0 2.654(Ac)144
-96 S .153(olon-separated list of v)-2.654 F .153(alues controlling ho)
--.25 F 2.653(wc)-.25 G .153(ommands are sa)-2.653 F -.15(ve)-.2 G 2.653
-(do).15 G 2.653(nt)-2.653 G .153(he history list.)-2.653 F .153
-(If the list)5.153 F .49(of v)144 108 R .49(alues includes)-.25 F/F2 10
+-.35 E/F1 10/Times-Bold@0 SF(FCEDIT)108 84 Q F0(The def)144 96 Q
+(ault editor for the)-.1 E F1(fc)2.5 E F0 -.2(bu)2.5 G(iltin command.).2
+E F1(FIGNORE)108 108 Q F0 2.599(Ac)144 120 S .098
+(olon-separated list of suf)-2.599 F<8c78>-.25 E .098
+(es to ignore when performing \214lename completion \(see)-.15 F/F2 9
+/Times-Bold@0 SF(READLINE)2.598 E F0(belo)144 132 Q 2.704(w\). A)-.25 F
+.204(\214lename whose suf)2.704 F .205
+(\214x matches one of the entries in)-.25 F F2(FIGNORE)2.705 E F0 .205
+(is e)2.455 F .205(xcluded from the list)-.15 F(of matched \214lenames.)
+144 144 Q 2.5(As)5 G(ample v)-2.5 E(alue is)-.25 E/F3 10/Courier@0 SF
+(".o:~")2.5 E F0(.)A F1(GLOBIGNORE)108 156 Q F0 3.118(Ac)144 168 S .618
+(olon-separated list of patterns de\214ning the set of \214lenames to b\
+e ignored by pathname e)-3.118 F(xpan-)-.15 E 3.131(sion. If)144 180 R
+3.132<618c>3.131 G .632(lename matched by a pathname e)-3.132 F .632
+(xpansion pattern also matches one of the patterns in)-.15 F F2
+(GLOBIGNORE)144 192 Q/F4 9/Times-Roman@0 SF(,)A F0(it is remo)2.25 E
+-.15(ve)-.15 G 2.5(df).15 G(rom the list of matches.)-2.5 E F1
+(HISTCONTR)108 204 Q(OL)-.3 E F0 2.654(Ac)144 216 S .153
+(olon-separated list of v)-2.654 F .153(alues controlling ho)-.25 F
+2.653(wc)-.25 G .153(ommands are sa)-2.653 F -.15(ve)-.2 G 2.653(do).15
+G 2.653(nt)-2.653 G .153(he history list.)-2.653 F .153(If the list)
+5.153 F .49(of v)144 228 R .49(alues includes)-.25 F/F5 10
 /Times-Italic@0 SF(ignor)2.99 E(espace)-.37 E F0 2.99(,l).18 G .49
 (ines which be)-2.99 F .491(gin with a)-.15 F F1(space)2.991 E F0 .491
 (character are not sa)2.991 F -.15(ve)-.2 G 2.991(di).15 G 2.991(nt)
--2.991 G .491(he his-)-2.991 F .558(tory list.)144 120 R 3.058(Av)5.558
-G .558(alue of)-3.308 F F2(ignor)3.068 E(edups)-.37 E F0 .558
+-2.991 G .491(he his-)-2.991 F .558(tory list.)144 240 R 3.058(Av)5.558
+G .558(alue of)-3.308 F F5(ignor)3.068 E(edups)-.37 E F0 .558
 (causes lines matching the pre)3.328 F .557
 (vious history entry to not be sa)-.25 F -.15(ve)-.2 G(d.).15 E 2.958
-(Av)144 132 S .458(alue of)-3.208 F F2(ignor)2.968 E(eboth)-.37 E F0
-.458(is shorthand for)3.238 F F2(ignor)2.959 E(espace)-.37 E F0(and)
-2.959 E F2(ignor)2.959 E(edups)-.37 E F0 5.459(.A)C -.25(va)-2.5 G .459
-(lue of).25 F F2(er)2.959 E(asedups)-.15 E F0(causes)2.959 E .699
-(all pre)144 144 R .698
+(Av)144 252 S .458(alue of)-3.208 F F5(ignor)2.968 E(eboth)-.37 E F0
+.458(is shorthand for)3.238 F F5(ignor)2.959 E(espace)-.37 E F0(and)
+2.959 E F5(ignor)2.959 E(edups)-.37 E F0 5.459(.A)C -.25(va)-2.5 G .459
+(lue of).25 F F5(er)2.959 E(asedups)-.15 E F0(causes)2.959 E .699
+(all pre)144 264 R .698
 (vious lines matching the current line to be remo)-.25 F -.15(ve)-.15 G
 3.198(df).15 G .698(rom the history list before that line is)-3.198 F
-(sa)144 156 Q -.15(ve)-.2 G 4.296(d. An).15 F 4.296(yv)-.15 G 1.797
+(sa)144 276 Q -.15(ve)-.2 G 4.296(d. An).15 F 4.296(yv)-.15 G 1.797
 (alue not in the abo)-4.546 F 2.097 -.15(ve l)-.15 H 1.797
 (ist is ignored.).15 F(If)6.797 E F1(HISTCONTR)4.297 E(OL)-.3 E F0 1.797
-(is unset, or does not)4.297 F .613(include a v)144 168 R .612(alid v)
+(is unset, or does not)4.297 F .613(include a v)144 288 R .612(alid v)
 -.25 F .612(alue, all lines read by the shell parser are sa)-.25 F -.15
 (ve)-.2 G 3.112(do).15 G 3.112(nt)-3.112 G .612
-(he history list, subject to the)-3.112 F -.25(va)144 180 S .985(lue of)
+(he history list, subject to the)-3.112 F -.25(va)144 300 S .985(lue of)
 .25 F F1(HISTIGNORE)3.485 E F0 5.986(.T)C .986
 (he second and subsequent lines of a multi-line compound command)-5.986
-F(are not tested, and are added to the history re)144 192 Q -.05(ga)-.15
+F(are not tested, and are added to the history re)144 312 Q -.05(ga)-.15
 G(rdless of the v).05 E(alue of)-.25 E F1(HISTCONTR)2.5 E(OL)-.3 E F0(.)
-A F1(HISTFILE)108 204 Q F0 .181
-(The name of the \214le in which command history is sa)144 216 R -.15
-(ve)-.2 G 2.681(d\().15 G(see)-2.681 E/F3 9/Times-Bold@0 SF(HIST)2.681 E
-(OR)-.162 E(Y)-.315 E F0(belo)2.431 E 2.681(w\). The)-.25 F(def)2.681 E
-.181(ault v)-.1 F(alue)-.25 E(is)144 228 Q F2(~/.bash_history)2.5 E F0 5
-(.I)C 2.5(fu)-5 G(nset, the command history is not sa)-2.5 E -.15(ve)-.2
-G 2.5(dw).15 G(hen an interacti)-2.5 E .3 -.15(ve s)-.25 H(hell e).15 E
-(xits.)-.15 E F1(HISTFILESIZE)108 240 Q F0 1.622
-(The maximum number of lines contained in the history \214le.)144 252 R
+A F1(HISTFILE)108 324 Q F0 .181
+(The name of the \214le in which command history is sa)144 336 R -.15
+(ve)-.2 G 2.681(d\().15 G(see)-2.681 E F2(HIST)2.681 E(OR)-.162 E(Y)
+-.315 E F0(belo)2.431 E 2.681(w\). The)-.25 F(def)2.681 E .181(ault v)
+-.1 F(alue)-.25 E(is)144 348 Q F5(~/.bash_history)2.5 E F0 5(.I)C 2.5
+(fu)-5 G(nset, the command history is not sa)-2.5 E -.15(ve)-.2 G 2.5
+(dw).15 G(hen an interacti)-2.5 E .3 -.15(ve s)-.25 H(hell e).15 E
+(xits.)-.15 E F1(HISTFILESIZE)108 360 Q F0 1.622
+(The maximum number of lines contained in the history \214le.)144 372 R
 1.623(When this v)6.623 F 1.623(ariable is assigned a)-.25 F -.25(va)144
-264 S .311(lue, the history \214le is truncated, if necessary).25 F
+384 S .311(lue, the history \214le is truncated, if necessary).25 F
 2.811(,t)-.65 G 2.811(oc)-2.811 G .311
 (ontain no more than that number of lines.)-2.811 F(The)5.311 E(def)144
-276 Q .386(ault v)-.1 F .386(alue is 500.)-.25 F .387(The history \214l\
+396 Q .386(ault v)-.1 F .386(alue is 500.)-.25 F .387(The history \214l\
 e is also truncated to this size after writing it when an interac-)5.386
-F(ti)144 288 Q .3 -.15(ve s)-.25 H(hell e).15 E(xits.)-.15 E F1
-(HISTIGNORE)108 300 Q F0 2.658(Ac)144 312 S .158(olon-separated list of\
+F(ti)144 408 Q .3 -.15(ve s)-.25 H(hell e).15 E(xits.)-.15 E F1
+(HISTIGNORE)108 420 Q F0 2.658(Ac)144 432 S .158(olon-separated list of\
  patterns used to decide which command lines should be sa)-2.658 F -.15
 (ve)-.2 G 2.657(do).15 G 2.657(nt)-2.657 G .157(he his-)-2.657 F .707
-(tory list.)144 324 R .707(Each pattern is anchored at the be)5.707 F
+(tory list.)144 444 R .707(Each pattern is anchored at the be)5.707 F
 .708(ginning of the line and must match the complete line)-.15 F .626
-(\(no implicit `)144 336 R F1(*)A F0 3.126('i)C 3.126(sa)-3.126 G 3.126
+(\(no implicit `)144 456 R F1(*)A F0 3.126('i)C 3.126(sa)-3.126 G 3.126
 (ppended\). Each)-3.126 F .626(pattern is tested ag)3.126 F .625
 (ainst the line after the checks speci\214ed by)-.05 F F1(HISTCONTR)144
-348 Q(OL)-.3 E F0 1.154(are applied.)3.654 F 1.154
+468 Q(OL)-.3 E F0 1.154(are applied.)3.654 F 1.154
 (In addition to the normal shell pattern matching characters, `)6.154 F
-F1(&)A F0(')A 2.515(matches the pre)144 360 R 2.515(vious history line.)
+F1(&)A F0(')A 2.515(matches the pre)144 480 R 2.515(vious history line.)
 -.25 F(`)7.514 E F1(&)A F0 5.014('m)C 2.514
-(ay be escaped using a backslash; the backslash is)-5.014 F(remo)144 372
+(ay be escaped using a backslash; the backslash is)-5.014 F(remo)144 492
 Q -.15(ve)-.15 G 3.352(db).15 G .852(efore attempting a match.)-3.352 F
 .852(The second and subsequent lines of a multi-line compound)5.852 F
-(command are not tested, and are added to the history re)144 384 Q -.05
+(command are not tested, and are added to the history re)144 504 Q -.05
 (ga)-.15 G(rdless of the v).05 E(alue of)-.25 E F1(HISTIGNORE)2.5 E F0
-(.)A F1(HISTSIZE)108 396 Q F0 1.942
-(The number of commands to remember in the command history \(see)144 408
-R F3(HIST)4.442 E(OR)-.162 E(Y)-.315 E F0(belo)4.192 E 4.442(w\). The)
--.25 F(def)144 420 Q(ault v)-.1 E(alue is 500.)-.25 E F1(HISTTIMEFORMA)
-108 432 Q(T)-.95 E F0 .951(If this v)144 444 R .951
+(.)A F1(HISTSIZE)108 516 Q F0 1.942
+(The number of commands to remember in the command history \(see)144 528
+R F2(HIST)4.442 E(OR)-.162 E(Y)-.315 E F0(belo)4.192 E 4.442(w\). The)
+-.25 F(def)144 540 Q(ault v)-.1 E(alue is 500.)-.25 E F1(HISTTIMEFORMA)
+108 552 Q(T)-.95 E F0 .951(If this v)144 564 R .951
 (ariable is set and not null, its v)-.25 F .952
-(alue is used as a format string for)-.25 F F2(strftime)3.452 E F0 .952
+(alue is used as a format string for)-.25 F F5(strftime)3.452 E F0 .952
 (\(3\) to print the)B .673
-(time stamp associated with each history entry displayed by the)144 456
+(time stamp associated with each history entry displayed by the)144 576
 R F1(history)3.173 E F0 -.2(bu)3.172 G 3.172(iltin. If).2 F .672(this v)
 3.172 F .672(ariable is)-.25 F
-(set, time stamps are written to the history \214le so the)144 468 Q 2.5
+(set, time stamps are written to the history \214le so the)144 588 Q 2.5
 (ym)-.15 G(ay be preserv)-2.5 E(ed across shell sessions.)-.15 E F1
-(HOME)108 480 Q F0 1.27(The home directory of the current user; the def)
-144 492 R 1.27(ault ar)-.1 F 1.27(gument for the)-.18 F F1(cd)3.77 E F0
--.2(bu)3.77 G 1.27(iltin command.).2 F(The)6.27 E -.25(va)144 504 S
+(HOME)108 600 Q F0 1.27(The home directory of the current user; the def)
+144 612 R 1.27(ault ar)-.1 F 1.27(gument for the)-.18 F F1(cd)3.77 E F0
+-.2(bu)3.77 G 1.27(iltin command.).2 F(The)6.27 E -.25(va)144 624 S
 (lue of this v).25 E(ariable is also used when performing tilde e)-.25 E
-(xpansion.)-.15 E F1(HOSTFILE)108 516 Q F0 1.015
-(Contains the name of a \214le in the same format as)144 528 R F2
+(xpansion.)-.15 E F1(HOSTFILE)108 636 Q F0 1.015
+(Contains the name of a \214le in the same format as)144 648 R F5
 (/etc/hosts)5.181 E F0 1.015(that should be read when the shell)5.181 F
-.55(needs to complete a hostname.)144 540 R .551
+.55(needs to complete a hostname.)144 660 R .551
 (The list of possible hostname completions may be changed while)5.551 F
-1.059(the shell is running; the ne)144 552 R 1.059
+1.059(the shell is running; the ne)144 672 R 1.059
 (xt time hostname completion is attempted after the v)-.15 F 1.058
-(alue is changed,)-.25 F F1(bash)144 564 Q F0 .715
+(alue is changed,)-.25 F F1(bash)144 684 Q F0 .715
 (adds the contents of the ne)3.215 F 3.215<778c>-.25 G .715(le to the e)
--3.215 F .715(xisting list.)-.15 F(If)5.716 E F3(HOSTFILE)3.216 E F0
+-3.215 F .715(xisting list.)-.15 F(If)5.716 E F2(HOSTFILE)3.216 E F0
 .716(is set, b)2.966 F .716(ut has no v)-.2 F(alue,)-.25 E F1(bash)144
-576 Q F0 2.236(attempts to read)4.736 F F2(/etc/hosts)6.401 E F0 2.235
+696 Q F0 2.236(attempts to read)4.736 F F5(/etc/hosts)6.401 E F0 2.235
 (to obtain the list of possible hostname completions.)6.401 F(When)7.235
-E F3(HOSTFILE)144 588 Q F0(is unset, the hostname list is cleared.)2.25
-E F1(IFS)108 600 Q F0(The)20.44 E F2 .555(Internal F)3.635 F .555
-(ield Separ)-.45 F(ator)-.15 E F0 .555(that is used for w)3.785 F .556
-(ord splitting after e)-.1 F .556(xpansion and to split lines into)-.15
-F -.1(wo)144 612 S(rds with the).1 E F1 -.18(re)2.5 G(ad).18 E F0 -.2
-(bu)2.5 G(iltin command.).2 E(The def)5 E(ault v)-.1 E(alue is `)-.25 E
-(`<space><tab><ne)-.74 E(wline>')-.25 E('.)-.74 E F1(IGNOREEOF)108 624 Q
-F0 .503(Controls the action of an interacti)144 636 R .803 -.15(ve s)
--.25 H .503(hell on receipt of an).15 F F3(EOF)3.003 E F0 .503
-(character as the sole input.)2.753 F .503(If set,)5.503 F .426(the v)
-144 648 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F3
-(EOF)3.076 E F0 .426
+E F2(HOSTFILE)144 708 Q F0(is unset, the hostname list is cleared.)2.25
+E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5 G(2)-197.965 E 0 Cg EP
+%%Page: 13 13
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(IFS)108 84 Q F0(The)20.44 E/F2 10
+/Times-Italic@0 SF .555(Internal F)3.635 F .555(ield Separ)-.45 F(ator)
+-.15 E F0 .555(that is used for w)3.785 F .556(ord splitting after e)-.1
+F .556(xpansion and to split lines into)-.15 F -.1(wo)144 96 S
+(rds with the).1 E F1 -.18(re)2.5 G(ad).18 E F0 -.2(bu)2.5 G
+(iltin command.).2 E(The def)5 E(ault v)-.1 E(alue is `)-.25 E
+(`<space><tab><ne)-.74 E(wline>')-.25 E('.)-.74 E F1(IGNOREEOF)108 108 Q
+F0 .503(Controls the action of an interacti)144 120 R .803 -.15(ve s)
+-.25 H .503(hell on receipt of an).15 F/F3 9/Times-Bold@0 SF(EOF)3.003 E
+F0 .503(character as the sole input.)2.753 F .503(If set,)5.503 F .426
+(the v)144 132 R .426(alue is the number of consecuti)-.25 F -.15(ve)
+-.25 G F3(EOF)3.076 E F0 .426
 (characters which must be typed as the \214rst characters)2.676 F .303
-(on an input line before)144 660 R F1(bash)2.802 E F0 -.15(ex)2.802 G
+(on an input line before)144 144 R F1(bash)2.802 E F0 -.15(ex)2.802 G
 2.802(its. If).15 F .302(the v)2.802 F .302(ariable e)-.25 F .302
 (xists b)-.15 F .302(ut does not ha)-.2 F .602 -.15(ve a n)-.2 H .302
-(umeric v).15 F .302(alue, or has)-.25 F(no v)144 672 Q(alue, the def)
+(umeric v).15 F .302(alue, or has)-.25 F(no v)144 156 Q(alue, the def)
 -.25 E(ault v)-.1 E(alue is 10.)-.25 E(If it does not e)5 E(xist,)-.15 E
 F3(EOF)2.5 E F0(signi\214es the end of input to the shell.)2.25 E F1
-(INPUTRC)108 684 Q F0 1.435(The \214lename for the)144 696 R F1 -.18(re)
+(INPUTRC)108 168 Q F0 1.435(The \214lename for the)144 180 R F1 -.18(re)
 3.936 G(adline).18 E F0 1.436(startup \214le, o)3.936 F -.15(ve)-.15 G
 1.436(rriding the def).15 F 1.436(ault of)-.1 F F2(~/.inputr)5.602 E(c)
--.37 E F0(\(see)5.602 E F3(READLINE)3.936 E F0(belo)144 708 Q(w\).)-.25
-E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(12)199 E 0 Cg EP
-%%Page: 13 13
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(LANG)108 84 Q F0 1.24
-(Used to determine the locale cate)7.11 F 1.239(gory for an)-.15 F 3.739
-(yc)-.15 G(ate)-3.739 E 1.239(gory not speci\214cally selected with a v)
--.15 F(ariable)-.25 E(starting with)144 96 Q F1(LC_)2.5 E F0(.)A F1
-(LC_ALL)108 108 Q F0 .764(This v)144 120 R .764(ariable o)-.25 F -.15
-(ve)-.15 G .764(rrides the v).15 F .764(alue of)-.25 F F1(LANG)3.264 E
-F0 .764(and an)3.264 F 3.264(yo)-.15 G(ther)-3.264 E F1(LC_)3.264 E F0
--.25(va)3.264 G .764(riable specifying a locale cate-).25 F(gory)144 132
-Q(.)-.65 E F1(LC_COLLA)108 144 Q(TE)-.95 E F0 .412(This v)144 156 R .412
-(ariable determines the collation order used when sorting the results o\
-f pathname e)-.25 F(xpansion,)-.15 E 1.464(and determines the beha)144
-168 R 1.464(vior of range e)-.2 F 1.465(xpressions, equi)-.15 F -.25(va)
--.25 G 1.465(lence classes, and collating sequences).25 F
-(within pathname e)144 180 Q(xpansion and pattern matching.)-.15 E F1
-(LC_CTYPE)108 192 Q F0 1.936(This v)144 204 R 1.936
+-.37 E F0(\(see)5.602 E F3(READLINE)3.936 E F0(belo)144 192 Q(w\).)-.25
+E F1(LANG)108 204 Q F0 1.24(Used to determine the locale cate)7.11 F
+1.239(gory for an)-.15 F 3.739(yc)-.15 G(ate)-3.739 E 1.239
+(gory not speci\214cally selected with a v)-.15 F(ariable)-.25 E
+(starting with)144 216 Q F1(LC_)2.5 E F0(.)A F1(LC_ALL)108 228 Q F0 .764
+(This v)144 240 R .764(ariable o)-.25 F -.15(ve)-.15 G .764
+(rrides the v).15 F .764(alue of)-.25 F F1(LANG)3.264 E F0 .764(and an)
+3.264 F 3.264(yo)-.15 G(ther)-3.264 E F1(LC_)3.264 E F0 -.25(va)3.264 G
+.764(riable specifying a locale cate-).25 F(gory)144 252 Q(.)-.65 E F1
+(LC_COLLA)108 264 Q(TE)-.95 E F0 .412(This v)144 276 R .412(ariable det\
+ermines the collation order used when sorting the results of pathname e)
+-.25 F(xpansion,)-.15 E 1.464(and determines the beha)144 288 R 1.464
+(vior of range e)-.2 F 1.465(xpressions, equi)-.15 F -.25(va)-.25 G
+1.465(lence classes, and collating sequences).25 F(within pathname e)144
+300 Q(xpansion and pattern matching.)-.15 E F1(LC_CTYPE)108 312 Q F0
+1.936(This v)144 324 R 1.936
 (ariable determines the interpretation of characters and the beha)-.25 F
-1.935(vior of character classes)-.2 F(within pathname e)144 216 Q
-(xpansion and pattern matching.)-.15 E F1(LC_MESSA)108 228 Q(GES)-.55 E
-F0(This v)144 240 Q(ariable determines the locale used to translate dou\
+1.935(vior of character classes)-.2 F(within pathname e)144 336 Q
+(xpansion and pattern matching.)-.15 E F1(LC_MESSA)108 348 Q(GES)-.55 E
+F0(This v)144 360 Q(ariable determines the locale used to translate dou\
 ble-quoted strings preceded by a)-.25 E F1($)2.5 E F0(.)A F1(LC_NUMERIC)
-108 252 Q F0(This v)144 264 Q(ariable determines the locale cate)-.25 E
-(gory used for number formatting.)-.15 E F1(LINES)108 276 Q F0 1.218
+108 372 Q F0(This v)144 384 Q(ariable determines the locale cate)-.25 E
+(gory used for number formatting.)-.15 E F1(LINES)108 396 Q F0 1.218
 (Used by the)5.99 F F1(select)3.718 E F0 -.2(bu)3.718 G 1.219(iltin com\
 mand to determine the column length for printing selection lists.).2 F
-(Automatically set upon receipt of a SIGWINCH.)144 288 Q F1(MAIL)108 300
-Q F0 .188(If this parameter is set to a \214le name and the)8.78 F/F2 9
-/Times-Bold@0 SF(MAILP)2.687 E -.855(AT)-.666 G(H).855 E F0 -.25(va)
-2.437 G .187(riable is not set,).25 F F1(bash)2.687 E F0 .187
-(informs the user)2.687 F(of the arri)144 312 Q -.25(va)-.25 G 2.5(lo)
-.25 G 2.5(fm)-2.5 G(ail in the speci\214ed \214le.)-2.5 E F1(MAILCHECK)
-108 324 Q F0 .098(Speci\214es ho)144 336 R 2.598(wo)-.25 G .098
-(ften \(in seconds\))-2.598 F F1(bash)2.598 E F0 .098(checks for mail.)
-2.598 F .098(The def)5.098 F .098(ault is 60 seconds.)-.1 F .099
-(When it is time)5.099 F .224(to check for mail, the shell does so befo\
-re displaying the primary prompt.)144 348 R .223(If this v)5.223 F .223
-(ariable is unset,)-.25 F .066(or set to a v)144 360 R .066(alue that i\
-s not a number greater than or equal to zero, the shell disables mail c\
-hecking.)-.25 F F1(MAILP)108 372 Q -.95(AT)-.74 G(H).95 E F0 2.815(Ac)
-144 384 S .314(olon-separated list of \214le names to be check)-2.815 F
-.314(ed for mail.)-.1 F .314(The message to be printed when mail)5.314 F
-(arri)144 396 Q -.15(ve)-.25 G 3.42(si).15 G 3.42(nap)-3.42 G .92(artic\
+(Automatically set upon receipt of a SIGWINCH.)144 408 Q F1(MAIL)108 420
+Q F0 .188(If this parameter is set to a \214le name and the)8.78 F F3
+(MAILP)2.687 E -.855(AT)-.666 G(H).855 E F0 -.25(va)2.437 G .187
+(riable is not set,).25 F F1(bash)2.687 E F0 .187(informs the user)2.687
+F(of the arri)144 432 Q -.25(va)-.25 G 2.5(lo).25 G 2.5(fm)-2.5 G
+(ail in the speci\214ed \214le.)-2.5 E F1(MAILCHECK)108 444 Q F0 .098
+(Speci\214es ho)144 456 R 2.598(wo)-.25 G .098(ften \(in seconds\))
+-2.598 F F1(bash)2.598 E F0 .098(checks for mail.)2.598 F .098(The def)
+5.098 F .098(ault is 60 seconds.)-.1 F .099(When it is time)5.099 F .224
+(to check for mail, the shell does so before displaying the primary pro\
+mpt.)144 468 R .223(If this v)5.223 F .223(ariable is unset,)-.25 F .066
+(or set to a v)144 480 R .066(alue that is not a number greater than or\
+ equal to zero, the shell disables mail checking.)-.25 F F1(MAILP)108
+492 Q -.95(AT)-.74 G(H).95 E F0 2.815(Ac)144 504 S .314
+(olon-separated list of \214le names to be check)-2.815 F .314
+(ed for mail.)-.1 F .314(The message to be printed when mail)5.314 F
+(arri)144 516 Q -.15(ve)-.25 G 3.42(si).15 G 3.42(nap)-3.42 G .92(artic\
 ular \214le may be speci\214ed by separating the \214le name from the m\
-essage with a)-3.42 F 2.808(`?'. When)144 408 R .308(used in the te)
+essage with a)-3.42 F 2.808(`?'. When)144 528 R .308(used in the te)
 2.808 F .308(xt of the message,)-.15 F F1($_)2.808 E F0 -.15(ex)2.808 G
 .308(pands to the name of the current mail\214le.).15 F(Exam-)5.307 E
-(ple:)144 420 Q F1(MAILP)144 432 Q -.95(AT)-.74 G(H).95 E F0(='/v)A
+(ple:)144 540 Q F1(MAILP)144 552 Q -.95(AT)-.74 G(H).95 E F0(='/v)A
 (ar/mail/bfox?"Y)-.25 E(ou ha)-1.1 E .3 -.15(ve m)-.2 H
-(ail":~/shell\255mail?"$_ has mail!"').15 E F1(Bash)144 444 Q F0 .388
+(ail":~/shell\255mail?"$_ has mail!"').15 E F1(Bash)144 564 Q F0 .388
 (supplies a def)2.888 F .388(ault v)-.1 F .388(alue for this v)-.25 F
 .388(ariable, b)-.25 F .389
 (ut the location of the user mail \214les that it uses is)-.2 F
-(system dependent \(e.g., /v)144 456 Q(ar/mail/)-.25 E F1($USER)A F0
-(\).)A F1(OPTERR)108 468 Q F0 .39(If set to the v)144 480 R .39(alue 1,)
+(system dependent \(e.g., /v)144 576 Q(ar/mail/)-.25 E F1($USER)A F0
+(\).)A F1(OPTERR)108 588 Q F0 .39(If set to the v)144 600 R .39(alue 1,)
 -.25 F F1(bash)2.89 E F0 .389(displays error messages generated by the)
 2.889 F F1(getopts)2.889 E F0 -.2(bu)2.889 G .389(iltin command \(see).2
-F F2 .359(SHELL B)144 492 R(UIL)-.09 E .359(TIN COMMANDS)-.828 F F0
-(belo)2.609 E(w\).)-.25 E F2(OPTERR)5.359 E F0 .36
+F F3 .359(SHELL B)144 612 R(UIL)-.09 E .359(TIN COMMANDS)-.828 F F0
+(belo)2.609 E(w\).)-.25 E F3(OPTERR)5.359 E F0 .36
 (is initialized to 1 each time the shell is in)2.609 F -.2(vo)-.4 G -.1
-(ke).2 G(d).1 E(or a shell script is e)144 504 Q -.15(xe)-.15 G(cuted.)
-.15 E F1 -.74(PA)108 516 S(TH)-.21 E F0 .588
+(ke).2 G(d).1 E(or a shell script is e)144 624 Q -.15(xe)-.15 G(cuted.)
+.15 E F1 -.74(PA)108 636 S(TH)-.21 E F0 .588
 (The search path for commands.)9.91 F .587
 (It is a colon-separated list of directories in which the shell looks)
-5.588 F .471(for commands \(see)144 528 R F2 .471(COMMAND EXECUTION)
+5.588 F .471(for commands \(see)144 648 R F3 .471(COMMAND EXECUTION)
 2.971 F F0(belo)2.722 E 2.972(w\). A)-.25 F .472
-(zero-length \(null\) directory name in the)2.972 F -.25(va)144 540 S
+(zero-length \(null\) directory name in the)2.972 F -.25(va)144 660 S
 .345(lue of).25 F F1 -.74(PA)2.845 G(TH)-.21 E F0 .345
 (indicates the current directory)2.845 F 5.345(.A)-.65 G .344
 (null directory name may appear as tw)-2.5 F 2.844(oa)-.1 G(djacent)
--2.844 E .867(colons, or as an initial or trailing colon.)144 552 R .868
+-2.844 E .867(colons, or as an initial or trailing colon.)144 672 R .868
 (The def)5.868 F .868(ault path is system-dependent, and is set by the)
--.1 F 26.329(administrator who installs)144 564 R F1(bash)28.829 E F0
-31.329(.A)C 26.328(common v)-2.501 F 26.328(alue is)-.25 F/F3 10
-/Courier@0 SF(/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin)144 576
-Q F0(.)A F1(POSIXL)108 588 Q(Y_CORRECT)-.92 E F0 .471(If this v)144 600
-R .471(ariable is in the en)-.25 F .471(vironment when)-.4 F F1(bash)
-2.971 E F0 .471(starts, the shell enters)2.971 F/F4 10/Times-Italic@0 SF
-.472(posix mode)2.972 F F0 .472(before reading)2.972 F .011
-(the startup \214les, as if the)144 612 R F1(\255\255posix)2.511 E F0
-(in)2.511 E -.2(vo)-.4 G .011(cation option had been supplied.).2 F .011
-(If it is set while the shell is)5.011 F(running,)144 624 Q F1(bash)2.5
-E F0(enables)2.5 E F4(posix mode)2.5 E F0 2.5(,a)C 2.5(si)-2.5 G 2.5(ft)
--2.5 G(he command)-2.5 E F3(set -o posix)2.5 E F0(had been e)2.5 E -.15
-(xe)-.15 G(cuted.).15 E F1(PR)108 636 Q(OMPT_COMMAND)-.3 E F0
-(If set, the v)144 648 Q(alue is e)-.25 E -.15(xe)-.15 G
-(cuted as a command prior to issuing each primary prompt.).15 E F1(PS1)
-108 660 Q F0 .064(The v)19.33 F .065(alue of this parameter is e)-.25 F
-.065(xpanded \(see)-.15 F F2(PR)2.565 E(OMPTING)-.27 E F0(belo)2.315 E
-.065(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 672 R
-(def)2.5 E(ault v)-.1 E(alue is `)-.25 E(`)-.74 E F1(\\s\255\\v\\$)A F0
--.74('')2.5 G(.).74 E F1(PS2)108 684 Q F0 .005(The v)19.33 F .005
-(alue of this parameter is e)-.25 F .005(xpanded as with)-.15 F F1(PS1)
-2.505 E F0 .004(and used as the secondary prompt string.)2.505 F(The)
-5.004 E(def)144 696 Q(ault is `)-.1 E(`)-.74 E F1(>)A F0 -.74('')2.5 G
-(.).74 E F1(PS3)108 708 Q F0 1.115(The v)19.33 F 1.115
-(alue of this parameter is used as the prompt for the)-.25 F F1(select)
-3.615 E F0 1.116(command \(see)3.616 F F2 1.116(SHELL GRAM-)3.616 F(MAR)
-144 720 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(13)199 E 0 Cg EP
+-.1 F 26.329(administrator who installs)144 684 R F1(bash)28.829 E F0
+31.329(.A)C 26.328(common v)-2.501 F 26.328(alue is)-.25 F/F4 10
+/Courier@0 SF(/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin)144 696
+Q F0(.)A(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G
+(004 No)-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5 G(3)-197.965 E 0 Cg EP
 %%Page: 14 14
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(PS4)108 84 Q F0 1.099(The v)19.33 F 1.099
-(alue of this parameter is e)-.25 F 1.099(xpanded as with)-.15 F F1(PS1)
-3.599 E F0 1.099(and the v)3.599 F 1.098
-(alue is printed before each com-)-.25 F(mand)144 96 Q F1(bash)3.725 E
+-.35 E/F1 10/Times-Bold@0 SF(POSIXL)108 84 Q(Y_CORRECT)-.92 E F0 .471
+(If this v)144 96 R .471(ariable is in the en)-.25 F .471
+(vironment when)-.4 F F1(bash)2.971 E F0 .471(starts, the shell enters)
+2.971 F/F2 10/Times-Italic@0 SF .472(posix mode)2.972 F F0 .472
+(before reading)2.972 F .011(the startup \214les, as if the)144 108 R F1
+(\255\255posix)2.511 E F0(in)2.511 E -.2(vo)-.4 G .011
+(cation option had been supplied.).2 F .011
+(If it is set while the shell is)5.011 F(running,)144 120 Q F1(bash)2.5
+E F0(enables)2.5 E F2(posix mode)2.5 E F0 2.5(,a)C 2.5(si)-2.5 G 2.5(ft)
+-2.5 G(he command)-2.5 E/F3 10/Courier@0 SF(set -o posix)2.5 E F0
+(had been e)2.5 E -.15(xe)-.15 G(cuted.).15 E F1(PR)108 132 Q
+(OMPT_COMMAND)-.3 E F0(If set, the v)144 144 Q(alue is e)-.25 E -.15(xe)
+-.15 G(cuted as a command prior to issuing each primary prompt.).15 E F1
+(PS1)108 156 Q F0 .064(The v)19.33 F .065(alue of this parameter is e)
+-.25 F .065(xpanded \(see)-.15 F/F4 9/Times-Bold@0 SF(PR)2.565 E
+(OMPTING)-.27 E F0(belo)2.315 E .065(w\) and used as the primary prompt)
+-.25 F 2.5(string. The)144 168 R(def)2.5 E(ault v)-.1 E(alue is `)-.25 E
+(`)-.74 E F1(\\s\255\\v\\$)A F0 -.74('')2.5 G(.).74 E F1(PS2)108 180 Q
+F0 .005(The v)19.33 F .005(alue of this parameter is e)-.25 F .005
+(xpanded as with)-.15 F F1(PS1)2.505 E F0 .004
+(and used as the secondary prompt string.)2.505 F(The)5.004 E(def)144
+192 Q(ault is `)-.1 E(`)-.74 E F1(>)A F0 -.74('')2.5 G(.).74 E F1(PS3)
+108 204 Q F0 1.115(The v)19.33 F 1.115
+(alue of this parameter is used as the prompt for the)-.25 F F1(select)
+3.615 E F0 1.116(command \(see)3.616 F F4 1.116(SHELL GRAM-)3.616 F(MAR)
+144 216 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E F1(PS4)108 228 Q F0
+1.099(The v)19.33 F 1.099(alue of this parameter is e)-.25 F 1.099
+(xpanded as with)-.15 F F1(PS1)3.599 E F0 1.099(and the v)3.599 F 1.098
+(alue is printed before each com-)-.25 F(mand)144 240 Q F1(bash)3.725 E
 F0 1.225(displays during an e)3.725 F -.15(xe)-.15 G 1.225
-(cution trace.).15 F 1.226(The \214rst character of)6.225 F/F2 9
-/Times-Bold@0 SF(PS4)3.726 E F0 1.226(is replicated multiple)3.476 F
-(times, as necessary)144 108 Q 2.5(,t)-.65 G 2.5(oi)-2.5 G
-(ndicate multiple le)-2.5 E -.15(ve)-.25 G(ls of indirection.).15 E
-(The def)5 E(ault is `)-.1 E(`)-.74 E F1(+)A F0 -.74('')2.5 G(.).74 E F1
-(SHELL)108 120 Q F0 .664(The full pathname to the shell is k)144 132 R
-.664(ept in this en)-.1 F .664(vironment v)-.4 F 3.164(ariable. If)-.25
-F .663(it is not set when the shell)3.164 F(starts,)144 144 Q F1(bash)
-2.5 E F0(assigns to it the full pathname of the current user')2.5 E 2.5
-(sl)-.55 G(ogin shell.)-2.5 E F1(TIMEFORMA)108 156 Q(T)-.95 E F0 .826
-(The v)144 168 R .826
+(cution trace.).15 F 1.226(The \214rst character of)6.225 F F4(PS4)3.726
+E F0 1.226(is replicated multiple)3.476 F(times, as necessary)144 252 Q
+2.5(,t)-.65 G 2.5(oi)-2.5 G(ndicate multiple le)-2.5 E -.15(ve)-.25 G
+(ls of indirection.).15 E(The def)5 E(ault is `)-.1 E(`)-.74 E F1(+)A F0
+-.74('')2.5 G(.).74 E F1(SHELL)108 264 Q F0 .664
+(The full pathname to the shell is k)144 276 R .664(ept in this en)-.1 F
+.664(vironment v)-.4 F 3.164(ariable. If)-.25 F .663
+(it is not set when the shell)3.164 F(starts,)144 288 Q F1(bash)2.5 E F0
+(assigns to it the full pathname of the current user')2.5 E 2.5(sl)-.55
+G(ogin shell.)-2.5 E F1(TIMEFORMA)108 300 Q(T)-.95 E F0 .826(The v)144
+312 R .826
 (alue of this parameter is used as a format string specifying ho)-.25 F
 3.327(wt)-.25 G .827(he timing information for)-3.327 F .649
-(pipelines pre\214x)144 180 R .649(ed with the)-.15 F F1(time)3.149 E F0
+(pipelines pre\214x)144 324 R .649(ed with the)-.15 F F1(time)3.149 E F0
 (reserv)3.149 E .649(ed w)-.15 F .648(ord should be displayed.)-.1 F
 (The)5.648 E F1(%)3.148 E F0 .648(character introduces)3.148 F .711
-(an escape sequence that is e)144 192 R .711(xpanded to a time v)-.15 F
+(an escape sequence that is e)144 336 R .711(xpanded to a time v)-.15 F
 .712(alue or other information.)-.25 F .712(The escape sequences)5.712 F
-(and their meanings are as follo)144 204 Q
-(ws; the braces denote optional portions.)-.25 E F1(%%)144 222 Q F0 2.5
-(Al)30 G(iteral)-2.5 E F1(%)2.5 E F0(.)A F1(%[)144 234 Q/F3 10
-/Times-Italic@0 SF(p)A F1(][l]R)A F0(The elapsed time in seconds.)11.68
-E F1(%[)144 246 Q F3(p)A F1(][l]U)A F0
-(The number of CPU seconds spent in user mode.)11.68 E F1(%[)144 258 Q
-F3(p)A F1(][l]S)A F0(The number of CPU seconds spent in system mode.)
-13.34 E F1(%P)144 270 Q F0
-(The CPU percentage, computed as \(%U + %S\) / %R.)33.89 E .87
-(The optional)144 286.8 R F3(p)3.37 E F0 .87(is a digit specifying the)
-3.37 F F3(pr)3.37 E(ecision)-.37 E F0 3.37(,t)C .87
+(and their meanings are as follo)144 348 Q
+(ws; the braces denote optional portions.)-.25 E F1(%%)144 366 Q F0 2.5
+(Al)30 G(iteral)-2.5 E F1(%)2.5 E F0(.)A F1(%[)144 378 Q F2(p)A F1
+(][l]R)A F0(The elapsed time in seconds.)11.68 E F1(%[)144 390 Q F2(p)A
+F1(][l]U)A F0(The number of CPU seconds spent in user mode.)11.68 E F1
+(%[)144 402 Q F2(p)A F1(][l]S)A F0
+(The number of CPU seconds spent in system mode.)13.34 E F1(%P)144 414 Q
+F0(The CPU percentage, computed as \(%U + %S\) / %R.)33.89 E .87
+(The optional)144 430.8 R F2(p)3.37 E F0 .87(is a digit specifying the)
+3.37 F F2(pr)3.37 E(ecision)-.37 E F0 3.37(,t)C .87
 (he number of fractional digits after a decimal)-3.37 F 2.525(point. A)
-144 298.8 R -.25(va)2.525 G .025
+144 442.8 R -.25(va)2.525 G .025
 (lue of 0 causes no decimal point or fraction to be output.).25 F .026
 (At most three places after the)5.025 F .538
-(decimal point may be speci\214ed; v)144 310.8 R .538(alues of)-.25 F F3
+(decimal point may be speci\214ed; v)144 454.8 R .538(alues of)-.25 F F2
 (p)3.038 E F0 .537(greater than 3 are changed to 3.)3.037 F(If)5.537 E
-F3(p)3.037 E F0 .537(is not speci\214ed,)3.037 F(the v)144 322.8 Q
-(alue 3 is used.)-.25 E .667(The optional)144 339.6 R F1(l)3.167 E F0
+F2(p)3.037 E F0 .537(is not speci\214ed,)3.037 F(the v)144 466.8 Q
+(alue 3 is used.)-.25 E .667(The optional)144 483.6 R F1(l)3.167 E F0
 .668(speci\214es a longer format, including minutes, of the form)3.168 F
-F3(MM)3.168 E F0(m)A F3(SS)A F0(.)A F3(FF)A F0 3.168(s. The)B -.25(va)
-3.168 G(lue).25 E(of)144 351.6 Q F3(p)2.5 E F0
+F2(MM)3.168 E F0(m)A F2(SS)A F0(.)A F2(FF)A F0 3.168(s. The)B -.25(va)
+3.168 G(lue).25 E(of)144 495.6 Q F2(p)2.5 E F0
 (determines whether or not the fraction is included.)2.5 E 13.365
-(If this v)144 368.4 R 13.365(ariable is not set,)-.25 F F1(bash)15.865
+(If this v)144 512.4 R 13.365(ariable is not set,)-.25 F F1(bash)15.865
 E F0 13.364(acts as if it had the v)15.865 F(alue)-.25 E F1($'\\nr)144
-380.4 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys%3lS')-.18 E F0 5.031(.I)C 2.531
+524.4 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys%3lS')-.18 E F0 5.031(.I)C 2.531
 (ft)-5.031 G .031(he v)-2.531 F .031
 (alue is null, no timing information is displayed.)-.25 F 2.5(At)144
-392.4 S(railing ne)-2.5 E
+536.4 S(railing ne)-2.5 E
 (wline is added when the format string is displayed.)-.25 E F1(TMOUT)108
-409.2 Q F0 .718(If set to a v)144 421.2 R .717(alue greater than zero,)
+553.2 Q F0 .718(If set to a v)144 565.2 R .717(alue greater than zero,)
 -.25 F F1(TMOUT)3.217 E F0 .717(is treated as the def)3.217 F .717
 (ault timeout for the)-.1 F F1 -.18(re)3.217 G(ad).18 E F0 -.2(bu)3.217
-G(iltin.).2 E(The)144 433.2 Q F1(select)2.542 E F0 .042
+G(iltin.).2 E(The)144 577.2 Q F1(select)2.542 E F0 .042
 (command terminates if input does not arri)2.542 F .342 -.15(ve a)-.25 H
 (fter).15 E F1(TMOUT)2.542 E F0 .042(seconds when input is com-)2.542 F
-.886(ing from a terminal.)144 445.2 R .886(In an interacti)5.886 F 1.185
+.886(ing from a terminal.)144 589.2 R .886(In an interacti)5.886 F 1.185
 -.15(ve s)-.25 H .885(hell, the v).15 F .885
-(alue is interpreted as the number of seconds to)-.25 F -.1(wa)144 457.2
+(alue is interpreted as the number of seconds to)-.25 F -.1(wa)144 601.2
 S .546(it for input after issuing the primary prompt.).1 F F1(Bash)5.546
 E F0 .546(terminates after w)3.046 F .546(aiting for that number of)-.1
-F(seconds if input does not arri)144 469.2 Q -.15(ve)-.25 G(.).15 E F1
-(auto_r)108 486 Q(esume)-.18 E F0 .531(This v)144 498 R .531
+F(seconds if input does not arri)144 613.2 Q -.15(ve)-.25 G(.).15 E F1
+(auto_r)108 630 Q(esume)-.18 E F0 .531(This v)144 642 R .531
 (ariable controls ho)-.25 F 3.031(wt)-.25 G .531
 (he shell interacts with the user and job control.)-3.031 F .53
-(If this v)5.53 F .53(ariable is set,)-.25 F .538(single w)144 510 R
+(If this v)5.53 F .53(ariable is set,)-.25 F .538(single w)144 654 R
 .538(ord simple commands without redirections are treated as candidates\
- for resumption of an)-.1 F -.15(ex)144 522 S .367(isting stopped job)
+ for resumption of an)-.1 F -.15(ex)144 666 S .367(isting stopped job)
 .15 F 5.367(.T)-.4 G .366(here is no ambiguity allo)-5.367 F .366
 (wed; if there is more than one job be)-.25 F .366(ginning with)-.15 F
 1.124(the string typed, the job most recently accessed is selected.)144
-534 R(The)6.125 E F3(name)3.985 E F0 1.125(of a stopped job, in this)
-3.805 F(conte)144 546 Q 1.133(xt, is the command line used to start it.)
--.15 F 1.133(If set to the v)6.133 F(alue)-.25 E F3 -.2(ex)3.633 G(act)
+678 R(The)6.125 E F2(name)3.985 E F0 1.125(of a stopped job, in this)
+3.805 F(conte)144 690 Q 1.133(xt, is the command line used to start it.)
+-.15 F 1.133(If set to the v)6.133 F(alue)-.25 E F2 -.2(ex)3.633 G(act)
 .2 E F0 3.632(,t).68 G 1.132(he string supplied must)-3.632 F .624
-(match the name of a stopped job e)144 558 R .624(xactly; if set to)-.15
-F F3(substring)3.125 E F0 3.125(,t).22 G .625
+(match the name of a stopped job e)144 702 R .624(xactly; if set to)-.15
+F F2(substring)3.125 E F0 3.125(,t).22 G .625
 (he string supplied needs to match a)-3.125 F .885
-(substring of the name of a stopped job)144 570 R 5.884(.T)-.4 G(he)
--5.884 E F3(substring)3.724 E F0 -.25(va)3.604 G .884(lue pro).25 F .884
-(vides functionality analogous to)-.15 F(the)144 582 Q F1(%?)3.333 E F0
-.833(job identi\214er \(see)5.833 F F2 .834(JOB CONTR)3.334 F(OL)-.27 E
+(substring of the name of a stopped job)144 714 R 5.884(.T)-.4 G(he)
+-5.884 E F2(substring)3.724 E F0 -.25(va)3.604 G .884(lue pro).25 F .884
+(vides functionality analogous to)-.15 F(the)144 726 Q F1(%?)3.333 E F0
+.833(job identi\214er \(see)5.833 F F4 .834(JOB CONTR)3.334 F(OL)-.27 E
 F0(belo)3.084 E 3.334(w\). If)-.25 F .834(set to an)3.334 F 3.334(yo)
--.15 G .834(ther v)-3.334 F .834(alue, the supplied string)-.25 F .314
-(must be a pre\214x of a stopped job')144 594 R 2.814(sn)-.55 G .314
-(ame; this pro)-2.814 F .314(vides functionality analogous to the)-.15 F
-F1(%)2.814 E F0 .314(job iden-)2.814 F(ti\214er)144 606 Q(.)-.55 E F1
-(histchars)108 622.8 Q F0 2.069(The tw)144 634.8 R 4.57(oo)-.1 G 4.57
-(rt)-4.57 G 2.07(hree characters which control history e)-4.57 F 2.07
-(xpansion and tok)-.15 F 2.07(enization \(see)-.1 F F2(HIST)4.57 E(OR)
--.162 E(Y)-.315 E(EXP)144 646.8 Q(ANSION)-.666 E F0(belo)3.466 E 3.716
-(w\). The)-.25 F 1.216(\214rst character is the)3.716 F F3 1.215
+-.15 G .834(ther v)-3.334 F .834(alue, the supplied string)-.25 F
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5 G(4)-197.965 E 0 Cg EP
+%%Page: 15 15
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E .316(must be a pre\214x of a stopped job')144 84 R 2.816(sn)-.55
+G .316(ame; this pro)-2.816 F .315(vides functionality analogous to the)
+-.15 F/F1 10/Times-Bold@0 SF(%)2.815 E/F2 10/Times-Italic@0 SF(string)A
+F0(job)2.815 E(identi\214er)144 96 Q(.)-.55 E F1(histchars)108 112.8 Q
+F0 2.069(The tw)144 124.8 R 4.57(oo)-.1 G 4.57(rt)-4.57 G 2.07
+(hree characters which control history e)-4.57 F 2.07(xpansion and tok)
+-.15 F 2.07(enization \(see)-.1 F/F3 9/Times-Bold@0 SF(HIST)4.57 E(OR)
+-.162 E(Y)-.315 E(EXP)144 136.8 Q(ANSION)-.666 E F0(belo)3.466 E 3.716
+(w\). The)-.25 F 1.216(\214rst character is the)3.716 F F2 1.215
 (history e)3.715 F(xpansion)-.2 E F0(character)3.715 E 3.715(,t)-.4 G
 1.215(he character which)-3.715 F .798(signals the start of a history e)
-144 658.8 R .798(xpansion, normally `)-.15 F F1(!)A F0 3.298('. The)B
-.798(second character is the)3.298 F F3(quic)3.298 E 3.298(ks)-.2 G
-(ubstitu-)-3.298 E(tion)144 670.8 Q F0(character)2.74 E 2.74(,w)-.4 G
+144 148.8 R .798(xpansion, normally `)-.15 F F1(!)A F0 3.298('. The)B
+.798(second character is the)3.298 F F2(quic)3.298 E 3.298(ks)-.2 G
+(ubstitu-)-3.298 E(tion)144 160.8 Q F0(character)2.74 E 2.74(,w)-.4 G
 .239(hich is used as shorthand for re-running the pre)-2.74 F .239
 (vious command entered, substitut-)-.25 F .575
-(ing one string for another in the command.)144 682.8 R .575(The def)
+(ing one string for another in the command.)144 172.8 R .575(The def)
 5.575 F .575(ault is `)-.1 F F1(^)A F0 3.075('. The)B .576
 (optional third character is the)3.076 F .223(character which indicates\
  that the remainder of the line is a comment when found as the \214rst \
-char)144 694.8 R(-)-.2 E 1.293(acter of a w)144 706.8 R 1.293
+char)144 184.8 R(-)-.2 E 1.293(acter of a w)144 196.8 R 1.293
 (ord, normally `)-.1 F F1(#)A F0 3.793('. The)B 1.294
 (history comment character causes history substitution to be)3.794 F .38
-(skipped for the remaining w)144 718.8 R .38(ords on the line.)-.1 F
+(skipped for the remaining w)144 208.8 R .38(ords on the line.)-.1 F
 .379(It does not necessarily cause the shell parser to treat)5.379 F
-(the rest of the line as a comment.)144 730.8 Q(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(14)199 E 0 Cg EP
-%%Page: 15 15
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(Arrays)87 84 Q(Bash)108 96 Q F0(pro)2.958 E
-.458(vides one-dimensional array v)-.15 F 2.958(ariables. An)-.25 F
-2.958(yv)-.15 G .458(ariable may be used as an array; the)-3.208 F F1
-(declar)2.958 E(e)-.18 E F0 -.2(bu)2.958 G(iltin).2 E .961(will e)108
-108 R .961(xplicitly declare an array)-.15 F 5.961(.T)-.65 G .961
+(the rest of the line as a comment.)144 220.8 Q F1(Arrays)87 237.6 Q
+(Bash)108 249.6 Q F0(pro)2.958 E .458(vides one-dimensional array v)-.15
+F 2.958(ariables. An)-.25 F 2.958(yv)-.15 G .458
+(ariable may be used as an array; the)-3.208 F F1(declar)2.958 E(e)-.18
+E F0 -.2(bu)2.958 G(iltin).2 E .961(will e)108 261.6 R .961
+(xplicitly declare an array)-.15 F 5.961(.T)-.65 G .961
 (here is no maximum limit on the size of an array)-5.961 F 3.46(,n)-.65
 G .96(or an)-3.46 F 3.46(yr)-.15 G(equirement)-3.46 E
-(that members be inde)108 120 Q -.15(xe)-.15 G 2.5(do).15 G 2.5(ra)-2.5
-G(ssigned contiguously)-2.5 E 5(.A)-.65 G(rrays are inde)-5 E -.15(xe)
--.15 G 2.5(du).15 G(sing inte)-2.5 E(gers and are zero-based.)-.15 E
-1.301(An array is created automatically if an)108 136.8 R 3.801(yv)-.15
-G 1.302(ariable is assigned to using the syntax)-4.051 F/F2 10
-/Times-Italic@0 SF(name)3.802 E F0([)A F2(subscript)A F0(]=)A F2(value)A
-F0(.)A(The)108 148.8 Q F2(subscript)3.182 E F0 .342
-(is treated as an arithmetic e)3.522 F .342(xpression that must e)-.15 F
--.25(va)-.25 G .341(luate to a number greater than or equal to).25 F
-4.076(zero. T)108 160.8 R 4.076(oe)-.8 G 1.577
-(xplicitly declare an array)-4.226 F 4.077(,u)-.65 G(se)-4.077 E F1
-(declar)4.077 E 4.077<65ad>-.18 G(a)-4.077 E F2(name)4.077 E F0(\(see)
-4.077 E/F3 9/Times-Bold@0 SF 1.577(SHELL B)4.077 F(UIL)-.09 E 1.577
-(TIN COMMANDS)-.828 F F0(belo)3.827 E(w\).)-.25 E F1(declar)108 172.8 Q
+(that members be inde)108 273.6 Q -.15(xe)-.15 G 2.5(do).15 G 2.5(ra)
+-2.5 G(ssigned contiguously)-2.5 E 5(.A)-.65 G(rrays are inde)-5 E -.15
+(xe)-.15 G 2.5(du).15 G(sing inte)-2.5 E(gers and are zero-based.)-.15 E
+1.301(An array is created automatically if an)108 290.4 R 3.801(yv)-.15
+G 1.302(ariable is assigned to using the syntax)-4.051 F F2(name)3.802 E
+F0([)A F2(subscript)A F0(]=)A F2(value)A F0(.)A(The)108 302.4 Q F2
+(subscript)3.182 E F0 .342(is treated as an arithmetic e)3.522 F .342
+(xpression that must e)-.15 F -.25(va)-.25 G .341
+(luate to a number greater than or equal to).25 F 4.076(zero. T)108
+314.4 R 4.076(oe)-.8 G 1.577(xplicitly declare an array)-4.226 F 4.077
+(,u)-.65 G(se)-4.077 E F1(declar)4.077 E 4.077<65ad>-.18 G(a)-4.077 E F2
+(name)4.077 E F0(\(see)4.077 E F3 1.577(SHELL B)4.077 F(UIL)-.09 E 1.577
+(TIN COMMANDS)-.828 F F0(belo)3.827 E(w\).)-.25 E F1(declar)108 326.4 Q
 3.376<65ad>-.18 G(a)-3.376 E F2(name)3.376 E F1([)A F2(subscript)A F1(])
 A F0 .876(is also accepted; the)3.376 F F2(subscript)3.375 E F0 .875
 (is ignored.)3.375 F(Attrib)5.875 E .875(utes may be speci\214ed for an)
--.2 F(array v)108 184.8 Q(ariable using the)-.25 E F1(declar)2.5 E(e)
+-.2 F(array v)108 338.4 Q(ariable using the)-.25 E F1(declar)2.5 E(e)
 -.18 E F0(and)2.5 E F1 -.18(re)2.5 G(adonly).18 E F0 -.2(bu)2.5 G 2.5
 (iltins. Each).2 F(attrib)2.5 E(ute applies to all members of an array)
 -.2 E(.)-.65 E 1.647
-(Arrays are assigned to using compound assignments of the form)108 201.6
+(Arrays are assigned to using compound assignments of the form)108 355.2
 R F2(name)4.147 E F0(=)A F1(\()A F0 -.25(va)C(lue).25 E F2(1)A F0 1.647
 (... v)4.147 F(alue)-.25 E F2(n)A F1(\))A F0 4.148(,w)C 1.648(here each)
--4.148 F F2(value)108 213.6 Q F0 .65(is of the form [)3.15 F F2
+-4.148 F F2(value)108 367.2 Q F0 .65(is of the form [)3.15 F F2
 (subscript)A F0(]=)A F2(string)A F0 5.65(.O)C(nly)-5.65 E F2(string)3.15
 E F0 .65(is required.)3.15 F .65(If the optional brack)5.65 F .65
-(ets and subscript are)-.1 F .276(supplied, that inde)108 225.6 R 2.776
+(ets and subscript are)-.1 F .276(supplied, that inde)108 379.2 R 2.776
 (xi)-.15 G 2.776(sa)-2.776 G .276(ssigned to; otherwise the inde)-2.776
 F 2.777(xo)-.15 G 2.777(ft)-2.777 G .277
 (he element assigned is the last inde)-2.777 F 2.777(xa)-.15 G .277
-(ssigned to)-2.777 F 1.394(by the statement plus one.)108 237.6 R(Inde)
+(ssigned to)-2.777 F 1.394(by the statement plus one.)108 391.2 R(Inde)
 6.394 E 1.394(xing starts at zero.)-.15 F 1.393
 (This syntax is also accepted by the)6.394 F F1(declar)3.893 E(e)-.18 E
-F0 -.2(bu)3.893 G(iltin.).2 E(Indi)108 249.6 Q
+F0 -.2(bu)3.893 G(iltin.).2 E(Indi)108 403.2 Q
 (vidual array elements may be assigned to using the)-.25 E F2(name)2.5 E
 F0([)A F2(subscript)A F0(]=)A F2(value)A F0(syntax introduced abo)2.5 E
--.15(ve)-.15 G(.).15 E(An)108 266.4 Q 3.575(ye)-.15 G 1.075
+-.15(ve)-.15 G(.).15 E(An)108 420 Q 3.575(ye)-.15 G 1.075
 (lement of an array may be referenced using ${)-3.575 F F2(name)A F0([)A
 F2(subscript)A F0 3.575(]}. The)B 1.076(braces are required to a)3.576 F
--.2(vo)-.2 G(id).2 E 1.542(con\215icts with pathname e)108 278.4 R 4.041
+-.2(vo)-.2 G(id).2 E 1.542(con\215icts with pathname e)108 432 R 4.041
 (xpansion. If)-.15 F F2(subscript)4.041 E F0(is)4.041 E F1(@)4.041 E F0
 (or)4.041 E F1(*)4.041 E F0 4.041(,t)C 1.541(he w)-4.041 F 1.541(ord e)
 -.1 F 1.541(xpands to all members of)-.15 F F2(name)4.041 E F0(.)A 1.056
-(These subscripts dif)108 290.4 R 1.056(fer only when the w)-.25 F 1.057
+(These subscripts dif)108 444 R 1.056(fer only when the w)-.25 F 1.057
 (ord appears within double quotes.)-.1 F 1.057(If the w)6.057 F 1.057
-(ord is double-quoted,)-.1 F(${)108 302.4 Q F2(name)A F0 .521([*]} e)B
+(ord is double-quoted,)-.1 F(${)108 456 Q F2(name)A F0 .521([*]} e)B
 .521(xpands to a single w)-.15 F .521(ord with the v)-.1 F .52
 (alue of each array member separated by the \214rst character)-.25 F
-1.374(of the)108 314.4 R F3(IFS)3.874 E F0 1.374(special v)3.624 F 1.375
+1.374(of the)108 468 R F3(IFS)3.874 E F0 1.374(special v)3.624 F 1.375
 (ariable, and ${)-.25 F F2(name)A F0 1.375([@]} e)B 1.375
 (xpands each element of)-.15 F F2(name)3.875 E F0 1.375(to a separate w)
 3.875 F 3.875(ord. When)-.1 F 2.028(there are no array members, ${)108
-326.4 R F2(name)A F0 2.028([@]} e)B 2.028(xpands to nothing.)-.15 F
-2.027(If the double-quoted e)7.028 F 2.027(xpansion occurs)-.15 F .758
-(within a w)108 338.4 R .759(ord, the e)-.1 F .759
+480 R F2(name)A F0 2.028([@]} e)B 2.028(xpands to nothing.)-.15 F 2.027
+(If the double-quoted e)7.028 F 2.027(xpansion occurs)-.15 F .758
+(within a w)108 492 R .759(ord, the e)-.1 F .759
 (xpansion of the \214rst parameter is joined with the be)-.15 F .759
-(ginning part of the original w)-.15 F(ord,)-.1 E .516(and the e)108
-350.4 R .516(xpansion of the last parameter is joined with the last par\
-t of the original w)-.15 F 3.015(ord. This)-.1 F .515(is analogous)3.015
-F .227(to the e)108 362.4 R .228(xpansion of the special parameters)-.15
-F F1(*)2.728 E F0(and)2.728 E F1(@)2.728 E F0(\(see)2.728 E F1 .228
+(ginning part of the original w)-.15 F(ord,)-.1 E .516(and the e)108 504
+R .516(xpansion of the last parameter is joined with the last part of t\
+he original w)-.15 F 3.015(ord. This)-.1 F .515(is analogous)3.015 F
+.227(to the e)108 516 R .228(xpansion of the special parameters)-.15 F
+F1(*)2.728 E F0(and)2.728 E F1(@)2.728 E F0(\(see)2.728 E F1 .228
 (Special P)2.728 F(arameters)-.1 E F0(abo)2.728 E -.15(ve)-.15 G 2.728
-(\). ${#).15 F F2(name)A F0([)A F2(subscript)A F0(]})A -.15(ex)108 374.4
-S .886(pands to the length of ${).15 F F2(name)A F0([)A F2(subscript)A
-F0 3.386(]}. If)B F2(subscript)3.386 E F0(is)3.386 E F1(*)3.386 E F0(or)
+(\). ${#).15 F F2(name)A F0([)A F2(subscript)A F0(]})A -.15(ex)108 528 S
+.886(pands to the length of ${).15 F F2(name)A F0([)A F2(subscript)A F0
+3.386(]}. If)B F2(subscript)3.386 E F0(is)3.386 E F1(*)3.386 E F0(or)
 3.386 E F1(@)3.386 E F0 3.386(,t)C .886(he e)-3.386 F .886
-(xpansion is the number of ele-)-.15 F .733(ments in the array)108 386.4
-5.733(.R)-.65 G .733(eferencing an array v)-5.733 F .733
+(xpansion is the number of ele-)-.15 F .733(ments in the array)108 540 R
+5.733(.R)-.65 G .733(eferencing an array v)-5.733 F .733
 (ariable without a subscript is equi)-.25 F -.25(va)-.25 G .734
-(lent to referencing element).25 F(zero.)108 398.4 Q(The)108 415.2 Q F1
+(lent to referencing element).25 F(zero.)108 552 Q(The)108 568.8 Q F1
 (unset)2.767 E F0 -.2(bu)2.767 G .267(iltin is used to destro).2 F 2.767
 (ya)-.1 G(rrays.)-2.767 E F1(unset)5.267 E F2(name)2.767 E F0([)A F2
 (subscript)A F0 2.767(]d)C(estro)-2.767 E .267
 (ys the array element at inde)-.1 F(x)-.15 E F2(sub-)2.766 E(script)108
-427.2 Q F0(.)A F1(unset)5.3 E F2(name)2.8 E F0 2.8(,w)C(here)-2.8 E F2
+580.8 Q F0(.)A F1(unset)5.3 E F2(name)2.8 E F0 2.8(,w)C(here)-2.8 E F2
 (name)2.8 E F0 .3(is an array)2.8 F 2.801(,o)-.65 G(r)-2.801 E F1(unset)
 2.801 E F2(name)2.801 E F0([)A F2(subscript)A F0 .301(], where)B F2
 (subscript)2.801 E F0(is)2.801 E F1(*)2.801 E F0(or)2.801 E F1(@)2.801 E
 F0 2.801(,r)C(emo)-2.801 E -.15(ve)-.15 G(s).15 E(the entire array)108
-439.2 Q(.)-.65 E(The)108 456 Q F1(declar)3.671 E(e)-.18 E F0(,)A F1
+592.8 Q(.)-.65 E(The)108 609.6 Q F1(declar)3.671 E(e)-.18 E F0(,)A F1
 (local)3.671 E F0 3.671(,a)C(nd)-3.671 E F1 -.18(re)3.671 G(adonly).18 E
 F0 -.2(bu)3.671 G 1.171(iltins each accept a).2 F F1<ad61>3.671 E F0
 1.17(option to specify an array)3.671 F 6.17(.T)-.65 G(he)-6.17 E F1
 -.18(re)3.67 G(ad).18 E F0 -.2(bu)3.67 G(iltin).2 E .44(accepts a)108
-468 R F1<ad61>2.941 E F0 .441(option to assign a list of w)2.941 F .441
-(ords read from the standard input to an array)-.1 F 5.441(.T)-.65 G(he)
--5.441 E F1(set)2.941 E F0(and)2.941 E F1(declar)2.941 E(e)-.18 E F0 -.2
-(bu)108 480 S(iltins display array v).2 E(alues in a w)-.25 E
+621.6 R F1<ad61>2.941 E F0 .441(option to assign a list of w)2.941 F
+.441(ords read from the standard input to an array)-.1 F 5.441(.T)-.65 G
+(he)-5.441 E F1(set)2.941 E F0(and)2.941 E F1(declar)2.941 E(e)-.18 E F0
+-.2(bu)108 633.6 S(iltins display array v).2 E(alues in a w)-.25 E
 (ay that allo)-.1 E(ws them to be reused as assignments.)-.25 E/F4 10.95
-/Times-Bold@0 SF(EXP)72 496.8 Q(ANSION)-.81 E F0 .76(Expansion is perfo\
-rmed on the command line after it has been split into w)108 508.8 R 3.26
+/Times-Bold@0 SF(EXP)72 650.4 Q(ANSION)-.81 E F0 .76(Expansion is perfo\
+rmed on the command line after it has been split into w)108 662.4 R 3.26
 (ords. There)-.1 F .76(are se)3.26 F -.15(ve)-.25 G 3.26(nk).15 G .76
-(inds of)-3.26 F -.15(ex)108 520.8 S .369(pansion performed:).15 F F2
+(inds of)-3.26 F -.15(ex)108 674.4 S .369(pansion performed:).15 F F2
 (br)2.869 E .369(ace e)-.15 F(xpansion)-.2 E F0(,).24 E F2 .369(tilde e)
 2.869 F(xpansion)-.2 E F0(,).24 E F2(par)2.869 E .369
 (ameter and variable e)-.15 F(xpansion)-.2 E F0(,).24 E F2 .37
-(command sub-)2.869 F(stitution)108 532.8 Q F0(,).24 E F2(arithmetic e)
+(command sub-)2.869 F(stitution)108 686.4 Q F0(,).24 E F2(arithmetic e)
 2.5 E(xpansion)-.2 E F0(,).24 E F2(wor)2.5 E 2.5(ds)-.37 G(plitting)-2.5
 E F0 2.5(,a).22 G(nd)-2.5 E F2(pathname e)2.5 E(xpansion)-.2 E F0(.).24
-E .471(The order of e)108 549.6 R .471(xpansions is: brace e)-.15 F .471
+E .471(The order of e)108 703.2 R .471(xpansions is: brace e)-.15 F .471
 (xpansion, tilde e)-.15 F .471(xpansion, parameter)-.15 F 2.971(,v)-.4 G
 .47(ariable and arithmetic e)-3.221 F(xpansion)-.15 E
-(and command substitution \(done in a left-to-right f)108 561.6 Q
+(and command substitution \(done in a left-to-right f)108 715.2 Q
 (ashion\), w)-.1 E(ord splitting, and pathname e)-.1 E(xpansion.)-.15 E
-(On systems that can support it, there is an additional e)108 578.4 Q
-(xpansion a)-.15 E -.25(va)-.2 G(ilable:).25 E F2(pr)2.5 E
-(ocess substitution)-.45 E F0(.)A 1.486(Only brace e)108 595.2 R 1.486
-(xpansion, w)-.15 F 1.486(ord splitting, and pathname e)-.1 F 1.487
-(xpansion can change the number of w)-.15 F 1.487(ords of the)-.1 F -.15
-(ex)108 607.2 S 1.165(pansion; other e).15 F 1.165(xpansions e)-.15 F
-1.165(xpand a single w)-.15 F 1.165(ord to a single w)-.1 F 3.665
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5 G(5)-197.965 E 0 Cg EP
+%%Page: 16 16
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E(On systems that can support it, there is an additional e)108 84 Q
+(xpansion a)-.15 E -.25(va)-.2 G(ilable:).25 E/F1 10/Times-Italic@0 SF
+(pr)2.5 E(ocess substitution)-.45 E F0(.)A 1.486(Only brace e)108 100.8
+R 1.486(xpansion, w)-.15 F 1.486(ord splitting, and pathname e)-.1 F
+1.487(xpansion can change the number of w)-.15 F 1.487(ords of the)-.1 F
+-.15(ex)108 112.8 S 1.165(pansion; other e).15 F 1.165(xpansions e)-.15
+F 1.165(xpand a single w)-.15 F 1.165(ord to a single w)-.1 F 3.665
 (ord. The)-.1 F 1.164(only e)3.665 F 1.164(xceptions to this are the)
--.15 F -.15(ex)108 619.2 S(pansions of ").15 E F1($@)A F0 2.5("a)C(nd ")
--2.5 E F1(${)A F2(name)A F1([@]})A F0 2.5("a)C 2.5(se)-2.5 G
-(xplained abo)-2.65 E .3 -.15(ve \()-.15 H(see).15 E F3 -.666(PA)2.5 G
-(RAMETERS).666 E/F5 9/Times-Roman@0 SF(\).)A F1(Brace Expansion)87 636 Q
-F2(Br)108.58 648 Q .606(ace e)-.15 F(xpansion)-.2 E F0 .606
+-.15 F -.15(ex)108 124.8 S(pansions of ").15 E/F2 10/Times-Bold@0 SF($@)
+A F0 2.5("a)C(nd ")-2.5 E F2(${)A F1(name)A F2([@]})A F0 2.5("a)C 2.5
+(se)-2.5 G(xplained abo)-2.65 E .3 -.15(ve \()-.15 H(see).15 E/F3 9
+/Times-Bold@0 SF -.666(PA)2.5 G(RAMETERS).666 E/F4 9/Times-Roman@0 SF
+(\).)A F2(Brace Expansion)87 141.6 Q F1(Br)108.58 153.6 Q .606(ace e)
+-.15 F(xpansion)-.2 E F0 .606
 (is a mechanism by which arbitrary strings may be generated.)3.346 F
-.606(This mechanism is similar)5.606 F(to)108 660 Q F2 .415(pathname e)
-2.915 F(xpansion)-.2 E F0 2.915(,b)C .415
+.606(This mechanism is similar)5.606 F(to)108 165.6 Q F1 .415
+(pathname e)2.915 F(xpansion)-.2 E F0 2.915(,b)C .415
 (ut the \214lenames generated need not e)-3.115 F 2.915(xist. P)-.15 F
 .415(atterns to be brace e)-.15 F .415(xpanded tak)-.15 F 2.915(et)-.1 G
-(he)-2.915 E .151(form of an optional)108 672 R F2(pr)2.651 E(eamble)
+(he)-2.915 E .151(form of an optional)108 177.6 R F1(pr)2.651 E(eamble)
 -.37 E F0 2.651(,f).18 G(ollo)-2.651 E .151
 (wed by either a series of comma-separated strings or a sequence e)-.25
-F(xpres-)-.15 E .563(sion between a pair of braces, follo)108 684 R .563
-(wed by an optional)-.25 F F2(postscript)3.063 E F0 5.563(.T).68 G .563
-(he preamble is pre\214x)-5.563 F .563(ed to each string)-.15 F .659(co\
-ntained within the braces, and the postscript is then appended to each \
-resulting string, e)108 696 R .659(xpanding left to)-.15 F(right.)108
-708 Q .719(Brace e)108 724.8 R .719(xpansions may be nested.)-.15 F .719
-(The results of each e)5.719 F .719
-(xpanded string are not sorted; left to right order is)-.15 F
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(15)199 E 0 Cg EP
-%%Page: 16 16
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(preserv)108 84 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E/F1
-10/Times-Bold@0 SF({)A F0(d,c,b)A F1(})A F0 2.5(ee)C
-(xpands into `ade ace abe'.)-2.65 E 3.133(As)108 100.8 S .633(equence e)
--3.133 F .633(xpression tak)-.15 F .633(es the form)-.1 F F1({)3.133 E
-/F2 10/Times-Italic@0 SF(x)A F1(..)A F2(y)A F1(})A F0 3.133(,w)C(here)
--3.133 E F2(x)3.133 E F0(and)3.134 E F2(y)3.134 E F0 .634
+F(xpres-)-.15 E .563(sion between a pair of braces, follo)108 189.6 R
+.563(wed by an optional)-.25 F F1(postscript)3.063 E F0 5.563(.T).68 G
+.563(he preamble is pre\214x)-5.563 F .563(ed to each string)-.15 F .659
+(contained within the braces, and the postscript is then appended to ea\
+ch resulting string, e)108 201.6 R .659(xpanding left to)-.15 F(right.)
+108 213.6 Q .719(Brace e)108 230.4 R .719(xpansions may be nested.)-.15
+F .719(The results of each e)5.719 F .719
+(xpanded string are not sorted; left to right order is)-.15 F(preserv)
+108 242.4 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E F2({)A F0
+(d,c,b)A F2(})A F0 2.5(ee)C(xpands into `ade ace abe'.)-2.65 E 3.133(As)
+108 259.2 S .633(equence e)-3.133 F .633(xpression tak)-.15 F .633
+(es the form)-.1 F F2({)3.133 E F1(x)A F2(..)A F1(y)A F2(})A F0 3.133
+(,w)C(here)-3.133 E F1(x)3.133 E F0(and)3.134 E F1(y)3.134 E F0 .634
 (are either inte)3.134 F .634(gers or single characters.)-.15 F(When)
-5.634 E(inte)108 112.8 Q .402(gers are supplied, the e)-.15 F .402
-(xpression e)-.15 F .401(xpands to each number between)-.15 F F2(x)2.901
-E F0(and)2.901 E F2(y)2.901 E F0 2.901(,i)C(nclusi)-2.901 E -.15(ve)-.25
+5.634 E(inte)108 271.2 Q .402(gers are supplied, the e)-.15 F .402
+(xpression e)-.15 F .401(xpands to each number between)-.15 F F1(x)2.901
+E F0(and)2.901 E F1(y)2.901 E F0 2.901(,i)C(nclusi)-2.901 E -.15(ve)-.25
 G 5.401(.W).15 G .401(hen characters)-5.401 F .687(are supplied, the e)
-108 124.8 R .688(xpression e)-.15 F .688(xpands to each character le)
--.15 F .688(xicographically between)-.15 F F2(x)3.188 E F0(and)3.188 E
-F2(y)3.188 E F0 3.188(,i)C(nclusi)-3.188 E -.15(ve)-.25 G 5.688(.N).15 G
-(ote)-5.688 E(that both)108 136.8 Q F2(x)2.5 E F0(and)2.5 E F2(y)2.5 E
-F0(must be of the same type.)2.5 E .582(Brace e)108 153.6 R .582
+108 283.2 R .688(xpression e)-.15 F .688(xpands to each character le)
+-.15 F .688(xicographically between)-.15 F F1(x)3.188 E F0(and)3.188 E
+F1(y)3.188 E F0 3.188(,i)C(nclusi)-3.188 E -.15(ve)-.25 G 5.688(.N).15 G
+(ote)-5.688 E(that both)108 295.2 Q F1(x)2.5 E F0(and)2.5 E F1(y)2.5 E
+F0(must be of the same type.)2.5 E .582(Brace e)108 312 R .582
 (xpansion is performed before an)-.15 F 3.082(yo)-.15 G .581(ther e)
 -3.082 F .581(xpansions, and an)-.15 F 3.081(yc)-.15 G .581
 (haracters special to other e)-3.081 F(xpansions)-.15 E .015
-(are preserv)108 165.6 R .015(ed in the result.)-.15 F .015
-(It is strictly te)5.015 F(xtual.)-.15 E F1(Bash)5.016 E F0 .016
+(are preserv)108 324 R .015(ed in the result.)-.15 F .015
+(It is strictly te)5.015 F(xtual.)-.15 E F2(Bash)5.016 E F0 .016
 (does not apply an)2.516 F 2.516(ys)-.15 G .016
-(yntactic interpretation to the con-)-2.516 F(te)108 177.6 Q
-(xt of the e)-.15 E(xpansion or the te)-.15 E(xt between the braces.)
--.15 E 3.633(Ac)108 194.4 S 1.133(orrectly-formed brace e)-3.633 F 1.132
-(xpansion must contain unquoted opening and closing braces, and at leas\
-t one)-.15 F 3.44(unquoted comma or a v)108 206.4 R 3.441
-(alid sequence e)-.25 F 5.941(xpression. An)-.15 F 5.941(yi)-.15 G 3.441
+(yntactic interpretation to the con-)-2.516 F(te)108 336 Q(xt of the e)
+-.15 E(xpansion or the te)-.15 E(xt between the braces.)-.15 E 3.633(Ac)
+108 352.8 S 1.133(orrectly-formed brace e)-3.633 F 1.132(xpansion must \
+contain unquoted opening and closing braces, and at least one)-.15 F
+3.44(unquoted comma or a v)108 364.8 R 3.441(alid sequence e)-.25 F
+5.941(xpression. An)-.15 F 5.941(yi)-.15 G 3.441
 (ncorrectly formed brace e)-5.941 F 3.441(xpansion is left)-.15 F 2.755
-(unchanged. A)108 218.4 R F1({)2.755 E F0(or)2.755 E F1(,)2.755 E F0
+(unchanged. A)108 376.8 R F2({)2.755 E F0(or)2.755 E F2(,)2.755 E F0
 .255(may be quoted with a backslash to pre)2.755 F -.15(ve)-.25 G .255
 (nt its being considered part of a brace e).15 F(xpres-)-.15 E 2.91
-(sion. T)108 230.4 R 2.91(oa)-.8 G -.2(vo)-3.11 G .41
+(sion. T)108 388.8 R 2.91(oa)-.8 G -.2(vo)-3.11 G .41
 (id con\215icts with parameter e).2 F .411(xpansion, the string)-.15 F
-F1(${)2.911 E F0 .411(is not considered eligible for brace e)2.911 F
-(xpan-)-.15 E(sion.)108 242.4 Q 1.476(This construct is typically used \
+F2(${)2.911 E F0 .411(is not considered eligible for brace e)2.911 F
+(xpan-)-.15 E(sion.)108 400.8 Q 1.476(This construct is typically used \
 as shorthand when the common pre\214x of the strings to be generated is)
-108 259.2 R(longer than in the abo)108 271.2 Q .3 -.15(ve ex)-.15 H
-(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144 288 Q -.65(w,)-.25 G
-(dist,b).65 E(ugs})-.2 E(or)108 300 Q(cho)144 312 Q
+108 417.6 R(longer than in the abo)108 429.6 Q .3 -.15(ve ex)-.15 H
+(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144 446.4 Q -.65(w,)-.25
+G(dist,b).65 E(ugs})-.2 E(or)108 458.4 Q(cho)144 470.4 Q
 (wn root /usr/{ucb/{e)-.25 E(x,edit},lib/{e)-.15 E(x?.?*,ho)-.15 E(w_e)
--.25 E(x}})-.15 E .618(Brace e)108 328.8 R .618
+-.25 E(x}})-.15 E .618(Brace e)108 487.2 R .618
 (xpansion introduces a slight incompatibility with historical v)-.15 F
-.618(ersions of)-.15 F F1(sh)3.118 E F0(.)A F1(sh)5.618 E F0 .618
+.618(ersions of)-.15 F F2(sh)3.118 E F0(.)A F2(sh)5.618 E F0 .618
 (does not treat open-)3.118 F .248
-(ing or closing braces specially when the)108 340.8 R 2.748(ya)-.15 G
+(ing or closing braces specially when the)108 499.2 R 2.748(ya)-.15 G
 .247(ppear as part of a w)-2.748 F .247(ord, and preserv)-.1 F .247
-(es them in the output.)-.15 F F1(Bash)5.247 E F0(remo)108 352.8 Q -.15
+(es them in the output.)-.15 F F2(Bash)5.247 E F0(remo)108 511.2 Q -.15
 (ve)-.15 G 3.53(sb).15 G 1.03(races from w)-3.53 F 1.03
 (ords as a consequence of brace e)-.1 F 3.53(xpansion. F)-.15 F 1.03
-(or e)-.15 F 1.03(xample, a w)-.15 F 1.03(ord entered to)-.1 F F1(sh)
-3.53 E F0(as)3.53 E F2(\214le{1,2})108 364.8 Q F0 .515
+(or e)-.15 F 1.03(xample, a w)-.15 F 1.03(ord entered to)-.1 F F2(sh)
+3.53 E F0(as)3.53 E F1(\214le{1,2})108 523.2 Q F0 .515
 (appears identically in the output.)3.015 F .515(The same w)5.515 F .515
-(ord is output as)-.1 F F2 .514(\214le1 \214le2)4.925 F F0 .514(after e)
-3.034 F .514(xpansion by)-.15 F F1(bash)3.014 E F0(.)A .436
-(If strict compatibility with)108 376.8 R F1(sh)2.936 E F0 .436
-(is desired, start)2.936 F F1(bash)2.936 E F0 .436(with the)2.936 F F1
+(ord is output as)-.1 F F1 .514(\214le1 \214le2)4.925 F F0 .514(after e)
+3.034 F .514(xpansion by)-.15 F F2(bash)3.014 E F0(.)A .436
+(If strict compatibility with)108 535.2 R F2(sh)2.936 E F0 .436
+(is desired, start)2.936 F F2(bash)2.936 E F0 .436(with the)2.936 F F2
 (+B)2.936 E F0 .436(option or disable brace e)2.936 F .437
-(xpansion with the)-.15 F F1(+B)108 388.8 Q F0(option to the)2.5 E F1
-(set)2.5 E F0(command \(see)2.5 E/F3 9/Times-Bold@0 SF(SHELL B)2.5 E
-(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1 -.18(Ti)
-87 405.6 S(lde Expansion).18 E F0 1.087(If a w)108 417.6 R 1.087(ord be)
--.1 F 1.087(gins with an unquoted tilde character \(`)-.15 F F1(~)A F0
-1.086('\), all of the characters preceding the \214rst unquoted)B .185(\
-slash \(or all characters, if there is no unquoted slash\) are consider\
-ed a)108 429.6 R F2(tilde-pr)2.685 E(e\214x)-.37 E F0 5.185(.I)C 2.685
-(fn)-5.185 G .185(one of the characters)-2.685 F .726(in the tilde-pre\
-\214x are quoted, the characters in the tilde-pre\214x follo)108 441.6 R
-.725(wing the tilde are treated as a possible)-.25 F F2(lo)108 453.6 Q
-.522(gin name)-.1 F F0 5.522(.I)C 3.022(ft)-5.522 G .522
+(xpansion with the)-.15 F F2(+B)108 547.2 Q F0(option to the)2.5 E F2
+(set)2.5 E F0(command \(see)2.5 E F3(SHELL B)2.5 E(UIL)-.09 E
+(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F2 -.18(Ti)87 564 S
+(lde Expansion).18 E F0 1.087(If a w)108 576 R 1.087(ord be)-.1 F 1.087
+(gins with an unquoted tilde character \(`)-.15 F F2(~)A F0 1.086
+('\), all of the characters preceding the \214rst unquoted)B .185(slash\
+ \(or all characters, if there is no unquoted slash\) are considered a)
+108 588 R F1(tilde-pr)2.685 E(e\214x)-.37 E F0 5.185(.I)C 2.685(fn)
+-5.185 G .185(one of the characters)-2.685 F .726(in the tilde-pre\214x\
+ are quoted, the characters in the tilde-pre\214x follo)108 600 R .725
+(wing the tilde are treated as a possible)-.25 F F1(lo)108 612 Q .522
+(gin name)-.1 F F0 5.522(.I)C 3.022(ft)-5.522 G .522
 (his login name is the null string, the tilde is replaced with the v)
--3.022 F .523(alue of the shell parameter)-.25 F F3(HOME)108 465.6 Q/F4
-9/Times-Roman@0 SF(.)A F0(If)4.787 E F3(HOME)2.787 E F0 .287
+-3.022 F .523(alue of the shell parameter)-.25 F F3(HOME)108 624 Q F4(.)
+A F0(If)4.787 E F3(HOME)2.787 E F0 .287
 (is unset, the home directory of the user e)2.537 F -.15(xe)-.15 G .286
 (cuting the shell is substituted instead.).15 F(Other)5.286 E(-)-.2 E(w\
 ise, the tilde-pre\214x is replaced with the home directory associated \
-with the speci\214ed login name.)108 477.6 Q .092
-(If the tilde-pre\214x is a `~+', the v)108 494.4 R .092
+with the speci\214ed login name.)108 636 Q .092
+(If the tilde-pre\214x is a `~+', the v)108 652.8 R .092
 (alue of the shell v)-.25 F(ariable)-.25 E F3(PWD)2.592 E F0 .092
 (replaces the tilde-pre\214x.)2.342 F .093(If the tilde-pre\214x is)
-5.093 F 3.404(a`)108 506.4 S .904(~\255', the v)-3.404 F .904
+5.093 F 3.404(a`)108 664.8 S .904(~\255', the v)-3.404 F .904
 (alue of the shell v)-.25 F(ariable)-.25 E F3(OLDPWD)3.404 E F4(,)A F0
 .904(if it is set, is substituted.)3.154 F .903(If the characters follo)
 5.903 F .903(wing the)-.25 F 1.641
-(tilde in the tilde-pre\214x consist of a number)108 518.4 R F2(N)4.141
+(tilde in the tilde-pre\214x consist of a number)108 676.8 R F1(N)4.141
 E F0 4.142(,o)C 1.642(ptionally pre\214x)-4.142 F 1.642
 (ed by a `+' or a `\255', the tilde-pre\214x is)-.15 F 1.438(replaced w\
 ith the corresponding element from the directory stack, as it w)108
-530.4 R 1.437(ould be displayed by the)-.1 F F1(dirs)3.937 E F0 -.2(bu)
-108 542.4 S .454(iltin in).2 F -.2(vo)-.4 G -.1(ke).2 G 2.954(dw).1 G
+688.8 R 1.437(ould be displayed by the)-.1 F F2(dirs)3.937 E F0 -.2(bu)
+108 700.8 S .454(iltin in).2 F -.2(vo)-.4 G -.1(ke).2 G 2.954(dw).1 G
 .454(ith the tilde-pre\214x as an ar)-2.954 F 2.954(gument. If)-.18 F
 .454(the characters follo)2.954 F .455
 (wing the tilde in the tilde-pre\214x)-.25 F
 (consist of a number without a leading `+' or `\255', `+' is assumed.)
-108 554.4 Q(If the login name is in)108 571.2 Q -.25(va)-.4 G
+108 712.8 Q(If the login name is in)108 729.6 Q -.25(va)-.4 G
 (lid, or the tilde e).25 E(xpansion f)-.15 E(ails, the w)-.1 E
-(ord is unchanged.)-.1 E .827(Each v)108 588 R .827
-(ariable assignment is check)-.25 F .827(ed for unquoted tilde-pre\214x)
--.1 F .827(es immediately follo)-.15 F .827(wing a)-.25 F F1(:)3.326 E
-F0(or)3.326 E F1(=)3.326 E F0 5.826(.I)C 3.326(nt)-5.826 G(hese)-3.326 E
-.466(cases, tilde e)108 600 R .466(xpansion is also performed.)-.15 F
-(Consequently)5.467 E 2.967(,o)-.65 G .467
-(ne may use \214le names with tildes in assignments)-2.967 F(to)108 612
-Q F3 -.666(PA)2.5 G(TH)-.189 E F4(,)A F3(MAILP)2.25 E -.855(AT)-.666 G
-(H).855 E F4(,)A F0(and)2.25 E F3(CDP)2.5 E -.855(AT)-.666 G(H).855 E F4
-(,)A F0(and the shell assigns the e)2.25 E(xpanded v)-.15 E(alue.)-.25 E
-F1 -.1(Pa)87 628.8 S(rameter Expansion).1 E F0 1.606(The `)108 640.8 R
-F1($)A F0 4.106('c)C 1.606(haracter introduces parameter e)-4.106 F
-1.605(xpansion, command substitution, or arithmetic e)-.15 F 4.105
-(xpansion. The)-.15 F .406(parameter name or symbol to be e)108 652.8 R
-.407(xpanded may be enclosed in braces, which are optional b)-.15 F .407
-(ut serv)-.2 F 2.907(et)-.15 G 2.907(op)-2.907 G(ro-)-2.907 E .033
-(tect the v)108 664.8 R .033(ariable to be e)-.25 F .033
-(xpanded from characters immediately follo)-.15 F .032
-(wing it which could be interpreted as part)-.25 F(of the name.)108
-676.8 Q 1.189
-(When braces are used, the matching ending brace is the \214rst `)108
-693.6 R F1(})A F0 3.69('n)C 1.19(ot escaped by a backslash or within a)
--3.69 F .053(quoted string, and not within an embedded arithmetic e)108
-705.6 R .052(xpansion, command substitution, or paramter e)-.15 F(xpan-)
--.15 E(sion.)108 717.6 Q(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(16)
-199 E 0 Cg EP
+(ord is unchanged.)-.1 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385
+(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5 G(6)-197.965 E
+0 Cg EP
 %%Page: 17 17
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(${)108 84 Q/F1 10/Times-Italic@0 SF(par)A(ameter)-.15 E F0(})A
-1.204(The v)144 96 R 1.204(alue of)-.25 F F1(par)3.704 E(ameter)-.15 E
-F0 1.204(is substituted.)3.704 F 1.204(The braces are required when)
-6.204 F F1(par)4.955 E(ameter)-.15 E F0 1.205(is a positional)4.435 F
-.264(parameter with more than one digit, or when)144 108 R F1(par)4.014
-E(ameter)-.15 E F0 .264(is follo)3.494 F .264
+-.35 E .167(Each v)108 84 R .167(ariable assignment is check)-.25 F .167
+(ed for unquoted tilde-pre\214x)-.1 F .167(es immediately follo)-.15 F
+.167(wing a)-.25 F/F1 10/Times-Bold@0 SF(:)2.667 E F0 .167
+(or the \214rst)2.667 F F1(=)2.666 E F0 5.166(.I)C(n)-5.166 E .281
+(these cases, tilde e)108 96 R .282(xpansion is also performed.)-.15 F
+(Consequently)5.282 E 2.782(,o)-.65 G .282
+(ne may use \214le names with tildes in assign-)-2.782 F(ments to)108
+108 Q/F2 9/Times-Bold@0 SF -.666(PA)2.5 G(TH)-.189 E/F3 9/Times-Roman@0
+SF(,)A F2(MAILP)2.25 E -.855(AT)-.666 G(H).855 E F3(,)A F0(and)2.25 E F2
+(CDP)2.5 E -.855(AT)-.666 G(H).855 E F3(,)A F0
+(and the shell assigns the e)2.25 E(xpanded v)-.15 E(alue.)-.25 E F1 -.1
+(Pa)87 124.8 S(rameter Expansion).1 E F0 1.606(The `)108 136.8 R F1($)A
+F0 4.106('c)C 1.606(haracter introduces parameter e)-4.106 F 1.605
+(xpansion, command substitution, or arithmetic e)-.15 F 4.105
+(xpansion. The)-.15 F .406(parameter name or symbol to be e)108 148.8 R
+.407(xpanded may be enclosed in braces, which are optional b)-.15 F .407
+(ut serv)-.2 F 2.907(et)-.15 G 2.907(op)-2.907 G(ro-)-2.907 E .033
+(tect the v)108 160.8 R .033(ariable to be e)-.25 F .033
+(xpanded from characters immediately follo)-.15 F .032
+(wing it which could be interpreted as part)-.25 F(of the name.)108
+172.8 Q 1.189
+(When braces are used, the matching ending brace is the \214rst `)108
+189.6 R F1(})A F0 3.69('n)C 1.19(ot escaped by a backslash or within a)
+-3.69 F 2.15(quoted string, and not within an embedded arithmetic e)108
+201.6 R 2.15(xpansion, command substitution, or parameter)-.15 F -.15
+(ex)108 213.6 S(pansion.).15 E(${)108 230.4 Q/F4 10/Times-Italic@0 SF
+(par)A(ameter)-.15 E F0(})A 1.204(The v)144 242.4 R 1.204(alue of)-.25 F
+F4(par)3.704 E(ameter)-.15 E F0 1.204(is substituted.)3.704 F 1.204
+(The braces are required when)6.204 F F4(par)4.955 E(ameter)-.15 E F0
+1.205(is a positional)4.435 F .264
+(parameter with more than one digit, or when)144 254.4 R F4(par)4.014 E
+(ameter)-.15 E F0 .264(is follo)3.494 F .264
 (wed by a character which is not to)-.25 F
-(be interpreted as part of its name.)144 120 Q 1.508
-(If the \214rst character of)108 136.8 R F1(par)4.009 E(ameter)-.15 E F0
+(be interpreted as part of its name.)144 266.4 Q 1.508
+(If the \214rst character of)108 283.2 R F4(par)4.009 E(ameter)-.15 E F0
 1.509(is an e)4.009 F 1.509(xclamation point, a le)-.15 F -.15(ve)-.25 G
 4.009(lo).15 G 4.009(fv)-4.009 G 1.509
-(ariable indirection is introduced.)-4.259 F/F2 10/Times-Bold@0 SF(Bash)
-108 148.8 Q F0 .106(uses the v)2.606 F .106(alue of the v)-.25 F .106
-(ariable formed from the rest of)-.25 F F1(par)2.606 E(ameter)-.15 E F0
+(ariable indirection is introduced.)-4.259 F F1(Bash)108 295.2 Q F0 .106
+(uses the v)2.606 F .106(alue of the v)-.25 F .106
+(ariable formed from the rest of)-.25 F F4(par)2.606 E(ameter)-.15 E F0
 .106(as the name of the v)2.606 F .106(ariable; this v)-.25 F(ari-)-.25
-E .351(able is then e)108 160.8 R .351(xpanded and that v)-.15 F .352
+E .351(able is then e)108 307.2 R .351(xpanded and that v)-.15 F .352
 (alue is used in the rest of the substitution, rather than the v)-.25 F
-.352(alue of)-.25 F F1(par)2.852 E(ame-)-.15 E(ter)108 172.8 Q F0 2.52
-(itself. This)2.52 F .02(is kno)2.52 F .02(wn as)-.25 F F1(indir)2.52 E
+.352(alue of)-.25 F F4(par)2.852 E(ame-)-.15 E(ter)108 319.2 Q F0 2.52
+(itself. This)2.52 F .02(is kno)2.52 F .02(wn as)-.25 F F4(indir)2.52 E
 .02(ect e)-.37 F(xpansion)-.2 E F0 5.019(.T)C .019(he e)-5.019 F .019
-(xceptions to this are the e)-.15 F .019(xpansions of ${!)-.15 F F1(pr)A
-(e\214x)-.37 E F0 .019(*} and)B(${)108 184.8 Q F2(!)A F1(name)A F0([)A
-F1(@)A F0 .762(]} described belo)B 4.563 -.65(w. T)-.25 H .763(he e).65
+(xceptions to this are the e)-.15 F .019(xpansions of ${!)-.15 F F4(pr)A
+(e\214x)-.37 E F0 .019(*} and)B(${)108 331.2 Q F1(!)A F4(name)A F0([)A
+F4(@)A F0 .762(]} described belo)B 4.563 -.65(w. T)-.25 H .763(he e).65
 F .763(xclamation point must immediately follo)-.15 F 3.263(wt)-.25 G
-.763(he left brace in order to)-3.263 F(introduce indirection.)108 196.8
-Q .334(In each of the cases belo)108 213.6 R -.65(w,)-.25 G F1(wor)3.484
-E(d)-.37 E F0 .334(is subject to tilde e)2.834 F .334
+.763(he left brace in order to)-3.263 F(introduce indirection.)108 343.2
+Q .334(In each of the cases belo)108 360 R -.65(w,)-.25 G F4(wor)3.484 E
+(d)-.37 E F0 .334(is subject to tilde e)2.834 F .334
 (xpansion, parameter e)-.15 F .334(xpansion, command substitution,)-.15
-F 1.417(and arithmetic e)108 225.6 R 3.918(xpansion. When)-.15 F 1.418
-(not performing substring e)3.918 F(xpansion,)-.15 E F2(bash)3.918 E F0
+F 1.417(and arithmetic e)108 372 R 3.918(xpansion. When)-.15 F 1.418
+(not performing substring e)3.918 F(xpansion,)-.15 E F1(bash)3.918 E F0
 1.418(tests for a parameter that is)3.918 F(unset or null; omitting the\
- colon results in a test only for a parameter that is unset.)108 237.6 Q
-(${)108 254.4 Q F1(par)A(ameter)-.15 E F2<3aad>A F1(wor)A(d)-.37 E F0(})
-A F2 .723(Use Default V)144 266.4 R(alues)-.92 E F0 5.723(.I)C(f)-5.723
-E F1(par)4.473 E(ameter)-.15 E F0 .723(is unset or null, the e)3.953 F
-.722(xpansion of)-.15 F F1(wor)3.562 E(d)-.37 E F0 .722(is substituted.)
-3.992 F(Other)5.722 E(-)-.2 E(wise, the v)144 278.4 Q(alue of)-.25 E F1
-(par)3.75 E(ameter)-.15 E F0(is substituted.)3.23 E(${)108 290.4 Q F1
-(par)A(ameter)-.15 E F2(:=)A F1(wor)A(d)-.37 E F0(})A F2 2.004
-(Assign Default V)144 302.4 R(alues)-.92 E F0 7.004(.I)C(f)-7.004 E F1
+ colon results in a test only for a parameter that is unset.)108 384 Q
+(${)108 400.8 Q F4(par)A(ameter)-.15 E F1<3aad>A F4(wor)A(d)-.37 E F0(})
+A F1 .723(Use Default V)144 412.8 R(alues)-.92 E F0 5.723(.I)C(f)-5.723
+E F4(par)4.473 E(ameter)-.15 E F0 .723(is unset or null, the e)3.953 F
+.722(xpansion of)-.15 F F4(wor)3.562 E(d)-.37 E F0 .722(is substituted.)
+3.992 F(Other)5.722 E(-)-.2 E(wise, the v)144 424.8 Q(alue of)-.25 E F4
+(par)3.75 E(ameter)-.15 E F0(is substituted.)3.23 E(${)108 436.8 Q F4
+(par)A(ameter)-.15 E F1(:=)A F4(wor)A(d)-.37 E F0(})A F1 2.004
+(Assign Default V)144 448.8 R(alues)-.92 E F0 7.004(.I)C(f)-7.004 E F4
 (par)5.754 E(ameter)-.15 E F0 2.005(is unset or null, the e)5.234 F
-2.005(xpansion of)-.15 F F1(wor)4.845 E(d)-.37 E F0 2.005
-(is assigned to)5.275 F F1(par)144 314.4 Q(ameter)-.15 E F0 5.279(.T).73
-G .279(he v)-5.279 F .279(alue of)-.25 F F1(par)4.029 E(ameter)-.15 E F0
+2.005(xpansion of)-.15 F F4(wor)4.845 E(d)-.37 E F0 2.005
+(is assigned to)5.275 F F4(par)144 460.8 Q(ameter)-.15 E F0 5.279(.T).73
+G .279(he v)-5.279 F .279(alue of)-.25 F F4(par)4.029 E(ameter)-.15 E F0
 .278(is then substituted.)3.508 F .278
 (Positional parameters and special param-)5.278 F
-(eters may not be assigned to in this w)144 326.4 Q(ay)-.1 E(.)-.65 E
-(${)108 338.4 Q F1(par)A(ameter)-.15 E F2(:?)A F1(wor)A(d)-.37 E F0(})A
-F2 .535(Display Err)144 350.4 R .535(or if Null or Unset)-.18 F F0 5.535
-(.I)C(f)-5.535 E F1(par)4.285 E(ameter)-.15 E F0 .535
-(is null or unset, the e)3.765 F .535(xpansion of)-.15 F F1(wor)3.035 E
-(d)-.37 E F0 .535(\(or a mes-)3.035 F .662(sage to that ef)144 362.4 R
-.662(fect if)-.25 F F1(wor)3.502 E(d)-.37 E F0 .661(is not present\) is\
+(eters may not be assigned to in this w)144 472.8 Q(ay)-.1 E(.)-.65 E
+(${)108 484.8 Q F4(par)A(ameter)-.15 E F1(:?)A F4(wor)A(d)-.37 E F0(})A
+F1 .535(Display Err)144 496.8 R .535(or if Null or Unset)-.18 F F0 5.535
+(.I)C(f)-5.535 E F4(par)4.285 E(ameter)-.15 E F0 .535
+(is null or unset, the e)3.765 F .535(xpansion of)-.15 F F4(wor)3.035 E
+(d)-.37 E F0 .535(\(or a mes-)3.035 F .662(sage to that ef)144 508.8 R
+.662(fect if)-.25 F F4(wor)3.502 E(d)-.37 E F0 .661(is not present\) is\
  written to the standard error and the shell, if it is not)3.932 F
-(interacti)144 374.4 Q -.15(ve)-.25 G 2.5(,e).15 G 2.5(xits. Otherwise,)
--2.65 F(the v)2.5 E(alue of)-.25 E F1(par)2.5 E(ameter)-.15 E F0
-(is substituted.)2.5 E(${)108 386.4 Q F1(par)A(ameter)-.15 E F2(:+)A F1
-(wor)A(d)-.37 E F0(})A F2 .745(Use Alter)144 398.4 R .745(nate V)-.15 F
-(alue)-.92 E F0 5.745(.I)C(f)-5.745 E F1(par)4.495 E(ameter)-.15 E F0
+(interacti)144 520.8 Q -.15(ve)-.25 G 2.5(,e).15 G 2.5(xits. Otherwise,)
+-2.65 F(the v)2.5 E(alue of)-.25 E F4(par)2.5 E(ameter)-.15 E F0
+(is substituted.)2.5 E(${)108 532.8 Q F4(par)A(ameter)-.15 E F1(:+)A F4
+(wor)A(d)-.37 E F0(})A F1 .745(Use Alter)144 544.8 R .745(nate V)-.15 F
+(alue)-.92 E F0 5.745(.I)C(f)-5.745 E F4(par)4.495 E(ameter)-.15 E F0
 .745(is null or unset, nothing is substituted, otherwise the e)3.975 F
-(xpan-)-.15 E(sion of)144 410.4 Q F1(wor)2.84 E(d)-.37 E F0
-(is substituted.)3.27 E(${)108 422.4 Q F1(par)A(ameter)-.15 E F2(:)A F1
-(of)A(fset)-.18 E F0(})A(${)108 434.4 Q F1(par)A(ameter)-.15 E F2(:)A F1
-(of)A(fset)-.18 E F2(:)A F1(length)A F0(})A F2 .797
-(Substring Expansion.)144 446.4 R F0 .796(Expands to up to)5.797 F F1
-(length)3.296 E F0 .796(characters of)3.296 F F1(par)3.296 E(ameter)-.15
+(xpan-)-.15 E(sion of)144 556.8 Q F4(wor)2.84 E(d)-.37 E F0
+(is substituted.)3.27 E(${)108 568.8 Q F4(par)A(ameter)-.15 E F1(:)A F4
+(of)A(fset)-.18 E F0(})A(${)108 580.8 Q F4(par)A(ameter)-.15 E F1(:)A F4
+(of)A(fset)-.18 E F1(:)A F4(length)A F0(})A F1 .797
+(Substring Expansion.)144 592.8 R F0 .796(Expands to up to)5.797 F F4
+(length)3.296 E F0 .796(characters of)3.296 F F4(par)3.296 E(ameter)-.15
 E F0 .796(starting at the character)3.296 F .228(speci\214ed by)144
-458.4 R F1(of)2.728 E(fset)-.18 E F0 5.228(.I)C(f)-5.228 E F1(length)
+604.8 R F4(of)2.728 E(fset)-.18 E F0 5.228(.I)C(f)-5.228 E F4(length)
 2.728 E F0 .229(is omitted, e)2.729 F .229(xpands to the substring of)
--.15 F F1(par)2.729 E(ameter)-.15 E F0 .229(starting at the char)2.729 F
-(-)-.2 E .433(acter speci\214ed by)144 470.4 R F1(of)2.933 E(fset)-.18 E
-F0(.)A F1(length)5.433 E F0(and)2.933 E F1(of)2.933 E(fset)-.18 E F0
-.433(are arithmetic e)2.933 F .433(xpressions \(see)-.15 F/F3 9
-/Times-Bold@0 SF .432(ARITHMETIC EV)2.933 F(ALU-)-1.215 E -.855(AT)144
-482.4 S(ION).855 E F0(belo)2.576 E(w\).)-.25 E F1(length)5.326 E F0 .326
-(must e)2.826 F -.25(va)-.25 G .326
-(luate to a number greater than or equal to zero.).25 F(If)5.327 E F1
-(of)2.827 E(fset)-.18 E F0 -.25(eva)2.827 G(luates).25 E .016
-(to a number less than zero, the v)144 494.4 R .015
+-.15 F F4(par)2.729 E(ameter)-.15 E F0 .229(starting at the char)2.729 F
+(-)-.2 E .433(acter speci\214ed by)144 616.8 R F4(of)2.933 E(fset)-.18 E
+F0(.)A F4(length)5.433 E F0(and)2.933 E F4(of)2.933 E(fset)-.18 E F0
+.433(are arithmetic e)2.933 F .433(xpressions \(see)-.15 F F2 .432
+(ARITHMETIC EV)2.933 F(ALU-)-1.215 E -.855(AT)144 628.8 S(ION).855 E F0
+(belo)2.576 E(w\).)-.25 E F4(length)5.326 E F0 .326(must e)2.826 F -.25
+(va)-.25 G .326(luate to a number greater than or equal to zero.).25 F
+(If)5.327 E F4(of)2.827 E(fset)-.18 E F0 -.25(eva)2.827 G(luates).25 E
+.016(to a number less than zero, the v)144 640.8 R .015
 (alue is used as an of)-.25 F .015(fset from the end of the v)-.25 F
-.015(alue of)-.25 F F1(par)2.515 E(ameter)-.15 E F0 5.015(.I)C(f)-5.015
-E F1(par)144 506.4 Q(ameter)-.15 E F0(is)3.25 E F2(@)3.25 E F0 3.25(,t)C
-.75(he result is)-3.25 F F1(length)3.25 E F0 .75
-(positional parameters be)3.25 F .75(ginning at)-.15 F F1(of)3.25 E
-(fset)-.18 E F0 5.75(.I)C(f)-5.75 E F1(par)3.25 E(ameter)-.15 E F0 .75
-(is an)3.25 F 1.835(array name inde)144 518.4 R -.15(xe)-.15 G 4.335(db)
+.015(alue of)-.25 F F4(par)2.515 E(ameter)-.15 E F0 5.015(.I)C(f)-5.015
+E F4(par)144 652.8 Q(ameter)-.15 E F0(is)3.25 E F1(@)3.25 E F0 3.25(,t)C
+.75(he result is)-3.25 F F4(length)3.25 E F0 .75
+(positional parameters be)3.25 F .75(ginning at)-.15 F F4(of)3.25 E
+(fset)-.18 E F0 5.75(.I)C(f)-5.75 E F4(par)3.25 E(ameter)-.15 E F0 .75
+(is an)3.25 F 1.835(array name inde)144 664.8 R -.15(xe)-.15 G 4.335(db)
 .15 G 4.335(y@o)-4.335 G 4.335(r*)-4.335 G 4.335(,t)-4.335 G 1.835
-(he result is the)-4.335 F F1(length)4.335 E F0 1.834
-(members of the array be)4.335 F 1.834(ginning with)-.15 F(${)144 530.4
-Q F1(par)A(ameter)-.15 E F0([)A F1(of)A(fset)-.18 E F0 2.999
-(]}. Substring)B(inde)2.999 E .499
-(xing is zero-based unless the positional parameters are used,)-.15 F
-(in which case the inde)144 542.4 Q(xing starts at 1.)-.15 E(${)108
-559.2 Q F2(!)A F1(pr)A(e\214x)-.37 E F2(*)A F0(})A(${)108 571.2 Q F2(!)A
-F1(pr)A(e\214x)-.37 E F2(@)A F0(})A .42(Expands to the names of v)144
-583.2 R .42(ariables whose names be)-.25 F .42(gin with)-.15 F F1(pr)
-2.92 E(e\214x)-.37 E F0 2.92(,s)C .42(eparated by the \214rst character)
--2.92 F(of the)144 595.2 Q F3(IFS)2.5 E F0(special v)2.25 E(ariable.)
--.25 E(${)108 612 Q F2(!)A F1(name)A F0([)A F1(@)A F0(]})A(${)108 624 Q
-F2(!)A F1(name)A F0([)A F1(*)A F0(]})A(If)144 636 Q F1(name)2.921 E F0
-.421(is an array v)2.921 F .421(ariable, e)-.25 F .421
-(xpands to the list of array indices \(k)-.15 F -.15(ey)-.1 G .421
-(s\) assigned in).15 F F1(name)2.921 E F0 5.422(.I)C(f)-5.422 E F1(name)
-2.922 E F0 .238(is not an array)144 648 R 2.738(,e)-.65 G .238
-(xpands to 0 if)-2.888 F F1(name)2.738 E F0 .237
-(is set and null otherwise.)2.738 F(When)5.237 E F1(@)2.737 E F0 .237
-(is used and the e)2.737 F(xpansion)-.15 E
-(appears within double quotes, each k)144 660 Q .3 -.15(ey ex)-.1 H
-(pands to a separate w).15 E(ord.)-.1 E(${)108 676.8 Q F2(#)A F1(par)A
-(ameter)-.15 E F0(})A 1.391(The length in characters of the v)144 688.8
-R 1.392(alue of)-.25 F F1(par)3.892 E(ameter)-.15 E F0 1.392
-(is substituted.)3.892 F(If)6.392 E F1(par)5.142 E(ameter)-.15 E F0(is)
-4.622 E F2(*)3.892 E F0(or)3.892 E F2(@)3.892 E F0 3.892(,t)C(he)-3.892
-E -.25(va)144 700.8 S 1.749
-(lue substituted is the number of positional parameters.).25 F(If)6.749
-E F1(par)5.498 E(ameter)-.15 E F0 1.748(is an array name sub-)4.978 F
-(scripted by)144 712.8 Q F2(*)2.5 E F0(or)2.5 E F2(@)2.5 E F0 2.5(,t)C
-(he v)-2.5 E(alue substituted is the number of elements in the array)
--.25 E(.)-.65 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(17)199 E 0 Cg
-EP
+(he result is the)-4.335 F F4(length)4.335 E F0 1.834
+(members of the array be)4.335 F 1.834(ginning with)-.15 F(${)144 676.8
+Q F4(par)A(ameter)-.15 E F0([)A F4(of)A(fset)-.18 E F0 2.61(]}. A)B(ne)
+2.61 E -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G F4(of)2.76 E(fset)-.18 E
+F0 .111(is tak)2.61 F .111(en relati)-.1 F .411 -.15(ve t)-.25 H 2.611
+(oo).15 G .111(ne greater than the maximum inde)-2.611 F 2.611(xo)-.15 G
+(f)-2.611 E .92(the speci\214ed array)144 688.8 R 5.92(.N)-.65 G .92
+(ote that a ne)-5.92 F -.05(ga)-.15 G(ti).05 E 1.22 -.15(ve o)-.25 H
+-.25(ff).15 G .92(set must be separated from the colon by at least one)
+.25 F .64(space to a)144 700.8 R -.2(vo)-.2 G .641
+(id being confused with the :- e).2 F 3.141(xpansion. Substring)-.15 F
+(inde)3.141 E .641(xing is zero-based unless the)-.15 F
+(positional parameters are used, in which case the inde)144 712.8 Q
+(xing starts at 1.)-.15 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G
+123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(21)-2.5 G(7)
+-197.965 E 0 Cg EP
 %%Page: 18 18
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(${)108 84 Q/F1 10/Times-Italic@0 SF(par)A(ameter)-.15 E/F2 10
-/Times-Bold@0 SF(#)A F1(wor)A(d)-.37 E F0(})A(${)108 96 Q F1(par)A
-(ameter)-.15 E F2(##)A F1(wor)A(d)-.37 E F0(})A(The)144 108 Q F1(wor)
-3.33 E(d)-.37 E F0 .49(is e)3.76 F .491
-(xpanded to produce a pattern just as in pathname e)-.15 F 2.991
+-.35 E(${)108 84 Q/F1 10/Times-Bold@0 SF(!)A/F2 10/Times-Italic@0 SF(pr)
+A(e\214x)-.37 E F1(*)A F0(})A(${)108 96 Q F1(!)A F2(pr)A(e\214x)-.37 E
+F1(@)A F0(})A .42(Expands to the names of v)144 108 R .42
+(ariables whose names be)-.25 F .42(gin with)-.15 F F2(pr)2.92 E(e\214x)
+-.37 E F0 2.92(,s)C .42(eparated by the \214rst character)-2.92 F
+(of the)144 120 Q/F3 9/Times-Bold@0 SF(IFS)2.5 E F0(special v)2.25 E
+(ariable.)-.25 E(${)108 136.8 Q F1(!)A F2(name)A F0([)A F2(@)A F0(]})A
+(${)108 148.8 Q F1(!)A F2(name)A F0([)A F2(*)A F0(]})A(If)144 160.8 Q F2
+(name)2.921 E F0 .421(is an array v)2.921 F .421(ariable, e)-.25 F .421
+(xpands to the list of array indices \(k)-.15 F -.15(ey)-.1 G .421
+(s\) assigned in).15 F F2(name)2.921 E F0 5.422(.I)C(f)-5.422 E F2(name)
+2.922 E F0 .238(is not an array)144 172.8 R 2.738(,e)-.65 G .238
+(xpands to 0 if)-2.888 F F2(name)2.738 E F0 .237
+(is set and null otherwise.)2.738 F(When)5.237 E F2(@)2.737 E F0 .237
+(is used and the e)2.737 F(xpansion)-.15 E
+(appears within double quotes, each k)144 184.8 Q .3 -.15(ey ex)-.1 H
+(pands to a separate w).15 E(ord.)-.1 E(${)108 201.6 Q F1(#)A F2(par)A
+(ameter)-.15 E F0(})A 1.391(The length in characters of the v)144 213.6
+R 1.392(alue of)-.25 F F2(par)3.892 E(ameter)-.15 E F0 1.392
+(is substituted.)3.892 F(If)6.392 E F2(par)5.142 E(ameter)-.15 E F0(is)
+4.622 E F1(*)3.892 E F0(or)3.892 E F1(@)3.892 E F0 3.892(,t)C(he)-3.892
+E -.25(va)144 225.6 S 1.749
+(lue substituted is the number of positional parameters.).25 F(If)6.749
+E F2(par)5.498 E(ameter)-.15 E F0 1.748(is an array name sub-)4.978 F
+(scripted by)144 237.6 Q F1(*)2.5 E F0(or)2.5 E F1(@)2.5 E F0 2.5(,t)C
+(he v)-2.5 E(alue substituted is the number of elements in the array)
+-.25 E(.)-.65 E(${)108 254.4 Q F2(par)A(ameter)-.15 E F1(#)A F2(wor)A(d)
+-.37 E F0(})A(${)108 266.4 Q F2(par)A(ameter)-.15 E F1(##)A F2(wor)A(d)
+-.37 E F0(})A(The)144 278.4 Q F2(wor)3.33 E(d)-.37 E F0 .49(is e)3.76 F
+.491(xpanded to produce a pattern just as in pathname e)-.15 F 2.991
 (xpansion. If)-.15 F .491(the pattern matches)2.991 F .412(the be)144
-120 R .412(ginning of the v)-.15 F .411(alue of)-.25 F F1(par)2.911 E
+290.4 R .412(ginning of the v)-.15 F .411(alue of)-.25 F F2(par)2.911 E
 (ameter)-.15 E F0 2.911(,t).73 G .411(hen the result of the e)-2.911 F
 .411(xpansion is the e)-.15 F .411(xpanded v)-.15 F .411(alue of)-.25 F
-F1(par)145.25 132 Q(ameter)-.15 E F0 .607
-(with the shortest matching pattern \(the `)3.837 F(`)-.74 E F2(#)A F0
+F2(par)145.25 302.4 Q(ameter)-.15 E F0 .607
+(with the shortest matching pattern \(the `)3.837 F(`)-.74 E F1(#)A F0
 2.087 -.74('' c)D .607(ase\) or the longest matching pattern \(the).74 F
--.74(``)144 144 S F2(##).74 E F0 1.654 -.74('' c)D .174(ase\) deleted.)
-.74 F(If)5.174 E F1(par)3.924 E(ameter)-.15 E F0(is)3.404 E F2(@)2.674 E
-F0(or)2.674 E F2(*)2.674 E F0 2.674(,t)C .173(he pattern remo)-2.674 F
--.25(va)-.15 G 2.673(lo).25 G .173(peration is applied to each posi-)
--2.673 F .654(tional parameter in turn, and the e)144 156 R .654
-(xpansion is the resultant list.)-.15 F(If)5.655 E F1(par)4.405 E
+-.74(``)144 314.4 S F1(##).74 E F0 1.654 -.74('' c)D .174
+(ase\) deleted.).74 F(If)5.174 E F2(par)3.924 E(ameter)-.15 E F0(is)
+3.404 E F1(@)2.674 E F0(or)2.674 E F1(*)2.674 E F0 2.674(,t)C .173
+(he pattern remo)-2.674 F -.25(va)-.15 G 2.673(lo).25 G .173
+(peration is applied to each posi-)-2.673 F .654
+(tional parameter in turn, and the e)144 326.4 R .654
+(xpansion is the resultant list.)-.15 F(If)5.655 E F2(par)4.405 E
 (ameter)-.15 E F0 .655(is an array v)3.885 F(ariable)-.25 E .651
-(subscripted with)144 168 R F2(@)3.151 E F0(or)3.151 E F2(*)3.151 E F0
+(subscripted with)144 338.4 R F1(@)3.151 E F0(or)3.151 E F1(*)3.151 E F0
 3.151(,t)C .651(he pattern remo)-3.151 F -.25(va)-.15 G 3.151(lo).25 G
 .65(peration is applied to each member of the array in)-3.151 F
-(turn, and the e)144 180 Q(xpansion is the resultant list.)-.15 E(${)108
-196.8 Q F1(par)A(ameter)-.15 E F2(%)A F1(wor)A(d)-.37 E F0(})A(${)108
-208.8 Q F1(par)A(ameter)-.15 E F2(%%)A F1(wor)A(d)-.37 E F0(})A(The)144
-220.8 Q F1(wor)2.618 E(d)-.37 E F0 .118(is e)2.618 F .119
+(turn, and the e)144 350.4 Q(xpansion is the resultant list.)-.15 E(${)
+108 367.2 Q F2(par)A(ameter)-.15 E F1(%)A F2(wor)A(d)-.37 E F0(})A(${)
+108 379.2 Q F2(par)A(ameter)-.15 E F1(%%)A F2(wor)A(d)-.37 E F0(})A(The)
+144 391.2 Q F2(wor)2.618 E(d)-.37 E F0 .118(is e)2.618 F .119
 (xpanded to produce a pattern just as in pathname e)-.15 F 2.619
 (xpansion. If)-.15 F .119(the pattern matches a)2.619 F 2.402
-(trailing portion of the e)144 232.8 R 2.402(xpanded v)-.15 F 2.401
-(alue of)-.25 F F1(par)4.901 E(ameter)-.15 E F0 4.901(,t).73 G 2.401
+(trailing portion of the e)144 403.2 R 2.402(xpanded v)-.15 F 2.401
+(alue of)-.25 F F2(par)4.901 E(ameter)-.15 E F0 4.901(,t).73 G 2.401
 (hen the result of the e)-4.901 F 2.401(xpansion is the)-.15 F -.15(ex)
-144 244.8 S 1.152(panded v).15 F 1.152(alue of)-.25 F F1(par)4.902 E
+144 415.2 S 1.152(panded v).15 F 1.152(alue of)-.25 F F2(par)4.902 E
 (ameter)-.15 E F0 1.152(with the shortest matching pattern \(the `)4.382
-F(`)-.74 E F2(%)A F0 2.632 -.74('' c)D 1.153(ase\) or the longest).74 F
-.79(matching pattern \(the `)144 256.8 R(`)-.74 E F2(%%)A F0 2.27 -.74
-('' c)D .79(ase\) deleted.).74 F(If)5.79 E F1(par)4.54 E(ameter)-.15 E
-F0(is)4.02 E F2(@)3.29 E F0(or)3.29 E F2(*)3.29 E F0 3.29(,t)C .79
+F(`)-.74 E F1(%)A F0 2.632 -.74('' c)D 1.153(ase\) or the longest).74 F
+.79(matching pattern \(the `)144 427.2 R(`)-.74 E F1(%%)A F0 2.27 -.74
+('' c)D .79(ase\) deleted.).74 F(If)5.79 E F2(par)4.54 E(ameter)-.15 E
+F0(is)4.02 E F1(@)3.29 E F0(or)3.29 E F1(*)3.29 E F0 3.29(,t)C .79
 (he pattern remo)-3.29 F -.25(va)-.15 G 3.29(lo).25 G(pera-)-3.29 E
 1.758(tion is applied to each positional parameter in turn, and the e)
-144 268.8 R 1.758(xpansion is the resultant list.)-.15 F(If)6.759 E F1
-(par)145.25 280.8 Q(ameter)-.15 E F0 .089(is an array v)3.319 F .089
-(ariable subscripted with)-.25 F F2(@)2.589 E F0(or)2.589 E F2(*)2.589 E
+144 439.2 R 1.758(xpansion is the resultant list.)-.15 F(If)6.759 E F2
+(par)145.25 451.2 Q(ameter)-.15 E F0 .089(is an array v)3.319 F .089
+(ariable subscripted with)-.25 F F1(@)2.589 E F0(or)2.589 E F1(*)2.589 E
 F0 2.589(,t)C .089(he pattern remo)-2.589 F -.25(va)-.15 G 2.588(lo).25
 G .088(peration is applied to)-2.588 F
-(each member of the array in turn, and the e)144 292.8 Q
-(xpansion is the resultant list.)-.15 E(${)108 309.6 Q F1(par)A(ameter)
--.15 E F2(/)A F1(pattern)A F2(/)A F1(string)A F0(})A(${)108 321.6 Q F1
-(par)A(ameter)-.15 E F2(//)A F1(pattern)A F2(/)A F1(string)A F0(})A(The)
-144 333.6 Q F1(pattern)5.085 E F0 2.585(is e)5.085 F 2.585
+(each member of the array in turn, and the e)144 463.2 Q
+(xpansion is the resultant list.)-.15 E(${)108 480 Q F2(par)A(ameter)
+-.15 E F1(/)A F2(pattern)A F1(/)A F2(string)A F0(})A(${)108 492 Q F2
+(par)A(ameter)-.15 E F1(//)A F2(pattern)A F1(/)A F2(string)A F0(})A(The)
+144 504 Q F2(pattern)5.085 E F0 2.585(is e)5.085 F 2.585
 (xpanded to produce a pattern just as in pathname e)-.15 F(xpansion.)
--.15 E F1 -.8(Pa)7.585 G -.15(ra).8 G(meter).15 E F0(is)5.085 E -.15(ex)
-144 345.6 S 1.17(panded and the longest match of).15 F F1(pattern)3.67 E
+-.15 E F2 -.8(Pa)7.585 G -.15(ra).8 G(meter).15 E F0(is)5.085 E -.15(ex)
+144 516 S 1.17(panded and the longest match of).15 F F2(pattern)3.67 E
 F0(ag)3.669 E 1.169(ainst its v)-.05 F 1.169(alue is replaced with)-.25
-F F1(string)3.669 E F0 6.169(.I)C 3.669(nt)-6.169 G 1.169(he \214rst)
--3.669 F 2.028(form, only the \214rst match is replaced.)144 357.6 R
-2.028(The second form causes all matches of)7.028 F F1(pattern)4.528 E
-F0 2.029(to be)4.529 F 1.36(replaced with)144 369.6 R F1(string)3.86 E
-F0 6.36(.I)C(f)-6.36 E F1(pattern)3.86 E F0(be)3.86 E 1.36(gins with)
--.15 F F2(#)3.86 E F0 3.86(,i)C 3.86(tm)-3.86 G 1.36
-(ust match at the be)-3.86 F 1.36(ginning of the e)-.15 F(xpanded)-.15 E
--.25(va)144 381.6 S .62(lue of).25 F F1(par)3.12 E(ameter)-.15 E F0 5.62
-(.I)C(f)-5.62 E F1(pattern)3.12 E F0(be)3.12 E .62(gins with)-.15 F F2
-(%)3.12 E F0 3.12(,i)C 3.121(tm)-3.12 G .621
-(ust match at the end of the e)-3.121 F .621(xpanded v)-.15 F .621
-(alue of)-.25 F F1(par)144 393.6 Q(ameter)-.15 E F0 6.254(.I)C(f)-6.254
-E F1(string)3.754 E F0 1.253(is null, matches of)3.753 F F1(pattern)
-3.753 E F0 1.253(are deleted and the)3.753 F F2(/)3.753 E F0(follo)3.753
-E(wing)-.25 E F1(pattern)3.753 E F0 1.253(may be)3.753 F 2.678
-(omitted. If)144 405.6 R F1(par)3.928 E(ameter)-.15 E F0(is)3.408 E F2
-(@)2.678 E F0(or)2.678 E F2(*)2.679 E F0 2.679(,t)C .179
+F F2(string)3.669 E F0 6.169(.I)C 3.669(nt)-6.169 G 1.169(he \214rst)
+-3.669 F 2.028(form, only the \214rst match is replaced.)144 528 R 2.028
+(The second form causes all matches of)7.028 F F2(pattern)4.528 E F0
+2.029(to be)4.529 F 1.36(replaced with)144 540 R F2(string)3.86 E F0
+6.36(.I)C(f)-6.36 E F2(pattern)3.86 E F0(be)3.86 E 1.36(gins with)-.15 F
+F1(#)3.86 E F0 3.86(,i)C 3.86(tm)-3.86 G 1.36(ust match at the be)-3.86
+F 1.36(ginning of the e)-.15 F(xpanded)-.15 E -.25(va)144 552 S .62
+(lue of).25 F F2(par)3.12 E(ameter)-.15 E F0 5.62(.I)C(f)-5.62 E F2
+(pattern)3.12 E F0(be)3.12 E .62(gins with)-.15 F F1(%)3.12 E F0 3.12
+(,i)C 3.121(tm)-3.12 G .621(ust match at the end of the e)-3.121 F .621
+(xpanded v)-.15 F .621(alue of)-.25 F F2(par)144 564 Q(ameter)-.15 E F0
+6.254(.I)C(f)-6.254 E F2(string)3.754 E F0 1.253(is null, matches of)
+3.753 F F2(pattern)3.753 E F0 1.253(are deleted and the)3.753 F F1(/)
+3.753 E F0(follo)3.753 E(wing)-.25 E F2(pattern)3.753 E F0 1.253(may be)
+3.753 F 2.678(omitted. If)144 576 R F2(par)3.928 E(ameter)-.15 E F0(is)
+3.408 E F1(@)2.678 E F0(or)2.678 E F1(*)2.679 E F0 2.679(,t)C .179
 (he substitution operation is applied to each positional parameter)
--2.679 F .619(in turn, and the e)144 417.6 R .619
-(xpansion is the resultant list.)-.15 F(If)5.619 E F1(par)4.369 E
+-2.679 F .619(in turn, and the e)144 588 R .619
+(xpansion is the resultant list.)-.15 F(If)5.619 E F2(par)4.369 E
 (ameter)-.15 E F0 .618(is an array v)3.849 F .618
-(ariable subscripted with)-.25 F F2(@)144 429.6 Q F0(or)3.223 E F2(*)
-3.223 E F0 3.223(,t)C .723(he substitution operation is applied to each\
- member of the array in turn, and the e)-3.223 F(xpan-)-.15 E
-(sion is the resultant list.)144 441.6 Q F2(Command Substitution)87
-458.4 Q F1 1.698(Command substitution)108 470.4 R F0(allo)4.198 E 1.697
+(ariable subscripted with)-.25 F F1(@)144 600 Q F0(or)3.223 E F1(*)3.223
+E F0 3.223(,t)C .723(he substitution operation is applied to each membe\
+r of the array in turn, and the e)-3.223 F(xpan-)-.15 E
+(sion is the resultant list.)144 612 Q F1(Command Substitution)87 628.8
+Q F2 1.698(Command substitution)108 640.8 R F0(allo)4.198 E 1.697
 (ws the output of a command to replace the command name.)-.25 F 1.697
-(There are tw)6.697 F(o)-.1 E(forms:)108 482.4 Q F2($\()144 504 Q F1
-(command)A F2(\))1.666 E F0(or)108 516 Q F2(`)144 528 Q F1(command)A F2
-(`)A(Bash)108 544.8 Q F0 .019(performs the e)2.519 F .019(xpansion by e)
--.15 F -.15(xe)-.15 G(cuting).15 E F1(command)2.519 E F0 .02
-(and replacing the command substitution with the stan-)2.519 F .768
-(dard output of the command, with an)108 556.8 R 3.268(yt)-.15 G .768
+(There are tw)6.697 F(o)-.1 E(forms:)108 652.8 Q F1($\()144 674.4 Q F2
+(command)A F1(\))1.666 E F0(or)108 686.4 Q F1(`)144 698.4 Q F2(command)A
+F1(`)A(Bash)108 715.2 Q F0 .019(performs the e)2.519 F .019
+(xpansion by e)-.15 F -.15(xe)-.15 G(cuting).15 E F2(command)2.519 E F0
+.02(and replacing the command substitution with the stan-)2.519 F .768
+(dard output of the command, with an)108 727.2 R 3.268(yt)-.15 G .768
 (railing ne)-3.268 F .768(wlines deleted.)-.25 F .768(Embedded ne)5.768
-F .768(wlines are not deleted, b)-.25 F(ut)-.2 E(the)108 568.8 Q 3.218
-(ym)-.15 G .718(ay be remo)-3.218 F -.15(ve)-.15 G 3.218(dd).15 G .719
-(uring w)-3.218 F .719(ord splitting.)-.1 F .719
-(The command substitution)5.719 F F2($\(cat)3.219 E F1(\214le)3.219 E F2
-(\))A F0 .719(can be replaced by the)3.219 F(equi)108 580.8 Q -.25(va)
--.25 G(lent b).25 E(ut f)-.2 E(aster)-.1 E F2($\(<)2.5 E F1(\214le)2.5 E
-F2(\))A F0(.)A 1.724(When the old-style backquote form of substitution \
-is used, backslash retains its literal meaning e)108 597.6 R(xcept)-.15
-E .314(when follo)108 609.6 R .314(wed by)-.25 F F2($)2.814 E F0(,)A F2
-(`)2.814 E F0 2.814(,o)C(r)-2.814 E F2(\\)2.814 E F0 5.314(.T)C .315(he\
- \214rst backquote not preceded by a backslash terminates the command s\
-ub-)-5.314 F 3.887(stitution. When)108 621.6 R 1.387(using the $\()3.887
-F F1(command).833 E F0 3.887(\)f)1.666 G 1.386
-(orm, all characters between the parentheses mak)-3.887 F 3.886(eu)-.1 G
-3.886(pt)-3.886 G 1.386(he com-)-3.886 F
-(mand; none are treated specially)108 633.6 Q(.)-.65 E .894
-(Command substitutions may be nested.)108 650.4 R 2.494 -.8(To n)5.894 H
-.894(est when using the backquoted form, escape the inner back-).8 F
-(quotes with backslashes.)108 662.4 Q .422
-(If the substitution appears within double quotes, w)108 679.2 R .422
-(ord splitting and pathname e)-.1 F .422(xpansion are not performed)-.15
-F(on the results.)108 691.2 Q(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E
-(18)199 E 0 Cg EP
+F .768(wlines are not deleted, b)-.25 F(ut)-.2 E(GNU Bash-3.1-de)72 768
+Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(21)-2.5 G(8)-197.965 E 0 Cg EP
 %%Page: 19 19
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(Arithmetic Expansion)87 84 Q F0 1.034
-(Arithmetic e)108 96 R 1.034(xpansion allo)-.15 F 1.034(ws the e)-.25 F
--.25(va)-.25 G 1.034(luation of an arithmetic e).25 F 1.035
-(xpression and the substitution of the result.)-.15 F
-(The format for arithmetic e)108 108 Q(xpansion is:)-.15 E F1($\(\()144
-124.8 Q/F2 10/Times-Italic@0 SF -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A
-F0(The)108 141.6 Q F2 -.2(ex)2.666 G(pr).2 E(ession)-.37 E F0 .165
+-.35 E(the)108 84 Q 3.218(ym)-.15 G .718(ay be remo)-3.218 F -.15(ve)
+-.15 G 3.218(dd).15 G .719(uring w)-3.218 F .719(ord splitting.)-.1 F
+.719(The command substitution)5.719 F/F1 10/Times-Bold@0 SF($\(cat)3.219
+E/F2 10/Times-Italic@0 SF(\214le)3.219 E F1(\))A F0 .719
+(can be replaced by the)3.219 F(equi)108 96 Q -.25(va)-.25 G(lent b).25
+E(ut f)-.2 E(aster)-.1 E F1($\(<)2.5 E F2(\214le)2.5 E F1(\))A F0(.)A
+1.724(When the old-style backquote form of substitution is used, backsl\
+ash retains its literal meaning e)108 112.8 R(xcept)-.15 E .314
+(when follo)108 124.8 R .314(wed by)-.25 F F1($)2.814 E F0(,)A F1(`)
+2.814 E F0 2.814(,o)C(r)-2.814 E F1(\\)2.814 E F0 5.314(.T)C .315(he \
+\214rst backquote not preceded by a backslash terminates the command su\
+b-)-5.314 F 3.887(stitution. When)108 136.8 R 1.387(using the $\()3.887
+F F2(command).833 E F0 3.887(\)f)1.666 G 1.386
+(orm, all characters between the parentheses mak)-3.887 F 3.886(eu)-.1 G
+3.886(pt)-3.886 G 1.386(he com-)-3.886 F
+(mand; none are treated specially)108 148.8 Q(.)-.65 E .894
+(Command substitutions may be nested.)108 165.6 R 2.494 -.8(To n)5.894 H
+.894(est when using the backquoted form, escape the inner back-).8 F
+(quotes with backslashes.)108 177.6 Q .422
+(If the substitution appears within double quotes, w)108 194.4 R .422
+(ord splitting and pathname e)-.1 F .422(xpansion are not performed)-.15
+F(on the results.)108 206.4 Q F1(Arithmetic Expansion)87 223.2 Q F0
+1.034(Arithmetic e)108 235.2 R 1.034(xpansion allo)-.15 F 1.034
+(ws the e)-.25 F -.25(va)-.25 G 1.034(luation of an arithmetic e).25 F
+1.035(xpression and the substitution of the result.)-.15 F
+(The format for arithmetic e)108 247.2 Q(xpansion is:)-.15 E F1($\(\()
+144 264 Q F2 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A F0(The)108 280.8 Q
+F2 -.2(ex)2.666 G(pr).2 E(ession)-.37 E F0 .165
 (is treated as if it were within double quotes, b)2.906 F .165
 (ut a double quote inside the parentheses is not)-.2 F 1.074
-(treated specially)108 153.6 R 6.074(.A)-.65 G 1.074(ll tok)-6.074 F
+(treated specially)108 292.8 R 6.074(.A)-.65 G 1.074(ll tok)-6.074 F
 1.074(ens in the e)-.1 F 1.074(xpression under)-.15 F 1.074
 (go parameter e)-.18 F 1.074(xpansion, string e)-.15 F 1.075
-(xpansion, command)-.15 F(substitution, and quote remo)108 165.6 Q -.25
+(xpansion, command)-.15 F(substitution, and quote remo)108 304.8 Q -.25
 (va)-.15 G 2.5(l. Arithmetic).25 F -.15(ex)2.5 G
-(pansions may be nested.).15 E 1.379(The e)108 182.4 R -.25(va)-.25 G
+(pansions may be nested.).15 E 1.379(The e)108 321.6 R -.25(va)-.25 G
 1.378(luation is performed according to the rules listed belo).25 F
 3.878(wu)-.25 G(nder)-3.878 E/F3 9/Times-Bold@0 SF 1.378(ARITHMETIC EV)
 3.878 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)
-A F0(If)5.878 E F2 -.2(ex)108 194.4 S(pr).2 E(ession)-.37 E F0(is in)
+A F0(If)5.878 E F2 -.2(ex)108 333.6 S(pr).2 E(ession)-.37 E F0(is in)
 2.74 E -.25(va)-.4 G(lid,).25 E F1(bash)2.5 E F0
 (prints a message indicating f)2.5 E(ailure and no substitution occurs.)
--.1 E F1(Pr)87 211.2 Q(ocess Substitution)-.18 E F2(Pr)108 223.2 Q .97
+-.1 E F1(Pr)87 350.4 Q(ocess Substitution)-.18 E F2(Pr)108 362.4 Q .97
 (ocess substitution)-.45 F F0 .971
 (is supported on systems that support named pipes \()3.47 F F2(FIFOs)A
 F0 3.471(\)o)C 3.471(rt)-3.471 G(he)-3.471 E F1(/de)3.471 E(v/fd)-.15 E
-F0 .971(method of)3.471 F .022(naming open \214les.)108 235.2 R .021
+F0 .971(method of)3.471 F .022(naming open \214les.)108 374.4 R .021
 (It tak)5.022 F .021(es the form of)-.1 F F1(<\()2.521 E F2(list)A F1
 (\)).833 E F0(or)2.521 E F1(>\()2.521 E F2(list)A F1(\)).833 E F0 5.021
 (.T)C .021(he process)-5.021 F F2(list)2.521 E F0 .021
-(is run with its input or output con-)2.521 F .058(nected to a)108 247.2
+(is run with its input or output con-)2.521 F .058(nected to a)108 386.4
 R F2(FIFO)2.558 E F0 .058(or some \214le in)2.558 F F1(/de)2.558 E(v/fd)
 -.15 E F0 5.058(.T)C .058(he name of this \214le is passed as an ar)
 -5.058 F .059(gument to the current com-)-.18 F .131
-(mand as the result of the e)108 259.2 R 2.631(xpansion. If)-.15 F(the)
+(mand as the result of the e)108 398.4 R 2.631(xpansion. If)-.15 F(the)
 2.63 E F1(>\()2.63 E F2(list)A F1(\)).833 E F0 .13
 (form is used, writing to the \214le will pro)2.63 F .13(vide input for)
--.15 F F2(list)2.63 E F0(.)A(If the)108 271.2 Q F1(<\()2.5 E F2(list)A
+-.15 F F2(list)2.63 E F0(.)A(If the)108 410.4 Q F1(<\()2.5 E F2(list)A
 F1(\)).833 E F0(form is used, the \214le passed as an ar)2.5 E
 (gument should be read to obtain the output of)-.18 E F2(list)2.5 E F0
-(.)A .896(When a)108 288 R -.25(va)-.2 G .896(ilable, process substitut\
-ion is performed simultaneously with parameter and v).25 F .897
+(.)A .896(When a)108 427.2 R -.25(va)-.2 G .896(ilable, process substit\
+ution is performed simultaneously with parameter and v).25 F .897
 (ariable e)-.25 F(xpansion,)-.15 E
-(command substitution, and arithmetic e)108 300 Q(xpansion.)-.15 E F1
--.75(Wo)87 316.8 S(rd Splitting).75 E F0 1.143
-(The shell scans the results of parameter e)108 328.8 R 1.142
+(command substitution, and arithmetic e)108 439.2 Q(xpansion.)-.15 E F1
+-.75(Wo)87 456 S(rd Splitting).75 E F0 1.143
+(The shell scans the results of parameter e)108 468 R 1.142
 (xpansion, command substitution, and arithmetic e)-.15 F 1.142
-(xpansion that)-.15 F(did not occur within double quotes for)108 340.8 Q
+(xpansion that)-.15 F(did not occur within double quotes for)108 480 Q
 F2(wor)2.5 E 2.5(ds)-.37 G(plitting)-2.5 E F0(.).22 E .063
-(The shell treats each character of)108 357.6 R F3(IFS)2.563 E F0 .063
+(The shell treats each character of)108 496.8 R F3(IFS)2.563 E F0 .063
 (as a delimiter)2.313 F 2.563(,a)-.4 G .063
 (nd splits the results of the other e)-2.563 F .063(xpansions into w)
--.15 F(ords)-.1 E .628(on these characters.)108 369.6 R(If)5.628 E F3
+-.15 F(ords)-.1 E .628(on these characters.)108 508.8 R(If)5.628 E F3
 (IFS)3.128 E F0 .627(is unset, or its v)2.877 F .627(alue is e)-.25 F
 (xactly)-.15 E F1(<space><tab><newline>)3.127 E F0 3.127(,t)C .627
 (he def)-3.127 F .627(ault, then an)-.1 F(y)-.15 E 2.527(sequence of)108
-381.6 R F3(IFS)5.027 E F0 2.527(characters serv)4.777 F 2.527
+520.8 R F3(IFS)5.027 E F0 2.527(characters serv)4.777 F 2.527
 (es to delimit w)-.15 F 5.027(ords. If)-.1 F F3(IFS)5.027 E F0 2.527
 (has a v)4.777 F 2.527(alue other than the def)-.25 F 2.528(ault, then)
--.1 F .363(sequences of the whitespace characters)108 393.6 R F1(space)
+-.1 F .363(sequences of the whitespace characters)108 532.8 R F1(space)
 2.863 E F0(and)2.863 E F1(tab)2.863 E F0 .363(are ignored at the be)
 2.863 F .362(ginning and end of the w)-.15 F .362(ord, as)-.1 F .334
-(long as the whitespace character is in the v)108 405.6 R .334(alue of)
+(long as the whitespace character is in the v)108 544.8 R .334(alue of)
 -.25 F F3(IFS)2.834 E F0(\(an)2.584 E F3(IFS)2.834 E F0 .335
 (whitespace character\).)2.585 F(An)5.335 E 2.835(yc)-.15 G .335
-(haracter in)-2.835 F F3(IFS)2.835 E F0 .296(that is not)108 417.6 R F3
+(haracter in)-2.835 F F3(IFS)2.835 E F0 .296(that is not)108 556.8 R F3
 (IFS)2.795 E F0 .295(whitespace, along with an)2.545 F 2.795(ya)-.15 G
 (djacent)-2.795 E F3(IFS)2.795 E F0 .295
 (whitespace characters, delimits a \214eld.)2.545 F 2.795(As)5.295 G
-(equence)-2.795 E(of)108 429.6 Q F3(IFS)3.752 E F0 1.252
+(equence)-2.795 E(of)108 568.8 Q F3(IFS)3.752 E F0 1.252
 (whitespace characters is also treated as a delimiter)3.502 F 6.252(.I)
 -.55 G 3.752(ft)-6.252 G 1.252(he v)-3.752 F 1.252(alue of)-.25 F F3
 (IFS)3.752 E F0 1.253(is null, no w)3.502 F 1.253(ord splitting)-.1 F
-(occurs.)108 441.6 Q 1.8(Explicit null ar)108 458.4 R 1.8(guments \()
+(occurs.)108 580.8 Q 1.8(Explicit null ar)108 597.6 R 1.8(guments \()
 -.18 F F1 .833("").833 G F0(or)3.467 E F1 .833('')5.133 G F0 4.3(\)a)C
 1.8(re retained.)-4.3 F 1.799(Unquoted implicit null ar)6.8 F 1.799
-(guments, resulting from the)-.18 F -.15(ex)108 470.4 S .176
+(guments, resulting from the)-.18 F -.15(ex)108 609.6 S .176
 (pansion of parameters that ha).15 F .476 -.15(ve n)-.2 H 2.676(ov).15 G
 .176(alues, are remo)-2.926 F -.15(ve)-.15 G 2.676(d. If).15 F 2.677(ap)
 2.677 G .177(arameter with no v)-2.677 F .177(alue is e)-.25 F .177
-(xpanded within)-.15 F(double quotes, a null ar)108 482.4 Q
-(gument results and is retained.)-.18 E(Note that if no e)108 499.2 Q
-(xpansion occurs, no splitting is performed.)-.15 E F1 -.1(Pa)87 516 S
-(thname Expansion).1 E F0 .371(After w)108 528 R .371
+(xpanded within)-.15 F(double quotes, a null ar)108 621.6 Q
+(gument results and is retained.)-.18 E(Note that if no e)108 638.4 Q
+(xpansion occurs, no splitting is performed.)-.15 E F1 -.1(Pa)87 655.2 S
+(thname Expansion).1 E F0 .371(After w)108 667.2 R .371
 (ord splitting, unless the)-.1 F F1<ad66>2.871 E F0 .371
 (option has been set,)2.871 F F1(bash)2.871 E F0 .37(scans each w)2.87 F
 .37(ord for the characters)-.1 F F1(*)2.87 E F0(,)A F1(?)2.87 E F0 2.87
 (,a)C(nd)-2.87 E F1([)2.87 E F0(.)A .677
-(If one of these characters appears, then the w)108 540 R .677
+(If one of these characters appears, then the w)108 679.2 R .677
 (ord is re)-.1 F -.05(ga)-.15 G .677(rded as a).05 F F2(pattern)3.177 E
 F0 3.177(,a).24 G .678(nd replaced with an alphabeti-)-3.177 F 1.457
-(cally sorted list of \214le names matching the pattern.)108 552 R 1.456
-(If no matching \214le names are found, and the shell)6.457 F(option)108
-564 Q F1(nullglob)3.265 E F0 .765(is disabled, the w)3.265 F .765
-(ord is left unchanged.)-.1 F .765(If the)5.765 F F1(nullglob)3.265 E F0
-.765(option is set, and no matches are)3.265 F .306(found, the w)108 576
-R .306(ord is remo)-.1 F -.15(ve)-.15 G 2.806(d. If).15 F(the)2.805 E F1
-(failglob)2.805 E F0 .305
+(cally sorted list of \214le names matching the pattern.)108 691.2 R
+1.456(If no matching \214le names are found, and the shell)6.457 F
+(option)108 703.2 Q F1(nullglob)3.265 E F0 .765(is disabled, the w)3.265
+F .765(ord is left unchanged.)-.1 F .765(If the)5.765 F F1(nullglob)
+3.265 E F0 .765(option is set, and no matches are)3.265 F .306
+(found, the w)108 715.2 R .306(ord is remo)-.1 F -.15(ve)-.15 G 2.806
+(d. If).15 F(the)2.805 E F1(failglob)2.805 E F0 .305
 (shell option is set, and no matches are found, an error message)2.805 F
-.928(is printed and the command is not e)108 588 R -.15(xe)-.15 G 3.428
-(cuted. If).15 F .928(the shell option)3.428 F F1(nocaseglob)3.428 E F0
-.929(is enabled, the match is per)3.429 F(-)-.2 E .033
-(formed without re)108 600 R -.05(ga)-.15 G .033
-(rd to the case of alphabetic characters.).05 F .032
-(When a pattern is used for pathname e)5.032 F(xpansion,)-.15 E .104
-(the character)108 612 R F1 -.63(``)2.604 G -.55(.').63 G(')-.08 E F0
-.104(at the start of a name or immediately follo)5.104 F .105
-(wing a slash must be matched e)-.25 F(xplicitly)-.15 E 2.605(,u)-.65 G
-(nless)-2.605 E .888(the shell option)108 624 R F1(dotglob)3.388 E F0
-.888(is set.)3.388 F .887
-(When matching a pathname, the slash character must al)5.888 F -.1(wa)
--.1 G .887(ys be matched).1 F -.15(ex)108 636 S(plicitly).15 E 6.165(.I)
--.65 G 3.665(no)-6.165 G 1.165(ther cases, the)-3.665 F F1 -.63(``)3.665
-G -.55(.').63 G(')-.08 E F0 1.166(character is not treated specially)
-6.165 F 6.166(.S)-.65 G 1.166(ee the description of)-6.166 F F1(shopt)
-3.666 E F0(belo)3.666 E(w)-.25 E(under)108 648 Q F3 .478(SHELL B)2.978 F
-(UIL)-.09 E .478(TIN COMMANDS)-.828 F F0 .477(for a description of the)
-2.728 F F1(nocaseglob)2.977 E F0(,)A F1(nullglob)2.977 E F0(,)A F1
-(failglob)2.977 E F0 2.977(,a)C(nd)-2.977 E F1(dotglob)2.977 E F0
-(shell options.)108 660 Q(The)108 676.8 Q F3(GLOBIGNORE)2.63 E F0 .13
-(shell v)2.38 F .131
-(ariable may be used to restrict the set of \214le names matching a)-.25
-F F2(pattern)2.631 E F0 5.131(.I).24 G(f)-5.131 E F3(GLO-)2.631 E
-(BIGNORE)108 688.8 Q F0 2.015(is set, each matching \214le name that al\
-so matches one of the patterns in)4.265 F F3(GLOBIGNORE)4.515 E F0(is)
-4.264 E(remo)108 700.8 Q -.15(ve)-.15 G 2.503(df).15 G .003
-(rom the list of matches.)-2.503 F .003(The \214le names)5.003 F F1 -.63
-(``)2.503 G -.55(.').63 G(')-.08 E F0(and)5.003 E F1 -.63(``)2.503 G(..)
-.63 E -.63('')-.55 G F0 .004(are al)5.633 F -.1(wa)-.1 G .004
-(ys ignored when).1 F F3(GLOBIGNORE)2.504 E F0(is)2.254 E .046
-(set and not null.)108 712.8 R(Ho)5.046 E(we)-.25 E -.15(ve)-.25 G .846
--.4(r, s).15 H(etting).4 E F3(GLOBIGNORE)2.546 E F0 .046
-(to a non-null v)2.296 F .045(alue has the ef)-.25 F .045
-(fect of enabling the)-.25 F F1(dotglob)2.545 E F0 .613
-(shell option, so all other \214le names be)108 724.8 R .614
-(ginning with a)-.15 F F1 -.63(``)3.114 G -.55(.').63 G(')-.08 E F0 .614
-(will match.)5.614 F 2.214 -.8(To g)5.614 H .614(et the old beha).8 F
-.614(vior of ignoring)-.2 F(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E
-(19)199 E 0 Cg EP
+2.065(is printed and the command is not e)108 727.2 R -.15(xe)-.15 G
+4.565(cuted. If).15 F 2.065(the shell option)4.565 F F1(nocaseglob)4.565
+E F0 2.066(is enabled, the match is)4.566 F(GNU Bash-3.1-de)72 768 Q
+-.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965
+(21)-2.5 G(9)-197.965 E 0 Cg EP
 %%Page: 20 20
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E .457(\214le names be)108 84 R .457(ginning with a)-.15 F/F1 10
-/Times-Bold@0 SF -.63(``)2.957 G -.55(.').63 G(')-.08 E F0 2.957(,m)C
-(ak)-2.957 E(e)-.1 E F1 -.63(``)2.957 G(.*').63 E(')-.63 E F0 .457
-(one of the patterns in)5.457 F/F2 9/Times-Bold@0 SF(GLOBIGNORE)2.957 E
-/F3 9/Times-Roman@0 SF(.)A F0(The)4.957 E F1(dotglob)2.956 E F0 .456
-(option is)2.956 F(disabled when)108 96 Q F2(GLOBIGNORE)2.5 E F0
-(is unset.)2.25 E F1 -.1(Pa)108 112.8 S(tter).1 E 2.5(nM)-.15 G(atching)
--2.5 E F0(An)108 129.6 Q 3.138(yc)-.15 G .638(haracter that appears in \
+-.35 E .225(performed without re)108 84 R -.05(ga)-.15 G .225
+(rd to the case of alphabetic characters.).05 F .224
+(When a pattern is used for pathname e)5.224 F(xpan-)-.15 E .428
+(sion, the character)108 96 R/F1 10/Times-Bold@0 SF -.63(``)2.928 G -.55
+(.').63 G(')-.08 E F0 .428(at the start of a name or immediately follo)
+5.428 F .429(wing a slash must be matched e)-.25 F(xplicitly)-.15 E(,)
+-.65 E 1.443(unless the shell option)108 108 R F1(dotglob)3.943 E F0
+1.443(is set.)3.943 F 1.442
+(When matching a pathname, the slash character must al)6.443 F -.1(wa)
+-.1 G 1.442(ys be).1 F .56(matched e)108 120 R(xplicitly)-.15 E 5.56(.I)
+-.65 G 3.06(no)-5.56 G .56(ther cases, the)-3.06 F F1 -.63(``)3.06 G
+-.55(.').63 G(')-.08 E F0 .56(character is not treated specially)5.56 F
+5.56(.S)-.65 G .56(ee the description of)-5.56 F F1(shopt)3.06 E F0
+(belo)108 132 Q 3.596(wu)-.25 G(nder)-3.596 E/F2 9/Times-Bold@0 SF 1.096
+(SHELL B)3.596 F(UIL)-.09 E 1.096(TIN COMMANDS)-.828 F F0 1.096
+(for a description of the)3.346 F F1(nocaseglob)3.596 E F0(,)A F1
+(nullglob)3.596 E F0(,)A F1(failglob)3.595 E F0 3.595(,a)C(nd)-3.595 E
+F1(dotglob)108 144 Q F0(shell options.)2.5 E(The)108 160.8 Q F2
+(GLOBIGNORE)2.63 E F0 .13(shell v)2.38 F .131
+(ariable may be used to restrict the set of \214le names matching a)-.25
+F/F3 10/Times-Italic@0 SF(pattern)2.631 E F0 5.131(.I).24 G(f)-5.131 E
+F2(GLO-)2.631 E(BIGNORE)108 172.8 Q F0 2.015(is set, each matching \214\
+le name that also matches one of the patterns in)4.265 F F2(GLOBIGNORE)
+4.515 E F0(is)4.264 E(remo)108 184.8 Q -.15(ve)-.15 G 2.503(df).15 G
+.003(rom the list of matches.)-2.503 F .003(The \214le names)5.003 F F1
+-.63(``)2.503 G -.55(.').63 G(')-.08 E F0(and)5.003 E F1 -.63(``)2.503 G
+(..).63 E -.63('')-.55 G F0 .004(are al)5.633 F -.1(wa)-.1 G .004
+(ys ignored when).1 F F2(GLOBIGNORE)2.504 E F0(is)2.254 E .046
+(set and not null.)108 196.8 R(Ho)5.046 E(we)-.25 E -.15(ve)-.25 G .846
+-.4(r, s).15 H(etting).4 E F2(GLOBIGNORE)2.546 E F0 .046
+(to a non-null v)2.296 F .045(alue has the ef)-.25 F .045
+(fect of enabling the)-.25 F F1(dotglob)2.545 E F0 .613
+(shell option, so all other \214le names be)108 208.8 R .614
+(ginning with a)-.15 F F1 -.63(``)3.114 G -.55(.').63 G(')-.08 E F0 .614
+(will match.)5.614 F 2.214 -.8(To g)5.614 H .614(et the old beha).8 F
+.614(vior of ignoring)-.2 F .457(\214le names be)108 220.8 R .457
+(ginning with a)-.15 F F1 -.63(``)2.957 G -.55(.').63 G(')-.08 E F0
+2.957(,m)C(ak)-2.957 E(e)-.1 E F1 -.63(``)2.957 G(.*').63 E(')-.63 E F0
+.457(one of the patterns in)5.457 F F2(GLOBIGNORE)2.957 E/F4 9
+/Times-Roman@0 SF(.)A F0(The)4.957 E F1(dotglob)2.956 E F0 .456
+(option is)2.956 F(disabled when)108 232.8 Q F2(GLOBIGNORE)2.5 E F0
+(is unset.)2.25 E F1 -.1(Pa)108 249.6 S(tter).1 E 2.5(nM)-.15 G(atching)
+-2.5 E F0(An)108 266.4 Q 3.138(yc)-.15 G .638(haracter that appears in \
 a pattern, other than the special pattern characters described belo)
--3.138 F 1.938 -.65(w, m)-.25 H(atches).65 E 3.62(itself. The)108 141.6
+-3.138 F 1.938 -.65(w, m)-.25 H(atches).65 E 3.62(itself. The)108 278.4
 R 1.12(NUL character may not occur in a pattern.)3.62 F 3.62(Ab)6.12 G
 1.12(ackslash escapes the follo)-3.62 F 1.12(wing character; the)-.25 F
-.576(escaping backslash is discarded when matching.)108 153.6 R .576
+.576(escaping backslash is discarded when matching.)108 290.4 R .576
 (The special pattern characters must be quoted if the)5.576 F 3.076(ya)
--.15 G(re)-3.076 E(to be matched literally)108 165.6 Q(.)-.65 E
-(The special pattern characters ha)108 182.4 Q .3 -.15(ve t)-.2 H
-(he follo).15 E(wing meanings:)-.25 E F1(*)108 199.2 Q F0(Matches an)31
-E 2.5(ys)-.15 G(tring, including the null string.)-2.5 E F1(?)108 211.2
-Q F0(Matches an)31 E 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E F1
-([...])108 223.2 Q F0 .257(Matches an)21.84 F 2.757(yo)-.15 G .257
+-.15 G(re)-3.076 E(to be matched literally)108 302.4 Q(.)-.65 E
+(The special pattern characters ha)108 319.2 Q .3 -.15(ve t)-.2 H
+(he follo).15 E(wing meanings:)-.25 E F1(*)108 336 Q F0(Matches an)31 E
+2.5(ys)-.15 G(tring, including the null string.)-2.5 E F1(?)108 348 Q F0
+(Matches an)31 E 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E F1([...])
+108 360 Q F0 .257(Matches an)21.84 F 2.757(yo)-.15 G .257
 (ne of the enclosed characters.)-2.757 F 2.757(Ap)5.257 G .257
 (air of characters separated by a h)-2.757 F .256(yphen denotes a)-.05 F
-/F4 10/Times-Italic@0 SF -.15(ra)144 235.2 S(ng).15 E 3.289(ee)-.1 G
-(xpr)-3.489 E(ession)-.37 E F0 3.289(;a)C 1.089 -.15(ny c)-3.289 H .789
+F3 -.15(ra)144 372 S(ng).15 E 3.289(ee)-.1 G(xpr)-3.489 E(ession)-.37 E
+F0 3.289(;a)C 1.089 -.15(ny c)-3.289 H .789
 (haracter that sorts between those tw).15 F 3.289(oc)-.1 G .789
 (haracters, inclusi)-3.289 F -.15(ve)-.25 G 3.29(,u).15 G .79
-(sing the cur)-3.29 F(-)-.2 E .35(rent locale')144 247.2 R 2.85(sc)-.55
-.35(ollating sequence and character set, is matched.)-2.85 F .349
+(sing the cur)-3.29 F(-)-.2 E .35(rent locale')144 384 R 2.85(sc)-.55 G
+.35(ollating sequence and character set, is matched.)-2.85 F .349
 (If the \214rst character follo)5.349 F .349(wing the)-.25 F F1([)2.849
-E F0 .563(is a)144 259.2 R F1(!)3.063 E F0 .563(or a)5.563 F F1(^)3.063
-F0 .564(then an)3.063 F 3.064(yc)-.15 G .564
+E F0 .563(is a)144 396 R F1(!)3.063 E F0 .563(or a)5.563 F F1(^)3.063 E
+F0 .564(then an)3.063 F 3.064(yc)-.15 G .564
 (haracter not enclosed is matched.)-3.064 F .564
-(The sorting order of characters in range)5.564 F -.15(ex)144 271.2 S
+(The sorting order of characters in range)5.564 F -.15(ex)144 408 S
 1.102(pressions is determined by the current locale and the v).15 F
 1.102(alue of the)-.25 F F1(LC_COLLA)3.602 E(TE)-.95 E F0 1.102(shell v)
-3.602 F(ari-)-.25 E .088(able, if set.)144 283.2 R(A)5.088 E F1<ad>2.588
-E F0 .088(may be matched by including it as the \214rst or last charact\
-er in the set.)2.588 F(A)5.089 E F1(])2.589 E F0 .089(may be)2.589 F
-(matched by including it as the \214rst character in the set.)144 295.2
-Q -.4(Wi)144 313.2 S(thin).4 E F1([)2.915 E F0(and)2.915 E F1(])2.915 E
-F0(,)A F4 -.15(ch)2.915 G(ar).15 E .415(acter classes)-.15 F F0 .415
-(can be speci\214ed using the syntax)2.915 F F1([:)2.915 E F4(class)A F1
-(:])A F0 2.914(,w)C(here)-2.914 E F4(class)2.914 E F0 .414(is one of)
-2.914 F(the follo)144 325.2 Q
+3.602 F(ari-)-.25 E .088(able, if set.)144 420 R(A)5.088 E F1<ad>2.588 E
+F0 .088(may be matched by including it as the \214rst or last character\
+ in the set.)2.588 F(A)5.089 E F1(])2.589 E F0 .089(may be)2.589 F
+(matched by including it as the \214rst character in the set.)144 432 Q
+-.4(Wi)144 450 S(thin).4 E F1([)2.915 E F0(and)2.915 E F1(])2.915 E F0
+(,)A F3 -.15(ch)2.915 G(ar).15 E .415(acter classes)-.15 F F0 .415
+(can be speci\214ed using the syntax)2.915 F F1([:)2.915 E F3(class)A F1
+(:])A F0 2.914(,w)C(here)-2.914 E F3(class)2.914 E F0 .414(is one of)
+2.914 F(the follo)144 462 Q
 (wing classes de\214ned in the POSIX.2 standard:)-.25 E F1 5.421
-(alnum alpha ascii blank cntrl digit graph lo)144 337.2 R 5.421
-(wer print punct space upper w)-.1 F(ord)-.1 E(xdigit)144 349.2 Q F0
-2.519(Ac)144 361.2 S .019(haracter class matches an)-2.519 F 2.519(yc)
--.15 G .019(haracter belonging to that class.)-2.519 F(The)5.018 E F1
--.1(wo)2.518 G(rd).1 E F0 .018(character class matches)2.518 F
-(letters, digits, and the character _.)144 373.2 Q -.4(Wi)144 391.2 S
-(thin).4 E F1([)3.546 E F0(and)3.546 E F1(])3.546 E F0 3.546(,a)C(n)
--3.546 E F4 1.046(equivalence class)3.546 F F0 1.046
-(can be speci\214ed using the syntax)3.546 F F1([=)3.547 E F4(c)A F1(=])
+(alnum alpha ascii blank cntrl digit graph lo)144 474 R 5.421
+(wer print punct space upper w)-.1 F(ord)-.1 E(xdigit)144 486 Q F0 2.519
+(Ac)144 498 S .019(haracter class matches an)-2.519 F 2.519(yc)-.15 G
+.019(haracter belonging to that class.)-2.519 F(The)5.018 E F1 -.1(wo)
+2.518 G(rd).1 E F0 .018(character class matches)2.518 F
+(letters, digits, and the character _.)144 510 Q -.4(Wi)144 528 S(thin)
+.4 E F1([)3.546 E F0(and)3.546 E F1(])3.546 E F0 3.546(,a)C(n)-3.546 E
+F3 1.046(equivalence class)3.546 F F0 1.046
+(can be speci\214ed using the syntax)3.546 F F1([=)3.547 E F3(c)A F1(=])
 A F0 3.547(,w)C 1.047(hich matches all)-3.547 F(characters with the sam\
 e collation weight \(as de\214ned by the current locale\) as the charac\
-ter)144 403.2 Q F4(c)2.5 E F0(.)A -.4(Wi)144 421.2 S(thin).4 E F1([)2.5
-E F0(and)2.5 E F1(])2.5 E F0 2.5(,t)C(he syntax)-2.5 E F1([.)2.5 E F4
-(symbol)A F1(.])A F0(matches the collating symbol)2.5 E F4(symbol)2.5 E
-F0(.)A .705(If the)108 438 R F1(extglob)3.205 E F0 .705
+ter)144 540 Q F3(c)2.5 E F0(.)A -.4(Wi)144 558 S(thin).4 E F1([)2.5 E F0
+(and)2.5 E F1(])2.5 E F0 2.5(,t)C(he syntax)-2.5 E F1([.)2.5 E F3
+(symbol)A F1(.])A F0(matches the collating symbol)2.5 E F3(symbol)2.5 E
+F0(.)A .705(If the)108 574.8 R F1(extglob)3.205 E F0 .705
 (shell option is enabled using the)3.205 F F1(shopt)3.205 E F0 -.2(bu)
 3.205 G .704(iltin, se).2 F -.15(ve)-.25 G .704(ral e).15 F .704
-(xtended pattern matching operators)-.15 F .255(are recognized.)108 450
-R .255(In the follo)5.255 F .255(wing description, a)-.25 F F4
+(xtended pattern matching operators)-.15 F .255(are recognized.)108
+586.8 R .255(In the follo)5.255 F .255(wing description, a)-.25 F F3
 (pattern-list)2.755 E F0 .255
 (is a list of one or more patterns separated by a)2.755 F F1(|)2.756 E
 F0(.)A(Composite patterns may be formed using one or more of the follo)
-108 462 Q(wing sub-patterns:)-.25 E F1(?\()144 486 Q F4(pattern-list)
-.833 E F1(\)).833 E F0(Matches zero or one occurrence of the gi)180 498
-Q -.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(*\()144 510 Q F4
+108 598.8 Q(wing sub-patterns:)-.25 E F1(?\()144 622.8 Q F3
+(pattern-list).833 E F1(\)).833 E F0
+(Matches zero or one occurrence of the gi)180 634.8 Q -.15(ve)-.25 G 2.5
+(np).15 G(atterns)-2.5 E F1(*\()144 646.8 Q F3(pattern-list).833 E F1
+(\)).833 E F0(Matches zero or more occurrences of the gi)180 658.8 Q
+-.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(+\()144 670.8 Q F3
 (pattern-list).833 E F1(\)).833 E F0
-(Matches zero or more occurrences of the gi)180 522 Q -.15(ve)-.25 G 2.5
-(np).15 G(atterns)-2.5 E F1(+\()144 534 Q F4(pattern-list).833 E F1(\))
-.833 E F0(Matches one or more occurrences of the gi)180 546 Q -.15(ve)
--.25 G 2.5(np).15 G(atterns)-2.5 E F1(@\()144 558 Q F4(pattern-list).833
-E F1(\)).833 E F0(Matches e)180 570 Q(xactly one of the gi)-.15 E -.15
-(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(!\()144 582 Q F4(pattern-list)
-.833 E F1(\)).833 E F0(Matches an)180 594 Q(ything e)-.15 E
+(Matches one or more occurrences of the gi)180 682.8 Q -.15(ve)-.25 G
+2.5(np).15 G(atterns)-2.5 E F1(@\()144 694.8 Q F3(pattern-list).833 E F1
+(\)).833 E F0(Matches one of the gi)180 706.8 Q -.15(ve)-.25 G 2.5(np)
+.15 G(atterns)-2.5 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2)
+.15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(22)-2.5 G(0)-197.965 E 0
+Cg EP
+%%Page: 21 21
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(!\()144 84 Q/F2 10/Times-Italic@0 SF
+(pattern-list).833 E F1(\)).833 E F0(Matches an)180 96 Q(ything e)-.15 E
 (xcept one of the gi)-.15 E -.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E
-F1(Quote Remo)87 610.8 Q -.1(va)-.1 G(l).1 E F0 1.081
-(After the preceding e)108 622.8 R 1.08
+F1(Quote Remo)87 112.8 Q -.1(va)-.1 G(l).1 E F0 1.081
+(After the preceding e)108 124.8 R 1.08
 (xpansions, all unquoted occurrences of the characters)-.15 F F1(\\)3.58
 E F0(,)A F1(')3.58 E F0 3.58(,a)C(nd)-3.58 E F1(")4.413 E F0 1.08
-(that did not result)4.413 F(from one of the abo)108 634.8 Q .3 -.15
-(ve ex)-.15 H(pansions are remo).15 E -.15(ve)-.15 G(d.).15 E/F5 10.95
-/Times-Bold@0 SF(REDIRECTION)72 651.6 Q F0 .545(Before a command is e)
-108 663.6 R -.15(xe)-.15 G .545(cuted, its input and output may be).15 F
-F4 -.37(re)3.045 G(dir).37 E(ected)-.37 E F0 .545
+(that did not result)4.413 F(from one of the abo)108 136.8 Q .3 -.15
+(ve ex)-.15 H(pansions are remo).15 E -.15(ve)-.15 G(d.).15 E/F3 10.95
+/Times-Bold@0 SF(REDIRECTION)72 153.6 Q F0 .545(Before a command is e)
+108 165.6 R -.15(xe)-.15 G .545(cuted, its input and output may be).15 F
+F2 -.37(re)3.045 G(dir).37 E(ected)-.37 E F0 .545
 (using a special notation interpreted)3.815 F .617(by the shell.)108
-675.6 R .617(Redirection may also be used to open and close \214les for\
+177.6 R .617(Redirection may also be used to open and close \214les for\
  the current shell e)5.617 F -.15(xe)-.15 G .616(cution en).15 F(viron-)
--.4 E 3.274(ment. The)108 687.6 R(follo)3.274 E .774
+-.4 E 3.274(ment. The)108 189.6 R(follo)3.274 E .774
 (wing redirection operators may precede or appear an)-.25 F .774
-(ywhere within a)-.15 F F4 .775(simple command)3.615 F F0(or)4.045 E
-(may follo)108 699.6 Q 2.5(wa)-.25 G F4(command)A F0 5(.R).77 G
+(ywhere within a)-.15 F F2 .775(simple command)3.615 F F0(or)4.045 E
+(may follo)108 201.6 Q 2.5(wa)-.25 G F2(command)A F0 5(.R).77 G
 (edirections are processed in the order the)-5 E 2.5(ya)-.15 G(ppear)
 -2.5 E 2.5(,f)-.4 G(rom left to right.)-2.5 E .448(In the follo)108
-716.4 R .447(wing descriptions, if the \214le descriptor number is omit\
+218.4 R .447(wing descriptions, if the \214le descriptor number is omit\
 ted, and the \214rst character of the redirec-)-.25 F .365
-(tion operator is)108 728.4 R F1(<)2.865 E F0 2.865(,t)C .366
+(tion operator is)108 230.4 R F1(<)2.865 E F0 2.865(,t)C .366
 (he redirection refers to the standard input \(\214le descriptor 0\).)
--2.865 F .366(If the \214rst character of the)5.366 F(GNU Bash-3.0)72
-768 Q(2004 Sep 17)149.01 E(20)199 E 0 Cg EP
-%%Page: 21 21
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(redirection operator is)108 84 Q/F1 10/Times-Bold@0 SF(>)2.5 E F0
-2.5(,t)C
+-2.865 F .366(If the \214rst character of the)5.366 F
+(redirection operator is)108 242.4 Q F1(>)2.5 E F0 2.5(,t)C
 (he redirection refers to the standard output \(\214le descriptor 1\).)
--2.5 E .825(The w)108 100.8 R .825(ord follo)-.1 F .824
+-2.5 E .825(The w)108 259.2 R .825(ord follo)-.1 F .824
 (wing the redirection operator in the follo)-.25 F .824
 (wing descriptions, unless otherwise noted, is sub-)-.25 F .772
-(jected to brace e)108 112.8 R .773(xpansion, tilde e)-.15 F .773
+(jected to brace e)108 271.2 R .773(xpansion, tilde e)-.15 F .773
 (xpansion, parameter e)-.15 F .773
 (xpansion, command substitution, arithmetic e)-.15 F(xpan-)-.15 E .844
-(sion, quote remo)108 124.8 R -.25(va)-.15 G .843(l, pathname e).25 F
+(sion, quote remo)108 283.2 R -.25(va)-.15 G .843(l, pathname e).25 F
 .843(xpansion, and w)-.15 F .843(ord splitting.)-.1 F .843(If it e)5.843
 F .843(xpands to more than one w)-.15 F(ord,)-.1 E F1(bash)3.343 E F0
-(reports an error)108 136.8 Q(.)-.55 E
-(Note that the order of redirections is signi\214cant.)108 153.6 Q -.15
-(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 170.4 Q F1(>)2.5
+(reports an error)108 295.2 Q(.)-.55 E
+(Note that the order of redirections is signi\214cant.)108 312 Q -.15
+(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 328.8 Q F1(>)2.5
 E F0(dirlist 2)2.5 E F1(>&)A F0(1)A
-(directs both standard output and standard error to the \214le)108 187.2
-Q/F2 10/Times-Italic@0 SF(dirlist)2.5 E F0 2.5(,w).68 G
-(hile the command)-2.5 E(ls 2)144 204 Q F1(>&)A F0(1)A F1(>)2.5 E F0
-(dirlist)2.5 E .387(directs only the standard output to \214le)108 220.8
-R F2(dirlist)2.887 E F0 2.887(,b).68 G .388(ecause the standard error w)
--2.887 F .388(as duplicated as standard output)-.1 F
-(before the standard output w)108 232.8 Q(as redirected to)-.1 E F2
-(dirlist)2.5 E F0(.).68 E F1(Bash)108 249.6 Q F0 .599(handles se)3.099 F
--.15(ve)-.25 G .599(ral \214lenames specially when the).15 F 3.099(ya)
--.15 G .598(re used in redirections, as described in the follo)-3.099 F
-(wing)-.25 E(table:)108 261.6 Q F1(/de)144 278.4 Q(v/fd/)-.15 E F2(fd)A
-F0(If)180 290.4 Q F2(fd)2.5 E F0(is a v)2.5 E(alid inte)-.25 E(ger)-.15
-E 2.5<2c8c>-.4 G(le descriptor)-2.5 E F2(fd)2.5 E F0(is duplicated.)2.5
-E F1(/de)144 302.4 Q(v/stdin)-.15 E F0(File descriptor 0 is duplicated.)
-180 314.4 Q F1(/de)144 326.4 Q(v/stdout)-.15 E F0
-(File descriptor 1 is duplicated.)180 338.4 Q F1(/de)144 350.4 Q
-(v/stderr)-.15 E F0(File descriptor 2 is duplicated.)180 362.4 Q F1(/de)
-144 374.4 Q(v/tcp/)-.15 E F2(host)A F1(/)A F2(port)A F0(If)180 386.4 Q
+(directs both standard output and standard error to the \214le)108 345.6
+Q F2(dirlist)2.5 E F0 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144
+362.4 Q F1(>&)A F0(1)A F1(>)2.5 E F0(dirlist)2.5 E .387
+(directs only the standard output to \214le)108 379.2 R F2(dirlist)2.887
+E F0 2.887(,b).68 G .388(ecause the standard error w)-2.887 F .388
+(as duplicated as standard output)-.1 F(before the standard output w)108
+391.2 Q(as redirected to)-.1 E F2(dirlist)2.5 E F0(.).68 E F1(Bash)108
+408 Q F0 .599(handles se)3.099 F -.15(ve)-.25 G .599
+(ral \214lenames specially when the).15 F 3.099(ya)-.15 G .598
+(re used in redirections, as described in the follo)-3.099 F(wing)-.25 E
+(table:)108 420 Q F1(/de)144 436.8 Q(v/fd/)-.15 E F2(fd)A F0(If)180
+448.8 Q F2(fd)2.5 E F0(is a v)2.5 E(alid inte)-.25 E(ger)-.15 E 2.5
+<2c8c>-.4 G(le descriptor)-2.5 E F2(fd)2.5 E F0(is duplicated.)2.5 E F1
+(/de)144 460.8 Q(v/stdin)-.15 E F0(File descriptor 0 is duplicated.)180
+472.8 Q F1(/de)144 484.8 Q(v/stdout)-.15 E F0
+(File descriptor 1 is duplicated.)180 496.8 Q F1(/de)144 508.8 Q
+(v/stderr)-.15 E F0(File descriptor 2 is duplicated.)180 520.8 Q F1(/de)
+144 532.8 Q(v/tcp/)-.15 E F2(host)A F1(/)A F2(port)A F0(If)180 544.8 Q
 F2(host)2.996 E F0 .496(is a v)2.996 F .496
 (alid hostname or Internet address, and)-.25 F F2(port)2.997 E F0 .497
 (is an inte)2.997 F .497(ger port number or ser)-.15 F(-)-.2 E
-(vice name,)180 398.4 Q F1(bash)2.5 E F0
+(vice name,)180 556.8 Q F1(bash)2.5 E F0
 (attempts to open a TCP connection to the corresponding sock)2.5 E(et.)
--.1 E F1(/de)144 410.4 Q(v/udp/)-.15 E F2(host)A F1(/)A F2(port)A F0(If)
-180 422.4 Q F2(host)2.997 E F0 .497(is a v)2.997 F .497
+-.1 E F1(/de)144 568.8 Q(v/udp/)-.15 E F2(host)A F1(/)A F2(port)A F0(If)
+180 580.8 Q F2(host)2.997 E F0 .497(is a v)2.997 F .497
 (alid hostname or Internet address, and)-.25 F F2(port)2.996 E F0 .496
 (is an inte)2.996 F .496(ger port number or ser)-.15 F(-)-.2 E
-(vice name,)180 434.4 Q F1(bash)2.5 E F0
+(vice name,)180 592.8 Q F1(bash)2.5 E F0
 (attempts to open a UDP connection to the corresponding sock)2.5 E(et.)
--.1 E 2.5(Af)108 451.2 S
+-.1 E 2.5(Af)108 609.6 S
 (ailure to open or create a \214le causes the redirection to f)-2.6 E
-(ail.)-.1 E F1(Redir)87 468 Q(ecting Input)-.18 E F0 .391
+(ail.)-.1 E .946(Redirections using \214le descriptors greater than 9 s\
+hould be used with care, as the)108 626.4 R 3.447(ym)-.15 G .947
+(ay con\215ict with \214le)-3.447 F
+(descriptors the shell uses internally)108 638.4 Q(.)-.65 E F1(Redir)87
+655.2 Q(ecting Input)-.18 E F0 .391
 (Redirection of input causes the \214le whose name results from the e)
-108 480 R .391(xpansion of)-.15 F F2(wor)3.231 E(d)-.37 E F0 .391
-(to be opened for read-)3.661 F(ing on \214le descriptor)108 492 Q F2(n)
-2.5 E F0 2.5(,o).24 G 2.5(rt)-2.5 G
+108 667.2 R .391(xpansion of)-.15 F F2(wor)3.231 E(d)-.37 E F0 .391
+(to be opened for read-)3.661 F(ing on \214le descriptor)108 679.2 Q F2
+(n)2.5 E F0 2.5(,o).24 G 2.5(rt)-2.5 G
 (he standard input \(\214le descriptor 0\) if)-2.5 E F2(n)2.86 E F0
 (is not speci\214ed.)2.74 E
-(The general format for redirecting input is:)108 508.8 Q([)144 525.6 Q
-F2(n)A F0(])A F1(<)A F2(wor)A(d)-.37 E F1(Redir)87 542.4 Q
-(ecting Output)-.18 E F0 .175
+(The general format for redirecting input is:)108 696 Q([)144 712.8 Q F2
+(n)A F0(])A F1(<)A F2(wor)A(d)-.37 E F0(GNU Bash-3.1-de)72 768 Q -.15
+(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(22)
+-2.5 G(1)-197.965 E 0 Cg EP
+%%Page: 22 22
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(Redir)87 84 Q(ecting Output)-.18 E F0 .174
 (Redirection of output causes the \214le whose name results from the e)
-108 554.4 R .174(xpansion of)-.15 F F2(wor)3.014 E(d)-.37 E F0 .174
-(to be opened for writ-)3.444 F .824(ing on \214le descriptor)108 566.4
-R F2(n)3.324 E F0 3.324(,o).24 G 3.324(rt)-3.324 G .824
-(he standard output \(\214le descriptor 1\) if)-3.324 F F2(n)3.684 E F0
-.824(is not speci\214ed.)3.564 F .825(If the \214le does not)5.825 F
--.15(ex)108 578.4 S(ist it is created; if it does e).15 E
+108 96 R .175(xpansion of)-.15 F/F2 10/Times-Italic@0 SF(wor)3.015 E(d)
+-.37 E F0 .175(to be opened for writ-)3.445 F .825
+(ing on \214le descriptor)108 108 R F2(n)3.325 E F0 3.325(,o).24 G 3.325
+(rt)-3.325 G .824(he standard output \(\214le descriptor 1\) if)-3.325 F
+F2(n)3.684 E F0 .824(is not speci\214ed.)3.564 F .824
+(If the \214le does not)5.824 F -.15(ex)108 120 S
+(ist it is created; if it does e).15 E
 (xist it is truncated to zero size.)-.15 E
-(The general format for redirecting output is:)108 595.2 Q([)144 612 Q
-F2(n)A F0(])A F1(>)A F2(wor)A(d)-.37 E F0 .155
-(If the redirection operator is)108 628.8 R F1(>)2.655 E F0 2.655(,a)C
-.155(nd the)-2.655 F F1(noclob)2.655 E(ber)-.1 E F0 .154(option to the)
-2.654 F F1(set)2.654 E F0 -.2(bu)2.654 G .154
-(iltin has been enabled, the redirection).2 F .076(will f)108 640.8 R
+(The general format for redirecting output is:)108 136.8 Q([)144 153.6 Q
+F2(n)A F0(])A F1(>)A F2(wor)A(d)-.37 E F0 .154
+(If the redirection operator is)108 170.4 R F1(>)2.654 E F0 2.654(,a)C
+.154(nd the)-2.654 F F1(noclob)2.654 E(ber)-.1 E F0 .154(option to the)
+2.654 F F1(set)2.655 E F0 -.2(bu)2.655 G .155
+(iltin has been enabled, the redirection).2 F .077(will f)108 182.4 R
 .076(ail if the \214le whose name results from the e)-.1 F .076
 (xpansion of)-.15 F F2(wor)2.576 E(d)-.37 E F0 -.15(ex)2.576 G .076
-(ists and is a re).15 F .077(gular \214le.)-.15 F .077(If the redirec-)
-5.077 F .548(tion operator is)108 652.8 R F1(>|)3.048 E F0 3.048(,o)C
-3.048(rt)-3.048 G .548(he redirection operator is)-3.048 F F1(>)3.047 E
-F0 .547(and the)3.047 F F1(noclob)3.047 E(ber)-.1 E F0 .547
-(option to the)3.047 F F1(set)3.047 E F0 -.2(bu)3.047 G .547
+(ists and is a re).15 F .076(gular \214le.)-.15 F .076(If the redirec-)
+5.076 F .547(tion operator is)108 194.4 R F1(>|)3.047 E F0 3.047(,o)C
+3.047(rt)-3.047 G .547(he redirection operator is)-3.047 F F1(>)3.047 E
+F0 .547(and the)3.047 F F1(noclob)3.047 E(ber)-.1 E F0 .548
+(option to the)3.048 F F1(set)3.048 E F0 -.2(bu)3.048 G .548
 (iltin command is).2 F(not enabled, the redirection is attempted e)108
-664.8 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by)
+206.4 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by)
 -2.5 E F2(wor)2.5 E(d)-.37 E F0 -.15(ex)2.5 G(ists.).15 E F1 -.25(Ap)87
-681.6 S(pending Redir).25 E(ected Output)-.18 E F0 .641
-(Redirection of output in this f)108 693.6 R .642
-(ashion causes the \214le whose name results from the e)-.1 F .642
-(xpansion of)-.15 F F2(wor)3.482 E(d)-.37 E F0 .642(to be)3.912 F .474
-(opened for appending on \214le descriptor)108 705.6 R F2(n)2.974 E F0
+223.2 S(pending Redir).25 E(ected Output)-.18 E F0 .642
+(Redirection of output in this f)108 235.2 R .642
+(ashion causes the \214le whose name results from the e)-.1 F .641
+(xpansion of)-.15 F F2(wor)3.481 E(d)-.37 E F0 .641(to be)3.911 F .473
+(opened for appending on \214le descriptor)108 247.2 R F2(n)2.973 E F0
 2.974(,o).24 G 2.974(rt)-2.974 G .474
-(he standard output \(\214le descriptor 1\) if)-2.974 F F2(n)3.333 E F0
-.473(is not speci\214ed.)3.213 F(If)5.473 E(the \214le does not e)108
-717.6 Q(xist it is created.)-.15 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)
-149.01 E(21)199 E 0 Cg EP
-%%Page: 22 22
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(The general format for appending output is:)108 84 Q([)144 100.8
-Q/F1 10/Times-Italic@0 SF(n)A F0(])A/F2 10/Times-Bold@0 SF(>>)A F1(wor)A
-(d)-.37 E F2(Redir)87 122.4 Q(ecting Standard Output and Standard Err)
--.18 E(or)-.18 E(Bash)108 134.4 Q F0(allo)3.141 E .642(ws both the stan\
-dard output \(\214le descriptor 1\) and the standard error output \(\
-\214le descriptor 2\) to)-.25 F
-(be redirected to the \214le whose name is the e)108 146.4 Q
-(xpansion of)-.15 E F1(wor)2.84 E(d)-.37 E F0(with this construct.)3.27
-E(There are tw)108 163.2 Q 2.5(of)-.1 G
-(ormats for redirecting standard output and standard error:)-2.5 E F2
-(&>)144 180 Q F1(wor)A(d)-.37 E F0(and)108 192 Q F2(>&)144 204 Q F1(wor)
-A(d)-.37 E F0(Of the tw)108 220.8 Q 2.5(of)-.1 G
+(he standard output \(\214le descriptor 1\) if)-2.974 F F2(n)3.334 E F0
+.474(is not speci\214ed.)3.214 F(If)5.474 E(the \214le does not e)108
+259.2 Q(xist it is created.)-.15 E
+(The general format for appending output is:)108 276 Q([)144 292.8 Q F2
+(n)A F0(])A F1(>>)A F2(wor)A(d)-.37 E F1(Redir)87 314.4 Q
+(ecting Standard Output and Standard Err)-.18 E(or)-.18 E(Bash)108 326.4
+Q F0(allo)3.142 E .642(ws both the standard output \(\214le descriptor \
+1\) and the standard error output \(\214le descriptor 2\) to)-.25 F
+(be redirected to the \214le whose name is the e)108 338.4 Q
+(xpansion of)-.15 E F2(wor)2.84 E(d)-.37 E F0(with this construct.)3.27
+E(There are tw)108 355.2 Q 2.5(of)-.1 G
+(ormats for redirecting standard output and standard error:)-2.5 E F1
+(&>)144 372 Q F2(wor)A(d)-.37 E F0(and)108 384 Q F1(>&)144 396 Q F2(wor)
+A(d)-.37 E F0(Of the tw)108 412.8 Q 2.5(of)-.1 G
 (orms, the \214rst is preferred.)-2.5 E(This is semantically equi)5 E
--.25(va)-.25 G(lent to).25 E F2(>)144 237.6 Q F1(wor)A(d)-.37 E F0(2)2.5
-E F2(>&)A F0(1)A F2(Her)87 254.4 Q 2.5(eD)-.18 G(ocuments)-2.5 E F0 .33
+-.25(va)-.25 G(lent to).25 E F1(>)144 429.6 Q F2(wor)A(d)-.37 E F0(2)2.5
+E F1(>&)A F0(1)A F1(Her)87 446.4 Q 2.5(eD)-.18 G(ocuments)-2.5 E F0 .33
 (This type of redirection instructs the shell to read input from the cu\
-rrent source until a line containing only)108 266.4 R F1(wor)108.34
-278.4 Q(d)-.37 E F0 .683(\(with no trailing blanks\) is seen.)3.953 F
+rrent source until a line containing only)108 458.4 R F2(wor)108.34
+470.4 Q(d)-.37 E F0 .684(\(with no trailing blanks\) is seen.)3.954 F
 .684
 (All of the lines read up to that point are then used as the standard)
-5.684 F(input for a command.)108 290.4 Q
-(The format of here-documents is:)108 307.2 Q F2(<<)144 324 Q F0([)A F2
-<ad>A F0(])A F1(wor)A(d)-.37 E(her)164 336 Q(e-document)-.37 E
-(delimiter)144 348 Q F0 .128(No parameter e)108 364.8 R .127
+5.684 F(input for a command.)108 482.4 Q
+(The format of here-documents is:)108 499.2 Q F1(<<)144 516 Q F0([)A F1
+<ad>A F0(])A F2(wor)A(d)-.37 E(her)164 528 Q(e-document)-.37 E
+(delimiter)144 540 Q F0 .127(No parameter e)108 556.8 R .127
 (xpansion, command substitution, arithmetic e)-.15 F .127
-(xpansion, or pathname e)-.15 F .127(xpansion is performed)-.15 F(on)108
-376.8 Q F1(wor)3.274 E(d)-.37 E F0 5.774(.I).77 G 3.274(fa)-5.774 G
-1.074 -.15(ny c)-3.274 H .774(haracters in).15 F F1(wor)3.614 E(d)-.37 E
-F0 .774(are quoted, the)4.044 F F1(delimiter)3.624 E F0 .774
-(is the result of quote remo)4.004 F -.25(va)-.15 G 3.275(lo).25 G(n)
--3.275 E F1(wor)3.275 E(d)-.37 E F0 3.275(,a).77 G(nd)-3.275 E .905
-(the lines in the here-document are not e)108 388.8 R 3.405(xpanded. If)
--.15 F F1(wor)3.405 E(d)-.37 E F0 .904
-(is unquoted, all lines of the here-document are)3.405 F .694
-(subjected to parameter e)108 400.8 R .695
-(xpansion, command substitution, and arithmetic e)-.15 F 3.195
-(xpansion. In)-.15 F .695(the latter case, the)3.195 F
-(character sequence)108 412.8 Q F2(\\<newline>)2.5 E F0(is ignored, and)
-2.5 E F2(\\)2.5 E F0(must be used to quote the characters)2.5 E F2(\\)
-2.5 E F0(,)A F2($)2.5 E F0 2.5(,a)C(nd)-2.5 E F2(`)2.5 E F0(.)A .602
-(If the redirection operator is)108 429.6 R F2(<<\255)3.101 E F0 3.101
+(xpansion, or pathname e)-.15 F .128(xpansion is performed)-.15 F(on)108
+568.8 Q F2(wor)3.275 E(d)-.37 E F0 5.775(.I).77 G 3.275(fa)-5.775 G
+1.075 -.15(ny c)-3.275 H .774(haracters in).15 F F2(wor)3.614 E(d)-.37 E
+F0 .774(are quoted, the)4.044 F F2(delimiter)3.624 E F0 .774
+(is the result of quote remo)4.004 F -.25(va)-.15 G 3.274(lo).25 G(n)
+-3.274 E F2(wor)3.274 E(d)-.37 E F0 3.274(,a).77 G(nd)-3.274 E .904
+(the lines in the here-document are not e)108 580.8 R 3.405(xpanded. If)
+-.15 F F2(wor)3.405 E(d)-.37 E F0 .905
+(is unquoted, all lines of the here-document are)3.405 F .695
+(subjected to parameter e)108 592.8 R .695
+(xpansion, command substitution, and arithmetic e)-.15 F 3.194
+(xpansion. In)-.15 F .694(the latter case, the)3.194 F
+(character sequence)108 604.8 Q F1(\\<newline>)2.5 E F0(is ignored, and)
+2.5 E F1(\\)2.5 E F0(must be used to quote the characters)2.5 E F1(\\)
+2.5 E F0(,)A F1($)2.5 E F0 2.5(,a)C(nd)-2.5 E F1(`)2.5 E F0(.)A .601
+(If the redirection operator is)108 621.6 R F1(<<\255)3.101 E F0 3.101
 (,t)C .601(hen all leading tab characters are stripped from input lines\
- and the line)-3.101 F(containing)108 441.6 Q F1(delimiter)2.5 E F0 5
+ and the line)-3.101 F(containing)108 633.6 Q F2(delimiter)2.5 E F0 5
 (.T).73 G(his allo)-5 E
 (ws here-documents within shell scripts to be indented in a natural f)
--.25 E(ashion.)-.1 E F2(Her)87 458.4 Q 2.5(eS)-.18 G(trings)-2.5 E F0
-2.5(Av)108 470.4 S(ariant of here documents, the format is:)-2.75 E F2
-(<<<)144 487.2 Q F1(wor)A(d)-.37 E F0(The)108 504 Q F1(wor)2.5 E(d)-.37
+-.25 E(ashion.)-.1 E F1(Her)87 650.4 Q 2.5(eS)-.18 G(trings)-2.5 E F0
+2.5(Av)108 662.4 S(ariant of here documents, the format is:)-2.75 E F1
+(<<<)144 679.2 Q F2(wor)A(d)-.37 E F0(The)108 696 Q F2(wor)2.5 E(d)-.37
 E F0(is e)2.5 E
-(xpanded and supplied to the command on its standard input.)-.15 E F2
-(Duplicating File Descriptors)87 520.8 Q F0(The redirection operator)108
-532.8 Q([)144 549.6 Q F1(n)A F0(])A F2(<&)A F1(wor)A(d)-.37 E F0 .126
-(is used to duplicate input \214le descriptors.)108 566.4 R(If)5.127 E
-F1(wor)2.967 E(d)-.37 E F0 -.15(ex)3.397 G .127
-(pands to one or more digits, the \214le descriptor denoted).15 F(by)108
-578.4 Q F1(n)3.318 E F0 .458(is made to be a cop)3.198 F 2.958(yo)-.1 G
-2.958(ft)-2.958 G .457(hat \214le descriptor)-2.958 F 5.457(.I)-.55 G
-2.957(ft)-5.457 G .457(he digits in)-2.957 F F1(wor)3.297 E(d)-.37 E F0
-.457(do not specify a \214le descriptor open)3.727 F .149
-(for input, a redirection error occurs.)108 590.4 R(If)5.149 E F1(wor)
-2.989 E(d)-.37 E F0 -.25(eva)3.419 G .149(luates to).25 F F2<ad>2.649 E
-F0 2.65<2c8c>C .15(le descriptor)-2.65 F F1(n)3.01 E F0 .15(is closed.)
-2.89 F(If)5.15 E F1(n)3.01 E F0 .15(is not speci\214ed,)2.89 F
-(the standard input \(\214le descriptor 0\) is used.)108 602.4 Q
-(The operator)108 619.2 Q([)144 636 Q F1(n)A F0(])A F2(>&)A F1(wor)A(d)
--.37 E F0 .444
-(is used similarly to duplicate output \214le descriptors.)108 652.8 R
-(If)5.444 E F1(n)3.304 E F0 .443
-(is not speci\214ed, the standard output \(\214le descrip-)3.183 F 1.357
-(tor 1\) is used.)108 664.8 R 1.357(If the digits in)6.357 F F1(wor)
-4.197 E(d)-.37 E F0 1.358(do not specify a \214le descriptor open for o\
-utput, a redirection error)4.627 F 2.597(occurs. As)108 676.8 R 2.597
-(as)2.597 G .097(pecial case, if)-2.597 F F1(n)2.596 E F0 .096
-(is omitted, and)2.596 F F1(wor)2.596 E(d)-.37 E F0 .096(does not e)
-2.596 F .096(xpand to one or more digits, the standard out-)-.15 F
-(put and standard error are redirected as described pre)108 688.8 Q
-(viously)-.25 E(.)-.65 E F2(Mo)87 705.6 Q(ving File Descriptors)-.1 E F0
-(The redirection operator)108 717.6 Q(GNU Bash-3.0)72 768 Q(2004 Sep 17)
-149.01 E(22)199 E 0 Cg EP
+(xpanded and supplied to the command on its standard input.)-.15 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(22)-2.5 G(2)-197.965 E 0 Cg EP
 %%Page: 23 23
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E([)144 84 Q/F1 10/Times-Italic@0 SF(n)A F0(])A/F2 10/Times-Bold@0
-SF(<&)A F1(digit)A F2<ad>A F0(mo)108 100.8 Q -.15(ve)-.15 G 3.035(st).15
-G .535(he \214le descriptor)-3.035 F F1(digit)3.035 E F0 .535
-(to \214le descriptor)3.035 F F1(n)3.035 E F0 3.035(,o).24 G 3.035(rt)
--3.035 G .536(he standard input \(\214le descriptor 0\) if)-3.035 F F1
-(n)3.036 E F0 .536(is not speci-)3.036 F(\214ed.)108 112.8 Q F1(digit)5
-E F0(is closed after being duplicated to)2.5 E F1(n)2.5 E F0(.)A
-(Similarly)108 129.6 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)
-144 146.4 Q F1(n)A F0(])A F2(>&)A F1(digit)A F2<ad>A F0(mo)108 163.2 Q
--.15(ve)-.15 G 2.786(st).15 G .286(he \214le descriptor)-2.786 F F1
-(digit)2.786 E F0 .286(to \214le descriptor)2.786 F F1(n)2.786 E F0
-2.786(,o).24 G 2.786(rt)-2.786 G .285
-(he standard output \(\214le descriptor 1\) if)-2.786 F F1(n)2.785 E F0
-.285(is not speci-)2.785 F(\214ed.)108 175.2 Q F2
-(Opening File Descriptors f)87 192 Q(or Reading and Writing)-.25 E F0
-(The redirection operator)108 204 Q([)144 220.8 Q F1(n)A F0(])A F2(<>)A
-F1(wor)A(d)-.37 E F0 1.349(causes the \214le whose name is the e)108
-237.6 R 1.349(xpansion of)-.15 F F1(wor)4.189 E(d)-.37 E F0 1.349
+-.35 E/F1 10/Times-Bold@0 SF(Duplicating File Descriptors)87 84 Q F0
+(The redirection operator)108 96 Q([)144 112.8 Q/F2 10/Times-Italic@0 SF
+(n)A F0(])A F1(<&)A F2(wor)A(d)-.37 E F0 .127
+(is used to duplicate input \214le descriptors.)108 129.6 R(If)5.127 E
+F2(wor)2.967 E(d)-.37 E F0 -.15(ex)3.397 G .126
+(pands to one or more digits, the \214le descriptor denoted).15 F(by)108
+141.6 Q F2(n)3.317 E F0 .457(is made to be a cop)3.197 F 2.957(yo)-.1 G
+2.957(ft)-2.957 G .457(hat \214le descriptor)-2.957 F 5.457(.I)-.55 G
+2.957(ft)-5.457 G .457(he digits in)-2.957 F F2(wor)3.298 E(d)-.37 E F0
+.458(do not specify a \214le descriptor open)3.728 F .15
+(for input, a redirection error occurs.)108 153.6 R(If)5.15 E F2(wor)
+2.99 E(d)-.37 E F0 -.25(eva)3.42 G .15(luates to).25 F F1<ad>2.65 E F0
+2.649<2c8c>C .149(le descriptor)-2.649 F F2(n)3.009 E F0 .149
+(is closed.)2.889 F(If)5.149 E F2(n)3.009 E F0 .149(is not speci\214ed,)
+2.889 F(the standard input \(\214le descriptor 0\) is used.)108 165.6 Q
+(The operator)108 182.4 Q([)144 199.2 Q F2(n)A F0(])A F1(>&)A F2(wor)A
+(d)-.37 E F0 .443
+(is used similarly to duplicate output \214le descriptors.)108 216 R(If)
+5.443 E F2(n)3.304 E F0 .444
+(is not speci\214ed, the standard output \(\214le descrip-)3.184 F 1.358
+(tor 1\) is used.)108 228 R 1.358(If the digits in)6.358 F F2(wor)4.198
+E(d)-.37 E F0 1.357(do not specify a \214le descriptor open for output,\
+ a redirection error)4.628 F 2.596(occurs. As)108 240 R 2.596(as)2.596 G
+.096(pecial case, if)-2.596 F F2(n)2.596 E F0 .096(is omitted, and)2.596
+F F2(wor)2.596 E(d)-.37 E F0 .096(does not e)2.596 F .096
+(xpand to one or more digits, the standard out-)-.15 F
+(put and standard error are redirected as described pre)108 252 Q
+(viously)-.25 E(.)-.65 E F1(Mo)87 268.8 Q(ving File Descriptors)-.1 E F0
+(The redirection operator)108 280.8 Q([)144 297.6 Q F2(n)A F0(])A F1(<&)
+A F2(digit)A F1<ad>A F0(mo)108 314.4 Q -.15(ve)-.15 G 3.036(st).15 G
+.536(he \214le descriptor)-3.036 F F2(digit)3.036 E F0 .536
+(to \214le descriptor)3.036 F F2(n)3.036 E F0 3.036(,o).24 G 3.036(rt)
+-3.036 G .535(he standard input \(\214le descriptor 0\) if)-3.036 F F2
+(n)3.035 E F0 .535(is not speci-)3.035 F(\214ed.)108 326.4 Q F2(digit)5
+E F0(is closed after being duplicated to)2.5 E F2(n)2.5 E F0(.)A
+(Similarly)108 343.2 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)
+144 360 Q F2(n)A F0(])A F1(>&)A F2(digit)A F1<ad>A F0(mo)108 376.8 Q
+-.15(ve)-.15 G 2.785(st).15 G .285(he \214le descriptor)-2.785 F F2
+(digit)2.785 E F0 .285(to \214le descriptor)2.785 F F2(n)2.785 E F0
+2.785(,o).24 G 2.785(rt)-2.785 G .286
+(he standard output \(\214le descriptor 1\) if)-2.785 F F2(n)2.786 E F0
+.286(is not speci-)2.786 F(\214ed.)108 388.8 Q F1
+(Opening File Descriptors f)87 405.6 Q(or Reading and Writing)-.25 E F0
+(The redirection operator)108 417.6 Q([)144 434.4 Q F2(n)A F0(])A F1(<>)
+A F2(wor)A(d)-.37 E F0 1.349(causes the \214le whose name is the e)108
+451.2 R 1.349(xpansion of)-.15 F F2(wor)4.189 E(d)-.37 E F0 1.349
 (to be opened for both reading and writing on \214le)4.619 F(descriptor)
-108 249.6 Q F1(n)2.5 E F0 2.5(,o).24 G 2.5(ro)-2.5 G 2.5<6e8c>-2.5 G
-(le descriptor 0 if)-2.5 E F1(n)2.86 E F0(is not speci\214ed.)2.74 E
+108 463.2 Q F2(n)2.5 E F0 2.5(,o).24 G 2.5(ro)-2.5 G 2.5<6e8c>-2.5 G
+(le descriptor 0 if)-2.5 E F2(n)2.86 E F0(is not speci\214ed.)2.74 E
 (If the \214le does not e)5 E(xist, it is created.)-.15 E/F3 10.95
-/Times-Bold@0 SF(ALIASES)72 266.4 Q F1(Aliases)108 278.4 Q F0(allo)3.174
-E 3.174(was)-.25 G .674(tring to be substituted for a w)-3.174 F .674
-(ord when it is used as the \214rst w)-.1 F .673
+/Times-Bold@0 SF(ALIASES)72 480 Q F2(Aliases)108 492 Q F0(allo)3.173 E
+3.173(was)-.25 G .674(tring to be substituted for a w)-3.173 F .674
+(ord when it is used as the \214rst w)-.1 F .674
 (ord of a simple command.)-.1 F .394(The shell maintains a list of alia\
-ses that may be set and unset with the)108 290.4 R F2(alias)2.894 E F0
-(and)2.894 E F2(unalias)2.894 E F0 -.2(bu)2.894 G .394(iltin commands).2
-F(\(see)108 302.4 Q/F4 9/Times-Bold@0 SF 1.98(SHELL B)4.48 F(UIL)-.09 E
-1.98(TIN COMMANDS)-.828 F F0(belo)4.23 E 4.48(w\). The)-.25 F 1.98
-(\214rst w)4.48 F 1.979(ord of each simple command, if unquoted, is)-.1
-F(check)108 314.4 Q .472(ed to see if it has an alias.)-.1 F .472
-(If so, that w)5.472 F .473(ord is replaced by the te)-.1 F .473
-(xt of the alias.)-.15 F .473(The characters)5.473 F F2(/)2.973 E F0(,)A
-F2($)2.973 E F0(,)A F2(`)2.973 E F0(,)A(and)108 326.4 Q F2(=)3.612 E F0
-1.112(and an)3.612 F 3.612(yo)-.15 G 3.612(ft)-3.612 G 1.112(he shell)
--3.612 F F1(metac)3.612 E(har)-.15 E(acter)-.15 E(s)-.1 E F0 1.112
-(or quoting characters listed abo)3.612 F 1.411 -.15(ve m)-.15 H 1.111
-(ay not appear in an alias).15 F 3.619(name. The)108 338.4 R 1.119
-(replacement te)3.619 F 1.119(xt may contain an)-.15 F 3.619(yv)-.15 G
-1.119(alid shell input, including shell metacharacters.)-3.869 F 1.12
-(The \214rst)6.12 F -.1(wo)108 350.4 S .514(rd of the replacement te).1
-F .514(xt is tested for aliases, b)-.15 F .514(ut a w)-.2 F .513
-(ord that is identical to an alias being e)-.1 F .513(xpanded is)-.15 F
-.295(not e)108 362.4 R .295(xpanded a second time.)-.15 F .296
-(This means that one may alias)5.295 F F2(ls)2.796 E F0(to)2.796 E F2
-.296(ls \255F)2.796 F F0 2.796(,f)C .296(or instance, and)-2.796 F F2
-(bash)2.796 E F0 .296(does not try)2.796 F .543(to recursi)108 374.4 R
--.15(ve)-.25 G .543(ly e).15 F .543(xpand the replacement te)-.15 F
-3.043(xt. If)-.15 F .543(the last character of the alias v)3.043 F .542
-(alue is a)-.25 F F1(blank)3.042 E F0 3.042(,t).67 G .542(hen the ne)
--3.042 F(xt)-.15 E(command w)108 386.4 Q(ord follo)-.1 E
+ses that may be set and unset with the)108 504 R F1(alias)2.893 E F0
+(and)2.893 E F1(unalias)2.893 E F0 -.2(bu)2.893 G .393(iltin commands).2
+F(\(see)108 516 Q/F4 9/Times-Bold@0 SF 1.979(SHELL B)4.479 F(UIL)-.09 E
+1.979(TIN COMMANDS)-.828 F F0(belo)4.229 E 4.48(w\). The)-.25 F 1.98
+(\214rst w)4.48 F 1.98(ord of each simple command, if unquoted, is)-.1 F
+(check)108 528 Q .473(ed to see if it has an alias.)-.1 F .473
+(If so, that w)5.473 F .472(ord is replaced by the te)-.1 F .472
+(xt of the alias.)-.15 F .472(The characters)5.472 F F1(/)2.972 E F0(,)A
+F1($)2.972 E F0(,)A F1(`)2.972 E F0(,)A(and)108 540 Q F1(=)3.611 E F0
+1.111(and an)3.611 F 3.611(yo)-.15 G 3.611(ft)-3.611 G 1.111(he shell)
+-3.611 F F2(metac)3.612 E(har)-.15 E(acter)-.15 E(s)-.1 E F0 1.112
+(or quoting characters listed abo)3.612 F 1.412 -.15(ve m)-.15 H 1.112
+(ay not appear in an alias).15 F 3.62(name. The)108 552 R 1.12
+(replacement te)3.62 F 1.119(xt may contain an)-.15 F 3.619(yv)-.15 G
+1.119(alid shell input, including shell metacharacters.)-3.869 F 1.119
+(The \214rst)6.119 F -.1(wo)108 564 S .513(rd of the replacement te).1 F
+.513(xt is tested for aliases, b)-.15 F .513(ut a w)-.2 F .514
+(ord that is identical to an alias being e)-.1 F .514(xpanded is)-.15 F
+.296(not e)108 576 R .296(xpanded a second time.)-.15 F .296
+(This means that one may alias)5.296 F F1(ls)2.796 E F0(to)2.796 E F1
+.296(ls \255F)2.796 F F0 2.796(,f)C .295(or instance, and)-2.796 F F1
+(bash)2.795 E F0 .295(does not try)2.795 F .542(to recursi)108 588 R
+-.15(ve)-.25 G .542(ly e).15 F .542(xpand the replacement te)-.15 F
+3.042(xt. If)-.15 F .543(the last character of the alias v)3.042 F .543
+(alue is a)-.25 F F2(blank)3.043 E F0 3.043(,t).67 G .543(hen the ne)
+-3.043 F(xt)-.15 E(command w)108 600 Q(ord follo)-.1 E
 (wing the alias is also check)-.25 E(ed for alias e)-.1 E(xpansion.)-.15
-E(Aliases are created and listed with the)108 403.2 Q F2(alias)2.5 E F0
-(command, and remo)2.5 E -.15(ve)-.15 G 2.5(dw).15 G(ith the)-2.5 E F2
+E(Aliases are created and listed with the)108 616.8 Q F1(alias)2.5 E F0
+(command, and remo)2.5 E -.15(ve)-.15 G 2.5(dw).15 G(ith the)-2.5 E F1
 (unalias)2.5 E F0(command.)2.5 E .284
-(There is no mechanism for using ar)108 420 R .284
+(There is no mechanism for using ar)108 633.6 R .284
 (guments in the replacement te)-.18 F 2.784(xt. If)-.15 F(ar)2.784 E
 .284(guments are needed, a shell func-)-.18 F(tion should be used \(see)
-108 432 Q F4(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.22
-(Aliases are not e)108 448.8 R 1.22
+108 645.6 Q F4(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.22
+(Aliases are not e)108 662.4 R 1.22
 (xpanded when the shell is not interacti)-.15 F -.15(ve)-.25 G 3.72(,u)
-.15 G 1.22(nless the)-3.72 F F2(expand_aliases)3.72 E F0 1.22
-(shell option is set)3.72 F(using)108 460.8 Q F2(shopt)2.5 E F0
-(\(see the description of)2.5 E F2(shopt)2.5 E F0(under)2.5 E F4
+.15 G 1.22(nless the)-3.72 F F1(expand_aliases)3.72 E F0 1.22
+(shell option is set)3.72 F(using)108 674.4 Q F1(shopt)2.5 E F0
+(\(see the description of)2.5 E F1(shopt)2.5 E F0(under)2.5 E F4
 (SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25
-E .435
+E .436
 (The rules concerning the de\214nition and use of aliases are some)108
-477.6 R .436(what confusing.)-.25 F F2(Bash)5.436 E F0(al)2.936 E -.1
-(wa)-.1 G .436(ys reads at least).1 F .338
-(one complete line of input before e)108 489.6 R -.15(xe)-.15 G .338
+691.2 R .435(what confusing.)-.25 F F1(Bash)5.435 E F0(al)2.935 E -.1
+(wa)-.1 G .435(ys reads at least).1 F .337
+(one complete line of input before e)108 703.2 R -.15(xe)-.15 G .338
 (cuting an).15 F 2.838(yo)-.15 G 2.838(ft)-2.838 G .338
-(he commands on that line.)-2.838 F .337(Aliases are e)5.337 F .337
-(xpanded when)-.15 F 3.403(ac)108 501.6 S .904
-(ommand is read, not when it is e)-3.403 F -.15(xe)-.15 G 3.404
+(he commands on that line.)-2.838 F .338(Aliases are e)5.338 F .338
+(xpanded when)-.15 F 3.404(ac)108 715.2 S .904
+(ommand is read, not when it is e)-3.404 F -.15(xe)-.15 G 3.404
 (cuted. Therefore,).15 F .904
-(an alias de\214nition appearing on the same line as)3.404 F 1.162
-(another command does not tak)108 513.6 R 3.662(ee)-.1 G -.25(ff)-3.662
+(an alias de\214nition appearing on the same line as)3.404 F 1.161
+(another command does not tak)108 727.2 R 3.662(ee)-.1 G -.25(ff)-3.662
 G 1.162(ect until the ne).25 F 1.162(xt line of input is read.)-.15 F
-1.161(The commands follo)6.161 F 1.161(wing the)-.25 F .277
-(alias de\214nition on that line are not af)108 525.6 R .277
+1.162(The commands follo)6.162 F 1.162(wing the)-.25 F(GNU Bash-3.1-de)
+72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(22)-2.5 G(3)-197.965 E 0 Cg EP
+%%Page: 24 24
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E .277(alias de\214nition on that line are not af)108 84 R .277
 (fected by the ne)-.25 F 2.777(wa)-.25 G 2.777(lias. This)-2.777 F(beha)
-2.777 E .277(vior is also an issue when functions)-.2 F .699(are e)108
-537.6 R -.15(xe)-.15 G 3.199(cuted. Aliases).15 F .699(are e)3.199 F
-.699(xpanded when a function de\214nition is read, not when the functio\
-n is e)-.15 F -.15(xe)-.15 G(cuted,).15 E .494
-(because a function de\214nition is itself a compound command.)108 549.6
-R .495(As a consequence, aliases de\214ned in a func-)5.494 F .085
-(tion are not a)108 561.6 R -.25(va)-.2 G .084
+2.777 E .277(vior is also an issue when functions)-.2 F .698(are e)108
+96 R -.15(xe)-.15 G 3.198(cuted. Aliases).15 F .698(are e)3.198 F .699(\
+xpanded when a function de\214nition is read, not when the function is \
+e)-.15 F -.15(xe)-.15 G(cuted,).15 E .495
+(because a function de\214nition is itself a compound command.)108 108 R
+.494(As a consequence, aliases de\214ned in a func-)5.494 F .084
+(tion are not a)108 120 R -.25(va)-.2 G .084
 (ilable until after that function is e).25 F -.15(xe)-.15 G 2.584
 (cuted. T).15 F 2.584(ob)-.8 G 2.584(es)-2.584 G .084(afe, al)-2.584 F
--.1(wa)-.1 G .084(ys put alias de\214nitions on a sepa-).1 F
-(rate line, and do not use)108 573.6 Q F2(alias)2.5 E F0
-(in compound commands.)2.5 E -.15(Fo)108 590.4 S 2.5(ra).15 G(lmost e)
+-.1(wa)-.1 G .085(ys put alias de\214nitions on a sepa-).1 F
+(rate line, and do not use)108 132 Q/F1 10/Times-Bold@0 SF(alias)2.5 E
+F0(in compound commands.)2.5 E -.15(Fo)108 148.8 S 2.5(ra).15 G(lmost e)
 -2.5 E -.15(ve)-.25 G
-(ry purpose, aliases are superseded by shell functions.).15 E F3
-(FUNCTIONS)72 607.2 Q F0 3.467(As)108 619.2 S .967
-(hell function, de\214ned as described abo)-3.467 F 1.267 -.15(ve u)-.15
-H(nder).15 E F4 .967(SHELL GRAMMAR)3.467 F/F5 9/Times-Roman@0 SF(,)A F0
-.968(stores a series of commands for)3.217 F 1.002(later e)108 631.2 R
--.15(xe)-.15 G 3.502(cution. When).15 F 1.002(the name of a shell funct\
-ion is used as a simple command name, the list of com-)3.502 F .315
-(mands associated with that function name is e)108 643.2 R -.15(xe)-.15
-G 2.816(cuted. Functions).15 F .316(are e)2.816 F -.15(xe)-.15 G .316
-(cuted in the conte).15 F .316(xt of the current)-.15 F .036
-(shell; no ne)108 655.2 R 2.536(wp)-.25 G .036
-(rocess is created to interpret them \(contrast this with the e)-2.536 F
--.15(xe)-.15 G .036(cution of a shell script\).).15 F .035(When a)5.035
-F .639(function is e)108 667.2 R -.15(xe)-.15 G .639(cuted, the ar).15 F
+(ry purpose, aliases are superseded by shell functions.).15 E/F2 10.95
+/Times-Bold@0 SF(FUNCTIONS)72 165.6 Q F0 3.468(As)108 177.6 S .968
+(hell function, de\214ned as described abo)-3.468 F 1.267 -.15(ve u)-.15
+H(nder).15 E/F3 9/Times-Bold@0 SF .967(SHELL GRAMMAR)3.467 F/F4 9
+/Times-Roman@0 SF(,)A F0 .967(stores a series of commands for)3.217 F
+1.001(later e)108 189.6 R -.15(xe)-.15 G 3.501(cution. When).15 F 1.002
+(the name of a shell function is used as a simple command name, the lis\
+t of com-)3.501 F .316(mands associated with that function name is e)108
+201.6 R -.15(xe)-.15 G 2.816(cuted. Functions).15 F .316(are e)2.816 F
+-.15(xe)-.15 G .315(cuted in the conte).15 F .315(xt of the current)-.15
+F .035(shell; no ne)108 213.6 R 2.535(wp)-.25 G .036
+(rocess is created to interpret them \(contrast this with the e)-2.535 F
+-.15(xe)-.15 G .036(cution of a shell script\).).15 F .036(When a)5.036
+F .64(function is e)108 225.6 R -.15(xe)-.15 G .64(cuted, the ar).15 F
 .639
 (guments to the function become the positional parameters during its e)
--.18 F -.15(xe)-.15 G(cution.).15 E .533(The special parameter)108 679.2
-R F2(#)3.033 E F0 .532(is updated to re\215ect the change.)3.033 F .532
-(Special parameter 0 is unchanged.)5.532 F .532(The \214rst ele-)5.532 F
-1.017(ment of the)108 691.2 R F4(FUNCN)3.517 E(AME)-.18 E F0 -.25(va)
-3.267 G 1.017
+-.18 F -.15(xe)-.15 G(cution.).15 E .532(The special parameter)108 237.6
+R F1(#)3.032 E F0 .532(is updated to re\215ect the change.)3.032 F .533
+(Special parameter 0 is unchanged.)5.532 F .533(The \214rst ele-)5.533 F
+1.018(ment of the)108 249.6 R F3(FUNCN)3.518 E(AME)-.18 E F0 -.25(va)
+3.268 G 1.017
 (riable is set to the name of the function while the function is e).25 F
--.15(xe)-.15 G 3.518(cuting. All).15 F 1.285
-(other aspects of the shell e)108 703.2 R -.15(xe)-.15 G 1.285
+-.15(xe)-.15 G 3.517(cuting. All).15 F 1.285
+(other aspects of the shell e)108 261.6 R -.15(xe)-.15 G 1.285
 (cution en).15 F 1.285
 (vironment are identical between a function and its caller with the)-.4
-F -.15(ex)108 715.2 S 1.96(ception that the).15 F F4(DEB)4.46 E(UG)-.09
-E F0 1.961(trap \(see the description of the)4.21 F F2(trap)4.461 E F0
--.2(bu)4.461 G 1.961(iltin under).2 F F4 1.961(SHELL B)4.461 F(UIL)-.09
-E 1.961(TIN COM-)-.828 F(MANDS)108 727.2 Q F0(belo)2.343 E .092
+F -.15(ex)108 273.6 S 1.961(ception that the).15 F F3(DEB)4.461 E(UG)
+-.09 E F0 1.961(trap \(see the description of the)4.211 F F1(trap)4.46 E
+F0 -.2(bu)4.46 G 1.96(iltin under).2 F F3 1.96(SHELL B)4.46 F(UIL)-.09 E
+1.96(TIN COM-)-.828 F(MANDS)108 285.6 Q F0(belo)2.342 E .092
 (w\) is not inherited unless the function has been gi)-.25 F -.15(ve)
--.25 G 2.592(nt).15 G(he)-2.592 E F2(trace)2.592 E F0(attrib)2.592 E
-.092(ute \(see the description of)-.2 F(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(23)199 E 0 Cg EP
-%%Page: 24 24
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(the)108 84 Q/F1 9/Times-Bold@0 SF(declar)3.115 E(e)-.162 E F0 -.2
-(bu)2.865 G .615(iltin belo).2 F .615(w\) or the)-.25 F/F2 10
-/Times-Bold@0 SF .616(\255o functrace)3.115 F F0 .616
-(shell option has been enabled with the)3.116 F F2(set)3.116 E F0 -.2
-(bu)3.116 G .616(iltin \(in which).2 F(case all functions inherit the)
-108 96 Q F2(DEB)2.5 E(UG)-.1 E F0(trap\).)2.5 E -1.11(Va)108 112.8 S
-.656(riables local to the function may be declared with the)1.11 F F2
-(local)3.155 E F0 -.2(bu)3.155 G .655(iltin command.).2 F(Ordinarily)
-5.655 E 3.155(,v)-.65 G .655(ariables and)-3.405 F(their v)108 124.8 Q
+-.25 G 2.592(nt).15 G(he)-2.592 E F1(trace)2.592 E F0(attrib)2.592 E
+.092(ute \(see the description of)-.2 F(the)108 297.6 Q F3(declar)3.116
+E(e)-.162 E F0 -.2(bu)2.866 G .616(iltin belo).2 F .616(w\) or the)-.25
+F F1 .616(\255o functrace)3.116 F F0 .616
+(shell option has been enabled with the)3.116 F F1(set)3.115 E F0 -.2
+(bu)3.115 G .615(iltin \(in which).2 F(case all functions inherit the)
+108 309.6 Q F1(DEB)2.5 E(UG)-.1 E F0(trap\).)2.5 E -1.11(Va)108 326.4 S
+.655(riables local to the function may be declared with the)1.11 F F1
+(local)3.155 E F0 -.2(bu)3.156 G .656(iltin command.).2 F(Ordinarily)
+5.656 E 3.156(,v)-.65 G .656(ariables and)-3.406 F(their v)108 338.4 Q
 (alues are shared between the function and its caller)-.25 E(.)-.55 E
-.043(If the b)108 141.6 R .043(uiltin command)-.2 F F2 -.18(re)2.543 G
+.044(If the b)108 355.2 R .043(uiltin command)-.2 F F1 -.18(re)2.543 G
 (tur).18 E(n)-.15 E F0 .043(is e)2.543 F -.15(xe)-.15 G .043
 (cuted in a function, the function completes and e).15 F -.15(xe)-.15 G
-.044(cution resumes with).15 F 1.012(the ne)108 153.6 R 1.012
+.043(cution resumes with).15 F 1.011(the ne)108 367.2 R 1.011
 (xt command after the function call.)-.15 F(An)6.011 E 3.511(yc)-.15 G
-1.011(ommand associated with the)-3.511 F F2(RETURN)3.511 E F0 1.011
-(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E .213(before e)108 165.6 R
--.15(xe)-.15 G .213(cution resumes.).15 F .213
-(When a function completes, the v)5.213 F .214
+1.011(ommand associated with the)-3.511 F F1(RETURN)3.512 E F0 1.012
+(trap is e)3.512 F -.15(xe)-.15 G(cuted).15 E .214(before e)108 379.2 R
+-.15(xe)-.15 G .214(cution resumes.).15 F .213
+(When a function completes, the v)5.214 F .213
 (alues of the positional parameters and the spe-)-.25 F(cial parameter)
-108 177.6 Q F2(#)2.5 E F0(are restored to the v)2.5 E(alues the)-.25 E
+108 391.2 Q F1(#)2.5 E F0(are restored to the v)2.5 E(alues the)-.25 E
 2.5(yh)-.15 G(ad prior to the function')-2.5 E 2.5(se)-.55 G -.15(xe)
--2.65 G(cution.).15 E 1.359
-(Function names and de\214nitions may be listed with the)108 194.4 R F2
-<ad66>3.858 E F0 1.358(option to the)3.858 F F2(declar)3.858 E(e)-.18 E
-F0(or)3.858 E F2(typeset)3.858 E F0 -.2(bu)3.858 G 1.358(iltin com-).2 F
-3.39(mands. The)108 206.4 R F2<ad46>3.39 E F0 .89(option to)3.39 F F2
-(declar)3.39 E(e)-.18 E F0(or)3.39 E F2(typeset)3.39 E F0 .89
+-2.65 G(cution.).15 E 1.358
+(Function names and de\214nitions may be listed with the)108 408 R F1
+<ad66>3.858 E F0 1.358(option to the)3.858 F F1(declar)3.858 E(e)-.18 E
+F0(or)3.859 E F1(typeset)3.859 E F0 -.2(bu)3.859 G 1.359(iltin com-).2 F
+3.39(mands. The)108 420 R F1<ad46>3.39 E F0 .89(option to)3.39 F F1
+(declar)3.39 E(e)-.18 E F0(or)3.39 E F1(typeset)3.39 E F0 .89
 (will list the function names only \(and optionally the source)3.39 F
-.327(\214le and line number)108 218.4 R 2.827(,i)-.4 G 2.827(ft)-2.827 G
-(he)-2.827 E F2(extdeb)2.827 E(ug)-.2 E F0 .326
-(shell option is enabled\).)2.827 F .326(Functions may be e)5.326 F .326
-(xported so that subshells)-.15 F .011(automatically ha)108 230.4 R .311
--.15(ve t)-.2 H .011(hem de\214ned with the).15 F F2<ad66>2.511 E F0
-.011(option to the)2.511 F F2(export)2.511 E F0 -.2(bu)2.511 G 2.511
-(iltin. Note).2 F .012(that shell functions and v)2.511 F(ari-)-.25 E
-.188(ables with the same name may result in multiple identically-named \
-entries in the en)108 242.4 R .187(vironment passed to the)-.4 F(shell')
-108 254.4 Q 2.5(sc)-.55 G 2.5(hildren. Care)-2.5 F(should be tak)2.5 E
+.326(\214le and line number)108 432 R 2.826(,i)-.4 G 2.826(ft)-2.826 G
+(he)-2.826 E F1(extdeb)2.826 E(ug)-.2 E F0 .326
+(shell option is enabled\).)2.826 F .327(Functions may be e)5.327 F .327
+(xported so that subshells)-.15 F .012(automatically ha)108 444 R .312
+-.15(ve t)-.2 H .011(hem de\214ned with the).15 F F1<ad66>2.511 E F0
+.011(option to the)2.511 F F1(export)2.511 E F0 -.2(bu)2.511 G 2.511
+(iltin. Note).2 F .011(that shell functions and v)2.511 F(ari-)-.25 E
+.187(ables with the same name may result in multiple identically-named \
+entries in the en)108 456 R .188(vironment passed to the)-.4 F(shell')
+108 468 Q 2.5(sc)-.55 G 2.5(hildren. Care)-2.5 F(should be tak)2.5 E
 (en in cases where this may cause a problem.)-.1 E
-(Functions may be recursi)108 271.2 Q -.15(ve)-.25 G 5(.N).15 G 2.5(ol)
+(Functions may be recursi)108 484.8 Q -.15(ve)-.25 G 5(.N).15 G 2.5(ol)
 -5 G(imit is imposed on the number of recursi)-2.5 E .3 -.15(ve c)-.25 H
-(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV)72 288 Q(ALU)-1.478
-E -1.04(AT)-.657 G(ION)1.04 E F0 2.297(The shell allo)108 300 R 2.297
-(ws arithmetic e)-.25 F 2.297(xpressions to be e)-.15 F -.25(va)-.25 G
-2.297(luated, under certain circumstances \(see the).25 F F2(let)4.798 E
-F0(and)4.798 E F2(declar)108 312 Q(e)-.18 E F0 -.2(bu)2.706 G .206
-(iltin commands and).2 F F2 .206(Arithmetic Expansion)2.706 F F0 2.705
-(\). Ev)B .205(aluation is done in \214x)-.25 F .205(ed-width inte)-.15
-F .205(gers with no)-.15 F .428(check for o)108 324 R -.15(ve)-.15 G
-(r\215o).15 E 1.728 -.65(w, t)-.25 H .428(hough di).65 F .428
-(vision by 0 is trapped and \215agged as an error)-.25 F 5.429(.T)-.55 G
-.429(he operators and their prece-)-5.429 F 1.92(dence, associati)108
-336 R(vity)-.25 E 4.42(,a)-.65 G 1.92(nd v)-4.42 F 1.92
-(alues are the same as in the C language.)-.25 F 1.919(The follo)6.919 F
-1.919(wing list of operators is)-.25 F(grouped into le)108 348 Q -.15
+(alls.).15 E F2(ARITHMETIC EV)72 501.6 Q(ALU)-1.478 E -1.04(AT)-.657 G
+(ION)1.04 E F0 2.298(The shell allo)108 513.6 R 2.297(ws arithmetic e)
+-.25 F 2.297(xpressions to be e)-.15 F -.25(va)-.25 G 2.297
+(luated, under certain circumstances \(see the).25 F F1(let)4.797 E F0
+(and)4.797 E F1(declar)108 525.6 Q(e)-.18 E F0 -.2(bu)2.705 G .205
+(iltin commands and).2 F F1 .205(Arithmetic Expansion)2.705 F F0 2.705
+(\). Ev)B .205(aluation is done in \214x)-.25 F .206(ed-width inte)-.15
+F .206(gers with no)-.15 F .429(check for o)108 537.6 R -.15(ve)-.15 G
+(r\215o).15 E 1.729 -.65(w, t)-.25 H .429(hough di).65 F .428
+(vision by 0 is trapped and \215agged as an error)-.25 F 5.428(.T)-.55 G
+.428(he operators and their prece-)-5.428 F 1.919(dence, associati)108
+549.6 R(vity)-.25 E 4.419(,a)-.65 G 1.919(nd v)-4.419 F 1.919
+(alues are the same as in the C language.)-.25 F 1.92(The follo)6.92 F
+1.92(wing list of operators is)-.25 F(grouped into le)108 561.6 Q -.15
 (ve)-.25 G(ls of equal-precedence operators.).15 E(The le)5 E -.15(ve)
--.25 G(ls are listed in order of decreasing precedence.).15 E/F4 10
-/Times-Italic@0 SF(id)108 364.8 Q F2(++)A F4(id)2.5 E F2<adad>A F0 -.25
-(va)144 376.8 S(riable post-increment and post-decrement).25 E F2(++)108
-388.8 Q F4(id)A F2<adad>2.5 E F4(id)A F0 -.25(va)144 400.8 S
-(riable pre-increment and pre-decrement).25 E F2 2.5<ad2b>108 412.8 S F0
-(unary minus and plus)19.6 E F2 2.5(!~)108 424.8 S F0
-(logical and bitwise ne)24.34 E -.05(ga)-.15 G(tion).05 E F2(**)108
-436.8 Q F0 -.15(ex)26 G(ponentiation).15 E F2 2.5(*/%)108 448.8 S F0
-(multiplication, di)10.72 E(vision, remainder)-.25 E F2 2.5<2bad>108
-460.8 S F0(addition, subtraction)19.6 E F2(<< >>)108 472.8 Q F0
-(left and right bitwise shifts)10.7 E F2(<= >= < >)108 484.8 Q F0
-(comparison)144 496.8 Q F2(== !=)108 508.8 Q F0(equality and inequality)
-13.07 E F2(&)108 520.8 Q F0(bitwise AND)27.67 E F2(^)108 532.8 Q F0
-(bitwise e)32.67 E(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2(|)108
-544.8 Q F0(bitwise OR)33.8 E F2(&&)108 556.8 Q F0(logical AND)19.34 E F2
-(||)108 568.8 Q F0(logical OR)31.6 E F4 -.2(ex)108 580.8 S(pr).2 E F2(?)
-A F4 -.2(ex)C(pr).2 E F2(:)A F4 -.2(ex)C(pr).2 E F0
-(conditional operator)144 592.8 Q F2 2.5(=*)108 604.8 S 2.5(=/)-2.5 G
-2.5(=%)-2.5 G 2.5(=+)-2.5 G 2.5<3dad>-2.5 G 2.5(=<)-2.5 G
-(<= >>= &= ^= |=)-2.5 E F0(assignment)144 616.8 Q F4 -.2(ex)108 628.8 S
-(pr1).2 E F2(,)2.5 E F4 -.2(ex)2.5 G(pr2).2 E F0(comma)144 640.8 Q .68
-(Shell v)108 657.6 R .68(ariables are allo)-.25 F .68
-(wed as operands; parameter e)-.25 F .68
-(xpansion is performed before the e)-.15 F .68(xpression is e)-.15 F
--.25(va)-.25 G(lu-).25 E 3.508(ated. W)108 669.6 R 1.008(ithin an e)-.4
-F 1.008(xpression, shell v)-.15 F 1.007
-(ariables may also be referenced by name without using the parameter)
--.25 F -.15(ex)108 681.6 S 1.04(pansion syntax.).15 F 3.54(As)6.04 G
-1.04(hell v)-3.54 F 1.04(ariable that is null or unset e)-.25 F -.25(va)
--.25 G 1.041(luates to 0 when referenced by name without).25 F 1.467
-(using the parameter e)108 693.6 R 1.467(xpansion syntax.)-.15 F 1.467
-(The v)6.467 F 1.467(alue of a v)-.25 F 1.467(ariable is e)-.25 F -.25
-(va)-.25 G 1.466(luated as an arithmetic e).25 F(xpression)-.15 E 1.389
-(when it is referenced, or when a v)108 705.6 R 1.389
-(ariable which has been gi)-.25 F -.15(ve)-.25 G 3.89(nt).15 G(he)-3.89
-E F4(inte)3.89 E -.1(ge)-.4 G(r).1 E F0(attrib)3.89 E 1.39(ute using)-.2
-F F2(declar)3.89 E 3.89(e-)-.18 G(i)-3.89 E F0(is)3.89 E .344
-(assigned a v)108 717.6 R 2.844(alue. A)-.25 F .343(null v)2.843 F .343
-(alue e)-.25 F -.25(va)-.25 G .343(luates to 0.).25 F 2.843(As)5.343 G
-.343(hell v)-2.843 F .343(ariable need not ha)-.25 F .643 -.15(ve i)-.2
-H .343(ts inte).15 F .343(ger attrib)-.15 F .343(ute turned on)-.2 F
-(to be used in an e)108 729.6 Q(xpression.)-.15 E(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(24)199 E 0 Cg EP
+-.25 G(ls are listed in order of decreasing precedence.).15 E/F5 10
+/Times-Italic@0 SF(id)108 578.4 Q F1(++)A F5(id)2.5 E F1<adad>A F0 -.25
+(va)144 590.4 S(riable post-increment and post-decrement).25 E F1(++)108
+602.4 Q F5(id)A F1<adad>2.5 E F5(id)A F0 -.25(va)144 614.4 S
+(riable pre-increment and pre-decrement).25 E F1 2.5<ad2b>108 626.4 S F0
+(unary minus and plus)19.6 E F1 2.5(!~)108 638.4 S F0
+(logical and bitwise ne)24.34 E -.05(ga)-.15 G(tion).05 E F1(**)108
+650.4 Q F0 -.15(ex)26 G(ponentiation).15 E F1 2.5(*/%)108 662.4 S F0
+(multiplication, di)10.72 E(vision, remainder)-.25 E F1 2.5<2bad>108
+674.4 S F0(addition, subtraction)19.6 E F1(<< >>)108 686.4 Q F0
+(left and right bitwise shifts)10.7 E F1(<= >= < >)108 698.4 Q F0
+(comparison)144 710.4 Q(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385
+(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(22)-2.5 G(4)-197.965 E
+0 Cg EP
 %%Page: 25 25
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E 1.406
-(Constants with a leading 0 are interpreted as octal numbers.)108 84 R
-3.906(Al)6.406 G 1.407(eading 0x or 0X denotes he)-3.906 F(xadecimal.)
--.15 E .59(Otherwise, numbers tak)108 96 R 3.09(et)-.1 G .59(he form [)
--3.09 F/F1 10/Times-Italic@0 SF(base#)A F0 .59(]n, where)B F1(base)3.089
-E F0 .589(is a decimal number between 2 and 64 represent-)3.089 F .092
-(ing the arithmetic base, and)108 108 R F1(n)2.592 E F0 .093
-(is a number in that base.)2.592 F(If)5.093 E F1(base#)2.593 E F0 .093
-(is omitted, then base 10 is used.)2.593 F .093(The digits)5.093 F .065
-(greater than 9 are represented by the lo)108 120 R .064
+-.35 E/F1 10/Times-Bold@0 SF(== !=)108 84 Q F0(equality and inequality)
+13.07 E F1(&)108 96 Q F0(bitwise AND)27.67 E F1(^)108 108 Q F0
+(bitwise e)32.67 E(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F1(|)108
+120 Q F0(bitwise OR)33.8 E F1(&&)108 132 Q F0(logical AND)19.34 E F1(||)
+108 144 Q F0(logical OR)31.6 E/F2 10/Times-Italic@0 SF -.2(ex)108 156 S
+(pr).2 E F1(?)A F2 -.2(ex)C(pr).2 E F1(:)A F2 -.2(ex)C(pr).2 E F0
+(conditional operator)144 168 Q F1 2.5(=*)108 180 S 2.5(=/)-2.5 G 2.5
+(=%)-2.5 G 2.5(=+)-2.5 G 2.5<3dad>-2.5 G 2.5(=<)-2.5 G(<= >>= &= ^= |=)
+-2.5 E F0(assignment)144 192 Q F2 -.2(ex)108 204 S(pr1).2 E F1(,)2.5 E
+F2 -.2(ex)2.5 G(pr2).2 E F0(comma)144 216 Q .68(Shell v)108 232.8 R .68
+(ariables are allo)-.25 F .68(wed as operands; parameter e)-.25 F .68
+(xpansion is performed before the e)-.15 F .68(xpression is e)-.15 F
+-.25(va)-.25 G(lu-).25 E 3.507(ated. W)108 244.8 R 1.007(ithin an e)-.4
+F 1.007(xpression, shell v)-.15 F 1.007
+(ariables may also be referenced by name without using the parameter)
+-.25 F -.15(ex)108 256.8 S 1.041(pansion syntax.).15 F 3.541(As)6.041 G
+1.041(hell v)-3.541 F 1.041(ariable that is null or unset e)-.25 F -.25
+(va)-.25 G 1.04(luates to 0 when referenced by name without).25 F 1.466
+(using the parameter e)108 268.8 R 1.466(xpansion syntax.)-.15 F 1.467
+(The v)6.466 F 1.467(alue of a v)-.25 F 1.467(ariable is e)-.25 F -.25
+(va)-.25 G 1.467(luated as an arithmetic e).25 F(xpression)-.15 E 1.39
+(when it is referenced, or when a v)108 280.8 R 1.389
+(ariable which has been gi)-.25 F -.15(ve)-.25 G 3.889(nt).15 G(he)
+-3.889 E F2(inte)3.889 E -.1(ge)-.4 G(r).1 E F0(attrib)3.889 E 1.389
+(ute using)-.2 F F1(declar)3.889 E 3.889(e-)-.18 G(i)-3.889 E F0(is)
+3.889 E .343(assigned a v)108 292.8 R 2.843(alue. A)-.25 F .343(null v)
+2.843 F .343(alue e)-.25 F -.25(va)-.25 G .343(luates to 0.).25 F 2.843
+(As)5.343 G .343(hell v)-2.843 F .343(ariable need not ha)-.25 F .643
+-.15(ve i)-.2 H .343(ts inte).15 F .344(ger attrib)-.15 F .344
+(ute turned on)-.2 F(to be used in an e)108 304.8 Q(xpression.)-.15 E
+1.406(Constants with a leading 0 are interpreted as octal numbers.)108
+321.6 R 3.906(Al)6.406 G 1.406(eading 0x or 0X denotes he)-3.906 F
+(xadecimal.)-.15 E .589(Otherwise, numbers tak)108 333.6 R 3.089(et)-.1
+G .589(he form [)-3.089 F F2(base#)A F0 .589(]n, where)B F2(base)3.089 E
+F0 .59(is a decimal number between 2 and 64 represent-)3.089 F .093
+(ing the arithmetic base, and)108 345.6 R F2(n)2.593 E F0 .093
+(is a number in that base.)2.593 F(If)5.093 E F2(base#)2.593 E F0 .092
+(is omitted, then base 10 is used.)2.593 F .092(The digits)5.092 F .064
+(greater than 9 are represented by the lo)108 357.6 R .064
 (wercase letters, the uppercase letters, @, and _, in that order)-.25 F
-5.064(.I)-.55 G(f)-5.064 E F1(base)2.564 E F0 .696
-(is less than or equal to 36, lo)108 132 R .697
-(wercase and uppercase letters may be used interchang)-.25 F .697
-(ably to represent num-)-.05 F(bers between 10 and 35.)108 144 Q .235
-(Operators are e)108 160.8 R -.25(va)-.25 G .235
-(luated in order of precedence.).25 F(Sub-e)5.234 E .234
-(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .234
-(luated \214rst and may).25 F -.15(ove)108 172.8 S
-(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F2 10.95
-/Times-Bold@0 SF(CONDITION)72 189.6 Q(AL EXPRESSIONS)-.219 E F0 .255
-(Conditional e)108 201.6 R .255(xpressions are used by the)-.15 F/F3 10
-/Times-Bold@0 SF([[)2.755 E F0 .255(compound command and the)2.755 F F3
-(test)2.755 E F0(and)2.755 E F3([)2.756 E F0 -.2(bu)2.756 G .256
-(iltin commands to test).2 F .77(\214le attrib)108 213.6 R .77
+5.065(.I)-.55 G(f)-5.065 E F2(base)2.565 E F0 .433
+(is less than or equal to 36, lo)108 369.6 R .432(wercase and uppercase\
+ letters may be used interchangeably to represent num-)-.25 F
+(bers between 10 and 35.)108 381.6 Q .234(Operators are e)108 398.4 R
+-.25(va)-.25 G .234(luated in order of precedence.).25 F(Sub-e)5.234 E
+.234(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .235
+(luated \214rst and may).25 F -.15(ove)108 410.4 S
+(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F3 10.95
+/Times-Bold@0 SF(CONDITION)72 427.2 Q(AL EXPRESSIONS)-.219 E F0 .256
+(Conditional e)108 439.2 R .256(xpressions are used by the)-.15 F F1([[)
+2.755 E F0 .255(compound command and the)2.755 F F1(test)2.755 E F0(and)
+2.755 E F1([)2.755 E F0 -.2(bu)2.755 G .255(iltin commands to test).2 F
+.77(\214le attrib)108 451.2 R .77
 (utes and perform string and arithmetic comparisons.)-.2 F .77
-(Expressions are formed from the follo)5.77 F(wing)-.25 E 1.04
-(unary or binary primaries.)108 225.6 R 1.04(If an)6.04 F(y)-.15 E F1
-(\214le)3.54 E F0(ar)3.54 E 1.041
-(gument to one of the primaries is of the form)-.18 F F1(/de)3.541 E
-(v/fd/n)-.15 E F0 3.541(,t)C 1.041(hen \214le)-3.541 F(descriptor)108
-237.6 Q F1(n)3.789 E F0 1.289(is check)3.789 F 3.789(ed. If)-.1 F(the)
-3.789 E F1(\214le)3.789 E F0(ar)3.789 E 1.289
-(gument to one of the primaries is one of)-.18 F F1(/de)3.789 E(v/stdin)
--.15 E F0(,)A F1(/de)3.788 E(v/stdout)-.15 E F0 3.788(,o)C(r)-3.788 E F1
-(/de)108 249.6 Q(v/stderr)-.15 E F0 2.5<2c8c>C
+(Expressions are formed from the follo)5.77 F(wing)-.25 E 1.041
+(unary or binary primaries.)108 463.2 R 1.041(If an)6.041 F(y)-.15 E F2
+(\214le)3.541 E F0(ar)3.541 E 1.04
+(gument to one of the primaries is of the form)-.18 F F2(/de)3.54 E
+(v/fd/n)-.15 E F0 3.54(,t)C 1.04(hen \214le)-3.54 F(descriptor)108 475.2
+Q F2(n)3.788 E F0 1.289(is check)3.788 F 3.789(ed. If)-.1 F(the)3.789 E
+F2(\214le)3.789 E F0(ar)3.789 E 1.289
+(gument to one of the primaries is one of)-.18 F F2(/de)3.789 E(v/stdin)
+-.15 E F0(,)A F2(/de)3.789 E(v/stdout)-.15 E F0 3.789(,o)C(r)-3.789 E F2
+(/de)108 487.2 Q(v/stderr)-.15 E F0 2.5<2c8c>C
 (le descriptor 0, 1, or 2, respecti)-2.5 E -.15(ve)-.25 G(ly).15 E 2.5
-(,i)-.65 G 2.5(sc)-2.5 G(heck)-2.5 E(ed.)-.1 E .721
+(,i)-.65 G 2.5(sc)-2.5 G(heck)-2.5 E(ed.)-.1 E .722
 (Unless otherwise speci\214ed, primaries that operate on \214les follo)
-108 266.4 R 3.221(ws)-.25 G .722(ymbolic links and operate on the tar)
--3.221 F(get)-.18 E(of the link, rather than the link itself.)108 278.4
-Q F3<ad61>108 302.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.58 G(ue if).35 E F1
-(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F3<ad62>108 314.4 Q F1
-(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)
-2.5 G(ists and is a block special \214le.).15 E F3<ad63>108 326.4 Q F1
-(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)
-2.5 G(ists and is a character special \214le.).15 E F3<ad64>108 338.4 Q
-F1(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15
-(ex)2.5 G(ists and is a directory).15 E(.)-.65 E F3<ad65>108 350.4 Q F1
-(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)
-2.5 G(ists.).15 E F3<ad66>108 362.4 Q F1(\214le)2.5 E F0 -.35(Tr)12.25 G
-(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a re).15 E
-(gular \214le.)-.15 E F3<ad67>108 374.4 Q F1(\214le)2.5 E F0 -.35(Tr)
-10.58 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G
-(ists and is set-group-id.).15 E F3<ad68>108 386.4 Q F1(\214le)2.5 E F0
--.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G
-(ists and is a symbolic link.).15 E F3<ad6b>108 398.4 Q F1(\214le)2.5 E
-F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G
+108 504 R 3.221(ws)-.25 G .721(ymbolic links and operate on the tar)
+-3.221 F(get)-.18 E(of the link, rather than the link itself.)108 516 Q
+F1<ad61>108 540 Q F2(\214le)2.5 E F0 -.35(Tr)10.58 G(ue if).35 E F2
+(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F1<ad62>108 552 Q F2(\214le)
+2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G
+(ists and is a block special \214le.).15 E F1<ad63>108 564 Q F2(\214le)
+2.5 E F0 -.35(Tr)11.14 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G
+(ists and is a character special \214le.).15 E F1<ad64>108 576 Q F2
+(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)
+2.5 G(ists and is a directory).15 E(.)-.65 E F1<ad65>108 588 Q F2
+(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)
+2.5 G(ists.).15 E F1<ad66>108 600 Q F2(\214le)2.5 E F0 -.35(Tr)12.25 G
+(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a re).15 E
+(gular \214le.)-.15 E F1<ad67>108 612 Q F2(\214le)2.5 E F0 -.35(Tr)10.58
+G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G
+(ists and is set-group-id.).15 E F1<ad68>108 624 Q F2(\214le)2.5 E F0
+-.35(Tr)10.02 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G
+(ists and is a symbolic link.).15 E F1<ad6b>108 636 Q F2(\214le)2.5 E F0
+-.35(Tr)10.02 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G
 (ists and its `).15 E(`stick)-.74 E(y')-.15 E 2.5('b)-.74 G(it is set.)
--2.5 E F3<ad70>108 410.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35
-E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a named pipe \(FIFO\).)
-.15 E F3<ad72>108 422.4 Q F1(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E
-F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is readable.).15 E F3<ad73>108
-434.4 Q F1(\214le)2.5 E F0 -.35(Tr)11.69 G(ue if).35 E F1(\214le)2.5 E
-F0 -.15(ex)2.5 G(ists and has a size greater than zero.).15 E F3<ad74>
-108 446.4 Q F1(fd)2.5 E F0 -.35(Tr)16.69 G(ue if \214le descriptor).35 E
-F1(fd)4.47 E F0(is open and refers to a terminal.)3.27 E F3<ad75>108
-458.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E
-F0 -.15(ex)2.5 G(ists and its set-user).15 E(-id bit is set.)-.2 E F3
-<ad77>108 470.4 Q F1(\214le)2.5 E F0 -.35(Tr)8.36 G(ue if).35 E F1
-(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is writable.).15 E F3<ad78>108
-482.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.58 G(ue if).35 E F1(\214le)2.5 E
-F0 -.15(ex)2.5 G(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F3
-<ad4f>108 494.4 Q F1(\214le)2.5 E F0 -.35(Tr)7.8 G(ue if).35 E F1
-(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E
-(fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E F3<ad47>108 506.4 Q F1
-(\214le)2.5 E F0 -.35(Tr)7.8 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)
-2.5 G(ists and is o).15 E(wned by the ef)-.25 E(fecti)-.25 E .3 -.15
-(ve g)-.25 H(roup id.).15 E F3<ad4c>108 518.4 Q F1(\214le)2.5 E F0 -.35
-(Tr)8.91 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G
-(ists and is a symbolic link.).15 E F3<ad53>108 530.4 Q F1(\214le)2.5 E
-F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G
-(ists and is a sock).15 E(et.)-.1 E F3<ad4e>108 542.4 Q F1(\214le)2.5 E
-F0 -.35(Tr)8.36 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G
-(ists and has been modi\214ed since it w).15 E(as last read.)-.1 E F1
-(\214le1)108 554.4 Q F0<ad>2.5 E F3(nt)A F1(\214le2)2.5 E F0 -.35(Tr)144
-566.4 S .039(ue if).35 F F1(\214le1)2.539 E F0 .039(is ne)2.539 F .039
-(wer \(according to modi\214cation date\) than)-.25 F F1(\214le2)2.539 E
-F0 2.539(,o)C 2.539(ri)-2.539 G(f)-2.539 E F1(\214le1)2.539 E F0 -.15
-(ex)2.539 G .039(ists and).15 F F1(\214le2)2.539 E F0 .038(does not.)
-2.538 F F1(\214le1)108 578.4 Q F0<ad>2.5 E F3(ot)A F1(\214le2)2.5 E F0
--.35(Tr)144 590.4 S(ue if).35 E F1(\214le1)2.5 E F0(is older than)2.5 E
-F1(\214le2)2.5 E F0 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F1(\214le2)2.5 E F0
--.15(ex)2.5 G(ists and).15 E F1(\214le1)2.5 E F0(does not.)2.5 E F1
-(\214le1)108 602.4 Q F3(\255ef)2.5 E F1(\214le2)2.5 E F0 -.35(Tr)144
-614.4 S(ue if).35 E F1(\214le1)2.5 E F0(and)2.5 E F1(\214le2)2.5 E F0
-(refer to the same de)2.5 E(vice and inode numbers.)-.25 E F3<ad6f>108
-626.4 Q F1(optname)2.5 E F0 -.35(Tr)144 638.4 S 1.143
-(ue if shell option).35 F F1(optname)3.873 E F0 1.143(is enabled.)3.823
-F 1.144(See the list of options under the description of the)6.143 F F3
-<ad6f>3.644 E F0(option to the)144 650.4 Q F3(set)2.5 E F0 -.2(bu)2.5 G
-(iltin belo).2 E -.65(w.)-.25 G F3<ad7a>108 662.4 Q F1(string)2.5 E F0
--.35(Tr)144 674.4 S(ue if the length of).35 E F1(string)2.5 E F0
-(is zero.)2.5 E F1(string)108 686.4 Q F3<ad6e>108 698.4 Q F1(string)2.5
-E F0 -.35(Tr)144 710.4 S(ue if the length of).35 E F1(string)2.84 E F0
-(is non-zero.)2.72 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(25)199 E
-0 Cg EP
+-2.5 E F1<ad70>108 648 Q F2(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E
+F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a named pipe \(FIFO\).).15
+E F1<ad72>108 660 Q F2(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E F2
+(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is readable.).15 E F1<ad73>108
+672 Q F2(\214le)2.5 E F0 -.35(Tr)11.69 G(ue if).35 E F2(\214le)2.5 E F0
+-.15(ex)2.5 G(ists and has a size greater than zero.).15 E F1<ad74>108
+684 Q F2(fd)2.5 E F0 -.35(Tr)16.69 G(ue if \214le descriptor).35 E F2
+(fd)4.47 E F0(is open and refers to a terminal.)3.27 E F1<ad75>108 696 Q
+F2(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F2(\214le)2.5 E F0 -.15
+(ex)2.5 G(ists and its set-user).15 E(-id bit is set.)-.2 E F1<ad77>108
+708 Q F2(\214le)2.5 E F0 -.35(Tr)8.36 G(ue if).35 E F2(\214le)2.5 E F0
+-.15(ex)2.5 G(ists and is writable.).15 E(GNU Bash-3.1-de)72 768 Q -.15
+(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(22)
+-2.5 G(5)-197.965 E 0 Cg EP
 %%Page: 26 26
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Italic@0 SF(string1)108 84 Q/F2 10/Times-Bold@0 SF
-(==)2.5 E F1(string2)2.5 E F0 -.35(Tr)144 96 S
-(ue if the strings are equal.).35 E F2(=)5 E F0(may be used in place of)
-2.5 E F2(==)2.5 E F0(for strict POSIX compliance.)2.5 E F1(string1)108
-112.8 Q F2(!=)2.5 E F1(string2)2.5 E F0 -.35(Tr)144 124.8 S
-(ue if the strings are not equal.).35 E F1(string1)108 141.6 Q F2(<)2.5
-E F1(string2)2.5 E F0 -.35(Tr)144 153.6 S(ue if).35 E F1(string1)2.5 E
-F0(sorts before)2.5 E F1(string2)2.5 E F0(le)2.5 E
-(xicographically in the current locale.)-.15 E F1(string1)108 170.4 Q F2
-(>)2.5 E F1(string2)2.5 E F0 -.35(Tr)144 182.4 S(ue if).35 E F1(string1)
-2.5 E F0(sorts after)2.5 E F1(string2)2.5 E F0(le)2.5 E
-(xicographically in the current locale.)-.15 E F1(ar)108.33 199.2 Q(g1)
--.37 E F2(OP)2.5 E F1(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF(OP)144
-211.2 Q F0 .385(is one of)2.635 F F2(\255eq)2.885 E F0(,)A F2(\255ne)
-2.885 E F0(,)A F2(\255lt)2.885 E F0(,)A F2(\255le)2.885 E F0(,)A F2
-(\255gt)2.885 E F0 2.885(,o)C(r)-2.885 E F2(\255ge)2.885 E F0 5.385(.T)C
-.385(hese arithmetic binary operators return true if)-5.385 F F1(ar)
-2.884 E(g1)-.37 E F0 .845(is equal to, not equal to, less than, less th\
-an or equal to, greater than, or greater than or equal to)144 223.2 R F1
-(ar)144 235.2 Q(g2)-.37 E F0 2.5(,r)C(especti)-2.5 E -.15(ve)-.25 G(ly)
-.15 E(.)-.65 E F1(Ar)6.01 E(g1)-.37 E F0(and)2.5 E F1(ar)2.83 E(g2)-.37
-E F0(may be positi)2.52 E .3 -.15(ve o)-.25 H 2.5(rn).15 G -2.25 -.15
-(eg a)-2.5 H(ti).15 E .3 -.15(ve i)-.25 H(nte).15 E(gers.)-.15 E/F4
-10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP)72 252 Q(ANSION)-.81 E F0 .614
-(When a simple command is e)108 264 R -.15(xe)-.15 G .614
-(cuted, the shell performs the follo).15 F .613(wing e)-.25 F .613
+-.35 E/F1 10/Times-Bold@0 SF<ad78>108 84 Q/F2 10/Times-Italic@0 SF
+(\214le)2.5 E F0 -.35(Tr)10.58 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)
+2.5 G(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F1<ad4f>108 96 Q
+F2(\214le)2.5 E F0 -.35(Tr)7.8 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)
+2.5 G(ists and is o).15 E(wned by the ef)-.25 E(fecti)-.25 E .3 -.15
+(ve u)-.25 H(ser id.).15 E F1<ad47>108 108 Q F2(\214le)2.5 E F0 -.35(Tr)
+7.8 G(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 E
+(wned by the ef)-.25 E(fecti)-.25 E .3 -.15(ve g)-.25 H(roup id.).15 E
+F1<ad4c>108 120 Q F2(\214le)2.5 E F0 -.35(Tr)8.91 G(ue if).35 E F2
+(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a symbolic link.).15 E F1
+<ad53>108 132 Q F2(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F2
+(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a sock).15 E(et.)-.1 E F1
+<ad4e>108 144 Q F2(\214le)2.5 E F0 -.35(Tr)8.36 G(ue if).35 E F2(\214le)
+2.5 E F0 -.15(ex)2.5 G(ists and has been modi\214ed since it w).15 E
+(as last read.)-.1 E F2(\214le1)108 156 Q F0<ad>2.5 E F1(nt)A F2
+(\214le2)2.5 E F0 -.35(Tr)144 168 S .038(ue if).35 F F2(\214le1)2.538 E
+F0 .039(is ne)2.539 F .039
+(wer \(according to modi\214cation date\) than)-.25 F F2(\214le2)2.539 E
+F0 2.539(,o)C 2.539(ri)-2.539 G(f)-2.539 E F2(\214le1)2.539 E F0 -.15
+(ex)2.539 G .039(ists and).15 F F2(\214le2)2.539 E F0 .039(does not.)
+2.539 F F2(\214le1)108 180 Q F0<ad>2.5 E F1(ot)A F2(\214le2)2.5 E F0
+-.35(Tr)144 192 S(ue if).35 E F2(\214le1)2.5 E F0(is older than)2.5 E F2
+(\214le2)2.5 E F0 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F2(\214le2)2.5 E F0
+-.15(ex)2.5 G(ists and).15 E F2(\214le1)2.5 E F0(does not.)2.5 E F2
+(\214le1)108 204 Q F1(\255ef)2.5 E F2(\214le2)2.5 E F0 -.35(Tr)144 216 S
+(ue if).35 E F2(\214le1)2.5 E F0(and)2.5 E F2(\214le2)2.5 E F0
+(refer to the same de)2.5 E(vice and inode numbers.)-.25 E F1<ad6f>108
+228 Q F2(optname)2.5 E F0 -.35(Tr)144 240 S 1.144(ue if shell option).35
+F F2(optname)3.874 E F0 1.144(is enabled.)3.824 F 1.143
+(See the list of options under the description of the)6.144 F F1<ad6f>
+3.643 E F0(option to the)144 252 Q F1(set)2.5 E F0 -.2(bu)2.5 G
+(iltin belo).2 E -.65(w.)-.25 G F1<ad7a>108 264 Q F2(string)2.5 E F0
+-.35(Tr)144 276 S(ue if the length of).35 E F2(string)2.5 E F0(is zero.)
+2.5 E F2(string)108 288 Q F1<ad6e>108 300 Q F2(string)2.5 E F0 -.35(Tr)
+144 312 S(ue if the length of).35 E F2(string)2.84 E F0(is non-zero.)
+2.72 E F2(string1)108 328.8 Q F1(==)2.5 E F2(string2)2.5 E F0 -.35(Tr)
+144 340.8 S(ue if the strings are equal.).35 E F1(=)5 E F0
+(may be used in place of)2.5 E F1(==)2.5 E F0
+(for strict POSIX compliance.)2.5 E F2(string1)108 357.6 Q F1(!=)2.5 E
+F2(string2)2.5 E F0 -.35(Tr)144 369.6 S
+(ue if the strings are not equal.).35 E F2(string1)108 386.4 Q F1(<)2.5
+E F2(string2)2.5 E F0 -.35(Tr)144 398.4 S(ue if).35 E F2(string1)2.5 E
+F0(sorts before)2.5 E F2(string2)2.5 E F0(le)2.5 E
+(xicographically in the current locale.)-.15 E F2(string1)108 415.2 Q F1
+(>)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 427.2 S(ue if).35 E F2(string1)
+2.5 E F0(sorts after)2.5 E F2(string2)2.5 E F0(le)2.5 E
+(xicographically in the current locale.)-.15 E F2(ar)108.33 444 Q(g1)
+-.37 E F1(OP)2.5 E F2(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF(OP)144 456
+Q F0 .385(is one of)2.634 F F1(\255eq)2.885 E F0(,)A F1(\255ne)2.885 E
+F0(,)A F1(\255lt)2.885 E F0(,)A F1(\255le)2.885 E F0(,)A F1(\255gt)2.885
+E F0 2.885(,o)C(r)-2.885 E F1(\255ge)2.885 E F0 5.385(.T)C .385
+(hese arithmetic binary operators return true if)-5.385 F F2(ar)2.885 E
+(g1)-.37 E F0 .845(is equal to, not equal to, less than, less than or e\
+qual to, greater than, or greater than or equal to)144 468 R F2(ar)144
+480 Q(g2)-.37 E F0 2.5(,r)C(especti)-2.5 E -.15(ve)-.25 G(ly).15 E(.)
+-.65 E F2(Ar)6.01 E(g1)-.37 E F0(and)2.5 E F2(ar)2.83 E(g2)-.37 E F0
+(may be positi)2.52 E .3 -.15(ve o)-.25 H 2.5(rn).15 G -2.25 -.15(eg a)
+-2.5 H(ti).15 E .3 -.15(ve i)-.25 H(nte).15 E(gers.)-.15 E/F4 10.95
+/Times-Bold@0 SF(SIMPLE COMMAND EXP)72 496.8 Q(ANSION)-.81 E F0 .613
+(When a simple command is e)108 508.8 R -.15(xe)-.15 G .614
+(cuted, the shell performs the follo).15 F .614(wing e)-.25 F .614
 (xpansions, assignments, and redi-)-.15 F(rections, from left to right.)
-108 276 Q 26(1. The)108 292.8 R -.1(wo)4.348 G 1.848
-(rds that the parser has mark).1 F 1.848(ed as v)-.1 F 1.849
+108 520.8 Q 26(1. The)108 537.6 R -.1(wo)4.349 G 1.849
+(rds that the parser has mark).1 F 1.848(ed as v)-.1 F 1.848
 (ariable assignments \(those preceding the command)-.25 F
-(name\) and redirections are sa)144 304.8 Q -.15(ve)-.2 G 2.5(df).15 G
-(or later processing.)-2.5 E 26(2. The)108 321.6 R -.1(wo)3.664 G 1.164
+(name\) and redirections are sa)144 549.6 Q -.15(ve)-.2 G 2.5(df).15 G
+(or later processing.)-2.5 E 26(2. The)108 566.4 R -.1(wo)3.663 G 1.163
 (rds that are not v).1 F 1.164
-(ariable assignments or redirections are e)-.25 F 3.663(xpanded. If)-.15
-F(an)3.663 E 3.663(yw)-.15 G 1.163(ords remain)-3.763 F .775(after e)144
-333.6 R .775(xpansion, the \214rst w)-.15 F .775(ord is tak)-.1 F .775
+(ariable assignments or redirections are e)-.25 F 3.664(xpanded. If)-.15
+F(an)3.664 E 3.664(yw)-.15 G 1.164(ords remain)-3.764 F .776(after e)144
+578.4 R .776(xpansion, the \214rst w)-.15 F .776(ord is tak)-.1 F .775
 (en to be the name of the command and the remaining w)-.1 F(ords)-.1 E
-(are the ar)144 345.6 Q(guments.)-.18 E 26(3. Redirections)108 362.4 R
+(are the ar)144 590.4 Q(guments.)-.18 E 26(3. Redirections)108 607.2 R
 (are performed as described abo)2.5 E .3 -.15(ve u)-.15 H(nder).15 E F3
-(REDIRECTION)2.5 E/F5 9/Times-Roman@0 SF(.)A F0 26(4. The)108 379.2 R
-(te)3.217 E .717(xt after the)-.15 F F2(=)3.217 E F0 .717(in each v)
-3.217 F .717(ariable assignment under)-.25 F .717(goes tilde e)-.18 F
-.717(xpansion, parameter e)-.15 F(xpansion,)-.15 E .339
-(command substitution, arithmetic e)144 391.2 R .339
+(REDIRECTION)2.5 E/F5 9/Times-Roman@0 SF(.)A F0 26(4. The)108 624 R(te)
+3.216 E .717(xt after the)-.15 F F1(=)3.217 E F0 .717(in each v)3.217 F
+.717(ariable assignment under)-.25 F .717(goes tilde e)-.18 F .717
+(xpansion, parameter e)-.15 F(xpansion,)-.15 E .34
+(command substitution, arithmetic e)144 636 R .339
 (xpansion, and quote remo)-.15 F -.25(va)-.15 G 2.839(lb).25 G .339
-(efore being assigned to the v)-2.839 F(ari-)-.25 E(able.)144 403.2 Q
-.332(If no command name results, the v)108 420 R .332
+(efore being assigned to the v)-2.839 F(ari-)-.25 E(able.)144 648 Q .332
+(If no command name results, the v)108 664.8 R .332
 (ariable assignments af)-.25 F .332(fect the current shell en)-.25 F
-2.832(vironment. Otherwise,)-.4 F(the)2.832 E -.25(va)108 432 S .757
+2.833(vironment. Otherwise,)-.4 F(the)2.833 E -.25(va)108 676.8 S .757
 (riables are added to the en).25 F .757(vironment of the e)-.4 F -.15
 (xe)-.15 G .757(cuted command and do not af).15 F .757
-(fect the current shell en)-.25 F(vi-)-.4 E 3.177(ronment. If)108 444 R
-(an)3.177 E 3.177(yo)-.15 G 3.177(ft)-3.177 G .677
-(he assignments attempts to assign a v)-3.177 F .677
-(alue to a readonly v)-.25 F .676(ariable, an error occurs, and)-.25 F
-(the command e)108 456 Q(xits with a non-zero status.)-.15 E .149
-(If no command name results, redirections are performed, b)108 472.8 R
-.149(ut do not af)-.2 F .15(fect the current shell en)-.25 F 2.65
-(vironment. A)-.4 F(redirection error causes the command to e)108 484.8
-Q(xit with a non-zero status.)-.15 E 1.064
-(If there is a command name left after e)108 501.6 R 1.064(xpansion, e)
--.15 F -.15(xe)-.15 G 1.064(cution proceeds as described belo).15 F
-4.864 -.65(w. O)-.25 H 1.064(therwise, the).65 F .068(command e)108
-513.6 R 2.568(xits. If)-.15 F .069(one of the e)2.568 F .069
-(xpansions contained a command substitution, the e)-.15 F .069
-(xit status of the command)-.15 F .467(is the e)108 525.6 R .466
-(xit status of the last command substitution performed.)-.15 F .466
-(If there were no command substitutions, the)5.466 F(command e)108 537.6
-Q(xits with a status of zero.)-.15 E F4(COMMAND EXECUTION)72 554.4 Q F0
-.546(After a command has been split into w)108 566.4 R .547
+(fect the current shell en)-.25 F(vi-)-.4 E 3.176(ronment. If)108 688.8
+R(an)3.176 E 3.176(yo)-.15 G 3.176(ft)-3.176 G .677
+(he assignments attempts to assign a v)-3.176 F .677
+(alue to a readonly v)-.25 F .677(ariable, an error occurs, and)-.25 F
+(the command e)108 700.8 Q(xits with a non-zero status.)-.15 E .15
+(If no command name results, redirections are performed, b)108 717.6 R
+.149(ut do not af)-.2 F .149(fect the current shell en)-.25 F 2.649
+(vironment. A)-.4 F(redirection error causes the command to e)108 729.6
+Q(xit with a non-zero status.)-.15 E(GNU Bash-3.1-de)72 768 Q -.15(ve)
+-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(22)-2.5
+G(6)-197.965 E 0 Cg EP
+%%Page: 27 27
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E 1.064(If there is a command name left after e)108 84 R 1.064
+(xpansion, e)-.15 F -.15(xe)-.15 G 1.064
+(cution proceeds as described belo).15 F 4.864 -.65(w. O)-.25 H 1.064
+(therwise, the).65 F .069(command e)108 96 R 2.569(xits. If)-.15 F .069
+(one of the e)2.569 F .069
+(xpansions contained a command substitution, the e)-.15 F .068
+(xit status of the command)-.15 F .466(is the e)108 108 R .466
+(xit status of the last command substitution performed.)-.15 F .467
+(If there were no command substitutions, the)5.466 F(command e)108 120 Q
+(xits with a status of zero.)-.15 E/F1 10.95/Times-Bold@0 SF
+(COMMAND EXECUTION)72 136.8 Q F0 .547
+(After a command has been split into w)108 148.8 R .546
 (ords, if it results in a simple command and an optional list of ar)-.1
-F(gu-)-.18 E(ments, the follo)108 578.4 Q(wing actions are tak)-.25 E
+F(gu-)-.18 E(ments, the follo)108 160.8 Q(wing actions are tak)-.25 E
 (en.)-.1 E .379(If the command name contains no slashes, the shell atte\
-mpts to locate it.)108 595.2 R .379(If there e)5.379 F .379
+mpts to locate it.)108 177.6 R .379(If there e)5.379 F .379
 (xists a shell function by)-.15 F .246(that name, that function is in)
-108 607.2 R -.2(vo)-.4 G -.1(ke).2 G 2.746(da).1 G 2.746(sd)-2.746 G
-.246(escribed abo)-2.746 F .546 -.15(ve i)-.15 H(n).15 E F3(FUNCTIONS)
-2.746 E F5(.)A F0 .246(If the name does not match a func-)4.746 F
-(tion, the shell searches for it in the list of shell b)108 619.2 Q 2.5
+108 189.6 R -.2(vo)-.4 G -.1(ke).2 G 2.746(da).1 G 2.746(sd)-2.746 G
+.246(escribed abo)-2.746 F .546 -.15(ve i)-.15 H(n).15 E/F2 9
+/Times-Bold@0 SF(FUNCTIONS)2.746 E/F3 9/Times-Roman@0 SF(.)A F0 .246
+(If the name does not match a func-)4.746 F
+(tion, the shell searches for it in the list of shell b)108 201.6 Q 2.5
 (uiltins. If)-.2 F 2.5(am)2.5 G(atch is found, that b)-2.5 E
-(uiltin is in)-.2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E .31
-(If the name is neither a shell function nor a b)108 636 R .309
-(uiltin, and contains no slashes,)-.2 F F2(bash)2.809 E F0 .309
-(searches each element of)2.809 F(the)108 648 Q F3 -.666(PA)3.162 G(TH)
--.189 E F0 .662(for a directory containing an e)2.912 F -.15(xe)-.15 G
-.662(cutable \214le by that name.).15 F F2(Bash)5.662 E F0 .663
-(uses a hash table to remember)3.162 F 1.915(the full pathnames of e)108
-660 R -.15(xe)-.15 G 1.915(cutable \214les \(see).15 F F2(hash)4.415 E
-F0(under)4.415 E F3 1.915(SHELL B)4.415 F(UIL)-.09 E 1.914(TIN COMMANDS)
--.828 F F0(belo)4.164 E 4.414(w\). A)-.25 F(full)4.414 E .719
-(search of the directories in)108 672 R F3 -.666(PA)3.219 G(TH)-.189 E
-F0 .72(is performed only if the command is not found in the hash table.)
-2.969 F .72(If the)5.72 F(search is unsuccessful, the shell prints an e\
-rror message and returns an e)108 684 Q(xit status of 127.)-.15 E 1.089
-(If the search is successful, or if the command name contains one or mo\
-re slashes, the shell e)108 700.8 R -.15(xe)-.15 G 1.089(cutes the).15 F
-.197(named program in a separate e)108 712.8 R -.15(xe)-.15 G .197
+(uiltin is in)-.2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E .309
+(If the name is neither a shell function nor a b)108 218.4 R .31
+(uiltin, and contains no slashes,)-.2 F/F4 10/Times-Bold@0 SF(bash)2.81
+E F0 .31(searches each element of)2.81 F(the)108 230.4 Q F2 -.666(PA)
+3.163 G(TH)-.189 E F0 .662(for a directory containing an e)2.913 F -.15
+(xe)-.15 G .662(cutable \214le by that name.).15 F F4(Bash)5.662 E F0
+.662(uses a hash table to remember)3.162 F 1.914
+(the full pathnames of e)108 242.4 R -.15(xe)-.15 G 1.915
+(cutable \214les \(see).15 F F4(hash)4.415 E F0(under)4.415 E F2 1.915
+(SHELL B)4.415 F(UIL)-.09 E 1.915(TIN COMMANDS)-.828 F F0(belo)4.165 E
+4.415(w\). A)-.25 F(full)4.415 E .72(search of the directories in)108
+254.4 R F2 -.666(PA)3.22 G(TH)-.189 E F0 .719
+(is performed only if the command is not found in the hash table.)2.97 F
+.719(If the)5.719 F(search is unsuccessful, the shell prints an error m\
+essage and returns an e)108 266.4 Q(xit status of 127.)-.15 E 1.089(If \
+the search is successful, or if the command name contains one or more s\
+lashes, the shell e)108 283.2 R -.15(xe)-.15 G 1.09(cutes the).15 F .198
+(named program in a separate e)108 295.2 R -.15(xe)-.15 G .198
 (cution en).15 F 2.698(vironment. Ar)-.4 F .198
-(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .198
-(n, and the remain-).15 F(ing ar)108 724.8 Q
+(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .197
+(n, and the remain-).15 F(ing ar)108 307.2 Q
 (guments to the command are set to the ar)-.18 E(guments gi)-.18 E -.15
-(ve)-.25 G(n, if an).15 E -.65(y.)-.15 G(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(26)199 E 0 Cg EP
-%%Page: 27 27
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E 1.809(If this e)108 84 R -.15(xe)-.15 G 1.809(cution f).15 F
-1.809(ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.809
+(ve)-.25 G(n, if an).15 E -.65(y.)-.15 G 1.809(If this e)108 324 R -.15
+(xe)-.15 G 1.809(cution f).15 F 1.809
+(ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.809
 (cutable format, and the \214le is not a directory).15 F 4.309(,i)-.65 G
-4.309(ti)-4.309 G(s)-4.309 E .677(assumed to be a)108 96 R/F1 10
-/Times-Italic@0 SF .678(shell script)3.177 F F0 3.178(,a\214)C .678
+4.309(ti)-4.309 G(s)-4.309 E .678(assumed to be a)108 336 R/F5 10
+/Times-Italic@0 SF .678(shell script)3.178 F F0 3.178(,a\214)C .678
 (le containing shell commands.)-3.178 F 3.178(As)5.678 G .678
-(ubshell is spa)-3.178 F .678(wned to e)-.15 F -.15(xe)-.15 G .678
-(cute it.).15 F(This)5.678 E .33
-(subshell reinitializes itself, so that the ef)108 108 R .33
-(fect is as if a ne)-.25 F 2.829(ws)-.25 G .329(hell had been in)-2.829
-F -.2(vo)-.4 G -.1(ke).2 G 2.829(dt).1 G 2.829(oh)-2.829 G .329
-(andle the script, with)-2.829 F 1.219(the e)108 120 R 1.219
+(ubshell is spa)-3.178 F .677(wned to e)-.15 F -.15(xe)-.15 G .677
+(cute it.).15 F(This)5.677 E .329
+(subshell reinitializes itself, so that the ef)108 348 R .329
+(fect is as if a ne)-.25 F 2.83(ws)-.25 G .33(hell had been in)-2.83 F
+-.2(vo)-.4 G -.1(ke).2 G 2.83(dt).1 G 2.83(oh)-2.83 G .33
+(andle the script, with)-2.83 F 1.219(the e)108 360 R 1.219
 (xception that the locations of commands remembered by the parent \(see)
--.15 F/F2 10/Times-Bold@0 SF(hash)3.719 E F0(belo)3.719 E 3.719(wu)-.25
-G(nder)-3.719 E/F3 9/Times-Bold@0 SF(SHELL)3.719 E -.09(BU)108 132 S(IL)
-.09 E(TIN COMMANDS)-.828 E/F4 9/Times-Roman@0 SF(\))A F0
-(are retained by the child.)2.25 E .348(If the program is a \214le be)
-108 148.8 R .348(ginning with)-.15 F F2(#!)2.848 E F0 2.848(,t)C .347(h\
+-.15 F F4(hash)3.719 E F0(belo)3.719 E 3.719(wu)-.25 G(nder)-3.719 E F2
+(SHELL)3.719 E -.09(BU)108 372 S(IL).09 E(TIN COMMANDS)-.828 E F3(\))A
+F0(are retained by the child.)2.25 E .347(If the program is a \214le be)
+108 388.8 R .347(ginning with)-.15 F F4(#!)2.847 E F0 2.847(,t)C .348(h\
 e remainder of the \214rst line speci\214es an interpreter for the pro-)
--2.848 F 3.178(gram. The)108 160.8 R .678(shell e)3.178 F -.15(xe)-.15 G
+-2.847 F 3.178(gram. The)108 400.8 R .678(shell e)3.178 F -.15(xe)-.15 G
 .678(cutes the speci\214ed interpreter on operating systems that do not\
- handle this e).15 F -.15(xe)-.15 G(cutable).15 E 1.193(format themselv)
-108 172.8 R 3.693(es. The)-.15 F(ar)3.693 E 1.193
-(guments to the interpreter consist of a single optional ar)-.18 F 1.192
-(gument follo)-.18 F 1.192(wing the)-.25 F 1.13
-(interpreter name on the \214rst line of the program, follo)108 184.8 R
-1.131(wed by the name of the program, follo)-.25 F 1.131(wed by the)-.25
-F(command ar)108 196.8 Q(guments, if an)-.18 E -.65(y.)-.15 G/F5 10.95
-/Times-Bold@0 SF(COMMAND EXECUTION ENVIR)72 213.6 Q(ONMENT)-.329 E F0
-(The shell has an)108 225.6 Q F1 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E
-(onment)-.45 E F0 2.5(,w)C(hich consists of the follo)-2.5 E(wing:)-.25
-E 32.5<836f>108 254.4 S 1.406(pen \214les inherited by the shell at in)
--32.5 F -.2(vo)-.4 G 1.405
-(cation, as modi\214ed by redirections supplied to the).2 F F2(exec)
-3.905 E F0 -.2(bu)144 266.4 S(iltin).2 E 32.5<8374>108 283.2 S
-(he current w)-32.5 E(orking directory as set by)-.1 E F2(cd)2.5 E F0(,)
-A F2(pushd)2.5 E F0 2.5(,o)C(r)-2.5 E F2(popd)2.5 E F0 2.5(,o)C 2.5(ri)
+ handle this e).15 F -.15(xe)-.15 G(cutable).15 E 1.192(format themselv)
+108 412.8 R 3.692(es. The)-.15 F(ar)3.693 E 1.193
+(guments to the interpreter consist of a single optional ar)-.18 F 1.193
+(gument follo)-.18 F 1.193(wing the)-.25 F 1.131
+(interpreter name on the \214rst line of the program, follo)108 424.8 R
+1.13(wed by the name of the program, follo)-.25 F 1.13(wed by the)-.25 F
+(command ar)108 436.8 Q(guments, if an)-.18 E -.65(y.)-.15 G F1
+(COMMAND EXECUTION ENVIR)72 453.6 Q(ONMENT)-.329 E F0(The shell has an)
+108 465.6 Q F5 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E(onment)-.45 E F0
+2.5(,w)C(hich consists of the follo)-2.5 E(wing:)-.25 E 32.5<836f>108
+494.4 S 1.405(pen \214les inherited by the shell at in)-32.5 F -.2(vo)
+-.4 G 1.406(cation, as modi\214ed by redirections supplied to the).2 F
+F4(exec)3.906 E F0 -.2(bu)144 506.4 S(iltin).2 E 32.5<8374>108 523.2 S
+(he current w)-32.5 E(orking directory as set by)-.1 E F4(cd)2.5 E F0(,)
+A F4(pushd)2.5 E F0 2.5(,o)C(r)-2.5 E F4(popd)2.5 E F0 2.5(,o)C 2.5(ri)
 -2.5 G(nherited by the shell at in)-2.5 E -.2(vo)-.4 G(cation).2 E 32.5
-<8374>108 300 S(he \214le creation mode mask as set by)-32.5 E F2(umask)
+<8374>108 540 S(he \214le creation mode mask as set by)-32.5 E F4(umask)
 2.5 E F0(or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent)-2.5 E
-32.5<8363>108 316.8 S(urrent traps set by)-32.5 E F2(trap)2.5 E F0 32.5
-<8373>108 333.6 S .256(hell parameters that are set by v)-32.5 F .256
-(ariable assignment or with)-.25 F F2(set)2.756 E F0 .257
-(or inherited from the shell')2.756 F 2.757(sp)-.55 G(arent)-2.757 E
-(in the en)144 345.6 Q(vironment)-.4 E 32.5<8373>108 362.4 S
+32.5<8363>108 556.8 S(urrent traps set by)-32.5 E F4(trap)2.5 E F0 32.5
+<8373>108 573.6 S .257(hell parameters that are set by v)-32.5 F .256
+(ariable assignment or with)-.25 F F4(set)2.756 E F0 .256
+(or inherited from the shell')2.756 F 2.756(sp)-.55 G(arent)-2.756 E
+(in the en)144 585.6 Q(vironment)-.4 E 32.5<8373>108 602.4 S
 (hell functions de\214ned during e)-32.5 E -.15(xe)-.15 G
 (cution or inherited from the shell').15 E 2.5(sp)-.55 G
-(arent in the en)-2.5 E(vironment)-.4 E 32.5<836f>108 379.2 S
+(arent in the en)-2.5 E(vironment)-.4 E 32.5<836f>108 619.2 S
 (ptions enabled at in)-32.5 E -.2(vo)-.4 G(cation \(either by def).2 E
-(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F2(set)2.5 E
-F0 32.5<836f>108 396 S(ptions enabled by)-32.5 E F2(shopt)2.5 E F0 32.5
-<8373>108 412.8 S(hell aliases de\214ned with)-32.5 E F2(alias)2.5 E F0
-32.5<8376>108 429.6 S
+(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F4(set)2.5 E
+F0 32.5<836f>108 636 S(ptions enabled by)-32.5 E F4(shopt)2.5 E F0 32.5
+<8373>108 652.8 S(hell aliases de\214ned with)-32.5 E F4(alias)2.5 E F0
+32.5<8376>108 669.6 S
 (arious process IDs, including those of background jobs, the v)-32.75 E
-(alue of)-.25 E F2($$)2.5 E F0 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E
-F2($PPID)2.5 E F0 .427(When a simple command other than a b)108 446.4 R
-.426(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .426
-(cuted, it is in).15 F -.2(vo)-.4 G -.1(ke).2 G 2.926(di).1 G 2.926(nas)
--2.926 G(eparate)-2.926 E -.15(exe)108 458.4 S .133(cution en).15 F .133
+(alue of)-.25 E F4($$)2.5 E F0 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E
+F4($PPID)2.5 E F0 .426(When a simple command other than a b)108 686.4 R
+.427(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .427
+(cuted, it is in).15 F -.2(vo)-.4 G -.1(ke).2 G 2.927(di).1 G 2.927(nas)
+-2.927 G(eparate)-2.927 E -.15(exe)108 698.4 S .134(cution en).15 F .134
 (vironment that consists of the follo)-.4 F 2.634(wing. Unless)-.25 F
-.134(otherwise noted, the v)2.634 F .134(alues are inherited from)-.25 F
-(the shell.)108 470.4 Q 32.5<8374>108 499.2 S 1.056(he shell')-32.5 F
-3.556(so)-.55 G 1.056(pen \214les, plus an)-3.556 F 3.556(ym)-.15 G
-1.056
+.133(otherwise noted, the v)2.634 F .133(alues are inherited from)-.25 F
+(the shell.)108 710.4 Q(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385
+(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(22)-2.5 G(7)-197.965 E
+0 Cg EP
+%%Page: 28 28
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E 32.5<8374>108 84 S 1.055(he shell')-32.5 F 3.555(so)-.55 G 1.055
+(pen \214les, plus an)-3.555 F 3.556(ym)-.15 G 1.056
 (odi\214cations and additions speci\214ed by redirections to the com-)
--3.556 F(mand)144 511.2 Q 32.5<8374>108 528 S(he current w)-32.5 E
-(orking directory)-.1 E 32.5<8374>108 544.8 S
-(he \214le creation mode mask)-32.5 E 32.5<8373>108 561.6 S .856(hell v)
+-3.556 F(mand)144 96 Q 32.5<8374>108 112.8 S(he current w)-32.5 E
+(orking directory)-.1 E 32.5<8374>108 129.6 S
+(he \214le creation mode mask)-32.5 E 32.5<8373>108 146.4 S .857(hell v)
 -32.5 F .857(ariables and functions mark)-.25 F .857(ed for e)-.1 F .857
 (xport, along with v)-.15 F .857(ariables e)-.25 F .857
-(xported for the command,)-.15 F(passed in the en)144 573.6 Q(vironment)
--.4 E 32.5<8374>108 590.4 S .307
-(raps caught by the shell are reset to the v)-32.5 F .306
-(alues inherited from the shell')-.25 F 2.806(sp)-.55 G .306
-(arent, and traps ignored)-2.806 F(by the shell are ignored)144 602.4 Q
-2.5(Ac)108 619.2 S(ommand in)-2.5 E -.2(vo)-.4 G -.1(ke).2 G 2.5(di).1 G
+(xported for the command,)-.15 F(passed in the en)144 158.4 Q(vironment)
+-.4 E 32.5<8374>108 175.2 S .306
+(raps caught by the shell are reset to the v)-32.5 F .307
+(alues inherited from the shell')-.25 F 2.807(sp)-.55 G .307
+(arent, and traps ignored)-2.807 F(by the shell are ignored)144 187.2 Q
+2.5(Ac)108 204 S(ommand in)-2.5 E -.2(vo)-.4 G -.1(ke).2 G 2.5(di).1 G
 2.5(nt)-2.5 G(his separate en)-2.5 E(vironment cannot af)-.4 E
 (fect the shell')-.25 E 2.5(se)-.55 G -.15(xe)-2.65 G(cution en).15 E
 (vironment.)-.4 E .577(Command substitution, commands grouped with pare\
-ntheses, and asynchronous commands are in)108 636 R -.2(vo)-.4 G -.1(ke)
-.2 G 3.078(di).1 G(n)-3.078 E 2.745(as)108 648 S .245(ubshell en)-2.745
-F .245(vironment that is a duplicate of the shell en)-.4 F .244
-(vironment, e)-.4 F .244(xcept that traps caught by the shell are)-.15 F
-.358(reset to the v)108 660 R .358
+ntheses, and asynchronous commands are in)108 220.8 R -.2(vo)-.4 G -.1
+(ke).2 G 3.077(di).1 G(n)-3.077 E 2.744(as)108 232.8 S .244(ubshell en)
+-2.744 F .244(vironment that is a duplicate of the shell en)-.4 F .245
+(vironment, e)-.4 F .245(xcept that traps caught by the shell are)-.15 F
+.359(reset to the v)108 244.8 R .358
 (alues that the shell inherited from its parent at in)-.25 F -.2(vo)-.4
-G 2.858(cation. Builtin).2 F .359(commands that are in)2.859 F -.2(vo)
--.4 G -.1(ke).2 G(d).1 E .857(as part of a pipeline are also e)108 672 R
--.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.356
-(vironment. Changes)-.4 F .856(made to the subshell en)3.356 F(viron-)
--.4 E(ment cannot af)108 684 Q(fect the shell')-.25 E 2.5(se)-.55 G -.15
-(xe)-2.65 G(cution en).15 E(vironment.)-.4 E .404(If a command is follo)
-108 700.8 R .404(wed by a)-.25 F F2(&)2.904 E F0 .405
-(and job control is not acti)2.904 F -.15(ve)-.25 G 2.905(,t).15 G .405
-(he def)-2.905 F .405(ault standard input for the command)-.1 F .198
-(is the empty \214le)108 712.8 R F1(/de)2.698 E(v/null)-.15 E F0 5.198
-(.O)C .198(therwise, the in)-5.198 F -.2(vo)-.4 G -.1(ke).2 G 2.698(dc)
-.1 G .197(ommand inherits the \214le descriptors of the calling shell)
--2.698 F(as modi\214ed by redirections.)108 724.8 Q(GNU Bash-3.0)72 768
-Q(2004 Sep 17)149.01 E(27)199 E 0 Cg EP
-%%Page: 28 28
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10.95/Times-Bold@0 SF(ENVIR)72 84 Q(ONMENT)-.329 E F0 2.353
-(When a program is in)108 96 R -.2(vo)-.4 G -.1(ke).2 G 4.853(di).1 G
-4.853(ti)-4.853 G 4.853(sg)-4.853 G -2.15 -.25(iv e)-4.853 H 4.853(na)
-.25 G 4.853(na)-4.853 G 2.353(rray of strings called the)-4.853 F/F2 10
-/Times-Italic@0 SF(en)4.853 E(vir)-.4 E(onment)-.45 E F0 7.353(.T).68 G
-2.354(his is a list of)-7.353 F F2(name)108 108 Q F0<ad>A F2(value)A F0
-(pairs, of the form)2.5 E F2(name)2.5 E F0(=)A F2(value)A F0(.).18 E
-1.486(The shell pro)108 124.8 R 1.486(vides se)-.15 F -.15(ve)-.25 G
-1.486(ral w).15 F 1.485(ays to manipulate the en)-.1 F 3.985
-(vironment. On)-.4 F(in)3.985 E -.2(vo)-.4 G 1.485
-(cation, the shell scans its o).2 F(wn)-.25 E(en)108 136.8 Q .144(viron\
+G 2.858(cation. Builtin).2 F .358(commands that are in)2.858 F -.2(vo)
+-.4 G -.1(ke).2 G(d).1 E .856(as part of a pipeline are also e)108 256.8
+R -.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.357
+(vironment. Changes)-.4 F .857(made to the subshell en)3.357 F(viron-)
+-.4 E(ment cannot af)108 268.8 Q(fect the shell')-.25 E 2.5(se)-.55 G
+-.15(xe)-2.65 G(cution en).15 E(vironment.)-.4 E .405
+(If a command is follo)108 285.6 R .405(wed by a)-.25 F/F1 10
+/Times-Bold@0 SF(&)2.905 E F0 .404(and job control is not acti)2.905 F
+-.15(ve)-.25 G 2.904(,t).15 G .404(he def)-2.904 F .404
+(ault standard input for the command)-.1 F .197(is the empty \214le)108
+297.6 R/F2 10/Times-Italic@0 SF(/de)2.697 E(v/null)-.15 E F0 5.197(.O)C
+.197(therwise, the in)-5.197 F -.2(vo)-.4 G -.1(ke).2 G 2.697(dc).1 G
+.198(ommand inherits the \214le descriptors of the calling shell)-2.697
+F(as modi\214ed by redirections.)108 309.6 Q/F3 10.95/Times-Bold@0 SF
+(ENVIR)72 326.4 Q(ONMENT)-.329 E F0 2.354(When a program is in)108 338.4
+R -.2(vo)-.4 G -.1(ke).2 G 4.853(di).1 G 4.853(ti)-4.853 G 4.853(sg)
+-4.853 G -2.15 -.25(iv e)-4.853 H 4.853(na).25 G 4.853(na)-4.853 G 2.353
+(rray of strings called the)-4.853 F F2(en)4.853 E(vir)-.4 E(onment)-.45
+E F0 7.353(.T).68 G 2.353(his is a list of)-7.353 F F2(name)108 350.4 Q
+F0<ad>A F2(value)A F0(pairs, of the form)2.5 E F2(name)2.5 E F0(=)A F2
+(value)A F0(.).18 E 1.485(The shell pro)108 367.2 R 1.485(vides se)-.15
+F -.15(ve)-.25 G 1.485(ral w).15 F 1.485(ays to manipulate the en)-.1 F
+3.985(vironment. On)-.4 F(in)3.985 E -.2(vo)-.4 G 1.486
+(cation, the shell scans its o).2 F(wn)-.25 E(en)108 379.2 Q .144(viron\
 ment and creates a parameter for each name found, automatically marking\
- it for)-.4 F F2 -.2(ex)2.644 G(port).2 E F0 .144(to child pro-)3.324 F
-2.704(cesses. Ex)108 148.8 R .203(ecuted commands inherit the en)-.15 F
-2.703(vironment. The)-.4 F/F3 10/Times-Bold@0 SF(export)2.703 E F0(and)
-2.703 E F3(declar)2.703 E 2.703<65ad>-.18 G(x)-2.703 E F0 .203
-(commands allo)2.703 F 2.703(wp)-.25 G(aram-)-2.703 E 1.153
-(eters and functions to be added to and deleted from the en)108 160.8 R
-3.653(vironment. If)-.4 F 1.153(the v)3.653 F 1.154
-(alue of a parameter in the)-.25 F(en)108 172.8 Q .64
+ it for)-.4 F F2 -.2(ex)2.643 G(port).2 E F0 .143(to child pro-)3.323 F
+2.703(cesses. Ex)108 391.2 R .203(ecuted commands inherit the en)-.15 F
+2.703(vironment. The)-.4 F F1(export)2.703 E F0(and)2.703 E F1(declar)
+2.703 E 2.703<65ad>-.18 G(x)-2.703 E F0 .203(commands allo)2.703 F 2.704
+(wp)-.25 G(aram-)-2.704 E 1.153
+(eters and functions to be added to and deleted from the en)108 403.2 R
+3.653(vironment. If)-.4 F 1.153(the v)3.653 F 1.153
+(alue of a parameter in the)-.25 F(en)108 415.2 Q .64
 (vironment is modi\214ed, the ne)-.4 F 3.14(wv)-.25 G .64
 (alue becomes part of the en)-3.39 F .64(vironment, replacing the old.)
--.4 F .64(The en)5.64 F(viron-)-.4 E .58(ment inherited by an)108 184.8
+-.4 F .64(The en)5.64 F(viron-)-.4 E .58(ment inherited by an)108 427.2
 R 3.08(ye)-.15 G -.15(xe)-3.23 G .58
 (cuted command consists of the shell').15 F 3.08(si)-.55 G .58
 (nitial en)-3.08 F .58(vironment, whose v)-.4 F .58(alues may be)-.25 F
-.301(modi\214ed in the shell, less an)108 196.8 R 2.801(yp)-.15 G .301
-(airs remo)-2.801 F -.15(ve)-.15 G 2.801(db).15 G 2.801(yt)-2.801 G(he)
--2.801 E F3(unset)2.801 E F0 .3(command, plus an)2.8 F 2.8(ya)-.15 G .3
-(dditions via the)-2.8 F F3(export)2.8 E F0(and)2.8 E F3(declar)108
-208.8 Q 2.5<65ad>-.18 G(x)-2.5 E F0(commands.)2.5 E .562(The en)108
-225.6 R .562(vironment for an)-.4 F(y)-.15 E F2 .562(simple command)
-3.402 F F0 .563
+.3(modi\214ed in the shell, less an)108 439.2 R 2.8(yp)-.15 G .3
+(airs remo)-2.8 F -.15(ve)-.15 G 2.8(db).15 G 2.801(yt)-2.8 G(he)-2.801
+E F1(unset)2.801 E F0 .301(command, plus an)2.801 F 2.801(ya)-.15 G .301
+(dditions via the)-2.801 F F1(export)2.801 E F0(and)2.801 E F1(declar)
+108 451.2 Q 2.5<65ad>-.18 G(x)-2.5 E F0(commands.)2.5 E .563(The en)108
+468 R .563(vironment for an)-.4 F(y)-.15 E F2 .563(simple command)3.403
+F F0 .562
 (or function may be augmented temporarily by pre\214xing it with)3.833 F
-.203(parameter assignments, as described abo)108 237.6 R .502 -.15(ve i)
+.202(parameter assignments, as described abo)108 480 R .502 -.15(ve i)
 -.15 H(n).15 E/F4 9/Times-Bold@0 SF -.666(PA)2.702 G(RAMETERS).666 E/F5
 9/Times-Roman@0 SF(.)A F0 .202(These assignment statements af)4.702 F
-.202(fect only the)-.25 F(en)108 249.6 Q
-(vironment seen by that command.)-.4 E .81(If the)108 266.4 R F3<ad6b>
-3.31 E F0 .81(option is set \(see the)3.31 F F3(set)3.31 E F0 -.2(bu)
-3.31 G .81(iltin command belo).2 F .81(w\), then)-.25 F F2(all)3.64 E F0
-.81(parameter assignments are placed in)3.82 F(the en)108 278.4 Q
+.203(fect only the)-.25 F(en)108 492 Q(vironment seen by that command.)
+-.4 E .81(If the)108 508.8 R F1<ad6b>3.31 E F0 .81
+(option is set \(see the)3.31 F F1(set)3.31 E F0 -.2(bu)3.31 G .81
+(iltin command belo).2 F .81(w\), then)-.25 F F2(all)3.64 E F0 .81
+(parameter assignments are placed in)3.82 F(the en)108 520.8 Q
 (vironment for a command, not just those that precede the command name.)
--.4 E(When)108 295.2 Q F3(bash)3.397 E F0(in)3.397 E -.2(vo)-.4 G -.1
-(ke).2 G 3.397(sa).1 G 3.397(ne)-3.397 G .897(xternal command, the v)
--3.547 F(ariable)-.25 E F3(_)3.397 E F0 .897
+-.4 E(When)108 537.6 Q F1(bash)3.396 E F0(in)3.396 E -.2(vo)-.4 G -.1
+(ke).2 G 3.396(sa).1 G 3.397(ne)-3.396 G .897(xternal command, the v)
+-3.547 F(ariable)-.25 E F1(_)3.397 E F0 .897
 (is set to the full \214le name of the command and)3.397 F
-(passed to that command in its en)108 307.2 Q(vironment.)-.4 E F1
-(EXIT ST)72 324 Q -1.04(AT)-.986 G(US)1.04 E F0 -.15(Fo)108 336 S 3.372
-(rt).15 G .872(he shell')-3.372 F 3.372(sp)-.55 G .873
-(urposes, a command which e)-3.372 F .873(xits with a zero e)-.15 F .873
-(xit status has succeeded.)-.15 F .873(An e)5.873 F .873(xit status of)
--.15 F .049(zero indicates success.)108 348 R 2.549(An)5.049 G .049
-(on-zero e)-2.549 F .049(xit status indicates f)-.15 F 2.549
-(ailure. When)-.1 F 2.549(ac)2.549 G .048(ommand terminates on a f)
--2.549 F .048(atal sig-)-.1 F(nal)108 360 Q F2(N)2.5 E F0(,)A F3(bash)
+(passed to that command in its en)108 549.6 Q(vironment.)-.4 E F3
+(EXIT ST)72 566.4 Q -1.04(AT)-.986 G(US)1.04 E F0 -.15(Fo)108 578.4 S
+3.373(rt).15 G .873(he shell')-3.373 F 3.373(sp)-.55 G .873
+(urposes, a command which e)-3.373 F .873(xits with a zero e)-.15 F .873
+(xit status has succeeded.)-.15 F .872(An e)5.872 F .872(xit status of)
+-.15 F .048(zero indicates success.)108 590.4 R 2.548(An)5.048 G .049
+(on-zero e)-2.548 F .049(xit status indicates f)-.15 F 2.549
+(ailure. When)-.1 F 2.549(ac)2.549 G .049(ommand terminates on a f)
+-2.549 F .049(atal sig-)-.1 F(nal)108 602.4 Q F2(N)2.5 E F0(,)A F1(bash)
 2.5 E F0(uses the v)2.5 E(alue of 128+)-.25 E F2(N)A F0(as the e)2.5 E
-(xit status.)-.15 E .404
-(If a command is not found, the child process created to e)108 376.8 R
--.15(xe)-.15 G .404(cute it returns a status of 127.).15 F .405
-(If a command is)5.405 F(found b)108 388.8 Q(ut is not e)-.2 E -.15(xe)
--.15 G(cutable, the return status is 126.).15 E(If a command f)108 405.6
-Q(ails because of an error during e)-.1 E
-(xpansion or redirection, the e)-.15 E(xit status is greater than zero.)
--.15 E .081(Shell b)108 422.4 R .081
-(uiltin commands return a status of 0 \()-.2 F F2(true)A F0 2.581(\)i)C
-2.581(fs)-2.581 G .08(uccessful, and non-zero \()-2.581 F F2(false)A F0
-2.58(\)i)C 2.58(fa)-2.58 G 2.58(ne)-2.58 G .08(rror occurs while)-2.58 F
-(the)108 434.4 Q 2.5(ye)-.15 G -.15(xe)-2.65 G 2.5(cute. All).15 F -.2
-(bu)2.5 G(iltins return an e).2 E
-(xit status of 2 to indicate incorrect usage.)-.15 E F3(Bash)108 451.2 Q
-F0 .201(itself returns the e)2.701 F .202
-(xit status of the last command e)-.15 F -.15(xe)-.15 G .202
-(cuted, unless a syntax error occurs, in which case).15 F(it e)108 463.2
-Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F3
-(exit)2.5 E F0 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G F1
-(SIGN)72 480 Q(ALS)-.219 E F0(When)108 492 Q F3(bash)3.183 E F0 .683
-(is interacti)3.183 F -.15(ve)-.25 G 3.183(,i).15 G 3.183(nt)-3.183 G
-.683(he absence of an)-3.183 F 3.183(yt)-.15 G .683(raps, it ignores)
--3.183 F F4(SIGTERM)3.183 E F0 .682(\(so that)2.933 F F3 .682(kill 0)
-3.182 F F0 .682(does not kill an)3.182 F(interacti)108 504 Q .757 -.15
-(ve s)-.25 H .457(hell\), and).15 F F4(SIGINT)2.957 E F0 .458
-(is caught and handled \(so that the)2.707 F F3(wait)2.958 E F0 -.2(bu)
-2.958 G .458(iltin is interruptible\).).2 F .458(In all cases,)5.458 F
-F3(bash)108 516 Q F0(ignores)2.5 E F4(SIGQ)2.5 E(UIT)-.09 E F5(.)A F0
-(If job control is in ef)4.5 E(fect,)-.25 E F3(bash)2.5 E F0(ignores)2.5
-E F4(SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25
-E F4(SIGTSTP)2.5 E F5(.)A F0(Non-b)108 532.8 Q 1.065
-(uiltin commands run by)-.2 F F3(bash)3.565 E F0(ha)3.565 E 1.365 -.15
-(ve s)-.2 H 1.065(ignal handlers set to the v).15 F 1.064
-(alues inherited by the shell from its)-.25 F 3.247(parent. When)108
-544.8 R .747(job control is not in ef)3.247 F .747
-(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.248 E F0(and)
-2.998 E F4(SIGQ)3.248 E(UIT)-.09 E F0 .748(in addi-)2.998 F .653
-(tion to these inherited handlers.)108 556.8 R .653
-(Commands run as a result of command substitution ignore the k)5.653 F
--.15(ey)-.1 G(board-).15 E(generated job control signals)108 568.8 Q F4
-(SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25 E F4
-(SIGTSTP)2.5 E F5(.)A F0 2.045(The shell e)108 585.6 R 2.045
-(xits by def)-.15 F 2.045(ault upon receipt of a)-.1 F F4(SIGHUP)4.545 E
-F5(.)A F0 2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.346
--.15(ve s)-.25 H 2.046(hell resends the).15 F F4(SIGHUP)108 597.6 Q F0
-1.005(to all jobs, running or stopped.)3.255 F 1.004
-(Stopped jobs are sent)6.005 F F4(SIGCONT)3.504 E F0 1.004
-(to ensure that the)3.254 F 3.504(yr)-.15 G(ecei)-3.504 E 1.304 -.15
-(ve t)-.25 H(he).15 E F4(SIGHUP)108 609.6 Q F5(.)A F0 2.529 -.8(To p)
-5.429 H(re).8 E -.15(ve)-.25 G .93(nt the shell from sending the signal\
- to a particular job, it should be remo).15 F -.15(ve)-.15 G 3.43(df).15
-G .93(rom the)-3.43 F 1.357(jobs table with the)108 621.6 R F3(diso)
-3.857 E(wn)-.1 E F0 -.2(bu)3.857 G 1.357(iltin \(see).2 F F4 1.356
-(SHELL B)3.856 F(UIL)-.09 E 1.356(TIN COMMANDS)-.828 F F0(belo)3.606 E
-1.356(w\) or mark)-.25 F 1.356(ed to not recei)-.1 F -.15(ve)-.25 G F4
-(SIGHUP)108 633.6 Q F0(using)2.25 E F3(diso)2.5 E(wn \255h)-.1 E F0(.)A
-.166(If the)108 650.4 R F3(huponexit)2.666 E F0 .166
-(shell option has been set with)2.666 F F3(shopt)2.666 E F0(,)A F3(bash)
-2.666 E F0 .166(sends a)2.666 F F4(SIGHUP)2.666 E F0 .166
-(to all jobs when an interacti)2.416 F -.15(ve)-.25 G(login shell e)108
-662.4 Q(xits.)-.15 E(If)108 679.2 Q F3(bash)3.047 E F0 .547(is w)3.047 F
-.546(aiting for a command to complete and recei)-.1 F -.15(ve)-.25 G
-3.046(sas).15 G .546(ignal for which a trap has been set, the trap)
--3.046 F .662(will not be e)108 691.2 R -.15(xe)-.15 G .662
-(cuted until the command completes.).15 F(When)5.663 E F3(bash)3.163 E
-F0 .663(is w)3.163 F .663(aiting for an asynchronous command)-.1 F .99
-(via the)108 703.2 R F3(wait)3.49 E F0 -.2(bu)3.49 G .99(iltin, the rec\
-eption of a signal for which a trap has been set will cause the).2 F F3
-(wait)3.49 E F0 -.2(bu)3.49 G .99(iltin to).2 F
-(return immediately with an e)108 715.2 Q
-(xit status greater than 128, immediately after which the trap is e)-.15
-E -.15(xe)-.15 G(cuted.).15 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E
-(28)199 E 0 Cg EP
+(xit status.)-.15 E .405
+(If a command is not found, the child process created to e)108 619.2 R
+-.15(xe)-.15 G .404(cute it returns a status of 127.).15 F .404
+(If a command is)5.404 F(found b)108 631.2 Q(ut is not e)-.2 E -.15(xe)
+-.15 G(cutable, the return status is 126.).15 E(If a command f)108 648 Q
+(ails because of an error during e)-.1 E(xpansion or redirection, the e)
+-.15 E(xit status is greater than zero.)-.15 E .08(Shell b)108 664.8 R
+.08(uiltin commands return a status of 0 \()-.2 F F2(true)A F0 2.581
+(\)i)C 2.581(fs)-2.581 G .081(uccessful, and non-zero \()-2.581 F F2
+(false)A F0 2.581(\)i)C 2.581(fa)-2.581 G 2.581(ne)-2.581 G .081
+(rror occurs while)-2.581 F(the)108 676.8 Q 2.5(ye)-.15 G -.15(xe)-2.65
+G 2.5(cute. All).15 F -.2(bu)2.5 G(iltins return an e).2 E
+(xit status of 2 to indicate incorrect usage.)-.15 E F1(Bash)108 693.6 Q
+F0 .202(itself returns the e)2.702 F .202
+(xit status of the last command e)-.15 F -.15(xe)-.15 G .201
+(cuted, unless a syntax error occurs, in which case).15 F(it e)108 705.6
+Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F1
+(exit)2.5 E F0 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(22)-2.5 G(8)-197.965 E 0 Cg EP
 %%Page: 29 29
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10.95/Times-Bold@0 SF(JOB CONTR)72 84 Q(OL)-.329 E/F2 10
-/Times-Italic@0 SF -.25(Jo)108 96 S 4.567(bc).25 G(ontr)-4.567 E(ol)-.45
-E F0 2.067(refers to the ability to selecti)5.077 F -.15(ve)-.25 G 2.067
-(ly stop \().15 F F2(suspend)A F0 4.567(\)t)C 2.068(he e)-4.567 F -.15
-(xe)-.15 G 2.068(cution of processes and continue).15 F(\()108 108 Q F2
--.37(re)C(sume).37 E F0 3.202(\)t)C .702(heir e)-3.202 F -.15(xe)-.15 G
-.702(cution at a later point.).15 F 3.202(Au)5.702 G .702
+-.35 E/F1 10.95/Times-Bold@0 SF(SIGN)72 84 Q(ALS)-.219 E F0(When)108 96
+Q/F2 10/Times-Bold@0 SF(bash)3.182 E F0 .682(is interacti)3.182 F -.15
+(ve)-.25 G 3.182(,i).15 G 3.182(nt)-3.182 G .682(he absence of an)-3.182
+F 3.183(yt)-.15 G .683(raps, it ignores)-3.183 F/F3 9/Times-Bold@0 SF
+(SIGTERM)3.183 E F0 .683(\(so that)2.933 F F2 .683(kill 0)3.183 F F0
+.683(does not kill an)3.183 F(interacti)108 108 Q .758 -.15(ve s)-.25 H
+.458(hell\), and).15 F F3(SIGINT)2.958 E F0 .458
+(is caught and handled \(so that the)2.708 F F2(wait)2.958 E F0 -.2(bu)
+2.958 G .457(iltin is interruptible\).).2 F .457(In all cases,)5.457 F
+F2(bash)108 120 Q F0(ignores)2.5 E F3(SIGQ)2.5 E(UIT)-.09 E/F4 9
+/Times-Roman@0 SF(.)A F0(If job control is in ef)4.5 E(fect,)-.25 E F2
+(bash)2.5 E F0(ignores)2.5 E F3(SIGTTIN)2.5 E F4(,)A F3(SIGTT)2.25 E(OU)
+-.162 E F4(,)A F0(and)2.25 E F3(SIGTSTP)2.5 E F4(.)A F0(Non-b)108 136.8
+Q 1.064(uiltin commands run by)-.2 F F2(bash)3.564 E F0(ha)3.564 E 1.365
+-.15(ve s)-.2 H 1.065(ignal handlers set to the v).15 F 1.065
+(alues inherited by the shell from its)-.25 F 3.248(parent. When)108
+148.8 R .748(job control is not in ef)3.248 F .747
+(fect, asynchronous commands ignore)-.25 F F3(SIGINT)3.247 E F0(and)
+2.997 E F3(SIGQ)3.247 E(UIT)-.09 E F0 .747(in addi-)2.997 F .652
+(tion to these inherited handlers.)108 160.8 R .653
+(Commands run as a result of command substitution ignore the k)5.652 F
+-.15(ey)-.1 G(board-).15 E(generated job control signals)108 172.8 Q F3
+(SIGTTIN)2.5 E F4(,)A F3(SIGTT)2.25 E(OU)-.162 E F4(,)A F0(and)2.25 E F3
+(SIGTSTP)2.5 E F4(.)A F0 2.046(The shell e)108 189.6 R 2.046
+(xits by def)-.15 F 2.045(ault upon receipt of a)-.1 F F3(SIGHUP)4.545 E
+F4(.)A F0 2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.345
+-.15(ve s)-.25 H 2.045(hell resends the).15 F F3(SIGHUP)108 201.6 Q F0
+1.004(to all jobs, running or stopped.)3.254 F 1.004
+(Stopped jobs are sent)6.004 F F3(SIGCONT)3.505 E F0 1.005
+(to ensure that the)3.255 F 3.505(yr)-.15 G(ecei)-3.505 E 1.305 -.15
+(ve t)-.25 H(he).15 E F3(SIGHUP)108 213.6 Q F4(.)A F0 2.53 -.8(To p)5.43
+H(re).8 E -.15(ve)-.25 G .93(nt the shell from sending the signal to a \
+particular job, it should be remo).15 F -.15(ve)-.15 G 3.429(df).15 G
+.929(rom the)-3.429 F 1.356(jobs table with the)108 225.6 R F2(diso)
+3.856 E(wn)-.1 E F0 -.2(bu)3.856 G 1.356(iltin \(see).2 F F3 1.356
+(SHELL B)3.856 F(UIL)-.09 E 1.356(TIN COMMANDS)-.828 F F0(belo)3.607 E
+1.357(w\) or mark)-.25 F 1.357(ed to not recei)-.1 F -.15(ve)-.25 G F3
+(SIGHUP)108 237.6 Q F0(using)2.25 E F2(diso)2.5 E(wn \255h)-.1 E F0(.)A
+.166(If the)108 254.4 R F2(huponexit)2.666 E F0 .166
+(shell option has been set with)2.666 F F2(shopt)2.666 E F0(,)A F2(bash)
+2.666 E F0 .166(sends a)2.666 F F3(SIGHUP)2.666 E F0 .166
+(to all jobs when an interacti)2.416 F -.15(ve)-.25 G(login shell e)108
+266.4 Q(xits.)-.15 E(If)108 283.2 Q F2(bash)3.046 E F0 .546(is w)3.046 F
+.546(aiting for a command to complete and recei)-.1 F -.15(ve)-.25 G
+3.046(sas).15 G .546(ignal for which a trap has been set, the trap)
+-3.046 F .663(will not be e)108 295.2 R -.15(xe)-.15 G .663
+(cuted until the command completes.).15 F(When)5.663 E F2(bash)3.163 E
+F0 .662(is w)3.163 F .662(aiting for an asynchronous command)-.1 F .99
+(via the)108 307.2 R F2(wait)3.49 E F0 -.2(bu)3.49 G .99(iltin, the rec\
+eption of a signal for which a trap has been set will cause the).2 F F2
+(wait)3.49 E F0 -.2(bu)3.49 G .99(iltin to).2 F
+(return immediately with an e)108 319.2 Q
+(xit status greater than 128, immediately after which the trap is e)-.15
+E -.15(xe)-.15 G(cuted.).15 E F1(JOB CONTR)72 336 Q(OL)-.329 E/F5 10
+/Times-Italic@0 SF -.25(Jo)108 348 S 4.568(bc).25 G(ontr)-4.568 E(ol)
+-.45 E F0 2.068(refers to the ability to selecti)5.078 F -.15(ve)-.25 G
+2.067(ly stop \().15 F F5(suspend)A F0 4.567(\)t)C 2.067(he e)-4.567 F
+-.15(xe)-.15 G 2.067(cution of processes and continue).15 F(\()108 360 Q
+F5 -.37(re)C(sume).37 E F0 3.201(\)t)C .701(heir e)-3.201 F -.15(xe)-.15
+G .702(cution at a later point.).15 F 3.202(Au)5.702 G .702
 (ser typically emplo)-3.202 F .702(ys this f)-.1 F .702
-(acility via an interacti)-.1 F 1.001 -.15(ve i)-.25 H(nterf).15 E(ace)
--.1 E(supplied jointly by the system')108 120 Q 2.5(st)-.55 G
-(erminal dri)-2.5 E -.15(ve)-.25 G 2.5(ra).15 G(nd)-2.5 E/F3 10
-/Times-Bold@0 SF(bash)2.5 E F0(.)A .784(The shell associates a)108 136.8
-R F2(job)5.024 E F0 .784(with each pipeline.)3.514 F .784(It k)5.784 F
-.785(eeps a table of currently e)-.1 F -.15(xe)-.15 G .785
-(cuting jobs, which may be).15 F .341(listed with the)108 148.8 R F3
-(jobs)2.841 E F0 2.841(command. When)2.841 F F3(bash)2.841 E F0 .341
-(starts a job asynchronously \(in the)2.841 F F2(bac)2.84 E(kgr)-.2 E
-(ound)-.45 E F0 .34(\), it prints a line).77 F(that looks lik)108 160.8
-Q(e:)-.1 E([1] 25647)144 177.6 Q .241(indicating that this job is job n\
+(acility via an interacti)-.1 F 1.002 -.15(ve i)-.25 H(nterf).15 E(ace)
+-.1 E(supplied jointly by the system')108 372 Q 2.5(st)-.55 G
+(erminal dri)-2.5 E -.15(ve)-.25 G 2.5(ra).15 G(nd)-2.5 E F2(bash)2.5 E
+F0(.)A .785(The shell associates a)108 388.8 R F5(job)5.025 E F0 .785
+(with each pipeline.)3.515 F .784(It k)5.785 F .784
+(eeps a table of currently e)-.1 F -.15(xe)-.15 G .784
+(cuting jobs, which may be).15 F .34(listed with the)108 400.8 R F2
+(jobs)2.84 E F0 2.84(command. When)2.84 F F2(bash)2.84 E F0 .341
+(starts a job asynchronously \(in the)2.84 F F5(bac)2.841 E(kgr)-.2 E
+(ound)-.45 E F0 .341(\), it prints a line).77 F(that looks lik)108 412.8
+Q(e:)-.1 E([1] 25647)144 429.6 Q .241(indicating that this job is job n\
 umber 1 and that the process ID of the last process in the pipeline ass\
-ociated)108 194.4 R .733(with this job is 25647.)108 206.4 R .732
+ociated)108 446.4 R .732(with this job is 25647.)108 458.4 R .733
 (All of the processes in a single pipeline are members of the same job)
-5.733 F(.)-.4 E F3(Bash)5.732 E F0(uses)3.232 E(the)108 218.4 Q F2(job)
-4.24 E F0(abstraction as the basis for job control.)2.73 E 3.062 -.8
-(To f)108 235.2 T 1.462(acilitate the implementation of the user interf)
-.7 F 1.463(ace to job control, the operating system maintains the)-.1 F
-.871(notion of a)108 247.2 R F2(curr)3.371 E .871(ent terminal pr)-.37 F
-.871(ocess gr)-.45 F .871(oup ID)-.45 F F0 5.871(.M)C .87
+5.732 F(.)-.4 E F2(Bash)5.733 E F0(uses)3.233 E(the)108 470.4 Q F5(job)
+4.24 E F0(abstraction as the basis for job control.)2.73 E 3.063 -.8
+(To f)108 487.2 T 1.463(acilitate the implementation of the user interf)
+.7 F 1.462(ace to job control, the operating system maintains the)-.1 F
+.87(notion of a)108 499.2 R F5(curr)3.37 E .87(ent terminal pr)-.37 F
+.871(ocess gr)-.45 F .871(oup ID)-.45 F F0 5.871(.M)C .871
 (embers of this process group \(processes whose process)-5.871 F .023
 (group ID is equal to the current terminal process group ID\) recei)108
-259.2 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023
-(board-generated signals such as).15 F/F4 9/Times-Bold@0 SF(SIG-)2.523 E
-(INT)108 271.2 Q/F5 9/Times-Roman@0 SF(.)A F0 1.347
-(These processes are said to be in the)5.847 F F2(for)3.846 E -.4(eg)
--.37 G -.45(ro).4 G(und).45 E F0(.).77 E F2(Bac)6.926 E(kgr)-.2 E(ound)
--.45 E F0 1.346(processes are those whose process)4.616 F .145
-(group ID dif)108 283.2 R .145(fers from the terminal')-.25 F .146
-(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .146
-(board-generated signals.).15 F .146(Only fore-)5.146 F .042
-(ground processes are allo)108 295.2 R .042
+511.2 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023
+(board-generated signals such as).15 F F3(SIG-)2.522 E(INT)108 523.2 Q
+F4(.)A F0 1.346(These processes are said to be in the)5.846 F F5(for)
+3.847 E -.4(eg)-.37 G -.45(ro).4 G(und).45 E F0(.).77 E F5(Bac)6.927 E
+(kgr)-.2 E(ound)-.45 E F0 1.347(processes are those whose process)4.617
+F .146(group ID dif)108 535.2 R .146(fers from the terminal')-.25 F .146
+(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .145
+(board-generated signals.).15 F .145(Only fore-)5.145 F .041
+(ground processes are allo)108 547.2 R .042
 (wed to read from or write to the terminal.)-.25 F .042
-(Background processes which attempt to)5.042 F 1.639
-(read from \(write to\) the terminal are sent a)108 307.2 R F4 1.64
-(SIGTTIN \(SIGTT)4.14 F(OU\))-.162 E F0 1.64(signal by the terminal dri)
-3.89 F -.15(ve)-.25 G 2.44 -.4(r, w).15 H(hich,).4 E
-(unless caught, suspends the process.)108 319.2 Q 1.088
-(If the operating system on which)108 336 R F3(bash)3.588 E F0 1.088
-(is running supports job control,)3.588 F F3(bash)3.587 E F0 1.087
-(contains f)3.587 F 1.087(acilities to use it.)-.1 F -.8(Ty)108 348 S
-.301(ping the).8 F F2(suspend)3.141 E F0 .301(character \(typically)
-3.571 F F3(^Z)2.801 E F0 2.801(,C)C .301
+(Background processes which attempt to)5.042 F 1.64
+(read from \(write to\) the terminal are sent a)108 559.2 R F3 1.639
+(SIGTTIN \(SIGTT)4.14 F(OU\))-.162 E F0 1.639
+(signal by the terminal dri)3.889 F -.15(ve)-.25 G 2.439 -.4(r, w).15 H
+(hich,).4 E(unless caught, suspends the process.)108 571.2 Q 1.087
+(If the operating system on which)108 588 R F2(bash)3.587 E F0 1.088
+(is running supports job control,)3.588 F F2(bash)3.588 E F0 1.088
+(contains f)3.588 F 1.088(acilities to use it.)-.1 F -.8(Ty)108 600 S
+.302(ping the).8 F F5(suspend)3.142 E F0 .302(character \(typically)
+3.572 F F2(^Z)2.801 E F0 2.801(,C)C .301
 (ontrol-Z\) while a process is running causes that process to be)-2.801
-F 2.143(stopped and returns control to)108 360 R F3(bash)4.642 E F0
-7.142(.T)C 2.142(yping the)-7.942 F F2 2.142(delayed suspend)4.992 F F0
-2.142(character \(typically)5.412 F F3(^Y)4.642 E F0 4.642(,C)C
-(ontrol-Y\))-4.642 E .021(causes the process to be stopped when it atte\
-mpts to read input from the terminal, and control to be returned)108 372
-R(to)108 384 Q F3(bash)3.392 E F0 5.892(.T)C .892
+F 2.142(stopped and returns control to)108 612 R F2(bash)4.642 E F0
+7.142(.T)C 2.142(yping the)-7.942 F F5 2.142(delayed suspend)4.992 F F0
+2.143(character \(typically)5.413 F F2(^Y)4.643 E F0 4.643(,C)C
+(ontrol-Y\))-4.643 E .021(causes the process to be stopped when it atte\
+mpts to read input from the terminal, and control to be returned)108 624
+R(to)108 636 Q F2(bash)3.392 E F0 5.892(.T)C .892
 (he user may then manipulate the state of this job, using the)-5.892 F
-F3(bg)3.392 E F0 .892(command to continue it in the)3.392 F .894
-(background, the)108 396 R F3(fg)3.394 E F0 .895
-(command to continue it in the fore)3.394 F .895(ground, or the)-.15 F
-F3(kill)3.395 E F0 .895(command to kill it.)3.395 F(A)5.895 E F3(^Z)
-3.395 E F0(tak)3.395 E(es)-.1 E(ef)108 408 Q .949(fect immediately)-.25
-F 3.449(,a)-.65 G .948(nd has the additional side ef)-3.449 F .948
+F2(bg)3.392 E F0 .892(command to continue it in the)3.392 F .895
+(background, the)108 648 R F2(fg)3.395 E F0 .895
+(command to continue it in the fore)3.395 F .895(ground, or the)-.15 F
+F2(kill)3.395 E F0 .894(command to kill it.)3.395 F(A)5.894 E F2(^Z)
+3.394 E F0(tak)3.394 E(es)-.1 E(ef)108 660 Q .948(fect immediately)-.25
+F 3.448(,a)-.65 G .948(nd has the additional side ef)-3.448 F .948
 (fect of causing pending output and typeahead to be dis-)-.25 F(carded.)
-108 420 Q 1.097(There are a number of w)108 436.8 R 1.097
+108 672 Q 1.098(There are a number of w)108 688.8 R 1.097
 (ays to refer to a job in the shell.)-.1 F 1.097(The character)6.097 F
-F3(%)3.597 E F0 1.098(introduces a job name.)3.597 F(Job)6.098 E(number)
-108 448.8 Q F2(n)3.13 E F0 .27(may be referred to as)3.01 F F3(%n)2.77 E
+F2(%)3.597 E F0 1.097(introduces a job name.)3.597 F(Job)6.097 E(number)
+108 700.8 Q F5(n)3.13 E F0 .27(may be referred to as)3.01 F F2(%n)2.77 E
 F0 5.27(.A)C .27
 (job may also be referred to using a pre\214x of the name used to start)
 -2.5 F .277(it, or using a substring that appears in its command line.)
-108 460.8 R -.15(Fo)5.277 G 2.777(re).15 G(xample,)-2.927 E F3(%ce)2.777
-E F0 .277(refers to a stopped)2.777 F F3(ce)2.777 E F0(job)2.778 E 5.278
-(.I)-.4 G 2.778(fa)-5.278 G .38(pre\214x matches more than one job,)108
-472.8 R F3(bash)2.88 E F0 .38(reports an error)2.88 F 5.38(.U)-.55 G
-(sing)-5.38 E F3(%?ce)2.88 E F0 2.88(,o)C 2.88(nt)-2.88 G .38
-(he other hand, refers to an)-2.88 F 2.88(yj)-.15 G(ob)-2.88 E .622
-(containing the string)108 484.8 R F3(ce)3.122 E F0 .622
-(in its command line.)3.122 F .622
-(If the substring matches more than one job,)5.622 F F3(bash)3.123 E F0
-.623(reports an)3.123 F(error)108 496.8 Q 5.143(.T)-.55 G .143
-(he symbols)-5.143 F F3(%%)2.643 E F0(and)2.643 E F3(%+)2.643 E F0 .143
+108 712.8 R -.15(Fo)5.277 G 2.777(re).15 G(xample,)-2.927 E F2(%ce)2.777
+E F0 .277(refers to a stopped)2.777 F F2(ce)2.777 E F0(job)2.777 E 5.277
+(.I)-.4 G 2.777(fa)-5.277 G .38(pre\214x matches more than one job,)108
+724.8 R F2(bash)2.88 E F0 .38(reports an error)2.88 F 5.38(.U)-.55 G
+(sing)-5.38 E F2(%?ce)2.88 E F0 2.88(,o)C 2.88(nt)-2.88 G .38
+(he other hand, refers to an)-2.88 F 2.88(yj)-.15 G(ob)-2.88 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(22)-2.5 G(9)-197.965 E 0 Cg EP
+%%Page: 30 30
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E .623(containing the string)108 84 R/F1 10/Times-Bold@0 SF(ce)
+3.123 E F0 .622(in its command line.)3.123 F .622
+(If the substring matches more than one job,)5.622 F F1(bash)3.122 E F0
+.622(reports an)3.122 F(error)108 96 Q 5.143(.T)-.55 G .143(he symbols)
+-5.143 F F1(%%)2.643 E F0(and)2.643 E F1(%+)2.643 E F0 .143
 (refer to the shell')2.643 F 2.643(sn)-.55 G .143(otion of the)-2.643 F
-F2(curr)2.643 E .143(ent job)-.37 F F0 2.643(,w).23 G .143
-(hich is the last job stopped)-2.643 F 1.208(while it w)108 508.8 R
-1.208(as in the fore)-.1 F 1.208(ground or started in the background.)
--.15 F(The)6.208 E F2(pr)4.958 E -.15(ev)-.37 G 1.208(ious job).15 F F0
-1.209(may be referenced using)3.939 F F3<25ad>108 520.8 Q F0 5.487(.I)C
-2.987(no)-5.487 G .487
-(utput pertaining to jobs \(e.g., the output of the)-2.987 F F3(jobs)
-2.987 E F0 .486(command\), the current job is al)2.987 F -.1(wa)-.1 G
-.486(ys \215agged).1 F(with a)108 532.8 Q F3(+)2.5 E F0 2.5(,a)C
-(nd the pre)-2.5 E(vious job with a)-.25 E F3<ad>2.5 E F0(.)A .443
-(Simply naming a job can be used to bring it into the fore)108 549.6 R
-(ground:)-.15 E F3(%1)2.944 E F0 .444(is a synon)2.944 F .444(ym for)
--.15 F F3 -.63(``)2.944 G .444(fg %1').63 F(')-.63 E F0 2.944(,b)C
+/F2 10/Times-Italic@0 SF(curr)2.643 E .143(ent job)-.37 F F0 2.643(,w)
+.23 G .143(hich is the last job stopped)-2.643 F 1.209(while it w)108
+108 R 1.209(as in the fore)-.1 F 1.208
+(ground or started in the background.)-.15 F(The)6.208 E F2(pr)4.958 E
+-.15(ev)-.37 G 1.208(ious job).15 F F0 1.208(may be referenced using)
+3.938 F F1<25ad>108 120 Q F0 5.486(.I)C 2.986(no)-5.486 G .486
+(utput pertaining to jobs \(e.g., the output of the)-2.986 F F1(jobs)
+2.987 E F0 .487(command\), the current job is al)2.987 F -.1(wa)-.1 G
+.487(ys \215agged).1 F .15(with a)108 132 R F1(+)2.65 E F0 2.65(,a)C .15
+(nd the pre)-2.65 F .15(vious job with a)-.25 F F1<ad>2.65 E F0 5.15(.A)
+C .15(single % \(with no accompan)-2.5 F .15
+(ying job speci\214cation\) also refers to)-.15 F(the current job)108
+144 Q(.)-.4 E .443
+(Simply naming a job can be used to bring it into the fore)108 160.8 R
+(ground:)-.15 E F1(%1)2.944 E F0 .444(is a synon)2.944 F .444(ym for)
+-.15 F F1 -.63(``)2.944 G .444(fg %1').63 F(')-.63 E F0 2.944(,b)C
 (ringing)-2.944 E 1.473(job 1 from the background into the fore)108
-561.6 R 3.973(ground. Similarly)-.15 F(,)-.65 E F3 -.63(``)3.972 G 1.472
+172.8 R 3.973(ground. Similarly)-.15 F(,)-.65 E F1 -.63(``)3.972 G 1.472
 (%1 &').63 F(')-.63 E F0 1.472(resumes job 1 in the background,)3.972 F
-(equi)108 573.6 Q -.25(va)-.25 G(lent to).25 E F3 -.63(``)2.5 G(bg %1')
-.63 E(')-.63 E F0(.)A .13(The shell learns immediately whene)108 590.4 R
+(equi)108 184.8 Q -.25(va)-.25 G(lent to).25 E F1 -.63(``)2.5 G(bg %1')
+.63 E(')-.63 E F0(.)A .13(The shell learns immediately whene)108 201.6 R
 -.15(ve)-.25 G 2.63(raj).15 G .13(ob changes state.)-2.63 F(Normally)
-5.131 E(,)-.65 E F3(bash)2.631 E F0 -.1(wa)2.631 G .131
+5.131 E(,)-.65 E F1(bash)2.631 E F0 -.1(wa)2.631 G .131
 (its until it is about to print a).1 F .158
-(prompt before reporting changes in a job')108 602.4 R 2.658(ss)-.55 G
+(prompt before reporting changes in a job')108 213.6 R 2.658(ss)-.55 G
 .158(tatus so as to not interrupt an)-2.658 F 2.657(yo)-.15 G .157
-(ther output.)-2.657 F .157(If the)5.157 F F3<ad62>2.657 E F0 .157
-(option to)2.657 F(the)108 614.4 Q F3(set)3.951 E F0 -.2(bu)3.951 G
-1.451(iltin command is enabled,).2 F F3(bash)3.951 E F0 1.452
+(ther output.)-2.657 F .157(If the)5.157 F F1<ad62>2.657 E F0 .157
+(option to)2.657 F(the)108 225.6 Q F1(set)3.951 E F0 -.2(bu)3.951 G
+1.451(iltin command is enabled,).2 F F1(bash)3.951 E F0 1.452
 (reports such changes immediately)3.951 F 6.452(.A)-.65 G 1.752 -.15
-(ny t)-6.452 H 1.452(rap on).15 F F4(SIGCHLD)3.952 E F0(is)3.702 E -.15
-(exe)108 626.4 S(cuted for each child that e).15 E(xits.)-.15 E 1.027
-(If an attempt to e)108 643.2 R(xit)-.15 E F3(bash)3.527 E F0 1.027
-(is made while jobs are stopped, the shell prints a w)3.527 F 1.026
-(arning message.)-.1 F(The)6.026 E F3(jobs)3.526 E F0 .255
-(command may then be used to inspect their status.)108 655.2 R .255
+(ny t)-6.452 H 1.452(rap on).15 F/F3 9/Times-Bold@0 SF(SIGCHLD)3.952 E
+F0(is)3.702 E -.15(exe)108 237.6 S(cuted for each child that e).15 E
+(xits.)-.15 E 1.027(If an attempt to e)108 254.4 R(xit)-.15 E F1(bash)
+3.527 E F0 1.027(is made while jobs are stopped, the shell prints a w)
+3.527 F 1.026(arning message.)-.1 F(The)6.026 E F1(jobs)3.526 E F0 .255
+(command may then be used to inspect their status.)108 266.4 R .255
 (If a second attempt to e)5.255 F .256(xit is made without an interv)
 -.15 F(en-)-.15 E(ing command, the shell does not print another w)108
-667.2 Q(arning, and the stopped jobs are terminated.)-.1 E F1(PR)72 684
-Q(OMPTING)-.329 E F0 .645(When e)108 696 R -.15(xe)-.15 G .645
-(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F3(bash)3.145 E
-F0 .645(displays the primary prompt)3.145 F F4(PS1)3.145 E F0 .645
-(when it is ready to read a command,)2.895 F 1.825
-(and the secondary prompt)108 708 R F4(PS2)4.325 E F0 1.825
-(when it needs more input to complete a command.)4.075 F F3(Bash)6.826 E
+278.4 Q(arning, and the stopped jobs are terminated.)-.1 E/F4 10.95
+/Times-Bold@0 SF(PR)72 295.2 Q(OMPTING)-.329 E F0 .645(When e)108 307.2
+R -.15(xe)-.15 G .645(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)
+-.65 E F1(bash)3.145 E F0 .645(displays the primary prompt)3.145 F F3
+(PS1)3.145 E F0 .645(when it is ready to read a command,)2.895 F 1.825
+(and the secondary prompt)108 319.2 R F3(PS2)4.325 E F0 1.825
+(when it needs more input to complete a command.)4.075 F F1(Bash)6.826 E
 F0(allo)4.326 E 1.826(ws these)-.25 F 1.499(prompt strings to be custom\
 ized by inserting a number of backslash-escaped special characters that\
- are)108 720 R(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(29)199 E 0 Cg
-EP
-%%Page: 30 30
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(decoded as follo)108 84 Q(ws:)-.25 E/F1 10/Times-Bold@0 SF(\\a)
-144 96 Q F0(an ASCII bell character \(07\))28.22 E F1(\\d)144 108 Q F0
+ are)108 331.2 R(decoded as follo)108 343.2 Q(ws:)-.25 E F1(\\a)144
+355.2 Q F0(an ASCII bell character \(07\))28.22 E F1(\\d)144 367.2 Q F0
 (the date in "W)27.66 E(eekday Month Date" format \(e.g., "T)-.8 E
-(ue May 26"\))-.45 E F1(\\D{)144 120 Q/F2 10/Times-Italic@0 SF(format)A
-F1(})A F0(the)180 132 Q F2(format)3.926 E F0 1.426(is passed to)3.926 F
-F2(strftime)3.926 E F0 1.427
+(ue May 26"\))-.45 E F1(\\D{)144 379.2 Q F2(format)A F1(})A F0(the)180
+391.2 Q F2(format)3.926 E F0 1.426(is passed to)3.926 F F2(strftime)
+3.926 E F0 1.427
 (\(3\) and the result is inserted into the prompt string; an)B(empty)180
-144 Q F2(format)2.5 E F0
+403.2 Q F2(format)2.5 E F0
 (results in a locale-speci\214c time representation.)2.5 E
-(The braces are required)5 E F1(\\e)144 156 Q F0
-(an ASCII escape character \(033\))28.78 E F1(\\h)144 168 Q F0
-(the hostname up to the \214rst `.)27.66 E(')-.7 E F1(\\H)144 180 Q F0
-(the hostname)25.44 E F1(\\j)144 192 Q F0
+(The braces are required)5 E F1(\\e)144 415.2 Q F0
+(an ASCII escape character \(033\))28.78 E F1(\\h)144 427.2 Q F0
+(the hostname up to the \214rst `.)27.66 E(')-.7 E F1(\\H)144 439.2 Q F0
+(the hostname)25.44 E F1(\\j)144 451.2 Q F0
 (the number of jobs currently managed by the shell)29.89 E F1(\\l)144
-204 Q F0(the basename of the shell')30.44 E 2.5(st)-.55 G(erminal de)
--2.5 E(vice name)-.25 E F1(\\n)144 216 Q F0(ne)27.66 E(wline)-.25 E F1
-(\\r)144 228 Q F0(carriage return)28.78 E F1(\\s)144 240 Q F0
+463.2 Q F0(the basename of the shell')30.44 E 2.5(st)-.55 G(erminal de)
+-2.5 E(vice name)-.25 E F1(\\n)144 475.2 Q F0(ne)27.66 E(wline)-.25 E F1
+(\\r)144 487.2 Q F0(carriage return)28.78 E F1(\\s)144 499.2 Q F0
 (the name of the shell, the basename of)29.33 E F1($0)2.5 E F0
 (\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E F1(\\t)144
-252 Q F0(the current time in 24-hour HH:MM:SS format)29.89 E F1(\\T)144
-264 Q F0(the current time in 12-hour HH:MM:SS format)26.55 E F1(\\@)144
-276 Q F0(the current time in 12-hour am/pm format)23.92 E F1(\\A)144 288
-Q F0(the current time in 24-hour HH:MM format)26 E F1(\\u)144 300 Q F0
-(the username of the current user)27.66 E F1(\\v)144 312 Q F0(the v)
-28.22 E(ersion of)-.15 E F1(bash)2.5 E F0(\(e.g., 2.00\))2.5 E F1(\\V)
-144 324 Q F0(the release of)26 E F1(bash)2.5 E F0 2.5(,v)C
-(ersion + patch le)-2.65 E -.15(ve)-.25 G 2.5(l\().15 G(e.g., 2.00.0\))
--2.5 E F1(\\w)144 336 Q F0(the current w)26 E(orking directory)-.1 E 2.5
-(,w)-.65 G(ith)-2.5 E F1($HOME)2.5 E F0(abbre)2.5 E(viated with a tilde)
--.25 E F1(\\W)144 348 Q F0(the basename of the current w)23.22 E
+511.2 Q F0(the current time in 24-hour HH:MM:SS format)29.89 E F1(\\T)
+144 523.2 Q F0(the current time in 12-hour HH:MM:SS format)26.55 E F1
+(\\@)144 535.2 Q F0(the current time in 12-hour am/pm format)23.92 E F1
+(\\A)144 547.2 Q F0(the current time in 24-hour HH:MM format)26 E F1
+(\\u)144 559.2 Q F0(the username of the current user)27.66 E F1(\\v)144
+571.2 Q F0(the v)28.22 E(ersion of)-.15 E F1(bash)2.5 E F0
+(\(e.g., 2.00\))2.5 E F1(\\V)144 583.2 Q F0(the release of)26 E F1(bash)
+2.5 E F0 2.5(,v)C(ersion + patch le)-2.65 E -.15(ve)-.25 G 2.5(l\().15 G
+(e.g., 2.00.0\))-2.5 E F1(\\w)144 595.2 Q F0(the current w)26 E
 (orking directory)-.1 E 2.5(,w)-.65 G(ith)-2.5 E F1($HOME)2.5 E F0
-(abbre)2.5 E(viated with a tilde)-.25 E F1(\\!)144 360 Q F0
-(the history number of this command)29.89 E F1(\\#)144 372 Q F0
-(the command number of this command)28.22 E F1(\\$)144 384 Q F0
-(if the ef)28.22 E(fecti)-.25 E .3 -.15(ve U)-.25 H(ID is 0, a).15 E F1
-(#)2.5 E F0 2.5(,o)C(therwise a)-2.5 E F1($)2.5 E(\\)144 396 Q F2(nnn)A
-F0(the character corresponding to the octal number)18.22 E F2(nnn)2.5 E
-F1(\\\\)144 408 Q F0 2.5(ab)30.44 G(ackslash)-2.5 E F1(\\[)144 420 Q F0
-(be)29.89 E 1.257(gin a sequence of non-printing characters, which coul\
-d be used to embed a terminal)-.15 F(control sequence into the prompt)
-180 432 Q F1(\\])144 444 Q F0(end a sequence of non-printing characters)
-29.89 E .119(The command number and the history number are usually dif)
-108 460.8 R .12(ferent: the history number of a command is its)-.25 F
-1.585(position in the history list, which may include commands restored\
- from the history \214le \(see)108 472.8 R/F3 9/Times-Bold@0 SF(HIST)
-4.084 E(OR)-.162 E(Y)-.315 E F0(belo)108 484.8 Q .541(w\), while the co\
-mmand number is the position in the sequence of commands e)-.25 F -.15
-(xe)-.15 G .541(cuted during the cur).15 F(-)-.2 E .546
-(rent shell session.)108 496.8 R .546
+(abbre)2.5 E(viated with a tilde)-.25 E F1(\\W)144 607.2 Q F0
+(the basename of the current w)23.22 E(orking directory)-.1 E 2.5(,w)
+-.65 G(ith)-2.5 E F1($HOME)2.5 E F0(abbre)2.5 E(viated with a tilde)-.25
+E F1(\\!)144 619.2 Q F0(the history number of this command)29.89 E F1
+(\\#)144 631.2 Q F0(the command number of this command)28.22 E F1(\\$)
+144 643.2 Q F0(if the ef)28.22 E(fecti)-.25 E .3 -.15(ve U)-.25 H
+(ID is 0, a).15 E F1(#)2.5 E F0 2.5(,o)C(therwise a)-2.5 E F1($)2.5 E
+(\\)144 655.2 Q F2(nnn)A F0
+(the character corresponding to the octal number)18.22 E F2(nnn)2.5 E F1
+(\\\\)144 667.2 Q F0 2.5(ab)30.44 G(ackslash)-2.5 E F1(\\[)144 679.2 Q
+F0(be)29.89 E 1.257(gin a sequence of non-printing characters, which co\
+uld be used to embed a terminal)-.15 F(control sequence into the prompt)
+180 691.2 Q F1(\\])144 703.2 Q F0
+(end a sequence of non-printing characters)29.89 E .119
+(The command number and the history number are usually dif)108 720 R .12
+(ferent: the history number of a command is its)-.25 F(GNU Bash-3.1-de)
+72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(23)-2.5 G(0)-197.965 E 0 Cg EP
+%%Page: 31 31
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E 1.585(position in the history list, which may include commands r\
+estored from the history \214le \(see)108 84 R/F1 9/Times-Bold@0 SF
+(HIST)4.084 E(OR)-.162 E(Y)-.315 E F0(belo)108 96 Q .541(w\), while the\
+ command number is the position in the sequence of commands e)-.25 F
+-.15(xe)-.15 G .541(cuted during the cur).15 F(-)-.2 E .546
+(rent shell session.)108 108 R .546
 (After the string is decoded, it is e)5.546 F .546
 (xpanded via parameter e)-.15 F .546(xpansion, command substitu-)-.15 F
-.351(tion, arithmetic e)108 508.8 R .352(xpansion, and quote remo)-.15 F
--.25(va)-.15 G .352(l, subject to the v).25 F .352(alue of the)-.25 F F1
-(pr)2.852 E(omptv)-.18 E(ars)-.1 E F0 .352(shell option \(see the)2.852
-F(description of the)108 520.8 Q F1(shopt)2.5 E F0(command under)2.5 E
-F3(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)
--.25 E/F4 10.95/Times-Bold@0 SF(READLINE)72 537.6 Q F0 .151
+.351(tion, arithmetic e)108 120 R .352(xpansion, and quote remo)-.15 F
+-.25(va)-.15 G .352(l, subject to the v).25 F .352(alue of the)-.25 F/F2
+10/Times-Bold@0 SF(pr)2.852 E(omptv)-.18 E(ars)-.1 E F0 .352
+(shell option \(see the)2.852 F(description of the)108 132 Q F2(shopt)
+2.5 E F0(command under)2.5 E F1(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)
+-.828 E F0(belo)2.25 E(w\).)-.25 E/F3 10.95/Times-Bold@0 SF(READLINE)72
+148.8 Q F0 .151
 (This is the library that handles reading input when using an interacti)
-108 549.6 R .45 -.15(ve s)-.25 H .15(hell, unless the).15 F F1
-(\255\255noediting)2.65 E F0(option)2.65 E .066(is gi)108 561.6 R -.15
+108 160.8 R .45 -.15(ve s)-.25 H .15(hell, unless the).15 F F2
+(\255\255noediting)2.65 E F0(option)2.65 E .066(is gi)108 172.8 R -.15
 (ve)-.25 G 2.566(na).15 G 2.566(ts)-2.566 G .066(hell in)-2.566 F -.2
 (vo)-.4 G 2.566(cation. By).2 F(def)2.566 E .066
 (ault, the line editing commands are similar to those of emacs.)-.1 F
-2.567(Av)5.067 G(i-style)-2.567 E .566(line editing interf)108 573.6 R
+2.567(Av)5.067 G(i-style)-2.567 E .566(line editing interf)108 184.8 R
 .566(ace is also a)-.1 F -.25(va)-.2 G 3.065(ilable. T).25 F 3.065(ot)
 -.8 G .565(urn of)-3.065 F 3.065(fl)-.25 G .565
-(ine editing after the shell is running, use the)-3.065 F F1 .565
-(+o emacs)3.065 F F0(or)108 585.6 Q F1(+o vi)2.5 E F0(options to the)2.5
-E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin \(see).2 E F3(SHELL B)2.5 E(UIL)
--.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1
-(Readline Notation)87 602.4 Q F0 .567
-(In this section, the emacs-style notation is used to denote k)108 614.4
+(ine editing after the shell is running, use the)-3.065 F F2 .565
+(+o emacs)3.065 F F0(or)108 196.8 Q F2(+o vi)2.5 E F0(options to the)2.5
+E F2(set)2.5 E F0 -.2(bu)2.5 G(iltin \(see).2 E F1(SHELL B)2.5 E(UIL)
+-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F2
+(Readline Notation)87 213.6 Q F0 .567
+(In this section, the emacs-style notation is used to denote k)108 225.6
 R -.15(ey)-.1 G(strok).15 E 3.068(es. Control)-.1 F -.1(ke)3.068 G .568
-(ys are denoted by C\255)-.05 F F2 -.1(ke)C(y)-.2 E F0(,)A 1.153
-(e.g., C\255n means Control\255N.)108 626.4 R(Similarly)6.153 E(,)-.65 E
-F2(meta)4.033 E F0 -.1(ke)3.913 G 1.153(ys are denoted by M\255)-.05 F
-F2 -.1(ke)C(y)-.2 E F0 3.652(,s)C 3.652(oM)-3.652 G 1.152
-(\255x means Meta\255X.)-3.652 F(\(On)6.152 E -.1(ke)108 638.4 S .83
-(yboards without a)-.05 F F2(meta)3.71 E F0 -.1(ke)3.59 G 2.13 -.65
-(y, M)-.05 H<ad>.65 E F2(x)A F0 .83(means ESC)3.33 F F2(x)3.33 E F0 3.33
-(,i)C .831(.e., press the Escape k)-3.33 F 1.131 -.15(ey t)-.1 H .831
-(hen the).15 F F2(x)4.101 E F0 -.1(ke)3.861 G 4.631 -.65(y. T)-.05 H
-.831(his mak).65 F(es)-.1 E .6(ESC the)108 650.4 R F2 .6(meta pr)3.1 F
-(e\214x)-.37 E F0 5.6(.T)C .6(he combination M\255C\255)-5.6 F F2(x)A F0
-.599(means ESC\255Control\255)3.099 F F2(x)A F0 3.099(,o)C 3.099(rp)
+(ys are denoted by C\255)-.05 F/F4 10/Times-Italic@0 SF -.1(ke)C(y)-.2 E
+F0(,)A 1.153(e.g., C\255n means Control\255N.)108 237.6 R(Similarly)
+6.153 E(,)-.65 E F4(meta)4.033 E F0 -.1(ke)3.913 G 1.153
+(ys are denoted by M\255)-.05 F F4 -.1(ke)C(y)-.2 E F0 3.652(,s)C 3.652
+(oM)-3.652 G 1.152(\255x means Meta\255X.)-3.652 F(\(On)6.152 E -.1(ke)
+108 249.6 S .83(yboards without a)-.05 F F4(meta)3.71 E F0 -.1(ke)3.59 G
+2.13 -.65(y, M)-.05 H<ad>.65 E F4(x)A F0 .83(means ESC)3.33 F F4(x)3.33
+E F0 3.33(,i)C .831(.e., press the Escape k)-3.33 F 1.131 -.15(ey t)-.1
+H .831(hen the).15 F F4(x)4.101 E F0 -.1(ke)3.861 G 4.631 -.65(y. T)-.05
+H .831(his mak).65 F(es)-.1 E .6(ESC the)108 261.6 R F4 .6(meta pr)3.1 F
+(e\214x)-.37 E F0 5.6(.T)C .6(he combination M\255C\255)-5.6 F F4(x)A F0
+.599(means ESC\255Control\255)3.099 F F4(x)A F0 3.099(,o)C 3.099(rp)
 -3.099 G .599(ress the Escape k)-3.099 F .899 -.15(ey t)-.1 H .599
-(hen hold).15 F(the Control k)108 662.4 Q .3 -.15(ey w)-.1 H
-(hile pressing the).15 E F2(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\))
-.65 E .619(Readline commands may be gi)108 679.2 R -.15(ve)-.25 G 3.119
-(nn).15 G(umeric)-3.119 E F2(ar)3.119 E(guments)-.37 E F0 3.119(,w).27 G
+(hen hold).15 F(the Control k)108 273.6 Q .3 -.15(ey w)-.1 H
+(hile pressing the).15 E F4(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\))
+.65 E .619(Readline commands may be gi)108 290.4 R -.15(ve)-.25 G 3.119
+(nn).15 G(umeric)-3.119 E F4(ar)3.119 E(guments)-.37 E F0 3.119(,w).27 G
 .619(hich normally act as a repeat count.)-3.119 F(Sometimes,)5.62 E(ho)
-108 691.2 Q(we)-.25 E -.15(ve)-.25 G 1.419 -.4(r, i).15 H 3.119(ti).4 G
+108 302.4 Q(we)-.25 E -.15(ve)-.25 G 1.419 -.4(r, i).15 H 3.119(ti).4 G
 3.119(st)-3.119 G .619(he sign of the ar)-3.119 F .619
 (gument that is signi\214cant.)-.18 F -.15(Pa)5.619 G .619(ssing a ne)
 .15 F -.05(ga)-.15 G(ti).05 E .919 -.15(ve a)-.25 H -.18(rg).15 G .619
-(ument to a command that).18 F 1.018(acts in the forw)108 703.2 R 1.018
-(ard direction \(e.g.,)-.1 F F1(kill\255line)3.518 E F0 3.518(\)c)C
+(ument to a command that).18 F 1.018(acts in the forw)108 314.4 R 1.018
+(ard direction \(e.g.,)-.1 F F2(kill\255line)3.518 E F0 3.518(\)c)C
 1.018(auses that command to act in a backw)-3.518 F 1.019
-(ard direction.)-.1 F(Com-)6.019 E(mands whose beha)108 715.2 Q
+(ard direction.)-.1 F(Com-)6.019 E(mands whose beha)108 326.4 Q
 (vior with ar)-.2 E(guments de)-.18 E(viates from this are noted belo)
--.25 E -.65(w.)-.25 G(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(30)199
-E 0 Cg EP
-%%Page: 31 31
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E .812(When a command is described as)108 84 R/F1 10/Times-Italic@0
-SF(killing)3.311 E F0(te)3.311 E .811(xt, the te)-.15 F .811
+-.25 E -.65(w.)-.25 G .812(When a command is described as)108 343.2 R F4
+(killing)3.311 E F0(te)3.311 E .811(xt, the te)-.15 F .811
 (xt deleted is sa)-.15 F -.15(ve)-.2 G 3.311(df).15 G .811
-(or possible future retrie)-3.311 F -.25(va)-.25 G 3.311(l\().25 G F1
-(yank-)-3.311 E(ing)108 96 Q F0 2.529(\). The)B .029(killed te)2.529 F
-.029(xt is sa)-.15 F -.15(ve)-.2 G 2.529(di).15 G 2.529(na)-2.529 G F1
+(or possible future retrie)-3.311 F -.25(va)-.25 G 3.311(l\().25 G F4
+(yank-)-3.311 E(ing)108 355.2 Q F0 2.529(\). The)B .029(killed te)2.529
+F .029(xt is sa)-.15 F -.15(ve)-.2 G 2.529(di).15 G 2.529(na)-2.529 G F4
 .029(kill ring)B F0 5.029(.C)C(onsecuti)-5.029 E .329 -.15(ve k)-.25 H
 .029(ills cause the te).15 F .029(xt to be accumulated into one unit,)
--.15 F .567(which can be yank)108 108 R .567(ed all at once.)-.1 F .567
-(Commands which do not kill te)5.567 F .567
+-.15 F .567(which can be yank)108 367.2 R .567(ed all at once.)-.1 F
+.567(Commands which do not kill te)5.567 F .567
 (xt separate the chunks of te)-.15 F .567(xt on the kill)-.15 F(ring.)
-108 120 Q/F2 10/Times-Bold@0 SF(Readline Initialization)87 136.8 Q F0
-.091(Readline is customized by putting commands in an initialization \
-\214le \(the)108 148.8 R F1(inputr)2.591 E(c)-.37 E F0 2.591
-(\214le\). The)2.591 F .092(name of this \214le)2.591 F .197(is tak)108
-160.8 R .196(en from the v)-.1 F .196(alue of the)-.25 F/F3 9
-/Times-Bold@0 SF(INPUTRC)2.696 E F0 -.25(va)2.446 G 2.696(riable. If).25
-F .196(that v)2.696 F .196(ariable is unset, the def)-.25 F .196
-(ault is)-.1 F F1(~/.inputr)2.696 E(c)-.37 E F0 5.196(.W).31 G .196
-(hen a)-5.196 F 1.034(program which uses the readline library starts up\
-, the initialization \214le is read, and the k)108 172.8 R 1.335 -.15
-(ey b)-.1 H 1.035(indings and).15 F -.25(va)108 184.8 S 1.15
-(riables are set.).25 F 1.15(There are only a fe)6.15 F 3.649(wb)-.25 G
-1.149(asic constructs allo)-3.649 F 1.149
+108 379.2 Q F2(Readline Initialization)87 396 Q F0 .091(Readline is cus\
+tomized by putting commands in an initialization \214le \(the)108 408 R
+F4(inputr)2.591 E(c)-.37 E F0 2.591(\214le\). The)2.591 F .092
+(name of this \214le)2.591 F .197(is tak)108 420 R .196(en from the v)
+-.1 F .196(alue of the)-.25 F F1(INPUTRC)2.696 E F0 -.25(va)2.446 G
+2.696(riable. If).25 F .196(that v)2.696 F .196
+(ariable is unset, the def)-.25 F .196(ault is)-.1 F F4(~/.inputr)2.696
+E(c)-.37 E F0 5.196(.W).31 G .196(hen a)-5.196 F 1.034(program which us\
+es the readline library starts up, the initialization \214le is read, a\
+nd the k)108 432 R 1.335 -.15(ey b)-.1 H 1.035(indings and).15 F -.25
+(va)108 444 S 1.15(riables are set.).25 F 1.15(There are only a fe)6.15
+F 3.649(wb)-.25 G 1.149(asic constructs allo)-3.649 F 1.149
 (wed in the readline initialization \214le.)-.25 F(Blank)6.149 E .736
-(lines are ignored.)108 196.8 R .737(Lines be)5.737 F .737
-(ginning with a)-.15 F F2(#)3.237 E F0 .737(are comments.)3.237 F .737
-(Lines be)5.737 F .737(ginning with a)-.15 F F2($)3.237 E F0 .737
-(indicate conditional)3.237 F 2.5(constructs. Other)108 208.8 R
-(lines denote k)2.5 E .3 -.15(ey b)-.1 H(indings and v).15 E
-(ariable settings.)-.25 E .987(The def)108 225.6 R .987(ault k)-.1 F
--.15(ey)-.1 G .987(-bindings may be changed with an).15 F F1(inputr)
-3.497 E(c)-.37 E F0 3.487(\214le. Other)3.797 F .987
-(programs that use this library may)3.487 F(add their o)108 237.6 Q
-(wn commands and bindings.)-.25 E -.15(Fo)108 254.4 S 2.5(re).15 G
-(xample, placing)-2.65 E(M\255Control\255u: uni)144 271.2 Q -.15(ve)-.25
-G(rsal\255ar).15 E(gument)-.18 E(or)108 283.2 Q(C\255Meta\255u: uni)144
-295.2 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 307.2
-Q F1(inputr)2.51 E(c)-.37 E F0 -.1(wo)2.81 G(uld mak).1 E 2.5(eM)-.1 G
-(\255C\255u e)-2.5 E -.15(xe)-.15 G(cute the readline command).15 E F1
-(univer)2.5 E(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.26(The follo)
-108 324 R 1.261(wing symbolic character names are recognized:)-.25 F F1
--.4(RU)3.761 G(BOUT).4 E F0(,)1.27 E F1(DEL)3.761 E F0(,).53 E F1(ESC)
-3.761 E F0(,).72 E F1(LFD)3.761 E F0(,).28 E F1(NEWLINE)3.761 E F0(,).73
-E F1(RET)3.761 E F0(,)1.27 E F1(RETURN)108 336 Q F0(,)1.1 E F1(SPC)2.5 E
-F0(,).72 E F1(SP)2.5 E -.3(AC)-.9 G(E).3 E F0 2.5(,a).73 G(nd)-2.5 E F1
+(lines are ignored.)108 456 R .737(Lines be)5.737 F .737(ginning with a)
+-.15 F F2(#)3.237 E F0 .737(are comments.)3.237 F .737(Lines be)5.737 F
+.737(ginning with a)-.15 F F2($)3.237 E F0 .737(indicate conditional)
+3.237 F 2.5(constructs. Other)108 468 R(lines denote k)2.5 E .3 -.15
+(ey b)-.1 H(indings and v).15 E(ariable settings.)-.25 E .987(The def)
+108 484.8 R .987(ault k)-.1 F -.15(ey)-.1 G .987
+(-bindings may be changed with an).15 F F4(inputr)3.497 E(c)-.37 E F0
+3.487(\214le. Other)3.797 F .987(programs that use this library may)
+3.487 F(add their o)108 496.8 Q(wn commands and bindings.)-.25 E -.15
+(Fo)108 513.6 S 2.5(re).15 G(xample, placing)-2.65 E
+(M\255Control\255u: uni)144 530.4 Q -.15(ve)-.25 G(rsal\255ar).15 E
+(gument)-.18 E(or)108 542.4 Q(C\255Meta\255u: uni)144 554.4 Q -.15(ve)
+-.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 566.4 Q F4(inputr)
+2.51 E(c)-.37 E F0 -.1(wo)2.81 G(uld mak).1 E 2.5(eM)-.1 G(\255C\255u e)
+-2.5 E -.15(xe)-.15 G(cute the readline command).15 E F4(univer)2.5 E
+(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.26(The follo)108 583.2 R
+1.261(wing symbolic character names are recognized:)-.25 F F4 -.4(RU)
+3.761 G(BOUT).4 E F0(,)1.27 E F4(DEL)3.761 E F0(,).53 E F4(ESC)3.761 E
+F0(,).72 E F4(LFD)3.761 E F0(,).28 E F4(NEWLINE)3.761 E F0(,).73 E F4
+(RET)3.761 E F0(,)1.27 E F4(RETURN)108 595.2 Q F0(,)1.1 E F4(SPC)2.5 E
+F0(,).72 E F4(SP)2.5 E -.3(AC)-.9 G(E).3 E F0 2.5(,a).73 G(nd)-2.5 E F4
 -.5(TA)2.5 G(B).5 E F0(.).27 E .209
-(In addition to command names, readline allo)108 352.8 R .209(ws k)-.25
--.15(ey)-.1 G 2.709(st).15 G 2.709(ob)-2.709 G 2.709(eb)-2.709 G .209
+(In addition to command names, readline allo)108 612 R .209(ws k)-.25 F
+-.15(ey)-.1 G 2.709(st).15 G 2.709(ob)-2.709 G 2.709(eb)-2.709 G .209
 (ound to a string that is inserted when the k)-2.709 F .509 -.15(ey i)
--.1 H(s).15 E(pressed \(a)108 364.8 Q F1(macr)2.5 E(o)-.45 E F0(\).)A F2
-(Readline K)87 381.6 Q(ey Bindings)-.25 E F0 .366
-(The syntax for controlling k)108 393.6 R .666 -.15(ey b)-.1 H .366
-(indings in the).15 F F1(inputr)2.876 E(c)-.37 E F0 .366
+-.1 H(s).15 E(pressed \(a)108 624 Q F4(macr)2.5 E(o)-.45 E F0(\).)A F2
+(Readline K)87 640.8 Q(ey Bindings)-.25 E F0 .366
+(The syntax for controlling k)108 652.8 R .666 -.15(ey b)-.1 H .366
+(indings in the).15 F F4(inputr)2.876 E(c)-.37 E F0 .366
 (\214le is simple.)3.176 F .366(All that is required is the name of the)
-5.366 F .383(command or the te)108 405.6 R .383(xt of a macro and a k)
+5.366 F .383(command or the te)108 664.8 R .383(xt of a macro and a k)
 -.15 F .683 -.15(ey s)-.1 H .383
 (equence to which it should be bound. The name may be speci-).15 F .853
-(\214ed in one of tw)108 417.6 R 3.353(ow)-.1 G .853
+(\214ed in one of tw)108 676.8 R 3.353(ow)-.1 G .853
 (ays: as a symbolic k)-3.453 F 1.153 -.15(ey n)-.1 H .853
-(ame, possibly with).15 F F1(Meta\255)3.353 E F0(or)3.353 E F1(Contr)
+(ame, possibly with).15 F F4(Meta\255)3.353 E F0(or)3.353 E F4(Contr)
 3.353 E(ol\255)-.45 E F0(pre\214x)3.353 E .853(es, or as a k)-.15 F -.15
-(ey)-.1 G(sequence.)108 429.6 Q 1.542(When using the form)108 446.4 R F2
--.1(ke)4.042 G(yname).1 E F0(:)A F1(function\255name).833 E F0(or)4.042
-E F1(macr)4.042 E(o)-.45 E F0(,)A F1 -.1(ke)4.042 G(yname)-.2 E F0 1.542
+(ey)-.1 G(sequence.)108 688.8 Q 1.542(When using the form)108 705.6 R F2
+-.1(ke)4.042 G(yname).1 E F0(:)A F4(function\255name).833 E F0(or)4.042
+E F4(macr)4.042 E(o)-.45 E F0(,)A F4 -.1(ke)4.042 G(yname)-.2 E F0 1.542
 (is the name of a k)4.222 F 1.841 -.15(ey s)-.1 H 1.541(pelled out in)
-.15 F 2.5(English. F)108 458.4 R(or e)-.15 E(xample:)-.15 E
-(Control-u: uni)144 482.4 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18
-E(Meta-Rubout: backw)144 494.4 Q(ard-kill-w)-.1 E(ord)-.1 E
-(Control-o: "> output")144 506.4 Q .698(In the abo)108 523.2 R .998 -.15
-(ve ex)-.15 H(ample,).15 E F1(C\255u)3.038 E F0 .698
-(is bound to the function)3.448 F F2(uni)3.198 E -.1(ve)-.1 G
-(rsal\255ar).1 E(gument)-.1 E F0(,)A F1(M\255DEL)3.878 E F0 .698
-(is bound to the func-)3.728 F(tion)108 535.2 Q F2
+.15 F 2.5(English. F)108 717.6 R(or e)-.15 E(xample:)-.15 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(23)-2.5 G(1)-197.965 E 0 Cg EP
+%%Page: 32 32
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E(Control-u: uni)144 84 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)
+-.18 E(Meta-Rubout: backw)144 96 Q(ard-kill-w)-.1 E(ord)-.1 E
+(Control-o: "> output")144 108 Q .698(In the abo)108 124.8 R .998 -.15
+(ve ex)-.15 H(ample,).15 E/F1 10/Times-Italic@0 SF(C\255u)3.038 E F0
+.698(is bound to the function)3.448 F/F2 10/Times-Bold@0 SF(uni)3.198 E
+-.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0(,)A F1(M\255DEL)3.878 E F0
+.698(is bound to the func-)3.728 F(tion)108 136.8 Q F2
 (backward\255kill\255w)2.759 E(ord)-.1 E F0 2.759(,a)C(nd)-2.759 E F1
 (C\255o)2.599 E F0 .258(is bound to run the macro e)2.939 F .258
 (xpressed on the right hand side \(that is, to)-.15 F(insert the te)108
-547.2 Q(xt)-.15 E/F4 10/Courier@0 SF 6(>o)2.5 G(utput)-6 E F0
-(into the line\).)2.5 E .055(In the second form,)108 564 R F2("k)2.555 E
-(eyseq")-.1 E F0(:)A F1(function\255name).833 E F0(or)2.555 E F1(macr)
+148.8 Q(xt)-.15 E/F3 10/Courier@0 SF 6(>o)2.5 G(utput)-6 E F0
+(into the line\).)2.5 E .055(In the second form,)108 165.6 R F2("k)2.555
+E(eyseq")-.1 E F0(:)A F1(function\255name).833 E F0(or)2.555 E F1(macr)
 2.555 E(o)-.45 E F0(,)A F2 -.1(ke)2.555 G(yseq).1 E F0(dif)2.556 E .056
 (fers from)-.25 F F2 -.1(ke)2.556 G(yname).1 E F0(abo)2.556 E .356 -.15
 (ve i)-.15 H 2.556(nt).15 G .056(hat strings)-2.556 F 1.284
-(denoting an entire k)108 576 R 1.584 -.15(ey s)-.1 H 1.284(equence may\
- be speci\214ed by placing the sequence within double quotes.).15 F
-(Some)6.284 E .385(GNU Emacs style k)108 588 R .685 -.15(ey e)-.1 H .385
-(scapes can be used, as in the follo).15 F .385(wing e)-.25 F .386
+(denoting an entire k)108 177.6 R 1.584 -.15(ey s)-.1 H 1.284(equence m\
+ay be speci\214ed by placing the sequence within double quotes.).15 F
+(Some)6.284 E .385(GNU Emacs style k)108 189.6 R .685 -.15(ey e)-.1 H
+.385(scapes can be used, as in the follo).15 F .385(wing e)-.25 F .386
 (xample, b)-.15 F .386(ut the symbolic character names)-.2 F
-(are not recognized.)108 600 Q("\\C\255u": uni)144 624 Q -.15(ve)-.25 G
-(rsal\255ar).15 E(gument)-.18 E
-("\\C\255x\\C\255r": re\255read\255init\255\214le)144 636 Q
-("\\e[11~": "Function K)144 648 Q .3 -.15(ey 1)-.25 H(").15 E .315
-(In this e)108 664.8 R(xample,)-.15 E F1(C\255u)2.655 E F0 .315(is ag)
+(are not recognized.)108 201.6 Q("\\C\255u": uni)144 225.6 Q -.15(ve)
+-.25 G(rsal\255ar).15 E(gument)-.18 E
+("\\C\255x\\C\255r": re\255read\255init\255\214le)144 237.6 Q
+("\\e[11~": "Function K)144 249.6 Q .3 -.15(ey 1)-.25 H(").15 E .315
+(In this e)108 266.4 R(xample,)-.15 E F1(C\255u)2.655 E F0 .315(is ag)
 3.065 F .315(ain bound to the function)-.05 F F2(uni)2.815 E -.1(ve)-.1
 G(rsal\255ar).1 E(gument)-.1 E F0(.)A F1 .315(C\255x C\255r)5.155 F F0
-.314(is bound to the func-)3.544 F(tion)108 676.8 Q F2 -.18(re)2.5 G
+.314(is bound to the func-)3.544 F(tion)108 278.4 Q F2 -.18(re)2.5 G
 <ad72>.18 E(ead\255init\255\214le)-.18 E F0 2.5(,a)C(nd)-2.5 E F1
-(ESC [ 1 1 ~)3.01 E F0(is bound to insert the te)3.94 E(xt)-.15 E F4
+(ESC [ 1 1 ~)3.01 E F0(is bound to insert the te)3.94 E(xt)-.15 E F3
 (Function Key 1)2.5 E F0(.)A
-(The full set of GNU Emacs style escape sequences is)108 693.6 Q F2
-<5c43ad>144 705.6 Q F0(control pre\214x)20.3 E F2<5c4dad>144 717.6 Q F0
-(meta pre\214x)18.08 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(31)199
-E 0 Cg EP
-%%Page: 32 32
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(\\e)144 84 Q F0(an escape character)28.78 E
-F1(\\\\)144 96 Q F0(backslash)30.44 E F1(\\")144 108 Q F0(literal ")
-27.67 E F1(\\')144 120 Q F0(literal ')29.89 E(In addition to the GNU Em\
-acs style escape sequences, a second set of backslash escapes is a)108
-136.8 Q -.25(va)-.2 G(ilable:).25 E F1(\\a)144 148.8 Q F0
-(alert \(bell\))28.22 E F1(\\b)144 160.8 Q F0(backspace)27.66 E F1(\\d)
-144 172.8 Q F0(delete)27.66 E F1(\\f)144 184.8 Q F0(form feed)29.89 E F1
-(\\n)144 196.8 Q F0(ne)27.66 E(wline)-.25 E F1(\\r)144 208.8 Q F0
-(carriage return)28.78 E F1(\\t)144 220.8 Q F0(horizontal tab)29.89 E F1
-(\\v)144 232.8 Q F0 -.15(ve)28.22 G(rtical tab).15 E F1(\\)144 244.8 Q
-/F2 10/Times-Italic@0 SF(nnn)A F0(the eight-bit character whose v)18.22
-E(alue is the octal v)-.25 E(alue)-.25 E F2(nnn)2.5 E F0
-(\(one to three digits\))2.5 E F1(\\x)144 256.8 Q F2(HH)A F0
-(the eight-bit character whose v)13.78 E(alue is the he)-.25 E
-(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0(\(one or tw)2.5 E 2.5(oh)
--.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.141(When entering the te)108
-273.6 R 1.141(xt of a macro, single or double quotes must be used to in\
-dicate a macro de\214nition.)-.15 F .09(Unquoted te)108 285.6 R .09
-(xt is assumed to be a function name.)-.15 F .089(In the macro body)
-5.089 F 2.589(,t)-.65 G .089(he backslash escapes described abo)-2.589 F
--.15(ve)-.15 G(are e)108 297.6 Q 2.5(xpanded. Backslash)-.15 F
-(will quote an)2.5 E 2.5(yo)-.15 G(ther character in the macro te)-2.5 E
-(xt, including " and '.)-.15 E F1(Bash)108 314.4 Q F0(allo)2.929 E .429
-(ws the current readline k)-.25 F .729 -.15(ey b)-.1 H .429
-(indings to be displayed or modi\214ed with the).15 F F1(bind)2.93 E F0
+(The full set of GNU Emacs style escape sequences is)108 295.2 Q F2
+<5c43ad>144 307.2 Q F0(control pre\214x)20.3 E F2<5c4dad>144 319.2 Q F0
+(meta pre\214x)18.08 E F2(\\e)144 331.2 Q F0(an escape character)28.78 E
+F2(\\\\)144 343.2 Q F0(backslash)30.44 E F2(\\")144 355.2 Q F0
+(literal ")27.67 E F2(\\')144 367.2 Q F0(literal ')29.89 E(In addition \
+to the GNU Emacs style escape sequences, a second set of backslash esca\
+pes is a)108 384 Q -.25(va)-.2 G(ilable:).25 E F2(\\a)144 396 Q F0
+(alert \(bell\))28.22 E F2(\\b)144 408 Q F0(backspace)27.66 E F2(\\d)144
+420 Q F0(delete)27.66 E F2(\\f)144 432 Q F0(form feed)29.89 E F2(\\n)144
+444 Q F0(ne)27.66 E(wline)-.25 E F2(\\r)144 456 Q F0(carriage return)
+28.78 E F2(\\t)144 468 Q F0(horizontal tab)29.89 E F2(\\v)144 480 Q F0
+-.15(ve)28.22 G(rtical tab).15 E F2(\\)144 492 Q F1(nnn)A F0
+(the eight-bit character whose v)18.22 E(alue is the octal v)-.25 E
+(alue)-.25 E F1(nnn)2.5 E F0(\(one to three digits\))2.5 E F2(\\x)144
+504 Q F1(HH)A F0(the eight-bit character whose v)13.78 E(alue is the he)
+-.25 E(xadecimal v)-.15 E(alue)-.25 E F1(HH)2.5 E F0(\(one or tw)2.5 E
+2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.141
+(When entering the te)108 520.8 R 1.141(xt of a macro, single or double\
+ quotes must be used to indicate a macro de\214nition.)-.15 F .09
+(Unquoted te)108 532.8 R .09(xt is assumed to be a function name.)-.15 F
+.089(In the macro body)5.089 F 2.589(,t)-.65 G .089
+(he backslash escapes described abo)-2.589 F -.15(ve)-.15 G(are e)108
+544.8 Q 2.5(xpanded. Backslash)-.15 F(will quote an)2.5 E 2.5(yo)-.15 G
+(ther character in the macro te)-2.5 E(xt, including " and '.)-.15 E F2
+(Bash)108 561.6 Q F0(allo)2.929 E .429(ws the current readline k)-.25 F
+.729 -.15(ey b)-.1 H .429
+(indings to be displayed or modi\214ed with the).15 F F2(bind)2.93 E F0
 -.2(bu)2.93 G .43(iltin command.).2 F .046
-(The editing mode may be switched during interacti)108 326.4 R .346 -.15
-(ve u)-.25 H .046(se by using the).15 F F1<ad6f>2.545 E F0 .045
-(option to the)2.545 F F1(set)2.545 E F0 -.2(bu)2.545 G .045
-(iltin command).2 F(\(see)108 338.4 Q/F3 9/Times-Bold@0 SF(SHELL B)2.5 E
-(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1
-(Readline V)87 355.2 Q(ariables)-.92 E F0 .043(Readline has v)108 367.2
+(The editing mode may be switched during interacti)108 573.6 R .346 -.15
+(ve u)-.25 H .046(se by using the).15 F F2<ad6f>2.545 E F0 .045
+(option to the)2.545 F F2(set)2.545 E F0 -.2(bu)2.545 G .045
+(iltin command).2 F(\(see)108 585.6 Q/F4 9/Times-Bold@0 SF(SHELL B)2.5 E
+(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F2
+(Readline V)87 602.4 Q(ariables)-.92 E F0 .043(Readline has v)108 614.4
 R .043(ariables that can be used to further customize its beha)-.25 F
 (vior)-.2 E 5.043(.A)-.55 G -.25(va)-2.5 G .043
-(riable may be set in the).25 F F2(inpu-)2.554 E(tr)108 379.2 Q(c)-.37 E
-F0(\214le with a statement of the form)2.81 E F1(set)144 396 Q F2
+(riable may be set in the).25 F F1(inpu-)2.554 E(tr)108 626.4 Q(c)-.37 E
+F0(\214le with a statement of the form)2.81 E F2(set)144 643.2 Q F1
 (variable\255name value)2.5 E F0 .489(Except where noted, readline v)108
-412.8 R .489(ariables can tak)-.25 F 2.989(et)-.1 G .489(he v)-2.989 F
-(alues)-.25 E F1(On)2.989 E F0(or)2.989 E F1(Off)2.989 E F0 5.489(.T)C
+660 R .489(ariables can tak)-.25 F 2.989(et)-.1 G .489(he v)-2.989 F
+(alues)-.25 E F2(On)2.989 E F0(or)2.989 E F2(Off)2.989 E F0 5.489(.T)C
 .489(he v)-5.489 F .488(ariables and their def)-.25 F .488(ault v)-.1 F
-(al-)-.25 E(ues are:)108 424.8 Q F1(bell\255style \(audible\))108 441.6
-Q F0 .01(Controls what happens when readline w)144 453.6 R .011
-(ants to ring the terminal bell.)-.1 F .011(If set to)5.011 F F1(none)
+(al-)-.25 E(ues are:)108 672 Q F2(bell\255style \(audible\))108 688.8 Q
+F0 .01(Controls what happens when readline w)144 700.8 R .011
+(ants to ring the terminal bell.)-.1 F .011(If set to)5.011 F F2(none)
 2.511 E F0 2.511(,r)C .011(eadline ne)-2.511 F -.15(ve)-.25 G(r).15 E
-.94(rings the bell.)144 465.6 R .94(If set to)5.94 F F1(visible)3.44 E
+.94(rings the bell.)144 712.8 R .94(If set to)5.94 F F2(visible)3.44 E
 F0 3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25
-(va)-.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F1(audible)3.44 E F0
-(,)A(readline attempts to ring the terminal')144 477.6 Q 2.5(sb)-.55 G
-(ell.)-2.5 E F1(comment\255begin \(`)108 489.6 Q(`#')-.63 E('\))-.63 E
-F0 .884(The string that is inserted when the readline)144 501.6 R F1
-(insert\255comment)3.385 E F0 .885(command is e)3.385 F -.15(xe)-.15 G
-3.385(cuted. This).15 F(com-)3.385 E(mand is bound to)144 513.6 Q F1
-(M\255#)2.5 E F0(in emacs mode and to)2.5 E F1(#)2.5 E F0
-(in vi command mode.)2.5 E F1(completion\255ignor)108 525.6 Q
-(e\255case \(Off\))-.18 E F0(If set to)144 537.6 Q F1(On)2.5 E F0 2.5
-(,r)C(eadline performs \214lename matching and completion in a case\255\
-insensiti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1
-(completion\255query\255items \(100\))108 549.6 Q F0 .53
-(This determines when the user is queried about vie)144 561.6 R .529
-(wing the number of possible completions gen-)-.25 F .56(erated by the)
-144 573.6 R F1(possible\255completions)3.06 E F0 3.06(command. It)3.06 F
-.561(may be set to an)3.061 F 3.061(yi)-.15 G(nte)-3.061 E .561(ger v)
--.15 F .561(alue greater than or)-.25 F .783(equal to zero.)144 585.6 R
-.783(If the number of possible completions is greater than or equal to \
-the v)5.783 F .782(alue of this)-.25 F -.25(va)144 597.6 S .237
-(riable, the user is ask).25 F .237(ed whether or not he wishes to vie)
--.1 F 2.737(wt)-.25 G .237(hem; otherwise the)-2.737 F 2.737(ya)-.15 G
-.237(re simply listed)-2.737 F(on the terminal.)144 609.6 Q F1(con)108
-621.6 Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .613(If set to)144 633.6
-R F1(On)3.113 E F0 3.113(,r)C .613(eadline will con)-3.113 F -.15(ve)-.4
-G .613(rt characters with the eighth bit set to an ASCII k).15 F .912
--.15(ey s)-.1 H .612(equence by).15 F .541
-(stripping the eighth bit and pre\214xing an escape character \(in ef)
-144 645.6 R .541(fect, using escape as the)-.25 F F2 .542(meta pr)3.042
-F(e-)-.37 E<8c78>144 657.6 Q F0(\).)A F1(disable\255completion \(Off\))
-108 669.6 Q F0 .038(If set to)144 681.6 R F1(On)2.538 E F0 2.538(,r)C
-.038(eadline will inhibit w)-2.538 F .038(ord completion.)-.1 F .038
-(Completion characters will be inserted into the)5.038 F(line as if the)
-144 693.6 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F1(self-insert)2.5 E
-F0(.)A F1(editing\255mode \(emacs\))108 705.6 Q F0 .252
-(Controls whether readline be)144 717.6 R .253(gins with a set of k)-.15
-F .553 -.15(ey b)-.1 H .253(indings similar to).15 F F2(emacs)2.753 E F0
-(or)2.753 E F2(vi)2.753 E F0(.)A F1(editing\255mode)5.253 E F0
-(can be set to either)144 729.6 Q F1(emacs)2.5 E F0(or)2.5 E F1(vi)2.5 E
-F0(.)A(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(32)199 E 0 Cg EP
+(va)-.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F2(audible)3.44 E F0
+(,)A(readline attempts to ring the terminal')144 724.8 Q 2.5(sb)-.55 G
+(ell.)-2.5 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G
+(004 No)-123.385 E 2.5(v2)-.15 G 197.965(23)-2.5 G(2)-197.965 E 0 Cg EP
 %%Page: 33 33
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(enable\255k)108 84 Q(eypad \(Off\))-.1 E F0
-.893(When set to)144 96 R F1(On)3.393 E F0 3.393(,r)C .893
+-.35 E/F1 10/Times-Bold@0 SF(bind\255tty\255special\255chars \(On\))108
+84 Q F0 .055(If set to)144 96 R F1(On)2.555 E F0 2.555(,r)C .056(eadlin\
+e attempts to bind the control characters treated specially by the k)
+-2.555 F(ernel')-.1 E 2.556(st)-.55 G(ermi-)-2.556 E(nal dri)144 108 Q
+-.15(ve)-.25 G 2.5(rt).15 G 2.5(ot)-2.5 G(heir readline equi)-2.5 E -.25
+(va)-.25 G(lents.).25 E F1(comment\255begin \(`)108 120 Q(`#')-.63 E
+('\))-.63 E F0 .885(The string that is inserted when the readline)144
+132 R F1(insert\255comment)3.385 E F0 .884(command is e)3.384 F -.15(xe)
+-.15 G 3.384(cuted. This).15 F(com-)3.384 E(mand is bound to)144 144 Q
+F1(M\255#)2.5 E F0(in emacs mode and to)2.5 E F1(#)2.5 E F0
+(in vi command mode.)2.5 E F1(completion\255ignor)108 156 Q
+(e\255case \(Off\))-.18 E F0(If set to)144 168 Q F1(On)2.5 E F0 2.5(,r)C
+(eadline performs \214lename matching and completion in a case\255insen\
+siti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1
+(completion\255query\255items \(100\))108 180 Q F0 .529
+(This determines when the user is queried about vie)144 192 R .53
+(wing the number of possible completions gen-)-.25 F .561(erated by the)
+144 204 R F1(possible\255completions)3.061 E F0 3.061(command. It)3.061
+F .561(may be set to an)3.061 F 3.06(yi)-.15 G(nte)-3.06 E .56(ger v)
+-.15 F .56(alue greater than or)-.25 F .782(equal to zero.)144 216 R
+.783(If the number of possible completions is greater than or equal to \
+the v)5.782 F .783(alue of this)-.25 F -.25(va)144 228 S .237
+(riable, the user is ask).25 F .237(ed whether or not he wishes to vie)
+-.1 F 2.737(wt)-.25 G .237(hem; otherwise the)-2.737 F 2.737(ya)-.15 G
+.237(re simply listed)-2.737 F(on the terminal.)144 240 Q F1(con)108 252
+Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .612(If set to)144 264 R F1(On)
+3.112 E F0 3.112(,r)C .613(eadline will con)-3.112 F -.15(ve)-.4 G .613
+(rt characters with the eighth bit set to an ASCII k).15 F .913 -.15
+(ey s)-.1 H .613(equence by).15 F .541
+(stripping the eighth bit and pre\214xing an escape character \(in ef)
+144 276 R .541(fect, using escape as the)-.25 F/F2 10/Times-Italic@0 SF
+.541(meta pr)3.041 F(e-)-.37 E<8c78>144 288 Q F0(\).)A F1
+(disable\255completion \(Off\))108 300 Q F0 .038(If set to)144 312 R F1
+(On)2.538 E F0 2.538(,r)C .038(eadline will inhibit w)-2.538 F .038
+(ord completion.)-.1 F .038
+(Completion characters will be inserted into the)5.038 F(line as if the)
+144 324 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F1(self-insert)2.5 E F0
+(.)A F1(editing\255mode \(emacs\))108 336 Q F0 .253
+(Controls whether readline be)144 348 R .253(gins with a set of k)-.15 F
+.553 -.15(ey b)-.1 H .253(indings similar to).15 F F2(emacs)2.752 E F0
+(or)2.752 E F2(vi)2.752 E F0(.)A F1(editing\255mode)5.252 E F0
+(can be set to either)144 360 Q F1(emacs)2.5 E F0(or)2.5 E F1(vi)2.5 E
+F0(.)A F1(enable\255k)108 372 Q(eypad \(Off\))-.1 E F0 .892(When set to)
+144 384 R F1(On)3.393 E F0 3.393(,r)C .893
 (eadline will try to enable the application k)-3.393 F -.15(ey)-.1 G
-.893(pad when it is called.).15 F .892(Some sys-)5.893 F
-(tems need this to enable the arro)144 108 Q 2.5(wk)-.25 G -.15(ey)-2.6
-G(s.).15 E F1(expand\255tilde \(Off\))108 120 Q F0(If set to)144 132 Q
+.893(pad when it is called.).15 F .893(Some sys-)5.893 F
+(tems need this to enable the arro)144 396 Q 2.5(wk)-.25 G -.15(ey)-2.6
+G(s.).15 E F1(expand\255tilde \(Off\))108 408 Q F0(If set to)144 420 Q
 F1(on)2.5 E F0 2.5(,t)C(ilde e)-2.5 E
 (xpansion is performed when readline attempts w)-.15 E(ord completion.)
--.1 E F1(history-pr)108 144 Q(eser)-.18 E -.1(ve)-.1 G(-point).1 E F0
-1.492(If set to)144 156 R F1(on)3.992 E F0 3.992(,t)C 1.493(he history \
+-.1 E F1(history-pr)108 432 Q(eser)-.18 E -.1(ve)-.1 G(-point).1 E F0
+1.493(If set to)144 444 R F1(on)3.993 E F0 3.993(,t)C 1.493(he history \
 code attempts to place point at the same location on each history line)
--3.992 F(retri)144 168 Q -.15(ve)-.25 G 2.5(dw).15 G(ith)-2.5 E F1(pr)
+-3.993 F(retrie)144 456 Q -.15(ve)-.25 G 2.5(dw).15 G(ith)-2.5 E F1(pr)
 2.5 E -.15(ev)-.18 G(ious-history).15 E F0(or)2.5 E F1(next-history)2.5
-E F0(.)A F1(horizontal\255scr)108 180 Q(oll\255mode \(Off\))-.18 E F0
-.449(When set to)144 192 R F1(On)2.949 E F0 2.949(,m)C(ak)-2.949 E .448
-(es readline use a single line for display)-.1 F 2.948(,s)-.65 G .448
+E F0(.)A F1(horizontal\255scr)108 468 Q(oll\255mode \(Off\))-.18 E F0
+.448(When set to)144 480 R F1(On)2.948 E F0 2.948(,m)C(ak)-2.948 E .448
+(es readline use a single line for display)-.1 F 2.948(,s)-.65 G .449
 (crolling the input horizontally on a)-2.948 F 1.194(single screen line\
  when it becomes longer than the screen width rather than wrapping to a\
- ne)144 204 R(w)-.25 E(line.)144 216 Q F1(input\255meta \(Off\))108 228
-Q F0 .228(If set to)144 240 R F1(On)2.728 E F0 2.728(,r)C .227(eadline \
+ ne)144 492 R(w)-.25 E(line.)144 504 Q F1(input\255meta \(Off\))108 516
+Q F0 .227(If set to)144 528 R F1(On)2.727 E F0 2.727(,r)C .228(eadline \
 will enable eight-bit input \(that is, it will not strip the high bit f\
-rom the char)-2.728 F(-)-.2 E .956(acters it reads\), re)144 252 R -.05
+rom the char)-2.727 F(-)-.2 E .957(acters it reads\), re)144 540 R -.05
 (ga)-.15 G .956(rdless of what the terminal claims it can support.).05 F
-.957(The name)5.956 F F1(meta\255\215ag)3.457 E F0 .957(is a)3.457 F
-(synon)144 264 Q(ym for this v)-.15 E(ariable.)-.25 E F1(isear)108 276 Q
+.956(The name)5.956 F F1(meta\255\215ag)3.456 E F0 .956(is a)3.456 F
+(synon)144 552 Q(ym for this v)-.15 E(ariable.)-.25 E F1(isear)108 564 Q
 (ch\255terminators \(`)-.18 E(`C\255[C\255J')-.63 E('\))-.63 E F0 .439(\
 The string of characters that should terminate an incremental search wi\
-thout subsequently e)144 288 R -.15(xe)-.15 G(cut-).15 E .934
-(ing the character as a command.)144 300 R .935(If this v)5.935 F .935
-(ariable has not been gi)-.25 F -.15(ve)-.25 G 3.435(nav).15 G .935
-(alue, the characters)-3.685 F/F2 10/Times-Italic@0 SF(ESC)3.435 E F0
-(and)144 312 Q F2(C\255J)2.5 E F0(will terminate an incremental search.)
-2.5 E F1 -.1(ke)108 324 S(ymap \(emacs\)).1 E F0 2.021
-(Set the current readline k)144 336 R -.15(ey)-.1 G 4.521(map. The).15 F
-2.021(set of v)4.521 F 2.021(alid k)-.25 F -.15(ey)-.1 G 2.021
-(map names is).15 F F2 2.02(emacs, emacs\255standar)4.52 F(d,)-.37 E
-.068(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 348 R F0 2.568
-(,a)C(nd)-2.568 E F2(vi\255insert)2.568 E F0(.).68 E F2(vi)5.068 E F0
-.068(is equi)2.568 F -.25(va)-.25 G .068(lent to).25 F F2(vi\255command)
-2.569 E F0(;)A F2(emacs)2.569 E F0 1.544(is equi)144 360 R -.25(va)-.25
-G 1.544(lent to).25 F F2(emacs\255standar)4.044 E(d)-.37 E F0 6.544(.T)C
+thout subsequently e)144 576 R -.15(xe)-.15 G(cut-).15 E .935
+(ing the character as a command.)144 588 R .935(If this v)5.935 F .935
+(ariable has not been gi)-.25 F -.15(ve)-.25 G 3.434(nav).15 G .934
+(alue, the characters)-3.684 F F2(ESC)3.434 E F0(and)144 600 Q F2
+(C\255J)2.5 E F0(will terminate an incremental search.)2.5 E F1 -.1(ke)
+108 612 S(ymap \(emacs\)).1 E F0 2.02(Set the current readline k)144 624
+R -.15(ey)-.1 G 4.521(map. The).15 F 2.021(set of v)4.521 F 2.021
+(alid k)-.25 F -.15(ey)-.1 G 2.021(map names is).15 F F2 2.021
+(emacs, emacs\255standar)4.521 F(d,)-.37 E .069
+(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 636 R F0 2.568(,a)C
+(nd)-2.568 E F2(vi\255insert)2.568 E F0(.).68 E F2(vi)5.068 E F0 .068
+(is equi)2.568 F -.25(va)-.25 G .068(lent to).25 F F2(vi\255command)
+2.568 E F0(;)A F2(emacs)2.568 E F0 1.543(is equi)144 648 R -.25(va)-.25
+G 1.543(lent to).25 F F2(emacs\255standar)4.044 E(d)-.37 E F0 6.544(.T)C
 1.544(he def)-6.544 F 1.544(ault v)-.1 F 1.544(alue is)-.25 F F2(emacs)
 4.044 E F0 4.044(;t).27 G 1.544(he v)-4.044 F 1.544(alue of)-.25 F F1
-(editing\255mode)4.043 E F0(also)4.043 E(af)144 372 Q(fects the def)-.25
-E(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F1(mark\255dir)108 384 Q
-(ectories \(On\))-.18 E F0(If set to)144 396 Q F1(On)2.5 E F0 2.5(,c)C
+(editing\255mode)4.044 E F0(also)4.044 E(af)144 660 Q(fects the def)-.25
+E(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F1(mark\255dir)108 672 Q
+(ectories \(On\))-.18 E F0(If set to)144 684 Q F1(On)2.5 E F0 2.5(,c)C
 (ompleted directory names ha)-2.5 E .3 -.15(ve a s)-.2 H(lash appended.)
-.15 E F1(mark\255modi\214ed\255lines \(Off\))108 408 Q F0(If set to)144
-420 Q F1(On)2.5 E F0 2.5(,h)C(istory lines that ha)-2.5 E .3 -.15(ve b)
+.15 E F1(mark\255modi\214ed\255lines \(Off\))108 696 Q F0(If set to)144
+708 Q F1(On)2.5 E F0 2.5(,h)C(istory lines that ha)-2.5 E .3 -.15(ve b)
 -.2 H(een modi\214ed are displayed with a preceding asterisk \().15 E F1
-(*)A F0(\).)A F1(mark\255symlink)108 432 Q(ed\255dir)-.1 E
-(ectories \(Off\))-.18 E F0 .175(If set to)144 444 R F1(On)2.675 E F0
+(*)A F0(\).)A(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G
+(004 No)-123.385 E 2.5(v2)-.15 G 197.965(23)-2.5 G(3)-197.965 E 0 Cg EP
+%%Page: 34 34
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(mark\255symlink)108 84 Q(ed\255dir)-.1 E
+(ectories \(Off\))-.18 E F0 .175(If set to)144 96 R F1(On)2.675 E F0
 2.675(,c)C .175
 (ompleted names which are symbolic links to directories ha)-2.675 F .475
--.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 456
+-.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 108
 Q(alue of)-.25 E F1(mark\255dir)2.5 E(ectories)-.18 E F0(\).)A F1
-(match\255hidden\255\214les \(On\))108 468 Q F0 .193(This v)144 480 R
-.193(ariable, when set to)-.25 F F1(On)2.693 E F0 2.693(,c)C .192
-(auses readline to match \214les whose names be)-2.693 F .192
-(gin with a `.)-.15 F 2.692('\()-.7 G(hidden)-2.692 E 1.023
+(match\255hidden\255\214les \(On\))108 120 Q F0 .192(This v)144 132 R
+.192(ariable, when set to)-.25 F F1(On)2.692 E F0 2.692(,c)C .192
+(auses readline to match \214les whose names be)-2.692 F .193
+(gin with a `.)-.15 F 2.693('\()-.7 G(hidden)-2.693 E 1.024
 (\214les\) when performing \214lename completion, unless the leading `.)
-144 492 R 3.523('i)-.7 G 3.523(ss)-3.523 G 1.024
-(upplied by the user in the)-3.523 F(\214lename to be completed.)144 504
-Q F1(output\255meta \(Off\))108 516 Q F0 .507(If set to)144 528 R F1(On)
-3.007 E F0 3.007(,r)C .507(eadline will display characters with the eig\
-hth bit set directly rather than as a meta-)-3.007 F(pre\214x)144 540 Q
-(ed escape sequence.)-.15 E F1(page\255completions \(On\))108 552 Q F0
-.808(If set to)144 564 R F1(On)3.308 E F0 3.308(,r)C .808
-(eadline uses an internal)-3.308 F F2(mor)3.308 E(e)-.37 E F0(-lik)A
-3.308(ep)-.1 G .808(ager to display a screenful of possible comple-)
--3.308 F(tions at a time.)144 576 Q F1
-(print\255completions\255horizontally \(Off\))108 588 Q F0 1.319
-(If set to)144 600 R F1(On)3.819 E F0 3.819(,r)C 1.318(eadline will dis\
-play completions with matches sorted horizontally in alphabetical)-3.819
-F(order)144 612 Q 2.5(,r)-.4 G(ather than do)-2.5 E(wn the screen.)-.25
-E F1(sho)108 624 Q(w\255all\255if\255ambiguous \(Off\))-.1 E F0 .477
-(This alters the def)144 636 R .477(ault beha)-.1 F .477
-(vior of the completion functions.)-.2 F .478(If set to)5.478 F F1(on)
-2.978 E F0 2.978(,w)C .478(ords which ha)-3.078 F .778 -.15(ve m)-.2 H
+144 144 R 3.523('i)-.7 G 3.523(ss)-3.523 G 1.023
+(upplied by the user in the)-3.523 F(\214lename to be completed.)144 156
+Q F1(output\255meta \(Off\))108 168 Q F0 .506(If set to)144 180 R F1(On)
+3.006 E F0 3.006(,r)C .507(eadline will display characters with the eig\
+hth bit set directly rather than as a meta-)-3.006 F(pre\214x)144 192 Q
+(ed escape sequence.)-.15 E F1(page\255completions \(On\))108 204 Q F0
+.809(If set to)144 216 R F1(On)3.308 E F0 3.308(,r)C .808
+(eadline uses an internal)-3.308 F/F2 10/Times-Italic@0 SF(mor)3.308 E
+(e)-.37 E F0(-lik)A 3.308(ep)-.1 G .808
+(ager to display a screenful of possible comple-)-3.308 F
+(tions at a time.)144 228 Q F1
+(print\255completions\255horizontally \(Off\))108 240 Q F0 1.318
+(If set to)144 252 R F1(On)3.818 E F0 3.818(,r)C 1.319(eadline will dis\
+play completions with matches sorted horizontally in alphabetical)-3.818
+F(order)144 264 Q 2.5(,r)-.4 G(ather than do)-2.5 E(wn the screen.)-.25
+E F1(sho)108 276 Q(w\255all\255if\255ambiguous \(Off\))-.1 E F0 .478
+(This alters the def)144 288 R .478(ault beha)-.1 F .478
+(vior of the completion functions.)-.2 F .477(If set to)5.477 F F1(on)
+2.977 E F0 2.977(,w)C .477(ords which ha)-3.077 F .777 -.15(ve m)-.2 H
 (ore).15 E 1.264(than one possible completion cause the matches to be l\
-isted immediately instead of ringing the)144 648 R(bell.)144 660 Q F1
-(sho)108 672 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.345
-(This alters the def)144 684 R 5.345(ault beha)-.1 F 5.345
-(vior of the completion functions in a f)-.2 F 5.346(ashion similar to)
--.1 F F1(sho)144 696 Q(w\255all\255if\255ambiguous)-.1 E F0 6.923(.I)C
-4.423(fs)-6.923 G 1.923(et to)-4.423 F F1(on)4.423 E F0 4.423(,w)C 1.923
-(ords which ha)-4.523 F 2.222 -.15(ve m)-.2 H 1.922
-(ore than one possible completion).15 F 1.039(without an)144 708 R 3.539
+isted immediately instead of ringing the)144 300 R(bell.)144 312 Q F1
+(sho)108 324 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.346
+(This alters the def)144 336 R 5.346(ault beha)-.1 F 5.345
+(vior of the completion functions in a f)-.2 F 5.345(ashion similar to)
+-.1 F F1(sho)144 348 Q(w\255all\255if\255ambiguous)-.1 E F0 6.922(.I)C
+4.422(fs)-6.922 G 1.922(et to)-4.422 F F1(on)4.422 E F0 4.422(,w)C 1.922
+(ords which ha)-4.522 F 2.223 -.15(ve m)-.2 H 1.923
+(ore than one possible completion).15 F 1.04(without an)144 360 R 3.54
 (yp)-.15 G 1.039
-(ossible partial completion \(the possible completions don')-3.539 F
-3.539(ts)-.18 G 1.04(hare a common pre\214x\))-3.539 F(cause the matche\
-s to be listed immediately instead of ringing the bell.)144 720 Q
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(33)199 E 0 Cg EP
-%%Page: 34 34
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(visible\255stats \(Off\))108 84 Q F0 .847
-(If set to)144 96 R F1(On)3.346 E F0 3.346(,ac)C .846
-(haracter denoting a \214le')-3.346 F 3.346(st)-.55 G .846
-(ype as reported by)-3.346 F/F2 10/Times-Italic@0 SF(stat)3.346 E F0
-.846(\(2\) is appended to the \214lename)B
-(when listing possible completions.)144 108 Q F1
-(Readline Conditional Constructs)87 124.8 Q F0 .05
-(Readline implements a f)108 136.8 R .05(acility similar in spirit to t\
-he conditional compilation features of the C preprocessor)-.1 F .097
-(which allo)108 148.8 R .097(ws k)-.25 F .396 -.15(ey b)-.1 H .096
+(ossible partial completion \(the possible completions don')-3.54 F
+3.539(ts)-.18 G 1.039(hare a common pre\214x\))-3.539 F(cause the match\
+es to be listed immediately instead of ringing the bell.)144 372 Q F1
+(visible\255stats \(Off\))108 384 Q F0 .846(If set to)144 396 R F1(On)
+3.346 E F0 3.346(,ac)C .846(haracter denoting a \214le')-3.346 F 3.346
+(st)-.55 G .846(ype as reported by)-3.346 F F2(stat)3.346 E F0 .846
+(\(2\) is appended to the \214lename)B
+(when listing possible completions.)144 408 Q F1
+(Readline Conditional Constructs)87 424.8 Q F0 .05
+(Readline implements a f)108 436.8 R .05(acility similar in spirit to t\
+he conditional compilation features of the C preprocessor)-.1 F .096
+(which allo)108 448.8 R .096(ws k)-.25 F .396 -.15(ey b)-.1 H .096
 (indings and v).15 F .096
-(ariable settings to be performed as the result of tests.)-.25 F .096
-(There are four parser)5.096 F(directi)108 160.8 Q -.15(ve)-.25 G 2.5
-(su).15 G(sed.)-2.5 E F1($if)108 177.6 Q F0(The)24.89 E F1($if)2.962 E
-F0 .462(construct allo)2.962 F .463(ws bindings to be made based on the\
- editing mode, the terminal being used,)-.25 F .478
-(or the application using readline.)144 189.6 R .477(The te)5.477 F .477
+(ariable settings to be performed as the result of tests.)-.25 F .097
+(There are four parser)5.096 F(directi)108 460.8 Q -.15(ve)-.25 G 2.5
+(su).15 G(sed.)-2.5 E F1($if)108 477.6 Q F0(The)24.89 E F1($if)2.963 E
+F0 .463(construct allo)2.963 F .462(ws bindings to be made based on the\
+ editing mode, the terminal being used,)-.25 F .477
+(or the application using readline.)144 489.6 R .477(The te)5.477 F .477
 (xt of the test e)-.15 F .477
 (xtends to the end of the line; no characters)-.15 F
-(are required to isolate it.)144 201.6 Q F1(mode)144 218.4 Q F0(The)
-12.67 E F1(mode=)3.711 E F0 1.211(form of the)3.711 F F1($if)3.711 E F0
+(are required to isolate it.)144 501.6 Q F1(mode)144 518.4 Q F0(The)
+12.67 E F1(mode=)3.712 E F0 1.212(form of the)3.712 F F1($if)3.711 E F0
 (directi)3.711 E 1.511 -.15(ve i)-.25 H 3.711(su).15 G 1.211
 (sed to test whether readline is in emacs or vi)-3.711 F 3.065
-(mode. This)180 230.4 R .565(may be used in conjunction with the)3.065 F
+(mode. This)180 530.4 R .565(may be used in conjunction with the)3.065 F
 F1 .565(set k)3.065 F(eymap)-.1 E F0 .565(command, for instance, to)
-3.065 F .735(set bindings in the)180 242.4 R F2(emacs\255standar)3.235 E
+3.065 F .735(set bindings in the)180 542.4 R F2(emacs\255standar)3.235 E
 (d)-.37 E F0(and)3.235 E F2(emacs\255ctlx)3.235 E F0 -.1(ke)3.235 G .735
-(ymaps only if readline is starting)-.05 F(out in emacs mode.)180 254.4
-Q F1(term)144 271.2 Q F0(The)15.46 E F1(term=)3.197 E F0 .696
-(form may be used to include terminal-speci\214c k)3.197 F .996 -.15
-(ey b)-.1 H .696(indings, perhaps to bind).15 F .654(the k)180 283.2 R
+(ymaps only if readline is starting)-.05 F(out in emacs mode.)180 554.4
+Q F1(term)144 571.2 Q F0(The)15.46 E F1(term=)3.196 E F0 .696
+(form may be used to include terminal-speci\214c k)3.196 F .996 -.15
+(ey b)-.1 H .697(indings, perhaps to bind).15 F .654(the k)180 583.2 R
 .954 -.15(ey s)-.1 H .654(equences output by the terminal').15 F 3.154
 (sf)-.55 G .654(unction k)-3.154 F -.15(ey)-.1 G 3.154(s. The).15 F -.1
-(wo)3.154 G .654(rd on the right side of).1 F(the)180 295.2 Q F1(=)3.232
-E F0 .732(is tested ag)3.232 F .732(ainst the both full name of the ter\
+(wo)3.154 G .654(rd on the right side of).1 F(the)180 595.2 Q F1(=)3.231
+E F0 .731(is tested ag)3.231 F .732(ainst the both full name of the ter\
 minal and the portion of the terminal)-.05 F(name before the \214rst)180
-307.2 Q F1<ad>2.5 E F0 5(.T)C(his allo)-5 E(ws)-.25 E F2(sun)2.84 E F0
+607.2 Q F1<ad>2.5 E F0 5(.T)C(his allo)-5 E(ws)-.25 E F2(sun)2.84 E F0
 (to match both)2.74 E F2(sun)2.84 E F0(and)2.74 E F2(sun\255cmd)2.5 E F0
-2.5(,f).77 G(or instance.)-2.5 E F1(application)144 324 Q F0(The)180 336
+2.5(,f).77 G(or instance.)-2.5 E F1(application)144 624 Q F0(The)180 636
 Q F1(application)3.003 E F0 .503
 (construct is used to include application-speci\214c settings.)3.003 F
 .503(Each program)5.503 F .114(using the readline library sets the)180
-348 R F2 .114(application name)2.614 F F0 2.614(,a)C .114
-(nd an initialization \214le can test for a)-2.614 F .5(particular v)180
-360 R 3(alue. This)-.25 F .501(could be used to bind k)3 F .801 -.15
-(ey s)-.1 H .501(equences to functions useful for a spe-).15 F .397
-(ci\214c program.)180 372 R -.15(Fo)5.397 G 2.896(ri).15 G .396
+648 R F2 .114(application name)2.614 F F0 2.614(,a)C .114
+(nd an initialization \214le can test for a)-2.614 F .501(particular v)
+180 660 R 3.001(alue. This)-.25 F .501(could be used to bind k)3.001 F
+.801 -.15(ey s)-.1 H .5(equences to functions useful for a spe-).15 F
+.396(ci\214c program.)180 672 R -.15(Fo)5.396 G 2.896(ri).15 G .396
 (nstance, the follo)-2.896 F .396(wing command adds a k)-.25 F .696 -.15
-(ey s)-.1 H .396(equence that quotes the).15 F(current or pre)180 384 Q
-(vious w)-.25 E(ord in Bash:)-.1 E F1($if)180 408 Q F0(Bash)2.5 E 2.5
-(#Q)180 420 S(uote the current or pre)-2.5 E(vious w)-.25 E(ord)-.1 E
-("\\C\255xq": "\\eb\\"\\ef\\"")180 432 Q F1($endif)180 444 Q($endif)108
-460.8 Q F0(This command, as seen in the pre)9.33 E(vious e)-.25 E
-(xample, terminates an)-.15 E F1($if)2.5 E F0(command.)2.5 E F1($else)
-108 477.6 Q F0(Commands in this branch of the)15.45 E F1($if)2.5 E F0
-(directi)2.5 E .3 -.15(ve a)-.25 H(re e).15 E -.15(xe)-.15 G
-(cuted if the test f).15 E(ails.)-.1 E F1($include)108 494.4 Q F0 .356
-(This directi)144 506.4 R .656 -.15(ve t)-.25 H(ak).15 E .356
-(es a single \214lename as an ar)-.1 F .357
+(ey s)-.1 H .397(equence that quotes the).15 F(current or pre)180 684 Q
+(vious w)-.25 E(ord in Bash:)-.1 E F1($if)180 708 Q F0(Bash)2.5 E 2.5
+(#Q)180 720 S(uote the current or pre)-2.5 E(vious w)-.25 E(ord)-.1 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(23)-2.5 G(4)-197.965 E 0 Cg EP
+%%Page: 35 35
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E("\\C\255xq": "\\eb\\"\\ef\\"")180 84 Q/F1 10/Times-Bold@0 SF
+($endif)180 96 Q($endif)108 112.8 Q F0(This command, as seen in the pre)
+9.33 E(vious e)-.25 E(xample, terminates an)-.15 E F1($if)2.5 E F0
+(command.)2.5 E F1($else)108 129.6 Q F0(Commands in this branch of the)
+15.45 E F1($if)2.5 E F0(directi)2.5 E .3 -.15(ve a)-.25 H(re e).15 E
+-.15(xe)-.15 G(cuted if the test f).15 E(ails.)-.1 E F1($include)108
+146.4 Q F0 .357(This directi)144 158.4 R .657 -.15(ve t)-.25 H(ak).15 E
+.357(es a single \214lename as an ar)-.1 F .356
 (gument and reads commands and bindings from that)-.18 F 2.5(\214le. F)
-144 518.4 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3
--.15(ve w)-.25 H(ould read).05 E F2(/etc/inputr)2.5 E(c)-.37 E F0(:)A F1
-($include)144 542.4 Q F2(/etc/inputr)5.833 E(c)-.37 E F1(Sear)87 559.2 Q
-(ching)-.18 E F0 .835(Readline pro)108 571.2 R .835
+144 170.4 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3
+-.15(ve w)-.25 H(ould read).05 E/F2 10/Times-Italic@0 SF(/etc/inputr)2.5
+E(c)-.37 E F0(:)A F1($include)144 194.4 Q F2(/etc/inputr)5.833 E(c)-.37
+E F1(Sear)87 211.2 Q(ching)-.18 E F0 .834(Readline pro)108 223.2 R .834
 (vides commands for searching through the command history \(see)-.15 F
-/F3 9/Times-Bold@0 SF(HIST)3.334 E(OR)-.162 E(Y)-.315 E F0(belo)3.084 E
-.834(w\) for lines)-.25 F(containing a speci\214ed string.)108 583.2 Q
+/F3 9/Times-Bold@0 SF(HIST)3.335 E(OR)-.162 E(Y)-.315 E F0(belo)3.085 E
+.835(w\) for lines)-.25 F(containing a speci\214ed string.)108 235.2 Q
 (There are tw)5 E 2.5(os)-.1 G(earch modes:)-2.5 E F2(incr)2.51 E
 (emental)-.37 E F0(and)3.01 E F2(non-incr)2.5 E(emental)-.37 E F0(.).51
-E .697(Incremental searches be)108 600 R .697
+E .698(Incremental searches be)108 252 R .698
 (gin before the user has \214nished typing the search string.)-.15 F
-.698(As each character of the)5.698 F .113
-(search string is typed, readline displays the ne)108 612 R .112
+.697(As each character of the)5.697 F .112
+(search string is typed, readline displays the ne)108 264 R .112
 (xt entry from the history matching the string typed so f)-.15 F(ar)-.1
-E 5.112(.A)-.55 G(n)-5.112 E .542
-(incremental search requires only as man)108 624 R 3.042(yc)-.15 G .542
-(haracters as needed to \214nd the desired history entry)-3.042 F 5.542
-(.T)-.65 G .542(he char)-5.542 F(-)-.2 E .224(acters present in the v)
-108 636 R .224(alue of the)-.25 F F1(isear)2.724 E(ch-terminators)-.18 E
+E 5.113(.A)-.55 G(n)-5.113 E .542
+(incremental search requires only as man)108 276 R 3.042(yc)-.15 G .542
+(haracters as needed to \214nd the desired history entry)-3.042 F 5.541
+(.T)-.65 G .541(he char)-5.541 F(-)-.2 E .224(acters present in the v)
+108 288 R .224(alue of the)-.25 F F1(isear)2.724 E(ch-terminators)-.18 E
 F0 -.25(va)2.724 G .224
 (riable are used to terminate an incremental search.).25 F .66
-(If that v)108 648 R .66(ariable has not been assigned a v)-.25 F .66
+(If that v)108 300 R .66(ariable has not been assigned a v)-.25 F .66
 (alue the Escape and Control-J characters will terminate an incre-)-.25
-F .097(mental search.)108 660 R .096(Control-G will abort an incrementa\
-l search and restore the original line.)5.097 F .096(When the search is)
-5.096 F(terminated, the history entry containing the search string beco\
-mes the current line.)108 672 Q 2.938 -.8(To \214)108 688.8 T 1.339(nd \
+F .096(mental search.)108 312 R .096(Control-G will abort an incrementa\
+l search and restore the original line.)5.096 F .097(When the search is)
+5.097 F(terminated, the history entry containing the search string beco\
+mes the current line.)108 324 Q 2.939 -.8(To \214)108 340.8 T 1.339(nd \
 other matching entries in the history list, type Control-S or Control-R\
- as appropriate.).8 F 1.339(This will)6.339 F .675(search backw)108
-700.8 R .675(ard or forw)-.1 F .675(ard in the history for the ne)-.1 F
-.674(xt entry matching the search string typed so f)-.15 F(ar)-.1 E
-5.674(.A)-.55 G -.15(ny)-5.674 G .174(other k)108 712.8 R .474 -.15
+ as appropriate.).8 F 1.338(This will)6.338 F .674(search backw)108
+352.8 R .674(ard or forw)-.1 F .674(ard in the history for the ne)-.1 F
+.675(xt entry matching the search string typed so f)-.15 F(ar)-.1 E
+5.675(.A)-.55 G -.15(ny)-5.675 G .175(other k)108 364.8 R .475 -.15
 (ey s)-.1 H .174
 (equence bound to a readline command will terminate the search and e).15
-F -.15(xe)-.15 G .175(cute that command.).15 F -.15(Fo)5.175 G(r).15 E
-.541(instance, a)108 724.8 R F2(ne)3.041 E(wline)-.15 E F0 .541
-(will terminate the search and accept the line, thereby e)3.041 F -.15
-(xe)-.15 G .54(cuting the command from the).15 F(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(34)199 E 0 Cg EP
-%%Page: 35 35
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(history list.)108 84 Q .653
-(Readline remembers the last incremental search string.)108 100.8 R .653
-(If tw)5.653 F 3.153(oC)-.1 G .653(ontrol-Rs are typed without an)-3.153
-F 3.153(yi)-.15 G(nterv)-3.153 E(en-)-.15 E
-(ing characters de\214ning a ne)108 112.8 Q 2.5(ws)-.25 G
+F -.15(xe)-.15 G .174(cute that command.).15 F -.15(Fo)5.174 G(r).15 E
+.54(instance, a)108 376.8 R F2(ne)3.04 E(wline)-.15 E F0 .541
+(will terminate the search and accept the line, thereby e)3.04 F -.15
+(xe)-.15 G .541(cuting the command from the).15 F(history list.)108
+388.8 Q .653(Readline remembers the last incremental search string.)108
+405.6 R .653(If tw)5.653 F 3.153(oC)-.1 G .653
+(ontrol-Rs are typed without an)-3.153 F 3.152(yi)-.15 G(nterv)-3.152 E
+(en-)-.15 E(ing characters de\214ning a ne)108 417.6 Q 2.5(ws)-.25 G
 (earch string, an)-2.5 E 2.5(yr)-.15 G(emembered search string is used.)
 -2.5 E .567(Non-incremental searches read the entire search string befo\
-re starting to search for matching history lines.)108 129.6 R(The searc\
+re starting to search for matching history lines.)108 434.4 R(The searc\
 h string may be typed by the user or be part of the contents of the cur\
-rent line.)108 141.6 Q/F1 10/Times-Bold@0 SF(Readline Command Names)87
-158.4 Q F0 1.391(The follo)108 170.4 R 1.391
+rent line.)108 446.4 Q F1(Readline Command Names)87 463.2 Q F0 1.392
+(The follo)108 475.2 R 1.391
 (wing is a list of the names of the commands and the def)-.25 F 1.391
 (ault k)-.1 F 1.691 -.15(ey s)-.1 H 1.391(equences to which the).15 F
-3.892(ya)-.15 G(re)-3.892 E 2.622(bound. Command)108 182.4 R .122
-(names without an accompan)2.622 F .122(ying k)-.15 F .421 -.15(ey s)-.1
-H .121(equence are unbound by def).15 F 2.621(ault. In)-.1 F .121
-(the follo)2.621 F(wing)-.25 E(descriptions,)108 194.4 Q/F2 10
-/Times-Italic@0 SF(point)3.41 E F0 .91
-(refers to the current cursor position, and)3.41 F F2(mark)3.411 E F0
-.911(refers to a cursor position sa)3.411 F -.15(ve)-.2 G 3.411(db).15 G
-3.411(yt)-3.411 G(he)-3.411 E F1(set\255mark)108 206.4 Q F0 2.5
+3.891(ya)-.15 G(re)-3.891 E 2.621(bound. Command)108 487.2 R .121
+(names without an accompan)2.621 F .121(ying k)-.15 F .421 -.15(ey s)-.1
+H .122(equence are unbound by def).15 F 2.622(ault. In)-.1 F .122
+(the follo)2.622 F(wing)-.25 E(descriptions,)108 499.2 Q F2(point)3.411
+E F0 .911(refers to the current cursor position, and)3.411 F F2(mark)
+3.411 E F0 .91(refers to a cursor position sa)3.411 F -.15(ve)-.2 G 3.41
+(db).15 G 3.41(yt)-3.41 G(he)-3.41 E F1(set\255mark)108 511.2 Q F0 2.5
 (command. The)2.5 F(te)2.5 E
 (xt between the point and mark is referred to as the)-.15 E F2 -.37(re)
-2.5 G(gion)-.03 E F0(.)A F1(Commands f)87 223.2 Q(or Mo)-.25 E(ving)-.1
-E(beginning\255of\255line \(C\255a\))108 235.2 Q F0(Mo)144 247.2 Q .3
--.15(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E F1
-(end\255of\255line \(C\255e\))108 259.2 Q F0(Mo)144 271.2 Q .3 -.15
-(ve t)-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E F1 -.25(fo)108
-283.2 S(rward\255char \(C\255f\)).25 E F0(Mo)144 295.2 Q .3 -.15(ve f)
--.15 H(orw).15 E(ard a character)-.1 E(.)-.55 E F1
-(backward\255char \(C\255b\))108 307.2 Q F0(Mo)144 319.2 Q .3 -.15(ve b)
--.15 H(ack a character).15 E(.)-.55 E F1 -.25(fo)108 331.2 S(rward\255w)
-.25 E(ord \(M\255f\))-.1 E F0(Mo)144 343.2 Q .823 -.15(ve f)-.15 H(orw)
-.15 E .523(ard to the end of the ne)-.1 F .523(xt w)-.15 F 3.023(ord. W)
--.1 F .522(ords are composed of alphanumeric characters \(let-)-.8 F
-(ters and digits\).)144 355.2 Q F1(backward\255w)108 367.2 Q
-(ord \(M\255b\))-.1 E F0(Mo)144 379.2 Q 1.71 -.15(ve b)-.15 H 1.41
+2.5 G(gion)-.03 E F0(.)A F1(Commands f)87 528 Q(or Mo)-.25 E(ving)-.1 E
+(beginning\255of\255line \(C\255a\))108 540 Q F0(Mo)144 552 Q .3 -.15
+(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E F1
+(end\255of\255line \(C\255e\))108 564 Q F0(Mo)144 576 Q .3 -.15(ve t)
+-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E F1 -.25(fo)108 588 S
+(rward\255char \(C\255f\)).25 E F0(Mo)144 600 Q .3 -.15(ve f)-.15 H(orw)
+.15 E(ard a character)-.1 E(.)-.55 E F1(backward\255char \(C\255b\))108
+612 Q F0(Mo)144 624 Q .3 -.15(ve b)-.15 H(ack a character).15 E(.)-.55 E
+F1 -.25(fo)108 636 S(rward\255w).25 E(ord \(M\255f\))-.1 E F0(Mo)144 648
+Q .822 -.15(ve f)-.15 H(orw).15 E .522(ard to the end of the ne)-.1 F
+.523(xt w)-.15 F 3.023(ord. W)-.1 F .523
+(ords are composed of alphanumeric characters \(let-)-.8 F
+(ters and digits\).)144 660 Q F1(backward\255w)108 672 Q(ord \(M\255b\))
+-.1 E F0(Mo)144 684 Q 1.71 -.15(ve b)-.15 H 1.41
 (ack to the start of the current or pre).15 F 1.41(vious w)-.25 F 3.91
 (ord. W)-.1 F 1.41(ords are composed of alphanumeric)-.8 F
-(characters \(letters and digits\).)144 391.2 Q F1(clear\255scr)108
-403.2 Q(een \(C\255l\))-.18 E F0 .993(Clear the screen lea)144 415.2 R
-.993(ving the current line at the top of the screen.)-.2 F -.4(Wi)5.993
-G .993(th an ar).4 F .993(gument, refresh the)-.18 F
-(current line without clearing the screen.)144 427.2 Q F1 -.18(re)108
-439.2 S(draw\255curr).18 E(ent\255line)-.18 E F0
-(Refresh the current line.)144 451.2 Q F1(Commands f)87 468 Q
-(or Manipulating the History)-.25 E(accept\255line \(Newline, Retur)108
-480 Q(n\))-.15 E F0 .158(Accept the line re)144 492 R -.05(ga)-.15 G
-.158(rdless of where the cursor is.).05 F .158
-(If this line is non-empty)5.158 F 2.659(,a)-.65 G .159
-(dd it to the history list)-2.659 F .699(according to the state of the)
-144 504 R/F3 9/Times-Bold@0 SF(HISTCONTR)3.199 E(OL)-.27 E F0 -.25(va)
-2.949 G 3.199(riable. If).25 F .699
-(the line is a modi\214ed history line, then)3.199 F
-(restore the history line to its original state.)144 516 Q F1(pr)108 528
-Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F0(Fetch the pre)144
-540 Q(vious command from the history list, mo)-.25 E
-(ving back in the list.)-.15 E F1(next\255history \(C\255n\))108 552 Q
-F0(Fetch the ne)144 564 Q(xt command from the history list, mo)-.15 E
-(ving forw)-.15 E(ard in the list.)-.1 E F1
-(beginning\255of\255history \(M\255<\))108 576 Q F0(Mo)144 588 Q .3 -.15
-(ve t)-.15 H 2.5(ot).15 G(he \214rst line in the history)-2.5 E(.)-.65 E
-F1(end\255of\255history \(M\255>\))108 600 Q F0(Mo)144 612 Q .3 -.15
-(ve t)-.15 H 2.5(ot).15 G(he end of the input history)-2.5 E 2.5(,i)-.65
-G(.e., the line currently being entered.)-2.5 E F1 -2.29 -.18(re v)108
-624 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 1.47
-(Search backw)144 636 R 1.471(ard starting at the current line and mo)
--.1 F 1.471(ving `up' through the history as necessary)-.15 F(.)-.65 E
-(This is an incremental search.)144 648 Q F1 -.25(fo)108 660 S
-(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.132
-(Search forw)144 672 R 1.132(ard starting at the current line and mo)-.1
-F 1.131(ving `do)-.15 F 1.131(wn' through the history as necessary)-.25
-F(.)-.65 E(This is an incremental search.)144 684 Q F1(non\255incr)108
-696 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H(rse\255sear).15 E
-(ch\255history \(M\255p\))-.18 E F0 .164(Search backw)144 708 R .164(ar\
-d through the history starting at the current line using a non-incremen\
-tal search for)-.1 F 2.5(as)144 720 S(tring supplied by the user)-2.5 E
-(.)-.55 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(35)199 E 0 Cg EP
+(characters \(letters and digits\).)144 696 Q(GNU Bash-3.1-de)72 768 Q
+-.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965
+(23)-2.5 G(5)-197.965 E 0 Cg EP
 %%Page: 36 36
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(non\255incr)108 84 Q(emental\255f)-.18 E
-(orward\255sear)-.25 E(ch\255history \(M\255n\))-.18 E F0 1.354
-(Search forw)144 96 R 1.354(ard through the history using a non-increme\
-ntal search for a string supplied by the)-.1 F(user)144 108 Q(.)-.55 E
-F1(history\255sear)108 120 Q(ch\255f)-.18 E(orward)-.25 E F0 .248
-(Search forw)144 132 R .249(ard through the history for the string of c\
-haracters between the start of the current line)-.1 F(and the point.)144
-144 Q(This is a non-incremental search.)5 E F1(history\255sear)108 156 Q
-(ch\255backward)-.18 E F0 .951(Search backw)144 168 R .951(ard through \
-the history for the string of characters between the start of the curre\
-nt)-.1 F(line and the point.)144 180 Q
-(This is a non-incremental search.)5 E F1(yank\255nth\255ar)108 192 Q
-2.5(g\()-.1 G<4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144 204
-R .622(gument to the pre)-.18 F .622
+-.35 E/F1 10/Times-Bold@0 SF(clear\255scr)108 84 Q(een \(C\255l\))-.18 E
+F0 .993(Clear the screen lea)144 96 R .993
+(ving the current line at the top of the screen.)-.2 F -.4(Wi)5.993 G
+.993(th an ar).4 F .993(gument, refresh the)-.18 F
+(current line without clearing the screen.)144 108 Q F1 -.18(re)108 120
+S(draw\255curr).18 E(ent\255line)-.18 E F0(Refresh the current line.)144
+132 Q F1(Commands f)87 148.8 Q(or Manipulating the History)-.25 E
+(accept\255line \(Newline, Retur)108 160.8 Q(n\))-.15 E F0 .159
+(Accept the line re)144 172.8 R -.05(ga)-.15 G .159
+(rdless of where the cursor is.).05 F .158(If this line is non-empty)
+5.158 F 2.658(,a)-.65 G .158(dd it to the history list)-2.658 F .699
+(according to the state of the)144 184.8 R/F2 9/Times-Bold@0 SF
+(HISTCONTR)3.199 E(OL)-.27 E F0 -.25(va)2.949 G 3.199(riable. If).25 F
+.699(the line is a modi\214ed history line, then)3.199 F
+(restore the history line to its original state.)144 196.8 Q F1(pr)108
+208.8 Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F0
+(Fetch the pre)144 220.8 Q(vious command from the history list, mo)-.25
+E(ving back in the list.)-.15 E F1(next\255history \(C\255n\))108 232.8
+Q F0(Fetch the ne)144 244.8 Q(xt command from the history list, mo)-.15
+E(ving forw)-.15 E(ard in the list.)-.1 E F1
+(beginning\255of\255history \(M\255<\))108 256.8 Q F0(Mo)144 268.8 Q .3
+-.15(ve t)-.15 H 2.5(ot).15 G(he \214rst line in the history)-2.5 E(.)
+-.65 E F1(end\255of\255history \(M\255>\))108 280.8 Q F0(Mo)144 292.8 Q
+.3 -.15(ve t)-.15 H 2.5(ot).15 G(he end of the input history)-2.5 E 2.5
+(,i)-.65 G(.e., the line currently being entered.)-2.5 E F1 -2.29 -.18
+(re v)108 304.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0
+1.471(Search backw)144 316.8 R 1.471
+(ard starting at the current line and mo)-.1 F 1.47
+(ving `up' through the history as necessary)-.15 F(.)-.65 E
+(This is an incremental search.)144 328.8 Q F1 -.25(fo)108 340.8 S
+(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.131
+(Search forw)144 352.8 R 1.131(ard starting at the current line and mo)
+-.1 F 1.132(ving `do)-.15 F 1.132(wn' through the history as necessary)
+-.25 F(.)-.65 E(This is an incremental search.)144 364.8 Q F1
+(non\255incr)108 376.8 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H
+(rse\255sear).15 E(ch\255history \(M\255p\))-.18 E F0 .165(Search backw)
+144 388.8 R .164(ard through the history starting at the current line u\
+sing a non-incremental search for)-.1 F 2.5(as)144 400.8 S
+(tring supplied by the user)-2.5 E(.)-.55 E F1(non\255incr)108 412.8 Q
+(emental\255f)-.18 E(orward\255sear)-.25 E(ch\255history \(M\255n\))-.18
+E F0 1.353(Search forw)144 424.8 R 1.354(ard through the history using \
+a non-incremental search for a string supplied by the)-.1 F(user)144
+436.8 Q(.)-.55 E F1(history\255sear)108 448.8 Q(ch\255f)-.18 E(orward)
+-.25 E F0 .249(Search forw)144 460.8 R .249(ard through the history for\
+ the string of characters between the start of the current line)-.1 F
+(and the point.)144 472.8 Q(This is a non-incremental search.)5 E F1
+(history\255sear)108 484.8 Q(ch\255backward)-.18 E F0 .95(Search backw)
+144 496.8 R .951(ard through the history for the string of characters b\
+etween the start of the current)-.1 F(line and the point.)144 508.8 Q
+(This is a non-incremental search.)5 E F1(yank\255nth\255ar)108 520.8 Q
+2.5(g\()-.1 G<4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144
+532.8 R .622(gument to the pre)-.18 F .622
 (vious command \(usually the second w)-.25 F .622(ord on the pre)-.1 F
-.622(vious line\))-.25 F .795(at point.)144 216 R -.4(Wi)5.795 G .794
-(th an ar).4 F(gument)-.18 E/F2 10/Times-Italic@0 SF(n)3.294 E F0 3.294
-(,i).24 G .794(nsert the)-3.294 F F2(n)3.294 E F0 .794(th w)B .794
-(ord from the pre)-.1 F .794(vious command \(the w)-.25 F .794
-(ords in the)-.1 F(pre)144 228 Q .291(vious command be)-.25 F .291
+.622(vious line\))-.25 F .794(at point.)144 544.8 R -.4(Wi)5.794 G .794
+(th an ar).4 F(gument)-.18 E/F3 10/Times-Italic@0 SF(n)3.294 E F0 3.294
+(,i).24 G .794(nsert the)-3.294 F F3(n)3.294 E F0 .794(th w)B .794
+(ord from the pre)-.1 F .794(vious command \(the w)-.25 F .795
+(ords in the)-.1 F(pre)144 556.8 Q .292(vious command be)-.25 F .292
 (gin with w)-.15 F .291(ord 0\).)-.1 F 2.791(An)5.291 G -2.25 -.15(eg a)
 -2.791 H(ti).15 E .591 -.15(ve a)-.25 H -.18(rg).15 G .291
-(ument inserts the).18 F F2(n)2.791 E F0 .291(th w)B .292
-(ord from the end of)-.1 F(the pre)144 240 Q(vious command.)-.25 E F1
-(yank\255last\255ar)108 252 Q 2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F
--1.667(M\255_ \))2.5 F F0 1.308(Insert the last ar)144 264 R 1.308
-(gument to the pre)-.18 F 1.307(vious command \(the last w)-.25 F 1.307
-(ord of the pre)-.1 F 1.307(vious history entry\).)-.25 F -.4(Wi)144 276
-S .735(th an ar).4 F .735(gument, beha)-.18 F 1.035 -.15(ve ex)-.2 H
-.735(actly lik).15 F(e)-.1 E F1(yank\255nth\255ar)3.235 E(g)-.1 E F0
-5.736(.S)C(uccessi)-5.736 E 1.036 -.15(ve c)-.25 H .736(alls to).15 F F1
-(yank\255last\255ar)3.236 E(g)-.1 E F0(mo)3.236 E -.15(ve)-.15 G
-(back through the history list, inserting the last ar)144 288 Q
-(gument of each line in turn.)-.18 E F1
-(shell\255expand\255line \(M\255C\255e\))108 300 Q F0 .623
-(Expand the line as the shell does.)144 312 R .622
+(ument inserts the).18 F F3(n)2.791 E F0 .291(th w)B .291
+(ord from the end of)-.1 F .281(the pre)144 568.8 R .281(vious command.)
+-.25 F .281(Once the ar)5.281 F(gument)-.18 E F3(n)2.781 E F0 .281
+(is computed, the ar)2.781 F .281(gument is e)-.18 F .282
+(xtracted as if the "!)-.15 F F3(n)A F0(")A(history e)144 580.8 Q
+(xpansion had been speci\214ed.)-.15 E F1(yank\255last\255ar)108 592.8 Q
+2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F0 1.308
+(Insert the last ar)144 604.8 R 1.308(gument to the pre)-.18 F 1.307
+(vious command \(the last w)-.25 F 1.307(ord of the pre)-.1 F 1.307
+(vious history entry\).)-.25 F -.4(Wi)144 616.8 S .735(th an ar).4 F
+.735(gument, beha)-.18 F 1.035 -.15(ve ex)-.2 H .735(actly lik).15 F(e)
+-.1 E F1(yank\255nth\255ar)3.235 E(g)-.1 E F0 5.736(.S)C(uccessi)-5.736
+E 1.036 -.15(ve c)-.25 H .736(alls to).15 F F1(yank\255last\255ar)3.236
+E(g)-.1 E F0(mo)3.236 E -.15(ve)-.15 G .728
+(back through the history list, inserting the last ar)144 628.8 R .728
+(gument of each line in turn.)-.18 F .728(The history e)5.728 F(xpan-)
+-.15 E .14(sion f)144 640.8 R .14(acilities are used to e)-.1 F .14
+(xtract the last ar)-.15 F .14(gument, as if the "!$" history e)-.18 F
+.14(xpansion had been speci-)-.15 F(\214ed.)144 652.8 Q F1
+(shell\255expand\255line \(M\255C\255e\))108 664.8 Q F0 .623
+(Expand the line as the shell does.)144 676.8 R .622
 (This performs alias and history e)5.622 F .622
-(xpansion as well as all of the)-.15 F(shell w)144 324 Q(ord e)-.1 E 2.5
-(xpansions. See)-.15 F/F3 9/Times-Bold@0 SF(HIST)2.5 E(OR)-.162 E 2.25
-(YE)-.315 G(XP)-2.25 E(ANSION)-.666 E F0(belo)2.25 E 2.5(wf)-.25 G
+(xpansion as well as all of the)-.15 F(shell w)144 688.8 Q(ord e)-.1 E
+2.5(xpansions. See)-.15 F F2(HIST)2.5 E(OR)-.162 E 2.25(YE)-.315 G(XP)
+-2.25 E(ANSION)-.666 E F0(belo)2.25 E 2.5(wf)-.25 G
 (or a description of history e)-2.5 E(xpansion.)-.15 E F1
-(history\255expand\255line \(M\255^\))108 336 Q F0 .938
-(Perform history e)144 348 R .939(xpansion on the current line.)-.15 F
-(See)5.939 E F3(HIST)3.439 E(OR)-.162 E 3.189(YE)-.315 G(XP)-3.189 E
+(history\255expand\255line \(M\255^\))108 700.8 Q F0 .938
+(Perform history e)144 712.8 R .939(xpansion on the current line.)-.15 F
+(See)5.939 E F2(HIST)3.439 E(OR)-.162 E 3.189(YE)-.315 G(XP)-3.189 E
 (ANSION)-.666 E F0(belo)3.189 E 3.439(wf)-.25 G .939(or a descrip-)
--3.439 F(tion of history e)144 360 Q(xpansion.)-.15 E F1(magic\255space)
-108 372 Q F0 1.627(Perform history e)144 384 R 1.627
-(xpansion on the current line and insert a space.)-.15 F(See)6.626 E F3
-(HIST)4.126 E(OR)-.162 E 3.876(YE)-.315 G(XP)-3.876 E(ANSION)-.666 E F0
-(belo)144 396 Q 2.5(wf)-.25 G(or a description of history e)-2.5 E
-(xpansion.)-.15 E F1(alias\255expand\255line)108 408 Q F0 .394
-(Perform alias e)144 420 R .394(xpansion on the current line.)-.15 F
-(See)5.395 E F3(ALIASES)2.895 E F0(abo)2.645 E .695 -.15(ve f)-.15 H
-.395(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 432 Q F1
-(history\255and\255alias\255expand\255line)108 444 Q F0
-(Perform history and alias e)144 456 Q(xpansion on the current line.)
--.15 E F1(insert\255last\255ar)108 468 Q(gument \(M\255.)-.1 E 2.5(,M)
-.833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 480 S(ynon)-2.5 E(ym for)
+-3.439 F(tion of history e)144 724.8 Q(xpansion.)-.15 E(GNU Bash-3.1-de)
+72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(23)-2.5 G(6)-197.965 E 0 Cg EP
+%%Page: 37 37
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(magic\255space)108 84 Q F0 1.627
+(Perform history e)144 96 R 1.627
+(xpansion on the current line and insert a space.)-.15 F(See)6.626 E/F2
+9/Times-Bold@0 SF(HIST)4.126 E(OR)-.162 E 3.876(YE)-.315 G(XP)-3.876 E
+(ANSION)-.666 E F0(belo)144 108 Q 2.5(wf)-.25 G
+(or a description of history e)-2.5 E(xpansion.)-.15 E F1
+(alias\255expand\255line)108 120 Q F0 .394(Perform alias e)144 132 R
+.394(xpansion on the current line.)-.15 F(See)5.395 E F2(ALIASES)2.895 E
+F0(abo)2.645 E .695 -.15(ve f)-.15 H .395(or a description of alias e)
+.15 F(xpan-)-.15 E(sion.)144 144 Q F1
+(history\255and\255alias\255expand\255line)108 156 Q F0
+(Perform history and alias e)144 168 Q(xpansion on the current line.)
+-.15 E F1(insert\255last\255ar)108 180 Q(gument \(M\255.)-.1 E 2.5(,M)
+.833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 192 S(ynon)-2.5 E(ym for)
 -.15 E F1(yank\255last\255ar)2.5 E(g)-.1 E F0(.)A F1
-(operate\255and\255get\255next \(C\255o\))108 492 Q F0 .948
-(Accept the current line for e)144 504 R -.15(xe)-.15 G .948
+(operate\255and\255get\255next \(C\255o\))108 204 Q F0 .948
+(Accept the current line for e)144 216 R -.15(xe)-.15 G .948
 (cution and fetch the ne).15 F .948(xt line relati)-.15 F 1.247 -.15
 (ve t)-.25 H 3.447(ot).15 G .947(he current line from the)-3.447 F
-(history for editing.)144 516 Q(An)5 E 2.5(ya)-.15 G -.18(rg)-2.5 G
+(history for editing.)144 228 Q(An)5 E 2.5(ya)-.15 G -.18(rg)-2.5 G
 (ument is ignored.).18 E F1
-(edit\255and\255execute\255command \(C\255xC\255e\))108 528 Q F0(In)144
-540 Q -.2(vo)-.4 G 1.226 -.1(ke a).2 H 3.526(ne).1 G 1.026
+(edit\255and\255execute\255command \(C\255xC\255e\))108 240 Q F0(In)144
+252 Q -.2(vo)-.4 G 1.226 -.1(ke a).2 H 3.526(ne).1 G 1.026
 (ditor on the current command line, and e)-3.526 F -.15(xe)-.15 G 1.026
 (cute the result as shell commands.).15 F F1(Bash)6.026 E F0
-(attempts to in)144 552 Q -.2(vo)-.4 G -.1(ke).2 G F3($FCEDIT)2.6 E/F4 9
-/Times-Roman@0 SF(,)A F3($EDIT)2.25 E(OR)-.162 E F4(,)A F0(and)2.25 E F2
-(emacs)2.5 E F0(as the editor)2.5 E 2.5(,i)-.4 G 2.5(nt)-2.5 G
-(hat order)-2.5 E(.)-.55 E F1(Commands f)87 568.8 Q(or Changing T)-.25 E
-(ext)-.92 E(delete\255char \(C\255d\))108 580.8 Q F0 .358
-(Delete the character at point.)144 592.8 R .358(If point is at the be)
-5.358 F .358(ginning of the line, there are no characters in the)-.15 F
-(line, and the last character typed w)144 604.8 Q(as not bound to)-.1 E
-F1(delete\255char)2.5 E F0 2.5(,t)C(hen return)-2.5 E F3(EOF)2.5 E F4(.)
-A F1(backward\255delete\255char \(Rubout\))108 616.8 Q F0 .552
-(Delete the character behind the cursor)144 628.8 R 5.553(.W)-.55 G .553
+(attempts to in)144 264 Q -.2(vo)-.4 G -.1(ke).2 G F2($FCEDIT)2.6 E/F3 9
+/Times-Roman@0 SF(,)A F2($EDIT)2.25 E(OR)-.162 E F3(,)A F0(and)2.25 E/F4
+10/Times-Italic@0 SF(emacs)2.5 E F0(as the editor)2.5 E 2.5(,i)-.4 G 2.5
+(nt)-2.5 G(hat order)-2.5 E(.)-.55 E F1(Commands f)87 280.8 Q
+(or Changing T)-.25 E(ext)-.92 E(delete\255char \(C\255d\))108 292.8 Q
+F0 .358(Delete the character at point.)144 304.8 R .358
+(If point is at the be)5.358 F .358
+(ginning of the line, there are no characters in the)-.15 F
+(line, and the last character typed w)144 316.8 Q(as not bound to)-.1 E
+F1(delete\255char)2.5 E F0 2.5(,t)C(hen return)-2.5 E F2(EOF)2.5 E F3(.)
+A F1(backward\255delete\255char \(Rubout\))108 328.8 Q F0 .552
+(Delete the character behind the cursor)144 340.8 R 5.553(.W)-.55 G .553
 (hen gi)-5.553 F -.15(ve)-.25 G 3.053(nan).15 G .553(umeric ar)-3.053 F
 .553(gument, sa)-.18 F .853 -.15(ve t)-.2 H .553(he deleted te).15 F
-.553(xt on)-.15 F(the kill ring.)144 640.8 Q F1 -.25(fo)108 652.8 S
+.553(xt on)-.15 F(the kill ring.)144 352.8 Q F1 -.25(fo)108 364.8 S
 (rward\255backward\255delete\255char).25 E F0 .474
-(Delete the character under the cursor)144 664.8 R 2.974(,u)-.4 G .474
+(Delete the character under the cursor)144 376.8 R 2.974(,u)-.4 G .474
 (nless the cursor is at the end of the line, in which case the)-2.974 F
-(character behind the cursor is deleted.)144 676.8 Q F1
-(quoted\255insert \(C\255q, C\255v\))108 688.8 Q F0 .778(Add the ne)144
-700.8 R .779(xt character typed to the line v)-.15 F 3.279
+(character behind the cursor is deleted.)144 388.8 Q F1
+(quoted\255insert \(C\255q, C\255v\))108 400.8 Q F0 .778(Add the ne)144
+412.8 R .779(xt character typed to the line v)-.15 F 3.279
 (erbatim. This)-.15 F .779(is ho)3.279 F 3.279(wt)-.25 G 3.279(oi)-3.279
 G .779(nsert characters lik)-3.279 F(e)-.1 E F1(C\255q)3.279 E F0 3.279
-(,f)C(or)-3.279 E -.15(ex)144 712.8 S(ample.).15 E(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(36)199 E 0 Cg EP
-%%Page: 37 37
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(tab\255insert \(C\255v T)108 84 Q(AB\))-.9
-E F0(Insert a tab character)144 96 Q(.)-.55 E F1
-(self\255insert \(a, b, A, 1, !, ...\))108 108 Q F0
-(Insert the character typed.)144 120 Q F1(transpose\255chars \(C\255t\))
-108 132 Q F0 .322(Drag the character before point forw)144 144 R .321
-(ard o)-.1 F -.15(ve)-.15 G 2.821(rt).15 G .321
-(he character at point, mo)-2.821 F .321(ving point forw)-.15 F .321
-(ard as well.)-.1 F 1.182
-(If point is at the end of the line, then this transposes the tw)144 156
-R 3.683(oc)-.1 G 1.183(haracters before point.)-3.683 F(Ne)6.183 E -.05
-(ga)-.15 G(ti).05 E -.15(ve)-.25 G(ar)144 168 Q(guments ha)-.18 E .3
--.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F1
-(transpose\255w)108 180 Q(ords \(M\255t\))-.1 E F0 .024(Drag the w)144
-192 R .024(ord before point past the w)-.1 F .023(ord after point, mo)
+(,f)C(or)-3.279 E -.15(ex)144 424.8 S(ample.).15 E F1
+(tab\255insert \(C\255v T)108 436.8 Q(AB\))-.9 E F0
+(Insert a tab character)144 448.8 Q(.)-.55 E F1
+(self\255insert \(a, b, A, 1, !, ...\))108 460.8 Q F0
+(Insert the character typed.)144 472.8 Q F1
+(transpose\255chars \(C\255t\))108 484.8 Q F0 .322
+(Drag the character before point forw)144 496.8 R .321(ard o)-.1 F -.15
+(ve)-.15 G 2.821(rt).15 G .321(he character at point, mo)-2.821 F .321
+(ving point forw)-.15 F .321(ard as well.)-.1 F 1.182
+(If point is at the end of the line, then this transposes the tw)144
+508.8 R 3.683(oc)-.1 G 1.183(haracters before point.)-3.683 F(Ne)6.183 E
+-.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G(ar)144 520.8 Q(guments ha)-.18 E
+.3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F1
+(transpose\255w)108 532.8 Q(ords \(M\255t\))-.1 E F0 .024(Drag the w)144
+544.8 R .024(ord before point past the w)-.1 F .023(ord after point, mo)
 -.1 F .023(ving point o)-.15 F -.15(ve)-.15 G 2.523(rt).15 G .023(hat w)
 -2.523 F .023(ord as well.)-.1 F .023(If point)5.023 F
-(is at the end of the line, this transposes the last tw)144 204 Q 2.5
-(ow)-.1 G(ords on the line.)-2.6 E F1(upcase\255w)108 216 Q
-(ord \(M\255u\))-.1 E F0 1.698(Uppercase the current \(or follo)144 228
-R 1.698(wing\) w)-.25 F 4.198(ord. W)-.1 F 1.698(ith a ne)-.4 F -.05(ga)
--.15 G(ti).05 E 1.999 -.15(ve a)-.25 H -.18(rg).15 G 1.699
-(ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 240 S(rd, b).1 E
-(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(do)108 252 Q
-(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 264 Q 1.648
+(is at the end of the line, this transposes the last tw)144 556.8 Q 2.5
+(ow)-.1 G(ords on the line.)-2.6 E F1(upcase\255w)108 568.8 Q
+(ord \(M\255u\))-.1 E F0 1.698(Uppercase the current \(or follo)144
+580.8 R 1.698(wing\) w)-.25 F 4.198(ord. W)-.1 F 1.698(ith a ne)-.4 F
+-.05(ga)-.15 G(ti).05 E 1.999 -.15(ve a)-.25 H -.18(rg).15 G 1.699
+(ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 592.8 S(rd, b).1
+E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(do)108 604.8 Q
+(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 616.8 Q 1.648
 (wercase the current \(or follo)-.25 F 1.648(wing\) w)-.25 F 4.148
 (ord. W)-.1 F 1.647(ith a ne)-.4 F -.05(ga)-.15 G(ti).05 E 1.947 -.15
 (ve a)-.25 H -.18(rg).15 G 1.647(ument, lo).18 F 1.647(wercase the pre)
--.25 F(vious)-.25 E -.1(wo)144 276 S(rd, b).1 E(ut do not mo)-.2 E .3
--.15(ve p)-.15 H(oint.).15 E F1(capitalize\255w)108 288 Q
-(ord \(M\255c\))-.1 E F0 1.974(Capitalize the current \(or follo)144 300
-R 1.974(wing\) w)-.25 F 4.474(ord. W)-.1 F 1.974(ith a ne)-.4 F -.05(ga)
--.15 G(ti).05 E 2.274 -.15(ve a)-.25 H -.18(rg).15 G 1.975
-(ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 312 S(rd, b).1
-E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1 -.1(ove)108 324
-S(rwrite\255mode).1 E F0 -.8(To)144 336 S .438(ggle o).8 F -.15(ve)-.15
-G .438(rwrite mode.).15 F -.4(Wi)5.438 G .438(th an e).4 F .438
+-.25 F(vious)-.25 E -.1(wo)144 628.8 S(rd, b).1 E(ut do not mo)-.2 E .3
+-.15(ve p)-.15 H(oint.).15 E F1(capitalize\255w)108 640.8 Q
+(ord \(M\255c\))-.1 E F0 1.974(Capitalize the current \(or follo)144
+652.8 R 1.974(wing\) w)-.25 F 4.474(ord. W)-.1 F 1.974(ith a ne)-.4 F
+-.05(ga)-.15 G(ti).05 E 2.274 -.15(ve a)-.25 H -.18(rg).15 G 1.975
+(ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 664.8 S(rd, b)
+.1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1 -.1(ove)108
+676.8 S(rwrite\255mode).1 E F0 -.8(To)144 688.8 S .438(ggle o).8 F -.15
+(ve)-.15 G .438(rwrite mode.).15 F -.4(Wi)5.438 G .438(th an e).4 F .438
 (xplicit positi)-.15 F .737 -.15(ve n)-.25 H .437(umeric ar).15 F .437
 (gument, switches to o)-.18 F -.15(ve)-.15 G .437(rwrite mode.).15 F -.4
-(Wi)144 348 S .78(th an e).4 F .781(xplicit non-positi)-.15 F 1.081 -.15
-(ve n)-.25 H .781(umeric ar).15 F .781(gument, switches to insert mode.)
--.18 F .781(This command af)5.781 F(fects)-.25 E(only)144 360 Q F1
-(emacs)4.395 E F0(mode;)4.395 E F1(vi)4.395 E F0 1.894(mode does o)4.395
-F -.15(ve)-.15 G 1.894(rwrite dif).15 F(ferently)-.25 E 6.894(.E)-.65 G
-1.894(ach call to)-6.894 F/F2 10/Times-Italic@0 SF -.37(re)4.394 G
-(adline\(\)).37 E F0 1.894(starts in insert)4.394 F 3.968(mode. In)144
-372 R -.15(ove)3.968 G 1.468(rwrite mode, characters bound to).15 F F1
-(self\255insert)3.969 E F0 1.469(replace the te)3.969 F 1.469
-(xt at point rather than)-.15 F .958(pushing the te)144 384 R .958
-(xt to the right.)-.15 F .957(Characters bound to)5.958 F F1
+(Wi)144 700.8 S .78(th an e).4 F .781(xplicit non-positi)-.15 F 1.081
+-.15(ve n)-.25 H .781(umeric ar).15 F .781
+(gument, switches to insert mode.)-.18 F .781(This command af)5.781 F
+(fects)-.25 E(only)144 712.8 Q F1(emacs)4.395 E F0(mode;)4.395 E F1(vi)
+4.395 E F0 1.894(mode does o)4.395 F -.15(ve)-.15 G 1.894(rwrite dif).15
+F(ferently)-.25 E 6.894(.E)-.65 G 1.894(ach call to)-6.894 F F4 -.37(re)
+4.394 G(adline\(\)).37 E F0 1.894(starts in insert)4.394 F 3.968
+(mode. In)144 724.8 R -.15(ove)3.968 G 1.468
+(rwrite mode, characters bound to).15 F F1(self\255insert)3.969 E F0
+1.469(replace the te)3.969 F 1.469(xt at point rather than)-.15 F
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(23)-2.5 G(7)-197.965 E 0 Cg EP
+%%Page: 38 38
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E .958(pushing the te)144 84 R .958(xt to the right.)-.15 F .957
+(Characters bound to)5.958 F/F1 10/Times-Bold@0 SF
 (backward\255delete\255char)3.457 E F0 .957(replace the character)3.457
-F(before point with a space.)144 396 Q(By def)5 E
-(ault, this command is unbound.)-.1 E F1(Killing and Y)87 412.8 Q
-(anking)-.85 E(kill\255line \(C\255k\))108 424.8 Q F0(Kill the te)144
-436.8 Q(xt from point to the end of the line.)-.15 E F1
-(backward\255kill\255line \(C\255x Rubout\))108 448.8 Q F0(Kill backw)
-144 460.8 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F1
-(unix\255line\255discard \(C\255u\))108 472.8 Q F0(Kill backw)144 484.8
+F(before point with a space.)144 96 Q(By def)5 E
+(ault, this command is unbound.)-.1 E F1(Killing and Y)87 112.8 Q
+(anking)-.85 E(kill\255line \(C\255k\))108 124.8 Q F0(Kill the te)144
+136.8 Q(xt from point to the end of the line.)-.15 E F1
+(backward\255kill\255line \(C\255x Rubout\))108 148.8 Q F0(Kill backw)
+144 160.8 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F1
+(unix\255line\255discard \(C\255u\))108 172.8 Q F0(Kill backw)144 184.8
 Q(ard from point to the be)-.1 E(ginning of the line.)-.15 E
 (The killed te)5 E(xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt)
--2.5 G(he kill-ring.)-2.5 E F1(kill\255whole\255line)108 496.8 Q F0
+-2.5 G(he kill-ring.)-2.5 E F1(kill\255whole\255line)108 196.8 Q F0
 (Kill all characters on the current line, no matter where point is.)144
-508.8 Q F1(kill\255w)108 520.8 Q(ord \(M\255d\))-.1 E F0 .728
-(Kill from point to the end of the current w)144 532.8 R .729
+208.8 Q F1(kill\255w)108 220.8 Q(ord \(M\255d\))-.1 E F0 .728
+(Kill from point to the end of the current w)144 232.8 R .729
 (ord, or if between w)-.1 F .729(ords, to the end of the ne)-.1 F .729
-(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 544.8 S
+(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 244.8 S
 (rd boundaries are the same as those used by).8 E F1 -.25(fo)2.5 G
-(rward\255w).25 E(ord)-.1 E F0(.)A F1(backward\255kill\255w)108 556.8 Q
-(ord \(M\255Rubout\))-.1 E F0(Kill the w)144 568.8 Q(ord behind point.)
+(rward\255w).25 E(ord)-.1 E F0(.)A F1(backward\255kill\255w)108 256.8 Q
+(ord \(M\255Rubout\))-.1 E F0(Kill the w)144 268.8 Q(ord behind point.)
 -.1 E -.8(Wo)5 G(rd boundaries are the same as those used by).8 E F1
-(backward\255w)2.5 E(ord)-.1 E F0(.)A F1(unix\255w)108 580.8 Q
-(ord\255rubout \(C\255w\))-.1 E F0 .365(Kill the w)144 592.8 R .365
+(backward\255w)2.5 E(ord)-.1 E F0(.)A F1(unix\255w)108 280.8 Q
+(ord\255rubout \(C\255w\))-.1 E F0 .365(Kill the w)144 292.8 R .365
 (ord behind point, using white space as a w)-.1 F .364(ord boundary)-.1
 F 5.364(.T)-.65 G .364(he killed te)-5.364 F .364(xt is sa)-.15 F -.15
 (ve)-.2 G 2.864(do).15 G 2.864(nt)-2.864 G(he)-2.864 E(kill-ring.)144
-604.8 Q F1(unix\255\214lename\255rubout)108 616.8 Q F0 .166(Kill the w)
-144 628.8 R .166
+304.8 Q F1(unix\255\214lename\255rubout)108 316.8 Q F0 .166(Kill the w)
+144 328.8 R .166
 (ord behind point, using white space and the slash character as the w)
--.1 F .167(ord boundaries.)-.1 F(The)5.167 E(killed te)144 640.8 Q
+-.1 F .167(ord boundaries.)-.1 F(The)5.167 E(killed te)144 340.8 Q
 (xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt)-2.5 G(he kill-ring.)
--2.5 E F1(delete\255horizontal\255space \(M\255\\\))108 652.8 Q F0
-(Delete all spaces and tabs around point.)144 664.8 Q F1(kill\255r)108
-676.8 Q(egion)-.18 E F0(Kill the te)144 688.8 Q(xt in the current re)
--.15 E(gion.)-.15 E F1(copy\255r)108 700.8 Q(egion\255as\255kill)-.18 E
-F0(Cop)144 712.8 Q 2.5(yt)-.1 G(he te)-2.5 E(xt in the re)-.15 E
-(gion to the kill b)-.15 E(uf)-.2 E(fer)-.25 E(.)-.55 E(GNU Bash-3.0)72
-768 Q(2004 Sep 17)149.01 E(37)199 E 0 Cg EP
-%%Page: 38 38
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(copy\255backward\255w)108 84 Q(ord)-.1 E F0
-(Cop)144 96 Q 4.801(yt)-.1 G 2.301(he w)-4.801 F 2.301
-(ord before point to the kill b)-.1 F(uf)-.2 E(fer)-.25 E 7.301(.T)-.55
-G 2.301(he w)-7.301 F 2.3(ord boundaries are the same as)-.1 F F1(back-)
-4.8 E(ward\255w)144 108 Q(ord)-.1 E F0(.)A F1(copy\255f)108 120 Q
-(orward\255w)-.25 E(ord)-.1 E F0(Cop)144 132 Q 4.507(yt)-.1 G 2.007
-(he w)-4.507 F 2.007(ord follo)-.1 F 2.007(wing point to the kill b)-.25
-F(uf)-.2 E(fer)-.25 E 7.008(.T)-.55 G 2.008(he w)-7.008 F 2.008
-(ord boundaries are the same as)-.1 F F1 -.25(fo)4.508 G -.37(r-).25 G
-(ward\255w)144 144 Q(ord)-.1 E F0(.)A F1(yank \(C\255y\))108 156 Q F0 -1
-(Ya)144 168 S(nk the top of the kill ring into the b)1 E(uf)-.2 E
-(fer at point.)-.25 E F1(yank\255pop \(M\255y\))108 180 Q F0
-(Rotate the kill ring, and yank the ne)144 192 Q 2.5(wt)-.25 G 2.5
+-2.5 E F1(delete\255horizontal\255space \(M\255\\\))108 352.8 Q F0
+(Delete all spaces and tabs around point.)144 364.8 Q F1(kill\255r)108
+376.8 Q(egion)-.18 E F0(Kill the te)144 388.8 Q(xt in the current re)
+-.15 E(gion.)-.15 E F1(copy\255r)108 400.8 Q(egion\255as\255kill)-.18 E
+F0(Cop)144 412.8 Q 2.5(yt)-.1 G(he te)-2.5 E(xt in the re)-.15 E
+(gion to the kill b)-.15 E(uf)-.2 E(fer)-.25 E(.)-.55 E F1
+(copy\255backward\255w)108 424.8 Q(ord)-.1 E F0(Cop)144 436.8 Q 4.801
+(yt)-.1 G 2.301(he w)-4.801 F 2.301(ord before point to the kill b)-.1 F
+(uf)-.2 E(fer)-.25 E 7.301(.T)-.55 G 2.301(he w)-7.301 F 2.3
+(ord boundaries are the same as)-.1 F F1(back-)4.8 E(ward\255w)144 448.8
+Q(ord)-.1 E F0(.)A F1(copy\255f)108 460.8 Q(orward\255w)-.25 E(ord)-.1 E
+F0(Cop)144 472.8 Q 4.507(yt)-.1 G 2.007(he w)-4.507 F 2.007(ord follo)
+-.1 F 2.007(wing point to the kill b)-.25 F(uf)-.2 E(fer)-.25 E 7.008
+(.T)-.55 G 2.008(he w)-7.008 F 2.008(ord boundaries are the same as)-.1
+F F1 -.25(fo)4.508 G -.37(r-).25 G(ward\255w)144 484.8 Q(ord)-.1 E F0(.)
+A F1(yank \(C\255y\))108 496.8 Q F0 -1(Ya)144 508.8 S
+(nk the top of the kill ring into the b)1 E(uf)-.2 E(fer at point.)-.25
+E F1(yank\255pop \(M\255y\))108 520.8 Q F0
+(Rotate the kill ring, and yank the ne)144 532.8 Q 2.5(wt)-.25 G 2.5
 (op. Only)-2.5 F -.1(wo)2.5 G(rks follo).1 E(wing)-.25 E F1(yank)2.5 E
-F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 208.8 Q
-(guments)-.1 E(digit\255ar)108 220.8 Q
+F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 549.6 Q
+(guments)-.1 E(digit\255ar)108 561.6 Q
 (gument \(M\2550, M\2551, ..., M\255\255\))-.1 E F0 .642
-(Add this digit to the ar)144 232.8 R .641
+(Add this digit to the ar)144 573.6 R .641
 (gument already accumulating, or start a ne)-.18 F 3.141(wa)-.25 G -.18
 (rg)-3.141 G 3.141(ument. M\255\255).18 F .641(starts a ne)3.141 F(g-)
--.15 E(ati)144 244.8 Q .3 -.15(ve a)-.25 H -.18(rg).15 G(ument.).18 E F1
-(uni)108 256.8 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0 .778
-(This is another w)144 268.8 R .779(ay to specify an ar)-.1 F 3.279
+-.15 E(ati)144 585.6 Q .3 -.15(ve a)-.25 H -.18(rg).15 G(ument.).18 E F1
+(uni)108 597.6 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0 .778
+(This is another w)144 609.6 R .779(ay to specify an ar)-.1 F 3.279
 (gument. If)-.18 F .779(this command is follo)3.279 F .779
 (wed by one or more digits,)-.25 F 1.376
 (optionally with a leading minus sign, those digits de\214ne the ar)144
-280.8 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144
-292.8 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F1(uni)
+621.6 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144
+633.6 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F1(uni)
 3.67 E -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0(ag)3.67 E 1.17
 (ain ends the numeric ar)-.05 F 1.17(gument, b)-.18 F 1.17(ut is other)
--.2 F(-)-.2 E .899(wise ignored.)144 304.8 R .898
+-.2 F(-)-.2 E .899(wise ignored.)144 645.6 R .898
 (As a special case, if this command is immediately follo)5.899 F .898
 (wed by a character that is)-.25 F .243
-(neither a digit or minus sign, the ar)144 316.8 R .243
+(neither a digit or minus sign, the ar)144 657.6 R .243
 (gument count for the ne)-.18 F .243(xt command is multiplied by four)
--.15 F 5.243(.T)-.55 G(he)-5.243 E(ar)144 328.8 Q .378
+-.15 F 5.243(.T)-.55 G(he)-5.243 E(ar)144 669.6 Q .378
 (gument count is initially one, so e)-.18 F -.15(xe)-.15 G .378
 (cuting this function the \214rst time mak).15 F .378(es the ar)-.1 F
-.378(gument count)-.18 F(four)144 340.8 Q 2.5(,as)-.4 G(econd time mak)
+.378(gument count)-.18 F(four)144 681.6 Q 2.5(,as)-.4 G(econd time mak)
 -2.5 E(es the ar)-.1 E(gument count sixteen, and so on.)-.18 E F1
-(Completing)87 357.6 Q(complete \(T)108 369.6 Q(AB\))-.9 E F0 1.137
-(Attempt to perform completion on the te)144 381.6 R 1.137
+(Completing)87 698.4 Q F0(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G
+123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(23)-2.5 G(8)
+-197.965 E 0 Cg EP
+%%Page: 39 39
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(complete \(T)108 84 Q(AB\))-.9 E F0 1.137
+(Attempt to perform completion on the te)144 96 R 1.137
 (xt before point.)-.15 F F1(Bash)6.137 E F0 1.137
-(attempts completion treating the)3.637 F(te)144 393.6 Q .533(xt as a v)
+(attempts completion treating the)3.637 F(te)144 108 Q .533(xt as a v)
 -.15 F .533(ariable \(if the te)-.25 F .533(xt be)-.15 F .533(gins with)
 -.15 F F1($)3.033 E F0 .533(\), username \(if the te)B .532(xt be)-.15 F
 .532(gins with)-.15 F F1(~)3.032 E F0 .532(\), hostname \(if the)B(te)
-144 405.6 Q .701(xt be)-.15 F .701(gins with)-.15 F F1(@)3.201 E F0 .701
+144 120 Q .701(xt be)-.15 F .701(gins with)-.15 F F1(@)3.201 E F0 .701
 (\), or command \(including aliases and functions\) in turn.)B .702
 (If none of these pro-)5.701 F
-(duces a match, \214lename completion is attempted.)144 417.6 Q F1
-(possible\255completions \(M\255?\))108 429.6 Q F0
-(List the possible completions of the te)144 441.6 Q(xt before point.)
--.15 E F1(insert\255completions \(M\255*\))108 453.6 Q F0 .783
-(Insert all completions of the te)144 465.6 R .783
-(xt before point that w)-.15 F .783(ould ha)-.1 F 1.083 -.15(ve b)-.2 H
-.783(een generated by).15 F F1(possible\255com-)3.282 E(pletions)144
-477.6 Q F0(.)A F1(menu\255complete)108 489.6 Q F0 .928(Similar to)144
-501.6 R F1(complete)3.428 E F0 3.428(,b)C .929(ut replaces the w)-3.628
-F .929(ord to be completed with a single match from the list of)-.1 F
-1.194(possible completions.)144 513.6 R 1.194(Repeated e)6.194 F -.15
-(xe)-.15 G 1.194(cution of).15 F F1(menu\255complete)3.694 E F0 1.193
+(duces a match, \214lename completion is attempted.)144 132 Q F1
+(possible\255completions \(M\255?\))108 144 Q F0
+(List the possible completions of the te)144 156 Q(xt before point.)-.15
+E F1(insert\255completions \(M\255*\))108 168 Q F0 .783
+(Insert all completions of the te)144 180 R .783(xt before point that w)
+-.15 F .783(ould ha)-.1 F 1.083 -.15(ve b)-.2 H .783(een generated by)
+.15 F F1(possible\255com-)3.282 E(pletions)144 192 Q F0(.)A F1
+(menu\255complete)108 204 Q F0 .928(Similar to)144 216 R F1(complete)
+3.428 E F0 3.428(,b)C .929(ut replaces the w)-3.628 F .929
+(ord to be completed with a single match from the list of)-.1 F 1.194
+(possible completions.)144 228 R 1.194(Repeated e)6.194 F -.15(xe)-.15 G
+1.194(cution of).15 F F1(menu\255complete)3.694 E F0 1.193
 (steps through the list of possible)3.694 F .828
-(completions, inserting each match in turn.)144 525.6 R .828
+(completions, inserting each match in turn.)144 240 R .828
 (At the end of the list of completions, the bell is rung)5.828 F .727
-(\(subject to the setting of)144 537.6 R F1(bell\255style)3.227 E F0
-3.227(\)a)C .727(nd the original te)-3.227 F .727(xt is restored.)-.15 F
-.727(An ar)5.727 F .727(gument of)-.18 F/F2 10/Times-Italic@0 SF(n)3.227
-F0(mo)3.227 E -.15(ve)-.15 G(s).15 E F2(n)3.227 E F0 1.73
-(positions forw)144 549.6 R 1.73(ard in the list of matches; a ne)-.1 F
+(\(subject to the setting of)144 252 R F1(bell\255style)3.227 E F0 3.227
+(\)a)C .727(nd the original te)-3.227 F .727(xt is restored.)-.15 F .727
+(An ar)5.727 F .727(gument of)-.18 F/F2 10/Times-Italic@0 SF(n)3.227 E
+F0(mo)3.227 E -.15(ve)-.15 G(s).15 E F2(n)3.227 E F0 1.73
+(positions forw)144 264 R 1.73(ard in the list of matches; a ne)-.1 F
 -.05(ga)-.15 G(ti).05 E 2.03 -.15(ve a)-.25 H -.18(rg).15 G 1.73
 (ument may be used to mo).18 F 2.03 -.15(ve b)-.15 H(ackw).15 E(ard)-.1
-E(through the list.)144 561.6 Q(This command is intended to be bound to)
-5 E F1 -.9(TA)2.5 G(B).9 E F0 2.5(,b)C(ut is unbound by def)-2.7 E
-(ault.)-.1 E F1(delete\255char\255or\255list)108 573.6 Q F0 .234
-(Deletes the character under the cursor if not at the be)144 585.6 R
-.234(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char)
-2.734 E F0(\).)A .425(If at the end of the line, beha)144 597.6 R -.15
-(ve)-.2 G 2.925(si).15 G .425(dentically to)-2.925 F F1
-(possible\255completions)2.925 E F0 5.425(.T)C .425
-(his command is unbound)-5.425 F(by def)144 609.6 Q(ault.)-.1 E F1
-(complete\255\214lename \(M\255/\))108 621.6 Q F0
-(Attempt \214lename completion on the te)144 633.6 Q(xt before point.)
--.15 E F1(possible\255\214lename\255completions \(C\255x /\))108 645.6 Q
-F0(List the possible completions of the te)144 657.6 Q
+E(through the list.)144 276 Q(This command is intended to be bound to)5
+E F1 -.9(TA)2.5 G(B).9 E F0 2.5(,b)C(ut is unbound by def)-2.7 E(ault.)
+-.1 E F1(delete\255char\255or\255list)108 288 Q F0 .234
+(Deletes the character under the cursor if not at the be)144 300 R .234
+(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char)2.734
+E F0(\).)A .425(If at the end of the line, beha)144 312 R -.15(ve)-.2 G
+2.925(si).15 G .425(dentically to)-2.925 F F1(possible\255completions)
+2.925 E F0 5.425(.T)C .425(his command is unbound)-5.425 F(by def)144
+324 Q(ault.)-.1 E F1(complete\255\214lename \(M\255/\))108 336 Q F0
+(Attempt \214lename completion on the te)144 348 Q(xt before point.)-.15
+E F1(possible\255\214lename\255completions \(C\255x /\))108 360 Q F0
+(List the possible completions of the te)144 372 Q
 (xt before point, treating it as a \214lename.)-.15 E F1
-(complete\255user)108 669.6 Q(name \(M\255~\))-.15 E F0
-(Attempt completion on the te)144 681.6 Q
+(complete\255user)108 384 Q(name \(M\255~\))-.15 E F0
+(Attempt completion on the te)144 396 Q
 (xt before point, treating it as a username.)-.15 E F1(possible\255user)
-108 693.6 Q(name\255completions \(C\255x ~\))-.15 E F0
-(List the possible completions of the te)144 705.6 Q
-(xt before point, treating it as a username.)-.15 E(GNU Bash-3.0)72 768
-Q(2004 Sep 17)149.01 E(38)199 E 0 Cg EP
-%%Page: 39 39
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(complete\255v)108 84 Q(ariable \(M\255$\))
--.1 E F0(Attempt completion on the te)144 96 Q
+108 408 Q(name\255completions \(C\255x ~\))-.15 E F0
+(List the possible completions of the te)144 420 Q
+(xt before point, treating it as a username.)-.15 E F1(complete\255v)108
+432 Q(ariable \(M\255$\))-.1 E F0(Attempt completion on the te)144 444 Q
 (xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F1
-(possible\255v)108 108 Q(ariable\255completions \(C\255x $\))-.1 E F0
-(List the possible completions of the te)144 120 Q
+(possible\255v)108 456 Q(ariable\255completions \(C\255x $\))-.1 E F0
+(List the possible completions of the te)144 468 Q
 (xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F1
-(complete\255hostname \(M\255@\))108 132 Q F0
-(Attempt completion on the te)144 144 Q
+(complete\255hostname \(M\255@\))108 480 Q F0
+(Attempt completion on the te)144 492 Q
 (xt before point, treating it as a hostname.)-.15 E F1
-(possible\255hostname\255completions \(C\255x @\))108 156 Q F0
-(List the possible completions of the te)144 168 Q
+(possible\255hostname\255completions \(C\255x @\))108 504 Q F0
+(List the possible completions of the te)144 516 Q
 (xt before point, treating it as a hostname.)-.15 E F1
-(complete\255command \(M\255!\))108 180 Q F0 .581
-(Attempt completion on the te)144 192 R .581
+(complete\255command \(M\255!\))108 528 Q F0 .581
+(Attempt completion on the te)144 540 R .581
 (xt before point, treating it as a command name.)-.15 F .58
-(Command comple-)5.58 F .715(tion attempts to match the te)144 204 R
+(Command comple-)5.58 F .715(tion attempts to match the te)144 552 R
 .715(xt ag)-.15 F .715(ainst aliases, reserv)-.05 F .715(ed w)-.15 F
 .715(ords, shell functions, shell b)-.1 F .715(uiltins, and)-.2 F
-(\214nally e)144 216 Q -.15(xe)-.15 G
+(\214nally e)144 564 Q -.15(xe)-.15 G
 (cutable \214lenames, in that order).15 E(.)-.55 E F1
-(possible\255command\255completions \(C\255x !\))108 228 Q F0
-(List the possible completions of the te)144 240 Q
+(possible\255command\255completions \(C\255x !\))108 576 Q F0
+(List the possible completions of the te)144 588 Q
 (xt before point, treating it as a command name.)-.15 E F1
-(dynamic\255complete\255history \(M\255T)108 252 Q(AB\))-.9 E F0 .425
-(Attempt completion on the te)144 264 R .425
+(dynamic\255complete\255history \(M\255T)108 600 Q(AB\))-.9 E F0 .425
+(Attempt completion on the te)144 612 R .425
 (xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .424
 (ainst lines from the history list)-.05 F
-(for possible completion matches.)144 276 Q F1
-(complete\255into\255braces \(M\255{\))108 288 Q F0 .4(Perform \214lena\
+(for possible completion matches.)144 624 Q F1
+(complete\255into\255braces \(M\255{\))108 636 Q F0 .4(Perform \214lena\
 me completion and insert the list of possible completions enclosed with\
-in braces so)144 300 R(the list is a)144 312 Q -.25(va)-.2 G
+in braces so)144 648 R(the list is a)144 660 Q -.25(va)-.2 G
 (ilable to the shell \(see).25 E F1(Brace Expansion)2.5 E F0(abo)2.5 E
--.15(ve)-.15 G(\).).15 E F1 -.25(Ke)87 328.8 S(yboard Macr).25 E(os)-.18
-E(start\255kbd\255macr)108 340.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\))
-.833 E F0(Be)144 352.8 Q(gin sa)-.15 E
+-.15(ve)-.15 G(\).).15 E F1 -.25(Ke)87 676.8 S(yboard Macr).25 E(os)-.18
+E(start\255kbd\255macr)108 688.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\))
+.833 E F0(Be)144 700.8 Q(gin sa)-.15 E
 (ving the characters typed into the current k)-.2 E -.15(ey)-.1 G
-(board macro.).15 E F1(end\255kbd\255macr)108 364.8 Q 2.5(o\()-.18 G
-(C\255x \))-2.5 E(\)).833 E F0(Stop sa)144 376.8 Q
+(board macro.).15 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2)
+.15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(23)-2.5 G(9)-197.965 E 0
+Cg EP
+%%Page: 40 40
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(end\255kbd\255macr)108 84 Q 2.5(o\()-.18 G
+(C\255x \))-2.5 E(\)).833 E F0(Stop sa)144 96 Q
 (ving the characters typed into the current k)-.2 E -.15(ey)-.1 G
 (board macro and store the de\214nition.).15 E F1
-(call\255last\255kbd\255macr)108 388.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5
-E F0(Re-e)144 400.8 Q -.15(xe)-.15 G 1(cute the last k).15 F -.15(ey)-.1
-G .999(board macro de\214ned, by making the characters in the macro app\
-ear as if).15 F(typed at the k)144 412.8 Q -.15(ey)-.1 G(board.).15 E F1
-(Miscellaneous)87 429.6 Q -.18(re)108 441.6 S<ad72>.18 E
+(call\255last\255kbd\255macr)108 108 Q 2.5(o\()-.18 G(C\255x e\))-2.5 E
+F0(Re-e)144 120 Q -.15(xe)-.15 G 1(cute the last k).15 F -.15(ey)-.1 G
+.999(board macro de\214ned, by making the characters in the macro appea\
+r as if).15 F(typed at the k)144 132 Q -.15(ey)-.1 G(board.).15 E F1
+(Miscellaneous)87 148.8 Q -.18(re)108 160.8 S<ad72>.18 E
 (ead\255init\255\214le \(C\255x C\255r\))-.18 E F0 1.776
-(Read in the contents of the)144 453.6 R/F2 10/Times-Italic@0 SF(inputr)
+(Read in the contents of the)144 172.8 R/F2 10/Times-Italic@0 SF(inputr)
 4.276 E(c)-.37 E F0 1.777(\214le, and incorporate an)4.276 F 4.277(yb)
 -.15 G 1.777(indings or v)-4.277 F 1.777(ariable assignments)-.25 F
-(found there.)144 465.6 Q F1(abort \(C\255g\))108 477.6 Q F0 3.249
-(Abort the current editing command and ring the terminal')144 489.6 R
+(found there.)144 184.8 Q F1(abort \(C\255g\))108 196.8 Q F0 3.249
+(Abort the current editing command and ring the terminal')144 208.8 R
 5.748(sb)-.55 G 3.248(ell \(subject to the setting of)-5.748 F F1
-(bell\255style)144 501.6 Q F0(\).)A F1(do\255upper)108 513.6 Q
+(bell\255style)144 220.8 Q F0(\).)A F1(do\255upper)108 232.8 Q
 (case\255v)-.18 E(ersion \(M\255a, M\255b, M\255)-.1 E F2(x)A F1 2.5(,.)
-C(..\))-2.5 E F0 1.755(If the meta\214ed character)144 525.6 R F2(x)
+C(..\))-2.5 E F0 1.755(If the meta\214ed character)144 244.8 R F2(x)
 4.255 E F0 1.755(is lo)4.255 F 1.756
 (wercase, run the command that is bound to the corresponding)-.25 F
-(uppercase character)144 537.6 Q(.)-.55 E F1(pr)108 549.6 Q
-(e\214x\255meta \(ESC\))-.18 E F0(Metafy the ne)144 561.6 Q
+(uppercase character)144 256.8 Q(.)-.55 E F1(pr)108 268.8 Q
+(e\214x\255meta \(ESC\))-.18 E F0(Metafy the ne)144 280.8 Q
 (xt character typed.)-.15 E/F3 9/Times-Bold@0 SF(ESC)5 E F1(f)2.25 E F0
 (is equi)2.5 E -.25(va)-.25 G(lent to).25 E F1(Meta\255f)2.5 E F0(.)A F1
-(undo \(C\255_, C\255x C\255u\))108 573.6 Q F0
-(Incremental undo, separately remembered for each line.)144 585.6 Q F1
--2.29 -.18(re v)108 597.6 T(ert\255line \(M\255r\)).08 E F0 1.095
-(Undo all changes made to this line.)144 609.6 R 1.095(This is lik)6.095
+(undo \(C\255_, C\255x C\255u\))108 292.8 Q F0
+(Incremental undo, separately remembered for each line.)144 304.8 Q F1
+-2.29 -.18(re v)108 316.8 T(ert\255line \(M\255r\)).08 E F0 1.095
+(Undo all changes made to this line.)144 328.8 R 1.095(This is lik)6.095
 F 3.595(ee)-.1 G -.15(xe)-3.745 G 1.095(cuting the).15 F F1(undo)3.595 E
 F0 1.095(command enough times to)3.595 F
-(return the line to its initial state.)144 621.6 Q F1
-(tilde\255expand \(M\255&\))108 633.6 Q F0(Perform tilde e)144 645.6 Q
+(return the line to its initial state.)144 340.8 Q F1
+(tilde\255expand \(M\255&\))108 352.8 Q F0(Perform tilde e)144 364.8 Q
 (xpansion on the current w)-.15 E(ord.)-.1 E F1
-(set\255mark \(C\255@, M\255<space>\))108 657.6 Q F0
-(Set the mark to the point.)144 669.6 Q(If a numeric ar)5 E
+(set\255mark \(C\255@, M\255<space>\))108 376.8 Q F0
+(Set the mark to the point.)144 388.8 Q(If a numeric ar)5 E
 (gument is supplied, the mark is set to that position.)-.18 E F1
-(exchange\255point\255and\255mark \(C\255x C\255x\))108 681.6 Q F0(Sw)
-144 693.6 Q .282(ap the point with the mark.)-.1 F .283
+(exchange\255point\255and\255mark \(C\255x C\255x\))108 400.8 Q F0(Sw)
+144 412.8 Q .282(ap the point with the mark.)-.1 F .283
 (The current cursor position is set to the sa)5.283 F -.15(ve)-.2 G
 2.783(dp).15 G .283(osition, and the old)-2.783 F(cursor position is sa)
-144 705.6 Q -.15(ve)-.2 G 2.5(da).15 G 2.5(st)-2.5 G(he mark.)-2.5 E
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(39)199 E 0 Cg EP
-%%Page: 40 40
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(character\255sear)108 84 Q(ch \(C\255]\))
--.18 E F0 3.036(Ac)144 96 S .536(haracter is read and point is mo)-3.036
-F -.15(ve)-.15 G 3.035(dt).15 G 3.035(ot)-3.035 G .535(he ne)-3.035 F
-.535(xt occurrence of that character)-.15 F 5.535(.A)-.55 G(ne)-2.5 E
--.05(ga)-.15 G(ti).05 E .835 -.15(ve c)-.25 H(ount).15 E
-(searches for pre)144 108 Q(vious occurrences.)-.25 E F1
-(character\255sear)108 120 Q(ch\255backward \(M\255C\255]\))-.18 E F0
-3.543(Ac)144 132 S 1.043(haracter is read and point is mo)-3.543 F -.15
-(ve)-.15 G 3.544(dt).15 G 3.544(ot)-3.544 G 1.044(he pre)-3.544 F 1.044
+144 424.8 Q -.15(ve)-.2 G 2.5(da).15 G 2.5(st)-2.5 G(he mark.)-2.5 E F1
+(character\255sear)108 436.8 Q(ch \(C\255]\))-.18 E F0 3.036(Ac)144
+448.8 S .536(haracter is read and point is mo)-3.036 F -.15(ve)-.15 G
+3.035(dt).15 G 3.035(ot)-3.035 G .535(he ne)-3.035 F .535
+(xt occurrence of that character)-.15 F 5.535(.A)-.55 G(ne)-2.5 E -.05
+(ga)-.15 G(ti).05 E .835 -.15(ve c)-.25 H(ount).15 E(searches for pre)
+144 460.8 Q(vious occurrences.)-.25 E F1(character\255sear)108 472.8 Q
+(ch\255backward \(M\255C\255]\))-.18 E F0 3.543(Ac)144 484.8 S 1.043
+(haracter is read and point is mo)-3.543 F -.15(ve)-.15 G 3.544(dt).15 G
+3.544(ot)-3.544 G 1.044(he pre)-3.544 F 1.044
 (vious occurrence of that character)-.25 F 6.044(.A)-.55 G(ne)-2.5 E
 -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G
-(count searches for subsequent occurrences.)144 144 Q F1
-(insert\255comment \(M\255#\))108 156 Q F0 -.4(Wi)144 168 S .481
+(count searches for subsequent occurrences.)144 496.8 Q F1
+(insert\255comment \(M\255#\))108 508.8 Q F0 -.4(Wi)144 520.8 S .481
 (thout a numeric ar).4 F .481(gument, the v)-.18 F .481
 (alue of the readline)-.25 F F1(comment\255begin)2.981 E F0 -.25(va)
-2.981 G .48(riable is inserted at the).25 F(be)144 180 Q .097
+2.981 G .48(riable is inserted at the).25 F(be)144 532.8 Q .097
 (ginning of the current line.)-.15 F .098(If a numeric ar)5.097 F .098
 (gument is supplied, this command acts as a toggle:)-.18 F(if)5.098 E
-.322(the characters at the be)144 192 R .321
+.322(the characters at the be)144 544.8 R .321
 (ginning of the line do not match the v)-.15 F .321(alue of)-.25 F F1
 (comment\255begin)2.821 E F0 2.821(,t)C .321(he v)-2.821 F .321(alue is)
--.25 F 1.013(inserted, otherwise the characters in)144 204 R F1
+-.25 F 1.013(inserted, otherwise the characters in)144 556.8 R F1
 (comment-begin)3.514 E F0 1.014(are deleted from the be)3.514 F 1.014
 (ginning of the line.)-.15 F 1.469
-(In either case, the line is accepted as if a ne)144 216 R 1.468
+(In either case, the line is accepted as if a ne)144 568.8 R 1.468
 (wline had been typed.)-.25 F 1.468(The def)6.468 F 1.468(ault v)-.1 F
-1.468(alue of)-.25 F F1(com-)3.968 E(ment\255begin)144 228 Q F0 .839
+1.468(alue of)-.25 F F1(com-)3.968 E(ment\255begin)144 580.8 Q F0 .839
 (causes this command to mak)3.339 F 3.339(et)-.1 G .839
 (he current line a shell comment.)-3.339 F .84(If a numeric ar)5.84 F
-(gu-)-.18 E(ment causes the comment character to be remo)144 240 Q -.15
-(ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G
-(cuted by the shell.).15 E F1(glob\255complete\255w)108 252 Q
-(ord \(M\255g\))-.1 E F0 .792(The w)144 264 R .791
+(gu-)-.18 E(ment causes the comment character to be remo)144 592.8 Q
+-.15(ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G
+(cuted by the shell.).15 E F1(glob\255complete\255w)108 604.8 Q
+(ord \(M\255g\))-.1 E F0 .792(The w)144 616.8 R .791
 (ord before point is treated as a pattern for pathname e)-.1 F .791
-(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144 276
-R(pattern is used to generate a list of matching \214le names for possi\
-ble completions.)2.5 E F1(glob\255expand\255w)108 288 Q
-(ord \(C\255x *\))-.1 E F0 .371(The w)144 300 R .372
+(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144
+628.8 R(pattern is used to generate a list of matching \214le names for\
+ possible completions.)2.5 E F1(glob\255expand\255w)108 640.8 Q
+(ord \(C\255x *\))-.1 E F0 .371(The w)144 652.8 R .372
 (ord before point is treated as a pattern for pathname e)-.1 F .372
 (xpansion, and the list of matching \214le)-.15 F .516
-(names is inserted, replacing the w)144 312 R 3.016(ord. If)-.1 F 3.016
-(an)3.016 G .516(umeric ar)-3.016 F .516
+(names is inserted, replacing the w)144 664.8 R 3.016(ord. If)-.1 F
+3.016(an)3.016 G .516(umeric ar)-3.016 F .516
 (gument is supplied, an asterisk is appended)-.18 F(before pathname e)
-144 324 Q(xpansion.)-.15 E F1(glob\255list\255expansions \(C\255x g\))
-108 336 Q F0 .923(The list of e)144 348 R .923(xpansions that w)-.15 F
-.923(ould ha)-.1 F 1.223 -.15(ve b)-.2 H .923(een generated by).15 F F1
-(glob\255expand\255w)3.423 E(ord)-.1 E F0 .923(is displayed, and)3.423 F
-.872(the line is redra)144 360 R 3.372(wn. If)-.15 F 3.372(an)3.372 G
-.872(umeric ar)-3.372 F .872
+144 676.8 Q(xpansion.)-.15 E F1(glob\255list\255expansions \(C\255x g\))
+108 688.8 Q F0 .923(The list of e)144 700.8 R .923(xpansions that w)-.15
+F .923(ould ha)-.1 F 1.223 -.15(ve b)-.2 H .923(een generated by).15 F
+F1(glob\255expand\255w)3.423 E(ord)-.1 E F0 .923(is displayed, and)3.423
+F .872(the line is redra)144 712.8 R 3.372(wn. If)-.15 F 3.372(an)3.372
+.872(umeric ar)-3.372 F .872
 (gument is supplied, an asterisk is appended before pathname)-.18 F -.15
-(ex)144 372 S(pansion.).15 E F1(dump\255functions)108 384 Q F0 .626
-(Print all of the functions and their k)144 396 R .926 -.15(ey b)-.1 H
+(ex)144 724.8 S(pansion.).15 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G
+123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(24)-2.5 G(0)
+-197.965 E 0 Cg EP
+%%Page: 41 41
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(dump\255functions)108 84 Q F0 .626
+(Print all of the functions and their k)144 96 R .926 -.15(ey b)-.1 H
 .627(indings to the readline output stream.).15 F .627(If a numeric ar)
 5.627 F(gu-)-.18 E
-(ment is supplied, the output is formatted in such a w)144 408 Q
+(ment is supplied, the output is formatted in such a w)144 108 Q
 (ay that it can be made part of an)-.1 E/F2 10/Times-Italic@0 SF(inputr)
-2.5 E(c)-.37 E F0(\214le.)2.5 E F1(dump\255v)108 420 Q(ariables)-.1 E F0
-1.8(Print all of the settable readline v)144 432 R 1.799
+2.5 E(c)-.37 E F0(\214le.)2.5 E F1(dump\255v)108 120 Q(ariables)-.1 E F0
+1.8(Print all of the settable readline v)144 132 R 1.799
 (ariables and their v)-.25 F 1.799(alues to the readline output stream.)
--.25 F 1.799(If a)6.799 F .304(numeric ar)144 444 R .304
+-.25 F 1.799(If a)6.799 F .304(numeric ar)144 144 R .304
 (gument is supplied, the output is formatted in such a w)-.18 F .304
-(ay that it can be made part of an)-.1 F F2(inputr)144 456 Q(c)-.37 E F0
-(\214le.)2.5 E F1(dump\255macr)108 468 Q(os)-.18 E F0 .756
-(Print all of the readline k)144 480 R 1.056 -.15(ey s)-.1 H .756
-(equences bound to macros and the strings the).15 F 3.256(yo)-.15 G
-3.256(uput. If)-3.256 F 3.255(an)3.255 G(umeric)-3.255 E(ar)144 492 Q
+(ay that it can be made part of an)-.1 F F2(inputr)144 156 Q(c)-.37 E F0
+(\214le.)2.5 E F1(dump\255macr)108 168 Q(os)-.18 E F0 .593
+(Print all of the readline k)144 180 R .893 -.15(ey s)-.1 H .592
+(equences bound to macros and the strings the).15 F 3.092(yo)-.15 G
+3.092(utput. If)-3.092 F 3.092(an)3.092 G(umeric)-3.092 E(ar)144 192 Q
 .528(gument is supplied, the output is formatted in such a w)-.18 F .528
 (ay that it can be made part of an)-.1 F F2(inputr)3.028 E(c)-.37 E F0
-(\214le.)144 504 Q F1(display\255shell\255v)108 516 Q
-(ersion \(C\255x C\255v\))-.1 E F0(Display v)144 528 Q
+(\214le.)144 204 Q F1(display\255shell\255v)108 216 Q
+(ersion \(C\255x C\255v\))-.1 E F0(Display v)144 228 Q
 (ersion information about the current instance of)-.15 E F1(bash)2.5 E
-F0(.)A F1(Pr)87 544.8 Q(ogrammable Completion)-.18 E F0 .147(When w)108
-556.8 R .147(ord completion is attempted for an ar)-.1 F .147
+F0(.)A F1(Pr)87 244.8 Q(ogrammable Completion)-.18 E F0 .147(When w)108
+256.8 R .147(ord completion is attempted for an ar)-.1 F .147
 (gument to a command for which a completion speci\214cation \(a)-.18 F
-F2(compspec)108 568.8 Q F0 3.828(\)h)C 1.329
+F2(compspec)108 268.8 Q F0 3.828(\)h)C 1.329
 (as been de\214ned using the)-3.828 F F1(complete)3.829 E F0 -.2(bu)
 3.829 G 1.329(iltin \(see).2 F/F3 9/Times-Bold@0 SF 1.329(SHELL B)3.829
 F(UIL)-.09 E 1.329(TIN COMMANDS)-.828 F F0(belo)3.579 E 1.329(w\), the)
--.25 F(programmable completion f)108 580.8 Q(acilities are in)-.1 E -.2
+-.25 F(programmable completion f)108 280.8 Q(acilities are in)-.1 E -.2
 (vo)-.4 G -.1(ke).2 G(d.).1 E .334
-(First, the command name is identi\214ed.)108 597.6 R .333
+(First, the command name is identi\214ed.)108 297.6 R .333
 (If a compspec has been de\214ned for that command, the compspec is)
 5.334 F .587
-(used to generate the list of possible completions for the w)108 609.6 R
+(used to generate the list of possible completions for the w)108 309.6 R
 3.087(ord. If)-.1 F .587(the command w)3.087 F .587
 (ord is a full pathname, a)-.1 F 1.181
-(compspec for the full pathname is searched for \214rst.)108 621.6 R
+(compspec for the full pathname is searched for \214rst.)108 321.6 R
 1.18(If no compspec is found for the full pathname, an)6.181 F
-(attempt is made to \214nd a compspec for the portion follo)108 633.6 Q
+(attempt is made to \214nd a compspec for the portion follo)108 333.6 Q
 (wing the \214nal slash.)-.25 E .817(Once a compspec has been found, it\
- is used to generate the list of matching w)108 650.4 R 3.317(ords. If)
+ is used to generate the list of matching w)108 350.4 R 3.317(ords. If)
 -.1 F 3.317(ac)3.317 G .817(ompspec is not)-3.317 F(found, the def)108
-662.4 Q(ault)-.1 E F1(bash)2.5 E F0(completion as described abo)2.5 E .3
+362.4 Q(ault)-.1 E F1(bash)2.5 E F0(completion as described abo)2.5 E .3
 -.15(ve u)-.15 H(nder).15 E F1(Completing)2.5 E F0(is performed.)2.5 E
-.464(First, the actions speci\214ed by the compspec are used.)108 679.2
+.464(First, the actions speci\214ed by the compspec are used.)108 379.2
 R .463(Only matches which are pre\214x)5.464 F .463(ed by the w)-.15 F
-.463(ord being)-.1 F .595(completed are returned.)108 691.2 R .595
+.463(ord being)-.1 F .595(completed are returned.)108 391.2 R .595
 (When the)5.595 F F1<ad66>3.095 E F0(or)3.095 E F1<ad64>3.095 E F0 .596
 (option is used for \214lename or directory name completion, the)3.095 F
-(shell v)108 703.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F0
-(is used to \214lter the matches.)2.25 E(An)108 720 Q 2.585(yc)-.15 G
+(shell v)108 403.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F0
+(is used to \214lter the matches.)2.25 E(An)108 420 Q 2.585(yc)-.15 G
 .085(ompletions speci\214ed by a \214lename e)-2.585 F .085
 (xpansion pattern to the)-.15 F F1<ad47>2.585 E F0 .085
 (option are generated ne)2.585 F 2.585(xt. The)-.15 F -.1(wo)2.585 G
-(rds).1 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(40)199 E 0 Cg EP
-%%Page: 41 41
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E .843(generated by the pattern need not match the w)108 84 R .844
-(ord being completed.)-.1 F(The)5.844 E/F1 9/Times-Bold@0 SF(GLOBIGNORE)
-3.344 E F0 .844(shell v)3.094 F .844(ariable is)-.25 F
-(not used to \214lter the matches, b)108 96 Q(ut the)-.2 E F1(FIGNORE)
-2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 112.8 Q .321
+(rds).1 E .843(generated by the pattern need not match the w)108 432 R
+.844(ord being completed.)-.1 F(The)5.844 E F3(GLOBIGNORE)3.344 E F0
+.844(shell v)3.094 F .844(ariable is)-.25 F
+(not used to \214lter the matches, b)108 444 Q(ut the)-.2 E F3(FIGNORE)
+2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 460.8 Q .321
 (xt, the string speci\214ed as the ar)-.15 F .321(gument to the)-.18 F
-/F2 10/Times-Bold@0 SF<ad57>2.821 E F0 .32(option is considered.)2.821 F
-.32(The string is \214rst split using the)5.32 F .412(characters in the)
-108 124.8 R F1(IFS)2.912 E F0 .412(special v)2.662 F .412
+F1<ad57>2.821 E F0 .32(option is considered.)2.821 F .32
+(The string is \214rst split using the)5.32 F .412(characters in the)108
+472.8 R F3(IFS)2.912 E F0 .412(special v)2.662 F .412
 (ariable as delimiters.)-.25 F .412(Shell quoting is honored.)5.412 F
 .413(Each w)5.412 F .413(ord is then e)-.1 F(xpanded)-.15 E 1.64
-(using brace e)108 136.8 R 1.64(xpansion, tilde e)-.15 F 1.64
+(using brace e)108 484.8 R 1.64(xpansion, tilde e)-.15 F 1.64
 (xpansion, parameter and v)-.15 F 1.64(ariable e)-.25 F 1.64
-(xpansion, command substitution, arith-)-.15 F 1.344(metic e)108 148.8 R
+(xpansion, command substitution, arith-)-.15 F 1.344(metic e)108 496.8 R
 1.344(xpansion, and pathname e)-.15 F 1.344(xpansion, as described abo)
--.15 F 1.644 -.15(ve u)-.15 H(nder).15 E F1(EXP)3.844 E(ANSION)-.666 E
-/F3 9/Times-Roman@0 SF(.)A F0 1.345(The results are split)5.844 F 1.265
-(using the rules described abo)108 160.8 R 1.565 -.15(ve u)-.15 H(nder)
-.15 E F2 -.75(Wo)3.765 G 1.265(rd Splitting).75 F F0 6.265(.T)C 1.265
+-.15 F 1.644 -.15(ve u)-.15 H(nder).15 E F3(EXP)3.844 E(ANSION)-.666 E
+/F4 9/Times-Roman@0 SF(.)A F0 1.345(The results are split)5.844 F 1.265
+(using the rules described abo)108 508.8 R 1.565 -.15(ve u)-.15 H(nder)
+.15 E F1 -.75(Wo)3.765 G 1.265(rd Splitting).75 F F0 6.265(.T)C 1.265
 (he results of the e)-6.265 F 1.265(xpansion are pre\214x-matched)-.15 F
-(ag)108 172.8 Q(ainst the w)-.05 E
+(ag)108 520.8 Q(ainst the w)-.05 E
 (ord being completed, and the matching w)-.1 E
 (ords become the possible completions.)-.1 E 1.237
-(After these matches ha)108 189.6 R 1.537 -.15(ve b)-.2 H 1.237
+(After these matches ha)108 537.6 R 1.537 -.15(ve b)-.2 H 1.237
 (een generated, an).15 F 3.737(ys)-.15 G 1.238
-(hell function or command speci\214ed with the)-3.737 F F2<ad46>3.738 E
-F0(and)3.738 E F2<ad43>3.738 E F0 .513(options is in)108 201.6 R -.2(vo)
+(hell function or command speci\214ed with the)-3.737 F F1<ad46>3.738 E
+F0(and)3.738 E F1<ad43>3.738 E F0 .513(options is in)108 549.6 R -.2(vo)
 -.4 G -.1(ke).2 G 3.013(d. When).1 F .513(the command or function is in)
-3.013 F -.2(vo)-.4 G -.1(ke).2 G .513(d, the).1 F F1(COMP_LINE)3.013 E
-F0(and)2.763 E F1(COMP_POINT)3.013 E F0 -.25(va)2.763 G(ri-).25 E .872
-(ables are assigned v)108 213.6 R .872(alues as described abo)-.25 F
-1.172 -.15(ve u)-.15 H(nder).15 E F2 .873(Shell V)3.372 F(ariables)-.92
+3.013 F -.2(vo)-.4 G -.1(ke).2 G .513(d, the).1 F F3(COMP_LINE)3.013 E
+F0(and)2.763 E F3(COMP_POINT)3.013 E F0 -.25(va)2.763 G(ri-).25 E .872
+(ables are assigned v)108 561.6 R .872(alues as described abo)-.25 F
+1.172 -.15(ve u)-.15 H(nder).15 E F1 .873(Shell V)3.372 F(ariables)-.92
 E F0 5.873(.I)C 3.373(fas)-5.873 G .873(hell function is being in)-3.373
-F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E(the)108 225.6 Q F1(COMP_W)5.261 E
-(ORDS)-.09 E F0(and)5.011 E F1(COMP_CW)5.26 E(ORD)-.09 E F0 -.25(va)5.01
+F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E(the)108 573.6 Q F3(COMP_W)5.261 E
+(ORDS)-.09 E F0(and)5.011 E F3(COMP_CW)5.26 E(ORD)-.09 E F0 -.25(va)5.01
 G 2.76(riables are also set.).25 F 2.76(When the function or command is)
-7.76 F(in)108 237.6 Q -.2(vo)-.4 G -.1(ke).2 G .403(d, the \214rst ar).1
+7.76 F(in)108 585.6 Q -.2(vo)-.4 G -.1(ke).2 G .403(d, the \214rst ar).1
 F .404(gument is the name of the command whose ar)-.18 F .404
-(guments are being completed, the second)-.18 F(ar)108 249.6 Q .52
+(guments are being completed, the second)-.18 F(ar)108 597.6 Q .52
 (gument is the w)-.18 F .52(ord being completed, and the third ar)-.1 F
 .52(gument is the w)-.18 F .52(ord preceding the w)-.1 F .52
-(ord being com-)-.1 F .103(pleted on the current command line.)108 261.6
+(ord being com-)-.1 F .103(pleted on the current command line.)108 609.6
 R .104(No \214ltering of the generated completions ag)5.104 F .104
 (ainst the w)-.05 F .104(ord being com-)-.1 F(pleted is performed; the \
 function or command has complete freedom in generating the matches.)108
-273.6 Q(An)108 290.4 Q 2.938(yf)-.15 G .437(unction speci\214ed with)
--2.938 F F2<ad46>2.937 E F0 .437(is in)2.937 F -.2(vo)-.4 G -.1(ke).2 G
+621.6 Q(An)108 638.4 Q 2.938(yf)-.15 G .437(unction speci\214ed with)
+-2.938 F F1<ad46>2.937 E F0 .437(is in)2.937 F -.2(vo)-.4 G -.1(ke).2 G
 2.937<648c>.1 G 2.937(rst. The)-2.937 F .437(function may use an)2.937 F
 2.937(yo)-.15 G 2.937(ft)-2.937 G .437(he shell f)-2.937 F .437
-(acilities, including)-.1 F(the)108 302.4 Q F2(compgen)2.956 E F0 -.2
+(acilities, including)-.1 F(the)108 650.4 Q F1(compgen)2.956 E F0 -.2
 (bu)2.956 G .456(iltin described belo).2 F 1.756 -.65(w, t)-.25 H 2.956
 (og).65 G .456(enerate the matches.)-2.956 F .457
-(It must put the possible completions in the)5.456 F F1(COMPREPL)108
-314.4 Q(Y)-.828 E F0(array v)2.25 E(ariable.)-.25 E(Ne)108 331.2 Q .081
+(It must put the possible completions in the)5.456 F F3(COMPREPL)108
+662.4 Q(Y)-.828 E F0(array v)2.25 E(ariable.)-.25 E(Ne)108 679.2 Q .081
 (xt, an)-.15 F 2.581(yc)-.15 G .081(ommand speci\214ed with the)-2.581 F
-F2<ad43>2.581 E F0 .081(option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G
+F1<ad43>2.581 E F0 .081(option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G
 2.581(di).1 G 2.58(na)-2.581 G 2.58(ne)-2.58 G -.4(nv)-2.58 G .08
 (ironment equi).4 F -.25(va)-.25 G .08(lent to command sub-).25 F 2.858
-(stitution. It)108 343.2 R .359(should print a list of completions, one\
+(stitution. It)108 691.2 R .359(should print a list of completions, one\
  per line, to the standard output.)2.858 F .359(Backslash may be used)
-5.359 F(to escape a ne)108 355.2 Q(wline, if necessary)-.25 E(.)-.65 E
-.377(After all of the possible completions are generated, an)108 372 R
-2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F2<ad58>2.876
-E F0 .376(option is applied to the)2.876 F 3.181(list. The)108 384 R
-.681(\214lter is a pattern as used for pathname e)3.181 F .681
-(xpansion; a)-.15 F F2(&)3.181 E F0 .682
+5.359 F(to escape a ne)108 703.2 Q(wline, if necessary)-.25 E(.)-.65 E
+.377(After all of the possible completions are generated, an)108 720 R
+2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F1<ad58>2.876
+E F0 .376(option is applied to the)2.876 F(GNU Bash-3.1-de)72 768 Q -.15
+(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(24)
+-2.5 G(1)-197.965 E 0 Cg EP
+%%Page: 42 42
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E 3.181(list. The)108 84 R .681
+(\214lter is a pattern as used for pathname e)3.181 F .681(xpansion; a)
+-.15 F/F1 10/Times-Bold@0 SF(&)3.181 E F0 .682
 (in the pattern is replaced with the te)3.182 F .682(xt of)-.15 F .523
-(the w)108 396 R .523(ord being completed.)-.1 F 3.023(Al)5.523 G
-(iteral)-3.023 E F2(&)3.023 E F0 .522
+(the w)108 96 R .523(ord being completed.)-.1 F 3.023(Al)5.523 G(iteral)
+-3.023 E F1(&)3.023 E F0 .522
 (may be escaped with a backslash; the backslash is remo)3.022 F -.15(ve)
--.15 G 3.022(db).15 G(efore)-3.022 E .849(attempting a match.)108 408 R
+-.15 G 3.022(db).15 G(efore)-3.022 E .849(attempting a match.)108 108 R
 (An)5.849 E 3.349(yc)-.15 G .849
 (ompletion that matches the pattern will be remo)-3.349 F -.15(ve)-.15 G
-3.35(df).15 G .85(rom the list.)-3.35 F 3.35(Al)5.85 G(eading)-3.35 E F2
-(!)3.35 E F0(ne)108 420 Q -.05(ga)-.15 G
+3.35(df).15 G .85(rom the list.)-3.35 F 3.35(Al)5.85 G(eading)-3.35 E F1
+(!)3.35 E F0(ne)108 120 Q -.05(ga)-.15 G
 (tes the pattern; in this case an).05 E 2.5(yc)-.15 G
 (ompletion not matching the pattern will be remo)-2.5 E -.15(ve)-.15 G
-(d.).15 E(Finally)108 436.8 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H
-.587(re\214x and suf).15 F .587(\214x speci\214ed with the)-.25 F F2
-<ad50>3.087 E F0(and)3.087 E F2<ad53>3.087 E F0 .587
+(d.).15 E(Finally)108 136.8 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H
+.587(re\214x and suf).15 F .587(\214x speci\214ed with the)-.25 F F1
+<ad50>3.087 E F0(and)3.087 E F1<ad53>3.087 E F0 .587
 (options are added to each member of the com-)3.087 F(pletion list, and\
  the result is returned to the readline completion code as the list of \
-possible completions.)108 448.8 Q .246(If the pre)108 465.6 R .247
+possible completions.)108 148.8 Q .246(If the pre)108 165.6 R .247
 (viously-applied actions do not generate an)-.25 F 2.747(ym)-.15 G .247
-(atches, and the)-2.747 F F2 .247(\255o dir)2.747 F(names)-.15 E F0 .247
-(option w)2.747 F .247(as supplied to)-.1 F F2(complete)108 477.6 Q F0
+(atches, and the)-2.747 F F1 .247(\255o dir)2.747 F(names)-.15 E F0 .247
+(option w)2.747 F .247(as supplied to)-.1 F F1(complete)108 177.6 Q F0
 (when the compspec w)2.5 E
 (as de\214ned, directory name completion is attempted.)-.1 E .462
-(If the)108 494.4 R F2 .462(\255o plusdirs)2.962 F F0 .462(option w)
-2.962 F .462(as supplied to)-.1 F F2(complete)2.962 E F0 .462
+(If the)108 194.4 R F1 .462(\255o plusdirs)2.962 F F0 .462(option w)
+2.962 F .462(as supplied to)-.1 F F1(complete)2.962 E F0 .462
 (when the compspec w)2.962 F .462(as de\214ned, directory name com-)-.1
-F(pletion is attempted and an)108 506.4 Q 2.5(ym)-.15 G
+F(pletion is attempted and an)108 206.4 Q 2.5(ym)-.15 G
 (atches are added to the results of the other actions.)-2.5 E .559
-(By def)108 523.2 R .559(ault, if a compspec is found, whate)-.1 F -.15
+(By def)108 223.2 R .559(ault, if a compspec is found, whate)-.1 F -.15
 (ve)-.25 G 3.059(ri).15 G 3.059(tg)-3.059 G .56
 (enerates is returned to the completion code as the full set)-3.059 F
-.632(of possible completions.)108 535.2 R .632(The def)5.632 F(ault)-.1
-E F2(bash)3.132 E F0 .631
+.632(of possible completions.)108 235.2 R .632(The def)5.632 F(ault)-.1
+E F1(bash)3.132 E F0 .631
 (completions are not attempted, and the readline def)3.131 F .631
-(ault of \214le-)-.1 F .558(name completion is disabled.)108 547.2 R
-.558(If the)5.558 F F2 .559(\255o bashdefault)3.059 F F0 .559(option w)
-3.059 F .559(as supplied to)-.1 F F2(complete)3.059 E F0 .559
-(when the compspec)3.059 F -.1(wa)108 559.2 S 3.172(sd).1 G .672
-(e\214ned, the)-3.172 F F2(bash)3.172 E F0(def)3.172 E .671
+(ault of \214le-)-.1 F .558(name completion is disabled.)108 247.2 R
+.558(If the)5.558 F F1 .559(\255o bashdefault)3.059 F F0 .559(option w)
+3.059 F .559(as supplied to)-.1 F F1(complete)3.059 E F0 .559
+(when the compspec)3.059 F -.1(wa)108 259.2 S 3.172(sd).1 G .672
+(e\214ned, the)-3.172 F F1(bash)3.172 E F0(def)3.172 E .671
 (ault completions are attempted if the compspec generates no matches.)
--.1 F .671(If the)5.671 F F2<ad6f>3.171 E(default)108 571.2 Q F0 1.207
-(option w)3.706 F 1.207(as supplied to)-.1 F F2(complete)3.707 E F0
+-.1 F .671(If the)5.671 F F1<ad6f>3.171 E(default)108 271.2 Q F0 1.207
+(option w)3.706 F 1.207(as supplied to)-.1 F F1(complete)3.707 E F0
 1.207(when the compspec w)3.707 F 1.207(as de\214ned, readline')-.1 F
 3.707(sd)-.55 G(ef)-3.707 E 1.207(ault completion)-.1 F
 (will be performed if the compspec \(and, if attempted, the def)108
-583.2 Q(ault)-.1 E F2(bash)2.5 E F0(completions\) generate no matches.)
+283.2 Q(ault)-.1 E F1(bash)2.5 E F0(completions\) generate no matches.)
 2.5 E .245(When a compspec indicates that directory name completion is \
-desired, the programmable completion func-)108 600 R .632(tions force r\
+desired, the programmable completion func-)108 300 R .632(tions force r\
 eadline to append a slash to completed names which are symbolic links t\
-o directories, subject)108 612 R 2.762(to the v)108 624 R 2.762
-(alue of the)-.25 F F2(mark\255dir)5.262 E(ectories)-.18 E F0 2.761
+o directories, subject)108 312 R 2.762(to the v)108 324 R 2.762
+(alue of the)-.25 F F1(mark\255dir)5.262 E(ectories)-.18 E F0 2.761
 (readline v)5.262 F 2.761(ariable, re)-.25 F -.05(ga)-.15 G 2.761
-(rdless of the setting of the).05 F F2(mark-sym-)5.261 E(link)108 636 Q
-(ed\255dir)-.1 E(ectories)-.18 E F0(readline v)2.5 E(ariable.)-.25 E/F4
-10.95/Times-Bold@0 SF(HIST)72 652.8 Q(OR)-.197 E(Y)-.383 E F0 .371
-(When the)108 664.8 R F2 .371(\255o history)2.871 F F0 .371
-(option to the)2.871 F F2(set)2.872 E F0 -.2(bu)2.872 G .372
-(iltin is enabled, the shell pro).2 F .372(vides access to the)-.15 F/F5
+(rdless of the setting of the).05 F F1(mark-sym-)5.261 E(link)108 336 Q
+(ed\255dir)-.1 E(ectories)-.18 E F0(readline v)2.5 E(ariable.)-.25 E/F2
+10.95/Times-Bold@0 SF(HIST)72 352.8 Q(OR)-.197 E(Y)-.383 E F0 .371
+(When the)108 364.8 R F1 .371(\255o history)2.871 F F0 .371
+(option to the)2.871 F F1(set)2.872 E F0 -.2(bu)2.872 G .372
+(iltin is enabled, the shell pro).2 F .372(vides access to the)-.15 F/F3
 10/Times-Italic@0 SF .372(command history)2.872 F F0(,)A .032
-(the list of commands pre)108 676.8 R .031(viously typed.)-.25 F .031
-(The v)5.031 F .031(alue of the)-.25 F F2(HISTSIZE)2.531 E F0 -.25(va)
+(the list of commands pre)108 376.8 R .031(viously typed.)-.25 F .031
+(The v)5.031 F .031(alue of the)-.25 F F1(HISTSIZE)2.531 E F0 -.25(va)
 2.531 G .031(riable is used as the number of com-).25 F .429
-(mands to sa)108 688.8 R .729 -.15(ve i)-.2 H 2.929(nah).15 G .429
-(istory list.)-2.929 F .429(The te)5.429 F .429(xt of the last)-.15 F F1
-(HISTSIZE)2.93 E F0 .43(commands \(def)2.68 F .43(ault 500\) is sa)-.1 F
--.15(ve)-.2 G 2.93(d. The).15 F(shell)2.93 E .287
-(stores each command in the history list prior to parameter and v)108
-700.8 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F1(EXP)2.787 E
-(ANSION)-.666 E F0(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108 712.8
-S 4.065(ta).2 G 1.565(fter history e)-4.065 F 1.565
+(mands to sa)108 388.8 R .729 -.15(ve i)-.2 H 2.929(nah).15 G .429
+(istory list.)-2.929 F .429(The te)5.429 F .429(xt of the last)-.15 F/F4
+9/Times-Bold@0 SF(HISTSIZE)2.93 E F0 .43(commands \(def)2.68 F .43
+(ault 500\) is sa)-.1 F -.15(ve)-.2 G 2.93(d. The).15 F(shell)2.93 E
+.287(stores each command in the history list prior to parameter and v)
+108 400.8 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F4(EXP)
+2.787 E(ANSION)-.666 E F0(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108
+412.8 S 4.065(ta).2 G 1.565(fter history e)-4.065 F 1.565
 (xpansion is performed, subject to the v)-.15 F 1.565
-(alues of the shell v)-.25 F(ariables)-.25 E F1(HISTIGNORE)4.065 E F0
-(and)3.816 E F1(HISTCONTR)108 724.8 Q(OL)-.27 E F3(.)A F0(GNU Bash-3.0)
-72 768 Q(2004 Sep 17)149.01 E(41)199 E 0 Cg EP
-%%Page: 42 42
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E .082
+(alues of the shell v)-.25 F(ariables)-.25 E F4(HISTIGNORE)4.065 E F0
+(and)3.816 E F4(HISTCONTR)108 424.8 Q(OL)-.27 E/F5 9/Times-Roman@0 SF(.)
+A F0 .082
 (On startup, the history is initialized from the \214le named by the v)
-108 84 R(ariable)-.25 E/F1 9/Times-Bold@0 SF(HISTFILE)2.582 E F0(\(def)
-2.332 E(ault)-.1 E/F2 10/Times-Italic@0 SF(~/.bash_history)2.582 E F0
-(\).)A .315(The \214le named by the v)108 96 R .315(alue of)-.25 F F1
-(HISTFILE)2.815 E F0 .315(is truncated, if necessary)2.565 F 2.815(,t)
--.65 G 2.815(oc)-2.815 G .315(ontain no more than the number of)-2.815 F
-.953(lines speci\214ed by the v)108 108 R .953(alue of)-.25 F F1
-(HISTFILESIZE)3.453 E/F3 9/Times-Roman@0 SF(.)A F0 .953
-(When an interacti)5.453 F 1.253 -.15(ve s)-.25 H .953(hell e).15 F .953
-(xits, the last)-.15 F F1($HISTSIZE)3.452 E F0(lines)3.202 E .649
-(are copied from the history list to)108 120 R F1($HISTFILE)3.15 E F3(.)
-A F0 .65(If the)5.15 F/F4 10/Times-Bold@0 SF(histappend)3.15 E F0 .65
-(shell option is enabled \(see the descrip-)3.15 F .141(tion of)108 132
-R F4(shopt)2.641 E F0(under)2.641 E F1 .141(SHELL B)2.641 F(UIL)-.09 E
-.141(TIN COMMANDS)-.828 F F0(belo)2.391 E .141
+108 441.6 R(ariable)-.25 E F4(HISTFILE)2.582 E F0(\(def)2.332 E(ault)-.1
+E F3(~/.bash_history)2.582 E F0(\).)A .315(The \214le named by the v)108
+453.6 R .315(alue of)-.25 F F4(HISTFILE)2.815 E F0 .315
+(is truncated, if necessary)2.565 F 2.815(,t)-.65 G 2.815(oc)-2.815 G
+.315(ontain no more than the number of)-2.815 F .953
+(lines speci\214ed by the v)108 465.6 R .953(alue of)-.25 F F4
+(HISTFILESIZE)3.453 E F5(.)A F0 .953(When an interacti)5.453 F 1.253
+-.15(ve s)-.25 H .953(hell e).15 F .953(xits, the last)-.15 F F4
+($HISTSIZE)3.452 E F0(lines)3.202 E .649
+(are copied from the history list to)108 477.6 R F4($HISTFILE)3.15 E F5
+(.)A F0 .65(If the)5.15 F F1(histappend)3.15 E F0 .65
+(shell option is enabled \(see the descrip-)3.15 F .141(tion of)108
+489.6 R F1(shopt)2.641 E F0(under)2.641 E F4 .141(SHELL B)2.641 F(UIL)
+-.09 E .141(TIN COMMANDS)-.828 F F0(belo)2.391 E .141
 (w\), the lines are appended to the history \214le, other)-.25 F(-)-.2 E
-.572(wise the history \214le is o)108 144 R -.15(ve)-.15 G 3.073
-(rwritten. If).15 F F1(HISTFILE)3.073 E F0 .573
+.572(wise the history \214le is o)108 501.6 R -.15(ve)-.15 G 3.073
+(rwritten. If).15 F F4(HISTFILE)3.073 E F0 .573
 (is unset, or if the history \214le is unwritable, the history is)2.823
-F 1.142(not sa)108 156 R -.15(ve)-.2 G 3.642(d. After).15 F(sa)3.642 E
+F 1.142(not sa)108 513.6 R -.15(ve)-.2 G 3.642(d. After).15 F(sa)3.642 E
 1.142(ving the history)-.2 F 3.642(,t)-.65 G 1.141
-(he history \214le is truncated to contain no more than)-3.642 F F1
-(HISTFILESIZE)3.641 E F0 2.5(lines. If)108 168 R F1(HISTFILESIZE)2.5 E
-F0(is not set, no truncation is performed.)2.25 E 1.293(The b)108 184.8
-R 1.293(uiltin command)-.2 F F4(fc)3.793 E F0(\(see)3.793 E F1 1.293
+(he history \214le is truncated to contain no more than)-3.642 F F4
+(HISTFILESIZE)3.641 E F0 2.5(lines. If)108 525.6 R F4(HISTFILESIZE)2.5 E
+F0(is not set, no truncation is performed.)2.25 E 1.293(The b)108 542.4
+R 1.293(uiltin command)-.2 F F1(fc)3.793 E F0(\(see)3.793 E F4 1.293
 (SHELL B)3.793 F(UIL)-.09 E 1.293(TIN COMMANDS)-.828 F F0(belo)3.543 E
-1.294(w\) may be used to list or edit and re-)-.25 F -.15(exe)108 196.8
-S .674(cute a portion of the history list.).15 F(The)5.673 E F4(history)
+1.294(w\) may be used to list or edit and re-)-.25 F -.15(exe)108 554.4
+S .674(cute a portion of the history list.).15 F(The)5.673 E F1(history)
 3.173 E F0 -.2(bu)3.173 G .673
 (iltin may be used to display or modify the history list).2 F .279
-(and manipulate the history \214le.)108 208.8 R .279
+(and manipulate the history \214le.)108 566.4 R .279
 (When using command-line editing, search commands are a)5.279 F -.25(va)
--.2 G .28(ilable in each).25 F(editing mode that pro)108 220.8 Q
-(vide access to the history list.)-.15 E 1.486(The shell allo)108 237.6
+-.2 G .28(ilable in each).25 F(editing mode that pro)108 578.4 Q
+(vide access to the history list.)-.15 E 1.486(The shell allo)108 595.2
 R 1.486(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486
 (hich commands are sa)-3.986 F -.15(ve)-.2 G 3.986(do).15 G 3.986(nt)
--3.986 G 1.486(he history list.)-3.986 F(The)6.485 E F1(HISTCONTR)3.985
-E(OL)-.27 E F0(and)3.735 E F1(HISTIGNORE)108 249.6 Q F0 -.25(va)2.707 G
+-3.986 G 1.486(he history list.)-3.986 F(The)6.485 E F4(HISTCONTR)3.985
+E(OL)-.27 E F0(and)3.735 E F4(HISTIGNORE)108 607.2 Q F0 -.25(va)2.707 G
 .457(riables may be set to cause the shell to sa).25 F .758 -.15(ve o)
--.2 H .458(nly a subset of the commands entered.).15 F(The)5.458 E F4
-(cmdhist)108 261.6 Q F0 .75
+-.2 H .458(nly a subset of the commands entered.).15 F(The)5.458 E F1
+(cmdhist)108 619.2 Q F0 .75
 (shell option, if enabled, causes the shell to attempt to sa)3.25 F 1.05
 -.15(ve e)-.2 H .75(ach line of a multi-line command in).15 F 1.077
-(the same history entry)108 273.6 R 3.577(,a)-.65 G 1.077
+(the same history entry)108 631.2 R 3.577(,a)-.65 G 1.077
 (dding semicolons where necessary to preserv)-3.577 F 3.577(es)-.15 G
-1.077(yntactic correctness.)-3.577 F(The)6.077 E F4(lithist)3.577 E F0
-.374(shell option causes the shell to sa)108 285.6 R .674 -.15(ve t)-.2
+1.077(yntactic correctness.)-3.577 F(The)6.077 E F1(lithist)3.577 E F0
+.374(shell option causes the shell to sa)108 643.2 R .674 -.15(ve t)-.2
 H .374(he command with embedded ne).15 F .373
 (wlines instead of semicolons.)-.25 F .373(See the)5.373 F .318
-(description of the)108 297.6 R F4(shopt)2.818 E F0 -.2(bu)2.818 G .318
-(iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F1 .318(SHELL B)2.818 F
+(description of the)108 655.2 R F1(shopt)2.818 E F0 -.2(bu)2.818 G .318
+(iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F4 .318(SHELL B)2.818 F
 (UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .319
 (for information on setting and)2.568 F(unsetting shell options.)108
-309.6 Q/F5 10.95/Times-Bold@0 SF(HIST)72 326.4 Q(OR)-.197 E 2.738(YE)
--.383 G(XP)-2.738 E(ANSION)-.81 E F0 .611
-(The shell supports a history e)108 338.4 R .611
+667.2 Q F2(HIST)72 684 Q(OR)-.197 E 2.738(YE)-.383 G(XP)-2.738 E(ANSION)
+-.81 E F0 .611(The shell supports a history e)108 696 R .611
 (xpansion feature that is similar to the history e)-.15 F .61
-(xpansion in)-.15 F F4(csh.)3.11 E F0 .61(This section)5.61 F .87
-(describes what syntax features are a)108 350.4 R -.25(va)-.2 G 3.371
+(xpansion in)-.15 F F1(csh.)3.11 E F0 .61(This section)5.61 F .87
+(describes what syntax features are a)108 708 R -.25(va)-.2 G 3.371
 (ilable. This).25 F .871(feature is enabled by def)3.371 F .871
 (ault for interacti)-.1 F 1.171 -.15(ve s)-.25 H .871(hells, and).15 F
-2.014(can be disabled using the)108 362.4 R F4(+H)4.514 E F0 2.014
-(option to the)4.514 F F4(set)4.514 E F0 -.2(bu)4.514 G 2.014
-(iltin command \(see).2 F F1 2.013(SHELL B)4.513 F(UIL)-.09 E 2.013
-(TIN COMMANDS)-.828 F F0(belo)108 374.4 Q 2.5(w\). Non-interacti)-.25 F
-.3 -.15(ve s)-.25 H(hells do not perform history e).15 E
-(xpansion by def)-.15 E(ault.)-.1 E 1.305(History e)108 391.2 R 1.305
-(xpansions introduce w)-.15 F 1.306(ords from the history list into the\
- input stream, making it easy to repeat)-.1 F .21
-(commands, insert the ar)108 403.2 R .21(guments to a pre)-.18 F .209
+2.014(can be disabled using the)108 720 R F1(+H)4.514 E F0 2.014
+(option to the)4.514 F F1(set)4.514 E F0 -.2(bu)4.514 G 2.014
+(iltin command \(see).2 F F4 2.013(SHELL B)4.513 F(UIL)-.09 E 2.013
+(TIN COMMANDS)-.828 F F0(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385
+(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(24)-2.5 G(2)-197.965 E
+0 Cg EP
+%%Page: 43 43
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E(belo)108 84 Q 2.5(w\). Non-interacti)-.25 F .3 -.15(ve s)-.25 H
+(hells do not perform history e).15 E(xpansion by def)-.15 E(ault.)-.1 E
+1.305(History e)108 100.8 R 1.305(xpansions introduce w)-.15 F 1.306(or\
+ds from the history list into the input stream, making it easy to repea\
+t)-.1 F .21(commands, insert the ar)108 112.8 R .21(guments to a pre)
+-.18 F .209
 (vious command into the current input line, or \214x errors in pre)-.25
-F(vious)-.25 E(commands quickly)108 415.2 Q(.)-.65 E 1.163(History e)108
-432 R 1.163(xpansion is performed immediately after a complete line is \
-read, before the shell breaks it into)-.15 F -.1(wo)108 444 S 3.2
+F(vious)-.25 E(commands quickly)108 124.8 Q(.)-.65 E 1.163(History e)108
+141.6 R 1.163(xpansion is performed immediately after a complete line i\
+s read, before the shell breaks it into)-.15 F -.1(wo)108 153.6 S 3.2
 (rds. It).1 F(tak)3.2 E .7(es place in tw)-.1 F 3.2(op)-.1 G 3.2
 (arts. The)-3.2 F .7
 (\214rst is to determine which line from the history list to use during)
-3.2 F 4.367(substitution. The)108 456 R 1.868(second is to select porti\
-ons of that line for inclusion into the current one.)4.367 F 1.868
-(The line)6.868 F .663(selected from the history is the)108 468 R F2
--.15(ev)3.163 G(ent).15 E F0 3.163(,a)C .663
-(nd the portions of that line that are acted upon are)-3.163 F F2(wor)
-3.162 E(ds)-.37 E F0 5.662(.V)C(arious)-6.772 E F2(modi\214er)108 480 Q
-(s)-.1 E F0 .226(are a)2.726 F -.25(va)-.2 G .226
+3.2 F 4.367(substitution. The)108 165.6 R 1.868(second is to select por\
+tions of that line for inclusion into the current one.)4.367 F 1.868
+(The line)6.868 F .663(selected from the history is the)108 177.6 R/F1
+10/Times-Italic@0 SF -.15(ev)3.163 G(ent).15 E F0 3.163(,a)C .663
+(nd the portions of that line that are acted upon are)-3.163 F F1(wor)
+3.162 E(ds)-.37 E F0 5.662(.V)C(arious)-6.772 E F1(modi\214er)108 189.6
+Q(s)-.1 E F0 .226(are a)2.726 F -.25(va)-.2 G .226
 (ilable to manipulate the selected w).25 F 2.726(ords. The)-.1 F .227
 (line is brok)2.726 F .227(en into w)-.1 F .227(ords in the same f)-.1 F
-(ashion)-.1 E .352(as when reading input, so that se)108 492 R -.15(ve)
--.25 G(ral).15 E F2(metac)2.852 E(har)-.15 E(acter)-.15 E F0 .351
+(ashion)-.1 E .352(as when reading input, so that se)108 201.6 R -.15
+(ve)-.25 G(ral).15 E F1(metac)2.852 E(har)-.15 E(acter)-.15 E F0 .351
 (-separated w)B .351(ords surrounded by quotes are considered)-.1 F .624
-(one w)108 504 R 3.124(ord. History)-.1 F -.15(ex)3.124 G .624
+(one w)108 213.6 R 3.124(ord. History)-.1 F -.15(ex)3.124 G .624
 (pansions are introduced by the appearance of the history e).15 F .625
-(xpansion character)-.15 F 3.125(,w)-.4 G(hich)-3.125 E(is)108 516 Q F4
-(!)3.333 E F0(by def)3.333 E 2.5(ault. Only)-.1 F(backslash \()2.5 E F4
-(\\).833 E F0 2.5(\)a).833 G(nd single quotes can quote the history e)
--2.5 E(xpansion character)-.15 E(.)-.55 E(Se)108 532.8 Q -.15(ve)-.25 G
-.03(ral characters inhibit history e).15 F .03
+(xpansion character)-.15 F 3.125(,w)-.4 G(hich)-3.125 E(is)108 225.6 Q
+/F2 10/Times-Bold@0 SF(!)3.333 E F0(by def)3.333 E 2.5(ault. Only)-.1 F
+(backslash \()2.5 E F2(\\).833 E F0 2.5(\)a).833 G
+(nd single quotes can quote the history e)-2.5 E(xpansion character)-.15
+E(.)-.55 E(Se)108 242.4 Q -.15(ve)-.25 G .03
+(ral characters inhibit history e).15 F .03
 (xpansion if found immediately follo)-.15 F .03(wing the history e)-.25
-F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 544.8 T
+F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 254.4 T
 3.162(ni).25 G 3.162(fi)-3.162 G 3.162(ti)-3.162 G 3.162(su)-3.162 G
 .662(nquoted: space, tab, ne)-3.162 F .662(wline, carriage return, and)
--.25 F F4(=)3.162 E F0 5.662(.I)C 3.162(ft)-5.662 G(he)-3.162 E F4
-(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F4(\()3.163 E
-F0(will also inhibit e)108 556.8 Q(xpansion.)-.15 E(Se)108 573.6 Q -.15
-(ve)-.25 G .11(ral shell options settable with the).15 F F4(shopt)2.61 E
+-.25 F F2(=)3.162 E F0 5.662(.I)C 3.162(ft)-5.662 G(he)-3.162 E F2
+(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F2(\()3.163 E
+F0(will also inhibit e)108 266.4 Q(xpansion.)-.15 E(Se)108 283.2 Q -.15
+(ve)-.25 G .11(ral shell options settable with the).15 F F2(shopt)2.61 E
 F0 -.2(bu)2.61 G .109(iltin may be used to tailor the beha).2 F .109
-(vior of history e)-.2 F(xpansion.)-.15 E 1.258(If the)108 585.6 R F4
+(vior of history e)-.2 F(xpansion.)-.15 E 1.258(If the)108 295.2 R F2
 (histv)3.758 E(erify)-.1 E F0 1.259
-(shell option is enabled \(see the description of the)3.758 F F4(shopt)
-3.759 E F0 -.2(bu)3.759 G 1.259(iltin\), and).2 F F4 -.18(re)3.759 G
+(shell option is enabled \(see the description of the)3.758 F F2(shopt)
+3.759 E F0 -.2(bu)3.759 G 1.259(iltin\), and).2 F F2 -.18(re)3.759 G
 (adline).18 E F0 1.259(is being)3.759 F 1.498(used, history substitutio\
-ns are not immediately passed to the shell parser)108 597.6 R 6.497(.I)
+ns are not immediately passed to the shell parser)108 307.2 R 6.497(.I)
 -.55 G 1.497(nstead, the e)-6.497 F 1.497(xpanded line is)-.15 F 2.228
-(reloaded into the)108 609.6 R F4 -.18(re)4.728 G(adline).18 E F0 2.228
+(reloaded into the)108 319.2 R F2 -.18(re)4.728 G(adline).18 E F0 2.228
 (editing b)4.728 F(uf)-.2 E 2.228(fer for further modi\214cation.)-.25 F
-(If)7.228 E F4 -.18(re)4.728 G(adline).18 E F0 2.228
-(is being used, and the)4.728 F F4(histr)108 621.6 Q(eedit)-.18 E F0
+(If)7.228 E F2 -.18(re)4.728 G(adline).18 E F0 2.228
+(is being used, and the)4.728 F F2(histr)108 331.2 Q(eedit)-.18 E F0
 1.202(shell option is enabled, a f)3.702 F 1.202
-(ailed history substitution will be reloaded into the)-.1 F F4 -.18(re)
-3.702 G(adline).18 E F0(editing)3.702 E -.2(bu)108 633.6 S -.25(ff).2 G
-1.16(er for correction.).25 F(The)6.16 E F4<ad70>3.66 E F0 1.16
-(option to the)3.66 F F4(history)3.66 E F0 -.2(bu)3.661 G 1.161
-(iltin command may be used to see what a history).2 F -.15(ex)108 645.6
-S .056(pansion will do before using it.).15 F(The)5.056 E F4<ad73>2.556
-E F0 .056(option to the)2.556 F F4(history)2.555 E F0 -.2(bu)2.555 G
+(ailed history substitution will be reloaded into the)-.1 F F2 -.18(re)
+3.702 G(adline).18 E F0(editing)3.702 E -.2(bu)108 343.2 S -.25(ff).2 G
+1.16(er for correction.).25 F(The)6.16 E F2<ad70>3.66 E F0 1.16
+(option to the)3.66 F F2(history)3.66 E F0 -.2(bu)3.661 G 1.161
+(iltin command may be used to see what a history).2 F -.15(ex)108 355.2
+S .056(pansion will do before using it.).15 F(The)5.056 E F2<ad73>2.556
+E F0 .056(option to the)2.556 F F2(history)2.555 E F0 -.2(bu)2.555 G
 .055(iltin may be used to add commands to the).2 F
-(end of the history list without actually e)108 657.6 Q -.15(xe)-.15 G
+(end of the history list without actually e)108 367.2 Q -.15(xe)-.15 G
 (cuting them, so that the).15 E 2.5(ya)-.15 G(re a)-2.5 E -.25(va)-.2 G
-(ilable for subsequent recall.).25 E 2.2(The shell allo)108 674.4 R 2.2
+(ilable for subsequent recall.).25 E 2.2(The shell allo)108 384 R 2.2
 (ws control of the v)-.25 F 2.2(arious characters used by the history e)
--.25 F 2.2(xpansion mechanism \(see the)-.15 F(description of)108 686.4
-Q F4(histchars)2.5 E F0(abo)2.5 E .3 -.15(ve u)-.15 H(nder).15 E F4
-(Shell V)2.5 E(ariables)-.92 E F0(\).)A F4(Ev)87 703.2 Q
-(ent Designators)-.1 E F0(An e)108 715.2 Q -.15(ve)-.25 G(nt designator\
- is a reference to a command line entry in the history list.).15 E
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(42)199 E 0 Cg EP
-%%Page: 43 43
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(!)108 84 Q F0 1.608
-(Start a history substitution, e)32.67 F 1.608(xcept when follo)-.15 F
-1.607(wed by a)-.25 F F1(blank)4.107 E F0 4.107(,n)C -.25(ew)-4.107 G
-1.607(line, carriage return, = or \().25 F(\(when the)144 96 Q F1
-(extglob)2.5 E F0(shell option is enabled using the)2.5 E F1(shopt)2.5 E
-F0 -.2(bu)2.5 G(iltin\).).2 E F1(!)108 108 Q/F2 10/Times-Italic@0 SF(n)A
-F0(Refer to command line)27.67 E F2(n)2.5 E F0(.).24 E F1<21ad>108 120 Q
-F2(n)A F0(Refer to the current command line minus)21.97 E F2(n)2.5 E F0
-(.).24 E F1(!!)108 132 Q F0(Refer to the pre)29.34 E(vious command.)-.25
-E(This is a synon)5 E(ym for `!\2551'.)-.15 E F1(!)108 144 Q F2(string)A
-F0(Refer to the most recent command starting with)9.33 E F2(string)2.5 E
-F0(.).22 E F1(!?)108 156 Q F2(string)A F1([?])A F0 1.022
-(Refer to the most recent command containing)144 168 R F2(string)3.522 E
-F0 6.022(.T).22 G 1.022(he trailing)-6.022 F F1(?)3.522 E F0 1.022
-(may be omitted if)3.522 F F2(string)3.862 E F0(is)3.742 E(follo)144 180
-Q(wed immediately by a ne)-.25 E(wline.)-.25 E/F3 12/Times-Bold@0 SF(^)
-108 197 Q F2(string1)-5 I F3(^)5 I F2(string2)-5 I F3(^)5 I F0 2.63
-(Quick substitution.)144 204 R 2.629(Repeat the last command, replacing)
-7.629 F F2(string1)5.469 E F0(with)5.129 E F2(string2)5.129 E F0 7.629
-(.E).02 G(qui)-7.629 E -.25(va)-.25 G 2.629(lent to).25 F -.74(``)144
-216 S(!!:s/).74 E F2(string1)A F0(/)A F2(string2)A F0(/')A 2.5('\()-.74
-G(see)-2.5 E F1(Modi\214ers)2.5 E F0(belo)2.5 E(w\).)-.25 E F1(!#)108
-228 Q F0(The entire command line typed so f)27.67 E(ar)-.1 E(.)-.55 E F1
--.75(Wo)87 244.8 S(rd Designators).75 E F0 -.8(Wo)108 256.8 S 1.313
+-.25 F 2.2(xpansion mechanism \(see the)-.15 F(description of)108 396 Q
+F2(histchars)2.5 E F0(abo)2.5 E .3 -.15(ve u)-.15 H(nder).15 E F2
+(Shell V)2.5 E(ariables)-.92 E F0(\).)A F2(Ev)87 412.8 Q
+(ent Designators)-.1 E F0(An e)108 424.8 Q -.15(ve)-.25 G(nt designator\
+ is a reference to a command line entry in the history list.).15 E F2(!)
+108 441.6 Q F0 1.608(Start a history substitution, e)32.67 F 1.608
+(xcept when follo)-.15 F 1.607(wed by a)-.25 F F2(blank)4.107 E F0 4.107
+(,n)C -.25(ew)-4.107 G 1.607(line, carriage return, = or \().25 F
+(\(when the)144 453.6 Q F2(extglob)2.5 E F0
+(shell option is enabled using the)2.5 E F2(shopt)2.5 E F0 -.2(bu)2.5 G
+(iltin\).).2 E F2(!)108 465.6 Q F1(n)A F0(Refer to command line)27.67 E
+F1(n)2.5 E F0(.).24 E F2<21ad>108 477.6 Q F1(n)A F0
+(Refer to the current command line minus)21.97 E F1(n)2.5 E F0(.).24 E
+F2(!!)108 489.6 Q F0(Refer to the pre)29.34 E(vious command.)-.25 E
+(This is a synon)5 E(ym for `!\2551'.)-.15 E F2(!)108 501.6 Q F1(string)
+A F0(Refer to the most recent command starting with)9.33 E F1(string)2.5
+E F0(.).22 E F2(!?)108 513.6 Q F1(string)A F2([?])A F0 1.022
+(Refer to the most recent command containing)144 525.6 R F1(string)3.522
+E F0 6.022(.T).22 G 1.022(he trailing)-6.022 F F2(?)3.522 E F0 1.022
+(may be omitted if)3.522 F F1(string)3.862 E F0(is)3.742 E(follo)144
+537.6 Q(wed immediately by a ne)-.25 E(wline.)-.25 E/F3 12/Times-Bold@0
+SF(^)108 554.6 Q F1(string1)-5 I F3(^)5 I F1(string2)-5 I F3(^)5 I F0
+2.63(Quick substitution.)144 561.6 R 2.629
+(Repeat the last command, replacing)7.629 F F1(string1)5.469 E F0(with)
+5.129 E F1(string2)5.129 E F0 7.629(.E).02 G(qui)-7.629 E -.25(va)-.25 G
+2.629(lent to).25 F -.74(``)144 573.6 S(!!:s/).74 E F1(string1)A F0(/)A
+F1(string2)A F0(/')A 2.5('\()-.74 G(see)-2.5 E F2(Modi\214ers)2.5 E F0
+(belo)2.5 E(w\).)-.25 E F2(!#)108 585.6 Q F0
+(The entire command line typed so f)27.67 E(ar)-.1 E(.)-.55 E F2 -.75
+(Wo)87 602.4 S(rd Designators).75 E F0 -.8(Wo)108 614.4 S 1.313
 (rd designators are used to select desired w).8 F 1.314(ords from the e)
--.1 F -.15(ve)-.25 G 3.814(nt. A).15 F F1(:)3.814 E F0 1.314
+-.1 F -.15(ve)-.25 G 3.814(nt. A).15 F F2(:)3.814 E F0 1.314
 (separates the e)3.814 F -.15(ve)-.25 G 1.314(nt speci\214cation).15 F
-.53(from the w)108 268.8 R .529(ord designator)-.1 F 5.529(.I)-.55 G
+.53(from the w)108 626.4 R .529(ord designator)-.1 F 5.529(.I)-.55 G
 3.029(tm)-5.529 G .529(ay be omitted if the w)-3.029 F .529
-(ord designator be)-.1 F .529(gins with a)-.15 F F1(^)3.029 E F0(,)A F1
-($)3.029 E F0(,)A F1(*)3.029 E F0(,)A F1<ad>3.029 E F0 3.029(,o)C(r)
--3.029 E F1(%)3.029 E F0 5.529(.W)C(ords)-6.329 E 1.3
-(are numbered from the be)108 280.8 R 1.3
+(ord designator be)-.1 F .529(gins with a)-.15 F F2(^)3.029 E F0(,)A F2
+($)3.029 E F0(,)A F2(*)3.029 E F0(,)A F2<ad>3.029 E F0 3.029(,o)C(r)
+-3.029 E F2(%)3.029 E F0 5.529(.W)C(ords)-6.329 E 1.3
+(are numbered from the be)108 638.4 R 1.3
 (ginning of the line, with the \214rst w)-.15 F 1.301
 (ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)6.301 G 1.301(rds are).8
-F(inserted into the current line separated by single spaces.)108 292.8 Q
-F1 2.5(0\()108 309.6 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 321.6 Q
+F(inserted into the current line separated by single spaces.)108 650.4 Q
+F2 2.5(0\()108 667.2 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 679.2 Q
 2.5(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E
-F2(n)108.36 333.6 Q F0(The)30.64 E F2(n)2.5 E F0(th w)A(ord.)-.1 E F1(^)
-108 345.6 Q F0(The \214rst ar)32.67 E 2.5(gument. That)-.18 F(is, w)2.5
-E(ord 1.)-.1 E F1($)108 357.6 Q F0(The last ar)31 E(gument.)-.18 E F1(%)
-108 369.6 Q F0(The w)26 E(ord matched by the most recent `?)-.1 E F2
-(string)A F0(?' search.)A F2(x)108.77 381.6 Q F1<ad>A F2(y)A F0 2.5(Ar)
-20.65 G(ange of w)-2.5 E(ords; `\255)-.1 E F2(y)A F0 2.5('a)C(bbre)-2.5
-E(viates `0\255)-.25 E F2(y)A F0('.)A F1(*)108 393.6 Q F0 .316
+F1(n)108.36 691.2 Q F0(The)30.64 E F1(n)2.5 E F0(th w)A(ord.)-.1 E F2(^)
+108 703.2 Q F0(The \214rst ar)32.67 E 2.5(gument. That)-.18 F(is, w)2.5
+E(ord 1.)-.1 E F2($)108 715.2 Q F0(The last ar)31 E(gument.)-.18 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(24)-2.5 G(3)-197.965 E 0 Cg EP
+%%Page: 44 44
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(%)108 84 Q F0(The w)26 E
+(ord matched by the most recent `?)-.1 E/F2 10/Times-Italic@0 SF(string)
+A F0(?' search.)A F2(x)108.77 96 Q F1<ad>A F2(y)A F0 2.5(Ar)20.65 G
+(ange of w)-2.5 E(ords; `\255)-.1 E F2(y)A F0 2.5('a)C(bbre)-2.5 E
+(viates `0\255)-.25 E F2(y)A F0('.)A F1(*)108 108 Q F0 .316
 (All of the w)31 F .316(ords b)-.1 F .316(ut the zeroth.)-.2 F .315
 (This is a synon)5.315 F .315(ym for `)-.15 F F2(1\255$)A F0 2.815
 ('. It)B .315(is not an error to use)2.815 F F1(*)2.815 E F0 .315
-(if there is)2.815 F(just one w)144 405.6 Q(ord in the e)-.1 E -.15(ve)
+(if there is)2.815 F(just one w)144 120 Q(ord in the e)-.1 E -.15(ve)
 -.25 G(nt; the empty string is returned in that case.).15 E F1(x*)108
-417.6 Q F0(Abbre)26 E(viates)-.25 E F2(x\255$)2.5 E F0(.)A F1<78ad>108
-429.6 Q F0(Abbre)25.3 E(viates)-.25 E F2(x\255$)2.5 E F0(lik)2.5 E(e)-.1
-E F1(x*)2.5 E F0 2.5(,b)C(ut omits the last w)-2.7 E(ord.)-.1 E(If a w)
-108 446.4 Q(ord designator is supplied without an e)-.1 E -.15(ve)-.25 G
+132 Q F0(Abbre)26 E(viates)-.25 E F2(x\255$)2.5 E F0(.)A F1<78ad>108 144
+Q F0(Abbre)25.3 E(viates)-.25 E F2(x\255$)2.5 E F0(lik)2.5 E(e)-.1 E F1
+(x*)2.5 E F0 2.5(,b)C(ut omits the last w)-2.7 E(ord.)-.1 E(If a w)108
+160.8 Q(ord designator is supplied without an e)-.1 E -.15(ve)-.25 G
 (nt speci\214cation, the pre).15 E(vious command is used as the e)-.25 E
--.15(ve)-.25 G(nt.).15 E F1(Modi\214ers)87 463.2 Q F0 .183
-(After the optional w)108 475.2 R .183(ord designator)-.1 F 2.683(,t)-.4
+-.15(ve)-.25 G(nt.).15 E F1(Modi\214ers)87 177.6 Q F0 .183
+(After the optional w)108 189.6 R .183(ord designator)-.1 F 2.683(,t)-.4
 G .184(here may appear a sequence of one or more of the follo)-2.683 F
-.184(wing modi\214ers,)-.25 F(each preceded by a `:'.)108 487.2 Q F1(h)
-108 504 Q F0(Remo)30.44 E .3 -.15(ve a t)-.15 H
+.184(wing modi\214ers,)-.25 F(each preceded by a `:'.)108 201.6 Q F1(h)
+108 218.4 Q F0(Remo)30.44 E .3 -.15(ve a t)-.15 H
 (railing \214le name component, lea).15 E(ving only the head.)-.2 E F1
-(t)108 516 Q F0(Remo)32.67 E .3 -.15(ve a)-.15 H
+(t)108 230.4 Q F0(Remo)32.67 E .3 -.15(ve a)-.15 H
 (ll leading \214le name components, lea).15 E(ving the tail.)-.2 E F1(r)
-108 528 Q F0(Remo)31.56 E .3 -.15(ve a t)-.15 H(railing suf).15 E
+108 242.4 Q F0(Remo)31.56 E .3 -.15(ve a t)-.15 H(railing suf).15 E
 (\214x of the form)-.25 E F2(.xxx)2.5 E F0 2.5(,l)C(ea)-2.5 E
-(ving the basename.)-.2 E F1(e)108 540 Q F0(Remo)31.56 E .3 -.15(ve a)
--.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F1(p)108 552 Q
-F0(Print the ne)30.44 E 2.5(wc)-.25 G(ommand b)-2.5 E(ut do not e)-.2 E
--.15(xe)-.15 G(cute it.).15 E F1(q)108 564 Q F0(Quote the substituted w)
-30.44 E(ords, escaping further substitutions.)-.1 E F1(x)108 576 Q F0
-(Quote the substituted w)31 E(ords as with)-.1 E F1(q)2.5 E F0 2.5(,b)C
-(ut break into w)-2.7 E(ords at)-.1 E F1(blanks)2.5 E F0(and ne)2.5 E
-(wlines.)-.25 E F1(s/)108 588 Q F2(old)A F1(/)A F2(ne)A(w)-.15 E F1(/)A
-F0(Substitute)144 600 Q F2(ne)3.082 E(w)-.15 E F0 .221
-(for the \214rst occurrence of)3.032 F F2(old)2.951 E F0 .221(in the e)
-3.491 F -.15(ve)-.25 G .221(nt line.).15 F(An)5.221 E 2.721(yd)-.15 G
-.221(elimiter can be used in place)-2.721 F .616(of /.)144 612 R .617
+(ving the basename.)-.2 E F1(e)108 254.4 Q F0(Remo)31.56 E .3 -.15(ve a)
+-.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F1(p)108 266.4
+Q F0(Print the ne)30.44 E 2.5(wc)-.25 G(ommand b)-2.5 E(ut do not e)-.2
+E -.15(xe)-.15 G(cute it.).15 E F1(q)108 278.4 Q F0
+(Quote the substituted w)30.44 E(ords, escaping further substitutions.)
+-.1 E F1(x)108 290.4 Q F0(Quote the substituted w)31 E(ords as with)-.1
+E F1(q)2.5 E F0 2.5(,b)C(ut break into w)-2.7 E(ords at)-.1 E F1(blanks)
+2.5 E F0(and ne)2.5 E(wlines.)-.25 E F1(s/)108 302.4 Q F2(old)A F1(/)A
+F2(ne)A(w)-.15 E F1(/)A F0(Substitute)144 314.4 Q F2(ne)3.082 E(w)-.15 E
+F0 .221(for the \214rst occurrence of)3.032 F F2(old)2.951 E F0 .221
+(in the e)3.491 F -.15(ve)-.25 G .221(nt line.).15 F(An)5.221 E 2.721
+(yd)-.15 G .221(elimiter can be used in place)-2.721 F .616(of /.)144
+326.4 R .617
 (The \214nal delimiter is optional if it is the last character of the e)
 5.616 F -.15(ve)-.25 G .617(nt line.).15 F .617(The delimiter may)5.617
-F .666(be quoted in)144 624 R F2(old)3.396 E F0(and)3.936 E F2(ne)3.526
-E(w)-.15 E F0 .666(with a single backslash.)3.476 F .666
+F .666(be quoted in)144 338.4 R F2(old)3.396 E F0(and)3.936 E F2(ne)
+3.526 E(w)-.15 E F0 .666(with a single backslash.)3.476 F .666
 (If & appears in)5.666 F F2(ne)3.166 E(w)-.15 E F0 3.166(,i).31 G 3.166
 (ti)-3.166 G 3.166(sr)-3.166 G .666(eplaced by)-3.166 F F2(old)3.166 E
-F0 5.666(.A).77 G .274(single backslash will quote the &.)144 636 R(If)
-5.274 E F2(old)3.004 E F0 .274(is null, it is set to the last)3.544 F F2
-(old)3.005 E F0 .275(substituted, or)3.545 F 2.775(,i)-.4 G 2.775(fn)
--2.775 G 2.775(op)-2.775 G(re)-2.775 E(vi-)-.25 E
-(ous history substitutions took place, the last)144 648 Q F2(string)2.84
-E F0(in a)2.72 E F1(!?)2.5 E F2(string)A F1([?])A F0(search.)5 E F1(&)
-108 660 Q F0(Repeat the pre)27.67 E(vious substitution.)-.25 E F1(g)108
-672 Q F0 .398(Cause changes to be applied o)31 F -.15(ve)-.15 G 2.898
-(rt).15 G .398(he entire e)-2.898 F -.15(ve)-.25 G .398(nt line.).15 F
-.397(This is used in conjunction with `)5.398 F F1(:s)A F0 2.897('\()C
-(e.g.,)-2.897 E(`)144 684 Q F1(:gs/)A F2(old)A F1(/)A F2(ne)A(w)-.15 E
-F1(/)A F0 1.218('\) or `)B F1(:&)A F0 3.718('. If)B 1.218(used with `)
-3.718 F F1(:s)A F0 1.218(', an)B 3.718(yd)-.15 G 1.219
+F0 5.666(.A).77 G .274(single backslash will quote the &.)144 350.4 R
+(If)5.274 E F2(old)3.004 E F0 .274(is null, it is set to the last)3.544
+F F2(old)3.005 E F0 .275(substituted, or)3.545 F 2.775(,i)-.4 G 2.775
+(fn)-2.775 G 2.775(op)-2.775 G(re)-2.775 E(vi-)-.25 E
+(ous history substitutions took place, the last)144 362.4 Q F2(string)
+2.84 E F0(in a)2.72 E F1(!?)2.5 E F2(string)A F1([?])A F0(search.)5 E F1
+(&)108 374.4 Q F0(Repeat the pre)27.67 E(vious substitution.)-.25 E F1
+(g)108 386.4 Q F0 .398(Cause changes to be applied o)31 F -.15(ve)-.15 G
+2.898(rt).15 G .398(he entire e)-2.898 F -.15(ve)-.25 G .398(nt line.)
+.15 F .397(This is used in conjunction with `)5.398 F F1(:s)A F0 2.897
+('\()C(e.g.,)-2.897 E(`)144 398.4 Q F1(:gs/)A F2(old)A F1(/)A F2(ne)A(w)
+-.15 E F1(/)A F0 1.218('\) or `)B F1(:&)A F0 3.718('. If)B 1.218
+(used with `)3.718 F F1(:s)A F0 1.218(', an)B 3.718(yd)-.15 G 1.219
 (elimiter can be used in place of /, and the \214nal)-3.718 F .09
-(delimiter is optional if it is the last character of the e)144 696 R
+(delimiter is optional if it is the last character of the e)144 410.4 R
 -.15(ve)-.25 G .089(nt line.).15 F(An)5.089 E F1(a)2.589 E F0 .089
-(may be used as a synon)2.589 F .089(ym for)-.15 F F1(g)144 708 Q F0(.)A
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(43)199 E 0 Cg EP
-%%Page: 44 44
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(G)108 84 Q F0(Apply the follo)28.22 E
-(wing `)-.25 E F1(s)A F0 2.5('m)C(odi\214er once to each w)-2.5 E
-(ord in the e)-.1 E -.15(ve)-.25 G(nt line.).15 E/F2 10.95/Times-Bold@0
-SF(SHELL B)72 100.8 Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F0 .062
-(Unless otherwise noted, each b)108 112.8 R .062(uiltin command documen\
-ted in this section as accepting options preceded by)-.2 F F1<ad>108
-124.8 Q F0(accepts)2.5 E F1<adad>2.5 E F0
-(to signify the end of the options.)2.5 E F1(:)108 142.8 Q F0([)2.5 E/F3
-10/Times-Italic@0 SF(ar)A(guments)-.37 E F0(])A .452(No ef)144 154.8 R
-.452(fect; the command does nothing be)-.25 F .452(yond e)-.15 F
-(xpanding)-.15 E F3(ar)3.282 E(guments)-.37 E F0 .451(and performing an)
-3.221 F 2.951(ys)-.15 G(peci\214ed)-2.951 E 2.5(redirections. A)144
-166.8 R(zero e)2.5 E(xit code is returned.)-.15 E F1(.)110.5 183.6 Q F3
-(\214lename)6.666 E F0([)2.5 E F3(ar)A(guments)-.37 E F0(])A F1(sour)108
-195.6 Q(ce)-.18 E F3(\214lename)2.5 E F0([)2.5 E F3(ar)A(guments)-.37 E
-F0(])A 1.02(Read and e)144 207.6 R -.15(xe)-.15 G 1.02
-(cute commands from).15 F F3(\214lename)5.43 E F0 1.02
-(in the current shell en)3.7 F 1.02(vironment and return the e)-.4 F
-(xit)-.15 E 1.68(status of the last command e)144 219.6 R -.15(xe)-.15 G
-1.68(cuted from).15 F F3(\214lename)4.18 E F0 6.68(.I).18 G(f)-6.68 E F3
-(\214lename)6.09 E F0 1.68(does not contain a slash, \214le)4.36 F .608
-(names in)144 231.6 R/F4 9/Times-Bold@0 SF -.666(PA)3.108 G(TH)-.189 E
-F0 .608(are used to \214nd the directory containing)2.858 F F3
-(\214lename)3.108 E F0 5.608(.T).18 G .608(he \214le searched for in)
--5.608 F F4 -.666(PA)3.108 G(TH)-.189 E F0 .833(need not be e)144 243.6
-R -.15(xe)-.15 G 3.333(cutable. When).15 F F1(bash)3.333 E F0 .832
-(is not in)3.333 F F3 .832(posix mode)3.332 F F0 3.332(,t)C .832
+(may be used as a synon)2.589 F .089(ym for)-.15 F F1(g)144 422.4 Q F0
+(.)A F1(G)108 434.4 Q F0(Apply the follo)28.22 E(wing `)-.25 E F1(s)A F0
+2.5('m)C(odi\214er once to each w)-2.5 E(ord in the e)-.1 E -.15(ve)-.25
+G(nt line.).15 E/F3 10.95/Times-Bold@0 SF(SHELL B)72 451.2 Q(UIL)-.11 E
+(TIN COMMANDS)-1.007 E F0 .062(Unless otherwise noted, each b)108 463.2
+R .062(uiltin command documented in this section as accepting options p\
+receded by)-.2 F F1<ad>108 475.2 Q F0(accepts)2.5 E F1<adad>2.5 E F0
+(to signify the end of the options.)2.5 E F1(:)108 493.2 Q F0([)2.5 E F2
+(ar)A(guments)-.37 E F0(])A .452(No ef)144 505.2 R .452
+(fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding)
+-.15 E F2(ar)3.282 E(guments)-.37 E F0 .451(and performing an)3.221 F
+2.951(ys)-.15 G(peci\214ed)-2.951 E 2.5(redirections. A)144 517.2 R
+(zero e)2.5 E(xit code is returned.)-.15 E F1(.)110.5 534 Q F2
+(\214lename)6.666 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A F1(sour)108
+546 Q(ce)-.18 E F2(\214lename)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0
+(])A 1.02(Read and e)144 558 R -.15(xe)-.15 G 1.02(cute commands from)
+.15 F F2(\214lename)5.43 E F0 1.02(in the current shell en)3.7 F 1.02
+(vironment and return the e)-.4 F(xit)-.15 E 1.68
+(status of the last command e)144 570 R -.15(xe)-.15 G 1.68(cuted from)
+.15 F F2(\214lename)4.18 E F0 6.68(.I).18 G(f)-6.68 E F2(\214lename)6.09
+E F0 1.68(does not contain a slash, \214le)4.36 F .608(names in)144 582
+R/F4 9/Times-Bold@0 SF -.666(PA)3.108 G(TH)-.189 E F0 .608
+(are used to \214nd the directory containing)2.858 F F2(\214lename)3.108
+E F0 5.608(.T).18 G .608(he \214le searched for in)-5.608 F F4 -.666(PA)
+3.108 G(TH)-.189 E F0 .833(need not be e)144 594 R -.15(xe)-.15 G 3.333
+(cutable. When).15 F F1(bash)3.333 E F0 .832(is not in)3.333 F F2 .832
+(posix mode)3.332 F F0 3.332(,t)C .832
 (he current directory is searched if no)-3.332 F .981
-(\214le is found in)144 255.6 R F4 -.666(PA)3.481 G(TH)-.189 E/F5 9
+(\214le is found in)144 606 R F4 -.666(PA)3.481 G(TH)-.189 E/F5 9
 /Times-Roman@0 SF(.)A F0 .981(If the)5.481 F F1(sour)3.481 E(cepath)-.18
 E F0 .981(option to the)3.481 F F1(shopt)3.481 E F0 -.2(bu)3.481 G .981
-(iltin command is turned of).2 F .982(f, the)-.25 F F4 -.666(PA)144
-267.6 S(TH)-.189 E F0 .112(is not searched.)2.363 F .112(If an)5.112 F
-(y)-.15 E F3(ar)2.612 E(guments)-.37 E F0 .112(are supplied, the)2.612 F
-2.612(yb)-.15 G .112(ecome the positional parameters when)-2.612 F F3
-(\214lename)144 279.6 Q F0 .341(is e)2.841 F -.15(xe)-.15 G 2.841
+(iltin command is turned of).2 F .982(f, the)-.25 F F4 -.666(PA)144 618
+S(TH)-.189 E F0 .112(is not searched.)2.363 F .112(If an)5.112 F(y)-.15
+E F2(ar)2.612 E(guments)-.37 E F0 .112(are supplied, the)2.612 F 2.612
+(yb)-.15 G .112(ecome the positional parameters when)-2.612 F F2
+(\214lename)144 630 Q F0 .341(is e)2.841 F -.15(xe)-.15 G 2.841
 (cuted. Otherwise).15 F .341(the positional parameters are unchanged.)
 2.841 F .342(The return status is the)5.342 F .716
-(status of the last command e)144 291.6 R .716
+(status of the last command e)144 642 R .716
 (xited within the script \(0 if no commands are e)-.15 F -.15(xe)-.15 G
-.716(cuted\), and f).15 F .715(alse if)-.1 F F3(\214lename)145.91 303.6
-Q F0(is not found or cannot be read.)2.68 E F1(alias)108 320.4 Q F0([)
-2.5 E F1<ad70>A F0 2.5(][)C F3(name)-2.5 E F0([=)A F3(value)A F0 2.5(].)
-C(..])-2.5 E F1(Alias)144 332.4 Q F0 2.724(with no ar)5.224 F 2.724
+.716(cuted\), and f).15 F .715(alse if)-.1 F F2(\214lename)145.91 654 Q
+F0(is not found or cannot be read.)2.68 E F1(alias)108 670.8 Q F0([)2.5
+E F1<ad70>A F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C
+(..])-2.5 E F1(Alias)144 682.8 Q F0 2.724(with no ar)5.224 F 2.724
 (guments or with the)-.18 F F1<ad70>5.224 E F0 2.724
 (option prints the list of aliases in the form)5.224 F F1(alias)5.225 E
-F3(name)144 344.4 Q F0(=)A F3(value)A F0 .58(on standard output.)3.08 F
+F2(name)144 694.8 Q F0(=)A F2(value)A F0 .58(on standard output.)3.08 F
 .58(When ar)5.58 F .58
-(guments are supplied, an alias is de\214ned for each)-.18 F F3(name)
-3.08 E F0(whose)144 356.4 Q F3(value)2.895 E F0 .395(is gi)2.895 F -.15
-(ve)-.25 G 2.895(n. A).15 F .395(trailing space in)2.895 F F3(value)
+(guments are supplied, an alias is de\214ned for each)-.18 F F2(name)
+3.08 E F0(whose)144 706.8 Q F2(value)2.895 E F0 .395(is gi)2.895 F -.15
+(ve)-.25 G 2.895(n. A).15 F .395(trailing space in)2.895 F F2(value)
 5.395 E F0 .395(causes the ne)2.895 F .395(xt w)-.15 F .395
 (ord to be check)-.1 F .395(ed for alias sub-)-.1 F .054
-(stitution when the alias is e)144 368.4 R 2.554(xpanded. F)-.15 F .054
-(or each)-.15 F F3(name)2.554 E F0 .054(in the ar)2.554 F .054
-(gument list for which no)-.18 F F3(value)2.554 E F0 .053(is sup-)2.553
-F 1.313(plied, the name and v)144 380.4 R 1.314
+(stitution when the alias is e)144 718.8 R 2.554(xpanded. F)-.15 F .054
+(or each)-.15 F F2(name)2.554 E F0 .054(in the ar)2.554 F .054
+(gument list for which no)-.18 F F2(value)2.554 E F0 .053(is sup-)2.553
+F 1.313(plied, the name and v)144 730.8 R 1.314
 (alue of the alias is printed.)-.25 F F1(Alias)6.314 E F0 1.314
-(returns true unless a)3.814 F F3(name)3.814 E F0 1.314(is gi)3.814 F
--.15(ve)-.25 G 3.814(nf).15 G(or)-3.814 E
-(which no alias has been de\214ned.)144 392.4 Q F1(bg)108 409.2 Q F0([)
-2.5 E F3(jobspec)A F0(...])2.5 E .847(Resume each suspended job)144
-421.2 R F3(jobspec)3.347 E F0 .847
+(returns true unless a)3.814 F F2(name)3.814 E F0 1.314(is gi)3.814 F
+-.15(ve)-.25 G 3.814(nf).15 G(or)-3.814 E(GNU Bash-3.1-de)72 768 Q -.15
+(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(24)
+-2.5 G(4)-197.965 E 0 Cg EP
+%%Page: 45 45
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E(which no alias has been de\214ned.)144 84 Q/F1 10/Times-Bold@0 SF
+(bg)108 100.8 Q F0([)2.5 E/F2 10/Times-Italic@0 SF(jobspec)A F0(...])2.5
+E .847(Resume each suspended job)144 112.8 R F2(jobspec)3.347 E F0 .847
 (in the background, as if it had been started with)3.347 F F1(&)3.347 E
-F0 5.847(.I)C(f)-5.847 E F3(job-)3.347 E(spec)144 433.2 Q F0 .689
+F0 5.847(.I)C(f)-5.847 E F2(job-)3.347 E(spec)144 124.8 Q F0 .689
 (is not present, the shell')3.188 F 3.189(sn)-.55 G .689(otion of the)
--3.189 F F3(curr)3.189 E .689(ent job)-.37 F F0 .689(is used.)3.189 F F1
-(bg)5.689 E F3(jobspec)4.929 E F0 .689(returns 0 unless run)3.499 F
-1.284(when job control is disabled or)144 445.2 R 3.784(,w)-.4 G 1.283
-(hen run with job control enabled, if the last)-3.784 F F3(jobspec)3.783
-E F0 -.1(wa)3.783 G 3.783(sn).1 G(ot)-3.783 E(found or w)144 457.2 Q
-(as started without job control.)-.1 E F1(bind)108 474 Q F0([)2.5 E F1
-<ad6d>A F3 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F1(\255lpsvPSV)-2.5 E F0
-(])A F1(bind)108 486 Q F0([)2.5 E F1<ad6d>A F3 -.1(ke)2.5 G(ymap)-.2 E
-F0 2.5(][)C F1<ad71>-2.5 E F3(function)2.5 E F0 2.5(][)C F1<ad75>-2.5 E
-F3(function)2.5 E F0 2.5(][)C F1<ad72>-2.5 E F3 -.1(ke)2.5 G(yseq)-.2 E
-F0(])A F1(bind)108 498 Q F0([)2.5 E F1<ad6d>A F3 -.1(ke)2.5 G(ymap)-.2 E
-F0(])A F1<ad66>2.5 E F3(\214lename)2.5 E F1(bind)108 510 Q F0([)2.5 E F1
-<ad6d>A F3 -.1(ke)2.5 G(ymap)-.2 E F0(])A F1<ad78>2.5 E F3 -.1(ke)2.5 G
-(yseq)-.2 E F0(:)A F3(shell\255command)A F1(bind)108 522 Q F0([)2.5 E F1
-<ad6d>A F3 -.1(ke)2.5 G(ymap)-.2 E F0(])A F3 -.1(ke)2.5 G(yseq)-.2 E F0
-(:)A F3(function\255name)A F1(bind)108 534 Q F3 -.37(re)2.5 G
-(adline\255command).37 E F0 .238(Display current)144 546 R F1 -.18(re)
+-3.189 F F2(curr)3.189 E .689(ent job)-.37 F F0 .689(is used.)3.189 F F1
+(bg)5.689 E F2(jobspec)4.929 E F0 .689(returns 0 unless run)3.499 F
+1.284(when job control is disabled or)144 136.8 R 3.784(,w)-.4 G 1.283
+(hen run with job control enabled, if the last)-3.784 F F2(jobspec)3.783
+E F0 -.1(wa)3.783 G 3.783(sn).1 G(ot)-3.783 E(found or w)144 148.8 Q
+(as started without job control.)-.1 E F1(bind)108 165.6 Q F0([)2.5 E F1
+<ad6d>A F2 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F1(\255lpsvPSV)-2.5 E F0
+(])A F1(bind)108 177.6 Q F0([)2.5 E F1<ad6d>A F2 -.1(ke)2.5 G(ymap)-.2 E
+F0 2.5(][)C F1<ad71>-2.5 E F2(function)2.5 E F0 2.5(][)C F1<ad75>-2.5 E
+F2(function)2.5 E F0 2.5(][)C F1<ad72>-2.5 E F2 -.1(ke)2.5 G(yseq)-.2 E
+F0(])A F1(bind)108 189.6 Q F0([)2.5 E F1<ad6d>A F2 -.1(ke)2.5 G(ymap)-.2
+E F0(])A F1<ad66>2.5 E F2(\214lename)2.5 E F1(bind)108 201.6 Q F0([)2.5
+E F1<ad6d>A F2 -.1(ke)2.5 G(ymap)-.2 E F0(])A F1<ad78>2.5 E F2 -.1(ke)
+2.5 G(yseq)-.2 E F0(:)A F2(shell\255command)A F1(bind)108 213.6 Q F0([)
+2.5 E F1<ad6d>A F2 -.1(ke)2.5 G(ymap)-.2 E F0(])A F2 -.1(ke)2.5 G(yseq)
+-.2 E F0(:)A F2(function\255name)A F1(bind)108 225.6 Q F2 -.37(re)2.5 G
+(adline\255command).37 E F0 .238(Display current)144 237.6 R F1 -.18(re)
 2.738 G(adline).18 E F0 -.1(ke)2.738 G 2.738(ya)-.05 G .239
 (nd function bindings, bind a k)-2.738 F .539 -.15(ey s)-.1 H .239
 (equence to a).15 F F1 -.18(re)2.739 G(adline).18 E F0 .239(function or)
-2.739 F .476(macro, or set a)144 558 R F1 -.18(re)2.976 G(adline).18 E
+2.739 F .476(macro, or set a)144 249.6 R F1 -.18(re)2.976 G(adline).18 E
 F0 -.25(va)2.976 G 2.976(riable. Each).25 F .476(non-option ar)2.976 F
-.475(gument is a command as it w)-.18 F .475(ould appear in)-.1 F F3
-(.inputr)144 570 Q(c)-.37 E F0 2.983(,b).31 G .484
+.475(gument is a command as it w)-.18 F .475(ould appear in)-.1 F F2
+(.inputr)144 261.6 Q(c)-.37 E F0 2.983(,b).31 G .484
 (ut each binding or command must be passed as a separate ar)-3.183 F
 .484(gument; e.g., '"\\C\255x\\C\255r":)-.18 F 2.5
-(re\255read\255init\255\214le'. Options,)144 582 R(if supplied, ha)2.5 E
-.3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1<ad6d>144 594
-Q F3 -.1(ke)2.5 G(ymap)-.2 E F0(Use)180 606 Q F3 -.1(ke)5.159 G(ymap)-.2
-E F0 2.659(as the k)5.349 F -.15(ey)-.1 G 2.658(map to be af).15 F 2.658
-(fected by the subsequent bindings.)-.25 F(Acceptable)7.658 E F3 -.1(ke)
-180 618 S(ymap)-.2 E F0 3.192(names are)5.882 F F3 3.192
+(re\255read\255init\255\214le'. Options,)144 273.6 R(if supplied, ha)2.5
+E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1<ad6d>144
+285.6 Q F2 -.1(ke)2.5 G(ymap)-.2 E F0(Use)180 297.6 Q F2 -.1(ke)5.159 G
+(ymap)-.2 E F0 2.659(as the k)5.349 F -.15(ey)-.1 G 2.658(map to be af)
+.15 F 2.658(fected by the subsequent bindings.)-.25 F(Acceptable)7.658 E
+F2 -.1(ke)180 309.6 S(ymap)-.2 E F0 3.192(names are)5.882 F F2 3.192
 (emacs, emacs\255standar)5.692 F 3.193
 (d, emacs\255meta, emacs\255ctlx, vi, vi\255mo)-.37 F(ve)-.1 E(,)-.1 E
-(vi\255command)180 630 Q F0 4.43(,a)C(nd)-4.43 E F3(vi\255insert)4.429 E
-F0(.).68 E F3(vi)6.929 E F0 1.929(is equi)4.429 F -.25(va)-.25 G 1.929
-(lent to).25 F F3(vi\255command)4.429 E F0(;)A F3(emacs)4.429 E F0 1.929
-(is equi)4.429 F -.25(va)-.25 G 1.929(lent to).25 F F3(emacs\255standar)
-180 642 Q(d)-.37 E F0(.)A F1<ad6c>144 654 Q F0(List the names of all)
-27.52 E F1 -.18(re)2.5 G(adline).18 E F0(functions.)2.5 E F1<ad70>144
-666 Q F0(Display)24.74 E F1 -.18(re)2.5 G(adline).18 E F0
-(function names and bindings in such a w)2.5 E(ay that the)-.1 E 2.5(yc)
--.15 G(an be re-read.)-2.5 E F1<ad50>144 678 Q F0(List current)24.19 E
-F1 -.18(re)2.5 G(adline).18 E F0(function names and bindings.)2.5 E F1
-<ad76>144 690 Q F0(Display)25.3 E F1 -.18(re)2.5 G(adline).18 E F0 -.25
-(va)2.5 G(riable names and v).25 E(alues in such a w)-.25 E(ay that the)
--.1 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1<ad56>144 702 Q F0
-(List current)23.08 E F1 -.18(re)2.5 G(adline).18 E F0 -.25(va)2.5 G
-(riable names and v).25 E(alues.)-.25 E F1<ad73>144 714 Q F0(Display)
-26.41 E F1 -.18(re)3.655 G(adline).18 E F0 -.1(ke)3.655 G 3.655(ys)-.05
-G 1.155(equences bound to macros and the strings the)-3.655 F 3.655(yo)
--.15 G 1.155(utput in such a)-3.655 F -.1(wa)180 726 S 2.5(yt).1 G
-(hat the)-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E(GNU Bash-3.0)72 768
-Q(2004 Sep 17)149.01 E(44)199 E 0 Cg EP
-%%Page: 45 45
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF<ad53>144 84 Q F0(Display)24.74 E F1 -.18
-(re)2.5 G(adline).18 E F0 -.1(ke)2.5 G 2.5(ys)-.05 G
-(equences bound to macros and the strings the)-2.5 E 2.5(yo)-.15 G
-(utput.)-2.5 E F1<ad66>144 96 Q/F2 10/Times-Italic@0 SF(\214lename)2.5 E
-F0(Read k)180 108 Q .3 -.15(ey b)-.1 H(indings from).15 E F2(\214lename)
-2.5 E F0(.)A F1<ad71>144 120 Q F2(function)2.5 E F0(Query about which k)
-180 132 Q -.15(ey)-.1 G 2.5(si).15 G -1.9 -.4(nv o)-2.5 H .2 -.1(ke t).4
-H(he named).1 E F2(function)2.5 E F0(.)A F1<ad75>144 144 Q F2(function)
-2.5 E F0(Unbind all k)180 156 Q -.15(ey)-.1 G 2.5(sb).15 G
-(ound to the named)-2.5 E F2(function)2.5 E F0(.)A F1<ad72>144 168 Q F2
--.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 180 Q .3 -.15(ve a)-.15 H .3 -.15
-(ny c).15 H(urrent binding for).15 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(.)A
-F1<ad78>144 192 Q F2 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F2(shell\255command)
-A F0(Cause)180 204 Q F2(shell\255command)2.5 E F0(to be e)2.5 E -.15(xe)
--.15 G(cuted whene).15 E -.15(ve)-.25 G(r).15 E F2 -.1(ke)2.5 G(yseq)-.2
-E F0(is entered.)2.5 E(The return v)144 220.8 Q
+(vi\255command)180 321.6 Q F0 4.43(,a)C(nd)-4.43 E F2(vi\255insert)4.429
+E F0(.).68 E F2(vi)6.929 E F0 1.929(is equi)4.429 F -.25(va)-.25 G 1.929
+(lent to).25 F F2(vi\255command)4.429 E F0(;)A F2(emacs)4.429 E F0 1.929
+(is equi)4.429 F -.25(va)-.25 G 1.929(lent to).25 F F2(emacs\255standar)
+180 333.6 Q(d)-.37 E F0(.)A F1<ad6c>144 345.6 Q F0
+(List the names of all)27.52 E F1 -.18(re)2.5 G(adline).18 E F0
+(functions.)2.5 E F1<ad70>144 357.6 Q F0(Display)24.74 E F1 -.18(re)2.5
+G(adline).18 E F0(function names and bindings in such a w)2.5 E
+(ay that the)-.1 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1<ad50>144 369.6
+Q F0(List current)24.19 E F1 -.18(re)2.5 G(adline).18 E F0
+(function names and bindings.)2.5 E F1<ad76>144 381.6 Q F0(Display)25.3
+E F1 -.18(re)2.5 G(adline).18 E F0 -.25(va)2.5 G(riable names and v).25
+E(alues in such a w)-.25 E(ay that the)-.1 E 2.5(yc)-.15 G
+(an be re-read.)-2.5 E F1<ad56>144 393.6 Q F0(List current)23.08 E F1
+-.18(re)2.5 G(adline).18 E F0 -.25(va)2.5 G(riable names and v).25 E
+(alues.)-.25 E F1<ad73>144 405.6 Q F0(Display)26.41 E F1 -.18(re)3.655 G
+(adline).18 E F0 -.1(ke)3.655 G 3.655(ys)-.05 G 1.155
+(equences bound to macros and the strings the)-3.655 F 3.655(yo)-.15 G
+1.155(utput in such a)-3.655 F -.1(wa)180 417.6 S 2.5(yt).1 G(hat the)
+-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1<ad53>144 429.6 Q F0
+(Display)24.74 E F1 -.18(re)2.5 G(adline).18 E F0 -.1(ke)2.5 G 2.5(ys)
+-.05 G(equences bound to macros and the strings the)-2.5 E 2.5(yo)-.15 G
+(utput.)-2.5 E F1<ad66>144 441.6 Q F2(\214lename)2.5 E F0(Read k)180
+453.6 Q .3 -.15(ey b)-.1 H(indings from).15 E F2(\214lename)2.5 E F0(.)A
+F1<ad71>144 465.6 Q F2(function)2.5 E F0(Query about which k)180 477.6 Q
+-.15(ey)-.1 G 2.5(si).15 G -1.9 -.4(nv o)-2.5 H .2 -.1(ke t).4 H
+(he named).1 E F2(function)2.5 E F0(.)A F1<ad75>144 489.6 Q F2(function)
+2.5 E F0(Unbind all k)180 501.6 Q -.15(ey)-.1 G 2.5(sb).15 G
+(ound to the named)-2.5 E F2(function)2.5 E F0(.)A F1<ad72>144 513.6 Q
+F2 -.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 525.6 Q .3 -.15(ve a)-.15 H .3
+-.15(ny c).15 H(urrent binding for).15 E F2 -.1(ke)2.5 G(yseq)-.2 E F0
+(.)A F1<ad78>144 537.6 Q F2 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F2
+(shell\255command)A F0(Cause)180 549.6 Q F2(shell\255command)2.5 E F0
+(to be e)2.5 E -.15(xe)-.15 G(cuted whene).15 E -.15(ve)-.25 G(r).15 E
+F2 -.1(ke)2.5 G(yseq)-.2 E F0(is entered.)2.5 E(The return v)144 566.4 Q
 (alue is 0 unless an unrecognized option is gi)-.25 E -.15(ve)-.25 G 2.5
 (no).15 G 2.5(ra)-2.5 G 2.5(ne)-2.5 G(rror occurred.)-2.5 E F1(br)108
-237.6 Q(eak)-.18 E F0([)2.5 E F2(n)A F0(])A .055(Exit from within a)144
-249.6 R F1 -.25(fo)2.555 G(r).25 E F0(,)A F1(while)2.555 E F0(,)A F1
+583.2 Q(eak)-.18 E F0([)2.5 E F2(n)A F0(])A .055(Exit from within a)144
+595.2 R F1 -.25(fo)2.555 G(r).25 E F0(,)A F1(while)2.555 E F0(,)A F1
 (until)2.555 E F0 2.555(,o)C(r)-2.555 E F1(select)2.555 E F0 2.555
 (loop. If)2.555 F F2(n)2.555 E F0 .055(is speci\214ed, break)2.555 F F2
 (n)2.555 E F0(le)2.555 E -.15(ve)-.25 G(ls.).15 E F2(n)5.414 E F0 .054
-(must be)2.794 F/F3 10/Symbol SF<b3>2.554 E F0(1.)2.554 E(If)144 261.6 Q
+(must be)2.794 F/F3 10/Symbol SF<b3>2.554 E F0(1.)2.554 E(If)144 607.2 Q
 F2(n)3.074 E F0 .215(is greater than the number of enclosing loops, all\
  enclosing loops are e)2.954 F 2.715(xited. The)-.15 F .215(return v)
-2.715 F(alue)-.25 E(is 0 unless the shell is not e)144 273.6 Q -.15(xe)
+2.715 F(alue)-.25 E(is 0 unless the shell is not e)144 619.2 Q -.15(xe)
 -.15 G(cuting a loop when).15 E F1(br)2.5 E(eak)-.18 E F0(is e)2.5 E
--.15(xe)-.15 G(cuted.).15 E F1 -.2(bu)108 290.4 S(iltin).2 E F2
+-.15(xe)-.15 G(cuted.).15 E F1 -.2(bu)108 636 S(iltin).2 E F2
 (shell\255b)2.5 E(uiltin)-.2 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A
-(Ex)144 302.4 Q .793(ecute the speci\214ed shell b)-.15 F .793
+(Ex)144 648 Q .793(ecute the speci\214ed shell b)-.15 F .793
 (uiltin, passing it)-.2 F F2(ar)3.293 E(guments)-.37 E F0 3.293(,a).27 G
 .793(nd return its e)-3.293 F .792(xit status.)-.15 F .792
 (This is useful)5.792 F .615
-(when de\214ning a function whose name is the same as a shell b)144
-314.4 R .616(uiltin, retaining the functionality of)-.2 F .57(the b)144
-326.4 R .57(uiltin within the function.)-.2 F(The)5.57 E F1(cd)3.07 E F0
--.2(bu)3.07 G .57(iltin is commonly rede\214ned this w).2 F(ay)-.1 E
-5.57(.T)-.65 G .57(he return status)-5.57 F(is f)144 338.4 Q(alse if)-.1
-E F2(shell\255b)2.84 E(uiltin)-.2 E F0(is not a shell b)2.74 E
-(uiltin command.)-.2 E F1(cd)108 355.2 Q F0([)2.5 E F1(\255L|-P)A F0 2.5
-(][)C F2(dir)-2.5 E F0(])A .21(Change the current directory to)144 367.2
+(when de\214ning a function whose name is the same as a shell b)144 660
+R .616(uiltin, retaining the functionality of)-.2 F .57(the b)144 672 R
+.57(uiltin within the function.)-.2 F(The)5.57 E F1(cd)3.07 E F0 -.2(bu)
+3.07 G .57(iltin is commonly rede\214ned this w).2 F(ay)-.1 E 5.57(.T)
+-.65 G .57(he return status)-5.57 F(is f)144 684 Q(alse if)-.1 E F2
+(shell\255b)2.84 E(uiltin)-.2 E F0(is not a shell b)2.74 E
+(uiltin command.)-.2 E F1(cd)108 700.8 Q F0([)2.5 E F1(\255L|-P)A F0 2.5
+(][)C F2(dir)-2.5 E F0(])A .21(Change the current directory to)144 712.8
 R F2(dir)2.71 E F0 5.21(.T)C .21(he v)-5.21 F(ariable)-.25 E/F4 9
 /Times-Bold@0 SF(HOME)2.71 E F0 .21(is the def)2.46 F(ault)-.1 E F2(dir)
 2.71 E F0 5.21(.T).73 G .21(he v)-5.21 F(ariable)-.25 E F4(CDP)2.71 E
 -.855(AT)-.666 G(H).855 E F0 .777
-(de\214nes the search path for the directory containing)144 379.2 R F2
+(de\214nes the search path for the directory containing)144 724.8 R F2
 (dir)3.276 E F0 5.776(.A).73 G(lternati)-5.776 E 1.076 -.15(ve d)-.25 H
 .776(irectory names in).15 F F4(CDP)3.276 E -.855(AT)-.666 G(H).855 E F0
-.764(are separated by a colon \(:\).)144 391.2 R 3.264(An)5.764 G .764
-(ull directory name in)-3.264 F F4(CDP)3.264 E -.855(AT)-.666 G(H).855 E
-F0 .764(is the same as the current direc-)3.014 F(tory)144 403.2 Q 2.974
-(,i)-.65 G .474(.e., `)-2.974 F(`)-.74 E F1(.)A F0 -.74('')C 5.474(.I)
-.74 G(f)-5.474 E F2(dir)3.324 E F0(be)3.704 E .474
-(gins with a slash \(/\), then)-.15 F F4(CDP)2.974 E -.855(AT)-.666 G(H)
-.855 E F0 .473(is not used. The)2.724 F F1<ad50>2.973 E F0 .473
-(option says to use)2.973 F .579(the ph)144 415.2 R .579
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(24)-2.5 G(5)-197.965 E 0 Cg EP
+%%Page: 46 46
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E .764(are separated by a colon \(:\).)144 84 R 3.264(An)5.764 G
+.764(ull directory name in)-3.264 F/F1 9/Times-Bold@0 SF(CDP)3.264 E
+-.855(AT)-.666 G(H).855 E F0 .764(is the same as the current direc-)
+3.014 F(tory)144 96 Q 2.974(,i)-.65 G .474(.e., `)-2.974 F(`)-.74 E/F2
+10/Times-Bold@0 SF(.)A F0 -.74('')C 5.474(.I).74 G(f)-5.474 E/F3 10
+/Times-Italic@0 SF(dir)3.324 E F0(be)3.704 E .474
+(gins with a slash \(/\), then)-.15 F F1(CDP)2.974 E -.855(AT)-.666 G(H)
+.855 E F0 .473(is not used. The)2.724 F F2<ad50>2.973 E F0 .473
+(option says to use)2.973 F .579(the ph)144 108 R .579
 (ysical directory structure instead of follo)-.05 F .579
-(wing symbolic links \(see also the)-.25 F F1<ad50>3.08 E F0 .58
-(option to the)3.08 F F1(set)144 427.2 Q F0 -.2(bu)3.384 G .884
-(iltin command\); the).2 F F1<ad4c>3.384 E F0 .884
+(wing symbolic links \(see also the)-.25 F F2<ad50>3.08 E F0 .58
+(option to the)3.08 F F2(set)144 120 Q F0 -.2(bu)3.384 G .884
+(iltin command\); the).2 F F2<ad4c>3.384 E F0 .884
 (option forces symbolic links to be follo)3.384 F 3.384(wed. An)-.25 F
-(ar)3.383 E .883(gument of)-.18 F F1<ad>3.383 E F0(is)3.383 E(equi)144
-439.2 Q -.25(va)-.25 G .062(lent to).25 F F4($OLDPWD)2.562 E/F5 9
+(ar)3.383 E .883(gument of)-.18 F F2<ad>3.383 E F0(is)3.383 E(equi)144
+132 Q -.25(va)-.25 G .062(lent to).25 F F1($OLDPWD)2.562 E/F4 9
 /Times-Roman@0 SF(.)A F0 .062(If a non-empty directory name from)4.562 F
-F1(CDP)2.562 E -.95(AT)-.74 G(H).95 E F0 .063(is used, or if)2.562 F F1
-<ad>2.563 E F0 .063(is the \214rst)2.563 F(ar)144 451.2 Q .116(gument, \
-and the directory change is successful, the absolute pathname of the ne)
+F2(CDP)2.562 E -.95(AT)-.74 G(H).95 E F0 .063(is used, or if)2.562 F F2
+<ad>2.563 E F0 .063(is the \214rst)2.563 F(ar)144 144 Q .116(gument, an\
+d the directory change is successful, the absolute pathname of the ne)
 -.18 F 2.615(ww)-.25 G .115(orking direc-)-2.715 F 1.164
-(tory is written to the standard output.)144 463.2 R 1.164(The return v)
+(tory is written to the standard output.)144 156 R 1.164(The return v)
 6.164 F 1.165(alue is true if the directory w)-.25 F 1.165
-(as successfully)-.1 F(changed; f)144 475.2 Q(alse otherwise.)-.1 E F1
-(caller)108 492 Q F0([)2.5 E F2 -.2(ex)C(pr).2 E F0(])A .254
-(Returns the conte)144 504 R .254(xt of an)-.15 F 2.754(ya)-.15 G(cti)
+(as successfully)-.1 F(changed; f)144 168 Q(alse otherwise.)-.1 E F2
+(caller)108 184.8 Q F0([)2.5 E F3 -.2(ex)C(pr).2 E F0(])A .254
+(Returns the conte)144 196.8 R .254(xt of an)-.15 F 2.754(ya)-.15 G(cti)
 -2.754 E .554 -.15(ve s)-.25 H .254
 (ubroutine call \(a shell function or a script e).15 F -.15(xe)-.15 G
-.254(cuted with the).15 F F1(.)2.753 E F0(or)2.753 E F1(sour)144 516 Q
-(ce)-.18 E F0 -.2(bu)3.062 G 3.062(iltins. W).2 F(ithout)-.4 E F2 -.2
-(ex)3.062 G(pr).2 E F0(,)A F1(caller)3.062 E F0 .562
+.254(cuted with the).15 F F2(.)2.753 E F0(or)2.753 E F2(sour)144 208.8 Q
+(ce)-.18 E F0 -.2(bu)3.062 G 3.062(iltins. W).2 F(ithout)-.4 E F3 -.2
+(ex)3.062 G(pr).2 E F0(,)A F2(caller)3.062 E F0 .562
 (displays the line number and source \214lename of the current)3.062 F
-.254(subroutine call.)144 528 R .254(If a non-ne)5.254 F -.05(ga)-.15 G
-(ti).05 E .554 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15 F
-F2 -.2(ex)2.753 G(pr).2 E F0(,)A F1(caller)2.753 E F0 .253
+.254(subroutine call.)144 220.8 R .254(If a non-ne)5.254 F -.05(ga)-.15
+G(ti).05 E .554 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15
+F F3 -.2(ex)2.753 G(pr).2 E F0(,)A F2(caller)2.753 E F0 .253
 (displays the line number)2.753 F 2.753(,s)-.4 G(ub-)-2.753 E 1.327(rou\
 tine name, and source \214le corresponding to that position in the curr\
-ent e)144 540 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001
-(This e)144 552 R .001(xtra information may be used, for e)-.15 F .001
+ent e)144 232.8 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001
+(This e)144 244.8 R .001(xtra information may be used, for e)-.15 F .001
 (xample, to print a stack trace.)-.15 F(The current frame is frame)5 E
-3.019(0. The)144 564 R .519(return v)3.019 F .519
+3.019(0. The)144 256.8 R .519(return v)3.019 F .519
 (alue is 0 unless the shell is not e)-.25 F -.15(xe)-.15 G .52
-(cuting a subroutine call or).15 F F2 -.2(ex)3.02 G(pr).2 E F0 .52
-(does not corre-)3.02 F(spond to a v)144 576 Q
-(alid position in the call stack.)-.25 E F1(command)108 592.8 Q F0([)2.5
-E F1(\255pVv)A F0(])A F2(command)2.5 E F0([)2.5 E F2(ar)A(g)-.37 E F0
-(...])2.5 E(Run)144 604.8 Q F2(command)2.957 E F0(with)3.527 E F2(ar)
+(cuting a subroutine call or).15 F F3 -.2(ex)3.02 G(pr).2 E F0 .52
+(does not corre-)3.02 F(spond to a v)144 268.8 Q
+(alid position in the call stack.)-.25 E F2(command)108 285.6 Q F0([)2.5
+E F2(\255pVv)A F0(])A F3(command)2.5 E F0([)2.5 E F3(ar)A(g)-.37 E F0
+(...])2.5 E(Run)144 297.6 Q F3(command)2.957 E F0(with)3.527 E F3(ar)
 3.087 E(gs)-.37 E F0 .257
 (suppressing the normal shell function lookup. Only b)3.027 F .257
-(uiltin commands or)-.2 F .501(commands found in the)144 616.8 R F4
+(uiltin commands or)-.2 F .501(commands found in the)144 309.6 R F1
 -.666(PA)3.001 G(TH)-.189 E F0 .502(are e)2.751 F -.15(xe)-.15 G 3.002
-(cuted. If).15 F(the)3.002 E F1<ad70>3.002 E F0 .502(option is gi)3.002
-F -.15(ve)-.25 G .502(n, the search for).15 F F2(command)3.202 E F0(is)
-3.772 E .232(performed using a def)144 628.8 R .231(ault v)-.1 F .231
-(alue for)-.25 F F1 -.74(PA)2.731 G(TH)-.21 E F0 .231
+(cuted. If).15 F(the)3.002 E F2<ad70>3.002 E F0 .502(option is gi)3.002
+F -.15(ve)-.25 G .502(n, the search for).15 F F3(command)3.202 E F0(is)
+3.772 E .232(performed using a def)144 321.6 R .231(ault v)-.1 F .231
+(alue for)-.25 F F2 -.74(PA)2.731 G(TH)-.21 E F0 .231
 (that is guaranteed to \214nd all of the standard utilities.)2.731 F(If)
-5.231 E .174(either the)144 640.8 R F1<ad56>2.674 E F0(or)2.674 E F1
-<ad76>2.674 E F0 .175(option is supplied, a description of)2.674 F F2
-(command)2.875 E F0 .175(is printed.)3.445 F(The)5.175 E F1<ad76>2.675 E
-F0 .175(option causes)2.675 F 3.11(as)144 652.8 S .61(ingle w)-3.11 F
+5.231 E .174(either the)144 333.6 R F2<ad56>2.674 E F0(or)2.674 E F2
+<ad76>2.674 E F0 .175(option is supplied, a description of)2.674 F F3
+(command)2.875 E F0 .175(is printed.)3.445 F(The)5.175 E F2<ad76>2.675 E
+F0 .175(option causes)2.675 F 3.11(as)144 345.6 S .61(ingle w)-3.11 F
 .61(ord indicating the command or \214le name used to in)-.1 F -.2(vo)
--.4 G -.1(ke).2 G F2(command)3.41 E F0 .61(to be displayed; the)3.88 F
-F1<ad56>144 664.8 Q F0 .249(option produces a more v)2.749 F .249
-(erbose description.)-.15 F .249(If the)5.249 F F1<ad56>2.749 E F0(or)
-2.749 E F1<ad76>2.75 E F0 .25(option is supplied, the e)2.75 F .25
-(xit status)-.15 F 1.005(is 0 if)144 676.8 R F2(command)3.705 E F0 -.1
+-.4 G -.1(ke).2 G F3(command)3.41 E F0 .61(to be displayed; the)3.88 F
+F2<ad56>144 357.6 Q F0 .249(option produces a more v)2.749 F .249
+(erbose description.)-.15 F .249(If the)5.249 F F2<ad56>2.749 E F0(or)
+2.749 E F2<ad76>2.75 E F0 .25(option is supplied, the e)2.75 F .25
+(xit status)-.15 F 1.005(is 0 if)144 369.6 R F3(command)3.705 E F0 -.1
 (wa)4.275 G 3.505(sf).1 G 1.005(ound, and 1 if not.)-3.505 F 1.004
-(If neither option is supplied and an error occurred or)6.005 F F2
-(command)144.2 688.8 Q F0 1.598(cannot be found, the e)4.868 F 1.599
+(If neither option is supplied and an error occurred or)6.005 F F3
+(command)144.2 381.6 Q F0 1.598(cannot be found, the e)4.868 F 1.599
 (xit status is 127.)-.15 F 1.599(Otherwise, the e)6.599 F 1.599
-(xit status of the)-.15 F F1(command)4.099 E F0 -.2(bu)144 700.8 S
-(iltin is the e).2 E(xit status of)-.15 E F2(command)2.5 E F0(.).77 E
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(45)199 E 0 Cg EP
-%%Page: 46 46
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(compgen)108 84 Q F0([)2.5 E/F2 10
-/Times-Italic@0 SF(option)A F0 2.5(][)C F2(wor)-2.5 E(d)-.37 E F0(])A
-.013(Generate possible completion matches for)144 96 R F2(wor)2.513 E(d)
--.37 E F0 .013(according to the)2.513 F F2(option)2.513 E F0 .013
-(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E .981
-(accepted by the)144 108 R F1(complete)3.481 E F0 -.2(bu)3.481 G .981
-(iltin with the e).2 F .981(xception of)-.15 F F1<ad70>3.481 E F0(and)
-3.481 E F1<ad72>3.481 E F0 3.481(,a)C .982(nd write the matches to the)
--3.481 F 1.415(standard output.)144 120 R 1.415(When using the)6.415 F
-F1<ad46>3.915 E F0(or)3.915 E F1<ad43>3.915 E F0 1.415(options, the v)
+(xit status of the)-.15 F F2(command)4.099 E F0 -.2(bu)144 393.6 S
+(iltin is the e).2 E(xit status of)-.15 E F3(command)2.5 E F0(.).77 E F2
+(compgen)108 410.4 Q F0([)2.5 E F3(option)A F0 2.5(][)C F3(wor)-2.5 E(d)
+-.37 E F0(])A .013(Generate possible completion matches for)144 422.4 R
+F3(wor)2.513 E(d)-.37 E F0 .013(according to the)2.513 F F3(option)2.513
+E F0 .013(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E .981
+(accepted by the)144 434.4 R F2(complete)3.481 E F0 -.2(bu)3.481 G .981
+(iltin with the e).2 F .981(xception of)-.15 F F2<ad70>3.481 E F0(and)
+3.481 E F2<ad72>3.481 E F0 3.481(,a)C .982(nd write the matches to the)
+-3.481 F 1.415(standard output.)144 446.4 R 1.415(When using the)6.415 F
+F2<ad46>3.915 E F0(or)3.915 E F2<ad43>3.915 E F0 1.415(options, the v)
 3.915 F 1.415(arious shell v)-.25 F 1.415(ariables set by the pro-)-.25
-F(grammable completion f)144 132 Q(acilities, while a)-.1 E -.25(va)-.2
-G(ilable, will not ha).25 E .3 -.15(ve u)-.2 H(seful v).15 E(alues.)-.25
-E .352(The matches will be generated in the same w)144 156 R .352
+F(grammable completion f)144 458.4 Q(acilities, while a)-.1 E -.25(va)
+-.2 G(ilable, will not ha).25 E .3 -.15(ve u)-.2 H(seful v).15 E(alues.)
+-.25 E .352(The matches will be generated in the same w)144 482.4 R .352
 (ay as if the programmable completion code had gen-)-.1 F .02(erated th\
 em directly from a completion speci\214cation with the same \215ags.)144
-168 R(If)5.02 E F2(wor)2.52 E(d)-.37 E F0 .02(is speci\214ed, only)2.52
-F(those completions matching)144 180 Q F2(wor)2.5 E(d)-.37 E F0
-(will be displayed.)2.5 E(The return v)144 204 Q
+494.4 R(If)5.02 E F3(wor)2.52 E(d)-.37 E F0 .02(is speci\214ed, only)
+2.52 F(those completions matching)144 506.4 Q F3(wor)2.5 E(d)-.37 E F0
+(will be displayed.)2.5 E(The return v)144 530.4 Q
 (alue is true unless an in)-.25 E -.25(va)-.4 G
-(lid option is supplied, or no matches were generated.).25 E F1
-(complete)108 220.8 Q F0([)2.786 E F1(\255abcdefgjksuv)A F0 2.786(][)C
-F1<ad6f>-2.786 E F2(comp-option)2.786 E F0 2.786(][)C F1<ad41>-2.786 E
-F2(action)2.786 E F0 2.786(][)C F1<ad47>-2.786 E F2(globpat)2.786 E F0
-2.786(][)C F1<ad57>-2.786 E F2(wor)2.786 E(dlist)-.37 E F0 2.786(][)C F1
-<ad50>-2.786 E F2(pr)2.786 E(e\214x)-.37 E F0 2.787(][)C F1<ad53>-2.787
-E F2(suf-)2.787 E<8c78>108 232.8 Q F0(])A([)144 244.8 Q F1<ad58>A F2
-(\214lterpat)2.5 E F0 2.5(][)C F1<ad46>-2.5 E F2(function)2.5 E F0 2.5
-(][)C F1<ad43>-2.5 E F2(command)2.5 E F0(])A F2(name)2.5 E F0([)2.5 E F2
-(name ...)A F0(])A F1(complete \255pr)108 256.8 Q F0([)2.5 E F2(name)A
-F0(...])2.5 E .633(Specify ho)144 268.8 R 3.133(wa)-.25 G -.18(rg)-3.133
-G .633(uments to each).18 F F2(name)3.133 E F0 .633
-(should be completed.)3.133 F .634(If the)5.634 F F1<ad70>3.134 E F0
+(lid option is supplied, or no matches were generated.).25 E F2
+(complete)108 547.2 Q F0([)2.786 E F2(\255abcdefgjksuv)A F0 2.786(][)C
+F2<ad6f>-2.786 E F3(comp-option)2.786 E F0 2.786(][)C F2<ad41>-2.786 E
+F3(action)2.786 E F0 2.786(][)C F2<ad47>-2.786 E F3(globpat)2.786 E F0
+2.786(][)C F2<ad57>-2.786 E F3(wor)2.786 E(dlist)-.37 E F0 2.786(][)C F2
+<ad50>-2.786 E F3(pr)2.786 E(e\214x)-.37 E F0 2.787(][)C F2<ad53>-2.787
+E F3(suf-)2.787 E<8c78>108 559.2 Q F0(])A([)144 571.2 Q F2<ad58>A F3
+(\214lterpat)2.5 E F0 2.5(][)C F2<ad46>-2.5 E F3(function)2.5 E F0 2.5
+(][)C F2<ad43>-2.5 E F3(command)2.5 E F0(])A F3(name)2.5 E F0([)2.5 E F3
+(name ...)A F0(])A F2(complete \255pr)108 583.2 Q F0([)2.5 E F3(name)A
+F0(...])2.5 E .633(Specify ho)144 595.2 R 3.133(wa)-.25 G -.18(rg)-3.133
+G .633(uments to each).18 F F3(name)3.133 E F0 .633
+(should be completed.)3.133 F .634(If the)5.634 F F2<ad70>3.134 E F0
 .634(option is supplied, or if no)3.134 F .14(options are supplied, e)
-144 280.8 R .139(xisting completion speci\214cations are printed in a w)
+144 607.2 R .139(xisting completion speci\214cations are printed in a w)
 -.15 F .139(ay that allo)-.1 F .139(ws them to be)-.25 F .31
-(reused as input.)144 292.8 R(The)5.31 E F1<ad72>2.81 E F0 .31
+(reused as input.)144 619.2 R(The)5.31 E F2<ad72>2.81 E F0 .31
 (option remo)2.81 F -.15(ve)-.15 G 2.81(sac).15 G .31
-(ompletion speci\214cation for each)-2.81 F F2(name)2.81 E F0 2.81(,o)C
-1.11 -.4(r, i)-2.81 H 2.81(fn).4 G(o)-2.81 E F2(name)2.81 E F0(s)A
-(are supplied, all completion speci\214cations.)144 304.8 Q 1.438
+(ompletion speci\214cation for each)-2.81 F F3(name)2.81 E F0 2.81(,o)C
+1.11 -.4(r, i)-2.81 H 2.81(fn).4 G(o)-2.81 E F3(name)2.81 E F0(s)A
+(are supplied, all completion speci\214cations.)144 631.2 Q 1.438
 (The process of applying these completion speci\214cations when w)144
-328.8 R 1.437(ord completion is attempted is)-.1 F(described abo)144
-340.8 Q .3 -.15(ve u)-.15 H(nder).15 E F1(Pr)2.5 E
+655.2 R 1.437(ord completion is attempted is)-.1 F(described abo)144
+667.2 Q .3 -.15(ve u)-.15 H(nder).15 E F2(Pr)2.5 E
 (ogrammable Completion)-.18 E F0(.)A .555
-(Other options, if speci\214ed, ha)144 364.8 R .855 -.15(ve t)-.2 H .555
+(Other options, if speci\214ed, ha)144 691.2 R .855 -.15(ve t)-.2 H .555
 (he follo).15 F .555(wing meanings.)-.25 F .555(The ar)5.555 F .555
-(guments to the)-.18 F F1<ad47>3.056 E F0(,)A F1<ad57>3.056 E F0 3.056
-(,a)C(nd)-3.056 E F1<ad58>3.056 E F0 .723(options \(and, if necessary)
-144 376.8 R 3.223(,t)-.65 G(he)-3.223 E F1<ad50>3.223 E F0(and)3.223 E
-F1<ad53>3.223 E F0 .722
+(guments to the)-.18 F F2<ad47>3.056 E F0(,)A F2<ad57>3.056 E F0 3.056
+(,a)C(nd)-3.056 E F2<ad58>3.056 E F0 .723(options \(and, if necessary)
+144 703.2 R 3.223(,t)-.65 G(he)-3.223 E F2<ad50>3.223 E F0(and)3.223 E
+F2<ad53>3.223 E F0 .722
 (options\) should be quoted to protect them from e)3.223 F(xpan-)-.15 E
-(sion before the)144 388.8 Q F1(complete)2.5 E F0 -.2(bu)2.5 G
-(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F1<ad6f>144 400.8 Q
-F2(comp-option)2.5 E F0(The)184 412.8 Q F2(comp-option)2.79 E F0 .291
+(sion before the)144 715.2 Q F2(complete)2.5 E F0 -.2(bu)2.5 G
+(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E(GNU Bash-3.1-de)72
+768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(24)-2.5 G(6)-197.965 E 0 Cg EP
+%%Page: 47 47
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF<ad6f>144 84 Q/F2 10/Times-Italic@0 SF
+(comp-option)2.5 E F0(The)184 96 Q F2(comp-option)2.79 E F0 .291
 (controls se)2.791 F -.15(ve)-.25 G .291(ral aspects of the compspec')
 .15 F 2.791(sb)-.55 G(eha)-2.791 E .291(vior be)-.2 F .291
-(yond the simple)-.15 F(generation of completions.)184 424.8 Q F2
-(comp-option)5 E F0(may be one of:)2.5 E F1(bashdefault)184 436.8 Q F0
-.281(Perform the rest of the def)224 448.8 R(ault)-.1 E F1(bash)2.781 E
-F0 .281(completions if the compspec generates no)2.781 F(matches.)224
-460.8 Q F1(default)184 472.8 Q F0 2.875(Use readline')10 F 5.375(sd)-.55
-G(ef)-5.375 E 2.876
-(ault \214lename completion if the compspec generates no)-.1 F(matches.)
-224 484.8 Q F1(dir)184 496.8 Q(names)-.15 E F0(Perform directory name c\
-ompletion if the compspec generates no matches.)224 508.8 Q F1
-(\214lenames)184 520.8 Q F0 -.7(Te)224 532.8 S .137(ll readline that th\
-e compspec generates \214lenames, so it can perform an).7 F 2.636<798c>
--.15 G(le-)-2.636 E .496(name\255speci\214c processing \(lik)224 544.8 R
-2.996(ea)-.1 G .496(dding a slash to directory names or suppress-)-2.996
-F(ing trailing spaces\).)224 556.8 Q
-(Intended to be used with shell functions.)5 E F1(nospace)184 568.8 Q F0
+(yond the simple)-.15 F(generation of completions.)184 108 Q F2
+(comp-option)5 E F0(may be one of:)2.5 E F1(bashdefault)184 120 Q F0
+.281(Perform the rest of the def)224 132 R(ault)-.1 E F1(bash)2.781 E F0
+.281(completions if the compspec generates no)2.781 F(matches.)224 144 Q
+F1(default)184 156 Q F0 2.875(Use readline')10 F 5.375(sd)-.55 G(ef)
+-5.375 E 2.876(ault \214lename completion if the compspec generates no)
+-.1 F(matches.)224 168 Q F1(dir)184 180 Q(names)-.15 E F0(Perform direc\
+tory name completion if the compspec generates no matches.)224 192 Q F1
+(\214lenames)184 204 Q F0 -.7(Te)224 216 S .137(ll readline that the co\
+mpspec generates \214lenames, so it can perform an).7 F 2.636<798c>-.15
+G(le-)-2.636 E .496(name\255speci\214c processing \(lik)224 228 R 2.996
+(ea)-.1 G .496(dding a slash to directory names or suppress-)-2.996 F
+(ing trailing spaces\).)224 240 Q
+(Intended to be used with shell functions.)5 E F1(nospace)184 252 Q F0
 -.7(Te)6.11 G .22(ll readline not to append a space \(the def).7 F .22
 (ault\) to w)-.1 F .22(ords completed at the end)-.1 F(of the line.)224
-580.8 Q F1(plusdirs)184 592.8 Q F0 1.985(After an)5.54 F 4.485(ym)-.15 G
+264 Q F1(plusdirs)184 276 Q F0 1.985(After an)5.54 F 4.485(ym)-.15 G
 1.985(atches de\214ned by the compspec are generated, directory name)
--4.485 F .584(completion is attempted and an)224 604.8 R 3.084(ym)-.15 G
+-4.485 F .584(completion is attempted and an)224 288 R 3.084(ym)-.15 G
 .584(atches are added to the results of the other)-3.084 F(actions.)224
-616.8 Q F1<ad41>144 628.8 Q F2(action)2.5 E F0(The)184 640.8 Q F2
-(action)2.5 E F0(may be one of the follo)2.5 E
+300 Q F1<ad41>144 312 Q F2(action)2.5 E F0(The)184 324 Q F2(action)2.5 E
+F0(may be one of the follo)2.5 E
 (wing to generate a list of possible completions:)-.25 E F1(alias)184
-652.8 Q F0(Alias names.)20.55 E(May also be speci\214ed as)5 E F1<ad61>
-2.5 E F0(.)A F1(arrayv)184 664.8 Q(ar)-.1 E F0(Array v)224 676.8 Q
-(ariable names.)-.25 E F1 4.7(binding Readline)184 688.8 R F0 -.1(ke)2.5
-G 2.5(yb)-.05 G(inding names.)-2.5 E F1 -.2(bu)184 700.8 S(iltin).2 E F0
+336 Q F0(Alias names.)20.55 E(May also be speci\214ed as)5 E F1<ad61>2.5
+E F0(.)A F1(arrayv)184 348 Q(ar)-.1 E F0(Array v)224 360 Q
+(ariable names.)-.25 E F1 4.7(binding Readline)184 372 R F0 -.1(ke)2.5 G
+2.5(yb)-.05 G(inding names.)-2.5 E F1 -.2(bu)184 384 S(iltin).2 E F0
 (Names of shell b)11.85 E(uiltin commands.)-.2 E
-(May also be speci\214ed as)5 E F1<ad62>2.5 E F0(.)A(GNU Bash-3.0)72 768
-Q(2004 Sep 17)149.01 E(46)199 E 0 Cg EP
-%%Page: 47 47
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(command)184 84 Q F0(Command names.)224 96 Q
-(May also be speci\214ed as)5 E F1<ad63>2.5 E F0(.)A F1(dir)184 108 Q
-(ectory)-.18 E F0(Directory names.)224 120 Q(May also be speci\214ed as)
-5 E F1<ad64>2.5 E F0(.)A F1(disabled)184 132 Q F0
-(Names of disabled shell b)224 144 Q(uiltins.)-.2 E F1(enabled)184 156 Q
-F0(Names of enabled shell b)6.66 E(uiltins.)-.2 E F1(export)184 168 Q F0
-(Names of e)12.23 E(xported shell v)-.15 E 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F1<ad65>2.5 E F0(.)A F1(\214le)184 180 Q
-F0(File names.)27.22 E(May also be speci\214ed as)5 E F1<ad66>2.5 E F0
-(.)A F1(function)184 192 Q F0(Names of shell functions.)224 204 Q F1(gr)
-184 216 Q(oup)-.18 E F0(Group names.)14.62 E(May also be speci\214ed as)
-5 E F1<ad67>2.5 E F0(.)A F1(helptopic)184 228 Q F0
-(Help topics as accepted by the)224 240 Q F1(help)2.5 E F0 -.2(bu)2.5 G
-(iltin.).2 E F1(hostname)184 252 Q F0(Hostnames, as tak)224 264 Q
-(en from the \214le speci\214ed by the)-.1 E/F2 9/Times-Bold@0 SF
-(HOSTFILE)2.5 E F0(shell v)2.25 E(ariable.)-.25 E F1(job)184 276 Q F0
+(May also be speci\214ed as)5 E F1<ad62>2.5 E F0(.)A F1(command)184 396
+Q F0(Command names.)224 408 Q(May also be speci\214ed as)5 E F1<ad63>2.5
+E F0(.)A F1(dir)184 420 Q(ectory)-.18 E F0(Directory names.)224 432 Q
+(May also be speci\214ed as)5 E F1<ad64>2.5 E F0(.)A F1(disabled)184 444
+Q F0(Names of disabled shell b)224 456 Q(uiltins.)-.2 E F1(enabled)184
+468 Q F0(Names of enabled shell b)6.66 E(uiltins.)-.2 E F1(export)184
+480 Q F0(Names of e)12.23 E(xported shell v)-.15 E 2.5(ariables. May)
+-.25 F(also be speci\214ed as)2.5 E F1<ad65>2.5 E F0(.)A F1(\214le)184
+492 Q F0(File names.)27.22 E(May also be speci\214ed as)5 E F1<ad66>2.5
+E F0(.)A F1(function)184 504 Q F0(Names of shell functions.)224 516 Q F1
+(gr)184 528 Q(oup)-.18 E F0(Group names.)14.62 E
+(May also be speci\214ed as)5 E F1<ad67>2.5 E F0(.)A F1(helptopic)184
+540 Q F0(Help topics as accepted by the)224 552 Q F1(help)2.5 E F0 -.2
+(bu)2.5 G(iltin.).2 E F1(hostname)184 564 Q F0(Hostnames, as tak)224 576
+Q(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF
+(HOSTFILE)2.5 E F0(shell v)2.25 E(ariable.)-.25 E F1(job)184 588 Q F0
 (Job names, if job control is acti)26.11 E -.15(ve)-.25 G 5(.M).15 G
-(ay also be speci\214ed as)-5 E F1<ad6a>2.5 E F0(.)A F1 -.1(ke)184 288 S
-(yw).1 E(ord)-.1 E F0(Shell reserv)224 300 Q(ed w)-.15 E 2.5(ords. May)
+(ay also be speci\214ed as)-5 E F1<ad6a>2.5 E F0(.)A F1 -.1(ke)184 600 S
+(yw).1 E(ord)-.1 E F0(Shell reserv)224 612 Q(ed w)-.15 E 2.5(ords. May)
 -.1 F(also be speci\214ed as)2.5 E F1<ad6b>2.5 E F0(.)A F1(running)184
-312 Q F0(Names of running jobs, if job control is acti)5.54 E -.15(ve)
--.25 G(.).15 E F1(ser)184 324 Q(vice)-.1 E F0(Service names.)10.67 E
-(May also be speci\214ed as)5 E F1<ad73>2.5 E F0(.)A F1(setopt)184 336 Q
+624 Q F0(Names of running jobs, if job control is acti)5.54 E -.15(ve)
+-.25 G(.).15 E F1(ser)184 636 Q(vice)-.1 E F0(Service names.)10.67 E
+(May also be speci\214ed as)5 E F1<ad73>2.5 E F0(.)A F1(setopt)184 648 Q
 F0 -1.11(Va)14.45 G(lid ar)1.11 E(guments for the)-.18 E F1<ad6f>2.5 E
 F0(option to the)2.5 E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1
-(shopt)184 348 Q F0(Shell option names as accepted by the)16.66 E F1
-(shopt)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(signal)184 360 Q F0
-(Signal names.)14.99 E F1(stopped)184 372 Q F0
+(shopt)184 660 Q F0(Shell option names as accepted by the)16.66 E F1
+(shopt)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(signal)184 672 Q F0
+(Signal names.)14.99 E F1(stopped)184 684 Q F0
 (Names of stopped jobs, if job control is acti)6.66 E -.15(ve)-.25 G(.)
-.15 E F1(user)184 384 Q F0(User names.)21.67 E
-(May also be speci\214ed as)5 E F1<ad75>2.5 E F0(.)A F1 -.1(va)184 396 S
+.15 E F1(user)184 696 Q F0(User names.)21.67 E
+(May also be speci\214ed as)5 E F1<ad75>2.5 E F0(.)A F1 -.1(va)184 708 S
 (riable).1 E F0(Names of all shell v)5.1 E 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F1<ad76>2.5 E F0(.)A F1<ad47>144 408 Q/F3
-10/Times-Italic@0 SF(globpat)2.5 E F0 1.41(The \214lename e)184 420 R
-1.411(xpansion pattern)-.15 F F3(globpat)3.911 E F0 1.411(is e)3.911 F
-1.411(xpanded to generate the possible comple-)-.15 F(tions.)184 432 Q
-F1<ad57>144 444 Q F3(wor)2.5 E(dlist)-.37 E F0(The)184 456 Q F3(wor)3.64
-E(dlist)-.37 E F0 1.14(is split using the characters in the)3.64 F F2
-(IFS)3.64 E F0 1.139(special v)3.39 F 1.139(ariable as delimiters, and)
--.25 F 2.007(each resultant w)184 468 R 2.007(ord is e)-.1 F 4.507
-(xpanded. The)-.15 F 2.008(possible completions are the members of the)
-4.507 F(resultant list which match the w)184 480 Q(ord being completed.)
--.1 E F1<ad43>144 492 Q F3(command)2.5 E(command)184 504 Q F0 1.056
-(is e)3.556 F -.15(xe)-.15 G 1.056(cuted in a subshell en).15 F 1.056
+(also be speci\214ed as)2.5 E F1<ad76>2.5 E F0(.)A(GNU Bash-3.1-de)72
+768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(24)-2.5 G(7)-197.965 E 0 Cg EP
+%%Page: 48 48
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF<ad47>144 84 Q/F2 10/Times-Italic@0 SF
+(globpat)2.5 E F0 1.41(The \214lename e)184 96 R 1.411(xpansion pattern)
+-.15 F F2(globpat)3.911 E F0 1.411(is e)3.911 F 1.411
+(xpanded to generate the possible comple-)-.15 F(tions.)184 108 Q F1
+<ad57>144 120 Q F2(wor)2.5 E(dlist)-.37 E F0(The)184 132 Q F2(wor)3.64 E
+(dlist)-.37 E F0 1.14(is split using the characters in the)3.64 F/F3 9
+/Times-Bold@0 SF(IFS)3.64 E F0 1.139(special v)3.39 F 1.139
+(ariable as delimiters, and)-.25 F 2.007(each resultant w)184 144 R
+2.007(ord is e)-.1 F 4.507(xpanded. The)-.15 F 2.008
+(possible completions are the members of the)4.507 F
+(resultant list which match the w)184 156 Q(ord being completed.)-.1 E
+F1<ad43>144 168 Q F2(command)2.5 E(command)184 180 Q F0 1.056(is e)3.556
+F -.15(xe)-.15 G 1.056(cuted in a subshell en).15 F 1.056
 (vironment, and its output is used as the possible)-.4 F(completions.)
-184 516 Q F1<ad46>144 528 Q F3(function)2.5 E F0 1.18
-(The shell function)184 540 R F3(function)3.68 E F0 1.181(is e)3.681 F
+184 192 Q F1<ad46>144 204 Q F2(function)2.5 E F0 1.18
+(The shell function)184 216 R F2(function)3.68 E F0 1.181(is e)3.681 F
 -.15(xe)-.15 G 1.181(cuted in the current shell en).15 F 3.681
 (vironment. When)-.4 F 1.181(it \214n-)3.681 F .932
-(ishes, the possible completions are retrie)184 552 R -.15(ve)-.25 G
-3.432(df).15 G .932(rom the v)-3.432 F .932(alue of the)-.25 F F2
-(COMPREPL)3.431 E(Y)-.828 E F0(array)3.181 E -.25(va)184 564 S(riable.)
-.25 E F1<ad58>144 576 Q F3(\214lterpat)2.5 E(\214lterpat)184 588 Q F0
+(ishes, the possible completions are retrie)184 228 R -.15(ve)-.25 G
+3.432(df).15 G .932(rom the v)-3.432 F .932(alue of the)-.25 F F3
+(COMPREPL)3.431 E(Y)-.828 E F0(array)3.181 E -.25(va)184 240 S(riable.)
+.25 E F1<ad58>144 252 Q F2(\214lterpat)2.5 E(\214lterpat)184 264 Q F0
 .733(is a pattern as used for \214lename e)3.233 F 3.233(xpansion. It)
 -.15 F .733(is applied to the list of possible)3.233 F 1.596
-(completions generated by the preceding options and ar)184 600 R 1.596
-(guments, and each completion)-.18 F(matching)184 612 Q F3(\214lterpat)
+(completions generated by the preceding options and ar)184 276 R 1.596
+(guments, and each completion)-.18 F(matching)184 288 Q F2(\214lterpat)
 3.204 E F0 .704(is remo)3.204 F -.15(ve)-.15 G 3.204(df).15 G .704
 (rom the list.)-3.204 F 3.204(Al)5.704 G(eading)-3.204 E F1(!)3.204 E F0
-(in)3.204 E F3(\214lterpat)3.205 E F0(ne)3.205 E -.05(ga)-.15 G .705
-(tes the pattern;).05 F(in this case, an)184 624 Q 2.5(yc)-.15 G
-(ompletion not matching)-2.5 E F3(\214lterpat)2.5 E F0(is remo)2.5 E
--.15(ve)-.15 G(d.).15 E F1<ad50>144 636 Q F3(pr)2.5 E(e\214x)-.37 E(pr)
-184 648 Q(e\214x)-.37 E F0 .535(is added at the be)3.035 F .534
+(in)3.204 E F2(\214lterpat)3.205 E F0(ne)3.205 E -.05(ga)-.15 G .705
+(tes the pattern;).05 F(in this case, an)184 300 Q 2.5(yc)-.15 G
+(ompletion not matching)-2.5 E F2(\214lterpat)2.5 E F0(is remo)2.5 E
+-.15(ve)-.15 G(d.).15 E F1<ad50>144 312 Q F2(pr)2.5 E(e\214x)-.37 E(pr)
+184 324 Q(e\214x)-.37 E F0 .535(is added at the be)3.035 F .534
 (ginning of each possible completion after all other options ha)-.15 F
--.15(ve)-.2 G(been applied.)184 660 Q F1<ad53>144 672 Q F3(suf)2.5 E
+-.15(ve)-.2 G(been applied.)184 336 Q F1<ad53>144 348 Q F2(suf)2.5 E
 2.81(\214x suf)-.18 F<8c78>-.18 E F0
 (is appended to each possible completion after all other options ha)2.5
-E .3 -.15(ve b)-.2 H(een applied.).15 E .466(The return v)144 688.8 R
+E .3 -.15(ve b)-.2 H(een applied.).15 E .466(The return v)144 364.8 R
 .466(alue is true unless an in)-.25 F -.25(va)-.4 G .466
 (lid option is supplied, an option other than).25 F F1<ad70>2.967 E F0
 (or)2.967 E F1<ad72>2.967 E F0 .467(is sup-)2.967 F 1.362
-(plied without a)144 700.8 R F3(name)3.862 E F0(ar)3.862 E 1.361
+(plied without a)144 376.8 R F2(name)3.862 E F0(ar)3.862 E 1.361
 (gument, an attempt is made to remo)-.18 F 1.661 -.15(ve a c)-.15 H
-1.361(ompletion speci\214cation for a).15 F F3(name)144 712.8 Q F0
+1.361(ompletion speci\214cation for a).15 F F2(name)144 388.8 Q F0
 (for which no speci\214cation e)2.5 E
 (xists, or an error occurs adding a completion speci\214cation.)-.15 E
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(47)199 E 0 Cg EP
-%%Page: 48 48
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(continue)108 84 Q F0([)2.5 E/F2 10
-/Times-Italic@0 SF(n)A F0(])A 1.753(Resume the ne)144 96 R 1.753
-(xt iteration of the enclosing)-.15 F F1 -.25(fo)4.254 G(r).25 E F0(,)A
-F1(while)4.254 E F0(,)A F1(until)4.254 E F0 4.254(,o)C(r)-4.254 E F1
-(select)4.254 E F0 4.254(loop. If)4.254 F F2(n)4.614 E F0 1.754
-(is speci\214ed,)4.494 F 1.209(resume at the)144 108 R F2(n)3.709 E F0
-1.209(th enclosing loop.)B F2(n)6.569 E F0 1.209(must be)3.949 F/F3 10
-/Symbol SF<b3>3.709 E F0 3.709(1. If)3.709 F F2(n)4.069 E F0 1.209
+F1(continue)108 405.6 Q F0([)2.5 E F2(n)A F0(])A 1.753(Resume the ne)144
+417.6 R 1.753(xt iteration of the enclosing)-.15 F F1 -.25(fo)4.254 G(r)
+.25 E F0(,)A F1(while)4.254 E F0(,)A F1(until)4.254 E F0 4.254(,o)C(r)
+-4.254 E F1(select)4.254 E F0 4.254(loop. If)4.254 F F2(n)4.614 E F0
+1.754(is speci\214ed,)4.494 F 1.209(resume at the)144 429.6 R F2(n)3.709
+E F0 1.209(th enclosing loop.)B F2(n)6.569 E F0 1.209(must be)3.949 F/F4
+10/Symbol SF<b3>3.709 E F0 3.709(1. If)3.709 F F2(n)4.069 E F0 1.209
 (is greater than the number of enclosing)3.949 F .667
-(loops, the last enclosing loop \(the `)144 120 R(`top-le)-.74 E -.15
+(loops, the last enclosing loop \(the `)144 441.6 R(`top-le)-.74 E -.15
 (ve)-.25 G(l').15 E 3.167('l)-.74 G .667(oop\) is resumed.)-3.167 F .668
 (The return v)5.668 F .668(alue is 0 unless the)-.25 F(shell is not e)
-144 132 Q -.15(xe)-.15 G(cuting a loop when).15 E F1(continue)2.5 E F0
-(is e)2.5 E -.15(xe)-.15 G(cuted.).15 E F1(declar)108 148.8 Q(e)-.18 E
+144 453.6 Q -.15(xe)-.15 G(cuting a loop when).15 E F1(continue)2.5 E F0
+(is e)2.5 E -.15(xe)-.15 G(cuted.).15 E F1(declar)108 470.4 Q(e)-.18 E
 F0([)2.5 E F1(\255afFirtx)A F0 2.5(][)C F1<ad70>-2.5 E F0 2.5(][)C F2
 (name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C(..])-2.5 E F1(typeset)108
-160.8 Q F0([)2.5 E F1(\255afFirtx)A F0 2.5(][)C F1<ad70>-2.5 E F0 2.5
+482.4 Q F0([)2.5 E F1(\255afFirtx)A F0 2.5(][)C F1<ad70>-2.5 E F0 2.5
 (][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C(..])-2.5 E 1.265
-(Declare v)144 172.8 R 1.265(ariables and/or gi)-.25 F 1.565 -.15(ve t)
+(Declare v)144 494.4 R 1.265(ariables and/or gi)-.25 F 1.565 -.15(ve t)
 -.25 H 1.265(hem attrib).15 F 3.765(utes. If)-.2 F(no)3.765 E F2(name)
 3.765 E F0 3.765(sa)C 1.265(re gi)-3.765 F -.15(ve)-.25 G 3.764(nt).15 G
-1.264(hen display the v)-3.764 F 1.264(alues of)-.25 F -.25(va)144 184.8
+1.264(hen display the v)-3.764 F 1.264(alues of)-.25 F -.25(va)144 506.4
 S 3.326(riables. The).25 F F1<ad70>3.326 E F0 .826
 (option will display the attrib)3.326 F .826(utes and v)-.2 F .826
 (alues of each)-.25 F F2(name)3.326 E F0 5.827(.W).18 G(hen)-5.827 E F1
 <ad70>3.327 E F0 .827(is used,)3.327 F .22
-(additional options are ignored.)144 196.8 R(The)5.22 E F1<ad46>2.72 E
+(additional options are ignored.)144 518.4 R(The)5.22 E F1<ad46>2.72 E
 F0 .22(option inhibits the display of function de\214nitions; only the)
-2.72 F .466(function name and attrib)144 208.8 R .466(utes are printed.)
+2.72 F .466(function name and attrib)144 530.4 R .466(utes are printed.)
 -.2 F .466(If the)5.466 F F1(extdeb)2.966 E(ug)-.2 E F0 .466
 (shell option is enabled using)2.966 F F1(shopt)2.966 E F0 2.966(,t)C
 (he)-2.966 E 1.308(source \214le name and line number where the functio\
-n is de\214ned are displayed as well.)144 220.8 R(The)6.308 E F1<ad46>
-3.808 E F0 .19(option implies)144 232.8 R F1<ad66>2.69 E F0 5.19(.T)C
+n is de\214ned are displayed as well.)144 542.4 R(The)6.308 E F1<ad46>
+3.808 E F0 .19(option implies)144 554.4 R F1<ad66>2.69 E F0 5.19(.T)C
 .19(he follo)-5.19 F .191
 (wing options can be used to restrict output to v)-.25 F .191
-(ariables with the speci-)-.25 F(\214ed attrib)144 244.8 Q(ute or to gi)
+(ariables with the speci-)-.25 F(\214ed attrib)144 566.4 Q(ute or to gi)
 -.2 E .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F1<ad61>144
-256.8 Q F0(Each)25.3 E F2(name)2.5 E F0(is an array v)2.5 E
+578.4 Q F0(Each)25.3 E F2(name)2.5 E F0(is an array v)2.5 E
 (ariable \(see)-.25 E F1(Arrays)2.5 E F0(abo)2.5 E -.15(ve)-.15 G(\).)
-.15 E F1<ad66>144 268.8 Q F0(Use function names only)26.97 E(.)-.65 E F1
-<ad69>144 280.8 Q F0 .558(The v)27.52 F .558
+.15 E F1<ad66>144 590.4 Q F0(Use function names only)26.97 E(.)-.65 E F1
+<ad69>144 602.4 Q F0 .558(The v)27.52 F .558
 (ariable is treated as an inte)-.25 F .558(ger; arithmetic e)-.15 F -.25
-(va)-.25 G .558(luation \(see).25 F/F4 9/Times-Bold@0 SF .557
-(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION \))180 292.8 Q F0
-(is performed when the v)2.25 E(ariable is assigned a v)-.25 E(alue.)
--.25 E F1<ad72>144 304.8 Q F0(Mak)25.86 E(e)-.1 E F2(name)5.046 E F0
-5.046(sr)C(eadonly)-5.046 E 7.546(.T)-.65 G 2.546
-(hese names cannot then be assigned v)-7.546 F 2.547
-(alues by subsequent)-.25 F(assignment statements or unset.)180 316.8 Q
-F1<ad74>144 328.8 Q F0(Gi)26.97 E 1.231 -.15(ve e)-.25 H(ach).15 E F2
+(va)-.25 G .558(luation \(see).25 F F3 .557(ARITHMETIC EV)3.058 F(ALU)
+-1.215 E(A-)-.54 E(TION \))180 614.4 Q F0(is performed when the v)2.25 E
+(ariable is assigned a v)-.25 E(alue.)-.25 E F1<ad72>144 626.4 Q F0(Mak)
+25.86 E(e)-.1 E F2(name)5.046 E F0 5.046(sr)C(eadonly)-5.046 E 7.546(.T)
+-.65 G 2.546(hese names cannot then be assigned v)-7.546 F 2.547
+(alues by subsequent)-.25 F(assignment statements or unset.)180 638.4 Q
+F1<ad74>144 650.4 Q F0(Gi)26.97 E 1.231 -.15(ve e)-.25 H(ach).15 E F2
 (name)3.431 E F0(the)3.431 E F2(tr)3.431 E(ace)-.15 E F0(attrib)3.431 E
 3.431(ute. T)-.2 F .931(raced functions inherit the)-.35 F F1(DEB)3.431
-E(UG)-.1 E F0 .93(trap from the)3.43 F(calling shell.)180 340.8 Q
+E(UG)-.1 E F0 .93(trap from the)3.43 F(calling shell.)180 662.4 Q
 (The trace attrib)5 E(ute has no special meaning for v)-.2 E(ariables.)
--.25 E F1<ad78>144 352.8 Q F0(Mark)25.3 E F2(name)2.5 E F0 2.5(sf)C
+-.25 E F1<ad78>144 674.4 Q F0(Mark)25.3 E F2(name)2.5 E F0 2.5(sf)C
 (or e)-2.5 E(xport to subsequent commands via the en)-.15 E(vironment.)
--.4 E .336(Using `+' instead of `\255' turns of)144 369.6 R 2.837(ft)
+-.4 E .336(Using `+' instead of `\255' turns of)144 691.2 R 2.837(ft)
 -.25 G .337(he attrib)-2.837 F .337(ute instead, with the e)-.2 F .337
 (xception that)-.15 F F1(+a)2.837 E F0 .337(may not be used)2.837 F .793
-(to destro)144 381.6 R 3.293(ya)-.1 G 3.293(na)-3.293 G .793(rray v)
+(to destro)144 703.2 R 3.293(ya)-.1 G 3.293(na)-3.293 G .793(rray v)
 -3.293 F 3.293(ariable. When)-.25 F .793(used in a function, mak)3.293 F
 .793(es each)-.1 F F2(name)3.293 E F0 .793(local, as with the)3.293 F F1
-(local)3.292 E F0 2.842(command. If)144 393.6 R 2.842(av)2.842 G .342
+(local)3.292 E F0 2.842(command. If)144 715.2 R 2.842(av)2.842 G .342
 (ariable name is follo)-3.092 F .342(wed by =)-.25 F F2(value)A F0 2.842
 (,t)C .342(he v)-2.842 F .342(alue of the v)-.25 F .343
 (ariable is set to)-.25 F F2(value)2.843 E F0 5.343(.T)C(he)-5.343 E
-.801(return v)144 405.6 R .801(alue is 0 unless an in)-.25 F -.25(va)-.4
+.801(return v)144 727.2 R .801(alue is 0 unless an in)-.25 F -.25(va)-.4
 G .8
 (lid option is encountered, an attempt is made to de\214ne a function)
-.25 F(using)144 417.6 Q/F5 10/Courier@0 SF 1.038(\255f foo=bar)3.538 F
-F0 3.538(,a)C 3.538(na)-3.538 G 1.038(ttempt is made to assign a v)
--3.538 F 1.038(alue to a readonly v)-.25 F 1.039(ariable, an attempt is)
--.25 F .974(made to assign a v)144 429.6 R .974(alue to an array v)-.25
-F .974(ariable without using the compound assignment syntax \(see)-.25 F
-F1(Arrays)144 441.6 Q F0(abo)2.86 E -.15(ve)-.15 G .36(\), one of the)
-.15 F F2(names)2.86 E F0 .36(is not a v)2.86 F .36(alid shell v)-.25 F
-.36(ariable name, an attempt is made to turn of)-.25 F(f)-.25 E .057
-(readonly status for a readonly v)144 453.6 R .057
+.25 F(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(24)-2.5 G(8)-197.965 E 0 Cg EP
+%%Page: 49 49
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E(using)144 84 Q/F1 10/Courier@0 SF 1.038(\255f foo=bar)3.538 F F0
+3.538(,a)C 3.538(na)-3.538 G 1.038(ttempt is made to assign a v)-3.538 F
+1.038(alue to a readonly v)-.25 F 1.039(ariable, an attempt is)-.25 F
+.974(made to assign a v)144 96 R .974(alue to an array v)-.25 F .974
+(ariable without using the compound assignment syntax \(see)-.25 F/F2 10
+/Times-Bold@0 SF(Arrays)144 108 Q F0(abo)2.86 E -.15(ve)-.15 G .36
+(\), one of the).15 F/F3 10/Times-Italic@0 SF(names)2.86 E F0 .36
+(is not a v)2.86 F .36(alid shell v)-.25 F .36
+(ariable name, an attempt is made to turn of)-.25 F(f)-.25 E .057
+(readonly status for a readonly v)144 120 R .057
 (ariable, an attempt is made to turn of)-.25 F 2.556(fa)-.25 G .056
 (rray status for an array v)-2.556 F(ari-)-.25 E
-(able, or an attempt is made to display a non-e)144 465.6 Q
-(xistent function with)-.15 E F1<ad66>2.5 E F0(.)A F1
-(dirs [\255clpv] [+)108 482.4 Q F2(n)A F1 2.5(][)C<ad>-2.5 E F2(n)A F1
-(])A F0 -.4(Wi)144 494.4 S .328
+(able, or an attempt is made to display a non-e)144 132 Q
+(xistent function with)-.15 E F2<ad66>2.5 E F0(.)A F2
+(dirs [\255clpv] [+)108 148.8 Q F3(n)A F2 2.5(][)C<ad>-2.5 E F3(n)A F2
+(])A F0 -.4(Wi)144 160.8 S .328
 (thout options, displays the list of currently remembered directories.)
 .4 F .329(The def)5.329 F .329(ault display is on a)-.1 F 1.238
-(single line with directory names separated by spaces.)144 506.4 R 1.238
-(Directories are added to the list with the)6.238 F F1(pushd)144 518.4 Q
-F0(command; the)2.5 E F1(popd)2.5 E F0(command remo)2.5 E -.15(ve)-.15 G
-2.5(se).15 G(ntries from the list.)-2.5 E F1(+)144 530.4 Q F2(n)A F0
-1.564(Displays the)25.3 F F2(n)4.064 E F0 1.565
-(th entry counting from the left of the list sho)B 1.565(wn by)-.25 F F1
+(single line with directory names separated by spaces.)144 172.8 R 1.238
+(Directories are added to the list with the)6.238 F F2(pushd)144 184.8 Q
+F0(command; the)2.5 E F2(popd)2.5 E F0(command remo)2.5 E -.15(ve)-.15 G
+2.5(se).15 G(ntries from the list.)-2.5 E F2(+)144 196.8 Q F3(n)A F0
+1.564(Displays the)25.3 F F3(n)4.064 E F0 1.565
+(th entry counting from the left of the list sho)B 1.565(wn by)-.25 F F2
 (dirs)4.065 E F0 1.565(when in)4.065 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 542.4 Q F1<ad>144 554.4 Q F2
-(n)A F0 1.194(Displays the)25.3 F F2(n)3.694 E F0 1.194
+(without options, starting with zero.)180 208.8 Q F2<ad>144 220.8 Q F3
+(n)A F0 1.194(Displays the)25.3 F F3(n)3.694 E F0 1.194
 (th entry counting from the right of the list sho)B 1.194(wn by)-.25 F
-F1(dirs)3.694 E F0 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 566.4 Q F1<ad63>144 578.4 Q F0
-(Clears the directory stack by deleting all of the entries.)25.86 E F1
-<ad6c>144 590.4 Q F0 .324(Produces a longer listing; the def)27.52 F
+F2(dirs)3.694 E F0 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
+(without options, starting with zero.)180 232.8 Q F2<ad63>144 244.8 Q F0
+(Clears the directory stack by deleting all of the entries.)25.86 E F2
+<ad6c>144 256.8 Q F0 .324(Produces a longer listing; the def)27.52 F
 .324(ault listing format uses a tilde to denote the home direc-)-.1 F
-(tory)180 602.4 Q(.)-.65 E F1<ad70>144 614.4 Q F0
-(Print the directory stack with one entry per line.)24.74 E F1<ad76>144
-626.4 Q F0 .273(Print the directory stack with one entry per line, pre\
+(tory)180 268.8 Q(.)-.65 E F2<ad70>144 280.8 Q F0
+(Print the directory stack with one entry per line.)24.74 E F2<ad76>144
+292.8 Q F0 .273(Print the directory stack with one entry per line, pre\
 \214xing each entry with its inde)25.3 F 2.772(xi)-.15 G 2.772(nt)-2.772
-G(he)-2.772 E(stack.)180 638.4 Q .257(The return v)144 655.2 R .258
+G(he)-2.772 E(stack.)180 304.8 Q .257(The return v)144 321.6 R .258
 (alue is 0 unless an in)-.25 F -.25(va)-.4 G .258
-(lid option is supplied or).25 F F2(n)2.758 E F0(inde)2.758 E -.15(xe)
+(lid option is supplied or).25 F F3(n)2.758 E F0(inde)2.758 E -.15(xe)
 -.15 G 2.758(sb).15 G -.15(ey)-2.758 G .258(ond the end of the direc-)
-.15 F(tory stack.)144 667.2 Q F1(diso)108 684 Q(wn)-.1 E F0([)2.5 E F1
-(\255ar)A F0 2.5(][)C F1<ad68>-2.5 E F0 2.5(][)C F2(jobspec)-2.5 E F0
-(...])2.5 E -.4(Wi)144 696 S .331(thout options, each).4 F F2(jobspec)
+.15 F(tory stack.)144 333.6 Q F2(diso)108 350.4 Q(wn)-.1 E F0([)2.5 E F2
+(\255ar)A F0 2.5(][)C F2<ad68>-2.5 E F0 2.5(][)C F3(jobspec)-2.5 E F0
+(...])2.5 E -.4(Wi)144 362.4 S .331(thout options, each).4 F F3(jobspec)
 4.571 E F0 .331(is remo)3.141 F -.15(ve)-.15 G 2.831(df).15 G .331
 (rom the table of acti)-2.831 F .63 -.15(ve j)-.25 H 2.83(obs. If).15 F
-(the)2.83 E F1<ad68>2.83 E F0 .33(option is gi)2.83 F -.15(ve)-.25 G(n,)
-.15 E(each)144 708 Q F2(jobspec)4.52 E F0 .28(is not remo)3.09 F -.15
+(the)2.83 E F2<ad68>2.83 E F0 .33(option is gi)2.83 F -.15(ve)-.25 G(n,)
+.15 E(each)144 374.4 Q F3(jobspec)4.52 E F0 .28(is not remo)3.09 F -.15
 (ve)-.15 G 2.78(df).15 G .28(rom the table, b)-2.78 F .28(ut is mark)-.2
-F .28(ed so that)-.1 F F4(SIGHUP)2.78 E F0 .281
-(is not sent to the job if)2.53 F 1.332(the shell recei)144 720 R -.15
-(ve)-.25 G 3.832(sa).15 G F4(SIGHUP)A/F6 9/Times-Roman@0 SF(.)A F0 1.332
-(If no)5.832 F F2(jobspec)5.572 E F0 1.332(is present, and neither the)
-4.142 F F1<ad61>3.832 E F0 1.332(nor the)3.832 F F1<ad72>3.832 E F0
-1.331(option is)3.831 F(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(48)
-199 E 0 Cg EP
-%%Page: 49 49
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E 1.228(supplied, the)144 84 R/F1 10/Times-Italic@0 SF(curr)3.728 E
-1.228(ent job)-.37 F F0 1.229(is used.)3.729 F 1.229(If no)6.229 F F1
-(jobspec)5.469 E F0 1.229(is supplied, the)4.039 F/F2 10/Times-Bold@0 SF
-<ad61>3.729 E F0 1.229(option means to remo)3.729 F 1.529 -.15(ve o)-.15
-H(r).15 E .657(mark all jobs; the)144 96 R F2<ad72>3.157 E F0 .657
-(option without a)3.157 F F1(jobspec)4.897 E F0(ar)3.467 E .656
-(gument restricts operation to running jobs.)-.18 F(The)5.656 E
-(return v)144 108 Q(alue is 0 unless a)-.25 E F1(jobspec)4.24 E F0
-(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E F2(echo)108 124.8 Q
-F0([)2.5 E F2(\255neE)A F0 2.5(][)C F1(ar)-2.5 E(g)-.37 E F0(...])2.5 E
-.394(Output the)144 136.8 R F1(ar)2.894 E(g)-.37 E F0 .394
+F .28(ed so that)-.1 F/F4 9/Times-Bold@0 SF(SIGHUP)2.78 E F0 .281
+(is not sent to the job if)2.53 F .224(the shell recei)144 386.4 R -.15
+(ve)-.25 G 2.724(sa).15 G F4(SIGHUP)A/F5 9/Times-Roman@0 SF(.)A F0 .224
+(If no)4.724 F F3(jobspec)4.464 E F0 .224(is present, and neither the)
+3.034 F F2<ad61>2.724 E F0 .224(nor the)2.724 F F2<ad72>2.724 E F0 .223
+(option is sup-)2.724 F .651(plied, the)144 398.4 R F3(curr)3.151 E .651
+(ent job)-.37 F F0 .651(is used.)3.151 F .652(If no)5.651 F F3(jobspec)
+4.892 E F0 .652(is supplied, the)3.462 F F2<ad61>3.152 E F0 .652
+(option means to remo)3.152 F .952 -.15(ve o)-.15 H 3.152(rm).15 G(ark)
+-3.152 E .435(all jobs; the)144 410.4 R F2<ad72>2.935 E F0 .435
+(option without a)2.935 F F3(jobspec)4.675 E F0(ar)3.245 E .434
+(gument restricts operation to running jobs.)-.18 F .434(The return)
+5.434 F -.25(va)144 422.4 S(lue is 0 unless a).25 E F3(jobspec)4.24 E F0
+(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E F2(echo)108 439.2 Q
+F0([)2.5 E F2(\255neE)A F0 2.5(][)C F3(ar)-2.5 E(g)-.37 E F0(...])2.5 E
+.394(Output the)144 451.2 R F3(ar)2.894 E(g)-.37 E F0 .394
 (s, separated by spaces, follo)B .395(wed by a ne)-.25 F 2.895
 (wline. The)-.25 F .395(return status is al)2.895 F -.1(wa)-.1 G .395
 (ys 0.).1 F(If)5.395 E F2<ad6e>2.895 E F0 .549
-(is speci\214ed, the trailing ne)144 148.8 R .548(wline is suppressed.)
+(is speci\214ed, the trailing ne)144 463.2 R .548(wline is suppressed.)
 -.25 F .548(If the)5.548 F F2<ad65>3.048 E F0 .548(option is gi)3.048 F
--.15(ve)-.25 G .548(n, interpretation of the fol-).15 F(lo)144 160.8 Q
+-.15(ve)-.25 G .548(n, interpretation of the fol-).15 F(lo)144 475.2 Q
 .052(wing backslash-escaped characters is enabled.)-.25 F(The)5.052 E F2
 <ad45>2.552 E F0 .053(option disables the interpretation of these)2.553
-F 1.503(escape characters, e)144 172.8 R -.15(ve)-.25 G 4.003(no).15 G
+F 1.503(escape characters, e)144 487.2 R -.15(ve)-.25 G 4.003(no).15 G
 4.003(ns)-4.003 G 1.502(ystems where the)-4.003 F 4.002(ya)-.15 G 1.502
 (re interpreted by def)-4.002 F 4.002(ault. The)-.1 F F2(xpg_echo)4.002
 E F0(shell)4.002 E .009
-(option may be used to dynamically determine whether or not)144 184.8 R
+(option may be used to dynamically determine whether or not)144 499.2 R
 F2(echo)2.509 E F0 -.15(ex)2.51 G .01(pands these escape characters).15
-F .66(by def)144 196.8 R(ault.)-.1 E F2(echo)5.66 E F0 .66
+F .66(by def)144 511.2 R(ault.)-.1 E F2(echo)5.66 E F0 .66
 (does not interpret)3.16 F F2<adad>3.16 E F0 .659
 (to mean the end of options.)3.159 F F2(echo)5.659 E F0 .659
-(interprets the follo)3.159 F(wing)-.25 E(escape sequences:)144 208.8 Q
-F2(\\a)144 220.8 Q F0(alert \(bell\))28.22 E F2(\\b)144 232.8 Q F0
-(backspace)27.66 E F2(\\c)144 244.8 Q F0(suppress trailing ne)28.78 E
-(wline)-.25 E F2(\\e)144 256.8 Q F0(an escape character)28.78 E F2(\\f)
-144 268.8 Q F0(form feed)29.89 E F2(\\n)144 280.8 Q F0(ne)27.66 E 2.5
-(wl)-.25 G(ine)-2.5 E F2(\\r)144 292.8 Q F0(carriage return)28.78 E F2
-(\\t)144 304.8 Q F0(horizontal tab)29.89 E F2(\\v)144 316.8 Q F0 -.15
-(ve)28.22 G(rtical tab).15 E F2(\\\\)144 328.8 Q F0(backslash)30.44 E F2
-(\\0)144 340.8 Q F1(nnn)A F0(the eight-bit character whose v)13.22 E
-(alue is the octal v)-.25 E(alue)-.25 E F1(nnn)2.5 E F0
-(\(zero to three octal digits\))2.5 E F2(\\)144 352.8 Q F1(nnn)A F0
+(interprets the follo)3.159 F(wing)-.25 E(escape sequences:)144 523.2 Q
+F2(\\a)144 535.2 Q F0(alert \(bell\))28.22 E F2(\\b)144 547.2 Q F0
+(backspace)27.66 E F2(\\c)144 559.2 Q F0(suppress trailing ne)28.78 E
+(wline)-.25 E F2(\\e)144 571.2 Q F0(an escape character)28.78 E F2(\\f)
+144 583.2 Q F0(form feed)29.89 E F2(\\n)144 595.2 Q F0(ne)27.66 E 2.5
+(wl)-.25 G(ine)-2.5 E F2(\\r)144 607.2 Q F0(carriage return)28.78 E F2
+(\\t)144 619.2 Q F0(horizontal tab)29.89 E F2(\\v)144 631.2 Q F0 -.15
+(ve)28.22 G(rtical tab).15 E F2(\\\\)144 643.2 Q F0(backslash)30.44 E F2
+(\\0)144 655.2 Q F3(nnn)A F0(the eight-bit character whose v)13.22 E
+(alue is the octal v)-.25 E(alue)-.25 E F3(nnn)2.5 E F0
+(\(zero to three octal digits\))2.5 E F2(\\)144 667.2 Q F3(nnn)A F0
 (the eight-bit character whose v)18.22 E(alue is the octal v)-.25 E
-(alue)-.25 E F1(nnn)2.5 E F0(\(one to three octal digits\))2.5 E F2(\\x)
-144 364.8 Q F1(HH)A F0(the eight-bit character whose v)13.78 E
-(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F1(HH)2.5 E F0
+(alue)-.25 E F3(nnn)2.5 E F0(\(one to three octal digits\))2.5 E F2(\\x)
+144 679.2 Q F3(HH)A F0(the eight-bit character whose v)13.78 E
+(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F3(HH)2.5 E F0
 (\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F2
-(enable)108 381.6 Q F0([)2.5 E F2(\255adnps)A F0 2.5(][)C F2<ad66>-2.5 E
-F1(\214lename)2.5 E F0 2.5(][)C F1(name)-2.5 E F0(...])2.5 E .277
-(Enable and disable b)144 393.6 R .278(uiltin shell commands.)-.2 F .278
+(enable)108 696 Q F0([)2.5 E F2(\255adnps)A F0 2.5(][)C F2<ad66>-2.5 E
+F3(\214lename)2.5 E F0 2.5(][)C F3(name)-2.5 E F0(...])2.5 E .277
+(Enable and disable b)144 708 R .278(uiltin shell commands.)-.2 F .278
 (Disabling a b)5.278 F .278(uiltin allo)-.2 F .278
 (ws a disk command which has)-.25 F .834(the same name as a shell b)144
-405.6 R .834(uiltin to be e)-.2 F -.15(xe)-.15 G .834
+720 R .834(uiltin to be e)-.2 F -.15(xe)-.15 G .834
 (cuted without specifying a full pathname, e).15 F -.15(ve)-.25 G 3.333
-(nt).15 G(hough)-3.333 E .989(the shell normally searches for b)144
-417.6 R .989(uiltins before disk commands.)-.2 F(If)5.989 E F2<ad6e>
-3.489 E F0 .99(is used, each)3.49 F F1(name)3.49 E F0 .99(is dis-)3.49 F
-1.582(abled; otherwise,)144 429.6 R F1(names)4.082 E F0 1.582
-(are enabled.)4.082 F -.15(Fo)6.582 G 4.082(re).15 G 1.582
-(xample, to use the)-4.232 F F2(test)4.082 E F0 1.582
+(nt).15 G(hough)-3.333 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385
+(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(24)-2.5 G(9)-197.965 E
+0 Cg EP
+%%Page: 50 50
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E .989(the shell normally searches for b)144 84 R .989
+(uiltins before disk commands.)-.2 F(If)5.989 E/F1 10/Times-Bold@0 SF
+<ad6e>3.489 E F0 .99(is used, each)3.49 F/F2 10/Times-Italic@0 SF(name)
+3.49 E F0 .99(is dis-)3.49 F 1.582(abled; otherwise,)144 96 R F2(names)
+4.082 E F0 1.582(are enabled.)4.082 F -.15(Fo)6.582 G 4.082(re).15 G
+1.582(xample, to use the)-4.232 F F1(test)4.082 E F0 1.582
 (binary found via the)4.082 F/F3 9/Times-Bold@0 SF -.666(PA)4.081 G(TH)
--.189 E F0 .08(instead of the shell b)144 441.6 R .08(uiltin v)-.2 F .08
+-.189 E F0 .08(instead of the shell b)144 108 R .08(uiltin v)-.2 F .08
 (ersion, run)-.15 F/F4 10/Courier@0 SF .081(enable -n test)2.58 F F0
-5.081(.T)C(he)-5.081 E F2<ad66>2.581 E F0 .081
-(option means to load the ne)2.581 F(w)-.25 E -.2(bu)144 453.6 S 1.525
-(iltin command).2 F F1(name)4.385 E F0 1.524(from shared object)4.204 F
-F1(\214lename)4.024 E F0 4.024(,o).18 G 4.024(ns)-4.024 G 1.524
-(ystems that support dynamic loading.)-4.024 F(The)144 465.6 Q F2<ad64>
+5.081(.T)C(he)-5.081 E F1<ad66>2.581 E F0 .081
+(option means to load the ne)2.581 F(w)-.25 E -.2(bu)144 120 S 1.525
+(iltin command).2 F F2(name)4.385 E F0 1.524(from shared object)4.204 F
+F2(\214lename)4.024 E F0 4.024(,o).18 G 4.024(ns)-4.024 G 1.524
+(ystems that support dynamic loading.)-4.024 F(The)144 132 Q F1<ad64>
 2.866 E F0 .366(option will delete a b)2.866 F .366(uiltin pre)-.2 F
-.366(viously loaded with)-.25 F F2<ad66>2.867 E F0 5.367(.I)C 2.867(fn)
--5.367 G(o)-2.867 E F1(name)2.867 E F0(ar)2.867 E .367(guments are gi)
--.18 F -.15(ve)-.25 G .367(n, or).15 F .399(if the)144 477.6 R F2<ad70>
+.366(viously loaded with)-.25 F F1<ad66>2.867 E F0 5.367(.I)C 2.867(fn)
+-5.367 G(o)-2.867 E F2(name)2.867 E F0(ar)2.867 E .367(guments are gi)
+-.18 F -.15(ve)-.25 G .367(n, or).15 F .399(if the)144 144 R F1<ad70>
 2.899 E F0 .399(option is supplied, a list of shell b)2.899 F .399
 (uiltins is printed.)-.2 F -.4(Wi)5.399 G .399(th no other option ar).4
 F .398(guments, the)-.18 F .098(list consists of all enabled shell b)144
-489.6 R 2.598(uiltins. If)-.2 F F2<ad6e>2.598 E F0 .098
+156 R 2.598(uiltins. If)-.2 F F1<ad6e>2.598 E F0 .098
 (is supplied, only disabled b)2.598 F .099(uiltins are printed.)-.2 F
-(If)5.099 E F2<ad61>2.599 E F0 1.917
-(is supplied, the list printed includes all b)144 501.6 R 1.916
+(If)5.099 E F1<ad61>2.599 E F0 1.917
+(is supplied, the list printed includes all b)144 168 R 1.916
 (uiltins, with an indication of whether or not each is)-.2 F 2.878
-(enabled. If)144 513.6 R F2<ad73>2.878 E F0 .379
-(is supplied, the output is restricted to the POSIX)2.878 F F1(special)
+(enabled. If)144 180 R F1<ad73>2.878 E F0 .379
+(is supplied, the output is restricted to the POSIX)2.878 F F2(special)
 2.879 E F0 -.2(bu)2.879 G 2.879(iltins. The).2 F .379(return v)2.879 F
-(alue)-.25 E .995(is 0 unless a)144 525.6 R F1(name)3.855 E F0 .994
+(alue)-.25 E .995(is 0 unless a)144 192 R F2(name)3.855 E F0 .994
 (is not a shell b)3.675 F .994(uiltin or there is an error loading a ne)
--.2 F 3.494(wb)-.25 G .994(uiltin from a shared)-3.694 F(object.)144
-537.6 Q F2 -2.3 -.15(ev a)108 554.4 T(l).15 E F0([)2.5 E F1(ar)A(g)-.37
-E F0(...])2.5 E(The)144 566.4 Q F1(ar)3.17 E(g)-.37 E F0 3.17(sa)C .671
+-.2 F 3.494(wb)-.25 G .994(uiltin from a shared)-3.694 F(object.)144 204
+Q F1 -2.3 -.15(ev a)108 220.8 T(l).15 E F0([)2.5 E F2(ar)A(g)-.37 E F0
+(...])2.5 E(The)144 232.8 Q F2(ar)3.17 E(g)-.37 E F0 3.17(sa)C .671
 (re read and concatenated together into a single command.)-3.17 F .671
-(This command is then read)5.671 F .495(and e)144 578.4 R -.15(xe)-.15 G
+(This command is then read)5.671 F .495(and e)144 244.8 R -.15(xe)-.15 G
 .495(cuted by the shell, and its e).15 F .495
-(xit status is returned as the v)-.15 F .495(alue of)-.25 F F2 -2.3 -.15
+(xit status is returned as the v)-.15 F .495(alue of)-.25 F F1 -2.3 -.15
 (ev a)2.995 H(l).15 E F0 5.495(.I)C 2.995(ft)-5.495 G .495(here are no)
--2.995 F F1(ar)2.995 E(gs)-.37 E F0(,).27 E(or only null ar)144 590.4 Q
-(guments,)-.18 E F2 -2.3 -.15(ev a)2.5 H(l).15 E F0(returns 0.)2.5 E F2
-(exec)108 607.2 Q F0([)2.5 E F2(\255cl)A F0 2.5(][)C F2<ad61>-2.5 E F1
-(name)2.5 E F0 2.5(][)C F1(command)-2.5 E F0([)2.5 E F1(ar)A(guments)
--.37 E F0(]])A(If)144 619.2 Q F1(command)3.005 E F0 .305
+-2.995 F F2(ar)2.995 E(gs)-.37 E F0(,).27 E(or only null ar)144 256.8 Q
+(guments,)-.18 E F1 -2.3 -.15(ev a)2.5 H(l).15 E F0(returns 0.)2.5 E F1
+(exec)108 273.6 Q F0([)2.5 E F1(\255cl)A F0 2.5(][)C F1<ad61>-2.5 E F2
+(name)2.5 E F0 2.5(][)C F2(command)-2.5 E F0([)2.5 E F2(ar)A(guments)
+-.37 E F0(]])A(If)144 285.6 Q F2(command)3.005 E F0 .305
 (is speci\214ed, it replaces the shell.)3.575 F .305(No ne)5.305 F 2.805
-(wp)-.25 G .306(rocess is created.)-2.805 F(The)5.306 E F1(ar)3.136 E
-(guments)-.37 E F0(become)3.076 E .177(the ar)144 631.2 R .177
-(guments to)-.18 F F1(command)2.676 E F0 5.176(.I)C 2.676(ft)-5.176 G
-(he)-2.676 E F2<ad6c>2.676 E F0 .176
+(wp)-.25 G .306(rocess is created.)-2.805 F(The)5.306 E F2(ar)3.136 E
+(guments)-.37 E F0(become)3.076 E .177(the ar)144 297.6 R .177
+(guments to)-.18 F F2(command)2.676 E F0 5.176(.I)C 2.676(ft)-5.176 G
+(he)-2.676 E F1<ad6c>2.676 E F0 .176
 (option is supplied, the shell places a dash at the be)2.676 F .176
-(ginning of)-.15 F .159(the zeroth ar)144 643.2 R 2.659(gp)-.18 G .159
-(assed to)-2.659 F F1(command)2.659 E F0 5.159(.T).77 G .159
-(his is what)-5.159 F F1(lo)2.659 E(gin)-.1 E F0 .159(\(1\) does.).24 F
-(The)5.16 E F2<ad63>2.66 E F0 .16(option causes)2.66 F F1(command)2.86 E
-F0(to)3.43 E 1.196(be e)144 655.2 R -.15(xe)-.15 G 1.196
-(cuted with an empty en).15 F 3.696(vironment. If)-.4 F F2<ad61>3.696 E
-F0 1.196(is supplied, the shell passes)3.696 F F1(name)4.055 E F0 1.195
-(as the zeroth)3.875 F(ar)144 667.2 Q .02(gument to the e)-.18 F -.15
-(xe)-.15 G .02(cuted command.).15 F(If)5.02 E F1(command)2.72 E F0 .02
+(ginning of)-.15 F .159(the zeroth ar)144 309.6 R 2.659(gp)-.18 G .159
+(assed to)-2.659 F F2(command)2.659 E F0 5.159(.T).77 G .159
+(his is what)-5.159 F F2(lo)2.659 E(gin)-.1 E F0 .159(\(1\) does.).24 F
+(The)5.16 E F1<ad63>2.66 E F0 .16(option causes)2.66 F F2(command)2.86 E
+F0(to)3.43 E 1.196(be e)144 321.6 R -.15(xe)-.15 G 1.196
+(cuted with an empty en).15 F 3.696(vironment. If)-.4 F F1<ad61>3.696 E
+F0 1.196(is supplied, the shell passes)3.696 F F2(name)4.055 E F0 1.195
+(as the zeroth)3.875 F(ar)144 333.6 Q .02(gument to the e)-.18 F -.15
+(xe)-.15 G .02(cuted command.).15 F(If)5.02 E F2(command)2.72 E F0 .02
 (cannot be e)3.29 F -.15(xe)-.15 G .02
-(cuted for some reason, a non-inter).15 F(-)-.2 E(acti)144 679.2 Q 1.067
+(cuted for some reason, a non-inter).15 F(-)-.2 E(acti)144 345.6 Q 1.067
 -.15(ve s)-.25 H .767(hell e).15 F .767(xits, unless the shell option)
--.15 F F2(execfail)3.266 E F0 .766
+-.15 F F1(execfail)3.266 E F0 .766
 (is enabled, in which case it returns f)3.266 F 3.266(ailure. An)-.1 F
-(interacti)144 691.2 Q 1.518 -.15(ve s)-.25 H 1.218(hell returns f).15 F
+(interacti)144 357.6 Q 1.518 -.15(ve s)-.25 H 1.218(hell returns f).15 F
 1.219(ailure if the \214le cannot be e)-.1 F -.15(xe)-.15 G 3.719
-(cuted. If).15 F F1(command)3.919 E F0 1.219(is not speci\214ed, an)
-4.489 F(y)-.15 E .134(redirections tak)144 703.2 R 2.634(ee)-.1 G -.25
+(cuted. If).15 F F2(command)3.919 E F0 1.219(is not speci\214ed, an)
+4.489 F(y)-.15 E .134(redirections tak)144 369.6 R 2.634(ee)-.1 G -.25
 (ff)-2.634 G .134(ect in the current shell, and the return status is 0.)
 .25 F .134(If there is a redirection error)5.134 F(,)-.4 E
-(the return status is 1.)144 715.2 Q(GNU Bash-3.0)72 768 Q(2004 Sep 17)
-149.01 E(49)199 E 0 Cg EP
-%%Page: 50 50
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF(exit)108 84 Q F0([)2.5 E/F2 10
-/Times-Italic@0 SF(n)A F0 6.29(]C)C .095(ause the shell to e)-6.29 F
-.095(xit with a status of)-.15 F F2(n)2.595 E F0 5.095(.I)C(f)-5.095 E
-F2(n)2.955 E F0 .096(is omitted, the e)2.835 F .096
-(xit status is that of the last command)-.15 F -.15(exe)144 96 S 2.5
-(cuted. A).15 F(trap on)2.5 E/F3 9/Times-Bold@0 SF(EXIT)2.5 E F0(is e)
-2.25 E -.15(xe)-.15 G(cuted before the shell terminates.).15 E F1
-(export)108 112.8 Q F0([)2.5 E F1(\255fn)A F0 2.5(][).833 G F2(name)-2.5
-E F0([=)A F2(wor)A(d)-.37 E F0(]] ...)A F1(export \255p)108 124.8 Q F0
-.257(The supplied)144 136.8 R F2(names)3.117 E F0 .257(are mark)3.027 F
-.257(ed for automatic e)-.1 F .257(xport to the en)-.15 F .257
+(the return status is 1.)144 381.6 Q F1(exit)108 398.4 Q F0([)2.5 E F2
+(n)A F0 6.29(]C)C .095(ause the shell to e)-6.29 F .095
+(xit with a status of)-.15 F F2(n)2.595 E F0 5.095(.I)C(f)-5.095 E F2(n)
+2.955 E F0 .096(is omitted, the e)2.835 F .096
+(xit status is that of the last command)-.15 F -.15(exe)144 410.4 S 2.5
+(cuted. A).15 F(trap on)2.5 E F3(EXIT)2.5 E F0(is e)2.25 E -.15(xe)-.15
+G(cuted before the shell terminates.).15 E F1(export)108 427.2 Q F0([)
+2.5 E F1(\255fn)A F0 2.5(][).833 G F2(name)-2.5 E F0([=)A F2(wor)A(d)
+-.37 E F0(]] ...)A F1(export \255p)108 439.2 Q F0 .257(The supplied)144
+451.2 R F2(names)3.117 E F0 .257(are mark)3.027 F .257
+(ed for automatic e)-.1 F .257(xport to the en)-.15 F .257
 (vironment of subsequently e)-.4 F -.15(xe)-.15 G(cuted).15 E 2.626
-(commands. If)144 148.8 R(the)2.626 E F1<ad66>2.626 E F0 .127
+(commands. If)144 463.2 R(the)2.626 E F1<ad66>2.626 E F0 .127
 (option is gi)2.627 F -.15(ve)-.25 G .127(n, the).15 F F2(names)2.987 E
 F0 .127(refer to functions.)2.897 F .127(If no)5.127 F F2(names)2.987 E
 F0 .127(are gi)2.897 F -.15(ve)-.25 G .127(n, or if the).15 F F1<ad70>
-144 160.8 Q F0 .66(option is supplied, a list of all names that are e)
+144 475.2 Q F0 .66(option is supplied, a list of all names that are e)
 3.16 F .659(xported in this shell is printed.)-.15 F(The)5.659 E F1
-<ad6e>3.159 E F0(option)3.159 E 1.586(causes the e)144 172.8 R 1.586
+<ad6e>3.159 E F0(option)3.159 E 1.586(causes the e)144 487.2 R 1.586
 (xport property to be remo)-.15 F -.15(ve)-.15 G 4.086(df).15 G 1.586
 (rom each)-4.086 F F2(name)4.086 E F0 6.586(.I)C 4.086(fav)-6.586 G
-1.587(ariable name is follo)-4.336 F 1.587(wed by)-.25 F(=)144 184.8 Q
+1.587(ariable name is follo)-4.336 F 1.587(wed by)-.25 F(=)144 499.2 Q
 F2(wor)A(d)-.37 E F0 2.804(,t)C .304(he v)-2.804 F .304(alue of the v)
 -.25 F .304(ariable is set to)-.25 F F2(wor)2.804 E(d)-.37 E F0(.)A F1
 (export)5.304 E F0 .304(returns an e)2.804 F .303
 (xit status of 0 unless an in)-.15 F -.25(va)-.4 G(lid).25 E .293
-(option is encountered, one of the)144 196.8 R F2(names)2.793 E F0 .293
+(option is encountered, one of the)144 511.2 R F2(names)2.793 E F0 .293
 (is not a v)2.793 F .293(alid shell v)-.25 F .293(ariable name, or)-.25
 F F1<ad66>2.793 E F0 .294(is supplied with a)2.793 F F2(name)144.36
-208.8 Q F0(that is not a function.)2.68 E F1(fc)108 225.6 Q F0([)2.5 E
-F1<ad65>A F2(ename)2.5 E F0 2.5(][)C F1(\255nlr)-2.5 E F0 2.5(][)C F2
+523.2 Q F0(that is not a function.)2.68 E F1(fc)108 540 Q F0([)2.5 E F1
+<ad65>A F2(ename)2.5 E F0 2.5(][)C F1(\255nlr)-2.5 E F0 2.5(][)C F2
 <8c72>-2.5 E(st)-.1 E F0 2.5(][)C F2(last)-2.5 E F0(])A F1(fc \255s)108
-237.6 Q F0([)2.5 E F2(pat)A F0(=)A F2 -.37(re)C(p).37 E F0 2.5(][)C F2
-(cmd)-2.5 E F0(])A .478(Fix Command.)144 249.6 R .478
+552 Q F0([)2.5 E F2(pat)A F0(=)A F2 -.37(re)C(p).37 E F0 2.5(][)C F2
+(cmd)-2.5 E F0(])A .478(Fix Command.)144 564 R .478
 (In the \214rst form, a range of commands from)5.478 F F2<8c72>4.888 E
 (st)-.1 E F0(to)3.658 E F2(last)3.068 E F0 .477
-(is selected from the his-)3.658 F .881(tory list.)144 261.6 R F2 -.45
-(Fi)5.881 G -.1(rs).45 G(t).1 E F0(and)4.061 E F2(last)3.471 E F0 .882
+(is selected from the his-)3.658 F .881(tory list.)144 576 R F2 -.45(Fi)
+5.881 G -.1(rs).45 G(t).1 E F0(and)4.061 E F2(last)3.471 E F0 .882
 (may be speci\214ed as a string \(to locate the last command be)4.062 F
 .882(ginning with)-.15 F .797(that string\) or as a number \(an inde)144
-273.6 R 3.297(xi)-.15 G .797(nto the history list, where a ne)-3.297 F
+588 R 3.297(xi)-.15 G .797(nto the history list, where a ne)-3.297 F
 -.05(ga)-.15 G(ti).05 E 1.097 -.15(ve n)-.25 H .796(umber is used as an)
-.15 F(of)144 285.6 Q .276(fset from the current command number\).)-.25 F
+.15 F(of)144 600 Q .276(fset from the current command number\).)-.25 F
 (If)5.276 E F2(last)2.866 E F0 .277
 (is not speci\214ed it is set to the current command)3.456 F .093
-(for listing \(so that)144 297.6 R/F4 10/Courier@0 SF .092
-(fc \255l \25510)2.592 F F0 .092(prints the last 10 commands\) and to)
-2.592 F F2<8c72>4.502 E(st)-.1 E F0 2.592(otherwise. If)3.272 F F2<8c72>
-4.502 E(st)-.1 E F0 .092(is not)3.272 F
-(speci\214ed it is set to the pre)144 309.6 Q
-(vious command for editing and \25516 for listing.)-.25 E(The)144 333.6
-Q F1<ad6e>2.522 E F0 .022
+(for listing \(so that)144 612 R F4 .092(fc \255l \25510)2.592 F F0 .092
+(prints the last 10 commands\) and to)2.592 F F2<8c72>4.502 E(st)-.1 E
+F0 2.592(otherwise. If)3.272 F F2<8c72>4.502 E(st)-.1 E F0 .092(is not)
+3.272 F(speci\214ed it is set to the pre)144 624 Q
+(vious command for editing and \25516 for listing.)-.25 E(The)144 648 Q
+F1<ad6e>2.522 E F0 .022
 (option suppresses the command numbers when listing.)2.522 F(The)5.022 E
 F1<ad72>2.522 E F0 .022(option re)2.522 F -.15(ve)-.25 G .022
-(rses the order of).15 F .438(the commands.)144 345.6 R .438(If the)
-5.438 F F1<ad6c>2.938 E F0 .438(option is gi)2.938 F -.15(ve)-.25 G .438
+(rses the order of).15 F .438(the commands.)144 660 R .438(If the)5.438
+F F1<ad6c>2.938 E F0 .438(option is gi)2.938 F -.15(ve)-.25 G .438
 (n, the commands are listed on standard output.).15 F(Otherwise,)5.438 E
-.334(the editor gi)144 357.6 R -.15(ve)-.25 G 2.834(nb).15 G(y)-2.834 E
-F2(ename)3.024 E F0 .335(is in)3.014 F -.2(vo)-.4 G -.1(ke).2 G 2.835
-(do).1 G 2.835(na\214)-2.835 G .335(le containing those commands.)-2.835
-F(If)5.335 E F2(ename)3.025 E F0 .335(is not gi)3.015 F -.15(ve)-.25 G
-(n,).15 E .631(the v)144 369.6 R .631(alue of the)-.25 F F3(FCEDIT)3.131
-F0 -.25(va)2.881 G .631(riable is used, and the v).25 F .631(alue of)
+.334(the editor gi)144 672 R -.15(ve)-.25 G 2.834(nb).15 G(y)-2.834 E F2
+(ename)3.024 E F0 .335(is in)3.014 F -.2(vo)-.4 G -.1(ke).2 G 2.835(do)
+.1 G 2.835(na\214)-2.835 G .335(le containing those commands.)-2.835 F
+(If)5.335 E F2(ename)3.025 E F0 .335(is not gi)3.015 F -.15(ve)-.25 G
+(n,).15 E .631(the v)144 684 R .631(alue of the)-.25 F F3(FCEDIT)3.131 E
+F0 -.25(va)2.881 G .631(riable is used, and the v).25 F .631(alue of)
 -.25 F F3(EDIT)3.131 E(OR)-.162 E F0(if)2.881 E F3(FCEDIT)3.13 E F0 .63
-(is not set.)2.88 F .63(If nei-)5.63 F .95(ther v)144 381.6 R .95
+(is not set.)2.88 F .63(If nei-)5.63 F .95(ther v)144 696 R .95
 (ariable is set,)-.25 F F2(vi)5.116 E F0 .95(is used.)5.116 F .951
 (When editing is complete, the edited commands are echoed and)5.95 F
--.15(exe)144 393.6 S(cuted.).15 E .04(In the second form,)144 417.6 R F2
-(command)2.54 E F0 .04(is re-e)2.54 F -.15(xe)-.15 G .039
-(cuted after each instance of).15 F F2(pat)2.539 E F0 .039
-(is replaced by)2.539 F F2 -.37(re)2.539 G(p).37 E F0 5.039(.A)C(useful)
--2.5 E .406(alias to use with this is)144 429.6 R F4 .406(r='fc \255s')
-2.906 F F0 2.906(,s)C 2.906(ot)-2.906 G .406(hat typing)-2.906 F F4
-6.406(rc)2.906 G(c)-6.406 E F0 .406(runs the last command be)2.906 F
-.407(ginning with)-.15 F F4(cc)144 441.6 Q F0(and typing)2.5 E F4(r)2.5
-E F0(re-e)2.5 E -.15(xe)-.15 G(cutes the last command.).15 E .142
-(If the \214rst form is used, the return v)144 465.6 R .142
+-.15(exe)144 708 S(cuted.).15 E(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G
+123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(25)-2.5 G(0)
+-197.965 E 0 Cg EP
+%%Page: 51 51
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E .04(In the second form,)144 84 R/F1 10/Times-Italic@0 SF(command)
+2.54 E F0 .04(is re-e)2.54 F -.15(xe)-.15 G .039
+(cuted after each instance of).15 F F1(pat)2.539 E F0 .039
+(is replaced by)2.539 F F1 -.37(re)2.539 G(p).37 E F0 5.039(.A)C(useful)
+-2.5 E .406(alias to use with this is)144 96 R/F2 10/Courier@0 SF .406
+(r='fc \255s')2.906 F F0 2.906(,s)C 2.906(ot)-2.906 G .406(hat typing)
+-2.906 F F2 6.406(rc)2.906 G(c)-6.406 E F0 .406
+(runs the last command be)2.906 F .407(ginning with)-.15 F F2(cc)144 108
+Q F0(and typing)2.5 E F2(r)2.5 E F0(re-e)2.5 E -.15(xe)-.15 G
+(cutes the last command.).15 E .142
+(If the \214rst form is used, the return v)144 132 R .142
 (alue is 0 unless an in)-.25 F -.25(va)-.4 G .142
-(lid option is encountered or).25 F F2<8c72>4.552 E(st)-.1 E F0(or)3.322
-E F2(last)2.732 E F0 .454(specify history lines out of range.)144 477.6
-R .454(If the)5.454 F F1<ad65>2.954 E F0 .454
+(lid option is encountered or).25 F F1<8c72>4.552 E(st)-.1 E F0(or)3.322
+E F1(last)2.732 E F0 .454(specify history lines out of range.)144 144 R
+.454(If the)5.454 F/F3 10/Times-Bold@0 SF<ad65>2.954 E F0 .454
 (option is supplied, the return v)2.954 F .455(alue is the v)-.25 F .455
-(alue of the)-.25 F .788(last command e)144 489.6 R -.15(xe)-.15 G .788
+(alue of the)-.25 F .788(last command e)144 156 R -.15(xe)-.15 G .788
 (cuted or f).15 F .787
 (ailure if an error occurs with the temporary \214le of commands.)-.1 F
 .787(If the)5.787 F 1.135
 (second form is used, the return status is that of the command re-e)144
-501.6 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F2(cmd)3.836 E F0 1.136
-(does not)4.406 F(specify a v)144 513.6 Q
-(alid history line, in which case)-.25 E F1(fc)2.5 E F0(returns f)2.5 E
-(ailure.)-.1 E F1(fg)108 530.4 Q F0([)2.5 E F2(jobspec)A F0(])A(Resume)
-144 542.4 Q F2(jobspec)5.654 E F0 1.413(in the fore)4.224 F 1.413
+168 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F1(cmd)3.836 E F0 1.136
+(does not)4.406 F(specify a v)144 180 Q
+(alid history line, in which case)-.25 E F3(fc)2.5 E F0(returns f)2.5 E
+(ailure.)-.1 E F3(fg)108 196.8 Q F0([)2.5 E F1(jobspec)A F0(])A(Resume)
+144 208.8 Q F1(jobspec)5.654 E F0 1.413(in the fore)4.224 F 1.413
 (ground, and mak)-.15 F 3.913(ei)-.1 G 3.913(tt)-3.913 G 1.413
-(he current job)-3.913 F 6.413(.I)-.4 G(f)-6.413 E F2(jobspec)5.653 E F0
-1.413(is not present, the)4.223 F(shell')144 554.4 Q 3.116(sn)-.55 G
-.616(otion of the)-3.116 F F2(curr)3.116 E .616(ent job)-.37 F F0 .617
+(he current job)-3.913 F 6.413(.I)-.4 G(f)-6.413 E F1(jobspec)5.653 E F0
+1.413(is not present, the)4.223 F(shell')144 220.8 Q 3.116(sn)-.55 G
+.616(otion of the)-3.116 F F1(curr)3.116 E .616(ent job)-.37 F F0 .617
 (is used.)3.116 F .617(The return v)5.617 F .617
-(alue is that of the command placed into the)-.25 F(fore)144 566.4 Q
+(alue is that of the command placed into the)-.25 F(fore)144 232.8 Q
 .363(ground, or f)-.15 F .363
 (ailure if run when job control is disabled or)-.1 F 2.862(,w)-.4 G .362
-(hen run with job control enabled, if)-2.862 F F2(jobspec)145.74 578.4 Q
-F0 .004(does not specify a v)2.814 F .004(alid job or)-.25 F F2(jobspec)
+(hen run with job control enabled, if)-2.862 F F1(jobspec)145.74 244.8 Q
+F0 .004(does not specify a v)2.814 F .004(alid job or)-.25 F F1(jobspec)
 4.244 E F0 .004(speci\214es a job that w)2.814 F .004
-(as started without job control.)-.1 F F1(getopts)108 595.2 Q F2
-(optstring name)2.5 E F0([)2.5 E F2(ar)A(gs)-.37 E F0(])A F1(getopts)144
-607.2 Q F0 .793
-(is used by shell procedures to parse positional parameters.)3.294 F F2
+(as started without job control.)-.1 F F3(getopts)108 261.6 Q F1
+(optstring name)2.5 E F0([)2.5 E F1(ar)A(gs)-.37 E F0(])A F3(getopts)144
+273.6 Q F0 .793
+(is used by shell procedures to parse positional parameters.)3.294 F F1
 (optstring)6.023 E F0 .793(contains the option)3.513 F .149
-(characters to be recognized; if a character is follo)144 619.2 R .15
+(characters to be recognized; if a character is follo)144 285.6 R .15
 (wed by a colon, the option is e)-.25 F .15(xpected to ha)-.15 F .45
--.15(ve a)-.2 H(n).15 E(ar)144 631.2 Q .579
+-.15(ve a)-.2 H(n).15 E(ar)144 297.6 Q .579
 (gument, which should be separated from it by white space.)-.18 F .578
 (The colon and question mark char)5.579 F(-)-.2 E 1.665
-(acters may not be used as option characters.)144 643.2 R 1.665
-(Each time it is in)6.665 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F1(getopts)
+(acters may not be used as option characters.)144 309.6 R 1.665
+(Each time it is in)6.665 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F3(getopts)
 4.165 E F0 1.665(places the ne)4.165 F(xt)-.15 E .797
-(option in the shell v)144 655.2 R(ariable)-.25 E F2(name)3.297 E F0
-3.297(,i).18 G(nitializing)-3.297 E F2(name)3.657 E F0 .797
+(option in the shell v)144 321.6 R(ariable)-.25 E F1(name)3.297 E F0
+3.297(,i).18 G(nitializing)-3.297 E F1(name)3.657 E F0 .797
 (if it does not e)3.477 F .796(xist, and the inde)-.15 F 3.296(xo)-.15 G
-3.296(ft)-3.296 G .796(he ne)-3.296 F(xt)-.15 E(ar)144 667.2 Q .085
-(gument to be processed into the v)-.18 F(ariable)-.25 E F3(OPTIND)2.585
-E/F5 9/Times-Roman@0 SF(.)A F3(OPTIND)4.585 E F0 .085
-(is initialized to 1 each time the shell)2.335 F .846
-(or a shell script is in)144 679.2 R -.2(vo)-.4 G -.1(ke).2 G 3.345
-(d. When).1 F .845(an option requires an ar)3.345 F(gument,)-.18 E F1
+3.296(ft)-3.296 G .796(he ne)-3.296 F(xt)-.15 E(ar)144 333.6 Q .085
+(gument to be processed into the v)-.18 F(ariable)-.25 E/F4 9
+/Times-Bold@0 SF(OPTIND)2.585 E/F5 9/Times-Roman@0 SF(.)A F4(OPTIND)
+4.585 E F0 .085(is initialized to 1 each time the shell)2.335 F .846
+(or a shell script is in)144 345.6 R -.2(vo)-.4 G -.1(ke).2 G 3.345
+(d. When).1 F .845(an option requires an ar)3.345 F(gument,)-.18 E F3
 (getopts)3.345 E F0 .845(places that ar)3.345 F(gument)-.18 E .803
-(into the v)144 691.2 R(ariable)-.25 E F3(OPT)3.303 E(ARG)-.81 E F5(.)A
-F0 .803(The shell does not reset)5.303 F F3(OPTIND)3.303 E F0 .804
+(into the v)144 357.6 R(ariable)-.25 E F4(OPT)3.303 E(ARG)-.81 E F5(.)A
+F0 .803(The shell does not reset)5.303 F F4(OPTIND)3.303 E F0 .804
 (automatically; it must be manually)3.054 F .294
-(reset between multiple calls to)144 703.2 R F1(getopts)2.793 E F0 .293
+(reset between multiple calls to)144 369.6 R F3(getopts)2.793 E F0 .293
 (within the same shell in)2.793 F -.2(vo)-.4 G .293(cation if a ne).2 F
-2.793(ws)-.25 G .293(et of parameters)-2.793 F(is to be used.)144 715.2
-Q(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(50)199 E 0 Cg EP
-%%Page: 51 51
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E 2.043(When the end of options is encountered,)144 84 R/F1 10
-/Times-Bold@0 SF(getopts)4.543 E F0 -.15(ex)4.543 G 2.043
-(its with a return v).15 F 2.044(alue greater than zero.)-.25 F F1
-(OPTIND)144 96 Q F0(is set to the inde)2.5 E 2.5(xo)-.15 G 2.5(ft)-2.5 G
-(he \214rst non-option ar)-2.5 E(gument, and)-.18 E F1(name)2.5 E F0
-(is set to ?.)2.5 E F1(getopts)144 120 Q F0 2.393
+2.793(ws)-.25 G .293(et of parameters)-2.793 F(is to be used.)144 381.6
+Q 2.043(When the end of options is encountered,)144 405.6 R F3(getopts)
+4.543 E F0 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.044
+(alue greater than zero.)-.25 F F3(OPTIND)144 417.6 Q F0
+(is set to the inde)2.5 E 2.5(xo)-.15 G 2.5(ft)-2.5 G
+(he \214rst non-option ar)-2.5 E(gument, and)-.18 E F3(name)2.5 E F0
+(is set to ?.)2.5 E F3(getopts)144 441.6 Q F0 2.393
 (normally parses the positional parameters, b)4.893 F 2.392
 (ut if more ar)-.2 F 2.392(guments are gi)-.18 F -.15(ve)-.25 G 4.892
-(ni).15 G(n)-4.892 E/F2 10/Times-Italic@0 SF(ar)4.892 E(gs)-.37 E F0(,)
-.27 E F1(getopts)144 132 Q F0(parses those instead.)2.5 E F1(getopts)144
-156 Q F0 1.165(can report errors in tw)3.665 F 3.665(ow)-.1 G 3.665
-(ays. If)-3.765 F 1.165(the \214rst character of)3.665 F F2(optstring)
-3.895 E F0 1.166(is a colon,)3.886 F F2(silent)4.006 E F0(error)4.346 E
-1.264(reporting is used.)144 168 R 1.263
+(ni).15 G(n)-4.892 E F1(ar)4.892 E(gs)-.37 E F0(,).27 E F3(getopts)144
+453.6 Q F0(parses those instead.)2.5 E F3(getopts)144 477.6 Q F0 1.165
+(can report errors in tw)3.665 F 3.665(ow)-.1 G 3.665(ays. If)-3.765 F
+1.165(the \214rst character of)3.665 F F1(optstring)3.895 E F0 1.166
+(is a colon,)3.886 F F1(silent)4.006 E F0(error)4.346 E 1.264
+(reporting is used.)144 489.6 R 1.263
 (In normal operation diagnostic messages are printed when in)6.263 F
--.25(va)-.4 G 1.263(lid options or).25 F .393(missing option ar)144 180
-R .393(guments are encountered.)-.18 F .394(If the v)5.394 F(ariable)
--.25 E/F3 9/Times-Bold@0 SF(OPTERR)2.894 E F0 .394
-(is set to 0, no error messages)2.644 F(will be displayed, e)144 192 Q
+-.25(va)-.4 G 1.263(lid options or).25 F .393(missing option ar)144
+501.6 R .393(guments are encountered.)-.18 F .394(If the v)5.394 F
+(ariable)-.25 E F4(OPTERR)2.894 E F0 .394
+(is set to 0, no error messages)2.644 F(will be displayed, e)144 513.6 Q
 -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E
-F2(optstring)2.73 E F0(is not a colon.)2.72 E .667(If an in)144 216 R
--.25(va)-.4 G .667(lid option is seen,).25 F F1(getopts)3.167 E F0 .667
-(places ? into)3.167 F F2(name)3.527 E F0 .666
+F1(optstring)2.73 E F0(is not a colon.)2.72 E .667(If an in)144 537.6 R
+-.25(va)-.4 G .667(lid option is seen,).25 F F3(getopts)3.167 E F0 .667
+(places ? into)3.167 F F1(name)3.527 E F0 .666
 (and, if not silent, prints an error message)3.347 F .399(and unsets)144
-228 R F3(OPT)2.899 E(ARG)-.81 E/F4 9/Times-Roman@0 SF(.)A F0(If)4.899 E
-F1(getopts)2.899 E F0 .399
-(is silent, the option character found is placed in)2.899 F F3(OPT)2.899
-E(ARG)-.81 E F0 .4(and no)2.65 F(diagnostic message is printed.)144 240
-Q 1.242(If a required ar)144 264 R 1.242(gument is not found, and)-.18 F
-F1(getopts)3.741 E F0 1.241(is not silent, a question mark \()3.741 F F1
-(?).833 E F0 3.741(\)i).833 G 3.741(sp)-3.741 G 1.241(laced in)-3.741 F
-F2(name)144 276 Q F0(,).18 E F3(OPT)2.734 E(ARG)-.81 E F0 .234
-(is unset, and a diagnostic message is printed.)2.484 F(If)5.234 E F1
-(getopts)2.734 E F0 .235(is silent, then a colon \()2.734 F F1(:).833 E
-F0(\)).833 E(is placed in)144 288 Q F2(name)2.86 E F0(and)2.68 E F3(OPT)
-2.5 E(ARG)-.81 E F0(is set to the option character found.)2.25 E F1
-(getopts)144 312 Q F0 .902
+549.6 R F4(OPT)2.899 E(ARG)-.81 E F5(.)A F0(If)4.899 E F3(getopts)2.899
+E F0 .399(is silent, the option character found is placed in)2.899 F F4
+(OPT)2.899 E(ARG)-.81 E F0 .4(and no)2.65 F
+(diagnostic message is printed.)144 561.6 Q 1.242(If a required ar)144
+585.6 R 1.242(gument is not found, and)-.18 F F3(getopts)3.741 E F0
+1.241(is not silent, a question mark \()3.741 F F3(?).833 E F0 3.741
+(\)i).833 G 3.741(sp)-3.741 G 1.241(laced in)-3.741 F F1(name)144 597.6
+Q F0(,).18 E F4(OPT)2.734 E(ARG)-.81 E F0 .234
+(is unset, and a diagnostic message is printed.)2.484 F(If)5.234 E F3
+(getopts)2.734 E F0 .235(is silent, then a colon \()2.734 F F3(:).833 E
+F0(\)).833 E(is placed in)144 609.6 Q F1(name)2.86 E F0(and)2.68 E F4
+(OPT)2.5 E(ARG)-.81 E F0(is set to the option character found.)2.25 E F3
+(getopts)144 633.6 Q F0 .902
 (returns true if an option, speci\214ed or unspeci\214ed, is found.)
 3.402 F .902(It returns f)5.902 F .901(alse if the end of)-.1 F
-(options is encountered or an error occurs.)144 324 Q F1(hash)108 340.8
-Q F0([)2.5 E F1(\255lr)A F0 2.5(][)C F1<ad70>-2.5 E F2(\214lename)2.5 E
-F0 2.5(][)C F1(\255dt)-2.5 E F0 2.5(][)C F2(name)-2.5 E F0(])A -.15(Fo)
-144 352.8 S 3.554(re).15 G(ach)-3.554 E F2(name)3.554 E F0 3.554(,t).18
-G 1.054(he full \214le name of the command is determined by searching t\
-he directories in)-3.554 F F1($P)144 364.8 Q -.95(AT)-.74 G(H).95 E F0
-.35(and remembered.)2.85 F .35(If the)5.35 F F1<ad70>2.85 E F0 .349
-(option is supplied, no path search is performed, and)2.849 F F2
+(options is encountered or an error occurs.)144 645.6 Q F3(hash)108
+662.4 Q F0([)2.5 E F3(\255lr)A F0 2.5(][)C F3<ad70>-2.5 E F1(\214lename)
+2.5 E F0 2.5(][)C F3(\255dt)-2.5 E F0 2.5(][)C F1(name)-2.5 E F0(])A
+-.15(Fo)144 674.4 S 3.554(re).15 G(ach)-3.554 E F1(name)3.554 E F0 3.554
+(,t).18 G 1.054(he full \214le name of the command is determined by sea\
+rching the directories in)-3.554 F F3($P)144 686.4 Q -.95(AT)-.74 G(H)
+.95 E F0 .35(and remembered.)2.85 F .35(If the)5.35 F F3<ad70>2.85 E F0
+.349(option is supplied, no path search is performed, and)2.849 F F1
 (\214lename)4.759 E F0 .452
-(is used as the full \214le name of the command.)144 376.8 R(The)5.452 E
-F1<ad72>2.952 E F0 .452(option causes the shell to for)2.952 F .453
-(get all remem-)-.18 F .593(bered locations.)144 388.8 R(The)5.593 E F1
+(is used as the full \214le name of the command.)144 698.4 R(The)5.452 E
+F3<ad72>2.952 E F0 .452(option causes the shell to for)2.952 F .453
+(get all remem-)-.18 F .593(bered locations.)144 710.4 R(The)5.593 E F3
 <ad64>3.093 E F0 .593(option causes the shell to for)3.093 F .592
-(get the remembered location of each)-.18 F F2(name)3.092 E F0(.)A .02
-(If the)144 400.8 R F1<ad74>2.52 E F0 .02
-(option is supplied, the full pathname to which each)2.52 F F2(name)
-2.521 E F0 .021(corresponds is printed.)2.521 F .021(If multi-)5.021 F
-(ple)144 412.8 Q F2(name)3.704 E F0(ar)3.704 E 1.204
-(guments are supplied with)-.18 F F1<ad74>3.703 E F0 3.703(,t)C(he)
--3.703 E F2(name)3.703 E F0 1.203
-(is printed before the hashed full pathname.)3.703 F(The)144 424.8 Q F1
-<ad6c>3.215 E F0 .715(option causes output to be displayed in a format \
-that may be reused as input.)3.215 F .716(If no ar)5.716 F(gu-)-.18 E
-1.184(ments are gi)144 436.8 R -.15(ve)-.25 G 1.184(n, or if only).15 F
-F1<ad6c>3.684 E F0 1.183
-(is supplied, information about remembered commands is printed.)3.684 F
-(The return status is true unless a)144 448.8 Q F2(name)2.86 E F0
-(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.).25
-E F1(help)108 465.6 Q F0([)2.5 E F1<ad73>A F0 2.5(][)C F2(pattern)-2.5 E
-F0(])A .866(Display helpful information about b)144 477.6 R .867
-(uiltin commands.)-.2 F(If)5.867 E F2(pattern)4.617 E F0 .867
-(is speci\214ed,)3.607 F F1(help)3.367 E F0(gi)3.367 E -.15(ve)-.25 G
-3.367(sd).15 G(etailed)-3.367 E .307(help on all commands matching)144
-489.6 R F2(pattern)2.807 E F0 2.807(;o).24 G .307
-(therwise help for all the b)-2.807 F .306
-(uiltins and shell control struc-)-.2 F .596(tures is printed.)144 501.6
-R(The)5.596 E F1<ad73>3.096 E F0 .596
+(get the remembered location of each)-.18 F F1(name)3.092 E F0(.)A 1.706
+(If the)144 722.4 R F3<ad74>4.206 E F0 1.706
+(option is supplied, the full pathname to which each)4.206 F F1(name)
+4.206 E F0 1.707(corresponds is printed.)4.207 F(If)6.707 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(25)-2.5 G(1)-197.965 E 0 Cg EP
+%%Page: 52 52
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E(multiple)144 84 Q/F1 10/Times-Italic@0 SF(name)3.684 E F0(ar)
+3.684 E 1.184(guments are supplied with)-.18 F/F2 10/Times-Bold@0 SF
+<ad74>3.684 E F0 3.684(,t)C(he)-3.684 E F1(name)3.684 E F0 1.184
+(is printed before the hashed full path-)3.684 F 2.913(name. The)144 96
+R F2<ad6c>2.913 E F0 .413(option causes output to be displayed in a for\
+mat that may be reused as input.)2.913 F .414(If no)5.414 F(ar)144 108 Q
+2.486(guments are gi)-.18 F -.15(ve)-.25 G 2.486(n, or if only).15 F F2
+<ad6c>4.985 E F0 2.485
+(is supplied, information about remembered commands is)4.985 F 2.5
+(printed. The)144 120 R(return status is true unless a)2.5 E F1(name)
+2.86 E F0(is not found or an in)2.68 E -.25(va)-.4 G
+(lid option is supplied.).25 E F2(help)108 136.8 Q F0([)2.5 E F2<ad73>A
+F0 2.5(][)C F1(pattern)-2.5 E F0(])A .866
+(Display helpful information about b)144 148.8 R .867(uiltin commands.)
+-.2 F(If)5.867 E F1(pattern)4.617 E F0 .867(is speci\214ed,)3.607 F F2
+(help)3.367 E F0(gi)3.367 E -.15(ve)-.25 G 3.367(sd).15 G(etailed)-3.367
+E .307(help on all commands matching)144 160.8 R F1(pattern)2.807 E F0
+2.807(;o).24 G .307(therwise help for all the b)-2.807 F .306
+(uiltins and shell control struc-)-.2 F .596(tures is printed.)144 172.8
+R(The)5.596 E F2<ad73>3.096 E F0 .596
 (option restricts the information displayed to a short usage synopsis.)
 3.096 F(The)5.596 E(return status is 0 unless no command matches)144
-513.6 Q F2(pattern)2.5 E F0(.).24 E F1(history [)108 530.4 Q F2(n)A F1
-(])A(history \255c)108 542.4 Q(history \255d)108 554.4 Q F2(of)2.5 E
-(fset)-.18 E F1(history \255anrw)108 566.4 Q F0([)2.5 E F2(\214lename)A
-F0(])A F1(history \255p)108 578.4 Q F2(ar)2.5 E(g)-.37 E F0([)2.5 E F2
-(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A F1(history \255s)108 590.4 Q F2(ar)
-2.5 E(g)-.37 E F0([)2.5 E F2(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A -.4(Wi)
-144 602.4 S .752
+184.8 Q F1(pattern)2.5 E F0(.).24 E F2(history [)108 201.6 Q F1(n)A F2
+(])A(history \255c)108 213.6 Q(history \255d)108 225.6 Q F1(of)2.5 E
+(fset)-.18 E F2(history \255anrw)108 237.6 Q F0([)2.5 E F1(\214lename)A
+F0(])A F2(history \255p)108 249.6 Q F1(ar)2.5 E(g)-.37 E F0([)2.5 E F1
+(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A F2(history \255s)108 261.6 Q F1(ar)
+2.5 E(g)-.37 E F0([)2.5 E F1(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A -.4(Wi)
+144 273.6 S .752
 (th no options, display the command history list with line numbers.).4 F
-.752(Lines listed with a)5.752 F F1(*)3.251 E F0(ha)3.251 E -.15(ve)-.2
-G 1.23(been modi\214ed.)144 614.4 R 1.23(An ar)6.23 F 1.23(gument of)
--.18 F F2(n)4.09 E F0 1.231(lists only the last)3.97 F F2(n)4.091 E F0
-3.731(lines. If)3.971 F 1.231(the shell v)3.731 F(ariable)-.25 E F1
-(HISTTIME-)3.731 E(FORMA)144 626.4 Q(T)-.95 E F0 .25
-(is set and not null, it is used as a format string for)2.75 F F2
+.752(Lines listed with a)5.752 F F2(*)3.251 E F0(ha)3.251 E -.15(ve)-.2
+G 1.23(been modi\214ed.)144 285.6 R 1.23(An ar)6.23 F 1.23(gument of)
+-.18 F F1(n)4.09 E F0 1.231(lists only the last)3.97 F F1(n)4.091 E F0
+3.731(lines. If)3.971 F 1.231(the shell v)3.731 F(ariable)-.25 E F2
+(HISTTIME-)3.731 E(FORMA)144 297.6 Q(T)-.95 E F0 .25
+(is set and not null, it is used as a format string for)2.75 F F1
 (strftime)2.749 E F0 .249(\(3\) to display the time stamp)B .378
-(associated with each displayed history entry)144 638.4 R 5.378(.N)-.65
+(associated with each displayed history entry)144 309.6 R 5.378(.N)-.65
 G 2.878(oi)-5.378 G(nterv)-2.878 E .379
 (ening blank is printed between the format-)-.15 F .815
-(ted time stamp and the history line.)144 650.4 R(If)5.814 E F2
+(ted time stamp and the history line.)144 321.6 R(If)5.814 E F1
 (\214lename)3.314 E F0 .814
 (is supplied, it is used as the name of the history)3.314 F
-(\214le; if not, the v)144 662.4 Q(alue of)-.25 E F3(HISTFILE)2.5 E F0
-(is used.)2.25 E(Options, if supplied, ha)5 E .3 -.15(ve t)-.2 H
-(he follo).15 E(wing meanings:)-.25 E F1<ad63>144 674.4 Q F0
-(Clear the history list by deleting all the entries.)25.86 E F1<ad64>144
-686.4 Q F2(of)2.5 E(fset)-.18 E F0(Delete the history entry at position)
-180 698.4 Q F2(of)2.5 E(fset)-.18 E F0(.)A F1<ad61>144 710.4 Q F0 .598
+(\214le; if not, the v)144 333.6 Q(alue of)-.25 E/F3 9/Times-Bold@0 SF
+(HISTFILE)2.5 E F0(is used.)2.25 E(Options, if supplied, ha)5 E .3 -.15
+(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad63>144 345.6 Q F0
+(Clear the history list by deleting all the entries.)25.86 E F2<ad64>144
+357.6 Q F1(of)2.5 E(fset)-.18 E F0(Delete the history entry at position)
+180 369.6 Q F1(of)2.5 E(fset)-.18 E F0(.)A F2<ad61>144 381.6 Q F0 .598
 (Append the `)25.3 F(`ne)-.74 E(w')-.25 E 3.098('h)-.74 G .598
 (istory lines \(history lines entered since the be)-3.098 F .599
-(ginning of the current)-.15 F F1(bash)180 722.4 Q F0
-(session\) to the history \214le.)2.5 E(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(51)199 E 0 Cg EP
-%%Page: 52 52
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Times-Bold@0 SF<ad6e>144 84 Q F0 .854(Read the history lin\
-es not already read from the history \214le into the current history li\
-st.)24.74 F .772
-(These are lines appended to the history \214le since the be)180 96 R
-.773(ginning of the current)-.15 F F1(bash)3.273 E F0(ses-)3.273 E
-(sion.)180 108 Q F1<ad72>144 120 Q F0(Read the contents of the history \
-\214le and use them as the current history)25.86 E(.)-.65 E F1<ad77>144
-132 Q F0(Write the current history to the history \214le, o)23.08 E -.15
-(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G(ontents.)
--2.5 E F1<ad70>144 144 Q F0 .626
-(Perform history substitution on the follo)24.74 F(wing)-.25 E/F2 10
-/Times-Italic@0 SF(ar)3.125 E(gs)-.37 E F0 .625
-(and display the result on the standard)3.125 F 2.975(output. Does)180
-156 R .475(not store the results in the history list.)2.975 F(Each)5.475
-E F2(ar)2.975 E(g)-.37 E F0 .475(must be quoted to disable)2.975 F
-(normal history e)180 168 Q(xpansion.)-.15 E F1<ad73>144 180 Q F0 .363
-(Store the)26.41 F F2(ar)3.193 E(gs)-.37 E F0 .363
+(ginning of the current)-.15 F F2(bash)180 393.6 Q F0
+(session\) to the history \214le.)2.5 E F2<ad6e>144 405.6 Q F0 .854(Rea\
+d the history lines not already read from the history \214le into the c\
+urrent history list.)24.74 F .772
+(These are lines appended to the history \214le since the be)180 417.6 R
+.773(ginning of the current)-.15 F F2(bash)3.273 E F0(ses-)3.273 E
+(sion.)180 429.6 Q F2<ad72>144 441.6 Q F0(Read the contents of the hist\
+ory \214le and use them as the current history)25.86 E(.)-.65 E F2<ad77>
+144 453.6 Q F0(Write the current history to the history \214le, o)23.08
+E -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G
+(ontents.)-2.5 E F2<ad70>144 465.6 Q F0 .626
+(Perform history substitution on the follo)24.74 F(wing)-.25 E F1(ar)
+3.125 E(gs)-.37 E F0 .625(and display the result on the standard)3.125 F
+2.975(output. Does)180 477.6 R .475
+(not store the results in the history list.)2.975 F(Each)5.475 E F1(ar)
+2.975 E(g)-.37 E F0 .475(must be quoted to disable)2.975 F
+(normal history e)180 489.6 Q(xpansion.)-.15 E F2<ad73>144 501.6 Q F0
+.363(Store the)26.41 F F1(ar)3.193 E(gs)-.37 E F0 .363
 (in the history list as a single entry)3.133 F 5.363(.T)-.65 G .362
-(he last command in the history list is)-5.363 F(remo)180 192 Q -.15(ve)
--.15 G 2.5(db).15 G(efore the)-2.5 E F2(ar)2.83 E(gs)-.37 E F0
-(are added.)2.77 E .28(If the)144 208.8 R F1(HISTTIMEFORMA)2.78 E(T)-.95
+(he last command in the history list is)-5.363 F(remo)180 513.6 Q -.15
+(ve)-.15 G 2.5(db).15 G(efore the)-2.5 E F1(ar)2.83 E(gs)-.37 E F0
+(are added.)2.77 E .28(If the)144 530.4 R F2(HISTTIMEFORMA)2.78 E(T)-.95
 E F0 .28
 (is set, the time stamp information associated with each history entry)
-2.78 F .216(is written to the history \214le.)144 220.8 R .216
+2.78 F .216(is written to the history \214le.)144 542.4 R .216
 (The return v)5.216 F .216(alue is 0 unless an in)-.25 F -.25(va)-.4 G
 .216(lid option is encountered, an error).25 F .422
-(occurs while reading or writing the history \214le, an in)144 232.8 R
--.25(va)-.4 G(lid).25 E F2(of)2.922 E(fset)-.18 E F0 .422
-(is supplied as an ar)2.922 F .422(gument to)-.18 F F1<ad64>2.922 E F0
-(,)A(or the history e)144 244.8 Q(xpansion supplied as an ar)-.15 E
-(gument to)-.18 E F1<ad70>2.5 E F0 -.1(fa)2.5 G(ils.).1 E F1(jobs)108
-261.6 Q F0([)2.5 E F1(\255lnprs)A F0 2.5(][)C F2(jobspec)A F0(... ])2.5
-E F1(jobs \255x)108 273.6 Q F2(command)2.5 E F0([)2.5 E F2(ar)2.5 E(gs)
--.37 E F0(... ])2.5 E(The \214rst form lists the acti)144 285.6 Q .3
+(occurs while reading or writing the history \214le, an in)144 554.4 R
+-.25(va)-.4 G(lid).25 E F1(of)2.922 E(fset)-.18 E F0 .422
+(is supplied as an ar)2.922 F .422(gument to)-.18 F F2<ad64>2.922 E F0
+(,)A(or the history e)144 566.4 Q(xpansion supplied as an ar)-.15 E
+(gument to)-.18 E F2<ad70>2.5 E F0 -.1(fa)2.5 G(ils.).1 E F2(jobs)108
+583.2 Q F0([)2.5 E F2(\255lnprs)A F0 2.5(][)C F1(jobspec)A F0(... ])2.5
+E F2(jobs \255x)108 595.2 Q F1(command)2.5 E F0([)2.5 E F1(ar)2.5 E(gs)
+-.37 E F0(... ])2.5 E(The \214rst form lists the acti)144 607.2 Q .3
 -.15(ve j)-.25 H 2.5(obs. The).15 F(options ha)2.5 E .3 -.15(ve t)-.2 H
-(he follo).15 E(wing meanings:)-.25 E F1<ad6c>144 297.6 Q F0
-(List process IDs in addition to the normal information.)27.52 E F1
-<ad70>144 309.6 Q F0(List only the process ID of the job')24.74 E 2.5
-(sp)-.55 G(rocess group leader)-2.5 E(.)-.55 E F1<ad6e>144 321.6 Q F0
+(he follo).15 E(wing meanings:)-.25 E F2<ad6c>144 619.2 Q F0
+(List process IDs in addition to the normal information.)27.52 E F2
+<ad70>144 631.2 Q F0(List only the process ID of the job')24.74 E 2.5
+(sp)-.55 G(rocess group leader)-2.5 E(.)-.55 E F2<ad6e>144 643.2 Q F0
 .194(Display information only about jobs that ha)24.74 F .494 -.15(ve c)
 -.2 H .193(hanged status since the user w).15 F .193(as last noti-)-.1 F
-(\214ed of their status.)180 333.6 Q F1<ad72>144 345.6 Q F0
-(Restrict output to running jobs.)25.86 E F1<ad73>144 357.6 Q F0
-(Restrict output to stopped jobs.)26.41 E(If)144 374.4 Q F2(jobspec)
-4.553 E F0 .313(is gi)3.123 F -.15(ve)-.25 G .313
+(\214ed of their status.)180 655.2 Q F2<ad72>144 667.2 Q F0
+(Restrict output to running jobs.)25.86 E F2<ad73>144 679.2 Q F0
+(Restrict output to stopped jobs.)26.41 E(If)144 696 Q F1(jobspec)4.553
+E F0 .313(is gi)3.123 F -.15(ve)-.25 G .313
 (n, output is restricted to information about that job).15 F 5.314(.T)
--.4 G .314(he return status is 0 unless)-5.314 F(an in)144 386.4 Q -.25
+-.4 G .314(he return status is 0 unless)-5.314 F(an in)144 708 Q -.25
 (va)-.4 G(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25
-E F2(jobspec)4.24 E F0(is supplied.)2.81 E .395(If the)144 403.2 R F1
-<ad78>2.895 E F0 .394(option is supplied,)2.894 F F1(jobs)2.894 E F0
-.394(replaces an)2.894 F(y)-.15 E F2(jobspec)4.634 E F0 .394(found in)
-3.204 F F2(command)3.094 E F0(or)3.664 E F2(ar)3.224 E(gs)-.37 E F0 .394
-(with the corre-)3.164 F(sponding process group ID, and e)144 415.2 Q
--.15(xe)-.15 G(cutes).15 E F2(command)2.7 E F0(passing it)3.27 E F2(ar)
-2.5 E(gs)-.37 E F0 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)-.15 E
-F1(kill)108 432 Q F0([)2.5 E F1<ad73>A F2(sigspec)2.5 E F0(|)2.5 E F1
-<ad6e>2.5 E F2(signum)2.5 E F0(|)2.5 E F1<ad>2.5 E F2(sigspec)A F0 2.5
-(][)C F2(pid)-2.5 E F0(|)2.5 E F2(jobspec)2.5 E F0 2.5(].)C(..)-2.5 E F1
-(kill \255l)108 444 Q F0([)2.5 E F2(sigspec)A F0(|)2.5 E F2 -.2(ex)2.5 G
-(it_status).2 E F0(])A .119(Send the signal named by)144 456 R F2
-(sigspec)2.959 E F0(or)2.929 E F2(signum)2.959 E F0 .119
-(to the processes named by)2.939 F F2(pid)3.87 E F0(or)3.39 E F2
-(jobspec)2.62 E F0(.).31 E F2(sigspec)5.46 E F0(is)2.93 E .319
-(either a case-insensiti)144 468 R .619 -.15(ve s)-.25 H .319
+E F1(jobspec)4.24 E F0(is supplied.)2.81 E 2.067(If the)144 724.8 R F2
+<ad78>4.567 E F0 2.067(option is supplied,)4.567 F F2(jobs)4.567 E F0
+2.067(replaces an)4.567 F(y)-.15 E F1(jobspec)6.307 E F0 2.067(found in)
+4.877 F F1(command)4.767 E F0(or)5.337 E F1(ar)4.897 E(gs)-.37 E F0
+2.066(with the)4.836 F(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385
+(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(25)-2.5 G(2)-197.965 E
+0 Cg EP
+%%Page: 53 53
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E(corresponding process group ID, and e)144 84 Q -.15(xe)-.15 G
+(cutes).15 E/F1 10/Times-Italic@0 SF(command)2.7 E F0(passing it)3.27 E
+F1(ar)2.5 E(gs)-.37 E F0 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)
+-.15 E/F2 10/Times-Bold@0 SF(kill)108 100.8 Q F0([)2.5 E F2<ad73>A F1
+(sigspec)2.5 E F0(|)2.5 E F2<ad6e>2.5 E F1(signum)2.5 E F0(|)2.5 E F2
+<ad>2.5 E F1(sigspec)A F0 2.5(][)C F1(pid)-2.5 E F0(|)2.5 E F1(jobspec)
+2.5 E F0 2.5(].)C(..)-2.5 E F2(kill \255l)108 112.8 Q F0([)2.5 E F1
+(sigspec)A F0(|)2.5 E F1 -.2(ex)2.5 G(it_status).2 E F0(])A .119
+(Send the signal named by)144 124.8 R F1(sigspec)2.959 E F0(or)2.929 E
+F1(signum)2.959 E F0 .119(to the processes named by)2.939 F F1(pid)3.87
+E F0(or)3.39 E F1(jobspec)2.62 E F0(.).31 E F1(sigspec)5.46 E F0(is)2.93
+E .319(either a case-insensiti)144 136.8 R .619 -.15(ve s)-.25 H .319
 (ignal name such as).15 F/F3 9/Times-Bold@0 SF(SIGKILL)2.819 E F0 .318
 (\(with or without the)2.569 F F3(SIG)2.818 E F0 .318
-(pre\214x\) or a signal)2.568 F(number;)144 480 Q F2(signum)4.188 E F0
-1.349(is a signal number)4.168 F 6.349(.I)-.55 G(f)-6.349 E F2(sigspec)
+(pre\214x\) or a signal)2.568 F(number;)144 148.8 Q F1(signum)4.188 E F0
+1.349(is a signal number)4.168 F 6.349(.I)-.55 G(f)-6.349 E F1(sigspec)
 4.189 E F0 1.349(is not present, then)4.159 F F3(SIGTERM)3.849 E F0
-1.349(is assumed.)3.599 F(An)6.349 E(ar)144 492 Q .523(gument of)-.18 F
-F1<ad6c>3.023 E F0 .523(lists the signal names.)3.023 F .523(If an)5.523
-F 3.023(ya)-.15 G -.18(rg)-3.023 G .523(uments are supplied when).18 F
-F1<ad6c>3.023 E F0 .523(is gi)3.023 F -.15(ve)-.25 G .523(n, the names)
-.15 F .28(of the signals corresponding to the ar)144 504 R .28
-(guments are listed, and the return status is 0.)-.18 F(The)5.28 E F2
--.2(ex)2.78 G(it_status).2 E F0(ar)144 516 Q .378(gument to)-.18 F F1
-<ad6c>2.878 E F0 .378
+1.349(is assumed.)3.599 F(An)6.349 E(ar)144 160.8 Q .523(gument of)-.18
+F F2<ad6c>3.023 E F0 .523(lists the signal names.)3.023 F .523(If an)
+5.523 F 3.023(ya)-.15 G -.18(rg)-3.023 G .523(uments are supplied when)
+.18 F F2<ad6c>3.023 E F0 .523(is gi)3.023 F -.15(ve)-.25 G .523
+(n, the names).15 F .28(of the signals corresponding to the ar)144 172.8
+R .28(guments are listed, and the return status is 0.)-.18 F(The)5.28 E
+F1 -.2(ex)2.78 G(it_status).2 E F0(ar)144 184.8 Q .378(gument to)-.18 F
+F2<ad6c>2.878 E F0 .378
 (is a number specifying either a signal number or the e)2.878 F .377
-(xit status of a process termi-)-.15 F .593(nated by a signal.)144 528 R
-F1(kill)5.593 E F0 .593(returns true if at least one signal w)3.093 F
+(xit status of a process termi-)-.15 F .593(nated by a signal.)144 196.8
+R F2(kill)5.593 E F0 .593(returns true if at least one signal w)3.093 F
 .593(as successfully sent, or f)-.1 F .594(alse if an error)-.1 F
-(occurs or an in)144 540 Q -.25(va)-.4 G(lid option is encountered.).25
-E F1(let)108 556.8 Q F2(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A(g)-.37 E F0
-(...])2.5 E(Each)144 568.8 Q F2(ar)3.965 E(g)-.37 E F0 1.135
+(occurs or an in)144 208.8 Q -.25(va)-.4 G(lid option is encountered.)
+.25 E F2(let)108 225.6 Q F1(ar)2.5 E(g)-.37 E F0([)2.5 E F1(ar)A(g)-.37
+E F0(...])2.5 E(Each)144 237.6 Q F1(ar)3.965 E(g)-.37 E F0 1.135
 (is an arithmetic e)3.855 F 1.134(xpression to be e)-.15 F -.25(va)-.25
 G 1.134(luated \(see).25 F F3 1.134(ARITHMETIC EV)3.634 F(ALU)-1.215 E
 -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(\).)A F0 1.134(If the)
-5.634 F(last)144 580.8 Q F2(ar)2.83 E(g)-.37 E F0 -.25(eva)2.72 G
-(luates to 0,).25 E F1(let)2.5 E F0(returns 1; 0 is returned otherwise.)
-2.5 E F1(local)108 597.6 Q F0([)2.5 E F2(option)A F0 2.5(][)C F2(name)
--2.5 E F0([=)A F2(value)A F0 2.5(].)C(..])-2.5 E -.15(Fo)144 609.6 S
+5.634 F(last)144 249.6 Q F1(ar)2.83 E(g)-.37 E F0 -.25(eva)2.72 G
+(luates to 0,).25 E F2(let)2.5 E F0(returns 1; 0 is returned otherwise.)
+2.5 E F2(local)108 266.4 Q F0([)2.5 E F1(option)A F0 2.5(][)C F1(name)
+-2.5 E F0([=)A F1(value)A F0 2.5(].)C(..])-2.5 E -.15(Fo)144 278.4 S
 2.56(re).15 G .06(ach ar)-2.56 F .06(gument, a local v)-.18 F .06
-(ariable named)-.25 F F2(name)2.92 E F0 .06(is created, and assigned)
-2.74 F F2(value)2.56 E F0 5.06(.T).18 G(he)-5.06 E F2(option)2.56 E F0
-.06(can be)2.56 F(an)144 621.6 Q 3.153(yo)-.15 G 3.153(ft)-3.153 G .653
-(he options accepted by)-3.153 F F1(declar)3.153 E(e)-.18 E F0 5.652(.W)
-C(hen)-5.652 E F1(local)3.152 E F0 .652
+(ariable named)-.25 F F1(name)2.92 E F0 .06(is created, and assigned)
+2.74 F F1(value)2.56 E F0 5.06(.T).18 G(he)-5.06 E F1(option)2.56 E F0
+.06(can be)2.56 F(an)144 290.4 Q 3.153(yo)-.15 G 3.153(ft)-3.153 G .653
+(he options accepted by)-3.153 F F2(declar)3.153 E(e)-.18 E F0 5.652(.W)
+C(hen)-5.652 E F2(local)3.152 E F0 .652
 (is used within a function, it causes the v)3.152 F(ari-)-.25 E(able)144
-633.6 Q F2(name)3.72 E F0 .86(to ha)3.54 F 1.16 -.15(ve a v)-.2 H .861
+302.4 Q F1(name)3.72 E F0 .86(to ha)3.54 F 1.16 -.15(ve a v)-.2 H .861
 (isible scope restricted to that function and its children.).15 F -.4
-(Wi)5.861 G .861(th no operands,).4 F F1(local)144 645.6 Q F0 1.165
+(Wi)5.861 G .861(th no operands,).4 F F2(local)144 314.4 Q F0 1.165
 (writes a list of local v)3.665 F 1.165
 (ariables to the standard output.)-.25 F 1.165(It is an error to use)
-6.165 F F1(local)3.664 E F0 1.164(when not)3.664 F .232
-(within a function.)144 657.6 R .233(The return status is 0 unless)5.232
-F F1(local)2.733 E F0 .233(is used outside a function, an in)2.733 F
--.25(va)-.4 G(lid).25 E F2(name)3.093 E F0(is)2.913 E(supplied, or)144
-669.6 Q F2(name)2.5 E F0(is a readonly v)2.5 E(ariable.)-.25 E F1
-(logout)108 686.4 Q F0(Exit a login shell.)9.33 E F1(popd)108 703.2 Q F0
-<5bad>2.5 E F1(n)A F0 2.5(][)C(+)-2.5 E F2(n)A F0 2.5(][)C<ad>-2.5 E F2
-(n)A F0(])A(Remo)144 715.2 Q -.15(ve)-.15 G 2.8(se).15 G .3
+6.165 F F2(local)3.664 E F0 1.164(when not)3.664 F .232
+(within a function.)144 326.4 R .233(The return status is 0 unless)5.232
+F F2(local)2.733 E F0 .233(is used outside a function, an in)2.733 F
+-.25(va)-.4 G(lid).25 E F1(name)3.093 E F0(is)2.913 E(supplied, or)144
+338.4 Q F1(name)2.5 E F0(is a readonly v)2.5 E(ariable.)-.25 E F2
+(logout)108 355.2 Q F0(Exit a login shell.)9.33 E F2(popd)108 372 Q F0
+<5bad>2.5 E F2(n)A F0 2.5(][)C(+)-2.5 E F1(n)A F0 2.5(][)C<ad>-2.5 E F1
+(n)A F0(])A(Remo)144 384 Q -.15(ve)-.15 G 2.8(se).15 G .3
 (ntries from the directory stack.)-2.8 F -.4(Wi)5.299 G .299(th no ar).4
 F .299(guments, remo)-.18 F -.15(ve)-.15 G 2.799(st).15 G .299
-(he top directory from the)-2.799 F 1.478(stack, and performs a)144
-727.2 R F1(cd)3.978 E F0 1.479(to the ne)3.978 F 3.979(wt)-.25 G 1.479
+(he top directory from the)-2.799 F 1.478(stack, and performs a)144 396
+R F2(cd)3.978 E F0 1.479(to the ne)3.978 F 3.979(wt)-.25 G 1.479
 (op directory)-3.979 F 6.479(.A)-.65 G -.18(rg)-6.479 G 1.479
 (uments, if supplied, ha).18 F 1.779 -.15(ve t)-.2 H 1.479(he follo).15
-F(wing)-.25 E(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(52)199 E 0 Cg
-EP
-%%Page: 53 53
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E(meanings:)144 84 Q/F1 10/Times-Bold@0 SF(+)144 96 Q/F2 10
-/Times-Italic@0 SF(n)A F0(Remo)25.3 E -.15(ve)-.15 G 2.64(st).15 G(he)
--2.64 E F2(n)2.64 E F0 .14
-(th entry counting from the left of the list sho)B .14(wn by)-.25 F F1
-(dirs)2.64 E F0 2.64(,s)C .14(tarting with zero.)-2.64 F -.15(Fo)180 108
-S 2.5(re).15 G(xample:)-2.65 E/F3 10/Courier@0 SF(popd +0)2.5 E F0(remo)
+F(wing)-.25 E(meanings:)144 408 Q F2(+)144 420 Q F1(n)A F0(Remo)25.3 E
+-.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F1(n)2.64 E F0 .14
+(th entry counting from the left of the list sho)B .14(wn by)-.25 F F2
+(dirs)2.64 E F0 2.64(,s)C .14(tarting with zero.)-2.64 F -.15(Fo)180 432
+S 2.5(re).15 G(xample:)-2.65 E/F5 10/Courier@0 SF(popd +0)2.5 E F0(remo)
 2.5 E -.15(ve)-.15 G 2.5(st).15 G(he \214rst directory)-2.5 E(,)-.65 E
-F3(popd +1)2.5 E F0(the second.)2.5 E F1<ad>144 120 Q F2(n)A F0(Remo)
-25.3 E -.15(ve)-.15 G 3.759(st).15 G(he)-3.759 E F2(n)3.759 E F0 1.259
-(th entry counting from the right of the list sho)B 1.26(wn by)-.25 F F1
-(dirs)3.76 E F0 3.76(,s)C 1.26(tarting with)-3.76 F 2.5(zero. F)180 132
-R(or e)-.15 E(xample:)-.15 E F3(popd -0)2.5 E F0(remo)2.5 E -.15(ve)-.15
-G 2.5(st).15 G(he last directory)-2.5 E(,)-.65 E F3(popd -1)2.5 E F0
-(the ne)2.5 E(xt to last.)-.15 E F1<ad6e>144 144 Q F0 .551
+F5(popd +1)2.5 E F0(the second.)2.5 E F2<ad>144 444 Q F1(n)A F0(Remo)
+25.3 E -.15(ve)-.15 G 3.759(st).15 G(he)-3.759 E F1(n)3.759 E F0 1.259
+(th entry counting from the right of the list sho)B 1.26(wn by)-.25 F F2
+(dirs)3.76 E F0 3.76(,s)C 1.26(tarting with)-3.76 F 2.5(zero. F)180 456
+R(or e)-.15 E(xample:)-.15 E F5(popd -0)2.5 E F0(remo)2.5 E -.15(ve)-.15
+G 2.5(st).15 G(he last directory)-2.5 E(,)-.65 E F5(popd -1)2.5 E F0
+(the ne)2.5 E(xt to last.)-.15 E F2<ad6e>144 468 Q F0 .551
 (Suppresses the normal change of directory when remo)24.74 F .551
 (ving directories from the stack, so)-.15 F
-(that only the stack is manipulated.)180 156 Q .643(If the)144 172.8 R
-F1(popd)3.143 E F0 .643(command is successful, a)3.143 F F1(dirs)3.143 E
-F0 .644(is performed as well, and the return status is 0.)3.143 F F1
-(popd)5.644 E F0 .416(returns f)144 184.8 R .416(alse if an in)-.1 F
+(that only the stack is manipulated.)180 480 Q .643(If the)144 496.8 R
+F2(popd)3.143 E F0 .643(command is successful, a)3.143 F F2(dirs)3.143 E
+F0 .644(is performed as well, and the return status is 0.)3.143 F F2
+(popd)5.644 E F0 .416(returns f)144 508.8 R .416(alse if an in)-.1 F
 -.25(va)-.4 G .415
 (lid option is encountered, the directory stack is empty).25 F 2.915
 (,an)-.65 G(on-e)-2.915 E .415(xistent direc-)-.15 F
-(tory stack entry is speci\214ed, or the directory change f)144 196.8 Q
-(ails.)-.1 E F1(printf)108 213.6 Q F2(format)2.5 E F0([)2.5 E F2(ar)A
-(guments)-.37 E F0(])A .372(Write the formatted)144 225.6 R F2(ar)2.872
+(tory stack entry is speci\214ed, or the directory change f)144 520.8 Q
+(ails.)-.1 E F2(printf)108 537.6 Q F1(format)2.5 E F0([)2.5 E F1(ar)A
+(guments)-.37 E F0(])A .372(Write the formatted)144 549.6 R F1(ar)2.872
 E(guments)-.37 E F0 .372
-(to the standard output under the control of the)2.872 F F2(format)2.872
-E F0 5.372(.T)C(he)-5.372 E F2(format)2.872 E F0 1.804(is a character s\
+(to the standard output under the control of the)2.872 F F1(format)2.872
+E F0 5.372(.T)C(he)-5.372 E F1(format)2.872 E F0 1.804(is a character s\
 tring which contains three types of objects: plain characters, which ar\
-e simply)144 237.6 R .158
+e simply)144 561.6 R .158
 (copied to standard output, character escape sequences, which are con)
-144 249.6 R -.15(ve)-.4 G .159(rted and copied to the stan-).15 F .499(\
+144 573.6 R -.15(ve)-.4 G .159(rted and copied to the stan-).15 F .499(\
 dard output, and format speci\214cations, each of which causes printing\
- of the ne)144 261.6 R .499(xt successi)-.15 F -.15(ve)-.25 G F2(ar)
-3.149 E(gu-)-.37 E(ment)144 273.6 Q F0 5.423(.I)C 2.923(na)-5.423 G .423
-(ddition to the standard)-2.923 F F2(printf)2.923 E F0 .424
-(\(1\) formats,)B F1(%b)2.924 E F0(causes)2.924 E F1(printf)2.924 E F0
+ of the ne)144 585.6 R .499(xt successi)-.15 F -.15(ve)-.25 G F1(ar)
+3.149 E(gu-)-.37 E(ment)144 597.6 Q F0 5.423(.I)C 2.923(na)-5.423 G .423
+(ddition to the standard)-2.923 F F1(printf)2.923 E F0 .424
+(\(1\) formats,)B F2(%b)2.924 E F0(causes)2.924 E F2(printf)2.924 E F0
 .424(to e)2.924 F .424(xpand backslash escape)-.15 F .934
-(sequences in the corresponding)144 285.6 R F2(ar)3.434 E(gument)-.37 E
-F0(\(e)3.434 E .934(xcept that)-.15 F F1(\\c)3.434 E F0 .934
-(terminates output, backslashes in)3.434 F F1(\\')3.433 E F0(,)A F1(\\")
-3.433 E F0(,)A(and)144 297.6 Q F1(\\?)3.421 E F0 .921(are not remo)3.421
+(sequences in the corresponding)144 609.6 R F1(ar)3.434 E(gument)-.37 E
+F0(\(e)3.434 E .934(xcept that)-.15 F F2(\\c)3.434 E F0 .934
+(terminates output, backslashes in)3.434 F F2(\\')3.433 E F0(,)A F2(\\")
+3.433 E F0(,)A(and)144 621.6 Q F2(\\?)3.421 E F0 .921(are not remo)3.421
 F -.15(ve)-.15 G .922(d, and octal escapes be).15 F .922(ginning with)
--.15 F F1(\\0)3.422 E F0 .922(may contain up to four digits\), and)3.422
-F F1(%q)144 309.6 Q F0(causes)3.631 E F1(printf)3.631 E F0 1.131
-(to output the corresponding)3.631 F F2(ar)3.631 E(gument)-.37 E F0 1.13
-(in a format that can be reused as shell)3.631 F(input.)144 321.6 Q(The)
-144 345.6 Q F2(format)3.423 E F0 .923
-(is reused as necessary to consume all of the)3.423 F F2(ar)3.423 E
-(guments)-.37 E F0 5.923(.I)C 3.423(ft)-5.923 G(he)-3.423 E F2(format)
-3.423 E F0 .924(requires more)3.424 F F2(ar)144 357.6 Q(guments)-.37 E
+-.15 F F2(\\0)3.422 E F0 .922(may contain up to four digits\), and)3.422
+F F2(%q)144 633.6 Q F0(causes)3.631 E F2(printf)3.631 E F0 1.131
+(to output the corresponding)3.631 F F1(ar)3.631 E(gument)-.37 E F0 1.13
+(in a format that can be reused as shell)3.631 F(input.)144 645.6 Q(The)
+144 669.6 Q F1(format)3.423 E F0 .923
+(is reused as necessary to consume all of the)3.423 F F1(ar)3.423 E
+(guments)-.37 E F0 5.923(.I)C 3.423(ft)-5.923 G(he)-3.423 E F1(format)
+3.423 E F0 .924(requires more)3.424 F F1(ar)144 681.6 Q(guments)-.37 E
 F0 .033(than are supplied, the e)2.534 F .033
 (xtra format speci\214cations beha)-.15 F .333 -.15(ve a)-.2 H 2.533(si)
 .15 G 2.533(faz)-2.533 G .033(ero v)-2.533 F .033(alue or null string,)
--.25 F(as appropriate, had been supplied.)144 369.6 Q(The return v)5 E
-(alue is zero on success, non-zero on f)-.25 E(ailure.)-.1 E F1(pushd)
-108 386.4 Q F0([)2.5 E F1<ad6e>A F0 2.5(][)C F2(dir)-2.5 E F0(])A F1
-(pushd)108 398.4 Q F0([)2.5 E F1<ad6e>A F0 2.5(][)C(+)-2.5 E F2(n)A F0
-2.5(][)C<ad>-2.5 E F2(n)A F0(])A .639(Adds a directory to the top of th\
-e directory stack, or rotates the stack, making the ne)144 410.4 R 3.14
-(wt)-.25 G .64(op of the)-3.14 F 1.316(stack the current w)144 422.4 R
-1.316(orking directory)-.1 F 6.316(.W)-.65 G 1.315(ith no ar)-6.716 F
-1.315(guments, e)-.18 F 1.315(xchanges the top tw)-.15 F 3.815(od)-.1 G
-1.315(irectories and)-3.815 F .871
-(returns 0, unless the directory stack is empty)144 434.4 R 5.871(.A)
+-.25 F(as appropriate, had been supplied.)144 693.6 Q(The return v)5 E
+(alue is zero on success, non-zero on f)-.25 E(ailure.)-.1 E
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(25)-2.5 G(3)-197.965 E 0 Cg EP
+%%Page: 54 54
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Times-Bold@0 SF(pushd)108 84 Q F0([)2.5 E F1<ad6e>A F0 2.5
+(][)C/F2 10/Times-Italic@0 SF(dir)-2.5 E F0(])A F1(pushd)108 96 Q F0([)
+2.5 E F1<ad6e>A F0 2.5(][)C(+)-2.5 E F2(n)A F0 2.5(][)C<ad>-2.5 E F2(n)A
+F0(])A .639(Adds a directory to the top of the directory stack, or rota\
+tes the stack, making the ne)144 108 R 3.14(wt)-.25 G .64(op of the)
+-3.14 F 1.316(stack the current w)144 120 R 1.316(orking directory)-.1 F
+6.316(.W)-.65 G 1.315(ith no ar)-6.716 F 1.315(guments, e)-.18 F 1.315
+(xchanges the top tw)-.15 F 3.815(od)-.1 G 1.315(irectories and)-3.815 F
+.871(returns 0, unless the directory stack is empty)144 132 R 5.871(.A)
 -.65 G -.18(rg)-5.871 G .872(uments, if supplied, ha).18 F 1.172 -.15
-(ve t)-.2 H .872(he follo).15 F .872(wing mean-)-.25 F(ings:)144 446.4 Q
-F1(+)144 458.4 Q F2(n)A F0 1.268(Rotates the stack so that the)25.3 F F2
+(ve t)-.2 H .872(he follo).15 F .872(wing mean-)-.25 F(ings:)144 144 Q
+F1(+)144 156 Q F2(n)A F0 1.268(Rotates the stack so that the)25.3 F F2
 (n)3.768 E F0 1.267
 (th directory \(counting from the left of the list sho)B 1.267(wn by)
--.25 F F1(dirs)180 470.4 Q F0 2.5(,s)C
-(tarting with zero\) is at the top.)-2.5 E F1<ad>144 482.4 Q F2(n)A F0
-.92(Rotates the stack so that the)25.3 F F2(n)3.42 E F0 .92
+-.25 F F1(dirs)180 168 Q F0 2.5(,s)C(tarting with zero\) is at the top.)
+-2.5 E F1<ad>144 180 Q F2(n)A F0 .92(Rotates the stack so that the)25.3
+F F2(n)3.42 E F0 .92
 (th directory \(counting from the right of the list sho)B .92(wn by)-.25
-F F1(dirs)180 494.4 Q F0 2.5(,s)C(tarting with zero\) is at the top.)
--2.5 E F1<ad6e>144 506.4 Q F0 .902(Suppresses the normal change of dire\
-ctory when adding directories to the stack, so that)24.74 F
-(only the stack is manipulated.)180 518.4 Q F2(dir)144.35 530.4 Q F0
-(Adds)23.98 E F2(dir)2.85 E F0
+F F1(dirs)180 192 Q F0 2.5(,s)C(tarting with zero\) is at the top.)-2.5
+E F1<ad6e>144 204 Q F0 .902(Suppresses the normal change of directory w\
+hen adding directories to the stack, so that)24.74 F
+(only the stack is manipulated.)180 216 Q F2(dir)144.35 228 Q F0(Adds)
+23.98 E F2(dir)2.85 E F0
 (to the directory stack at the top, making it the ne)3.23 E 2.5(wc)-.25
-G(urrent w)-2.5 E(orking directory)-.1 E(.)-.65 E .488(If the)144 547.2
+G(urrent w)-2.5 E(orking directory)-.1 E(.)-.65 E .488(If the)144 244.8
 R F1(pushd)2.988 E F0 .488(command is successful, a)2.988 F F1(dirs)
 2.988 E F0 .488(is performed as well.)2.988 F .489
 (If the \214rst form is used,)5.488 F F1(pushd)2.989 E F0 1.04
-(returns 0 unless the cd to)144 559.2 R F2(dir)3.89 E F0 -.1(fa)4.27 G
+(returns 0 unless the cd to)144 256.8 R F2(dir)3.89 E F0 -.1(fa)4.27 G
 3.539(ils. W).1 F 1.039(ith the second form,)-.4 F F1(pushd)3.539 E F0
 1.039(returns 0 unless the directory)3.539 F .846(stack is empty)144
-571.2 R 3.346(,an)-.65 G(on-e)-3.346 E .847(xistent directory stack ele\
+268.8 R 3.346(,an)-.65 G(on-e)-3.346 E .847(xistent directory stack ele\
 ment is speci\214ed, or the directory change to the)-.15 F
-(speci\214ed ne)144 583.2 Q 2.5(wc)-.25 G(urrent directory f)-2.5 E
-(ails.)-.1 E F1(pwd)108 600 Q F0([)2.5 E F1(\255LP)A F0(])A .845
-(Print the absolute pathname of the current w)144 612 R .845
+(speci\214ed ne)144 280.8 Q 2.5(wc)-.25 G(urrent directory f)-2.5 E
+(ails.)-.1 E F1(pwd)108 297.6 Q F0([)2.5 E F1(\255LP)A F0(])A .845
+(Print the absolute pathname of the current w)144 309.6 R .845
 (orking directory)-.1 F 5.844(.T)-.65 G .844
 (he pathname printed contains no)-5.844 F .181(symbolic links if the)144
-624 R F1<ad50>2.681 E F0 .181(option is supplied or the)2.681 F F1 .181
-(\255o ph)2.681 F(ysical)-.15 E F0 .181(option to the)2.681 F F1(set)
-2.681 E F0 -.2(bu)2.681 G .182(iltin command is).2 F 3.264(enabled. If)
-144 636 R(the)3.264 E F1<ad4c>3.264 E F0 .763
+321.6 R F1<ad50>2.681 E F0 .181(option is supplied or the)2.681 F F1
+.181(\255o ph)2.681 F(ysical)-.15 E F0 .181(option to the)2.681 F F1
+(set)2.681 E F0 -.2(bu)2.681 G .182(iltin command is).2 F 3.264
+(enabled. If)144 333.6 R(the)3.264 E F1<ad4c>3.264 E F0 .763
 (option is used, the pathname printed may contain symbolic links.)3.264
 F .763(The return)5.763 F 1.36(status is 0 unless an error occurs while\
- reading the name of the current directory or an in)144 648 R -.25(va)
--.4 G(lid).25 E(option is supplied.)144 660 Q F1 -.18(re)108 676.8 S(ad)
-.18 E F0([)2.5 E F1(\255ers)A F0 2.5(][)C F1<ad75>-2.5 E F2(fd)2.5 E F0
-2.5(][)C F1<ad74>-2.5 E F2(timeout)2.5 E F0 2.5(][)C F1<ad61>-2.5 E F2
-(aname)2.5 E F0 2.5(][)C F1<ad70>-2.5 E F2(pr)2.5 E(ompt)-.45 E F0 2.5
+ reading the name of the current directory or an in)144 345.6 R -.25(va)
+-.4 G(lid).25 E(option is supplied.)144 357.6 Q F1 -.18(re)108 374.4 S
+(ad).18 E F0([)2.5 E F1(\255ers)A F0 2.5(][)C F1<ad75>-2.5 E F2(fd)2.5 E
+F0 2.5(][)C F1<ad74>-2.5 E F2(timeout)2.5 E F0 2.5(][)C F1<ad61>-2.5 E
+F2(aname)2.5 E F0 2.5(][)C F1<ad70>-2.5 E F2(pr)2.5 E(ompt)-.45 E F0 2.5
 (][)C F1<ad6e>-2.5 E F2(nc)2.5 E(har)-.15 E(s)-.1 E F0 2.5(][)C F1<ad64>
 -2.5 E F2(delim)2.5 E F0 2.5(][)C F2(name)-2.5 E F0(...])2.5 E .516(One\
  line is read from the standard input, or from the \214le descriptor)144
-688.8 R F2(fd)3.016 E F0 .516(supplied as an ar)3.016 F .516(gument to)
--.18 F(the)144 700.8 Q F1<ad75>2.538 E F0 .038
+386.4 R F2(fd)3.016 E F0 .516(supplied as an ar)3.016 F .516(gument to)
+-.18 F(the)144 398.4 Q F1<ad75>2.538 E F0 .038
 (option, and the \214rst w)2.538 F .038(ord is assigned to the \214rst)
 -.1 F F2(name)2.539 E F0 2.539(,t).18 G .039(he second w)-2.539 F .039
 (ord to the second)-.1 F F2(name)2.539 E F0(,).18 E .42
-(and so on, with lefto)144 712.8 R -.15(ve)-.15 G 2.92(rw).15 G .42
+(and so on, with lefto)144 410.4 R -.15(ve)-.15 G 2.92(rw).15 G .42
 (ords and their interv)-3.02 F .42
 (ening separators assigned to the last)-.15 F F2(name)2.92 E F0 5.42(.I)
-.18 G 2.92(ft)-5.42 G(here)-2.92 E .54(are fe)144 724.8 R .54(wer w)-.25
+.18 G 2.92(ft)-5.42 G(here)-2.92 E .54(are fe)144 422.4 R .54(wer w)-.25
 F .541(ords read from the input stream than names, the remaining names \
-are assigned empty)-.1 F(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(53)
-199 E 0 Cg EP
-%%Page: 54 54
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E -.25(va)144 84 S 2.511(lues. The).25 F .011(characters in)2.511 F
-/F1 9/Times-Bold@0 SF(IFS)2.511 E F0 .011
+are assigned empty)-.1 F -.25(va)144 434.4 S 2.511(lues. The).25 F .011
+(characters in)2.511 F/F3 9/Times-Bold@0 SF(IFS)2.511 E F0 .011
 (are used to split the line into w)2.261 F 2.511(ords. The)-.1 F .011
-(backslash character \()2.511 F/F2 10/Times-Bold@0 SF(\\)A F0 2.51(\)m)C
-(ay)-2.51 E 1.89(be used to remo)144 96 R 2.19 -.15(ve a)-.15 H 2.19
--.15(ny s).15 H 1.891(pecial meaning for the ne).15 F 1.891
+(backslash character \()2.511 F F1(\\)A F0 2.51(\)m)C(ay)-2.51 E 1.89
+(be used to remo)144 446.4 R 2.19 -.15(ve a)-.15 H 2.19 -.15(ny s).15 H
+1.891(pecial meaning for the ne).15 F 1.891
 (xt character read and for line continuation.)-.15 F
-(Options, if supplied, ha)144 108 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 120 Q/F3 10/Times-Italic@0 SF(aname)
-2.5 E F0 1.05(The w)180 132 R 1.049
+(Options, if supplied, ha)144 458.4 Q .3 -.15(ve t)-.2 H(he follo).15 E
+(wing meanings:)-.25 E F1<ad61>144 470.4 Q F2(aname)2.5 E F0 1.05(The w)
+180 482.4 R 1.049
 (ords are assigned to sequential indices of the array v)-.1 F(ariable)
--.25 E F3(aname)3.549 E F0 3.549(,s).18 G 1.049(tarting at 0.)-3.549 F
-F3(aname)180.33 144 Q F0(is unset before an)2.68 E 2.5(yn)-.15 G .5 -.25
-(ew va)-2.5 H(lues are assigned.).25 E(Other)5 E F3(name)2.5 E F0(ar)2.5
-E(guments are ignored.)-.18 E F2<ad64>144 156 Q F3(delim)2.5 E F0
-(The \214rst character of)180 168 Q F3(delim)2.5 E F0
+-.25 E F2(aname)3.549 E F0 3.549(,s).18 G 1.049(tarting at 0.)-3.549 F
+F2(aname)180.33 494.4 Q F0(is unset before an)2.68 E 2.5(yn)-.15 G .5
+-.25(ew va)-2.5 H(lues are assigned.).25 E(Other)5 E F2(name)2.5 E F0
+(ar)2.5 E(guments are ignored.)-.18 E F1<ad64>144 506.4 Q F2(delim)2.5 E
+F0(The \214rst character of)180 518.4 Q F2(delim)2.5 E F0
 (is used to terminate the input line, rather than ne)2.5 E(wline.)-.25 E
-F2<ad65>144 180 Q F0 .372
-(If the standard input is coming from a terminal,)25.86 F F2 -.18(re)
-2.873 G(adline).18 E F0(\(see)2.873 E F1(READLINE)2.873 E F0(abo)2.623 E
+F1<ad65>144 530.4 Q F0 .372
+(If the standard input is coming from a terminal,)25.86 F F1 -.18(re)
+2.873 G(adline).18 E F0(\(see)2.873 E F3(READLINE)2.873 E F0(abo)2.623 E
 -.15(ve)-.15 G 2.873(\)i).15 G 2.873(su)-2.873 G(sed)-2.873 E
-(to obtain the line.)180 192 Q F2<ad6e>144 204 Q F3(nc)2.5 E(har)-.15 E
-(s)-.1 E F2 -.18(re)180 216 S(ad).18 E F0 1.395(returns after reading)
-3.895 F F3(nc)3.895 E(har)-.15 E(s)-.1 E F0 1.395
+(to obtain the line.)180 542.4 Q F1<ad6e>144 554.4 Q F2(nc)2.5 E(har)
+-.15 E(s)-.1 E F1 -.18(re)180 566.4 S(ad).18 E F0 1.395
+(returns after reading)3.895 F F2(nc)3.895 E(har)-.15 E(s)-.1 E F0 1.395
 (characters rather than w)3.895 F 1.394(aiting for a complete line of)
--.1 F(input.)180 228 Q F2<ad70>144 240 Q F3(pr)2.5 E(ompt)-.45 E F0
-(Display)180 252 Q F3(pr)3.66 E(ompt)-.45 E F0 1.161(on standard error)
-3.66 F 3.661(,w)-.4 G 1.161(ithout a trailing ne)-3.661 F 1.161
-(wline, before attempting to read)-.25 F(an)180 264 Q 2.5(yi)-.15 G 2.5
-(nput. The)-2.5 F
-(prompt is displayed only if input is coming from a terminal.)2.5 E F2
-<ad72>144 276 Q F0 .544(Backslash does not act as an escape character)
+-.1 F(input.)180 578.4 Q F1<ad70>144 590.4 Q F2(pr)2.5 E(ompt)-.45 E F0
+(Display)180 602.4 Q F2(pr)3.66 E(ompt)-.45 E F0 1.161
+(on standard error)3.66 F 3.661(,w)-.4 G 1.161(ithout a trailing ne)
+-3.661 F 1.161(wline, before attempting to read)-.25 F(an)180 614.4 Q
+2.5(yi)-.15 G 2.5(nput. The)-2.5 F
+(prompt is displayed only if input is coming from a terminal.)2.5 E F1
+<ad72>144 626.4 Q F0 .544(Backslash does not act as an escape character)
 25.86 F 5.543(.T)-.55 G .543(he backslash is considered to be part of)
--5.543 F(the line.)180 288 Q(In particular)5 E 2.5(,ab)-.4 G
+-5.543 F(the line.)180 638.4 Q(In particular)5 E 2.5(,ab)-.4 G
 (ackslash-ne)-2.5 E(wline pair may not be used as a line continuation.)
--.25 E F2<ad73>144 300 Q F0(Silent mode.)26.41 E
-(If input is coming from a terminal, characters are not echoed.)5 E F2
-<ad74>144 312 Q F3(timeout)2.5 E F0(Cause)180 324 Q F2 -.18(re)3.548 G
-(ad).18 E F0 1.048(to time out and return f)3.548 F 1.048
-(ailure if a complete line of input is not read within)-.1 F F3(timeout)
-180 336 Q F0 2.92(seconds. This)2.92 F .42(option has no ef)2.92 F .42
-(fect if)-.25 F F2 -.18(re)2.92 G(ad).18 E F0 .42
-(is not reading input from the terminal)2.92 F(or a pipe.)180 348 Q F2
-<ad75>144 360 Q F3(fd)2.5 E/F4 10/Palatino-Roman@0 SF(Read input fr)
+-.25 E F1<ad73>144 650.4 Q F0(Silent mode.)26.41 E
+(If input is coming from a terminal, characters are not echoed.)5 E F1
+<ad74>144 662.4 Q F2(timeout)2.5 E F0(Cause)180 674.4 Q F1 -.18(re)3.548
+G(ad).18 E F0 1.048(to time out and return f)3.548 F 1.048
+(ailure if a complete line of input is not read within)-.1 F F2(timeout)
+180 686.4 Q F0 2.92(seconds. This)2.92 F .42(option has no ef)2.92 F .42
+(fect if)-.25 F F1 -.18(re)2.92 G(ad).18 E F0 .42
+(is not reading input from the terminal)2.92 F(or a pipe.)180 698.4 Q F1
+<ad75>144 710.4 Q F2(fd)2.5 E/F4 10/Palatino-Roman@0 SF(Read input fr)
 14.46 E(om \214le descriptor)-.18 E/F5 10/Palatino-Italic@0 SF(fd)2.5 E
-F4(.)A .335(If no)144 376.8 R F5(names)3.095 E F4(ar)2.895 E 2.835(es)
+F4(.)A .335(If no)144 727.2 R F5(names)3.095 E F4(ar)2.895 E 2.835(es)
 -.18 G .335(upplied, the line r)-2.835 F .336
 (ead is assigned to the variable)-.18 F/F6 9/Palatino-Bold@0 SF(REPL)
 2.836 E(Y)-.828 E/F7 9/Palatino-Roman@0 SF(.)A F4 .336(The r)4.836 F
-.336(eturn code)-.18 F 1.058(is zer)144 388.8 R 1.058
-(o, unless end-of-\214le is encounter)-.18 F(ed,)-.18 E/F8 10
-/Palatino-Bold@0 SF(read)3.558 E F4 1.058
+.336(eturn code)-.18 F F0(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G
+123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(25)-2.5 G(4)
+-197.965 E 0 Cg EP
+%%Page: 55 55
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Palatino-Roman@0 SF 1.058(is zer)144 84 R 1.058
+(o, unless end-of-\214le is encounter)-.18 F(ed,)-.18 E/F2 10
+/Palatino-Bold@0 SF(read)3.558 E F1 1.058
 (times out, or an invalid \214le descriptor is)3.558 F
-(supplied as the ar)144 400.8 Q(gument to)-.18 E F8<ad75>2.5 E F4(.)A F8
-(readonly)108 417.6 Q F4([)2.5 E F8(\255apf)A F4 2.5(][)C F5(name)-2.5 E
-F4([=)A F5(word)A F4 2.5(].)C(..])-2.5 E .587(The given)144 429.6 R F5
-(names)3.087 E F4(ar)3.087 E 3.087(em)-.18 G .587(arked r)-3.087 F .587
-(eadonly; the values of these)-.18 F F5(names)3.347 E F4 .588
-(may not be changed by)3.148 F .833(subsequent assignment.)144 441.6 R
-.833(If the)5.833 F F8<ad66>3.333 E F4 .832
-(option is supplied, the functions corr)3.333 F .832(esponding to the)
--.18 F F5(names)144 453.6 Q F4(ar)3.809 E 3.809(es)-.18 G 3.809(om)
--3.809 G 3.809(arked. The)-3.809 F F8<ad61>3.809 E F4 1.309(option r)
-3.809 F 1.309(estricts the variables to arrays.)-.18 F 1.31(If no)6.31 F
-F5(name)4.07 E F4(ar)4.16 E(gu-)-.18 E 1.058(ments ar)144 465.6 R 3.557
-(eg)-.18 G 1.057(iven, or if the)-3.557 F F8<ad70>3.557 E F4 1.057
-(option is supplied, a list of all r)3.557 F 1.057
-(eadonly names is printed.)-.18 F(The)144 477.6 Q F8<ad70>2.577 E F4
+(supplied as the ar)144 96 Q(gument to)-.18 E F2<ad75>2.5 E F1(.)A F2
+(readonly)108 112.8 Q F1([)2.5 E F2(\255apf)A F1 2.5(][)C/F3 10
+/Palatino-Italic@0 SF(name)-2.5 E F1([=)A F3(word)A F1 2.5(].)C(..])-2.5
+E .587(The given)144 124.8 R F3(names)3.087 E F1(ar)3.087 E 3.087(em)
+-.18 G .587(arked r)-3.087 F .587(eadonly; the values of these)-.18 F F3
+(names)3.347 E F1 .588(may not be changed by)3.148 F .833
+(subsequent assignment.)144 136.8 R .833(If the)5.833 F F2<ad66>3.333 E
+F1 .832(option is supplied, the functions corr)3.333 F .832
+(esponding to the)-.18 F F3(names)144 148.8 Q F1(ar)3.809 E 3.809(es)
+-.18 G 3.809(om)-3.809 G 3.809(arked. The)-3.809 F F2<ad61>3.809 E F1
+1.309(option r)3.809 F 1.309(estricts the variables to arrays.)-.18 F
+1.31(If no)6.31 F F3(name)4.07 E F1(ar)4.16 E(gu-)-.18 E 1.058(ments ar)
+144 160.8 R 3.557(eg)-.18 G 1.057(iven, or if the)-3.557 F F2<ad70>3.557
+E F1 1.057(option is supplied, a list of all r)3.557 F 1.057
+(eadonly names is printed.)-.18 F(The)144 172.8 Q F2<ad70>2.577 E F1
 .077(option causes output to be displayed in a format that may be r)
 2.577 F .078(eused as input.)-.18 F .078(If a)5.078 F .903
-(variable name is followed by =)144 489.6 R F5(word)A F4 3.403(,t)C .902
-(he value of the variable is set to)-3.403 F F5(word)3.402 E F4 5.902
+(variable name is followed by =)144 184.8 R F3(word)A F1 3.403(,t)C .902
+(he value of the variable is set to)-3.403 F F3(word)3.402 E F1 5.902
 (.T)C .902(he r)-5.902 F(eturn)-.18 E .997
-(status is 0 unless an invalid option is encounter)144 501.6 R .998
-(ed, one of the)-.18 F F5(names)3.758 E F4 .998(is not a valid shell)
-3.558 F(variable name, or)144 513.6 Q F8<ad66>2.5 E F4
-(is supplied with a)2.5 E F5(name)2.76 E F4(that is not a function.)2.85
-E F8(return)108 530.4 Q F4([)2.5 E F5(n)A F4(])A .563
-(Causes a function to exit with the r)144 542.4 R .563
-(eturn value speci\214ed by)-.18 F F5(n)3.063 E F4 5.563(.I).08 G(f)
--5.563 E F5(n)3.323 E F4 .563(is omitted, the r)3.143 F(eturn)-.18 E
+(status is 0 unless an invalid option is encounter)144 196.8 R .998
+(ed, one of the)-.18 F F3(names)3.758 E F1 .998(is not a valid shell)
+3.558 F(variable name, or)144 208.8 Q F2<ad66>2.5 E F1
+(is supplied with a)2.5 E F3(name)2.76 E F1(that is not a function.)2.85
+E F2(return)108 225.6 Q F1([)2.5 E F3(n)A F1(])A .563
+(Causes a function to exit with the r)144 237.6 R .563
+(eturn value speci\214ed by)-.18 F F3(n)3.063 E F1 5.563(.I).08 G(f)
+-5.563 E F3(n)3.323 E F1 .563(is omitted, the r)3.143 F(eturn)-.18 E
 .544(status is that of the last command executed in the function body)
-144 554.4 R 5.545(.I)-1.11 G 3.045(fu)-5.545 G .545(sed outside a func-)
--3.045 F 1.148(tion, but during execution of a script by the)144 566.4 R
-F8(.)3.648 E F4(\()6.148 E F8(source)A F4 3.648(\)c)C 1.148
+144 249.6 R 5.545(.I)-1.11 G 3.045(fu)-5.545 G .545(sed outside a func-)
+-3.045 F 1.148(tion, but during execution of a script by the)144 261.6 R
+F2(.)3.648 E F1(\()6.148 E F2(source)A F1 3.648(\)c)C 1.148
 (ommand, it causes the shell to)-3.648 F .63
-(stop executing that script and r)144 578.4 R .63(eturn either)-.18 F F5
-(n)3.391 E F4 .631(or the exit status of the last command exe-)3.211 F
-.541(cuted within the script as the exit status of the script.)144 590.4
+(stop executing that script and r)144 273.6 R .63(eturn either)-.18 F F3
+(n)3.391 E F1 .631(or the exit status of the last command exe-)3.211 F
+.541(cuted within the script as the exit status of the script.)144 285.6
 R .54(If used outside a function and not)5.54 F .037
-(during execution of a script by)144 602.4 R F8(.)2.538 E F4 2.538(,t)
+(during execution of a script by)144 297.6 R F2(.)2.538 E F1 2.538(,t)
 .833 G .038(he r)-2.538 F .038(eturn status is false.)-.18 F .038
-(Any command associated with)5.038 F(the)144 614.4 Q F8(RETURN)2.5 E F4
+(Any command associated with)5.038 F(the)144 309.6 Q F2(RETURN)2.5 E F1
 (trap is executed befor)2.5 E 2.5(ee)-.18 G(xecution r)-2.5 E
-(esumes after the function or script.)-.18 E F8(set)108 631.2 Q F4([)2.5
-E F8(\255\255abefhkmnptuvxBCHP)A F4 2.5(][)C F8<ad6f>-2.5 E F5(option)
-2.5 E F4 2.5(][)C F5(ar)-2.5 E(g)-.18 E F4(...])2.5 E -.55(Wi)144 643.2
+(esumes after the function or script.)-.18 E F2(set)108 326.4 Q F1([)2.5
+E F2(\255\255abefhkmnptuvxBCHP)A F1 2.5(][)C F2<ad6f>-2.5 E F3(option)
+2.5 E F1 2.5(][)C F3(ar)-2.5 E(g)-.18 E F1(...])2.5 E -.55(Wi)144 338.4
 S .246(thout options, the name and value of each shell variable ar).55 F
 2.745(ed)-.18 G .245(isplayed in a format that)-2.745 F 2.183(can be r)
-144 655.2 R 2.183(eused as input.)-.18 F 2.184
+144 350.4 R 2.183(eused as input.)-.18 F 2.184
 (The output is sorted accor)7.183 F 2.184(ding to the curr)-.18 F 2.184
-(ent locale.)-.18 F(When)7.184 E 1.006(options ar)144 667.2 R 3.506(es)
+(ent locale.)-.18 F(When)7.184 E 1.006(options ar)144 362.4 R 3.506(es)
 -.18 G 1.006(peci\214ed, they set or unset shell attributes.)-3.506 F
 1.006(Any ar)6.006 F 1.005(guments r)-.18 F 1.005(emaining after)-.18 F
-1.981(the options ar)144 679.2 R 4.481(ep)-.18 G -.18(ro)-4.481 G 1.981
+1.981(the options ar)144 374.4 R 4.481(ep)-.18 G -.18(ro)-4.481 G 1.981
 (cessed ar).18 F 4.481(et)-.18 G -.18(re)-4.481 G 1.982
 (ated as values for the positional parameters and ar).18 F(e)-.18 E
-(assigned, in or)144 691.2 Q(der)-.18 E 2.5(,t)-.74 G(o)-2.5 E F8($1)2.5
-E F4(,)A F8($2)2.5 E F4(,)A F8 2.5(... $)2.5 F F5(n)A F4 5(.O)C
-(ptions, if speci\214ed, have the following meanings:)-5 E F8<ad61>144
-703.2 Q F4 1.063(Automatically mark variables and functions which ar)
+(assigned, in or)144 386.4 Q(der)-.18 E 2.5(,t)-.74 G(o)-2.5 E F2($1)2.5
+E F1(,)A F2($2)2.5 E F1(,)A F2 2.5(... $)2.5 F F3(n)A F1 5(.O)C
+(ptions, if speci\214ed, have the following meanings:)-5 E F2<ad61>144
+398.4 Q F1 1.063(Automatically mark variables and functions which ar)
 28.94 F 3.563(em)-.18 G 1.063(odi\214ed or cr)-3.563 F 1.063(eated for)
--.18 F(export to the envir)184 715.2 Q(onment of subsequent commands.)
--.18 E F0(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(54)199 E 0 Cg EP
-%%Page: 55 55
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Bold@0 SF<ad62>144 84 Q/F2 10/Palatino-Roman@0 SF
-.096(Report the status of terminated backgr)27.83 F .096
+-.18 F(export to the envir)184 410.4 Q(onment of subsequent commands.)
+-.18 E F2<ad62>144 422.4 Q F1 .096
+(Report the status of terminated backgr)27.83 F .096
 (ound jobs immediately)-.18 F 2.596(,r)-1.11 G .096(ather than befor)
--2.596 F(e)-.18 E(the next primary pr)184 96 Q 2.5(ompt. This)-.18 F
-(is ef)2.5 E(fective only when job contr)-.18 E(ol is enabled.)-.18 E F1
-<ad65>144 108 Q F2 .179(Exit immediately if a)28.94 F/F3 10
-/Palatino-Italic@0 SF .178(simple command)2.679 F F2(\(see)2.678 E/F4 9
-/Palatino-Bold@0 SF .178(SHELL GRAMMAR)2.678 F F2 .178
-(above\) exits with a)2.428 F(non-zer)184 120 Q 3.232(os)-.18 G 3.232
-(tatus. The)-3.232 F .733
+-2.596 F(e)-.18 E(the next primary pr)184 434.4 Q 2.5(ompt. This)-.18 F
+(is ef)2.5 E(fective only when job contr)-.18 E(ol is enabled.)-.18 E F2
+<ad65>144 446.4 Q F1 .179(Exit immediately if a)28.94 F F3 .178
+(simple command)2.679 F F1(\(see)2.678 E/F4 9/Palatino-Bold@0 SF .178
+(SHELL GRAMMAR)2.678 F F1 .178(above\) exits with a)2.428 F(non-zer)184
+458.4 Q 3.232(os)-.18 G 3.232(tatus. The)-3.232 F .733
 (shell does not exit if the command that fails is part of the)3.232 F
-.696(command list immediately following a)184 132 R F1(while)3.196 E F2
-(or)3.196 E F1(until)3.196 E F2(keywor)3.196 E .696(d, part of the test)
--.18 F .98(in an)184 144 R F3(if)3.64 E F2 .98(statement, part of a)5.33
-F F1(&&)3.48 E F2(or)3.481 E/F5 10/Symbol SF<efef>3.481 E F2 .981
-(list, or if the command's r)3.481 F .981(eturn value is)-.18 F
-(being inverted via)184 156 Q F1(!)2.5 E F2 5(.A)C(trap on)-2.5 E F1
-(ERR)2.5 E F2 2.5(,i)C 2.5(fs)-2.5 G(et, is executed befor)-2.5 E 2.5
-(et)-.18 G(he shell exits.)-2.5 E F1<ad66>144 168 Q F2
-(Disable pathname expansion.)30.05 E F1<ad68>144 180 Q F2 .592
-(Remember the location of commands as they ar)27.83 F 3.092(el)-.18 G
-.591(ooked up for execution.)-3.092 F(This)5.591 E
-(is enabled by default.)184 192 Q F1<ad6b>144 204 Q F2 .934(All ar)27.83
-F .934(guments in the form of assignment statements ar)-.18 F 3.434(ep)
--.18 G .935(laced in the envir)-3.434 F(on-)-.18 E
-(ment for a command, not just those that pr)184 216 Q
-(ecede the command name.)-.18 E F1<ad6d>144 228 Q F2 .711(Monitor mode.)
-25.05 F .711(Job contr)5.711 F .711(ol is enabled.)-.18 F .711
-(This option is on by default for interac-)5.711 F 1.164
-(tive shells on systems that support it \(see)184 240 R F4 1.165
-(JOB CONTROL)3.665 F F2 3.665(above\). Backgr)3.415 F(ound)-.18 E(pr)184
-252 Q .54(ocesses r)-.18 F .54(un in a separate pr)-.08 F .539(ocess gr)
--.18 F .539(oup and a line containing their exit status)-.18 F
-(is printed upon their completion.)184 264 Q F1<ad6e>144 276 Q F2 1.313
-(Read commands but do not execute them.)27.83 F 1.313
-(This may be used to check a shell)6.313 F(script for syntax err)184 288
-Q 2.5(ors. This)-.18 F(is ignor)2.5 E(ed by interactive shells.)-.18 E
-F1<ad6f>144 300 Q F3(option\255name)2.5 E F2(The)184 312 Q F3
-(option\255name)2.5 E F2(can be one of the following:)2.5 E F1
-(allexport)184 324 Q F2(Same as)224 336 Q F1<ad61>2.5 E F2(.)A F1
-(braceexpand)184 348 Q F2(Same as)224 360 Q F1<ad42>2.5 E F2(.)A F1
-(emacs)184 372 Q F2 .412
+.696(command list immediately following a)184 470.4 R F2(while)3.196 E
+F1(or)3.196 E F2(until)3.196 E F1(keywor)3.196 E .696
+(d, part of the test)-.18 F .98(in an)184 482.4 R F3(if)3.64 E F1 .98
+(statement, part of a)5.33 F F2(&&)3.48 E F1(or)3.481 E/F5 10/Symbol SF
+<efef>3.481 E F1 .981(list, or if the command's r)3.481 F .981
+(eturn value is)-.18 F(being inverted via)184 494.4 Q F2(!)2.5 E F1 5
+(.A)C(trap on)-2.5 E F2(ERR)2.5 E F1 2.5(,i)C 2.5(fs)-2.5 G
+(et, is executed befor)-2.5 E 2.5(et)-.18 G(he shell exits.)-2.5 E F2
+<ad66>144 506.4 Q F1(Disable pathname expansion.)30.05 E F2<ad68>144
+518.4 Q F1 .592(Remember the location of commands as they ar)27.83 F
+3.092(el)-.18 G .591(ooked up for execution.)-3.092 F(This)5.591 E
+(is enabled by default.)184 530.4 Q F2<ad6b>144 542.4 Q F1 .934(All ar)
+27.83 F .934(guments in the form of assignment statements ar)-.18 F
+3.434(ep)-.18 G .935(laced in the envir)-3.434 F(on-)-.18 E
+(ment for a command, not just those that pr)184 554.4 Q
+(ecede the command name.)-.18 E F2<ad6d>144 566.4 Q F1 .711
+(Monitor mode.)25.05 F .711(Job contr)5.711 F .711(ol is enabled.)-.18 F
+.711(This option is on by default for interac-)5.711 F 1.164
+(tive shells on systems that support it \(see)184 578.4 R F4 1.165
+(JOB CONTROL)3.665 F F1 3.665(above\). Backgr)3.415 F(ound)-.18 E(pr)184
+590.4 Q .54(ocesses r)-.18 F .54(un in a separate pr)-.08 F .539
+(ocess gr)-.18 F .539(oup and a line containing their exit status)-.18 F
+(is printed upon their completion.)184 602.4 Q F2<ad6e>144 614.4 Q F1
+1.313(Read commands but do not execute them.)27.83 F 1.313
+(This may be used to check a shell)6.313 F(script for syntax err)184
+626.4 Q 2.5(ors. This)-.18 F(is ignor)2.5 E(ed by interactive shells.)
+-.18 E F2<ad6f>144 638.4 Q F3(option\255name)2.5 E F1(The)184 650.4 Q F3
+(option\255name)2.5 E F1(can be one of the following:)2.5 E F2
+(allexport)184 662.4 Q F1(Same as)224 674.4 Q F2<ad61>2.5 E F1(.)A F2
+(braceexpand)184 686.4 Q F1(Same as)224 698.4 Q F2<ad42>2.5 E F1(.)A F2
+(emacs)184 710.4 Q F1 .412
 (Use an emacs-style command line editing interface.)12.23 F .412
 (This is enabled by)5.412 F .358(default when the shell is interactive,\
- unless the shell is started with the)224 384 R F1(\255\255noediting)224
-396 Q F2(option.)2.5 E F1(errtrace)184 408 Q F2(Same as)5.56 E F1<ad45>
-2.5 E F2(.)A F1(functrace)184 420 Q F2(Same as)224 432 Q F1<ad54>2.5 E
-F2(.)A F1(errexit)184 444 Q F2(Same as)10.56 E F1<ad65>2.5 E F2(.)A F1
-(hashall)184 456 Q F2(Same as)6.68 E F1<ad68>2.5 E F2(.)A F1(histexpand)
-184 468 Q F2(Same as)224 480 Q F1<ad48>2.5 E F2(.)A F1(history)184 492 Q
-F2 2.271(Enable command history)7.78 F 4.771(,a)-1.11 G 4.771(sd)-4.771
-G 2.271(escribed above under)-4.771 F F4(HISTOR)4.771 E(Y)-.495 E/F6 9
-/Palatino-Roman@0 SF(.)A F2(This)6.77 E
-(option is on by default in interactive shells.)224 504 Q F1(ignoreeof)
-184 516 Q F2 1.673(The ef)224 528 R 1.673
-(fect is as if the shell command)-.18 F/F7 10/Courier@0 SF(IGNOREEOF=10)
-4.174 E F2 1.674(had been exe-)4.174 F(cuted \(see)224 540 Q F1(Shell V)
-2.5 E(ariables)-1.11 E F2(above\).)2.5 E F1(keyword)184 552 Q F2
-(Same as)224 564 Q F1<ad6b>2.5 E F2(.)A F1(monitor)184 576 Q F2(Same as)
-224 588 Q F1<ad6d>2.5 E F2(.)A F1(noclobber)184 600 Q F2(Same as)224 612
-Q F1<ad43>2.5 E F2(.)A F1(noexec)184 624 Q F2(Same as)8.89 E F1<ad6e>2.5
-E F2(.)A F1(noglob)184 636 Q F2(Same as)7.77 E F1<ad66>2.5 E F2(.)A F1
-(nolog)5 E F2(Curr)2.5 E(ently ignor)-.18 E(ed.)-.18 E F1(notify)184 648
-Q F2(Same as)12.22 E F1<ad62>2.5 E F2(.)A F1(nounset)184 660 Q F2
-(Same as)224 672 Q F1<ad75>2.5 E F2(.)A F1(onecmd)184 684 Q F2(Same as)
-224 696 Q F1<ad74>2.5 E F2(.)A F0(GNU Bash-3.0)72 768 Q(2004 Sep 17)
-149.01 E(55)199 E 0 Cg EP
+ unless the shell is started with the)224 722.4 R F0(GNU Bash-3.1-de)72
+768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(25)-2.5 G(5)-197.965 E 0 Cg EP
 %%Page: 56 56
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Bold@0 SF(physical)184 84 Q/F2 10/Palatino-Roman@0
-SF(Same as)224 96 Q F1<ad50>2.5 E F2(.)A F1(pipefail)184 108 Q F2 .735
-(If set, the r)224 120 R .734
+-.35 E/F1 10/Palatino-Bold@0 SF(\255\255noediting)224 84 Q/F2 10
+/Palatino-Roman@0 SF(option.)2.5 E F1(errtrace)184 96 Q F2(Same as)5.56
+E F1<ad45>2.5 E F2(.)A F1(functrace)184 108 Q F2(Same as)224 120 Q F1
+<ad54>2.5 E F2(.)A F1(errexit)184 132 Q F2(Same as)10.56 E F1<ad65>2.5 E
+F2(.)A F1(hashall)184 144 Q F2(Same as)6.68 E F1<ad68>2.5 E F2(.)A F1
+(histexpand)184 156 Q F2(Same as)224 168 Q F1<ad48>2.5 E F2(.)A F1
+(history)184 180 Q F2 2.271(Enable command history)7.78 F 4.771(,a)-1.11
+G 4.771(sd)-4.771 G 2.271(escribed above under)-4.771 F/F3 9
+/Palatino-Bold@0 SF(HISTOR)4.771 E(Y)-.495 E/F4 9/Palatino-Roman@0 SF(.)
+A F2(This)6.77 E(option is on by default in interactive shells.)224 192
+Q F1(ignoreeof)184 204 Q F2 1.673(The ef)224 216 R 1.673
+(fect is as if the shell command)-.18 F/F5 10/Courier@0 SF(IGNOREEOF=10)
+4.174 E F2 1.674(had been exe-)4.174 F(cuted \(see)224 228 Q F1(Shell V)
+2.5 E(ariables)-1.11 E F2(above\).)2.5 E F1(keyword)184 240 Q F2
+(Same as)224 252 Q F1<ad6b>2.5 E F2(.)A F1(monitor)184 264 Q F2(Same as)
+224 276 Q F1<ad6d>2.5 E F2(.)A F1(noclobber)184 288 Q F2(Same as)224 300
+Q F1<ad43>2.5 E F2(.)A F1(noexec)184 312 Q F2(Same as)8.89 E F1<ad6e>2.5
+E F2(.)A F1(noglob)184 324 Q F2(Same as)7.77 E F1<ad66>2.5 E F2(.)A F1
+(nolog)5 E F2(Curr)2.5 E(ently ignor)-.18 E(ed.)-.18 E F1(notify)184 336
+Q F2(Same as)12.22 E F1<ad62>2.5 E F2(.)A F1(nounset)184 348 Q F2
+(Same as)224 360 Q F1<ad75>2.5 E F2(.)A F1(onecmd)184 372 Q F2(Same as)
+224 384 Q F1<ad74>2.5 E F2(.)A F1(physical)184 396 Q F2(Same as)224 408
+Q F1<ad50>2.5 E F2(.)A F1(pipefail)184 420 Q F2 .735(If set, the r)224
+432 R .734
 (eturn value of a pipeline is the value of the last \(rightmost\))-.18 F
-.31(command to exit with a non-zer)224 132 R 2.811(os)-.18 G .311
+.31(command to exit with a non-zer)224 444 R 2.811(os)-.18 G .311
 (tatus, or zer)-2.811 F 2.811(oi)-.18 G 2.811(fa)-2.811 G .311
-(ll commands in the)-2.811 F(pipeline exit successfully)224 144 Q 5(.T)
--1.11 G(his option is disabled by default.)-5 E F1(posix)184 156 Q F2
+(ll commands in the)-2.811 F(pipeline exit successfully)224 456 Q 5(.T)
+-1.11 G(his option is disabled by default.)-5 E F1(posix)184 468 Q F2
 .815(Change the behavior of)15.56 F F1(bash)3.315 E F2(wher)3.315 E
 3.315(et)-.18 G .815(he default operation dif)-3.315 F .815(fers fr)-.18
-F(om)-.18 E(the POSIX 1003.2 standar)224 168 Q 2.5(dt)-.18 G 2.5(om)-2.5
-G(atch the standar)-2.5 E 2.5(d\()-.18 G/F3 10/Palatino-Italic@0 SF
-(`posix mode)-2.5 E F2(\).)A F1(privileged)184 180 Q F2(Same as)224 192
-Q F1<ad70>2.5 E F2(.)A F1(verbose)184 204 Q F2(Same as)224 216 Q F1
-<ad76>2.5 E F2(.)A F1(vi)184 228 Q F2
+F(om)-.18 E(the POSIX 1003.2 standar)224 480 Q 2.5(dt)-.18 G 2.5(om)-2.5
+G(atch the standar)-2.5 E 2.5(d\()-.18 G/F6 10/Palatino-Italic@0 SF
+(`posix mode)-2.5 E F2(\).)A F1(privileged)184 492 Q F2(Same as)224 504
+Q F1<ad70>2.5 E F2(.)A F1(verbose)184 516 Q F2(Same as)224 528 Q F1
+<ad76>2.5 E F2(.)A F1(vi)184 540 Q F2
 (Use a vi-style command line editing interface.)31.11 E F1(xtrace)184
-240 Q F2(Same as)13.34 E F1<ad78>2.5 E F2(.)A(If)184 258 Q F1<ad6f>4.63
-E F2 2.131(is supplied with no)4.63 F F3(option\255name)4.631 E F2 4.631
+552 Q F2(Same as)13.34 E F1<ad78>2.5 E F2(.)A(If)184 570 Q F1<ad6f>4.63
+E F2 2.131(is supplied with no)4.63 F F6(option\255name)4.631 E F2 4.631
 (,t)C 2.131(he values of the curr)-4.631 F 2.131(ent options ar)-.18 F
-(e)-.18 E 4.412(printed. If)184 270 R F1(+o)4.412 E F2 1.912
-(is supplied with no)4.412 F F3(option\255name)4.412 E F2 4.411(,as)C
+(e)-.18 E 4.412(printed. If)184 582 R F1(+o)4.412 E F2 1.912
+(is supplied with no)4.412 F F6(option\255name)4.412 E F2 4.411(,as)C
 1.911(eries of)-4.411 F F1(set)4.411 E F2 1.911(commands to)4.411 F -.18
-(re)184 282 S(cr).18 E(eate the curr)-.18 E
+(re)184 594 S(cr).18 E(eate the curr)-.18 E
 (ent option settings is displayed on the standar)-.18 E 2.5(do)-.18 G
-(utput.)-2.5 E F1<ad70>144 294 Q F2 -.9(Tu)27.83 G .853(rn on).9 F F3
+(utput.)-2.5 E F1<ad70>144 606 Q F2 -.9(Tu)27.83 G .853(rn on).9 F F6
 (privileged)3.923 E F2 3.353(mode. In)3.683 F .853(this mode, the)3.353
-F/F4 9/Palatino-Bold@0 SF($ENV)3.353 E F2(and)3.103 E F4($BASH_ENV)3.354
-E F2 .854(\214les ar)3.104 F 3.354(en)-.18 G(ot)-3.354 E(pr)184 306 Q
-2.873(ocessed, shell functions ar)-.18 F 5.373(en)-.18 G 2.873
+F F3($ENV)3.353 E F2(and)3.103 E F3($BASH_ENV)3.354 E F2 .854
+(\214les ar)3.104 F 3.354(en)-.18 G(ot)-3.354 E(pr)184 618 Q 2.873
+(ocessed, shell functions ar)-.18 F 5.373(en)-.18 G 2.873
 (ot inherited fr)-5.373 F 2.873(om the envir)-.18 F 2.873
-(onment, and the)-.18 F F4(SHELLOPTS)184 318 Q F2 .548
+(onment, and the)-.18 F F3(SHELLOPTS)184 630 Q F2 .548
 (variable, if it appears in the envir)2.798 F .548(onment, is ignor)-.18
 F 3.049(ed. If)-.18 F .549(the shell is)3.049 F 1.115
-(started with the ef)184 330 R 1.115(fective user \(gr)-.18 F 1.115
+(started with the ef)184 642 R 1.115(fective user \(gr)-.18 F 1.115
 (oup\) id not equal to the r)-.18 F 1.115(eal user \(gr)-.18 F 1.115
-(oup\) id,)-.18 F .497(and the)184 342 R F1<ad70>2.997 E F2 .498
+(oup\) id,)-.18 F .497(and the)184 654 R F1<ad70>2.997 E F2 .498
 (option is not supplied, these actions ar)2.998 F 2.998(et)-.18 G .498
 (aken and the ef)-2.998 F .498(fective user)-.18 F .685
-(id is set to the r)184 354 R .685(eal user id.)-.18 F .685(If the)5.685
+(id is set to the r)184 666 R .685(eal user id.)-.18 F .685(If the)5.685
 F F1<ad70>3.185 E F2 .684(option is supplied at startup, the ef)3.185 F
-(fective)-.18 E .752(user id is not r)184 366 R 3.252(eset. T)-.18 F
+(fective)-.18 E .752(user id is not r)184 678 R 3.252(eset. T)-.18 F
 .752(urning this option of)-.9 F 3.252(fc)-.18 G .752(auses the ef)
 -3.252 F .753(fective user and gr)-.18 F(oup)-.18 E
-(ids to be set to the r)184 378 Q(eal user and gr)-.18 E(oup ids.)-.18 E
-F1<ad74>144 390 Q F2(Exit after r)30.61 E
-(eading and executing one command.)-.18 E F1<ad75>144 402 Q F2 -.88 -.9
+(ids to be set to the r)184 690 Q(eal user and gr)-.18 E(oup ids.)-.18 E
+F1<ad74>144 702 Q F2(Exit after r)30.61 E
+(eading and executing one command.)-.18 E F1<ad75>144 714 Q F2 -.88 -.9
 (Tr e)27.83 H 2.498(at unset variables as an err).9 F 2.498
 (or when performing parameter expansion.)-.18 F(If)7.498 E .869
 (expansion is attempted on an unset variable, the shell prints an err)
-184 414 R .87(or message,)-.18 F
-(and, if not interactive, exits with a non-zer)184 426 Q 2.5(os)-.18 G
-(tatus.)-2.5 E F1<ad76>144 438 Q F2(Print shell input lines as they ar)
-28.38 E 2.5(er)-.18 G(ead.)-2.68 E F1<ad78>144 450 Q F2 2.637
-(After expanding each)28.94 F F3 2.637(simple command)5.137 F F2(,)A F1
-(for)5.137 E F2(command,)5.137 E F1(case)5.136 E F2(command,)5.136 E F1
-(select)5.136 E F2 .954(command, or arithmetic)184 462 R F1(for)3.454 E
-F2 .955(command, display the expanded value of)3.455 F F4(PS4)3.455 E/F5
-9/Palatino-Roman@0 SF(,)A F2(fol-)3.205 E
-(lowed by the command and its expanded ar)184 474 Q
-(guments or associated wor)-.18 E 2.5(dl)-.18 G(ist.)-2.5 E F1<ad42>144
-486 Q F2 .484(The shell performs brace expansion \(see)27.27 F F1 .484
-(Brace Expansion)2.984 F F2 2.984(above\). This)2.984 F .484(is on by)
-2.984 F(default.)184 498 Q F1<ad43>144 510 Q F2 .077(If set,)26.72 F F1
-(bash)2.577 E F2 .077(does not overwrite an existing \214le with the)
-2.577 F F1(>)2.578 E F2(,)A F1(>&)2.578 E F2 2.578(,a)C(nd)-2.578 E F1
-(<>)2.578 E F2 -.18(re)2.578 G(dir).18 E(ection)-.18 E 2.645
-(operators. This)184 522 R .145(may be overridden when cr)2.645 F .145
-(eating output \214les by using the r)-.18 F(edi-)-.18 E -.18(re)184 534
-S(ction operator).18 E F1(>|)2.5 E F2(instead of)2.5 E F1(>)2.5 E F2(.)A
-F1<ad45>144 546 Q F2 .901(If set, any trap on)27.83 F F1(ERR)3.402 E F2
+184 726 R .87(or message,)-.18 F F0(GNU Bash-3.1-de)72 768 Q -.15(ve)
+-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(25)-2.5
+G(6)-197.965 E 0 Cg EP
+%%Page: 57 57
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Palatino-Roman@0 SF
+(and, if not interactive, exits with a non-zer)184 84 Q 2.5(os)-.18 G
+(tatus.)-2.5 E/F2 10/Palatino-Bold@0 SF<ad76>144 96 Q F1
+(Print shell input lines as they ar)28.38 E 2.5(er)-.18 G(ead.)-2.68 E
+F2<ad78>144 108 Q F1 2.637(After expanding each)28.94 F/F3 10
+/Palatino-Italic@0 SF 2.637(simple command)5.137 F F1(,)A F2(for)5.137 E
+F1(command,)5.137 E F2(case)5.136 E F1(command,)5.136 E F2(select)5.136
+E F1 .954(command, or arithmetic)184 120 R F2(for)3.454 E F1 .955
+(command, display the expanded value of)3.455 F/F4 9/Palatino-Bold@0 SF
+(PS4)3.455 E/F5 9/Palatino-Roman@0 SF(,)A F1(fol-)3.205 E
+(lowed by the command and its expanded ar)184 132 Q
+(guments or associated wor)-.18 E 2.5(dl)-.18 G(ist.)-2.5 E F2<ad42>144
+144 Q F1 .484(The shell performs brace expansion \(see)27.27 F F2 .484
+(Brace Expansion)2.984 F F1 2.984(above\). This)2.984 F .484(is on by)
+2.984 F(default.)184 156 Q F2<ad43>144 168 Q F1 .077(If set,)26.72 F F2
+(bash)2.577 E F1 .077(does not overwrite an existing \214le with the)
+2.577 F F2(>)2.578 E F1(,)A F2(>&)2.578 E F1 2.578(,a)C(nd)-2.578 E F2
+(<>)2.578 E F1 -.18(re)2.578 G(dir).18 E(ection)-.18 E 2.645
+(operators. This)184 180 R .145(may be overridden when cr)2.645 F .145
+(eating output \214les by using the r)-.18 F(edi-)-.18 E -.18(re)184 192
+S(ction operator).18 E F2(>|)2.5 E F1(instead of)2.5 E F2(>)2.5 E F1(.)A
+F2<ad45>144 204 Q F1 .901(If set, any trap on)27.83 F F2(ERR)3.402 E F1
 .902(is inherited by shell functions, command substitutions,)3.402 F .75
-(and commands executed in a subshell envir)184 558 R 3.25(onment. The)
--.18 F F1(ERR)3.25 E F2 .75(trap is normally)3.25 F
-(not inherited in such cases.)184 570 Q F1<ad48>144 582 Q F2(Enable)
-25.61 E F1(!)2.515 E F2 .015(style history substitution.)5.015 F .016
+(and commands executed in a subshell envir)184 216 R 3.25(onment. The)
+-.18 F F2(ERR)3.25 E F1 .75(trap is normally)3.25 F
+(not inherited in such cases.)184 228 Q F2<ad48>144 240 Q F1(Enable)
+25.61 E F2(!)2.515 E F1 .015(style history substitution.)5.015 F .016
 (This option is on by default when the shell is)5.016 F(interactive.)184
-594 Q F1<ad50>144 606 Q F2 .693(If set, the shell does not follow symbo\
-lic links when executing commands such)27.83 F(as)184 618 Q F1(cd)3.569
-E F2 1.069(that change the curr)3.569 F 1.069(ent working dir)-.18 F
+252 Q F2<ad50>144 264 Q F1 .693(If set, the shell does not follow symbo\
+lic links when executing commands such)27.83 F(as)184 276 Q F2(cd)3.569
+E F1 1.069(that change the curr)3.569 F 1.069(ent working dir)-.18 F
 (ectory)-.18 E 6.069(.I)-1.11 G 3.569(tu)-6.069 G 1.07
-(ses the physical dir)-3.569 F(ectory)-.18 E(str)184 630 Q(uctur)-.08 E
-2.912(ei)-.18 G 2.912(nstead. By)-2.912 F(default,)2.912 E F1(bash)2.912
-E F2 .412(follows the logical chain of dir)2.912 F .411(ectories when)
--.18 F(performing commands which change the curr)184 642 Q(ent dir)-.18
-E(ectory)-.18 E(.)-1.11 E F1<ad54>144 654 Q F2 1.25(If set, any trap on)
-27.27 F F1(DEBUG)3.751 E F2 1.251
+(ses the physical dir)-3.569 F(ectory)-.18 E(str)184 288 Q(uctur)-.08 E
+2.912(ei)-.18 G 2.912(nstead. By)-2.912 F(default,)2.912 E F2(bash)2.912
+E F1 .412(follows the logical chain of dir)2.912 F .411(ectories when)
+-.18 F(performing commands which change the curr)184 300 Q(ent dir)-.18
+E(ectory)-.18 E(.)-1.11 E F2<ad54>144 312 Q F1 1.25(If set, any trap on)
+27.27 F F2(DEBUG)3.751 E F1 1.251
 (is inherited by shell functions, command substitu-)3.751 F .712
-(tions, and commands executed in a subshell envir)184 666 R 3.212
-(onment. The)-.18 F F1(DEBUG)3.212 E F2 .711(trap is)3.211 F
-(normally not inherited in such cases.)184 678 Q F1<adad>144 690 Q F2
+(tions, and commands executed in a subshell envir)184 324 R 3.212
+(onment. The)-.18 F F2(DEBUG)3.212 E F1 .711(trap is)3.211 F
+(normally not inherited in such cases.)184 336 Q F2<adad>144 348 Q F1
 1.781(If no ar)27.88 F 1.782
 (guments follow this option, then the positional parameters ar)-.18 F
 4.282(eu)-.18 G(nset.)-4.282 E 1.303
-(Otherwise, the positional parameters ar)184 702 R 3.803(es)-.18 G 1.303
-(et to the)-3.803 F F3(ar)3.803 E(g)-.18 E F2 1.303
-(s, even if some of them)B(begin with a)184 714 Q F1<ad>2.5 E F2(.)A F0
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(56)199 E 0 Cg EP
-%%Page: 57 57
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Bold@0 SF<ad>144 84 Q/F2 10/Palatino-Roman@0 SF
-1.295(Signal the end of options, cause all r)33.94 F(emaining)-.18 E/F3
-10/Palatino-Italic@0 SF(ar)3.796 E(g)-.18 E F2 3.796(st)C 3.796(ob)
--3.796 G 3.796(ea)-3.796 G 1.296(ssigned to the posi-)-3.796 F .042
-(tional parameters.)184 96 R(The)5.042 E F1<ad78>2.542 E F2(and)2.542 E
-F1<ad76>2.542 E F2 .041(options ar)2.541 F 2.541(et)-.18 G .041
+(Otherwise, the positional parameters ar)184 360 R 3.803(es)-.18 G 1.303
+(et to the)-3.803 F F3(ar)3.803 E(g)-.18 E F1 1.303
+(s, even if some of them)B(begin with a)184 372 Q F2<ad>2.5 E F1(.)A F2
+<ad>144 384 Q F1 1.295(Signal the end of options, cause all r)33.94 F
+(emaining)-.18 E F3(ar)3.796 E(g)-.18 E F1 3.796(st)C 3.796(ob)-3.796 G
+3.796(ea)-3.796 G 1.296(ssigned to the posi-)-3.796 F .042
+(tional parameters.)184 396 R(The)5.042 E F2<ad78>2.542 E F1(and)2.542 E
+F2<ad76>2.542 E F1 .041(options ar)2.541 F 2.541(et)-.18 G .041
 (urned of)-2.541 F 2.541(f. If)-.18 F(ther)2.541 E 2.541(ea)-.18 G .401
--.18(re n)-2.541 H(o).18 E F3(ar)2.541 E(g)-.18 E F2 .041(s, the)B
-(positional parameters r)184 108 Q(emain unchanged.)-.18 E .12
-(The options ar)144 124.8 R 2.62(eo)-.18 G .48 -.18(ff b)-2.62 H 2.62
+-.18(re n)-2.541 H(o).18 E F3(ar)2.541 E(g)-.18 E F1 .041(s, the)B
+(positional parameters r)184 408 Q(emain unchanged.)-.18 E .12
+(The options ar)144 424.8 R 2.62(eo)-.18 G .48 -.18(ff b)-2.62 H 2.62
 (yd).18 G .121(efault unless otherwise noted.)-2.62 F .121
 (Using + rather than \255 causes these)5.121 F .278
-(options to be turned of)144 136.8 R 2.778(f. The)-.18 F .277
+(options to be turned of)144 436.8 R 2.778(f. The)-.18 F .277
 (options can also be speci\214ed as ar)2.777 F .277
-(guments to an invocation)-.18 F .722(of the shell.)144 148.8 R .723
-(The curr)5.723 F .723(ent set of options may be found in)-.18 F F1
-<24ad>3.223 E F2 5.723(.T)C .723(he r)-5.723 F .723
-(eturn status is always)-.18 F(tr)144 160.8 Q
-(ue unless an invalid option is encounter)-.08 E(ed.)-.18 E F1(shift)108
-177.6 Q F2([)2.5 E F3(n)A F2(])A .807(The positional parameters fr)144
-189.6 R(om)-.18 E F3(n)3.306 E F2 .806(+1 ... ar)B 3.306(er)-.18 G .806
-(enamed to)-3.486 F F1 .806($1 ....)3.306 F F2 .806(Parameters r)5.806 F
-(epr)-.18 E .806(esented by)-.18 F .055(the numbers)144 201.6 R F1($#)
-2.555 E F2 .055(down to)2.555 F F1($#)2.555 E F2<ad>A F3(n)A F2 .055
-(+1 ar)B 2.555(eu)-.18 G(nset.)-2.555 E F3(n)5.315 E F2 .055
+(guments to an invocation)-.18 F .722(of the shell.)144 448.8 R .723
+(The curr)5.723 F .723(ent set of options may be found in)-.18 F F2
+<24ad>3.223 E F1 5.723(.T)C .723(he r)-5.723 F .723
+(eturn status is always)-.18 F(tr)144 460.8 Q
+(ue unless an invalid option is encounter)-.08 E(ed.)-.18 E F2(shift)108
+477.6 Q F1([)2.5 E F3(n)A F1(])A .807(The positional parameters fr)144
+489.6 R(om)-.18 E F3(n)3.306 E F1 .806(+1 ... ar)B 3.306(er)-.18 G .806
+(enamed to)-3.486 F F2 .806($1 ....)3.306 F F1 .806(Parameters r)5.806 F
+(epr)-.18 E .806(esented by)-.18 F .055(the numbers)144 501.6 R F2($#)
+2.555 E F1 .055(down to)2.555 F F2($#)2.555 E F1<ad>A F3(n)A F1 .055
+(+1 ar)B 2.555(eu)-.18 G(nset.)-2.555 E F3(n)5.315 E F1 .055
 (must be a non-negative number less than or)2.635 F .495(equal to)144
-213.6 R F1($#)2.995 E F2 5.495(.I)C(f)-5.495 E F3(n)3.255 E F2 .494
+513.6 R F2($#)2.995 E F1 5.495(.I)C(f)-5.495 E F3(n)3.255 E F1 .494
 (is 0, no parameters ar)3.075 F 2.994(ec)-.18 G 2.994(hanged. If)-2.994
-F F3(n)3.254 E F2 .494(is not given, it is assumed to be 1.)3.074 F(If)
-144 225.6 Q F3(n)4.052 E F2 1.292(is gr)3.872 F 1.292(eater than)-.18 F
-F1($#)3.792 E F2 3.792(,t)C 1.292(he positional parameters ar)-3.792 F
+F F3(n)3.254 E F1 .494(is not given, it is assumed to be 1.)3.074 F(If)
+144 525.6 Q F3(n)4.052 E F1 1.292(is gr)3.872 F 1.292(eater than)-.18 F
+F2($#)3.792 E F1 3.792(,t)C 1.292(he positional parameters ar)-3.792 F
 3.792(en)-.18 G 1.292(ot changed.)-3.792 F 1.292(The r)6.292 F 1.292
-(eturn status is)-.18 F(gr)144 237.6 Q(eater than zer)-.18 E 2.5(oi)-.18
-G(f)-2.5 E F3(n)2.76 E F2(is gr)2.58 E(eater than)-.18 E F1($#)2.5 E F2
-(or less than zer)2.5 E(o; otherwise 0.)-.18 E F1(shopt)108 254.4 Q F2
-([)2.5 E F1(\255pqsu)A F2 2.5(][)C F1<ad6f>-2.5 E F2 2.5(][)C F3
-(optname)-2.5 E F2(...])2.5 E -.92(To)144 266.4 S 1.523
+(eturn status is)-.18 F(gr)144 537.6 Q(eater than zer)-.18 E 2.5(oi)-.18
+G(f)-2.5 E F3(n)2.76 E F1(is gr)2.58 E(eater than)-.18 E F2($#)2.5 E F1
+(or less than zer)2.5 E(o; otherwise 0.)-.18 E F2(shopt)108 554.4 Q F1
+([)2.5 E F2(\255pqsu)A F1 2.5(][)C F2<ad6f>-2.5 E F1 2.5(][)C F3
+(optname)-2.5 E F1(...])2.5 E -.92(To)144 566.4 S 1.523
 (ggle the values of variables contr).92 F 1.522
 (olling optional shell behavior)-.18 F 6.522(.W)-.74 G 1.522
-(ith no options, or)-7.072 F 2.531(with the)144 278.4 R F1<ad70>5.031 E
-F2 2.531(option, a list of all settable options is displayed, with an i\
-ndication of)5.031 F .962(whether or not each is set.)144 290.4 R(The)
-5.962 E F1<ad70>3.462 E F2 .962
+(ith no options, or)-7.072 F 2.531(with the)144 578.4 R F2<ad70>5.031 E
+F1 2.531(option, a list of all settable options is displayed, with an i\
+ndication of)5.031 F .962(whether or not each is set.)144 590.4 R(The)
+5.962 E F2<ad70>3.462 E F1 .962
 (option causes output to be displayed in a form that)3.462 F(may be r)
-144 302.4 Q(eused as input.)-.18 E
-(Other options have the following meanings:)5 E F1<ad73>144 314.4 Q F2
-(Enable \(set\) each)25.5 E F3(optname)2.5 E F2(.)A F1<ad75>144 326.4 Q
-F2(Disable \(unset\) each)23.83 E F3(optname)2.5 E F2(.)A F1<ad71>144
-338.4 Q F2(Suppr)23.83 E .903(esses normal output \(quiet mode\); the r)
+144 602.4 Q(eused as input.)-.18 E
+(Other options have the following meanings:)5 E F2<ad73>144 614.4 Q F1
+(Enable \(set\) each)25.5 E F3(optname)2.5 E F1(.)A F2<ad75>144 626.4 Q
+F1(Disable \(unset\) each)23.83 E F3(optname)2.5 E F1(.)A F2<ad71>144
+638.4 Q F1(Suppr)23.83 E .903(esses normal output \(quiet mode\); the r)
 -.18 F .903(eturn status indicates whether the)-.18 F F3(optname)180
-350.4 Q F2 1.679(is set or unset.)4.179 F 1.679(If multiple)6.679 F F3
-(optname)4.178 E F2(ar)4.178 E 1.678(guments ar)-.18 F 4.178(eg)-.18 G
-1.678(iven with)-4.178 F F1<ad71>4.178 E F2 4.178(,t)C(he)-4.178 E -.18
-(re)180 362.4 S(turn status is zer).18 E 2.5(oi)-.18 G 2.5(fa)-2.5 G(ll)
--2.5 E F3(optnames)2.5 E F2(ar)2.5 E 2.5(ee)-.18 G(nabled; non-zer)-2.5
-E 2.5(oo)-.18 G(therwise.)-2.5 E F1<ad6f>144 374.4 Q F2 1.348
-(Restricts the values of)24.38 F F3(optname)3.848 E F2 1.348
-(to be those de\214ned for the)3.848 F F1<ad6f>3.848 E F2 1.348
-(option to the)3.848 F F1(set)3.848 E F2(builtin.)180 386.4 Q 1.86
-(If either)144 403.2 R F1<ad73>4.36 E F2(or)4.36 E F1<ad75>4.36 E F2
-1.86(is used with no)4.36 F F3(optname)4.36 E F2(ar)4.36 E 1.86
+650.4 Q F1 1.679(is set or unset.)4.179 F 1.679(If multiple)6.679 F F3
+(optname)4.178 E F1(ar)4.178 E 1.678(guments ar)-.18 F 4.178(eg)-.18 G
+1.678(iven with)-4.178 F F2<ad71>4.178 E F1 4.178(,t)C(he)-4.178 E -.18
+(re)180 662.4 S(turn status is zer).18 E 2.5(oi)-.18 G 2.5(fa)-2.5 G(ll)
+-2.5 E F3(optnames)2.5 E F1(ar)2.5 E 2.5(ee)-.18 G(nabled; non-zer)-2.5
+E 2.5(oo)-.18 G(therwise.)-2.5 E F2<ad6f>144 674.4 Q F1 1.348
+(Restricts the values of)24.38 F F3(optname)3.848 E F1 1.348
+(to be those de\214ned for the)3.848 F F2<ad6f>3.848 E F1 1.348
+(option to the)3.848 F F2(set)3.848 E F1(builtin.)180 686.4 Q 1.86
+(If either)144 703.2 R F2<ad73>4.36 E F1(or)4.36 E F2<ad75>4.36 E F1
+1.86(is used with no)4.36 F F3(optname)4.36 E F1(ar)4.36 E 1.86
 (guments, the display is limited to those)-.18 F 1.061(options which ar)
-144 415.2 R 3.561(es)-.18 G 1.062(et or unset, r)-3.561 F(espectively)
--.18 E 6.062(.U)-1.11 G 1.062(nless otherwise noted, the)-6.062 F F1
-(shopt)3.562 E F2(options)3.562 E(ar)144 427.2 Q 2.5(ed)-.18 G
-(isabled \(unset\) by default.)-2.5 E .473(The r)144 444 R .473
+144 715.2 R 3.561(es)-.18 G 1.062(et or unset, r)-3.561 F(espectively)
+-.18 E 6.062(.U)-1.11 G 1.062(nless otherwise noted, the)-6.062 F F2
+(shopt)3.562 E F1(options)3.562 E(ar)144 727.2 Q 2.5(ed)-.18 G
+(isabled \(unset\) by default.)-2.5 E F0(GNU Bash-3.1-de)72 768 Q -.15
+(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(25)
+-2.5 G(7)-197.965 E 0 Cg EP
+%%Page: 58 58
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Palatino-Roman@0 SF .473(The r)144 84 R .473
 (eturn status when listing options is zer)-.18 F 2.973(oi)-.18 G 2.973
-(fa)-2.973 G(ll)-2.973 E F3(optnames)2.973 E F2(ar)2.973 E 2.973(ee)-.18
-G .472(nabled, non-zer)-2.973 F 2.972(oo)-.18 G(ther)-2.972 E(-)-.18 E
-2.601(wise. When)144 456 R .101(setting or unsetting options, the r)
-2.601 F .101(eturn status is zer)-.18 F 2.602(ou)-.18 G .102(nless an)
--2.602 F F3(optname)2.602 E F2 .102(is not)2.602 F 2.5(av)144 468 S
-(alid shell option.)-2.5 E(The list of)144 484.8 Q F1(shopt)2.5 E F2
-(options is:)2.5 E F1(cdable_vars)144 502.8 Q F2 .364(If set, an ar)184
-514.8 R .364(gument to the)-.18 F F1(cd)2.864 E F2 .364
+(fa)-2.973 G(ll)-2.973 E/F2 10/Palatino-Italic@0 SF(optnames)2.973 E F1
+(ar)2.973 E 2.973(ee)-.18 G .472(nabled, non-zer)-2.973 F 2.972(oo)-.18
+G(ther)-2.972 E(-)-.18 E 2.601(wise. When)144 96 R .101
+(setting or unsetting options, the r)2.601 F .101(eturn status is zer)
+-.18 F 2.602(ou)-.18 G .102(nless an)-2.602 F F2(optname)2.602 E F1 .102
+(is not)2.602 F 2.5(av)144 108 S(alid shell option.)-2.5 E(The list of)
+144 124.8 Q/F3 10/Palatino-Bold@0 SF(shopt)2.5 E F1(options is:)2.5 E F3
+(cdable_vars)144 142.8 Q F1 .364(If set, an ar)184 154.8 R .364
+(gument to the)-.18 F F3(cd)2.864 E F1 .364
 (builtin command that is not a dir)2.864 F .364(ectory is assumed)-.18 F
-(to be the name of a variable whose value is the dir)184 526.8 Q
-(ectory to change to.)-.18 E F1(cdspell)144 538.8 Q F2 1.137
+(to be the name of a variable whose value is the dir)184 166.8 Q
+(ectory to change to.)-.18 E F3(cdspell)144 178.8 Q F1 1.137
 (If set, minor err)7.24 F 1.138(ors in the spelling of a dir)-.18 F
-1.138(ectory component in a)-.18 F F1(cd)3.638 E F2(command)3.638 E
-1.289(will be corr)184 550.8 R 3.788(ected. The)-.18 F(err)3.788 E 1.288
+1.138(ectory component in a)-.18 F F3(cd)3.638 E F1(command)3.638 E
+1.289(will be corr)184 190.8 R 3.788(ected. The)-.18 F(err)3.788 E 1.288
 (ors checked for ar)-.18 F 3.788(et)-.18 G 1.288
-(ransposed characters, a missing)-3.788 F(character)184 562.8 Q 2.74(,a)
+(ransposed characters, a missing)-3.788 F(character)184 202.8 Q 2.74(,a)
 -.74 G .24(nd one character too many)-2.74 F 5.241(.I)-1.11 G 2.741(fac)
 -5.241 G(orr)-2.741 E .241(ection is found, the corr)-.18 F .241
-(ected \214le)-.18 F .431(name is printed, and the command pr)184 574.8
+(ected \214le)-.18 F .431(name is printed, and the command pr)184 214.8
 R 2.931(oceeds. This)-.18 F .43(option is only used by inter)2.931 F(-)
--.18 E(active shells.)184 586.8 Q F1(checkhash)144 598.8 Q F2 .762
-(If set,)184 610.8 R F1(bash)3.262 E F2 .763
+-.18 E(active shells.)184 226.8 Q F3(checkhash)144 238.8 Q F1 .762
+(If set,)184 250.8 R F3(bash)3.262 E F1 .763
 (checks that a command found in the hash table exists befor)3.263 F
-3.263(et)-.18 G(rying)-3.263 E .023(to execute it.)184 622.8 R .023
+3.263(et)-.18 G(rying)-3.263 E .023(to execute it.)184 262.8 R .023
 (If a hashed command no longer exists, a normal path sear)5.023 F .022
-(ch is per)-.18 F(-)-.18 E(formed.)184 634.8 Q F1(checkwinsize)144 646.8
-Q F2 2.584(If set,)184 658.8 R F1(bash)5.084 E F2 2.584
+(ch is per)-.18 F(-)-.18 E(formed.)184 274.8 Q F3(checkwinsize)144 286.8
+Q F1 2.584(If set,)184 298.8 R F3(bash)5.084 E F1 2.584
 (checks the window size after each command and, if necessary)5.084 F(,)
--1.11 E(updates the values of)184 670.8 Q/F4 9/Palatino-Bold@0 SF(LINES)
-2.5 E F2(and)2.25 E F4(COLUMNS)2.5 E/F5 9/Palatino-Roman@0 SF(.)A F1
-(cmdhist)144 682.8 Q F2 1.298(If set,)184 694.8 R F1(bash)3.798 E F2
+-1.11 E(updates the values of)184 310.8 Q/F4 9/Palatino-Bold@0 SF(LINES)
+2.5 E F1(and)2.25 E F4(COLUMNS)2.5 E/F5 9/Palatino-Roman@0 SF(.)A F3
+(cmdhist)144 322.8 Q F1 1.298(If set,)184 334.8 R F3(bash)3.798 E F1
 1.297(attempts to save all lines of a multiple-line command in the same)
-3.797 F(history entry)184 706.8 Q 5(.T)-1.11 G(his allows easy r)-5 E
-(e-editing of multi-line commands.)-.18 E F0(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(57)199 E 0 Cg EP
-%%Page: 58 58
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Bold@0 SF(dotglob)144 84 Q/F2 10/Palatino-Roman@0
-SF 1.338(If set,)184 96 R F1(bash)3.838 E F2 1.338
+3.797 F(history entry)184 346.8 Q 5(.T)-1.11 G(his allows easy r)-5 E
+(e-editing of multi-line commands.)-.18 E F3(dotglob)144 358.8 Q F1
+1.338(If set,)184 370.8 R F3(bash)3.838 E F1 1.338
 (includes \214lenames beginning with a `.' in the r)3.838 F 1.339
-(esults of pathname)-.18 F(expansion.)184 108 Q F1(execfail)144 120 Q F2
-.315(If set, a non-interactive shell will not exit if it cannot execute\
- the \214le speci\214ed as)5.01 F .783(an ar)184 132 R .783
-(gument to the)-.18 F F1(exec)3.283 E F2 .783(builtin command.)3.283 F
-.783(An interactive shell does not exit if)5.783 F F1(exec)184 144 Q F2
-(fails.)2.5 E F1(expand_aliases)144 156 Q F2 1.159(If set, aliases ar)
-184 168 R 3.659(ee)-.18 G 1.159(xpanded as described above under)-3.659
-F/F3 9/Palatino-Bold@0 SF(ALIASES)3.659 E/F4 9/Palatino-Roman@0 SF(.)A
-F2 1.159(This option is)5.659 F
-(enabled by default for interactive shells.)184 180 Q F1(extdebug)144
-192 Q F2(If set, behavior intended for use by debuggers is enabled:)184
-204 Q F1(1.)184 216 Q F2(The)28.5 E F1<ad46>3.607 E F2 1.107
-(option to the)3.607 F F1(declare)3.607 E F2 1.108
-(builtin displays the sour)3.607 F 1.108(ce \214le name and)-.18 F .624
-(line number corr)220 228 R .624
+(esults of pathname)-.18 F(expansion.)184 382.8 Q F3(execfail)144 394.8
+Q F1 .315(If set, a non-interactive shell will not exit if it cannot ex\
+ecute the \214le speci\214ed as)5.01 F .783(an ar)184 406.8 R .783
+(gument to the)-.18 F F3(exec)3.283 E F1 .783(builtin command.)3.283 F
+.783(An interactive shell does not exit if)5.783 F F3(exec)184 418.8 Q
+F1(fails.)2.5 E F3(expand_aliases)144 430.8 Q F1 1.159
+(If set, aliases ar)184 442.8 R 3.659(ee)-.18 G 1.159
+(xpanded as described above under)-3.659 F F4(ALIASES)3.659 E F5(.)A F1
+1.159(This option is)5.659 F(enabled by default for interactive shells.)
+184 454.8 Q F3(extdebug)144 466.8 Q F1
+(If set, behavior intended for use by debuggers is enabled:)184 478.8 Q
+F3(1.)184 490.8 Q F1(The)28.5 E F3<ad46>3.607 E F1 1.107(option to the)
+3.607 F F3(declare)3.607 E F1 1.108(builtin displays the sour)3.607 F
+1.108(ce \214le name and)-.18 F .624(line number corr)220 502.8 R .624
 (esponding to each function name supplied as an ar)-.18 F(gu-)-.18 E
-(ment.)220 240 Q F1(2.)184 252 Q F2 .98(If the command r)28.5 F .98
-(un by the)-.08 F F1(DEBUG)3.48 E F2 .98(trap r)3.48 F .98
+(ment.)220 514.8 Q F3(2.)184 526.8 Q F1 .98(If the command r)28.5 F .98
+(un by the)-.08 F F3(DEBUG)3.48 E F1 .98(trap r)3.48 F .98
 (eturns a non-zer)-.18 F 3.48(ov)-.18 G .98(alue, the)-3.48 F
-(next command is skipped and not executed.)220 264 Q F1(3.)184 276 Q F2
-1.107(If the command r)28.5 F 1.107(un by the)-.08 F F1(DEBUG)3.607 E F2
-1.106(trap r)3.606 F 1.106(eturns a value of 2, and the)-.18 F .87
-(shell is executing in a subr)220 288 R .871
+(next command is skipped and not executed.)220 538.8 Q F3(3.)184 550.8 Q
+F1 1.107(If the command r)28.5 F 1.107(un by the)-.08 F F3(DEBUG)3.607 E
+F1 1.106(trap r)3.606 F 1.106(eturns a value of 2, and the)-.18 F .87
+(shell is executing in a subr)220 562.8 R .871
 (outine \(a shell function or a shell script exe-)-.18 F(cuted by the)
-220 300 Q F1(.)2.5 E F2(or)2.5 E F1(source)2.5 E F2
-(builtins\), a call to)2.5 E F1(return)2.5 E F2(is simulated.)2.5 E F1
-(extglob)144 312 Q F2 .432(If set, the extended pattern matching featur)
-6.11 F .432(es described above under)-.18 F F1(Pathname)2.932 E
-(Expansion)184 324 Q F2(ar)2.5 E 2.5(ee)-.18 G(nabled.)-2.5 E F1
-(extquote)144 336 Q F2 .143(If set,)184 348 R F1($)2.643 E F2(')A/F5 10
-/Palatino-Italic@0 SF(string)A F2 2.643('a)C(nd)-2.643 E F1($)2.643 E F2
-(")A F5(string)A F2 2.643("q)C .143(uoting is performed within)-2.643 F
-F1(${)2.643 E F5(parameter)A F1(})A F2(expansions)2.643 E
-(enclosed in double quotes.)184 360 Q
-(This option is enabled by default.)5 E F1(failglob)144 372 Q F2 .507(I\
-f set, patterns which fail to match \214lenames during pathname expansi\
-on r)184 384 R(esult)-.18 E(in an expansion err)184 396 Q(or)-.18 E(.)
--.74 E F1(force_\214gnore)144 408 Q F2 1.118(If set, the suf)184 420 R
-1.118(\214xes speci\214ed by the)-.18 F F1(FIGNORE)3.618 E F2 1.119
-(shell variable cause wor)3.619 F 1.119(ds to be)-.18 F(ignor)184 432 Q
-1.291(ed when performing wor)-.18 F 3.791(dc)-.18 G 1.291
+220 574.8 Q F3(.)2.5 E F1(or)2.5 E F3(source)2.5 E F1
+(builtins\), a call to)2.5 E F3(return)2.5 E F1(is simulated.)2.5 E F3
+(extglob)144 586.8 Q F1 .432
+(If set, the extended pattern matching featur)6.11 F .432
+(es described above under)-.18 F F3(Pathname)2.932 E(Expansion)184 598.8
+Q F1(ar)2.5 E 2.5(ee)-.18 G(nabled.)-2.5 E F3(extquote)144 610.8 Q F1
+.143(If set,)184 622.8 R F3($)2.643 E F1(')A F2(string)A F1 2.643('a)C
+(nd)-2.643 E F3($)2.643 E F1(")A F2(string)A F1 2.643("q)C .143
+(uoting is performed within)-2.643 F F3(${)2.643 E F2(parameter)A F3(})A
+F1(expansions)2.643 E(enclosed in double quotes.)184 634.8 Q
+(This option is enabled by default.)5 E F3(failglob)144 646.8 Q F1 .507
+(If set, patterns which fail to match \214lenames during pathname expan\
+sion r)184 658.8 R(esult)-.18 E(in an expansion err)184 670.8 Q(or)-.18
+E(.)-.74 E F3(force_\214gnore)144 682.8 Q F1 1.118(If set, the suf)184
+694.8 R 1.118(\214xes speci\214ed by the)-.18 F F3(FIGNORE)3.618 E F1
+1.119(shell variable cause wor)3.619 F 1.119(ds to be)-.18 F(ignor)184
+706.8 Q 1.291(ed when performing wor)-.18 F 3.791(dc)-.18 G 1.291
 (ompletion even if the ignor)-3.791 F 1.291(ed wor)-.18 F 1.291(ds ar)
--.18 F 3.79(et)-.18 G(he)-3.79 E 1.7(only possible completions.)184 444
-R(See)6.7 E F3 1.7(SHELL V)4.2 F(ARIABLES)-1.161 E F2 1.701
-(above for a description of)3.95 F F1(FIGNORE)184 456 Q F2 5(.T)C
-(his option is enabled by default.)-5 E F1(gnu_errfmt)144 468 Q F2 .843
-(If set, shell err)184 480 R .843(or messages ar)-.18 F 3.342(ew)-.18 G
-.842(ritten in the standar)-3.342 F 3.342(dG)-.18 G .842(NU err)-3.342 F
-.842(or message for)-.18 F(-)-.18 E(mat.)184 492 Q F1(histappend)144 504
-Q F2 1.127(If set, the history list is appended to the \214le named by \
-the value of the)184 516 R F1(HIST)3.627 E(-)-.92 E(FILE)184 528 Q F2
+-.18 F 3.79(et)-.18 G(he)-3.79 E 1.7(only possible completions.)184
+718.8 R(See)6.7 E F4 1.7(SHELL V)4.2 F(ARIABLES)-1.161 E F1 1.701
+(above for a description of)3.95 F F3(FIGNORE)184 730.8 Q F1 5(.T)C
+(his option is enabled by default.)-5 E F0(GNU Bash-3.1-de)72 768 Q -.15
+(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(25)
+-2.5 G(8)-197.965 E 0 Cg EP
+%%Page: 59 59
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Palatino-Bold@0 SF(gnu_errfmt)144 84 Q/F2 10
+/Palatino-Roman@0 SF .843(If set, shell err)184 96 R .843
+(or messages ar)-.18 F 3.342(ew)-.18 G .842(ritten in the standar)-3.342
+F 3.342(dG)-.18 G .842(NU err)-3.342 F .842(or message for)-.18 F(-)-.18
+E(mat.)184 108 Q F1(histappend)144 120 Q F2 1.127(If set, the history l\
+ist is appended to the \214le named by the value of the)184 132 R F1
+(HIST)3.627 E(-)-.92 E(FILE)184 144 Q F2
 (variable when the shell exits, rather than overwriting the \214le.)2.5
-E F1(histreedit)144 540 Q F2 1.381(If set, and)184 552 R F1(readline)
+E F1(histreedit)144 156 Q F2 1.381(If set, and)184 168 R F1(readline)
 3.881 E F2 1.381(is being used, a user is given the opportunity to r)
-3.881 F 1.38(e-edit a)-.18 F(failed history substitution.)184 564 Q F1
-(histverify)144 576 Q F2 2.133(If set, and)184 588 R F1(readline)4.633 E
+3.881 F 1.38(e-edit a)-.18 F(failed history substitution.)184 180 Q F1
+(histverify)144 192 Q F2 2.133(If set, and)184 204 R F1(readline)4.633 E
 F2 2.133(is being used, the r)4.633 F 2.133
 (esults of history substitution ar)-.18 F 4.634(en)-.18 G(ot)-4.634 E
-.383(immediately passed to the shell parser)184 600 R 5.383(.I)-.74 G
+.383(immediately passed to the shell parser)184 216 R 5.383(.I)-.74 G
 .382(nstead, the r)-5.383 F .382(esulting line is loaded into)-.18 F
-(the)184 612 Q F1(readline)2.5 E F2(editing buf)2.5 E(fer)-.18 E 2.5(,a)
--.74 G(llowing further modi\214cation.)-2.5 E F1(hostcomplete)144 624 Q
-F2 .647(If set, and)184 636 R F1(readline)3.147 E F2 .648
+(the)184 228 Q F1(readline)2.5 E F2(editing buf)2.5 E(fer)-.18 E 2.5(,a)
+-.74 G(llowing further modi\214cation.)-2.5 E F1(hostcomplete)144 240 Q
+F2 .647(If set, and)184 252 R F1(readline)3.147 E F2 .648
 (is being used,)3.147 F F1(bash)3.148 E F2 .648
 (will attempt to perform hostname com-)3.148 F .44(pletion when a wor)
-184 648 R 2.939(dc)-.18 G .439(ontaining a)-2.939 F F1(@)2.939 E F2 .439
+184 264 R 2.939(dc)-.18 G .439(ontaining a)-2.939 F F1(@)2.939 E F2 .439
 (is being completed \(see)2.939 F F1(Completing)2.939 E F2(under)2.939 E
-F3(READLINE)184 660 Q F2 2.5(above\). This)2.25 F
-(is enabled by default.)2.5 E F1(huponexit)144 672 Q F2(If set,)184 684
+/F3 9/Palatino-Bold@0 SF(READLINE)184 276 Q F2 2.5(above\). This)2.25 F
+(is enabled by default.)2.5 E F1(huponexit)144 288 Q F2(If set,)184 300
 Q F1(bash)2.5 E F2(will send)2.5 E F3(SIGHUP)2.5 E F2
 (to all jobs when an interactive login shell exits.)2.25 E F1
-(interactive_comments)144 696 Q F2 .26(If set, allow a wor)184 708 R
+(interactive_comments)144 312 Q F2 .26(If set, allow a wor)184 324 R
 2.76(db)-.18 G .26(eginning with)-2.76 F F1(#)2.76 E F2 .26
 (to cause that wor)2.76 F 2.76(da)-.18 G .26(nd all r)-2.76 F .26
 (emaining char)-.18 F(-)-.18 E .512(acters on that line to be ignor)184
-720 R .512(ed in an interactive shell \(see)-.18 F F3(COMMENTS)3.012 E
-F2(above\).)2.762 E F0(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(58)199
-E 0 Cg EP
-%%Page: 59 59
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Roman@0 SF(This option is enabled by default.)184
-84 Q/F2 10/Palatino-Bold@0 SF(lithist)144 96 Q F1 .513(If set, and the)
-12.8 F F2(cmdhist)3.013 E F1 .513
-(option is enabled, multi-line commands ar)3.013 F 3.013(es)-.18 G .513
-(aved to the)-3.013 F .643(history with embedded newlines rather than u\
-sing semicolon separators wher)184 108 R(e)-.18 E(possible.)184 120 Q F2
-(login_shell)144 132 Q F1 2.454
+336 R .512(ed in an interactive shell \(see)-.18 F F3(COMMENTS)3.012 E
+F2(above\).)2.762 E(This option is enabled by default.)184 348 Q F1
+(lithist)144 360 Q F2 .513(If set, and the)12.8 F F1(cmdhist)3.013 E F2
+.513(option is enabled, multi-line commands ar)3.013 F 3.013(es)-.18 G
+.513(aved to the)-3.013 F .643(history with embedded newlines rather th\
+an using semicolon separators wher)184 372 R(e)-.18 E(possible.)184 384
+Q F1(login_shell)144 396 Q F2 2.454
 (The shell sets this option if it is started as a login shell \(see)184
-144 R/F3 9/Palatino-Bold@0 SF(INVOCA)4.954 E(TION)-.828 E F1 2.5
-(above\). The)184 156 R(value may not be changed.)2.5 E F2(mailwarn)144
-168 Q F1 .965(If set, and a \214le that)184 180 R F2(bash)3.465 E F1
-.964(is checking for mail has been accessed since the last)3.464 F 1.647
-(time it was checked, the message `)184 192 R 1.647(`The mail in)-.37 F
-/F4 10/Palatino-Italic@0 SF(mail\214le)4.147 E F1 1.647(has been r)4.147
+408 R F3(INVOCA)4.954 E(TION)-.828 E F2 2.5(above\). The)184 420 R
+(value may not be changed.)2.5 E F1(mailwarn)144 432 Q F2 .965
+(If set, and a \214le that)184 444 R F1(bash)3.465 E F2 .964
+(is checking for mail has been accessed since the last)3.464 F 1.647
+(time it was checked, the message `)184 456 R 1.647(`The mail in)-.37 F
+/F4 10/Palatino-Italic@0 SF(mail\214le)4.147 E F2 1.647(has been r)4.147
 F(ead')-.18 E 4.148('i)-.37 G 4.148(sd)-4.148 G(is-)-4.148 E(played.)184
-204 Q F2(no_empty_cmd_completion)144 216 Q F1 .572(If set, and)184 228 R
-F2(readline)3.072 E F1 .572(is being used,)3.072 F F2(bash)3.072 E F1
-.572(will not attempt to sear)3.072 F .572(ch the)-.18 F F2 -.74(PA)
-3.072 G(TH)-.18 E F1(for)3.072 E
+468 Q F1(no_empty_cmd_completion)144 480 Q F2 .572(If set, and)184 492 R
+F1(readline)3.072 E F2 .572(is being used,)3.072 F F1(bash)3.072 E F2
+.572(will not attempt to sear)3.072 F .572(ch the)-.18 F F1 -.74(PA)
+3.072 G(TH)-.18 E F2(for)3.072 E
 (possible completions when completion is attempted on an empty line.)184
-240 Q F2(nocaseglob)144 252 Q F1 1.548(If set,)184 264 R F2(bash)4.048 E
-F1 1.548
+504 Q F1(nocaseglob)144 516 Q F2 1.548(If set,)184 528 R F1(bash)4.048 E
+F2 1.548
 (matches \214lenames in a case\255insensitive fashion when performing)
-4.048 F(pathname expansion \(see)184 276 Q F2(Pathname Expansion)2.5 E
-F1(above\).)2.5 E F2(nullglob)144 288 Q F1 2.34(If set,)184 300 R F2
-(bash)4.84 E F1 2.34(allows patterns which match no \214les \(see)4.84 F
-F2 2.34(Pathname Expansion)4.84 F F1
-(above\) to expand to a null string, rather than themselves.)184 312 Q
-F2(progcomp)144 324 Q F1 1.198(If set, the pr)184 336 R 1.199
-(ogrammable completion facilities \(see)-.18 F F2 1.199
-(Programmable Completion)3.699 F F1(above\) ar)184 348 Q 2.5(ee)-.18 G
-2.5(nabled. This)-2.5 F(option is enabled by default.)2.5 E F2
-(promptvars)144 360 Q F1 2.553(If set, pr)184 372 R 2.553
+4.048 F(pathname expansion \(see)184 540 Q F1(Pathname Expansion)2.5 E
+F2(above\).)2.5 E F1(nullglob)144 552 Q F2 2.34(If set,)184 564 R F1
+(bash)4.84 E F2 2.34(allows patterns which match no \214les \(see)4.84 F
+F1 2.34(Pathname Expansion)4.84 F F2
+(above\) to expand to a null string, rather than themselves.)184 576 Q
+F1(progcomp)144 588 Q F2 1.198(If set, the pr)184 600 R 1.199
+(ogrammable completion facilities \(see)-.18 F F1 1.199
+(Programmable Completion)3.699 F F2(above\) ar)184 612 Q 2.5(ee)-.18 G
+2.5(nabled. This)-2.5 F(option is enabled by default.)2.5 E F1
+(promptvars)144 624 Q F2 2.553(If set, pr)184 636 R 2.553
 (ompt strings under)-.18 F 2.552
 (go parameter expansion, command substitution,)-.18 F 1.007
-(arithmetic expansion, and quote r)184 384 R 1.007
-(emoval after being expanded as described in)-.18 F F3(PROMPTING)184 396
-Q F1 2.5(above. This)2.25 F(option is enabled by default.)2.5 E F2
-(restricted_shell)144 408 Q F1 1.743
-(The shell sets this option if it is started in r)184 420 R 1.742
-(estricted mode \(see)-.18 F F3(RESTRICTED)4.242 E(SHELL)184 432 Q F1
+(arithmetic expansion, and quote r)184 648 R 1.007
+(emoval after being expanded as described in)-.18 F F3(PROMPTING)184 660
+Q F2 2.5(above. This)2.25 F(option is enabled by default.)2.5 E F1
+(restricted_shell)144 672 Q F2 1.743
+(The shell sets this option if it is started in r)184 684 R 1.742
+(estricted mode \(see)-.18 F F3(RESTRICTED)4.242 E(SHELL)184 696 Q F2
 4.862(below\). The)4.612 F 2.362(value may not be changed.)4.862 F 2.362
 (This is not r)7.362 F 2.362(eset when the)-.18 F .294
-(startup \214les ar)184 444 R 2.794(ee)-.18 G .294
+(startup \214les ar)184 708 R 2.794(ee)-.18 G .294
 (xecuted, allowing the startup \214les to discover whether or not a)
--2.794 F(shell is r)184 456 Q(estricted.)-.18 E F2(shift_verbose)144 468
-Q F1 .527(If set, the)184 480 R F2(shift)3.028 E F1 .528
-(builtin prints an err)3.028 F .528
-(or message when the shift count exceeds the)-.18 F
-(number of positional parameters.)184 492 Q F2(sourcepath)144 504 Q F1
-.515(If set, the)184 516 R F2(source)3.015 E F1(\()3.014 E F2(.)A F1
-3.014(\)b)C .514(uiltin uses the value of)-3.014 F F3 -.666(PA)3.014 G
-(TH)-.162 E F1 .514(to \214nd the dir)2.764 F .514(ectory contain-)-.18
-F(ing the \214le supplied as an ar)184 528 Q 2.5(gument. This)-.18 F
-(option is enabled by default.)2.5 E F2(xpg_echo)144 540 Q F1
-(If set, the)184 552 Q F2(echo)2.5 E F1
-(builtin expands backslash-escape sequences by default.)2.5 E F2
-(suspend)108 564 Q F1([)2.5 E F2<ad66>A F1(])A .048
-(Suspend the execution of this shell until it r)144 576 R .048
-(eceives a)-.18 F F3(SIGCONT)2.548 E F1 2.548(signal. The)2.298 F F2
-<ad66>2.548 E F1 .048(option says)2.548 F .327
-(not to complain if this is a login shell; just suspend anyway)144 588 R
-5.327(.T)-1.11 G .327(he r)-5.327 F .327(eturn status is 0 unless)-.18 F
-(the shell is a login shell and)144 600 Q F2<ad66>2.5 E F1
-(is not supplied, or if job contr)2.5 E(ol is not enabled.)-.18 E F2
-(test)108 612 Q F4(expr)2.5 E F2([)108 624 Q F4(expr)2.5 E F2(])2.5 E F1
-.544(Return a status of 0 or 1 depending on the evaluation of the condi\
-tional expr)6.56 F(ession)-.18 E F4(expr)3.044 E F1(.).45 E .789
-(Each operator and operand must be a separate ar)144 636 R 3.288
-(gument. Expr)-.18 F .788(essions ar)-.18 F 3.288(ec)-.18 G .788
-(omposed of)-3.288 F(the primaries described above under)144 648 Q F3
-(CONDITIONAL EXPRESSIONS)2.5 E/F5 9/Palatino-Roman@0 SF(.)A F1(Expr)144
-666 Q .054
-(essions may be combined using the following operators, listed in decr)
--.18 F .055(easing or)-.18 F .055(der of)-.18 F(pr)144 678 Q(ecedence.)
--.18 E F2(!)144 690 Q F4(expr)2.5 E F1 -.78 -.9(Tr u)12.94 H 2.5(ei).9 G
-(f)-2.5 E F4(expr)2.85 E F1(is false.)2.95 E F2(\()144 702 Q F4(expr)2.5
-E F2(\))2.5 E F1 .847(Returns the value of)6.56 F F4(expr)3.347 E F1
-5.847(.T)C .847(his may be used to override the normal pr)-5.847 F
-(ecedence)-.18 E(of operators.)180 714 Q F0(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(59)199 E 0 Cg EP
+-2.794 F(shell is r)184 720 Q(estricted.)-.18 E F0(GNU Bash-3.1-de)72
+768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)-123.385 E 2.5(v2)-.15 G
+197.965(25)-2.5 G(9)-197.965 E 0 Cg EP
 %%Page: 60 60
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Italic@0 SF(expr1)144 84 Q/F2 10/Palatino-Roman@0
-SF<ad>2.5 E/F3 10/Palatino-Bold@0 SF(a)A F1(expr2)2.5 E F2 -.78 -.9
-(Tr u)180 96 T 2.5(ei).9 G 2.5(fb)-2.5 G(oth)-2.5 E F1(expr1)2.85 E F2
-(and)2.5 E F1(expr2)2.85 E F2(ar)2.5 E 2.5(et)-.18 G -.08(ru)-2.5 G(e.)
-.08 E F1(expr1)144 108 Q F2<ad>2.5 E F3(o)A F1(expr2)2.5 E F2 -.78 -.9
-(Tr u)180 120 T 2.5(ei).9 G 2.5(fe)-2.5 G(ither)-2.5 E F1(expr1)2.85 E
-F2(or)2.5 E F1(expr2)2.85 E F2(is tr)2.5 E(ue.)-.08 E F3(test)144 136.8
-Q F2(and)3.576 E F3([)3.576 E F2 1.076(evaluate conditional expr)3.576 F
-1.076(essions using a set of r)-.18 F 1.076(ules based on the number of)
--.08 F(ar)144 148.8 Q(guments.)-.18 E 2.5(0a)144 166.8 S -.18(rg)-2.5 G
-(uments).18 E(The expr)180 178.8 Q(ession is false.)-.18 E 2.5(1a)144
-190.8 S -.18(rg)-2.5 G(ument).18 E(The expr)180 202.8 Q(ession is tr)
--.18 E(ue if and only if the ar)-.08 E(gument is not null.)-.18 E 2.5
-(2a)144 214.8 S -.18(rg)-2.5 G(uments).18 E .209(If the \214rst ar)180
-226.8 R .208(gument is)-.18 F F3(!)2.708 E F2 2.708(,t)C .208(he expr)
--2.708 F .208(ession is tr)-.18 F .208(ue if and only if the second ar)
--.08 F(gument)-.18 E 2.143(is null.)180 238.8 R 2.144(If the \214rst ar)
-7.143 F 2.144(gument is one of the unary conditional operators listed)
--.18 F 1.402(above under)180 250.8 R/F4 9/Palatino-Bold@0 SF 1.401
-(CONDITIONAL EXPRESSIONS)3.901 F/F5 9/Palatino-Roman@0 SF(,)A F2 1.401
-(the expr)3.651 F 1.401(ession is tr)-.18 F 1.401(ue if the unary)-.08 F
-1.355(test is tr)180 262.8 R 3.855(ue. If)-.08 F 1.356(the \214rst ar)
-3.855 F 1.356(gument is not a valid unary conditional operator)-.18 F
-3.856(,t)-.74 G(he)-3.856 E(expr)180 274.8 Q(ession is false.)-.18 E 2.5
-(3a)144 286.8 S -.18(rg)-2.5 G(uments).18 E 1.5(If the second ar)180
-298.8 R 1.499
+-.35 E/F1 10/Palatino-Bold@0 SF(shift_verbose)144 84 Q/F2 10
+/Palatino-Roman@0 SF .527(If set, the)184 96 R F1(shift)3.028 E F2 .528
+(builtin prints an err)3.028 F .528
+(or message when the shift count exceeds the)-.18 F
+(number of positional parameters.)184 108 Q F1(sourcepath)144 120 Q F2
+.515(If set, the)184 132 R F1(source)3.015 E F2(\()3.014 E F1(.)A F2
+3.014(\)b)C .514(uiltin uses the value of)-3.014 F/F3 9/Palatino-Bold@0
+SF -.666(PA)3.014 G(TH)-.162 E F2 .514(to \214nd the dir)2.764 F .514
+(ectory contain-)-.18 F(ing the \214le supplied as an ar)184 144 Q 2.5
+(gument. This)-.18 F(option is enabled by default.)2.5 E F1(xpg_echo)144
+156 Q F2(If set, the)184 168 Q F1(echo)2.5 E F2
+(builtin expands backslash-escape sequences by default.)2.5 E F1
+(suspend)108 180 Q F2([)2.5 E F1<ad66>A F2(])A .048
+(Suspend the execution of this shell until it r)144 192 R .048
+(eceives a)-.18 F F3(SIGCONT)2.548 E F2 2.548(signal. The)2.298 F F1
+<ad66>2.548 E F2 .048(option says)2.548 F .327
+(not to complain if this is a login shell; just suspend anyway)144 204 R
+5.327(.T)-1.11 G .327(he r)-5.327 F .327(eturn status is 0 unless)-.18 F
+(the shell is a login shell and)144 216 Q F1<ad66>2.5 E F2
+(is not supplied, or if job contr)2.5 E(ol is not enabled.)-.18 E F1
+(test)108 228 Q/F4 10/Palatino-Italic@0 SF(expr)2.5 E F1([)108 240 Q F4
+(expr)2.5 E F1(])2.5 E F2 .544(Return a status of 0 or 1 depending on t\
+he evaluation of the conditional expr)6.56 F(ession)-.18 E F4(expr)3.044
+E F2(.).45 E .789(Each operator and operand must be a separate ar)144
+252 R 3.288(gument. Expr)-.18 F .788(essions ar)-.18 F 3.288(ec)-.18 G
+.788(omposed of)-3.288 F(the primaries described above under)144 264 Q
+F3(CONDITIONAL EXPRESSIONS)2.5 E/F5 9/Palatino-Roman@0 SF(.)A F2(Expr)
+144 282 Q .054
+(essions may be combined using the following operators, listed in decr)
+-.18 F .055(easing or)-.18 F .055(der of)-.18 F(pr)144 294 Q(ecedence.)
+-.18 E F1(!)144 306 Q F4(expr)2.5 E F2 -.78 -.9(Tr u)12.94 H 2.5(ei).9 G
+(f)-2.5 E F4(expr)2.85 E F2(is false.)2.95 E F1(\()144 318 Q F4(expr)2.5
+E F1(\))2.5 E F2 .847(Returns the value of)6.56 F F4(expr)3.347 E F2
+5.847(.T)C .847(his may be used to override the normal pr)-5.847 F
+(ecedence)-.18 E(of operators.)180 330 Q F4(expr1)144 342 Q F2<ad>2.5 E
+F1(a)A F4(expr2)2.5 E F2 -.78 -.9(Tr u)180 354 T 2.5(ei).9 G 2.5(fb)-2.5
+G(oth)-2.5 E F4(expr1)2.85 E F2(and)2.5 E F4(expr2)2.85 E F2(ar)2.5 E
+2.5(et)-.18 G -.08(ru)-2.5 G(e.).08 E F4(expr1)144 366 Q F2<ad>2.5 E F1
+(o)A F4(expr2)2.5 E F2 -.78 -.9(Tr u)180 378 T 2.5(ei).9 G 2.5(fe)-2.5 G
+(ither)-2.5 E F4(expr1)2.85 E F2(or)2.5 E F4(expr2)2.85 E F2(is tr)2.5 E
+(ue.)-.08 E F1(test)144 394.8 Q F2(and)3.576 E F1([)3.576 E F2 1.076
+(evaluate conditional expr)3.576 F 1.076(essions using a set of r)-.18 F
+1.076(ules based on the number of)-.08 F(ar)144 406.8 Q(guments.)-.18 E
+2.5(0a)144 424.8 S -.18(rg)-2.5 G(uments).18 E(The expr)180 436.8 Q
+(ession is false.)-.18 E 2.5(1a)144 448.8 S -.18(rg)-2.5 G(ument).18 E
+(The expr)180 460.8 Q(ession is tr)-.18 E(ue if and only if the ar)-.08
+E(gument is not null.)-.18 E 2.5(2a)144 472.8 S -.18(rg)-2.5 G(uments)
+.18 E .209(If the \214rst ar)180 484.8 R .208(gument is)-.18 F F1(!)
+2.708 E F2 2.708(,t)C .208(he expr)-2.708 F .208(ession is tr)-.18 F
+.208(ue if and only if the second ar)-.08 F(gument)-.18 E 2.143
+(is null.)180 496.8 R 2.144(If the \214rst ar)7.143 F 2.144
+(gument is one of the unary conditional operators listed)-.18 F 1.402
+(above under)180 508.8 R F3 1.401(CONDITIONAL EXPRESSIONS)3.901 F F5(,)A
+F2 1.401(the expr)3.651 F 1.401(ession is tr)-.18 F 1.401
+(ue if the unary)-.08 F 1.355(test is tr)180 520.8 R 3.855(ue. If)-.08 F
+1.356(the \214rst ar)3.855 F 1.356
+(gument is not a valid unary conditional operator)-.18 F 3.856(,t)-.74 G
+(he)-3.856 E(expr)180 532.8 Q(ession is false.)-.18 E 2.5(3a)144 544.8 S
+-.18(rg)-2.5 G(uments).18 E 1.5(If the second ar)180 556.8 R 1.499
 (gument is one of the binary conditional operators listed above)-.18 F
-(under)180 310.8 Q F4 .64(CONDITIONAL EXPRESSIONS)3.14 F F5(,)A F2 .64
+(under)180 568.8 Q F3 .64(CONDITIONAL EXPRESSIONS)3.14 F F5(,)A F2 .64
 (the r)2.89 F .64(esult of the expr)-.18 F .64(ession is the r)-.18 F
 .641(esult of)-.18 F .529(the binary test using the \214rst and thir)180
-322.8 R 3.029(da)-.18 G -.18(rg)-3.029 G .528(uments as operands.).18 F
-.528(If the \214rst ar)5.528 F(gu-)-.18 E .106(ment is)180 334.8 R F3(!)
+580.8 R 3.029(da)-.18 G -.18(rg)-3.029 G .528(uments as operands.).18 F
+.528(If the \214rst ar)5.528 F(gu-)-.18 E .106(ment is)180 592.8 R F1(!)
 2.606 E F2 2.606(,t)C .107(he value is the negation of the two-ar)-2.606
-F .107(gument test using the second and)-.18 F(thir)180 346.8 Q 4.633
+F .107(gument test using the second and)-.18 F(thir)180 604.8 Q 4.633
 (da)-.18 G -.18(rg)-4.633 G 4.633(uments. If).18 F 2.133(the \214rst ar)
-4.633 F 2.132(gument is exactly)-.18 F F3(\()4.632 E F2 2.132
+4.633 F 2.132(gument is exactly)-.18 F F1(\()4.632 E F2 2.132
 (and the thir)4.632 F 4.632(da)-.18 G -.18(rg)-4.632 G 2.132(ument is)
-.18 F(exactly)180 358.8 Q F3(\))2.925 E F2 2.925(,t)C .426(he r)-2.925 F
+.18 F(exactly)180 616.8 Q F1(\))2.925 E F2 2.925(,t)C .426(he r)-2.925 F
 .426(esult is the one-ar)-.18 F .426(gument test of the second ar)-.18 F
-2.926(gument. Otherwise,)-.18 F .43(the expr)180 370.8 R .43
-(ession is false.)-.18 F(The)5.43 E F3<ad61>2.93 E F2(and)2.93 E F3
+2.926(gument. Otherwise,)-.18 F .43(the expr)180 628.8 R .43
+(ession is false.)-.18 F(The)5.43 E F1<ad61>2.93 E F2(and)2.93 E F1
 <ad6f>2.93 E F2 .43(operators ar)2.93 F 2.93(ec)-.18 G(onsider)-2.93 E
-.43(ed binary operators)-.18 F(in this case.)180 382.8 Q 2.5(4a)144
-394.8 S -.18(rg)-2.5 G(uments).18 E .668(If the \214rst ar)180 406.8 R
-.668(gument is)-.18 F F3(!)3.168 E F2 3.168(,t)C .669(he r)-3.168 F .669
+.43(ed binary operators)-.18 F(in this case.)180 640.8 Q 2.5(4a)144
+652.8 S -.18(rg)-2.5 G(uments).18 E .668(If the \214rst ar)180 664.8 R
+.668(gument is)-.18 F F1(!)3.168 E F2 3.168(,t)C .669(he r)-3.168 F .669
 (esult is the negation of the thr)-.18 F(ee-ar)-.18 E .669(gument expr)
--.18 F(es-)-.18 E .409(sion composed of the r)180 418.8 R .409
+-.18 F(es-)-.18 E .409(sion composed of the r)180 676.8 R .409
 (emaining ar)-.18 F 2.909(guments. Otherwise,)-.18 F .409(the expr)2.909
-F .409(ession is parsed)-.18 F(and evaluated accor)180 430.8 Q
+F .409(ession is parsed)-.18 F(and evaluated accor)180 688.8 Q
 (ding to pr)-.18 E(ecedence using the r)-.18 E(ules listed above.)-.08 E
-2.5(5o)144 442.8 S 2.5(rm)-2.5 G(or)-2.5 E 2.5(ea)-.18 G -.18(rg)-2.5 G
-(uments).18 E .781(The expr)180 454.8 R .782
+2.5(5o)144 700.8 S 2.5(rm)-2.5 G(or)-2.5 E 2.5(ea)-.18 G -.18(rg)-2.5 G
+(uments).18 E .781(The expr)180 712.8 R .782
 (ession is parsed and evaluated accor)-.18 F .782(ding to pr)-.18 F .782
-(ecedence using the r)-.18 F(ules)-.08 E(listed above.)180 466.8 Q F3
-(times)108 483.6 Q F2 .334
+(ecedence using the r)-.18 F(ules)-.08 E(listed above.)180 724.8 Q F0
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(26)-2.5 G(0)-197.965 E 0 Cg EP
+%%Page: 61 61
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Palatino-Bold@0 SF(times)108 84 Q/F2 10/Palatino-Roman@0 SF
+.334
 (Print the accumulated user and system times for the shell and for pr)
 11.01 F .334(ocesses r)-.18 F .334(un fr)-.08 F .334(om the)-.18 F 2.5
-(shell. The)144 495.6 R -.18(re)2.5 G(turn status is 0.).18 E F3(trap)
-108 512.4 Q F2([)2.5 E F3(\255lp)A F2 2.5(][)C([)-2.5 E F1(ar)A(g)-.18 E
-F2(])A F1(sigspec)2.5 E F2(...])2.5 E .563(The command)144 524.4 R F1
-(ar)3.523 E(g)-.18 E F2 .563(is to be r)3.543 F .563
-(ead and executed when the shell r)-.18 F .564(eceives signal\(s\))-.18
-F F1(sigspec)3.064 E F2 5.564(.I).32 G(f)-5.564 E F1(ar)144.46 536.4 Q
-(g)-.18 E F2 .153(is absent \(and ther)3.133 F 2.653(ei)-.18 G 2.653
-(sas)-2.653 G(ingle)-2.653 E F1(sigspec)2.653 E F2 2.653(\)o)C(r)-2.653
-E F3<ad>2.653 E F2 2.653(,e)C .153(ach speci\214ed signal is r)-2.653 F
-.152(eset to its original)-.18 F .069
-(disposition \(the value it had upon entrance to the shell\).)144 548.4
-R(If)5.069 E F1(ar)3.03 E(g)-.18 E F2 .07(is the null string the signal)
-3.05 F .142(speci\214ed by each)144 560.4 R F1(sigspec)3.052 E F2 .142
-(is ignor)2.962 F .142(ed by the shell and by the commands it invokes.)
--.18 F(If)5.141 E F1(ar)3.101 E(g)-.18 E F2(is)3.121 E 1.795(not pr)144
-572.4 R 1.795(esent and)-.18 F F3<ad70>4.295 E F2 1.796
+(shell. The)144 96 R -.18(re)2.5 G(turn status is 0.).18 E F1(trap)108
+112.8 Q F2([)2.5 E F1(\255lp)A F2 2.5(][)C([)-2.5 E/F3 10
+/Palatino-Italic@0 SF(ar)A(g)-.18 E F2(])A F3(sigspec)2.5 E F2(...])2.5
+E .563(The command)144 124.8 R F3(ar)3.523 E(g)-.18 E F2 .563
+(is to be r)3.543 F .563(ead and executed when the shell r)-.18 F .564
+(eceives signal\(s\))-.18 F F3(sigspec)3.064 E F2 5.564(.I).32 G(f)
+-5.564 E F3(ar)144.46 136.8 Q(g)-.18 E F2 .153(is absent \(and ther)
+3.133 F 2.653(ei)-.18 G 2.653(sas)-2.653 G(ingle)-2.653 E F3(sigspec)
+2.653 E F2 2.653(\)o)C(r)-2.653 E F1<ad>2.653 E F2 2.653(,e)C .153
+(ach speci\214ed signal is r)-2.653 F .152(eset to its original)-.18 F
+.069(disposition \(the value it had upon entrance to the shell\).)144
+148.8 R(If)5.069 E F3(ar)3.03 E(g)-.18 E F2 .07
+(is the null string the signal)3.05 F .142(speci\214ed by each)144 160.8
+R F3(sigspec)3.052 E F2 .142(is ignor)2.962 F .142
+(ed by the shell and by the commands it invokes.)-.18 F(If)5.141 E F3
+(ar)3.101 E(g)-.18 E F2(is)3.121 E 1.795(not pr)144 172.8 R 1.795
+(esent and)-.18 F F1<ad70>4.295 E F2 1.796
 (has been supplied, then the trap commands associated with each)4.295 F
-F1(sigspec)144.41 584.4 Q F2(ar)3.218 E 2.898(ed)-.18 G 2.898
+F3(sigspec)144.41 184.8 Q F2(ar)3.218 E 2.898(ed)-.18 G 2.898
 (isplayed. If)-2.898 F .398(no ar)2.898 F .398(guments ar)-.18 F 2.898
-(es)-.18 G .397(upplied or if only)-2.898 F F3<ad70>2.897 E F2 .397
-(is given,)2.897 F F3(trap)2.897 E F2 .397(prints the)2.897 F .035
-(list of commands associated with each signal.)144 596.4 R(The)5.036 E
-F3<ad6c>2.536 E F2 .036(option causes the shell to print a list)2.536 F
-1.095(of signal names and their corr)144 608.4 R 1.095
-(esponding numbers.)-.18 F(Each)6.095 E F1(sigspec)4.005 E F2 1.094
-(is either a signal name)3.914 F .672(de\214ned in <)144 620.4 R F1
+(es)-.18 G .397(upplied or if only)-2.898 F F1<ad70>2.897 E F2 .397
+(is given,)2.897 F F1(trap)2.897 E F2 .397(prints the)2.897 F .035
+(list of commands associated with each signal.)144 196.8 R(The)5.036 E
+F1<ad6c>2.536 E F2 .036(option causes the shell to print a list)2.536 F
+1.095(of signal names and their corr)144 208.8 R 1.095
+(esponding numbers.)-.18 F(Each)6.095 E F3(sigspec)4.005 E F2 1.094
+(is either a signal name)3.914 F .672(de\214ned in <)144 220.8 R F3
 (signal.h)A F2 .673(>, or a signal number)B 5.673(.S)-.74 G .673
 (ignal names ar)-5.673 F 3.173(ec)-.18 G .673
-(ase insensitive and the SIG)-3.173 F(pr)144 632.4 Q .977
-(e\214x is optional.)-.18 F .976(If a)5.976 F F1(sigspec)3.886 E F2(is)
-3.796 E F4(EXIT)3.476 E F2 .976(\(0\) the command)3.226 F F1(ar)3.936 E
-(g)-.18 E F2 .976(is executed on exit fr)3.956 F .976(om the)-.18 F
-3.404(shell. If)144 644.4 R(a)3.404 E F1(sigspec)3.814 E F2(is)3.724 E
-F4(DEBUG)3.404 E F5(,)A F2 .904(the command)3.154 F F1(ar)3.864 E(g)-.18
-E F2 .905(is executed befor)3.885 F 3.405(ee)-.18 G(very)-3.405 E F1
-.905(simple command)3.405 F F2(,)A F1(for)144 656.4 Q F2(command,)3.016
-E F1(case)3.016 E F2(command,)3.016 E F1(select)3.016 E F2 .515
-(command, every arithmetic)3.016 F F1(for)3.015 E F2 .515
+(ase insensitive and the SIG)-3.173 F(pr)144 232.8 Q .977
+(e\214x is optional.)-.18 F .976(If a)5.976 F F3(sigspec)3.886 E F2(is)
+3.796 E/F4 9/Palatino-Bold@0 SF(EXIT)3.476 E F2 .976(\(0\) the command)
+3.226 F F3(ar)3.936 E(g)-.18 E F2 .976(is executed on exit fr)3.956 F
+.976(om the)-.18 F 3.404(shell. If)144 244.8 R(a)3.404 E F3(sigspec)
+3.814 E F2(is)3.724 E F4(DEBUG)3.404 E/F5 9/Palatino-Roman@0 SF(,)A F2
+.904(the command)3.154 F F3(ar)3.864 E(g)-.18 E F2 .905
+(is executed befor)3.885 F 3.405(ee)-.18 G(very)-3.405 E F3 .905
+(simple command)3.405 F F2(,)A F3(for)144 256.8 Q F2(command,)3.016 E F3
+(case)3.016 E F2(command,)3.016 E F3(select)3.016 E F2 .515
+(command, every arithmetic)3.016 F F3(for)3.015 E F2 .515
 (command, and befor)3.015 F(e)-.18 E 1.001
-(the \214rst command executes in a shell function \(see)144 668.4 R F4
+(the \214rst command executes in a shell function \(see)144 268.8 R F4
 1.001(SHELL GRAMMAR)3.501 F F2 3.501(above\). Refer)3.251 F(to)3.501 E
-.679(the description of the)144 680.4 R F3(extdebug)3.178 E F2 .678
-(option to the)3.178 F F3(shopt)3.178 E F2 .678
-(builtin for details of its ef)3.178 F .678(fect on the)-.18 F F3(DEBUG)
-144 692.4 Q F2 3.153(trap. If)3.153 F(a)3.153 E F1(sigspec)3.563 E F2
-(is)3.473 E F4(ERR)3.153 E F5(,)A F2 .653(the command)2.903 F F1(ar)
+.679(the description of the)144 280.8 R F1(extdebug)3.178 E F2 .678
+(option to the)3.178 F F1(shopt)3.178 E F2 .678
+(builtin for details of its ef)3.178 F .678(fect on the)-.18 F F1(DEBUG)
+144 292.8 Q F2 3.153(trap. If)3.153 F(a)3.153 E F3(sigspec)3.563 E F2
+(is)3.473 E F4(ERR)3.153 E F5(,)A F2 .653(the command)2.903 F F3(ar)
 3.613 E(g)-.18 E F2 .653(is executed whenever a simple com-)3.633 F .241
-(mand has a non\255zer)144 704.4 R 2.741(oe)-.18 G .24
+(mand has a non\255zer)144 304.8 R 2.741(oe)-.18 G .24
 (xit status, subject to the following conditions.)-2.741 F(The)5.24 E F4
 (ERR)2.74 E F2 .24(trap is not)2.49 F 1.926(executed if the failed comm\
-and is part of the command list immediately following a)144 716.4 R F3
-(while)144 728.4 Q F2(or)2.552 E F3(until)2.552 E F2(keywor)2.552 E .052
-(d, part of the test in an)-.18 F F1(if)2.712 E F2 .052
-(statement, part of a)4.402 F F3(&&)2.552 E F2(or)2.552 E/F6 10/Symbol
-SF<efef>2.552 E F2 .051(list, or if the)2.552 F F0(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(60)199 E 0 Cg EP
-%%Page: 61 61
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Roman@0 SF .092(command's r)144 84 R .092
-(eturn value is being inverted via)-.18 F/F2 10/Palatino-Bold@0 SF(!)
-2.592 E F1 5.092(.T)C .092(hese ar)-5.092 F 2.592(et)-.18 G .092
-(he same conditions obeyed by)-2.592 F(the)144 96 Q F2(errexit)2.825 E
-F1 2.825(option. If)2.825 F(a)2.825 E/F3 10/Palatino-Italic@0 SF
-(sigspec)3.235 E F1(is)3.145 E/F4 9/Palatino-Bold@0 SF(RETURN)2.825 E/F5
-9/Palatino-Roman@0 SF(,)A F1 .325(the command)2.575 F F3(ar)3.284 E(g)
--.18 E F1 .324(is executed each time a shell)3.304 F 1.95
-(function or a script executed with the)144 108 R F2(.)4.451 E F1(or)
-4.451 E F2(source)4.451 E F1 1.951(builtins \214nishes executing.)4.451
-F(Signals)6.951 E(ignor)144 120 Q .847
+and is part of the command list immediately following a)144 316.8 R F1
+(while)144 328.8 Q F2(or)2.552 E F1(until)2.552 E F2(keywor)2.552 E .052
+(d, part of the test in an)-.18 F F3(if)2.712 E F2 .052
+(statement, part of a)4.402 F F1(&&)2.552 E F2(or)2.552 E/F6 10/Symbol
+SF<efef>2.552 E F2 .051(list, or if the)2.552 F .092(command's r)144
+340.8 R .092(eturn value is being inverted via)-.18 F F1(!)2.592 E F2
+5.092(.T)C .092(hese ar)-5.092 F 2.592(et)-.18 G .092
+(he same conditions obeyed by)-2.592 F(the)144 352.8 Q F1(errexit)2.825
+E F2 2.825(option. If)2.825 F(a)2.825 E F3(sigspec)3.235 E F2(is)3.145 E
+F4(RETURN)2.825 E F5(,)A F2 .325(the command)2.575 F F3(ar)3.284 E(g)
+-.18 E F2 .324(is executed each time a shell)3.304 F 1.95
+(function or a script executed with the)144 364.8 R F1(.)4.451 E F2(or)
+4.451 E F1(source)4.451 E F2 1.951(builtins \214nishes executing.)4.451
+F(Signals)6.951 E(ignor)144 376.8 Q .847
 (ed upon entry to the shell cannot be trapped or r)-.18 F 3.346(eset. T)
 -.18 F .846(rapped signals ar)-.9 F 3.346(er)-.18 G .846(eset to)-3.526
-F .298(their original values in a child pr)144 132 R .299
+F .298(their original values in a child pr)144 388.8 R .299
 (ocess when it is cr)-.18 F 2.799(eated. The)-.18 F -.18(re)2.799 G .299
-(turn status is false if any).18 F F3(sigspec)144.41 144 Q F1
-(is invalid; otherwise)2.82 E F2(trap)2.5 E F1 -.18(re)2.5 G(turns tr)
-.18 E(ue.)-.08 E F2(type)108 160.8 Q F1([)2.5 E F2(\255aftpP)A F1(])A F3
-(name)2.5 E F1([)2.5 E F3(name)A F1(...])2.5 E -.55(Wi)144 172.8 S 1.476
-(th no options, indicate how each).55 F F3(name)4.236 E F1 1.476
+(turn status is false if any).18 F F3(sigspec)144.41 400.8 Q F2
+(is invalid; otherwise)2.82 E F1(trap)2.5 E F2 -.18(re)2.5 G(turns tr)
+.18 E(ue.)-.08 E F1(type)108 417.6 Q F2([)2.5 E F1(\255aftpP)A F2(])A F3
+(name)2.5 E F2([)2.5 E F3(name)A F2(...])2.5 E -.55(Wi)144 429.6 S 1.476
+(th no options, indicate how each).55 F F3(name)4.236 E F2 1.476
 (would be interpr)4.326 F 1.475(eted if used as a command)-.18 F 2.725
-(name. If)144 184.8 R(the)2.725 E F2<ad74>2.725 E F1 .225
-(option is used,)2.725 F F2(type)2.725 E F1 .225
-(prints a string which is one of)2.725 F F3(alias)2.726 E F1(,).06 E F3
-(keyword)2.726 E F1(,).33 E F3(function)2.726 E F1(,).08 E F3(builtin)
-144 196.8 Q F1 2.556(,o).08 G(r)-2.556 E F3(\214le)4.676 E F1(if)2.906 E
-F3(name)2.816 E F1 .056(is an alias, shell r)2.906 F .056(eserved wor)
+(name. If)144 441.6 R(the)2.725 E F1<ad74>2.725 E F2 .225
+(option is used,)2.725 F F1(type)2.725 E F2 .225
+(prints a string which is one of)2.725 F F3(alias)2.726 E F2(,).06 E F3
+(keyword)2.726 E F2(,).33 E F3(function)2.726 E F2(,).08 E F3(builtin)
+144 453.6 Q F2 2.556(,o).08 G(r)-2.556 E F3(\214le)4.676 E F2(if)2.906 E
+F3(name)2.816 E F2 .056(is an alias, shell r)2.906 F .056(eserved wor)
 -.18 F .055(d, function, builtin, or disk \214le, r)-.18 F(espec-)-.18 E
-(tively)144 208.8 Q 6.634(.I)-1.11 G 4.134(ft)-6.634 G(he)-4.134 E F3
-(name)4.394 E F1 1.635
+(tively)144 465.6 Q 6.634(.I)-1.11 G 4.134(ft)-6.634 G(he)-4.134 E F3
+(name)4.394 E F2 1.635
 (is not found, then nothing is printed, and an exit status of false is)
-4.484 F -.18(re)144 220.8 S 2.523(turned. If).18 F(the)2.523 E F2<ad70>
-2.523 E F1 .023(option is used,)2.523 F F2(type)2.523 E F1 .023
+4.484 F -.18(re)144 477.6 S 2.523(turned. If).18 F(the)2.523 E F1<ad70>
+2.523 E F2 .023(option is used,)2.523 F F1(type)2.523 E F2 .023
 (either r)2.523 F .023(eturns the name of the disk \214le that would)
--.18 F 1.086(be executed if)144 232.8 R F3(name)3.846 E F1(wer)3.936 E
+-.18 F 1.086(be executed if)144 489.6 R F3(name)3.846 E F2(wer)3.936 E
 3.586(es)-.18 G 1.086(peci\214ed as a command name, or nothing if)-3.586
-F/F6 10/Courier@0 SF 1.086(type -t name)3.586 F F1 .016(would not r)144
-244.8 R(eturn)-.18 E F3(\214le)2.516 E F1 5.016(.T).35 G(he)-5.016 E F2
-<ad50>2.516 E F1 .016(option for)2.516 F .016(ces a)-.18 F F4 -.666(PA)
-2.515 G(TH)-.162 E F1(sear)2.265 E .015(ch for each)-.18 F F3(name)2.515
-E F1 2.515(,e)C .015(ven if)-2.515 F F6 .015(type -t)2.515 F(name)144
-256.8 Q F1 .645(would not r)3.145 F(eturn)-.18 E F3(\214le)3.145 E F1
-5.645(.I).35 G 3.145(fac)-5.645 G .645(ommand is hashed,)-3.145 F F2
-<ad70>3.145 E F1(and)3.145 E F2<ad50>3.145 E F1 .645
+F/F7 10/Courier@0 SF 1.086(type -t name)3.586 F F2 .016(would not r)144
+501.6 R(eturn)-.18 E F3(\214le)2.516 E F2 5.016(.T).35 G(he)-5.016 E F1
+<ad50>2.516 E F2 .016(option for)2.516 F .016(ces a)-.18 F F4 -.666(PA)
+2.515 G(TH)-.162 E F2(sear)2.265 E .015(ch for each)-.18 F F3(name)2.515
+E F2 2.515(,e)C .015(ven if)-2.515 F F7 .015(type -t)2.515 F(name)144
+513.6 Q F2 .645(would not r)3.145 F(eturn)-.18 E F3(\214le)3.145 E F2
+5.645(.I).35 G 3.145(fac)-5.645 G .645(ommand is hashed,)-3.145 F F1
+<ad70>3.145 E F2(and)3.145 E F1<ad50>3.145 E F2 .645
 (print the hashed value,)3.145 F .411
-(not necessarily the \214le that appears \214rst in)144 268.8 R F4 -.666
-(PA)2.911 G(TH)-.162 E F5(.)A F1 .411(If the)4.911 F F2<ad61>2.911 E F1
-.411(option is used,)2.911 F F2(type)2.91 E F1 .41(prints all)2.91 F
-.164(of the places that contain an executable named)144 280.8 R F3(name)
-2.664 E F1 5.164(.T).35 G .164(his includes aliases and functions,)
--5.164 F .73(if and only if the)144 292.8 R F2<ad70>3.23 E F1 .73
+(not necessarily the \214le that appears \214rst in)144 525.6 R F4 -.666
+(PA)2.911 G(TH)-.162 E F5(.)A F2 .411(If the)4.911 F F1<ad61>2.911 E F2
+.411(option is used,)2.911 F F1(type)2.91 E F2 .41(prints all)2.91 F
+.164(of the places that contain an executable named)144 537.6 R F3(name)
+2.664 E F2 5.164(.T).35 G .164(his includes aliases and functions,)
+-5.164 F .73(if and only if the)144 549.6 R F1<ad70>3.23 E F2 .73
 (option is not also used.)3.23 F .73
 (The table of hashed commands is not con-)5.73 F .497(sulted when using)
-144 304.8 R F2<ad61>2.998 E F1 5.498(.T)C(he)-5.498 E F2<ad66>2.998 E F1
+144 561.6 R F1<ad61>2.998 E F2 5.498(.T)C(he)-5.498 E F1<ad66>2.998 E F2
 .498(option suppr)2.998 F .498(esses shell function lookup, as with the)
--.18 F F2(com-)2.998 E(mand)144 316.8 Q F1(builtin.)4.558 E F2(type)
-7.058 E F1 -.18(re)4.558 G 2.058(turns tr).18 F 2.057
+-.18 F F1(com-)2.998 E(mand)144 573.6 Q F2(builtin.)4.558 E F1(type)
+7.058 E F2 -.18(re)4.558 G 2.058(turns tr).18 F 2.057
 (ue if any of the ar)-.08 F 2.057(guments ar)-.18 F 4.557(ef)-.18 G
-2.057(ound, false if none ar)-4.557 F(e)-.18 E(found.)144 328.8 Q F2
-(ulimit)108 345.6 Q F1([)2.5 E F2(\255SHacd\215mnpstuv)A F1([)2.5 E F3
-(limit)A F1(]])A(Pr)144 357.6 Q .061(ovides contr)-.18 F .061
+2.057(ound, false if none ar)-4.557 F(e)-.18 E(found.)144 585.6 Q F1
+(ulimit)108 602.4 Q F2([)2.5 E F1(\255SHacd\215mnpstuv)A F2([)2.5 E F3
+(limit)A F2(]])A(Pr)144 614.4 Q .061(ovides contr)-.18 F .061
 (ol over the r)-.18 F(esour)-.18 E .061
 (ces available to the shell and to pr)-.18 F .062
 (ocesses started by it, on)-.18 F 1.497(systems that allow such contr)
-144 369.6 R 3.997(ol. The)-.18 F F2<ad48>3.997 E F1(and)3.997 E F2<ad53>
-3.997 E F1 1.496(options specify that the har)3.997 F 3.996(do)-.18 G
+144 626.4 R 3.997(ol. The)-.18 F F1<ad48>3.997 E F2(and)3.997 E F1<ad53>
+3.997 E F2 1.496(options specify that the har)3.997 F 3.996(do)-.18 G
 3.996(rs)-3.996 G(oft)-3.996 E .884(limit is set for the given r)144
-381.6 R(esour)-.18 E 3.384(ce. A)-.18 F(har)3.384 E 3.384(dl)-.18 G .884
+638.4 R(esour)-.18 E 3.384(ce. A)-.18 F(har)3.384 E 3.384(dl)-.18 G .884
 (imit cannot be incr)-3.384 F .884(eased once it is set; a soft)-.18 F
-.089(limit may be incr)144 393.6 R .088
+.089(limit may be incr)144 650.4 R .088
 (eased up to the value of the har)-.18 F 2.588(dl)-.18 G 2.588(imit. If)
--2.588 F(neither)2.588 E F2<ad48>2.588 E F1(nor)2.588 E F2<ad53>2.588 E
-F1 .088(is speci\214ed,)2.588 F .162(both the soft and har)144 405.6 R
+-2.588 F(neither)2.588 E F1<ad48>2.588 E F2(nor)2.588 E F1<ad53>2.588 E
+F2 .088(is speci\214ed,)2.588 F .162(both the soft and har)144 662.4 R
 2.662(dl)-.18 G .162(imits ar)-2.662 F 2.662(es)-.18 G 2.663(et. The)
--2.662 F .163(value of)2.663 F F3(limit)2.803 E F1 .163
+-2.662 F .163(value of)2.663 F F3(limit)2.803 E F2 .163
 (can be a number in the unit speci-)2.933 F .176(\214ed for the r)144
-417.6 R(esour)-.18 E .176(ce or one of the special values)-.18 F F2
-(hard)2.676 E F1(,)A F2(soft)2.675 E F1 2.675(,o)C(r)-2.675 E F2
-(unlimited)2.675 E F1 2.675(,w)C .175(hich stand for)-2.675 F .242
-(the curr)144 429.6 R .242(ent har)-.18 F 2.742(dl)-.18 G .242
+674.4 R(esour)-.18 E .176(ce or one of the special values)-.18 F F1
+(hard)2.676 E F2(,)A F1(soft)2.675 E F2 2.675(,o)C(r)-2.675 E F1
+(unlimited)2.675 E F2 2.675(,w)C .175(hich stand for)-2.675 F .242
+(the curr)144 686.4 R .242(ent har)-.18 F 2.742(dl)-.18 G .242
 (imit, the curr)-2.742 F .243(ent soft limit, and no limit, r)-.18 F
-(espectively)-.18 E 5.243(.I)-1.11 G(f)-5.243 E F3(limit)2.883 E F1 .243
-(is omitted,)3.013 F .082(the curr)144 441.6 R .081
+(espectively)-.18 E 5.243(.I)-1.11 G(f)-5.243 E F3(limit)2.883 E F2 .243
+(is omitted,)3.013 F .082(the curr)144 698.4 R .081
 (ent value of the soft limit of the r)-.18 F(esour)-.18 E .081
-(ce is printed, unless the)-.18 F F2<ad48>2.581 E F1 .081
-(option is given.)2.581 F .329(When mor)144 453.6 R 2.829(et)-.18 G .329
+(ce is printed, unless the)-.18 F F1<ad48>2.581 E F2 .081
+(option is given.)2.581 F .329(When mor)144 710.4 R 2.829(et)-.18 G .329
 (han one r)-2.829 F(esour)-.18 E .329
 (ce is speci\214ed, the limit name and unit ar)-.18 F 2.83(ep)-.18 G .33
 (rinted befor)-2.83 F 2.83(et)-.18 G(he)-2.83 E 2.5(value. Other)144
-465.6 R(options ar)2.5 E 2.5(ei)-.18 G(nterpr)-2.5 E(eted as follows:)
--.18 E F2<ad61>144 477.6 Q F1(All curr)24.94 E(ent limits ar)-.18 E 2.5
-(er)-.18 G(eported)-2.68 E F2<ad63>144 489.6 Q F1
-(The maximum size of cor)25.5 E 2.5<658c>-.18 G(les cr)-2.5 E(eated)-.18
-E F2<ad64>144 501.6 Q F1(The maximum size of a pr)23.83 E
-(ocess's data segment)-.18 E F2<ad66>144 513.6 Q F1
-(The maximum size of \214les cr)26.05 E(eated by the shell)-.18 E F2
-<ad6c>144 525.6 Q F1(The maximum size that may be locked into memory)
-26.61 E F2<ad6d>144 537.6 Q F1(The maximum r)21.05 E(esident set size)
--.18 E F2<ad6e>144 549.6 Q F1 .958(The maximum number of open \214le de\
-scriptors \(most systems do not allow this)23.83 F(value to be set\))180
-561.6 Q F2<ad70>144 573.6 Q F1
-(The pipe size in 512-byte blocks \(this may not be set\))23.83 E F2
-<ad73>144 585.6 Q F1(The maximum stack size)25.5 E F2<ad74>144 597.6 Q
-F1(The maximum amount of cpu time in seconds)26.61 E F2<ad75>144 609.6 Q
-F1(The maximum number of pr)23.83 E(ocesses available to a single user)
--.18 E F2<ad76>144 621.6 Q F1
+722.4 R(options ar)2.5 E 2.5(ei)-.18 G(nterpr)-2.5 E(eted as follows:)
+-.18 E F0(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G
+(004 No)-123.385 E 2.5(v2)-.15 G 197.965(26)-2.5 G(1)-197.965 E 0 Cg EP
+%%Page: 62 62
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Palatino-Bold@0 SF<ad61>144 84 Q/F2 10/Palatino-Roman@0 SF
+(All curr)24.94 E(ent limits ar)-.18 E 2.5(er)-.18 G(eported)-2.68 E F1
+<ad63>144 96 Q F2(The maximum size of cor)25.5 E 2.5<658c>-.18 G(les cr)
+-2.5 E(eated)-.18 E F1<ad64>144 108 Q F2(The maximum size of a pr)23.83
+E(ocess's data segment)-.18 E F1<ad66>144 120 Q F2
+(The maximum size of \214les cr)26.05 E(eated by the shell)-.18 E F1
+<ad6c>144 132 Q F2(The maximum size that may be locked into memory)26.61
+E F1<ad6d>144 144 Q F2(The maximum r)21.05 E(esident set size)-.18 E F1
+<ad6e>144 156 Q F2 .958(The maximum number of open \214le descriptors \
+\(most systems do not allow this)23.83 F(value to be set\))180 168 Q F1
+<ad70>144 180 Q F2
+(The pipe size in 512-byte blocks \(this may not be set\))23.83 E F1
+<ad73>144 192 Q F2(The maximum stack size)25.5 E F1<ad74>144 204 Q F2
+(The maximum amount of cpu time in seconds)26.61 E F1<ad75>144 216 Q F2
+(The maximum number of pr)23.83 E(ocesses available to a single user)
+-.18 E F1<ad76>144 228 Q F2
 (The maximum amount of virtual memory available to the shell)24.38 E(If)
-144 638.4 Q F3(limit)4.15 E F1 1.51
+144 244.8 Q/F3 10/Palatino-Italic@0 SF(limit)4.15 E F2 1.51
 (is given, it is the new value of the speci\214ed r)4.28 F(esour)-.18 E
-1.511(ce \(the)-.18 F F2<ad61>4.011 E F1 1.511(option is display)4.011 F
-4.315(only\). If)144 650.4 R 1.815(no option is given, then)4.315 F F2
-<ad66>4.315 E F1 1.815(is assumed.)4.315 F -.92(Va)6.815 G 1.815
+1.511(ce \(the)-.18 F F1<ad61>4.011 E F2 1.511(option is display)4.011 F
+4.315(only\). If)144 256.8 R 1.815(no option is given, then)4.315 F F1
+<ad66>4.315 E F2 1.815(is assumed.)4.315 F -.92(Va)6.815 G 1.815
 (lues ar).92 F 4.315(ei)-.18 G 4.315(n1)-4.315 G 1.815(024-byte incr)
--4.315 F(ements,)-.18 E .972(except for)144 662.4 R F2<ad74>3.473 E F1
-3.473(,w)C .973(hich is in seconds,)-3.473 F F2<ad70>3.473 E F1 3.473
-(,w)C .973(hich is in units of 512-byte blocks, and)-3.473 F F2<ad6e>
-3.473 E F1(and)3.473 E F2<ad75>144 674.4 Q F1 3.518(,w)C 1.018(hich ar)
+-4.315 F(ements,)-.18 E .972(except for)144 268.8 R F1<ad74>3.473 E F2
+3.473(,w)C .973(hich is in seconds,)-3.473 F F1<ad70>3.473 E F2 3.473
+(,w)C .973(hich is in units of 512-byte blocks, and)-3.473 F F1<ad6e>
+3.473 E F2(and)3.473 E F1<ad75>144 280.8 Q F2 3.518(,w)C 1.018(hich ar)
 -3.518 F 3.518(eu)-.18 G 1.018(nscaled values.)-3.518 F 1.017(The r)
 6.018 F 1.017(eturn status is 0 unless an invalid option or ar)-.18 F
-(gu-)-.18 E(ment is supplied, or an err)144 686.4 Q
-(or occurs while setting a new limit.)-.18 E F2(umask)108 703.2 Q F1([)
-2.5 E F2<ad70>A F1 2.5(][)C F2<ad53>-2.5 E F1 2.5(][)C F3(mode)-2.5 E F1
-(])A .535(The user \214le-cr)144 715.2 R .535(eation mask is set to)-.18
-F F3(mode)3.035 E F1 5.535(.I).35 G(f)-5.535 E F3(mode)3.295 E F1 .536
+(gu-)-.18 E(ment is supplied, or an err)144 292.8 Q
+(or occurs while setting a new limit.)-.18 E F1(umask)108 309.6 Q F2([)
+2.5 E F1<ad70>A F2 2.5(][)C F1<ad53>-2.5 E F2 2.5(][)C F3(mode)-2.5 E F2
+(])A .535(The user \214le-cr)144 321.6 R .535(eation mask is set to)-.18
+F F3(mode)3.035 E F2 5.535(.I).35 G(f)-5.535 E F3(mode)3.295 E F2 .536
 (begins with a digit, it is interpr)3.385 F .536(eted as)-.18 F 1.827
-(an octal number; otherwise it is interpr)144 727.2 R 1.826
-(eted as a symbolic mode mask similar to that)-.18 F F0(GNU Bash-3.0)72
-768 Q(2004 Sep 17)149.01 E(61)199 E 0 Cg EP
-%%Page: 62 62
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Roman@0 SF .95(accepted by)144 84 R/F2 10
-/Palatino-Italic@0 SF(chmod)3.45 E F1 3.45(\(1\). If).33 F F2(mode)3.71
-E F1 .951(is omitted, the curr)3.8 F .951
-(ent value of the mask is printed.)-.18 F(The)5.951 E/F3 10
-/Palatino-Bold@0 SF<ad53>144 96 Q F1 .607(option causes the mask to be \
+(an octal number; otherwise it is interpr)144 333.6 R 1.826
+(eted as a symbolic mode mask similar to that)-.18 F .95(accepted by)144
+345.6 R F3(chmod)3.45 E F2 3.45(\(1\). If).33 F F3(mode)3.71 E F2 .951
+(is omitted, the curr)3.8 F .951(ent value of the mask is printed.)-.18
+F(The)5.951 E F1<ad53>144 357.6 Q F2 .607(option causes the mask to be \
 printed in symbolic form; the default output is an octal)3.107 F(number)
-144 108 Q 6.02(.I)-.74 G 3.52(ft)-6.02 G(he)-3.52 E F3<ad70>3.52 E F1
-1.02(option is supplied, and)3.52 F F2(mode)3.78 E F1 1.02
-(is omitted, the output is in a form that)3.87 F .237(may be r)144 120 R
-.237(eused as input.)-.18 F .237(The r)5.237 F .236
+144 369.6 Q 6.02(.I)-.74 G 3.52(ft)-6.02 G(he)-3.52 E F1<ad70>3.52 E F2
+1.02(option is supplied, and)3.52 F F3(mode)3.78 E F2 1.02
+(is omitted, the output is in a form that)3.87 F .237(may be r)144 381.6
+.237(eused as input.)-.18 F .237(The r)5.237 F .236
 (eturn status is 0 if the mode was successfully changed or if)-.18 F(no)
-144 132 Q F2(mode)2.5 E F1(ar)2.5 E
-(gument was supplied, and false otherwise.)-.18 E F3(unalias)108 148.8 Q
-F1<5bad>2.5 E F3(a)A F1 2.5(][)C F2(name)-2.5 E F1(...])2.5 E .718
-(Remove each)144 160.8 R F2(name)3.218 E F1(fr)3.218 E .719
-(om the list of de\214ned aliases.)-.18 F(If)5.719 E F3<ad61>3.219 E F1
-.719(is supplied, all alias de\214nitions)3.219 F(ar)144 172.8 Q 2.5(er)
+144 393.6 Q F3(mode)2.5 E F2(ar)2.5 E
+(gument was supplied, and false otherwise.)-.18 E F1(unalias)108 410.4 Q
+F2<5bad>2.5 E F1(a)A F2 2.5(][)C F3(name)-2.5 E F2(...])2.5 E .718
+(Remove each)144 422.4 R F3(name)3.218 E F2(fr)3.218 E .719
+(om the list of de\214ned aliases.)-.18 F(If)5.719 E F1<ad61>3.219 E F2
+.719(is supplied, all alias de\214nitions)3.219 F(ar)144 434.4 Q 2.5(er)
 -.18 G 2.5(emoved. The)-2.68 F -.18(re)2.5 G(turn value is tr).18 E
-(ue unless a supplied)-.08 E F2(name)2.76 E F1
-(is not a de\214ned alias.)2.85 E F3(unset)108 189.6 Q F1<5bad>2.5 E F3
-(fv)A F1 2.5(][)C F2(name)-2.5 E F1(...])2.5 E 1.61(For each)144 201.6 R
-F2(name)4.11 E F1 4.11(,r).35 G 1.61(emove the corr)-4.29 F 1.61
+(ue unless a supplied)-.08 E F3(name)2.76 E F2
+(is not a de\214ned alias.)2.85 E F1(unset)108 451.2 Q F2<5bad>2.5 E F1
+(fv)A F2 2.5(][)C F3(name)-2.5 E F2(...])2.5 E 1.61(For each)144 463.2 R
+F3(name)4.11 E F2 4.11(,r).35 G 1.61(emove the corr)-4.29 F 1.61
 (esponding variable or function.)-.18 F 1.61(If no options ar)6.61 F
-4.11(es)-.18 G(up-)-4.11 E .473(plied, or the)144 213.6 R F3<ad76>2.973
-E F1 .473(option is given, each)2.973 F F2(name)3.233 E F1 -.18(re)3.323
+4.11(es)-.18 G(up-)-4.11 E .473(plied, or the)144 475.2 R F1<ad76>2.973
+E F2 .473(option is given, each)2.973 F F3(name)3.233 E F2 -.18(re)3.323
 G .474(fers to a shell variable.).18 F .474(Read-only variables)5.474 F
-.48(may not be unset.)144 225.6 R(If)5.48 E F3<ad66>2.98 E F1 .48
-(is specifed, each)2.98 F F2(name)3.24 E F1 -.18(re)3.33 G .48
+.32(may not be unset.)144 487.2 R(If)5.32 E F1<ad66>2.82 E F2 .32
+(is speci\214ed, each)2.82 F F3(name)3.08 E F2 -.18(re)3.17 G .32
 (fers to a shell function, and the function).18 F .405
-(de\214nition is r)144 237.6 R 2.905(emoved. Each)-.18 F .405
+(de\214nition is r)144 499.2 R 2.905(emoved. Each)-.18 F .405
 (unset variable or function is r)2.905 F .405(emoved fr)-.18 F .405
 (om the envir)-.18 F(onment)-.18 E 1.475(passed to subsequent commands.)
-144 249.6 R 1.475(If any of)6.475 F/F4 9/Palatino-Bold@0 SF(RANDOM)3.975
+144 511.2 R 1.475(If any of)6.475 F/F4 9/Palatino-Bold@0 SF(RANDOM)3.975
 E/F5 9/Palatino-Roman@0 SF(,)A F4(SECONDS)3.725 E F5(,)A F4(LINENO)3.724
-E F5(,)A F4(HISTCMD)3.724 E F5(,)A F4(FUNCNAME)144 261.6 Q F5(,)A F4
-(GROUPS)2.803 E F5(,)A F1(or)2.803 E F4(DIRST)3.053 E(ACK)-.828 E F1(ar)
+E F5(,)A F4(HISTCMD)3.724 E F5(,)A F4(FUNCNAME)144 523.2 Q F5(,)A F4
+(GROUPS)2.803 E F5(,)A F2(or)2.803 E F4(DIRST)3.053 E(ACK)-.828 E F2(ar)
 2.803 E 3.053(eu)-.18 G .553(nset, they lose their special pr)-3.053 F
-.553(operties, even if)-.18 F(they ar)144 273.6 Q 2.5(es)-.18 G
+.553(operties, even if)-.18 F(they ar)144 535.2 Q 2.5(es)-.18 G
 (ubsequently r)-2.5 E 2.5(eset. The)-.18 F(exit status is tr)2.5 E
-(ue unless a)-.08 E F2(name)2.76 E F1(is r)2.85 E(eadonly)-.18 E(.)-1.11
-E F3(wait)108 290.4 Q F1([)2.5 E F2(n)A F1(])A -.92(Wa)144 302.4 S .299
-(it for the speci\214ed pr).92 F .298(ocess and r)-.18 F .298
-(eturn its termination status.)-.18 F F2(n)5.558 E F1 .298(may be a pr)
-2.878 F .298(ocess ID or)-.18 F 2.798(aj)144 314.4 S .298
-(ob speci\214cation; if a job spec is given, all pr)-2.798 F .298
-(ocesses in that job's pipeline ar)-.18 F 2.799(ew)-.18 G .299
-(aited for)-2.799 F(.)-.74 E(If)144 326.4 Q F2(n)2.78 E F1 .02
-(is not given, all curr)2.6 F .02(ently active child pr)-.18 F .02
-(ocesses ar)-.18 F 2.52(ew)-.18 G .02(aited for)-2.52 F 2.52(,a)-.74 G
-.02(nd the r)-2.52 F .02(eturn status is)-.18 F(zer)144 338.4 Q 3.137
-(o. If)-.18 F F2(n)3.397 E F1 .637(speci\214es a non-existent pr)3.217 F
-.637(ocess or job, the r)-.18 F .638(eturn status is 127.)-.18 F .638
-(Otherwise, the)5.638 F -.18(re)144 350.4 S
-(turn status is the exit status of the last pr).18 E
+(ue unless a)-.08 E F3(name)2.76 E F2(is r)2.85 E(eadonly)-.18 E(.)-1.11
+E F1(wait)108 552 Q F2([)2.5 E F3 2.5(n.)C(..)-2.5 E F2(])A -.92(Wa)144
+564 S .016(it for each speci\214ed pr).92 F .016(ocess and r)-.18 F .016
+(eturn its termination status.)-.18 F(Each)5.016 E F3(n)2.776 E F2 .016
+(may be a pr)2.596 F(ocess)-.18 E 1.733
+(ID or a job speci\214cation; if a job spec is given, all pr)144 576 R
+1.733(ocesses in that job's pipeline ar)-.18 F(e)-.18 E 1.015
+(waited for)144 588 R 6.015(.I)-.74 G(f)-6.015 E F3(n)3.775 E F2 1.015
+(is not given, all curr)3.595 F 1.014(ently active child pr)-.18 F 1.014
+(ocesses ar)-.18 F 3.514(ew)-.18 G 1.014(aited for)-3.514 F 3.514(,a)
+-.74 G 1.014(nd the)-3.514 F -.18(re)144 600 S .693(turn status is zer)
+.18 F 3.193(o. If)-.18 F F3(n)3.453 E F2 .693
+(speci\214es a non-existent pr)3.273 F .693(ocess or job, the r)-.18 F
+.694(eturn status is 127.)-.18 F(Otherwise, the r)144 612 Q
+(eturn status is the exit status of the last pr)-.18 E
 (ocess or job waited for)-.18 E(.)-.74 E/F6 10.95/Palatino-Bold@0 SF
-(RESTRICTED SHELL)72 367.2 Q F1(If)108 379.2 Q F3(bash)4.639 E F1 2.139
-(is started with the name)4.639 F F3(rbash)4.638 E F1 4.638(,o)C 4.638
-(rt)-4.638 G(he)-4.638 E F3<ad72>4.638 E F1 2.138
+(RESTRICTED SHELL)72 628.8 Q F2(If)108 640.8 Q F1(bash)4.639 E F2 2.139
+(is started with the name)4.639 F F1(rbash)4.638 E F2 4.638(,o)C 4.638
+(rt)-4.638 G(he)-4.638 E F1<ad72>4.638 E F2 2.138
 (option is supplied at invocation, the shell)4.638 F .618(becomes r)108
-391.2 R 3.118(estricted. A)-.18 F -.18(re)3.118 G .618
+652.8 R 3.118(estricted. A)-.18 F -.18(re)3.118 G .618
 (stricted shell is used to set up an envir).18 F .618(onment mor)-.18 F
 3.118(ec)-.18 G(ontr)-3.118 E .618(olled than the)-.18 F(standar)108
-403.2 Q 4.198(ds)-.18 G 4.198(hell. It)-4.198 F 1.697
-(behaves identically to)4.197 F F3(bash)4.197 E F1 1.697
+664.8 Q 4.198(ds)-.18 G 4.198(hell. It)-4.198 F 1.697
+(behaves identically to)4.197 F F1(bash)4.197 E F2 1.697
 (with the exception that the following ar)4.197 F 4.197(ed)-.18 G(isal-)
--4.197 E(lowed or not performed:)108 415.2 Q 29.94<8363>108 432 S
-(hanging dir)-29.94 E(ectories with)-.18 E F3(cd)2.5 E F1 29.94<8373>108
-448.8 S(etting or unsetting the values of)-29.94 E F3(SHELL)2.5 E F1(,)A
-F3 -.74(PA)2.5 G(TH)-.18 E F1(,)A F3(ENV)2.5 E F1 2.5(,o)C(r)-2.5 E F3
-(BASH_ENV)2.5 E F1 29.94<8373>108 465.6 S
-(pecifying command names containing)-29.94 E F3(/)2.5 E F1 29.94<8373>
-108 482.4 S(pecifying a \214le name containing a)-29.94 E F3(/)2.5 E F1
-(as an ar)2.5 E(gument to the)-.18 E F3(.)2.5 E F1(builtin command)5 E
-29.94<8353>108 499.2 S 1.564
+-4.197 E(lowed or not performed:)108 676.8 Q 29.94<8363>108 693.6 S
+(hanging dir)-29.94 E(ectories with)-.18 E F1(cd)2.5 E F2 29.94<8373>108
+710.4 S(etting or unsetting the values of)-29.94 E F1(SHELL)2.5 E F2(,)A
+F1 -.74(PA)2.5 G(TH)-.18 E F2(,)A F1(ENV)2.5 E F2 2.5(,o)C(r)-2.5 E F1
+(BASH_ENV)2.5 E F0(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2)
+.15 G(004 No)-123.385 E 2.5(v2)-.15 G 197.965(26)-2.5 G(2)-197.965 E 0
+Cg EP
+%%Page: 63 63
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
+-.35 E/F1 10/Palatino-Roman@0 SF 29.94<8373>108 84 S
+(pecifying command names containing)-29.94 E/F2 10/Palatino-Bold@0 SF(/)
+2.5 E F1 29.94<8373>108 100.8 S(pecifying a \214le name containing a)
+-29.94 E F2(/)2.5 E F1(as an ar)2.5 E(gument to the)-.18 E F2(.)2.5 E F1
+(builtin command)5 E 29.94<8353>108 117.6 S 1.564
 (pecifying a \214lename containing a slash as an ar)-29.94 F 1.565
-(gument to the)-.18 F F3<ad70>4.065 E F1 1.565(option to the)4.065 F F3
-(hash)4.065 E F1(builtin command)144 511.2 Q 29.94<8369>108 528 S
+(gument to the)-.18 F F2<ad70>4.065 E F1 1.565(option to the)4.065 F F2
+(hash)4.065 E F1(builtin command)144 129.6 Q 29.94<8369>108 146.4 S
 (mporting function de\214nitions fr)-29.94 E(om the shell envir)-.18 E
-(onment at startup)-.18 E 29.94<8370>108 544.8 S(arsing the value of)
--29.94 E F3(SHELLOPTS)2.5 E F1(fr)2.5 E(om the shell envir)-.18 E
-(onment at startup)-.18 E 29.94<8372>108 561.6 S(edir)-30.12 E
+(onment at startup)-.18 E 29.94<8370>108 163.2 S(arsing the value of)
+-29.94 E F2(SHELLOPTS)2.5 E F1(fr)2.5 E(om the shell envir)-.18 E
+(onment at startup)-.18 E 29.94<8372>108 180 S(edir)-30.12 E
 (ecting output using the >, >|, <>, >&, &>, and >> r)-.18 E(edir)-.18 E
-(ection operators)-.18 E 29.94<8375>108 578.4 S(sing the)-29.94 E F3
+(ection operators)-.18 E 29.94<8375>108 196.8 S(sing the)-29.94 E F2
 (exec)2.5 E F1(builtin command to r)2.5 E
-(eplace the shell with another command)-.18 E 29.94<8361>108 595.2 S
-1.208(dding or deleting builtin commands with the)-29.94 F F3<ad66>3.708
-E F1(and)3.708 E F3<ad64>3.708 E F1 1.208(options to the)3.708 F F3
-(enable)3.707 E F1(builtin)3.707 E(command)144 607.2 Q 29.94<8355>108
-624 S(sing the)-29.94 E F3(enable)2.5 E F1
+(eplace the shell with another command)-.18 E 29.94<8361>108 213.6 S
+1.208(dding or deleting builtin commands with the)-29.94 F F2<ad66>3.708
+E F1(and)3.708 E F2<ad64>3.708 E F1 1.208(options to the)3.708 F F2
+(enable)3.707 E F1(builtin)3.707 E(command)144 225.6 Q 29.94<8355>108
+242.4 S(sing the)-29.94 E F2(enable)2.5 E F1
 (builtin command to enable disabled shell builtins)2.5 E 29.94<8373>108
-640.8 S(pecifying the)-29.94 E F3<ad70>2.5 E F1(option to the)2.5 E F3
-(command)2.5 E F1(builtin command)2.5 E 29.94<8374>108 657.6 S
-(urning of)-29.94 E 2.5(fr)-.18 G(estricted mode with)-2.68 E F3(set +r)
-2.5 E F1(or)2.5 E F3(set +o restricted)2.5 E F1(.)A(These r)108 674.4 Q
+259.2 S(pecifying the)-29.94 E F2<ad70>2.5 E F1(option to the)2.5 E F2
+(command)2.5 E F1(builtin command)2.5 E 29.94<8374>108 276 S(urning of)
+-29.94 E 2.5(fr)-.18 G(estricted mode with)-2.68 E F2(set +r)2.5 E F1
+(or)2.5 E F2(set +o restricted)2.5 E F1(.)A(These r)108 292.8 Q
 (estrictions ar)-.18 E 2.5(ee)-.18 G(nfor)-2.5 E
 (ced after any startup \214les ar)-.18 E 2.5(er)-.18 G(ead.)-2.68 E
 1.694
 (When a command that is found to be a shell script is executed \(see)108
-691.2 R F4 1.694(COMMAND EXECUTION)4.194 F F1(above\),)108 703.2 Q F3
-(rbash)2.5 E F1(turns of)2.5 E 2.5(fa)-.18 G(ny r)-2.5 E
-(estrictions in the shell spawned to execute the script.)-.18 E F0
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(62)199 E 0 Cg EP
-%%Page: 63 63
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10.95/Palatino-Bold@0 SF(SEE ALSO)72 84 Q/F2 10
-/Palatino-Italic@0 SF(Bash Refer)108 96 Q(ence Manual)-.18 E/F3 10
-/Palatino-Roman@0 SF 2.5(,B)C(rian Fox and Chet Ramey)-2.5 E F2
-(The Gnu Readline Library)108 108 Q F3 2.5(,B)C(rian Fox and Chet Ramey)
--2.5 E F2(The Gnu History Library)108 120 Q F3 2.5(,B)C
-(rian Fox and Chet Ramey)-2.5 E F2(Portable Operating System Interface \
-\(POSIX\) Part 2: Shell and Utilities)108 132 Q F3 2.5(,I)C(EEE)-2.5 E
-F2(sh)108 144 Q F3(\(1\),)A F2(ksh)2.5 E F3(\(1\),)A F2(csh)2.5 E F3
-(\(1\))A F2(emacs)108 156 Q F3(\(1\),)A F2(vi)2.5 E F3(\(1\))A F2 -.18
-(re)108 168 S(adline).18 E F3(\(3\))A F1(FILES)72 184.8 Q F2(/bin/bash)
-109.666 196.8 Q F3(The)144 208.8 Q/F4 10/Palatino-Bold@0 SF(bash)2.5 E
-F3(executable)2.5 E F2(/etc/pr)109.666 220.8 Q(o\214le)-.18 E F3
+309.6 R/F3 9/Palatino-Bold@0 SF 1.694(COMMAND EXECUTION)4.194 F F1
+(above\),)108 321.6 Q F2(rbash)2.5 E F1(turns of)2.5 E 2.5(fa)-.18 G
+(ny r)-2.5 E(estrictions in the shell spawned to execute the script.)
+-.18 E/F4 10.95/Palatino-Bold@0 SF(SEE ALSO)72 338.4 Q/F5 10
+/Palatino-Italic@0 SF(Bash Refer)108 350.4 Q(ence Manual)-.18 E F1 2.5
+(,B)C(rian Fox and Chet Ramey)-2.5 E F5(The Gnu Readline Library)108
+362.4 Q F1 2.5(,B)C(rian Fox and Chet Ramey)-2.5 E F5
+(The Gnu History Library)108 374.4 Q F1 2.5(,B)C
+(rian Fox and Chet Ramey)-2.5 E F5(Portable Operating System Interface \
+\(POSIX\) Part 2: Shell and Utilities)108 386.4 Q F1 2.5(,I)C(EEE)-2.5 E
+F5(sh)108 398.4 Q F1(\(1\),)A F5(ksh)2.5 E F1(\(1\),)A F5(csh)2.5 E F1
+(\(1\))A F5(emacs)108 410.4 Q F1(\(1\),)A F5(vi)2.5 E F1(\(1\))A F5 -.18
+(re)108 422.4 S(adline).18 E F1(\(3\))A F4(FILES)72 439.2 Q F5
+(/bin/bash)109.666 451.2 Q F1(The)144 463.2 Q F2(bash)2.5 E F1
+(executable)2.5 E F5(/etc/pr)109.666 475.2 Q(o\214le)-.18 E F1
 (The systemwide initialization \214le, executed for login shells)144
-232.8 Q F2(~/.bash_pr)109.666 244.8 Q(o\214le)-.18 E F3
-(The personal initialization \214le, executed for login shells)144 256.8
-Q F2(~/.bashr)109.666 268.8 Q(c)-.18 E F3(The individual per)144 280.8 Q
-(-interactive-shell startup \214le)-.18 E F2(~/.bash_logout)109.666
-292.8 Q F3(The individual login shell cleanup \214le, executed when a l\
-ogin shell exits)144 304.8 Q F2(~/.inputr)109.666 316.8 Q(c)-.18 E F3
-(Individual)144 328.8 Q F2 -.18(re)2.5 G(adline).18 E F3
-(initialization \214le)2.5 E F1(AUTHORS)72 345.6 Q F3(Brian Fox, Fr)108
-357.6 Q(ee Softwar)-.18 E 2.5(eF)-.18 G(oundation)-2.5 E(bfox@gnu.or)108
-369.6 Q(g)-.18 E(Chet Ramey)108 386.4 Q 2.5(,C)-1.11 G(ase W)-2.5 E
-(estern Reserve University)-.92 E(chet@po.CWRU.Edu)108 398.4 Q F1
-(BUG REPOR)72 415.2 Q(TS)-.602 E F3 .481(If you \214nd a bug in)108
-427.2 R F4(bash,)2.981 E F3 .481(you should r)2.981 F .481(eport it.)
+487.2 Q F5(~/.bash_pr)109.666 499.2 Q(o\214le)-.18 E F1
+(The personal initialization \214le, executed for login shells)144 511.2
+Q F5(~/.bashr)109.666 523.2 Q(c)-.18 E F1(The individual per)144 535.2 Q
+(-interactive-shell startup \214le)-.18 E F5(~/.bash_logout)109.666
+547.2 Q F1(The individual login shell cleanup \214le, executed when a l\
+ogin shell exits)144 559.2 Q F5(~/.inputr)109.666 571.2 Q(c)-.18 E F1
+(Individual)144 583.2 Q F5 -.18(re)2.5 G(adline).18 E F1
+(initialization \214le)2.5 E F4(AUTHORS)72 600 Q F1(Brian Fox, Fr)108
+612 Q(ee Softwar)-.18 E 2.5(eF)-.18 G(oundation)-2.5 E(bfox@gnu.or)108
+624 Q(g)-.18 E(Chet Ramey)108 640.8 Q 2.5(,C)-1.11 G(ase W)-2.5 E
+(estern Reserve University)-.92 E(chet@po.CWRU.Edu)108 652.8 Q F4
+(BUG REPOR)72 669.6 Q(TS)-.602 E F1 .481(If you \214nd a bug in)108
+681.6 R F2(bash,)2.981 E F1 .481(you should r)2.981 F .481(eport it.)
 -.18 F .481(But \214rst, you should make sur)5.481 F 2.981(et)-.18 G
 .481(hat it r)-2.981 F .481(eally is a)-.18 F .459
-(bug, and that it appears in the latest version of)108 439.2 R F4(bash)
-2.959 E F3 5.459(.T)C .459(he latest version is always available fr)
--5.459 F(om)-.18 E F2(ftp://ftp.gnu.or)108 451.2 Q(g/pub/bash/)-.18 E F3
+(bug, and that it appears in the latest version of)108 693.6 R F2(bash)
+2.959 E F1 5.459(.T)C .459(he latest version is always available fr)
+-5.459 F(om)-.18 E F5(ftp://ftp.gnu.or)108 705.6 Q(g/pub/bash/)-.18 E F1
 (.)A .558(Once you have determined that a bug actually exists, use the)
-108 468 R F2(bashbug)3.188 E F3 .558(command to submit a bug)3.538 F
--.18(re)108 480 S 3.161(port. If).18 F .662(you have a \214x, you ar)
-3.161 F 3.162(ee)-.18 G .662(ncouraged to mail that as well!)-3.162 F
-.662(Suggestions and `philosophi-)5.662 F 3.731(cal' bug r)108 492 R
-3.731(eports may be mailed to)-.18 F F2(bug-bash@gnu.or)6.231 E(g)-.18 E
-F3 3.73(or posted to the Usenet newsgr)6.231 F(oup)-.18 E F4
-(gnu.bash.bug)108 504 Q F3(.)A(ALL bug r)108 520.8 Q
-(eports should include:)-.18 E(The version number of)108 537.6 Q F4
-(bash)2.5 E F3(The har)108 549.6 Q(dwar)-.18 E 2.5(ea)-.18 G
-(nd operating system)-2.5 E(The compiler used to compile)108 561.6 Q 2.5
-(Ad)108 573.6 S(escription of the bug behaviour)-2.5 E 2.5(As)108 585.6
-S(hort script or `r)-2.5 E(ecipe' which exer)-.18 E(cises the bug)-.18 E
-F2(bashbug)108.13 602.4 Q F3 1.316(inserts the \214rst thr)4.296 F 1.316
-(ee items automatically into the template it pr)-.18 F 1.316
-(ovides for \214ling a bug)-.18 F -.18(re)108 614.4 S(port.).18 E 7.698
-(Comments and bug r)108 631.2 R 7.697
-(eports concerning this manual page should be dir)-.18 F 7.697(ected to)
--.18 F F2(chet@po.CWRU.Edu)108 643.2 Q F3(.).06 E F1(BUGS)72 660 Q F3
-(It's too big and too slow)108 672 Q(.)-.92 E(Ther)108 688.8 Q 2.832(ea)
--.18 G .692 -.18(re s)-2.832 H .332(ome subtle dif).18 F(fer)-.18 E .332
-(ences between)-.18 F F4(bash)2.832 E F3 .332
-(and traditional versions of)2.832 F F4(sh)2.832 E F3 2.832(,m)C .333
-(ostly because of)-2.832 F(the)108 700.8 Q/F5 9/Palatino-Bold@0 SF
-(POSIX)2.5 E F3(speci\214cation.)2.25 E(Aliases ar)108 717.6 Q 2.5(ec)
--.18 G(onfusing in some uses.)-2.5 E F0(GNU Bash-3.0)72 768 Q
-(2004 Sep 17)149.01 E(63)199 E 0 Cg EP
+108 722.4 R F5(bashbug)3.188 E F1 .558(command to submit a bug)3.538 F
+F0(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(26)-2.5 G(3)-197.965 E 0 Cg EP
 %%Page: 64 64
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\))
--.35 E/F1 10/Palatino-Roman@0 SF
-(Shell builtin commands and functions ar)108 84 Q 2.5(en)-.18 G
+-.35 E/F1 10/Palatino-Roman@0 SF -.18(re)108 84 S 3.161(port. If).18 F
+.662(you have a \214x, you ar)3.161 F 3.162(ee)-.18 G .662
+(ncouraged to mail that as well!)-3.162 F .662
+(Suggestions and `philosophi-)5.662 F 3.731(cal' bug r)108 96 R 3.731
+(eports may be mailed to)-.18 F/F2 10/Palatino-Italic@0 SF
+(bug-bash@gnu.or)6.231 E(g)-.18 E F1 3.73
+(or posted to the Usenet newsgr)6.231 F(oup)-.18 E/F3 10/Palatino-Bold@0
+SF(gnu.bash.bug)108 108 Q F1(.)A(ALL bug r)108 124.8 Q
+(eports should include:)-.18 E(The version number of)108 141.6 Q F3
+(bash)2.5 E F1(The har)108 153.6 Q(dwar)-.18 E 2.5(ea)-.18 G
+(nd operating system)-2.5 E(The compiler used to compile)108 165.6 Q 2.5
+(Ad)108 177.6 S(escription of the bug behaviour)-2.5 E 2.5(As)108 189.6
+S(hort script or `r)-2.5 E(ecipe' which exer)-.18 E(cises the bug)-.18 E
+F2(bashbug)108.13 206.4 Q F1 1.316(inserts the \214rst thr)4.296 F 1.316
+(ee items automatically into the template it pr)-.18 F 1.316
+(ovides for \214ling a bug)-.18 F -.18(re)108 218.4 S(port.).18 E 7.698
+(Comments and bug r)108 235.2 R 7.697
+(eports concerning this manual page should be dir)-.18 F 7.697(ected to)
+-.18 F F2(chet@po.CWRU.Edu)108 247.2 Q F1(.).06 E/F4 10.95
+/Palatino-Bold@0 SF(BUGS)72 264 Q F1(It's too big and too slow)108 276 Q
+(.)-.92 E(Ther)108 292.8 Q 2.832(ea)-.18 G .692 -.18(re s)-2.832 H .332
+(ome subtle dif).18 F(fer)-.18 E .332(ences between)-.18 F F3(bash)2.832
+E F1 .332(and traditional versions of)2.832 F F3(sh)2.832 E F1 2.832(,m)
+C .333(ostly because of)-2.832 F(the)108 304.8 Q/F5 9/Palatino-Bold@0 SF
+(POSIX)2.5 E F1(speci\214cation.)2.25 E(Aliases ar)108 321.6 Q 2.5(ec)
+-.18 G(onfusing in some uses.)-2.5 E
+(Shell builtin commands and functions ar)108 338.4 Q 2.5(en)-.18 G
 (ot stoppable/r)-2.5 E(estartable.)-.18 E .463
 (Compound commands and command sequences of the form `a ; b ; c' ar)108
-100.8 R 2.962(en)-.18 G .462(ot handled gracefully)-2.962 F 1.256
-(when pr)108 112.8 R 1.257(ocess suspension is attempted.)-.18 F 1.257
+355.2 R 2.962(en)-.18 G .462(ot handled gracefully)-2.962 F 1.256
+(when pr)108 367.2 R 1.257(ocess suspension is attempted.)-.18 F 1.257
 (When a pr)6.257 F 1.257(ocess is stopped, the shell immediately exe-)
--.18 F .374(cutes the next command in the sequence.)108 124.8 R .373
+-.18 F .374(cutes the next command in the sequence.)108 379.2 R .373
 (It suf)5.373 F .373(\214ces to place the sequence of commands between)
--.18 F(par)108 136.8 Q(entheses to for)-.18 E
+-.18 F(par)108 391.2 Q(entheses to for)-.18 E
 (ce it into a subshell, which may be stopped as a unit.)-.18 E .95
-(Commands inside of)108 153.6 R/F2 10/Palatino-Bold@0 SF($\()3.451 E F1
-(...)A F2(\))A F1 .951(command substitution ar)3.451 F 3.451(en)-.18 G
-.951(ot parsed until substitution is attempted.)-3.451 F 2.132
-(This will delay err)108 165.6 R 2.132(or r)-.18 F 2.131
+(Commands inside of)108 408 R F3($\()3.451 E F1(...)A F3(\))A F1 .951
+(command substitution ar)3.451 F 3.451(en)-.18 G .951
+(ot parsed until substitution is attempted.)-3.451 F 2.132
+(This will delay err)108 420 R 2.132(or r)-.18 F 2.131
 (eporting until some time after the command is enter)-.18 F 4.631
-(ed. For)-.18 F(example,)4.631 E .43(unmatched par)108 177.6 R .431
+(ed. For)-.18 F(example,)4.631 E .43(unmatched par)108 432 R .431
 (entheses, even inside shell comments, will r)-.18 F .431(esult in err)
--.18 F .431(or messages while the con-)-.18 F(str)108 189.6 Q
+-.18 F .431(or messages while the con-)-.18 F(str)108 444 Q
 (uct is being r)-.08 E(ead.)-.18 E
-(Array variables may not \(yet\) be exported.)108 206.4 Q F0
-(GNU Bash-3.0)72 768 Q(2004 Sep 17)149.01 E(64)199 E 0 Cg EP
+(Array variables may not \(yet\) be exported.)108 460.8 Q F0
+(GNU Bash-3.1-de)72 768 Q -.15(ve)-.25 G 123.385(l2).15 G(004 No)
+-123.385 E 2.5(v2)-.15 G 197.965(26)-2.5 G(4)-197.965 E 0 Cg EP
 %%Trailer
 end
 %%EOF
index eb0bc7c62b2b552311f9530a74c8b0ead8624fd6..37b13ab547f806a6881c4c17a6a31b74ec9d4e52 100644 (file)
@@ -86,7 +86,7 @@
 @xrdef{Tilde Expansion-pg}{18}
 @xrdef{Tilde Expansion-snt}{Section@tie 3.5.2}
 @xrdef{Shell Parameter Expansion-title}{Shell Parameter Expansion}
-@xrdef{Shell Parameter Expansion-pg}{18}
+@xrdef{Shell Parameter Expansion-pg}{19}
 @xrdef{Shell Parameter Expansion-snt}{Section@tie 3.5.3}
 @xrdef{Command Substitution-title}{Command Substitution}
 @xrdef{Command Substitution-pg}{21}
 @xrdef{Word Splitting-pg}{22}
 @xrdef{Word Splitting-snt}{Section@tie 3.5.7}
 @xrdef{Filename Expansion-title}{Filename Expansion}
-@xrdef{Filename Expansion-pg}{22}
+@xrdef{Filename Expansion-pg}{23}
 @xrdef{Filename Expansion-snt}{Section@tie 3.5.8}
 @xrdef{Pattern Matching-title}{Pattern Matching}
 @xrdef{Pattern Matching-pg}{23}
 @xrdef{Simple Command Expansion-pg}{28}
 @xrdef{Simple Command Expansion-snt}{Section@tie 3.7.1}
 @xrdef{Command Search and Execution-title}{Command Search and Execution}
-@xrdef{Command Search and Execution-pg}{28}
+@xrdef{Command Search and Execution-pg}{29}
 @xrdef{Command Search and Execution-snt}{Section@tie 3.7.2}
 @xrdef{Command Execution Environment-title}{Command Execution Environment}
 @xrdef{Command Execution Environment-pg}{29}
 @xrdef{Environment-pg}{30}
 @xrdef{Environment-snt}{Section@tie 3.7.4}
 @xrdef{Exit Status-title}{Exit Status}
-@xrdef{Exit Status-pg}{30}
+@xrdef{Exit Status-pg}{31}
 @xrdef{Exit Status-snt}{Section@tie 3.7.5}
 @xrdef{Signals-title}{Signals}
 @xrdef{Signals-pg}{31}
 @xrdef{Signals-snt}{Section@tie 3.7.6}
 @xrdef{Shell Scripts-title}{Shell Scripts}
-@xrdef{Shell Scripts-pg}{31}
+@xrdef{Shell Scripts-pg}{32}
 @xrdef{Shell Scripts-snt}{Section@tie 3.8}
 @xrdef{Shell Builtin Commands-title}{Shell Builtin Commands}
 @xrdef{Shell Builtin Commands-pg}{33}
index 99e410c850b8ba0694a58156c1511bf95fdee360..ca7b4be821ef049b0288c5c376133901dddfc942 100644 (file)
 \entry{expansion, brace}{17}{expansion, brace}
 \entry{tilde expansion}{18}{tilde expansion}
 \entry{expansion, tilde}{18}{expansion, tilde}
-\entry{parameter expansion}{18}{parameter expansion}
-\entry{expansion, parameter}{18}{expansion, parameter}
+\entry{parameter expansion}{19}{parameter expansion}
+\entry{expansion, parameter}{19}{expansion, parameter}
 \entry{command substitution}{21}{command substitution}
 \entry{expansion, arithmetic}{21}{expansion, arithmetic}
 \entry{arithmetic expansion}{21}{arithmetic expansion}
 \entry{process substitution}{22}{process substitution}
 \entry{word splitting}{22}{word splitting}
-\entry{expansion, filename}{22}{expansion, filename}
-\entry{expansion, pathname}{22}{expansion, pathname}
-\entry{filename expansion}{22}{filename expansion}
-\entry{pathname expansion}{22}{pathname expansion}
+\entry{expansion, filename}{23}{expansion, filename}
+\entry{expansion, pathname}{23}{expansion, pathname}
+\entry{filename expansion}{23}{filename expansion}
+\entry{pathname expansion}{23}{pathname expansion}
 \entry{pattern matching}{23}{pattern matching}
 \entry{matching, pattern}{23}{matching, pattern}
 \entry{redirection}{24}{redirection}
 \entry{command expansion}{28}{command expansion}
-\entry{command execution}{28}{command execution}
-\entry{command search}{28}{command search}
+\entry{command execution}{29}{command execution}
+\entry{command search}{29}{command search}
 \entry{execution environment}{29}{execution environment}
 \entry{environment}{30}{environment}
-\entry{exit status}{30}{exit status}
+\entry{exit status}{31}{exit status}
 \entry{signal handling}{31}{signal handling}
-\entry{shell script}{31}{shell script}
+\entry{shell script}{32}{shell script}
 \entry{special builtin}{53}{special builtin}
 \entry{login shell}{65}{login shell}
 \entry{interactive shell}{65}{interactive shell}
index 2cd5de3261159d4202400916a56dbfc87f2fdf06..cbfc2e52db386b66caf94cdfe662fb9729ae722e 100644 (file)
 \entry {builtin}{3}
 \initial {C}
 \entry {command editing}{85}
-\entry {command execution}{28}
+\entry {command execution}{29}
 \entry {command expansion}{28}
 \entry {command history}{111}
-\entry {command search}{28}
+\entry {command search}{29}
 \entry {command substitution}{21}
 \entry {command timing}{8}
 \entry {commands, compound}{9}
 \entry {evaluation, arithmetic}{70}
 \entry {event designators}{113}
 \entry {execution environment}{29}
-\entry {exit status}{3, 30}
+\entry {exit status}{3, 31}
 \entry {expansion}{16}
 \entry {expansion, arithmetic}{21}
 \entry {expansion, brace}{17}
-\entry {expansion, filename}{22}
-\entry {expansion, parameter}{18}
-\entry {expansion, pathname}{22}
+\entry {expansion, filename}{23}
+\entry {expansion, parameter}{19}
+\entry {expansion, pathname}{23}
 \entry {expansion, tilde}{18}
 \entry {expressions, arithmetic}{70}
 \entry {expressions, conditional}{69}
@@ -53,7 +53,7 @@
 \entry {FDL, GNU Free Documentation License}{133}
 \entry {field}{3}
 \entry {filename}{3}
-\entry {filename expansion}{22}
+\entry {filename expansion}{23}
 \entry {foreground}{81}
 \entry {functions, shell}{13}
 \initial {H}
 \initial {O}
 \entry {operator, shell}{3}
 \initial {P}
-\entry {parameter expansion}{18}
+\entry {parameter expansion}{19}
 \entry {parameters}{15}
 \entry {parameters, positional}{15}
 \entry {parameters, special}{15}
-\entry {pathname expansion}{22}
+\entry {pathname expansion}{23}
 \entry {pattern matching}{23}
 \entry {pipeline}{8}
 \entry {POSIX}{3}
 \initial {S}
 \entry {shell arithmetic}{70}
 \entry {shell function}{13}
-\entry {shell script}{31}
+\entry {shell script}{32}
 \entry {shell variable}{15}
 \entry {shell, interactive}{67}
 \entry {signal}{4}
index ad8bb4c490ce87a21d030bf60d9ddc949b61b1f1..8e3351c413c747f0518ec187e93d80b152e2aa06 100644 (file)
Binary files a/doc/bashref.dvi and b/doc/bashref.dvi differ
index 4a6e76933de95b794dd7fcc7029d9c331bb22e5d..81c49063e0b5243c6a1216aaa3a0ef39a9ff825c 100644 (file)
@@ -1,6 +1,6 @@
 <HTML>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!-- Created on September, 21  2004 by texi2html 1.64 -->
+<!-- Created on November, 22  2004 by texi2html 1.64 -->
 <!-- 
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -33,12 +33,12 @@ Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
 <H1>Bash Reference Manual</H1></P><P>
 
 This text is a brief description of the features that are present in
-the Bash shell (version 3.0, 17 September 2004)..
+the Bash shell (version 3.1-devel, 22 November 2004)..
 </P><P>
 
-This is Edition 3.0, last updated 17 September 2004,
+This is Edition 3.1-devel, last updated 22 November 2004,
 of <CITE>The GNU Bash Reference Manual</CITE>,
-for <CODE>Bash</CODE>, Version 3.0.
+for <CODE>Bash</CODE>, Version 3.1-devel.
 </P><P>
 
 Bash contains features that appear in other popular shells, and some
@@ -1667,6 +1667,22 @@ Assignment statements may also appear as arguments to the
 and <CODE>local</CODE> builtin commands.
 </P><P>
 
+In the context where an assignment statement is assigning a value  
+to a shell variable or array index (see section <A HREF="bashref.html#SEC81">6.7 Arrays</A>), the <SAMP>`+='</SAMP>
+operator can be used to   
+append to or add to the variable's previous value.
+When <SAMP>`+='</SAMP> is applied to a variable for which the integer attribute
+has been set, <VAR>value</VAR> is evaluated as an arithmetic expression and
+added to the variable's current value, which is also evaluated.
+When <SAMP>`+='</SAMP> is applied to an array variable using compound assignment
+(see section <A HREF="bashref.html#SEC81">6.7 Arrays</A>), the
+variable's value is not unset (as it is when using <SAMP>`='</SAMP>), and new
+values are appended to the array beginning at one greater than the array's
+maximum index.
+When applied to a string-valued variable, <VAR>value</VAR> is expanded and
+appended to the variable's value.
+</P><P>
+
 <A NAME="Positional Parameters"></A>
 <HR SIZE="6">
 <A NAME="SEC25"></A>
@@ -2023,7 +2039,7 @@ left unchanged.
 </P><P>
 
 Each variable assignment is checked for unquoted tilde-prefixes immediately
-following a <SAMP>`:'</SAMP> or <SAMP>`='</SAMP>.
+following a <SAMP>`:'</SAMP> or the first <SAMP>`='</SAMP>.
 In these cases, tilde expansion is also performed.
 Consequently, one may use file names with tildes in assignments to
 <CODE>PATH</CODE>, <CODE>MAILPATH</CODE>, and <CODE>CDPATH</CODE>,
@@ -2185,6 +2201,10 @@ parameters beginning at <VAR>offset</VAR>.
 If <VAR>parameter</VAR> is an array name indexed by <SAMP>`@'</SAMP> or <SAMP>`*'</SAMP>,
 the result is the <VAR>length</VAR>
 members of the array beginning with <CODE>${<VAR>parameter</VAR>[<VAR>offset</VAR>]}</CODE>.
+A negative <VAR>offset</VAR> is taken relative to one greater than the maximum
+index of the specified array.
+Note that a negative offset must be separated from the colon by at least
+one space to avoid being confused with the <SAMP>`:-'</SAMP> expansion.
 Substring indexing is zero-based unless the positional parameters
 are used, in which case the indexing starts at 1.
 </P><P>
@@ -2636,7 +2656,7 @@ sub-patterns:
 <P>
 
 <DT><CODE>@(<VAR>pattern-list</VAR>)</CODE>
-<DD>Matches exactly one of the given patterns.
+<DD>Matches one of the given patterns.
 <P>
 
 <DT><CODE>!(<VAR>pattern-list</VAR>)</CODE>
@@ -2761,6 +2781,11 @@ connection to the corresponding socket.
 A failure to open or create a file causes the redirection to fail.
 </P><P>
 
+Redirections using file descriptors greater than 9 should be used with
+care, as they may conflict with file descriptors the shell uses
+internally.
+</P><P>
+
 <HR SIZE="6">
 <A NAME="SEC39"></A>
 <TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
@@ -6397,7 +6422,7 @@ option).
 
 <DT><CODE>--dump-po-strings</CODE>
 <DD>A list of all double-quoted strings preceded by <SAMP>`$'</SAMP>
-is printed on the standard ouput
+is printed on the standard output
 in the GNU <CODE>gettext</CODE> PO (portable object) file format.
 Equivalent to <SAMP>`-D'</SAMP> except for the output format.
 <P>
@@ -6503,7 +6528,7 @@ when invoking an interactive shell.
 
 <DT><CODE>-D</CODE>
 <DD>A list of all double-quoted strings preceded by <SAMP>`$'</SAMP>
-is printed on the standard ouput.
+is printed on the standard output.
 These are the strings that
 are subject to language translation when the current locale
 is not <CODE>C</CODE> or <CODE>POSIX</CODE> (see section <A HREF="bashref.html#SEC13">3.1.2.5 Locale-Specific Translation</A>).
@@ -7265,7 +7290,7 @@ omitted, then base 10 is used.
 The digits greater than 9 are represented by the lowercase letters,
 the uppercase letters, <SAMP>`@'</SAMP>, and <SAMP>`_'</SAMP>, in that order.
 If <VAR>base</VAR> is less than or equal to 36, lowercase and uppercase
-letters may be used interchangably to represent numbers between 10
+letters may be used interchangeably to represent numbers between 10
 and 35.
 </P><P>
 
@@ -8155,11 +8180,12 @@ character <SAMP>`%'</SAMP> introduces a job name.
 </P><P>
 
 Job number <CODE>n</CODE> may be referred to as <SAMP>`%n'</SAMP>.
-The symbols <SAMP>`%%'</SAMP> and
-<SAMP>`%+'</SAMP> refer to the shell's notion of the current job, which
-is the last job stopped while it was in the foreground or started
-in the background.  The
-previous job may be referenced using <SAMP>`%-'</SAMP>.  In output
+The symbols <SAMP>`%%'</SAMP> and  <SAMP>`%+'</SAMP> refer to the shell's notion of the
+current job, which is the last job stopped while it was in the foreground
+or started in the background.
+A single <SAMP>`%'</SAMP> (with no accompanying job specification) also refers
+to the current job.
+The previous job may be referenced using <SAMP>`%-'</SAMP>.  In output
 pertaining to jobs (e.g., the output of the <CODE>jobs</CODE> command),
 the current job is always flagged with a <SAMP>`+'</SAMP>, and the
 previous job with a <SAMP>`-'</SAMP>. 
@@ -8307,10 +8333,10 @@ or non-zero if an error occurs or an invalid option is encountered.
 
 <DT><CODE>wait</CODE>
 <DD><A NAME="IDX277"></A>
-<TABLE><tr><td>&nbsp;</td><td class=example><pre>wait [<VAR>jobspec</VAR> or <VAR>pid</VAR>]
-</pre></td></tr></table>Wait until the child process specified by process ID <VAR>pid</VAR> or job
-specification <VAR>jobspec</VAR> exits and return the exit status of the last
-command waited for.
+<TABLE><tr><td>&nbsp;</td><td class=example><pre>wait [<VAR>jobspec</VAR> or <VAR>pid</VAR> ...]
+</pre></td></tr></table>Wait until the child process specified by each process ID <VAR>pid</VAR>
+or job specification <VAR>jobspec</VAR> exits and return the exit status of the
+last command waited for.
 If a job spec is given, all processes in the job are waited for.
 If no arguments are given, all currently active child processes are
 waited for, and the return status is zero.
@@ -8942,8 +8968,15 @@ If set to <SAMP>`audible'</SAMP> (the default), Readline attempts to ring
 the terminal's bell.
 <P>
 
-<DT><CODE>comment-begin</CODE>
+<DT><CODE>bind-tty-special-chars</CODE>
 <DD><A NAME="IDX288"></A>
+If set to <SAMP>`on'</SAMP>, Readline attempts to bind the control characters  
+treated specially by the kernel's terminal driver to their Readline
+equivalents.
+<P>
+
+<DT><CODE>comment-begin</CODE>
+<DD><A NAME="IDX289"></A>
 The string to insert at the beginning of the line when the
 <CODE>insert-comment</CODE> command is executed.  The default value
 is <CODE>"#"</CODE>.
@@ -8956,7 +8989,7 @@ The default value is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>completion-query-items</CODE>
-<DD><A NAME="IDX289"></A>
+<DD><A NAME="IDX290"></A>
 The number of possible completions that determines when the user is
 asked whether the list of possibilities should be displayed.
 If the number of possible completions is greater than this value,
@@ -8967,7 +9000,7 @@ The default limit is <CODE>100</CODE>.
 <P>
 
 <DT><CODE>convert-meta</CODE>
-<DD><A NAME="IDX290"></A>
+<DD><A NAME="IDX291"></A>
 If set to <SAMP>`on'</SAMP>, Readline will convert characters with the
 eighth bit set to an ASCII key sequence by stripping the eighth
 bit and prefixing an <KBD>ESC</KBD> character, converting them to a
@@ -8975,14 +9008,14 @@ meta-prefixed key sequence.  The default value is <SAMP>`on'</SAMP>.
 <P>
 
 <DT><CODE>disable-completion</CODE>
-<DD><A NAME="IDX291"></A>
+<DD><A NAME="IDX292"></A>
 If set to <SAMP>`On'</SAMP>, Readline will inhibit word completion.
 Completion  characters will be inserted into the line as if they had
 been mapped to <CODE>self-insert</CODE>.  The default is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>editing-mode</CODE>
-<DD><A NAME="IDX292"></A>
+<DD><A NAME="IDX293"></A>
 The <CODE>editing-mode</CODE> variable controls which default set of
 key bindings is used.  By default, Readline starts up in Emacs editing
 mode, where the keystrokes are most similar to Emacs.  This variable can be
@@ -8990,26 +9023,26 @@ set to either <SAMP>`emacs'</SAMP> or <SAMP>`vi'</SAMP>.
 <P>
 
 <DT><CODE>enable-keypad</CODE>
-<DD><A NAME="IDX293"></A>
+<DD><A NAME="IDX294"></A>
 When set to <SAMP>`on'</SAMP>, Readline will try to enable the application
 keypad when it is called.  Some systems need this to enable the
 arrow keys.  The default is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>expand-tilde</CODE>
-<DD><A NAME="IDX294"></A>
+<DD><A NAME="IDX295"></A>
 If set to <SAMP>`on'</SAMP>, tilde expansion is performed when Readline
 attempts word completion.  The default is <SAMP>`off'</SAMP>.
 <P>
 
-<A NAME="IDX295"></A>
+<A NAME="IDX296"></A>
 If set to <SAMP>`on'</SAMP>, the history code attempts to place point at the
 same location on each history line retrieved with <CODE>previous-history</CODE>
 or <CODE>next-history</CODE>.
 </P><P>
 
 <DT><CODE>horizontal-scroll-mode</CODE>
-<DD><A NAME="IDX296"></A>
+<DD><A NAME="IDX297"></A>
 This variable can be set to either <SAMP>`on'</SAMP> or <SAMP>`off'</SAMP>.  Setting it
 to <SAMP>`on'</SAMP> means that the text of the lines being edited will scroll
 horizontally on a single screen line when they are longer than the width
@@ -9018,8 +9051,8 @@ this variable is set to <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>input-meta</CODE>
-<DD><A NAME="IDX297"></A>
-<A NAME="IDX298"></A>
+<DD><A NAME="IDX298"></A>
+<A NAME="IDX299"></A>
 If set to <SAMP>`on'</SAMP>, Readline will enable eight-bit input (it
 will not clear the eighth bit in the characters it reads),
 regardless of what the terminal claims it can support.  The
@@ -9028,7 +9061,7 @@ synonym for this variable.
 <P>
 
 <DT><CODE>isearch-terminators</CODE>
-<DD><A NAME="IDX299"></A>
+<DD><A NAME="IDX300"></A>
 The string of characters that should terminate an incremental search without
 subsequently executing the character as a command (see section <A HREF="bashref.html#SEC98">8.2.5 Searching for Commands in the History</A>).
 If this variable has not been given a value, the characters <KBD>ESC</KBD> and
@@ -9036,7 +9069,7 @@ If this variable has not been given a value, the characters <KBD>ESC</KBD> and
 <P>
 
 <DT><CODE>keymap</CODE>
-<DD><A NAME="IDX300"></A>
+<DD><A NAME="IDX301"></A>
 Sets Readline's idea of the current keymap for key binding commands.
 Acceptable <CODE>keymap</CODE> names are
 <CODE>emacs</CODE>,
@@ -9059,14 +9092,14 @@ appended.  The default is <SAMP>`on'</SAMP>.
 <P>
 
 <DT><CODE>mark-modified-lines</CODE>
-<DD><A NAME="IDX301"></A>
+<DD><A NAME="IDX302"></A>
 This variable, when set to <SAMP>`on'</SAMP>, causes Readline to display an
 asterisk (<SAMP>`*'</SAMP>) at the start of history lines which have been modified.
 This variable is <SAMP>`off'</SAMP> by default.
 <P>
 
 <DT><CODE>mark-symlinked-directories</CODE>
-<DD><A NAME="IDX302"></A>
+<DD><A NAME="IDX303"></A>
 If set to <SAMP>`on'</SAMP>, completed names which are symbolic links
 to directories have a slash appended (subject to the value of
 <CODE>mark-directories</CODE>).
@@ -9074,7 +9107,7 @@ The default is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>match-hidden-files</CODE>
-<DD><A NAME="IDX303"></A>
+<DD><A NAME="IDX304"></A>
 This variable, when set to <SAMP>`on'</SAMP>, causes Readline to match files whose
 names begin with a <SAMP>`.'</SAMP> (hidden files) when performing filename
 completion, unless the leading <SAMP>`.'</SAMP> is
@@ -9083,14 +9116,14 @@ This variable is <SAMP>`on'</SAMP> by default.
 <P>
 
 <DT><CODE>output-meta</CODE>
-<DD><A NAME="IDX304"></A>
+<DD><A NAME="IDX305"></A>
 If set to <SAMP>`on'</SAMP>, Readline will display characters with the
 eighth bit set directly rather than as a meta-prefixed escape
 sequence.  The default is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>page-completions</CODE>
-<DD><A NAME="IDX305"></A>
+<DD><A NAME="IDX306"></A>
 If set to <SAMP>`on'</SAMP>, Readline uses an internal <CODE>more</CODE>-like pager
 to display a screenful of possible completions at a time.
 This variable is <SAMP>`on'</SAMP> by default.
@@ -9103,7 +9136,7 @@ The default is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>show-all-if-ambiguous</CODE>
-<DD><A NAME="IDX306"></A>
+<DD><A NAME="IDX307"></A>
 This alters the default behavior of the completion functions.  If
 set to <SAMP>`on'</SAMP>, 
 words which have more than one possible completion cause the
@@ -9112,7 +9145,7 @@ The default value is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>show-all-if-unmodified</CODE>
-<DD><A NAME="IDX307"></A>
+<DD><A NAME="IDX308"></A>
 This alters the default behavior of the completion functions in
 a fashion similar to <VAR>show-all-if-ambiguous</VAR>.
 If set to <SAMP>`on'</SAMP>, 
@@ -9124,7 +9157,7 @@ The default value is <SAMP>`off'</SAMP>.
 <P>
 
 <DT><CODE>visible-stats</CODE>
-<DD><A NAME="IDX308"></A>
+<DD><A NAME="IDX309"></A>
 If set to <SAMP>`on'</SAMP>, a character denoting a file's type
 is appended to the filename when listing possible
 completions.  The default is <SAMP>`off'</SAMP>.
@@ -9546,54 +9579,54 @@ The text between the point and mark is referred to as the <EM>region</EM>.
 <H3> 8.4.1 Commands For Moving </H3>
 <!--docid::SEC104::-->
 <DL COMPACT>
-<A NAME="IDX309"></A>
+<A NAME="IDX310"></A>
 <DT><CODE>beginning-of-line (C-a)</CODE>
-<DD><A NAME="IDX310"></A>
+<DD><A NAME="IDX311"></A>
 Move to the start of the current line.
 <P>
 
-<A NAME="IDX311"></A>
+<A NAME="IDX312"></A>
 <DT><CODE>end-of-line (C-e)</CODE>
-<DD><A NAME="IDX312"></A>
+<DD><A NAME="IDX313"></A>
 Move to the end of the line.
 <P>
 
-<A NAME="IDX313"></A>
+<A NAME="IDX314"></A>
 <DT><CODE>forward-char (C-f)</CODE>
-<DD><A NAME="IDX314"></A>
+<DD><A NAME="IDX315"></A>
 Move forward a character.
 <P>
 
-<A NAME="IDX315"></A>
+<A NAME="IDX316"></A>
 <DT><CODE>backward-char (C-b)</CODE>
-<DD><A NAME="IDX316"></A>
+<DD><A NAME="IDX317"></A>
 Move back a character.
 <P>
 
-<A NAME="IDX317"></A>
+<A NAME="IDX318"></A>
 <DT><CODE>forward-word (M-f)</CODE>
-<DD><A NAME="IDX318"></A>
+<DD><A NAME="IDX319"></A>
 Move forward to the end of the next word.  Words are composed of
 letters and digits.
 <P>
 
-<A NAME="IDX319"></A>
+<A NAME="IDX320"></A>
 <DT><CODE>backward-word (M-b)</CODE>
-<DD><A NAME="IDX320"></A>
+<DD><A NAME="IDX321"></A>
 Move back to the start of the current or previous word.  Words are
 composed of letters and digits.
 <P>
 
-<A NAME="IDX321"></A>
+<A NAME="IDX322"></A>
 <DT><CODE>clear-screen (C-l)</CODE>
-<DD><A NAME="IDX322"></A>
+<DD><A NAME="IDX323"></A>
 Clear the screen and redraw the current line,
 leaving the current line at the top of the screen.
 <P>
 
-<A NAME="IDX323"></A>
+<A NAME="IDX324"></A>
 <DT><CODE>redraw-current-line ()</CODE>
-<DD><A NAME="IDX324"></A>
+<DD><A NAME="IDX325"></A>
 Refresh the current line.  By default, this is unbound.
 <P>
 
@@ -9619,9 +9652,9 @@ Refresh the current line.  By default, this is unbound.
 <P>
 
 <DL COMPACT>
-<A NAME="IDX325"></A>
+<A NAME="IDX326"></A>
 <DT><CODE>accept-line (Newline or Return)</CODE>
-<DD><A NAME="IDX326"></A>
+<DD><A NAME="IDX327"></A>
 Accept the line regardless of where the cursor is.
 If this line is
 non-empty, add it to the history list according to the setting of
@@ -9630,97 +9663,101 @@ If this line is a modified history line, then restore the history line
 to its original state.
 <P>
 
-<A NAME="IDX327"></A>
+<A NAME="IDX328"></A>
 <DT><CODE>previous-history (C-p)</CODE>
-<DD><A NAME="IDX328"></A>
+<DD><A NAME="IDX329"></A>
 Move `back' through the history list, fetching the previous command.
 <P>
 
-<A NAME="IDX329"></A>
+<A NAME="IDX330"></A>
 <DT><CODE>next-history (C-n)</CODE>
-<DD><A NAME="IDX330"></A>
+<DD><A NAME="IDX331"></A>
 Move `forward' through the history list, fetching the next command.
 <P>
 
-<A NAME="IDX331"></A>
+<A NAME="IDX332"></A>
 <DT><CODE>beginning-of-history (M-&#60;)</CODE>
-<DD><A NAME="IDX332"></A>
+<DD><A NAME="IDX333"></A>
 Move to the first line in the history.
 <P>
 
-<A NAME="IDX333"></A>
+<A NAME="IDX334"></A>
 <DT><CODE>end-of-history (M-&#62;)</CODE>
-<DD><A NAME="IDX334"></A>
+<DD><A NAME="IDX335"></A>
 Move to the end of the input history, i.e., the line currently
 being entered.
 <P>
 
-<A NAME="IDX335"></A>
+<A NAME="IDX336"></A>
 <DT><CODE>reverse-search-history (C-r)</CODE>
-<DD><A NAME="IDX336"></A>
+<DD><A NAME="IDX337"></A>
 Search backward starting at the current line and moving `up' through
 the history as necessary.  This is an incremental search.
 <P>
 
-<A NAME="IDX337"></A>
+<A NAME="IDX338"></A>
 <DT><CODE>forward-search-history (C-s)</CODE>
-<DD><A NAME="IDX338"></A>
+<DD><A NAME="IDX339"></A>
 Search forward starting at the current line and moving `down' through
 the the history as necessary.  This is an incremental search.
 <P>
 
-<A NAME="IDX339"></A>
+<A NAME="IDX340"></A>
 <DT><CODE>non-incremental-reverse-search-history (M-p)</CODE>
-<DD><A NAME="IDX340"></A>
+<DD><A NAME="IDX341"></A>
 Search backward starting at the current line and moving `up'
 through the history as necessary using a non-incremental search
 for a string supplied by the user.
 <P>
 
-<A NAME="IDX341"></A>
+<A NAME="IDX342"></A>
 <DT><CODE>non-incremental-forward-search-history (M-n)</CODE>
-<DD><A NAME="IDX342"></A>
+<DD><A NAME="IDX343"></A>
 Search forward starting at the current line and moving `down'
 through the the history as necessary using a non-incremental search
 for a string supplied by the user.
 <P>
 
-<A NAME="IDX343"></A>
+<A NAME="IDX344"></A>
 <DT><CODE>history-search-forward ()</CODE>
-<DD><A NAME="IDX344"></A>
+<DD><A NAME="IDX345"></A>
 Search forward through the history for the string of characters
 between the start of the current line and the point.
 This is a non-incremental search.
 By default, this command is unbound.
 <P>
 
-<A NAME="IDX345"></A>
+<A NAME="IDX346"></A>
 <DT><CODE>history-search-backward ()</CODE>
-<DD><A NAME="IDX346"></A>
+<DD><A NAME="IDX347"></A>
 Search backward through the history for the string of characters
 between the start of the current line and the point.  This
 is a non-incremental search.  By default, this command is unbound.
 <P>
 
-<A NAME="IDX347"></A>
+<A NAME="IDX348"></A>
 <DT><CODE>yank-nth-arg (M-C-y)</CODE>
-<DD><A NAME="IDX348"></A>
+<DD><A NAME="IDX349"></A>
 Insert the first argument to the previous command (usually
 the second word on the previous line) at point.
 With an argument <VAR>n</VAR>,
 insert the <VAR>n</VAR>th word from the previous command (the words
 in the previous command begin with word 0).  A negative argument
 inserts the <VAR>n</VAR>th word from the end of the previous command.
+Once the argument <VAR>n</VAR> is computed, the argument is extracted
+as if the <SAMP>`!<VAR>n</VAR>'</SAMP> history expansion had been specified.
 <P>
 
-<A NAME="IDX349"></A>
+<A NAME="IDX350"></A>
 <DT><CODE>yank-last-arg (M-. or M-_)</CODE>
-<DD><A NAME="IDX350"></A>
+<DD><A NAME="IDX351"></A>
 Insert last argument to the previous command (the last word of the
 previous history entry).  With an
 argument, behave exactly like <CODE>yank-nth-arg</CODE>.
 Successive calls to <CODE>yank-last-arg</CODE> move back through the history
 list, inserting the last argument of each line in turn.
+The history expansion facilities are used to extract the last argument,
+as if the <SAMP>`!$'</SAMP> history expansion had been specified.
 <P>
 
 </DL>
@@ -9745,46 +9782,46 @@ list, inserting the last argument of each line in turn.
 <P>
 
 <DL COMPACT>
-<A NAME="IDX351"></A>
+<A NAME="IDX352"></A>
 <DT><CODE>delete-char (C-d)</CODE>
-<DD><A NAME="IDX352"></A>
+<DD><A NAME="IDX353"></A>
 Delete the character at point.  If point is at the
 beginning of the line, there are no characters in the line, and
 the last character typed was not bound to <CODE>delete-char</CODE>, then
 return EOF.
 <P>
 
-<A NAME="IDX353"></A>
+<A NAME="IDX354"></A>
 <DT><CODE>backward-delete-char (Rubout)</CODE>
-<DD><A NAME="IDX354"></A>
+<DD><A NAME="IDX355"></A>
 Delete the character behind the cursor.  A numeric argument means
 to kill the characters instead of deleting them.
 <P>
 
-<A NAME="IDX355"></A>
+<A NAME="IDX356"></A>
 <DT><CODE>forward-backward-delete-char ()</CODE>
-<DD><A NAME="IDX356"></A>
+<DD><A NAME="IDX357"></A>
 Delete the character under the cursor, unless the cursor is at the
 end of the line, in which case the character behind the cursor is
 deleted.  By default, this is not bound to a key.
 <P>
 
-<A NAME="IDX357"></A>
+<A NAME="IDX358"></A>
 <DT><CODE>quoted-insert (C-q or C-v)</CODE>
-<DD><A NAME="IDX358"></A>
+<DD><A NAME="IDX359"></A>
 Add the next character typed to the line verbatim.  This is
 how to insert key sequences like <KBD>C-q</KBD>, for example.
 <P>
 
-<A NAME="IDX359"></A>
+<A NAME="IDX360"></A>
 <DT><CODE>self-insert (a, b, A, 1, !, <small>...</small>)</CODE>
-<DD><A NAME="IDX360"></A>
+<DD><A NAME="IDX361"></A>
 Insert yourself.
 <P>
 
-<A NAME="IDX361"></A>
+<A NAME="IDX362"></A>
 <DT><CODE>transpose-chars (C-t)</CODE>
-<DD><A NAME="IDX362"></A>
+<DD><A NAME="IDX363"></A>
 Drag the character before the cursor forward over
 the character at the cursor, moving the
 cursor forward as well.  If the insertion point
@@ -9793,39 +9830,39 @@ transposes the last two characters of the line.
 Negative arguments have no effect.
 <P>
 
-<A NAME="IDX363"></A>
+<A NAME="IDX364"></A>
 <DT><CODE>transpose-words (M-t)</CODE>
-<DD><A NAME="IDX364"></A>
+<DD><A NAME="IDX365"></A>
 Drag the word before point past the word after point,
 moving point past that word as well.
 If the insertion point is at the end of the line, this transposes
 the last two words on the line.
 <P>
 
-<A NAME="IDX365"></A>
+<A NAME="IDX366"></A>
 <DT><CODE>upcase-word (M-u)</CODE>
-<DD><A NAME="IDX366"></A>
+<DD><A NAME="IDX367"></A>
 Uppercase the current (or following) word.  With a negative argument,
 uppercase the previous word, but do not move the cursor.
 <P>
 
-<A NAME="IDX367"></A>
+<A NAME="IDX368"></A>
 <DT><CODE>downcase-word (M-l)</CODE>
-<DD><A NAME="IDX368"></A>
+<DD><A NAME="IDX369"></A>
 Lowercase the current (or following) word.  With a negative argument,
 lowercase the previous word, but do not move the cursor.
 <P>
 
-<A NAME="IDX369"></A>
+<A NAME="IDX370"></A>
 <DT><CODE>capitalize-word (M-c)</CODE>
-<DD><A NAME="IDX370"></A>
+<DD><A NAME="IDX371"></A>
 Capitalize the current (or following) word.  With a negative argument,
 capitalize the previous word, but do not move the cursor.
 <P>
 
-<A NAME="IDX371"></A>
+<A NAME="IDX372"></A>
 <DT><CODE>overwrite-mode ()</CODE>
-<DD><A NAME="IDX372"></A>
+<DD><A NAME="IDX373"></A>
 Toggle overwrite mode.  With an explicit positive numeric argument,
 switches to overwrite mode.  With an explicit non-positive numeric
 argument, switches to insert mode.  This command affects only
@@ -9865,106 +9902,106 @@ By default, this command is unbound.
 
 <DL COMPACT>
 
-<A NAME="IDX373"></A>
+<A NAME="IDX374"></A>
 <DT><CODE>kill-line (C-k)</CODE>
-<DD><A NAME="IDX374"></A>
+<DD><A NAME="IDX375"></A>
 Kill the text from point to the end of the line.
 <P>
 
-<A NAME="IDX375"></A>
+<A NAME="IDX376"></A>
 <DT><CODE>backward-kill-line (C-x Rubout)</CODE>
-<DD><A NAME="IDX376"></A>
+<DD><A NAME="IDX377"></A>
 Kill backward to the beginning of the line.
 <P>
 
-<A NAME="IDX377"></A>
+<A NAME="IDX378"></A>
 <DT><CODE>unix-line-discard (C-u)</CODE>
-<DD><A NAME="IDX378"></A>
+<DD><A NAME="IDX379"></A>
 Kill backward from the cursor to the beginning of the current line.
 <P>
 
-<A NAME="IDX379"></A>
+<A NAME="IDX380"></A>
 <DT><CODE>kill-whole-line ()</CODE>
-<DD><A NAME="IDX380"></A>
+<DD><A NAME="IDX381"></A>
 Kill all characters on the current line, no matter where point is.
 By default, this is unbound.
 <P>
 
-<A NAME="IDX381"></A>
+<A NAME="IDX382"></A>
 <DT><CODE>kill-word (M-d)</CODE>
-<DD><A NAME="IDX382"></A>
+<DD><A NAME="IDX383"></A>
 Kill from point to the end of the current word, or if between
 words, to the end of the next word.
 Word boundaries are the same as <CODE>forward-word</CODE>.
 <P>
 
-<A NAME="IDX383"></A>
+<A NAME="IDX384"></A>
 <DT><CODE>backward-kill-word (M-<KBD>DEL</KBD>)</CODE>
-<DD><A NAME="IDX384"></A>
+<DD><A NAME="IDX385"></A>
 Kill the word behind point.
 Word boundaries are the same as <CODE>backward-word</CODE>.
 <P>
 
-<A NAME="IDX385"></A>
+<A NAME="IDX386"></A>
 <DT><CODE>unix-word-rubout (C-w)</CODE>
-<DD><A NAME="IDX386"></A>
+<DD><A NAME="IDX387"></A>
 Kill the word behind point, using white space as a word boundary.
 The killed text is saved on the kill-ring.
 <P>
 
-<A NAME="IDX387"></A>
+<A NAME="IDX388"></A>
 <DT><CODE>unix-filename-rubout ()</CODE>
-<DD><A NAME="IDX388"></A>
+<DD><A NAME="IDX389"></A>
 Kill the word behind point, using white space and the slash character
 as the word boundaries.
 The killed text is saved on the kill-ring.
 <P>
 
-<A NAME="IDX389"></A>
+<A NAME="IDX390"></A>
 <DT><CODE>delete-horizontal-space ()</CODE>
-<DD><A NAME="IDX390"></A>
+<DD><A NAME="IDX391"></A>
 Delete all spaces and tabs around point.  By default, this is unbound.
 <P>
 
-<A NAME="IDX391"></A>
+<A NAME="IDX392"></A>
 <DT><CODE>kill-region ()</CODE>
-<DD><A NAME="IDX392"></A>
+<DD><A NAME="IDX393"></A>
 Kill the text in the current region.
 By default, this command is unbound.
 <P>
 
-<A NAME="IDX393"></A>
+<A NAME="IDX394"></A>
 <DT><CODE>copy-region-as-kill ()</CODE>
-<DD><A NAME="IDX394"></A>
+<DD><A NAME="IDX395"></A>
 Copy the text in the region to the kill buffer, so it can be yanked
 right away.  By default, this command is unbound.
 <P>
 
-<A NAME="IDX395"></A>
+<A NAME="IDX396"></A>
 <DT><CODE>copy-backward-word ()</CODE>
-<DD><A NAME="IDX396"></A>
+<DD><A NAME="IDX397"></A>
 Copy the word before point to the kill buffer.
 The word boundaries are the same as <CODE>backward-word</CODE>.
 By default, this command is unbound.
 <P>
 
-<A NAME="IDX397"></A>
+<A NAME="IDX398"></A>
 <DT><CODE>copy-forward-word ()</CODE>
-<DD><A NAME="IDX398"></A>
+<DD><A NAME="IDX399"></A>
 Copy the word following point to the kill buffer.
 The word boundaries are the same as <CODE>forward-word</CODE>.
 By default, this command is unbound.
 <P>
 
-<A NAME="IDX399"></A>
+<A NAME="IDX400"></A>
 <DT><CODE>yank (C-y)</CODE>
-<DD><A NAME="IDX400"></A>
+<DD><A NAME="IDX401"></A>
 Yank the top of the kill ring into the buffer at point.
 <P>
 
-<A NAME="IDX401"></A>
+<A NAME="IDX402"></A>
 <DT><CODE>yank-pop (M-y)</CODE>
-<DD><A NAME="IDX402"></A>
+<DD><A NAME="IDX403"></A>
 Rotate the kill-ring, and yank the new top.  You can only do this if
 the prior command is <CODE>yank</CODE> or <CODE>yank-pop</CODE>.
 </DL>
@@ -9988,16 +10025,16 @@ the prior command is <CODE>yank</CODE> or <CODE>yank-pop</CODE>.
 <!--docid::SEC108::-->
 <DL COMPACT>
 
-<A NAME="IDX403"></A>
+<A NAME="IDX404"></A>
 <DT><CODE>digit-argument (<KBD>M-0</KBD>, <KBD>M-1</KBD>, <small>...</small> <KBD>M--</KBD>)</CODE>
-<DD><A NAME="IDX404"></A>
+<DD><A NAME="IDX405"></A>
 Add this digit to the argument already accumulating, or start a new
 argument.  <KBD>M--</KBD> starts a negative argument.
 <P>
 
-<A NAME="IDX405"></A>
+<A NAME="IDX406"></A>
 <DT><CODE>universal-argument ()</CODE>
-<DD><A NAME="IDX406"></A>
+<DD><A NAME="IDX407"></A>
 This is another way to specify an argument.
 If this command is followed by one or more digits, optionally with a
 leading minus sign, those digits define the argument.
@@ -10032,9 +10069,9 @@ By default, this is not bound to a key.
 <P>
 
 <DL COMPACT>
-<A NAME="IDX407"></A>
+<A NAME="IDX408"></A>
 <DT><CODE>complete (<KBD>TAB</KBD>)</CODE>
-<DD><A NAME="IDX408"></A>
+<DD><A NAME="IDX409"></A>
 Attempt to perform completion on the text before point.
 The actual completion performed is application-specific.
 Bash attempts completion treating the text as a variable (if the
@@ -10044,22 +10081,22 @@ command (including aliases and functions) in turn.  If none
 of these produces a match, filename completion is attempted.
 <P>
 
-<A NAME="IDX409"></A>
+<A NAME="IDX410"></A>
 <DT><CODE>possible-completions (M-?)</CODE>
-<DD><A NAME="IDX410"></A>
+<DD><A NAME="IDX411"></A>
 List the possible completions of the text before point.
 <P>
 
-<A NAME="IDX411"></A>
+<A NAME="IDX412"></A>
 <DT><CODE>insert-completions (M-*)</CODE>
-<DD><A NAME="IDX412"></A>
+<DD><A NAME="IDX413"></A>
 Insert all completions of the text before point that would have
 been generated by <CODE>possible-completions</CODE>.
 <P>
 
-<A NAME="IDX413"></A>
+<A NAME="IDX414"></A>
 <DT><CODE>menu-complete ()</CODE>
-<DD><A NAME="IDX414"></A>
+<DD><A NAME="IDX415"></A>
 Similar to <CODE>complete</CODE>, but replaces the word to be completed
 with a single match from the list of possible completions.
 Repeated execution of <CODE>menu-complete</CODE> steps through the list
@@ -10074,9 +10111,9 @@ This command is intended to be bound to <KBD>TAB</KBD>, but is unbound
 by default.
 <P>
 
-<A NAME="IDX415"></A>
+<A NAME="IDX416"></A>
 <DT><CODE>delete-char-or-list ()</CODE>
-<DD><A NAME="IDX416"></A>
+<DD><A NAME="IDX417"></A>
 Deletes the character under the cursor if not at the beginning or
 end of the line (like <CODE>delete-char</CODE>).
 If at the end of the line, behaves identically to
@@ -10084,64 +10121,64 @@ If at the end of the line, behaves identically to
 This command is unbound by default.
 <P>
 
-<A NAME="IDX417"></A>
+<A NAME="IDX418"></A>
 <DT><CODE>complete-filename (M-/)</CODE>
-<DD><A NAME="IDX418"></A>
+<DD><A NAME="IDX419"></A>
 Attempt filename completion on the text before point.
 <P>
 
-<A NAME="IDX419"></A>
+<A NAME="IDX420"></A>
 <DT><CODE>possible-filename-completions (C-x /)</CODE>
-<DD><A NAME="IDX420"></A>
+<DD><A NAME="IDX421"></A>
 List the possible completions of the text before point,
 treating it as a filename.
 <P>
 
-<A NAME="IDX421"></A>
+<A NAME="IDX422"></A>
 <DT><CODE>complete-username (M-~)</CODE>
-<DD><A NAME="IDX422"></A>
+<DD><A NAME="IDX423"></A>
 Attempt completion on the text before point, treating
 it as a username.
 <P>
 
-<A NAME="IDX423"></A>
+<A NAME="IDX424"></A>
 <DT><CODE>possible-username-completions (C-x ~)</CODE>
-<DD><A NAME="IDX424"></A>
+<DD><A NAME="IDX425"></A>
 List the possible completions of the text before point,
 treating it as a username.
 <P>
 
-<A NAME="IDX425"></A>
+<A NAME="IDX426"></A>
 <DT><CODE>complete-variable (M-$)</CODE>
-<DD><A NAME="IDX426"></A>
+<DD><A NAME="IDX427"></A>
 Attempt completion on the text before point, treating
 it as a shell variable.
 <P>
 
-<A NAME="IDX427"></A>
+<A NAME="IDX428"></A>
 <DT><CODE>possible-variable-completions (C-x $)</CODE>
-<DD><A NAME="IDX428"></A>
+<DD><A NAME="IDX429"></A>
 List the possible completions of the text before point,
 treating it as a shell variable.
 <P>
 
-<A NAME="IDX429"></A>
+<A NAME="IDX430"></A>
 <DT><CODE>complete-hostname (M-@)</CODE>
-<DD><A NAME="IDX430"></A>
+<DD><A NAME="IDX431"></A>
 Attempt completion on the text before point, treating
 it as a hostname.
 <P>
 
-<A NAME="IDX431"></A>
+<A NAME="IDX432"></A>
 <DT><CODE>possible-hostname-completions (C-x @)</CODE>
-<DD><A NAME="IDX432"></A>
+<DD><A NAME="IDX433"></A>
 List the possible completions of the text before point,
 treating it as a hostname.
 <P>
 
-<A NAME="IDX433"></A>
+<A NAME="IDX434"></A>
 <DT><CODE>complete-command (M-!)</CODE>
-<DD><A NAME="IDX434"></A>
+<DD><A NAME="IDX435"></A>
 Attempt completion on the text before point, treating
 it as a command name.  Command completion attempts to
 match the text against aliases, reserved words, shell
@@ -10149,24 +10186,24 @@ functions, shell builtins, and finally executable filenames,
 in that order.
 <P>
 
-<A NAME="IDX435"></A>
+<A NAME="IDX436"></A>
 <DT><CODE>possible-command-completions (C-x !)</CODE>
-<DD><A NAME="IDX436"></A>
+<DD><A NAME="IDX437"></A>
 List the possible completions of the text before point,
 treating it as a command name.
 <P>
 
-<A NAME="IDX437"></A>
+<A NAME="IDX438"></A>
 <DT><CODE>dynamic-complete-history (M-<KBD>TAB</KBD>)</CODE>
-<DD><A NAME="IDX438"></A>
+<DD><A NAME="IDX439"></A>
 Attempt completion on the text before point, comparing
 the text against lines from the history list for possible
 completion matches.
 <P>
 
-<A NAME="IDX439"></A>
+<A NAME="IDX440"></A>
 <DT><CODE>complete-into-braces (M-{)</CODE>
-<DD><A NAME="IDX440"></A>
+<DD><A NAME="IDX441"></A>
 Perform filename completion and insert the list of possible completions
 enclosed within braces so the list is available to the shell
 (see section <A HREF="bashref.html#SEC28">3.5.1 Brace Expansion</A>).
@@ -10193,22 +10230,22 @@ enclosed within braces so the list is available to the shell
 <!--docid::SEC110::-->
 <DL COMPACT>
 
-<A NAME="IDX441"></A>
+<A NAME="IDX442"></A>
 <DT><CODE>start-kbd-macro (C-x ()</CODE>
-<DD><A NAME="IDX442"></A>
+<DD><A NAME="IDX443"></A>
 Begin saving the characters typed into the current keyboard macro.
 <P>
 
-<A NAME="IDX443"></A>
+<A NAME="IDX444"></A>
 <DT><CODE>end-kbd-macro (C-x ))</CODE>
-<DD><A NAME="IDX444"></A>
+<DD><A NAME="IDX445"></A>
 Stop saving the characters typed into the current keyboard macro
 and save the definition.
 <P>
 
-<A NAME="IDX445"></A>
+<A NAME="IDX446"></A>
 <DT><CODE>call-last-kbd-macro (C-x e)</CODE>
-<DD><A NAME="IDX446"></A>
+<DD><A NAME="IDX447"></A>
 Re-execute the last keyboard macro defined, by making the characters
 in the macro appear as if typed at the keyboard.
 <P>
@@ -10234,87 +10271,87 @@ in the macro appear as if typed at the keyboard.
 <!--docid::SEC111::-->
 <DL COMPACT>
 
-<A NAME="IDX447"></A>
+<A NAME="IDX448"></A>
 <DT><CODE>re-read-init-file (C-x C-r)</CODE>
-<DD><A NAME="IDX448"></A>
+<DD><A NAME="IDX449"></A>
 Read in the contents of the <VAR>inputrc</VAR> file, and incorporate
 any bindings or variable assignments found there.
 <P>
 
-<A NAME="IDX449"></A>
+<A NAME="IDX450"></A>
 <DT><CODE>abort (C-g)</CODE>
-<DD><A NAME="IDX450"></A>
+<DD><A NAME="IDX451"></A>
 Abort the current editing command and
 ring the terminal's bell (subject to the setting of
 <CODE>bell-style</CODE>).
 <P>
 
-<A NAME="IDX451"></A>
+<A NAME="IDX452"></A>
 <DT><CODE>do-uppercase-version (M-a, M-b, M-<VAR>x</VAR>, <small>...</small>)</CODE>
-<DD><A NAME="IDX452"></A>
+<DD><A NAME="IDX453"></A>
 If the metafied character <VAR>x</VAR> is lowercase, run the command
 that is bound to the corresponding uppercase character.
 <P>
 
-<A NAME="IDX453"></A>
+<A NAME="IDX454"></A>
 <DT><CODE>prefix-meta (<KBD>ESC</KBD>)</CODE>
-<DD><A NAME="IDX454"></A>
+<DD><A NAME="IDX455"></A>
 Metafy the next character typed.  This is for keyboards
 without a meta key.  Typing <SAMP>`<KBD>ESC</KBD> f'</SAMP> is equivalent to typing
 <KBD>M-f</KBD>.
 <P>
 
-<A NAME="IDX455"></A>
+<A NAME="IDX456"></A>
 <DT><CODE>undo (C-_ or C-x C-u)</CODE>
-<DD><A NAME="IDX456"></A>
+<DD><A NAME="IDX457"></A>
 Incremental undo, separately remembered for each line.
 <P>
 
-<A NAME="IDX457"></A>
+<A NAME="IDX458"></A>
 <DT><CODE>revert-line (M-r)</CODE>
-<DD><A NAME="IDX458"></A>
+<DD><A NAME="IDX459"></A>
 Undo all changes made to this line.  This is like executing the <CODE>undo</CODE>
 command enough times to get back to the beginning.
 <P>
 
-<A NAME="IDX459"></A>
+<A NAME="IDX460"></A>
 <DT><CODE>tilde-expand (M-&#38;)</CODE>
-<DD><A NAME="IDX460"></A>
+<DD><A NAME="IDX461"></A>
 Perform tilde expansion on the current word.
 <P>
 
-<A NAME="IDX461"></A>
+<A NAME="IDX462"></A>
 <DT><CODE>set-mark (C-@)</CODE>
-<DD><A NAME="IDX462"></A>
+<DD><A NAME="IDX463"></A>
 Set the mark to the point.  If a
 numeric argument is supplied, the mark is set to that position.
 <P>
 
-<A NAME="IDX463"></A>
+<A NAME="IDX464"></A>
 <DT><CODE>exchange-point-and-mark (C-x C-x)</CODE>
-<DD><A NAME="IDX464"></A>
+<DD><A NAME="IDX465"></A>
 Swap the point with the mark.  The current cursor position is set to
 the saved position, and the old cursor position is saved as the mark.
 <P>
 
-<A NAME="IDX465"></A>
+<A NAME="IDX466"></A>
 <DT><CODE>character-search (C-])</CODE>
-<DD><A NAME="IDX466"></A>
+<DD><A NAME="IDX467"></A>
 A character is read and point is moved to the next occurrence of that
 character.  A negative count searches for previous occurrences.
 <P>
 
-<A NAME="IDX467"></A>
+<A NAME="IDX468"></A>
 <DT><CODE>character-search-backward (M-C-])</CODE>
-<DD><A NAME="IDX468"></A>
+<DD><A NAME="IDX469"></A>
 A character is read and point is moved to the previous occurrence
 of that character.  A negative count searches for subsequent
 occurrences.
 <P>
 
-<A NAME="IDX469"></A>
+<A NAME="IDX470"></A>
 <DT><CODE>insert-comment (M-#)</CODE>
-<DD><A NAME="IDX470"></A>
+<DD><A NAME="IDX471"></A>
 Without a numeric argument, the value of the <CODE>comment-begin</CODE>
 variable is inserted at the beginning of the current line.
 If a numeric argument is supplied, this command acts as a toggle:  if
@@ -10329,115 +10366,115 @@ If a numeric argument causes the comment character to be removed, the line
 will be executed by the shell.
 <P>
 
-<A NAME="IDX471"></A>
+<A NAME="IDX472"></A>
 <DT><CODE>dump-functions ()</CODE>
-<DD><A NAME="IDX472"></A>
+<DD><A NAME="IDX473"></A>
 Print all of the functions and their key bindings to the
 Readline output stream.  If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an <VAR>inputrc</VAR> file.  This command is unbound by default.
 <P>
 
-<A NAME="IDX473"></A>
+<A NAME="IDX474"></A>
 <DT><CODE>dump-variables ()</CODE>
-<DD><A NAME="IDX474"></A>
+<DD><A NAME="IDX475"></A>
 Print all of the settable variables and their values to the
 Readline output stream.  If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an <VAR>inputrc</VAR> file.  This command is unbound by default.
 <P>
 
-<A NAME="IDX475"></A>
+<A NAME="IDX476"></A>
 <DT><CODE>dump-macros ()</CODE>
-<DD><A NAME="IDX476"></A>
+<DD><A NAME="IDX477"></A>
 Print all of the Readline key sequences bound to macros and the
 strings they output.  If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an <VAR>inputrc</VAR> file.  This command is unbound by default.
 <P>
 
-<A NAME="IDX477"></A>
+<A NAME="IDX478"></A>
 <DT><CODE>glob-complete-word (M-g)</CODE>
-<DD><A NAME="IDX478"></A>
+<DD><A NAME="IDX479"></A>
 The word before point is treated as a pattern for pathname expansion,
 with an asterisk implicitly appended.  This pattern is used to
 generate a list of matching file names for possible completions.
 <P>
 
-<A NAME="IDX479"></A>
+<A NAME="IDX480"></A>
 <DT><CODE>glob-expand-word (C-x *)</CODE>
-<DD><A NAME="IDX480"></A>
+<DD><A NAME="IDX481"></A>
 The word before point is treated as a pattern for pathname expansion,
 and the list of matching file names is inserted, replacing the word.
 If a numeric argument is supplied, a <SAMP>`*'</SAMP> is appended before
 pathname expansion.
 <P>
 
-<A NAME="IDX481"></A>
+<A NAME="IDX482"></A>
 <DT><CODE>glob-list-expansions (C-x g)</CODE>
-<DD><A NAME="IDX482"></A>
+<DD><A NAME="IDX483"></A>
 The list of expansions that would have been generated by
 <CODE>glob-expand-word</CODE> is displayed, and the line is redrawn.
 If a numeric argument is supplied, a <SAMP>`*'</SAMP> is appended before
 pathname expansion.
 <P>
 
-<A NAME="IDX483"></A>
+<A NAME="IDX484"></A>
 <DT><CODE>display-shell-version (C-x C-v)</CODE>
-<DD><A NAME="IDX484"></A>
+<DD><A NAME="IDX485"></A>
 Display version information about the current instance of Bash.
 <P>
 
-<A NAME="IDX485"></A>
+<A NAME="IDX486"></A>
 <DT><CODE>shell-expand-line (M-C-e)</CODE>
-<DD><A NAME="IDX486"></A>
+<DD><A NAME="IDX487"></A>
 Expand the line as the shell does.
 This performs alias and history expansion as well as all of the shell
 word expansions (see section <A HREF="bashref.html#SEC27">3.5 Shell Expansions</A>).
 <P>
 
-<A NAME="IDX487"></A>
+<A NAME="IDX488"></A>
 <DT><CODE>history-expand-line (M-^)</CODE>
-<DD><A NAME="IDX488"></A>
+<DD><A NAME="IDX489"></A>
 Perform history expansion on the current line.
 <P>
 
-<A NAME="IDX489"></A>
+<A NAME="IDX490"></A>
 <DT><CODE>magic-space ()</CODE>
-<DD><A NAME="IDX490"></A>
+<DD><A NAME="IDX491"></A>
 Perform history expansion on the current line and insert a space
 (see section <A HREF="bashref.html#SEC118">9.3 History Expansion</A>).
 <P>
 
-<A NAME="IDX491"></A>
+<A NAME="IDX492"></A>
 <DT><CODE>alias-expand-line ()</CODE>
-<DD><A NAME="IDX492"></A>
+<DD><A NAME="IDX493"></A>
 Perform alias expansion on the current line (see section <A HREF="bashref.html#SEC80">6.6 Aliases</A>).
 <P>
 
-<A NAME="IDX493"></A>
+<A NAME="IDX494"></A>
 <DT><CODE>history-and-alias-expand-line ()</CODE>
-<DD><A NAME="IDX494"></A>
+<DD><A NAME="IDX495"></A>
 Perform history and alias expansion on the current line.
 <P>
 
-<A NAME="IDX495"></A>
+<A NAME="IDX496"></A>
 <DT><CODE>insert-last-argument (M-. or M-_)</CODE>
-<DD><A NAME="IDX496"></A>
+<DD><A NAME="IDX497"></A>
 A synonym for <CODE>yank-last-arg</CODE>.
 <P>
 
-<A NAME="IDX497"></A>
+<A NAME="IDX498"></A>
 <DT><CODE>operate-and-get-next (C-o)</CODE>
-<DD><A NAME="IDX498"></A>
+<DD><A NAME="IDX499"></A>
 Accept the current line for execution and fetch the next line
 relative to the current line from the history for editing.  Any
 argument is ignored.
 <P>
 
-<A NAME="IDX499"></A>
+<A NAME="IDX500"></A>
 <DT><CODE>edit-and-execute-command (C-xC-e)</CODE>
-<DD><A NAME="IDX500"></A>
+<DD><A NAME="IDX501"></A>
 Invoke an editor on the current command line, and execute the result as shell
 commands.
 Bash attempts to invoke
@@ -10658,7 +10695,7 @@ facilities.
 
 <DL COMPACT>
 <DT><CODE>compgen</CODE>
-<DD><A NAME="IDX501"></A>
+<DD><A NAME="IDX502"></A>
 <TABLE><tr><td>&nbsp;</td><td class=example><pre><CODE>compgen [<VAR>option</VAR>] [<VAR>word</VAR>]</CODE>
 </pre></td></tr></table><P>
 
@@ -10684,7 +10721,7 @@ matches were generated.
 </P><P>
 
 <DT><CODE>complete</CODE>
-<DD><A NAME="IDX502"></A>
+<DD><A NAME="IDX503"></A>
 <TABLE><tr><td>&nbsp;</td><td class=example><pre><CODE>complete [-abcdefgjksuv] [-o <VAR>comp-option</VAR>] [-A <VAR>action</VAR>] [-G <VAR>globpat</VAR>] [-W <VAR>wordlist</VAR>]
 [-P <VAR>prefix</VAR>] [-S <VAR>suffix</VAR>] [-X <VAR>filterpat</VAR>] [-F <VAR>function</VAR>]
 [-C <VAR>command</VAR>] <VAR>name</VAR> [<VAR>name</VAR> <small>...</small>]</CODE>
@@ -10914,7 +10951,7 @@ an error occurs adding a completion specification.
 </P><P>
 
 </DL>
-<A NAME="IDX503"></A>
+<A NAME="IDX504"></A>
 <P>
 
 <A NAME="Using History Interactively"></A>
@@ -11055,7 +11092,7 @@ history list and history file.
 <DL COMPACT>
 
 <DT><CODE>fc</CODE>
-<DD><A NAME="IDX504"></A>
+<DD><A NAME="IDX505"></A>
 <TABLE><tr><td>&nbsp;</td><td class=example><pre><CODE>fc [-e <VAR>ename</VAR>] [-nlr] [<VAR>first</VAR>] [<VAR>last</VAR>]</CODE>
 <CODE>fc -s [<VAR>pat</VAR>=<VAR>rep</VAR>] [<VAR>command</VAR>]</CODE>
 </pre></td></tr></table><P>
@@ -11089,7 +11126,7 @@ and typing <SAMP>`r'</SAMP> re-executes the last command (see section <A HREF="b
 </P><P>
 
 <DT><CODE>history</CODE>
-<DD><A NAME="IDX505"></A>
+<DD><A NAME="IDX506"></A>
 <TABLE><tr><td>&nbsp;</td><td class=example><pre>history [<VAR>n</VAR>]
 history -c
 history -d <VAR>offset</VAR>
@@ -11259,7 +11296,7 @@ history expansion mechanism with the <CODE>histchars</CODE> variable.
 
 An event designator is a reference to a command line entry in the
 history list.
-<A NAME="IDX506"></A>
+<A NAME="IDX507"></A>
 </P><P>
 
 <DL COMPACT>
@@ -12819,7 +12856,7 @@ The SVR4.2 shell behaves differently when invoked as <CODE>jsh</CODE>
 <!--docid::SEC135::-->
 <P>
 
-<A NAME="IDX507"></A>
+<A NAME="IDX508"></A>
 <center>
  Version 1.2, November 2002
 </center>
@@ -13422,8 +13459,8 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX92"><CODE>caller</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC58">4.2 Bash Builtin Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX71"><CODE>cd</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC57">4.1 Bourne Shell Builtins</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX93"><CODE>command</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC58">4.2 Bash Builtin Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX501"><CODE>compgen</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC114">8.7 Programmable Completion Builtins</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX502"><CODE>complete</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC114">8.7 Programmable Completion Builtins</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX502"><CODE>compgen</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC114">8.7 Programmable Completion Builtins</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX503"><CODE>complete</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC114">8.7 Programmable Completion Builtins</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX72"><CODE>continue</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC57">4.1 Bourne Shell Builtins</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="bt_D"></A>D</TH><TD></TD><TD></TD></TR>
@@ -13440,7 +13477,7 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX76"><CODE>export</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC57">4.1 Bourne Shell Builtins</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="bt_F"></A>F</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX504"><CODE>fc</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC117">9.2 Bash History Builtins</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX505"><CODE>fc</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC117">9.2 Bash History Builtins</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX274"><CODE>fg</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC89">7.2 Job Control Builtins</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="bt_G"></A>G</TH><TD></TD><TD></TD></TR>
@@ -13449,7 +13486,7 @@ to permit their use in free software.
 <TR><TH><A NAME="bt_H"></A>H</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX78"><CODE>hash</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC57">4.1 Bourne Shell Builtins</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX97"><CODE>help</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC58">4.2 Bash Builtin Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX505"><CODE>history</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC117">9.2 Bash History Builtins</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX506"><CODE>history</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC117">9.2 Bash History Builtins</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="bt_J"></A>J</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX275"><CODE>jobs</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC89">7.2 Job Control Builtins</A></TD></TR>
@@ -13811,13 +13848,14 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX152"><CODE>BASH_VERSION</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX153"><CODE>BASH_VERSION</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX287"><CODE>bell-style</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX288"><CODE>bind-tty-special-chars</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_C"></A>C</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX110"><CODE>CDPATH</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX111"><CODE>CDPATH</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX154"><CODE>COLUMNS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX155"><CODE>COLUMNS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX288"><CODE>comment-begin</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX289"><CODE>comment-begin</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX156"><CODE>COMP_CWORD</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX157"><CODE>COMP_CWORD</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX158"><CODE>COMP_LINE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
@@ -13828,24 +13866,24 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX163"><CODE>COMP_WORDBREAKS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX164"><CODE>COMP_WORDS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX165"><CODE>COMP_WORDS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX289"><CODE>completion-query-items</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX290"><CODE>completion-query-items</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX166"><CODE>COMPREPLY</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX167"><CODE>COMPREPLY</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX290"><CODE>convert-meta</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX291"><CODE>convert-meta</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_D"></A>D</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX168"><CODE>DIRSTACK</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX169"><CODE>DIRSTACK</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX291"><CODE>disable-completion</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX292"><CODE>disable-completion</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_E"></A>E</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX292"><CODE>editing-mode</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX293"><CODE>editing-mode</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX170"><CODE>EMACS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX171"><CODE>EMACS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX293"><CODE>enable-keypad</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX294"><CODE>enable-keypad</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX172"><CODE>EUID</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX173"><CODE>EUID</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX294"><CODE>expand-tilde</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX295"><CODE>expand-tilde</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_F"></A>F</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX174"><CODE>FCEDIT</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
@@ -13874,14 +13912,14 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX193"><CODE>HISTFILESIZE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX194"><CODE>HISTIGNORE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX195"><CODE>HISTIGNORE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX295"><CODE>history-preserve-point</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX296"><CODE>history-preserve-point</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX196"><CODE>HISTSIZE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX197"><CODE>HISTSIZE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX198"><CODE>HISTTIMEFORMAT</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX199"><CODE>HISTTIMEFORMAT</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX112"><CODE>HOME</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX113"><CODE>HOME</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX296"><CODE>horizontal-scroll-mode</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX297"><CODE>horizontal-scroll-mode</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX200"><CODE>HOSTFILE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX201"><CODE>HOSTFILE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX202"><CODE>HOSTNAME</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
@@ -13894,13 +13932,13 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX115"><CODE>IFS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX206"><CODE>IGNOREEOF</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX207"><CODE>IGNOREEOF</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX297"><CODE>input-meta</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX298"><CODE>input-meta</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX208"><CODE>INPUTRC</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX209"><CODE>INPUTRC</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX299"><CODE>isearch-terminators</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX300"><CODE>isearch-terminators</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_K"></A>K</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX300"><CODE>keymap</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX301"><CODE>keymap</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_L"></A>L</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX210"><CODE>LANG</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
@@ -13930,10 +13968,10 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX229"><CODE>MAILCHECK</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX118"><CODE>MAILPATH</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX119"><CODE>MAILPATH</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX301"><CODE>mark-modified-lines</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX302"><CODE>mark-symlinked-directories</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX303"><CODE>match-hidden-files</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX298"><CODE>meta-flag</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX302"><CODE>mark-modified-lines</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX303"><CODE>mark-symlinked-directories</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX304"><CODE>match-hidden-files</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX299"><CODE>meta-flag</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_O"></A>O</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX230"><CODE>OLDPWD</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
@@ -13946,10 +13984,10 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX123"><CODE>OPTIND</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX234"><CODE>OSTYPE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX235"><CODE>OSTYPE</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX304"><CODE>output-meta</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX305"><CODE>output-meta</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_P"></A>P</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX305"><CODE>page-completions</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX306"><CODE>page-completions</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX124"><CODE>PATH</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX125"><CODE>PATH</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC62">5.1 Bourne Shell Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX236"><CODE>PIPESTATUS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
@@ -13986,8 +14024,8 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX259"><CODE>SHELLOPTS</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX260"><CODE>SHLVL</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX261"><CODE>SHLVL</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX306"><CODE>show-all-if-ambiguous</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX307"><CODE>show-all-if-unmodified</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX307"><CODE>show-all-if-ambiguous</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX308"><CODE>show-all-if-unmodified</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_T"></A>T</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX22"><CODE>TEXTDOMAIN</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC13">3.1.2.5 Locale-Specific Translation</A></TD></TR>
@@ -14002,7 +14040,7 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX267"><CODE>UID</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC63">5.2 Bash Variables</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="vr_V"></A>V</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX308"><CODE>visible-stats</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX309"><CODE>visible-stats</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC100">8.3.1 Readline Init File Syntax</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 </TABLE><P></P><table><tr><th valign=top>Jump to: &nbsp; </th><td><A HREF="bashref.html#vr_!" style="text-decoration:none"><b>!</b></A>
  &nbsp; 
@@ -14124,236 +14162,236 @@ to permit their use in free software.
 <TR><TD></TD><TH ALIGN=LEFT>Index Entry</TH><TH ALIGN=LEFT> Section</TH></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_A"></A>A</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX449"><CODE>abort (C-g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX450"><CODE>abort (C-g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX325"><CODE>accept-line (Newline or Return)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX451"><CODE>abort (C-g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX326"><CODE>accept-line (Newline or Return)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX491"><CODE>alias-expand-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX327"><CODE>accept-line (Newline or Return)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX492"><CODE>alias-expand-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX493"><CODE>alias-expand-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_B"></A>B</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX315"><CODE>backward-char (C-b)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX316"><CODE>backward-char (C-b)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX353"><CODE>backward-delete-char (Rubout)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX317"><CODE>backward-char (C-b)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX354"><CODE>backward-delete-char (Rubout)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX375"><CODE>backward-kill-line (C-x Rubout)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX355"><CODE>backward-delete-char (Rubout)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX376"><CODE>backward-kill-line (C-x Rubout)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX383"><CODE>backward-kill-word (M-<KBD>DEL</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX377"><CODE>backward-kill-line (C-x Rubout)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX384"><CODE>backward-kill-word (M-<KBD>DEL</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX319"><CODE>backward-word (M-b)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX385"><CODE>backward-kill-word (M-<KBD>DEL</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX320"><CODE>backward-word (M-b)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX331"><CODE>beginning-of-history (M-&#38;#60;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX321"><CODE>backward-word (M-b)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX332"><CODE>beginning-of-history (M-&#38;#60;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX309"><CODE>beginning-of-line (C-a)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX333"><CODE>beginning-of-history (M-&#38;#60;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX310"><CODE>beginning-of-line (C-a)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX311"><CODE>beginning-of-line (C-a)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_C"></A>C</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX445"><CODE>call-last-kbd-macro (C-x e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX446"><CODE>call-last-kbd-macro (C-x e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX369"><CODE>capitalize-word (M-c)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX447"><CODE>call-last-kbd-macro (C-x e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX370"><CODE>capitalize-word (M-c)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX465"><CODE>character-search (C-])</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX371"><CODE>capitalize-word (M-c)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX466"><CODE>character-search (C-])</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX467"><CODE>character-search-backward (M-C-])</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX467"><CODE>character-search (C-])</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX468"><CODE>character-search-backward (M-C-])</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX321"><CODE>clear-screen (C-l)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX469"><CODE>character-search-backward (M-C-])</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX322"><CODE>clear-screen (C-l)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX407"><CODE>complete (<KBD>TAB</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX323"><CODE>clear-screen (C-l)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX408"><CODE>complete (<KBD>TAB</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX433"><CODE>complete-command (M-!)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX409"><CODE>complete (<KBD>TAB</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX434"><CODE>complete-command (M-!)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX417"><CODE>complete-filename (M-/)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX435"><CODE>complete-command (M-!)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX418"><CODE>complete-filename (M-/)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX429"><CODE>complete-hostname (M-@)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX419"><CODE>complete-filename (M-/)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX430"><CODE>complete-hostname (M-@)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX439"><CODE>complete-into-braces (M-{)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX431"><CODE>complete-hostname (M-@)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX440"><CODE>complete-into-braces (M-{)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX421"><CODE>complete-username (M-~)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX441"><CODE>complete-into-braces (M-{)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX422"><CODE>complete-username (M-~)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX425"><CODE>complete-variable (M-$)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX423"><CODE>complete-username (M-~)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX426"><CODE>complete-variable (M-$)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX395"><CODE>copy-backward-word ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX427"><CODE>complete-variable (M-$)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX396"><CODE>copy-backward-word ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX397"><CODE>copy-forward-word ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX397"><CODE>copy-backward-word ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX398"><CODE>copy-forward-word ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX393"><CODE>copy-region-as-kill ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX399"><CODE>copy-forward-word ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX394"><CODE>copy-region-as-kill ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX395"><CODE>copy-region-as-kill ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_D"></A>D</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX351"><CODE>delete-char (C-d)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX352"><CODE>delete-char (C-d)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX415"><CODE>delete-char-or-list ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX353"><CODE>delete-char (C-d)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX416"><CODE>delete-char-or-list ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX389"><CODE>delete-horizontal-space ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX417"><CODE>delete-char-or-list ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX390"><CODE>delete-horizontal-space ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX403"><CODE>digit-argument (<KBD>M-0</KBD>, <KBD>M-1</KBD>, &#60;small&#62;...&#60;/small&#62; <KBD>M--</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC108">8.4.5 Specifying Numeric Arguments</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX391"><CODE>delete-horizontal-space ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX404"><CODE>digit-argument (<KBD>M-0</KBD>, <KBD>M-1</KBD>, &#60;small&#62;...&#60;/small&#62; <KBD>M--</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC108">8.4.5 Specifying Numeric Arguments</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX483"><CODE>display-shell-version (C-x C-v)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX405"><CODE>digit-argument (<KBD>M-0</KBD>, <KBD>M-1</KBD>, &#60;small&#62;...&#60;/small&#62; <KBD>M--</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC108">8.4.5 Specifying Numeric Arguments</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX484"><CODE>display-shell-version (C-x C-v)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX451"><CODE>do-uppercase-version (M-a, M-b, M-<VAR>x</VAR>, &#60;small&#62;...&#60;/small&#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX485"><CODE>display-shell-version (C-x C-v)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX452"><CODE>do-uppercase-version (M-a, M-b, M-<VAR>x</VAR>, &#60;small&#62;...&#60;/small&#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX367"><CODE>downcase-word (M-l)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX453"><CODE>do-uppercase-version (M-a, M-b, M-<VAR>x</VAR>, &#60;small&#62;...&#60;/small&#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX368"><CODE>downcase-word (M-l)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX471"><CODE>dump-functions ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX369"><CODE>downcase-word (M-l)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX472"><CODE>dump-functions ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX475"><CODE>dump-macros ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX473"><CODE>dump-functions ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX476"><CODE>dump-macros ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX473"><CODE>dump-variables ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX477"><CODE>dump-macros ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX474"><CODE>dump-variables ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX437"><CODE>dynamic-complete-history (M-<KBD>TAB</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX475"><CODE>dump-variables ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX438"><CODE>dynamic-complete-history (M-<KBD>TAB</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX439"><CODE>dynamic-complete-history (M-<KBD>TAB</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_E"></A>E</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX499"><CODE>edit-and-execute-command (C-xC-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX500"><CODE>edit-and-execute-command (C-xC-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX443"><CODE>end-kbd-macro (C-x ))</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX501"><CODE>edit-and-execute-command (C-xC-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX444"><CODE>end-kbd-macro (C-x ))</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX333"><CODE>end-of-history (M-&#38;#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX445"><CODE>end-kbd-macro (C-x ))</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX334"><CODE>end-of-history (M-&#38;#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX311"><CODE>end-of-line (C-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX335"><CODE>end-of-history (M-&#38;#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX312"><CODE>end-of-line (C-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX463"><CODE>exchange-point-and-mark (C-x C-x)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX313"><CODE>end-of-line (C-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX464"><CODE>exchange-point-and-mark (C-x C-x)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX465"><CODE>exchange-point-and-mark (C-x C-x)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_F"></A>F</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX355"><CODE>forward-backward-delete-char ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX356"><CODE>forward-backward-delete-char ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX313"><CODE>forward-char (C-f)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX357"><CODE>forward-backward-delete-char ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX314"><CODE>forward-char (C-f)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX337"><CODE>forward-search-history (C-s)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX315"><CODE>forward-char (C-f)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX338"><CODE>forward-search-history (C-s)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX317"><CODE>forward-word (M-f)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX339"><CODE>forward-search-history (C-s)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX318"><CODE>forward-word (M-f)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX319"><CODE>forward-word (M-f)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_G"></A>G</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX477"><CODE>glob-complete-word (M-g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX478"><CODE>glob-complete-word (M-g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX479"><CODE>glob-expand-word (C-x *)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX479"><CODE>glob-complete-word (M-g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX480"><CODE>glob-expand-word (C-x *)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX481"><CODE>glob-list-expansions (C-x g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX481"><CODE>glob-expand-word (C-x *)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX482"><CODE>glob-list-expansions (C-x g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX483"><CODE>glob-list-expansions (C-x g)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_H"></A>H</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX493"><CODE>history-and-alias-expand-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX494"><CODE>history-and-alias-expand-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX487"><CODE>history-expand-line (M-^)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX495"><CODE>history-and-alias-expand-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX488"><CODE>history-expand-line (M-^)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX345"><CODE>history-search-backward ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX489"><CODE>history-expand-line (M-^)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX346"><CODE>history-search-backward ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX343"><CODE>history-search-forward ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX347"><CODE>history-search-backward ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX344"><CODE>history-search-forward ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX345"><CODE>history-search-forward ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_I"></A>I</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX469"><CODE>insert-comment (M-#)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX470"><CODE>insert-comment (M-#)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX411"><CODE>insert-completions (M-*)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX471"><CODE>insert-comment (M-#)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX412"><CODE>insert-completions (M-*)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX495"><CODE>insert-last-argument (M-. or M-_)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX413"><CODE>insert-completions (M-*)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX496"><CODE>insert-last-argument (M-. or M-_)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX497"><CODE>insert-last-argument (M-. or M-_)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_K"></A>K</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX373"><CODE>kill-line (C-k)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX374"><CODE>kill-line (C-k)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX391"><CODE>kill-region ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX375"><CODE>kill-line (C-k)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX392"><CODE>kill-region ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX379"><CODE>kill-whole-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX393"><CODE>kill-region ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX380"><CODE>kill-whole-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX381"><CODE>kill-word (M-d)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX381"><CODE>kill-whole-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX382"><CODE>kill-word (M-d)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX383"><CODE>kill-word (M-d)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_M"></A>M</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX489"><CODE>magic-space ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX490"><CODE>magic-space ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX413"><CODE>menu-complete ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX491"><CODE>magic-space ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX414"><CODE>menu-complete ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX415"><CODE>menu-complete ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_N"></A>N</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX329"><CODE>next-history (C-n)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX330"><CODE>next-history (C-n)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX341"><CODE>non-incremental-forward-search-history (M-n)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX331"><CODE>next-history (C-n)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX342"><CODE>non-incremental-forward-search-history (M-n)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX339"><CODE>non-incremental-reverse-search-history (M-p)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX343"><CODE>non-incremental-forward-search-history (M-n)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX340"><CODE>non-incremental-reverse-search-history (M-p)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX341"><CODE>non-incremental-reverse-search-history (M-p)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_O"></A>O</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX497"><CODE>operate-and-get-next (C-o)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX498"><CODE>operate-and-get-next (C-o)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX371"><CODE>overwrite-mode ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX499"><CODE>operate-and-get-next (C-o)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX372"><CODE>overwrite-mode ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX373"><CODE>overwrite-mode ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_P"></A>P</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX435"><CODE>possible-command-completions (C-x !)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX436"><CODE>possible-command-completions (C-x !)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX409"><CODE>possible-completions (M-?)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX437"><CODE>possible-command-completions (C-x !)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX410"><CODE>possible-completions (M-?)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX419"><CODE>possible-filename-completions (C-x /)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX411"><CODE>possible-completions (M-?)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX420"><CODE>possible-filename-completions (C-x /)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX431"><CODE>possible-hostname-completions (C-x @)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX421"><CODE>possible-filename-completions (C-x /)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX432"><CODE>possible-hostname-completions (C-x @)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX423"><CODE>possible-username-completions (C-x ~)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX433"><CODE>possible-hostname-completions (C-x @)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX424"><CODE>possible-username-completions (C-x ~)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX427"><CODE>possible-variable-completions (C-x $)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX425"><CODE>possible-username-completions (C-x ~)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX428"><CODE>possible-variable-completions (C-x $)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX453"><CODE>prefix-meta (<KBD>ESC</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX429"><CODE>possible-variable-completions (C-x $)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC109">8.4.6 Letting Readline Type For You</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX454"><CODE>prefix-meta (<KBD>ESC</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX327"><CODE>previous-history (C-p)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX455"><CODE>prefix-meta (<KBD>ESC</KBD>)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX328"><CODE>previous-history (C-p)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX329"><CODE>previous-history (C-p)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_Q"></A>Q</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX357"><CODE>quoted-insert (C-q or C-v)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX358"><CODE>quoted-insert (C-q or C-v)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX359"><CODE>quoted-insert (C-q or C-v)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_R"></A>R</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX447"><CODE>re-read-init-file (C-x C-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX448"><CODE>re-read-init-file (C-x C-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX323"><CODE>redraw-current-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX449"><CODE>re-read-init-file (C-x C-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX324"><CODE>redraw-current-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX335"><CODE>reverse-search-history (C-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX325"><CODE>redraw-current-line ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC104">8.4.1 Commands For Moving</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX336"><CODE>reverse-search-history (C-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX457"><CODE>revert-line (M-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX337"><CODE>reverse-search-history (C-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX458"><CODE>revert-line (M-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX459"><CODE>revert-line (M-r)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_S"></A>S</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX359"><CODE>self-insert (a, b, A, 1, !, &#60;small&#62;...&#60;/small&#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX360"><CODE>self-insert (a, b, A, 1, !, &#60;small&#62;...&#60;/small&#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX461"><CODE>set-mark (C-@)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX361"><CODE>self-insert (a, b, A, 1, !, &#60;small&#62;...&#60;/small&#62;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX462"><CODE>set-mark (C-@)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX485"><CODE>shell-expand-line (M-C-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX463"><CODE>set-mark (C-@)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX486"><CODE>shell-expand-line (M-C-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX441"><CODE>start-kbd-macro (C-x ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX487"><CODE>shell-expand-line (M-C-e)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX442"><CODE>start-kbd-macro (C-x ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX443"><CODE>start-kbd-macro (C-x ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC110">8.4.7 Keyboard Macros</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_T"></A>T</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX459"><CODE>tilde-expand (M-&#38;#38;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX460"><CODE>tilde-expand (M-&#38;#38;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX361"><CODE>transpose-chars (C-t)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX461"><CODE>tilde-expand (M-&#38;#38;)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX362"><CODE>transpose-chars (C-t)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX363"><CODE>transpose-words (M-t)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX363"><CODE>transpose-chars (C-t)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX364"><CODE>transpose-words (M-t)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX365"><CODE>transpose-words (M-t)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_U"></A>U</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX455"><CODE>undo (C-_ or C-x C-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX456"><CODE>undo (C-_ or C-x C-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX405"><CODE>universal-argument ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC108">8.4.5 Specifying Numeric Arguments</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX457"><CODE>undo (C-_ or C-x C-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC111">8.4.8 Some Miscellaneous Commands</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX406"><CODE>universal-argument ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC108">8.4.5 Specifying Numeric Arguments</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX387"><CODE>unix-filename-rubout ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX407"><CODE>universal-argument ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC108">8.4.5 Specifying Numeric Arguments</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX388"><CODE>unix-filename-rubout ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX377"><CODE>unix-line-discard (C-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX389"><CODE>unix-filename-rubout ()</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX378"><CODE>unix-line-discard (C-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX385"><CODE>unix-word-rubout (C-w)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX379"><CODE>unix-line-discard (C-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX386"><CODE>unix-word-rubout (C-w)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX365"><CODE>upcase-word (M-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX387"><CODE>unix-word-rubout (C-w)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX366"><CODE>upcase-word (M-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX367"><CODE>upcase-word (M-u)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC106">8.4.3 Commands For Changing Text</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="fn_Y"></A>Y</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX399"><CODE>yank (C-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX400"><CODE>yank (C-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX349"><CODE>yank-last-arg (M-. or M-_)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX401"><CODE>yank (C-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX350"><CODE>yank-last-arg (M-. or M-_)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX347"><CODE>yank-nth-arg (M-C-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX351"><CODE>yank-last-arg (M-. or M-_)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX348"><CODE>yank-nth-arg (M-C-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX401"><CODE>yank-pop (M-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX349"><CODE>yank-nth-arg (M-C-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC105">8.4.2 Commands For Manipulating The History</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX402"><CODE>yank-pop (M-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX403"><CODE>yank-pop (M-y)</CODE></A></TD><TD valign=top><A HREF="bashref.html#SEC107">8.4.4 Killing And Yanking</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 </TABLE><P></P><table><tr><th valign=top>Jump to: &nbsp; </th><td><A HREF="bashref.html#fn_A" style="text-decoration:none"><b>A</b></A>
  &nbsp; 
@@ -14519,7 +14557,7 @@ to permit their use in free software.
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#SEC78">expressions, conditional</A></TD><TD valign=top><A HREF="bashref.html#SEC78">6.4 Bash Conditional Expressions</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="cp_F"></A>F</TH><TD></TD><TD></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX507">FDL, GNU Free Documentation License</A></TD><TD valign=top><A HREF="bashref.html#SEC135">C.1 GNU Free Documentation License</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX508">FDL, GNU Free Documentation License</A></TD><TD valign=top><A HREF="bashref.html#SEC135">C.1 GNU Free Documentation License</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX5">field</A></TD><TD valign=top><A HREF="bashref.html#SEC4">2. Definitions</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX6">filename</A></TD><TD valign=top><A HREF="bashref.html#SEC4">2. Definitions</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX66">filename expansion</A></TD><TD valign=top><A HREF="bashref.html#SEC35">3.5.8 Filename Expansion</A></TD></TR>
@@ -14528,10 +14566,10 @@ to permit their use in free software.
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="cp_H"></A>H</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#SEC117">history builtins</A></TD><TD valign=top><A HREF="bashref.html#SEC117">9.2 Bash History Builtins</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX506">history events</A></TD><TD valign=top><A HREF="bashref.html#SEC119">9.3.1 Event Designators</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX507">history events</A></TD><TD valign=top><A HREF="bashref.html#SEC119">9.3.1 Event Designators</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#SEC118">history expansion</A></TD><TD valign=top><A HREF="bashref.html#SEC118">9.3 History Expansion</A></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#SEC116">history list</A></TD><TD valign=top><A HREF="bashref.html#SEC116">9.1 Bash History Facilities</A></TD></TR>
-<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX503">History, how to use</A></TD><TD valign=top><A HREF="bashref.html#SEC114">8.7 Programmable Completion Builtins</A></TD></TR>
+<TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX504">History, how to use</A></TD><TD valign=top><A HREF="bashref.html#SEC114">8.7 Programmable Completion Builtins</A></TD></TR>
 <TR><TD COLSPAN=3> <HR></TD></TR>
 <TR><TH><A NAME="cp_I"></A>I</TH><TD></TD><TD></TD></TR>
 <TR><TD></TD><TD valign=top><A HREF="bashref.html#IDX11">identifier</A></TD><TD valign=top><A HREF="bashref.html#SEC4">2. Definitions</A></TD></TR>
@@ -15059,7 +15097,7 @@ to permit their use in free software.
 <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="bashref.html#SEC_About"> ? </A>]</TD>
 </TR></TABLE>
 <H1>About this document</H1>
-This document was generated by <I>Chet Ramey</I> on <I>September, 21  2004</I>
+This document was generated by <I>Chet Ramey</I> on <I>November, 22  2004</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 <P></P>  
@@ -15221,7 +15259,7 @@ the following structure:
 <BR>  
 <FONT SIZE="-1">
 This document was generated
-by <I>Chet Ramey</I> on <I>September, 21  2004</I>
+by <I>Chet Ramey</I> on <I>November, 22  2004</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 
index e8e13898366a8cfa9dcb5196833d5d795e34842f..d659edc850e3eb771920488c5a015f5f322067f3 100644 (file)
@@ -1,11 +1,11 @@
 This is bashref.info, produced by makeinfo version 4.7 from
-/usr/homes/chet/src/bash/src/doc/bashref.texi.
+/Users/chet/src/bash/src/doc/bashref.texi.
 
    This text is a brief description of the features that are present in
-the Bash shell (version 3.0, 17 September 2004).
+the Bash shell (version 3.1-devel, 22 November 2004).
 
-   This is Edition 3.0, last updated 17 September 2004, of `The GNU
-Bash Reference Manual', for `Bash', Version 3.0.
+   This is Edition 3.1-devel, last updated 22 November 2004, of `The
+GNU Bash Reference Manual', for `Bash', Version 3.1-devel.
 
    Copyright (C) 1988-2004 Free Software Foundation, Inc.
 
@@ -37,10 +37,10 @@ Bash Features
 *************
 
 This text is a brief description of the features that are present in
-the Bash shell (version 3.0, 17 September 2004)..
+the Bash shell (version 3.1-devel, 22 November 2004)..
 
-   This is Edition 3.0, last updated 17 September 2004, of `The GNU
-Bash Reference Manual', for `Bash', Version 3.0.
+   This is Edition 3.1-devel, last updated 22 November 2004, of `The
+GNU Bash Reference Manual', for `Bash', Version 3.1-devel.
 
    Bash contains features that appear in other popular shells, and some
 features that only appear in Bash.  Some of the shells that Bash has
@@ -1046,6 +1046,18 @@ expansion is not performed.  Assignment statements may also appear as
 arguments to the `alias', `declare', `typeset', `export', `readonly',
 and `local' builtin commands.
 
+   In the context where an assignment statement is assigning a value to
+a shell variable or array index (*note Arrays::), the `+=' operator can
+be used to append to or add to the variable's previous value.  When
+`+=' is applied to a variable for which the integer attribute has been
+set, VALUE is evaluated as an arithmetic expression and added to the
+variable's current value, which is also evaluated.  When `+=' is
+applied to an array variable using compound assignment (*note
+Arrays::), the variable's value is not unset (as it is when using `='),
+and new values are appended to the array beginning at one greater than
+the array's maximum index.  When applied to a string-valued variable,
+VALUE is expanded and appended to the variable's value.
+
 \1f
 File: bashref.info,  Node: Positional Parameters,  Next: Special Parameters,  Up: Shell Parameters
 
@@ -1271,10 +1283,10 @@ without a leading `+' or `-', `+' is assumed.
 is left unchanged.
 
    Each variable assignment is checked for unquoted tilde-prefixes
-immediately following a `:' or `='.  In these cases, tilde expansion is
-also performed.  Consequently, one may use file names with tildes in
-assignments to `PATH', `MAILPATH', and `CDPATH', and the shell assigns
-the expanded value.
+immediately following a `:' or the first `='.  In these cases, tilde
+expansion is also performed.  Consequently, one may use file names with
+tildes in assignments to `PATH', `MAILPATH', and `CDPATH', and the
+shell assigns the expanded value.
 
    The following table shows how Bash treats unquoted tilde-prefixes:
 
@@ -1379,9 +1391,12 @@ if the colon is omitted, the operator tests only for existence.
      is `@', the result is LENGTH positional parameters beginning at
      OFFSET.  If PARAMETER is an array name indexed by `@' or `*', the
      result is the LENGTH members of the array beginning with
-     `${PARAMETER[OFFSET]}'.  Substring indexing is zero-based unless
-     the positional parameters are used, in which case the indexing
-     starts at 1.
+     `${PARAMETER[OFFSET]}'.  A negative OFFSET is taken relative to
+     one greater than the maximum index of the specified array.  Note
+     that a negative offset must be separated from the colon by at least
+     one space to avoid being confused with the `:-' expansion.
+     Substring indexing is zero-based unless the positional parameters
+     are used, in which case the indexing starts at 1.
 
 `${!PREFIX*}'
 `${!PREFIX@}'
@@ -1675,7 +1690,7 @@ of the following sub-patterns:
      Matches one or more occurrences of the given patterns.
 
 `@(PATTERN-LIST)'
-     Matches exactly one of the given patterns.
+     Matches one of the given patterns.
 
 `!(PATTERN-LIST)'
      Matches anything except one of the given patterns.
@@ -1753,6 +1768,10 @@ redirections, as described in the following table:
 
    A failure to open or create a file causes the redirection to fail.
 
+   Redirections using file descriptors greater than 9 should be used
+with care, as they may conflict with file descriptors the shell uses
+internally.
+
 3.6.1 Redirecting Input
 -----------------------
 
@@ -4199,7 +4218,7 @@ the single-character options to be recognized.
 
 `--dump-po-strings'
      A list of all double-quoted strings preceded by `$' is printed on
-     the standard ouput in the GNU `gettext' PO (portable object) file
+     the standard output in the GNU `gettext' PO (portable object) file
      format.  Equivalent to `-D' except for the output format.
 
 `--dump-strings'
@@ -4280,7 +4299,7 @@ invocation which are not available with the `set' builtin.
 
 `-D'
      A list of all double-quoted strings preceded by `$' is printed on
-     the standard ouput.  These are the strings that are subject to
+     the standard output.  These are the strings that are subject to
      language translation when the current locale is not `C' or `POSIX'
      (*note Locale Translation::).  This implies the `-n' option; no
      commands will be executed.
@@ -4783,7 +4802,7 @@ representing the arithmetic base, and N is a number in that base.  If
 BASE`#' is omitted, then base 10 is used.  The digits greater than 9
 are represented by the lowercase letters, the uppercase letters, `@',
 and `_', in that order.  If BASE is less than or equal to 36, lowercase
-and uppercase letters may be used interchangably to represent numbers
+and uppercase letters may be used interchangeably to represent numbers
 between 10 and 35.
 
    Operators are evaluated in order of precedence.  Sub-expressions in
@@ -5414,9 +5433,10 @@ character `%' introduces a job name.
 
    Job number `n' may be referred to as `%n'.  The symbols `%%' and
 `%+' refer to the shell's notion of the current job, which is the last
-job stopped while it was in the foreground or started in the
-background.  The previous job may be referenced using `%-'.  In output
-pertaining to jobs (e.g., the output of the `jobs' command), the
+job stopped while it was in the foreground or started in the background.
+A single `%' (with no accompanying job specification) also refers to
+the current job.  The previous job may be referenced using `%-'.  In
+output pertaining to jobs (e.g., the output of the `jobs' command), the
 current job is always flagged with a `+', and the previous job with a
 `-'.
 
@@ -5518,11 +5538,11 @@ File: bashref.info,  Node: Job Control Builtins,  Next: Job Control Variables,
      occurs or an invalid option is encountered.
 
 `wait'
-          wait [JOBSPEC or PID]
-     Wait until the child process specified by process ID PID or job
-     specification JOBSPEC exits and return the exit status of the last
-     command waited for.  If a job spec is given, all processes in the
-     job are waited for.  If no arguments are given, all currently
+          wait [JOBSPEC or PID ...]
+     Wait until the child process specified by each process ID PID or
+     job specification JOBSPEC exits and return the exit status of the
+     last command waited for.  If a job spec is given, all processes in
+     the job are waited for.  If no arguments are given, all currently
      active child processes are waited for, and the return status is
      zero.  If neither JOBSPEC nor PID specifies an active child process
      of the shell, the return status is 127.
@@ -5921,6 +5941,11 @@ Variable Settings
           one is available.  If set to `audible' (the default),
           Readline attempts to ring the terminal's bell.
 
+    `bind-tty-special-chars'
+          If set to `on', Readline attempts to bind the control
+          characters treated specially by the kernel's terminal driver
+          to their Readline equivalents.
+
     `comment-begin'
           The string to insert at the beginning of the line when the
           `insert-comment' command is executed.  The default value is
@@ -6471,14 +6496,17 @@ File: bashref.info,  Node: Commands For History,  Next: Commands For Text,  Prev
      second word on the previous line) at point.  With an argument N,
      insert the Nth word from the previous command (the words in the
      previous command begin with word 0).  A negative argument inserts
-     the Nth word from the end of the previous command.
+     the Nth word from the end of the previous command.  Once the
+     argument N is computed, the argument is extracted as if the `!N'
+     history expansion had been specified.
 
 `yank-last-arg (M-. or M-_)'
      Insert last argument to the previous command (the last word of the
      previous history entry).  With an argument, behave exactly like
      `yank-nth-arg'.  Successive calls to `yank-last-arg' move back
      through the history list, inserting the last argument of each line
-     in turn.
+     in turn.  The history expansion facilities are used to extract the
+     last argument, as if the `!$' history expansion had been specified.
 
 
 \1f
@@ -9022,32 +9050,34 @@ Parameter and Variable Index
 * BASH_VERSION:                          Bash Variables.      (line  93)
 * bell-style:                            Readline Init File Syntax.
                                                               (line  34)
+* bind-tty-special-chars:                Readline Init File Syntax.
+                                                              (line  41)
 * CDPATH:                                Bourne Shell Variables.
                                                               (line   9)
 * COLUMNS:                               Bash Variables.      (line  96)
 * comment-begin:                         Readline Init File Syntax.
-                                                              (line  41)
+                                                              (line  46)
 * COMP_CWORD:                            Bash Variables.      (line 101)
 * COMP_LINE:                             Bash Variables.      (line 107)
 * COMP_POINT:                            Bash Variables.      (line 112)
 * COMP_WORDBREAKS:                       Bash Variables.      (line 120)
 * COMP_WORDS:                            Bash Variables.      (line 126)
 * completion-query-items:                Readline Init File Syntax.
-                                                              (line  51)
+                                                              (line  56)
 * COMPREPLY:                             Bash Variables.      (line 132)
 * convert-meta:                          Readline Init File Syntax.
-                                                              (line  60)
+                                                              (line  65)
 * DIRSTACK:                              Bash Variables.      (line 137)
 * disable-completion:                    Readline Init File Syntax.
-                                                              (line  66)
-* editing-mode:                          Readline Init File Syntax.
                                                               (line  71)
+* editing-mode:                          Readline Init File Syntax.
+                                                              (line  76)
 * EMACS:                                 Bash Variables.      (line 147)
 * enable-keypad:                         Readline Init File Syntax.
-                                                              (line  77)
+                                                              (line  82)
 * EUID:                                  Bash Variables.      (line 152)
 * expand-tilde:                          Readline Init File Syntax.
-                                                              (line  82)
+                                                              (line  87)
 * FCEDIT:                                Bash Variables.      (line 156)
 * FIGNORE:                               Bash Variables.      (line 160)
 * FUNCNAME:                              Bash Variables.      (line 166)
@@ -9060,13 +9090,13 @@ Parameter and Variable Index
 * HISTFILESIZE:                          Bash Variables.      (line 227)
 * HISTIGNORE:                            Bash Variables.      (line 234)
 * history-preserve-point:                Readline Init File Syntax.
-                                                              (line  85)
+                                                              (line  90)
 * HISTSIZE:                              Bash Variables.      (line 253)
 * HISTTIMEFORMAT:                        Bash Variables.      (line 257)
 * HOME:                                  Bourne Shell Variables.
                                                               (line  13)
 * horizontal-scroll-mode:                Readline Init File Syntax.
-                                                              (line  90)
+                                                              (line  95)
 * HOSTFILE:                              Bash Variables.      (line 264)
 * HOSTNAME:                              Bash Variables.      (line 275)
 * HOSTTYPE:                              Bash Variables.      (line 278)
@@ -9074,12 +9104,12 @@ Parameter and Variable Index
                                                               (line  18)
 * IGNOREEOF:                             Bash Variables.      (line 281)
 * input-meta:                            Readline Init File Syntax.
-                                                              (line  97)
+                                                              (line 102)
 * INPUTRC:                               Bash Variables.      (line 291)
 * isearch-terminators:                   Readline Init File Syntax.
-                                                              (line 104)
+                                                              (line 109)
 * keymap:                                Readline Init File Syntax.
-                                                              (line 111)
+                                                              (line 116)
 * LANG:                                  Bash Variables.      (line 295)
 * LC_ALL:                                Bash Variables.      (line 299)
 * LC_COLLATE:                            Bash Variables.      (line 303)
@@ -9096,13 +9126,13 @@ Parameter and Variable Index
 * MAILPATH:                              Bourne Shell Variables.
                                                               (line  27)
 * mark-modified-lines:                   Readline Init File Syntax.
-                                                              (line 124)
-* mark-symlinked-directories:            Readline Init File Syntax.
                                                               (line 129)
-* match-hidden-files:                    Readline Init File Syntax.
+* mark-symlinked-directories:            Readline Init File Syntax.
                                                               (line 134)
+* match-hidden-files:                    Readline Init File Syntax.
+                                                              (line 139)
 * meta-flag:                             Readline Init File Syntax.
-                                                              (line  97)
+                                                              (line 102)
 * OLDPWD:                                Bash Variables.      (line 344)
 * OPTARG:                                Bourne Shell Variables.
                                                               (line  34)
@@ -9111,9 +9141,9 @@ Parameter and Variable Index
                                                               (line  38)
 * OSTYPE:                                Bash Variables.      (line 351)
 * output-meta:                           Readline Init File Syntax.
-                                                              (line 141)
-* page-completions:                      Readline Init File Syntax.
                                                               (line 146)
+* page-completions:                      Readline Init File Syntax.
+                                                              (line 151)
 * PATH:                                  Bourne Shell Variables.
                                                               (line  42)
 * PIPESTATUS:                            Bash Variables.      (line 354)
@@ -9134,16 +9164,16 @@ Parameter and Variable Index
 * SHELLOPTS:                             Bash Variables.      (line 409)
 * SHLVL:                                 Bash Variables.      (line 418)
 * show-all-if-ambiguous:                 Readline Init File Syntax.
-                                                              (line 156)
+                                                              (line 161)
 * show-all-if-unmodified:                Readline Init File Syntax.
-                                                              (line 162)
+                                                              (line 167)
 * TEXTDOMAIN:                            Locale Translation.  (line  11)
 * TEXTDOMAINDIR:                         Locale Translation.  (line  11)
 * TIMEFORMAT:                            Bash Variables.      (line 423)
 * TMOUT:                                 Bash Variables.      (line 461)
 * UID:                                   Bash Variables.      (line 473)
 * visible-stats:                         Readline Init File Syntax.
-                                                              (line 171)
+                                                              (line 176)
 
 \1f
 File: bashref.info,  Node: Function Index,  Next: Concept Index,  Prev: Variable Index,  Up: Top
@@ -9243,7 +9273,7 @@ Function Index
 * unix-word-rubout (C-w):                Commands For Killing. (line 28)
 * upcase-word (M-u):                     Commands For Text.    (line 38)
 * yank (C-y):                            Commands For Killing. (line 59)
-* yank-last-arg (M-. or M-_):            Commands For History. (line 63)
+* yank-last-arg (M-. or M-_):            Commands For History. (line 65)
 * yank-nth-arg (M-C-y):                  Commands For History. (line 56)
 * yank-pop (M-y):                        Commands For Killing. (line 62)
 
@@ -9409,129 +9439,129 @@ Concept Index
 
 \1f
 Tag Table:
-Node: Top\7f1363
-Node: Introduction\7f3509
-Node: What is Bash?\7f3738
-Node: What is a shell?\7f4831
-Node: Definitions\7f7372
-Node: Basic Shell Features\7f10113
-Node: Shell Syntax\7f11332
-Node: Shell Operation\7f12364
-Node: Quoting\7f13658
-Node: Escape Character\7f14932
-Node: Single Quotes\7f15417
-Node: Double Quotes\7f15765
-Node: ANSI-C Quoting\7f16791
-Node: Locale Translation\7f17747
-Node: Comments\7f18643
-Node: Shell Commands\7f19257
-Node: Simple Commands\7f20023
-Node: Pipelines\7f20654
-Node: Lists\7f22529
-Node: Compound Commands\7f24160
-Node: Looping Constructs\7f24944
-Node: Conditional Constructs\7f27391
-Node: Command Grouping\7f34458
-Node: Shell Functions\7f35907
-Node: Shell Parameters\7f40175
-Node: Positional Parameters\7f41756
-Node: Special Parameters\7f42656
-Node: Shell Expansions\7f45581
-Node: Brace Expansion\7f47506
-Node: Tilde Expansion\7f49831
-Node: Shell Parameter Expansion\7f52172
-Node: Command Substitution\7f59435
-Node: Arithmetic Expansion\7f60768
-Node: Process Substitution\7f61618
-Node: Word Splitting\7f62668
-Node: Filename Expansion\7f64129
-Node: Pattern Matching\7f66265
-Node: Quote Removal\7f69598
-Node: Redirections\7f69893
-Node: Executing Commands\7f77472
-Node: Simple Command Expansion\7f78147
-Node: Command Search and Execution\7f80077
-Node: Command Execution Environment\7f82083
-Node: Environment\7f84854
-Node: Exit Status\7f86514
-Node: Signals\7f87718
-Node: Shell Scripts\7f89682
-Node: Shell Builtin Commands\7f92200
-Node: Bourne Shell Builtins\7f93779
-Node: Bash Builtins\7f110732
-Node: The Set Builtin\7f138859
-Node: Special Builtins\7f147082
-Node: Shell Variables\7f148059
-Node: Bourne Shell Variables\7f148499
-Node: Bash Variables\7f150480
-Node: Bash Features\7f170187
-Node: Invoking Bash\7f171070
-Node: Bash Startup Files\7f176889
-Node: Interactive Shells\7f181747
-Node: What is an Interactive Shell?\7f182157
-Node: Is this Shell Interactive?\7f182807
-Node: Interactive Shell Behavior\7f183622
-Node: Bash Conditional Expressions\7f186898
-Node: Shell Arithmetic\7f190477
-Node: Aliases\7f193222
-Node: Arrays\7f195790
-Node: The Directory Stack\7f199057
-Node: Directory Stack Builtins\7f199771
-Node: Printing a Prompt\7f202662
-Node: The Restricted Shell\7f205376
-Node: Bash POSIX Mode\7f207208
-Node: Job Control\7f214541
-Node: Job Control Basics\7f215008
-Node: Job Control Builtins\7f219298
-Node: Job Control Variables\7f223641
-Node: Command Line Editing\7f224799
-Node: Introduction and Notation\7f225798
-Node: Readline Interaction\7f227420
-Node: Readline Bare Essentials\7f228611
-Node: Readline Movement Commands\7f230400
-Node: Readline Killing Commands\7f231365
-Node: Readline Arguments\7f233285
-Node: Searching\7f234329
-Node: Readline Init File\7f236515
-Node: Readline Init File Syntax\7f237574
-Node: Conditional Init Constructs\7f249227
-Node: Sample Init File\7f251760
-Node: Bindable Readline Commands\7f254877
-Node: Commands For Moving\7f256084
-Node: Commands For History\7f256945
-Node: Commands For Text\7f259846
-Node: Commands For Killing\7f262519
-Node: Numeric Arguments\7f264661
-Node: Commands For Completion\7f265800
-Node: Keyboard Macros\7f269393
-Node: Miscellaneous Commands\7f269964
-Node: Readline vi Mode\7f275275
-Node: Programmable Completion\7f276189
-Node: Programmable Completion Builtins\7f282001
-Node: Using History Interactively\7f289597
-Node: Bash History Facilities\7f290277
-Node: Bash History Builtins\7f292972
-Node: History Interaction\7f296829
-Node: Event Designators\7f299385
-Node: Word Designators\7f300400
-Node: Modifiers\7f302039
-Node: Installing Bash\7f303445
-Node: Basic Installation\7f304582
-Node: Compilers and Options\7f307274
-Node: Compiling For Multiple Architectures\7f308015
-Node: Installation Names\7f309679
-Node: Specifying the System Type\7f310497
-Node: Sharing Defaults\7f311213
-Node: Operation Controls\7f311886
-Node: Optional Features\7f312844
-Node: Reporting Bugs\7f321123
-Node: Major Differences From The Bourne Shell\7f322317
-Node: Copying This Manual\7f338089
-Node: GNU Free Documentation License\7f338365
-Node: Builtin Index\7f360771
-Node: Reserved Word Index\7f367320
-Node: Variable Index\7f369756
-Node: Function Index\7f380475
-Node: Concept Index\7f387195
+Node: Top\7f1375
+Node: Introduction\7f3537
+Node: What is Bash?\7f3766
+Node: What is a shell?\7f4859
+Node: Definitions\7f7400
+Node: Basic Shell Features\7f10141
+Node: Shell Syntax\7f11360
+Node: Shell Operation\7f12392
+Node: Quoting\7f13686
+Node: Escape Character\7f14960
+Node: Single Quotes\7f15445
+Node: Double Quotes\7f15793
+Node: ANSI-C Quoting\7f16819
+Node: Locale Translation\7f17775
+Node: Comments\7f18671
+Node: Shell Commands\7f19285
+Node: Simple Commands\7f20051
+Node: Pipelines\7f20682
+Node: Lists\7f22557
+Node: Compound Commands\7f24188
+Node: Looping Constructs\7f24972
+Node: Conditional Constructs\7f27419
+Node: Command Grouping\7f34486
+Node: Shell Functions\7f35935
+Node: Shell Parameters\7f40203
+Node: Positional Parameters\7f42533
+Node: Special Parameters\7f43433
+Node: Shell Expansions\7f46358
+Node: Brace Expansion\7f48283
+Node: Tilde Expansion\7f50608
+Node: Shell Parameter Expansion\7f52959
+Node: Command Substitution\7f60468
+Node: Arithmetic Expansion\7f61801
+Node: Process Substitution\7f62651
+Node: Word Splitting\7f63701
+Node: Filename Expansion\7f65162
+Node: Pattern Matching\7f67298
+Node: Quote Removal\7f70623
+Node: Redirections\7f70918
+Node: Executing Commands\7f78648
+Node: Simple Command Expansion\7f79323
+Node: Command Search and Execution\7f81253
+Node: Command Execution Environment\7f83259
+Node: Environment\7f86030
+Node: Exit Status\7f87690
+Node: Signals\7f88894
+Node: Shell Scripts\7f90858
+Node: Shell Builtin Commands\7f93376
+Node: Bourne Shell Builtins\7f94955
+Node: Bash Builtins\7f111908
+Node: The Set Builtin\7f140035
+Node: Special Builtins\7f148258
+Node: Shell Variables\7f149235
+Node: Bourne Shell Variables\7f149675
+Node: Bash Variables\7f151656
+Node: Bash Features\7f171363
+Node: Invoking Bash\7f172246
+Node: Bash Startup Files\7f178067
+Node: Interactive Shells\7f182925
+Node: What is an Interactive Shell?\7f183335
+Node: Is this Shell Interactive?\7f183985
+Node: Interactive Shell Behavior\7f184800
+Node: Bash Conditional Expressions\7f188076
+Node: Shell Arithmetic\7f191655
+Node: Aliases\7f194401
+Node: Arrays\7f196969
+Node: The Directory Stack\7f200236
+Node: Directory Stack Builtins\7f200950
+Node: Printing a Prompt\7f203841
+Node: The Restricted Shell\7f206555
+Node: Bash POSIX Mode\7f208387
+Node: Job Control\7f215720
+Node: Job Control Basics\7f216187
+Node: Job Control Builtins\7f220563
+Node: Job Control Variables\7f224915
+Node: Command Line Editing\7f226073
+Node: Introduction and Notation\7f227072
+Node: Readline Interaction\7f228694
+Node: Readline Bare Essentials\7f229885
+Node: Readline Movement Commands\7f231674
+Node: Readline Killing Commands\7f232639
+Node: Readline Arguments\7f234559
+Node: Searching\7f235603
+Node: Readline Init File\7f237789
+Node: Readline Init File Syntax\7f238848
+Node: Conditional Init Constructs\7f250707
+Node: Sample Init File\7f253240
+Node: Bindable Readline Commands\7f256357
+Node: Commands For Moving\7f257564
+Node: Commands For History\7f258425
+Node: Commands For Text\7f261580
+Node: Commands For Killing\7f264253
+Node: Numeric Arguments\7f266395
+Node: Commands For Completion\7f267534
+Node: Keyboard Macros\7f271127
+Node: Miscellaneous Commands\7f271698
+Node: Readline vi Mode\7f277009
+Node: Programmable Completion\7f277923
+Node: Programmable Completion Builtins\7f283735
+Node: Using History Interactively\7f291331
+Node: Bash History Facilities\7f292011
+Node: Bash History Builtins\7f294706
+Node: History Interaction\7f298563
+Node: Event Designators\7f301119
+Node: Word Designators\7f302134
+Node: Modifiers\7f303773
+Node: Installing Bash\7f305179
+Node: Basic Installation\7f306316
+Node: Compilers and Options\7f309008
+Node: Compiling For Multiple Architectures\7f309749
+Node: Installation Names\7f311413
+Node: Specifying the System Type\7f312231
+Node: Sharing Defaults\7f312947
+Node: Operation Controls\7f313620
+Node: Optional Features\7f314578
+Node: Reporting Bugs\7f322857
+Node: Major Differences From The Bourne Shell\7f324051
+Node: Copying This Manual\7f339823
+Node: GNU Free Documentation License\7f340099
+Node: Builtin Index\7f362505
+Node: Reserved Word Index\7f369054
+Node: Variable Index\7f371490
+Node: Function Index\7f382350
+Node: Concept Index\7f389070
 \1f
 End Tag Table
index 00afc5e60f0de5235390d4f576b803d29069ed87..066743cce1cf2201e2939de7b54c13a4ad8ad201 100644 (file)
@@ -1,6 +1,6 @@
-This is TeX, Version 3.14159 (Web2C 7.4.5) (format=tex 2003.12.31)  21 SEP 2004 11:57
-**/usr/homes/chet/src/bash/src/doc/bashref.texi
-(/usr/homes/chet/src/bash/src/doc/bashref.texi (./texinfo.tex
+This is TeX, Version 3.14159 (Web2C 7.4.5) (format=tex 2003.12.31)  22 NOV 2004 12:04
+**/Users/chet/src/bash/src/doc/bashref.texi
+(/Users/chet/src/bash/src/doc/bashref.texi (./texinfo.tex
 Loading texinfo [version 2003-02-03.16]: Basics,
 \bindingoffset=\dimen16
 \normaloffset=\dimen17
@@ -172,7 +172,7 @@ textttsl pat-tern@texttt ][]) @textttsl command-list @texttt ;;][] esac[][]
 
 [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]
 [26] [27] [28] [29] [30] [31] Chapter 4 [32] [33] [34] [35] [36] [37] [38]
-Underfull \hbox (badness 5231) in paragraph at lines 3106--3119
+Underfull \hbox (badness 5231) in paragraph at lines 3129--3142
  @texttt emacs-meta[]@textrm , @texttt emacs-ctlx[]@textrm , @texttt vi[]@textr
 m , @texttt vi-move[]@textrm , @texttt vi-command[]@textrm , and
 
@@ -185,7 +185,7 @@ m , @texttt vi-move[]@textrm , @texttt vi-command[]@textrm , and
 .etc.
 
 [39] [40] [41] [42] [43]
-Overfull \hbox (43.33536pt too wide) in paragraph at lines 3443--3443
+Overfull \hbox (43.33536pt too wide) in paragraph at lines 3466--3466
  []@texttt read [-ers] [-a @textttsl aname@texttt ] [-d @textttsl de-lim@texttt
  ] [-n @textttsl nchars@texttt ] [-p @textttsl prompt@texttt ] [-t @textttsl ti
 me-
@@ -199,7 +199,7 @@ me-
 .etc.
 
 [44] [45] [46] [47] [48] [49] [50] [51]
-Underfull \hbox (badness 4036) in paragraph at lines 4052--4059
+Underfull \hbox (badness 4036) in paragraph at lines 4075--4082
  @texttt -x[]@textrm Print a trace of sim-ple com-mands, @texttt \@textrm fB-fo
 r@texttt \@textrm fP com-mands,
 
@@ -212,7 +212,7 @@ r@texttt \@textrm fP com-mands,
 .etc.
 
 [52] [53] Chapter 5 [54] [55] [56] [57] [58] [59] [60] [61] Chapter 6 [62]
-Overfull \hbox (51.96864pt too wide) in paragraph at lines 4769--4769
+Overfull \hbox (51.96864pt too wide) in paragraph at lines 4792--4792
  []@texttt bash [long-opt] [-ir] [-abefhkmnptuvxdBCDHP] [-o @textttsl op-tion@t
 exttt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
 
@@ -225,7 +225,7 @@ exttt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
 .etc.
 
 
-Overfull \hbox (76.23077pt too wide) in paragraph at lines 4770--4770
+Overfull \hbox (76.23077pt too wide) in paragraph at lines 4793--4793
  []@texttt bash [long-opt] [-abefhkmnptuvxdBCDHP] [-o @textttsl op-tion@texttt 
 ] [-O @textttsl shopt_option@texttt ] -c @textttsl string @texttt [@textttsl ar
 -
@@ -239,7 +239,7 @@ Overfull \hbox (76.23077pt too wide) in paragraph at lines 4770--4770
 .etc.
 
 
-Overfull \hbox (34.72258pt too wide) in paragraph at lines 4771--4771
+Overfull \hbox (34.72258pt too wide) in paragraph at lines 4794--4794
  []@texttt bash [long-opt] -s [-abefhkmnptuvxdBCDHP] [-o @textttsl op-tion@text
 tt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
 
@@ -252,7 +252,7 @@ tt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
 .etc.
 
 [63] [64]
-Underfull \hbox (badness 2245) in paragraph at lines 4945--4947
+Underfull \hbox (badness 2245) in paragraph at lines 4968--4970
 []@textrm When a lo-gin shell ex-its, Bash reads and ex-e-cutes com-mands from 
 the file
 
@@ -266,9 +266,9 @@ the file
 
 [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78]
 Chapter 7 [79] [80] [81] [82] [83]
-(/usr/homes/chet/src/bash/src/lib/readline/doc/rluser.texi Chapter 8 [84]
-[85] [86] [87] [88] [89]
-Underfull \hbox (badness 5231) in paragraph at lines 488--504
+(/Users/chet/src/bash/src/lib/readline/doc/rluser.texi Chapter 8 [84] [85]
+[86] [87] [88] [89]
+Underfull \hbox (badness 5231) in paragraph at lines 494--510
  @texttt emacs-meta[]@textrm , @texttt emacs-ctlx[]@textrm , @texttt vi[]@textr
 m , @texttt vi-move[]@textrm , @texttt vi-command[]@textrm , and
 
@@ -281,7 +281,7 @@ m , @texttt vi-move[]@textrm , @texttt vi-command[]@textrm , and
 .etc.
 
 [90] [91] [92] [93] [94]
-Overfull \hbox (26.43913pt too wide) in paragraph at lines 801--801
+Overfull \hbox (26.43913pt too wide) in paragraph at lines 807--807
  []@texttt Meta-Control-h: backward-kill-word Text after the function name is i
 gnored[] 
 
@@ -294,7 +294,7 @@ gnored[]
 .etc.
 
 [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106]
-Overfull \hbox (17.80585pt too wide) in paragraph at lines 1646--1646
+Overfull \hbox (17.80585pt too wide) in paragraph at lines 1656--1656
  []@texttt complete [-abcdefgjksuv] [-o @textttsl comp-option@texttt ] [-A @tex
 tttsl ac-tion@texttt ] [-G @textttsl glob-
 
@@ -307,7 +307,7 @@ tttsl ac-tion@texttt ] [-G @textttsl glob-
 .etc.
 
 [107] [108]
-Underfull \hbox (badness 2753) in paragraph at lines 1748--1751
+Underfull \hbox (badness 2753) in paragraph at lines 1758--1761
  @texttt hostname[]@textrm Hostnames, as taken from the file spec-i-fied by
 
 @hbox(7.60416+2.12917)x433.62, glue set 3.02202
@@ -318,9 +318,9 @@ Underfull \hbox (badness 2753) in paragraph at lines 1748--1751
 .@texttt o
 .etc.
 
-[109]) (/usr/homes/chet/src/bash/src/lib/readline/doc/hsuser.texi Chapter 9
+[109]) (/Users/chet/src/bash/src/lib/readline/doc/hsuser.texi Chapter 9
 [110] [111] [112] [113] [114]) Chapter 10 [115] [116] [117] [118] [119]
-Underfull \hbox (badness 2772) in paragraph at lines 6642--6646
+Underfull \hbox (badness 2772) in paragraph at lines 6666--6670
  []@textrm Enable sup-port for large files (@texttt http://www.sas.com/standard
 s/large_
 
@@ -358,11 +358,11 @@ Overfull \vbox (42.26959pt too high) has occurred while \output is active
 (Concept Index) [148] (./bashref.cps [149]) [150] ) 
 Here is how much of TeX's memory you used:
  1726 strings out of 98002
- 23533 string characters out of 1221986
- 52375 words of memory out of 1000001
+ 23501 string characters out of 1221986
+ 52385 words of memory out of 1000001
  2577 multiletter control sequences out of 10000+50000
  31953 words of font info for 111 fonts, out of 500000 for 1000
  19 hyphenation exceptions out of 1000
- 15i,8n,11p,273b,465s stack positions out of 1500i,500n,5000p,200000b,5000s
+ 15i,8n,11p,269b,465s stack positions out of 1500i,500n,5000p,200000b,5000s
 
-Output written on bashref.dvi (156 pages, 582000 bytes).
+Output written on bashref.dvi (156 pages, 584368 bytes).
index 6221fbe45ad41a4b607f36e1e88f1404891a431a..616d58feab18879fe9e209f8e7e30b22f9eb0d6b 100644 (file)
@@ -13,7 +13,7 @@ endobj
 /Subtype/Type1
 /Name/F1
 /FontDescriptor 9 0 R
-/BaseFont/AQCUQC+CMBX12
+/BaseFont/UCQLAS+CMBX12
 /FirstChar 33
 /LastChar 196
 /Widths[342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5
@@ -35,7 +35,7 @@ endobj
 /Subtype/Type1
 /Name/F2
 /FontDescriptor 12 0 R
-/BaseFont/IHDZOK+CMR10
+/BaseFont/HVQXSV+CMR10
 /FirstChar 33
 /LastChar 196
 /Widths[277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8
@@ -64,7 +64,7 @@ endobj
 /Subtype/Type1
 /Name/F3
 /FontDescriptor 16 0 R
-/BaseFont/XPMEKY+CMTT10
+/BaseFont/RJVJZH+CMTT10
 /FirstChar 33
 /LastChar 196
 /Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
@@ -80,11 +80,10 @@ endobj
 19 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 354
+/Length 383
 >>
 stream
-xÚMRËnà\10¼÷+ö\bR²áe\e®yU\8aÔKê¶\87ª\a\94àÆRbK~4Íß×\80\ 4,³3\ 3³À\90\86°<Ã:_í9\b\86i\ 2y\ 1\92'\1ay\ 6ùö\93¬m{¡K\99)rt\85k\urþ\98\90\17[QÉHo¯ô+?À.\a\89FÃ=\12¤
\82\e(ePO\85\ 6=\ 1\9c¡á^Oh\89Â#²\fS\134çJR\92mM\97B\93S\7fs\15\15\19élWÖU¼+ê&n\82OoÄS      4I`Ú\9dË  +\91-¦®\ 1»ÚËÉG\96¢\10À¦G\aÀÜh\8a\89\1a\ 1ïTKâ\9a\8dAÞ Qs\a\87þú\88\10Á\98\8a¤\1c¸B©<éRê\ 4\8dñ«F%CËæâºøÇG{s\ fj$YÄ\b\1d\7fÿÃW]Û¹¦úO§uÍ\8fOÄÅÂ[UÆãಣ\92\93Gð7\84Î}Àh¢Øº)íH±÷\9cµ\87þ.f\95Æ\8d\8c¯uÑyÆ»\87ØÆÍ»úê\1cS\19g\81ûGÅYH\a±LÌfa,\f³ðô\a\92\v
+xÚmR»NÃ@\10ìù\8a-ÏR¼¹\97í»6/$$(\12\ 3\ 5¢0É\86DJlÉv\ 2ü=÷0\8a\v\1aÛ·7;3ëYàÈ9|BxÝì\9c®\ 4H\8ey\ 6å\1e\84\81Td\ 6E\ 1åâ\8dͪî\90¤ªÐlM{j©Þ\92?f챪\13ÅÙ¥:%ïå\ 3,KPh\r|E\82\£Ðp\ 6­-\9a\ 4\9b 'Ap´ÂëI£PzDQ`n\83æXI)¶h\92T\1a¶½\9c©NdÁúª?6u¼Û7mü\b\91T\17XhÇ'Ñf\81n¹;Þ\1a\14\8atGWÏC§\89¯É@âZ§+u³%¸Fn\81ß~B@\8c\8dç\98é\ 1ð\92\18Ũíþ\97Á`Ì5ª|ìë©ñ×\ ec\18\9dýóÃÍéðÃD\92s\1dE\ 5\b\8dJ{ÑT¹h\9c\8c\ 2Ïü@}Ìd]\9dé'±\8aMbdóª\eÒzõUêzjë¿4;j¯>A\8a\85çú\18\8fn\8a>Q\82ý\ 4×nI\84_\b´QlÖ\1e«\81bå9\e\ fý\9e\8c*-\r\8c\9bfß{Æ/\ f©Z\1aw]ê]LqØ\1d\81Ö\ e»\93;±B\8evg(¸Ý¹û\ 5åþ«ì
 endstream
 endobj
 21 0 obj
@@ -107,7 +106,7 @@ endobj
 /Subtype/Type1
 /Name/F4
 /FontDescriptor 25 0 R
-/BaseFont/MIZZJO+CMSL10
+/BaseFont/UKGNXY+CMSL10
 /FirstChar 33
 /LastChar 196
 /Widths[277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8
@@ -137,7 +136,7 @@ endobj
 /Subtype/Type1
 /Name/F5
 /FontDescriptor 29 0 R
-/BaseFont/SOVGBS+CMSY10
+/BaseFont/KGXVOC+CMSY10
 /FirstChar 33
 /LastChar 196
 /Widths[1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8
@@ -155,13 +154,15 @@ endobj
 31 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1174
+/Length 1193
 >>
 stream
-xÚ\9dVK\8f£F\10¾çW ½\ 4$ÃÐ4Ïä4\8fõ*«l´Êx#Eq\ eØ´Ç­Å`\ 1\9e\89ÿ}ªû+0ã\99\r1Mu=¿ª¯°\13\ 6aè<9öñɹ[Ý,#G\84A!\9cÕÎ\11¹ãË8\rRgõð\97»ÚëÞóe^¸\83úg S!\+)B·Äë¦Ój\aI¥úm§\8f\83n\eܵ|1ì\15\ 4;U\ e§Nõ£¸d\9fe§ :Ò¥j¼(s\a\btsåâ®ì÷\10õ{U×8®Ýg/J]Õõ&öß«Ï\8eOå      Ç\172\10\89-E\ 6á\82\94¥t£Ì<c÷ó©>³$\fãµ\17XC¶K\ 3\11Ï!($\17\1e»\1f+=\96\18³Û8,ܺì\aÈNGÏ\8fr·*\aUÁÔ\86\90t2!Ù\90P¢À7ËøÒ\85(N\82H:!g àåÓoß`<b\10»¿«\9dêT³UxýRZìNe\r\97óƦT\12\81sw×vP\93\175?\16"\901\90\ 3\ 26Úµ»(2\87É\9d\ f/\97c\v¬\80°\ 1¦>´g¨Þ·G\93è¹ÓO{\8f°\1a¬^\12\aQJ\1d\90Ò*m\115\99eG.¥é-k¬£4|[i\1c$1§&\8a\rÖÈhéå\91Û)\83\96\8cÜÇv7\98,^Ì\ fF\90¤V§=5Ô>ªd\ 1á/Í\96KI\93 ËP
-røj¬UwÐ=W\9eð¨Ðó©CC0\b$\18Z<\ fåwk\86·²áëJ÷C§7§Á^Äfª\8dï\r¥r0\92ÈݶGmùC·\96^Æé~\8cw0áRÛ\7f«}ìZãáYWS\ 24L³1\9fè±5\rÉç\r±\805í ípÉ1K9Å#
-aÐçÅ_Û\0Õ\18ÄîPO\ 5LGýÒ²\98tP\ep\8eò +®`~\1d)O\ 13=_Ã\9c'\809ÏP\15\8d\99\97ÇvJ\8bâ5ÄdKUÝ\10\ fìùÐ\82¸zw\86\80+%O\95¹"\87§\83²\10\ f\bDc¢:\0:GÓn«X\90\1aeÜãhº\15\8bìrgél$KC\1c;\95\80$8\12é\97Ø6±HÜ_      Ø¦W\86¿2\7fM8c*\ 2Á±:x\ 6,g\18×´\8fÞÉõ\19À2ª!íàÓ¦Ö´\+¼nØ\859c\vÓáB¤\880\9d\11\96\8f:\13\91~&¡\bÝ\17=ìqÝ\98\1e\85\82¨eGÔK¨\17\9d6\19cúHåQm\8di¿x\9b5û¡©AN2e\18[\80æß·Æ\11\17Ç\9aô\r³\83\9bPQvpuó\84÷õú\16N°cIrY¥\8b\ f\90ðü'Sìä\12û®Ü\1aíïWagió×Ķ\fi\10\83KûLñ\95K(\r·\{\10m켩º5Óö\12x~B\9f\8a[ÜMc=[\ 3)'C^jL   »î!ÔͶ>ñ\1a¸\ 4\9clz@\8d[\1e<=Ô¤ÿ\ 6úõ\9aA\92³É5o\ f×\1cáÉ5dçÉ\r>Lþ&fsÑf^Wà\ 6Qâqù£åMþ_ÐBß\8c\98ýgb¦^÷?y~*$eø§I¬=Ak_bÂ\8c!$;ʹj\ f\16\81\82:\15\ eó¥ð\ eÑ5·\10\98$ù|pH\90\8eË®ÏF½Ìí¯HcZLEÜO\v>{ÅDz\9d\98\98dcã²ù'\8d²xÃÄ7\19/\81\f³\12ÍéJÝó\9eÞÑM\8fvîìZ\94ãÿ\ eº¬\14\16\1em\8b\89¨ÜPB( \7f\8eQ\11D9Öõ,ur±1ópF4&Íÿù\1a¿ûéJ
-¨b\18\ eÇ\9aM¿ÖåV-\90ùãI\ f\1cUÊpñþ_Ä»¶\1fø\8b/Ý/·°\f#!\ 4)\85ÙUp\10úÛã­\95\7f\ýð/7âíÖ
+xÚ\9dVM\8fÛ6\10½÷W\b¹\84\ 6,­$ê³=íG6hÑ\ 4\ 4\1ed\89^\13\91%C\92³Ý\7fß\19>Z\92½ÛK/6=\1cÎ<¾\997´ã{¾ï<9æë£s·¾y\f\9dÀ÷òÀYï\9c s\\19%^â¬\1fþ\12ë½î\17®Ìr1¨\7f\ 6\810\96Ü\17\ 5~n;­v°Tª/;}\1ctÛ`¯µ\eÃ^Á°SÅpêT\7f6\176fÑ)\98\8e´©\9aE\98\8a\ 1\ 6Ý\\85¸+ú=Lý^Õ5\96\eñc\11&Bu=çþ{ý\9bãÒõ\ 2Ç\r¤\17Äæ*´p+õ\83C«zIǤ\14a\88ïÏ-\9bi/\13êÀËíÂ5áx;\12¡ïG\9b\85gâÚ°\89\17D3\86¢07¼DÒ\17\1f*\r\ 6Øx\9d5\8a¥¨\8b~\80ëéHy2Q\15\83ª`aD|\8e\11%\13¢Ì J\r"ÞfD&ZÄ\1c\13®\9bÇhª¡ô#/\89\1dß\ 2T8óñóWä\0\83¼úCíT§\9aR\812s.\ 1i¸Ý§ÂÔâTÔH2k\14\19{é9\87¥s×vp\93\93[(=\99X7\93ø:N\18zùe\98o\8b,<\97\92\fá%\89(\83\9b\85W\85¸o\8fìðÒé§=\136\18¿8òBJïIi\9c\8f§ô®ô|ÉÝb=6aâ¿Â\18D^\1cY\90A\9ee.ó\ f°\8f\f¶S
+HWín`\14Ïü\81¦&«ñiO\rÕ\99î´\84ñצ´WI\88É\14W\ 1\86/æ¦ÝA÷\96\ 3j\1a£:ú~êP\12Ó1l\18Z|\1f\8aïæ\18~\15\8dÝ®t?tz{\1aÌF$Àb·%(\a\84¢l\8fÚ(\12Í\84 ûs¾\ 3§KL\a\18ïc\a­èj\ 4°Wse\8c\82+¹ Ù¼ \86°¦\1dt©°\ 6J9æ#­A\11óË_\9f\ 1«\11FE\87ûTàôì_\98¹@>¸\ex\ e3/ͯh¾Ì\94\99¾/iÎbÐ\9c¥¸\15µÙ"\8bL¿æù%Åt\96nuÓvX\1fZ(\ï^`°7¥HUk$]\9e\ eÊP< \11µ\89ê@è\9cM3ÿ¢\80Ü\bq\8f%W+
+Òi\ f\12'\vu\9cDW²ù\ 1 l&ò/ì\80
+bñ;\11Ûô\8a\87\89ÌXzr\94\1e\1f\r¼Àæê\10\19´¼àpM\83ë\r¬\18[g\ 1û4ÕOÛZÓ¸®ðskCð\1as\9d\16\93\90Bât&¤Ì\96üì3
\172\ 6¾xÖÃ\1eÛ\r×È\ fHZ\18ç1Õ¢Ó\8c\18ÝG.+UòÑ~ù\1aµ\8dC]\ 3L2±4¶ Í½o9\90½\9cõ¤WÑ4nl\ 64mèæ       ¿7\9b[\ 41EaË4L\97ï`±ý\1f\8f¹ã)÷]Q²÷÷«´3Øö\ 12%\ 3\fRpa¾\13¼\9b\10Åf\ 1\93}Bjó´<{\v7ösq\8b½±­gc ±`(J\8d.±¡{\18uSÖ';\ 6¦\84ã\99\1eTc×6\9e\1e\7fEýfcI\92³Îå_\ f×\1a±\9dËb·\9dë½\eã\8dʶ\97æ~ÅóÇ\92X=¾7ºÉþ\8b\9bÇ\87ÿëp×ëþç\85\9b\ 4\92\10þÉÀÚ\13¼öÅô\87\ 1\96\1da®Ú\83\15d\8bD\13«\90N\85Å|(¼!tmK\bNâlÞ8dHB*Ç4ëÓ³_*ú+Ñp\89é\12÷ã\80O/\94\18§\93\12ãô\¸tþ¤\11\8aWJ|\85ø\11ÌXU¢8]¡{;§w´ÓO\7f\10ÌÂ\96;\12ã³Þ\1eM\89I¨¶ Ä\90GÿEÃÜ\v3\8cë\19t
+±å~xA6+\9aÿó\1a¿ùtÅ9\Ñ\f\87cm\8f\8bR-\81|uÒ\83Í*¥¿|ûOç]Û\ föÅ\97âÓ-Núa\10\ 4ää§WÉ!诫[cÿ°þé_ÕÆ\ 2t
 endstream
 endobj
 32 0 obj
@@ -192,7 +193,7 @@ endobj
 /Subtype/Type1
 /Name/F6
 /FontDescriptor 37 0 R
-/BaseFont/NONDHC+CMBXTI10
+/BaseFont/WQAVJC+CMBXTI10
 /FirstChar 33
 /LastChar 196
 /Widths[386.1 620.6 944.4 868.5 944.4 885.5 355.6 473.3 473.3 591.1 885.5 355.6 414.4
@@ -215,7 +216,7 @@ endobj
 /Subtype/Type1
 /Name/F7
 /FontDescriptor 40 0 R
-/BaseFont/LPHHFW+CMTI10
+/BaseFont/LQHENP+CMTI10
 /FirstChar 33
 /LastChar 196
 /Widths[306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8
@@ -233,7 +234,7 @@ endobj
 42 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1469
+/Length 1472
 >>
 stream
 xÚíZËrÛ6\14Ý÷+¸¤\16B\887°êį\8c;i\93F\9aÉ¢í\82¦\98\8832©á£\93þ}\ 1\82 )\81¤5i\1d[´WÔP"l\9e{î¹ç^À\v@\10x_½úòλX¿¹A\1e\f\80\84Þú\8bG\b\ 3\82z\10\ 3I¼õÕ\1f~²økýË\9b\eèA\ e\93%A\ 2\b¦®\12\88ú7ë\85Ä~x·\8b\17\89\9f}ÑWê_fé\ 2\a~\19«\vòË¢]\89\0LôJê_\80j\19\b\ 2\ 3\17K\b\11ñoÍsy¦Ö     üM\15\95\89Zª~\9auOCõI /¨\1f\ 5êQÆÌ\85\1f\Î÷æ1\\bs\rXÐ`U\7fÝ\vÝ\12C
@@ -241,8 +242,8 @@ x
 \8b[\91\10)!Xý\93.\10÷Ëð\9b£\ 2\82k\9aηì=b}q\94\ 1C@a?XJ\ 5\ 4\ 2\1c\eÁn\ 3¤C$¥ìGèÃ~¡~ëÇyع\93\ 3­\96:\19æ\19¦\87K!ä\18`6\8e,m\91E\ 6Ùß«¬LÒ¯\ e\8ej\1dÄ^<ÛO· \8av­<[ܵ§\17\ eî­ì\\17Q¨ÉÌýØØ\8fËm\98\87Q\19ç.«\95õçô9\97<\87\88Ê\7fAëhÙ4 Ö\97­\14\11ëfF¥¹æ¥­RGé=¥Âg\96­ª³\10ã\18\91\1eF¸Áè*«î\1eÂH\17ExvþÈ\ 5\a\ 1ÊOc\10iÐyûÛêvyÙ¡3¤lªÓÕ\1dõó\976\a\10\84\0;\11\10Ú\0ò>«\ 5&
 wñrÕTÎ(Ñî:2\9a³^\bìçaZìFê)W¥z\0¬GWTN\ 1¶¹Á§,\ 26\85ì2»¿\8f\8dysSB0=Wé½ÅóöK?°pAI\ 1\97\878»½3î4ºsb\1añ0Ý\f\894×Ïÿ\0ÒÌ¥Q\86ãDo\ 3Ðzáä~o+Àx\b´ÈÑ9öÈ\ e\81©\0Ä
 \85\18\17
-d\1dïǤÑÁ]\92\ eTOÎ\81|\9dõ\9câx   \10p\1c÷\8e·\8d@¿O\8a²\19·Õ\93jmxÇé+\0Ƴ\8a\82Ë[\ 2È)ð\91¶¾\19ÞfUºy(û    \ 1ülGô®\11\14Ýü]\8eû\1e\ 5UÛ[5¾'Ûk\aØp--ʼ\8a\ 6Ü\81þ\ 3ü\99Í\f\1c\10\ 2ÕOM\80@z ØZ­^ySÏPöb\8fc è(\9f ã\8eßS95[¶``_\13ê\8d\15'Ö¶%z\97g\95\8dódRP\80\9e\S\8eßW2`\13\15Ú±®\89çÁûb×~Ý,\ 4ò«4ê\rÉû\eJbR\ 1^úDrÔ\89)Q\9e\8a\87M3âÆã£î=Â<¼\8fË8\1f6Åü)\ 3r&j\8f\ 2ª'ôM\bH#\ 1Ê\95¡#¹'Ö\10×ÀgÅ\81Ò=\14\f,\ 1Ãó)\90\1c°V5é\14d\8d\aîF\ 1§\ 2\86\9e\98½\8f\88\1e\91\80\8a\864\98º9\7fým\1f¦Å \0¿æû÷ä;sÉk%\97Ú|¿ÈÃ(>Â\7f`\bÊuäf8\83pøË\82\ eùxöS\9býëd·9\ 1\17pîÇ|\ epÄ@ð\93pÄή¤\92OÖʧ¾\85¦ eO㵿\a\14¨ú÷¶´\88©ììúTí¿\9bíôê®(\93²\1a\1e-\13\ 1Ð\19yTw\1e/»cG\bN\11\86\1alÞæI¹U\14©ÏfLg\9f2(\ 2\9eëÄzÈ ´»£ÓH±ÆÓéC\88Ê¡DqQ\9cB%\8c\8fàb3\10$\82§Qër\8f\eÔ>ë\960Ë7F\80Vû]R\ eo\81)o2µ»?ÛÍ\ e\1e\80À*\ eBS<\14\ 6Ñ\9bd\17§JÕ\1fÎW\f\ 2zæÕÒ% é&&-\\ 3Ó\18\ 5W;y3\8dD©Ê`jhøkXFúÞvx3¶>Ó|.¥°Ý\8fFx\8a<²;[Ó0çS|\9fi\8bð÷\82*\9f°\eÈH1y\0x®[_\90õ\ e¶ 2>pa\r½>Å\9b$\8fG\86^\82\81×3Kÿõ,5\ 3\94\1c\ 5d\88å̶cmDì\ 4ö6ÝWå@?!'O¥Ìg\88\b)\a²\15
-:\ 5!\1a\81ðCU\ eb¨Õ\92Ï£©u\8b\8dèúÍ\ 6µëõOÿ\ 2Æ\1a
+d\1dïǤÑÁ]\92\ eTOÎ\81|\9dõ\9câx   \10p\1c÷\8e·\8d@¿O\8a²\19·Õ\93jmxÇé+\0Ƴ\8a\82Ë[\ 2È)ð\91¶¾\19ÞfUºy(û    \ 1ülGô®\11\14Ýü]\8eû\1e\ 5UÛ[5¾'Ûk\aØp--ʼ\8a\ 6Ü\81þ\ 3ü\99Í\f\1c\10\ 2ÕOM\80@z ØZ­^ySÏPöb\8fc è(\9f ã\8eßS95[¶``_\13ê\8d\15'Ö¶%z\97g\95\8dódRP\80\9e\S\8eßW2`\13\15Ú±®\89çÁûb×~Ý,\ 4ò«4ê\rÉû\eJbR\ 1^úDrÔ\89)Q\9e\8a\87M3âÆã£î=Â<¼\8fË8\1f6Åü)\ 3r&j\8f\ 2ª'ôM\bH#\ 1Ê\95¡#¹'Ö\10×ÀgÅ\81Ò=\14\f,\ 1Ãó)\90\1c°V5é\14d\8d\aîF\ 1§\ 2\86\9e\98½\8f\88\1e\91\80\8a\864\98º9\7fým\1f¦Å \0¿æû÷ä;sÉk%\97Ú|¿ÈÃ(>Â\7f`\bÊuäf8\83pøË\82\ eùxöS\9býëd·9\ 1\17pîÇ|\ epÄ@´Ç\15Ä\14\8eØÙ\95TòÉZùÔ·Ð\14´ìi¼ö÷\80\ 2UÿN'@é²³ëSµÿn¶Ó«»¢LÊjx´L\ 4@gäQÝy¼ì\8e\1d!8E\18j°y\9b'åVQ¤>\9b1\9d}Ê \b\13ë!\83Òî\8eN#Å\1a\ f!*\87\12ÅEq
+\950>\82\8bÍ@\90\bî¡\86¦r\8f\eÔ>ë\960Ë7F\80Vû]R\ eo\81)o2µ»?ÛÍ\ e\1e\80\0M ÚñP\18Do\92]\9c*U\7f8_1\bè\99WK\97\80¤\9b\98´p\rLc\14\íäÍ4\12¥*\83©¡á¯a\19é{ÛáÍØúLó¹\94Âv?\1aá)òÈîlMÃ\9cOñ}¦-Âß\vª|Ân #Åä\ 1à¹n}AÖ;Ø\82ÈøÀ\855ôú\14o\92<\1e\19z   \ 6^Ï,ý׳Ô\fPr\14\90!\96\8eµ\11±\13ØÛt_\95\ 3ý\84\9c<\952\9f!"¤\1cÈV(è\14\84h\ 4Â\ fU9\88¡VK>\8f¦Ö-6¢ë7\91\99\ 3\7fú\17Ü¢lâ
 endstream
 endobj
 43 0 obj
@@ -262,13 +263,16 @@ endobj
 46 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1534
+/Length 1535
 >>
 stream
-xÚí[MSãF\10½çWè(\1f<;ߣ9¥`\81\84Tm±µP»[\95ÊA1\ 2«VX.YN±ÿ>#Í\8cdiFÂ$Ø`àdË\16Býºûõën9\80\0Âà6¨_~\v\8e¯>\9cá\0A Qpu\13 (@\ 4H\1a\\9dü\19¦éd\8a#A`x\1c¯æ\93)!$ü\92Ü$E²\98%úðS¼\98`\11®ãlò×Õ\1f\81@@ `\8aÕ%ê+\10À\ 1\99\94áÑrY]-L\16×éâÖ^ì:-\92Y\99\WÇ4¼X\97ËuY]éÃ\99ؼ)\b\ 4 `}I0\99"Îõ\8bð\1díêÃú®6 \92\1c0fn
-óÚü)\16\ 2à(\98*\f\11k\10 \1a\ 1kmcþe\19/®ã¢k|ý\8dúÜwÊiQä\85\ 3\ f¦@Pý?i\vÑöÆí\a¾Ãü°ïtÌ0`t+¯3íõßUºh_\9eäu\ 2ÌÖwI\9d4åÊ\8dtu\89(\1a\8eô\83\8f\ 4l\a'ïÃyY\16*\93\\f¥:\9b½b\bÇò×\817R`\90­ð\15\1aß\93õ2KgqKRgi\96hö9IV³"]\96yá      \\ 1\ 1\92;CýIr\17A\ 1 ½G,\0h\ 3F¤Áø\94Wyú\8f\83\ 5\19Ç\82J äáD \83\13\16\80\8eáÔ\ 6\8dÔ8]ØÒþ@ÔÔ_ݨ\12\7f\0m+Þ·I\84Ã"­\ 3p¤Ò±÷J·ÏJg¢\80è4éd\8b"\ e\ 4!\f\93Ùºå\8d\8fùÝ\9drª'=\b\ 6ü±éqð(»Ì\f\ 1e[$\99\0H'Ùez·´ôcÀ5ªð~\19/Vi¾ð°2\ 5$zná<\84\0Ä@n\ 5\0Ö\0l\18­ª\7f\12\17³       æaÝ\97à\96?L\18úÐ\90\b\10\9f2ØsfE\fȦ&GÃeHØÖ©cxk\9fvþB\97¨"_Ô²2
-Ýþ     C\ 4Ð^ú§¾©\82W~4¦Ê1\1f\9b\1e©o\8eð\98#ÕÙbÓ\9a\97­Év$\9c\85\ 4\112(\108\ 6­iDNïÓ²i*˵KÌQôx^~åE\10)L\98Ü
-enYúv\11g.¸\\80\88î\17ÜC.\8f\18J@-^\ 4\r«\8fȨ\8fËy\92e&¼k½é\89o¥ëÉS¸à\rå\85ã\17Ì\ 1A\1d¿|8Cªå\ 1\84VßO\89ê\1c¦XV\8dVu\8a¢u\840kÜ#Xx¼N3%\13õAW%òöBUÍb/cæ·a\1e¢\18à&,\89\ 3Ï\94¨\1eS½U\7f\ e\bTú­\ eÑã|],ìð¢\rW\83\87G(ãh\943^u¤ºL¬|Ð\ 1¾Ë\aÌ\80\8d-ØÍĺ\8d·Ñ®\84*G\89\17"\95÷Yáx\ 4¤µ\9bÈ!¢¥\95\16­\81½\9aÛ\10NÊ.À\ e¤JàC²\7f½}°\1d7R2Ýr+\83Ã1NmÍ«Æ."Lfi\9cén`\98K\94/0zmá½K_À¶Icd¤ÎEú\14·Î}\9dH\12ÆE\1aÿ\9d%n}Cêoÿ'¹¿,\91°\ 1\ e®V\88\rxl¼Jj~a\ fUɯÕX°\8bfg¦DÛaÕ\9bQlnO¨:¸\ eì>*g\9e\1a9\8e®j¸ÅÛî\vÿ\8bRF¬í`l\12\8c(en\18Ä8E\11ÈYE \89\v/\7f\88Ja¾RþàÕ;m\eßJeó\86?Îõ\ 4©\9a\84å?Ì4\1akT\9d¸æ\0Ëg\19$\1dv`«>\9au¼ã\93)ÜC3\97e\\94ëe»"òmÀEëû·M,\ e½K\ 6ì0\9f\ fÒ;o\94ºÎ\842)âY\99Ö   \91èd¨ËªO#F\80ð\aóá]¨cH\81h<1¸ºP\9e°»\9boóØ4KéÊî;õqßI¢ã¤_=+\1d\ 6àSN¿\9f4B7»\8cq`ÌNçÜ,\85˹\ 5fCóy°ñ\0Â`oÇõ²¹Ùݶóf\r6\ e\99Ù\ 6\8dG\8c\93\17)\9eçÅ\10\93½<\7fņ̃\8a\82Ä=\90|ÔG\9d\92ó1_\§Õº,Îìþl©ôTµ.õ0 \97\80\89\ 3\9fÒ;àQÒ\1aÅ£ázÍÜQúQ\91\96ó»¤Lg\9e\ 1\7fÖ\81ÙÁ¬2x»¯\14p\18\7fnð?ÊÒxå\91F\1c\ 2Áß\95Ñ®\8bXõàKSP\ 4\1a&\eûàËQQÔdûÓë2Äß' ;O1å2Ù¸\f\ f§XÔ\1fb\9fÔOdçÅϦA\99U®üáYÆ\90êÙ³Cʾ=ìddóð® ÃÒ%²2Ø\8b6Whë\1e}px]I¼\ 3ÚÍx%\1eê\ 1åc\14iÂS\89\96\15y\965#\8cÒÆìç"¿[z~%Aä+\1cñ?â\81\98\8d¡³ Ã\1c\80`\9f\ 4¾$«²HíÏPìØÙe\0¹\93(<Ðu¬¢ÃFÔð\11´\91#É?_\\9e\7f7?\1fÒ?\89¸N¼|ë\95\97o¸ÌÕ|Û\ 3ýôê\97\7f\ 1\8f{ÿ\ e
+xÚí[MsâF\10½çWè(\ eÌÎ÷hN){m'NÕ\96·\16jw«R9( \eÕ
+D      \91òþû\8c4\1a 4#\19'\ 6\ 3ö \84d\99~Ýýúu·ð \80Ð{ðÊ\97ß¼Ëñ\87\eì!\b$òÆ÷\1e
+<D\80¤ÞøêO?\8e\aC\1c\b\ 2ýËp5\e\f  !þ\97è>Ê¢Å$Ò\87\9fÂÅ\0\v\7f\1d&\83¿Æ\7fx\ 2\ 1\81¼!V·(ï@\0\ad0\94\17Ëeq7?ZLãÅ\83¹Ù4΢I\1eM\8bcêß­óå:/îôáFl~)\b\ 4ñ`yK0\18"Îõ\8bp\1díëÃò[m@%9`¬úR\98\97æ\ f±\10\0\aÞPa\88X\8d\0Õ\b\18kkóGy¸\98\86Ù¶ñå\19õ¹ë\92ë,K3\v\1eL\81 ú\7fÒ\ 6¢Ý\8d;\f|§ùaÛé\98aÀèN^gÚë¿«tѾ¼JË\ 4\98¬çQ\994ùÊ\8etu\8b è\8eô\93\8d\ 4ì\ 6'oÃ9Ê3\95I6\86R]ÍÎ\18¾üµà\r\14\18\869±èÃWh|¯ÖË$\9e\84\rIÝÄI¤Ùç*ZM²x\99§\99#p\ 5\ 4\rõ\17É]\ 4\ 5\80²\a\fZ\83\11h0>¥E\9eþcaAú± \12\by:\11\84\ 5 r§ \91\1a§;SÚ\9f\88\9aòÔ½*aUõ\ f\8d\14 MÅû6\b°\9fÅe\0öT:ö^é\ e\ 2\1d\ 5D§ÉV¶(â@\10Bÿú1\9a¬\eÞø\98ÎçÊ©\8eô \18ðç¦ÇÉ£l33\ 4\94µàu%\99\0H'Ù(\9e/\rýTàVªðq\19.Vqºp°2\ 5$xmáÜ\85\0Ä@î\ 4\0Ö\0l\18­ª\7f\14f\93\ 1æ~Ù\97à\86?ª0t¡!\11 .epàÌ
+\18\90¤Çð:±Lë´exc\9fvþB\97¨,]\94²2ðíþ    C\ 4ÐAú§¶©\82\17~¬L\95}>®z¤¶9Âa\8eTW\8bMk\8e[\93íI8\v    \ 2T¡@`\1f´U#rý\18çuS\99¯mb\ e\82çóò\99\17A¤0a\ 6\13\82úPæ\86¥\1f\16ab\83Ë\ 5\bèaÁ=åò\88¡\ 4\94\80\8f R\1f£Y\94$Ux\97\11ßJ×\93\97\eÊ\vË/\98\ 3\ eÖç\91jy\0¡Åù!Q\9dÃ\10Ë¢Ñ*.Q´\8e\10fµ{\ 4ó/×q¢d¢>ØV\89¼¹QQ³ØqÌü6ÌC\14\ 3\\87%±à\19\12Õcª·êÏ\ 1%\1a\81B¿\95!z\99®³\85\19^4áZáá\10Ê8èå\8c³\8eT\9b\89\95\ f\80ßæ\ 3V\81\8d\rØõĺ\89·Þ®\84*G\89#\91Ê\87¬p<\0ÒØMd\17ÑÒB\8b\96À\8eg&\84£|\e`\vR%ð!9¼Þ>Ù\8e\e)\99\95Áî\18§¦æ\15c\17áG\938Lt7ÐÍ%Ê\17\18\9d[xïÓ\17°iÒ\18é©s\81¾Ä®s_\a\92øa\16\87\7f'\91\90úÛÿIîÇ%\126ÀÁÅ
\ 6\8fõWIÍ/ì©*ùµ\18\vn£¹5S¢Í°êÍ(6»'T\1dÜ\16ì.*g\8e\1aÙ\8f®j¸ÅÛî\vÿ\8bRF¬é`L\12ô(e^1Hå\14E 7\ 5\81DªUÏ\9cü!
+\85y¦üÁ\8bwÚ6¾\93Êæ5\7fÜê      R1      K\7fTÓh¬Qµâ\9a\ 3,_e\90\81­úh¶å\1d\97\ e\9a\19åa\96¯\97Í\8aȵ\ 1\17\8dïß6±Xô.\190Ã|ÞIï¼Vê:\13ò(\v'y\&D¤\93¡,«.\8d\18\0Â\9fÌ\87\8e!\ 5¢öDç\82TyÂìn¾ÍªY\8aWfß©\8fÛN\12[NúÕ±Òa\0¾äôûE#t³Ëè\a¦ÚéÜVKá|f\80ÙÐ|\ el\1c\800ØÚq\1d77ÛÛv^¯Áú!«¶Aý\11SµäÑ,Ô\8b\14Çób\88ÉV\9e\1f=ó©¢ q\v$\17õQ«ä|L\17Ó¸X\97\85\89Ù\9f-\95\9e*Ö¥\ e\ 6ä\120qâSz\v<J\1a£xÐ]¯\99=J¿Èâ|6\8fòxâ¨\16\1cðW\1d\98\9dÌ*\837ûJ\ 1»ñç\15þ\17I\1c®\1cÒ\88C ø»2Úw\11+\1e\v\8a@Ýdc\1e|¹È²\92l\7f:]\86øû\ 4tï)¦\&k\97áî\14\vÚCì«ò\89ì4ûY7(\93Â\95?\1cË\18R<{vJÙw\80\9d\8c¬\1fÞ\15¤[º\ 4F\ 6;Ñæ
+mÝ£w\ e¯\v\89wB»\19§ÄC- \\8c"«ðT¢¥ÔxY\9a\b#71û9KçKǯ$\88\11ÿ3\1e\88Ù\18:\vÚÍ\ 1\b¶IàK´Ê³Øü\fÅ\8c\9dm\ 6\90{\89Â\13]Ç*:¬E\rïA\eY\92üóÝèö{õó!ý\93\88iää[§¼|Ãe®äÛ\16è×ã_þ\ 5\84\93ÿ\14
 endstream
 endobj
 47 0 obj
@@ -288,19 +292,20 @@ endobj
 50 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1727
+/Length 1726
 >>
 stream
-xÚí\9a[s\9bF\14Çßû)ô(=hÃÞ`÷1Nì6iÚtjµ\9d\87\8d\84m¦Hò\0òXß¾\a\96]\10,HidÝ\9a'!\ 4ØçǹüÏÙ\1dxÈó\ 6÷\83âãûÁÕäÕ\r\19`\ fI<\98Ü\r\18óP \a\98\ 6\93·\7f\ e£(\1aý=yÿê\ 6\ f0C\94å\17\8d\19!H\fÆ\ 4®*.
-Fc\8c    \1f¾_~\1e\8d\87o\96\8b\11õ\86\8cõÝ~u7\\89(\1f\9d\bîô}ý\11¸¾}åɽ>lÛÉ&'B1b¤´4\90ú÷\1aì1õ\82ü\10nG\8cê«\10\86§y\9eW²¤´`I\ 2Í\12N\90á\95J£iª\9f\16TOÃ8@¾\8bëA\19\9cÄÉ&h,9brãE\0|prÌ\0>|ð\12\ e\7f\15ÅY´pà',\7fÜÿ\1a\7f\8b»0Ð\85×\r\9dn\85þûH\90¡J"õ9\ e\1dä)©ÂìØ9à`ù¨Í\1a2·¡ p;iS\88\801\91È\13ú\922g¿YÎçj1ÓyûC´\bõÑõ,\ 27¿ogoÉò'\9c\ 6ì¦\8d\98Iä[\97£»$\a\13î;ãt£1|ÎVÓ,\ 2?,\1c2[êÏ\12\ fe\9bxê¾èCM\94ÝxN´rí\16Í@\17ó\rº®\80\166\8bþ\1aªY\"£\86o\98(M¶\9d@)
-è·\ 4ÚH \88á\ 6r\12\12\rä¹\eK)\e̯Tb\1c6MCý\ 2"\15;r(§HÐ3È¡-Bà5\8cïD\88¸\bý´\1c\11\7fø4"b\18ÎsBb\98é¢S&F\a+á£\8drsÐBÑ\ 4 q\95\8f\ 5kÛϬýÔeÿ\8fQ\1cç\89¬p\92n\93}y8÷Øñ¾\96'@n¯<\81õy\ 2s\91x\9dܯ
-\ fð\87\99KdPtîÉ©\9dСXYßá}ĸ&v\eªd\9ag\91\87Ògèðn\99\18ÕV:Oñ-Zh\97Ê\1eJ¼?Di¶LÖ-°\84øÈ\93_íZMÛ8FX6L«×*\13\16´£VE\99\89âÐÑja$ýóP\9cÇIËÄ\ 3þÖµün×¢îÂe^\0Ó/ 8w»Ö\ 5L=;Ê\17G\14ïCv\1d:\ 4  xR°\13§²|As\94kÏåBÅMTðS\9a% \]        \ \80íê±\87AÒNà\ 2qó?JÜ]ʨ)e·jþ\18»=¦\1d²\ 4IzÁ!Û¢é³jÌ&I·Zge\ 6¼\8a\16³¼ÁÖ87ñ[\18\ 4\1eâ/.\86^Xe´ë"A¾1JöÔEf\92×fí»ÉÇ\15º,\12#0\9dÍ"\83GøçÓ,¶\93\97@b7Nd;'µ\88\1eW±Ê¬\1a\9dl\95\ e\14þÔ\7f\19ü4\ra\1eòü\1e;\98µ\83nµãÍ\83ZÜW6\8c\ 4\1d\86Ï\99£\89\0\vßýËÕkI\91g²£ôûÞd©\9dk}\ 3Hçb~\ 4æ~ÊÍU\8b\7f\9cÞNû'Gç9Y\ 6   m#@ôq3
-úq4Î{Íit·¶ü~\86Æ#\89¦\9a¡íC\ 2g\1f\ 2~#\8eÖ\87´Ü\ 6z)óßHÙ\178¾6ÿC\98eÖìz\8dÉC\ 5,^?\16Ó·Ð\11X\9f\8a/+\a\11\9e\ fó\8eåW\8e~\ð\1e$\95G\ 4e$\85ëÏ\85O,U2+\87\12j\9a,]+<òÒ\96\18ZñÄI5Á\ 5Ybøá|üÐà'Ê\88ZÎÍ,'J§a\1c«E¸\¥Û&\1a\ 2ÚN¶U¸¼¸Áà¼Aeo)zó15Pذ\97;\eÕ§È\8e±r\17\9a¹{U!¿õª\1dË\82²§mö&}ù%û_\92å}¢À£¬L\ 6ÿ\82\ eÄ=Ïæà¢\97\1f­6Ù9   \1aï\rv!¨GÖ\9d\v¬²\19±þÉr\81\98ó+.ܵ\18G\11çõõ8Y®Çý\96êú\18p«{\8b/ïô\8e
-½|ò4\82\82\18ÆëÖò\1cÁ_Òçï¡\85j-Áa¿\1a\8daϱé\81H\99ÇE±\ 6§\ 3LÚ5¸+\95>ljþJ\a¨i\14GYä\\0\ 6-}
\9f#y[@+\15V"wå1i\17æ:0÷ìm\90\88\9eó¼s?Z?\10\88Ò>μäl\86Ê\e\9f\1fÕ"uV
-\b\ 5?89¼G®Í\18y¦³\82|Ú%\ 4e5A¾~Ê;\88²sÒ=ÃÛ0\8dî\17
-^\82Ë©I¾Éí¼ûÑζTT¢ÏI\8fYzåhæ\ fÝkÍv\ 3\87/d¡ÞµÇ!°ÜH\9f×\95£ £¼£¿\b\ fB\a.Q\1c|Mp_ ð\86£*¸é.ú\b{¥@z·H3e\86\8c\8abÖÚ¦Äjmøù m©)Ik\ 2\eó]Ô\14üV\93SzªD\r5\95u\15 qø^ø´·\8c\fÊ»D\15Ü`TUÞÉDq\9e\ 2
-âzS\1d\1c||Ì¡;òh>;<Ù\81è\v-IÙÝLN¦Ü0¥\eLíÄpsÅ`\ 5jÕ®ÿ½6\e\13²p\9a­\12G\9b@ò®ìØ)¡5.¬í~\800ìAÂì>ÅZ$ëñ±\9a\87î2í_\80¾ÙÓîX\8e\13g3h»-GѵI}m;Ëí:͹>\9eä+|ÅäÚ\1f:\ 6p>ï]¥:S\9dD\10\vúxÚôh\86\ f\81ü6¼S\10¾©s\9d\9e~\eWv\8d+mû\89\83\1e\176Ó¶\8f¥\v'6Y°úæúÔ¹\aWðËè\89ö°ù\96V\ 3Ü~àÂ\ 2¯ïÌ)ªU¨ÜÕ\bcq\19ÛÄ÷Ö³\8aÚæ}\83ûzòÝ¿Æ\1aY\8a
+xÚí\9aMsÚF\18Çïý\14\1cáÀFû¾{\8c\13»M\9a6\9dÚm'Óö°\ 1ÙÖT\ 6\8f$<ö·ï#­´\12ÒJ\90\ 6c 9!0(y~ú?ï;
+P\10\8cnFÅË÷£³«W\17d\84\ 3¤ñèêzÄX\80¤\1ea\8a4\e]½ýs\1cEÑäï«÷¯.ð\b3DYþ¥)#\ 4©Ñ\94À·\8a/ÉÉ\14cÂÇï\97\9f'S*ùøÍr1¡Á8K\96±ýµ¨\7f\rßD\94\8f\82â\97\b~)\84}\91¾w_ùáNo¶éÃ6'B1b¤´Taû÷\ 6ì)\rd~       ?G\8cZ\92\bÃÝ\82 (YRZ°$Ò²\84\ fÈøÌ¤Ñ,µw\93õÝ0\96Hø¸î\95ÁA|Ø\ 6\8d5GL¯=\b\80\ f\fàÃ\v\93ÍðWQ\9cE\v\ f~ÂòÛý¯ñw¸+\a\9dôC§\e¡ÿ>Qdl\92È|\8eC\ fyJj7{é\18°·xÔe\r\91Û\ 5\eÚ\rÚ\14<`J4
+\94ýJ\19³ß,ïîÌbnãö\87h\11Ú«óy\ 42¿éFoÍò;\1c\ 6ì¶\8d\98i$\9cäø6\ 1\80û®\12Ýd
+¯óÕ,\8b@\87\85 ³¥}-ñP¶\8e§©E\ 19Q÷ã9Ð̵\9d7\ 3]Ì×èú\1cZ¹(úkhæq\89\8cV|ÃÄX²Ý\0J\91¤ß\ 2h+\80"\86\89\84D¥ZÈs\19k­[ÌÏLR    6MCû\0"\13{b(§HÑ#\88¡\1d\1aÆ·"D|\84~ZN\88\18?L\88\1a\87w9!5ÎlÒ)\ 3£\87\95\12h-Ýì5Q´\ 1h\Çc%ºö3g?õÙÿc\14Çy +DÒo²Ðû\93Ç\96¿ë(\ 1b{­\ 4\ 4æ#ñ:¹Y\15
+\10ãÌWdPtìÁ©\eÐ!Y9íÈ!bÜ\12»\fM2Ë£Èm©\19:¾^&UÕV\8a§x\17-¬¤²Û\12ï\ fQ\9a-\93§\ eXB\ 4
+ôWK«m\eÇ\bë\96iÍ\U¹\ 5íÉUQf¯.¢8ô´Z\18iq\1c\15çË\84e\12\0\7f'-Õ/-êO\Õ\ 3\ 1\14\9f]>Ù\ 4f\1e\8b#\8awQvíÛ\ 5       (InÅ©L_Ð\1cåµçraâ6*øS\9a%P¸ú\ 2¸B\92m«Øý é\ 6p\85\7fÔ´?\95Ñ*\95]\9a»ûد\98®Ë\12¤é     »l\87¦`õ\98M³þj\9d\95\11ð,ZÌó\ 6Ûâ\wÇþÂ@\ 6\88?{1ôÌUF7/\12$*£ô@^dUðZÏ}\17ù¸Â¦ER\15\98Þf\91Á-Äñ4\8bÝà¥\90Ú\8e\13ÙÌÉ,¢ûUl2W\8d^m,\1d(üSÿeðÓ6\84\ 5(\10\ 3v0g\aÝhÇ\9b[³¸©m\98(:\ e\1f3O\13\ 1\17>ûçË×\9a¢ \8a\8eZ\ f=ɲvnô\rP:\17ó#0÷Sn®YüãU;-\96
+/\18\81wª}Ð\9e\9bnBü¬\90á¼Oj!«\8açûÉ4o3gÑõ\93C÷3ô\1cI4³ø\\v"½-\bHFðý\ 3l\9b®d]Úá\0w-¯ÝEXË?\84Yæ,nf\96ÜAÀاûbæ\16zÜéSñfå\81Á\11ÑûoÈ:0D]³xaÔ2\90¥ç\84O\9f\v!,M2/\87\10f\96,}\e\1d}j+\85\8e\eqROlq@\86ø©Ò\8d\96wÕì&Jga\1c\9bE¸\¥\9b&\18ð \ 2¶±Pyv\83A¶²¶·,ró±4PX³\97{\eÓ\87È\8d­r        Íý½©ÒßzÓ\9e5`\1d¸x\97}\15¸DÉþ\97dy\93\18P\94+\8bA_Ðqøç×\1c$zúÞªø\10ÁJ½r\e\82vDÝ»PÕm\8f\15\aË\ 5|NÔ\¤oùF\11çÍý\9b.÷o¿¥63JîêÜâÍ;{\82®K\1e&\90
+Ãø©³\8e#øKúú\1dÔO\9d\95\e\16õ(\f8twnDëÜ/\8a\9d\9bu0ívng&½]¯ñë
+ÀÌ¢8Ê"ïÂ\17jçC\98ö¼\90Ú$EL­#÷Å1í\16q=\98\aÎ2hD\8fy¾¹\9bÕ\92T\88Ò!μä\\r\91×è\9e\9bEêÍ\14à
+B\1e\1cÞ\17ÎÍ\18\ 5ÄÁ¦}\85 ®'Æç\ fyïP¶K¶[x\e¦ÑÍÂÀCð\89\9a\fö\9fG\9d\98\99jt£>zÌÑ+G1\7fØ.k¾\1d8|"\8b\99\ 6鸱!Õ\95£\9fªò\8eþ"\\86\1e\ª¸ø\1aç>ÁÂ\e®jçæÛÔG8(\v¤w\8b43Õ°       
+£"\99u\8e%1\W¦Ç\83´SMiÚ(°±Ü¦\9a\82¿5Ê);J¢\155\93õ% µÿ^ø°\8f\88\ 6Í\b\8a*øAUUå\9dL\14ç!  n\ fÑÁÅÇû\1cº'\8e\82Æ\89\ 4ôL+(wzÉË\94WLé\1aS7+\ß\10¬ Zuû¾×ÕA\84,\9ce«ÄÓ&\90¼+{é\90Ð\19´7N;`¬\ 6\900w.±áÉvflîB\7f\9a\16'Pßìè4,G\ 1ß\8as5h»,\87Ð\8dñ|ãøÊåS\9a\85wöú*ßè\153k1ö\fà\ 4\1fÜJ\1di\9dD\10\93C<]x¬\86g\97·&q\8eü6¼6ྩw/O¿\8d+ûÆ\95uû©\a$\MÛ>\96\12N\°`ÍÃô©÷Ì­â§Ñ\13íà°-­\a¸ÃÀ\95\ 3Þ<\89Sd«Ðø³\11Æê4\8e\85ï¬gU\8dÃú\15îó«ïþ\ 5Q\ 4
 endstream
 endobj
 51 0 obj
@@ -323,8 +328,8 @@ endobj
 /Length 750
 >>
 stream
-xÚÝVÁRÛ0\10½÷+|\94\ f\92lI½\11B(\9dÂt ÐCÛ\83\9b(àNbgì\84\96¿ïÊrL&\8e\99L\872-'Å\92²Ò{o÷i\ 3F\19\vn\83z8\r\ 6ã·#\1e\0£\ 6\82ñ,\0\1d\80 F\ 6ãá\17\92Ý\87\11×R32H«»0\12B\90K;³¥Í'Ö\7f\9e§yÈ\15Y§óðÛøÃÛ\11\ 4 ©\90.T\84'@\10q\fWG;Z.ñ?@l>Í~á/\15\93£0ÒBcL¿R\94«,¿õK\83õmåC&\8f!9\0\95\10°:\1e\r#H\12?¨}_Ï7¹\v\r¸¤Ü4÷\0\86\0ù\88©Â\81S¡ú\10\ f\10±ÖH[\18%\9cü(J?=̾ò8ñÄV~j\14\1aNÊbá¾$\19ßÙ&@±.s[\1f\88\aq<\ fâ\8d^Wwv>ï\90&\12Êu?gê5Oî
\13E!n\85\8bý\86­ü\8f¸1TKd5¡RÔÛ\ 6\140\1cc\8c\9c-\96s»°uƯÒUVä®\bxG=¬\8bQ¨7êá\ 6¯\9e\90äêæ\123ÇoÙRK=^\80+E\13qP\8aïÞ]`Á%-6Ó-H!\ 5\8dc\87\91\97¡Ç\98¡n(\96¡`ä¡)H\97\81Y\93\99®æq©­ùí\ 2\8då¡·ÿ\ 3õ4P¦6\0\ 5<-\9e/\89ãV¼Ó\8bëmi¬m´+\9cÇ\91Éz\8f®\1f³\89Í+ÛÑ\b\fÞ\88¿¼\r\1d0¹K       \9b\8b\1dÎ\90'\ 5T\väIPhyrL\19cÈÑpxr1¼>\7fçéz_\84<!?=#«ÂO®«&¡W>+pjCVý1«\8d\r×\1f\1c§hYõ¹\1cO\ 5\7fj\\9f:uä«-ò«\ e×\98PL??Õÿ¡³u¤5µño¤U\87ÔûY>µM\9d\173?z\ejÞÜl\8e/pã\ 3Åb\91æÓ=\8f°04\91\7fçAÙ\85`\92-K\13¦ç\9d}\1aÕ¥­lyï\1cËN½\95}\ e\8dÀfc\1f6Ω\11/QÙ\9d\96\ 28Um¡Jè\81úÉáHËtaW¶ôhP$\ fôÆÁJË,ý>·~É\13Óí¢ð\114/Ø\11t±j\1aC\8bµ¯}\1a9<ë|Ò\18r/\1eÀ®ðßtãç"\8cc¿Ùv-2îáë¸Àþc¹òÉÐC\15\8bÝ\ 3ù\9a¸ê¥\f[\81Ö:dí\8eÁÉøÍo\ 3OÍØ
+xÚÝVÁRÛ0\10½÷+|\94\ f\92lI½\11B(\9dÂt ÐCÛ\83\9b(àNbgì\84\96¿ïÊrL&\8e\99L\872-'Å\92²Ò{o÷i\ 3F\19\vn\83z8\r\ 6ã·#\1e\0£\ 6\82ñ,\0\1d\80 F\ 6ãá\17\92Ý\87\11×R32H«»0\12B\90K;³¥Í'Ö\7f\9e§yÈ\15Y§óðÛøÃÛ\11\ 4 ©\90.T\84'@\10q\fWG;Z.ñ?@l>Í~á/\15\93£0ÒBcL¿R\94«,¿õK\83õmåC&\8f!9\0\95\10°:\1e\r#H\12?¨}_Ï7¹\v\r¸¤Ü4÷\0\1e»\r\ 1ò\11S\85\ 3§Bõ!\1e b­\91¶0J8ùQ\94~z\98}åqâ\89­üÔ(4\9c\94ÅÂ}I2¾³M\80b]æ¶>\10\ fâx\1eÄ\e½®îì|Þ!M$\94ë~ÎÔk\9eÜ\15\8e'\8a
+§ü\86­ü\8f¸1TKd5¡RÔÛ\ 6\140\1cc\8c\9c-\96s»°uƯÒUVä®\bxG=¬\8bQ¨7êá\ 6¯\9e\90äêæ\123ÇoÙRK=^\80+E\13qP\8aïÞ]`Á%\el\ 2º\ 5)¤ qì0R¦û2ô\18\rÅ2\14\8c<4\ 5é20k2ÓÕ<.µ5¿] ±<ôö\7f \9e\ 6ÊT\vP<-\9e/\89ãV¼Ó\8bëmi¬m´+\9cÇ\91Éz\8f®\1f³\89Í+ÛÑ\b\fÞ\88¿¼\r\1d0¹K     \9b\8b\1dÎ\90'\ 5T\väIPhyrL\19cÈÑpxr1¼>\7fçéz_\84<!?=#«ÂO®«&¡W>+pjCVý1«\8d\r×\1f\1c§hYõ¹\1cO\ 5\7fj\\9f:uä«-ò«\ e×\98PL??Õÿ¡³u¤5µño¤5\87ÔûY>µM\9d\173?z\ejÞÜl\8e/pã\ 3Åb\91æÓ=\8f°04\91\7fçAÙ\85`\92-K\93ÐóÎ>\8dêÒV¶¼w\8ee§ÞÊ>\87F`³±\ f\eçÔ\88\97¨ìNK\ 1\9cª¶P¥è\81úÉáHËtaW¶ôhP$\ fôÆÁJË,ý>·~É\13Óí¢ð\114/Ø\11t±j\1aC\8bµ¯}\1a9<ë|Ò\18r/\1eÀ®ðßtãç"\8cc¿Ùv-Rõðu\`ÿ±\ùdè¡\8aÅî\81|M\õR\86­À£uÔî\18\9c\8cßü\ 6\aèÍÜ
 endstream
 endobj
 55 0 obj
@@ -355,7 +360,7 @@ endobj
 /Subtype/Type1
 /Name/F8
 /FontDescriptor 60 0 R
-/BaseFont/HGETVK+CMCSC10
+/BaseFont/QQBDTR+CMCSC10
 /FirstChar 33
 /LastChar 196
 /Widths[319.4 552.8 902.8 552.8 902.8 844.4 319.4 436.1 436.1 552.8 844.4 319.4 377.8
@@ -501,9 +506,12 @@ l͌
 ¶\81S\91\ 5S\¸\01\18(\10¥;\12\vV"ij,F\17¹î\v¨ô/uï\88\88âFÅ\ e22Ppõ\f\ e\94\ 5Bq3@²\19  ­\870\90DB\1e!ó)Ñ¿×;æÊdV´XY³?;^A)Üù]ÿ\ eé\91^\15@d        D\9dǬS6\8fÜá\bD\8bùOÑWY)Ý@¾(eø!\85P!Þ:\16õ®!FÀñ\82gPÇÁU\b§\9e\86ªï\ 1\84k¨¯»±ç-/\98õÓ=ÎJ7³\83
 ÅÆW[dÝ9^ú´6Á\15\8c2Áý8\1c({\8dÊ¢cå{¼\8bH{Y;tR£ejv³QzÑaà\1c\99\83\83\ e\91Áj¡\16\19¨\8e@KãÝ\81\1dÛ\ e>PÏà<\vÔ\Ê+"º$x\91?\18°       \10\88\1f¤\19\\ 6\1f\90_F\Ú\13.\9a\93\93®YH%\87V¢6´;ÌxÇä.s\13»'ÁíI`÷ÓÐ0³T=C©\ 5fs;ÄUQ,8ZÙÐ`ZËw´¡]ÁB\80Óâ[ÙÊ5\89R\ 4Õr§lí¬D\96_\89\8a\1c\aèÔ{Qø\aéAz/I\90·È\9a      \80\15QßC\8a¤.q\bO\9aFÀ¡´QPëFÏ\18À\8du;Ý0t\&
 +¹\ 4Àu\1däAû4\17,\1d'å\°\94\8díT°.\94¬/Gl9C1øÿe\8b\14=Ùp®¿0¨Ò\8c^\08Uñ?lÜ\10\8d\80\81¶¾>\86\ e7gü¥\81Úa0wo8{R¡XöÂõ\12FäWø\1f(\10O$dÁ`QÍÉ\90ËÉ!1Ç\87\8d1üX£ç\ 6¼ø®O:\ 53w
-:Ú±ÃC«0-9ñÄÏtd\16\97jI!)\1c\95\ 3-ýÆ&\9b\3k\9bÜ\84\ 4A\19w:8ªø\1f752\ 6\8a\94áM\0\ 4~è¸àÁ\9d\84\15\95Þ\90»û¯H\1e%\92Ô\93lÕ)\958\ 3ÝÙÙi@8\18K"Á,Î\8b\13>\19\8fǦ¦\1cÃ\97èâEª\13Èlÿ4Î\95\99^\81\1dÏL¯Á\vOÓLcoÅ\95w³=Ç\1e¼L²P\98å\8dÙ
-\ 5\ 2O!óGÛ\80\10\13|áBq\16\8a'g¡<Ç\14ÀÁݯÔë\13\9bvÏ\\98Àl|µ}½\16Øä&¶å\92\9cØ\8d\18ü\s§\80µß¿mS§6sì\9d¿
-pqþ\80¯ÚX\94\8b\83óX³\83\95@ä#Àú\99 !L\87\83     #vYHr»¤lüäJ\82ïÞ·å9K f?0\80¹:/\ e°suF©Tg\1crâJ[·\vÆ\\86ÈÂÑ)±\8dâáÝ¿Y9\82\11\ 3Â^T¥\82hàO\v    \92Jïx1ÕÍ\9cë¦*\13~càÚÞA¥\85\96sÇëäw\80·\98\82\18Æ&\15ÐÀ[ªÚN\85ë\f_E\12§¡+\14C>4u%Ì®-<zíò~Ó+K\9e-\12ØÀUÀáò\18Ñó¯\14Ä\13ae?¸#\8f\ 2<\ 1,73¹\ 3¬â\9c\awd\89£\ 4ÆU3ò,$ð9\86\ 2Å3\86þ\85.\94¾D\87b§myÒ\95àDÍ\ fÞ\8e¿ú\1aú7YÉ\8cÊå\94\8d\vQø}ÄΩ\ 6\13ó]@®1þ(½\9bÊM\19ýÒ\1d6\97ÑC\1a¿JNÍ×-.Ý\96w\98åmÙÿ\88Z#ìm\8c\96J+}!Î\84\16ÎèÅ£\99¿\ 3¿\9a%¿\1aä×\8c\a\13¿ÂøÓ´\99(Ö¦\81ba.Í\91\e.^òÁsc\ fw+\ 2O\14\994S\ 4\1eø:   R±l\1dñ«©ûA&¨\88Â\ 6®\12ø\16îE !\81á\1c\12ø\80«`±À½w\9fkÞÂ3\9f^9,É)ÝÑ\15Ï\83¢Ôýúä\9dm\96\98X>¿§Â\0(ëß\vdv9\90\89ÂúÂ\89d\12xì;ìu*/\9f¡Ï\94\b&f\8a\8c È5f\15Jï~[ì¡À©)p°N\19¼\16.d\1e\ 5\91wïÁõ´\19\19\16\96I\89\98û\19`ã7.\82mµ4|3k\8b'ÍTUô\U\96\93\11\13ï97\17ç~Züα(Q\12·ÿMK:¶BK¬E\9e\11\ 6Óù\9d¼USâ&Kk¬XóåÈ?\fã³×\84§\a·é\ 6\9e\1eÔ\ fã\803\19\1f!ÁN\92v\93\10\bkp,åi\127\r?@PÌJéÉ\82\9d#\8aBG\8eÒ\0\1a\10Ã\9dÏ¢ýö\aOp\ 5ò\81\96fÿ\86\14\9e\93µN\82\17>Ýþ忺±\98Ö
+:Ú±ÃC«0-9ñÄÏtd\16\97jI!)\1c\95\ 3-ýÆ&\9b\3k\9bÜ\84\ 4A\19w:8ªø\1f752\ 6\8a\94áM\0\ 4~è¸àÁ\9d\84\15\95Þ\90»û¯H\1e%\92Ô\93\8aJ\9c\81îìì4 \1c\8c%\91`\16çÅ   \9f\8cÇcSS\8eáKtñ"Õ   d¶\7f\1açÊL¯À\8eg¦×à\85§i¦±·âÊ»Ù\9ec\ f^&Y(ÌòÆl\85\ 2\81§\90ù£m@\b\1cÕ ¾p¡8\vÅ\93³P\9ec
+ààîWêõ\89M»g.L`6¾Ú¾^\vlr\13ÛrINìF\f~®¹SÀÚïß¶©S\9b9öÎ_\ 5¸8\7fÀWm,ÊÅÁy¬ÙÁJ ò\11`ýLÐ\10¦ÃÁ\84\11»,$¹]R6~r%ÁwïÛò\9c%P³\1f\18À\\9d\17\aع:£Tª3\ e9q¥­Û\ 5c.Cdáè\94ØFñðî߬\1cÁ\88\ 1a/ªRA4ð§\85\ 4I¥w¼\98êfÎuS\95      ¿1pmï ÒB˹ãuò;À[LA\fc\93
+hà-Um§Âu\86¯"\89ÓÐ\15\8a!\1f\9aº\12\16\1e½vy¿é\95\16     là*àpy\8cèùW
\89°²\1fÜ\91G\ 1\9e\0\96\9b\99Ü\ 1VqÎ\83;²ÄQ\ 2ãª\19y6½_\9fc(P<cè_èBéKt(vÚ\96']    NÔüàíø«¯¡\7f\93\95̨\Nù\86ݸ\10\85ßGì\9cj01ß\ 5ä\1aã\8fÒ»©Ü\94Ñ/Ýas\19=¤ñ«äÔ|ÝâÒmy\87\96ý\8f¨5ÂÞÆh©´Ò\17âLhá\8c^<\9aù;ð«Yò«A~Íx0ñ+\8c?M\9b\89bm\1a(\16æÒ\1c¹áâ%\1f<7öp·"ðD\91I3Eà\81¯\93 \15ËÖ\11¿\9aº\1fd\82\8a(là*\81oá^\ 4\12\12\18Î!\81\ f¸
+\16\vÜ{÷¹æ-<óé\95Ã\92\9cÒ\1d]ñ<(
+Øïä\9dm\96\98X>¿§Â\0(ëß\vdv9\90\89ÂúÂ\89d\12xì;ìu*/\9f¡Ï\94\b&f\8a\8c È5f\15Jï~[ì¡À©)p°N\19¼\16.d\1e\ 5\91wïÁõ´\19\19\16\96I\89\98û\19`ã7.\82mµ4|3k\8b'ÍTUô\U\96\93\11\13ï97\17ç~Züα(Q\12·ÿMK:¶BK¬E\9e\11\ 6Óù\9d¼USâ&Kk¬XóåÈ?\fã³×\84§\a·é\ 6\9e\1eÔ\ fã\803\19\1f!ÁN\92v\93\10\bkp,åi\127\r?@PÌJéÉ\82\9d#\8aBG\8eÒ\0\1a\10Ã\9dÏ¢ýö\aOp\ 5ò\81\96fÿ\86\14\9e\93µ\9eÈúÓí_þ\vÇl\98Ù
 endstream
 endobj
 79 0 obj
@@ -528,7 +536,7 @@ endobj
 /Subtype/Type1
 /Name/F9
 /FontDescriptor 83 0 R
-/BaseFont/PERJIH+CMSLTT10
+/BaseFont/LHDGJD+CMSLTT10
 /FirstChar 33
 /LastChar 196
 /Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
@@ -544,19 +552,18 @@ endobj
 85 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2356
+/Length 2354
 >>
 stream
-xÚ\95\8fܸ\r\7fï_1-\ e¨§ØñÙ\92ü¡{ºK²¹Ë\ 1-\9aî\ 2\ 68gF³cÔcOlO6¹¿¾¤HÉöØûÑ'ë\93"EòG\8a^Ea\14­îWöóëêÕí\8foÅ*\8eB\1d¯n÷«8_Å2Ôjuûæc\90®7"Ïò$xUt\87õFJ\19üÇìMkê­Á®
-þYÔk\91\ 5ç¢Z\7fºýýÇ·1î\8e4RÚÀ\ 1ñj£t\98[b2\8cC±Þ$©\bÞ\9f\9b¾¬ïiËøp\85'o\84\ e\ 5íq\v7\ 2v\95\1d\9dÙQ«oèÛ\9ac\83l|]\8b<08\16\aýÁÐdwB)\ 2³-\81I;r4Eí©6{únMÛ\17\1d¤v(ÚbÛ\9b¶#\82MKs\ fk\91BgÇÃ\8e\87á¼\83©ª\10e[mX ¸\93XM\ 5\92Q\14láòlã3qH\1d\12\ f[H\1a¿»²+>Wv:&q2'\8e\9a¢?\9a\1aùêaRë`\8fÌâÜTx{èD´+\1cLýI§Ö|Åy$\96;b­éLû\15©\ 3c(\16)\16\85J¬P\ f¸\98n\ 4Mdß6Gj±\$0ô[³mîëòO+ ô\8b\8e¬¨;\13\8d\14AQïhܲ\ 5ëflÙA\90áh@\bê\9ao§¢îʦ¦«Ç\9b\97Àdênþº 3\80%©Iëð%­©\88´Fc@\14צ\13\ 3\90yp\17t\86W¿>\14'{2®\174öñ\8d¹\13IV\97=0Ñ}\ 2YD\92\ 3\97÷¼GÞ­iý\ 1ŶgN-Ó\1eM\96¹l<x\1dJ²©a\83\99Vx\95xg8v´þØõØ\8b\aË©/`|fGëË=\8d\95=\7f;¦ÝÐ|kN¨wëÝL«ì;SíÃõ&Sqðá\0sv¥çfÛ\1c\8f\9e\8dCÙõMû}Ñ^¼ª`i\fÆZlË
-nÍ \v"\ e\8a\16       \8ahb>ØGÏ\80kU\8a®À¢\87\1a¡\87\96a\9a®"{\86\9e0\1cx\8989@\8dæ-\13ϰçÄp$@[õ\9dÎÿ\83¶Ëa»¶º¡í\7f\9d\11OÂLòäß\99ÞH;, X5©[æq\98Ëñ=9} MX r=q\ 5«\19\91ç\83°¸rä\b \89(¸±F\v[o̶·\97\8e«t\18ÓèGÂv\1cûÍ\93\81ñ·ë\1c<ÑiÆ\9a³Î\9c9Ãâ8Òv,·`3U3\99ë±i\r\ e<ª¬ØÙ·\rD\8f¶ö à\99\7f\89\17ß\1e\8cµ\8e\99Äh\80­áæ\17\a¯*F\98g/®ËîØý´Þ¤Ñ²á\88(\rs§FÓm\v\86X¢91\8b\99\8e3\8dÚ¢­Wì\95ÀA5bÈtWc\1f\ 5ÎvÍ\19ñ\9cÔ\1eE$ãTí]8\v¨t¿\ 2xÕC@E5bH½&¶ÁMñγ\ 4\11\96ùR\87\vé±nêÍ`ryð\99\10ó¿]Å\16\92-x@\1cë0qwww·ä\ 3Âù\0\91µa\1c¾\ 4½ÐxåÉ»»§ \ eS\93»\ fézßõ4wrq   ÷Ñ~O\12\8cÖ´\16T¡óu\9d$AQ\9d\r-\ 2ègx\8dB1¾wÞ-\82Ú|³gÄÁ$\f°#\1e\8a\9e\96í\9bª²iÇCwE\91ò¡ì\ f4Ç´@\eß¶æäÜNðá\93\e\14\89
-\85»ÁÚ<Temf×\b¼F9¯a¿~·'\92Å\9c"\98HìUò(É<Ô\8eä©([¦vbã/09 \vÍ¢0\9ex6\aè\84Ä\942½´\15ôs
-\174]v´¾nzj\90\9d]Ѭ÷ɱ\f\91\fÕó2èP9ÄwgØt\882\8c\943\fP?},\11;\ 1(d\ 1´´)Ź \15!ßw¤b+ºHD\98§c#)mÊ\84\ 1´g1;\97Û\8csÐÝe*Ä7\ 5ûêÓ\99·vÈ*Ïó\95\ 2\ 2B\12\91"RSÆU}'\b-ïk\80ÓÝÝú¥¸À©ö\r\83\11BÂ{\v,Oá\ 1\11¸®·UÓ\11@ët\96\fK\9d\ 4\98\9cÃ:\1c#Ü¢ñ»%¨À`\9by0x
-)0UB2\17>\8e§ÐEÂ\9c÷q\1c\ 5\1fWìãØÅô\ e¿\86\139ì©\vo&\ 5GÚ£/Ù6ú°}\ 6\r\ 1\r\aÉ\10µ\95\85K\18s¢ûyj\1e\v<\ 5\83h\16\91½ã¨\8dÞÁv{n©Ï©MoáÃZ\8c©iË\8c¬\ 5\97\\ 5>îÛe\ f\aÃLÂ\1dmÍî\91Ôü3ÒæØZpR>vÕð±gÛ¥9I2§7\14¹\9e3§É#nbNù\829elN¹\v\8cÐÖ#sÊ\97ÍI«0v\0ö·'\93/2§l0§\94Í)sæ\94\8fÍi\122$\85\fËRQU\8b2\90)\81ày2y\17±)É\84£\9dL²A§2U\1c0&ó£\80\81ãöèd1òj=Àü\ fÏ%\9f2\95K4@ë.{ùã%$\b¦\80¯9-©ÂD<\99\bxbàHI\9ca2GÂ]¾¶d\92.\1c\0ð\91¾H\"ú\14«q¨äSb\8b\1c°Ý\96\ 6(\1aê\fïl\9a7`ôD\ 3¹xnëáEg;Þ  ½lêÚ½2±é\13vìÈ0\ 1ø\817úÇ\ezõáàµK\97m\82®â\84\13t\9c\8bS\ e\16³Ä\9cî\1d_\87\97Q[°¨\1d\a\9d\9e\e\17rÉQ\r\ 5;MíÂ\14Á\12\86ìÈÂÖ\8eOÄÎwj75?\ f¬\8d»w­\r\9b~/\1f\11{\8fÛ\90\16.q\8e,\a\ 4\90r®pH\9fÔS¦#ÆÏ´Å\97\1e\1c\95æ/õ\94ÇId/«\17\91xÆÇ\98FÓÎS+\15fÙÿ\97\89\f>°ñªHyãUÑø\89#.,Ê>èí\9b\vSf\Ko¶Èk8åà·ã\94\béÓøEö\12¥l/ØØsÕ
-N°CÙ<¨D        \1d\86\93\17©\99Í\9f±¦yÁ*î¡`Ê\15ºt\ e\ 4\9d¸±)\1c,(è\84\89\7f,ÅáÁ]TÄ\8cA£2{¤\83u\86úH)®Ä"\121\99¦\98kà´\a\vØÄ¹\ 6\ ec®A×£\86b\82\9dqï8l{Ô\81E\ 3¡x@\1d5öK[b\98y\19\ 1\87¿\9a\Sþ\9b»7\ f
-ú\ä\17\9b4\8e¸Z\84³¾H\84\9dáé\9fÓ»Ðî\1f\17\r¡ïª>\91K¢ó\11xæÚß\a\90p¹×\92\ 6øé!FÅV@\1a\8ej\8d\8eÜ\90³«GJ\14Ô\9d\98Ȭj!\aÀU\10Ô¦Å[\1cñUÌ\8eú\v>/FÑê\1fÏ\ 4>\85y\8b-3,Ò\92\10E\9cëÿüLàC
-\87b\VGâÓH\80#Þ´q\ 3á?¶,TÀ´\87
-\18s\16\87m\8asäöy\1cJ=VÖ\10ùà\86\81gL?Q\11>öÁð¿\91µi\rØ\87ÃOW®F|Ϻ\8có\97?\9d\14庿üëæÝæõ\90ë>öÇbòvú\80e3®\85§\9c¾¥\gÆÆ¾i\8fó2¢\18Ôò\ 3¿\8cô¸Æ\12*\97¥Á\9bÑó1Vl\12¦âѧ\95\ e\9f°\a8\e\9eÉé4o\81P\ e"`\8a\96D\9c*à{\ 3o\eä¢ÍÖ\aHF\8d\9e3«¨\ 1˾¢6fyÄ\94ÈB\99\ e\953\99e\84%Ö$ÀÛÃdò.\9bÀÊfT¥CcÏæ\11@\81ÖZsª\8a­[Qtô\1d\84%¨ÅÑÔ# ¶©¤\r\ 4hè5ïíAî¢ExÎ35\8d!˵îq9\11\r±3_ÎøÿÌ×\11ödÚ£r»û\rÒ2üì̶±$v\ e¬\8aî2Q\82Ü\a\8f¿¾ýËÿ\0R£A«
+xÚ\95Y[\8fÛÊ\r~ï¯p\8b\ 3T.Ö:\9a\8b.Ó§\9e$\9b6\ 5Zôt\17ÈC6ÀQìñZ¨,9\926\9bô×\97\1crF\92å½ôIså\90Cò#\87Z%q\92¬îWîó×Õ\9bÛ\9fßË\95Hb#V·û\95(VBÅF¯nß}\8a²õF\16y\91FoÊþ°Þ(¥¢\7fÛ½íl³µØÕÑ?Êf-ó衬×\9foÿþó{\81»\13\83\946p\80Xm´\89\vGLÅ"\96ëM\9aÉè×\87\9a{Ú2=\ãÉ\eibI{üÂ\8d\84]UOß\87Þî¨5´ôíì±E6¾­e\11Y\1c\13Ñp°4Ù\9fP\8aÈn+`Ò\8d\1c\ 4ªí\9e¾[Û\reÕp\a©\1dÊ®Ü\ e¶ë\89`ÛÑÜãZfÐÙñ°ça<ï`ë:FÙV\e\16\bîDè¹@*I¢-\\9ek|!\ e©Câa\vIãwWõå\97ÚM\v\12'÷â¸e\9d-\87£m\90¯\ 1&\8d\89öÈ,ÎÍ\85w\87ÎD»ÂÁ,\9ctêì7\9cGb\85'ÖÙÞvß\90:0\86b\91bQ¨Ô     õ\88\8béFÐDö]{¤\16ËE\ 2C¿³Ûö¾©þë\ 4\84\93\15õ\ fÄ\15r£dT6;\1awlÁº\ 5[n\10d8Z\10\82ºöû©lúªmèêñæ\150\99ù\9b¿.é\f`I\19Ò:|Ik:!­Ñ\18\10ŵÙÌ\0T\11ÝE½åÕo\ fåÉ\9d\8cë%\8d}zgïd\9a\0\9fA\16\99\16Àå=ïQwkZ\7f@±Ý\99sËtG\93e^6\1e¼\ e­ØÔ°ÁLk¼J¼3\1c;:\7fì\aì\89Ѳpê+\18\9fÝÑújOcÕÀß\9ei·4ßÙ\13êÝy7Óª\86ÞÖûx½Éµ\88>\1e`έ\fÜlÛã1°q¨ú¡í~\´\97 *X*ÀXËmUíYdA\8a¨ì\90 Lfæ\83\f¸V­é
+\1czè    z\18\15gÙ*qgøóÝ     ã\81ç\88S\0Ô\18Þ2ó\fw\8e\80#\ 1Úê\1ftþo´]\8dÛ\8dÓ\rmÿý\82x\1aç\8a'ÿÈô&Úa\ 1ÁªIݪ\10q¡¦÷äõ%\ra\81,ÌÌ\15\9cfdQ\8cÂâÊ\89#\80&\92èÆ\19-l½±ÛÁ]:®2± ÑO\84í8ö·@\ 6Æß¯\vðD¯\19gÎ&÷æ\f\8b\85\10n¬p`3W3\99ë±í,9ô\ e<ªªÙÙ·-D\8f®        \10\98\7f\8d\17ß\1e¬³\ e¡ØL\ 4\1a`g¹ùÕë\16\bóìÅMÕ\1fû?¯7YrÙpd\92Å\85W£í·%C,Ñ\9c\99ÅBǹAmÑÖ+öJà \9e0dû«©\8f\ 2g»ö\ 1ñ\9cÔ\9e$$ã\í}¼\b¨t¿\12x5c@E5bH½&¶ÁMñÎó\14!ê       \96ùRÇ(û\vé±i\9bÍhrEô\85\10ó?}Í\16\92\0!L\9cú»»»»ä\ 3Òû\0\91ua\1c¾\ 4½Ðx\13Èû»§ \ eS³»\8féz?\f4wòq    ÷Ñþ@\12\8cÖv\ eT¡óm\9d¦QY?XZ\ 4ÐÏð\9aÄrzï¼[F\8dýîÎ\10Ñ,\f°#\1eÊ\81\96íÛºviÇc\7fE\91ò±\1a\ e4Ç´@\eß·öäÝNòá³\e\94©\8e¥¿ÁÆ>ÖUc\17×\b¼&\ 5¯a¿þ°'\92å\92"\98\88\b*y\92d\11\eOòTV\1dS;±ñ\97\98\1c\90\85æI,f\9eÍ\ 1:%1\95ÊÎm\ 5ý\9cÂ\ 5MW=­oÚ\81\1adgW4\e|r*C¢bý²\f\1eñý\19.\1d¢\f\f\ 3ÔO\1fGÄM\0
+9\0­\JñP\92\8a\90ï;R±\13]¦2.²©\91T.eÂ\0\98½Ïm¦9èî<\15â\9b\82}Íé\81·öÈ*Ïó\95\ 2\ 2B\12\91!RSÆUÿ \b­î\e\80ÓÝÝúµ¸À©ö\r\83\11B¯\ eX\9eÃ\ 3"pÝlë¶'\806Ù"\19V&\8d0QÆ9\8fu8F¸Eãw\97 \ 2\83m\1eÀà9¤ÀT      É\9cù8\9eB\17 sÁÇq\14|\³\8fc\17Ó;üZN䰧ϼ\99\14\9c\98\80¾dÛèÃî\19\90û7\ 44<$CÔÖ\ e.aÌ\8b\1eæ©y,ñ\14\f¢yBö\8e£.zGÛíCG}Nm\ 6\a\1fÎblC[\16d\1d¸\14:
+qß-{<Xf\12îhkwO¤æ_\906ÇÖ\92\93ò©«ÆO=ÛÎÍI\919½£Èõ\92\1eq3s*.\98SÎæTøÀ\bm31§â²9\19\1d\v\ f`\7fx6ù"sÊGsÊØ\9croNÅÔ\9cf!CQÈp,\95u}Q\ 62%\10¼Hgï"6%\95r´Si>êTe\9a\ 3Æl~\120pÜ\1d\9d^\8c¼Æ\8c0ÿÓKɧÊÔ%\1a u\9f½üö\1a\12\ 4SÀ×\92\96Òq*\9fM\ 4\ 21p¤Tä\98Ì\91pç¯-\95f\17\ e\0øÈ^%.\11}\8eU\11\9cØrJª\0lw¥\ 1\8a\86&Ç;\9bç\r\18=Ñ@Î\9eÛf|ѹN0\bh_6uã_\99Ø\f      ;vT\9c\ 2üÀ\eýÓ\r½úpðÚ§Ë.A×"å\ 4\1dçDÆÁb\91\98Ó½ãëð<jK\16µç 3pãL.5©¡`§m|\98"XÂÖ\98\1d9ØÚñ\89ØùAí¶áç\81³qÿ®ua3ìå#Dð¸\r\1cçÈr ÇO\ 1)\97
+\87ôI?g:rúL»øÒ\83£²âµ\9eò4\89üUxõ*\12\18Óh»ej¥ã<ÿÿòÍ,UÑG6^\9dè`¼:\99>qä\99\a½{saÊ\8ckéÍ\96\ 4\rg\1cüv\9c\92g\ 6!}\1e¿È^\92\8cí\ 5\e{®ZÁ       n(_\ 6\95$¥Ãpò,5sù3Ö4ÏXÅ=\14L¹B\97-\81    \96 \13·.\85\83\ 5%\9d\8fKqxt\17\9d0cШí\1eé`\9d¡9R\8a°«°\88DLf\19æ\1a8\1dÀ\ 26q®\81Ã\98kÐõè±\98àfü;\ eÛ\ 1u`ÑHH\8c¨£§~éJ\f\v/#à\bWS\18Ê\7f\vÿæÁVI\9f³üb\93\89\84«E8\e\8a\19\9fþ\ 5½\vÝþiÑ\10ú¾ê\93ø$º\98\80gaÂ}\0   \9f{]Ò\0?=䤨
+HÃÅÖI­Ñ\93\esvýD\89\82º3\13YT-Ô\b¸\1a\82Ú¼x\8b\8aÙSÿ\82ÏËI´úÓ\v\81OcÞâÊ\f\17i)\88"ÞõÿòBàC
+\87rZVGâóH\80#Á´q\ 3á?¶\1cTÀt\80
+\18ó\16\87m\8asäö\85\88\95\99*k\8c|pÃÀ3¦\9f¨\88\10û`ø_ÈÚ¼\ 6\1cÂáç+_#¾g]
+óú§\93¦\÷\97\7fÞ|ؼ\1dsݧþXÌÞN\1f±lƵð\8cÓ·\8cëÌØØ·ÝqYF\94£Z~â\97\91\99ÖXbí³4x3\ 6\8aMãL>ù´2qî÷\13ö\0gã39\9bç-\10ÊA\ 4LÑÒ\84S\ 5|oàm\83\´Ùù\0ÉhÐs\16\155`9TÔ¦,O\98\92y¬²±r¦ò\9c°Ä\99\ 4x{\9cÎÞe3XÙLªthìù2\ 2hÐZgOu¹õ+Ê\9e¾£°\ 4µ8\9a\ 5\ 4Ä6\95´a)\9a\0\r½å½\ 3È]v\bÏE®ç1är­{ZNDCìí×\aü\7f\16ê\b{2íI¹Ýÿ\ 6é\18~vvÛ:\12;\ fVe\7f\9e(Aî\83Ç_ßþî\7f¾]A¥
 endstream
 endobj
 86 0 obj
@@ -609,18 +616,20 @@ endobj
 93 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2609
+/Length 2608
 >>
 stream
-xÚ\95YKsܸ\11¾çWÌ\9eÄ©x°$\bð\91\9bí\95S\9b\8a+©µ*\17IU¡8\98\11b\8a\9c\10¤m¥öǧ\eÝ 9âH\95\\86x4\80\1f_÷lb\11Ç\9bãÆ\7fþ¼ùpóó'¹IbQ&\9b\9bÃ&)6I*Jµ¹ùå6*¶;Yä\85\8e>Tîq»KÓ4úÍ\1cLoÚÚ`WE\9f«v+óh¬\9aíýÍ_~þ\94l\12%R\85;íà\80d³S¥(üf©\90Û\9dÎdôåÑ4\r,Ïuô±{zªÚ½£ÅK6\14ò°Kc¡\13¿ú=,ÐiäìÓ©Á³µ\8a\1cï\ 3Ã5íÃ4c½\95Y\84\fk\19U¼yºØ\\97"ßÄ~_S?vt³\8a>\ fô©W,i%
-Å«ê®uÖ\r\8e\ eì\ eô\1d\1eÍ\8a\1d\15ÙÁ\99\86)\ e]Ót(°ïøcöÄâ\ 3v\9eñÀÍNÊR¨b³\83GH´?«ê\8fã\93ñb\1eÜ;âÎ\99SÕW\83ßÀóì7\80\8cÜ©ª\8d\13~7\96b\92\8b4÷{}îzdQÅÈ"\bò\av\92I\924N/â{\15\91'\9e\1c\95\9c?\14æü­á;=       \91\9d­î«ö\18è\87îh@B=QÚ\96î\eX\9c¯\8b×ÐÑ·­Ö°\815Ãt7EG¤\97\ 5v\9eÝ\9f¶;¥rÜÏOñò\93%vMc[CC\81âû£­qý#íI\8f\ 6ãÝ8\9cÆ\81Û|P\17\16Ï/
-\9d\aÚ\1aÆ\8c£\91i\13Û.÷À\e\92\15àýÔ|?x&XÞîß\11\ fÄÚ¤\82 "^Ô'êv=Qá\ 2;Ø®­\1aÖQС\1fëáÝ9aØÎ\ 1\83\82\87Écß\8d\1eÅd°©\88Ë\85Á\82\ 2²¶\80Å\8a\84m6<òÿk´²T\93\86Èra\1a8a\1d}½ø°ñÕÒ\14Ù\14\8e\9cÑ\83ßéF²\ 4pBLùÔ¹!¬\19L+@\1f@¾¿\ eW\8eFÿ5Ò¼BñzvÌ¿GïÁ.+ \9d\9c\92\92\9e·Y\98\1cvg\9b=w-q&dÉ^â¡©Ú¯+)ÉBd)Sx{\8ec¼Î\93mÃîj2hYJÒA\1c\f\8c±´R2ÛpMP\ 6ôzCß5¼\8e-\0\98îz&º\83kðâ\8f\8fÕiÇ"HA\ 6r)\83ÁkK\9eD\12?qtû\8b¹\93:o½ú¹{äºH¢Su44\9fÞmAîZçÑ\8d·\ 4X\89ô=J\1e;A\96D}4-pÕ4ÏÔuÌhmq\8d7)XRÑg6¼\1c]\b\r²\ 1RÇü0õ\b\92{wÑܾÛá\91,\8emTE½ñl¥ì¸Ót\9eZ¼9.ásÀZ\ 2]5\ 4[ôl]96Ü¥\8f\9e}oºô½$\19ðj½\19Æ\1eMTg\91\eªatÔæÇA\92/¦FIÓx*r¡iüöú\87\1d\8b\9f"\9b\9e\ 2HÒønK\14\14\96È%âQSè\º3\98°\8e\ 6!P½b\12Æ\9fªb5ñ\8bí\8a¿§Þ\87´ov\8fê«â9\1ea\eeëM X\ 6`p\11\9amàÔ9ûce%©\14!Ø&q\f\9c¬L\r\946\ 4ñï\95\1dNv¿ÚD)\8c¥Ds\18[/S\10\98\92\89÷\95È|"\8bÕÎy.$¯ú#Mª\ 5\f\10y\98\1e0\16*0e\ f³\0üQAè^Æ p¡Ïl\8e\82\1a+ÔÒ!¬"¼=¶\ 1o-\18\14\85~\95µLÄ\19O^pý \ 6¤óÎ?\9b\9c?\ 3¶¿c0\85\83}0}ÓíKvû+·\98\88"H\rB3EåÕk\ 1ò   onÝYD\9c\ 2\ 6,À`\9a.\91GªÞÂGÿ\1'Óà\8e\7f_\83¾ùµ¯\ 4#´²\14e±¶ì\14á]ÿ\14\81¢ñt\85\15"Iñ\92+A¥¢È\96\ e\16\83¸\96*ºÝ\9dîï±       ~à§{ZZÎKËDdÉ\84O½4ÖF£¥ÈCxºý}µ\a\9c\9b\14ç{È7÷\10Bܯ\84\93
-´:_\89\b\8d  ,ßö\16¢#S\ 5@\86ö2ù&$A(\83$\93\11½\10£§qÁ¾Ú\16ü¦á¥ßlEk«\17\8b±Ä\7fÃÎ\fÝp\ 5\82ïZ\ 5\95Öü\18H\9b\98Y\ 4\1dJÃ-«!<-c2\7f7JFfr\9aêM\15ôu\b\1atêÍ7Û\8dîL©¯\98\8ad÷VxQq\82áÍôßB~¡\0]LÑ÷åK\96J$Á)x=[a\15ð\84Á\9fÕÕè\8c£\1d\81Ø\aE<\ fC\ 2äB¶vÔ'ÁÆs\90ÆÁSo\19·1O\arÀI\90\7f¼~YpÒÞä±\ 5ñ\87¡J\86\17^¸MÂ%\0\85\1c"\10\0     \8c\19cدǾ7\ 4\92\b\90ÇѼw+ð5Mu¢,\a:w(½,\ 2´²«=.Ï"ÿ _}\94\85-È>\91\94a\8a\8e@NýÙ\10\ 4ßg7\98§\17ʤgÁ\ 3\9e*<7\0#pIQÎN\vÚ¤\1fÐXj\ 4t    û@T\83»gIÂw\87\89\v^\ ebn\1cÞrwZ{ñD¨\10\88\9fîÄ \ 4\ föZ\8cé\9c£É\89¥)o\826;@ò\93Y"tº4\e\ fß<Ü÷fRj\82\ 4ýö4ºÄÖ\vÔP\16"ÏÞ\ 4\r ®åä\99@"\92ðè
-9HQ\86«ÞüúùúÓß~ûüþf\1d1\81ÿp^HG«\a\1fp0í¨P"ÏÔ\99\ 1©Ï/\ 6¾'ß·¢kMÑ\ 1i\86\9ePe\10\a'ÿ\89\90ÙR9.`ã¤\88\1e¹\86\0\9d\9c\1f\ 2F\83QbÛ¶t\1a½\1fP¹Çnlö49s\v\9d½u§¦"\89ã¨÷ei \10\94      f,
-ÛhÄ\ 48zË%!hþc[È \e\ 4¤\97\94\9cñi\FZ£gLB\80Lb/\1eøì\8d«{\eT\ e(½=Â\ 4_\10     \11\97°\r¿D\°\\9dç;$ @\rV8í³2\86\12Ð×\9b\8e\ fÒ¸\10\b=&c>a»à_3ªß\0\ 3ÞCPv\ 3½\90vqr\95Â\9bB¸\ÈâÉúÂQ\88ji¬æ§ãà\83ßP\94\81é\87Ñ6\83m}LIær\r\10\ 5TKS1;\9c8\14@rÆl^6:zßÒ$\84/ÓO\18ri\19º\9cAÄ«\82\11\ 2ß³ÐX\1f[\98{]µmÇñ\90\9d\1c\85:gBlt\16<1hÏ+åª_1ãÍYN2_E\7f\9có5\ 4\98òGá@È\a©W¹ç\96ÐEßµ\10XÑó#yÈ\84¡9)8Ò#ìM©yûW,ña\86%\8b\8c5\18ÇË»-\8f1_á­.'O\84ëéÍ  #2.l\9aKÐ5\14ofH°\ 6\8eÞ±P\16
-\0x0¯\88ïzÂUÈã\IÉ©\18æÅ\83\9fì\[h\88äúR\9c´.ó¹¢\1f OÄ»¹ñ\81uSúÐÉ"Î^\8a8\9fDüq©B+Ñ]\87ð\86\8eRF×-å\99ð\92!ÙÆ×AÄÆþ\ 5\88dék\11\99\fÑ\10Æ(\7fÅÖ\94os\89   Ç*ú¼\90\ 1Rø,¤\f¥\83W6\92ÓF¯ÁŦò\10C-«\19JÒK«°»zÁ\ 1\1a4@ʱ\ 5§êhõp!\96%e>§\9c\98Z\1dÀ7^J­t°Ú)ª#\v¼³iÑ\9d2_¡\ e\ 1ÍÙ÷CGá«aã\96\83*\ 2ýü\85£ÿâ\83\1f\aòYT+ʦZQ\16é\98\8aEy\82ö½º\8f\84c\8aÿá>e²L\15QQé\ e|\1e     uRm6\9f\9dJ0ù¢\ 4ÃJ\8fß!`H\886\10¿\9bÑ\10Øã\9a\98Â2ß\12ÅQuG\86ÇÖ(ÇÞ\1e\1f½\9ab\8d\92Ê2K\1d\0\1aoÉzR,hqÁJ\93^\ 2}Ûµ»ÿ\98\9e \89[¼¤Î©à\v\83ó´=ðZúgD.\9d\8b\98KñÙ\8du\rzv\18±*W¤\88\9erH9Ñ\ 1+ÉòPp\93ó৤^\ 4?ì­qg\92'såá§7\13l:\ 2R Úì}¦±<ùì\1dÑêu<Or\81
+xÚ\95YKsܸ\11¾çWÌ\9eÄ©x¸\ 4\bð\91\9bí\95S\9b\8a+©µ*\17IU¡8\98\11b\8a\9c\10¤m¥öǧ\eÝ 9âH\95\\86x4\80\1f_÷l\928I6Ç\8dÿüyóáæçOr#\92¸\14\9b\9bÃF\14\e\91Æ¥ÚÜür\e\15Û\9d,òBG\1f*÷¸Ý¥i\1aýf\ e¦7mm°«¢ÏU»\95y4VÍöþæ/?\7f\12\e¡âTáN;8@lvª\8c\v¿Y\1aËíNg2úòh\9a\ 6\96ç:úØ==UíÞÑâ%\e
+yØ¥I¬\85\1e\16è4röéÔàÙZE\8e÷\81á\9aöa\9a±ÞÊ,B\86µ\8c*Þ<]l®Ë8ß$~_S?vt³\8a>\ fô©W,i\15\17\8aWÕ]ë¬\e\1c\1dØ\1dè;<\9a\15;*²\833\rS\1cº¦éP`ßñÇì\89Å\aì<ã\81\9b\9d\94\8aÍ\ e\1eAh\7f\1fÇ'ãÅ<¸wÄ\9d3§ª¯\ 6¿\81çÙo\0m\19¹SU\e\17ûÝX\8a"\8fÓÜïõ¹ë\91E\95 \8b È\1fØ\11\93$i\9c^Ä÷*"\17\9e\1c\95\9c?\14æü­á;=        \91\9d­î«ö\18è\87îh@B=QÚ\96î\eX\9c¯\8b×ÐÑ·­Ö°\815Ãt7EG¤\97\ 5v\9eÝ\9f¶;¥rÜÏOñò\93%vMc[CC\81âû£­qý#íI\8f\ 6ãÝ8\9cÆ\81Û|P\17\16Ï/
+\9d\aÚ\1aÆ\8c£\91i\13Û.÷À\e\92\15àýÔ|?x&XÞîß\11\ fÄÚ¤\82 "^Ô'êv=Qá\ 2;Ø®­\1aÖQС\1fëáÝ9aØÎ\ 1\83\82\87Écß\8d\1eãÉ`Ó8)\17\ 6\v
+ÈÚ\ 2\16\e\v¶ÙðÈÿ¯ÑÊRM\1a\85\84uôõâÃÆWKSdS8rF\ f\eÉ\12À   1åSç\86°f0m\fú\0òýu¸r4ú¯\91æ\15\8a׳cþ=z\ fvY\ 1éä\94\94¬ë÷¼ÍÂä°;Ûì¹kI²X\96ì%\1e\9aªýº\92\92,â,e
+oÏI\82×y²mØ]M\ 6-KI:\88\83\811\96VJf\e®     Ê\80^oè»\86×±\ 5\0Ó]ÏDwp\r^üñ±:íX\ 4)È@.e0xmÉE$ñ\93D·¿\98;©óÖ«\9f»G®\v\11\9dª£¡ùôn\vr×:\8fn¼%ÀJ¤ïQòØ    ²$ê£i\81«¦y¦®cFk\8bk¼IÁ\92\8a>³áåèBh\90\r\90\87©G\90Ü»\8bæöÝ\ e\8fdql£*ê\8dg+eÇ\9d¦óÔâÍq \9f\ 3Ö\12èª!Ø¢gëʱá.}ôì{Ó¥ï%É\80WëÍ0öh¢:\8bÜP\r££6?\ e\92|15J\9aÆÓ8\8f5\8dß^ÿ°\ 3\8d~ñ+ýSdÓS\0I*î¶DAa\89\"\1e5\85Î¥;\83  ëh\10\ 2Õ+&aü©*Q\13¿Ø®ø{ê}Hûf÷¨¾*\99ã\11¶Q¶Þ\ 4\8ae\0\ 6\17¡Ù\ 6N\9d³?VV\92Ê8\ 4[\91$ÀÉÊÔ@iC\10ÿ^Ùád÷«M\94ÂXJ4\87±õ2\ 5\81))¼¯Dæ\85,V;çy,yÕ\1fiR-`@\9c\87Éví\ 1\93X\ 5¦ìa\16\80?*\bÝË\18\ 4\1eë3\9b£ Æ
+µt\b«\bo\8fmÀ[\vÆ\84\94q¡_e-\8b\93\8c'/¸~\10\ 3Òyç\9f\9f\ 1Ûß1\98ÂÁ>\98¾éö%»ý\95[\14q\11¤\ 6¡\99¢òêµ\0ù\847·î,"N.{\ 1\ 3\16`0M\97È#Uoá£\7f®\98\93ipÇ¿¯AßüÚW1#´²\8cËbmÙ)»þ)x\88\ 3Eãé
++D\92â%W\82Jã"[î};X\fâZªèvwº¿Ç&ø\81\9fîii9/-E\9c\89 \9fzi¬\8dFË8\ fáéö÷Õ\1ep®(Î÷\90\11ÇñýJh;©@«ó\95\88Ð\b\ 2Êòmo!:2U\0dh/\93oB\12\842H2\19Ñ\v1z\1a\17ì«mÁo\1a^úÍV´¶z±\92º\18Kü7ìÌÐ\rW\10c*ø®UPiÍ\8f\81´\89\99EС4ܲ\1aÂÓ2&ów£dd&§©ÞTA_\87 A§Þ|³ÝèÎ\94ú\8a©Hvo\85\17\95\b\fo¦ÿ\16ò\v\ 5èb\8a¾/_²T±\bNÁëÙ
\80'\fþ¬®Fg\1cí\bÄ>(ây\18\12 \17²µ£>      6\99\834\ e\9ez˸\8dy:\90\ 3\16AþÉúeÁI{\93Ç\16Ä\1f\86*\19^xá6     \97\0\14r\88@\0$0\ 2Ñg\8ca¿\1eûÞ\10H"è¡B\1eGóÞ­À×4Õ\89²\1cèÜ¡ô²\bÐÊ®ö¸<\8bü\83~õQ\16¶ ûDR\86):\ 29õgC\10|\9fÝ`\9e^(\93\9e\ 5\ fxªðÜ\0\8cÀ%E9;-h\93~@c©\11Ð%ì\ 3Q\rî\9e     Áw\87\89\v^\ ebn\12ÞrwZ{q\11«\10\88\9fîÄ \ 4\ föZ\8cé\9c£É\89¥)o\826;@ò\93\99\88uº4\e\ fß<Ü÷fRj\82\ 4ýö4ºÄÖ\vÔP\16q\9e½    \1a@]ËÉ3\81D$áÑ\15r\90q\19®zóëçëO\7fûíóû\9b\ 4þÃy!\1d­\1e|ÀÁ´£B\89<Sg\ 6¤>¿\18ø\9e\8a®5E\a¤\19zB\95A\1c\9cü\8bXfKå¸\80\8dE\11=r\r\ 1:9?\ 4\8c\ 6£Ä¶mé4z? r\8fÝØìiræ\16:{ëNME\12ÇQïËÒ\12 (\13ÌX\14¶Ñ\88    pô\96KBÐüǶ\90A6\bH/)9ãÓ¤\8c´FÏ(B\80\14\89\17\ f|öÆÕ½\r*\a\94Þ\1ea\82/\88\84\b3ýKØ\86_")X®Îó\1d\12\10 \ 6+\9cöY\19C èëMÇ\ai\\b\84\1e\931\9f°]ð¯\19Õo\80\ 1ï!(»\81^H»8¹JáM!\.dñd}á(Dµ4QóÓqðÁo(ÊÀôÃh\9bÁ¶>¦\88¹\\ 3D\ 1ÕÒTÂ\ e'   \ 5\90\9c1\9b\97\8d\8eÞ·4     áËô\13\86\Z\86.g\10ñª`Òs\84À÷,4ÖÇ\16æ^WmÛq<d'G¡Î\99\10\e\9d\ 5O\fÚóJ¹êWÌxs\96\93ÌWÑ\1fç|\r\ 1¦üQ8\10òAêUî¹%tÑw-\ 4VôüH\1e2ahN
+\8eô\b{SjÞþ\15K|\98aÉ"c\rÆñònËcÌWx«ËÉ\13ázzsÂ\88\8c\v\9bæ\12t\rÅ\9b\19\12¬\81£w,\94\85\ 2\0\1eÌ+â»\9ep\15ò8WRr*\86yñà';×\16\1a"¹¾\14'­Ë|®è\aÈ\13ñnn|`Ý\94>t²\88³\97"Î'\11\7f\ªÐJt×!¼¡£\94ÑuKy&¼dH¶ñu\10±±\7f\ 1"YúZD&C4\841Ê_±5åÛ\b±\8a>/d\80\14>\v)Céà\95\8dä´Ñkp±©<ÄPËj\86\92ôÒ*ì®^p\80\ 6\r\90rlÁ©:Z=\\88e¢Ìç\94\13\ 3øÆK©\95\ eV;Eud\81w6-ºSæ+Ô! 9û~è(|5lÜrPE \9f¿pô_|ð\83'ÿ@>\8bjEÙT+Ê"\9dP±(\17hß«ûH8¦ø\1fîS\8a\88\8aJwàóH¨\93j³ù\1íT\82É\17%\18Vzü\ e\ 1CB´\81øÝ\8c\86À\1e×tÁÆ\14\96ù\96(\8eª;2<¶F9ööøèÕ\14k\94T\96\0ÐxKÖ\93bA\8b\vV\9aô\12èÛ®ÝýÇôLHÜâ%uN\ 5_\18\9c§í\81×Ò?#ré\´ c.Åg7Ö5èÙaĪ\\91"zÊ!åD\a¬$ËCÁMÎ\83\9f\92z\11ü°·Æ\9d"\17såá§7\13l:\ 2R Úì}¦±<ùì\1dÑêu2Or\81
 ZS\81
\96¿L\96EMw´u\15\1cu\9eM\819¤uGFLJ\92{À/¯VÓ!éâ\90\94ª`ð%øÂÐjÏsÔ¥ò\98GW(×$ådMNÿa!ñ"N()9A\92\1c'\90v~J\1c¶íÌÞEÄõÂ\9dMacQ\¢(Â<\1fè¿!\9f\98¢uLUÏ\8aÈ\bx\81)P´¹¾ùÃ\7f\ 1É;mC
\96¿L\96EMw´u\15\1cu\9eM\819¤uGFLJ\92{À/¯VÓ!éâ\90\94ª`ð%øÂÐjÏsÔ¥ò\98GW(W\91r²&§ÿ°\90x\11'\94\94\9c I\8e\13H;?%\ eÛvfï"âzáΦ°±(.Q\14a\9e\ fôß\90OLÑ:¦ªgEd\ 4¼À\14(Ú\ßüá¿Ý¥mD
 endstream
 endobj
 94 0 obj
@@ -645,14 +654,16 @@ endobj
 /Length 2183
 >>
 stream
-xÚÕY[oä4\14~çWÌÓ\92\91\18o|I\9cì>±À"\10\ 2   *ñ°E"\9dq;\81L\12\92Ìv\8bøñ\9cãc'Î$ÛvÅ\13/\8dÇ\97ãsýüÙÝÄ,\8e7w\eûùvóæêå[±á1Ëùæêvó\r\97,W\9b«¯ßE_\1d\8bv0Ýv'¥\88ä«íN©$zSôå\1e»dôËÑT\155ßn3\11\99b8w¦ßîDÂs\15åÛß®¾\7fù\96£Ä8Gé;Ø\94ov*g\99Ý@2Áäv\97¤"ú¡ì\aX)u\125·ôýª9\9d\8aúÐ\93\98PI\85\1aîDÎ4Éù\92¦È`
-gz\13ÛÁ
-$/D\88\94)á&\94¸¯\10QA\9fÞüu6õÞà/IÊ@oS\e×èhàÔt®§-[09\8bLUÖ¦÷BÚ¢+\ 6s É7[¡£\als/i\12=\1c}\aÊÑ\91\81\85M×Sßï\vÓ¤ÊX\9a;Ý_/,K\98ö\86\ 5ÊP+2¸`©t³^¬\89\90\93\b\18\85\90\89\84er³\83PrJ\8e\15ÅX<Ê\
-\85\88¨4TL:_Ê5\ 5!>qæfÿóϪ°d&LF\90*ÔhÚ¡lꢪ\1eH:¤ð©¬]0d\10\féÃ
-\93l0ä\9a¿y\96M\9a¿~ÂY\1f\93!¦¨¼x\8e\bò\f\18µô²À\bÐìÚÜcÎ-\ 4ªxò\1e£\0BæÙ¢á)K)\80?\81Å"\8d1ýzCM[*¶Õ¸\94¦Tü\ 2ór5\8fÀ°ü¹AG\È)L¸ÅJÐs&\9f\19s\92u,0\94ïñ\8f¡\1e¨Ý¢"ùmgöæ\80\95ìÔ¿mªªÙ\8a4ºß¢i\aZá³\ 1Û+\ 6\94|Vð?ż\17O\95-ê{\7f\ 4 \ 5u\8f.\82yÂDJ%\98Ø\89£ùYd(]\9cùØ\9ç\f\89ñ\97\ e4!)\92\19Ü¥\ e\93\12\ f\83»d\84»Ä']Oã§b\84¶$*Z\87`EG£eí\ 6\96ÎH\14\93ÉS\10í'\f\rÉ9\0Æ\9eÊ\81~ìÝù`QN£íåû\1dùJ\80¯´
-}UT¦FM\aò\8e\15hëË~zs*÷MÕÔ\1fñÕwè\96XÙéðq;Ó\ f{|Ä\170\ 3¿G\98\89¥\83\92´è\9a\8aFf\98OsV2'á\8cëçæ\8eäñ´aïÎhØÊ|0ûó`¼º\93Jd\f9Nó\11ç\9dãú\87z\8f:\1f»¦nνEU®(´<µ.á\90\e»\15\ 3\96 óèêhÝ\ 2\ 3þûgÝ \94û\9a~\16®\9b\94*ë;úIZ\81ØÉÅ(£\9eF­ñ*ÀC-§ã𦰪þy×5g2iî¨dr#ó\a[ƲYU]\91
-rt\1d\17Ñ¡!8ìi¤n\ 6ê¿Çú,lBr\ e\0ÓÑøàE\ 4V\bÊ9è¼\16\89®ËþhC¥£iܯê\fð¨Ú)1\0©êiBé¶\8f\9d\1cH£³¹ÞZ\97ëè×#d8ÚD$k2è\8fæ\ 6©[<O>ì@\81Jq²\a\eÅ~(=\9câ\84\fCC#\19Ä~M}ï¾'Ñ0:\89þ\rìR©\8eÚâÎ-ÕùõÖvfd#ö\81]õ¡è\ eN\91º=;\15Ð\8962\93\19j5\11aºÎC\10\99\98)*sù¯2°è¦'tÃ^D7ü\16µ«M\94`>´U¹Ç\18âüÎ\1cJ@Nd\10£Ì\9eVù!,pü}Û5§E©^:ÿåÁ¼\7fY\9f!\91\16ÉÈY"/\ ei\0\9cð\88\1e\19ðNÈ8ä\94Bòéà\82¡\82>kÄ#cyúÜó\v%!Ìcá\85Û\8cN    \eâ\12\99Õk<ä\1c\88XݨVpê=Î\82\9a@­ENE\81ý\86jóH\vf¨ÃáF\90ÎØ¥Çç\11T\89¥Y Àn¨\ fL{¥\¹ÂØX52¨\1ahÛª\91\1eðð\90üP\ e\97Ó&\ 28N«\8a~ ¡©\8aå\88¢\87ÅI¡\ 2ô\0f9Gz°\7fÁîaÒ\1a£\8a\99Ì\1egT\ 1\vBÁNµ5i2Fp{\94R¥saÀ\18\9aÁ¡l\160J¸Oyä,V\90UH\96\ 5\87¹3o\9c\19J\92Ls7\95J}®\92f\\84\92ÜU\ 1î\95Î\7f\ 4Q)\·\1e\99\8al\1aÈèËz±\13\8fS&ø#Jï\94½&\ 6iG\ 4\18Ã|,.Ó\ 6\12Ù\95{\1eØ\r§G\18~\97*|\11\89\ 4n\0ùEXó¹ÙÞ\81N\86X\1cu»<Ã(,·\13ËÂN\11\87\82ûm\90¹®,nç÷&¨\80\9anL4v¹9\17z¤¯s+gÛº\19T\8c½ßa^xjV\9f¾ðþ6]ãpP\b \87zFVW«Y\96=\9eH2ä\97aXÇ2WëaÝÁm      \0üS\ 3ëKì¿\ 4\9f\ 2K\9fº©w\18=Úí\12^Wb\1aBe\1að\9d\8cÔfƲ¦\9f\ 2"\85\81»\18\ f\ 4@`\13õhÖ\8c\88è\81,ugHê³&\1dSy©p8Mù3$\r\99`\1a\ 4\8cN?\9d\8f\14\94<3\1es>IQ\15¶xN#®\ 1áËÇ×4E¯i@\1cZ$\89\91¥ÁO¿¦Éð5\8d\16\ 3Ý¥ÅÈåö#\11Á_\96#Ll\ ezÜñ\8f}m×ÜuÅéd)=­­{ ªû\ 12a\97)\1d}3\12\ 1\95¦Ó0-¿!\90¿+ëÞs\ 3:aGFu_\ e¸TØ«\87\82Ép4\98\8e\81\ 6,\ 5i,¹Ä»lGóæô\17ï¶ó»\17α!Â1Kúpvp«Ãþ\e<z\1eHpáåvãéÔÔ\a2üR¯91§0Ûw\bR3¥\9b¶ý\86O/Öeöts\845Mf\14\95\96x\9a\ eÞþ\85\ 6¨\1fnFÔx÷s°\ 6  z\12Ç\9e Ã°P×[j\15}OW\9d}Y\8c     zÉi)\ 2\96wf6=Â\8cq]\94ïvZÛ"\ 2ash\\97¥\8bY\98\vEcöÛ©Çbx\9eüs]\99¾_½üxv_ù\a?\8c\1f=\99t]y\0º3\119\19\9b¢?:?uöæú¾<àý\ f\86\82ÝÚX'1\ f\92\1c\9d«,ý;\94ô\ eIkÂ\8b\8a"jdûO\86ª¡\80+áÉÉG'á\17¯±íGÊ`òÛ\fë\1d´\8cøqrã\8eÍ8Ä>×åcx\92\ 5\80¸{ o\bPÈfB\14oóÓ\98BÞ´\87¹u±ì\86åYl_è0\rì&\10¯\8aÒÑo+å\fOlÄÃ3åÇÆÚ®\85Ë\1e\1fMg¨\ eñ~®¹õ\82^eßqÎògÞ\96¬ g\8b),£\a\99\16ºµ¿ÌC\ 3\92\95-\15%vп7F%\\1c?wëá\92\8b\19:\14\1fð\14\87[fé¬\98\1eÚ4·(\89\8f~\94\1aÀò\13\1dæFgÚªØ{B@åJDÀÌ\9f\97Ý«\1e\fùW=ö±\e-\9c
-?×C¹r\9bÕ,ñ<çÊSfk\8cFc\ñÝN\9cúr\9b,c\89'þë[H\81ï\9f3¢âox¯¬'¾¹úì_.\95ë#
+xÚÕY[oä4\14~çWÌÓ\92\91\18o|Ém÷\89\ 5\16\81\10HP\89\87-\12î\8cÛ   d\92\90d¶[Ä\8fç\1c\1f;q&Ù¶+\9exi<¾\1c\9fëçÏî&fq¼¹ÛØÏ·\9b7W/ß\8a\r\8fYÁ7W·\e\9eo¸d\85Ú\}ý.úê¨ÛÁtÛ\9d\94"\92¯¶;¥\92è\8dîË=vÉè\97£©*j¾Ýæ"2z8w¦ßîDÂ\v\15\15Ûß®¾\7fù\96£Ä¸@é;Ø\94ovª`¹Ý@2Áäv\97¤"ú¡ì\aX)³$jnéûUs:éúÐ\93\98PI\85\1aîDÁ2\92ó%M\91Á\14βMl\a+\90¼\10!R¦\84\9bPâ¾BD\9a>½ùëlê½Á_\92\94\81Þ¦6®ÑÑÀ©é\O[¶`r\1e\99ª¬Mï\85´ºÓ\839Ðä\9b­È¢\als/i\12=\1c}\aÊÉ"\ 3\v\9b®§¾ß\17¦I\95³´pº¿^X\96°Ì\eöù\17(C­Èà\82¥ÒÍz±&BN"`\14B&\12\96ËÍ\ eBÉ)9V\14cñ(s)\14"¢ÒP1é|)×\14\84øÄ¹\9býÏ?«Â\92\990\19AªP£i\87²©uU=\90tHáSY»`È \18Ò\87\15&Ù`È5\7fó<\9f4\7fý\84³>&CLQyñ\1c\11ä\190jée\81\11 Ùµ¹Ç\9c[\bTñä=F\ 1\84̳EÃS\96R\0\7f\ 2\8bE\1acúõ\86\9a¶Tl«q)M©ø\ 5æåj\1e\81aÅs\83\8e¸PP\98p\8b\95 \17L>3æ$ë¨1\94ïñ\8f¡\1e¨]]\91ü¶3{sÀJvêß6UÕlE\1aÝoÑ´\ 3­ðÙ\80í\15\ 3\94|Vð?ż\17O\95-ê{\7f\ 4 \ 5u\8f.\82EÂDJ%\98Ø\89£ùyd(]\9cùØ\9ç\f\89ñ\97\ e4!)\92\19Ü¥\ e\93\12\ f\83»d\84»Ä']Oã'=B[\12éÖ!\98îh´¬ÝÀÒ\19\89b2y
+¢ý\84¡!9\aÀØS9Ð\8f½;\1f,Êeh{ù~G¾\12à«L\85¾Ò\95©QÓ\81¼c\ 5Úú²\9fÞ\9cÊ}S5õG|õ\1dº%Vv:|ÜÎôÃ\1e\1fñ\ 5ÌÀï\11fbé Þ®$-º¦¢\91\19æÓ\9c\95ÌI8ãÙssGòxÚ°wg4le>\98ýy0^ÝI%2\86\1c\97ñ\11ç\9dãú\87z\8f:\1f»¦nνEU®(´<µ.á\90\e»\15\ 3\96 \8bèêhÝ\ 2\ 3þûgÝ \94û\9a~j×MJ\95õ\1dý$­@ìäb\94QO£Öx\15àa&§ãðF[Uÿ¼ë\9a3\994wT2¹\91ù\83-gù¬ª®H\ 5\8e\8bèÐ\10\1cö4R7\ 3õßc}j\9b\90\9c\ 3Àt4>x\11\81\15\82r\ e:¯E\92Õe\7f´¡Ê¢iܯê\fð¨Ú)1\0©êiBé¶\8f\9d\1cH£³¹ÞZ\97gѯGÈp´\89HÖdÐ\1fÍ\rR·x\9e\81\ 2\95âd\ f6ô~(=\9câ\84\fCC#\19Äþ\8cúÞ}O¢at\12ý\eØ¥Ò,jõ\9d[\9aóë­íÌÉFì\ 3»ê\83î\ eN\91º=;\15Ð\8962\93\19j5\11azV\84 \90\8031STîò_å`ÑMOè\86½\88nøÕµ«M\94`>´U¹Ç\18âüÎ\1cJ@Nd\10£Ì\9eVù!,pü}Û5§E©^:ÿåÁ¼\7fY\9f!\91\16ÉÈY"/\ ei\0\9cð\88\1e\19ðNÈ8ä\94Bòéà\82!M\9f\91³"}îù\85\92\10æ±áÐÂmF§\84\rq\89Ìê5\1er\ eD¬nT+8õ\1egAM Ö¢ ¢À~Cµy¤\ 53Ôáp#HgìÒãó\bªÄÒ,\10`7Ô\a¦½R®\al¬\1a\19T\r´mÕH\ fxxH~(\87Ëi\13\ 1\1c§Uº\1fhhªb9¢èaqR¨\0=\80\91\1eì_°{\98´Æ¨b&óÇ\19\82P°SmM\9a\8c\11Ü\1e¥Té\\180\86fp(\9b\a\8c\12îS\1e
+Éòà0wæ\8d3CI\92eÜM¥R\9f«\941.BIîª\0÷Jç?\82¨\14®[\ fÛ\E6\rdôe½Ø\89Ç)\13ü\11¥wÊ^\13\83´#\ 2\8ca>êË´\81Dvå^\ 4vÃé\11\86ߥ
+_D"\81\e@q\11Öbn¶w \93!\16GÝ®È1
+ËíIJ°SÄ¡à~\ed®+\8bÛù½     * ¦\e\13\8d]nÎE6Ò×¹\95³mÝ\f*ÆÞï0/<5«O_x\7f\9b®q8(\ 4\90ÃlFVWÂ\9b±<\7f<\91dÈ/ð\8ee®Öú\83Û\12\0ø§\ 6Ö\97Ø\7f       ¬ü?\ 5\96>uSï0z´Û%¼®Ä4\84Ê4à;i\90\19©Í\8ceM?\ 5D
+\ 3w1\1e\b\80À&êѬ\19\11Ñ\ 3YêÎ\90ÔgM:¦òRáp\9aògH\1a2Á4\b\18\9d~Y1RPòÌxÌù$EUØâ9\8d¸\ 6\84¯\18\14½¦\ 1qh\91$F\96\ 6\9a&Ã×4Z\ft\97\16#\97Û\8fD\ 4\7fY\8e0±9èqÇ?öµ]s×éÓÉRzZ[÷@T÷\ 3dÂ.WYôÍH\ 4T\9aNôü\86@þ®¬{Ï\rè\84\1d\19Õ}9àRa¯\1e
+&ÃÑ`:b­\a\1a°\14¤±ä\12ï²\1dÍ\9bÓ_¼ÛÎï^8Ç\86\bÇ,éÃÙÁ­\ eûoðèy ÁÚËíÆÓ©©\ fdø¥^sbNa¶ï\10¤fJ7mû\r\9f^¬Ëìéæ\bk\9aÌ(*-ñ4\1d¼ý\v\rP?Ü\8c¨ñîç`\r\12ô$\8e=A\87a¡®·ÔÒ}OW\9d}©Ç\ 4½ä´\14\ 1\91g\96wæ6=Â\8cq]\94ïvZÛ"\ 2ash\\97¥\8by\98\vEcöÛ©G=<Oþ¹®L߯^~<»¯ü\83\1fÆ\8f\9eLº®<\0Ý\99\88\9c\f\11ø\8dî\8fÎO\9d½¹¾/\ fxÿÃ\9eª¡`·6ÖIÌ\83$Gç*Kÿ\ e%½CÒ\9að¢¢\88\1aÙþ\93¡jÐp%<9ùè$üâ5¶ýH\19L~\9b\83\96\11?Nnܱ\19\87Øçº|\f\0P\18w\ fô\r\ 1
+ÙL\88âm~\1a\9böP8·.\96ݰ<\8bí\v\1d¦\81Ý\ 4âUQ:úm¥\9cá\89\8dxx¦üØXÛ3á²\a[÷GÓ\19ªC¼\9fgÜz![eßqÁ\8a\96¬ g\8bÑ\96Ñ\83L\vÝ\99¿ÌC\ 3\92\95-\15%vп7F%\\1c?wëá\92\8b\19\ fx\8aÃ-³tVL\ fm\19·(\89\8f~\94\1aÀò\93\8dδ\95Þ{B@åJDÀÌ\9f\97Ý«\1e\fùW=ö±\e-\9cQ\99\15\87rå6\9b±Äó\9c+O\99­1\19\1aã\8aïvâÔ\97Ûä9K<ñ_ßB
+|ÿ\9c\11\15\7fÃ{e=ñÍÕgÿ\ 2»¡ë\1c
 endstream
 endobj
 98 0 obj
@@ -840,20 +851,14 @@ endobj
 121 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2814
+/Length 2941
 >>
 stream
-xÚ\95YY\8fÜ6\12~ß_Ñ0\ 6XuàfÄC×.\16\88\9d\8d\ 3ï\83\13À\ 3äÁã\a¹\9b=­Ý\9eVGTûØÅþ÷ÔAJTKãq\9eD\91T±ªXõÕ¡U*Òtu¿¢ÇÏ«\97·ß¿R+\99\8aJ®n÷+Y®¤\16\95YÝþó]òã¡>÷¶[o´V\89þÛzcL\96¼¬]³Å)\9d¼=Øã\91\87¯Ö¥JlÝ_:ëÖ\eeòÊ$2[¿¿ý×÷¯äJ\1a¡\r\92ßÀ©rµ1\95\ 4-Ìz\93åj Udɯk\9d&uW?X8Û1\89\98C\83ìmT%\f\82·\98h\8b\12i¹Jiõ\1c\beZ(åw5À´Î\8a¤>ñÓ\9eÖªHú¦_«2ùÂsý¡îyäú\96ÄÔY\99|\gYR\1f/Ö \90DæÉë\9e\17\81Ö\aÐG\99X\7f\0³¡G6TZ\88\z>NÀë\8cQ¥Då×\9f\ 3\95\\ 3\15:\82\98¼< \8fx\b°ÝÑ\ 6\93´\1d\1f×\9eü¹í\9e\ fD\7fµÑ@¾ÈV\e¸m\99\11mwfF·M\8d7Q¦É\16é\1f@\81[º     \9a;6®·;\1cËpè±]«<ù\84ò\97ÙÒuä\85\90ÆKÀúê\9aúÃq.©\81\8bËâ+\81\ 3k>k¼G\9aÝÙS\eñ\ 1l|        Û¯\15,\rIúm
-&!r\10\82\88\ 1³&f\16ÔV(Q\9aXm\87\1a\19U*\9c\1c      ®J¡ª\89Ü`'óÓK\91ç~W}B\91\94Lþk»\96ÉÒUÂó\ 1lnvBi\84    6\÷}×|¸ôvî3&\17\85\19%4&\ 5     ÑÀ\87/èк³^\14ç\9aû\13©\17Þ.®9ÝóÐ\9bÏT¿9\b\10Ümg·Çº[¸Y-² \8a\ f\97æØ7'V¨IS¡KV(ûó¶}x =(£\92»ÄY\8bCIgÓÜκm×\9cû¦=ñ
-\1a7.,rWH¡\8b§¸S¢PWÜ\11åð|k·á8\95\18¡xö\1d\81ç^òWî=8 ÊS0×{϶®îÖ\82e\95U\85\91¹Ð\1eºÀ\ fõĶ¥bË\87ig{?±ç\89¦ç'\9b\1c,xh±'\9e\8f®M*r\1c\98d\e\ 6ÃÃ\8b×yr\8b\ 5F\ fB]ØíÀ\14è\96#\ 6F
-hº\8d§;X2\11,\92_N[ï\1c\1e\9aGߨ98LÜ\88\82     \9d IDD,mX6\98\83\8b\a\18Þq9±B`¾=\1d\87\1d\0=_\98h°S\98\ 4e2Q\ 5K`b×v \95Pùµ\1d =o\93þ\1eU®Ñ±§÷¸(çãÒDw\85ü¶sq¼ò\_÷öÁ\a$/þ~\94\92\ 6û¶{`aªÈòµ(ó\88É\11ú&J\112Hü\8fws\1aR\98\0\9d\1f\8a @(\ f\8eý~¦ÐM\ 5\91?âáõ~\1e\1dà\bù4HVB\95qd(ª\ 4"\0\ fî\9b\8f¨\1d{B[ªR¯\17X\98\ 4\e\98)Ǩ2ª\1fö\r\1fD>\ 1\9bÙ'($¨ä\ 5ÌÎ\0¾ÈDþ\r\b\9f¡Cð.Ïûå´³Ý}ë\8fo\8e\80ý¼ñ\81ÆH\91éØ\99ÎõÉ\ 1\ 6\91\8cf\1a\ f¥\ f\1c¥º\16\19\96ìçøK=â+nw\97\ f\ eÒ\9cK?R\86\8fû\ 3\90¦,oú=rÆ\19Ü\b×DÊ\98<ùý\ 2\11\19\87EÒÙ\87\165éUÂëw\0¿}Ý\1cí\8e7M³\a\ 4ÉMQ\1a4\11Z¦;ÁÁÔ«\90\12á\1f.5½[0H\bváN\9aSoï\17r?\ 3H\95_ÇM&Î\90d\8a\1c98Í®\9c.¦Èã\8bùªÕ¦Ulµ\10\19lØ^sþ\92£1âSrö\89Ïø\ 6ð\93ÏgÈ7\1d\ 5 \·ÞÜy\95¢C\9e>\82y\91{ÞÜÁ\1d\b!îÖwë¹Fª1E\18\1fàÙc\7f\83\89\8b\ 3ÎÙJ!y\81È\19\al*\ fBÐÄ\17\88ÿ"ãá»\17±|0ñS8ïýs\9eàè\89#%É0°ðøm]\ 2ôu\1e1ÝùØôý\0ø! 0\8fH\82Cc\87Ðhw\9eî'8÷Ê\88\99k\ 6\0,a>o­Ï,ðµÝÏTZ\82_\ 6$zvóóù¥\17"\ra\86n\96È\9e\8fuÃxSê\10·\8fä$\948W2y\ 5®A\18\1d¾\18î ôòÁ4ËW²|Å \1f\91\0\8c"Tó\b"SJ,#W\8d¢\b¸Ô$°8\9e\eã\15%\r\ e\ 1
-­õìÕYw~Âùgw\7f¹"Ñûo\16Í17\98={Ý\1c\9bÚ-fÃz¨v®    ä£Û>\9aË¥cñ·H  qÿål\97\92\80'   ä£\9b´ÝB\12\ 1!/\7fôû\8d\ 1 Ë       ~t¶ÞQF3ã$\13¥\8c*?°`DÛ\99V\vQ\ 6\83;¶Ûúø§ó\1a'\86J]#b!\9f2͸Ð.°Löź\90\®S\8dÞº\ 6=\85ªÅÂü\89º={¼n\1f\8a\ 46¸è\b\93\9a¯\14ó25"\8bKGÜ^_\7fE¯Cé\88/!á2©æb\19'[Ú\99qÉÅß4÷\10k0.`E\ 6¦íiõ\aÄl\1e\85$XS÷!r;LK)té\8a        Ín0+\85\f\17\9dÎ\e\15cq\821\12\0øWt¸X7º\1c¥t|\12\15s4\18R\1dܶïÚ\a\9eç\0\v\ 3\87½\97¿:^\1f<:'\8fÆ\ 4ÿ\13ÆAÚ\89I:=\1dË
-yp9ÉQ\9a\13\87}¼ºÿP\90Ú\91Ò´O\13Ò\9c Æ«<\e{#¸\ 2~0²
-ï>\9fÇá"\98¤Å\18²\96\1cYɱ±2X=R\e²ùM\9eë¹2\81¯+C\8bëIH/\ 6§|3Ox\8dÊ1£\8et2`ªªô(°\82L«³{ÛY(\9f°Ø­\bUgÇ¥`M\ 1\ foþ÷æÿOu\87\18 ù\ 5r\b\ 4Á\96nÞ,ùèÐ\8aø4d?z\82ÎC\83fþy\89\1e\9eú"\1e\82\97C\vBN¨@¯È!ñ\11\1c\ 2Çä\10TIªÙM ÂÎ\13D\ 1ü\80¨V.ªW\9b\10\1e\8d\89j-3©µ\8c¯µ\8cO\ 6hÄëÁê\99Ò4:"\83\85¦Úy\8e¾e\94Ý/\99!\fTÔß\99\11\90B\a\83r\87f¿X\96\ e-\foÈÎsN\1d\e\18D)Y¦\86Æ\1eã\ fGäÔ÷\13²P,ÀL(©3ê®<ðdÈà`rl\0üáǻЪ\85õ\97C,\81\85\1f},¡$.ËB\12\a+Zs\12W\85î\ 3Ì]ãûRV\16C\1a6UHZ\ 5\99\8cÿ¾\83\\19{\ 18ÛYH²Ø\99à\8dQ\vG5?\1có­ |í/§ÐÏ\81\85ÆñÓ~¶ÛK\1f¾\ f\9d§<îþÀ\8b\16\9a\a^\11¤ôkΩ\1dî\ fa\85\80y\8fY­Ô¡'\14Z&¡@þ\8d¸ÖiEå\7fZÎã ®ÅÅ\1f¼zgãd\18¾¡þ\0ÌsüÂ\11Ç©\88lpA\9câ\98DCJ3Ó\8a³Ï\1dçÍ¡ñ\84\ 4©<vý¬ÝÃ\866vºAFÀµcëB\83\83\13\ eðË\ enh!Ý`\ 5b®¡\87\Cù_\ 3gdbèK\7fÛ\1f\ 2\1dÿ!`£K\8b`\ 2\1a#
-D\eJYqÚ\17T]í\17cã\r>ÛF\16ÀÚàn        ±2¤ììò7#.Á¢oXÁhÔQZD\ 1àï\8fuÐFh\1aÚ?¡Yä]v¨~ÌXý\0\9b\[`$¶;1\ 3\1d\15\ 2\v\9eóÝ<ë(Æ:\87
\1du\89+>^\85¦      \fæ&ª"\13udý)\ 2jçM\14\969\rÁ\11d]Tàé`û1é±
-"|\885ÓÒ\95\17VxIxÞx+ßµ\17î\7fÀ<õ%ÜÄ\92KoàþK\92hÉ7JT`á\8bN\7f\84ÿäà7\8cÅ\7fäzX)ñÏ\93\98osõC\8azîÎâD\1fzíï\f%\83\16Tr§²¢s=¿L~ÊðF:ô\91î¼Ò\99\b!ýõ«·KÑiè`ÅfÎ\14ãn\92ÿqpË¿Á\146q\17Ê\e\95åÜ\e\1d.êÙÍw\vEr.\8aI?\ fα¿_\1a¯N´÷\92\vÕ\f¯çú\98\ 2\9205\14árÞ·,\84\fä·K5\X¼Q_íy.~;ü+\12âÙ\93?ë(\10-ü¹ÑåøSj;£Rá?\91©vØ\1a`0ZC\96Ϭ!3þW_>~0éOÁ\rIBÙØ\95ö£ÛÍ2F)¤þºý\14Å¿=²\1654|ãb'\17©z\82âDxUq¢B@"#Ü\89\11Wûô\80 &ò)x\1d}
-j\9d\1f\ 2\9c\ 5æ6\12;Z±¿>ÂâP\ 3\f\9d'ß:~~Õ\9b\9fr\19R6\0ë\7f·ÍÐÿG`i/ý\10+\11ìmçÛ|¾É¥\82\mçæ\80¾\81\10¢\83÷!_?,"zu\8dèÆgÄÆ\98ÐrÍ|s)®\89\8c\99"º)T\84è¸ì\vK\18\17\11="m\18x7s8÷­.\0\98\96ÂI\0v#G`\87ñ\0ì°q\ 4v\90a\0\Z\8aAÖÈ\bíñ?bË{j~\rÆâÏòxÏÙÙO·\7fù\ 3t\a\99*
+xÚ­\1aÛ\8eÛÆõ½_!\ 4\ 6L¡Ö\84\9c\19\ eÉ\16\ 1\1a§q\90\ 1\ f^\ 3¡%î\8a¨Dª$å]·è¿÷Ü\86\1c\8aÜØ\ 5ú¤á\Î\9cûm´\89U\1co\1e6ôóÃæõÛ¯ßèM\12«"Ù¼½ß$ù&1ª°\9b·\7f}\17}w,/CÕmwÆèÈüi»³6\8d^\97}½Ç)\13ýr¬N'\1e¾Ùæ:ªÊáÚUýv§­+l\94¤Û÷oÿöõ\9bd\93Xe,\82ßÁ­Éfg\v\95Ó\rFÙí.uz\ 4\95¥ÑÏ[\13GeW\9e+¸»g\10!\86\16ÑÛéB%\8e`|Ë[l°E«8ßÄ´zñ\90\16\80R£´\96]5 mÒ,*\eþ­\9a­Î¢¡\1e¶:\8f>ñÜp,\a\1eõCKd\9a4\8f>nÓ4*OתW@Iâ¢\1f\a^Ø{X\1f\80\1fyTÉ\ 5\8c\86\99ÐÐq¦\"x4\80ë\ 2Q­U!ë¯\0\8a3\0\85® $¯gÄ\11/\ 1´;Ú`£¶ãëÚFîmïùÈp$ø\9b\9d\ 1ðYºÙ\81´\93\94\17Ft_\97(\89<\8eö\bÿ\b\fÜ\93$hîT÷CuÀqâ/=µ[í¢G¤?O×Äá2\95\80ùÕÕå\87Ó\92R\v\82KC\91À\85%ß5É\91f\ f\ 6x\0\1a\9füö[\ 6'\96(ý2\ 6\13\11\ e\88 `\80¬\r\91\ 5¶eZå\96ÙÆFr,\11Q­ýÍ\ 1á:Wº\98Ñ\rz²¼=WÎÉ®²A\92t\12ý«êZ\ 6\84ß3èÜâ\86Ü*ëu¸\1c\86®þp\1dª¥ÍX§2;Qhm\f\14¢\82\8f'èÒ²«\84\94¾¯\1f\1ab/|]ûºyࡨÏ\9c¿\ e\bðæv¨ö§²[\91¬Q©gÅ\87k}\1aê\86\19jãX\99<ÔÃ}{>\13\1f´ÕÑ]ÔW\15\ e\13º\9bæ\ eU¿ïêËP·\r¯ rãÂ*vY¢Lö9ì´Êô\rv\ 4ÙÿþRíýu:²Jóì;ð\85G\9e{ͧú÷`\80ÚÅ ®\ f\82¶)î¶\8aiM\8a\ 2\89Ü%\ e½ û.0D3SîD³êÃt_\r2qÏ\13õÀ¿¬s° ¾¥jx>\90[¢Ér`\92\95\184\ f%o\ô\16ù\88\vì>ÈíÂî\1et\81Ä\1c 0A@Ý­\ 5î¨Ê\ 40\8bþÞìÅ:Ä7O²,9:Ìì\88¢  Ý`\88DtYÆ2m0s.½5Ã\87x\18Þqm\98!0ß6§q\aø\9eO\fÔ+*L¯©\82¶©*¼*0°[E0Ziw«\b\bO\94R\ 4©\9dAË&AêQ\90«\84>ON ,D¸]Ò#Üë\87r¨Î\12\92\84þû\89L\1aÜ·Ý\99©)\ 2Ý7*w¡ºMÞoÆ\16\8c¤Ló7ï\96@\12e½÷ü89°\10\0DsoÛï\17\15\10üCVýx¿\8c\10pGòyGY(\9d\87Ñ!+"\88\ 2<x¨?"\7fª\ 6Õ©\88\853°0\v80\93O\91e\12\0ì\e\ f\ 4f\ 1\9bÙ,(,èè[\98]8ù,Uî\v¼|\8a6Á»\ 4÷ks¨º\87V®¯O\aA zÚI°±\89JMhO\97²éÁ\ f\11\8dv\1e\13\13     \1e¹¾%\19\96ª§ð¤\99|,nï¯\1fzHu®Ã\ 4\19\ e\ fG\0M\99Þü<bÆYÜ\14\ 3 \94µ.úç\15¢2\ e³¨«Î-rRXÂëwà\82\87²>U\aÞ4Ï ÐQî²Ü¢\8aÐ2É\ 4\as»BHä\ 2\1eú\15\8d\84\80çeR7Cõ°\92ÿYpVî6v2pöJ6s\88\109     &s¡`~Wkã"ÔZ\88\ e\95ß^r\ eãP\19ñ7á\f\14\7fC    à\91§\vä\9c=\ 5!\¯DÝy\95\ 2\84\8b\9fq{\81}¾¸\ 3\19(¥î¶wÛ%G\8a)M\18%.\17\bzlo0qí\ 1sÖRH` z\ 6Ì\90 M%\82\ f\9cø\ 19\80JyøîÛ\90>\98øÞß÷þ\15Op\ 4Å\91NH1°øøu\9b\83óëÄgö\97S=\f£Ï÷1\85qD\10\1c\1d;t\8eÕAà>½«JÌ\ e\0Ë\98§}%Ù\ 5~¶÷\v\96æ`\97Þ\13}õâ/_-\85\9e©ØG\1a\92,\81½\9cÊ\9aýMn|è>\91\91Pò\$Ñ\e0\rrÒþÄ(\83\83i¦/gú²\91>\ 2\ 1>\8a¼\9ax\90$¦ä2\90M\10GÀ¤f¡¥ç¹)bQÞУ\83Bm½\b;ËN&zùí\1e®7 \ 69³ª\8eÎb\ 6-¼9Õe¿\9a\11\9b±â¹\ 5à&³}6\9f\8b§\ 2p\15\80÷ÄçKµ\96\a|\16\80\9b̤íVò\b\88yîÙó;\v\14æ3±tUy ¤f\81Iªò$¨þ@\83ÑÛ.¸\9a©Ü+Ü©Ý\97§ÿ9µé%·)\920cø\117i\1f\1da°oYÒÕ\13ª\10èÃã±êd\8d|\17Lq`%\9dp\91l»Mb´Äáq»Ô\18\ 5e=º\98ÒVüÌX¥¦Õ^ú\ 5ãÆ1ÚÁÞ¶{.\1díºQ¹\11\ 1\bÀO\fÄ»,\18N.\v\8eð\0\1c\16\9e\85Ü\8cr|\9c\12\ f\ 5£LßmI8ñĨßV\1cq>   é\8fß,;\eA¦õ\92\81´ÞÄË\81ëÀBú
+0\98ú
+ðAî\98\19åíµ\99\16$y\85\8ak毠   t\ 1\828àÖB\98]äBL\91Ï2\8a\97=o\82xô±n¯}¸\83\8b\ 2\aUƯG\8aM°²Â\bÐÅÑÀ¿\80\11pY-×\0U§ººA³\"É\eî=e\8fÇ\9a\9b\19rÐwA4$\ 1q\1eF\81\e3\86\9dMòYj cÉ;\92",½ð\93R\86E^\9bjl|}Ab\9b\85\9d(\84w\93"\10&=£PÊ\95a\8a@G\82\14\81Ö)+Ã\ 3\87\83\ fÖI®U<ó<ÄÄÜùð\97Îì\89d\r       ÙþÚu\939ÃÄh\9d¯\98£Ì`G\f\86e\ e\87\ f\18ÍèA\1d\89\13¯#pçRG\fD.ûå*\ 20Æ;G\15AªZ^$£ÁÅÑ\ 3H\17\fr£t\99Èy%ÒYì«J\9dit\95l\90í\95\1a\14Y²ðuxÂ7-²°q\0\1fäLp Î$\13g¢s\9fîà¢8\13\9cä\96\aÌÝÊ\ 4o\99éS\90ͤSª      ©,'\v0ðÕ3¤Ìw\1c»a²\96\19¿û\91%\ 2\96\86ÉßVZ>±J|J¹\14Nª2oÝ/Ù1ZÑF\84ÜT\8f\fwÔ!º<\95ö\13ì\b\\17ÉÑ\8a\1c}E\80\13¡+\87O±Æ\87º¡@ºî Þ7³:\85"\8f\93¶¨N£\a\88»\?¡ô\8eìZ½-èTn\ 1§O\86 19zªÏÒv¥\1d\14C(;Õ^\9f\83°\85=²ãÐ夢Ü\8dâ\93]¡â-=É­xa·{¶\9d\98ͪd\bñ\94H\1e\81%\81\83\e>\e;¶!ÆÆÂÂ\e\18\1dv\94|\83ß`\91\83©\r^_`\90ÁÊUZü*á&?uöÛ¾F\8b \1esfÿ?Ýþ±µÈô\ 4WØØþÎ\13@\12[\95\86\rgÜ^Þ\9e¢Ï±á\8c\1f¾Iccú\84\93-íL¹QËgê\a¨N±\92Ä>.°T`±¢ñÈwÎ\8c\1e\ 3\91´ãAI¨Ø5\ 5\ 3ZXa\9a«Ä§\86ñ\9a\11ê©å\9bAÉö3êmÈ\e\93OTö|\13Ù \rÆæ\bn»ïÚ3ÏsIn$\ 3{ÙóúX\ 3\ 1°+È®\ 4\93¡ß\9eiuFå³®\ 6ÇÜ\8fø\8eÑþ\83ÊÚ\ 31MTÕÆ\8e\8a\12ay:e>¸\ 2\16
+ßâ¸p¸Z~ÄÙT䮥þ:\99\9ecÆ<\19¡\8d\9dsfÉLÀëFÑB\87Y¸)\8dÿiÙ#³`/ɼNóÞM\17f"X\17\16\b¾\87\8c»Ù#Áº :lq]\fÚä]ð\8b\7fÿô\9fϽ)ÅüÎ\80àWÀaéàuéÅOk6:>`<\8eý\123sIã³Îòx\8e\16\1e\1fÊÝ\1e5\b1¡¶~A\ 6\89?Þ pL\ 6Aíg½\90\ 42ì2ó(à? \9b\98¥yS\91k}AmmÐ\9fµ³þ¬\95þ¬\95ö\ 1\8d\16U\8eÕ7õ4"\98\19j¸/ëµ<è\a®©!\ftð*´\0\90\15ª?Ö÷«½ìñáC\14¹\17Ì9Ð\9a°\89\ 3\99êü9\90køX\1e!Rß^\84\19\9fI¤ô&sæI_@Áäôl\fó\96\7fÞù\a^X\7f=V\9f°ð\9dT\9fTT¥©/ª`Å\18\14þÉ\ 2ænýûZæ\13º4|\8a!jµ\ 3d«³\9cï  á\ 3\ 2ÎvÕåT²1Á\17{-\1c\95ü#\85¦\86ðu\7fm|2\a\vuÏ¿ÕSµ¿\ eþ¼Oý\\98úÁ\87Q\86\aÂ\bbúm\a\8a\1eÑå\12f\b¨÷Ô\aK\8c\7f\85íØS\97Ì#æú8Î\97\81\10×Â~q\xkã<\ fÎУ\ 2Ìs\0Ã\91dD\13Xo\838ÅA\89\86\94gÄÅ\98
+\9e«\10 %LýðLU>\15²\98ª4ûSÛûT\85{\14`\98\1d\88¨_¦\eÌÁy²¡å\1f\ 5\17Db|Îþ²?\16\980Õ`­\8b³±Ù\80!\ 5\13Æ^¦¥\aÛ\95²\18j\1em\90ê\1dQ\0u\ 3á\92ËJ\11r_­\9f\99\1cSìü3Wì\ 2\1eÅY\10\ 1þü\£còMã\9bQ\90Ú\9dÃ\86©\9d\1a¦\80&·#1\14WòÚõýÛ?ü\17(\82Þc
 endstream
 endobj
 122 0 obj
@@ -874,34 +879,26 @@ endobj
 125 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2158
+/Length 2455
 >>
 stream
-xÚµX[\8f\e·\15~ï¯P]\ 3\1d\ 1\163äÜóÒ8hR¸@\11 »@\1e\1d\8aðhF\1dά½ùõ=\17r.\1ay³AÜ'Þ\ fÏõ;\87\\85"\fW\ f+jþ±úþþ\9b\1fÕJ\86¢\90«ûãJæ+\19\89"^Ýÿý} ÓõFå*O\82ïK{Zo¢(
-~ÖGÝêz¯q\18\aÿ*ëµÊ\82¾¬Ö\1fîÿ¹J2\91ä«M\\88\9c\9fÊn½\89\95\f\8c}\83;¾ù1\1a/\8b#\11\90v¾zýÝ+Þ0áF\ 19é6\18Ë\84ô\7f{ó¸N\92 ¬4ÝM\17\84A×,èg¹(\8a\81¾|Å\12¼z­\O\b±¸2\v\85\19±Þd2\f~9ÁEp\87
\13ÈÎÝ\92;2¨\e\9e¸ ®\82Æ\9aÎ4µSÇF©P\80J7 SÉ:½\94myÖ\9dnoè#)Dò¬:R\91ÄnCY\1f\16ç\95\14Ê-¿þnqZ&"ôÚÐ\9f/H\80´\0\8a£¶nº\93©\1f\r\8cÐâ\r\e\19Ä~âi\92\1a;­>7k\95\ 6\8fk\10Z\1f¶k±àf#³B\14
-ÚBHºõ/\v\9eÐ_<O?\10OvÎ\14\í¸ÃÛú3^·\ 3Mg\81ny¡9r{­\7f\9e\1c´Í\92\98\9aç\ fzoÎeu\83\by\ 6e![\7fû\ 3LëϦã\8bmWv½\9dsì¶ÅÁ¹±\9dWëÞ9uõäIè}ßig«cÓê\87¶é½í.\86ÅÖ\95©õ³Ò°\ 5
\rÞ"Ù"8!\vO\17ð{±]\83{§ÑDÐ8dA±%      ³ïÛv\88F¤Ð\Ð\fÜߪ4,\1fÜÑÒµÖ1¾7[\95d,_\11ôÎ\8a5o2D\92|¬!£ïK$K\91\ 3<OÂjG\1cé<%®®5\11%Bz$±º[\86\96\14>²v½©:r\94\1c.lÎg\90\e\ 2!\ eeРÏå9ÜÐXÍ\e\90\18Í]s@\93ö¤«\8a7\9aÎêêÈÓÛÀö{Ü\7fâý¤\14¢ë¨þg)@\18     \8f\95\e³\fnà?uË\7f\892\80\83\8c\95\94Ð\ 2\eåf¬.ÜþõËÜ>\8e\ 6j\91{ì\Ú\86̸×Ö2\99|Ê)$\a\1c\96\92Ä#hc¤Ì(\93>\11\96\8b0xWó\¹\90¦\90"\8f\a\9f\ 6\ f\91\8aÈo°ý\8e¨¢\8934\13SÕK       \vïY\80ë\90ºÂtª[\969»-s\94\8bP=#r$²x"ò\fC\86\18È\82æ£Ãg\15x\96\1dp\ f8Í3^¦[ \1c\16"J&\90ðç\97\1aZ95DÞ\1cÑo\e:M\9e7t<3´\1a)3$bo\ e\89¸i\84D\ß\95\14I\1f=,â\8e-DÔS½a[É(fß\1eÀ\82C¯mꦷ\88o¨P\17è/ÀÐðe
-S\11û\8d\8aØo¨SC6â\1eJL[ü\92\83
-Zk\17Svß\9aK\a\9e\1fË\bª*ã.à¶`\14ÂNÙ]\1d\85=5¤Ä²2¿\12v\8a%v¾Cåç±+òb(÷¨ÖÂv\82¿\1f±KJ\87­\9fLwâ^É;\11Ä+Í}2&´N¥\8e\16`\9ev\eîô\9e³\ 3\ e"\91sçý\1dó\8cTïH\ûa\86ô.ÐÊ\a$#³ \92Ûõ\8d¢\12ü{¨\82Â[¡\1fÎJJé0\1c;äàÒã\rL°½p\8a\84Â-\ÑÂ\f\8b\f&I\8b\8cu\bËN\872\1f\89weËÎ
-\93NoDÇ\11^B½*b\11ç\1eë÷\7f\ 4ëá
-*æXõÐ\1dU\ f\83THî¼\7f·\0\99\18b\ 2\85ù\80¸\98ä^íx*BµÓd\87\95ñ\82ý,\16Yñ¬\ 5d6µ\0\ 2\16\95\87\1d´ÜÚÎÁn\ 1Df°[¶\ fýyRyÀ³àØqièÓp\846h\1dr¦®HË|\15É\ 3\ f)oxh\8e¼·©Ýº±<qiµu·a,&Qð\13¾   >\19«ýÑn~Â\15\eó\88[\14\8aìKìm8î-WDñ°u\96\ 6¨èfÜB\e¹<Pº"÷ÁÐ6]ó\8e\1dVÎOÜ¿V\97
-~Õmó\ 2Ðû÷o\15\8exY
-\ 5\}\80b{\ fe*U\8e    hè-Þ\8f·¥c=\94\85\1c\17ý\ 5yÏrWFe®´Ì|i      \14Ë\9dm*°\r\14\ 5cJ\97©CX"ënH   F\17\9awËq\98;HÅ~á\9d\81=\1fÆ\93\14\ 3#T,\9e¸\94Öú9,\10±eG\85Źjq¦2\16½$\ 5®î !ÃÃUÓ+\ 6\13\19`\1cÆ\10^úys\vä\187¥t\98$=`¨ *)5ÂÔÕ\952t\9b}\1e\85-à°\8f¦é-OOªÙ(ô\91\82\vTíXJ\ fÀo\1e¼­l³ä\8a\8d$9¯EÒk\1d\9e\94\ e½KÙ\9d\9cy$g9< 1I§TîÂȱá\96Æ\a\ e\1cpÓ@§*÷~\92\8añéu,ó£\81\14~CyS+\84(\1a\19·q(\1c:\95bËX\ e½!ûoR(÷Ü\83\1f\ e3×z\8f\ 1çp\11fÏ¥¡r\912\ 5A\18\90\18\9e\9a<<5ÕÁÞ\88üá=;Äúò9\bä§°àÂSbÅ\ 4eë$<£\10\v\e\89\ 4¢-UÁ\9d\8f°\84K\114ªýBí\ 5x*T:\96-\96\9flª`ô\82Ö=ÒZxw\9eÉ\1a0Ç{üc\ 5&FsÂ\0\1f¢Üó@\8cä:nO¥£»cºÚ]g/\95ßÂ8wã3'\8aóñg¦k>úÌ3}Äå"õo$+¸<¼§/\eN\92ø.Póìá\v\88\96ö\90     ¦>Ì\1eëñ\18!Óß\ 6¯\98o\99\95dd%\17\ 5\16Ù\90ê\14#¤JÕÒ
-j,\90wm¹\1f~\rüU×T7|â÷ÐíLuø\7fÐ\9d¸;å\1eÿ#ñ¸N (lM¹«\\86úª×\8e¾æ\9e9\9déúî+\11\a¶»\13\beö¿GaÑË\88\7f¢ÔÝ\1eÜû\r=¾CDù
-|_W\ f3¾W\9bT¤éôi\7fϹ\12¿3\ ed?ì\1e¹Õ#fÐØØo\ 1WT8øg61(æî<\1c\lz\9c\96& è¶N½\832\7fá?2\81AƤit\8eæ\88\8bd\1a\82q\11³Ëáüà\138;ó ZÞ\ 6\aªãpÕ¸¹\92\9bJ\1f»M×lZópò)£\88\82#ÔTôQ\ 2,&PR\ e¦#8Ç÷ô¢ð\96|ãJ¬ÚUn_´
-?ÁPÜhêA?Õü\ 3a\9fl§Ï\98U²Ô§¨\f¿¾üz\7f\192\9aÿ³@Fe4üOÃAJK°æO\95\87Ãð3\8aã©2a{ÉÕ%~«\9b
-­ã -\9e~b(\91øwÇõw\a¢+ä¤\99b\16Ñ9¯\1eÃ|üfOÓ̽j±pâ6[d\1f*³:^\eê.ËO4èu\86{Ù¤`\eÝ/¦ßê\99ûÅ*q^DõÛàm$\ fs8qÇ«\f0Øù\8b\90ÄvþáþOÿ\ 3\v5¡¬
+xÚÕYKoä¸\11¾çWt\1c\ 3\91\17n®HQ¯\²³ÈÎb\ 2\ 4\ 1b\ 39\8c\a\89ÜÍv+£nõ\88\92gf\7f}ªXE\89jõz\1cì)'ñY¬\17¿ª¢V±\88ãÕÓÊ}~^ýxÿý[µ\92±(åê~·\92ÅJ&¢Ô«û¿¼\8fdv³V\85*ÒèÇÊîoÖI\92Dÿ0;Ó\99ãÆ`WG\7f«\8e7*\8f\86ª¹ùpÿ×ïß&\13©5\9c Wk]\8aÂQû\8eV\ 4\87¥¹HËUìf\7fúrª\8e[\vTU\19õ-\7f÷\86\1a'd$jmÝ×í\11΢Áª«\ e¦7\9d½EfâÈöU××Ç'\9aÞuí\81ZíÑ\88\9bµÖIôϽ9\9e\916x°\ 5²È\1e\ 6ù%É\ f\\80l\9bÍÐ!_q\11}®û}\8d\ 4â2Ú¶ÃcchüÓÐöÆq!\93¨îiÐ\8c\12AÇI\ 4»*êZàÒoþ\8c
+l»ít\ 4oÙó\82ç\9b4\8dªfàn»cúÕ\ 6wîC¾SÇ÷¨\18\94PFÖà@oð\ 4¥¢GÜõ\95¦X\v*zPiÞÙ\9e:D\17ölF\1aîP\98Â\rç\86VI*26ã»·w\v3«XdÞÌöätj65YQ±t]]\816\9d\95âè~_1'5(uáW*Í\84*C\81¯®¿»Z\1e\9b\89¼àck4\ 3\9cc>\r\13\1c\ 1\ª§q0Ïù1y&
+ÅÛ¯®%Í\97ÁMÉ\85ôä7\8bÝ\99(ýäµZî\95B§/íõê\12B\\10L    ?\8f.\97Éèó\1eî$­ÓÓº¤\10ùÙ)\ 1\95R$çÚ!o\80Æä\ri¶ð\86T\937ÀÔ¸arQtƵ\ 2å¨dv\95vÓµ;\977\91B&/ûO\9eóüÂ[Tôn· \b\ e\12«oP\9c      \ f\9c\rGkz\a$2À\9d\11b\baªÎ0Ô\ 4w
+ºÓ\9d*ÁÅ«\8d±\f8\17\98[K\ 5\86      Ý÷WX,dÈ"`/AmÓÜR\97¸\84Æ\9cËÄs©£ÿ´õ\91XL\1c°´CO\9dÚ\91\82\1dÏø5G\ 2ÍDy¹Ú\ e\ 4X0\9e\17B\ 3ß%Ú\16ùúáÿ\eÑU1!º*ò\11ѱ="º*ó     ia*\vÑ\15)\8c0\8fÛPLüV4ç½\84\ 6=Ð#ç »C¹\ 5v_B<\98\1d}áêú\87\8bP\97Ì\9cE*\ fuz\ 6uR^\84ºTè\0ê®ÈG®®\15·\0\85\16Gæ±P\1e\P $G_w'\93\12\92B×N\97[æj´\8d[áÔÅöpÈ!\8bTä3l\9f,\14\93ZãQ\91Î<1\9d\87ã\ 1qì"æà\97çå\ 4k8:3cìÔ\86_\7fep=Åâ\80\ 4^tdØ<ÕGwg.\85\9fSÄT9k\ 3\emWÃ6tuì\852\14pe\8fÛÙr9\13\ 6w\9f\93k*Ë'\85\92ä\8a$\81ï(  \9e\86\92,n\83£¥cÉ´°Eüc\v\ fÄ//
+ùÇáÀ\993\9dó5äõ\1dï¨:¦\7fl\99úù¥ç#ÇK\7fî\99ñ<Ê_výT³\1f¢\12\17É\89\14Þµ¯\97x%S\11{¼¢\8bÌÐÚ2â¶è|O\84¦\ fQ-\8c\98À÷ë\19ÚvæÐ¢V\9eñ¶\99íÃ\8d¸\84ý1Þµ\0DÿðJ\10\r¸\1a\81\1fîu\16\r\a\91òª\8e&\¸ÅȰ@ÙE¸Ð\91Ëha|\vYÙ¡j.pM\1c\95cëÏ¿\81ióÅeÈp0 {?Ø9ǼLG\87Ör°êÌÆP¼j¾z\12f3ô>²íÚÎ<uíà\8dwªIlÓÔ\18&^\92\86L°~Q\9a\87è\rÒ-\ 1ÿ1È\9fÀÓÅÃ\røn\96\ 4\92BÚê$Õ\f\16Ø\0\98s¢Ð\9ez\82>h?¨,®\9exkÅ_Ë\9cojÄ*\12\10R\13\91\16Qðv^Æñ¬B²·Ë\v>¦%Ev9óJ\85ôq\ 3²\9fåå\82<\95§\1f\87ºé\9d§@$Û´\87\ 3È}ËH\81NW`ÁÒZC\v\90\98\e;çÀ\rÚ½i\1aZX÷Ö4;\1a~\88ìà\ 3-®wJ)|!\ 4\8bÿ½\14 N\84O\1d×õòz\ 3ÿ¾2ù#\ 5\98$\a@\98e_d\94\8b·uá)ׯó{­©âs_\87\9fÐ8u\1cí\8cµD¦\b9\852ÙÓ©·KIôT\148d\ e);}\ 2\10ç\10\fß\1di¬ZHSJQèѧÁ\83\17g@\16á\17ØáÑQE\13繫i\91ªYJ8æô\90öëDÄÙ,\1cvì¡\97d\86údÌÒ/\89\9c\88\\a"Ï@d¼\ 3\10\84>NÙ+³ÌÐM@2îñ2]\82å\18Ê¡4D¸ß¿ÖÒ\8aõ\90x{$ß¶t\96¾li=³´\9a(\13(bk\ e\8a¸h\ 2E\9c\7f¤\9cõ£\aF\ñ\0WêëqÍ\99V¢É¹GcÑÝëÚc;X\ 48Ô(ßô×Ä\84øu\1aS    y\8eJ8eÇÆ\11\ 2\12µ\\9e\93\14Ó\14\83\85\9bë\16CvÓÕ§\1e\13PÈ&ï÷5\1f\92p\b\eU\7f\15Ö\1c!*VMý\8bCO±Ìå0\9fÕ\85æÇ/]¤\8e¬û\ 6\büÑUP[ZJ\19#¶*Z\890\8e5\ 5\9d5áË:eZ\80z\86\17Ü\99\rÅ\aì@ÎO\8d÷wÄ3R½sâÚ\ f·\972Ï'$#ó(Q\ f7ËTJ\83\87\8f\99P|éòÇa     \81\84\9cö°á<\zÄ\81\ 1²\17\ e9¡p\89{³Á\11\12\19óÂ\92j\ 2\9cf\1dÊb"\8e¥\9dÓ\9bô¯^D\87  /Á^\95Zh_¶¯7¿\ 5í±`IFÕCsR=t2!©ñþÝ\ 2f4\
+\14æ\ 3"cZxµã®\ 4Õî\ 6\86\17ìç\1aK\9b\97, óÐ\ 2\b\ 2\9cEi\ f\80\8ew®e\bxK \92\85\91¿ê\9e\86C\90{¤Qµ£ç\9bÄ\aâ\ 4mÐ1vf\9c§å>\91¤\8eÇ\94[êÖ;Z\vå7\ fX\1a8uÆòix\17Ó$ú;Ö\ 1\9fkküÖ~¾\83Ó\8d¹\ f/rEò%ò6ì\ f\96r"=.\9d\ 5\ 2\97x\13\8d8\12T\9cç>ÕüÚA+\1e1yþJísu©è\17Óµ¯É\bþõ­Ü\11OËðyi\v      ÷\ 6RU\97<¦ ¢7È\0\1e\97M)QÎo\1eà  \99Ï\vΤrÎ.s\9f]\ 2ÅêѶÍ\80\8f\v8<ÓTNÅ/®¢åH\96\1c\8e.RE\9eÖø8í@\ 6Û¥÷\ 6rý¸\f\83\f¾f[Úqª¬õcõ\91¾\7\16gºÅ\91¦¶è&\19pu\a1Ù|\1a\8c«d0\94\ 1Èá%ÂC¿¬/¡\1c\ 1'=dÐ\97\10ÃWÄ8tv¤\8c\8f¤°\ 4<ö¹n\aKÃAB\8b¯|tUtø^áø-¢7\8dm\97\\91\91$?óK¯uhì\ 6§t\89o[ý\9eÍ#)Ìá\ 6÷´\94¹\8c\17\ 6OME\ elàa ÓT\e?èòñð8\92ù¹\86 ¾^Ú8´\82{-qÆm\19\86cV©«á+~\ 5\18ã?TùÅXåÇ\11qm6xã\18\18aôPÕ.ct¡ÂaX<{\9eÀî¾m¶öÂÕ\1fkÚñ²/KB \1fâ\ 2ßO\899\13d®ÁýÄ'e\929\11)ܶLEwþ\86¥\94\8b Qí¯d_\0¨ø:>æ-ü`¥Êñµ\98ë´\ e\ 3ýX)©>SÅô\109\99\13:X\8cRË#1\92ë黯\98.¿/ù7M{jü\12~²]¾Þ%º\98\9eâúö£\ f=a\1dW\88Ì\97IþeúÞÿ3\0mai Bkð\9b\ 6\ 6 g´´ÇL0õvV°ëÙ\8bÞøâà\15ó'b%\9dX)D\89yv&\14Ù\aÊ`µ´\82\9aRäÇ®Ú\8c/\aÁÃî\8cê\9av ]Y¼\8en_7Ûÿ\89nù:ºáÏ·\84\1fö°Ao±ôç\82\949\7f§þéþwÿ\ 5\9e.­A
 endstream
 endobj
 126 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
+/F9 84 0 R
+/F4 26 0 R
 /F8 61 0 R
 /F1 10 0 R
 /F5 30 0 R
-/F4 26 0 R
 >>
 endobj
 124 0 obj
@@ -913,33 +910,30 @@ endobj
 129 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2519
+/Length 2487
 >>
 stream
-xÚµXKoãÈ\11¾çW\b\8b\ 5\96
-¤6Ùl²ÉÝÃîL²³H\ eÉ&c \aÏ ¡©¶M\fEjIjlcàÿ\9ez5\1f\925I\ e¹Hý¬®ª®úú+®B\15\86«û\15ýý²z{}õN¯¢PåÑêún\15e«(V¹Y]ÿñ&øÃCq\18\·ÞƱ\ eâï×[c\92àmÑW%\ eÅÁû\aW×Ü|·Îtà\8aáØ¹~½Õ&ÍM\10ÙõÇë?¯"£òxµ5¹ÊHê_\9bú\196åypÛ\15¥\ 3©a\18¸§CÑôUÛl \1f¥ÁãZÛ ív¼°?ÔÕ0TͽÌ\16\8dL|Ð\89­]SìOÅðtY4<^¢¸\87¢¹w8\91\ 5Ã\83lhpâ¸_ë,¸\ 5½m\0æ¢Ò[ÔÚÀ_¬"vF{Ç;¼f=\1fá\87G\89£
-?@?6A\v3ÝÉT?ëï¸]\88¥`díÆ\93ÒÉ\aC;.Ä¿\93\85¤\92ZoS\13\a× 
\07\1c±\ 5 [À\8eO\f\1c\ºÃÀ\8a`\1feÇI\ 2FT=·\8aÎù!ç÷LÊã\ 4\18\ e\87\8b§àÑ\91UY¼
-é´o¾ýé\e^1\v/\9d*keÁ\87 w"û½+\a¾4\10\1c+£47oÞ\1føRʪ¨yèW´µèàÆ!2û\8f\e¾-m\8cJ\17Æ\1e
-ºk\bÍ(ù°Æ\96¡°9Õ9M\941£Ê_x>\9f%\84U\90\13<Oqvf´QQ*\vn~úørnt¬\95>5\1a³g4\1a\17nܼéº\ 2m|Fãhh2Åê\ fk%ñ\89ç¢Å9\1e\8f¢ßÜQ®\9a\ 4ü\83ii\92tvi\9b3Å£0U¡\16½~;¶\83\1cÒ¹}û\19Ü}j\86µ*ÖK3ð\88Ñ\f<8V\89ʹyó7\16\89í¿\83H´éó\1a6\145\1af2+\86á\ 2\8eP\1c\ 4 Û\97gJg\8b\e\85PÈ ?ïÚnïv\8aõ\8b\10®Â\1cõãp\agç¼\1eu\89ÖÛ$ÕÁ[\ 6\9aØ&ÁÏ#B\9cÚ'8\ 5\ 2ÀL\14 »4\ 6à\84+\1a\94À,Áá\82»{çñ¥ê÷8\94\ 2\98ÀÏ3·\1f\1f*\9e\97MÝm5tE÷ÌÝ~è \95{\91ÄWïe\90Á¼ìÞ5®+\ 64\1c 0\84$÷JøÓ·\17\80\8a3Ö;Î\10eöU]t<\bÉO®0\93+r\8a-¹ê\19ÄârwÑ\81°+;\8dsØ0Å9\9c\8c\97\92ñøÍ»j\92\9bO\17\11j\1fö°RCØK¢GY¦òEXÜ\1e\aXe\ 4Ó±Á\1ac;§\94íyxô w\e7¶Z\91à\9eª~@ÿ\82:¿â\ 5\16\ 3¤\14\ 1\9e±\f\92&\9b®\85:\12YF\1c³óB\87â\13Jp²×ë\86Áû:8ß!Òe\ 1¾Xøß\12>û4\9cÝM\9aM\80tè\±ÇË¿­ÝÙu\98\1e\986¨s\ e§×5%â#>x¨*\1euëcÎB Wü\i\9bStÃ_ïº\8a\1euÔê\8eÇÊv¿/¶½;\14âQ\9c\9c"\19V´s!0ç~;6¥\93K\8c"\95\18\ 5ß\ 1\ fwâ}<Lº:\9a1üN&\10\1c\15\86o\9e\92\ 5o¢ßpvÌ\rµd(îõ\86\92\1c9é¢\9fu\9eªÑÏô
-µýÐ\97]u\18Î]m§|ÁGXçô\b³¦ó;¢£=ÄÅpCùòÑê\1c\ 6ï\13)\f<\87B.J\80Xy\0Á\1eû\99W\94-1\98¡¨\1aÞd\82G¸Âª\11\ 1¤\ 54FïÄQ.ô)J¦iÆÖÉ@\1a$´àU"®8\b\bK\9cãdûj8\93Æ\19iLOJ\7f¬\aV\1aºl\80¼n\9c62g\82ÚÝ\r<AÆãæêþ\81lTs:9½{o_a\91B°F8%¶ÉTBx\9fë\19KScø®p\94õ<av3çÃè\94åÄÂä*\88\98u^6á    \92¹¶\83C~8ÃevÑ©¥f²\94\1970:&ß\86¯\ 2©\0hèºÏ\1cÔ\88T =Pï\98Ò\8d½Yì\ fµ;\7fíu¦2ö\9aeØ,ú\87oáuÔÀìÊ\87\16[Àú¾ì6åæöEøãâ\15Ù9^MΦŷç\98\83\e²t~Î\eôzHùï\1azNm¸Hwì\13X\82I\88\1diÎa\89ã\1e-\97¼\ 5\88HîYæ9aK\94õ\93Og{aÒS\18¥Î¹^¤L"ÓÏçLQå¹L¾\9c\19>;\95°Vëï:w\86*1HI\97êÍ_Ðéü\91«Î!)TI´Ôo±9õD\96B\11=9Áy\18\0\834¸{àÍ<ÛÊ\8cÔ\12\fJa¢Âd\1e§Âm Ë\90qSÐeÁ?\18\13â\84ÄÚQ,Ñlª\1d`ª?\1e ps»\rw\19m ±@{î\83¹½¬jepJ;\909Öi\96ò8\r83.¼\14§\8e3PwDñE·oe~A\9a^q\7f¤Òä¢û!\ 2\92)\ 2bÈɪ)ëc_q¶*d¢±÷\9b\8dOÜÊcì9hÌ=\a\92Øs6^zÎÆ3ÏY\81\11\9e³zy\8eTKV\9d ÑSU¶÷]q\0¦
-µÃóäZK®M/»6ÒÉÄGÎ]\v\8d±:ºàS­ÿ[\9fR´-}j\80\ýEJ\17\8c°b\98ë\ eµ÷¹Âq¤Bó\7fR\18\1a±\97MÁzì\ 5ã'Ö\18'ÌY ªÇ\8c襲\aO\85v~;\14ÚÏR\bOo yå\r\8có\93O áHù\97Õ\13Ï\89N0${\8bÆ¿\97°C>\,d\12¿
-\8d0\88\1d)ïÈ0ÔÒEHÃX/\aS\ 5ÿúCè\89µ?ÐdË\8f\rÆJbÀÄâ\ 1ä9â:sþϯ8ñø,øÓ «¤
\17»\1c(Äq\8f{\1a\8eE-kßÂ\9bÈã»\96µ\96ãÇ
-\ 1\bPýü*áAGdÄ¢\81\93öÏÂÊ ò)yÈÃd\a\16\f\ 5\17D8\8eÆë\*\ 4lxF\a\9añ
-âÜó\15ób\14ç»\93y¿Õ^ Ñt¬_ÌÄP>*LF1
-^ãW½\96yl\81\97û\19\85´Õ\8e©7¨úA§!ø\93(\93%êÉS\aÿ\89\86'\96\9f÷< åvâ²Ðþ×9i±©J|¶ù\8f3zù`ûdý\8e\ f®D\15!aäϾ\ 2"ÅA\ fªÔÕ}%\<E\86!\98\98ÙÓÂRrÊsTTÿ,ýF\92\13\ 3#*Û®s\18\Û1Ët2ÊÑÉ"7¡;C\b V3*Ï\ 3Ç\86¾Ê\88\98ÖSoö\17\12°F¦ÊºíÇQÏô/}\fÀ=©\ e\b\b°¿ \ 5`¨m\1c7f\aÃ
-ªõdE'\9byæó:\ 1(¨)\1cÒ9ÇÃ5ÓS\85O\1fTDoF¨H\91\8c\8cÎâåâ±×Rk¼\b½pà\8c\16OT\1a\8aL\ 6¡æ^¾\11Í\v\ 6\7f[g\94\12@}I(gA\96)ë!\9d        SúJ¤FÉôasó5vø\1dK\98>ôØdö¡\a*pïz\Åù\84£\ 5\ fÜ\16dÞ§¾&¨ÂÍ\ 4 °\ 2¼Í°H@4ðújèe#\1fAQ\82ýyVÐî¢\93-\âO'\92ó)\98\92TÅÙëU;±\9b\bñ"&¼°\18#ôÁoÄ\v\e\9dà\ 5¬\11¼°z\81\17V/ð"\ 6\f\12\ 2¤'¼\0¾s~\v1~¼³_Ç\8bd\86\17 °\12U\18/\90/M\9e\19«ôL/jÛ    A âîZ©Ñþ\a¼à\8fw±  é´¡;\96\ 3w9 ó\808×óabc9à\ 4%$´
-ÙÛ?@}ùÀ\19\rÝG¦\96&ô/aH©ÛÊ ÿ¶À2\88\81Ì\97\8e\1foh´½\0\1f3\16\13/>¨A·\12ú_·\90{R\8e¢z2Û,(\ fp]\96Õ\8e\16\15ì÷ÿ±\82Ý\7fÚá7 ¬I¯\8e}wU·à­«¾+¯°¶½úÒÖ»Mã\1e7»ª\1f6·Çûþå«åjê3ü,µOKZ(\97\1f\e>¸k1l°\1a&\15¾\1cËÛ«/îiãvÕð²©+êý¨~üý\ 6öüÓ=½\90\ e«\9f¯\7f÷o«(EF
+xÚµYÍ\8fã¶\15¿÷¯0\82\0\95\ 1\9b\91HJ\94\92KvÛLÑ\1eÚ¤;@\ f3\vTcsf\84Ê\96#É»c\ 4û¿ç}\90\12%Ùè\1eÚË\98â#\1fß7\7f\8f³\8aE\1c¯^Vôó\97Õûûïîä*\89E\91¬î\9fWI¾J\94(ôêþÏ\ fÑ\9f^ËSoÛõV)\19©ï×[­Óè}ÙU;\9c\87W[×<¼[ç2²e\7fnm·ÞJ\9d\15:JÌúãýß¾»KGö9²ÞêBätÀ£Ì$¯     E\90"KW1-Ø5\87CyÜó\19Ýù©ë«þÜWÍqÁyËÛ¶I&tñuÌ˶ê_\ f¶÷êØ·Syìþ\vóôëx\7f^K\13\9e\9dêªï«ãËÿ\80ó£LMm\8fåÁ^\91zµÍD\96­¶2\162¡å÷¯¸Î$(\f¹\12\87Ïü;líø»êÀÇ©\8c£§¶ÜÑ69®ÙÀw\1eG}Uïíl;\91\92èT¶ \15\ 4\8c[úi\9dj4rùT[\9c2E\84¾$1\13M\91\0±\96¤\vgè"\rÔ\82OM\ei~\88\b\9c\9dD\ 4\91\1f£}s´L­Ü\É?µ}î·}³m«\97WôN\8fÓ*z.»WØþ¸\ 6\11S\95\8e\9eC9!I\12\96\923bpä\86\1dëbSßö\8a >¨®"/ç\86\18ý\ 3e3&ê.]o\ f\1d~dQÿZö<½+=ý|:A>¡D\8eTõ(h¢`µm-o¬:¦ù]å~_¡MÊ\9a¿CcÂò\12U\ 4ï\80\1a½ó=G\9c\1e#NåR¤\99\v¹SÛ\90\f;Ûuì>U\18\91N\f³ÈÍ |S#âÜñ\12ëm\96\19\bK\929ÎYöØD¨f\1eÙö¹i\ fvÏ42\aÐz\fb\9cèÈÀ8ê+\1e\81²\8eQ\18~ZfóðÓ2uQ\84\8cÇh#}X \1c\ 3\8b¡;\a?ß,H£\9f5û9s~®/°¸(|Né8\9e$\8eN²°XÀÂ0Æ\90ÊÇ\ 1!\8c± \e&sÌÀü\ eÙ½\96Ç\17\8cÅ"÷Ö\8b£#\12Î\875Øù\89\1c
+\ 5áz6b\85À\1d\8e\8fðÓ\ 3ÇA\84\1fà\eÌÓ`PÎH]ð½çqé4\ 5%k;\9c\94\8d\9ba!þÌ\16\92H\18HZQ}»\96©\r\e\1eBÀ¾íì©wU\ e¾\91·\82Øï)\ 4qTb\1eñ\94õ{\82Ê\b\ 4P\9c\82Z\8dA-\13#rå¢ú\9bo\7füf\11ö2\13Æøª\1duÖñþ`w\¯\90±\12ZH\1e>|àL·»
\16§~F]}Xw\1f7ì-©µÈ\92Ð]§òÅÕ\9d$}\s¤ºR;\919K\85Ö\83È¿1½\bî\19#\12\9f¨\14g\v¥µH|Uxøñã\97¥ÒJ
+9W\1a¡Â 4|\80]xðð®m©\18]P9\9a\1aU1òq-\|â¹I\98\9e   \98è\14ì\83\18D§Yà´ÍBð$ÎD,\9d\¿\9e\9bÞ\1dÒÚCó   Ì=WÃ\18¡äT\r<bP\ 3\ fV"\15\ 5\ f\1f~a\968þ'°t\ 5\16\92·FÅtn\9cb¸@jô\11²«\9M\8a\ÈIý\99VCÁò%\88Íâ\ 2åãp\97¹P\1cî(K\ 2÷B&£÷þòN£\9f¦\88&D\14|!)â\83\fÜ.)'·\85\94\ qºäÏ\83õõ¥ê\ e8\95A1\81?\17\1e\7f\98î6µOUß\96í\85?»¾\85\1c'v½çA
+ó²\17{´mÙ£âP\ 2cw[ Å\9f¾½\ 5#X*\95³Ü*Ç*s\80[®åIHþùUWPl]\ 1W°ÜÞ4 ìÊçq\ e\eÆ8\87\93Ñ)9Ï?ÜU#ßbt\fEG,}ØÃJ©\10\8a°v9àå<¬jOg¸\11\95v5\1d\a,1\8e\v\8e§\a\vòçÑ\ e£Æq°oU×£}A\9c\9fÑ\81e\ f)E\ 5O\e.\92:\1fÝB\1f.²´3ÌÞ3íËÿ \aëözÙ0xgÅy¼^¤É ¯àosrheî\9b,\1f\vÒ©µå\ 1\9d\ f÷ùÂ\1dZ        å\vÓ\ 6e.àôº¦Dü\8c\17\1e\8a\8aG=ù\98CXTñu%\11\99òOgÛ\8a:\18\94ê\99çèÎßv\16\ 1Fïù\8c\91\f+\9a\90 Ðì¯çãÎ:'&\89\19\80.É_Ü©·q?Êj\89¢ù\9eL!8*\fß"cä\8e\13Ý\86³#TÔ\90¢¸×+J|ÜI7í,\v¨¬ÞÎ\8c7»¾ÛµÕ©_\9aÚ\8cù\82\97°,\\93\81\92\86>¢£}\89Sà¡brCÃZ\fÞ7\12\18p\ e\85\\ 2È¿ô\ 5\ 4¿ØÎ¼b×\10\82éËêÈ\9b\19\\888\9f\18\90\140\18¬£\92ÂÁ§$\1dÉ\[G\ 5i\92ª\ 5¯rìÊ\93+Â.Î\91Ø\\rg\928'\89éJéÎuÏB#H$\ 56A[°w4M-      \13HyÜì\9b\93\90\85\1aÀ\1aÊ)¡M\86\12\ e÷Ù\8eki¦5û
+gYÎ\19²\v\8c\ f³c\96\13
+s® `ÖzÞTO\10ÌA\87b÷?ܨËsMu\14´aØIùöTiv\ 5B\ 1\90ж\9f8¨±R\81ôwë\Qº±5ËàÁý\ 2¦ä"\ f­ö\ 4=Þ·ØÚ\ 2²Û½68\ 2Ô÷Û~³Û<}qøqr\8b`\8b\8b«ÉØ´øiYsp\ 3\1c\10¢\12´zLùo\8ft\9d\9ax\92îøMÅ\12TÂÚ\91\15\1c\968ï«å\14·\0\10)<Ê\\ 2¶T\18O|[ì\ 5¢\870B,±^"´\7fS¸,\91¢(
+Gü²ìçÆS©ÖJ¸õ±\17]4\91À%\9b\8a\17Þ ãù\ 3V\rKR,Òd*ßds¦\87g\1cË\96\1cËy\8c½?\H½}\ 1ÜÌÔÆQ\/ÁE)NE<éc\1d\81,CÄMA\97Gÿâ\9a Rbk\ 6\ 4³©w\0\12vêue÷\eþäj£ÒiµWîa\83\1a*\95ºd\98Ô<à9ôi\86ò8\8b83nÜ\14sÃAï+\12uÓì[G\9f\80¦+æOÆ'§Ëµ\b\bP\90\93ÕqW\9f»\8a³U \12UÞnFÍÌÊsl9£&\96Ë\95³\9cQSË\19\15Xθ2bth9#§ç¸nÉ\88Y%z«vÍK[\9e\0©Bïp\19MkÈ´ÙmÓ&2\1dñÈÒ´0\18º£\e6\95òkmJÑ6µ©\ 6põw׺¤îµh\94\1dzï¥À*\11±þ?     \f\ 3åyS°\9e;WãGÔ¨RÆ,\10ÕCFt®³\á\97\88\1d
\8bk\84o¼©ø\ 6§\98=\81Ä\ 3ä\9f¿%!ÍÉ\ 4Snoyô÷%ìp\ f\17\13\9e\84¯b÷ö\88\8bÊ£kt\10§ïp\1c\864Ìuî`êàç\17!\17\18\ f¬ý\81:\9f>6hã\12\ 3\b\93\v\90i\84uBüÏ·8áø<úkïV¹.\0oì]O!\8e{ì[\7f.k·ö=Ü\89<¿oXjwüÐ!\0\0ª/W\ 1\ f\1a"'\14\r\98´»8T¶£Ç[\9còe²\ 5\rú\92\e"\9cGåeá:\ 4\1cxD\a\92ñ
+ÂÜá\8a°\19Ez;£û­æ\ 6\8c¦cýb\ 6\86îQa®Ô=þ\v£a\1c[®é\ 1\11abµgè\r¢>Ê,\ 6{\12d2\ 4=\994¼<2aú¼ç\vZaF,\vã\7f/A\8bÉDê³Í?ÎÈé\85í\93õ\8f|påDq \8cìÙU\0¤8èA\94ºz©\1c\16Ï\10\9a\98\9bycérêúÓµ\ e\9f®\ 1ä(\89\ fñmk1¸¶C\96Étà#'/øø\19T\b©C(Ï\13ç#½Ê86\8d\87Þl/ÿtKçÖM7Ìz¤\7f=×xO&é\1dYe    Ôþ\92\ 4\80)ú/\ 1\ e\82\83a\ 5õznEë63\85\9f\93k
+\87,Äx¸f¼ªðê\83\8eèÝP*2\ 4#\83±x¹³ØµÔ\1a\1c!§oÐ#,\1e¡44\99\\84\8e\8dhõÓý\1f~\aq eS
 endstream
 endobj
 130 0 obj
 <<
 /F2 13 0 R
+/F5 30 0 R
+/F4 26 0 R
 /F3 17 0 R
 /F9 84 0 R
 /F1 10 0 R
-/F4 26 0 R
 >>
 endobj
 128 0 obj
@@ -951,28 +945,24 @@ endobj
 133 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2514
+/Length 2486
 >>
 stream
-xÚåYK\8fÛF\12¾ï¯Ða\81¡`\8b\9b¯\0{H2ÎÆA\1c\eÉ\09d\ 2,G¢F\84)rBR¶\a\8bø·o½\9al\8a\8cÆ\80\9eÈ~°ºº\9e_\15W\81\1f\ 4«û\15=þ½úææÅwj\15\ 6~\16®nö«0]\85ÚÏÌêæú7/L×\e\95ª4ò¾É»Ãz£µö~.öE[ÔÛ\ 2\87Æ{\9d×k\95x§¼Zÿ~óÃ\8bïBü<È\90Ô\ 6N\bW\e\93ù)QÓ~ä«õ&\8a\95wSV;$\90DÞË\8f\ f\95MÍß»¬\18äc£2?ÐDàÕ~½1©ñr|hï\ 3\1eÜ´;\1eÝ!«^q_Ö\9d,\97ýAö×<sªÿ85}±ãÙ\9eyÀ×-R:äm¾í\8b\16§\94wëý\87\19Ò#C*Ö¾V«\80\98ù4ã7ò\13-\8bW·ëçpS\15xyUñ\19Í\9e\99è\ fK\87
-ϧ\aÙÔ u¸{
-ºÈV\e\90i\18\11eú\'\99w«¢¤íz\18¤\81s3\ê*Ö\16\82\80x\92\18Á\1787\1eÏ\ 56u\16\9e\17\81|+\a\94\1d\93¨\e\1e;gÀ,\9d\16Úô\rÌn\e\ eH\b'9\vÉ\8cBb\9b\83ZØ<´\ 5Þçã\¦¡\9fZ¡úëM\1c\ 4d\ 5:\8d\81¯\9aN\8dH´8ò\81\89sÑâ\YóS6Åç'Ó¢\$öøª$\9ctüdN×\b]>\9ct\86,\9b\vW\ 4\836Þ¾©ª\ 6©}(ë{\9c\12ÃÀ51L|%~h®-r\92=ÍvòäÇ\ 3Y~Óuå]UÌ\ 4®âÀ\8f2\11aÕÜ#¿x\\9d\1f\8b%qÇé(n£C\127qp(åØ\81\88a"ôf\17\a1èPù*a9p4á@Afh´×õ-\\1d%l¬æ`Vî®\rSÄg[<Tù\96,ÊX¯Æùá\9b÷ë\bdQ\9dh¨Ø\1aÌÀÉÔ\83£Ä7Ö\9e¾\7fóúåL\ 2*öãH6t\87ÂrËg´e\ e"FÁ$\ 6\ 5sN>\rýÈ|.u¾\1fF¥®è\9f\8bвQh\8e¿\e0ûCs¤·ÐÛ\95m±í\9bö\91\17(°ÀSv\86Þ©£ \ 6SÅÇb{êÉÂ&;äb8\87\ÐÔé®ëËþÄá\11\17ê®/ò\1d:\9d\89¼7\18\18>\94]\ 1
-3a:¨ù  w\86\14¡ø¢z¢H=(R\8báã\ 6¾"N9WÄaÞu\r\19ù¶d/p        XK\80©\8e]¡Ø\96x¼Ý(ö\8a;Ñ^}b\1c\93\8b\ 6Î#?Í\86䢣L\88Eéü*\91ÄDxÎsC\18\ 4¨9É\rÏæÉ,ô\8dÕü\15Z}\1c\8d\16\fC²àÈÆ\1d\1a"¼ÂÖÈ\1aâ\9c\89(òcëëo\7f½\9eÛ_\88¹\99×E\1dÝÅkû\98ÅB±u°Ï@ûƸN=È~®yqaX\9b\8b+M}eÅñió´´\3a\11°´´øûÄ
-DZzê¶\vÒÒ£´Þüx½$0m|m\19\11>(Uâ³\9f^\92¼\98WÄà\1d\9fò%\9f'
\10Z\9dctÊj\1a\rü<ÃÀð,WàÔ°ßÆKx%\ewiÍ4\82ô1A\13jPbgðÌùÁñù¸\86W\ 4S\89\aaä<\9bèÈø±Èã§\99´R?L\1da!<{è\ 1Ú\ 1öx\14\ 3J\12?Q®\ 1Yþ(¹\81\10\9e<â;'¸(^0\9f\95eãÙ\12\10³(í\8a\89"\bBJ9\ f\17 ]6\ks\91Þs\94L(É\1a\92;\9c\10ÖÆ\80\87#\8eW¸>|¼mÚ¶\90 ÕÔ;\86\ 2°¡¨\8acAêèY\10û¶9\8eß\92$àñµ\e\98\99BÌèsBzï0b\a\8a@\ 3\9e×\19=\9fª\1d\ f\ 5>ó`WvÀ9nxDk(\86=4Cï\8bÙUGcþ\ 3vºyüI\90[Þpw*«\9eÑS\86Æ\v¼¾ÇÓ\9a\99\12åS\e¡Òs\0+\8e\15+ôeG\1cg^cÔ\0.\8cbÔFS\a\998×#ΡÈp\13Õ\ f8nïO£^på\16¼^\bü\ 2ÂÇ*\86\ 6±\9fò\86ßnì\ 1×NÖÆí¤\9eÄ{÷ûó³D*n\91ßÓu\13/Ñ·k\82¾©@ß\ 1\90\9e»¸hºËëni\9f,K\b\90-\8d\90Ìù±\14\ 3h\ 1õÐ\9cúÉæ
\ 1\87$\18Ì}Ê\ 4\99\1f^ôR=z)ñÒ²2\r&gW\97\1a\vþªÏ\92ÇBÂV£W?ÉÜ\10Ô        \8b\80\11Ø\80nAî\14F¸Ùj@\1f\ 2¹'\19¢$yC\96\82ÐT\95;a\96\91Æ\88\8aá\8bb(\97ie\9f\97Uw\9e ÇÂx\84_\0\83\8a½d¬S-i¦¾·\17    Ü;¼dÓD¿\83Ü?A\1c0\13 \bÊû\9a<!öz\9e£S`7\7fY°m\ f\8e\f\eöt+¥Ü:\12öO-¸\10\11D\8cX¯zä\8ff90àÚ\12Øæ.Ág\1aËWOj:\16ñ/¥\1d\ 5\87\84²ù_\17)a\8d\10)ïUͤ@5]Á¯Û¼+Xcɨ×xª×X\94\86V\81È\17ß\ 4Ú¶ G2?¢ÿ-ørñÇIb\12\b\f\16µP>æ6lë\bk\ 3\9eEqW¶TK ù9\12D;ÅóCcÃo(\ 1RfÉ C}f\b´¨¤w1õ5\80=±u¶·_ß|?O\fÊÏ\ 6ä0Ëö¾Í\19¯¿~õãâ÷\ 6\8c×A\1eP¡äõn®?¨þì1ß^/\12\17»\94\12¢Ä" \a\83\17\8b0C#"èX\1e\v¡/\9eÔq¤ß\9d-I\ 6À?\16#ÆõÀ\eëùçv\8fn.\8eHH\97×ÄÃeÄno;vÒ;\90-\8eóÍ0{Ñ}5\93Øà^©\1fë¿ê{%c\83a`|\ 2Ò5¦\99\99V5¦<þì\9f¶ZÆ\88\1a\90\81\9c       ?½Ø7ÍÅC/z<\91^&\ 1Õúèúó\9bCl\aå¹\9cìÛbw\81\e'}\ fr\80\1a\80\1cwDg³R\b@\93µï%Ú \8fÔÊ©Ù\7fnÉ<«\8a¨+0sÌ\18
-Bë\98x;1_\ 5ZO&W\7fö\85Z\80âj\91\82ã¸K:\bbߨ\89ùm¾\90\91ÿr¥·¹ú´¹ús\91V\bEn\10_`
-,7N'ÒáMÙb.øi±©\19\9f;\f÷ìzó^\9a\1c\18Y\ 5¥\83S\8f(\9d4î ô\84\13-í±á^-Á\9e4\ec at¢õlv\ 3­Æ~Æü
\9f]P\9bJc_ë©ýÌ\ eÀ\1aÿ¯KI\13û¡þ\7f\91\91\9eôAþÎ2Ú|±\8cÜ\1fHVF*ÆBÂþCÒü\ fé\17IÂIä½]kÀ\83\16ú\7f£\13óy¿\95ÜX\1d\84K\80\87\14õD\9bA\aÁ´2Å~x&\b¿o\eª¦v'n¸Áa\ f\ e¿Ôª\15~\11t\ 4ب9\1e\19xÀâÐH\1a×\eù\ e\80y\7f\0:åVj'à*\9e\ 1\ f$\8c\901\8cø¶ÊD.\ 3ÊĶ\95o¤Y\ 2Ïîñ\88÷A[\ 1Û©x[ßðâ`A8\18Á\rn\19\0§2æl_½­\9aÎî£\9f\bHªÅ6$6Vb0ÔC)ÅÇR{\99ÿÏ`z\93¾\12£Ú»\93T6\90ãÞ\93\rKòkøùÐ\ 2æÙö¼ù¬\8f8\146Î~Ç=Ì\ 4¹EÒ\89ÁùY«\ eë9§n!u\9c\97õ\vx®´.:Ü\9c\nk½ÕL½U\fªh\ 1¶õÖWs9\1ftÚ»ùßA
-ÓÖ·q\9a\90¿\1e
-l[dV\13ø\1e³¨q\12\80\ 3\16¦\91\96Æ\15.\1eó\9eyåÞJ\ 6R\92ö\15®\12\19þ\98~/dÑøåðÛ\12g\172u\98 ¨Ø«þ|¢XC\12u#´\8an\9bK\8d´\93ÛH'ÑЯ2\ 66Pê¤\13\85ÜI\e\99\1a\95\91ý\e\b(Xûp\9f(£_Î05ü?\86÷á\a\96\89\b8Ëü¸_ch\12*\85ãPÅng)9>Lc'\16,9Á\18\1a@óç¡\ 14mÛ\an\84\81¡\13\b\90êË\9b\7fü\ f:ñ7¬
+xÚå\19Û\8eÛÆõ½_¡\87\ 2¦ji\96\9c\19Þ\ 2\14\81\13;\89\8b8.Z\ 1\ 6-W¢$Â\14¹!)ï\1a\vûÛ{n¼\89´\1cÀOE\9fÈ93<÷ëpá*×]\1c\16ôøqñÝææ\a½ð\\15{\8bÍ~áE\vϨØ.6/\7fu¼h¹Ö\91\8e|绤>.ׯ\18ç\1fé>­Òb\9bâÒ:o\92b©Cç\9cäËß6\7f[xVÅf±¶±\8a\bÃ\v\84Þü`\ 6\ 4\17.m>ñæ\80z¤B+\9be\ 5´ÃÀùÏ\14\83¯ÂPN­&(`ÓÈæ3ÆpJ\90Ã\ f¸ð\9d;\94ÈIq\11:¿\9fË&Ýñ©\87¬924aÀ]²]êÀyWç$;~Ü\94|â¾Jß#Î\14d\8f\9c\86ÏgM-\1f2\89¬8ðz[\16\ 3¥íäë¤\92OÊý\98b\95\80ZQ\8dk?P&Z¬Á\14\1e\9b"}\ 4¢u\9d\95\85Z®çl\96\91q\80\1f\13j\87\ 4|\8f¼\94Ù\ eA\1e\12½Õ\81\9bm\91+<Ãòá\eÐONi\93\ 4ÌI\81\88\8e´Ó\1cSÞ¨\9b\8ad0¡\99±\821Z\99Ö\f\7f\9e\9a\12ìlýÞ\10\880\13V\8a²á\97\81fHjc\8d\8a4\8bí³ØyvÈîò\94}o\8fN\81\9a"XǾê\1cÐ\ 2\86@¹ì\81\9b#\91µ.Qkªó¶á%\81M\fæ\ 3+\7f¸Ï¶I\9e\7f`йF[á["ßÖDzj\8eI±ãåÃ\11LOo¬-Â~:\95\ 2\ 4SÝj?|d\1chåÑQV¬`\ 6\9f"Ù[Æ;Ñ;OE)\ fi\91VIÃl\19áÝ:yY\1cÈ\8e\0Cöd·à]&\b\80\84q\95\9d\9btºKN÷yúÍĸ:RÑP\89§w»\fÈøÚ:7纺ÉKÐÖM]moî 8n\9eÊ|·*Ò\87Õ.«\9bÕÝùP\7f\9cø\ 3J\16\ 5C¤`ÌIh÷gb:³=\96\ f\ 5\13®Jt\e_ûÌÂÓy{wó\94>®Ò]Ö|\å\19­¾Ußþe\ 5ßü;}ü(<x\88\15Ñ\ 1\ f,\97\ e0G z£|¥1\9e´³Éò\1d9¾ï¼j]jêÔl$\1d\b^\83mmd1\82-Äã\ 3j¸¬v¼\12\v\1e²¢\96m\8aA:_0ä\´9\b¡\ró\80¯[Ät\84HÝR Z\bÌÛ\99\81Q¦Í§\9f®&ÃÛå
+Õç:àçL£Ü3\13ä'\13¢Âóù^\ e\89\9fê\bÊC<tTI\18±\83>_Õ\18^\91;\90\f·$\89âÆ-¥v\ 4\12#øB\89¶£\8by(\86øÜó& ¯\84\0¹= (J^\ fh\0\94hÜ.\ 57}\13¹£ìK\e¬$Û+        
+¡7Lµd\85u\17Ã\13\9dz*j\95
+¹8p]ò\ 2\13\ 5ÀWAT}\8ey\80°n\0p©Z\84Q\9cÂS\ e\ 5\97\94iS\ 4     ¤X\91r¢þ\93)^+x\998W\13`y\94[.    éØBrÍsÊ\10\ f\¹bq\fÜ\13ÇÄWâ\87`UÊ        \89 µ<ùqÏù\ 6ê\15æîK\85C]R~,*ÌË\ 3ò\8bä
+(Ksê\ e¢^ÝÖx¤nâ\80R;¾uH,#¡·v³S\83ñ´ÒáP\ fÜ»\90\eZ#y\195l[Ë\ 1Td7\961â³Jïs(@;> \95ÕÚþ\9b÷K\1ft\91\9fi©¥\ 2t\9c\8c\ f\95mýé§·o^M4\0é*h+i}L[n\99F\95% bTLhQ1\97è#Oùö\8fbgù0+Õi³\12¥Å\97Jãt\ 1n\7f,Oôæ9P\1dÒmSV\1fx\83\12\8bë¶'=,¨\15\83ÒÇt{nÈÃF'D0\84!\17\ 4:ßÕMÖ\9c9=â\ 6Ôï4ÙaÐYßy\8b\89á!«S0\98õ¢ÎÌ_\bg(|º«\9f\ 3C\9aÎ\90Æ´\95Ó\8a\88\b\1a\88H%µ®KròmÖ\97å\16Á ôÖ\1c
+é6CòíAñW<\89þª\86½s_ )­ø± ó£©(¾äDxÎôÉ®\8b\96\93Úðüz\87\86^\1fø=©¡\aÃ\92<Øoó\ e\90k\1d\11^á¨ß:âL³î« \8dõ¿ÿëåÔÿ<,μ/樯\8a\8dý¯öÄ×Á?]£¬\9dÖ#cf,/!læ\1aÚ(RºUǧõ\97µ5t\13V\ 1kËH¼\8f¼@´eÆa;£-ÓkëíÏ/ç\14f¬2~7þp÷\97g3\16\92¢xÔ0\ ebJI=\ fõ¸×#¯Ó­©ÑÃ/K\f,/\8a\ 5\82ºómÂ\84Wrò!®\89I\10?Vhj\e´8\1a<\13~p\82>aÏ\8aÝ\14\8c\Õ¤\9c\18ߪ@\14òËÌHéE\ 3ma\7fvß@oGÝ>{P\18ªp4u´üQuóqhÄ\11\ 1ß¹Âùsci\10(ݲñ|®\13Ó\83±\14\90Ò\80\v\98\12^Îôvq'Öú*¾\15\93j\r¨&Õ\1d¨P1\84½>ãáJ\86^?è?Þ\96\15\f\9a\8b\1d÷\ 2p ÍÓSJæhX\11ûª<õßò\fã\86Ê\f\159L\9a\11$\8dFfjLÙ®æé
+[½\86÷¹}>ç;^ö\13\10,`´\0Îy\92Ghw\86g{|\9f-¯Æï\v °SO\13P\88Üò\81»s\967Ü>Åè¼À+\8fÕï\864%ÍGm\8a\8a.;X\89¬@c0\ fÔq\115VwÝ\85Õܶ\11è(\80K;"\fU\86\87h\80Àuu8÷vÁ\9d[\b{AðOP>\8e\b\a~Ý´\ 4^\ eÊ6\1e\84λßV³\95ô>9\90¸¡\13\9aÛ%õ¾\91ô¾]Gz\19âbé:)ê¹s²-)@\8e\94\822áÇ\\ e \r´CynF\87sh\108%Áb\1a\8d\95w5J\a\97GÄKÅÆ´X\9d\87\9c¹\11Q®¹\16¯æ¢zÌTlÝGõ\17\99ë²:5#à\ 4mFo»ÜqF\1f\96«®ý\90\9e{T"²\82¯    05åÙN\98\11\8e¾-\86/º+\18¹¥I²¼¾¬\90ýdÜ÷_Ð\a¥{)YçBÊLqh\ 5q\872¼b×ÄñÙÓã\96\83  \82ìP\f"Ác*øä/Söí6\90q\83î\93ðe0\86{\97}C*X²\13¨\18\9b=¼%Âcãh\9e¿Ä!¯ôæMݵÝß|¡Z \ 6Ò\7fw;\a\80Á°­ç«Q×®üõª+a?\ 5\8eþº`¼@ N\19ë6©S\9eÆ{sGzdnø\80\87r°@\8e\1d1B¤å­@½ä\95\80?v¾\87\10O\7f?\8b\81@\87\91¡\82\1cC»THý\88a.ô\87êë¯na¬=#_x\19\8d¢çô\1e\90ÿÖ\f\96b\16I\ 1\14\858G\8f\1c¤f\94|©1.\18x¹ãµ\rë\8bÍOÓ\82¡U<¾~\1eê]é¶Ú¼yñúçY\ 4ÖW\91×÷$47\17»\99»\1d\15·^ðýËYLØ\v\ 6SL¬\84£¨\8b\9bOnu\ 2ÿ¢YfµÔ\17ÑJ&ÞµÓJ×Ý~ö\8aµ»\9f\1dw\85\882énoë#ï  1YqBhÿ/ȵ\82\1c\19Üï\98iXN¯-»ø\8b\95«?w%\16öw\ f\1dã£þÝ`\ 1\9aØÕ`1\94Ûîv\90Æ\ëª\80  zLðf_\96W\89^-\1c\84z\1e\ 5\fò}ú\9fJ\ e  ÅóG¢ï«tw\85\9b\81\13tz\80ñ\80b·ïÛ&S\92\8f!êJ;3Å\rúè|»ÜÿÑiz20Ñ\85Á$g\ 6\1e
+'Äû¿\ 6\1a¬\1e\8eD\7fþ\95V\80¹k\16\ 3\15\e¸\90tõÈ\eÖ_ÉÈ\13\ f\81ëg\9fÖÏ>Îâò`þu\83+L\81ç\ 6ÑLLijåà\97ÙûÎà2`º\7fCüã¡\91û\ fì\82¥\7f\87 \1eýÁ\18õï!÷ÒtFúw3Wż(V6\1e\84ëùD\ 2£û«\8e©\b\90\98\rÊ\882fì?\13\ 2\7f~È´\81òÌÿ\99\8eÖÿû:Z\7f¥\8e\16¯6\7fú/£\8c\ 2p
 endstream
 endobj
 134 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
 /F3 17 0 R
+/F1 10 0 R
 /F4 26 0 R
 /F9 84 0 R
 >>
@@ -986,23 +976,27 @@ endobj
 137 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2853
+/Length 2671
 >>
 stream
-xÚÍZÝ\8fã¶\11\7fï_á\ 2\ 1*§kEü\90D%(\9a¦É\15éK\ 3Ü\ 2}¸; Z[»Vk[\eI¾½kÐÿ½óE\89²å]\1fzEûbQ$5\9c\19ÎÇ\8fC/\928I\16\ f\vzüiñÝíW¯ôB%q¡\16·÷\vå\16ÊÄ\85]Ü~ÿ&úã¶|ì«v¹2FGæëåÊÚ4ú®ìê5v\99èõ¶Úí¸ùjétT\95ý±­ºåJÛ¬°\91*\96ïnÿ¼P6.Ìbe\8bØ\11ÕÛm\ 5\94Ò$ºcJؼoÚ=·\9a{~>\96m¹¯hu|­><\96\87®n\ eüZwüü\ 2Wøê\95\19\ 5Ð*\8bÕ"¡\95~áQ;\8e¦qndp\à\94\ 4pj<\89\7fñ¨\9e%\11/W9È9\bô~\99¦Q¹;â«-P\94Óõs\17§z\9e\81p        \ek?\v$E%®¬¶q\9a.V°;\8aw§;Þu}Ý\1fûj\ 3\8cØ<eF\8c5Ñ][®q\1f\8cµQÙJg[ý|¬ÛjÃÝOÛêpÆ\9eNò8}\99=\13'ÙÈ\1e\11/\99ê#ì}\1e5]ÝÃV\95\1c·\12§>Õý\96\aö\rðFÒé,\89Ó\8c¥K\89p¿-a¯Mj£æ\80\ 2¤&ÚÔ\ fu\7f\83mÐmË\83³b(°\81Â\#\87ÊC9`\8dûf·k\96 Ã\13þ\90²R\1dÝ-u\16}ävÉ\v¯q|\v´×,\18|\v,÷<è©\1d\1aéè\e\91~*\99u@\1aðùc\vümX\13*OÀ~\ 3E\94\1d{\18È\81Ä\8c%\17Á\9eº\97¡\ 3\b\18\ f¾f\91Hl\f}ý#ÎM\12à\r\17MTôV§yÛõÜ{"\84.f\8dVAË^a\16:N\8bP\9d°\0ía\82î»Þ\95û²'\aÆ\ e4\14\17\ 2ÜÔ$#ÕÂØ®z\8fú®v\ 3\rÞ\85Ö\\97\8aGêÃ\ 6\fzMTEyy\¸ÐI(P(Öu\16õ-ì\ 3<7Ç59Mæ\1cƳ-Ï9v\15ÍNY[ØÅk²G+ÃÁ     ºe<\15\8f÷<á\10F24\ej·Íþ\84 \84Ç\9e[3\8a6\99\8b¯2[çg\95Ctб2Sÿ\11+CãÀVÊ\8a\1f\9arÿ\rte8ƶ{*\1a\1féÑç\88\12\r{    L>lü\ 2ì\bi\18\11G¿ Mo\ 6\1fð4¹\83\14\842A~\9aø\ 1q\9få23scü\83íG\ 3ʳ¨-a´åa        Ô\92/Bn\80ÒÌ\ eh\95ÆÙU\11Ðø-\0/¬v÷`L©u\10\81ID ÎO\17ýãРå=\11/\99lØ$Ý(ðÖdp\1c1iÞVã²8q¡\16Æ<xÆ\93\8aSËZ\93ÜT(%¹© \ f¬\1eQUhâ® \88DOâ\18gP¢à.i\f\8bÉ7dþÅlÖµYl\8bÅjXþ\97\v\8fÿúÜøãÄ\ 4\ 4 &b¨úðåÙZ\ 6\94\9f\8e\94Î3´R\98\9fFRd\97Èÿ\fßàpÙâ%®W/±=\8c\93³\9dÒÐÙ\94\9f7ç"M\88|;Ç\85\ e\b¼{\81À¹J @\0,\9a$ØMÕ­Ûú\8eâ0y£*"y\93\f\88¨Â\14\82*Tq\12Äuâ³½ÄV\9cä¢=~z¤\ 4\ 3\9fÔ{\b\86uÙW»\8fÜ\11äWzï=ñ]u/ß\10\ 5(:(Ìö\erkEv;\17\1d\90\a'ñ=§ø.9rL\11q\88F\83\f\89\90Ò*\0¯\9c\rñM`(ô²/X\1d­KÎ\ eÐ'I|Ç\8e}s\9e/\8d\8b\13+\ eM8\ 2ø?·
-\17\87 
-\17\85\88\ 6a$\8bþ\8e\ 1\80\97oäYï6\95ðé\9d\12b\9e\85\0\13\ 2åé0§D\aqa\12BÖÍ~Ï¡\1aôs\1aD\ 1^\fc\10üû-\90öp\7f }\ 1\95ó\ 2D9Æ=Ð`\v©ZÌ\8aõá\81;iÍvx\r\ 5\95\84\8c#=ä\ 2
-£)¦U    B8À\948\933\ e´jùàxè*éjZQ\850<\80\ 3\ 2\1fÇÝî\eÌȰçûºï\99-\97\89\14ôµ#\83\87&$§ã\8eX\82       µt\96üè)³c«9\90µÃ\14æz\9c\13\ 6®a\80¸vÂ5\ 2\13À;?\1d{\9eV\82\9c\85Îìþ   Í¾Ä\9f\8fKg¢\eq»{vFñ®|\90AIbÂça½;Bî¾aW\e¦6\fÍ*ȥĽÊ\87}\80æ½ïãPÑ\10\94\87×êCÝõÕa-DØ\86ðS\161ä%ÌÂ*\eøA\9b¡m:\151Ø%òhA¿L\ f\1a^6#ø\ 2ºh'Y´q¦eÑòQ4èò¢áG¼mÆ\88\90Æ\8eRÅg\11\97¹Ôü
-\~!¹£\98ä¡K°ÙL`sî³ÿ×<\9a\9eD~\1e|«­:[ÃaÚ\95H3D\99Ibư\9f\L\v)eÝQÙ?ÎÀÿ$vÅ5è¿°!ú7zðAT®T\11üfÞð«l\8d\ eÏ÷4}\86\8d\14\v\b/\ 5Õ<¶ê\84\8b\93s2\9c;ÿ\82îôTw\95ÄH\rØ)±çè\19\18 \8du\9e/`˸«Ô\93N\183SÆN7n¥²".4\99\98ÑÏ\99Xöi&ö»gíô¢\11åÏ\18\91\8eõäÐ5gDj,i<\8b«õ¤²\90\8dF\ 4\ 1S#Ê<\86ȦF\84ÓgØÈ42ù²\15å\13\14\0÷®~8\10P\ 2Ò\8cB&¤ñì\96¿(¡u\84Ò\ 5¢3ÈÏA7yh}\8c¸\0z\ 5ÇO|\9d\11(\ 3\8d]udLôÄú
-\7f\8a\11:\b\9c\ 2\7fBd\13VqL\803:þ\8aC<~.      c]ÃTN´*\8bu\1aJ4ù\18L\7f_¢î?JLh¤°1VG\10\86\8c
\18Þx<'q{ë½\88vQÈ9\eÍxR\9aca\82\1cI}FGúý\7fÓ\91\9e\8bÆæªhlC\vÖ\0#¼×ð\eú\12>ɽn°\9e"\90G»<t$\9a;\17\8d³\91\8fË\8e\94aCÒ×°dÉ\8f}Õuå\83¬\88û«\aHD<Àñ/\eNÂxÀ\9c\168ês¦\8a8WWø¶\9aøv\92\8b\ 1B\ 3\ e\9d]Å%©·K®Iù9O-B
-ª^9¶ÆÄ×" Ñõà\ ee»á·ªm)T%\1e\b%.\98\8aEsÂi\9a±\f\fÖ²~È\10Ç\86,véé9\87j\86%\9ciÞ#î«n|\ 6­û.æ\1a}\90à¦Xi\12Pf#¤N\92\8b5òÿ(\9f\19Åaîs»áoÿ7n\b§*uMÜM'ùÌ\15\81\eâ\e\1f\10\8aÁ\rmBUã­\1cC\8aá³@¹4ÍF\8dßd\9e ç\95bZ"Z¬2\80xùI!íL\1a\b\17ú\1al¥?iË\vøÂ|~\ 4sF#\0ÉÍý=Â\85³úH\1ag:ÜqPH\92RZ\18aËÿ\ 5w³ß{\7fÜU\87\a8qÍ}\7fùÂjå\0¡NÐí\ fT¶¥²\1fG^[¸èøÈÏ\19hSرÜ\19² ',(/ÂäVAV\99\83.ùU\9746ν3C\94\80\8e$1Q\10Ã\ât'·\19\82ìOëâ\9d\9c\ 1×5\96\17\19^äþ\82g\ 6Û\ f¨µÁ|4ì^è\17i¬Õx#háÀ0\17\180/éÐ\8c\b\92\1d,\9b\9cdŵ7\1dóÌ\90È'!ã&u\153«r\ 5¦\90¼\1c¶V\ 6dʳÉeã¨zÈW¤z%E\ 3\9b\14§\17I8g\84\85^Ñ8ñ\8e\81Ú9cv\8c§Wjz\ e\19½¤a\8bf\90\fUá³ä§©\8eú\ 2\17Å\bj¸f\8e\1a\19ke\9c¸\93Óz+ì\1d \v©¦ãv½\8dºJvîµ\bÑ&gqʽo\86ûõ"úÃ@ÿ\9dØÂ#a'låÉÛ%\ 1÷Äß?ÀÇþÙV÷\0GØÎ\v±\19çï\8d\92\90Áסù\18\ e\12Cµo¢&ü,èô¬1\8b\8a\82\820ä¶Ê\1f¨Ë¾â\1eÆR\96/ÿ¬¤Ç="\e9\ e´<ðÐV%WÎ\12ã/w0\vÊpõó\91N*\89\1d(þ³j\eªaÛ9\87Ô`r\83»]Þl7\86\9f\81÷\95ì1bR=¹«íéß\ fiÆx6Í        ë¦Ù(\15\17Î2\92
-Çw`\12Üb\91p2ò\8d\88<\97ú\b\8e\ 6u\b\9cRË2|\91F\vI\ f\13ÉG\89è\8do"\891O±:l¸\aKÝÌ@un\14áºFÍ^Zºkê\1f\rþ6\81Ác.Hæã?/\9eI        *v\93Ã\r Ù¿\9d_«é±lõísÿâø\rê:õº\ 6!¹ÊËtëî<o\ 5Ùú\92ñë Úqú\97\b$\e\9c\879Oå\1aÿ\18\12\ 4\1þ\87úp`\97ä°{Æ\8cÆ@ý\89\19Ê\ÊPV]\ 3ü3wr~*åXT¶méÿ)\81§\18¾yÆóÍaS}¨ä$tç\8fþ0efÛl\82ÿsI\9e» \93}cr\1c\0Ü\f)\88æCNùòYJt\1cóǤ\ 4\83¦wqcNþ\97âMÃ\8aéYï7\13]Ú<Îó\97mÄ[ñ¾\1aB\ 3\ 6<!L\8e)\vP\83õKÊÓ\10¡å¶n0\11\9cB\7f®9Ói\1eü¡è³\14ªß<\87R¯@¹ïfom\a&¸2öÃí¯þ\r\80\11
+xÚÍZ[\8fÛÆ\15~ï¯P\81\0¥Ú]\86sáp\98 h\916\ eÜ\97\1aè\ 2}\88\ 3\94\16©\15\e\90\94×FÑÿÞs\19\ e\87\14µV\10\17íËrîsîç\9b£Ý$q\92l\1e7ôùnóÍÃ\97¯äF$q.6\ fû\8d°\e¡â\o\1eþü}ô§Cñ4TÝö^)\19©¯¶÷Z§Ñ7E_ïpHE\7f;TMÃÍW[+£ª\18Î]Õoï¥6¹\8eD¾ýáá/_¾\12xd\92ãñ÷p«ØÜë<¶t\83\8aÓXmïS#ýaY\1a½Ùª$*ºâXñí\99\8e¾ýðT\9cúº=ñ\91\1aɽ\976ÎR:óáPÁ\9eDDÿàµjZ+ÓXl\12ZõÅÅAi\9cI7ù\e\89v[i¢\ 3\10²#:d\9eGõi+³hèZèfQyÞ!»xÙS@/l­Fzï°o£]{<\16§\92'ûó»~¨\87ó0Í·n_ÑÕÃ\ 1Î\ 1\11\ 3} ) ÊlîA\80\82¹ó\aÇ \ e\91\12ô\12\10\0â\8fNÐá\89¶ãoÿñ\88ü¼\83\9e\89Ú\86\97\r-Oâ¨\8dÜ\ eº£¬J^r,\90å\8fØÑ\8bu§]Óöã:\10\r\1f\ 5òªú;¼FEÏ\aà\ 4\1f\88\1dÖþÄLÑUl>í\13Ê¢ c\82\13Î\ 36tÔWÝ{Ü]q\17\89ÅïS×\ eÕnàÅÃÁ;ߦ)ʯx×,Ö{¢±31\87»÷]{äq&Ó)»ç±úx¬Êº\18ªæ#«cÉÀ¾m\9a\167>×§Gf¥\1eø;qNî³kÏMyA\8e\1a\rªê\9e:P^É\8b\vw?èÔ\9dÖîùë¹EýÆD\94s\0\91ÆF\10Q\7f?T 
+\9d\8fªÀ¶aYãà\194\ 6ÚI\95áÓpòX\fL,±¡Áy«SéÚ\86\8fáÍuÏ_¿ó­L³®\1fxôÒã\94Èb¡\9d[ý{ÍçÔäsxÄ©ugUý®xbI\95\8e\e\8fL^ÁúP*\8b­Ó\bǬw\ 51òcß\14=\88\9c\1c@CDy\ 6×B#ű\82\87~:·$tl÷C\a\1c\83dtª"òU\1cezÂÝ\18\9bÜ)UàQUY\8e'\ 5NLý \18¬yÁ\14\e@õËØ\0ª¦Ø\0º\ fC\ft\83H0\9a\81
\80"\83N\13\10        EllîÛîÈ-4(ü\ 6\87\1fÊ]R7|¿¸\f¥ÂøXú/\9eÕ«z\9d.X\1e\ 1Y@\89[L\ 3B]\ 6\f±§7gìê\1cYYÞ\9fÙ8\95ë\ 4\84WèX\8e«\80S\ e¸RÇi\1aªÇk¤*1æf.æ*­¼\7f)\88\8c\1cË`°«~:×\1d¹2\f?£3.É\93I\16§\9f&\ f²¦\99È£Ã\v\89ÒOÛ×>lj=³\ fX\8a\ 6Ë\13Ç\16h#î¤Iât\96O\86\ 3\1a³JÁÌNÈ\0Ø~Y?Ö\ 3Ú^ʾ\83\93«l\b°\81\ÝÂ\87ÈB>à\8e)pR|Ga¥Ò{8¶\v¾x\16\96y/\90<ðäx\1a9)\ ePÄO9ÄrÚÀU\8b\10K\92\10Y\12ÏsQï½Ìe\9f1æÖ\83\9bz!æ¾Þsþ\1eFðáã¢\ 3\12Ù\ 2\18­\80\96¾Á,d\9cæ¡8\13\ eH\f;vM\ 1Á\9c\1c\18\a8\82¶N\ 4\ 46\f\89\16æ\9aê=Ê»j<E4\fÞ¥§<Ê §\ 4\83Þ\r\ e~¡ð²8·aØ¥@!XÖÆá#Cø\b\9dÆX\8b¸ñÀk \ 1õ\f^8\8b\bíîd\8f\16\9cípØÍ§\8bÜ\8eS\18É(Þb\9b\92øì@\80¡\ 3·V\ 4­\8c\8do2[;®*|t\90±PsÿqVÆ\80K\ 1\9d$ÈT\8fSsê¿\86!\83sl»KÖÐ\9aÇ\99\81ò8\9e\14`\16\L¹\82.`GHÃ\88\ 5Iºô>0\9eÉ\ 3$ µlDÔ\9bÌ­4ö"#e&ê
+\98íxÚ\ 5\10\1d!5pÒ\8a\ 6$zÎM\11P\8d*\0\9a=\18Sª-D`b\11\ eç¯\8d~<µhyÏD\8bq
+\9b¥\e\ 1P$ñ\8eãLÚÁ\bkâÄ®ÂìK\9aD\9cê)1åB¸Ä\94\93ûU\84dѾmNá\88¾\aÆM\89Ca4ä\1aþ&·\87l?_M¹ÚÄ:\9fçÜõ\84ùëK\93\8f\13oñ]\85ÁéÃo/Á\1a\88\9a\90\85\98Ò\11Ã# v\85Jð-ó\8b\89$oZn\96f¢àûKê§Ý\7f|éq÷ÃK;/Ù\ 6\9f\a¤cÂ`W\ 26íêw\1e\9c*\91\8f Þ%5\ 4
+*w@Aä\8b¸,\931\81»p\89\8bltÄ­gÊ\19°%|{Ð@\902©?\8c\877ÕÞíq@\1d\87\17\98ÀKòTAÖ¸æðH\83\9d=iÇ\97\89\8fúW\10ækD\89ZÀ»\7f|éhí\90%\8c²\85kxú\14\1cðaÌåå\86}õî2\ 5*\e'£w\114\0ú/íÀÆ!.ÂK!Ha\19!ú'½\véúÖ}리\1c\9dÁ£\CÌ\b±ï|\9a³\9c\ 5W·W\90ºZCê~.|\ 1\Áê+O6\f\\fe Á\16Ru\98èøq    \83tg绳*C¦]\8eÅ\99\ 1Â;EÆ\14\8b\89îà\0&âJN"ЪÝ\86ó©¯ÜPÛ9Q8\82½$\bO\9c\9bækL² óc=\fL\96uÏJeS\90WC\ 6\ fMÈ7ç\86H²\*ÀÁ\82?\ 3%klµ'²vXÂTOkBª­§Úò\8b\14¿D5b\r\800o¨\80\0Ë
+\10ç\81\13K`÷z4/\v§Ã\9f\8f[«¢;çv{vFç]\99çA¸\\83ßÓ®9\97ô\8aFWóK[÷^\85ôHÔ\8bÌë\ 1\9aûq\8cCEKè\1cºÕ\87º\1fªÓÎ\1dÂ6\84[\99Å\90\96
+ãéA\9bY-O\ 4Z"\8f\9e\17\11\94çM9È\80\85\ 6Ô$³\16\96\eÚÑ\1c\1dkX]q¬á&V\9bR\8eI*³8®â\8bp먴\98\14çÒD>Ë5×\90°\9a!álÌ\87_ñlº\1aòßJ-.î°S2}öQf\96n1ì_O\v)f\8d@دW\10}\12Ûü\16@\9fë\10Ð+é}\10\85ë
+°£2ï¸ëT#Ã'»«\14]\90\91b½õSA5\8bµXP±xúÂSò¯èNÏu_¹\18)\ 1\ e%:t+o\¡±®Ó\ 5d){\93\19ajNØRq÷Âäq.o01óóLì÷/ÚéU#Ê^Â\16±´\9f2"1U)^\84ÊrV,0\93\11A\93sÀÜ\88Ì\88!ÌÜ\88
+\19FN\95¼\97¬(\9bÙ²\11\80ÅûúñD@    \8ef\142;\1a\9fcÙ'9Ô6\ 4Þ\8cÛ3\90M\16Z\1f#.\80\8b\12»+\f\19\90ØM¯ÀDά/\1f\1ff:Y:\b<ìÞ ² \v3*À\19=ïâ\10\8fÛ]ÂØÕ°\94\13­0±\9c\95\9ff\9bÁô}9\9ebB;L5e_'\ f\ 4\8e1¼õ\95f\8eÛ\87Ñ\8bH\8bî8«£\15OJ3¬5|vGúÃÿÆ\91\92\14\8duhÁ\12`Äè5Ü£\1fTàKî\85¿sä\ eòH\9b\85\8eDk×¢±\99è¸îH\ 6\e.}ù+\vþ\1c«¾/\1eÝ\8dô\13\8e\87DD\ 3¼ï\8c\7fÜâ³q¬Y¸bÍ%Qy\9c\89\e|[Ì|;É\9c\ 1B\ 3^\95}ÅU¦·[.3\8dk\9e;\84\14'þ¡\8b¬1\19Ë\vÐè\ap\87¢+¹Wu\1dÿ\146\ 2¡Ä\ 6Kñ'BÂi\92±\fLÖîþ\90 \8e\r&¶éò\9dCeÀ\ 2Þ4ï\11÷Uwc\ 6­\87\9f7\83\ 47ÇJ³\80²\1a!e\92\-{ÿ¢|¦\84\vs\9fÙ\r\7f÷ßtCýB>KÅ-q7\9då3\9b\an\88=~ äÞ\ruB\85à\83{\86ä~[ \Z¦£vT2/pï\95|^õÙÜ\e\80xÙ¢6vÁ\r\84\vy\v\92?Kå9ìP\9f\17g\ 4 ¹Ýï\11.\\14\91*C\8d\ 3UIÊiÁ\væÿ\82ºÕý£?6Õéq8¬î¿þ\eÔ½\ 5\84:C·ô\7f\b%\15ó8òêÜFç'þ®@\9b\O\15Ì\90\ 49#A\8c,,\7f\84Æ[Ö KvÓï.\1aÿ%\82WA\94í\ 6÷\83.\84ÖÁ\11Ì\85K»ø\81Â!ûe©»woÀ]\8dõC\86\17Ùø\9bÍ
+¶÷¨µÅ|äµ'gÿ\8f!ÅTKÕð`X\v\18v
+\98×d¨&\ 4É\ eff/YçÚeÏ43$\1a\93\90²³º\8aZ\15¹\0SHVÃÖæÛ\87\a®¼-¡
 endstream
 endobj
 138 0 obj
 <<
 /F2 13 0 R
+/F1 10 0 R
 /F3 17 0 R
 /F4 26 0 R
 /F9 84 0 R
@@ -1018,29 +1012,32 @@ endobj
 141 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2474
+/Length 2771
 >>
 stream
-xÚÍZ[oܺ\11~ï¯Ø"5"\a]\867QÔ[pФH\81\ 2Å\89\81\ 1*Û²­\9eµÖ\95´uÒ"ÿýÌpH\89\É»k èé\13)^\86ù~ÃÝ\15g\9c¯îV®ùóê§\8b·\1fäJpV\8aÕÅíJØ\95P¬Ô«\8b?}Î$?_K+m\9eýTõ÷çk¥Tös}[wu{]ã§ÎþZµç²ÈvÕæüËÅ_VyÁr»Zë\92YGáÓîª\1fº¦½\83Õ¦Ì\9aö¦þJ_\ 5Ï\9a\9eÚÿÔÝv}Uõõ\r­Úµ\9bº÷sÃ}M\9dG`¥È¶}34Û\16N£Áª«\1eê¡îüꪫ=      öG\1cÃ3\1dg|µ\86\8b    ºØÓ}s\8dl»;Éì\1aΦÛÑqp¯\88S\18î\87ª\ezêW\ 3­\10\fé¾ý &á­ñú%\1cT²Bº\83þðßßÓª2\12qÁ@ÊÜÍ?võmóuFHåÌH¿äÍwÇÿ:\97 Sw\87üG\91\9d¦#ýkV\94ñ)ï¿>Ví\r\ 4él±Õ^JÐiAú=u··Ôþû<ÏA\ fMuµ©ý¶§ûm?ßp\85\95Õw \1f\f÷Ä\8e\9eØ\91¥f2ºÑ¥Ì\8b¯3¦¥aeé\17\81Ö5/³¾FÛ\18À¤\9cð\94\14L\16±        \¡þ¿\91þ½ÖU\86ä»Þ+\98,\ 4¨\\83\81ÑBwIE\ 2Ø\17¬\0ÉÂ\11ÄÅÇ\ f\9fæ\rf\85\9fïÉ\9cëëÆ\992\1c\rrÓAn\v\96%\81sS¼Ä´PÔ3:R3\11xüüî\8b7--\98Ê_b[Çi¿ù2·-a\98Ôñ1\1fog
-\87\8e6³Sb)\96H\84\16`\0\91¥Ì \ 6QÛuÕ¹4¨VY\8aÄ\141\18p\9eÕÁ\9cq9\9a³kQý\12LpÓ îq\b\15=Q,\88¢Ä¨Ð\×~ûeö\vNÕßúËs:°êûæ®\1dm\ eT\15ß\96\ 2Qz[ɸ8xÛ\9céÜ/``ÙR.
-­`V\1f$cYic¡\19\9bµÛ\81:NzØ\8e
-ÝHÚX^\10T\9d¼`!§¦Y`D\83\ f\88\97rÒ×#'7\9e7Ôân³Á/\bú  î©éÉ/À\17rËtâÌ\7f¿¯á\12Z\89ì\1fK\ 1¯\f\9bñ\93³BùÉ×HA:®°Ý¹|\84\96\ eq\ 2;N,=$"¿àÑ»sÕùÍ\18Ì\1a?{³Ý\81\ 1Rÿ_»íP÷\18£r\\1e\92\10\vÞ¹þ6z¤I\eT\84ËR[\9f\8a|vò±\8e\13ÒÜv7§¥§W\87sHȯ3Z\90\8d\8a\10\9e¾\ 6ÃVI¶ºp¢Ó"ÛÔíÝpO}'!h\93HÛÓ\18z ¶CØH\12p:ÑÂ\87ËÍÎMr\=K\1d¹`¹Y¾Hl\0\10µdd\90H¼GÔÒ\f;H\1fÞä\14\87´ic\93[rCÉ´8åÀÑ¥Ý\81Å\92Õ\8a\9c\85Eo\8e\19-\0\9f\1c\8dÜ\1c2ÿpù×`\959ϽÀ\8bTÄpD$\14\9a\ fÌ\8f\eÈk\1fÎ!­_\91?x®\9c.¡}t)\7fÂpN´\ 2ÌÑ&\81rBu\18ò ®.Ⱥ\90L\96Çe­Rå*]ºpçÚ)´+m)Z¹  ¼èu×<º\8bâÔ\95Ï)Ø_Ð\94áè«§é
-I ®ð\9c\ 5])¦Ê\93B\15¦³<\0\17 E©\ euåá\ el\8aE\9a(\ fcFÓ'\80W-+\ f'\bó¨¬ÞÔ\ fµ[EHX:÷M@s\94AtvZü\99\87\1f1\ 1\80ÓÂÏ<\84EVý\ 4\91ð Rñ\10\bp¦Ð)\ 4ú\11¬½Z$\92¿\88¹4²j\89\808
-D\17\ 1\8bƱO²ÀhH\aóL\\8ck\9c1ä<
-±øå²\f´\8fÝÖùíÍÎ\15}0Rù\89j\0\ 1´ôñÏ\9dÃÍ8ë©5~\ 6A5D}ò¯p
-%O7\rùË\9b\99\8cuð©¾\1eh\9d-2Årf±k³Ï\1f\9a\91 |¾\ f\ 4¿8ð/\81±»\9a6Iyy\ eAÄ@Eðñ\96\86ÈZaÛÄ>|<T\ 3e!W\9eÄË|\9d²\8e«Hb\ fJ\97\96JDnÉMà\18Ú\a\ 3\910yì aõ,{\80w\8c\ eþ|HÓ\96åzªu\94pþ×\12Y\7fx\99uu¿Û\fÔ'΢ÉX\ 10\ eÚ'XÅÍ^\8däë¼8÷*\0¾QbÀÉ¥»@¯\10§\84ç<¸\8a+ÿ\1cy\7fªÌúûm\ahi ¯QC$r8xR Cãã¾\85ÀÊÅT5¼:\1c£)\80\16S½HÊÆ7\ 2\87ó}¶\95áq\ 2;\9bm{ç\18\95\90åRF\118\8f\8câôå´m\89Qðþ½à!\97\83Çk¢1ñ%²\e\88Ñ\ e³@\94PKYÓ\ 2ö\90ÇÕ\ 2!&\ e\rˬ\82\89¸ú\19\91ºD(\16Ñ\8fÁ5\aRj\fZ\94ð E    \19Ù\ 4\10îê\87-jÂ;\1f\ e\82ò\b\85Ô\80\98É\ 5\ 4A\19l\ 1Èo\1agæðáâ\1f\90\9c`:nßÇ0né$K"×z\8f\12{ÈfØu­OÝ®¨@8às¸MÜ\12R:á\95h\9e|\9aÞÛ\ 6\1aÂ\82\15µmË%mK(¶\8aü$\90$\12\90d=H²û )®¨ý\15-ÜÑÄA#\81OZYïÙ\88Òç\8a¶P¹\96'¡S¤U\12ÎU\8bØ)gÊ\9c\84Â0I\98\80sUä\9dø13\19¼ÁÖ\97wÁdp!Õ
-|2\19\1cD\93Áv4\19\90Ò\133x¨\1fp\1a3\8bñ8K\8f8kDdÑkF\82¶¼\r!ÞjoööÄ6\84¯\98û(o²!ãl\bè\92\rý\8f°ÚÙÿ/V;;û\8d°\9ab\\1e\ 5k\96q\15û¨M\0\86%ÓÃv\ f­ÁHå'&¸S\ 6´\86³=µ\8d\aB  Z³\11X@\18%B-\ 6ö!\18\fÇ2pò§B¦¸
-g+\1a\1fºªÙ¸\ 4\19\15\86\9dw¯Bú\921<¹\142.ÿçµé\ 2\ 4Q\80\81_\f§\9eIT\83\7f^â!h\88\11`á ãU\89i2y\1eâþEi\9cç        ÷jùñB\19få)o      ãû¡\ f³1\93#\80¢P]rfU\12\87RH\ 5\98a2\12ø\b\90Jê¥\14\94\8e\95½@-\0\15$ç2¿Ô\13ý\11@áÇA¶ôa¶¤ÐSÎ;;;\86 \90\88g\8ct¯A¢:vÙ SåÀÒB\96\85ôY\9e\ 4u\13L¥Ì"¦ÒӫƱ·J¤àähÄòS\82ÉOM\87Ê\84zÇĨÚ,!(Ãgé\10\17Ò\9db\ 4e\1c\82¢\ 4\98\e\96'\1e\15=}r3ÇT\9aÛ\18Si^Ð[!V1\94þ4$0z\97\r\95\r.\8a\1d\8f*\9bt~/ýáÙ\1eB\19c\97\94Ë\17ߥ\96´Ë\13íjí!\94N!\94J!\94\eÙ{oÒ¡\14Ò\8bn\87x+?ÕD\80:½6ée\13\19\7fZ;n"Ú\ 4$ª#\13\81\8fÈDL\16\1eõ êAû\8bühf4 \ 2'*Täh4\bm·4\18Án\99Ç\90É?MÁ\12\a\99d`\f     E\90      65þ\9c\0\99`+A&YL{bÈD<Í
\ 5øTü&ðéí!ø\14´²O\80~Ý;\81\80ÿ¥þÐ/Æß\83CKfÌ\ f\87`oß\1e\84`\87\ f]P\1d¿ 8ð[\ 6ç{?\8a?\ 3ãÆ\17\86\84Ñ\88\94*'I\86Ø\14á\1a\8cT[úù:Eq8S\85¨\18À\15\ f(ÎÍzj\8d\9f\89QÜx
-¡¸}Æ×FîUp\7fCó>\849Êä\12¢\88/!¼\8fa\87â.tÆô\8e\1fczÇO³ø|d-þ\8dä¨0G˭%úàÁ\83ç*\86YÂLï\\16T\95¼3võ㦺¦ç­bù\8f\b\10Ï\96¬(}OUÑOµ\ 6êÆ\8fîm*\94ð¥\8dþ_\0\1f·Ûî\ 13\99\0<Ôn¾\1dZ\1a\89\f9tq³´#ßþ8o\96«÷\17¿û\15\94k\1a/
+xÚÅZKoÜÈ\11¾çWLà\18K\19\9aÞ~ò\91\93w\91õÂ\ 1\92C, \aÉÀÒ3\94\86Ù\11©%9+9Áþ÷Tuu³\9bCz4Î
\89=ý(V×ó«â¬8ã|u·²\8f\1fWß_}ûN®\ 4g\85X]Ý®D¾\12\8a\15zuõ\97ëDò\8bµÌen\92ïË~w±VJ%ÿ¨n«®j6\15þÔÉßÊæBfÉ¡Ü_|¼úëÊdÌ䫵.Xn)ôCÙ\rusw±Ö<OÊ\ 1\9e\82'îÂ\89"ÙàÙ]Ù\95\9b¡êhOÿ\80ïLªM}#MVmiã'Üø\19_ñí;\1d\99\11+nßÕÂ\81´¯\ 6Ú\15ÝI\1a&ý&6§Á\992nu_5wÃnF@i&ü\96²ÙÎHHɸz\96\8b\ 2\a\8eHW9\89tõ°»¯\86zcÅ·V<e"]­A\a\82tP==tUß×mÓ£Äóä&é«\8a\86\1fªÍ\0\vø£HRfhöúîÚïiò»\91þÇK\9ay(ï*\1aeüæ\82\ 1\e)O®vµ£î\9f\1dª¹CñãÖ¡¥Ù²·lrbÐX\ 6?\1c>õCgu\8cöñÃÓCÙ »sIã1Ã\8c>)jÅ´\17å½µ¬\1e\8cFi\95T¿^\18\93\94ûC9à\ 5´$®´NJÚ\0\86\98&\a8\94\83¹¬á(\9a\14.ÜuU9Ð\ f\r¶W64ݺåê\17´^ZliêßU×¢h2\93¼¿\9d«;/\98IÏз(Ü&ÏûÚiÙH\ 6\8e\16i\19/\85\92/\ 4ñ\0Ï\92\1eä^Ç·\82\85=X\85;AW*¤åû\12\90\8fá*¼Z£ØìON
+\86éCo\95\8b/r3DD\84\eY\92·]{ï_ã(Vä\ 2S3hoÑ·Ý.\1cxuUäóí\\8e\99    \12z\80 \0v
+\97;\96£ÎÑd¼÷®Ó,[Ô H4{\96\96Q\10\97h\13Ê\ 1Ùü\896©( h\96{o\7f;'Á2é\16¿AQ+\1fÎ\84\ 4§é\ fû\81èÖýü¾`ÛúùH3^Ã\ 6¶¯ÑÇ]|]+\99±<\8f\ 5\16Õ\98¥ÖJ ~ÞÕMCN  \ 2+\87\93\82ɯ\8b\9ck\93éEÙs\96\9e%{-#á#¯Öä\90¿®+)ÂÛé\ 6HÐBÝl«'k¨öfaË\92Ú\fãú\94Þ|\ùÆ\892\ 3        d\13\eF×2Å\12ñ4\ñÍIÚ\18fSï~@ËÛ\ 4\8eíµá\89\8bÇB, \1f\17Ï\18\87b>êÜW68ú\88àè¢\ fzúv\10ËÕ\14~{0\r\bý\8fµ\7fS|Ý\2/Ê?ý\87\96\8bhY0mb\85û¸¦
+\84\ e\1a-!¢.5æ8:~=#\1e      ³½½\1d­2:¯\fK½%}üm&¦\98;0Ú,ÕÉwà\93\9a'MuW\ eõ¯\98
+H!Î<\9bÄ\15gÒÄ\11\ 4\93cù³¥ØÐÏ®ÚÓK@ÒnCK¯o\e\9cÐ"$$\9c¥èM£\8aä( 2f:¶Ìûò©¾w\99`-\vç\188$­Ë"'­ã\84\85PY\f¡p6ØB®P.Z\89äïíàÎ\0\17\ 3\91)ib\94\95½\ 6.\84¼\80¿BrÆ_βÜû«\87õ<A\80\9d\f\96\17£\R\91F;¦ajÓî\11Éà\9c÷si¤\85\8c8·¯ÊÞ\r­\18ñHÿPn*G¦¥){CËt[o\89\82\8b\87Öàqë¦mn)ùá\ 1kþSN~Z08À³Þâþ¼>iq\vÁe\ 4r\1e\18­S\88\10\11nÒÜ)4üêé\89 }ý©ì    \a\83À\eJû8v(:\9b%
+\9a\fiaA\15\15\815\94Ã%\rë\86\9e\8f;À¢`Î\16îËd\ 3ï¦\ 5
+*\0ù\ 3§8m\11~OcT\16î\10l&Â5V\ 6\ 5\9a6+\94\8b+\7f\9c\a\96\fq\91\v,\0Aë§\93Îÿæ7\126À©IJ|\ 1ÒoçqE³¬\88\15j\91îÖ\82'åP\9bö IÛ\1cÖÓÐ\86ex\12"êêòÓ¾rÇ\1ewm??\10R¸Û5Æè8ë\16\9aÉèFèëOó\f\9e²Â§\95Kª¥À=\9d/:Dq\9c\ 6Ç<\vúwZW   \92ïz§à£º\r7ÚK*\1dr[\9cN@²Ò§Ï÷ï>̹ä,÷8#D/\8bÊáÕ\84`In\v\96%\81ó4û\1aÓ²øb)+y\1e¯ß~t¦¥\ 5V\87\91Ö\7f?í7K9+er\12ð\17`\16\ft:{Ë´â\90:JN\12à;æ\16û´Ñ?µaµ\10\13\0À9ŧ­;fãi!}NQɾ¦P/]º\911¶À\9f\10\15êMå\8eß$?ÛÄñ¹¿¹ \17\96PÂÞ5£Í\15lbq`ès|ʸ8y[3IóZÊE¡\ 1\Ö'Éä¬\88k\ 2\99æIÓ\ e4°ÒÃg\9c;/Ñ;cy¥\94âq#§G½À\88\8e°ôÙ\9cPºµ\9cl\1do¶ÊÅú^¦\90å@AÝcÝ\93_\80/\98\9cé\89hÿ¹#`"\16óZhI<\83\98\81\82t\88GºÚ\11G\96-íã\ 4\ eÆ4ç6<8w.;w\18\83YíV·í\ 1\f\90Æ¿\1c\0\8cô\18£\f\10C\9c\13¾ú<zdªg\89uëR\10u*\94­\9e1;¹XG±éÑ\ 2\83n{^zzu:\87L\v\9d\88\16d£Ì\87ܹ§¯Á°Õ$[]í\1c,t°ß\8e­\84à9\89´=ÍÙR[ûR\e\ 6$\ 1«\13=)ø-ê\(Ø\8c\b\r\8c\13\15\eD­¸bCâ=¢\96z8@ú`¾e\ 5isÒÌXrC¨'Ä9/Ô\13t\9d-Öç\86\99³J1$ÀmQ·L\br#OÏ-ô\8dï© ­XÄð\8aH(´î\99\1f\ f,ö¦pÁê\12\9e\8bž\10\80;³åb\1fC\1eÄÕ\ 5Yg\92Éâ\9cr|¢\¥\v*Çõ´lÔ¹/Ça\ 1/ºéê\a{Q\úär
+\8e\97ªf\8e¾z\9e®\90\ 4µä\96
+p©\98
+U\98Î\8c\a.@+ô¡\1cÜ\81C±H'ʳH¸\9f\0Þ/5\16a\810\8fJª}u_Ù]\84\84å\88¦GÐ\1ce\10\9d\9c\17\7f\16Ëîô«ÂÏ«¥êÚký\11"áI¤â \10àL¡§\10è%X{u²­p\1esÓȪ%\ 2â£ÈºÐ(ô\8cút0ÏÄÙ¸\87Z6<
+±øËf\19x>t­õÛíÁ~\ f\81\99Ò-\94\ 3\b ¡\1fÿ¢\1e6®:jµ[AP\rQ\9füË¿\85\92§]¶­~*q8\93\93®ûØúϳD1Ãr\1cæÉõ»z$\b?ÇnüG\vþ¥oÿÃ!©lû?\85\8aàý-M\91µÂ±À>ü¸/\aÊB¶<\89·¹:eRì\93\89\84\16\13ÏÉM¸oKÁD$L\1e;¨ß=Ë\1eà\1d£\83\9f×)Æ( ¬ÿ5DÖ½<jÈq×0\8b\17c\ 5ðÜ5q\ 1Vñô¨F
+Íðp\17\0¾\93f»X¼\v\8c2qNx6ÞU¨G¡<\1cÇA¿k;@K®G?j\88D\ e/\ e
+´h|<·\10\bUëÿ©m\8a=\ 2\8bó]¶Å'\15\ e0Ø·Í\9deTB\96\9b2\8aÀyd\14\97o±%FÁû\8f\82Ç\17{0\96FàK$[\88Ñ\16³@\94PKY3ס=}B-\10bâаÌ*\88F\89ßß\89^þ:\91\86o\91o\9e\ 3-JøN´\90\91M\0ᮺo©Wf\9d\ f'AyîÛ+ fr\ 1ú\8ea\9f\0ä÷µ5sá¾Q\ 1É\0Óñø¬\ f\85[\83,\89\ã<J\8cÈ\86"Æpè\1a\97ºmQ\81pÀåð|â\96ÚõÑãuòiú\14\14\16¬¨í¼Xþ\\94³Ì\9c\ 5\92Ä\ 4\ e$åÇ )®¨Ý\15s¸cz\f5Fø¤Uî<\eQú\Ñ9T®ÅYè\94ºÌ\16çªEìd\98JÏýx¡ýÇ\v­"ï¤Æö\91Éà\rZWÞy\93Á\8dT+ð`2c\13\1c\9e£É\10Â\85\94>1üèÃFêp\96\1e\88È¢nÆ\ 4m9\eB¼Õl\8fÎÄ6\84]Ìc\94\17l(µ6\ 4\86Na5ùr\80èõ\vc5ó\82¬½þ?a5Ÿ|\16¬åáÏ\17V©ù\ 4`äîß\vð<Bk0Sº\85\0w
+\8fÖpµ§gí\80Ð\ 4­åÅ´£/|-\ 6ö!\1873°`«¼Ñ\9f29ÅU¸ZÒüÐ\95õ\9e¾\ 4\84°sî\95IW2ú\96K&ãò\7f^\9b.@\10\ 5\18ø«áÔ\17¾j\f®½ä¿\82+\11¾\82+N¼*\11\16'í!î:Jã:\9f\96\9b\17*\r\1fcNö\12Æþ¡\v³1\93#\80¢P]p\96«é\a·      ¤\ 2Ì\10\8c\ 4~xH%õR\8a\16\8d×Ï\95½@Í\ 3\15$g3¿Ô\81þ\b ðÇI¶ôi¶¤Ð!ç½~ý\1c\82B"\8e1\94Ñ\ fW\7fø/å:®Å
 endstream
 endobj
 142 0 obj
 <<
 /F2 13 0 R
+/F4 26 0 R
 /F3 17 0 R
 /F9 84 0 R
-/F4 26 0 R
 >>
 endobj
 140 0 obj
@@ -1052,24 +1049,21 @@ endobj
 145 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2390
+/Length 2519
 >>
 stream
-xÚ¥YK\8fã6\12¾ï¯0°YD\ eÆ\1a\89¤\1eÌîaó\98    \92ë4\90C:À°eº[\88,9z¤gþ}ªX$EYòtc÷d¾Yúªê«*z\97ÄI²{Ü\99\9f\9fvßß½}Ïvi\12ËtwwÚ¥å.å±\14»»\1f\7f\8b~xR\97Q÷û\ 3ç,âßî\ fBdÑ÷j¨+\1câÑ\87'Ý4Ô|¿/Y¤Õ8õzØ\1f\98È¥\88Xºÿýî\97]VÄY¹;\b\19\97æÔAW]{\84Ee\19\9dºþL­JM\83Ù
-m\85§²RFg5V{VDO4SDÝ      \8f|û^\ 4\12çiÌØ.1g_Ô\b\ 2·´(ø,^ÆÜ­\19;ºå\ 1~\8aHÓM½¾4ªÒV¬çz|Z]$E\9cÚ#\86±¯ÛÇÕ-¬\88yn\97Ä\80\16\93ÑÏ\e\ 2\97\92¼\80©ÄU\aPFJʰâ>Ö-`ÁAd#$´Êè#íçóþ\9cÅ\85\93ä\9f«Ó³¸p\ 2\ 6äLXT\8f\19á\9e\ 6×søc·\88ÔH7\8fO\9aæQ¦ÒÈÔ"\1ef\fT´\¤?]T{Dh±÷×>\13 àIÓ\91\e
-e2\89óÂ\ 3t0Ftà\19\0\92\11 \99\99êÕY£u®t]Ä    \v´ \93M-ÈXd/[\8dt\82\17\1e~hmÀ\9fÆ¥´\eÿµ\ 5?\ fàç\99\85_,à\17Kø¡«ì0!\v\17kt#l\18Ì\173\ es\83]\9aó8ÉCì@\v\99Ó\ 2´6´ Roí\17u\vjQÆ\19\9f¡ÎR~\ 3ê¢ü²çp\16§nI\8d\0gyÔ\1a,\9a\ 6!ÊÓ%\17Ü\10Z\82ÐùKJ\95\88\ 5­Q½\ 5à¨\eø@D3\ 337°\82\ 4\bçµje>{ÖÛ\r¿Í\ 1\92"ôÛS×4\1d
-þì?<\849\8fsö²ÄÜYÓYáQ\9fÑy2ç~ØÉ£î\Ãö#¨!O6Õ \8b8/_TiÆã\8c\85\9a\80£×\ 6\9e
-ätZõß/ò\8b\15®¿u\12\131s\86öÍ\8b®"=¯äÑ0=\fc=Ncݵdç\10!Щ\ 3;ï.ä¶½2«\ e\9c%ôUð«.\97¦6:\87\ e\ 6\ 5üÕÊ{\*£\8b\ 1¸\ejÜ­\1aZ2cGÇÙc!ôµ("cÖ\80pÌÈ\8aÇ¢?\ e¡\b(p\12\8aj}\97C(\1a¦fTÆü\8ddz¨©\87\11©¬\10\9b\8a-ã<{\8db½Ý\e\b\ 4
-\8a¿ÀÇ}ïí
-\86\89£ûZ=4\9aF\10몯/ä# ¤c?¾e\1c%Ð_úZë\80#\8cul\1eÅxÌ\8aWZ\a\85    ð?&Bÿ#\9[Ú\8b\19YY\a\8c\19hàw¶\ eÈn\8cup\16Z\a\a\86®md°i\92¡bøõ×\86ØÂ&c.x¤5\17NærÃ\1c`ah:Ð%ù¸\9b\17+sáÎ\\fZ)¦s\89\84\89\98\ 4\88\18f\16x\a¸z,\80¶s\16ýÐ\9dÏd¶E\16}¸ò¬e\86(0=\ 4÷\88%%\89~'\97+\8c%ærÄ~Fn\17¢`¢\9bÆË4Ò \81\ 6\8bé§
-\8f$ì}\86f\aÝ)ÁÒ\12¢è \9bSl\83\1eÉ9#\1a\bÊW\82\8a¨3j¬ª©\1fhàùI[Ì\15ý\ 4w ¯\aÝVM78CQvïLú÷k£.!\13>@\1aX\90`_ÝG´F\ 6(§szâî½>\aB4\17vÍý~\1d\8bÀ\rQßx\11¹B׿(ËÇ\95$\81»¾F\90\8fk9\8a,.óð\12(!\9e01\13\96`u\8fuÀ@CFµB.\f\1fÇ\1fö,G'\12\12üð\93®@u\eñ\94¥\10PÓ-yCÞHQ \9b\ 2 Bñ:²/\93Æ\ 6b\88YëØ\ 1³±ù(\ 3¢\11Eh_\81=     LbH!R{\14²(¸éQõGê9\a0íÓÕR{+fç¹ôg\19Æ&.\11\ 2ÂK¯ê\86$\86©V?C\a³#ìÙ\8c\86\9c\ 1j½4\14õ\1d\10\97/\80\8e\94\9bCi7\9f\80=J\8e :´ÝH#öÌ7\94l>Lv\18\84þL­9;\11b®¯p¦×gã\ f\7fíÍ\95Ä÷Ç©§²\ 1\16<ãD×\1f\0ä;¢\82\93Ñ\1deb»Ãü%b¡â\ 3ãÙ*#XF¥¤\9cc   ¸\\ 5éôµ­\ 352g\18§ºÑ[Ù\8aO07\\ eªLgz\18ZQ&\9f£a'¨2y\8e\16mÀbÜ\9a\e\ eê?§ÚfçÚq:.0hã\82\93\1a|x\ f%K²Y4ø¼ÿ¬>\8e%qÉþ\8f\8f\v¢­¥X\81O\ 5,ôì_\893\8bÌ24$,]s<@A\83\9fÚØ¡\a
\7fü9u£\1d¢\87\0³þD\a\1ta)\17\81l\103`{ÒÐ\18JÁU½\1e\15\15i¸e´{À\9c Ì77BÃY+*`E\8aõj¥/#µ)\ 6`kftgÁ"-¼
-±½\91\b\15\1c\8b\7fõb\19ηJI\10²,orëU~\8cG`2\85\ 2\7fÜâúY¿÷_<\v«\bY\1a·3\87ݳ¬è\a\vÊ\95úpÈP\ 46.½\ 6û&xÊ\ 5<Êò&O®xóJ\87ø\r «sݪ\91È,q´\98\ 4d\f\9dÐB@à"Ϭýáä4\90Bm²p\8d\ 5gPÇÉÙ]þç\0\9cÝv\18høR
-íÛ\90yn^·(W\95I\9c.x\99²KHá+@À&\18\96FG\f\7fÏHÛZ·\8b\14\93\8f\a
-Vó\88\86³gõÇÞò/,\99.\8b´Ñ'3ÿ¦|¥íZ;N¬\8f+{­(ÝçÈÇ$EU\83ô\9fñ­\8f(Ày\92'\0\9fd±l\99d\r4ä#\ 4ËXÀ\8d0\ 3q\87ÊW4\96;¼¢£U8AKÈ\e±eµ\8bMbNh,ÌòH{-ì\f\1e*eÓ\8d\15\v\88eÊ]·-¥óWTe\91µµO0kLW\ f70ùùtU\r^Q\eÕ¢$\9aêmu\8a\97Pi\99FÇn¢J\fÆI\10Shò0hBµê\83¦=ÓU¡è¼\10L .¼.F·ÙÐ\9b\0\ 5~NiZaÓ4g\12® ñ¨Q!2¬\v\ f\8aÙ˲#£²ã»\1e>\13êUó¢\f4ý.\14mUvð ìXì\84p\19\96IY¾,;2\17\8ep\9d{\80t5_fC\ enji\8dZ\9c\9dãÙðqîðlù@dFH£\87[\86åË\fnK\1dq\r\eÚ=ä=w®ªC¤Í{\1f¬8\99úØøf \17,Z\95\86¯ª56È\8e±Øqað­«WM\81¥µ£»­\8a#5É\99¿\8c¾&\97K\0\vû\ 4\ 3ã3Ç@ÇÔN8y¢¾y\13\85>\ 5\c\93y9û\ 5¬ð~Q\84~Q¸Ô\14FÕÕBhû¤\ 3\9fn\86ú¨ox\ 1ñ
-Ö(Ä®\85gW&©\fg2#\17ÁUþS°3XovtÉÍC4Tÿß\99\7f6pyGìܺóZ;N·f\vÈpbj\8fº\7fì¼Hî     
-»úÓa3Í·Ö\81 $eP¾&Kj6ó2òs\ e¡\84\ai»ñ)ó\15|é{IP©\rÔ\9fË\80$ y\9cq$ïx\92¯Í¥\94ÆG³ÐGa¬¶ÿz¬¨\bÆTU\ 1      \12ñIû\967ÿ\ 3!£~j´Ý\8eO#n\9b\95Ì¥uæï\89ûhÐv×\a]Í×çÈXØø\8dþôÚvô\19\98ßßXæT\8fÖ£\8bä~o¼<§\800s\80\87\7fä\11h\15\10Õ-øµIza\96Êgsz_\93e\ eÁC\85\80tv\18ü½u{¬¡Ö!t\90Y f\9cz½i0î\9dË\v6W¬æ­£ï=\15¹w\90¶Û~Pá&|\97ô B
-\7f\8f¿\ 1â\11{\b
+xÚ­YK\8fã¸\11¾çW\18È\ 6\91\83±Z"©\a79lf3\13ì\9e\ 2l\ 39d\ 2\8cÚ¦»\95\95%¯$§w\10ä¿o\15«(Q\ fÛ\1dlNæKÅbUñ«úèM\14FÑæyc\7fþºyÿøðQlâ(Ôñæñ¸\89óM,C­6\8f\7fùGðíKqîM»ÝI)\ 2ùõv§T\12¼/ºr\8fC2øáÅT\155?ns\11\98¢¿´¦Ûî\84
+D¼ýçã÷\9b$\v\93|³S:Ì­Ô\83©Lo\ eáv\97\88,øî\88\8b\1e>ªQ\87Db#²\8bÏE[\9c\f*aW\89É*\91òª\12ö\94i\14|¦UÒ;\8f
+\85æUß,e\84\99äÉß\93\84\ 6O\9bÆ+\92\84\fÓ\84\17ÿᦤw("\vú\17C²ÎE\ f\a¨©Ó\9a\85sÿ{\9b$AQñ®g°Y\16\98¶èË\86\17Ò\99â 8\9f«Ò\1c¨Ó7Ö¤»8IÃ$\83_\19Æä+SìQì\v8)J\ 3\94\97\aMW¢<ÜEE¹gKèfAYÓ0ø¬\ 6\95\95H\83¢>ð\18ê\8e\8bÌÏç¢î¬R8\8eJMæÁÝ\97ª/ê-|ÝÓÞUÙõàÜ4Í×\9c\e\91ÒÉ}ïF\13ï*\ 5ÚñoÛ\16xÖ/Ø\95lɶ,\9e*C#Ýå©Û·%Äî\81¾x-û\17j­DH\1e\87yòÖ\10\ 1é6DVEA\88\88üÍ!¢R\ e\11\905\86\b\10I1D¬ÇEª1þ<ã-\82\ 6\`M\85\8e\1c\82\ 6V@ÐØÁ1D¤H\82\939aï\89\85Ð\92æH¿¤\18
+²¶N­­á£\92÷á\98Aé6fì6î\e/fX'<AäG+­\ 5Ü\18ã'ÃøA ¡ø\99Ûv\870¢A\86\ e\93ØÊøê?´H{¾\8cC\95®#\87'*\11aæ0áa!\ 3Ü$\ 6\11ä\95¹\0\15\872y\8b\80®oËúyñ½LÂÔ-ù¯»Ð"LSß½ÿ\9fã=¬
+IÞp@uë\80òþ\ 1cÿ\80\93\8b°\8b£\bUôâá\11âa\8e\14x\9bÔ\9a¢\9e(©GK:l²áw0\ eÉ\1aüÕÁ¹m,&\1e.{C3\85CE¾z¸ê_\97®çY\96VòÌ'\91d\95©ÁæÞ.\18äáBñ]*Â|âË¿ax_Ç:\15êÉ!âÌ?DÌw\f\e\84»Ð¨\9aúÙX]¡s*ú\ 1üc{\89ç*Åy\8eIø®1\87È-\9e\8b²&ùp\83
+\10      à·º\18\1eï\18\9brp\95ð\ fÜ\9asUì-\0é\8càw®\12àÙZ\14\88l¼f\98P$$\14Ä\14Íù\a\eè\96\16õÄαiO\98Éb\154uõåÖRÏd¨¡ÅM\18vzóv\1c\96\9b\9dNgàÛ\99}\83N\119mK­}qélý\ 3í\ 2K#\91ëq+\9aÉVý\93ÆhÁ;þÉCéÖô\ríÂðM;\8dVÇ©U«k\15Æ÷­\9e\8eVWB¯¥ñ8\ fã{ú\ 2\9ak\åÝsV÷\19b\v\f\ e*sf\ 6u\97é\14®Qæ4ùíZ:\15^:U\91\808%Q6±Ù\9bl{\9e«ÁúEO;S\°        s«S\8dö°c6\ fú\8bÆû\88\1eÈu\87
+\1d\85i6\18hGa$\13\8d\ 1ä_\94+\98 ³0\12\9e\17t´ê\ 5}\ 5˧Q£\9d"Só«ÁüÐZ1?ÔE.\8füîn5\93°ùÕÄüjj~è\16<Ì¥\8f\ e\8c­\1f am>\99q6§\f\99Ú\92г\1d\97ÐÖ\vÐZñ\ 2ä±ûDB\ 14ÊÑÔI,¯\98:Ëoß\1c)Â8÷kV(ßlas©ªwT¿O°à\8aÒ\1a\94NïCõP\1e\17-\e\80\89\15v\Y\96P)7w-ÀÙp³\1eVîm\9aÏØÅ±©*[\93¾\ e\a÷Í\9c\8e\86ÆÒEÓi(ßóÄ]?ì@ê:\95=qÃ4Zu\83ÎÂ4\7f\v7Lü\8c\8a¢W¹á\90\13¿¹\89/¬\{M\92\0\96\19¿¹ð×\ 3®¤\96ªôe\7f±%<'Ó\f/õÍB?âB?ò\vý\88\výÈ/ôc½ä\82¸Äã\82V\1c\8b\1dêzáêúÈÕõÑ´®\8ffu}âÕõjY×+W×ïT¦V\1d\9b\8fôú\7f¡\85b\9d\16
+Æè\91\16\8a9-\94\ 3úÉk´0~kt\f´P^¡\85Ù\e£\83Ò\ 4Ü?(}\17v\95b\1a/vd\11\1d0fM\ 3¿ct\0Õ²Ñ!\85\1f\1d2^¡\81(óH¿Ã¶¾má#\e.(\92ÃER¸\§y~è@\97ô\93n^Ý¡\811¾IEÚ§\81\0]Â=àª\87
+`;\15Á·ÍéDa\9b\ f³\9b5}æRøÆµ\13\1a\93´}ê\1a>\95zad\8dÅ\1cÁ\9fUÜå(\98h.ýùÒÓ YM#±À\9f½/\92\8c?\94h<è¤xKs¬¶Mu\f\91¢c$x\8aÊ\85¢P÷Z?î÷\97¶£\81×\17ÃF/èÇÛK\r\8e0õ¾j:\17)\ 5\7f;¢~÷õ2ªó0Ǭ<ÐñOÁM®éö½Å5?m\97É\bî¡åý)Bº\85Ãö\86.´äó-Rþ\16E>/õÈ\12"uÃ&ï\8b\ e       \97V\8c°¦E"ÐÑ\10\115=\89|\1c\7fâÇ\14¥á"þlöàº\95\84*`\97\81@Oôõ\81#F\85¸\ 6°\ 4QK\8e/[Çzj¨ÑëØ\81°Ù¹W¥<TÙ\84Ø\8cñ¤\03      "\95\8aY\14Â(ÜÓCÑ\1e¨ç.\80m\1fgKyW,ÏS=Ȳ\90M`¢\14ä\97¶(+Ò\18¦jó
+\1d,\8f°7¼\15[h      £ØWõ\ 3 ×À\80\ eT\9c«Ä\93\80\8e =ÔMO#,ó\1dU\9bO\17\1e\ 6¥¿Pk,O\94\1a      \16Î\8c/svK\ 2üÃ¥%Þ\0\v^q¢iùÙ±\ 3ôíÑÁ6íé\91N\8e'Q\13\17ï\84L\16%Á4-Eù\98LàÊí¡\9e\9eÇ:Ô¡ÃËø±¬ÌZ¹2T\98+W.\1f\88ù\1es+ê4\14iØñh¦L1¢­±\84äpÃAóÓ¥äòÜ8PÇ\ 5ÖÚ¸àXtkoW"JFÕàx\7fZ\1cNDa.~Åá¼tË\10«ð\ f\ fáßì¿\13ff     #4T,MuØ\ 1£Á£V<ôDyôÇ\9f.MÏCô\12\1f\f¡3\86\\98¹t\14\83X\ 2³¤®²\90\82«ZÓ\17ÄÒð\93\9e¿\81p\82<_]I\r'S\10\83U1\12Ö½9÷Ô¦\1c\80­\11Ñ]\ 4ã³\8es!¶W*¡,\ e\85Cñ¯îòp¹Æ%AÉ<¿\8a­³\ 2\19E`5\85
+\7f^ÃúÑ¿\9fnÊB\1a¡é\15Ç
+\e^\80°3s\1f\ eY\88Àƹ5\10ßd\9e|b\9e\82qSF3Ü\9cù\10Ï\0¾:\95\13\98E\ e\16#\ f\8c¡ãG\b(\9c¥   Ç\1fN^:r(\17\v\8bwV\91\8eo½¿&\ 1'×/\f4\ 6\1eØÒÔ>oQ±ª£0\9e¢\99-/¡\86ß\83\ 5¸À`\18í1ý½"l\eSOjL\89U¿¡ÿ\91\80\1d\e®`OÅ\8f[Æ_Xr9OêÆ¡\98ù#Õ+uSó8¡>®lMAõ¾D<&-ö%hÿ\ 5ÿ±$\bp7i\0\80¡È\12É´ÈêhhÈ\10"\11\1e\fä\1dâ¯\18,\8f¸EC«jûZ\8bKè6b\8b½\8bMBNhLÂò@ß²Ù\ 5äPÓí\v.7® À`\9b²®©\9e\9fA\15[\96É\8f7kC×tWlòÝqF\agÐFd\94T+Z¦§¸     qË884\17¢b0N\8aX¦)ý¤        tuH\9a,ÓÑPÿ\ 1~ÊF×í0\84\0%~IeZÆe\9a\v     ÇHf\7fHuKæA9{Ê;\12â\1d\7f\98@Xíÿâ\0Ó\1f\16¼C\12ï )\93O!_úDÉþûçñ\8eÄå#\ç\9e \1dëK8çàG5­)&²íÿrp:'<\99>\11Ù\11réîZd\r<C2×Qs»aàCáóèx\1d\9aÚ¾øÁ\8a£eÈörzzÁ¢\ 59´dcóáñ7¿\07\10t)
 endstream
 endobj
 146 0 obj
@@ -1077,8 +1071,8 @@ endobj
 /F2 13 0 R
 /F4 26 0 R
 /F3 17 0 R
-/F1 10 0 R
 /F9 84 0 R
+/F1 10 0 R
 >>
 endobj
 144 0 obj
@@ -1090,27 +1084,31 @@ endobj
 149 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2861
+/Length 2553
 >>
 stream
-xÚµYY\8fÛÈ\11~ϯ\10\16\ 1L\ 5#\9aìn^\80áÀ\8b¬\ 3/\90 \88\1dì\83g\81mKÔ\88      Ejyxì\7f\9fº\9al\89\9cY'A\9eÔ¬¾ªª«¾:´\89Â(Ú<lèçÏ\9bï?¼|«6q\14\16ñæÃq\13ç\9bX\87\85Ù|øÓÇ@©íNå*O\82ïm\7fÚî´ÖÁßËcÙ\95;ÄO\13üÅ6[\95\ 5£­·?\7føñåÛ\18·G\ 5\1eµ\83\eâÍÎ\14aN§é0   Óí.IUð·®\85í*Ø\97}\ f\83,       Þ\8f\9fú¡\1aÆ¡j\e>ÉgÊ GÀJ\98+:\8aö«|Ú\1f\a½¿\1f(*¨¦\99Ë\85\16·ÝP\1e\98æÖô_û¡<ËÂád\a\96\f·0¥±g·÷Rñq¥l»\ f\98ß|æW':ÌÒMD¼\1e«ãV© ]H¥â0ÍdQ\7f¿\15Î:ÇL\89\e6;]D¡Î6;Pk\9cÐÚ_ø$íÝ\17FZ\ ezy(?¿<\1e\16\97\19x\8c\Ö¼à\97<\97Ã\89Õx`B{ä7\ 5a«æAh"lÃ\9f÷*Éê²\ f·;c\92àÝÀÔÁþ\v\8d\804\ 2¯\8a¼ÓAǶ;OGß2½\83WÕ`\1f1X\ 5\eÈ+§ÊÂ{ú84\89ð]Wý°8F\990vª\ 6%ÞʽKMhä\96\8c\16\81\86\17g\80\8c¼þ?3·|@5\81>\83\8boÍ´ÏÌû\92<̲޾sdajd\ 1Ú<\9eØ\8d\r\ eÒà±\1aNLª\ 6\99«\9aË8ð\10\8d\8d~ÇAhi°o\9b¦Ü\93§àÔÐò¯]\18¹\82÷S¿iã ´ã\9eoK\83¾=\8bàlM\8e-\9e]Zw\16Í~òMæ\1d²ç\18\95\84¹ö=\874®c²p\1a%ló@\19N\84\17@qL!ÕÑ.¶ïÉÿ\81f\85f\eùí\1eÆsI(\88î\10\19Î\fîºýØuÞ
- ´ç³mn\ e\9c\96we?ÖÃ-\7f\8c\a\8c©(\12Ctùåb\9b\1e@\ f]RgÁ»£ðÀë¯\14\99\9b0r\8aü¯M<{ÚÄ\vdJ\f\82=\1f\18a\15\9a`\ 4\ 5Þá0\v\1e»j`\80AÁÚ\99a\1aøú\7f¬ê\9a©è#*\r>W\a\9a\8cqîè\Ús\e\95\980\7fÖmLè¼\95T\97?«:\80á<TÆ7¦§Ð*ý\1f@\ 2|ýZ\83*KÙ©³ÌiPå9+\vç&\ f\82yg¤H·²\a\8d\94¾¯\8c\14)ý©\1dkYý\891\9e·t¥\152ù>PÚO\83­ä ¹ÙÃ\f :t÷ô\ fñ!Ô©¯¯'_!ö\9eÁÄÁ_Û\ 1\9fX%. Ã¨iù·¿XJ<\94   Î\16íá+\7fX\89×¥íx¡H4 À\8f[\1cR\ 4Sfõu\15\84â¢\106^­Øµò0ìv3H¨Ü\93¾~n/;¼r\8e\ e¼ÔåQ\ 4¼X\ 2\bÒo_õwLmá«{¬zI\ 5T\9a\87Æw~     ´\1a\1fºq?pÜ}D±ùy1\1e\8bK+¾¦ì.]Éù\10¬ \b\82IËû»òPu\10\ 4\bVðjIÀæØõÓ   õi¢( gø¼\ 5ä¶Um?Õ%ðnb\17Ô2IÑLt\9b¢áÞJf$ÇèÐæ\91%\9cë«3%\96õ`\9b²\1dûú+Ó9¢Ñ.Û\ 1\8c\83$ÂHs`59f'Ë\ 3î\10¦+ä\8eå\9cPóÎéÏá1|ø|Þ±B¦98e8Á¥Õþæ p\91þ2RC\f\94þf\9cþþ´- %ê(¡4ÁûK]\r\ 4\88ky¯æ¼W{\ 1¬ÈÀ{KBF\1cî\81\ 3\1c\8as"\8d#HÏ\1f\14B\8aÌ×\17~ú:0\0¨³\ eðÐk\1d\18\80Åi\8et°[è\9aMrM7¬Cñf\988T¢Í¦\15\83\15S\818)\ 6\f7T\92r\1eÚqz·_G\0\87~J.\99ÈÖÞ¹×sÚ|ÂrI\85&7N\858\1c\0óP[8.í\1e-\1am,\aÃÀ³O ¸=ÛY¾\9aÊÆ\99\9a\93´ß¿{û~\99\aåaìÂ\91\95\9b,ÿ\1cʺ:Wp<è9Q1ëÙä   K"k\aÇõô²ø\81/ëf\19!@μðm\9f \ 4ã[:¿\aîÖ\89C\82\16¿\b3RÔbÏ\9fä¢\9añ¨äá\95\ 4È\92\18\83æ\ 2M!eu\89áª.b´ê9aE^Ʀ/\a\94K ¼\8f\85שøo=\96Âwïä\ 1N\0\16\16±ZåQ\18kß*_Qàxýj°\9f^¿jÊǺjÊ%VÇ*Â\18Ï\9c\8d%Þ¥\19<ÓÑ\82ægrÃtÛH\1cR)\ 4Õò×\91kcÀêUKIõ\9c\10¯*'Bøàùk\85»\eºÏxa)ß\14£á.±"©\19#M\ 5Íd\ 5ÎE¨p\83¼jåÕL2çvk\8cÅPÆ»äðDé\ 5\14\80\16\7f®\1e\b©bs8\ 4§ox\r+\12H\9e"Sí\14ifÝÉÑhÛWû\1eOà$\92\0àÄ\8dv\16V\90&a¤|%ðÞ[¹4XcâEè\855GèQ<\ fæ³ö`Óö\ ea*\82²á¡i;\8a­ðA¨\17¹¨\ f\ 4   Ç\ fUÓp\16\1c¹\0\ 3«ÊF¶\11jûÛÜ\ebH\8a
-\ eÙ0_·Ó\19ýí\8eYcd\16\99\ eõU`¼A7\9dp²©¥\1cÃ_>\f\ 6ðÆFÞ\18×­Ù¶V¡J\9ewü©þ¸GÇY\9cPÌ¥ìS\a8\14õÍ\ 1\19º\92å~\v\86\9e@ùô\86RÞ¯+KDÜ5&Ò0Ë¿Q\f
-j\mBîï ×LØæ¢Ü¢c\13avü,\fäñBRÉV¬¼9Æ>Ê\868Eq\92b>wø',g|_\89Vi¨óÿørÉ\94®¼î\8e¯\13ð\91ÀlçVQY\1f¤\18W&¿©\aÞà\vh\ f2u¢ÖÌ*óJû§\9e\1a\85
-8\94Ï\bª!b±\85£\16û\96G\14þÉ]\91ÜóVË\9fStF\83\8a4\17\89\89+Waàaß\13\ 2h¥ç"gM\ 2\84ä0\8b}åL¶\83\ 2\8cu-\8a¦:èé\94GzmÜL\82\7f"\aúá\vìØC´Ø\99,       ¸\81\10d£~¥Ø3É\15º¾\rA!\9b8_ÿî»e´HÃT?S3\ 1G®[ób¹ÙëC`_\14\99$lÅ\ 1T-P\8c\96`W»<-\82\7f4\94\13\1ex²:\7f£`w\92¾æ
-ñç´\9c_\91.±+uìÚ³4¸[\97ûi-õÎ\8eÒÄsÙuïÖ[é²\9d,Þù\99:¤Üãj¤©6a*:\92Êb\96\92\1axå¹\9dw\1d(ls\87\82\9bq×WÞt\86\v48«1W¦ª¥A\ ed\12èP\1efDY¦ÞFRï;¯N\9c­S@çº\11\ 6ós\19¢õ\C¹{ç\97tFª}#\95>\0\97¥r\80Àzt\90ºZbÌeD/\85\9b[xã"\8e\ 5é\1aHṬá\}s]Åå\Ž­êR\1a\89`l?L¬üæ¿\17o\8e\ 3çG©çÈ\94\ 29.%9\1a\9b\9aªg/\ fÊV\1a¤q\12\87\ e_vÇgÝé\ 5\1fÖ^¸\bDZ$sS\17hÎÇ\ 6\1eÜÃPî~ÏM\ 1¦\9bPóà#w²aôÞíù~¬Ð\8b~v~\96e¡¹ªK.ö\ 1÷\14Q\90D÷[\94·(ä_&$JQ«\8a\98\v²\f\v2\95\17¾Â`\19Õ\808`íÀ`\913\ 3í\97\956\1c\848\17\7fÿ°Ð\18\14ê\ e¼^\10\9aÖU¨\9dZÿ¸v\84º:¢`\aXçGë9ëÿøìYÔ«\8c\18   à¨¶\11¹   \86\8aØÕk+ª\98*\ 3sõo\92\95\7fÇJËN\13MÅM¡\9c\95Ú\199\90Ú\95\ f¶#ä@ª\15ª]4\ 3ã<\ f\v'ÂÅ\ eÀÏÒM´W\80\10#\91Ó\18^t©!¨Ë\97ü©\81W6re}9Y×ó«ö¶Æn\11Nôü§\1f§ \10³¢«\f\8dZ\92;m
-ζ\93hn>\ 3\r}»gòÙ\ e¬MF\10\98äø\ f\ 3\11\aߥ\90ô\0÷¶ë\eóù\ 6\98u7À\ 6®\1d\124鱡\1c?q\90\99DómÜ´X\83{qé\15Ë\9a\ 6 ú¡n\975\8c)æ®4Ac\ 4\ 5eÕc¿\8c{öî?= {©G\94ÉêÌu2a~lÄî\9a\a\8e[P±\93V¢|½÷\1a\91oâÐ\81×|\7f\1e\0\19\9dÚ\80 7Ô\8d§"|\14\13§ó£ òMì\92\v\98qÊÇ\7fR¸å\12û\18\8dk©û\10_Eè\9c#t
-\ 6\89\92â\9eUI\13\13*\87+G[­K
-\O°âZTø?\90\b\8d\873\v©\b\8d¼rÏ(¦ÌBü\1cò³«\16À\95Ð\1aÛOdqy2[\1cÀ\1cý©\ 5´²ë¨½\ 6C0Ñ\9eÀ\1a?Hßð{é*\ eô\94\89\98jîªO\18ÌýDo\1fwüð\82/å~\1cHo  `#Y\88ì^û\9bËõ;!ì>aèI\11\9aÉ\8cÚ½íËUõ¦q¨\94\10f!\8a;K\97\7fÞ\89<i\8c?ÝêÛf5Ò\10\91Zú;*5\82\8a<Aÿn¥®\\80Id\8cI\)\80\90Pn]'ÿ7h¶VxqÎôÃ\87ßý\e\v²Ã\e
+xÚµYm\8fÛ¸\11þÞ_a\1c\ e\88\f¬\15\89¤^\f\ 4\ 1r襸\ 2-\8af\8bûp{@¹6½V+K>QÊ&ÿ¾3\9c¡DYÚmÚ¢_lqø63|æ\8dÜ$q\92l\9e6îï\ f\9b\1fîß~\14\9b4\89÷éæþ´IËM*ã½ÚÜÿþ\97H\88íN\94¢Ì¢\1f´=owRÊè¯æd:Ó\1c\f6Uô'ÝlE\11\rºÞþzÿÇ·\1få´\94(ãb¿Ù©}\ºÕ¾\7f\88\1e"\1aµ\ fF\89x¿IÜ\0óåÚ\19k«¶Y¬\95«X(\1eö°}ØÒ\80\80ï]\9a¤ð\ 3[fnÐý\19\19Ì÷á¢;Y$Qe\89ÞwF÷æH\rm¹óDíª§ö3Ê\ 6â"µ\8c\9e«þ\54âØ\ e\8fµ¡Q¿\rmoì\1d6Êèqà¹úf |»\81¼Sc«£A1\80k\85
\81ÞSÒ{\8fÌ\8b½\8a®\1aT\8d<\0Å\1a\8bDé$\10û,jÚ\9eF\8d¢`Ã^ñÌ"s¨t]\7fÝ\962\8a·;%ÓèC]óðö\9fN¬Æ¯×0\9dvÍf*Ã\8e¡9\9aî©\1d\17Ó\9b\8e\9aæËΠ       \ 1hJI\ 4ÒÿU7¸\0*%)£C{¹è\ 6\95\9dÈÈ\ e\8f¶¯ú¡÷ý \7fßç5\ 4\9f\9d¹´Èççm\96GºvRÈèC\a\87\0ûW\a\1a\ 5¼ÒN\96Ú\17\8ds¾bCD\8f¤
+êi\8c\ 5\8e[Ô¸\Â¥\ 4¸Àv\19l7è\9e \ 34\a\19øGÍ"\1cNmwqÈ\ 1\9a>\1cÚîX5OÐÜ' ["÷~½n¨\rO¯+ÛûiÌYí$|FZ        Æa\rÏúd\ eÓöy\9cÑÇ/\9fΦ®\17\98!   &ÅüzG¦yÕOl¤Eò°Eý©<úéD$bPª¹}HB\17Ò\ 1\15"÷ʯ\8ewÔëý\0¬ÞU\84LK=\9aÈ\17XkÜ·j\8eÕ\ 1\14é´\ 3í\93®ê¡37\80aÌ£æ¤\98\18³= BwGZÞt]ÛñN\ e,0¢i\89\10\ 2\8a(­Sïá0t6&W\91¢[KöÎUÐÖRÄ©p[Ë8\8bóí.ËEô\97\ e×\14Ñ\ 1Ä@CÍ¢Oáâ·^\87OA¦àÃp%7\1dwæéé-o\85 \ 5»\9e+\99\11,\80æÇد\0\95\v\ fìϺg2M)p
+Q\1a}ñs¯\15[>Oó¾¶\9cØ\95\99\8c\8b\9cÝè \9c\9d\10 ª[¡D\1aç\ 5\ f²àj\89³Î3ÃN\vÐ\1eË"Dàß\17^\e4.y¡·Góùí鏨LÁa\94\r\1d\1e\80øLjä³o\19³ ,C       h,,\1fø\83È
+04\aò,ú©'j¯ÉÓÙ\e\ 1\8fKß2\8d¦%g±äÝJØJÓXeÌ7\1aö2ú©8ÍÇ\88µ\8cW\10ÑÔl\17ÐðJ\ 4-Ã!ïÿÏ\8c¨É\17\82>ÁÄ\ 34»yj\9a\97Áøb±oh\eE\9cû\90íB\16¬Ø\r\18RÀ¥`(%RÕs_Õ\1tâ'\82Íý\ f=Ór\b!M\ 3\859èBw\81ÿz\ 1r\ 1ç'þ-ÆAhÏ=í\96G¶½°à\84\16õ.Ñ]$\93\9d|\13¼)öì\94ÈâR\86\96CÑ'u\bw_\19a>E?íü\ 5P<SHõ´«¶ÖÙ?Ð4ÓtÃÿÝÓpáì\ 1)\92\,ôô~;ð\8f]0B\ 5q:Xp\1c\ eqb¨û[þÌjü\1fã²\8bÛ\ 5Å\1dä\81ÆÏ\14Yª8ñ\8aü¯!^¼\fñ=Æ\18\ 6\ 4Y~Êq\ e\ 4\18@\81\18ÜR\88Ã\10BÉÁ `íİû\bõÿ\a2\85\11\8c\93\98Ì\ 1Ax\18cßÉ\9bt`6"SqùªÙ¨Ø[«S]ùªêÀ\r\97\98\19\a\9a\7fÉ[åÿ\83\93p¾!Ô (r2ê¢ð\1a\14\90ÂP
+       }£\ 5A¿\a)Ò5ÏA\90ºö\f¤H±çv¨yô\98¿á\14Hr\99ìl\1f(íc¯+^\88w\ e|\ 6\10½w\ fô\ fñ!\96y\98x¼x
+ip\f*\8dþL\99©È|@\16\19e ðo¯Ú\15DB¹\ 44w    (44Çk£;\1aÈ\12õ\94öá§\8b`B­\9e®\80P¼÷ÕÑ»\15\\8bÀ\87ÝN\ 6    \85?Ò÷¯Í%\83\17ÞÐ\81\97Ú\9cX@.@\9c~måj\1c ¶Ðê\9e+Ë©\80ÈËx\ 6A\ e´\12\9d¶í»áÐSÜuå\14\1d/Æã)=\97\92óM¨+ \1d¥|\bFèyrÙ\99cÕQj<åñ*\8c\90?\9fQ\9f*ÁòkL_«ZC     \ 6¼«Ô\aµ\82S4\95ܦh8·â\1eÎ1Æ\84\1fûluq\ 5o\ré©i\a\v5\96£SDs³¦
+É1Ò\1c_HÙ©Ôè*M\ 5¢\fª\99;¯?ï\8få²n\ 2\85\8c}:,\8bÂ\85\96éïZö[Pöûó\16ÊÁÖ¥Ü\85\8a>]ëªw\ eq-í\95.í-÷A\0Û\17`½ÆyFü<hW\94íÙ8\91F\11ÄRÃ\85\90}\11ê\v\9b¡\ e\148ÔI\a¸è\\a*õå\0ô9\1dì^Ðõ\9an|%¤9]<V¬MWYc\1fC\ 5â$\ 3Øß\0àh_ØK.[í\98\\12\91Ðî\v\18ëµù\ 2r\9d
+U©¼
+ñÓ\15ö\96¾\8d> ¢\11cPÓ\1fpí3(î@8+WSÙ´\10S\92öýO\1f?-ó 2N}8Ò¼\93¦¿£©«K\ 5Ë\83\9e3\91\92\9eU\99\91$<¶÷\\8f'\8b\r<YßK\1e\10*Áy8\17\82ñ-\9f\95ðJfÞ\13´Ør>#G-Zj:\13\95ä\8f\f}Ît\81%@\91¥\184\17Þ\14RV\9f\18®ê"ETO   +ò24Öô\b´\9cJ Ü\8f\84\97yä¯
+\fóm½<À ¸\85\16e\12§2\8c=ï\àxÿ®×\8fïß5æ¹®\1a³ôÕ©H¦Û/\17iS\8ewy\ 1ÇtÒ ù\89Ü\10]7\1c\87D\ eAÕü6Ð\9d\1døêU¤ärJ\88W\95\93 û þ¹Âý\ eÝgÜÐpÛÅhØ\8bQÄ5c"]A3¢À\9b\88+Ü ¯Z95\95M¹Ý\1acé>.}rxvé\ 5\14\80\1aÿf\a\84\1c~\82Ñ74\86\14  ¤@\91¹ô\8aT\93îxiÄölÞó\19\8c\84\13\0ì¸ÑÎ\ 2\ 5y\16'"T\ 2ͽ\95\vï\14² B/Ð\9c EQ?ÀgíÀÆéî\ 23\81²á©i;\17[¡á¼^â£>\108\1c?UMCYpâ\ 3\f\8c2\rOs^;\9cæÏÐ_åYê¯Ûq\r{;cÒ\98\83E!c9sÖ7ÞMf\94lJ.Çð\9f\16ËÜõ â3ÆqkØ\86X'²×\r\7f¬?\1eÐp\16+ì§Rö¥\ 5¼\17\rá\80\fÍdq×p\19\94O\1f\1a\7fMy;\84Å]c"\8f\8bò\eÅpA\8dªÍ4\1d\1a}\9b\8fr\8b\e\9b\ 4³ãWÝ@\99.$ålEó\99cìsÙ\10¥(^RÌç\8eÿ\80áäßW¢U\1eËò?Þ\9c\99ÕÝÑvì|80ëéªÈÔ|\11\f\16[\8eõ\0_¤â        ÈÀeÊL¬Áª\b\97\8e\82BD\14Ê'\ f*!b\11ÂQ\8b¶¥¯é\89\ 2É\96¦jj\8eÑ\19\ 1\95H*\123_®ÂGàû^\10@
+9\159k\12 K\8e\8bYY?b\a\ 5\18ê\9a\15íob_HyÖ/e\97\8f_`Æ\ 1\1f_T\91Eô°är!ÈFÃJÑ\12É\17º!\86 \90ͼ­\7f÷Ý2Zäq._©\99Ôø\18õæÍrrp\ f\81÷¢È¤ó­ø\ 1U\v\14£øÀ°+ó}ô·Æå\84Gê¬.ß(Ø\1d§¯¥Àp\1c\18-åWN\97x+uêÚ\v_\84Ñm]\19¦µîîìÄ\97x>»¶~¼æ[¶³¦ç\15¬Oé\8e«áKµÑ§¢!\89"%)Ý\ 5Þø(\83³\8e.lÓ\r\ 5]ÆÍ·\½\19ò®Á£FÍ *Åø\ 2á\ 4:\9aãäQ\96©·
+\1eß|\9d\93\9dÎü"LÊ \f\99\9e\13¦\97\8fé$W\9f\8aø\1e\0¯\97¹rPônè\êj\891\95\11öîæébn"\9e\85ùK\131òãýïþ\ 5¬*ÇÉ
 endstream
 endobj
 150 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
-/F8 61 0 R
 /F3 17 0 R
 /F9 84 0 R
+/F1 10 0 R
+/F8 61 0 R
 /F4 26 0 R
 >>
 endobj
@@ -1123,31 +1121,35 @@ endobj
 153 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 3083
+/Length 3010
 >>
 stream
-xÚ¥ZÝsÛ¸\11\7fï_á>\85º±\18\82 A0}è$¹K\9aNÒtz\9e¹v|i\vK´Å      EêH*¶û×w?\0\12\14\19[\9d>\11\ 2ÀÅîb÷·\1fÔE\14FÑÅÝ\ 5=Þ_¼¹zù.¾\10Q\98\8b\8b«Û\v¡/\84\fóäâêÇëàíÎ\1cú¢]­¥\8c\ 3ùjµN\924xcºr\83S2øyWT\15\ fß­t\1c\14¦?¶E·ZÇ\89Ê\93 \96«/W\7f¾\10I\98Ë\8bu\92\87\9a¨þ²+jÜ\12\a\86\1f\aÓÃ)4'\83²ãÉcWlytÛ´<ø5N³ª¨Í¾à­wE]´¦/\9bú\12&T\14ô»\82wnV±
-v¦5\eb?NDðoäåå;9\8a\1aç"\94ÙEDL\85¼ìi"\r³Ø.¾°ìöü\1c\8eézÓöÌKs;\11Éc\15\96"\ e#P\ 2èV°nI¨4\vÊý¾Ø\96¦/ªG\9cРnU5«8\vîËú\ e§\14\11\85\95®2Ý\8eßÚã\86c×ó¯\exdAÁ»ö¦ßàê\8eô\ao\17\ f\87ªÜ\94=\1c\0w\84ªÊ@½uUt\1d¿ÎòÀ ãûD*Í\ 1õ:Ó\99\ 4\9diaÕ²mú»ª¹\99inmw\91´)mÅ[\95I\12tE\1f\82\19eÊZ\ 1Î\r\f\93¼\12\94ix\81\95ÈcTå%\ e-»D\8cõ\81C&0\8\12\19UD$«{ümV±\ e\1e;\9eCµé 8á\ 2Õ\86«Sµ\91} ÏLÄúP³o4À\13¹    pbº¢»d§`Na07¾<  ¥zÊöäh{HáT@8\94t
-'ÖMo\8f\ 1\89}øÑ\1dXºMi*_\84µNC¡@\88,\94\92Nø¹@.c§X\18l\8b\96l\ 14\ 1Ö}*\80\88\14j\81\99ìv`/3)d\1c:\ f*\89\90\82³6\8eª\ e\920fò×oø"aøæXV}Yw_.yÏÁÜY¦dn§\b\ f$]æSÜ\82\88©\fãÜw:\94p&\88\ e³Ü²Y7x}\8bF\9dfaìĽ\9c\11Q¡rHR\1f«j\91B\92\ 2\0\9eAàÖ\94g\10 K6õv\ ekY¨õ3\1e\9aÈ0s^Ì\9eÞYë\88e\16\9bÇÕ\82Îâ8Ì\1c»ï?~~óáý_>ÿí§Ù1J\84q2\98\bÇ
-\95\ 4ßVi\12\98¶47äÝ
-\9d\ fÍû\91\7f\8cn©R\e\ 6pÔ7ü\84\0ӷ妷³;»\11\90\85\a\88Äø\1c!¸ã\89\13\9c\81\93\fË\9cë0O}·¶\ 1   \91
\7f\98\e?\1aÖ\19âG¨Ãh\0ÀX\vd\13\118\17\10,9Já|tÂ\1cÎL¢\9dƨCñ\ah\98ªkx4\82\96%ßÔ\85\1dÜò\93±]\ fA¶³®\ 1¦r\82Ðs°\87Å(9ï\96\85'¦T\ 2.iß tß\10\ 6EpÛ6{\1cÅîÖâ *        aÄ×\16[\91\14\8a\ 4úOã\9c\f\90\96Nn4^\8aéi\1c\8asc:\92@\ fú\ e-)PE\96Ô\9c\96\10a\92\9e\10k-§'Ñ\86S\80\f\807\9e¨ü®nZR\ e\ 4Ü{\8c\873T\0_>ï\ 6\84òo\0\93\ 5ò\87\12Â\fÇ    \98©)2V\15êWäÁ\9f8Û \9bú\86âExQ\12iôh\8f3ÃÈò\11®\9eáËm#÷\ 5.\8cc¦^×xÏÀ\87Õ\8fÊQX\ f­\ 1'RPå\91\94\9aCôëx`­'\ f
\bU0\14äÖ\82\ 6`a\1fÏ¢eÈÏ\0¿Ôs\18\99\84â\14»r\8b\96¨\9f\ftÜð¤¡U8Ìå\ 10wb¬¹\83µ»²®­N\ 1m\85
-µòmâ¾ìw\9c \19~Ìí2\81,D\9fiâHá¾Döp4À\ 5ܼÎDp\85iA\83k)$Ó=o"íâ ©¶<°\9cï\b¤¿\95\18\rÔ7.\93\19\93¾ñ×Dn÷v6ÊmY\1a¥$EPhóÔ°à\8d\98?\9f\93/]2jïÍ×\15'ÅI\94-iÑ\ 3·ð\87ç¼;\894ck\12±¡á\ 4k*Ò#¶Òò\12\92B\92¡Äó\ e\83\98\15®\95Ê\17ï\ 4ðÎ\9e\ 1½l2O¼\96\1d?·e\87ñwË</¢\ fT-ÀOì»äÓÑ.÷1\bÒ\93cMù>í\14\14Nr¢K[!\bbv\86ûA\9cP\87\ 2à\b°ó¯+\19\ 5®"\94Y\12|B«\85¹Ý\0Eþ=%X¬®e\14&\19Ñz]\ f©\84\9aeÍJÙ0\8a#s°)²iÉE3ÎR\15¹\1eþ´×JÎ\9e\8e¾\8d\89²©\1dµ\82§üt\9b\97\86ª\16\97'\8ct¼a[¬m0f\19FëÇ|Ö:\1deóÚ¹ -\f)û˧Ñ\1fw\95}WT·\98¶@1<\18\8eö´¥\14¦:C¢:S'$v\ 3°ÏJ\8e\8cò4EÊ\85\1f¶îÈ\ 3JF\82ÍæØZ6j\9e7üÓ˦       xm\ 52Dþ+×p¬\ 6\rQe\12 !±7V¯(¡¶.'u~Z%ãÚ\84ß?ÀiÂÝ\8fÖLÊnÍON§\rd³°\ 4~±1í\96\14¯mX¦\ 5?CCß\14\83\8a½²\90½\84\8c!\e\8c\ 1<a4\ 6®åÔÄ\18 \98óªU)Ç\82\1eë»ß\8eÍPÕ\95·CeùÈ«\9csàT3¾Ëé3ü\18³©-\9fS\95pæ´"´ý\99iÆ?«!gr$s£\ 6ú6H¬\1cûñX\ 4Û+SîÊPêÂ`Pè^ͱÇ:E\f\131qõÃ\12\ er>M}\ 1\13;\87\ 3(H\8f\ 1Ê\16Me½©\8e[ËÃP¤'CZÄïó+á\9c1>\15\19\93ÌØ\1fÿ\1fÆà\8cªX(ñÏ9ø:\fÃ/ç\1f\1e\1f\ eÇ\1e\10\17\v\19çÞøäb!\93\90Bmª\86\epY|rÏT\15IôcÜy0e;%rj\15\15\a\98è\1dÁ\e\8f       N\0"ß}v´|`Ï\8b$\0%@\r©/²5ÛËwÉ(°\86èï0­55õ\v`cñp\80\eºX\9e\8a2=\16f\0\14RHïV¢y7)\92.lÀb×´½åźZoóg0yÇr¿\ 3õñ¦qµ±8§\12Là<\9c\9bª\fëCmÍ´+Ù\95ìܱãòp¼+\11\0ì¶\ 5¥ÒX\1eB\12ZY<6UñÂê\7f\ 3®gzû.\16¡¿\1dá\8aííS\810»9ÿZlT¢Òuì<I¿g\86V\91\95§\9d/L\a[\86µY[VJ1\a\ 5ñT×,NÔØ~¼~¶m6rjøçR\13x|ç÷ÏÕ\8bØék=\82K,Ê\18«<~ç\9fgpس\99ËÑ\ 4¹\1a\8aÓ\93jèÄ(cÈ\r)\ 2ã\95ûþ\1aq¯!\13§×\13Çì´\91ã:õ\9b`\90@YÆ~\8d\131c\\87\89öºáY4ölⱸq+^ÐáÕq§\87¾Èci%0\1d?m¹\86Ù\80Æ>\96g\7f£)AiJ÷\0O\bàvæÔ¸ \95ä|ÎY#\17´XôÊ\94Ò\10µt\7f\ 2Êô¡0øòl\aAú½+?p«Ó\96²"Üãì\89x\e£\10¼XZ)¸ÆM|=DX«.é\ 1û;§V¡#\92\9a\eFÅÐs²­¬+×\rB\10³\9d&\ 1ºÜò»®m´\0â\ 3]á0\16·\8d\18kûOe7Ç\8dm\ 14öeÍß#<ôO]{
-&\1d\8ae\84b°â¡\18ï`\98J\9d\©ôû\ 3ø\ 6ñn×çÀ\91\8f\89ïÇ·ÿzûùãÇ×W\8bELtRõ#i¿cyi\1d4\ 2\8aÊwP\97\9b¹\9a\87´ ÐáqõÝJ;«\ 5\7f}0ûCE\1f4\94Í\97\95\ 3>\18l\8b[s¬zþñ\96\1f¤\8f\8côa_[°]-\87\1aìÚ¬·\ fëÿ|Yì"\vß\84£¡k\aa¡dQ+¼\v\1dô¼Î­×¥oh:\e\8e»Ùl\1f\1e\17ÎK½6Ú\8bÐõz4v\86=#ù4\ 4à,\99\~\873l°<:Í\9eq?j\10×¶%}^0-Ñ\91lÙ .\9d$l?8é6\83º1FãprÞÌ\80\9flF<©g¯\81 R.½±(áü¦ÜP\1e\ e\e\ e®Ù+Hý+Àwñ
-ð¹péi\8auõÿt\rX\1d¥\8a@\a\89îË»\9d\90\99\ 1ÌqmÁ&¸u\ 5Ç&\93®ù÷­Dx_7®Í\9b\9b·\9b\1f·\ f\7f\7füÇ\ 2\9b\80vC+ó\855tþà£bç6\ 4á\11v¯d`ÏlnzÃnä5\97ûÖlK²\87j\88\a\b0E\v¨Õ\eûÁH\89á\83Q\ eÙÅä#-A\9d\12yx޴ܸÿºâÜ\ f&3\1f\b/ùkÃ#e|G~gcìË 
-¦]Ø\85e6ap¤L\11¿¹ÞNV4¹>üö\\9f'\1c\82Ú>¯ëÑN­ö{ߺôY(¨\9dE5íÒw\81áÛ%PyýñãüÓ_\16æ\8e\ 2Ãú·²mêý\b+Òá÷ð\1d\b\93¡\86K±!\ 5ô[À\8bé\16u4ÜIo\9f\f×\ e{"\89\98ìAó/e¿£à\ 6V¾àëy\98ȧRNÿ_\ 2iââT²\9cl
-}Vjq9«ròå®\fÆÁ\r$A\1d\ 3×Ô\97D\18\rÍ\1cSóæ1S\ 3\16Ç\ 2\1f\93\8aÂ2îª\8c4q±\16v>r\89a\1e\16\ 1H;{¸~5ãÜo¥\12«K\9f\13¥ÓË«/\8b½Xå\7f\8f)"\8c³Iã|W´Åìl)FlôÎö;^i\98jÿ#]î
-ãÜþ«#· $\ eNÿ\9c\ 1\9b\9döi}\8b\9f$2NurN@Ýû§½¸8Òc\1494]ù0÷"1Ú\8b\88Ànc&Ûõ`d¦Ý.´Mb\95¡Ä\9eu\9bª>îWk\91fèI\87\9dqãnS\96v|S\99ú«\1doê¾­h\9c@<½Ã\18Aów­9ìì¸jî\97*ÄC[ÖnûáXoܸ;\18D=\1a\1f\ f\a´[\1aßC|\ 6\89¢<\ f\1eø($ùÓÕïþ\v@Q\è
+xÚ\95\93\9c¸\11\7fÏ_1y2sµÃ\ 1\92ø¸{HÙ\8e\94/NÅS\95\87µ\93à\19f\97:\ 6æ\80ñÚÿ}úK \ 6vgó\84\90\84ÔÝjýú×Í*ð\83`u·¢Ç/«WÛ\1fßF«0ð³pµ=¬Ât\15*?Ó«í_o½×÷ù©/ÚõF©ÈS?­7Z\eïUÞ\95;ìRÞÇû¢ª¸ùv\9dF^\91÷ç¶èÖ\9b\99ö"µþ¼ýÛ\8foC\2Èpù\rì\1a®6:óSÚAùÆO×\e\13GÞÛ²*êüXÀz\89ñÞ|;åuW65/áJ¨Q¼M\94ù\86¥|y \19aOïa\1d%^Óîù­;Ueß\97õÝ\r¼ÇÊ;×Uѱt^\7f_`#ñþË\e(g\ 3\13úá* µ7\87ùþ¡¯\8d\f¿àÅ\9aS\8f\92Rû>\97\1d¾À#õ\8aBú»¢çÆ'hÊÞ\1f\8bÝø¡ö\157n·,[\fãòÍ«sY\81"\9foP\9aÕ&L\12_gðT~È68åwøM\16x&ø´F}³\f\9e\1d\18\13\9b!\9cÑ\ e\8d\84\ 3\1a\f¦\1d\9a\96\el\1dhðܼÍw`ã\8eûæ\16\8btà§±Øä\87\99Å\8c\9f(k0\12-]²zä+kÖ¿,-\11M\96ȼ¼Þ?&\8f"wãé·O®å\83O«À{wà¥\9aZôn\ el-0D·l
+:\b\15(_'|\10\86VÌO'>÷¼í@P\15Ð\1axÄYdͪ&f\8f¼²ãÞ¶¸ËÛ}!½¹ôæ¬\80vïhêgV\85\83<ók¢\8c\1f&2\87\ 4    ¬Åp£S\95ï
+y{(û{Ù²\96-«Ó}.þÛ\97»¼ª¾ó@×´=|FºG\91F+;ºWe\aþªtFæS&ð>E&©
+îûÝq÷1ïÙ\9ap7y\90,\83\rQ\aÏ\ 5öÃs¡o\9bå\ fÓq\a\18µ;À\ay+}\87æ\ïQ\7f£X\7fì\1c\bÀP\1dÆ¥Q\17¹Ò\v\9e\15k±j}®ª»ªù23= [ho\ 3\9e­
+Ro_vù\97ª QBñ\ 4ì\1f=A\ 5\89ÌN¼ª8ô<~®Åïê»bOÞjØ*0\86\8bÌ®b\98ú\80áÿ\87\84\16¼ÆýS\ 4+\11\14mÆ®n\ 2´\8d\839x(:\8cÇCAãëаñqÄ\1a\845ÆÎQc\9c[Ò7        ¸ä±Á\81¯kt:Ô4\ 6\87DMñ\9bEM\8dö#\8b+\87¼\Ö\14¤\1e`\85O\9b¶µJãâ,B,J£¬ä(Ø\ 5*Ê=×¾I]ÿ\98(­R-\1e\97\9aÑã\0æðBa_Ѷ\b­Ø\ 4\17í\b¬ñ\85ì\rÏS[Ö¸\1a^.ê`W\85\ 6;
+4vÍñ8ôÚïê¦\97\r¾\15»sOv3\80\8dä!òõ\92w\8b%\14\84ÝG\1cÝd¾\1eܨÙå]±hÞ8ô£Èuu\b³\10Å­§'¡(\0Ý\83ÅøÕÎ\16¸l!ö\1c\98\11©9£j±\16\81¾\91'/ª=\14\8c»\9a\83ÄÆ(ð\93ÐõÓ\v4c¾2Es\9f¾\15f\11Æ>\7fø/\ 6n\r·\80\1f\16\85\15ÀÎsG@
+-\ e\9fÐ`Pb2\83\8aºhs´31\11\e_a&\88\11\ fb`W¸\14^³ÐW\16Ëý'ã\99\88Ûósئëó¶gY(²\8d*9¢²§C\1c\ eÔ\ 4      Q.\ 3Øp\84ó)ó¾ ``RP·ªèÎ>\10\1aG&¦Ea¤«\98yÀWG\9cpƸ\80ox
+\89Wð¬ñ
+íùëâ\e\10¶]ÙÃ\ 6@&ÑTI4\926#\18\82\rñ_\å1 \ 6\9b¥\96Åí\9b~Ñ{72Ëq\16rK­\11\f\10m\93\0û.£\ fÆf\1a\18Ã\9c¦ \84®¯\13\ef´µ\a6'~Ç\8b\8c&¢%+\ 2È\1cqð{Ç}â¼\17RÐm\81Ñ©ÙüÅ\vÿ®f\12ß\80LÄçùê\10EQö>Acî|\19ðÒø)ßS£ïÍ.\16oJ6\85\1d\19­p»\162\ 5\12\1f^:A\80]I<cPa\93\1a\fRx\1dUF;|DÞ¬"kXhì\8b\966\80a\9Ì\89e\10£\15l\b\0\7f\99s¥È\1f@\8c\16\8aGj®@6\b4¼ü-Sjl
+%ï>ßð\1cfà8¢2é"<Pt\98OI\v*\1aåG\13\14ð ²'ÙuH6\89\1f\99\81ø].\12ûqr\95\1d@Nö\9c\ 5\1e\rº\93\ 5è\90\85FLa-ñÓôÊ\rÕ
+ÁÜ%*\82Õ\9bH%~¬\1c´Þ.q\84ÈO¬´¿¼ÿðêÝ/\7fÿðÏ7\8bQLOI\ 2\ 6\97¯k\83q½ÄpÆ=Ç\1c½û;¿\8c·26\12\ 5°Å1Ê@Üêú¶ÜõÒ{/\13)\ fÄ\ 6qdx\8e\bÜqÇ\ 5ÌÀN9«\9c\ 1í7Ó¬o Ë0ÿÝÜ÷ѯ\9e¡>p$å\ 4ñ(\r\85\f\r   cÌ      ã%\ 3Ç\9eI°K1èPø\815òªk¸5aKØÁ\89\166\ eüdhO\87\18+      V\bÊ\9aI8*çX\8fÕ\ 5ý¼S\ e'\%\14Ú\19[ÚÉ\9d\87¶929\92S\8blj\83|éÀOV)F\95\90tE\19\r]\9c\14ÒM4¦g×B:.ÁÔoq-\15¢\89d)ÿZ½\82\16kEÒ\8b\f \ 1Ü\8d&&¿«\9b\96\8c\ 3ñö\ 1Ãá\f\14à*?ï\ 4¦\89\91Iå>\98Ìfg©\84    è!J\f \85ö\r3ïW&\etR_±Y´7Ìý`\r,óÌ\1d#ÉF´º"\97\9d\17¤È­0õ¦Æs>K¢\b\ef¨¬s\r\ 1'\80±Wg2jÆ\15 l\88÷d^\ 1\1e\11\17\f\ 5\92\1cc/òd¾ãI°\8cø     àW|\r"õP­\1a°+\13°$\ e\ e6n¸3§QØÌÒ\0è»pÖÌÂÚ]Y×bS\0[@Ù4v}\82\8b\ 6È\8fr~ÌýR\ 3        I\9féâ¸ÂCIÙYâd\94pò)ä\10[d\ 5\98m&\ 6¸tÏ\93\84FSí¹!\92ß\13H\7f-1úâ\17ho\1c&7&{ãÛDoûu2ê-"\8dZ\92!(²9fX¸\8dH\9f\9fC\97n\18µ\8fùïkæÄ:XªFj\aÜü\1f®Ýn\rÉ;a«\ eØÑ´Ô ¨1`+\r/!)p\8c8¼~a\90c\8c¤p\13ÇÙbøU\0ÞÉu÷\1dÐkÈÊAVÊÊ\9d       Ë¼\88>\90´$\98\86:çòt´Ë\\fRX\18&º?+VÓTð
+_\87cµÚ\ f¹^ý\8fµ
+<\9b\10ªD{¿¡×Bßý\0EOV­ë\81JÄ3Ò\1cÇ\12F±å\96\14±'a\92\1aÓÕÃW9Ö\e®\9c\ fw\eyr^ÛÕ
+îrÙ6\ f\rI-\ e_Ö{q¾ØH0\96üx,#\0\9d\95KGd>µWPòB"\7fÙE­\ 4f\95}WT\a¤-\90\v\ f\8e\93\8ac¤:\ 3O\9d\99\13\88Ý\0ì³\8c#!\9e\16\93qáEÒ\8eÌ#2âívçVĨ¹?çW\87M\ 1     x)
+q¹üwNáØ\f)D\95È\r\0Àës±+\15fR[¶É.\93d\1c\9bÈûóXà¢AZJ¦f\17»Ó\ 4.ýdx/vR-Æî\aÎRÓlÂÐðn\86\83\89çe \13c\9e8\ 3Ü\84Ñ\198\95\8b\0¹\9c\93¬*5æó\98Þýqn\86¤®<\f\89åw\1eeΡ¤\86£Ü¤V)\87Míy\9fª\84=§ !º\9fróÁ­ÍZ/\9c\87\9e;5¬/AbmÅ\8fÆ\1cX\8e,¶G\86Z\179\ 6\85î§9öØK\ 1\17;zìÿGâ\e\v9¿Mï\ 2ÕÜ\ 5\aP\91¾åßUdÃzW\9d÷"Ã\90£ë\81\16ñ÷ü\89?\17\8cwEÁTúØ_\95ç\v\ 6{TÅB\86ÿ\9c\8do}ßÿüüÍ#\88øÃæX\ 2âd!aî\8dON\16\12,5îª\86ëoI4«éA|Ux\8fqæ)/Ûé"³_[Ð×\15'èèí\82_\1c!\98\0\ 4îõ¹§á\13ß¼@\ 1P\ 2Ô\90ù\ 2½ðÛ&\85èo1­Åz>O,¾\9d U\üÕ\99¤cbö3Öã\95s*Á¼\98\14(\e6`\10ÿÕ\88,¶ø)ü9á¿\92<½éD\8eqT\8aÞa¬\91À9
+OM\86ùa*nÚ\95|\95¤ïÜqz8\9e\ 1ì¶\ 5QiL\ f\81\84V\82ÇyU¼\10ûïàêå½|\8b\1fg8b9}þ}uyrî±0\1aËÏ\8b¡ð¤Ü\92\19z\85\96\1fKná\vé`˰6«Ê*\15ÎA!|ªh\16éx¬>Þ^­\9a\8d\92æüºT\ 3\1e¿ùóµ|\11\v}­³à\92\88*Â,\8f¿ù÷3$ä¿\98\Ëa\17äl(2C6d\96Âq\14g\1c\81ñÈÝû\1ap­!     /\8f'\8aøÒ\ e\7fv\8d[\ 3\v\86?E:\9c    \9e\8e¿-^ð"CÍ&\1a\93\e\ 4\1d\1e\1dg:è\8b2\96¢\ 1ý\95\1dÓ5d\ 3)\96±\1c\ 3\8c®\84¿%Z~B\0\97\9e\ 2*É|N\8dÿJ¸úl\94!\1a\12/\9d_\b\90\18|¾ZAPníÊ\rÜñeE9&ÜcöD²\8dQ\b\7fÛ\88\16\9cãj×\ e\ 1æªKvÀúÎ¥W¤\ 1\ 5£b¨9I)kk«A\bbRi
+ñ§!\7fkËF\v >¬\eZ\8cÅi#ÆJý©ì渱/`\8dcYóï\b\aý\8d-OA§E±\84P\fF\1c\14ã\19\fSÆêe\94[\1fÀ/Hv\19\9f\ 3G6\12ß÷¯ÿóúÃû÷/·\8bILp\91õãÒnÅòÆþº\84\15'çb¹\99ÍyVo¶\7fú\1f\81DB6
 endstream
 endobj
 154 0 obj
 <<
 /F2 13 0 R
-/F3 17 0 R
 /F1 10 0 R
-/F8 61 0 R
+/F3 17 0 R
 /F4 26 0 R
+/F8 61 0 R
 /F5 30 0 R
 >>
 endobj
@@ -1160,16 +1162,25 @@ endobj
 157 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2214
+/Length 2410
 >>
 stream
-xÚÅ\19Ù\8eãÆñ=_¡ø%\943j\93\bâ\1cëd\8d\r`\ 31\ 6È\83ÇH8RkÄ\80"µ$5³cøã]ÕUÍ{f\8dÀÈ>\89ÝÕ]]÷¥M(Âpó°q?_oÞÜ~ñVn¢PdÑæö¸\89ÒM¤D¦7·\7fû>\90\93©LMð&oOÛ\9dR*øÎ\1emc«½Å¥\ e¾É«­L\82k^n\7f¸ýÇÆ$¤\9b\9dÎDê0üu»Ó&\ eöxæ\947ù¾³\rn\99`_æmKÐsÞÑ\ 1Ë\e\84ó\99\ fÎïÆÁ=\90\95\ 4¶¬«\87¢zÀ½$èj\82u§¼ãGñ\ 5±Ý¥\91
-nO\16éûâ­\1aXU&\12\84\8eЧº9Ð\89\910v|d\a"\89H$3j\94\92\9e\13\14\ eq\12\13'\b+m\açÚ\e\ 2\1f\8a\87¢£\85\ 6&\ f´Û\9d,},p«à?\vªeb\84TLõ¿\17$\e\91H\ 6þN8\95\80\ 6\ 1h\80\89XHã ÿ*ºSQ\81\10ãxå\ 5\95       \930\8eï_}\01$Ä\b\10\9b \1dóé\1f^Eu\83\96\16¢æÝ)=¡\84Ñ|̾¿\16\8f[0\8a¼$\13D\ eHþsä©D\95ѵ}ÎÌ¢á¤\81%rÛ\v­öÅ\9d4\89e&®­3)üt\8aq'\9f\9dAvù\87\ 5\87\91\89E\12yi}¹ >\8a\846\9e\8cÅm#\8c¿ûåR>ã»7¤K\95DB&c\83|:\15d7`0RN}     7ò²Ä\8f\99u1ð       \f\81 d\84ðÑægþÚ×e\99wE]Ñò     ïÛâá´\ 5¡utÿ.È[\82\1e,
-±B)âò\9e\1d\18\ fuä{À\88#\9bLp\7f\8a8©²§ÔN\e{ÐìÝ\96\8c?o'\ e¢g\ e²\10µ\91ÂÄSY\8f¤©Eê\85É\8e\11A´Ò\119\86\9e:\ 6<¶ê\18RþRÇP\86\1dc\15\95LEb^s\f5v\f£Ù\16\ 1é+¶\18\87\8e+^5Åöù\8cX(\90Öå\92U-"Ï\8dX±L-Bo¸\13\8b\93^]H*\e\90s'GùÊ\9bcúT*d´$0î\ f\8f(PJÄÙT\9d\1a\13\97\ 4ufÈ'\ 2Þ\1d\aã^\v\ f+\1fº\87²¾_\9a\f\13t²Þ\93êËà\15\85³\7f\1dØ*¿/½õs\fÁýµ§1fè¤Ç\vè\96ìIt\14:q\7f-J\90\r   R´\8fÎ\11\9b\9c©\ 1âmuðO_rL8\15Gþ$\16±\19»]¯,"0Í\80\19\8a\82MÞÕ.,d\10\85\et¸,
-\1a»¯\1fªâG{\80<\1aG&xWÑ       rIø8\82\8ekÄøÔc<Øvß\14NF@³\ eÁ\11\16º\ 6NDè\19d\9aweÑ.%\ 1>êõìd\r\ fäD\9c\88¨\8f\1c\1d!ègf\1c\1dë
\84b nè÷\;Þ `àW[Úoí\ 5âJçÄè*\f\8e_\98kèüÒ\89£4ÂJ\89\88ûéU/\ 6ñ\19(C¾ªÏ\172ÿ¶èVé8ç£\97ût\85\90\9c=yÞÀàú\98C\8aji"âd¢tâ\19\³>R íK\8e¹ú`«½Þï<M\7f\1c¢ã\8f\ìÏw\ 1\9dÉÖ\ 3ÍR·ã\80\95\89Ìû\ 1\ 4ýEù\ 5©?ÕcN¾\99d7È\1a?Ú¦fÖ\1ab\8dä\81\e\94O(Ñì'\ 2\18¥\94\87\82Ü©"|\9eq± u\87¥mæXWd[\9f¿Àzü+³®\7f)ë#=Oyo\7f\7fÿ\7f\ 5½\ f\ 4¼ÿåÓ*Þ~\80ú§|f¾*ægÆ "\ 6ãÿ\89Áß~Zårû×\9dú\98d?ìí¥\9b\12Ì^Wi\84\8dm\98\8d9\96\89PÊÑ\0=\86È FÇ2øçµv¡91Ðë\9eë­
-\83Çm\8c\85ôZ\19\ 4ñ\7f\87¥DFíî\91:7\88ÝD\15Äå\v$Q{àxm\80\95K^µ\90\e]\1f\18G\ \ 3äZ½Ç§\ f´Z1cÜ=\12RÆn\96U½Y­\c\8d\94»\8fubHÖJº\ 3ñõ  íã(BWÿRe\16j¡äXç+$\ eÈ?{5\95z3Ï;ßT\1fÈ\ eª\9aw\1aÛ^Kþ>6õy\9e\18æ¡ ç\92\14ÝåqË\19×9\9aW\15÷#\r_hÐ.à\ 6\1d>\f\ 6¦\9d\a\81\81Ay\1fC=\ 2>#Ù¾b²®ïÀ\14À :\87õe{")½±G
-kh&ô³¯Ïg\9a\1cÀÂ\15D1\12j÷W°\1c'÷4(º\96áÕåÚñu\7f§¾výæPlÀ\82\87*Ëþ;3C-Ú0ùv9,1ÑP\91ûúd {h¶yR\84»"IÇ\91\ e\14èûM#\81\aX58\10{E4ªË¤÷\ 1I¥9VXáD¾\ 4D\1e\82¾ÖbÎ4ªçÖ-®-á\97n\8a\84;5\95i.\94À\92¤gpÖS·|        ûÝ\92üRbqF=.\95\9d\13\8d¨·I¿\8b\ 2á~¢W\1fQ\8cKÇøcÑÔÕ\19¿¡ÛFædæ¦Xî\b\97m±/Ûâ¨×L\8fƳÐ\17ö±\9a*\9c\ 2\13õæ»9á.¯âøàÂ\8aËý\86£îùéd\9deÊÈ\r\11\8a\8a¡ôÓ\16çKÙ\8f\11¼Å\ 2À£\1d´\ 2\b\86"\94Öùä"ð®u8u\1c\aGw\9cÊ\9cÌè\82u\11`\83 Iz\ 5×uô\8d}¾n\ e\ 6{\9cLGÌò\90Î\87\ f\15\94öÈ!ÅÙ\bF\ 17\vIP;H\ 6:¯rÃ\ 4ÅÝ'¾\19ùü\ 4ÍÓ¼Ø\8eÔ¸Wrù \ 2ï=ή\91¡Ñ¦?ïä\b\8cë\19\8d\84-\9a\ 1.4Ào}.:\8e\f\80\9bô\10ùì\ 4pDÞ¸>*\1aæ+;î$(\1c\rFáG°:qATkND¸1±?\84L\1aK:\83D!h%·$)æP\8a\1e\7füØ@D'ú\95\87\e\9c\ 4tSá1\99m\a\9b\ 3\13D\ 1\12OÜy9s\13¥qÖ3â}"yp¯ðnË^é¦\f±\8fGð1È\14\1dßÍ\83\87¡n\1cR\ 2\1a_\98ùn4\97\1d\9eñ±~%sâüÊ'÷?}Lv\98 ^zXzÙQ\80\96ÑLÿ]=ó¢A\9a.±úÔ\ 2ßw\83Ùª\99Ù\ 24Báy§Ñc§¹õ\85\8d\e\ e5\944s×ñ\131<9e\ 2\8b¤\99ô`«¨&U\99YDP£\17¾\b\9aºV\10á}é\ 5wW<\83§°Eë\86^!&1çnÒP~Æ=h©1û\aÿ¥ÌéöP\96ø{\ f\96ÁWûz\83¯wEyX\ 5\85\ 1\ e+ÎÖY\94\ 2ìcîZJ\ 2bÚ®è®<\9fQ\1aç=\10Â\ 1]±§õ\18\9dÒQð\9eKb\0\r¥\8f\9bÂ3\ 2ÒuE£ã\15\ 4\14w\00Ҫʠ((!:\81\ 2Äz\12\95\91\19\87v\1c\86Ußù¡EäÕ¬GxB\15Ã{7TÑ\r\7fc5\96\8c¤n:_ÝUüHÓÔÍ\vÖù-ÉaT\7f\8eÚ\8fQJñ­I3MZ\8aç\858e)\1e*÷¿Ã\9eº\9dÎ¥9\1d¼Ý¦\9c%©ÓÃ<z3\1f\83\8f´û÷Ûßü\f\87\86>\84
+xÚÍYë\8fܶ\11ÿÞ¿bÛ/Ѷ^F"E=\\ 4­}\89\8b\ 4\17\145\ eh\ 3\9f\91rµÜ]!ZI\91´÷0òÇg\86Cê±\92Ï\17 \80óI\14\1fÃyþ8\1c®|æû«ÃÊ|þµz}óå\e¾
+|\96\ 6«\9bý*HV\81`i¸ºùú\9dÇÃõ\86'<\91ÞkÕ\1e×\e!\84÷Vïu£ËLãoè}¯Ê5\8f½³*Öïo¾[É\98Édµ   S\96\18
+oÖ\89ðª\ 6æF¾§\1fÔ©.ô\vüK¼¼ÄoàuGM\8d\9dÞ«sÑÑÏ\15}\8a
+8\88½LõËþ\8fû|ùF\8cY\ 6\86W¾Ùï\9dÚì\1e6\1fÞÓ¤\91\¡dI`'}Aìä-í¡\7f>çwk\19z°    \b\93x\1d\8dw\15\8dÏwLâ~»m¶{x\ØO\ 6L
\1f3ºAö\19\ fW\ePp@
+¶Ú{\oâÐ
+\9b\18a[ìá^[5\1dµ²5\8f¼£jTÖ馥ù¨A\1cÛåY\97W¥j\f\1dÔ÷N7 ®$\ 4\99Ê\1duºÉ îVSs²\1f\13oÒð6\17[0_<GÏ\83\9aÃ@\1a5\87A\ 4ZEIë\1c¶+\1e±+ôʪ£1k\ 296\ 1®E\13àwÁèR2?ýmfø;\10\93\91\97[â§üpD­vÄÌÖ(CÓØ\82O\18\13rØ6\94c5}ÜK\82\88E\83£¼Þ^e_ï\1eþ÷øÃ\ 2\9b\89Ï\82ȱi\1d}OaÃ]ذõF
+ß»1\11E{VÛNQ\18q\17FÐhÔ.7þPPGn|\fܦnt§pÄ®Þ\93LiÄ\121öÊF\95\aô@!m\94Âw\v\9e\87Êú     \95¡1Bd\f\9c\ 1ɶ\ 5\8a­aZ\82'ÃVÕ\99ÖdÊ.\ 6Q\f^ÈÔ²        \8ds«i\10Ø\18\8f$&ôá\7f\14úÔ±µ¡\82sZÝuyy\98{-R\99\ 3\ 4\8b\9dS^_ýxõïëëW7ßÌ\8c\10ù,q\1e\ 5º\9fQ\11LD\ 3\95W××3
+"f©£ \8dÖïò¦*O\ 3¬\0\80\92\9f7¹Ú\1aÁ\ 4'\17\ 2,%\rôS\8a³ý]r­hØéjîõ,æ\97Øã\v\16£\95a,2#ÿÍ»#Z\97\83\97/ÄzÊÂ>Ø\9fÜ\80(\18\9cY&ÅS\168õ¿\7f\92Ô\v\1a\r\87Q'c\86Êtð\87\e /+TÛ\12pMc)`¾\v\81\ fnd±­é/Ëo¹\8cµeüÜ¢C\99¦1\84\99ùX\1a\84P\ f\8b\0\948\7fx÷rÆy\10 PX6\90Õ¹^8\13N//ç\8aA\ 2\8eþ\vkÄ8`<\1e»ûý\11\ eãÙÞ"\18°q´÷\888\97xNÓ\f\ 4h\9er¯*QêT\98\88Ä/©\ 1\1aûª\80h\ 4\vÜ\93\8a`²Ó¾\19ßiTdi4\99\1aÀé×\9b\8d\93ÑÆ~2\9c"uÕæ\ fó(
+\ 6\7f     |ð[NdÛ\ e\9cL5»\973Mnx\14£Ä#ïVEy>­¡#ÆHª\8fʵÛ,Ïm{[¨ò'ÛÎÊ®)L;\84óô\80g\84é?4ª>ÚvQÝëf\ e9u\93\97nz}.3×nk\85¨gÚçºF¿5í{8\9fA"?M½\aÚêR\ 3à\9d,\9e\88ó\8a\8e®\8b0\b\ 1&Ⱦfô¤:\9a mG\9f]\98\89\97k#\13\15\80âEU\1e\8caCÀtsäÂXwT\9dÝ\14w\80Ó' \84\0¯\ 2\ eYáÜÍ\b7\93ÇN\19\9d1\17Ü \fZI\10ñH\92\88$Á±\ 2ð\1eò\9e\174l´F?\16y°·\87Ï\19í%\bå±dÜ9â\8fÏ\81P\ e§t*\17!4\8a\96!TÆÏ\85Ð(¶\10
+\8dE\bí±àS\10\8a|¢å/A\81\v&Cw8\8dó-tR\94`\19)\12\8e&\eÃi\14\8dà\14Ø]\80Sèup
+MÂ\11\9cùH©È"\9cF,v  ú»¯\9e\86ÓÙj@3·ö«e$\95\9f\9cü\ 6\1c\86ói,a\ad­Ø¸ð.;x\ f\8e@£ä\84ÐhÕɶ2@O\97vÁï=®×&÷¤\9c\0Öß\ 2.Ñè\bJñ·Ïy8wp:\ 5\9fìÜ4\94jt6R\86¤þvMίÚI\80\84\17\ 12SµäLFS]\8f3|\968eÚÀ\0Tca°\18\18â#¹\ 5çÏ\r\f!m`,\92\94O\ 5\86\18\aF\7f´\ 3Ñ'|\11\12\a.{Ò\15ÛÇ\13R! ­\8a¹¨!\v\9c4lÁ3Cæ;Ç\9dx\1cwæBV­\ 3\99p2\9c/ì9æOÀ53\983\18õ\93Ç\87­`Q:5g\88\ 5\0\ eæLP\r8ðí~pî%hr§µ~è\ e\9d»\flÒ3tÔ.\92ªz\88
+s\19ç!¤Í\98\17[ï·\18\82ý\8by=`F\18÷t\81Ü\<\8e\81B3¶ç¼\0-â±ÁA\8búÎ\ 4b£,7À¼.wnëZá\81SZä\8fá*7¹õõÆ"\ 6\93\14\84!\14lTW\19XH\ 1\85\e\f¸4ð\1a\9dU\872ÿ wp\8eFp¿ü¶¤\19\14\92иH±\90âN·Y\93\e\1d\ 1Ï¡\ f\810Ïô \91ó\9d\80\96çM\91·sM@\8c¦£\84\ f7PÄ\9c\99n\98p7B\ 1 \9fNä5¹¡\80dÀ\J1ר\8cl\900Ø][êou\r¸Ò\195\9a\fÃÝÙ¤ÙNÆ\8b\ 5\9c\0+NÄÜ/OF1^\82!\r¹ªN5¹\7f\9bw\8b|\9cÔhçþ¸Â\11¸\8c\9e\1c{ÎÁ`ùXBBµ$Æûû(g±2\vÊ\90'7¶KóAW{Þn\1c\94ÕÇÀ7!F\85²\7fÜz4']\ 6\9a¹mÇ\80\95²ÔÅ\ 1\80þ<\9d\14,¹¨;\8dO785>覲¢5$\1aéC\98Z\ 3\9e'tÐd\13\ 5\8c\8e\94CNáT\12='8\9bçêX"LÇ¢ÿõ#¢G¿³èò¹¢\8fì<\95½ý=\85'hýÛç\15~°òg\90ý\9f\7f\14Ù/£y"\93øM2ýùóÊdo|ݱ\87\90éÚ\96\9e\9e)ñÌ\8a\ 1\16¿à~=\92\18Î\9d\98$\86k\ 5K\ 1\96#îýç\\194\86Kî[}ªÖÂ÷îÖ\11æÎK\99\ f@>^tSºàîé®\ 6hm\v\81\11\¬u¦w\16¡%V\eU9\14\e\ 3\9b\92Ãȹü\19wÞÑß\82ãbï\9e\88Zêr\9eÇ/×Á¢\10[Ö&·\9fº{}¤\12\9c\7fñi\12¾Éx)\17óC&ø³Ëò\7fyòðt\91«:w\8dÞ\91\e\98:<ö4º¥\17\18\9aêty\14\\ 6¿²I(ÞÕïÖö\8c\15|d*{\ 3\82\ 6Ý\ 2ë¢fònð/\1034þ\95à\1db\ 3Ye,­{Eä\oÁ\15À!:Cõ        w
+̲×zOH\86~B\9f¬:\9d¨X\0?ôø\83\9cêì\f®ã\1e¥:û(\94\97õÙ>Eõkªs×w\ eù\ 5üØ:ÊüÊ\9dÊ!ýl,ÿz·ôJÑ'á.%\19ø\1eî×ö\91\r{±¢=ò
+° »bJªøG®âOa\11\8cR1÷X\0\r\93\8dcRåO\14L\83(cDK0ØZ<&m-5¦l
+St¢o«ØRP"l¡\ 4~I{\12Ë;Uk\17á\15· Àäæ\9dÃ\k)#\9aTòÉn\93+.*Ä^!zóÙ'\rn\8aîÑ´è\8eÂñÔ\14®Ì\14\9b©E.S\8b\82Þ2=\19'B\9fËGbjpB&º\8eo\ 6ÆC÷v@\15\83Ú\1a\ eÃÝ#Õl¡'0u\ 3óÂ\82£ôis|ìq\95\ 3ç±0àÈ\ eV\ 1\ 2CÞIÿj²\10d\ fC\7f\1a9f\5zQçuc\1f]tKv\15ôp8    zó¼Ø÷=Ú\b\1f\84µu9\87\1fÂ+ôÞb\8a{éhLù#Fë \eßÜüéWOÖÑ}
 endstream
 endobj
 158 0 obj
@@ -1177,6 +1188,7 @@ endobj
 /F2 13 0 R
 /F3 17 0 R
 /F4 26 0 R
+/F8 61 0 R
 /F9 84 0 R
 /F1 10 0 R
 >>
@@ -1190,22 +1202,17 @@ endobj
 161 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1557
+/Length 1930
 >>
 stream
-xÚíXK\8fÛ6\10¾÷WèTÈ@Í\95øÐ#-\ 24I·H/\r\94ä HôZ¨,\19²¼Nòë;á$ÊÒz·M\80^z\12E\r\87óú>\ eå\ 5,\b¼;Ï<~õ^lnn¹\17\ 6,\r½ÍÖ\v\13/\14,\95ÞæÕ;ÿå.;tº]­\85à¾x¶ZK©ü\17Ù±ÌqJø\7fìtUÑðv\95p_gÝ©ÕÇÕ\9aË(\95>W«\ f\9bßnnŨ\9e',N½µLYbv¨@Xqé?'Ét"\19q/0REÙVå±\9bi\931\vb+Ã\9f\7f\1f\92\80ãÍ:\f$\93°a\181\15õºtÞÁ¶"\10þG05ñ\9bn\87¯Ü?vY]dmA\1f\9bSw8u4~ï¿ç*®4½\15ú\98·å¡kZZ\17¾_Ñ\aXN\83©&ݶ½è5EÂç½¢®±Ï\9dF§0Y!x!XH\99±J\8c¿ÒÉ^ÌT¼\144'&<fide~ ä\9dw¥±HÐ\86f\907û=ºs\19s\fe,)¢ñ$\87&\ 30R\vÙT1ãê\11ÃÖIÄ\ 2µ\9c«\b²TW\9fq\94Z\e\892
-ôùB\91\86æ\1e\8aSÊY\12þÃ@ű©\97Ø×yv:ê«¶ô\19\a\89ó
-\96\89Ø/N\87ªÌ³N\9bÀzkÎ\ 3\16Ç\94Yev2\92bRAB\8e¾\89¾hõ¶i/söð\9aÑ\bxi5\ 5V\17v}3\v\90\b9fùé\ 1\8fà\8aÅ\91\9b\8b\1d\1a\1cû;0®2ì\90@¸ô=\9a¤Û¬Â\89ÈfªÎö\83Ä\81üÌˬÂÌ£\8aóN×4\ 2\9f?\93\\86aÀ)ÈIA£²¦O½£eS\1f!\83<\8dL\fð\13\86Ò&#\94H|\ eÊP\8f\13`éo\9bªjÐîsYß\11-vÙÇJ?\9bÁÄ\ 26Å좪\9bBßßl\8b\9b\19\ 2\18n\8bY\88Ã\90Å\89kÒëí¼\98Íàa\15\82É\1ez¥­\80\8c\1e÷+%ý¬*\vr\ 5Ü\ 5×:}§[K\f\ 3W\89  WÍ,P\92\85\8f\98\10MLà\ e\12Ø\9cc8\1c\10\8a\9bø)5ÆïØ\15`ã¥và\16\95º\10º-\17l6ï\ 1\ 6\86^íÌ\ 4ÀÕר\10~\v\e\80_®Ù \1f±\81\7fµ\r]~\98ײ
-\99êIc×,\1cØ\1cê¤/\84\85å,\16öã¡i\17\ e\b.X"Ý(/¡\813.f6¸¬¥Æ£\b\ 3 \11\ 3ôpð \95\91\90è#ÆN*å¿¶(ikÝÙÕE\ 1]\ f2\8cL¤?\1c\9a\8eQ\1c\1c\1fÎ\9b\839D\96\1c\ 4Ó\14¿4­¦'\823"p\92uD\8fV\8d\87¼\87[8Á1v\9eö+\90²ç\16®L\15y\ 2\xÔí}\99kzAGÁ\ 3%"KÙ8\99u\9dÞ\1fð\ 4Æ7<TÍzË̵\15¢Çæå\eú\9c7uM¤ë.\8bÆ^Æ52oZ\88\9d\rI]XZ\95þ±1S9:ý\17º »'׿©øokSþ_\9bÿ²6\ 3[\9b\81[\9bÁP\9b<\1dj3\98Ôf`\8b,\98Öf@µ\19ø\7f¾zC\83im\8e˾Im½\86³HѱOÝÏÏD´Û¬¬N­m"Lo
-\93\8e©æÕrsÞÂ5Ê\8afócØô\9e\96·\87ÆÏit\86\96\8e\1a\16ØØâ&Äc8H©\87§N\a\1a¸\98\\15,bؼGÜ\7fÛë2îÆXT\87\85\13¯W\ 1®\1a\ro'&Ä\91ßl©g.kêBa8Ø\1eGÖv\98\1c\9c\83É3\94µ\9d¦âÆIÈÁ©2·\0\98Þ¶ÍþB\81þtÈꣻï¬\9b\8dS&zl\9bV¸i\8b¥v6I­\10µÄ\98PÎÂÉÁn[FÜ+\19ShZé8\85\ 6±¥\ 1\16\f\8aÕ49º\9aÎÚ)áÞN\1cD.ô;#\15a\9b\96¤~¿©\rIê^\ 4àmÈ@â^?§6\98÷À\?qÅvN\8f¡Ã\8fs£àBï\10\97\8d\9dDZvQߨëÈØÛ£9¶íèKj¼;lúú¾\83\b\9b\9b\ 25áí>³\8a¶=jÚIÕ
-98mÚ\9cy\7f\ eF%\93{Ê»%ÊçS\7f\9dõ\11KûZùðÓl)´íCÏ}\1ejÍE âxwº@ \7f\0\81¿ÓMî
-\ 4Ã\ 5\f"§líÓ¹
-\8e\ 4ÂG\ 2q\19¦\a!\f-\bM|{\10bÔ    \84îÕÓ\ 5!(~\0\84\89x\ 2\b%¿\ 2By\ 1B\19]\80\10&¨(`pnK\eD\14CÓ¤Ã70wíN\93\86\ fÖ{Ä\ 2÷ß\80´ \94=/ÁÀ\ 1!nß§\0Æ\ e
-Á      
-á+ýM\82A9\ f"Ç?<ò\1a
\13Q\18¥\v(\+8¼_o'¿6\Ú
-ü¢¡5Gú4èÒ\9fð\ f\81\11)íTieè@+~D®JÐ)úÚ9
-cR\b¯½\1eG¢×Óµ§\9a~\9d\8c¿xàó\17Ý6\17ÿÈÈÏcùE\8fÄ"¾\15±¸X²Ìâý²ùîon\a\82<
+xÚíXK\93ÛD\10¾ó+|\ 2¹*\9e\1dÍC\8f\14\95*\92°T8P)0'\96*\14\16È\92\91äuòïé\9e\1eI#É»   \84\ 3\aN\1aÍ£§ûë÷¬8ã|u¿²\9fïV/·7·b\15r\96\86«í~\15&«P²T­¶¯\7f     ^\1d²Sg\9aõFJ\11Èçë\8dR:x\99µÅ\ e§dðÓÁ\94%\r\89\b\9d\eÓ®7BE©
+\84^ÿºý~\15*\96ÊÕF¥,±TßTp$TAw08ÐÁ¾.Ëz-âàRT÷8%\83Ü´»¦8uE]µÏp*   \8aýìØ\9dÐqih²ß_7ô_­E\14\9c\8fk\91\ 4ï\80\9d80n¡hé[\1f\8b®3¹£\9dU9ÑtÄ\95%Þ´\1dýì\90¹CÖl¬<\e\14HÁG²\90pÊv\16%¥â Þã7"B8Ñ\98¼hÌ\ e\95ú\ 4\f%ÀPf¹Å=È\14\86ôon¥§\8e8a*]q{Í×´ìiK³XºÅ¯@\14\15«'.nÌÞ4--võ\8cͶ\ 3\f²&w\fU§sG;îz\9cIôD1!Hvmï\9d \1f\89\80ß­Ùz£E\1a¼ÙÓ\fa
+\83\11Ó(DL#ÄÔa'#n±\9b\1c\98\88\80\87fØá\1e«Pø.±\93aÄDèàyñ1ìd\94<z±è±³\18H\11\ eú'\f\10Mt\ 2:/\95\87&N×çÎÂ\89ã»ÑlåÌla5Dðz\9fÁ+4#\vÛZÊZ\a\174ÅÚRÖjá9ºw\ fØ9\95\ 1&æàÁTá\96\86C\8e\11\9c»"(ê\\95¦m\1dU8{Å1\b\98\ 2a!yPÕämB\87Ve8×\9eÁ7u\14ü\ e\\9a\9cæ\10Jü¾\ 3ÃpGÍûSVµp½;Þ\15e~u\89\a'°§£±\ 6%d¸XÞÕÇ#º:2\vá/ôY\ 5fÚ®èÎ\1dm\97\8a\aYSt\a gÃ\9d\9aÞ&U\18üy\ 6¡h©1G«\87\875@\92\95\8e\0©º\ 2\96®\13 °\ 3\v\9eVe\1a´§\12\82\13(\80la3²JÆ`\1d\v¬¥èÈ\8a,Ù¼u6èlñX7ÎȺCV9C¬\f\r.¨b¸ï\19\85v\bé\aZh\f\19IÝt\8e\1e\9d\85K\9a¦n\16Æ\19Z\86\1c¬\ad]\7f«\9b\82k\8c3oëà°æ\99¦»¥pß¶¸¯
+\84m\a÷\ 2&\1dÃ(¤(½Ô.\13\99÷ÙñT\9ag3§ó´;\8d¡\92%\91çKe\8bñIõ!!\1dw\8a\84EÂÅ\ 4à°, XÍ©©\98ñØí\11\f\17qe\13r\851ÛÃ\87¤E\11¹´ù(A·Á_á\87
\85
+>      \15\NC\ 5\9c\83PA\vdD0\98R²ú¢­O\11\92\81è        YËá\ 4èÔC\b·1\ fÜÜ*?E1\1d_\ 3ÍÃDÄ,\8dÜ\1e§¶Ë¡(ÍD\83òQ\r\92Ç\13\8bëuh5\0#}E\9b:fB\7f\84±M\121®=ã\18U\ 5ù ®Ê\ f8JûÌ\90ø ã\86^]¸¥¦¹Ç`J\ 5K¿\89S\1c÷åË.;·æI^z\85Ã\ e\eN2+D\1cäg\b\f\8d&Bp\16Ç~èËzçó²\96\9ad-²Y³w1ÅSÙãgF&l\!`M>D©9@2\14¨äO\a\88õé\182¹ïß\14ÍD\82%[\95\97\1eM\0-ó°¶\85`VâDäEç~\87K\90»"+QñHâr0\15\8d\ f´/C\14p
+T\92Ó¨¨hÉ\8fl\98tÒÈB\80Käw\ eÉü\91\84YT³ 6Ïð\10þºì]i\9e/\9cĹkÌ¢È\92ºÉÍÃÍ>¿Yø\85ÒP\88\13\84û|\81p\18²8ñY\82l³°e;x\9c\84dªw¼>°gô\81ü¨ ?\169\89RP\907÷¦qaa¬\8e&\91\81V,ü\b\vÑ\84\ 5á9\ 2[F\18\ 1í\89\16\vüÚ.\a\1e\17¥#\84¼ÔÇ趸³ýç~~SOóÐ\93\0nõ9<\84ÿ\ 6\ f\10^>\87\añÙ<t»ÓÒ\96uÈt\1f3\ eõ\95t-ÀNzC¸r|ì\ 1NPò,Ó\83\80ÚA}Ì\e\ 4\13\83\1f´ô\98\88\87>@\1fÏ\1f\94\96ö8\95\8b¸hÛC¨'ß8/i*Ó¹Óy\ e}6F\18\95¨`H\99\1eS\ 2\ 4\1fÒÍÉæ\90k\ 2\ 2kZÌY«è[Ø&Ú:'q7\94\86.\91$1^áU\b\96Ïy×­RM\92@,lMóP`]\8f?((H eäB6NfÐ\95\1fO\98\80ñ϶©éغTn\13}¶¯ÞÒò®®ª¡Ó\1d\8eEc%ãkpW7\80\9d\83¤Ê]X\85\9e­¶S¶/ý\ 3E0Ý'Ûæ9ÿß6ÿ³¶©\9f²Mîl\93û¶É\aÛ\14é`\9b|b\9bÜ\19\19\9fÚ&'ÛäÁϯßÒ`j\9bã±\99\7fd\9b«\8d\12,Òd\8f±%ñ\r\ 5Ú}V\94ç¡\ 3t=¡Ç*uf®ìnLÖ¹­Ù2\rÛÒ³\9duuÓ×\85¡ïTöb6HÖ×d?N;>\11BíDÒÁp¸Lp/o¸}÷\96¹\86~\+\v£\94>í¡>\979\8d\9dZ{òÆM_
+ÛjÁh\a\85\e\96\19BR]j  bQ\87£c\86\ 6òá\91º\f´x'"^ìúâ\96\88JõHÁÒÎ\1f\84Æ\97Ò\1eL9\18qSÙz\13¼Å\ 5\9c\10ë\17\9e\8eU\1d8\fiW²\88\13\89\11R\vc\8c®xºR'¸×Whmµ\9e«\ 2ÏEÔ\95Çã\1f\ e\a\95Çî\89\10'\aIaò\ 2ÑÀM»ç\8d\18\1f\18Ûsi{'\98Þ7õqF`xþ\18î]ô\0qÊd\1f\12\87G\91+M@Ò¿\89R#\81~ X8©E\¥\8dw%£å[«\88S¨«\e\1a\80y9?Ãm\15M\8e¢¦\8b\7fYH½@V=õÂ\88f\97¤A\7f©\83$õÛ'ø\e4\90ø=û\94\aûÏmÏ\8e'öˬ\12zieÉTÊ\12/Þ;ì\14\1a\87\9fÈkgçcK\84ì¸jmù\0´íÃÂ= l\e,ê]\9a\bíû`ÓLÌVªAh[\1dÚ¶fõíö\8b¿\0=+{¤
 endstream
 endobj
 162 0 obj
@@ -1226,16 +1233,15 @@ endobj
 165 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2227
+/Length 1756
 >>
 stream
-xÚ­X[\8fë¶\11~ï¯ðCq"\ 3Ç\8cx\91D\15\a\v$HÒ\9e\0m\80tßÎ\1e ZK^«\95%G\92³9@~|g8C\89¶ìÝ-Ú\17\9bâe8\9cË7\1f¹\8aE\1c¯\9eVîﯫoï¿þA­d,r¹ºß­¤]I-r³ºÿîS¤ÒõFYe\93èÛbد7ZëèçjWõU»­ðÓD\7f/ڵʢSѬ?ßÿøõ\ fz\16¥¬ÈòÕÆäÂ:i\9fhF>ÏHD¦V±\el\17ËS\91ç<øùîÓ\1f\9f\17«A~ªyÆs×\974!8Ë&I\84Zm$þâ¤\8f;Ô9\8bƽS>\8dúª¬ûj;Ö]K#Ý\11\ e\9cEU_\8c]O]õ@ÿ¿,\14\94F      \93°\ 2w\8bÝ\83Ã}õ\9ed\14m9kp)ÎÙ\89\8dÑm\9bîñ±ê\97Bñ,4©;z½ÓhìnËMS!½\96C5.DªXX?þxª\9b±f¡û\82\8fþHF©\9c\8fV\e\rJH   vÕ(\18\97UmñØT%\9e2ñæMÔ\85y¡ã¹n\1a\8a\9a\8eþ§U\ f\1an?ï»\81\9bmqp-\rb\87S3\ e,¨ï\ e\17\ 2ªß\8fE;L\9bv;:² L\1d[\91\83ñ{5|x\9a;(%Dõ{=¸\9d!òÙ\99      G\btÐg_=\9d\9a¢§>:\8cXo\8c±\1c\7fÆÇ\9f¹\8c¿\84âÏ\ 6ñg&éËøS\99\9a\13àî\8f\85þRÎáI\11h"/\95UH.U07Tp\8e\88Ø\86\8e_*¥E¬_J    ?ø\15\88¶9\e1\8f¯g\ 4\98ÿ-\19\91ÙË\94\0\81În°CÛ\8dÔ1\a©\89½\ 1 ûÜ\0~!ü\17ãX\1d\8ecU\92\9cê·µJA\b~Y\8aZVÛ58j\9d\9d$\18(6¡\9d0xKÂÏG\14óe\11\92I,TþZDªL\18o@
-EAs$\82v\9c»¨Í2\ 4\9e\8d\ 3fj\91
-½Þ$©\8a¾9\82w5¤H[Öí\13\ 4\0\9d\fà\14\84ï\9fNãñ´\84       i°*@\f\bMgúùÌpÒ`¢Á¿\8e:\12àúj\1e\e÷ά0º\83J2-Ù\16§¡\1aü\94\8afL\0\0\9d\1e\0 É\0 C\0\80n\ 6\0èf\ 1\86\0`þ µgW00¤ù5`Ð\89H\ 3/Ø[^°\92'9à\ 5Y\f\91hÁxª"-\994\8ev.\93`ZqäìòöG5X\9déØÐ.«aÛ×GÌÀK\15\95R"\96çUS\85U3Ny\10S>Ë(å3\1fª |\18\8a¾äí½·P\85³0V¹\14I\16Ú.PËŲ|X3B,M\99\19\f\94[jæ³\9d        à4'*4\ 6¶Ñ¶FmªÒ¡gÂèéݬ\838\ 1\ 5Ê\8eLÎ`9ÉrYBÍz\f\ 1UGÛ¾*F\94î\ e\9bæB\ 6TáÞoò\ 4\8b\86\96\82\1f\ f\ 5\8bÛy#,|ª\83\14pûýeI\1d´°i°ÝÿB\8dî\16ke&¤]\10£\10#\12\8böG\8c\90\13D\18\82\88)­=>üs\ e\97\19\1d\\9bÀ{1åû¾ïú×ñ\83\ 1¤m\9a\ e!ïÙy\86\92     Roäar84\82À\85¯ÙÆAàº\91³0\85o
-Sܨ-_\14Y9ÍCé\97\18B4`ÞNåÉÙvø­p;\95\13\ e:\ fÏî\ 3¸Åo?É©\84«BÑ\f\7fØ$øÃ\16\ 6°\13¿ç\8e\80ðàç5\K\95°ê\råeB\96ç\1aÍO\8aùú\ fePX\1d\ 2¶k\87±?mGÊ"o¨ \8bzΣ¢çL\1d\9d§\1d¶b\87â¤\1a¦\f£ùýY\18"*Ì\9eB\9629_{"v9Å9óÅÔ£Ø\7fw%\81\ 2æô|\83\1a
-\95\ 4'E\1d®Ü\7fl0åîÝÿa\9f\9fÎAð\869\87÷g,\8f ²\9f\80\90m}ìñ*×3À\1að\96\1fñ\109T\aºÞ\8dõ\16\92ô\víPýzª\7f['@x\e C°óHý\10É·M CJx\1dçf\v\84\12 ä<Ö©»wr\89\11F^ò\9d\84Àìo\14\7f\0Jßu\8eølO\aÐYËh\1c^G(6\88\92då/Ç©ÈC\97c;êò\92\ 3\ 3\84_ê|\0\13\87}ån?Ø×Ñ?T Ò/¢pVÓ\8df^*Akp\139\82:\86îÔoyðÄ\1e\ 1ãnð\9e¦n+ò\13$­[QÔ-g\17\9c¦m\96\9c4Ï&þý"%õ\98ñÀ¨\81\ 2[\ eDZ\87\9b\1eo£¢Ç¦hÿ=\10k\90\1cf`\19¸Zr\f~ãL¤\15\99Wû[\1dLFýy>\9b\rZ§ã\14znÒ¸/<fC<ä2\ 4mªÒ]=Ù\11Öͨ´wÌ\1eb\1e\b)ÃI1\dQ\88/zrY\88Z\ 5S\8bî\0\89S.@Q\9es\8b\99N0y\86>DÌ\8dc3\96\83\15µå\83¿\85J|øÀd"9'\ 4\99w\922r!Ä
-3\11\8a·¤(\1eʨ0¼Xo§2»À$Â\86\ e(«¦>Ôã\95;Üf\ 1Êÿp¼:\89\8eE\ fu\ f׸ϩÒ9n;\19\1a\aM4\9c\1e\87±\1eOã<^ô\10\90°¾Þ^_ß±\ª¹|Ãpó67Jÿü´`ùæ\ fÿþÕ\b\1dJ÷Å\ 4iýe>I\15\8bľ\9aQZhOá!+\92<'êkñÉ\81.\8fîc\8b\ 2ö`\1fà\12ý@}õ\95MãLäÙ\eî4¹×\8c\92\ 2¤ýzêFzÕÉí|A\ f9>¬âE·\9dk2\f\95\80ë[ã\85a}s.\ f\ 2\89.w\84\ 6\98\14øï\14¡f_\1d\1cW\84\ 2\94FÈË\8dÑWm­\8dHÿ\eSã»@&\89LàF.ë±ÁÀ\83M¼Íâ~ÓØõl¥IÎ\8c8É]F°á¢¯\9c®\1c2\ 1ó¥áÙ?.\99\eP\ 4\0ÂYhá$\83ª0{\ f\ 2º \877;Á(4\1dä$¹\7f8³7O\83ò((`\12d\19ÖÖè_þÉ\0ú\1cüÂ\7f\98­ 8È6æ\8fÂÚsúÈé«2u\99¾øê<\8d\85y¬2=KƲ¡Lô±¥yD\89¡ÑàëMO\93·ÅP9\81Æ\8fëóäÁ.¨©ÀkÜ»ö%8ÆÈ\8aCöÿÐVÏ®\9c.B=\17Æ\9c]k\ 1³\9fÚ®'?Ì\8f\86úÊË\19$ÓôtöððÚÛ\19\88\87÷\81KÙtÉÀmæ"F\95\14:«g\v\ 4\ 11W\9e¹óx®\ e¯(öþÖá¤\9a\8bÈ\9fß"â\ 5Ci-r?ý\97\17\9fÝ9Ñt&E\92\87å\ 5\ 1U\19\7fé2\17Ï Øqñ\fª\f±b\1cºr:\9dÍDþÃ\87Í\92Z\ 67r<¡J\15S\ e\14è\92\13\e\r\10\eÇ\95p»±x¤Þ-\82~à&\1c\88\83À5ë#×\9f\92º\88@b\8b(
-\81M\9aO\8f9f"\84èô\94A\ f\eüF$=[\84Ö\ 5[\à\13ÜPbõz\11Psf`Q\ 3\89Ì®S\7fÿOéþ\ fß3\ ee\1e\87Râ@0\88\14Ó½*BÛSjP\93®à|\1eº\89Àa-l{\86°A\96 \83+\19ãª\89Ó\9dñ¸¶\18Oóã\ f=\RL}\7fÿ§ÿ\0\8a6\ e\84
+xÚ­XÛ\8eÛ6\10}ïWøi#\ 3kF¤H]ÚÂ@\82\0E\80vß²\ 1*ÛôZ¨,¹\92\9cÍ\ 6ùø\ e9C\89\96ìÝEÒ'ñ:\1cÎåð\8cf!\vÃÙÝÌ~~\99½¾yùNÌxÈ2>»ÙÎx:ã\11ËäìæÍ\87@Äó\85HEª\82×y»\9b/¢(
+þÔ[Ýèj­MW\ 6\7fäÕ\$Á1/ç\1fo~\7fù.\1aD\89\94%Ùl!3\96Zi\1fpE6¬P,\11³ÐNV\93í1Ë2\9aüøód+çL*\9a¾¯\9b\r.àFù03\v\16J°,\9e\81þ\8cãù\11\8b\99\98/T,à\12\9b¢Ñ뮨îà\1a\89
\1f»Ã±C!¾5¤1ÅBd,\8b¬\8c~c]¡9ê-}Q\80m¯óc«[Ó\16A·Ó8x+TRRû~W·Ô¬ò=µ\1aÝ\1eË®Åζ©÷Øê\ 5èÏ\87¼jé`a\ e¶ÚÊAÛ(\ 1SGÎ(Æ-½a¼;\89\84Igõ®6Óà#!\18\a_\81õ¸²3+ãùÀ\1c-ã >`¯Ò\e\1cØÖ\r\9b\82\8ch\96\19Õd2\\15Æ6º]7Å¡\83\rcuyÆ\19\1fù_øþ\ fc\9a¼6²²À\1d\8a&\81FÛåÕ&oH©Þ\ 5оõ\94H|%ì,¿\9d\98\1a\84)yQ+ÏÂEë\8c'\99R¾ñªÚ¨\11gAK\86[\17F\1d½a\10~*
+~Ûâ4^\ 4\1a½²I\18ljÜÓâT/K\7f\ e\97\144TÐ\9au£óNo~\82^\9a\9aKálç    LP t\9d\1co\85\93Ó5Çjm$Q·Æé/ºÁ8\ 1ÈàxOÄ\87¶ø¢\99\9d1\89\12ÁTÌ\12\e\17¶w\105\r \83E\v\88\9b}NY\821d\ 3ßOFXåçRÑþ8A\ 6\8dñ°ì{\91eùáëÇÉnÀ\8c8\9a\80\8b\17\ 5àE&üëZ\8fF\89ËÖx¸\14æk\829\ 4^hr\fC\18²f\87ïßÓ\eJ1ÀÛrr¼w»\17×(\ 3\12aÐ`,ÎB0Y£^\97õj¥\9b©Ps%\T\1f\9cÞ1\ 6Á\ 5¹ql"\1e÷´z
+\9f"d©\9b_\1d\8b\12\\8cBw9]}\85\15¦R\ 4Jpî§\92®òU©7æ\96Ê\99W\89\91yaà¾(Klmó\82Z6\11\94\18võif6\10\ 6C\930Xù\18l\ 4!\ 6û\ 2|\fVg1X\86)SObð\82\96y¹dÓ²Å\ 4 g*\8a\10\18Àn£ï\8eeÞà\18^\ 6\10\94âOºø\93ãøS=\86÷ñ'{éÓø\13\89\182`ùuú.z¯/F \f\9cTRA\8dU\90\17\8e\17©daê;~ª\14¼ìÑc)á&_\18\18ÌÈ\88Yx>#ÀüÏÉ\88$\1d§DFp\99:h\86\81!Heè\f\0ç\ 6p\eá\9bw\9dÞ\1f\10gA\8eþ4\171\bñà\9bÔ¶\r\8aZk'nø\8d<yk x7\88\95+#æa\12\92*d"{\ e+p\ 6ÄPdSJ\95$\ 6xF\94*BJõê\0Þ\ 5^¢«MϪ\1c
+~3Ëâ\12Y\16÷X\16\8c\154×í¬Yav\v$µßÒ\930î<Â=\12\ 6\83\ e\0 I\0À}\0\80a\ 2\0îH\18\fY\0X\90/PíÁ\15\ 4\fðr\9e#g\8aÅ\9e\17ÒK^HùÀͬ,\82H|\8aÝ+\82L\f\ 6ð\15\85eùÁ\914²¿Q£\1aÑ\vh?BÈ\ 4°À\90?\97\90%    ¦|\12\ e<Æ#dæxç-£ÂI\18\v ~*ñmwBÑ \96\91¢\19\84\98\9a2\91,R\8f0´ÞÎ\ 5±iLTh\9cácR*BÏè\1cY\97'ô   º½,Ç£\fIé|@\8d\1c\1fCj´\883Æ¿\91\1aM\9czRiȧØÑw×]Ëå´ðJLò?Zx¥Æ\ 3\16\1e\85Âë¯!b\ 6\80°mÄïÉ\92·MS7OC\b\15¬\12À¶,k\83z÷Ö9\19U6uGÓTL\84'ÅDèY9;)&ÂQ1\11ºb"$\85/\8bÔVs_úy\18\19\8e\13\99:9Îô\859NdHÌÌ@_©\99Nã!®é»EV%³Ë\17M\bh\9a\88\80¦ebØ\8aßÑ\80ÇyL÷\1c´Å\82¥â\19/L\ f\851?*æ(\0¼\84¦¶ò(Ѻ®Z(IÖÝPcÈQ"5\94JyCÙÚYW[|Å:\19óªí\93ìlÍ\11ù®\1aU DÆÆK¬7\9fQ\9b\-\9fùïâ\94\1e2¡ü«\1a%Îü_Iý5Ë«ÿã¤÷§XxÁ¢íõ  ÙCÄlz<$s\1f\1aó³¨!\9c\95à07ã\90²Õ{ü\81Ô\15kHÔ\a<Aÿ{,>Í\15ðÞ\12X\11\9cÜÑÏ\94ú\11#d>3<\ fv\83    |       \10v\ eðÄò\8aO\ 1-\96Lò1íQ\bh¿b\b\ 20½©-ÿY\1f÷ sÄ\83®}\1a¥È \82£\95\1f\ eý[\ fC\96ô\88\ 3\13\ 5¥\85Ûj}\0\vÛ\9d¶E\90\19«ñ\v\ fÑÆmÂ\88\16}a3lå 5¸        \1d\81\ 3m}lÖ4y$\ f\80s\17p«,*\8d~\82ĵ;ò¢¢\ 4\83ÛTå\94\9afIOÃ\1f\ e7n  9\8cÀ\8a±k à£cD°*óê\9f\16É\ 3§0\ 3Ë@\85I1øÊ\9a\b\7f ù\7fè¸Õ\9fÖ\93Ù u<ô¡g\17u»Üá¶\90FCÏ\0øV×EoGØ7\0ÓNÓ/Cà¥\84(y;Ê"\1fb¢Þe>påÄ0ê=$Îæ20öD\82H\85ìÿT\1aÐ\ÐO&\fV£-]\9c\bÅìíÍ\ fÿ\ 1¬ü¹ö
 endstream
 endobj
 166 0 obj
@@ -1243,9 +1249,8 @@ endobj
 /F2 13 0 R
 /F3 17 0 R
 /F9 84 0 R
-/F4 26 0 R
 /F1 10 0 R
-/F5 30 0 R
+/F4 26 0 R
 >>
 endobj
 164 0 obj
@@ -1257,28 +1262,28 @@ endobj
 169 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1644
+/Length 2093
 >>
 stream
-xÚÕXY\8fÛ6\10~ï¯ÐS+\ 31#Þd°\b\90\1e@Q Y \ fI\80ª¶\9c\15`[\86$o\92\7fß!\87\94hËÇ\ 6MZôI<\86Ãá\1cßÌ(+HQdï3ÿù1{y÷ô\96e´ \96fw«\8c\9a\8crbEv÷êMþý}¹ë«v6ç\9cåüÙl.\84Ì_\96]½pK<\7f}_­×8¼\9d\19\96We¿o«n6gBY\913={w÷ËÓ[êX\16Ö±\9fí4\9b\vK\8c¿\81\13EÔl.\15Ë\7fªÚ
-xi\99¿îÛzû¾Ãél 6ç\ 5\9f~\81w?̤È˶.·3fò\1eÅmVî+ò{d\v\ 6\ 43ùb¿©\80Pç}÷\ 4Iûû
-iWM»){¤®»g(\0O\ 4àĨlN5¡þþ\9b\9b\e¤±#\rcÄf\85ßþдËÉ#æ\\11\1d\98 \97;¸ÞS\89\ 3.\82E6NØS¬\98\1e\89ê\ eÅ®>îÊí²Zâ\83`\88ËÝ~·[×U\98õ\rn\87\87ó|Ñl6\ 3m³Åݺ\ f\1eöÊ6l×Ûݾ'SË*A´É@ÃÄðÁ¶\1amûj\ f·/Ê\1eÌ\8a&¾­×ÁدªnÑÖ»¾i/\1a\\rªòB´Õ²n«E_Ga\9b\1d\18WçU[\ 2§«\86{31\9b$:ªr;9®\88\8d6}wóíä¬ck.Ú\\1a¢ljso.SäûÎÛD[´   ¬,\83ª*\9czmãð-\93\1aµfóå¨5\ 2*6"ÿy5u"
\8aGx\91å\81\b½§;\94¨Ù\ 6Y\9a\1676M\eV\96õû\1aÃÈÒàM£ pQæ\90\80H\r\84\8e¢\ 3µ20ß6½×\82²ù_NÊO\93\97ÐÂ\10yd\9fÔO\0UL\1a\bÀvS.+\1cùwxÞÞCpRâÞ\ 2ü\86\11f\1a\9d¸÷(\0d\83ν Qp§rY8\95{"|¸£ðêÀÅz;µ\87±£ªÏÚc.Üc9ª\fqØ!\17g,\a\ 1DdðöE½ú\84+%R\fòÂø@Ñ0÷!bòj\8b'VqÝ»\98³!\13Èæ8¼\80¦jÛ\81\r¢èbï]O\bzÊõ¸¢ä1ø58\1e`¸ÌËõ\1e\1c¿CÏá\ 6Ô\90:\ e¢\96Êÿ\9c\86·"<\ 6è|r\r\84v¼æ»'ÈbP\13\8c\135\1d¿B\eÂõY¯³#d úª|±n  \9dZ$;¥\16À\ 1Á?\87!Z\9cK´¸q\16w²WKÿ\10\1d\11\\1d\1aP\ 3\ e¾=÷X?/ÞÎPÛÔ½U¥ê\8e\19eï_ä\88\ 2\1c\ f(: qô¬«àû\8fÑ÷ù\17C_!X@_7êêM½.Ûõ'\9c:Wsß\ 4\8cÝ´Ù÷^¯n\1cµêÉ\ eÐXë\93!Á´v£\v\18fR\fs|½õ½xSë\8b\b<~?Z\1f1\17"GÛ\14@¢à\9cÙÔ!\98=\ 2       \9bSp\b?ðæ\87ï>8´à\88w,â\9d;\1cñ\8e\9dÆ;Î\89\96#
-\98³(\10\83\f\81ÎF ³ÉÃ\11è\10¸\99½ø\86\11èP\1d\80E\94¥®í¡OP\13ôâ´É=g·v\80}n!`\9f§?À>emþ¢Ã\9dpx\94·\ãÊ¢ìªpA}Â),\b¥.9\85J!AP@ÒMÝ÷è\ 2Nèíò\14l\99«Z\87p\17\89Ö]6    À+\1cÑ\81¾Ð\1c\85\fõ\ 1\8e=\1c\17"\94\a°àÕ\ fßP\1eÀh,\ fh\11¼\ 6V\13¨r§¢kÂ8ð\16G$1ù8\8aÈ:Z©
-4%
-\8fíE\929½k\84Ì\1f
-Ø][=Ô;\83`\87\9e\85\9cëQ\!+\86BÖ`!ûk3ãEþ\10êXñùu¬üRuì×.d½í&\f@)\8a\9fÍ´s\ 3±Ì\92\f±i\î\7fpNèÚB.bÆ\12f\8c`a.å`Ê
-"ìT¨Ô\97¥³T1\16    \8fçn Ï:\e}\8a\1414\9d\ fK\8a..Ìø\88ÄQám1íºûÏIàçCÚe\\fP\1dÒîêDõ{©d8j\0CÅÀ'9\83\9c     i®iVÙ\83\vX¨qB\7f¹
-¿\a¸¯®á6\8c\f×mÇÔ\19HÁ0\93wAËhåcÔObb\83Ð\14©ÿ¿\1eò6\84òa;ÿ_6\89Ï¿nl\9d\ e®BE\8cMÜ¿Ð\17\83\v:DM¯¹ÀP[#äëÇr7t´àÕè¢,$\90\b\110HÓ\80N2\85NÃëP\ 6?§cxA\eÂþÍðJó\b\8f~\88XÌ#¿í\©\ 2\95?"~\ 1;5È6¿Wår8\80É\12\ 6\7fÌ,ËÛÚÿ\ù\7fd\9eç_¢\88_\94P\9aº\9a\88\ 5\8fq\83¡*\87ñ\87{\0*7\846ªÜ\84Åúø\84/i:,ö\98ÿ\ 5\8c\1d\õ|3\v­\9dLâÄ]\e01p\8eU©ï9`\17«PØA²¦¿Çi\e­ì&¡¾Ã*V\1eÔ6\1f\82Í!3\19üi'\93À\97W²jò\83ñjl*\81±yý\1e?/ðs*Ô\98 \86^\b7«Òx\ 3&\18\9c\88·¹¤\16{\12\193ò±`X¯W    ¯ Kîâ!\81\85êcÝù\7f î\ag\1fþ\7f\86\90_\80AúØ\ 3ÿp÷ÍßK>ç\8b
+xÚÝYK\8fã6\12¾çWø\10$20f$\92¢¨ ±@\92Édg\81Íeú6\1d \1a\8bn+°%G\8féÌ¿ß*\16)Q-ÙÝ\ 1v/{2E\16\8bõüªHob\16Ç\9bÇ\8dýùeóãýwïø&\89Y\9e\ f\9bDo\12Ár¹¹\7fû1úéX\zÓnwBðH|¿ÝI\99F?\16]µÇ)\11}8\9aÓ\89\86ï¶\9aG¦è\87ÖtÛ\1d\97*\97\11϶¿Ýÿë»wbbÏ5ËòÍNæLÛ\13îî>\12M\1a\88\90±$ÛÄvý\81ËdÁD3\99»õßh1\9f\16S\96q·øÔ´%®o\12É$ßì@±\84\14;\9aÖìÊf?\9cMÝ[\92\9dLA$K\92Z\92Ò\9cªs\85ÚÛ\13\ 2\13!\91Vð£\90+ÒþÚ\80\11T\1a]\8a¶8\e²\18|\9a¿.EÝUMý\ 6¾3\11í\9bó¹¨K\\94Q7|êúª\1fúi½h«þ\bû­yWö7\8eï\ 3\93©á(O·#\1d@Oð\ \84Û\ fd:\8dª\8e~/à\9f,2í¡iϦ¤9 ±jÊÀ\r<f©ö¦ÜÂ\16\991¸`B9"¶Ý¥y\1e½? O\19\15õ\96«è\v\91Á\11ì³\aót4W­\1c\1ag,ϦCõú¡@ä%+ZCÜþ\1c\9aÞ\94hª\GýÑ,xg°Ëmºî\\99¡S\89ªrr:f\10#qÊx\12\ 6\12Dûpê11dÔ\1cè×
+BÃÖ\9c\eTüó6UQqÂI±jk!\99ú;¦\ 65e\96D6\9að \14Ñ\ eNU\8d  \88C0¯=o\sQ\ fî×\91\r}<©'"kF$ª\e§\8e\8d¾Ò\94ÌÅV
+æSap\81\9f\17z$,y9d2\96\85\16N³h¨'ïA@\17\16URíµÁ!ZW¤9i\83\13×´A~\14\14@\ 4Y\ 6A©¢?\fÄ]Is}C¿a¶\ 2ã Û¬ÂB3=C\841}yÆ\9f§/\87\1c\1a×Â<æ\90·#gH\10Éeô¾&:«
+\ eNEoÅ@â}Ñ\19ËPúu1O\1e\9cJ¢Îü9\98zo\16à\b°>\8bÐ\87\87Ú<¡\1d\97¡\9e3)CG\0ÈW\8f\92\1f\84$\8d\10Ý\7f_\1c\ 3É\14\v\ fÒ\ f\vÞ\80Â~õ[bqF\1d\86®§s>Y·\19:fè\8c;Ǻ\ 6~]
+á"ù[\88%\82\0\9b¥\I\1eOÕá\ 5ÁÞ\S.áS\11ùú5,n\18J@5õ俯ñò\a\12Md Kó°¼  r¨¼\14\ f0\0\ fU-D´\85v\9ch.d϶è±HpÌþ\8e\96\13\80q©;õîn·\10
+\v°\ e4äÊÆª;Ë&'\ eN¦(«ú\91\8eë\8bO4»GÐ\ fÜ\84\8b6\1dq±ëÛêâêOIS\87¶9Ó¨ª/\83\89ÊY\9a\85Éç\91@9ÐÃ\ 1\85\ 6\flxÛѾ!\18\1aE[à\93\84ôà/\17\ 1>e\ 6\165àx\7f´)¢bÔ¿A\1d\9fÜ÷\84C\99Ç!\15õnñ  \90\0q\18Ç\9dë\96@Ìn\ f\9d>\10ô¤´\86cg\b\ed\89\0ó\94\ eã|¶XÆ\18}ôSc÷U\9c(m\ eEw´\88cuK°©\8bó      \1f\0\83á(<C0Å\14b$\8fþi,lfiô\ 1üT?vËÈ\90\18Ì;n½\83»\7f £¡¾¡\97+,ù:r9n\11[PÙ!²\ 5Zwo\88Ô%9\88\r=IÑ;õºïWbwl½\12\17¿w\8b\16\90ó±Ð?­\15 °:Ëf\rÜýJ»\0\ÆNàV-\9b·\vB\8c\85ó\19\86vÃårªæH\17ÂÛØ\1c
+Û"ØÕªw<»\1eÖ\8avt<dÊÒµ;%Y¦É¹ÙèÜ\8c\9cûv\80Ó÷Eo3\16}ü®:9o¿5\14\8fM»îqI\1eW£©¬\103\10Ba\eßXZ\10ºá9²ùÇ[­{½Ø¯X>6ýwß,ö\86\98µîôT35\83Ujïb_~²\9c\9c\ 23¥³\95¡O\ 2&;¤Ö\9b¨ËÉl\b\12P°W:"\9eÀ±ò\15a4\16     
+\9fn.QS;Yì\1d\0\16ÎMëfÊê±¢DÊ=$N\82Z`\81ÛØ34\9dDG\bÒð]7\ 4+*\aÔ\ 1)¿¬´æ\9a¥Ïü\13\ 6
+\0\8b\ e3\ 1Ø\9e\8bÒÐÈêayÛ\10¡\8f\82Öö\1082B\rÜq´8\0d£Í­ ^p4y\1aÓeCù¶\10)¬9hrå\82Áu>\99úª? Ó\aeÅÌd¨\ 1çÔ\1f\v\ e)éÂ}_\1d¾ÐLA\14£¼0\9e\19\1a¾}¡®iÇÁÏÛ\10C\1fB{XÐÚ<¿\80Æ´íÈ\86pt?ØÐ\932Y\v=¨-ì5\06\ 6\1e 8\96÷\ 1\ 2¿ó=0\98!ì&       ¶ÔZW¡\98ð º{¹gR\93\99`\1c\98iqkÓLdW£.\9f \83àWEûSÓá­\ 5nô|Í,\80\ 3\1d\86äq\91\92Ç5z\1cew]ræ!\Í@Z\8d¨\ 1\e\1f®)k¿ã\87­k\0P×Y\ 3àKÊÐù{\98¿âÏJ\17Õ\8cY\ fø¿\84ß\7fü×àWJîà\17G\1d´c§¢=}¡O\8c\rÐ\18?\9b¡·\86ű7«%\9bÁq\96­æ\ 4ÇG\80ä\16\88é\10Ä\90¯»\10ó5÷K\8f<vÝ»\9f@WÓS×\94;^pÁó0"xþ\f%ò(\81\88°\ 3ë\7fø\1d\DÃEÝ\ 2\1e÷\80\87\9b=àñuÀ\83\vH\96¾âEeÌ2BºÜ#]\1e(NHGÈÍó\9b:LHGæ\00Jx\18Û\16ûd¢\9d\9aÂrƹ\19øá\84\ 3?K?\ 3?\95çÑ\ f\1d­¸Í\93¼öÉ\ 5fÜ¥\1a\ f¨V\82"\a¡Ô­ P!&È\ 4 \14.\ eô^a\85®Ë5ÜÒ/Z\1dò]\ 6VÇrâ\90W"ÑÌ^ä\8eØ=\v\964¶x\1c\1fÀ\845?üºþ\0FS\7f\90Ä.jâ4Ä*ÜåC3vÏ\18ÈsNâ«\ fRxÖÞKÆÑ\14$üô\ 4\11v\e\9fÆk\1f¢Õ¥5\9f«fè Ù5\8fVzÙµ{\8a¦VößÍVÄÑg×ÉÊÿãNÖúní\11]\89«¥v§!\97y(\9f\7f\83Ä\9c\90¾fI=¥°Ô·ª0>\ 6\8fÏ*\81Ta0§Lû`¶aùzîxñ½\9a~\8aÅÁ«§H\13\8aq©'%\82H\ 5Ý|áÅó¯I`¿ÇÂË\85\1c±Ú\15Þ\95·ÍøVÓðì\ eèz\ 6±(\1al\r(Rý\92eUþì¡\8eº\1cwÅ<¸?i\84\7f1 ÔÀ\e·¯\9d\8e\94Þ\1aæzÁ­1O_c~æ+\e俬\aù0\16nÈåù\95þ5Ùµùùþ«ÿ\0g=ÒÀ
 endstream
 endobj
 170 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
 /F3 17 0 R
+/F5 30 0 R
 /F9 84 0 R
 /F4 26 0 R
+/F1 10 0 R
 >>
 endobj
 168 0 obj
@@ -1290,24 +1295,25 @@ endobj
 173 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2261
+/Length 1969
 >>
 stream
-xÚ}\18Ë\8eã6ò¾_áÃ\ 2\91\81X\91HJ¢\ e{\98Ifv³@\90\81\1c¦\ 3,Û¦ÛBlÉ+ÉóÈ×o½(Q¶»O"\8bÅb½\1fZei\96­^Vôùçêýã\ f\1fÕ*ÏÒ:_=îW¹]å:­Íêñ§O\89²ë\8d²Ê\16É{7\1cÖ\e­uò\9bßûÞ·[\8f[\93üâÚµª\92\8b;®ÿxü÷\ f\1fóUnRm\90Ô\ 6^ÈW\e\96¨é´Zo\8aR%\1f¾úíelÚ\17 Q\15É\8fÝéäÚÝ0\11ÐiV#\ 1¾¯ëÀ\ e\10Hs&ñÐ\9cÎG¿¸Ï\9b\ f_Ï®\1d\9a®ej±d&­õj£êT\15Dî÷\83oáR\9d%\ e?y2\ 4¢\0ÚNDá \19\18è\89q¿û~½1Y\91\8c\aA\1e\ eþxäå\195\96ø~ßõ§\81oOhûîxìP[_Xv¢(ì\ eDÓ$nØ ç«\r²kà£Ó\9cÙ\1d\9a\97öäIÛ#b£1\98CXô~×ô~;
-%\ 4íûîÄ6:úýȰ±\13ôæå@\84Rz¬Hk\ 5O\95iN/åézS\16\88\8c\e\95%_\10·ëÁD\e\93[\10È\8d¸ªY4Ä8»~ð=\ 3\ fnàÅÉõ\7fâM¿ã}\80\7f^\17EâúÆ=£¶ùd!\1d\ 4ä»A0Π\1dÈ\88zÃ÷ðaä</ÒÒÆZ\9aí\ 6b¶îä\9fÖo¨\8aõãzÏG\83Ã÷?\a\9eµV`³\9eÏ\8enô=ã\9f{P#àl=°Ý¾¤b0a%hQ-´¨«\85\16u\11´¨K~\1f\17m'\10Ð\90\894\ 4Ø·\1a\ 2 ò\86èK\91ð­\89$9Ø\8e,\0»§dðrðà·\9bû*D2ìà:-pQ&\9f\1eØÃq=EØð\aú¬\ 2\17Ï\17òòi\8dbC\84þ¼gtÎ\ fßø<V\ 1l{\7frM+x{Ò/\82§ \10úìe\80ó¤\8aª\1fFb;\8bY\ etÁ>FÂÕ\80·;v?\8cr£Øù\ 1üÌ!*@
-Nþ«n/×\ f\82\94  ~4\1fk\91\82C\1a°#\19qËÎ\15ã»þå²\89eàì6ÙöÖ\9frI\7fìP¿-¬­Jq`UjÊ>\95d\1f´9\1d\ e|¶óöoDø\1dÃ\1co;q{Ò\8a\ 2ã\89\9f Ê\ 3¿Ä\e\9d\96LôSÌ\ 4ú\81ª*ñ\ 3ÄS\ 6ý \88\18"ÂÄ\11¡ Y\8fþëÈ+±>\ 1ùÔ$ÿå\14®£\14\9e\15©-\81&RûÇM\86/ÒJÉáwL\ 2\9d\viz·E\11\ f\f]F\97ªt\1c]e22ì\ 2aÓ¿t¬¯Axk\8e;á=vReKÌ\80àA(\ 5\86\9c\1a{h\8c^\98¨¾\98ºN\86Ëó06ãe\fç9²7\1e\80^³e\94ëûÓÝÿ]ºÑó\12\1c±C\ 1@>\88'\f×Ú\ 6o\a\8fð·>÷Ìþ¾\8b\99\90ôàwËjÁ\9e«Í"q\8b\97\96iY\ 2Å:ÍJ¢\88a¯KLeø­¢ØA Ç\18\80{?\\8e\Æ*     p\ 4/+\83.\8b\f\ 2\84DP\82ó1ÕéööÒ÷\12D|\12ê2,\19þ¹é»öµ\ 2\e\ 20ŬS$¿\ 2ÝþK3x2p\1düÒ.Ü\87üB28\9e¹\1dåZ\\8e\9d|ý\88\85ÓÄ&Æ\r&\1cüÎ\98ÒgðnR!=\0\v2#õF3ó;ÔwUs     Ñ6\8bud3Ñ\11,\96:\82\vAGpÆJ\9e\19´¤\8bÂj¶*\12%\8co|³Û_Ѿ©Q\88åÆÑ\9fδCÜ.FeC\\8bâPÿJ|áx¡\ e\9bFépÚ{·ëÚã·\18\97M\82E\83ò4\1fù¾§2       K\8eå-¨\80º-c$\8a\94
-\8dL\94ëéî×\86J-<û\ 5Â\91\81Â@\v\8eô\97\87N`i\r\8e«atãE\12¹ô\9ds\1eç\10±\12"6\ e\11;\85\88]\84HuݵÀ9\17\16XÄ-'õ¦\88ÿ|\19ùt×\85×\ 4\10\a\8f\rÁc\17\8eq\1d\1f"\94x
-d\84û\9e\82j\7fÇ\99"bWn°\19p¹u\97ÁKë%©E/û6N<\86ôÏ\10V?õq|4©\9f\e·+}\9b\e}g䧤²L:\ 4ø:>\99\1f\a\98X\0ÀÒ7#\1e\97'\ 4Æ\89Xg\95Ä*Ë     \98Ü\e\82:½§\ e Ë¨\0ãÑ\\80¥½\ 4\98dg\19\vÒW4\1f§"£ªÐ\10\83\eòV꾬t_PÙ[Áì\ 40]\9d'\8f@\8a\8d\ f­\fu\8b \9a»óH(U\9b»YH
-\98É\83e©r\91\11±Ì\91\95xMÉ£®g´hàªeàªo\89Ø·\89\1cÝ0Þ!\17××û9g\19C¨D\10\81³^=9N-\93\10ïlÍ\11¼\1c\16³Åcaª\93\14Y/1%½\10]öï0\8b\98\96ļ\97dÐýÓ\9b¡YDSå<u§\8a\87æÅ üà]¿]ë\f\9b"¬ÁÑ\ 4\1d\1cúÞ\ 4mâ  ú\9d\84\ 5ðè®5ae\10Ä\85xy\18·\87ó\91¬   '\r;]Ç»©u&µ©¤Ùó\85\80-)qº:)\f¶Óð~­å\89\1d×¾Rø»3\8aë$·\1d\eò!È1ä^\9a\eöëÉ{J\×C=Ì\8cîîp9M#oÎÜès*45¸\98«ÿÔ@)h\81(\K
-W\19\ 2Ð\19\11g\80 8ø\81zòz¦#Ù\e\97sI¦\97:¦x\94ÄåF¹Ñp'¤b\9ezy\1e\w\18\87ûó£C\14;?h\93ý¥\9d\86\bô\ 6\1e\bUYÉ\10\8cP\14\8d:­<\ 2Æ\17-e\ 5úrõÁ²Óý¹\9eÆ\19\8e½3êX\1e\ 5\80d4ÏX\b\ eÍ\v\19po\ 6Ë\8fk\8b\93À<ç }yÎAã\ 2âÛÃ?åá"\8c°°`\vâj7\8f\16t@³?,Nn\fÃ\8a)¸ß\ 1\ 4F\86\8dè\89\96iI\11\r\9a90Mùy\81G\8dЦa;f\87\9d\1dWÝ>&x×°Ï\97æ8\82¿¥Ü<ý¼_Tä\88oT\12¥p\8a\ f\18¤¾\ fÕÞI=\17R¼i$T8\19,ìú\8azu¬Þ0[\9bi\8a\90(A|\83~+M!\7f\82Ò`9{\18!wKDa\13\95^\85\99Ëè«à3FQð\11å)øð\ 2ý5½«J±U%¶ÊeD-Éê¸;úy\1aE\0×\80å4¬\88\1c\ f¼\7fÿÏ»Ç\7fÝdl\r\18\95`°3ä%É\96W   7h]ÿ\8d·Qýç¿lyÉ=t^J\8f\13~×Uô\1f&¬C4#\1eÙW\fV¦ZÅ\12£e¨®êð3\19R²4\82sÙ;LGò\1c\ 2Cy\80ùÖ\9fP'\18ÙÀU/ÇÓÿÕ\vO25DèxÀ\a\85x'\85<\96\ 3á,Ç0½r3\1f»Ù!\eúíS&'úÝ\r^\81ÕæÚ$U\ eU\97Õ}×\1eP\95ËZ\10\96.\80¤å¯\8b6UøYTI*;K\83iì]G(r\1c1\98ìA|îÕw)ê\80ò\94\bqcðÇ:.>½ï.}+\8fÏI\11çSì§#\83¾\97l@Y±.BV\84|©5ý\ 5,\0ø\8e!Á2:JR¸Wb\9aPOa\11ܲ!­XÊ
\ 2«\92º\9d7=_¥6\ f\12\ füÖ²Éãçx\86¤w"NPä\ f\8f\7fû?\ eÎź
+xÚ¥XÛ\8eÛ6\10}ïWø©\95\81Z\91\ 6´\ 1\9a&)Z \b\90\ f»\ 1ªµi[¨-¹\92\9cÝôë;7J\94ål\ 2ôɼ\fG\9c\99sf\86^Da\14-v\vúùmñêöÅ[µ\88£°\88\17·ÛE\9c/b\1d\16fqûú.Pùr¥r\95'Á«²Û/WZëà½ÝÚÖÖk\8bS\13üYÖK\95\ 5çò°üxûÇ\8b·zT¥ò0+\16+S\849i»c\89b\94HÂL-"Ú¬gÇÓ°(dóãËïggã,\84»òþ¦ÚUýµï§Z$V¼ë\19ºÊ³P«Å*Îè \99c\83\96|Zª<°\1dX\17¥A¿G3£<¸WIv q\16ll·n«Sß´¬Ôx\97\ 2mY<¿\95÷]\95\84ÚÙÕ7¬ñ\eµçq\18¥S\7f)ß_Ãæ\8f *V\ 1¨ \95bE\16t}YoÊvóæÜ\9fνÜàKw y|¿ÄÏ-VJÇ¡B§é0NèSÕvî\84è\8bw,ÂLöª\8eáT7=\ fº\13b-°ë
+ob7!\1f\8e\11\8e\18 \88X\8cÇáB\82'\1d\ 2D\96«$UÁ;8¬U`ëªÞÁ(K\82·\15\19\ 3£×\831\1d/lɬÌ\0\94ËÍp\0\83\ fËB\ 5mÕãÎåýc\83ÔX¡\17\98!·äZ¸~k7Uk×}ÕÔL\8c\ 6íÉ\ 2Û\96C(=l\82QyJà\8bÿ/7~zù,7\1e\e\88÷\fü   p£ðÁ¿.Ï\1d¢Þ(Á\v\ e\1c&pü¸o:\1a¦A]\1ee±º<a\9fNeÝ\91\13pÚÌÑ¡´\1e\81ú\88\8c»vAà®I<\96àg\1f\18 ¢YàRÛ\rïRTq\87Å\9a~ÏÓÖ\ 5\19'\18d\ 6r\1a\87\ 3ùQB¾Ò \9c®ùw \ 5\8c\9f£½R¡QßÊÌÔ03¿þ\1d\9aGüs\8d\84\fÙ\8aÔg\e(a¶Á`ζU\12\17Áï[Þæ\8cqy±\86ÏxºÄ\97:T       û\92Ya\9fª®ÿ\91\89QõÌ\aGø5\ 4¤÷émBmðºP\8f  \1ap\9f       ½3&÷\9b'»>÷\ 3Q\7fm\8eG\88c7Ï\ f¬Áh´[4\841븩\8e'\97\10D\ 1\f\80ý*×?ì-\86«\88\82\12\7fâ sJai=(\85\r²\15\16-ÝÜnÀ\15&JÄ«°ÞííáÀC\89C\vð=v|z\10Û6\87\ 3Õ¤G6\9e4Êu;Òi\82²[q\14äºc\10ºjW\1f-Uç¾\93\r§éÊímÛæÈ¡:Ø­$e*P(^íö¤\88Â\ 6¹©P^ò\8a\ 1=iRp24*\1ah\8dÙ!F4\95=\8e
+\97'Àì²ílË\8bû²ãÁ±lÿÆ\93Di\98»õOË\ 4òs[\95\ f\94\8chgb\1d\7fæ\1eÔs\8e\ 2\89\13Xg\1dñ#ú0Þ<NÂ4÷½4Æ\r\8b\11$6(u_v\15û§l%éw¥t\f|g\r%\88\8b\vì\1d\0å-Ë\9fÚ\86jÁÚµë](\ 1\93«\0F\15w[\137êlâF\9d87ê\94/\80\ 3â3\ eÀEÆs\11HÏ]\ 4\8b\94#A|j\13~kPI\bÛP\b`v\1ftV6nìzuÝ\87\10á:Lp\90\ 6w7\fq\1c\ f\14ë>"h\158¤ÜY>\10§÷K4\e(\8a¹\aŹ¡üÌû¾\v`ÚÚcYÕ"·%\aãòÀ
+ÑÏ0\ 3\19L_mÇy*\9ad{WxVÚ\b_\rÀ½dü!Í\8dbôÃòPxh\91Øi´TA\1c5[9¾\17\99\11\ 1iÜÖb\ 5s\1a¤=\eqÊèòåËvw^Ím\18b;\aT,ù\8f\ 1õ~\12m\95
+\82!o\a®IÁô\831§Í\8e÷¸\10\89ñ\e^+¥º\8e\9d2®+\87\13\14¹q]\10N Gc¥wþ%\10\a\ 4\a\fâÀ\998PÂø\94P\90®{ûÔóHÂO\8b¼k\82¿æ}V\94`£ÅUðçY\8e÷\9a¬\1fX\ 5¢\vuÚr\8d6îyuJ/\95i\9f^ðLàµ3ð¦Ý\8dU\92îV\1d6rw\1f¥*O1\a\ 2\84Ð
+
+_\ 1YuZDGñÄx\15Æ\14\9d\1fº¾êϽÛ\8fñzý\1eôUk\16¹<?\9cýçÜô\96\87\80Ä\ 6\r\0û\80PÈ×"wp\aHØ9è\1e\180\f\85ä\a»\99Ö\v\86®6\93Ô-0MÃ\14:_è\98"®ÒÔs¤\98Ëð7óÈ\93ºV\13\97\9d\ f\È2a8.Ok\83N\93\8bÈt²\b\99 \ 5ô±ÖáôúܶÂ"Þq\95\19\86¼þ©j\9bz^b§\f\f1í$Á;ÐÛ>V\9d¥\0\17\ e\97ù\ 4>\84\vIá¸Wn(Ùâ°oä×\9dó®p\1c®\89ÄÁ\8c\83¿£¤t\1a<\e\H\1f\90\9e\97»£\11_ØÎé¬\90\9e0\8f|\1få\91ø\b\ 6S\1fÁ\ 1ç#Øc'\8f\17ÌÉ\17I®9ª¨\94$>óÉf{¡{V¤Pªì{{<Ñ\fe\e_\94\ 31\9aÂq(ÑÿJ°p8S\8f\11Ë»A»]|\b4õá³/Ë!ÁªA\89\9a·lÛò[\ 2^ÐD\85\80ú-c\84EJ¹VÆKötö©¢Z\v\9f}¬ø     ¢Ü\ 5j\0Ò¿\16z\81i4Ø\ 4x\9a÷gÉä\883í?Î\98"¹P$÷)\92\ f\14É'\14É.û\16ØçÊ\ 2\ 3¿é¤î\14å\1fè¿\80\94û|þ\9a,øäqo\ 3¼\85\a\8cëüpH\81\8cp\1d)èö_8S\< µ\v\ 3½\19äq\8ar½{qO:7N<\86üÏ+ì~êäxkp?·n\17þ63\7fG\84SrY$-\ 2ü\96¼3~\1cÖ$\ 2°,\9d3ÊqyÂE?\11ã¿)ÌU¶\13$¹;\ 4wZK-@\14Q\ 5Æ­±\ 2K\83      k\92\9dåa\10~Áó~*\1a\1fè\91\a\1d\9c\10Z©ýÊ¥ýÂ'©H6²0\1c\1dß\1eN\15\a\1fz\19j\17Á´òÊG\©Z]Ž\140\13»ÈR墠b\99£(ñ\98\92GQ\8c\93«\90'W1W\92?¯äPvý\15u~}½Ì9\9c\1cB'\82        \9cõ\8a\ 18\85¼\85x\96\17Ìàés1\9a|̽ë$E\16SII/¤\97ñí^£Ñhf^Èÿ.3g#ü\191on¿û\ f\17éÝõ
 endstream
 endobj
 174 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
 /F3 17 0 R
+/F9 84 0 R
+/F4 26 0 R
+/F1 10 0 R
 >>
 endobj
 172 0 obj
@@ -1319,35 +1325,28 @@ endobj
 177 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2201
+/Length 2365
 >>
 stream
-xÚ­YÉ\8eÛF\10½ç+t0\10
-\18µÉæ\9e[\16;H\90C\0O\90\83g\ e\1c©%1¦H\81\8b'þûÔÖdS\94\12\8fã˨ÙKu­¯ªzV¾òýÕaE??¯~¸\7fýV¯\ 2_åÁê~¿
-²U\10ª<ZÝÿôÞûñX\9c{Ó®7a¨½ð»õ&\8a\87¢+·8\15\8e¦ªxøv\9d\14ýÐ\9an½ÑQ\92G\9eÎ×\8f÷¿®t â|µ\89r\95\11Õms:\15õ\ eÎE¾Wvü[7=\ föÍÀk\81WÖ<Õ\1f\r\ f\8eEw\94©â©2
-\18J\12ï\97ýŶÎ\14ív­\13\ f7\87ùxÇPwÃvkºn?Tw8¥\9d3"
-\{náb\9dz}Gìû«\rh$`\8d\145\8bkÚ¶iyx\ 2\82ÅÁð\aË\15F^k@\15uggåÔßeÏË]\ fª\92ÕfÏ¿\81N\15ݸ  b\95\93(­éÚ\bDMâ\9cE\ 5\91\99m\18\88¨)\89\9aÄ,*ÎÏ\ 4M#\8f¸\85\85\eG
-\935à£.Nã4ë (I\b8ÑԲĤbïÔ´\96\8b
-\fc:¹
-I£\18V
-P^LRX\1dg>hÂl\87\1e]%Ì\ 2a\ 6\ 6xÿ\8e\87ç¶9´Å\89·\93'ÀdÁ?\9d9\17mÑË!¦U6²Ç\10ã\1f˶©O8μ\1e´\17g\89÷}{\18N¼Ü3]\7fiáR¬Ò\191UßÈïQl,J\82©Cù\11\89\99úîÂúãÞÖ\9c@\83e}àùÂá@îY\90\9f\fB\aäª\vvÂQ˾«á\ 5}\r\9ep>W¥Ù    \8bd\7f$L\9b>­³Ð»åt±ët9Æ
\ 6F®Æás_\94\95¬<Aì\83B¶ÅÐ\19{J\ 6\ f:N+\19[B\1cõ8A¤¬-1¸\85\9e\8a\1ex\8füTÔ;Ñ\fnÒ¼ê~è<qâíÊÖlû¦ý\84\88\85ZI\0iz^#\1a1ÜÔu\ 3{"L\92Æá\17eË<#;ð\8e×o#\a9\13­â\fìáº:\1cë¶myîy»\ 3´q¢üPv³`±\8dk<4\9dwB\ 5îµ\9c\16ò½3H_Ô¾\93=5[T\a\99J\ 2×¹ß\81äl6p\85Pe<xïàø;â¶{¼c79\8fÈ\16\ 6·ü$qü$ÒâÉ8\18=\19?\9eÑß\90ëH\87lw\1c\88N\ fCÍ»\8aîSÍx\ 6áÛ\f]E\1e\99g$,ÚA\ 2Ï\88óEÙ\13\97\7fc\ 2LyÕ5`Ó¹2ý\1cÄ1\14«
-4&\91Zò \1aa<\14\18WlÜ\0\9f£qAõ*\81¿©ÕQ¨R\15\ 2
-%Úûq\8cï4öÞ8\91\84\9fõ:ô'ì
-\ 1\1a\17\8e\13D\98\9e7:W\113\7fo\91Ã:\r°x,¦Ôsé¨Y r-\9eçF2&¨%v.ï÷S\95Y?\17Ty>\96c\16\ 2Ì\81äÑ\95\9dU\97Ío#ÂíA­\rÚí\19\80ñ;¾ \9e\ 4y¬Ò\9c\,¤[\1e\97|h\95ÄÂFsæ\0¨9\0\18\16:\89éúhÚ²·Áñĸ\ac\9b\ 4aÒ ·ÂBA\8d\1c~D\1d4D|[ \9e\b\84_\ 29\90\1cxWâ\95×®h\rã\r\1c\95\88µ\80<\82Ë"\ 5    ´¿~\eºu\99J3Çh\vuèDÅ\91lx\1aʪ/ë¥fãTå©\e»ÿ©YV\91\9f{Û¡m\ré\ 4\15äg\1cyMû\81\93\eì\98\80u\13\ 6\b¦9sÁÄ\13\1eøtE²L\ 5\16  ·»%7\ 1:ºu·ËÓ\89\8a\12Y<\ fÝqy\\ 3\ 6\86\8e·\ 6T\v-\98ÈU<ÒiÎWÈh\1c\\92!¹\\ac1Ùú ;k/\98ÊKÔK/è\9c¦hp\a\85¸ì\¸Ü\95\0!\ 3\91\19\83\97\98\11boÌ\98\bo­)¦Ø·®,\ 5Ç©è>\b\84\VD"áÒ\90\81
-S¹p ó\97,\85Zi»ÃÖÏ®ú\10\1cÚæ4Ã\v\81ûo\85\v¨ül        ·Ð\8b\86 Ðù\8büÛº5\97\84\80]}[\9c?Sà<S¾u\1a<vÅP0L\83\171d=\ 5\92\19\16¹'ÈJ-òC9\8dÀ    ²\1e\97\85Ú²H\89\ eÎ}\\ 3ð\14m)e\94F¸êÊ\ 3C:Ç/Ì\91þ1\83\96ýq!\9aÎ\9c\80ÀK\16ñ\0\82¹\86ÔzfH=\1aRO¥*º¿ÒÉ¢%¸bZ2\ 5\15\85ni|3=ý¿à°åD\9a{û¡¶X\8d\9f;\83ñR£Hô9´\84v8v2'~RÝ\91ÍÀ\80è\91\12\ 5       \fF\91q»+r\94f$²Ý½¨î_*¾þÜäi³\13$6S£×ì$Ë¡!\92ð&0Ѧ\aÏ\80\aÑ+Aâø!TÕ;³/\86JhpרÙÝhF*³MUrg©çíËÃ\9a'\19­ç\19ò\16\ 2Ũª\v§\9d\ 1\ 4\94._¨\er?«\9b\89       á\84\81ݱ9_³\90\ f¥¿þ"P@4®Ê¢3Â\91ã\9fT\86]\vå\0jÑÐ\862\9d¾
-ËvÇ\ 3hNÂmÖ-$*áh|ÿ=sðxg£Ö¶\bi\06[\8a\9b$\bú/\11×\ 2X\83O$1Tþç\96\93\13¾iðÉÌ©g}T'\9f,¯Ô\ f¾
-læÆ'\8a8ÏÁ¡·Õ°£X\8e#p¶c\83íj\1c%T¬âÔSA\ 5í\87CËïQ¸öWóÔñH\94\84\eG%áG¨4\95ù°åýoX\ 1?Þ1òå>Ö8\8e\aOZË\1fÖw\17\ 5\ f­P5\18ÆAàiaT?P\81­\a_½ú\8f¢éÆã\ 4«Y®  ¯]\93A\ 3cɼúý÷_~Z\´Ñ>\15\9eP´£ããÆ?\8fT\87§ uÜ)T¼%vW<\9e^7`½\11ÜHÑ\ 4Åü\90­ay£ì²q\0S\16©y\81\1aw$ÓðêÔ«§c\aMO YÆ-tJÍ>7´ÜP]¯Ã>¬¥±Ö    ?HjÄ)þ\99\9e¡ðËI\bôy\ 5¬\89\bgqÜ2µIø\85\9e\87¿d\1e\1cH\9b\94R\9b\84o\9dÚ÷þ¨+\f\ 1>\80Ú{.;É\14Ê\ f\! Å\96G\1f=UR£Ååqh|^úÌ"L-Â;cÝ}v§&\ f®\81\93ùá\83ú·\8cû·È>ëÐ{b\ 4\0SÑKi¤ÇG+z±\9dµ^\9c\90\84\9a<.ÃþÝ®tæ;¹e;uk0;f,\18_tk03ïÏây1m\9dùk\16è\8b\82tÞgÁÄÔg}\85äÿ\85\8dÁW¸yì¹}Á;.X;\9e\92'±À­ÈðóT´cHâ>zðÁ\ 5ó7[·iñ¹\90:ùª!\95Á¢\14\1d0rkc¹Ê9iì¥\96êE\1d\16¹ÿÀ\18ó_×Ù¸)ë\8b¨¹\8a\ 2¤î\ei\16\1f\8a"I´o\96\87\1f%¢mú\88¼Ð¿\9at_î\bÒ÷\80Ïo\8báp´\1ex\11!óø\950k\8d\r\1fîGð\1f+Íl¿\9eC\ fýsgB\1cX\16ÄqOÌ\10b*\94\ 5\15$î."sjÞ ßiÚ\8bbm\9eeÝ¢jÄA9\85\94ßÜ\7fó\ ft`\15Å
+xÚµXI¯Û8\12¾Ï¯ða\80\91\81gµHjí[Ò\93Ìrj ï\96\97\ 3cËÏBdÉ\10å,ÿ~j£DYv÷d\80¹Ø$U,ÖúU\91\9b$N\92Íë\86þþ±yûüË{½QI\©Íóq£Ê\8d2q\95n\9eÿþ1úíd/c=lwÆèÈüºÝ¥i\16½µ®Ùã\92\89>\9cê¶åáûm©£Ú\8eסvÛ\9dNó*\8dtµýôüï_Þ+d\99TÈ~\a§ªÍ.­â\92N0q\11ëí.Ëuô[\7f>Ûî\0ì\8a,úPÛa¿5ItÂy\1aM\1fÞ}¯÷×±é;f\1dJ\9e¢Ø;]Ŧ Þo\8e,{YE\16þª$ÚOGÀÚÉ:\1e|\ 6y˨®;&r\97\19ùKÓmu\11\8d=Ͼá¤\1f\ eî    \f\91è¨9ò\ 6O\r\9a_ÛÑM[é£å©kÎ\97¶æñ,\ 5~÷âXÒh³\135Àb*#5ú\vªkÅÎmãð8\93\91Wìðz=×,)\8a\86kã©æÁ±oÛ\1e?}kºWö£Ý#?ÇLì \84£ý\82du\17\93\18Y\i\10"\8fµ!!T¼ÝåY\15ý\v\ eÕyÎ\aà`R\ 6'\9d=Ór\ 6Ë \10\90Ù\ 6OÒy\1au=Ó¸ÖºS\8d\82ê¢\9aù8\ e%\1cÚq¬Ï\97ÑÉI=sl{rÓÞ\8e²£\19A¦TëP¦A\8e¯¿\83\99\1ci¢²8/C{Z$)ç\ 3ËèxíÈ&8Ãp\0;üÀ1\18ôdG^EÕPæR\ 5\8báÆ2j\9cü\93ê_· mÿ\ 5\7fë\ 3\7f°Bp¨Ý~h$ì\ eÓ&bù¡\ e8\9aØðà#g\1aê\93°.\9c \90u&\12!ܧ'vðžÖì] \94 \12#䱪h£\ eü\99f)û\ 1\aìB\1c\1dØà\98Îô¡\1fyp¶ã\1eMt©Asâª7\ 5æF\19ð\13\90r\1aLsb\9e\1a¢sàO\8dðF+,ÄápÇQ\7f\f\19Þx\96­ñùÚ´#\ 4\1cÆE\9a\92n\94 l\8c@n´Rã|\86\»Ã\13\93°gqUXñ¤\91da8X8ö\91}MhßT\12\12\ab_\10\ f¹ÒJÝ`äòÄò\9f·\1a\fç\18#â~I(r¢Õ\v\ 1\13\^¦_\9ajJ?â<¥\1fn\0,?Ý·¥8«\10g)È)ËÎ\93Y[\13èÀ!¼\0þ!D6\ 1"kJº\84\18þõ÷7Ïÿ\\81\ 1\8aB(8\1aTNº©":4\ 3$C?üà)éT\90N\84eDÙñ\7fMUÁ~F\88\17\9d\15~ìó\19éÈÁâ±<6:Ä\ 5ô\fzM\196\v¡òÕ¡ú\1eÈáï4}\92ãpÑW\88\ 1lrF\9b`n\83T\83|>  ÝñJå\12(/v<á\81Â\9c°\1c\96C=p\9dõpÓ)\ 1\0x0\9b"²ÁB\92æÑ\19\97 \105Xpn]R((¼lî»þÐy\9cWB°\f\ 1\ 2k(YZ\88N0`0»p\88\9a´¼\e\b\99\8a+#lO\12s\ fÏ¥´\ 3Î\13\14â$\8d\15\ f>¾í¯C'\87ϰ\bÕ¤\88\95
+móVà\80p±Ê<.\ 2b\1aó²\ 5Wg°ø\86W¼gL\80R8×â\1a_Raàò!«\94\ 4\v·
\9c\1a\9e?\8c|\1d\97Êkìø¬\v\0\99\ f|\ßµ?ä\9c@\12\822\1d&íÜY¤      3\85\7f\ 2n\1c\10ÒáP\89\89}d¦SXã\12F\1f"(TTBÐ\90la\1cSMg\;wÝïkçÀ\8ehm\0\9cy\8f4\89pìe\90\8eÊÝ\89d\ 1Ûz\18ú\81\87\90\1eNj\99\91F      Px¨¡Éì\9c_\95\ei\8bÜ\bM¨|õ-\92ÒÅ\1a¨¹\ 1M\ 3 6¾±ÁÁ\1cý8ÏXU\_(
+­)I\8býÈ\91        '\ e³7¦Ö\88\97'\1cs¼£ïä\13³Ê¢s?x)&¸Æ£¼çW=\8d·q\99\b\84pl*\1fµ\8aÎ?ðð2ô¯\83=39E\ 2,ZþsõÅ\ eÔbá¬\9e\9am\9erýk\86¾#ì/#lÁ²2\8fÞ\ 4=(óMÖ\1eö\15×Õâ*\82M\93Îݪ\18      \96^\9b¯Ü\8e>Ýx\7f¢\ 5¬õ\95\80\eÙ \v\96\96ö\96ýì\90¹óMoÅ\99ókÑi­øk\88\84\v\\15ê\83\88HþGÆ\1d\17\1cÈÔGÝA\16\ 6]\85¹B¶\81Qhq\98\1emÓÊ\17,)`\90½\85\92äwÉÀW;\1c{F\9cõ¸@¬ÔMi¡Þ\v:"ºÊ\14\99§zÈón³\80Á\93åAÁ\ 6,C«ä\8a/Gð\8dxdp\92sW\8eÄ\8c{{ü\97VX(\18*Ó |ä:Î|Ùò¡\ eÛ¸ð¬\90\15*{â\8b\r+\96ù¼Îòp\7f\90*p®\97ÔÊ|îÒ\8b\88\ 5.\ 4ê\ 1yU\19ç\8bb3\17+\b\ 5\13\97\18Ü\90?\90´Ò¥§S\97\ eÔú\118åa\17©}[\f\83)\92qB÷R\94:ÕFÚt\18\88M_¯\1dSY÷£c<\83ôí¯®¥\b}â;ýÄØ7\9eÀà\eâ¼mFÇ·,îÎ\1e
+!ÍÉ
+\99\80\bú\90q â\98\8am\v\16\93LmFé°=\8c\e\81ñxý\80 U\9c\8f\93ù\ 5ÁÜyAx\17d\12N;|M\98°Ë\04þÑ\v\ 2ó~öÈá\83\ 6Däg\ 3.=·\81Z*¼6sä\85\99\8c\ 5j\8d\9dëó\93".}\9c\vª|;5á­\ 5\8a\87£«íâ     àöº\9fÓuÿW> \9b\ fØ)è\18\8a*¼Ø¿è\¯\ 5ÑqîûöþÂ\19Ðq\ 6Ì\1d)&u\a\17\97fôÙá;m\93ù*\b\8bA¾Y\8f\ 5Á\ 5\99\98Ã¥\9e¯\8e\ 6¼h\85ù\99ï\9f\87\ 6\8f¼wÄP3àÈk\ 6\9e%\88<¡Ëª\ 6       ¶/»Ó2.ÊÀk÷\9aÓ,\15\ 2\7f1\\996+âª\b\93÷O-Ë&Jªh\7f\1d\86é.e\92\92\1f¾pu\ 3\8aà*dTÂ&\82e.]°ð\197ü¸£Y\19+\ f\85ûÃZ\1a\15§Ù\14o·»ó8ÍåãåêNëí\1a\ 4᪨\19Z   QÅÙħ¿Üa£qpË\86ô
+\ 3\8cÕdï'òr\84\8b>ÀÐ.cp\17X<¢\85W÷ äîd\b9èçÝ\bÉ7\95LÄ·¡¶sòûP®ýK\84û"\18\12\89\86kG*|Õä\ 3¯´ÿÎ}B{
+ß@\87æCt\18úó\ 20\ 4ïÿ&R@ëç{¸\95]4$\81®~Ê0>¬¹'\ 4ð\1a\a{ù/\15®Ê8ñA\83Ûî8
+\86\85
+»ª?\15ÈG\8aÆ72è\80¡,\r(\8f\9e^~´\91¾P{\11©\92JÔÁ¾¯[\0\1e;4ÒGi\84+×¼vó[\b®\91ý±\846ãi}7,\83\84ÀCVù\0\8a\85\8eÔzáH=9R\awA\bÿXç\8b\17\9c\a®åׯî¦7~X\9f\1e$ÇÏ\99<-æÇRÇÓC\8dùÒ¡J4½\ eüªSTaéÄ)5\1eå\ 2\f\88\1f\19\8fÈ8\98TFòPå´à\17VO½jïÿOêóÛ½ãÂVw\185\a©rè\88Ü<\ 4&"z\89üÛ \92Nq\bmõ¡>Úk+<øÚ¨9ÜhEZ³]ÛðÕR/ï//[^d´^Zâ\11\ 2eóSÞ\14´\v\80\80Þå\7f´\r\85\9f·\8d1\ f1ÁÌ\18èNýå\9e\87\12èýõO¡\94\9b;tÛ6\96ßû`\12Ä'õa÷RYA3j|*Óî»°ì)üó\19^\ 6ÂëB\1eç\9c\8d\1fß°\ 4\9f\9e|Öú;B¡Àgè«wÏ\7fù\ fU¯@¤
 endstream
 endobj
 178 0 obj
 <<
 /F2 13 0 R
-/F4 26 0 R
 /F1 10 0 R
-/F5 30 0 R
 /F3 17 0 R
-/F8 61 0 R
+/F4 26 0 R
+/F5 30 0 R
 >>
 endobj
 176 0 obj
@@ -1359,23 +1358,26 @@ endobj
 181 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2738
+/Length 2668
 >>
 stream
-xÚ\95YI\93Û¸\15¾çWè\90ÊP\15\8b&\ 1p;ä0\9exR3Uɤâ®ÊÁv%°\88\968¦H\15\97v;¿>o\ 3I\89lOr\11±>\0oùÞ¢]\14FÑî´£Ï_vo\1e^ÿ¨vq\14\16ñîáq\17ç»X\87\85Ù=üù} £ýAå*O\827¶?ï\ fZëà\1fîÑu®9:ì\9a௶٫,\18m½ÿøðó.6a¡w\aS\849Qø~\7f0I\12\1cÛËÅ6%w*Ø\91\ 6O{\95\aígüu4ap\ 2¾i0\9c«\9e\97öîj;;8î9:ê©êÚæÂí\817\1emÓ´\ 3\1fT\92º£ô\86³c\9aýÙÕõwBÖ=»ã8TmCw>à¥\r|t\18ó»ï\ fÊ\83!\9c\9e\87+\93\95?L\ f\8bâ \1f?õC5\10åW0\14gþá=/8uíx\ 5\96füd\18ùR\rgnÁCåMg×»\9eö§ÁDÛö_\9b#N\9fáRíH\ 4#$\7fX½!¡\9bɱ:U\ 1PÆF¼Íy\99 ¯å\rø\10ä\17÷6¸Á«\87³\1dxIÕßì/Çk]\1dInØm\1fùKÂÀeß&þ\8a^\ 4ê\19ßÈäùè®x\füÁ\19È·³W<;KA ÆÓY\94\ 2\17}ÂöW¿Áñ"\7f2le®@£\ 3~{r­|Ï2÷´\aõ²õèúÕÉ~ÉD2\ 56\9e]W\rÄU\98yìÚ\vKg~\f\v§\1a\90\1e\90\16©§téD\aD\9dMa\92\14)\fp\13´*Ü\1f\92(\vÞ\8cU=\90ÌfÛ\12\82rÁÄ¿Ohe³ÔYùè°ù\12²\87$\85/æîµ\12m­«ÆÝQµußÞ  *\11A¡q\91\82\eÅ6m4R4Æ,4\v\a7íì\90e:øál\9b\132\1d\97]lé¸\85òA2lÖ0ð\9bôø\16\ 2\10w²`Å\9a\ 1\ 3á\8dÅ
-À6\ 1\ 6\8eÎ\80Á]\96Îÿ\80\ f?\ 1C\8dâçÃgÆAeÈhpð±­ë\16/þe\ 2C¥P}ST_lËî\7fã\19¯\7fÔ\v´NÒ0/v\11\9dõ\a\9e^\80y\12fJ&¿\93{ðá:øµýä¯Äú×µ5\1fæ¯Å\88\8a{\8eCõDz\83 d<¨ÂLé\1eíX\ fü\9c~\0â¶+\ 5\8f²,L\92\e\9do®#.\8dñÅ\1d7\98R¼d\f\ 6ËYw\ 1Ë\17vÄ*\0\81eµL­y¢"\13æ¹<ûué\9e^7c]¯y\13\87\89öÌ\ 1­Ks\1dü\ 2'v_ª\9e\1eª\17\17Ø4!¼\8a¿7½\19ô(47º%\80Ðßé\96\7f\0\ e\96®?vÕuh;YE6¨=fÁÀÑÖ`\7f'îx´\81\ 5V6\\10!ò ¬\90,Ù6\f\aíÎ\95U\a\1a\ eúÛ\87Ì\88\18½|T #Ø\1e\1e?ÌB\ 3 \ 3Èü¶ÙëxVrh\ f+&\8a»WyX°¿ÿçÙ¡\8d\18\86\10ø\»öÔÙ\vv\12v\13æ%D\ 2\ 3®\ 6\vO¨xiÀ4Q{\85v×Yÿ>è\12Ç\10\\86\ eø$[\91kL\96YIW7óÕ5\Z\eQ\80-àX)L\11Ʋ\1cÔÅdYð\80q
-IÞD*Ôù\8d\8bp,˪®úa)^0/{q\87ɽà\98\ 2 ®:ôü\9bj\0FsY\ 3@aÂÌ¿\ 2Iþé\89È­.\9f\85 a\7f{ÖV\9d\85\ 4+\ eòPñAjÌ\90\920\18®Ö;\86\80ÎÖ<ð\ 5»\16YõU\96\108£>Ú¦º\8e5\87m\93\15é\17á\1e\ 4ûKÃ$^p{h\8eI6\13b#Ø\8eÝzÀzñ\edxØ`tmØ\17¼è$\18\7f`ù±spù~á¸4úHàîà:^Ë\b\86\1eñÊÈ7\13\93\ 4xü±\1d\9b\12ï\9dE\81\1d\87ö\ 2\ fA\95üºé3/¶ûL&®r6\ 2üâ\19÷Z\9bæaæµÐ=_ÉðÛn­¬ÚÌò\1e\b\1fÀ"(|¬ê\92\82z\921n?º\1eâMTiè¼\9d\9c\98B\vº\17\83\19O\91,°±-T£Ð<ÜJ_\ f1XJ\91߯\v×Í\17äaî_*Qp¾\85öI\18%²¬tÇ\9aã\13Ð\91ÃóÚ\b\92\16þ0º\8dÏs°DtÄ)è6MN2÷Óþ\1a\8fcÃhÊ]R|ø~"~:Y\\96®¼\9d\9f\1cE\1c\17\97Z[ºÚ1Û\95Ä\8dÔb.«ÍÔ'äKb\84\140%\11LQ\8aÁ\11\87-\7f\16z¬TJáÙ7\ f"ëP\12­à\82;o\ 3*®Læ\11v¥Ø\8dûÂ\10¼¸\15v\85UÀ~\8a¬Mâ\83P\93LpÎÈg6\1f\8f iRðl×Ú\1eÙ9úÀ\84HÔ%atAJ¸I\84³\18rF>hß\fÕgGZ\ 4\9cëJg\8e\89æ\0\86;M\ f\80ßs\8f\91¼ð·\8b\16¡%tª¦\1a*\ 4UìlfC0\ 3\89â¹íeûÄÊ\9eé^ìâV^\a7Q\861u\ e\14T¡Y\ 3
-oÐ\85\80+\9e\1a© \ 6làQÛH\0¦
-ñS¼­s\97vræ\9e¦ç\19®\1d6P@\19\13\1a\ fOc\83é×Êüã0×KóGº\eæ¯Ã|\86ö\13'{hV\ 4M\11\1a3\e?\92óÆO\8f\85\f¼\1eÅ\9dkX\9cÜx\95\85ä5\9av%æ\8fݧÊÎñÝÊAC4\9aÜ]qõÖ,,\8aå[\91ØÆ[\ 1ÓÍÿ\ 1uéüZ
-#åµÞýG\19cÐäþ\1f|F»YgÁì\97¼\1eåÎÍ"¹î«Ëµ\96üz6\ 3XåW{¸ä\1eªkê÷N\90ITÇ\93?\8fShÐJ\býÅÉÙ®\12ï¹.vÌF
-@Ò9Ôïg \993\ e*u*µ\16l-@\10\17ؾ¯NÓS9\0K%¼N%@\97\8b\96<F¹7|ß9ÿ0 £1rÆÑ÷ï|\90\9e\ 6\7f§0Éû\91\8fÛµ\8d«=!\vT\1c\8040~\88P\18\98ýÝ\\8f×A²\ 5¬\91Ò\ 1^TEËD\16vµMý\95[\8c;ê¥B\ eRs\14asÖÉ\8cTSyGMYN¸,ñÝæ¸\z\90ÒÀZuµ\9e=ïáó:\8d\88C\93\15h´WalÂù \8eq\99\ 6\1a\1fðÆÜ\9c%\0\1d\13jn¼g]\86½ïü\1e©\99|Dé&\85g9L$Ñ\87½\f\ e\9c½PL^Oµ\11Q\15Ò<H\ 2\92t©ywº\83üòE\12\10\rz'Ò\19\95°Î ¸Î2ù\828\1213öÙ¸PØ\8f\97\84\r\94\97ãð¯c?x\92ì\1cÈ\91[\19\ 4;\80³Ý|è\96æÍö
-Ñ7F¯/ÈXò:¸£T\82á"ëjbÏ\13\94¦a²ð\f|kÈ·a\9c¹x\85w\86ä8\90Ý]e?Õ2²\81|)ä^\1eD\7fÿ¯ßÔ\1f¼\ϧ²Î lZ\1e\90\831\88#\19+\8có\b\18`\8câw\86Ç"       \93l)i\9f¸MYü\82wzÆí+h\ 4Ã\84á3i\8b\1dn@\98§+)'M\ 5\82\97êJ[ùz\82>çì\89¤ìÏ\95T'ß\ 1>°7ûv¾þã\1e2\ 1R7     â \91/\ 3\14°\94±ã*`Ëei\9d(Nî\8b\93C\84Rq\86Á]÷ÌÏÂ\19\ 6^hYþüÇaî\81\14\1cß\18Ïä\eSûlåì~<\1e\1d(±@Ï\1aø¿gèkÚæ D¡'Dãb&ª0Ð*©&-ÝG[Õcç&¸­d\1c\90å\ 2®\83Á\13C¹Q<Rw¨X$cåëax\bÜ\9c3@w\91¾§4²\1e ÍíJ)V\9bÈõE¼\a¾-ÕY³\98Ók\90¡$oÖp¥¾ÀñTÒn\1eà\92u<=\8f{ĸ^\88\8aCæò|\16M&\a¦1Ó!õö\aOy=.ß:a&Òú éþuÂ`¬\93\99)k D3Í3\ 1\14\9cÂ\ 4;^þE\14£Ûï@\b\92\84C¿½]ûh\a*CÄ\18|\9c\1aß\96\18\19\9bü§Ô\ 5\7fÑs\ 3Øv¼µê×\95 B\85©¯\93þme3ù\f\988A Ô}¢0_â)Èü¾Ø·Ì|\0dc\95¯ð-OCãÝã\1fW÷[Tq×·\8b§ ùö\í­\0Ë%d\ 5bBE\14ªdå¾\v\15\v\18©%|Ùç\14É\Ö\88<\84ã\96¹° \v}SXàí\P)y5©\13\fJþ$\a\rüíÜ0v\14X\17ìþ
-3\eqAÙì6\10Ä*\vù¿\81\9f¤pfW\88+\91\84\f)\94\8eÃí\1c¿u*ú£_zu'R¾å\92¹·$b\95®þ\ fÐ3³S¾\º¼\1c\8c¡ÁôÜôé±\1dɯ§R\ eÄ\8d\r\7f\11lÃT9v\1cëâðóÕBîÙÊ*^b\96\15àWlÌò_\9cñj\92N/Ùæ¯¯g\9eH\94\9d¯MZá\ 2\82/?ùíÃïþ\v\99\ e\ e\8d
+xÚ­\19É\8eÛÈõ\9e¯ÐÁ\18S\80Å&\8bU\\ e9Ä3v0A\8212=È¡m ÕbµÄ1E
+\Üî¿Ï[ªÈ\92Hy2\80O¬õÕÛ7n¢0\8a6\87\r}þ¾y{\7f÷^lâ(,âÍýÓ&Î7q\12\16rsÿÓC\90\9dÈE®\82·º?nwI\92\ 4ÿ6O¦3ÍÞàT\ 6ÿÒÍVdÁ¨ëí§û\7fܽW3¨\1cÁìd\11æ\ 4ì£H\ 5\9fñ\9f\13aª6\11\1dø²U*Ð]Õ\8eýv§¤
+Î]\8bï\a{Ó÷|3÷ \ 3þÂÞ¬Ê%à(\8cc»Ý¿\ 1xE\11T;\1e˪9 ø,\18\8emop\98\ 6í\13/=ê=RóùеcSòÞïícÏ£\8fAo\f\1füÕì\87ªmx\92\84"LøÈÃ?«~è?½A|6»\ 2\90H6;`hÌ\f\83a6\16\1f·ox4\1cí\12Ð/\ 3]\8f4\15\88\13\11\95øDÅ!\b\88©zõjIt\1cJÇM\v]#\19((ÿ\195=\93¬=\93g¡p`^}øðóO\8b\87v"JC\ 5Ò\8dóP¦tð?G\ 3ìH²4ÐøÉ\82¾:\9dkÃã}{:1&°ß\ 2*\1d¯\ fG}yéq¬ê¡²k­=Õ\1fM]óÒÓØXÆãFÕ[0-ï>\92º\18\9e\98¯f?\ e¦DFäyP\r¼\õ,\9bX\92z¢l\14+\11\97-@h?ãÐ\0¾"\8dq\ 3¾\ 2QÄOoκÓ\83á\19¿B\18Ñ\94\81T]Û\9cp\9c\a\ 3\ 3\ 1J\a>²o\9b\1e\95\84g¨yø%ñàà©­ë\16\81<\83¢\86Û\9d\14Qð[S£  ð\ 5äÞs\ 5\9a\8bd\80\11Ä>\11Mk)N\84\93¸\9c%Þó\86îìFÕ\0¬j0%«ÂS×\9e.tR2ëÃ\e¦\1d«ÿ×´\19\9e\8c\19Þë\9e\99åÕðô£P\19Ð\89ØË$8×#\1d\ 3t\89§/8\89\82\13»\84²ÂÓ{\8d\9c·ÐX¿ð|YVÞzo_ÙÓ\15¢\15V\1f'\98\99²êØ í\1dP(â®ÏÚÉ\80\9c2_3eÇ\14ÿi¶ È±ëXu\ 6\16ÑóV þ\7f&g\85\v\8caÛ½|Ïg\99ã\16\85ÎhkY0sl¶jpÒýçïð°3d\15Yg×Uú±&µ\84%\16 \8a'#ïyzÒÝd\8f\89ü\ 2l\98¯,Ú¶\ePi\14x\91º%\86Áæs5\1cyäâ\8a÷\94wÓ¸G\1dTäÎBøVæÖ©\9euß;£©\9a+\93Yu\ 1Äm\ e\1f8\9cÂ\aN\920\v%ß}x·¼üÉ\9a³\8b\1d\12ÂòÇí÷P\83N\9f­¾ïõx8:õ»²\8eKÛµ&Ö\19g:½\19x\8d\9cð|^\º\1d\19_x\eØ¶ÞÆ¿qá\1dÀËZ\93°\1eÁÚÜ\95UZ"P\12\87¦í\9cX&
\bë(À¸8ù@{\8b\82B\1a¦©\1fÔþ\ 6þ\17\88\98Â\17N0N¤s\9cÈI/¥\92¤ \12\94p8b\£s¨ÀÙµb\10·ñâ^7à·ù\90\ 6\9bLA;xF\98\893\ 4h\8a\91lE\ 3É\85oÜI§"?NtE Þñ±\1fª\81\0\ 3Çe<\85í\9e\ f`R\84\96\88+lc8\9a\85u\ 4\8dèé~\1aL°uÿÒPfu\ 4\9c(¿\93Q\84àw7H°Ï&©Ó5\8eÃKÆÛ\rúj¾\80\84XAß\8aÈÉ\14\91ñ\b¥\11óýr<×Õ\9eÄ\96Ø\b\9d¸\b\8dǾ\rüÍU\æÄÏ|Ý\9b3e Ò=\9c©Iy!-¹°@84éoæR·,\9d\13!e¹\ 2\ 3g\81\b®µß£Ý\9b2Ê~ñ²;âåV¾}Â\ eÙ'Iç:ɨ\ 6r£ÒI=%¤\15\18ÕÀ뾤Ha8PC6£¢,x;åx³iY\80\16Aåè³°\16i\19=6#aï\90¤\90b\9e\9e+«­uÕ\98+¨ºîÛÕ\ 4Êe\8d ¡à\90ȤÑõàGz\9a\85\8b«f¶Ë²$ø\11ÒÚ\ 32\1d\8f\9d4FQ\1c¡|\10\f[5,ü!<ÆÂú\87UYÌþb\99·½¶\8eÑËQiÊÒùc÷ðó\13¦\9fL½H</($Ù\f.Îéêä
+\85@íMQ{qloÿwYͨ4Ì\v\e\8c~X\84*\15f®¾{mñàÇ\13\1cJ¬~][óc\ e-ö§x\a\ 2í\17R\eôIÒ¹TØ)Í\93\1eë\81Éé\a\0®;\e\ 6â,\v\95º,\ eÎ#\1e\8d\13N\14\90b\9f10!\fü]s\ 2÷ì\88Å\94sáÖ\92'"\92aî*¼»Ò|¹kƺ^ò&\ e\98\ 3J\97æIð\8b+\f\90ÐÄC`Õ\82\10\15/\91\85\8a\ e¤!/|\96õ\aý\95jùIciú}W\9d!/í§jò²ÚÜ뺶I¬\17\7f%[¯\97hÎÉùUðö\93s[\88ÄØ¢\88
+d\ 4\9b\83PaÁ\r\v\14¸fȤ\92xÖr\18\ fËl\b\14\1eês\ 1å\8cò\8bXÉ>\ 4>ç®=t\9aò\14ÅqBÞrI`ÁTcJ9\1d< ê¥¶ÀAýµ°»NO       \96d\9e¡w\19\94½\8a|c°Òe¤wïå\8cz\ 2H'ÒªÀ\9açX¨L\11º~\bV\95P5ß\1f]-,#\11\85¾[ñh\96V\r\ 5«/`00}2»«\8eÅYW]ÿæ\86"\80Ù\9c\96\90aæ¨@\90\7fýBà\16Èg¡H'ìY_\93,\8cRÏ[q\8b
+5\1fûFÄ\8f\92|p\825;û\80N×¼ð\8cS\8d\9cz±GÈ9£Bê¦:\8f5gm\93\19%7Ý=Èõ\97\86\b{h\8f*\9b\ 1±\15¬ç==øz\e7ÈòpÀîµáXp3H°\ 3\92\90sÁGó\aÓÐ\93\19°í\82\85aÈÁ~W\1a ß ãF\ 1ðú\13¶¿\10ï\fʲqhO@\bjäËjr\83\ 5\1aÙ¸ÈÙ\ 6ð\8bo\+m\9a\87\99SB¯\ 4[\88;\91³¸\ar\10`\10\94>VuI-É\8bÞ é©O\92\aï¦àM7¦Ô\82ðboÆ[ÜmÉå\r¡J\81Öa\16êº\8bÁP\8aü2_8¯R\90\87¹£ÔfÁù\9a»WaäʱÒìk[\95$ÁîëÒ\ 6T\18g^@\8c.óó\1c\f\11#q
+ºM\9b\93ÌݶCÃ+¯qJ\8a\ fß©yF\87ËÒ\94\97ûS¤\88ã"\8c\12\9f      ¥©\r³]ؼ\91FÌe±Zù\84\8c\18\17G½î¤\10ì\eqYóÇÓc!RîÌ}ë!n¿Ùt\ 5\ f\\85\ePq!³¹ä¿RìÆ<³\aö{¦R:V\ 1û¹¶U.      \95jò涨]%\9e
\14BÛ¹Ö{\8e\8e.3!\10uI.º %\\ 5ÂU\8cô[x«éá\1cI\v¯\8f\ 6\939ÏÅ®ÚÜ\9f¥\89kPâ\8c\1dyá°\8bü"=\82ç«¡Ò5OV«!ªå\9f¹Õ\8e\87.\9b\91\ 58\ f\ f\83k\99ù\89\9c)\88\82»/¢p\ 6]Xç\8a¯F"°MÓ\82"/g`¢°a\8a¯uæÔN±ÜÁt<óÃ\8a\17\10Rb\7f\80-ql°üZ\98\7f\1cæ\89\bwÅü\930\9fÝaÛÙ\18»k\16\0e\11J9\e?\82sÆOÄÆÜ/%\1dHà°º\88*\9eä\93\8bö(þ\ e¨ô\9cà-\7f8ÈP]¡¸ 5\v\8b§\15\81­Ð
+>]þ    W\97ÎÔzM×ÞEÿ(c\1fä¢ÿ½+hW»,Xür\83\ fKçÆ«­ç¿\14©ÿ\97B\ 5î´ÿÇA\91¶¦î®÷»\ 1 \8e\a÷\1eWР\94\90úÛ\18§»Ê\ 6ÏeÌ\9fm\14\7fy\19Tï¯6eÎ8¥LR×Î\84\91ç\ 3ñ\80îûê0\91ÊéWjÓëÔ&è\16Ñ\92׸c\99úMHü\87%yõáW\97¤§Á\aÊ\92\\18ù´ÞÚ°}I\11\a \fL\1f"\14\ 6\99;V\7f\17èñ9(¶\805¶s\80\88\8aȯcáVÛÔ/<b·#nõq\10\9a¡ü\9a«Nf¤\98º;bªræ\12תM<Õ¸Üy°\9d\81¥æ&É\1cxw\9f¿ùÓí5ÃhÏ\96±\8aëA\ã.\r\f\\e\18\86³\ 4`"ñ\1f"\ e\1eX\97\15\89í\1dÛ2¡V°*\1cËaCEü\1fQ\91\83n\s£\9eZ#VUHó \ 4P©/º+ÝA~¹\1e      \88\ 6\83\13é\8cP¬3(®£Ý¼!\ e\8cC6\1eô:çp\81êr\þ}ì\a\a\92c\ 3Åqm\17Á\ eàm3?º\16\11f{\85ä\e\93W\96ñ»û¿ü\ f\f\97,\r
 endstream
 endobj
 182 0 obj
 <<
 /F2 13 0 R
+/F5 30 0 R
+/F8 61 0 R
 /F3 17 0 R
 /F1 10 0 R
 /F4 26 0 R
@@ -1390,26 +1392,29 @@ endobj
 185 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2915
+/Length 2863
 >>
 stream
-xÚ­\19ÙrÛÈñ=_Á\87T\ 5¬\12±ÀÌàÊ\9bí¬wµµñ:\11]y\90\µ#r("&\ 1\16\ eËÊ×§¯\ 1@\11²\92J\9eÐ\98£§§ïîYDa\14-\1e\16ôùiñvýÃ{µ\88£°\88\17ëÝ"Î\17±\ e\v³Xÿå6x··§Î5Ë\95Ö*Ð\7f\8cI\82·¶-78¤\83\9b½;\1c\18|¿ÌUàl×7®]®\94I\v\13èxùyýË"6a¡\17+S\849a]ï\1d`R&pßÊ\8e¡¶\83\9d-Ã¥|ûÖm\11ÒÁýR¥Á\13Ã\1doÖHÆ\9e\17nêj[ve]Ù\83\1f8\1e\15<wAëäÀ\e·Áuü£C\15\9aPñÏí»ºZ\11µ+$×ÀG\871sa\82<)\ 2XØvM¿éÚÏW0RÄÁÉ>8\9e\8b£»%@i\14Àñ<ÔÖG\99¬w<Å7\80\81CÙv\fm\ 6\9c¼Ä\93\fS#Éð\83$k^rû+ìF\12\90f\10\14'D1S\84B+î\96áT\bqâeû\ 6%gLÄt\19O\17\0ÂY\80îûòÐ\95\15\8b q Ý\8ag¬|E\84\0\r"\9c ü\97kj\86Êñ\90'Yßo6\8e$l<»à\fËÿ\15H\836ÏKÄ\9f¥Ó<@Þè´\bv¶<\80ò\81Lt\96\ 1Ûy\96ÏÃù£]ª,xâá{PÑ,p<Ã\8aÆÃã\12b\a\ 2\85ë\89X\9ca\ 1âÐ(Àp¹JLÁÜÅ\99\81\85srò\1cEIYúz£@\93\1an      0r\14g\15ÿv5\7fK mc;Ç\93eµ©\9b\ 6\14\86\16Ô\80¤ÿÃû\18­:*ÐÂWL\85JCU\10\15:ÌÂ\14ÈNUpS>À5[Þ3õ
-,\ 1U\10\ eØó\8f½Cz£L´EG9\19.\8e\94\15²\11ü\86\ 5Õý\8a0I%\8eq\86V2oa©½o]µq<JwÄÁÊ\8b\ 1~ºÆ\9eZÚ®\ 2b\f\1eôPÕèf\88J=R©£4Ì\8bED\14Þ\ÿ´þñï\7f½¸\8aѡѲæ\8eõ\ 4\8fÙÛ\8e¡ß/ÐÂ\8e\8e/%\b\96\94ÒDyXäS­\8c.ÎJÂÌ\1fõ'T\a\15lkÖ¼\96\7f«ºc\80ð\ 2¤Y\ f`ä9\17sV×8hÑéÞ-¯Fe|Np\\80\a\1fÙpýa}A\99ÎCO\19\89\rðnlÿ°GOÛñ¿¨¹
\0\1d\9cü\bË\0\12\96\11ä.iÈâ0Jä\88G\v¢{NÂ\19\aÙ\1eÄX\80E)«\93\82\e\ e\8chúSWÞ\1f\1cº4pÚJ\94\10ײ\12âjP\7f'JGûA\9d.hS*\ e
-\83L¨=ùÀj\95Ǥ~xÄ}ãì\97\96\ f®ûN\80\1dO\ eÊ\8bG»onÓÃ\85\1e\80Â\87¥§\96}òJ%à\8e\8b)\a®Qú\ 6\88&u0)H¥u¤ÿ\89wÌ8ý\92\ 5ÄÊ\84\10Á\87\9býíÓõåÕ\f8\0¿\ 69\99\9bàzÇxÿYß˱5s½©\85\ eÒ\12ü
-\81îN%)»\1aø\93\80\85\vÆ\9c\ 1Æ3\1e»ý\85ñf\18==^\89]«8\85(\9cN\rÉ\87/\1dd\ 5+:87¹<:½\97.\1fÇ¡\99\9aÿúúÃw/\7fu\81"\rÓt\8aà·O¯  \82ælPea\9eMPݬ?¾"\bÑ\888Ôj\1a§?@(\1cìB\e=Énð\ f\82\91q\1a5$JÚÄ\83²h°_d9Û\ 4ϵäæý,Zwãѹ\8e\ 1\8a0F\89«\86\81¯ËÄ\80Zöäº\fúò½kJ<úy\8c\16[\16;0à÷9µ\0\ fÞrÂ\88ன\8f\f\95\94ö\0\8d\0µLóH\f\1c§H1\11\15)f*\8a\89\ 3¥l&WJèd\8b×PÌÒ4¸³ö©Ú ò}SW5e*\84N\98y\1e\9e\99õ¬h\97aF\87:}Õ½¦±,\99Õ\8e8Ìõkf
-\1ehðÑ(û\ 2ò¤-§"üG2*(©jQJÅT*4ã\85\8bü\8c\13°¾Au`²é=V\19°"J >6çyJÛ\1f(>*\89ÒÊs\ e\7f@múû¶+»^h\83\1dÁ\12î!Ê¡èÜ\13f_iPÛf»zp\15D8¦\17ð°ÿ!ìSÿ\13y\95\9d\89ùy\1efùÿdô\10Kò0O§\17þ?\18\7fþß\e?\84í\98M_\8f\85\12Y¥ÔY`\8f\98\1e\8a­\ eÙ*\foÝβ\88`¢?Q\92Q\8bà\90x\929\12\1f|g¢"@C\9e\ 3Tÿüéãw£"\86\8eL\ 5\8e\ 5\rH\918\88\19(\14­\9c?\9fÉ\18ï\rØï¥\97¹1¤\86TÃ¥Él\86\91\14\18;¿On1æzh,\88\8a"«ISÔµ\96\1c-¡¢(\8dãuÃ\vÛ®>\9d(`»-Ü5\a\9fw3\19âE\88\84·Yd\ 2í\13\1f\15\90gO\18üî·\19Ïa\12dÀ@2§\9aJ\85ñY\9aશ'¦S=i%cóÅN4Í\82ü¢\99\14\rì\é×\ 5\9e\8e\ 2OT\12¬±ÒGÏ\ 3\ 5é©q|J\85bíÆ³\bðj\v¤±·§A\90*ñúE²À\fÒ×\ 4\v\94\91`&I¹       \933K&\1f\99äXXê$Ã\10Ó\95\9bþ`\e\1e\ 6ù]qÞMÅ\ 5\8c´ûº?l\19\1eËDøiܱ\96@ÊòG|r¯Ä×4I&*AC\16²U\ 6\1fËnÏÓsWÖz¢ËÛ²­\1f«Ù+{Å\18ó\81Äç^t}\9dÁ¢³Jyh\1fh\b\81Y¨¸Ö\94|\f\86Þ\9dùY\r9¦Ô«\9f¯xéØJÈ©¹\81\9bê\86¿GÛ|!éoù\9f«ÒXª\1a\0¼\1a\82Ó\9f¹ó¤@xIÌYXø$ªoQk.l*\ f\93ø\82\89"\v\13=U\84Õþ²ª\85|1=sÁP\eæÓä\8bòâd^O5x,¿{ß\9fê\8a\8b\120\19=¦·\a@X\9fD,     \ 6é\96\81{v-NÆ9\17\ 3\80\94çÂLL6 \ 5l\97¼S¡IÆ:\97ÒsÀ5*\ 4üPû\v\81\16\933\ 5\9caßn6;×sÙ¹xm
-\8d3)º\1aKâï\b½\988mÂäÛ\8cb\pâ#w ´TÌZÏõ\1dXs\ fõC)k¼\b¤Ñâ\v±X'\98E<\93¼\ 1ÅõmÆLú\92\88\98mÉe\1d\ eì(b\0`ù3dF¸\8bÂ\ e\ f\9e\ e®s²ÒO\9f\97«\ 6ܫ堠    \9f¢\9f\1dð¸/7hMûÉÒ\94Z$/$á¬Z¹ò\9e\8cX\ 6¿ Z(¸Â\88Û\82ê\96°Ðä#÷"rß\9e\80IÑL\1eåª\96\8c\1e¦zÎÇKÚâ\9d\7f\ fù\87nOí±¼ðí#\98\11ÅÉ)\91\9f\1fÑÝ\ eì\8e\ 6÷\89øË\99}:É죩\14¢<øZZ^;gÈJ\15a\16\7f¯U\ 1ù\9c~æ{¯X\ 4\ÙD,H±i#½,¢\8d\7f\ai
-ýRëea\94MÅÅòÍ\ 2â\88¦\98\ 5Ź\97\8cñâ4çâ4â)\0ð¢3ØÍ¡\9a 7/\ 4Ù"L³Wî\1c\15\17ñ&\97Ê\10Ð\ eÍK\80ËãÑmKÈã\ fO\9e\90Î_B\96\b÷Vi\98\9d\ 5éi§ó¡qVÞ\1c\90toܱÊ%á>?\v\16Ù\9d¬×g\fÔòX@\0³\10w·ÞúY\89Çþ(d:\ 6
-\bÞ]eÒ\1eÍ¥9*¾#K\82\9bM\ 3\19õ|\9fTOû¤oä\15@ê^\ 4i+ÃäR\12îzc¾à¾É\ 4\94®ÙÁ\r\8f\ 3da¶\94\1c\95\92\14Á\97\ f\15,¦¨CO\8c\ eê=+\fç?Ï\11ûÓå¡\ 5\17µ/4Ü%¥S´¿i%ßÄ.ý\10È`Ò6\ fýÑg¿´B\9ct\1a\8bs&OW\7f\19ò?´þ«³®:`u ;$ÐT\8d\aÿ>\93@D£Ù®6³Ñ=\99v_\91àæ%lè\ 3|`Zµÿ        ²éÍÅw¡Â£\16MU»?\9d\ e%¿d%/¼E%A\1aÆ\fÜ^WC\8e)|ÂÅÈ'zn2\99\7fnÂ]\9aâ/\ eú0\95\80YÚ­\ f%\1ce\ 6e\97á\17z\1eL¯$´Æ'´Æë\fõ I \15\ fKü¤'°õ\9eû\83Epä\1eçVör¹  _.I±Ög¦ÁØ\86,]öYþ JÍÇq¸$iýp¢\9c0)"\9fßePV\ 5!§u¶a\83 Æp\9es Á)º)\ 2Þ:\10¦6ôtrÓ7Ô\9e¢\ 69îß\96øÖR7OKpsØ#.2f9®ö½^j\14Ï¡ó»K7®¸PñÌ\84¹oTÿñã\9bõÏ\97ÙR<¶?ð\91\r       Ã°-åP\8a\15çÄ\90wuOvÆÎ±qãã \99f?>>\ f\9cÚE-C\96\ 3¶Ï¥`\84\9d\1a¥\14òL\93SþÚ\9e%\ 50$Õó¦´²\13
-2{tèÀ/-\12Ja\9f`_¾­\14c\7f\95"RV\8c¹Le\8fr éß\94\ 2¯Ìl®q\81\ 5Æ´ë`Ù÷\18­$ø0ä\18\bQ\80\9fN\11\1a\93Ì?gNfùÞu;>%Sm%woù\9f[\bZq<§ýõ3<P\84B\1cXÍ·+}B:øaPUjq\80\99Ð\ 3¬âÇ5yL÷=\v\18}\10;«Àº2\98¸\96ÕU-»¶Ó\17öìÌÓ·~Hpy\8fG¼ð½_\18\7fÎ\82Y\93\9d²\84rûFÞ6Aù\ÇÚúãú\ fÿ\ 6zn\87õ
+xÚ­\19Ërã¸ñ\9e¯Ð!UKU,,     \80¯Üv&3\eomf7±¦r\18o%´\ 4[ÌH¤\8a\8fñ8_\9f~\81¤Lz\©ä"\ 2\r Ñèw·V¡
+ÃÕÃ\8a>?®Þl¿\7f¯WQ¨òhµ½_EÙ*2*·«í\9f>\ 5o\ fŹsÍzc\8c\ eÌ\1f×\ekãàMÑ\96;\ 4\99àæà\8eG\1e¾_g:pE×7®]o´Mr\e\98hýÛö§UdUnV\e\9b«\8c°þýà*8¤3DuÀQ\1a\94ÕZ'Á\975\0ëÏø\8bXp¡¨øë¾\ 2!Uqä\83»út*ªý\15Îò ;8Þôe\1dÛ hÊâî(\90\7f"\ 5ß¿7ã\ 3u\92+xdH¤üþ\1f¼>e@¤l,Ëß    q-ßÚº\8e\ 1\0¹8\vî{â\ 3,\9d\8bîÀ°ª89zÿFç±\8aÓÕ\ 6\18\e1cë{æ\1a#0Ö?\88¡Ãà\´­Ûó\ eº\93\8e\14\1d\8f&g,2\90\80e×òÀ1G˦®N8\ 6j\15?6B  \879>\16\ 2ú2\9a\ 2]F¥*^oâD\aï¾\96xO\1a\a7\1d\88µ\9d3\8aŪA¬,WR\81\1aµÅ¦ò2\vLC\1dù\ e\89²ypî\9b3hG\1aÔ­kQz±\ e
+^\1a_\ 3\87\1e\ f b°íÀS÷\95\9f\85+e'À\82?ÿvMÍ\18\1cS\8cw2Å4>\14rwÛïvÎíÝ^±T\90~ËB\89\89þ\1fPnaPÕÕF\90ÂL\90\88\14 eµ/wEçdz_\94GP|\85\ 6\12\ 6ÛC)ðÖ¹SY=\1c\9fxº«û
+_\ 5\9a¼)Y$}Ù\95_\10\86Ü\8a\80ò\1dJíàN2÷\98\ 3ÄY\13ù,¹Q£\80ß\r\9eIC>\ 3ߺ"@\14\ 5Çãfïnu\9cV\84\11\9e\0\e\81\8e'\ 6\90\8eÁ\ 1ÿ<\9e\11ãZAÊ"\ 2hÁsor`\1a#\1eRo\7f1_ Ç\97n\18\91Ô¬f«Íø:\16\8d0\18ø\eÙà\ 48\0åÞµÀð$KÅ¡àR\81\9fxÔ%\84\ 1·A\b,,\9c×\97\8b\ e½
+BÚò¡òãÇ\ 3¨(\ fIfý \7fïàæ$@\8f\88GK1
+;\1a\85ɵJ´¸\8f\ f3\9bÉF×sÅÈÉ\ 5Ò\9bm\18\82\83\9c<\1adÞ>s\13À¨8(\8e½c\97\1célæß²DÙTîøÃ\8c¾X¥/S\17\19Y*.ï5Þ
+`ÄV &\94\87JÇ@r¢RC\a¯Qð9ñÖä\13\8cÔ\12¾UÝñê=\98\ 3ºp\ez\17\8eGÈìË#\1d\ 2\ fذ°E\ 1áø®\81(C\1a\f»I\9d\0辺]OÚ\84\17uüm\1cD£ªå\9d\ 5Ã\ 6#\861hé²#\88tJ¦lù=\86ßséq\r¿\aÖè\19\fºë»Ë5~+1\10     Ä¸tõL¤Lå\94¹\97("\9d¨!\8cÚ\19³\13&.\99\12\a04\98\96\87wÄ@·+zThÜYû\83\15\7f\90Û\86¥}ß\80Ã\12ð×sQµe-»x\v\12¼/\e·ë`á\8a\8d\99ßB'\88÷Éð\92\96òÄ\a\12e#ñíP\b\17Ðù¾ðä-Þdµ¿   G\9eg8.åËÞÒj\90\bº¸'\1ew|ØHÚ\81\ew5ø!|    \99½\1eâ°à¹E\ fÎÃ\e~1O\8cÒÊ*Í\93Oo!`¼ðÒ    ò8\ f`cÛ5ý®k\7fCµÏ#\bð\ f\8e×¢ðv\r£D<,\82Úú$\8b(0\â\17\0àX¶\1d\8fv\ 3NÞâI\86¥\91d\98 É\86·|ú\19N#        Kq\84)Bç\92ß®Õ4\7fC)ð\9e\1f0ÙÁHGtYO\17\f\84³0ºëËcW¢õY\93\ fJ\8e+\85|E\840\1aD8AÉ\11\18GåxÉ\93ìçHîÑíù\8e\82çCø~.\11¦}0±$\vX³s\1f]H\9bS\f°´Ê÷áú©@§ôÄà;Ê_\1c¯HX&ð¸Eì!»T/Ü/ö\99\89\0\114
+\10|N\fy
+q\17W\ 6\16\895kt\e\9aíØØ\99\97æq->L\8bã\91<r\12\81)}ÜÕ\rZ5/ö-¨Á<]Ü,å\8b       ç\8b7\14<\97ÓD;M\13\ fS\9fþ\87\92æ\84\\ 6P~Tì|^\84R\89"ÎoCÏ[ØZܵ®Ú9\86Ò\e\16D\f\9aâLIf¤9&àE\ fU\8d\15Êó¨iÂDe¹\84¿\9bë\1f·ïþö\97ÙS¬QÖ\87È[Ö\13¼\86\13òp©Ø\80\13C¼ý\\82`%Òg*ϦZ\19Îî\8aÑå\8dU\b0x_³æµ<åÐ\ 2\ 3ÂKN\97ý¹\9eq1cu\8d8\17¿]_\8dÊø\9cà(\87âodÃõ\87í\8c2\93)O\19\89\rðBly8 §íx.j®!ù®öG'\13a\19\8c\84e4rs\1aÒH\85¾\ 4{,@tÏI¸à Û\83\18\væg¬NPç\8d\8chúsWBðE\97\ 6N[\8b\12â^VBÜ\rêïDéè<¦®³êQG*±¯0È*\13\8fY\9eÎ"R?¼â\ e"Þç\96/®ûN\ 6÷¼8(/^Í        \ 3Åb\;r\1aT\9f}ê¥ãXåù\94\ 3×\15W^\ 5©\83M@*¾Èò\8e\19\97\80HÛ19\85\97ýõãõüi\16\1c\80ß\83\9cÌ$E\ 2¼ÿªïäÚ\9a¹ÞÔB\ai        ~\85@,B\12v50\93\80\85\eÆv\ 3ÀS\86\89ñ¦\18==^\89]\10\92 
+'KáË\ 4\8a\7f<:½\97\1e\8fUÿÔü·×\1f¾ùø«\19\8aD%É\14Á/\1f_A0\94ú3\1dKU\96NPÝl\7f}E\10¢\11\912z\1a§?@(\1cìÂX3Énp\ 6A¢áLÚê!Q26\1a\94Å\80ý®©­"\11\ fÖ|\8dÄ«hÝ\8dGGÝ\11+\11Æjß\ 20RÞAÕÒ2\8e²\82bµÄ«\97\8f¥6\92ÜÒ\82\ao¹×\84Ãû¦>ñ\88Ú\ 288\17\8dcõ \9a0\1cjBÍ\8a\89¨H1\13QL\ 4\94r\98\)¡\93#^C1K3àÎÚ§\8aë\92¦®jÊT\b\9d0s)<³¢ÍÃ\8cQ&yÕ½&\91¯Ã\96´#R\99yÍLÁ\ 3\r>\1ae\9fC\9e´çT\84g\8QREUA>\95
+­xá"?¡Ö};ª\ e,6½Ç*\80BD    ÔGö2Oiû#ÅG-QZO*\95\10Ô¦¿k»²ë\856X\16ÞÑXÂ=D9\14\9d\ 2¼.\9aýæÁU\10á\98^ÀÃþ\87°OýOèUv!æg\99J³ÿÉè!\96d*K¦\ fþ?\18\7föß\e?\84íhV(\91UJ\8b\16ìqè¢\991[\ 5ðÞÝ\17,"Xè¥='\ e\83BâYÖH|ð]\88\8a0\1aò\1c úÏ\1f\7fýfTÄÐ\91êà\8d»gA[î0@´CÎØ\983\19k^Èd¬÷\ 6ì÷\92ç5\fè\9cã\1a.\89\173\8c8ÇØùmró1×CcAT\14Ym\92 ®µTÁeh   \15Ei\84c\89\8c\eÛ®>\9f¹ìÞÃ[3ðy7\13\10oB$|¬ Î\16\9e\13\1f¶ \15éØV\ 2\8aßþ²à9l\8c:8\90Ì©¦Ö*ºH\13\ÕR'ÍP=YHÆæ\8b\9dp\9a\ 5ùM\v)\1aع6¯\v<\19\ 5\1eë8ØR\87\183\92<87\8eoáFèx\17\r¼Ú\ 2iìí     \bR\95îÄ\vd\81\19$¯     \16(÷Æ#ÁL\92r«â\vK&\1f\19s£9ÆÎ~Ó\95»þX4\f\ 6ù]qÞMÅE\8c­îº§ÆU<-\13aÒ¸S-\81\94å\8føä]±¯iâTT\82\17F<t¼ãtñÉÆLty_¶õcµød¯\18c>\10ûÜ\8b\9eoRØtá¹\87ö\81\81\10\98*͵¦äc\0z{ág\rä\98R¯þvÅ[ÇVB¦±¹\81\87¨\89\ 4ßSÑ|&éïyÎUiä\efÑ \86àô\17Þ<)\10^\12sªr\9fDõ-jÍ̦2\15G3Æ\ 1'òTÅfêO6\87Å\7f\89\92\v\17\fµa6M¾(/\8e\97õÔ\80Çò§\ fý¹®¨r\9f\95\80ñè1½=\0Âú,b\89Cùs\ 3\ 6Òäs\ 2ç\\f\ 6¤<33\19\1aÄ ±çùÅF\8f\7f\81ùô\1cp\8d
+\ 1\13j\7fáà\93d\8bñ\85\ 2°gNs\95-gç&_ÈÎÅkSh\HÑõX\12\7fCèùÄi\13&ÿ\ f¥\18\97ÁÞ¾«|\ 4öÍ\90\815÷X?ø\7fÖ¼\b¤Ñâ\v±ÈÄ\98E<\93¼\ 5ÅõmÆTú\92\89ü\1fRrY\87\80{\8a\18ô/\f}Æ?.ä_F\ 1\9e\8f®s²Ó/_\96«VÇ\8c$\1dÿÆ\98^Àÿ¨%Áa²5¡\16É\vI8«V¦½'#\96Á\14\8aûçì¶ º%,´øÈ½\88Ì·'`Q4\93¡Ò§ßóRÏùxIG¼óϦù!OèõÔ\1eËrß>\82\15Q\9c,\92?bfIø#ºÛ\81Ýa*Üà>\11\7f9³O&\99}8\95B\98\ 5\82÷.\19²Ö¹J£oµ* \9f3Ï|ï\15\8b\80+\9b\90\ 5)6m¥\97E´ñt\90¦Ð\8f\ f}·ýÝ\7f\0öÔD«
 endstream
 endobj
 186 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
 /F3 17 0 R
+/F1 10 0 R
+/F4 26 0 R
 >>
 endobj
 184 0 obj
@@ -1421,22 +1426,31 @@ endobj
 189 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1627
+/Length 2405
 >>
 stream
-xÚ\8dWY\8fÛF\f~ï¯pÑ\ 2\91\81õ¬4\87,=fѦ\a\90"h\ô!\e cy¼\16¢ÃÕ\91Íö×\97\1crdù(\9a'q8\aï\8fÔ"\16q¼xZøÏO\8b\87Íý\e¹Hb\91'\8bÍ~\91d\8bD\89\/6?|\88\94\®d&3\13=Øþ°\)¥¢ßÝÞu®)\1c.uôÖ6K¹\8eF[-?n~]$Zäj±Ò¹Èü\v¯\97+\r\97ú\83«*&\8b®<\ eH먶x÷\ 5\172Ú¢¬ÈÑ©Úî\1c\9dq_\1\ ev[ñÎvº¢¢±/\9b'"\87\83C\ 5îߨ\93-2MD\9a.b¯Iq¨Û\1d\1d\99\99«\94P&\9chëÚ6;~¯åïØ5Dµ\r\92\16+\15ç"7\8b\15ø+!\7f\91®¨¨\ 1{ÊA,WY\1cG\7f\1e\C<r#R\8fÒ¬\9b]\8f\8b$êÇb)ÓÈoÅ\91=\9d¨ø­çC\19ÈÞÙ®@\1f\1cÈv¸~Ëv\15gB\ 5Û¿\7f÷zóó-ÛM8±o;z\8b\85³/î`\95ɨ\1cØb\9d\88\\92ÅÆßë\8f>\84ÏMOÙaéÓ\8f[\ e¹b_ª)\94\8e\98Þ;Zëè\97\86v[0££½g|³ívý\1d­é"Ú{\15â\f\12m\95¤"Qd\aø©±5û#?\1d4\890\8a\8dµÝÓX»fè¯\\ 2á\12\83\14Ò\92\rs\7f\8fåç¥Ñ\91\ 5\ 1KHÔ\ 1ùò¶¯QqësÀHýßÊ\82\16IúÿÊ&\10ã<=Óv\7f%>Ç\88Å7\9c3{        ÊuÊ\15o°4\91Ű@RÎë\ fù!®°E¥ìÃ(£Í\81n¦óàÃùÎ\95M9\94¶*ÿq| \1czWí1¶\10æ¾%æp°C \1c\8b\86\12H]ÁÉgr!³yî¡<\råeù\vÆÓ\1a?IÔ¸gZ\að\ 1ò`wD0ØøºÄ«\1eÄ>c\ÛOH:8§ò\9c``:0¸îع\81·PM\14DnÀRIÒè¹\1c\ eÄæý\18<X¸ãP¶,\8b\f%\8a\90\ 4\908\99ÃH\ 5BAZañ\12\18'S@\9f=~u(Læv®v5B\aÚ\ 3\ eëPo<\16PR¦\92\14AæÑv\8eì Û\8f\0&\8eÈéÌÎ\919^]\16|\85-Z\8auÎùrÀt¾L(iÄ:\v    Å\ f½\87HN¯j\910¤¤\990gaýðÐ\ 2æ2J¼\ f(¢£\87±¬ Àú\8f\f
-GûÄ\87\94z\Ò\190\90X\10%[6>\8aÔ3Rô\86\ 3\1fa\10­vbê\z^KoÛÞG:Ƽ\80\8cèz\8a\86Êr\1f\r\95\1f\85ÎÔ\96ò\86ö\a*\86Ü'#~ÀõüX¸Jz ãH¹ØY\ f\1f\9e׿ô\83«_ñ\eScÂ\ 5\ 3\r8Òû/¨=%OíÈ0Û\94}\rµit\12ý\822ÓPY@`oé¼y°¨Ê\86Ù-\9fC¥S3µjdqÁ<\95Þ\ 5iHô³W\aß
-|\11Ñ\ 3¬Ig\v¨\9c\9ex\7fÝH'%dÀæï¾½J¦$\11:ôèW\18üµ>É\84
-\80@ï sP:\19-Ò³tò6é\98o\0Áæ\ 2Õ\1f}\9d¹¢D\7fxt\ 2®\a>}QòÔ\99\93\1d»ö©³èi\rå³9`ª\8d¾qÁæ\8bod#Ý-ÂË=G¼(÷/ÄÁ¹àîÚ1\999Í/öùÓµgÖ"Yó¾\97\98\96\1e\aª;ò\87\8e¥ÈÔ\99?¸Çömí®\1aï\r\9b¡§7\FÏ]\19º7W\91\ 6ÿû4R\84Pg[Sú\03\f3,Äï3â\ 3§²ÍÓ\bå|U\89Ô17\1eIõ:ôB¯#\82¾N   5'!\9e¹2\ 1w\v¨Ü\12\15Å\13¨(2--q\86¬ørë\81ÏV×âèʾ­\0\9c1ËiøÒæ4\ eÎ*Ñ\ 4à»p&\80±ï¿@Ñ<©\ 2ô"1+J5\15%ûu~îT\96Á¯¾(â\99vS\vKåÔ
-Th\ 5xo¦Æ×<\7fÞ¥\f\8f\8c^ZF\15ï¥\81;&¨Õ¡Hu\1a\92D3Â\84p!q\16R,¢,    ?\e\1aAÆ£?P\ª\1d\14`\1d\9eð\18\8bopcñ\ 2Â7\\b¨
-<BÕ\9eÂuÙt)\e¥É¢]Kߦe\ 6\ e3\ 4é\92y`@\rS\fµ\ 6¯x\92E¿µ\83\vÛá5ª3¤Ú
-aÊ\93ç\1d\ 5\9c\1dv¨£ U\95õL\18K¿H©[qáÐB«ãÂÕ\17\89<\1f[y^¯í\97²öÿq5íS1kÿ\axj\96\ 1ÉÅü_ïÔ19n&ä\10\86\a&æv?à\9c\85üS\17¡µo"\97°\97h-Ö)ÙÅ-Áëp¿-\9bûí­qc\1d\v½æ\90â\8dG\98    û±¦À\e\15\90\ 6¨ ¢Æ¹åL'RQ\83\8bûÁV\95ÏgãÁʧ\8bT1bí,an42\11\876\86º^OE\12       nd\8fË;\1c\85\9fÂ\87WsJ#å\9a~ì\\1fØ\94LA}äQe 5ý7ãbìý\ 4\88\97\82)\93\9e&WiÂ@hôir\95\80\1e\8e\92²ák{:B)¨£I1ú\87Û±WÌ\ 5æ\8d¾\15\98\1a\8b¦\19\9cÒæÇÍ7ÿ\ 2î\ 5
+xÚ\8dXY\8fÛÈ\11~ϯP\90\0K\ 1+\9ad7¯Ç5\92M\1c`\83Åz\16\r\84\92Z\12a\1e
+\8fÌL~}ê$)QcøE*VwWW×ùuo\ 2?\b\rýýmóþéÝÏÑ&\fü<Ü<\9d6a¶ \8d\9fÛÍÓ_>y&Úî¢,Êbï}Ñ_¶;c\8c÷\9b;¹Î5\a\87\9fÖû¥h¶Qê\8dEµýòô\8fÍ\ e¤\86\9b\9dÍý\8c$<_Ê\ 3\8eãâÌx\ 5þYoè\8a+S\97¢gb\ f\9es\r\7fön`⹬*¦\ eÅØ;Y\7fq¸Û»\9fÍBñ<÷\93t\13ð¶E9ð\8cÅÑ¢Ô\ fr\99°\1fËj(\eÖjhYlç\86±\13\ 5ʺvDz\18\õª\8a\fz\b\99â^x\93Í.\8a\12?M6;°\È\96ë\87b\18{¶Ø¹s §c{\r\17Z\ eì0Ê~dêv/\98T\9cd¾¹1 |âÉ\99`\13âê\9e\17¹\17w\18\awôùàá&´¾±xpö\89 ü\8c\9dbül»\8b\93ÈûxqdÝ4ö>\1eºò:ô+£\81\90ÜÀ   s?âÅ?mw6ν\9e\97\12IK\99Feð¿À¿Ì\eÜ\8b\f|\8eâ´rL\1fZ\88\99Ä\e\8a²)\9b\9cäe0\×Esìýí.\8b"ï_\17\f
+ÚhTSà´b-Xw\87@9ʤ\9e=\84ǰì \98\8eÁ\86\ 4\eàú®ÇhKB¯i\9b]{\1dʶáÁ¢;\8fµ£\b\97\19Ϥ\rR%±ÿ\8b?íW:\87I\ 2J\14tk\ 26h\8e"ÕAì\90CAä´ñ¿W!lÀEi(\11º;¬}\11ú6\96á\1fTáî-ià²Ô¨°þ{\84-O^\8aá à1\8a\96¡=^¯UI\ 6\8ebï3¤*Z?²ÞGwàõÈOü\90\89O\1fÔN\99Ú       '£\9d¾\80¡¬M½kqv²Ê|Þ
+\93+\ e2!}\8e=\93dR\.Á.l\8d\18R\99£}öô©kk8\93ÍÄôVc\ 6Ý\14\93C\1afcBcÔÙ<ô\9e.\94WÀ­[,\82ÞQÖ¶'ù¿rÅê
+1\1að\ e\94é²®à?\f)\ e\15Èé\ 2,D\11CÂR\8eúiGÙ\81SaQMç³LÁ\1ae0Ï\15\1d'\ 4n\19e\99wÂhÀ!:)\12\9a\1dHc¹»\19<\8c]ç8\15yý±ìÀ\87m÷º\852\aæ\89ò\94M\8e³+¶Cûµ\7fC\9c®.Ý<c\15â©õ3+a÷ç_\7fzúû*0Mè§\99Ì(O¬XÓJ¥µAâ'Ñ\8d\91ò\8c\8bcç¨üm4ß!\f\rMã*b²@[\19PÝØôLQ_
\b!\87\8b\1a\86H\ eÉ0\bÓ\r²\80C      YW²\8a;\94\85¬¼\16]Q;,àë\8c\8cý0\91£\ 5«\83CÏÔþE\1d)Íu\eÈs\10Éâ)þ\96\1ah0sº\86¹\9f§Kû@|Rí±&\92æÃ\94c\82\ 5#\85\82o\86È\1a\98\8d±DÁÍ(\9f»íK\f\7f<;1õì=\7f\17\9dÊÂ~NëÛ;9\9d«¡\ fìîR\97K\8dT\8bd®Ã\10ª=\15\88\9cbÃF¨\1a²_u¢cîYò¬\81ìJaà\83ÌnZYu<Î\9aã÷¢Ò÷Ê\12YZñÈ\16¡¨\ eü{\13<LÙ¥I0HI*ök\b>7¬¢ÕNM\16æjSDR\9b,¬¬\v\95í·çøãYuqt<\87\vd±¯dd?-1Ð\1eÙ°\82'Va\9a\84~¢az¸Ôíq\9d£Ð\14´yHñ\15y­ü\13\90B\8a\1a\82\990\eâ\10\bÑxéf)æh]8O9`ã\ f\82©ñGÚ\vbîÖ\ru\ 3p\ 4á\81\84ñ@Àx Zà\81\bÁ\93\92\14È\11><»   2ß$ß®OÆ\8fu\ 6\15\\94%\9b\8b-0P2*\e|b\eúùMÑê¯äÂçF\83\82ÿúq¯%Hl¹\0v\82öÐ:ÖZïCã­@\vÄ\8a\84Eºc/¸\92\17âyW.Î\0\9f/âí\ 4v¢J@\13óyb\1cú±\82\bI\91\a \11Üå\e³,·¥\1cÌýg\84D\8c\ 1ÒV\98\\19Á()\ 3óÙ¾GÅ=Å@\f½ÿMeA\8b©¼~CÙ\10|\9c'7Ú\9eVÛçè±à\81q\16\92à\96
+\1d\98\10
+þ'7ù\87|õ+\fq*\93\e\19È\9e\9d\aÀñ\0M¥ü\9f\93 \0N\uBßbMj\99      %}PÊÉÖ\90\ 2        tb\ e¾\98\90û"ö\b$Cz\15òOu4àü    \10¬>ó·\16\1f /Å\91     )6\94\97¸t  í¨Üb'Îs.\ 3Ó\ 4(~×\8e.t¹´4Ühê°6Läv\85l\19\ fÀ\82\a'\80\14?ù L¹\87Ý\82\0J
+÷D\\84\10$1ÔÔ¢ÄÎ\b\91¸Ðs\\8d¥\ 3Ï\ 3\ 6ëPo\9c¦U2R \8eL¨àÓ\15\0W\väEr\9ast|\1cRW6^Õ\16\eù©^@/\18Ϋ\e\80>"hBÕøa\ 1UsII2?¾që§÷-Ô\©\12\83\f{Ï7Ýþ\8b\14\ 5\ 6ÛH\19\0Ûrßì\84\ 5^\82\ 4Oí¥±\1aí×È\94"Z\1dßh]¿´t\99Ê\ 3¾\1aAßco\98L°3@Ýß\9bò\85çÔÅW\85Ã\ 4%)\19r\ 6d9a)\11¦KY\ fd\bðBüM\97/àõ¯ýàê\1fDÆÔ\98ðC
+MÛ¬î\83¬víø`ESö5äflCÂ\f&ÑÌ\ 2bqWL¼ªl\84ÝÊ<T:\89§V\8d,I\98sI&H4Ðo¤\ eÔ
+(\89X\80h\82·\ 5\86\rÀ{p[´Æ\8f´6ÿé\8fß¾à¡óS;ïɨëÈ \15Â)¶~r\13N|ÍQ\98        \84\1c×
+äM\11ò¢=øº\13pá³w)Ï\9d)ç>y#îÚµg\0FX\ 5!}\9e.\18j#5.\18|¥F6òÚ\83J\9e¡öé\959|Ù^\19&\8bgüR<\7f][&õCEÚ´cèýº¥:Pý¨×\8cÈÏÌ\8d=¤ÇömíV\8d÷Á\99\8d\ÿ±-w¥voÉ"|j¢02\¡n\86¦ð\ 1¦\82\19ÙD_\90d´*\9aó\béüÆ\95\87.\94x\95¾Ç¶6á\ 2m%\bqÎê\b8z\80Ì-QQ\9c\ 3KQ\8e\9f\88!+YÌ\ f\a\ 4¥ï¶ã%§¶\82â\8cQÎàËÆ3\1c\½Ì¬\8d\99è5Å$\8c'\8d\96^$\16Ii¦¤\14».çÍii\16\ f\0i°ÐnjaI4µ\82Å\9b\8dYªñ=â\1f>Gðn\19g<í\ 6æ\98J­Õ$µ\89\ 6\89\95
+£îBâÆ¥\98DpG\94\8b­MôÑ\14(}¤\80\ 4¬U\ 4?l\80\8c\83¾\$Þô¿xÕ ª
+<®ªýýõÆÊ;\1aFc\14gÞ±å\7f¼«\13\ 1µôHo\ f@\97Â\83\ 3Ô\80b¸5\90âaæý³\1d\9c\ e«4Î3¤Ú
\14\91·\1d\ 5\8cÌý\1dF¸£ U\95õb3Ùý.¤\1eùE\\8b\97VN\{ÿú·\80­\82×ë⥬éù»æqNfK\ fçs³ÔJ>ç©YvLñ[¬1\84î\ 1ÄÜ\9e\ 6\88Í¢\8bð75\91Õ\ 3¸µø\b\ 3RàݾlÞí\1fa\8d4ð­\16ÁÏ\0\ 6û±f\8fÇFK\f\9b¾ÔÏʰn\16\ fEUQ ÇFÞ|6»È\ 4Xd\17\91ò \83ù\81ö/Ôs\r\87"$¤\83ÑÃ`\94äXx\ eäW+±\8c\94kú±s½²9\8aT}äqJ 5]\98ñ\83_\8aiQËKJ~ePÈ\1aÅ\8a\ 4c;CÖ\bÊ\86\93\a\ 6Yvâ)\1c\9b\14\93Wy±J|WìFêÁÒ/¦\8ebõa\10\17ýõé\ fÿ\a¤EÉð
 endstream
 endobj
 190 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
+/F1 10 0 R
 /F9 84 0 R
 >>
 endobj
@@ -1449,19 +1463,16 @@ endobj
 193 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2415
+/Length 2414
 >>
 stream
-xÚ¥Y[oë¸\11~ï¯ðC\81Ê@Ì\95Dê¶o={v»] è¢IÑ\87ä\0Ul:f\8f,y%ù$é¯ïÜ(Ó\96\93¦è\93)^\86sýf\86^Ä*\8e\17O\vúùÓâÓÝw?¥\8b$VU²¸Û.\92r\91hU\99ÅÝçûè\87]}\18m¿\i\9dFæûåÊ\98,ºÝÙ¦Á)\1d}:ºft-\7füÐí÷u»\19\96«4-
-\1di½ür÷Ëw?%\8b¤P)\11\9dÉbe*U\12}³\ey:Q,²\80"|L\14\89NȤA\ eWi¡\92\82\bMÇÒ"\89Ö'Fà«î­\9fn\97i\11\8dµkí\ 6§âèÙ\8d;\7fjÜɾ\81¹Á¡\e\aÛl\15È\9d\9aè\1f;{¹µ­÷2ê¶r\eÿ<^ð³B\11\16\e\14\9c°\82\91O\905\8e#7ðïq°2SË\fÝ\86\83\874+úaä\8fg\94¥ëQ\90ª¢ëé\fÿ\fn\7f\94hCHD\83\95ù[»\1e]×ò\87V©Jxx\7f\e\1cö\16ørC\ 2°ù\90ý\8cØ?ÔO(\7f\9aGåÃò\ 6\12å\0s^\8fi\19Ù\17»>\8e\96]Ãï(O¬áìÆõÀQóº,Ó\88H\15d\9eî8òfGÖû¶\84a÷ÕµO|oÝv@®ç-\87¾{êë=Ú+®&\9f Í_r~ò\11\13\8b\8fà µk;\fuÿ\8a\9f ú\8e§I#{ËþÃKÛcKú«\e7.\81\118¡Á\10°\13x\ 1\16\87Á=6Bµë\85L+>HRØÖ!ÅÒSô\97u\8fè¢\17úfwA\85p0\ eöP÷õ\88fÒ&:\8e\ eØpvPt\fÝLùLU9\9d»Û\91{\95`\94ÉêðñØ;û\90æñ+\7f²£á<k\8e\8eäÑóέQÂ\1d\7f\87\1dos-h\1eB\84ç·}·¿ ó©;ö­\8c)ÆoXÒZ\98yF²\1cúe\86³×\83\84é\ 1Â<\9eàÆ\ 4\16Ä%f² &á\93\f\8a\83cë~;Ê\18\15\8c\9e¿wõÉ\16r\ 1\ 6ld­\a_FÛn(\1eaÑã\1c*à¤gÃzf¯ºµß\90¤ík\90É\94æÄ±\ 1\ 1\ 3\9fCqÉç`ÏÆ\ eëÞ=\92Ûà]¸è\8f\88sÓi\12\8fðx\0$.Lþ\1eõ\93>.u*\91Ûw$¼Û`,f\99\ 4eæí\8bS\18qy\ 4÷më5-\1aR!n\9avÿ«{ä\81G×¾kø4\1c\12§äo\81\1eÜ;A\ f~@nàÁý/L\vq\9fo\16\87òû0dÒ**cÂ!\93ifÑèX\80¥£\98\86-ÃX\93f¾ò§°\85Ã\89-<\95«\12\11\11çï?\a\14`é6¤P\86ÌÁÅ&à¦ÐÂ\8d!nÞ\ 3"\94\13¬å\ 6¾\ 6?&\85\15¡Âʨb\85\15ѽ7U\11ý\1c\1e\f\19J!\11\vJÃJ\12W\8cÓE\1aM\97\8a-'øÜ×\b\×à\ax\ 5\1c\14ü\0\10
-M\8cñâ³\v\ 4É)»ÀG©
-Þpÿkx\85¯\1a\ 2\9aú\8cy<ÂÌãJ\12g\ fË\19À±\16ÿR\93÷½2_\94\rµ\99\ 1Çp\8aû<\88û4\92à³ÂC\18÷\10ÃL\99j\90òT\83¤ \97Ü,böÀnp/³2E'*ײÃ\83Π   = Åe*-B\9cþ{Û@úÁd¦9ô\9fÝ`ù\13ò\9cÝP^Ì"[{¬KÓ4¨5`[\90Ru´éH®õѧ.ª{àH-wÔëµ=\8c\92LáÊ\ 3ÚAÖ\ eàó\16\95p\1d\94\1f'}ëè\9f\ e«H\ 5\85$K¾\9aé%S\85\1f\ 4¯\89\91á-r¦PUêÉÍé%\892Ù9A\8fõ\83{jÝVø\9cüÁ¶b[ö\94`ET ¦ÒÕ(m¨t-¡F*\17P\15)­¹xE|ÀòuJsEv¥\94}»z­T"Ù\19\ fC½³í\9a\86\99\ 1â¥\88ÂÕSö3y\98ý`\89Ó\9d\99R2¹.\12ä\9cl|N\86\83\13³Fr²â\84\ 1L\f2}µ^ͦzu8K±æ¼8â a\ f\1f8¥®\1d\17!E;\ 5\19Ïc+.ÿ\97ØJâX#("[\0ïí¦î7jæD\10:1Ç\eà\11\8bóý\8cl¥t!T\1f¨\9a\ 6\ e×]Óµ\ fË\19Á¢¸ÀrHËY\9aE÷¼³
-,^\9c¡î\9f0\1eÇaF/KUQÉ®/3ÎV\15°\9d\87 ÷\19\vFð?,\81ÉaL®=\94½R{\80n\8e;ìË\ 1´\82{\88ª       8Ë4:ø\19kT\93ÎÝ6\ 3gðº©=e®v¡DèúýÄCo9çr$Aähòq\ 6=0­>ÓZoGpÉÉzãQ\1cÌÉï¿mß]±fV¨¬
-\8d©>dLϰclÜ|Ä®jnÐ\0q¶®±Ô\b^±§7úÜ%\0\ 3Óÿ×#\92,QY\16ºÄßl\8d!\96Wl!\1cHïÅ\1f\ 1\97ÀC^\9d\820t\8d\12*\r¯>\bÞPÊ\80\vcT\9c^:\10µI:/¹h\96\v\0\15¡\1d=öýÙ\ eF8ö\r\ra\9c\9eWG\ 2+/#â\14\143\7fÞÎ\18\ 5ÇÔù\a\18Õ§´#\99\91
-\17\95\aÁ\e\ 1OÔü34\90¶o\18A']\85ù\ e ¥ôZøõ\8fw?ÏnOs\95{\8fù¶Ì°þwR\ 5\99\94}\1dî\91îßp¥\8d3(P»\99ɼJóLey¨«wD×\10   Þ\15\15&­J^3(OqC\a\ 2~Y\1d\85\89¸\r=\83æ\ 4\8a÷¡9U±¿mß\11þoì\r7yâ\aÙä\a\ 1\186(ÓC^\ 6[÷\íL¥H\99©X\87µ\88\9bû\ 4\fââc>!»Ø\ 4±÷\ 5èð»#Å\10\f½\1eB\90ЪòBþþºÅ!\87¥'¥\9b<Cç%z¾Z½ä\1aìTä\1f\ 3c}J\7f\92\89¡µ9\1e\ e\8d£2\11\9d
-týÊ÷IR\80è÷(l*N&\93÷H\ 5\14GþýÂñë\ 6N&\11>6ì-¶\9e¼é\19½çZ.É?\16\88y¨t ' µA=\81óÿõTûâªð\96Ìxc\7f¨ \85ÌÏûÁ\13·\88\19Üj\17ø\1aÀ/\19uûDw\959g&X4S\1eÂ\8d>\ fá¼\13*£ßh_Üx¹MS)\89«²MG\0\19#·Q\17=\14\17è&9\89\8d\96w¢$¡\8cÇ#·å\8d­|\aM~â\9f­`\10¨//\8ak\18©ãT¥Ù\87ÐÜ\94\81qør\96\ 3Ñ\ f!4Ð4Å\88<üuô
-\a9¦n)\86ðEN\1c\8f\17zHNç\8f\84Õ¤tÜìµ\89óN~Û®]q\ 1@ozü\90\85\vA×ãwÃE¿\1d\1d\80«\89êÆ?­\ 5\ 6\10Gïæè­±¦g¡\a¨\8f×W\10\14rL6\ 5ó¬\18\81Þt*-¹\95{\ 4i¿Òíe\8eà\e$i^z£T\84D2\81ç\1curU½S\ f\14\99*Ï*Ä\1fÙSKß       à¨\9e\13õõ\1f\14qóf\85ÞØyýfv\14Äõ\8bÏ;ר« ¨ß;î\91àØ\8e®ù/ÇAeyäy\fȤZ\95\89·\9f\8d\80¹ç´á\9cÔ\1dÀ©ªøj¸@g~a\84óvS\9fÅ\b¾«\9e \17\99¼VO\95p,}\93h®b¯\8aQ\1eít~Ö{ÙvÝ\0ôQ\91\r\98Þp        Ó\1dø\93\181  \81\93õÝO\bÎi\86ýë\9b2Åè:\92³19\1dñ\8f\ 6\ 3Ie
-a¤þ\ 4®K\7f\bá\95#à(Ow2\ 3ñG/\9fF^³a)\ 1%\17y.0\v\v\12ñ\fÝ:G\\fàñ­\ 6À¿æÒûÈ¥lÐ\19\99êMÑÀòÕYºñõ\1e\f&yø¹¨\966Ä?Ö\88<´(,$×¢\1fj±â,ú×\«üx÷»ÿ\0\8c\96
+xÚ¥Y[oã¸\15~ï¯ðC\81Ê@Ì\95Dê¶o\9d\9dÝn\17(ºhRô!\19 \8aMÇìÈ\92W\92'I\7f\8d2m9i\8a>\89×ÃsýÎ!µ\88U\1c/\9e\16ôùÓâÓÝw?¥\8b$VU²¸Û.\92r\91hU\99ÅÝçûè\87]}\18m¿\i\9dFæûåÊ\98,ºÝÙ¦Á!\1d}:ºft-w~èöûºÝ\fËU\9a\16\85\8e´^~¹ûå»\9f\92ER¨\94\88¯àÌd±2\95*\89¾Y®²<\9d(\16Y@\11:\13\132i\90ÃUZ¨¤ BÓ¶´H¢õ\89\11èÕ½õÃí2-¢±v­ÝàP\1c=»qçw\8d;Y707Øtã`\9b­\ 2¹S\13ýcg/\97¶õ^ZÝVNãÏã\ 5?+\14\12¾AÁ   +\18ù\ 4Yã8r\ 3\7f\8f\83\95\91ZFè4l<¤YÑ\ f#w\9eQ\96®GAª\8a\8e§=ü\19ÜþÐÈ.Ñ\86\90\88\ 6+ã·v=º®å\8eV©J¸y\7f\e\16ørC\ 2°ù\90ý\8cØ?ÔO(\7f\9aGåÃò\ 6\12å\0s^\8fi\19Ù\17»>\8e\96]ï(O¬áèÆõÀQóº,Ó\88H\15d\9eî8òbGÖû¶\84f÷ÕµO|nÝv@®ç%\87¾{êë=Ú+®&\9f Í_r~ò\11\13\8b\8f`£µk;\fuÿ\8a]P}Çä\91½eÿá©í±%ýÕ\8d\e\97À\bìÐ`\bX   ¼\0\8bÃà\1e\e¡ÚõB¦\15\1f$)lë\90bé)úúGtÑ\v}³» B8\18\a{¨ûzD3i\13\1dG\al8;(Ú\86n¦a_¦ª\9cöÝíȽJ0Êduè<öÎ>¤yüÊ]v4\1cgÍÑ\96<zÞ¹5J¸ãî§zØñ2×\82æ!Dx|Ûwû\v:\9fºcßJ\9b\86\85\99g$Ë¡_f8z=H\98\1e Ìã  nL`A\9cb&\vb\12ºdPl\1c[÷ÛQÚ¨`ÜÙõÜßÕ'[È\ 1\18°\91µr\84}\19m»¡x\84I\8f\80\93\9e\rë\99½êÖ~C\92¶¯A&S\9a\13Ç\ 6\ 4\f|\ eÅ%\9f\835\e;¬{÷Hn\83gá¤ß"ÎM»I<Âã\ 1\90¸0ù{ÔOú¸Ô©Dnß\91ðn\83±\98e\12\94\99·/\ eaÄå\11\9c·­×4iH\85¸hZý¯î\91\e\1e]û®áݰI\9c\92û\ 2=¸v\82\1eì@nàÆý/L\vq\9fO\16\87òû0dÒ**SÂ!\93ifÑèX\80¥£\98\86%ÃX\93f¾rWØÂæÄ\16îÊU\89\88\88ã÷\9f\ 3
+0u\eR(Cæà`\13pSháÆ\10\ 1\11Ê  Ör\ 3\1f\83\9dIaE¨°2ªXaEtïMUD?\87\eC\86RHÄ\82Ò0\93$      ãt\91FÓ¡bË        >÷5\ 2×5ø\ 1^\ 1\a\ 5?\0\84B\13c¼øì\ 2ArÊ.Ð)UÁ\vî\7f\r\8fðUC@S\9f1\8f[\98y\9cIââa9\ 38Öâ_jò¾Wæ\8b²¡63à\18Nq\9f\aq\9fF\12|Vx\bã\1eb\98)S\rR\9ej\90\14ô\92\9b\1eØ\rîeV¦èDåZVxÐ9¡\a¤¸L¥E\88Ó\7fo\eH?\98Ì4\87þ³\e,w!ÏÙ\råÅ,²µÇº4M\83Z\ 3\96\ 5)UG\9b\8eäZ\1f}ꢺ\a¶ÔrF½^ÛÃ(É\14\8e\1d\0>oQ    ×AùqÒ·\8eþÉ\92ë°\8aTPH²ä«\99^2UxµüAð\9a\18\19Þ"g
+U¥\9eÜ\9c^\92(\93\9d\13ôX?¸§Öm\85ÏÉ\1fl+¶eO    fD\ 5j*]\8dÒ\86\12j¤r\ 1U\91Ò\9a\8b\a,_§4WdWJÙ·«×J%\92\9dq3Ô;Û®i\b\96\9fÉ$\1a ^\8a(\9c=e?\93\87Ù\ f¦8Ý\99)%\93ë"AÎÉÆçdØ81k$'+N\18ÀÄ ÃWëÕlªW\87³\14\8b#\ e\1aö0Òÿ\81SêÚaõz\11R´R\90ñ<¶âò\7f\89­$\8e5\82\ 5ðÞnê~£fN\ 4¡\13\ 1\1e±8ßÏÈVJ\17\81ªiàpÝ5]û°\9c\11,\8a\v,\87´\9c¥YtÏ+«ÀâÅ)\1cêþ    ãq\1cfô²T\15\95¬ú2ãlU\ 1Ûy\bz\9f±`\ 4ÿÃ\12\98\1cÆäÚCÙ+]\ fÐÍq\85}9\80Vp\rQ5\ 1g\99F\a?c\8djÒ¹Ûfà\f^7µ§ÌÕ.\94\b]¿\9fxè-ç\\8e$\88\1cM>Π\a¦ÕgZëí\b.9Yo<\8a\839ùþÛöÝ\15kf\85ʪÐ\98êCÆô\f;ÆÆÍGìªæ\ 6\r\10\1aK\17Á+öôF\9f»\ 4``úÿzD\92%*ËB\97ø\9b­1Äò\8a-\84\r¹{q'\80\rè        <äÕ)\bC×(¡Òðê\83à\r¥\f¸0FÅé¥\ 3Ñ5Iç%\17Ír\0 "\G\8f}\7f\82\11\8e}CC\18§çÕ\91ÀÊË\888\ 5ÅÌ\9f·3FÁ1uþ\ 1Fõ)íHf¤ÂÅPråFðFÀ\ 35\7f\86\ 6Òö\r#褫0ß\ 1´\94^\v¿þñîçÙéi®rï1ß\96\19ÖÿNª \93²¯Ã9rû7\iã\b
+Ônf2¯Ò<SY\1eêê\1dÑ5D\82wE\85\92×\fÊS|¡\83\16q\ 1_VGa"¾\86\9eAs\ 2\afÅûÐ\9cªØ\9f¶ï\bÿ7ö\86/yâ\aÙä\a\ 1\186(ÓC^\ 6[÷\íL¥H\99©X\87µ\88\9bû\ 44ââc>!«Ø\ 4±÷\ 5¸áwG\8a!hz=\84 ¡Uå\85üýu\8bC\ eKOJ7y\86ÎKô|µzÉ5Ø©È?\ 6Æú\94þ$\13ÃÕæx84\8eÊDt*Ðõ+\9f'I\ 1¢ß£°©8\99LÞ#\15P\1cù÷\vǯ\e8\98DøØ°·xõäEÏè=×rIþ±@ÌC¥\ 3=\ 1©\rê      \9cÿ¯§Ú\17g\85·dÆ\eûC\ 5WÈüü>xâ\161\83¯Ú\ 5¾\ 6ðKFÝ>ÑYeÎ\99        &Í\94\87p¡ÏC8î\84Êè\17Ú\177^.ÓTJâ¬,Ó\11@ÆÈר\8b;\14\17è&9\89\8d\97D-ïDIB\19\8f[nË\v\a\97üÄ?[A#P_^\14×0RÇ©J³\ f¡¹)\ 3ãðá,\a¢\1fBh i\8a\11yøëè\15\ erLÝR\fá\8b\9c8\1e\90\9cÎ\1f     «I鏨k\13Ç\9d|Û®]q\ 1@ozü\90\85\13Á­Ç¯\86\83~;:\0W\13Õ\8d\7fZ\v\f \8eÞÍÑ[cMÏB\ fP\1f¯¯ (ä\98l
+æY1\92ÄÙTZòUî\11¤ýJ§\979\82o\90¤yê\8dR\11\12É\ 4\9esÔÉUõN=Pdª<«\10\7fdO-ýM\0\9c¨¯ÿ \88\9b_Vè\8d\9dçof[A\?ù¼s\8d½
+\82ú½í\1e  \8eíè\9aÿ²\1dT\96G\9eÇ\80LªU\99xûÙ\ 6Òȵ\f\98{N\eÎIÝ\ 1\9cª\8a¯\86\vÜÌ/\8cp~ÝÔg1\82ïª'èE&¯ÕS%lKß$\9a«Ø«b\94G;\9d\9fݽl»n\0ú¨È\ 6Lo¸\84é\ eÜ%FLBàdýí'\ 4ç4Ãûë\9b2Åè:\92³19\1dñG\83\81¤2\850R\7f\ 2×¥\1fBxä\b8ÊÃ\9d\8c@üÑ˧\91×l\98J@ÉE\9e\vÌÂ\84D<C·Î\11\17\ 3x|ë\ 2à_sé}äR6¸\19\99êMÑÀòÕYºñõ\1e4&yø¹¨\96k\88\7f¬\11yhRXH®E?ÔbÅYô¯¹Vùñîwÿ\ 1S
+'À
 endstream
 endobj
 194 0 obj
@@ -1649,9 +1660,9 @@ stream
 xÚµXYoÜÈ\11~ϯ\18ìËr\0³\97ì\83\87\83<¬½và H\82µ\92<H\ 2Ò\1aõh\bó\18ó\90äýõ©êêæ!RÒ"\88_È>«ëꪯz\17±(ÚÝíìïÏ»w\17?}ä»8by¼»8îâl\17\v\96ËÝÅ/\97Áû\93>÷¦Ý\87Bð@¾Ý\87RªàóÉ\94%\ e\89àÝP\94}QSç}SUº¾íö!çi*\ 2\91ï¯/þ²S)SÙ.\949Ë,Í\ 2\16\88$\rºá|.\v\ 6ºi\1aÀN\þÓG9ñ\92æLÅ»Èn«\1a \9b\ 6·\86VÍ8\16\11\13©[Eij ©\8a¾w´\93 ?\197<ôç¡§¶_jÙ\87¿¦ß±i+jõ'í\96Vz\ fG\7f#¾o,\1f\8e`k\86ÎXÆwa\1c\81\88 )¨/&õi<Bäp\ 4\9cÊ@{I\1c\X^`°5ýÐÖÔîzÝ\ f~1þe\14üfÚÆ\8d\1céßû­V\17\19êbÚ\81T\86ÃÁtÝq(Ëo4r@¾Oº¾\ 3\1ea\0\14Ð.IÖÍJé\11I ^ÕºS¹nï\86ÊÔ{`¨'G ~ÄÂÂÐE\vCC¡uè¥\13A\ 3\ fEg\18©Q \ 3\89Wáß\9a\1e¥ÌSo\8e<\v\1eN¦¦\16i\ 4\1aÉ\9dmsk[à\1e\fÚ¶:\80µÖ*øwDhë¡×%õí\9e¡B\81\9c­[\90@Æ20\9a\14Jû7ÖÑDs´\92,\14I\9c\82/\ e\95î¾PÓr  ÿn¸é[} \ 6¡\7fl\9b\8aô-f÷R\82\9b§+s(\96
 7      \8e¦R\ e\8e¶çp\\87ÚÏ\12ëÞËã\89ÍÅ!y:\91\898_\9dÂcÆ=\ f­é\86²w"ØK\ 4ÿ³Õ¥i«¢ë\8a¦îȤ<\ 5\ 2sml\1c\1ds&¹\17O©ÕÑqÊ 4y    \9fî\ e3\98Æ#rï8CÝ\99Þ\1e\9f%Lds\9f¢©Pq\15\\86Çûk×$¢ù,üH&½6j]\99Õ©\N&¹^q\1cÆ<e"\9f\9füar \b\ 5÷{¥àú\14ú¦´á\84Óõ\84ÿq¨\ f=èou9c®P\98§<-£a\14/¢!\aSÁý\80sïÑWÍ-:\88\88\83OG\9a­\ewø¹·&³\1dÝZ\96\96\97\1d\87Âú3E=¥HÈѸÿYéI°Èë1¼_[6fR¹é\1fÑ\8d
 µé\96dÁ]q\8f2\98Ú:tF\971\ 1]®t\ 4­Ñ,Ïéhô¥Ö\1c\8eè\eúkúu.ÑA\13L%½©ìýJI}©\8fAi¾!w¬À\1d½1Âãÿ 9EDþTÅs]ð4÷ÖX¨Af,Ï_Ò\ 2OX\94¸\ 5\98´!·YeP\13u\81\7f§\ 4lz¯Ä\90³\98\ 2º]\8b*\98¯À\1eFã+®Òºð#©µ%\9d3:dj\1dÒÊ\99*\16©¹\98¿\1a}ÛÔ6\99©xa\83\8e\86(¥¨éÂtÔ\9d\126,ª\9b\9eFo(8QÇ\ 6\ 14eäs²âSN\86ö\98\93¡]¸¿ÍZ³Øîã        0är\9e^Û!f\82¿h\87\9c\8b@>\9cà\19÷Á.\86\fÀ\84t\81%cI\8c©\92åÜn\94\8c\83(poßé\ e£KªfØ\f:#6[¹ D¬\17\ 2\ fÂ\12º8\11þ\0ï7Î\94ع5Ý¡-\9c\ 2Ý\82\9bñ\0       Hc\ 4\7f8õp*Æ@'S\17L`ÕP\17_\aCkìe\93\ e\92ÀÜIO!\8a¶¹ã\8cãÁ<ö¦¾µIRÚÔNñ\87\ 4\98\9c\ 65\80XKÊàsS\19\82\1cÍ\91Ì\ 3\9eÚ\19jÎ8\16Ò±\88 Å¥°C\81ÎK¸IP~\83eãEËæY cJ:\v\9e\9b®x\\a\9c\98%>\ 2ÆQ$ÐZö°\1e8ÐííFBã\99\8db6£\91`º,t·\9dÑhÊe´ó³   -ÉX\1a¿\96Ð|H¸üÓjÿ<^ÝërØ \90³|L\88À\85\f\18c[©1\11\98¦f"ü»èO\rbs  ¥Ã\88)!¶t4\84n"S\19<À:jÙ¨\83S\e\817\91ã\9d
-ϯÅ]$Fq÷Í\8a\92LYä)\8d\ 6XÚV0\9fKÎm1ã\99{\ eeP\16]ïÎ9ÒßÒ2\1e\1fA\8d\14ñ\ 5@²ØTz\80+GOÁ\9e\9aê\18\98±®      c\9aº®~\81\ 1\ f\98ñ°Ò\86Û\87n¤Z¹VCk§Ð\b\83®¨!ª\9d?\85J\98\ 4\96}ÚÀ·O,&bå®T\9c, D\9c\13î\86aç´Ø,Üße\f{8t\8f66@c\ 4ÞO\83+\97\8a©ä\95è:Ö\90\ f§¦['J¸\9c¹· A²Ñ³çt äΣ4\b8fa_¹\bÅ\92E\ 2C\8c \85Ú*³\80\1eÿ\1d§BI\99Ï\8eEbóä/\93Èy\19\9e\82òC+¡¼\88C\13eÛm\1c\16g\ 3l\12ùdrb\v\14S\88Ì?;_¥\1d­\ 3~*£ø4¦Á)G`N§xéß\ 6>\8fÉ\ 4:    KhöÒQ¾v\15âYß¹(\9cÆ\e!\11_\12\16\18ÿ¦ G\83y@TÓ\8c\8b\87Õ*\8e©\98)\1f\8e¿\98o\95>¯!+\98\92/#ÙeX\9e»û\7f|þ×5)\0K\ e5WÀ÷9ôë\8a\92\0 àÃײRx&p\8d´\86ÿ#­öEZ ag¾¾"!Ý\1a°g\9eÌoÍ÷УGßùòF{BÇ¢4\9b\191\8cc(­³ïÎÞã\8bì\916ßZ,\1e:àò2«ßÅ#_Â\ 3\8eEïCá¶6s\8c¢Ouù\92ä\88\84Ë¢6K©ù2*H>¿û¿\14ݹô\ 5\0\að{\18ÚÖ¥&\1aøÕ\11Å^\1a\\ 1ÔµÍdzïÄNFÓ\97\ e;Óà_ݶ$øp\v\85M}wm\8b¡ÌÅ.»O\í©õ\ 5\vTóm]1P|\8ef\85¾í¡6\80$ÖW\92GÎz8¡é÷ÅÆýoÔ\ 1m\ f¦>\18êa"\1fW\8a\99\84ëS,\92\825\95>´Í\9bu*·ó\99
+ϯÅ]$Fq÷Í\8a\92LYä)\8d\ 6XÚV0\9fKÎm1ã\99{\ eeP\16]ïÎ9ÒßÒ2\1e\1fA\8d\14ñ\ 5@²ØTz\80+GOÁ\9e\9aê\18\98±®      c\9aº®~\81\ 1\ f\98ñ°Ò\86Û\87n¤Z¹VCk§Ð\b\83®¨!ª\9d?\85J\98\ 4\96}ÚÀ·O,&bå®T\9c, D\9c\13î\86aç´Ø,Üße\f{8t\8f66@c\ 4ÞO\83+\97\8a©ä\95è:Ö\90\ f§¦['J¸\9c¹· A²Ñ³çt äΣ4\b8fa_¹\bÅ\92E\ 2C\8c \85Ú*³\80\1eÿ\1d§BI\99Ï\8eEbóä/\93Èy\19\9e\82òC+¡¼\88C\13eÛm\1c\16g\ 3l\12ùdrb\v\14S\88Ì?;_¥\1d­\ 3~*£ø4¦Á)G`N§xéß\ 6>\8fÉ\ 4:    KhöÒQ¾v\15âYß¹(\9cÆ\e!\11_\12\16\18ÿ¦ G\83y@TÓ\8c\8b\87Õ*\8e©\98)\1f\8e¿\98o\95>¯!+\98\92/#ÙeX\9e»û\7f|þ×5)\0K\ e5WÀ÷9ôë\8a\92\0 àÃײRx&p\8d´\86ÿ#­öEZ ag¾¾"!Ý\1a°g\9eÌoÍ÷УGßùòF{BÇ¢4\9b\191\8cc(­³ïÎÞã\8bì\916ßZ,\1e:àò2«ßÅ#_Â\ 3\8eEïCá¶6s\8c¢Ouù\92ä\88\84Ë¢6K©ù2*H>¿û¿\14ݹô\ 5\0\að{\18ÚÖ¥&\1aøÕ\11Å^\1a\\ 1ÔµÍdzïÄNFÓ\97\ e;Óà_ݶ$øp\v\85M}wm\8b¡ÌÅ.»O]í©õ\ 5\vTóm]1P|\8ef\85¾í¡6\80$ÖW\92GÎz8¡é÷ÅÆýoÔ\ 1m\ f¦>\18êa"\1fW\8a\99\84ëS,\92\825\95>´Í\9bu*·ó\99
 ì#     64ýf4³dñx\ 1y"\8f¢Ùë\86Ìè\95ÏW³¸a\8e\10h\85Í8ô4\85ô½\85éL7Wôk\ 6\1f\90F3\94\98\f=;È®\11-@Åd\93N&,"Ê8ýæ*¡5`=È~¿i\97\97`\ 5b\8fÒÍ;§Àæ\94»`MÆ\ 4\8d^Îé\89àS½ä\94ìü\11Â
-:\88\842\94\1cD\ 2ëYrµw\837\16ñòlö´\88+\9c#PÇÚ\ 3_(Gý@§²\8f\8f\16UòÙ\9b4N\9dugá\e¶­\1aaJS·3gÝêÞ¼\8cßþHz5ì\8eÙ\a\81°Ó\8ce\1e\ fýpuõ>|ÄOûÃÛÖ\84xgCTp\88au\8d¾\93\88\7fÄ\12\ÆÁßÏþe\ 1ϳÏÓÉ\129ÂðX"¢¬\84\9cE\8eO9«\87V\80\10ÇÆ£^«I,«+£k¼_oWâDsX±\11*!²FùF¨\9c\89%9\93\8bG\9a\7fn`M.Xê3©»Í\9b´Äôòh\v»ÜÁ<lÌöÑDCÿ\11ÃcG\833'\86Þ\94U\ e\8eæâ¡ÊrO)Æ\87g\8a"t)­F\93\94ñ§)\ 4u\86v\8ayðóá`ν}±\½»EP\8aÏ\84Ë\9e\13.bÙüyξ­\8cÀra\16ÅYäA²\81xÕmÂr¯©uõ\96LÈÞn\ fÇ2ê)\1d¬¶\93\0H\11,YX\97èU¦×ë·xPáó´À\95Æ×I"rèËÇM"êw\11¹/^,p_Û\1cVͽÙ2Ò¨ùW)<\97\9b\97\8a\0|\ 2\ eäÖí>\üá¿à¢H\11
+:\88\842\94\1cD\ 2ëYvµw\837\16ñòlö´\88+\9c#PÇÚ\ 3_(Gý@§²\8f\8f\16UòÙ\9b4N\9dugá\e¶­\1aaJS·3gÝêÞ¼\8cßþHz5ì\8eÙ\a\81°Ó\8ce\1e\ fýpuõ>|ÄOûÃÛÖ\84xgCTp\88au\8d¾\93\88\7fÄ\12\ÆÁßÏþe\ 1ϳÏÓÉ\129ÂðX"¢¬\84\9cE\8eO9«\87V\80\10ÇÆ£^«I,«+£k¼_oWâDsX±\11*!²FùF¨\9c\89%9\93\8bG\9a\7fn`M.Xê3©»Í\9b´Äôòh\v»ÜÁ<lÌöÑDCÿ\11ÃcG\833'\86Þ\94U\ e\8eæâ¡ÊrO)Æ\87g\8a"t)­F\93\94ñ§)\ 4u\86v\8ayðóá`ν}±\½»EP\8aÏ\84Ë\9e\13.bÙüyξ­\8cÀra\16ÅYäA²\81xÕmÂr¯©uõ\96LÈÞn\ fÇ2ê)\1d¬¶\93\0H\11,YX\97èU¦×ë·xPáó´À\95Æ×I"rèËÇM"êw\11¹/^,p_Û\1cVͽÙ2Ò¨ùW)<\97\9b\97\8a\0|\ 2\ eäÖí>\üá¿ù\0H\15
 endstream
 endobj
 218 0 obj
@@ -1803,7 +1814,9 @@ xڕY[
 ,"\ 3Ç\8cxÑ­/Ew\9b\14»Ø"Åö\0E\11\a¨\8eM\1f«µ%¯$'\9bþúÎ\85\94(KÇ9}±h\92\1aÎ\fçòÍh\15\8b8^=¯èñ\97Õ÷\8foß«\95\8cE!W\8f\87\95ÌWR\8b¬\1eÿü12f½Q¹Ê\93èû²;®7Zëè\17{°­­w\16ÿ\9aè¯e½VYt-OëO\8f?½}¯GR\e8A®6¦\109Q»´UÝ\1fpÛ*O\85ÎW\e\99\89Dݬ½}_\8c$\f\90ÈW1m94í¹ìg§\18)´q[>Î\b$"Ón±l\9f¯g[÷Ý\8cD¢DV¸]\9fx5ÐÈF¦9R!n5múÇ:×Q[õ\16Õc¢þH\83ıØÛ=\131#\91"\17ÒL\19Aµyf\82ã\12-bÏrßÜ\1cÐõe½/Û=ÿk®ýåÚóøZïm{³{×ð!msâ\95æÀ\v¸ã\96Ã\8d\90\19\90ÉLã\ 1\87Z\8aÜË"Ö\e£óèq\81 \86»K\16î.¤\94 FyKÕ\81AÉ4*ù±[«4:\96m¹ëQ.-Qx0\92g\1c\97cµCÙ\8e¼D\92¦Q_VuÇ3ý±µ\96÷ö¸ñë\ 5DÏ"ëNAMàZó´Þ$Iôo»ë»?\90in\8aL\18\15ªár\ 2²¸]G|¦ãª{`ZÌKʼ(¸^:×D]u¾\9c¾º\17\9bK\ 5fAc¼UZ\1f.\13gù2\89d>=\87ÉÚnW¢\fyDª\ 6­\ 5,vö×+ú$±¤äT=¹g©ðzú¼F2mÏ\1cÁz½÷ë\9eͱY°9á ä·\bøUÊ\13È\83\8bö\fr$é\9cúwÕV%ٮ쫦Ff\r\\95-\a^\8b\8co¦È'"Àô®¼vtyEAÁ\82\f\9bÍ!x\89y\85Am\7fëyÔ]w \97®ú\8c\82/X©J\85¼uL 4³U\93 wx«'KÑ\99\14jâ1?¢\9d\18Pè~_¡\88øÏiÒxMÂò ÉÛH$Á#¤÷\b\8e\89ÛHn×ó(\91\8cQ\8fuNW\9f¨è_ó\b\99\8aØïýîiFJJa¼\9f¾aF\9d²g\84âqg\18°C\8f\868\97\ 6Ñ\v¥µ¿]Ð>Xe îd¢²'¾ýÿt'J1FÅ\13S\87 9\9a7ÿEoÄ'é\13\a»¦mmǯ4õ\1eÍâö\9e\95.Dfþß\8bF\v5*Ú\82\f;{éý±¥\eÍu\9d\19á3Év»[Ôu:èzfDì+àòçª.{\127KGOK LLÔåw\90B²l\81\1f\99)Læ\9e£7÷oß\9d±@Æ\884\1f¨üþUT(&,s¥³Q\rÛí\1f¿e\92("\850¤V7=\ fZ{nP\15\9fñÇîéT\19\r\96¦\92B\18\1dZZC!h×\97\98\r\93"4³\8eg\9eøßsU×\14ZpîKÕ\1fy´¤\96XÈQ/ñ·\ 4A*ç\92Ò\11þÉ\87\fM      \ 6'®ÈP\1a\87Ý\87æÚòh_=W}·]? \14\86µû\ 2W\19¤U\7fêw¿¾\86©\17\1c\1e\10^.Ò\89\12_ö{\95\84~\9fd\ 3\89\ fÌ0ù
 W\95઱Z\0KsW-Ä\0\1fj¦_òy.\ fÑ\14û+ÎîJ·ëÉG\17\9cm-\bï­&\88\8deǸ\17¼ítâaU\83\bHr\ 3,\BAJ\8d\10çe\14\94«\10\ 5\19íy¢1q`\fä4Ldeû\95§9¼\1a´¡\ eTäö\12\8f\86¡\1eíZâ    , M_\85FAÃ&\ f°\1e\8fw(cø\97£´\e\17â\92L¤¡\11-i\ 1\14\16Z\88÷UK^     @ûÜ´ó\93ÒL(ýj@í   \83)ÔL\94â  bâîz¹\9c*\8a\1fª\18À³\81\88ß·%\ f½1á{Ît§@\86Å\94F =Ím\fz\8eå\18§\10&I¾R\0\81Á_É\7fÿkÛ\86G\9f×   øøéêö7\ e\ 4\12z»Ò\1dÃ,\ 3b\87B\99$\90º\Ú\ 6¼\14ò\87[9\96\ eb:v¬\ 3³^rÂð\99·Þ)°lm\7fmk6{à)ñ<¡\178ÇpLÃ\88ð\8e6\1er=ðlÝÔ\9bù\9eCY\9d®­\15ó\98\ 3Æ\92\14à\89\92&\88\87r\7f[5êqe\93¨$ú¸\ 1<þÉ\8fËY\1dX\80Å\ f0¯.Ïvv®\822u,\ 2\1d¡ý\8c\906B{×ÙÛSuþ6!\ 3\84êEB>bÖ;Àúóð\v\81!U·\94.w)ÁÝ\9f/ýë(õw)õÕÙzÿMcD\90AP\84Ð>O;¹0æö\8cëÝ3\ e\v\b\18jñ[Ng4À\ 2\ 6\88öÍË\14B,\15õØ7HCcúP£ç\17*:U~\84&\8eO¶3Uèè\0úå9\ e\140\bjr|¥vUQÌ^\8b\97t\84Áãä\bì\ 1\88´Õ¥\87íóê$¨µ½¶ÂT®±ÅÂËÞ\9dÝ\9d\81\9eó$te\f\10&\86@Q»g\98Yi\ 63
 =      WÇ\8bxR¦ÂxÕûÛ½\83Ü\80ZsÁ\18\89H\1a\\8aAáxFJ\9a\9e\ fü\82Ü4-íIHý8[Bùö\Û}Èe6§0ïh¨L\14\93R~4\960ó$#Ï\ f®Dç\9a7\86Ê\ 3Ò+\86ϸ\b\98Ã\7f\94~c_ÔÁÀm\9d¡\19È?\vÆzï|\87î\88¨;\85\14\88}\r\86£8u²\87Þ\ 3`¬æ§Lbp\8eó\0\ eÇFÄÓ2ãh+z)\8b\9m[ÎQ\f~5¨¶³\97²-Á2=¹á&ð5V\81\aw0\80\9a¤_@@Åk¥§L\942Âà\en\1dåÒ\ f\ e\96$dqS\147eq\1dè7Hm\92ÀJ*Crç\85&\8f\9dåd\ 5;+\ f!\97ÚòÌcF     8B\8e;ª,\92ñ-(<\0¯\93\8e\86=<tEJ1êi\96P-\86g.\0\Nå<ß¡ì&¥,\f+ÉM«É\ 3O^c\85C\16\9d¤d\aú´\19¡Y\18\12!\aøHòãû¿Ïï!\1eQ(\93\ 5\fñtrÉ\9eõ\ fG;X\8a\874<ÓAÔé½úS¡Ô\8d\91¡\93æ.¨âÈ\19[3õx\94?M¹\93\b\vŬ/\0{oºbË\11
-\11|<V¼s88v\84ß0CCE\86\ 4\87Ê\0WXX\1c1»¹+:}\aÍ\85§\9aßg\15h)²      \b\1c[_Xx\1a­¢³-\9dù\80f\ f\98%p\96U\ 5\ 3î]áèV`íS\11\8e8\94Â` àt\8c/6¾AÆÍy\8cÀ àÌÄä\tJ37NgÊ\84P¹e¨B|\8c`ÒEFé\ eÃ\1dÌ\12ÁYÿò\18&`\96\e\89Ò¿ª¦æ5»¿<\19;\16¿¼ûÛÏÿ\9c\9b*\15¥\93\90ñx\1c\98!ÀÊ9P\9a\9b\8e{\0\fÈ\82øU\f\93 àº>\ 1tåi[ï7Íaãsuø\86­wÍ\95\10£@931d1\16(\1eÁN¥H±?1\82-G¹qMÕ\94A¿Ò\94°éì\9a£=¹|µçΫc\8emÏ$X×\ 5î\17@\8b\8dÎ\vf\1f\9e\ 3\7fT:\14..ÒÄ\ 4\1aè\9cí\1f·,ø[\9c\8aôµ\88\0\9d\1c.éÃeèÿÆ\9a\8b  \1dX\1aN\ fU\13\17êyáÃ\1aÖ\ 69\16\8b\93O\15§\13%Ã/\9c»F/ã¶þ\84å8¬.\16\8a\ 5\99\88¸\98\17\vaY¬\84ñ;Øô²d\92z±CÓºùÀ\e2\176a\96{\9aì¥\18\18p­ª÷\15u9q\ 3\ 5óÌ\a{¤Ó¶>Ráæ¹\17\99\89\88\ 1ò[\94AÇC«òÁ\7f`)[×SG'î\19\ 2Å®>ü\93/;íÉ\8eÕ6\81\ e\17,dØ\93\83[Û3\ 1J¼sT\0Èö®\8eõØJuAùà\1a\ 1p}ùMGÁeDí\94íù£¤j¢\ f\88$æÈ\fFC.XÆ&\85H\8bÅ&\ 3Y\98K\8apoÏ5°¶_(fe\91O\8cm\7fר\82\82ò\9e±\99T\ 6°9\8dgy\ 2¦\9aâ¼C/jù(H^Ã÷VBß@É%A8\93\92 >}\83\9a\9e'\ f§RÎ\ e\ f¾-Bµw\10\95\0Q\1e Àií°\16õ  ì\17\85\8e\80S#\7f-Þ̯\8a÷¸¬\ 1áÖ¥'\88#[p5\1aªè\87cyá\ fj0\9fóãã\ fÍùìð¶\8e~\1e^{\87_pêçO\ f\97òÙ-äz»fr\14Mafh\1fN>yõ¾ãñÄí]\96ÖYÌ«%­ï\1aÌ\v\8d\ 3\98\8b       \b\ eK\87\f\85i\93¾¯@ex`3R\19½¸Ø£\8d\13¡ÕÀ\85³¿n©·9|Z¿E´x\947\ 5\1c;Ø­\1c(,IÿÎ\86Ò\1c\93ÌôÛ´sx~ì\9aóådû@½Nû\87YÏöÝãïþ\a\v\7fx\96
+\11|<V¼s88v\84ß0CCE\86\ 4\87Ê\0WXX\1c1»¹+:}\aÍ\85§\9aßg\15h)²      \b\1c[_Xx\1a­¢³-\9dù\80f\ f\98%p\96U\ 5\ 3î]áèV`íS\11\8e8\94Â` àt\8c/6¾AÆÍy\8cÀ àÌÄä\tJ37NgÊ\84P¹e¨B|\8c`ÒEFé\ eÃ\1dÌ\12ÁYÿò\18&`\96\e\89Ò¿ª¦æ5»¿<\19;\16¿¼ûÛÏÿ\9c\9b*\15¥\93\90ñx\1c\98!ÀÊ9P\9a\9b\8e{\0\fÈ\82øU\f\93 àº>\ 1tåi[ï7Íaãsuø\86­wÍ\95\10£@931d1\16(\1eÁN¥H±?1\82-G¹qMÕ\94A¿Ò\94°éì\9a£=¹|µçΫc\8emÏ$X×\ 5î\17@\8b\8dÎ\vf\1f\9e\ 3\7fT:\14..ÒÄ\ 4\1aè\9cí\1f·,ø[\9c\8aôµ\88\0\9d\1c.éÃeèÿÆ\9a\8b  \1dX\1aN\ fU\13\17êyáÃ\1aÖ\ 69\16\8b\93O\15§\13%Ã/\9c»F/ã¶þ\84å8¬.\16\8a\ 5\99\88¸\98\17\vaY¬\84ñ;Øô²d\92z±CÓºùÀ\e2\176a\96{\9aì¥\18\18p­ª÷\15u9q\ 3\ 5óÌ\a{¤Ó¶>Ráæ¹\17\99\89\88\ 1ò[\94AÇC«òÁ\7f`)[×SG'î\19\ 2Å®>ü\93/;íÉ\8eÕ6\81\ e\17,dØ\93\83[Û3\ 1J¼sT\0Èö®\8eõØJuAùà\1a\ 1p}ùMGÁeDí\94íù£¤j¢\ f\88$æÈ\fFC.XÆ&\85H\8bÅ&\ 3Y\98K\8apoÏ5°¶_(fe\91O\8cm\7fר\82\82ò\9e±\99T\ 6°9\8dgy\ 2¦\9aâ¼C/jù(H^Ã÷VBß@É%A8\93\92 >}\83\9a\9e'\ f§RÎ\ e\ f¾-Bµw\10\95\0Q\1e Àií°\16õ  ì\17\85\8e\80S#\7f-Þ̯\8a÷¸¬\ 1áÖ¥'\88#[p5\1aªè\87cyá\ fj0\9fóãã\ fÍùìð¶\8e~\1e^{\87_pêçO\ f\97òÙ-äÉvÍä(\9aÂÌÐ>\9c|òê}Çã\89Û»,­³\98WKZß5\98\17\1a\al1¡Æ\17\13\10\1c\96\ e\19
+Ó&}_\81ÊðÀf¤2zq±G\e'B«\81\vg\7fÝRosø´~\8bhñ(o
+8v°[9PX\92þ\9d\r¥9&\99é·içðüØ5çËÉö\81z\9dö\ f³\9eí»Çßý\ f\ f\ 5x\98
 endstream
 endobj
 238 0 obj
@@ -1882,20 +1895,16 @@ endobj
 249 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1953
+/Length 1952
 >>
 stream
-xÚÅXKsÛ6\10¾÷WhÚC©\99\88!\ 1ðÕS\9b4NÜé´\9dØíÅθ°\bYløÐ\10\94\15ÿûî\ 3\90(S\13«§\9e\b,^\8bow¿]p\16\85Q4{\98ÑçýìÍõë\v1\8b£°\88g׫Y\9cÏb\19\16jvýóMðv­7\83éç\v)E ~\98/\94J\82«µ©k\14ÉàͶª\87ªåÎÛ®it[ÚùB\88,\93\81Êæ\9f®\7fy}!\ f\9b'Y\98ä³\85\9cö_uýÒÜ­ª\87¶ë\rÏ\16\93Ù NÌê\®@\83,\r¬\19\17I,\83am\9ch{+Òø\8b±ØÍ\ 2»\ 1-òÀ,«[\91d¦äI÷s\91\ 5OÜÆ\95ÏÕ\8b³4,òYD\87]\¾ÿí÷\8fï&Z©$\14\99\9bc\19
-Üïq\9e¨@÷\95¾¯I¥$Xê­¥3f\0\88\bEÂWIhå\ eUézDK*Цãï=«Í\1d\86¥ÄN\16ìÖ¦e±»Z\ fà5Uûà\86Ý~Ø\83£»fS\9b¡êZ\1e5\8f\e$Aµb©\83\0î2Rl\7f¨\8a²±\96ØÕ½á\ 6Ã\1eåA×ÖO,b­:k+\ 6\0D\a-l8_¤i\16\\197te\96¬\1dn\ 2\80\8eõ`[ß¼Ñv\r{¦Qð×<\17\1eZû   ,/2\15\83áá$!Q\82Þ\84\928Ð<P\1a»ì«\r\1f\84\82n51¹\88U\98\8a\97L\ e¡âÝ\ 2n¢D\14\¯+ë6å\ 3ØÎ\89
-³#4-Ç\86iQù\92\86)º!\ 6UiVz[\ fáD±\85÷þ"Ì\ 4íõÐnïL߯\9aák\91\92ì#E\16ÒE
-"î\\15\85° "\85ÍÆX\v@Zî\91}±±ë«a w\81\ eÅw!Øè´é\0a®Á×H\8d|\ 4f\9a\87\80\ 2u'z
-\0Û\8f³\16\f[!Ãt¬¾S\8báB?×g!\ 46\19ôfcÚò<.\91\91ç\12\19ûû\81\b·éú'îÔÐá\16Ù\12£`\83¾\8eáT\92E1\1e:\9e²ß\ 2Y§víV7~\9e\19%\87¹Ì\1cõÖ°\9c\9dô8(O\92U\1eÆÞ)?\^]_\þzÂsó0\97n\12\9c\93\1c\18
-(Úq
-¶H\19\91åÞMPf¾T\83ÅÐÊ\8b ×0£ç)ÃZ»U\1d^\87©¥G\97A6"\83¦Y\18ÅÏ/@Æd`Î5foLY\rg\1a3UÞ\98\19P@[²è£Ñe]µ\86{dCø:\9eeúLe\0L]ÒJ\81ä\813@Ò\8f×Èà¡zÄÀ¥°H]êÁF·qÜ×\ fÛ\16´%\13OMØ1\0½YÐ\9d¨\83gI\15¬tµ'\87\83óAÇnïíP\r[d\98s1{4}µz:\93"òlO\11\91Ã\fD#Ìrç÷yv\8c\19ô\1d\92±\0Yo,°\99[Эx\83Ã\95ð8w¥Å       \88\F\88\11\rܨ\1a\b¢J\ f\86ó\8d\0þ·\96ÓTLآ̥%±ÏË0¶Ñ=X\12óO\12\ 5\97­\1dàn¨u\9c\7fìJ|\ 3º¤\ 2\v0\f\e\90¤Ó\14÷$kÑÚt¼ôÇ˱Ïá\ 24·Û\ f\1c\ fê\94$5=ª\90ä\10ö5\ 5ÑÎ\87Î\11 «mÏa\87¾Ðt\84\7fI\15ÍR\9fí\12\9d\1d\"6ç9\85\8a\vï\14Ê9\ 5\8aF\97\82\1e¡\ 1ß±S`ß;\ 5¬ä\ 4\8eÂ]EÖ\80\96\86´Òl\ 6î\10nðutJ\ 5Í\14\ 4¼\0R('¡£Ê¦\88}YTpÜÂgT\bÁð²c\véªe¿-b?ñïi- \8b0R\8e-\7f\9c\82\85\90òà÷¼\13E\ 6lu\14\19¬äÂe6\ 5\ 5A:ö/2\ 4BªDp\v8#\9eJ\8e
-"\90ç!äI\96ß\1cªjì^Ìs \9c\9e§½Ýc\81E\91Ê"W\14áXQÜÎÃ)\98\¶ ;¹²\85Ú,S\93*\85s\15´ÿC\95²Þnº\16\99\f\ 4\15\94cí4u.\832v\19\99 +út>N~Q\82»°5®.ß\7føó\8fÉy2\ f\85O\90ľ°\99¦]aÿ\7fº{ëNb\ fÂÁ\96%.ªM¯Á&\9cÞpB\ e¡ÿP¹J/V2TrlX{x\16Qætù\8eM\8cèîM\8cr\19fhblÞ\AÍ­kªlqÞf_ùÈØ\19ñ\ 5Ì«Ö+kîÀ÷\1aÓÂñ/Âÿ\93ç\1eô^EEs\9e\8câ\a\85÷\1c\9apm\8e\1f\9aQ\rknMC(VðÐq\98\7f÷B\ 4á\ eCÇçð[\89Ek=\9cR\85\88\bÅdClô¦\81¸^x\83da!\8ejoâ¤D\ 6KLÛk\8d\b\99\1e\ 3)\11\ 1\85\1aÔ]|\1a\1c·Á|â¥D\1d\1ec(<¼\8b\12â}\12êvß\9fz\f\1eCNñ¿Äa\rVÂÒõ´\e\0\14@\16î¼Wü a \958Yu\16Q\18û\82\94'\8f\0\1fØÛÙ_\ f÷£\17Óä¸\ 6ï\87)wÁ\16\10
-iÛ\91\1e\9bV\8a0OƱÆ\ f\15¬Þµ+AÁN¥«Á\9f×âGå<;/Öâ\86\ ev\ e^\96~ykv¨\87å\9e¯{yC"\bhmíÉtmMS-»Ú[Ó\1a¨=4\1cí,\rDÓ;*8z,\9feMd\9e\98\17\ 3û\9a\1fjÑáÍG\1ck¹5°ë\15ÑÁõ Mÿ\ 4ð;¸/Õp\ 5¾õzÊW(Ôn¡æ\ fÓáó\93<ãA\13\18o1­°Ü¡q\1c¤a\8c\8d(¸¹l÷O\89î3çѨ t@¬\18§\9e\15ar*\91\15¡\9aÊÜMa'~Ûð\e
-¦4Ú\a\r\86ÄIÎÖÜYâ\f°è\83)¿n\0É/R(Ñwºo_\8c'\99ùê\89\90¢\92\1a\1eM\9aGöïBh3õà K{\19\97UøeíÌ\12\1dÛá\ 1óè\a\a\ e£6,Zk·Â\91\15å2<o¹4T Oà\aß]Ò\9f\13å^}ð\84©5>rIT5n°\1axl\87ì©ég\87\18é\95\ 5\9f9ê^\8d_\90éþ\97Â\89?-EXxêø\96-\aE³»
-\17Ó´¦8¬Iá\8d\9bº%8ÑWUy\1eFÅQ¥\f\ f¨é\89Yè-Ã0!\9b2Bp\\ fõì·\13sfÅáw\90§è²²\9bÚy\14]\99    ýÝõ7ÿ\ 2ÐÊ\95d
+xÚÅXKsÛ6\10¾÷WhÚC¡\99\88!\ 1>{j\93Æ\89;\9d\13»½Ø\19\17\16!\8b\r\1f\1a\82²â\7fß}\0\12ejbõÔ\13\81\ 5°»ØÇ·\vΠ\fg\ f3ú¼\9f½¹~}!gQ\18\14Ñìz5\8bòY¤\82"\9e]ÿ|#Þ®õf0ý|¡\94\14ñ\ fóE\1c'âjmê\1aIJ¼ÙVõPµ<yÛ5\8dnK;_H\99eJÄÙüÓõ/¯/Ô\81y\92\ 5I>[ÄE\90\13ÿU×/Íݪzh»Þðn9Ù\rêD¬Îå
+4ÈRaÍðj¾H"%\86µq¤í­L£/Æâ4\13v\ 3ZäÂ,«[\99d¦äM÷s\99\89'\1eãÉçêEY\1a\14ù,$a\17\97ï\7fûýã»\89Vq\12ÈÌí±l
+ä÷8Ob¡ûJßפR"\96zkIÆ\f\f"\ 3\99ðU\12:¹CUº\1e­¥bЦãï=«Í\136K\89\93LìÖ¦e²»Z\ fÆkªöÁ-;~8\ 3Ñ]³©ÍPu-¯\9aG\f\ 6\89¨VLu&\80»\8c\14Û\v\8dÃl¬%NuoxÀf\ fsѵõ\13\93X«ÎÚ\8a\r\0¤\83\166\98/Ò4\13WÆ-]\99%k\87LÀ c=Ø×7o´]\ 3Ï4\14\7fÍséMk?\81çe\16\8b\8d~0¼\9c$DJ0\9a\90\12  Í\v¥±Ë¾Ú° $t«\89Ëe\14\a©|Éå\90*>,à&±\fÅõº²\8e)\v`?'q\90\1dYÓrn\98\16\95/y\ 2a\98b\18bR\95f¥·õ\10L\14[øè/\82L\12¯\87v{gú~Õ\f\94d\9f)ªP.SÐâ.T\91\bLÐR8l\8cµ`HË3ò/\ ev}5\f\14.0¡ü.$;\9d\98\ e\90æ\1ab\8dÔÈGÆLó H\9c¡@Ý\89\9e\12\8cí×Y\v6[¡\82t¬¾S\8bÍ\85q®Ï²\10ødÐ\9b\8diËó°D\85\1eKTäï\a$dÓõO<©aÂ#ò%fÁ\ 6c\1dÓ©$\8fb>t¼eÏ\ 2Q§vãV7~\9f\a \15&\87½\8c\1cõÖ0\9d\83ô8)O\82U\1eD>(?\^]_\þz"ró Wn\13ÈI\ e\b\ 5\10í0\ 5\8cÌr\1f&H3_ªÁbjå\85è5ìèy˰ÖîT\87×ahé1d\10\8dÈ¡i\16\84Ñó\v\903Ù0ç:³7¦¬\863\9d\99ÆÞ\99\19@@[2é£Ñe]µ\86gäCø:\9ceøL\95\0¤.é¤DðÀ\1d@éÇg\94\1e1q)-RWzpÐm\1cöõö\ 5mÉÅS\17vl\80Þ,èN4AY*\16+]íÁá\10|0±Û{;TÃ\16\11æ\\9b=\9a¾Z=\9d       \11\87\88ÐÙ\fH#\9bå.îóìØf0w6Ã\93l\v õÆ\ 2\9a¹\ 3Ý\8a\19\1c®\84âÜ\95\16'Lä*Bä\v\8d\14m7ð j \89*=\18®7\12ðßZ.S\11Ù\16i®,É}]\86µ\8dîÁ\93X\7f\92P\¶v\80»¡ÖQþ¼þq(ñ\rè\921x\80Í\10+\ e\ 3¢t\9aò\9eh-z\9bÄ+/^\8dc\ e\ f »\1d?\b<èS\92Ôô¨B\92CÚ×\94D;\9f:G\ 6Ym{N;\8c\85¦#û\97ÔÑ,õÙ!ÑÙÁ\15bs^PÄQá\83"vA\81¤Ñ¥`FÖ\80ï8(pî\83\ 2Nr\ 1Gâ®"oÀHCYi6\ 3OÈnðupJ\rÍÔ\bx\ 1\84P.BG\9dM\11ù¶¨à¼\85Ϩ\11\82åeÇ\1eÒUËq[D~ãßÓ^@\15A\18;´üqj,4)/~Ï\9c(3\80ÕQf°\92\vWÙbh\bÒq|\91#(Ϥ¸\ 5;\e\1eî\e"\9cä\ 1ÔI\1eÞ\1cºj\9c^Ìs\0\1c\8c\88\86ÛÙ\ 2\9b"Uø¦\b7Fat;\ f¦Öä¾\ 5ãÉõ-4fZ<iS¸XÁø?´)ëí¦k±v\9c   AÐB9ØNS\173Hã\98Q   Æ¢¯çãê\17\85ÝquùþÃ\9f\7fLä©<\90¾B\12ü\ 23M\\81ÿ?ݽu\928\84p±e\8aKkÓkp
+×7Ü\90Cî?T®Õ\8bb\15ÄjìY{x\17Qét\ 5Ïù\18¬{ð1ÐU\90\91\8faxs\ 5M·®©µÅ}\9b}룼\13_°yÕzeÍ\1d\ 4_cZ\10ÿ¢ù\7fòà\83á\e\9c\ 4Bâ=ç&\\9b\13\88vTÃ\9a\1c\8abxé8\9b\7f÷B
+!\87¡c9üXbÒZ\ f§T!$B2ù\10\a½i ±\17Þ!YPÈ£æ\9b@)Qb\89u{­ÑB¦GàJ¤ R\ 3\8d\17\91\ 37ØOÀ\94Ä\87×\18\12\ f\ f£\84\80\9f\88ºÝϧ\11\83b((þ\97<¬ÁKØ»\9e\ e\83p\9f\802\96^Þ+~Ѱ¡cy²í, ò\1då²)O\8a\80\18ØûÙ_\ fùÑ\93i"®ÁûaÍ]°\ad\8c¸íP\8f]«d\90'ã\ã\97
+¶ïÚõ à§Ò5áÏ\9bñ£~\9e\83\17\9bqC\82]\80\97¥?Þ\9a\1dêayæ\e_fH\0\ 1£­=Y¯­iªeW{oZ\ 3Í\87\ 6ÑÎÓ\0\83\82£×òYÞDä¹c\88y1±¯ù¥\16\1e\1e}\84±\96G\ 3\87^\11\1eB\ fÆôS\0¿\83ûRÅ)ð±×sÁ\ 2¢v\a5\7f\18\ e\9f\88\aC@¼Å´ÅrB£H¤A\84\83PÜ\¶û·D÷\99\viXP9 T\8cR\8f\8a°9U\88\8aÐNeî¦À\89\1f\88\82-\8döI\ 3\13j"q\93ó5O\96¸\ 3<ú`ʯ;@ñ\93\14\9dîÛ\17óIe¾}"KQO\r¯&Í+û\87!\8c\19zpÑ\95½\8cû*ü²vf\89\81íì\ 1ûè\ f\a.£6LZkwÂ\81\15Õ2\94·\\1aê\90\87Ø]Ò¯\93Ø=ûà\rSk|å\12©jÜb5ðÚ\ eÑSÓß\ e9Ò+\13\9f9ë^\8d\9f\90éþ\9fÂ\89_-EPxèø\96=\a]³»
+wÓt¦8\9c\91\9bº#¸Ñ·Uy\1e\84ÅQ«\f/¨©Ä,ð\9ea3!\9a²\85@\\ f\rí·\13wfÅá\7f\90\87è²²\9bÚE\14]\99\ 1ýÝõ7ÿ\ 2ô\9d\95\9a
 endstream
 endobj
 250 0 obj
@@ -1915,17 +1924,20 @@ endobj
 253 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1866
+/Length 1865
 >>
 stream
-xÚ\95XK\8fÛ6\10¾÷Wø(\ 31#QÔë\98m\9b>\80\ 2Ab \87ÝÅ\82\96h[¨,)"µ\9bí¯ï\f\87\94å\95\9bÝ\9cH\ e\87Ãá7Oi\15²0\\1dVvømu³}ÿ\91¯¢\90\15Ñj»_Eù*\8aY!VÛ_n\ 3\91¯7<çy\12ÜH}\oâ8\ e>«½\1aT[*\\8aà/Ù®y\16\8c²Yßoÿ|ÿ1>\8bJ2\96ä«\8d(Xn¥µÝ\83:õæù¡<U\ fewê\eeꮥs|q\ eÔ\88H\8d?öp\17/\ 2­Ì;¼5\fd[Ñä³\92US·\8a\18jMã\ eÕ\ e\1e\88kÔªr'ÝC\80é©n\1a\9aµ\9dqb\8dA\r\89j:\7f«\1cÊ5O\83#jº
-I³Äjf\8ejñì(G½C»ÿéÃö÷ÅûxÂ
-·¿ï\ 6P5\13Ao5î´®w\8d\19!\8d\84$x:ªöå\16íÔ\9aèN\7fU\11\99°\ 5\v\b\16\8a¹Ú`3kKûX°Þ3-\11H¶xÏÆÛ#gÜÙ±\94Z\1d\9an÷=Ó%\93é\ 4\17ÎtBdÎ\0\82'ÁI\9a\12o?*MLw<É\1aÕÊ\93'Ô-\8d\92\ eàµ\9bºÕªÕµ©\1fñ¬"\86=\bµhàÂâ43\159\11\ 6\80üä\1c#\9eÝè\0ùÖK\10Þµß\87!"\1cƦù\ e
+xÚ\95XK\8fÛ6\10¾÷Wø(\ 31#QÔë\98m\9b>\80\ 2\8bÄ@\ f\9bÅ\82\96h[¨,)"µ\9bí¯ï\f\87\94å\95\9bÝ\9cH\ e\87Ãá7Oi\15²0\\1dVvømu³}ÿ\91¯¢\90\15Ñj»_Eù*\8aY!VÛ_î\ 2\91¯7<çy\12ÜH}\oâ8\ e>©½\1aT[*\\8aà/Ù®y\16\8c²Yßoÿ|ÿ1>\8bJ2\96ä«\8d(Xn¥µÝ\83:õæù¡<U\ fewê\eeꮥs|q\ eÔ\88H\8d?öp\17/\ 2­Ì;¼5\fd[Ñä\93\92US·\8a\18jMã\ eÕ\ e\1e\88kÔªr'ÝC\80é©n\1a\9aµ\9dqb\8dA\r\89j:\7f«\1cÊ5O\83#jº
+I³Äjf\8ejñì(G½C»\7fûaûûâ}<a\85Ûßw\ 3¨\9a\89 ·\1awZ×»F\11é\8c\90FB\12<\1dUûr\8bvjMt§¿ª\88\82\ 5\ 4\vÅ\m°\99µ¥},Xï\99\96\b$[¼gãí\913îìXJ­\ eM·û\9eé\92Ét\82\vg:!2g\0Á\93à$M\89·\1f\95&¦/<É\1aÕÊ\93'Ô-\8d\92\ eàµ\9bºÕªÕµ©\1fñ¬"\86=\bµhàÂâ43\159\11\ 6\80üä\1c#\9eÝè\0ùÖK\10Þµß\87!"\1cƦù\ e
 á\ 4\0Or\a\0Ïb\a\0O\8a@6M\87\8fxBó%Ù\856¸ß£=\ak~\90ðt¬   .ZNèÑÙ¶#2ÉÐ$À8¢}VµÄĺ8<[ÒТ\97\8f6*b\1eh3\0Nïhk\90àê\ 3\85¼9zÿ\ 1ÚI«\86,¡ß\82Y?t\aôÞ×1ËC\8fY\11Ú8³$<?ÈÓIR\98\0å2\16
-p\85²nÀ=,\ 6°\7f\ab\1cë\17U:>Xä,¥Éí§¡Û,C{v\8dȳàçé\9a{Ð)\ 1 zyp{Q\18ß­q\9a\arp40#\9c­ØzS\84Y°=b\88"½ëI\ 5\9c\ 3ma\12w\8eðÝÍ\82³R{96æ\8d C`?ÊA¿-·ò4\9eü3w§\91*\9c\ fhb\19ÛJ\r\87\8evz    ø(\83>\81Ë)p¬\90\f­r²IÚJ\19wW\0Ö¦6£¡#1x°\1cjs\ 4\91àå°æ\17"ã$u9?\89\83¯cg\14ñ\fêd#èq\8d\fè¸I\14ȽU\v÷/
-\81\95yE\11\8c\rD\\b\88\ 4Mc¥t9Ôî¸ÛÃ\15\18\16c6\r\9e\90ƽwáöä]¸HYA\13ð®ÚVHc\95À3\92v>Y\9cÁ\9b\96©Êz\16\1a=KîÖ\fÙ\13çBHô.\84\89ÿs\eþ#n3(4w     åãA\1fUÓ¼\9eÝ·GûvÈn\96\9f¦Êh\9a\19rz\98MN\ fózïFãFÇ£\8d\1c\fA\9d\87ñ¬\12­O\9dµHå®%ô\17øM\96\88s\ e\96\88B\9c\81)¬ºHû<\13\8bë/¨>Æu\$\1e} g©E?)xà\8eÆèi      xÚh\97\11dat\86gZ`\1f±ð.çCÀ\91F\ 1elÙ\1elfH`Ã\99\15öhä®\e\ 1\ 2<^\19¢QéG¢Í\848±x\8d=íOY\1fwl\ eBªú¦ÊÑ`ë³Ðj*=\14\1aðB\12\\88\99à"\9e  \86\1d[.\80XÕºtagK*QAGW#`ѹ\91\1e\12\8ekç(H±ï\ 5Ò 6K\13zû¼Åo¡ôïÍã\1av\9dVoì&\8b̹g\ä\81\1f]\93\12ÅWûº<aiê*\94½rqUÌYá9vcÝ\18tc\14Üû\1c`/J©ÿ*\10º\81\80\ 2ÏVZ\93ã\81jÎÜEî\15\ 1ýá½)¿È\9fV\a\eðe7\92|ßÅ\94JUzªÑóê~B\93¹L6¸|²§Ñ÷ 5\ 6\8fM¦Hôy^¿¡3ÔÝ8\94
\96ãÛ:C.¦Æ(M®\82.²s3MÒ\97¨g,\ Î¡Ó\84®_Ó\1dÔ>Àd\16½È\ 1/_tïQüJï\9eF\8eÁvW\82Ú6[êæ7Uõ\0\e\9eÉ|\9cs\96Gó÷\97\1d\99LÖ­\8dA^øÓEáÂ\ e,\10B\174ö}SÛ\9e\1ev°@Ù±uãp\18OÊÚÖ`¥\88¹K)¸éó.Î=ÍW\8a+\89ê\a«\86=õ­?<¨òؽÚÐÅÂ7\19±È®Ú:  Yä±½*\92§,M\16ñ%\÷a\1d\1eË´´Yö\1fÝ@£½\81:.{rwâÕêë\88\9f¯\9a\96Ó«\ 5¾\9a2Ñ&KY\96α9£±D\80JC\88ùÚ\8c\ 3j\14bó,ͨiî¢\198\9aZS\e\80d2\8eã©Ýø¯\1a:âÅ:\89\14é\v±\98\ 1!bÆ}X\80\1cúdz      \17|xOLT\13@\9c3?\9a!Ì!=·îɼàL\\ 4(©"À±:ÌëOµ\86\8fÃM\ 6ßa\7fÛ\aá\ e\18Ôõ5\80"¦2\1cÇvFNý;1³&®\93G.\8f\96\15ãÐBzíF{ý¢.\8c-T#\97Ùd»\0\ 6ÒE\9c_â²\84%aÂ{\91o©Ü\1f\80éK\bò\ 4\94¬¦®Ü§\90«ZSóu%0"p_Á/êÒ\94¯Vy\8az\ 1\ fK³E.+fº\85,ôúïk÷-øò\ 1\9b4gyFÒèÏÊ\aÒM?·\94T\9eO¤7þ^x©h&Xì£\8c-d\17,ö¹Ôµ¶(øÜPÁB°\88zÎÛ\exDëYÎ\10ÝPhjÛPÅbÖÎÆ16TKèDÄx:\v)óÜ/pËÏ;Ð8%ÁíFî{óéÞ­\16PB¹Îýo\963\8c³kyqf`\8cÝ/q\8e\84`I67ÛÇuN½\rº²\92çßB\97^\98¢º/¯¾¬"\93\vb\@ïX·U]Jü®\11ð       s¤æ\8c\16¶S\86ñ       iÝØT´Üù¬&àÃÆõ\17jè!®l·\f
-ÚV\e6ñ÷\17\9d±\9f7    }\82ÀÒ\7f¥QÒã\fjß,\ 1 ê\94ó~Ýþô\1f.ì[\f
+p\85²nÀ=,\ 6°ÿ\ 5Ä8ÖϪt|°ÈYJ\93»Û¡Û,C{v\8dȳàçé\9a{Ð)\ 1 zyp{Q\98|Yã4\ fäàh`F8[±õ¦\b³`{Ä\10Ez×\93
+8\aÚÂ$î\1cá»\9b\ 5g¥örlÌ\eA\86À~\94\83~[nåi<ùgîN#U8\1fÐÄ2¶\95\1a\ e\1díô\12ðQ\ 6}\ 2\97SàX!\19Zåd\93´\952î®\0¬MmFCGbð`9Ôæ\b"ÁËaÍ/DÆIêr~\12\a_ÇÎ(â\19ÔÉFÐã\1a\19Ðq\93(\90\16î_\14\ 2\8a"\18\e\88¸\10\10   \9aÆJér¨Ýq·\87+0,Æl\1a<!\8d{ïÂíÉ»p\91²\82&à]µ­\90Æ*\81g$íÜZ\9cÁ\9b\96©Êz\16\1a=\ 3ÇbÈ\9e8\17B¢w!\9c\13\9fÛð\1fq\9bA¡¹K(\1f\ fú¨\9aæõì¾=Ú·Cv³ü4UFÓÌ\90ÓÃlrz\98×{7\1a7:\1emä`\bê\9c\12?\8cg\95h}ê¬E*w-¡¿Ào²D\9cs°D\14â\fLaÕEÚ§\99X\\7fFõ1®ã"ñè\ 39K-úIÁ\ 3w4FOKÀÓF»\8c \v£3<Ó\ 2û\88\85w9\1f\ 2\8e4
+(cËö`3C\ 2\eά°G#wÝ\b\10àñÊ\10\8dJ?\12m&Ä\89Åkìi\7fÊú¸cs\10RÕ7U\8e\ 6[\9f\85VSé¡Ð\80\17\92àBÌ\ 4\17ñL0ìØr\ 1Ī֥\v;[R\89
+:º\1a\ 1\8bÎ\8dô\98Â\96p\;GA\8a}/\90\ 6µY\9aÐÛç-~\v¥\7fo\1e\1eÕ°ë´zc7YdÎ=ã"\ füè\9a\94(¾Ú×å     KSW¡ì\95\8b«bÎ
+ϱ\eëÆ \e£àÞç\0{QJýW\81Ð\r\ 4\14x¶Ò\9a\1c\ fTsæ.r¯\bè\ fïMùEþ´:Ø\80\91äû.¦TªÒS\8d\9e\13\9aÌe²Áå\93=\8d¾\a­1xl2E¢Ïóú\r\9d¡îÆ¡Tж\1cßÖ\19r15Fir\15t\91\9d\9bi\92¾D=cá\ 2u\ e\9d&tý\9aî ö\ 1&³èE\ exù¢{\8fâWz÷4r\f¶»\12Ô¶ÙR7¿©ª\aÈBÝðLæã\9c³<\9a¿¿ìÈd²nm\fòÂ\9f.
+\17v`\81\10º ±ï\9bÚöô°\83\ 5Ê\8e­\e\87ÃxRÖ¶\ 6+EÌ]JÁM\9fwqîi¾R\IT?X5ì©oýáA\95ÇîÕ\86.\16¾É\88EvÕÖIÈ"\8fíU\91<ei²\88/áº\ fëðX¦¥Í²ÿè\ 6\1aí\rÔqÙ\93»\13¯V_Gü|Õ´\9c^-ðÕ\94\896Yʲt\8eÍ\19\8d%\ 2T\1aBÌ×f\1c\10\9bgiFMs\17ÍÀÑÔ\9aÚ\0$\93q\1cOíÆ\7fÕÐ\11/ÖI¤H_\88Å\f\b\113îÃ\ 2äÐ'ÓK¸àÃ{b¢\9a\0â\9cùÑ\fa\ eé¹uOæ\ 5gâ"@I\15\ 1\8eÕa^\7fª5|\1cn2ø\ eûÛ>\bwÀ ®¯\ 1\141\95á8¶3rêß\89\995q\9d<ry´¬\18\87\16Òk7Úë\17ual¡\1a¹Ì&Û\ 50\90.âü\12\97%,     \13Þ\8b|Kåþ\0L_B\90' d5uå>\85\9a\9a¯+\81\11\81û
+~Q\97¦|µÊSÔ\vxX\9a-rY1Ó-d¡×\7f_»oÁ\97\ fؤ9Ë3\92F\7fV>\90nú¹¥¤ò|"½ñ÷ÂKE3Áb\1fel!»`±Ï¥®µEÁç\86
+\16\82EÔsÞÝÀ#ZÏr\86è\86BSÛ\86*\16³v6\8e±¡ZB'"ÆÓYH\99ç~\81[~Þ\81Æ)  î6rß\9bÛ{·Z@      å:÷¿YÎ0ήåÅ\99\811v¿Ä9\12\82%ÙÜl\1f×9õ6èÊJ\9e\7f\v]za\8aê¾¼ú²\8aL.\88q\ 1½cÝVu)ñ»FÀ'Ì\91\9a3ZØN\19Æ'¤ucSÑrç³\9a\80\ f\e×_¨¡\87¸²Ý2(h[mØÄß_tÆ~Þ$ô      \ 2Kÿ\95FI\8f3¨}³\ 4\80ªSÎûuûÓ\7fL°[\ e
 endstream
 endobj
 254 0 obj
@@ -2012,13 +2024,15 @@ endobj
 265 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1053
+/Length 1051
 >>
 stream
-xÚ­VKoÛ8\10¾ï¯Ð\91\ 6*UoKí©ñ:[\14\v,ÐzOi\ f´LÛl$Ò ©6ù÷;CR\8e\12§®±Ö\89Ã×ÌÇ\8fó
-â(\8e\83]`\87¿\82\9bÕÛÛ4Hâ¨N\82Õ6Hª É¢:\ fV\7fÞ\91Å\9e\1e\fS³0ËR\92¿\9b\85y^\90/{Ö¶¸\94\91\9b\9e·\86\v7YÈ®£b£ga\9aÎç\19)\92Ù·Õ§··Ù\93òb\1e\15U\10æuTYýá½;\92¾<\12Ûí\ fÖN9'Tíú\8e\89Y:'FãRI¬UØ2{æ\84­T\9d\93äÖßÒ\9aï\84½W\12ã®iC\r\8a*¯âÐÒ\86m\9c\fú\ 1\1a\0     \81\8eÄÑamåINÜý\1f\I§¾Bõy\92!\bw\82º¡q\9c¼\81Y\96\13!\8d[þÞk/\99½Ôl\10©_<(\ 68\8eËl\8c¤°H¼^G¼ \1d\8b\ e=ÙI\1d%©c»;Ëö'¹vú\1aéèQÒ\7f3×nd\82®[æ­~%\9a!oð®\91\9bddî\86\ ev\9fÔ}{ã\é@wþê¼þ:;\8f=sØÅYì\9f\19ÝX¿\e\98q^HÖ½qÂFºÑ~\ 1
\815½an\ 2\1cwïA,S\10¹¿ÛQ\84ý\88\93\92À[à\97ýñ^3oÍxµ\r\1eÝ3;Ü\9f:\ ezC\19\13Ý(~0Nv\9e\82\8b\8f\8e\1eú\0ó¢&L)©t4\v«´ +\8b\ 6\8fÉ\83á@¤\95\875ðn©\10
-NÖ\1e-êàN%S´1ü\aʯø\90Æ8Ö\179\8et\87êQ\9a(¢¸öä;h!ºáÉ'åi\94×c«_\98q\ eâ\ 2\17\84áeè\ e\8dT\8aé\83%[\8a\r\17;\7fØ#ÈÇ\bò¨Î.\80PÔQ=@}wúÚ4\ 1=éø¹´mÙÃA*óªË=\7f\r\1a´\b©>Q\8do\9f{Ã!=Q\96$Q^øíW~!\81ý"\19ãZÃw2@\86\81?!²\9bë\91±\8e\17\98\9c\9a\7f1Ë¥\98\94Å\89Â,\8fÊ\ 1Íë\9aÒ**\87¯\ e!u¢§·^aË\85\97Ø\86\eë1iY=\85À\16HÃ¥rÈX¸{ÌX8©ll\84e\16ec\ 6ï\16ã$û·5\83ÒÒ\99q¹,\eå²*ûe.«\9f±\ 5>þÀÍY¾.ÿ>vÍ÷e\ 3 \83¾5\11¢åõ\ eµíEs\ eÒÿrôÕõ¸öTï!=LDÔ~\ 2@\\9béSÂÇi\80Iõx\96©¥í' d¥õSG\83\93ár\95\12l\9d\8a\14\11Û\9d\rÃ"꫱?\8d­`\9eÅPZ\1a_#a\11\80\9c\96¼»\eø?  ®ÈGo\ 2&5¹EK´á-D6Ó\18ÙyR\f\91\rûI\CA.óÄ\17d\;\96-\90mA\8e¡H\8bS\9bC]ƾgö´o}\ 1便½,Ö¶ÍÀÓg\vô³\8câ\1a\ 1\ 6\8dïo\9dà\838Z?cÕ!ûÉ\87Fß¶M¶\ 5ÄÄe7û¡J»\r\ 5\1dر\/ÿ¹½\ 4ö={ü)Õf¢hº¿Þi;)8xÅD\80ºë\ 1  Ù´r½fjÊè^L\81\vûç\89x\12×W0!wÀÓDx¶SðÓÊÝY8\8b\1eº\0\17\83­Ï\ e¾\9d¿$r \1eùöq¢÷®§à¿\17\9aMÕÒô×\7f\80\14¬é¦Ê,æ÷x\82åê\8fÿ\0ZâM)
+xÚ­VKoÛ8\10¾ï¯Ð\91\ 6*ÕzZjO\8d×Ù¢X`\81Ö{J{ eÚf#\91\86HµÉ¿ß\19\ eå8qê\1ak\9d8|Í|ü8¯`\1aM§Á6pÃ_ÁÍòím\12ÄÓ¨\8a\83å&\88Ë N£*\v\96\7fÞ±ù\8eï­è&a\9a&,{7      ³,g_v¢ip)e7½l¬T4\99ë¶åjm&a\92Ìf)ËãÉ·å§··é\93ò|\16åe\10fUT:ýá=\1dI^\1e\99ºí\ fÎN1c¼Ûö­P\93dƬÁ¥\829«°ew\82\84\8dîZ\92ôÆß2Fn\95»W0K×\8cåV¼PÅ;¯bßðZ¬I\ 6ý\0\r\80\84@GLt8[Y\9c1ºÿCv\9aÔ\97¨>\8bS\ 4A'8\r5qò\ 6fiÆ\94¶´ü½7^²;mÄ r¿¸ï\ 4à8,\8bc$¹Câõ\12ñ\8a·":á:ôdÇU\14'Äv{\96íOzEújMôtÚ\7f³44
+ÅW\8dðV¿2#\907x×\91\9b¤lFÃ\9dW\a»Oê¾½!WÚó­¿ZÆ_'ç±§\84]\9dÅþYðµó»\81\19òB¶ê-       kM£û\ 2\14Ä\83¨{+h\ 2\1c·ïA,\12\10¥¿Ûr\84ý\88\93\82Á[à\97ýñÞ\boÍzµ5\1eÝ    7Ü\9f:\ ezC1e¦îäÞ\92L\9e\82\8b\8fD\ f\7f\80y^1Ñuº3Ñ$,\93\9c-\1d\1a<¦÷V\ 2\91N\1eÖÀ»u\87Pp²òhQ\87$\95¢ãµ\95?P~Å\87\fƱ¹Èq4\1dª\8eÒD\1eM+O>A\vÑ\rO>)K¢¬:¶úEXr\10
+\\10\86\97¡;Ôºë\84Ù;²µZKµõ\87=\82ì\18A\16\ 5\10ò*ª\ 6¨ïN_\9bÄ '9~.o\1añ°×\9d}Õå\9e¿\ 6\r:\84Ü\9c¨Æ·Ï¼á\90\9f(\8bã(Ëýö+¿\10Ã~\1e\1fãZÁw
+@\86\81?"²\9bë\91\89\96׿\17\98HÍ¿\98å\12LÊêDa\9a\80æuMI\19\15ÃW\87\90:ÑÓ\e¯°\91ÊKb-­ó\98¤(\9fB`\ 3¤áR1d,Ü=d,\9c\94.6Â"\8dÒc\ 6ïæÇIöog\ 6¥\ 5\99¡\\96\1eç²ü\97¹¬zÆ\16øø\83´gùºüûÄ5ß\97\ e\80,úÖH\88\16×;Ô¦Wõ9HÿËÑ\97×ãÚq³\83ô0\12\11\0IcÇO     \1fÇ\ 1¦»Ç³L-\?\ 1%+©\9e:\1a\9c\f\97Ë\84\94'\88Øí¬\ 5\16Q_\8dýil\ 5³t
+¥¥ö5\12\16\ 1ÈiÉ»»\81ÿ\ 3
\92}ô&`R±[´ÄkÙ@d\v\83\91\9dÅù\10Ù°\8fÏ\9b\84E\16û\82\8ck\87²\ 5²+ÈS(ÒêÔæP\97±ïY\8b\rï\e_\0¥¯y/\8bµk3ðôÙ\ 2ý,£P#  ñý­\13|P\aëg¬\12²\9frhô]ÛäZ@L\n³\1fª4mtÐ\81\1dÊõâ\9fÛK`ß\8bÇ\9fº[\8f\14M÷×;m«\95\ 4¯\18 P{= ¥ëF¯V¢\e3ºçcàÂþy$\9eÔõ\15Lé-ð4\12\9eÍ\18ü4z{\16μ\87.\80b°ñÙÁ·ó\97D\ eÄ£Ü<\8eôÞÕ\18ü÷Ê\88±Z\9aþú\ fÐJÔíX\99Åþ\1eO°Xþñ\1fÜJM\1d
 endstream
 endobj
 266 0 obj
@@ -2073,13 +2087,13 @@ endobj
 /Length 2057
 >>
 stream
-xÚ­XK\8fã¸\11¾çW8H\ 3«FZl\91¢^\9b[ïÌìN\ e\93\ 5¦\17{ØY ´M·\85\95%C\94¦§óëS\ fR\96-oÏ\0ÉEâ£X,Öã«"W\89H\92ÕÓ\8a~?®\1e\1eïß©\95LD%W\8f»\95,W2\15\95^=¾ù-úao\8e\83íoã4U\91þþ6Ö:\8b>îmÓàP\1a=\8cu3Ô-w~è\ e\aÓnÝm¬TQ¤Q\96ÞþþøÏûwé\89yV\88¬\ź\12\8f\7fb\12uI\92ÐôÛÖ¬\e\v»*\15ý{ÁL'"ó\84\7f\11Eê'¿C\ 62rí*¢\17æ'£}í\86®\7faæn\»¡\1eÆ¡îZ\9eþ\149ëwþh7a\E\95H¹ñÛO'\ 62z߯(\ 2\1c-\17*]Å BÉ*\ 4õ\19Zÿû\1d\90&It4OÀ8-ËHJùéVÜÆy\92G\8f \ f\8e\16Qwäݰ=\8dùþ\9a\8eÀí­Ý\99±\19¸³ëz¿¢E\12¿éç[UF\96\ 4KX¦\8cdrhA'\16\1a\8d½}d%
\ 6úùU\ 3½ßÁ\99ÀÔÎ\ epº,\ 1©:\1e\81\e»®i:\94é\19û ê\97\ 3öÖà%p®¦Þ0YS·\7f8¦xÞÛ\96\a\8f@\ 4\aèát\87º}âÁMp³å±Æ\r²Þ\83&À@Æ-Î\97\16¢(¼è\9bíâdR\8b*L?ïë93n\9b\96L\aýaO\r\90fì{Ë:ç\81\83¿ c\94i$0b\120®§>îÉ\80®Þ\98\86\19\11¹÷\9dL\89\ fÄþ\95\82\11
-\19\8dÎnýHë\ 6k¶°C\96\83§óNq\87Π£\aãö<~²\82\a\80\99¦{òÒÀ(\1c3\87cRD\17IÔíæJf\7f\ eç«-\9a+\99Ì\95\3\17LOæ"\92\99Zu2íGjÅ>I\85tsµ.ì|¡â0\9f\v\9dÒü;\1c§\80PUd¿\98ñ±wÜ«wü_¢IQ
-%½ñïG×ß»\17·ð\10\9d\89R\9e`\858:þ\eþ]qo\1cF÷æÖÐý\99\ 42©Dv&BÓ\81
-R&Bæ\93 ä=)((¯ÎÜ\a,óýb\eU\8ar®­\eð ¥1\1eà\9fMgÿ\awífßqëæç_ß,Ýa®ªs+]ð\15Âs<>o\97ÄÈfqÈøRÔ÷»+JÃ\ 6+\ 2P\88\15ÔJ3Qy2²\18Puí\1d7®ë)\96¥HäÿYSg\16ý\1fõÅÌØøe.Òsà~ü*p§\80L\fÜ©\ 6¸l1\16\11FRpÒÞ\1cqXbæ¹TL\95\88"ðyóöá\97\1f\97ÊV"ÕsmÃNu»·}=\10|Aw=ÛÍù\82\ 2\86wcKÉÒ\91T\13Øó!¥\82ó«sÄ?åmZRâA<B\9e\90\a\8bÝ\8cà  =ù\8fQ\8bù\vøx!\90\94\80çsÝwí\ 1Ûe4\88¥        \10Ô\17±¥\84V_S\8d
-9Æk9õð\9e\9aýÁ4Í\vû%åPlÌu\aT¡à\9aå;èm\8c³×rº\94´åÜ7âoð\8d\1c¶Ç\7f\11\99þi<x0&cfgI\1dI\a®^ ÅÕ\v\9a"K(°\ 2\81å\ 6ç\88ÎÕHFi\av8\9aÞ\1c,\14-WÂÂô¸2/¢±\ 5gÅt\aûÿ\vøõϵ#X/\ 2{ :2îÎØçgì©?±dÀ\80\ 6\81\83MõÌbI*Ò\80µ¦÷¹Ú\8fÎâ{®¤\85ÕA÷¡Võ c?#-é\a\1d`ǦuÝÁztÚMàtà¹5§×§`þçzð¦7Lp%¥\14\99ÐÁÝâkErðÖï®x\8e\82\9c\98©3ÏyÕq>ÖO¤s]\85L\ e\r\8bá\88\r<\10ý\8f!Z³4\ 1¯\85\92\86'Lã×öö\0%\bV\10\97¶P\0ã²\9c\9aʳL¨@\89æÕU\12\16T\80c:?s5çà\ 4\18eZ\96¼\bÿt\12Y-}\8b\ 6'ßÂB¾ª¸ÖÃuKk(È(åd\8d/ËúS
-\9dÍ.-À\84Àì:7@\92"¸eüù[\98yÍûã\17Zdé"Ò\14\94}ÃØ\93\16°Ý}RY\8ee,T¯\b\f4\ fÁçI§5\b\16*¯NF\81 D\e«Òû\ 2\12-\82\9f\ 6_    ~ö\ 4vrÈ\fS\11¾\15¾b¾¼¯üâ¨ðTÕU\8d\86Záï¯\ 6\ 3\r\9e\94Û\ 3ì\8b­k\85[\9e\9f\12\r|Éç\1ds\83\1dÐÿq8\98\87÷ëx\9e\v\89\83a\90:\18\ 6TC>wÁ¢\82mZ\9f\17.LÝ8D¼2\9bB\ 2:y¸]`Ë\9bªå.ß*é:Ù\91@\e\13.©9#U\19@\18\1a\94Jé^«üÕ\a\ 6CE\9fÓE        vfð\85FX? \8f\9d\83     \ 5\82\17²8¿È2æîº\91²=åÈå\ 3\ 1Ø;¨þ&~5B\82?i¼ ÎJ>\8eæ¢\9ca\12u?, ©¬DY}+2I=QzþKp)ª³Ä\85D\8c\ 6Ø\bË\ 2d!\9a\95\0\a\80\8bJrfñ®ßÚ>Ô»ÝRUz*\8foä«\9aº[º¿È\ 3\ eݨ¯¬\8dÓJã­XAÅI?\7f\81;ÇÉ9Ç\ f\e\°µ÷2Ì\9f¬G»©)ùÃȤÃer\94Åé¾ÿ·Å6Õ)ë\87\eÃtÁ z\ 1\98\7fð~£ ÁW\v¿AÊÞbÐúå\83\19FÏ*T|¦yF71\18Z/~î?¶ï\ 2æ5ÖùQÓNÕ\1fÅb\96ÃâÚ{ÿôh4±Æòðxlj\8f\95÷ï$¾o@Y\1eÞy@^¬ÓÙ=´Ðø\90 ¢\8fX\91ªI\81E\16ÞøÜÕç\12\8dy\14\93\9a¿w+ºw«¼ôïkü´\80\89¡·ÆqÚW¥:\15\8c\9f\ 2)¼Æ\8f\10        Ë\ 4\99B#¼êÉ\ 4*0żA±íÖô[îí\8dã̲i0<\0'\vë§\9c¯ºz\96ª\8cÖá\ 1\93èç/K±,\12®\9b\ 1KT\9cé@\ 6\89À÷2¨wðCÚ»"}>óÛ\1cêØ_ýÛIxªÁ÷ÁÚñ\9f/,þ\1dENø6W\98\9eUC\7f¢1²0S\1c:Âô-\16ÍZ\16á±%á )\83Íqd\1dlN[oQ\879fB\9cÛõÝ\81[\1d¥G\ e\0¸ù¤r\ eÍëùÓðì*6»¿\fûÞNa2    18º\8bCÞ¬\14\85TÁ!%QgYE\1ez\92\16\17\9f¤¥\88ê=ÏYrðYn×õ\ 1'NoØÓ\95\93»Û±'\9d#U¸}ÒDÃêëþ\18\8f\1cõo\1fÿò_\iúD
+xÚ­XK\8fã¸\11¾çW8H\ 3«FZl\91¢^\9b[ïÌìN\ e\93\ 5¦\17{ØY ´M·\85\95%C\94¦§óëS\ fR\96-oÏ\0ÉEâ£X,Öã«"W\89H\92ÕÓ\8a~?®\1e\1eïß©\95LD%W\8f»\95,W2\15\95^=¾ù-úao\8e\83íoã4U\91þþ6Ö:\8b>îmÓàP\1a=\8cu3Ô-w~è\ e\aÓnÝm¬TQ¤Q\96ÞþþøÏûwé\89yV\88¬\ź\12\8f\7fb\12uI\92ÐôÛÖ¬\e\v»*\15ý{ÁL'"ó\84\7f\11Eê'¿C\ 62rí*¢\17æ'£}í\86®\7faæn\»¡\1eÆ¡îZ\9eþ\149ëwþh7a\E\95H¹ñÛO'\ 62z߯(\ 2\1c-\17*]Å BÉ*\ 4õ\19Zÿû\1d\90&It4OÀ8-ËHÊôÓ­¸\8dó$\8f\1eA\1e\1c-¢îÈ»a{\1aóý5\1d\81Û[»3c3pg×õ~E\8b$~ÓÏ·ª\8c\96°L\19ÉäÐ\82N,4\1a{ûÈJ\14\92\rôó«\ 6z¿\833\81©\9d\1dàtY\ 2Ru<Òv\ 37v]Ót(Ó3öAÕ/\aì­ÁKà\M½a²¦nÿpLñ¼·-\ f\1e\81\b\ eÐÃé\ euûÄ\83\9bàfËc\8d\e\aM\80\81\8c[\9c/-DQxÑ7ÛÅɤ\16U\98~Þ×sfÜ6-\99\ eúÃ\9e\1a ÍØ÷\96\ 3Ûº\a\7fAÇ(ÓH`Ä$`\O}Ü\93\ 1]½1\r3"rï;\99\12\85\9e\1f\88ý+\ 5\9d\90#\142\1a\9dÝú\91Ö\rÖla\87,O¢\a\9dâ\ e\9dAF\ fÆíyüd\ 5Ï\88\ f\03M÷ä¥\81Q8f\ eǤ\88.\92¨ÛÍ\95Ìþ\1cÎW[4W2\99+¹f.\98\9eÌE$3µêdÚ\8fÔ\8a}\92
+éæj]ØùBÅa>\17:¥ùw8N\ 1¡ªÈ~1\87ccï¸Wïø¿D\93¢\14Jzãß\8f®¿w/ná!:\13¥<Á
+qtü7ü»âÞ8\8cîÍ­¡û3       dR\89ìL\84¦\ 3Ë\\15¤L\84Ì'AÈ{RPP^\9d¹\ fXæûÅ6ª\14å\[7àAJc<À?\9bÎþ\ fîÚ;ãÖÍÏ¿¾YºÃ\UçVºà+\84çx|Þ.\89\91Íâ\90ñ¥¨ïwW\94\86\rV\ 4 \10g¢+¨\95f¢òdd1 êÚ;n\×S,K\91Èÿ³¦Î,ú?ê\8b\99±ñË\¤çÀýøUàN\ 1\99\18¸S\rpÙb,"\8c¤à¤½9â°ÄÌs©\98*\11EàóæíÃ/?.\95­DªçÚ\86\9dêvoûz ø\82îz¶\9bó\ 5\ 5\fïÆ\96\92¥#©&°çCJ\ 5çWç\88\7fÊÛ´¤Ä\83x\84<!\ föì\17»\19\87\13\1f£\16ó\17ðñB )\ 1ÏçºïÚ\ 3¶Ëh\10K\13 ¨/bK  ­¾¦\1a\15r\8c×rêá=Õ\90\83i\9a\17öKÊ¡Ø\98ë\ e¨BÁ5ËwÐÛ\18g¯åt)i˹oÄßà\e9l\8fÿ"2ýÓxð`LÆÌÎ\92:\92\ e\½@\8b«\174E\96P`\ 5\ 2Ë\rÎ\11\9d«\91\8cÒ\ eìp4½9X(Z®\84\85éqe^Dc\vÎ\8aé\ eöÿ\17ðë\9fkG°^\ 4ö@tdÜ\9d±ÏÏØS\7f\80\ 1\r\ 2\a\9bê\99Å\92\ 1kMïsµ\1f\9dÅ÷\I\v«\83îC­êAÇ~FZÒ\ f\8eMëº\83õè´\9bÀéÀskN¯OÁüÏõàMo\98àJJ)2¡\83»Å×\8aäà­ß]ñ\1c\ 591Sg\9eóªã|¬\9fHçº
+\99\1c\1a\16Ã\11\ex ú\1fC´fi\ 2^\v%\rO\98Ưíí\ 1J\10¬ .m¡\0Æe9Ùâ5\95g\99P\81\12Í««$h\90\0Çt~æjÎÁ        0Ê´,y\11þé$²Zú\16\r\85\85|Uq­\87ë\96ÖP\90QÊÉ\1a_\96õ§\14:\9b]Z\80      \81Ùun\80$EpËøó·0ó\9a÷Ç/´ÈÒE¤)(û\86±'-`»û¤²\1cËX¨^\11\18h\1e\82Ï\93Nk\10,T^\9d\8c\ 2A\896V¥÷\ 5$Z\ 4?\r¾\12üì        ìä\90\19¦"|+|Å|y_ùÅQᩪ«\1a\83\90\rµÂß_\r\ 6æÐ\e<)·\aØ\17
+·<?%Äø\eø\92Ï;æ\ 6; ÿãp0\ fï×ñ<\17\92Ö\13\aàu0\f¨\86\82E\ 5Û´>o\82/\\98ºq\88xe6\85\ 4tòp»À\967UË]¾UÒu²#\816&\RsFª2\8004(\95Ò½Vù«\ f\f\86\8a\8b\12ìÌà\v\8d°~\12\1e;\a\13
+\ 4/dq~\91eÌÝu#e{Ê\91Ë\a\ 2°wPýMüj\84\ 4\7fÒxA\9c\95|\1cÍE9Ã$ê~X@SY\89²úVd\92z¢ôü\97àRTg\89\v\89\18\r°\11\96\ 5ÈB4\95Ú+\ 1\ e\0\17\95äÌâ]¿µ}¨w»¥ªôT\1eßÈW5u·t\7f\91\a\1cºQ_Y\e§\95Æ[±\82\8a\93\ 2w\8e\93s\8e\1f¾b7¸`kïe\98?Y\8fvSSò\87\91I\87Ëä(\8bÓ}ÿo\8bmªSÖ\ f7\86é\82\ 20ÿàýFA\82¯\16~\83\94½Å õË\a3\8c\9eU¨øLó\8cnb0´^üÜ\7f\ 5Ìk¬ó£¦\9dª?\8aÅ,\87ŵ÷þéÑhb\8dåáñØÔ\1e+ïßI|ß\80²<¼ó\80¼X§³{h¡ñ!AE\1f±"U\93\ 2\8b,¼ñ¹«Ï%\1aó(&5\7fïVtïVyéß×øi\ 1\13Co\8dã´¯Ju*´Ê\19?\ 5Rx\8d\1f!\12\96      2\85FxÕ\93  T`\8ay\83bÛ­é·ÜÛ\eÇ\99eÓ`x\0N\16ÖO9_uõ,U\19­Ã\ 3&ÑÏ_\96bY$\7Ïê\ 3\96¨8Ó\81\f\12\81ïePïà\87´wEú|æ·9Ô±¿ú·\93ðT\83ï\83µã?_Xü;\8a\9cðm®0=«\86þDcda¦8t\84é[,\9aµ,ÂcKÂAS\ 6\9bãÈ:Ø\9c¶Þ¢\ e\848·ë»\ 3·:J\8f\1c\0póIå\1c\9a×ó§áÙUlv\7f\19ö½\9dÂd\12bpt\17\87¼Y)
\82CJ¢Î²\8a<ô$-.>IK\11Õ{\9e³äà³Ü®ë\ 3N\9cÞ°§+'w·cO:Gªpû¤\89\86Õ×ý1\1e9êß>þå¿\87éúF
 endstream
 endobj
 274 0 obj
@@ -2142,7 +2156,7 @@ C
 í¡«¸´-+x`°9c\113÷0\8e\92\9cð\9b\98\8e|]xïmÑ6%\19\ f>ͼñà\947\1eìæ\8d\v&m\8fø4CJ\969\9e5\1e-\94?ü¯\17¢A\82JOÊ\99\93N\15VJ8<iVInVQ\8f\86úSò\8f[\83c\7f
 .Ô[jÓ\9d4ʸM×ùN \1d\88©íÆF_I\14\9fÁ|#ð\8a:&÷\a¿\ 2\f°\9bô\13¹ÉX¶ôuï\1d\9c\1dã\e\84ðÄì¬ï.ÂúÝ3­©c!íVº8\89\9c\9e\90ê_ÆXÑc\8d\8c\83³»ÊTù\87nz,J\90JÀ"Õa\81\83\14Næ%®{\81søBJí¤É\ 2{L\9a®=v\85ÁaÏZ}ÈEí\14÷\ 2âgC[»hy~u
 \rcùõK{Oæ6YGvø`
-\88·\ 3¥c`ðÍ\vXt\f@ð'\13\8a\18>}G{©àÝù^'½kê`ȱ\83\11\aZÎu0Î\ezo¯ï^nç\8dîõpðMsì¼qFS^IîAÛú¶\81-\ e\83=+ÉN\1a]Î'\9b~0\10˸På\12\ eµK\16óaý§ß\ 1Å·;F
+\88·\ 3¥c`ðÍ\vXt\f@ð'\13\8a\18>}G{©àÝù^'½kê`ȱ\83\11\a:\9eë`\9c7ôÞ^ß½ÜÎ\eÝëáà\9bæØyã\8c¦¼\92Ü\83¶õm\ 3[\1c\ 6{V\92\9d\9cO6ý` \96q¡Ê%\1cj\97,æÃúO¿\ 3Ç=;H
 endstream
 endobj
 282 0 obj
@@ -2161,15 +2175,18 @@ endobj
 285 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2140
+/Length 2141
 >>
 stream
-xÚ\95\19ÙnÛHò}¿B\ f\ 3,\85\8d\18²»yí`\1e\1cÇN¼\88\96³\v8A\86\96i\8b\18\8a\14xÄÉ\ ef¾}ªºªy;ö<©»X]]÷ÑZ8¶ã,\1e\16úçÝâÍæõ©X¸\8e\1d¹\8bÍýÂ\r\17®´#µØ¼½±<\7f¹\12¡\b=ëM\í\96+)¥u\99Ü'e\92o\13Ü*ë<Î\97\9a8[~Þüçõ©ìH­à\ 6w±R\91\1djjo\8e®Þ\7f9º|wL\98½K½Àö¢Å
-.véâ£\9c.\8bË2Fòßiûuéy\0KãÛ,!È㮨\92ö£²â¬I*Ü\vÀc\16ë\1d/\88ÓýR\84Ö-\b\16XIIG\8b{B8Äe¼O꤬h\9f2\eI¼Å£¬\81{D"\ 48\b²,\1câÝÓ¼ëë@kÖ¶)AQx°F\80kÝj%\8a\10\b~K¶M\9d\169cÆYF\1fª\9a®úÍ^®\94ð­\r\11\93ó¼ãYä\1d\11ú¼#¼.\b>ËÎ\84骹-\và(GÁ\84´>YÕ.A¦psßä[bV
-\90¹$hµ-ÓCM0\92'¹£/\8f\9bx\83\90¡\1dzp+^gO\ ²\85ù\b\17\8c\ f\ 3£íçªhJð¾1\ 1©liP>-\89\91´"öâ\9aöä      \0¨\8b\ 3\80+\11yvÐ÷@v\1a\88\92Ö\7fw\89qNú\19¨\ e\ eèK¥luò\8a¶-A0\81\85\82½P\8e¼\10÷U¥UKÄ'¶;4`«;öd2p1Ñ ïÚ\9eÏêùA \ 2\96\1cÚ¨\1fÐnàØ~\bÚrlå\rH}üQL{mL\v_qLû\18ÓÂ7akb\1a\11¶,D\9cæiþÀ\87t\80ø\1e¹»ÏA\8d\80\81ßÃ>Íé·E\18\86!\1cå0\84O]\18N\94J!)\83aHzÀ°\ eIüðIxA\1e3VË\ 6n\15Ù20V\87E\16W5Óëû\v v7iÏ\81߸\1e\1c\1aÈ\ 1Ù\1eËä²-£?cÀ·\1aP\9aѲªIß=Fñ\eéSvÈ ô:\8d3\82rbBpE\90¸\1eè_j\1f\ e­¢®\8b½ÎY.G\88\1a¡ô$\9eèùÇÑ"')¹j\ e\87,5îÎ9^öb@=\1d\ 3 \ 6[ÈQ\10|ü»A }\1f3Í8\b\8e/ÎÏ\8fÖo\9f\8f\ 3í?Júàçû}\9cßá&è{iö\1dA\1ek6Ñ1\80(]\92ÅÓ\98\86\11\1a³\ 1\9a\9aà\98÷\11Χ    ØÓ®\ 2\834y\96T\15ãϺ\12%\7f%ÈðªMñÄ\8cЦÅ\9fN\ 6\841ª6\1e.ʤj²\9aÖèhJxæ`]Æ\aäF\ 5:b\11ô¸KM\99U\ 2}¯b2i=deÄ2\a¬á¤ó&ͬv\93zàU@!Ý'ýÒßÿ\ 4\8cÍX\9dÍ82úÉú©ÄGîs\86Ô](Æ;íç°\1aµ0.×\vø­\92\9a\16\8fTa`Å]\97+[¤T»ÈW,\1eÅo¸ÔNïºÚì\88À\96¦ML\87M)ÇKtÑÆ sAñõ\80)h\9d\88Ö\\91\1d@»ú¶À·HѰhª\16TÑ/'­ÀÊ©K\ 2\10e-_³\ 3?\90§Êº9Ð\ 6sSÆ'´\f\0+\93\98\89²\13ß\17%\93ê\e6ðç=\81dÔåZYW    \eú*1=\f\18Ù·\ 5AoºÆöªe\v\10NS\88\90ϯL\ ez`"¾÷r×øßÉñõæìbýåjsy¶~÷|Ó»19oàÊqùÐìÛú¥]µ\18åÈ_§ý\92çÛ\8eé\86VÛÉÝ®\8b¼Òç\7f\12\91¾gé¶d\e\e}A\94\1cp=#»\10\9eí°ð~'ü\87³õÉúâe}¾\12¢ßçãvØ\13`Má>\1fóÂ>Ù#ªé\9d*\82êJ\80g9ù@ÅÕ\15\16W3½3\9f¢Ô#MO©        \90G2¶\80´¼\9añ±\83&Täw\94\11\15E þvÃ\82\98[B¡®óõ©êYD)[±EN¯×Çë£ó\93\89þÀýܧ+S`\87\86ÂO¿÷ÌpóSúù\8f©\v8\80\1f0¾Î¬À-)\ f8ÌL±\86.Ù³\85êË>?F\85\82Æ%3rà¨\15\81\1eâÔ\ 6#ä¬ÓFA+\81Ñ\ 2°ONø/
-MwV\98Ð\ eB>ú\88üétÄ£Ur\87­[$8ÂÂ\81\11´\ 3oPý\86Æ\95\81è$        z\92ÀÚ$9\934GSKd{#\93\]\_\1e\8fd\92ó2       ×\ e¢ÖÚ+Ï\8b¬ëjª6éØ\9eËhOÄ\1d\8c^Ê P\92\ 5\1f¼Å\ 6\9bm\f4\847\19bu.êwÏ8\81d<èÌ\8eÓ/Î\8e\97'çG\9bã÷/\9b\1a\f2D\10\8dÊ(BL\86\b9æ¨xø\1cë0}S\86@RU\95>äº\8f\82Ým\8f*¹?\0§\19U\ 4¡-Í\0õË\9fÏeTM9Íãò;­±\81ÇJVÆ5\8d· \910²Cw t4M\14\9aª6´²ì\9aÒ\9b\9béõ^ç+[t\Ì×z6\ 1z]=\81\rLöº$²+\89°\81       ÛVº,F\91us<¦\ 1\80ª.\9bm\8dUQó¯"[\8a~Øp\99\ 4ßr\9dOKí±¡\99\96 1É\92^\19\v\1cz%Ð\9fRh,¾ÑI\87!\15\99p-R_Q2¿\ 1OË}\14\r×}\S\12f\883ß)0?©î.\1c\ f\1a\8f\87&\8b1\9b9Øn\1f \7f­tÝÓý8\89\82_\ 6¢8¾\11\ 5V$Ê8¹\8b~"ÈgÞ>T/\ f#\99Ú\5\92Ûáf
-¾0\8aoä&\9fR!¾ÝõD\1ciB\8aλz\fâHó4\7fÐK\18ϯwíXÆ\1aØ%Uú\7f3\8fÁ¤G\99` ;\85º3\83Þ°¶÷\1fL°í[\159\8c?\90·ç^\1fDdGÓTB\19õ¥ï\ fQ?\93àv\98I\10Â\99\ 4\97Ó^C\ 4\ ee\12üLC0@Ly@ \95\a,\f\8c®\8bͨ¦ \¿Ð1\95É\ 4Öó1~Ï4\8f\91sÙ!ðm÷¹æ\ 1âU\19\e\ fÞU\87\9câC\89}ÇDñ×o®Þ\9f|øð¼êÏòmÙ\8aC\ 3\83×&^\\179\8f\0½\97V\0ó\98\ 6p3:4·f\98   h\ 4Æ\8fC(]ó5-\8b\_\19RÂñ9©\0\91\83\96ý1Ǿ`\92\13Ú.¼}\b\19<.\ f]ÖyqÁûxryu¶>½x\81\9f\15:\1at0Ànø\10\1eM¦H\80´i]ôÓ:L,v@\8b\9b#CBÏ5
-2\a'lø\18\býd\1au\ fê@gâü\13\15\19\1aÓCý\10\ eÝë¡ö`hÛ\9b\11\ 2\94w¯­å)3\v{øÔ\ 4£ ý\93àñ$\ eP\9cȰx8üú\8d°v@­\b·+á\9aba(Ïäø\91«O#º÷\8eDO\18ú\8d¿È²B{IõoMódó\8f¿\0\95k\8cÌ
+xÚ\95YëoÜ6\12ÿÞ¿b?\148-ÐU$\92zÝ¡\1f\1cw\9d¸\88×\80½Î\1dà\ 4­¼\96½BµÒB\8f8¹Cû·ß\fg¨·c÷Ó\92#r8\9cÇof¸\vÇv\9cÅãBÿ¼[¼Ý¾9\13\v×±#w±}X¸áÂ\95\16Û_n-Ï_®D(BÏz\eWûåJJi]%\ fI\99ä»\ 4§Êº\88ó¥\b¬&Î\96\9f·¿¾9\93\1d«\15\9cà.V*²CÍííÉõûßN®Þ\9dÒÊÞ¡^`{Ñb\ 5\a»tðIN\87Åe\19#ûo4ý²ô< ¥ñ]\96\10åi_TIûQYqÖ$\15Î\ 5¬c\11ë=\ fHÒÃR\84Ö\1d\,°\92\92\16\ f´à\18\97ñ!©\93²¢yÊb$ñ\ e·²\ 6\1ep\11-\80\8dp\97\85C²{Zv}\1chÍÚ5%(
+7ÖHp­;­D\11\ 2ïɮ©Ó"ç\95q\96Ñ\87ª¦£þ°\97+%|kKÌä¼ì¸\17\ 5\91^\17D\9f\15g"tÕÜ\95\ 5H\94ãÅ\84´>YÕ>A¡pòÐä;\12V
+¸sIÔjW¦Ç\9aht\9fä\9e¾<¥õ~â\rB\86vèÁ©x\9c=q\81È\16æ#\1c\f\82\9f«¢)ÁûÆ\f¤²¥YòiI\82¤\15\89\17×4'O\0B]\1c\89Â\ 6\\89ȳ\83¾\a²Ó\88¡E\94´þ½O\8csÒÏ@u°A\1f*e«\93\9fhÚ2\ 4\13ø3^(Ø\våÈ\vq^UZµÄ|b»c\ 3¶ºgO&\ 3\17\13\rú®íù¬\9eï\ 4\92C\eõ\ 3Ú\r\1cÛ\ fA[\8e­¼\ 1«\8fß\8b\8diá+\8ei\1fcZø&lMLã\82\1d_"Nó4\7fäM:@|\8fÜÝç FÂÀïa\9eæôÛ.\18\86!lå0\84O]\18N\94J!)\83aHz °\ eIüðIxA\1eóªV\f\9c*²e`¬\ e\83,®jæ×÷\17\9d¤=\a~ãz°Ù¸k \al{"\93˶\82þ\v\ 3¾Õ\80Ò\82\96UMúî       \8aßH\9f²[\fJ¯Ó8#*\ 3\13\92+¢Äõ@ÿRûph\15u]\1c4f¹\1c!Új´¤wã\89\9e¿\1f-r\ 2ÉUs<f©qwÆxÙ\8b\ 1õ|\f\80\1al!GAðñï\ 6\81ô}D\9aq\10\9c^^\\9cl~y9\ e´ÿ(é\83\9f\1f\ eq~\8f\93 ï¥Ù7$y¬ÙDÇ\0.é@\16w#\f#5f\ 345Ñ\11÷\91λ\89ØÓ®\ 2\834y\96T\15¯\9fu%\ 2\7f%Èðª\85x\12FhÓâOw\a¤ñRm<\1c\94IÕd5\8dÑÑ\94ðÌÆº\8c\8f(\8d
+tÄ"éi\9f\9a\ 4ú^ÅlÒz(ÊHd\ eX#IçMZXí&õÀ«\80CzHú©¿ÿ      \ 4\9b±:\9bqdôõæ9à#÷9Gî.$ã½ös\18\8dJ\18\97ó\ 5üVIM\83'Ê00âªË\95í¢T»È\17L\1eÅ\1f8ÔNïºÚì¸\80-M\93\986\9bT\8e\87è¤\8d\82âë\81PP:\11¯¹$\93|=\82või\81o\91¢aÐT-©¢_\ 6­ÀÊ©J\ 2\12¡\96¯Å\81\1fÀ©²n\8e4AlÊx\87¾\ 3ÐÊ$f¦ìÄ\ fEɬú\86\rüyO ;êt­¬ë\84\r}\9d\98\1a\ 6\8cìÛ\82¨·]a{Ý\8a\ 5\vÎR\88\90Ï?\19\fzd&¾÷z×øÏúôf{~¹ùíz{u¾y÷rÑ»5\987på¸|l\ emþÒ®Z\8c0ò÷i½äù¶cª¡Õnr¶ë¢¬ôù\1fĤïYº,ÙÅF_\10%G\1cÏÜ]\bÏvøò~wù\ fç\9bõæòuu¾\12¢_çãtX\13`Ná:\1f\90\1cp©©\9d*¢êL\80{\19| ãê\f\8b£\99Ú\99w\11ôHSSj\ 6ä\91¼`W\0,¯f|ì¨\19\15ù=!¢¢\bÄß®YPÊ\19KKK¨ê|s¦z\16QÊVl\91³\9bÍéæäb=Ñ\1f¸\9fû|f
+ìÐpøñ\7f=3Üþ\98~þsê\ 2\ e¬\ fx½FV\90\96\94\a\12f&YC\95ìÙBõï>ßF9¤Mü%ÇtT«V$¶\81î`×\ 6\8cÓºv\10¶70Z\98\17?\8cl× ì\13
+¤ñÇ¡^*¹·)\85RH9lGm´\10\8d¶âª_\ 1»AÙO\ 5g\18´¢\8b0lEÇ1¡\1a® \94\1cÞÀñí@\fmp}ysuº~Î\ 6ÒvüÖ àq\91uSM5#BÛ5\8ay&´d`+£\ fjýÀ;ï°\86&¹¹\r\f'm \18ÐC0è\198ã^f6r^\r\80\8b\93íéû×5\ 6*t\ 6 \10D£L\89\14\ 3\ 2!\87\15å\a\9fÃ\19\1al\ 2\ 1dUUéc®K%\98Ýõ¸\92\87\ 3q
+\9a"\bmi¬ñó_/\81¦æ\9cæqù\8dÆ\ 5yWRÆ5u° \11ðÒÐ\1d<\ e vG¡I\\83ó¥ìêÎÛÛéñС\1a\vï\10x\10\92\ 1üº\94\ 1\13hÞuÖ\83a\97õ`\ 2M´­tæ\8b"ëötÌ\ 3\bU]6»\1a\13\9f\96_E¶\14ýðàL\18¸\96ë|ZbCä\85¦!\82Ú#Kz\99*pè!@\7fJ¡vøJ;\1d¦T4åzÁµ88K\96\86¸¿\ 4ÄãÔ/¬C\\13Î2Å\99/\ 6X\9eT\17\10\8e\aµÅc\93Å\1a°°¢>\ 2*T:µõñ"\18]ÅñÍU`DW\19ã·\90\91í\19øÍg\9e7T\ fj\91Mm\8e\1aÝÛáz    ¾ð\12ßÜ\9b1+Äç¹Þ\15G\9a\90¢ó®\9e\80ص</\9fßáP½o;/ÖÀ>©Òÿ\9a\96\v\9a9B\82\81î\14êÎôrÃôÝ\7f\13ÁÊnUäÐá\84\81ADv4\85\12ÂÐ×>1D}$Áé\10I\90ÂH\82Ãi9!\ 2\87\90\ 4?\13n\ 2¥M\b\84\80©\80\97w饫   \90®\91\98¹L\9a¬\9e\8fñ\93¥yo\9cC\87À·Ý\97ê\ 3\88Wel<x:\1dö\1ds\8a\ f%\96\16\13Åß¼½~¿þðáeÕ\9f绲½\ eõ\ 4^\v¼8.r®ò{\8f©@æN\fè¦;hîL¿\12P\97\8b\1f\87T:æKZ\16¹>2$Àñ\19T\80ÉQßý)ÇJ`\82        m¡Ý¾u\fÞ\8f\87.ë¼:á}\_]\9foÎ._á§\b¸BG\83\ e\ 6\98\rߺ£I£\b\94\16ÖE\1fÖ¡)±\ 3\1aÜ\9e\18\16ºuQ\80\1c\fØð1\10úU4êÞÌ\81ÏÄù'Nº/24¦\87ú¡5t®\87Ú\83¾ì`º\ 4\83\96§L»ëák\12t{ôg\81ÇÍ6P±éÂäáð\ 37ÒÚ\1e´¢µ]
\1c\vÃy\ 6ãG®>\8dèÞS\11½Règü"Ë
+í%Õ?5Ïõö\87ÿ\ 3i\17\87\7f
 endstream
 endobj
 286 0 obj
@@ -2194,13 +2211,7 @@ stream
 xÚÕWÛnÛF\10}ïW\bh\1f( Ú\90Ë]^úf;Nâ6±\rKIPÄF°\96Ö\16[\9aTH*\17\14ý÷ÎììR¤(9ÖK\81¾\88{\9f\99=gÎ\8eF>óýÑýÈ|^\8d\8egÏ_òQà³4\18ÍîFA2
 B\96\8aÑìÅGïd©V\8d®Æ\93\9eüu<\11BzÓ¥Îs\1c
 ½÷ã\84{ªÊÔm®ëñ\84Ç>®\8bÇ7³ß\9e¿\f7\87Ê\98Éd4\11)K̹ÇGÓ×\9fÞ\9f^MÏÎ_^|ôoh\ 3\1fl\0O\ 2òd¶ÔdòA\8d'2òþ,+ê\7f\19óØÓU\9d\95\ 5\r\148°~\18óÄ»E\97<mW^{\r\1cb,\89N¼R0_\8e|c¥Ò¹Vµ\1e¸\13\ 3»æzÌ\ 6ñM¸\bY"àë³\84ï\b1x4D¹\15bVt¢\8b:Ññ}Ñ\89½Ñ\85,vÑu¯j\10aÈÄ\ f"\14\11\ 6;"ä\87D¸RÍ\1c\9dYR7×äZ¾Ã®=dßÅ\86\87pçv\9då\8bÁÅ\1enT\1c\12«ã\94éÔ\8djÖµCL³{öl\88Y\10ã!\84\ 5\82\9cxºQÁÀ$\8f\19\ f\1f\85Ì\ fX\1aí\87L\1e\12Æ\97±\14\9eÊ×\9axXÞ\rìE!ó¹õçíÑÉëÙ\1f\97§\ 3\ 3B\82\ 4Ð\9a]\1es\90\9et·Ç\17ç;½M÷xÛS\ 5\937ÑNU\80@Ì·¡­Â\9b¯«J\9b4khkV\0jÅ\w×\vïXÕË=ÌI»Ì9¹xóîíùt\8fït\13ïj\r´\14¾\ f¾\81ÝïÔnó¹\7fÇAdwÕ@¬y3Ìä\84Å\ e\ 6$|\93\15x^àÍË\87\aU,¨Ó\94dd¡AßAp´\1d\86\19U9õ¾f\8bfi\9bKmÔ\ 3®\1dè\95ô\12mUetqYqOwG>¶Ú\9cguS3zF\8eÖMù \9al®òü»Í\ eÝPc½2´§m\ 2Rh®³UÓ\aL\r.\87'\92¥\8e]Ó³W\1fÎÎO^ïd`°\9f\82a\92²0é#øöòÓÉ\87\8b«\17?&à\11Þ5\ f\803\vý\r\9bH\1f¤\1eÜ÷¶©\18\1e\15çí/\7f\e+hdúÏÀL\9c2ße:\86\8fÇ\12RÐø\8a7^V\v2</        \ 1\95\15\ 6\ 4\1ck\97ö¨mV¯«\1a\9f\1a\9c´W>±àÊ\80\85A7´:k\8cXNâ8\85DËj\82\91t\81J\0\1c\11\9e\9bQh\b¦#Oe¹\9b\96\0\8d-CLøÖTP`ón]\18ºÔí
-s\ 6\17þ\9a<\81\896OÀ\1e\85\a\83«ÊzïwIy_)à½1\1f&\11fÁ*×\96\92пSó,\87а~Áþ5°Ð.\9d¶Ô\85NÂ"lÄÞÇ˪Ü:ó¤=óæY×\ 1º¸\95º·Ú\11øáN¡Þ!\1a@\867gç§\8f1®ó¸  \1e¶àF\ 4nØÉw. ó
-\8dØ\ 5\91Ã\ e\ 6\ 1\1cÙÁ\ eö¸\19\87\9dì`\aÓ\16;X`°\83¯Ã\ e\9a\eì\ 6W`Üà1¼¸ß@X\8c¬ð8v\1eÖ4×\82\1dwÀæ±\ 1;B°±mÀƽ«\1e
-ö´\16Y<¯\8b\13²\ 3ߦ]\81"\94¡±\8d2\fõP6ºt\10²Á\ 6ÙË\8b³óÙ\13_3\9eøNMx\12\98ôÇ/ÝC\12ôs\1a\17»\9cÆÉ\95yêJJ]\1a\82r\ 4D\97ÞGÚ\80OAïH[sÜg\ 5i\b.zÔîàN-°¨ô¡ôÎP±ýØ>±Ðè?±~Ôú\8c\93V\87\9cÏ8\84¬Ä¯j¶\ eÒÈ+l\94ûLD­     réÙP h\ fñ½-q¸=\13\iL¾`«\9f/¸ÆÍèÏk$µY>Tú \16,ØHýÏmzï\90\84h_'\905nóõqûÃ|5*Î\ 5\10\9aw\91¡\f\ eSßdp\98\ 6.\83q¨£¾8c²\16Ç7Y\8bÃ\9b¬ÅÞN\89ÆMN¢±MW\f\8d^Öî¢ÍF\9b!«zÚlþÁ\916C³\93µâ?ÊZ|\9c\8f¯N\8f~\9f\10\ 5öQI\ 3\rb\13\10ÓüïQ\95\9aÃ\9d\1aôPÔ\f³¹ã/,¿Òj\91\9b²\f\87óì¶RÕw\9aj*­\9a\9a&TMc\9b"\80\8c®À@SVnÖÕlýwÉÖÁw%\96zX°Eæ È\1e\14É\ e ÀE)BLå\ 1¹¥Ä¿¾þ\93.
-\8a«Ä%\82á.\98\\17pI\88M\fÏJCcyY\eÐ# xc×Õ¤\fz\9e\ 1\13-½%ÖºÝ\98ªÒ\85\85´±\88Û¿\97ö¯@f\vHc+¤zÅT\9fëÛ\1aòØ
-\93«I+\rÞ\1dÄ\91éÓÊÄ0ź©Rm\9a\88­Z*Lñ\r/j¨\99        \9eT\12\8b\12
-+¤Eö%[\90úÀ\11\ e¿\9aöS\92wÖ÷¥\176¸*a@\ f[1¤ÒU{Ò\97[
-$}º=\9cQh¸_íá4é\r.@Wðkõ\ 6\9b\1d½±+ºR\12\e)ÁC\9c\94`ÛD\82«ÿGÕÞètöÓ¿.¼\18Ð
+s\ 6\17þ\9a<\81\896OÀ\1e\85\a\83«ÊzïwIy_)à½1\1f&\11fÁ*×\96\92пSó,\87а~Áþ5°Ð.\9d¶Ô\85NÂ"lÄÞÇ˪Ü:ó¤=óæY×\ 1º¸\95º·Ú\11ør§Pï\10\r Ã\9b³óÓÇ\18×yÜ\ 4\ f[p#\ 27ìä;\17\90y\85\82Èa\a\83\0\8eì`\a\8cÃNv°\83i\8b\1d,0ØÁ×a\aÍ\rv\83+0nð\18^Üo ,FVx\1c;\ fk\9a\8e;`óØ\80\1d!ØØ6`ãÞU\ f\ 5{Z\8b,\9e×E\16ç    Ù\81oÓ®@\11ÊÐØF\19\86z(\e]:\bÙ`\83ìåÅÙùì\89¯\19O|§&<    Lúã\97î!  ú9\8d\8b]NãäÊ<u%¥.\rA9\ 2¢Kï#mÀ§ w¤­9î³\824\ 4\17=jwp§\16XTúPzg¨Ø~l\9fXhô\9fX?j}ÆI«CÎg\1cBVâW5[\a\156Ê}&¢Ö\ 4¹ôl(\10´\87øÞ\96\9e      ®4&_°ÕÏ\17\ãfôç5\92Ú,\1f*}\10\v\16l¤þç6½wH½`B´¯\13È\1a·ùú¸ýa¾\1a\15ç\ 2\bÍ»ÈP\ 6\87©o28L\ 3\97Á8ÔQ_\9c1Y\8bã\9b¬ÅáMÖbo§Dã&'ÑØ¦+\86F/kwÑf£Í\90U=m6ÿàH\9b¡ÙÉZñ\1fe->ÎÇW§G¿O\9fZ\88\ 2û¨¤\81\ 6± \88iþ÷¨JÍáN\rz(j\86ÙÜñ\17\96_iµÈMY\86Ãyv[©ê;M5\95VMM\13ª¦±M\11@FW` )+7ëj¶þ»dëà»\12K=,Ø"sPd\ f\8ad\a\10à¢\14!¦ò\80ÜRâ__ÿI\17\ 5ÅUâ\12Áp\17\v¸$Ä&\86g¥¡±¼¬\rè\11P¼±ëjR\ 6\80\89\96Þ\12kÝnLUéÂBÚXÄíßKûW ³\ 5¤±\15R½bªÏõm\ryl\85ÉÕ¤\95\ 6ï\ eâÈôieb\98bÝT©6MÄV-\15¦ø\86\175ÔÌ\ 4O*\89E©t       \85\15Ò"û\92-H}à\b\87_Mû)É;ëûÒ\v\e\\95\87­\18Réª=éË-\ 5\92\1eÎ(4ܯöp\9aô\ 6\17 +øµz\83Í\8eÞØ\15])\89\8d\94à!NJ°m"ÁÕÿ£jot:ûé_[Ü\18Ø
 endstream
 endobj
 290 0 obj
@@ -2223,19 +2234,11 @@ endobj
 >>
 stream
 xÚ\95YKsܸ\11¾çWL\92\83©*\r\97\ 4ÀWn²,;JÖ\8f²åCÊÞÔRC\8c\86e\ e\87\90ß\9ent\83\ 4\87#Y¹\fA\10h4úñõcV\81\1f\ 4«»\95y¼Y½¼ùåµX\85\81\9f\85«\9bí*LW¡ô3µºyõÅ\8bÒ³µHE\1ay/ónw¶\96Rz\1fõV·ºÞh|UÞÛ¼>\13\897äÕÙo7ÿøåµ\9cH­á\84pµV\99\9f\1aj\97ïß~øxõá×\7fÑJçÐ(ñ£lµ\86\83C:ø¢>[« óò¶Í\91ü\ fzý~\16E0Wæ·\95¦\99mÛìit¿+7¸tG¯Ä0\8eZ\9d\17\1d\fÃÀëw¼í\80÷ò\9a®+\89\12|Û4ûC¥û²©;Zs§kÝæ½.\90ÝU@ìE\86½[æIÆÂËñ¡¼n§«
-\87ÒÛ\ eõ\ 6éÐ[      ò\89\81s<ï\eþ\ 2A³ñ\16ç\99\88a\fÉ\1cÚæ®Í÷{º!î\9føbêù¦¬ÊÞÙüÕë4/þ¤7ë%»¼\19\94\97ú1\r¾|\98\1f\ 4S\97ãA¿\9d\93n\ fù\1d\7f\v\ 3ùõÌ_jØ*\ e\1eÒ\1cõêúã§\9b\8bË\7f>¢â`Ô®È\84«]|\9dk\17g6\8d1®>/벾ù\90D%2\10ÌÐ\82\1d\9aïóÕ8\99z}G³Í\96\9eã¾¢lõ¦oZ>µësc7ß|P»\f¼Wøy&D2IØQj )£ØË\ fd@:oq"A%\9b\11V\10ÕØû\86¯Ññ÷ÄkÚB·ãÜ\ f&Ûò×¢ì\ e\15\8b\ 6~\8cÅ\0\95Ñb`\8c\94\8eÕ!Cág    \v\19®Ù-´ b?±Z¸\1dʪ/k£Õ\15h9ó\93ص\9a\vð\8e;\92»\ 4¹ô\r=÷z\8f\82\0\80³\16%"C#e³jWv4r\94\8b¯så\1aBãg\91\19r Oú2tæÆ@v<´1ß\8brËä¬\12Q%\v{Ï+ôyÄ\fE¢Ç'ù¾\8a'\85\83\95«D\82\1cúiűHC\95øÒJì0t»b!S)}eWäu± !\84¯¤¥Ð\1c\96\ 4D\82\92\9f)¥#\8e\8c¤\87Îð§&\19á-HF\86í\86\82\90j-dè\a\89k»È\16`Z
-X\b\92\ 4\9a\ 6\8e4Í9¢\ 4\17\88\93\805¿\1f\9d\vW\99S\0\15IÁ8\ 3\1aU.\18'Þ}\89\10\88«ê\86·\19'Øåõ\1d/\19\11\18¼÷\ 4RM\ e-#×SSé\ 1oQ\10y×Û\85\80SåG\82å÷(þ@\14\8a­k\18\13\ 5úCÝé\1e±.ʼÒ\9c©¼ªéÈË\15Lñ coß\94yE3\0Ó\av\80\1eäÆ4ôw¼­®\89z¹å'S.ÉRá¶Ê\ f3÷ÖÝpÛé?\ 6¾{eL\\80,\80»ç`îÕÛ\8bËOO\ 2î5²¢Æ(\ e£¯"Jj\f\8bÒ\18~É£#/e÷\91Ö}p@\~/Û\86,$5Ú\ 2ó¼ßéùÚx\f\8a0\a^×ö|Ê}ÙïÜóªA/ñö÷%¼ù\81õ£~y]?±6ðâ\9c\11|\ 6ô»nØ\e¥fÈ[ÞÛ\91¦\81å\12\86%¯j\87\9a\91/c\11 \1d~ê}¾é\16[o\a\90il@ݬ-h\0P\8eÂdݧ~\12¹\9a¯Ê\9a#¬.Jðû»géûóõ«'Õ}³c¢\94\9aíu\v©\91±)mx\84ì\84,\95&\ 1JZZ_\16\14ø     Í%\8bH\1eÅZ\9cÀ=>ÁÒ\rC¾Z`¼ðì\17Ä㦮Ø\91\7f~Å×\97W¯®o\9ewI\94\8el\154Êùä\9c^\v½Í\87\8a\99\1fã¨\14Ó\15\97ö\16&ÊÏ">n­\17Ü\84¡¯ìç\17D¤9L¹\16Å.u2¬$ÂOBÞºÝ,)G~p\14¦\89[H\ 6÷`Z'D\bÑ\12C»+Ãë7ïÞ\7f¼z:\13\ 3²i\fd«¦^wú\90\v\93     Ø&\ 6\1e\1c\19s\80g\a&\1e\87\ fÆ\95àÕ\\10\9e\10+\1a\93¹À\98A\0F\8c\99í¶i÷äJ0\89°Sé:ßórJn\1fIYѾ\84D\1eE\12òV\1a\13\ 1\1cÝï\0¯iÈÜá\8b\80䢧j\0\99\15\10Ó\9a\9a\97\99|0±y$\fØ®)»Ã¥ ìE\fO2_Ùðñ\98`\95\ 3PeÇÄ\1f6ÕPp\r\ 1\99\8eð#\17ä¨|\99¹\1a\8b\1d\8diK\ 64Ý¥ +°¢À\8f(\8a\8e\82öu9
-ÕuI\ 4Xrðî1c\17±ò\13ÅÜûÍßþ»LS\ 4\ e¬¹/\rPE¾P3\ 3üüîòÝÅÛ«\9fÖ\ 2r^\vHÈò\8f äD- m-\80\1f\8d\14hh¤\ 6i~NÀ,&\8c\16ceÆK\1dT«ø\Âzi\9dvn\94úAo\ 6vpô\1a:\ 2\1dé!bHR\b\9b`\89®´    \92±ÁM\98àÐ\a£².ô\ 3m\ fØ\8f¬_íØ;&?±\1eHÅö\ f>ße\7fý(»(,\15\84V\ e8´r@vUJìª@p\86Ùô}³_ï\e\93wÂj{     Î\ 5\ 3Îd\8eÌ'öÃ\94\97§¢ó>?å_Ò\8fåS»íÇ\91cÊBÃy\16JN\16\84¾\88]/Ó\ fàS&\97\83ËÕFÕQf¡
-F9=¬¡À*§\84ÇܰãüÎ
-\14sQ\11\1eåÉ|\0 â"q  $&äÁÓ^\ 1\19ê(¤]\8e\89ÕwSüñ­"Aø>ª·nÈdmLg?¢Ä\ 3ÓÇ~h­sñS·­\89\94°\v\1fLÂ/\82SIu\98©I¡\8f{r0]¬d¯²Yµ
-bNÁÄ\98\90²jôKΠMVM\85\8b\98åG'òl\05M\82á\98Xr²bÎ\92jĸSYµ|~Výæ×÷/\9f\8c n»
-\13Îd\19Fq\92ð\1cGèÄø<ä}¯[SãÁ[¡M.Nn\1aÚ
-)L=às¾o
-\9e¼ÕÔdaâ\14\86¡\8dÆO5­T8\8fÃ
-ÃÔ!¯;\8e¹\10¶¨` æ\96\12\8bå\14\91b\8eH0áÒ>¹GLGÐ*\16©â½CÃVÙ<\86K\95R\f\97Q@p¨2[hd\8eHñó   \80       !ã²\18ò´f\85MéÎÝò- ³RÙQ     ]Ð$Çq\97%\8eãÄ-\99·ÈühfÞÎ\r\9fe\92\1fß\7fþðé\19áTq8¥,\17ÂÙ¼VÇ\ 5Ëpª¦\8a\88y\87\11ESåݵÍpèܹÈí¸ÎvÏ\8b\ 5øÂ\ 5\86S_åËzÏé+AÜl\rÄÎZ\111Clr
-bC\88 \99\85«Gä$S\8c\v\13ÀNm\10Äm\ 3§ðtà\14C\83\81Ó(\9dàÔLòR\86S\8c\1d\16N£Ópº\ ecAéѨüǸLü,s!U:\8d\8a\11æä\b©Ò6*\10òæ\8d
-\98a\0M]\0\953\0\95G\0*Ç¢íÿkKd\91\1f¥®µB\88î7»üD\17ÒÁO\12Ågã2\80f\9e»\16;Ú8$\v\ 3@Ýô¦Ù( \82\8bÑððÕ\9arÛT4\81'S\7f\17\b\8c¸s\8eý^åý1\94¶3\8b\92\9b´\8eWp\13ï¸ýû\8ddVþ'çÌ \9cZï¡ÂÖ»\9dW^æK\1cHïËß-/8}Í\r\8dí³\9b\80`úì°<\fC쳯\95ä¬\fw!\92¶Æ!aÅ$\8fSU\93ñ3Á`%©öTN\9e\11ûÒBá()Ü4!ô±ÂÒÄ\ fmj2S\b^@\bÛT\81\ 3KcbÂÖ303[O\a¹À\ 1¯¦Í\8c\974ö,\82\86\9bI,±ÝV\19\91\10"\b\86 íÄx\83\8fIéðm¦ô4\0çn÷\90­ÿ ¥'JýTø±-nþüT\ 2úÂT¥!i\a\89u\1a쯠ñÑ]\91\13S\bÂ'*7a\82;¢¼\86®\99¦¾T®µ\1dAë\B\80\9f¿;Vl\168V\8c­\88,¶é-6©´\1d\99¦H\16OP=\99V¶à\1eé\1a\8c\8c).Ôú|iv\8etÓì\84t\15\9aÏ¿\7f\8c\85\9b\ 5ÜOÉ+¢Üïʶ á±¤SÊÒi\95~t\8d#W\91¦X\83\95\eHÕ::Í\98±ÑH¤ü`fwü\a\9d   ÿ9\96n-½\9aX\18Û°\9f\ 4¶£\17\10Su\ 1\ flÝL¥`\9cZ\ 5Á§m3\980\ 3ÛóÎ¥\a\83ICqvd;\86\8ae _ªå\1eoÚ´Å9épè\ 6R\92\ 4T\*)      §\12ì¯O¶W1Êe\16\9f\80Ö\ 4"i4^\93\82ÿ1\80ã\14`X>Pì\82õÎæ¹\19\93"\92Ä\97Ñ\1c\87éoÀ1çÅ\97î[iÿ\91+hf\8b\81ÙùÛ/dÅñß\88b\14NG_\9bzöï¢0zä\7f\ 4¯ùÿÅ¢¡R\84ÿX4ÿqà\9eZot×AvUñ_\8aæ~'ÐÙ¶xl¡\89ñ\19â£í¾\8e\rÃVçýQW\b¢nÿHoÖö\90\15÷<¥íy:\16G\7fò]Ýüé\7f^
-fo
+\87ÒÛ\ eõ\ 6éÐ[      ò\89\81s<ï\eþ\ 2A³ñ\16ç\99\88a\fÉ\1cÚæ®Í÷{º!î\9føbêù¦¬ÊÞÙüÕë4/þ¤7ë%»¼\19\94\97ú1\r¾|\98\1f\ 4S\97ãA¿\9d\93n\ fù\1d\7f\v\83èë\99¿Ô°U\1c<¤9êÕõÇO7\17\97ÿ|DÅÁ¨]\91 W»ø:×.Îl\1ac\}^Öe}\87s!\89Jd \98¡\ 5;4ßç«q2õú\8ef\9b-=Ç}EÙêMß´|j×çÆn¾ù v\19x¯ðóL\88d\92°£Ô@SF±\97\1fÈ\80tÞâD\82J6OÒ#¬ ª±÷\r_£ãï\89×´\85nǹ\1fL¶å¯EÙ\1d*\16\rü\18\8b\ 1*£ÅÀ\18)\1d«C\86ÂÏ\12\162\³[hAÄ~bµp;\94U_ÖF«+Ðræ'±k5\17à\1dw$w  ré\ezîõ\1e\ 5\ 1\0g-JD\86FÊfÕ®ìhä(\17_çÊ5\84ÆÏ"3ä@\9eôeèÌ\8d\81ìxhc¾\17å\96ÉY%¢J\16ö\9eWèó\88\19\8aD\8fOò}\15O
+\a+W\89\ 49ôÓ\8ac\91\86*ñ¥\95ØaèvÅB¦RúÊ®ÈëbAB\b_IK¡9,        \88\ 4%?SJG\1c\19I\ f\9dáOM2Â[\90\8c\fÛ\rÍä\ 5!ÕZÈÐ\ f\12×v\91-À´\14°\10$     4\r\1ci\9asD .\10'\ 1k~?:\17®2§\0*\92\82q\ 64ª\0N¼û\12!\10\ro3N°Ëë;^2"0xï    ¤\9a\1cZF®§¦Ò\ 3Þ¢ ò®·\v\ 1§Ê\8f\ 4ËïQü\81(\14[×0&
\87ºÓ=b]\94y¥9SyUÓ\91\97+\98âAÇÞ¾)ó\8af\0¦\ fì\0\8dièïx[]\13õrËO¦\\92¥Âm\95\1ffî­»á¶Ó\7f\f|÷Ê\98¸\0Y\0wÏÁÜ«·\17\97\9f\9e\ 4ÜkdE\8dQ\1cF_E\94Ô\18\16¥1ü\92GG^Êî#­ûà\80¸ü^¶\rYHj´\ 5æy¿Óóµñ\18\14a\ e¼®íù\94û²ß¹çU\83^âíïKxó\ 3ëGýòº~bmàÅ9Et#ø\fèwݰ7JÍ\90·¼·#M\ 3Ë%\fK^Õ\ e5#_Æ"@:üÔû|Ó-¶Þ\ e ÓØ\80ºY[Ð\0 \1c\85ɺOý$r5_\955GX]\94à÷wÏÒ÷çëWOªûfÇD)5Ûë\16R#cSÚð\bÙ    Y*M\ 2\94´´¾,(ð\13\9aK\16\91<\8aµ8\81{|\82¥\e\86|µÀxáÙ/\88ÇM]±#ÿü\8a¯/¯^]ß<ï\92(¹¦\1dÙ*h\94óÉ9½\16z\9b\ f\153?ÆQ)¦+.í-L\94\9fE|ÜZ/¸        C_ÙÏ/\88Hs\98r-\8a]êdXI\84\9f\84¼u»YR\8eüà(L\13·\90\fîÁ´N\88\10¢%\86vW\86×oÞ½ÿxõt&\ 6\18ÈVM½îô!§\84\17&\13°M\f<82æ\0Ï\ eL<\ e\1f\8c+Á«¹ <!V4&s\811\83\0\8c\183ÛmÓîÉ\95`\12a§Òu¾çå\94Ü>\92²¢}  \89<\8a$ä­4&\ 28ºß\ 1\90¹Ã\17\ 1ÉEOÕ\02+ ¦55/3ù`bóH\18°]Sv\87KAØ\8b\18\9ed¾²áã1Á*\a Ê\8e\89?lª¡à\1a\ 22\1dáG.ÈQù2s5\16;\1aÓ\96\fhºKAV`E\81\1fQ\14\1d\ 5íër\14ªë\92\b°äàÝcÆ.bå'\8a¹÷\9b¿ýw\99¦\b\1cXs_\1a \8a|¡f\ 6øùÝå»\8b·W?­\ 5ä¼\16\90\90å\1f\89Z@ÚZ\0?\1a)ÐÐH\rÒü\9c\80YL\18-ÆÊ\8c\97:¨Vñ¹\84õÒ:íÜ(õ\83Þ\fìàè5t\ 4:\86SCÄ\90¤\10\12]i\13$c\83\9b0Á¡\ fFe]è\aÚ\1e°\1fY¿Ú±wL~b=\90\8aí\1f|¾ËþúQvQX*\b­\1cphå\80ìª\94ØU\81à\f³éûf¿Þ7&ï\84Õö\12\9c\v\ 6\9cÉ\1c\99\87)ëô/OEç}~Ê¿¤\1f˧vÛ\8f\94\85\86ó,\94\9c,\b}\11»^¦\1fÀ§L.\a\97«\8dª£ÌB\15\8crzXC\81UN    \8f¹aÇù\9d\15(æ¢"<Ê\93ù\0@ÅEâ\12HLÈ\83§½\ 22ÔQH»\1c\13«ï¦øã[E\82ð}ToÝ\90ÉÚ\98Î~D\89\a¦\8fýÐZçâ§n[\13)a\17\98l?\98\84_\ 4§\92ê0S\93B\1f÷ä`ºXÉ^e³j\15Ä\9c\82\89\86!eÕè\97\9cA\9b¬\9a
+\17¥|1Ë\8fNäÙ\0j\9a\ 4Ã1±ädÅ\9c\88q§²jùü¬úͯï_>\19AÝv\15&\9cÉ2\8câ$á9\8eÐ\89ñyÈû^·¦Æ\83·B\9b\\9cÜ4´\15R\98zÀç|ß\14<y«©ÉÂÄ)\fC\e\8d\9fjZ©p\1e\87\15\86©C^w\1cs!lQÁ@Í-%\16Ë)"Å\1c\91`Â¥}r\8f\98\8e U,\84SÅ{\87\86­²y\f\97\18\80àPe¶ÐÈ\1c\91âç\13\0\13BÆe1äiÍ
+\9bÒ\9d»å[@f¥²£\12º I\8eã.K\1cÇ\89[2o\91ùÑ̼\9d\e>Ë$?¾ÿüáÓ3©âpJY.\84³y­\8e\v\96áTM\15\11ó\ e#\8a¦Ê»k\9báйs\91Ûq\9dí\9e\17\vð\85\v\f§¾Ê\97õ\9eÓW\82¸Ù\1a\88\9dµ"b\86Øä\14Ä\86\10A2\vW\8fÈI¦\18\17&\80\9dÚ \88Û\ 6NáéÀ)\86\ 6\ 3§Q:Á©\99ä¥\f§\18;,\9cF§át\1dÆ\82Ò£Qù\8fq\99øYæBªt\1a\15#ÌÉ\11R¥mT äÍ\e\15\0\9aº\0*g\0*\8f\0T\8eEÛÿ×\96È"?J]k\85\10Ýovù\89\83\9f$\8aÏ\86Ge\0Í<w-v´qH\16\ 6\80ºéM³Q@\ 5I\86\17£áá«5å¶©h\ 2O¦þ.\10\18\1cû½Êûc(mg\16×â%û²7i\1d¯à&Þqû÷\eɬüOÎ\99A8µÞC\85­w;¯¼Ì\978\90Þ\97¿[^pú\9a\eÔx\eÛg7\ 1ÁôÙay\18J쳯\95ä¬\fw!\92¶Æ!aÅ$\8fSU\93ñ3Á`%©öTN\9e\11ûÒBá()Ü4!ô±ÂÒÄ\ fmj2S\b^@\bÛT\81\ 3KcbÂÖ303[O\a¹À\ 1¯¦Í\8c\974ö,\82\86\9bI,±ÝV\19\91\10"\b\86 íÄx\83\8fIéðm¦ô4\0çn÷\90­ÿ ¥'JýTø±-nþüT\ 2úÂT¥!i\a\89u\1a쯠ñÑ]\91\13S\bÂ'*7a\82;¢¼\86®\99¦¾T®µ\1dAë\B\80\9f¿;Vl\168V\8c­\88,¶é-6©´\1d\99¦H\16OP=\99V¶à\1eé\1a\8c\8c).Ôú|iv\8etÓì\84t\15\9aÏ¿\7f\8c\85\9b\ 5ÜOÉ+¢Üïʶ á±¤SÊÒi\95~t\8d#W\91¦X\83\95\eHÕ::Í\98±ÑH¤ü`fwü\a\9d  ÿ9\96n-½\9aX\18Û°\9f\ 4¶£\17\10Su\ 1\ flÝL¥`\9cZ\ 5Á§m3\980\ 3ÛóÎ¥\a\83ICqvd;\86\8ae _ªå\1eoÚ´Å9épè\ 6R\92\ 4T\*)      §\12ì¯O¶W1Êe\16\9f\80Ö\ 4"i4^\93\82ÿ1\80ã\14`X>Pì\82õÎæ¹\19\93"\92Ä\97Ñ\1c\87éoÀ1çÅ\97î[iÿ\91+hf\8b\81ÙùÛ/dÅñß\88b\14NG_\9bzöï¢0zä\7f\ 4¯ùÿÅ¢¡R\84ÿX4ÿqà\9eZot×AvUñ_\8aæ~'ÐÙ¶xl¡\89ñ\19â£í¾\8e\rÃVçýQW\b¢nÿHoÖö\90\15÷<¥íy:\16G\7fò]Ýüé\7f¦Vfs
 endstream
 endobj
 294 0 obj
@@ -2295,9 +2298,9 @@ xڵYIo
 ß¸Cǯ³\10ÙmbBÓÚÂ5-W$þÏ©I\80Téû\95Å\11\rÙv\88\85Ó Y\\9fÝ^¾«\9f¯5V\9e.\94\95\ 44\14\8ck(Ü«\1dç,]\85b'g³M\93\\biÒ¨ç²zãå\f,V°\85ÔßH\1dΠ    ÅÔ¡Ss\85£R²P`\99Ë\8cZå`*j=ÕÙkÖÈE/á\86=¼w,°\9c\9a.\9bÒ\82I\rçY¦«]èúü_\13Ý\80\ 6m=~¬n±}º3õF\bLή¯?°Aò\ eÛ?\f\ 6¶×\19SÈÆDÎjë\12«[Á        ÌöÄ\9aÆG
 â¾Z>\8a·\13\98®N»    9?pJ(d¾ [د\9ap\ 6Æ]½{LW \84@×òÓ\93õ\18\10\14\8e/Q`ú£D&h\8e­\vkGm9P×\7f&\18\80\80çw××g«å{u\91?\0ijÝÃ|d»½ùË\fÎ{p\9e´Ìs          H/«5%Tè¶äC8GnÊ@«K1EO£\89ÔJÕ\10\18\1e\8b\f\1ch¤º\8d1'ì\93¢\86\86\aæÀðÅÑHLWßJ±#\89\e3e`¼dä\95±Äz\18®ð¾È]à\rò óú\84%RßÚìe1\95
 @áw\15¸$¦yR×
-W¸±\96'r´vÈùè¶ö­Å55\7f¢/R>\80þè\88t}\94#ògÇq\8f7´ª\98Ö\10»¤Ñuõ3;þ#ì'fó ¤°Å\1cã\9a¾\19\8f\8b¬Û\14>\97zÓ?åN³O\9eeÈq\1eç\9f©ÃÑà>¼.\88¥YÖ¤ò±Æ\96\97!\8b\9e\8a\0;\18\ 4|\1a197ær\14'\1eV\90¸\86Ô\86\1dábë\ 2RJ&1\84ø¨Õ\1d\16\89±¥aÆ\ f»\83Ï\8bÇðáØ\0>\1cf9\80®á#ê\182ä/\90á @¶\98¢¬Qtÿï(Þ,\1f\1eÎ.\97\ f\9f\8d\eøì8F\13)C4!Êéç\11\7f\1cÙp\84Ã\ 5\ eñS
+W¸±\96'r´vÈùè¶ö­Å55\7f¢/R>\80þè\88t}\94#ògÇq\8f7´ª\98Ö\10»¤Ñuõ3;þ#ì'fó ¤°Å\1cã\9a¾\19\8f\8b¬Û\14>\97zÓ?åN³O\9eeÈq\1fç\9f©ÃÑà>¼.\88¥YÖ¤ò±Æ\96\97!\8b\9e\8a\0;\18\ 4|\1a197ær\14'\1eV\90¸\86Ô\86\1dábë\ 2RJ&1\84ø¨Õ\1d\16\89±¥aÆ\ f»\83Ï\8bÇðáØ\0>\1cf9\80®á#ê\182ä/\90á @¶\98¢¬Qtÿï(Þ,\1f\1eÎ.\97\ f\9f\8d\eøì8F\13)C4!Êéç\11\7f\1cÙp\84Ã\ 5\ eñS
 Ì\ 5¯¬Á}dºl\81íâ[[6z&ß7\855\98Å\11\85¥jM©\1c\ eÿ¤30øFÂ\9a\99\96\1cx:]Lü}zö>ôÿÄL;'ó\86N\86ðئcú\ 2Ðõa\1c_a\0\97óuH9\1dR\9e\11\1e\ 5Êæ+Ó\18©Û¯7Ëû«óÏ\ 2%U¨ü\1e\aøQaûã\14Dr2l\83\1aÖýÑÅÑ\95\17]\f\87\9fJ]W·ËÛ»Ï=|äò\98@\9b\87´yH\9b\a²y_x÷\15{ZÑÕ\1d\aµèr\8b#aÛb\103\aÏ'¹\98\90úN\97ß\8f\ eãv\87yøDÉé\84^g§Ø\97»ÖØDã¾,æÊpÂØ¥\8b1Oyj³¼ÁÓ#¿´Üí(\189¡8\1a\10\aµ-\91ÉGirÞî
-&B\80yÆR\13é\844\12÷\95ÜWØñ\16q\80eäÀ⺲\93åì¼\ 3\1fÅj¹-\9dµM        f\91éz\97f˽¨\957?YÖ=·\10f\e]øNn\84\81c\ 6ÚO\1f®.\7f»º=ÿ2}Ï\83øiÿ¸¦u\83À´Foq7gç_>ó\12ÖG&\1dó\92\86{\9b\96\8e\8c\9fǺ;ï(8Öou£vB$kØë\7f\10H¢×'h_·\19ç\ f^Åïh8\90   ÃÎDOô{Q¿Ñ$ÝÁ=¡X'Õ\9a\8f\17\8d\14åk{{.Z\1e÷\86ï<øãH\9eqöí\ 2\1f]\13zB\7f[ÈI&÷    Ë1#\8d\10\87\ 5~ÆZ®þö_\9c¦\11\95
+&B\80yÆR\13é\844\12÷\95ÜWØñ\16q\80eäÀ⺲\93åì¼\ 3\1fÅj¹-\9dµM        f\91éz\97f˽¨\957?YÖ=·\10f\e]øNn\84\81c\ 6ÚO\1f®.\7f»º=ÿ2}Ï\83øiÿ¸¦u\83À´Foq7gç_>ó\12ÖG&\1dó\92\86{\9b\96\8e\8c\9fǺ;ï(8Öou£vB$kØë\7f\10H¢×'h_·\19ç\ f^Åïh8\90   ÃÎDOô{Q¿Ñ$ÝÁ=¡X'Õ\9a\8f\17\8d\14åk{{.Z\1e÷\86ï<øãH\9eqöí\ 2\1f]\13zB\7f[ÈI&÷    Ë1#\8d\10\87\ 5~ÆZ®þö_«²\11\97
 endstream
 endobj
 302 0 obj
@@ -2379,19 +2382,17 @@ endobj
 313 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1945
+/Length 1941
 >>
 stream
-xÚÅXK\8fä¶\11¾çWô!Àª\ 1\8b#\89¤\1e¹ywv\1d\a\ 1lÄs\9b\19Øì\16»[^µ¤Õc½ãC~{ªX¤¤ni&\935\ 2\9fÄ\87T¬ÇW_\15µ  X\10l\8e\eóønóöîæC´  \ 3\96\85\9b»Ã&L7!g\99ØÜÝÞ{ïNªéu»õ9\8f¼øo[_\bé½UÝ    W¸÷a\9bF\9eVýÐênëG  \ f\84\17óíãÝ?n>\84\9b0a\91\11éÃIáÆ\17\19K\8dÔxëË8rr\12       r2>Ê1_Ï\15\12¨\8d\1f¥L&æó»SÑÑù\9dÞ÷E]áDx¹îöm±C=<ÝÑÚaT\ e_\1fªâÓ iÜ×ô\ 6*ÁF\8d\ 5ãÂhl\ få!\8b¬Î,$­¿¯¶<ð>oyèÕ\1f\8bê\88\16\90\18\92Â'ÍAå\14\14\8fY\94\19\19;c°\8c\84w_ÖÕѯ\9bþ\11çÒ»÷\8bv\1cª\9d>\9c>\9e«¦\1f>\7fÉß¾»ýû\8fã^M\87dóC\ 2&å&0'\80Dôǵ"\²8²¯<Z\rü\1f\16¢8\98ï$u'\90õó3òâ\8ceÉ\\1e¨¶\90\ 6á\a,ÑKªõq\1f\13\16'à_ÎBi¶\8eÃYWýâ\b\11b(èkÆØ£ýܬξ~É¥ÿ£\1f\ 5ÄéOv£ðüýJ\80\9d¸¾EȽä¬e $K¢E\1câ\90¥\9c<)þ¯qð»¯\8c\19Oÿ{@Â+\1c>\13\90ø+\ 3²\8eëdáÏ(`"ûJ\_Ð\9d/%àÐ\ fGÖø\1eù-\8a<\95ç\85e»Èò\17¬ö'M\v\1d\0£Ô\80\1f ¿\93\9ex;
-Ád]\96ôÒ¾>\9fU\95ûeQiú\9e<ÑÑä\ 1\18Õ\8aûi¤VX\aÿÑêýÝÉ~÷\93îÉrË\94\93áo\87¢ì\8bêñ\e`b(\ f\8d:jääÀ\93ÁÃÖ.\82Ö­]Uf\10gpôgÔ]·ª¤\853N\a\90\85F¥3£psÔ\eeô'ÕÓò\13~S\ f4Ù«\8a\ 6\19Ô.\b'èßéK h\ 5\15¨É\863\1e8t=Õ
-Õ4TUTKE\83J\ e·Îç£_i×:\17\96±\18¥\9e>Ô­¾ú`\8aV<\8f\16\9f\adV¥lU£I«÷õ±*~×9[ÀË\96Ú0CÄ£%¾\9fëÝp<\82øk¤É\84É\vÈ~Û¶ªÂhq¨s 4\ e\9cÎ0\18\ 5\99YÓÖ\ f\91LJ»i4\8dG\93i¢¿èýÐë|ÚJFoÌ%;\84â°WmßA´$\98\7f\87ýÅк ÍuÅ\10\b\9eÁ\11½®r<\ 2g¤¢©ÊB\ 4Þ¹6Úä\9av-¼qg\84\v\16Ñê=µ$¸fQÜ!\8cE\1c[\18ãK<£7\8c\83pA-µ£^¤±GH\80ä\ 1\9f©1ù:fYÈBÇb`\8e±a\19¬\80]\91¡\91\8bn\7fNn\12°0\9aÓÞB(çSAÛ\91Á\ f[\12\8c\92mlpx\18ª½ãMèk\ 4°¯\9c\97\90\1epL\1dQ\1a\8f\\92&3.\81      q       \f,\97\98ý\9e\ 6\10Ah}\8e\e2 '\81\12\ 6\8a\1e\17\ 5ô3>×ü\ 1¨f©ã^ª8\eß.Îbg¬\ 4Kô2\ 6rb~
-ÂÃv%\ 5Ã0bIl\92Ð6\8f\90\84ùñ\9bÚ§\ 2Þ½"\17Á\8e,\ 3.A\12\12A@\b\82§2Ñ\0ïäõ°\ 3
-ù4Ô&ÃpÏI7\93\ 6xBçnk\87ÄøDB\7fYvª\80\ 4éLûëR;\96¸\ eä\r\89+ÆC\8a
-%S\92\83l\ 3Ì  Ü&\9d\0JªÍ-h80ÓE\1e\ fÍ\80Ñ\ fb¯¨è9Æ.\9d\88\85N\85c5¬\18À\12\97CGÝ÷\90G\v+\ 4g¡ýÇ\1fè¬\a¯1\14Q·½Ú\19.\83Å\1a\98JJïW\80\ 3\ f\12o¤:Ø\ 6\10\9eU\8f\ 5\85ÇÞûOCñy\vo«RWX5¬1\86\ fá¹ækhØ];âß.ï;!\13rô6\814\81{ÈE׬¿ìucË\13%żºÔCO^Å+\90Õv\ 1S\a¹k\94¾\1a¢«¦C\ 5sEë\975FJÄ+-_K,\0O\92\fìÔ<£*      º-º¦T\ eý \9e²\97Á\8eØ\ 5\14=ëÎMøXÛGÜRÅ\1f=Ê=[è±¼\15ÖÉݰ\a\19\87¡,\9f¶)÷^övfU/ª¢÷\ f\17-f\1c\8c/T꼤3\9fÞ\9añ¯ï·ûUypó\1e\1d{)oæ´\14ÅÌÃKÅ\e©?t\r\ e\84Þ ­Ïô½\98E/\92h\e\9dBù²z\8e\80\86Ñ\19÷\0IßõZåt
-UÉp\ 592c©\93ýï\e\86×\8dv¿\8c{ÈäHTTÉBC+¨´²OGXØt\ 1~M·BÜ\94\86\9a¹ÀÔ¾×¥NYCÛñ"\10ÿ`º\94\7f(]\1cæªZã-¢:¾\94Þ\84¦[£WìUµQ4Á.\9a\ 6k\ 4\9d\88ÉÒ\91 £ùõ\9a\ 5\7fAÀ]\93\1cC\89Ûµª}"Ñ®k\80áìßSâ¥ô¸\7f75Ú\89÷O+#ñÞ\93QÐ8\98Hfpe¾Àr3¦wÊ\r¥\8f½5\87vZÙ$\9fuñÜtñ¶\vÿí¤í?¦©\7f·\1d+\f\vû¯i\ 5W¯ã\81ª\86^zÊÛ\97cR½é­ÛjR;vJÅ^÷\ 4¹tö\7f+r·\80ÍôÐÐd,a|­*\85\19Ç\1f\ 2\14 \eÝïo\9eS*N§Rû\ 6ÅI\8f
-P\8c)\ 6÷\99'»x¸R\8f*­n»ºR¥M9¨ëò"RH\8a\85*\8bß\155uQ\96ZÍñ®·Ú¼¤  K\92Knøù9åSÉR×G¿ù\ 6K´\sF4u
-Nâz\82\ 3ì\85¸\92\87ÞX×\14\18RLb_\88z\14O\ eF\ f\18\ 4R+\0]LxÑ
-L¿cÝoQB¢¹M×\1f\r\10s[úì\vÊ^T\8dI\13\9e_ÇtU½Æ¼ó\8aë@:Ï­1sVh.\9e\90÷2·\8b9ìø\ 2+¸6¡\xÎ8U=\9b¡\17Ö\9b¿Ûîï²\18Ýé.<a\942~áúݬ­ÈõA\r¥µ»8¼\96/\8c\1aó(q\8cÒ\ 2\90q6U6÷§ù\99R`¢¸y\7f÷\97ÿ\0\99¿$N
+xÚÅXK\8fä¶\11¾çWô!Àª\81\88#\89¤\1e¹ywv\13\a\ 6lÄs\9b\19Øì\16»[Yµ¤Õc½ã\83\7f»«X¤¤ni&\935\8c\9cÄ\87T¬ÇW_\15µ  X\10l\8e\eóøÇæíÝÍ\87h\13\ 6,\v7w\87M\98nBÎ2±¹»½÷Þ\9dTÓëvës\1eyñß·¾\10Ò{«º\13®pïÃ6\8d<­ú¡ÕÝÖ\8f\12\1e\b/æÛÇ»\7fÝ|\b7aÂ"#Ò\87\93Â\8d/2\96\1a©ñÖ\97qää$\12äd|\94\9e+$P\e?J\99LÌçw§¢£ó;½ï\8bºÂ\89ðrÝíÛb\87zxº£µÃ¨\1c¾>TŧAÓ¸¯é\rT\82\8d\1a\vÆ\85ÑØ\1eÊC\16Y\9dYHZ\7f[myà}ÞòЫ?\16Õ\11- 1$\85O\9a\83Ê)(\1e³(32vÆ`\19        ï¾¬«£_7ý#Î¥wï\17í8T;}8}<WM?|þ\92¿}wûÏ\1fƽ\9a\ eÉæ\87\ 4LÊM`N\0\89è\8fkE¸dqd_y´\1aøß/Dq0ßIêN ë§gäÅ\19Ë\92¹<Pm!\rÂ\ f\97Tëã>`\80',NÀ¿\9c\85Òl\1d\87³®úÅ\11"ÄPÐ×\8c±Gû¹Y\9d\92KÿG?
+\88ÓÿÙ\8dÂó÷+\ 1f1wâú\16\92³\96\81\90,\89\16q\88C\96rò¤øSãàw_\19\8f\983\9eþ÷\80\84W8|& ñW\ 6d\1d×ÉÂ\9fQÀDö\95¸¾ ;_JÀ¡\1f\8e¬ñ-ò[\14y*Ï\vËv\91å/XíO\9a\16:\0\ 1?@\7f'Õª=ñv\14\82ɺ,é¥}}>«*÷Ë¢Òô=y¢£É\ 3\15÷ãH­°\ eþ£Õû»\93ýîGÝ\93å\96)'Ãß\ e\17Õãß\80\89¡<4ê¨\91\93\ 3O\ 6\ f\bZ·vU\99A\9cÁÑ\9fQwݪ\92\16Î8\1d@\16\1a\95Î\8cÂÍQo\94Ñ\9fTOËOøM=Ðd¯*\1a\f\9dfP» \9c \7f§/% \15T &\eÎxàÐõT+TÓPUQ-\15\r*9Ü:\9f\8f~¥]ë\XÆb\94zúP·úê\83)Zñ<Z|\1e\90Y\95²U\8d&­Þ×ǪøUçl\ 1/[jÃ\f\11\8f\96ø~®wÃñ\bâ¯\91&\13&/ ûMÛª
+£Å¡Î\81Ò8p:Ã`\14dfM[?D2)í¦Ñ4\1e\89þ¢÷C¯ói+\19½1\97ì\10\8aÃ^µ}\aÑ\92\1dö\17\82\15C x\ 6GôºÊñ\b\9c\91\8a¦*\v\11xçÚh\93kÚµðÆ\9d\11Þ¸.XD«÷Ô\92à\9aEq\870\16qla\8c\8cÞ0\ eÂ\ 5µÔ\8ez\91Æ\1e!\ 1\92\a|¦Æäë\98e!\v\1d\8b\81\86\ 2vE\86F.ºý9¹IÀÂhN{\v¡\9cO\ 5mG\ 6?lI°A3J¶±Ááa¨ö\8e7¡¯\11À¾r^BzÀ1uDi<rI\9a̸\ 4&Ä%0°\bö{\1ąC\ 4¡õ9nÈ\80\9e\ 4J\18(z\ø\19\17ÐÏø\ó\a \9a¥\8e{©âl|»8\8b\9d±\12,ÑË\18È\89ù)\b\ fÛ\95\14\fÃ\88%±IBÛ<B\12\ eçÆoj\9f
+x÷\8a\\ 4\f¸\ 4IH\ 4\ 1!\b\9eÊD\ 3¼\93×Ã\ e(äÓP\9b\fÃ='ÝL\1aà \9d»­\1d\12ã\13 ýyÙ©\ 2\12¤3í¯KíXâ:\907$®\18\ f)*\94LI\ e²\r0\83\80r\9bt\ 2(©6· áÀL\17y<ôÍ\80ä\9d\84^\81t\9dDSðÒYi\86ªè\9aªc5¬XÀ¸Óñ¨û\1e\12ia\86à,p2~ø\9eÎ|ð\1aÃ\11uÛ«]©I\81z\87½¾÷\1fÀ-æ\ 3.9®Ã1 ð¬z[QÞ\7f\1a\8aÏ[)!0\9a\A\8213ñå\15gCG\17f\ e\87·Ë\v\84\1cÝM(Mà"rÑ6ë/{ÝØúDY1//Ϋæ\ edµ]àÔaî\1a¦¯Æè\95é©×S   sUëç5JJÄ+-_Ë,@O\92\fôÔ<£*        º-º¦T\ eþ \9e²·Á\8eè\ 5\14=ëÎMøXÜGàRÉ\1f=Ê=[é±¾\15ÖÉݰ\a\19\87¡,\9f¶)÷^övfU/ª¢÷\ f\17=f\1c\8c/Tê¼ä3\9fÞ\9a\11°ï·ûUypõ\1e\1d{)oæ´\14ÅÌÃKÕ\e¹?t\1d\ e¦½\84\fhë3}/fÑ\8b$ÚF§P¾¬\9e# ctÆ=@Òw½V9\9dBe2\A\8eÌXêdÿvÃð¾Ñî\97q\ f\99\1c\99\8aJ\19Ñ
+*­ìÓ1\16v]\80_Ó®\109¥!^µf.0Åïu©SÖÐw¼\bÄ?\98\1fJ\17\87¹ªÖx\8d¨\8e/¥7¡éÖè\15{Um\14\8d¦Á\1aA'b²t$èh~¿\9eÈ÷ß\10p×%ÇPãv­j\9fH´k\e`8ûù\94x)=îßM\9dvâ}ge$Þ{2
+:\a\13É\fîÌ\17XnÆôN%âbj®9ôÓÊ&ù¬\8dç¦\8d·mø/'m\7f2M\r¼mYaXØ\9fM+¸z\1d\ fT54ÓSÞ¾\1c\93êMoÝV\93Ú±S*öº'È¥³ÿK\91»\ 5ì¦\87\86&c»\ eã%ÖÂ\8cã\1f\ 1
\8dî÷7Ï)\15§,     §v\80séQ\ 1\8a1ÅàBód\17\ fWêQ¥ÕmWWª´)\aí\97¼\88\14\92b¡ÊâWE]]\94¥Vs¼ì­v/iÂ\92ä\92\e~zNùT²Ô5Òo Ïä\81\sFÄDt%q=Á\ 1öB\ÉCo¬k
+\f)&±/D=\8a'\a£\a\f\ 2©\15\80.&¼h\ 5¦ÿ±î¿(!Ñ\§ë\8f\ 6\88¹-}ö\ 5eoªÆ¤ Ï¯cºª^cÞyÅu \9dçÖ\989+4\17OÈ{\99ÛÅ\1cv|\81\15\\9bPn2Ò\16ìg3ôÂzó{Ûý^\16£;Ý\8d'\84Æ\8d_¸~7k+r}PCií.\ e¯å\v£Æ<J\1c£´\0d\9cM\95Íýj~¦\14\98(nÞßýåwÎù$Ö
 endstream
 endobj
 314 0 obj
@@ -2413,18 +2414,17 @@ endobj
 317 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2515
+/Length 2513
 >>
 stream
-xÚÕY[\8fÛ¸\15~ï¯ðC\81\95±\11\97\12©\eú´Én\8a\14\r²È\fÐ\ 2\93 «±9cµ²ä\95äÌæß÷ܨ\8båzóÚ'R\874yx.ß¹x£\95Ö\9bç\r\r\7fݼ¾ÿám¼\89´*¢ÍýÓ&Ê7\91Q\85ÝÜÿô\10¤v\eÆy\9c'Áë²?lCcLðÑ=¹Î5;\87\9f6x_6Û8\vÎe½ý|ÿ·\1fÞ\9aé¨\10n\886¡-TN§\85á©í«ßyßìÊ$SI±Ñ´çÍ¡l\9eáè8M\82á@\934x\84!\vܡܯið¥j;$Û }âeæ\r\7fñr\0Ö\98(?N\82½{*ÏõÀÔö\84\ f
-\W\ eUÛÈ\86êS\9c¤®ëyËS×\1e§û\89×|âÕØT\19áõúkBÞ\12\82\14#\96b¤µQ1\88+J\82~(\9b}Ùíñ\v\98ly<\96Ã\ e¥xàMÄû|·Ú\86Ö\14Áý¡êù\a<&AÕ H\ 6×ì\1d\1digGþ\aO\94\83D}Ñ¥,·(\f|\ 2<\898N\88ã\12\8e·±\ eJ\1c"`£«v\ 3\93ú³\17\ 6^F=à8\1cJ¿iâ;ÓYpç\1cÓïÜ\8eå\8eÛS\15E<{`öpÇ/\1fîÞý\93©ï[ºhï>¿Zsx*\9f\1dÛc\96¾âÉ\13Ú\ 5NJ¶Ì½ëw]uâ\v\91\8e|âÈâ\85\1dtí¥\86£Ü ÙÞR±\89\8dàØ\92@÷N­í?Îb\15£)\14*\8aÅ\ 5:ÇÒ\ 4}]÷\83Ù#ß\8f:L²\88ÙN2\13ô\aW×8\8dñ©H\99\1dJäq\87  >\ 5½sL\1d¥\8ft\90¾fòý?øãÅ1wxÌRúv%ýOÛ+/÷O\81\87\e\17×=¶½»õj>üçßÎÕ\97m\92\ 4\1a\ 1¯\8aÙ²Ak¿®®Ë´Ê¬è#ü²º!\8a\94Mdù;t%k\83\8apKÎ\16\81áñUs:\ fü¸ºj\/6Õó*(áëw\9d<¾såþÊã#S¨,_½¾GÙÿáëï\ e-òõ\ 27hrÐ,\90\9f\12¡jÀÌ\8f\82^\ 6|\8b­\1e&\ 3\83\ 3̪\ 6ý\8f\0\1a¾Èêa\14\b@Jã\7f![f \84Ëç\81%\0s ¯}Ïý^\89\80úónçúþé\×_·¹      H\18\80ø±J\93¹Ùß3.\9b¨\bJ?éÝ\17\84 \80b\14|\94\a}Õ<×.d ,»\12ì°ã\95\96\9c¸çß1ÊàìH\18ö\95÷<2*ÉÙçÓ©®\18\12áJÙÏ\1a'\91¢Ó¦ÁÎË\11\80çåPM\10\9c\13\9bô\96Èb0\9c½¾i\a\ f3\84 I\1a\94U]>Ö\8eMé¥\1a\ e£­¬\8c\99ʽ1"\82^\1aD¬U\1eËú㹪\87ª¹fbq®Òl\81,;ÞUÌîJ\94öq\15\1d»y^Ý\ 6\9a\8fû\b\16\r¢±\ 5i>\8c\13\rÚv»óàøc×\1e\8f°Òó\17\85J:ÒÎnM\8dJâÛ×\ 2\80j¿¥|"=ã\9d§\8e!\1fm
-\7fF\97\87\82W¨:2ÞÆ3X\rbxQaU²ÐÖ\8f¤s°\11«5øë±¬\1a:Ùj\0Ïîù|t\f\ 3\18ðtÄÖI\13àà¹A\vÂ\9d\b=H%^\90À1\10\82\ 3²\84\ 6\8c«'0Ú£\83× \8f\16Íp(»AÞ¿\ 4P2\92K­ÆVå\1eÆþ¬oÂØ\15\93(\8cÊ\97 SÝ̴ޢö\1dÂD\1c\17"f\98\b\14\12\rÕa@nç\86       >Ý@ç¬8y@Ç·\ 1¢ª.\82wëuüaÎ\87ö|\1aÉ\18\0-\8e»\1fo Mc¬B"äSk\11>¼cÍ-/C\ f¤°Õ\7f~Å^8Ū4û¦HUß\14Û\14\93\8d5\1et! ø\b\ 2Ó\12s%\9aÈZ\85\10l![\13ú\ 1\9d\f'òv´düÜW\1d<»þ*¿òp\ 5\86ÆwîùÒG1i\9c×í3\ 2Dh³,øÇÁ\1fÄÈ>rµ\92\1d2m#-WL"\84;ÐtÉ\1cÆ=4F\81[\86e
-\9d¨sò\8d(\9a\8c\9d¾Jþ1±'ë, \9c2Dâú:\96\eÈ\953\9f~!ö°îÂ\9aÇÇ1e\9bé'\ 5¯7S\80'(0i®â\ 5\14xñÄ^<SØ\a\1ec\81w\98\±õW^én&üÕI$\bÌ\92\91\ e¥EV;9û¥ò{¦h\ 5dAXN%\96¡ö\8a|\946+é<\8eÕÙ\15ë]H\a-\ 5 \14\0׿×Ä\1f§(µ\eç\87üèËK\0}¢ty  ¿\16¯éÜ©.\11h\90Ì\18
-Ôݹë&KÊFäÁ5±\10 \96\82ìyª\8at.\1a©ú`\8b¨!öG ;\80ê¨ê@â\84%\19bI\8c²×¾è \r^cøñ¶\ 2}!xÄ\85\16ð ß%B¢\84+&Îh\98\97\19+G»(9À8¤zÚU¥·h&`A\96Iq;/VJIEÅÔ\8cõoü\ 6$ë¾\11Éþÿ«\8bþæKßa£ óh\8d³öä-\82=\1fÇ\13¼Sì\11U\9d'\ 1\10~ãØ´<^$\ e\bS\vY\96\8cæâ\9e\8bìFî <f%\82)ÏÂ\9a^ræ\84
-\ e\9eq\97âj³\80\7fCeÌEß \19ù¡SëºE\88{¡53\1dt\99Ü\)¾}¢#ÖÝ.LY,Ý\rl¯/\8c»@ZD4
-\15\8bÕU<7ßbð\92\ 3ÿtÓ\f~\84ã
-\80\8bª\1f8\1f¤Æ\ 5\8ce-\19ܾ=C\1e\1fþvn\aNý´d°=\7f\80\89ìÜÞ/\8dq\18\ e½\82¤\ 6òà̧skÆT6\ae-\81\96\92ØóÙÔ0ÑÚg\9fS{\85¡1\86rÓÌÕÓ\9e\19$fà}=þÊf\92ÛZ©ûp2½\8d¨Ô½\996¦PF\81F¡¾ù·ÛÉ\12\ 5{\18ë²y>\93\9b⾡+\9b¾\96b
-\97_.\8c\9aù\12þí\ 5òkD7ö\8c²\96\1d,\vKÑxUBÅÑ\14ÐÞ¬Ód\8d¨À«m·þµE\1fãen6­\8a\93Y\88\15|CV¦Þ\15\9b\14\94Nüñð÷Köï·y\1cLB\11\90\v£,W¹ù\1fP\87HG­   ñVlE\1c±\8aí/BȯW$\92ªÌ\97\ 6as»\ 1\85\80à/üÑHge\86:@\95leé×v\99­\T¥\ 5\ 2\98\1fÂï?\7fàC\1eVõ©ÉT1Ö§\aàè_í\18F\17\a§\85*¼'}^\15\9c\95ÉæR¥ÃHä?ßo´²Ùæ\ 5¶Çʦ\b\1a\16\9b\13\90\vzB½¹Û¼¾\ajªlÁÔ\9cÛÖs¦æf\92¨$\17¦È\±\9cj(·I\18Yrë\93\1d;å6vêfàÆr·s'\ 6\9bÜ\8e\88\82g]ë\1eÄ\11\18P6\17Ù5ë-¢eÿ\80ÏfSæÜ\18\14\14gs×|s(OÜn\ 1E[\1c\8aàáNrZ\98¿ö'áÇ\e1\13ª°à[\8c\18\88\15\e\8c¹\97\8a\8aíÌ5¯éÈ`;\ 2jØ$ÏT\ e*\82\9aIå©ÿ\16\ra{=\8d\91\98£\9fÞÒ\10\93\86ðmË \8f<¯Ý)±Ê\9beøá\ f\9c\89å\99E\17ò\84à'-t¶\0\98Hít\96On\9aëYÓ|tI\9b^krF`æÖ?çû?â\8bN<7\13\1f\15E\ 4\9d\S\f°?õ¤®éÅPU\10¦Zc3\f\14\ 3!'\89F¨\19MbHu¤¢Û¾c\97\9aA\ 6©ð\92\7f\18¨y' \19\17\ 5ÆÑË8\ 2ubÐ@\16B=OËí*¤\81\98-\89\99\16bi\7fú\92XO\85º6³¾"\9e0z".=rkqå\80      \94!æ¶\ 3F(\12émuÂé2¦ãÕ\r\8fâåðÌ\9c\{\8ebS>\97\16Ò\95\ 5\1d&   9\17\11ùQ©oÌpfEÿG\8c­Í´\98\92¾\8c\93\f¤]ÉW\0\14\8dö\85¾\93år?\1c\8c\91\97\9eiûª\87²\8f\11M:<P\94S\87\a\97K\9f½hìzÍÔË\rn\1fôüìXúlK\ 2\ 3RçÎ=\1d>¶é\8dÏ~Ù\8cÿô_¦Sv³
+xÚÕY[\8fÛ¸\15~ï¯ðC\81\95±\91\96\14©\eú´Én\8a\14\r²È\fÐ\ 2\93 «±9cµ²ä\95äÌæß÷ܨ\8båzóÚ'R\87ô!y.ß¹x£"¥6Ï\e\1aþºy}ÿÃÛx£UTèÍýÓFç\em¢Ânî\7fz\b\rã<Î\93àuÙ\1f¶¡1&øè\9e\9a\9dÃO\e¼/\9bm\9c\ 5ç²Þ~¾ÿÛ\ foÍÄ*\84\13ô&´E\94\13·0<µ}õ;ï\9b\1d\99dQRl\14íys(\9bg`\1d§I0\1ch\92\ 6\8f0d\81;\94Û8\r¾Tm\87d\e´O¼ÌwÃ_¼\1càjL\94\1f'ÁÞ=\95çz`j{Â\a\ 5®+\87ªmdCõ)NR×õ¼å©k\8fÓùt×|º«±idä®×_\13ò\96\10¤¨Y\8aZ)\13Å .\9d\ 4ýP6û²Ûã\17\²åñX\ e;\94â\817ÑÝ绣mhM\11Ü\1fª\9e\7fÀc\12T\r\8adpÍÞ\11K;cù\1fä(\8cD}úR\96[\14\ 6>\ 1\9eD7NèÆ%°·±
+J\1c4\£«v\ 3\93ú³\17\ 6^F=à8\1cJ¿iºw¦²àÎ9¦ß¹\1dË\1d·§\91Ö<{àëá\8e_>ܽû'Sß·tÐÞ}~µ¾á©|vl\8f\8a'Oh\178)Ù2÷®ßuÕ\89\ fD:Þ\13G\16/ì c/5¬s\83f{KÅFG©7\82cK\ 2Ý»hmÿq\16G1\9aB\11éX\ s,MÐ×u?\98=òý¨Ã$Ó|í$3A\7fpu\8dÓ\18\9f\8a\94\19S"\8f;Lð)è\9dcê(}¤\83ô\15\93\1fî=ã\8f\17\90ÍRúv%ýOÛ+/÷O\81\87\e\17×=¶½»õjfþóoçêË6I\82²v\r\1aè\80GÅlÙ µ_WÇe*ʬè#ü²:AëÈ&²ü\1dº\92µÁ/]E¸%¼E`ȾjNç\81\1fWW\8dëŦz^\ 5%|ý®\93Çw®Ü_y¼6E\94å«×÷(û?|ýÝ¡Å{½À        \8a\1c4\vä§D¨\1a0ó£ \97\ 1ßb«\87ÉÀà\0³ªAÿ#\80\86/²z\18\ 5\ 2\90Òø_È\96\19(áòy`        À\1cèkßs¿W" þ¼Û¹¾\7f:×õ×mn\ 2\12\ 6 ~\1c¥ÉÜìï\19\97\8d.\82ÒOz÷\ 5!\b \18\ 5¯ó ¯\9açÚ\85\f\84eW\82\1dv¼Ò\92\13÷ü;F\19\9c\1d      Ã¾ò\9eGF%á}>\9dê\8a!\11\8e\94ý¬q\12):m\1aì¼\1c\ 1x^\ eÕ\ 4Á9]\93Þ¢-\ 6ÃÙë\9bvð0C\b\9a¤AYÕåcíØ\94^ªá0ÚÊÊ8´Ê¢Ü\e#"è¥AÄ*ÊcY\7f<WõP5×L,Σ4[ Ë\8ew\15³³\92Hù¸\8a\8eÝ<¯N\ 3M%óÇ}\ 4\8b\ 6ÑØ\824\1fÆ\89\ 2m»Ýypü±k\8fGXéù\8bB%±´³SS\13%ñíc\ 1@\95ßR>\91\9eñÌSÇ\90\8f6\85?£C8\90êXÁ+T\1d\19oã/X\rbxº°Q²ÐÖ\8f¤s°\11«\14øë±¬\1aâl\15\80g÷|>:\86\ 1\fxJ³uÒ\ 4nðÜ \ 5áN\84\1e¤Ò]\90À1\10\82\ 3^        \r\18WO`´G\a¯Á;Z4áì\ 6yÿ\12@ÉH.µ\1aÛ(÷0ögu\13Æ®\98Da¢|       :ÕÍLë-:lÛ!LÄq!b\86\89@!ÑP\1d\ 6ävn\98àÓ\r\8a\93\at|\e ªª"x·^Ç\1fæÌ´gn$cäÆ\ 1Z\1cw?\9e@\9bÆX\85DȧÖ"|xÇ\9a[\1e\86\1eHa«ÿü\8a½p\8aUiöM\91ª¾)¶)&\ek<èB@ñ\11\ 4¦%æJ4\91µ
+!ØB¶&ô\ 3:\19NäíhÉø¹¯:xvýU~åá
+\f\8dÏÜó¡\8fbÒ8¯Ûg\ 4\88ÐfYð\8f\83gÄÈ>Þj%;¼´ÕJ\8e\98D\bg é\929\8c{hÔ\81[\86e
+\9d¨sò\r­'c§¯\92\7f\93u\16\10N\19"q}\1dË\räÊ\99O¿\10{XwaÍãã\98²Íô\93\82×\9b\13\14\984\8fâ\ 5\14xñÄ^<SØ\a\1ec\81w\98\±õW^én&ü\15'\12\ 4fÉH\87Ò"«\9dð~©ü\9e)Z\ 1Y\10\96S\89e¨½"\9fH\99\95t\1eÇêì\8aõ.¤\83\96\ 2P
+\80kókâ\8fS\94Ú\rþ!?úò\10@\1f\9d.\ fá×â1\9d;Õ%\ 2\r\92\19C\81º;wÝdIÙ\88<¸&\16\ 2ÄR\90=O£"\9d\8bFª>Ø"j\88=\vt\aP\1dU\1dH\9c°$C,\89QöÊ\17\1d´Ák\f?ÞV /\ 4\8f¸P\ 2\1eô»DH\94pÅt3\1aæeÆÊÑ.J\ e0\ e©\9evUé-\9a X\90eRÜÎ\8b\95RRQ15cý\e¿\ 1ɺoD²ÿÿꢿùÒwØ(È<Zã¬=y\8b`ÏÇñ\ 4ï\14{DUçIÀ\9a6\84ß86-\8f\17\89CL2ÂÔB\96%£¹8ç"»\913(\8fY\89`ʳ°¦\97\9c\82\83gÜ¥¸Ú,àßP\19sÑ7HÆû\10׺n\11â^hÍL\8c.\93\9b+Å·OtĺÛ\85)\8b¥»\81íõ\85q\17H\8b\88\82,|±º\8açæ[\f^rà\9fn\9aÁ\8fÀ®\0¸¨ú\81óAj\ÀXÖ\92ÁíÛ3äñáoçvàÔOI\ 6Ûó\a\98ÈÎíýÒ\18\87\81é\15$5\90\ag>\9d[_,Êæ ¬$ÐÒ!^\12{æM\r\13¥|ö9µW\18\1ac(7Í\=\À\81îÓ"ÁÒ«Ç\9féL\92[-½1¤L\8fÓ\99oßL\e\f*\85\ 2çßn'K\1cí³ .\9bç3ù)1ìʦ¯¥\9aÂå\97\v«æ\8bÉ\ 3ì\ 5ô+\847v\8d²\96\1d,\fKáxUCÅz\8ahoÖy²BXàÕ¶[ÿÚ¢\93ñ2w\9bVÕÉ,Æ
+ÀáU¦æ\15\9b\9døãáï\97×¿ßæq0        EP.ÔY\1eåæ\7f`\1dB\1dõ&Ä]±\17qÄ2¶¿\88!¿^\91H\1ae¾6\b\9bÛ\1d\10\89/\84\ 4\7fá\8fFZ+3Ø\ 1ª¤+KǶËtå¢,-À¬\17Èü\10~ÿù\ 33yX\15¨&\8b\8a±@=À\8dþÕ\8eqtÁ8-¢Â»ÒçUÅ\19&*2Ù\ªÄ\8cDþóýFE6Û¼Àö8²)¢\86ÅîÄ\11\bä\83\9ePoî6¯ï\81\9aF¶`jÎ}ëù¥æf\92DI.\97"sÅzª¡ä&ahÉ­Ïvì\94ÜØ©\9d\81\eËÝÎ\9d\18mr;B
+òºÖ>\885\18P6\17Ù5ë-ô²\81À¼Ù\9499\ 6\ 5ÅÙÜ5ß\1cÊ\13÷[@Ñ\16\87"x¸\93¤\16æ¯='üx#fB%\16|\8b\11ÃÌ\18±b\83A÷RQ±\9d¹æ5\1d\19ìG@\11\9bäY\94\83\8a h\8aòÔ\7f\8b\86°¿\9eÆHÌÑOoi\88JâICø¶e\94Ç;¯Ý)±\917ËðÃ\1f8\13Ë3Ó\17ò\84è'=t¶\0\98Hñt\96\9a«Y×|tI\9b^ërj0së\9fóý\1fÝ\8b8\9e\9bé\1eØ$ 3\95\S\f\\7fjJ]Ó\8b¡² L\95Ân\18(\ 6bN¢G¨\19EbH\95\8eômß±KÍà\ 5©ò\92¿\18¨{' \19\17\ 5\ 6ÒË8\ 2\85bÐ@\1aBMOËý*¤\81\98-\89\99\16\7fú\9aXM\95º2³Æ"r\18=\11\97\1e¹·¸rÀ\ 4ê\10\ 15\8aD\9a[\9dÜt\19Ôñè\86GñrxfN®=G±)¡K\8b)ª'       9\17\11ùQ©ïÌpjE\7fH\8c½Í´\98²¾\8c³\f¤]IX\0\14\8dö\85¾\93år>°\1d\9bÆx\97\9eiûª\87º\8f\11MZ<P\95S\8b\a\97K\9f¾(l{ÍÔË\1dn\1fôüìXútK\ 2\ 3RçÎ=1\1fûôƧ¿lÆ\7fú/ðFw
 endstream
 endobj
 318 0 obj
@@ -2449,7 +2449,7 @@ endobj
 /Subtype/Type1
 /Name/F10
 /FontDescriptor 322 0 R
-/BaseFont/SBAMRJ+CMTT12
+/BaseFont/XFGCPG+CMTT12
 /FirstChar 33
 /LastChar 196
 /Widths[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6
@@ -2473,11 +2473,11 @@ endobj
 stream
 xÚ­YKoãÈ\11¾çWè\10`(Àêa¿øHN³ÉN0¹Ú@\ eö ¡eÊ"V"\ 5\92\9a]ï!¿=õj²%Ñ\93\f\90\8bØ]ýª®úêÕZ¥*MW¯+úümõÓÃÇÏf¥SUêÕÃn¥\8b\95¶ªt«\87¿>&\7fÙW§±î×\ekM\92ýi½qÎ'?UÃ\1e)6ù¼.LRW㹯\87õÆä6uIæ×_\1fþþñ³\9d·ÜÀIzµq¥*h×Í\86§D§ú\ùr\95Òð§\9b\r´Q¹\93Ñ\85Å:S©\91á¡ym«\ 3pãt\91\8cû\1a\eeR·/Üèv<Ò\9dƦk\a&Vaô¥\19ªçC-äݹ\87\rúx\ 1\ f\9cú\ en[$Ûz\18\9aöU­7y\9a&\9fÚµÉ\937än\ 5£*ÏV\e\90¤fIVýëùXÓ\94q`yV;\11­%F¯/]æ*Ë¿si¯Ò ±ª¯y˱\amÔ/ØqI5ðæOÆç\87º­\8eµ\10è¾4#fJ1çÚ{å@[\ 6\94æb}äÑÙZ9+g\1fºµ×ÉkÓÞph2e\8b \96}}8\80ÐÊ<i\10*%H´­\99ðë¾\ej¦!«ý0rg\8b|í«¾Ú\92\9cp*ª\ f¿\13ãYB\93³ä÷\9a\94\ 2ËÂþÿº\91¨ñFy\1fDz\8bA\95\87K}¸\ 3\ 1\ 1\98»þ\82\9c\84õm\rÚï~Á_\146]¢\19÷<Et¹ÚX\10Sj\19\ 4\9e¶½eÉâ\8c ãC·$F\a\8a\bbüÀ
 d0ª    j:\87S2´\11ÒW{«°\\99pNÓ¢8Ag ×æ[}+\ 6«|v¥¶Ü²Xs'¢\80Æ0V=a\r;xýî<r§íÚM°\17ì_Àì\ eMÇ'ç\16ìL¶\ÐTîT\19н\19\ f\0ô³Lbþ\86\13Ùf½m\10LõË\9d(#7,¦I\19\13Ë.O£U»70i&²û\80Æ-\83\1a$ê'\97´]d0\9b\19tY)J\83ëûÔ\8bË\81­\ 5üØlÚS`G\86u\ 2\fÎÄ^&>\13¯\1d\ 2\ e»Û®më-©\82¸îÄ\90M\19; Pú±a×h\9cI\9eÈ=\18§\93\97\9a\87H\950ò<¹±Ë\e[;Û\aøÉq|{JìÓú\16?Zù0ïi\8dêÎR6$8\8cÑ\ 3§Ìè\81\8e\18\ f´Hä8qAä\864("oþ+&`·`'àµmr_ËÑ÷ ,Æ&tÀG\ 5k-TQÄ\0yüÂ\90­{²\14²v¶¿{4\8báë\1d÷Nիгü\8e\1dë®\13Ç~ìz\19kZ \1e«ÙpµÃ(\eÙí\17\8cM&¿\ e\15Îø¤¯\8fUÓÊ0\87\rlNA  üàUP\ 2F\9c\ f@\82á¶n$\98á¶\ 4lh,8¤Ô+m¾\ fìHÊ´uw¹m¶°­\87\86ÿ\9fí\19÷\90»±nJ\8b\13#Ýì)¸\81U±-Ô .ê\ eçÓéРÕ\83ÅK\ 2`Á(¦À\82\93b\ 1#\85c\ 6\86\ 1F^x\1a\18R|\84\10÷ÒÀxÊ-\f\98»\1c\r¦I§\80òÈ«\10\8bäSñ^\9c\16Í\97ÚvÇ#(\fy\81EOÉ\80\88µ¦\9c\11k\81\11«
-n<Þ³wÆöý¶oN£@2\r\90ÄÙúi\8d\ 6àlò\8f}-[H\ 6gäâ\86ãZv\1d×\90\8b¦e\16Æ}\98º\83ÅäÈÞIóæûü1]ÊZJ79\114L\r×\1c¹\81\ 2§/§mFd\8c$ÎÛ¢!\962¢Ü\ 6\94k\13\86uÂî¼\e\1a\94[u\10\12Gôvr0;Ô\99\ 3\81\16ÃCÝIrÄ6»\9cÖ)6V\96®\ 1øA6ö2p\93XÄFý[½=\8fµ\90g\95\9b<Ov}wd:\8b\e[ÓEMAèkÃ6\8d\1c\98Ñ\81\1f\86\99Î-ð°ãyX\ 4\1aí]\b\98M\99\86\ e«\88ÊÙV:O;T\83L\13¾Ãjº\92ô\101\17«\ 6¦bU}Ùñ\ 6\83\91\0J       qñ\96\12½¯/ÀV\b^\95\19G\97\e\18'_+ßT1\05:[ë\10\80¼\93\96´S¦\fDäÌ\ 4\9bÈ}r\8f¡é|âÎç\ 6ë\81\e\18\83ï\86ÌÎ@EÃÛ<ì\19Í\10Ø\82­bÌy©ñòÏ2´ï\10'¿r\87ÏÃÖ\8c\b\8ca£ÀÆ\fwTx\ 6%\17E
+n<Þ³wÆöý¶oN£@2\r\90ÄÙæi\8d\ 6àlò\8f}-[H\ 6gäâ\86ãZv\1d×\90\8b¦e\16Æ}\98º\83ÅäÈÞIóæûü1]ÊZJ79\114L\r×\1c¹\81\ 2§/§mFd\8c$ÎÛ¢!\962¢Ü\ 6\94k\13\86uÂî¼\e\1a\94[u\10\12Gôvr0;Ô\99\ 3\81\16ÃCÝIrÄ6»\9cÖ)6V\96®\ 1øA6ö2p\93XÄFý[½=\8fµ\90g\95\9b<Ov}wd:\8b\e[ÓEMAèkÃ6\8d\1c\98Ñ\81\1f\86\99Î-ð°ãyX\ 4\1aí]\b\98M\99\86\ e«\88ÊÙV:O;T\83L\13¾Ãjº\92ô\101\17«\ 6¦bU}Ùñ\ 6\83\91\0J       qñ\96\12½¯/ÀV\b^\95\19G\97\e\18'_+ßT1\05:[ë\10\80¼\93\96´S¦\fDäÌ\ 4\9bÈ}r\8f¡é|âÎç\ 6ë\81\e\18\83ï\86ÌÎ@EÃÛ<ì\19Í\10Ø\82­bÌy©ñòÏ2´ï\10'¿r\87ÏÃÖ\8c\b\8ca£ÀÆ\fwTx\ 6%\17E
  Vdµo±\89L6\10òþ!\1cÒ\f\ 2ògH(\18ÍnB³8 ªm;\82\8f\97'5w\10È\ 4ÁlB7\12ÅÊúQr¯ªå\91ºï»^¬á¡9¼Ôa¼\97ýêßN ô\90<6²,xNÊ!¹\Ar%«E\98ì\8d_dLr¡)+¯\17\ 1\7f\86ä\8a%~\182?#\17\ 3;V¬\93Äáb\80\9f\1c.L\83|\18A\82ôÇiµ\9dW\7f\95 ?ç\ 1º@§\e\82¼½\bòïå\14\14\16B\81\16\92\86ë+s"ÁÇE<ZJc\98Ã/\\15]\1f`.\92\16w\91´ÌVb±¦DW.ÐÀÚB\a¾Áz¿­a#\b\10V3;¹T\99¨\89\96¿\rM\9cÎÇ\998`\13®nh\ eÝõ\8eÛ\94\97s@lIö Ó\99\1fSzUdK\85RÄ´ËÑ+\87$âÚd1v©4\8b\8d\96\ 3¢3\931\1aÍA   (\8b\85\1eN¨dBÕÊ\82+\85\92Í8\93\86ûâÜp_縤¼Ø\87»X35KªÃ­¤\fÃé$¦eë\95dg)«\83ÔùGËÌ<\9f+\16[@\8602qΤ #\ 1Î\86\0\87´Ù\9da/Êi`\12\a8¤OÌNéR¾X²\97n~úùX\8fÛ\8f\90çîÀ'ßð\9f\15*×sùN"\ 2ÿ£\8a\8b
 ¼Á\-ÅÈW\8dÜ\9aÎ×);I\8aª6K>Éó\fÌÁkrþ6/Õé\1c\9a­v,\1f\18>p\1aÞý2p\9fK\ 1h,½G\ 4¥üû£z\ 6\bþó½Ë\15\1ek\93èmB»Å
 Iy}µã²²¡¼vî;Â\92ä\86\97òyãTêç£ÞãÛçÊø\v¾Kö_ÚOr\84T¿\aï,£Ó\99\ 1ZÚÏ´\bZ@\8e \ 5c\ 2-h1´´\8f \8a\87´ut.ݸÐê\ 2\1c¬~ΠùLH|\e! ?ø8(Éô\ 3\8bo\ 3ÖÏÅÿfÓvïBÖ¨269SN\15\1dî|¬¸\12§\81¹\b\81Îyà`\80Ï\aµÌæ[\9bP_\10-ð>\15Û\94É\87÷\81²@\10ÄÆÑî\9bgΧlHø!TH&°¯¨Dh0²/Ö¯ìN\8bÔ¡O+ÒÉã#E\98B*e® í\12¼\1eû]\9c ê¦Õ(z\9e\19Ô\8däYÝ8ÆêF:]\1c\ebÉËÎñ»Oo\91±t\9c\1c]Z_ªt\16£\18£ðN¾\92~\ 6×q\13I\v`¡üÿFR\8c\15×Ñt1Eu·Ñ\ e]9\1dPäÉb¼Á\81\0¡"\ fVZH©\b\10i\eþ\ 4Nâuól\81\1e\ 6¿4è\eéÁ¼\8b\109\8a(r\«Ð]\95Ç&\v\0\92#\ 4Ã6Å¥nûíw\1fªP­X\81¡Zqw¾6î>%¥\99\8bâ\ 3`\97S~\9c<\19*v&CÅ\8eX\14\99\vOk4t\1e(¢ðaõ{71\99VY\19ù\92\85{X¨m²8ïA_^`¾\14á\7fz
-óY*Î+7\v\af^Y=\9d×ogÇUF¹B9\87\8f\ 6áAgq2afÏ\96kHb\b&@\85è¸\15^B\ 1ÆU8~\11\92äbª\95¸\13ç\16\86\ 1A\8c¸(ëÓ¶¸z:\9aÝÄÕÿ^h§á\89|\18ùl|l\17K_xÔ\ 2\7f\ffáO\964W\85\8f\9dç}'\8ee$\8c\9c\9amu8¼­\v\9bÜqúþ\86¶Ú\9d¥\8a¹e¦\8cþ#û¡t\82\8f\8d\86ù?)j\1c\9aööß)`Ýñ_\p\859·òÆ%\8føñÉfÇßY2ÔýúgþòS\ 6¶ÔÕ<\99°»}âE/ZÄR\8bþB{âJb\8eW\0­úi-\7ftµ!\94\82ìÈam.ÿ'Ø\86Úª\19\9bêÐüNï´ò\97ØÏ\ f\7fø\ fmN\8e\13
+óY*Î+7\v\af^Y=\9d×ogÇUF¹B9\87\8f\ 6áAgq2afÏ\96kHb\b&@\85è¸\15^B\ 1ÆU8~\11\92äbª\95¸\13ç\16\86\ 1A\8c¸(ëÓ¶¸z:\9aÝÄÕÿ^h§á\89|\18ùl|l\17K_xÔ\ 2\7f\ffáO\964W\85\8f\9dç}'\8ee$\8c\9c\9amu8¼­\v\9bÜqúþ\86¶Ú\9d¥\8a¹e¦\8cþ#û¡t\82\8f\8d\86ù?)j\1c\9aööß)`Ýñ_\p\859·òÆ%\8føñÉfÇßY2ÔýúgþòS\ 6¶ÔÕ<\99°»}âE/ZÄR\8bþB{âJb\8eW\0­úi-\7ftµ!\94\82ìÈam.ÿ'Ø\86Úª\19\9bêÐüNï´ò\97ØÏ\ f\7fø\ f\80\93\8e\14
 endstream
 endobj
 325 0 obj
@@ -2534,22 +2534,15 @@ endobj
 332 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1973
+/Length 1975
 >>
 stream
-xÚ¥X[¯Ü4\10~çW¬*¤fQ\93&v\9c\v}@\14(\14!¨´\8bxè©T\9f]\9fÝ\94\12'=\1c~=s±\93\9c\82úäkÆã\99\19g\15Gq¼:¬¨ùqõ|ûô\85X%qT&«íÍ*)V\89\8cÊtµýþuðÝQ\9f;Ó®C)E\90\ eÓT\ 5ϵ=â\8c\f\v\11\18Ýõ­±ëPä2N\83,_¿ÙþüôE\82\12E\86pR²
-Ó2*HêËz-ãàý\1ad6\7f®e\12\98=ÈËÓà®êPr®\82¾6\7fõúÄ\ 3s%Tfv]õ\1e¿3¼W×{^m\rì£#Aó$*\15\1e)T\11©t\15Óy}µ\7fz¨ö3½R\19åÊí±¼:1D(\8a<\92
-Û(OXñ\e¸eYz\vÄqPY\9e±\9dn;¼\ 6\ eÜ5`¹;\1a\9e\9a\Aä\ 1M\16AoÉ´°ï*8´M\7f¾ZóîÊ  ª\9b\8e×\9d1p®k\\8b¢q\8dîOS,\ f{\13y¤åþ       ^o\15&)z6\ 4\v$\8anDV\14eFâÈ\ 2\80,#@\ 3Û'<Ï\f\ 4Â2¿Ü\9c»ª©Y\14Û$cí±cûóùT\19P"D\84Ô\8d\9bF\9bõg\1e\80\93q_êÖp\aîæ¿²Gs:ñìM_ïð¸ËÝÃ\81U}4m\85þ [+\19\15ÙôÖ7ms\8bR¥·¢\fL\8d\8ey_µM}Ëý\8e\ e.\16-\93\88<*rw÷ÍO?üòËo¯¶\9b\99\85T\1a\15Òíz¿V
-T­ôõÉ8ÉÕ\r_­êX\a}Fc\0<tkÝJý       5\8bAÍÊò\8eêP7­\19\1c^\88(\9f9\ÆÊ\8bTshâÁ\1e\9a\8a°H­åÖ\9aΠ  h.\ 41\10±7ý:\ 2Ò\90\8aBÇï¾´¦È\0\96ò£@Ë/\81FÖñ*9|ñH;ýÀv"\ 3³\83\8d\1a2ëNã§Î0"/1ªÉ2Ìu|\ f\ 1\97R¦Á5{ä¨IXÕ8.¤£¥w\fì³ú\96Ü
-s×}w±871\88pF\82e21ì÷B9ìa\ 1hÕtÑÀ[i$S´\aÓ©\80è,Ió,\92ëPe\82\885       \80°5\93eâÉr\83Ác?D̲@\9es\92¢\84eýq$CæÎóÐê\9a[¦ï\ f\9dòÍ\92û\90t\90F\ 5\9dò-\12E^\90\87òQ\90#Æ<\1fb=gXcÛÔ\86;#ÓæÌ´\r\9a\eWê¦\ e\a\1e\82±n\ f½\8fe\v¾\11\ 5Pd\r$ãD¾\9d\13^ªFJ\vç)\ 1ÒKê\13Æã\87úY\fÝ"0»
-\99l\88?\99\8b(~\10\80\83ÊR]~u_Õ\a\9c÷ä®\96tL\92\12¯ãnQÇlÔ\11\85°Q\10\9d\99Ï\9bpÆÝ±±î\94ª>³F¥_\ 6\9dÚ\96À\ es îÙkLd\8b\93פyC\99\ eæwM]\ 3Â=å&àm\7fo\17^\8d\v
-ÓÞVµ>Y\86øU \1dê÷\86\97\8c\8b\86k\8c¸ûùýU\12ÅÞ   \95Õ]w\7f\15HÈt3òMÆ
-àjý\84\83®q!Gp\1a\82Ý\1fé\12\ fdðv\91ûKoá°ú\14HP\b; r\90\80ïcLG*Rù\10\ f\14ÿKñ\80Z»xÀ=\aSÃúétï\19\9dý\R\83\1eû\10Vï0 z¦rö×¼\84ìóØ>t    +\18³j\ªmÉ\ eB,ØA¨HÊÿ\1c+(\83ï7cd^\1c\88\1dú·\9a}\ f\83Ä\ 1Í©\ 1jï¹G÷\81\96ó\11N°ª2à$ÚØ
-\ 5RJÂIÝ\ 2CÃM-ï¾;\1aw\98®§ÚÁ\8eÐU\r      òÕ\ 4Á\ f½"§^ñÌíÐ\14Í\98ÖQ¶\8aD2\10­p¤íèµ;z¢Ý8Á@©\v\»L°rJ°[¬ËÑ>*\19Ã
-\87\82 NU\85b(ÀÔ\98ïp°k«sÇë`#0jË\vL\ 6>9Á\84+\82\95K\86°Ôöuí(L,\81\19@[¤\ 1\82\82ÓØnV\94N2qª0y+ ¬SOC\1547<íÖó\ 5P\16\86Ø\9cS\ 2\1ah\80$\8a\1a \18\81\823\ 3P p)\12ð@Çó@pt!]ÕvΠ \99\18Ï] \848òÅ"ãnr\8bÌã\b/\84\96Ä©Kã\81\86¤\ e=¹$ú\82\8b\98L!ÇM²\8bù[ß\9eOæëy´\16ðø\9apÎN#ù+\91\ 6\8f¾\f\1fa\8f*&O\0\83À¯ª¯ð\15\81\eÍîØðÆ-A\15{NwúÚz)^oÃ\13Ï\9e-\88ý\9fB     uÿA:\ 3ÈX=O\8c¸^<äÝ\13Ȫõ\14\9e\12á) ðÆÇI\96¸ °<@rÊ\91\9cD\16\93½)¶p\85_{Ð\99Öú\vÕn2¾
-^m\929ZòñÙõ\fáÉ/\ 4\14\9\1dú\9ah\8f¦jn±úY\80\8d\ 3J)ña<q\0ÙØ>¹H\18\9c\8a\86\94\94]H\1cS\92\8dø\8fÀö\88çööÓ°Ã'\ fºý5;/ü\87ÛG_\82!\1c
-ß<ã¶ÃHAí¡(+\1e`ü3 CÖ\98    <Yó9'}ä\0ÆãM5/½Ù2\98\11\86\840©â?\_s\8ax\8e/\12ü\89R1\17|¼àþ\83\93Ý\83÷Ê<y\8dô-Ó%\ 6\1aâ\83\1e@\ e(;ÄÇQ×\a®3pÁúú\8d\98õ¨ùÅÊ\95×\88,k8êZÊÐðá\1dJÒxÒ½u¥R\19ÅbZ\8d$\80·\f\8d\ fÎ4\89Ç?\a8 ò\14;X\18¹©ÚuÌßf×S­GÓøE\B~Äèvʺ5Ô\11Û\8dÙqQ\82\83\f\136v^sæ£\r\83" éE\ 5j¼áÂ?¡\87Ä\ 4\ 2g}pe\ 3p¶Ë{nÏp=á®÷s\ 3êH\bûï\1a\ e¿¶A\e\81ñ¯Àl\86»ã¯9Ø\98sózéË7è±Ry\rpwI?\86
\82\86ÖÔHU{\1e\;~ÃSöæF÷'x\83\86ªÌ=\8e`Ï;8hñ\9e>M²ÊYé^\8flS\99'Ã[\18µ*b_Eà\ 6úqáv3Naû\9f\ 4\92{~\867ºÝ\87\\ 1\ e;ßÑ\95açìd\v\12õi\9e¬e6!ØÍË\1f·Û\97¿Îb(\85\8aÍïy2\13\ 1þÎ#ñà\9f\12      úí÷O\b\1aèvF\94Ó\1fJ j³}õQQ\8c¡\1f¶_ü\vÏb¤
+xÚ¥X[¯Ü4\10~çW¬*¤fQ\93Æq\9c\v}@\14(\14!¨´\8bxè©T\9f]\9fÝ\94\12'=\1c~=s±\93\9c\82úäË8ãñø\9boÆYÅQ\1c¯\ e+j~\=ß>}\91¬D\1c\95bµ½Y\89b%dT¦«í÷¯\83ï\8eúÜ\99v\1dJ\99\ 4Ù×ë0MUð\Û#ÎÈàźH\ 2£»¾5v\1d\8cÓ Ë×o¶??}!PM\¢Ê\10v\12«0-£\82´¾¬×2\ eÞ¯AgóçZ\8aÀìA_\9e\ 6wU\87\9as\15ôµù«×'\1e\98«Def×Uïñ;Ãku½gik`\1dm    \96\8b¨T¸e¢\8aH¥«\98öë«ýÓCµ\9fÙ\95Ê(Wn\8deéÄ\11aRä\91TØF¹`Ãoà\94eé=\10ÇAeyÆvºíð\188pÇ\0qw4<59B\92\a4Y\ 4½%׺«àÐ6ýùjÍ«+§¨n:\96;gà\׸\16\8cÎOS¬\ f{\13}dåþ     \1eo\15\8a\14o6\ 4\ f\bE'"/&eFêÈ\ 3\80,#@\ 3û'<Ï\1c\ 4Ê2/nÎ]ÕÔ¬\8a}\92±õرýù|ª\f\18\11"BêÆM£Ïú3\ fÀ?ùɸ/uk¸\ 3gó_Ù£9\9dxö¦¯w¸Ýåêaê>\9a¶Âû S+\19\15ÙôÔ7ms\8bZ¥÷¢\fL\8d\17ó¾j\9bú\96û\1dm\,zF$yTäîì\9b\9f~øå\97ß^m73\ f©4*¤[õ~­\14\98Zéë\93q\9a«\e>ZÕ±\rú\8cÎ\0xèÖ:Iý        3\8bÁÌÊò\8aêP7­\19.¼H¢|vá2V^¥\9aC\137öÐT\84Ej-·ÖtNAs¡\88\81\88½é×\11\90\86T\14:~õ¥7\93\f`)?
+´ü\12\1do\92Ã\17\8f´³\ f|\97dàvðQCnÝiüÔ9&ÉK\8c\fs\1d\9f\ 3XmÀ¥\94ipÍ7rÔ¤¬j\1c\17ÒÖÒ_\f¬³ú\96®\15æ®ûîB8w1¨pN\ 2\18Ö{¥\1cö \0Z5]4ðV\1aÉ\14ýÁt\9a@t\96dy\16Éu¨²\84\88U\ 4\9aÉRx²Ü`ðØ\ f\11³,\90ç\9c¦H°®?\8eäÈÜÝ<´ºæ\96éûC»|³t}H:H£       íò-\12E^Ð\rå£"G\8cy>Äzΰƶ©\rwF¦Í\99i\et7Jê¦\ e\a\1e\82±n\ f½\8fe\vw\93\14@\915\90\8cSùvNx©\1a)-\9c§\ 4H/©O\18\8f\1fÚg1t\8bÀì*d²!þd\9e\83\0\1cL\96êò«ûª>à¼'wµd£\10Y\94  oãnÑÆl´\11\95°S\10\9d\99Ï\9b°Çݱ±n\97ª>³E¥\17\83MmK`\8790÷ì-&²ÅÉk²¼¡L\a󻦮\ 1á\9er\ 5ܶ?·\v¯Æ\ 5\85io«Z\9f,Cü*Ð\ eõ{Ã"ã¢á\1a#î~~~%¢Ø_Beu×Ý_\ 5\12\8c|ÅX\ 1\9fpÐ5.ä\bNC°û-]â\ 6ù@\ 6o\17¹¿ô\1e\ e«O\81\ 4\95ð\ 5D\ e\12ð}\8céHE*\1fâ\81â\7f)\1eÐj\17\ f¸æ`j\90\9f\9e!ôÞùÏ%5èñ\1d\82ô\ e\93 g*ç\7fÍ"d\9fÇöá\95°\811\9bÆ¥Ú\96ü\90$\v~HT$å\7f\8e\15ÔÁç\9b12\v\ab\87þ­æ»\87\81p@sf\80Ù{îÑy å|\84\13\f8\896¶B\85\94\92pR·ÀÐpRË«ï\8eÆm¦ë©u°"tU\83\9a øá­Èé­xævh\8afLë([E\89\18\886q¤íèµ;z¢Ý8Å@©\v\»L°rJ°[¬ËÑ?J\8ca\85Ã\84 NU\85b(ÀÔ\98ïp°k«sÇrð\118µe\ 1\93\81ON0á\8a\92!\88Ú¾®\1d\85%K`\ 6Ð\16i\80\91¨ à4¶\9b\15¥\93L\9c*LÞ
+\bëÔÓP\ 5Í\rO;y¾\0Ê"\8bÔ\10\9bsJ@\a\r\90DU#\ 1#Ppf\0
+\14.\85\80\eèx\1e\b\8e\ e¤«ÚÎ9!KÆ}\17(!\8e|±È¸\9b\9c"ó8Â\ 3¡'qêÒy`!\99CO.\89wÁEL¦\90ã&ÙÅü­oÏ'óõ<Z\vx|M8g§\91üU\92\ 6\8f¾\f\1fa\8f*&O\0\83¯ª¯ð\15\81\vÍîØðÂ-A\15{ÎvúÚz-ÞnÃ\13Ï\9e-¨ý\9fJ   uÿA;\ 3ÈX=O\8c(/\1eòî tÕz
+O\89ðL ðÆÇI&\PX\1e 9åHNI\16\93¿)¶P¯=èLký\85jW\8c¯\82W\e1GK>>»\9e!<ù\85\80\8a+gC_\13íÑTÍ-V?\v°q@)%>\8c'\17@>¶O.\12\ 6\93)§¢!%e\17\1aÇ\94d#þ#°=â¾½ý4ìðÉ\83×þ\9a//ü\87ÛG_\82#\1c
+ß<ã¶ÃHAë¡(+\1e`ü3 CÞ\98)<Yó9;}d\ 3ÆãM5/½Ù3\98\11\86\840©â?\_s\8ax\8e/\12ü\89R1\17|¼àþ\83\93Ý\83÷Ê<y\8dô-Ó%\ 6\1aâ\83\1e@\ e(;ÄÇQ×\a®3P`}ýFÌzÔübåÊkD\965\1cu-ehøð\ e5iÜéÞºR©\8câdZ\8d\bÀ[\ 6µçÆ\ag*âñÏ\ 1\ e¨<Å\ e\16Fnªv\1dó·ÙõTëÑ4~\11\97\90\1f\9d±N\866b»1;.Jp\90aÂÆÎkÎ|´`0\ 44½¨À\8c7\ø\vzHL pÖ\aW6\0g»¼çÖ\fÇKÜñ~nÀ\1c       aÿ]Ãá×6è#pþ\15¸Ípwü5\a\vsn^/}ù\ 6o¬TÞ\ 2\10\16\82~\f\15î\ 5\r­©\91ªö<¸vü\86»ìÍ\8dîOð\ 6\rU\99{\1cÁ\9aw°Ñâ9}\9ad\93³Ò½\1eÙ§2\17Ã[\18­*b_Eà\ 2úqáV3Naù\9f\ 4\92{~\867ºÝ\87\\ 1\ e+ßÑ\91aålg\v\1aõi\9e¬e6!ØÍË\1f·Û\97¿Îb(\85\8aͯy2S\ 1÷\9d\83\7fJ¤è·ß?¡h Û\19QN\7f(\81ªÍöÕGU1\86~Ø~ñ/ÂϤ\ 3
 endstream
 endobj
 333 0 obj
@@ -2569,20 +2562,20 @@ endobj
 336 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2601
+/Length 2600
 >>
 stream
-xڭYÝ\8fÛ¸\11\7fï_á\87\ 3â\ 5b\9eDR\94Ô\97"Ém.Ûf/\8b¬¯-°9´\8a­]«\95%W\92ó\81¢ÿ{g8C\8a¶´\9b\ 2é\93\86\14EÎ×o>¨E$¢hñ°°\8f\9f\17/×?¾\96\8b8\12y¼Xß/âl\11+\91ëÅú§»¥É.V2\93Y²|Yô»\8b\95Rjù¾¼/»²Ù\948ÔË뢹\90éòXÔ\17¿­ÿ¸Hp\9b\95ÎEf7Pâbe\92\9c?×°°ür(\9am\8f\ 3³\ 4\8af·U\7f¨\vÜèk\8fûüøZ\ 5,%±0r\11Ù\1doncZ\10ð,c\91)~ÿ\118\86SîÛ®¤­»²ØVÍ\ 3\1d8ìxö\83LÒ®\1fh¶®\1a\9e\991\1anÚý\1ex|\ e£$rÜ\1a\90ae\85]ÅI*Ò\14\9eJĤ1\16\94\96+\95=-\®\85Ô^69\95-\12\99\99\93\r\8fð²á1V6$úrÓÒÙ\ 1\13ýñc_þëXZk\rô\12åîé5
-n×ÓpomZ\ fÕÊê\86\84\8d\13\11\93¬\89e\87µ#\9c.\84Éà\91\898¶¯õ\89íe\96\81ÞÊÍqÀ#qdùEâÓE\92,\8búh\87d\ 3÷~â
-&\16Ú»Âûw×7뿽zw}ýâ\97\9f&\9aË\94\909/¥#ºªøXó)\ 5sQÐ\83e¡w¨çÌé\19ß\1eº\8aô\86ʶÒJ\99\8bH\85\96gõ+\¼/º¯nÐî\ fÃó© \91\14\05âî\87Y§6"q\8eñ\ 1lÊ»ß\96\9b¡j\e\1a$B\12
-ïF|þù"\93NÔþ·ç8)Á-\1føû$ùpá,¦µÐ¡Å\12¶Ø{p+Â\84\92\89?\êå«]q\18Ê\8e\ 6\19=î^9Õáâ·ü\99^^n+T\97å\0\1càwêÃ\ 5-®z\9a9öå\96¨¡¥':6­aÃXà,\9c\8fy\17¼\aõ\92\^ý°Y÷¬çɲÛWMQ?æ¢æÄEU\9e/«¦?\10Ê6COS´snýT³\9fª\9cü\14§çýÔ\88Ì9_õÐ\80'\95°þÜÆI"2ç\ 4í\81í\8a\93\1du&LÊKûr ùVídKe\84\89ÝÁM?\90"ó̳[~±vaq÷û\92c\99Ì¥Pi¨ÜmU\fe\8d\8e\9c'ËÏ»Ò2g\96Õ@Ï®Ü\94Õ'\84\85\r\ 6RÁD\11J\8bÈñ}ùîõ\ìÖNQ­?¡'¢\1fÀôE·åéæp\1cι\19C`nÃ6><\98q@îËöODbBÐ\9e I\vEÄÝzçÑ6\10À^\1e+\88\86\ráI\85x\8aF<\9d»WÊîå\11¢3½ÜUýÐbxÐ\99rØÂyÏ
-Îç"¦Y\ 66ν\19?ÔË×\16å\9bª\ 6c\12Ì\13\191[¸8\8erD\19\93\95?y\16I6/÷\96\ 1H\8d\8e1\99d#c8ÈQGHÜyvpù\15\84G\83p+ìZäG¦1ó\83Ëã8F~\90,:\9e+\e\8cQ[\1a|´ù\91\96÷\ 5$\1fÐ\9e\8e\19\9cÈs\14òû¹ªk\\1d-{\9b\11i\862\v\10cTOâQñ8À@c\9f´4¶\ 5AÍtSì\89­\bÙ2˯\13·\96:
-Â÷\9b«Ûõë«·\97S|CrwÉ\9b\\16·/\1aÚ»
-\95\ 6üg\8eÿ~WÖµC%Äh\1dº,â·\7fÌã2ö¸\17uUôä¹\81aÑ_çS\89\86PhØùí·.u\8c®®\97©5!ÎU\1c_\ f\94(;È\94Vc8Ç\1a³iÇ\eÒ\99Ï3\9a3£W¨\v\93²\1d\f@\18Ê\14[\âÀ\96\ 28Ù8ï0Érè\8aC\8f\ e\96E®¶\80%\14d§õ\95\ 4Ê\aÎÛ«\9f×\97ï¯'vÒRäÙi®Å=GÏ\87\81\12\bÉ»[8­¨­\8a\90\vvs\\14ûh \93Ü\96K^d8-\90\19\82\18É\8cqÓË\9ck\92\99\82\f\93,ó´2\86\92Ì\8cÂ]ý²\9e&\84T$N~´\en·)\8e\ f;ë|8V\14"ðÐ\1dP\ 4É\1c\13¿Ó\ 5\fF]À÷N\170\1fè\82\2\85bý´"v¡Ò+ç<±éô\9b"ä.G\10î­\13RIVvÝñ0\90¿õí\9e}\95 D\ eI¡Ûc&\ 2\85ä'\86\89\1dj0új9îÌÀ´\81EëxY·\ f\15¯á\ 3,YRC\ 3d15Q\96\8fÍ\vÈ÷æ×\9b©|ù\18L00Ù\9dÜîÿh?òæ-\1f\8d\11\80\19½§çl  "\13Þrw<´_ìG\93ød\84\82 £\80çH\86ÑÖ\17' Ï]Ñ;¤[ô\97<ïÃ9êÿ±\8a\95=ÇÖ¬\ 1\8aNsj\88¢XÄêÄX\92\8dE9\1a\84ÿûÔ¥Ì\bùU3\91\1aì­\9dÔÏp\8f\98-nM\8d\89\ 1J\88\82yF½\1fFÚF>|Úp\83\9d¡Ò\9cbq\9f)/q
-\94\9c\14nS®\94\1csÅ3:\844\rÛ6-M\94\90¥\f¨\93FNÇ@\8e:\86ÕTÇÀ¬­cH\8d\98¯ÒÓÊ\87Yù_*\9b©\15N\e{\ 5Y\8d\81\89Y\17#Ë®Ü`Fû'MA\82 b_T5­w¹£jm½½­6àò_±¬AN ÒÞ\96¼¤á\ 2\ f>·"º´\8d\84ï\1d{^p?.87\85J¤H\1dή_\½\9d\16£\90\aøý4Ø\1aÿ\ e¿½y±~3Í#PÏÇá\ 6\8b\95\86p#M\88%t\96i\96\122\ ev\7fõæòÕ\9fæÚ\ 5\1fí\83\0\176·ýSYþ{\eÆ\1c\89\17¸\16ÿ2¨1\f¸i×µ]OôÖ¶K@ØÖ\ e\9e\9d»?²\v\94\9f?Z\bÒ\15G{´\802>Ì"y.¦\81\9eºQ3\17\ 5À\1d\84:\ 5\9e\8eß\ 4\9e\ 3\82o\Ê\86\ 3#^?¨\93²y\fz*ÈMMËè\82LÛsJò\1dj`:+¼-Òªáéúì{\9b\93\0Âd»$\8c£\89òªF\92\ 4
-\82\ 4q\88\14rD3ÞèvÈFOTLRoi>¬ uàñy6b\85M;Û\1c\9e]~ÙP\80û\1e\ekTËQÇÌÒ­UMLTÓn\14*\96\1c\ 3``À\1fþM«òùüðÉqu\92Ò±$§÷¿ÿÃ\93\9f\7f\19°k\8cÅ´à?\13\99¡Ãr"{\r\7f\ 3ÕJ$ä\1d\98TGçºAu\14\1d43\84\12Ð\90\a\8a\ e|%ÎF\9c\9b\13\94\e\7f-´­ºð\\8fsôàfÓ\1e]ÝD\80\90'½ÀLEF_~\1fjfz\8bØõÝ\7f¡\96+\87 sl\1aë98p\8e\91\85×q\1aï¼Ií\87¶¯¾LÃD<\16i{ÎY%j1\8aì%"lÜsÂÚTEM3,)3Q\ eÇα¡¨\rÌ\198¼ÁP\fÇ\9ehnpsÆ \12¤\16¾\8cÕX\13ÏÝ?N\14¥|xy¼.3 ¼If¸yw{õW"¯[+Ú¶\9c:Nj\9e¨\13|C
-kS¨\ 3 ý\97SD\18\85ß9§\87Êaæ2Ô\9b\87ýÅäì/°­ó\97\94{\7f$\9c\1aRjöq\8aÕ\0\94S\ 3\90£\1a` ñÞ\ 5\89»\97-ØÊ-q[E.ÔúvÇdÈX\10O\82*V=¡\17×ÿ2F{\ 2(\18ï+a¨øB¨       !ö\7f\a\8at\1démµ?ØË\ f\13×5yªÂ;ØÎã\1e\97Øj\ e \8a\at©¢0\82?\1c÷%Ýj \17+ºÐÅ\95\98ÌR¡\MµÙNët\8d]\bG\7f\ f$E÷Ƹéx\81\ 4\93.Öà©|ïÀÊÏ"!³\10*îÖ-âB\12\89mÙoº\8a+}\1d\15\14ÍW\921\ 4\ 3í\19ï\ fÜ9\9dÖ\82zÌ]­ß\97\9c\11÷\9fÛ\17¼IúKÞ\1d|5\8dBJDñ¹Np[÷\1c¯\11á\f\8då\1eÎÞùK4\88[éY
-\f|ú¼\11Ë\1fwa\19\87\ 5\846\99o\89MÊ®\8a\93\etç±\19Ðî®\a\89àB]óm\ f~2ë+Q&\94\13|}ýî×õ\9cjR5û¿G\e÷«Ñd®{\86ã+>¯ ¡¿,Ä9t1\9cD¤ñ\ f\1f{N 6þG¡"\90vØU6\90ºÎ\ 4\881\19àÕbÉK-8\8e\ 6\174\1d½ \1fp1ÿ¼ëiàê[ Ï\7fA\9dj'ÍÇ\8e÷Ñ¿Iñùߤ8Ì\ 1±k\ e¢Ð[Td0í\ 5à\81vA=Ú.è ]¸\ÿî¿b\9dÕ\1f
+xڭY[\8fÛ¸\15~ï¯ðÃ\ 2ñ\0±V¼\88\92úR$ÙÉfÚÌf\90ñ¶\ 5&\8bV±5cµ²äJr.(úß{\ eÏ!E[\9aI\81ôI\87\14E\9eÛw.Ô"\8eâxñ°°\8f\9f\17/×?¾\96\v\11G¹X¬ï\17"[\b\15åz±þéni²\8b\95Ìd\96,_\16ýîb¥\94Z¾/ïË®l6%\ eõòºh.dº<\16õÅoë?.\12Üf¥ó(³\e¨èbe\92\9c?×°°ür(\9am\8f\ 3³\ 4\8af·U\7f¨\vÜèk\8fûüøZ\ 5,%"2r\11Û\1don\ 5-\bx\96\14¿ÿ\b\1cÃ)÷mWÒÖ]Yl«æ\81\ e\1cv<ûA&i×\ f4[W\rO·÷Ì\18\r7í~\ f<>\87Q\12;n\rȰ²Â®D\92Fi
+O\15     Ò\18\v§TJË\95Ê\9e\16\91Ô^69\95-\8e23'\e\1eáeÃc¬lHô妥³\ 3&úãǾü×±´Ö\1aè%ÊÝÓk\14Ü®§áÞÚ´\1eª\95Õ\r   +\92H\90¬\89e\87µ\139]D&\83G\16       a_ë\13ÛË,\ 3½\95\9bã\80GâÈò\8bħ\8b$Y\16õÑ\ eÉ\ 6îýÄ\15\8c\88´w\85÷ï®oÖ\7f{õîúúÅ/?M4\97©Hæ¼\94\8eèªâcͧ\14ÌEA\ f\96\85Þ¡\9e3§g|{è*Ò\e*ÛJ+e\1eÅ*´<«_áâ}Ñ}u\83v\7f\18\9eO\ 5\89e\ 4P#î~\98uj\13%Î1>\80My÷Ûr3TmC\83$\92\84»\11\9f\7f¾È¤\13µÿí9NJpË\aþ>I>\8\8bi\1déÐb      [ì=¸\15aBÉÄ\1f.õòÕ®8\feG\83\8c\1e\9cêpñ[þL//·\15ªËr\0\98a\ eð;à\80\16W=Í\1cûrKÔÐÒ\13\1d\9bÖ°a,p\16ÎǼ\vÞ\83zI.¯~ج{ÖódÙí«¦¨\1fsQsâ¢*Ï\97\1f\be\9b¡§)Ú9·~ªÙOUN~\8aÓó~j¢Ì9_õÐ\80'\95°þÜÆI\12eΠ     Ú\ 3Û\15·l';ê,2)/íË\81ä[µ\93-\95\89\8cp\a7ý@\8aÌ3ÏnùÅÚ\85ÅÝïK\8ee2\97\91JCån«b(ktä<Y~Þ\95\969³¬\ 6zv妬>!,l\10\815\90
+&\8aP:\8a\1dß\97ï^ÏÅní\14Õú\13z"ú\ 1L_t[\9en\ eÇá\9c\9b1\ 4æ6lãÃ\83\19\aä¾lÿ$JL\bÚ\134éH\11q·Þy´\r\ 4°\97Ç
+¢aCxR!\9eâ\11Oçî\95²{y\84èL/wU?´\18\1e\1c¶pÞ³\82óy$h\96\81\8dsoÆ\ fõòµEù¦ªÁ\98\ 4óDÆÌ\16.\16B Êp)\9f¬üɳH²y¹·\f@jt\8cÉ$\e\19ÃA\8e:Bâγ\83˯ <\1a\84[a×"?2\15Ì\ f.\17B!?H\16\1dÏ\95\rƨ-\r>ÚüH»mËû\ 2\92\ fhO\v\ 6\1c\87ü~®ê\1aWÇËÞ¦VrD\9a¡Ì\ 2Ä\18Õ\131*\1e\a\18\93\96
+[\10ÔL7Å\9eØ\8a\91-³ü:qk©ã |¿¹º]¿¾z{9Å7$w\97¼Éeqû¢¡½«PiÀ\7fæøïwe];TB\8cÖ¡Ë"~ûÇ<.c\8f{QWEO\9e\e\18\16ýu>\95h\b\85\86\9dß~ëRÇèêz\99Z\97¹\8aãë\81\12e\a\99Òj\fçXc6íxC:óyFsfô
+uaR¶\83\ 1\bC\99b\8bK\1cØR\0'\eç\1d&Y\ e]qèÑÁ²ØÕ\16°\84\82ì´¾\92@ùÀy{õóúòýõÄNZFyv\9akqÏÑóa ¢\14U\84äÝ-\9cVÔVEÈ\ 5»9.\12>\1aÈ$·å\92\17\19N\vd\86 F2cÜô2ç\9ad¦`Ê2Ã$Ë<­\8c¡$3£pW¿¬§   !\8d\12'?Ú\r·Û\14Ç\87\9du>\1c+
+\11\ e(\82d\8e\89ßé\ 2\ 6£.à{§\v\98\ ftA.\99B±~Z\11»Pé\95s\9eØtúM\11r\97#\b÷Ö        ©$+»îx\18ÈßúvϾJ\10"\87¤Ðí1\13\83\13Ã\b\87\1a\8c¾Z\8e;30m`ÑZ,ëö¡â5|\80%Kjh\80,¦&Êò±y\ 1ùÞüz3\95/\1f\83 \ 6\93Ûý\1fíGÞ¼å£1\ 20£÷ô\9c-AdÂ[î\8e\87ö\8býh\12\9fL¤Üª è(à9\96a´õÅ        èsWô\ eé\16ý%Ïûp\8eú\7f¬beϱ5k\80¢Ó\9c\1a¢HDB\9d\18K²±(G\83ð\7f\9fº\94\19!¿j&R\83½µ\93ú\19î!ØâÖÔ\98\18 \84(\98gÔûa¤mäç\r\19*Í)\16÷\99ò"R ä¤p\9br¥ä\98+\9eÑ!¤iضii¢\84,e@\9d4r:\ 6rÔ1¬¦:\ 6fm\1dCjÄ|\95\9eV>ÌÊÿRÙL­pÚØ+Èj\fL̺\18Yvå\ 63Ú?i
+\12\ 4\11û¢ªi½Ë\1dUkëímµ\ 1\97ÿ\8ae\rr\ 2\95ö¶ä%\r\17xð¹\15Ñ¥m$|ïØó\82ûqÁ¹)T"£ÔáìúÅÕÛi1
+y\80ßO\83­ñïðÛ\9b\17ë7Ó<\ 2õ¼\b7X¬4\84\eiB,¡³L³T$E°û«7\97¯þ4×.øh\1f\ 4¸°¹í\9fÊòßÛ0æ\109O¼Àµø\97A\8daÀM»®íz¢·¶]\ 2¶vðìÜý\91] üüÑB\90®8Ú£\ 5\94ña\16És1\rTR÷Ô\8d\9a¹(\0î\10©SàÉåêøMà\19\a< øÆ¥l80âõ\83:)\9bÇ §\82ÜÔ´\8c.È´=§$ß¡\ 6¦³ÂÛ"­\1a\9e®Ï¾·9       L¶KÂ8\9a(¯j$I\10¤¬ H\10\87H!G4ã\8dn\87lôD  \92zKóa\ 5­\ 3\8fϳ\11+lÚÙæðìòË\86\ 2Ü÷ØX£Z\8e:f\96n­jb¢\9av£P±ä\18\0\ 3\ 3þðoZ\95Ïç\87O\8e«\93\94\8e%9½ÿý\1f\9eüüsÛÍ\80]c,¦\ 5ÿ\99È\f\1d\96\13Ùkø\e¨VQBÞ\81Iut®\eTGÑA3C(\ 1\r\92¯èÀWD>âÜ\9c Üøk¡mÕ\85çz\9c£\a7\9böèê&\ 2\84\ 5f*2úòûP3Ó[\b×wÿ\85\1c\82αi¬çàÀ9F\16^Çi¼ó&µ\1fÚ¾ú2\r\13b,Òö\9c³JÔb\1cÛKDظç\84µ©\8a\9afXRf¢\1c\8e\9dcCQ\e\983px\83¡\18\8e=ÑÜàæ\8cA$H-|\19«±&\9e»\7f\9c(Jùðòx]f@y\93Ìpóîöê¯D^·V´m9u\9cÔ<Q'ø\86\14Ö¦P\a@ú/§\880
+¿sN\ f\95ÃÌe¨7\ fû\8bÉÙ_`[ç/)÷þH85¤Ôìã\14«\ 1\ 6 G5À@ã½\v\12w/[°\95[â¶\8a]¨õí\8eÉ\90± \9e\ 4U¬zB/®ÿe\8cö\ 4P0ÞWÂPñ\85P\13Bìÿ\ e\14é:ÒÛj\7f°\97\1fÊx'®kòT\85\9dÇ=.±Õ\1c\12\14\ fèREa\ 4\7f8îKºÕ@/Vt¡\8b+çê1\99¥\91r5Õf;­Ó5v!\1cý=\90\14Ý\eã¦ã\ 5\12LºX\83§ò½\ 3+?\8b#\99\85Pq·n1\17\92HlË~ÓU\éëXÒ¯ x¾\92\14\10\f´g¼?pçtZ\vê1wµ~_rFÜ\7fn_ð&é/ywðÕ4
+©(\16ç:ÁmÝs¼F\8434\96{8{ç/Ñ n¥g)0ðéóF,\7fÜ\85¥\b\v\bm2ß\12\9b\94]\15'7èÎc3 Ý]\ f\12Á\85ºæÛ\1eüdÖWâ,RNðõõ»_×sªIÕìÿ\1emܯF\93¹î\19\8e¯ø¼\82\86þ²\10çÐÅp\12\91Æ?|ì9\81Úø\1f\85\8aAÚaWÙ@ê:\13 Æd\80W\8b%/µà8îQ\e\Ðtô\82~À  þy×ÓÀÕ·@\9eÿ\82:ÕN\9a\8f\1dï£\7f\93Äùß$\11æ\0á\9a\83\16\15\eL{\ 1x ]P\8f\v:h\17.׿û/-\11Õ\1d
 endstream
 endobj
 337 0 obj
@@ -2603,19 +2596,17 @@ endobj
 340 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1473
+/Length 1587
 >>
 stream
-xÚåYI\8fÛ6\14¾÷W\18½T\ 6*\8e¸\88\92zL\9a       R\14É¡îi¦@i\89\89\91%\83\9223ùõå&[ÛLd¤\87\b9Yæò¶ïãã#¹
-@\10¬ö+óó~õfss\8bV0\0       \mv+\18¯ \ 6        Ym~¿óÞ\1eØ©æríc\8c<úÛÚ'$ôÞ°ê [°w»\8e\91ÇYÝH^­}\14á\80x4Yÿ³ùãæ\16® \ 1\98h\91¾Ò\ 4W>I@l¤R@Ö~HQ+)
-½·e\91\89Z\94\ 5Ëmû§\93\12\96ÊÊë\9aH´}>Rò\9c\99ÝÙ\ 4A\8fwf\9b\ 6&¹ýh*\9eÙ¯í\1aEÞ³þ\ e¼úÀ­\16ÜÑ\92$ @«Àh¸»\e[AA@\wZ\1eO:\0\14N¼j:²öÏùcR\11¡ \84NRÍ«z¤
-E\80$n\80\165\94\80\10\80´µt4[)¦ºßW¸ÂÐ\fÚ6"¯EaQt\96V@Ïl\83«¼£\89\19ÛEÂÇ
-µ#[#ª#\87©\8e¢\8fb\8fÛ\9e¦`òÙ~\96\9a4\14{[aÚbì\ 1\859\86Þß\971¼/\19[\94Ìì]Í\vÛf\ 1Ó\8duÙNcGQpÛí\ 2ª\fvv\9f}¬jELMË8Tòì/³?÷(\8cr\ e4$\89·9p­Öt·\1fU-E±wsOÖEÉêR:y\ 6OýQèP4G.Eª\e\88a\ 2\93¢*\8bWf»ßGÍ@\9eçÆ\90Øûà\8c<s\84\0´+èâ\9cõ`ÌɸC\14¹W\86\15ZGÝ\ f`Y\9cÃ|       ¢i8IqTÖs\87\87¨ºãP;\ e{»R\1emÓ¿c2â\10\90Ø\19q\93ñÏ7»ìÆ\8eJ.£H\bÚ1\1fGnP\90´^üò«Ö\93\8e\10Îu£=ãU*ÅI\85v\141\18\10\17U¨PâvÍ\89ÊR\88 \ 2°\eæTGïÀÕOì=\18´2\ 3Vô*X\11Òk'x\15¨\bÐp\b\81Ò$Ò@\19ò\14Ü6\94\1dmæ£\ 3\94î\17UoBKx2\ 5O\80@\12vá©êL¥\82¡\85a\ 4\10í\80\80\92)i\10\ 1<\90U6ã\ 4F\95Îø"ÌE[Q\0ÛhÛ4nr\86JH\13j(ÀÉ@\ f\97rRO\8f9¸Ã\17õÝá\8bù\1f\98\83nlÛ\8e\»JO6¯ó´\16\9fõZç¹JfÄsãÍ\ 2Ñ)t\8a'C'ü(\ 18V\ e\89\8c\89>\e­\v\18\82 õ`'&\98C\10hÑÛè´*\en·g±\e\11Q­Ä(þ
-\11c\0Û!üITu5a8\84Ð.\8c\ 4\85ûÛïÐr\8b\85ÉÍ]p\98År\9b\9bUe±z°\9a+\97\9dSaê\8e3[¾\12\ 3»1úéâb`yÊ$KÏUÝ·\85 [\\b2!Õb.Û\9ad\ e×ùòV©\83g·8x$ß79\93W0Ñ\81´_\80«mKÅk\7f/Ëæä\8bÌ%'Q÷á\86Ì\83ø°8\88«ç£NC[{`Êuå¬{sQ<Ì\83úa\19P\ f]¡ê\98×\16K?\8fë-\10µ\87ͪ\16v\93z\1eWoªn|Y\86ª/Ú\92m&¡\10
-@\94ô\buZ\1c¡
-vä®ç$Nç\ 3©N Þí\87[\1dÊO÷ëyÜ\92Ëñ^r\96±íÜ\9dºúþ\1d;°A¢\10_\1c\8e{å««Xôi\95\15\17.Ëy°Ö¯{\9f]å»Ñý±bê\18z^\94\13zÔé\87ÐË9Ô\9eB\1c\87\8bA|$ßqYYõæ,ß\86\84Ë£(X>\15\8dH\9dÇa\8f\vÍÂöʦâò[¶JG\82Çå¬íG)êùkûi9\8eñ'\9e6W¸öi9®\95ú~à±°[\11:ß/Û\94å2\ 5WJ¨»L\88<g\97¦·å¶Èæ1ùý\ f\10\15S Ï\f\8b\9f?^-ü×ò\î]Ãè}næIçã\82*\18÷,Â]¡r,\rÀ\99Ð\82\967EÊÛÝÎ¥}½X¬\fä嬪/\95\1e\18y?A\a\1d\ 48
-&Æ\97\83\87_\8cK!u\ 6\88a'\8chä8\ 6¨w/~        &¢ÓÁ$\0á^0áøUK\89C\9dÒG\8b*¸}\14\91öï½ÇÒ´\94\99}\8cqO\18\88â~@S¦ßþlG¦êÄûµ\e¬\vÅ¡eúÄ\ 3{\96\8dÝU\ 1=_7ë«ï\88\9a\9ba-\7fÂWu&\8bé\15¾:æ\98KpLÔdÔ\ríù}¯«\ 1\ 2ô5\9b\95\86¸µ9³Ñá\8e\8cEYO±'0Ï\14×±§ü\7fÙ3{)ÂWý=ï5yÖ;$\fåR\f¢+±ï¾
-LY\1a\88ç 3Ì\1aCy!\ 4\18]áyf\93é\10éÕ»ÍOÿ\ 1ÑiÔ\8e
+xÚåYI\8fÛ6\14¾÷W\18½T\ 6*\8e¸hë1i&HQ4\87:§L\81Ê\16=&F\96\f\8aÎÌä×\97\8f¤¬u&\9a´@#äd\99Ë[¾÷ññ\91\\ 5(\bV·+óóvõjsuMV8@)^mö+\9c¬0E)[m~ýè½>d'ÅåÚ§\94xÑ/k\9f±Ð{\95Õ\ah¡Þõ:!\1eÏÔYòzí\93\98\ 6Ì\8bÒõ_\9bß®®ñ
+3D\19\88ôµ&¼òY\8a\12#5Blí\87\11i$Å¡÷º*s¡DUf\85mxópÒBkÝR[y]\13\19Øç\93\ 4¥±5³;\9b\11ìñÎlÓ\90In?Î5Ïí×vMbï\11¾\ 3O\1d¸ÕB;ZÒ\14\ 5d\15\18\r\1f?\8e­\88PÀ\÷®:\9e\0\0¯:\97N¼n:fÍ\9fËǤ"\16¡\10;I\8a×j¤\8aÄ\88¥n\0\88\1a\ 4ᨱt4[+\8e ß×qÅ¡\19´=\8bB\89ÒFÑYZ#\98Ù\80\8bC\94P3¶\e       \9fê¨\1d³5\89\09\1a\ 1\8a:\ e\1e·=ç2\93\8fö³\ 2ÒDÔÛ
\96P\ fé\98Sì}hÇð¾dj£dfï\15/m\9b\r\184ªª\99\96\1dEÉm·\ 3T\eìì¾øX+ML e\12jyö7³?7$\8c\v\8e $©·9pPkº\9b\8fZIQÞº¹'ë¢ÌT%\9d<\13Oø(\ 1\8aó\91\83\ 6f\98\90IQWå3³Ýï=0\90\17\851$ñÞ9#/\1cam\fí
+\ 2çì´\1e\8c9\99t\88"oµa%èP}\0«ò\ 2s\v¢i8IqÔÖs\17\ fQwÇ\91f\1cõö\95<Ú¦¿Çd¤!b\893â*ç\9f®öù\95\1d\95¶£\98æ\97\eóÇÈ\8d\b¥\8d\17\fzRPí\bá\7Ús^ï¤8ihG\88á\80!\16?©BCI\9b5'jK!F\18
+Ã.\87v\80Þ\81ë\9fÄ»3ÑÊM°âg\83\15\13\145ö?\15¨\18Eá0P       \ 4
+H\ 4\812ä)¹m¨:ÚÌG'PÐ/êÞ\84\86ðl*<\ 1AiØ\rO­r\9d
+\86\16\861"Q'\b$\9d\92\86   ¢\ 3YÕy\9cÀ"­3i\859´M\8aé mr\86NH\13j"DÓ\81\1e.å¤\9e\1esh\87/ú»Ã\17ó?0c\98\87ÝØ¦\9d¸v\9d\9el^ç;%>ÁZç\85NfÌsãÍ\ 2\81\14\13ãe¤YØK§\1fÊBç<M¢4ð*\1dOy/jØ\9b\92Ô«]®Ø   °\99çZI¨\13T'Ö0J\1d2妷¹ÅI\80¬\ 3=Ög7a_\15E\ 5FÝ;5\8fGø·µ\eV\ 1\99\væ\14¢¼s3Ü\1e3\91Tû*\rdn\17±¹Ac¦4\9f¹r\9dûA'(qØi\11\a.\9bþ¬t³\ fN.\8ct «\9a\17{4"\85Ë\89 l\9e`\9b\9f\8d²\8c\86=hx·\17\13ë\90\11Ô¬\85\rlRòÌm±#ö£e­óZ\9c|aY'\b7Cø\83¨U=6ÛÇ\18Û4ÓZ¾\9d´<ý_-·à\9b\9d®KõÌÆi[\98\1ce\99\7fg5·ü5UÜeíÍÃ`·8\fìªÏd¶»ÔÈ_ \ 1±\10ä\8b\83 \17R§Æª©ðæÄ\99\7f\83Nγ|¿¸ðH~{.2ùr&Þ.ÀÕ¦¥æÊ¿\95Õùä\8bÜ%'¡úpè!óB|X\\88'vófû\9cçòÝ2B=t%Ò\87æ¦ôüq\½¢¸9º×JØMêq\\vë*üi\19)¢M\ 1<\93P\84\ 4(N{\vé´8B\95Ù\91»\9e\938]\8e÷\90@¼ëw×\0åû\9bõ<nÉåx/y\96gÛ¹ÅJýí;vÈ\ 6\89B|vq¼Õ¾ªqéý\99ËjÞî \9e÷>\7f\91ïF÷\13\87´©CýeQNèÑ\a\15\16µ§z{\ 6q\1c.\aøH¾ç²v§\8eª\ 3\95Æ\84Ë£(³b
+\8d8D¬\7fì8/l¯<×\þ\a[åýrÖö½\14jÆÚvì~X\8e\81ïÎj~Úz¿\1c×*¸m¹/íVD.·õ\9dÛ\ 4í¾V\12¹«\99Øsv\ 1½-·E>\ f\95·ß\ 1*¦@\9e     \8b[\a¿\7f\7fµð\9fËs¹w\r\ 3ûÜÌôýÇ\82*\18÷ÈÄ]¡r¬L\80swMÚ\94\8e\9dKû°X¬\fâ\15Y­ÚJ\ f\8d¼\9fX\ 1\0\ 2\1e\81Ii{ððËq)¤Ï\0   îÀHF\8eSDÂîcN\v&\89¦Ád\88Ð\1e\98xüF¨Å\91\ 3¢Jn\9f\98¤ý{ãe»]%sû´å\1e\84HDû\80î2xIµ\1d¹®\13oÖn0\14\8aCËàÄ\83{\96\8dÝÅi{y\ f\ f     qdîÙAþ\84¯úL\96D/ðÕ1Ç\WS¦'\93î}õåµ´«\ 1#ò%\9bµ\86¤±9·èpGƲRSì       Ì£Og\85Í`OõïØ\13~íRÄÏú{Ùk\8a¼wH\18Ê\8d(\8a_\18ûî\eË\94¥Aûâ>'2ì1\94\17bDÉ\v<Ïm2\1dFzõfóÃ?\8c\b/'
 endstream
 endobj
 341 0 obj
@@ -2667,18 +2658,18 @@ endobj
 348 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1991
+/Length 1988
 >>
 stream
-xÚ\9dX[\8fã¶\15~ϯpP$\91\93µF¢(ÉJwÒì6Ý¢}È\ 2É\0     \90KKÛ\1c[\88,MEiw\ 2ì\8fï¹Ñ\92-\8fÇÉ\13Eòð\>\9e\e5\8bÂ(\9amg4üsöúîæ\8d\9aÅQXij»ûY¼\9cÅIXèÙÝ7?\ 5\7fß\99\87ζóE\92¨ ûr¾Ð:\r^\e·Ã\95$x3_ªÀ\9a®o­\9b/T\9eD:Èãù/wÿ¾y\93\f,\17 )\9e-t\11.\89ëç|ú\ 6\a\1d|Âô#\15Ò<L\8bYD´û¹Ê\83¾êÊ\87ª\\9b®lê\17¬Í¦|W:?M\82ÖîMYo@×\89tf·\88A|J<¿à#\8b\8b\82ÍfSv\ 3\7fׯºÖ¬qå¢\84\8c\ e¿|ɧ¾úê¢\8cÊÞwLhê\8dØQnwh²¬¯Ê\ egïKgÙl·+ï;w\8d
-·¢Â-Ãì5º¨ÐºÙ?\98¶tÏ\18É0Þ\8a\84\8fo/ò´ÿëMÅfüÎ6\1c\8c-ëÃf\ 6\9bÏ\eõéEI\13°^}ûÍ\15L\7fýcLíãºê]ù\ eW-Ûñö»+àúðÇÄ<ÃSð¸\fHÕl!h*Vò:0>|¸\9eãUfÛÇ\87\96ÉÿÆ\8e8,|É\ 3-\9c\17º\80T\14§â\9a5\a¤\97Þ<@ÊY\ 6¶5]Ó^a\99xëç\12\ f72ÿDÆ/d}!ó\97\87\0ò\11ô©,ü*ã\87Ûçµ6Î\95Ûzok\8eéëà\8a\99ÿ\8b\ 1/u\r>û½A2H´*ÌÒÙBE¡R´÷ýÎV\80\9aV:x7OÓ\0Bܬ*ÌÙZAîi-ï\99ªjÈ ç\88ëFv\1do\ e\e÷WXË\8a\0r\85Ù[*\10H\ 2\9a\9a\1as2OK9é\ fÞ7íÞs]ñ\1a,\89ìngYùXcñ\19\19\86ö[çÙFÂ6
-,\98\82:÷¦³\9bp¾È£$ø¡ìv¥Ð\19\19\87ó/°~a
-\15\80Y\fhÄE\0 r¦Â\89©\Ã\94¢0OZ{o[[¯Ù\1aܤ#¨?\97ºAû\1a\0â{|\ fº5=åõ4\80\ 4Roù\13\8f\11\9a8\1d¡\89S÷{\8dY²3\8f!\9a±\f^É:[\83\9fckXf·3"\10QñæzZñ~#²úÚÙ\8eñ\1f\fà\16À²Ç\10Ì\bQ\12\a]Ãc\84\83
-ÞïlÍ\vG¸ÀÎÊC\99D\ 2\ 4Ñ{ ð\88\0\81ë\ 4\ 4®\8dÝ\8a\12îàV°;\ 6â\1câw\84\ 3ï\1f2mîq\ 4SpÈ\8e\ 2\81      \b\19[¼á-ãälÍ$p®Û\81\8aå\9a×Ç>\8as\86\ 4\8eWJá0@\84Þ\18Ç\ 1ç®1îl\86°@\13x8Q8M\80\ 4ä\ 3Â;\9eîHK \14_õç·R«j&\93H»y£\87l¢"hùRÉñ%'+»µÓ´\9cäatè\90º®-W}gY\8cwi\10ñßI¢Ë\97a,Ç6v]QÊÁ*·(§\99-\rãLh?cÖ\ 4^\9aH6\85K!Ä\92\\87ÉØUéfóÀ_\9f\85@ÉÀÉ_ñòÈó\ f×/Î\91\1d%\13¹)ôr<\17\11\9bÔ³ññv\104¸P\16Ô\96=\ 6¤5\1d\fzë»9g\ fv  Ç4c Ù­\ e\88\9eslh³kb\ f¸qVЬd\92\fé       '½³\87\ 6\8bÉÈo¥Ô²\9frì`²E\b³p\99sÃßÔ®3¬\17F{\1aS¸â\97B|q¨¬ÙpÐÂ$\92-Êãir°©\ 5A\14\82j\bP5¤åºÃ\12\8e\92=b\83\ 6\80\8f\ eÐ^F1¢=\915u«$KÃ$\17g\89\1e\14Ç¡N\a_"\1dÚ§\98©\14˦ðúñ\19^Rh\97Ø]\8cîhcáâÉ\83\12\88KûhÀÛ˽©0g§yð\16\82¯Å\1e\8fjûò,\0|¶3¿¡ßÐ\8df¾Fä\ 1ÖPþúi\1aÄy\16F>rVÆÙ©\85q¨<Z\7f\99\ 6^\98+ÙüeÂ<  £D6ëÉÉ\91\1\f²W;M3É2L&ú\8dø(=ÊB\ 2\84áApô\91\ f×^\8cCÿ\f\900\14\85\ f\8cnèk0\ fªb\19(\1eè1\82\94\99æ±µ\18#Ò±\91ï!\19Ý\0Ñ\8fR?  0|\9bQF¬&&G:Ìô\93È\15a¢F\ 6\93\0æû¤Eeí5ÂÚîU\b\ 5\19\1fyä¿î':Å*\8cô\9f÷\13øÐË\91Ò\1a\1c´Ù\97]Ç5-£\12Só:±\87¯<\88#^á\139%)ìÚ íÞqáÏàM¿¥ä\88ûÛÖ\1ai\ 1Ðÿ©\9b\83å\82\178ßÀü趸ïH±ï\90÷$Äh\12æG\8d2ÇR\96\ 5Øìfâ\14í\9a\14\85|\ 2)\a,i\1dÞi\9e\ eÔý\83ïc=ivBz&£@~Õ\1eȯ/\ 5ÜgÂ\83\9fÆÀúL®Óaîoí?çx%G¼4'ÿ,óM`\96CîÛØ\16@OurÎ/
-\15&úb|¦\83_P|\12\ 6Î\1däÔ>>\97H8\ 2\9d²n\9còÏ\0þ¤.\12Æ${Á·6~|\bÈ:Ö\f \12\9eÞ\0®É\rðdÔºëQÃ\1e\88Hs¨OÜ9\99z\vÕ[\8e°FzäS\19¿Ùf§Mq\8dJ\9eÉÛÚO»Áµ¨ï\82\92\8d\ 10úÕ£\83$}¢\b¿\1d¿lѶÂ?Ò \15=éNq\8f^<0Òõ2\156»¸\ 4\86\89ý&\{¡Òàû~µ\18º\07f ±ñ\96\81ý#ÉO¼ÌN\1ae0îg\95æ­;ý©µ7\1c\90ܺ \0î\87Ú¶ÜHÏ"\15n¬±ü\10ë++Ø\1a¾Ó\11\83\90]4F\fÁuÁEù¦\12\15æ1é\98\85\19ø{¦\82WUiЦI2dô\13\8få#ÂãÖ÷Ð\97\ e/e\10ÅO
-\989èÞ¨\ 5F\ 4\e\1e\87Æ\f\10pýÊue×3\\8aÊ9\7f\b\87÷È\14®\91Éå     ä\15\ 1[\14t*÷\1d\1e\1etLÁøÁÂp\ 3\13\ 2"at\9f©
-\8f\9cÚ\95û\a~ZDü7¡Æ\ 4­¡/å'\15,ûæ\17>ñw+¹
-\8c\8e\97\f\ fUIâá\8b\ 4bÿ'\90Ò¢¤#báÝB\17# P\8e\15\12v!`Á/TZã\86\94YMk×i×L²§\97©Bu¸L_¶O* l÷õy\16XX<ͪ/«®\94&[°s\1cÝÿ¸ûèÿKZü£
+xÚ\9dX[\8fã¶\15~ï¯pQ$\91\93µF"uMwÒn\9alÐ>t\81f\80\16H\93\96¶9¶PY\9a\8aÒî,°?¾çFK\1ey<N\9f(\92\87çòñܨE\14FÑb· á\87Å·w7oÕ"\8eÂ2^ÜÝ/âb\11ë°L\16wßý\14üio\1ezÛ-WZ« ûz¹J\924øÖ¸=®èàí²P\815ýÐY·\©\GI\90ÇË\9fïþróV\8f,W )^¬\922,\88ë\97\ 6\87\8cé'*¤y\98\96\8b\88h\ fK\95\aCÝW\ fuµ1}Õ6¯X\9bmõ¾r~ª\83Î\1eLÕlA×\99tf·\8aA|J<¿â#«\8b\82Ív[õ#\7f7¬ûÎlpå¢\84\8c\ e¿~ͧ¾ùæ¢\8cÚÞ÷Lh\9a­ØQíöh²¬¯«\1eg\1f*gÙl·¯î{w\8d
+·¢Â-Ãì5º¨Ð¦=<\98®r/\18É0Þ\8a\84ßÞ^äiÿ;\98\9aÍøÈ6\1c\8d­\9aãf\ 6\9b/\eõùEI3°Þüõ»+\98þòë\98ÚÇM=¸ê=®Z¶ãÝß®\80ëÓ¯\13ó\ 2OÁã2 u»\83 ©YÉëÀøôéz\8eW\99m\1f\1f:&ÿ\ 3;â¸ð5\ f´p^è
+RQ\9c\8ak6\1c\90^zû\0\blgú¶»Â2ñÖ/%\1endþ\99\8c_ÉúJæ¯\8f\ 1ä#èsYøEÆO·/km\9c«vÍÁ6\1cÓ×Á\153ÿW#^ê\1a|\ e\a\83d\90hU\98¥\8b\95\8aB¥hïǽ­\ 1µD%Áûe\9a\ 6\10âf]cÎN\14ä\9eÎò\9e©ë\96\9cp\89¸ne×ñæ\bw³u¿\87µ¬\f W\98\83¥\ 2\81$ ©i0'ó´\92\93þà}Û\1d<×5¯Á\92Èî÷\96\95\8f\13,>\13ÃÐ~ë<ÛHØF\81\ 5SPçÁôv\e.Wy¤\83¿Wý¾\12:#ãxþ\15Ö/L¡\82F\140\8b\11\8d¸\f\0DÎT81µk\99R\14æIgïmg\9b\r[\83\9bt\ 4õçR7jß\0@|\8f\1f@·v ¼\9e\ 6\90@\9a\1d\7f¢åô1A\13§\134qê>6\98%{ó\18¢\19EðFÖÙ\1aü\9cZÃ2û½\11\81\88\1a\8e\r×Ó\9a÷[\9154Îö\8cÿh\0·\0\96=\86`F\88t\1cô-\8f\11\ e*ø°·\r/\9cà\ 2;k\ f¥\8e\ 4\b¢÷@à\11\ 1\ 2× \b\\9bº\15%ÜÑ­`w
+Ä9Äï\bÏ2        ¼\7fÈ´½Ç\11LÁ!;     \ 4\88`gjñ\96·\8c\93³\r\93À¹~\ f*V\e^\9fú(Î\19\12¤¬z^©\84Ã\b\11zc\1c\a\9c»¦¸³\19Â\ 2Màá\89©\ 6\12\90\ f\bïyº'-\81R|Õ\9fßI­j\98L"íæm2f\13\15\97J\8e¯8YÙ\9d\9d§e\9d\87ѱCêû®Z\ f½e1Þ¥AÄ¿g\89./ÂX\8emí¦¦\94\83UnUÍ3[\1aÆ\99Ð~Á¬  ¼TK6\85K!Ät\9e\84zêªt³yà¯ÏB dàäoxyâùÇë\17çÈN\92\89Ü\14z9\9e\8b\88MêÙøx;
+\1a](\v\1aË\1e\ 3ÒÚ\9e\97ö\ 6½õý\92³\a»\84c\9a)ÐìVGDÏ96´Ù\r±\aÜ8+$¬¤ÖczÂÉàì±Áb2ò[)µì§\1c;\98l\11Â,,rnøÛÆõ\86õÂhOc
+WüR\88/\ eµ5[\ eZ\98D²Ey<ÕG\9b:\10\83\86\0UKZnz,á8ç+9 6h\0øhç\0í"\8a\11í\99¬¹[é,\ru.Î\12=Î|)\8eÃ$\1d}\89\9ec¦R,\9bÂë\1f\92B[`w1¹£­\85\8b'\ fÒ\10\97öÑ\80·W\aScÎNóà\1d\ 4_\87=\1eÕöâ,\0|¶7ÿA¿¡\eÍ|\8dÈ\ 3¬¡üõÓ<\88ó,\8c|ä¬\8d³s\vãPy´~7\ f¼0W²ùó\8c¹\ e#-\9bÍìäD®\18\ 6Ù«\9b§\19]\84z¦ß\84\8fJ&YH\800<\b\8e>òáÚËiè\9f\ 1\12\86²ô\81Ñ\8f}\ræAU\16\81â\81\1e#H\99%<v\16cD:6ò=$£\e úIê'\ 1\86o3Ê\88ÕÌä(   ³äYäÊP«\89Á$\80ù>kQÕx\8d°¶{\15BA\ 6ßî'\1eùçû\99
+£äÿ÷\13øH\8a\89Ò     8h{¨ú\9ekZF%¦áub\ f_y\10G¼Â'rJRصAÚ½ãÂ\9fÁ\9b~GÉ\11÷w\9d\ 2 ÿS7\aË%/p¾\81ùÉmqß\91bß!ïI\88Q\1dæ'\8d2ÇR\96\ 5Øìfâ\14Ý\86\14\85|\ 2)\a\1cÞi\9e\8eÔÃ\83ïc=iö\84ôLF\81ü\9ax ÿx)à¾\10\1eü4\ 6Ögr]\12æþÖþu\8e\97\95pòÏ2ß\ 4f9ä¾­í\0ô4Ñçü¢T¡N.Æg:ú\ 5Å'aàÜQNãã³@    èÔh\161ÿ\fÀOÅ¥\v\96t\86ú\96úì}\14\91@\ 2\84³\e(\94¿\ 1&8¶îxl¬\88@&\15\11h\8eõi\83r@ã\9d\85òý\917½J'Nõ¤\16\1fóMq.q'~Ú\8f¶Pã\ 55\e#`ò¯'   túL\15~7}Úb<\94þ\95\ 6½è\93ö\14÷èÉ\ 3#Ý/Sa·\8bK`\bô\9aØp½\97*\r~\1cÖ«±\rpS\ 6     vÞbõ\1eì\9fH~æiö¤S\ 6ãþ©Ò¼sOÿj\1d\fG$÷.(\80\e¢®«¶Ò´H\89\9bj,\7fÄ\86Ú
\86/u d\1f\8d\11Cð]ðQ¾)­Â<&\1d³0\ 3\87ÏTð¦®\fÚ4Ë\86\8c¾\86\83üZ>!<í}\8f\8déøT\ 6Qü¦\80\99\83ö\8dz`D°åqôC@À\rk×WýÀp)ªçü!\1c> S¸F&\977\80\92g\ 4lQÔ©Ü;4\1etLÁøÁÂx\ 33~ô\ 4"at\9f©
+O\9cÚU\87\a~[Dü;¡Á\f\9d@cÊo*XöÝ/|âÿVr\15\18\1d/\19\1eê\8aÄÃ\17       Ä\ 6P ¥EÉGÄ»ERN\80B9VHØ\85\80\ 5?Qi\8d;Rf5/^OÛf\92=¿L\15ªãeúºý¤\ 4ÊöÐ\9cg\81\95ÅÓ¬\87ªî+é²\ 5;ÇÑýýÝoþ\azÛý*
 endstream
 endobj
 349 0 obj
@@ -2735,22 +2726,22 @@ endobj
 356 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2866
+/Length 2979
 >>
 stream
-xڭZÝ\8fÛ¸\11\7fï_a \ 5¢½Æ<ñC¤Ôâ\80K.\97"-p\ f\97\ 5ú°   P­­]\v'[>IÞ½ôã\7fï\f\87\94(Sö¦@\9f$\91ôh¾ç7#¯R\96¦«Ç\95½üeõööÛ÷bÅSVðÕíÃ\8aç+.Y¡V·ïî\92\1fvåq¨º\9bµ\94\7fºY+\95%oË~\87+2y\7f\93\8b¤*\87SWõ7kadª\12#o>ßþuµ\ 6ê|µV\ 5Ë-¥\1a\ eH!\92²é[w·ÙT@|ûg|Ôɰ«ð\87ß¾W\13/EÁRµJ-\81þtßoºú8Щ\80c¥Y!Ü)ÿ\9aúñÐvÕ\96!Çiòæ\ 6_0tõýi¨ì      \9eìË\ea\92/ôp\ fÜçIE¿í\8f(KRmêO"3Õ\96V\1fÚÎñ}À«LÊ®\vI<Ýd\19¬Õå}S\91\ 6¸ÊX¡á*\19'u\9eúúð\88,\ 5âÊ@\90\82\19ã\ 4ÙV\9b¦ìªXX\85¶¡3åa\eÑ\10\82)éö»ªÜ¶\87æKD$K\99ö/º?ÕÍP\1fzP\95ÉÓäÇr\83ÊÚ!\97*)½Ò\88éòxljT ºÁкŦ¡\85}µÇ\9f¢.uRu=m·\ f´\vj#­hÃrNZÉH\8cQ\91¹L\98=Å­\94knP\18<óÆ\9féÉ\17Q5p\ 3\1cö=ØÚ\1a    \1c\12y«S4\1eØ´û£µn{:¸Sô\9b}u@\8a\83£\88|ây4\8c=\ 5\ 6ßGê\ 5®sM\8c\91I\ få¾úîSòT6'g¬b:­\ 5+r§g\1eÓ\12Ìp·Ë\18è?\13Ù\ 5B\19g\99·ê!"\ 4þ_¸ÍO7\91±AãÒÆâ¤Íç]\85úS<\85èÝ \16vQìe\86\99ÌQ%ß\1e\19\v\88\8b\82i\1eÄ\9eJ\v²8\90\9aÄ\9bEM\1aÎ\84×ÍÝ]$1çLeË¡\1f\10É\ 4ó4>\7f÷9\92\ 1$æÞÏ{ðdð\89H\0äöF¸Yk#\93\ f3þQ ãP·\87²¡å\89\eûè¥îOÇ5y¸\0\ fW"ôp\8c\9aík8\a\ e>ìJüe&\93ú°­~s·=]'oƧ¡\85Ü\98q\99´ÀJ÷\÷\95[ßUg\14\14)=Ü«\9aÊ{8.\883Úþ\8dãù¦ì­~W\94¸§¤å^"\8d   \83Íä\14l°z\8fQ\8fYÐh\17=°Ù\ få\100\80ç\8eÍ©§ÍöP¡»ÃÝ\a$N±
-'àGÝàÎ\94\ 3]ÿYu­;|»«Ýfÿ\85\b\97\8e1Z7T]\82ò\13$\19Wmð\1cæ{\97¸Mº\98\89óôå4Ìå<\83"\93\99F\89ê§z{BwÁW\85e\ 2ÞæÍ¢)ñÀÊ>ܾ§Òã~\1a¨\9b;uó1·áÒ\ 2ëk.,o\81ì\98£î¢à\109ÓòÅ\bS\92)>\86X\1caA\98\1293>CYÓåÎt\12}ØZ²k­äÛÓÆçò\92\8ar\8bÛOø\93\8ajú\80\90\9d\17\87\83× Ös¿Ç\ 5\9bص¡º\8d×À °½\ f\1f&\1c\0\a»ê\ 1Òä\81\18\82gR|Tp\15g^¶?ükYÕ
-¼1ÿ*U{Mÿ'Ò!j:HT\19TçÛ\9dãô¾+7\16×Xñ\1cü\90P4L\1eúAWýzª;\ 2\9f\10Ï\8c
-nk·µi\ f\9f\84NëÍàÀÒs=ìè4\ 58,õ»ªi^¹}\ 4JM\85ÂÓ©ê·cyè!iÒvK\15¸êÊ¡íz\vʸM³\96\8f\ 5à\a±Ìô×!¿ úX±\15¸\7f\96\85bÿ#Ò4ÔCïùßÇà\88\19¿ù
-9L\13B~é\ 2!@[#bûæ*¥×3õ¥É3¦\80¶C\85ó\82ôµíi\8b\f\93\12°²P\15\81\95ñ¹¡sǬ_\8bt²ÈäØQ¨K\0|\1e\91¢\0ͦ0FóÈ\ 2\9d«÷¦ö\ 6poÞ"0Ö\95Ó\8aG\98
-Éä¬v\0Ð8`yä¾\98r\14Ü\90à*M\11Q\92k\94\16/¦äjµûѶ=!\9a¶÷¿\9eZÀîX¢\95¡\12}\99\87¿_Û\9f\8dÜÀ¨)\ 5ºØýf!ôÖî`àS£Á\ 4frÌ]\80ÝJzÄ4\81\ãýÄ\17\1e 0Â;Ë8\1e\98\92¦]G£âò\bË\88ð\94²ðñÌ\1fh±¯\8e%ÄWµ%\ 2÷Áùñe\18¦\1d\94y»J8\1f~³Á\ eo^ùIH\ 2rÙb\99\91b\ 2\9d\1fÞ\7f\8c=\8aOà6l\8d\10\ 5Él±u\ 1ØÄó¹5¾_°\86æS1\19Í\80lN:³O3üíj£ê%,2¾\12\18\108\99\7f\99mx¸5³âzT8-úxv5JJ\83ð6\b\85¿ÛP\90Ú:­í^4wm\8cN\93\17ÐÒ\ 4§²"j©b\1fæF0\9d}\95Öx¤5ËMë9À¸{´m\88ñP\vöýµ\ 4\0Ü>¶§ég\14ó\12:"\15z\rå£\Ï\8a@îêp®§ýÞ\85þ¦¶X)Ï\12Tè¾\1a(ÅÁ\898ár\1c        \14_\9b»sr´\v´À\85ÇéÂõäÍ\96z· süþBÙÏXþ¿\ 1¬\85²\9f1­#»å\94tP@\17\9c+4"ª&°\ 4TäÇÁvòrôþðÍ9\1eü\7f!\17~\1dº\ 4ÕÅ\18\85  <.R,Ë_.ù9\13*l8A¶\ 57É&o\7fÉK¬vºK\94ÂÊøb\85WÆw\8d@+p\7f\1c¥xfÇ}Û\ 4\9cö\b¼¦L>\99\8aúÈy+\16ä´ÞUºyy\15á0E%®Zþì\80,\r\9fRn¡°½NÙ\ 6\89ÍFXv\ 5\vV{\1aÜiº\84ý/¼Ð×ZÄ\96®\98U\84ð\89\84K\14çµ¥\vyÂùKÐ\18Ñ\ 25~~\1a$áËíBA
-¡ØéÐW±ë@¼k1ïÙ0\97e.Åe\0ð  ê»à\82\95mÕcgâ\e\84 \12÷\v9A\v¦ò\98\ 5µÌÂ2\10Ó,õî\16Gc\80[¯DH\18\8c\91\18NTJ¡@SÝ*Ä\ 5\9fC¬ª¨1\87\8aGs\81s\16s1½ý*\8fã`&V¤\1d\10¾ ÆÔ|-\9eEäÍs7ó\8a\e\r¬^×(\15L\15áp\99gÔIòl>¸´¯Á¦qßÞX\\87¥­'\95\91\11\94\90"k[öQ\97ñès-2\9bâ\82XyC\rq\10x8¨¤\81åRÎ\ 2´:&íÅ\9c%\82\1a))û-SB|¤¯åÑ3Jnº\ f\aÛX\1aÒ\83\14ÓlÕ\ 5:éA\8aE=@3¡gmþbÔslö^\98Õ\ 45,\ 6P\19+¼+5í\ 6\90ÈÂðb,õ¯\11\88\15Ë\83wÍ^\9c»CñÊÎçî@\11§u\13ÞÇ1 \1dV¹{º,Ô¸T³Ìû:0xEDh\90I÷¶i\81ë\84Â\1e°]È\94uoûæ\ 5£ÈT!h
-\9có\82UÆ\\8cÊX\8aϼ8OÅ\ 2p\ 1IÞ»\aûMiAô\NV¿ y\16Hn\ 2É\81¬\95ÜøO\aÁ«TÒÔ¶;2\14]xõ\r\1c}ß"iìÝC×î\1d=Û^ÁM?\80c\94¶Ù\83§úp<\rþK\90@\14\17\82d\f\93BS*)̼l#\92àÜAWØÜÐ)íÞ\8ewPi\95m\e\8aÌq\83;\14c\85   ¸ÁeâÆÝÚ$Ôú§`^\89\1c\ 5ã±b6N£\92\17Í\87/\14ãqz³P\89E:\ 2ãÅP
-z\95\8bA-Y\1cI\98J¶u\7flF        ä¼¥\92|j¸{z¶ \0S\10]l\1fWbòvçi^oO4\8dMiϽߩöág'\11Lom\ 6´x\82\1c \ 5¬=\eG÷~ú        fq\15\90\91
#\1dKŸ°Ç5Ë¡/ÓÂ\8düL\96¼\83ܹ\19Úî\v=~\1c \81\0O¿ÄÁ@à \eÙ|´×Z\14\19I\88\82£¿Ø\1cô\víb±ÃkI».2
-\9a
-üØ9FóeýT÷5Í\1eòb$\Ûy\8d\ 2\16}¤È\99ñ^r<õ»8MH>úÉ\94%\90§­\8dG`¾Ê}w\91Ðo©|\1ee\9dý\)@s6êµÃ߸\10Ê«\85µ\b\81®n<rx$\ 2|úáæÔu#RÅ\9dI\91¹°%¸¾Ó¿/\16=\9dz\9dc{\L\90FG¢ÃË£º\8a\fL9Ü}±&}pM\83òQ\1f\81a\10\7fp\9f68÷\10%ujѨ\16\99\16. Á\ 1ªON\1fÒ\7f\1e³;N\1f\ e\1cË\92ng¯àóýô\f2ÙoöR/ºÌyê\ 1\12\84Îd\ 4ó!Ö\82Ìà¢oÄ#\9b\96øw\9d\8bÛö\bk<\162.ÕäA®8BÝÑçm
-$QµD¾pä\vO\1e\8e\85ä\v\15:(\1e£YQ1\82,8\81Qg{5|(û3rc\8dÀG÷\81»PËÓ<\b\9dÑ!ß}øùãí\9b\1fþ¶ô·\81\11Úãôß\rÜa_Ï>w\86\94Û$N'F#"®Î}nc\9c²ÛŤ\86\13Øä­ÏóÑ'¯\91d!g~±Ê!\ 20#h\1c\19\8e;öCûÝ\1f£oÎ!Püéêçú\7f\13\8duüÙ:\98aþtíCýg¤ \92»õ¦9>Ù/׫\1fo\7f÷_uÝ\1aÈ
+xڭZ[¯¤Æ\11~ϯ\18)\96\96³ÚiÓ\17h:\91%¯íl´É\9b}¤<ìZ
+g\86s\86x\ 6ÆÀìzcå¿§ª«\1a\9a\81s\89\94' »¨®®®ËW\ 5\9bT¤éæaã/\7fÝ|wûõ;µ\91©prs{¿\91ÅFjáÌæö\87\ fÉ÷\87ò<TÝÍVk\95ä\7fºÙ\1a\93\95ý\ 1Gtòî¦PIU\ e\97®êo¶ÊêÔ$Vßü|û·Í\16¸ËÍÖ8QxN5\10\92òØ·|·ÛUÀ|ÿg|Ì\93áPá\8b_¿3\93\89ÔlRÏ ¿Üõ»®>\ fD\15Ilrá\14S\85\87¦íª½@\89Óäí\r.0tõÝe¨<\85LNå\8d²É\17\ 3é\8b¤¢wû3î%©võG\95ÙjO£÷mÇr7xÕIÙu1\8bO7Y\ 6cuyw¬H\ 3ÒdÂåpÕB\92:/}Ý< HÑvu´\11'¬å\8dì«Ý±ìªåf\r\9e\rÑ\94Í~ÁC)a4ÏwU¹o\9bã\97\ 5\93,\15yXèîR\1f\87ºéAU¶H\93¿\94;TÖ\ 1¥4I\19\94FB\97çó±F\ 5¢\19\f-\ f\1e\8f4pªNø*ê2Oª®§éö\9efAm¤\95Ü\8aB\92V2ÚÆ¨ÈB'ÂSI¿K \15Ö\93¼\r$=\99"j\ 6n@À¾\87£ög\ 4ö\88\95õ\8c\ 4»ötö\87Û^\1a¦¢wNU\83\1c\aæ\88b"=\9e\8b§\82ó>-´\vB\17y$WS\9eªo>&\9fÊã\85\8fÊMĹ\12®`-Ë%+%¬äY!@û\99Ê\1ea\94I\91\853m\16\8cÀú\1dO~¼Y\1c5Ȫ½'¢ÌÒS}>T¨>#SðÝ\1d*á°ð¼Ì
+\9b1W²ìQ°\88¹r"\97\91ç\99ÔÑy\ 3k¯H¼YU¤\95B\ 5Ý|ø°Ø±\94Âdë\8e\1f\94\b<~þæçÅ\1e¤\152Xy\ fv\f&±Ø\80\15:\ f\87p³Í­NÞÏäÇ\r\9d\87ºmÊ#\rO񿂡ëþrÞ\92}+°o£b¯G\9fÙ¿\ 1:0ïáPâ\9b\99Nêf_ýÆ·=]'cƧ¡\85È\98I\9d´ J÷¹î+\1e?TW\1c\f)=\9e«\8eU0p\1cPW¼Ã\8a#ý±ì½~7\14¶'çäE´µ±¯Ù\82|\rFïÐç1\ 6Ú\9c\9d\a&û¡\1c"\ 1\90î|¼ô4Ù6\15\9a;ܽGæäª@\ 1/u\ 3Ó\94\ 3]ÿ]u-\13ß\1ej\9eì¿\10ã\92\ 5£qK¹%J>Q\88á\\83t\18í9lÛt5\ e\17éóAXêyüD!³\1cwT\7fª÷\174\17\*N\12°Z8\96\9câ\ e\8c\9câé;J<üj¤nÉê\96chá\15Ñ·RyÙ"óÃ\18õaá\1cª\10¹~ÖÃ\8c\16F\8e.¶ô°ÈM\9f\88\12\85°!Bù£+øè4Ú°?É®õ;ß_v!\94\97\94\92[\9cþ\84¯T\94\19\ e\ÖÄáìm\134\98çs»Ç\ 1\1f×sKY\e¯Ñ\81Àô)~\98P\0\10vÕ=\84É\86\ 4\82gRü"Ý\1a)ÂÞ¾ú}]Õ\ 6¬±x\91ª\83¦ÿ³Ð!j:
+T\19äæÛ\ 3Kz×\95;\8fjüö\18|hH\1a\88í «~½Ô\1dÁ\19¶'D3£\82Û\9a§vmóQåi½\e\18*}®\87\ 3Q\93\83ÃP\7f¨\8eÇW<\8f0éXáæ\89ªúí\6=\ 4M\9an)\ 1W]9´]ï!\99ôaÖ˱\ 2ûÀ\97Eþ2Ü\17e\1f¿m\ 3æ\9fe±ëÿs¡iÈ\87Áò¿]B#aÃä+\940M\b÷¥+\8c\0k\8dxíõ\93\9cÞÌÔ\97&\9f1\ 4´\1d*\:Ò×¾§):\98\94`\95\aª\b«l\88\r\1d\93y»Vét"\93a/\]\ 3Ü\vð\ 1\ fiá ÙäÆx<Ú¡qõá¨Ã\ 1ðÊ{\84ÅyÅZ  ø\12\12\9fÓBÏ¢.\0\8d\ 6Ó£\fÉTâÆ-mܤ)âI2\8dÒ£Å\94L­æ\97öí\ 5±´¿ÿõÒ\ 2\14m,¥èǹÖ}üþÖ¿
+ùwa\ 6ÖL!\90}÷õ\8aëm\990r¥ñÀ\14Fr\8c]\80ÝJzÄ0\81Rãý$\17\12\90\eá\9d\17\1c   ¦ éÇñPqx\84eÄx
+Yøxe\ f4ØWç\12ü«Ú\13\83»\88~\\fÝ´\834ïG     åÃ;;¬ïÖ2?\ 1¹l5Íh5\81Î÷ï~ZZ\94\9cÀm\\18!
+ÒÙjá\ 2°I\16óÓøvå4r9%\93ñ\18PÌIgþi\86\7f¤Wí"{)\8f\8c\9fp\fp\9c,,æË\1dé\8fÙÈ|T8\r\ 6\7fæ\1c¥µEx\e\1fÞ\15\v\f_¼À-U1 \9d¦\r\ 3Sr\ 2PvíùK\e\96V õ"¥Iu­4\9dqÁä\ 5@·{ÀÌ\92\92\7f±¨t3ó$öv\rÞ®\16NAQ\1fϸõ\9e½Û]¼këlrm,Ûx\88Õ\86f\919ög\18¿fuOo\8dó£%ã\ 3\9eéò]
+|¬y¹\7fµ5Á]\1d<\ fïØ\98\17ÆÎ:~¨\9b\86JôB!ã\81\17 àøí\aº\1aH}M\0ÃÁÍß ^wÞºçäñ~
+Åì\ 2ú\86\ 1\8f¾ýP¼\19\98ð\9b\81aÞÌ*¶åì\\84ó*2æ\87\a\1có    c"2Ñ\1ep:ì\ 1MÀÙ\0\81\8c®è³å±}h/<ì-'^3Nú\85áå²i¹\9eCý®\86\8e`Ü:®\0á{\99o3\87´/ÌÜ©¢\83À\9b\15\f\90
^\94ºÅÒéÒ)\ 4}õû\1f\1f\ 1}\99(þ7x½\ 2úÌT\84On\vûñÊO\ 3\9e\80\e@_\ fÞ
+R5FºXbY\b­ÿo0U>\8dS'(Á\90¬ ¦É\18)Þ¯Äâ\14[eÏ">;\89èíRÛ\95³\ 5µ¥O\9a\89\8aÌD[\ 2xºX\ 3xz2¸×OrzC,¸{T̼AÛQØqÞ§¦Ë    q÷\94Èq\82úP6N`ünÝ\ñ¸ê\9bA\bÍ\92\1f¹jáZ\ 5´\9eæ"\9f¥"_   éп¤Ú]«yÿÒ\13``i/\ 3SÓ%j\7f\8cö\ 5\ 1\ eJ\vÆ2Sõ¥ÕØ\90ë"±ü\8bó:\r(©Ð_ëýÝ®à\8f\18y_\9a¾Z\9a
\94\ÍKt¬\90(?àõÒSeG\0\ eGöU\8f\85\a#àÕ¯\ 4\81\      S,E0ë"¬ãî|2Ô¥?FeÊ\13\1e\11»ãb\e¼U²\98xC\13Lq*¶\8dù±HC}\18\0\ 6º\16±PÓêOÊ8öá\96\8aôÝàgÔ\98Ú\97\96\87²à\16ç²®\14\85y\92\93\13ÆÅñEfä.2\9b{\9b_\ 6{\ 4§öÆÃxÌl=©\8c´\8d\18\94\14Y{\94'ÍZ\9f{«²B(\13\1fÁÛUG£° Wb\14\14'cL|ýl´Ó\1cíôz´Kó\17ÇM\1d>åx÷>\85F\8d%=h5uÒ¹áEzðÍû¥\1e vÌ\9fuz\89¥ý3\9d¹(\89-ár&\°¤c»#\1crݪ\1aKÂ7ø\1dí\7fdÉųßXL!²ëo,À\11{³Su\87M_ß\9aä{º¬¤4\88âY0Ýmùd{è\151¡¶5Ýû\12\15®\13\ 6»Çâ\10+\ e¦X;\13\9d\1aüü\16Ùæ#§\82¡\18Á\ÐÇ\9a\87\16\8e\91ë, +kX\ 1=?øÏ\88+\1a(´?üÀá\11\1ddÑ"¯\88Õ¨\aK Õ¯â[«Ñ\8a&9Ö¾2¶äjx\r\88\98¾lÒÆüÝ}×\9e\98\9f/­á¦\1fÀLJ_èÃSÝ\9c/Cø\ 6\bI`\ 6~|¶q9Å\15\177$\ 1$c!$%\ 3W\98Ü\11UΫã\1d¤Yã[\ 6èf.cip\86\1cÎÙH\1a\1c&iøÖG¤6<E½j\94(ª>ݬ\95Jùo\81Ø\1fÉÌcçn%-«t\84Å«\8e\ 5\85ª{ÎŵXú\15Æ\95\9f\8fã\ e´\9c#\1c95[zz&@¥\bÚ(*FK\8cäLOßj<ÅñèãÛç>ÌT§ø\8b£\8a:÷>\1czpÁø«\10óO\11}è|ñp:\94\bz´ÁÝ\91\8e!ç)çÉsQ@E\96+n÷Ú,ù\ 1\ 2énh»/ôøÓ\0á\ 4dúe­|p\1aûr¢\98Î\v\1e±\857²PN¢½ø\88ô\vÍbæÃkI³ì\19\8ez\8e8\ 2/³a\1c¿l?Õ}M}§Â\8d\8ckß«3 Öª\8d¸BØ`%çK\7fXF\f-G;\99\82\ 5Ê´÷þ\bBø¥ø\9b\9b\86jËÌ@.É\80\11\9c@¨Ê¹ÜÆ\81x¿¹ò'\82×z +·Æ\9a\ab §\17w\97®ãlF3\93"¡XÇ\84a©¹5®·Üz*²°³s{^\8d\956_l\1d\16_$Y\14`\8aèü¯\ 2é\ 3ò¨6qÔ\89\ e\ 6Á\88\faCÊ\80WRVK\8ejÑ)·1\90\80²\15ëC\87O£~\86õÁpqfX\9eu;[BÎçÓ+üäÿÖÐùªÉ\\87\1e`Ô¯áéL/0?øZ\14\19ØûFp²kIþ\8a¾Kñt\80[#Y,¸6\93\ 5\84Ü\93\17\88¡f\8d»cî.p\a²\98»3±}"\19µ     Ý\b¸\80\ 2\9d\8eê4g(¢ÄìÆ\14\81\8fük\83\8d\9cÑ\1e\7fxÿãO·o¿ÿûÚÿ"#ÌÇ\ f?\ØÃ|>+\1fâ\1ar
+m\0+Ýt\86\0±R\15B\9b\90\14Ü\1e\8diØ|O¾\va~ñµ\93Y:\84Z±Ylþrû\87ÿ\ 2µ8~)
 endstream
 endobj
 357 0 obj
@@ -2771,16 +2762,20 @@ endobj
 360 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2042
+/Length 2058
 >>
 stream
-xÚíYϯã¶\11¾÷¯ð­2²fÄ_\92\88Ü6i
-\14HQ$\ fèaw\81j-½÷\84µ%W\92ó6AÿøÎpH\89´d¯Ó¾Ür2É¡¨\99ùF3ßÐ\9b\94¥éæic\7fþºyûðõ÷bÃSføæáqÃ\8b\r\97̨ÍÃwï\92\mw¢\10\85\96Ãóv'¥L~¬\1fë¾n÷5NUòCÙnE\9e\9cËÃöÃÃß6:gºØì\94a\85=á»f8\1dJÜñ\vìÏL2>ã\83y\9a\1c\9aa¤¥î\91Vöç\1e\ eÞ\8a,\19\ fnw_\1fë#>ý\11\14É\13xqE{«¦¯÷c×7õÀ¶;­\15¼iZ¡-eïÞTV\95\7flì¬\96éf\aFr2\924J\v¯\11\8c^\9a\11­MI]xâëïåì¢Ü0\9dÁ\19øðé<<W´#p¢äÌ\18·cß\1d\8fe[}\ 3çñlý<ÎRåÏëNËãDÆD\16\1fGz\82{:ô×Ï[Q$Öî4\ f]C6<öÝÑ\9a½\13
-MÆëÀx\80\15\8dg\vÕÐQ\ 5\13\84åW$6³X³\8½þ¾ÐZsVx­\830\0¥\84ÌgG¨ù\89,eÂ\=Ï0é\8fCtð\10oê/4}\ fÞ9S\0\13®ed<\8c
-2\15·\1dêÇ\91\960ò¼2$²!\80¢SߨÀ\1eë\8a|\97\19\96E®ûHQ}é2®q\ 3é       ú\rkhj\ f÷Ë3\ 4¼õ?½Í\ 2Ù}²pV$ÀXìÎ#MºÓØtíð~û\86æÃXöd+~\8b.laý׺ï\96\8ca"'H\8d}ÿîµ Õé\15H!tïETCD\a\88âô\12Q|\r!ªÝÇi·õÍÓ³\ 5\8b¦\b+þ:¹!X-\8a¹Æo7øúC\9c\98k°¢éæ&¬\9a\99,\82\15O\9b\ 3XQ0Á*\8a4\82U\18\1eÀ\8aR\82\15GW`åR3%#\÷Kìlf&ý¾=Ôe?P¨L\19 p=\ 6\13è°Gµ?áT [2\9bÃa\Õ\87ÚG\9dLÊÃ\81\9e°y<<\11\1dkòî°¢¶«\15s\82Ù\1dnjý\8f¾C7$ÕyoS\9bRI\89?:9tíSÝÓ\12b\rºa¾Õ©Ó\ 5¶Tõcy>\8cÑ\1e\92<vý±t\82ó@'k\7fòØ\1cª\9adqí \1cPÕm7Ö\17f?wGW\1cg\97\162¹Ë\ 3§Û¸\95VÁËsdÆTqoÊ\ 13,\88\14øY2ÒôÎ0ð)\ 6Ðn=Ê\84\82ãd1²hHôt[¯E¬HY\16\ 5ìÏÿ\93á9ã·?Ê\9c\89Èp\13dv\9a\92á&J=8%Ã3k¸É½á  Ã\8d\89\f\87\1d\81ᦰ\86¿q\95CÑ×9EÍ©¯ß\v\9d\7f\9e\9a|ü¼êÐÙåÍ8øbQÕ\9f§ºae\13~\13`knÇâ\94\87\ 1çùƦÈ\98ÄP´ù\7f\92ì´ÐÉ»eáW@\1e\8b\87%P°\9c\7fè\8ce¡á\80Ýõ#²\99@}À\13Tòn×~Xà»ã)(¬Ion·ÿh9\91+¥XÖ3÷iÚA\87(e*ô1®;\96\90©ykÈ-²à;À\14\9dç       r°K¥\85Rs<î\97<\8e+&e\10\8d\81j*ië\97\v\1d\83ì!({\0\83Ó\ 5Ó"\f¦\7f\12\85Ð:i;ú-û§ó\94wýRM\83§ÆÖ¢º}³B\îࡹ\87\8c¨gA¥Í&Mí\83\10^cm\90:\8b>*X'?Û\1d´5\v\12\8c5\90ç9+"\ 3\89í*9}`\98°§ü¿ Ó3áXC@OR\9b\ e\94OÛÊ\ 1@\89þD¢\v\0v*×É\ 3m\9f\8b[FNVÂ9\19\1dÑ\11Ý\13õ- \9a¹¸áL\85D$]\94~\98a]Â_\8a\12\18`Þè\a·\1a\86(L±ªYz\ 1c\9b4\16ñ\99rÆùÍ|)\98\8f_, ©N\1aV³e¬`A1_\b\95)A4HùM\9aÔÿ>CôA\98\94\at\\91\8c´N\855FQÍ\19dJQ\10.\9cI\13ÆÆWé\12bð«çß«)\10ůÓÕÄ©\ 6­\14b\9d\ 5s\96Ë»\e\e8$DVÈ\89\ 6ç¾±\81-.e   \9fB`à\1a\e\10ÚÆ&\12Qc\ 3£Ec\83í§y\95Æf\ e\9eÕ\ 6E\ 6¥ìZ\83¢Y&_©AY £Ì\15tr\96ñ{ÑQñw§Ì\12\1dÜBè ÔB\80¯\ e\9a\14\9c"D^#;\b\9a\14¨~ùÕ&%`ã\8b&E²ô÷\86\88KÉt\8cQ{\93»ýt>\ 1á\19\88Y\v_$ \12[$Þ\aZ$þS\ 2\8d'\99í%\84\8aê\a,»~\19\ 4½G\974\17S¶Þ-Yº»
-\91¾Î\al=.ìèÚ¡ó\84ªôMwk¯£V\1f¢g\9a\81\96\8f\9cÎ\87\12pºÁ¾\80û\16:¾=
\17\ fDÄ¿nÒ/0{\85\88à\8b\ 2\ 2¦VÒ\1c\12°ü&\87\13Ó\11\8bg\83$»»M\0?8#Öé\9bÊ)ùL´ó§2$o\92û\16\8e\83\15\ 6\aç\80\13ýº\a¸+ä(y\8c\8eâ\97O\86pÂ6b\1ctR»l:\84a¦¸Éò\8a ç¸Ì6\10\96©¹ÄNDò)á8Ò'!E\8b<"}ÓM\8f%}Ø\85\87¤oY°\8d\vw\96b¾d¬?ÏßãpÑ\1f\92\ 3Á-/öÂ*î\1cí\9dìJÞà\88ñëTÞ·\90\10\9fP3.WSº\16¬¸»àâ!Q@ÈŽ\93ä¾àJî3\18÷\ 5\17\97(Â|\86àÊ_&ó\95\82\9b  ì\12î*¸Ù½l\r\93W\91\85¹<Ï|.\aÖ\8a¹üý\96V-ñÍ=\ 3·\v'Z¡\8bøÌK´7\ 2\96>ú+|Xí»±ô/ÑÞý\10¥Ð\99ðЬ[\9dèòæãÿ\ f\ 6¡×ë;ìÕw\93/\1d\93/½B¾ôD¾Ü\ví¶ ¼ãºe`¡Ü10½\16\10)\1aóG@Ä\ 1ñ\eX\85¿\vÆÁÄ*`l/p<«p\17Ã\97\85\ 3¦\8eUÀ¨¬*²#ØÔÐÅSL)ÆîâÒoº.\8ah\84\9ch\84\b\19Ý1M4B®Ð\bsËSkU$tÕ\ få§©I/|y\84\81¯§t\15\ 6\v\9aºÿD.(â2    Ó\8fÔ\80ãDÌÇP´\14\14òÁ\vDL­\80
-»;\93\vON\7f\81Ô\9fëýy¬\87\v®åÚF\1d\8d\96\96¹ëæ\7f­|'*øÃ¬Z\96\85\12¬\90x\93üÏËX¥Áõú\1fp#oË\92\ 6\b\7f\v\røËÃ\9fþ\vò©\92Ó
+xÚåY]¯ã¶\11}ï¯ð[edÍ\88_\92\88¾mÓ\14(\90¢H.\90\87Ý\ 5ªµtï\15V\96\YÞ»  úã;Ã!%Ò\92½N²\ 1\ 2ôÉ\14\87¢fæ\fgÎÐ\9b\94¥éæic\7fþ¾yýðõ·bÃSføæáqÃ\8b\r\97̨ÍÃ7o\92\mw¢\10\85N^\97§çíNJ\99|_?ÖCÝík|TÉwe·\15yr.Ûí»\87\7f|ý­\9c·*2&óÍN\19VØÝªf8mwZèäÍW´ØÌ\8b\15¨SlR»ð\9f\8b­¸`9wÒÿÒ\1e»Å\16<güú\16\193Æ      ßá\ e*y³Û·Ç\8fïheà\82\1dO5Ë5üj&rûÆ7ÍéØ\96hèO`vf\92ñ\19íÏÓ¤mN#Mõ\8f4³?\ fà\9f­È\92±u«\87úP\1fðí÷àÏ<\ 1ÿU´\16\RïÇ~hê\13\ 3¥´\82/M3´¤\1cÜ\97ʪò¯\8d=*\rÖì\0+®­\8a¤QZx\8d`ôÒ\8c\bZJê^:$7LgÎ#Çóé¹Z8BòÙgûþp(»ê/°\1fÏÖ÷ã,U~¿þ¸ÜNdLdñv¤'¸§G\7f\8a"±v§yè\1a²áqè\ fÖì\9dH\vVè¥ñ\10\9dh<[¨\86\8eÊ\99âví2ö\0m\11ÇM µæ¬ðZ\aa\0J   \99Ï\8ePA¤¥L\98«û\19&ýv\88\ enâMý\89\1eß\82\14@M÷\84s\19\19\ f£\82LÅemý8Ò\14F\9eW\86D6\ 4Pt\1c\1a{>Ǻ"ße\86e\91ëÞST/N\9cÆ\ 5é|pWÐÔ\1eî\97g\b\7fú\9a\ 5²ÿ`á¬H\80±Ø\9fGzè\8fcÓw§·ÛWô|\1aË\81\94âÂ\16æ\7f®\87~\89æÎ\18<\97\ 1¤»/\ 5©N¯@
+¡{/¢\1a":@\14\1f/\11ÅÏ\10¢Ú\1dN»lh\9e\9e-Xô\88°â¯\93\e\82Õ¢\98k<»\ 1\8a\90bÌ5XÑts\13VÍL\16Á\8a»M°æ\ 1¬(\98`\15E\1aÁ*\f\ f`E)Á\8a£+°r©\99\92\11®û%v9Ó>Éÿµ­K,)\18*S\ 6\b\\8fÁ\ 4:ìQí\ fø(Ð-\99Íá0®ê¶öQ'\93²mé\r\9bÇÃ\1daÙ¡&ï\9eVÔ&\8dB­Û\9bZÿkèÑ\rIuÞÛÔ¦TRâ\8fNÚ¾{ª\a\9aB¬A7Ì·:uºÀ\92ª~,Ïí\18­!Éc?\1cJ'8\9fhgíw\1e\9b¶ªI¶V;ªºëÇúÂìçþàjüìÒB&wyàx\e·Ò*x¹\8fÌ\98*îM9`\86\ 5\91\ 2?KFz¼3\f|\8a\ 1´;\8f2!<¸à8Z\8c,\1a\12=ÝÕk\11+R\96E\86\7füU\86\ 3q¹}(s&"ÃM\90Ùé\91\f7QêÁG2<³\86\9bÜ\e\ e\ 2\98ÈpX\11\18n
+kø+W9\14\9dΠçÔo\85Î?MG¨&\1f?¯:tvy3\9e|±¨êOSݰ²  ¿       °5·cq\8a
+\80ç\e\96s\16ÄÜ\8a\87"\9dÝg\18'éý½åD®\94bYÏÜÑ´\83\1eQÊTèc\9cw,!SóÒ\90[dÁ9À\14\9dç r°K¥\85Rs<î\97<\8e+&e\10\8d\81j*éê\97\v\1d\83ì!({\0\83Ó\ 5Ó\82\82\89Z\8d\1f\89Bh\9dt=ý\96ÃÓyÊ»~ª¦ÁSckQݽZ!.wðÐÜCFÔ³ Òf\93¦öA\b\9f±6H\9dE\87
+æÉÏv\ 5\82\ 4c\räyÎ
+\11\9e\16b»JN\a\f\13ö\94ÿ\17dz&\1ck\bèIjÓ\81òi[9\0\1fIt\ 1ÀNå:y åsqËÈÉJ8'ãN¶±; {¢¾\ 5D3\177\9c©ÐÌtQúá      ë\12þR\94À\0óÆpr³a\88Â#V5K/`l\93Æ">SÎ8¿\99/\ 5óñ\8b\ 54ÕIÃj¶\8c\15,(æ3¡2%\88\ 6)¿I\93ú?g\88>\b\93²EÇ\15ÉHóTXc\14Õ\9c\14\ 5áÂ\994að\7f\95.!\ 6¿zþ½\9a\ 2Ql3 ø­]M\9cjÐJ!ÖY0g¹¼»±\81MBd\85\9chpî\e\eXâR\96ð)\ 4\ 6®±\ 1¡ml"\11560Z46Ø~FNýÕ\8dÍ\1c\r\8a\fJÙµ\ 6E³L~¡\ 6e\81\8e2WÐÉYÆïEGÅçN\99%:¸\84ÐA©\85\0?\1d4)ø\88\10y\8dì hR úåW\9b\94\80\8d/\9a\14ÉÒß\e".%Ó1FÝMîöÃù\b\84çDÌZø"\ 1\91Ø!ñni\92øO    4\9e\97\10\1f0íúe\10\f\1e]Ò\LÙz·déî*Dú:\1f°õ¸°£kO½'T¥oº;{\1dµú\12½Ó\9chúPvÍñÜ\96\80Ó-öe\90\8dG·G+ôË\8a\88\7fݤ_`ö
+\11Á\ f\ 5\ 4L­¤9$`ùM\ e'¦-\16ï\ 6Ivw\9b\0¾sF¬Ó7\95\99ìþ¡\fÉ\9bä¾\85ãÑý ]l\85ÁÁ9àD¿î\ 5î
+9J\1e£­øå\9b!\9c°\8c\18\aíÔ-\9b\ ea\98)n²¼"è9.³\r\84ej.±\13\91|J8\8eôIHÑ"J\b?N7=\96ôa\17\1e\92¾eÁ6\86©ÏÜY\8aù\92±þ4\9fÇÓE\7fHNÅ\ 3\82K^ì\85UÜ9Ú;Ù\95¼Á1¢¾Ì}âkH\88\19\97«)]\vVÜ]pq\93( äâÞIr_p%÷\19\8cû\82\8bS\14a>Cpå/\93ùJÁÍ\ 4v        wÝ$f÷²5L^E\16æò<ó¹\1cX+æò·[\9aµÄ7÷\fÜN\1ci\86.â3/ÑÞ\b\98zï¯ðavèÇÒ\7fD{÷C\94BgÂC³nu¢Ë\9b\8fß\1e\fB¯×wX«ï&_:&_z\85\89\ fÚeAyÇyËÀB¹c`z- R4æ.\ 6ö\7f\14\10¿\80Uø»`\1c\ 2Æö\ 2dz
+w1|Y8àѱ
+\18\95UEv\ 4\8b\1aºxºøÓ¨¿¸ô\9b®\8b"\1a!'\1a¡\964BFwL\13\8d\90+4ÂÜòÔZ\15    ]õ]ùajÒ\v_\1eaàë)]\85ÁÄ\8b½¦\1e>\90\v\8a¸LÂã{jÀñAÌÛP´\14\14òÁ\aDL­\80
+»;\93Åßoî/\90úS½?\8fõé\82k¹¶Q\87m£¥eîºùß+çD\ 5\7f\98\12¬?S\82\15\1eD\92ÿy\19«4¸^ÿ\ 3nämYÒ\0aKú/¡\ 1\7f{øÓÿ\0XqÀ\1c
 endstream
 endobj
 361 0 obj
@@ -2835,18 +2830,11 @@ endobj
 /Length 2429
 >>
 stream
-xÚ­Ym\8fÛ¸\11þÞ_áOw2zâI$õv(\ 2ì¶I\93â®\17d}×\ 2»A£µèµ
-[òée\93\0ýñ\9dá\90\12ei7»H¾Ø\149\1aÎ<\9c7\8eV\ 1\v\82ÕÝJÿý}u¹ùñ\15_\85\ 1ËÂÕf·
-ÓU(X&W\9b¿]{I¼öyÊÓÈ»ÌÛýÚ\17BxïÔN5ªÚ*|\94Þ/yµæ\89×ç\87õûÍ?~|%FV>ì\10®|\99±Ts»¹¹&\1ag»(aQ¶
-ôú¥º+«µ/\ 3éåø\17y­ú£§­p²ÞÑlUWþ©)õ¾]YÝÑê\16\1f÷y\93o;Õ´líÇQâmöeK/mëþP\10å-*å)\9aï[e¦»\9a\119!QâÙµ\1c\ 5\a1}À&$l`\97cY\81Ú\1a\95mMâ4µ\9eà\8eè\88\92\11¶¦µno¦OM}<ul\8e\1cÁâ\87\19\v-vï\1fÅîeU\90 9ý¹Û\v\8d\1cî7G\ eÅ\ 1äb\179TÕ\97\9cÅ\11I\90é\1d6(4O\13PõxÌq;\9e¦\1e\1d\96\1a¢\1a(:û\1e\1cEW7\9f¿ô^£\88¢oÁ¦\ e\9fi¶(ox\14£ÝiÑ\7f\82Sáá"ë\ 4YÇ笵J¡D»ÖG\18i\95\10\16\9e\ 5\88\19þ9\8ae\1eÚ\rN\96\9d\19\9c´ÕÔmÙ\95pÖDSÑ\12É\ 1\83Q\ ex8ÀÃ\ f8L½\8fû\92@&Õ\8e9>\18$Êj{è\v5\11ÁlÙ(d\876\88O;0\162CíV£\1az{)\9cí¥\b=\0,9(3\ 6{04WjK
-à<\1c.\r®É¿qøÚeòj\9dr/ß\96\aÐZµïA\1d\19\81Ùæw\86q\18d7k=\e¡\92v?#Q8@ªñ\1få&\ f\ 1\99D\1a{ü'608éå\ 1{MS\9dÑ8±"1±"\89\1c@ñI}RÛ¾ÓN\rOEßPô\18Ù@\18é\eme±×á\ 4xÒ^\1d\ e\8b¸·ªmA\1er\184.\ 1«±õ\97\8b]\87ú\88T\1a\7fO\81WG;â$*\89ÿ\85ÚÖÚ´
-U\0\92"\8bÁæ¦$êÓ    t@±\91É}\99Óô       \ö¨\86]4\15
-d¸\fæ\8c\8bm\7fÛv¥?s\ 4\13Ëú\8eÞ\93\ 1z`Ùí\81/\98,ðá\13¾z]ó\84\85?úºS4lÔ±ÆÓ¼_\83\aM\19ã¦k\1f\v6Gt:\ 2f \ 2\13æ\85^?\86\14¨2\8a\90çAQ$\92ÅÂÄ;\8a\9c÷yÓ΢o\bÝ\93ÒgH¡ðD6\84áи\ 5N\ fn\81\ f\92q"¸\1eÓÞe_\1e dj\1fÀgò\ 1$\12à\ 2&\84\87h\ 6\14d,"Ôû\83Q\ 4\80DÌ)\8a
-0¸w
-\8d\8d\11\9f¯¬\99M³1Y\15Ï\98\10\9aÓ\e\1d²\84ÉÇ\1c ¢@\85\957\1dÅ
-á}\84\91\89M«ÀVf\98\86\92Ð`ÚÜ"Ós\11x:¢\8eº\a\81W7g¼?Ì\18Ë\80Åæ%ßoF]ϹÇé¸ÿ÷¤\90å>gÊ9\v\13˵\99\83\152\19\9dñ2§\8dü\ 6 úÓéP*\13\94\ 4$:>që\1cmUr\93³ïñ\a\1d\14\1c*7^"¤ \18Hfm\v\86¦°\0ÇS-Í\8c\9a3\8c&¡wq>\7fÆ\84ÄÄ)*Lp¤\9d\ 6\89\94\91¬?\11i^Ñ3eÅû²\81ô¾\18©\8eH\91bDãIâ\1dk\9dc\93Ì­Z\ eÚt`µÛ#[\9eØÌ\r\ 30­ªÈ\9bÂ<¡¬¨\ e@rA|\u\ 6\12\1a\1aLö¹\ 1\13Æ-mT\16&\9b\97[\93èqÏzÁ\94R\96Ùc_4Q_\93¤nD#\a@G\1d\8a-õi«N£\93\83\9eÝ\19Å\ e`ÐaìãP\eér\ 4×\8a²ÍíªÖ¢ \ 2´V*­\f\13T³«\9b£*~"a£QX\904róÄ\r\8fùÜ\94uõE*ÿ\15\ eäÎ\b$@\8e\ 6BUÝ\94ÚÄ\848Ótæà2b\91ußíÜÿÂ\88\ 5\86¼¥\10Çf"ûa"\18OHêøiR_©®\e\84&\90\84×W­;=\0?d\81Ö­W\1fÐ(\r\99°!ãêõË\9f\7fþBÈ:g\10³ØZÓÛ\8bÍëùÛ\9ce\8f½lãÚË\7fþ>G Á\82}\f\96¤û,\8e\81\7fZù./®^ÿg\89\15\\9b¤4D\84OSæ·\aÕ.\9c\ f\ 4$&\9fy>TS©m¹ûl\ eD:%\83 \84ÑNo7yY\r\87×\1eÀ\15\17¥        ÍÕá+\8517\19ªcuözP\96Ü\11ÉÌ´\86\89ñö¼¹ë\8f\18Ûª\1f¶1\11p\96Úsf3Ñ!\eÇS\9f1\17)\82\80¸dé×\1eP\98hEáo\82I\98\10\83I\18[R\8b ¾Ü\9aÿÊüO1\81w4&ab\1c\13\ 6\1f\16 \11X\92\98$|ZLÂñ\98\84\91ëPr\85Éd\87sÖIÈ2ëyûÅ8/Ò\84\89I\9c\17\8fàÿ|\93|s4\97\8e¦\e,r×WN\95X(<\86JßI\8c\9fè+\9a&5¡M¸¥§\93¦]Sä\9eMDº\84ëOßDþ·È\1fÊã!\93\r\12A0\91¶äÆ\ 4\9b\1dD\ 6E\99\e`\7f}»¹\9aw\1f¢±\18³z;­\8do¤w\1c³\88?Kñw\8a\98|úîÔ\9b\9dúv\9e|>,$M9ÆÞ\17sÍYb\1dà{\13ä\17xp\96pËâ\7f\8f»É\ f\ 4ÇãLþòâñ\82÷i\92\r$ùîi\92\f\89d!\8881äÅ\8b/\15òÈ£±§j½¯¶uV\ eÅÐbN\fàîô,Ëùmj\1c³:ÔIÈØH\98\17\ e`«r\9e\17ÆTÓ¨Ó!·=¹%O\19\1cêɽj&iyAÉ4¥\9bîÓ\95¼(
-jzÈT\97eø_¨\83ê\86ÙAt)3·\7f\ 2K$\1f\8e¨_\ 2\ 4\v·4áô%ýÝ\972\84\94¦¥°Ì\rLÅbê\17OáEÙ¦%~º§kÄ=ç\9cr\16X\93\86\
-¥ÕR+!¢¶Îp\95z¤H~v\8c~\8eÁ-\v\bPgÙ\92ÉM*9k\7f\86Ép\9f¹=¨b\96¥\f\9bÅÂ.\80Â5ýúÊnHEóãN$ãüñêâ,2Ôî\9d®\1e7\98qæc§ÁiKNkn1Ò<|Ð<\94,\91Ï\82a³N!ù4Õ\90\8dkìg\93°\93^\0(q´íÀiLXLT1Ô©6\90R{\0Þøó¼5"8Þߦ¸5\ f\9d\ 1\17,\88fL\87\18ö`/'\13\88\87ÙÄ|F\80Z\ f/ïø\1d\81ÛÏ\b­\9a²²õ\93´·m´T¸>o-"¹i¥R=\ fæôÙ|c¡ºÁ½'\9c3jTNqS\7f¼\89íç\94\7fíUE\8dQÓK\9d4KMkÀéÀîê~X¬é\7fø\8aäp±n\84ÃmS\9ef}\Û~Æ'Û}\84áØ}\84\aÁR\1a\\ f\85o\17W\9a¿nGò$0íH\1e      O\84Ø\91\9f\ 5;\88É\8f÷ùD8\ 4Ú\ e,µ%nÆNyä@\8fóÓ³Ãeý1$2Î\8d$¶        \ 4síI\7fñøXé\ 6QD--\0\88LÞ´ØÍ{ª~\18¦(­ÓV\r©­jú´Iä½ýõêÍ¿iø\v\9e\14GGZj«J·­z\85\96¤\9d\93á\9aæ*·  \ fG$\1c\f\16¼\10¢R\9c\ eÝÎSÝ\96\9fæ¡E\87α9       \9c\8cÍù\87²2¼\87v%§ä\8cÿ\ 4Ñ ÛÂöIÀf1À7îº,L,Ǧ\90\16&1_oèÓ_\10â²cl\ 6Þ(!S\8eb¯é+\13Ì"l\97\87Ñ6ïµw\ 3Åø\8eö\98HßR±)FËÔ\84ÔÓ\87ºUØÿ\eiã1\82§îÕ3ÅË\80ù\0°¨\18\18qjQ\86l%t#\1fØ\8d\1dLÜä\96\f\19\95}¹ùÓÿ\ 1^cûq
+xÚ­Ym\8fÛ¸\11þÞ_áOw2zâI$õv(\ 2ì¶I\93â®\17d}×\ 2»A£µéµ
+Yòée\93\0ýñ\9dá\90\12ei7»H¾Ø\149\1aÎ<\9c7\8eV\ 1\v\82ÕÝJÿý}u¹ùñ\15_\85\ 1ËÂÕf¿
+ÓU(X&W\9b¿]{I¼öyÊÓÈ»ÌÛÃÚ\17BxïÔ^5ªÚ*|\94Þ/yµæ\89×çåúýæ\1f\12#+\1fv\bW¾ÌXª¹ÝÜ\\13\8d³]\94°([\ 5zýRÝ\15ÕÚ\97\81ôrü\8b¼VýÑÓV8Yïi¶ª+ÿÔ\14zß®¨îhu\8b\8f\87¼É·\9djZ¶öã(ñ6\87¢¥\97¶u_î\88ò\16\95ò\14Í÷­2Ó]M3ê\88\9c\90(ñìZ\8e\82\83\98>`\13\126°Ë±¨@m\8dʶ&q\9aZOpGtDÉ\b[ÓZw0Ó§¦>\9e:6G\8e`ñÃ\8c\85\16»÷\8fb÷²Ú\91 9ý¹Û\v\8d\1cî7G\ eÅ\ 1äb\179TÕ\97\9cÅ\11I\90é\1d6(4O\13PõxÌq;\9e¦\1e\1d\96\1a¢\1a(:û\1e\1cEW7\9f¿ô^£\88¢oÁ¦ÊÏ4»+nx\14£ÝiÑ\7f\82Sáá"ë\ 4YÇ笵J¡D»ÖG\18i\95\10\16\9e\ 5\88\19þ9\8ae\1eÚ\rN\16\9d\19\9c´ÕÔmÑ\15pÖDSÑ\12É\ 1\83Q\ ex(áá\a\1c¦ÞÇCA \93\1c\1f\f\12Eµ-û\9d\9a\88`¶l\14²C\eħ=\18\v\99¡v«Q\r½½\14ÎöR\84\1e\0\96\94Ê\8cÁ\1e\fÍ\95Ú\92\ 28\ f\87K\83kòo\1c¾v\99¼Z§ÜË·E      Z«ö=¨##0ÛüÎ0\ eÃðf­g#TÒîg$
+\aH5þ£ÜäA\8b\93Hc\8fÿÄ\ 6\ 6'½<`¯iª3\1a'V$&V$\91\ 3(>©OjÛwÚ©ái×7\14=F6\10FúF[Yìu8\ 1\9etPe¹\88{«Ú\16ä!\87\12°\1a[\7f¹Øw¨\8fH¥ñ÷\14xu´#N¢\92ø¿SÛZ\9bÖNí\0I\91Å`sS\12õé\ 4: ØÈä¾Èiú\ 4.{TÃ.\9a
+\ 52\\ 6sÆÅ¶¿m»Â\9f9\82\89e}GïÉ\0=°è\ eÀ\17L\16øð       _½®yÂÂ\1f}Ý)\1a6êXãiÞ¯Á\10òRSƸéÚ\87\89ÿ\82Í\11\9d\8e\80\990\88À\84y¡×\8f!\ 5ª\8c"äyP\14\89d±0ñ\8e"ç}Þ´³°è\eB÷¤ô\19R(<\91\ra84n\81Ó\83\83d\9c\b®Ç´wÙ\17%\84\ 3øL>\80D"»Y\9b\10\1e¢\19\b\89R\90±\88\ fF\11\0\121§(*ÀàÞ)4\86­6F|¾²f6ÍÆdU<cBhNotÈ\12&\1fs\80\8a\ 2\15ÚVÞt\14+\84÷\11\8e\90F&6   ¯\ 2[\99a\1aF\11KB\83is\8bLÏEàé\88\1e\ 4\9cñþ0c,\ 3\16\9b\97|¿\19u=ç\1e§ãþß\93B\96û\9c)ç,L,×f\ eVÈdtÆË\9c\e\80êO§²P&(  Ht|âÖ9Úªä&gßã\ f:(8Tn¼DH\130\90ÌÚ\16\fMa\ 1\8e§Z\9a\195g\18MBïâ|þ\8c \89\89ST\98àH;\r\12)#Y\7f"Ò¼¢gÊ\8a÷E\ 3é}1R\1d\91\88Æ\93Ä;Ö:Ç&\99\94Út`µ; [\9eØÌ\r\ 30­j\977;ó\84²¢:\0É\ 5ñqÕ\19Hhh09ä\ 6L\18·´Q±3Ù¼Ø\9aD\8f\v¦\94²Ì\1eû¢\89ú\9a$u#\1a9\0:êPl©O[u\1a\9d\1côìÎ(ö\0\83\ ec\1f\87ÚH\97#¸¶+ÚÜ®j-vD\80ÖJ¥\95áFu\82jöusT»\9fHØh\14\16$\8dÜ<qÃc>7e]}\91Ê\7f\85\ 3¹3\ 2 \90£\81PU7\8561!Î4\9d\8cXdÝw;÷¿0b\81­!o)ı\99È~\98\bÆ\13\92:~\9aÔWªë\ 6¡       $áõUëN\ fÀ\ fY uëÕ\a4JC&lȸzýòç\9f¿\10²Î\19Ä,¶Öôöbózþ6gÙc/Û¸öò\9f¿Ï\11H°`\1f\83%é>\8b\9fV¾Ë\8b«×ÿYb\ 5×&)\r\11áÓ\14ùm©Ú\85ó\81\80Ää3Ï\87j*µ-ö\9fÍ\81H§d\10\940Úéí&/ªáðÚ\12\qQ\9aÐ\\1d¾R\18s\93¡:Vg¯\a\1d\91ÌLk\98\18\9b»þhâ\8d±­úa\e\13\ 1g©=g6\13\1d²q<õ\19s\91\96\ e\88K\96\ 1\85\89V\14þ&\98\84    a\12;\98\84±%µ\98àË­ù¯Ìÿ\14\13xGc\12&Æ1aða\ 1\1a\81%\89I§Å$\1c\8fI\18¹\ e%W\98Lv8g\9d\84\9ewX\8có"M\98\98Äy\a\7fñ\bþÏ7É7GséhºÁ"÷}åT\89;\85ÇPé;\89ñ\13}EÓ¤&´  ·ôtÒ´k\8aܳ\89H\97pýé\9bÈÿ\16ùCy<d²A"\b\96Ü\98Àö³\83È (s\ 3ì¯o7WóîC4\16cVo§µñ\8dô\8ec\16ñg)þNQ\8a\1c\93\9dz³SßÎ\93Ï\87\85¤)ÇØûb®9K¬\ 3|o\82ü\ 2\ fÎ\12nYüïq7ù\81àx\9cÉ_^<^ð>M\92ï¾\81$ß=M\92!\91,\ 4\11'\86¼xñ¥B\1ey4öT­÷Õ¶ÎÊ¡\18\89\ 1Ü\9d\9ee9¿M\8dcV\87:    \19\e      óÂ\ 1lUÎóÂ\98j\1au*sÛ\93\94±\96Ë¡\9e<¨f\92\96\17\94LSºé>]É\8bÝ\8e\9a\1e2Õe\19þïT©ºav\10]ÊÌí\9fÀ\12É\87\97\0ÁÂ-M8}I\7fÿ¥\f!¥i),s\ 3\98ú»§ð¢lÓ\12?ÝÓ5â\9esN9\v¬IC.\85Òj©\95\10Q[g¸J=R$?;F?Çà\96\ 5\ 4¨³lÉä&\95\9cµ?Ãd¸ÏÜ\96j7ËR\86Íba\17\9a~}e7¤¢ùq'\92qþxuq\16\19j÷NW\8f\eÌ8ó±Óà´%§5·\18i\1e>h\1eJ\96ÈgÁ°Y§\90|\9ajÈÆ5ö³IØI/\0\948Úvà4&,&ª\18êT\eH©=\0oüyÞ\1a\11\1cïoSÜ\9a\87Î\80\v\16D3¦C\f\97\93    ÄÃlb>#@­\87\97\8eÀíg\84VMYÙúIÚÛ6Z*\\9f·\16\91Ü´R©\9e\asúl¾±PÝàÞ\13Î\195*§¸©?ÞÄösÊ¿\ eª¢Æ¨é¥N\9a¥¦5àt`÷u?,Öô?|Er¸X7Âá¶)N³>®m?ã\93í>Âpì>Â\83`)\r®\87\9eà·\8b+Í_·#y\12\98v$\8f\84'8vägÁ\ ebòã}>\11\ e\81\ 3Km\89\9b±S\1e9ÐãüôìpY\7f\f\89\8cs#\89m\ 2Á\{Ò_<>VºA\14QK\v\17\f"\937-vó\9eª\1f\86)Jë´UCj«\9a>m\12yo\7f½zóo\1aþ\82'ÅÑ\91\96ÚªÒm«^¡%içäp¨¦¹ÊmÂÃ\11 \a\83\ 5/\84¨\14§C·óT·Å§yhÑ¡slN\ 2'cs~YT\86÷Юä\94\9cñ\9f \1ad[Ø>    Ø,\ 6øÆ]\97\85\89åØ\14ÒÂ$æë\r\vB\v\8cÍÀ\e%dÊQì5}e\82Y\84í2mõ0Úæ½ön \18ßÑ\1e\13é[*6Åh\99\9a\90zº¬[\85ý¿\916\1e#xê^=S¼\f\98\ f\0\8b\8a\81\11§\16eÈVB7ò\81ÝØÁÄMnÉ\90\97\9b\1f¦7ûk
 endstream
 endobj
 369 0 obj
@@ -2903,19 +2891,24 @@ endobj
 376 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2657
+/Length 2799
 >>
 stream
-xÚ\8dY[\8f¬6\12~ß_Ñ«D
-#M\13À\ 6̾\9d(\9bl"­t´g¤<lVZ\86¦§ÙCC\aÃ\99\99\7f¿U®²1ÐÝ'O\18ß°ëòÕWÅ.
-£h÷²3\8f\9fw?<}ÿS²\8b£°\88wOÇ]¬v±\b\v¹{úñßA®\1eö\89JT\1aüPêÓÃ^\b\11ü«>ÖCÝU5¾Êà\9f\90äÁT¶\ fÿyú\156\95Ùn/\8bP\99\r\92(|Øgi\11|\80Ù2
-º¾Û7fÁX\ fe56_\1e\12\15\98­\8a@\9fê¶¥yõ[3jj¾6ã\89ÆáK48\fý@M=\96ãÄ\13\9b#=K\9aýå!\95A94åsËû\97Z7/ݹ¦ïS\9fÝ\v\9a=Þ5¨ªiÐæ*I\1cÆb·\aiÄ$\8d×\13,ÝK\81× gÕ\9fÏewàÎò\SëØ·m\8f\1fy\85£É¤\bÆ\93\19\897GÀA¼Cm»4È+\a±~ \9dà\12é| ìYí`dN\87LÍ!Ý\85\84\7f¡Gê9Ú¡ú­<_Úú\91tH\17Ãþqxoº\17n÷4J_¤¾\92\1e$Ûv2\82Mx&\8fÊ`¨ËCßµïn®»Bhλ·\92ÍðaÌ$\9eÍDæñm3\91ydÍ\ 4\9bl&¸\84Ì\ 4[h&ødI\98%l&Ø\8df\82OÒ        \f\8d±éyÙJä8\81GJ<ý÷?\89ÙYd,ÃD\82\ 2ð\12(\3Áó¦½(@3±¯ \85ºI~V+æH(A]·uEGZ\8b\90z\1a§\8fõ\91b\ 5¾'øH´ÏæT"\ f\ve§¬\8f\ 3\9bë\85²}uÊ«ê\94
-\ 1Ãè\93<%IX\9f\1f\a6ÂZó¦zzÖc3NövÒ}®ëGû]8\v}§içïD\v\8b\11ÖbÖNͨ0{\14õ]\86ºª\ fhÜF\1aÊ\97\98\f\85\95Ø¥×ÍÛV`q\98ó\848\8aD\98à\9eq /p¹<¨«¦l©çyjÚ±é4½ñð \e=R\8fÑ\9bdã3[x\98×íI\9eq!ÃÂ7\99/ÍÐwK\93)\8f`µ+«á\8fS/@\138øXë\9b>'oI0W[ æ¹'Ax\9dÑ\1af\1f§ÎZ+¼UeÛj\9as1Êw\ 2\80Á\86'Ñ¡\97ÛÐç\96\97]\ 11Éc{yá\9fÁØì8\r\9d\bÆ\86}\x\8do\ 3\19\ 4®ük6\909¿Z*\1e¶ôd/ç°\80\92\eÏ$\8c\9a'Õou5\8dõÁé\aÌJ,\9c(e\ 5\1d7È#Ã4æÓÔo\97~¸âåà\95)OÁÓ¬·\0'\8d3\1ew>¾Þ$\ 5¹ð\1cwE\99Äö\8a\9aÞ\ e\8d¾´à¶Yð\8e\1d\11ª¥\19\9fÆËdB]\12ØÕ\84½Ð\0Ì<\97<8ÔÖþ\85\fUáGÞ?¦f¨\9d\18Aòï\e\r\ 2\ 6©?­?rb\96|\1cÅa\9a-$\9fÝ\93¼\bS+Öq(/\9b\ fÁêt#3ôYOJ\9azÐñ¬\ 5!}Ð\1c\8f!\96õÓ¸²ð\16täðË×#ÀynOôé\97\9f7\a\8aó0¶¶Íw\16`\Q¼\80\83üÞ\9d\93P©»wNC\95­ï\9cäpç\9e<Ewß\8dÔS¡\0Nu\85\11ý3v±9`ã÷$Í\aÍ\13Ëáe\9aQ        \87\r}1Cô xé\ 1¿L`Ä.+Q\9c®\19\ 6÷­8Æ\9bõä\ e@Tó0[Dç¡þò`0Û\0vb\81Z̪\92èÒÝ¡% \94\92Ø\8f\14óÔ~h^\1a7\19µÎçl\18 $C\11,nF~Gâ's\19ür¤\8eI\ 3lRó\15%\864[\ 5öTüÉ¡Öõȧ µ-É 9(B¥\8c\98üÉH¢ôðý\ 5YU\16\18N\eÍ\92Ã\19¸¿y\1a?\8dü+a÷úJ\8fΫßi\82\ 6óm\ f´\14.B\9dÿÝ\98\95@\14³\96»ßbO\98'<ø\1dí\85\9dK:\83\ 6°Jr\1f7|\13ÚÆAvvußð\1dÌ\86\9b\ 3ªP$÷\06\9a\ 1V÷ÓPÕ[PÊf\8c\9e¹C"\149\ e<\r\86®Ë¡Â\9b\9cð=g§\81\ 1à÷Ãì&0r\0°¬Æ~x§qò\1a¡æ\15(µ¶¦|\ 5\1781e\1cq÷*\vÕÂ/lèlV\1c\91I\9b\84¯LÝ\12¡\89î¹S_\83®\18\f ³"úøáé\1f[`I\80
-- +V*Ì\8a\ 5t\15¬ÁOÀ-\91N\18\11\82\15^\fؾv\18:\12Îh\929ôâK:\ak³Äc§¼KÓ\9dê¡\19é\85E\982=5\19\10îÜ\1f©\9bǯ\1a;ÐÌÈÞe¿5\858\ ee:\9b»Ùõb\0\83\8c;\97¡\¨ä8ôg\10²² \ 5\8dK9X5Â;³K\10NZ$Áo\94äÁ,Ò\992YÄ\86\båÙìu7\ 2©Ç\eÎ\ 4ï\a\93I\16®L\0\1f© \\19\0Sb>ßV*1dPQv_*Ù,\15Ü\84¥bÚ\r?õDa\85e\ 5\ 4B.r.k\18·È°pu\8a¶±l\11hUÙéM\9aR¶¯hÏ&I±q\1c|       "Ð\81³l\ e!Ý2U»\96Óæ\ 1gÐþé"\1f\9d\84Í\8cI}2\17\16é\17b\ 4ãÈs¬èÄ\84\16\eÅ\890W»½\9b5\13º\8rB\97\92\18$I\14f°FÈè\fØ#©N#e\90À\8cQ\86WóTc\«\ri?8÷\99\86l®ÎL\1cà&\ f\ 3·å:Fr[«\91Q\98ZWºq×\ 4CÁl7°ÍÔµ.\vu¤j»7d\ 2¹\85üýåkn*f7]à¢\9e.\97¶qì>Î2´E_±ÉR±2º¥ØHºl~KòÁ\92\8b|CÐEa\ eb\9e\94T!yè?\e\8b3å*5\93Lü4]\ 1U+³\8cT\vk}ÕÂ+©\16f/U\8b±\89K20æò0so8>\10GO±\8eå\8aÀeH\vëº\15¦\85XÈK\14꺼\ 4®»+¯4Ù\90ó"'Å\15&A\ 5 qòRF^8a&å0Ë\93WÌ$\ ezW\ 4¿È×\95\e×\ 3\81C/·%q    <\9d\a\\7fL=¤ð\8f\b²¹3à$\93̵°Uõ\ 4*¥¡Ü\99°ÊÀ±s=\96\14}K\84\9cz°[Í\10\85+0¸ó¦Ô\0^9µãf\7f\ 1É.\ 3Éiä¨ni'éjùÉ\9b\1a\95K\8dªôºF!÷°\1eP\1d¶þ\98\86YºQ¨b¼\86=W\ eÀ
-Å      \1cý¤·Y\ 4ÎoÃMÛ¿4\15\95µ\97Ð"Ã"¹\1aÿ\14Û´\926ä¥\10\92Ç\131-|\ 3aêq\98@.<Ï\ 4ñõ\95÷    ¤§Ñ"\82}ûñ·\1f·Æ\9c\87~\82¿L­=\16\88Ù5W§aÀB\13õ\97\9cÂ\9bªi²Îº0\97÷Q aö\80+\ 6ü\11À\1fíy1ç÷õ[£\9diìÍ1=ó\98O\ 6Üàq\vî*LÅ]\85;\1aõÚ´\9c=\1f˦µñV\8fµ­¹ôGf§eÛºxòL>ñÙ\95¹7f\01À©ør¢ xÕ\16 ?\10kS°ö\8eÎ\8cÅ<Ë1 ¿\18j?JÈ \am\r\e\ e\96Ça\94\96\91¬\v\92s\89éD\15Ô\86êÊ\18yKféóo\1c\v\1eß`ÙpÎ\99\0ÓEði\95H·íûß8®A8Ì2\9fIÅÛª¢¡£\89ÚÖe\13 ¨%l\99a\91Ú¼\11\ 2\ 1¡#\8aN  ;ô¯K\83\ 5\86xã6\ 6ò`¡Í¢\10è\8a\98Ó'èÿߤyÉ\\16à\7fV\b!Êw¶¾seS;6'\e\vÐJ03§\87å\98ô\86\1aÆg5Ô¥qv|1ù\a¦Ü.ÿ°ËÓÀ[««¡¹\8cÔ&ª´Yd\v«çFkJÀ\13\99ÃݽU6¨lnW\12òÌ\14K]KW \97έ\9b}ó×û¼Ü\80_æÈ?þ¿\18õ\15bÅó¿\8d®¢¸\ 5ySÜ\98!\14\9cw2^¾\ 2SIÎíO´\82é\86Å«9/\85æ3\17(1%¹\9f\97\82´rW\82´\0|5=UsQ\91ÙÿP\1a§f\9aYv«"ý¢6lS\8dÑ@\f\17\95\ f\ÍwYt2ÓU¬
-±eBê,\16\15¼\15A\8a2\98M
-\8eÒ+
-ÎU(åÍÒF\1aæÂc¹\\13ÂM¹\92av-éakøØ´*\80\15=,²±ÖÏüR5Gî?'Ý8\ 2ì66\ 6»/ê\88\9aÎè|\ 4'¬|\84Q9M1Sò\14ûL\7f\9aojnà`"7\e\12äÂrÖ<A̵\1f\ e\r÷¿RmÑ&}\v\e\þ -Ý_\1c´\16Rùß\9fþò\7f<üNt
+xÚ\8dZKoä¸\11¾çWø°ÀÊÀ´V¤(QÊm\16ûÈ\ 6\b\18ØC\12$\1a5Û-\8cZêÕclÿû­b\15)JjÛ9I|¨X¬çWÕ}\97ÄIr÷xg\1f¿ÞýøðÃ/òN$q)î\1eNw¢¸\13i\ª»\87\9fþ\15éâþ \vYdÑ\8fÕx¾?¤i\1aýÓ\9cÌ`ºÚàPEÿ¨º{©£¹jïÿóðw ªò»\83*ãÂ\12\90I|\7fȳ2ú\b»U\12u}whì\a\93\19ªzj¾ÝË"²¤Êh<\9b¶¥}æ¹\99Fz}j¦3­ÃI´8\fý@¯ãTM3olNô¬h÷·ûLEÕÐT_Z¦_\8dcóØ]\f\9dOs\8e\16¼öxר®ça´W\91"\16éÝ\ 1¤!H\1aOgøô R¼\ 6=ëþr©º#OV\17Co§¾m{<ä      XS²\8c¦³]\11;\16p\11ï`ÜÔ\bòÒ Ö\8fD .\91-\97À\99\r\ 5+sb2³Lú\v¥á\85>ÐÌÉ-\99çêrmÍ\aÒ!]\fç§á¥é\1eù½§U:\91æ*z\90lÛÙ
+VòN^UÑ`ªcßµ/~¯¿Blù=8Éf±f3\11\8b\99(-^7\13¥\13g&øÊf\82\9f\90\99à\e\9a        >Y\12ö\136\13\9cF3Á'é\ 4\16\e<cjzþl#rÜÀ+\15rÿÃ/éâ,J¨X*P\0^\ 2\85k7\ 4ÞtHKÐ\8c\b­h¥n\92\9fÓ\8ae %8\9aÖÔÄÒV\844Óx}lY\12\ 5ø^Ê,\11\9d\1d\8eËÂmÙ²\ 3ÄÇ\95²Cuª\9bêT\ 5\ 6\8cP\9f\92õùi`#4#\13\1dç/ãÔL³»\9dòÇuýäÎ\ 5\9c¦]ÎIV'¤Îb¶NÍQañ(\9a»\ e¦6G4n+\8d"\94\98\8aS'±k?6Ï{\81\89\ 6\91$i,\91¦\88Æ+\NG¦nª\96f¾ÌM;5ÝH#^\1eÆf\9chÆêM±ñY\12AÌë\ e$OQª¸\fMæ[3ôÝÚdª\13XíÆjøp\9a\85Ð\ 4\ e>\99ñU\9fS¯IP\17{ j\1dH\10\86\86ݧ¹sÖ
+£ºjÛ\91ö\­ò½\0`±áMÄô\9a\f\1d·¾ì&\10S\8cÛ_>\ry°6;ÍC7~p\11\8c\rû´ò\9aÐ\ 6rH\ú=\eȽ_­\15\ f$\ 3Ù«%-àʹâ\97/$\fÃ\9b̳©çÉ\1c½~À¬XA\9a\14\94±\82\1eà\8e»È£âL07æùÚ\ f\1c¼2ã-ÈÍ\96\ 48©ÈyÝûø\96H\ 6rá=þ\8aJ
+wÅ\91FÇf¼¶à¶yô\82\13 ª¥\19\9f§ëlS\9d\8cÜ×\14\ 5bæ¥âÅÁ8ûOU\\94¡Âÿ\98\9bÁx1\82ä_v\1a\84\18Tüßú#'fÉ\8bDÄY¾r\8dü-ɧqæÄ:\rÕuw\10|\9díd\86>\eHi¤\19t<gA\b\1fFÎÇ\90ËúyÚXx\v:òñ+Ô#\84sí8úüÛ¯;\86\84\8e\85³m¾s
\95\88\95µéw¬­|óÎ:Î\8a½\9d\14Ñ\91â¿\19»ï'\9a©Q\0gScFÿJSl\ eEôo\99éad\T\r\8fs\88\94
+\82/v\89\1eä\85=Ä/ÊÕ\b¦X¢ö\9dÃOÝ Ý\9ar¼½~&âD­"
+yk\ eFøíÞÆì\89Æ,}\1d¨
\87í-ã$ÍèG»­9¤óæ±áÍÚjÝò\ 1\ 2\94æP\94\ 3øà1Å*\0Ò]˹\12)V¼¼\92Å\ eóÕ}\87\11\16¿\12\90RúÖØl\rï=\1e#Ðô\1e\e·Nw\85ÉÆMÐ\902nÛØÕd¹0,\11Ä¿ Ê¾pN\8b\11\8eêè7>`\1e\13¹'Ü\ùl\ 2¤¬\84`e0£\99h?        \væ¬,Í\10^Jy8\ 5vZXö@\9b\8f\ri¦£YÏ\1eÂë\9e\9f\96\ 4\1a\80\11k@;\rXIÛ\18õB\eFð¶öHïp\11zùßÞÑÊ,\96\1eö¡2Ö.¾|Ï\9c\8f\e¾¼}§\eûön)ãD¯BQñ\96[Ê%        Ä;~\8a8\95o\85ÿd      ÿc?\ fµÙ\87Ì|É \v²\91)»5<-fÃ\97ÑTC\8dW9ã\98\9d\ 1\17 ú\18¼\13\ f\80#¦~x¡u«f|ñ_ \90ZCÕ\94\fm?gÛ?\14y\\88Ð\ 1\bo6\b\96\82Sæn\9d?\b\8cz®o\ 5V\ 1a/w"úôñáoû°'ãr\1dXEQÄy¹
+¬%kð3 _\ 4;V\84\80ñ¯6\15<u\98Ø$×[r\ 1\ 6\16(a?       °3Siº³\19\9a\89\ 6,Â̹òl\882F\ 1\9cæuuöS\0Á\89»Ëao
+BÄ*[¬ÛR½.\ 15Õ*V+\95\9c\86þ\ 2B.\9c«Ã˵\1a\9c\1aaÌØ\17\84\93\95\9dJPØE:+l\8d³\83i:\8fµ|;Í\a¨æÒ[·?Ú:·ôM\f\86djãU\91.üí¥" ¾Kò·¥\92\a>\ fDX*ö½áç8SÒcY\ 1¼Y%\9fÑ\19Æ\1eª\93   ¥¾\8bÒ6\ eË\ 2è« êo\8b¨ª¥ðk\8d\9cQ\ 6ø\12äÇ#÷\0Ì\12F\83BòVÅ­#®ïCîVUXêêvR\9fÒ$Í­\18Á8´\ 3 \95½ÂNk)\92Üâ\a ç0\13ÝFiÉ\ 4hÑ`¬èlPÇü\99%\85\r\ 1\ 1\ f\1aZ«Ú\10$zÀð\85\96\\v\81\v\ 4\883:V2Ô\94\83`Vd{sQÉ\ 2\93^¹§\8c¥\ e\f\ 6È,  ?Àz{ÚP h\9f{®ïùgºøç* \8eóõÚ6¾è\10y\8eW\vMM®5ª\92×4\9a(ßdØ×\1e`Â¥Þé3--#öIµ\1e"\8aþ«55ÛE+\16ì\8b\15Pµ*'¬\84ß\86ª\85\16v¯U\8bI\89;E°æËC{o`¿(BÅzð\9dF¾p[Y×kUt\9a®ä\95\96Åmy¥øÝ\9bòÊä®f(5)®´u3D\10/¯ÂÊ\v7,µ\ 2ì
+ä%\14eC\98ÝÔ\1d¥Þ6\94ü\fd\8cqM\96Ä\95"w\ 16ûcî'\83ÇH½ V\99+ÆTø\ 6\98ÔF\93
+o"óÔ)\ 3×.fª(íV\18kÌàH-±   ¿À¬ÎDé\ 5ðãÜN;ú#m\87\10v\1dHN\13§ó\rL^\1dùªFÕZ£Ev[£2.\9c\aÔǽ?fq\9eí\14Zp \ 6\9a\e\a`\85â\ 6N{* \96\80ó»<Óö\8fMMÝöuhQq)o&¾\82mºP.×e\90\8b§3A,\1ca\ 11\r\85÷Ùì½½òABÕ¼®\9b¾ûôûO7\8bÁ\0x®+þ\0þaÑÏMsXp¡\89æ+î,Øf.\8e7Å`²\8a\ 2\92a\ 3~1àï\13|hÏ\1fsÛÁ<C\95äLã`Ù\f\8c\f\87}p/â,}Sá\1e?=5-\17õ§ªi]¢\1d'ãZA¶,CXZµ­Ï'_È'¾úîûÎ\f \ax\15\94\14\ 2\14\ 6éÖ\14\9c½CR+W%F\9am\f^D-Ë)ÄoPªÁ¬\15\8f\8c¬]É\9b\8e!råAñ©¾é\18\18\82ô©­>\ 3\18\88-Óº\9d\8fÌBå\91Õ±á\82ÞÎ[\81Âóél\80§\81¡ØÀY.+ãt\1dî\97V3õèøf\ 4\90(\84ÐPBÀ\18oôïR\12,\ 6\12A\eo\8bÝÂ^\12ç\95SeÃ\98í\ 2\1e\9bɵÿ¡ô\j\94Üõ¸BÑf"ÖoËÖÛ`3î?\87\17\17EÌñM\bá«\992\96åÊXÞi\13y
+ÓËÕÜ\8a\fJ½Ó\92t\ 6î*\9f\9d\9d\ 1a\b\10\9d\12\9a\83\81Àv\ e÷^\ 6\9e¨è\81p\97ê,þ\99\aæ¨î$\ 2\15\93<Óo\11Ö\17\94È\ 2\e ù\b¸ÐªSi\v\8e\ 4½£\9f\1f±\1e.]\ e\83\1aÄ¥ÁR1¿8YM\93¹\'ÞÚÓäR\a\96\8aJ\bª®aTÑÃq\8c»m²Ä'SÁ<\83c>XEô\13\8ee¡?`Ø=®\88Üè¿ø\92Ù¥¤u\17Ôw\17¾»]\e\17K¿\95Í©\84ôQ¬¬©X£ÍìU´éQóóõñ¿¦>÷·:Õ\1e ;è\8b\ 4-âÌ\92 
+RºäRPe«¸\83C2\1dØïub¹ê\99\98+\91®\83±¨Óþ*Í}o\1c\f®\87\r©²ÈBËXò\17ÿ\9eâ"|pÑLûß\99\11üÇÃn\e\96´Ç|XGC\0ü¹rv\82kë¬i\7f\7fá_fB¬lÁ\aÚlQú\9fV`\8b\19ë\8a;¨4±ÆOî\ 4õ\12Ôx*´\1f\ 6hôËí°üÐ\91cO\ 5"\vö\vp\1f\ 4\92Á\84U
+\98ª\8dáÛâ_\8b8\91ï¶øåöwº%r;g¦x+}{U\ 5ÿn\bPŪ\81Ôà¯iK·\ e\94\9dF\9f7ýå¶}ù«½ãÏ\ f\7fù\13寮c
 endstream
 endobj
 377 0 obj
@@ -2935,31 +2928,20 @@ endobj
 380 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 3029
+/Length 650
 >>
 stream
-xÚ\8d\1aËrä¶ñ\9e¯\98\8bj©²\86&\ 1ðå\9cv\9d¬K®\8a}ȤR¶åT¨\19\15\87\9c\10äjõ÷é\a@\82CJ»\17\rØ\0\1a\8d~wC\9b(\8c¢Íã\86~~Ú|Ø}ÿQlâ(,âÍîa\13ç\9bX\86\85ÚìþöGðã±<÷º»ÞJ)\82ì\87ë­RIðs{\8f\0\19üØ6×"\vú®­¯·"\17\99
-²âúÏÝÏß\7f\8c7q\16
-B¸\85sâÍV\15aN8³ëm\92
-\8b%K\b\8b\8c\18\víõ\89QHÉV\14¡LióîX\19Ø\96çÁ\1e\8f\1eÉ\ 3À¡2ûÁ\18\9f\8feÏ£OtR^\ 4{\9f^\99gAenàJ\91\b\8eíµH\83g\vµû\9eqqÛ=¹Eesà      \\9d¹Õ\1fJsdôe]ó\84á\99\17Ú?ð\9e¾ÅËm¶öFÀâ8¡\e\95û½6\86\19Zõ4PÁC¹¯êª¯´      G~ªP*ä  ³SÆNFY\18¯q4v÷\ 4©\0\8dÕÞ¬rW\12\98P1\ 6%\99S©Ã DÐé\aÝ!qJáUhQ\7fÔ\f\91X¼í\8b\9d±+\8c®õ¾¯>ã\94®í¤éÛ3ï»\vÌ``\8c³ÍáîÚ¢g´2Ð_ô~è+ \85àí\ 3ÿ\9e»\96¶ Û´Yp\95\99\12\99\18e^ÁO\1e\f\1a¡1\9cÜi3\9c4\9e\89ßpfÕñ\ 6ïTüD%Â\15%\7fÖ%é\e\ e\91ð<h+Æ\1f\82\8e\b\19¼çÕ\83\98-çj\ fÚñÂ\93útfEy1îôÊ\8e¬Ü\91÷/t3\16ö¤-\9f«\92\8d±lXSìñº+\99Ñy yAÅ\12Ô\1dà´ 3\9cÏu¥\ f¬l\9f\84\ 4\ 3Ó÷N\820f!\0~óbz}zg\15\14Ð\9dª¦¬ùëÐá\89\1c\ 4\e\bL M\90â:\15\8bÓ0q\ 6\8c"HóÀ\1cu\8dn#Í\82Ò\98\96\98¹¯\80½\86çKVWå©k$QQ#Â\83F½Ðç\1c¹ÅóÏU\7fdìºdWÁ_ç\8aå¦ëªÑ$4\11Üö|ä\13é©>\eK\16ÿôå}miF\15DÐ~è:=1O¤©S\9bæ\91W\ 2yà6X7e\1a¦©/ÄçcåH\92i\11\9cJÇxØxÏÔñL]\ 1ó\91§Yd/\84P\94\r]]ú¦¬ÂÜãÍÒØE\8a\92à\ 5ûöt\ 2aÁõ\93D\ 4ÿ>ê\86ϰ¾\fÎ0}Ù\913\ 2hÉ v£0(ÍK³ÇË\1f»¶i\a\ 3,ÈUp\83\8bst\9e|ë,\ e³\99I\9e;««V\97JþA9Xåb\8f\rJW³\85·OÖ\1dÖ\15\8bæ\87ŽE\ eQ\85Ô+£Cþ\88ÿ\84K    \15\88$UÙ\82  Ûi=«cÕ\1cÀ4Yn2M\1c\r4¢H\ 3#{ñ$X\0è>à   ÿ¢Ü¬%ÀDÌ?l\10\17hI¶éÌ\8d1\9d¹w­"\ f¥\13guXóÜQa§É/N\98\13ðQÆ\1eÆgä\81\8d0x\85fZLr\92±\bçbò\r\ 4ì\ 3¯1³Ï\ 3\ 3Y\1f\15Ü\84\1cc\94å\14N\91\14@Ír\15\ 5ïÑÜ\11\88\ 4+G°º S[TH(..ùÓ\80\84j·ü\92BXÕéUwyÒ't\89÷\1cc:«yÄ1é"\r\0LyÒÎ)Þ\87\9cåX[\0ØÀ9\85\94\93åù^©HCU¼í\952açË{Ó\93§¦ \86.Ó\\90r\ f¡Ú\9eöÐv<ùÉ%\^\ 2Ãîu+¢(\143\8dÞ]ç"@~\82eÛp\ 2BÃo{
-\ e*\bAú¤\19[i£\1d\aç/´\81,\91\97ñ\ 4W÷-/"úpàÑwÃ~pDÔZ\99uÖØ\10\96Wò¢SiÝ\ 5ü¢CέÂà i-É9k\13ÂJþt®\196"@y!\v§ç\16\81û\1e»v8/\r0\8bÂø-\ 3ô¦)\8aäÁ?ôè\b¬®!z&Ï\19     B.IH'\12Ð?\81<\85Ï\87»\85y\bÊn[£yx\89/\7fåJq\12¡\8e¼~%\19\8aÄM[Lú\7f\ 3s.gaçN¢\98\80Ï9\9dÍ8ýíd   °\ f¥¾\8dÓ\94®\ 1¦NïµÍ*­\17+\ 4V\b\9e\eã\80ñÂÒhËî°}Ô\rj\1fú/! ÂU\8f@+\92\ 6Å\87\19Æ\1c\ 1H.Í2¾¦ÉdÅÿ¼ýéö\97Ý\82\90\86I'¢\ 2³\1d\12\13\9c·\90"ÀÐm11eu`J\88Í\0\19ó\0ü@g\88¿Ì{X\ 5®A#;1\86\8f~ Ê}½ùÀiÏ\13/\ 3râhéhã\98iÀAÏ*\85Ãçi8\17#B^\11c\1a¿-F\15&ÎK\1eª;\b\fd"HÕC×\9e\1c  \8e\16«JïÌ_\ 1\90x\ 2âÛfi\18Iÿ¶\vîB=ÄÜMÁu\9dÈ2\87\86¾cæ1ÀßÖ\11À`u\84\f<\ e~m8Ù\93\1eûyÝòtéN\17SYHÉùá"N±¶RÁ\94a\99U\1exÄL\91\19\8e!Ï]\85~\1cAn9G\8dlÊËC®\ 4/e\8fk/i$\94\94\88¦\94\88b\8dÓ\83;>÷ó3\1cI\92I"þ_\86Ù»\918\f\92-Ur~P\9b\97\rÄ\19ª-F÷A¡pÅèD(ädt»Ýí/\vÅRr2Ì»`\81C\85\18~ý×\12\ 3\99Îäa(# ÉÛ\90<ÖEòµ+M\95Ð\r_fLñm\11 Àù\8aÌçÙÐÔcÝ¿/\87Ç#\85×\e\19\e/\9b\83¹8Ù\17äTd)?\a¸}°M\aÚ\93\17\8bè\8b\936úÒ\98Ò\11XçW&\0\8d<p]\97nh\1a\8b¡ z\92\8b\15^éµPû$ö\90¹î\ 2Eöõè?5@`KÄÑGF\19æ#\f¨¨â\96)ä;\`\13Q°b5G\83ê¨p®Ùï9,u\ 1ª\96ÌUIÜaÂ|\8dòú(\ 5\ 5ãÚ|¬ç\11øß\85ÒAö\9e;,ÿù}é\vÁUºHû\ e%\1e\v¿\97¶ý\9d´\10î\ 2â¨í}K\86ÌÜ1kV\91\85Qâ;\13\97\8d\8f²Â\f\19TlÌ­¹\1aQ\8b\ 2\81æZþ\1dã\ feß}k%í²\7fªl\10o§û¡kìæY\83ÍÇÆ\r\ 1*\ 3|y©©\12\99ÉëÒ¿\1ct]¢÷|¹v$@\1eåÛÈ\82Ź\9aX¼Ç]\93\1cqïÝe_FA¦¸\94c\1c ,b­ \7fûª \131k\8an\7fCAây#÷]\16«\16\89 Â$±å\99\89ùù\ 5óÙZ@¿ÒdÞQ \12>\8a¸y\19\8d¾Ü0\94Í'vÎ\1c×5çÁ.µ¡\ 6\97\91¿\88¦ø{ÃZÇu,,\98wPGÄ\91×¶ SP'ôa~¶Õ\ 1\ 5.lwÔ«a\90«\r\15SdÃ\ 20\96P\a4Õy¨¹1¤bå\92\ 4l$Ra\83C*)céJÑ\98
\e>l0¬k±\í\9c\884E.²\10ï\1f\972N&×aû&\96Ä\96éYv\18q\16å\80GR\1dk©¶\19¾\bãY\86\7f?\8bÖ7\9c\91
-;¥£ôa\95Ò<YP\1a\16\7fW(\8d$S\1a)¦4rü\8dü,ç\86ûd\98\89¸\15\v6ªt\8aÕOU½ìå\8bljixäɱ5.½\96Q2á\ 1\ f'\9c»\8f©Á
-ßK[UY¨ä7ú\Ä\ 1,.\9f(f\eþÔ\94\94î{{àé¤\ fØîÀî\96¤î\16è2·\95aúX\1a\1epJ\ e\83òp¨°*--Ŧ:Ø\999b*\bá\17]\ 2\85ë%\83#C\b1#\81\10\92û¶Ñ\ e=[,fPÜhUÎ\8bq8+\8flÝÒ&o\94º8³Ä$¥2{Hrõa\915d®5K\99Y\92Ù\14-¡ö\v~\8f\8d®©\97Â\13ÔJI2~+a\1fmx'\91\03ôr0\a\9c+\0\9c\9aRIfÝ\ f\f¨7\8c¹,\18ÎÎ\ 1/Ãq²\16ye\92\84±S\83«\85\16@\11''%°g³C£k\1d\86½{R\90Y\12Î\ 4P\8e\1d"æ}S\9eô+ù\97}GIW\e\84\97$§Q\989\aÓ,(.B§µS\9bXy\11\ 2O!\16wäo\95å²Ê¸µ¤ÒÕ°VL¦xÕ¬Ú\8a£è\1dÚ].¬\18\0­yñÚ\1cmýê!\19Ä(\97U_]}Í\1e\11\akõ*2\19\87±«\1e¯¾û\16dNíF\86¤îaɪ×;'g\99_x\1d×]R©²½Jç\14a0ëz¨t\f4EêWS8ÁiظUÚ¾,\82l\9fT-\12+åR>\1cVv5Û\96±X\9b\v\82¼Zt­\ 3JÕc\91qC\9fT\ 4>Èà
-W\1f\0`\1e\82@ä)fÖ<\8b­\1cý¹j\aÃkÙ\0\0<)d\91y
-YX\9b×Í\9eÏË]\bÆ©\15Ù\82\ 1\14.[¾Ú¾-\"-\vn\eÆf\9d¢5X\81\11ÀoeÛ¢\a\v\rvµ6ÇÂ_z$¡Ñ] ÃÇ\10\e\96ÅØcLG\7f\18Óõ\97\17È¿\13ù\95\97\97\ 3ßÝõåq\17Ý4ÛKÇ\99Ê\92YÖs'\8b\8bîD\1a\95\8f\8f.1\14B\86É<1äW#÷Ü¢Vù?%8ß½é1ofÑGN\8f\84\9e\82L\1eR\8e\87+ç;W\\91ÊÃÄeØÛµÓÅ$zN~!\v"\15\1f½í{Î\98ب`0ê¥\12\10±k|»@°\r\ü1¹LJ¶ì\12\97*
-zïÅ\1f¸\19Dïì\v\7f\917\10®O\ 5\83\86\1e\ e\1c\16Ç 
-ëz¥¸\97³8h½\ 26\ 3¾\15°Ýx\8fcÀ~ç1J÷\9eAæ<ýû\80\9cÒ+~<ã\87\82\8fô6`_kõ\97\12_\ 1n^\13\r&ªb\8c\12{½4Ì,\8csÏë\ 2\96ñß\ 4¼\1cÄÊþ²\8c\99\17ÌŤ\ 5k'%S\87\86^h\90e\7fßýåÿM
-\ 4©
+xÚ\8dTKoÔ0\10¾ó+\82@ª#5n\12Ûypk\81\828qX\89\ 3 áÍz\eÃn²\8a\1dJÿ=3\1e\a¶»\15â4ãyù\9bùÆNr\9eçÉ]\12Ä»äfuu[&EÎÛ"Ym\93¢I
+Á[\99¬Þ|f¯{}ðfJ3!JV½J3)\15»Ñ®G\8b`·iS2£ý<\19\97fe-rÉê6ýºú\90(,\97É\967¡PÁÓ¬R-»vÎÞ\r{3¤eÅ<ä49s^{\13L5óX§)\98þRªÊt\9eN¾7¨À]¿L7{;\ e\9c\9fv\1a©dÃb¸\8dev;J\Ïvçíà.áØ\16l\18=Ù¿Ï.¦¸\ 3Jf:«w¡\83BñªI2\18FAÃ\18\aãxpe\8b¯Z|eìïSo\10\e4§I¸yíz\13`ÀÉ:\92Ý\ 4S3\e\91$5g\8eÒ\15;ÊuÝd\ f\9eô{ëû'\92b\vÓÞÂ\98Ç\ 1\9b\955ô~\945ÂáÉîàBÑH¶3zc\87;:|ÃЫ[ñw;TÎë6ÉCÆ\8bçä>^\9e\82Ë*º/àzÑV˺@9g\80ÞÓ\8aU\1eã_æçå\0¤\8cn\9c\12\16      »\80ÊvÆÉ\88\83öý ÷Ñ\8eÜ?
+\\ 6\87¡ÚÅäq\1e6¤®q\15\1fP\17\80PO\1dîT\8f38\85
+ÓªyÓÒÔ\14\81þx½z\7f\86»lx%"îKz*\13\87$\0\99\1e\16\r1
+ɺq¿×\ 1\11X\ 3Hô"\92\a$µffC\81ë`£\a\19³\ 5\9b\9d\99âfJÉEq¼\99âÑf\8a¼\82h"8WO\10\7\.#çg\8d)^/}]`\ 5I´@Q7ÎSg¨ª&\11w7¨\v\ 5 /£\87$;\9cÝ_(\98\9dZV⿦[älM;\ 6Õ;d³7\1d~\ 6?\1caüóF0àä\8dÐÔJ\ 5\9dÕÇÏam½û\17\80##§\ 5\83\eÓ#óôÅ`ä«ÝF\19í÷È©\99\f±úx\aCàv\8c÷k\12q[\88ò·«g¿\ 1O*\80Ô
 endstream
 endobj
 381 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
-/F4 26 0 R
 /F3 17 0 R
-/F8 61 0 R
 >>
 endobj
 379 0 obj
@@ -2971,29 +2953,21 @@ endobj
 384 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2447
+/Length 99
 >>
 stream
-xÚ½YK\93ܶ\11¾çWÌ%\11¶J\ 3\13 @\82¾¤"+vìrr°6'IUáÎ`v\18sÈ     ÉÑJþõéF7ø\98¡W[\95ª\9c\b\82\9f_w\83\9bD&Éæq\13\1e?lÞÜ\7fó½Þ¨D\16js\7fØ(·Q©,Ìæþí{á\92»­vÚYñ¦ì\8fwÛ4MÅ/þà;ßì<¾\1añ÷²¹Ó¹¸\94õÝÇû\9f6[ ª6[SH\17(ü³¯\9aG Rhñ/\ðÍ÷étV\9aJm7IXøÇ?\ 3Ű`Æ\8cÖ²àï¯^ÃyI"Ú\86¨\rG\8f\83T´0êhîX6û°L\89\ e¹ìyiKOä4\13_ðE\89\7f·\ f4»kÃôPV\r³ª"q-ú¡ãÉt\85\7fí\8c,\1c3¸Â¾RÒDù^\11Á\8aÙ¯\86\9e¨îÚÓ     Ø&å¥VKë6[°\80"\vÔUãåÝÖ\18#~<\90Æ\ 3sh\89sç?h\9b\7f¦·¶£Ïýå!r\8dÓ§rØ¡\81\8e¾ç\89¶ãý\ 3è\8b÷6lMÐÊk\9a\9a\fÞù3z\ 1\1c00 Úf\84ﺶ\93\81ueÐg¶*\93iàû]u:× êÔ$¢)OÄ\ e\8cK|°öñ}\17hÁà!\9cáéåÒû=\8dÐv¸á¡\eIT\ 3?\83ãÑ\82\84µ\ 2\83\ 3È÷ص\97fÿ-èͺ5¿S\85ÌTt<õ5»\85Ãú\19ÿ\89è¿4ä6_N¨\8a\ 2Oe\13\9a\8cìgÃö\95Ãe\92\ 3Ûh\85\ 5\9dIkæ®o\1cé\80Õ`£
-­PøÈÄ¡kO4Áª°â¡\f¦ÿ\95Ô\81s&h-c­\99ié¤5ô6\97 \ 1«ºìÀ\86N\8bÀ@¾\1aÁ\99,\8aI\93A\9c?ÝJ\93H§æ
-µàUýå\ 4>IJs¹Ló¹ß\93t@L\91«UMôYvÞ [\16e\v\85ÿÏ¥útg­(kOÞAóAÜt-\84\95+d\923k\ f\a\93DfùÌçïI\99\10\82G_×8LEíË®éYõ§\93ßWåà)0Rñtô\8dÿ\84\82¥F\93{\99h[#(tËæ1D¯A@\82ýh¢<\13ÿh»SY£\85R²P\16£\16i#Ù2À\fî»\90:*Fé\18®£\9fbPé\\ 5?Çg\89ñ\98\8böÂó\ 1CáyX\9d\87p Ùötæ\95\1cÈ\87\03¸f\86\1f\84¥°h!\17.
\88çÒ\ 3\14ð\8a9A\89/¼ªg.Ê~ÉUÓFö\899\0¦\vð\83¢R>\9a\1c\v\93\80\v\9fr\a\ e/Ãù2 f5A­Î9<ðë\8aã('\8bè8Û\87¯b?\1eq\1eª\90¾\90rKsxÂ5é\1cx\8e1Õûa-\9aT\16]öRÕ\ 3)/eã¥Â7åCí1(´\8b>\81óK$Ç\99þB\96À7-BD±UÈÅá¨Ì-üdáÃZ\89\ fÀ"º½Öâ\9dß\91\808odJ\83÷\14\160zç\a\86\98þ\88N«!\8f\95\8fLÁ&\1fîB¶KÄ_\82\90¡+Ï4\ 2ò·\18de\11õñîÇ\1f¾ûÛÏootfRi£N\ 3\96ëDøÏ~w\19|̽y!­\9dËz \94
-ú$¬9\12\98\90ƪzO¯àûA©;ß÷1A\97\ 3\f\ 1¸\9e C6/2Ê¥E.Êað!\86ð%à\15|Äý4Ã\81\rs\81{\989\95{O3OÀ\8c§I\88\9b\9eév<Õ\ fí\99Ì\1e<Â(®\9dÂ7\ 6*X?\ 6vÜϧ\80Th\9ekÔ `zÂ\1d\0p\14×àk$:\8d|\0\0Ǭh·d\85>!¿!æ\8a\80\9e7AV8i"ì\ 6ÙVp9ѱ\ 2ãR*P>\95ì?ÌLC£±Ì@~¨Ì\b\vZzVMÏ\fî\ 6Z\ 3[«.F\83\91ËìNØ\ 4\ 2dʱE\15i\ epËCe¹ç©É¸\8a\8d«Fã*6©\1aMªÅS5\1c\ 3ö\86Ý\r/\8bàö !Ì\93ÖÓ"\89\82£u\931\aÀ\86=y&Gó\84\84Ä|\0Mò`.
-èµl\18\16Ñ\83g\16~\1d\8b¿ýU*^\9a\95ËÈX*\8eŦï 
-\ 4àØK2¢Â\90H\r\1a\91\9b\86TIM]C.õÝÖfZü\14\12anÅw\10ø)Ty]\8bþ
-\0Ê\18Òßø\fÑÒ\85\98ÔQz\97Q\85\91I­Çdoµ\15ï\89B±Úu  g¿»9Ä(\99Ftÿxã\94Û\ 2\8a<
-v­Â\9a_Bµ\83­I,Ï\12\b\87Kp¶\1c\ f\9aKB@\1093\8b\ 2\10ƨ9G´kwspZÈ\18\f¡`J²xZvU\f¢1\15%RüX\1dø9ÐóX2?\1c/\9e©\81Ãw#bªÌa\19=s)t[¬7\8aÕfI&Qe·\15¢\95yäü\15\ 2\ 2tF\10\9a\0ËXýBEdn\ e÷À\12ù;\fúËù\W\ 1\rS;ÖÀ\85Ø]ºÎ\8f\91\0\ 57\95a6\19I `0w\94Õ,\967Ã¥k\982Õ*A;\85Åú`\9e:\91\bô#¿yÌ\18©\ 5rMMI\ 3f\83æa\8eV\15¢»4ôá)`\17N1;nlY)\18l>n"\11­\9bU\0if!ßó`¢Åä\8bh2ë¢ë\81Öf\b\1f\8eÊù(\ 3Þ;QÆB©ºµQ¡1\8a\976rk62\89\8c\8d\10¡LO'\ 4!\10È\ eÔµà\90º«Å9Ð2\98â%¾\0çè±\9c\8a«*ì\9c}OÔK|ä¤_\93Ä,\86£È\18á\7f\96 ¨,ñ?\84\ 3\88Ùð2ö/3[É\9b\98ØÚ\1cË\92-ô£\8c|\87      ­Ü\1c­\ eÿ\1f´Ò\v´2±\ 4ÆÁ\1a29=\85Ùó6PS×\8bÈ´ <õ\9eô^ÆÁ©ü\15õ\1f\96¥!BLn§}1^C7\82+\80\ 5\88N\97åkرU:\95¹ºj2\9fw\e5\87\90"ÆW±\80\10£"¤\17Å\92¥´\88\10Rp\Ã\ 4CHf\14C\b|\e\18!d¶§\88\ 5%\8cÚ\ 3¹"17óDâ \9fî\93B\92<×åÎóxÖøçé´~R>b\84³t\8f\ 4ë\9b¶Ù2Tå\86\12\ 4\10\ 17`\82¡$\8fÍ*Úc\ 6K3 \99¡\1fTXûª\ f\0\82o9!\93IT$\a\vè\ 4øÆÈä80q°@#\<¢ÑM¦0\19\8e^\ 6\ fIôáP0å"4Ûp\1c\99\e\v×\bbÕá\vÍ\94\f .Ü\7fÌ|\8a¯\1f\ e\18\aÌ\1a\82Y'_\9aÌÌ\ 2ÀÜ\1cÀB\95µ\0\9dy\a2"+\15j_\81+3×ð
-\)k\11¨\ 2^\15\8b¢ü\16±¨\ 6\f\98µ­\9b\7fü=\ 4sVº\97@\98\99C\18Æ3\94\89éu<Ó!ÛÏ7§\18;ÝAÍ.]\97§ä2\89\9dä-\9fP£D\f+»G@Èf¸-?­\96yñûX«\1c\v=ÝÇ2\1a\rÚõl\10\bË\13\8dêª\1fú«\9bß\12\1aíO\f\8d\9eo\89GrtÛÀ;\8f¡\e¢¾áªz?´uÝâ×'¾3ÖÐô\95Xð÷ßÞ\16×ó\µ­o˸\1cï¯Iú\9f«(Ì¢E\ e[Ü´\ 5\92êX\17VûÛ{\14ÐWô}¢Vñís¹ßW|ß\80ò´\v¹\10¿ðv,nA}\96¸zÍ«Á\91òtîÕÛæYÉÞV= kì/ó\ 5}ºÞi\9b:|²W\17i\96}\94.\97\9c_[\ag¦û±=_Ô\8c·`FôUC?\e\96¥ÚhQH1S÷\96qôkQ\97Ñ\1e\80k\ 4\1fÜ®µ\87QwU7BEèlW+\96\ 5\ 2lÏ/ô\ 2ÒÉÂFÏ:\86\94²g<\ 3Òy\84\84\99\ 4c\aúª_ñ¾0\83ùîÌÑå¡çîÖ\9c"7\98\17æîÞ=+(\14MCWí¢°á:qî\9a\ 63[3þ\97¡\90}\81zûÿñÔëî|vôæ¯÷\7fø/}\7f
+xÚS0Ð30PHW\0
+N!únF
+\86\ 6z\96\86
+!i
+\86\16
+\86Æz\96&
+!.Ñ\1a\16\ 6\9aºF\16F\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\ 6[\17\b
 endstream
 endobj
 385 0 obj
 <<
 /F2 13 0 R
-/F3 17 0 R
-/F1 10 0 R
-/F9 84 0 R
-/F4 26 0 R
-/F8 61 0 R
 >>
 endobj
 383 0 obj
@@ -3005,35 +2979,32 @@ endobj
 388 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2636
+/Length 3106
 >>
 stream
-xÚ­ZKsã¸\11¾çWè\16ºÊÄâE\82ÌÞ2ÙÝÌVåQ\19§rØ\99Jh\99²¹+\91*\92\1aÏä×§\e\r\80àC¶§*'B Øhôóë\86v\9cq¾{ÜÙÇO»?Þ}÷£Ü      ÎJ±»;ìD±\13\8a\95zw÷§_\92wOÕy¬û\9bT)\99\98?ܤZgÉÏÝ=N¨ä]×ÞH\93\8c}w¼Ie!\8dN
-qóéîç]fXVìR]²ÂÒy\7fÀéï~ÔÑ>°}±ãöõ¯Ýýp\ 6\12&©÷´0bH\15\v\9b\ 1Ve&yl>ãÎu{\8b_ɤ»\8cçË\88ï
-·¦Húz\18ûf?Ö\ fô{ìÜûöÐõ§jl\80{;QÝÛ­;O`|ªÜ\bøbpfÉ·\ e KÎ\94Z\9c Ø:\ 1\b«d¼Ü¥ X¡ÃAP\84m7Ò`¸\9cÏǦ~¸¥\9fãS\8d\ 3\9d\fc5^Üâî@Ïêx¤\97¸+MyzÇf\80\ 3\ 4\ e\e\1a&µ×@ª´t\84µJþClªHÐ\92\95Ò\9d'ý²:\85\10Lçîõï\89Xw&)"=Ë\81\8e\ f²¤_\16LDâZm s\96gnA_\9f\8fÕ¾\1eh\9fÊÚÙ×\95
-r\89b}\83\ 6@þ¹ßûÐ]Ú\a¢Û´+\92Z±Ì+uß\9dN\15¬]RË8\93\9eZׯH¤*×,3¤îÌ®ªúÇË©&oY\1f<ÓLy\v\7fnÆ'09^\90¦4/\81\8d\1el\99ÎÖµ\ fMûHóç¾³s ¦\81f\1eûîr&òEìÑ9\v\ e´>\r\f\84?Í-Z»IðÐ\96`ý¥Þ_ÆzX\9dÑ@\88xML:g<\v\84Ñ"Se\ 4\93\9c«a°'²V<®õQ2o\93±\10×\9beL»u\83ó¡¾\1e/}ë\88k î|¤þÒx§³ÎÅV\96\9a\8aL2\ 1\ e+\ 5º8\12ý­\ 1§Ã3\800AY\91gÙ7i&³ä\97Ô      ª\8ct+&{\1a\9aÇáì­3ÚNÃ.\9eùO\9eT»"¥ÀLò\89T{9­]8\9bì<PZ\11\92\12\aßÂÓ\92\ 2Æ\82,v¼-
-\86q³ð\92\98\84a¿>{³\8cu ¸d¦\88me\92tê%þ¢¼QÑÿv\ 1tI\1e\TfóóÅ\11[hçÂAÍ\1fêÖ&\92<©(\a¡
-ª£\eûÈÓ|\84\9f\94qLr¿\1dµ\ 4XUÈhVþWS_>©s#Ð\b9³-ð\8c"ñF1§¢}\94¤$\98SpA\1eçA\ 4gÚê´8\80ýâWÌú볦äØ\92\e¦D¬¬=eØ%Ï\90d\84|cÚ/Êéì°ª\98\fs\10\95Å2ÌŲ¹waoq\18Ì\90szÏÖñ\8eåf¡±â\8aÆ
-\1d\83\15àº\86\90\13TôØWC\9d6íP·C3:,\83o"«2¥Õ\ 4\89W\94\10og\0b¸ìñ«'\82fÕÚÀ\95Á/\88\93\ fï\7fzÿ×»5³Ñ\92\8f.óX\9cÑÓ\13g,*Âð\89\16³ÜCpÁ
-9m²Né\9c\15Þ\80Ï}\8d\ 6óåãM¼\8bF\91ØXì\ enQÑ\8dÌÑ\92\84Íêþû\r\85
-Æçæo6Í\1f,SN*¡<\94ç¬Ìg\19\1a\11A6q\ 1cO0â\ 2Ñ`±\89\ 6K\88¼å\9b|\1a ±\8fâ!kư2
-¼/\9f*Dય\1dÇ\16\0d=¸L¹Æa&2\8b»\1fþñ\97u.U¬È"#VZ'\97\ 1a¥=ýÝ\93³J%4úh$Å\rP9é(=nbÊ,Â\94\94\86Ðì@C­&²\13\18£\83@úN³\\12À\859\8f\15\0\19ò\84\b  ',3\ 1UúõüT»M7ΠlAô-§\b\86\96A dbÇ\8dK\17¥¹\aä\9c\ eCC\vôÃ;UºC»·[xЮî\16_-O¯
-o*Ü\15
\1e_?\84\8a\92ÈðÜá(\1a\87r\ 4ÆÖ4¸Iþ[÷\1dÛÌr\ 1ÕZÈ\85;üp\ae§6»g°sð\18H\1c\9aã\86'ø]XI¹\89ãî\ 3T¦0\vÈ]Ó¬¢Z2Nèr\96XT\19\e-ϬS\ 3\83\e\8eìN\13RÙá+\89\91çþ£`g0u\95\0%e\84        9\9aÀJz\85ôh³P\93ì`Öj\18æ*z̳0.\80ªûÔ´\95­^q\85OÅø®¢\aq\88æ_*ë\94vaÐ\16®\b;ºú\f\9e¨­µ²\egq\95\r "9ÖÕà\86][Ó`\8a\8d2yFv*g\90\90\8b\90ñÃåxüê\96\86àCubOÓmצv\7fû\8bö\14è±öY÷½_褱¿ô\83\9bèÃÚ\88wWKÛ½>ß 4;6\ f\94\11C\18Aäï\81\7f»\87ÚÏ2V÷®J\9ecNì[8ØO´\9f+g¸+Øoß\\ 1¡\88Ôÿ\ fð¸x\ 1\1e\83·hý\12~ÍX¡b~ÿu\83æ\86<k\88ON\fÍ\91~R­        Á\8f@Es| y²KãKL\8c\9a\8b³Þ:§o®\804©õ\ 4ë¶PZÆdþ\ 2J\ 3@aT\84
-qs\8bL\ 3oÆóv\ 5\80\ 2k\0J\8aØ\80^Ä¡\10\88Â\98u#N%2\ e&\7fó\91·\10Áéyä\82.¬ÇË\8eäd\ 5\ f5´ýAÎÕ8ßçÉ¡Cà\91\15\19%9Ü\9dÂ\ eñ\16¹±\15\85õü\80PgÎ?K>eæ:I!\0\91¢k\1f1Zz\8e>´8êÊe\11\18Ì9\95\9eÓR;N±Áå?\89\14Æúz\1d\88æéÑ÷ºÀó!\16ô.\97Q\94\ 1)ì-vÎ\13\97Óö8&ãÅ/VgÒÒç?9ç\1c\16\ 3ç·\84t*ß\1dr\99YN*ÆÈ\16²Ï"\80ºXHÉ0ÕyîZn\90Ø]\ 1°´D\b)¹zS)Tb-J\vÛ­:\10Þ¿TÙ\94L\ 6h:s\91z\88#p\10¨\89\ 4j\82@ù"\1aذ<\ 3*(\9e§úxtÍ\1e\ 15ö¼hqÈ$JRJÍ:\9c\14©u"¤yKt~h\86î¹Ý\8eÏî\9dë\81T}h\87<}º\16\ 5/\98)¿!n3ƶbo¡±\91\19ÇÞPH\81}Qf²M*\r\1eZ¹:n¥TìËé7\9aG.\17p½¯O\1dzÃgÄ,dã:9ôÝ\89ê\ 3§/¨êªû£+\1eH\97ÙÂ\b¨É\8c\16\r\ 5éûÃô9©X\97Ìäo¯\0\9e^ÃÎ\9aó\90º5\17ö<ø\8cÃ\82\16Æ7G¹\vþÑJ[\ 3á\80D`&\11àr\12\ 1¾\ e\14¬\b,Y@w\971¦Æ\93SÕÿf#\f\8a°\ 4 Þù\833]ÌM»\1aWG\97P7\98©Øúó?ÿ¾Õæ\b\97\bVy¹ve\\9e\ 5\18\85¿\14áûÜ+/×.\1eÃ\8cERñ\eë\864××ûÚ      Ï\91¯Ö|\8aè*ã\1a£\11¦Á\18\ fÅÄÖ¥È\86Ñ^ëÈÇ\8d\92+U¹+hõ¼ \85\99Ü\87i\1dÂ+Ù³7ìµ\1d
-íÓxZ½ZÂ!Ý®¿FJ\96\93,Òþ-Ħ\9b\12\1d|4¾òÑfbÝg:R¼öy\97¾\fí 9+7\y\9ekNN
-¦Úv+íd\ 5z+\7f\13è   7\1c\96ݲ\88ÙÕÂÛ\1aì³\16O!¦¯ß k \1dÄ\ 3ôNuÕº-­ÅÃÔÜ\95Ý'½[\8e\1ejG\95ëÐ\83x\ 4\ 5Âû\9eê:ê|\ 2öYó­óè\ 2ìUµ"\rÏ7\8e\f\7fTël_L½Ü×Ây¸\18\r¨©H,a\1dn5\aÏ\09X_M\8cØ\1e/<ûKko?H&\90 y¾À\8aÃËIV¹N#äA× \88²l6{érëa#\1dJ\9bTãNúÅ\1fÞº°ÒÓm'Ý7\85Â\8d.<ñ½\a\ 6>°Á0*aÜÝ\91\9d^Ä;¼.]ûo\961\1dõ-ßým£;ª\1532jÄÙR[Cä¹óÜ®-(çSg?=¼bA«\e1\12ÏT¹ªà\vÊE\7f{Qì\83ª\97^íR#\15¾Íay\83ìE6Ý\12WôæØ=6\1e\84á"æª
-iá\8b\94XaZøòä\89S$R\80Æã«\7f\9c ÒÒ_h\8b\b\9cßÒÄf\ 3Ùðé
-Ã_±-/\853¹l\97ÎR\17^ÔñY±~\95Àý¥9\8e\rIT$\ fÝ\8aå}}\1e7þ©`°\96~[Rӱ릾L3\8b:-TBÖ¤4\9aÔW§qÛj\1aÜ\ 5¥ë69EN\rK¥^.³Ea¦:úÊ\9d¯7mæ\1as¿û\1füö\9eÜ
+xÚ\8d\1aËrã6ò¾_¡\8b\8aÅ\90\0øPö4\93ÝIMª\92\1cÖ[[I\9c­Ð\14lqF"µ\848\1eÿýö\v$(ÊÎ\,°\ 14\1aýî\86WI\9c$«Ç\15ýü°zwûí{µJ\93x\93®n\1fVi¹Ju¼1«Û\7fü\1e}¿«\8e'Û_¯µVQñÝõÚ\98,ú±»G\80\8e¾ïÚkUD§¾Û_¯U©
+\13\95éõ\1f·?~û>]¥E¬\bá\1aÎIWk³\89KÂY\¯³\ \96"#,:a,´7$Æ %k\95Ç\89¦Í·»ÆÁ¶²\8cj<z$\ f\0ÛÆÕ\83sVæ\9f\89G\1fé¤r\13Õ!½º,¢ÆÝÀ\95\12\15íºk\95GO\ 2\95}O¸¸ë?ùEU»å        \]øÕï*·côÕ~Ï\13\8eg\9eiÿÀ{N\1d^nµ\96\e\ 1\8bÓ\8cnTÕµu\8e\19Ú\9ch`¢\87ªnöÍ©±.\1eùibm\90'ÌNµ\89s\96Q\11§\978\9aú{\82T\80Ʀv\17¹«\ 1U\19\97,\1aÆ`4s*÷\18\8c\8azû`{$Î\18¼
+-:í,\ 3ª{$\16oû,3²ÂÙ½­OÍg\9c²{\99t§îÈûî"78\18ãl»½»\16ô\8cVGö\8b­\87S\ 3¤\10¼{àßcßÑ\16d\9bu\v®2SHVªP£Ì\eø)£Á"4\85\93\86\83Å3ñ\eÎlzÞ\10\9c\8a\9f¨D¸¢âÏ}Eú\86C$¼\8cº\86ñÇ #JGoyõàü*f˱©A;\9e\1e\8e¬(ÏÎ\9fÞÈHä\8e¼\7f¦\9b±°'mùÜTl\8c\9a"ÇÛ¾bF\97\91å\ 5\rKÐö\80S@n8\1e÷\8dݲ²}ìd               \ 6¦ï½\ 4aÌB\0üîÙ\9dìá\8d(( ;4mµç¯m\8f\91w\10l 0\816A\8aëU,ÍâÂ\e0\8a /#·³{t\ey\11UÎuÄ̺\ 1ö:\9e¯X]M ®\89\8e\8bt\95\10\1e\85>\97È-\9e\7fjN;Æn+v\15üulXnvß´\96\84¦¢\ f'>ò\13é©=:!\8b\7fNÕý^hF\15DP=ô½\9d\98§òÜ«MûÈ+\81<p\e¬\9b:\8fó<TΧ]ãIÒù&:T\9eñ°ñ\9e©ã\99}\ 3ÌG\9e\16\89\\b¡(\eºº\ eMÙÄeÀ\9b¥±\83\ f\ 5\82º;\1c@Xpý,SÑ\7fv¶å3Ä\97Á\19îTõä\8c\0Z1\88Ý(\f*÷ÜÖxù]ßµÝà\80\ 5¥\89npq\89Î\93o]¤q1stÇ^tUt©â\1f\94\83(\17{lPº=[x÷IÜá¾aÑ|·¸7ú.V/E\87ü\9eþ\ 1\97R&RYn\8a\ 5\13ÖÓzVǦÝ\82i²Üt\9ey\1ahD\91\ 6Frñ,Z\0è>Ã\ 1ÿ¢ÜÄ\12`"å\1f6\883´$Û|æÆ\98Î2¸Ö¦\8cµ\17g³½ä¹\93\8dL\93_\9c0gà£\9c\1cÆg\94\91D\18¼B;-&9éTÅs1\85\ 6\ 2ö\81×\98Ùç\96\81¬\8f\ 6\9c2\9e1F8\85S$\ 5P³Ò$Ñ[4w\ 4"ÁÆ\13lÎÈ´\82
+       ÅÅ\15\7f:\90ÐÞ/?§\10VõöÌ]²¥\1dì\ 1]â=Ç\98^4\8f8¦}¤\ 1\80«\ eÖ;Åû\98³\1c±\ 5\80\r\9cSh=Y^è\956yl6¯{%PN\9e¯îÝ\89<5\ 55t\99î\8c\94{\bÕrÚC×óäG\9fp\ 5   \f»×µJ\92XÍ4úöºT\11ò\13,[     \b\r¿å\14\1c4\10\82ìÁ2¶J¢\1d\a\17.\94@\96éóx\82«O\1d/"úp\10ÐwÃ~pDÔ\89Ìz16Dɱå\85\b~¨Ä]À/:äR\14\ 6\am'$\97¬M\b«øÓ»fØ\88\0\13\84,\9c\9e[\ 4î{ì»á¸4À"\89Ó×\f0\98¦(RF?ÙÑ\11\88®!z&Ï\e  BÎIÈ'\12Ð?\81<Uh\8fw\vóP\94ÝvÎòð\1c_ùÂ\95Ò,\89³ü\95+éXe~Z0Ùÿ\r̹\92\85]z\89b\ 2>çt1ãô×\93¥À>\8cù:NSº\ 6\98z[[É*Å\8bmT¬ó\90m\1c0\9eY\1a]Õo×\8f¶EíCÿ¥\14D¸æ\11hEÒ øpÃ\98#\0É\95[Æ×<\9b¬ø_\1f~øðóí\82Rm\90\86I'\92\rf;$&8o!E\80¡ÛbbªfË\94\10\9b\ 1\ 1ø\81Î\10\7f\99÷°
+\\83Evb\f\1fý@R\86\fxÇiÏ'^\ 6ä¤ÉÒѦ)Ó\80\83\13«\14\ e\9f¦á\\8c\byA\8cyúº\18M\9cy/¹mî 0\90\89 U\ f}wð$xZD\95Þ¸¿\ 3 \v\ 4Ä·-¨ \f¼Å\82»P\ f1wsp]\a²Ì¡¥ï\94y\fð×u\ 40\88\8e\90\81§Ñ/-'{:`?¯[\9e®ýéj*\v)9ß^Lë©`*°Ìª¶<b¦è\ 2¢UÏ\90§¾A?\8e ¿\9c£F1åå1W\82ç²Çµç4\12JJDsJD±Æ9\81;>\9eægx\924\93Dü?'ÿn$\ e\83dG\95\\18Ôæe\ 3q\86j\8bÑ}P(¼`t*Vz2ºÛÛ\ f?/\14ËèÉ0ï¢\ 5\ e\13+\13bøåßK\fd:\93\87¡\8c\80$/!y¬\8bôKW\9a\e¾Ì\98âK\11 Àùª"ÔØ¡Ý\8fu\7f]\r\8f;
+¯7¾Rs\12/Û­;;9\14äTd\990\aøð M\aÚSn\16Ñ\17'%úÒ\98Ò\11X\17V&\0ö½\8d2ò]\97~h[Á°¡z\92\8b\15^èµPû$\r\90ùî\ 2EöË]\91©\ 1\ 2[\12\8e>:)0\1fa@C\15·Î!ßá\ 2\9b\88\82\15\17s4¨\8e6Þ5\87=\87¥.@ÕRø*\89;L\98¯Q^\9fä `\\9b\8fõ<\ 2ÿ\(\1ddï¥Çòßß\96¾\10\8f´oPâ©
+{iëßH\vá. \8e½Ü·bÈÌ\1d³fm\8a8ÉBÍòÙø(+Ì\90AÅÆÜ\9a«\11³(\10h®ãß1þPö}êDÒ>û§Ê\ 6ñöö4ô­l\9e5ØBlÜ\10 2 \94\97\99*\91\99¼ÎýËÖî+ô\9eÏ×\9e\ 4È£B\eY°¸4\13\8bkÜ5É\11÷Þ\9d÷e\fd\8aK9¦\89Â"V\ 4ùë_
+2S³¦èúW\14$\9e7rßg±f\91\b\1aL\12;\9e\99\98_\9e1\9f­\ 5ô+ÏB\ 6=q \9f$ܼLF_î\18Êæ\93zg\8eëÚã K%Ôà2ò\17É\14\7foXë¸\8e\85\ 5ó\ eê\888       Ú\16t
\84ÝÎÏ\16\1d0àÂnw\97Ë5®6LJ\91\r\vÀTC\1dÐ6ÇaÏ\8d!\93\1a\9f$`#\91
+\e\1cRI\99j_\8a¦TÈÝða\83c]KõÅÎ\89Êsä"\vñþq)ãlr\1dÒ7\11\12;¦gÙaÄY\94\ 3\1eIu¬P-\19¾\8aÓY\86\7f?\8bÖ7\9cl\"\15vjOéÃEJËlAiÂ\r[ü½@i¢\99ÒÄ0¥\89ço\12f97Ü'ÃLįX°ÑäS¬þÔì\97½|UL-\8d\80<=¶Æõ¢eDxÀÃ)ïîSj°Â÷ÒVM\11\eý\95>\17q\0\8b«O\14³\1d\7fZJJë\93\1cx8Ø-¶;°»¥©»\ 5ºÌme\98ÞU\8e\a\9c\92àÚn\e¬J+¡Ø5[\99\99\82\10~Ñ%p%¼ñ½dpd\b!fdÔ\94\ f\r'¶XÌ ¸Ñj¼\17ãpVíØºµ$o\94ºx³Ä$¥q5$¹v»È\1a\94oÍRf\96\15\92¢eÔ~Áï±Ñ5õRx\82Z)YÁo%ì£\1dï$\12`\86^\ eæ Aʹ\ 2À©)\95\15â~`@½aÌeÁpn=ð<\1cg\97"¯Î²8õjpµÐ\ 2Ê\90F%\90³Ù¡Ñµ¶Cí\9f\14t\91Å3\ 1Tc\87\88yßV\aû\ 2\1d%¿Ø <'9OâÂ;\98vAñ&öZ;µ\89M\10\14bqOþÖ\b\97MÁ­%\93_\fk\9bÉ\14¯Ú\8b¶â)z\83vW*\11\ 3 uÏA\9b£Û¿xH\ 11ÊgÕWW\7fe\8f\88\83µú"2\9dÆ©¯\1e¯¾ù\1ad^íF\86äþaIÔë\8d\97³.ϼ\8eï.iißèÒïÅH\1ev=\10À\81FoÊyòl$e\ e¶J_\16@\92%\9f'V\bñ)\1f\f\eYͶå\ 4k{\865¬E\89âþb\85I\r}ªk7Ü\Å_q^ùY\b
+]m>¶^q|A\97
+\13çék\ 6§B¯\8b©\97\0º¶ãߪ\86\80\88­Ïâ\14¥\9bL\14\88\83«±oPÔÔ¯¤V\10nÝ;A"O\94\9c!\95 ¾\96\ 6©\ 5)\81ò>F\15g\82TùØúõº®0Û¶\9f\9bnpüÅR\83\95h\899Y¢
+-Q\89³³mMÒDÓg\17\8fÃ%ë°É?vܮ֯kµ\90ö¡elc4@*Å#c=5\1e7\ 6U°õ"T\ 4z\1c¢\17\88»ÈÆ\8fñ\r?\11\8fï\12#æ\´?Ï/¿8éò/\9e\9bÊÍ<Úß]\9f\9f5\97Áò©\ 5Åë#\v?\97êÜDw*OªÇGâ1,ñ\ fc\1c¬òKJª *(¯¤ß¼\1a\15¤^7
+¼¿\9e¹\7fÿ¸9>\8d\ 6Ú1Å\ 5íé\81\ 5\121þ¼Ä»)U[¿j4ÒßKñ½_\871æ-ç\89üä\ 2\831<\18\95\88U XÂ5\7fL\81\82RLYâ\13dE¯Üø\ 37CKûÂ_\94\+ß\9d\83AKÏ%¼u\8e,a?à\ 6»\19Æp\akqÐåºß\røBÂZ\1c<    BÊãýdå_qÈ\13Nÿ4¡§¤\92\9f\fùy×\98è=½\88È\eµýRáÛÇÍK¢Áô|T\95«Ú.­²\88Ó2\885\80eüç\88 ó\12Ù\9f\17oó6\ 1\ 4w_]^:)\9búRä\9c\90eÿ¼ýÛÿ\ 1E\19D-
 endstream
 endobj
 389 0 obj
 <<
 /F2 13 0 R
+/F1 10 0 R
 /F4 26 0 R
 /F3 17 0 R
 /F8 61 0 R
-/F9 84 0 R
 >>
 endobj
 387 0 obj
@@ -3045,24 +3016,27 @@ endobj
 392 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1087
+/Length 2458
 >>
 stream
-xÚ\8dVA¯Û6\f¾ïWø2T\ 6\1aÕ\92lÙÆ\ e\ 3Ú­Ã
-ì²\ 5»ô\15­â(\89\ 6Ç\ e,»}ïß\8f\14¥<¿&\ 3v²HQÔGò#å¬àE\91\1d³ðù-{»}ó^f¢à­È¶\87L4\99P¼-³í/\1fY#ó\8dldS±·Æ\9fò\8dR\8aýi\ fv²CgQ,Ù\1ffÈeÍ\16Óç\9f\1fÞ¼\17\99(¹*ÑÕ\ 6n\10Ù¦ly\13¼Õ\å\9bJKöaÜÁáºbïÆ!W\ 5\9b§±GEÉþÎ[ÅÌäÌ®·\9e\1cªgläO¶\\92C³ÌãçÉúålÉv\15GUóªÉ6\10\8b X¶'çá\92²d_óªJ\97\90¦\eC\10\88\9cFT|CA±ù\14ì*æO¶ïÉÀÑ ;\99n\8eg¾¹ùD«ë\81ÅÛ\89TfØ\93ê\9f\10|ºT\87Ky¾)kÍ~?`\18YA°«\0{&ØB"ìr\ 5\e4öÑù9îÂ\95\ 3®\14ón8\92\85\82\0\0ä8íÉÆ»ó%ítãù\f\98\ 3èã2\930Ù½\9bl7»q\88ÎÍdï \9b¬\99-ºV\82\19\ e|º=è£|\18'Z\842]Ð'Éã!\1e\fr\8c\ 5\90\93\16\92\849\81,mOÀ6Rºès\18ãÑ3F·sÇÅ͹lØÓ-FÓ÷±\90°o÷?ÁÁB3\awË6\94      }Kà\1cúFÕy$\rn"4\\8dC4
-¥C\r~ÀßÑ\rC\80\8c:ª~tKö~\9e®Û3Âxº\80P\ 3\90×\b$\15\rMñÌ
-=Qö<z,\89Ä\92t\96\b×?¡\ 6JÒuÖû\90~\19\91)\89(\ 2AA\151\92àm\ f\ 5µû\90T\81I%ý`Îq\15ê\ 1_C~ü<^\12XÒÀ\15\88ZVHý`\1a¨y\93òÔKöq\ eQ¶T·"uEQ&î\91л!ª\17
-§¨Ø<\92ÆÏf\9aiéfÄ®*l\92è-ùý®\9fÑ8îx\eO'\87W\bÔLýr\87×_næ\8eâ\85\ 2\eÜ´\8fÐï7ÃF6\'\8bW\18µnâU0í\12\vÂz¹\z\17Â\ 4)ðw       5Ö\82\9dÍÜ¡âDâõ|¬\11¬B\8d`Ë$ÇT£\86%\87D\ 3-   fÿ\84\ 3ß1Jhe®õ\9a`\94\1f\11\13.ô½Ø\15\ e]
-Í/»\18ÌÍ´\15¼z\91\0ÑÆ\0Àé5\ 1¸~N\0H\83µ4\81ô\15Á:\v\0̤c»µ\97\90\b<\94®\b9
-16%¯Êu9Ѷ\14!iøy\994ÔЬÑuKm\81ªÛ4\b¡yÕþ¯<\94)\ fè«X1-\88\97iÄ©ÿÕíqD¢æ°\f\9aÞÑ\90\88xA1\1eÇÅ\93\bù       ñ       Ýp¡^¾\10Áµ¼\83ZJ®\9b\bçÇ\9f
-ÁËj\8d\96\ 6I0kV^4o\92\17·¿õRr\9d\18ò\0\94²äé/zAH¨¹ ÅÇðöãêÝó\9bKðá\17ÃuþÓklsÅ.æ\18\1dÕíC\8e\ 5jTè}T\ 5Þâ\ 2Y\83_ú ¡\a`SW\Ë\17\14ÀA\8f\8f®\8e³\ 2ª\81$-\13IËzMÌrEYØYu)ììh(Ò\96¡Ïe²\ f²ª\1fÉ"\903mêï»\146 Ç¯<m"o±I«ÛiJ\1d\1aèR'ºàCy\87.ø[¶¢\v\8a¡\9dTúu\81ÿ´;\94n%¯dbÇ-\95\9e¹\81¾îr£B¤ÿÍ\8d\82\8bÄ\r\1e¢ûuûÿ\0x¾±
+xÚ¥YK\93ã¶\11¾çWè\92,¦j\ 5\13 À\87/©¬7vìrrðNN»[\15\8eD\8d\18S¤BR;»þõé\17ø\90èÙ©òI$\b4\1aÝ_\7fÝ\rm"\1dE\9bÇ\rýü°ysÿÍ÷vc"\9d\9bÍýac²\8d\89uî6÷oß«ÌÞmmf3¯Þ\14ýñn\eDZú¥<\94]ÙìJ|uê\9fEsgSu)ê»\8f÷?m¶ Õl¶.×\19Iøw_5\8f $·ê?8á\9bïãi¯8ÖÖo"\9aøç¿\82D\9a0SÆZ\9dË÷W¯a¿(RmÃÒ\86c\89\ f±já©ã±cÑìi\9aQ\1djÙËÔ\96\7fQÓD}Á\17£þÛ>ð讥ᡨ\1a\ 4áVõC'\83ñ\8aþ6s:ÏDÁ\15õ\8dÑ.\9cï\15\v¬DýjèYê®=\9d@m6^ì­öÙf\v\1e\81ºjJ}·uΩ\1f\ flqR\ e=qîÊ\ fÖ§\9fù­íøs\7fy\bZãð©\18vè cÙË@ÛÉú\ 1ì%k\eñ&Xå5\ fM\ eïÊ3¢\06\18D\ 4/sªìº¶Ó¤ºq\88\99­ItLz¿«Nç\1aL\1d»H5Å\89Õ\81ç\ 2\7fÄúø¾#Yðð@{\94üréË=?¡ïpÁC7\8a¨\ 6ù%àñ\84\ 2\ f\a8ßc×^\9aý·`7\9f­áÎä:1\ 1xæk~£Íú\99þ\91ê¿4\f\9b/'4E\8e»\8a\v]Âþó´|es\1dÅ"û >ZQÁ&Ú»9ô]Æ6\103ø`B¯\fþ$êе'\1e\10SxõP\90ë\7fesà\98#«%b57M\9d¬\86hË"t`U\17\1dø0³\8a\14HW#8Ñy>Y\92\8eó\97ÛÓD:3s\83z@U\7f9\ 1&ÙhYªãt\8e{>\1d\b3\fµª     \98\15ðÒÙ\92p6\ 2­Uåÿ.Õ§;ïUQ\97\8c\ e\1e§ãÆk!l²\G©¨öðB\7f°Ò6\8at\92Î0\7fÏÆ\84\10<\96u\8d\8f±ªË¢kz1ýéTî«b(90bõt,\9bò\13\1e\ 3\19,v\96áå\82o\9dâÐ-\9aG\8a^\87\84\ 4ëÑEi¢þÕv§¢F\ fÅì¡$D-ÊF±\ 5Ñ\f®»°9*aé\10®#N1¨lj\bçø[`<¦ª½È8q(ü\9e»*\18Ö¦\14\ e\9eÎ2S\ 2ù@4\83sfüÁ\
+\93\16çÂIÄ\8b¸/ÿ\80\ 1^\89&xâ\8bÌêE\8b¢_jÕ´A}V\ e\88é\ 2úàQ9\1fMÀÂ$\90Q\12H§Ü\81\8f\97á|\19в\96©Ö¦\12\1eøu\ 58&Óy\0Îöá«Ü\8f[\9c\87\8aÒ\17Jny\f\16\9d\82Î!¦úrX\8b&\93\ 4È^ªz`ãÅâ¼X\95MñP\97\18\146\v\98Àñ%\93ãH\7faOà\9bU\14\15\868l\95d\v\9c,0l\8dú\0*"ì­UïÊ\1d\1f\10Ç\9d\8eùá=\87\ 5<½+\a\9eø\86\95þ\88 µ\90Ç\8aG\91à£\ fw\94í"õ7ò¤l2tÅ\99\9f@ü-\ay\9d\a{¼ûñ\87ïþñóÛ\e\9b¹Xû`Sâr\e©òs¹»\feȽi®½\9f\9fõÀ)\15ìÉ\sd2a\8b\9e_\ 1ûdÔ]Ù÷!A\17\83\f\ 1¸\9e )\9bç      çÒ<UÅ0\94\14CøB|\ 5\1fq=\8fH`Ã\18i\ f#§b_òÈ\13(Sò ÄM/r;\19ê\87öÌn'D8#µ\13}\13¢\82ùc`\87õ²\v\9c
+ÝsÍ\1a\1cLO¸\ 2\b\8eã\1a°ÆGç§\92\b \13Ul¶T\85?¡¾\14s9±çM\90å\99v\81vél+¼\1cÙP\81I)E\92O\85àG\94iøi,3P\1f.3hBË¿UÓ\8b\82»\81çÀÒª\vÑàô2»37Á\ 1\12\93\89G\r[\ e\84Êr/C\93s\8d\8cÎ5âR3ºÔª§j8\12÷ÒêF¦\ 5\84\14V²Õã<
+\aGïFc\ e\80\ 5{F¦DóÄ\84¬<\91&#X\8a\ 2~-\1a¡EDðÌïCñ·¿JÅK·J\19\19JűØ,;¨\ 2\81\9a\9dh0$b\87N\94¦!6Úr×\90jh<|bÕO\94\bS¯¾\83À\8f¡ÊëZÄ+\10¨pH\7f\83\19\96es\1d'!©ãé³\84+\8cD[;&{o½zÏ\12òÕ®\ 3\ fr.w7\9b¸tª\1a´Ö\1fop¹\ 5䦠     ïghÚ/Tð\80\99\12Ç\84´\9b\1e@×ì   \90       Ww$ÓÍ¢\ 1ú¥8\9dkF9:¨7Û=\86ÍCò¡ä\90\84\\96\W\85\98\8c3*|¬\ eò;ðªc!
+IàP\1cÁ+ ¿\e©Ó¤V\e\16â\17\v\8f|µkÒQPî¶Tô:\rñü
+\99\ 1Z$\b¬kS\80\8b¼}\91%rL`3Þ\a\95\18øðÐ_Îçº"Z\8cýX\fçjwéºr\f     ¨¼¹\1eóÑ(\ 2\99C´ãôæ±Î\19.]#\92¹h!ëä\1e\v\85y\ eE!Ð\98üVbê\88=\88kjÎ\1e0J¤\0c<+WÝ¥á\ fODb8$êdcïÊQáÓq\11\1fÑg³R \ 6¯µ\9d<L²D|\1e\æ³\80=°Ú\8cêi«tÜj)9%Ü \14¶a\12©ºè\87\15\ 4C=á_è·4\ 4!s\90\98\87O\96`\9fÇ=\r<R\9eþúæÖkw\1d>Ù×6\1fU¬°×\1e\e\16¨9\16>-\98寶eª\ 1¸\10ï\99[CØð\97\91äc7­\9c\19ZßÄÎÖ§XÇl¡\81\15ª<Lô\96Íéíð\87èÍè8¸i\8dÛ \87uóÍ\ 2·¹P3ãÃ\1a\85ev
+Çgý\ f\1a\8cm22ØBòÔ¬ò{\11\1eNůh;\9a\16S$¹ÔOëB\Sû\823@\ 5\88â\fð»Â1[cc\9d\9a«®ô\19\95#¤ú\19Õä!\ eó\ 5Õ8\13Zô<_ª\14ç\81jr\89\7f\18\10ªI\9c\11ª\81o#Õä#ÕÌÖä\ 1}ðÔ\1e\18°¬Ü\f°¬A:]@QV=×Å®\94çÙMA\1aOó'ãcèg\9e£\ fæ7m³\15JÃÕ\a\9eÎü\ 2\ 3B9i\80:úcF_3Â\99±$\94dûª'¢Á·\94\19ÌE&\88\83    ¼\ 3|\13\ 6ËRÙ\ 1\1e\96¬\ 5\93GÖºÉ(.Á§èE~\8e\ 2\86©ÂJ\15uç°\1d»\e+ÝÀ-Õá\v\8f\14RCfta2Ã\94ÜWTÒN\b\ f\17J\v\1d}¦_\9aôÜ\82¿²\19\7fqY¶ +·¤+![ªìÖéj¶òyº2Þ#Q\11\8b\96±¸h$ÎÚÖ͹ë?þ\1e\83e^g/¡07§0\8cg¨+ãëxæM¶\9fovq~º´\9aÝÒÞÔ\81¡õ¼Õ\13rDà°¢{\ 4\86l\86ÛzÕÛ)Ù¬p­É Û_Øé>ÔÝèЮ\17\87@X\9eø©®ú¡¿º*. 3ÿ$Ô(îëåZy\14Ç×\13²òHí\137\1aWåþ¡­ë\16¿>É%³\85.±À\ e¡ÿö¶\1a\9fçªm}[î¥xáͧÿ¹
+\87YôÔ´$\9b\96$ÑT?VûÛ\8b\17°WÀ>K«äººØï+¹ Àó´\8bs!\7fáuZX\82ö,pö\1aª\ 1Hi<Gõ¶yödo«\1e\9854¤éB>ß\aµMM\9füÕÍ\9b\17\8còm\145×éµwpdºPÛËÍÎxm\ 6\rFÕð¿\13Ë\92nô(¤\98n¥X¡*\8a\86\81×\98>¤¿k\ f£íªn¤
+j\85W+\96\ 5\ 3lÏ/D\ 1Ûdá£g\81a"\8b=×ï#\ 3Òy \84Ù        ÆúëU¿\82>\1aÁ|w\96è*¡IïÖ@\91\vs¸wÏ\1e\14\8a¦¡«vá°tÿ8\87¦ÃÌÖ\8c\7fäpȾÀ¼ý\1fÜõº\9d\9fm½ùûý\9fþ\ f\9c?Fª
 endstream
 endobj
 393 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
 /F3 17 0 R
+/F1 10 0 R
+/F9 84 0 R
+/F4 26 0 R
 /F8 61 0 R
 >>
 endobj
@@ -3072,14 +3046,81 @@ endobj
 /Font 393 0 R
 >>
 endobj
-398 0 obj
+396 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2628
+>>
+stream
+xÚ­ZY\8fã¸\11~ϯð[Ô@\8bËKWö-\93ÝÍ,\90\ 3\99\ eò°3HÔn¹­]Y2$yz&¿>U,\92¢\ ew{\80<\89¦¨b±Î¯\8aÞqÆùîyg\1e?íþøðÝ\8fr'8+Äîá°\13ùN(VèÝÃ\9f~\89Þ\1dËóXõw±R2Êþp\17k\9dD?w\8f8¡¢w]{'³hì»æ.\96¹Ìt\94«»O\ f\92\8c%ù.Ö\ 5Ë\r\9d÷\a\9cþîG\1dì\ 3Ûç;n^ÿÚ=\ e\91\9e\16\ 6\f©\9c¥na=Àª$\8b\9eëϸsÕÞãW2ê.ãù2â»Ü®É£¾\1aƾÞ\8fÕ\13ý\1e;û¾=tý©\1ckàÞL\94\8ffëÎ\11\18\8f¥\1d\ 1_\fÎ,ùÖ\ 1\99R\8b\13ä['\0a\15\8c\17»\18\ 4+´?\b\8a°íF\1a\f\97󹩫§{ú9\1e+\1cèh\18Ëñb\17w\az\96MC/qW\9a\9az\80\ 3\ 4\ e\efLj§\81Xii  k\15ý\87ØT\81 %+¤=Oüeu
+!\98Níëß\13±îLRDz\86\ 3\1d\1edI¿È\99\bĵÚ@¦,Mì\82¾:7å¾\1ah\9fÒØÙ×\95
+R\89b½A\ 3 ÿÔí}è.í\13Ñ­Û\15I­Xâ\94ºïN§\12Ö.©%\9cIG­ëW$b\95j\96d¤îĬ*ûçË©"oY\1f<ÑL9\v\7f©Ç#\98\1cÏIS\9a\17ÀF\ f¶LgëÚ§º}¦ùsß\999\10Ó@3Ï}w9\13ù<ôè\94y\aZ\9f\ 6\ 6Â\9dæ\1e­=\8bðÐ\86`õ¥Ú_ÆjX\9d1\83\10ñ\96\98tÊxâ   £EÆ*\13LÎ$s.\87Á\9cÈXñ¸ÖGÁ\9cM\86B\o\960m×\rÖ\87új¼ô­%®\81¸õ\91êKí\9cÎ8\17[Yj,\12É\ 4\14èâHô·\1a\9c\ eÏ\0Â\ 4e\ 5\9eeÞÄ\89L¢_b+¨"Э\98ìi¨\9f\87³³Î`;\r»8æ?9Rí\8a\94\ 23I'Ríå´vád²sOiEHJ\1c|\vOK
+\18\v\92Ðñ¶(d\8cg\v/   IdL¸×gg\96¡\ e\14\97,ËC[\99$\1d;\89¿*oTô¿m\0]\92\a\17\95Éü|aÄ\16Úº°Wó\87ª5\89$\8dJÊA¨\82²±c\17\8fð\932N\16=nG-\ 1Vå3\9a\91ÿÕÔ\97NêÜ\b4BÎl\v<#\8f\9cQÌ©h\17%)  ¦\14\\90Çy\10Á\99¶<-\ e`¾ø\15³þú¬19¶ä\19S"TÖ\9e\92gH2BÞ\98öób:;¬ÊçÌ.Ã\1cDe±\fs¡°Lî]Ø[\18\ 6\13ä\9cÞ³u¼ci¶ÐX~Ec¹\ eÁ
+p]AH¯ì JzìË¡\8aëv¨Ú¡\1e-\96Á7\81Ue\85Ñ\ 4\89W\14\10og\0b¸ìñ«#A³rmà*Ã/\88\93\ fï\7fzÿ×\875³Á\92\8f\18\9cÑÓ\13g\f*Âð\89\16³ÜCpÁr9m²Né\9cåÎ\80Ï}\85\ 6óåã]¸\8bF\91\98Xl\ fnPÑ\9d\92\84ͪþû\r\85
+Æçæ\9fm\9a?X¦\9cTBy(MY\91Î24"\82\ 2Æ\8e\ 5¢Á|\13\r\16\10y\8b\9b|\1a ±\8bâ>k\86°2\b¼¯\9fÊGಯ,Ç\ 6\0d=ØL¹ÆaY`\16\ f?üã/ë\ªX\9e\ 4F¬´\8e.\ 3ÂJsú\87£µJ%4úh Å\rP9é(n61e\12`Ê,À\94\19¡Ù\81\86\84[³ÀN`\8c\ e\ 2é;NRI\0\17æ\1cV4Ä<dH#"$¬°²  ¨Ò¯\97ce7Ý8\832\ 5Ñ·\9cÂ\eZ\ 2%P\16:nXº(Í\1d çt\18\1a\1a ïß©Â\1eÚ¾ÝÂ\83fu·øjyz\95;Sá¶P¸wøúÉW\f^\97D\86§\16GÑØ\97#06¦Á³è¿Uß±Í,çQ­\81\¸Ã\ f\ fPvêl÷\ 2v\ e\1e\ 3\89CsÜð\ 4¿s#);Ñì>@e
\80Ü5Í*ª%Ã\84.g\89E\15¡ÑòÄ850¸áÈö4>\95\1d¾\92\18yê>òv\ 6SW      PRF\98\90¢  ¬¤\97K\876s5É\ ef\8d\86a®¤Ç<\vã\ 2¨ºOu[\9aê\15W¸T\8cïJz\10\87\852Ni\16zmá
+¿£­Ïà\89ÚZ+»¶\16W\9a\0"¢¦*\a;ìÚ\8a\ 6Sl\94Ñ\v²SZ\83\84\\84\8c\1f.MóÕ.õÁ\87êÄ\9e¦Û®\8dÍþæ\17í)Ðcͳê{·ÐJc\7fé\a;Ñûµ\ 1ï¶\966{}¾ChÖÔO\94\11}\18Aäï\80\7f»\87ÚÏ0Võ¶J\9ecNì[XØO´_Jk¸+ØoÞ\\ 1¡\88Ôÿ\ fð8\7f\ 5\1e\84K#\8c±-\b\8bP8  Yþ×\1dZ\1c²-s@\8a$\89º¡\9f\84\bs(7\r®¨\9b'\9a_\0DX°\ 1vaÖcEø¦*\1d8YQX¢6\99\ 4ÅÈ6l\93ék°-g\99\fa"°BPuÅé\15D
++¦4¦ß\ 6¦\10\89¸\bâ\9añ+N53\ e&\at¡8\17>
+ðÀ'm\9c\ f\975äu9÷EµùAÞVÛ`À£C\87H$É\13Êz¸;Å!â-ðk#
+\13
+<d\9dE\83Y6*\12ÛZò\11)3J«\\bié9ºXc©+\9bV`0çT:N\vm9Å\8e\97û$l\89P\ë«ud\9açK×ü\82P\0Á¡·É\8dÂ\ eHaoÀt\1aÙ$·Ç1\992~±:\93\96.!Ê9ç°\188¿'èSºv\91MÕrR1\86:\9f\8e\16\11Õ\ 6\8e±NSÛ\83\83Lo+\82¥%B\8cIÕMµQ\81Å)-l·
+Cxÿ\9aÏ\14Lz¬ê6!g\1eÂ\90ì\ 5\9a\ 5\ 2ͼ@ùL 6NÏ\90\v\8açX5\8díþ\b(ºçU\8c\85*AÖRjÖò¤Ð­#!³[ÂõS=t/ívÀ¶ïlS¤ì}\7fäøéZ\1c\17\1c¢Kñ\r\81üJ$\86\0\93Î#±¯¬À¾(U\99®\95\ ebçJ©Ø¨Ó7\9aG*\17ø½¯N\1dzÃg\ 41dã::ôÝ\89
+\ 6«/(óÊÇÆV\13¤Ëda\ 4ÔuF\8b\86
+õýaú\9c\v\96¥·\97\ 4Ç·À´æÜçrÍ\859\ f>ð E溥\9cbR¸Ò\14E8 \11d\93\bp9\89\0_{
+F\ 4\86,À½Ë\18RãÑ©ì\7f3\11\ 6EX@\8aéÜÁ\99Îç¦]\8eë¬\r\85D6U_\7fþçß·ú\1eþVÁ(/Õ¶®K\13\8f«ð\97\9f:å¥ÚÆc\981Ð*|cÜ\90æúj_YáYòå\9aO\11Üm\c4\09\18㡺غ%Ù0Úk-ú°sr¥L·\15®\9eW¸0\93º0­}x%{v\86½¶C¡]\1a\8fË7k:¤Ûõ×HÉb\92EÜßBlº:ÑÞGÃ; \9dM¬»LG\8a×.ïÒ\97¾?$gõ\87­×SÍÉIÁTÛn¥\9d$Goå7\81\1e\7fåaØ-ò\90]-\9c­Á>kñäbúú\ 6Y\ 3m/\1e wªÊÖni,\1e¦æ®l?éírôP3*mË\1eÄ#0³.\10Þ÷Tè\11ð\ 5ì³æ[§Á\8dØ\9bjE\1a\8eo\1cûö\19þ(×Ù>\9f\9a»o\85s\7fSêQS\1e\19ÂÚ_s\ e\8e\ 1r°¾\9c\181M_xö\97Ö\\87\90L Aòt\81\15\87×\93¬²­GÈ\83¶c\10dÙdöÒæÖÃF:\94\86­õ\8b;¼qa¥§ëOº\80ò\95\1cÝ\80â{\a\f\`\83aPÐØË$3½\88wx\7fºöß$a:hd¾ûÛF»T«©Ôðµ·\86Èóà¸][PʧV\7f|xÃ\82VWd$\9e©\94\17\94\8dþææØ\ 5U'½Ê¦Fª\84ëÃòJÙ\89lº6.éMÓ=×\ e\84á"f«
+ià\8b\94L[ørtÄ)\12)@ãá\7f\ 1p\82HKwÃ-\ 2p~O\13\9b\1då\8cOw\1aîÎmyK\9cÈeÿt\96ºðæ\8eϪ÷«\ 4\1e/u3Ö$Q\11=u+\96÷ÕyÜøëBÆrucRÓ¡ëÆ®LË\16u\9a¯\84\8cIi4©¯Vã¦÷4Ø\eKÛ~²\8a\9c:\98J½^f\8b<\9bêè+\97Àδ\99íÔýî\7f½\8f¢û
+endstream
+endobj
+397 0 obj
+<<
+/F2 13 0 R
+/F4 26 0 R
+/F3 17 0 R
+/F8 61 0 R
+/F9 84 0 R
+>>
+endobj
+395 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 397 0 R
+>>
+endobj
+400 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1087
+>>
+stream
+xÚ\8dVA¯Û6\f¾ïWø2T\ 6\1aÕ\92lÙÆ\ e\ 3Ú­Ã
+ì²\ 5»ô\15­â(\89\ 6Ç\ e,»}ïß\8f\14¥<¿&\ 3v²HQÔGò#å¬àE\91\1d³ðù-{»}ó^f¢à­È¶\87L4\99P¼-³í/\1fYSæ\eÙȦbo\8d\e¥\14ûÓ\1eìd\87΢X²?Ì\90Ë\9a-¦Ï?m?¼y/2QrU¢«\rÜ ²MÙò&x«¹Ê7\95\96ìø\83ÃuÅÞ\8d
+6Oc\8f\8a\92ý\9d·\8a\99É\99]o=9TÏØÈ\9fl¹$\87f\99ÇÏ\93õËÙ\92í*\8eªæU\93\16A±lOÎÃ%eɾæU\95.!M7\86 \10G´9\8d¨ø\86\82bó)ØUÌ\9f\93\81£\13v2Ý\1cÏ|só\89\ 3\8b·\13©Ì°'Õ?!øt©\ e\97ò|SÖ\9aý~À0²\82`W\ 1öL°\85DØå
+6hì£ósÜ\85+\a\)æÝp$\v\ 5\ 1\0ÈqÚ\93\8dwçKÚéÆó\190ùh\aÐÇe&a²{7Ùnvã\10\9d\9bÉÞA6Y3[t­\ 43\9e¾\1døt{ÐGù0N´\beº O\92ÇC<\18ä\18\v '-$   s\ 2\9e\80m¤tÑç0Æ£g\8c\8e\8b\9bsÙ°§[\8c¦ïc!aßî\7f\82\83\85f\ eî\96m(\13ú\96À9ô\8dªóH\1aÜDh¸\1a\87h\14J\87\1aü\80¿£\e\86\0\19uTýè\96ìý<]·g\84ñt\ 1¡\ 6 ¯\11H*\1a\9aâ\99\15z¢ìyôX\12\89%é,\11®\7fB\r\94¤ë¬÷!ý2"S\12Q\ 4\82\82*b$ÁÛ\1e
+j÷!©\ 2\93JúÁ\9cã*Ô\ 3¾\86üøy¼$°¤\81+\10µ¬\90úÁ4Pó&å©\97ìã\1c¢l©nEê\8a¢LÜ#¡wCT/\14NQ±y$\8d\9fÍ4ÓÒÍ\88]UØ$Ñ[òû]?£qÜñ6\9eN\ e¯\10¨\99úå\ e¯¿ÜÌ\1dÅ\v\ 56¸i\1f¡ßo\86\8dl¸N\16¯0jÝÄ«`Ú%\16\84õr¹ô.\84 Ràï\12\ 5;\9b¹CÅ\89ÄëùX#X\85\1aÁ\96I\8e©F\rK\ e\89\ 6Z\12Ìþ    ù^\a¾c\94ÐÊ\ë5Á(?"&\è{±+\1cº\14\9a_v1\98\9bi+xõ"\ 1¢\8d\ 1\80Ók\ 2\9c\0\90\ 6ki\ 2é+\82u\16\0\98IÇvk/!\11x(]\11r\14blJ^\95ër¢m)BÒðó2i¨¡Y£ë\96Ú\ 2U·i\10Bóªý_y(S\1eÐW±bZ\10\88Sÿ«Ûã\88DÍa\19¬5½£!\11ñ\82b<\8e\8b'\11ò\13â\13ºáB½|!\82ky\aµ\94\7\11Î\8f?ß \15\82\97Õ\1a-\r\92`Ö¬¼hÞ$/n\7fë¥ä:1ä\ 1(eÉÓ_ô\82\90PsA\8b\8fáíÇÕ»ç7\97àÃ/\86ëü§×Øæ\8a]Ì1:jÄC\8e\ 5jTè}T\ 5Þâ\ 2Y\83_ú  ¡\a`SW\Ë\17\14ÀA\8f\8f®\8e³\ 2ª\81$-\13IËzMÌrEYØYu)ììh(Ò\96¡Ïe²\ f²ª\1fÉ"\903mêï»\146 Ç¯<m"o±I«ÛiJ\1d\1aèR'ºàCy\87.ø[¶¢\v\8a¡\9dTúu\81ÿ´;\94n%¯dbÇ-\95\9e¹\81¾îr£B¤ÿÍ\8d\82\8bÄ\r\1e¢ûuûÿ\bs¾¬
+endstream
+endobj
+401 0 obj
+<<
+/F2 13 0 R
+/F1 10 0 R
+/F3 17 0 R
+/F8 61 0 R
+>>
+endobj
+399 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 401 0 R
+>>
+endobj
+406 0 obj
 <<
 /Encoding 27 0 R
 /Type/Font
 /Subtype/Type1
 /Name/F11
-/FontDescriptor 397 0 R
-/BaseFont/BCZCQM+CMSY9
+/FontDescriptor 405 0 R
+/BaseFont/AYENYB+CMSY9
 /FirstChar 33
 /LastChar 196
 /Widths[1027.8 513.9 513.9 1027.8 1027.8 1027.8 799.4 1027.8 1027.8 628.1 628.1 1027.8
@@ -3095,14 +3136,14 @@ endobj
 799.4]
 >>
 endobj
-401 0 obj
+409 0 obj
 <<
 /Encoding 7 0 R
 /Type/Font
 /Subtype/Type1
 /Name/F12
-/FontDescriptor 400 0 R
-/BaseFont/CFIZQO+CMR8
+/FontDescriptor 408 0 R
+/BaseFont/SEUARI+CMR8
 /FirstChar 33
 /LastChar 196
 /Widths[295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2
@@ -3118,84 +3159,90 @@ endobj
 826.4 295.1 531.3]
 >>
 endobj
-402 0 obj
+410 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 3678
+/Length 3679
 >>
 stream
-xÚµZK\93ã¶\11¾çWèfNÕ\8a&ñ$\92\93w<\9bÚd]Ny'\87\94ÇUæJ\9c\19z$RER\1eï¿w?\0\90\92\9dTN\ 2 F\13ý¡Ñ/`\95¥Y¶zZÑÏßWoï¿~'Vy\96º|uÿ¸Ê\8bU.S§V÷ßþ\98Ü>\97\87¡ênÖR\8a¤øëÍZ)\9dܶû}ÙlqP&\1fê¦âÖݶ\1eêæéf-d^äI!o~ºÿÇ×ïòUnSA¬×ðÅ|µV.-\88{q³ÖFLøY\1døA+ð#.Ó\ 5*\ÝZ\14©ÕÄæþ¹îaeÒ%\9b\ea\93°d%\8bd[õ\9b®þ\ 4k*\92Ê\13\rÏ\157>\95}½áæcU\ eÇ.P´\8f#%}½\18¿.d\91fj\95Ñ\97\9f\9aãÅò\84Nsãÿß\ 4Ép-;\92\fùV\ 1)ìÔ\r.\1aVüXnª\14Ù\81l¶Hs\90\116"÷\e\118\89BzN¢\10#'\1cF\14pðе7Â$¿ÖÛ\8a&äÉ'üÄgþ\97ÄGò\1fªr;rÚÕ\9fº²û|\ 3Í70âDòú\3\9eÌ\83¹ËäØW~\19S®}õ+öª®Ü1ù¶~\10ÚT]ÕàZ\ 6\92\8b·\1f\85â\8d\83\85>uå¾\7fÃúU7\9bÝqKâH©\92·eÿ\9cF\1dR©T\13\1d\92yª$+Q\9a³\1a½ond\96\f ü\1a~·ÇÍP·\r«ÒÐþYåriÐ-¯Ý\8fín×¢\88¯~\8129\94]       ë?<÷Ü?Q6\1e\1axºJ\9av(ýzdÀ\90\bZþ¿«\ e ~\15ë\ 2ÃñB\80~îA"nö¬\1d\19@hRi&ë3\80põÛÀÒ¸Q\1a¥ÓÂz]¼]¿\êj\9eæá\7fÜ_dÔ\81Zp«¤\11\9bü|Ûòººv·þçWþÏÆS\9d\1f1Z\f¯Ê\86\ 3Ù\95\e¶"F\93v"-l\10\81\0T¯ÏU3Nä\1dÏWEê\f.RJ\97*8Q)\9f\84g\ 2áî\9e\ 6^WJ\89TJ\84$O\85]íaÀ\80y      ýÝê#\19¸\¬lê,\81\12g\80ê8âù²Ä\13,\95\9cò¤~ä9®\11        \84C
-\9bZæY_ ½V`³$\1d\0­ýwi\8bY\15j¯F¨\bQ?à\10î¼
-\rA\15\115Åx6"²ÙV\9e\11k\8dWlÔ\9c©fëlQs´W\8cïæ\14\a\1anª8ÀÇ+\8er¬80òówÕP²Æ@\8f5\ 6\1a£ÆXÖ\18\DX͹Æ\0»s\8d\ 1*¯1Ê\8d\13ñ[l=\v²\r\13;3Â\9cçÉCR?rë3\ e·Gî<\97Ø\ 3#Æg\17FÚ¦z¸á&\89\98\8b\11S´Xy8\ 4@0§·"Ói&\97ôV\80\9fp°J\91\81³\15 cBâ\1f¡?£·q\ 6ìB¡æôv¤\10©*&<¹?£·\ 2\f\98§R\vzkRW ÝUç`f\11\98¨jàÒ¬W-\80\85ö\84\b\80gåÉ®ôfc\aûz\ e_^8Ò±\85c\ f\v·f\ 2\9f?¢ËðÅ\19#|ß|¸)\8aä~\81s\01p^\ 41\1cþ« ^\1e~t\ 6¢° øu<¿äHM\0\8aOG[vÛ\1eA\15\9eÈ\8b\19\ 2fóZ\ fÏL1\90\9bBMn#O´\ f=÷®¢.¬@¼\96\94ÖIt( ©M3\ 3ØH\94/öç\94\10\12w3 îÎQ\1fétjä\843÷gPG\ 2é\98³v\8bªkŨº\ fàx\8fån÷\99\11\eZÆ«\ 2äÐÖàX\ fA\13·0\b$4ùhcLàR\90l\12\94õ\a\bÙÐ\f)\88\87\e´
-ÊÎ\1a\ 3«1l¡\15Ïàê4É
\15\ 2åý*\aU£(\84\af`\r\13l\9aËeU\ eT\10)\17'li`\ 6S¤@Ó)$\0·¤É\16#±u\14\85b\1a\15Ü\134vÕãÀ-\ 6\13[tâ!uxª\1a\f\11q\a\88 ò\94\14\ 6Áï+jjÛ½`O²\1f\81Ñ\92\7f¼5\81Vpx\85JðtX69\17º\@âQ,\82®200z\ 2»\12\ 6
-ìã\94ëÀ\8ft\1eú\91õ\12ôH¡\8a?\a}0ª¤\9e\18\9cLÜ^Û\9cDc\10ÚÕOÏ\1c\8dS$¶/}\0\8f\9dr×·L5\ 6°ÐÙ´\rÄñö        \92#\1f¬\r\9eì\95¼'m\15\91_ÉD~«\8c\99\18~ j;\1eÄ/\9bðå«ß3\91sßî«Ù,¢åÓ\8b±ÏÞ\a
-\98{ت{Ã\91P\7fÜàç\9e\99¦ôñQÉQ\15$V\a6¥½\8f³&A\99\80°¿óÑ\17auðÁ?°Ùl|´\1e\93È¥\1f£.9\8dºÞ£U\81¬/Æ\1e\ 2³Ô\96\a!Ià\81gÂ'\ 4#8Rò\ fã\8a´°®\v\8f\12ÚE}Çè\15O?Xø\ 2mw^\18tWa`FÝã\f\87J»¨í\81\8cã®       c\1e\98³3\85\ fT\80³\¶Ý\10\9d_*;\9cyLPµ%mB(ÊÆ«\0vâî!\AG}Y¢ Í\8fpº  \9c\91»\fÜ9O\ 6Z0b\9cÃÖ\eHné¬åVáù¿\f1}²ÆÛ¦@\9dKôÚà\13|´Ë\1d\82¤8Hô)¸\7f0\90\135»Ø^\va\86Xr͹\ 3\93\94\ 6Ï\aÄ~°8ãâÀÜö\86)Nàn Ó»\8f·\vl\9d\9a°å\81¹\98\12Q)\98­\96Ó͵ÓÍ\85ältÌ\0\ f\97Ùx\91\16¹O3p[\8câ\90\eQ\e(\ 5@8¯`VÈ4ÓK\90\10Ð\112   !ÚuÈâ\94\11²\97\ 5¦\ 1°Èt\11\98\al\ 2\ 5\1cíI\10\8e^/×É]\88\\0\ 5Î\92 å\86H\9cGjÿûÒpá¢aå\95°?ÖN\95\17N\ 5}NM\90\97i(ríá\90<~\9e+\96è<-\84§\9a\vz`ûìb\ 4\9fg\8a¢\13\8cªÈ\1c\81Ï\946\ eÌé+Ï\90\19ìN1\87}$°\18ö\8d,ýÀ\9c
-´}@\ 1af±èu\85¸Ì\7f(öà|\93\80<O­\15\ 40ó©µMµ\8a¹õ\Y\ 6ì¸2\93ìZ)á³kå£"üåìzZ\9b\8ai¹ä¨äeùSù\92\146Ø)ÆL\e'\ 6\1dò\996Ryãt®\1fk\8c-ÕT\89ÎÔÄ\9dª\89¼R\85\82ä\ 1Ô?ó\8aM\90j\95fvZçz\ fg]e\10gl±p×6o0)\92§eG\95EçÝsï4©Ç\11\90¾î\98U8\14\94{¬¯­\8dvÉÇ\ 3\ 3¶¡0bCá*\95E/\ 2LTUµh^¤¢Ä\19âÞ4Cu\94\1a¢k\17\aæÌK\98\ 2\90ù
-ü·w\1f\16Øj2       \13¶<0g`\90\9dg«Õ\1f20\97ÂÚÔ,\8bj\fy\89QÔBàyº&j\982\8azá|F\9a j`»,*PäöË¢ºÿZTg0\8d\8f\92ª\9c\81»"©\9f1
-úáÝ·óL\83\9c\91é¢\9cH\91Ùÿã\96*\ 1fo*§b¯±,g\981Êùñ_·óL£\9c\81é²\9c@!Ìÿ¸\9fT{A3\ fé­¿3:/lP±Aê\82}\91\1c;s5\r&6:¸¡\1fîîgÙ\81úZ\19ØqgVeùø\1a\85qÂõ\9dô±0X?\9dK²ó\17Õò\1c\1d÷B
-\0\11$ùà'\84$¹¸&j\980Êz\8f     À7oçù\ 6\81\ 3ßE\99\1d\ 4\91ù\17d¦Ly\94\19Ì0¦ú\90\b\ eìß ë§ì\f\e`Ö÷}µcgÐ3\1d×\88ñß¾
-­º     ôµ§B\17íá\fÌ\ 2Q\19\ 3·Ð\1f`9\1e'> [\1f\0¨ôÄ\15~¬ÂÝ\933I\91JlØäÇñÂ\rÇß\13Wl½«wÕOèа\90Z>ùÿ\vóp\83\ e  rOL\1aqÈ'\8d\1d÷.
-\81<¼+)\11}Á4×\81üÔ\10¼ÜZÌ#¤\86_Ü;\9b§\92\82bc)~õ\ 3s\ 6.N)R!\17,\¤qiQ\9c°¥\81¹sa(.\0
-\8bñÃRlæfB3Jâ\14Öå\97S\ 3m±h»dý¤ÆÒÑ\88\82/\ 2/\83\88 Ü®\7fYâêA\88\\970\b¥å«\18\\96\96_k<,\90\8a\9cDt<ÂÕ h@pXs\95E\9c\ 5\83\98]¨l¶¦\96»\1c·m©>\f\ 6\16M±Ä\13\ 5\84\19\aæ\8ci\98\ 2\8cå\929\8d4\92\9dQdË\ 3sI(P\90ò¸\fC\9f%åÁèâòb\ 3ð\18kcB\8eÉ;Âvµ|î|\99w! ÔXW\1cÑ\91\1aÇ2:qÊ\ 4\9dj8vÍ\ 2ç\0Pä¼\b\904\ 1Â?\fÐlÉ)\15Ëù5$FÎLä\85@\e\9dø5yÃ\94QÞ;Èo\1c¾\8fX`\1eD\8eÌ\17EF\8aLþ9\91\eÖ\80X|$ö\94í\9d\97~NnlÎ_-\8c\8f\16\84\7f´ øÑÂÄ'XMO\18r\94µd\a2÷:Aòë\84\9cø|ÿ8P\15\ 4üÑöØq\99Ë\1aò\\82=\19¿-A~±\9c\b\1f꫾'\ f\85Tc-ÒÆ\ 2T,W\ 1·ÚÓ\95Üݵá3þõ\b´è²\ 4ý*{Sº?iè\9eÅú{\16 jÚ¡Þø      Ãs9\84\96G6ÜPG`CU\bâ\13\1dJy[îѾÀ¯¿ýÕ~)Øâëh\93ìë¾÷bìvt5©Á!Ü\87       \13ài:¿~¡Î\13BeüÕ´\9a\\13\8a\0æ|q\81\vyä_ÿÒ§çÞ#\1f\95\9aÕ       HêÃqWò\9b\1d)Bm^ø÷\eв\ \16\93m\91\82¶Åð¶\186D°¹\9e¾ÆdXÂÞ\96§/T\849cÑ2ý/ÇÞÏD\80\7f\8b\94Æ\87\16âT        ÚÀ\9dîºa\80ªÔ8\a¤ÜxÏ\1a\9eå\8c\9b7~:+øÓðÛUçrdá\ 6\1fþ\ 5\9b\vg"ù¥íê!X_\18&\88³"Ð9Úkºi6É¿{\96\95Ùô\9eQ|\15\85ãagèÊ^\ 6Añ?\8b÷\ 5\\1f\9eÙñ#\9bc×_ì"\8b\16^\131-¨ðaÇ÷\80Q¯ñߦªH\1d,^jt\1d\87\84¸\88Âz,ñÐ\82\17\19üá§\9b\ 6:n}Õ\r\81]àËêá\8fÚä/=á\8e\ 5\fm\ 5*yóæ|[X\ 3ÃÃ\89|\ 2\ 4¸ú²£\8b:\91ô \9b\9el\99\8c¯\95±å/ø\ 4áÿ\86oèN\98ôõþÀ7{9?\b¸,\98\80ÓY\ eºð¾\0\9d\96Æ\12\9a\9d£èÇ\ fÌE\ fa\8aÌÃ[\9eËè!Ò\b¼ø\9f°å\81¹èÁqò¡!\8a°î\ fWd\8d\83Á'\ 3\92Ó½\ eþò\89\ 1äÎ\1e\99 ¨\9e\ 4\83NéÉÇ«gp\98ò¤d[\91\ 69ÉêàÂK3§\82%tþm\99\93\v{\91ã\9dýâM\7f.       b@À¢ÏÚ¯rm¨àà\aæÊ³a\8ab¯7·\17#\8dF\17<aË\ 3s%Z­Sm\90"¾JýÒ^ü\8d\8b\83\1e\12\99ø\8bº\9a\94Ü\89\b\91¿\97\ 6
-¼Í;ðM\1eôºê      Üø\8e
-éó\18ûR{xÒ\aCS\1aïÎò³@Á\9b\14\ 5ǪnÎ\1ev±a\v±\ 3\841n\8c\1d\84Å'i>v\bO\1e\87·|\8añuc\8fO    1\94¨Ë]ÿå0\ 2««Bc\ 6¼¥ë\ 4-Øië\88]\18>½ää1\1fe´~"Ý\9bi\19Ì\840E´\f8|\1e`hÂlO7\1aþéÐ\ 5Ù\96ÇÎÞ\86á×Ê\83\96]\7f\11FD\93G¸è`3¡\11·B\e~sP\92\7f\95\9aõ÷K\8b³¢ëð¯\1ea¨m<]x\17\82sÛ3\1e|\a\ fì) \11\9cÛë©«æØå\f&\1c-g½Ñ\ 6\97\10@ñ7Þ#3)ø\ eÒ¿:e\85\9bÔ\11à\7f\88\ eÃ\1fç\8fï¤\88\ fT?ù²\ 2\8f\1e\ fþ\12\9d\9f\81«Ñ\91\8d\8f\17cô÷Û\99¯¤Þ@üåw}.@2
+xÚµZK\93ã¶\11¾çWèfNÕ\8a&^\ 4\91\9c¼ãÙÔ&ërÊ;9¤<®2WâÌÐ#\91*\92òxÿ½û\ 1\80\94Djí¤r\12\05\9aè\ f\8d~\ 1«,ͲÕÓ\8a~þ¾z{ÿõ;¹\12YêÄêþq%\8a\95P©Ó«ûo\7fLn\9fËÃPu7k¥dRüõf­µInÛý¾l¶8¨\92\ fuSqën[\ fuót³\96J\14")ÌÍO÷ÿøú\9dX       \9bJb½\86/\8aÕZ»´ îÅÍÚärÂÏ\9aÀ\ fZ\81\1fq\99.PãêÖ²H­!6÷Ïu\ f+S.ÙÜH\9b\84%kU$Ûªßtõ'XS\91T\9ehx®¸ñ©ìë\r7\1f«r8v\81¢}\1c)éëÅøu©\8a4Ó«\8c¾üÔ\1c/\96'M*rÿÿ&H\86\91dÈ·
+Ha§npѰâÇrS¥È\ ed³E*@FØ\bá7"p\92\85ò\9cd!GN8\8c(àà¡kod\9eüZo+\9a \92\89Ïü/\89\8fä?Tåvä´«?ue÷ù\ 6\9ao`ÄÉäõ¹f<\99\asWɱ¯ü2¦\ûêWìU]¹còmý M^uU\83k\19H.Þ~\14\8a7\ e\16úÔ\95ûþ\rëWÝlvÇ-\89£\94\96ýs\1auH§JOtH\89T+V¢T°\1a½onT\96\f ü\1a~·ÇÍP·\r«ÒÐþYåriÐ-¯Ý\8fín×¢\88¯~\81*9\94]       ë?<÷Ü?Q6\1e\1axºN\9av(ýzTÀ\90\bZþ¿«\ e ~\15ë\ 2ÃñB\80~îA"nö¬\1d\19@\98§*\9f¬/\a\84«ß\ 6\96Æ\8dÒh\93\16ÖëâíúåRWE*Âÿ¸¿È¨\ 3µàVI#6ùù¶åuuínýϯü\9f\8d§:?b´\18^\95\r\a²+7lErCÚ\89´°A\ 4\ 2P½>WÍ8\91w\¬\8aÔå¸H¥\ªáD¥|\12\9e   \84»{\1ax]i-S¥\10\12\91J»ÚÃ@\ eæ%ôw«\8f\84\ÙÔY\ 2\0ÕqÄóe\89'X*5åIýÈs\#\12H\87\146µÌ³¾@{­Áf):\0ÆøïÒ\16³*Ô^\8dP\11¢~À!Üy\15\1a\82*N¶#jJîÙÈÈf[yF¬5^±Qs¦\9am²EÍ1^1¾\9bS\1ch¸©â\0\1f¯8Ú±âÀÈÏßUCÉ\1a\ 3\18h\8c\1acYcp\11a5ç\1a\ 3ìÎ5\ 6¨¼Æh7NÄo±õ,È6LìÌ\b³\10ÉCR?rë3\ e·Gî<\97Ø\ 3#Æg\17FÚ¦z¸á&\89\88)Z,\11\ e\ 1\10Ìé­ÌL\9a©%½\95à'\1c¬Rfàl%è\98TøGèÏèm\9c\ 1»Pè9½\1d)dª\8b    OîÏè­\ 4CW8æ©õ\82Þæ©+Ðîês0³\bLT5piÖ«\16ÀB{B\ 4'[À³D²+½ÙØÁ¾\9eÃ'
+G:¶pìaá6\9fÀç\8fè2|qÆ\bß7\1fn\8a"¹_à\1c@\f\9c\17A\f\87ÿ*\88\97\87\1f\9d\81,l\ 2~\1dÏ/9Ò<\0ŧ£-»m\8f J\97|OäÅ\f\ 1³y­\87\18ÈM¡&·\91\87\9e{WQ\97V"^KJë\14:\14\90Ô¦Y\ eØ(\94/öç\94\90
+w3 îÎQ\1féL\9a«    gîÏ \8e\ 4Ê1gã\16U×ÊQu\1fÀñ\1eËÝî3#6´\8cW\ 5È¡­Á±\1e\82&na\10HhòÑÆ\98À¥ Ù$(ë\ f\10²¡\19Ò\10Kv\ f7h\15´\9d5\ 6Ö`ØB+\9eÁÕ\19\92\15N+\ 4Êû\95\0U£(\84\af`\r\13l*Ô²*\a*\88\94\8b\13¶40\83)R é\94
+\80[Òd\8b\91Ø:\8aB1\8d\ eî \1a»êqà\16\83\89-:ñ\90:<U\r\86\88¸\ 3DPyJ
+\83à÷\155µí^°§Ø\8fÀhÉ?Þ\9a@+8¼B'x:,\9b\9c\v]. ñ(\16\19\18\183\81\1c
+ìã\94ëÀ\8ft\1eú\91õ\12ôH¡\8b?\a}0ª¤\9eZ\18\fN&n¯mN¢1\bíê§g\8eÆ)\12Û\97>\80ÇN¹ë[¦\1a\ 3XèlÚ\ 6âxû\ 4É\91\ fÖ\ 6OöJÞ\93
+§ûȯd"¿Uy>1ü@Õv<\88_ÎÃ\97¯~/\8f\9cûv_Íf\11-\9f^\8c}ö>PÀÜÃVÝ\e\8e\84úã\ 6?÷Ì4¥\8f\8fJ\8eª ±:°)í}\9c5 Ê$\84ý\9d\8f¾\b«\83\ fþ\81Ífã£õ\10ª\9dD.ý\18u©iÔõ\1e­
+d}1ö\90\98¥¶<\bI\ 2\ f<\13>!\18Á\91\92\7f\18\85u]xL\ 5\96Ð.ê;F¯xúÁÂ\17h»E\91£»
+\ 3\1eg8TÚEm\ fd\1cwM\18óÀ\9c\9d)| \ 2\9cÕ²í\86èüRÙáÌc\82j,i\13BQ6^\ 5°\13w\ fá
+:êË\12\ 5m~\84ÓMà\8cÜUàÎy2Ð\82\11ã\1c¶Þ@rKgMX\8dçÿ2ÄôÉ\1ao\9b\ 6u.Ñk\83OðÑ.wØ
+\92â Ñ§àþÁ@NÔìb{-\84\19rÉ5\v\a&I è9\9e\ f\88ý`q¹\8b\ 3\e¦8\89»\81Lï>Þ.°u\1aukÂ\96\aæbJD¥`¶FM7×N7\17\92³Ñ1\ 3à]?\fãEZ\b\9ffà¶ä\9aCnDm \14\0á¼\82Y¡ÒÌ,A¦¤F@GÈ\14\84h×!\8bSFÈ^\16\98\ 6À"ÓEÀ\90b\1e°        \14p´'A8z=a\92»\10¹\0
+\9c%AÊ\r\918\8fÔþ÷¥áÂEÃÊ«`\7f¬\9d*/\9c
\9c\9e ¯ÒPäÚÃ!yü<W,1"-¤§\9a\vz`ûìb\ 4/2MÑ      FUd\8eÀg*\e\aæô\95\f\98Ã>\12X\fûF\96~`Î\10e\ 5Ú> \800³XôºR^æ?\14{p¾I@\9e§Ö\1a\ 2\98ùÔÚ¦FÇÜz®,\ 3v\ç\93ìZké³kí£"üåìzZ\9b\8ai¹ä¨ÕeùSû\92\146Ø)ÆL\e'\ 6\1dò\996Ryãt®\1fk\8c-õT\89ÎÔÄ\9dª\89ºR\85\82ä\ 1Ô?ó\8aM\90\1a\9dfvZçz\ fg]g\10gl±p×6o0)R§eG\9dEçÝsï4©Ç\11\90¾î\98U8\14\94{¬¯­sã\92\8f\a\ 6lCaÄ\86ÂU*\8b^\ 4\98¨ªzѼ(M\893Ľi\86ê¨\fD×.\ eÌ\99\970\ 5 ó\15øoï>,°5d\12&ly`ÎÀ ;ÏÖè?d`.\85µi¾,j\9e\93\97\18E-$\9e§k¢\86)£¨\17Îg¤ ¢\ 6¶Ë¢\ 2\85°_\16Õý×¢º\1cÓø(©\16\fÜ\15\8c\ fï¾\9dg\1aä\8cL\17åD\8aÌþ\1f·TK0{S95{\8de9Ã\8c\8fÿº\9dg\1aå\fL\97å\ 4
+\99ÿ\8fûIµ\17\90Þú;£óÂ\ 6\15\e\94\17©±3WÓ`âÜ\ 47ôÃÝý,;P_«\ 2;î̪,\1fß\c\9cp}'},\fÖÏ\bEvþ¢Z.Ðq/¤\0\10A\92?\frBH"ä5QÃ\84QÖ{L\0¾y;Ï7\b\1cø.Êì \88\14_\90\992åQf0Ã\98êC"8°\7f\83¬\9f²3l\80Yß÷Õ\8e\9dAÏt\#Æ\7fû*´ê&Ð×\9e
+]´\8730\vDe\9cT\ fÜB\7f\80åx\9cø\80l}\0 Ó\13Wø±
+wO.O\8aTaÃ&?\8e\17n8þ\9e¸bë]½«~B\87\86\85ÔòÉÿ_\14\ f\90 ÷Ĥ\11\87|ÒØqï¢\10Èû\92\12Ñ\17Ls\1d8ÌK\rÁË­Å<B\19øÅ½³"U\14\14ç\96âW?0gàâ\94"\95jÁÂE\1a\97\16Å    [\1a\98;\17\ 5@a1~X\8aÍÜLhFI\9cƺürj`,\16m\97¬\9f2X:\1aQðEàe\10Æ\19\11\84Ûõ/K\=\b\91ë\12\ 6¡´|\15\83ËÒòk\8d\87\ 5R\91\93\88\8e\1a\ 4\r\b\ ek®²È³`\10³\v\9dÍÖÔ\84\13¸mKõa0°h\8a\15\9e\88Ü_@äãÀ\9c1\rS\80±Z2§\91F±3\8aly`.   \ 5
+R\1e\97a賤<\18]\^l\0\1ecmLª1yGØ®\96Ï\9d/ó.\ 4\84\ 6ë\8a#:*\17TãXF'N\99 S\rÇ®Yà\1c\0\8a\9c\17\ 1Ry\80ð\ f\ 34[rJår~\r\89\91Ë'òB \8d\9a¼aÊ(ï\1dä7\ eßG,0\ f"Gæ\8b"#E¦þ\9cÈ\rk@,>\12{ÊöÎK?'76ç¯\16ÆG\vÒ?Z\90ühaâ\13¬¡'\f\ 2e-Ù\81̽NPü:A\10\9fï\1f\aª\82\80\1e;.sÙ\9c<\97dOÆoK\90_,'Â\87úªïÉC!ÕX\8b´±\0\15ËUÀ­öt%wwmø\8c\7f=\ 2-º,A¿ÊÞ\94îO\1aºg±þ\9e\ 5\88\9av¨7~Âð\\ e¡å\91\r\11ØP\15\82øÄ\84\96{´/ðëo\7f\8d_
+¶ø::Oöuß{1v;º\9a\10îÃ\84   ð4\9d_¿Pç ¡ÊýÕ´\9e\\13\e¾\8a\0æ|q\81\vyä_ÿÒ§çÞ#\1f\95\9aÕ        HêÃqWò\9b\1d%Cm^ú÷\eв\ \96\93mQ\92¶%çmÉÙ\10Áæzú\1a\93a\ 5{[\9e¾P\91ù\19\8b\96é\7f9ö~&\ 2ü[¤Ì}h!O\95 \rÜé®\e\ 6¨J\8ds@Ê\8d÷¬áYθyã§³\82?\r¿]u.G\16nðá_°¹p&\92_Ú®\1e\82õ\85a\828+\ 2\9d£½¦\9bæ<ùwϲ2\9bÞ3\8a¯¢p<ì\f]Ù« (þgñ¾\80ë\ 3lÝ3;~dsìú\8b]dÑÂk"¦\ 5\15>ìø\1e0ê5þÛT\15©\83ÅK\8d®ã\90\10\17QX\8f%\1eZð"\83?ütÓ@Ç­¯º!°\v|Y=üQ\9büe&ܱ\80a¬D%oÞ\9co\vk`x8!&@\80«/;º¨\93I\ fºÙÓíÉ\96ÉøZ\19\82O\12þoø\86î\84I_ï\ f|³'øAÀeÁ\ 4\9cÎrÐ\85÷\ 5è´\f\96P©Öì\1cE?~`.z\bS\94\boy.£\87H#ñâ\7fÂ\96\aæ¢\aÇÉ\87\81(º?\\91Í]ò\1f\f>\19\10A÷:øË'\ 6\90;{d\82 z\92ñ\12\f:¥'\1f¯\9eÁaª\93\92mE\1aä\14«\83\v\9c\ e\96Ðù·eN-ì\85À;ûÅ\9b\bb@À¢ÏÚ¯\84É©àà\aæÊ³a\8af¯7·\17#\8dA\17<aË\ 3s%ZcR\93#E|\95ú¥½ø\e\17\a=$*ñ\17u5)¹\93\11"\7f/\r\14x\9b\9b<èuÕ\13¸ñ\1d\15Òç1ö¥öð¤\ f\86¦4Þ\9d\89³@Á\9b\14\ 5ǪnÎ\1ev±a\v±\ 3\841n\8c\1d¤Å'i>v\bO\1e\87·|\8añuc\8fO    1\94¨Ë]ÿå0\ 2««Ò`\ 6¼¥ë\ 4#Ùi\9b\88]\18>½ää1\1fe´~"Ý\9b\19\15Ì\84Ì\8bh\19pø<À0\84Ù\9en4üÓ¡\v²-\8f\9d½\rï\95\a_¬-»þ"\8c\88&\8fp1ÁfB#n\85ÉùÍAIþ!\8f¯Ô¬¿_Z\9c\15]\87\7fõ\bCmãé»\10\9cÛ\9eñà;x`O\ 1\89äÜÞL]5Ç.g0áh9ë\8d\84\0\8a¿ñ\1e\99)Éw\90þÕ)+ܤ\8e\0ÿCt\18þ8\7f|§d| úÉ\97\15xôxð\97èü\f\\8f\8el|ôª¼\18£¿ßÎ|%õ\ 6â/¿\ 3ûj@6
 endstream
 endobj
-403 0 obj
+411 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
 /F8 61 0 R
 /F9 84 0 R
-/F11 398 0 R
-/F12 401 0 R
+/F11 406 0 R
+/F12 409 0 R
 /F7 41 0 R
 /F4 26 0 R
 >>
 endobj
-395 0 obj
+403 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 403 0 R
+/Font 411 0 R
 >>
 endobj
-406 0 obj
+414 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2124
+/Length 2123
 >>
 stream
-xÚ­X[oä¶\15~ï¯Ð[5\80\87\19R\12%=f7Ùv\8blQ$.\82 [´ò\88ö\bÖH\86¤\89ã\7fßs£.3\1a¯·É\93(^Î\9dß9\87ÁNívÁC@\9f¿\ 4ïn¿ù`\ 2½S¹\ e\ 3\9d\ 5:Ry\1cÜ~÷¯0\8b7[\93\99,        ß\15ýa³\8d¢(üÑÝ»Î5{\87¿qø©h6&\rOE½ù÷íß\ 2\1d«<
-¶q®2¢ðS{tCut=îÎÂ\17ÜÛ\9eð'\r\8f\ 5þ½ÈOÕ\ f\e\97'`iCÇû\vþìqåPtÅ~pÝ\8d,5%\ f\9av\18\aÕ^\ e\ e\a\19¸®k;\1e\9eHÒ¡ª\99ãB\96\ 3ÉòëÆdÌ\1aöÍ¥)I¹-j\17Ã'R\9a\rÔ»_ñ\9cë
-$ªmØ\ 2cd§S\14:\1d\85îÕf\e\83\f\1f\e^\1c\ eÅÀ'öEïP%³C\89,K¤\13\98÷[ÉJ(\b0B9¾ù\90Oþ2qª\12\eìH\9c÷Û;Þ0s¨Ù)\eÉúÐ2Ïc+Ú¦¤-pc{¡Ô§®oE\ 3Þ\9eN\8bµ»\1fDV4?ÙÄØLé\9c\8d\920\97\83k8Vöm×¹ýÀ\91"ö&g\18òwñH\12 iâ8üö\1eìô\8c3EWö7¼m2      ü°I\80.ÊogÞ2ÞßÑ$?p$ùan\ìª\87\ 3\9e\1cøÐs5\1c.\f\1aå\91\8a\92Ñ ÷\17\ 6Õ©\82KÂë\8am\10å\89\ 6¹\8a4-üÌ6Hæa\96ذ(1h\13\88O÷ÛÀë\95ìc!\13¼ eY˸½çoÁ\9fºj(Vl¼$û\Õ5ï\18ï@2ÆX\92.ïOÏgÈ8s¾l\1c\8c·óXg·\92,:öÑ\90ÌB%\ 6\97Éä\7f\9fNýÁ\95<;sS÷g\9c\8a\12¸ü\8fcøÅa×Rx·G^¼÷dG^b/\9aâ\9b\93ÌL\0\ 2ÏB\ 2fª¦wÝàJºyyøCÅ\f\9f+¼o¨"\0 \9e+øL>\8bµ\9e(ãOéj78\1c\e\11\ 3Gw\88\8c¡;T\bC´t\90=l\96\eäjÎ@\80      ¢       \16'&ËÓ:\1az\85"\8fÉÐ8\0C×µ\a¦I\15Æ¥»\82\18?\82ÑM\9c\11G\13çág\93¤\18)8ƸÃ/qÁÁ]]4\8f\9f\8a½Ìî;W\fèOÚ"\80M4ý¹Îy8Á\0¯y\15uXPGË¡'\0E¾å-5">­]l¾#-qäúÞ      l\17u¿ê6\ e\16°µ+«¡j\1eäîû;/\91\ 3#
-`Xò(R5O'YÂ\8bÅ\8b÷m]\93:ϽºÀ\ 6±³\89T\96_\ 5Ü$E,`|øÔ.Ó\8a\19=#"5\1e¶æq²Â\98\89n\8dQÑU`z\9d1\98É\83ë\exk\1dd*·\vÞZ±Ò\84\99Á÷·à\898xÆ\ 4\97\83c\10e*Öã\7f\1düD\15\866AªòT\12\12\19\95p°~÷ý\ fk\14Í.F \1d)ÊÿHq\920J=E ÿêÂ6©2\ 6ÝÇë\101çZB<E6ð\eÎT´ZEÙLÇ<ÿ\82\8er`¦ä;ô{\1e>òÕZ£>ê+Ô¯ë\9bg_Ô\17c42tM¼\95\ 5Æ\16      qázY;O\9a\98ôùnð\ 5\8aÎ\93í\9bµ|5\ß*Ü©)]×\0"\1d®KrÉý\1f]%\18Âè\10\9dÃ2\9e\92C\13®|¤üñe\99\84v»(Dâ\11R¢°X\12\89¿ÆlÿY«ç2#fóq<£!q,Ç\7fcÎï·§K:\11Çð¨ï?\9b\12u°V\ 4µPo\14\bÑ8\9a°\15~öíñ\bõ\1fÀy\12'á/\9bÌp\1a¶VJ4\18\9c\84\1a\0\ eÕ&6\9dÈ2\ e!6½ðf\ 2EK h\136%\1el\84÷ñ\89k`\86ÿy\9eC#\9f9}ÄæÏ\10UO\9c¥\9b\92eO\11õð;\16\96èÃT\83F\ræÆ\87SW\fUÛ`\8d\95±Ã.p"ËÕ.¿\ 6\14f\97«\1c¤\80v\ 3¿G(Ï3J\19
-\87r$NÈ3¯cÅ´\9bÊþ\19\ 3\9eXA\vê\10\98~¢¯Â£M&xäBé\85\ru'\8d\aY¯w\ 3\ fÈGðõÅ\11Í\91\7fS³,7ÙÀ~¿\98\14ý\ 4\9dÇ\9fà\8c5\8c3Öß%;\15@8æ¾OV/¼c\92k®Ñ \7f\86\96K\b6\8f\81¶p\ 3Æÿ\15ÏL'Àåv=U\8d{ìN¥3¢ô»â\fm\8dÐÌ\94µW½\91DkÞ°Z\1c\80Ú·ü\1d\1d°°×\19JÁÁ\ 5r^Ú\96º\8a\1cîÓã\86ºï\vhÒ`¦8\9aûk\rÓç½Ñ\8dô\\85´Ä\84\80\{Å\7ft\ 6ú¼\91P@ü\83ëI\12\93,°K\19yÍPF\19À,PúGW\94\ 2Ði\82ÅR´\83b)Ò\805PnÂ\97Â<\ eß3Òõ\97\8arw\14\81\8b·T»fP\ 1sg°è°ñ\ 5e(îj\1a¦à³~ßUr±z\9e\eüùcKe1LÝ\15}µçI\89\81~èZ\1eöB\94\9a!Ü16Ê8Ý8ªØ3î.q¹íJ4/\ e©\19@)Zþ÷Ð~½ë3ÙNäKs_5ã\1c£ï6\ 6Î\1f(  t¼eêôM\9a!¶N­YSáÓÑ\r\9eÏ¡\al|C\ 1§äé\ 4   ï½Ùia|\9ba[\ 2Ii¾\ÃÛ¡«&}SéjxªB$?ë\18bÿ\f²\926\ 1\1c¯¿¢,\ 3ûü´Uù\e\1f\f^?ûå\v\95Äþåe\89ñ\10Û\98\94¢Õ
-]Ãò\ eð=\86\1ci°ÂDÔ\82dá'Ö°Ï\1f±±2W oÜ\ 2\10\98Ì©òÄ\1aúÁ\ e>\ 2YúZ.\ 2Od\88\v\ 6Xnÿ:zaH´<5$»°o\8f25Å\vþqC\b\e¤/åÜOÿ\9eFW<UeýÂÓþÆR3\b\8bc\8eÒÑNÙÅm\18ë\8d\85\v/»ÂbµÚÍ®6g\fy3Xì\87¢;k['8\\15b¥xt_Ù"^Há\9aò÷Éðé÷·©\ 5\7fh\12PL²Êó\81ãa±\81`\8eÉT½\7f\81<r\rØöîL\17È\9bò\1a\86D¼¦eõP\rý\9b\7f[ÿ¹~æ\ü79¶~\95óûÚ\15ÝY\9e\84\84\ 3péS²{¢\8eÈ\8e\1dÑò\ 1µsÍì\95ô¼\91\99¿­´OR}Ç\86*Èé\ eü]\1e"Mº\v\ fü r¡Y\ 2x\91¾\ 2\9cÐêhßê\1cgæÄ¼\0ÅÊ"Tp¢`v\8b\92\82R\8d\86x©ê˪F\83ÙbÏáÓ\1f$\ 1|&g\82aLøq`Áª\9e¿²«n}dÎ^ÒÓy¢¢ÔéyJ\vK\r\8c\19_wMæwAmPóÒ²Z`qq¾\95v\bJ2ÇG\99XvñL\89»Ùd´|t\ 3\86)ö$_Czõ\91\15O\81\8aA6ùÓÿ\0ö\13¥ý
+xÚ­X[oä¶\15~ï¯Ð[5\80\87\19R\12%=f7Ùv\8blQ$.\82 [´ò\88ö\bÖH\86¤\89ã\7fßs£.3\1a¯·É\93(^Î\9dß9\87ÁNívÁC@\9f¿\ 4ïn¿ù`\ 2½S¹\ e\ 3\9d\ 5:Ry\1cÜ~÷¯0³\9b­ÉL\96\84ï\8aþ°ÙFQ\14þèî]ç\9a½Ãß8üT4\e\93\86§¢Þüûöo\81\8eU\1e\ 5Û8W\19Qø©=º¡:º\1ewgá\vîmOø\93\86Ç\ 2ÿ^ä§ê\87\8d±áË\13°´¡ãý\ 5\7fö¸r(ºb?¸îF\96\9a\92\aM;\8c\83j/\a\87\83\f\×µ\1d\ fO$éPÕÌq!Ë\81dùuc2f\rûæÒ\94¤Ü\16µ\8bá\13\ 6êݯxÎu\ 5\12Õ6l\811²Ó)
+\9d\8eB÷j³\8dA\86\8f\r/\ e\87\13û¢w¨\92Ù¡D\96%Ò   Ìû­d%\14\ 4\18¡\1cß|È'\7f\998U\89\rv$Îûí\1do\989Ôì\94\8dd}h\99ç±\15mSÒ\16¸±½PêS×·¢\ 1oO§ÅÚÝ\ f"+\9a\9flbl¦tÎFI\98ËÁ5\1c+û¶ëÜ~àH\11{\933\fù»x$ Ð4q\1c~{\ fvzÆ\99¢+û\eÞ6\99\ 4~Ø$@\17å·3o\19ïïh\92\1f8\92ü07.vÕÃ\ 1O\ e|è¹\1a\ e\17\ 6\8dòHEÉhÐû\v\83êTÁ%áuÅ6\88òD%h\83\E\9a\16~f\e$ó0KlX\94\18´   Ä§ûmàõJö±\90      Þ\84²¬eÜÞó·àO]5\14+6^\92}®ê\9aw\8c\19c,I\97÷§ç3d\9c9_6\ eÆÛy¬³[I\16\1dûhHf¡\12\83Ëdò¿O§þàJ\9e\9d¹©û3NE\12S    \þÇ1üâ°k)¼Û#/Þ{²#/±\17MñÍIf&\0ºx\81g!\ 13UÓ»np%ݼ<ü¡b\86Ï\15Þ7T\11\0\15|&\9fÅZO\94ñ§tµ\e\1c\8e\8d\88\81£;DÆÐ\1d*\84!Z:È\1e\rr5g À\ 4Ñ\ 4\8b\13\93åi\1d\r½B\91Çdh\1c\80¡ëÚ\ 3Ó¤
+ãÒ]A\8c\1fÁè&Î\88£\89óð³IR\8c\14\1ccÜá\97¸àà®.\9aG\1eöOÅ^f÷\9d+\ 6ô'm\11À&\9aþ\ç<\9c`\80×¼\8a:,¨£åÐ\13\80"ßò\96\1a\11\9fÖ.6ß\91\968r}ï\ 4\8bº_u\e\a\vØÚ\95ÕP5\ fr÷ý\9d\97È\81\11\ 50,y\14©\9a§\93,áÅâÅû¶®I\9dç^]`\83ØÙD*˯\ 2n\92"\160>|j\97\8c\9e\11\91\1a\ f[ó8YaÌD·Æ¨è*0½Î\18ÌäÁõ\r¼µ\ e2\95Û\ 5o­XiÂÌàû[ðD\1c<c\82!èK\94ÕÁ1\882\15ëñ¿\ e
+C\9b Uy*         ©í\8cJ8X¿ûþ\875\8af\17\8e\14å\7f¤8I\18¥\9e¢\84\7fua\9bT\19\83îãu\88\98s-!\9e"\eø\rg*Z­¢l¦c\9e\7fAG90Sò\1dú=\ f\1fùj­Q\1fõ\15ê×õͳ/ê\8b1\1a\19º&ÞÊ\ 2c\8b\84¸p½¬\9d'MLú|7ø\ 2EçÉöMáZ¾\1a®o\15îÔ\94®k\0\91\ e×%¹äþ\8f®\12\fat\88Îa\19OÉ¡      W>Rþø²LB»]\14\b)QX,\89Ä_c¶ÿ¬Õs\99\11³ù8\9eÑ\908\96ã¿1ç÷ÛÓ%\9d\88cxÔ÷\9fM\89:X+\82Z¨7
+\84h\1c
+?ûöx\84ú\ fà<\89\93ð\97Mf8\r[+%\1a\fNB\r\0\87j\13\9bNd\19\87\10\9b^x3\81¢%P´   \9b\12\ f6ÂûøÄ50Ãÿ<Ï¡\91Ï\9c>bóg\88ª'ÎÒMɲ§\88\1d\vKôaªA£\ 6sãé+\86ªm°ÆÊØa\178\91åj\97_\ 3
+³ËU\ eR@»\81ß#\94ç\19¥\f\99X\85C9\12\99×±bÚMeÿ\8c\ 1O¬ \ 5u\bL?ÑWáÑ&\13<r¡ôÂ\86º\93Æ\83¬×»\81\aä#øúâ\88æÈ¿©Y\96\9bl`¿_L\8a~\822ÚÎãOpÆ\1aÆ\19ëï\92\9d
\1csß'«\17Þ1É5×hÐ?CË%\ 4\9bÇ@[¸\ 1ãÿ\8a\13àr»\9eªÆ=v§Ò\19Qú]q\86¶FhfÊÚ«ÞH¢5oX-\ e@í[þ\8e\ eXØë\f¥àà\ 29/mK]E\ e÷éqCÝ÷\ 54i0S\1cÍýµ\86éóÞèFz®BZbB@®½â?:\ 3}ÞH( þÁõ$\89I\16Ø¥\8c¼f(£\f`\16(ý£+J\ 1è4Áb)ÚA±\14\1a(7áKa\1e\87ï\19éúKE¹;\8aÀ(ìÅ[ª]3¨\80¹3XtØø\822\14w5\rSðY¿ï*¹X=Ï\rþü±¥²\18¦î\8a¾Úó¤Ä@?t-\ f{!JÍ\10î\18\ee\9cn\1c\19w\97¸Üv%\9a\17\87Ô\f \14-ÿ{h¿Þõ\99l'ò¥¹¯\9aq\8eÑw\e\ 3ç\ f\94\ 4:Þ2uú&Í\10[§Ö¬©ðéè\ 6ÏçÐ\ 36¾¡\80Sòt\82\84÷Þì´0¾Í°-\81¤4_®áíÐU\93¾©t5<U!\92\9fu\f±\7f\ 6YI\9b\0\8e×_Q\96\81}~Úªü\8d\ f\ 6¯\9fýò\85Jbÿò²Äx\88mLJÑj\85®ay\aø\1eC\8e4Xa"jA²ð\13kØç\8fØX\99+Ð7n\ 1\bLæTyb\rý`\a\1f\81,}-\17\81'2D?Ñ\ 5\ 3,·á_\1d½0$Z\9e\1a\92]Ø·G\99\9aâ\ 5ÿ¸!\84\rÒ\97rî§\7fO£+\9eª²~ái\7f\19\84Å1Géh§ìâ6\8cõÆÂ\85\97]a±ZífW\9b3\86¼\19,öCÑ\9dµ­\13\1c®
+±R<º¯l\11/¤pMùûdøôûÛÔ\82?4 (&YåùÀñ°Ø@0ÇdªÞ¿@\1e¹\ 6l{w¦\väMy\rC"^Ó²z¨\86þMªý¿­ÿ\?s.þ\9b\1c[¿Êù}í\8aî,OBÂ\ 1¸ô)Ù=QGdÇ\8e\80Ú¹föJzÞÈÌßVÚ'©¾cC\15ät\aþ.\ f\91\85\a~P¹Ð,\ 1¼H_\ 1Nhu´ou\8e3sb^\80be\11*8Q0»EIA©FC¼TõeU£Ál±çðé\ f\92\0>\933Á0&ü8°`UÏ_ÙU·>2g/éé<QQêô<¥\85¥\ 6Æ\8c¯»&ó» 6¨yiY-°¸8ßJ;\ 4%\99ã£L,»x¦ÄÝl2Z>º\ 1Ã\14{\92¯!½úÈ\8a§À4|Å \9büé\7f*ê¥ÿ
 endstream
 endobj
-407 0 obj
+415 0 obj
 <<
 /F2 13 0 R
 /F9 84 0 R
-/F11 398 0 R
-/F12 401 0 R
+/F11 406 0 R
+/F12 409 0 R
 /F1 10 0 R
 >>
 endobj
-405 0 obj
+413 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 407 0 R
+/Font 415 0 R
 >>
 endobj
-410 0 obj
+418 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2560
 >>
 stream
-xÚ\8dYY\8fÛF\12~ß_¡·¡\80!Í>H6w\9f²\8e½Gb,\90\f\10\ 4ë\ 5Ì\918#îH¤@R\9eèß§®&\9b\92Æð\8bØguu\1d_W\95Vi\92¦«ç\15}þ±úûû\8fz¥Ò¤T«\87§\95r+e\92Ò®\1e~üoô~W\1dǺ_ÇÆèÈýu\1d[\9bEï»Ã¡j·8h¢\9f\9b¶æÖ\87m36íó:ÖF9\15¹lý¿\87\7f¿û¨\90\Z"é\18NT«Ø\96\89#ê.Ñ\89YÇY®£_êj»gRE\16ýÔì÷D
+xÚ\8dYY\8fÛF\12~ß_¡·¡\80!Í>H6w\9f²\8e½Gb,\90\f\10\ 4ë\ 5Ì\918#îH¤@R\9eèß§®&\9b\92Æð\8bØguu\1d_W\95Vi\92¦«ç\15}þ±úûû\8fz¥Ò¤T«\87§\95r+e\92Ò®\1e~üoô~W\1dǺ_ÇÆèÈýu\1d[\9bEï»Ã¡j·8h¢\9f\9b¶æÖ\87m36íó:ÖF9\15¹bý¿\87\7f¿û¨\90\Z"é\18NT«Ø\96\89#ê.Ñ\89YÇY®£_êj»gRE\16ýÔì÷D
 ;rÜÀälÀ©E6c£\92²$z~\e-\f®d\8a$Ó«\94Ö\8cõ\1f#\#-£C]µ\ 3\ e¾*\8d¶õ¾\1ek\19ÛÕ<8ïxê»\83\8cíd\15ò|\ fM]F\8f§qIm¨Öº\88¾®µ\8bdu#+hâ\15\7f*\9c=ã¨\8b\9eº\9e7î+\929®<\r@\1eî³\8a3\9dØ|\15\830UF79\r§j¿?£\90\88ÄÎW"ÊLbr¹ù\99Îk_nIÈêD;Y÷9êë¸i\87ºGu~^ã\ 1\86\83ª\rÒy\91Ñv­sº0öH*¸\b¥\92 bs öåýi¼ãq¶\1ah|9VÃXûÑ^¶\1d:ßêëMÝâ9#_¾Ì\92Ü\86\97ÿ\7fÕ?w-\e\1eÉÍ\18 ú\ 2\ 6\83\93\81~9#\8bpï»\ 4î\82ÔÄn\94K\1c\13û×\13\e8óo\14ØÁ°é\9bãØð\11Ú\1f¡A_´`3»\80\16=\9f\a\9e\1awÕÈ-\12\19Ì\13\9d\9c\ 1Öt?\1d×òJb±;a'\8d6\95\1cú\b®D¦\83K\86\13É\86¶UB\984
 ÛHDþV\93\88\84\8e\89\9eë\91å#÷3bÒØ"uæ¤N ØÈ\8e\8a×o\9bÏ:ËëÞ«\82Ö|\8eX\16^ݰn¨\ e5Ù  \f\1e÷ÕFN!3Nn\8bü7º»Î²é\12бhî<Zñ\a%Ç-\918\88N\17â\7f8Ì7ÁV3ðwòº"ª·Lµiù[]ù\87¶Y¢¼áãaqÿ\ 6\80èRV%è£.ú¡e\8f#ÂÔ>\1dÐ\97QiprÏÌtO\9e{ð§Íil\98\98.\8bÄ*V\99\9d8@3²\97àa\f\80\ 6\8a\ 2\eH\14\97°ü¡\81Ûê-O\8ajqº\ 3Åïê\1e­Í\82\ 1u~W%\v^ÅþÊY\aS\aü\85{\8d,ö~\7fÏÝÅ\ e60\18e\8b'VQL¹\8d\1ev|YFþÙ8Y±\ 6d×3Ð\8b\ 6ñÛv#7äA@¥\1e\e´Èbó7\18\ 5la\ 1LV@-¾]hWxÈ$!ÔIËß\8a?ǾþÚt§\81\90\14)\90^å¼í%#Ì#\9a\12xÍ×u\ 6ÈÒì«Ç½¨ôò\9a\84\8cèf³+\9bÈ\ 3\12éV0$\80Uï9÷ÜöZ2!Jh\ 1MôB\1c=\1fY\8a8\ 1âÛÕâ¢\fÄ7=ð\9fµ§@w
 áaß\f\ 2\ fdj0µñop\b¸\86Ä*\a[RB®SήãqI\9bDsH\11¿\ùW\ 6\ f´÷¯\9fØ2f|      á\8a\ 5³\9bS\1f\ 2\14\r\f\9eÁ#ɽ\e\1a\ fåfRÉ\84\7f)ø²ÁÌ$½å\8d\98ÛX«Ä±Û~\8a·ßq%í\9cð¯\9d\84\17ØðìÒ`·\98\e\8e\10\90\l\9b¯\8dK)\9cèzBÈ\12[Òhd§\98à(¡\a\81yg\8e;\aÚ\91/¸ ß\r!ê-i\99¨\15\89\15Ä\0k¢ßÖNc7|ÕºS»­ú¦\16Ó\9b­ÙSÃ7Eæ\ 6\r2        ÏÄ\96'ø'Ð\11\80P¢|È÷)~ºR\8f*\12UL\88~¥b\v\17vn©c      gÕÊ%eN4\14FdiÂ\vv$«\ f\ f4ðº2\10Úf@ È\13\ e+\fzó©¿_ýJq7ðX$eA,Ë\ 6\a!\9b"\8a?~øù6Mg\91\83\99&÷'\9a3\87°\807hº\18Ðl®$¡óD\eD.»p¿lòµÌ+%\v\+\18\1cƪ\1f¹É6±Ü@V\9aG\17¦q/\ezi4²óÂJ\v¶Òpçp/\0@~\9c_Z)\83\9bðdµ"\9eðË!;4<àcO\87¶Z¤E`«V§×¶\8a;ÈV\17\14ÙVinðSd«Ød[ÅÖ#!õ\95±-\18ÿ\14?Þ´U÷¶­\166)\8aÐTßǯß\83°V{\15[ïw04©Ø
 \ 1r\8b\8d\98×ÝJ\96M\81\1eÍ\vï\12ï>\16£¿ ½\7f &S,δu_í¹³¨9\e©UãWL\fZK\18HÝ´\ 6\1eò»*þÌêÅ\1a÷°¤,õ   ¸}\1e     K\0\ f²sÛ<7£l\90Ðÿ   \8bÀ·1A\ 4ïü\81TcJ¥|ë\9f\13p@ô´\9e\9fU\17}¡3îdIÈ\8cT̸üÁÆ\aÝ\ 3¿¨\14ä\9a\82\ 1\81©ÞÐ\9a\ 6´öÐ\11_¿\93Ia¼¢>¯ï¥@7Uݦëø3\9c$PÁÔ¯\19\1e\8a,Q\vx`\87²ª\9cËLØ    A\82²\9b4úO»\91É©\96\84µÌÝò\8f
 å®\8a`¸¥ke/«\ f[$Znò\9f\1eR\v¤\81\9d,_B\13R'\1f«1\a´V-Àï
 8è\99\95\15)ï²*\87·áP5í\96\82\1d\fU>ϳ\91ÝË\93CvÊÛÛ\8b\85\81Y\81\ ef|\81óg|A"dÛ@ãyÆ`\95Í\8fK\10\rX0âb
-&®ËD1-XÀËäMøW\10Þß*u)Ä\94+B8£Rùÿi\82 Ü\aÏã^H\À\ f\ eÝ0d]ÌQͧX1ü¤\1e\85®\19·Å\1cþß \aü¬äø¬ \87Þ.\83ÿÕ\94\9aÿWãz\11ÿÃÖ\ 6¶½ø\93\8b\9f©ª\87§¢î¥\104Uò<\ e7íñ4^\94ì \8dûË\9f;#^\99
+&®ËD1-XÀËäMøW\10Þß*u)Ä\94+B8£Rùÿi\82 Ü\aÏã^H\À\ f\ eÝ0d]ÌQͧX1ü¤\1e\85®\19·Å\1cþß \aü¬äø¬ \87Þ.\83ÿÕ\94\9aÿWãz\11ÿÃÖ\ 6¶½ø\93\8b\9f©ª\87§¢î¥\104Uò<\ e7íñ4^\94ì \8dûË\9ft'^\9b
 endstream
 endobj
-411 0 obj
+419 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
 /F4 26 0 R
 /F9 84 0 R
-/F11 398 0 R
-/F12 401 0 R
+/F11 406 0 R
+/F12 409 0 R
 /F7 41 0 R
 /F3 17 0 R
 >>
 endobj
-409 0 obj
+417 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 411 0 R
+/Font 419 0 R
 >>
 endobj
-414 0 obj
+422 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2835
 >>
 stream
-xÚ\8dYK\8fܸ\11¾çW4\90\0«\ 1¦e\89\ f=r³\1d;ñb³\bì\ erX/\10N·fZ°Z\9a\1dO\ eùí©\17%JÝcïId\91,\16\8bŪ¯J\9b$N\92ÍÃ\86>\7fݼٽz¯6i\12\97éfw¿I\8bMªãÒlv\7fù%*²\9b­*Ta£7n8ÞlµÖÑÇê¾ê«v_a×D\7f\8dÊ£³kn~Ýýøê}\8aË\93\12Yma\87t³5e\0·XÅöfk3\15}ª\¿¿ÑIt¬Û\a`\94\9bè¾ë±a£·ÝéäÚÃÀ½ºåïx¬¸ñ·z\18»þ\99w\v\ 57(õVÁn\8a¶ûX¹CS·°LÙ4zì;\94ó·úP\rHI¢ý´\ föh{\9c8\90h0\95EññØwç\87#\8f\93 Áz¦\1eE*ê|\ 6&²í§j?Ö]Ë+Ê8E±7[\91\154\95Z\92õ\17Ö¯IÌt>꼿)TäöuS\8fu5üz\vT\ 5gq\ f\15\8f§Iùù\86\9bt\0\99\alZ\10\91.gtuK\871\89\8e\1cÏ\1a\1eñj£j_\7fV6¯\ eB\1d{\98\18ßl3\9bG»#\4Ó\1d\1a\90ßÓ\r¬ìè(|ÅóAD{E$Örê`\9b<\ 2¥ÿ\99oÌÌ7\96§qb6       ­«Û}_\9dª\16\97\8eÞ\96\82ÛµelµÌE¥¯y©4V©\8c·]»ý\1e¿<\8b³\æÇ|)
+xÚ\8dYK\8fܸ\11¾çW4\90\0«\ 1¦e\89\ f=r³\1d;ñb³\bì\ erX/\10N·fZ°Z\9a\1dO\ eùí©\17%JÝcïId\91,\16\8bŪ¯J\9b$N\92ÍÃ\86>\7fݼٽz¯6i\12\97éfw¿I\8bMªãÒlv\7fù%*\8a\9b­*Ta£7n8ÞlµÖÑÇê¾ê«v_a×D\7f\8dÊ£³kn~Ýýøê}\8aË\93\12Yma\87t³5e\0·XÅöfk3\15}ª\¿¿ÑIt¬Û\a`\94\9bè¾ë±a£·ÝéäÚÃÀ½ºåïx¬¸ñ·z\18»þ\99w\v\ 57(õVÁn\8a¶ûX¹CS·°LÙ4zì;\94ó·úP\rHI¢ý´\ föh{\9c8\90h0\95EññØwç\87#\8f\93 Áz¦\1eE*ê|\ 6&²í§j?Ö]Ë+Ê8E±7[\91\154\95Z\92õ\17Ö¯IÌt>꼿)TäöuS\8fu5üz\vT\ 5gq\ f\15\8f§iúù\86\9bt\0\99\alZ\10\91.gtuK\871\89\8e\1cÏ\1a\1eñj£j_\7fV6¯\ eB\1d{\98\18ßl3\9bG»#\4Ó\1d\1a\90ßÓ\r¬ìè(|ÅóAD{E$Örê`\9b<\ 2¥ÿ\99oÌÌ7\96§qb6       ­«Û}_\9dª\16\97\8eÞ\96\82ÛµelµÌE¥¯y©4V©\8c·]»ý\1e¿<\8b³\æÇ|)
 Na\15\1c\ 6\86Ø`?LLrb\ 2
 \ví\83\f   (w¬É\a4Õ \ f\17RÑó\11\93\81Æy¨z\9est\ 3\93Pûm=\1cñ\ 6h.²~~dÛ+¼¹Íûf¨YU$óU\19Øìµ\88R9\99rÝÌXn×»ý\88\82è"\8fº{ü\96ò¾\8a"8\9fôi\1f\ 3\7fEHºÚê\80V\99¨à½!¿C=<6\8eæ\r¼Ó´C[}\1dy\92¨\16­\1dgÜ÷Ýi%Íq~í\81­±w:¹\91M\8d\95\95iQ\164¼ÐD\\b\8b4°ó\8eÇî]\1fó\9bzÝ2e6\9c\1cÜU¨\13ì÷Õ\7fÎuO÷\ f̺¶yæÅt©ð=9Zÿ̳\17Z\1f¦\99tEë÷ÓVÕ\ 1\85Ô)lßáײ\89x\1a)\ 6\1að¢@\82\ 3Ï\98¼\ f\8eÌJ-t\84§ÓE´Ã¶°[\0ôï\1cõ¾Ð«v½°$¿;o¸Ú\83\9d54\1c\ f>º~¬÷çÆõ×½\ 2]\aØ\89Vfy\1fü0Ëà¡\17±¶ò0ßnûK7\9fÇ\10¢üÃÝ\1a\93ÀáP×ôdÖÜ\8c\8dU9q\e.¸©$ö^`ù®µRxÈ'$°N\94\9aã\80VbkØð\8a\11m£@~\88\1fã|óÈä\11ìF®È¿Ò\14}[`ب{ãuoR\88Z7ÖF®9WLÇ7ëÇéDz>Qic£¼S¥3\1d·°ù©n\1dHy©\81\14¶ÕÞ³ò>}íî\1aÚÊ\8aã\a\11Àu\1d\8e)\9e«\båZ&×+§É¾5)âÜ^        \14 n\8c6\800>СÀ<\8e\16HcBi4{M\1c\91)âk«\96én\18ê\87\96%5\14ê\98\ fk\ f\1d\956³ÚÒtSÄeF\86PB\0\ 1S\88ù\ 6Ø\81¾Û\11ái£S\15§9\88_$q¦6§\8dVp\1e3\11\9aÍ'ÂQ©Úäq\99#ÃyI\1e[fúîÓÛ\97Ø\96hÔ!["Llg9q\86ÒÌÖ[ËÅ\9d\16q\8a\9eÅ,£eð,\94B\88æ\9fÅ\8f\97Ï"\8d3?Î.v¶aÔúSÝÈÅê\f\8e Â\8b\rÍ"³l\16Yva\16@4\v#XË\98f%\9eÙ\vùp)¤\8a\95÷\14$\10ïwG\8e¥ëGÞ\97÷·×ö_ºB\94\87à\1c\ eÀ\e\1d)|#\v±\178d©\10e\ 4/µëk\bûÈN\83écô#\87[Fÿ:V-\13Å\81æ+¿\9bs0\rßÑ\81\1cd2¯\b\n¾\88\95ðÜ\bÚe3´\v|õz«Ì\87Ãk®\99ÕU\ 1\98%·§½c\83ÆþÜ÷\12\b\91 ä|È\ 5\91\85\ e¡Ò\ e\81*\ 6\18\14¯À\15vÀ­ç&\87ëÌC~=\87ÿ\9a·.9è\18¯\ 1\13Àj¤6ÐA\15\19õ\9d\18\ 2\ 1vrë×b\bxýÂ\9bw×_Z\9e\8e\8dùvÐ(|\bB\87\84²¹GH0\1eÁW\8dd\ 1`B;\90\88Öq±p~l®ªXÞ\94*²+Á\18©\94\9b\14Ù2"!\81!gîQb\16ä!\88§x]0ÌÐ\vI\81\0\94ô\14\99\16Ñ~Ë\98F\94:\80Zè}\87\8e¿\fµ2àü\9a¶~fW"\ 6\823¾ ¹\12ú\0\10\8b³L\1cb7ß\9d[aÊ1H{\ f?COìM\89\19vÄ3à\9a0^\99ùU¯aåâ¼\90¢r\8e§\ 1\\7f­ög\\8e\1d\ e\92íðÚÓ\8436Ò;,­Ûatp\88[Ìÿ \91»\f;\1aÜ88¹X\97×â\8e\ 24\94\80å(HW(@Pc&\\89\92\ 2\ eÄyð»Ý\v\\v\83A9àÊ\84+aGå6Î0».T\9c§/\84\1d`BqGÎ"F\ ej\b4Ϫ\93Æ\8b\9avû}õ(ð\88\1es¶°2\86\8f<¨Ä\õNì
 \9d(_\16»\1a¥æ5\93qh\0ý\92p\84ã³Ç\81qô8\84é ?àá\13W\11ÐΧô\92ç\ 6\8cÕ\1c /^Ȭ
@@ -3241,81 +3288,19 @@ Na\15\1c\ 6
 \13¸g~\84fu¡.rB¤=Õã±;\8fÞgg±-Ã\9bsÞké\92\ 2\15ª¶êÙ\12$\ 4ÃÀ:×3I\ 2©\1a'ù\\81\ 2\93\80/~âÆ\ 2\85\9c-!\9c^l{¡t®Û¼Ä\82Û\12\86Ön\ e\ 1ý\v7ýó¢\80"\97fSµÊ\91\90Ò\83Q`KL\ f\e²¦î«õ"é\8blVà{îK%H\0\7fÙ\8fÓ0ºy¢®XÜsÔ¾RáXÆ1\93\ 5 
 ;T\e\ 3#+LÁY\1a\12\97(0\9f\95\97\15ÀÏÇ*\0\82\92lðÈÚ\84\9d\1e5ÒD.úà0Uè\80\12ðÉ)uf2¥uY>E¦µï È\a\e\8bÛ\11¸F\ 5\9cß\aÛ¨:kbm\82ê¬\ 6H+ÅÞXsq6xè9äem=rë}ÝTß*»jbóºÁg\84Y²)¥l\8b\8d DC¯©ïzG\97R"\94\89t|\83Ürü\19ª\91\e¤\1cø¾;¹ý°mê/x@â6\ 1\87»º=ÀÅ\rL¤ØÛ4ÕáÂR\8c\0_¹X\8bÅ\94{wn\10\\1a¬rá\96\96\ 1:~¹RÚAjÉ\89(\90\b\7f\8a¹áøsÀjjVõ>Á'î|\ 6˵6ü®äE{\84T{\86E°F\8c\ 6&ï)\83ÁÆ\19\fùTÿ÷ºq\0ü|èÝ      \8dÂZA'\9a\19q#¸U\9bM§ÇÉ\8fçQ\ 2¥Í\82ª8ö(2XÊ¢.*®9Àd;\95o\81       <¢µuè\121\ 1ÏA'ØP\fÊR_\99þ\8d4Áö\w\90H5"\93ßx\ 6Ñ\90+Û<<ñ\11Ì\ 6Ó\e\ 3Zï«=×`\14W¼r©Á`©Àñ4y)\84ü8õ2"\12·=m\94ÀÛò"\81\b\ 2\18©Áu ªÆ,ÙÊøp¬\9af\9a:\17TÖ¥\1a]@¶ï#Ø\87\9fÿñÏÝÇ·\17\1a4pÑŲPmT\11\17YhË\1f&\1f@×®W\e\93\17 óÁȹ\ 5{¼]ù\fy\0\16Ïòï\v\89S\90x*ÙÿïUüÒµÛ<V>uÿÁ\97×5 Ã\8cÃ\f\ 3\91\15=v\ 4qbÃL{:Ö\13>\801°ã\81\a\ 4ª\85.\ 5'L.\ 5\87(\8cÈüó#aÄl^X³KSv6\0¤\ eÌ\bC\1a­È\ 5\9e×ÝÈ\94´ Æf\ fD8«\17í\82ÂçHk\96\7f\18À·\80³r\a\84^]\8bû&êja/\a\9dÎpç+_ê5ÜcÒ8\9d\8a7Ó?ª\12\ f¶Å³\rÜãW J¯\ e¤ÍO\94\84 \1f{4\89êâ]/\9e°wì/Hò©Ò]j\8f\87J^m
 ©¯Y\ 2`1Q\rk`aw\16¸[?\1cÅeb÷èp\90Á\95ÇÃ\a\81»T\16\87õõ\18_ürd¯¨ \19ò¿\1caãß\11Õè\ fä§ç\16\7fI\8eîëÕ(§Ã('ÿÆtVÊ5ç\89ü\a \12\13î\11áaÿÎ\r`ÌÔ\ 4Ç\aøâ¼'ë\849àòº     å\12\14ͤ\ e\92ùß 0+\10\9e\86Iø¬\94\vCÔluô¦qí\17\9e/ÿ\0½x×±RýÐ\ 2îÂÄ5/Uô\93ü6´IðCK@«)}d6%\87ºä\9awÈòØú\88ðÇK§\10ç¾0ý\83
-\9b)ÉL%d\ e+q`ô\eâXFÓ@¸\14G%9¦¢¼ã\9f®\89£\97âàãÝcjÆÙò\1fþ\ f\99×$\1e
+\9b)ÉL%d\ e+q`ô\eâXFÓ@¸\14G%9¦¢¼ã\9f®\89£\97âàãÝcjÆÙò\1fþ\ f
+U$\19
 endstream
 endobj
-415 0 obj
+423 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
 /F4 26 0 R
 /F9 84 0 R
 /F3 17 0 R
-/F11 398 0 R
-/F12 401 0 R
->>
-endobj
-413 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 415 0 R
->>
-endobj
-418 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2263
->>
-stream
-xÚ\95Y[\8f\12~çWD\9c\87íH´±Ýwxb\87\ 5\16!!\9d\19!\1dí"\9d\9eÄI,ú\12º;3;üzêbw\9céÌ\ e<µ/\95r]¿*;+)¤\íWôùqõöîë\1fôJIQ©ÕÝn¥Ê\95JD\95®î¾ÿ\10Ý\1cêãd\86u\9c$:*¿YÇi\9aE7}ÛÖÝ\16\17\93è\17Û\19\1e½ÛÚÉvûu¬\13Uª¨,Ö¿ßý¼\8aá\14µ\8aÓJ\94ÄqÓwH×wu\ 3ܲ\14\17Æi8m¦\91ç\1f£Ñ\18\1cfÑ­Ù %¯\97"\11\9a\87\1fn\9e3yßÙ\89G73»ß¿\82\952\8b\8eõÞð^¥>®Å:.e\11ý:\1d@-\14\90å\ 3\95\15«Ü\80B#+¼5]?\91viô°\ 6\81êÁÖ÷\8dáÝÑL¨ïÈû³AþXë"2O<¹· (Ð\88Ð\16ª\14©¢³~[\97ú\92é­g\8aôY!²\8a\88þ\7fë2\89ú\13ºAG\9b\1a-\93¦QÛ\83ÍËhkwO¸\90\e\ f\86S\17O¶5Lw\ fd Ú¡^ë<z°ýÀ|ú\1d\13ÿ×ÔÛ\86¼ÉÄ@ûÄ\14u\ 31@®\r¸{\934'4\97cD\ 6\r­\19\9a\r-\95\17\91íð[\ 6ç%y\15\9dF:\0\0`ôõ\ fI\10\95\99\16ª\0ÞÈ\14\ 4AØj%Tåö7s\80\ 2·G;\1dü\91$:\ e\v\9eûQgEc *²´\8aîüþøÔ¡\91¦ú\13;N\15\89HòÐ\15vd\ f\8f¶=6æ\9b\85Àº\14\ 5ú.\13Ey)t\15\10iáe~\98àO\15ÌÀ¬\v\1dãL\89Ü1-èW?\99Á@\98'2\8bvèO]U\91ùT£H´\9c\93\9cº*£C\8f
-=â¤\88¦\9eI7èäCÝa\82 Ñnè[Þ!Ká`kvõ©\99xÿ][oƸ±\7f /üxüÄ\13\17ï\8eG\1fÆ\ 3\9bí4^ñm)ÊÔ\9bÁ.´\ 6m¥·R3£\8dñh\83\13çðqé\868ÃH|æ\86\99g\10·ýÖðÊ\95³ãÀ\8d\85OÙ$HY\98tuK¡]z\10(ÃÔ@7T`x\80\eã\88\8eÇ¡?\ 2\87\89|\ 4V«ýÖ`6ý¾³\7f\19Ç\ 6c·?M~s_\ fÛ¥IÑ\99d\84z4bÞ\9e\15¾»\92M\1a¢Y9\93¢Ë\98AüÛBÿT\8bL?ϪTeà\88\91\0\e\86\8c\a*\8f6§a0\1d\86\14b±JCD\ 1:°Iz¶\1cî;ËáogÆgË9ÌÌ3Q&!¤Ü\1a\17\ 2syÀI\8aÅ\ 1\a\1fÞÖã\811ùíÉ6àcª\ 4¸Å\95\0GIuÅRßñÞ~0õÄíÁ\ 2\83#\ 4IdyFT\82w\ 2^BÔÂ!*\82¸u5á\9c^g\80G\97ò.\83\11pÙõMÓ#éã\1cÐ\17°)\16þ\93a\11¹7M\13\8fÓS³\ 4\f, eh;¨\8eä\9f¡oÐðP¦\1f\ f¨,\8e Ô\1fY\9f\8eö4\ 6mÇ{\81'q\1dy@õ\ 1ÚɱÁ Ä¯+\13@Äa\81\ 33´6^Æ-\17oYz+6\r p\ e\90ü~Çë\94ª©¬\989,ü\7fa\88
-\ 2ÙCG×wK\v\ 4\bû\ 6û\ 1Àª@\17àÝ\99\a*ØX\f¡/\18¸¢Ó©¤Àëò\95\1eèb¥r¡ÓPÇ¥Ä\89\90É\8cu£½¿âµ\14Ú\842\10\1aËTX,5¢(\15S\15Õ¼àYÑd\96\97§vÇßÞÿÚοÅ>`\9dAöÙ\ 6#\r« fý\90\8eôÃ\81×/\ 5½.z¥ÏªW\9f¶¯«\87I¯ çs ¢|½ù¸Fo%ò\ 2C@äi2í\91\91Ç\ 5\9d\9a\83NÉ3\e
-:\88°7ãBtöLàÔeÍpi3§\18B\9f馸Þì¡\95x5˸\8dÐ*\82N\94SZK\86iX\ 3<2ÃÄcÂ\19íÄÆ\ 5'\15\9cÒÍ?$è\81½\99ÈÅ\81V.A=\87\ 5Ê\17¹È}vð±\9c\86±Û        Ìá4\:+\11Å¢\0 BùþÇ|2\9bÓd¶\82{BV\1dÐmî\e\1c\9c¥\ 4ê3>.d\95\ e\1fôå\7f¾\v\ 1\85P>j®¸,Ñ9
-zé3è\82°@Ävßõ\83\89±@¾î<\8a~)]ôKç8©®\ 4;\18Gû2Ú/ãB)\91æa\1eË\10|\90µÃÛ\ 1z·vä%îG±2ò©m=q\19\99Û*v\ 1l\9d5d¯f©È\8b\8b\1eÕÕÆúÜ Ä\18\aÝ\b­Ï\83ëáÐ!;(\99Àæ_ú\90\96\97\90à\99we¿Û}Ö\95o®ù\12Jrò\82+ÿ<\99á)¶\80\ 2ã?ÌC]\16\115ó§\16\v\96»\ 4\r¼\81¹\85_vD?:\14Õe\19\1c:2ÍD\95\12·¶\86áŸ\1dNCÜ\99ü\89\80Ðòä\91Ñ4\¨F¾%nç4¦ë(í¹4×Ôbñ>#\80\ e¥´\r¸Ð8v#4\89Í\96Ç\ e\87[;\1e\e\82ù'ÔÝe©ä\18w\90²¬Ë(ÚÂXUÊÆª2\12£\b\8c\ 5K\97Æ\ 2Zë¾ÔL1\ 3ì\14ñÊ\8aËp%s\ 4sX}ÅA='Èâ*ùh±¢éJ\92ù` ü-E±¹io¶%.÷n\11®ñ¼Àô@eÇ\ 3y¯Rî2$¡\86\9aÇ\99mû-ߪzd\ 6Ô Þ²ñ>е'w\r¼Æ{#Þ\ 6Ý"ú\8f\13\bER\18\96/Û`\9dçQK\ 6Ggãþì@\9c\10\b!c\122§®\8bæ\96û8³'Uó<HÏ\85\9c³\ f0_Ù\aÔÒ\ e\9cåæÏ\93ïrýUB
-~é¹ó-j\80\ 4)(ÖÚi®\ 2\8bô×\85HüM]Iy5ý\8bÏ ¹\84\9b¾Crÿbô\80¥«5Sý¹\9cÏføÖ©k^p@\96\83ï\15øVç[Ð\vð\9d\ 5ð­ó°\eA\96."ñ-\86ûê\aʲÁ\9dìÚÿ¡Þ\80õÑûp±çö\9fä:8.Æî\ fäÌ\ 3\93ÜÛé¬\ 2\ 3»\16Eþüʧ\ 1\84k'u\19\98\1fZP\ f®õ¸±@\b`½ì\8bÁn\8ej~°Ò     t,\10\r¦Û ht¿áG Ú\81^æxt\ f\15\be`ñs\16?ñâcÕÁ:\85\14ÇÁ`Uû4ÿÖ\8b\r\1dY)ª\9c\ 4¯a±\ 2UYÇ\ 3éþîn%!\ e\1eW*É\85\84ê\96å@±jéA\b[\18\9e7«[zÇ\84À)DU\90ûæ\1fT"O\88å»Û\9b\17\98\16\v®¼0³=\vJ\ fQ)³ÕÌviÝ\ 2O\8c¥\ fà0\ e\10æJ\19\ 4\fâ«{É(¨\8fkqÄq\8b_,Þ\ 5ô\ 1\10ý±·$\15\ eØ;¿5\16g×¹{3\ 4\96]ée2¿PÖÓ+Ù¢$\98\87ér%¯U!12\83²\ eÕ  A0¾ìc^OïTj\7f÷Òînx5½ós\eòëëé\9dªêâjèÓ\eG¶;X\8akZÆhï\a|¯¸hÂðv\98I|\1d¿ìÊ  «Ð\ f\vX(3\8f$e\1eÀ?L¸iGoó\8c`¢ç\9f¸V#w×\ 1\1cÕ£#Üñ×\15(\18\1dêí\99=\84\f÷+Pzæ;ÿõ\87¥E\10À};\99_a\9b]ìn3Ï\8d\vIYU3Æ\87]å³ð{9ÞJ\89\7f\9b.\12òú\8b¿\ 1\vëw¼
-endstream
-endobj
-419 0 obj
-<<
-/F2 13 0 R
-/F3 17 0 R
-/F9 84 0 R
-/F8 61 0 R
-/F11 398 0 R
-/F12 401 0 R
->>
-endobj
-417 0 obj
-<<
-/ProcSet[/PDF/Text/ImageC]
-/Font 419 0 R
->>
-endobj
-422 0 obj
-<<
-/Filter[/FlateDecode]
-/Length 2221
->>
-stream
-xÚ­YËnë8\12ÝÏWh×2\10ñêAJ"fÕ\8f{\aÓ@o&\ 1fÑi`\18\9b\89\85èá\96äøº¿~êAÚr¤$\ efV¢HªX,\9eª:E\ 5±\88ãà) Ç?\82\9fî¾|K\83$\16:   î\1e\83¤\f\92Lh\19Üýò{X\96«(-ÓR\85?\99\8a²,\vÿe\1fmoÛµÅW\19þfÚUZ\84{S¯þ¸ûõË·ì,J\15B\95A$µ(I\9aÝTcÕ>EM·±<9\9dM\86µ\13^ûnkg\12ÓT¤i\10\7f,­HQ\fO|Y)\15\9a¾2\ f\9cÈpÝ\91ÎcßÕ\ 3÷\1c¶Õz\95æá\96_7öÑìë\91_\ 6K\r\15v\8fü|Æ\99ö\88/YøPµ\9b\b×\ f"-E\96ó\16\14­\fê\81ü´PaEO\19î\a»\11«H¦`Ñ#\ f¹µnÐÒ\ 5X×lꪵ<}\18M?:\11û\9d\13ÕòókcÖNª3\ 5÷7\1dJ\ 2±7¤U<Uè°\85£C½u8n]ã\19Ma\8f\ 3X\83\9bd\92\12,æ&4Ý0rk¨\9aª6½\13Ðñ\93ôÀ=É\18ά\1a¸\17\8c.§F/Ã5\0\10\1fò\ 3éj\19Ylhh\90\96­@Ë\9eûþ3\ 3C¡E\92{0\901^£ -E\9e¹\19\98îMqi&b/î¥\9aÉJ\12!\95\97%f_G\89\ 6\98\ 3\80AL^°N-n>z¶Ç\9dÙ¼\87w>\9b\7fo-\9e¬ÊÙ\ e)\80\16í\80\1dseóTä^Ù®}_YDV\91L\91\ 5"\ fU]»Eú#wùÕXo×·µ<Ëìvuµ6cÕ9%\1dlÜÖ\82¨\90"I¦G{àýè4¬p;:a'\80÷µ©kv\83,  o»Æòð\0\18´\8d\9bÓZ»áÖ¸õß\91\820ñ¤ \8dº\86éû\ eU:ð\1c\8fj1w\82»­ÃÛÙËá\85\80\v\98\19\0£ð¶~|\9c\e»\10\104ßA\86,D\9912rFÆ÷\9d\81¨1Võû\81\90õý'\86\9d8uî\11\80\8e¹ª2\13©¾\1e\16Y\\86¬\ 4É%µ\ 6:a\14O\16\81n\8a;¡í\1f»¾ÁCÁ>>\l\9da\85ß\98\11\8ep7\ e\8c    %E!/â\ f\9eJ×£\90\fpÐ5»Ú"¤(|¨O\9fL\92C\ eS\9f:\1aЦ(D
\91\94B\9eí\9b:·Ã\ 6Ù\17\14]°¯<Ç\88\v±\8dã,¦\96j\18;ô5|Yû Í¯'³]¬¿«ÍÚMØÑô®â¼\85\92^]^¡\b\aÓXgx%T25|Íëy\aÎò<ôOkÖ(\143_®&ZÂ\90;Whõvì+ûB\89oÃ3\ f\10\9cçA\14L\90y\ 4îzûRuû!òB_ÛK+q²f?w\9c\85ÖÓm´öûø¦´¼\14EâÄ-¹a\9a£sLÜpÛõÕ_];\9a:\1aÖÀ\ 5ê\ f\99\89\ f \ 4I\9d½Îr\14ÛZ\1e:g6í)\84\vÏSfÓ˸ÖB\15ïã,\9fä5íò\9a^ÌkÄJ®ö\91(OexkG&\14\1aYO¯ûb&þ(\e\9dÕ%\80\ 2s\12ùÅÑ6\16b\ fs q\8bÐæ\96u\r8xn!       »\18B\90º\ f\1f8R1\15\82wäE\94F í\12\1e´ø¬¹í @^\ 5Yé8g(ä&\12è\10>àc\10Ng\r] ÈZ7ì\\ 5f¸Ð(Éõ\8fîãÞ}Rwí\13\9d»¤m\9e'rãPmÆ-7\89lJÞç,\85ñÊ\98Ø5\12\9b\86¶©\9cyÀ;{ÈØÎ\10äë¸C
-\ 2\12·\82\9d­=ð\¿\ flã>\88 j&¨å\ 5A\85Õ(\1dÏ\14zűOQ{\81ÔÍáS*\91\96ÿK\82Å4 §\9e]µ»ý\185v4W¦WéÓ«d\9a\81ÏÅð¯ÊO\84\7f)§é\11D2\b±å9\fµ«§-\9dOô@¾&\13Þ\0\8fÞ³\ 3^|Ýv®k][Ó»\98\9f\8b8\9bn\8cP%3u\96¿Åw\19Ò*8\80¥\ 4>O39\13\98Þ¬GÛ\ f<ÛOîa'Ãý
-ö%ó\18Þ\9eL¿©í0ð(â\ e\9f\aò]/tæM ¶©Z¨\15a
-¤£ÚT\r  Ðn\19.\13¨1ìw.ëõ# ²Ècæ\a8vâ\aøÂA¸ÞÓXAÀC\81\v\91\85L>\11
-\v¥}\19
-è*3¡.³\91Ë·\97\8bh\11û\ 4\88\0\8c\1ekó4G¡:×.ÞS\8cs\98c\8bî\9a\87Ç\86iÒ£¯Y\98  £\ fMÝm\91q&'ÆY¸5\0'ëmäì\ fùs¸®\ 2\aXAÐ\83ä\8f¡\ 4ÛxÐø|\r\15ìãÀM_l»}½q½nM'\fÏ\17\9fU\va§±>ö.\ 49TÙQ\13,`\90ptè\15i\ 1Þº\7f\18ì\9f{÷y}ä)ö»]ï})ì\8b\ 3hpmï\94å©fà!ãftM\ 3\9c|®Å=è\81È\82\90|k×L\9fð¥\14©PÜüý\965E\8e×>ý\81\1e\ 2uøÎ<Ñw:,óû\15¢©,)Ø`\17\1f%~|\199¥D£\ e<    ½ü­\8a\99s\8c
-\9fª\17ªtZ\ e7\86{O.qsN"4ðêÔ\b\ 2\95BçL<r\8c¤1r8bH´þ×;è\91Á!\0\86/\80VÊ2\11\89\ e\9a\0Êz\91\97§\8e:¸¥Û¤$\r
\v\14xú¢Äê\10E~½ýù\r¡Z\14ù\85Pê8        =k\893\92\ 2g\14¢H\19ßó\e \91© :íÄ\9dí\97ozJVEæ¯\a~\8e~\9d_\1fÄx\ fÆã>öª)\9cñÕÝj\80¯I¼l¸¸ý¹\ 489óp\82Ê\82ß:\ f<»í³=6f÷\86§²b@Õ\ 6¾Pò©æ\azÏÃjc\r·(8§>Îcù±ï{ëk        \1cqå2.Fï\14sp¦\eÀ\17Iw]ä\$£k¢9<Ñ\89ð6HCiøãzmw#\ 1{ÆpãD(\1f\0ߨe6a\95\18jq[@[\90KÍn\1a¥ÐÙÕWA7s\ 6"
-5ý<\1a\a\99\9c2>\aî\9b\85\92eÆkYÞ[T$}[V¢\10äS¥Öcý}Q\88ºJÈ\a\97Z\1f}\fÅÑ˼8\92@½Êk%L\82ì;\86\88\92$IÏ\ e;5/æ`}ÁÞ@*ð_Û\8f\80°ìÍr\10\eï\19&ÇxuÎÏ\12½àÏ}å\ 2+úNɾC´zéjR_·ooþ¿/\802MÞÅt6¹íyGI\ eO@\ f\95º bsµaP%\9f÷\ 3¬\17 ôåÛ\e\15Ono¤\9e²3,kªaá( V§W{/­\96¹Õæ\vpݤ=ý|\85\1f`gyzá\9e\1füEÈÔò_\ 4\bå¦\1e:ÇÜîÁ¼@\ e\1c;\e\17¯±Ü_\ 3\88t\8b\97\13\1a#Ø$ô7¦\7f\8e6U\ fb¡FµWÐ5â\16xK\8f\85\8ct7ôø\(d\80è^_Çà;»«Ãj\1aEzÅ\8eüêÃ34·\ 6÷ù²âË\ f\99PåLjÕô\v    \9bÆ1{Ûnð\1e\98Ë\97ò\84ÏÿÃ5í\a\97\10ÂQ\90¿ý\17Z\8bé.
-endstream
-endobj
-423 0 obj
-<<
-/F2 13 0 R
-/F3 17 0 R
-/F11 398 0 R
-/F12 401 0 R
-/F9 84 0 R
+/F11 406 0 R
+/F12 409 0 R
 >>
 endobj
 421 0 obj
@@ -3327,23 +3312,28 @@ endobj
 426 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2102
+/Length 2235
 >>
 stream
-xÚ¥XIwã6\12¾çWèÖt^\88\10\v·9féyYNy¾ÅóÞÀ"e"¦H\rIµ£üúÔ\ 2J Å¸åé\8b\ 4\14À\ 2ªêÃW\ 5l\12\91$\9b§\rýý{óÝý·\1fÕF&¢\94\9bûÝF\16\e©Ei6÷?ü\1e}ߨÃT\ fw±Ö**þu\17\e\93Fß÷û½í*\14êèW×ÕÜú±r\93ë\9eîb¥e!£¢¼ûÏýÏß~Ô\17Õi.Òb\13\9bR\14¤}o\87çxßWnçê*nAÓÈߨ«o`K\92·t߸\11\16,uôé.5\91\1d\9c}lëo`kI\1e½4uÇ\83c=aÃDSÏ\82ÿ^mGj#d¶IHmß]--¥0©\1fþ@\v\14ÑÖ\1eÇÚ¯ÿ[m«\96Í\ fÖ©Üxhí\9dÊ£\13\v¬ß\91\1dc\\ 2l1©È$Û\94\92vp±\e\9faZ\9eD\ f+;Õ¹Èç\9d|}í"\91ëy\9b\ fw %+#;±¶©©¹1Nvð²~ÇsÀ\91S?\9cXÈÞ§æK㶸ÿÆO#c>á\ fêÊ\8aè\11b\D5¹\1aæï{êWîA¥y]  ¶Òha\8aÐH\1f\f\1cCk\1e¹6=\a°ÌÖõ»Ýu\90r\ 1\88õÖ³\92ÇÙù ¸ªwöØNâJo,S#Ò\12þ\vQ\96\178\8e§=¸â\19ðX¹¡Þ\82\83Ü-¨ü     |jJɰ3eBp@ÁµE\0\7fcnG]ª\93hÛï\ fm=Õ\15ëìì\1ec\85Ëp¬2\8c\95) ìCí÷qÚ£\170RyÔ·0\89ÄhÚ¸Ü`å<,³D\14e\18°\8bùq
-Ð?ã @\1c ÄòßØÚ±ñ\92Ã\81±ÑU¸Y\14=Dã\11\91¦Ñ\1f \ fe%­\8dc\84Nl\0"ÒȶGßíwW^SE!\92Òû\85"Å»öò`ÛoÅ-S\18lVòp'\90Ï\f\0Ó3\98\a\vw\18\92f%\80Ez\81Üg!¹\82<¥`\17z\89¼iÛÄ\8d«ªº\8bw®}\eqáqR°\7f\99\aU&=\ fâ \ 1R\19M>GÁ
-\ fªL$ï@$.0ó j¼ð öæuÐ&Ï"¸<rCË_hØ^?Ö\9e\f\81ÛL\19\1e¥\19Ý\85\99\89æÉuÜ\7fq\13\ 1=Eè¡`Å\98$\13ZùÝ\8a\92U<Dìwßãm"\8dÒ\82\r\ f¤\91Çõ°ë\87=e¹Ëlܰ7F*\91¤a\94üÉu}\87 ¤È¢c\aêÑ<\88\19ÁߤYÔ\82\aY)HWlJ\83\0}Ö&Páü\ 2ãñph\1dÑ\ 6¬2ó¢\ 1ö=/\ra\1cüG\1dKp\88­É¤ÈóÐ\9aÀ^:#\94ó\88qcf\ 5<0g²:\1f¯ÿ\87÷U\92\v\9dß\bÊ×¼¯ßà}\95\84\87¯?N\87ã\14ïëÉÞÆóº(|yQ0\95¡`\85ç3!ßS\¨° \0\8d/®my\8deIQä\11\1dì\16*\87\91e|6hK\8d×P»§\ 6¿â\ 1ÈÛnâÈ¢Y\v\98új©ôäÙ"J\92$\1a\1a¸=5\È@\92\19Yb¹\8b\8e\8b\ fC\8dàø\93°\ 6cõ¸µ\873*`ÖXÿïXwÛ\1a@\91yÎÅ­$\væ¾æß5h¤\89ȲÏðoþ\ 6ÿJ\95
-#C\b\1cìS\1d_\8eê\8dù^çÊ;.\97\8c\ 3\10¬à Egß\f\ 4\rµs\0\ 4Pé+NX\84"\0\12\18Özèl»R֦Ȩ>SöC}µ$æ\9f\19\9aPv?û\94\8e+ '\ 6^d¶(D\1f§\\99Ò        :Ç\r\81\80\1d &Ü\1d[îR\99\99ÎÌÙ\8f£ãc\ f¢Ðՠȸ\MÓYÓäö\b\94T&3{\80ð\15{@g\1eY)\98\13%\94~ÛéÙ\99=È*\röd\8bBâ¶:r\86Æ\ 5L\83ë¦\10Mq\ 3ÅÈ_}7Ù¶=}>±#´Tæ¡¥2\9f¹³µ\93`¤(\8bw$î<\v\935¨d\8eÁÕæ(gh1eø0F<\17y\ 4çrj\a\ 6¢|\ esÇ~Àâ\94¹\ 5ê~\1d\1e\15o=!\96<\10\eØ\ae\9b<\87¢ïÐX\9f?&·\ 5<\93¸\1fªzÀêWª\v\vå¹g!lU=j|éX\1dç3\103\bÅ5¹¼·Ê˵Hò/¨ò¤Éñæ\12\0clú\97\18<\10»]l÷\8fîéØ\1fo.ô´\ 2âm=Ý+_:£ðb\ et¸Þ¯\e
-ä'×ãQÆ\vÀ\8e\87Ï\1f]\82ËÚvÇnK¡¦\9c­\99ÞTI\18\f\ 1%bHÖ®6\12ê\94wä<\8d7vÜ)D\eÍJ\96wOè.ï\1c¸(\11\1aµ|B\82VßyÑkªIäÒÒÄ\17®\9eÇr$\81ð\1a\82\ 5ϵ+\15¢°Aº,ùû\14m\ 5;-Ü\9f)ßAÛí÷uåìT\13¾QÐÁ õ£è\7fü\afxâ:\8f²r½PÚ¶7£\96©\90®K\97*j½\1a\96B¥_\82â\9c\ f(>vóëÍ­06Ê\9ca\8c\ 4\ f;Þ#>ú\ 4c£´wcðQ\18\9faÌ]çÅö\1aÃ;¸²Òg*\a\94»½kí\80\8bÒ½\98l1Á\85Ï\*l0\9fxçr\90\11\9cÿt\98%ä¡âr\e!,\11¿ÃBÌï9\97\90(X­t\94¼1\8b!¿Cñ\17\9c'\95\17ÁybÈ\9bR(\15\86åÕ    Óù|Ât1\9f0hñ      \83Á×'\fÆ\16'L\17\94' ¦æù \80S\8aÖÙÚÇ\a;Äר\9f\1cå\ 1H:\8b\bgx[ãàCó\95¶åì\91çT}÷aâæØðã\bL³,\81Ù{öê\12\es-Koip¼\982 )=\81jµd\b\1aéy ¸
-É3CÐ!\r\19\82\ 43C`\87\18\1aþ\91!V\1cB¤A7®\99\ f\ 2Ò GÙw\10Åê[h¦\85þ\12¢Pº\10rA\14\9f\1cE&\1e';\8d·\95=:õÇB\e\7f³J×\8e\85\9bà\ri\ 6}À:\17\17'\14\15௮çwk\Ìò\1f_t?\8cÜ\9b¨\10<pneEÎ\ f½zð¢Ù~ßç{4ÜÞUñÖ5Ú¿ZC\v\ 1ãcm®\8fË\ 2àËÇ+sëåI\15Jdï\vô&62\r#ûKíoÙß¹\ eß-(º\14ÑrùROç\rBzòÕß\9fÜß\11¡gø®Iô0\r}Ûú÷\8f2z¦\97æ\13Ïx\9cW\80\9edBÏ\92\99\ 3Pà&\16±O½ÔO\a^\ao\81£
-Xä£\eF?÷D\1cy¼>f]MALüËFÂÏVÝ,#WCÃG.á\8c\14\f1§ØË\a\81Ö   m\82\15¡£\98¢\91\18\81aY2¯Æ\94b»'Ü´Ñstad\a\1eâÄ\83\8dÿxÿÕßNÛ©\12
+xÚ\95X[\8fÛ¶\12~ï¯0z\1e"\ 3\15+R÷ö©Ù¦7\148ÀÙE\81\83¤@µ6m\13ÕÅ\95äݸ¿¾s!i:r6é\93(Îh8×o\86Z%"IVû\15=~\½~øú\aµ\92\89¨åêa·\92ÕJ¦¢ÎV\ fß¿\8dî\ eÍqÖã:NS\15U߬ã,Ë£»¡ë\9a~\8b\9biô«é5¯ÞlÍlúý:V©¬dTÕëß\1f~YÅp\8a\ÅY-*\92¸\19\eú¦\ 5iy\86\eÓ<\9e6óÄïï¢Ik\æÑ½Þ 'ïW"\15\8a\97oï>\14òsof^Ýyq¿\7f\ 5;U\1e\1d\9b½fZ\9d¾[\8bu\%eôßù\0\82¬\1f\98,Ùä\16\f\9aØà­î\87\99¬Ë¢§5(Ô\8c¦yl5S'=£½\13Ó½Cþ\«2Òg~y4 (ð\88Ð\17²\12\99¤³~[WêZè½\13\8aüy)ò\9a\89ÿÿë*\8d\86\13\86AE\9b\ 6=\93eQ7\80Ï«hkvgÜH#°\8d\17ã©\8fgÓiæ{\ 46PíЬU\11=\99ad9Ã\8e\99ÿ§\9bmKÑdfà=3GÓB\ ePh\ 3éÎ%í       Ýe\ 5\91CCo\86nCO\15edz|VÁyiQG§\89\ e@\ 2\1e\0\82¾þ!\r²2WB\96 \e\85\82ç\99!H[%\85¬-}ã\13\14¤=\9bùà\8e$Õqa(_ðÜw*/[\rY\91guôàèÓ¹G'ÍÍ{\ e\9c,S\91\16a(ÌÄ\11\9eLwlõ7\v\85U%J\8c].ÊêZé:`RÂéüäÓ È$¼\81[\176ƹ\14\85\15ZÒW?éQC\9a§I\1eí0\9eª®#ý¾A\95h» =U]E\87\ 1\r\972\9a\afÝ`\90\ fM\8f\ 5\82L»qè\98B\9eÂÅVï\9aS;3ýM×l¦¸5\7f¢,Ͳx}æ\17\9bïVÆ\10æ\ 3»í4Ý\88m%ªÌ¹Á,¬\ 6k\13ç¥Ö£\8dvh\83/6àÓ2\fq\8e\99øA\18â\åN@Ü\r[Í;7Î\8e\830\96®dÓ dá¥o:JíÊ\81@\15\96\ 6\86¡\ 6Ç\ 3ÜhËt<\8eÃ\11\14#ðZãH£Þ\fûÞü­­\18ÌÝá4;â¾\19·K\97b0É        Í¤\85'{\83\1fnT\93\82l\96Ö¥\182\16\10ÿ¶°?S"W\1fVU&s\bÄD\80\r\ 3YD\9bÓ8ê\1eS
+±Xf!¢\0\1fø$»x\ eéÖsø­\17\9cÅÌ"\17U\1aBʽ¶)àÛ\ 3¾dØ\1cpñöu3\1d\18\93_\9fL\v1¦N\80\ 4¸Jë\e\9eú\8eiûQ73/·\1a\e\f®\10$Qä\ 5Q     Þ       x       QK\8b¨\bâÆö\84Ky]\0\1eCÊT\ 6#\90²\eÚv@Ög\9fÐW°)\16ñKÂ&ò¨Û6\9eæs»\ 4\fl Uè;è\8e\14\9fqhÑñЦ\9f\ fh,® Õ\1fÙ\9e\9eh
+\93¶gZ\10IÜG\19Ð}\80w¶b0       ñiÛ\ 40qZàB\8f\9d\89\97yËÍ;©\9c\17Û\16\0HþyÇûTªYR³pØøcá\88\1a\12ÙAG?ôK\ f\ 4\bû
\ 1ÀªÀ\16\90Ýë'jØØ\fa.\18¹£Ó©dÀ§õ«\1cÐÅR\16Be¡\8dK\8dS\91¤\1eë&óx#j\19\8c      U 4¶©°Y*DQj¦2jxÃ\89¢\17¯/¿\9a\1d?\a÷µñßâ\1c°Î¡úL\8b\99\86]P±}ÈGöáÂÙ\97\81]W³Ò\8bæ5§í§Íâ\970óY\10\91®ß¼[c´Òä
+C@åyÖÝ\91\91Ç&\9dôI'\93\8b\18J:ȰWÓBu\8eL\10Ôeϰes)1ÀÈx\9eÏñtÔ\eÓ´ñæÐ\8cÓ§Ë\8d2\ 5Ð\9f3Å6^|.\1d\a\ 3rá2\19\8a\ 4¥Èò 'ò´\f]\ 3g\ 4®ñ\a\15\16Ýiç`\197\ 3Ï6\80\ 1¸\91#L\15Pýc³\ 1¯Y\7f\15\12\9bnØe\10\15¹/ÕÑtäQ\12\9e\r\8ciåæ,Øäaxì5\ 6\82I60ü¶\1d\8d/?¢\ eü\1d\b0#/½\95\v\0Ñ\7f\9d\8cm\17Ú\82ÑËÁômL÷sü¨÷¦\7f)\84¹o\9fqªd\ 4·
+\86g\95°\9a°\a½E\8f3¯©g(\9b\82¸a3\fNéý\87ÔF\80æ\99lM+iÁÖIXt첸ä\a\1fË\90\1a[J ²µpYx©(\17Í\1c»\8d\9beõ{½9A\90\ 5Ï÷l:t*?\ 3ÚÖ\94Q\83ö½n¡kR!\fòA_þçËe2\97B:\ 4¸\11±T\15¨èUÈ` Å^\1f\9b}?\8c:ÆYçÓ±# K\12\vd\89\8d["o\95\1f\.åËåW\84\90\9c\84}\ 4EÛÖ9Â\18ÞM¼ÅW\v\1crøÔ®\99y"ð\132G\0H\17\v9¨y&\8aòêºaÇ\9cæ2ëÅ\98\ 6ý\ 4\93\1dÇ1\1e;\98~@Ì¿\f!m/½¢\0«s\8fJ»Ý\8b\91|u+\940]¥·#ù×I\8fçØ\0hM\9fY\85ª*#\82®S\87Õn¯³#\13°²ðÉq\18\ f\15\80ÊåÐ\89yf\9ay\90´Õ\8cGÚR¸\b\95\83\82^;.±\87|¦àj<1Äm}\11Ó\8f\ 5¢Ù"W4,3\9dë_\85Z\9a\16"¨­¸   ÆývËk\8b\1füáÖLÇ\96\1aö\19m·5\9ap\8a[@Y\¾iÖ[8«ÎØY\80ü\fã\17ga3¸r\16ð\1aû¤±\98\ 5àÌ\8f?\1fp\e\96ÁgÕW\9cÓ\1f\aîg\83³\89ª\13r\1f,¤»oJv7Ѽ/q{°\9bý0ó\ 6ó\ 3\97\99\ e\14½ZÚkm\ 2Ó\90~öb»où~< 0à\ 6õ\96\ 3]`\v{\15\a\0ïõv\13ãÇ\1eW)¤"\19\fÛ×\17\1aU\14QG\ eÇ`#Ý\a\10_\b\83P0)YÐüLï\86'r½'S\8b"¨Î\85\9e>\ 6\1c\ 3º\9c\8c\äÐ\10Ý}Å]
+\13Áÿì\1eÜe#\0\82\f\fëÌì{À¢úU)R÷ÏE&ÉÍê/_ÀñD     y\8dãý\136®NÏÍç¡·Êì\18\8a\vò\1c<o ·¼Üg?cxRE8W¢H\9b\91øW\8doHOTe£=Ù^äÜ\84\ 4{Ò^äH¯\83\95¢Íþ@Á<0Ë£\99/&0®+Q\16\1f\15`pcµ®\ 2÷ÃeÂak3m\f0\ 2V/o8à7Ëå\7f\14æ\15È\ 6ÝoP5º©òtF\14\98d\8eGû«ÖþÏC\1d\82ÕO\9dúØt°M!ÇqÔØÔÞûo\9dÚ0[W¢.xàJñB\1dK0\95Ã~ Ûß<¬\12È\83ç\95L\v\91@s+\144\97|ÕÑ¿=\9c`ìF»º§\7fÒ\90:¥¨K
+ ÿ¤\14\19ÿ\87ys\7f÷1±5f](\966¼Ø\8bªôS1c±   \8b]ú·\14E\8a\7fnm
+\87\99\80@W%AÊ ÂÚ¿R%Íq\1d®8sñ\89Ý»\84A\0ò?v¾¤Ö\ 1´Ë\7fãò\12\ f\ 4\90Ë©ôº\9c?Ò׳\eõ"\13)Tþ\99\ 5\9f¿ø\a\ 2>RÊ
 endstream
 endobj
 427 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F4 26 0 R
+/F9 84 0 R
+/F8 61 0 R
+/F11 406 0 R
+/F12 409 0 R
 >>
 endobj
 425 0 obj
@@ -3355,36 +3345,32 @@ endobj
 430 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2469
+/Length 2280
 >>
 stream
-xÚÅYOsÛ¶\12¿¿O¡ñåQ3&J\90\0AæÐ\998±ßô5I3¶3=Ä\9d)-Q6_(Ò%¥Úî¡\9fýí\ 2\v\12\14hÅ·^,\0Ä.\16û÷·ð"bQ´¸[è\9fÿ,ή\7f¸\88\17<b9_\o\16<[ð\84åbqýþk\90GË0ÎâL\ 6gE\7f¿\f\93$  .ËMÙ\95ͪĩ\b>\16Í2VÁ¾¨\97¿]ÿw!\15\93Ù"\149Ë4\87¾\íª¶éas\9e\ 4«VoÞ\15Uc\16vÅm]ÒÇv\83¿"ØÝ\97v÷v[4k³Ú\14Ûòt\19\8a\eD°.7žÞ\99Ýß\96q\1a\94Ï·U³®\9a;½U\ 5\15ñ4B>/³$8ÕrF\8b\10®ÉÍ5Í!p·Âüô÷m·3ÃuÙ¯ºê\ 1ï`î«¥\84\ f\8f÷\ 5m1âÀ§Q^$lQuAÙ³á¼Ô\9e÷\8bÑ\1e\bý\8cB·{ºAÓ¢\94\8f¤\1a{K¼¹\19\1dhh8Q_6\ fújûP?\9b/\ fu±²T\réÀüÔUC\1fªæ\80]ÕT;_;7±T5îHsÚ
-\ 3\12
-FZ¨á\93\8aÐ\10
-\f\81«\19^P\99\vÂä±ÒN\ 4{v­!Bk\1dp\1eµ¨÷\9dâ ÓÂë\8fuÛØ%\87´qÅ\96ZlÃPFVTÉ\8d¨°B\9f¸=\8b\81þò4¸~\ 5Åx9X]\15\8d\19Ü\1a[\9b-åÓCWö}¹6ß´\96ay]\81"S\f\1d\1d\ 2¾À\8f¸^,\81Ñs\8fWLbð¾\aÃYû´q,ë\88£\ 3\8e:\86       ZËúà¶íi\v\t\ 3>\8dÑ6ñÇD\9fü\93v\ 4\19\14ëuE\9e\ e3m#øuÂPjÕ t\82ó +\8bµõ& ®kã¾½\99\93¦zò1b6jj\98´{ËÜnÒ\9e\9a\ 6ý®Ã[ÏXÖÞ¼êé·éËnW®mh\96¤#
-ÍÄ1\9bC5\9a        õ\ 6§ÂI?\\881\17Æ\91d"\85ÃñÔm±êZ³ÅI\97qÎR»ãfit\eÆ\89d<v#\1e]K\93&\ e)¤Ù\84H)\ e@\8eðÁ;C$h(³q0\86PèR=ĹÎl½Y¹\1cL"T\1clöÍÊØ\13gÚtf\eq\88\ 3Ê\96½\99U´³0×H\15\8bR7\13\80\vmQõ"\92d\ 4\11¥&
-pð°§\95uÕAÚÇT\84
-I\ em\8btv3æ\9aª¨«¿
-\92\10ÖL¦\81hLÓ8¸*K³zU®Æ-\82ÅfðUW$Ï7ÎöU½\ 3wøí\94l\Ü\91\v$9ó\f\8c¤9\9a
-IÉGtð{&\88\19çd\827\1e\eŲ\8c>Z\95\87³lTÌ\84eÓv\1e\1f¸Fâ¹Û"T\19\83ªì\ò¨¤\92IËC;:\97\14\ 6\ÚÄÆS\93ظ       5\98\8eñ\ 1k=&\1d\98Öµ\ e\ eÜ\8d\96ÅO:\99ÁÂysWC2ÇÄ\99dÁÅ2\8bñ>ðI@ú+ \f\95o<\7fÇpP©\9bw޵ͮkëpÿf\19ÊX\ 4û¦ú³ìú¢\ e\8bîn¿-\9b\99,ù±Ü\15áåþ\16D"ªÛbõí±èÖá·ª®ÃǶ[ûTö¤\96hN~Ä_\89\17\ 3¯=ñ´\by\89e\87)RÄ\94QpPPòBÅý¹49\r×éú§\86\18\17¤\89­\9b¼\v÷~*á,s\f\87ÌÜ\ 4©Oo\ f¤\18"üPÙ<\16,±ìF½R~\929æ5G?®¾\ fÝ)³\1eëßI1eÏø\18¾?ÿà\91\ 4çR|\9aõq®/e½\14\aG.\95\8c\916oö)\96\8d\12\16)Wú\ 5¸hÂÒ|r÷fí],\8eY,\ 6[µ³¶\12\13\ 3c)2V\16tûÆ\fÈj\8ab[¯9`\ 1§:Í!­Ù
-ÄÕݽÁ\v\9e\84\ 5\84-X4I
-}µ.m)s+ä)\95ÂÖ-\95\aÈuW>ÑÒï¾Ò%gy\8eÝ\ 2×çüH0DGÎ\­RPù\86Ýÿ¶§.I#\bk\86²\8c¥j¨\9a<\97Lq7èÞ\9a\92¡ëÇ~\8bAvk2Sg>`\12ÃZÐ?o\97d\0\0Buµ¢Â´Ô\1aë\8aÕÎRØ\1a\88\85¨£ú\ 2µª½kª¿´\r`þx_Õ¥Ùóе¡\9fLV`0\rÇb\89FEûCD\8d9\14\97©°\9a/ý3µ=O~íà\12\-'W\9a\v!pE©¦\11è\90CxÚø:¿z7ç§CEù\1eñÛÏç¾9\9d,r\94þÃÅû9ÉãWIþéüW\9b\99²\14i\1cÌñá§O¾XqzìZé\bÉ.ϯ}b¨²É1b5\12\7f¹üäëD¡\9b¾\86\1e=öËÙ/_|\19\ 4\94ôô5<®>cÏú\169½óõ\08SÉ×èáêó÷|Ãô¿6\15º \18Ð\8d\95æZ\vs6géa\ fó\v\7f\82n\14\e¬e"ûdÆ\1d oD.¼éË?<V       g±ÝæWm\87Ç?\ 1ÒTâ:îá-\³\89\11ùÛ¶\10¡\9a\88\82M×n}ÝdL\88Q9Ù\11ì\97Y\ 5\14\94\r1wZ|\92$¹Ap"²%Bpj³èüuÙ´;Ók¬ ÍeCñÉ\ 1EóIõÜUÝ\ß\ f×ÞÓ#\91²\8d²r\eeèÛ{jnW¨\ 2U®u_\9fÃ\1eýT£·à3\86\91FEã\13\ 1=õÌ\9dTͼ\ 4¬Ûý­~À\88\93à\8f}»Ã7\19¨\9f<¸j­\123\174@Â%%Þ5û¹ôaÓõ9Ø¿7|¡ÑF©Í1±£\v\98\94ýª «Òn£\ f\ 2xJë\ 3áoot\0¸´èIß\90é\84{\97ªqu\ 1­Ü¦µ}÷ §\ 1\82\86I\ 6*רÝ%\19õ^Ôd\9fi¥Ä%ª\948,:"\ 4×ð\9f\87ÆòéGþ\88¢ÍÞ\93\9b\e@¾'¯\82û\ eÅ\13þé,YW\86øò\10b\a\19n°V{\16\aªò+ç\7f[\92\93\8b¡\13FÔÿ3Z\ 6\aü(ò\17\ 3òW\11=P©(;DþÚ|*RG\90?\1aQ\1dCþbp)\ 4\13xZq§ßHñ<\17WjAÚ\ 3\81^ÄË!b·dRNçu~\80\9a³\11\91Ü\ 4ÿÛã#\92\80À,\109\81GU47\ f\99\98·\ 3\92
-\a\18Ó\9d\ 6\97¼Y\82SJè\1f\7f÷\95\94Cj\97\83\92\9e\b\ fä9\93\93\0\0Gð%VØ G\16p
-\19\eP\ e¿\13P\ es\rÊ%AP\1c¼Ül@ï\92ÙD?ës\13\19\121VS\91ÙW\168\83nËù"cyJ}\11¶UÌ\18żc\9c\85Ç\85à`\0hÏ$çLå\8b-\80jÁ²dX¨\17WúÕ\9eÇPÔr¥3ÿ@\92!8qàà\fÛ8b\89\9a\85\81í(&îH\12Ã61l+\83\8c\ fE\86
-/¤+²H1\8c\8eH<P\f\12\7f}\81'\88'\1d\96z:',|\a¿\9d
-;ô|<q½è@|\9e¤Ø(b®À\7f}l\17\\80J\86ù\8cø\ 3\ 5 \12ð\12äÉ_à  ¶\96\ eK=\9d\11\1fK«Ê\rG\91\8eºN=aEÎòØ\15V
-¼×1i-ÉËÒ\ e;HZËóEq%ôÑÂ\17×s\r\9eBK8Ñm\9a3\91{⺡gIFqÿ~\81©\15×ò|QÜ\14\81¸\1e.c2ÇÞULZWz-\9e<Vcóì5ÔÎ{óÑ\86\1a\fm\13ÝX\97pïÏæ\85Z\18ãLA©Dñ)Å1ëÖ1Ö\15ç Óü\a\ 3ÀÑ\14\15\1cB\9cT\aÈq\88\93\1cb\9ct\8a\ 1Ö\10~Q\ 3\12£í\ 66àÀ`P £ª.\b\8aIûL\8f\84ÄfUm\9eí\8b\7f\98ë'\18ÿÕÓ<!\fg½ñ*ÉäQ\17\91\83ß'è\7f\a\9bwmm8?t%\96®'\8foHÿÛt\99\7f<Î|[î\8aá\7f\rßç\9a\10×ò(Ó\82¼Å\81\95ôO\9e     \8a{\8dø77GOº-4Ëo}mßÚϯÿõ\7fßV\8cV
+xÚ¥YKoã8\12¾ï¯Ð­e bK|H"æ4ÓÛ½Ø\ 1\16\vl\ 2ìa2À*6\1d\v­\87G\92ãöüú­b\91\96l)\89\839±H\91Åbñ«\17\15Ä,\8e\83çÀ6ÿ\b~yøü\8d\aIÌt\12<l\83$\ f\12Á´\f\1eþþ[¨ãUÄs\9e«ð\97¢ß­"!Dø\1f³5\9d\ 6»2üWѬx\16\1e\8ajõûï\9f¿\89\91\95Ê\98Ê\83Hj\96[n\9b²/\9e*\13­Ûz_\99¡l\eZÂgK@\82\84$øçv\15É\98\87½\19\88\18Zjÿ7ÛN¦LÉ ¶Ëþ=g\9d$L*÷ùÓ\1d0I4\9c¥ØTec\88屬*¢ÊfW>\95nÇã\8a§aÛm°\97\84£ðl\15¥*\ e¿\\9c&\88à\b\11\94Ýl\8dúÙ\15\1eL×£B\95Û\8açiø\84Mh¨S6½é\ 6³ñ=\\89\aÆ%ÃÎM"\81\91*z7qK-L9\11µ+6#û,4¦¡n]ì÷´áÆJ\eO\ 5\85\9d®u
+\1f\85pJëMµ\8d\99rS\8e\87¦y \17)eø°3\ 4\98\8dÙ\16\87j NÙ\13læ×\97Ç\88:bÑn·óûË\18`ÓÝ\1f\9b-\8f¸à,æÐ&v\ 4f\99M9\94ÍsT·\eó\16Òèô(ï5SÎ\19çnÏ7¹e\1c\ 1K\13_VJ\85EW"Öá°\89\ 4ÌÐMvmÕÓÈqW®\11V;ê\8e*\82\8e\85ºH\14h\81Úï8\13oV$"|*\9bMDHÓ\92\89tj, \1e""SVÍ<\93á¡7\e¼\ f\ e\16|¢On¯;\84A6±\0\9cÞ\ fE78\16\87½cÕPûµ.Ö\8e«S\ 5\8d×\16\9fÀön\8e¨ã\ e\\ 5Ê­       ¾H|GU\98S\ fÚ Òª$\a\8d¹        uÛ\ fDõe]VEç\18´ÔZ9,Æb¸3\8b'\18\ 5¥Ë©Òóp]4s\81ÎÖ\86X$E\ 3aY\ 3(M  Rv46\ah¦Y\92z0Xe\£\80ç,õÖò\89Ø´¯²ã\82Å\9eÝKù¶»Z\80{¢Á­æ\17po¬wýnNûbó>Þÿ»³NA¥¤\a\ e µ®\ 6\ 6æÂ\82}§^Øö}ßʳd\8a,`é\1c\1e\9dhÈïFr»1ëäÐ~öûª\\17Ö­Ú/\ e6îhA\94I\96$Sð\1fé<\1a¼7\1eG'd\ 4Ð_\17UEf \92ð¾­\r\ 1\83¦vs\1ac½.PÃί³\ 2Âij\80ö«#\8a®kQ¤#Íñ¨fsÌ}Ô\11f\0\8cì/8ÂDf,\17\17Èø±/Àk\feu\8b\90+|È\15±3\8få\90+\18×·ÃBÄyHBX¾V¬ÞÞ0²·\1a\81á=\85¬nÛv5^
+\8eÑå"5Â
\14\ 3\á~è]è\95,\93\17þ\a\86n!øeè\96R}øf\92\14r&õ¡«\ 1\8cq\81-S|T0wv\87\84U0Hº `9:\89[\14\fÎ\8d\1c\96²\1fZ46쬽\97¦îYo\17ûï«bí&P\96к\14\ 4ÇÀ&½¸´C\16öEm\9cæ\15SÉTó\15íç-X¤iè[SPF\84=5\912õ©\rR\9d\19ºÒ¼ØÈ·¡\99GðÎs/
+*\10\1e\82ûμ\94í¡\8f<Ók}iÅÎÚìæ\96#âô*wkÌ\8fáUniβä\9côÌí\90§h\1d\13;ܵ]ùgÛ\fE\15õkH\ 6ª\9bS\13\8bI-®Ã\9cun\r}\1aC\9bö9\84\ví9´ée`k¦²·q\96N\ 2\9bv\81M/\ 66\9b\96Ül$QÊexo\ 6Ê(\90e9\90\9c^öÅPü^8\1aŵ\0\85Ô\89¥z\1a/j\ 3Î\87\92 a\87Ð&Ê8\ 2.\9e¨v{õ        Aê\16ºì\9ar!ècbDÙ{vNñÁLì]\13í `­
+ÂÒi\1e\99\87°\81ÅÀÜÞ5\f\ 1#\9bÉ#íL\ 5f8ß(s\97ÿÛÅ\9d[RµÍ³½wi\8f9N$âXn\86\1d\91\94\99P´3Fv\8d\19!\ 4N*0\94S\ fXg\a!Û)ÂÚú¹t\91x\14\1c\91æús \8dç°\19ª¦\f5¿ÈPµ¢x<\13è*É>»í\85¬n¡ÔP\8cç\7f%Âb\1c\90SË.\9býa\88j3\14·\95´Búø*)ÏÀvÑý«ü\ 3î\1fÊ®I|\94¾¤EÊ'1\96.\9fwö~"[ä
+\99Ð\ 1èë#\19àÅê¦uCëÊ\14\9dóù)\8bÅEý\88¨\92B\8düwØ\97!\95Ò\82j lÏ3¯kc\9cí'wp\92þq\85¥z\1aCï¹è6\95é{ú\8a¸Ãöhm×3\9d×´¦«Ë¦Àº^@8ª\8a²¶\f´Û\86ê\ 4\aW\e·Ý\0\88ÌÒ\98\12\ 4üvN\10°CN¸:Øo\99\ 5\1e2\ð\84iÊdò\ 1W\98)íëP@W.\98º\8cF.Þ^n¢Yì\ 3 \ 20ÚVÅó\1c\85j,^¼¥\14Î`N\r\9ak\1a\9e\93¶¾h¡T\18mhjn\8b)gr\95r\96=àd½\8b\9cþ!~öï[\86U·JÁéAðGW\824^4¶×PÁ1rÜvÅ®=T\e7êötÌð~±-\ep;µñ¾wÁÉ¡È.5Á
+\ 6\13\8e\16­\82g`­\87§ÞüqpË«\13M1?Ìúàka_\1d\0AŽ\13\96¦ÚÇ\1aøT¸\19m]CR>\97â\11ä@d\81K¾7kJ\9f°\93\14\91¿Ý\93¤\98ã5Ï¿£\85@!¾/\9eí:\1dæùã
\94çô~&µ»J\|é9¥D¥ö4     ­üµ\92\99b\8c
+\9fË\17[ê4än
+\1a=\9bÄÝ\18\87«[³\10\80º-g:¥Ä#EO\1a3\ 2\80Íï\82¯\ f\18@\86Ï «T\823\1dÔ\ 1Tõ,Í}¿
+îíÛeÂ\83\8cé\f¹\9dçkD#2üzÿe\99%\0VfS\9e4pf:\8a\883\92\8c¸Jâ:¯Ö3&T\10ùc¸{ýüMO\13Õñ%íKôëüí`òüåý®\9aB\19»îI#âBâKÃÅÓÏ%¸­!÷g\98,ج³¾Ñd¿\9bS]ì_±R\12\fÒ´\9e^\93|\98ùdûiXnLA\94uÌÜûx,=\ e]g|\1d\81_\­\8c\9bÙ¾õ78Ó}À\8e´\ f]Ö°,\8f\8eæÐD\ 3§ \ruáÏëµÙ\ f\16Ô³ì6N\98òÎï\95S\8aIF\89n\16\8f\85/¬Ý\9c\1dT\99ZÜü\ et7Ï>X¦¦Ë£~\80s@p\9bñÉãÑiß-\94+\93\9cVMø½\96\86ð×y%
+1>\15j=T?\16\99¨\9b\98¼ó¢õÞb(\8c\85\91\84´+¿\95ÃÄÁ¾¡\88(I\12>\1aìÅ\832Ä_}Q\87\ 1×WÞ¿\15 L¼Z
+"ñ\96bR|Ê\1ac³D+øãP:§\8a\93\93ídKoôø.©o;·WÿO\v äÉ\9b\98\16\93§\9e7\84\ 4©¡RS÷´ükA%\1f·\ 3¬\15 ì¥§\e\15O\9e\9effXÒ\94ýÂU\80«æ7[¯ÝM¸Ýæ\ePͤ}êy\85\1fÈÌR~a\9eïüB\10\17\ 2¸ò¢ê[\97µ=\82z!1p\99Ù°ø\86å~\19\80§c.þýíÿ·¯'\9a
 endstream
 endobj
 431 0 obj
 <<
 /F2 13 0 R
-/F4 26 0 R
 /F3 17 0 R
+/F11 406 0 R
+/F12 409 0 R
 /F9 84 0 R
-/F8 61 0 R
-/F11 398 0 R
-/F12 401 0 R
 >>
 endobj
 429 0 obj
@@ -3396,33 +3382,27 @@ endobj
 434 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2242
+/Length 2001
 >>
 stream
-xÚ\95\8fã¶\11\7fï_a\ 4\ 1V\ 6b\9eDR\12\95"/¹Þ5   úÔn\91\87º@¸\12½VW\96|\92|»Û¿¾óAÊòÉçÛê\85\14\87\1c\ e\87óñ\e®b\11Ç«Ç\155\7f]ý|ÿî£\%±(\92Õýn\95\98U¢D¡W÷\7fùWô~o\8f£ë×\e¥dd~\o´N£÷Ýá`Û
-\aUô·ºuÜûPÕcÝ>®7R%&\89\8adýïûßÞ},άÓ\¤fµÑ\850Ä}»å)j6Eär\15\13õ;&&ÉÊ\88"#b"L\ 6b³l{¤¯>ÜÓÀ3\b\9d\898_m$ÌV«Ã*Ñ\89È\8bð߬þA\a\9dm\15\16¨\14¹N;.9*\10\90~\ 3¿\99tH\97\ 5ñÓ̯æ\13Ì\94«H\ 1á\ 4?°â,7Uwzh¼.?\9dºÑ\8eu×â¯\8e\ e\7fZhs\93\15´_\ 2Mîõy·Ô\19éü\e:ÓFÈ\ 4\8f¨\8cÐ2üOg\94«\\14ù\gi*\12E\1cï®sL3\91ç3\8eü\7fMk N8Ï&Õ"W_×Zñ\85Ö$kMG\ 3\98Ü\k¾ÛõL¶G°G\13uÃØwǽ#a7Y*
-9Wܯ¨ç\18xVhäõXEcç[^÷î£9\8bdr¡µ7ÔÇö´\10Y*\91å\9eþá`Ë\817\18Ƶ̢W\128N"7\94^@Ç[\rîÓɵ¥\eð\90qA\87¤á²#\87£þÈ\9dnÇí\83-×2\8f\9e\86Æ\ e|¿\9b$I\ 4èx\ 3\8e\9c¤$CØ)\87\1e\1e\82õÁàçu\9aF¶n,Xà\8f\v§\8c/\8dÌ.Në\8d\8cè¶qýȬ·Ñ\ 3\1f®i¶ë\ 5×\8d\ f\a\ f7YO'=ÚÒ½\89_u\93\1a7Þf\14\ 2Õî&£]×\1føÈ;çª7IÖÞdغç\ 6\ 3ë[8õ79\95¶ïkûèÝ¢wã©oßÄv¼Évßõõ\7fÁQà:FÛ°G\8eöáMºü|\93ógä    &T\97\9b_$\93âj2iÛ+
-çtBtôq\88ì`«õã\9eNµy¨G\1e"£ÛÛÞ\96\9c
-ó<zÞw\ 3-(¼ë4'¿\9eÜ
\89aG.P²\96\93<z\163ÒB\14Å\r\81¥\14Ê\93·Q×ú\r L\91ÓK#9\1fLN?î{ç/¾ª\1fëqx£\17¾,4       ñD§~ë_~Y\b¦3L\a3Mj\95xMfA\93ZÅ_j\12gyMj¸ç\99&\91\82\9aÄÖ3\94ÑÞ½ØÊ\95õ\ 1U\89\14X ¯«RűPÙ×\ 5Þø      ¤,}¡Ñ)y@àGñ\9f×\92.Q±\ 4\1c<çê¼bã¿ï\1dä\10\9dÄ\91c\17q=!#\r!\9d\8f\ 3¤Ñ½\8cÜÃH®\93\ 4£=þBºè;H\0Z\16Sz£i=·\ 1\12Jy\83_\87[\9d\86\91÷y\by\ 5\ 1Â\12ïÊÖ\12Ï\8f\15x\e¦N©R\94\ 2\e\92\82»\95ÛÊ4o)5
-d#£\7f¶´sÅ\13ø(RetiÄd\18N\87\89ìùL"áL¿ÍîÔ\96\9crñ¯µ\açwøµ\9d\v\9a\9emKÂÍLÂiÏ\94½¬z]\e\89\0A¦2LÖ_$HZ?K¼\ 3Oª`¨¯½\84\15\8fÙÀ\9b2d\10\1dRfï9»\97#\0aW  ¾\8c\9f\17\99øBúçº!Ã5\ 1¨`×¶\84\bð'\8f:\90\99ü¢XºJ\ e×Ä$ï\10&h\81Æà\ 6Ðd2HìmÙ\9c*¶7 ü±pyY\14\97([^DÍàËwAÆ\8a;K^
-NWL³¯°
-\ 1ø\ et\94gqôqmÈÁÈq\94Ö"¾Ä)/öpl\1c^a\11®\10®t×5MGÞÈ\15\ 6Ô\17\ fhµü#½j¥AËx¢\ 4Â\93þXF²Â\b\13\90ÛûÍËR;±0I\88²Ûoh\a÷®Û\81\10\ fö-\v\11¼\16\87\96:Ëós\18ÿö\ 6 Þ;\86Ñ\8eÿ&\9d @Xb5\80x\85È\10Ýf\88áé\8a·[8è\16¾ï \82Ke\8a#ðãk\ 5,÷â\82Ö\9aL(\83,ðRq©\11JHX\93I¨úZ\ 6Ç\9cÈRpPN\90X\10\80¯Oå8,N\93h,%á2\85ftÿwg«\86kF\ 3Ù\12/ûà\83$fN\93\13æ\ 5ÒÎ\96uS\8fÞ;\90\a@¨½_Ùr;\1cë\9eä0\86\ 1»    ¹\17\85Ì4p8\ 2\ f\8fñq\17g\ 1\11¹Áãf\96ö\1c\19      cϳù{n\8e½;ö>³»a \84\ 1ÃÏûºD\81÷\8c\12,\19\85\81ÿÙ2_y®·_\ f\17¸\9e\86\ e'A\80l\\vÂ\b\0þñ<\91Î\88˧²\ 1Åá\9f\1eq¨ó\8c,\9f)þÂÁø$\90ËàЧfätFÇÄ\84ç\86qÀ`¦ut\ f¡Èù"ª÷\89\9d|j<Ú~p}H\86½\83\18ÎÀm`î\98pÄÒ8½4\10\7fX\9aïëëÀ:\84\94ûý\12\ 3\ 3
-J\83\87\[\ f\ e\\84¨S\ 6Ë\c¬¹¼\10-çw\0TR­æ\8cB\11\ 4\7f\ e\09ü°¥$ª4į֯Ø{\9a\vo\1fH=ød\84QLé,Ô\8fPV+DQóËpý¡&ãÔI\1e®\94#w\92\93\ e\7fà Î©ß\ 4ð\0¦u<6\98³É\90\91r\1a¦uÁÅà"³Â\90\ ei<\0\ eã\ 1G\1eØ\19ºø%.\80ù®­|\9dHÚQ*\18\10äP~\ 2\9aYO àæ\7ffZëW]¤³PyöSUòé\ 46TÍ7Â\ 2µkl¨çëQÜ.K\ f]ånÖ\15WM)AÄ\16O\f~Z>=@!-/ª< ¨\fO\8cíx\85gªD\9aß0O\10yz\19¸ð\1cdÉõ\ 3\8cØh\93ηxGÔ{Þ;\ 6
-ø3\ 5T\8e`2\15\99\9eÛ\18\15$RaÀ\\1c\1fì1\88âè\91bq|\89lxF×/\18À.2\90?×W\83\7f>©×;\ 5\85\97\ 4®#\b\17\b\8c\8aRÎÂ\1aPX\a^xjÁ\9fÿ3\ 1F\1cx®Ç=÷&/3
-\13üL\ 3WP\8b\88C\ 4áç\14°°'÷z\0L¸0¡T$ù9\1fã«MÉï\9fôDcÐ*øm\apÀhÛÒùq~=\92á½æ"ØÐlnÇ«\11N\8b$\9b_Ìæ\â\85ª\85Ï\86[V¶_¾shs\861\98\®À\9côr\8brl^\16l²XÈ0í\89 0j  m4\aÇo\9bWì¥Q½ãö\9cÝità\16\84ìýÓ0®:\8dÁVÁ\15Ôe!²41yÆC_µÑID²²\9c¬l\91{\92X¢gÎÊ4\f¿ÿ\7fÌ\90\98Ãâ\89ÁÕ\98aÒË\98Q¤g3\97\85\9eUB@ñ®^x\8c\a#\fá\9d\1fôIb3ø\a¼²Ær¬dê\84)\88-\98\987\15\bC&»Ôí#¾*bi\15àÂ\9enRù\8d±E\ 6Øó©AÍ7P Øô>É\93à*\8f§Ñ/\r^\dçÅAö»aY\ eÍ*?\80\97~\eB\1f2æ¤\85ãÏ8Þõ¨ ,\89Âì1\90ûð\Ãô¡®<\81Bô|æ\95:\bìoB\12?Ý,^\98\ 5Ù3ò\84HLW\ 6}ûhÑñý+ø\9fþ\a\eÎp±
+xÚ¥YKsä¸\r¾çWômäTÄ\15_zä\98Ín*©\9cR¾­S\15NKm1£GGR\8fãüúàAµ$·ÖÓÞ¹¸IP\ 2      àÃ\aP>$"I\ eÏ\aúùËáO\8f?ü¬\ e2\11\85<<\9e\ e2?H-
+sxüó/Ñ\8fµ;OÕð\10k­¢ü\8f\ f±16ú±o[×\95(ÔÑß}Wñè§ÒO¾{~\88\95\96¹\8c
+ùðÏÇ¿ýð³^TÛLØü\10\9bB䤽uÃ\97¸ôCu\9cúÁW#¿ n^\80óH>Ï_Op\ 4YDc5ñ`êù÷_7\9b\99LÈCBoõÝ\8df)\85±aùÓ\1fЮ$:öí¹©¦ªd\95óÁ^yÚ¹\16NHÃÚ=¨4úú ò¨BI\1e¹p¬Æ\8d5\ fÝù\f\9e\80\aº²*\ 5î\7f\88m.¬es,íüX\aß\95ÕÉ]\9a\89'~Ä_³cS¦E\92½oT:\e%nÞ\8e¥QBJøÍEQ,\11hûÒ\9f|UÆ\rÄòݠ̧¦\13\16\1a\`Mä\ 6ï>7\15:1É¢\97ºêx\91\vC1BÁ­=R\e\ fD)É££»\8cUØÿ\1f\95+\e\ 6àj\9fÒ\8fç\ 6B\94E¯,páDn\8c9\10ÒX\91Ê5°\0ä~ü\ 2\8feIô´sR\9d\89l>Éïo]$2=\1fóé\ 1´¤\0\80\89µM\14c\18\8c\93\e\82¬?ñ3àH\ 6\18
+Ùû4|©ý\11Ï_\87ÇÈ\98¯ø\au¥yô\99±E®\86çÛ\9eæ¥\7fR6»ÂÍhaö\ 2§·\81ãä\9eWv@\aé:[×\9fN·A\82DËgëYÉçÙù 8@{\ f\8eÖ\b[ÜÀq|mÁ\15_\0\8fwR\83]¨¡\90\81\1a\8a\84©\ 1\ 4;ÔP\bcîG\9dÕ[n\0\9d3\19\14s¬R\8c\95É!ìC\15ÎñÚ¢\170RYÔ7ð\10\89Ñ´q{ÀÒ\a\89È\8bµM\8bù±\ 5è_q@¼\83\12Ç?\81wH²æ\1d\16=Eã\ 5\8eamôoÐ\872æM\#tâ\0\10a#×\´?ÝxMå¹H\8aà\17\8a\14\9f:ÈWÉô^ÜR\85Áf%O\ f\ 2\99×|\98\as»@î\9b\90ÜA\9eRp
+½EÞt¬ãÚ\97eÕÅ'ßÜÏ\83
+ÎÏλò JeàA\$@*£Éç(ØáA\95\8aä\ 3\88Ä\rf\1eD\8d\v\ fâlÞ\am
+,\82Û#74ü\86\86ãõc\15È\10¸Íl`7£;73Ñ<û\8eç/~" [*yù®1I*´
\15ïr%«x\8aØïaÆÇD\1a¥\rk^°QÀõpê\87\96ú\8cåi<p0F*\91Ø5\18Cæú¾Ã\ 2\92§Ñ¥\ 3õh\1eÄ\8càol\1a5àAV
\1d\9bì*@ß´       Tø°Áx9\9f\e\ 1»Ì¼h\80}¯[C\18\87ðRÇ\12\bkR)²l\1d\9a\95½\94#Tó\88qcf\ 5L\98+Y]Óë·ð¾J2¡³;Aù\96÷õ;¼¯²T\98uòõ\97é|\99â¶\9aÜ}<¯ó<´\179S\19
+vx>ýP\v\98¨uC\ 1\1a_|Óð\1eÛ\96"Ï"¦|7¸#t\ e#Ë87èHuÐPùç\1aßâ\ 5¨Û~
+­`vm\ 5\19¦¡[\9aÛÎ\ 6Q\92$Ñà@×Àã©æF\ 6\8aÌÈ\12ÇSt\|\1e*\ 4Ç\7f       k°V\8dGw¾¢¢À\9eù?\97ª;V\0\8a4p.\1e%Y;w\87\7f÷ a\13\91¦ßàßì½FTYa6\8dèÙ=Wñ\92ªwÖ{\9d©à¸L2\ e\83\ 3\8bξ\e\b\1an/+ \80ÊÐqÂ&\14\ 1\90@ªbX«¡sÍN[k\91QC¥ì\87êfK¬?34¡íþ\12J:î\80\9e\18x\93Ù¢5ú¸äJK\19tu\ 6\ 2\ 1Ùæ8@Oxº4<¥6ÓÎÌÙ\8f£ç´\aÑÚÕ H¹]µvÖ4ù\16\81be2³\a\bß°\a\95\9d\869QBé;ï*l\95\ 6{ÒM#q_\1f9Cc\ 1Óà»i\8d¦¸\86\7f}7¹¦y½\ fZ*\rÐRi¨Üé^&\18)\8aü\ 3\85;K×Å\1aT2Çàns\94\98*ü:Fü,ò\b>Ë¥\1d\18\88ê9<;ö\ 36§Ì-Ð÷ëµ=ÁzB,y 6p\ eª6Y\ 6Mß¹v¡~Lþ\bx&q?\94Õ\80ݯT\v\veY`!\1c\95=j|éX\1d×3\103\bÅ\9a\Ì÷ßv\7fC\97'M\867\97\150ƺ\7f\89Á\ 3±?Å®ýì\9f/ýåþ\v¯\ 2âm\ 2Ý«Ð:£p1\a&ÜïWá\13\81ï1\95ñ\ 2pâåëKKpYÛéÒ\1d)ÔT³5Ó\9bâ/\1d74MÄ\90ì]m$ô)\1f¨y\1aoìxR\886\9a\95\9e0ÝÞ9pS"4\1a\85\82\ 4£¾\v¢·T\93È­¥Ih\\ 3\8feH\ 2\bD°áµw¥F\14\ eH\97¥p\9fâÏ.0iàþLõ\ eƾm«Ò»©"|£ \83E\17VÑÿø\vÌðÌ}\1eUåj£´iîF-S!]\97\96.j¿\e\96BÙïAqF!ý\15\14_ºùëͽ06Ê\a\8cãà\ 4³Ø\87\93à\91\10}\82±Q:¸qõÒ:¸8¿Â\98§>\88Ý-\86Ope¥×T\ 6(÷­oÜ\80\9bÒ½\98l1«\v\9fY:l0\9fxgId\ 4ç¯%³\84:\94\11Â\12ñ;lÄü\9eq\v\89\82ÝNGÉ;«\18ò;4\7f«|RY¾Ê'\86¼)\84Rk\80½É0\9dÍ\19¦ó9Ã`Ä\19\ 6\8bo3\fÖ6\19¦sª\13ÐSóó \80K\8aÖéÞËg7Ä;\fã©\ e@ÑÙD8ÅÛ\1a\a\1f\86o´m\9f\1eù\99²ï>M<\1ckþ8\ 2\8f9\96ÀÓ-{u»ûÜËÒ·4H/¦\f\18Ê@ Zm\19\82Vz^X]\85ä\95!(I×\fA\82\99!pB\f\r¿È\10;\ e!Ò \e×Ì\a+Ò Ïâ\1f \8aÝo¡©\16ú{\88BéüÍ×ݯ\9e"\13\8f\93\9bîü¸®mH\vmÂÍÊî¥\851«o\82w\94\19ô\ 1ëÜ\\9cP\94\83¿º\9eÿs\80\9b9þá\8bî§\91g\135\82g®­¬È\87¥7\1f¼èépîë=\1anï*\7fï\1a\1d¾ZÃ\b\ 1\13bmnÓe\ 3ðíÇ+sïåIåJ¤\1f\vôá§Çßý\1f\85\9d\9eß
 endstream
 endobj
 435 0 obj
 <<
 /F2 13 0 R
-/F9 84 0 R
 /F3 17 0 R
-/F11 398 0 R
-/F12 401 0 R
-/F8 61 0 R
 /F4 26 0 R
-/F1 10 0 R
 >>
 endobj
 433 0 obj
@@ -3434,21 +3414,30 @@ endobj
 438 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1256
+/Length 2549
 >>
 stream
-xÚ\85VKoä6\f¾÷W\18i\80õ\0±bK²lïq·\9b\vôÐíÜ\9a\ 2UlMb¬Ç\9eø\91Ç¿/)J3N\94nN\12%\8a¢>\92\1f\15¥,M£ÛÈ\ e¿F\9f\97W<ÊRVeÑv\17ee\94  VÉhûËßqÅ7       /y\99Ç\9fôt·I\84\10ñ7³3£ék\83¢\8cÿÐý\86\17ñ¢»Í?Û¯Q\96å,SQ"+VZ\137h!\1ef<Í«x¾34Ù-]G³^ïÝÚ°{¥4\9bqßöÚ)ê¾yµ\7f ããÜ\ eý{&л4Jàq\19=ÎÝ«Jëc\11\9bÝ0º\ 5:\r\93k\9e\17ã4\93ð/Ú¸¼\12+°Ò\82)\ 5fÑ^BÛ+,sVp·ù\81m\92\\16ñö®\9dÈ\9aîº\ 1\91{\9c\ 2³E\8a\18ÒÁié\ 3»<cYåöç\ 1Í\15ñ^Ï5\9a»#ñ\ 4{`\0.Þ1^º}Düõù\84W\15Bh\91̽\99¤Þ7\81) )æM]Pö\0Æ4iûiÖ\90E,¼ ² &\19\ÃÉ\8dákkm£\1c`\°¼\;³\85ØY%ùâM2óoú\91±\9c  éôê\ 1<\1c\97\1a\82Ïe\1acظÌâe2\rÍ\10y\1cÛ¾î\96Æ\90ÚÊz2Qz\9aºÅ4ªI{2³M\94()\14+òµçsÛßN\90'\92\8bø\8b\86h*\8c&W\90çãp;ê=¦)z\0z4µy\8a\93oF7]Û;©koF=>£\90â\85ÓI;@FÉ·q\818+\19\94K\90,9\93ù)Âx\9f­R\9eËø\19ÓqXH¨\81&ìd6XN<Ï)\15pI\93|ÐPÇõÒi·ü°Á½n1\bIæKÇ\1a\e\96®¡C®tIp±Á[\ 6÷\ 6ëß
\9bÖ\92\88Jãïè\9e\ 1\90D^\ 1\vrÚD{TT)\90T_# n\19ì\ 3m¹-\9bÈ0Ñ4\ 4ÁÆE\177¬}\9eÇW\9bR\0\99\88\9còµ\805¢<w),\16Ï\116âBeðôý\9exPñX7ÍD\9a\9a\16NoRÙñM¤1ßé\99\94î\97\ 1\82\10ò!]\v¥Y/#\10<\9a\9aiÁ×ìa4\ fí°L$=b\82\ e#ú"8¼\81V±Q|\fj\9a\97\f\8bTù»ÎÛ\1db"©¯\ 4\80üL\9b\7f¢§\84\9du\ e'äÜL\ 2:\86ãÉ1\94\1eÑ©àyg××\9f\93§û³\8fd\eDss}\8dÃ\ e\86³Ð\89sÓ7à¦Í£LBO,Ö\9c\rèÈS³ãz\0ÇEí\82\0\9c\8cé×àñS\bÖHóØ<éý¡3\8eB]G\9b\8dÛÕ}\0·H%\93¾õ\9c¿á&OYyä9ëÛ\e<,JÎÊ\8c\1e-Ü£»ÉüðÍ\9fÉÚäIÞ¹ì\90\101\10\99\r\9d·ýÚj\98°»æ%ãÕ;¯ð´Þ´£\81Z}Ø\10\1dX`F÷G1O¦^fÓ8§VWÚm¢$Û\9dtÛMo Á\85bªz\11~Ïúï'\80,\8a×ÞÉBųþ\8e8\98\89DM\8aÈí\9d¡9\12Igè\9b"\8bÒæ\r®#\95Úq¼]öX¨
-\vÕ\1aAfÀ­\11úÁD§j\1f\91 ÁI\e\9a\r\92\1e\94\e\87\883P\83\\ 1\1e+2\85<ÆméI¾ÎM     ß\e\8b)\1epÔ¥\1cu¡æ    \ 3e1\80%樂5(ÚðË%Xê\7f/\97f®/Ûþ°Ìc\1dÄA\95¬ð¹ñ!$$¸\93UùKJò}\1c9$´\9dá¿8­ìáR1Qb\87dee\ f\97L0\ 1'\81^ÿ²x@>\15yü{ßÎ4»j»0W2\89\1fmøP1N\9fåß\8cOYª\17ic-Dîa¦E*\1ay¬üU?Ï8gÜ·ôÿÃF\0\eûò?FVJud¬<n»n\81ï\8fg\19¹j-â\980\17¤\v\8d:\87dlõMçèKOS{Ûûܼp\1c
-\1f\9eT\ 5   h;Î\0ö°ÑÚ¯>Ü6=SÿÑO¶\1a£/Û\9fþ\ 3áÕSA
+xÚÅ\19ËrÜ6ò¾_1¥ËrªD\86 \0\82ô!U\96-me×v\\96\{°R\15j\86\92¸æ\90
\89¤\1còíÛ\8d\ 6Hp@\8d\9dS.\1a\0ì\17úÝÐ*\8eâxu·Ò?ÿZ\9d]ýp\91¬X\1cåluu»bÙ\8añ(\17««·_\82<Y\87I\96d28+úûuÈ9\ f>\95·eW6\9b\12·"x_4ëD\ 5û¢^ÿrõïU\bTÙ*\14y\94i
+ÿ)\9f    í¬j¶Us×k(©"\99¯B`Ä\88ÑÕ=\90\13i\1côÏ\9aÜP<Ñþ¶íh±iáC\1a\f][×@\a\ ee\1e|EXä\80\107\96\ 3ìXP5t:\10e<¨\ 6:ºN¤ªí©\ 1ï«ÝC]Fë0\ 3&\17\eØgdÚîµÔ1I,µÄMYnáf1\ f\86\96~\91lcÏ\90+.\9abgVííì\93\80\eívÅ\84P\f´zÆ;\ 1GØ$Á#²G\rgÁ@'\96Û\ 6Áî\8bæ\ e\85\16`\88+Ëò\164Ôâ×GÔ\93'x_n\86ªmàÞ<ç¤VÔ7ê\v\ f\86â¦.ÍG-r.\8cÈ\1aÚ\8a\f§xµSà\1dg\16@\ 4Ûò¶Ø×\ 3A\7fEáËgc\17\rª\82ÊÐ$·y^g<8u\85$\7f &à6\ 5ýô÷m7Ðr[ö\9b®zÀ;\90\aj)áÃ#©\90[\15sWÅ\88Ø¢3\ae\1f\8düÒ(V\9aßÏäÏ9\1f\rN7hH\91F5ö\96ƨ¹8ÔÐÈQ_6'¯z¦/\ fu±±X\8dÑ\ 1ý\80?\9b\ fUs@N;­gBëÀ<Í\r(,\8cP°ÒB\8d\9fT<\85    O3Ç¿`óXé°\ 6\18íW\80\84Ö: <iQÃ\9dâ"ÓÂë\8fuÛØ#\aµñÅ&\822¶¢JF¢ÊØ~b\96\17út\9e\1a\9f>\8e1]\ eN7EC\8b\e²5\81\94O\ f]Ù÷:`á\9bÖ2\1co+Pd\8aÉL\87\80ï\85\8fx^`ð=÷xE\9e\80÷=\10eíÓäXÖ\11'\a\9c\9d¼\0ë]Û\e\10¸(ä6\1dm\vþø\93v\ 4\19\14Ûme<\1dvÚFðë\84¡ÔªAé\ 4cAW\16[ëM\80ló@O{£©Þø\98!6ijÜ´{KÜ\ 2iOM\83\16sÊ0Þ\1có©þmú²\eÊ­\rÍÒèÈ\84&wÌæ`MfB½\ 1WàôÃ\85\98ªS\12ËH¤À\1c¹î\8a\12\88\92<J-Äõ\9at\e&\F,q5\8c®¥Q¹\83
+\85\8f\eT\13\a Gøàñ\10ps\v8\1aC(t©\1eâ\g¶\9eN>\8d&\11*      n÷Í\86ì\89;m:\ 23\14\12·\8aÁ®2\90\ 5]#UQ\9cº\1e
+.´CÕ\8bX\1a#\888¥(ÀÅÃÞ\9c\ eÒ>¦"ÜUTJ[³À\98kª¢®þ(\8c\84pF\99\ 6¢1M\93à²,éô²ÜL "JhñE÷\b\9eo\9cí«z\0wøåÔØ¸¸3.ÀóÈ30¢fQ\9ekTã#:ø=\13$\11\ 4¯<2*Ê2óѪ<\$£\92HX2Ðj\1cÒ\81kpÏÝV¡Ê"è\93\9cK\1e\95TFÒÒÐ\8eΤ    \ 3&mbc)%6F¡\ 6Û)>à¬Ç¤\ 3ÛºÖÁ\81ÐhYü¤\93\19\1c\9c7w5$sÝ\fdÁÅ:Kð>ðI@ú+°¹yåù;\86\83JݨxÓ6Øa\85ûWëP&"Ø7Õïe×\17uXtwû]Ù,dÉ÷åP\84\9fö7 \92Áº)6_\1f\8bn\e~­ê:|l»­ï\16\96SkpN~Ä_\89\17\ 3¯=ñ´\by)Ê\ eS¤HLFÁEa\92\17*î÷5å4<7×?%\92¹c\\90&±nò&Üû©\84E\99c8$æ&Hͽ=\90b\8cðCe³DDÜ\92\9bôjò\93Ì1¯9úqõ}èN\99õXÿN*R\96Çûðíù;\ f\9dk\ eÎ¥Ø<ëã^_Êz).\8e\\8aO\91¶löùt\11\9f
+\\94Gi~Øý\1d^,I¢D\8c¶j\17m%fÆR\aÆRÆXYÐí\eZ\18«)\13ÛúÌi\16p«Ó\1câ\12( Ww÷Ô/èó{#,Ì<"\8agI¡¯¶¥-en\85<5¥°uKåAç:\94OæèW_é\92a\86¤»þhz\10\1d6K\85J%\ 6ò\9f\96ÝÚ¨\ 2û\99±\1ec\8d\1aË%Ëe¤\98\em¯©Vè±ßatÝPJêè\ 3f/,\ 2ýónm4\ f\1dP]mLE¢i¥+6\83ŰÅ\ f+Pg
+\v\14©ö®©þÐÊ\87ýã}¥\a5\80yèÚÐÏ"\e°\94îÃ\12\89ÖDÃ'î\\88Ǧ¢Ò\97i¾ô\8b\ 6\93àcV¯K±\ 3>(Õ<ô\1ct\88K\e\97o\96\1ct,%ßB~ýñÜ7¥\93>\8eâ¿»x»$yò]\92\7f8ÿ¯MIY\8a8NX¾ûé\83/V\92\1e»V:õb\9fί|d(¯ü\18²\9a\90?\7fúàëD¡\9b~\ f>zìç³\9f?û2\b¨åé÷иü\88Ãêk¤ôÆ×\ 34\98J~\8f\1e.?~Ë7hðµ9Ðí~¡­±Ò\iaÎ\96,=ÂD~ÅçèF\89Ûd\9d,¸Ã\983ìÈPþæ\91â,J,\98\1d\1a\7fGw¦øBw6ÞÂ5\9b\98Z~;\ fb\8f&âà¶kw¾n²H\88I9Ù\91¦/³
+(L6ÄÜi\e\13ÎsjÝDlk\83`f¾2ü·eÓ\ e4d®0Àecâ\93AûÌòÙ\14VuK\ 3?\{oÞë\94\9d\90\95;!ÃÀÞ\9b©v\83*PåV\ fô9Àè7\1a\r\82ï\17$\8d\8a§·\ 1óƳĩZx\ 2ضû\eýr\91ðà·};àc\f\14N\16\¶V\89\99Û-@Â5J¼köKéæës°\7fOtaÂF©\89Mâè\ 26e¿)ÌU\r4éÃtvJë\ 3ûÞ\9et\0\r\e}C¦\13n:¬\1aW\170ÃÍ\1fÞô·±÷\fy\ 6*×M»\8b2齨\8d\95\12\8fL¥ÄeÑ\19Dp\r_»Sùô#ÿ°}>¹¾\86\96÷ä/ôù\1aã    ÿt\16­+C|r\bqt\fo±V{2\ 1\85±?-ÊÉÅ8\ 2c»¯ß\87qÁ¾³åW±y\99RqvØòkó©X\1diùÑ\88êXË/F\97Âf\ 2¹\15wúq\14ù¹\r¥\16¤=\10èÅF9Ħ\8d+W3Ë:?h\97³©#¹\ eþ·×ÏÒ\10\98\ 5vNàQ\95ÙÓKUO\ez40Rá\ 2c\9a^´³Ñ%¯×à\94\12\ 6Ç_}%å\90Ú娤'Ó\ fäy$g\ 1\0\8eàK¬p2\1e\eN!\13êÆáwÖ\8dKzÉÖ¿ZL\99\1c\992`hÉl¢_ô¹\99\f¹\8a¸\98ª©Èìó
+ð0·el\ 5\ 505\ 3\11ÎS\11§rH/\18çWp"V\8f+\ 1\852\81ÁLJØóÕ\ e:j\11e|<¨W\97ú?(,\81ª\96+\9dúG\14\90Cºýà\12Ù|F3\9f\bN\12âg®?§ú\ 4}\93\9aâCa¡¸\vé
++R\8c #²\8e\18£¬_^¢\99£ã:4õ~I\\0\0§\9d\8b;Nz\8c».tp\ 1Æu¬\87\91Ì\80\19\13`\98q¿p\81\11\11ÉÏ^   ½\84\96ß\92¤ý\82üXXUN$Ù¤íÔ\13VäQ\9e¸ÂJ\81$\8fIkQ^\94v\ 4°ÒZ\9a/\8b+a|\16\9e¸\9es0\90JÍt\9bæ\91È=qݸ³(£¸\7f¾@s\14×Ò|YÜ\14VÙ\\¯)Óÿ\1dD\16îÜjÞ\88gOÔ\9c/\8cÑÎ+óÑ1\1aìl³ÜT\94\10ÖüÓR\90\1d©DéM~\8b¬['XT\9c\9e\9aþo\ 1\9d\91÷¿¸Y\7f\ 3ªàì\eý\r?lpÒy\83\93\8e=\8di^ÔØ\86\19\19pA\r¨\84UU\17¦\ f\93öq\1e\11\r\99MuûlßùÃ\?¼øÝ4½\1f\8c¼^yedö\94\8bm\83?$(t<û\8cN\83y×ÖDù¡+±n=ytCB\9b\11\7f\7f\9cø®\1c\8añ?\f#Uðã\7fü\1fãçÇo
 endstream
 endobj
 439 0 obj
 <<
 /F2 13 0 R
-/F3 17 0 R
 /F4 26 0 R
-/F1 10 0 R
+/F3 17 0 R
+/F9 84 0 R
+/F8 61 0 R
+/F11 406 0 R
+/F12 409 0 R
 >>
 endobj
 437 0 obj
@@ -3460,22 +3449,29 @@ endobj
 442 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 669
+/Length 2065
 >>
 stream
-xÚ½T]oÚ0\14}߯\88ÚI\rR\1dòEK*í\ 1ÒRµZ»iÍ\1e\83I\f±\9aØÈv
-üû%¶\132
-\83¶Ò\9er0÷Ü\8fãsmØ\96m\esC~n\8d\1d¹\86c[\81cD3Ãé\e\8eg\ 5¾\11]\8fÍ0\85\v\81X\ax\9ekö¯:À÷{fHó\1c\92¤:ô̯\98 \85n\12,0\99w\80ë9}Ç\f¼Îïè¾;ò6©Ý¾u\19\18à­Ó\9fv@ÏõÍ(żB=s\863¤PL\89`4Óç"ÕÇS\94Â\17L\v¦~Ò\99úf²\8b
-a²(\84\82¨nHf¦¬êǰ\rP\8eçôÚõ\17\8cÎ\19Ì\9bZP'(8Ú*\7fûøS\81\1f\b&\9b¢\19\9e2ÈÖV\a8vÏ6oV\98ËÊÇ\15Ä$Î\8a\1aEßÏ\15\1aB\9ej(Õ\96õ¯\87V;k-ã¾B¿h¡å\84D\ 1\86\0+{ß\9aKªÆâíKXb\91*\14\82U\r\98µ·\e\ 6^_Ô\1c\13ÒÈ¿Étvz¦\87bÍUç9"\82¿i²\11f\\9cï\10\10\92µ\ 2\ 5Ê\97¸þc\8aIRö÷$}\81\fÃi9ñ¾J\90s<'²C­\ f£¹B]$âî\9dÖî\15ÿs«/\7fg¬{a¹Á\81A\9f\90Ø4J\v¾k\98ÊÜÊò9\8cõYN\13d½.ÄU:¿Þ\ ePŵÉ\e\86§§\98)B\15øe;Fg}@\ 2\82P­,H¯ª=ð\ 3s
-ãç%d   xÆY\ 6\96\94iÉ#´Ò3Á\99|]þò⬠±ÀTû\95À¼öh½.sB\19JÞ¢á\801ºTìg´nÖ®9YÔ\v!ÅØ\91åµ1O&\93\aðíú¤z\13\9d 5k\9cÂ]/\8d\8a\ f\9bøòÊ\ e\87\ f\9að\ 5CÕ³ÇAùT
-ÊÖ{)Ã\86BJ\95w\85û\1f\11kðøt÷F©d_ã£\95RáÇ
-¥¢\8fÓ©ÝÎa\99z\1f\91©_o©ø°Ç&\93PûÌ»¸ô\8fó\99ä\84\rç\18¯IÊ ¡\1cÖ±E\e6´ÿ"æ;<¸ivü\ e)Çÿ\90ò&úô\aÉÐvÍ
+xÚ\8d\18É\8eã6ö\9e¯\10\82\0-\ 31#\91\94De0\97tº³`N\93
+r\18\ f\10\95D\97\95Òâ\96䮪ùúy\v)Ë%·S'îo_\19D"\8a\82\87\80\86\9f\82\1fî¾û(\838\12y\1cÜí\83Ø\ 4±\12¹\ eî~üOøþP\1c';l¶JÉÐ|¿Ùj\9d\84ïû¶-º
+7Uø¯º³<ûPÕSÝ=l¶RÅ&\ esµùïݯß}ÌÏ \93L$&Øê\\18\82¾ÛY¾#_ß\89è¼è\18²\1dËâ\bpMèP\95\e\99\85\87b(J$î5\9a­Ã\13ç"uxv»\9b\88î\v\82ø86Åx¸   /v\0ù\92Z\80\13\99tоæÃ8\ e\8cÈS:\8c\85IAÞ,TÂ\10|¸£\8d'\90v*¢,ئFÄIÐ\ 6±\8eE\96ûu\13üF\1aZ ò\ f²\ 4\87\19ã\1ab\96\8a,^@äµ\87¸ \ f/H¼ EÊ\10ë\95¼\14ÉÀóð-+¢à¡êO÷\8dÓͧS?\15\93îtØ\16ÃãZ¢iNø\96\12\96\1akè¶ÔL&2\92\9a2BK¿\9ey\94A&òl)µ\1cxdó{w\1db\9e
+%\17\10y}Mj*C~\10¢4_\96ZþJj\92¥¦Ã\11¼e)57í\a>v&ß\8fÓÐ\1f\ fä) ¸DäraÚ¿ \98#\0Y¡÷\91Ð#\15\e\ fÎÁÌ\99"\10\90ÖÎR\1fºÓ\8ab©Ð\ 6øüC[\94##\18§\8d\17¢7\8a_¹$ \1aí§\93íJ;"\8fQN<ÒvÙS¨ ùÄ\93~ÏãÊí\80±8\16 â-\84 0~¤ÁcÊ`Æ\82©Go|°ùy\93$aQ7\ 5\18à÷+¯\8c.m¬¸\1dn\1a;L\fz\17Þ3sM³Û¬ ^    0÷o\8b/Ç¢´7ÁyJ«\9bð*ÛØém\80ö7\ 1íû¡e\8e÷ÖVoa´»    ¯³O\r&\84·P6Ü\84T\16ÃP\17\ fÎ'\ 6;\9d\86îM`§\9b`\ fýPÿ\ fÜ\ 4´1\15\r»ãTÜ¿\85óÏ7\ 1\7fF\90`?uùV°\97©$¿\9aJºî\8a¼9\99Ð9:øVe`¨õÃ\81\98ÚÞ×\13o]&IØÊ§C?Ò\83ÜùMsrïɧ`\9c\ 1ödÿ%\véâ>Ñ£\17\ 1#ÉE\9eß XJ¡Üñ.ì;\87\0b\14y¼4\92sÁìñÓa°NïUýPOãÛ\ðy%H\88%:q\98\7fþyE\97NE¬\96\82Ô*v\82L½ µ\8a^\v\12o9AjPóB\90x\82\82ÄÑ\ 1\94áÁ>\17\95\16%\89'ð@_\97¤\8a"¡Ò/\13¼u\17\16²ò\ 2\9dó\ 6\ 4}$ÿi#I\87\8a)àÀ¹\94æ\15Süã`!\7fè8
+-;\88\1d¨\9eÓ\10Î\99\1d8\9aìóÄ3\8câ:\8e1Òã\12RÅÐCð×2\9f3\e]\exô5\ 2>¡l7ºw\88ê4N\8cçÞç\14<:\8d\10\93\18+\eKĬs2­»
+\9c\r³¦T  R\81\ 3QÁÓÊîd\92u\94\16\ 5\82\91áï\1da®ø\ 2³"UJJ# ãxjçc\ag&  o:4ûSWrºÅUW´Öaø¥[\12\9a\9cmK\82ffâ´\ 3ÊNV½l\8cÄÚ@&Ò_Ö¯\92#½_$Ý\91/U°5Ô\8eÂ\8a÷
+\ f\9b²£'\1dÒåà Ûç#\94ï¶\12¬\8c\1fVYø\82ú§º!Ã5¾FÁ)TæX\rà"\v\99ü"_»J\ 6jâ#ç\10ÆK\81ö@\ 3h2)$õ®lN\15Û\e\9cü¹òx\99çBe\97%¶¼\b\9aÞ\97ßy\1a+\9e¬a)à.\9fo_\ 1åãï;\90Q\96FáÇ\8d!\a#ÇQZ\8bè²Fy.ÚccQ\85¹W!¨tß7MOÞÈ}\11tE÷hµ¼\90N´Ò e<RþàK\7f®#Yn\84ñUÛûíóZ:\91\ f²»¿\91\ eâ®»\91ª\1d\9c\17L\84÷ZÜZË,ËÎQüï\11Ĩw\f£=¯f\99`y°®Ó ¼\830\84\85m\8aJ&\15ïvÀ(¶n_Cß\99È\ 4w`áÚ\ 4lR£\9cÞ\1axc\10\ 4æE|j\84\12\12Þ¤\12\8e\vcÎc    8(çGlc;(­Oå4®¸\8956À L\9111ÿ¶EÕp§k Y¢²[\17$1q\9a\8cê]8Ú\17eÝÔ\93ó\ e<\18ë\16ªÓÁ½ìx\1c\8fõ@t\18Ãźñ©\17\ 5Í´Ñ\1e\ 1\86«ï\11\8b\1e²£«\99\99Úsd¤úz\99Ìßóp\1cìqp\89Ý\8e#%\fØ~:Ô%\12|à"¡ £\85baä5[æ\vßuöëª\ 5þ\ 5\80       'A(ظ\r\84\1d(ö§óEâ\11\9fÏ-\ 3\92Ã\8b\ 1\8b\0\15ÌSôÊÁ\98\13ÈeÀô©\998\9d\11\9b\98ðì8\8d\18Ì´\ eï \14Y×?\r.1îû\93K\8dÇb\18íà\93á`!\86sÝ62tL8bm\9c\8e\9a\\18¦æ\9búzUíCÊÝa]\ 1C\11\94x\ f¹ö\1e\1c8÷Q§ô\96¹ÁXs©\10-\97:\80S\12­æ\8cB\11\ 4\17-\94\1cn» $ª4įν8¸3ë\7flð´uÉ\b£\98Ò©ï\1d\ 3\b¡XE-\95a\87¶&ãÔqæUÊ\91;ÎH\86ßr\10çÔo|ñ\0¦u<6\98³É\90ñä4Îï¼\8b\81"ÓÜ\90\f\17\1cÆ\15\1c\99\agHñëº\0îÛ®r="IG)o@\90Cùãja=þ\ 4\91ÿ\83ϺþÊ?\93ï:\87¹'ùt\ 2\eª\96\88°9í\9b·òõ$n·¤m_Ýþ\ 2»jJ1þ7D3\80\7f®\7f\1d \89\96\17-\9e\84ª\f9Æqº\ 23Q"Én\98'\92ìÏ/<\aArû\80#Wl\84¤w#ê\88fO\aË\85\ 2\80Ê\11L&"ÕK\e£~D*\f\98+öÁ\1e=)\96>(VìK\ 4Ã7úa\ 5\0°H\7fü¹¾\1aü³Y¼Î)(¼Ä \ eOXK¿\ f\18\15¥\\8458a\198âi\ 4\7fþk.\18qã©\9e\ e<\9b½Ì(Lð\v     \©ZDä#\b\7f¥\80\85\97\16\95      %"ÎÎù\18\7flJþµ¥ï\19\83VÁÿ:P\aLEWZ·Ï?GÒÿÕ\\ 4\eºÍãt5Âi\11§KÅlÏ\1d\9eïZØE\11eU\fëO\ emÎe\f&\97+eNr\89¢\9c\9aç\15\984\12Ò_{¤\12\18¥\846\9a\81ãwÍ\vÎ\92°ÞóxÎî´;ò\bD\ eîC\e_\9d&o«à
+êÂV×6\1aËs=ôE\e\9dI$+ËÈÊøGò«ÿ\ 3è\1aýG
 endstream
 endobj
 443 0 obj
 <<
 /F2 13 0 R
+/F9 84 0 R
 /F3 17 0 R
+/F11 406 0 R
+/F12 409 0 R
+/F8 61 0 R
+/F4 26 0 R
+/F1 10 0 R
 >>
 endobj
 441 0 obj
@@ -3487,22 +3483,25 @@ endobj
 446 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 919
+/Length 1462
 >>
 stream
-xÚ\85VËnã6\14Ý÷+\ 4M\80ÊÀPãçÄ.0\v'\9diQ @[x7ê\82\96®"62©\90\94\1d£è¿\97OI\96Í\140,Räå=çÜ\a\15MÓé4z\8eÌã\97èa÷éÛ<\9aMÓÍ,Ú\95Ñl\1dÍ\16éf\19í~þ\9el\96\134_Ï׫ä\ 1\8bj\82\16\8bEò'\94À\81æ §Ëä    ÓÉü>iq=ùk÷Û§o\8bþ¨ù:½ßDh¹I׿´\ fq\96=¡,{Dß·ñOÊüóý2i8\1c k\ 5ª\88\90\8c\9fõ)Ñ4B
-Äl96{èÌ(¼É±Éüsº0\16\8fèUí[Í\97ÉkË$\14\88P\ 1\\ eöÍ7fã\1dÐ\82\94×ï?Xë-ÕÏUÂê\ 2        y®ÁN÷DYÑçt\82fÓÕ4Ù)\18v¡ÂM\ 3ÔM$s»\9d\95¬Ü \80\12·µL\87LWÆínûàpçìÐÔ á\8a\9a\84sμ£
-K;ÂܹÈ\19=\ 2%@ÝBɸ\1d\88
-êÚ\ e    \95Àq.    £×\9aß)U\8c#\13÷+ \ e\ 5\14D\8eÈ5XÞØ\1fëè½5±c\17ÿ¾Ýýúåî\1fýø7Ë@¯\9a?¬&¥\1e\94ñ\8d<°Æ*a\9a\8e¨\17Y\9e\e÷\ 6Û\87\r¼\1d\9f\18w#\84\82\\\8aØx«(ºÓ¨³Ìk&|üX»÷©`Ü\88à¡\9dù\81\1dG\88ÿn\85\8f\ 21\92±G`<\84\14Ͳ¸ÓT\8dÍï\11íÃâ\rY:¥ö8\7f\11µ)o=Í\12EHªô¾¹
-"ÇÍ;\84\89C-àµÕ=B\8cd<\98¼Í&aB\8aCÏHM\82Tþ0Â\Ê\96·\9cwIïsÞw\98A2\ 4¼¿\ e\ÃÞ¨©Ó1\8e\83|·Eq)¦m\r\97¡æPrð
-vXkBá£ÃT\91Ü-ûVÒÒ=kiqÍÞ"å\1e)\87\82ã\13\91>4\bökW®GÌ      î\92\98Ñ\eêé\93Ò\9bBÙ^|\1che
\11½Üéÿ³ß\ 1ÝÂùË\r\ 5ÿ§÷¶â² \8fD\90\ eñ¾ïb¥ç\0\97\ 2â#&µáxåY\80´>ô1ÃÆî}\840\15\8cþèä\11\92\93ÆÉVaÝG\81\8f\1aÿ½O     éS¯òEÍ\ 1\9b4       C#´i%:\80Ä]\8cB¨p]³\93'ÏP\8dUõÎÞ\87æï$Û\ e|\9fäªw«N\14J\1fuÏÐÁõÒÛùSU¡\95äm\0ºï\ 2a¢î¬!Õ2\9c\15\ 5\11M\8dÏ·Ù\9d\88\1c\17\19\90çÊ¿Üûìw¾U''\1crY\9f\83\94\9d\9aõ\97\82ó§!#KÚK1\80tU¹\1deÖÊw\82{qÏûôÖ0`tÉ\1fXw\vvÐf«©\8b\ 5\13\83zq\9f\13êª\17ý\aAðÒê\eåGOøe¤«ªN~Y\80\84©\1ce\9b\0\ fÝW-ëi\1dÞ\11ª\87\8dT"ñ3"\12\ e¢gª-¿î~ø\ fe×ì\f
+xÚ\85WßoÜ6\f~ß_at\ 1ê\ 3\96dÙ.°\97vÍ~\0{X\97·eÀ\14\9fîbÔg_-»Iÿû\91¢tçDiöd\89¢(ê#ùQNr\96çÉ>q\9f_\92÷7W×<)rÖ\14ÉÍ.)ê¤\10¬\91ÉÍÏ\7f§\8dÜd¼æu\99¾×ö~\93    !ÒOfg&3´\ 6§2ýC\ f\e\8bî7ÿÜü~u-ΦÊ\8a\95u\92É\86ÕÎÚl¦\ 3)ñçJ¹S¸¹7\91\11ÎY^øu4ðSdA\14¬.½Æn\84#2Þ\94éA£[ßp"Ó;¼Fjhe±f\8b#\95Î#Iº¡í\97­ñB8¤\et\9fÙ#\bªÔ´Ý-/«\96V?£U\13ÌvÃ6C\7f\92¬\14¬VI\ 6Ð\15\ 4]7ìíå&\93\ 5O\8ftút¯\8f\16\aã\17\rà¨Jç{C¢Ó\ 1\ 2\1c³æË\82P[R\1a\97ù¸Ì~«¿\9e3\176\aßßZçUN\ e\95\ 4Í2´s7\ eà\8câá\18ËÀE\9e\9dü\ 1åã\84\0©"\rÚsX\9eºý=jÌ´n»­_\18wÏ4ÿ}!\92\r+\85\ fT\1cÆ\92UÜ/¾%\13\9dõ6\8d\9d]È`¬÷º\eìL sQ2^®/I\81\1egÌUÞx``°[ú\9eF\83>x\19ºüD) G3íB³^§8\8e\13¡øº\89\15ü\94\ fþ\U;\1f\ 1{HU/ Ý0À<\9bìL\93\18À"¯\98R\1e£ìU\0!¬¥¬ ¬\88!ZÓ}?bà\1eld¶ÊY\11¬Úe\88ìò\82\15M¨@L\UAuÍ-\9a»§é\19öȸ`\ü\8fñPþ\88øóýPg\r\8a1\98ÉÚÃ62%\81Ð\82©Kâ*À\98\ 6\983\1a
+\89Å\a4\ eÔ¬\80c8¹q<ö]«]\94_f«\953'Ê\92Oî$\ 3e½j¬dBz½v\ 4\ f§¥ÅÂ\929¥¾,\ 2WÁÈq\15|Ï\\ 5j+ëDWõ\9a®@Û\9aÙ\13T¥Xõ¤Tfd(Wþ"ý¨!\9a
+£É\15äù4î'\8d<Z¡\a GCªm\18|2zÛw\83\9fõÝݤ'¤Ä*Ç\ 3íY;BFÉ\97q\818+\19\95K\94,%\93å9Âx\9e«R^J B$®\85\1eh\80Ô\81£\92R\ 1E\9aæG\ruÜ.½öâ¯\e\17\83\90\14¡t\9c±qé·´É\97.M|lð\94ÑßÁù·¦#âw\95¯h½l\9eÐ:¬QQå'\86öb°\ f´å\97\"Ã@Ó'
+6
+}ܰöy\99^oj\ 1d\157\82P\vX#*p\97Âb        \1cá".\80ßÛñp \1eDêÝn-ij\12\9cï\84­Àß\894æ{=\93Ò\97e\84 Ä^бP\9aí2ÁsÂ7\15\14\84\9a=Næk7.\96f\ f\98 ®1       \ 1­a )>KÞÅ\9d¦fX¤\8a\15Â\9duÑí\10\13\98È\95\1fiñOô\94°sÎá\80\9c\9bi\82\8eá÷ì\18Î\1eÐ©Èæ\9bÛÛ\ fÙã\977ïÈ6LÍÝí-~vðy\13÷\87\v3lÁM\97G\85\84\17XE\9c$\9e­FtÔàC®ðdäè\1eðñ\81»¤\99ö\18Zc\865~ü\1c\855Ø<5\8fúpì\8dgQßÔfãWõ\10!.rÉ$O²\93+\17/xËs\bËIûø\ 2#\8b\9a³ºxzýÞ\9aïÝÞi| k6н÷Ü\ 3"R ¨!p\1cÞÁun§\11?9\8b²f<\18þÞE\ 2Áo»É@Õ~Ý\1018|&ÿ66\8f¦]ÜÓÅ9µ:Ò-\139¹>¥»Þ¾\80\ 4\17\8a©fÝ\9c.\ 2ÿ¿\ 6\ 6å\81¬ªçÞÉ
\88ú3â`,M5)"Ë÷\86ÆH)½¡\a\8b¬j\97>(GRußi¿\1c°d\15\96¬3\82\1c\81K\13t\ 6K»Ú\10\91¨6H\eÚ\ eÒ#v!\9cÉt7\8d\a\1a\11\ 6¹\ 2\8cV\15
+\19\8d»"\94|\9d¢Rúç3nð$¦<\89¡æ\19\ 3å0\0Qp3\9c\1a¹\18\ 4ËÅ9y¯ÌÜ^u\ 3¼Æ§6
+\85ªYU¬jámÌPp4kʧ\1c\15\1a;\92Jl¿Àß²¼q\9bkÅD\8d-\93Õ\8dÛ\3Á\ 4ì\ 4¾ýËÁ\ 2iU\95éoC7Óèºëã\94)$þçÁ\v\8bqúAûÕ\84Ì¥²\91.äB\94\ 1m\12RíÈ\13\ f¬\1a|\ 1¿k<ôøïá#\80\9eÃCí\14`)Õ\89¿à\8f¬ï\17x\ f\ 5Î\91«^#NysIºÐ¹KÈÉNßõ\9eÌ´µÝ~\b)zéI\15^@¹\8aòе \11ìaçuo\7f8Í~£\86¤\1f]Q&\1fo~ø\ fü\1döÆ
 endstream
 endobj
 447 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
+/F4 26 0 R
+/F1 10 0 R
 >>
 endobj
 445 0 obj
@@ -3514,27 +3513,20 @@ endobj
 450 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1559
+/Length 669
 >>
 stream
-xÚ\9dW[oÛ6\14~߯0²>P@Ä\8a\12uë˰xM\9b¡i\8bÔÀ0Ì} mÚ\16"K\9eDÇÍ¿ß9¼XR\94"^^lÞÎáÇï\5        h\10L6\13ý÷ar5{{\1dNX@s6\99­',\9b°\88æ|2ûã\1f\8a½\92\8dçGQH²w\9eÏyL¦õn'ª\15.FäSQI3z¿*TQm<?\8cXÆH\1e{ßg\7f¾½\8e:ÕaFÓ|âó\9cfZû¯\9e\1f\87\9c\r\ ebr=û\8a2\93\ 3\ 4f ¼)Öö\98Ú÷wc½{1\9f\1f\9b\8bwæÌÅF*£k>¿õ\7f»ø\99\80:   ì\ f?\15àNàÖ§îü£¨îýR´Ê\17Íf¬ý\8d¬V\80W?\9cM\18§\11Ç\87ûðòLÿ&FiF9èKBrUT+±(\91Â4&wR¬JChzâ¹5êú&âh\1fT\17\eu³mÑ\82LÎH+\97ª¨+\9c\84d%ÛeS,À"\19\91ö@ï
-\98\15ú¼Ú
-eÖwÂ\v\13ò\88\93\80X\ 5fÇLê\83¶?ÌUmdï½0%òÑ¡ø÷ «¥l©ç',#\7f{Y\b2\9a/ߢï\18^
-ÄËbR\16­2£GÔV\1fÐñ\18ïé\86É\ 2\18\ 37kÍÁ\85à  ;ò\87\\1e´\v>u<\96å4``*¼\ e\15\18\8fõ¿\8e¨å\8còÐ\1e¬\9bKT\9c\91\98Û\84ùÛÕ\8d4#\88\8dÖ\ eáÐN(-\91\93öP(kV³eå+s!ï.\84h       (\8fúNTTà\94Ír\84-\82ð±Ðæa\9c\96òr\1ca +\1d¿s?Ö\95Ò<·\aÁH<ÊÈ\9c|\93Ò<øÛÉ\8b`Âih\ 6ÿ\\89vk\86W\87¢\ 4¦ÛïøÞ\90\91½ØXÑ(§s\ fóDÐË\13°^\89\9dvA\96\92c¡¶5\84\9dö\86<¥,é¿^;\ 3\80\16KpÎ=ÌÐÀ:¯`\ eê\\ 1&ÎÍpÆ\89hl":Tx\b\1d5u\8e
-«'O\8900ÖâP*ª!8\7f\8ci\94k\ 47\15úx
-á q\80ö/Ë\1au\1eM~Ë\12\eZ{d©½\1c\19\95\ 1\v©s£½\89\98B£R#K@\14\87îh#×àPööz\80"%ËCÓH«Ä-´èY8¶\97´\ 5"\ 2£\84yB\90û\11²\9cÓÔyÈN4÷Ïá\89\92!\1em(\1e$\18C=K!B\ e¤
-üëààÒ\0\8eYjuJyð0\95¬pI\ao\8a&Ám|æ(l\93\94F.l[©üg\ 1Çàó±=dó\19xt\1aF\90\16¥\81¦ä\ fe®±¹Likj,²ê\0ô±;{\99'\1a*!ZYJÓ¤\9f½4&ía:\a\83#jÖ\1aiýN'Hôg»{zhß*aL\83\8eô\r\926²KN\19;E¬«0\11\rr\9dFXÌ)K\ 1 §Iâj\fe¦ÊL»4\ fuåÚ\83|­SRÊÉmíE\8c<<\975\ 3mï®Ê,\0XUÁI¿^û¶\86@0ÍÉÔ\17\10ó#»¤4ÎúLÝê\182\1e`D\r7\86\13MR«D£Ì°^?Ù\eø?J#\ 4:Bíã½Ðe\80¡l±\85\9aÜG\1ciÄò'\88óÿ\89Xºü2Â{.<¨\ eGѬüåV4\1d¾õëð¡2\\ 3\85Öí,y¸\b\17\88%\94¬sP-Äòþ\19X\8b×Á\ 2m¸tÿZLÑ\80©cí^7'·/1\15?\v\89=eÊv2hâ­\ 5mM\e\9ev\18©t>Á¥#&5\80\835\94Gä//\8b\9as¶$\85\98\97\J\94O\94\96R)\9dôqâòÌ ©\\15\9bBµç\10t2Ú\90¡Å+\18JÒ¾Ñ\92ÌÐ\83ÿ\9a\84$?Å*¬é·ô÷\86±
-ºtº\81\8d}#\1f\8aúÐ\9aóÚ\0\86½\98ç\ 3ö`×°\a\83!{#~\f\93Q\9fÉ\88\9c>PÎgoYJÑøP×uMp\1e_\9e\14E±êZ'Á\81S\84c\8d\ 6\aP\16\1aa\8a\ fÌYwÚ1\96èê\ e;\98>°»
-\ 2x\98\16y0ÝÇ\8bRöJõ\ 4\8fª÷ã¯\eÇ]\97\815êsèÒO9ú\ 6\82\1a¤×s(»\93ëFê~²\7fý\93$ï²(\ 4\17'W\8fÖ¢¦{»tù¶hûõ×ô\7f¦Ò'ºÿ{¦ZZ4Ãb\19¾\,EUì\ f¥0ß¹¸­[\fÜú\bß.uóøb\11\85¶VîÕ |~\96G7åæ*xÄ\9dT\87¦:§¬þ®5ÂkcÛÄàÀú\ 1\8c \9d\80\8c\16ûÊ8Õ\16ÇõãV6r Õë(a±À\8f7\ eß27kwªh\87ÊSâVªºòån¯LC\aQ\8c-h
-       pµ²ÚÔ8nM\87\9bt\1dîÖr¨WÍÇ .ã\97@³²­w:\16\83ÎP\9d\1asý<Û6\8f¾\8eàS+\8cl\ fõñæÛlúåóìî˧\11ÇIÒõZ§.zø\99\95öÔÜ|øüåî½~àûÙ/ÿ\ 1\9eÃxð
+xÚ½T]oÚ0\14}߯\88ÚI\rR\1dòÙ\92J{\80´L\9dÖnZ³\87       ö`\12C¬&6²\9dRþý\12Û  \19\85A[iO9\98{îÇñ¹6l˶\8d\85!?\9f\8d\1f»\86c[¡cÄsÃ\19\18\8eg\85¾\11_OÌ(\83K\81X\ fx\9ek\ e®zÀ÷\ 33¢E\ 1IZ\1fzæWL\90B7)\16\98,zÀõ\9c\81c\86Aïwü¥?ö6©Ý\81u\19\1aàÂmÒ\9fö@àúf\9ca^£À\9cã\1c)\94P"\18Íõ¹Èôñ\feð     Ó\92©\9ft®¾¹ì¢F\98,K¡ j\1a\92\99)«û1l\ 3Tã9A·þ\92Ñ\ 5\83E[\vê\ 4%G[å?ßÿTà\a\82é¦h\8eg\f²µÕ\ 3\8e\1dØæÍ3æ²òq\ 51Iò2Õ©Æñ÷s\85F\90g\1aJµeýë\91ÕÍÚȸ¯Ð/Zj9!Q\80!ÀªÞ·æ\92ª±dû\12VXd
+Eà¹\ 1ÌÚ[®6\ 3o.j\81 iåßd:;=ÓC±öª\8b\ 2\11Á_5Ù\183.Îw\b\bÉZ\ 1¾æ\ 2\15+Üü1Ã$­úá[\92>A\86á¬\9ax_%È9^\10Ù¡Ö\87ÑB¡>\12IÿVk÷\82ÿ±Ó\97¿3Ö½°ÜðÀ \ fHl\1a¥%ß5Lmneù\ 2&ú¬ )²^\16â*\9dßl\a¨ãºä\rÃÓSÌ\15¡\ eü´\1d£³Þ!\ 1A¤V\16dWõ\1eø¡9\83Éã
\14<â<\a+Ê´ä1zÖ3Á¹|]þòâ¼$\89ÀTû\95À¢ñh³.\vB\19J_£á\901ºRìG´n×®=Y6\v!ÅØ\91å¥1O¦Ó;ðíú¤~\13\9d°3k\92Á]/\8d\8a\8fÚøêÊ\ e\87\ fÛð%Cõ³ÇAõT
+ÊÖ{)£\96B*\95w\85ûï\11kxÿpûJ©d_\93£\95RáÇ
+¥¢\8fÓ©ÛÎa\99\82÷È4h¶T¼ÛcÓi¤}æ]\úÇùLr¢\96s\8c×$eØR\ eëØ¡\8d\7f\11ó\r\1eÜ4;y\83\94\93\7fHy\13\7fø\ 3Û¢vÏ
 endstream
 endobj
 451 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F1 10 0 R
-/F4 26 0 R
 >>
 endobj
 449 0 obj
@@ -3546,22 +3538,20 @@ endobj
 454 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1485
+/Length 919
 >>
 stream
-xÚíXKoã6\10¾÷Wè\16\1a\88´\12\80¢@³í\16\97®\81\1e\9a¢alÚ\16bK\86\1eÙÍ¿ï\f\87\94¨ÈÉ:i\81b\81\9eÄÇp8ó}3CR^\18\84¡·õôç\17ïjùî\ 3÷¢0("o¹ñ¢Ü\8bâ \10Þò§?X\91.|\9eó<aW²Ý-ü8\8eÙoj£\1a\14v\ 5»\96Õ\82\97ûÅ\9fË_½$\v\92ÜóE\11äZÃÃ"I\98lJy·Wm°ðE\12³\8f\e\\9a²nW¶ØÊؾ¬\14\8dÑHÊ$M\1cj4\80­Ë\e\9edjMs°¬«\9bÇqé%5»\9dªH¢Q(¡\86áÙºtØ\12ækmyèùàxD\8e\97]KÞÖM¹-+pN÷ÚNv*@ñw\1fâ\113\1f½.`}\1e\88D¯?6ꡬûÖwö\8cÙ\r\1fo\16´ÞÁÜ.\87íiùu\8d\98>,Àum$g·wr\85\17¤ªÛ5u¿ÝÙ\8e¢\86³\9b\0\ fÛî\92Æ7ªÓ«weµ}²ÄZJ½U}8Èj}\8e\8b\95úÒÍÝ«^vO<çÞ¦n>ã lÖÿ¶\87h諽»S@{\ 5ÊüzóÔËkÿû·\91\b\91¦í\1eLènZc\9d\8dHÁÊê\19¯sÎÎ1^Uë\93fÿð6rff\83~\93\1d\9b'3euì»\99Í\97¤§\fTpùd\81u\1aÈé\e(+¸w·76ßéäW\ 3¥f\1aÊÏY\1cBd«¦U~«d³ÚÍcµ9\87ÅO¸XG\16,\14!³yh£\95F¡04\1dÙ)8\93\b\81\88\8c\97а¾AÍ#yã6Êj,Aæ@¸\e%\11»í\8f\17V\8dÍ\ 4\90\1ft\82;¾[¸ÈÜÑCÙÚð_©¶\956z|!b¶4\95W\98z\vÒ\95%pÕ¨\83\ 1z({\ 3\ 6/ÃN\ 1\84©\fÀ<\v{ûjØ9gN} \ 1\aq\1e\13âÜÆ\15\9fD\13É\eÄQV#\ eÂ\13ÄAäv­\a>W\17Ô\1fqw5cc\ 6ûÄÉÿ\0yS\92ëÊ·j@\85ÿr\ 2\\7fí,\12ßp\ 2\14\82h(\12\87\ 6Ýí[Ú\ 1%\8c\80\ 3Û\88>Ì·®ëÐ\87 ¤\15ÒÌw\8dÑ\95°¶?\1e÷¥¾¢@ï\ eW\19;N\ 6Lߪæ-\94¾\9c\×ç\9d¿ßjrñ\82kVñë°Ê\8bزª%\8cÀ\84Õ\94XåE4a\15\ 55«ÃÂx`\15\87FV±w\87z\1eIË?bÕxdY4¤Z\16_K!Þ©'\14\8aD\8cø
\80k|qt\80\12Gµã$«hĺ\8em<Ûq\92v\91\8d\ÁÁÛÒ\989\98;ͨ¾)àÍÛª\9aÁ¢Ã ¼ËI+~\89qhLc)\176\96`\8ab)OGá£Þ·.I\1eJjR\14¶¤Â´ýJú\9cÎk\98p«ªVqõ87z­6²ßÛû¥}«\f\97HS´M1ïõ\ 6\bKÆêþkWLq*\b ®Þ\9f\1f\ 5'NÉüdm\86Ñ1Õr[>¡1\96\8e<2\95m\9c\8eÆÚ\ 6\83D\1a\9f\85\82Þr\1a
-\19\85\ 2\7f(\9c\19
-\8f²º÷«nçËf;Öò÷þã9Að±\82ªÓ!\1c&\93ñ½>¼,°\ 3ZûÃ\80¬\96«\9fÈ\8fÏ@ì\r\8eiUPÖày\8f\97rnéµ­ZÕVF3_7k\9a©«\13ç2\95øÜ}pB\ f)\ 6'u\9bÎ\99BS\9b\11µ©¦VÀiÿ{ÙíhZ_\98PÜõJ£$F\948\17A\1e\81      ú\10\9d\81\98\ 6aj&/I[iPÄ\1dLäN\14&I\90æ/éKÌ$\99\99;\90`oÓÔ\ajÙ´À\13%H]\88\1c\ e
-\97\83\ 29 Ø\8btЫÅè­\88Ãf>y^KjsuKk\805\8d©n!ÔÄ\1fè\fo\16\88:<Ù~\9cÿ\1a©ÔVvå\83NuÔ\17ÎÂ+4`ê`\8a\19\898\bÏ¢G[\b\b\v\r\9cV»n(\8aÅH×\95É\8c\eÛÑ\v?\ 1x\98\ 6\9eÓ:/÷²í¦\89\19P¦ë\9a  C×þ_¯ÉS]ÙdkZSðb\93\9b±ÍMl8\19\ 3½±èäC\LU\8edƹy£\9fT7£Ö¹M&ö±Ý<R0$¡MÁ81o\96tbü%M\99\18ÛÉé_\ 4Ð÷\ 5\8e\8d½Q¾/ïÑH5#\81§ñ\98J\93²8\8b\91\8c\9c¶/b\9fú\15Ü     éM\0»DA\96L\8e\9e!hã,g+¨h\88hV\98\1f\80\133Ò0\88\v×\8a!\b\9e\9a\91åAbíÀ;oÎÜ]ì\81L½ñ Î
\a4FÔ¡c\7f\r\93\92\88\ eá¬\18ëF\14çA1)\1c\86z|LN£)æÃ/\1a%\87\8bBÌOýkê\9b\84÷óò»¿\ 1c\12íÈ
+xÚ\85V[oã(\14~\9f_ay*\8d#\157×6Y©\ fiç¦\95\8cò6Þ\ab\1f×l\1dp\ 1'\8dFûß\17\8e\13ºR\14\83áp¾ï;\17\1c\8cãñ8x\ eÌã[ð°¹ù:\r&ãx5     6y0Y\ 6\93\9a\a\9bÏ¿¢Õí\bM\97Óå"zÀ¢\18¡Ùl\16ý\84\1c\14ôt\1e=a:\9aÞE5.G\7foþ¼ù:ë\8e\9a.ã»U\80æ«xiNû\18\13J\92Gôk\1dþ¡ÌoïæQÅaOX-PA\84dü¨O       Æ\ 1R &ó¡ÙCkFáM\ eM¦·ñÌX<¢Wµo1\9dG¯5\93\90!B\ 5pÙÛ7]\99\8dW@3\92\9f¿ÿØX¯©~."VfHÈc   ÍtK\94\15}\8eGh2^\8c£\8d\82Ñ,\14¸ª\80Ú\89dv·µ\92\85\1dd\90ãº\94q\9fé¸ݬ\1f\94íª\12$\9cQ³È\9e\99sT`Ù\8c0·.RF÷@  P»\90\fD\ 1\f     \95Àq*    £ç\9a_)U\8c#\13÷3 \16\ 5dD\ eÈUX^Ø\1fêè½U¡e\17þµÞ|¿¿ú­\1fÿ&       èUó\87Õ$×\83\90\a\8d±J\98ª%êD\96ÇʾÁÍ£     |3>0nG\by¹Ø\14iâ­¢hO£Ö2-\99pñcõÖ¥\82q#¼\87¶æ;¶\1f þ§\16.j¹
+Ä@Æ\ e\81ñàS4IÂVS56¿G´õ\8b×gi\95ÚâôE\94¦¼õ4\89\14!©Òûâ*\88\14\10&\16µ\80×Z÷\b1\90qgò6\19ù )\ e\1d#5ñRùa\849\95-­9o\93Þå¼ë0½dðx\7fí¹\86­QS§c\18zù®³ìȚ5\9c\86\9aCÎÁ)Øb- \85k\8b© ©]v­¤¦[VÓì\9c}\83\94\1c2\8e\ fÈ\12GúP/Ø/m¹î1'¸MbF/¨§O\8a/
+Õôâ}O+S¸\8fèåJÿ\1fÝ\ eh\17\8e÷\17\14ü\9fÞ[\8bÓ\82Þ\13AZÄÛ®\8bå\8e\ 3\9c
+\88÷\98\94\86ã\99g\ 1²ñ¡\8fé7vçÃ\87)cô\93\95GHN*+[\81u\1f\ 5>hüw.%¤K½Â\155\alÒÄ\ f\8dЪ\96h\a\12·1ò¡ÂeÉ\ e\8e<C%VÕ;y\1f\9a»\93\9avàú$W½[u"_ú¨{\86ö®\97ÎÎ\9dª
+-'o=Ð]\17ð\13µgõ©æþ¬È\88¨J|¼Ìî@ä°È\80<\17îåÖe¿õ­:9á\90Êòè¥l\15q׬»\14¬?\r\19\9d\14=Hg\95ÛRfµ|'¸'÷¼Ko\r\ 3\ 6\97ü\8eµ·`\v\18ÛX0Ñ«\17û9¡®zÑ}\10x/­®Q^;Â/\ 3]UuòÓ\ 2t+\aLå Û\ 48è®jYGk÷\8eP\1d\12\89\1f\11\91°\13\1dSmùeóá?{!ì\ e
 endstream
 endobj
 455 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F4 26 0 R
 >>
 endobj
 453 0 obj
@@ -3573,25 +3563,24 @@ endobj
 458 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1733
+/Length 1559
 >>
 stream
-xÚÍXK\93Û6\f¾÷W¸7yf¥\88¤\9eí)Ù$\9d\1e:îôÐí\81kѶ&²èHò:Û__\80 õt6έ\17\91"A\10øð\ 1¤´
-\830\íW¦ùeõfóê=_±0ÈÙj³[±lÅD\90G«ÍÛ¿½û\83<uªYûBp/ûiíGQìÝëãQÖ\ 5\ e
-ïcY+ê½+Ê®¬÷k\9f\v\961/O×ÿl~}õ\9e¡º0GÕ>ìÈV~\94\a\99Ñ\9e\ 5Q Ö~\9cp§³\ 5Uiì½_çÜÓ¸m\1a¡\rõÞ(Æ©Í:\17\9eúÒ\91r1ØMº\ 54±Q^¨JuÊß\1e¤5ÿÁ»÷\8b\875-\1c9\1c§A\9c­|°\92\91ÓoÍJð\95'^w°\9dí\1a\1e Kn\r\1e\11\8f=Ùa\9bz'p9ótY¯á¥\vÖ~Ê\85÷aGë¦\934V¶Ô:\ 5ý&\8fFX\81·µq\18'õnbIêU\80ø\1d\10Ç\1a\85\ e­Br\80\\97\r\8a\86\89Wkj·¸¹3\1e7\ fc\ f,\82Öm\ eBN/z\86ÑűaR¶]¯k\ 2\ 4¨êPý3z\9azÊ®¼à\98l\9d\1dv19¨Ï½~½\8cãØ\93q\10çqKx\90\8erwDA0·¦^£ºsSÓ\9al´&
-²Ü®Q\80ì\'Ë\82,±óÁÂ4\9f\87@X\8em\90$FèQn?]dSø3º     Û\1fçG}î¾Â¸ü\1aã\84\b r!Ø\1chÁsÇ\8fCIÙÇFÂç¦ÕM\80    \1ay¯iÌPî|TM¹%Õ²Ùëc"\8e\1c\95¬[«JSû©¬ªAù\82[s*af\95uÛ)i\v\ 2òU\88\88BGiK\919^\ 1Ô"1à¹Ó\8d\81ó%\_F4\9eæ0Ë]æ\84SÛi\ e\98Hél\81Ç1Â\12S!â P©¶\9d+2\12Ô/í$%s8\b)Crè\98\f¶ËGxRèmÖ   ÈfÌH\11eÞåP\92¥ø
-       '[E\13\14í(\9d;\82RSjL\84­±ØGcq\92P-\90/Yâ½y¦ÙBíä¹ê\8c9\18~\90^Äßh\800\98\94ÆÎ8¥M¤5Å_Òë'4U=¯3áÝ\12ÿÏg\rvùÀ(Õt.à÷þgÒ©-\aîý§[Hðº(èР,R(Dxr\98Þ\1cÂtYÆPÌx\93&\83\86\8aÎ;è=\19Ï\9a\95@mp\85y\9b\83\81\12\8fíA£ÔÅn`\95õÞAßá³\0ºU\9fϪÞ*\8bwU\92$y\9d\8fJZ\1eĶb!N\8b\8a\96\ 6,\9d\9d\83Q}\91ÇS¥®Ä\85EQÀ\13
-\8c3§ÚÍÂ"ï(*\8fVïkÛ2;þ£}\ f\82à\96h}\18)\7fF_5\10\17\856]\ 3uì¤[*\14í@\9cî¦bÑÈ=¥ \859\ e\97\19Ö\17_@O¹\ 4qÂ.à\8f\ 5Ì\1c}MA\ 3\86\0À\15Xj\15ÙuìÚ&XEF\86°¾\18-øq$ÅTa3\97ïY>X\ 3}²&±Ö\80\14\9eÈ8alTU\ 5ÄM\18\15\1cî\95P¤K]Óëü\16\83ª\fÅó\90L\1e¯5\85\ f;æ(ÈÃ\17\v\1f\8f3{lóÈÖ\1cè\856¢´m«Ü n\81\1dº\8e\98\15\94_(\867Ï|zl¶4\86\86\8cÖ3³9\16?&¼ßÕ\1e2\98\92\99¤ÆÇä\95
-x\90CDéü«mÉS\ f<NÔ¶û>Æ^tSô\8cýíû\18\e9¢Ä\14QM¬\13s²Æ\1e\955\13ÁÄD\10\84N\ 6E\9cµZ¢\89\16¨á;"æb½9"2ÃÁÄq\10\15Îi\ 2:Ü&hªì\96<\18íÈBâ'cc~F"!~2\97\19ó\13^\17\e3:\98qÎðs¼\96ø  \1d=×ê\ ec\16[&\9aÙ9\13Ý\92\ 53\88\95æ\10\1c³\12\a\9c\97öƤëþZDÔ!B~\9b\13^\a\fg\ 6Ê\9co¡Ì\9f'{²5öB1«`\8dê©\ 1\81ÎZ\90Ù骢C\fÂ\f\e\19\ e\86'\8f½¿Êî@Ò\92æk\97T\89É\11,l£¤º#>\9cO\84ªjü%-¬\91\ 3FÀ®F=\95úÜö\88&hÂ\1d!úx¶Ð\176\19û\vÊQOóu¤ÑÝ\9a¿\8d{¡/õ\15ä«[\90ÿ¨{68ð¹°9\87\9d ø\1cL'ð9ð~\ 1\8fÁ\a*\12ø(-©©§\15\rVÌÀç\0\8cê\19± ó×\81O{àÅ\1cøþf\18-\80ç\ 3Ýo\a~+Oe'«òß9ôÛ[>¬îûÕ\b\ 4w\98\8b9æ¼Ç\\Ã\9cO1\ f\ 5a.\16\98\8b%æ|äËÿ\14lý¤\9aKSÂ÷ÖQ\17ê{¾·6xÁ×û}\85«\126¹õ\18\8d4|Ô&ã\v<|cápÄ\19\89\151áp'=Uå¶ìèÍ\95ÝrÀ\16\85§_¶¸zV]\92Ìk/eG\17,uå\10ïÌm!½f'\ e\8fí\8cà~äâ\9d\19\1dìDùZ×þ\15[ÍÔØV\93¥ÎÖÄ\12#v¶&ÆV#D?F¦%q¸}ÇS\ 3ãþË\ 3Vn\87¿s\90øöFbçt]=/hÀò$\88¸û)r\94Ûv\11\ 3î~\9b\98\9dñ[ñç\85&\10\8bÜ·ÈS¹ü\14\89\ 3ÆÆZÐ~²³ Wåì\D\ 5Á\80m\93\80§\93ÿC¥q°±¡\aï²È³\7fAÞÉþ+Z`îÑo\8dèÚ?'\ 6¦¹ß>\8d\92\ 5\9eÆWy\9f@Çʵ\9dlºþ\a\b©\1e\7f\1f\8d"\84Æ¿Ûüð\1f\1d\8d\9có
+xÚ\9dW[oÛ6\14~߯0²>Ð@Ä\8a\12%J}\19\16¯i34m\91\1a\18\86¹\ f´MÛBlÉ\93è¸ù÷;\87\17K\8aRÄË\8bÍÛ9üø\9d«F!\rÃÑzdþ>\8c®¦o¯£\11\viÎFÓÕ\88e#\16Ó\9c\8f¦\7füC&\e¹×ª\1e\aq\1c\91ìÝ8à<!\93\93å\12\17cò©(\95\1d½_\16º(×ã \8aYÆH.Æß§\7f¾½\8e[ÕQFE>
+xN3£ý×q\90D\9c\W5\ e\12r=ý\8a2£p\14\0\ 4f!¼)Vî\98Þww\13³{1\9bM\82\1fë\8bwöÌÅZi«k6»\r~»ø\99\80> ì\ f?\15à^à6 þü£,ï\83­lt ëõPû\eU.\ 1¯y8\e1Nc\8e\ f\ fàå\99ùM­Ò\8c\97Fäª(\97r¾E
+EBî\94\n-¡âÄscÕuMÄÑ>¨.±ê¦\9b¢\ 1\99\9c\91F-tQ\958\89ÈR5\8bº\98\83E2¢Ü\81Î\150[ø+Ìy½\91Ú®ïä8JÉ#NBâ\14Ø\1d\ eÆþ0×\95\95½\1fG\82¨G\8fâß\83*\17ª¡ã e\19ù{\9cE cø
+\1cú\96á\85D¼,!Û¢Ñvô\88Úª\ 3:\1eã\1dÝ0\99\ 3càf\8d=8÷8aGýP\8b\83qÁ§\8eDz\9c\86\fL\85ס\ 2ë±Á×\ 1µ\9cQ\1e¹\83U}\89\8a3²ªj{\9b´\7f»ªVv\ 4±Ñ¸!\1cÚIm$rÒ\1c
+íÌj·\9c|i/äí\85\10-!åq×\89\8a\12\9c²^\f°Å\10>\ eÚ,JÄV]\ e#\ft\89á;÷C]\82æ¹;\bFâqFfä\9bRöÁßN^\ 4\13N#;øçJ6\e;¼:\14[`ºù\8eï\8d\18Ù˵\13\8ds:\ec\9e\b;y\ 2ÖK¹3.È\ 49\16zSAØ\19\ 5ei÷õÆ\19\0´\\80sîa\86\ 66y\ 5sPë
+0ñn\863Ndí\12Ñ¡ÄCè¨Â;*¬\9e<%ÆÀXÉÃVS\ 3ÁûcBãÜ ¸)ÑÇ\ 5\84\83Â\ 1Ú\7f»­PçÑæ·,u¡µG\96\9aË\81Q\19° ¼\eímÄ\14\ 6\95\1eX\ 2¢8òGkµ\ 2\87r·W=\14\82,\ e\9c\12¿Ð gáØ]Ò\14\88\b\8c\12å)Aî\aÈrN\85÷\90\9d¬ï\9fÃ\13§}<ÆP<L1\86:\96B\84\1cH\95ø×ÂÁ¥\1e\1c»Ô\98\94ò0ÆT²Ä%\13¼\ 2M\82ÛøÌAئ\82Æ>l\e¥\83g\ 1'àó\89;äò\19\88bH\8bÊBÓê\87¶×¸\¦\8d5\r\16\0ºØ½½ì\13-\95\10­LP\91\97Ád<Ìä`pDÃZ­\9cß\99\ 4\89þìvO\ fíZ%JhØ\92¾FÒ\ 6vÉ)c§\88õ\15&¦anÒ\bK8e\ 2\0r\9a¦¾ÆPf«Ì¤MóPW®Ç\90¯MJ\12\9cÜVã\98\91\87ç²fhìÝV\999\0+K8\19T«ÀÕ\10\b¦\19\99\ 4\12b~`\17A\93¬ËÔ­\89\ 1VÔrc91$5ZÖÚ\ e«Õ\93½\9eÿ£4B \ 3Ô\ 1Þ\v]\ 6\18Ê\15[¨É]ıA¬~\828ÿ\9f\88\95Ï/\ 3¼çÂ\83êp\94õ2XldÝâ[½\ e\1f*Ã5PèÜÎ\91\87\8bp\81\@É:\aÕ\.î\9f\815\7f\1d\86K÷¯Å\14÷\98:Vþu3rû\12Sɳ\90ØS¦\'\83&Þ8Ðδ\913íi\87\91Òä\13\:bR\ 38XCyLþ\1ag1N\e\95¤\bó\92O\89ê\89Ò­ÒÚ$}\9cø<Ók*\97źÐÍ9\ 4\9d\8cÖghþ
+\86RÑ5Z\9aYzðß\90\90æ§X\85\96î^?VA\97I7°±¯ÕCQ\1d\1a\18À²\97ð¼Ç\1eìZö`ÐgoÀ\8fe2î2\19\93Ó\aÊùì-¶JÖ\ 1ÔuS\13¼ÇoÏ!o\82¢Xu\9d\93àÀ+±A\83\ 3(\vµ´Å\aæ¬=í\19KMu\87\1dL\1fØ]\85!<Ì\88<ØîãE)w¥~\82GWûá×\8dç®ÍÀ\ 6õ9t\99§\1c\ 3\vA÷Òë9\94Ý©U­L?Ù½þI\92÷Y\14\82\8b\93«GgQÛ½]ú|[4Ýúkû?[éSÓÿ=S-\1d\9a\8c^.\96²,ö\87­´ß¹¸mZ\fÜú\bß.Uýøb\11\85¶Víu¯|~VG?åö*xÄ\9dÒ\87º<§¬þn4Âk\13×ÄàÀù\ 1\8c \9d\80\8c°U\rö\95\890\16ÇõãFÕª'Õé(a±À\8f7\ eß27+\7fªhúÊ\ 5ñ+eU\ 6j·×¶¡\83\16T@\ 2\.\9d6=\8c[Ûá¦m\87»q\1c\9aUû1\88Ëø%P/]ë-\86\19êScn\9eçÚæÁ×\11|jE±ë¡>Þ|\9bN¾|\9eÞ}ù4à8MÛ^ëÔE÷?³DGÍÍ\87Ï_îÞ\9b\a¾\9fþò\1fÀ³xò
 endstream
 endobj
 459 0 obj
 <<
 /F2 13 0 R
-/F1 10 0 R
 /F3 17 0 R
-/F8 61 0 R
-/F9 84 0 R
+/F1 10 0 R
+/F4 26 0 R
 >>
 endobj
 457 0 obj
@@ -3603,23 +3592,23 @@ endobj
 462 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1522
+/Length 1577
 >>
 stream
-xÚ­XKsÛ6\10¾÷Wð\bÍ\84\f\ 1\82\ 4xlì¤ÓG.\89g:\9d¦\aX\82,\8e)ÒCRUÜ_ß\ 5°àS\8a%\8fO\86\81Å>¾ý°»T\10Gq\1c<\ 4öÏ/Á\87»÷\9fX@ã(§ÁÝ6 2 I\94óàîöo\92ËUÈ$\93)ù ÚÝ*L\92\84|Ñ[Ýèj­Í¿\9c|VÕ\8a    rPåê\9f»ß\82TD©\fB\9eGÒjøµ\ 21\16\93Ú\bý»b\92èæØ\14\9d¹Ms²¯\8d\ 1²Ñï\8cXBÖFl§\1aµîtÓº«÷ "H}¨6æ\7fJºÚXzÿ)\199\9dÓH$AlM¶ºÜ\86EÕê¦s\82£è²,â\ 2å\1aýT*\e\ 6\18év~¡¿wn¥:gïÉÙ/ Î\8cX\95AÈR\19± \ 4¤¨CªQ ¡Y\85<\ 5\99\1d`bWO\87vWT\ f~[ãÂ\9aà©0¡L\8f\9aâag è¢U()#7#,Ì\85{\v\97ÃÂ^\b\910\16       \1fã½Z?\1eU³        \9dÛxfýN­ÀF\97ºÓá\1aì\9c\ 2+c\v°\80\ 2\ e¬d\96.³ÅÐC½­\e\f>+t,:d\93rBí\13(\8f\9c\93ÎlH³(Í­í\ fÏNv£·êPvï¼\13E\8b^Ôû½²ì\0M~ó`i9p'ráQÃî87á\85\86«9äR\1aî\18C2â\11_\85iÆÈïEYÚÌ%"%?[å°øk\953¢ªGs2Ç\1d\9e\13\ 5ey$\1c#\1eAC\b\vù\e¹   \1f¿­\16 ã\83\19\98d,Ï`FNÂjÛÔû\ 1Vé`\15\1eVC§ÑEN´C%!õvvb\1c\8b\16\90@0|J I8\89\rç»Sõåp_\1fº3¡åc²\r¡\81Zã÷ãÑT\ 4P\8fÞÕ³À\91L\ fEU¹dô¡ðAèÒP\ eUñÝF\10n\8a\e5\91\1cÞÂ{\9f\9bñû84mÝ ¿¯
-\ e4@±ís|y´6_Ç]]êIÖ~\1cè\98\81<\86\12è\16tQ\97Ía]¹3W¼`Ãûê\9ey\9e[_áµr*IU;á½êl©0ë#TL¼:g³Ù+Z(\82\19\17öý\eùþý\9b2\11\8fS3Ô\82\17\9eÿ\ 5\90Õ\ 31>\87\9b+\88Á\98§\0¬\16ÏÓ5.{\86½\86áó\84\85Mûp2O;Ü=\9a5¸fû$'\96Tp¡À\8bÈ¥ÎHYVj]M/¶xó¤\13#@\1d\14³z\91\90ª/AG\93`P\bÉá<!\7f®$#\88\19\eõ'Õ\14\1as¡|+èµµj\8f+Õ.\12Ã`xÈ}3\87>bË\8fMË¢AAå¦(x"Á\89È"\96\9c¯fÓTc\7f \81\8còÌ\ e\15,\89¤\84ºîîî,J\1fïìÆ1 \9cÛVjZjJ\83}@3\161Ùo\94ÁW;ZQ\16\88(\17Va\7f%\8f¸ë8·\1fÿ8£6¡Q,ÇjÝF¯vägF{µ±S[,§\ 2ËY\1fË        V\87\12:\97<Ak\8aãIBEO&·\8d¤\83     \a7¦¤7\ 4\98 xGL\b\ 2j\1dA`Ñ\eB\82À\85S\ 4ɳH&ó        ç$C\ 44t~\9e!\1cz¿Ì\16M¨
-\eÛÖ\86\1eq¼¢\14p\1f
-\9f`Æç\98Áñ\143óHÓ\98\1c\11Ìõ\9d\e\96ai\87\94\ 6\15»¥ÎÛp\18?\eôM&`\86¿ó.\19öë\13¯~\983|\19m\15Îí\82h|â¦ìOF   û\96\1apøâ&¼-J]A\86g\18_\ 1p.Ñ>t\99Qð°=\ 5\18\8e§ó§mG¼\a\18.x\80\ 3\fKå¯÷fÚÒ}\ 2Á\95µQ5\1a{sá\12\82â\8bö4òpY#m\1då\98\1c\84Soæ\83\9fK\b\1f\12"g      \19U׫\12\82\1f\0»º)þ««N\95¡GáâyáÖªÀzîg$«Å7\0?\9cwê¾ï øA\aëeÙ\0<N\rýü-\e}\ 3\93\97çòUÜ;=\99\17ÕK\93\9b3xax£o\9a!ù¯\89u]?=c¬¡jmã»&æ\9búÉØ4Þ
-\1cõ\12ÑÇ-0nÁ\86£\1eW\81\ 3ýø\10ÍÃêþð\8d¥\99nLäP¢Ú\1aÕ¡ÚµB½ø\9eÝî³ñ\ 5¾¿zú\83@ÿÉìþUý\b¤\9cã\92»Ê?-uoùMù2þÓ&õ*ø¹ÿ\91\82ÃÌ6\14\14\ e#Þä\93\9bã/\16\93i\1a\87Oîç>³p©°÷1\15@MAcW\89æVâåhgDT£\aµ\8bº÷Ã1\8fÇ\91`\177ñ¤oâg\9fÏ\90>~êù¸ô¹î\98\9dK\1f\15Ì|¿Ïó7\99B¯¨\8c£×\93øVÂã~\84vÛÛº,íÏcGlúñ\89ßLr÷\968\1d´à[\82Õ(\81<Ë|\9f\9fÛYÎæ âF/Tûú\ 4¾8¦\9fJ\1f\7f\83×\a\93óOÿ\ 3\94©[Ø
+xÚíXYoã6\10~ï¯p\9fB\ 3\91V\a%Q@Q Ùv\8b-\10\14è\ 6èCS4\8cMÛBlÉ\10¥lòïw\86Cê°¼©ö\0\8a\ 5ú$rf8\9cùæ ©Eà\aÁb»0\9f_\17W7¯ÞD\8b0ðópq³Y\84b\11Æ~Î\177?ÿÅr±ô"\11\89\84]I½[zq\1c³?ÔFÕª\)\9crv-Ëe\94±Vî\97\7fßü¶H2?\11\v\8fç¾0\1a\1e\97IÂd]Èû½ÒþÒãIÌÞnpiÊ\9a]¡q\94±}Q*¢\11%e\92\18\87
+\r`ëâ6J2µ&\1e,kªú¹_zIÃf§J\92¨\15\8e<Y\97v[\ 2¿2\96\a\v\ f\1c\ fÉñ¢ÑämU\17Û¢\ 4çÌL7²Q>\8a¿z\13÷\98yèu\ eëá\13\9bõÇZ=\16U«½Á\9e1»e¯½ãí\92Ö\ f0wËaûÄ,¿®\10ÓÇ%¸n\8c\8cØÝ½\!íá\82T5»ºj·;7Q4\18ìÆÁCÝ\\12\1a³zW\94Û\93%ÎR\9a­ªÃA\96ë9.\96ê©\99ºW~¦{\9bª~\8fDY¯¿¶\87hè'x\17\19\13ï\15\84½\ 4e^µ9õòÚûáó¼\84L3vw¦aV×ÚZç2\92³¢ü\88×"bsB£ÊõY³\7füJf\83~[\1d\9b\13NQ\1eÛfbó%é)|å_\9e,pNCpÚ\1aÚ
+îÝì­Í÷¦øU\17\86ö3+C!³U­\95§\95¬W»i®Ö/ÃA\9dà\1d.6\99\ 5\vyÀ\\1dºl%*4\86º!;yÄ$BÀCë%\f\9coÐóHÞº\8d²\ 6K\909\10îVIÈîÚã\85Sã*\ 1ä;\9dà\8e7l\\14½ÞC©]ú¯\94ÖÒe\8fÇyÌnlçå¶ß\82\ 2¸ªÕÁ\ 2ݵ½\ e\839°c)\ 30\1f\85]ÏÉÂ\11ìQÄ\ 6ý\81\b\ 3Ä£\98\10\8f\^E£l"y\8b\1aÄAx\848\88Ü­\rá}yAó\1e÷¡f\1cL`\1f\1f OM«¬JÏ©\ 1\15ÞË\ 5p=ï,ú6\v ç\14\86<\19\84ÁL[M; \84\15\18ÀÖ£\ f|=t\1dæ\90\84´BZ~S[]      Óíñ¸/Ì\15\ 5f÷¸ÊÚq6aZ­êY§ìIH_.®ë\7f;\7fù7]\Q\1e\99¨âw\10Õ(\8f]T\8d\84\15\18E5¥¨Fy8\8a*
+\9a¨v\vã.ªHê£\8a³{ÔóLZ¾(ªÖ#\17E\eT\17ÅO\r!Þ©G!ä   ïñåp\ 17ø"µ\83\12©Æq\92UDq®ã\18ÏvdÒ.²\96+8x5ÑìÁÜ\98\88\9a\9b\ 2Þ¼\9dª   ,&\9dÀ;AZñK\11\87Á8\97\ 4\ 4,Ê%\91öÂG³oU\90<´Ô$Ï]K\ 5¶ûJú\9c¯k`\f»ªQqõ<5z­6²Ý»û¥{«t\97HÛ´m3oÍ\ 6\bKƪvÞ\ 5ú$       ¯>|I\16Äâlo\ 6j_jµO\18ô­C\84¶³õì°ïm@¤ E\93T0[\8eS!£T mÿO\85\99©ð,Ë\a¯lv\9e¬·}/\7fí=ÏI\82·%t\1d@\8c\a\16\1e\1edýË\ 2© µ=tÈ\1a¹\8aĬ|:x\ 6"¹s̨\82\ 6Ï{¼\94\8f¶ÐjU\91L\8a\91Oá­¼\9ebWa6ðÜ\ 6.      \86\ fÎ\84î\ 1à¤\19Ó­!\9f\86\96CWþ³hvV¬´ß¡W\ 6%Þ£\14ñÈ\8fc0Å\1c¢\13\10S?H-\13£\9aàõ\8bPDÍ6sG
+\93Ôçá\1c}ÎLS\f\15Ý\8fr¶©«\83\ 1Ç\8ba\91HGW\16W\92\ 3hÄ0»\80uë¤âN±&\8ey,ö\95\e¿¤Å\16ë\96Ö\80*\ 2\158\9dµ\93_!Áí\12B\90ñ\94ý\ 4\91\80\ 4/ÕV6Å£©u¢\9cäWìÐÔÄ>\ag(b\9fgsñD-=\9e¸\81Á³Ón\ 6æU\8a\ 3sr\r9\1d"&\0¡È±î\ 6\ 1èþ\vxI\94³ßéßVê \85Á\8b©\16\1f%\1fu%\f,Ë4\bP\ 6»Á#Y­1ñRqf\13º$§A·B=5¦ç®­ %\17\eëPj\f\98d\14Àt7i>Qè\v\97Çß\137\1f\9f½T4¹°Ì\8b3\7fcÔÓQ\96º¨ì{f'×£W¼²tMå­Vö\9fÞ\99þ\98G~\18Núã^êfÜ }ÚØ\9c]@ºöþ\99ó qýÒ\9c0RÛÑ8\87\91b~{\bw9\15|TX|XXI_\9eC\95]S4µFÇÝ9u\93\92\eÀ\9a¸\9f\1eõ³©C\ e\9dŶÂ8±oÇq\83¿$\96E}'Ç\7fs@ß\13¤ÒÞ*ß\17\ f\9a¦I\1aû\81KêÑñ4É
+á»:6ö\85ì]»\82»¹gÛ]\1cúÙ(9u×;âL°\15\9c,\88h\96Û\1f±#3ÒÀ\8fó¡\15]\12\9c\9a\91       ?qvàÛC°á.îbD³þB\94¹\83      \ 6=ê0q¿\16á¦O½\8c.CV\1e=ûåæ»\ f+|7x
 endstream
 endobj
 463 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F1 10 0 R
-/F11 398 0 R
-/F12 401 0 R
+/F4 26 0 R
+/F9 84 0 R
 >>
 endobj
 461 0 obj
@@ -3631,18 +3620,11 @@ endobj
 466 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2409
+/Length 1756
 >>
 stream
-xÚ\8dYK\93Û¸\11¾çWè\90ª¥RC,    \82¯ä\90\8c\9dujSö\1eÖsIeRµ\18      \1a1¦H\15\1f\1eë\92ß\9e~\0$Djv|"\1e\8dF£ñõ\vÜD"\8a\eúücóîáÇ\ fr\13\8c7\ f\87M\lâD\94jóð÷\7f\aï\8fú<\98n\e&\89\f\8a?oC¥Òà}{:éf\8f\83Ið±j\f·~ÚWCÕ<oC\99ÄE\1c\94åö?\ fÿüñC2³\ eaÇx\13ªR\14Äý¢\9b/¼ö1x\1f^\1e·¼Â\13&ÍEZnB\10(f\81þµ-\92À.\93Áp¤½U0´gfÔ\1eø;Í|©ê\9a\87:\12\ e[U³\95\19¬¹b\92\ 4Oã£L3>­
-ôÀ£ÀX\16A\8bkò`\10ëC9\19sQ&ӱ³\93è1øôÖÑRZök;è\ 1EÉK+\134Pü\10%¿\83~\19\a¬w\98¸ 8¬\88¼°ôE\144æÅrhÏb\e¦\85D\95É \1d\99\e\9eo\9búÂKö­Û³ê¹U\1d|)\80äÜUm\87'ØDþeì| Àâ¥j²Hd),\99îz©\ 3\99\89TY\ 2Þàj=ì\94dÞzRê\92\87J\ 1MLc/'Æ\85QI\97##Âr(S\11\13M!\94HA1\99\f\rÉÀìªÃ\85±\91§Á/ãÉtÕ\8e;÷Ý3t\9bm\12\aÃúx\8cfY\88¬$Öûê¹\1aBÍk\ 6\ 6×cÀËÊyYQ\8a\12\7f
-£õ©s\11»\13Ý­V\97³J>\85ñ\e\8béb\84\10+.I$â|b\13þ.\9b\eØ\rc\99ø@¸ß\ 3\bd©,\86d\99²2¸\89\86F_\84\13RY\15\91\11â\bXtÝ\19½¿0\9dÞíÆ\13Â{¬õ`¡\1fI\ 4\b\83î\ 6Ë\88G\bô´Ò1\9e-Õ;tä[Ûtj\1f\8e\91(ÜÍÐ.=kPó§1Ï ÏW\14ÛðíÞØÏ÷\f9\80Íw\fcS}5]¯ë+\90 \8bø\1eÿðÀºEûÄ/\98¥nZÐiÇ\9d\17r\b[ðU\17¦"µÃDÏ\1e\8c`îÖ1\85\7f\ fà,\94L\83\9f\ fLb/\12Z\93\91\r\1eÚºnqÃ\17ÜÐì\99ß\13\8eØÝ[\b\v+\87\81W\98H\15\9cÚ\ e5(-Lz¼aXÚ\9e\87ªmtM\9e       &_ªáÈ-Í\9f\1a\96
-\9d\13»ä±g\9e}õÜX>Ã±í¯øÛ¶\ 1ÿ\9e7v\86\9d\eòîB_RV¶\7f¯¡J
-RL"#»,.=ç'Y/8èë%'½@,\9cô\82\14Þ\81Áõ|3»\91\82æ\12;2\8f\ 5ØXô\1anV\16i\17xGÐϺBg¯à\82\9a=
\9cK\87\ 6ëÎù: ñ±\8câ¥\12\ 2âÀs\95]Mp{©zË\ 34\ e\17¹G\rAhºï-#\9e\9ca§k\1eÙéÞÜ­AAÑ&s\90ÃÖ¬Ú̪6\8b\83êt2û
-"$¡#»\85A\1c\9dt\9d\96$  ²C\80\1fu§w\9cʤ¨\ 6
\1eûÆTlK8h\17²\ f[a\83P\1ceW\0\8cÒ \80±K)\80ÄW*\8fìÚqî¦p\bËlZÒ\98o4\97{j\80a\92\137eÇ8Tçº2vn:31\1c\96ù\ 1Ù«¨\H¤¢ÂJ\94¹.n\84\84U\ 3é\1cÛ¢\8a#´ç;t\11EзL0\83\97\bøúpâ06;4dîÑÁ\90\0\8d¯ë\a;Z\9dÌZÊ\93þBvCHÊ\1dXóEÀÀ\11_\8dÐÅS\13hc\86\1fHiv-é\ eÚ´\19µnoP,ïi½A_}\v×Ð\1d\8cil\94\9dò ¾µ\99h#8]~wá\81½9h¸¸;\9b±2Ú9qâðÒ\ e\84\1e\1426æ¨l¢:\85¡/\14\80.ÛBÝJxlظÊw2Îw>\9aa\98ò\9c\95Ö\9c»Cïa\9b\ 5ó¡(°C\1f¶%ÇÜ$O \87,)\87|+\ 5\ 2È\9ek3\98ëä'\8e7\85(3\8a\17ä/\82õw$\95þô@\ 3/\9b<\13\81\84\8a7§M\99`<výzó\99j\95Xn ¢æÈÍ-È Qd\8e\ fÛ¢\bîßÝæ\9b)Q\16\1e_îO|g)\81 Áyéê juòD¤\ 5\164êÕ\1cIÆâ:I"8\rætÆì\ 5Ñ×ò×:Ê\ e|Á      G
-§F²!ì»/gPØ '\81-\ 6\8b9PDÅ\81\ 2\97²ùã,øÀ\11ýñb\97\95%\9e\99-ÉDn\ 6\10Áå\ 1\ 4Ì3ø\9e\9dÆ\85áìåѼwXrdEðN÷GKË\a¶+ýsa\7f\80¬ÏAR¹¢'åÓ­DÒ=û\1fÍ\9f¯Û\14cw¥\9fjt0 í#\85\12\9cc\9f#\9d\9e\94,\9d\9e\9e«Æ²áä\ 2[¿­Óߢ@dpôýã:5\13¹´\93?<nÑ-\82ß\19{Ó5údx»ß\91\85ï¬XÉ\82\a\ eãR\89ÜGÍo7\90\17¹Äà\7fo\8b\96\800\90\ e\r,Z\ 2\9b±h\89\13-\99DK\96¢%\93\9a\92ÛjÊKQ\96v»¿Ý\92%YÈRØ\14ð*}"\91\9a]=ºÜ\ e Y°" Ù¤\1c\95û\98p¡¦\a\ 3\84J5\ e\81ï0v\rÕ¿6s\83¡¦%o\a­Ö\8eÀù{;tî([\ eöã\8e¶-8\90Àç¤\87\1d\9aÒ\91*pIa¬6V\9d0\7f\85i¨´¹\ e^@\97­\0S¥·\9f\ fÎmßW\0êpæÜÏO     \7fý\9eW\92\8fU?\½\83\18Ì\9a\87\16üÕòñ$q¸\98b\92u38À\ e¢­\õðö¹\0\en\9fêOßS\0ýL\fp\11\18>¿ê¤ËC¤ö\10.¿O²é\10©\ 3·;Dºð\95.0kKN9|;Ö{î\1e5ö¿R²9+\ 5:¦a\82\98\ e\12Ôý\1a\06C[\19P\8a\ 4Ñë×¾ÔI\1c«ùñà\86Òã"\172e­KN©L3\86~XþÞrósuªj\8dÅ%ææíj/UbÌ\8d®Ãþ­Ç\99x~\8e\90àÜ©¨\90\90qwæ\k²6ìqh\83\ 6k½ÛO\eÓ¨Å\1fwÜv{»\82\\14¶4\7fzð#µ¥\9dÌ\97]HI\1a÷=H×\9e8FÚD\15ªL²\1el!\96ð»0\1e\1còn     üLVF\90QÙXH\10 "\9b"S*ÌìVu^Y\8aÂ=è\ßÕ:¡`ZÏÎûÁ\9c1\84(Ô_×\8eÏG×A)\95tG\81\16\1d\ 5¦\96GQ¾\aúTe¥5UNí\81Àh.¡°\17y\1a¥Iô¸´'yÜ\15òï§JÃ\96E*J°\1eÅ\ 6{\1c\1c\98f¬ÀÞÔB:\19ÏÄÖþÐ\15`\97ë\8f$èF\12\1cx<\ 6ý\bD\90(ü×ì,ß¡]lÙÛ´x]ç\1dn½H:8?Á¾a?\jsË\96d:¿\9eAØHm}PºB\ f\ eÊË\86\8aã2u^ª´\95\1e\8c\1fly\9d%P^7\96Ñu-TªINåÁ*Uó;a³v#\91HÜóß©\9dÝZ¿b\94$\94¯¿Â\aRäBHµN\1cÛ¾r.\19B$8Ü\17\94W£Uã{ò\14¥\8f6\88òµû±yB\99éÿÂ\17gãñâ\15\ e\9f³®\8b·\ 2!ê*â"r(áÕ\90¥ííÞíº\9eóu\81&\vi£&)¾Ð\e\ 3É\8f£³±Mp\94\11\1d\ 2.+\aYù­\ e\a§<GÙg"\b\ 3\ e\98\81q\1c\98\84\9d;\\bbßya¯RAñ¥ÈÓ\9bå\14Ô~P£dp\879V=\19=\10q÷V1eÉU$2é\8a©|]L92)dæ±åþ­b\8arRâ+¥_MÉת©;÷?fð+d\15pE~]\1e'óëÇ\c\v\1fþ\ fqÞ÷\9a
+xÚÍXK\8fÛ6\10¾÷W8@\81ÒÀJ\11©woÉ&)R¤=\14.zè\16(×¢m!²èHò:Û_ß\19\ e©§\93¸·\9eD\91ÃáÌ7ßÌPZ\ 5~\10¬ö+óøiõzóò\9dXñÀÏùj³[ñlÅC?\8fV\9b7\7f²û\83<uªY{a(XöãÚ\8b¢\98ÝëãQÖ\ 5N\86ìCY+\1a½-Ê®¬÷kO\84<ã,Ï×\7fm~^Å©\1fg+/ÊýÌh¬dÛ¡|Êd³?\1f\16)33     Ó;ZQr»\16 ;ÐleOHYYÓ³;7µ\ f¶Ä)Û\1cìÚ¡l;Ý<[\ 5\9fO²nKmåwr[V`\9cjñ=\83\93í¦s«
+«R\ek\83\95\aÎsr^}î\1a¹íÈ»î`Ýt\ e\84\83\ 3     ëî\b"ÙÒRi<\89\86]\7f£ú\97ïÂ\11Îiè§)\9c\88G½ø\9eÖÇqà~\14Ûå\1fHÉÈÇpêcÄ\ eÒ\ 6ä\11\ 2\901¥jzmOô¾-\1fD\9cªÂ§\838\ 69Èñ ODÂÏ8<S_P\902?òõ\17\ 5\eýJcön\9d\v¦\91\ fi\84ä¨÷&⸴YçhT·p\14h\86Ês?L\8dòBUªSÞö -¯\1eؽW<¬\17\bXê`@b³ó\8dÙ    \81\ fv@T\91\18)$j$b&;|¦\8c\×%q\f\18\93\8a\90½ßѾé"Í\95-=\9d\82þ\10\v*x[\e\87qQï&\96¤\86¨wHË\0ç\80c#F\91\ 3\86xQ\90°ZÓs\8b\87;ãñð 6,\8f\ 2wx\90ôzÑ3L;\9c\e\16\r\1d­®  \10 ªCõÏè)ä\84ÝyÁ9Ù:;ìfrP\9f{ýz\19DZ'ã Îã\96\b?Ï,sïúì±|l\14f/íÉF{"?Ëí\1e\ 5È.²!ó³Ä®û\vÓ<\11\0a\ 5\18\b,ãFèQn?^dSx3º\85@·ßÎ\8fúÜ}\81qù5Æ\85aàr\99Ï\81\ eEîøq(©,ò\91ð¹iu\83Õ*\8aØ+\9a3\94\83ÒÑ\94[R=/\85\ 1;*Hn«JÓócYU\83òEµ\9aS        3«¬ÛN¹Â mM2\80PÚRd\8eW\0uHä\b+ªßéÆÀù5\¿\8eh4Ía\9e»Ì       ¦¶Ó\1a0\91ÒÙ\ 2\8fs\84%¦B$@ Rm;Wd$h\ÚEJæ`\10R\86ä00\19l·/rÕf]\bÙlúN\94±Ë¡$Kñ\15\12\8a\16(ÚQ:w\ 4¥¦Ô\98\b[cq\8cÆâ"¡Z _²\84½~¦ÕBíä¹2M&Æð\83ôÂÞÒ¶\1e\93ÒC# \946\91Ö\14\7f\1fÑTõ¼ÎBöõøS>}:k°Ë\ 3F©¦s\ 1¿÷>\91Nm9pï=Ý\92\8a\82\9a\ 6a\91B!ÂÎaFs\bÓe\19C1ãM\9a\f\1aì5\ 1FOƳæQv%P\e\ápM0ð¤TâñyÐ(u±\aXe½w0vø,\80nÕ§³ª·Êâ]\95$I^ç£\92\96û®\7f#N\8b\8a\96ú<\9d\9d\83Q}\96ÇS¥®Ä\85G\91/\92q`ZUífa\91w\14\95G«÷\95}r;ÿ¾û¾\7fK´Þ\8f\94?£¯\1a\88\v§ÞB\e¸AÕíI·T(Ú\81\95ßFî)\ 5)Ìq°Ì°¾ø\ 2zÊ%\88\13v\19\ 6c,`¦õ5\ 5M\18\ 2\0W`«Ud÷ñk\87`\15\19\19Âûb´àÇ\91\14S\85Í\¾gù`\r\8cÉ\9aÄZ\ 3Rææ\b\vÆFUU@Ü\84\vs[Áé^     E\9a®}ð:¿Å *Cñ< \93Ç{MáÃ\81i\ 5yp½\91ØÂ'â̶m\11Ù\9a\ 3£ÀF\94\8em\95\9bÄ#p@×\11³\83ò\vÅð\93 \9f¶Í\96æÐ\90Ñ~n\ eÇâÇCö«ÚC\ 6S2\93Ô¸M^©\80\a9D\94ú_mK\9e\82»o¢¶Ý-\8dn`ìE7EÏØ_¾ÅØhÂXwõ\8fc\8a¨&Ö\85s²Æ\8cÊ\9a\89`b"\bB'úÆ\88]\81\ 4uc-PÃwDÌÅ~Ó"2ÃÁÄq\10\15Îi\ 2:Ü!hªì\96p\8e\ 1ñ\93ó1?#ø83üä.å`0æ'¼.\ eæÔ\98qÍðs¼\97ø   \ 3=×ê\9a1\8f-\13Íê\9c\89n˲\97÷ßl\13\84óÒÞ\98t=ùÜ\8b,!¿]èÎ'¼\ e\18Î\f\949ßRä~?ÙÎÖØ\vŬ\825ª§\ 6Ô¡\aêµ ³ÓUEM\fÂ\f\a\19\ e\86'\8fÙ\1few iIëµKªÄä\b\16¶QRÝ\11\1fÎ'ûÑØxWî\99däø\93øÔ¨§R\9fÛ\1eÑ\ 4\9fÄ\8fg\v}a\93±¿ \1cõ4_G\1aÝ­ùÛéZèK}\ 5ùê\16ä?è\9e\r\ e|\11Ú\9cÃÁ\ 4|\ 1¦\13ø\ 2x¿\0\1fåÇà\ 3\15  |\94\96ô¨§\15\rvÌÀ\17\0\8cê\19±\bÁ\97\81O{àÃ9ðýÍ0Z\0/\ 6ºß\ eüV\9eÊNVå?sè··ÔÉû~7\ 2!\1cæá\1csÑc\1e^Ã\L1\ fzÌCÂ<\`\1e.1\17#_\96µã\7f\ 1¶~RÍ¥)á{ë¨\võ_¾·6xÁ×û}\85»\12>¹õ\18\8d4}Ô&ã\vl¾qèpÄ\15\89\151\11ø¿©*·eGo®ì\96\ 3¶(<ý²Åݳê\92d¬½\94\1d]°Ô\95\99ÛBzÍN\9c\1eÛ\19ÁýÈÅ;3vâs°\13åk]{Wl5Kc[M\96Nÿç   h®ÖÖÄØj\84ì\8f·\9bïþ\ 5(+\94Ò
 endstream
 endobj
 467 0 obj
@@ -3650,10 +3632,8 @@ endobj
 /F2 13 0 R
 /F3 17 0 R
 /F1 10 0 R
+/F8 61 0 R
 /F9 84 0 R
-/F11 398 0 R
-/F12 401 0 R
-/F4 26 0 R
 >>
 endobj
 465 0 obj
@@ -3665,23 +3645,27 @@ endobj
 470 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1515
+/Length 1668
 >>
 stream
-xÚÕXK\8fÛ6\10¾÷W(@\ e4PiEQ2©[²y\14}\ 4(\1aß²9pez-D\96\16¢¼ÙE\81üör8¤\9eÎÖÎ¥èIÔ\903\9coøÍð\11ÄQ\1c\aw\81ýü\12\o®Þ'\ 1\8d£\9c\ 6\9b]@E@Y\94§Áæí'Bãx\15&\9c\8b\8c\K½_\85\8c\97Ú©VÕ\85\82ß\94|\90õ*áä(«ÕçÍoWïÙ`+4SРLóHXs[U©N\85Å^¶aÓ\86U©;4yCnV¨=ò$ãQ\96\a¡ñ\86¢7o­º6\1eå)éö
-\eÅ*Y\13cQ\16\9djAÄȱÞb3\e\r;¶ºqÂr\87²ºé°!»Ùè[ó\11\95u]ÖwØ\89Ú)QõÖ    v\13W2R\95µ\ 2\18A\8cngÖí\e#ÿ\ 2!R\8b\0%i\14\v3z\16\9cE(ÖI\94ûq7«h\15¦,'¿\9aéY\12\19ÍÑ\rhX\a¡\ 1\ eNzÀÁ\9fA+ñ\b÷\12<{°îi\18$H¹UvE»²\90\84®Y:ϲ\88SçÕ}£uy[©Ðâ\87\19"ÎÇQ(\9aý\ 1X6µ~\16\1e\80KS²Ù\97\1a¹a\14\ fÒ"2dó£õ\100pÒ\1c±\97\99\7fC\ 5p\98%&\9c;y¬ºhIJ\9aÄQ\ 6¾å\11ãcßT¸++UË\83ò¬ü\10^\9dCÌ×6\\9d:Üw8ùM\92ñ±¥\ 1<ÂÀ/s\v\ 3\rõØa\17bR»¦uùuo\17ª)qMNàñîôpúµðpÂqð\1d´7á#Úÿ\17\84¸z\7f`ªRï²i8¿p*\14M§¡©#`¯\94z\9c\94yþ9\9c\83=\87\13XJÍ·U²³\19\bCJ§+\9dy\89¿C´Ï\89N¿ØG­Úéb\7f;'\14\8bÅ\9e..#~\91\17\8b;\aÍN\81\86ñ\ 3hæ@3\a\9a!hÈ\0çýE\84ðJÏ\12âÛù\84H¸[Û\84§sB@ßd\1a\18cK&÷%\93ûØ\80h\12\eo\8fclÖ66\89HG±\81!¥Ó\95\1a­Iü½$6=\1d\1ed[J¤²£ÃË\1fÊýÿ\86\ ez¯ª
-\9b\ f«Ì\88\11ÌEìð\11x\96\1d/ÏgGº\8e\1154fì\0Ñd\9atM-;FJÔ\85
-D\93P\8dì\r¡Js:
-\15h\97NW:ó\12\7f1T\8b\84-»$l=qö\8dî¦uäÕÿ\888Þû\8b\98â\95\9eeÊ«\vêÈ:÷%!öy?Ô\91\19S`0Ö\91xPruÄtÍêH|ª\8e\8c\99\ 2:XGbWGb[G\8cø\92Øôt\18\9dW\90\r/~`Wá36\bâ¿\8e\r¢g\83\98³A\9cbC>a\83pl\10\8e\r\ 2Ù Æ\87-AzèÓDyãÇdf\v\1e» ÿ\121høËàÔh¥\aÙá1\1d\96\91õÇ\ 1\18)ïdYëÎ\19©J©\956\8eg&_[eÊ9\9eP·co0\8d¾BGÓnat\1a'}!Ìc²;Ö\85å\8cí\1aj¤0$9\96\95  \ 6ö\98     -d#\87£DíN½Æ\82zTűs»\82ëÆ\93\86×,kìéöæ\18¾\b\95ñKµ\17e\96[\80g\13ëÅ\ 5\89%¸Ë\11Ó\98\82Ï\12K\bL¬±\92K,1£ÙÈÞ@3{\85\1a\12K Í`¨tæe?­¥Ðb5ÏͶí\93\19Y\16áP\84\rܦ}\1a²\ e\8dP\1a\88(_Û\8bm&¢\84\99[/Ë­\89½\9dýÝÆHÒàk@y\1eQf.«\Dë,8\ 44_G\82÷\82*øh¯Ê4       x\94skÑ«\88\f.\14`t³2 __\7fÇ´àQ\92\8cM£ 7=rÖ\8c`k4Mñò\.ÂÂlPz@'Xaî:)\84ì»\85&Ég\85\86ºB\13ûBCûB\13Ï\v\r=Uh°X\9b}\14+ÍI;}²\83\18î¤z\99:»¶9Ì.I\93\8f\a)ÙÁÅ|´ ö7\92\13\17/,D\9cì\95¾¨¨\97\84·­,\94\1e(ö÷9yø§-\­qÒÀI21¹\e&\93S\10þÛZ\ 4\r\13"ÕvØÆtÌr\a\eD6S\97\a+\184Û.M\1d«\8bªÑ'ËgÙím\rã¦(z|¦­\eübð¹\9f\18\ e.`\93´/\aÙ\9aȲr5\12\9a¾ì\9aæ\rÑÊI?ªÂ-\8b1e\98\1cQ\94\7fº\ 6/°ýî1\\12ã^ÖÚ(~v\87\9c{yçÖ\9arx\1aÁ´\877¬8\1f/jÂ}\9e\88(\8d8l-   ù]=ÝB\16\90F¶°\ 3ð\8c|\90EÛè\ 57ð%+É#\f\9bîdÛ\85_n·á\ 1Æ»[ÿP¢¿û %ÆP®á\81É\9dß1\9a.k\12Ozû¼Åûç-í:Aö\84ç\1aå_F0\a\9b\89:\83g¯VáÉ\a{ð%êÉ=\9d l3ÎÂ\88\Ýúé\1f\18H[\0
+xÚ­XK\8fÛ6\10¾÷Wè(\ 3\91"R\94(¡§æUô\91Kj (º=pmz-¬,-$9Îö×g8Cê½Ùu\90Órù\18Î|ßpæ\93½(\8c"ïÎÃ?¿zo¶¯?p\8fEaμíÁc\99Çâ0\17ÞöÝ¿>\8b¢MÀ¥Ì\12ÿ\8dj\8f\9b \8ecÿ\93>èFW;mþ\15þGUm¸ôϪÜü·ýÝKd\98d^ ò0C\13EÕê¦3[\13ÿT\83µÌßëp\13\88\84ùÛcÑ\9a\95ÔßÕ§\93ªö´MÝð$ջήÕUùhL¿þ\10\8fÜÌÓPp/Â;ôIíZÚ2\8a$æ!Ïí\ e¼YÂÍ?/,Á6\91Øm\9f\8b\85\15\96\84\8c\8d­\18ÿÉÏ=ý«\9d\9f\ 6\86Ï\e3Ó\\9a¢Ó\88\a\\9b\86\z\ 1 Ê\bÕ}\81\ 1\ 2\86æD\aÑeÂ7\90\bá¿W;3\89Ps\7f§Ê\92Pîê%\ 4àZj=k´Ú\97E¥oü\9bÍ"\84\14\ 6v_Û©\86påÀ\f\99\1e\18\8aÇ\f¡ó\f\9c\ fÜÄÑÀoæ\10\8fV\82\rb\96\ fç_\99m±OÁ¨Fí:Ý´tô\16©¨ÏH7g«¡å,\94±óY\97\87À:¹\b\r²@ö\18<\94
\12\8en ¿t4R\1dÝ÷@÷Cø<õ;KR\92\85\9c8JÈ\98\ 2\v\8dISØs\84\14ÇÑù=\16Õ\9d\9bÖv\80W\88D\9aP¦KMqwD\92\81Þ\8cqÿí\b\v\16á",ð`½\92\9f<\94.Æ[µ»¿¨f\1f\90Ûvm\9c[ºÔ\9d\ evpÏ\1aX)_\80\ 5¬\13\8c\12òP\1fêÆ¾÷\19|¸éRt¶8(ÚÔ>\80q\9bCtí(\87Þ<ÒÞ½>¨sÙ½rNP1\88ÇÅ\0²ÓN\9eñ±\f¹\13RxÌT«(7á\ 5¦ôä\86Ë0&0²P\84b\13$)÷ÿ(Ê\12\99\8beâÿ\82ÆaðÏ&羪îÍÊ\1cw(\8f\f\8ce¡LÑØ=X\bÌ\e£\90oü·ÁýÊc³õoÈ$só\ff\9b\930:4õi\805#X¥\83Õ¤Óè ð5¡\12ûõa¶b\1c\v\1718HX\86\18\8d\13h\12N\8cá|!S\9fηõ¹{"´|\9clCh·T¶î/¦"\80yë]=\vÜ&Ó]QUDF\1f\8a\186½4\94sU|Á\b\82}ÑîúKM$ço{\9f¼È{ÇÍø}\9c\9b¶nú\8aü\1dÁ\81\ 5W÷¯\8b\16ùº\1cëROX{9M"\82\12H\ 3¶¨Ëf±®h\8d\8a\17L8_é\99ç9ú
+¯U°Ì¯jÚ|R\1d\96
+3¾@Å´GçÙlæ\8a\16\8a`*$¾\7f³¿\7fÿ¦LDcj\86ZðÌó\7f\ 1\90\18\1f\83ý\15i͹K\ 1\18-\9e'5.\³½\86Ûç    \ 3¤}X\99Ó\ eg/f\f®a\9f\14>&\15\1c(ìA\9bK\9dÙ\85Y©u5=ØÚ\93«N,\0\9dÕ\8bدú\12t1\ 4\83A\14 ±ÿ÷&ã¾Å\8c\8fú\93j
+m¹P®\15ôÖZu²#Õ.\88á \ 5s×Ì¡\8f`ùAZ\16\r
+\8a­ÓZ+\ 4ÇFIÅOW³)Õ¶?0/\vó\14E\ 5\8fÃ,\83ºN,\1f\11¥÷[\9c¸xL\bl¥ äBÐÀ'\8f¥ \1f³~¢ôþB©Ì¸'Ã\¢AwD\0ÎhóÝû?\9f°jþ\8a±U\9aè­\8eÜL\99=\ 2½\9d$ôR\13`ƺHVr:ÈòPf+Iͬ8\89\99ìS\89¦mÊ\81¾±\13Ó\94\11gãô°gä$=À,¥\a\fú\8blzÀ\81µô\0%\9fÅs}³\9a\1f\12Ú¹x:?\ 44ë,]´\bc*h°©\r\1dârE\87\10.\141ÁLÌ1\83å)fæ\89&\91\7f\1f\98ãG\92Ê0D\89d\86\99A\ 5§ÔÓw\10Æ\8f\ 6\ 4|\90m\9dK&÷õÊ\9b\1fT\86+¢­²ª]úÚ>ðº\9a         |I\r8üí
+\9b\rø\1e\8aRWÀð\fã+\0Î3{?ô\98Qð0=\ 5\18\96§ê\13\9b\91è\ 1\86\ 3\ e`Øê\0\86¡rÇûkÚ\92¾gáÈÎ\98\1a\89Þ\\12!vû\ 2×\91\87Ë
+i?ã¶c8õ~.û\88\101\10\92Í\b\19ÕÖ«\b±òÿX7ÅÿuÕ©2p(¼\98\93whÂVs§\90Ð\8a+ÿN\9awê¶ï\bös\ eÆË²\ 1x¬I~ñ#Û|\ 3ºËåòU¹·®Ë\8bê9ÝF\17¾0¼Ñ\17Í@þu±\12¿»úáÑÆ\1a¨\16ÛÞ51¿­\1fÌ\9dÆ[i\85^,û¸¥\8d[òa©ÇUZ9?^´×ÃèöL?i\98È¡Dµµ5gÍî\94µkß3Í>\1a_àë«O\7fØÐ\7f0Ó¿ª\17@\8a\1cÇ_J\16OòG~Q>\8fÿ´I}\17üÂýD!@±\r\ 5E\80À\9b|p\vû{ÅDK[é)\9cê3\ 3¢\ 2Ï[* 5%\8b¨\12Ío\89\96ÂÎlQ\8d\1eÌ.@þ¦È\13Q(ù\8b\9bxÜ7ñ'\9fÏ@\9fX{>D\1fuÇô)ú\98äFd\8dj\ 5ò7Ñ W|G\8d^OìZ\89\88z\ 1\87º,ñDZ\8bmúÑÊ/&9½%Á\ 6+ö-ÁhD HS×çç÷,\959l!éeÍ~?\81Ï\8aô5úÄ\ fx} \9c\7fú
+\0\8dÑÚ
 endstream
 endobj
 471 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F11 398 0 R
-/F12 401 0 R
 /F1 10 0 R
+/F11 406 0 R
+/F12 409 0 R
 >>
 endobj
 469 0 obj
@@ -3693,14 +3677,20 @@ endobj
 474 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1824
+/Length 2410
 >>
 stream
-xÚ\9dXK\93Û6\f¾÷WèÔÈ3¡"ê­\9e\9an\93N;Ý\99NÖ=u3--Ó¶º²äRò®÷ß\17  \87-'õô$\1a\ 4A\0\1f\0\ 2v|Ï÷\9d­c??9?,ß}\f\1cé{¹t\96\eGf\8e\f½<r\96?þáÞíÔ¡Óf!Â0p³ï\16"\8ab÷®ÙïU½FbèþZÖ\9aV\1fÖeWÖÛ\85\b\82$\93®ôåâóò\97w\1fÃQ¶\80+¥#¢Üˬx]¯ÅÓj-öª0\rIytïÄ    \97\91û¸x\\90\88\89zqêŹ#@EI*>tÍ\ 1îÌs·U\8b u\9fI\87<s»\1djæûn\81ô\9d\0[ZÞDÚ+\9eL]½&¾²Fb×\\1e?\1a£i\8bv\9ep­_Wöp£Ì\9aîï­\80#Ö=\13\9dì\81Q,\18åødDl\8dXëÇ Nkp`S{s·±Ñ\81Ï~+TU\89JµÝW¼§¿î<º÷\93\16ú¤\8bc\87¦f1Û\9c%.
-§Õ\15c\91³¿\148Xy½~\v¿Áæ\95umÏödñ@>\16\1eÏð@\1aø~`\9a¹gb¡: f\99«\95aBKßrCvÏ\80E\9e\8e¾¤\ 1\8cb§K\8c}?\9f:=ô½\80´È¼ÈË\16"N\ 2÷¡Ù£¤4vï˶ÐU¥jÝ\1c["q~´3\1c)úA \f­@£\85Ñj-J\0^lÊJS\9eM@¼\13æ\v0fÓ\1cø\ 4\940·n\f"\9f,ÅEÑPär\0\87\99ÛlF6+=\9a\14\80 õRð?
-.ëñ3ÅL\830õ²\88y\10üJ\ 3öA\9cqàG\98KEc\bªÆ¨\8eµQ5Ç\ 6êº*ë5\ 4GK¿\1aC,Ï\8b8r\95)Õª¢H\102\89½8\9aÆ\83jÛr[ïG\9bÐm\9bæØ\17%0Ëè¯ç\91$A«Ætcêlo)8ï9j\8c­\ 6\92]\r\8b\8b:áCøõ\15\11wûª\89\90®\19ö\a1\90\13û²VÕ\9b\96xW\14ïUEÛ\8fn{\a\14º\7fë\82\92%¯'O«;Ò\ 2­\ 4à/½\12e^\102\96+¸F´Ýk¥¯ù\ 1ò\80!_\q®L uÒ©w×\8d8\1e\ eÚ\14ªÕâ\19R\1dª[ïì{¡ÞR\8cß\8bÕ[¢Þ\v\92\9aO_#È:É×\9ef\97Æ^\1að&Ëð<ï
-\88à\8ed\88!\82ñg¬\17~_\13`±×\9dÂX¦× <¯RW²Ä\1fÝv\9a]\98£\ f8\87Z\92W5(ðe\81`Z\97 Æ~î\9ac}¡É\10*DµÕ\vV$(r9þ(Úáw×\8cç)a Äøg   \ 3¹htKE±±YG¾?\1e¸PZ\85\88vf÷-It0zS\9e\ 4ú¯G\97«©t2/OðT\1ax!D\8fG¾ßY=?,-áÅÉC/\88°0FÎ\1e.\ 2ß\ 5ô«r\1el{"\ 3'õòÔ:\96yQ\1fª¢\1f\1eî®\8b\93\81\17§S\89D\18\84\8eÚ!G(IjLRË\99á¡-º½  ×\82\fª"J\19\1e\81j\17IÎïH\ 6n­O\1d­Î#\8c¸Î^/o!\924w\97;\84\1eOôßMch1{ÈZ\92óRv»æÈ÷(ú\10\v§\128µÈ"×\9b\17\8c%éÀA\12¸\7fÍÐ\8c|\f\81/ )eîùà©\10¢0D÷\87±\97Äýï+\90\8e\a Ä\ 4×1\1dy2/KΤZÂ5P\81CZ\8e\ 4á¿\ e*Ü(GP7óªç¥}\92¿á>\83û\rýϱ¤·ªÂ¢\8f\1d¥õ\96ÍÆ±\ fA/Î\8a\9aL\86\17ö^Ì/\95©'ûý+    \18@¡ÍÓI;\b\95`ÒÿýI÷7Ü\1fq/\81\8bã--áÏuatÿ´ª\8a\8cÂ\e¸À¶ú ðA¯^é\1edÞ#ó\8a+Ißtmz\r´*0Þv$ª\82\81á\96ªb4¼\18\9d¨\86ù\ 2ß\f\ 3ý;¹#\81¾\ f\1fM\p¦Õ[\8dèA\ 3·WkM[\16¯\ 4ð²I\86\14ÒPÄ`Ür \8e\9bOÜÌã/j\9e)S\92pl§¦eÃ\97^\981\9a\16©K\ 3\ 2\88Ï\1eî¾ôÛ:\1e\ 6\19¾¹\13ptÝ\1c·;nrʽæXì\18þ­î\b\94\95²\16?]\84ä\8e]É-Ŷ¬kÐý\164º²Zã¬p\18\ 6?\84ãÛ[àøÍúË@8ìY\1d\94Å¡\81\ 2û¶\0b¶>ëÓá¥JúìzYØÖk}\8bÎÐøÀld\9eÆÔøþ¦\81Ò:1ÎY\8bÄwY\b\92\1a¢Ð\16\10¸ÃåÉ\11£&\b©µ\80MEÌvï¸×¦,\98n¶ÇýÐ)"ÅF\17|[x\90«\92&©$\99i\0«\81\13´\9cUî>\ e¸g\80\15ë×Þ0Y\92Óô©°y"\ e`T'\0î\v\1f\ e\93Éé&gZÀ\14¨\11\ 6\86Qpá6ÚÄ'\8bv\a\19|\1a¥>d¢¥\85ç]6\9e\ 3BkKÍ(\97Ì%\92u\18|[\vkÄÙ0½e\98Ñ3\1c\18gNå®\89drϪ&\93\ 67ÖÕ\9aÛ§^\9d\9f?\1fxi2\jc»\9fd\87)\95ÌÿoÌ\8a¾\87\10-\8cÅÅn\ 4ëóM\ 3\r\1a8ëF\90\84Ê\ 6\1a\9a/\81B\83K\1aÎ\10\1cÙ\ 1¶füÓòK\9aPR¶\r\17Ô\ 5!wc%\15\84kÁÛv@M\ 3\8ed¤ÌÛÒs\98Þ\93ÕµÞª®ìÿpA·\16Ð)O*\88u\91\95¥\87ÁÑ\90¿¡\91}.i\8cGDÏõjÿ\ f\12\ 2
-ñÓ\výiÂ5óvP"\9c\1aíË9¶\88@²=`\1e0(¸² àâ\12\94\91=\1c\80Ã-\ 4\ 5\8fQk\8aç\a\aà     \vÙ\14\18dA`pÓ\ 23\ 3á\ 2$\11AÂ^\ 2\93\9c\ 3Cyl\e\8b/\0\13âÄÛB¿uö\12\\85\a\1aÆoþ\ 5ð\9eV\ f
+xÚ\8dYK\93Û¸\11¾çWè\90ª¥RC,    \82¯ä\90\8c\9dujSö\1eÖsIeRµ\18      \1a1¦H\15\1f\1eë\92ß\9e~\0$Djv|"\1e\8dF£ñõ\vÜD"\8a\eúücóîáÇ\ fr\13\8c7\ f\87M\lâD\94jóð÷\7f\aï\8fú<\98n\e&\89\f\8a?oC¥Òà}{:éf\8f\83Ið±j\f·~ÚWCÕ<oC)³"\ eâ(Þþçá\9f?~HfÞ!l\19oBU\8a\82Ø_tó\85\17?\ 6ïÃËã\96WxÒ¤¹HËM\b\12Å,Ñ¿¶E\12Øe2\18\8e´¹
+\86öÌ\8cÚ\ 3\7f§\99/U]óPGÒa«j¶2\835WL\92ài|\94iÆÇU\81\1ex\14\18Ë"hqM\1e\fb}('c.Êd:Vxv\12=\ 6\9fÞ:ZJË~m\a= (yie\82\ 6\8a\1f¢äwÐ/ã\80\15\ f\13\17\14\87\15\91\17\96¾\88\82ƼX\ eíYlô\90¨2\19´#\13îtÃómS_xɾu{V=·ª\83/\ 5\90\9c»ªíð\ 4\9bÈ¿\8c\9d\8f\ 4X¼TM\16\89,\85%Ó]/u 3\91*KÀ\e\87\9d\92Ì[OJ]òP) \89iìåĸ0*érdD`\ ee*b¢)\84\12)(&\93Ág¼!\19\98]u¸06ò4øe<\99®Úqç¾{\86n³Mâ`X\1f\8fÑ,\v\91\95Äz_=WC¨yÍÀàz\fxY9/+J\91ÆVâOa´>u.bw¢»ÕêrVɧ0~c1]\8c\10bÅ%\89D\9cOlÂßes\ 3»a,\13\1f\b÷{\0\81,\95Å\90,SV\ 67ÑÐè\8bpB*«"2B\1c\ 1\8b®;£÷\17¦Ó»ÝxBx\8fµ\1e,ô#\89\0¡é~ÐÝ`\19ñ\b\81\9eV:Ƴ¥z\87\8e|k\9bNíÃ1\12\85»\19Ú¥g\rjþ4æ\19äù\8ab\e¾Ý\eûù\9e!\a°ù\8ealª¯¦ëu}\ 5\12t\11ßã\1f\1eX·h\9fø\ 5³ÔM\v:í¸óB\ ea\v¾êÂT¤v\98èÙ\83\11ÌÝ:¦ðï\ 1\9c\85\92iðó\81IìEBk2rì¸ÁC[×-nø\82\e\9a=ó{Â\11»{\vqaå0ð
+\13©\82SÛ¡\ 6¥\85I\8f7\fKÛóPµ\8d®É3ÁäK5\1c¹¥ùS\ 3HØR¡sb\97<ö̳¯\9e\eËg8¶ý\15\7fÛ6àßóÆÎ°sCÞ]èKÊÊöï5TIA\8aIdd\97Å¥çü$ë\ 5\a}½ä¤\97$.&½ \85w`p=ßÌn¤¨¹Ä\8eÌc\ 16\16½\86\9b\95\ 5Þ\11ô³®ÐÙ+¸ f\8f\ 2*çÒ¡Áºs¾\ eh|,£x©\84\808ð\eW\13Ü^ªÞò\0\8dÃEîQC\10\9aî{Ë\88'gØé\9aGvº7wkPP´É\1cä°5«6³ªÍâ :\9d̾\82\bIèÈna\10G']§%I\82ì\10àGÝé\1dç2)ª\81»Ǿ1\15Û\12\ eÚ\85ìÃVØ \14\15\0£t\ 2`ìR
+ ñ\95Ê#»v\9c»)\1cÂ2\9b\96\eÍå\9e\1a`\98äÄMÙ1\ eÕ¹®\8c\9d\9bÎL\fÇN¬e~@ö**\17\12©¨°\12\8b\e!aÕ@>Ƕ¨â\bíù\ e]D\11ô-\13Ìà%\ 2¾>\9c8\8cÍ\ e\r\99{t0$@ãëúÁ\8eV'³\96ò¤¿\90Ý\10\92r\aÖ|\110pÄW#tñÔ\ 4Ú\98á\aR\9a]Kº\836mF­Û\e\14Ë{ZoÐWßÂ5t\ac\1a\ee§<¨om&Ú\bÎ\97ß]x`o\ e\1a.îÎf¬\8cvN\9c8¼´\ 3O=¡\a\85\8c\8d9*\9b¨Naè\v\ 5 Ë¶P·\12\1e\e6®ò\9d\8có\9d\8ff\18¦<çWp¥5'ïÐ{Ø&QpÁ|(
+ìÐ\87mÉ17É\13È!KÊ!ßJ\81\0²çÚ\fæ:ù\89ãM!Ê\8c¢\1aÈ\ 5ù\8b\1dI¥?=ÐÀË&ÏD\94\163¡âÍiS&\18\8f]¿Þ|¦b%\96\e\88¨9rs\v2H\14\99ãö(\82ûw·ùfJ\94\85Ç\97û\13ßYJ Hp^ºB¨Z\9d<\11i\81\ 5\8dz5G\92±¸N\92\bN\839\9d1{Aôµüµ\8e²\ 3_pÂ\91©\91l\bûîË\19\146ÈI`\8bÁb\ e\14Qq`Y¯\80í¥lþ8\v>pD\7f¼Øee\89gfK2\91\9b\ 1Dpy\0\ 1ó\f¾g§qa8{y4ï\1d\96\1cY\11¼ÓýÑÒò\81íJÿ\Ø\1f ës\90T®èIùt+\91tÏþGóçë6ÅØ]é§\1a\1d\fHûH¡\ 4çØçH§'%K§§çª±l8¹ÀÖoëô·(\10\19\1c}ÿ¸NÍD.íä\ f\8f[t\8bàwÆÞt\8d>\19Þîwdá;+V²à\81øT"÷QóÛ\räE.1øßÛ¢% \f¤C\ 3\8b\96Àf,ZâDK&Ñ\92¥hɤ¦ä¶\9aòR\94¥Ýîo·dI\16²\146\ 5¼J\9fH¤fW\8f\83;®+H\16¬\bH6)Gå>&\¨éÁ\0¡R\8d\ 3Êxà;\8c]Cõ¯ÍÜ`¨iÉÛA«µ#pþÞ\ e\9d\96\83ý¸£m\v\ e$ð9éa\87¦t¤
+\R\18«\8dU'Ì_a\1a*m®\83\17Ðe+ÀTéíç\83sÛ÷\15\80:\9c9÷óSÂ_¿ç\95äcÕ\ fWï Ó3\ 6³æ¡\ 5\7fµ|<I\1c\98\f\ e°\83h+W=¼}.\80\94é\86Û§úÓ÷\14@?\13\ 3\\ 4\86ϯ:éò\10©=\84Ëï\93l:DêÀí\ e\91.|¥\vÌÚ\92S\ eß\8eõ\9e»G\8dý¯\94lÎJ\81\8ei\98àÙ4¦\83\ 4u¿\ 6\80ÍÐV\ 6\94"Aôúµ/u\12Çj~<¸¡ô¸È\85LYë\92S*Ó\8c¡\1f\96¿·Üü\\9dªZcq\89¹y»ÚK\95\18s£ë°\7fëq&\9e\9f#$8w**$dÜ\9d\9a¬\r{\1cÚ ÁZïöÓÆ4jñÇ\1d·ÝÞ® \17\85\9f\1eüHmi'óe\17R\92Æ}\ fÒµ'\8e\916Q\85*\93¬\a[\88%ü.\8c\a\87¼[\ 2?\93\95\11dT6\16\12\ 4\88ȦÈ\94
+3»U\9dW\96¢p\ f:×wµN(\98Ö³ó~0g\f!
+õ×µãóÑuPJ%ÝQ EG\81©åQ\94ïÁ°.UYiM\95S{ 0\9aK(ìE\9eFi\12=.íI\1ew\85üû©Ò°e\91\8a\12¬G±Á\1e\a\a¦\19+°7µ\90NÆ3±µ?t\ 5Øåú#   º\91\ 4\a\1e\8fA?\ 2\11$
+ÿ5;Ëwh\17[ö6-^×y\87[/\92\ eÎO°oØ\ f\97Úܲ%\99ίg\106R[\1f\94®Ð\83\91\83ò²¡â¸L\9d\97*m¥\a#\9dé\a[^g      \94×\8det]\v\95j\92Sy°JÕüNجÝH$\12÷üwjg·Ö¯\18%       åë¯ð\81\14¹\10\13Ƕ¯\9cK\86\10      \ e÷\ 5åÕhÕø\9e<Eé£\r¢|í~l\9ePfú¿ðÅÙx¼x\85Ãç¬ëâ­@\88º\8a¸\88\1cJx5di{»w»®ç|] ÉBÚ¨I\8a/ôÆ@òãèll\13\1ceD\87\80ËÊAV~«ÃÁ)ÏQö\99\b\97Ø\80\ 3f`\1cÇ\96)&aç\ e\17\82Øw^Ø«TP|)òôf9\ 5µ\1fÔ(\19Üa\8eUOF\ fDܽULYr\15\89Lºb*_\17S\8eL
+\99yl¹\7f«\98¢\9c\94øJéWSòµjêÎý\8f\19ü
+Y\ 5\\91_\97ÇÉüú1רÂ\8aü\87ÿ\ 3F\18÷¾
 endstream
 endobj
 475 0 obj
@@ -3708,10 +3698,10 @@ endobj
 /F2 13 0 R
 /F3 17 0 R
 /F1 10 0 R
-/F4 26 0 R
 /F9 84 0 R
-/F11 398 0 R
-/F12 401 0 R
+/F11 406 0 R
+/F12 409 0 R
+/F4 26 0 R
 >>
 endobj
 473 0 obj
@@ -3723,21 +3713,28 @@ endobj
 478 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1971
+/Length 1515
 >>
 stream
-xÚíX[¯\9c6\10~ï¯X©\ fe£@¸\180}Ì­J¥HU{¤>$©ê\80w\17\85\85-°çäüûÎxÆ\ 6\96MºÍcÕ'ÛÃx<\9eùæb6a\10\86\9býÆ\f?m\9eß={\1do¢0(¢ÍÝn\13ÉM\94\ 4\85ØÜ½|çEa¼õã<\97©÷\\r\87­\9f$\89÷«Þé^·¥Æ¥ðÞªv\eçÞY5Û\ fw??{\9dL²|8"Úø¢\b¤\11\83îG¿ì\8e\8e$í½÷Öÿþý\96öÎôHó -6>è\12\91.¿×ã¡;ã®"ô\14\ e\91G'\1fu_\97Lï÷°\ 4\8dO·¾\b\857\1e41ßoÓÔSÍY\13k·#2~¿T<\8e\8b \8f7¡9\98Õõ?ê}Ý®ôÌe\903#\1dÐ×êcÃgÔ\ 3\9dQ·>nÜøI(\ 3\11ÓµR³        -¢+`\13¹§F\1aIe\98|Dë{xn[·{¢\19½\85\9c\98Êsßkc        ³=ó\9aºÕ\ 1\^fÞ\9b\1dK¦ai/`uör\9b\8dÊÀ:\9cO§¦ÖÕS£x8Wy< \93\bCc\1aÕV¸\88<U\8e\ 3ÏìHÃØí÷\8dþqë§\12L²c"ª\8f\93\12\ f\1e¶ë\9eå¢!\16Lh\b93\ 4ÒºKIxï¹¶\84\9bªC ¥^Û\19ÄeÞQ\8dt&á\97ì\btp\9f°ø\0:\88¿\84E\14çA(o\83\85\b\84`Χ¤Àü \a\e\8b\ 3\99¢\ 3-n\96\1dð÷\ fõ §Ý\ 6Bq\18\ 5é\ 2B+\v&\85gU\9ai\9feAQܦ|\11ÄVyÕ£uEèUºÑ\ 6©BDÞ®ï\8eD&ë\8b+.\12\14cøÍ114ó\f ÙÒ}"\91\ 5q2¿\8f®ñêèÓÌ+Õ 1\90ãÔú\99ð\8d³Ü#\1c\ 2\8cËR\9fH9 *¦\12Ôr\82aæµúaÚyPÌÌ!\ 61`\96#ÚòñDÄ
-TÍ2áÝÙ\93+½Sçf\\83lîR\b¢+Ø\11\8b[3J\1cYNu\1eô`³\ 2Åf6\85\9d!w4\1eÕ'Ô\9d5øzvX$\85á \9b\86}\11\15\80\96ÑÔìÆ\8c\ 2\ eÆ\8c\12S\ 6\8ee±Ì(HXf\94XJw\aüjÔÂí3ÁÌ5\a13w42²hÑëc\87¬÷[¤]OO\9aJ\vß\14f\ f5ÜÐÌ\9c,\fqýY\97gʾæ\13º\1eç±\95!È8Áº²Ùò$1¦L\9a9\1fOþîÜ\96cݵ\83­m_/l¤ï/}=7\84BUc.P8:\9bͤ\e\ f \ 2بuO4\82À#Û­n+\bEf7Ötâàó¯ZUd"sÚy<auÅù0öZ\1d\83\17åD^\96\93|UNr.'rVNü$\8d,<¥;\16ç\96w×õ\90£]U\ 4ë°\b\97¶'\15\1e\90¤\10\v\8f6JÔ¸ÆDÍÝF©Ú\15\ e\12\b\9d\8aÝ}R=s\9a2\v£â\0\15ó2\90\ 5\11Z· \7f_®Ü\9cÈ@Z\9e÷q\9a7¦$\vL&5Ãc
-cX\10Qxgc=ÊJݹ]a3±Iè
-(ã8\ eÒh\85Ê{îI¾\19\95\10\10\84J*\8b0&\f#\8c\10=\8eÔñàjÞ\ 3\rÄI8¥-\ 6§\8e\rò%ó\18pÎ¥ÎÀ\89\87Zp\ 2ËÿàüO\81ó¨Ê¾ûVd&YAÈLrnèsNp8\990\84+\97\1aq1è¿Îø\84\19hI\ 6ç\eå\94+qtÊå\9cn\17ò\ 1\89\94^\99ú¸v-!(ÀÖ\97Jg"c\83\ eyùx\ 1Â\ 5@%¿\1f\1c \ 5G  Ò\1d@a·å\9d\ 3\14É­\15á\0*±z¯Âg    ÖX\12XaV\10@a$\80Æ\85m\9a\0\85\19\ 3\14\170^\ 3h\1e\ 5I~\ 3@£5@\13\vPTÆ\ 1\145dâ\15\80\1au\r@©}\86\8d;óÑ\97!»*òû¦û\88Ï×\13¶ÂþC×WÓ#v\7f\vvM'\99\84)Z\eÚD³\1fVlOp\9dù\9c\80v5½d\89ÉÜ\11\9a\7fä^ì|\99¨h8¡çû\96\16 ÎQ\ f­:jZéÏ'Õ\ eÐG \9a¢\b\9a£ñÀBÚ5,Ô\0\ 2ëá\13(\94\83«×e=6\8f´V§\13媶2ݲ\88cv\11~uÚ\98­\86(=h\ 6\98¤\ fã^·º\87+±H\1a\9az\18i\83©8Y>½Ûðy±\8a4B        ¹\ 3ïÊ)\85l\0\13Ò³\e\86\9a\90ÍØ\91ØQÝì|c¼jáú\17þg\92÷äf\ 4\b\91\191\98x9å\13\ 2\ 4´é\97\b@&óÜ\81­\ e\ 1Ȩ\98¨x\9fµ9ÒÌíq2!\0\b\109Uèëm´\80ÒO\9eÀ\99yÎÁ¸ð\84¡Xëã\9c­\8fS£0Ö\8féi+Ò\1czøS£J·Ù\9ddM\82/Dx,¾áã\14Ë\9dåË5L\97¹\93ÏF\aÍs'8I\11õÏõã>²/û'k/N\7f\83~\98WÄd\19\0tÂ2\98MÝvá\a;\9cñ¯`.\92\90\e£\15èÐ\ 3¾Û7¬\80÷/R\ f¼fÉ\9fI\96Q\96ÎRo!:KmæÏ,HÏME[\ fjzz\11Ãìù\8cK\eÊ\95ý
-à}\ÿ^\93q\90ÙÇð*¬.oâ3û¼c2\8aJ¯ª\a@\12\1dÂÏA(Æ9×ê\8cß\9b8á> ãR\91áC²êÍu\1eZ¬Ï)áÍt\144,ë3\9c6ÿ¹H\14+k\8e±\Z\ 1k\8c\81M\82T|\rf\89\83\19ý/\84b\19çs \7f\11xÉ2\87\98\9cw3ðÖÏYcÙGß¼\7fý{ÝãÆ\15ð^ø÷·@ï%»É=¯ïM/6\93Y·Ô¶8\82²-\19w¼îQoÿgd.ÎÛaTü7ÚvÆÂü®¾å\9et?\86ßôÃ\0\vú\v_ßr¹Wf/¶UöÇ­Ì-Ü$ý\8cZ|¢ß-fZuä±\ 1ÿ3AýåæFæ\­t\8fVa\92jj+Ë\9d\aüc×?ÒÂùw\9dË\15Ç\8b       g:>Ë\1d\95:h®´³¨\91NW»\95ª^\96_d\8c\ 2ì5hÞó\9b\8d°H\82\94&ï~\9bD½r\9b?<]gò\93Ú³\13¢ìýö\16\1f²\15®{ñ\8f\9b\9e\14\84G´6\81j2ì<pøÇpûO\90¤¿\9cx³Wwßý\rÇõ¹Å
+xÚÕXK\8fÛ6\10¾÷W(@\ e4PiEJ2©[²y\14}\ 4(\1aß²9pez-D\96\16¢¼ÙE\81üör8¤\9eÎÖÎ¥èIÔ\903\9coøÍð\11ÄQ\1c\aw\81ýü\12\o®Þ³\80ÆQN\83Í. " I\94§Áæí'Bc¶
+\19ç"#×RïWa\92$ä/µS­ª\v\ 5¿)ù ë\15ãä(«ÕçÍoWï\93ÁVh¦ A\98æ\91°æ¶ªR\9d
+\8b½læ\r«Rwhò\86ܬP{äIÆ£,\ f\rEoÞZum<ÊSÒí\156\8a\15[\13cQ\16\9djA\94\90c½Åf6\1avluã\84å\ eeuÓaCv³Ñ·æ#\88º+뺬ï°\13µS¢ê­\13ì&®d¤*k\ 50\82\18ÝάÛ7Fþ\ 5\16\ 1bi\14\v3z\16\9cE(Ö,Êý¸\9b
+Ó$'¿\9aé\13\16\13\9a£\eа\ eB\ 3\1c\9cô\80\83?\83\16ó\b÷\12<{°îi\18$H¹UvE»²\90\84®Y:\9fd\11§Î«ûFëò¶R¡Å\ f3D\9c\8f£P4\87{\ 3°ljý,<\0\97¦d³/5rÃ(\1e¤EdÈæ\85Gë!`à¤9bobþ\r\15Àá\84\99pîä±ê¢%))\8b£\f|Ë£\84\8f}SᮬT-\ fʳòCxu\ e1_Ûpuêpßáä7,ãcK\ 3x\84\81ßÄ-\f4Ôc\87]\88\9aÖå×½]¨¦Ä59\81Ç»ÓÃé×Âà     ÇÁwÐÞ\84\8fhÿ_\10âêý\81©J½Ë¦áü©P4\9d\86¦\8e\80½RêqÒÄóÏá\1cì9\9cÀRj¾­\92\9dÍ@\18R:]éÌKü\1d¢}NtúÅ>jÕN\17ûÛ9¡X,ötq\13â\17y±¸sÐÉ)Ð0~\0\9d\89\ 3\9d hÈ\0çýE\84ðJÏ\12âÛù\84`Ü­-ãé\9c\10Ð7\99\ 6ÆØ\92É}Éä>6 \9aÄÆÛã\18\9bµ\8d\r\13é(60¤tºR£5\89¿\97Ħ§Ã\83lK\89TvtxùC¹ÿßÐAïUUaóa\95\191\82¹\88\1d>\ 2ϲãåùìH×1¢\86Æ\8c\1d \9aL\93®©eÇH\89ºP\81h\12ª\91½!TiNG¡\ 2íÒéJg^â/\86j±M\9b°e\97\84­'ξÑÝ´\8e¼ú\1f\11Ç{\7f\11S¼Ò³LyuA\1dYç¾$Ä>ï\87:2c
+\fÆ:\12\ f\8e\98®Y\1d\89\911S@\aëHìêHlë\88\11_\12\9b\9e\ e£ó
+²áÅ\ fì*|Æ\ 6Aü×±Aôl\10s6\88SlÈ'l\10\8e\r±A \eÄø°%H\ f}\9a(oü\98ÌlÁc7á_"\ 6\r\7f\19\9c\1a­ô ;<¦Ã¯Û2²þ8\0\9d,kÝ9#U)µÒÆñÌäk«L9Ç\13êvì\r¦ÑWèhÚ-\8cNcÖ\17Â<&»c]XÎØ®¡F
+C\92cY\99``\8f\99ÐB6r8JÔîÔk,¨GU\1c;·+¸n<ixͲÆ\9eno\8eá\8bP\19¿T{Qf¹\ 5x6±^\\90X\82»\1c1\8dù\ 6-ø,±\84ÀÄ\1a+¹Ä\123\9a\8dì\r4³W¨!±\ 4Ò\f\86Jg^öÓZ
+-VóÜlÛ>\99\91e\11\ eEØÀmÚ§!ëÐ\b¥\81\88òµ½Øf"b\89¹õ&¹5±·³¿Û\18I\1a|\r(Ï#\9a\98Ë*\17Ñ:\v\ e\ 1Í×\91འ
+>Ú«2e\ 1\8frn-z\15\91Á\85\ 2\8cnV\ 6äëëï\98\16<bll\1a\ 5½é\91³fD²FÓ\14/Ïå",\89\rJ\ fè\ 4+Ì]'\85\90}·Ð°|Vh¨+4±/4´/4ñ¼ÐÐS\85\ 6\8bµÙG±Ò\9c´Ó';\88áNª\97©³k\9bÃì\924Ycÿx\90\92\1d\ÌG\9b`\7f#9qñÂBÄÉ^é\8b\8azYwMxÛÊBé\81b\7f\9f\93\87\7fÚÂÕ\1a'\r\1c\96\89ÉÝ\90MNAøok\114L\88TÛa\eÓ1Ë\1dl\10ÙL]\1e¬`Ðl»4u¬.ªF\9f,\9fe··5\8c\9b¢èñ\99¶nð\8bÁç~bhÙ;¸\80MÒ¾\1cdk"ËÊÕHÐ\98kú²k\9a7D+'ý¨
+·,Æ\94arDQþé\1a¼Àö»ÇpI\8c{Yk£øÙ\1drîå\9d[kÊái\ 4Ó\1eÞ°â|¼¨\8cû<\11Q\1aqØZ\18ù]=ÝB\16\90F¶°\ 3ð\8c|\90EÛè\ 57ð%\8bå\11\86Mw²íÂ/·Ûð\0ãÝ­\7f(Ñß}Ð\12c(×ðÀäÎï\18M\97\93Þ>oñþyK»N\90=á¹Fù\97\11ÌÁf¢\9eÀ³W«ðä\83\12õä\9eN\10\19gaD®nýô\ f@4[\ 2
 endstream
 endobj
 479 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F4 26 0 R
+/F11 406 0 R
+/F12 409 0 R
+/F1 10 0 R
 >>
 endobj
 477 0 obj
@@ -3749,21 +3746,13 @@ endobj
 482 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2452
+/Length 1824
 >>
 stream
-xÚ\9dYI\93Û¸\15¾çWè\90*³«\9a4\ 1pÍÍî±\13§Æ5®q'sè\9e\8ai  j2C\89
-IÙî\7f?o\ 3        \89r»+\17\11ëÃ[>¼\ 5ZÅQ\1c¯\1eVôùûêõíË·z¥â¨T«ÛíJ\15+e¢2YÝþt\17ÜÔÕa´ýUh\8c\ e\8a¿]\85I\92\ 67ÝnWí78h\82\9f\9b½åÖ\9bM36û\87«Pë¬P\81\8aÍÕï·ÿ|ùÖÌ´C8R­Â¤\8c
-"¿«\1e\9au8\1cªµÐ¸\ fî¯x\97ÇQ\9aGi¹
-\81+Å\}¸Òy`ûm×ïà´T\au3\8c]ÿ\88\1d\13Øo\87j?4Ý\9e»î;Ö\96\eëcßÛ=\92\18ywK"à\14I\85\8df?Ø~\94\b\97ؼ\ f\ 6\8fv=NG\95\11\89¼\8a\99Ù\94\98½û\87c\ e\ 5\aÛ¾¢}¿_³j\ fÕ\ 3i      \94R÷WÑRsN        ð1D·j\9bj\bIØMØNVø\91\ 6Ó¥\ 6\8d\8a\99\1a6\95¯?ìòW³þpàD\7f¸W\ e\87\18\5)\ 6;Y\94qãî\15\9ec\a\92[eNn\98É\9f\98:D©ÿO\15\\0\11Ú öí$øN&Å\98\13`a\97¿\89\9c\ 1\v\a\90¥çÈÄh\vÛj\18ê\7f8îì~t¢¼\ f#>¦ëyè}ø\9fçXø\15¯\1e\1e÷\1d±ô(R\82¼\v\8eò$2
-P\8bû\1e«ý\1f\13'\8bc`e\92ÈÊ\v\92é8\8b\8bÖ\1d\0ê£%s=Ø1ÜÛo\93h7a÷,IÖk{\18Ñõ\88®Ñ\a\9dè\1agØüØB i\8dýf×G\ 6!vÉ¤ØØÚq\8d;kì\9a\99\86-G,\rzÛVcó\85°"Ë;\9eÁmÞegP\9dAÀù\16\94wÛw»3À\9c nË\ 6N\ 2Ë~4bi^±õ\ 4\95\f\ e\8f~3ð¦æaßõvó\1c´!}²\aëÇ\86\9f£Y¾Ý\84ö9\96ag\ 6Ê)\82î\ füE¹Ò\124Í_<\89¤Êb¾-0ÆÂÃÀ©ª`ff\ 3:¨7ô\11Y&W\11v\b¿Üa:°²·Ã±\1dy\90n*\8c\rµmÛ¥+\96\13\ 6PmQªàu5 \ 4
-Ðë8ÚÝa\1c°§ÙÂ\ 5\ 6\81\13ñ\10\ 1çÚU\ 5\84²T.Ä_ÿýîã¿^ý¼Ð[\ 2\90\v\12E\94»ýo~zwû˯?Ø\1f¦ª$\9d\9c\132
--ÌËì®Z\ f\vBÆDE)+*'¬À84I\12\83\99Íw͸hÄë\8du%\17¸ë7¶\17À©\95Jðæ{\80ÓE\94\94\88Rà:ÓÁ¯¶ÚÈ\85ÈÓàKÃß÷ n@òÆ.ø\ 5\9a\90\87\10\17\9b\96\ 2¯àH\83Íg¢\9apó¹¯(\13\80©\rPFT\ e<·ïF\1e¯«É°´­ \18\ f\13Û#À\86Ö\ eVÖvÛ\85¢uRD¥3\bHq\81mí¦í\94\14\ 1ÑíqOAq\0\9dê\1c.íx\91Ï5{ì±\ 2\9d\93it^DÚ\a²ÝwÇ\87\1aÕÇþÈä\18¨Ú\ e·}Å®\ e\86fwh-OMLàz\10\88÷Õ2ËQ
-\f\94\ 4·nlRêBv`E©'dO£TËô\ eÅÊѰDó3\vé+\7f`^éÚÂ\8aáÀKÖͽNs»aF'-\94\8c¯\ 6ÁîË·\85\7f#£ÜaüÐ\rÍ·å-PH\86W¨86\91fW:\8cp«ª\9e}(Ü\87\14Q\17\82@&qÞ.4¥à\9e\9b¤û\12\18ÿÚL!Å\94Z<\87dy\1c<ÚG\9e\12-\8cl*lÚýÒ­\94y\94eOße\1d\95\97¼\81VQ\91=i§<9Ç(\8a4\19\rA\9aÄep\1c¬\b[KãÓ\92_\95\vÒÍAÿ\10v¢È²\8c2}âX.J\ 4×|²Ë\v\14\92\8fCcy$¬.Ì\85#é{Aà$\8fLêSϧpÀG¸¤\1e\9asRoÊ\0ü\1a\8fÞÑíàù\91\e¯\8fM\vªÃl\16\0+Ù,N¤1f³a¢L0íòï\14h#N¢BùhÞØmÅ\91\fÝí°\90\18$ÈÌ\8f0¡³óË'pÎÀ\97¦>\9c\7f«-\ 2Z\97\90\è,è\8eØ\ 18:èò\Å\1f\97ÆÄr\eO­¯u¤ò'±\16§çl]3¹G<\8dÏ\86Ãz+\8d\ae=ò\92C\v\85×\86'8
-ÅÁ'N\99ÁH/xbÇ.t¢Ë9;°»\9dd¤sX÷)0\9cù\88¬+\ 4ZQ\ 4t/\1f\ fĤ¥±\9cÒ\19\9c[\82\18Ç\92\86+6á\19Á\0ü}\80leÀ»ÆQSAô/3Zk¢\14L\17\19\ e\9951úæ\16F\92ÕW\88(p7r(\9cc\15%fµ[©,\8dt:\r´«\8fTÆ+½Ê£2ç ä¶\14\b|$úæãÍwȪا ½\89àÌ¡\ 2\ 4\81Ë\0\829\8d\\149\8br\8d\881ûE\8amE6c\r;è&3r¢Øû$÷ñ\ 5kÛ·¨.³àkm\11\1e85\81\ 6­³fóääÆÄ\88.§Q Ö$?      \19\\7fäJâ K$aÀe&*\0®ë³I\17\1c\96àÏÀõ%O\82\7f\82È®\9bC\1f¥ñ\ 5å¾p\ e§\97\8fèsM^Î\v©ê0Y)Q^\ 5\87Þ~iºãÀ½¹\80ȹ\f\1f<\ 1X\ 3\85\8eâ\93 ¹D±Á\15Ìá\1fO\82ø¤4\86Úòøy°ÿ;.J^)\97E\8bæbÀ0 5\97Fü÷Ò¡.¶½¸>?µã\8a\aꥱ¾\90\14¨\94~ÖXàë\ 3æ\9f\1fú\0d\9f[ÉAo:Ì\92ÈÙ?\91|\96\9eÃÔ\85¸\9dc\1a\80½\18Ã\88£\ 1}.Ép\95\14\15ìE\14×w4.TN\8b9¤Ä7AQ6
-\84¦\82èdû׺q©\ 6î©x\94\99\bÅè̺\87zf\ e@2\88\14k]Í3÷@\8at\90Ì:(Ó¨pØÆ\13¦ÝËð\9aE\89\v=P:BZ[\82S\1d\98´ä<VNÚX<{O\8aÉ0Áà\ 4Y®Û\12*Pµx<\80ª\97\95\ 28²Ü\85\98Ï\1c\94\99¸\8bê@|\8eê0\ eë%;Ñ        Vp^,¸;\85\89NO`B}\89ûô\8c\85¤%ðÃ\8c\8aÓû+\1aUîÅ1\81K{Np}Fp[­\9b\16²0.\ 1R\8a\84T¾Ò{élÈ\86\9c\86_\92\8a&7~x\7fÛôÃxÍ\ f\9cÌ\88Q\1e¢ ³¯v4,\88\85\91f#p\94ü\9b2\988x·åéj"r\982u&À\96\869ßÒÐõ-m\1c\86\8d\96"Òãèú{À¥·\19¾\vþ¡    @¾\91
-\16\12Ô\8d_¸ëàÁîéÕi®p©Ñ\82·ä\16ú~$Á\ 4;\bÉd\19w\10[FÈós\92OÇ]\7f|F(JR\8f_IÏ6KüW\a\98]\aöèõ&#Íâ\87ËO\9c8Tc\8dö¡'\90ÂÍ\9f)\81¶¸÷\15yW\99\89¨\89\b÷ÜY\83­z\89ÉÂ\85ÐP\ 1\1a\vP#\19ã9öPN\93äPFó÷\9c\e\18¢3à»í\8e$pR\bq\18c\ 6q\92\19\13)Sv\8c8,\8eó\94䮢:\12(\8er>Ak#[¾Ë\92¼w.n\92<Âi\87\81~\9c\1e\1d\95Ò\90rpUdôüdG\87V-\87 ¡­\86ú;÷ï\97ýZêÞ\8a?ç¼ÁPÍ\85oê_\e\1c'õ¡R
-~#À±F\962ÚqÄ\15þ3ÚqÞ+ë\aÙÊ\99N\ 2*\94dLÞ\ 2\92        \8d\ 3Õÿ\19\9aøü\1e²4(CY,d\80!â«\94Ç\15\1cpÌ'Ê1S\16^m\ 3\1d~wÃM¾\eäeúoD\e\e\1e«¸ÛùO68îþk(½z\r;\10¯!Þ_2ùÝÍTð¡Mß^¡'\90ÿ¶f\ fÏ\7fÉ$Ó_2&(K\8chR\95ñ\1c\87AúóÀyà7·\7fù\13ú\92\14W
+xÚ\9dXK\93Û6\f¾÷WèÔÈ3¡"ê­\9e\9an\93N;Ý\99NÖ=u3--Ó¶º²äRò®÷ß\17  \87-'õô$\1a\ 4A\0\1f\0\ 2v|Ï÷\9d­c??9?,ß}\f\1cé{¹t\96\eGf\8e\f½<r\96?þáÞíÔ¡Óf!Â0p³ï\16"\8ab÷®ÙïU½FbèþZÖ\9aV\1fÖeWÖÛ\85\b\82$\93®ôÃÅçå/ï>\86£l\ 1WJGD¹\97Yñº^\8b§ÕZìUa\1a\92òèÞ\89\13.#÷qñ¸ \11\13õâÔ\8bsG\80\8a\92T|è\9a\ 3Ü\99çn«\16Aê>\93\ eyæv;ÔÌ÷Ý\ 2é;eT\ 1¶´¼\89´W<\99ºzM|e\8dÄ®¹<~4FÓ\16í<áZ¿®ìáF\995Ýß[\ 1G¬{&:Ù\ 3£X0ÊñÉ\88Ø\1a±Ö\8fA\9cÖàÀ¦öænc£\ 3\9fýV¨ª\12\95j»¯xO\7fÝytï'-ôI\17Ç\ eMÍb¶9K\\14N«+Æ"g\7f)p°òzý\16~\83Í+ëÚ\9eíÉâ\81|,<\9eá\814ðýÀ4sÏÄBu@Ì2W+Ã\84\96¾å\86ì\9e\ 1\8b<\1d}I\ 3`\9a\19ÅN\97\18û~>uzè{\ 1i\91y\91\97-D\9c\ 4îC³GIiìÞ\97m¡«JÕº9¶Dâühg8Rô\83@\19Z\81F\v£ÕZ\94\0¼Ø\94\95¦<\9b\80x'Ì\17`̦9ð   ¤\80)anÝ\18D>Y\8a\8b¢¡Èå\0Æè\ f3·Ù\8clVz4)\0Aê¥à\7f\14\87cg\8a\99\ 6aêe\11ó ø\95\ 6ì\838ãÀ\8f0\97\8aÆ\10T\8dQ\1dk£j\8e\rÔuUÖk\b\8e\96~5\86X\9e\17qä*SªUE\91 d\12{q4\8d\aÕ¶å¶Þ\8f6¡Û6ͱ/J`\96Ñ_Ï#I\82V\8déÆÔÙÞRpÞsÔ\18[\r\1a\16\17\87ðë+"îöU\13wx!]3ì\ fb 'öe­ª7-ñ®(Þ«\8a\1fÝö¸Â(tÿÖ\ 5_D%K^O\9eVw¤\ 5Z       À_z%ʼ d,Wp\8dh»×J_ó\ 3ä\ 1C¾¸â\\99@ê¤Sï®\eq<\1c´)T«Å3¤:T·ÞÙ÷B½¥\18¿\17«·D½\17$5\9f¾F\90u\92¯=Í.\8d½4àM\96áyÞ\15\10Á\1dÉ\10C\ 4ãÏX/ü¾&Àb¯;\85±L¯Ax^¥®d\89?ºí4»0G\1fp\ eµ$¯jPàË\ 2Á´.A\8dýÜ5ÇúB\93!T\88\17¬HPärüQ´Ãï®\19ÏSÂ@\89ñÏ\12\ 6rÑè\96\8abc³\8e|\7f<p¡´
+\11íÌî[\92è`ô¦<    ô_\8f.WSéd^\9eà©4ðB\88\1e\8f|¿³z~XZÂ\8b\93\87^\10aa\8c\9c=\\ 4¾\vèWå<ØöD\ 6Nêå©u,ó¢>TE?<Ü]\17'\ 3/N§\12\890\b\1dµC\8eP\92Ô\98¤\963ÃC[t{\13®\ 5\19TE\942ÆØ=¸d\ 3Õ.\92\9cß\91\fÜZ\9f:Z\9dG\18q\9d½^ÞB$iî.w\b=\9eè¿\9bÆÐbö\90µ$ç¥ìvÍ\91ïQô!\80p\17N%pj\91E®7/\18\81\83$pÿ\9a¡\19ù\18\ 2_@SÊÜóÁS!Da\88î\ fc/\89ûßW \1d\ f@\89     ®c:òd^\96\9c\84\ 2\87´\1c       Â\7f\1dT¸Q\8e næUÏKû$\7fÃ}\ 6÷\eú\9fcIoU\85E\1f;Jë-\9b\8dc\1f\82^\9c\155\99\f/ì½\98_*SOöûW\120\80B\9b§\93v\10*Á¤ÿû\93îo¸?â^\ 2\17Ç[ZÂ\9fëÂèþiU\15\19\857p\81mõAá\83^½Ò=ȼGæ\15W\92¾éÚô\1ahU`¼íHT\ 5\ 3Ã-UÅhx1:Q\ró\ 5¾\19æ\96\aúwrG\ 2}\1f>\9a¸àL«·\1aÑ\83\ 6n¯Ö\9a¶,^        àe\93\f)¤¡\88Á¸å@\1c7\9f¸\99Ç_Ô<S¦$áØNMË\86/½0c4-R\97\ 6\ 4\10\9f=Ü}é·u<\f2|s'àèº9nwÜä\94{ͱØ1ü[Ý\11(+e-~º\bÉ\1d»\92[\8amY× û-hteµÆYá0\f~\bÇ··Àñ\9bõ\97\81pس:(\8bC\ 3\ 5öm\ 1Äl}Ö§\87CK\95ôÙõ²°­×ú\16\9d¡ñ\81ÙÈ<\8d©ñýM\ 3¥ub\9c³\16\89ï²\10$5D¡- p\87Ë\93#FM\10Rk\ 1\9b\8a\98íÞq¯MY0Ýl\8fû¡SD\8a\8d.ø¶ð W%MRI2Ó\0V\ 3'h9«Ü}\1c\0+Ö¯½a²$§éSaóD\1cÀ¨N\0Ü\17>\1c&\93ÓMδ\80)P#\8cø\r\f£àÂm´\89O\16í\ elx3ø4J}ÈDK\vÏ»l<\a\84Ö\96\9aQ.\99K$ë0ø¶\16Ö\88³azË0£g80Î\9cÊ]\13Éä\9eUM&\rn¬«5·O½:\97Þ?\7f>ðÒd¸ÔÆv?É\ eS*\99ÿß\98\15}\ f!Z\18\8b\8bÝ\bÖç\9b\ 6\1a4pÖ\8d    \95\rÒÐ54_\ 2\85\ 6\974\9c!8²\ 3lÍø§\87e\974¡¤l\e\vBîÆJ*\b×\82·í\80\9a\ 6\1cÉH\99·¥ç0½'«k½U]Ùÿá\82n- S\9eT\10ë"+K\ f\83£!\7fC#û\Ò\18\8f\88\9eëÕþ\1f$\ 4\14â§\17úÓ\84kæí D85Ú\97sl\11\81d{À<`PpeAÁÅ%(#{8\82B\ 1\87[\b
+\1e£Ö\14Ï\ f\ eÀ\13\16²)0È\82Àà¦\ 5f\ 6Â\ 5H"\82\84½\ 4&9\a\86òØ6\16_\0\89·\85~ëì%¸
+\ f4\8cßü\v\19\9bV\11
 endstream
 endobj
 483 0 obj
@@ -3771,10 +3760,10 @@ endobj
 /F2 13 0 R
 /F3 17 0 R
 /F1 10 0 R
-/F8 61 0 R
-/F11 398 0 R
-/F12 401 0 R
 /F4 26 0 R
+/F9 84 0 R
+/F11 406 0 R
+/F12 409 0 R
 >>
 endobj
 481 0 obj
@@ -3786,28 +3775,28 @@ endobj
 486 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 3133
+/Length 1971
 >>
 stream
-xÚ\8d\1a]sÛ¸ñ½¿Â}ié\19\8bG\ 2 HN\9e\92\\9cI'\97d\12OÓNrÓ£%Èâ\1cEêH*Nþ}w±\v\12üpì'\81Àb\81ýþ\80.¢0\8a.î.ìÏë\8b\177¿\\8b\8b8
-óøâf\7f\11g\17±\fsuqóë\97 \8eÔåF¤i\96\ 4/\8aîp¹\91R\ 6\1fÍÞ´¦Þ\1aüTÁoE})Òà\T\97¿ßüë"Va./6*\ f3\8bâºl»þ
-AuÐ\1fì\9e$(¶}ÙÔ\1dÍv'8#\v̶ü*\92Ôì\bä\16\91þ ñ°oÛ\1cO\ 38í.Z^;wf\17^nT\12\aïëê\a­\1e\8b~\8b\88\ e¦£ÛÞ\1fJ\98ÐÁ\81>\87ݧÖàéßáx¤b\83d(ø\91aL¬p÷\11)Ó!Ò,¸ÇɦÝÑô-]¬¬ï,Óìm+Ó\9b\1d}Ú³pÐ\9aþÜÖt[¸Êç\83©i\81ñ¦Á\1fx\89_®å(\16¸[¨³\8bÈÞe³§u_lq¨\12^þ'!iÚ\a\91Åa&\1d®Ý\93p\9dP`4.;úE\86Óhï\8eB\16V¦.\8e\86¸(#\11ª\98Ø\98X|\b)e\1cìÊÖlû¦ýA\9fv\v\8c\84c\1a\9cvEK,ü8è\ e¦ª\bèÛe\ 2\96Åme\96ÔI\11F9ßÿúÍëwï?¾ZШd¨\1dLÙÑ\ 1D\90=³¡_KOoÚÉM\84¯U(C%\82O\86)\16i\12¦\99Oñ'³%Þ¡í$¡ Åû2ÚÓ¿/3á\88é~¿¢#NÅ\9dá-É\15\13ïdPÐÏÎtÛ¶<9ä*höK^¤\1a\ 5ð\b\13
-\9dàâ0I\80\fØ.íÂóÚ\19¤\88=!!ë\84 \eN'6\f³·Þ\96\82¦<\r±ßæû©¨;"\ 1 NE\ fì®iÍJ\ 1\7f\ f\f¼Ôd\19§a®\9d*¿~L\95ñ\b§Ê\88\90Ì\1f\ 6w¦6í\86iW*\94\89/¢'\8a@OÍ÷Þ\8a<
-nèVñà\ 4,+"B5î\18y\109B&dF\80sÀÞô4\18\14l¶oô78íû\eO*èX\90\10\90jì{0¼ðÒVÂL1\7f^¿}ÿâ\ 1\rÑ"\94\82ÁØ\f\95\96h\86j0C;\83¦¤´"Jp@6\85#\94¦Ò\89gSvö`hàÙ\14è»ÊÁ\9d\9eû\11f©Øy(\1f\ 4i÷¯m\ 5¬\0@\v\13\7fb\8d\8b|\82ä¨â\ 2\9b"\8b ~¾\ 3]@ÓÌ\9c\86¦2èú\96Ä\91\8aµ¸\ 6³EG\90¼\ 5uðî|4Öºz\9a±z\9fzXW<8ø¯ÄIdóùQ½\al\83Þ§L]\8aÎ\16lo\aÑ\1ccQ¢\ 5+5^\9e\b!\9f¦sDë©\92Ý\9f\90¿\87ðN\1fÝ©*í0\ 3®\11\17\12\8ei8 é\16-Ä~ÓÚý:(k\82_\93p\9c\83\94\9c\84ß\\7f\bQ,J\9dt\a^\17\15\1d7\13)\1cf9\ f\87íLU\1e\ 4\12\1dëà\13\a\16Øõ×¹é\87«\ 3\95D?pSO|ú¡©\eb\1aèRðªpÆ*àç\1eÓ\vÊ        \ 4\aK\91#\855\8d¬ÇÛÙÐ)\ 6NáÂ-°Æx0\1dÅ@¡`wYí\1eX:\ 1G\8fÆÚ\13.\ 3ê\99ñ\ f\1a®Gv\88TM\11e6[9ân\faAw¾íú²?÷nÝnî\ fp\12äO\16dº_\aÃ^pn\arð30Ë̹W²R\89\ 4G³[
-#;\9a+ÈÃ5ÈÝo\97(_\9c\87°\1ct\86\87ct\ 5x°      \1a|q"\ 5\88\ 2\14[£ÌÅV\80\8bõ×K\14"\ 4OÒ|\80oMw®z¾\15\ 5\b\98\rs$²5&\93®ë(hÏ\95M8uìÑ\95\11]0·J\17lsti\9f\0ºÂ\94\86_>c¶@!\0v|Âk¡ÆZÚô@\e@
-aiKà\f¢Mû´Á\a¤\vö\97\8dÏ\17\r\91ãÇf\97¿âÀåÊ\9bÑg[ç\ 6:pW\94µõ\a.KFx/jͲdégÉÖ\97¦¤GÒeÃ8\18\8eá=Ú\v¹k\81\8e\95\b\10³3çÄM\ 6ä%\9a®+ÙÑ+?\95   ý\ 2fôóÏ÷\94\ 1R îp_\9cÏ*\v\988\14,ÎÔ\8a\1c¥¦\9e%\ 6W\9c|\f\19\15ìvÉ-\f÷çÚÉ\1ev5|ô`\9e\16z\19Z\0ä\1e\ftQ½ø\9a)\1e(\ 6R\17*6×\8fgPNB«Èd\14¦C:öò)È(,uôQºßzàeó§5\10ëkUÌÅ\12Â\f$\8d\9c\11)³+\9d0q\8aW\93É9¼W#¶\ 51"\r3wÝ\97ï\7fûð?Î\1f"\19
-íkÜÛ7ï\96Ù\87HÂÄ¥Õì\96§\8c\8fB¡|ì\1fÞ¿yw³@\93ä¨\8fÑ"OÁÀ¢¸\82µ\ 3Ðê»ÚÆ\15\95pjV\9d\a\9d»#\84]sG\bËî\bA\ 6w\84\1f\88Á\ 1\151¤qQ\82jä©Ü²¬Q±sO\90>'      ¹^È\bßìi± \15g
-0ô¤\bëV\8aj\96÷Â÷\8a¶ðq«\99c\ eÉlæóýóû\8f¿.Ó\v\r\83ôgâ\8bC1Aó\12ñ,Ð\80¿R¡\96\ fe\9b\98/cI\87RÄ0TT]C£Î`¥\91ª\94u\1eç([ÆZp`\f~¡Ò+òed     øaSqü­\a¹"wRâ\8eâ¬Ë\82\fi\9c½Á$\1fU\94\v¯¹Y\8ev©+Þ!úPHÉÜRæÙ&|Ü\1f\9a\8eçýC:ÂBáEgÎ}\93x Ç\18 \86¸\0\v\1d¸x\87{\96Eë1{[\ fÒ\99öÃR¦¦J\ 5«\93\8c\9d^æÂZ\86]©²å¹Ùé°hu5KÖO³í¦­Ùña\ fBy\9cXK7¼þ\12öº¨\ràø\ 3\83í¹mÇKIíI\ 3V«²6¶_\96\ 4ï\1a\9a\19Ý\v&¬<}\94~q+õ¬\ f\0ë.\ 1XMõ\bK<I\bàkÂùxÒ6ÃOËI\88¦Üah÷M{4»gè¶å\88Òó\14\0k£@ì\87\86\18k\ fÆä\ eà\9d-ÔßÍ\91\ f«W9Íd3_\e&Õ´\13´\9e=\fQ^e\13\7f\96­EqHèm\14·£ex\8de6Æ\94'\ 4k8\84\9cf>w\ 3\9c\8c\ 2\0\e?ªBîº\1aj\92\85(Ìv<*ÎÖ\8aUæe0\8am_åÌ\e$o¬¸c­Ð\99zº°/¶%¤®%UûPy\96õ¶:\93E(n\15\8f\93P¹¦\1d
-\11IJ¬ùÕØÑ¸=\97U_Z'\99,"\1f\9eÂ_\95\r\ 4ÇQ\ f\97\87¨\87\1f\19¦à8øò¡mî è:ºî#Ò\17\85râã_\ e\96\ 1G\80ûxAWá\1aDs Ä\15\88\9c_/y\16+\7f\9csfF_Ô\16Îóyß\11\14ñMO GÛ\82ïøëtîg;g\89\91\15\v\19\82Jt¹Þ\84I²P\b/\ 4~|õáí\7f\97    L\12ÆC mÛ\ 2\95ï\aåã~$äÎc\9e\85\8dGn³\b¥­¾iÛ\84\aÓ\1fëU\91¬\98\12Î\92\88\18\9aMeÒK\80\1fÍY\11ÛÐ\r\17\8a\vüd-µd\80\9a\0
-Þ`\b°l\9bÚ\86\8c\f½³]øë\\12C*7Ïí\87\b­Æ\17OC%¼W²ËIÉn_\16\12Ò\ e\80ë\ e͹b°SK7µK\ 2s.\84¨Ê\8e\8c\19·sí¶À\aªkî\1c0¯[B\88q\84[\0î^ü\8e\81í0¸^ÑîVó\87æÜ\83¢Ú¼^\ 6/
-û,ógWq_\x>\a4\85C!é¢kÔKnÔË\0l»àky=r\15Ôæ\9eïg\9bz{ú­!øv]ÑþÀ\14õçU\9f\82"»°ýÎ$·¼Á       nZFs³B\98IH´»[\ 6öë?\95Ç£÷Äm~W4Zi§ã,©óä\ 2KuVøäâÌmó\9f\99ê\19\91\85\99\9e¼Ò¸^!·t¥\86¼ðtªJê`P3\17\179\17#\ 5Ân\ 38Pî6HÿõD+ÆC\92\81ϱ\ 5\8es|\ 6\v\16fè±\83à\ e\94cK\ 2ã\7f\9a;d+l\10@\8c+\9bþ±ôIa*\1ff\ 279Ññ\v\97&\838\86+ã¬M¯\ 5\9dªbkE\ 4³,"\7fW\ fþ\8b¦¬úøKc\1e\84_~\1e¤Dê·ó7)¬<§é
-[\97ØåDT+\158:Ðôi\84[|Î̸´Uá¤3~ë\8cJAâä¬\8c:t8Ãô¨ \9f\85\92\1d?óµu¾\88S\94ÝáRk\8e^ý¹£E>\1ct\81\11 \0\8e'ÊÃ\86C]\83H\a\aà\94ÎÓ!çúIÒÌ]-Lå\8a\9e\9aâÓ\8e\8eß\7f\1fu\15>îK[\9d¦rä\r\ 2\13\ 1z$\0'÷­M,Çv¿\1c\f\ 5\94ù9Ï\98\82+\81ÕV¿\84ø4t!þþ\88@ñÐÚÜ\81\97áêGfy\98äË,\\ eT=#OYÖ®Wæ\9e>¶EÇþvÌó&\ f´ìbí£\95\94ó6\9d\9f&\8f\f\94\ 3\ 3¥Ï@\80\99\ 3\8f.×e\rîØ:ntêI<MB]kÒå§\9cSwç¯BÇßùcùV9I»\87\ 4ö\8fÕ§ådx9ÿð\94ü{¸ÃÚãe(\ 6d\9f\9e\82ll\96\ 1B*\98q°Û¹dÞúe\982îIbxÍ\9d¸¶£±      #\aUô´*á\ 4Þ\15£JO%\r\v¨ºW\13ª\ 6à\84[Ë´\91j\8edø£\ 3\8363ü\1fAñ1:Óôü´mcµcgV͸èf*F\19\fjU³\7f Ù+\9fÐìÅ^\94pÏV8\0\8dúV6ç®ú±\19" À·\14÷\17\16\ 4Ú5ôkm\ 1\a^\ 2\9føyk¢g\ f\9d"\8dùåd<T¯é\8aLÆGú\rg=»²ÅÐØ­õ®²ÜËY\ 1esÚ\8c¯\9fÓ×<÷\80\92ÑÛ\15½È¤`4CÄ\8f¬fÍï\ 4\91&\8d½rÌÖÔ\8bz,\1f³ÿ{jÞF®¡\10å\8b\7fôDü§\1aº\ 4\8a\1f\8d´¦6L,'ÿ\e\81\f"?ïr-ð4Ì&\8fvίq\10q.æÕÍßþ\ ft£¹þ
+xÚíX[¯\9c6\10~ï¯X©\ fe£@¸\180}Ì­J¥HU{¤>$©ê\80w\17\85\85-°çäüûÎxÆ\ 6\96MºÍcÕ'ÛÃx<\9eùæb6a\10\86\9býÆ\f?m\9eß={\1do¢0(¢ÍÝn\13ÉM\94\ 4\85ØÜ½|çE¡Øúq\9eËÔ{®\86ÃÖO\92ÄûUït¯ÛRãRxoU»\8dsï¬\9aí\87»\9f\9f½N&Y>\1c\11m|Q\ 4Ò\88«ÛA÷£_vÇ£nG\92öÞ{ë\7fÿ~K{gz¤y\90\16\e\1ft\89H\97ßëñÐ\9dqW\11z
+\87È£\93\8fº¯K¦÷{X\ 29óƧ[_\84Â\e\ f\9a\98ï·iê©æ¬\89µÛ\11\19¿_*\1eÇE\90Ç\9bÐ\1cÌêú\1fõ¾nWzæ2È\99\91\ eèkõ±á3ê\81Ψ[\1f7nü$\94\81\88éZ©Ù\84\16Ñ\15°\89ÜS#\8d¤2L>¢õ=<·­Û=Ñ\8cÞBNLå¹ïµ±\84Ù\9eyMÝê\0./3ïÍ\8e%Ó°´\17°:{¹ÍFe`\1dΧSSëê©Q<\9c«<\1e\90I\84¡1\8dj+\D\9e\81gv¤aìöûFÿ¸õS     &Ù1\11ÕÇI\89\87\1fT\ fÛuÏrÑ\10\v&4\84\9c\19\ 2iÝ¥$¼÷\[ÂMÕ!ÐR¯í\fâ2ï¨F:\93ðKv\ 4:¸OX|\0\1dÄ_Â"\8aó \94·ÁB\ 4B0çSR`~\90\ 3\8dÅ\81\81\16\ eøû\87zÐÓn\ 3¡8\8c\82t\ 1¡\95\ 5\93³*ʹϲ (nS¾\bb«¼êѺ"ô*Ýh\83T!"o×wG"\93õÅ\15\17   \8a1üæ\98\18\9ay\ 6Ðlé>\91È\828\99ßG×xuôiæ\95\18ÈqjýLøÆYî\11\ e\ 1Æe©O¤\1cP\15S     j9Á0óZý0í<(fæ\10\83\18\11mùx"b\ 5ªf\99ðîìÉ\95Þ©s3®A6w)\ 4Ñ\15ì\880\90Å­\19%\8e,§:\ fz°Y\81b3\9bÂÎ\90;\1a\8fê\13êÎ\1a|=;,\92ÂpÐMþ\88\8a Z@ËhjvcF\ 1\acF\89)\ 3DzXf\14$,3J,¥»\ 3~5jáö\99\9a\83\98\99;\1a\19Y´èõ±CÖû-Ò®§'M¥\85o
\87\1anhfN\16\86¸þ¬Ë3e_ó      ]\8fóØÊ\10d\9c`]Ùly\92\18S&Í\9c\8f'\7fwn˱îÚÁÖ¶¯\176Ò÷\97¾\9e\eB¡ª1\17(\1c\9dÍfÒ\8d\a\10\ 1lÔº'\1a\91íV·\15\84\ek:qðùW­*2\919í<\9e°ºâ|\18\8eÁ\1aæ\8br"/ËI¾*'9\97\139+'~\92F\16\9eÒ\1d\8bsË»ëzÈÑ®*\82uX\84\93
+\ fHR\88\85G\e%j\c¢æn£Tí
+\a      \84NÅî>©\9e9M\99\85Qq\80\8ay\19È\82\b­[п/WnNd -Ïû8Í\eS\92\ 5&\93\9aá1\851,\88(¼³±\1ee¥îÜ®°\99Ø$t\ 5\94q\1c\ai´Bå=÷$ß\8cJ\b\bB%\95E\18\13\86\11F\88\1eGêxp5ï\81\ 6â$\9cÒ\16\83\ 6ù\92y\f8çRgàÄC-8\81å\7fpþ§ÀyTeß}+2\93¬ d&97ô9'8\9cL\18Â\95K\8d¸\18ô_g|Â\f´$\83ó\8d\958:årN·\vù\80DJ¯L}\»\96\10\14`ëK¥3\91±A\87¼|¼\0á\ 2 \92ß\ f°c\ eÐ\82£\ 4é\ e °ÛòÎ\ 1\8aäÖ\8ap\0\95X½Wá³\ 4k, ¬0+\b 0\12@ãÂ6M´`\80Â\8c\ 1
+3ã\v\18¯\ 14\8f\82$¿\ 1 Ñ\1a \89\ 5(*ã\0\8a\1a
+@\8dº\ 6 Ô>Ã\19ðÆ\9dùèË\90]\15ù}Ó}Äçë      [aÿ¡ë«é\11»¿\ 5»¦\93\14­\rm¢Ù\ f+¶'¸Î|Î=j@»\9a^²Ädî\bM(æ?r/v¾LT4\9cÐó}K\v\10ç¨\87V\1d5­ôç\93j\aè#\10MQ\ 4ÍÑx`!í\1a\16j\0\81õð      \14Ê ÝÁÕë²\1e\9bGZ«Ó\89rU[\99nYÄ1»\b¿:mÌVC\94\1e4\83\15QLÒ\87q¯[ÝÃ\95X$\rM=\8c´ÁT\9c,\9fÞmø¼XE\1a¡\84Ü\81\94B6\80     éÙ\rCM¯sÈfìHì¨nv¾1^µpý\vÿ3É{r3\ 2\84H)Þ\8c\18\9cò \ 1\ 2ÚôK\ 4 \93yîÀV\87\0dTLT¼ÏÚ\1ciæö8\99\10\80<s\ 4\88\9c*ôõ6Z@é'OàÌ<ç`\xÂP¬õqÎÖÇ©Q\18ëÇô´\15i\ e=ü©Q¥ÛìN²&Á\17"<\16ßðq\8aåÎòå\1a¦ËÜÉg£\83æ¹\13\9c¤\88úçúq\1fÙ\97ý\93µ\17§¿A?Ì+b²\f\0:a\19̦n»ð\83\1dÎøW0\17\8dÑ
+tè\ 1ßí\eVÀû\17©\a^³äÏ$Ë(Kg©·\10\9d¥6óg\16¤ç¦¢­\a5=½\88aö|Æ¥\råÊ~\ 5ð>®\7f¯É8Èìcx\15V\97\99}Þ1\19E¥WÕ\ 3 \89\ eáç \14ã\9ckuÆïM\9cp\1f\90q©Èð!Yõæ:\ f-Öç\94ðf:
+\1a\96õ\19N\9bÿ\$\8a\955ÇX.­\805ÆÀ&A*¾\ 6³ÄÁ\8cþ\17\8có9п\b¼d\99CLλ\19xë笱ì£oÞ¿þ½îqã
+x/üû[ ÷\92Ýä\9e×÷¦\17\9bɬ[j[\1c\96\8c;^÷¨·ÿ32\17çí0*þ\em;ca~WßrOº\1fÃoúa\80\ 5ý\85¯o¹Ü+³\17Û*ûãVæ\16n\92~F->Ñï\163­:òØ\80ÿ\99 þrs#s®VºG«0I5µ\95åÎ\ 3þ±ë\1fiáü»Îå\8aãÅ\843\1d\9få\8eJ\1d4WÚYÔH§«ÝJU/Ë/2F\ 1ö\1a4ïùM\97ìFX$AJ\93w¿M¢^¹Í\1f\9e®3ùIíÙ      Qö~{\8b\ fÙ
+×½øÇMO
+Â#Z\9b@5\19v\1e8üc¸ý'HÒ_N¼Ù«»ïþ\ 6úy¹Ç
 endstream
 endobj
 487 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
+/F4 26 0 R
 >>
 endobj
 485 0 obj
@@ -3819,29 +3808,28 @@ endobj
 490 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2465
+/Length 2454
 >>
 stream
-xÚ\95YK\8fÛ8\12¾ï¯ð-j Å\91HQ\94ö¶ÉN\82Yìa°ÓÀ,\9040j\8bnk"[\86\93\7f¿U,R¤\1eíí9Y$\8bÅb=¿¢w      K\92ÝóÎü|Ú½\7føé#ߥ +ÓÝÃa\97\16»T°2Û=üósôáX]FÝßÅBð¨øû]\9ce2úÐ\9dNÕ¹ÆI\11ý»9kúú¹nÆæü|\17s\9e\17i\94&òîñá_»4c¥ØÅYÉ
-Ãò\97\ 3\90g"\1a\8f\9a>þ@²\9f>
-/\82àx~bÈã\8e¸_ÚëP7ý@Ä\81¼yÂ\8aÒ\12¿#\8eÝelº3}¿Üq\15U\ 3\r\86ëåÒ6º¶\12\93Ó´`2µÜöÝéÒêQ¯\8e\84»Hi\89^\8eú¼¸\10î\e\87"Òû\95\14<ªõ\17.ÕY×÷FA1W9+@E ö\94Ô\ e\17Õû±ë\7fÀ\86¢\88ÎÕ      Y\17Ê\89\83\95f ßj\1cõ  ,U\13\19Y\açÏxð\ f\9a=Uã\1e\87G=X²^[²ºv[Ç\8e¦è6ðÑëáÚ\8evGwð«(;¸PJ\82K#x\a\vÖ[ª=\8a9°Ð  Ò\9c\95Ê\10¾G\99²\1ctq¨\80ý=\8eʨ9ÐlE?+Eætaø=t×smw½\1c«Q\7fÃ\9b\99³ÁC\9b\91¨\9eõY÷°8Ì7÷z¼ögr\83\9cn\8c¿d?\19*ÙØ\a\85ÏBóì;#S­Ñ×\vcWü5\f8/£ÃµmijÐ#} âp     o\ 3j\1c\86橵Ôþ8PV\9c%eôà\18\10\8b÷Õp¤¯`\aÑ\19Câʹ³Ä\93CÜoÚÉ8\b\87(%\99\v\1eýGWukb\19Gþ`\18\18Ù\81\16½¶Õä\8c8\1f:#\8eQ½fs3Tp»\1ao\ 3\97ýå@ÓÓQ\e\ 1\9f*\96¥\8b\88\7f\82û:9\96\11¨
-\96(\1fô(\9d\rzc1QJ\96\95á\85§\0ä²\bÒ\0\97åV\1aP\99O@¯g\81\82å|\96\ 5\907ÝR\96KçÅ5\10"·B¨0\v\80Kd~£×½\9c\8c\85Ñ%\19\9dü\93\v\99y}:àR\98°Â_{\84XË&ÂPá2\ 3G¢é g 9SkÎ\90ÙÚ\9c<\97>'\939½K-Õ(%KóÀ\94Òçoü\ e\fÇg\86ÛÌß±à)Kä<X_Ïâ\89\98Û¯tf(åJG0åe\ 1ÂÐ~"\11S\0½\e\88Ø\9b±\94óPAN\8dÉ\10ðõD'ÐÀ\1e×\1fºþ\ 4·4Ö%1\ 3ã\9a$)\½\11\99\97TQ\9a\84©/\18á÷Dçè\83\94`hì~á%Å\ 19\9cck\1dîË\1d-:'¡Ñ¹#Â\99\8f¸l\9f\85ÙþwR¯H0³s\91®\94\v+͹nöÖ\ 1a8BR'Ú \18â\82Í?\96ɤTä`·Öz\80-&®¤Ëp@~é»ç¾\ 2è\82\99÷µÄ\1e\94W¸ÑázÞÛ\88\13\1c\8bN¿×´âÓ%\8eL      ÁؾØ;\99ú\8bÎB?CKZå¶Úð©\92kK\88·\1aèóåØ\90:q(m\91F&?Nñf2\7f¢\9aÒÂ6ÀgI\ 4r}\1dð35§á\94Óa£\aPK\96\ 3·+l\93yô'Ì\13\rÑZ\85áÄ·;  Ç·W;Ä2`è\8e6\96²0â9S.c\9eªþk\1c\9c¸\8a¼\82³Ü\85¼W¤?²oÐF\16\1dAEÆÚ\10Ü·×ÏU_·z\18È\ f\r(     \1d\1aª.!ÑåêRì\14sx\19\8a\rJFõ\190Qß¼D
-(UÉÕ-ðÈð\16\8c\18\14"39
\15Ë2ÌU¬ÌÍö\82)4\ 6\8f~\r}4\16Ê\80\920~\7fmZ¸Ü\86<äÌ"aij\98>\98te³ï\13m#ùö\ 4à\a\vÔz+v\85ô${ÓZ     \ 4ù\10\96ærm§ð\9fÔ}\99\v-æÈ\0)\ eÕ¾iãUÐÙ|666qÌR9y9O\98PSlBþ1L\8a\1cg1ÁH9[\8c%DÌgâU\ 65&eÒ¥z\8f\13æ\10Dújþ\88\r>\0SR\a;^º¾^W¾Ì\13<®L\14§R1^\84\82\7f\9a2*b\18Ê\1e\1e\1d\16\8b$\aã\19\88Ç    HJk¿.Ã\ eå\ ey:ay\18´¬pDÕ~\ f$Ô¾\15ds\a\ f\97Ì\15ðæ\eÊ\f8\83\13r\17V\98pxÉ\83´Fa-rÆga}ª\¯\92¤¾,\8a\84\a]\f\f¦æ\ e\17ö{m»\1e¨ÀOÁþIð°¹ËK\8f2oÁ\ 2\83\ 6ÎziÆ#}\91ãÃ\81ú;\1e?Ic2M²\ 5\88Ò,eÎÿâË:t!\1fx\bDêQ)ãj\ 5ÙE\9elá­\8cÉ©_î7Ù;;¿Ãâ\9f»\ e1O£\97¾1\ 1\9dÛÄ\8f\1fóF1§Ò\10P$Ñ0\ 2\ 3HÂ4Ý]ÇËud\185ÊÖz\9c¾\ e\94\84CÖ[;Àî×Jÿñ¶ô¯)§ÃÆ/)¶T\9fc>´Ü?ü\1fÕ\ 3\ fe\1d\fÝV¤.ËASæ\92zw\1d\88n8j\ 4qx,¬e.á»UìüpÍ{¥kªác\912\93bÕtrŤ
\89É¡&WZ\\a\ 1Õ¾\96¹ï)\ f\13Ì$¬6R\19<ZZ\e]°t\1d44¬aå\82\92o\91\\12æ*Ó\96
-µ|HP¹;G\15\ 2\9d\83\8b5\rM$)§\ 5\98\18è]C\15\16Y£P?\88£y+\81\ 5\ 3^\81ÔîYiN\19$\15OÂN\1e\11Ô\9f\9c\1ave\1av!@ùP@a^\0NôE\85¿ýA£CßÙù\8a\18Ìë[\1eMè»Á\9e\0P¬]Q\945VÂÑmÒÒi\0¾¾ð<©\9eM\93%Jl²\96\80\ 2\95ù\94®¶SºÂÀ "óÚ\91\16Ñ\84³\8dp\ 4ÿ9d«³¹\1e\1c=\1e»ÁJ1k2qb25\86ò
-õa=\94\7fE&ã(\14ÃP
-\85XÃXÛÓÔÍpimA@áë×ü\91«Ä¾çàw\1a\82V\2=\ 1ü\8e=Í@V:\13rÄÙÊnjÎ>\80Ú\ 6Û˼ô](\12Ø\r®\ 1Å\9aV\b\93vpÙt˰LÚÊmq\ 6\1e/ô*¥C\17 p\9e\o\8d|bP\8dÄ×\8bÒáðX\19ðS,Á\8fY%ô\13WO{hé\9eÿü:\¿=ºÉn\r\9c%á+Gü
-4Ê3Æå\ 2\1aÅÿXñ\13\0p=\9cx3È\8a?ÝäôÜvO±\83\f\19Ëg\90áR\8dë\84_ ¸^\9cñûÍ3\10ʵͰæ\95)ÿÌôHB\0²*fo-\9fã_WÌ9 {»íÒëCóým\9aøí¦\94ÃõðfNÿ½Éé\0°F÷[Ê\93\9c\15K^\1foó²-ò[tÇK\98ËÃ(øìJò¶òl£²æ\9dz\ 1\1e×\8e\1d \ 6óZ°ÂK¥\7f\9eÚh\16\98âoÝÍ\18{tm\r`\92Ð/æQ\19_ú×\9a\93\ f`o>pÑW\88\82\15Y\98\13~\9b*ÒÁTT(ü\1dæ¢\17\1c`Ï÷|=i\93õÌÓ¾\12\84ñàWW\94ÂÖM\85\14¾áõ\82Îa\7fê\90Üpì®mM,\ 3P üÃ\aâÅ\ÒÿAÊ\ 1-\10t\e>Ku\e\0Ä)1\7f\r\86Vcö\18l*#øv\90Í\85)^ôâb0\aü\9a÷-øµ\80\1c#\97\9bõwH \84w¹\<$ÉM\80\100\£\97\9eJ\92\81&\99*\rvÊ !«èg\86\97²Â=\97\19\8a¶%K\ fn\ 5AMf\9b:\9c\99Ì\81\93½\ 6üWÛ­vKs&8_\14\8a\8a,.n!÷\f»Ù·õ\1dÄyn\16\88´Ùß^½>u\1e\9d\ e¶Ç£¦j¦Q\18¿\ 2¹`å@ÍÀ\r\89ò-Ǧ'séE¿'\80Þõ÷Ô\b4¶Í;w+Æ\99ºÉ4ÇìgÃ\83x\907%<ð&ÒM\92ãkQØþ9$¿|[\99Ã;ëZ\84\96~~øÛÿ\00½Ô\16
+xÚ\9dYI\93Û¸\15¾çWè\90*³«\9a4\ 1pÍÍî±\13§Æ5®q'sè\9e\8ai  j2C\89
+IÙî\7f?o\ 3        \89r»+\17\11ëÃ[>¼\ 5ZÅQ\1c¯\1eVôùûêõíË·z¥â¨T«ÛíJ\15+e¢2YÝþt\17ÜÔÕa´ýUh\8c\ e\8a¿]\85I\92\ 67ÝnWí78h\82\9f\9b½åÖ\9bM36û\87«Pë¬P\81\8aÓ«ßoÿùò­\99i\87p¤Z\85I\19\15D~W=4ëp8Tk¡q\1fÜ_ñ.\8f£4\8fÒr\15\ 2W\8a¹úp¥óÀöÛ®ßÁi©\ eêf\18»þ\11;&°ß\ eÕ~hº=wÝw¬-7ÖǾ·{$1òî\96DÀ)\92
+\eÍ~°ý(\83ü\11.±y\1f\fV\9a\1fíz\9c\8e*#\83̯bf6%fïþá\98C\ 1ßñÁ¶¯hßï׬ÚCõ@\1aH\ 2¥ÌýU´Ô\9cS\ 2|\fÑ­Ú¦\1aB\12v\13\93\15~¤Át©A£b¦\86Måë\ f»üÕ¬?\1c\1fî\95Ãa\8d(\ 6WM\8aÁN\16eܸ{\85çØ\81äV\99\93\efrõ<±ÅÔ!Jý\7fªà\ 2\88Ð\ 6µo'Áw2)Æ\9c\0\v»üMD1æ\fX8\80,=G&F[ØVÃ\18VýÃqg÷£\13å}\18ñ1]ÏCïÃÿ<ǯxõð¸ï\88¥G\91\12ä]p\94'\91Q\80ZÜ÷Xíÿ\988Y\1c\ 3+\93DV^\90LÇYd\12_´î\0P\1f-\99ëÁ\8eáÞ~\9bD» »gI²^ÛÃ\88®Gt\8d>èD×8ÃæÇ\16JHkì7»>2\b±K&ÅÆÖ\8ekÜYc×Ì4\997l9biÐÛ¶\1a\9b/\84\15YÞñ\fnó.;\83ê\f\ 2η ¼Û¾Û\9d\ 1æ\ 4q[6p\12Xö£\11\8a­'¨dpxô\9b\8175\ fû®·\9bç \ré\93=X?6\ûþ\1cÍòí&´Ï±\f;3PN\11t\7fà/Ê\95\96 iþâI$U\16óm\811\16\1e\ 6NU\ 533\eÐA½¡\8fÈ2¹\8a°Cøå\ eÓ\81\95½\1d\8eíÈ\83tSal¨mÛ.]±\9c0\80j\8bR\ 5¯«\ 1!P\80^ÇÑî\ eã\80\16.0\b\9c\88\87\b8×®* \94¥r!þúïw\1fÿõêç\85Þ\12\88z\85¬¹^\90(¢Üí\7fóÓ»Û_~ýÁþ0U%éä\9c\90Qha^fwÕzX\102&*JYQ9a\ 5Æ¡I\92H\19\1fÌl¾kÆE#^o¬+¹À]¿±½\0N­T\82\ 3\9c.¢¤$:E\94\ 2×\99\ e~µÕF.D\9e\ 6_\1aþ¾\au\ 3\927vÁ/Ð\84<\84(q¾ð[Ý´\14x\ 5G\1al>\13Õ\84\9bÏ}E\99\0Lm\802¢rà¹}7òx]M\86¥m\ 5Åx\98Ø\1e\ 16´v°²¶Û.\14­\93"*\9dA@\8a\vlk7m§¤\b\88n\8f{
+\8a\ 3èTçpiÇ\8b|®Ùc\8f\15è\9cL£ó"Ò>\90í¾;>Ô¨>öG&Ç@Õv¸í+vu04»Ckyjb\ 2×\83@¼¯\96Y\8eR` $¸uc\93R\17²\ 3+J=!{\1a¥Z¦w(V\8e\86%\9a\9fYH_ù\ 3óJ×\16V\f\a^²nîu\9aÛ\r3:i¡4Qf|5\bv_¾-ü\e\19å\ eã\87nh¾-o\81B2¼Bű\894»Òa\84[UõìCá>¤\88º\10\ 42\89óv¡)\ 5÷Ü$Ý\97Àø×f
+)¦Ôâ9$ËãàÑ>ò\94hadSaÓî\97n¥Ì£,{ú.ë¨t\8a¾ä\r´\8a\8aìI;åÉ9FQ¤Éh\bÒ$.\83ã`EØZ\1a\9f\96üª,r^\90n\ eú\87°\13E\96e\94é\13ÇrQ"¸æ\93]^\0\13¦\90|\1c\1aË#aua.\1c\v\ 2'ydR\9fz>\85\ 3>Â%õÐ\9c\93zS\ 6à×xô\8en\aÏ\8fÜx}lZP\1d\0XÉfq"\8d1\9b\r\13e\82i\97\7f§@\eq\12\15ÊGóÆn+\8edèn\87\85Ä Af~\84      \9d\9d_>\81s\ 6¾4õáü[m\11к\84äBgAwÄ\ eÀÑA\97ç*þ¸4&\96Ûxj}­#\95?\89µ8=gë\9aÉ=âi|6\1cÖ[i´=(ë\91\97\1cZ(¼6<ÁQ(\ e>qÊ\fFzÁ\13;v¡\13]ÎÙ\81Ýí$#\9dúO\81áÌGd]!Ð\8a" {ùx &-\8då\94ÎàÜ\12\84\19Å8\96l)7\± Ï\b\ 6àï\ 3d+\ 3Þ5\8e\9a
\7f\99ÑZ\13¥`ºÈpȬ\89Ñ7·0\92¬¾BD\81»\91\1c«(1«ÝJei¤Ói ]}¤2^éU\1e\959\a!·¥@à#Ñ7\1fo¾CVÅ>MèM\ 4g\ e\15 \b\\ 6\10Ìiä¢ÈY\94k¬òE\8cÙ/Rl+²\19kØA7\99\91\13ÅÞ'¹\8f/XÛ¾Eu\99\ 5_k\8bðÀ©   4h\9d5\9b''7&Ft9\8d\ 2µ&ùIÈàú#W\12\a]"     \ 3.3Q\ 1p]\9fMºà°\ 4\7f\ 6®/y\12ü\13DvÝ\1cú(\8d/(÷\85s8½|D\9fkòr^HU\87ÉJ\89ò*8ôöKÓ\1d\aîÍ\ 5DÎeøà       À\1a(t\14\9f\ 4Í%\8a\r®`\ eÿx\12Ä'¥1Ô\96ÇÏ\83ýßqQòJ¹,Z4\17\ 3\86\ 1­¹4â¿\97\ eu±íÅõù©\1dW<P/\8dõ\85ôS¥@¥ô³Æ\ 2_\1f0ÿüÐw\ f}\ 5 ûÜJ\ ezÓa\96DÎþ\89ä³ô\1c¦.\14Æí\1cÓ\0ìÅ\18F\1c\rèsI\86«¤¨`/¢¸¾£q¡rZÌ!%¾   \8a²Q 4\15D'Û¿Ö\8dK5pOÅ£ÌD(FgÖ=Ô3s\0\92A\\e§Xëj\9e¹\a\83dÖA\99F\85Ã6\9e0í^\86×,J\è\81Ò\11ÒÚ\12\9cêÀ¤%ç±rÒÆâÙ{RL\86     \ 6'ÈrÝ\96P\81ªÅã\ 1T½¬\14À\91å.Ä|æ ÌÄ]T\aâsT\87qX/Ù\89\82óbÁÝ)Ltz\ 2\13êKܧg,$-\81\1ffT\9cß_Ѩr/\8e \Ús\82ë3\82ÛjÝ´\90\85q  \90R$¤ò\95ÞKgC6ä4ü\92TÒU4¹ñÃûÛ¦\1fÆk~àdF\8cò\10\ 5\9d}µ£aA,\8c4\e\81£äß\94ÁÄÁ»-OW\13\91Ã\94©3\ 1¶4Ìù\96\86®oiã0l´\14\91\1eG×ß\ 3.½Íð]ð\ fM\0ò\8d\90 nüÂ]\a\ fvO¯Ns\85K\8d\16¼%·Ð÷#       &ØAH&˸\83Ø2B\9e\9f\93|:îúã3BQ\92züJz¶Yâ¿:ð\vÅì:°G¯7\19i\16?\~âÄ¡\1a\ f=\81\14nþL    ´Å½¯È»ÊLDMD¸çÎ\1alÕKL\16.\84\86
+ÐX\80\1aÉ\18ϱ\87r\9a$\872\9a¿çÜÀ\10\9d\ 1ßmw$\81\93B\88Ã\183\88\93Ì`\92\9fH\99²cÄaq\9c§$w\15Õ\91@q\94ó      Z\eÙò]\96ä½sq\93ä\11N;\fôãô°»í¨\94\86\94\83«"£ç';:´j9\ 4\rm5Ôß¹\7f¿ì×R÷Vü9ç\r\86j.|SÿÚà8©\ f\95\e\ 1\8e\94Ñ\8e#®ð\9fÑ\8eó^Y?ÈVÎt\12P¡$cò\16\90Lh\1c¨þÏÐÄç÷\90¥A\19Êb!\ 3\f\11_¥<®à\80c>Q\8e\99²ðj\eèð»\enòÝ /\eÖ}#ÚØðXÅÝÎ\7f²Áq÷_CéÕkØ\81x\rñþ\92Éïn¦\82\ fmúö
+=\81ü·5{xþK&\99þ\921àÓ\15\864)Ëx\92ã ý{à\ð\9bÛ¿ü     ~á\14}
 endstream
 endobj
 491 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F4 26 0 R
 /F1 10 0 R
-/F9 84 0 R
+/F8 61 0 R
+/F11 406 0 R
+/F12 409 0 R
+/F4 26 0 R
 >>
 endobj
 489 0 obj
@@ -3853,26 +3841,28 @@ endobj
 494 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1634
+/Length 3133
 >>
 stream
-xÚ½WÝoÛ6\10\7fß_á·Ò@Å\8aÔ÷Þ\9au-0`[°zØ\80¤À\18\89\8e\85Ê\92'ÉÉòßï\8eGJrä*I7ôEâ\1dÉãý\8e÷Å\95Ï}\7fu»2¿\ f«\8bÍ\9b÷r%|\9e\89Õf»\12éJ\ 4<\vW\9bwWLøñÚ\93I\92FìBu»µ\17\ 4\ 1ûMou«ë\#\19²\9f\96  ;ªjýióÓ*Jx\94®¼0ã©\11±Ùá:\19²CÛ\80¬\94åºë\90\13±fK\7fu8T\ fe}KT¿Ó\9d¦aÞì\ f\95î˦F:fÝ\ 1µa:/¯e\94ä
-g¬¬û\9d®íh\r+\9b¶ S'"P;\7få\ 1:AèJÜ\vÐTßëý¡×¸%\8d\av¡»¼-o\8cÒ4\aK\89l\10ñ\1d~PÓ4d׬Ó\9a\7fÔ¹Õ\18Ö§<&îÕeÛܶj¿W7\95¦¹\1f\ 6Õ>½\9e*\17\19å\ eêV\93½\85\1f\¯ù°"æB\9a\15¿\82¥Úµ\17F ÏÁ\98â5P\99\16¹Ù#séÂNï\94Õ>Eíq{¿Ó´cÛT\95Ávo®\ 3çöZÕ@t|í¥RÐuâRÕÞ\1e÷`s0vß!+a}3·1\89\ e\ 5û\vçÞ¼\ fFO\93\92g\19¬ÆeÞ\a\9a\9e:¢àad§_¡êqvF\88\b¹\14\1fÏ\10\922U\17¨\92<#-\88y4¨ôç²4\82e-O\ 2¯Q¶UÕ\\ 2,¨5:¼j\1fÖ©dV\83\ 5£\88\81Óàò¬\ 6ñ©\ 6\16Î9aAÀ¥[í}|\ 1\9cëµ¹I\88 \84Çbê\96Ý®9V\18\f\0×\86\ 6\11\7f\1f\e\8a 0@G0<\bù\1e¢Á2wzOìmÛì\89§ÿ9¨º£h\19\ 5n\9bÖ
-ECÍÜ&\ 3TNm\eÞz\86\ròO\14ÚE7DzêËÚB
-%O²)$\13ï\10ge=ÄEóÙDGÁg§£sgܧܿ54\9fMl\1aq?\9b\91EçúI\1e\9eh±qPÃ\93\bñÅ3\84ÅrtÛ¼10ú¶©\0\97ÌBÈLw\18¥º\85\fm\18Ê$\ 6À\97÷f        ebü\eÇÄ\ 1\9e6¬zeVÅæz \9d\88Ù\9dGöLC\1e\9f$Õ¦ÅÕÂ]æ\ 3jÓ \8fÊÌw\a\bÖ\95xq4¾Õ5(GI\13iÒFLrwÇç¶    B.\92g\1aǹËÞ¤¾\aÒ\1c ñDNï`thp\87¦v\83í÷_r\83\8c¶Ai,ôV\1d«~v:\96Ãlj\9fKS5Zðñ=¢ÌÈ$\81/X«»\9eF¦0ÂßNùÌI7\[\89ý\13\ 3\11£\9cl\9cU\94áN±$\104kyÝQ)¯\ebïU\9f£\9aP\89ç\11à9HC\18,c'Ëÿ\8e5]\ 6\11t\ fª¨ÊZ\e§
\11\1a\12X§*]«½&zÚ\0 \8døðOnd\17xs¨ÿ3Lºæ¢lQ³n\11çÉõF~\88» Î\1aÈÿ@Æ\8c°áh\8a\r\86\7f\83\1fÅ༲\9e\80
\16Ô¶${wO{îf\9dBÆ® \89\84\10ÿî\1e\89êwªÇQbk\e\f\1e¹\e²&*#9Þvw¦\ 1ê\10\90HYÙÓ?WX%DƬI¬\8dq\8a\a"F©Þ£~Ñn\9fô¡Ôtâ&V\95\9f©\9f\9b\8aÂ6§Plñ'YWQ\f\ 2ÇÔ:`Mî\19I²©\19bBÄ\95Ýñph\87Ca¢oUY\9dñ^ê½\ 46p
-´ÄæÏKÀ!6»ÒXηe\9aÆ\8eWR/¦ë\ 2Ë0nGÕpfHkH\1c;3\r£û²ßÍݪÛ\99+FWÚ\1eëÜ%\17 \a_´í$q\8d\143:×\9c\ 5<I]\ 3ò~¹\ 19ã­RH\9eÊ©»Ö\8d±Éb\bNü4ð§~\1a@7Öô40¶\81?¼=\b\95é¢\ 2sÃø£cÌðÚú4\f\82öÈ    \99ÙïÞÔ»¶0F\93C\83\85Q\82)\882;0̹Te\1eÍ Ògl" Ã\80º7±\89÷v±\v\7fh@\ 4öJ\8br\ 2\89eà´¼BÐ\85£×É$¢bj\ 6[úS\ 6\87Á£'\aîÄ»Á)\97.\88Rô«J¬\92£¨\98Q\907\10Xø´2¥=
-x\9aLoeR)\9f(æª*Õr\8a\7fkVPÒÅ(çØ:ã;Ø%!¼çª³ùø¤§8\1fBÊÖ¥3\ 1\94Æ<\93.\80ÔË\ 3(\8ax\16Okµj[õp§Úe\84°h\0#¡%\8eÀümi\9f®#î§ËËMY\9bä¹tÚ\18¡\81H\18ea\93Ëãa»\99q)Õ¤kzn\ 3w|n\ 3\91ò\90\16\]ÀNåüá$@'Ç\ 1\12x\84ïá\ 5ÕÁ\13ÜÐã³;\8bì«û)\88ãëâ\8b\10\7f!Õ¥\fÉkeäò,\ e\9d\ 4CäV!ô*?\1d½
\92W\99-Cp\ 1{æU3ÌÎ_Ͻ7y88ØÍ\8b\1d,\8dð=:±\86U\7fÑ\1aÖæß&\84 \868xùËã'\15Ü\ fOzÝ¡Ì/ôK\94PßM:\82o\ 1ÔOxæ\1eD^ñr¬I\82¯Í\93\86·Ã\10*\9eãÚc   \vÆ}\84Ã5\14¡sôg=* \83û\9a³Ý¶Å£W?n¾û\17çSm\91
+xÚ\8d\1a]sÛ¸ñ½¿Â}ié\19\8bG\ 2 HN\9e\92\\9cI'\97d\12OÓNrÓ£%Èâ\1cEêH*Nþ}w±\v\12üpì'\81Àb\81ýþ\80.¢0\8a.î.ìÏë\8b\177¿\\8b\8b8
+óøâf\7f\11g\17±\fsuqóë\97 \8eôåF¤i\96\ 4/\8aîp¹\91R\ 6\1fÍÞ´¦Þ\1aüTÁoE})Òà\T\97¿ßüë"Va./6*\ f3\8bâºl»þ
+AuÐ\1fì\9e$(¶}ÙÔ\1dÍv'8#\v̶ü*\92Ôì\bä\16\91þ ñ°oÛ\1cO\ 38í.Z^;wf\17^nT\12\aïëê\a­\1e\8b~\8b\88\ e¦£ÛÞ\1fJ\98ÐÁ\81>\87ݧÖàéßáx¤b\83d(ø\91aL¬p÷\11)Ó!Ò,¸ÇɦÝÑô-]¬¬ï,Óìm+Ó\9b\1d}Ú³pÐ\9aþÜÖt[¸Êç\83©i\81ñ¦Á\1fx\89_®å(\16¸[¨³\8bÈÞe³§u_lq¨\12^þ'!iÚ\a\91Åa&\1d®Ý\93p\9dP`4.;úE\86Óhï\8eB\16V¦.\8e\86¸(#\11ª\98Ø\98X|\b)e\1cìÊÖlû¦ýA\9fv\v\8c\84c\1a\9cvEK,ü8è\ e¦ª\bèÛe\ 2\96Åme\96ÔI\11F9ßÿúÍëwï?¾ZШd¨\1dLÙÑ\ 1D\90=³¡_KOoÚÉM\84¯U(C%\82O\86)\16i\12¦\99Oñ'³%Þ¡í$¡ Åû2ÚÓ¿/3á\88é~¿¢#NÅ\9dá-É\15\13ïdPÐÏÎtÛ¶<9ä*höK^¤\1a\ 5ð\b\13
+\9dàâ0I\80\fØ.íÂóÚ\19¤\88=!!ë\84 \eN'6\f³·Þ\96\82¦<\r±ßæû©¨;"\ 1 NE\ fì®iÍJ\ 1\7f\ f\f¼Ôd\19§a®\9d*¿~L\95ñ\b§Ê\88\90Ì\1f\ 6w¦6í\86iW*\94\89/¢'\8a@OÍ÷Þ\8a<
+nèVñà\ 4,+"B5î\18y\109B&dF\80sÀÞô4\18\14l¶oô78íû\eO*èX\90\10\90jì{0¼ðÒVÂL1\7f^¿}ÿâ\ 1\rÑ"\94\82ÁØ\f\95\96h\86j0C;\83¦¤´"Jp@6\85#\94¦Ò\89gSvö`hàÙ\14è»ÊÁ\9d\9eû\11f©Øy(\1f\ 4i÷¯m\ 5¬\0@\v\13\7fb\8d\8b|\82ä¨â\ 2\9b"\8b ~¾\ 3]@ÓÌ\9c\86¦2èú\96Ä\91\8aµ¸\ 6³EG\90¼\ 5uðî|4Öºz\9a±z\9fzXW<8ø¯ÄIdóùQ½\al\83Þ§L]\8aÎ\16lo\aÑ\1ccQ¢\ 5+5^\9e\b!\9f¦sDë©\92Ý\9f\90¿\87ðN\1fÝ©*í0\ 3®\11\17\12\8ei8 é\16-Ä~ÓÚý:(k\82_\93p\9c\83\94\9c\84ß\\7f\bQ,J\9dt\a^\17\15\1d7\13)\1cf9\ f\87íLU\1e\ 4\12\1dëà\13\a\16Øõ×¹é\87«\ 3\95D?pSO|ú¡©\eb\1aèRðªpÆ*àç\1eÓ\vÊ        \ 4\aK\91#\855\8d¬ÇÛÙÐ)\ 6NáÂ-°Æx0\1dÅ@¡`wYí\1eX:\ 1G\8fÆÚ\13.\ 3ê\99ñ\ f\1a®Gv\88TM\11e6[9ân\faAw¾íú²?÷nÝnî\ fp\12äO\16dº_\aÃ^pn\arð30Ë̹W²R\89\ 4G³[
+#;\9a+ÈÃ5ÈÝo\97(_\9c\87°\1ct\86\87ct\ 5x°      \1a|q"\ 5\88\ 2\14[£ÌÅV\80\8bõ×K\14"\ 4OÒ|\80oMw®z¾\15\ 5\b\98\rs$²5&\93®ë(hÏ\95M8uìÑ\95\11]0·J\17lsti\9f\0ºÂ\94\86_>c¶@!\0v|Âk¡ÆZÚô@\e@
+aiKà\f¢Mû´Á\a¤\vö\97\8dÏ\17\r\91ãÇf\97¿âÀåÊ\9bÑg[ç\ 6:pW\94µõ\a.KFx/jͲdégÉÖ\97¦¤GÒeÃ8\18\8eá=Ú\v¹k\81\8e\95\b\10³3çÄM\ 6ä%\9a®+ÙÑ+?\95   ý\ 2fôóÏ÷\94\ 1R îp_\9cÏ*\v\988\14,ÎÔ\8a\1c¥¦\9e%\ 6W\9c|\f\19\15ìvÉ-\f÷çÚÉ\1ev5|ô`\9e\16z\19Z\0ä\1e\ftQ½ø\9a)\1e(\ 6R\17*6×\8fgPNB«Èd\14¦C:öò)È(,uôQºßzàeó§5\10ëkUÌÅ\12Â\f$\8d\9c\11)³+\9d0q\8aW\93É9¼W#¶\ 51"\r3wÝ\97ï\7fûð?Î\1f"\19
+íkÜÛ7ï\96Ù\87HÂÄ¥Õì\96§\8c\8fB¡|ì\1fÞ¿yw³@\93ä¨\8fÑ"OÁÀ¢¸\82µ\ 3Ðê»ÚÆ\15\95pjV\9d\a\9d»#\84]sG\bËî\bA\ 6w\84\1f\88Á\ 1\151¤qQ\82jä©Ü²¬Q±sO\90>'      ¹^È\bßìi± \15g
+0ô¤\bëV\8aj\96÷Â÷\8a¶ðq«\99c\ eÉlæóýóû\8f¿.Ó\v\r\83ôgâ\8bC1Aó\12ñ,Ð\80¿R¡\96\ fe\9b\98/cI\87RÄ0TT]C£Î`¥\91ª\94u\1eç([ÆZp`\f~¡Ò+òed     øaSqü­\a¹"wRâ\8eâ¬Ë\82\fi\9c½Á$\1fU\94\v¯¹Y\8ev©+Þ!úPHÉÜRæÙ&|Ü\1f\9a\8eçýC:ÂBáEgÎ}\93x Ç\18 \86¸\0\v\1d¸x\87{\96Eë1{[\ fÒ\99öÃR¦¦J\ 5«\93\8c\9d^æÂZ\86]©²å¹Ùé°hu5KÖO³í¦­Ùña\ fBy\9cXK7¼þ\12öº¨\ràø\ 3\83í¹mÇKIíI\ 3V«²6¶_\96\ 4ï\1a\9a\19Ý\v&¬<}\94~q+õ¬\ f\0ë.\ 1XMõ\bK<I\bàkÂùxÒ6ÃOËI\88¦Üah÷M{4»gè¶å\88Òó\14\0k£@ì\87\86\18k\ fÆä\ eà\9d-ÔßÍ\91\ f«W9Íd3_\e&Õ´\13´\9e=\fQ^e\13\7f\96­EqHèm\14·£ex\8de6Æ\94'\ 4k8\84\9cf>w\ 3\9c\8c\ 2\0\e?ªBîº\1aj\92\85(Ìv<*ÎÖ\8aUæe0\8am_åÌ\e$o¬¸c­Ð\99zº°/¶%¤®%UûPy\96õ¶:\93E(n\15\8f\93P¹¦\1d
+\11IJ¬ùÕØÑ¸=\97U_Z'\99,"\1f\9eÂ_\95\r\ 4ÇQ\ f\97\87¨\87\1f\19¦à8øò¡mî è:ºî#Ò\17\85râã_\ e\96\ 1G\80ûxAWá\1aDs Ä\958J¿^ò,Vþ8çÌ\8c¾¨-\9cçó¾#(â\9b\9e@\8e\ 5ßñ×éÜÏvÎ\12_\#+ج\172΢\ 5\95èr½  \93\10^\büøêÃÛÿ.\13\98$\8c\87@Ú¶\ 5\ fÊÇýHÈ\9dÇ<\v\95ö\e\8fÜf\11J[}Ó¶  \ f¦?Ö«"Y1%\9c%SÂ\111B¨5\9bʤ\97\0?\9a³"¶¡\e.\14\17øÉZjÉ\05\ 1\14¼Á\10`Ù6µ\r\19\19zg»ð×¹$\86Tn\9eÛ\ f\11Z\8d/\9e\86Jx¯d\97\93\92ݾ,$¤\1d\0×\1d\9asÅ`§\96nj\97\ 4æ\\bQ\95\1dâ\193nçÚm\81\ fT×Ü9`^·\84\10ã\b·\0ܽø\1d\ 3Ûap½¢Ý­æ\ f͹\aEµy½\f^\14öYæÏ®â¾¸ð|\ eh
+\87BÒEר\97ܨ\97\ 1ØvÁ×òzä*¨Í=ßÏ6õöô[Cðíº¢ý\81)êÏ«>\ 5Evaû\9dIny\83\13Ü´\8cæf\850\93\90hw·\fì×\7f*\8f\89Ûü®h´ÒNÇYRçÉ\ 5\96ê¬ðÉÅ\99Ûæ?\8f¨3Õ3"\v3=y¥q½BnéJ\ryáéT\95ÔÁ f..r.F
+\84Ý\ 6p Üm\90þë\89V\8c\87$\ 3\9fc\v\1cçø\f\16,ÌÐc\aÁ\1d\\82\96\ 4Æÿ4wÈVØ \80\18W6ýcé\93ÂT>Ì\ 4nr¢ã\17.M\ 6q\fWÆY\9b^\v|Ì;UÅÖ\8a\bfYDþ®\1eü\17MYõñ\97Æ<\b¿ü<H\89ÔoçoRXyNÓ\15¶.±Ë\89¨V*pt éÓ\b·ø\9c\99qi«ÂIgüÖ\19\95\82ÄÉY\19uèp\86é\85QA?·Ô\v%;~ækë|\11§(»Ã¥Ö\1c½úsG\8b|8è\ 2#@\ 1\1cO\94\87\r\87º\ 6\91\ e\ eÀ)\9d§CÎõ\93¤\99»Z\98Ê\15=5ŧ\1d\1d¿ÿ>ê*|Ü\97¶:MåÈ\e\ 4&\ 2ôH\0Nî[\9bX\8eí~9\18
+(ós\9e1\ 5W\ 2«­~    ñièBüý\11\81⡵¹\ 3/ÃÕ\8fÌò0É\97\1c¨zF\9e²¬]¯Ì=}l\8b\8eýí\98çM\1ehÙÅÚG+)çm:?M\1e\19(\a\ 6J\9f\81\0\80\a\1e]®Ë\1aܱuÜèÔ\93x\9a\84ºÖ¤ËO9§îÎ_\85\8e¿óÇò­r\92v\ f      ì\1f«OËÉðrþá)ù÷p\87µÇËP\fÈ>=\ 5ÙØ,\ 3\84T0ã`·sɼõË0eÜ\93Äð\9a;qmGc\13F\ eªèiU     ¼+F\95\9eJ\1a\16Pu¯&T\rÀ ·\96i#Õ\1cÉðG\a\ 6mfø?\82âct¦éùiÛÆjÇά\9aqÑÍT\8c2\18Ôªfÿ@³W>¡Ù\8b½(á\9e­p\0\1aõ­lÎ]õc3D@\81o)î/,\b´kè×Ú\ 2\ e¼\ 4>ñóÖDÏ\1e:E\1aóËÉx¨^Ó\15\99\8c\8fô\eÎzve\8b¡±[ë]e¹\97³\ 2Êæ´\19_?§¯yî\ 1%£·+z\91IÁh\86\88\1f\9aß     "M\1a\98­©\17õX>fÿ÷Ô¼\8d\C!Ê\17ÿè\89øO5t  \14?\1aiMm\98XNþ7\ 2Ë\9c\19D~ÞåZài\98M\1eí\9c_ã â\Ì«\9b¿ý\1fÙoº\ 2
 endstream
 endobj
 495 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F9 84 0 R
-/F4 26 0 R
 >>
 endobj
 493 0 obj
@@ -3884,23 +3874,29 @@ endobj
 498 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1677
+/Length 2465
 >>
 stream
-xÚ½XY\93Û6\f~ï¯ð[ä\99\8a\91xèèc¶»9&×tÝf:If*Û\[\89,y$yÓüû\ 2\ 4\96âØÛL\9eDR<\80\ fÀ\a\90\93\80\ 5Ád51\9f§\93'³Ç7|\12\ 6,\r'³»I\98LBÁR9\99ýþÞ»ZgÛV×S_\bî%¿M})\95wUm6Y¹ÄAá½ÌKM­ëeÞæåjês\1e\17\ 6ñôãìÅã\eáì\1d*\16F\13_¦,1ûë\7f·UÝÒ<G\ 6\153\95N\ 23åu¶Ñ\r\9c\10\85^uG_X\ 5§$\1e,Õ(FĽf­\8b\82þÞO\95ô²:Ïæ\85nØÔW0óU6å±÷\95&dESQkn¶ÑÔihS½È}\14\b\8e÷\ 1\88\90\80øÀU¬­ÊYCß\7f\ 6ú\89\98\ 5ÜÊíë\81ZaȤ²¿\1f±Áj?\f"\16\0<aÌÒÔ̺Ë\v}\12\9d\e\9c`¤)\11'\86\16\92\8eº(.©\v­½ºÐÙ«;ÔM\8eè\16&Ðê¤÷ï.V\8e\83ÑA+W¹]¹hóª<Ëü \9b1?Jnm\rÍn\8bfä@ÚÅ9oUW»íÉÃ\9e\9a\19?\aÎT0ÑûÊêr8#Î\ 4ú
-\ 5\12@²m«m¾ø\86~\8e+?\83© W\10zfA\83mn$űl±Ð[\13V8:·\8a\9bÙk=ÔB\89½S \f\83ãyÌxb'Ìwy\ 1\14AÛ}ð\1a­é\94[½ \90\ 3mBÆ\ 5I«Ì\1aã \ 6KÉ85Þ?É\9a55\9fÐ\8eÍÇ_  çm¶²ö\10é\87é9N±®\9a\16m}Ò/\9eÙI\r\1c\93F\ 4V"b¯Í>#@ºÄnäÝÕÕÆþ\0¬L\ 3\9d¡°í¡\8bà¨\85Øa\1c«ø\bÜ<dqÔÉôævvóüåõPpΤ°\93l¨DAt@\8b4b-\10\ 51Z\80\80Æ\8eB ±A@\eÃÄ\92\85\a^ô×4\11\12ü¼\87_zJ\9d\aÿ§j~\12ù\17ðß\172ò:ø\85
\1c\89@Æf±i,@t@±­«\82\rýÈ@­{c"\fåÄ\re\98eCYÆN(Kk§x\90\bÔC\13Á§\1f\90\b>ë¯_ªzy\12«Û=/ÖºÑ5)¾$Ó|Á\ eì0Âi¼ç4y>§\8di\r\89\9f\89N\1aÿóå\9c\96*t]GízW\96XS\\98!ºe¦\ 3^ÒXzÈïú!j\18Ç\89\ 1$r»\93ë8ß÷b\ 4;_\9cæ\90[;ç'e\97\88©\8evýæ\ 1ÙE±\88\1fª\bÙât¥F\94Pä(\9dJ\80\1c\8d&|\e\1aº«°\94\8c\ 2âG¡Ò1Ñ\81äx\1f;Õ¨è\1d\a>¢M@0Ê\12Ðn+û\1d¡ÏX°Dv̨\87ÊÀÉáQª2äÇ!\89\194ö,@Ô\89Fè©\93r\94°9j¶¶Lx\v\a¹¹\8a¸R¸\\19\9cÇ\95Íú{\16°\f EÒc"EJÞ\86Î\16P\9a\87!'ÍC¯Oó°p4ͧ\90\942&\85\10Lòÿ\8bÝq~\97Gù]< ¿7ùªÌ\8aÓ¨Ñ\1470ÏØ\17Âa«\97\17×®¸\8cbyyDOÂÒ\93<¢§>¯á\8c\aÑÓ\ eøé¤ \7f6tÇû\19·\bÉT\1fÝ»Ë\89    
-Nu\90\19ï»\9aæ\1cK$    Y"\81\b\12\1aÝu\ 2\9aÇWÇ(\f\f
-\91A\ 1\16[\14\92Ô \10\e\14ÒÀ©\18z\14ð\84fX>\8c\94
-,èª5ÿþòJ\81§,R.\1eþS\9a\95ºU:\v:$VE5ßfÃ\0\96P5¦®¤\86À\90\10¨\84552ôc¼}gecÉ%\81\90l[]ÛK\9ct\ fM÷¢\7fóÔ`_Ðæ\8d³ÿ\92¨)1|\8eß\95.u\9dµÚ²J\100\1eºõ(e\14¤\bz\1ah\9a|Þ]\8d\17Õf[èS÷Ää\0Áw'\11Ä:¬È\9b3!<\86\ 5Kø¸ÛÉÖdã»A2J\1chx\8cÑVä-6%Ä4½µÀ¨Q\1dÇ\16¸ß:«\81\1dtm\97àu\vÿ\8dÒzääÒç7·Ã\84\18às\8dåýÞÇ\91+qK\88\16å9Ñ\87w|\88îØ\85À0Aª¼¥.òM\8eb\ 1×I\b+z@\82?:#±±'±pÝ\15mF´GC\1dJÔËí\86\9d\97`\94ò\94¼\15Ç\ fÍ?\88\15`>Ç+\8c¦\ 69\1046z\83\11\8f\ 1\1ey\ 6G\1c5´Áå~Ú±¤\9c\8eæç\975ÜÄaù\9a~l²¶W\12ºÖ\16\87/L\8e\9a\82w$Û\17±VnÔ÷\f\a¾:éÀ\vû~wì\9a\ 3ÿ=\98è2k°\7fº0öP\1cì¡\17;z\8e\83^^Ò7£O³\9bw,\8bS\rf÷y]\95¦>\84 7\17»È:\ 5®oí¶Õ®ÝîZ;H|êÓñ\8e\9c\90ß\8eî&mW}ý\06¸9   æ7\1f±Æ   \95'ªK8\1c®£\87«\1d[$É\9e<O\1d\11¦.EÀ\8e{;àQ&úáÛvg/vu­;\9fÅù½0ʵK÷\1c#\ 2\16I×K7v1\96\b\yïÖÚðKê\11/¥&[\94\8a\81ÎÓ c§äØ\148ù \1aqÀD#6jÝÖ¹îo°¸Þ¼®\8c>\93\18³Rî.v\9a\ 2¨+¸Fï\ 1É\9eÖ®Þ¼zûÇõÛ\97\7f\ f½\±°cꬮÝû²Ë|Æ\87&׳_þ\ 3øÔæ{
+xÚ\95YK\8fÛ8\12¾ï¯ð-j Å\91HQ\94ö¶ÉN\82Yìa°ÓÀ,\9040j\8bnk"[\86\93\7f¿U,R¤\1eíí9Y$\8bÅb=¿¢w      K\92ÝóÎü|Ú½\7føé#ߥ +ÓÝÃa\97\16»T°2Û=üósôáX]FÝßÅBð¨øû]\9ce2úÐ\9dNÕ¹ÆI\11ý»9kúú¹nÆæü|\17s\9e\17i\94&êîñá_»4c¥ØÅYÉ
+Ãò\97\ 3\90g"\1a\8f\9a>þ@²\9f>
+/\82àx~bÈã\8e¸_ÚëP7ý@Ä\81¼yÂ\8aÒ\12¿#\8eÝelº3}¿Üq\15U\ 3\r\86ëåÒ6º¶\12\93Ó´`2µÜöÝéÒêQ¯\8e\84»Hi\89^\8eú¼¸\10î\e\87"Òû\95\14<ªõ\17.ÕY×÷FA1W9+@E ö\94Ô\ e\17Õû±ë\7fÀ\86¢\88ÎÕ      Y\17Ê\89\83\95f ßj\1cõ  ,U\13\19Y\açÏxð\ f\9a=Uã\1e\87G=X²^[²ºv[Ç\8e¦è6ðÑëáÚ\8evGwð«(;¸PJ\82K#x\a\vÖ[ª=\8a9°Ð  Ò\9c\95Ê\10¾G\99²\1ctq¨\80ý=\8eʨ9ÐlE?+Eætaø=t×smw½\1c«Q\7fÃ\9b\99³ÁC\9b\91¨\9eõY÷°8Ì7÷z¼ögr\83\9cn\8c¿d?\19*ÙØ\a\85ÏBóì;#S­Ñ×\vcWü5\f8/£ÃµmijÐ#} âp     o\ 3j\1c\86橵Ôþ8PV\9c%eôà\18\10\8b÷Õp¤¯`\aÑ\19Câʹ³Ä\93CÜoÚÉ8\b\87(%\99\v\1eýGWukb\19Gþ`\18\18Ù\81\16½¶Õä\8c8\1f:#\8eQ½fs3Tp»\1ao\ 3\97ýå@ÓÓQ\e\ 1\9f*\96¥\8b\88\7f\82û:9\96\11¨
+\96(\1fô(\9d\rzc1QJ\96\95á\85§\0ä²\bÒ\0\97åV\1aP\99O@¯g\81\82å|\96\ 5\907ÝR\96KçÅ5\10"·B¨0\v\80Kd~£×½\9c\8c\85Ñ%\19\9dü\93\v\99y}:àR\98°Â_{\84XË&ÂPá2\ 3G¢é g 9SkÎ\90ÙÚ\9c<\97>'\939½K-Õ(%KóÀ\94Òçoü\ e\fÇg\86ÛÌß±à)Kä<X_Ïâ\89\98Û¯tf(åJG0åe\ 1ÂÐ~"\11S\0½\e\88Ø\9b±\94óPAN\8dÉ\10ðõD'ÐÀ\1e×\1fºþ\ 4·4Ö%1\ 3ã\9a$)\½\11\99\97TQ\9a\84©/\18á÷Dçè\83\94`hì~á%Å\ 19\9cck\1dîË\1d-:'¡Ñ¹#Â\99\8f¸l\9f\85ÙþwR¯H0³s\91®\94\v+͹nöÖ\ 1a8BR'Ú \18â\82Í?\96ɤTä`·Öz\80-&®¤Ëp@~é»ç¾\ 2è\82\99÷µÄ\1e\94W¸ÑázÞÛ\88\13\1c\8bN¿×´âÓ%\8eL      ÁؾØ;\99ú\8bÎB?CKZå¶Úð©\92kK\88·\1aèóåØ\90:q(m\91F&?Nñf2\7f¢\9aÒÂ6ÀgI\ 4r}\1dð35§á\94Óa£\aPK\96\ 3·+l\93yô'Ì\13\rÑZ\85áÄ·;  Ç·W;Ä2`è\8e6\96²0â9S.c\9eªþk\1c\9c¸\8a¼\82³Ü\85¼W¤?²oÐF\16\1dAEÆÚ\10Ü·×ÏU_·z\18È\ f\r(     \1d\1aª.!ÑåêRì\14sx\19\8a\rJFõ\190Qß¼D
+(UÉÕ-ðÈð\16\8c\18\14"39
\15Ë2ÌU¬ÌÍö\82)4\ 6\8f~\r}4\16Ê\80\920~\7fmZ¸Ü\86<äÌ"aij\98>\98te³ï\13m#ùö\ 4à\a\vÔz+v\85ô${ÓZ     \ 4ù\10\96ærm§ð\9fÔ}\99\v-æÈ\0)\ eÕ¾iãUÐÙ|666qÌR9y9O\98PSlBþ1L\8a\1cg1ÁH9[\8c%DÌgâU\ 65&eÒ¥z\8f\13æ\10Dújþ\88\r>\0SR\a;^º¾^W¾Ì\13<®L\14§R1^\84\82\7f\9a2*b\18Ê\1e\1e\1d\16\8b$\aã\19\88Ç    HJk¿.Ã\ eå\ ey:ay\18´¬pDÕ~\ f$Ô¾\15ds\a\ f\97Ì\15ðæ\eÊ\f8\83\13r\17V\98pxÉ\83´Fa-rÆga}ª\¯\92¤¾,\8a\84\a]\f\f¦æ\ e\17ö{m»\1e¨ÀOÁþIð°¹ËK\8f2oÁ\ 2\83\ 6ÎziÆ#}\91ãÃ\81ú;\1e?Ic2M²\ 5\88Ò,eÎÿâË:t!\1fx\bDêQ)ãj\ 5ÙE\9elá­\8cÉ©_î7Ù;;¿Ãâ\9f»\ e1O£\97¾1\ 1\9dÛÄ\8f\1fóF1§Ò\10P$Ñ0\ 2\ 3HÂ4Ý]ÇËud\185ÊÖz\9c¾\ e\94\84CÖ[;Àî×Jÿñ¶ô¯)§ÃÆ/)¶T\9fc>´Ü?ü\1fÕ\ 3\ fe\1d\fÝV¤.ËASæ\92zw\1d\88n8j\ 4qx,¬e.á»UìüpÍ{¥kªác\912\93bÕtrŤ
\89É¡&WZ\\a\ 1Õ¾\96¹ï)\ f\13Ì$¬6R\19<ZZ\e]°t\1d44¬aå\82\92o\91\\12æ*Ó\96
+µ|HP¹;G\15\ 2\9d\83\8b5\rM$)§\ 5\98\18è]C\15\16Y£P?\88£y+\81\ 5\ 3^\81ÔîYiN\19$\15OÂN\1e\11Ô\9f\9c\1ave\1av!@ùP@a^\0NôE\85¿ýA£CßÙù\8a\18Ìë[\1eMè»Á\9e\0P¬]Q\945VÂÑmÒÒi\0¾¾ð<©\9eM\93%Jl²\96\80\ 2\95ù\94®¶SºÂÀ "óÚ\91\16Ñ\84³\8dp\ 4ÿ9d«³¹\1e\1c=\1e»ÁJ1k2qb25\86ò
+õa=\94\7fE&ã(\14ÃP
+\85XÃXÛÓÔÍpimA@áë×ü\91«Ä¾çàw\1a\82V\2=\ 1ü\8e=Í@V:\13rÄÙÊnjÎ>\80Ú\ 6Û˼ô](\12Ø\r®\ 1Å\9aV\b\93vpÙt˰LÚÊmq\ 6\1e/ô*¥C\17 p\9e\o\8d|bP\8dÄ×\8bÒáðX\19ðS,Á\8fY%ô\13WO{hé\9eÿü:\¿=ºÉn\r\9c%á+Gü
+4Ê3Æå\ 2\1aÅÿXñ\13\0p=\9cx3È\8a?ÝäôÜvO±\83\f\19Ëg\90áR\8dë\84_ ¸^\9cñûÍ3\10ʵͰæ\95)ÿÌôHB\0²*fo-\9fã_WÌ9 {»íÒëCóým\9aøí¦\94ÃõðfNÿ½Éé\0°F÷[Ê\93\9c\15K^\1foó²-ò[tÇK\98ËÃ(øìJò¶òl£²æ\9dz\ 1\1e×\8e\1d \ 6óZ°ÂK¥\7f\9eÚh\16\98âoÝÍ\18{tm\r`\92Ð/æQ\19_ú×\9a\93\ f`o>pÑW\88\82\15Y\98\13~\9b*ÒÁTT(ü\1dæ¢\17\1c`Ï÷|=i\93õÌÓ¾\12\84ñàWW\94ÂÖM\85\14¾áõ\82Îa\7fê\90Üpì®mM,\ 3P üÃ\aâÅ\ÒÿAÊ\ 1-\10t\e>Ku\e\0Ä)1\7f\r\86Vcö\18l*#øv\90Í\85)^ôâb0\aü\9a÷-øµ\80\1c#\97\9bõwH \84w¹\<$ÉM\80\100\£\97\9eJ\92\81&\99*\rvÊ !«èg\86\97²Â=\97\19\8a¶%K\ fn\ 5AMf\9b:\9c\99Ì\81\93½\ 6üWÛ­vKs&8_\14\8a\8a,.n!÷\f»Ù·õ\1dÄyn\16\88´Ùß^½>u\1e\9d\ e¶Ç£¦j¦Q\18¿\ 2¹`å@ÍÀ\r\89ò-Ǧ'séE¿'\80Þõ÷Ô\b4¶Í;w+Æ\99ºÉ4ÇìgÃ\83x\907%<ð&ÒM\92ãkQØþ9$¿|[\99Ã;ëZ\84\96~~øÛÿ\0kÅÔ\18
 endstream
 endobj
 499 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
-/F9 84 0 R
 /F4 26 0 R
+/F1 10 0 R
+/F9 84 0 R
 >>
 endobj
 497 0 obj
@@ -3912,13 +3908,16 @@ endobj
 502 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 964
+/Length 1729
 >>
 stream
-xÚ\95VË®Û6\10Ý÷+ÔUi bD\8aÔ\ 3]5HR´@\81"ñ"@S \8c\ 2dJÐ#½ùûÎp([¶noÝ\95ÈápxæÌKQÂ\93$:Fþósôfÿú½\8cDÂK\11íëH\14\91Hy©¢ýÛ?\98H\8a],ó¼Ðì\8d\19O»8MSöÁÖv°®²¸Uì7ãv2g³iw\7fî\7f}ý>½ÚÒ9×E\14«\92\17Þ\ü\89TÊÕs\9a'e\94øãºi';ôf"-uÕR\92«2\8a\ 1\98 `\9f¥Îo\94W\1e(ÁÓÅd3"þ\84\19ü\b\ 6êpÉ\ 5ÙHÂy´\a\92ÔÝ@"oÞ:s¶t`\9fzãÆ¦s|\17+©Ø/\13É/æû¾mÈ\8a`S\87\90Àm\8fÃ\83Ö\1eÌtBʤdm3N¸\12¬«IÒÃÕ\82uãØ|i-\1dUݹoí\ 4\8f\8e¤s´Î\ efÂgpû\ 5YÿFº\17Ëý`+{hÜ1\98ïé>âIÖP\8cC+\89bf8Îg\v\11ÌØ4¾BY¹\1cjfM\85\8f\9c
-\88ög3Uxï\84ÏÝGLJ\85±O\1e\89V\9e¯¢\85\96\a{îðá¯; \ 5üõtÊ,ã©^'A=tgÌA\1dü\87\ 52\8b1R%û)H¬  |Àæ¯M\8a
-Q^q~¿A§y\9e\86Ã\1f\e·ñ\15L(ù\88«ò\9aëÎ\1e!\94ã\1dü\90\9f?Ò®qËqC!\8cE\91ñB®\ 3Y\99Ѿ¢º¤:üF\9b\9b`ÁÞu\13-^\8c\9aÈÀ\15ñ +Å:j©\f\96¨ñ\r×\10Â\92'9À/¹\90Ô\11~\7f±#@:×ÍÓKí@/z\88öi\833\15¼\10k\9c¹dæpð5\94\ 3e\13})\09\16\15Ö¡=6ÎQÒÀ¡¯Q8óÕ\90ùjÀVrW±ù\1dçøP\rìQà\bǺ\0Û\96âÑÁÛCXöKµC\9e\9d̵\ 2è\18±åÌZG
-¡ç<Csh»+\96?¾Èò8×\ f±<Î\9fe&¶$Ëâ\9a4¾#J\8f\8eà:O¶\94\1aû¢?ºv\15Ü\91Ú\85GT\óèmy\1ei\89´¡N \reë&\17\13\96U\93ø_<Þp\97úû{\9f\1a%6¥iÆÑ\81ë¯;\8dXf\7f\94Rf\81x\1aH¢ÙìZ;\ 6©q$k\1c\19\m\ etHài½\98\19g\82\ 4u­D\12î¯U\17÷Wm]\85       ã\95\95x¦Ó\ 13:\vQ\8aûM\10\85àJ¯Z\1dØÀi\98\9c­\94Ë¥/ÆÃ#¶¼o`kñ\8d¤\7f7Ó©\9b\98m;\82U±¼ã§ñ&õJ\9e/i|\19e\ 5\9b°%ª\94-l`[=÷Ó-\94³9X\92,\13[BU¤7ez;\890a\10§ow·\1d\91:\82­\1alE\95YN$ýVàâ\19\ f\8b\92\97ù\7fx\98-\9d6\18\ 2ÞNÍe2ÃÖudÿß \bø\81\81Á\bó=¸        6õÚÍn¸\8c\10ÿµÃ°\88:o²ªæ!4&h\9fa\9e¦DÅý°Q\84#¿ÅAõõnÿÝ?°R·-
+xÚ½\18Ù\8eÛ6ð½_¡·È@Ä\88Ô\9d·\1cM\80\ 2m\17\8d\8b\16È\ 6(-Ñk!:\IÞ­ÿ¾3\1cJ¢-¯wS\14y19Ãáhî\19Úñ\99ï;w\8e^>:oׯ>\b\87û,ãÎzëðÔá\ 1ËBgýþ³Ëýtå\89$I#÷­ìw+/\b\ 2÷7µU\9djr\85`èþ,\9b\95\83¬V_Ö?9Q¢ÔñÂ\8c¥\9aÅz\87t"t÷]\v¼R7W}\8f\98Èm·´Êý¾:\96Í\1dAÃNõ\8a¶y[ï+5\94m\83pìö{\94ÆUyy+¢$\97xbx=ìTcv+ l»\82¾j±@é|Ç\ 3í8iWâ]PM\ e\83ª÷\83Â+i<¡\vÕç]¹ÑBÓ\19\90\12Ø¢Æ÷ø\83\92¦¡{ëöJÑõO*7\12\ 3}ÊbÂ~¾éÚ»NÖµÜT\8aÎÞM¢}yi\v\17iáöòN\91½¹\1fÝ®ØD\11±4Ñ\14¿\82¥º\95\17F Ï^\9bâ%@\19wË-b³3s©Â\1cï¤\91>Eéñú°StcÛV\95ÖíA»\ 3Ïj%\e\0z¶òRÁÉ\9dH*»»C\r6\ac\ f\12wh\976&Ö!wÿ³W\1f\82\84`Y\ 6ÔHæ}¤c;\109\v#sü\ 2E\8f³\vLxÈ\ 4\1f\99üñ\f&©+\9b\ 2E\12\17¸\ 51\8b&\91þ¼Î\8dÔ2\96'\86·ÈÛ\88ª\9d\0\ 4\8dÂ\80\97Ýq\95
+×HpÅ(<\ eX0JpsQ\82øT\ 2£Î%fAÀÄHí}ú\ 6unWÚ\93\90A   \8b¹\1d\96ý®=T\98\f ®I\r\ 2þ>´\94Aa\80\81 q\90ò\ 3d\83AîTMèm×Ö\84SÿìeÓS¶Ì\f·mg\98¢¡\16a\93\81V£Ø&½ÕB7¨?Qh\886\87²\1aÊÆ¨\14
+\96d¶J:ß!ÏÊfÊ\8bö«Î\8e\82\8eÁ\9db\90h\9b¶t\9eY6\8d\98\9fYÂydÑ¥|\82\85\99\9d(ëQÕð$C|þ\f\98Ã6oµ\1aC×V \97ÈB¨L÷\98¥ª\83
\11R\17\ 6Ð/\1f4      Ub\u`â\ 6¿6Q½ÐT±v\ f\94\13¬\1f±{ï\91\90Å'Öl;¤æ£3\8f(M\8b1*2\7fü\0\12\1dGû;Õ\80pT4\11&i¸U»{¶´M\102\9e<Ó8c¸Ôºô\1dIrP\89\96}\ eh\b\87\197Û×\8f\85\ 1µ¸\r´ÆBmå¡\1a\16_Çvx\12m7ºkt\10ã5j\99\91I\ 2\9f»\9dê\aÚéÆ\b«9òÝ\91»Æ\9a\9f\18\88\10¥uqÑQ&\9fbK Õ\8cåUO­¼i      ]Ë!G1¡\13/3À\eU\9aô¿®;Yþwìé"\88`z\90EU6J\aU\10Ϫ!\80}ªR\8d¬\15Áö\0\80\87+\85\91\96ªþÏjR¶\17e\87\92õWõ<qoä\87x\vò¬\85ú\ f\92n¸³uC\18uÃUë\16ùg9¸ÔñD©à¿ún[\92½û§#w½J¡bWPDBÈÿÑ\8f\ 4\r;9à.1½\r6gá\86(Kd\ 4go÷\17\ 6 \1e\15â©[\ e´æ\12»\ 4Ï\c\12cc<¢       ôHÀÌÕ;\9b\17Íuk\ e¥¡\13/¹Uù\95æ¹Å\b#\8bÂ\f§Ðlq\11n_Q\ e\ 2F÷:@Y~F\90lª·X\10\91²?ì÷ÝôQ8\18:YV\17¢\97f/\8e\ 3\9c\ 4)qøó\12\b\88õ®Ô\96óM\9b¦ý\88+i\16SM\81m\18¯£hx2\955\ 4\ e½>\86ÝC9ì.\98}§]\8c¡´=4ùX\\0\9c\8c\93\84Õ\ôîÒp\16°$\1d\a\90\ f×\a\90\vÑ*¸`©°s°iµM®¦ \15§\81oÇi\0ÓX;ÐFÛ\ 6Vx{\90Vz\8a
\87q¡Ïèí­\89\9ab\ 5ãÑÈd\11-\ fºßu\856\9a\98\ 6\14c-Ì\12,ATÙ\ 1¡¿K]æì\ 4\85~NYÚW\87\1e\82ïzYz³\1d\94\ eC;Y\0°ª\ 5!
+\85Îm´¼\0n0¦4­Éì@dg\85\89\98væL§ø\85\98\86¬ÇÉ\18\13ÐÎ\14\9e\98\8a\88»\93ç\1eÀz0\83Õ~\9fñ\98\ 6^\8doHº\85\ f\ 2/\90xhÿ¢ W\84\94¸A0\e\1cr\13|kz\ 4¹Ã:méµ\85g2·g\12Û9\1cÆ?\18\11ñÍÕ\11\91X]\9b\ e£Ç§C\8e\83ìU>\ 1\f\90éÙì\ 3\151\9cK\82H"\9atôfK+µWØ\9c½\añ&\9a\r\8fÆZN\90¤¥*q\84\99YÅ.Uà\16ª\1e¾{õÜ\15\ 5ø\82µÜe\8d1¯¯\ fܲ*å\13\81®)¨#b        fø®Á?)Æ Ç ¨zãû\93\81ïr}\93& .T·4f\99\18«\9büöê\16E,\8bOÔë:y¼\97Ýu\r\81hRFÀ{%\ 2ów¥ù_aÖûéʱ)\eÝÙ®}m.\9f\98qÔ"\8f\94\87ãõ)\8bû±\97Ò\7f!\80\9dÿ\v\ 1 e!\11|~\v\18\ f'\99k}\ e4y×Ö5d{ÿå%Áó\7f"Ybþ\12yJÅùé÷¨\8a¿\90èBPÖ\v\11\8dM\10·#\a\räF \8c*?\9d£
+ïRTé+Sr\ 1z\11UËÒØ?Ú?c\16N\ 1¶ùæ\0K#ü³À²\86\11ÿ1kàc\13É\8cÙ¿O\16A\8fw¼éÓ^þ\98\96#ÅÅLJ9óóYÝô\98'ÇÚ÷V;ú\1eúú ËÆw«W<éÎ\8fë\1fþ\ 5òy\9dL
 endstream
 endobj
 503 0 obj
@@ -3938,10 +3937,64 @@ endobj
 506 0 obj
 <<
 /Filter[/FlateDecode]
+/Length 1543
+>>
+stream
+xÚ½X˲Û6\fÝ÷+¼\8b<S1\12I½ºL\9a\9bǤíâºí"ÉLe\9b\95È\92G\94o\92¿/@P2m)\8a}3\93\95ø\0\108\05\vX\10̶3óy9{¶xzÇgaÀ²p¶ØÌÂt\16
+\96ÉÙâ÷wÞó]~hU3÷\85à^úÛÜ\97\9e×û}^­qPxo\8bJQëźh\8bj;÷9\8fÓÐ\v\83lþañæé\9d\ e#\16Æ3_f,5û¯\v\9d/Kµ&IG\8b(aQ6\v\8cÐ\9fù^i:£Þз_gzz§Ê\12\9bÒ[\1e\8b\12´Ðlp¶O[úaÆ\82Øì«ªG\9dÝ-û¡£¿\1cꦽêä8¤\93á\v«\0ÝÔ\83¥æü\98÷çÃìÃ<\92\14¨\1d(áG ùG>ç\89÷\95\ 4òR×ÔZ\9am\14u4mªV\85\8f
+Áñ>8@\18\19-Þó(élÍ-\10ÿ\r\f\14   \v¸ÕÛW\ 3³Â\90ÉÈN?\19\81'\fb\ 4ÆÁgS\94j\12\9d;\140ÚT\88\13\94\8e¹¨.\99\v­\93¹xc½¹CÛä\88ma
+­N{\7fs³q\1c\9c\97\9f\90qÇjÕ\16uu«ãõ¾&ú-®r¶mS\1f\ f\93\87½4\12?\aÎL0ÑûÊöv8cÎÄ\99¯\0*\87¶>\14«o\98èxó+\10\ 5Ó\82Ð3\v4¶¹Q\16ÇòÕJ\1dLdáèÒÚn¤wjhH$N~\81:\f\8eç     ã©\15°ä@Û½÷´RtʽZQÔùa\1a2.\m\8d\8f\188%ãÔx÷,×;j>³tóáW\82ú\90\95\88ìýü\1a¿ØÕºÅë\9et\8dWVHÃ1YL`¥"ñÚü\13\ 2¤*ìÆÞ¦©÷v\ 2°2\rô\87Ò¶\87^\82£\16â\ 1é\8cÁÍC\96Ä\9dN\7fÝ/î^¿}1T\9c3)¬\90\8d\968\88Ï\98\91\rÄA\827@@c'B ±A@\9b\8bI$\v­\17QRüg\9e\8a\9eh     ~ÞÃ/½(ú\1eüD\ 3\1fëå$òo`Þ\172ö:øE\14x\ 5r\81LÌbÓX\81ê\80bÛÔ%I\17\9a&r0ëÁ\\11FsêF3HÙh\96\89\13ÍÒÞS2È\ 5ò±¹àã\ få\ 2Âé\93úú¹n¦Óôý\89\1a\e¥UC\86¯éj>c\av\18¡5ÞÓ\9a¼\9eÖÆ¬\86\9a\87\89N\eÿÓí´\96EèºNt6ǪÂrêÆ$Ñ-3\1dð\12m顨ôCÔ0\8e\13w\8e\ 3H\14v'×q¾O"\b\9aæ\90{+ó\93\12LÌ¢\8ev}ý\88\ 4\13±\98»\ e¨\15d\8béb\8d(¡,P»(\ 5\1e÷\8aðÕ4´©±\8a\8e\ 3âG\11ecª\ 3Éñ>vêQÕ;\ e|B\9b\80b\94% ÝÖö;B\9f\89`©ì\98Q\r\8d\81\93Ã\8bTeÈ\8fC\123h\9cX\80¨\13/¡§NÊQÂæ¨ÅÎ2á=\1cäæ*âJárep\1dWêÝ÷nÀ2\80\14i\8f\89\14\19y\e:[@i\1e\86\9c4\ f½>ÍÃÂÑ4\9fAòíSÊ\98\16B0É\7f\14»Ëü./ò»¸)¿[Ð\8am\95\97Ó¨\91\88\e\98W\84<\84Ãáöw\93YF±¼¾ 'aéI^ÐS\9f×PâQôt\ 4~\9aTôoMÏÛ\9fñ\90\90,ê£ûx;1AÁ\19\9d\87®¦¹æ&Ò\94n"\85\b\12\1aÝ\8b\ 2\9a\97¯Ç8\f\f
+±A\ 1\16[\14ÒÌ \90\18\14²À©\18z\14ð\ 4=,\1fFJ\ 5\16\9aÿp{¥À3\16G.\1eþK\92ÊÜ*\9d\ 5\1d\12Û²^\1eòa\0\1aÏ
+<C`H\b\9a\1a\19ú    >ÀóJ[rI!$ÛV5ö\1d'ÝC³\93êß<58\15´\85vö_\13\86Ïñ»U\95jòVYV    \ 2ÆÃËr\99(\82þ\ eh],»×ñªÞ\1fJ5õTLÝpñÿ\9dD\10ë°²Ð\93\10F=\84\97°`     \9ft;Ù\9al|7HF©\ 3\rO0ÚʢŦ\84\98¦ßL0jLDZ\15î·Ë\e`\aÕØ%øÜ¹QZ\8f\9d\úúî~\98\10\ 3üSey¿÷qäJÜ\12¢%ò\9cèÃg>DwâB`\98 \8b¼µ*\8b}\81j\ 1×I\b+úw\ 63*'µ±'±p=\96mN´GC\1dJÔ+ì\86\9d\97`\94ò\8c¼\15Çϯ\7fðªr\\ 1ä9>a\14\81 ±W{\8cx\fðØ38⨡\r.Ob\97\9a\99{4\93\9f\12\87å;\9aØçmo$tí]\9c3\83c¦à\1dÉöE¬Õ\eí\9dr`K\ 1Ï'\1dxe\7f]^ºæ\80\ 2Î\ 4]f\rN\7f/Ì}D\1cîC­\8eôG\ ezEEß\9c>ú¸ìX\16E\rf\ fESW¦>\84 7\ f»Ø:\ 5®oí¶õ±=\1c[;H|êÓñÎ¥B~»x\9b´]õu\ 5\eÌ^,~ù\1fO)\90\7f
+endstream
+endobj
+507 0 obj
+<<
+/F2 13 0 R
+/F3 17 0 R
+/F9 84 0 R
+/F4 26 0 R
+>>
+endobj
+505 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 507 0 R
+>>
+endobj
+510 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 1154
+>>
+stream
+xÚ\95V[¯ã4\10~çW\84§u¥\8d7v.NÄ\13\v{\10\88\15GK%@,\12ÞÔm-µN\94Ëáì¿gÆã´iSÎ\96'ÛãñÜç\eG  O\92h\17ùå\87èíúÍ\83\8cDÂ+\11­·\91(#\91ò*\8bÖßÿÉ\84HV±TªÌÙ[ÝïWq\9a¦ì\83Ù\9aθÚà1cïµ[IÅF}XýµþéÍCz\96\95+\9e\97Q\9cU¼ôââ\ab©fêr\9eTQ⯷£«\aÛ8b\9aÙ\94I\9eUQ\fv   ²k½\aå\12¬ê÷æpÀmvõ:;¿.K\9eåw¨\10\93\1d¶'\89æÙÔã`6¤Ê:Z\87Iw=v\10\ 6ô} þ\9319#ú\93í\1a\17£.4>áEFNä^Í1<æ«8\939ûmoP\83ª\98\1dhý(så,Hí_\ 3¡J\82jU²\16µ°¦ïí§\83!æº9¶\a\83¾õDÐ]¸éÌÐYó\84º¼/ð~Û5GoV27È\8bÇ\f?­ò\8céÃè\8f\925["ãýu\8aUÉE\11âöÝ/ï\1f?¼{üù\8fEtó\9c\v\15¸t×i´å3  \a]9Ь\ 6OøB|,*¿\85\95\vIEôûËEd\ f\83éZ=,ê`VEä/Æ÷\82y^\ f\82§\17õ \12¦q\11\fØá\91\v´\9e\88cO±Mضé\88äÅ\e§\8f\86.Ìs«]\ f  ò       ÏØ\8f\ 3ÑOâÛö`I\8a`CCeCvÌJ\9f\92$%;Ø~À\9d ü\0åª*ðê¢*\90gg\9cé´/j<~\9a2\ 1¼'Émgj³±n\17Ä·ô~Q/Ú¡\94\ 4J¥Û\8d¾\9a\v6`­¦I5]B+è\1a\95ì\89õl\10\9d\8fz¨ñÝ\1eÕ]gLÊ\f\ 1$¹'[JͲ\85\92;sl|\13® (à¯\ f§,
+\9eæs'|+@%æSùç>²\98£¬bß\ 6\8aÑ!\1epø{Q¥\ 2ªódç×Ëêç*\r\97¯\b\12¥@D&ïqU\9e\99\1d¤²¿2?Ôç7tBØ¢kÛ\a$*\v^ÊyMÕº7¯©Ç Ì?Óá"YpvÍ@\9b\17³&
+pEÜéJ9Ï\1aÀ\ 1\98²v\ 3\11$\88O\14!BJ\88ðø""@9oíóKp\90M|híóÂÎTðRÌíT\92éÍÆ÷\90\82\90\r´R\ 2\146\15ö¡ÙYç¨hàÒ÷(Üùn(|7 \94\u¬º\8a9*ÚBô(qdǼ\ 1qÜ`>\1aÐÝ\85m;u;ÔÙ^\9f;\80®Ñ6\98\ 3Æ\11\9c\ea\ e³{\86»¿¾\18å~Ü~!Êyàû(\v±\f²,ÏEã\11QzëÈ\ç\83-aJ\ 2.ú«3ªà\89ØÎó\10\18çqô²|\1cië§4ð\84°!m\ er1Ù23ú\7fÅñFìü\7f\10\94\86\11G\aîçS¶J©²\80<tDÉÙè\ e¦\ f\88féc±Ê\vxj7tIÆÓ~\12Ó\8fd\12ôu&\92ð~Î:¹\7fã\eà\993q\ 3é 2ù4îãv\91D!Î_­W$\ 3§a\9aÉ[²R.'\\8c»{dyß@Öä\eQÿ±Ã¾\19\a:è%\1cÁ®\9côøi¼(½\8a«êô;        £¬d\ 3Bb\96²)\1a\b«Çv¸4å¨7\86(ÓÄ\96Ð\15éEõ\N",\18´ÓÃÝ%Â
\13"\98Ú"\14Õzº\91ô­ÀÍ\r\ fË\8a\v\1e\16\13Ò\ 6A\10·½=Mf8º\86äÿ\97       \ 2>00\18\a7Af>ÇϦ;\8d\10¿\9a®\9bH\8d\17\8f9\0\13Àg\98§)\85âzØdd\87º´\83úëÝú«\7f\ 1\r\17O
+endstream
+endobj
+511 0 obj
+<<
+/F2 13 0 R
+/F3 17 0 R
+/F9 84 0 R
+/F4 26 0 R
+>>
+endobj
+509 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 511 0 R
+>>
+endobj
+514 0 obj
+<<
+/Filter[/FlateDecode]
 /Length 2796
 >>
 stream
-xÚ\8dYI\8fÛÈ\15¾çWè\10`(À¢Éªâ\96ÛØqÏt`\8f\ 1»\a\ 3Ä6\12¶Tj1\90H\81¤Üö\1còÛó¶"K$»\9dS­|Uõ\96ï-\Ea\14­\1eVÔü²zu÷òF­â(,âÕÝ~\15ç«X\87\85YÝýýSðúP\9e{Û®7Z« øÛzcL\12üÞUõ\ 3Néàתë\9bö;\ fnëµJ\ 3Ø^nûêëZå\81\92\8ac\9d\ 4q¿ÜýãåM¼\8a³PÑQ\e¸A¼Ú\98"Ìé´b½IR5ÐÏ\12\8f>\f\80¾\8eFú:&úDÔ¿¿ÁËot\1c&1Q½;T\1d\10Hu°Åû\r/\82\93v¶Û¶Õ=Ü\11î*\9b\ eÍZeÁ#\ fú\86ÛKg±c\82þ`ùÄÜçX\1a\9ab\15Ñi\ fõev%eBmd}|\11\90}[Ý·¥\eT5\1e<e_®\83\17øü(Ø·Í\89w\96|\17¸TûS\87§­6J%a\96­6 º8¡\83º¾¬wgzZ#¤Ãõ&\a9Þö G Ó\1d\9aËqÇ}äA\16X\1el\9bº«v¶µ²Xr#çQÿá\ 2\e\88\9e\ e\92M\8b\v
+xÚ\8dYI\8fÛÈ\15¾çWè\10`(À¢Éªâ\96ÛØqÏt`\8f\ 1»\a\ 3Ä6\12¶Tj1\90H\81¤Üö\1còÛó¶"K$»\9dS­|Uõ\96ï-\Ea\14­\1eVÔü²zu÷òF­â(,âÕÝ~\15ç«X\87\85YÝýýSðúP\9e{Û®7Z« øÛzcL\12üÞUõ\ 3Néàתë\9bö;\ fnëµJ\ 3Ø^nûêëZå\81\92\8ac\9d\ 4q\1c¯¿ÜýãåM¼\8a³PÑQ\e¸A¼Ú\98"Ìé´b½IR5ÐÏ\12\8f>\f\80¾\8eFú:&úDÔ¿¿ÁËot\1c&1Q½;T\1d\10Hu°Åû\r/\82\93v¶Û¶Õ=Ü\11î*\9b\ eÍZeÁ#\ fú\86ÛKg±c\82þ`ùÄÜçX\1a\9ab\15Ñi\ fõev%eBmd}|\11\90}[Ý·¥\eT5\1e<e_®\83\17øü(Ø·Í\89w\96|\17¸TûS\87§­6J%a\96­6 º8¡\83º¾¬wgzZ#¤Ãõ&\a9Þö G Ó\1d\9aËqÇ}äA\16X\1el\9bº«v¶µ²Xr#çQÿá\ 2\e\88\9e\ e\92M\8b\v
 ^±oÚSÙWMÍ;]{a©bw\89\89&\ 6\81©g\98¸\91\1dÞ\13¯´oä¥6ÈK\9alà¨\96»ç¶yhËS÷\82wtÖòüÒeT\94\86¹~V¢²øÁ\96»cUÛÙ\1dtð®${¸\94ÇpÐ|R\ 4|\8cÒ\11\9e\0\eÃL³ò\871«ÿ«²;,hÿͺPA¹­\8eU_ÙîIµ\8fBÃôþ8Xä|\14Ó\v©óoþJ\8f_%I\18ËK6\r_û \87N\ fÀ­\99ìý        éEAs\161ã!ÍxØô\94,  ÓT>íl?ç&\b6\91õûKuì«\9a\ f@ÃE¢¶.ï\8f¤\8d0øÌ²ÃîG»\1do\0¼åΧ»Ã°Þ;óP¡¹Ò\9dW|Î\17T\ac\82\8024*H¢Ïk\99$Æi\13\83¥Øã\91\97A\8dÐ\96¾\82úw¼Xn·¶ëx\95ð\ 2\ 5ãë\8cÂÃù\99Ûæt\ 2ûd
 O±<Waîp\85®¤Ý\95Tp\84o¸×ì¹\15\92\ 2\b\1a\0!2übÆòsk¿VÍ¥CLÖI\1eôø\8eïg6ü\1dØr\12ç\ 1±\ eW¿®\13\13\94Ç\v\r3>\ 4?Z\10o\9cAÏÝó×Û\8fw\1foÿùfö\18@ùÌé\9aã'\10æsÚ
 \ 5Ì3\84Öp\14ÀÍ\8e{e7\1eN\1d\82³Ë    1R\80«å\ 5wMàÅÆI>
@@ -3953,11 +4006,11 @@ WY\1eD:
 \7f3Ê2q®Úsû£Ë&\1e\15Jëá\9ah¦BNÔ\ 6¢Ä(»\8e\12ÇX&\964\ 4Úºé¹3\8b¤2\13ü̱\87\14\81òÝÈ\81\1c,8ª\ 2\9aÎb ³½>Ð=À?|\0g\196Ü^£-]rQ¬\f¾XÆ!ð\9d%\82*ÌÌÔ\ 2\97\91/\ f£ÌÇ\142E³$s\13\8dfý<M5\16HH`\90\87\12³±#Ò§)ÎÝ\85\15l\9f0ï>¹\8eçB\97\0\90§£\88\13\b4\12µ\f\1aÑ\90\10ã\8dïnß½¹yÿáÝÏws\9f~ua '÷L\ì\8f'T'é\ 1ü\9cÎܽª\90àDÙu\rÝ|[±|qò±ê\ fÜ\eCp\1cy!\ 6¼I\15C\92Çb¶¬\r®\ 6á8#æ)\15\ fÇÆ\83½NùiÀºÇÌ\93¢Â\18\fJÈ¢Ç4\1d\a.-\98Ù|¤ÃÔ±i¿\9d×,ô\18\16\9dÊ!ÚQ\81\98\81Ø#\8c\83\96\1d\ fö\10\ f°µ»Jf(\97ÀNk7ö\9bÝ^z!Sr#\15±V \1a\85º{Û5\8bµ
 Mê³Xò?#ùßLéÍ\18\17>\15\ f\1a=º¦\81\93\1a\81\v:ÊF.hÀ\10É\86#IG ÝUÝù8îÏ\19\1c\91\bkÓ®ÚË\ 2\v:òÝw4¸ï(g\9eá:H±:_\8e \85üø<\v\8bÜws¢2~z\ 5\ 3§2\14qI¾ \vWñÃ\1d¢!\eW*ËIb°ü\82·v¶l¹:\8bãÌOvaoÙÊG\ 2»\90\9d\95ÕQÒA-Ù:Ò,\85Æ\12\0Ê\81pÉ"b\16e\10âã\10\9dfÙsÏ+ïpTëª;´­qÛ-\93\19\88\vÓ®BUø\15*\18ä!\85\ 3¸åÓëá\85¸âJ¨\8b\94\ 1¿\b
 J©
-\f¸H0\97xÚP\13=\94®°[\1e\8f\Ûîp<º\8e¶9ò\84ïÐyæñP9±$ªðÄ\92¸p\84Îpõ\13,$      ©\9aÛÞÝc`U¢cgB\80\ fÙ¢\rmÜ{\ 6Å{6\8dMCó\2<©N=\9dS§ùBD\8f:\18+Ï2c\ f\9ftl(*\84\8eà*´Û\92\7f\17Ä\ ebc=D\96Ã63­:\ 1Ù¦¦Ú\1c¬\95òÕå~\889cC\8e×Ó\v\ 2®Â\ 1W¡=ñàȺÿ      \14¢\18\10Æ\12«\91ì\90#lO;\94Ó\12^\rÉ¢ËWà\ 4\8e\91Q-£\98B2>\96jµ2K¼è&÷ôH\10¤C[\82{:\9dÝS\8b8Ì®R\11Úf¦<SF{Þ\11G\8c\93\98c\88\93¸p¢R<\0íÆmQc5\v÷\91/s5_>ê$½1\926ÌÕ\94\1cln0\88S)\18ÂnGÈB\9fÙSµm\8eMÝñø\11bíå@{Ì¡7ºH¤\18\99a\99¶³-\e\13×úºï\12â\ 1\94lyó¶i[@\16\88¾:*E\9aEÙ*\9dc1ÇÅjý²lM8M\7fàÌ!ý\81¾\93¡WÖLý½}#\91V\ eAdá[íD\\89«c$\99Ç|@s\ ev°gOk\95¹
\8e³\e\98®í£Ë\83`\ 4¹SoKY"AC;2\1eµ=.\169\ 2¨\89¿ÉÜs\9bó\9c\1f:Æ?(\13ß\8cW¯ätòÄ\9c\ 6\ 2òÌÔTBÖ!Äê$Èb\8eºhù£\15\f\1f\1c\ 4î!÷\80\1dÉ\16q\83\9f-úð¯![\94\7fYûFþq\95ÜðoM'Am\96ªDº\88\9eå\ 4\ 4ΩöË\83׿°L\9c\87Erý\vK=û\vË=åÇ?¯Üóõô\7f\v\86¯ü\7f\16£8\9e\18#(­¯"\a\8b\83g\18zñÍðïo\1a\ 1»Ò5ñ\93\ 2£éº\17!/z-E\15\851æ]½¹ûËÿ\0#ó<6
+\f¸È0\97xÚP\13=\94®°[\1e\8f\Ûîp<º\8e¶9ò\84ïÐyæñP9±$ªðÄ\92¸p\84Îpõ\13,$      ©\9aÛÞÝc`U¢cgB\80\ fÙ¢\rmÜ{\ 6Å{6\8dMCó\2<©N=\9dS§ùBD\8f:\18+Ï2c\ f\9ftl(*\84\8eà*´Û\92\7f\17Ä\ ebc=D\96Ã63­:\ 1Ù¦¦Ú\1c¬\95òÕå~\889cC\8e×Ó\v\ 2®Â\ 1W¡=ñàȺÿ      \14¢\18\10Æ\12«\91ì\90#lO;\94Ó\12^\rÉ¢ËWà\ 4\8e\91Q-£\98B2>\96jµ2K¼è&÷ôH\10¤C[\82{:\9dÝS\8b8Ì®R\11Úf¦<SF{Þ\11G\8c\93\98c\88\93¸p¢R<\0íÆmQc5\v÷\91/s5_>ê$½1\926ÌÕ\94\1cln0\88S)\18ÂnGÈB\9fÙSµm\8eMÝñø\11bíå@{Ì¡7ºH¤\18\99a\99¶³-\e\13×úºï\12â\ 1\94lyó¶i[@\16\88¾:*E\9aEÙ*\9dc1ÇÅjý²lM8M\7fàÌ!ý\81¾\93¡WÖLý½}#\91V\ eAdá[íD\\89«c$\99Ç|@s\ ev°gOk\95¹
\8e³\e\98®í£Ë\83`\ 4¹SoKY"AC;2\1eµ=.\169\ 2¨\89¿ÉÜs\9bó\9c\1f:Æ?(\13ß\8cW¯ätòÄ\9c\ 6\ 2òÌÔTBÖ!Äê$Èb\8eºhù£\15\f\1f\1c\ 4î!÷\80\1dÉ\16q\83\9f-úð¯![\94\7fYûFþq\95ÜðoM'Am\96ªDº\88\9eå\ 4\ 4ΩöË\83׿°L\9c\87Erý\vK=û\vË=åÇ?¯Üóõô\7f\v\86¯ü\7f\16£8\9e\18#(­¯"\a\8b\83g\18zñÍðïo\1a\ 1»Ò5ñ\93\ 2£éº\17!/z-E\15\851æ]½¹ûËÿ\0ZN<1
 endstream
 endobj
-507 0 obj
+515 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
@@ -3966,35 +4019,27 @@ endobj
 /F4 26 0 R
 >>
 endobj
-505 0 obj
+513 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 507 0 R
+/Font 515 0 R
 >>
 endobj
-510 0 obj
+518 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2692
 >>
 stream
-xÚ\9d\1aÉ\8eÛFö>_¡C\0S\83f\85µq1\90\83×\19\ fÆcÀi \a·\81ÐR©E\84"\ 5Rê¶\11äßç½zUdQ¤ÜF.ÍZ_½}S¯\12\96$«û\95ýükõòöç·bÅ\13VðÕínÅó\15\97¬P«Û×\9f\93u,²,×Ñ˲߯c)eôÑìLg\9a\8dÁ©\8aÞ\97ÍZdѹ¬×\9foÿóó[9ÂÊS&³U¬
-\96[p»Í:ÖBG\9fbCg\8bñ¬\ 2tòUbÏ\99¦<\98\194\ 1`
-wâ³\aÔÔ\9d\1fÏ@ê\8c\89Ô]ØU]\7fz\1a¤Z\0Ã3Æ3w¨.\97 ¨ñÀgÜ]żÈ\99Já+\19W\13Úãþ\1aº!\a\8eåü\19\ e \95ÛÿeN,ˤÛìÌqñ²¼`Þ"¥\1e\83M{8\94Ív\ 6Hq&UHìD{b\9e\16¬(à«YÊí¡·Õ×u¬d\11½"\88l\1d\88Þ5´zÚ\e\1aÜ   \9d¡\8c\92h×v\87\e\18¦:*i»+\9b{C\9bí\8e\96\1c\8a=Ív]{ |Ô\88\8fLR¦=Ýþ\85\ 5è»;rjg ¸b*\9f\89?¼.X¢Ý\81ª'ùË4e\85\93¿¶;½©Íæd¶`4@\94\8e,ýp<ÚWý©í¾Ñj\r\13`\94\ 6j_¶§ý\1c©L1©\9f¦\8b»#\83$\ 3\18\823­¿K\18\1f8\94\16;\15}\ 1§\90G\86\8f4ÛT\88\a\11\98FeO»¥;têªæ\9ex#@Ñ\ 1\9b;ä;ø\19\15Õ­\ 5¶)O\86\16,{D¦£C\8bº\81£Îl\8cu9v.\a\9b\ eµûªiðA\vã±\ 2\ eÚÝÓ¾t@\b¡»5\9dh;ZE¬í\97\96ɱ\1dð/ÂM#ÓY\12\92)òà\0c¡ó¨j¶æ«\1fZ\ 4\91\1a\9d9"`y\901NPÆ7DÂã\1e<*­âÓº\88\1as_\9eª\a\84b\bÈ\80Ln\91É\10\19z«§ï¹Gæ[\18n\85\10\16$\93öæD«ÞP<\19ä\9f\bÇ\ 2Øyîº\91¿\85\bø\v»°\91^`q·fh\81<z·\9bëi*Ñ\ f|OÉ\12t\94\83õÐ#í\89\ 6sÝÂÕÊíúãDY¡\16­\17\8c@ó'\f\ 5\9c\1døwhÉ\99x
-\12ø\ 2ù¤+°äI\99-\99\8eÌ-y¸\8bäáÜ\92\87\ 3T'ûµ.\ 3N\1c;óPµgwn\90\13Nv¨Ò80Ûêd-\ 1/\fn@\87.\12p\1eéR|FT>:@\9e\12 \ 1<*1\80g\8e\93\15!­ÀG8\97x\9cEôû,¢HÁRÏý¸\9e\v\873å½Ð3\ 2v'Ò¤´$qÇ%\11Ý;cin&\ fò Jà¬ìÜ2"N\1cçQÛз?ÁÁ²Û\12Äö|:\9eÑ\v+%£[\ fn\ 1\7f\8cu>\80ÄÍ"\ 1é@\0ñ)\ 3×\9a\85æ7\90¤\ 1\8dó\11$Û÷\ 6qÖÂ\91¢\ 3KÄÉ\82%öt\1f¼ICg\ 6éÄ:á\8e\ 6½$\ 3\91\15c\10\8b»'\85\0¯\8c\18\vpÉÄüÎáÌ-Îäí\8b\84M\9c}ÛmÑsa\1cÁ@\1eÄ@\1dâ\v\91ï\ 3¬w\8fUoP¤à%Ý1euÚ* \±r\aÏÜøÐdÃÔ,ÖA\ e:\18o\90^\ 6$JÅò<pD\b\9cÜø\ 3ò¸ý\ 3ÿRxS¤1cxCó­=Á¹bÉÄ\ 66-¹Ó²¢\98$m$j{¤&K\a\ 5Eª3±èy´\1c
\9a%<Ä\1eÞ ?\ 3/Ll#O\1d#aãa­UTÖgC\17¬<²`\7f×Ö\10\91áêã\10½y\ eî`B\1e\0\ 1FtUù¥Æk
-\1eúz,\9b¾²LR\14 ð\8b\ 1êù<3\ 5û÷ªõÓ\9fo_½yýîöyüÓ\9føýðñyüPýõ×\\1f\94\b\v\9e\83\87ú\12Uâ[OØX·IÏÓ`ÔMLVEh\86D\v1$u\fI3\7fc\82w\1a\ 4.Âz.\94|LÒ.¸\ 4)Rµ£/ø÷\eÇÿn|În\85òy\ 2\1d\9ej\94\v=F¼û\9bøØ$\89Ü\14\84\86tb¼d\18\99#γ\12\ 1\ eý¡\9aËN\8f¥\b½  \11ßThìÎêÆGÐ& Üü¶÷ö=\863\98ø\83`AÇÚ\9cÈO\88©\9fð\16;\84\ 1K\19\bo¢Ã.,H\88Ũîû\96\96\16]T\85ݯfs\ 6\90\9f\862\aë\99\89íô\ 6ì~ëí\bË\99K³Æ\1a\91/\95[\ 1³4xÏ\89W\ 2h\9d\89="´PîN\96w04%\11@
-U5\18Ò6\ e£vÁ³déèõ\86¢s\9a\9e%^«ªÆû.g?\12$}µÊ\912ÌH¤\vÔ\12«ÓºÜÐ\91«þ\9aëbp
-C9;Õ¡¡Ru¹\a\96Di\1e\8aä\ 5¥(`÷»s\8dã\ 2l©²\95 \16\9e-}É-À\80Ê\ 4\9f`ÍìK)æ\1d\ eÔòK\b©\vYZ¨\94\ 6^z\8eÌÛG÷Ë3ì\f câþÙ\f,\84­¡æGí\86¨Ø;¼©\96±#ËãËòò\85ð\9e'C\85Û9Ñl\96D\9d\8b§ò\94îÜ ÿ
-ï¤\8a\9cÒz;\1a       /²Y%\86\a,\8bg\9c-Äè¹6\8b¬Í\8a \8eµ\90&4\17é\ 2ͨA\ 3\97çv5¶K\9e\11¾£Uõî\89  \81\1402\89æ8\89í\81\8aß\81þ;?ò+\98\ 1\ 5@\98¤,%mÿô\ 2õÏô\9fohãXÞ»ó\19Ç2ê\92\ 6H\b\98FG\95ck\bßó\15\83íµ\89Â\ fåå\95~\18\1f{!Í\+±o3ibé\9ci\11\12;\81\1foæEäôÀv\86A*XáͶÝí°²\99\91Lg®½ú).\9bîñj\a«ÈÆîÔ®ª\97\e\89*cIzѯ\ 3ëV×I=ösRr\96\rÝ\95î~Þ    \ 3Tt(\9cߨ\v\91CæÞÒ·=¢\8aô7Tfo«\1e\1c£M\p\9b»\8a\1cÎ\8d]\83\9cRz\1a¹¶F.a­qG\17\9a\ 4\98W*\98ÿ\17\ eõt
\vÌX¿Ú\82ÚC\9a560·Í\97
-\1e\ eY\81gò?\9f²,\80°/\87,ÚÐ\8aó\r6¨Ãô@]\9f­+\831èçEôÂî
-äîù0t$d\9e,\ 62(3\86&ìB\r\960á}\er°§\87Û¦þF#2väïФ\b CÎ\9b\88\1f\ 4\ e\ 4äTûæ"\88\97<\9b\ 4˽©1.\89Â%z.\e\9bY&°Ô\aÃ\7f¿ûõööÝû7o?||ÿb\9e\92ea7\ 5a»þAâ\9c'¬¸\ 6DâÔ¥®]Í\¹e\7f\93:Jöjï¾ôÁ|ÆF\1f\ 4\1f´ö8Ä+Í'mo\9f\1fN\92\8e1\r\85Û»SµPÐ(16\1fm¨.ä`"Ô\88,|E\88\ 3\ 4\ 1#\855üáH\8beß»vbURN\ 2\8b.ÊÃÉ Uº0?_è\15bâoc\b)\93lÇ)%lç*²Ev\1aý\ fq\ 5\ e é\éE\91JËèK]6\7f¸3=}\8f\9d?½ugÈ>l\90{\\ f¦¢\95ï\ 5('\ 2wCy\ 6è\91\ 1¨P\94PNÍÚ5FdÐp\96äB\16²Ú\ f\83\8b²)Ü\8e¾Ø ¨+³uË{˶Á¾¥ÏÀ¥º( íÞÁ\94È\8c~^    &a \8bç\89\0\ 6C\1f=^Õ¦´ýOï'a\10tW¹ï +\9e¹ÂPèÄv±É¿ÂÄ9H:\ eqܶy\81\r[Úvî5| ¥\1aÅ\ e\891\v}Ôv\92æÒdàÇ\ 5ÏmâD\89²-`À\e\81¿¸\92\aä\13öÌ\83+HmHÕÃà:5ªiíþÚà³H\92ödê\90\8fÚêxju\1c¦ R'Z¦ÎeÛW6Ë\99·}3æÝÐÐ|\9eå\9bzlɰ\19\b\9bø<\ 5!gÂÇ\9a\9eë-!9ü>\81\98Î\9a¬\94ÉÁÝT\86\82+]}R9\99\94Gw±´}5\10\9eë«\8dò\9cØ\90\1a*\9cÐMYWòC\ 2-¿«ï/<6èÃUâêL\95h(\9d\1fieÀ\ 5'5E{\1cÞ]Ý1ÞG\99-Áê+[,\ 6ðSÏÌxîIÆÔ\1e\88nw\17ª>ù\1d\ 1\rßÿ\82\8c\85}\8fÝ!üõÅ^i¿g%Ô[û!\166?ÎB\99\16¾TOÂ\9fÞ
\1f\§8\99bÙØ\99\8dVqHËîW¼Ìw\9bai\ 4\95%¾-H'Úk¿¹dÅÅo.Y\0\ 6\95        te¦wwlËB@6ä\10¶k#\89Ö\8deTæâ©á­       è q9\11­S\84\89®Ï
-:©.¥./¥.\83ÿ\epR§(óæö\1fÿ\a\ 1\88N\98
+xÚ\9d\1aÉ\8eÛFö>_¡C\0S\83f\85µq1\90\83×\19\ fÆcÀi \a·\81ÐR©E\84"\ 5Rê¶\11äßç½zUdQ¤ÜF.ÍZ_½}S¯\12\96$«û\95ýükõòöç·bÅ\13VðÕínÅó\15\97¬P«Û×\9f"ÎÅ:\16Y\96ëèeÙï×±\942úhv¦3ÍÆàTEïËf-²è\ÖëÏ·ÿùù­\1caå)\93Ù*V\ 5Ë-¸Ýf\1dk¡£O±¡³ÅxV\ 1:ù*±çLS\1eÌ\f\9a\00\85;ñÙ\ 3jêÎ\8fg uÆDê.쪮?=\rR-\80á\19ã\99;T\97KPÔxà3î®b^äL¥ð\95\8c«      íq\7f\rÝ\90\ 3Çrþ\f\a\90Êíÿ2'\96eÒmvæ¸xY^0o\91R\8fÁ¦=\1cÊf;\ 3¤8\93*$v¢=1O\vV\14ðÕ,åöÐÛêë:V²\88^\11\8e³TDï\1aZ=í\r\rî\84ÎPF±RI´k»Ã\r\fS\1d\95´Ý\95ͽ¡ÍvGK\ eÅ\9ef»®=\10>jÄG&)Ó\9enÿÂ%Ò\ 2ôÝ\1d9µ3\10\1\95ÏÄ\1f^\17,Ñî@Õ\93üe\9a²ÂÉ_Û\9dÞÔfs2[0\1a Ê"kG\96~8\1eí«þÔvßhµ\86     0J\ 3µ/ÛÓ~\8e\98ÔOÓÅÝ\91A\92\ 1\fÁ\99Öß%\8c\ f\1cJ4r\8b\9d\8a¾\80SÈ#C¨öG\9am*Ä\83\bL£²§ÝÒ\1d:uUsO¼\11 è\07àÍ\1dò\1dü\8c\8aêÖ\ 2Û\94'C\v\96="ÓÑ¡EÝÀQg6ƺ\1c;\97\83¦ÚM\87Ú}Õ4ø \85ñX\ 1\aíîi_: \84ÐÝ\9a\1d­"ÖöKËäØ\ eø\17á¦\91é,   É\14yp\80±ÐyT5[óÕ\ f-\82H\8dÎ\1c\11°<È\18'(ã\e"áq\ f\1e\95Vñi]D\8d¹/OÕ\ 3B1\ 4d@&·Èd\88\f½ÕÓ÷Ü#ó-\f·B\88\15Q\v\92I{s¢Uo(\9e\fòO\84c\ 1ì<wÝÈßB\ 4ü\85]ØH/°¸[3´@\1e½ÛÍõ4\95è\a¾§d :ÊÁzè\91öD\83¹nájåvýq¢¬P\8bÖ\vF ù\13\86\ 2Î1÷\ eü;´äL<\ 5        |\81\15Xò¤Ì\96LGæ\96<ÜEòpnÉÃ\ 1ª\93ýZ\97\ 1'\8e\9dy¨Ú³;7È ';Ti\1c\98mu²\96\80\17\ 67 C\17       8\8ft)>#*\1f\1d O     Ð\0\1e\95\18À3G+ÜÉ\8a\90Và#\9cK<Î"ú}\16Q¤`©ç~\Ï\85Ã\99ò^è\19\ 1»\13iRZ\92¸ã\92\88î\9d±47\93\ay\10%pVvn\19\11'\8eó¨mèÛ\9fà`Ùm  b{>\1dÏè\85\95\92Ñ­\a·\80?Æ:\1f@âf\91\80\80ø\94\81kÍBó\e\80Æù\b\92í{\838káHÑ\81%âdÁ\12\ fÞ¤¡3\83tb\9dpG\83^\92\81È\8a1\88ÅÝ\93B\80WF\8c\ 5¸db~çpæ\16gòöEÂ&ξí¶è¹0\8e\ f\ eñ\85È÷\ 1ֻǪ7(Rð\92î\98²:m\15\10®X¹\83gn|h²aj\16ë \a\1d\8c7H/\ 3\12¥by\1e8"\ 4Nnü\ 1yÜþ\81\7f)¼)Ò\981¼¡ùÖ\9eà\±db\ 3\9b\96ÜiYQL\926\12µ=R\93¥\83\82\99Xô<Z\8e&x\ 5\12\1eb\ fo\90\9f\81\17\91§\8e\91°ñ°Ö**볡\vV\1eY°¿kk\88Èpõq\88Þ<\aw0!\ f\80\0#ºªüRã5\ 5\ f}=\96M_Y&)
+PøÅ\0õ|\9e\99\82ý{ÕúéÏ·¯Þ¼~wû<þéOü~øø<~¨þúk®\8f2cJ\ 4.;ÏA½ýC}\89*ñ­'l¬Û¤çi0ê&&«"4C¢\85\18\92:\86¤\99¿1Á;\r\ 2\17a=\17J>&i\17\\82\14©ÚÑ\17üû\8dã\7f7>g·Bù<\81\ eO5Ê\85\1e#ÞýM|l\92Dn
+BC:1^2\f5àÌ\11çY\89\0\98x\87þPÍe§ÇR\84Þ\84\88o*4vguã#h\13\10n~Û{û\1eÃ\19LüA° cmNä'ÄÔOx\8b\1dÂ\80¥\f\847Ña\17\16$ÄbT÷}K\1euK\8b.ªÂîW³9\ 3H6äOC\99\83õÌÄvz\ 3v¿õv\84åÌ¥Yc\8dÈ\97Ê­\80Y\1a¼çÄ+\ 1´ÎÄ\1e\11Z(w'Ë;\18\9a\92\b \85ª\1a\fi\e\87Q»àY²tôzCÑ9MÏ\12¯UUã}\97³\1f \92¾ZåH\19f$Ò\ 5j\89Õi]nèÈU\7fÍu18\85¡\9c\9dêÐP©ºÜ\ 3K¢4\ f\82R\14°ûݹÆq\ 1¶TÙÊ\ 4\vÏ\96¾ä\16`@e\82O°fö¥\14ó\ e\ajù%\84Ô\85,-TJ\ 3/=Gæí£ûå\19v\ 6\901qÿl\ 6\16ÂÖPó£vCTì\1dÞTËØ\91åáÑeyùBxÏ\93¡Âí\9ch6K¢ÎÅSyJwn\90\7f\85wRENi½\1d\8d\84\17Ù¬\12Ã\ 3\96Å3Î\16bô\\9bEÖfEPÇZH\13\9a\8bt\81fÔ \81Ës»\1aÛ%Ï\bßѪz÷Ä\84@
+\18\99Ds\9cÄö@Åï@ÿ\9d\1fù\15Ì\80\ 2 LR\96\92\7fz\81úgúÏ7´q,ïÝù\8cc\19uI\ 3$\ 4L££Ê±5\84ïù
+\12ÑÁöÚDá\87òòJ?\8c\8f½\90\95Ø·\994±tδ\b\89\9dÀ\8f7ó"rz`;à\15¬ðfÛîvXÙÌH¦3×^ý\14\97M÷xµ\83UdcwjWÕË\8dD\95±$½è×\81u«ë¤\1eû9)9Ë\86îJw?ï\84\ 1*:\14ÎoÔ\85È!soéÛ\1eQEú\e*³·U\ f\8eÑ&.¸Í]E\ eçÆ®AN)=\8d\[#\97°Ö¸£\vM\ 2Ì+\15Ìÿ\v\87z:\ 5Õ\ 5f¬_mAí!Í\1a\e\98ÛæK\ 5\ f\87¬À3ù\9fOY\16\97C\16mhÅù\ 6\eÔaz ®ÏÖ\95Á\18ôó"zaw\ 5r÷|\18:\122O\16\ 3\19\94\19C\13\ 6K\98ð¾\r9ØÓÃmS\7f£\11\19;òwhR\ 4Ð!çMÄ\ f\ 2\a.[\ 2rª}s\11ÄK\9eM\82åÞÔ\18\97\12=\97\8dÍ,\13\83á¿ßýz{ûîý\9b·\1f\7f1Ï8sɲ°\9b\82°]ÿ qÎ\13V\\ 3"qêR×®f®Ü²¿I\1d%{µw_ú`>c£\ f\82\ fZ{\1câ\95æ\93¶·Ï\ f'IÇ\98\86ÂíÝ©Z(h\94\18\9b\8f6T\17r0\11jD\16¾"Ä\ 1\82\80\91Â\1aþp¤Å²ï];±*)'\81E\17åád\90*]\98\9f
+1ñ·1\84\94I¶ã\94\12¶s\15Ù";\8dþ\87¸\820]\aÐt®ô¢H¥eô¥.\9b\99\9e¾ÇÎ\9fÞº3d\1f6È=®\aSÑÊ÷\ 2\94\13\81»¡<\ 3ôÈ\0T(J(§fí\1a#2h8Kr!\v\87ÁEÙ\14nG_lPÔ\95Ùºå½eÛ`ßÒgàR]\14\90vï`JdF?¯\ 4\930ÐÅóD\0\83¡\8f\1e¯jSÚþ§÷\930\bº«ÜwÐ\15Ï\a(tb»Øä_aâ\1c$\1d\878nÛ¼À\86-m;÷\1a>ÐR\8db\87Ä\98\85>j;Isi2ðã\82ç6q¢DÙ\16\8dÀ_\É\ 3ò  {æÁ\15¤6¤êap\9d\1aÕ´v\7fmðY$I{2uÈGmu<µ:\ eSP©\13-Sç²í+\9båÌÛ¾\19ónhh>ÏòM=¶dØ\f\84M|\9e\82\903ácM¿oÏõ\96\90\1c~\9f@LgMVÊäàn*CÁ\95®>©\9cLÊ£»XÚ¾\1a\bÏõÕFyNlH\r\15N覬+ù!\81\96ßÕ÷\17\1e\eôá*qu¦J4\94Î\8f´2à\82\93\9a¢=\ eï®î\18ï£Ì\96\95-\16\ 3ø©gf<÷$cj\ fD·»\vU\9fü\8e\80\86ï\7fAÆÂ¾Çî\10þúb¯´ß³\12ê­ý\10\v\9b\1fg¡L\v_ª'áOo\85ç\ f®S\9cL±lìL¹ýF«8¤e÷+^æ»Í°4\82Ê\12ß\16¤\13íµß\²ââ7\97,\0\83\13ïÊ\ 4º2Ó»;¶e! \er\bÛµ\91DëÆ2*sñÔðÖ\ 4tи\9c\88Ö)ÂD×g\ 5\9dT\97R\97\97R\97Áÿ\r8©S\94ysû\8fÿ\ 3B>N\9a
 endstream
 endobj
-511 0 obj
+519 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
@@ -4003,39 +4048,35 @@ endobj
 /F5 30 0 R
 >>
 endobj
-509 0 obj
+517 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 511 0 R
+/Font 519 0 R
 >>
 endobj
-514 0 obj
+522 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2613
 >>
 stream
-xÚ\9d\19Ë\92Û¸ñ\9e¯PN¡ªF\\11\0    2·8kg\9dÚª¤âIö°Þª`$hÄ\98"e>f<\7f\9fnt\83\ 4\94\93\93ðh6úýÒf\1fï÷\9bÇ\8dûùËæÝý\ f\1fÄ&ÙÇE²¹?m\92|\93ȸP\9bû\1f\7f\8dþ|6×Þ¶Û\9d\94"*þ¸Ý)\95FÿìÊú\11\8fdôSÙõMûB\9b\8fõVd\11\80\9bC_>mE\1eÙ
-®D\92È4J\92dûÛý_\7fø §§R\1d§ùf§\8a8w¯íZ\ 2\11· {wý\ fk\8e\80.×Q\7f¶´8\fmkáY8¢\83³'\b7\9fEª+\8645\7fk®W\DÖ\1f\94}\87\8b<:4\84     \11æ\11\9d\ 2?ÍìÍ||\ 2H\ 5Âv ¬\84\84UÁE¼`rÇ\&E\9c&Äæó\9blþ²ÍeÔ\96½%©6CO\vG\0.<ÓYÔ\93bΡ\16\90^)Õ\ 4>»%\91|\17\95×7©ü;\8aʶ§¦½ æ,|&\8bºá¡ëË~èK\90)\9cè\88~3G\96ë\ 2\93Ó2N\vFlÚÇÅÃI\16'   ßw\84Çé\13\17Dz»V\ 6¥áÞN=ã:jm7T=AÁó¨¯]\92\17±\ e\95FÐ{\1du= 4-bÝç(õëÐßÁ&\11ÑsÙ\9fI\r\ e®iÉþ\ 1\9aÞêè´¬ép¼\9dd\ 3·ßm&Ý\9b
-¸_\11¤\10±\12ÿ\8b\1c%\80±\99\98ãÑ\1eÙt\9a\e\8b³5ß4§\9b\9b@ëÊqÆÈ<vºÀ\80Q\8d¸\9c\93Á7`æ1i¥pt\ 5¼ÿr\ 6°\9dÈÐo\11\1c\1d:ËÜó"c±ãí¿\17rÌe¬5³¸âhI\12«\94¯ÿp\87\ e½_A\92\888ñP+Aéÿ@b¾\vIÓ¾Æ\96P±ö\1e²«ßFF8\9a+:_G\9b²#Á\r\9d=ò[åia>Å>\96\8a±P ¨ÍÅ.\1eS\ 2\17\ 4\ 3\8f\18ð! Ô\8c½G\ 5:ÝJ ­HÈåRú\ 6\8dD\11\8bDÑÊð   \99\97Ê\ 3óRz\8c];\ 5aùã\89\ eëÆyi\9aÐ\93áç:zÚ¦*2Õà¶d>þ~!`\9dÅÂKø§\8f\9fî?|üùý\92õb
-T\80<\ 5÷)ÍCeG\86\88e\91Æy\1eF\19d\91}>Ù$
-Åì}¾@\11Å9Á\15±ÜîÒL\ 4\89U§ÑûoWSwe³¢w\85\99z'\8a8ÓcTØÉ"      \10À¦*\1fZC\e\11\ 6UõT\1e-\8a»Ø;/\ 5¨sø\89\1dßt\1f\9d¬é\87\96q÷gÓÓÊ©\10~»òRV¦åë\86¾é=-aÆÜ1É\939\ 4/      \95\84äa\82Vûè\81"À¿ö:μÑ\1fºóR8:N|´D«I$\88Ç\19,<ÓÙC?¾       \928´å\ 3Õ\ 5\f@1\ 6!_(b\99oD\ e\99«\ 3iè÷bêò:T¦·7\9fÎ\19\a\1fÎeh\15e\8déÓ \1d\14\b½l²8\15d\88ax\1d\ 5ÕѾäH\8aTèè8\1c,\9d?ãqÓ\1e9\ 6\9fÚæ2+  ÔzÔ\1e\11Σ?\1e_\a\86èúÖ\9aË\1dm.æ\v&Âu­\96\9c    ¬é^æY¥µ\\80\19\ 694\17\90à±»£mYw¶ío\8a\18ÈfÃ\85SG\17\16:\9cc$Ø\8d}*\9b\81eÃ8=Æ\89/1ñ\15\16\8f®\98\8b÷ó8åù\16 £Ú2×M;URß\98ǶmÚI)\vr&\16 æëP\1eðÙ/U\90\ 4Q\82rU÷\ 2\4t\12Øöæ\8b\v·®F-"(\80PùxSz\b¼\7fÆB¶a\18Óö\1dº\81ÜS\94@(d¢Eõ»O;þ\94¿8Z¨å/À9\1d?\9f\91j(ô¨\f®Æ\v20÷%\ 5Ö\999\90©\a\15Pê-\ eV\1dÔU\95+¹TÄîG\17\9c\13`u\1c\95ÎÊJÇJÊ\ 1\ fï,Ôï\8cÊ\85%8s*ww\15¸;­Éø\9a\96³#\1e¹¼°W>®9
-k»j\13'\97¢s\ 1r>T\ 3+Äm½\89á\8e{\ 5\9f\b¨C]\ 2\83\ 3Ò\ 1¨\9f\ 5  \97\8b.¹÷Û\0\9d\f»\e\82Ã\83©*úF¬V×2\17¨\f\8a\83\96Ó´ëp\16\11\13òVâ!1\91C\10G'r*Uû<Þ\17¡,\88\8e\e\91
-\99P¥æ\9c\rE*Ø\85nÏ\ñ\89à\86Ù\86³\81±Õ3\10áÙ\\94¼©\8c³\8ci\9e\823=A¹\°\8fþµÍ\11½sÒ[¬Ê%p\ 2¿p|-ÑYl»Ä­²XNÝ\8bçÈ%1W"@fÄ\12\81J\ 3juÂ\ 6\ 4mTËY\12\91Ú\87\98¬\ 2w#\8b1\15
-dÿÚË\17A\9cõÃïCÛ|am;\88 \fÂ.Ì\12tyó,\96~nu2Ý\99
-\ 1ÍÊ[ó\8cw\0\ 5  ÓcÃ\89\14#f\ 1Í ¾\98\8fî\95#Kd\86­©è $\ 6\1d\ 1ܦ\19jjHrå+\0w÷uhzW¸À95/è\ 3`xP0´þ\83¦¶sÄ(­B\8d1Õéâ\96\83Y~Õlz\81à\82D{¤\8b\91.\9dxÁ    \1e0\0w¦5õ\81\ f]\88\99Ä\eöì°       \8b-غäp68G±-
-1\9fE_|\8d\89\ 52¦eã ã½ï\b\7f¿ì'c-§®\ 1\13ÕÈ\11xÜÑ\9e\f4µ1M}þVW<CX>R\88Ø÷\\9f?\7fÇ+cf^¡\17\16
-&1Çt1#Á2È °á\f\12LD È3¬\9a·F$¡2°J\b\95\11ûR.\8fs\1d&ëO¡E+ÀÒ\9d\96jêÄpÓÙ¾§\8e\ 1w8Y ÕZO\92\14\83\16dÊë2`K\19K\ fñ0\94U\8fn\8cè>ÃCüÆ'_éâFÅ\82\16¿\92¿âò\1d}ØývGÜ     Yij@\7f5\8fÜáÈâó\96V\97\ 2\8dÕ$øY;ç\ 4\8f¿\10\ 2]Ù¤ò©7ãoÎ\14(Kº\9fz´Yç7ªÄ5\7fzlþÖ\84&±Gó±\e±<Ù¶<½,D\97%ñ^\8dÂEeQ\9a\ 3\80L\84Ü\93ú0g\14.´â/4Æ Cl¥\15t\ 4Î\9cñ\18'\94\14\87\a²9WÅà\9e\9bp\154\bp\9eϪ\eþÔ\85 \@\9bËH/\17{,!KT/«aøjº\eÃO§\8a\97\8d\12\97P\ evhÏ@F\1e}¬»\1eH¿»\ 1wb\1f§B\9c`\0 ä:¶µUcÆû\92F\92·ÝÃ$\13ü\14hïǦá6z=\f\90b3Ë\ 5ö\89*m\15\9d\86\16°ñf\96\8d\ fÆW\82\10 \9cQÜ<(GZÙÜÆÉ5+\ 1¯Æh´jNI:M^P]­E\1e\96æ4Å­QÊÒÛ\ e§þ,Îf~E\89Z\ 5Ö$óÔõ3Ðô\9fÀi(Ï\84ý\1a\92\ 5\86\10÷\98\ e\vh\80
-t£g\9d\9döqOÏD¥'Ý\10²I\17HLÓ®ZÛ¡\81úöÀJÐ\ 5Wµ*MÖ&s Hï\97+Ãå\9b\11\16â\18=/¥^[Ñ\94g\81Yë8O\ 3\15q\86\9f\17ié"L\ 2¶±MÄÍ\98Kpóà\13\85J\ 5\87´\90\f\8a®°xöõÐN\88ýX \93=\e\1a:\ 4N>Ë.¸%íá
-«&üå\87\96\ e\86\8e#\a\183&ã,\97,æD®N
-%\ e\83ö¯Í\90\9c\88 ÂQÌp¿krΦ\81Ê«rVSô\9dD\9dL\99\9a}a\9a\90\91%\ 5Æ;æn­ÆêØ\1cù è¤µ¼µh?©Ö<©Ör²õÀ\87¤ï@µ
-fûøÊ¡\1f Íxa·üf\ f\83÷\b\87ér·ê\ 5\9d\93\ 5.­¬Ó·ö\11<[i\bà\98\ 1bô·_\87±[ÄKð- \au\ eµ+Í®\10\94~3\88\85]O' °ÓPÑ) \cMü\9f¡ö¹\1f.\±±\1ax}\1cxe
-u¿\92?\80.7§{\1e\a.¾Hö¡ït3t¢al\e\fEÂʪ\9bWm®æÏ|a·>¸º)Ô.\96\11î^\19IÕew!|TvÉWÊ®¬\88µ
-Ìü\04®ü\17\ 3½²^\19\ 5Oc^\89á\0Ǽ8ùÃ\1185¡<ç\8d\13jàÞ?må\1e{4h\1aÙ&\7f´]ùX\9b¾Yyv1ñý\13\ f\9c¦Î^ûÿ\ 5\8f#\9ey.4~\10w\82\8e\89Z\94 L6³\91\15m|>UÁß7î\89²~«\94\1eÿêÚ¼¿ÿÝ\7f\ 1d\ 1
-\f
+xÚ\9d\19Ërã¸ñ\9e¯PN¡ª,®\b\80\ 4\99[&;\93\9dÔV%\95\87\9d­
+,A\163\14©áÃ\1eÿ}ºÑ\r\12\14i×$\17\v\8ff£ß/oöñ~¿yܸ\9f¿lÞÝÿðAl\92}\$\9bûÓ&É7\89\8c\vµ¹ÿñ×èÏgsím»ÝI)¢â\8fÛ\9dRiôÏ®¬\1fñHF?\95]ß´/´ùXoE\16\ 1¸9ôåÓVä\91­àJ$\89L#ø³ýíþ¯?|\90ÓS©\8eÓ|³SE\9c»×v-\81\88[\90½»þ\875G@\97ë¨?[Z\1c\86¶µð,\1cÑÁÙ\13\84\9bÏ"Õ\15C\9a\9a¿5×+."ë\ fʾÃE\1e\1d\1aÂ\84\bó\88N\81\9fföf>>\ 1¤\ 2a;\10VBªà"^0¹c.\93"N\13bóùM6\7fÙæ2jËÞ\92T\9b¡§\85#\0\17\9eé,êI1çP\v\94j\ 2\9fÝ\92\8bÊë\9b\1dEeÛSÓ^\10s\16>\93EÝðÐõe?ô%È\14NtD¿\99#ËáU\81Éi\19§\ 5#6íãâá$\8b\93\84ï;Âãô\89\8bcÙ]+\83Òpo§\9eq\1dµ¶\eª\9e àyÔ×.É\8bX\87J#è½\8eº\1eP\9a\16±îs\94úuèï`\93\88è¹ìϤ\ 6\a×´dÿ\06~MoutZÖt8ÞN²\81Ûï6\93îM\ 5ܯ\bR\88X\89ÿE\8e\12ÀØLÌñh\8fl:Í\8dÅÙ\9ao\9aÓÍM uå8cd\1e;]`À¨F\ÎÉà\e\98´R8º\ 2Þ\7f9\ 3ØNdè·\b\8e\ e\9deîy\91±Øñöß\v9æ2Ö\9aY\q´$\89UÊ×\7f¸C\87Þ¯ ID\9c\95 ô\7f 1ß\85¤i_cK¨X{\ fÙÕo##\1cÍ\15\9d¯£MÙ\91à\86Î\1eù­ò´0\9fb\1fKÅX(PÔæb\17\8f)\81\v\ 2\81G\fø\10\10jÆÞ£\ 2\9dn%ÐV$är)}\83\88(üE¢heø\84ÌKå\81y)=Æ®\9d\82°üñD\87uã¼4MèÉðs\1d=mS\15\99jp[2\1f\7f¿\10°Îbá%üÓÇO÷\1f>þü~Éz1\ 5*@\9e\82û\94桲#CIJHã<\ f£\f²È>\9fl\12\85bö>_ \88â\9cà\8aXnwi&\82ĪÓèý·«©»²YÑ»ÂL½\13E\9cé1*ìd\91\ 4\b`S\95\ f­¡\8d\88®m\83ªz*\8f\16Å]ì\9d\97\ 2Ô9üÄ\8e\8fNÖôC˸û³éiåT\b¿]y)+ÓòuCßô\9e\960cî\98äÉ\1c\82\97\84JBò0A«}ô@\11`á_{\1dgÞè\ fÝy)\1c\1d'>Z¢Õ$\12Äã\f\16\9eéì¡\1fß\ 4I\1cÚò\81ê\ 2\ 6 \18\83\90/\14±Ì7"\87ÌÕ\814ô{1uy\1d*ÓÛ\9b\8c\83\ fç2´\8a²Æôi\90\ e
+\84^6Y\9c
+2Ä0¼\8e\82êh_r$E*tt\1c\ e\96Î\9fñ¸i\8f\1c\83Oms\99\95\ 4j=j\8f\bçÑ\1f\8f¯\ 3Ct}kÍå\8e6\17ó\ 5\13áºVKÎ\ 4Öt/ó¬ÒZ.À\f\83\1c\9a\vHðØÝѶ¬;Ûö7E\fd³á©£\v\v\1dÎ1\12ìÆ>\95ÍÀ²a\9c\1eãÄ\97\98ø
+\8bGWÌÅûy\9cò|\v\90Qm\99ë¦\9d*©oÌcÛ6í¤\94\ 59\13\8b\ 4óu(\ føì\97*H\82(A¹ª{\ 1.\1a:   l{óÅ\85[W£\16\11\14@¨|¼)=\ 4Þ?c!Û0\8c\ eÝ@î)J \142Ñ¢úݧ\1d\7fÊ_\1c-Ôò\17à\9c\8e\9fÏH5\14zT\ 6\ 5\19\98û\92\ 2ëÌ\1cÈÔ\83
+(õ\16\a«\ eêªÊ\95\*b÷£\vΠ     °:\ e¾ÜJge¥c%å\80\87w\16êwFåÂ\12\9c9\95»»
\9dÖd|MËÙ\11\8f\^Ø+\1f×\1c\85µ]µ\89\93Kѹ\09\1fª\81\15â¶ÞÄpǽ\82¸íO\ 4Ô¡.\81Á\ 1é\0ÔÏ\82\84K"ÓE\97Üûm\80N\86Ý\8d uÁáÁT\15}#V«k\99\vT\ 6ÅAËiÚu8\8b\88 y+ñ\90\98È!\88£\139\95ª}\1eï\8bP\16D\16\8dH\85L¨RsÎ\86"\15ìB·g®øDpÃlÃÙÀØê\19\88ðl.JÞTÆYÆ4O\91\99\9e \.ØGÿÚæ\88Þ9é-Vå\128\81_8¾\96è,¶]âVY,§îÅsä\92\98+\11 3b\89\ 1µ:a\ 3\826ªå,\89HíÃ\14\LV\81»\91Å\98
+\ 5²\7fíå\8b Îúá÷¡m¾°¶\1dD\10\ 6a\17f        º¼y\16K?·:\99îL\85\80få­yÆ;\80\ 2\10\90é±áD\8a\11³\80f\10_ÌG÷Ê\91%2ÃÖTt\10\12\83\8e\0\f55$¹ò\15\80»û:4½+\à\9c\9a\17ô\ 10<(\18ZÿASÛ9b\94V¡Æ\98êtqËÁ,¿j6½@pA¢=ÒÅH\97N¼à\ 4\ f\18\80\9aúÀ\87.ÄLâ\r{vØ\84Å\16l]r8\e\9c£Ø\16\85\98Ï¢/¾Æ¥æÄ\ 2\19Ó²q\90ñÞw\84¿_ö\93±\96\80\89\b<îhO\ 6\9aÚ\98¦>\7f«+\9e!,\1f)Dì{®Ï\9f¿ã\9513¯Ð\v\8b\11x\ 5\93\98\98\91`\19d\10Øp\ 6 &"Pä\19VÍ[#\92P\19X%\84Ê\88})\97ǹ\ e\93õ§Ð¢\15`éζrK5ub¸élßSÇ\80;\9c,Ðj­'I\8a$öA\v2åu\19°¥\8c¥\87x\18ʪG7Ft\9fá!~ã\93¯tq£bA\8b_É_qù\8e>ì~»#î\84,âY ¿\9aGîpdñyK«Ë8r\81Æj\12ü¬\9ds\82Ç_\b\81®lRùÔ\9bñ7g
+\94%ÝO=Ú¬ó\e\9a?=6\7fkB\93Ø£ùØ\8dX\9el[\9e^\16¢Ë\92x¯Fᢲ(Í\ 1@&BîI}\983
+\17\17\1acÐ!¶Ò
+:\ 2gÎx\8c\13J\8aÃ!ð\ 3Ù\9c«bpÏM¸
+\1a\ 48ÏgÕ\r\7fêB\10. Íe¤\97\8b=\96\90\97Õ0|5Ý\8dá§SÅËF\89K(\a;´g #\8f>Ö]\ f¤ßÝ\80\8fS!N0\0Pr\1dÛÚª1ã}I#ÉÛîa\92 ~
+´÷cÓp\e½\1e\ 6\99å\ 2ûD\95\8aNC\vØx3ËÆ\aã+A\bPÎ(n\1e\94#­lnãä\9a\95\80Wc4Z5§$\9d&/¨®Ö"\ fKs\9aâÖ(eém\87S\7f\16g3¿¢D­\ 2k\92yêú\19húOà4\94gÂ~\r.fÉ\ 2C\88{L\87\ 54@\ 5ºÑ³ÎNû¸§g¢Ò\93n\bÙ¤\v$¦iW­íÐ@}{`%è\82«Z\95&k\939\10¤÷Ë\95áòÍ\b\vq\8c\9e\97R¯­hʳÀ¬u\9c§\81\8a8ÃÏ\8b´t\11&\ 1ÛØ&âfÌ%¸yð\89\82CZH\ 6EWX<ûzh'Ä~,\90É\9e\r\r\1d\ 2'\9fe\17Ü\92öp\85U\13þòàqK\a\91\ 3\8c\19\93q\96K\16s"W'\85\12\87Aû×fÈ·rND\10á(f¸ß59gÓ@åU9«)úN¢N¦L;0MÈÈ\92\ 2ã\1ds·Vcul\8e|\10tÒZÞZ´\9fTk\9eTk9ÙzàCÒw Z\ 5³}|åÐ\ fÐf¼°[~³\87Á{\84Ãt¹[õ\82ÎÉ,ã\ 2\97VÖé[û\b\9e­4\ 4pL\9eå\01úÛ¯ÃØ-â%ø\16\90\83:\87Ú\95fW\bJ¿\19Ä®§\13\10Øi¨è\94\ 4®±&þÏPûÜ\ f\17®ØX\r¼>\ e¼2\85º_É\1f@\97\9bÓ=\8f\ 3\17_$ûÐwº\19:Ñ0¶\r\86"aeÕÍ«6Wóg¾°[\1f\14j\17Ë\b\8c¤ê²»\10>*»ä+eWVÄZ\ 5f~\0\1a\17\ 3½²^\19\ 5Oc^\89á\0Ǽ8ùÃ\1185¡<ç\8d\13jàÞ?må\1e{4h\1aÙ&\7f´]ùX\9b¾Yyv1ñý\13\ f\9c¦Î^ûÿ\v\1eG<ó\hü î\ 4\1d\13µ(A\99lf#+Úø|ª\82\7f߸'Êú­RzüW׿ýýïþ\v \ 1
+\ e
 endstream
 endobj
-515 0 obj
+523 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
@@ -4043,26 +4084,31 @@ endobj
 /F1 10 0 R
 >>
 endobj
-513 0 obj
+521 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 515 0 R
+/Font 523 0 R
 >>
 endobj
-518 0 obj
+526 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2129
 >>
 stream
-xÚ\9dYm\8fã¶\11þÞ_áE¯\88\1cD<\89"õ²A±¸ ¹6\ 5ú¡Í\ 2÷!\97Cd/½V+K®$ßÞö×w\86CÊÔ\8aÖúúIoôp^\9eyf\86^E,\8aV\8f+}ùËê\87û·ïù*\8eX\11¯îw«8_Å        +ÄêþÇ_\838æë\90gY.\83\1fÊ~¿\ e\93$  þ©vªSÍVá£\bþ^6k\9e\ 5§²^ÿvÿ··ï\93³¬\10\88W¡(X®ÅÝÐ
+xÚ\9dYm\8fã¶\11þÞ_áE¯\88\1cD<\89"õ²A±¸ ¹6\ 5ú¡Í\ 2÷!\97Cd/½V+K®$ßÞö×w\86CÊÔ\8aÖúúIoôp^\9eyf\86^E,\8aV\8f+}ùËê\87û·ïù*\8eX\11¯îw«8_Å        +ÄêþÇ_\838\16ë\90gY.\83\1fÊ~¿\ e\93$  þ©vªSÍVá£\bþ^6k\9e\ 5§²^ÿvÿ··ï\93³¬\10\88W¡(X®ÅÝÐ
 g7\991Y¬"ýõ\97¡ì\ 6\90\99¦A\89\97,ØWýÐvÏôÐ\9f6ýP\r§¡j\9bïàU&\ 3õe«\8eæ'O{ÕÐÂ][×-ªô´æy \1eèû\ 6ß<OÄ÷Çr«\8c¨¡ÜØ»½¢Ïª1?mw¨7h\19\82gbò\f­ÊÒ ®\1a-#Ï\83ßg\ e\10)\93ƺ?ÏmgYb>~C²Ú\ e¯\99G\10\17fåÇÀ'\87»r2Xd¼\ 12QÑ\97Òdqöºú2<Öíf&U\b\ 6P 5ý^Õ5\89n\8fè\7f\12]õôN5å¦Ö~\86\87S_5\8f\97·\8eaïB\8erAÜlç0\11\92¥\19y[ê\85\9bSU\ fUóqÍæ\18#\b\85qÎÒÂEYáõt3w_ÌòÔ|ÕÐ&\94\ f-]·íáPj$À\ 3\ 6\9b\ 4\bǤ\983\99]\94\9f²È\8a÷h\1fg)ã\9cÔ7I\12Îô\8fc&Ò\8b\e\0Èâä²\ 1\84\92¹þ\11Ë.\8b/Яô\11ÍïIئÜbBýÛkRÎ"1\89Èrâ/)}ìÔçª=õÄ5Æ\ 4\ e\85\10Áý¾2ï+£UI\97þ¹i5)=\1fèÅ®5ò=\99\95æÌ*r\13Æ3Eã\8cÅ6¸ßx¬MDÂÒt\12À%üõC\87ùñ\95 \1cÝqhû\81LîÔVi\eõ3wq*`\17 RÊCøÑS5ìgQç\89dB.kÅ3\96,`7á\11\9bÆùn\11ºî.\8e\1cP$\8dÍ\92_ï~\9bG b\92»l`\1d\ 4\1c­\1d\94æ\96´së ø4q\10<\9f\1d\ 4˶\84\8f¡¬\9aQ%×9\2\99~\8dsB)2\0¤)\1dCWV5ù?õÕ\85,a\96Ðï^ãs\10w(×<µÅk\ 3\15\19Ê\9a.I\18yʵ±0µ\87j\18\94á«jwÆÏK\eÓ\82%Ù²\89
 \v\\9bb\9eê\8a\e\1d\ eê¡*\aU?\e~°å\16 Y\12(\eõ\84\ 4âc\f\99³|Âá\9f^Ï¡x^mc\96X·^!\80_#`R\97 \9aK××ÿ8UÄ\82\84ÿ\17§CA\8aÊ\v\80ê\91ÂU"
-\85\ 5ª(\82ºìÍ+\ 3Ll"$\aØ\1eërë\ 5e&Y\91û|à\86,cÂFÕ\9f÷\12{2\8f\1f\!\9cå±\9b÷`{\163>©É?ýçT}^K\19\945æYn\89\bRò¥_Ó\8ceVÞÍÍmÿv\16\1c\ e\91ÿ\9að¾õ\85\97_\11^9\15àO;\ fD¹È±\8e»d÷ÇÅ¢vo)Û\90PÕ)\ f\86\82RT'\f¢%\e³ªoiÕ®ì\8cJ16çQá6>\1c\1a\88Do           Í _\97)\ f\v\ eí¤îÉDð£ê«Ç¦\84\9f³«Àf?ä\ 5\8b2-åÃ:\1f\7fZ\ 4\ fÎO¡É\8d\82\91ÇÐèi5á\95&a¸öªVÛ\81¾âï:»à       m\ 3\91FÄ®k\ fæ\97ÚIp£>#Ã\19\1c!\9bæ"xG\92æì\99\b¸³ ¿}­¯Ö\8a\1dË\ eÈ©?ïJ Nc\96\13õÈ\82\11Ï\ 2\89ɶúÈe¶-©ÿ\15\894và\1am\aÞXKééì<0)\ 3\86øÙÈDB×ô\88\ f\e\92O2GúÆ/Hß/ŧV|â\88§ùD\ f[NÓLr\1f«¦'\18h>ÐwÈÈ\99¯\e\82,\1f=ûi±2é\99GxD\80\ 2ܲÔ\9bÅàh\11É\ 5\11V\8boÿ\7f\11V\8bð\1aChöò\19\ 4\85>²¢þ´¨\r\ 27\95c\ 6õäeÊ\18\10Msò\ 1±ebC\19\ 2\9fLJdÂ\ e\96     _c&*\81\93èt\11M\9f\1aÌ1°ì´O¢x#ª\f\80d\80\10îú\81\1e¦`5}\85Þ\v¿>¨¦5H\94c9Ç\85\91\11\15üWu-\8ed\0íÂ5\1a\17i£q\19 Ou£\9c\8aȰ\9dàZ\ 6ÛS×\8dÍ\9a°¼è\ 3µMå\a\8dm\8cà\1e\aÏÚ°©\1eí{ª]Èp       6\19:b ã=©J¿R_Êñ&'¾èJ\88\19¯\1ecl:j\9a)lÓ^\b\9ca¶Ð\1dé \16î\10\93\82ò\1fhR\87÷Ï:¹OøÀ±\1c¤T\ eÒÀ\88\19\ 1°\8a¨X\12\1dÎÏ*Îó«mâºs[2vp\rÕ\9a¡\1dÚ«¦ì\9bÛ7W»\83\v\83A¼¡Î\aïÊîñt\18ãÎ\ 5\ 1\9c\8bô¼Ø1\10\1f\9d\ 10\96f\0Ä÷c\87\8cBl\87¬¿ôû\16àר\a×/\84%O§\ 2\1f\13\9bÎ7sûp\9a\91\97\9b\84\9ccKí\8e\82»ê\96_\ f\1a\1e\9bÈÂM¯`Fy û©\9fð\8d&\ 2\99{àÎÌ=)-\8d\9c~\ 3¥\9e\aCx2\ 5\81ó±$NüS+(E¶epë/L/¶\9dÛU^'¥Óî17Ô4¢ç¯ª3\99JìhÉ@\8f«#-a~:\rÈíb\8e\92Ç#\92aÉéÕ\16mFö\9c       [\1a¢¥º1ì§Ú\9a3     à\96$°§\r\a:\1aµcÐñXWÔ?`\1e\93Í6#íÕxALÏ\9dÎ\9b¼l{Ã\\17 ÇµÍu6\v¿Í\8bçWd3\1fÛ\10_
-¤ØG:\ 1ùt]\97<\16&ÂÄ\19ïß[¿\94\83õÔw£SÒ3NâkHëÍuÊ\98Ùì\85\eä\97ú\ 3ß\ 6S\88\1fÊa\8b¶ì\9dª6¢f\ 4\84=úI^\1cýx»\9f¼8çàݵçQ\17Îdî^ë°±Þª²Ó£ðÞ\ 3Q^\b\16OÒÿËüHú,2\Ò÷yñøó\9dqPÙ<\1aO·»)XúïÉ­s\9f\150\1dÆK*ð\8b*¤¬(¦þ(7\e<¸4¼î\8d\11´k©­%\91ÿÌW^µ£wZ\85\89Ûuø·\8b¸|§O÷#ã­Èrqt\ 6ªÎ9h<Æ\7f\¢Ä\7f¼\9f\b&\93%þLF.aÔê\99SÜÈp`DÓ       \¦§¸\117§¸\91\80)x<ª\8aÃ7¯\1dãê\9d\7f\1eH\9cÝ\17ú]R¤lè\85ê:3[AC!ð¸Ïý\a\b§^.q\ e¦\9bß}Y\14ñ«æ\18\92 \8fë¸n\95:#Të\ 6×\7f\9d¨¾Ã\84¨O\f\0Í\ e\89pAý\e·\7f_ÁÍd¤FÔ#a\8c\1f\ fÇÁ\92\f\17\96\ 5´X»c§\86S×hJâºq×~\80Ñ;\93\93&j$æmÙÓáÞê§û?ü\ fo\85       v
+\85\ 5ª(\82ºìÍ+\ 3Ll"$\aØ\1eërë\ 5e&Y\91û|à\86,cÂFÕ\9f÷\12{2\8f\1f\!\9cå±\9b÷`{\163>©É?ýçT}^K\19\945æYn\89\bRò¥_Ó\8ceVÞÍÍmÿv\16\1c\ e\91ÿ\9að¾õ\85\97_\11^9\15àO;\ fD¹È±\8e»d÷ÇÅ¢vo)Û\90PÕ)\ f\86\82RT'\f¢%\e³ªoiÕ®ì\8cJ16çQá6>\1c\1a\88Do           Í80QÊ\83\ fë\82C;©{2\11ü¨úê±)¡\97îçì*°Ù\ fyÁ¢LKù°ÎÇ\9f\16Á\83óShr£ Ôvä14zZMx¥I\18®½ªÕv ¯ø»Î.xBÛ@¤\11±ëÚ\83ù¥v\12ܨÏÈp\ 6GȦ¹\bÞ\91¤9{&\ 2î,Èo_뫵bDz\ 3rêÏ»\12¨Ó\98¥\13öD=²`ijÀZjb²­>r\99mKê\7fE"\8d\1d¸FÛ\817ÖRz:;\ f\80!~62\91Ð5=âÃ\86ä\93Ì\91¾ñ\vÒ÷Kñ©\15\9f8âi>ÑÃ\96Ó4\93ÜǪ頠   \ 6\9a\ fô\1d2ræë\86 ËGÏ~Z¬Lzæ\11\1e\11 \0·,õf18ZDrA\84ÕâÛÿ_\84Õ"¼Æ\10\9a½|\ 6\8f¬¨?-j\83ÀMå\98A=y\992\ 6\9c|@l\99ØP\86À'\93\12\99°\83¥pÂ×\98\89Jà$:]DÓ§\ 6s\f,;í\93\88*\ 3 \19 \84»~ \87)XM_¡÷¯\ fªi\r\12åXÎqadD\ 5ÿU]\8b#\19@»p\8dÆEÚh\\ 6èSÝ(§"2l'¸\96ÁöÔuc³&,/ú@mSù\81Ètc\e#¸ÇÁ³6lªGû\9ej\172\\82M\86\8e\18ÈxOªÒ¯Ô\97òp¬É\89\12bÆ«Ç\18\9b\8e\9af
+Û´\17\ 2g\98-tG:\88\85;Ĥ ü\a\9aÔáý³Nî\13>p,\a)\95\8340b\ 6\18w\0¬"*\96D\87ó³\8aóüj\9b¸îÜ\96\8c\1d\Cµfh\87öª)ûæöÍÕîàÂ`\10o¨óÁ»²{<\1dƸsA\0ç"=/v\fÄGg\0\8c¥\19\0ñýØ!£\10Û!ë/ý¾\ 5ø5êÁõ\vaÉÓ©ÀÇĦóÍÜ>\9cfäå&!çØR»£à®ºå×\83\86Ç&²pÓ+\98Q\1eè~ê'|£\89À]næ\1e¸3sOJK#§ß@©çÁ\10\9eLAà|,\89\13ÿÔ
+J\91m\19Üú\vÓ\8bmçv\95×Ié´{Ì\r5\8dèù«êL¦\12;Z2ÐãêHK\98\9fN\ 3\98£äñ\88dXrzµE\9b\91=gÂ\96\86h©n\fû©¶æL\ 2¸%      ìiÃ\81\8e\18t<Ö\15õ\ f\98Çd³ÍH{5^\10Ós§ó&/ÛÞ0×\ 5Èqms\9dÍÂoóâù\15ÙÌÇ6Ä\97\ 2\91N@>]×%\8f\85\890qÆû÷Ö/å`=õÝè\94ô\8c\93ø\1aÒzs\9d2f6{¡Éò\ 6ù¥þÀ·Á\14â\87rØ¢-{§ª\8d¨\19\ 1a\8f~\92\17G?Þî'/Î9xwíyÔ\853\99»×:l¬·ªìô(¼÷@\94\17\82Å\93ôÿ2?\92>\8b\f\97ô}^<þ|g\1cT6\8fÆÓín
+\96þ{rëÜg\ 5L\87ñ\92
+ü¢
+)+\8a©?ÊÍ\ 6\ f.\r¯{c\ 4íZjkIä?ó\95Wíè\9dVaâv\1dþí".ßéÓýÈx+²\\1c\9d\81ªs\ e\1a\8fñ\1f\97\1fï'\82Éd\89?\93\91K\18µzæ\1472\1c\18Ñt\ 2\97é)nÄÍ)nä\1d:`
+\1e\8fªâðÍkǸzç\9f\a\12\85~\97\14)\ez¡ºÎÌVÐP\b<îsÿ\ 1©\97K\9c\83éæw_\16Eüª9\86$èã:®[¥Î\bÕºÁõ_'ªï0!ê\13\ 3@³C"\PÿÆíßWp3\19©\11õH\18ãÇÃq°$Ã\85e\ 1-ÖîØ©áÔ5\9a\92¸nܵ\1f`ôÎä¤\89\1a\89y[öt¸·úéþ\ fÿ\ 3§õ   x
 endstream
 endobj
-519 0 obj
+527 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
@@ -4071,24 +4117,24 @@ endobj
 /F1 10 0 R
 >>
 endobj
-517 0 obj
+525 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 519 0 R
+/Font 527 0 R
 >>
 endobj
-522 0 obj
+530 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 1572
 >>
 stream
-xÚÅXI\8fÛ6\14¾÷WøP$rQsDRknÓ´I\13 @\97É©)P\8eL\8fÕÈ\92G\9423ÿ¾ïñQ\8b%Ûã¦\ 5z±$.oùø½\85^øÌ÷\17w\vûx»øîæê\8dXp\9f¥|q³YðdÁ%K\83ÅÍ÷¿{¯·jßèz¹\92Rxé«å*\b\83ÉË;\1c\92Þ\8f¹iªú\89\95K\11y°\eMþy)\12O\170%8\97¡\a?Ë?nÞ_½I\aU+°\80/VAÊ\12«í\91VÈaEÄÒtáÛÉohrdiè³ÈM^ßÞÖús®\1a\96?gÊ"Ébî\96Ï\15\85,\16nrõõL\13ç,èT½\9c»ÁeÂ\82\ 4\9e)ãâ´\ 2Ù)\98{ÂYò¿¸bϵÈ?áÁiú\9a«\13)\8b\92\93êÎ\1fÑàõËoÉ\9dÛ¶¡\97j\977ÎÅfk\95\a\8c\9b}X\8aØ«ê5C\99\0m\14"'G\10¿ÛÀÂXx\8a\1eÝzüâÞZ\9bü®TÀM\9aÍ\r\8d\9bv¿/r½v{òf[YsPNIOý\19\12ùÛ¸]{`1°9Ë?\8a0ÎT\93W%z\93pg9lÛã¡U­¡¯¬ÚíT¹v¶\adºd<´¦çÎíÖXKÀou\b\84´VD\9d\15\8c\18\98~\8a¸Rà\88\88\95\982Éär\15FÂû©\ 2 \80\80µU×fÎ\00GÂæ\94   
-»ë\8d\rq\ 1n[ý\ 24W{tR\154<\80\8bs\ 3¸\0\82\b\12ï   m­Z\9c\r½\f\81ÄMj½v/ô0ú¾ÕeÖ)ØÐhUj÷âLØUõd\893*ö6UQThÊ\ 3& ãØî*{V½û\8euZe¸qK_pX\99^\13øÀH\9cq9L\1dÄ\9c\1c£\16\ 5ΫcDï\82î%\9bm^ñ\10Nî Clç"b\16v\91ô«ÞYG)\8bR`*¢JS«¼è\13ð^5ÛRí\1ck\80vDU@µÄý\8ds¿ÐÊ\8a\ 4,(\9e&±·Õj}Ät2ËZ.­mÍ?·¼(\x\83\8a\8bM7§lï\83¤\ 1$Î[LX×ÿ\rÖ¦ý("þè²×Æ-é\8cÙTõî$yâ\98ñN\1f\9b%ØQ\964íf\93?Îì\95!\8bø$\91Np\19%\8f[e4"{\ 4\e\11G\88Ê\b\1cýåÇÙ§òáDF\80\ 5\1d`\97\1cÑþ¬\15?×9qbB\80R?\90¦.ß\1eV\98uE³eå\ 6ô£ÎÚÆmÎ\9bKØ~\7fÖ°_Úª\13×\eeÚ[Óä\rèY÷¥,ÂìI\84\86
-c2µïOmÓÖ°µî\10s{!ù\9aKp{¼È¼ Ã,\b\ 5C¥5´Ð\96"\1c\86âHoGø\9cp\16ÇNÉýÙd\88>CÏHg\ 2 ¹Q\9fèÕ\9diuÜ\f·ÞìU¦\8d\93Ò¨[x¥Ä\9fÄ,HÇ\99¿?\7f`\ 5pP_\84\9f¹\9aEã¸Cª\8aõ\11çY\10¸ù«c±Üù\8eì¼`ó8ÌY(Ç.ýÖ\9f\15-\rFz  \ 4SE#QB\ e\19ccÛ 0q$\bc\ f\8bcm[-\18¥\8a\99em]S}Æ\15\90ߦ*9ô\e¾\98"spu`IÇ\8a¼$9Ne2ê«(\8eÃÈÃSbÐµðØ»¶w\87'\1a_ë"\87æP×tÔBp\16º"O×\92\9dr%[Ä>\94ï\15å&\ 1\8d\17µTø\86\ 6às_(Ûs@\1fg\e\8aX\1c#4\ f\99LO\9e˸\8d\ 5\83\ 3\9b­Ó8\18k?G¦ñCÓî1\18×4\ 1ÆÍÐ\8d\ 4\vÎ\81\ec§ã÷T\9fî\17>\92ç\f!ÄÐÅSl£!\8a \86ÄÀ¢xL=¼ã\15xt~\ 2õÄ6O\9f\f´ç[ô\1fîs¶ýöÓ#X¦\11\ 6&)zq\16J\92®öXø\81\1aª6$ó\b:aÂÒð\8cw@½¸ó\ e\93\ 5Çüî¤\19ÒSkK\855\8dº¦oª'       Y Ï\9dBÀ°/ä\16\89k\12x\120Gâ8µm÷\80ðCnëhâ\13\95Â\ 5^æ¸Ær À\8bg\1aÐU\98\84DQ\94\85Ñn{y¼±\8cø\8as\16\1dx\ e\r¿\1dÝÐb\8báhUo\9e»¨Á\12ê«\15^ú­Ì8\85\16\8e|\ 6\97£hìr_#órß\15iJ\ 2Ïgê\17Ïô)\1d\89\9aI_6º\98\8d\8b38{\89VºfÐukTj\8eÚÒñïµ\82,DY"ì¶Uå\1d^æq\0«] \82!3à\87ê.¥ø1j·j·gëÖ¹ä\99×NúÁ%\91\86\J\8d!¥~0\9dHL\85øÌªò¯¶ÌÐwrë\90\8eÍöTÿ*â!±\9bç/ù®\89\90A\1fÉò \95í\80º;V}¡SNþMõ\95_\}G!äZl[7eß\v\81Cslà^\98^\18\95ón<\98vãoϲü\1a\88ò4i7\ f/ŧ. ¾?ðÓ\9c5\93DL®Ñ\ e\ eê\ e0ºªùµZô\8d.}Ù\ e`|Á<øg\85þ×ùáæ«¿\ 1¿þ\1cH
+xÚÅXY\8fÛ6\10~ï¯ðC\91ÈEÍ\15I\9dyÛ¦M\9a\0\ 5zl\9e\9a\ 2åÊôZ\8d,yE)»ûï;á\ eK¶×M\vôI\12\8f\99o>ÎE-|æû\8b»\85}¼]|wsõF,¸ÏR¾¸Ù,x²à\92¥Áâæûß½×[µot½\I)¼ôÕr\15\ 4¡÷Áäå\1d\ eIïÇÜ4UýD\1fïÊ¥\88<X®²&ÿ¼\14\89§\v\98\12\9cËÐã<\þqóþêM:¨Z\ 1\ 2¾X\ 5)K¬¶GZ!\87\15\11\85o'¿¡É\11ÒÐg\91\9b¼¾½­õç\5Ú\10\96?gÊ"Ébî\96Ï\15\85,\16nrõõL\13ç,èT½\9c\9bÁeÂ\82\ 4\9e)ãâ´\ 2Ù)\98[ÂYò¿\98bϵÈ?áÁiú\9a«\13)\8b\92\93êÎ\1fÑ`õËoÉ\9cÛ¶¡\97j\977ÎÄfk\95\a\8c\9b}X\8aØ«ê5C\99@m\14¢O\8e(~·\81\85±ð\14=ºõøÅ½µ6ù]©À7i674nÚý¾ÈõÚíÉ\9bmeá \9c\92\9eú3JÒ%úoãvíÁ\8bÁ\9b³ü£\bãL5yU¢5    wÈaÛ\1e\ f­j\r}eÕn§ÊµÃ\1e\10tÉxh¡çÎìÖX$`·:$BZ\14Q\87\82\11¯\1c\ 3ÓO\91W
+\1c\11±$µ\12S&\99\®ÂHx?U \ 1\18°Xumæ\1e\0p$lN\99 °»ÞØ\10\17`¶Õ/@sµG#UAÃ\ 3¹87\90\v$\88 ñ\9e\10kÕâlèeH$nRëµ{¡\87Ñ÷­.³NÁ\86F«R»\17\aaWÕ\93%\ eTìmª¢¨\10Ê\ 3& ãÜî*{V½ùÎë´Êpã\96¾à°2½&òÁ#qÆå0u\10srÌZÌd\17\8e9z\17t/Ùló\8a\87pr\a\19b;\17\11³°\8b¤_õÎ\1aJY\94\ 2S\91«4µÊ\8b>\ 1ïU³-ÕÎy\r¸\1d¹*°ZâþÆ\99_heŹ}\ 2\16\14O\93ØÛjµ>\ 2\9d`YäÒbkþ9ò¢pá\r*.\86nNaï\83¤\ 1&Î#&®ëÿ\86kÓ~\14\11\7ftÙkã\96t`6U½;é<qÌx§\8fÍ\12ì(K\9av³É\1fgxeÈ">I¤\13^FÉãV\19\8dÌ\1eáFÄ\11²2"G\7fùqö©|8\91\11aAGØ%G´?\8bâç:'\9f\988@©\1fHS\97o\ f+̺¢Ù²r\ 3úQgmã6çÍ%Þ~\7f\16Ø/mÕ\89ëA\99öÖ4y\ 3zÖ})\8b0{\92CC\851\99Ú÷§¶ikØZw\8c¹½\90|Í%¼=^\ 4/è8\v\82    ¼`¨´\86\16ÚR\84ÃP\1céí\88?'\9cűSr\7f6\19¢ÍÐ3Ò\99\800hnÔ'zugZ\1d\87áÖ\9b½Ê´qR\1au\v¯\94ø\93\98\ 5é8ó÷ç\ f^\ 1>¨/âÏ\Í¢qÜ!UÅú\88ñ,\bÜüÕ±XîlGï¼`ó8ÌY(Ç&ýÖ\9f\15-\rFz  \ 4SE#QB\ e\19ccÛ 0qN\10Æ\1e\16ÇÚ¶Z0J\153ËÚº¦ú\8c+ ¿MUrè7|1eæàêÀ\92Î+ò\92ä8\95ɨ¯¢8\ e#\ fO\89A×ÂcïÚÞ\1d\9eh|­\8b\1c\9aC]ÓQ\vÁYè\8a<]KvÊ\95l\11ûP¾W\94\9b\ 44^ÔRá\e\ 2Àç¾P¶ç\80>Î6\14±8æÐ<d2=y.ã6\16\0\aBz7[§q\0k?GÐø!´{\fÆ5M\0¸\19»\91`Á9rcìtüÞÕ§û\85\8fÎsÆ!ÄÐÅSl#\10E\14Cb`Q<v=¼ã\15xt~\ 2õÄ6O\9f\f´ç[´\1fîs¶ýöÓ#\¦\11\ 6&)zq\96J\92®öXøÁ5TmHæ\11\84¥á\19ëÀõâÎ:L\16\1có»\93fHO­­+¬iÔ5}S=IÈ\ 2\14\ 2\16\86}!·L\\93À\93\849'\8eSÛv\ f\f?ä¶\8e&>y\ 6½R¸ÀË\9c×X\ e\ eðâ\99\ 6t\15&!¹(ÊÂh·½<ÞXFþ\8as\96\1dx\ e\r¿\1dÝÐbËáhU\ fÏ]Ô`       õÕ
+/ýVf\9cB\vG6\83ÉQ46¹¯\91y¹ï\8a4%\81ç3õ\8b\94Î\89\9aI_6º\98\8d\8b3\18{\89VºfÐukTj\8ebéüïµ\82,DY"ì¶Uå\1d^æq\0«] \82!3à\87ê.¥ø1j·j·gëÖ¹ä\99×NúÁ%\91\86\J\8d!¥~0\9dHL\85øÌªò¯¶ÌÐv2ëÐ\1d\9bí©þUÄCb7Ï_ò]\13!\83>\92åA+Û\11uw¬úB§\9cü\9bê+¿¸ú\8eBȵضnʾ\17\ 2\83æÜÀ½0½0*çÝx0íÆß\9eõòkp\94§I»yx)>u\ 1ñýÁ?ÍY\98$br\8dvtPw\80ÑUͯբotéËv\0ã\væÁ\9f\15ú¯óÃÍW\7f\ 3è,\1cJ
 endstream
 endobj
-523 0 obj
+531 0 obj
 <<
 /F2 13 0 R
 /F9 84 0 R
@@ -4097,13 +4143,13 @@ endobj
 /F4 26 0 R
 >>
 endobj
-521 0 obj
+529 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 523 0 R
+/Font 531 0 R
 >>
 endobj
-526 0 obj
+534 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 100
@@ -4115,27 +4161,27 @@ N!
 !i
 \86\16
 \86Æz\96&
-!.Ñ\1a\86\86&\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19§\17:
+!.Ñ\1a\86\86f\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\1a\ f\17<
 endstream
 endobj
-527 0 obj
+535 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-525 0 obj
+533 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 527 0 R
+/Font 535 0 R
 >>
 endobj
-530 0 obj
+538 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2877
 >>
 stream
-xÚ\9dY[\8fÛ¸\15~ï¯ðC\81ÈÀX\11)ê¶OmÚ¦Ø\ 2\8b\0Ýi\17\8b¦ÀjlÚVÇ\96\fQJ2ÿ¾çF],e\92öI\14I\91çú\9d\8b6Q\18E\9bÓ\86\1e\7fݼ{|û^oT\14\16jóxܨ|£â°0\9bÇ?ÿ+øÓ¹¼u¶ÝîâX\a*úa»3&     ~¬]W^.U}Â\858xWºóv§\93"J\ 3¥\92í¿\1fÿöö½Ú¨,Ôtä\ enR\9b\9d\9cNUÑv\97¤z~N\96ð9ôñ\94\1e\83Äìt\1eÆ\8a¾~<W\ eé\88\82ýV§\81§ÐÄEpk\9b­Î\82OÕÁ:\9ey*]µÇÝ*¨à¶¶ßwUSË÷Ǧ\1d\97<!¸À\fᨩyGw¶<ñi\9b$AÙVM/\87¸þv\ 3æó i;{@ò7;¡\19ä¨\12¢ùv);¸íêÂí.\85\8f\1eñ¸¸È\83C\ 5DUO=R\853\85?/Ãó\1cOáå$\96|\14\8b\8eâÐ\98MDÇ\9fê~!7mÂLÉzÃ'Ú¶ìXØxÏ\8bëìÕ=\0\17*       j[¶\97\17¦É~ÚÒfy\957'\14\ 2aGæR\83N\80¿       \9bÿ¨«/x`\94\ 5e}ÀÝqàüqå\ 5'TP7õ\ e7Ê2\93\81/\1axßãÞ3¿\952ûÎ~øYfü¡?Ö¸\ fô^}A\89j\15|\0!µ¼«ª\ f\96UbaÄ;ùêAQ\8e8`³\1cÉ·_@\elëh\1a÷"7:LD W·;4n!ó8      \8bB¶<,¾OÃ4õ
+xÚ\9dY[\8fÛ¸\15~ï¯ðC\81ÈÀX\11)ê¶OmÚ¦Ø\ 2\8b\0Ýi\17\8b¦ÀjlÚVÇ\96\fQJ2ÿ¾çF],e\92öI\14I\91çú\9d\8b6Q\18E\9bÓ\86\1e\7fݼ{|û^oT\14\16jóxܨ|£â°0\9bÇ?ÿ+øÓ¹¼u¶ÝîâX\a*úa»3&     ~¬]W^.U}Â\858xWºóv§\93"J\ 3¥²í¿\1fÿöö½Ú¨,Ôtä\ enR\9b\9d\9cNUÑv\97¤z~N\96ð9ôñ\94\1e\83Äìt\1eÆ\8a¾~<W\ eé\88\82ýV§\81§ÐÄEpk\9b­Î\82OÕÁ:\9ey*]µÇÝ*¨à¶¶ßwUSË÷Ǧ\1d\97<!¸À\fᨩyGw¶<ñi\9b$AÙVM/\87¸þv\ 3æó i;{@ò7;¡\19ä¨\12¢ùv);¸íêÂí.\85\8f\1eñ¸¸È\83C\ 5DUO=R\853\85?/Ãó\1cOáå$\96|\14\8b\8eâÐ\98MDÇ\9fê~!7mÂLÉzÃ'Ú¶ìXØxÏ\8bëìÕ=\0\17*       j[¶\97\17¦É~ÚÒfy\957'\14\ 2aGæR\83N\80¿       \9bÿ¨«/x`\94\ 5e}ÀÝqàüqå\ 5'TP7õ\ e7Ê2\93\81/\1axßãÞ3¿\952ûÎ~øYfü¡?Ö¸\ fô^}A\89j\15|\0!µ¼«ª\ f\96UbaÄ;ùêAQ\8e8`³\1cÉ·_@\elëh\1a÷"7:LD W·;4n!ó8      \8bB¶<,¾OÃ4õ
 qoõRcàvùð5y\163\1c\9bà\17`\8alû³c\ 2'\16åÝÍ\84±!wSQ\11*°¿X\85Q&\1e\17*ö¹wì\10ènâ~%ÙÞ×Ü®\bãDÜÎ:+Tµ\96©ª¦'ÐÒÜÉp\86\9c\f7£S\85,w 1\rµöçòFW]o\17Ë
 0Ágd¶Ü\82º^\98á®á\85}s½U\17;E\1eºØýÀVY\84\91æó\19.\94\b(\9eð\96\84©\17ôþ°d=\r#¯h¼ÕèHü_kpØÖî»\ 6\9dÃ\80Ùí\e¶¯²ª\19=´Ç
 \18¸¦o÷Öo$Û;È1¤XÚ\8c\9f¿\88\7fòÔo\v\82u
 gy°ÐÜ|\9b\16fK\7f\9eú«\1dj6¼\80|møva\r\ 5H:ÿ¶5¤c\15ãQ\11© Xµ\13\vN¡æ\8b§P\ 6HX\1f\9c4êæõÇ\82\8e<̧=/Ì\91w:\8cÌï·»\ 4,oÚ0\80\89$Øí\0§oËZ{<\88e]vcq64Ùxê\ 6EÿÍëJ*\161\1aéçû½fhTÍã5¨ñ+*FOI\8ah4Â$/¤\81\82#´8\>ȳ'\95õ\ e\93vÞp\ 6ßu¼è7\ f¥(n@Ò\1e°D2ÁíbKÌ1i/f\11Ó\8f\86\8e\16}Ev\84Ógn\95.ô°lÌ¿b\14YhFÓé±\fN0fQjcéñ\8cSqðùl¹ù\9c@,iäY7\1d\ f\88Tx\1eä       [¯\ fH¦ôÈq\ e@î"»*`)uó³æMU¤\ 2\ e]ðÆ\ 4Ox#+CüD\f\81\ f§º\ f\9bö´ÒëU\93ò¥\91ºøl%eã0\r¦ÁÞ*v\ 2\92s\15ø\87\95V\81ôyã±,®í\17\ 1¥Ö\92\12}9¬Sì]M!\833èb\bJ:Ë×
 aÈ&\16\r©°ª¿\15\94ñ4¬4ñɵ\8e\96\ 2\ 5g$\99¸¿,O°\91ü\1d\85_â3¤'éVã¡%?À Omyå\v÷\90§ùËÿØóõt4Å\9f,øu\vÅDÓûþG\82Íû\89:\e\8a\83,X/ô¥\8c\12\1d\1aý\7fÈ\88`â8Ä\9614\f\ 1\85óªió\88\¡¬O\12#*Ѷ7\84Ö\9el\8dÿ\9cìzJ\9d~OËo¨i¸­Ìu½\17ÃgÎ÷=BK=? ô¬[¬Ó\94ë¾4_\91~ÌÑ?ÍFLÃ\17tZ|\ 2`9ª©°\ 1ñ¼ån\r\9eè\b|\16ß\95~V¨Æ¡\\9aÓ¥<uG`\16è0\89xD©\ e<\89IÜ´\80b\ e%¿R´E])-\9eªf!\9cz׸È~©âÑ(ñå      Ê\a¬æðÍ×R0Ý\80¯C=ÿ\1fjHà
 {¦ãUn(ãh8t\b!ÊLÿuàÒ´\ 2Ä\e9Õ¸ÿQÊ*\93\9e»4^W\v×lα\e\a\80©_ïâQ[8\1aÒ\93ØøfSlôR`þ\9f/\ e\8d\1e²û»F¨\1aóà×[Ø\83Õ\13ì\1cøÐ\8f\f»FM|\ f^¤@RCpdhÀ¬&^ùq3ýÛVúh\8eñÄN
-#Ì\ 4+_27G\ fæWÈ¿mûq+EõÝ¿\ fÜóÛz²½ìLâ?íu}àÏ\8f\a\97Çßý\17µÚq"
+#Ì\ 4+_27G\ fæWÈ¿mûq+EõÝ¿\ fÜóÛz²½ìLâ?íu}àÏ\8f\a\97Çßý\17ö<q$
 endstream
 endobj
-531 0 obj
+539 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
@@ -4165,19 +4211,19 @@ endobj
 /F3 17 0 R
 >>
 endobj
-529 0 obj
+537 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 531 0 R
+/Font 539 0 R
 >>
 endobj
-534 0 obj
+542 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2598
 >>
 stream
-xÚ\95YYoÜ8\12~ß_Ño\91\81´,RÔµ@\1e|L2^ÌL\82\89g\81Áî\ 2\91Õl7×j©W\87\1dÿû­\83\94Ô-Ùñ¼´È"Y,\16¿ºØ«À\ f\82Õý\8a>\9fV\97·ç\1fåJ\ 4~&V·Û\95HW"ô3µº½þ\97'D|\96I\92FÞeÞîÎÖa\18z¿ë­ntUhì*ï×¼:\93\89×çåÙ\7fnÿqþQ¬\84òC\85¼Ö°\85X­Uæ§Ì.ðåÙ:\8a¥wUï\ f¦ÔM\v<\92ÈË«\r7>\1f:SW-s\9aJ¥P¤u(|\99\10«¯õ\1eöWaæµÏm§÷-w\1aý¿Þ44\92z=\b\16{}\8b¢\11¡¶Ü©³­\e^S\90,9\ e\r\94¦z0Õ=wº]Þ¹\96fùÂQ¾0\8e|%W\ 1ÉVÔÕÖÜ÷\8d\9e\1dc\1d¦\81\1fÆ«5¨XD4¹-\1asèP\95\91·©AÛ©§Q+aìUµ¥?T5ªø\89\1dÞ\89\9d\ f\ 2EÂûó,\95Ðåë(à:hõ½yÄEsYe\10¢\f?\925\8a|\91ÙY¦2\9dA-âþ\8fg\11\bQö,fÄ\8a\1c\a\1a\93ß\95\ eExfÉZÝu¨NØhµ\96QêG\11+\82±\ 6jÝÃÁàÆL\85ß\84\14M\rM\b{4M]í±\9dztô õþhé\82pUÎs/뾩ô\1a/\15®\14$áÑv§Ëò=´U
+xÚ\95YYoÜ8\12~ß_Ño\91\81´,RÔµ@\1e|L2^ÌL\82\89g\81Áî\ 2\91Õl7×j©W\87\1dÿû­\83\94Ô-Ùñ¼´È"Y,\16¿ºØ«À\ f\82Õý\8a>\9fV\97·ç\1fåJ\ 4~&V·Û\95HW"ô3µº½þ\97'Dz\96I\92FÞeÞîÎÖa\18z¿ë­ntUhì*ï×¼:\93\89×çåÙ\7fnÿqþQ¬\84òC\85¼Ö°\85X­Uæ§Ì.ðåÙ:\8a¥wUï\ f¦ÔM\v<\92ÈË«\r7>\1f:SW-s\9aJ¥P¤u(|\99\10«¯õ\1eöWaæµÏm§÷-w\1aý¿Þ44\92z=\b\16{}\8b¢\11¡¶Ü©³­\e^S\90,9\ e\r\94¦z0Õ=wº]Þ¹\96fùÂQ¾0\8e|%W\ 1ÉVÔÕÖÜ÷\8d\9e\1dc\1d¦\81\1fÆ«5¨XD4¹-\1asèP\95\91·©AÛ©§Q+aìUµ¥?T5ªø\89\1dÞ\89\9d\ f\ 2EÂûó,\95Ðåë(à:hõ½yÄEsYe\10¢\f?\925\8a|\91ÙY¦2\9dA-âþ\8fg\11\bQö,fÄ\8a\1c\a\1a\93ß\95\ eExfÉZÝu¨NØhµ\96QêG\11+\82±\ 6jÝÃÁàÆL\85ß\84\14M\rM\b{4M]í±\9dztô õþhé\82pUÎs/뾩ô\1a/\15®\14$áÑv§Ëò=´U
 ò\90úx\80ô\85\vIù@à\8bFJ]9\8a\95\ 3\98î\11ªx\ 2\86öx\8f\0\162\b     ­\aÄ\9díu;Óþ}~\a©\9fd°<õEH˯®>\14i\ 6Æ!\95wõñ\97\8bO_?¬?£±ÈÈûåæ\12zå¡nÍw¦øç¯`\fdJcæ-\89÷ç\8a\r\14¼\r>&\92w9i\17Õª\99²\84p!c_
 \8b\a]=Îö\95\81\9fºñCSß7ùþ=³\eô\8d\1d\8bÏ\90ô\8d_Ó±@¤¶äuµÁÙ@áñTq(
 kíË\17«·\9bó¾mÎ˺ÈËsS\15e¿ÑV\91×vFû×ÔÈ;Ýî¬z`Ñ¿e\94À2ë4P|82\99e¡[«á¾e+\b½OWWV±5\ fÝõ¦Ü0iô«fË\83ÆÞ\8b±«sD\13Ø\16@\1cÜ\14 Ú\9f;Zç\1f#?\8d\9c«\r§®\96Ì\ 4=ìdzL\92\87\v\13ðÝ}Ù\99\ 3Ú\bö.\9aâ,\f¼\9détÑ\81N^uÃìÑG×\13döj\85°\1e\15¹\8aÀ\1d\10Èì( ±¯\e;\b(´kj2\1fh\80ËÝð`½\1dÙõ\9dn\98\ 5*Y%6Ú|ï¸\99½FÌ\89xt< ×¡Ì\8bÁñØ#\8c\86K|\94\f½ú\ e\15æý\17\ eÏ\ 4¼dòd
 ÎÙå-7\96T\10IV\81e\87Ùdì=`/°ûÊI\8e\89sØósÛLÂ75\86x\1a\89S«XJ\ 6\7f\86 ó\ eݺB\a\89ß\b²\87|OE\80R®.D2\1f¾erÎ4{z¤L\9c8\8e\90Û§õ\96QÑ7\8d¦\17\98\8e·;YÀÙÂÀ[¹\93Ðõ\9cZâIÄ\98ãAe£÷£òï¾êÏ!Ò\9fß\81q¯¥\1fÌs9È
 ¤Cл¥ZSAE\9bNMä\8eJ\19,6\17·8?Å!\15\99®Ø\\96\8aëÐy~\80ð\9cÖð·\v._NÞq^\82¾R~\1c\9fäjJ\f\ feTܰ_§:\ 3 [3i¬7`ö¤Þ\10ÙÉ\83\ 1\12°²yæ\ e\eùr\8bS\b\9cj\87À÷µ¶iå^­c°i9½ö\85\bbÝa2ºC5}`\90î\81A\rÆKKÆ\82ÛAÉh[§[¿       YçË^³\9d×Ü\fQ¬¸cWq+®¸o8¼¸Ç\ 1\7f\83\12\9a\ e§\8f\9a\97\bo(Ï7z\9bCe\8e7\12$\v`\8fÅ\98\80\8f!ÅFµÙ6qìÇb\12P`\83'S\96Ür\8bl\87²\,l2±°o\9aøÉ\91\91ñ\eË\9d\99G1Ho\87ÄìÝ\8b\a\81\9b\8eÂ9Ã}þ\16\86±§»Â\863\15@â~Tg\f/\13X!\13&°pn9HéÂl\9fmÍ\¹\92}ziH94\1a=ïw\9egÁÁU¹[´Pk¨x\94s<Ò<qM|\19\8f\97\82ÌÜ\93\ 5
 |o\1eí\8bÅq\99\9eø"yK\86?$ C\16®\ 4äýj\1a
-ø5\1c\9f\90\83¥\0\9b\8eÞq½\ 6]lÍ÷\ f<+\9bl%Æ\v\Ì9¥\1a%¦kKR~_\87M\87\ 3Cò9½\18~s\8f\ 2\ e\f\19æª\8a\1e\9c±ë\1eî£\17ÒàD\8eéÓõO_o¯o~_r\8a\99³\9f\85\93\8f\89Å\8b\ f\b\93\9b\e\ 4äd\9a)PÌUã3@v\14Ë \ 4¯\86¤m!\92\85£Ç~\9bq»ÿ\1d\q\93Q     :\89[\83-$PÌ\91-$é©-$XÕéCÞ\90ÏÄñc\8b@\8a³\bô\9c8\9fn\ 2\aNÝåºå\92\ 5\82\82g\r\15,®uïèó\a¹\193Sm´å\a-W\89+\118\8eP\0Äàe±\84SBLBW\90½ö7È$Ñ~Õ\98\ 211&Úw0\1d±d:`¥Ã\7fAë5¾Í¼h?S¯ö\16û±¹+\ 4\9dpjÊ?\ 6ñÛA\ 4×\13\b\e\85Ù8-P\93\13¦£\87ù\82\ 5þ,\95\9c©\1f;ñ1)N\ 26[hÈ\89\83Å}\18L\81pR\92\89ð4ú3¡åQªê±Q\9a»&Ç(î*\1a8\85J¦@ºæ\9a±\18\9eo\86çz9>\ eL\82þ&ïrn\r\196Xâ\1f(ÝÐ\1c*¾n7Ôd÷}\99[Vîh,ÛO·\7fû?!\e©Õ
+ø5\1c\9f\90\83¥\0\9b\8eÞq½\ 6]lÍ÷\ f<+\9bl%Æ\v\Ì9¥\1a%¦kKR~_\87M\87\ 3Cò9½\18~s\8f\ 2\ e\f\19æª\8a\1e\9c±ë\1eî£\17ÒàD\8eéÓõO_o¯o~_r\8a\99³\9f\85\93\8f\89Å\8b\ f\b\93\9b\e\ 4äd\9a)PÌUã3@v\14Ë \ 4¯\86¤m!\92\85£Ç~\9bq»ÿ\1d\q\93Q     :\89[\83-$PÌ\91-$é©-$XÕéCÞ\90ÏÄñc\8b@\8a³\bô\9c8\9fn\ 2\aNÝåºå\92\ 5\82\82g\r\15,®uïèó\a¹\193Sm´å\a-W\89+\118\8eP\0Äàe±\84SBLBW\90½ö7È$Ñ~Õ\98\ 211&Úw0\1d±d:`¥Ã\7fAë5¾Í¼h?S¯ö\16û±¹+\ 4\9dpjÊ?\ 6ñÛA\ 4×\13\b\e\85Ù8-P\93\13¦£\87ù\82\ 5þ,\95\9c©\1f;ñ1)N\ 26[hÈ\89\83Å}\18L\81pR\92\89ð4ú3¡åQªê±Q\9a»&Ç(î*\1a8\85J¦@ºæ\9a±\18\9eo\86çz9>\ eL\82þ&ïrn\r\196Xâ\1f(ÝÐ\1c*¾n7Ôd÷}\99[Vîh,ÛO·\7fû?[«©×
 endstream
 endobj
-535 0 obj
+543 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
@@ -4200,35 +4246,31 @@ endobj
 /F4 26 0 R
 >>
 endobj
-533 0 obj
+541 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 535 0 R
+/Font 543 0 R
 >>
 endobj
-538 0 obj
+546 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2482
 >>
 stream
-xÚ\95YQoã6\12~¿_á·Ê@ÄH\14%Q\ 5ú°Ín\8a\1c®Ýàâ\ 5º¸\1ez\8cMÛBlÉ\15¥¤é¯¿\19\ e\916I\9fD\91\14gæãÌ7Cj\11±(Zì\16öñÓâÇÕå5_Ä\11+âÅj»\88å"NX!\16«\8fÿ    ®öêÔêf\19&        \ fâèûe(D\1aÜT¦U\87CYíp       ~Tf¿\fyZDY\10Çùò¿«\7f^^Ç\8bX°Dà\92!H\8a\17¡(\98´«\82¬t\19¦\19\ fîN°\ 2\ fôºÜ>Óry\1a´{M\8d»gÓê#¶E°Z&Qð\8cÓ£@\93\84±Ò\ 25\ e¹d\92[\11«½np\95"\ e\8ejÉóà\19_¢à\1eô\94\81\e1õѵ¶Zµ]£\r-\9c\8c\17\8e\99È\17\91]t]WÛr\aó&òÓ\14Ls\93TE¢ªº¥Å\7fãin¿²ouçºU×ÖGÕ\96k\80òy)yp\ 1èF"¸÷\13*­7Ôjk\94\böÅ\9cq@\126(¦\rÚhØ\9ecYÙÅs0Ï\9b\9a;\18±a;\ 1:x¸®zKÏ}m¬0éö\10û\9eÊÃ\81ZMW¹é\15[\86Y\92\ 5_Lgµ}      \13\971ãïB);\87)?C\a\95\93Ùµ\17du\92ä,ÊÈêÔ~L\10eqPnÝÓ½\9f\9a²Bk[\83ïQ ¨û¨\8dQ;M/\ 6ü!\v\9c»Á\1cÿ-i\ 4\rÚ8hì:ø\8e\9a\ 4&4\1cbØ5\86õ\ 2ûd°+\1f\97\ eåÑÊýÇÿ\9b\0\97d\80\89÷¯0ÄÕ\7fX}½ý4Á.ã¬(ܼï\b\17\81î~\86K}jK»W\82§3ÂD4¬1+\84\83\90^\ 6Ø%\b\14\12¬h¨Ý\a\11¾(z\98}Ý´Ô¬ÔÑ\8dmk÷\85EÀNs!m;_\0Èe\16\98n\8d½H'y\12(C3§¦ð\1c8$qº\9a®\12¯Úâ\16÷Ú¨Þ¶ºÂðsn\96æ,ác8É\10d¸'°\1e[hI£]'z®>l\8ceÅ9%\81\v\95¼ºý\12^}þùöÃ/_û¯w«O?OY,JÐÑû\r°B\ 2Ívì\82\84Ïù\ f\17e"³°«\1eªú©
-· æ½Ù\bƧb\92\98e=6¿-\99³?O\80ÄÂ8eYn\87俠\1f->¸Î©.©d¹ì·ät\ 2\87¸$2`¦»\7f\97µÖaF"\93àd}­6¦¼÷\92\1f\97)ìá\ 1\82\93ò\92%3ÐN+ï;Øëv\87M³Q\9cg¨hÈ\v\96ú|\94¹|´WM\9f\87>ê­ê\ e­y;ÛÜ \ 6\12\99\97#qÑË\13¾@ø\80ú-õ\0\8dÛ§Ñ®cC\12ðE¢Yio\16x+b1ñ¨¼\180{\95hs?ˬ\9bòdùp¬\ 1Ø©m¾\89ÇJg\8e\ 4A\9bu\ 3)QÓlå>*[íò\10¤òü\8cyÌ^cÖH9w\ 2©\8d¹\r\92ØK3
\92ó¤Êüâç¤'Ñ\17i\1ee\ 6\93¬Á×x\0\11ÇÆ â u(7\0\94
-ÜÈ\8d\1dÊ\a"ë       ¹ÄC:¿º\9an?\94\ 4\1eÝ\8b©m\8c'}\8e[ïõï.º\8a\1c    k\94º·åAϲVܯ\1d
\12UM\ 1L"&½\86§FoË?'+%àï©\9bÂf¨\89Éâm?ÊXêµ9Ô\96¨ë\a@O¤ä\9e¶1C\ 4\11K<\ 6·ÿþt}óë¥u¸Ë×ö:\86,/â\81\ epiLïöÙÒSÿY\9aÖ8\\80"*\87­\0\9a\93cw\9c\81\89\9dJº]¿®\10OY\91\8fÒ¡¤zÃ>[z\92B6áæÁç\ 6óLÁ\87\88â2r\19\14Ê;\eõø\11rÛd?RÐÝWPW\9f\7f¹¾ùé÷»\9bÕL\1d\90±Èo«¶µÎcÙÔÕQ{¢A        \14\ 5M\19z|$\8bó1>Ê\92©\0\9aDF\10\9ep±Ãî3Ä¿ÂR\82º\90`í\\9a\93\10\13Ø.
-v\0 \17\81F\89ø\9a
-\88\14Rc&âáC[eN\9d\19ªÚü=ÎÈÓ9g\ 4\19¡¡F
-º¬.Yz\96ÕIå\vÊ%TIBò ¢\ fz\80±&\1aÊ\9c\15é{X7Î'¬\vKnê¹,$ì\8ec\16\12\85OC9¥¡ÏîXÔ¸MÀlt\ 5\8d\ 4 lêÃÜ1åEFz\9f\96\8d^×»ªüK\9b\17Yw[\1f\0b\8e\87\ 1\7fÈ£ÚÒO¬é b°\98F¥(ëîé+\1a-[ÿ)\15\8c`\8e6S.
\96\8bñT#ñpC\85°¥Î\10\a\9a_\fósÁ\84p\16Ì\92h\18gL¦ã=ÿbl*\13\96LmÃØSáãÒ\9d\ 6¥7\1e\86à\1chÓ¾}±Å\85\14Ã(\98@ciPV$Z\8c6¢H\98÷\14W-Mx\ 5Ê$¯~    'i­6ç¢f\bU°ØÓ=ó¤e!\9a¬.\ 1˾¨\82¸L\8b\f
-¹v¢(\90\ 2\90»\1c'¤oëÛ\v÷û>Sëf,ñr/7úñ²ê| \8d\9d/\1eªöïÎ]iS\1aåJ<,Í©\94\ 3ï» Çê+Ã\8d¾ïv;tË©
\80\7f3LG:Ì8c\ 2'­ô\857Bqs\9a®\ 3 Ý§Ð[\7fî$e\15©jºãQ5Ïd\12U©£\18\e\ 5\94p'ü\8992û[æ8R#'\87\ 6¤§vÆD\ e\ 5p!ÉDgá\1f]IN² »\9a!tÂÐ@\8cU4\18\ e£ä3á\1f¯âòÑmnÏ®§1P\89?\98;V¡\98|î)çi_\8e+zjkûxpµ¿j\1c\9aîLÚ\7f{T\e=c:)w¶¹¦YoÊfJ3\b¬\8fS\980ÍÄ\98\88GPüËç$P õ\ e\9búÓ?ô¸+\16h\99ºkÖ\9a\86×\94o7nRYQ7HÔë¶n\9e'\91Ë£b\bµ9Å@¥~\1cK\93B~óÞ\ 6\v\83ø=\89m(×\95W\10o\9e|\81Á!7\8f\9dÆÝHYwW­\ fpo\119éËë¯×wËmÖ£n\f¦Äy§\ei0\8eHîJ\97\84\8b\80\8e\ e´\bt$\14\970ð¡k]å\ 38ÐPgì\ 5\1c\17DRðÜéÊf1\1a\9f+ä8¤õâ=\88\a4\f]\9eºÐ\ 5\bÝDÀÙý\8c\9d^\15Òׯê`°Ð\8bà8±^k[\99à\vÝ\80\8a\bÜ\16¯w°²æ®\16ÂΧr£asìT\ 4ã\82n\96(Öj \85æt°hà\ 4ÇgxS\98Í^U\80ß\8aÙ*
\82´\95dgÄ2Oºxªyqgpvçç«T\9bDêãé [ç\88\a¨ÔgÊ0Zðì.@ú"\fíQ\a*¿®\97\9fÝ\12¿qýLEÅlÁ\vç£ì]>\92ûØÜ+[rPf\81\12Á\1aÜ\1d±z¹§û³\86äQ\r1\97 e:\1c\19ÃPW\98lÃYÒóÙÄ]\8aO\14\ 3\17LÄh\ fd\9fËÐ\89\8b\14x[ûÏF¼\85WÄo-\rg@9ÔF\8e]D\`M3
\r°Fk³\ 6\10\11\11Rät°û\ 5½'\85×\91\7fK=¸\15\96\ e³þï\0\8cR\ 2Áel\84`ËhG\12v-QÌ^?
-\8c?\8f&^\ f\14\90,ûCºZ?à\rô\1c\96é\bËÞ\ e\8beú-,q\88eb\8cÉ\89\a\9b\93\14\rg\98\12¡\8b¤\rÿvO93*èB$³õ0\fκP\1f\80fx\ 4î®×³wÕrd\14,m\93a4\v%\1f<îÔ5åöùÕ«\f¬iE\ 2[\88)£&MÁ\95*'\ 6\8c\9aD\ 3Ð\18.Ùà¥3®×z\ 5<\15=,zYð\10ú\v®¬?1\13\1f\ 1¤È~YDK\88ÙÛX\91\r7 ä\15u×Î\ 4Y>\9cd_s\f1²9\17yo³ \93×ðçD$©«.P/'\97º\15õù\80³/\94\93q´4ÔCt°¡\97\7f\84\80\88\85ÍýãØ#8]©IxÎ\82\91\ 1\95d=\18®¼\9f\a#û;\8cC×Õ\9fVÿø?wdOû
+xÚ\95YQoã6\12~¿_á·Ê@ÄH\14%Q\ 5ú°Ín\8a\1c®Ýàâ\ 5º¸\1ez\8cMÛBlÉ\15¥¤é¯¿\19\ e\916I\9fD\91\14gæãÌ7Cj\11±(Zì\16öñÓâÇÕå5_Ä\11+âÅj»\88å"NX!\16«\8fÿ    ®öêÔêf\19&        \ fâèûe(D\1aÜT¦U\87CYíp       ~Tf¿\fyZDY\10ÇÅò¿«\7f^^Ç\8bX°Dà\92!H\8a\17¡(\98´«\82¬t\19¦\19\ fîN°\ 2\ fôºÜ>Óry\1a´{M\8d»gÓê#¶E°Z&Qð\8cÓ£@\93\84±Ò\ 25\ e¹d\92[\11«½np\95"\ e\8ejÉóà\19_¢à\1eô\94\81\e1õѵ¶Zµ]£\r-\9c\8c\17\8e\99È\17\91]t]WÛr\aó&òÓ\14Ls\93TE¢ªº¥Å\7fãin¿²ouçºU×ÖGÕ\96k\80òy)yp\ 1èF"¸÷\13*­7Ôjk\94\böÅ\9cq@\126(¦\rÚhØ\9ecYÙÅs0Ï\9b\9a;\18±a;\ 1:x¸®zKÏ}m¬0éö\10û\9eÊÃ\81ZMW¹é\15[\86Y\92\ 5_Lgµ}      \13\971ãïB);\87)?C\a\95\93Ùµ\17du\92ä,ÊÈêÔ~L\10eqPnÝÓ½\9f\9a²Bk[\83ïQ ¨û¨\8dQ;M/\ 6ü!\v\9c»Á\1cÿ-i\ 4\rÚ8hì:ø\8e\9a\ 4&4\1cbØ5\86õ\ 2ûd°+\1f\97\ eåÑÊýÇÿ\9b\0\97d\80\89÷¯0ÄÕ\7fX}½ý4Á.ã¬(ܼï\b\17\81î~\86K}jK»W\82§3ÂD4¬1+\84\83\90^\ 6Ø%\b\14\12¬h¨Ý\a\11¾(z\98}Ý´Ô¬ÔÑ\8dmk÷\85EÀNs!m;_\0Èe\16\98n\8d½H'y\12(C3§¦ð\1c8$qº\9a®\12¯Úâ\16÷Ú¨Þ¶ºÂðsn\96æ,ác8É\10d¸'°\1e[hI£]'z®>l\8ceÅ9%ã\18\1c×+yuû%¼úüóí\87\86w_ïV\9f~\9e²X\94 £÷\e`\85\ 4\9aíØ\ 5        \9fó\1fVø/ÊDfaW=TõS\15nAÍ{³\11\8cOÅ$1Ëzl~[2g\7f\9e\0\89\85qʲÜ\ eÝyCÉ\7fA>Z|p\9dS]RÉrÙoÉé\ 4\ eqIdÀLwÿ.k­Ã\8cD&ÁÉúZmLyï%?.SØÃ\ 3\ 4'å%Kf \9dVÞw°×í\ e\9bf£8ÏPÑ\90\17,õù(sùh¯\9a>\ f}Ô[Õ\1dZóv¶¹A\r$2/Gâ¢\97'|\81ð\ 1õ[ê\ 1\1a·O£]Ç\86\8bD³ÒÞ,ðVÄbâQy1`ö*Ñæ~\96Y7åÉòáX\ 3°SÛ|\13\8f\95Î\1c   \82\ 6R¢¦ÙÊ}T¶Úå!Håù\19ó\98½Æ¬\91\ 4R\es\e\97f\14\9c%çI\95ùÅÏIO¢/Ò<Ê\f¸¨'Y\83¯ñ\0"\8e\8dAÄAëPn\0\9c¦)\15¸\91\e;\94\ f\13r\89\87t~u5Ý~(  <º\17\18\1c·Þëß]t\159\12Ö(uoË\83\9ee­¸_;\14°%ª\9a\ 2\98DLz\rO\8dÞ\96\7fNVJÀßS7\85ÍP\13\93ÅÛ~\94±Ôks¨-Q×\ f\80\9eHÉ=mc\86\b"\96x\fnÿýéúæ×Këp\97¯íu\fY^Ä\ 3\1dàÒ\98Þí³¥§þ³4­q¸\0ET\ e[\ 14'Çî8C\94\ 3\13;\95t»~]!\9e²"\1f¥CIõ\86}¶ô$\85lÂÍ\83Ï\ræ\99\82\ f\11Åeä2(\94w6êñ#ä¶É~¤ »¯ ®>ÿr}óÓïw7«\99: c\91ßVmk\9dDz©«£öD\83\12(
+\9a2ôøH\16çc|\94%S\ 14\89\8c <áb\87Ýg\88\7f\85¥\ 4u!ÁÚ¹4'!&°]\14ì\0@.âà\ 3\8d\12ñ5\15\10)¤ÆLÄÃ\87¶Ê\9c:3Tµù{\9c\91§sÎ\bj\903BC\8d\14tY]²ô,«\93Ê\17\94\92\84äAE\1fô\0cM4\949+Ò÷°n\9cOX\17\96ÜÔsYHØ\1dÇ,$
+\9f\86rJC\9fݱ¨q\9b\80Ùè
+\1a      @ÙÔ\87¹cÊ\8b\8cô>-\e½®wUù\976/²î¶>\0Ä\1c\ f\ 3þ\90Gµ¥\9f\13Ä`1\8dJQÖÝÓW4Z¶þS*\18Á\1cm¦\\14B-\17ã©Fâá\86
+aK\9d!Rä\ f4¿\18æç\82  á,\98%Ñ0Î\98LÇ{þÅØT&,\99Ú\86±§ÂÇ¥;\rJo<\fÁ9Ц}ûb\8b\v)\86Q0\81ÆÒ ¬H´\18mD\910ï)®Z\9að
+\94I^ý\12NÒZmÎEÍ\10ª`±§{æIËB4Y]\ 2\96}Q\ 5q\99\16\19\14ríDQ \ 5 w9NHßÖ·\17î÷}¦ÖÍXâå^nôãeÕù@\1a;_<Tíß\9d»Ò¦4Ê\95xX\9aS)\aÞwA\8eÕW\86\e}ßívè\96S\15l\ 1ÿf\98\8et\98\ 4NZé\vo\84âæ4]\a\12ºO¡·þÜIÊ*RÕtÇ£j\9eÉ$ªRG16
+(áNø\13sdö·Ìq¤FN\ e\rHOí\8c\89\1c
+àB\92\89ÎÂ?º\92\9cdAw5Cè\84¡\81\18«h0\1cFÉgÂ?^Åå£ÛÜ\9e]Oc \12\7f0w¬B1ùÜSÎÓ¾\1cWôÔÖöñàj\7fÕ84Ý\99´ÿö¨6zÆtRîlsM³Þ\94Í\94f\10X\1f§0a\9a\891\11\8f ø\97ÏI @ê\1d6õ§\7fèqW,Ð2u׬5\r¯)ßnܤ²¢n\90¨×mÝ<O"\97\10js\8a\81Jý8\96&\85üæ½\r\16\ 6ñ{\12ÛP®+¯ Þ<ù\ 2\83Cn\1e;\8d»\91²î®Z\1fàÞ"rÒ\97×_¯ï\96Û¬GÝ\18L\89óN7Ò`\1c\91Ü\95.  \17\ 1\1d\1dh\11èH(.aàC׺Ê\ap ¡ÎØ\v8.\88¤à¹Ó\95Íb4>WÈqHëÅ{\10\8dÎ\ fh\18º<u¡\v\92¾\11º\89\80³û\19;½*¤¯_ÕÁ`¡\17Áqb½Ö¶2Á\17º\ 1\15\11¸-^ï`eÍ]-\84\9dOåFÃæØ©\bÆ\ 5Ý,Q¬Õ@\vÍé`ÑÀ \8eÏð¦0\9b½ª\0¿\15³U\14\98\ 5i+ÉÎ\88e\9etñTóâÎàìÎÏW©6\89ÔÇÓA·Î\11\ fP©Ï\94a´àÙ]\80ôE\18Ú£\ eT~]/¡°?»%~ãú\99\8a\8aÙ\82\17ÎGÙ»|$÷±¹W¶ä Ì\ 2%\825¸;bõrO÷g\rÉ£\1ab.AËt82\86¡®0Ù\86³¤ç³\89»\14\9f(\ 6.\98\88Ñ\1eÈ>\97¡\13\17)ð¶ö\9f\8dx\v¯\88ßZ\1aÎ\80\8d\1c»\88¸À\9af\14Ü\e`\8dÖf\r ""¤Èé`÷\vzO
+¯#mÿ\96zp+,\1dfýß\ 1\18¥\ 4\82ËØ\bÁ\96Ñ\8e$ìZ¢\98½~\14\18\7f\1e\1e\9cb) Yö\87tµ~À\eè9,Ó\11\96½\1d\16Ëô[Xâ\10ËÄ\18\93\13\95L\ föè7')\1aÎ0%B\17I\eþí\9erfTÐ\85Hfëa\18\9cu¡>øî\ 1Íð\bÜ]¯gïªåÈ(XÚ&Ãh\16J>xÜ©kÊíó«W\19\8a\ 4\10SFM\9a\82+UN\fÔ°\195\89\ 6 1\²ÁKg\¯õ
+x*zXô²à!ô\17\Y\7fb&>\ 2H\91ý²\88\96\10³·±"\en@É+ê®\9d   ²|8ɾæ\18bds.òÞfA'¯áÏ\89HRW] ^N.u+êó\ 1g_('ãhi¨\87è`C/÷öÿ\b\ 1\11\v\9bûDZGpºR\93ð\9c\ 5#\ 3*Éz0\y?\ fFöw\18\87®«?­þñ\7f°6Oý
 endstream
 endobj
-539 0 obj
+547 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
@@ -4237,30 +4279,30 @@ endobj
 /F4 26 0 R
 >>
 endobj
-537 0 obj
+545 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 539 0 R
+/Font 547 0 R
 >>
 endobj
-542 0 obj
+550 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2376
 >>
 stream
 xÚ­XÛ\8eä¶\11}ÏWô[4À6G\12)Q
-\90\a\eÞM\1cÀ\89±;\ 1\ 2x\r\87£fO\v£\96:ºxvòõ©b\15%öHÞ\19\ 3yé¦x)\16ërê\90»XÄñîaçþþ²ûöîöCºKbQ&»»ã.)v\89\14¥ÚÝ}÷S\94Í>պȢoÍpºÙK)£\8föh{ÛV\16?Uô\83ioR\1dM¦¹ùùîo»D\89Rîöª\14\85\13ñW\98\v2Ò2ª\aú7ôWuçKcG\1elêa¤Vw¤ÿñÄCÿF¹·\1fd £Ì\85,w±Û`¿·­¹oì\9e¦\ 5\12\91I\9eõGÞ»=`£Ø\10\9a\16"Og\99OõxZKT`³âZbw\19ë®\1d¼Îf|¡½³Ûê\0q!¼\9cªk\8fõÃ\ 4Vz¹Û^\16±\90ùn\ f\ eIÈ!½­º\87¶þ¯\1dÄJ(è\96ìöi\82Ç\b\ ea\8eÃÚ2Zd\ 5ÉÍÜÜïìç4Ó­%\ f×Gú\7fFÇv\13}\98\9eG§¡n\1f¨éN\89AðM{èí\13u~¨\e\9eùéy\18í\99f\1cûîL½w7E\1aõ¦\1dL_­O±GÝJ8G,t\11\9eã\1e\f¹?\9b¦éªÍó\94áyþ9\80
+\90\a\eÞM\1cÀ\89±;\ 1\ 2x\r\87£fO\v£\96:ºxvòõ©b\15%öHÞ\19\ 3yé¦x)\16ërê\90»XÄñîaçþþ²ûöîöCºKbQ&»»ã.)v\89\14¥ÚÝ}÷S\94¤ñÍ>պȢoÍpºÙK)£\8föh{ÛV\16?Uô\83ioR\1dM¦¹ùùîo»D\89Rîöª\14\85\13ñW\98\v2Ò2ª\aú7ôWuçKcG\1elêa¤Vw¤ÿñÄCÿF¹·\1fd £Ì\85,w±Û`¿·­¹oì\9e¦\ 5\12\91I\9eõGÞ»=`£Ø\10\9a\16"Og\99OõxZKT`³âZbw\19ë®\1d¼Îf|¡½³Ûê\0q!¼\9cªk\8fõÃ\ 4Vz¹Û^\16±\90ùn\ f\ eIÈ!½­º\87¶þ¯\1dÄJ(è\96ìöi\82Ç\b\ ea\8eÃÚ2Zd\ 5ÉÍÜÜïìç4Ó­%\ f×Gú\7fFÇv\13}\98\9eG§¡n\1f¨éN\89AðM{èí\13u~¨\e\9eùéy\18í\99f\1cûîL½w7E\1aõ¦\1dL_­O±GÝJ8G,t\11\9eã\1e\f¹?\9b¦éªÍó\94áyþ9\80
 J¦¤!6(~\15ìÿ+\9eÊö\ 3¸\8d\86 âV\ e\ 23z\aýÆ\9e²\14±æ)5KÚ\bÕ\\14\8ag5õý-        ã?±\96\8a\91¡ç\10\137{­Òèî\84¹\83\eп\8cÚn\Î\87i·O\8b\¨+\e\fæl×Q®\85Î^9X!\94O\ 4
 h©ÓÈ\.\10ÐEdM?`\8fÄC»¥Å²T\17\19÷ÐN+Ñ©\12J.Ö@l\89ªw ®\90Ñý4\92\13·c×\1clO]W.Ã1\18©©ó@\1d\1c^Z.\16IrÈh\19f\8f\12éJå¤D{\91J÷Ãam0)¤zÅ`JH/\ 2<Vè\82<öR\14FLùjPe¹\ f*ô5ÈâÃ?ã\97\8e\8ef\18ÁbY¢Èb8ã    g@¿\1dhÎÐ\9d-\8d\f\17SqÓE»F\aV8ýÄFʲ\17a\83\8a\91c\f"\9bÀ8Ó\1c\822\89\19ð¨íû\b\81\ fôq\8fâA[\19\97à§£\99\9aq\16biÊ\ 6ú*)\8a\84Oþ÷\7fܽÿ´\ e\1eçÎ\19|Q\ e\82VÃ2\ 1GqãÑÔ\88Ƹ¹¡\ 1*-Nõ#ç\8aN\85RW¹â\90
 Q\1c,tìzj<\9d\95û\1c\9d\r°5\9cº©9Pû\9eÒ\82§L}ky \ 3írpUZÆ®î¬\8e\8c\aÊ^­\ 2\99\12\99Ç\99C= ¡\87\97ú°O\18\b¤HÓ0ìÍ4vgpf\ 5®}&\fvGt¨N\7f`º<\9aÎ7)\9d\aã\8d\ 6:.\ 5l ¯ãu\19âu5õ\83\1dÞ\bÕ2c¨Æ\ 6¯tm@\89Þ`ìã\axv´\ 6Ã,cÍÂe£íÏ\95¹\¯\83R\ 3Á\97ű\8f`\18óÞÃöì=70].Mm\9d«Àâ\81      _TDg\9c\94\8dBõíd\ 6¶hËE´5\aû\9fÉ\8c\"½Åëva>®\86Îjä\83\19\r\14:û;ì\f8ûæ²ø\8dwfKÉò|¦\83`8¼ÜP\ 3ª%×|èk%8\89¥\88ó\19\ 5Wê§\80\92e¾Q×Ñ© Ò\1eö=ø¶©[ûÓ\9fiy\19H\87,ðÂ\7füøþÃ÷ÿZ£k&r¯ïÏk.\95È\14\89Ñ&çIué\93©\88£±£ÿ³ytÈKãÄ\1f°\1fT|¤\16êO-ÃCniä\12m9\18\8d]Õ0\94è\88.\f|äcSoo  û0\ 23_\89\11ÀS&]*U(1_\88L*\89\86ÀÀ\ 6\r\89¡U\ 6<ÄÛze((\9a:      ùG\92\ 1\92\9fpË®\7f\1chîE@q\ 3Î\14ØZ\8e\83_\10D4\95\11\10Ër)t\98[\r¤\bæF\9c\876\1a\ÍÈ¢ï\99\9c©EÅ"\11r#\16B\9e\9e\8b,[ÊèÚ\1a\1cëy\ 3£ F3Ï\80:VÍ1.\19ë\19$Þ­3\ 6ØÏ\9bð¼ðx>\11Î\81TB1g\82LA\r\9eh _jV\99\88R_G\ 4\86L®Ã@ͽ\80¾¦BñRÇ\12n\14rf­U3\1dì¡î×Q\10\8bÄ+¹Y»bd\rs8m\89\bYÑ;Î\17WOsWOASw£À\ 3\f\13Á0\88±ÕØõµ«p0°ÅÌå\82\ 4\97Þ\1eë/\e÷& QåU}\9f9\89*<'AÚ    \96Âl\97\19Q\89ö@m.)q\14¤°Tåu¡(ªAa
 »UÜ[\8f´\8cêNÌ!äÄ\86ûÀ\fØ¥=\98þ°Nû¹Ä@\95g\7fÑ\87»Ébc©\90úÊ\82\0O6ò'\8dÓ\85ÓþV\ 6é N62(\11Ê{¡íÖÅ\0\86\ 3ßËÂã')Ü>\ eÔ$Ô\90\8eËØ\85\9bù»)áÃõ}-.\bæâ­\87\ 1È­Y­ß\85r9\!¶,\95\89$}ÕP¹\ e\19;(8X$æ   \95\12Ô\94\9eH\9ei´s\0ïÆ!W3\97ìï6n ùB\88¿öF\90¦B_ã\ 2\9cztµL»\10Ä\7fã¾\vªSz\ e\93gê½@Íiñ¶HsÝ\e 4¸\9au\8f¼\98xqÁ`\85=W%N¿(q\85æ\12§\97üXÅ·K\ 5¸µmB\80Ô\8aR\fþýMT\85Êãçç0/\14_    x±¿¢\86.U\80\1få+>\ 5\ 6Í3n×1¶\84¶ßxµ^\89$\ fÐóú^*%в«\ 28g°\94[*«B¤òÿ£1^ºWɪEâ«áç\9b\rê\96è\ 4/*kêy\99úúøü:í\f\98\96\8ei\ 1\85wL+Ã\17\1d'nüH\92Ýü³=S¤B?_N\v¾\9cR'ÝÑl\85·\97GüÁôÂ\95ô(\80S>ºé¦¡¯OÝqÄ5O8\19ªÐÛ^¡ø\99ñ\·5pà=åäë\87¿ããB\9aõ¤ûaª,wa>f\80ÿ'Û4ÔÃ\9c\12:y#ê>BNCþ\ fXI!°«¦#\9b\15lDÿâ\b\1d°\1f&PEK\ 1y;¼\94Ò\98ÛHP\1cª\94¼:?\18Âõ\9c*²ò¥9\ 3(ã¤vÒò-nYäøHù\96ÇX\15<\9d\82¨åé4÷ù\8d[\9aÆñAì<uä&÷Á\f\1cZΠ0\13/R5¡\ fêìp\vº\1dAwoCÎZ:äÔû$KñE.H?bÖ\98{DNLûÀ\ f\9ciÔOí~¬Ï|UóNxËÛ+Û¡1ý\ 3\90\94ƾþ\ 6ûÞ­¸Ù\17\92H&\81o?b\ f\83/6\9cDjÎXç>¢u\rÑRx¨;\8dãåO··OOOb0\83\0ÓÝzÖ1Ü:\99¿°\81Ü¢@/ÔþöË/ÝŶ"\8d\7f0}\99\8bÓxnÖ@\ 2À¦\92\19I\90¿\16D\86âÒ\13\|« +78\85Ì\8c\ 5Ó³\1c\98ØÃ¥\19\10\11\9e\18\80ØÃN÷î¤=\ 3wÎQ¥\8a\8c
 p\91G÷S\8d7~lB\16>ôæÌ\13\ 2
 È+wÉ\82\82\1c\1d¨Í\16Ç&[\1c\18C\19'þ^\ 4ýþ\7f~\bs\9bRÑ_Õ¼\80\80\ 6\8fíü\96\ 6\92*xi\90\ eF@ð¯õÁ\19    ¢\94\15Ä\89ó\8b\18\83 zÛ\83\ 2\a\0NÇÍ¿\82n*@7©ØÄ®­Ý«\12ü1çÃÁº¥
-§´¯äÐz\ 1\88Üå\8e@'\87\95u\v\91\7ff´wË;ú_^nT>KB§Ù\r\1a½¸â:A²åñ÷\ 1O½¾Å¤"õà6¿\9c:£/°àx¾$XÂoûÅVÓh\ f\84³ïïþð?´\18'y
+§´¯äÐz\ 1\88Üå\8e@'\87\95u\v\91\7ff´wË;ú_^nT>KB§Ù\r\1a½¸â:A²åñ÷\ 1O½¾Å¤"õà6¿\9c:£/°àx¾$XÂoûÅVÓh\ f\84³ïïþð?õ''r
 endstream
 endobj
-543 0 obj
+551 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
@@ -4269,33 +4311,31 @@ endobj
 /F4 26 0 R
 >>
 endobj
-541 0 obj
+549 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 543 0 R
+/Font 551 0 R
 >>
 endobj
-546 0 obj
+554 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2207
+/Length 2206
 >>
 stream
 xÚ¥XK\8fãÆ\11¾çW('SÀ°Í~\90M\ 6ðawm'k\ 4°\ 1Ï!\80Æ@Z$gD\fE
-$5\9eµ\11ÿöTuu\93\94ÈÌ®bè ~±ªú«wo"\16E\9b§\8dýûûæýý×ß\8b\r\8fXÆ7÷\8f\e\9en¸d\99ÚÜ\7f»\v>\1cÌi(»m(¥\bxô·m¨T\1c|lúÁÔuÕ<á\86\fÞ\9bþ°\rE\9cEIÀy¶ýåþ\87¯¿\97\13É\108ñM¨2\96ZªaX6f_\97!\90\19ª<\ 4JÏôÑL\8eX³8Û\84 \v'Yî\ fU\ fü9\ frsîK7&Þ\8a\8b`hie\ f¢¤AI\8b\96´ÐAYà<
-\88#\bÿi\9b\8aà\ e\16e\14T\8f\v\91\ 5ç,Ó\9bÈr~Êó\85x\82³Äï{¹\1cg\8b\vÎAÊ\82mÃDg£ð"ÈÛs]\J
-´7¡\90\92%\8a.\1c[²ø9\ 1\8cWÃÿý¹ªÝ\92Á?\15¼ØËu}Õ6¤$:ªðcw°§ÿ®µÜÚá+·Ð\1fʺfÄ\      \96ÄÀ[3\19;°íçqðï%41S©»ù±jª£©Ã¼m\1e«§\ 5Hi\84w¡£_\11½ö48Y\13ÐcC\8b£Êpâ¯\9d¸»ÄAQõh.´\bºs\94\1eÝ)/êc[×-âñ«³LÏ­¿£\93ûó@ËÕ@׿"b±\9ec^9pN\ e®¼ìG-<\88XwýpG\0÷N'UST/Uq65Í\1dK:t4(Ï'RÍì\96\ f(¼²F_ZÁ;K\99È\1c\8aÎqèP6\1dRàb^)\8f¥\19Î]¹Ð\86âL*¯\r§x\99\11\81\98 Bà\1dâ«"añÅ\7f\8b/\ e\1c¾\89ÃWE|º,î\97¯yy\1aüÙ\8e\ 6ËûðL è$\87Sm\11¢i\ f\15\90º\96:Ó3©\89«i\8aÿE\
\ f¿\9e\9eÂ2?´aQ>\9as=,)\83\vó\91²ó\83\94¥ÉÜ \f\0        jS\93ÂD\8a\ 6KjÅ\rG\1eÌBd Ê¦\ 6\93¡\1d\8b\1c\1eoO¤ú\ e\82\ fB\87\9bý§~(\8f´_\90±\95\1dh\1d­\10\18\81yYBr¢Ø\94h\99¦s2ôç\13±h»\81-@¡ð;9÷\18\7fM]\99~5ò¦s\fÞy¿Âp\19\aô\15\f!ò¼\9eLCÁ\a§¤\18ð´ªÉë3
-\8d«(ôÒ\b"´;\ 2\7f]\f\88\87Ò\9b=\12\85\98\fãܬÓP\8a¥þÌhaVÂ\87 /\9d|?\97yèbpf]dvu\1f¬d\90°\84\ 6»wȪì\7f¹s¡Â<\95äÆ\9a?l\97è\87>\93­àßUÃ!\ 4_\81\0z<\8e\97\82ôíG\8f¬PüBí´býN(絸bjHà\8d\19JZ\87\ 3GÚ@ÿö'\17ØF\19\93c<\ 1\9a×rqÈåÞw¼ì\96êp0\ 3ÑÅp\a\16r0\182 O9ûV\11$åg\+iæø\ 3ú"cü"å\7f \84kÓ<\9d\11åk1ã\84\eRBxO\85ÛÇÌ_\1eË\ 6\ 5\19\@'\eÀ!ØÀ¤jÉ \8a0NJÝý³µ\17iO.F«à\ 3\84¼¡;çÃÂ\ 6d\90­\9a\0\971\93    Ù@rm\ 3\9dù\14¾\80)à´¿Á\ 2d"¯,\0¢9Y\0nµM\19\16\15Ü\18ýÓf'ØEn>%%®\ 6 áË6Æm'\85]òø$s|\80HÂ4­îÞuä9Ñ\k\8e\83\ 3GÌÀÑâs\ er\ 5Î\1e4\1fBé4´\10é>[!\8eȨ(ºB\ 6WF\v\91\17ÙE{\vÊ¡\92\عfÜûAhí\96JK çŲ)©?ïû¡\1aÎ\ 4\12\0\ 3\9b#x¸\ e\8eE«»\7fÌ   |l\\fâ\±L^Ä È\e\96ÀÒÚ8ç·"
-´Êp\8aÛ_\fê"Óf,I>\83\9c¾@N[ä FX\19p(.\12\bL\1f\82e¦à   ¦/\17Ã\7f7wûÿ¸j<¾\88ó\90*\98Òö\94þë\92JÌ´ÄFÄ\1dÙ\9bÜ\95Ôûem\ fÕð\18Ü\10ÞPë\b\94è¤\9f´  \ 2K\16C  ð¥\13&.òæî=]\14ù|ç/º¢DíJJr]_ÜK\f¬§º\1c\v)Ê>ï*[pÝ\94d\x\ e\87ê\88\11ìËã\8bÒéµ\17Á
-Uv0èʼ}jªßF¢\17pÛ:*r9ô¸,F¡Ðâ>4Ûj\ 2(\1aO¸/»\97±k\83\95_qÒvvæ«\8cI\94\f«ÈSMQÇI\ 3\17J!9¤\97¹üH!<K©\ f\ 4\8fÍ{\9a\13ô0 n\ 2\ 6§Ê\15mÐB\96þмÁXæÌdÊ6ëwÖLøjÄÇV ;ÅV\98\114Üý4\17\ 1ék\14\15\8b\92¹\8b\92)\898   Rk®\8a§®áÄ5ã«v;\8fÝÅ´£êÎØ\7fM@Û\94\80'\8dÛuY\ 2\87S\11e?³Y\1f\ 6\8fç&w\9d\0N±q³§}Çc\17\ 1\92â¦X\ 5]eñ\7fTFR_G\7f\!\rk¾^\8eB|ȼ½îvË`\ 6=o6\96;Ðñ\r\ 2e'!\0\1f\ 3\84^±6dxÅ\ 2[**\ 4Mv\1f\90\88\8fø\923\15Ï\15:R\87 ðV±Á£\e£¿E´+\9f ìÞ\90N%\14ÉW\80Jï208\9a!G»9¸\ 2I\a?ýøóÇ\7fÑ&0;צ£u`\vÎÝûþ8\9d\1a_ïx0Xkêbæ\93ô7\7f,\95\9b½2¤Á¾j\fU\f\eìü±J\9cYJë\1c\0Ú1[.'\194,ô¿f\1cZNµð\9am¨©O¹°\r\91¤3ÛPb,¨\90Ñh\exj´\rÜ!Û\98\88dh\ 2ÎTRMÝúx\95?a\1aWi¢¨  c=\82¯rùóMþ¶¨CµOf00Ko\83H©øMU\97­\1d\90Ñ(&\11GYq÷\99vm@ÂõU'WÑDötî\ fÅZVJ¤;q·4\ 4&||?µ§\95¯\ 5ËÆ\8fC    }ùjß
-©qzþè\96\15\7f(c\8e&5Ãz
-»oõ-\90\7f\Ïâ\9eïdðí\f.<náJ\82ç\95Ú\Þl0\9f{ºY\98Ìü!Ap\7f\rç)X
-\b÷\98\v«Óc.,ÂQ|\r±Å\0\ 5\11\f\1d_y=\83Ð\9d\0Ð}___\17\ 2'Ð/f³·&àYR!ÒÐÌ<âkø5\ føLxs^#+8ÓÞî\ eôJ\81JNñ\1du\16o]Ã\8c¼¤RãÓ\18Îâ1RÂÆÊ\93Z4{h%õÐ%Ã7.«#|ò\e\9f\ 3mie\8b\ä1Ù\15L(m\81\10;zmǵ÷NéÖ\90\94ö\86\ 4;2s\85
-\a\ e\17\8f)c}[\94\83©jgÍô\8e+W]6\15SÞõÚ[Të\92iñÖ;\11\12\9aÅK\93fY¶f#Þ&WüB@\93\90­'Ùâdº²¡Ç\9dc      5æ-\9dkr\9djUâ\vÝ$]\ fk"\1a\0?ÆØÃöa»Ä)Æ×\95«'\eäç;ÕdV\8aªyVÂÉEV"õ&ñU\94ú¢ReóÝý_þ\v\13zäé
+$5\9eµ\11ÿöTuu\93\94ÈÌ®bè ~±ªú«wo"\16E\9b§\8dýûûæýý×ß\8b\r\8fXÆ7÷\8f\e\9en¸d\99ÚÜ\7f»\v>\1cÌi(»m(¥\bxô·m¨T\1c|lúÁÔuÕ<á\86\fÞ\9bþ°\rE\9cEIÀ\ 5ßþrÿÃ×ßË\89d\b\9cø&T\19K-Õ0,\e³¯Ë\10È\fU\1e\ 2¥gúh&G¬Y\9cmB\90\85\93\87ª\aþ\9c\a¹9÷¥\e\13oÅE0´´²\aQÒ ¤EKZè ,p\1e\ 5Ä\11\84ÿ´MEp\a\8b2
+ªÇ\85È\82s\96éMd9?åùB<ÁYâ÷½\\8e³Å\ 5ç eÁ¶a¢³Qx\11äí¹..%\ 5Ú\9bPHÉ\12E\17\8e-Yü\9c\0Æ«áÿþ\ÕnÉà\9f
+^ì庾j\eR\12\1dUø±;ØÓ\7f×Zníð\95\ fe]3b®\ 4Kbà­\99\8c\1dØöó8ø÷\12\9a\98©ÔÝüX5ÕÑÔaÞ6\8fÕÓ\ 2¤4»Ðѯ\88^{\1a\9c¬  è±¡ÅQe8ñ×NÜ]â ¨z4\17Z\ 4Ý9J\8fî\94\17õ±­ë\16ñøÕY¦çÖßÑÉýy åj ks\11±XÏ1¯\1c8'\aW^ö£\16\1eD¬»~¸#\80\93ª)ª\97ª8\9b\9aæ\8e%\1d:\1a\94ç\13©fvK\19\90\a\14^Y£/­à\9d¥Ld\ eEç8t(\9b\ e)p1¯\94ÇÒ\fç®\hCq&\95×\86S¼L\14Ó\88\ 4\ eñU\91°øâ¿Å\17\a\ eßÄá«">]\16÷Ë×¼<\rþlG\83å}x&\10t\92é¶\bÑ´\87
+H]K\9dé\99ÔÄÕ4Åÿ".\ 5ó\87_OOa\99\1fÚ°(\1f͹\1e\96\94Á\85ùHÙùAÊÒdn\10\ 6\80\ 4µ©Ia"E\83%µâ\86#\ ff!2PeS\83ÉÐ\8eE\ e\8f·'R}\aÁ\a¡ÃÍþS?\94GÚ/ÈØJ÷]Ó\ e´\8eV\b\8cÀ¼,!9QlJ´LÓ9\19úó\89X´ÝÀ\16 Pø\9d\9c{\8c¿¦®L¿\1ayÓ9\ 6ï¼_a¸\8c\ 3ú
+\86\10y^O¦¡à\83SR\fxZÕäõ\19\85ÆU\14zi\ 4\11Ú\1d\81¿.\ 6ÄCéÍ\1e  /üBL\86qnÖi(ÅR\7ff´0+áCÐ\97\9fË<t18³.2»º\ fV2HXB\83Ý;dUö¿Ü¹Pa\9eJrcÍ\1f¶KôC\9fÉVðïªá\10\82¯@\0=\1eÇK®gAúö£GV(~¡vZ±~'\94óZ\15$ðÆ\f%­Ã\81#m \7fû\93\v\8cÉ1\9e\0Ík¹8ärï;^vKu8\98\81èb¸\ 3\v9\18\f\19\90§\9c\b\92ò3®\954sü\ 1}\911~\91ò?\10µi\9eÎ\88òµ\98q²ø\r)!¼§Âícæ/\8fe\83\82\f\93\rà\10l`Rµd\10E\18'¥îþÙÚ\8b´'\17£Uð\ 1BÞÐ\9dóaa\ 32ÈVM\80Ë\98É\84l ¹¶\81Î|
+_À\14pÚß`\ 12\91W\16\0Ñ\9c,\0·Ú¦\f\8b
+n\8cþi³\13ì"7\9f\92\12W\ 3Ððe\eã¶\93Â.y|\929>@$a\9aVwï:ò\9ch®5ÇÁ\81#fàhñ9\a¹\ 2g\ f\9a\ f¡t\1aZ\88t\9f­\10GdT\14]!\83\85È\8b좽\ 5åPI.ì\3îý ´vK¥%\90óbÙ\94Ô\9f÷ýP\rg\ 2 ·}\80\81Í\11<\\aÇ¢ÕÝ?æ\ 4>6.\ 6q®X&/b\10ä\rK`im\9cË[\11\ 5Ze8Åí/\ 6u\91i3\96$\9fAN_ §-r\10\f8\14\17      \ 4¦\ fÁ2Sð\ 4Ó\97\8bá¿\9b»ý\7f\5\1e_ÄyH\15Li{JÿuI%fZb#â\8eìMîJêý²¶\87jx\fn\bo¨u\ 4JtÒOÚ\ 4\81%\8b\19wáK'L\äÍÝ{º(òùÎ_tE\89Ú\95\94亾¸\97\18XOu9¸ìR\94}ÞU¶àº)ɸð\1c\ eÕ\11\97Ç\17¥Ók/\82\15ªì`Ð\95yûÔT¿\8dD/à¶uTärèqY\8cB¡Å}h¶Õ\ 4P4\9ep_v/c×\ 6+¿â¤íìÌW\19\93(\19V\91§\9a¢\8e\93\ 6.\94BrH/sù\91Bx\96R\1f\b\1e\9b÷4'èa@Ý\ 4\fN\95+Ú \85,ý¡y\83±Ì\99É\94mÖï¬\99ðÕ\88\8f­@v\8a­0ÁÜ#h¸ûi.\ 2\86S×(*\16%s\17%S\12q\12¤Ö\\15O]Ã\89kÆWív\1e»\8biGÕ\9d±ÿ\9a\80¶)\ 1O\1a·ë²\ 4\ e§"Ê~f³>\f\1eÏMî:\ 1\9cbãfOû\8eÇ.\ 2$ÅM±
+ºÊâÿ¨\8c¤¾\8eþ¸B\1aÖ|½\1c\85ø\90y{Ýí\96Á\fzÞl,w ã\e|N\ 5ÊNB\0>\ 6\b½bmÈð\8a\ 5¶TT\b\9aì> \11\1fñ%g*\9e+t¤\ eAà­b\83G7F\7f\8bhW>Aؽ!\9dJ(\92¯\0\95Þe`p4C\8evsp\ 5\92\ e~úñç\8fÿ¢M`v®MGëÀ\16\9c»÷ýq:5¾Þñ`°ÖÔÅÌ'éoþX*ÇÂ7{eH\83\18ª\186Øùc\95\94Ö9\0´c¶\N2hXè\7fÍ8´\9cjá5ÛPS\9fra\e"Ig¶¡ÄXP!£Ñ6ðÔh\e¸C¶1\11ÉÐ\ 4\9c©¤\9aºõñ*\7fÂ4®ÒDQA@Çz\ 4_åòç\9bümQ\87j\9fÌ``\96Þ\ 6\91\9bª.[; £QL"\8e²âî3íÚ\80\84ë«N®¢\89ìéÜ\1f\8aµ¬\94Hwâni\bLøø~jO+_\v\96\8d\1f\87\12úòÕ¾\15RãôüÑ-+þPÆ\1cMj\86õ\14vßê[ ÿ¸\9eÅ=ßÉàÛ\19\xÜÂ\95\ 4Ï+µ¹¼Ù`>÷t³0\99ùC\82àþVä\eÎS°\14\10î1\17V§Ç\X\84£ø\1ab\8b\ 1ªÄ\v"ôR\19:¾òz\ 6¡;¹|\ 1 û¾¾¾.\ 4N _ÌfoMÀ³¤B¤¡\99yÄ×ðk\1eð\99ðæ¼FVp¦½Ý\1dè\95\ 2\95\9câ;ê,Þº\86\19yI¥Æ§1\9cÅc¤\84\8d\95'µhöÐJê¡K\86o\VGøä7>\aÚÒÊ\16¹Èc²+\98\ 2!vôÚ\8e\9dÒ­!)í\r      vdæ
+\15\ e\1c.\1eSÆú¶(\aSÕÎ\9aé\1dW®ºl*¦¼ëµ·¨Ö%Óâ­w"ÎÄ%4\8b\97&ͲlÍF¼M®ø\85\80&![O²ÅÉteC\8f\12jÌ[:×ä:ÕªÄ\17ºIº\1eÖD4^ð\ 1~\8c±\87íÃv\89S\8c¯+WO6ÈÏwªÉ¬\14Uó¬\84\93\8b¬DêMâ«(õE¥Êæ»û¿ü\17yáää
 endstream
 endobj
-547 0 obj
+555 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
@@ -4303,27 +4343,29 @@ endobj
 /F5 30 0 R
 >>
 endobj
-545 0 obj
+553 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 547 0 R
+/Font 555 0 R
 >>
 endobj
-550 0 obj
+558 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1754
+/Length 1755
 >>
 stream
-xÚ¥XKsÛ6\10¾÷WèÐ\ 34cÒ\ 4\ 1>tlÒ¤M¦\9dñĺÙ9@\14$±¥H\96 íúßw\17\v>$*vÔ\9c\b,\80Åî·\8b\ f\v.\ 2?\b\16û\85ýü¶x·¾ý\18.xà¯øb½[ðtÁ\85¿\92\8bõ¯\ f\8c\87ÁÒ\v\93$\8dØ;e\ eKO\bÁ¾è\9dnt\99iìJö§*\97aÂ:U,¿®?ß~\14£.\ f¶à\vO®üÔªó<]ªM¡=ýo«Ë­Þzû¢Úв\89 QâG«\85\afp2ãS\99\15Ý\16ö\932d¦«k0*eUÓ¢D°]ÕÐP{Ð$éõ\93¸Vm«\9b\92\86\8eªÍÐÞC^îix§UÛ5ÚÐøV\9b¬É7è6#\ 5\82©\rm\88ë\9e\96ÐÒhó" \e#kc\aû5\ 4нÎÚ¼*©#üÈO}N\9d\87»e\18³Þ\1c!B@o4çë\rͪÕ^S+\14þ\1cÔ\1e\9e\95\9f\84§°\1etQ{\9b./Ú¼|\rÕè\14Õ0á\16ºó\9d¢È_\81\938\175Ï4\86àYì&¸]o\10\9e\ fy\86\9e\1ePyÀ¶¹©\v\85\18\92X}vcÄ)L ¬ *Hät\19ê©rK\8d§e$\99jrtÕ©ydFS,¼\94ûI<M\9a\93(H?t\11\18óø\9dÛ\86`\97\13ØÅêqy\1dð¹i«æå
+xÚ¥XKsÛ6\10¾÷WèÐ\ 34cÒ\ 4\ 1>tlÒ¤M¦\9dñĺÙ9@\14$±¥H\96 íúßw\17\v>$*vÔ\9c\b,\80Åî·\8b\ f\v.\ 2?\b\16û\85ýü¶x·¾ý\18.xà¯øb½[ðtÁ\85¿\92\8bõ¯\ f\8c\87áÒ\v\93$\8dØ;e\ eKO\bÁ¾è\9dnt\99iìJö§*\97aÂ:U,¿®?ß~\14£.\ f¶à\vO®üÔªó<]ªM¡=ýo«Ë­Þzû¢Úв\89 QâG«\85\afp2ãS\99\15Ý\16ö\932d¦«k0*eUÓ¢D°]ÕÐP{Ð$éõ\93¸Vm«\9b\92\86\8eªÍÐÞC^îix§UÛ5ÚÐøV\9b¬É7è6#\ 5\82©\rm\88ë\9e\96ÐÒhó" \e#kc\aû5\ 4нÎÚ¼*©#üÈO}N\9d\87»e\18³Þ\1c!B@o4çë\rͪÕ^S+\14þ\1cÔ\1e\9e\95\9f\84§°\1etQ{\9b./Ú¼|\rÕè\14Õ0á\16ºó\9d¢È_\81\938\175Ï4\86àYì&¸]o\10\9e\ fy\86\9e\1ePyÀ¶¹©\v\85\18\92X}vcÄ)L ¬ *Hät\19ê©rK\8d§e$\99jrtÕ©ydFS,¼\94ûI<M\9a\93(H?t\11\18óø\9dÛ\86`\97\13ØÅêqy\1dð¹i«æå
 ÌE(YV\1d\8fÖ;\81P9\15Ð\89\98\93F\17ÃÂcéKépße³Ma+\1aC-ç\8bCîsÞ\aõ\eVKáÇâ4®'\ 6\e²\8dÀ·Æ\ 3Ö\1e\85!\94Ò\a
-\99¸<\ 6a5\1c\831\b¿\ fnC\ 4>.!wT\96\17y\9bk3?\ e<¸60\7fU\e/«Ê¶©\8a·\83³\ 6@p£\80ÑjÛ¡£a\e \8c\86A#f·Õ
-þ¯&\14\82óz` ùþ ê\96x!`      É\1e>\93\1e\18­,u¢\1er6\18\9cå,\ 1_o¨\99ï¦|Céí¬\12¬"6Ô\8dj-¥¡Ì¼\98V\1f]{Â\97\86D°öx\15\8cÇ\ e\92`óÒêï\ 6\11@\19A\84Î)k[Ì\90µ±q´×\an`\19¢µ9\952¢EÕ¨\f\04$\ 3 ì\12ç|@Î'Sç\83Ñy\98X7DÚ9Ðú\9c³\a\fK\9dic\14åá)dWáTêÖkô6o\88{Ì÷Â\15\8a    \ر\96aøèf¹*Hr\80\13XXg±Wíèû\18FI\ 1*\8e½\86~`Ð\ 4x\1fçt\10§~ÒóÁíV?ݶY}KÓV\13³¹\1fõ\8cp¨L;×\ 3§>éÕÌ\97#P4XcüÏQñD\14ø\LÓû\eÜ\15ÄS[»íÿµ5~ÍVñ\9a­aâÇ=Á>\1f4R\e_±ÎhËØ\ 1\fØI\1aØ9\ 3_\ 6\93»        :À¶ÔxøBk\1c\95r1\822Ré\ 5Z\få\95¬\b§\ 2óÝ3ÝÆ´yÛY[¾3U£\88\8f©\8a\1d<b\98¢¨\11%X¡MÔÚ9Îul\ e®ãL,\8eb\92?ÜÍôÜOô\80×3
-\9c \10>.©e\19\82(\8eî\94·èñ\84!¦K\7f\80\15Ä\fîcÝz¦mÀ\ 2o«³j\8b¦¼Yö®ñ:ì°R\8c },f\90%Ö<\14ät   é¦nt«\1c¨<µ'\1f'*úPu~IJÕUµ\r\rôó6ÊRíߦ\80\83òWÕCõ\8bãçD\8c{P}9gÓY­\ 2hô§åç»{>?NáPcÞÌV'~\9a\8c\8bÃ\1fY,^_Leþ\ 5Î\813\18ÈQ\8d¼Ä\a½\83\14\15rFÁ6þÒK8\9ew|\98\84á\98ý8'öW$\85ÜÏ©\12 G      \8c\ 11Çt\9a |g7\99\93@\129\11Ý«\90ù\8aúP´Õ\85nÝ´\ 2ê-w0vÃ\ 1°VÛ\14·VÓx\9f\bøÚ¡AýO\87Ï>s-×ìÑ\84·Óý\83]\0{\ 5\89;\83\81½À÷\8d\82²Ó\r¥½?D\9fÐß\r\ 5#õ{\9a\85æH³ÐI-ÍB\ 3\99fÔ9Kã÷\83þK\ 5¨@ª\85l\89ا]ÿ\1cVx\1f»\19TAJVV\ eR\82a{ÓsK?¡ªÇÂø \1cõ\94\95Ã\1e®ó\18\8c¿
-é¦7ä\8aW\b?\7fO\vÞg\10\f¹zßsîÁ\10\P\8eF¹p¯\14\987¾]@ú\9c·\ajQ\10\95û zZZ\ 22ä:\fU»WʲSh\8b\fd<ÔØrZc\v\96º\17Æûám\ 5\18t| ûÏ#+Y*®¼C¡Ú\87Ã\ 2\94¸½æÿE\94\9eÿ¿\88\%\8cC\8aTÉ       \7fB«/Ï&;Úeôb>ß<á~Ø\170\90©)\108f*. äÃ\8dè»\9a$§\\ 56L®I\95\rNÉTQ\90\8fà\11<²Å \e)3§|éG}µ×l0ò3ÊLÇ÷%î\17\87`\88¥?{¿H\11#wáçÄe\91°#\95\b[\8d¼\1aIÇ«00ò*tb\9f\aÔzXÛ?B éË\99¦{\ 4Ï\15\15 @\7f&nMh5>¥UA´*Ý\7f¢É!îùtj3N\9cØ|Ez\19]\80KW¤\96HÓË?qR_ö\17Ô7\94\8a\14\95\9eÿÇ\91\ 1\9fþÇ\11i \15l±ôl¨O\a\156ÞëÒ\16X\16\8b\94\1e\1f(79r)µ\8f\14ãέ\9düºY%xÇNà?û\81\16úãï\ex2ã\11®J|\ e¡\ 4\ 4\80w\97µ\17þãðàÊCÝ\99½§³C\ 5EÚNÁ\93ôm*ý¥¯(KzË¿\1cé¿\1e¦Ë¬"\91¾è\ fó°å¿õ\e[ri\83Ý\9fhDìÃú§ÿ\0³\bÃ\19
+\99¸<\ 6a5\1c\831\b¿\ fnC\ 4>.!wT\96\17y\9bk3?\ e\9có+\ 3óWµñ²ªl\9bªx;8k\0\ 47
+\18­¶\1d:\1a\ 1Êh\184bv[­àÿjB!8¯\a\ 6\9aï\ fªn\89\17\ 2\96\90ìá3é\81ÑÊR'ê!g\83ÁYÎRðõ\86\9aùnÊ7\94ÞÎ*Á*bCݨÖR\1aÊÌ\8biõѵ'|iH\ 4k\8fWÁxì    6/­þn\10\ 1\94\11\9c²¶Å\fY\e\eG{}à\ 6\96!Z\9bS)#ZT\8dÊ\0@C2\0Â.qÎ\aä|2u>\18\9d\87\89uC¤\9d\ 3­Ï9{À°Ô\996FQ\1e\9eBv\15N¥n½Foó\86¸Ç|/\¡\98À\85\1dk\196\8c\8bn\96«\82$\a8\81\85u\16\8e¾\8fa\94\14 âØkè\a\ 6M\80÷qN\aqê'=\1fÜnõÓm\9bÕ·4m51\9bûQÏ\b\87Ê´s=pê\93^Í|9\ 2E\835Æÿ\1c\15OD\81ÏÅ4½¿Á]A<µµÛþ_[ã×l\15¯Ù\1a&~Ü\13ìóA#µñ\15ë\8c\8c\1d0âÊ\80\9d¤\81\9d3ðe0¹\9b \ 3lK\8d\87/´ÆQ)\17#(#\95^ ÅP^É\8ap*0ß=ÓmL\9b·\9dµå;S5\8aø\98ªØÁ#\86)\8a\1aQ\82\15ÚD­\9dã\Çæà:ÎÄâ(&ùÃÝLÏýD\ fx=£À     \ 2áã\92Z\96!\88âèNy\8b\1eO\18bºô\aXAÌà>Ö­gÚ\ 6,ð¶:«¶hÊ\9b\1a¯Ã\ e\bÒÇb\ 6YbÍCAN\97\90nêF·Ê\81ÊS{òq¢¢\ fUçG,[]UÛÐ@?o£,Õþm
\95=(\7fU=T¿8~Nĸ\aÕ\97s6\9dÕ*\80F\7fZ~¾»çóã\14\ e5æÍluâ§É¸8ü\91ÅâõÅTæ_à\1c8\83\81\1cÕÈK|Ð;Hq\ 6]!g\14lã/½\84ãyÇ\87I\18\8eÙ\8fsb\7fERÈý\9c*\ 1z\94À\98r\1c\10sL§     Êwv\939   $\91\13ѽ
+\99¯¨\ fE[]èÖM+ Þr\ac7\1c\0kµMqk5\8d÷\89\80¯\1d\1aÔÿtøì3×rÍ\1eMx;Ý?Ø\ 5°W\90¸3\18Ø\v|ß((;ÝPÚûCô   ýÝP0R¿§Yh\8e4\v\9dÔÒ,4\90iF\9d³4~?è¿P\80\ 6\11R-dKÄ>íúç°ÂûØÍ 
+R²²r\90\12\fÛ\9b\9e[ú   U=\16Æ\a娧¬\1cöp\9dÇ`üUH7½!W¼Bøù{Zð>\83`ÈÕû\9es\ f\86à\82r4Ê\85{¥À¼ñí\ 2Òç¼=P\8b\82\bã®Ü\aÑÓÒ\12\90!×a¨Ú½R\96\9dB[ä\9bf ã¡Æ\96Ó\1a[°Ô½0Þ\ fo+\98ñÇ ã\ 3Ù\7f\1eYÉÒèÊ;\14ª}8,@\89Ûkþ_Déùÿ\8bÈUÂ8¤H\95\9cð'´úòl²£]F/æóÍ\13î\87}\ 1\ 3\99\9a\ 2\81c¦â\ 2J>Ü\88¾«IrÊU`Ãä\9aTÙà\94L\15\ 5ù\b\1eÁ#[\9c°\912sÊ\97~ÔW{Í\ 6#?£Ìt|_â~q\b\86Xú³÷\8b\141r\17~N\\16 ;R\89°ÕÈ«\91
+\ 3#¯B'öy@­\87µý#\ 4\9a¾\9ciºGð\Q\ 1\ 2ôgâÖ\84VãSZ\15D«Òý'\9a\1câ\9eO§6ãÄ\89ÍW¤\97Ñ\ 5¸tEj\894½ü\13'õe\7fA}C©HQéù\7f\1c\19ðé\7f\1c\91&\f\16\86útPaã½.m\81e±Héñ\81r\93#\97RûH1îÜÚɯ\9bU\82\ 4þ³\1fh¡?þ¾\81'3\1eáªÄç\10J@\0xwY{á?\ e\ f®<Ô\9dÙ{:;TP¤í\14<IߦÒ_ú\8a²¤·üË\91þëaºÌ*\12é\8bþ0\ f[þ[¿±%\976Øý\89FÄ>¬\7fú\ f\f\9eÃ\11
 endstream
 endobj
-551 0 obj
+559 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
@@ -4331,39 +4373,37 @@ endobj
 /F4 26 0 R
 >>
 endobj
-549 0 obj
+557 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 551 0 R
+/Font 559 0 R
 >>
 endobj
-554 0 obj
+562 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 923
 >>
 stream
-xÚ\85UK\8fÛ6\10¾÷W\bè¡4°bDJ$¥ä¶y\14-P èº§4hi\99\88È\92+É»\9bþúÎp¨X\8e\16íIäÌh\9eß7L2\9eeÉ1     \9f\1f\93ûí«\ f2\11\19¯D²=$¢LDΫ"Ù¾ûÈÞ6ö<¹a\93æ¹d"{½I\8b\9fºq²më»#*rvoÇf\93JUe\9a   )6\9f¶?¿ú\90_]¦\10I$iQñ2xMS×Ù]ëÒçó1uuÓ§{w°\97v¢?\17É(ÃU\95¤\90\90 \84\9f7Ò0\aátŦƭ\82\15\9a\9b\825ú^ù\94\8a\97E4Ø]|;ù\ e¼\99\8c¹ç³íötÞÙ\1aã|\1e[¨-ucmϨ`nO\91A«Yc\a[C{F\92íð\8f/t\8e\ 5ÝÁ­\94ìÉOM\7f     å%©\91\çT\93
-I\fîï\8b\1fB7\v%BQáðת6\93A\a)óÔ­
-\13\82\17\7f \17ýyò}Ç7©©*¶müHâÑMá$¯Áæ  \84ËãF\15̶\97 ËX\7f¸\1a\7f\9b\92\940Ü9*ÌóÏ\17{®2nòh46®m©\15¹ÊyvÓ\vJ\18»\96±©\7fi¸"º\ 1«\97\1a £\1a;_eì©ña\90\r¹<EøàÄ\fá\aä\82\10üm0\ 1i\95ùÿ@©\9a\ 3î\b\1f\8dEd<nd\19@
-ANý\10£´þ+x\97Á\1f\83p\18©pÐ\8c\885ø¿ö\7fHe\0r¡Y¢2<WK2 p\v¥ç!\1aö\0 j\1d      \7fïüs\94Þ¸«-v\18ÚS\94æ64þ%\ 1+¥(Ø\83\9b]ºz\8a
-.Éì#Q\1ee÷D¡ñÓ]H3[Nól\8f\8eVD^ÝÑáÐ\ ft°ø)\0wc=ø8u\94#Øð\e\8aB\8b\99|¡¡¨\19\81/®«q\88dh§5,uÎ¥þÏÙi®æ50¸º?vþ\1f\bÌ\"\97 ç\È`²\rÓÒ\86a\ fÛx^3´\10\\99èµî»\83?¦S\7fæÍ*¼.¹\11W²¢7°ÇqL\16º\89\12ÍÞ\92â×Á\9d\87\vª\1e±\83/G\17\0È|\ eÿ=PÚwë5Q\0aËÛȰÎ'wr\14>Æ>Ìa\88\92#]®|
-}\ 2\8aqm\96\bö\1cv^×Ot\80e3á¶§ÛaèOë¼3ൾiÛeXg® ¹3\1f\ 1§ðÞ°\87þ\14\1c\94aI\8d1Ö:\97\93³T$^\ 5n\98 Þ}\85\17\¨>Û\1dÝþ\r@\1cÞ´Hí'dvô)0\1eÑ\12Þ(]-[@È-+¬d\89Õ²dþ@\9a/\18£¿\90pßC1Z\bö\9b³{\12-\\9c\16sA\95\ 5\0\84tk\ fC\8böøÀÐ\ fÎÎû.¸v\b×ÎGz\81\9eø\aª°\96\ 2cÃã¼Ü*`s²3#¡\8dÔ\1e\ 2á|H\ 5\99      Î5ì\a"Íûíwÿ\ 2\85{+;
+xÚ\85UK\8fÛ6\10¾÷W\bè¡4°bDJ$¥ä¶y\14-P èº§4hi\99\88È\92+É»\9bþúÎp¨X\8e\16íIäÌh\9eß7L2\9eeÉ1     \9f\1f\93ûí«\ f2\11\19¯D²=$¢LDΫ"Ù¾ûÈÞ6ö<¹a\93æ¹d"{½I\8b\9fºq²më»#*rvoÇf\93JUe\9a   \99o>m\7f~õ!¿ºL!\92HÒ¢âeð\9a¦®³»Ö¥Ïçcêê¦O÷î`/íD\7f.\92Q\86«*I!!A      ýb?o¤a\ eÂé\8aM\8d[\ 5+47U\92\ 5kô½ò)\15/\8bh°»øvò\1dx3\19sÏgÛíé¼³5Æù<¶P[êÆÚ\9eQÁÜ\9e"\83V³Æ\ e\86ö\8c$Ûá\1f\1c\vº\83[)Ù\93\9f\9aþ\12ÊKR#¹Î©&\15\92\18Üß\17?\84n\16J\84¢Âá¯Um&\83\ eRæ©[\15&\ 4/TTÿ@.úóäû\8eoRSUlÛø\91Ä£\9bÂI^\83Í\13\b\97Ç\8d*\98m/A\97±þp5þ6%)a¸sT\98ç\9f/ö\eÜäÑhl\ÛR+r\95óì¦\17\940v-cSÿÒpEt\ 3V/5@G5v¾ÊØSãà\ery\8aðÁ\89\19Â\ fÈ\ 5!øÛ`\ 2Ò*óÿ\81R5\aÜ\11>\1a\8bÈxÜÈ2\80\14\82\9cú!FiýWð.\83?\ 6á0Rá \19\11\7fíÿ\90Ê\0äB³Dex®\96d@à\16JÏC4ì\ 1@Ô:\12þÞùç(½qW[ì0´§(ÍmhüK\ 2VJQ°\a7»tõ\14µ\86\15\\92ÙG¢<Êî\89Bã§»\90\9cæÙ\1e\1d­\88¼º£Ã¡\1fè`ñS\0îÆzðqê(G°á7\14\85\163ùBCQ3\ 2_\Wã\10ÉÐNkXê\9c\9f³Ó\Ík`pu\7fìü?nä\11\98¹D.AϹ\90Ád\e¦¥\rÃ\1e¶ñ¼fh!¸2ÑkÝw\a\7fL§þÌ\9bUx]r#®dEo`\8fã\98,t\13%\9a½%ů\83;\ f\17T=b\a_\8e.\0\90ù\1cþ{ ´ïÖk¢\0Â\96·\91a\9dOîä(|\8c}\98Ã\10%Gº\ù\14ú\ 4\14ãÚ,Gn\11ì9ì¼®\9fè\0ËfÂmO·ÃÐ\9fÖygÀk}Ӷ˰Î\Asg>\ 2Ná½a\ fý)8\8e¸)Ã\92\1ac¬u.'g©H¼
+Ü0A¼û
+/¸P}¶;ºý\e\808¼i\91ÚOÈìèS`<¢%¼QºZ¶\80\90[VXÉ\12«eÉü\814_0F\7f!á¾\87\10ì7g÷$Z¸8-æ\82*\v\0\béÖ\1e\86\16íñ\81¡\1f\9c\9d÷]pí\10®\9d\8fô\ 2\ fTa-\ 5Æ\86Çy¹UÀædgFB\e©=ø\80\ 5Âù\90
+2\13\9c\ fD\9a÷Ûïþ\ 5\95q+=
 endstream
 endobj
-555 0 obj
+563 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
 >>
 endobj
-553 0 obj
+561 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 555 0 R
+/Font 563 0 R
 >>
 endobj
-558 0 obj
+566 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 100
@@ -4375,35 +4415,37 @@ N!
 !i
 \86\16
 \86Æz\96&
-!.Ñ\1a\86FF\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19t\179
+!.Ñ\1a\86F&\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19Ü\17;
 endstream
 endobj
-559 0 obj
+567 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-557 0 obj
+565 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 559 0 R
+/Font 567 0 R
 >>
 endobj
-562 0 obj
+570 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 1122
 >>
 stream
 xÚ­VK\8fÜ6\f¾÷W¸§x\80\8eÆ\92üÜS6m¶h/\rÒ  zh
-Dckg\8cú1°ììî¿/)Ò\1eo&[´@.\96DIÔGò#é \12Q\14\1c\ 3\1c¼ÙïîT #QÈ`\7f\1fÈ<\90Z\14q°ÿéÏðö|ÞlU\16Ú®ª\1f7[­ux{Cã{\8b[yØ\ f\1dQ\16\87o¦£\ 3a¢ò4\94JoþÚÿº»\93\81Ì\84òº·ð¤\f¶q!ò\8bz-\17õY\12Þn¶¹ÎI;ì,ÚaËk÷*×pcÄ
-@DD:ß5Ö8\8b7âp¸`$\15¦ihçà\91¢èi\ 3öõ\13\89?ª$ë*\9a×\1d?kÜIl¶I\9a\ 3\82ñrnpã\ f°Ê½\8a\94UèÐ\9dú©©èjkþFí\96w¦Á\92|<\19\ 6T\8f3R\80ö\84Ö\ 5[6   ¢ \13oR\8dP\v\1d\1a\1a\0;<\1cGyh<V\10±B\98Õ<\9a3\99nÍÀ·½=þ¬¥IcFëøøg\8fspuïO©°¿§\r¶>U:Ü¿p1}ñ"?ì£\16Pì/V\99æa\ 3\0\r~\9e\1c\91Ê \8cÏ\9b$\r\98CcI|ß\ f4¹Û¿cÉзÄ\ 5½æB.T\1aD^ýýx¾Ùíà+\8eÝ$úá¸;O\87Ý\ 1Pí®I\94Ä")ø¢ (¨<\13\85\ 2À©\90ÚoüÖ\95\80'Nä\853¸81ht6I*;Ú¡­;[Ñ\9a¢\833\83\83Â\bòº\1c'\1fx¿²\8fµ\e\1dÆ6\97áäì|Û^Yª¥\14*gÀh\13jüÒª8á\ 3eß¶\9e*^]Oöé\fT¨u@Üth\91>*\8f\11¨Ê5\ 1Åõ*\93\80\r1Ì~¹§\9dÅ\17xþ¹/Pbè\14&Ì#X¦\80\ fKº¨\\85f°tÂve?\ræ\88NÃ5àôc\vL UäF\8fÎÑøàYÛ4ß#¤,ü}:\1e\81\98\17\18\87>P:
-?\9dOuÓ»\1e\86Ò4¯P(ÙV\98¬lu$i½YOtù@y5ïÔ\8dG¬gÏ>\8b\93R\85Ð3#á\81-Æê5\13ò*`E\8cT£ÃÈxTÊPܸz\85Æ\13CøàlgG\ eªÒ"!\93©\80wöÁ\1d\87~:_A\ 3ÊG\8a\1fC@\88L|\8dFi.2ù<7d\94\89¬ ÜàFá\v«fÆ`/ /fìE\94,\95Qc1*\9b©²7ôZrym\9b\88¢XgÝG\95ªë\84U"\9dÙMeI\7fYô
-;$ÚÔ"\e\ fÔÆ¸\8cø\1a¥çâv\ 5\81´¯¬ûï\18Nf¨<+=¯\11\ 4Õh0¿çV:\98KÃtO\10Øöß!ü_7@¶\9f\81\94l*\94\11v9\12\aßäýoì\81[ÒWYW\ eõyä\18\\M]GÇ3Aô\9cG\2jHþoâ\a\ 6\ 2dóM\1f§\1e\11Ã\19\bŧÁ\965wÈW´õ\0Å\0¡\9c(nöÑ\ eeí,\93w\9cÝ»à_\ 2»T\a¼¶T\87µócv¾Æ¬\18|a\v«©äSõ(®²s«¤HÁîb¶ûÅ"¯E<7\82ºs\96²MF\fXÊù_\ 5\17
\83ey\rÌs45ÓØ·@Ë\92z\91ßíÐ(\ f\fî\9c±ýÏ*H+Úä\83XY~\9d:6¿Þ\10ßñ!ª\1f\ 4zU¦\16§>ë3xvþ\19Z\98¸üßadí\1c\ 3\9fçÅ\9bò\ 1úöÐqÎ!\13k7\aÎ\e  \1d\98b÷µ\ 2®s\91ÎÕ¯<Ùñõ¹\17?þñþ\83x[M×\ 5\^\ e\13ü·ûïþ\ 1êèô\ 4
+Dckg\8cú1°ììî¿/)Ò\1eo&[´@.\96DIÔGò#é \12Q\14\1c\ 3\1c¼ÙïîT #QÈ`\7f\1fÈ<\90Z\14q°ÿéÏðö|ÞlU\16Ú®ª\1f7[­ux{Cã{\8b[yØ\ f\1dQ\16\87o¦£\ 3a¢ò4\94*Ùüµÿuw'\ 3\99        åuoáI\19lãBä\17õZ.ê³$¼Ýls\9d\93vØY´Ã\96×îU®áÆ\88\15\80\88\88t¾k¬q\16oÄápÁH*LÓÐÎÁ#EÑÓ\ 6ìë'\12\7fTIÖU4¯;~Ö¸\93Øl\934\a\ 4ãåÜàÆ\1f`\95{\15)«Ð¡;õSSÑÕÖü\8dÚ-ïL\83%ùx2\f¨\1e\0í    ­\v¶l\12DA&Þ¤\1a¡\16:44\0vx8\8eòÐx¬ b\850«y4g2Ý\9a\81o{{üYK\93Æ\8cÖññÏ\1eçàêÞ\9fRa\7fO\el}ªt¸\7fábúâE~ØG- Ø_¬2ÍÃ\ 6\0\1aü<9"\95A\18\9f7I\1a\9aº1\87Æ\92ø¾\1fhr·\7fÇ\92¡o\89\v\85\¨4\88¼úûñ|³ÛÁW\1c»IôÃqw\9e\ e»\ 3 Ú]\93(\89ERðEAQPy&
+\ 5\80S!µßø­+\ 1O\9cÈ\vgpqbÐèl\92Tv´C[w¶¢5E\ag\ 6\a\85\11äu9N>ð~e\1fk7:\8cm.ÃÉÙù¶½²TK)TÎ\80Ñ&Ôø¥UqÂ\aʾm=U¼º\9eìÓ\19¨Pë\80¸éÐ"}T\1e#P\95k\ 2\8aëU&\ 1\eb\98ýrO;\8b/ðüs_ ÄÐ)L\98G°L\ 1\1f\96tQ¹
+Í`é\84íÊ~\1aÌ\11\9d\86kÀéÇ\16\98@ªÈ\8d\1e\9d£ñÁ³¶i¾GHYøût<\ 21\81\8a/0\ e} t\14~:\9fê¦w=\f¥i^¡P²­0YÙêHÒz³\9eèò\81òjÞ©\e\8f\9e}\16
+¡gFÂ\ 3[\8cÕk&äUÀ\8a\18©F\87\91ñ¨\94¡¸qõ
+\8d'\86ðÁÙÎ\8e\1cT¥EB&S\ 1ïì\83;\ eýt¾\82\ 6\94\8f\14?\86\80\10\99ø\1a\8dÒ\dòynÈ(\13YA¹Á\8dÂ\17\8cÁ^@^ÌØ\8b(Y*£ÆbT6SeoèµäòÚ6\11E±Îº\8f*U×      «D:³\9bÊ\92þ²\86i\15vH´©E6\1e¨\8dq\19ñ5JÏÅí
+\ 2i_Y÷ß1\9cÌPyVz^#\bªÑ`~Ï­t0\97\86é\9e °í¿Cø¿n\80l?\ 3)ÙT(#ìr$\ e¾Éûߨ\ 3·¤¯²®\1cêóÈ1¸¸\9aº\8e\8eg\82è9\8f¸dÔ\90üßÄ\ f\f\ 4Èæ\9b>N="\863\10\8aO\83-kî\90¯hë\ 1\8a\ 1B9QÜì£\1dÊÚY&ï8»wÁ¿\ 4\ exm©\ ekçÇì|\8dY1øÂ\16VSɧêQ\eçVI\91\82ÝÅl÷\8bE^\8bxn\ 4uç,e\9b\8c\18°\94ó¿
+.\14H\aËò\1a\98çhj¦±o\81\96%õ"¿Û¡Q\1eöZ\19Ü9cû\9fU\90V´É\a±²ü:ul~½!¾ãCT?\bôªL-N}Ögðìü3´0qù¿ÃÈÚ9\ 6f®?Ï\8b\ 3ôí¡ã\9cC&Ön\ e\9c7\12:0Åîk\ 5\ç"\9d«_y²ãës/~üãý\añ¶\9a®\v¸¼\1c&øo÷ßý\ 3\ 1\ 5ô\ 6
 endstream
 endobj
-563 0 obj
+571 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
@@ -4411,13 +4453,13 @@ endobj
 /F5 30 0 R
 >>
 endobj
-561 0 obj
+569 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 563 0 R
+/Font 571 0 R
 >>
 endobj
-566 0 obj
+574 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 100
@@ -4429,42 +4471,40 @@ N!
 !i
 \86\16
 \86Æz\96&
-!.Ñ\1a\86F&\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19Ü\17;
+!.Ñ\1a\86Ff\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\1aD\17=
 endstream
 endobj
-567 0 obj
+575 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-565 0 obj
+573 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 567 0 R
+/Font 575 0 R
 >>
 endobj
-570 0 obj
+578 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2808
 >>
 stream
 xÚ­\19k\8fÛ6òûý
-_Q 2\10±"©\a\94çu\ fM\9bv\8dâ\80Ý\ 2§µéµ.²ä\8ar\92ý÷7Ã!eÚR\926·ð\aó1\1cÎûA-\12\96$\8bû\85ýûçâùê»×bÁ\13VòÅj»àjÁ%+ÓÅêåMôìpXÆ¢\88t»©?.c)eôü\1fôÿ¦ZÆY\1eý·ëiþ²¾\15Y®{Ý®µÁ¥4z½T2ê»=\ 1¬vÚaè\8e}ëÆ×;Ý4Ë\98K\ 5ð\dËßWÿúî5_ð\82  KN\fTòE,\13¦\8a\13I\92\8f$\15Yô|\19+¥,E¹p\14Áò%E°ôzYz\8a\8aÔQ\84\b\88"¸{Á¹b\,bø+¥½\90H´t\ 5b\8ay"\19È*\169+\95\ 5|^\99\1dJ+\8bêý¡Ñ{Ý.E\1e\r\ 6×ÒH\e\83\vE4ÔUÓ<\10à\80\14àÀT{7ºï«ý¾ê\9fÂL\15Ñ¡\82©\1et\8f\9byTµ\e\82z¿ÌÒ¨êëê®Ñ\ eÿÇCÕ\9aºkÝÉ^oêØ²\14ó\14õ    Bf<³\94öz=\10¤L¤CZfÑ\1fÇn¨Û{\9aT\86þ\89Är\14\92\1d[\99°e\9c\82"\1cÛ°z4:8d%¦N\12\13
+_Q 2\10±"©\a\94çu\ fM\9bv\8dâ\80Ý\ 2§µéµ.²ä\8ar\92ý÷7Ã!eÚR\926·ð\aó1\1cÎûA-\12\96$\8bû\85ýûçâùê»×bÁ\13VòÅj»àjÁ%+ÓÅêåMôìpXÆ¢\88t»©?.c)eôü\1fôÿ¦ZÆY\1eý·ëiþ²¾\15Y®{Ý®µÁ¥4z½T2ê»=\ 1¬vÚaè\8e}ëÆ×;Ý4Ë\98K\ 5ð\\14ËßWÿúî5_ð\82  KN\fTòE,\13¦\8a\13I\92\8f$\15Yô|\19+¥,E¹p\14Áò%E°ôzYz\8a\8aÔQ\84\b\88"¸{Á¹b\,bø+¥½\90H´t\ 5b\8ay"\19È*\169+\95\ 5|^\99\1dJ+\8bêý¡Ñ{Ý.E\1e\r\ 6×ÒH\e\83\vE4ÔUÓ<\10à\80\14àÀT{7ºï«ý¾ê\9fÂL\15Ñ¡\82©\1et\8f\9byTµ\e\82z¿ÌÒ¨êëê®Ñ\ eÿÇCÕ\9aºkÝÉ^oêØ²\14ó\14õ    Bf<³\94öz=\10¤L¤CZfÑ\1fÇn¨Û{\9aT\86þ\89Är\14\92\1d[\99°e\9c\82"\1cÛ°z4:8d%¦N\12\13
 ±H,\ 5\87Î\80ö.\85*9j\9d x\ 2\ 2\16\88.\8dÌ\04Výæ\13\94\194R\15éµãW\94\ 5*/`\18-¡XWÈ4ð\9c\16Q·¥ÿ]\87\80\93\1c\11\1aMë[]\rÇÞ\9a\rlT½[\1e:ú¿£\virÒ6\0è\r\8aEYãò§Æã¦Û»ÑæÂ6á\12\87\82Ðé\0%òC\1e\80Ì\90SZ¾e
 \ 2è«M\8d<U\r-\8c\9e\ 5cC\9eeÉG\ 5Û}PÕ÷0Ì\ 4 ©\8d\ 3$c Ð?\8eõ\1aï~\87\16\8a»\e=Tuã@ÝÍù\94üÌI\14ÐÕ÷m½u\9a8\91îô°®à\ 4H(\83Ðñ\f\9d/\89¬Ü\8eû%0\7fGÁ¦§\r\8b±à£Z`éò^Ø%áÂ\1e8@SÕ­Þдniÿ¾\aUz\94\e}\18vçû\87^¿¯»£¡U'\fÃ.$Oä¯HhR\ 4B\83¸Ev\8fálð1î=º¾î\8d\83\11È\8cµv\19DÚL°Â\9b;øÐ¥7ð\8c%¥Û®ÛusÜXÞ\0»¥\1d£ço¿¦è#8®\Ð\1dI¸«\8cnj\1fh{½%±1º'\vCY¦\98Êñß®Àu·"\17Sz\ 4Ë3G\ f\84 \ 4\12¹ôt©XþY?\17à\9f\9e³xݵۮßWä?\18\932p\83÷Ö\ 3Zºã\83ó¥,\9d\8d,<M\98T_\8a,ÊÓd\N[\9fG\85,\eÍËÐ][Ê\14xkài\97j\8c\ 5ð«ÎÂÍ\17\94éÌ|W!\8f`|=\99È-X\95&%^\9fÌKF9ã\9cF7Nì\0ñöçë«\7f»LÜÙȱѿ?¥\85Cuïð\14ùírFá ÿ"ý
 }\v\88k;\e~U\16í­ß6C\1d¯Ñww\90©Ö\94¨\0ª¶Ú´JDêòÈ\8b\19Ov\aëc4q\ãpä\1a1\0×´zs\15àzGù    ê
\b\19Æ\ 4@\f#p.g\19&V,Ãâ/\19xR\10Ã2QѺ\83ÄÜnbçT°¢Ñ(\90 \84óê\83õ\17»ê@1\a&\8a¶o^ÐqZüqÄñ\8apXÝñQwp@\ 1+\ 4\82§l8
-mlt\840¢(Vx?¸«éÔ¹ãå,K=À±\ 6åµ3ÒÊÀ=\8b¯0\8f,\11\10N;²ê\rÆD\Á:\11ª\fØ ÒÆV,¸b\93\\87Y\1dÁ@º\90FIÿ¸»×6\11íª¶6{\ 2q\12ÆÝÑTp\ 2á\86\0nÞö]<\15Up¯\10"z1Þdí'\1dí\aö ª»]ºUª\8b\ 4Du\97\92\95µe\80r¢£\893\vót¢\ eQB\11éEäøÓ\13\8a       é\80*¯³\10K\12`¸§\9aà\1c\ 1¤)¯õ§\94\ 4êçü¬hè(6\0©õáØ@Jt©dxDw\11\8aûø0Ê\85&\908\87®\7f \90ÑåEèò"*Éå¹\8fs¸öÃé À\86\ 2ìi]7à2Ú\90÷óÑû9h¯D\9fAÐñæ9?9³\ eOÚD¬\12\83ägô\ 2Ūßß®ç\ 2>\17ç®f3tîT\91_¨"·ª\88Ólì\94r\1f\84`4Ê\ f'\rL<\8a\9a\9a\8cÊa\87\1a­Þk¨\97÷\a²\ 4\95°³â±¦d{Ê.\14\92`0©bRì2À\r\9a£³\15[\90¹ýièá,÷üþpu½Z]½yõúç_ß<[MD£@²>\17Ò\15¾\91Á4HâI!\19\e(èÐõ\1ehcÖTE¡X\92\7f\85­f¢<¯ÜÍ\84'U\9eÊ\8aõ\N/°\ 3teLS¿[RO\80\98G}e29µf´çÃ\18ì\9cÂ\18Là6\1aÜ\8cF\8fàW®±ÀôJ1\8b\9aº\ 4by\1e\1a²Oû2â\9c\7f)\rþµ:\ fÚjJ\830èZ\1doÀÈ,G¶óÈÁ\8aú~T\15À\84ZuÇ|zÌ\ 3§Ç       4\85\84âæ\99Ça=[æ¥ç\b 
-aÃ2\96èd°ùh\86çÞ\\1d Ñ\1càfôª\14\84yÞ)§¡:\f\16¡\1d\18l^¼=\10°y Yõ\91æh\9d\b{4\9a\ 6\1eü¶\90
-ø¢ªµG© 0:\8c\83    )MCѦe\18\1e2¸¡zg±ÐÞX+Ù­\8eþÁ\12h@\85kr\12¿Á\10Rʱ>O.\122¢¬hc¾ïÊ\ß\ 5ÿ\96¬Øö\1axÊ^\91G\ fS\99\9fiûQÒÉj&Â\bÉ\84\ f0ß>a\8c=\99Vùê\14XÆÇ\fÈ\85\81\16Á\88R\81\1d\ 5ö¹\10Wq?'\93Ø\18\9a<ûéú*~A\aï*\vöÎ4 ÐX\9buu°å,vb¸OH\éëÎ×Զǹ\98\85\82p­?\ eôJsÑô+Ûô\13\f\ 1\ 3íÀEã\ e"SÚØ¼W`çe\17Íñ@\ f ]?è\r\1d\1aSl\11¦Ø<\ 2Z\98`)íÜxNqò\vÉË\85\97d>°ä\8f\1aV
-0\9b\90xCK³é%IYê\e¸o¿\ 1í\7f3MØ\82e\13íÛ;\ 2\1f\17\9fG\9b\8eæ\r5PëªÑñø\96DÍ¡;ÐCÀh\ÒÄ\93ÔÍãËZÁ\92ì²,\8f\v\9eE®z\1d-\ 3׿µ\8d\18Òt´\81
-Ǥmðh\9eA\99³ò ÿ\99ºF®°Üs\99èåTô\9c¥^ôOÀz\14ç3X \9d\95¾ \89ãÍq\7f\88ÍÐ\83\14Í4\83CU\91_ ô]
-\ 4é\82©³w\93é]\92%òüªC÷ÉÛÊ\82I\ fý\ 4£QòéþR¦<\88\99\0é\8a%\18¹×+>ªÓÕ\1c°åo¶ÛÛîH\ f\91\bþ+Ú1ë¾>\f>ÿ&L\9eåß±\7f\97çý;ù\æZø\1fOÆFuÎʾ\92\8f\ 6vÙÄ˨xT§K\vuY÷ÀZñ      ¯S§¢îïSäÉÉ`(g=P\97\84=\9dÅÙÑ}­¾§|\\94¤\ 5\ìõpì[\1aS\92\85&\9e³y\13\96+ú;ÔÎ)©óÆ%'k\1c^\8fï¾\9c\97\17%\91/3\12P\82°/e9t\17oC|®ØPc±Á#\85\ 2\87Ú«\88\86CÛº;+1ço\8f\rÁ|ØÙÇ©\1cí~ê\8f\19g||ºÛÎõ\ 6ÒoC­>èSÍ\81´¶Zo\f\rmÆÇKlÆ\87A×Ú\97Y\18Õ.\ 6á»z¦Â<S¹2]S\9b £->á>æ³H!]=X¤³\86\13>õcC2÷\10QúÒ¹×F÷T9m\b÷ée@\16®\95Ã\9bÆ\8eÒ^[ïéé\ 5à½ç\15áË\19L¼Ò\ 1dªt+¼\12Z\91\99T\a·:#ÈÇÏDò¢#)\84{¡ö\r\13\ e\ 2¢P±\10{굡ù><yú\80\0\8e´ßwM£\1dÓ\1fêawB>      \9fY\10@?ÓiÅ\ e00\8e°X{ÌÖ?ã\93°"²ä\13a\ 5\ 2¢ï\9cý÷Ã[ø\11d\19òɼ\9f@\89Öó© $Ë<ªï'ÇK\8cЧãbö¸ü³Çågo¿]Þ.§rJGFAäÃn¯Á\1eHX\96q\1c8«Æ¢\ e¢\90©÷þ+V\91`=\13~=i*',ÿ\9a3>ö¿ \ÒTíýqL\1có       \89Ü"eü<!u\a²\D\ 6Ésè\8fë\81b#\9c8%£òq\eK\99úO\eþùbÆ^T\81\1f\7f]¸Ô\r°2Sù\a\8f\9bqI\1cP\9e\ 4\8c3ªü\8bÈÝ^5\r}\ 2<\7fûÈ¢{ÝB#ç\85æ¾oÁ\ 1c­Ü%\1c\91!e\81\8a\9cõ\1fÍÅ\93þ¬\ 6Ü\97\9b\e\90\1dï\v
-àÉ£j@(\15h@¨r^\ 39\93^\ 377sf\9eÏË\1f\11\ 6\ 6^ªPþx÷Þu»\86¦ëP\14\96\1aHbîÍ\1fß\ 3ú\81\8d\80X*ÇÊâü#\f}\0\ 5\99¹oê\7fÆ+þ?\9d,^­þö?\85»«£
\b\19Æ\ 4@\f#p.g\19&V,Ãâ/\19xR\10Ã2QѺ\83ÄÜnbçT°¢Ñ(\90 \84óê\83õ\17»ê@1\a&\8a¶o^ÐqZüqÄñ\8apXÝñQwp@e·K\ 2ÁS6\1c\8566:B\18Q\14\1fÜÕtêÜñr\96¥\1eàX\83òÚ\19ieà\9eÅW\98G\96\b\b§\1d\ 6c"®`\9d\bU\ 6lPic+\16\±I®Ã¬\8e` ]H£¤\7fÜÝk\9b\88vU[\9b=\818    ãîh*8\81pC\07oû.\9e\8a*¸W\b\11½\18o²ö\93\8eö\ 3{<\ 1©»Uª\8b\ 4Du\97\92\95µe\80r¢£\893\vót¢\ eQB\11éEäøÓ\13\8a    é\80*¯³\10K\12`¸§\9aà\1c\ 1¤)¯õ§\94\ 4êçü¬hè(6\0©õáØ@Jt©dxDw\11\8aûø0Ê\85&\908\87®\7f \90ÑåEèò"*Éå¹\8fs¸öÃé À\86\ 2ìi]7à2Ú\90÷óÑûyÄ9G\9fAÐñæ9?9³\ eOÚD¬\12\83ägô\ 2Ūßß®ç\ 2>\17ç®f3tîT\91_¨"·ª\88Ólì\94r\1f\84`4Ê\ f'\rL<\8a\9a\9a\8cÊa\87\1a­Þk¨\97÷\a²\ 4\95°³â±¦d{Ê.\14\92`0©bRì2À\r\9a£³\15[\90¹ýièá,÷üþpu½Z]½yõúç_ß<[MD£@²>\17Ò\15¾\91Á4HâI!\19\e(èÐõ\1ehcÖTE¡X\92\7f\85­f¢<¯ÜÍ\84'U\9eÊ\8aõ\N/°\ 3teLS¿[RO\80\98G}e29µf´çÃ\18ì\9cÂ\18Là6\1aÜ\8cF\8fàW®±ÀôJ1\8b\9aº\ 4by\1e\1a²Oû\12üà\8bið¯ÕyÐVS\1a\84A×êx\ 3Ff9²\9dG\ eVÔ÷£ª\0&Ôª;æÓc\1e8=N )$\147Ï<\ eëÙ2/=G\0U\b\e\96±D'\83ÍG3<÷æê\0\89æ\07£W¥ ÌóN9\rÕa¨\81µ\bíÀ`óâí\81\80Í\ 3ͪ\8f4GëDØ£Ñ4\0*öà·\85\17U­=J\ 5\81Ña\1cLHi\1a\8a6-Ãð\90Á\rÕ;\8b\85öÆZÉnuô\ f\96@\ 3*\\93\93ø\r\86\90R\8eõyr\91\90\11eE\eó}Wæú.ø·dŶ×ÀSö\8a<z\98ÊüLÛ\8f\92NV3\11FH&|\80ùö    cìÉ´ÊW§À2>f@.\f´\bF\94
+ì(°Ï\85¸\8aû9\99ÄÆÐäÙO×Wñ\v:xWY°w¦\ 1\81ÆÚ¬«\83-g±\13Ã}BâJ_w¾¦¶=ÎÅ\ã.\14\84kýq W\9a\8b¦_Ù¦\9f`\b\18h\a.\1aw\10\99ÒÆæ½\ 2;/»h\8e\az\0éúAoèÐ\98b\8b0Åæ\11ÐÂ\ 4KiçÆs\8a\93_H^.¼$ó\81%\7fÔ°R\80Ù\84Ä\eZ\9aM/IÊRßÀ}û\rhÿ\9b\16,\9bhßÞ\11ø°½ Ãÿ<Út4o¨\81ZW\8d\8eÇ·$j\ eÝ\81\1e\ 2\92&\9e¤n\1e
+\96d\97ey\ð,rÕëh\19¸6¯mÜqÇ\90¦£\rT8&m\83\fÊ\9c\95\aùÏÔ5r\85å\9eËD/§¢ç,õ¢\7f\ 2Ö£8\9fÁ\ 2é¬ô\ 5M\1co\8eûCl\86\1e¤h¦\19\1cª\8aü\ 2¡ïR H\17L\9d½\9b\92,\91çW\1dºOÞV\16Lzè'\18\8d\92\972åAÌ\ 4HW,ÁȽ^ñQ\9d®æ\80-\7f³ÝÞvGz0s\8fDð_Ñ\8eY÷õaðù7aò,ÿ\8eý»<ïßÉç2×Âÿx26ªsVö\95|4°Ë&^FÅ£:]Z¨Ëº\aÖ\8aOx\9d:\15u\7f\9f"ON\ 6C9ë\81º$ìé,Î\8eîkõ=åã¢$-àb¯\87cßÒ\98\92´-4ñ\9cÍ\9b°\Ñß¡vNI\9d7.9Yãðz|÷å¼¼(\89|\99\91\80\12\84})Ë¡»x\eâsÅ\86\1a\8b\r\1e)\148Ô^Eô\e6\1cÚÖÝY\899\7f{l\bæÃÎ>Nåh÷S\7fÌ8ããÓÝv®7\90~\ejõA\9fj\ e¤µÕzchh3>^b3>\fºÖ¾Ì¨v1\bßÕ3\15æ\99Ê\95é\9aÚ\ 4\19mñ      ÷1\9fE
+éêÁ"\9d5\9cð©\1f\e\92¹\87\88Ò\97ν6º§ÊiC¸O/\ 3²p­\1cÞ4v\94öÚzOO/\0ï=¯\b_Î`â\95\ e S¥[á\95Ð\8a̤:¸Õ\19A>~&\92\17\1dI!Ü\vµo\98p\10\10\85\8a\85ØS¯\rÍ÷áÉÓ\a\ 4ØYw¤ý¾k\1aí\98þP\ f»\13òIøÌ\82\0ú\99N+v\80\81q\84ÅÚc¶þ\19\9f\84\15\91%\9f\b+\10\10}çì¿\1fÞÂ\8f Ë\90Oæý\ 4\9eO\ 5!YæQ}?9^b\84>\1d\17³Çå\9f=.?{ûíòv9\95S:2
+"\1fv{\rö@²\8cãÀY5\16u\10\85L½÷_±\8a\ 4ë\99ðëIS9aù×\9cñ±ÿ\ 5å\92¦jï\8f\98OHä\16)ãç       ©;\90å"2H\9eC\7f\\ f\14\eáÄ)\19\95\8fÛXÊÔ\7fÚðÏ\173ö¢
+üøëÂ¥n\80\95\99Ê?x$³Ý\8c\80ò$`\9cQå_Dîöªiè\13àùÛG\16Ýë\16\1a9/4÷}\v\ e\18kå.á\88\f)\vTä¬ÿh.\9eôg5à¾ÜÜ\80¼\83ïx_P\0O\1eU\ 3B©@\ 3B\95ó\1aÈ\99ô\1a¸¹\993ó|^þ\8800ðR\85òÇ»÷®Û54]\87¢°Ô@\12soþø\1eÐ\ f4Bm\ 4ÄR9V\16ç\1f\ 3(ÈÌ}Sÿ3^ñÿédñjõ·ÿ\ 1\95«¤
 endstream
 endobj
-571 0 obj
+579 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
@@ -4474,37 +4514,38 @@ endobj
 /F9 84 0 R
 >>
 endobj
-569 0 obj
+577 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 571 0 R
+/Font 579 0 R
 >>
 endobj
-574 0 obj
+582 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2874
+/Length 2879
 >>
 stream
-xÚÅ\1ak\8fÛ¸ñ{\7fÅ\16éáä"VÄ\87^í§$\97\R \ fd÷®(¼A£µµkádÉ'ÉÙ\ 4Eþ{g8¤H\99\8a·Û\ 6\83É\119\1cÎ{\86{\16\85Qtvs¦~~>{rñè9?cQ\98³³\8bë3\96\9d1\11æòìâ§UÀx²Xò4ÍâàIÑo\17K!Dð®¼.»²Y\978\95Á«¢Yð48\14õâýÅß\1e=\8f\fñ,e\1ef
-Û%O8­qÏãa\12\9fEj\ 1\9dÁó<¨\9au}Ø\94=Í®ºB\9d\16EAùi_4}Õ6ôå2èKýå¼\\ f#\\84\b¾zB»\11üÌì~ÿ\10?&Á¾¸ÑÛYz¹ EE³!ÐPÕ\9b\12        \ 6ò\96À\14FLqH@v\18\12`8\92\80\13$\81\13\8bV\17
-\93\ 2OI\0\80&\ 1\96±ìr\11zL\\12\87\96,\ eez/>&"¨vûºÜ\95JBCO°u»Û©;⤨«¢W|Nd0B\87mI\a\b{\0\8fdÈÍ      j\9bG\83`á¸\0\18Bi¾\1f\9ay\14\92\87¹Ysu¨ê¡j4Ù\9aÏ8´¢\ 6¢\930Q2BÙ\85,&IÅ
-Áê1Ýî\98Õ"HÙ]¬NîÃj\11GÁ¾k\91Ë\1f+¥¶\bé·e]ã\90\ 5EW\rÛ]9Tk$%\8eg9ÌÒ(L\85F|        \7fþÉ R\99^\0bÜ£q\ 6íA),\9c2J\16O7z        p«\970\11!\ f¥ÒLX´zÚ6Kb\1fË\920b.û6\15î*ð
-"      `e?t\87õ Ù\99\8eìL\ 2\16].4\90Î\a\98½2}\98\98MbÍ&qÍ&\ 1qÆ´~u®Ù\aÀÇ\88\9a"Q¨ÐÏH7úß\r      y\81k~]d\ 2ïR\ÕJ®\1c%]öÚ¤\bP!í\9c)¡*\80\92ü\8f=A«\ 6ø¨¸\b\13Ú÷±êÚF\99efp\14]I+\8aÃÐî
-¸WQ×\9fõ¦OZÒÝPnôQ-ý®\11Ý\16Ü\8bÏ\1cTHܵ.{°\81\94,\v.\90D\1e\8bàI{è\1a5\96FQ\11¼Á=Y <\ 2L\9bv %MÛí\88 q\15@\87\17\1e\1a`Oo ú\8c\8f\vÐtË;\ 4©kâ\0îTWëj\0\94¾X\8bî7¼\97º¬àÁ¡¯\9a\e\12í\9cÝ\80â2c6\80\16¸ä{¦4Ìsk8h%s
-"\920Mÿ\vW+ré\84,\91\9d9tB \94zß¾í«O>\99<4\17Ù\17ÃPv\ráîÊ\1d9\17ÅÐ\9a\80\1f|F\88Ðx\87\1f<ܱõ-?>De\88f0\80\fâD¯zp'\8a(¿\ 3Å\ f>\19\8cÙ ð#]\84\\ 60ÍG\ 6\fá\86e\ f\1eÌ"K¦ÈF7c\ 4ÑÒ¯e!ª·\8d\18IêÆöº,6¤k©\0sÃ_Ð箨j\r\8d\83þp\ 5~\10¦=}½îÚ\1d\8d\u'\f\0\81ëÕ\a¥\15©Í\15`±uz0Á\AÐpt{0~\8b\ 4\17]\ 1n®ì|3ùj*!¾]*¡üE\f\82¶îûXFi\82\ 3Zþ§\7f=øôé\8b¯×2\14\ 6\1a\83ýßn+ò]\88>\ 3ñ\fà\8fz:k0\87Öes3liÜ^ûª\16ó0JÇ£çNæY\98ðéÉ\95>¥?ì÷ÊÙi·\8a0- \1c\82\80\96FM\18&%\8e\9aL³<AC\e°\ 4J.±\92SNì{$~JZ\88ñ\84´à\12#Ç>\16Ý_h\85\9c
\18U{Éã¤/\a?\97\ 3¢\8ca®|\1c®\95k!z\18Àö\8cK~ÿå¤\9fP\f\8b]\95\19ï¸éi¢Ì\Ä:\ 4\vÇLi:§=)\1fY\ 1\8cð)HCf\94KÅr@£\1dðA;\100Ò0M\\9b\84s\962\8d&\97vø"³0\953|áS¾d\8eÆFqp¥âxyS5\8dº\90L!M\18<ä@L\16Ï
-\8eO\ 4çÚC$\95= ÆIZ\83wÐÆ\80ÃÑ[áB­ó\b7:\8f`ß[-Y\9a¡î~+\9f\95ÜÃ
\88NYA\14fÂ5\83G«Gï=\86ÆPÏ\1cÇc/BÅVKV\8fN\1aBWîk(EM9æ¡\8aS{ÜÝ\16Á!}'\8bHÐ"8Ï!o\1aÈ@ÊÞW\ eðÒsW\99&I£æQ)\b<ÔD÷ZáÁãÆÒ\15h\85ù+8ðÛjFÝ\85U¶ÙË;\87\11C Ê§\ 1'\193øbkv
->cÌ)\v#~\871;V%\18Wz\8fÈ\v\9bYUµ\8eÝQj[\v\99\13«£|ôø\0\1f=>\80ç´?\83:+ÿ¿h¿\88ï\88\ 11\1fµÿ\8fô=\9fg\16x\85k\93©\8aù\88þÅCà$\8a\7fö\89\8d¬\9b\1aiTeq>qñT$h\17\1fk\17\v\1c4Àlý\rÝ®P¹VMõõX{Û´ÌÔ¹\92\85\89p¥bJ»\1cCLÛ#ö<\19±ÃÐú_\9aÏê:\8b£0f\96\80S?Ãç©UBLÁ+}Ä\9c\12\ 2=F  ah\95\10\96\e%\84á¨\84°f\9avh\17\9c"YßY  u\a
-Êømáû")­£«\9aMÕÁÕ|o\94\8f¾c\9aXói3\ 1§T z\ 1\9e\81Ïˬ\9eß¶ÝÆw«\10\92E>6]¨Ç\ 4(m\8f       &\9aÝÜiKàx\86Ý\æ!ûÞIºíÍ®\v\9d\97\92åè\13)Ëí\9dv\8e\ 424Ý=-º¢ºÿ3êa;×¼\83¼D\8eN#\9fkME\86\8dóâ\80T<\96£4|§ã\84·æ°ó¥\99Ù\8cóË\ij\88\9ba©à,\14ìÞ©ôq\ 1ÏmÂèÔïbÒ\0\1d³\8aËàrá\9b\7f4vH¯Û\ eëÆH\90ó\82D̶ï`¢ò×j8\98À#u¼\92Ó\9e®j\91D¶²\8cÜÊ2¢ÊRÒpõ´Ýi\1f\b\ 1 wë\19:V
-\16\9c;Ç¢ÆÊØ4Éñ+gªÏ\87Àq\a\ 6\88²ëJ=E/-¡ÜQ^\1a\ 1¦Ñ\84\17óËü4\14\1f\82IB\96\8c\ 4     )È\85"ò¢î[\9d¥H¸ö$IñX\ 6\14^«ú\1eU¿PIÔo·Ø\1a(:*)¸j°\16Cu\ 5µÿ\80\e?\7fskEßH\16ÚQÛm­zh\b9\12?\18ì©w\86D¿3¼uZ~\ 4:\96çÔ\ 3qþMý}\ 2µÊQû2\89@Uú¾ºÁÚ\1e\12\19{\82¸eØB1£Fª\87\9e¨\1e:\ 1ª\ 6ͤ Û*\Wºç=Ð\©\19\ eÖ\aÐA\9b[N;%\87\1e«p)ùØT?òKæ\1e¿¼üéd\1døÐï¹YÍ|6·\e|Fî\84ü$\9f}\1a\11\91¥áçwo~y{~²\87BV\bõ\17Y\19Ü˽¾\ 2@"3|õÊ,\8aÂĸ²\17oÎ/.þñö\99\1f\19ã0c§.nÈ\ 1\ 4sû§]\9f\13\8c{õøé\8b¯Rp7ó\96\ 2\12íxR\86ã\9d^?~u\12£bb\82\1dwteq¢3K\1cTM?\14ê\85\13\9fñ\97\94\9c\16¢Æª\95=ýv\a]\9bãdNÉ \14\1aÛ\1dO\1e\9f¿8­(ÇÛs+  ÜüÏ_\9f½;\7fùæµ_EeajE6Þn\86c\1c\87\ eÇ,Ú×ÏßxxS\19Êñej\81o       \12\ 3\8dî6Mü\91\14ÁÊ8:9}DñÝP\1ck\90vÉ2Ø\94\ 3äÁý\8coÊÒ0Êî]\10\90ad´ïåóó9a\8c\8dåiö)3ê ÊL¢[ÙÐHE=øí÷\18,Ô°mÐÿ©\8fÊH3lã÷\87\9bU§(\93\93\12(\ 6y©'\17ü j\19\1cÜ¢OlU\ÂÓ)\10¨@'\13\1c)ZI@m\81\91!Å!\vV\7fG  \0\ eúr\8ed\ e ¯J\16,6²\80\95\14\12  ¦À8\95r\0p]·ê\91\18÷\16\ 4ªÛæ\ 6\8dD·Ë\19\eK.XÓ\97à\8ftÔ$ȶ­Ëo\19=gÞ¶\85~¸V\83ë\83¢\ 5\8c\11\9b`
-dº\ 6\99\9b´J\9bü\7fåI\86Ù\aip\9bBi7>GCyW\97X$Ò1îó&\1eFIwÙ\15CÛõÈå\94é'¢17\96.#²\ 43 ''£\14\a²ôµj!sÌHê\ 2\9fò|ëL­7\7fèw±ÂÔ\±üýPé^
\ 3Ç)¬`iñ¤ßÄ­/\91\93\86¢}Y«ëbP
-Á1\87ù¼Ã;è\88\9c CÆ\8fK/î\96^\94Þd4\=¯4Ç©ÔÊ\0Ï\7fÚ\¼;Ó¹\9fþeÌÑ¿\84ô/Ã\97Ú¡l6*Ã̸ó\86\a\93±9G\ 6\ 3\8b¯Ëb8tÊ®àûí¶Ô+çÞ8Á\86°\821]\93á¦n¯üàæü\87\86±F8§Ý\ fº\v\84\r¼ãPYé\8c\138\v\ ensê\9f\9cÈÔ\7fÖ <¨çeî\b\90\1dI\ 6Üyæàâ\ee\9b/ñQZ2E:\87\fÇ\14¸}E\r\ 2\0¡CÆßmá<ú©M\ 5}8ê)H\9d\ 6à'½âúÐ\18=\84\99êù\10ê­ÞÐ+ãG\10*å_gd&m\1f¬÷;ýðy,\997\94¸\97úFôî\ e\83¾ÄB}0ï\r\90«f\13\87¯ß;Àóá=U\ 5Ó\12@»&´Ã=6p\15çÏ\9e]üáßÏ ­\f
+xÚÅZë\8fÛ¸\11ÿÞ¿b\8bô\10¹\88\15ñ¡Wû)É%\97\14È\ 3Ù½+
+oÐhmíZ8Yr%9\9b ÈÿÞ\19\ e)R¦â½´\8b\83É\119$çñãÌpÏ¢0\8aÎnÎÔÏOgO/\1e¿àg,
+svvq}Ʋ3&Â\\9e]ü¸
+\18Ï\16K\9e¦Y\1c<-úíb)\84\bÞ\97×eW6ë\12»2x]4\v\9e\ 6\87¢^|¸øÛã\17±å\95!\9f¥ÌÃLq»ä  §1îz<Lâ³H\r 5x\9e\aU³®\ f\9b²§ÞUW¨Õ¢((?ï\8b¦¯Ú\86¾\\ 6}©¿\9c\97ëa¤\8b0\ e\19ÑWOi6\92\9f\9bÙ\1f\1eáÇ$Ø\177z:K/\174¨h6D\1aªzSâ\86a{K\10
+#¡8[@q\98-@sÜ\ 2vp\v\9cD´ºP\9c\14\ 5 è-À0\96].BO\88K\92Ð\92Å¡L¿K\8e\89\bªÝ¾.w¥ÒÐÐ\13mÝîvê\8cØ)êªè\95\9c\13\19\8cÔa[Ò\ 2Â.À#\19\82\9aæíA°p\1c\0¬|\ e¡4ß\ fÍ<\vÉÃÜ\8c¹:TõP5zÛZÎØ´ª\86M'a¢t\84º\vYL\9a\8a\15\83Õ\13:ݱ¨E\90²»D\9d|\8f¨E\1c\ 5û®E)\7fª\94Ù"¥ß\96u\8dM\16\14]5lwåP­q+q<+a\96Fa*4ãKøóW\ 6\93Êô\0\1e\9d3h\ fÊ`a\95Q³¸º±K [»\84\8e\by(\95e ճ¶Y\92øX\96\84\11sÅ·©pV\81G\10I\0#û¡;¬\a-Ît\14g\12°èr¡\89´>Ðì\91éÃÄm\12ë6\89ë6     ¨3¦ñ«s-> >A^K×\15i\87\8aý\8cv£ÿÝ\91P\16\97E&ð,ÅU­ôÊQÓe¯]\8a\b\15î\9d3¥TEP\9a\7fØ\13µj@\8eJ\8aСy\9fª®m\94[f\86\954¢8\fí®\80s\15uýEOú¬5Ý\råF/ÕÒï\1aÙm\ 1^|á Aâ¬uÙ\83\ f\84\8b¥dYp\81[ä±\b\9e\87®Qmi\f\15É\e\9c\93\ 5
+\11 Û´\ 3\riÚnG\e\1aG\ 1uØVzà¡\ 1ñô\86ª×ø´\0K·²C\92:&6àLuµ®\ 6`髵è~Ås©Ã
+\1e\1cúª¹!ÕÎù\r\18.3n\ 3lAJ>2¥a\9e[ÇA/\993\10\91\84iú_@­È¥se\89ÜñïÌÙ'\\84RÏÛ·}õÙß&\ fÍAöÅ0\94]C¼»rGà¢\ 4Z\13ñ£/\b\11\1atøÁã\1d[lyø\b\8d!\9aá\0:\88\13=êÁ\9d,¢ü\ e\16?øÛ`Ì^\ 2\ fé \ 4\19 4\9f\19\b\84\e\91=x0Ë,\992\eaÆ(¢¥_+B4o{c$©{·×e±![K\ 5¸\eþ\82=wEUkj\1cô\87+ÀAèöôõºkwÔrÍ\9d8\0\ 5\8eW\1f\94U¤6V\80Á\16ô \83±\82 æ\b{Ð~\87\e\ 2`®ì|7ùf(!\ 2\96ßS(¡ð"\ 6E[ø>ÖQ\9a`\83\86ÿéß\ f>\7fþêÛµ\f\85á\b{\8dÁÿo·\15a\17²Ï@=\ 3àQOk\rfѺln\86-µÛkßÔb\1eFé¸ôÜÊ<\v\13>]¹Ò«ô\87ý^\81\9d\86U¤i\ 5a\13\14´4fÂ0(qÌd\1aå   jÚ\vK æ\12«9\ 5\ 2¿{Õ\16r<¡-8Ä(±OE÷\17\1a!§Ê2NÕ^ò8éËÁ\8få`SÆ1W>\ f×˵\12=\ eà{\ 6\92?|=\89\13J`±k2ã\197=u\94\9b\8bX_ÁÂqSêÎYOÊGQ\80 ü\1d¤!3Æ¥îr`£\ 1ø \ 1\ 4\9c4L\13×'a\9d¥L£É¡\1d¹È,Lå\8c\øT.\99c±Q\1c\©{¼¼©\9aF\1d\10&\f\1esØL\16Ï*\8eO\14çúC$\95? ÇIX\83gÐÎ\80Í\11­p ¶y¤\e\9b\8fVK\96fh»÷\85YÉwx\ 1\17Ñ)/\88ÂL¸nðxõø\83\18ò\99ãûØ»¡bk%«Ç'\1d¡+÷5¤¢&\1dóXÅ©]în\8fà\10¾\93G$è\11\9cç\107\rä eï\e\a ôÜQ¦AÒhy\94
+\82\fõ¦{mð\80¸±t\15Zaü
+\0~[Í\98»°Æ6{xgñ\ 44b6¨âiàIÎ\fXlÝNÑg\9c9eaÄïpfÇ«\ 4ãÊî\91ya#«ªÖww\94ÚÒBæÜÕQ>">ÐGÄ\aò\9cõg\90gåÿ\17ë\17ñ\1dw@ÌGëÿ#}Ïç\85\ 5¨pm"U1\7f£\7fõ\188\81â\9fýÍF\16¦Æ=ª´8\9f@<%     \1aâc\rñ&½ÀF\ 3ÂÖß\10v\85\8aµjʯÇÜÛ\86e&Ï\95,L\84«\15\93ÚåxÅ´=rÏ\93\91;4-þR\7fÖÖY\1c\851³R\ 3\0\b\9f§Ö\b1\ 4¯ô\12sF\bû1F\bMk\84\18!4G#\841Ó°CCp\8aÛú\9d\8dPW  \8dß\16>\16Ii\81®j6U\aGóÑ(\1f±c\1aXói1\ 1»\94 z\17<\ 3Ìˬ\9dß¶ÝÆ\87\92E>\16]¨Æ\ 4,m\8d       :ZÜÜ)K`{FÜ\æ!û½\83t[\9b]\17:.%ÏÑ+R\94Û;å\1c       ÛÐûîiÐ\15åý_Ð\ eÛ¹â\1dÄ%r\ 4\8d|®4\15\191Ϋ\ 3BñX\8eÚðAǹÞ\9aÃÎ×ff#ίs©©ÙÜ\8cH\ 5g¡`ß\1dJ\1f'ðÜ\ 6\8cNþ.&\ 5Ð1ª¸\f.\17¾ûGc\85ôºí0o\8c\ 4\81\17\ 4b¶|\a\1d\15¿VÃÁ\<RßWrZÓU%\92Èf\96\91\9bYF\94YJj®\9eµ;\8d\81p\ 1än>CËJÁ\82sgY´X\19\9b"9~åLÕù\908ÎÀ\v¢ìºRw\11¥%¤;
\91`
+MØ6u1?ÍOCa\94ûñ£¯\98$dÉè£Î%!\ 5A(2/ê¾ÕQ\8a\84cO\82\14Od°Ãk\95ߣé\17*\88úõ\16K\ 3EG)\ 5W\ 5Öb¨® ÷\1f\97{÷VÄFòÐ\8eÊnkUCCÊ\91úÁaO½3$ú\9dá\9dSò#Ò±>§\bÄù½â}\ 2¹ÊQù2\89ÀTú¾ºÁÜ\1e;T\12\19k\828eØB2£Zª\86\9e¨\1a:\11ª\ 6ݤ Ó*^Wºæ=P_\99\19\a°A\e[N+%\87\1e³p)ùXT?Â%s\8e\9f_ýx2\ f|ä×ܬe>\9f\9b\r\98\91;W~\92Ï>\8d\88Èîá§÷o\7f~w~²\86B^\bù\17y\19\9cË=¾"@ 3|óÈ,\8aÂÄ@ÙË·ç\17\17ÿx÷Ü¿\19ã0c§\ e\ 3\fææO«>'\ 4÷úɳ\97ßÜÁÝÂ[
+\b´ãI\1a\8egzóäõI\8eJ\88        VÜ\11ÊâDG\96ب\9a~(Ô\v\10\9fñ\97\8c\9c\ 6¢Åª\91=ýv\a\9d\9bcgÎÈ \15\1aË\1dO\9f\9c¿<m(ÇÓs«  \9cüÏ_\9e¿?\7fõö\8d\9fEeajU6\9enFb\1c\9b\8eÄ,Û7/Þz|S\19Êñej\81o       \12/\1a]m\9aà\91\14ÁÊ\0\9d\9c>¢ø0\14Ç\9a¤!Y\ 6\9br\80\9fÁ¦,\r£ì»\13"O\1d2\8c\8cõ½zq>§\8c±°<\8d>eF\15D\99I\84\95\rµÔ­\a¿ý\1e/\vÕl\eÄ?õQ9i\86eüþP\ fz²ª\14er\92\ 2Å /õä\82\1fT.\83\8d[ÄÄVÝK¸:]\ 4ê¢\93    &r\8e\16­& ·À\9b!Å&\vV\7fG\r\0\ fúr\8eÛ\1cÀ^\95.Xlt\ 1#éJ\80\v5\ 5Á©\90\ 3\88ëºU\8fÄ8· RÝ67è$º\ÎØ\98\98¾\ 4<Ò·&Q¶m]Þçí9ó¶-ôõj\\1fÔ^À\19±\b¦H¦j\90¹A«´Áÿ7\9ed\98}\90\ 6Ø\14ʺñ9\1aÒ»ºÄ$\91\96q\9f7q1
+ºË®\18Ú®G)§L?\11\8d±±t\ 5\91%\18\ 191\19\858\10¥¯U \99cDR\17ø\94ç{gjÑü\91
+SsÄò_\87J×Rè\1f8Nq\ 5O\8b'õ&n±DN
+\8aöe­®\8bA\19\ 4Ç\18æË\ eÏ oìzf\ 5\192~\9czq7õ¢ð&£æêE¥%N©V\ 6|~kq\91\8bû\8dÞ2æØ_Bö\97áKíP6\e\15afÜyÃ\83ÎX\9c#\87\81Á×e1\1c:åWðýv[ê\91so\9càC\98Á\98ªÉpS·Wþåæü\87\86ñFX§Ý\ fº
+\84\ 5¼ã«²Ò\11'H\16\0nsê\9fZ(\9dÈÔ\7fÖ >¨æeÎ\b\94×Î\19I\aÜyæ¸[\a¿\11Ñ_ᣴdjë\1c"\1c\93àö\15\15\b\80\84\80\8c¿ÛÂyôS\93
+úpTS\90:\fÀOzÄõ¡1v\b=Uó!Ö[=¡WÎ\8f$4Ê¿ÎèLÚ:XïWúáó\982o(p/õ\89èÝ\1d\1a}\89\89ú`Þ\e VÍ&\80¯ß;\0ùð\9c*\83i\89 ¡        ýp\8f\ 5\%ù³ç\17\7fø\ f¢z­\15
 endstream
 endobj
-575 0 obj
+583 0 obj
 <<
 /F2 13 0 R
 /F5 30 0 R
@@ -4514,19 +4555,19 @@ endobj
 /F9 84 0 R
 >>
 endobj
-573 0 obj
+581 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 575 0 R
+/Font 583 0 R
 >>
 endobj
-578 0 obj
+586 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2842
 >>
 stream
-xÚÍ\1akoã¸ñ{\7f\85?\14]\19XóDR¢¤¢=à\16·Û^q\ 5\16× @\91\1c°\8a-'êÊ\92+Éɦè\8fï\fg(Q\96òØ6ÀÝ\97\98\8fáh8ï\19f\15\8a0\ݬìÏ\9fVï.¾ù V2\14\99\]ìW2]I-²huñýeðÝñ¸Þ¨$(ê]ùe½ÑZ\aï~O¿\7fÍ×\9bØ\ 4ÿlZ\9a\7f_^©Ø\14mQo\8b\ e\97¢àÃ:ÕAÛ\1c\bàâ¶`\fÍ©­yü·Û¢ªÖ\e©S\80\97*Yÿ|ñ\97o>Ä#9)\92²\892\91Z\82®\94Q\ 4ã\93¬\84\89\ 5x\97\80Z©`\7fª·}ÙÔ\1d\16?©t\807J\83¢=\94}_ìh³ohï6_ÃmïÖ\b@;UcÁ·yEó»u\1c\ 1®2¿®ì5\95\fN]YßÐù\1eîh©Ó#u*K\85QL^Õ ¦ó\vh%dÄ\10×§²êËú-"\84/Õ;\87\19);uxv\ 5¬\vEbVÀ7<\88ÇN]±?UÄÔ¶Ø\9eÚ®¼Ã\13\96ÏSf\0§\ fö\9e\ f´wM\f¡³÷-²¥&°« +\9c 
+xÚÍ\1akoã¸ñ{\7f\85?\14]\19XóDR¢¤¢=à\16·Û^q\ 5\16× @\91\1c°\8a-'êÊ\92+Éɦè\8fï\fg(Q\96òØ6ÀÝ\97\98\8fáh8ï\19f\15\8a0\ݬìÏ\9fVï.¾ù V2\14\99\]ìW2]I-²huñýeðÝñ¸Þ¨$(ê]ùe½ÑZ\aï~O¿\7fÍ×\9bØ\ 4ÿlZ\9a\7f_^©Ø\14mQo\8b\ e\97¢àÃ:ÕAÛ\1c\bàâ¶`\fÍ©­yü·Û¢ªÖ\e©S\80\97*[ÿ|ñ\97o>Ä#9)\92²\892\91Z\82®\94Q\ 4ã\93¬\84\89\ 5x\97\80Z©`\7fª·}ÙÔ\1d\16?©t\807J\83¢=\94}_ìh³ohï6_ÃmïÖ\b@;UcÁ·yEó»u\1c\ 1®2¿®ì5\95\fN]YßÐù\1eîh©Ó#u*K\85QL^Õ ¦ó\vh%dÄ\10×§²êËú-"\84/Õ;\87\19);uxv\ 5¬\vEbVÀ7<\88ÇN]±?UÄÔ¶Ø\9eÚ®¼Ã\13\96ÏSf\0§\ fö\9e\ f´wM\f¡³÷-²¥&°« +\9c 
 {\9e&\91P\ 4pÉìF©\12ÝÝÏoi~Ìo
 \ 2ÒÙÕZÌ\ 4»!©md,¢äe²ý;ê\13ó\1eh\8e³ ïºò¦>\0½p\9d¾£Å#Ü¿ØY\99(\13\ 6Ûæp\06v4Ë­\96n{\9a5uõ@£þ6ï'ðoQñã  .Ö\84\9a\85ãp\81pP\1c!      "¶Dú\9cÎÒ\81\85Yæ±\10&Z$"¢áå{Kþ]Ù6t\95\91\8b\91\8c\1c\17ñ@\88\98H\ 6?Ôs%K\f\1a
 ñ      D2c£\14\91c£E\1d\a9\1a\1eb\ 6\95\8eG¶"Ñçlµ:§ÒTèÌ×9\8fÑ(ñ\91Ñ8#{\83ÁMÕ\[ë\ 1U8Õ`5\fÐ;\7fÀç\b¢äÝâ\v(1Ù'ÌöìE¢ñ\14È1©xÜ=t}qx\15\1d#\85\8eÒ0`Ï×î\9böÐÑ\12}³Î\ f\ 5Í\8b/Ǽî¬L£T\ 6ôë\83ñ¹\8e\16}d\82\97ÂÕ\9cw\eç\91\88\84þ\b\7fËúxê\19zIÙ\9aSo\ 1Èêweë[é\88·oZfë`ÑÑÔ¢µ04¸üiDö<h!l«èÿ·e\11JßU\83*n\eÒ´Ü\9a\96\96N̰õi¦ê\99\142Ym\ 64\7føö1mw\10o\bÕ\94A°0a\10^Ufh\15\rÒrOj\r¤äøcF}\83\836\Àïè9=lµUZXØÛÐ8\805ý­£#ßmȦd¨06x\12¥Ï\822\91\0=2¬"}\99\1e\97\89C0\98sHª\18£\ 3)ôï\96Ùã¶\917 ]SÞ .\9fó\ 6¾M\17\82M\86%RUÐõ@UÞ2a\83Nò%è¢:\11jrQï\10\9a{ÛºDÂ2wô\ fQÐY{;·ù_\83&{j¬\12\10    HÖ\ 6!\18çôcõút@\9f~Íþ\846\9a=þª©¯À\8dÑW\80*>ÐÚý­\r@\89\95:¯Yÿ\8a\ 3\88ü;ÂU2ÐD\98öcSOà¹\11\8fÅù_\88\97\1aòÊm\8e4ÄÉhV4­\8bÞ\9a'þiÚÏ\fÜÔu1D]\80²:\ 4¿y{]ömÞ>Ðô\90oñÜmYÛÜ\rN\929ÁVW´w%e®1Z¿5VÄdµ\10\ 6ÈÔÍÜ\ 3¿ÜãNx\e=É[?{z\9e·æe¼½XÊM\95Ð.5­\9b-DêkPÐs,q,Â\94¡\9a#_Aq¬V\90;PÒ\8cYDYq\16¡Ø\90Çm\14XÉÙ,¸XÃivËþ\8dP\16_ÊÎÍb6\8e\8e¶X&°<x\18\15{bÙ$\90Q-\8b\ 6òv'\ 6å\8b\ 1Ö#¡iõ\92ê\13»ßÓ\1e§´V&ð)\96       lÄ\94\8bE\90\8b\r§>-ädPG9î\7fû\9f's²7\84\86\15kTÂ\1aEK.wç¤,\9e^\9a½\f§[\9d\9cSm\ 6Y\80Ç-ws\8dÈ"a¢ç5B\8aX3Ô\92rÆ©HÕWY>ñ\11\12\ 2Ω\8a\0·»9\9e\8ef\8e8SAHa\12Þ?ÞÏÏþ2Óò«#b\9cÖÀpÔ\1a\98DBÒàr(f\11\84\8aY{\v¿\1aJ\8dÓ\1dØÑújM£\82½\91K\ 5 ÔM|¯Üç\9f½
@@ -4536,29 +4577,29 @@ nA
 ¸Ú«v­õ\81p\92\ 2\9dr\8cÃãóæ+m\90åÏò$\9d\890\e´þ\b_%nlöó,Y\89ÌÅ3â:Yu¦D\18ûjwVtk\96\83Çû\ fë\14(ªý"Qy\ 2\90ú\15\8bÄM\14f\8f¤áÒsvt÷\99³\83\80f\86Fó9\82D8\7f\80M0Û}\9fEÄX¤^£\1aä±\98Nd"qéÄ®ØVØ\rY\88­q<Këñr¶¹\80\831ÅÆYN?\v-Çt(?\16Ä|\96\1c#
 W%G\92\88\1d\1f\1dìfÍz\0        \82\9eèAG\ 2W©§þ\98/f\94\9e¦K\89;\14\80±tÄ\1d\9f#\ eQ;â\10\9fõ\9c°\ 6AïX\rq2U\93G\81\8e\968µMÇG°æd·À5÷}[^\83ËcÐ\ eKhÄo=~:\90\8f9DNîl\93\19´\8eY^\8bɱ\95\8f\82²i\8cÖ0áF\17\8cò\8e~\a~\19ê\94[^\19ú\98Yj\8c\1a)R§\81\9búyfÅ\1e³\f\80î\1e¼:\9aà\1c¿\98%ñä¡\90\81I\96ÎØë\8e&\1aÓ@\8f\17\v\ 5\9a\b\8d\1fïòê4×ù8\19KÙ7ä%\86@bì\v\19.¹¸`Å\84þãì     \bOy\12E\88\10(|\9bK¿®<Ø\1egÕçu\ 1·\a\93\ 6A/8£D٧ܯvFÉ#é\axרy\8aÛ|áÍK¥#Ë\86ô\ 3Ñù¹µ\9dÓ\ f¿ë$l²\89\1c\9b)8\81\80ÏoÁen#\rB\92MX$5\83\8d-G\\1eû»oIÖi(\8côE=¾0â3\ 3§ë2ue\9eL&ÏN¸\ 3æQ7¼ç=A¤`^'+&»ÎáRbo3o]ãó\86\96\16sÙT\8e\ 5Ëo?~wñç%\96\ eOÙo§¯ß\80tAi\13\91i_F\14*\8fK9r\96yz\8b·ö"&:9óhÄ\Ê\ô\98¹<Y\0¾VàäÆB\16\81'ÚV'*æ3|=\9aÅ@#Rw
 H<.¥ÍRÎÓf~\7fA¤ÿ:\95V\9e\9f\16{ú¿\v\9aR6\1c\rÞ\11\86û|[V\90c;ª\å\91y9 Nlý\86\83KgrôF5uÔ¿\=\9d9å;¶eÝÏC1$gQ67yi3bk\9dóVµoð\930\88\e\14°ØÜÇ·-\1c3\ fq8ð0J\14ñ\10W=\1e\1a¨ãäk±Ð|Uñ\16=Z¼\r     \14æb\8bZ8¯Z\1fÕ\9dØéNìjTûiÿ\9a¡ËX\11\b¯I0÷%i)=\8c:«±\vUYó\97ð\1f\90(\e·U[j¦o¦Tí-\ 4üX(\17#®®æÑ\12Ë?/Üg.DZu'\97\8e\9f\96Òàth\96¶Ï=¯"ZÊ"lØO¹õ\97\85ÃÍCLmÆ\82\9c\e
-å¾÷Óû\8f?þc®÷R$\ eb\1aËm}íêlúØ®Øç\10®iRîé·n\b¦nê\rç<Èì÷\17¿ù/<Uß3
+å¾÷Óû\8f?þc®÷R$\ eb\1aËm}íêlúØ®Øç\10®iRîé·n\b¦nê\rç<Èì÷\17¿ù/\87}ß5
 endstream
 endobj
-579 0 obj
+587 0 obj
 <<
 /F2 13 0 R
 /F5 30 0 R
 /F3 17 0 R
 >>
 endobj
-577 0 obj
+585 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 579 0 R
+/Font 587 0 R
 >>
 endobj
-582 0 obj
+590 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 3055
 >>
 stream
-xÚµZK\8fã6\12¾ï¯ðmÕÀ\98\11\9f\92r\9cd\12d\81ÝC§\ 3,0\1d j[n\v±-C\9233ÿ~«X¤HY´;\ 3Ì\9eÌG\89d=øÕ\83^å,ÏW¯+ûóóêýÓw?\89\15ÏYÅWO»\15/W\²J­\9e\98qQ>¬EQ\94:{_\ fû\87µ\942{lvMß\9c6\rvUöïúô \8aìR\1f\1e~\7fú×Jp¦«ÕZU¬´KÔýëåØX\92q\80/\14\87¡\86\1aÃå|>´Í\96=¬UÁ³§½\e·{Ábßý$£\83\99\92\95å*·«öM½%\8aèèÂ0#\1dÁË¥=\8cíÉmx\18:l\89¬Þl\9a3\9d\ 3:ôsî»ãy¤ö0öíé\95Ú\9fÚqO­\11\ e\86¼­y¥\99æð+\19'     ý±8§d¹?Äú¼8#çLi7ýOX½\14Yw\1eÛîDíú´Å\86\84Í\ f\a\1aº\f\r5\1e\81çC{j\88`ìÜ×/cmùı½#õdÀľq\93¯í_¨\ 4êrO+S\1cð\92\19ÏBó÷Y\0\8aÔx½$\88Q1-Irú®
+xÚµZK\8fã6\12¾ï¯ðmÕÀ\98\11\9f\92r\9cd\12d\81ÝC§\ 3,0\1d j[n\v±-C\9233ÿ~«X¤HY´;\ 3Ì\9eÌG\89d=øÕ\83^å,ÏW¯+ûóóêýÓw?\89\15ÏYÅWO»\15/W\²J­\9e\98q\99?¬EQ\94:{_\ fû\87µ\942{lvMß\9c6\rvUöïúô \8aìR\1f\1e~\7fú×Jp¦«ÕZU¬´KÔýëåØX\92q\80/\14\87¡\86\1aÃå|>´Í\96=¬UÁ³§½\e·{Ábßý$£\83\99\92\95å*·«öM½%\8aèèÂ0#\1dÁË¥=\8cíÉmx\18:l\89¬Þl\9a3\9d\ 3:ôsî»ãy¤ö0öíé\95Ú\9fÚqO­\11\ e\86¼­y¥\99æð+\19'     ý±8§d¹?Äú¼8#çLi7ýOX½\14Yw\1eÛîDíú´Å\86\84Í\ f\a\1aº\f\r5\1e\81çC{j\88`ìÜ×/cmùı½#õdÀľq\93¯í_¨\ 4êrO+S\1cð\92\19ÏBó÷Y\0\8aÔx½$\88Q1-Irú®
 \8br¡B­½
 µÉöõ@\8dz»mqÛú@}:\84\9b´â\81ï6 Y\ 1ݾ³T*kOçËø=\18\\95;\19\0ÕR\ 6¢\90Ì\1fd=¼)\ 3XcR#ìî´\87ç¸ôn¬{\16Ú\90\19I.ÐH"a4\eÔ;#ã«\80z\87¿\ 5\1d\17\9beF$u_oƦ\1f\88ÌÊ\ 2È\80\93/DE\97\v\86P¾ï\80Oîí\ 2&\13|\82^\ 4÷\8c\8eo2Z\99À(,è\18\85íêáÃ\ 3~ZlQ      ÆÍÝ{[0á¯\8cÕ\e\1eÝ\9d\93\85\8eï\g%¢«¬E!\99|\12\12\fmá{QfÍ@3§Î\8d×}ïì\9fúx¹­m\ 1QMCÃ\99>Ý´ ©¢Ùº\15\1d\1f\ 5±0kz"ïÜæC\ 3\1dÞaÏ8QÃpâZ©\9c\15^Ò§·Mª
 \92\86õ¬¤I Z ÙDÖ\13d¿\16Ue\85L\86\94ó¬;\1dÐ2rb\13\ 6\12læ·ØÄïwD°Ák\14Y\9fݨ\ 6v\1dݸ¯O³}v\17k\1a0\80h\84âÉ\v\87\87\9f<)'\0Ùr2Éí\e\82²"Q9\98\90\89E2\89NNX
@@ -4568,10 +4609,10 @@ cV
 ºë\96 %8+½hn®¢U\88p6\80â)Û4âkV\19\9a\ 3\98jÂR
 ÍªY\19nZ\ e¬HÅ2\90\ 5ú\0tRÍ\bxºP\90Ô¬à÷9\17úúÌv\13Ê@ yr®\88T ]Úg\eh&ý0RÇ}M\1d§Ä\81zíÉA°6¬\9aÝ\0,op=e1Ðô°k1«J\82\ 4ÏE`ê\86Õ     \96ÏpÄ®Mq\87qÅ7\1c8ADÙR\89\80£ËÆØ\13Û*\1cÉLG\1aè£ËéÐ\fn%\12EtlÇ(\84ºE\19\9b7\15\87Á+8\83¶¡iÅgÅï\e>£R¬\8axI¡¾\bæ[\8fcß¾\80ìiAô[¸OÒ{ç\93k¶ÇO®­õ\84k¡¾\9a{~ø\9c\9f\1c\18Á\94kKs\97\ 1£jr/F²Â\»\97%\84\85TãFñ\80ãÍ\98῵\14\95´\14ÃCÆ\ 1Ñ\83u_\8b%UÅ8\9f6%­çÑëG.\1d·Ð\98\95ö¡ßØpuc+Nø\8d£Oò\ 6zTæ¾ÕFÌ¡Õ2\a\96¥­CG¾5é:\81×»\9eS\87ÂLÈ`\ 1B}\ 6\v\11BÈ`%'Ï\89\8dÉsbÇyNlÆ\9eShá<'®C\9e\13iÈs\1aë9\85À2ÉÒuæE\10Ì\87ÇÇTî=Uß\9cËô\15x\e.Äe7çJ¥P·\©\14&¸R)tÒ\95*\85/\8d÷|©aÊ\13 ê%´ÁïC\94(\83·@\13V±;\9eÎ?¯\87è+c¹\13¢D\7f<\1d+%J\91\aäL{c}Ï\e×;[nÆ\89\9aF\12þ\97æwu{À·\a¥\v\1fB\84¯vÍ'çÍ?ã³'b+\88 ¸\81÷\12Ü\86¼Ë\15\ f\811¡=îÕ\ eÞJÊ«\8a\9fÅ\7f%T\8cÿØõø¯\84\9cª\8b0\1cá¿\12\ 1ÿq*\19ãCKy{]wTGkú>\8d¯F\87\88ÝC\8e]¹»½\83©°¢t»X\85òXÄÈÈ®\97\88\9c\95¤\1cl³©Àx\1fjd°²[Qº6Ë\13\84(\1dä\1c¢tá£th\84(\1d¨}\94\ eã1Ö(Í}\94\ eD.J\17Å\fkPQ©(]\ 5\84}üðôÛã\7fþNôu\15§ËR_]Î\0.U\19\81K\99\ 6\97¸Ö\98\ 6\97brÌ7°eÊ!oc\8b\8cB}Hk"lY\1cßbKék¤²4)l\ 1\17Î)Å\9bärC\82²\8aªNt\1dUá \ 5\1a\11¤¨ò*À\87\81¨î\86Ô}3\\8e\8e\ fs\1e\7f°IÓþ\9aÂHHرgß\12p[ê\12\9dC»«:\80Oæe%â7£Ê½\19¥ÂOyû©\b\1a9¿\93Ä«0}+\89\8f´Goj\88\8eF\88t\8cc\82«º¥\90\12_|fÑ0°j£a`\92¢áJ΢á
 S/W\\81H.\12\9f(r¦Õ¬|êññ\e\16ª!\88HþÙ\ 6\825=±òåܤ\1cóu\ 5\ 4\97ãÄ.üÒk\82´¾mlNC(\1aÁ\9e\94ÀÈ\10\97\ f4\1e>jOX-\9e^Vøô2i\1fú¥\7f@\86Æ©F»µ2+ÌÕ?\ 5ZW\16¶/]Û»O\80ʽIá\eMø¯Ó\9dW¿ê\9b¾\18\14eZ\11:Ç¿S\11ååX\ f\7f¦²\92\ 4p=_\8e?¶6n.lU\r\7fþH\15\18õWüi     \16\9fÂvXÏ>±Á簾ÿ*áÐÞ5@_ôß\8c\88ÎeºÔ\89
-\92X\90µ·\ 2Ö\9frÙR29{Ep\7f\Òö9\81\16*ËT½È\94¡ð~S|Si%äÖ¥}û\18iÙcí\13V\18\ eï\880Ó7î    ½t\7fÅ\81_ÿg\94rrÃØ\f\96\ 6\1dªî\97¡XF¬æ\1cÿ\8a\13?\99Þz~\96©ççÕ\87§\7fü\ fæeB\1d
+\92X\90µ·\ 2Ö\9frÙR29{Ep\7f\Òö9\81\16*ËT½È\94¡ð~S|Si%äÖ¥}û\18iÙcí\13V\18\ eï\880Ó7î    ½t\7fÅ\81_ÿg\94rrÃØ\f\96\ 6\1dªî\97¡XF¬æ\1cÿ\8a\13?\99Þz~\96©ççÕ\87§\7fü\ fЎB\16
 endstream
 endobj
-583 0 obj
+591 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
@@ -4579,37 +4620,30 @@ endobj
 /F8 61 0 R
 >>
 endobj
-581 0 obj
+589 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 583 0 R
+/Font 591 0 R
 >>
 endobj
-586 0 obj
+594 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2983
 >>
 stream
 xÚ­ZKsÛ8\12¾ï¯Ðm¨ª\bCðÍÙ\93ã¼<\eפbÏ\ìl-EA\16'\14©\10¤\9d\8fßnt\83¤LFY§|\12^\ 4º\e_?¡\85+\wq·0?o\17\7f}ã-¤+R¹¸Þ.d²\90¾H\83Åõ«\eçìpX®¼ØQÕ¦øº\ù¾ï¼ü\8d~/³å*\8c\9c¿ë\86ú¯\8a[/\8cT£ª\i\1c
-\9c7ËÄw\9azO\v®w\8aw¨»¦âöÕN\95år%ý\ 4ÖK/]~ºþý×7á@N\82¤¬\82T$\86 [/òhÍ\98dODáÂ5\v^fz\a[Ç¡Sì\ f¥Ú«j     ô·\9aÆ2úÖ\1f¾MC\11Füm\ e\9f\8e\ 5H\84æWeñ\19wCÚãÀÙ\14\8dÊÛºù\86ÝÈÑm\96ãìç\17ÐOà¬jC\87\1e\9a\1aÇï\8b\8db2Z\10ÅcBd\12\89\93\ e\9dÞm&´x\89\88|^ñb²A,¼À~^\1ff¾öDÚ\7fÜSøx\178î\ 2þôd\17ø0\16\80+\13\92@²î\8a²-*ä\rî»­éw\9fUÅ¡+³VQ¿hé÷ÖÑ\8a\87®@|E]Q'\12    5n\b(    Bj\100.·\ 2þ\84ô§ Øì\8eWÆþíR\0\1eÓÀ\ 2\0\ 6³R×H?°c¨\r\rµû\8cîÐ`Ô3Wa\908¾MÀb\7f\9b´ì¾ÐźT4\97iú¤ÿö~\19ÂhÙ)Z\o\87ù\89|C\89r#  ¿ºøxu}vþ¯\89\94\ 1ï\81]¤IE\86s\9a"\ 3RÄDUV>péùÀl(\ 2ù$uqS§ EQÍ¡QF]ÜÄѨý\89£ò"+iÕ\9a¥¢Køp¥t\9e±\81ØÐ<ÌFÎ.k²\1cvâ]\8a\8aæH\Ð\0\85Ø\1fZjë¶)ª;\)]ça§ªGÔ¬Æ7Hx\83½\8b\87 n\8b(\7f\8c(¸&Ð'\1a½ùÐð~p\14\reôóÁPbð\ 4\13|\1a\87\88§\89\80IrO\91¯Ár\b¬\91 C)\9dF!Ï \9f\rõ÷µ\11òFQ·Ðv¸á\91N«mWR\9byÅfÏ+v"!]:è\86\8f\94ÎÇG\a\19[ûéÅT%,ß GÑíò\9f\8fÀ}õ×Ç@x¬\15\ 3\16Çl`\7fÄ\ 6®,¬\8eÐpM½²Ø\17ðų\89v¢]Þ 7\9b\ fÕd\v?\11®ÇKØr!m¡\93gÜh\14ð\ 20\ 6\8c%\8eUyüAo·¦Æ\96ÝZhå\14\r\90­\8c²ÀT/­pø°ÍØ\8c\84\ 3n£1nC\a\f¹¹£Uä\8a \1a#ÿæw³Mä;ç5\9dÖÔ%\r¼d#l°\1cK{§Qà$îí\92Ö\18W\r#º;\80\92kM£Ä\0\ e£\977
-\ 2\1d°aS×\0(³¢»ºxûîÏ\ fsÒõí\12ã        "Ò5Ø\91D\0\rÖò¨7\90`¹¼\0/n\84É\11ÒÔ×¢e4=²¼\ 1¢°+[\1a´fwêä¥\1f\88\ 1å\81ð-´æð\99HÜâɺ\8fƬנPOË\174w\19\9b½\16¯òaÉjb\fdq_\94êN­\1a\85\1e\94\8dëÈÑÂW·Îô\86ÐoØ\ba_nöõFM}\8b\8f¨¢5³\11\04,\vHÈ©@ \vh©êÖR®4\86\\0ôÞøÓ\rû\91\88\831\98Ñ">\8b!`\1f\86>\9c\8c\8db\94\10UÐØe&\0\eù\8cÙ\b\fÎt-gº­\ fSÎ#\11\ 2Ê4\85\99ð­d+õp×Lwðc\91¦ÇÖGÏ\bÁsC\fõ\9eW
-àGHif\99w\13\11[Ê®Þ\9d\9d\9f_\9f$\1eB\91Ð\86"\1cõp"À1C³­\e\8eü{]\ 6;\9açu×ûâ¹ë\ f\r\84\9f®g\83§zÌZä  /ì\83©éV£[\a\11éï\19\11ßÃà\8a\8f¼¸|ýÇ\9f×sº\15\95Ð(}À4¨¿0sê\14\8dr\bè¯/çN\eç\ 3\82ÕL\82¥C\9f\11\8b(2\13\97&\8eÀc¶*k»Æ&g]U|éÔà¤Ç$\ 5\10%#¥ß\88î5Ý(ï\ 2÷·a\1f_ÑÐù.;\80ߣNDs7\ 3{\90\ 6z\ e\9f\967
-9"\9f\17\1f c\90\99JP\ 2`/%l\v\89ɦç\Ø\9cÎ\97àIÙeB*ö8ù\84\1cëÍ2õ8ù\84\ 5\84\11hô¶\18\96Pò9ÁC Rß\9c\1e\92\ 4¯
-Øu¹
-|\9b\\ 4\1cß\ 4>f\94¦\9b×HY«ÊoÔ\aõ§ù£,ÔP\f\12\bÂÄäC¸Àh+å#Ø5Ú\8a\8e\1eÅ\e\81¹\19c^Í9äó\82A¥áâ\ 3\930\ f\8eÔ\84\æ`=v\93Á\\80Ǫ
-\99T\10\84\94¾[­\ 6;Õf \87ßæ2t¶×O2TA4f\1d»d¨\82\18 Ö|¦¡\8c~t·¶6\ 4z\1c?@«Q\94µQÔ\12P\f\16\11\9c\81\ 1C;\8cÖ]Ë\8díñ¶Ã\9eyM_R<\ 5ßBpÛå\bÙi¸¬;\93\ 3í\bÉ6$ɪ\89
-\87þ\90ê\15ÛYÃ\93ü\7fÞäa\aáÀÔ\1e\83E\8a{\7f\ 5q\82ÁYâ´³n\15|×Ï8\14\19\1e9\14É\10ÅFV\965\85.¦Kv}\9d\95\88\134\112p¾tu«4\ 2ÊOY      aå\10\10\r\97\0Ã\ f\85mi`\97.\ 4\15
-7\ 2ü©Æ\9eK_VJmÔf\9a\1fæe­     \11nD\ 4P3k§5\93d°±¯ÿx3µ°®\b­=\a³gl\1cì\94\ 3)\19¥µÐ)\9a¼Û\93v\10§\11pjò\1f\9cÍxÙ`D¡Ã©p\fÓä\95]\ 6'üêzÏ#\90Go(ÿ]¥  \99õ\1e\84\ 2û\10W\9c}©¦©\eý|)k\90Fý-a\9bo     \9bä#±\85¶/Å\eoH\91\8d\91=dPXHÁE`¯ÀÖ[\v\88cp½T&P{Eýu¦\11\1c-:þ¶Mv8à->¾²#U\84XþêõÛ¿¦~Ø\1dT\v®$
-\ç\ 2Å\9b&,ú4í\81\aMsY8Ôf\rEÛ°\90S<\18ÎèçÀlæ\94:ÁÈCÑî¦ñ³\8cð®ÜÓ\ 4\ 6C ¾.y_\14Êg\93t2  ·\8e\12w\ 2\1d\ 6 ~m=2\b¸Ó,\1aðø®D+0Âÿ|uqH\80ô7\r¦â\16\83÷Su§s\9b²¯\9b\8cªbàü»jT`ÉÁ\0Ü.¹xRp\94¹/4C}\1cusµm\9dm@¡!\1c\98Ajâ\8a$~\12R/\80\ e\ fÄ\94áO\8aðÓH\1c\ 5\8\92µÀ(V\9a̪\96\ 6µÊ»¦hI\9aàá\90~\97óx\9c·°Ço\fF^\906\92ÛÁ\15\94é\9bò@Ýß\17.G<\18g\83«ú\rÿ3\r%ÓP$ÒV\95§Y\ 2\84~\81\17ºæÀ\8d\85wd\ 1ê\83\8d&\ 6Ó\89<\97\14\8a¥\18b0N\e\95ÙYc0 ¡Lt1TÒ\f      É\180\10ì[ÄtÅL9yTÇìÓÈäh>µ\b¿\9bÿ>\189GC\14\88ì\eÓi\82Và¡ì\95­Ý\19S\8a7H\16\12Zûì®ÈI@^è\89 =Ö\ 3\b8wu¹é\8b§¡)Ò2`!dÛ×UÉÈ\96®kÂ\9eÀÚn\83o\ epK\95\912FÏê+W>m  Ì\16#\9eÑ
-ÏFg3I^0$yc\9f\f
-\aƺá%6ÈGË:S8\83ÌÅÿ\91Ñ\1aYÕéûC\84\19G¿ÁÙû\8f\97\80¢Ñf®\0á\8eÊLçïÞ¿ú\81\81\9f\13\b\9e~BÞñ¨X\93È^Þ\89{\14«&¶à\ 1\r\92wdä\1d§ß±½RD6N»xs5ûÆ\14\9fx×ñ­©¸<»x\7fþîõÌ\83A(ExêiÈÎ}8»~wúeèÄ·Wòäó\98y\95\91³7*\a\ 6?\ys¶À\9fK\9b5\vµfW\17\ 6"      Ç6pM\97buR«ö´ò=\8fîµ`O[Öª©q\97È­\95É¿§75T\b~\19\175G \19D\9a¤Ý\10WrÜD&\ 6Òè/]Á¯M\1cë\8f\9f\9c\89ST\ 2:ñ¿'É\99S$/\10\13yCàÊÁ\16a¼èºÎ\1e\15\ 5,dq@\a\8d#äÃxusGìFæ¹\16§Éåâ¤É\96]\8fÒnìW}l1¸`üd®*\9aºC&µâgìÕýÉê\9ey\ 6±\89µ9¹\8f\86]k\17¸à\12\89t\fÉ1Ó~\88\ 1­q1\90ñ׿Ñ\e\eÌ5¶{®Mpì\87ñ\1c\a2
-DÜÇ\v_ïOª!½\84ÊØ\84GxÄ6ËÛ\17\â'Ï      \83äö\eÍu\ 18×@(´\ 1r\98ô\88\87¹M·?Ð`^7¶Ò\0f-9r¸ÅöÑÓ\11\84ZµÍPÆ×{TVº+leÂ\84ÓÃóÜ,\9aÁ°÷\81ój\ eÍþ  4{\10+CÜõt¿\0f­·\ 5©7¤\ e²\7f\9c\80Ñ\8c'ó¦0¯\9b0K\81\8d\87Å\ 1\e¼ËÑ«\13t¶YQjÄ\9a'mÆ\rëû]åÜ®\f)\18µû\13´pj;­Wô>i\1cÞ¥BÊþß\ 2ºø:-.Èá\19\0\82#ßð\1eù\8fß\84adô,\ 1\10?BQ´\89/OD1NÓ#\94?Ê¡\ 1\97ø\11\96\aÍw.YDXCp\ 1Ø4ü\b\12\83\ 2x<7ú!\9b£´ç»lö5Ô\9eM\84.äó\eÈ¿gP\14ùtò³ù\93ïçK\9b¾®i\f\84\r\ 2fÊrG©\b?ÄSYjb\a\14\99¤¿g
\10wõIÉm\9fϵ]ÓW\ e9ïãÇL\9fªfô
-Éïå\8b××ÿø\1fÍ\14
+\9c7ËÄw\9azO\v®w\8aw¨»¦âöÕN\95år%ý\ 4ÖK_.?]ÿþë\9bp 'ARVA*\12CЭ\17y´fL²'¢pá\9a\ 5/3½\83­ãÐ)ö\87RíUµ\ 4ú[Mc\19\ fߦ¡\b#þ6\87O'{Ç\ 2$Bó«²ø\8c»!íqàl\8aFåmÝ|Ãnäè6Ëqöó\vè'pVµ¡C\ fM\8dã÷ÅF1\19-\88â1!2\89D\1aóI\87Nï6\13Z¼DD>¯x1Ù \16^`?¯\ f3_{"í?î)|¼\v\9caW\ 1\7f\v|\18\v?YÀ\95        I YwEÙ\16\15ò\ 6÷ÝÖô»ÏªâÐ\95Y«¨_´ô{ëhÅCW ¾¢®¨\13\89\84\1a7\ 4\94\ 4!5\b\18\97[\ 1\7fBúS\10lvÇ+cÿv)\0\8fi`\ 1\0\83Y©k¤\1fØ1Ô\86\86Ú}Fwh0ê\99«0H\1cß&`±¿MZv_èb]*\9aË4}Ò\7f{¿\fa´ì\14-®·ÃüD¾¡D¹\91\84_]|¼º>;ÿ×DÊ\80÷À.Ò¤"Ã9M\91\ 1)b¢*+\1f¸ô|`6\14\81|\92º¸©S\90¢¨æÐ(£.nâhÔþÄQy\91\95´jÍRÑ%|¸R:ÏØ@lh\1ef#g\975Y\ e;ñ.EEs$.h\80\ f-µuÛ\14Õ\1d®\94®ó°SÕ#jVã\e$¼ÁÞŽÕC\10·E\94?F\14\\13è\13\8dÞ|hx?8\8a\862úù`(1x\82\1eã   >\8dCÄÓDÀ$¹§È×`9\ 4ÖHС\94\90g\90Ï\86úûÚ\by£¨[h;ÜðH§Õ¶+©Í¼b³ç\15;\91\90.\1dtÃGJçã£\83\8c­ýôbª\12\96oУèvùÏGà¾úëc <Ö\8a\ 1\8bc6°?b\ 3W\16VGh¸¦^Yì\vøâÙD;Ñ.oÐ\9bM¡ë\87\85\9f\b×ã%l¹\90¶ÐÉ3n4
+x\ 1\18\ 3Æ\12Ǫ<þ ·[ScËn-´r\8a\ 6ÈVFY`ª\97V8|ØflFÂ\ 1·Ñ\18·¡\ 3\86ÜÜÑ*rE\10\8d\91\7fó»Ù&ò\9dó\9aNkê\92\ 6\116X\8e¥½Ó(p\12ïvIk\8c«\86\11Ý\1d@ɵ¦Qb\0\87ÑË\e\ 5\81\ eذ©k\0\94YÑ]]¼}÷ç\879éúv\89ñ\ 4\11é\1aìH"\80\ 6kyÔ\eH°\^\80\177Âä\biêkÑ2\9a\1e\0\95-\rZ³;uòÒ\ fD\9cü\80ò@ø\16ZsøL$nñdÝGcÖk\10¨§å\v\9a»\8cÍ^\8bWù°d51\ 6²¸/Ju§V\8dB\ fÊÆuähá«[gzCè7l\84°/7ûz£¦¾ÅGTÑ\9aÙ\b\0\1a\96\ 5$äT a\90\ 5´Tuk)W\1aC.\0zoüé\86ýHÄÁ\18Ìh\11\9fÅ\10°\ fC\1fNÆF1J\88*hì2\13\80\8d|Æl\ 4\ 6\963ÝÖ\87\91\b­y\ 1e\9aÂLøV²\95z¸k¦;ø±HÓcë£g\84à¹!\86zÏ+\ 5ð#¤4³Ì»\89\88-eWïÎÎϯO\12\ f¡HhC\11\8ez8\11à\98¡ÙÖ\rGþ½.\83\1dÍóºë}ñÜõ\87\ 6ÂO׳ÁS=f-ò\84\17öÁÔt«Ñ­\83\88ô÷\8c\88ïapÅG^\¾þãÏë9Ý\8a½ïJh\94>`\1aÔ_\989u\8aF9\ 4ô×\97\8dó\ 1Áj&ÁÒ¡Ï\88E\14\99\89K\13Gà1[\95µ]c\93³®*¾tjpÒc\92\ 2\88\92\91ÒoD÷\9an\94w\81ûÛ°\8f¯hè|\97\1dÀïQ'¢¹\9b\81=H\ 3=\87ϦPË\e\85\1c\91Ï(\90\v Ý\ f\901ÈL%(\ 1°\97\12\85ÄdÓs.lNçKð¤ì2!\15{\9c|B\8eõf\99z\9c\ 2Â\b4z[\fK(ù\9cà!\10©oN\ fI\82W\ 5ìº\\ 5¾M.\ 2\8eo\ 2\1f3JÓÍk¤¬Uå7ê\83úÓüQ\16j(\ 6  \ 4abò!\`´\95ò\11ì\1a\1dtG,Q\8fâ\8dÀÜ\8c1¯æ\1còyÁ Òpñ\81I\98\aGjB.s°\1e»É`.ÀcU\85L*\bBJß­V\83\9dj3\90Ãos\19:Ûë'\19ª \1a³\8e]2TA\f\10k>ÓPF?º[[\e\ 2=\8e\1f Õ(ÊÚ(j  (\ 6\8b\bÎÀ\80¡\1dFë®åÆöxÛaϼ¦/)\9e\82o!¸ír\84ì4\Ö\9dÉ\81v\84d\e\92dÕD\85C\7f\8aí¬áIþ?oò°\83p`j\8fÁ"Ž¿\828Áà,qÚY·
+¾ëg\1c\8a\f\8f\1c\8ad\88b#+Ë\9aB\17Ó%»¾ÎJÄ      \9a\b\198_ººU\1a\ 1姬\84°r\b\88\86K\80á\87¶4°K\17\82
+\85\e\ 1þTcÏ¥/+¥6j3Í\ fó²Ö\84\b7"\ 2¨\99µÓ\9aI2ØØ×\7f¼\99ZXW\84Ö\9e\83Ù36\ e\81\94\8cÒZè\14MÞíI;\88Ó\b85ù\ fÎf¼l0¢ÐáT8\86iòÊ.\83\13~u½ç\11È£7\94ÿ®Ò\84Ìz\ f¶^\81}\88+ξTÓÔ\8d\945H£þ\96°Í·\84\91ØBÛ\97â\8d7¤ÈÆ\9fàÈ\1e2(,¤à"°W`ë­\ 5Ä1¸^*\13¨½¢þ:Ó\b\18\\8e\16\1d\7fÛ&;\1cð\16\1f\91*B,\7fõúí_S?ì\ eª\ 5W\12\ 5®s\81âM\13\16}\9aöÀ\83¦¹,\1c\86¢mXÈ)\1e\fgôs`6sJ\9d`ä¡hwÓøYFxWîi\ 2\83!P_\97¼/
+å³I:\99\84[G\89;\81\ e\ 3P¿¶\1e\19\ 4Üi\16\rx|W¢\15\18á\7f¾º8$@ú\9b\ 6Sq\8bÁû©ºÓ¹MÙ×MFU1pþ]5*°ä`\0n\97\<)8ÊÜ\17\9a¡>\8eº¹Ú¶Î6 Ð\10\ eÌ 5qE\12? ©\17@\87\abÊð'Eøi$\8e\ 2.\1cÉZ`\14+MfUK\83Zå]S´$MðpH¿Ëy<Î[Øã7\ 6#/H\eÉíà
+ÊôMy îï\v\97#\1e\8c³ÁUý\86ÿ\99\86\92i(\12i«ÊÓ,\ 1B¿À2ù\v]sàÆÂ;²\0õÁF\13\83éD\9eK
+ÅR\f1\18§\8dÊì¬1\18ÐP&º\18*i\86\84d\f\18\bö-bºb¦\9c<ªcöidr4\9fZ\84ßÍ\7f\1f\8c\9c£!
+Dö\8dé4A+ðPöÊÖî\8c\e$\v    ­}vWä$ /ôD\90\1eë\ 1\ 4\9c»ºÜôÅÓÐ\14i\19°\10²íëªddK×5aO`m·Á7\a¸¥Ê6ãH\19£gõ\95+\9f\ 4f\8b\11Ïh\85g£³\99$/\18\92¼±O\ 6\85\ 3cÝð\12\eä£e\9d)\9cAæâÿÈh\8d¬êôý!Â\8c£ßàìýÇË\1fl@Ñh3W\80pGe¦ówï_ýÀÀO+á  \ 4O?!ïxT¬Id/ïÄ=\8aU\13\80\ 6É;2ò\8eÓïØ^)"\e§]¼¹\9a}c\8aO¼ëøÖT\\9e]¼?\7f÷zæÁ \94"<õ4dç>\9c]¿;ý2tâÛ+yòy̼ÊÈÙ\e\95\ 3\83\1f®¼9[àÏ¥Í\9a\85Z³«\v\ 3\91\84c\e¸¦K±:©U{Zù\9eG÷Z°§-kÕÔ¸KäÖÊäßÓ\9b\1a*\ 4¿\8c\8b\9a£\84\f"MÒn\88+9n"\13\ 3\97®à×&\8eõÇON³äÄ)*\ 1\9døß\93äÌ)\92\17\88\89¼!på`\8b0^t]g\8f\8a\ 2\16²8 \83Æ\11òa¼º¹#v#ó\\8bÓärqÒdË®Gi7ö«>¶\18\0~2W\15MÝ!\93Zñ3öêþduÏ<\83ØÄÚ\9cÜGîµ\v\p\89D:\86ä\98i?Ä\80Ö¸\18Èøkóè\8d\ræ\1aÛ=×&8öÃx\8e\ 3\19\ 5"îã\85¯÷'Õ\90^BelÂ#<b\9båí\v\93ç\84Arû\8dæº\0\9c\14Ú\09LzÄÃܦÛ\1fh0¯\e[i\0³\96\1c9Übûèé\bB­Úf(ãë=*+Ý\15¶2aÂéáyn\16Í`ØûÀy5\87fÿ\ 4\9a=\88\95!îzº_\0³ÖÛ\82Ô\eR\aÙ?NÀhÆ\93yS\98×M\98¥ÀÆÃâ\80\rÞåèÕ     :Û¬(5bÍ\93\86õý®rnW\86\14\8cÚý  Z8µ\9dÖ+z\9f4\ eïR!eÿo\ 1]|\9d\16\17äð\f\0Á\91ox\8füÇoÂ02z\96\80\9ea\88\1f¡(ÚÄ\97\18§é\11Ê\1fåÐ\80\bË\83æ;\97,"¬!¸\0l\1a~\ 4\89¼þA\ 1<\9e\eý\90ÍQÚó]6û\1ajÏ&B\17òù\räß3(\8a|:ùÙüÉ÷ó¥M_×4\ 6Â\ 6«\\ 13e¹£T\84\1fâ©,5±\83\11d\8aLÒß3\85p\88»ú¤ä¶ÏçÚ®é+\87\9c÷ñc¦OU3z\85ä÷òÅëë\7fü\ f\v\92
 endstream
 endobj
-587 0 obj
+595 0 obj
 <<
 /F2 13 0 R
 /F5 30 0 R
@@ -4618,13 +4652,13 @@ endobj
 /F8 61 0 R
 >>
 endobj
-585 0 obj
+593 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 587 0 R
+/Font 595 0 R
 >>
 endobj
-590 0 obj
+598 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 100
@@ -4636,27 +4670,27 @@ N!
 !i
 \86\16
 \86Æz\96&
-!.Ñ\1a\86Æ\ 6\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19A\178
+!.Ñ\1a\86ÆF\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19©\17:
 endstream
 endobj
-591 0 obj
+599 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-589 0 obj
+597 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 591 0 R
+/Font 599 0 R
 >>
 endobj
-594 0 obj
+602 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2564
 >>
 stream
-xÚ\8dYKsÛ8\12¾ï¯På2T\95Åð\ 1¾vOvìLy+ɤÖ\9e\99\9a\81&!\v\e\8aÔ\12d\1cÿûí\17HÊÒTÍE\ 4\1a\r4ÐèÇ×Ð*ð\83`õ¼¢ÏÏ«\9bÇ÷\1f£U\18øE¸zÜ­Â|\15Æ~¡V\8f·ÿö®\8fÇõ&Ê<ÝÖæÇz\13DZ÷áïòí\8eë(õ^Mû\8c\84È{Ü\eËC\9fË\16\87Ʋ\81ÉQ\9a¥^\18\87ëÿ<þóýÇp\15f~D\826 ?\mTá糬8\9cde\89÷a½Éñ\ 3¢âÀ\89Ê\94\13\ 5C(
+xÚ\8dYKsÛ8\12¾ï¯På2T\95Åð\ 1¾vOvìLy+ɤÖ\9e\99\9a\81&!\v\e\8aÔ\12d\1cÿûí\17HÊÒTÍE\ 4\1a\r4ÐèÇ×Ð*ð\83`õ¼¢ÏÏ«\9bÇ÷\1f£U\18øE¸zÜ­Â|\15Æ~¡V\8f·ÿö®\8fÇõ&Ê<ÝÖæÇz\13DZ÷áïòí\8eë(õ^Mû\8c\84È{Ü\eËC\9fË\16\87Ʋ\81ÉQ\9a¥^\18Çëÿ<þóýÇp\15f~D\826 ?\mTá糬8\9cde\89÷a½Éñ\ 3¢âÀ\89Ê\94\13\ 5C(
 æ (·¾òc\85ëËò©_$´þ\a?\o\924ò~þò+Oþ¸.b¯×\9a\17½íH|5\1et\8bâ\86r0]Ëc\9fL¥[«YÆRY°û$^m¢Ô\8f
 \92òÛ:\8f=Ý[\9e
 j      ýè
 õ\ e)9ßhæj\1f`93J&\v
 Çælh\bÖ'ÏÀÞ"Øñ  ÓÜAÚàòÊù\9b¼ÉJ\94  \89¦ç\94¢ÀÞ8ÜD\O¢\9b»z\12\89ô¬Rs{ùè"Ñ£\136\81QкX\fÑ\bXë{æ\ac\87\be\eqg\94Í»¿\0]ÊVr\ 6¡ê²}\1eËçKøø\1aÅ¢y»Òõ\95   \ f\9a²ç;î\91sä\>\81\91\0Ýj¡\1cÅløI\14Id±\8e\19ñ®ÜÄÆA\14¤Z-Ù\99fìøË6\9d«\v÷sv@)À¨L \90\8dMý£jFkXã\88*\90ÈJ\8ebç31â\93\86U¼7G\1e¢-,Y¦\1a[\96¦S¡3QAn\99éͬø/m¼sÏPô´tÁÌ\7f²Ì±x\8c\85²«aâ)òÃù[yk\12L\ 1\14:\1eÙ\btXëv»æ.="`ã\r\1a\80éh2\9c§a\98ô{áÝ\83\8b\ 1\ 5Õ&oIÁ\ 5\18À{\ 3ª\eé¨nB%ø~Äi\v¨ôÂwr\16\15\9e\9c\ 5Âj\ 6\16²\12\ 4_
 
-\9c¼\94æÆ-ãNQWJ\98CqÈÇa\16\ré ì\a¦\94\17^CäÕ.\9b^í°&/¤H'\9d\r&Rá6(ÂóÀÒK¸+VL\93$\18EIÎE\ 6\ f@Q¦e*Ã;aY\bñévÂ\82\99ÒßXkQ¸k\88\83`\86OØ)ù39ZÁGB\1a\80¢¡ëMEÿxÐ\12mëv\8fãò\92\16HüE\96SS£Åú·ÌÎÔpÓw\8f\7fû?%+áÒ
+\9c¼\94æÆ-ãNQWJ\98CqÈÇa\16\ré ì\a¦\94\17^CäÕ.\9b^í°&/¤H'\9d\r&Rá6(ÂóÀÒK¸+VL\93$\18EIÎE\ 6\ f@Q¦e*Ã;aY\bñévÂ\82\99ÒßXkQ¸k\88\83`\86OØ)ù39ZÁGB\1a\80¢¡ëMEÿxÐ\12mëv\8fãò\92\16HüE\96SS£Åú·ÌÎÔpÓw\8f\7fû?W³áÔ
 endstream
 endobj
-595 0 obj
+603 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
@@ -4683,19 +4717,19 @@ endobj
 /F4 26 0 R
 >>
 endobj
-593 0 obj
+601 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 595 0 R
+/Font 603 0 R
 >>
 endobj
-598 0 obj
+606 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 3031
 >>
 stream
-xÚ\95\19Ù\92ܶñ=_1µ/æVi)ÞGÞäH\8a\95²+®x«ì$\9b\aì\10;\83\88W\bÒ«Í×§/\90\9c!Wª<\11h4\1a\8dFß<\ 4~\10\1cN\aúüùðýýÛ\8fÑ!\fü2<Ü?\1dÂâ\10Æ~\99\1cîßÿÓ\vãèö.Êó"õ¾Wö|{\17DZ÷7ý¤\aÝ\1e5N\13ï'ÕÞF¹7©úö_÷\7f9D¡\9f\96\87»¤ô\v"ѨqÔ\83}s{\97\ 4±×\r°©(½î\89¿µ>©ZÖ\8e]Óèáhf@\7f6ug;ø\1cg\98\1ei\ 6»Ë`¦Ö\ 3\93\85×Õf\94µ\ 5f\ 1Öµ\f\1aà°¡2í\89\18\r\ ewpÑ\90/:\9euãÏà\8cd\ 1àû³F2\81÷ðð    n\99y¿ß¦\99§\ 6\83w.¼\91\17\7fÑG<ÄÞà4\84\83£\1eFeZ\9e\0R×Vjx\99§´\87gÏçÎʦÑ\8cµ¶\17\94\ 2¯ÒÖ\9cZ5ê
+xÚ\95\19Ù\92ܶñ=_1µ/æVi)ÞGÞäH\8a\95²+®x«ì$\9b\aì\10;\83\88W\bÒ«Í×§/\90\9c!Wª<\11h4\1a\8dFß<\ 4~\10\1cN\aúüùðýýÛ\8fÑ!\fü2<Ü?\1dÂâ\10Æ~\99\1cîßÿÓ\vãäö.Êó"õ¾Wö|{\17DZ÷7ý¤\aÝ\1e5N\13ï'ÕÞF¹7©úö_÷\7f9D¡\9f\96\87»¤ô\v"ѨqÔ\83}s{\97\ 4±×\r°©(½î\89¿µ>©ZÖ\8e]Óèáhf@\7f6ug;ø\1cg\98\1ei\ 6»Ë`¦Ö\ 3\93\85×Õf\94µ\ 5f\ 1Öµ\f\1aà°¡2í\89\18\r\ ewpÑ\90/:\9euãÏà\8cd\ 1àû³F2\81÷ðð    n\99y¿ß¦\99§\ 6\83w.¼\91\17\7fÑG<ÄÞà4\84\83£\1eFeZ\9e\0R×Vjx\99§´\87gÏçÎʦÑ\8cµ¶\17\94\ 2¯ÒÖ\9cZ5ê
 Ä\10\95\91§ìö\ e\8føT\9eÆû\11Î(Da\88âÆï'z*¸Dzy\89ra\b\ e\88\83À#¶\89\88\90h;\10®v@5òÈ*$øb\99Æ\ 2\97m¡÷¾£w8N\8d¦³å4c\19oеVVWëÛ¤t\9b©­4>/¼9<¹ÅQâý\b,´Vû \v y\9f\9e\18ªøcù\ 6¼§âsµl\ 4î\19þ\10¥ùÈ0â\91ö³ä:~`Ü%44b·f¡ÚÉ\89«Ç\14J\82`\84¶±Û\e1\ fI驺îP\16ÏtVÅÀ±ãï#óÍ\93åÝa\9e\ 6øì\ 4ßUF\94
 \88\94t\16\91vD\8fà\86\9f\f'°Ø\11%VS\ 4üW\ f\1d\9f5ëÊ\85Âo´Îé\r\9e\1eÅô&Q\1e\88\ 2À`O\ 1²rý>\88E²Á\81©\ 4Í<½0¦"\ ee²Ï\14í\Y\14\9fßΣAxQnÐv­~ÍÜ\93 \ 4sÿÓJ\e\ 6\ 6Þß\16à\7f¾\8chç8'jI\10-v\8e\13\86\91\87½²V\9dð\8a8CÝÁï\b$dDæ\82£\99Tm,\ey\12\96ôÚ\bü\88\a\ f\1dËå\ e9+fÎ6ï1s\897e\87\eåè¾\8f¸ýó²=§\8b!\ el\89h\v:\17põdûyâÞ0]l\9f\80dã0BÛÏØöóx\ 5\9f·í==`\92íÃòlû´\8bí}c4lû\11Üieû@ô\1d\ 3?"ë$\9ab#\1aBpwÃY´è>.\89¿Ä ø\80\91\81MgG\86¤\f\1dÝP\91\18Ô±â\ 5Åh[Á~ëðÍ\1dgF0\9c"#\18e\99\11\1cE)¯Ì\9c\h.QxÇ\ 1îá\81N\1cTk{P)\96Ê\r®¡¥÷ÎîWñ\97}`¹k¦¸«Ñ
 -
@@ -4704,113 +4738,113 @@ xڕ\19ْܶ
 èâ~\903øaù\7f¹\93`ëNââ\15w\92\14_q'X×øiº\96\a\8b-÷ªéè²S3\fÛ\9cÈǬ_\19ëW|%m®Pb\89Á8\800Èi7Pë§Áufµà\91\86C\0Ü\86}neAÆ\ 1©\ 4¶EyB·\a\ ftÃS*QQ0Å\9cüdTOÂ\al\82\1d\17gG\99X\9e<úgÙÅO\86\89ÏrHO.\8eR¬ÑêúIPûz\92ÜÌNNuã\1c\1d°ëéí\96\14fAÌ-<ü\ eÒ}lµ®\88=ìtv\f;wuE\8d\90\9bG\16\90@¤o\89Y3¤ü\9cÍQ\13Ò\b\94ðd\80\f®\ fÊ\aÀé½\94Ôj\90\86eëz­;¹©È\ 5ó[¼     \15\19\ 1÷^8½\ e\9d¿ùl9ëvíãUi\13\8a¹g(3Ä¡*y\9d;\9f%ÒKW\ 6{\ eí*ñ¾âbn\84K:Ϥ©KS.
 \83k\8bÂlÊ\e×ß\80l\84Å\1ag®"\84QËâA\98[tm\19Ô­\ e\92\85¥ÀÇ\84f\91ª\92ÿ#\92U¯é\8bé|þβIнÈ\8d\80~\r\1a\f\8fs\109öµvÑÉ´­ &rHì\ e\89W\8a\ eÑþE\fí\12)\91D\7f¯\99\14¥«vz\84\ 6øAÚ²#çë\80ðÛßÿqÃ#'Å\88\r\ f>­j\1c\1a\94\1eSK}ñH\84\119yF»=B\ 4»æ\ fÕ+l\94\0Õ\ 6\vÕ\9d.\92h7J\ fªØZÚòÀ \ eR®ä\83\94»Ý9u»ÅTf\14Ö\7f Á¹\ eqh\9dÍ^Z7\e\12+Ià\1a¢HÃ5\ 4\9c±­\89o\e\ 3-UÝÜ\12­¡°\9dIJ"¨\84¼\1f¤g-D\10\87\12UË@n\väÜ\84ÄVìe\83L6¸\aD\f|\10\ 6;AÃ\12÷^çB[îø\86\e\9b΢¶FÃ.¬\0¥xǽÏ\967\82f\9ct#U\96½A\95ÆFÁÃ{ÐhÎ5\ 5\98\90>U\10)´ãFVä\ fa\80\16ü\83±c7¼ÜøØFÂB\81Ê$r`9,ÿ\8c\9dÅA¼ÅN+\0u&+<ò\ 37<&íËʵïÎrRYX\ô\1d0\9eù\8f\ e\80_ȱM<\99Ógü9\81\80ù\98==Î\96þ)¡*\ 1\921d\98ù5¢\89\0TÛ;,\1cQ5}e\81\10\ 2±k|<v\83ó\e\12GâùÏ\19 ¬ÿe½\16hAÓ÷®A\91Æ%\ 1ÁªZF\1dÿ\15K|êÌ0zT0Zä½7ö\b¥tÃý4
 t³Ét\17\7fàâù\a\ 3\ 2WI!.\81ÚÏ\ 6E"|å\17A\9c\87«À\97\8ckªðq\85NÌ]#\18\ 6ï9\a\90\8bfÔ¥IÓ\ 2\ 4B¼Zä®\86m\ 3×\0  ®®\96Ëÿ\eÜ\ 3\1eÆ\9a
-\8c·\92󺯴û±©%¬\ÇKRú\10{çóov\9c\1aé\82ñmq$·\95®Ù#\15ù¡¤SÜ0\13Dþïm\99N%¼s\15\1eJ¥°¼ \88ì\8f;&ï\ 21ýÄgÇ\95 g\83\9aѸN\19\ 2Ü?­\94\1d(\ e\93­$\v&\95\J\12\9a\86«sBÀÅ\12ÿW%42ûÎT\få       ÀÜ:¤ÿ½;½c°\80\fLÊe\9dW\11\13Mu'\9eºNÕüû    é~¸ÿÃÿ\0"\1eî\14
+\8c·\92󺯴û±©%¬\ÇKRú\10{çóov\9c\1aé\82ñmq$·\95®Ù#\15ù¡¤SÜ0\13Dþïm\99N%¼s\15\1eJ¥°¼ \88ì\8f;&ï\ 21ýÄgÇ\95 g\83\9aѸN\19\ 2Ü?­\94\1d(\ e\93­$\v&\95\J\12\9a\86«sBÀÅ\12ÿW%42ûÎT\få       ÀÜ:¤ÿ½;½c°\80\fLÊe\9dW\11\13Mu'\9eºNÕüû    é~¸ÿÃÿ\0dPî\16
 endstream
 endobj
-599 0 obj
+607 0 obj
 <<
 /F2 13 0 R
 /F8 61 0 R
 >>
 endobj
-597 0 obj
+605 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 599 0 R
+/Font 607 0 R
 >>
 endobj
-602 0 obj
+610 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2676
 >>
 stream
-xÚ}\19ÙnãÈñ=_¡·P\80¥\90l\8aǾͱ³q\90\99Éá\f0\88óÐ&[\16³<´Mr=þûÔÕ<D:\80aöUÕuWuiç\1f}\7f÷¼£Ï/»÷\ f\7fú\14î\ 2ÿ\98\ 5»\87ó.Hw\81:fÑîá㿽w×ëþ\10&\9ei\8aòÇþ \94ò>ü$ßöº\ fcïµl\9eq!ô\1e.eÇ[\9fu\83[\83®\08\8c\93Ø\v\94Úÿçá/»\13^r\88²cJèÃãþ\10\9f2ïÛÏÿxÿn\9f\ 2\8eûÏ\8cìÃ׿}¿ÿò\v\ 1\ 5§c\9cî\ eAr<\85\ 4ö}\9f\1dö\87(H¼Zï\81ÀW\9eäHÔ8ÓMÁ\83¢ìz[>\r½Áyêõ\17\19|l\81ÂÔË\87Ú4\bØóù²q\b\88E\9cÄ^m\8ar¨ï`¢2Ï\94\80Ã2\92¼­kcóRWÕ+¯´\96\b÷\81hu\fNDtÓ6\8b\83À\ 2âÊ2ïj[¼æ÷²0Ho\1c\ 3}\1a)\89\81 \12*\8eþZæ¦é\fÀ\9c|_8\88'\8emù|Ù\ 3+=chÚ\1eÎwt:\10A\10:\ 1«\18Û\16\99\b\bJÈB¯cѲ\86³@\88Á\1d!\86'úz­J#;}+ß\8bìn\88\18qi+ûÖ ÿx¤\18r\14\0\ 2\buUñ\0Ø,\89\9dÈg½®\bg\99\85\80ú\15¯AóÀ\89.
-\1e4x    `jYq¸\94·`Ö}Ù6\1d\0\8a®e\83ÿ\1d\a}b*$¦Zd\1aaÛ³[*;^\11\99\1cÑ@\82ÉFqk´Q&Dè\1c\96òg\8fëM\8eg/M\99£û(ð\8eÚèn°$à8`\ 1Ǿ×>\81M\ fyÏ«`q´
-,\91\90m[ñ\ 2ë\ 1\ 6Öè\8259;~\1e,\8b\ 3\17\9d)É)\9fx\9cá\bD\vkÙO\12\8fS`öW\9c\1a\9eáMaâÏ\\10\ 5\14*ïÏ-\9ezA\9bEaÃ\7f{\87f@ú\8b\9cè`¢óÜ\{F\bÎäbS§Q\89¼\8c\96\13Æà ?X\8eºy\16\8e\14æâ¸fã\1eù=©\89\1du
-\17±\ 375\7f*m\9fi%\ 2\ 2Ú\ 1\9c\8f\96IúC\8dü<1u\967H\96pXD¸¾§&È®\97[*4D\1c\9dÛª\12QÑ9V\ 6l̬weEä?\10\89;\93³hp¢&\96!\94ªe(\rÃY(\85 -\14\84ÀHe0|àhôÂ0J½¡)È?B\89§\88¡ÓµqGg¾\ 5ó®×½)ø\94~"\7f'®Xõ\82\8b&\83\ 2J\90¬Ø\91u\1d\9e vAü\i\ f\14\1c\a\98Cæz>Ì\92\bs®$÷¸L\ 3 \91wÿ\85Eõ÷\7f½ûòpÿðý6ÿ¨ÑNÂä43T\98\10\ 5'@¥-Ù\ f\89eØujÇÍGq\8ax±J\86\9bp\9aÑ<\94\90F\aëºm0½àì¢Erìexùú¾I¸¶{Üó*\18áFÜD{\8a6rá\1dÚYàq._\984G\b\80©[
-ãQ\86´6¼\16øþ\9d\18\13\97ä\8el}Ç\1f;>Q\8d      \ 5&c\ e\ 2\bk~\eJk6lüÃ\9cE8\fü=`\ra~ôh¢*\8dg\ e\ 6\9b5ñA\ e\ 63Óä\15\ 5sE\82¦A2y§(D\91ì'iÛ\8e¡Y3´«­}Åkåʼ2Ú¢¢p\93\ 5\0x+ó\>\8dI\1fÏafÛÒ\ 5\92\14\85Ù-w¸4r\a\15X¬bï\13¢³\12ð\ f\b\90®\0\14\ 1ð\14ã@¤\í\0\vg\aÌÓ\85Í`ªu*D ÷\9aâé¯oÜ\13\8e÷¤xÏ\eV\16\93àáÙâÊ#\97Vï!CÃnèß\181CÌÂ$Ì$L"¦Qî\0Èr\87\81\93;\1d\81ú\8aÙ-ϲ2Ù\aâê\18f$U<ÚØµíQ4gÃq6ä¢Íá\94DP\vË*\8b8öÄêò[\9b\8dç\f\0\84c\9dD\96&¦y\1e¨\16ÂK˾\12ô/%É
-¶µÛ}!\9el!V<£\94\ f2ôJAàf\¿*\95`EZ\97\8d\19)WRK+\ 5\9a/;\10)eñS\8aù#d        ªYþ \80B\0¤àÂa\r\96T×(²\13ú2i*]ë[%\92ÉRDGéd#m\7fXÔ-Ù(\95\füy¬\ 1:ުʺì¹ÊL¤VM\­zK\0º@\10²]À©ªeüɸ\ 2\fHj³."ãE\823\19µ\ 5\85Ü·ââ#\17\9e\8b§\88/!$ò!\81B\91Ó¡áb\ 5ì\ 2\85\9fÌ\12\e\82\8da Æ\1dβr¬\87ú\8f\18§\ 2ºã¯\ 4µ'@];l3Yâý¥ c-®\1c\ 1ø\96*,ï»\8dú\82Kªt^\86R</¸´í9jà\90Ê3\1c¸§\15\8e\ 50ñÃ\ 1a[©"hF¬´Õ\0\ e\9d\*{\8fá)éy8\ 6b\ eØñi^\84\81\90/íP        mס\7f+\8e\ 1\1f\88Ó\92×b¡Üpu\ e\ 1\aªEb\ eªåG6\14X­uã<\ 3fnÕ\91ÅÅy×6\1a(ÃTM\15zsS¿ë¼§\a5×áËH­b\97\13\0£D\83û\83\93Ö\96Í\81öz.x$\11´\9éâ¿:\9f¹\7fè]õ³yK¿a\16Ïß\ñ¬\14B£·¼8¯£qýëUÿ6\18Þ\eë q\92Ð9%nn< qy£Ò&£EX.KBrCô\ 6\£²de¿\93öýE(\86Ùh\87ä\ 5y5\14(Jô\1eþÔ\9cÉ.\10(\ fø¸\ 2í\19>MùÐꦻ\82±6ò*Ç\8d©=\813-\11\ 5pIÄ\82\91\11¬|D\84´RÜ\88(\8dÈ\8eEÎ*=q¡ÍC\8a\9dðu[r\v\8c\0\ 6§
\99\91\b;Ú-Öà\rÆ\1e\1aÓË«\r/Ä$\ e\15F%
-\92W\18\ 2@Ú«åÎK)WmûR\b.øl\1ac©Y\84\9d\8bå\15\87¡cµÆRbç<¾ \17áy|\13v2¦\90\0ß\82\1fLMÕê\82\8f\8f\vâ\0rj
-m\8bÛ[Sble(\90\12{\89ÐmE\85\ e\19BD\võµ2Ô[
-ßP>nÌzS!çe\ 4\96b,¹\89ÿ1\95ßQ\84E\9a1K\10H\85\14ÈéÅÆ     \15²q\12\8do¿Í17\f\9dà\92k!!ê¾ç:\ e.¸¢\ 6åÞ\ 5Üä\198ëÇ\17>ΦØÅX®v(¦\14\16¢E\9ak'X_.¦ácãã \8f\88\a?\97Íæ»\8e\ 3\aYW\ 4\85\19        \ 2¾În#ª$9\84D¡/í»Ì\83\92F
-¾~O\8fJé¹EÜÑÁ#ðè\18¬a0éº\ 5\99ëº\ 5Ù\eÚ¤¦ßuì\r¦àYËrÞ%ÇZsý\82½3\16!Î|1Ú\92#\ 6ìÒk\82\82{.cì­Ä2\9c\7fÁö !¾\12t\ 2\ e5p'CHI< =Bm,\17\9d{coîªF (\ 3Ìÿ³ \7fÙ\ e\89üÈãbc\8a!\91¯æ²\ 1\88G\80±P\1e\90}ÀI\8cFøí/\96û&\b"wX\9eA²aÅu<w Öôº¬äAK\eg\87Ko$kÃ\85\11g8Îmʱ­$\ elå4*½S\8f\9a\9d        ?A\r¦õ;n]\ 2ó¼A\9d<w\ 2\8b\1a\8f¯Ãù\ 3#IÇÞ\9cÎå\ 2©Éáé1ô\97ÖÊu\±gÓîV\a\15 )B\9a­g¤xÓ\99\1fç\ 1Êmr"J9\ 1)Nâ|0u³`}»\83\ 5\eDW\10MM \15\0\8bÏ%7LqF=ªZn\11\18©ÃéU\1f¨\11\8cZß   µ¾yà   låK\92»\94"\8bÃïpå®±s\145¾ÑG\9d\13És\9d¯DùVw(\92îÐç¯\1fï?Ý\7f\90\1f'¾~ùçvGhj£\81¾¦6Z\92Í¢>θÁ\ 5\83E5\94ú('ü|\96Nx\89µ¡\91³ßèy-l\85b!x\9a\13è¶\85à²ëÐ\8dGSÿ\8d®ái|Õ\86\10N¤kØñ,ä\ f\93\ eABÉ|³\89wòç:-ø¨ô±`4ëë¡×`¼2\8c\95   T["\80Å¥\bÂ\895\85÷\99¼ìÌVKP~°\80\0=ýz¢ÂÀ\19\93û%\b\a«kqqq-\9a;nV\95øÐ\fÚ¶\95\8cØK²ik+¯s\9baL\b\81û=\ 6\11¯,\7f\99ÿT\12¹¶R\ 4u.áf¢ÇüÀ\8d>: 1$Ú`\ f\16¿Q\7fȱ\97\88[&X´Ýþ
-\82»üÐk»Îà\1f\9fÔ\8ciV5&j³ÍXöØ1\88 F\11ßt\ fú;î¼N\91R-záp²\98"wgÜ\10DÕ1¤ëu\8fN¾æ\15\16gªü\89¨ûùá\ fÿ\ 3\82"ÎQ
+xÚ}\19ÙnãÈñ=_¡·P\80¥\90l\8aǾͱ³q\90\99Éá\f0\88óÐ&[\16³<´Mr=þûÔÕ<D:\80aöUÕuWuiç\1f}\7f÷¼£Ï/»÷\ f\7fú\14î\ 2ÿ\98\ 5»\87ó.Hw\81:fÑîá㿽w×ëþ\10&\9ei\8aòÇþ \94ò>ü$ßöº\ fcïµl\9eq!ô\1e.eÇ[\9fu\83[\83®\08\8c\93Ø\vÔiÿ\9f\87¿ìNxÉ!Ê\8e\ f\8fûC|ʼo?ÿãý»}
+8î?3²\ f_ÿöýþË/\ 4\14\9c\8eqº;\ 4Éñ\14\12Ø÷}ª¼vØ\1f¢ ñj½\a\ 2_y\92#QãL7\ 5\ f\8a²ëmù4ô\ 6ç©×_dð±\ 5
+S/\1fjÓ `ÏçËÆ! \16q\12{µ)Ê¡¾\83\89Ê<S\ 2\ eËHò¶®\8dÍK]U¯¼ÒZ"Ü\a¢Õ18\11ÑMÛ,\ e\ 2\v\88+˼«mñ\9aßË ½q\fôi¤$\ 6\82H¨8úk\99\9b¦3\0sò}á \9e8¶åóe\ f¬ô\8c¡i{8ßÑé@\ 4\ 4¬bl[d" (!\v½\8e\1aÎ\ 2!\ 6w\84\18\9eèëµ*\8dìô­|/²»!bÄ¥­ì[\83üã\91bÈQ\0¸\88
+ ÔUÅ\ 3`³$v"\9fõº"\9ce\16\ 2êW¼\ 6Í\ 3'º(xÐà%\80©eÅáRÞ\82Y÷eÛt¼õ\ 2\96\rþwT \1fô\89©\90\98j\91i\84mÏn©ìxEdrD\ 3   &\eÅ­ÑF\99\10¡sXÊ\9f=®79\9e½4e\8eî£À;j£»Á\92\80ã\80\ 5\1cû^û\ 46=ä=¯\82ÅÑ*°DB¶mÅ\v¬\a\18\vÖäìøy°,\ e\t¦$§|âq\86#\10-¬e?I<N\81Ù_qjx\867\85\89?sA\14P¨¼?·xê\ 5m\16\85\rÿí\1d\9a\ 1é/\9eas¢\83\89Îssí\19!8\93\8bM\9dF%ò2ZN\18\83\83þ`9êæY(9;R\98\8bã\9a\8d{ä÷¤&vÔ)\Ä\ eÜÔü©´}¦\95\b\bh\ap>Z&é\ f5òóÄÔYÞ YÂa\11áú\9e\9a »^n©Ð\10qtn«JDEçX\19°1³Þ\95\15\91ÿ@$îL΢Á\89\9aX\86\96¡4\f\14\82¶P\10\ 2#\95Áð\81£Ñ\vÃ(õ\86¦ ÿ\b%\9e"\86Nׯ\1d\9dù\16Ì»^÷¦àSú\89ü\9d¸bÕ\vJí.\9a\f
+(A²bGÖux\82Ø\ 5ñs¥=PÔµr\1c`\ e\99ëù0K"̹\92Üã2\r\80DÞý\17\16ÕßÿõîËÃýÃ÷Ûü£F;       \93ÓÌPaB\84u\17\9c\0\95¶d?$\96aש\1d7\1fÅ)âÅ*\19nÂiFóPB\1a\1d¬ë¶Áô\82³\8b\16ɱ\97áåëû&áÚîqÏ«`\84\eq\13í)ÚÈ\85whg\81ǹ|aÒ\1c!\0¦n)\8cG\19ÒÚðZàûwbĨN\\92;²õ\1d\7fìøD5&\14\98\8c9\b ¬ùm(­Ù°ñ\ fs\16á0ð÷\805\84ùÑ£\89ª4\9e9\18lÖÄ\a9\18ÌL\93W\14Ì\15  \9a\ 6Éä\9d¢\10\9f¤m;\86fÍЮ¶ö\15¯\95+óÊh\8b\8aÂM\16\0à­Ìsù4&}<\87\99mK\17HR\14f·ÜáÒÈ\1dT`±\8a½O\88ÎJÀ? @º\ 2P\ 4ÀS\8c\ 3\91\ 3,\9c\1d0O\176\83©Ö©\10\81Þk\8a§¿¾qO8Þ\93â=oXY\90yO\82\87g\8b+\8f\Z½\87\f\r»¡\7f\f1\v\930\930\89\98\ 3 Ë\1d\ 6Nît\ 4ê+f·<ËÊd\1f\88«c\98\91Tñhc×¶GÑ\9c\rÇÙ\90\8b6\87S\12A-,«,âØ\13«Ëom6\9e3D\81\ 3\10\8eu\12Y\9a\98æy Z\b/-ûJп\94$+ØÖn÷\85\85\8cR>ÈÐ+\ 5\81\9bqýªT\82\15i]6f¤\I-­\14h¾ì@¤\94ÅO)æ\8f\90%¨fù\83\0
+\ 1\90\82\v\87\0[R]£ÈNèˤ©t­o\95H&K\11\1d¥\93\8d´ýaQ·d£T2ðç±\ 6èx«*ë²ç*3\91Z5qµê-\ 1è\ 2AÈv\ 1§ª\96ñ'ã
+À½2 ©Íº\88\8c\17     ÎdÔ\16\fI\17\8a\8b\8f\x.\9e\84\90È\87\ 4
+EN\87\86\8b\15°\v\14~2K´Ho\b6\86\81\18w8Ëʱ\1eê?b\9c
\8e¿\12Ô\9e\0uí°Íd\89÷\97\82\8cµ¸r\ 4à[ª°¼ï6ê\v.©Òy\19Jñ¼àÒ¶ç¨\81C*Ïpà\9eV8¾õ\17ÀÄ\ f\a\84\8a \19±ÒV\ 3Øm;tr©ì=\86§¤çá\18\889`ǧy\11\ 6B¾´C%´]\87þ­8\ 6| NK^\8b\85rÃÕ9\ 4\1c¨\16\89\96\1fÙP`µÖ\8dó\f\98¹UG\16\17ç]Ûh \fS5UèÍMý®ó\9e\1eÔ\\87/#µ\8a]®qO\0\8c\12\rî\ fNZ[6\aÚë¹à\91DÐrå¤\8bÿê|æþ¡wÕÏæ-ý\86Y<\7fsųR\b\8dÞòâ¼\8eÆõ¯WýÛ`xo¬\83ÄIBç\94¸¹ñ\80Äå\8dJ\9b\8c\16a¹,   É\rÑ\ep\8dÊ\92\95ýNÚ÷\17¡\18\1d\92\17äÕP (Ñ{øSs&»@ <àã
+´gø4åC«\9bî
+ÆÚÈ«\1c7¦ö\ 4δD\14À%\11\vFF°ò\11\11ÒJq#¢4";\169«ôÄ\856\ f)vÂ×mÉ-0\9aÝ\ 2\18\9c*pgF"ìh·X\837\18{hL/¯6¼\10\938T\18\95(H^a\b\0\96;/¥\µíK!¸à³i\8c¥f\11v.\96W\1c\86\8eÕ\1aK\89\9dóø\82^\84çñMØÉ\98B\ 2|\v~05U«\v>>bq/\88\ 3È©)´-noM\89±\95¡@Jì%B·\15\15:d\b\11-Ô×ÊPo)|Cù¸1ëM\85\9c\97\11X\8a±ä&þÇT~G\11\16iÆ,A \15R §\17\e'TÈÆI\18¡7¾ý6ÇÜ0t\82\85\84¨û\9eë8¸à\8a\1a\94{\17p\93gà¬\1f_ø8\9bb\17c¹Ú¡\98RX\88\16\9d`}¹\98\86\8f\8d\8f'<"\1eü\6\9bï:\ e\1cd]\11\14f$\bø:»\8d¨\92ä\10\12\85¾´ï2\ fJ\1a)øú==*¥ç\16qG\a\8fÀ£c°\86Á¤ë\16d®ë\16doh\93\9a~×±7\98\82g-Ëy\97\1ckÍõ\vöÎX\848óÅhK\8e\18°K¯       :%\vî¹\8c±·\12Ëpþ\ 5Û\83\84øJР    8ÔÀ\9d\f!%ñ\80ô\bµ±\tî\8d½¹«\1a\81 \f0ÿÏ\82üe;$ò#\8f\8b\8d)\86\9aË\ 6 \1e\ 1ÆBy@ö\ 1'1\1aá·¿Xî\9b \88Üay\ 6É\86\15×ñÜ\81XÓë²\92\a-m\9c\1d\91¬\r\17F\9cá8·)Ƕ\92\95Ó¨ôN=jv&ü\ 45\98Öï¸u Ìó\ 6uòÜ  ,jè\80\ eç\ f\8c$\1d{s:\97\v¤&\87§ÇÐ_Z+×qÅ\9eM»[\1dT\80¦\b\9e\91âMg~\9c\a(·É\89\ 4¤8\89óÁÔÍ\82õí\ e\16l\10]A45\81\15\ 3,>\97Ü0Å\19õ¨j¹E`¤\ e§W} F0j}'Ôúæ\r\95/IîR\8a,\ e¿Ã\95»ÆÎQÔøF\1fuN$Ïu¾\12å[Ý¡HºC\9f¿~¼ÿtÿA~\9cøúå\9fÛ\1d¡©\8d\ 6ú\9aÚhI6\8bú8ã\ 6\17\f\16ÕPê£\9cðóY:á%Ö\86FÎ~£çµ°\15\8a\85àiN Û\16\82Ë®C7\1eMý7º\86§ñU\eB8\91®adz\90?L:\ 4 %óÍ&ÞÉ\9fë´à£ÒÇ\82Ѭ¯\87^\83ñÊ0V&Pm\89\0\16\97"\b\14Þgò²3[-AùÁ\ 2\ 2ôôë\89
+\ 3gLî\97 \1c¬®ÅÅŵhî¸YUâC3hÛV2b/ɦ­­¼Îm\861!\ 4î÷\18D¼²üeþSIäÚJ\11Ô¹\84\9b\89\1eó\ 37úè\80Ä\90h\83=XüFý!Ç^"n\99`Ñvû+\bîòC¯í:\83\7f|R3¦YÕ\98¨Í6cÙcÇ \82\1aE|Ó=èï¸ó:EJµè\85ÃÉb\8aÜ\9dqC\10\90®×=:ù\9aWX\9c©ò'¢îç\87\ f»JÎS
 endstream
 endobj
-603 0 obj
+611 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-601 0 obj
+609 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 603 0 R
+/Font 611 0 R
 >>
 endobj
-606 0 obj
+614 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2489
 >>
 stream
-xÚ\85YKsãÈ\r¾çW¨æ\12ªÊÒòý8ά=»ÞÌl¶2ΦRQ\ e´HYÌP¤\96¤Æñ¿\ f\80\ fM6%Nåb5Ñh4\1a\r|\0Ú+w뺫\97\95üü´úðôÃG\7få¹ÛÌ[=\1dV^ºò\82m\16®\9eîÿåxA¸ÞøI\92\87¼?®7A\108\7f+\ feW6û\92?CçsÞ¬ýĹäõúßO¿¬üp\9b¤«M\98mS\11ñ~»ÞÄQæü½g~\1aT\r~\87£\10Rç©\1aj\9dû\8d%å/:±sò¦À°\9d\9c}ˬßÖ~ê\94]\7fGÄ8tª\ 3&¡ÑÛn\8dÅ9~\86i\9f¢ê\87ªÙ\ fø:tíÉ\88Ï\aÝð0mÈÇòÒm¸Ú\90e<Xæ¾%äÎþr*e³\81UH2Õ8ñ\8dÐÄ#\11­\9c\9d\86"\95~Ï]ù­j/=¾è\141\9f¢j\e¡¸tò×cµg¹G\10úc{©\vÞ#õpL\11\80á+D\94àÖó¯ÓÀ¹\13í]¨\1e\89êÏ¢9³\86\81S\93%JV9\fq3D\83\91\89ð3M¶Ý\e¨}¹\1f\a\9a\91\83ج7öØ­éâÃ$tþÉj´\17ð\9frh&\1f\97¾¼\92Òç'CÒË"bÞß\9e!\87+Zv¤/Ë\8eLða¨ÀÈ'_m»ê¥jÈS±úòLÇ'#âSÎDLê\ 4\10\98X\ 2\ 3ç¥\ 2©\87ü3,Ù\9dª\9ey¶¢çÆK¶YD?Ñ6öDÙ\ f\1c\ 2±ë|"sª\1e"/2\8aEc\fÐÐÄÀ\1d\1eäüB~\ 4O§¯¶\19O\ 4©ít½Qª\877Y<z3ÕP\95\95\89·z6\1a\1ch\81ø¼\1ed²:t8V²(\16\8bñ¯\1c\83\a'xAQíü(Ùç\ 3<\9agØ·f¬\9fmVö@&þ¾N}58\1dÔÏè2Ú\97r\90+âù×j8ò\88\f4\80R\97y¯C\16\84ë±ý\ 5á*\9aƾn\1f³çPüWgv\ 5¦ëÉ0wÃ,Î\9d\18ç¦C0Ùc|ªu=\96\ 4N5ô Ìä\aÖíùI,~        n0\1fsÝùP¾Âån=\9e¼R\9dp:çn}\aÒ¥©Ë¾\1f\9dý\r£®d먣¼ñ
+xÚ\85YKsãÈ\r¾çW¨æ\12ªÊÒòý8ά=»ÞÌl¶2ΦRQ\ e´HYÌP¤\96¤Æñ¿\ f\80\ fM6%Nåb5Ñh4\1a\r|\0Ú+w뺫\97\95üü´úðôÃG\7få¹ÛÌ[=\1dV^ºò\82m\16®\9eîÿåxA¼ÞøI\92\87¼?®7A\108\7f+\ feW6û\92?CçsÞ¬ýĹäõúßO¿¬üp\9b¤«M\98mS\11ñ~»ÞÄQæü½g~\1aT\r~\87£\10Rç©\1aj\9dû\8d%å/:±sò¦À°\9d\9c}ˬßÖ~ê\94]\7fGÄ8tª\ 3&¡ÑÛn\8dÅ9~\86i\9f¢ê\87ªÙ\ fø:tíÉ\88Ï\aÝð0mÈÇòÒm¸Ú\90e<Xæ¾%äÎþr*e³\81UH2Õ8ñ\8dÐÄ#\11­\9c\9d\86"\95~Ï]ù­j/=¾è\141\9f¢j\e¡¸tò×cµg¹G\10úc{©\vÞ#õpL\11\80á+D\94àÖó¯ÓÀ¹\13í]¨\1e\89êÏ¢9³\86\81S\93%JV9\fq3D\83\91\89ð3M¶Ý\e¨}¹\1f\a\9a\91\83ج7öØ­éâÃ$tþÉj´\17ð\9frh&\1f\97¾¼\92Òç'CÒË"bÞß\9e!\87+Zv¤/Ë\8eLða¨ÀÈ'_m»ê¥jÈS±úòLÇ'#âSÎDLê\ 4\10\98X\ 2\ 3ç¥\ 2©\87ü3,Ù\9dª\9ey¶¢çÆK¶YD?Ñ6öDÙ\ f\1c\ 2±ë|"sª\1e"/2\8aEc\fÐÐÄÀ\1d\1eäüB~\ 4O§¯¶\19O\ 4©ít½Qª\877Y<z3ÕP\95\95\89·z6\1a\1ch\81ø¼\1ed²:t8V²(\16\8bñ¯\1c\83\a'xAQíü(Ùç\ 3<\9agØ·f¬\9fmVö@&þ¾N}58\1dÔÏè2Ú\97r\90+âù×j8ò\88\f4\80R\97y¯C\16\84ë±ý\ 5á*\9aƾn\1f³çPüWgv\ 5¦ëÉ0wÃ,Î\9d\18ç¦C0Ùc|ªu=\96\ 4N5ô Ìä\aÖíùI,~        n0\1fsÝùP¾Âån=\9e¼R\9dp:çn}\aÒ¥©Ë¾\1f\9dý\r£®d먣¼ñ
        Ã`\ 4'qöª7Ü\7f\ª®4ñk\9c9Ýz¶/ÿ¨pþeÈ\a\91¬Ø\1c\99'@'Ú\19`nÏ6\88q"!àR3\95Ì\ 3R1xZ\9aÜú\fsýÎø2ú\fS\102\89\8dÝ\9emÊq\9bé\8cQl\1fò^\ 3ö7\8a\8f²S\9f\12\85[\90\12P":\v¤\11²\1cÅp°pÓ\ eÕ¾ì¯\91E\17Ý %4\91\1cléñ z¼/\14¡s\85ßü|îZr1Ü\ 1\11æZ¤¢\ 5¡(´\0ËA` \14O Ð½t\8aÈ\8b!+\9b\14ÿÉ÷ª\9f\82r\8b\99\11¯[   MÅ\8ax\86\15K\1a\ 5F£~\82Ê ´OüQÝë±Ù×\97B0У\84w:\95\ 5\1f¶fÏvc'?\fâ$®\ 2JàFØ0\9e\86fC\91äKÞ Þ\9aH\8dD\ 6I\18\8dDc\ 2øªy\ 1\93J\8eá/{sÌ \9cùÒ<\ 5p\18§b'þ\95\ 4'\84£\ enQ/NmÔc\ 2ÕRM!\887­¤B\84öèA\ 3ؤ\1a»<ú\84ó0¼p}Ðè\12³+]ýé\16Q¨¦à\ez5ɲ¹rRòº²).'|iÕPcÍ\149\ìM÷÷\93Þß\1891G\8e\1f¦P*r5»òh¼\ 4þ0\97\0\16\1d\1c.\82¯ÂÛ\v²\86\19NO¤G\81âoë\88Ü\81"¡Ñ;g\96/(Uz0JIÆ\ 3E8ýúÑ® \rNÈiF\v=  ´üwèçÙÿ{\ 6»\89ê?k\9d0¹[`\1cr2àÌÿ\7f\9eû¿\96\0\8dAù¼&7\0ðMÈccL`\ 1º:\ 5v
 ·þl£ÇÅ\8b
 \8cõ\83È·
 >úx@âcd/À·Ûiyø\8ec+J®Ñ2ò\90\ryµd\ 4\9a\9eb±Ð\81À\8a°ë\84îY\r%ÜÖ\v·^<s]Ê>\1a§©\94\ 2ü«¥@à\9a\8cájÍ/±\1f\0÷ʼSPi(×býTY\11\17Ô#²\9d\8c\MFn:\89¾MFî,\19Ý\16\ 2«íG\84ª¦¦\1eQõiª}M1(µtì<\1eFÖN9*\15Ú(6ÏÊô\aSñáÖh³éÖì\9a?\(ä7·\88a÷:\199`W"\ 1\11æ  %\1c\9b®&õT*QÇ{È\ 2T"z\ f\99]\1aÉ\97\98\9fVØæOµsJ}#Ñ»\r\85&\81M\93Å3{Óg«¿ðÎ,\19íM4«ø\ e=Ñ¿\ 1\ f\9c\958òquyÂTQöû®zÆ¡3\93\91²\85\12\97¹m\ f\81À\85ö\86\8dh¼j®\9a\98yÓÓëñ¹!7 \12mÓÀ\ eö_\96ë\99Èä8\82Ц\1c\ 4Ø\19\ eÛî+fkµ±T\ 5ÒckO\15Åó\1e\93\99\99i1úüxÚâöÆ\84\ fuI4¦YHßïQв\80\16  §\9aÂ\89\1dÖc\90ö\9d.oúsÞ\95ÍXüx6>\86ê@¡qÉÐ_îàC_=0dÔþ*çy­Ð§\8ek=X+¶­\15ºskõ\901\vuÉÌ\v\85½\bM\16í\13ƦnKí{\ f\13»7íÁ(ðI|ÒBäJ|¦\ 6 \0\9d\eÔMH\8dÒÓ±ìuO«\1fO$ÅÃ3x·\9a\8a¿\ 2\13\0\89© \9eéo#\8a\9f\8c\0Ä{ù\11wÿ¾´\1d~buÿÌ×\9e¤ý¡QÎ?Ñ­\vò\92\99QÁ'\ 6\19×\85\18\17h}aèÒY%S¯_,À\ 4Û-óÇüAÃ\ 3Êc\1a\19°\12¨ðL\15t@·\9d\19<ÊüÅÛË$\ 5\96õ\81á\84ÒR«B%\86ìÅÖ»D6\87¾L3»rßä\94«'
 \1f^ ­ý¡ìLKØZ\ 5Lüÿ\9e
-\9au!\7fQôø(\ f9R\97NOLTJeSÎá\99y¥ÀÓ»Ý{yËúJ9\8a6|¥\89\17ô\99\14«ý;,3\82w»{ªõ5\88ÞÝáÊçÀåGcmë*x\9bòmÖçI¥\98iØò@õ\94§\ 5}ªcòy.=sQ¬.¬Ä,ºþÙôå\99 [\9eDùs\94<HZä\11tqÉ\95öl\9e\fu1°ö-\1c\89rËeÀ\e\ e¡\93,_¶¤r4Å\ fà\ e)5\8d¦\(a\ 3Ô\11\95õpåÎ\8aÄOËE"?¿H\1f\9c\9ar\88\ 6\8f\rÊiBt»\1cgæ©\1cgFdrkå\12\10\87®7+wS4\10º®êtHµ9FlqíÏÜY\7f&«²p\ÅCö\98\9e\8fæ\8fºa\ 6\ fÙ'þË\81.\8f\89\98\9a|I\ 4n%pØzJ:DÏ;e 2\1f\83=¿­\15z\ eú¦4¥3\bìp9°§:.\bF\95å\9a|wëû¸&_X?ë5Ý\97u9èSÉ\18\9fA\10Û²\92ë\9a\90¦w»\87¦ \12l|ûéß1zG¡óåb¼U\9e !`&mJ A¬g\ e\12ë\899àì!½\f.È(?\9e󪼠\96\1eyB»jºé\9c`\84_\8d\11Z-ïE\17\1at¥yKö\0[±¨ëfÔÙÉ¿\ 1^À7\1d\8b\v?\952\1dÄs¯-ç¹K\96Ã\84ø\8b%\87\9c`GhUíU)-\ 4®ÿ«`4%3à©SÞ\9cF\9d)º¿\17f4õÅ$Þk\18\87\81þú\9dG-\7f¾Á?8aç]gDÓ\1f\9d¹¯ú}\9dW'º\ 6ã\89Û4\95\9dÜ\ 4M%;tl¢$^ª\80ãxþÜÁìê =¦Ñ\97ÑàÐ)\0nNù\80÷\1ebî'0\89\99~óó\19ÅKSè³[\1c\9b\87|\1aýqÉëêðö\9d\16Á\8dØvmSäò¿\ e|\9aMøµ   -a4"r.NK\ 4iºè\97\14,é6êñ%ªBC\18\9b\97Öé9)Z.<Égô]\ eÏVS\Ñ\8a\1cÍÍÃÓ\9fþ\aYÞo¡
+\9au!\7fQôø(\ f9R\97NOLTJeSÎá\99y¥ÀÓ»Ý{yËúJ9\8a6|¥\89\17ô\99\14«ý;,3\82w»{ªõ5\88ÞÝáÊçÀåGcmë*x\9bòmÖçI¥\98iØò@õ\94§\ 5}ªcòy.=sQ¬.¬Ä,ºþÙôå\99 [\9eDùs\94<HZä\11tqÉ\95öl\9e\fu1°ö-\1c\89rËeÀ\e\ e¡\93,_¶¤r4Å\ fà\ e)5\8d¦\(a\ 3Ô\11\95õpåÎ\8aÄOËE"?¿H\1f\9c\9ar\88\ 6\8f\rÊiBt»\1cgæ©\1cgFdrkå\12\10\87®7+wS4\10º®êtHµ9FlqíÏÜY\7f&«²p\ÅCö\98\9e\8fæ\8fºa\ 6\ fÙ'þË\81.\8f\89\98\9a|I\ 4n%pØzJ:DÏ;e 2\1f\83=¿­\15z\ eú¦4¥3\bìp9°§:.\bF\95å\9a|wëû¸&_X?ë5Ý\97u9èSÉ\18\9fA\10Û²\92ë\9a\90¦w»\87¦ \12l|ûéß1zG¡óåb¼U\9e !`&mJ A¬g\ e\12ë\899àì!½\f.È(?\9e󪼠\96\1eyB»jºé\9c`\84_\8d\11Z-ïE\17\1at¥yKö\0[±¨ëfÔÙÉ¿\ 1^À7\1d\8b\v?\952\1dÄs¯-ç¹K\96Ã\84ø\8b%\87\9c`GhUíU)-\ 4®ÿ«`4%3à©SÞ\9cF\9d)º¿\17f4õÅ$Þk\18\87\81þú\9dG-\7f¾Á?8aç]gDÓ\1f\9d¹¯ú}\9dW'º\ 6ã\89Û4\95\9dÜ\ 4M%;tl¢$^ª\80ãxþÜÁìê =¦Ñ\97ÑàÐ)\0nNù\80÷\1ebî'0\89\99~óó\19ÅKSè³[\1c\9b\87|\1aýqÉëêðö\9d\16Á\8dØvmSäò¿\ e|\9aMøµ   -a4"r.NK\ 4iºè\97\14,é6êñ%ªBC\18\9b\97Öé9)Z.<Égô]\ eÏVS\Ñ\8a\1cÍÍÃÓ\9fþ\a\90üo£
 endstream
 endobj
-607 0 obj
+615 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-605 0 obj
+613 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 607 0 R
+/Font 615 0 R
 >>
 endobj
-610 0 obj
+618 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2597
 >>
 stream
 xÚ}YIsãº\11¾çW¨æ\12ªÊv¸/y§7¶çůÆ3\87Q\92JÅ9À",!¦H\85Ëx\9cÊ\8fOo AQ\9a\13\81\ 1ôú\ 1\ù7¾¿Ú­èóÛêãæO\9fÂUàß\14Ájó²
-òU\10Ý\14ñjs÷Oï×ãq}\1df\9e®Kóc}\1dE\91wûgù6Çu\98zï¦Þ!!ô6{ÓñУªqhP\15L\ eÓ,õ\82(Yÿkóû*\fn\92bu\1d\1779É\7f_\83ðfha^\12{ͱ7M\8díÄ+ugvµê5w»æ ­¦å¯ª*!¼ð·ßëÎrë-JÂí$©§:¦\9a\1aWû¾FRk\14õú\9bõuâçÞf\9d\87^ÃÛ(\e+ÐtWÐL\ 3O\95å¸\88ié(þê\1aô\14°\9ezÓW\1a\97És¯oä»ÇÝä\85W\99®g\12m\15¾\ fv'\89Ý     °óзiëÐ3õ\89¬Ç\86ìQ\9a§0ÉtÉÄ¿­óÈÓm\aóþ(\13+³Õ5©\ 3:uÓC\17N\9a\ 6>\98       Õä\9c \99\9f\0ìwÀÝ\r´i°ë3¬\98{\9a\87J8\8b©·4\14{/ms`:kó\9d;\rl·å¦X\82;¼ÆÍ¸xr\93±\eü\ 3\ fÐ\fëë8\8d½\83\12QØ!ÅÇ)è\89?£<ìܳ      QjÉìOO÷uÙ´\9d>hrÁ¾û\0\16\8c\8bÌ;¶\réÜ\94\96×ô,eÛ°\18ePë8\ 2úÚ\93[ãðóÐ/í­\9dU`*ê-\8cÙ¼\18\13\93W\87      \9b,wM\ 6,\8eÉ\98ëÙê\ fÚÖ1\9a¡cÂQµ½ÑÝÿ^Èùaºþ¡\ eÇJ£w´®\878\99í\85¢bac\89e´MXä^«¿\eý\86í\82¢
+òU\10Ý\14ñjs÷Oï×ãq}\1df\9e®Kóc}\1dE\91wûgù6Çu\98zï¦Þ!!ô6{ÓñУªqhP\15L\ eÓ,õ\82([ÿkóû*\fn\92bu\1d\1779É\7f_\83ðfha^\12{ͱ7M\8díÄ+ugvµê5w»æ ­¦å¯ª*!¼ð·ßëÎrë-JÂí$©§:¦\9a\1aWû¾FRk\14õú\9bõuâçÞf\9d\87^ÃÛ(\e+ÐtWÐL\ 3O\95å¸\88ié(þê\1aô\14°\9ezÓW\1a\97És¯oä»ÇÝä\85W\99®g\12m\15¾\ fv'\89Ý     °óзiëÐ3õ\89¬Ç\86ìQ\9a§0ÉtÉÄ¿­óÈÓm\aóþ(\13+³Õ5©\ 3:uÓC\17N\9a\ 6>\98       Õä\9c \99\9f\0ìwÀÝ\r´i°ë3¬\98{\9a\87J8\8b©·4\14{/ms`:kó\9d;\rl·å¦X\82;¼ÆÍ¸xr\93±\eü\ 3\ fÐ\fëë8\8d½\83\12QØ!ÅÇ)è\89?£<ìܳ      QjÉìOO÷uÙ´\9d>hrÁ¾û\0\16\8c\8bÌ;¶\réÜ\94\96×ô,eÛ°\18ePë8\ 2úÚ\93[ãðóÐ/í­\9dU`*ê-\8cÙ¼\18\13\93W\87      \9b,wM\ 6,\8eÉ\98ëÙê\ fÚÖ1\9a¡cÂQµ½ÑÝÿ^Èùaºþ¡\ eÇJ£w´®\878\99í\85¢bac\89e´MXä^«¿\eý\86í\82¢
 iý^õ¶¥¥¡\7fôÌ´ÇHB\92¸\ 4¬H]u´ÚEGÆ#2\13\9f(\ 4í+álÚ\9dªÍ\7f\15Û\10eZ\91ãrjè÷MkàHæ;J8ã«¥FUÖfò,Ò<º¡x]¯êRµåÌÕ²¹«E\10\v£«E~!1\1e\ 4$\ 4\ 6\8fªëÔNs\87\16\80±áÈ}
 rèãFd\9b\r½®iËNdvÌ®\98û\13\8a¿]ß6¨.ÖYË|\er\8b\1f=\1a6\0ï¯/n)\90-ù¸¥e4£Ï\15©\17\7fg[Hf¥g(\16?\1fÕ\16wôzº#d¥Ä(;ò#\11\9cYsQeà\ 6ng6ÂiÏ\1dºµN\92¹âéÀ²1S\9f\b9\r\9eÅI\9d\ 4\17FÞ׺B\8b\16`æZscÒ[!Q
 Ä\9f\e£\bÇ£s\8fm1I\9d\ 4]R\1f\8eÙó±\fô·\94ü­\98òê"¹\80#R\9að\ 3\8c\87ö\13\97>?\ 4í´Í°ÛsGµ­ªw³ð\aæ\83*5\8fs\18\85{ÌÓÀÄ'\ 1ª¶\89\14·þ\8e[\ 6\10H\ f/vEá¼c{l\a»\1eKRU«Uù¾4\ fÔ\8aj(©°d!¹1|¶s?\88²@\92\f\ er\8eË"Y\13(\9d:èibj\15\8c\1e\99\a\90Ø!\8dA¦$£ã\1a¢=\900æTX@r2óð\12¡Ã°Ðãò(¢Ò<\9d¦å\89­Ì©Ýe\9e\9dj\93ØÞ)\0\aî¨Væ((f\ 4\9f M©\ff?s\92Þ«ê\85        Í\v\9e\14Råt\ 4`\9fR\17\b\84\82%\ 2)\87å\98\bÿ\ 2f\fÂÓ\1a\96¸Ø\8bO?\89\83\8f\95Úê\99\19ÀÝ+Q+¸\ré>â=gèàG\0\1c¦çÞ\91\1d»=\98\e\10\ 5*\80\1c\11\18\8d\96\93Þð\f\19\83\81\ 3-«úË¡\11Ù}aî¯\84\ 2û:\83-6\94J²B
 Ë\93×a,\10\81R\174Æ¥\9dAÊYðííô3\9e\1ff9\81E\1c&\13\86,\ eö\ 4\89\91úÙâ1ììle#¦Su\9d\bÄ\86N\8fG7-Ójð:Am\1c8\91h\12­a\11Y0\8dÙ¯\95     \89Q·ý|Ì\0´xçá\13\9cÃıØÖÎ
 ?IÔñ2Qã(Ú(Í]S%\98Á\93»ýúøñáËÃ\97ß\18eÞ}½ýëãý\97Í7\9a\985\81ÇÐ\ 5\8fÐÙ6\84d\9f\ræ9$\901c@Gw\f£Å\98)\9e\fÇßL¿ç\96@Xä-O\rß1K«+­:B\93À5Ô%O\88ÅêH\14«_-µaÙ\ 3ñ0j\80\ f\14\84ÃÂ}*\8bH\9eÐ/tb\1eS\9c0\9cÌ\88Ã9\9b\1c\19\ e§W\ 6$JòEkà\1d'\8eýS\84\1cX0\88ì6W\Êï¸BÆÕ;³Õ\e\1a\93\ 1\ 3"]ܰÁ!æ°_¸\16\85p\81\9c®E\182væeQ\80 w°jå\ 6©cîîjy\94¡>ÑÔ\95Ô6F8Ñ\b\8f\ e\1d`£ãï¥3@ÁwÎPD\ 2\8a"ç²\80<¤±\94\¶dÊ\e\8d·¯Üc\80\ 41ÚwvS\9cX\16\1eÆ\97¾+\eªcÖT\12íSE\82\90\86T\fy`\ 4²\91\1cl\96l"ïï\b\88¨Nò©¤¼ÁÈ\9dé¶\952\að¨K)\18\93ÄütQä[`úʽZ3\1drLmS\90s=c!\8cZhäè$ ÎJ¡D\1f¶ÆèãLW\8bh¾ÝV½\81\v\14O\ 5\8f\97\92½\ 5\8fY8ÆÃâÝ\80\89ë\96Ø\9b\8ah\92Ú:\8e\9dÌVÔ\92\878ÍÐÓ\ 4\ fw\80\ 2h3@\1aOÅ(,\81òM(,!ïn\85KÙÆÉi\80òpî\99\1fsoä-aK w,\80\ 6Iµ´b\ 2\12Ô \18Ia;c-,&SÙ<I\ 1\84·¬W[î&ùò\1aÀÒl,hDÒ©·gqÝ@¸Zöesß\99¸5ÿ\19ô\bèRo\ 2\82\f®°ÝÏÀLÄ×\16\ 23/ü5½`\1a#\80\ 5îÜr\ e|0¡³äá$ \16P:I\18\87¦Ü\83=\86\1d#î\^Ê'Ü\13
 BIt\11\87Ö\98ô±cdøµ¦dýV_aqâW±0K<]1È\88én\a\1f«\1dlÓq\86\ 3ú¯xg{Ã\85êq2\91=  -Í\86\a¹ªü÷Ðõ\97Á1Ý\vS\9b\80ÓÜÙ5tìã\12r\18\9c\92VSIë)×\81t\19p8äxm\9a\8b¬Ì\95eaVj\9f½æ¢GN\a\e\9c\ 1+6é\9eIf\ fX~\13Q\126N\8a\1cVSp\94\11]ÇIè<¨Í'h\1e\1e\81\14v¦·Kä½çze\9f¸`üéé/ °¦}ÿÀ\1cæt?¶ö\/­Ä`;   ]\17\85\19K\84sÅ        \a\81c\bçPÞMÜ7=Ùàô\ 6\17Í6ø\v>\9e\86`\94W<\84~3ü>;«\ 3\1aX\18ÂyÉ\8dóÓÅ\80òôô+_¾kº{¿Á\80Üáryü\8b\12\9bû\81\9d\1f¦1AÄÙLv±\90\9d\81ì;]BI ¦\ f\18)E0¢ÍåõpöhZ\ 28ìç¥4v\17\8c\16\9a\ 3Êüõ\12ípóá\ 2TNG¨üùóýíæáë\97o¼Æ×OR\91/\81æÓg0ÐÊT·@\ fS¶&\851qÛTÕhuê×\1d½\ 4ï¸O90\16,\8b\8d\ 4qa\rQ\8cOÄÐ<\87¯qé\11_\9fÉø\f\9eÓ\11\ eÖ\ 63å¼\10\92Ç»,v8FR|g*\r\0]úCÁoÀG£E\10\9e\85\99ODsÇÔ3Yó×ÚåSå\fyÊå!µ\10 N3~Ø\9e \0\ e\ 6{\82Â1uvòeÐ]Ú³0U6\949ƺÂ\9f\e\vdïÈLG\18¸\88¼\17\90Â5\ 6\18ýTÄC£\1d(\97Ç>Ãnü\8aª 5©ÊÏä
\8fO=Ï\10J\a\16b\8fÈÏì@°¢´²EߥÊâÙùË\98/JðùF°L{Óÿ\bÀ¹rßÞö?ý\13\11ű\e\171>âµ\8a~|Ä1\87E2á¶øÌ5\11Éã»\a2\8f\91\15&\1d\89\90\84þ´´\ 6\0\97È7²´uÝ3é\1d\ eÿΠF"$Êm\84`ËÁÃEÊN\91Z§ÀIÎû\12\96\15y\18ÈùU=\8fÙf\9c=sy\ 58'\9f;ü³\8dÿ\85Yl\94\8fZ<Ws\17¡BÿÞìÝ\85ªÑä\91\bteåÄñº(\91\7ffIf\7f\10f£ù        \87;æ·¤\9dj\ 5)&§®\8a\94\99«âºç~­L÷ª\85\1f°\97Ýoþð\7fR\1eêj
\8fO=Ï\10J\a\16b\8fÈÏì@°¢´²EߥÊâÙùË\98/JðùF°L{Óÿ\bÀ¹rßÞö?ý\13\11ű\e\171>âµ\8a~|Ä1\87E2á¶øÌ5\11Éã»\a2\8f\91\15&\1d\89\90\84þ´´\ 6\0\97È7²´uÝ3é\1d\ eÿΠF"$Êm\84`ËÁÃEÊN\91Z§ÀIÎû\12\96\15y\18ÈùU=\8fÙf\9c=sy\ 58'\9f;ü³\8dÿ\85Yl\94\8fZ<Ws\17¡BÿÞìÝ\85ªÑä\91\bteåÄñº(\91\7ffIf\7f\10f£ù        \87;æ·¤\9dj\ 5)&§®\8a\94\99«âºç~­L÷ª\85\1f°\97Ýoþð\7f\8c$êl
 endstream
 endobj
-611 0 obj
+619 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-609 0 obj
+617 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 611 0 R
+/Font 619 0 R
 >>
 endobj
-614 0 obj
+622 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 2745
 >>
 stream
-xÚ\85YKsÛ8\12¾ï¯På²TU,\8boro\9e±\92x'ãLÙʤ¶Ö{ IHB\85"µ \19Eÿ~ûÅ\97HÏ^\ 4\ 2h4\80~~\r-Ö«õz±_PóqñËöö\83³°×«Ø^lw\v;ZØî*ö\16Ûû\7f\e,o\9c0\8c\97¤:,o\×µ\9eÔN\19
+xÚ\85YKsÛ8\12¾ï¯På²TU,\8boro\9e±\92x'ãLÙʤ¶Ö{ IHB\85"µ \19Eÿ~ûÅ\97HÏ^\ 4\ 2h4\80~~\r-Ö«õz±_PóqñËöö\83³°×«Ø^lw\v;ZØî*ö\16Ûû\7f\e-o\9c0\8c\97¤:,o\×µ\9eÔN\19
 »\9eõ{R,\9dÐj\92\9fí?\17>ò¹ñâUD\1cÂÕò&ðcëné\ 4ÖÇ\8fO\9b\8fwËȳ¶\ f_\1e\99Û·\87í'þzx¼ßü±\81\9fÇ­L!ß/O¿=\13cÛ_\ 5Ñâ\ 6\1aß%Öw@µ\ e­´<\9et\9eÔº,x Üa\eYõAñÀ}   \97\88¬´9*:j-t\86[]W¼ SFÿXú¾\ 5Ì~,a\85ª\98â¬ë\83¬\ 1¦\86©+uJLRË\1eI\91        ·"S'ÚOÁ\97ì\87ç_ÃÙÝ\95íÓÙ3<R88\12î\14ø|&hÏ8X\9aïÕ{è\87\ ep\1dÏ\97ÒO¸ùAä9pþÇ"\b\82vºªK\93ìÕ\98E¦«Úè×F\ 4\a#G\95éæH;º\96\96\13¥I\9e«lz\83\ 4\179±õò\92ì÷FíA\12ïPmkKï¸eùÃGZ\9e\17£÷\a\14kÍ+\8dª\9a¼ÖÅ\9e©v¦<N\16\ eU\8b¬+n\8b²æ\8f¦R\99,*¹ÍõQ×=\9fÁ¹Ù¤s8j\ eÂ\8fm\8bÏÃÂÇ>J\r[Úß\89\9dáþ\7f\17\1aØÐÈç+kùB²Gõãàù\90ÔW\À"ô\ f\9d5í¶g\14\ 6ê\16»kK\8cÅÀ±ÁW<8÷·\ 3\18ÅDàbÎ.\9bsg;\ 1\9b³Ã²\81i]¤y\93\91X Gj¶U\12ª×FÙ´ô\9f\8aJxgì*JæXθütÊ/üI\82Æ\96Ïãõ>áöf;=>Y°Û.s\a'âîù S¼\r\ 5\19ÇJ\8c\8c\8bª=\x¬TN¦Nç\ 3*ñX¯÷X\1eïÏA<È\1d\86{O"ª;0\84\176\94\a´\ 6/\16=Âǯ%\9e\8f·18\14YÛeäXêgÍ=£þÛh£zµà \19\95¿\86p\91²\1d#+\97ÇP\ 5ØEéê4yÍ\15\8f£\88eëJ6\a\1fÒxk\9c.G'\83\81ÉuÞOí¾F£\82e>ù'¶r±`.>\12]Åm®ª\8a      ëC"<ÊBÖ\1e\92\Øñ©\82\96­o       3m¤?4A'p¯ö\1f\1a49\9bç\91ÄC\ en ñ\89I\81ô]\94¾8Ò1AÂKï\9c¡¥¸sÊ\93T\89\83\92
 È·\857jS8Ô\9dó¾\9a$Åùï´wÝN\v¿9\81Á<¦    ]\8c¼ß\1e;ÞzMá·%\98ÜHå`%¦,À\15n\H\93hP\9c\91\89Cg$ñ\1dÚt( 4v\10\88\9696vÈÜsñ"\92\0\ f\98@v½÷®4G\bH~\1cY_ÐÃÏ\9a\82\ 4s¾L\rìH( ªÅ\7fO\12×\12#>(þ\7f2\9a\81\bvÔ¤æ¯\89"pIçÇçC\99\v\féäÌ®|3\80\v|¾H\90Èöéîñùó\1dz.¡\90+láõ¦e\92¢j³\8fç\86$1ÏE_,*\r¡\aoà¹\11fYl¾ë"c\ 2T\ f\8e\1cÙN2ýâøaJ\9cÀ
 <HÐUÉ\94\9c<\1aæß\190®íÒ³â~Ý\9ff&ºÒ\8e\918\9f\17Íb\1e\9co\0\93\18¦èHkÈ=\15\7f2\9b°\ fVØñ@pñÚ\aÜ\87~Dù\1a\87\1f
@@ -4825,29 +4859,29 @@ bSBh
 çº÷\0ìTú¨s*L\ 5=ÒàI\e]Ï \vÜ?\fZ@\12bÆ®\ 6 f\ 42Þ3F Ú\ 2iûP\ etT\a\ 6ä\11aÈûB\9b©\1ar?\7fó^!"\7fC¯.ØáûÑÆåk®\8e2\
 \1f¨FSe\10¬OäþÌʸýà\ eÞ÷ã\95\e\ 3\19Î\1fêúô\8fÛÛóù¼Ú\17ͪ4û[ð÷K®võ-/\1cþ1\10¬W®#+Û¤\17Æ«Ð\1e\9aè&i\9dË\85 >Æ@\ e?±ºN\8bî\9cáë£#H\ 5ڽĠZä\10ø\81\ 6ã4äã\ 6l\96Ó2P\8eñ\1d\10ñ\7f\11ô\16\81*ÇÝÑh Þ{¸Þz\1aÞ'º§"4Ä"\14+x%\85ª@~@6 \ fP\fI\e2)\1c\9e9\ 49\14\90\8e\ 1},%7\81$-ìû \18#ø¢\1c\1aG\83\9a%\ e,ÀÃÊL8¾\9b©=ði\91"?úlÉ­Æ\82È\rú\92\ 5F'éÀ\97\17B\17|¼<µ\ e\e°
 ¡Ý\95yΠ \87µÑÓ\aí\93\ 2\9a\ 1ÆÀN¹\9c\95Ã(-ïÆ\ 3\9e$ÙÉ\1d®´\80\92´¯ ½gó\1f\e8A\12\85\17\18\ 2³¯\80\89>m|ͬøCÂ\85*¸+¡²ÝúE2\94͸\88Zn2\93ìjÄ\9eÌäú)aX«\0Ìé"&õ¦a¼£éÂ8V[Î\9amÙoK\ fø\98Cp°xø\9c\ fT\8c%ýx ÑÝ\85G\12nÆþ\ 4\1c(Ρ)G­L\fOÌ×\8däÁa4¬ð£x\0
-Æ!1\12 ÍéAjÎ\81¥#ù8\84\84\f\18@;Ð\fvE3Ä\85\8eÂ7\83\19ì¼ÒÿQ\12s\ f²íÛùkF3P\12\k\ 6\97\7fû\1fz[ðf
+Æ!1\12 ÍéAjÎ\81¥#ù8\84\84\f\18@;Ð\fvE3Ä\85\8eÂ7\83\19ì¼ÒÿQ\12s\ f²íÛùkF3P\12\k\ 6\97\7fû\1f´¿ðh
 endstream
 endobj
-615 0 obj
+623 0 obj
 <<
 /F2 13 0 R
 /F3 17 0 R
 >>
 endobj
-613 0 obj
+621 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 615 0 R
+/Font 623 0 R
 >>
 endobj
-620 0 obj
+628 0 obj
 <<
 /Encoding 14 0 R
 /Type/Font
 /Subtype/Type1
 /Name/F13
-/FontDescriptor 619 0 R
-/BaseFont/OJQUNE+CMTT9
+/FontDescriptor 627 0 R
+/BaseFont/CRJDVZ+CMTT9
 /FirstChar 33
 /LastChar 196
 /Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525
@@ -4860,31 +4894,31 @@ endobj
 525 525]
 >>
 endobj
-621 0 obj
+629 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 1269
 >>
 stream
-xÚ\8dVKsÛ6\10¾÷Wpz 4cÁ$Hñ\91\9e\1c;v\93i2\99©ÒKÝ\99Ð"d¡¡\b\ e\bJÖ¿ï.\16¤\18IÎôD<öñí~\8b]\ 6!\ fÃà9p\9f\87àÝòú^\ 4\8b(X®\83(\ f¢\98\17I°¼û\9bÝ´íl.2&\9bJ½Ìæq\1c³Û·þ«Û\99HÙA5Ïx Ør£:ºúT6xÕ\975(\8b4KY\14g³\7f\96\1f¯ï#4\1e\16èh\ eþ£`\9e\14<w¾nyÄ£Ù|\91
-vsw÷þóÝ×Oè*[°ßõ,\ eÙ\1e7   ³\9a\ eûNÒÂ\92_Xý¡V²\19\8e×ÚÐâ\80ʺ7¤^¡zÄVýV6xa;\ 26Í@\82áÏEÁ\ 5![ÎrÁ@O\14\15EáÝâêè6\f\99jè°¤\ fº\13¹w\a\89´då\80ùÑ=m6%Þìf 'édo\94µ²¹B\93\19\98\Õ}%\7f°»Âìg`ÇÉë59·\ey\ 2     7\ 3\85X\83¹\ f\10\98\88\88æ\v(\91Ѳ©p\91°¶·Ä¬s\80\8bµ®k\8dAìGþ\aHF=o0\16¯â\8dĬ\1eÓ\ 4\9bF[Øvdþß¾\e\84×V\9a\1f\\ 1áÊÖ^«-\9få[_Hq\90ó"E¾â\9c\8bÈ\85\93\92tëP\80Ñ\85HØ#»}\9c\91V1*e!_\14Aèä\ f²\ 4§Q\94B±¸BY\88\ 5kÊ­<s\95E<\8d½\16\1f\92\10ð\ry\92º\8b/ÒlU×)Ý\90\7f¬\13´ølÊÆÊ\8a6XÆø\85¬\1d®hY©Î\1aõÔ[I{Èܵöh¶ºRë\83\f\16+í(³\ eI8ÅÐ7\954äÞ%Òé\ 1\88\ 5C¦üÝÃ篴¸7Ò\1fÝyã¥õ\91\8c\ fÌãýK\9a\8a¸\98¢ "´\87P6\1ez]Zé#ÚMµÛþ©VÝfHÎÓá\ 4Þ\11Õ\9fzm÷¥\19Î5\ 4ê\0þv\9e\83½²\eòßød\7fhv¥QÀ\82·%W¨Úùx\ 6©{£\e;¿Õ»\ 1êR¾ØAÈ\95óTú]¹ú~&ÌÏÑÜ\10\14äû\15\ eÆ\a\82\9b\81bÿø«aw¢ÓQ\b´\ 1²ð­xÙoß\90Ô3\1cC*\93\9f\10üæ\r\8as\11s\91¹æ\91EÎÒ\a\b \89]3Ë\3KâÔ5³tlfI\9cAÒ©½-Ræ\92ï{\ 3^M\b\84ÝÏò\98Aò]\v\82\9c¢$Y2$¿D\ 1Ì/m\1d\17\88\08@\9dï¯è\bæ     L`¶\18ÙÖåJ\92âë-ññ\11Ë\87s>êó_A'Á>ÖøvD\ 5æz\14<ÉóÆ\94d<\15ÓÆ4Tä\84ÀWJÒ¿\ 3\89Ýõ¤sEiè;\10<\19;\9aS¾þ\        tgXr7mIï\8aøwh\ô"¡Y|¬\92ÉË»ô\18~\ 6/\8ex\96M\11\9eB\89r\9e\8b)\94É«º\90¡\8b\ f̳¶p]|Òq.B\12\92ÿ\8bèBåg\ 5Ï\92ÓÊ\8fóô8Æã|q2Æñú¼òi´æS\9eQ\10£ÖnÆæ\19Ã\1aÎ\8e5\8cÒÓ\1a\8ea\92»_\eÐëôÖ»Ò\90.Cú+½E\ 3Oªñ\ f\e-h\8føRÁ/<ãÐ\18®¨°·Ò<\ fÓw£\87\99mÑì\1eqi?­kèæèe\8774Í\ 5ý \81f׫ӿ\86NÙÞ\81¢þ8`H9p1äU¤Ñ\90W\83»ðâ?\14\b­|£(\15¦\11O\1a\7fbÔN¹\7fOP\96/å¶Å\a\ 1;áÒ\80\92­Ñ0\8d·t¸"û\15F/àguï¢!u#!\9dà·"Q#kYv¾Ä.&Qb¶\92,\9e\1d6nü¶¥)ëZÖ´óS\1a\97¾\89º\1d@ÂÝF+×§2Â\8dRk×¼qÕÁ\1ctÿ_È\87\9b\87(W\1f\at\98\ 3\ 3d\87îJ\ fű\81\8bq<ÐÛ\1f\83x\90\8d4\98?dó\v\151z\1cÿ\8eU_\ 5­Ë\1eþó\1céV\864ú¡v0~÷ßè\ 2påá\ 2ÈÆ\0¨$Þ/\7fù\ fÖ\r\&
+xÚ\8dVKsÛ6\10¾÷Wpz 4cÁ$Hñ\91\9e\1c;v\93i2\99©ÒKÝ\99Ð"d¡¡\b\ e\bJÖ¿ï.\16¤\18IÎôD<öñí~\8b]\ 6!\ fÃà9p\9f\87àÝòú^\ 4\8b(X®\83(\ f¢\98\17I°¼û\9bÝ´íl.2&\9bJ½Ìæq\1c³Û·þ«Û\99HÙA5Ïx Ør£:ºúT6xÕ\975(\8b4KY\14\17³\7f\96\1f¯ï#4\1e\16èh\ eþ£`\9e\14<w¾nyÄ£Ù|\91
+vsw÷þóÝ×Oè*[°ßõ,\ eÙ\1e7   ³\9a\ eûNÒÂ\92_Xý¡V²\19\8e×ÚÐâ\80ʺ7¤^¡zÄVýV6xa;\ 26Í@\82áÏEÁ\ 5![ÎrÁ@O\14\15EáÝâêè6\f\99jè°¤\ fº\13¹w\a\89´då\80ùÑ=m6%Þìf 'édo\94µ²¹B\93\19\98\Õ}%\7f°»Âìg`ÇÉë59·\ey\ 2     7\ 3\85X\83¹\ f\10\98\88\88æ\v(\91Ѳ©p\91°¶·Ä¬s\80\8bµ®k\8dAìGþ\aHF=o0\16¯â\8dĬ\1eÓ\ 4\9bF[Øvdþß¾\e\84×V\9a\1f\\ 1áÊÖ^«-\9få[_Hq\90ó"E¾â\9c\8bÈ\85\93\92tëP\80Ñ\85HØ#»}\9c\91V1*e!_\14Aèä\ f²\ 4§Q\94B±¸BY\88\ 5kÊ­<s\95E<\8d½\16\1f\92\10ð\ry\92º\8b/ÒlU×)Ý\90\7f¬\13´ølÊÆÊ\8a6XÆø\85¬\1d®hY©Î\1aõÔ[I{Èܵöh¶ºRë\83\f\16+í(³\ eI8ÅÐ7\954äÞ%Òé\ 1\88\ 5C¦üÝÃ篴¸7Ò\1fÝyã¥õ\91\8c\ fÌãýK\9a\8a¸\98¢ "´\87P6\1ez]Zé#ÚMµÛþ©VÝfHÎÓá\ 4Þ\11Õ\9fzm÷¥\19Î5\ 4ê\0þv\9e\83½²\eòßød\7fhv¥QÀ\82·%W¨Úùx\ 6©{£\e;¿Õ»\ 1êR¾ØAÈ\95óTú]¹ú~&ÌÏÑÜ\10\14äû\15\ eÆ\a\82\9b\81bÿø«aw¢ÓQ\b´\ 1²ð­xÙoß\90Ô3\1cC*\93\9f\10üæ\r\8as\11s\91¹æ\91EÎÒ\a\b \89]3Ë\3KâÔ5³tlfI\9cAÒ©½-Ræ\92ï{\ 3^M\b\84ÝÏò\98Aò]\v\82\9c¢$Y2$¿D\ 1Ì/m\1d\17\88\08@\9dï¯è\bæ     L`¶\18ÙÖåJ\92âë-ññ\11Ë\87s>êó_A'Á>ÖøvD\ 5æz\14<ÉóÆ\94d<\15ÓÆ4Tä\84ÀWJÒ¿\ 3\89Ýõ¤sEiè;\10<\19;\9aS¾þ\        tgXr7mIï\8aøwh\ô"¡Y|¬\92ÉË»ô\18~\ 6/\8ex\96M\11\9eB\89r\9e\8b)\94É«º\90¡\8b\ f̳¶p]|Òq.B\12\92ÿ\8bèBåg\ 5Ï\92ÓÊ\8fóô8Æã|q2Æñú¼òi´æS\9eQ\10£ÖnÆæ\19Ã\1aÎ\8e5\8cÒÓ\1a\8ea\92»_\eÐëôÖ»Ò\90.Cú+½E\ 3Oªñ\ f\e-h\8føRÁ/<ãÐ\18®¨°·Ò<\ fÓw£\87\99mÑì\1eqi?­kèæèe\8774Í\ 5ý \81f׫ӿ\86NÙÞ\81¢þ8`H9p1äU¤Ñ\90W\83»ðâ?\14\b­|£(\15¦\11O\1a\7fbÔN¹\7fOP\96/å¶Å\a\ 1;áÒ\80\92­Ñ0\8d·t¸"û\15F/àguï¢!u#!\9dà·"Q#kYv¾Ä.&Qb¶\92,\9e\1d6nü¶¥)ëZÖ´óS\1a\97¾\89º\1d@ÂÝF+×§2Â\8dRk×¼qÕÁ\1ctÿ_È\87\9b\87(W\1f\at\98\ 3\ 3d\87îJ\ fű\81\8bq<ÐÛ\1f\83x\90\8d4\98?dó\v\151z\1cÿ\8eU_\ 5­Ë\1eþó\1céV\864ú¡v0~÷ßè\ 2påá\ 2ÈÆ\0¨$Þ/\7fù\ fîa\(
 endstream
 endobj
-622 0 obj
+630 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F13 620 0 R
+/F13 628 0 R
 /F9 84 0 R
 >>
 endobj
-617 0 obj
+625 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 622 0 R
+/Font 630 0 R
 >>
 endobj
-625 0 obj
+633 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 100
@@ -4896,28 +4930,28 @@ N!
 !i
 \86\16
 \86Æz\96&
-!.Ñ\1a\86Æ\16\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\1aá\17@
+!.Ñ\1a\86&\ 6\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19v\179
 endstream
 endobj
-626 0 obj
+634 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-624 0 obj
+632 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 626 0 R
+/Font 634 0 R
 >>
 endobj
-631 0 obj
+639 0 obj
 <<
 /Encoding 35 0 R
 /Type/Font
 /Subtype/Type1
 /Name/F14
-/FontDescriptor 630 0 R
-/BaseFont/UWJQUX+CMTI9
+/FontDescriptor 638 0 R
+/BaseFont/URHYUU+CMTI9
 /FirstChar 33
 /LastChar 196
 /Widths[314.8 527.8 839.5 786.1 839.5 787 314.8 419.8 419.8 524.7 787 314.8 367.3
@@ -4932,14 +4966,14 @@ endobj
 850.9 472.2 550.9 734.6 734.6 524.7 906.2 1011.1 787 262.3 524.7]
 >>
 endobj
-634 0 obj
+642 0 obj
 <<
 /Encoding 7 0 R
 /Type/Font
 /Subtype/Type1
 /Name/F15
-/FontDescriptor 633 0 R
-/BaseFont/JFHKVC+CMR9
+/FontDescriptor 641 0 R
+/BaseFont/IGSIVM+CMR9
 /FirstChar 33
 /LastChar 196
 /Widths[285.5 513.9 856.5 513.9 856.5 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6
@@ -4954,31 +4988,33 @@ endobj
 513.9 770.7 456.8 513.9 742.3 799.4 513.9 927.8 1042 799.4 285.5 513.9]
 >>
 endobj
-635 0 obj
+643 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1203
+/Length 1201
 >>
 stream
-xÚí\MsÛ6\10½çWð(\1f\84\0\ 4H\90¹ÅI\9c6é!Ó¨ÓC¦\a\9a\84\14ÉáGlÿûR\82>,\91\ 6!\11vjkOú\82¡\99÷vßÛ]@¶0ÂØ\9a\87ÏÖåäí\95m\11\8c|bM¦\16ñ,B\91ϬÉÇ\1f£ßÓHÜ]\8c)µGÙtùÈFßç"I\96Oéè²\8e\93*Nå\8b\ fÙb\11¤Qy1¶)ãxD¨\7fñÏäËÛ+b\11\8eìÕÞãæ+\895f>òö¶ç\8eܾyÜlß<Ýmß¼Øn¿Ù\93\96{Ê-)A\94¯öDë\15Ôò\90ï>øVâ Bö\96°í\12\17qÏÂë\ fÇ\84\13ù`ï½"ý\9f\99ù\83ÿÓ.\8f~&!t¶\10\12¿\89 \r\88\94¶x\1a\13\9f#î.©Z-y×âé\90¦w]4q é\99\11\91\19õCÁ\94½·\ 2\98z2¦¸\8a©Õ\92÷½ \15$qP¶¨²\19ò;¨zÕXk¼Ù¢\83ÛÈs6tø½úvÙKÇõ¬Å\ 5il\8c<$\ 3\9f]\1aè¿ÙbÈs\11ckô<Ü®\ 36\f5(cGR\10§Q;!0¢Þi\19ñrÁ\1c\92\18|\87×61\1e\81]\96\95×\85\bn:\85\88\80\12\1d©DT+Î×¥ô!ä´©ô\9fΧ_Rp·@v)â\e_d¸Wî?ôÊ}\18$\89(ÚQï#F\1f\8fzûì´§Í\84\87\9a\12ç\80  ¥¾\84Q§³Úà¬\ 6\9cUOqBÙ¯\83â\9c¨8D+γE>\13\9d²¾5\88\17Üp\195MÇß\95Ö\ 4;]ðRD\ ec8OD%Zø2\8c\1c÷åã;°?uläê\ 2º\89×´©Bê6 ÔC\8evßó:\87\b]\ 1ko«<Ö[\80|ì-@"\11&A!:%Ù\ 5I\1e*ÉR3¢¸(¡£4ØQrªã\84Q\f·igqÍ ¸Ö,®=Ò«2\9fzUF\84ó¬3\ 18$ÀI        Àl\1dÝ\11ip\9d\bH\80aÝ¥­£5âg\90\80Ä\9b\1c\1a\b¿\13!Àþ\8c°¯£ý.®\0ö_\10íyVT ç\83ô\Ù6QdË\b¿ê­i¦a×<\91xG\12q~\aÝíA"Ù\8dÿ\böu¦0Ó\19\fs\9fþ\98ô\91\f\91\14|îÍ\90\99¨²¼*a¶pÚl\81:-\1al\8e\9aÕ.¡Hrð[\9b\83\86\80\ 6^yûc\1e\94ó\13m\1a\ eV;mÚQØ4FÌ\95°\8b$\aØMv»T\r»¼\926\8fË*+îM\1e|¼Ú\82hïà\83tê½´\\8a\11ñW˾¨µæßìº\84 7\18ôJ\17ÆH¢þUMÊM\9c$@\8aIR\14ÓÐÆ\9c}iË\7f¨YID»\87kª¦}\91ÂçÚ¼\1dÅͲu \9a.!Í9É®I\9dákf¯Ö8\1e^3Ó³å$\9b\99¡Å\99õ\ 2\ f\87ÐTi\ 6k\8bþ¦Ö\9d<Ë#p\ 3\93Ç\90L'\ 1ò"N«)$À°\ 4`:â\9e×å<\ 2q7!î\\ fðÛ\bJ\19ó¥\fu5jÿ?Õj_\88\0ÔÞè\14B+#\96°girßy\9dMwèyF·ÙÜÃ\90Wzi!ªºHÁK\ay©J]vMìwµ¼\94ÐÄ>\85ò;XGdÊy<­ Î1QçôéÎ\ 6ð,\aÀÍL\r\1c\1d¡/³º\b\ 5\bý°¦ÉÓ\8aíºÌÅ\11¿Ê9\a\8d\98VyAvS«OÔfZ\89²\82ZÝäA-×\89ü*^\88\12\88\8djIMU\ 4p2n4Î=\1d3­îs\ 1°\9b\1c\ 5èE{\ 3{W\9b\ 4ƪ÷Û*_ÃXÿR\ek\9dÄ\8b\18\ e\9f\ 6\96\91¾N´×\8b ¼\ 13}>3­ÓîÿÝ\ 4ò¢%/}\93\16¾\ 6¹KÁ!ªO\89j_gìø·ZÐo\83\18:%ó7\9a¬O\937ÿ\ 1\8b\17{H
+xÚí\Mw\9b8\14Ý÷W°t\16V\11\12\bºkÚ¦3í,z¦\9e3\8b\9eY\10\90m&\188|4É¿\1flù#6\8a\90\8d\92Nâ·Â6\8a|νïÝûÞ\13\8ee#Û¶fÖêòÙº\9c¼½r,l£\0[\93©\85}\v\13\14PkòñÇè÷,æw\17cB\9cQ>]^éèû\9c§éò%\19]6IZ'\99xó!_,Â,®.Æ\ e¡Ì\1ea\8a\99|y{\85\90³Ú{Ü~%¶Æ4@þÞöÌ\15Û·×ÍöíËÝöí\9bíö\9b=)"t¹§Ø\92`DØjO´^A,\1f\ 5Þ\83oÅ.Âxo       Ý.ñ\10ó-{}s\8c\19\16\17\1dî¿gæ\ fþO»<zO@èn!ÄA\eA\e\10   éð4Æ\ 1CÌ[RµZò®ÃÓ!Mïd41 é\99hr\10\16\19õCÁ\94³·\ 2\98z2¦\98\8a©Õ\92÷½ \15¦IXu¨r(
+$T½j¬5>ìÐÁ\1cä»\e:\82^}»ì¥ãzÖá\ 2·6\86\1f\92a\9f]\1aè\7fØaÈ÷\10¥kô|§[\al\18jQ¶]AA\92ÅÝ\84°\11ñOË\88\97\væ\90Ä`;¼¶\89ñ\b좬¼.yx#\15"\fJt¤\12\11­8_\97Ò\87\90\93¶Ò\7f:\9f~IÁÝ\ 1Ù#\88m|\91Ú½rÿ¡Wî£0MyÙ\8dú\0QòxÔ;g§=]&|Ô\968\aL(õ%\8a¥Îê\80³\1apV=Å\89D¿\ e\8as¢â`­8Ï\17Å\8cKe}k\10/¸á2j\9an°+­±Ídð\12\84\ fc¸HyÍ;øR\e¹ÞËÇw`\7fê:ÈÓ\ 5t\13¯Y[\854]@\89\8f\í¾çu\ e\11d\ 1ël«<Ú[\80|ì-@b\1e¥aÉ¥\92ì\81$\ f\95\19qRVÐQ\1aì(\19ÑqÂ8©òÛLZ\S(®5\8bk¿\7fjÿ©Wex4Ï¥       À \ 1NJ\0ª5ÉâYx\9drH\80aÝ¥££5üg\98\82Ä\9b\1c\1a\b¿ã\11Àþ\8c°¯£ý.©\ 1ö_\10íE^Ö ç\83ô\Ù6\11ä\88\b¿ê­i¦\91l\9e\88ý#\898¿\83îî \11ïÆ\7f\18c\9d)Ìt\ 6Ãܧ?&}$C\ 4\ 5\9f{3dÆë¼¨+\98-\9c6[ n\87\ 6\87¡vµ\87  \12\1cüÖå % \85W<ý1\ f«ù\896\r\a«R\9bv\156m#ê   ØyZ\0ì&»]¢\86]<\926Oª:/ïM\1e|¼Ú\82hïà\ 3Kõ^X.±\11\ eV˾¨µæßüº\82 7\18ôJ\17\91@ý«\9a\94\9b$M\81\14\93¤(¦¡­9\aÂ\96ÿP³\92òn\ f×VMû"e\9fkóv\147ËÖ\ 1\840ç4\8fd\93\8f\99½Zãxø\98\99\9e-§ù,oÌ\f-ά\17x8\84&J3X[ô7µî\14y\11\83\e\98<\86¤: P\94IVO!\ 1\86%\0Õ\11÷¢©æ1\88»     qgz\80߯PÊ\98/e\88§Qûÿ©Vû\92\87 öF§\10Z\19±\84=ÏÒ{éãlºCÏ3z\9aÍ;\f\97\96¼nÊ\f¼t\90\97ªÔe×Ä~WËK\ 5MìS(¿kë\88L5O¦5Ô9&ê\9c>ÝÙ\0\9e\17\0¸\99©\81«#ôUÞ\94\11\a¡\1fÖ4ùZ±ÝT\ 5?âW9ç ÑG\1cÓúD£V\9f¨Í´æU\rµºÉ\83\13ùu²à\15¨º\11\eÕ\92\9aº\fádÜh\9cû:fZß\17\1c`79
\8bö\16vY\9b\ 4ƪ÷Ûª@ÃXÿR\ek\93&\8b\ 4\ e\9f\ 6\96\91\81N´7\8b°º\ 13}>3m2ùÿn\ 2\92\97¾I\v[\83,Sp\88êS¢:Ð\19;þ­\16ôÛ0\81NÉü\13MÖ§É\9bÿ\0a#{N
 endstream
 endobj
-636 0 obj
+644 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F13 620 0 R
-/F14 631 0 R
-/F15 634 0 R
+/F13 628 0 R
+/F14 639 0 R
+/F15 642 0 R
 >>
 endobj
-628 0 obj
+636 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 636 0 R
+/Font 644 0 R
 >>
 endobj
-639 0 obj
+647 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 100
@@ -4990,46 +5026,46 @@ N!
 !i
 \86\16
 \86Æz\96&
-!.Ñ\1a\86&\ 6\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19v\179
+!.Ñ\1a\86&F\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19Þ\17;
 endstream
 endobj
-640 0 obj
+648 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-638 0 obj
+646 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 640 0 R
+/Font 648 0 R
 >>
 endobj
-643 0 obj
+651 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 689
 >>
 stream
-xÚí\99Mo\9b0\18Çïû\14Þ\r\ e¸~Åöuk3mÇ\95©\87(\87*\81\ 5\89\11)I·IS¿û\f\864\89\1d \9dò¢Å'GðÈ\8fôÿåy\ 5 \88\10ø\ eêã\13ø\90Ü\8c\bÀ\b*\f\92\f`     0\85\8a\81äv\1c|.géï0¢\94\ 4\8b¬:Yp?O\8b¢úI\83¯é*]þ\f\89\bÒ\99\10J\1a,\96³U\18\11&\90\f0Ãá$ùr3Â\0\vHj\ f\91v\8c\14\94;N\ 47NôÙ:Ñ?\e'\14\e'\82i'\8a\18'íÍ\fRVÝl.¦\ 2R^ßü¾± @B\15oùÆ\1cª]\13¶1\89+!Pý\12\86\11\16¸ã ÿöðL·\1cË­Q\92o\94Ä\8aC\167ZJ\8bVD\10\81Th`ú      ©\8dÆ\16°}^ã±\ 5\fcHw\88¡Ë\93übÀY\8cd\f\19kÔÃÄ\86\84\95\80\908Dqm5é\854\99xHÇ\87\84\\94\18$¢6ûÓA)Þ±ØN}B8Rßeg\9dóBµs\9e.¤²EE\a¡zî\r¨g\8fêT¨Ü¤°áð±\97Ôôq\95\bªê\_Oq\r-°¾Aè\ en\ 3\ 6w\80¡-\98Û^0³\85«&1ú6,W[¶\9c\8a¨ì~»íñ*­[\10¥3Bøa\12¾Í®ßÙm\ 1\86Rìiÿ\12&\84\0%\12RZ\9bÜÙA¢ÁÐ\8a_õ:-òÌ\99º¤\1f\87Þ\96º\90\1d\ fmêÒó6\13\8dì\a*\86\97ý¨²¯\1e§^ö\13\15jb6=£î\ 4\94åýc#öcãëÆFþª¨È\16K\9b\ 1\87\92\ f\1dÝ}\13»U\9c7\8bÄ>ñMxdOåt\9d/J\8b\0\95Îîè\7f\91nÀ-\96º\A\12\ f\98Ý\88\80J\995swòqô>>ù\9c\98ÿ\7f^z\ 4ÇC\80\87\ 4É}w\90¬Ò"\9d®í¶I½¬'}Mp\91\88\89cp£\94tcXÏÓÒ÷®'\1f\19Öù\8fãm.®+\1e¶7\17\1d_\ 6\9bpøÖ\1d\ eOå:/l0\1c"zá¥ã\8cÑè\8c\avp\99´\8fä¡\eɯy^8b\85\rù¶î\17{úéËÈer\13¸KÞý\ 5ó£\9dÚ
+xÚí\99Mo\9b0\18Çïû\14Þ\r\ e¸~Åöuk3mÇ\95©\87(\87*\81\ 5\89\11)I·IS¿û\f\864\89\1d \9dò¢Å'GðÈ\8fôÿåy\ 5 \88\10ø\ eêã\13ø\90Ü\8c\bÀ\b*\f\92\f`     0\85\8a\81äv\1c|.géï0¢\94\ 4\8b¬:Yp?O\8b¢úI\83¯é*]þ\f\89\bÒ\99\10J\1a,\96³U\18\11&\90\f0£á$ùr3Â\0\vHj\ f\91v\8c\14\94;N\ 47NôÙ:Ñ?\e'\14\e'\82i'\8a\18'íÍ\fRVÝl.¦\ 2R^ßü¾± @B\15oùÆ\1cª]\13¶1\89+!Pý\12\86\11\16¸ã ÿöðL·\1cË­Q\92o\94Ä\8aC\167ZJ\8bVD\10\81Th`ú      ©\8dÆ\16°}^ã±\ 5\fcHw\88¡Ë\93übÀY\8cd\f\19kÔÃÄ\86\84\95\80\908Dqm5é\854\99xHÇ\87\84\\94\18$¢6ûÓA)Þ±ØN}B8Rßeg\9dóBµs\9e.¤²EE\a¡zî\r¨g\8fêT¨Ü¤°áð±\97Ôôq\95\bªê\_Oq\r-°¾Aè\ en\ 3\ 6w\80¡-\98Û^0³\85«&1ú6,W[¶\9c\8a¨ì~»íñ*­[\10¥3Bøa\12¾Í®ßÙm\ 1\86Rìiÿ\12&\84\0%\12RZ\9bÜÙA¢ÁÐ\8a_õ:-òÌ\99º¤\1f\87Þ\96º\90\1d\ fmêÒó6\13\8dì\a*\86\97ý¨²¯\1e§^ö\13\15jb6=£î\ 4\94åýc#öcãëÆFþª¨È\16K\9b\ 1\87\92\ f\1dÝ}\13»U\9c7\8bÄ>ñMxdOåt\9d/J\8b\0\95Îîè\7f\91nÀ-\96º\A\12\ f\98Ý\88\80J\995swòqô>>ù\9c\98ÿ\7f^z\ 4ÇC\80\87\ 4É}w\90¬Ò"\9d®í¶I½¬'}Mp\91\88\89cp£\94tcXÏÓÒ÷®'\1f\19Öù\8fãm.®+\1e¶7\17\1d_\ 6\9bpøÖ\1d\ eOå:/l0\1c"zá¥ã\8cÑè\8c\avp\99´\8fä¡\eɯy^8b\85\rù¶î\17{úéËÈer\13¸KÞý\ 56H\9dÜ
 endstream
 endobj
-644 0 obj
+652 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F13 620 0 R
-/F14 631 0 R
-/F15 634 0 R
+/F13 628 0 R
+/F14 639 0 R
+/F15 642 0 R
 /F10 323 0 R
 >>
 endobj
-642 0 obj
+650 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 644 0 R
+/Font 652 0 R
 >>
 endobj
-647 0 obj
+655 0 obj
 <<
 /Filter[/FlateDecode]
 /Length 100
 !i
 \86\16
 \86Æz\96&
-!.Ñ\1a\86&F\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\19Þ\17;
+!.Ñ\1a\86&&\9aºFææ\16¦\1aN\89Å\19\9aºÆÆÆ\1aA©i©E©yÉ© ®\89\86ob\9e¦\91¹Fib\8efl\88\97\82k\b\17\0\1aF\17=
 endstream
 endobj
-648 0 obj
+656 0 obj
 <<
 /F2 13 0 R
 >>
 endobj
-646 0 obj
+654 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 648 0 R
+/Font 656 0 R
 >>
 endobj
-651 0 obj
+659 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1391
+/Length 1392
 >>
 stream
-xÚí[]s¢H\14}ß_ÁÖìC\9c*zè\ fèæiF\11\r;
-\16`vg·¶R&²\89µ\8a\19\93ùõ\ 3¢FÓ*àGbL?i\ 4¯\95sO\9f{ïéFR\80¢H7Òä¥.Uü\ f5$A\ 5èPòÿ\95 \93 \ 6:\91üêßg­\12bg\9dQg\10DÁ¨$c\8cÏ:a7}sQb(¾Öë\õ\83ä\13tf\85Ýà{IF\841|\ 6      .ýãÿþ¡\ 6%H\ 1\9aÄ\96ã\9f\84\92LtÀ¦á±²\18\9eÎÂS5\ e¯/\86§d\1a~\16\93\0L\92\98iHL\ 1V'1\7f\9dÞ\81%\ 6tmáWão(xé\162¿E\ 3\94IÊä"(É\90Âô\ 5\ 5³¯íç\vÇ\14eíµ\14Bu\ e!Ôc\ 6Í@\84\1a\97'\19ê\14PM\92\11\ 3H\9bÜõ\8eKÕÓL½[\95)*2õL\99Ò\ 1IóðÛ\86L\91¥;D¦^"SX\ 1\90Nîz\9f¹¦Þ\8bL\1d:Sj\1eõ\93\94¼&SÉm"Y;'K\9e\ 3\99U®ÒÎâcfÂ>\8a¥õÂ\8dE\9a©O\99\99ú$2õ,"(\99~\8c½F¤ÿã«\0¢¤SGI.\ 6\12\8a§\f:ÿ»/y\93Id!gñ$"c¦\ 1\9cV¶K\91²£X\JæâRD¦\8e"SåÌLuî£áå(\18ß\ f\ 2.g*\ 1hUÒN\ 5àé\87\1cÎ\ 4\ 3\99¡\8dÓ\11Nm\8cJ&Î\95²wÎ\ 1\8c\94DÚ¶\ 2øH±Ük\14.1\94&\80§x©*oóÌ\12\ 3\15 ¢9ì\97e·npØ\13\15 ´\88½ò\ 6T\87CTE@%3Dµ"\88^\b\89¨á4\9be»Êk0\ 3\f®\97\88\r\1c~8~§\16ÇÏ´yBÆ¡Tø¼\84<6\ 6óôÔ\93Þ 8¼\7f\9aFÛ·\1cûÒó]Ë®sXC\ 5>qÐ\8f\ 6ì§\18èêc\eU\0\82\86e\9b¶³²Ibo¼I*\80¢k6˾q.t®\88ÎáGü<§í\1a¦`án,ôÚ\15ïÜl4ø1\15'M~1\1a¾\8arÂó\8f\0\82\8a#waº\9e\1c\81ÜVÈ9¶P¾%å£yð»
-ú}y\1c=ôy\8f\82è\80ª\99Âw*\ 6\11¯\7f\19¦V\ 5å¬
-DA|·ªQ@Ò}\ e\837*&.ÅÔa5ª­²¿Â§Ð\ 1!'LÑÝë\90Æ\0\9c        -µ\8c\f§ÑnÚ\1e?´LLñ\13ÔÑÝ\85#.1TÏ'\1cS\90¯\87\83A\10FòUpÓ\v\ f\8eÞ9^,Y\8cæ£g³uiüá¸ÕlÉUNÒ~Ï#¹Y,Ô\1f±LÆÇÝ,³\93-bK\96Y~v¶\1cËö\ 5;·gç\ 2\96ÉB¯¸fù3_\90(J\9a\87\93pÑ8´\90\9a\1c\1a\96\13´<Á¼]\99\17Wç»~\10õ\86¡üõ>\18=Ƚ(\18\8cWX\8b\1aÀð¸6\168O\11\ 2¢\16.°®Ùj|\11E!»(°<Kóz\18~\vF\91<\b¢NÑ)û\ 4]\8a\85){Åd¸¸\89\9d\8e\86ÕÍ£aÕr=¿l|^¹Ë\92÷dÇ\eÚdÑrr7U\83no\9c<æ ?J"\87\ e=\81\1f\%!\84Éÿ\9dMJ\f\ 1NÏÈ\9a\9bY\19t{Q/¼\91\aÃn ÖüÒ\9aÏÅ;³Y6øN\ 6\91äQ \93ßMØ\9dÏqoÌÔB\v=\b'ëü¿àá®Ó\15\8eD.ª¦åÝl[Õ\95'¨Ø\9b±\7f÷|\82*\1fa¿ßu®\1cõúBa×(ì\9a\ 2\96\1eÁ¬m.`5ìZ¾pÜwsÜs1¹fÕmÇ5\85ã¾¥ã\9eK¥kmÛ°ËMS\8c     [\8e      \9bF´úf-©7\9cÊ\1a\8e\voêÑ\9bÊ%\16u×i·<¡ËûÑå5¤NY}¾\99Õ·½qt}Û\19\8d\85Q¶³Q\96rûÜò|£Y\15\85pËB¨ç)\84\13\90\1dÛw\9dÆ>Oë½ê\93?K§õô¼T­Y\rÑN\14m'
-¡ëY\7f\99b¶[:\97\96\e?Ñpe6\¹ô2)óÃÑ\83|7
-ÆÁè[ ß\r{aôú7\ 3sWä\95\8bPÈÜ\9edη\9afÍq\9beÞkÑ(`\87{6ù%²Â\9f\ 1+ؾ8+fxá¶\1eìyÕ)Uo\87£Þ\8fa\18uúòøz4ì÷Wïl\9d¨
-:¢Ù;\84
-êst\853W\1c]MÉË]ÿKK »\15º\92éÿò\13E×UJ
+xÚí[[s¢H\18}ß_ÁÖìC\9cªî¡\9bæö4\83\88\86\1d\ 5\v0{«­\94\89lB-^VÉ츿~Á\8e\89¦Q@MbL?y¡m\8bsN\7f\97Ó\8d BQ\14n\84ÅKK¨\a\9f\9aX@"Ô\91\10ü% M@\12Ô\89\104þ8ëÖ°vÖ\9fö\87a\12Nk@\92¤³þh@ß\Ô4\9c^\8búWq\98}\83ÏìÑ ü^\ 3\98h\9at\86\88\û3øùS\13  H\85x17Hÿ\12        \80èP»\9f^\12W§W\97Ó«r:½¾:½Jî§_ÎI D²9é\94\92
+%y1ç\8f÷#$A\83º²ò¯é/Dim\by\18¢@U\13ÄÅEX\ 3HEô\ 5¯}BÅ×\ eó\83c\9aeã5
+¡ü\0!ÒS\ 5-AD
\13
+UE\0X\83XY\8cúÀPõ\94©\ fyL©\9c©\17bJ\87\84òðÓ\16¦ÈÚ\bÎÔk0%\89\10©\8bQ\1f\v×ÔGÎÔQD?P¸¦À\ 6¦²a\9c¬½É\ 2\ f@\16\11F+\8bÏ\85\84}æKë\95\97\16eêK!S_8S/Â\94`\ 5
+\11þM¯B\84³J\1dg\\f\ 5\9cv\19êÃçXð\17\9dÈ
+gi'\ 2$M\81\12Íl\97\9c²£X\báâ\129SGÁ\94QÈTÿ.\19_NÃÙÝ0d8\93       Äy¤\9d
+À÷_28\13 \92\1aÙÚ\1dIÔÆ¨\17â\7üs\ 6`,f¡m'\80\8f\14Ë\83ÎÂ\10£ª\19à\14/Yfm\9e%1H\842~\80ýÒðZ&\83=\91!Æ«Ø\8bï ê0\88Ê\18Êd\89¨R\ 5Ñ\v\8eè!\115ÝNÇp\1al\fÖ \866\87\887\1f\e\18ü¤ô\9d\\1d?Ëa\ 5\99N%£\97\15ä±)\98\95§\9eÕ\ 6ÕáýÕ2{\81í:\97~àÙN\8bÁ\1a\89è\89\83~4`?Å@\97\1f˨
+\10´mÇrÜÜ"I{çER\ 5\14=«c\ 4æ9\8fsUâ\9cô\88\9fïö<Óâ*ÜO\85~¯î\9f[í6Û¦JY\91_M\86o"\9d°ú#\90àêÈ]X\9eo;M\97\13r®Ã#ßZäSËàw\15Æ1\98\98õ(\88\ eU¹0ð\9d\8aAÄÆ?-ó\19î­
+\9dÁ\12«0\1d-+*$t\9fã*\1a\r@\92ÌÁl\12^Gý\18\ßö§³\9cjN\81\12:®^\8e\10$òÓ[Ïß\19Uh\ 25Y\97\86Z4:½Üè\1aA\8eI£CBNx}î\9f\84\15\rJ¸¤-CÝ0Óm÷:\8eÏvl\8b\1d\81\13L"ûGÍ4¿ªzɨIÍßëñp\18\8e\12p\15ÞD£çË×Go\9b¯æë\9c\18\99+ÏN÷ÒüÅõ\1aÅùF<ɽ\872ù¦\9c
+\17Xf½ó~~áÉfð5¿P-­Î®k;\ 1WçAÔ\99-ôºg\19\84¤â¬r:        \v\91A\vËÙ\89Ù\9dÐò¹òvW\1eYfçI\1c&Ñx\ 4þ¹\v§s\10%áð\84*ñB!yV·ý\eO
+ÅIA+'§Ñ·p\9a\80a\98ô«Z\f'hѬX\fÛzC\9cv.´ùklï\r\e¶ç\a\86ù5w\8f©ì¹\96w´Å¤T\12ï \9ae\ fy\80Ç\98Èà¬)ÏÝ\82?{\98D\be÷MoC\17Ë8\16ÖvU\86\83(\89F7`8\1e\84|ѯ.z],\93\86¬\8ea²¥\f\83P'¿\97²¿\9eÓâX\93K.t
+x8Z¬ó¿Ãù¤?à\96D)©Ò\10iõìFîù1íÝ\98ß\a>?VN°ß'ýÌ1\8fb\1ea7DØ­        ¬¹=\815M«a\aÜrßÏr/Uc5í\96ãz\16·Üw´ÜK\85\8bfÏ1\1d£cñ6aÇ6aC\8fFOY·¶\a\93VÛ­o\109w§\1eÝ©RBnyn¯ëóÀ|\98À¼UÕçÛU}\eÍ\92üMzn\95UµÊ¨¶Ïm?0;\r\9e  wÌ\84zi\90]'ðÜö!\ f+¾é\83Ok\87\15KmDg(6í6¯'ªÖ\13¥5\9a¡ëÛ¿[¼¹[;\96WZ\9d¼à*,¸Ji1Kóãé\1cL¦á,\9c~\vÁd\1c\8d\927¿\1d\87Í\84\94»\by\98Û+Ì=.ÓÀîXM×ë\18¬Ù¢¨P{¾G³_\83\15ö¤\83\ eµ\8aå\8b\9bÓÄs»õù\1e×¥R½\1dO£ÿÆ£¤\1f\83Ùõt\1cÇù[['\1a\ 5]^ìí\1e\ 5\ 5+øá\7fúü\ 2±
 endstream
 endobj
-652 0 obj
+660 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F13 620 0 R
-/F14 631 0 R
-/F15 634 0 R
+/F13 628 0 R
+/F14 639 0 R
+/F15 642 0 R
 >>
 endobj
-650 0 obj
+658 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 652 0 R
+/Font 660 0 R
 >>
 endobj
-655 0 obj
+663 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1295
+/Length 1316
 >>
 stream
-xÚí\9b[s¢H\18\86ï÷Wp\19«\96\1eú\80Ý\2J\12v@(hg'µµ5Å\18L¨xH)ÎÖüûE1c\92Fm\13ÔÄô\15Iì`ñôw|ûC3\80ah7Úâr¡}æ\9fÎ\91\ 6\r`A\8d÷5È4\88\81E4Þþç\f\12ÒÐ\11¥Ì<û\9cLo\e:Æø,Jûé$\1dõÒù¯äÌOF\rDÏfÉ ñ/ÿëÓ9Ô \ 1\98Ìï¥\17_\ 15\9dX\80-nç.W`\8d\ 1«9_Q.(þ\ 1\8aóx¹\86ü^\ 3\88f,>\a\r\1dR£¼ ò\ 2\9f\äÿ\b\8fs\97}}mIÍ\Qcp¾£%6Ó\14ÈëТ\806\8b«\ 1\9a\8bN\109Np.ì\01\ 1B¯Ú\ 1øþ¶L\0j"`>ØaÓ\90\0\9a\8dîg¹>LóD$j\ 1j>&
-O\84Zåg\ 2JÂæ~_>>c2¶Ù      »<j     \1cq\11ªh\ 5Ç\8fàñ[\1871 \96\9c¹\9aeðͦi2éÝêy:\19f£$\1f\ 2p«X\8d÷\ 6¼vT\ 2\15\83\ 2\84\9f[Þ£\8cõ@\ 51Ð,MïËú¤\85\16\vîÒ_Ãä^ \85,@ðz\17ÿx\89J´P\ 60\92Ø\v\Ô&\8bEÞ¶­ðìÎ\85¸\11\ 6Àtk¬ýx\11c]\9e£\14`¶K\9eóZßmÏ«t\0¢\1c\ 1dI·\ 2ϳ¹£*\8aõ\15\854J~\15\8a 1\ 3&<l±ûÖvE,}-\80Ì\9dj\89\ 2¯ïı}á\88\r\9d\89\81\89ÞU@~i\ f\86ÉÊ*é\9fE¿LP5?FçeÕ\13ëìt}'r[ÊÑ_ëènÇé\ 4*;\1d ;\15¤EoGd¥C\9c°¡ÖPw!À\84 »±5ñ·êi¾Ýº\\9båT\92{i\92[â·]¯²Û`ªÛxQ·!%SΩ·.\9dÖ\17%Sn\97)¡$ÐÐæ\97ª\12Þ1HH\99ë0\99ÜéÃñuÖÏÒk}\90\8dÒ\13\17Õ,\99ö`AeúkXð¸+°\g\93´\97\8f'Y\ 5\1cX\14\10\ 4\1f^ã}þ\94\14\ 3\90\ f;\9f÷nõÛìú:\1déýlPñl¬¹c\ 5z|ÿ\106\1fÂùcïÂ%Í\13½?HnT\0ß\1aÀ·É¢p±*ØZ\a\ 6^;ü»­4ê×5A2Ù4\b¹\1d]¨vóU¤¥2kAÚ\89"Eú 6ívÚ\8aô>mzY\18\ 5qe»®P×nÔãY¾v<Ã$\0±\1a5«7J]\14W1 ìy-·*=\10\ 5Åj\821`%ÃP,<\16U\a.ÇÇî\93\9b\8d\87÷\834ÏÆ#±þ¥Íù¤YíZöqë7d\0\86$\vâ%ƪî[NHRòéK\84$ZbwC'æ6ïÆÛ\ fYNzæpó!\v\94b\19Äî7ïê{+\88"§ÅEOG\80\9c\88\96$:¼    °¹\e­Ðm+\87¯sNE\ e{\14ø!/lÔ÷í\8az¶I\ 1;­aBÑT-À,IfËÜ\14ÃÊ\89ló=ê4Ç-\fv\99È^\1al\8c\14üãÁÇ
-~ýð%CuL\14ü£Á¯\90\8a\15üúàW\ruXÀ(g\98£Í=uTT.\81_\8b@ôÁÞ\87ØA *Ý rBïjïóL'«È=\99gÚbúx±*Þlú±Ó
-:íXú% \8f\10pvy    HÊèãK§j\96_\19ý\v\8c\1eÉ4X\vàAÈã×\1d\87\9fìÀï\93y&$gÂÞWeÂ\a\12øôvü\9f\9e\f\ 6zÖ×\93á\8fìf6\9eU\fò\18\10Pi}å ´\9e3°L`Y\92\12¾\88`6z\98÷ª`Ð\ 4\18¾­2Zxx\b\88¹þ\10¨"oóÍy\9b;ßxQ³Ún§JggôÝÍ@Õ>T\88~\ fcSÑØ\90\81æ/0>J\19+ mW\1c\80(r>¡oàìâpoÙ\14?Éá+}\95»¾s\1eD¾ÍÕ¹Ï\86s\1f©ÐÏý ËU®­5×n\8cµÝͱ¶ë*éf\1fÒ\r\92\91n¾nÞ\9b\9fÙ4û1Hõi\9eäÓª°\8dOrħê­Hòt@Bsø\1fÿ\ 3\ e\95Rx
+xÚí\9bks\9aJ\18Çß\9fOÁË8sز7\17^R%       § \f¬m3\9d3\1d\9a`ÂÄKÆKÏôÛ\1f\10«5\8bº\1a5\89î+\92¸Áá·Ïõ¿\ f\9a\ 1\fC»×¦\97+í#ÿp\894h\0\vj¼£AS\83\18XDãÍo\17\90Ôk:b̤\17\1f\93ÑCMÇ\18_Di'\1d¦ýÛ´ø\95\øI¿\86ØÅ$éÖþåÿ|¸\84X3\81U/î¥ç_\ 15\9d\9cÞî:\88yËö\9dÙB2_\88M@¡fL\17\81\9a\ e\99Q^Py\81K\97Ê?Â\83ÿÃ\81ïR"¡s$\90Z\0Ñ\19\93º!²\85\16\ 3¬\9e_\r\1c/¿ \15Þ\9dñj\90\0L\96ð¢Òt]a\ 3JÛ^ø\8a{\19\và!\ 5&y\11ø·\ 4÷P_+ì\8d \8b`Tb£TÆôÝ«V\109Np)l\ 1¡\0¡ãÚþëßE´v\ 4(Ù*\98dý§ÉXï¥ãDDj\ 1FÿD
+O\ 4[åg\ 2Kb\16\9e_>¾%ÅÒm\85m\1e5ĸ\9c\a\ fV\ 1ò\1c\9c~\ 3ä:\ 6Ì\924Ø2Bg£4\19Þ>èãtØËúÉx0\1c     À-\ 3P|0à{G%P1\18@ø¹é­NZ\9fÖ$-<]ñ\98þê%O\ 2'd\ 1\82W{øùe*Ñ>M\80\91ÄN`£(3\8aUÞÆ
+³[WâV\18\0³\8dÁöü"ƪLÇ\18ÀæV\99Îk|·=¯Ò\a\88ò\ 1I\1f\90\b<Ïæ\8e**V\17\15rù®`©º½\835Ó9^ß\89cûÊ\11Û:\8a\ 1Eï*&ïÚ\89a²0KöwMÇ\ 4Uó3YQY-ókµ}'r\eÊÕwwõ\19K·å´\ 2\95¡\ e\9a¡Ì9jÑá\11Y\b\12'lª{¨¾\100¥T5\ 6,kºÊßX\16ûvãze¢Synç<gÎèº^eÓaª¦c§¦CN°,°7®\9dÆ'%Xn\16,¡,ÑÐæ×ª\1eÞ2NÈ\19l/\19>ê½Á]ÖÉÒ;½\9bõÓ\13\97× Lô\9cR\19ýêå<\1es,wÙ0½\1d\ f\86Y\ 5\1c\98\17\11\ 4\1f_í}þ\94\f\ 3\90¿·~|û ?dwwi_ïdÝ\8a\873ë[Ö¡¯ï!ÂîCX<÷V`Òq¢wºÉ½
\e\83¸\9cH\1alT¬\ 3¯\19~i*Åúe½\90Tp\vBnGWªí|\11j¹ì\9a£v¢H¡>¨UÏQ»­¦B}\f«\8e+ûv\85ú\85V\8d\18ÈW\13J\81QJ$\83Éxå´\ 6%\0\9dA//ʬ¸ÈcÏʹêâ\83 éªP,>òe\ 4\18åÇOÉ}ªß\ ezOÝt\9c\rúb\11Ìê\85d5-Xö,m¿n\19\87\f`¢Ù0§Dq\Vr\95­¸\9c®¤äÔ\1dt%ZîMè\86NÌmÞ\8e7\1f»\9cô0âúc\17(Å2\88ݯÞÍ÷F\10EN\83\8bþ\8e\09\11aIôy
+0\95¤UÂ
+ݦò÷}\ e¯ÈÙh\14ø!ÏMÔ÷í\8aª¶Î\80yZ\13\86¢¥ZÀ´¶c\16ÃÊImú\1e\ 5\9b×-\r\98Ô\9eÃG
+þñáÏØcÅ~ÿìe£\ eQð_\r~\85d¬àï\ f\f:\80¥\8e\1c­ê«Ë½\89òÂ%ð÷¢\12\9dÙ;\12òÚçÌ\r"'ôn\ e>Ýt²²ÜÒt\93\94éÇëM?v\1a\19K¿\18t\ e\ 1g\9b\17\83¤\8c>¾vªÆû\95Ñï`ôH\1ax\10òøeÇâ';\0¼4Û$IÔû¬Lø(&<]4z\18ü§'Ý®\9euô¤÷#»\9f\f&\15\13=\ 6\ 4LZ]9*¬ç\b,ZÌÛJͶÌLîO\ 4\93þïÁ¯
+\ 6u\80áÛª¢\85\87\87\80P\89\93 EÚæëO\82¸ó\95ç%«í¶ªDv\93½»Y¨½\8f\17¢ùd6\13\8d\r\19¨x§qán\v\9eMW\1c\82È3>aoàÜâx/Ýä?ÉÑ+]\95»¾s\19D¾ÍÕ\99Ï\9a3\1f©LËý ÍU¦Ýk¦]\ejÛë;¤¶«\84\9bC\b7R{óyýÞüÌFÙ\8f\8fÆÉxT\15¶ñINùT½$IÐR}¡9ü¯ÿ\ 1Þ¤Þ?
 endstream
 endobj
-656 0 obj
+664 0 obj
 <<
 /F2 13 0 R
+/F13 628 0 R
+/F14 639 0 R
+/F15 642 0 R
 /F1 10 0 R
-/F13 620 0 R
-/F14 631 0 R
-/F15 634 0 R
 >>
 endobj
-654 0 obj
+662 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 656 0 R
+/Font 664 0 R
 >>
 endobj
-659 0 obj
+667 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2153
+/Length 2128
 >>
 stream
-xÚí\Is£F\14¾çW\90J\ eöÔt\ f½Ð@U*\95\8cgɦ\1c\12ß2I
-¡¶D\19\81
-ÐØ\93Tå·§\9b}i0H²,ÛsÒbºÅûú-ß[°¦C]×\96Zúò^{}ùê\1dÖ\90\ em¤]^iÈÒ\10\816Õ.ßüqöîÜ"gÛÀM¼08\a\84à³\1f\83\ 5¿\15o\115\8d3D\8dó?/\7f\ e\848]\ fĶH\ 3Ô\86\85]ߤù\16Å:
-       \95ë²eÄ\84ÄH×}\9f_A4\vÚ¬¶3b\90Ùé%Î<\8c\12±'%g\1fÎ.ÀòÃy¾\86\96k\f\ 4\11Óôôrx\ e\90\89T/xêßð\89í\92\89m\94b#\8a\91\8eº@"\9bHX\0BÐÂ\19\94®Ë7        ð½\80\17\80þÊo\8a\8fø,\8c²¯\7fãÉ6
-\14@\8b_\84t\0é}ÀiKg\18\90ä¿d\e*éLh6¥ó='\ 6üvã\ 4\8b\86\8c
-Al
-\11\9e(ÇQÕ¡\8d\86mC\9d\96§M:\86U\9e¶´­\f\8f×\1dÐJÓ2Ó\væ\8e{}ãD\và®\9c\0ias\ 5^\96\rMTÇK?M\13éA\ féV\ 5ß8m*ÁYp\9f'¼ÄH*ÔoÛy¸MTöAR\ay\0½\1a­\18L\87\86QHfN\92ìÚóý\86¡\\80ÛL\rú\ 5¤Æ \ 38\88®\e¸²|kºD7a´($\9a\81|=ªé\ 2\82¶0\85,ö­äßµ·\97é\177\1aÂXD4ñ\13\fê¶¶\16òêâ^\8aϾö{\1aH\85ë0¡m¦»e\v°N \9eÝÌ\9b·¿(÷Ä:\85\8cU{æ\9fË=kwHìl\ 1\86,ÛÓë @ aÉX\99I¡8)¡\88æn!qO}4 \1ayx¨yxÍsëóBøyy!¾ô\82À\v\96 ¼\ 2+/NÂèS\85Ñ7*\vÅDjÍ> \1d\84\9c\98\96²²É²6Ý\92£\12T7¡EO'\86«N\(¬\8dÛ\aÞ\bÚ\19\bUо¸+h»\8etÚN\9c\80ëù\ 2¬\1d7
-«Ð\9d»o®Ô\vCz¨Ãzî)X0\v"2\8d¯ºÎÆK\ 4­û\87·\9c\83«¢t\164­cx¼CY\88¸aÛ\9a\14¹%\a\84G æNä®*\ 3ùSi \ 2Oûø\9e`h\81Ê@̱J\81\94 \80"\80TêÑ\83\87È(\94älG\9a"\8cÖ6&*´/n\19ÄnÄyP\1d\9e¯
-u"\8cZcïõd³\16\84°ä)S"\9e\e®7\92p\17ðtø\9bd ¤\8f¿1\ 6\89àV\84æ\Ë¢P7ËÏ
-þV,0\90¼Q¹ãå¹e\9f}ÿZ½¯A &µ}³Ï
-\ eg     \82Ʋ}\91µ;\87ÓÍÃ{ì\87å@X\0\ 2{\8aF\0ñf-rûÊο|\12^O\1få9
-\10®<\9f\aÎ\9aW(¼ê!G&>RIljà\13¾\8dÒ\1dÅ_\85\14ÿ»ç$¾\17$!\98\8bøÇã
-\81\7f\0jßk%bØÐ\99\rÙ®:¾\8dyÔ<äÿ\9eÓ!\7ft"Ï\99û5ñ¿~\16âo>\ 1e1àÉ\91}k\Ø\13x\\85Ñ(8(ÄÆ\11s»C\ 5B\19¬\r4\1d\96\88/½0\0N\9c\ 6\80\91?@Ðý4,\ e­!\14\rEO­ Ë\84ÞÜU+h\95®³\1aÁB\95\90Ñ#\ 6\8b\83îÒM:L\88Фĺ\ 6\14\b#à{qr\87R=A\8a\99\83°
-#ï\9f0H\1c\1fÄ\eA4\86\808ÅZã(/²ð\96^\ 2\9ch¹]ó iæ\9avµ/©8Ì\ftA\14ÆY*ÚËÎâ*BÍ\0R®ÅåÚÔ:!\84íM0\95o\8a]Àà.\8a\ 3b\90î\1f%ÛhS\91ÓãI\19ÜÂ\8b7¾ó Ä+îûà#\8fâlL Ùtº\0\1f{:N\84\1cª\12Ò\91Å\84VU\94Ä£Ì$\ 4ÛÍ\86\13ó¶,3àäg9\ 3ó\97Ù·E\vÊn\14¢
-µ¹íü$­:­\95^(\80\ 1²Md\1aâU\97\81c\94        >¦i\87CG\ 5aÌhZµn\11Þ\ 4é)7\8bÏþSïL\8d\v\99Ûõ\ 6\å#?ñ@\90\10Ü §ÊMGw/d%\93\14\12¢´C3\84\ fcÐ&§ÕÆÚõg»Å>&Ë£ÓA+2àÏz¥\84èSà¬=\17TE±vc¸;ô@ô\94"õL=\18\bêD\ 3\8c\10\919¬5ÄÒô:ÿ¬\9az(\16\18Q¸<·¬NÙ¼º\ eCÌê;g_¨\86\1fÄ\15ØÌ¶Æ;O?\18U¶½\ f=\10ò\13ÜaÑURF\90\8cÀ\ 63!ÍR²·Ý\94L\9c\9c¸<\9b\vÉ:\83\ 5à·ÜÝvKÚ\82\v]\0¾wïênËlö®È\80Öéy.ÉÅ]7:Î\rîöá\U\95h7èõSqi\9dÜÛ¨\9f3\1a\84#\1fK\95x¨f2¾\1dS\9eÑOÓ·\ f\97g\86\868êZÒ\99Þà=\15\aã$ë2{W\1c\8cA\9c
-õ¹uWN°ä`\13zAæ\13ÖNt­H\8an\95î\80Â=,«ã\r,ywmõW\r\97"Hq>ð=èè\8aºåÐ\14¥2Ùcê±µC\1a»\88Iegd\90ë\16J]\bS¿ù\vp5¡k\7fÚy×î]û6BùDFË)^\80X9++\98\8fõ@#\8aº5Ϋ±¦:7\13Áç¦\ 1ªb´ \95\99
-¼ïq\b\19E[úá¼â«M\18UOtÈ\e\18ÑÑ8ö8_úøÌ\18®^jN*xþLB]ìÒÁ¿PJ\8fÒ\19\97\87\8d\8e\1dé\ 5Ù%#¥7+áe1=C ®W
-J\0\94Ç\8fm9>s\84ÞfÇ7\10È:2öDÂ\8còÿ0¨ø¹+L\ 3ü\94\aT\90¡\ f\1dÅ\93ÏïX\93x\7f!\80â¶gà/¥òZUÍú\88¦«h
-ài¶Z\88Ú3Wx?\r\90\9dÌvçaëö©æ¢æñmHRÄ*ß÷`uf\85\8c¶Üª0UZë\8f\83Öê\ 51\8f\924+¯µ\85fà«û|\84ìX`5\1f!\ee\11\15\1e2p×Ý÷\f¼è    Ûļ·±Õý|\9f fÄ\1eÓ·*\8c$\97>\1d¶o·
-g\06\9f\99\9c\81¿\95n\1cAzø\ e\1cªçkdL¾öóp¾¦x\14ìZ5\90\8a a?º\9aë¸\1c\1e3IeG4\91\võH1Ë&Q\86Êû&ÔÙãé\fíRÂ&\12\91QÀ±\9a¶Ý¬B\9fßE\83\9eb:5Z·\9aiÒâ³=Þ\91\82Î\ 6cûÚYzî\9d#-\aëÆ=<¾wtãÈ\18\ 2 BÞ\16´\1fÉP)"\e$C\8fs\8e\f£j*®$\f=ì2\8b²¿\ e\80ß&ÝâXðLüÞ\98¼$\b\ 3à\ 5nÄ%×r|0\X\9c)±ÃºÄ.\1d\8ba\8fè_\82\0\88i\8e>©Ü5´\8f*âr\18\8a÷\1eÕæóQÝ×Qio/¿ø\1fÝæM\89
+xÚí\Ûr\9bF\18¾ïSÐi/ìNvÃ\1e\81\99\89shÚ*\17­ï\9a\83ÐZb\8c@\ 3(vÚ\99>{w9#V\18$[\92ãÜXBfWüß\7f\f\13\9a¦17²\97·ÆËËço°\81Lè ãòÊ@¶\81\bt¨qùê\8f³7ç69[\87^êGá9 \ 4\9f½\vgâV¾EÔbgòÏù\9f\97??\7f\83\fdA\9c­\ar[d\0ê@»ØÂinaÑb\8br\1d\85\84ªuù2bA²u/\8a;\88aC\877vF\1cr'»Å\9dFq*÷¤äìÃÙ\ 5\98\7f8/ÖÐj\rC\10qÃÌn\87ç\0YH÷\82Çþ\ f\9fØ.9Ù¬"\eQ\\10\8d\ 5\129DÁ\ 2\10\826Ρô<±JAà\87¢\ 4ô½¸)/ñY\14ç\1fÿ&Òu\1cj\80\96ß\bi\ fÒû\80³I\1dc\90\14ßäX:ê,hµ©\v|7\ 1âvå\86³\16\8d\1aB\1c
+\11\1eIÇAÅa\13\rÇ\81&­¸Í:\8aUq[éV\8eÇË\ eh\95jYÙ\rS×»¾qã\19ð\16n\9cK\80Ò°©\ 6\81\16jâe\9e¦\8alA\ f\99v\rß0iªÀ\99\89@¤¢ÂH  Ôoëi´NuúA2\ 3y\ fr5X0¸      \19+)sFQví\aAKQ.Àm.\ 6Û      ¤R+\89\86À{1hÔ\82\84Ü\1cbÒÚÄÜDñ¬$f\ 2\8aõ¨!\ 6\b:R\vr··Pÿ7^_f\1fÜ\18\bcéÌäWph:ÆR\92jJ\ 3T^\aÆï\99\ f\95\82\8e\95í\96/À&\81fþ0¯^ÿªÝ\13\9b\14r^ïY\W{6\9e\90\ 2\fy¾§ßA\81@f+7\99S¡a\92\ 5\11\1dÊ¢{á\9b\94A>\98o¨Í·6˶Ù\1eü´l\8f\98ûaè\87s\10]\81\85\9f¤Qü©Æè{\9d^b¢\ 4f\1f\90îE\12,ZË\9ec\8f¦µm\8c\\1d¡¦´\11ôt<·\8eãR`\1d¼Éð\96«ÎA¨]õÅ]®Ús\95©v\93\14\Og`ézqT;ìÂh\v­\0e\9cî
+\8dï\ f¼\8ei°!"ã¢TÏ]ù©\fæþ\11\eÆÁÓ\ 5r6´ìÝB\7f|\90\ 5\9d@N¾±Gùk\15y¸^*b\90\b\16µ\82ü©U\10\89§sxKз@§ ÖP¡@Z\10@é@jñØ\82\87Ì#´!Ù\8e\81¸TZ\87\8d\14è@>2H¼X\88°f^ su\f"û¾¢«£å*\ba\15¢\8cñx^´\©0»\84§\13ºÉ¸\93\92\eç*(\95K\8b0˦дªkMèV.`H=¨ÚñòÜvÎ^¼ÔïË\bĤ±o~­        ßl\19\9bñ|_dï\1a¾qU\979)\a·\8f(X
+²R]Рu)d\ 1È7K\99Ë×\1aþõgaïð(\10®ü@\84îRÔ(<ß\12\16Yø@%°±.OZ5Jw$\7f\11%i\9bü\1f\9f\12ù~\98F`*=\9fHj\ 4þÝ\92\0PçA+\ fýi\ ew ßUÆ×\89\88ÛLþï)1ù£\eûî4h\90ÿí\93 \7fõ  hË\0ú0\9fó¡Fþ¨é¾C!\eWÂÊ\80¸\8aâA8<îºõp<b1÷£\10¸IVØëAäñù\7f³¿x\9fç;¯îª\bl\94¥óJÀL\97S\98\90Ó\ 3:\86\a\8f'\11\1a\95>7\80\ 2Q\f\ 2?I?+q\1adl\v\10\16Qìÿ\13\85©\e\80d%\83\8a> N+ \18d9fþÜO\81\eÏ×K\11¦í\Ò©k\94¤Þx\ 2º\eKµ¬DìYgq]n\9a\0¤]\8b«µ\99^B\b77ÁT½)w\ 1½»h\13\87\144ì¦\85FÃpNV\81û    $\v\11\ 4à£\88\93¼íßn"]\80\8fGî ÑAÄD`½Z\89Øs\13±IË\ 4¸\ 5\17'`ú,ÿ´ì+9­\12S)0·\9d¯¤uç´\96\b\r0@õ~,&_MHÙ F:'VY\90j\8cÆÕáfÑM\98q¹]V\ e\9eÓ07¹^®ÀU1Â\93ô8\ 6\19O0rÀ\8eÂÃô%T\8d\92\8fµ\14
+¢¬÷Ò\87\ fçÐ!\8fµ~w\87Xa®
+\9fãA+3Ü/r¥\85èSè.}\ fÔE¯Í\96ow\92\81\98Y£uË(\ 3CÐ$\ 6à\84Èlai \9e\8akÝ(C¹\80\9aåÜÁå¹mw
+âõ}\18bÞÜ9ÿ@7Ñ ïÀV¾5Þy¤\81ÕM³}Â\ 3I?Á\9dȹNÄ\bR\1e\98q\vÒ<\r{ÝMÃ$çäíùl¢\98©x3\9c\ 1q+¼u·d-c¡\v öîJ\r\bâZ])Ö#uf\91?
+ùÔ­^r+vûp®+>l¶ÞÍS1i\9dª\ 3\99ôÂQ\8c\99*<tÓ\16?è«0\98\9d$\10w\f\8cÊä\96¡!ã\19M)éÌe\88-U\ 6ö0\83¡Çh`6«\fV/N¥øÜz\v7\9c\v°\8aü0·       K7¾Ö$E·Zs@á\1e\9a¥Ié,Þ\11\7f]½  A\8a\8b\ 1î^CW\96'û¦"µÉ\1eWÆÿ~gÑ:\83¨.Tôƺ¥P\97Ä4\1fþ\ 2\\8dèÇ\9fvÞµ{?~\13¡bÖbÃ(^\80D;û*#\9f\83\8cât*E\f\9aö0«ÆÛâÜN\ 4\9f\9a\ 4èFÒdX\99\8bÀÛ-\ 6!\ fÑæA4­ãÕ6\8cº\13\1aê\ 10;ö\9c\90\9a\1d\87\19\12«W\92\93\11^\9c1h\92]\19øï´Ô£lzå¸Þ±C½\fvÉ@ê­\9axU@Ï\11H\9a\95\82
+\0-û±£\ 6c\ eлìØ\ 6\ 2y\87Æ-\9e0\ fù\7fê\15üÂ\14f\ e\81\13ÄÌ^ë¸#yê<\8e=*î/       Ð<ö\ 4ü¥\15^»®V\1fPu5£Åx\9c®\96¤n\99\18|\98\9dÔvç1êM®\16¤\16þ­\8fRÄkÛw´:³Æ Ûl\93n\9d\9bª´õ]¯¶úa"â4ËÊ\e\r¡     øæ![ë\87\ 2«ÝZ\1f¤\115\1eÊq7Í÷\ 4|÷HÝ6\1a
+º³\ 1úÍöà\ 4ÀöéÇ   ø[kÀ\11¤{#ѱߨ\99©±!\99Ú/ý\99\9aæP×µî\8c\10Ò\1fä<~Ñy\8fò\ 6\96h\ eê\18\97r\91\81\95\8f\9a\1c¢¢\7f|\1cï¨è\9bC\8cH~Òn\11\ 5â® G&Oæ#:\97­ë¢¡ñòÔÎ\86fOZùt\96¬J1'½¾{éÎ}ïÎ1\95§£\9bl\88nJǶ\ 6\9b\87)t\12x\9aÃ\94;5ܬúÇ\1fêh ×\85¾ïw¡¡¸M»5¯ð\89T\87\86¤\ea\14\ 2?ôb¡\ 2)7\0ýõÂ\89\16;l*ì²i\17þ\88~¹ã¸s\1d\965\98S\85EØdU,Ô\8c\93ØÊªÕ\17V=\14«\8c×\97\ f¬Ø<r
 endstream
 endobj
-660 0 obj
+668 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F13 620 0 R
-/F14 631 0 R
-/F15 634 0 R
-/F11 398 0 R
-/F12 401 0 R
+/F13 628 0 R
+/F14 639 0 R
+/F15 642 0 R
+/F11 406 0 R
+/F12 409 0 R
 /F9 84 0 R
 >>
 endobj
-658 0 obj
+666 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 660 0 R
+/Font 668 0 R
 >>
 endobj
-663 0 obj
+671 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1268
+/Length 1260
 >>
 stream
-xÚåYßoÛ6\10~ß_¡\ 2Ã`\ 3%#R¢(>m«\97\ e\18\10tk¼\87¢\1d
-Æfb¡²äRR~¼ìo\1f)*\92-ѲÒ9¶³=ɲ)êî»ï¾»£\1d\17º®sã\94\97_\9d7Ó³·ØA.dÈ\99^;(t\90\a\99ïL\7fù8B~0\ 6\98Ò\90\8cÞðl1\ 6\9eç\8dÞ\8bk!E2\13úÖ\1f]ðd\8cé¨àñø¯éogo\91\83|èùz/ ^\81\1cà3\18\96Û½«VxN\bY W\98\ 5\88@dV¤+!y.\0OæàFä \11÷¹z\8d\8fG\9fF\13\90~\1aW;øõ\ e\b\ f\1d·|\1c\8e\ 1¢hã\82\a\7f\ 1c\0©\r\b\18\fhõ~äz\1d\17\ 1b\1eD\81º"èRãå­\90w2R~.Ó¹\86Ñ÷\94\7f\16çB\17\ 6ä\80¾íu\976P\bQ\88\r£]¶ F!U@y\18"V®ú}'aVi\96EW±\0³t¹Ô¬Q×U,ò(M²\868÷æã+\e\7f\ 2
-Ù0þ´\1dÂÊ\8a&òî\90ȯ\9b»n¦\8eÿ\ 5øq\v¿\ 3¼n\9f{\90\9d¥>TVUÁc6_Mð´¯­Ð\G±HøÒêt\1d\9b3\9bï\14C\82-±é\v\8aJ\19\7fhPZ\86.Ò,ßièO'`h\91       ¹ÓпOÀÐ[.#¾\85ﵡß\1fÑP)®£{°\149\7f4«z\fÕ\8f\11\ 6\89\12ahJâBÿî\9cOË/î´Bû¾ÚQU\ 1\17;KGe\81º>ÞÇÎeY_\11v\94ÊÐJÒË\a(\81\8c\94;\9e_Nì{R
-       [ÛÓÜ×{6\16²\0\12dö$fϨã¼\a\v²ñÂ\82\aû¸µd\8b(!×\87nP\87\1c\r\92`)n£´ÈÀ"ÊòT>4t\ÙxèzÐCO,Áè(
-Í|è?6\v,è)¯ªaòÊU\7fì,¯_\8b4\17s\10%JpÖ\1a±¯æc*\rx\13pk\83\ e1HÙ>º\97ý\140ª?\fè>jxÞï\84G
\ 5×øDyYæ:-Ç\ 4HkQ':¥·B³w :Mk\b\95[OÊ\e\92ß\81Y!Uó\9f\838Jú:×\97\9a7dHg£\14DÈL\80Lp9[t\85Ä\1arÕÕ\ 6áÎ\90?G¬\89¶»¥\v»ýÛ\fñ\85Õ)U©\88w@\1a?\ f@\b©Ðt³¡Ñ\ 6\ fAJ\1c\1c"\18 rÑeW\19\14~ÞcEÏD|½¦\99\1a?þÚèÁÕkóÍÏÕ=ªî_UW\b¡\8d<>\86^ð<ÙÔF\83\10è·eÒÆ\16W\8fÝÆÛ\1c,¹üÒðßÖ"\a\ 1dÞQFÙ½Ó¯Ã\1f\1c@<LM\15hFM³\85\88c îWzfÝL´      \10Öj\1a6õë\80°Xæ@\»\8aû]­ø\91s%&_®æ\8a%3\99vÚÿ-õCñåðÞ\ e\82 Tá\ e:sÆF+a0Àj\b0ýö´_0ò(\9e\8b\8a\r\r\11~°).i\1aÞ'ºy\12g@®j<\86f\8a¡O.y\92©\81\90\v.צÇÜ\ 2\ f\v!\rO\19\9e\116§O»ä\96¶ð¸Kå|íôè¿\8b\87­Kw!6üø³?µ\8ad¾&9\9fÛ\83Kݦ\176ôüÞ.ýøÇ¯\1dôXsH70½\8a$ÒÍ,\8f\ 1\977ÅRµö=]ý˦\13\eÒÍ(<î\9b\13KY\¥EÞ;çP\18ú§Õ×tê\15\83ì\91Æ,\1c\f\82îJÀ<Êf\Î\9b\f*þ_ h\8dm±`\ 2î¾aà=Ò\10\84v\r¼Ã XÍxUp\9azSìé\ f«\93\19\ f¿ý\ f+U\8cLqþ°­\18\ 5åÏ\ f<Y\e\93\1e,\0ú\81\1e5Ës¦Ó"Ò\81Ó\15\11T\9eµÕHìRoZ\ 3\fb\9eåº\9a5T\85\9beÿ\ 2|Þr^\19\1e­Ú÷\1eW\ 6C\92´ô=É\17\9b®Ûi¦$\0\93Ãÿ©ø¯ë¹VY\82\9e\ eË*]5\90Ø\0     hk®r_HF\r?åR*E7Z!ç|úÝ?¸\8cHJ
+xÚåYÑ\8e£6\14}ïW°RU%ÒÚ\83ÁÆø©í¦»\95*\8dÚî¤\ fU·Zy\12Ï\ 4-\81¬\81ÉÌK¿½6f \ 1\87\906\93¤Ý'\ 2\ 1sï¹Çç\\eÇ\85®ëÜ;åáGçÍôê\9dç \172äLï\1c\14\87\f\1fþ\18!\1c\8e\81GiHFox¶\18\ 3ß÷GïÅ\9d\90"\99    }\8aG×<\19{tTðxüçô§«wÈA\18úX\8f\ 5Ô+\90\ 30\83a9ÜÏÕ\1d¾\13B\16è;Ì\r\88@dîHWBò\\0\9eÌÁ½ÈA"\1e\1aì\8d>\8c& ý0®FÀõ\bÈó!\ e\1d·|\1c\8e\ 1¢hëà\r¾8ð\ 1\13\0©\ 3\b\18\fhõ~ä\92N\8a\01\1f¢@\1d\11t©ÉòAȵ\8cT\9eËt®aľÊÏ\92\èÂ\80\9c0·£\8eÒ\ 6
+!
+\11ª²a¬Ë\16Ä(¤
+(ß\83\88\95wý²\970«4Ë¢ÛX\80Yº\jÖ¨ã*\16y\94&YC\9cGóó\95\8d?\ 1\85l\18\7fÚ   y*\8a¦òÞ\90Êo\86»\19¦®ÿ5øv\17¿ÙÅð\eõgÙ*Ê]\14\8b\84/­éÖU¹²eM=H<KÖ}åP\93\ 5\ f-G+ÐE\9aå{\ 3ýî\ 2\ 2-2!÷\ 6ú×\ 5\ 4úÀeÄw0½\ eôë3\ 6*Å]ô\b\96"çÏaU\8f¡ú1 Qò\v\8d\19.ôÿÎÛiya­µ\19c5¢\9a\1f®ç,\1d%^êø|\1e;7¥³"ÏQúB+1/\1f \ 42R\8eøöfb\1f\93RHØÆ\98æ¼\1e³\89\90\ 5\90 3&1cF\9dä}HBmÅ&\v\vâ´\1fìóºHu±c&.\86nP\97Ü\1f$¾R<Di\91\81E\94å©|j踲ñÐõ¡\8f\ e\14ÞÓ Ô\ 6\83a\88\9fÛ\ 4\16ö\18«²\12¿¼ë×½Æú¹Hs1\a\ 4\ 5ûl~¦Ò\807\ 1\ f\10\83ô(\9eu\14xÔìaÁ\90¾£\86çý^x¤\0Rp\8dO\94\976×i6&@Zí\9cè)½\13\9a£\ 3Õ±ó\10ª´\ e\9a7RÌ%_\83Y!UÛ\9f\838JúzÖÿ꼡6(\f1\1a×P
+"d&@&¸\9c-ºBb-¹êg\83poÉ_¢ÖDÇÝÒ\85ýùm\97øÚ\9a\94r*â\9f\90Æ/\ 3\10Bª4ÝÙÐh\83\8f %\8e\17"\18 ò¦\9b®2(üügGÏD|·¡\99\1a?þÚèÁíksåûê\1cU篪#\84ÐF\1eìA?x\99ÙÔF\83\10\88Û2ic\8b«\17Ü&Û\1c,¹üÔðßÖ"\a\ 1dþY\16±G§_\87?^\0½ajª@3j\9a-D\1c\ 3ñ¸Ò«Õí\896\ 1Âê¦aã_'\84¥c£\18zuª¸?Õ\8a\1f9Wbòév®X2\93i§ýßá\1f\8a/§Ïv\10\ 4¡*wÐYglµ\12\ 6\ 3O-\ 2L¿=í\17\8c<\8aç¢bCC\84ol\8aK\9a\86÷À4/b÷ÇU\8dÇÐ\99\93K\9edjA©Ö\90\v.7V\8f¹\ 5\1e\16B\1a^2<\9dæ#lö\9döÉ-má±Nå|cßèÿ\8b\87­Kw¡gøñ[ÿÔ*\92ù\86ä|l/\ê6½°¡\87{»ôóo¼vÐc\10áæW\91\99å1àò¾XªÖ¾§«WÕ±îD\9f_o,M=A\83ö+7\91xlö*eq\9b\16
+G1Ñ»\90æ·cQDo!=§ï\ eN_w"`\1ee3.çͬ)¾\94ôµ¢¶*?\ 1ë\1dË[´Õ\9f¸gïc; 0½åx\18\b«\19¯\8c¥ñ\95âH\9f¤.f\19øÏ?I)Ó1&üû.Ó    Ê¿\9fx²±\1c\0\88\83rÉ©÷\93NH¡\v2z¤\10 ~õqx\90\1aZ\10ó,×~Õ\90\14n\eû5ø¸cG2<\9b\9f÷nH\86CVÚeîI¾ØNÝN0e\80\1eùW\ 2u\1eÕÒÊZ;÷\ 1°¬ÒU\ 3ÉÓ\17½\ 1\81ªÏI_ý\rÒ[@{
 endstream
 endobj
-664 0 obj
+672 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F13 620 0 R
-/F14 631 0 R
-/F15 634 0 R
-/F11 398 0 R
-/F12 401 0 R
+/F13 628 0 R
+/F14 639 0 R
+/F15 642 0 R
+/F11 406 0 R
+/F12 409 0 R
 >>
 endobj
-662 0 obj
+670 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 664 0 R
+/Font 672 0 R
 >>
 endobj
-667 0 obj
+675 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 2152
+/Length 2159
 >>
 stream
-xÚå\MwÚF\14Ý÷W°\84\89æ{fÙÄq>\9avå®Ú.dP\8c\1a!q$\91¦ýõ\9d\914\1203\ 2lã yE\1c\90\ e\î{÷½ûÞ0       @\10Lî'ÕÃûÉ\9bÛ×7h\ 2\ 3 áäöË\ 4\8a Ä@\92Éíõ\1fÓ·Y:\8fÖåì
-c4ý\98.¢ïê\9f\90C8\85\84Ïþºýôú\ 6\a¨ºôJÝ\11\88\ 4bïjN\9b«Í%\ 4`¢/i®\b\0\93Õ%?7¯ \13\ 1$Ûº©~O¨zI\98Äa¡îIð4ú¾\ eÓ"ÎÒæ*Ò^Å0\80x\12T\17\80Ù\95zË;\ fèèÿ<ù\823ße\1f\1e\88      `æ\93\9fW`I\ e8S\8f\ 1 ¬\ 6-\8fËå**ãy\83Ü·\19e
-ÊMXºà\13\ 2\r_pöOü\18\88,P\ 2   \ 2j@     lP¸\e\14/\9d\ 4\ 5\\1e\8bÇÅpÌ\82\ 5B yó1Ð\11\yUãR,£$±C\8ck\1c\9f Ä.&îìØ
-\0\92=42xåá\fñé¿\85\85\11¢\80\88áÄѳÝÅB\9a#\80\fP\1cY2Ñ¢\8e$\90´zÕ\eë&ûBq\17ÎgHN¿ÞçÙ&]Xß\8d\92)úÌ9î\aÞÅB\9c\b\80\88A\ú¸ý&,\96u\12\98\9f\88òûMî\96\fÎ5ü\ 3U\;S2\0\8d\80@H\r<ªªØQ\90\ e\9e8-Ê0IÜØ0\ 1Ä©ÕÈ\85\92ËB
\18Å}H5DÊ6y\1aõé  \85\80<*\1c/  Æ\87\16.4è\14ºÁ\12\ 5\b\8då]\1eΣ\83\15°\8aGéç\1c\1c\9e\10¹ä\99\19° ÷Uyw\9b8)c\e $ô\v_Jþ\7f\8c6cÀLfǶ4\e~"n¤ùíAi\9eg«U¨4Yq\18M£E¬¾\9f{[Q nI\ f1x\98ú¢
-Ca²\9dÀ>õÝ\82I\87z4߸»5\b\9cJüñÒÛ\16&H\1c \8d·q#\80ÈÁ5)6&\18 Þ\83 ·1YÆE\99åÿ:£\8a\9d­\95}\1e\ 6Ùá\ 4\81   \0Õûûj\90\1d|\8a(ÌU\7f ¦KW¹\86ùhJ\117`\12`yZ\90\15\9b»¢\8cKw
-ÒX\ f\01Û("\80±\1e\11Xe¼r©\15\93îzkð]½]vá®W\17¾\1aµ\81¬xeºÇÕzv¥¢ÍÙ\8aË\0\88áÕª.{­u{äÑÀ¤ºüÉÒÐî\88¤ª±è¹ÛÆ'`\96\1dU\18\10Øæã\ 3Qe\90Ð6ÍÚ\15Y\82î6\86p\90U4TD0\99\ 6\1eªø\f&\89\12qÛUdDÏgÎ\95j~ü]ì\8cÃ\ 1Á'\ 6V\92ÕùÆM© \93¿ñô\14ª²ëI?Π[ÇuZ\8e\928\8d
-gè\8dÊÔkKßc\85Ë3û\10\0\ e¶ã:u¼\88è©\98Å«u\12Ù\9d\a\ 3\18=,è.~
-\8bX7p\14\17¥zTTÖPA\1f½ÈÞ¸ñ\ 5$xÚ\8e\7fzX¦hUµ\1f\15Í\1ac¯pewç(\ 2\r«\8aRM\7f7\83\b¨¿«í\1fÌPÕâ\90q\f\1f\8eìODg\87õÌn\14nU(æYRÇb¦¥PN#\85c\96»üt*\aP\8c?ÁÔ[e\1fq\84ß+Í\96ÐõA¿w\11çѼ²£*Ç·(ÃÊzùj£\8c:¯yP¦üé,¥\0¶óW|ÌÄûÝA\98\8d\93^\81¼ã±»Ë;\15\13\ f\1fÜ`\92®!ðÛçµÖ~\8bó,­tWNK×Ô\11\8aQm±\9c\ 4$a\9dðbo§¾»-öª¦ÔÖö\94\8a³òÂ=æÞõ1\ 5\0?¸÷£PQô2Ī0YDE|\9fjý(\Æ;Ç#ì9I7ý\87¾\1a¥\9b]Õó\9aTgÿ.0\85#0Õ=¨\18À\9cÂ\95\9bÚ\8c\82¤7¤¾ÇeÓ-\95a¹±éBT\8a\e³ÉãÍH¸óÑq\93jÚÌ$T\11\86w\89å\9bü\11\15nh\8cõÚCÆ\1cTµ§\86L\90y\13\9a\ 1³éãû3<"Ã\91M;H·z\ 4ÿÜg\1f\90zñæà¸\10\8eoÉkk\èÚ´qóG·¥I\94\86«ÈÕ¢s1*c±MùÕöê\ 4qݼSF@àæÒ:Ì\150e\94;bë\99Èt\96Ê|k«
\83eÁ<`\94K7OX·\81=\80J²gñ¾Ý\95o\br\ 4*e\9c,"\979xÄìb\80\1a\89ÕÅ%jPË£BÃV\1cÖ-I:!\1c\94Á\1cà®\9cq´$\1d\83ö°è\9d/«Ëé%\a\97\8dÂ\96³Ë¤ß4Á\b\ 4µ%rc\9b&êeD\83Y=}ý¹\ 1êýo¿×ÅæÍLÐi\1eEõ_×Ye
-Î7¦Q   M\e\83¦\9fãy\94\16v\84B\15¢ð$¯pÿ="Ñ­\ 1Cl·UÍ×­\ 56Jì}
-(\ 1%£Z`:G~³Ø%P·¦\8f­)Ä\16æ\9e¢FÏÊØø[¶Gdt=7\85' |`»\93ó^ÿr\98ã\v\14t\8d¿«V¨UïK\96\83MT\9f¦\1dZÍôä-/Ò\95·÷|Sõ/\9bt^nÉ¥g\1e«\12Ã(\8fñ¹f?í'\85ø\18\81ýÐ/°f\r¹\7fb˶ö\9b\a~JÅë\94ÊnÇѵ£Ü\10r\a/í0\vã0Û¨QÑ»\9d3"eÖ#IÚc3;ÁóË\ 6:a¿{0\16MÐí\8c\1c\v\91^/tÊÇðIõP¦\11\ e\vÓZ~?40ªV¡ñ¨\97\99\8eÕ\7fê?ʬ\ 6xS8­/\f\aw\0õÏ*ºí\14á\92\8a\1a´N*>ú¤\ 2WOÇ\8b¦Å\8a«¾Æ6Æ0?a9`ð«x'é¶Þ\18cþº&m\9cÆe\1c\7fa7\8a«\8bí\86Ãy\14.ô¦\80ÝP\ 6\18\bt\91\15Ð>\14\12wËÑ\82ùê¾ÞãÚ\84iG{\84ºzd
-d\80÷¬Oµ\b\1aåá|k)ÀË \ 1\81¸¸M\93\87"\ 4éÖ"1ösl\v¡º\92ë]úÜoÛ\86}\8a\93\ 3\14F\ev03:\12H¯,í¤¦\ 6«4¬ÍJ\93¤\1cê)\86î~;·(vÖ_Ý\ew80Jú©_IÿÎîì\14NO_tz      \1eÕ\91Ö ï\1c]¯q¥a7¦{Eg½Zê(¯\ 32ÔLø\88þ\84 î$¶Ùëà.\v¿ÙñÐe#¬^ýK?Ù¿ÆIRÃ\9e»\8eúèÓ\8aô\85î\81\1cÈѪhl\7f\ 1IP\9f\8ci|\9b¥R¬2ô÷ÒU/\ 5t83ë3Íx)ì~3¯FÓo\9dÕÄþÜOì¤\19=ùÅP5«\ 1\7fi¿\99ãÅ\9f\ 2ì=BÒp9Éîã´ÏéUY
-^ø\ 4çÙ¬\10\ 5h{6\9e\1dEè_û      ½
-Ëú\17\17T:i\14`\1d\96ºè³-:ÜýªÔØ,&´µ¼\8e¼ÝÃ*j\ eI,CÝ@8ì\10*ÝãÆ\91i\99kCto\88øîö§ÿ\ 1;¬½E
+xÚå\MwÚF\14Ý÷W°\84\89æ{fÙÄq>\9avå®Ú.dP\8c\1a!q$\91¦ýõ\9d\914\1203\ 2lã yE\1c\90\ e\Þ{÷½ûî0       @\10Lî'ÕÃûÉ\9bÛ×7h\ 2\ 3 áäöË\ 4\8a Ä@\92Éíõ\1fÓ·Y:\8fÖåì
+c4ý\98.¢ïê\9f\90C8\85DÎþºýôú\ 6\a¨ºôJÝ\11\88\ 4bïjN\9b«Í%\ 4`¢/i®\b\0\93Õ%?7¯ \13\ 1$Ûº©~O¨zI\98Äa¡îIð4ú¾\ eÓ"ÎÒæ*Ò^Å0\80x\12T\17\80Ù\95zË;\ fèèÿ<ù\823ße\1f\1e\88      `æ\93\9fW`I\ e8S\8f\ 1 ¬\ 6-\8fËå**ãy\83Ü·\19e
+ÊMXºà\13\ 2\r_pöOü\18\88,P\ 2   \ 2j@     lP¸\e\14o8 
+¸<\16\8f\8b\891\v\16\b\81äÍÇ@GÄÊ«\1a\97b\19%\89\9db\ãø\ 4)v1ygçV\0\90ì      #\83W\1eÎ\10\9fþ[X\18!
+\88\18N\1e=Û],¤9\ 2È\0Å\91E\13-êH\ 2I«W½±n²O\14wá|\86äôë}\9e\85õÝ(\9a¢Ï\ã~à],Ä\89\0\884\1f_xkÁ\9b°XÖE`\9e¥\7f"Êï7¹\9b28×ð\ f\94qíJÉ\04\ 4\ 2!7ð¨®b\87A:xâ´(Ã$qcÃ\ 4\10§v#\17\1a\\16RHå(îCª        ¤l\93§Q\1f\9fP\bÈ£Òñ\92`|hãB\83\8e¡i\8d%
+\10À|\eË»<\9cG\a;`\95\8fÒ\1fspxDä¢gfÀê"o¿Ë»ÛÄI\19Û\0!¡_øRêÿc¸\19\ 3f*;¶©ÙÄ'â\86\9aß\1e¤æy¶Z\85\8a\93U\f£i´\88Õ÷so3
+Ô#é¡\b\1e&¿¨ÆP´ìK}ì»\ 5\93Nõh¾qOk\10Pt9\9døã©·mL\90<\12\1aïàF\0\91\83\eRlL0@íà&|\95n\a\93e\\94Yþ¯3«ØÙFÙç\89 ;\9d @m\ f\ 2}=È\ e>E\14æj>\10Ó¥«]Ã|4­\88\e0      °<-É\8aÍ]QÆ¥»\ 4\a\80\98-\14\11ÀX\8f"âH¬2^¹Ø\8aIw¿5ø©Þn»p7«\v_\8fÚ@V¼2Óãj=»RÙæ\1cÅe\0ÄðzU\97¼Öª=òh`RÝþdihODRõXôÜcã\13D\96\9dU\18\10S\ e`p «\f\12Z¦Y»2KÐÝÁ\10\ e²\8b\86*\10\81ø@Å5\98$\8aÄmU\91\11½\9f9W©ùñw±+\ e\a\ 4\9f\98XIV×\ewH\ 5\1dý\8dg¦P\9d]Oùq&Ý:®Ër\94ÄiT8SoT¢^Ûú\1eK\\9eÝ\87\0\13שëEDOÅ,^­\93È\9e<\18ÀèaIwñ[Xĺ\85£è˽(Õ«¢²\86
+úÂ\8bì­\e_@\81§íú§'ÊTXUãG\15f\8d°W¸ª»s\15\81\86ÕE©¡¿ÛA\ 4Ü?Õö/f¨\1aqÈ8\96\ fGÎ'¢\93Ãzv7
+·*\15ó,©s1ÓT(§\91Â1Ë]z:\95\ 3\9f`ë­ª\8f8Bï\95Æ%t}Pï]Äy4¯ä¨Jñ-ʰ\92^¾Ú(£Nk\1e\94(\7fz\94R\0MZr|ÌÆûÝA\98\8d\92^\81¼£±»Û;\95\13\ f\1f<`\92n ðËç5×~\8bó,­xWNK×Ö\11\8aQ¹XN\ 2\92°\8ex±wRßu\8b½ªCjË=e\11°\8aYyá\1as¯}L\ 1À\ fú~\14**¼L`U\98,¢"¾O5\7f\14\9dã\11Î\9c¤Ûþc_\8fÒí®ê}Mª«\7f\97\98Â\91\98ê\1eT\f`OáªMmEqIëMJ}\8fËfZ*Ãrc\87\vQ%nÌ"\8f·"áNGÇM©ÁF\99\17ª    Ã»\81åÛü\11\95nh\8cýÚCÖ\1cT\8d§&\98 ó\164\ 3f3Ç÷WxD\86C\9bv\92\bþ½Ï> µñæàº\10\8eÏäµµ.t9mÜñ£ÇÒ$JÃUä\1aѹ\18\95°Ø\96ü\9a\ 4\11×Ã;e\ 4\ 4îXZ\87¹\ 2¦\8crGn=S0\9d¥3ßrUA\9bý\ 4ó\80Q.ÝqÂ:\aö\0\1eã}ë\95GøXTÊ8YD.qð\88ÝÅ\0©Ìµhn\v+´]/\82\1aÔò¨Ð°\15\87yK\92\8e\b\a%0\a¸kg\1c#I\17A{Xôî\97Õåô\92\93ËFaKÙeÒ/\9a`\ 4\82Z\12¹±E\13õ2¢Á¬\9e¾þÜ\0õþ·ßëfóf&è4\8f¢ú¯ë¬\12\ 5ç\e\84f\8cAÓÏñ<J\v;C¡JQx\92V¸ÿ\1e\91èlÀ*\r¬±ªùº5ÁF\89í§\80\12P2*\ 3Ó9ê\9b\15]\ 2u6}lm!¶0÷45zWÆÆ?²=¢¢ë½)<\ 1á\ 3îNÎ{õËa®/PÐ\rþ®^¡f½/Y\1eù\ e6Q}\9avh=Ó\93\8f¼HwÞÞóMM¬}Ù¤ór\8b.=ûXU\18Fy\8cϵûi?)ÄÇ\10ì\87~\8256äþ\8d-Ûò7\ fü\94\8aW)\95\9dÇÑåQn\ 2r\a/­0\v£0Û¨QÑëÎ\19\11\95\91\99\9dàùi\ 3\9dàï\1e\8cD\13t\9e\91c!ÒöB'}\f\1e\1ai\84\ 3ÊúÒ´¦ß\ f\r\8cjTh4êe¦sõ\9fú\8f\ 1Þ\14\vÃÁ\1dÀpùYE\97\92\81\8b*jÐ:ªøè£
+\=\1d/\9a\11+®æ\1a[\18Ãü\ 4sÀà­x'ñ¶v\8c1\7fc]\am\9cÆe\1c\7f\8a«\9bí&\86ó(\h§\80=P\ 6\18\bt\91\1dÐ>\14\12wæh!|}_ïqm´¢=B^=²\ 42À{ìS-\82U®Fy8ß2\ 5x#H@ .ÎiòP\84 Ý2\12S\7f\8cm!Twr½¦Ïý±mا89@FKa´\89\ ef¢I mYÚ)M\rViX\8b\95¦H9ØS\f]ývº(vì¯nÇ\1d\ e\f\93~êgÒ¿³;»\84ÓÓ\8dN/A£:R\1aä\9d¢ë\15®4ìFt¯ÂY[K\1díu@\86Z  \1f1\9f\10Ô\9dÄ6¾\8eZ\97Ùk\e\e\8f\87n\eaõê_ú\83ýk\9c$5ì¹ë¨\8f>­H_¨\ fä@\8dVMcû\vH\82ûhLãÛ\98J±ªÐßKW¿\14Ðáì¬Ï´ã¥°ûÍ<Áû¥³:°?÷\avÒ¬\9eüd¨\86Õ\80¿´ßÌñâO\ 1ö\1e!ib9Éîã´OéUU
+^ø\ 6çÙ¤\10\ 5h{6\9eÑc\ 2ú×þ\80^\85\8b\vª\9c4\f°\ eKÝôÙ\12\1dî~Ujl\12\13Ú2¯ûÍ «¨9$±\fõ\0á\90C¨t¯\eGÆe.\87èÞ\12ñÝíOÿ\ 3ÖC½;
 endstream
 endobj
-668 0 obj
+676 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F15 634 0 R
-/F14 631 0 R
+/F15 642 0 R
+/F14 639 0 R
 >>
 endobj
-666 0 obj
+674 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 668 0 R
+/Font 676 0 R
 >>
 endobj
-671 0 obj
+679 0 obj
 <<
 /Filter[/FlateDecode]
-/Length 1483
+/Length 1485
 >>
 stream
-xÚí\9aÙrÛ6\14\86ïû\14¼¤f,\84ØÁËfÒtÜ\99,µ5]¦í\ 5\12\e\9aTI(Iß¾\071\ 2@ɱ\15Kt¯4²ayôñ,ÿ\7f\0\ 4\81·ôª\97\1f½\97³\17¯\91\a\ 3\10BovëAáA\fBâÍ^ýáC"&SĹ þ˨\M¦\18cÿ*¾\8d\8b8\9bÇú-ñßDÙ\ 4q\7f\13¥\93¿f?½x\r=H\0&ú³¦ê_@oJB ª\8f\9c \9e\0!Ó'ê\ 3ê\ f\10ªNdÑ]Ü\1c"Ý!Dô© :\0&SÈ¡í\ 5\1düÃ{ÿÁ)}\8aù»]¦\90\v\80\vë_{S\14 \80¹"\1d\0Ö\92\96ÉGýàôc$ÐO£l¹\89\96qiàgêãX\1f\7fp\ eT\ eø¡\ 1\ e÷\ 2\8d\9bà`\r.\97
-]\9e]hnØ/âh\91&\99\19µ\1c\ 1¾7hÏ"ê\fN\88\82 \8d\b\81Í´\87!\a\9cyS\1c\0\8e«Sï\ 62¿>\91¯u¥ñã"\92yѰ-Wq\9a\1a`i\b(\1e\7f90¨\13\ 4\ 4î§õ\97ÐÛHÝB\7f¿\17ú:*TÁ\95q¡y#?þ¼\8e²RŶÁ\ÐAæè4\1f\84\81\10"Ýhê¯\ 1E\9dám°n3¼£bÖB¶¥uÄ-e\ fF
-\ 1ië$¤&F´\83±Ig\9dáÂÏËD\97ÏÈLì0\0\94}]b\9fDY\f8@\ 3\9dJYc\89ç\89\ 5\89\b\95ö|òÎ\ 5\bò®%\ e\ 1\92«J\ 6Vt\ 6\97ª08\aéa+I¼­(\b¹sIª\90Éj&w\91\9cOTȬ\92li\93\1d\ 1{\10\96Ó\8d\1f¥;ÚøAØ\19?\89N¨Ð\8f­ª\fcÝ$Ï^<<Þ¿5 ³°Uv.\ 5üþÝõåo¦KS.\8f<Fk\1c\99\9f\19Új)§=«\19Wéþ&¯\1aÄÂ\ffªTYxv%ðÞ\9fbS°MbÎ\9c\85 È«B0\8f˲ַË"߬M\8a\f@xâþöñ\9e\93        \93\ 1ÄÜá8̲
-ÐËWf\17\82\80\92\13\88Ì#rS>Kàûs+77¥LäFZ5\r\ 4Ìf³Î¢õ\98ÒF%\16Þ/m\8a|©$ñ]t\936\9ao\9eß­ÓØ
-\b\ 6\f\84'â¿v¿¯è%\12\f:}\82\ 1Ü-Kwki\93nÚà\8fDº=\\17SÒ=hN\ f\191ý¼wÚñÏ&·rÇÈ®\\9eÃðø0ÉÂB@[kË\\92¥ÁÛØÚïß^_ÚFw\82\1fÛÎ>ý§Ø\ 4\víãÛ7¹»Ú\eËWÍØù¢î*«\\eÂOõ\e\99ׯ\9b\ eòøÙu\18\9bk\86¢õ)È¥\0\8bx\91\14ñÜÚI\býêaÓù\86©YeQ7²B¤Â\888P\a0'\80\84\rÄ2.>êð\8a\17u\}Òoòba¦·8d2\7föhÍôÆÛ\ 6bJAÂZ\8e²H沦èºÜ`*ÑÅ\88+¤)£9`Âíå\boàÉM;þ*e$7æh^        \ 6>*Çq/\8cDaäû/\87Tv\875Ñk³Å(à\18\84u\7f©£³â\1d\15\89\Ý)=>7£Õq3?«a¼\1dÓòÀ\15¦=j·\9bÌÞx(\ 5\ 4=O\r\84Û" ÍémS%{\ 4Ëy\91¬¥­q\vúÜÔºí
-.l3\ fÃ\ 3âñã\84r\9dÊ\95ͶÔNÆ¿­ó<\8dA"\ 6Aè¾\91êSllM\92iñ#ã"\9aWû3¡oÒd|ÇÇÃÑum\14\9cq'·di»æE\ 4\88Ç\ç\1aÙ½\8cy_À·N\85¸Ôeú\8aÑU\94ioh\ e:\18Ööñ)®h¾õè\11\93Þ\1d\8b»<67\85ÕÕ{emn6I*\93Ìæl zJ·xüÝ\18\95ÒÝR\a
-´íÓ\82k\9e}t2*d{\ 1ð'¢<µl\ eÒa3\ 3Çu[eÕäí×gÔ©x6m\18f\v\9d´\15ø¿ó\9bÒ¦¶)\7f\1e\8b\98\18Ànú\eº§¿º\rÕñ8\e¶32I\17{7JTy\84pT}{ <2êÞ\83kr\æ\1fª±OfkáH\8c1\12\8f\14Ï\lu¦¥\85\v\15\97i\7f·¸ÙÑ\16õ\8e6\1aØÑÖwm!:\9a+zàÅ\98r¼´¿Ví\98M\84Õyuè\97ádVV\86µVæ¢Þ^wl
-S\10Òñ_¨\99\8d\an\15¶ÛÖô1\96\rG÷6»coj\f·[ª\9aáné\89\1fÒm~\1d\ e\80\1c\ 5;\ 1ù¿ç9¤|
\1d\999\1dP\a½^³X§\89´Þö*)Ïðé<\83ãÓÃáî\1aƾðþ}8¼ÿÕ¤£ìC§VeüÙ\9cÓQ\b(\1dãløðµª¶\ 6\8bº\ 6ÿ0ûî?÷\8f
+xÚí\9aÙrÛ6\14\86ïû\14¼\94f,\84Ø\81ËfÒtÜ\99,µ5]¦í\ 5\12\e\99TI(Iß¾\071\ 2@ɱ\15Kt¯4²ayôñ,ÿ\7f\ e\82\10\84\bÊ\97\1f\83\97Ó\17¯Q\0C a0½\r \b \ 6\92\ 4ÓW\7f\8c \rÇ\13Ĺ £\97\1cO0Æ£«ø6Îãt\16\9b·dô&JÇ\88\8f6Ñjü×ô§\17¯a\0   ÀÄ|ÖDÿ\v\18L\88\ 4¢ü¸·õ        \1a\b \999Q\1dÐ\7f\80Py"\8dîâú\10i\ f!bN\85å\ 10\9e@\ e]/èà\1fÞû\ fNéSìßí2\85\\0Lk^Øü:\98 \10\ 1Ì5é\10°\86´J>\9a\ag\1e#\81£U\94.6Ñ".,üL\7f\1cëâ\ fÏ\81Ê\ 1?´ÀáN q\e\1c¬ÀeJ£ËÒ\vÃ\r\8fò8\9a¯\92Ô\8eZ\8e\0ß\e´g\11u\16'DAØD\84 vÚCÉ\ 1\ 4\87\80ãòÔ»\9e̯NdkSiFq\1e©,¯Ù\16Ëxµ²ÀR   (\1e~9°¨\13\ 4\ 4î¦õ\97Ð\9bHÝB\7f¿\17ú:ÊuÁUqnx£Qüy\1d¥\85\8em\8b¹ ½ÌÑi>\b\v!D¦ÑT_\ 3Ê*Ã\9b`ÝfxKÅ®\85\84mKë\80\1e\8c\14\ 2ÒÔIHm\8ch\ac\9dÎ&ÃÅ(+\12S>#;±e\b(ûºÄ>\89²\18r\80z¨@7\95¢Â\12Ï\12\a\12\11n+íùä\9d\ f\10ämKì\ 3¤\96¥\f,éô\96¤/Uax\ eÒÃU\92xSQ\10öç\92Ò!\93VLî"5\eë\90Y&éÂ%;Bö ,§\e?Zwð\1eTuü$&¡ä(vª2\8cM\93<{ñðxÿÖ\82Ìd£ì|
+øý»ëËßl\97¦]\1ey\8cÖ80?gÛ3´ÕR^{V1.ÓýMV6\88¹\1dÌT«2yv%ðÞ\9fâR°Ibμ\85 ÏÊB0\8b\8b¢Ò·\8b<Û¬m\8a\f@xâþöñ\9e\93\r\93\ 1ÄüáØÏ²\fÐËWv\17\82\80\92\13\88Ì#rÓ>Kàûs+67\85JÔF95\r\ 4Ìe³Î¢õØÒF'Vóm\10òJ\9b<[hI|\17ݬjÍ7ËîÖ«Ø      \b\86\fÈ\13ñ_»ßWt\12    \86­¾Å\0î\96¥»µrI7cð\a\1e®\8b)i\1f4?hÄôóÞiÇ?\9bÌÉ\1d#·ry\ eÃãÃ$\v\93\80\96ù$K\8d·¶µß¿½¾t\8dî\ 4\9d}úOq     \16ÚÅ·orwµ7\96¯ê±óEÕU\96\991\84\9fª7*«^7Eì\1cäñ³ë0.×\fEãS\88O\ 1æñ<Éã\99³\93\10úÕæó\rS»Ê¢vd\85*\8c\88\ 3}\0s\ 2\88¬!\16qþÑ\84W<¯âê\93y\93ås;½Å!\93ù³Gk§7Þ6\10[
+\12ÖpTy2S\15Eßr\83éD\17\ 3®\90\8cæ\80 ¿\97\86§6Íø«P\91ÚØ£y-\18ø \1cǽ0\12\8d\91ï_\ eéì\96\15Ñk»Åhà\18Ȫ¿TÑYò\8eòD-ï´\1e\9fÙÑêÙÌ\ fp5\8c·cZ\1eú´Cív\93º\e\ f¥\80 ç©\81pS$¡=½­«d\87`1Ë\93µr5nA\9f\9bZw­àd\93y\18\1d\10\8f\1fÇ\94\9bT.m¶£v2þm\9dçi\f\121\b¥\7f#Õ¥XÛ\9a$5âGÅy4+ïÏÈ\91M\93ñ\1d\1f\ f\a×µ\91lÝ9ã^nɵæE\ 4\88ǼÎ5°½\8c½/à[§B|ê²f]Æè2J\8d\a\1d\f\eûø\14+\9ao=zĤ³c\81Þ\0­7\85åê½´67\9b\92Ôål zJ·xü»1:¥ÛK\1d¤\1e+ЦO\vnxvÑ©(WÍ\ 2àODùÊqs\90ö\9b\198¬m\95S\937_\9fQ¯âÙ4a\98ÎMÒ\96àÿÎn
+\97Ú¦üy\ÄÄ\0¶khè\9fþ\9a6TÅã´ßΨd5ß{£D\97G\b\aÕ·{Ê#k44\14¾ò¨²\ fåØ'uµp$\86\18\89G\8ag.¶:ÓÑÂkܹ\8eËU÷nq}G[Tw´QÏ\1dm³k\93èh®è\81\8b1íxi÷Zµg6!ËóúÐ/ýɬ­\fk¬ÌEu{ÝsS\98\ 2I\87¿P³\e\ fÜ*l¿­éb,j\8eþÛì\9e{SCØnéj\86Ûn#\ fé6¿ö\a¨w@\8eÂ\9d\80üßó\1cR>\ 5Ü\8e̼\ e¨\85^]³X¯\12åÜöj)Ïðé<\83ãÓÃr÷\1aƾðþ½?¼ÿ5¤£ôC«VUüÙ\9eÓQ\b(\1dâløðkUM\r\16Õ\88ä\87éwÿ\ 1\85}9Ú
 endstream
 endobj
-672 0 obj
+680 0 obj
 <<
 /F2 13 0 R
 /F1 10 0 R
-/F15 634 0 R
-/F14 631 0 R
+/F15 642 0 R
+/F14 639 0 R
 >>
 endobj
-670 0 obj
+678 0 obj
 <<
 /ProcSet[/PDF/Text/ImageC]
-/Font 672 0 R
+/Font 680 0 R
 >>
 endobj
 9 0 obj
@@ -5265,7 +5291,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-53 -251 1139 750]
-/FontName/AQCUQC+CMBX12
+/FontName/UCQLAS+CMBX12
 /ItalicAngle 0
 /StemV 109
 /FontFile 8 0 R
@@ -5282,8 +5308,7 @@ endobj
 >>
 stream
 xÚí·Stn_·æ\9b\15Ûæ\eÛ¶mÛycÛY±mcÅvVlÛZY±m'õÿ¾]»ªÕÞusÚ¹;íÌy3{ïÏ|úoô1çÅ 'VR¥\176s0\ 1J8Ø»Ò330ó\0DåE´\98Y\0Ì\fL°ää¢Î@cW+\a{1cW \ f\80\99\9b\9b\19 ìf\ 1`a\ 20sð°²ñ°³ÁÂ\92\ 3D\1d\1c½\9c­,,]\ 1T¢ÔÿRq\ 2\84í\80ÎV¦Æö\0ycWK Ý?&¦Æ¶\0U\aS+ «\17\ 3\0 lk\vPù×+.\0\15 \vÐÙ\1d\0\vËÌ\f0³2u\ 5\98\0-¬ìa\19ÿ\ 5%moî\0àü\8f´\99\9bã\7f\96Ü\81Î.ÿp\ 1¨þá¤\ 6üCiæ`oë\ 50\ 3\9aÃ2*8üÓ\rø\ fËÿc¬ÿ\vÕ\7f5\97p³µU0¶û\97ý¿\aõßêÆvV¶^ÿSá`çèæ
-t\ 6È;\98\ 1\9díÿ«T\13ø\1fp"\ e¶ÿ­\8d´«±­\95©°½\85-\10Àô\1f)+\17 +O \99\92\95«©%ÀÜØÖ\ 5øï<ÐÞì¿"ü3¶\7f\ 30
-+\8bª+\8bÒþÏ-ý\8fª\92±\95½«\9a\97ãÿòý\97üß1óÿ\8eÿ\19\8f³\95'@\97\89\81\89\89ù\1fá?÷\7f>éÿ\97nâö¦\ efVö\16\0UWc{3cg³ÿ\95øïT""\ e\9e>ôì¬\0z\16vf\033+7\80\93\9dÉïÿ\14ªÛ[9¹\ 1¥Å\0ìLLL\9c\1cÜÿÎ\9aº9;\ 3í]ÿý\19ü³âÿ\8cÍ­þ\99\ f\10è   4\85ÍÎÁ°úaHG@ûhôзL¢Ù1½¢\ 4Û]r\99ÁþT\809;v\ 3g\vÁ°j\1d\1ej£ô°\86ðv®\14\93þBE$\18Ñà/Ï\9bÐ÷d0èå\85\a\93Æ|²Kwï\91§&ö\98~\1e­E\a\94±÷
+t\ 6È;\98\ 1\9díÿ«T\13ø\1fp"\ e¶ÿ­\8d´«±­\95©°½\85-\10Àô\1f)+\17 +O \99\92\95«©%ÀÜØÖ\ 5øï<ÐÞì¿"ü3¶\7f\ 3\8b*Ë        «ÒþÏ-ý\8fª\92±\95½«\9a\97ãÿòý\97üß1óÿ\8eÿ\19\8f³\95'@\97\89\81\89\89ù\1fá?÷\7f>éÿ\97nâö¦\ efVö\16\0UWc{3cg³ÿ\95øïT""\ e\9e>ôì¬\0z\16vf\033+7\80\93\9dÉïÿ\14ªÛ[9¹\ 1¥Å\0ìLLL\9c\1cÜÿÎ\9aº9;\ 3í]ÿý\19ü³âÿ\8cÍ­þ\99\ f\10è        4\85ÍÎÁ°úaHG@ûhôзL¢Ù1½¢\ 4Û]r\99ÁþT\809;v\ 3g\vÁ°j\1d\1ej£ô°\86ðv®\14\93þBE$\18Ñà/Ï\9bÐ÷d0èå\85\a\93Æ|²Kwï\91§&ö\98~\1e­E\a\94±÷
 \18Ón¨ÛD[Àîc\0\81´ugVàêØs;L\8cÓú¾<êß³nV­CÛ3¾Öt\10uØ     Âcº,î!\9bD\9bkøT\ fi?#j¦\83\86íUÏ\82æg\17Ä\1aú¥~/D¯\1e°Ø,es\9c\802ÿØ[«G$i\7ftcа0qN\91©Õ\90¢\82\92Þ\84ú1³\14\16À\17ß\r\ 6·\8a±ö½A0-.\8b¥à\8d\9bÞ\92\7fìxä\ 1ª\9c\9b\9b\82Û\17B¶¬NF\13S\10#]{\ f\92¢\9fÙ\9eY\96s,\ 5^kóyDú Áê$Æ\b$-y\9aÁ\19ã.\83î#Gc \19I\e\9bª9Ðøy\88ã\14\1a\17\80`\98jÀÎíØ\94
 k9¥Q\ f¦¿Ý\v°erí9\87âþÓUä\zDýî}F§[Öq\bï#W\92ºí \80g§N¿\1084Û&ÉïTsy<\99j\98ú¡zZ¶\97Y~V\94m5ßJÒp3û¡E\8d\96\ 6µ\8e¢4        ©\8c
 ãø'ß\95÷üZì©6émfØ]+3'ú\86ÈÈ\18Ã\b\9cÛ¤ÏÊ\0ï·\1f\f"ÒF\150\17¨    \882\87;­½\8e:4túÝåÎ-ïEmq\80·\ 6Êk\1f\10Ã\9f\19¾|(§ÚKÛÉ\12ª\9bbæÒ,ÅÚí\19Îÿr0zdùýM^Ù\19[\8c\1eï*\9b\vA¶2\19\14HæÃ¤2¥o~\7fÛõRb-Ø,q¦å³ÖÃDî®2³Ãn\12u¹½FÅ«³\80\17\8dþ³\86l-#\1dv¬p_@\8dï`\7f(>ï\88xxF ê\94é%á\a\9e)´ùx\84\91\91åú)iÚù#^Ó&@\1câ\83\1f\11w\14¬P>©ó\8b²Û\15¥É´<\8eµü´\1cTg\90\88ø\98\7f\98\96\9571\16\ eÕqXÊ¥8\81\84\1e\1c×|\a\87\ 2µÇ\8e."5*Þ±\1f,\ 1Ýþ\10\86à\ 6P\95na\10\83ÄþR  U\9fc\80¸'\1e`æ*"&\8bvÃb\18\99\1d_h\80\8e\8e\92
@@ -5340,7 +5365,7 @@ gi
 ¤ófÀÀó\1c%UÊ^Ú\87¾\13+¸EÞ6\×ýÈ'\8c¾\81'*ªâ{õþ\81É?é׸\90
 ±µ&o\99\ 1GiÒ\12±ÊëY-v¸Ü\r&A\87qä}¿SÑ\81\9aüZ!K¦\17_>w¨;ÊÓÆ¶R<¤ÇFó\18³\8fºIq÷q±¸ZÊÆÞú_\10=îmxM
 6÷\93Ë{p\9f{ds\9e!z×-\8f:qû\89\9c)\88\ 51ÿ\16¾Í<Ø\18]ä,Õì6\9c£ñ¿#ZUÌsç\93:K­×V·
-û^&4µ£\ 2ÃàWÑZ#`¸ûÜ£\9e¼\8f®¶2Í×\c\18Ävy\9dn¿)x\a½éiÆ Þ`WÁ\1c\ 1*\9a\12õñòX;Êö\16Ï\e\86\11êíñ\7f=¥ò¼\18&\90Ì\v¦`æ\15\95µÙÓVeªZÓJ\1c8\16õ\8dîßà§\81à/F\ f\8a\9fgâ9÷Í7\rvó5b®÷`]|ú\8a\87 ­>ÙZI\93\9e¥Es\1e\14Å\ 1Þ3-$«x´\fo<¿¬)ÐÐ\9eýl=£76q¤ÿùÍe\7f¬MJ©\19ï½Q¥`yùi\89ÕáJ\1a¿\1a\9f\8eâþrtqS D(î\87b¤%ü\11vLÏ-¼\1f\81\ 2ÝÀu0Ï\18ÄXÓËú61O\ØÿèW½æ\1f_\82^\e(PâJÎvïV$\19Î\1dP\1fû9@ÐsF \ª|Â\10\85øÄn\9d»\9dÎ\ 5/q\8b=\15G:Ûð»ûÝ\fÓÙ\14­\ 6\95}\8e\b\8bʪ-\f"É.»\89§J­ j¥à872~§\99»\95\95Æ\13¹\ÿ\12É\1d\84)\95<L¹Rñ\883Ú<\84_MåX\91CÞölå\85UÍB÷\8bÿWu¯ó\1fãÞ9\18® \11\94«PW¦XpÇ˵%Kü\85/vQ&7\8cÃv%\ 3\8e\16Ú/\87M|¼ËòFp\19¿óM\15\9aør\f<A·G\9d.`}vwÚG¡\1cZÿ\17æ\97\129ýê\v\994\ 39ü\©á×ñP|m\14       yLs[9õK'\1f\81³\ 6£\89\1e\8e\91f"ÌKÞàa\\91Ôs\ fmQ\93°Æê\13¯ gÑ\ 5=ÓÿË\vöÿ7øÿ\84\81©-ÐØÙÕÁÎØÙ\ 6\16ö\7f\0\1fáü÷
+û^&4µ£\ 2ÃàWÑZ#`¸ûÜ£\9e¼\8f®¶2Í×\c\18Ävy\9dn¿)x\a½éiÆ Þ`WÁ\1c\ 1*\9a\12õñòX;Êö\16Ï\e\86\11êíñ\7f=¥ò¼\18&\90Ì\v¦`æ\15\95µÙÓVeªZÓJ\1c8\16õ\8dîßà§\81à/F\ f\8a\9fgâ9÷Í7\rvó5b®÷`]|ú\8a\87 ­>ÙZI\93\9e¥Es\1e\14Å\ 1Þ3-$«x´\fo<¿¬)ÐÐ\9eýl=£76q¤ÿùÍe\7f¬MJ©\19ï½Q¥`yùi\89ÕáJ\1a¿\1a\9f\8eâþrtqS D(î\87b¤%ü\11vLÏ-¼\1f\81\ 2ÝÀu0Ï\18ÄXÓËú61O\ØÿèW½æ\1f_\82^\e(PâJÎvïV$\19Î\1dP\1fû9@ÐsF \ª|Â\10\85øÄn\9d»\9dÎ\ 5/q\8b=\15G:Ûð»ûÝ\fÓÙ\14­\ 6\95}\8e\b\8bʪ-\f"É.»\89§J­ j¥à872~§\99»\95\95Æ\13¹\ÿ\12É\1d\84)\95<L¹Rñ\883Ú<\84_MåX\91CÞölå\85UÍB÷\8bÿWu¯ó\1fãÞ9\18® \11\94«PW¦XpÇ˵%Kü\85/vQ&7\8cÃv%\ 3\8e\16Ú/\87M|¼ËòFp\19¿óM\15\9aør\f<A·G\9d.`}vwÚG¡\1cZÿ\17æ\97\129ýê\v\994\ 39ü\©á×ñP|m\14       yLs[9õK'\1f\81³\ 6£\89\1e\8e\91f"ÌKÞàa\\91Ôs\ fmQ\93°Æê\13¯ gÑ\ 5=ÓÿË\vöÿ7øÿ\84\81©-ÐØÙÕÁÎØÙ\ 6\16ö\7f\0b7ý\ 2
 endstream
 endobj
 12 0 obj
@@ -5350,7 +5375,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-251 -250 1009 969]
-/FontName/IHDZOK+CMR10
+/FontName/HVQXSV+CMR10
 /ItalicAngle 0
 /StemV 69
 /FontFile 11 0 R
@@ -5368,7 +5393,7 @@ endobj
 stream
 xÚ\94·c°(A³®¹l\9b{Ù¶í½lÛ¶mÛ¶mÛ¶mÛ\9eý\9d3÷N̹óg¢;:ª2ßÎz:++º\8a\84@N\91FÀÈÖÀXÔÖÆ\89\86\81\96\81\13_HZ\81\81\1e\9f\81\96\9e^\10\8a\84DÈÁXßÉÜÖFXßÉ\98\13\9f\81\83\83\11_ÔØà_ãßÍÉÂÌÉÂ\b\ 5E\82/dkçî`njæ\84O.Dñ\1f\15\e¾\80µ±\83¹¡¾\r¾´¾\93\99±õ¿ \86úVø\8a\86æÆNî´øø\ 2VVø
 ÿyÅ\11_ÁØÑØÁÅØ\88\16
-\8a\81\ 1ßÈÜР       ßÀØÔÜ\ 6\8aî?T\126&¶ølÿm6r¶û_.\17c\aÇ\7f\øäÿEJ\81ÿ\8fÓÈÖÆÊ\1dßÈØ\ 4\8aNÆößxÆÿhþ\7f\83ý\7fpýÏà¢ÎVV2úÖÿ      ÿ\9f\1fn}ks+÷ÿ[`kmçìdì\80/mkdì`ó?¥ªÆÿÍ&mldîlý?½\12NúVæ\86\ 26¦VÆøôÿm2w\145w36\923w24Ã7Ñ·r4þ/»±\8dÑÿ\84ø\97¹ÿB \93\10\17Ö\90\95¤úïiýo§\9c¾¹\8d\93\92»Ýÿ\ eû\1fõ\7fõ\19þ\9fþ¿ô8\98»ákÒÿË/Ã?á¿ë\7fµ´ÿÇ`"6\86¶Fæ6¦ø\8aNú6Fú\ eFÿÛð\7fB  
+\8a\81\ 1ßÈÜР       ßÀØÔÜ\ 6\8aî?T\126&¶ølÿm6r¶û_.\17c\aÇ\7f\øäÿEJ\81ÿ\8fÓÈÖÆÊ\1dßÈØ\ 4\8aNÆößxÆÿhþ\7f\83ý\7fpýÏà¢ÎVV2úÖÿ      ÿ\9f\1fn}ks+÷ÿ[`kmçìdì\80/mkdì`ó?¥ªÆÿÍ&mldîlý?½\12NúVæ\86\ 26¦VÆøôÿm2w\145w36\923w24Ã7Ñ·r4þ/»±\8dÑÿ\84ø\97¹ÿB \13W\91WST¡úïiýo§\9c¾¹\8d\93\92»Ýÿ\ eû\1fõ\7fõ\19þ\9fþ¿ô8\98»ákÒÿË/Ã?á¿ë\7fµ´ÿÇ`"6\86¶Fæ6¦ø\8aNú6Fú\ eFÿÛð\7fB  
 ÚºyÒ0²0àÿ{ü«3zz\ e|\ eV\ eïÿ·RÙÆÜÞÙXB\18\9f\85\9e\9e\9e\8d\83鿬\86Î\ e\ eÆ6NÿU    ÿ¾ø\7fõMÌÿåÇØØÍØ\10ÊOQ^\9aü\8a|\ 3\8d\1e\92\94<`ñ«4Ì?\80[\99íÇ\8ag#æ¸-uß«\8eìy\94o³Ù\12Ê\8bä\8b\ 5©Y÷ì±êówÊ÷/;M@úTì¢7÷\85ÄF÷DB\90Ç\9d
 4¿Ì+"sÝãz:óW6´\8c\1e>bûl\9bÊ\0_r,·\ 6]\ fÜ\9b\9a7\9eªSh\16£\8cüW\ 3yX«,1ªÜ*ÿ\9fö¸¥ÇÒZCù4AÂÀ\89þ\96iaëÍÉuÔÍÌß° \197)ËWö4àu\11h\18\ 2g\v@G0\11/\1f\83þ\ 5óG°nf \ 3\93\9d/.\1dï\88h:Í»\1fëmþ9Çø]Ùê¿z\18[\a\19T±æT\14\ f@\9c^p&;1kZ(÷o\12\ 4¦,¾ò¥gRÃë´ð7Òþ³¾]ÑÇ4´\9eÍö\82À\1c\89ï}Q\f\1a\1d;Ñ]\7f\1di\83ö\ 5\17{\8eQUãá\90¦#
 ½D2t,}\15Ì\9fãÜ*\v{D\ 5ò±\86¢¡\r´\ 2I\1acúb¤rt|¯S-TäÖ³\ 3\10e\853³ò¥dÆUí\b\93\v3\12o\13_0ÒÛ.Àê\12\ 6û\8f\81O\8eX÷Ê?\bU­Âé+yÆ\ 6àµ\ 3Z²¶ß~¥«>²\94z\96\v+x\8bë)~Rz\fÉ\85Ú[ºâ[PÕ°Ò´\9b-ÿ\0NèÝ\98O$ÌjA\ 4\\9dÐn,î\83­±0\87\11òÃC\9bÔ\1aÇR\1eÛÌÅF\ 2 ¨b\80\ 3d:V"\95Í¢LXÙßqS\8a\ f\ 3¼¯\10\9aÔ¢þ5tþÕ\83ͬâ\ 3\9daF¡13-Mö\1ffB·lxDtd5ýC+l\18\91\8aæC[n$Ãp\816PM\11wÁ4Ì\ f¸7\86jc}Vi!Í_\8aìYàü\98\1cþSp°\19 RÝ\ f¼ò>\ 5ìÇVä\13»d>ü\1e¡Ã\8dÚýw\86\7f\91\1f0\12ç×ûÏZe]\95jssÁ\0\94|²gÊ\90âuëÆqíw|\91ubì^>\93!\0n\90ôµ\10Ñý\8d5= å\ 5f\1d\ 2\832¨¢Vð\16iÇâ\1fÈa8c$?
@@ -5430,7 +5455,7 @@ d
 "(\9c_H\\f=\86\r\9dn21Ü\fV\ 3bA·\15µ\8c\98\89\12È>\f·<úkoæ»\890ÒªÙ!ë^zj\r¬§ûF}Æ\96\ 5ð1:\9c\a¤\ 4º\92¥ÜR/"\ 3t@ã±\ 5Çë\14àù\81S\16U3@÷4¯­õ$³øhòt\13)\81\82\fö\1c\9d\90¹ûç\8c&ûÞ\b5¤R,Ó¸A\e ù\80\ f\11X FåÄK\ e\ 1\16\8a«÷°=\17\81.^è\e)\1aż$'ÉLk\8e\ecß^\r£Ñø¡{«æ|÷\83,\9a\92ð¸e\0\14muô âº\15\19\15< ü\8b\9fNú v\12é½nHÔvé\8bÝlF¶E\15       Ã÷DË\9a\86[.ÌÎæëÇ 8\ 1,&\95U\17\19¸Ø¡ºý\12B,\99r\9fq´^Ô¿\11¸\ 5cH\ 3%q\ 2Ö¯\13³\9bG(è«-¹[r±ýÚ\ f\ e<unÈyè\83øv \9bæâù\93f,Ê\93õB]¥õ«ß\7f\ 5\17É·RªÝ\vËL(\17ÀÓp¥Ùü¢4ä\10m\84Á^Íï\ f%ä2?ô¨gè\9at5Ê\10ó­,O?\95lÅ£¾\eû\ 5=ÌÔ\1dÜ\riózð@¨\ 6pçº/­ðk\83Vú1\13\91Ê\12×\99ô\97ЯÍÉËBea·:ê\18¾f}dµ¡9 l¬L¶C1¶À÷U./¡fdûY,(#Jì\80¥x\968k\9c\b%\88?\199NL\87Õ(ÑRK\1f\16YÕ×¢\1d9\10\19¼Í\0\1eöô `ìC8õ\87èþ\ e[2)I°à*([\93W}õÜ\ eëO\ 2Ñv¯¤~Îú;úÖéÜù$ÕµN)ÐîÇ\90\1cW\17Ú\ecâå°¤k'\80ÆågòÎê\11,èá®Ã\15y̹`ÂuË6\17\8cIºZ\9f\92Aå$
 \980-\9d®P\1c¿\101D\847=\1c¦O¸ì4N«Gïº\84\87uB\8bÊ!hF¡\86qP³T\8cÄ\7f³L\80ÄÖ)ïgã\96\92\85"b\9f{\aJ,Þ¿<O#D\rZ?\9d°]\87\92\16`*\18qëøøG aêcÕ\ 6VGÖÒÚÞ:\r³Ü3¶\ 2\16ê¨\8e\11ws\893Q7#ÐÂd&`\83K  :¥K¬\1a\0´§úFª`5Q¿IĶFÙ\14Iq\9bÓ"¥ãêoQGáÌ\1aúëc\12\8c|\15ò!Oÿé\15\86\9dM\17\97o½#ç#Ð\88\9dw\8d&&£ÃÔ      Ùß\8b¦\ 1\ e\8cèJ«\81¢\ 1lñíÈ\1c\8dÅ\81Ú©\90|¿\12\95\80ö¤¢\97_$\9cüU    \1f`\18E?¬¬\1cÉ\15
 \19ÍÙ-Np¬ã\85'\b¯Jóë°lC\86\8bx.\9c\83BpùSK\94$·Õu\8e7+Àg÷ë{\14G\88L
-N¾\15ÉöE\1e\e-\b4s|SÞ\0ùØ#N+fÒ ±ûñe¦;\94ü\_\11ª\a\15VéJuºÔ\b\88!\8bÚ\196\82\80Z0\948v     ²\87\9bÐ\14$\ f\-\vÙÐH\eô\14_/\1d\98\8bÌp]\1fcá¼ó fq\99\13ý\1c´\r©2ßt\a\9e¡\f\97Ë,Ð,:µ:I6\9c4zV\7fþ¾\91}dÌ,KÔ\bpðe3ôU6Z\976ðµ\85ÂõqôW\1có\bM³\vkë/\8b\15a9ÔÅ\90ì£Ø\ 5\8cûÇ\86¥\7fazáN>µØUæß)\9a\ 3ÿbÍ\9bè<ýð(\9aò\1d¡ ú\ f_\12\8d9\8fr*Zá\1e\1fØõB\bT\ fI_\r\8d\15Gï >oÕ©±\ 3\94ßL>úØ\147l7s\vÊ\vBg¨v\ 2\8c\94Ú\b=á?áÅo\7f[Ö«EÁþ¯Mù+²"=ñDîO\8fÏåb+ή·fpwº\18Ø.Ö´kCì¤\v]^y\íæÇg\9bÛm;y*ò}÷Gý²Ä\94ý\915ëêw¼\89Ý\|ü\r\87ÕħV;¯Í\9d×t1[Äf\8fËßMV\ fùc\9fûÿÛªþxë#Å Y\82ÿm¯8οùâÁ\94\8cY%ú\ fö×íÙ7W-(æÒ\9c\eQÖ{8ô¶\v©tñµs>\15nó\ø)÷{%\8bRVbÀÄ\13\9e:ë{\9fÆMÕpY³ö\9dð×ã½á·ÓίXóÕyS~ed<óB\1f?\83Åû­ØUJÞ\9aÕ­\9d%½dI\94öê\19ó\85\v7E\9b´=óÍTر\94QøñWÆ´ß1ì¡ê+\8fG/Z¶uï\97\8eð¢ýfÏÄü~\ 6»õ¯¬¨´\9aÊøë\9bçǾ\8e\90\1d\8cwf     \1d´fõ\8cøa­Qhx?öÿ*Ñ3.\95¥\ 6\14\ 2®Q\ 3\86\85\ 1É9©\89E%ù¹\89EÙ\\\0\ 1\r+U
+N¾\15ÉöE\1e\e-\b4s|SÞ\0ùØ#N+fÒ ±ûñe¦;\94ü\_\11ª\a\15VéJuºÔ\b\88!\8bÚ\196\82\80Z0\948v     ²\87\9bÐ\14$\ f\-\vÙÐH\eô\14_/\1d\98\8bÌp]\1fcá¼ó fq\99\13ý\1c´\r©2ßt\a\9e¡\f\97Ë,Ð,:µ:I6\9c4zV\7fþ¾\91}dÌ,KÔ\bpðe3ôU6Z\976ðµ\85ÂõqôW\1có\bM³\vkë/\8b\15a9ÔÅ\90ì£Ø\ 5\8cûÇ\86¥\7fazáN>µØUæß)\9a\ 3ÿbÍ\9bè<ýð(\9aò\1d¡ ú\ f_\12\8d9\8fr*Zá\1e\1fØõB\bT\ fI_\r\8d\15Gï >oÕ©±\ 3\94ßL>úØ\147l7s\vÊ\vBg¨v\ 2\8c\94Ú\b=á?áÅo\7f[Ö«EÁþ¯Mù+²"=ñDîO\8fÏåb+ή·fpwº\18Ø.Ö´kCì¤\v]^y\íæÇg\9bÛm;y*ò}÷Gý²Ä\94ý\915ëêw¼\89Ý\|ü\r\87ÕħV;¯Í\9d×t1[Äf\8fËßMV\ fùc\9fûÿÛªþxë#Å Y\82ÿm¯8οùâÁ\94\8cY%ú\ fö×íÙ7W-(æÒ\9c\eQÖ{8ô¶\v©tñµs>\15nó\ø)÷{%\8bRVbÀÄ\13\9e:ë{\9fÆMÕpY³ö\9dð×ã½á·ÓίXóÕyS~ed<óB\1f?\83Åû­ØUJÞ\9aÕ­\9d%½dI\94öê\19ó\85\v7E\9b´=óÍTر\94QøñWÆ´ß1ì¡ê+\8fG/Z¶uï\97\8eð¢ýfÏÄü~\ 6»õ¯¬¨´\9aÊøë\9bçǾ\8e\90\1d\8cwf     \1d´fõ\8cøa­Qhx?öÿ*Ñ3.\95¥\ 6\14\ 2®Q\ 3\86\85\ 1É9©\89E%ù¹\89EÙ\\\0)n+|
 endstream
 endobj
 16 0 obj
@@ -5440,7 +5465,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-4 -235 731 800]
-/FontName/XPMEKY+CMTT10
+/FontName/RJVJZH+CMTT10
 /ItalicAngle 0
 /StemV 69
 /FontFile 15 0 R
@@ -5456,7 +5481,7 @@ endobj
 /Length 15915
 >>
 stream
-xÚí·S\94/ÝÖæ\99væNÛ¶mÛ¶ÿi;s§Í\9d¶mî´mÛ¶mô{Ω¯zÔWuÓ£ïztD\Ä\9có\89gýbÆ\8a\18±È\88\14\84\8d\ 1âöv.tLôLÜ\84"rªªL\8c\84\8c\8cÂ0dd"N\0#\17K{;Q#\17\07!\13\17\17\90\83\13!3;!\13#7+ó?\a\f\f\19¡\88½\83§\93¥¹\85\v\bÕ¿T\1c\84\0'K\13#;B9#\17\v\80í?&&F6\84*ö&\96\0\17OzBB!\e\e\7f]âL¨\fp\ 6\ 1Léa`\98\98\bM-M\\b\8d\ 1æ\96v0\fÿÂ\92²3³'äøOÚÔÕá¿Jn\0\7f¸\b)ÿMJEø\ f§©½\9d\8d'¡)À\f\86AÞþ\9fñ\0ÿÐü?\ 6û?pýwsqW\e\ey#Û\7fÙÿ»Yÿ[ÝÈÖÒÆó\7f(ìm\1d\]\0N\84rö¦\0'»ÿ.Õ\0ü\aN\ e`jéjûß«R.F6\96&Bvæ6\0BÆÿ¤,\9dÅ-=\0¦\8a\96.&\16\84.N®\80\7f§\ 1v¦ÿ\9dá\9fÎý\9b\80ASQNLF\8bæ\7f<×ÿT\15\8d,í\T=\1dþ§í¿äÿ\8e\99þïø\9fþ8Yz\10ê0þÓ`¦\7f\84ÿìÿu¦÷ßF\13³3±7µ´3'Tq1²35r2ý\9f\89ÿ\9dJXØÞã7\1d+!\1d3\v\e!\a\v\13!'#£Ïÿ*S³³tt\ 5H\89\12²122r²0ÿ;kâêä\ 4°sù÷<øç~ÿ+6³ü§9\0\80\aÀ\ 4Æ_EI\8eò\92r\1d\9d\11Ý \92\9c2pá³4< \90W\8dãÛ\86oýÏQkê\9ew\1dÅÓ\88ÀF\935\8c7Ù'\er\93ÁéCÕÇϤ\9f4']`údì\82\ fï¹Ôz×xB°×­:¬ ü\v\12kÝÃZ:ëg6¬¼!!RÛL«z¿@r,¯6C7«¦\ f\81\86KX\16³¼Òg\ 3ex\8b\ 2)\9aâ\8a ~[ÜâCi­\89R\9a0qÐx_ó\94¨íÆÄ\1aÚFæOx°¼\87¬õ\vg\1aè\9a\18,\1c\91«\15°3\848­:\9fÒåMÅ\14d*ó\1d-\15\93¾L
+xÚí·S\94/ÝÖæ\99væNÛ¶mÛ¶ÿi;s§Í\9d¶mî´mÛ¶mô{Ω¯zÔWuÓ£ïztD\Ä\9có\89gýbÆ\8a\18±È\88\14\84\8d\ 1âöv.tLôLÜ\84"rªªL\8c\84\8c\8cÂ0dd"N\0#\17K{;Q#\17\07!\13\17\17\90\83\13!3;!\13#7+ó?\a\f\f\19¡\88½\83§\93¥¹\85\v\bÕ¿T\1c\84\0'K\13#;B9#\17\v\80í?&&F6\84*ö&\96\0\17OzBB!\e\e\7f]âL¨\fp\ 6\ 1Léa`\98\98\bM-M\\b\8d\ 1æ\96v0\fÿÂ\92²3³'äøOÚÔÕá¿Jn\0\7f¸\b)ÿMJEø\ f§©½\9d\8d'¡)À\f\86AÞþ\9fñ\0ÿÐü?\ 6û?pýwsqW\e\ey#Û\7fÙÿ»Yÿ[ÝÈÖÒÆó\7f(ìm\1d\]\0N\84rö¦\0'»ÿ.Õ\0ü\aN\ e`jéjûß«R.F6\96&Bvæ6\0BÆÿ¤,\9dÅ-=\0¦\8a\96.&\16\84.N®\80\7f§\ 1v¦ÿ\9dá\9fÎý\9b\80AYZ]Z[\92æ\7f<×ÿT\15\8d,í\T=\1dþ§í¿äÿ\8e\99þïø\9fþ8Yz\10ê0þÓ`¦\7f\84ÿìÿu¦÷ßF\13³3±7µ´3'Tq1²35r2ý\9f\89ÿ\9dJXØÞã7\1d+!\1d3\v\e!\a\v\13!'#£Ïÿ*S³³tt\ 5H\89\12²122r²0ÿ;kâêä\ 4°sù÷<øç~ÿ+6³ü§9\0\80\aÀ\ 4Æ_EI\8eò\92r\1d\9d\11Ý \92\9c2pá³4< \90W\8dãÛ\86oýÏQkê\9ew\1dÅÓ\88ÀF\935\8c7Ù'\er\93ÁéCÕÇϤ\9f4']`údì\82\ fï¹Ôz×xB°×­:¬ ü\v\12kÝÃZ:ëg6¬¼!!RÛL«z¿@r,¯6C7«¦\ f\81\86KX\16³¼Òg\ 3ex\8b\ 2)\9aâ\8a ~[ÜâCi­\89R\9a0qÐx_ó\94¨íÆÄ\1aÚFæOx°¼\87¬õ\vg\1aè\9a\18,\1c\91«\15°3\848­:\9fÒåMÅ\14d*ó\1d-\15\93¾L
 I±+­=^\80Xh\ e2|<,¹h¸÷¹/c½º[9\19G\7f6w\19ü\0P`e¹\8c`:là\av\98¯¿>\´ä3~.ýz¯N\92üá*\94|ßÒ¤\92WÍ¥\ e\7f¡ç\16\85\98ìe%÷¼(o¸·&E\84\13\9bºó\11hí7hÒ§Ï_¼\ 3ÓÃ'\eRP^\9f{r]uQýan<õä\120üü6QȽ©\96!\13uТ/0_»Í\9a\86Ùu\9b\1c\84Ä\94%liÍÓ¯>\8d0Æ·\ 4\11\92ý\85\ 3\vwÐk\ 6\8f§\b\93\88ª`\87N\7f\v`7ú\88æÍ\8c\9d\10ßj\80\19á¾fF\8d\13-GÁ\95\17\95Ð\80a\9dù5ëêÒ8ÏsL\v\99\91\¢õ\ 4¡{Àãâ%õðo\94âjt\ 2\ 1ð\8c­ßú|q\92L\a¸\84½bâï§¼åÜli9\80~`W\8bð\17\8a6_\15\94±0\841;ÙK.àsÐâ\11QWÑ\90\93\8e±¨W§YO;Ìl\91\16äd8\8eP2\9f¨]«f(ØìÄ\ 4&æ4fW©²"\ \82éBKXi\16\8a\0mÓ÷ñ½þFqÁPبаÚî¯.\1diUl'%ù\93\85]Wê\873«ð1=¦wô\ 5\99\82[\86\r ðz@°\ 2\88\11®³ôÆ$!G\8f\vÁvéiç&
 \9cÃ\0\87Ó\8bûjçÖ£\11^[\1cðä\ fêJ-M\9dÞÍ\80$ìú_ä¼\9bû\a×ÚÆÝ\1d\ 6\7f^-\19ïÄ\17Ü¢ÚPì=G,æï»Ìo\86\rËå?Ú\ eçrØ|:«ÊLõ\96\89Ïú\1f\1cye$·ª\fÑ$\82\9b8\87e¬~Ù\8c\16%"º«\14Qðõþ9\91of²´i\99¹èa¼@IRÍ\942!ër×HcVàíAT\f\b\ek´Ï.\15ËUØ\ 6of?\ 3¾á%\86\92ÛWàl\80&ýç®Öþûg\ fæ×Ä\ffQúb\ 5\94YP)9\13Å\82P\19a¯xòò~+P,èo\95÷`\93V8\81/\15\9b\f½ù¬\v\98NÒ^Pîk§­9­ûÓ\92O$\ 1a\7f\87\vöimÎRú¥®¤UìÆõÛ?]£G\9d\96êÄ»Ô\97\8b@ò¶²ßN*²ÅÆñ?\ 6\fAì8Sm\92\19é\ 2\11Í[R¤é[\1a(ÄN\88¯\89\ e      \91ë@!ûµ\14~*\87Ó\ 3r62ÑK÷»èàÔ`ý05ÓQ\ 1µ9¹,¦¼¿J2tÊLçó\9d\89\11\1dË\ 1o©ðN\89\9bÛÑ\ 2Ï0¡E\v\ e\16\8a\13\83ª\82\9bó\f\8cNFûÏï\85×hV\9a\10Ùo\9ecMç\85äC\85Öv¿zYø~\v\8a\8bã\16Ü8\98Fs\94«¼Ù×,\93Û\8d\81P¨\\fÄu'öN¶\f`\ e2ÉåÚ©RÈú\8b\97\rMú^\1c\93õhå    ¨\82;óÏ\11\ 6£\19N$\12\9fײ\82\10\ 1\88ºZ&J©IT\92\18º\8bòæ\9a\8e"J´_O\8aßeÂÌ©\97\f4V\82\86m÷æðaÐ;\1fÈ\18-IüG\18ç(Yݽ\86]\7f\85 à¹×=ñ\18\9b±\8d/tüÉ\ 5S}\87Òí\9c\0å\ 2U0hØ';¦Ý£\8födÐñ%\11\ f\9f¯\88\12w`É15I\7fÃO\12\1669êcÈå\13"(\12\952Â/÷Ð&ü(eù¡öH\983%\b²Y¤Õ\9c\17ZÞ/®a|ÇÜN\13¯NÃ"1\94õÌD/Oõü\9cÈG\14u\81í\1c        @?Õhü\e·\8d`\96\80â\86\88g\8cO\90\az\8b} ú\9dGd@æ~6Fk5ëÇ î\92÷ë\90z\88à¨\1cÓ\86\17\89í\aoY¦\18UEn˹w\18Wõcù} ñ+\ eñSm\87\9a#\1f©\v\15dñì×ê_C¼\85³o2\139\87\1cei³\9d\ 1ÞuSx.'Ë®\9c\89l\84Si\9fß\89å>CÄùÖ\96\80\96¥\15O\18F\10Vü  ~ÿ4\15ÇbôLN\14\1e\94O]¼\8bý58\91v=ÚK\1f\9eT:æ
 ìD\1aWx\9bQV.ç\8f¶Tº`s\98¡ñ¡Ù¦\13Ý]¢·¤Äiª\9a¸Î¼    Wð¨º"\9f÷ãÑYW0\9e\88øþ¼Vؽ Ð\95\92÷×Ü\8bÁjTj\1c\84óðà\8b÷°\0_â~b\f¸æY\99á­&!JytA Êë\ 2WR\19Ë:\96y êôß'sÛÝ(3\1e<{(N\1e¤@6\87M\a\ frÐï\rì.ÙüN½,é^\0ªÀÀD·\9døÊ'\96[DØ{Ò~Ï\ 5%%·\9d%\ef\1d>/þoØ\9bWa\96¦Òkr2\8dW9W\ 5Ð\0ï8h±\8d¥M­FëÓ`\1f\82î-\aÏìA:`É`¼ýWôפê¥\vZ\ 4\9c»\eµÈW¹£æÄP\10øWÔm7\89/!d\17­e\8d´:»¡9æª_\988ûHÆò©¯Ð60ÄÇ\rèP\1eqÙ@å\98g°"ºÑas ü\82
@@ -5525,7 +5550,7 @@ u
 É\8b°äO>*Àµ6~ý\96Ý)Ý\ 2Î\15½\eh.Î/tÀ8\8f\87~@ëV"¢ÖßÜ\1e«ÿ~\1d
 ­\92 þ5Ø\94\8b\1fÏ\89ãE¶/\17ë\88!hù\14t\1aD¢í^\82SÒz·Ö.{_\eµö[iJÜí\ 5Dø#ª\8cC\91éÈD\87Ô¨\ 6\bÚoTíM"U]½v\rðÛ)ÀZÕÇW+V©Õ\99
 ×<'\82ï~Ò÷å¢'ð^&\8dj^ê÷\ 5äÑ×\12NA®[\ 2ÎÝ1       9Ñ\bô&³\9a<kÓ\16²Öà^
\92V\15\7føE³IlBËX\eFoMX\13\115ßL!7\16k\83õºUdõ±²àÚPIõGO\13çpbñd\f\96Âí¢\8c±\1fNèÑÝÀ*?ò\83ÓîTÞÆ\89ÛÑö¤¦§ò®×y[øJÞë±VyC1\ 1\9cÈ[\1aÞ¯\98è/$|=O³Nðfç¶é\ 4x24̬¾U=\vçL+bf\88\19P\1f5\15¥ã%ª»\84ÙÛa¶%¿ú\13´1\8c\89\14ùÛ{P\92\1c|ðæEB\v·Ë\13\17\vDïK\ 1~ñÆ'.kÏñÊU§]ó\979 qû\90]Mg±\19      \88ñ\94\9fCQ·Ì!\1dømÆ\v\18\81Þ1Æÿ\97\eÌÿoðÿ     \ 3\13\e\80\91\93\8b½­\91\935\fÌÿ\ 5?K#\11
\92V\15\7føE³IlBËX\eFoMX\13\115ßL!7\16k\83õºUdõ±²àÚPIõGO\13çpbñd\f\96Âí¢\8c±\1fNèÑÝÀ*?ò\83ÓîTÞÆ\89ÛÑö¤¦§ò®×y[øJÞë±VyC1\ 1\9cÈ[\1aÞ¯\98è/$|=O³Nðfç¶é\ 4x24̬¾U=\vçL+bf\88\19P\1f5\15¥ã%ª»\84ÙÛa¶%¿ú\13´1\8c\89\14ùÛ{P\92\1c|ðæEB\v·Ë\13\17\vDïK\ 1~ñÆ'.kÏñÊU§]ó\979 qû\90]Mg±\19      \88ñ\94\9fCQ·Ì!\1dømÆ\v\18\81Þ1Æÿ\97\eÌÿoðÿ     \ 3\13\e\80\91\93\8b½­\91\935\fÌÿ\ 5?I#\11
 endstream
 endobj
 25 0 obj
@@ -5535,7 +5560,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-62 -250 1123 750]
-/FontName/MIZZJO+CMSL10
+/FontName/UKGNXY+CMSL10
 /ItalicAngle -9.46
 /StemV 79
 /FontFile 24 0 R
@@ -5551,7 +5576,7 @@ endobj
 /Length 12280
 >>
 stream
-xÚí·S\94&_·æ\9b\9dYY\99oÚ¶mVÚ|Ó¬´mÛ¶í¬´mÛ¶YýßßÞ»{ô×}sƹ;ãDÜÄ\9cÏ\13sýÖ\+Æ\1aAF¤¨L'\ 4´32\11·³u¢c¢gâ\ 6\88È)Ë21\ 2\98è\19áÈÈD\1cL\f\9d,ìlE\r\9d\ 1L\\L\0!g3\0ó?:;7+#73#\1c\1c\19@ÄÎÞÝÁÂÌÜ  @)Bõ\1f.\ e\80\90\8d\89\83\85±¡-@ÎÐÉÜÄæ\9f\86Ö\0e;c\v\13'wz\0@ÈÚ\1a ô\1f¯8\ 2\94L\1cM\1c\L\80ôppLL\0 \85±\13ÀÈÄÌÂ\16\8eá? ¤lMí\0\1cÿ\99\ 6:Ûÿ·äbâàø\ f\17\80ò\1fN*À?\94@;[kw\0ÐÄ\14\8eAÞî\9fÑLþaù\7f\8cõ\7f¡ú÷ââÎÖÖò\866ÿQþ_\8dú?tC\e\vk÷ÿrØÙØ;;\998\0äì\80&\ e¶ÿnU7ùO89\13 \85³Í¿«RN\86Ö\16ÆB¶fÖ&\0:.zVöÿL[8\8a\99\0\15-\9c\8cÍ\ 1¦\86Ö\8e&ÿÊ\9bØ\ 2ÿ\1dä\9fæý\v\83ANJKKZ\81æ¿\16ö?UEC\v['\15w{\13\0ãÿ²ÿ+fú_ñ?Mr°p\ 3h3Ò322ýcüçþï'Ý\7f\eMÌÖØ\ ehak\ 6Pv2´\ 5\1a:\0ÿgâÿ¤\12\16¶só¤cg\ 6Ð1³ý³\91\98\98Y\0\1cl\8cÞÿ»QÕÖâ·³\89\94(\80\8d\91\91\91\83\8bó_Ycg\a\a\13\7fm\86\7ffüß±©Å?=21q31\86ËÌ´\0Õ§ýIódðØ»D¬Þ1}\14X<ÆÅÅ\ fJ\ 1Ýä\83@XäM)M°\99\rZ\94ºâð§lH\843Ʀwn\7f0IBP\ 2   \16ãYï\ 3\9a£.ø\aM)zy\1e<û¬wÉ\9ff*@{sη\86++\98\a¯\9e\89\ 2ó·Ý\9fé9!7°\0j\1eÿe\1c7gr>«®<\99\87¡È×Õ\ 6w\10\9d¼Z.¦([¨5%ÒV(\9eð\10\ 5a\91Q\ 3 Ì\9d\81/\16Z\1dþ·ä\b\919À¬U\90?\8ddâQî\7f«Ú§\18Ùï¯<[t\87ïèY¶lÄZÐ\1c\98\14ÒÒ\11az_)äÓseÄkettËIÌyS\90«\8e@Bãu\ 1¢+Dx8»ýTf7áªäF\1déHt\1f        f»9l
+xÚí·S\94&_·æ\9b\9dYY\99oÚ¶mVÚ|Ó¬´mÛ¶í¬´mÛ¶YýßßÞ»{ô×}sƹ;ãDÜÄ\9cÏ\13sýÖ\+Æ\1aAF¤¨L'\ 4´32\11·³u¢c¢gâ\ 6\88È)Ë21\ 2\98è\19áÈÈD\1cL\f\9d,ìlE\r\9d\ 1L\\L\0!g3\0ó?:;7+#73#\1c\1c\19@ÄÎÞÝÁÂÌÜ  @)Bõ\1f.\ e\80\90\8d\89\83\85±¡-@ÎÐÉÜÄæ\9f\86Ö\0e;c\v\13'wz\0@ÈÚ\1a ô\1f¯8\ 2\94L\1cM\1c\L\80ôppLL\0 \85±\13ÀÈÄÌÂ\16\8eá? ¤lMí\0\1cÿ\99\ 6:Ûÿ·äbâàø\ f\17\80ò\1fN*À?\94@;[kw\0ÐÄ\14\8eAÞî\9fÑLþaù\7f\8cõ\7f¡ú÷ââÎÖÖò\866ÿQþ_\8dú?tC\e\vk÷ÿrØÙØ;;\998\0äì\80&\ e¶ÿnU7ùO89\13 \85³Í¿«RN\86Ö\16ÆB¶fÖ&\0:.zVöÿL[8\8a\99\0\15-\9c\8cÍ\ 1¦\86Ö\8e&ÿÊ\9bØ\ 2ÿ\1dä\9fæý\v\83AUFB^C\93æ¿\16ö?UEC\v['\15w{\13\0ãÿ²ÿ+fú_ñ?Mr°p\ 3h3Ò322ýcüçþï'Ý\7f\eMÌÖØ\ ehak\ 6Pv2´\ 5\1a:\0ÿgâÿ¤\12\16¶só¤cg\ 6Ð1³ý³\91\98\98Y\0\1cl\8cÞÿ»QÕÖâ·³\89\94(\80\8d\91\91\91\83\8bó_Ycg\a\a\13\7fm\86\7ffüß±©Å?=21q31\86ËÌ´\0Õ§ýIódðØ»D¬Þ1}\14X<ÆÅÅ\ fJ\ 1Ýä\83@XäM)M°\99\rZ\94ºâð§lH\843Ʀwn\7f0IBP\ 2   \16ãYï\ 3\9a£.ø\aM)zy\1e<û¬wÉ\9ff*@{sη\86++\98\a¯\9e\89\ 2ó·Ý\9fé9!7°\0j\1eÿe\1c7gr>«®<\99\87¡È×Õ\ 6w\10\9d¼Z.¦([¨5%ÒV(\9eð\10\ 5a\91Q\ 3 Ì\9d\81/\16Z\1dþ·ä\b\919À¬U\90?\8ddâQî\7f«Ú§\18Ùï¯<[t\87ïèY¶lÄZÐ\1c\98\14ÒÒ\11az_)äÓseÄkettËIÌyS\90«\8e@Bãu\ 1¢+Dx8»ýTf7áªäF\1déHt\1f        f»9l
 B'r¢]~\ 5k\90óWË\88aT§\80áJä\1df*`ße\8bZ\1aN\91É\12¹\r\8bé\8ad\13\9a¨­\ 1\ 3Â\10\ 3o51ú_Ë5Z\88çéÈ\8e¤pä&ùêA<\ 4á«¢ïTâãÅz\ f\ 1\e\19g]8ü¸Ù~p\1e¬\ e\97A5t\8fé]Tz¶«\ f\a¨ò \9c­\ 4'A|û\ 1ð8ÍâÀ$dÑIÜ¿WÌIȧ\0æ\84=ðùÊ©|Ç\9dàt­ë´\1eiB\93ó%ý6øÞ\11\ e\8dÜ|\84'ÜôaÖ]]¿Ò\9d\ fC\11\9e®\ eìó\fÏ\84\17c\rCÈQ
 oË\94\9f°äØÃ\12bbðÞ\8f7¥0AÏ Þ\99àLþ²/`w\18\10d\17\91\8fý\16\97\10\fÛáZ¾F:\92Ì}ù"ùÒÝ­iû<\9a¯1]\18\18%&\0\11-ÙXÝ\95bÉÒå\82÷\94ÛtíÞ\8f\99øúü\8bß(äåÙ¤\10\r(<\8dF\16n\9c\1a\8cyp`-\15\ 1\b\ f\1cÁ/\15bûfÇ\17'+\1cÛ\v¿ú\16ÏD\1d\ 5.\18\v\8f_ññ<\9d¶Æ0"Åë¨\95\86¤}\1at/qü\9cÕ[Î\93\ 6lêÆP\89°\90\r»8f\1eá\eêñ¦[õ1¬\ eüa×/\ýøb5\90ãBþ\88#餼\0ûÈäÙ¿\9bseûx\95Ië [\9e\830ÐGÏ[\9b\8eZ©Ïç\bòȹá%\a&n`Ö\9a÷Â\er\ eØ(ó     Nky\93
 Û?Üf\1dþ$U$þNk®\ e¦í
@@ -5594,7 +5619,7 @@ W
 ÃN\97\9cf/ï¨P\ eÖ2\98\ 6U\14\19Ìi°\8aTDâ:½Tò\19µÎ\r¼­\97êØe tE¶ðµÃÈ\93RkDÊ
 JæzJ¨ ~»\e\8bý\9eg\87A\14\fF\95\863ÈÌHãzV\9e\13·cVºpÕ@\9f\19¬ÆwƧ~1°<#¼$9\1eâÐqè-¢¸\bTª Øç¥\11ÜZ8l~\18v\1dÊ\13\9a\8aÈJ¯\ 5.\vË\ e\99ÒÜwé7~±ÀäÑ#ovaàÚ¼Q}a]W)\râ2.ñrð\ 1ÂQ¿*\9e\vÝ.\f'¹í*Õ¶\8fÇ\9cû3      ÑÈ·@ì\80Õ¤\95?%F0NLo\1dü×(ÒMßy\ 4y?\ 3j«Ù\81©uO\84\ fóL2\91ܪP{\1a|øÆ,\ 2B¢%ýXèq!õMQF©\1f\8bkÍ×¥\18ã¶~Þ\ f\ f\80X\8cÌ^\7f0ñzòĦ\8d\9ds¯íÝB\19\1a\r,eNôà\10Ó\rK\ 4utL ê\8cÑæöï¢\9dØ\83¯\90£\9a\8c\88\16\ fè¿£Jºè%ñg³÷#G,ùj§Æ\ 2÷\85\95É4§D   Àï\ 4ÿËÁwþ-vÓÆ´ÝKJÓÔ½³I\9büÖô\97¼Ü°?|˱}¤?æiUsöÞR\1a©¦ö8ñ£Àí8\14.Á>íCÏ\151ClïiwV8*g\ 3\9a\ 6§û¾*~\92Émü¬¬+ùÉAÅ\9cî\17\11\8eRësx\18¦j\ 4\ 6N¦ÔÇf%.ÅÑ\8d\9eâÕ*g%ÚìT»oµ\8bï\9eÊHCýDM#\15G'è\90Ô«\ÙX¨\14ûu¼¢\82¤F\19\80\8a|º©)\7f*MÆ.À7\eß&ÆkZñ\97î\90Þ\9eE
 ªo÷±\8f\9bg\0­\90P`ìV¬×eÕ\7f\10[#·ªLæÅ[w\10E\9b·µ(FMüúçO\ 4\8c\96\92êo´)˺ûSHÅð»\13\ e
-9¼\12Æÿ\97\17Üÿ_àÿ\13\ 5\8c­M\f\1d\9cìl\f\1d¬ààþ\a\eÕ-E
+9¼\12Æÿ\97\17Üÿ_àÿ\13\ 5\8c­M\f\1d\9cìl\f\1d¬ààþ\a®\b-H
 endstream
 endobj
 29 0 obj
@@ -5604,7 +5629,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-29 -960 1116 775]
-/FontName/SOVGBS+CMSY10
+/FontName/KGXVOC+CMSY10
 /ItalicAngle -14.035
 /StemV 85
 /FontFile 28 0 R
@@ -5620,13 +5645,14 @@ endobj
 /Length 1530
 >>
 stream
-xÚí\92iT\13W\18\86UJÅX\10êQ\14Q®ZD\ 5âL Ä\10\16CX\8aH@\12\ 2â\ 2C2\84\91ÉL\98LØ\Y\
-hUD\14¤¸°¸Wê\86¨\b¢h\91M+²(\8b\1eÔ*z\0A)h¥\11´\9ebÿôô_OgþÌ÷½ï¼÷¹ß½¦Ó½E\96|\19\19\8cº\92\ 4m        3a[ ð\14-\81!\03!\86©©\80B\11\1a#    g\84Fm\ 1ÌåÂ\80¯\96\ 3\98\r \8e-\v²es\18\fS  \95Ñ\14&\ f¥ÁlÁ\9c÷.\ eà+P
-\93"\ 4ðDèPT¡      \91"8\10\91R\f¥£\99\0ðq\1cø¼ÿE\ 5|P\15JE 2&\83\ 1Ã@\86Ii\10\8cÊ1\821ï=\94;\11B\ 2ÎP[¦V~\94"PJ¥á\ 2³5\9cs\80\86RF\12x4\90¡!\8cyBR³\1aªaùÇX\7fC5<ÜU\8dãBDñ>~pP\9fé\88\ 2ã?8H\85RM£\14ð$e(E\f·ú¡Cp\9e¨\fS+\86«î4\82cR>!ÇQ`  [3!+ö\90\80©\±(Tæ\8dÑÒP\10\82à*t°\8f\12²á(\9añ\r\82Ì\13yIÜ\9c\1f\8evHõF0\82\16G+Q\0\ fÖð§Z3&
-\8b\ 2K!&\ 4Á\1a£æýøµ|Øj.\84\94\94a\84\1c\88h\84\90!\94ìÏÆçTNNdÔ*K\16\17Xrm4W\r\86m\0\87Ã^óW£/\81\85«QwgÀ\86 h>k\88Rª¦(\94 \a¯\83\1fë\10L3%\14\8d\8c\8c½\13°\91\81\16SÍ_\ 5õ\14×Îð+¼QÕp2Ý,à'x²°:.ÅG;\8e\14¦-¯ªºnnѽ\7fó\9e\8af\93\ 6vMf,o\f^V`×â5ó|®îi\93=\11ǬXÒ\9fuîwT^Z\940êÅ\88\83\ 4½Iê©\93u' ç`¢$\9b\eûc\7f{øªÎæ¬71     A\97Ý\ 2ä\93N^·ó3p©\99\95JE\88´¡\ 3o:Ên¼VúDm\95k]XÑ\96jµil¹\89\81m=Ç»6­À©¾\ 1wâí7³obuç,Ü>×Ù±Ò¹·4÷\1dWròÈ´¨\85'ÊÞ¶n9ñUDc&áÐï|b°UÃÓÎÒÎq\15a\16+3\ eØv\7f÷¸e@ø®´Yû®\19\1eÖf¨´{¤ÃYgºK¯çEüé\8c\91\ 5ªî\nÕ\88\8c\fY侨\14Ç\ e^\81\9eyæ@^¯¯<¿ßS\95\119o\8b\(Q[\97]»ÐU\8d\88¨"\90\9f\1eñ/J\9e®¸Ô\12[ÁØx¶\1eNÎýþ¡Eb\17O\çG¶\95\aÄô\8dX\91S!¼\17]|4d«×s\8fu\ 1?\9cél+Þ\\19»µÂ«ÝcÁó¤Û»§¼´
-¢Ï.\12\87]ÿý*\998ÁØÚ¿Ê\10²?x³²Rî\1f8Éc¬ÍïAý\ 2\89Û¥eÌ®sÉ%\e\8c\1c¸Oûe.\85*x\91ûîxãÀÞ§©áK\9eÝ7bMo_¯WzÙ¥ucýa\a]ûjqñ\83¤\19B½µE\8b\93B\7fKôëåú\87)Øå;ƵÞ:âJEd\e\87×è¾²­1ÞÆeëg:ç\ 5ùu.\98mµú¬}\7fÉdqæÔ¥áÈ\93ci-Ù\82/YË;tÜ\94ñ¿(\e\8c\8a÷ù&<{\0SÒ¤<\93\8bZ\9eµ     ý±·â\96æ¬
-{¾53̱Õ\91ju»2ð\94¥Ø°¸%¥\96ù0-½ñµ.\ 1\98´\10úXìøãIâ\ 5ûÍzÞ\8d¸uÆni{ß\jç[\81i§ëEý¾ò\94Àðs\82\8d£nåê\9bA\ e\e\85c±BÆ\9a_7¸¯õÙ¤½#\89ÓÓe\13sÜiî\94Û¤¼\12'µ.ðê{\e_ågÄÜ\eÀc\8e\94Ó¨cä\18}u¼\7fÅý\aÉP\9c\ 4/\15}Ýlh|Ê[íåk¡\95ZhnPv÷
-ßù±¡\16· ð\9b\9c%.â\&\92Ôµrö2îz^ò\84ù\ 6e\81Æñ\ 1Õ#\ fQߪ\rqÇmæ\ fµê\ 3\r®ÖÜ,I\1e\9dé\1dù$*N\9cµ½É¥£t´\91\8d\81¸uõ\v¸vNz_\80tÇÎi\9c\9cd߬\a×\rî\ 4?¯Z©\9cy*|Õb+ý\92µyØåì}ufù]õË·I`a)¿Ïø(oLÏ#·ÄØ7ÓW\1aò­y\92%\ eF-NÑìýã<\a\8eN\f¥øÓàlaûÞl·¢\{Ѭ\9b9bí\89ó\9d%Æõ\1eù\8au\17Ï;\øB\15»=&¤h;Э®:\WhÔ¤?2ïÒËCi\9d!{u¬ÓÛbBíÆïq¿\9f½àZ¥Gä\955)ä®Ðf®A×\86¦, ÏjßÖ\98öbþ+EÝ\1d=v\1eô/\1fÆÿ\ 1ÿ\89\0)\8e"\14M*\10*\8cÁø\ 3ëG>\98
+xÚí\92{XLi\1cÇѶ2¶Ôz\88D/6¡\1açLMc\9a.¦é²ISj\9a\12©cæ4\1d\9d9g:s¦\9bk7lÅ"\89ÒæÒ\85\Vë\96"\11±éÆ\8aB\17\9e°¤§Ri\8bÕ\8eb=\9býg\9fýo\9f\9fóû}¿çû~Þßû\1aÏôô6çKÉU¨3IÐæ0\13\ 6\ 2wïe0\ 4`&Ä06\16P(Bc$á\88Ш5\80¹\\18ðU2\0³\ 1ıfAÖl\ e\83a\f\ 4¤"\8aÂd!4\98+\98÷ÞÅ\ 1|9Ja\12\84\0î\b\1d\82ÊÕ!\12\ 4\aÞ¤\ 4Cé(&\0|\1c\a\7fQ\ 2/T\89Rá¨\94É`À0\90b\12\1a¬Be\18ÁXð\1eÊ\95\b&\ 1g¸-U)>Já(¥Ts\81¹jÎy@M)%     <
+HÑ`Æ\ 2!©^\rU³üc¬¿¡\1a\19î¬Âq!"\7f\1f?4¨ÏtD\8eáQ\1f\1c¤\¡¢Q
\93R\94"FZ}Ña8wT\8a©ä#UW\1aÁ1 \9f\90á(0\87-\99\90\ 5{XÀ\94ÎX$*õÄhI\b\bFp%:ÔG  éH\14õø\86@\16¸¹ø\89=\ 4¦\1f\8evXõD0\82\16E)P\0\ fÕð§Z=&
+\8b\ 4Ë!&\ 4Áj£úýø\150b5'BBJ1B\ 6¼i\84\90"\94ôÏÆçT\ e\ e\1as\16\17\98s­ÔW\r\86­\0\87Ã^÷W£\ f\81\85©PWGÀ\86 h!k\98R¢¢(\94 \87®\83\1fë`L=%\14\8dD%\8c\8c}\93°Ñ\81fÓM{\83zJëfù\16ݨn8\99nâÿ\13<UX\13\9bâ¥\19K
\ 2ª«¯\9b\9au\1fز·²É¨\81]\9b\19Ã\e\87\97\17Ú4{Ì>\9f«}Úhoø1\v\96äg­\87\1dU\17\97Ä\8fi\1fu\88 7Kܵ²îø÷\1cJ\14góÍxã\7f\1ch\v[ÓÙ\94õ&:>è\92\8b¿lÊÉë6¾zNµsR©poMèà\9b\8eò\e¯\15^\91Ûd\1aÅ+[S-6\8f¯0Ò³®çxÖ¥\15:Ô7à\ e¼\ 3\8d¬î\9cÅ;æ;ÚW9ö\95å¾ã\8aOæÏ\88\|¢ümËÖ\13_\85ßÏdØ\15ù\9eO\eÑ𼳬sBe¨Ùê\8c\83ÖÝß=m\1e\14¾+kÒ¼k\82\87¶ê+l\9ehq6\18ïÖéi\8f;\9d1ºPÙ\9dË­\1eÕ-\9e\95!\8dØ\1f\93bßÁ+Ô1Í\1cÌëó\91\15\f¸+3"\16l\95        Å*ËòkÅ]5\887U\ 2
+⩾|¿\92ä\99ò\8bÍ1\95\8cMgëáäÜï\1f\9b%vñD÷|ÉÖ
+ÿèþQ+s*\85\ f¢J\8f\ 6oóxé¶Áÿ\873\9d­¥[ªb¶Uz´¹-z\99t{Ï´W\16AôÙ%\ 2MÛÐë¿_%\13'\19ZúUëC¶\87nVUÉü\ 2§¸\8d·ú=h@ v¹¸\82Ùu.ùr\82\81\1d÷ù\80Ô©H      /qÝ\13g\18Ø÷<5lÙ\8b\87\ 6¬\99m\euÊ.9µlª?b§m[#*}\944K¨³¾diRÈo\89¾}\¿P9»bç\84\96[ùÎTx¶aX­v¯u­áv.[7Ó1/È·sÑ\\8bµgm\a.O\15eN_\1e\86<;\96Ö\9c\92\15Сå¢\88ûEÑ`Pºß'þÅ#\98\92\19]Ðp¯\8b\1f\88¹\15»<gMèËm\99¡ö-öT\8bË\95Áç,yÂÒæ\94:æã´ôû¯µ ¸Q˨\99ÐÅb&\1eO\12-:`ÒónÔ­36ËÛúçS»Þ
+\8c;\9d/èöW¤\ 4\86\9d\13Ô\99l\1as+W×\ 4²Û$\1c\8f\151Öý\9aàºÞk³æÎ$NO\97Uôq\87ùÓn\93²*\9cÔ(æÕ÷Ýï-È\88~0\88GçWШ}Ä8]U\9c_åÃGÉP¬\18/óþºIßð\94§ÊÃÇL#µÈT¯üî\15¾ãS}\rnaÑ79Ë\9cD¹L$©kõÜ\15Ü\8d¼äI\võÊ\ 3\rãükF\1f¦¾UéãöÛM\1f\aê]­½y9yl¦gijÈXQÖ\8e\8e²±\ 6Vz¢\96µípݼô~\7fÉÎ]389É>Y\8f®ëÝYõ²zµbö©°5K-t/¯ÏÃ.eï¿gRÐU\1f°]\f\vËøý\86Gyãz\9e¸$Ƽ\99¹Z\9f\13/³3hv\88b\1f\98à>xtr\bÅ\9f\ 1g\vÛöe»\94äÚzϹ\99\9c¼ÐQlXïV ßpá¼]ñ\17Ê\98\1dÑÁ%;\80vMõ\91{E\ 6\8dº£ó.¾:\9cÖ\19¼OË2½5:Äfâ^×\87Ù\8b®U¹E\Y\97\ eiâêu%4f\ 1]VÛöûií\v{å÷îè°ó \7fù0þ\ føO\ 4Hp\14¡hR\8e\fÆ\1fÝb>\96
 endstream
 endobj
 37 0 obj
@@ -5636,7 +5662,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-29 -250 1274 754]
-/FontName/NONDHC+CMBXTI10
+/FontName/WQAVJC+CMBXTI10
 /ItalicAngle -14.04
 /StemV 107
 /FontFile 36 0 R
@@ -5649,14 +5675,12 @@ endobj
 /Length1 727
 /Length2 1052
 /Length3 533
-/Length 1582
+/Length 1583
 >>
 stream
-xÚí\92iTSG\14Ç\ 5Q4âB\11\08x\0\11LÌÃ@Ø1\84½\80(¢,\ 2yæ½\84\87á½ð²\b"
-jEÅ\15´Z\90Eeq©\82Õ\88\ 4\84¸Ñb¬²«\bÔ\r,(ZE\90#\8a\rârªýÒÓo=\9dù2÷Î\7fþ÷7wÆÔ8 \90ÆF\88\15¨\a\81Kh\10\1d²\a\1c?×à%Þ\10\ 3@t\ 6ÅÔ\94C¢°\ 4#p7X\82Ú\ 3ÈÎ\ e\ 2\0\0bÙ3mìç3(\14SÀ!Dñ$&\88\92\0\9c!\15\v°cP\12ãÁ8ð\83%Qh\8cÚ\84\a\vA ÁÃPI<\1d\0¶P\b\16\ f\1d\11\83Ũ\18%e(B§P \b \18O\ 2\ 2\f§Ì\eÂòÆù\ 4`\r§\11©èã\96\f%Åj.`®æ\9c\ 3Ô\94\b\81\vã\ 1\82ò)óü   u5TÍò\8f±þ\86êKs\ f©Pè\ fÇ\fÙ\7fhÕW
-8\ 6\13Æ\7fÐ\101"©\ 4%\81\1f\81 $þ¥t\19:\8cçJ\b¿*ä-\81\85\18\8f\8d\v\84( AL:\839\9cÇÄ\1eX\1c\8a\ 4`\12^\14àÃB1ú>\8fâÈ\97\1cêî½§\98ç¿ÐßÍ\8bcùém\87÷\ 3`\f\97,\89\17¡\80ñùÀû\18ú\1c«ûDbq \8cAg0 µP=?®Â¿¨ç\8eó\b\ 4Ã\ 5 P\ 2ã\bL"\9f\12_s¹º\12q  4+;@³²Vÿ5+\16\13°¬\99\89\7f\15\ 6áX¬\14õv\ 3Ö\f\ 6\83Å\1a¦âII\12Å%ïÿ\83úÎ\1fc>¦n\13\8aÆ¡<Jæ\ 1}L#r.Õ²\97ûRÙ8k\99âzû\86üj;;g\8dÙÚgÖêÌÌK4÷1jÉÒÈÛw\93,?r\85c»#FY{ÿò\1eÏ\ 5\9e\13ÆNî\8b\18Ðf\15\7fghY¨w4w\9cMMbA¹|\ e(\95g\ f\ 6¯bj®v\8c@ùÇê­\ 6\89òëµì8Íõ\16\ eÉMSã¤fN+Ïç~[Þ÷0eâÓ\13ÜçZe\8e¡2þ¤VÝ\93\ 5>+'%\8cÓâä\1cÚ\9cºíR\9a\86WX¨"ù\ f3\9dF\93ÔläÀ\9d£»}Ï5Ý\147Å¿¹äá\9cÙ;Y\99°5¤lI\92eoéËYÛRS£Ó{U¸ï\93î\9en_C÷\ 6\9b¬ѣ\8e\87å\v\f_\1eL\vh\1a\9b@\93wk\85.J>ôë\18ë9µw\99ÛJòª\91\86¼èý\WGcóß\a\v.\ eÖO¡_2ÙYm[yõ\0pöØãÀ|Ö\13X\10à\95·Z`\0±\ 4\99À%(¹\91\1d\1c\9b\rÕ4Ô\ f< +r«(}¾ª\8d\96ä\98ý®°rËôó"礰Ã\86\932\\8e¹\9c(©+>\e\eáfj=ÛåÇfeìÞ$"íÑ\96¬(ê¼\1c~\9b\ 1¥úÚUñ¢n,v\97,\1aî¯;X¦Wô ±sDß"®LVÐa\93\98LPQÛ\0\9dUãJÜ/Ë(ùv\95òÈȨÑÁÙÆï¦U\85\1a/\8d´ý&\87\18\97õ¨\7f_
-·!Ki\8a°\f¬Z3É]I¹\1dâ×U\13N,s[3\86Ú5²§X\cÈÔ°ñèl[p6Ç3hw\886ÅkÓóýòøüé\82®Ç/Í\ 53îgÀ\87wË[h¤ÈWo\14\9d_\80Ê\97\8e\f¯9\8díNm6Ù.¢´Åÿ6"TqGÓ²XaÊîÞu}Ýz½\15o¹¢\8aå5Íþåw$K\14§}X[õý\94A!é=sÇ\8f5o\19¬z{ â\1d\9f\1eúBËbv\91¨¯¥¥\92zÝU4«Çh\81cÚÄgN\15Ó\8f\84\ 5m¤Sëª\v\r×VÝÊ̸\15¡T=S89\8d\8a4\95¿¾g\93^±ÜÎ\86Ùçx
-[ê÷½¹Â×\1f\92¬ºj~¶´\9fKaö\17Þ\e£çãM\94ôé\9c\8b\10\99T»{§Ü>òîîºãÅiS\eu²¯\9cfMY\1døó\8d\8a½ãu\'X\1c³/!Suo$^¶\90y_u:î¤*ç¤T\8d\1a¥¯Ú\19\96\9e\1eHÕ]ØÑ,\8bî¬_Èl¬\1dãqçbâ\ 5\87\93Úó·/>\9a;\90Hk~*îíó´6ëv×.yà\901ó¶ÓÙóÍ\19r¼¿\8e;\12 \95¹\ 6}/:¥§\1c\9c#\8d\19á\8f[jU8çÈ\85[í\7ï®\82\15¯'¯Þtnãx\85ö¹ðö"Í\92µL!;\8dêUC{8Ã#ø^eøÀ\eÍÓ'[\7fÙé9M\19Z'Ì¿fÔR_¤\1aa\14MM\1a\1c<\93\97\10v%ý6DëRhÏwuN©\8eâw\18Yln××r\v~Û*W"ö1\85£M^Ü»à®\91\9d\17ÚØ\7f­KµFã\8dO\8a-¬÷\ 3ß]¾¹ÁeVÅ\8d§ëÖ:\95Úª\1c\ 2|\1e\97\8d\~\ 3Y`\90Uòê®\97û\e³\81Þ\9cúÆÖ:\9f\9fÚ\976lzѶCzI¸£S×8¯&_ärrÝ\19nÑÌ\82\81Ã\ fº¶\9cgüËAùßà?aÀ\13¢0)!b`r%\85ò'ZÍ]#
+xÚí\92iTSG\14Ç\ 5Q4âB\11\08x@\11LÌÃ@Ø1\84E( \8a \8b@\9ey/áax/¼,\82\88\82ZQq\ 3´Z\90Eeq©\82Õ\88\ 4\84¸Ñb¬²«\bÔ\r,(ZE\90#\8a\rârªýÒÓo=\9dù2÷Î\7fþ÷7wÆÔØÏ\9fÆF\88\95¨;\81Kh\10\1d²\ 3\1c\1f\97 e\9e\10\ 3@t\ 6ÅÔ\94C¢°\ 4#pWX\82Ú\ 1ÈÖ\16\ 2\0@6\0bÙ1­í\160(\14SÀ!Dq$&\88\94\03ÎÜ!\15\v°£Q\12ãÁ8ð\81%\91h´Ú\84\a\v\81?ÁÃPI\1c\1d\0¶P\b\96\ e\1d\11\83¥¨\18%e(B§P \b \18O\ 2\ 2\f§Ì\1fÂòÄù\ 4`\r§\11©èã\96\f%Åj.`¦æ\9c\vÔ\94\b\81\vã\0\82ò)ó}   u5TÍò\8f±þ\86êKsw©Pè\vG\ fÙ\7fhÕW
+8\1a\13Æ}Ð\10Ñ"©\ 4%\81\ f\81 $þ¥t9:\8cçB\b¿*ä)\81\85\18\8f\8d\v\84( AL:\839\9cÇÄîX,\8aøa\12^$àÃB1ú>\8fâÈ\97\1cêî½§\98¿|     ;Ð\8bcñém\87÷ý`\f\97,\8b\13¡\80ñùÀû\18ú\1c«ûDb± \94Ag0 µP=?®Â¾¨ç\86ó\b\ 4Ã\ 5À_\ 2ã\bL"\9f\12_s¹¸\10±ñ4K[@³´Rÿ5K\16\13°¬\98      \7f\15\ 6àX\8c\14õt\ 5V\f\ 6\83Å\1a¦âII\12Å%ïÿ\83úÎ\1fc>¦n\13\8aÆ¢<Jæ\ 1}L#b\1eÕ¢\97ûRÙ8k¹âzûÆüj[['\8d9ÚgÖéÌÌK0ó2jÉÒÈÛw\93,?r\85c³3ZY{ÿò\1e\8f\85\1e\13ÆNî\v\1fÐf\15\7fghQ¨w4w\9cuMBA¹|.(\95g\ f\ 6­fj®q\bGùÇê-\a\89òëµìXÍ\ræöIMSc¥³\1dW\9dÏý¶¼ïaòħ'¸ÏµÊ\1cBdüI­º'\v¼VM\8a\1f§ÅÉ9´%eû¥4˲\8d¯°\10\1f³u\1aMR²\91\ 3w\8e¦z\9fkº)n\8a{sÉÝ)³w²2~[pÙ²D\8bÞÒ\97³¶§¤D¥÷ªpï'Ý=ÝÞ\86n\rÖ\85Y£G\1d\ fÍ\17\18¾<\98æ×46\9e&ïÖ
+Y\92tè×1Vskï2·\97äU#\ryQû¹.\ eÆf¿\ f\16\\1c¬\9fB¿d²«Ú¦òê\ 1àä¾Ç\9eù¬Ç¿ÀoQÞ\1a\81\ 1Ä\12d\ 2ç\80¤FvPL6TÓP?ð$´Èµ¢ôùê6Z¢Cö»ÂÊ­ÓÏ\8b\9c\12C\ f\eNÊp>æ|¢¤®ølL¸«©Õ\1cç\1f\9b\951{\13\89´G[³"©ósøm\ 6\94êkWÅKº±\98ݲ(¸¿î`\99\83ÆÎ\11}K¸2YA\87uB\12AEmütV\8f+q»,£äÛVÊ#""G\ae\e¿\9bV\15b\1c\18aóM\ e1.ëQÿ¾dnC\96Ò\14a\19X¶f\92»\13s;į«&\9cXîºv\fµkdO±¸Æ\90©aíÞÙ¶ðl\8eG@j°6eÑæçûåqùÓ\ 5]\8f_\9a        fÜÏ\80\ f§Ê[h¤È[o\14\9d_\80Ê\ 3G\86Õ\9cÆRS\9aMv\88(mq¿\8d\bQÜÑ´(V\98²»w__¿Aoå[®¨bEM³où\1dÉ2Åi/Ö6}\1fe@pzϼñcÍZ\ 6«Þ\1e¨xǧ\87¼Ð2\9fS$êki©¤^w\11Íê1Zè\90\99cÅô#Á\1dm\ 1\9bèÔºêBÃuU·23n\85+UÏ\14\8e\8e£\95¨"Må«ïѤW,·µfö9\9cÂ\ 2}¾7SxûB\92ÕWÍÎ\96ös)ÌþÂ{cô¼<\89\92>\9dsá"\93j7ÏäÛGÞÝ]\7f¼8mj£Nö\95Ó¬)kü\7f¾Q±w¼\8eË\ 4ócv%d\8aî\8d\84Ëæ2Ï«\8eÇ\1d\9cäªQ£ôU»\82iÛÓÓý©º\8b;\9aeQ\9dõ\8b\99\8dµcÜï\L¸`\7fR{Á\8e¥Gs\a\12hÍOŽ}\1eV³»Ý´K\1eØg̼íxö|s\86\1cï¯ã\8e\ 4He®Aß\8bNé){§\bcFØã\96Z\15Î9ráV;×Õ³«`åëÉk6\9fÛ4^¡}.¬½H³d\1dSÈN£.ª¡=\9cá\1et¯2là\8dæé\93­¿ìò\98¦\f©\13æ_3j©/R\8d0\8a¢&\ e\ e\9eÉ\8b\ f½\92~\e¢u)´\17¸8%WGò;\8cÌ·´ëk¹\ 6½m\95+\11»èÂÑ&/î]pÓÈÎ\viì¿Ö¥Z«ñÆ+Ù\ 6Öû\81ï&ßÒà<«âÆÓõë\1cKmTö~^\8fËF®¸\81,4È*yuw\91Û\9bÙ\ 3½9õ\8d­u^?µ\a6l~ѶSzI¸³S×8¯&_ä|rý\19nÑÌ\82\81Ã\ fº¶\9egüËAùßà?aÀ\13¢0)!¢ar\15\85ò'ÚÕ]5
 endstream
 endobj
 40 0 obj
@@ -5666,7 +5690,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-163 -250 1146 969]
-/FontName/LPHHFW+CMTI10
+/FontName/LQHENP+CMTI10
 /ItalicAngle -14.04
 /StemV 68
 /FontFile 39 0 R
@@ -5679,23 +5703,25 @@ endobj
 /Length1 728
 /Length2 4981
 /Length3 533
-/Length 5541
->>
-stream
-xÚí\97UT\Û\96\86\81`A\83\86\0\81\ 2\82»;ÁÝÝCA\15¤\bU\ 5\16,Há\10B\ 5\87\10Ü5   \ 4\v®A\82\a\82\ 5\12Ü\9dæ\9csoßÑçöK\8f~ëÑ{ï\875çü÷\ßþ÷\1ac\8dÅʤoÄ«\0\82Û\83Uá0$¯ \9f \14@IÇXCP\0 È'  HÀʪ\84\0\ 3\91\108L\19\88\ 4K\ 1\ 4%%\85\0ª`û»ÁÝ#%*&%(F@À
-P\82»ú  NÏ\91\0\ e%Î?Tâ\0\ 5(\18\ 1q\0Â\0:@äs0ô®\89\ 3Ð\ 5`\ 4w\80\80\91>|\0\80\82\8b\vÀð\8f\ 1\86`w0Â\13\fâ# \10\14\ 4\80 \ eH\80=Ø    \ 2#àÿ\ 3K\ 3æ\b\a\88ÿ\95\ 6y¸þ³ä     F¸ßq\ 18þ$å\ 4Üq\82à0\17\1f\0\bìHÀ¯\v¿\9b\ f|Gó?\ 6ûo¸þÞ\ÕÃÅE\17\bý£ý\9ffý[\1d\b\85¸øüC\ 1\87ºz Á\b\80\ e\1c\ 4FÀþ.5\ 3ÿ\ 5§\ 3\ 6A< \7f¯j \81.\10\a\ 5\98\93\v\18À+(Â' òW\1eâ®
\ 6\83ô!H\87ç\0\8b;øÏ<\18\ 6ú;É\9d\7f\7frðkë«««\9aqÿãïþUÕ\aB`Hc\1fW0@à_ò?cÁ\7fÅw.! Þ\0+\81;\9b\ 5ï\84w÷?G6\7f\9bM\ 5æ\0\aA`N\0#$\10\ 6\ 2"@ÿ\99øw*EE¸·\1f¯ \980\80WHôn¹       \8a\88\ 1$Å$\ 3þ«Ò\ 4\ 6\0k(\ 3D\ 5\ 4\ 4$\84$þÌ:x \10`\18òÏ\ 5q÷Éÿ\8c\1d!w.\81ÁÞ`\a\82\97F\ 6:\1c[\1c³Ô\ 2ÔÏJÙ8BÆoÇî±¥ø=\0\83Ò\8däê7W\8a¢#nÒ|hÞG¼&d;Qû¶\84Ú×I\93û:QÔÏÀ[4\13~®Ì÷\81ú¸a\e÷M\99¿ð\8f\15gé#»qíÕgÔ\82\11\ fÞ\f`ïÇIDi\1f\95QIü~¤NA6¦·òÙï×»|w\12\94ºà\8dÅ·\99a>U²\17ö\19~yçÃr\ 3yGÒíö\ 59^ýt\1c!︮\87;\8f\1a­l\1c\96\9aãlú\fÍ<¡qï\9cÊ3>\1eù­\93úx¼\1cÜ~\1eVû>Þµ\8fQoñå5Æv¢äÏ£\97óR\9e\95\88òt%\85\bwÂÅ\8a\eíÖµ\9eíþÊ'IØ×®\ 2dÉ|\96\9fUQ\ 1¥\90ÙÜØO\rÂ\96M\v×Ýx©ôþXæì\ e\17¸\99J¦Ò¹^ØXh\95\11Å«ê\8cÓ\18\83E\92\ 6øP¥öR\89\rð®Ø«g·RøUôÍU®\1fÕ\93OÕy{\82ß\8eÊ
-\a\1a\92\ 4ÄLK7\95ùÞê\1c:\19\1cís\95üâ\86"ìÚÞ²mFôacÈá±\ 44\7f)Zݰ\1e\96\1fï?¶Fò|\92/'®ÆÖ\ 6¼Ûg~ÿÔ/øq\8aÕ\ 5Ä\91)jX\a?\ 54ökædÛ®>¸J\81rrÂöÍgö\ 2OQ*Ýô0ÐAÎ"Íl¸m=]<h\1cG\8b\90\9e\11Ë\12Ïó+|ûCä;Y^P'ûó\85\a\8di7Ö£Û>¹£\7fÀu´r\905T¼\ 4ºéVWL­9\93\82ËÁà5\9aÛ6ã\ 5ÝÑ)Ý~¼LÀÏTW\85ì¤%é\81\9b­C\13\1dGªÔ\93\83\87øØ_-Y\89\13\83n|Q°ø\ 2\ 15\86\19¿\ 2P°ù[p?\ 50\91s\7fÙùv½\83\9f\984f%ð\12\96\95nWOk\99Q§¢7ÕsÎÏ\9f"N\95\1aQjA*úAµ@9±Ð=#     ²´\7f©^Í\19L\1f²]û\90¾Å\0ç\ 6\9c\0AÎE\a\14óë)Í\a½\10\83\ 4SB_\8d\89QäÔÆf\ 2\13ç²\7fa"6C\ 6è»H$ø!³tâþt\9bòA\91y\85Àz¸d\98S\8eÙ¡\rM\e}§×\12.\rO\14C/\16b\99OÊÚ\8de\88}k¨×=©øúDº\8e\14«\11\94qe´\9b,\ 3¦Aj7e|\9a\10\ f%9®\9eDa4ø5\1f)BÛ×wÍ¥   5Ç+Z\90\fO÷N9+Ø\19ï\ 1\1eUÿd{©tÍdµ\96p>òd\96²\98\94:´r \bÃeׯT¨C\9d±\99n\9aY7Êðû'\7f\95Ô<ñ5}Ëv%\9aû¦ý\8cvr[®CuùrôÚ¹H]ü\14¢\9fÞ˪Éa\9cKYaÇ3¤\1cÌì|\10_nÝ.¾n\1d§x\8dÉR
-ÿ\a\96ª~þz5õè&#'¶dË\ 4Êg\8aP~,Þr#´\15\9aá\rR\e+(GÑÿ+\99ﲪ\81¼ÐáeÉÉMº\ 6Ô\99»·µÑU~\fV¢¤zÿ&ªýöJöep\93£hHSr"·¿¿é\9a\87,Ë<ÿ®µÔn\ e\9aóT\8d e\1e½uõE;ÅÔ\1037=úêÖ%­¥7ÐÙ\aãüå/\fÀuOyó\9b\19ê%ZhÎ/ÝÙ[\88\99Ã$§à\95{ì¹hÐø\rUS\12M˦ü¼W\18WìÜ\eQ±Òà\ e\8a\9bQ\96½üû¤µ1Ó\93´?ß\ea\8c,¡D\91ÝL\ 3´ÙqsgZU"ùè\93#\16\8eñØb'¼åÙ\9a\88=Ö¢I¢G\ö\18=n\8bY>»#÷6yHê×\9dsÇs*\19å½3³zY\85áU·\1f\95\9a\97\ e#\97)Ãë\846\9bÃËM\15¤v¥¾$\88\8et\8dÓ~\84øé\e\85\7fo\e\87{\86ewé\93\ 3\9f\ 3VǶÚ\97\8bÃ$\8a\1d\r\1d\94ç?\ 5\9bð\9dÐV\ f\0Ø\9d4K-ä\91ó~:\8bþÁ&\9c\1f\16%sÕ§MR\88     ìJ¦Oß\rÐÅPbµ\9e\95ʵ\13㣠}õ\81Øþ\8d?\1a\1cUÒ Ý}îpWß\11ª÷\11K\9a¨\89à¨wÉ\92*\97^\86ü´:\a\ 5 \9fkÝ\¤§Û\92\90JÂÇ1O\87y¡òµÄ-³\\ 5-
-¡Ïró¦ßV\8cGRÚ§\92\8b?/\81\ _(·\99\13\9e)È\¸\9fsÒå\8c6o½~AJuÅyá§ßAÔº\82\9býJ){LEÕ°\8d\89FV\18ü»)ß\81W8:|\8c»\15=±ì|v¼¹8\ 1ê\eyri\91w<\1a³\ e\ 1x\86\85\1aàjPs\94\86<\15\95½gí\1d^[ºJW\ 3xºíot\1f»\823FN"fÒãóåÆb"NÜÃk>\17E"CÆj2#\9e\99\ 1¢\8dÜP\93ü\80¨Àmx¦\87\9bÎÞ§bqãÆä¹W$>cé\1d\ fÔ1\93ÙÍ5\9fØà\19\861³Ê
-·¢ö\89øgm*DfÉíäÉ\94~\1cI¶×Ý0£\1dæC­\14\1eÉl£{[%\1e\99³\9bWl\vÒ\ 6Ko¾Æ\eÍ¿´ÌÄo}½;î¥Ô«ü¾jÓ\e\98ÓuYÚv{XYâ \93#\18Ñq°ç\8d×ÕUëÓê83\18°?ºðb½+4"\13¼\1aq\91óh÷ (K\8d¡L\8eÀÐa\96\9ar1ÿê\9dl'=к\99µ\8a¢¹^\92µ\17[\rÕ÷\fc±Î£o´NH§µ×Ã\ 67\8cDÒ^í\82³\85F$à|ºÃú»\11D\beüeCÄ\ 2&\83ô\9f\7f\88I+\bã)UÓåT'bºO\89Jxî\19E~\94iJhI\9eX%(YfwÊÅ&#÷f oêéc(£\96ç­p\9b\8b§øí2\ f/ÁÚFïjâ\e¤\91\ 1Îqilo!Ë\9açïQFñî\\7fEÓhzR\16å\1aF7ÌàcËw<aöÕÞ/\1c\89\13yÍ©EVëߦr±ê\84\8aõKÏ?uT¤*¾´\97ç)P\8bí\7f×j\ 1\1dg\91\1eKzÐXhð\85¸&tl\8e\85\b\8f_\1fÏ\ 1ÉU6Õè­?xtº×%\19Yx\1aå·\15\98ì\84Ú\ 3)ÄuÉ#ün\88ÏÐìC\1d\1f
-Ô¤X+òƽ\9b¬ÃTÅï­\13Å\eÒ\ 3%$\95\1e®´\ f\8b_ìå\84­<°}8\95\13õµò*Zw&bÍÌÔº\92å0\9bÉGÑ-\ fÓlg\90×çÅH:\r°)H\87ieÚ\1cç!\e©FICkµr\84p%zÊd½lú#/¦bVÃõi'\98Õ>ÀK\92\8e¶K=Z?ì¤ÛlíêúA\fP¢ÿ«Ù°M»¿^%8\92·\veûæ\89ÇÐ\90º~£R\vJÖüÛ6H\86\ fNK\12GþÆÆ\9f^\8b\8fã\87Fk~k\96\b\8b8Xª\89=íu$álÝ0DÊ\86Yd\8a\9d°Ç©Æ\9eàÙ±éÇE\8aî©lG·\1aß6¸nC'µc9W6z\ 5\14¢Iö-8}¨\84\17\86\839AbAUJ\891ÞÍÃ$º«j¶Ì+"^;zø¤\11\89\ 6!O\93\819pÏ÷\86l\90³\8d
-Y?rÇ­ðg¶\eÿ\15\ 59ÙïNøõ}¸>\12±\1f22ITàC\1cÈ\10ÀAG{Ë\1c\16ÏVcL5ÙGTí\e¨òb\92\9c\881{ipç§Â`\9dTé¢ft\1c¦ÕÀ££Ð'-øS¢¨4\13Ú\18\vÁ\85\19\94e@ÔM­léñ7¨x½×øoáÕ£\1agZ\17ìæ\8e\88§\90"¬.ZN°&ÿï,<X¬\89qR\1cs´÷Õ\eâ\908±ß¬è+\848\98ÂtôÖ§\ 3ÙØfW.MË´vî·Sr îõ¨\1c\99þÕ©¥YS\ 4\ 2Ûá\83¾\15\91æÅ}\98\11Ï<\14ÑNÅ¿¦ñ\85aÖAö{L\1eOtvâuD¶\f˦˦¼õY\94\10\8fÚ®>y\ 5\8bî\94,~\9bB\84÷\8dÌûüÔqÞ\8b\0B¼MQLÉ\83ò\1fé\81Þ\94\035ý\vS÷>#»áç
-çÉ¥rÎ\83¼8(M\am\ 5
-f\85¸Ü\18  Ë±ú©WÏ~¦,v\86Æ·Ã#¿«\8cçSò\9d\1eJÔìï¢Éô\ 41\86*g\19p377R\ 4ù?\15:á÷%T\94´Ï\88ðÑ]Ì¥Ìr\85ñwÊǵȨ\94\8fX¶       \rÇ\81¦Ä^\14ýVi©ÏÄá¾\1cú\1al-\86Í8Z¾ñÀ\81\98kl\8eb\91{\94wL\9foO¨\a\98kà8Ï\84> ¾7ܳ,4\1alÏJÔÑ\83\9e\98ù<\1e¦.®\vOμ··&°NG·Qø`7èáYÃDz\1e¯£oOôÝ&½,Ûýºðö9\94\89\86z\93\17ÏH­(mçQ$\8eÁ²ðcÖp
-;-÷zï\89W\86ÐhÉÎ\17\17?7Û\91Ùüç´ª37U#r\1e$\83N\eßÛÑ\92ÔÅÏÖ°\99c{5s\1fon>¯zàN\92&þ«ÚÝj\1a\19¨\85(=º\96\ì0\8d©\92øQ\9cÖýý\ 1O«c\06s\1f:3\93v!\97'\r;tð2ëSó¶     ë6\89çÆx0Þ­£ßõÔ²\9d\9cÇ÷iý"¹êø\ 6Eª§\v4\99%¢ì\ 5Úïé]P\12Ou\8e\eö\8aN*å\ f'W\90f\ 1º§vVµ×6¸\82\8dEÞ^Áñ\97,UGFâæ롼W\9e\19\vûy<íõ©\88m\ 5ýç[aÎ(M:ñó·ÒÍZ;\88ñð\197'\ 5\ 5vànºÌ5\96ÿ\87\95ð3U4wè¢X£y3\99¢\ 1LAÿ\1e6\9dt\9c+\8b\9d3ÝN\15Öûû\8e?TÊD\92Ô­Õ\rµ\14bj&\8aTqöóS|Z-ôú°Lû/2~ä\1d\15\96%­'×+S:íhDÆ\8a¿3A{áaky\e\1d\14f-úÈ¿g\1c\96yÔ(Ï5«\98ËZ\98\9aàÔ Z=j\9aªiA³fUf@½f|¾êü;á`Æã\e%\1d\84\8aIÐ;º]\91Ëúl\ 6b\1eÒ\9a\9fÿãP/°¨À,2ß±q\91êÐ\1f\92ÖÕ©NzØ÷¼½MAé\ 3³½z_(ʪ\8ag\99¼XýàÑó@\9e©_.êA\r¤îÕ~eÎ\1d&nØK¥X\1ai\8c\95|V±ÛUyìKx\ 4[Ãý²a\8ce4\11Ú?Në\8f»±eód¶\88¿ê³Ñfê\ 2%Ð;CîIg¤XÞÇ\15\ 5Ýk¾uºõ=Ö\8d?ÄU©âJýÚX:Ý¿UõO&\97¹ÂtëÊ»íN\1cÈ·+\10roÞõ¬­Q\ f¼\1eÔ¾<Ë]´£% ÈsêrZªÚ\19òRRa=×ÑÎÂð¾qÉ\8fË\8cð\16zÖïí[\86:\1a\ f\8c\8f\17\vT\ eøÅÎ0\82é\16\ 6.\91\ 4úñ\8aδ0°qX,/\10Y\aLW<\rv\1dë\9aÑ[\98\ 4¹\ 2Þî\90²O+Þ\8b\8f\9bØaß\b¯Q¡Ç\96\84bímÊò\½$§¾0{\7f0-\9e\9aù«¼ßÏð \9e\831Íñ1èWWôÃq²¨á\1aÚ\97¨\8eY`õOþ\12\eSk(³\9a`k?\15\84«ÚÝá\97}\ 3\83±Õ\7fî¡\9a)fÌfk0±]^;\15\ 5\e#V\12¶ý8Wó9õ<\91^\19\ 6ϪÉ/Ä\ 6\7f©çMuÚpÊ¥Í\11Ù\19exùj@Ç\96,ks7­]\1a'\13\95 \94ôÓéÛ\95_\ 5èÃTå\9f\11\ 2Ý]ô5ÅîØC\11zí^9¢vK$^"j'¡PE¶\9fï½q5\aM\ e®\9aÏ\17ïNsmñü|\8bcS¸\8f9¥`ß¡\1dÕW\92vê}\aÝöFoû®\82¦KwQ\ 5§ÚUU8\vÝ¥A¸¥M\\9ayC¬2I\9f\1d;3s´\ 4\94{SDYù\82õ|ð\8b\155¶ì?±\vR\17\a\8eU\1e\12×B02ê\16ª?m}\90       ºÕä\8dÒî©5%À3Ó\18ì2·\9da\9cD3øs3âùÖùMÝçvÆyÝÐYÜH\ 4G´ìß|\b\f{éñ\1e»=¨O;!\ 5\9a\9a2`½Eê\18c?­*\95¤î>Gæ\16-ChÕ»À¾pÚêÕn\9dòñ^CN\96\aÒCê}íÖ\8e\9bª(\81\834\13³ÊöñÙDÃ\ 1\11\12Iè¿i\80[!\81\12VÒúÂ-EG©ø(T\90ÓUÜ9é´s\87YQ\8e\93\14=\ 3Ößû&mfëûËú2·Ó³\Æ\ 6¿iý\14\9f\8c\1e\9d×\82~ÓMfÓ«û7êõo\82\9e\88L}\19ø\90hïhg\84\10\9aÙem\r@\1cPmíHþ\96w2!äg\ 1£UQÝ\15²D\816LhâW¤Ù!©¢Ú=\fav,8§óÉ\98Í÷F¯¢®®Ê\1dju\9eã\10¼ØL§ãú\88-Âí÷\8e\8aü\16\91Ôy#÷²þº~\9e\7f\94¥~Y!\v¡áI\15ÉI\89vÔc\8e\e zû]\e¾f\ 2|ûÊ/{.Jç1Ø\8eXìu\85/3ßíà\aH\ f'\9bÕï5xvE\16\ 1xvn\bÕB±w\96­?ÆeC\93!\82\7fN\93\ 5?ñ8ùq\85í?Á\84/ ÚiÃ`ôZÖãYÃ~ù¡7Á<} \a\ 1ñAþQ¶É\9b\17Ü]\84ÓÊ)ÏiÌ\95\8dN\97i\12#¦"óº \vÓ|¢(\17Ûª©®gÊî\97¾à\93xkŽKË|¼J[e*\13ÞW\9a¹z\8d\8cÂ÷óÖ*?m­Ä\9aQͤÉ\12~\ 2Z%\ 6ù\89\94ln\16tíht\vóoZ-­\9d\18×¼î#\foa\17\ fâêû\ 1\85\91Z£Hl\1eg§ä\9e\1a\14\14J\e5\8e÷æà¿°h ]íXße£\87iÏãîT_\93è­W\\7f÷\vLãévèØ}U?j\19¯\ 6[Ôb¾æ^\.­(¢ÓP2às±uä*ÐX\16\7fj\15Dx\ 5/\85¼&e\ evw4@ÖÖ¾\81>¬®\9dÄ\9aï\17ñ?ein´Ç\87eâà\86\93Ôßsv#Å\ eá?;ä3ÄP\8c"¡NóS\rEML\87¥8\87sËo)Ì\15ÓwJ¯\90Ö\1dYY»\8fSÃK±àþñÔg\85!¶4h\9dÉÆ
\8c9\9bý\12ú:LGT\10¤FpqÄ\ 1\a\97äÀ`\90¼\1f°ñ\ 5\ e\88ãiç\8e2ÖR\96¾iµ\82ÙR\88ÊmÂ\9c\8c-â9ªBÈô«Élù`\8b\ 4\ fNðÆo\81\f_\96\fà]\1a»I a7.\8aØ\17¦\82}ë<Ì¡H\88\0¤\ 5sopRZGí¨j\8bó\86+;®NGE\1aÓÉÙÅ0¬wi!¡ðÇA\18ÒF\ 5©W<\ 3\10\8dìÂ\122^eg\ f\83¥=\86\10DJ¤zbQ^øð\18c?^._+\1d\101úY/ \1e¼&\8d÷Ñ\92~A\1dè_\9b\91×kð>©v/)Ú¢©?ä+Ûjò\95ÅÞm\87Aáã(Å´Ø@Þ\84w±Õ"\8e»E7;Ãb'mV½å\19®à1¬$åt\9e\fÕ\8aè·ydFí\1c÷ÃWFPCX\8do¹Ã\bN\9c«^2F\r\11\15t9]ì­®7\96\rØö(\12E\8a¼Zî\a\f\1a½µ\rH\94\85<j\12Þ¶\99S=ɸV{j»h>Zµ\aI'Í3,{p"èöyá\98¿h\904Wæ\19\90ʹôå\ 4;GÐG\ 2\8bö\99\13ÿ²]®úBY\fúì¨9\ eÐE¿\10ù\84"\9cp¤Oåøé\f¬äñ\94õ\18\83û\ 6§jûúÎ\84M\96\12\9bNjK%a\ eâ\t\9c\9fK?K\84\90O\82d\80\12\11ñ}-n\aØc\93`\0p\81S\99×Ó\15\1f\93N
\8e\7f|æÆbýÑ0ß§íwÕÓj¬°\95\9fÞ\94¡\87Àjz&5®eÙ\bxb\9bÎc­ònÕgb\e¶¼\10Ý-\7fåu£\;d\ fª¾Bü5LÉ_\94ð<\95Î\19iBIÓ\1cyAd{ê!ð¿¼\bþ¿Áÿ\89\ 6\ e.` \ 2    \87\ 2\11/\b\bþ\ 3\15ûÿW
+/Length 5542
+>>
+stream
+xÚí\97UT\Û\96\86\81`A\83\86\0\81\ 2\82»;ÁÝÝCA\15¤\bU\ 5\16,H\11\b\12 \82Cpw\92@°à\1a$x X ÁÝiÎ9÷ö\1d}n¿ôè·\1e½÷~XsÎ\7fÏõí\7f¯1ÖX¬LúF¼
+ ¸=X\15\ e
+ò      J\ 1\94t\8c5\ 4\ 5\0\82|\ 2\ 2\8a\ 4¬¬J\b0\10   \81Ã\94\81\14@PRR\b 
+¶¿\eÜ=R¢bR\82b\ 4\ 4¬\0%¸«\ f\ 2âô\1c        àPâüC%\ eP\80\82\11\10\a \f \ 3D>\a\9a8\0]\0Fp\a\b\18éÃ\a\0(¸¸\0\fÿxÅ\1d`\bv\a#<Á >\ 2\ 2AA\0\bâ\80\ 4Ø\83\9d 0\ 2þ?°4`\8ep\80ø_i\90\87ë?K\9e`\84û\1d\17\80ãORNÀ\1d'\b\ e\ 1\80À\8e\ 4üºð»ùÀw4ÿc°ÿ\86ëïÍU=\\t\81Ð?ÚÿiÖ¿Õ\81P\88\8bÏ?\14p¨«\a\12\8c\0èÀA`\ 4ìïR3ð_p:`\10Ä\ 3ú÷ª\ 6\12è\ 2qP\80\80\ 1¼\82"|\ 2"\7få!îª\10o0H\1f\82tx\ ep\ 4º¸\83ÿÌ\83a ¿\93Üù÷'\a¿¶\81º\8a®>÷?þî_U} \ 4\864öq\ 5\ 3\ 4þ%ÿ3\16üW|ç\12\ 2â\r°\12¸³YðNxwÿsdó·ÙT`\ ep\10\ 4æ\ 40B\ 2a  \ 2ô\9f\89\7f§RT\84{ûñ
+\8a      \ 3x\85\96\9b \88\18@RL2à¿*M`\107\ f°\862@T@@@BHâϬ\83\a\ 2\ 1\86!ÿ\\10w\9füÏØ\11\12\18ì\rv xid Ã±Å1K-@ý¬\94\8d#düvì\1e[\92ß\ 30(ÍH®~s¥(:â&Õ\87¦ â-!Û\89Ú·%Ô¾NªÜ×\89¢~\ 6Þ¢\99ðse¾\ fÔÇ\rÛ¸)eþÂ?V\9c¥\8fìÆµW\9fQ\vF<H\19ÀÞ\8f\95\88Ò>*£\92øýH\9d\82lLoå³ß¯÷yî$(uÁ\e\8bo3Ã|ªd/ìÓýrÏ\87å\ 6r\8f¤Ûíó³½úé8BÞs]\ fw\1e5ZÙ8,5ÇÚô\19\9ayBcß;\95§\7f<ò['õñx9¸ý<¬¶ Îµ\8fQoñå5Æv¼äÏ£\97óR\9e\95\88ò4%\85\bwÂÅ\8a\eíÖµ\9eíþÊ'   Ø×®\ 2d\89|\96\9fUQ\ 1¥\90Ù\9c×\9f\1a\84-\9b\16®»ñ\92éý±ÌÙ\1d.p3\94L¥s¼°±Ð*#\8aWÕé§1\ 6\8b$_¦\rð¡Jí¥\12\eà]±WÏn¥ð«è\9b«\?ª'\9eªóö\ 4¿\e\95\15\ e4$ \88\99\96n*ó½Õ9t28Úç*ùÅ\rEص½cÛ\8cèÃÆ\90Ãc hþR´ºa=Î\9a%?Þ\7fl\8däù$_N\\8d­\rx¿Ï\ðÔ/øq\92Õ\ 5Ä\91)jX\a?     4ökædÛ®>¸J\81rrÂ6å3{¾§(\95nZ\18è {\91f6ܶ\9e.\ e4\8e£EÈ\17\88e\89çù\15¾ý!ò½,/¨\93ýùÂ\83\17YÆ´\eëÑm\9fÜÑ?à:ZÙÈ\1a*^\ 2Ý4«+¦ÖìIÁå`ð\1aÍm\9bñ\82îè\94n?^\ 6àg²«BVÂ\92ôÀÍÖ¡\89\8e#UòÉA&ùC|ì¯\96¬ÄñA7¾(X\¾\80\1aÃ\8c_>(Øü\1d¸\9f\ 2\18Ϲ¿ì|»ÞÁO$aL\1a³\12x        ËL³«§µL¯SÑ\9bê9ççO\12§J\8e(µ \15ý \9a¯\1c\9e\9e\0YÚ¿T¯æ\f¦\ fÙ®}Hßb\80s\ 3~\ 3AÎE\a\14óë)Í\a½\10\83\ 4SB_\8d\89Qd×¾Î\0ÆÏeýÂDl\86\fÐw\91HðCféÄýé6å\83"s\v\81õpÉ0§l³C\e\9a6úN¯%\\1a\9e(\86^,Ä2\9f\94µ\eË\10ûÖP¯{Bñõ\89t\1d)V#(ýÊh7Q\ 6L\83ÔnJÿ4!\1eJr\=\89Âhðk>R\84¶¯ï\9aK\13j\8eW´ \19\9eî\9drV°3Þ\ 3<ªþÉöRé\9aÉjíÍùÈ\93YÊbRêÐÊ\81"\f\97]\e\ euÆfºifÝ(Ãï\9füU\92sÅ×ô-Û\95\9bö3ÚÉm¹\ eÕåÉÑkç uñ\93\88~z/«&\86q.e\86\1dÏ\90r0³óA|¹u»øºu\9câ4&K)ü\1fXªúùëÕÔ£\9b\8c\9cØ\12-ßP>S\84òcñ\96\e¡­Ð\f)Hm¬ lEÿ¯d¾Ëª\ 6òB\87\97%'7i\1aPgîÞÖFWù1X\89\92êý\9b¨öÛ+Ù\97ÁM\8e¢!M\89ñÜþþ¦k\1e²,óü»ÖR»ÙhÎS5\82\96yôÖÕ\17í$SCÌ\9c´è«[\97Ô\96Þ@g\1f\8có\97¿0\0×=åÍ)·h3ÔK´Ð\9c_\9a³·\103\87Ivþ+÷×ç¢Aã7TM     4-\9bòó^a\¯çRDÅJ\83;<5+nFY
+÷òî\93ÖÆLOÒþ,0Â\18YB\89\99\ 6h³bçδªDòÐ'G,nn\1dã¯\8b\9dð\96gk"öX\8b&\89\1eqÙcô¸-fúì\8eÜÛä!©_wÎ\19Ï®d\94÷ÎÈìe\15\86WÝ~Tj^:\8c\f¯\13Úl\ e/7U\90Ú\95úòFt¤k\9cö#ÄOß(ü{Û8Ü3,«K\9f\1cø\1c°:¶Õ¾dI]\1c&Qìhè <ÿ)h2Ï\84ï\84¶z\0Àî¤Yj!\8f\9c÷ÓYô\ f6áü°µ(\99£>m\92DL`W2}ú~\80.\86\12«õ¬T®\9d\18\1f\ 5í«\ fÄöoüÑà¨\92
+íîs\87»ú\8eP\15D,i¢&\82£Þ'Jª\z\19òÓê\1cä\83|®us\90\9enKB*o>\8ey:Ì\v\95¯Åo\99å(hQ\b}\96\9b7ý¶b<\92Ô>\95Xüy        ä\ 2ùB¹Íüæ\99\82Ì\85û9']öhóÖÛ\17¤TW\9c\17\1dD­+¸Y¯\94²ÆTT\rÛ\98hd\85Á¿\9bò\1cx\85£ÃǸ[Ñ\13ËÎgÇ\9b\8b\13 ¾\91'\97\16¹Ç£1ë\10\80gX¨\ 1®\ 65GiÈSa[Ù{ÖÞáµ¥«t5\80§ÛþF÷±+8cä$b&=>_n,ÆãÄ>¼æsQ$2d¬&3â\99\19c\1e ÚÈ       5É\v\88
\86gxèuºéì}*\167nL\9c{Eâ3\96Öñ@\1d3\91Ý\ó\89\r\9eQ$k\183«¬p+j\9f\88\7fÖ¦Bd\96ÜN\9eLéÇ\91d{Ý\r3Úa>ÔJ!4ó\91Ì6º·Uâ\919»yŶ m°ôæ[¼Ñ¼KË\füÖ·»ã^J½Ê\ 5U\9bÞÀì®ËÒ¶ÛÃÊ\12\a\9d\88\8e\83=o¼®®Z\9f\99Á\80ýÑ\85\17ë]¡\11\19àÕ\88\8bìG»\aA\99j\fer\ 4\86\ e³Ô\94\8byWïe;é\81ÖͬU\14Íõ\92¬½Øâ\92«¾g\18\8bu\1e}£uB:­½\1e6¸a$\92öj\17\9c-4"\ 1çÓ\1dÖß\8d B(ã/\e"\160\19¤ÿüCLZA\18\9a.§:\11Ó}JÔ\9bç\9eQäG\19¦\84\96äñU\82\92ev§\l2r)\ 3¹SO\1fC\19µ<o\85Û\<Åo\97yx  Ö6zWãS\90F\ 68Ç¥¯{\vYÖ<\7f\8f2\8awçø+\9a\93²(×0ºa\ 6\1f[¾ç       ³¯ö~áH\1cÏkN-²Zÿ.\99\8bU'T¬_zþ©£"Uñ¥½<O¾Úëþ÷­\16Ðq\16iwì±\84\a\8d\85\ 6_\88kBÇæXØw\8dðøõñ\1c\90\eS\8dÞú\83G§{]\92\91\85§Q~[¡ç\8d\89N¨=\90Bl\97<Âï\86ø\fÍ>Ôñ!_M\8aµ"wÜ»É:LUüÞ:Q\9c!=PBRéáJû°øÅ^vØÊ\ 3Û\87SÙQ_+¯¢ug"ÖÌL­+Y\ e³\98|\14Ýr1Ív\ 6y}^\8c¤Ñ\0\9b\82t\98V¦Íq\1e²\91j\944´V+G\bW¢§LÖ˦?òb*f6\\9fv\82\ 3¼$éh»Ô£õÃNºÍÖ®®\1fÄ\0%ú¿\9a\rÛ´ûëU\82#y»P¶)O<\86\86Ôõ\e\95ZP²æß¶A2|pZ\92\14\e\7fz-®Y?\8e\1f\1a­y­\99",â`©&öÔ·\91\84³uÃ\10)\ef\91)vÂ\1e§\1a{\82gǦ\1f\17)º§²\1cÝj|Ûàº\r\9dÔ\8eå\Yè\15P\88&Ù·à´¡\12VI_\18\ eæ\ 4\89\ 5U)%Æx7\ f\93讪Ù2¯\88xíèá\93F$\ 6Õ\1a\84<UFÙ\ 6æÀ=ß\e²AÎ6*dýÈ\1d·Â\9fÙnüW\14äd¿ûͯïÃõ\91\88ý\90\91I¢|\1fâ@\86\0\ e:Ú[æ°8¶\1acªÉ>¢jß@\95\17\93äD\8cYK\83;?\15\ 6ë¤J\175£c1­\ 6\1e\1d\85>iÁ\9f\12\9aÐÆð\ 1Y\b.Ì0\81¥,\ 3¢njeK\8f¿AÅë½Æ\7f\v¯\1eÕ8Óº`7wD<\85\14auÑr\82\7fgâÁ^\9b\18'Ä2G{_¥\10\87Ä\8aýfE_!ÄÁ\14¦£·>\1dÈÆ6»riZ¦µs¿\9d\92\ 3q¯GåÈ´¯N-Í\9a"\10Ø\ e\1fô\9d\884/îÃô8æ¡\88v*þ5\8d/\f³\ e²ßcry¢³â¯#²dX6]6å­Ï¢\84xÔvõÉ+Xt§dñÛ\14"¼od
\92Çy/\ 2\bñ6E1%\ fÊ\7f¤\ 5zS\ 2ÌÔô/LÝû\8cì\86\9f+\9c'\96Ê9\ fòâ 4\1d´\15\88\1d+\98\15bsb$,Çê§^=û\99´Ø\19\1a×\ e\8fü®2\9eGÉwz(Q³¿\8b\13Ä\18ª\9ceÀÍØÜH\12äÿTè\84ß÷¦¢¤}F\84\8fîb.i\96+\8c¿S>¶EF¥|IJMh8\164%ö¢è·JK}\ 6\ e÷åÐ×`k1lÆÑò\8d\a\ eÄ\cs\14\8bÜ£¼cú|{B=À\1c\ 3Çy&ô\ 1õ½á\9ee¡Ñ`{V¢\8e\1eôÄÌçñ0uq]xbƽ½5\81u:º\8dÂ\a»A\ fÏ\1a&Òry\1d}{¢ï6éeÙî·\85·Ï¡L4Ô\9b¼xFjE©;\8f"q\f\96\85\1f³\86SØi¹×{O¼2\84FKv¾¸ø¹Ù\8eÌâ?§U\9d¹©\1a\91ó \19tÚøÞ\8e\96¤.~¶\86ÍüºW3çñææóª\aî$©â¿ªÝ­¦\91\81Z\88Ò£kÉÅ\ eÓ\98*\89\1fÅ©Ýß\1fð´:\ 6`3÷¡32h\17rxR±C\a/3?5o\9b°n\93xn\8c\aãÝ:ú]O-ÛÉy|\9fÖ/\92«\8ekP¤zº@\93Q"Ê\9e¯]@ï\82\92xªsܰWtR)\7f\824\vÐ=µ³ª½¶Á\15l,òö
+\8e»d©:2\12\1f6]\ få½òL_ØÏåi¯OFl+è?ß
+sFiÒ\89\1f\9e½\93nÖÚA\8c\87ϸ9)(°\ 3wÓd®±ü?\1c\84\9f©¢¹C\17Å\1aÍ\9bÉ\14\r`
+ú÷°é¤c]Yì\9cévª°
+î;þP)\13IP·V7ÔR\88©\99(RÅÙÏKòiµÐëÃ2\rï¾Hÿ\91{TX\96°\9eX¯Lé´£\11ùZü½   Ú\v\ f[ËÛè 0sÑG¾\80qXæQ£<׬b\ ekaò\e§\ 6ÑêQÓdM\v\9a5«2\ 3ê5ãóUçßo\ ef<¾QÒA¨\98\ 4½£Û\15¹¬Ïf æ!­yy?\ eõ\ 2\8bòÍ"ó\1c\e\17©\ eýqÔ.i]\9dê¤\87}ÏÛÛ\14\94>0Û«÷\85¢¬ªx\96É\8bÕ\ f\1e=\ fä\99úå¢\1eÔ@ê^íWæÜaâ\86½T\8a¥\91ÊXÉgõz»*\97}      \8f`k¸_6\8c±\8c&BûÇiýq7¶l®Ì\16ñW}6Ú\f\ 4zgÈ=á\8c\14Ëû¸"¿{Í·N·¾Çºñ\87¸*Ul©_\eK§û·ªþÉÄ2W\98n]y·Ý\89\ 3ùv\ 5B.å}ÏÚ\1aõÀÛAí˳\9cE;Z\ 2\8a\§.§¥ª\9d!/%\15Ös\1díL\fï\e\97¼Ø\8c\bo¡gýÞ¾e¨£ñ\0fʸ8±@å\80\f#\98naà\12\1f¯èL\v\ 3\e\87Åò\ 2\91uÀtÅÓ`×±®\19½\85ÉÅN\90+àÝ\ e)û´â½¸Ø\89\1dö\8dð\1a\15zlI(ÖÞ¦,ÏÕKrê\v³\82\83iñä\8c_åý~\86\aõìq\1d\8c©\8e\8fA¿º¢\1f\8e\93E\r×оDuÌ\ 2«\7fò\97húÞ\98ZC\99Õ\ 4[û©°Ë'\Õî\ e¿ì\e\18\8c­þs\ fÕL1c6[\83\89írÛ©(Ø\18±\12°íǹ\9aÏ©ç\89ôÊ0xVM~!6øK=oªS\87\93.m\8eÈÎ(ÃËW\ 3:¶dY\9b»iíR9\99¨L ¤\9fNß­üÊG\1f&+ÿ\8c\10è)vÇ\1e\8aÐk÷Ê\16µ["ñ\12Q;      \85*²ý,ðÆÕ\1c49¸j>_¼;͵Åñó-\8eMá>æ\94\82}\87vT_IÚ©÷\1d\e½ë»
+\9a.ÝEå\9fjWUá,t\97\ 6á\966qiæ\ e±Ê$|vìÌÈÖ\12PîM\12\vÖóÁ/VÔØ²ÿÄ.H]\1c8Vyì¡K\\vÁH¯[¨þ´õA&èV\937J»§Ö\94\0ÏLc°ËÜv\86q\12ÍàÏÍ\88ç[ç7u\9fÛ\19çmCgq#\11\1cѲ\7fó!0ì¥G\ 1v{P\9fö\9b$hrÒ\80õ\16©c\8cý´ªT\82ºû\1c\99\f¡Uï\ 2ûÂi«W»uÒÇ{\rÙ\99\1eH\ f©\82Ú­\1d7UQ\ 2\ai&f\95íã³\89\86\ 3"$\92Ð\7fÓ\0·B\ 2%¬¤õ\85[\8a\8eRñQ¨ §«¸sÂiç\ e³¢\1c\8bJ')z\ 6¬¿÷MÚÌÖ÷\97õeN§g¹\8c\r~Óú)>\19{ê=:¯\ 5ý¦\9b\8c¦W÷oÔëS\82[R\9f\88L}\19ø\10oïhg\84\10\9aÙem\r@\1cPmíHþ\96w2!äg\ 1£UQÝ\15²D\816LhâW¤Y!É¢Ú=\fav,8§ó\89\98Í÷F¯¢®®Ê\1dju\9eã\10¼ØL£ãú\88-Âí÷\9e\8aü\16\91Ðy#÷²þº~\9e\7f\94¥~Y!\13¡áI\15ÉI\89vÔc\8e\1d z÷]\e¾f\ 2|÷Ê/k.Jç1Ø\8eXìm\85/3ßíà\aH\ f'\9bÕï5xVE&\ 1xvn\bÕB±w\96¥?ÆeC\93.\82\7fN\93   ?ñ8ùq\85í?Á\84/ ÚiÃ`ôVÖãYÃ~ù¡7Á<} \a\ 1ñAÞQ\96\vî.Âiå¤ç4æÊF§Ë4ñ\11S\91¹]Ð\85i>Q\94\8bmÕT×3e÷K_ðI\9cµâÞ¥e\1e^¥­2\95      ï+Í\1c½F%~Fáû¹k\95\9f¶V^\9bQͤÊ\12~\ 2\aù\89\94lnæwíht\vóoZ-­\9d\18×¼í#\foa\17\ fâêû\ 1\85\91Z£Hl\1eg%å\9c\1aä\17J\e5\8e÷fã¿°h ]íXße£\87iÏãîT_\93è­W\\7f÷\vLåévèØ}U?j\19§\ 6[Ôb¾æ^\.­(¢ÓP2às±uäÊ×X\16\7fj\15Dx\ 5/\85¼%e\ evw4@ÖÖ¦@\1fV×NbÍ÷\8bø\9f²47ÚãÃ2ppÃIêï9»\91b\87ð\9f\1dò\19b(F\91P§ú©\86¢&¦Ã\92\9cùå·\14æ\8aé;¥WHë\8e¬¬ÝÇ©á¥Xpÿ8ê³Â\10[\1a´Îdc\85\9cÍ~   }\1d¦#*\bR#¸8â\80\83Kr`0HÞ\ fØø\ 2\aÄò´sG\19k)Kß´ZÁl)Då6aNÆ\16q\1cU!dúÕd¶|°E\82\a'xã·@\86/K\ 6ð.\8dÝ\ 4\90°\e\17Åë\17¦\82}ë<Ì¡H\88\0¤\ 5sopRZGí¨j\8bó\86++¶NGE\1aÓÉÙÅ0¬wiáMá\8f\83\8d
+R¯x\ 6 \1aÙ\85%d¼ÊÎ\1e\ 6K}\fÉH"\88\94HöÄ¢¼ðá1Æ~¼\¾V: bô³^@<xM\1aï£%ý\82:п6=·×  ¡v/!Ú¢©?ä+Ûjâ\95ÅÞm\87Aáã(ÅÔ×\81¼oÞ¿®\16qÜ-ºÙ\19\16;i³ê-Ow\ 5\8fa%(§ñ¤«VD¿Ë%3jç¸\1f¾2\82\1aÂj|Ç\1dFpâ\õ\921j\88(¿Ëébou½±lÀ¶G\91(RäÕr?`Ðè\9dm@¼,äQ\93ð¶Í\9cêIúµÚSÛEóѪ=H\1ai®aÙ\83\13A·Ï\vÇüE\83¤92Ï\80TÎ¥/'Ø9\82>\12X´Ï\9cø\97írÕ\17ÊbÐgEÍq\80\85È'\14á\84#}*ÇOg`%\8f§¬Ç\18Ü78UÛ×w&l2\95Øt\92[* ³\11ç¢ãü\ú\99\85|\12$\ 3\94\88\88ïk±;À\1e\9b7\ 6\0\178\95y=]ñ1é¤0íøÇgn,Ö\1f\ró|Ú~W=­Æ
+[ùéM\19z\b¬¦gRãZ\96\8d\80Ç·é<Ö*ïV}&¶aË\vÑÝòW^7ʱCö ê+ÄßÂ\94üE      Ï\93é\9c\91&\94\91\17D¶§\1e\ 2ÿË\8bàÿ\eü\9fhàà\ 2\ 6"\90p(\10ñ\82\80à?\0ÿ\80ÿV
 endstream
 endobj
 60 0 obj
@@ -5705,7 +5731,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[14 -250 1077 750]
-/FontName/HGETVK+CMCSC10
+/FontName/QQBDTR+CMCSC10
 /ItalicAngle 0
 /StemV 72
 /FontFile 59 0 R
@@ -5721,7 +5747,7 @@ endobj
 /Length 5041
 >>
 stream
-xÚí\96WXSë\97ÆiÒ;\82H(A¤·@@zï½I/\12\92\0¡$\10z\17\f\1dé\88Ò«\80\80(½7E¤\84Þ\ 4©"\ 2JG\90"\fç\9c9ÿyæÌÜÌ3wóÌÞ7{½ëÝï÷Ûk\7f\17\1f'»¡\89 \12\få\0WG!½\ 5E\84\81*z*&*"  \88\10\88\94\93S\ 5\r\87x#PHU\887\\1a("%%\ 2Tòq\ 2\8aH\ 2E$¤Å\1eH\8bI\91\92r\ 2UP\1e\ 1h\84\93³7\90G\85÷\ f\97\ 4\1d\8eF@!H \1eÄÛ\19î~\13\ 2\85¸\ 1MPP\ 4Ü;@\b\bTrs\ 3\1aÿñ\8a\17Ð\18î\ 5GûÂaB¤¤""@\18\ 2ê\rt\80;!\90¤Â\7fPi!\1dQ@\89¿d\98\8fÇß-_8Úë\86\vÈsÃÉ\v¼¡\84¡\90n\ 1@\18Ü\91TX\1f\1aü\86å\7f\8cõßPý3\ÝÇÍM\1fâþGü_\93ú/\ 6\88;Â-àß-(w\ f\1fo8\1a¨\87\82ÁÑÈ\7fZÍá\7fÑéÁa\b\1f÷\7fvµ¼!n\b¨\12ÒÉ\r\ e\ 4ý%!¼Ô\11þp\98\eê\ft\84¸yÁÿÔáHØ?!n&÷'\82°¦\86ÚC3\1dþ¿\7fë_mC\b\ 2éý0Àã_Á\7føÿ¬Eþ£¾\19\11\1aá\ f´\ 6        \81@"7Æ\9bûï'Û\7f\86\84¢`\b¤\13ÐÄ\e\82\84Aа\7f   ÿ\15KY\19å\1f$"\ 6\14\14\15¿Ùe                 \848(ä?ûL\91\bO\1f¸\96*P\1c\ 4ºq\88þ©B}Ðh8ÒûÏ\9dpóÅ\7f×\8e\88\9bùÀáþp(iv\ e=\ 2÷\91\0\vÿOûãîé{æ­#_\9f\94\ eHIÉãr\13Õ\87\92³\95\84ðh³~ÎÅ-É\9c\97÷©H&ºw\8f¯½O×PÔ $¹}bwA$ñ&\12À_FWQ@ö`,äe{\ 3/°¥!ïÊÂO\f/PÖ\ eîøjRô
+xÚí\96WXSë\97ÆiÒ;\82H(A¤·@@zï½I/\12\92\0¡$\10z\17\f\1dé\88Ò«\80\80(½7E¤\84Þ\ 4©"\ 2JG\90"\fç\9c9ÿyæÌÜÌ3wóÌÞ7{½ëÝï÷Ûk\7f\17\1f'»¡\89 \12\få\0WG!½\ 5E\84\81*z*&*"  \88\10\88\94\93S\ 5\r\87x#PHU\887\\1a("%%\ 2Tòq\ 2\8aH\ 2E$¤Å\1eH\8bI\91\92r\ 2UP\1e\ 1h\84\93³7\90G\85÷\ f\97\ 4\1d\8eF@!H \1eÄÛ\19î~\13\ 2\85¸\ 1MPP\ 4Ü;@\b\bTrs\ 3\1aÿñ\8a\17Ð\18î\ 5GûÂaB¤¤""@\18\ 2ê\rt\80;!\90¤Â\7fPi!\1dQ@\89¿d\98\8fÇß-_8Úë\86\vÈsÃÉ\v¼¡\84¡\90n\ 1@\18Ü\91TX\1f\1aü\86å\7f\8cõßPý3\ÝÇÍM\1fâþGü_\93ú/\ 6\88;Â-àß-(w\ f\1fo8\1a¨\87\82ÁÑÈ\7fZÍá\7fÑéÁa\b\1f÷\7fvµ¼!n\b¨\12ÒÉ\r\ e\ 4ý%!¼Ô\11þp\98\eê\ft\84¸yÁÿÔáHØ?!n&÷'\82°\91\91²êCcþ¿\7fë_mC\b\ 2éý0Àã_Á\7føÿ¬Eþ£¾\19\11\1aá\ f´\ 6        \81@"7Æ\9bûï'Û\7f\86\84¢`\b¤\13ÐÄ\e\82\84Aа\7f   ÿ\15KY\19å\1f$"\ 6\14\14\15¿Ùe                 \848(ä?ûL\91\bO\1f¸\96*P\1c\ 4ºq\88þ©B}Ðh8ÒûÏ\9dpóÅ\7f×\8e\88\9bùÀáþp(iv\ e=\ 2÷\91\0\vÿOûãîé{æ­#_\9f\94\ eHIÉãr\13Õ\87\92³\95\84ðh³~ÎÅ-É\9c\97÷©H&ºw\8f¯½O×PÔ $¹}bwA$ñ&\12À_FWQ@ö`,äe{\ 3/°¥!ïÊÂO\f/PÖ\ eîøjRô
 Õ>2®ä\8f\17Á'\13>ÃèïÃ%çÚQ Ó~²\1eMµ[m\7f@Ð&kåëH½Hóú¥¶+u\10\19\81J~QL|»TѶ'§\b«Öð}.òéûñy°\9c9\9cö:Nõ\84\80ëª\16,H¢\90\96\10\1f;\13vmþ0\19Ö\129\13º$üF\14M,Áñ\90ÚèûÖ\83½}&í:,ÆÖÌö÷¡mî"wêÂ\9d\9f±:Û\9aª\8f÷Ý\9e°+þ\9eyWCyµo¡ëêß°ÖÖRf|p+ü7³æ\90V\\ 4ß\ 5#v©­X=£¥\9e\11\17ßù÷EЩÅ4\95ô>ؾ\99Ù\ fÊùN6'\9c\8e\8c\15°©8êÜÏö\9b\84e¸{9È0l3CîÝ\13\97ýyâëü£­Qţïñ5×U\ f]¨>E¿N$\e\ròÉW%^\15¿\7fì¿dñl\8ea\88t"YÙsèGDé á¾e$^½Ø\8fOj"õ/\8dÂ\eêj\86à$\ 4o\8d̽\ 2K$QLa´Æ\83\87Õ\1d\ e]2\84\83\1a,Æä1úm«µù\19Ztú<¶Û«\16=VÄeªØy\9c67\aú\b\875\r¼Çry,=\93ÅtO\88ÍDèu\88Âz        bv¥\v\144v¸\1da* \16%ðá\99\8bæg\93\1e!Ìֵܿe:\8e^^\9bóï{¨\83\ 3\99\89¨KûG\eÑ\11\92ÔT\85\92M6¦rÁ\9d\a¡÷R\8b\81\93s.\ eÔ\e_
 ¿&¿¥¨BÞñH\9f^d\90\98­SÕ\886>9\9a\9d®;OÝhG\7fF½S\998SO1ù2®kåîÊ\92SÊ«Ñ\14;¤{r×\ 5/Sú\9a\8cÄ\vük\86¾»\10íÒô\85Y"±Ò\8f\9eê\15ÏðWñ\9a/¯Í\9f+
 \942w0.}\16P1\ e\1fó§3Z\ 6\1d\8fß\81\98?óUÍZ/    ¤>ñÃN2WÐRõÚ»$sN\ e\93\98U´]ÜqÌ÷@ýêßû\12øÀl \96\90dxÈ¢\8eäVÆ \99ã\13\ 5þ®\18í*æ\19ÑË\8dl}Ê¢\95\1c=\r6JQ!\12ݽyQ:ËËýÅ£ûÊ\ 5¢¬\ eOYä«\17q\9f»LV8Qw{\ ex}àj ~®\0\ 1¥[*1¬l\9fu&ßî0\8c<6¡×\1cqà8m];½ý½ÿ\18Crá\1c$\9e)&jÀ&¥_õ£\b`\1e*\16ò]dÜ\7fJ\98f®ìÌ\ 4­3¢©\87£ù19Ü\94@·7?«\81\9cÞ¨îá§
@@ -5738,7 +5764,7 @@ W\ e\ 1y\1eJl
 h¯\99\1e×\18)\rÉv¦\rEv\0\93xD§\ 6\»kACS\88§\ 4\80\r"óß¾Z}ñö\9bªKJº\80\ 5Çzáõz,_y«ªióa-á\88Ê\84\ 4å6Ô\81Q*\13°Î»2}\ 5\83\eðÇ!\87C\9c
 ëÊ&/¾¤^\ 5Íp/â\8b¥ØðÇ\15\\1f%Úé9ÚÛ)\8c÷Þ_þ|.\93c\16ã¿\a`aï"Òl\9az²t·éN 1\84r$í\1e s,6¹\14ÿAW&¡\0\ 1§\83ÿ\a©Ô\T5/g\89°¤I`H\19\93\12\8eQÈNF\0zít\8aó<îè¾]Æ\83\90\85i\ 3\fEBöìç§éþ\9cÕ)4©è\1d@çv\O\88d%5\1fv½*~À°¹}1\8a+ ±\8cUñú+#º\85A\8cÇ<D6'k½\93=kéYk6\14J<'!\8bSH,|\167'\97·ÜdôrEDØB\82T\ eø©<\eÂ\\b\ 1ôP±\18éܯæû\9c÷a«úè\11ÙòªÛ'lû\11ÿûHqg§\19\15%)ì¤*ÈÛO?Ø\ 5\92-ñ.d¤»©è1Â[Ã\ eA\80j5¤8Ø\bJëLÎá\e\93\91\7f\15\95}\95Á\12ë±oöþì$Æ$\1e쨲"\94z\ 4µI5p\137\11#Þ(üv±©D1â\ 5TO\8exݰ\ e\19\98ÐP\17I[©²!àbß.\9b\91$û     #R\ e#\10ÌËÃ\99LPoª\v\9f·¤÷\9dM\ 1Q5> Ð:84\13³q8?Ë\9d\r«äp¬ñ÷\19.<-\94]-à\96WÂ15¸Ì!îñ<\19u.p\12è\1d.lmmS\ 3\9as©ø¯³\9f\8c\8d\a\aB\ 6ìx£ß7Ðß±\bu\93?Ôô\16\98^\Hù\899|C©ÌT]~º=\1fA\9e\9cÉPwV§\90\15>z%;£e¬´ôe*\rÓ^uX\1eö²ò\10Áª¡eO\1a\9b±&¥h{?c\15OÒx\15GÖä\9cChJY~¬eæÙæÏ¾6FXG¼[¸\\ 3X\94Mu1¦\bÆ%ÅTý>N½'¼A&Û\9dÿ\vK\8dìfñ8h
 ÍÙKT\10ÿr[½Ñ£\187{`u)ÜU]e#\8cA\8eܾ¤|\8c\83\82\aßh?Où,\15¬\1e\1c9k\99M¤¾ëÒè>êÖï^ßàÛÁ\87³\8bß\9c3F':HN\a\rØè~(­Vð\ 6-Ùw{/£ùûã­x\1c\1f.Ú3q\880íZNÉH¼Lin÷ú+\8b\176Ç$ýE*B\981Qç\978\91iN3 \9cýÌËm\97ÈóÆ2\92À\96sûÜ\89êáoKkÛb.ÚÇI©\80-\83\90Q\9f[§q\ fç%Öù3]Ë\9c²qI¸\1e\8fÝ5ȰÕ.\7fÒïÓ$½1ÌónÜ\ 4¿VïhÕç]©c¿ né
-i\9d\11\9d²÷Ð¥|ÃSpÄæÂgK?D$êÔô#Â*ó§\84\ 1\84ª³Ç\99àWQ\93\16:\19\94®\95~m`Ièü¼\ 3ë>\8eÎ_~=µ5nMv¶Gïó\8dl_óò\9eQ¸1¹fùLãþó§èeÝ\92\97\12x_9C\84«d\92'>«ûØÿÐç»ÏYx!Së\9ekËm(vH\ eë¶â\ fà\rg[\17ÌéÑx8NHíA\19ïáiÁQiQüë}âë`­\ f\9dY¦NÀ2k¿\97ôN&;¿h!\ 1kc,\88\14nîÆ\13Áê~GÑ\88Åö¶\12¥f#%g<\90ä&ýýg×\89\9cï\98\ 2\b\87>NÉïbR¬g'¦{wÆ\88^\9c+\a\ 3è\93\87¤'\18ðÅ\ 2O\1eãr`+¿©;\88ÝQ8Ýí-\ 6qô+ÙrQ7m\9dâ\85^\18\89\13W\81\95§F\86\0xg*\81\ eüO\ fò1w\91\nÇcÏ\93\ 4¼ÏH{b~{\91\19<%\14bj\19¸{âÐ\11(\91\96¾úLSX5µOÈøm{ª.\rî\9ar]ôÇzH¹\1c\84ìUûÒRÏÚV^Ýä\95Öl\8em+;\8fàO·0¦²Íì\8fJ\9c/¦#<ÈT*¦3<2o«      ö¿½\97\18Õ%øc\ fiÛÁ\1a(\86\15\9e=\14¸ä°vö05ú( \11«$þ»Óæ7øÚÓ\81=yá\81\97¾\82\¶¤ï[\89×\1a\1f8\98T\83d3¿ÿìPH\94X­l÷=ßtf\r\83¶­Èp\99¡P\8dü\95¼w\94{¹(\7f\84\87H\7f\1cÌ\8eõ÷Ø/;\84k\9fð\87b>¿á\8c8_¤\88\17r\98@.\9e#`CÑ»\9d3º9âR_À\ 6\0\1a\9aGë»xCy\1d     58±\8e"_ÜS®Ê\ fî\80§\18"\93ïó6\ f+súáv`\83u\ 3\86î\1c/\14E´(¶\97\ e\82q"\vÉÇ^-U\96·ÑÐ\94\197Õu%UËÂL\8c\9a\15\9dn\aûî/1êðê\9a^¶º¦              \ 6r\f\fm¡¼Êµ+¢¢èRPY\89\1aÄè\12À\81\1aÇiºö\9eÑi÷p2ÿ{>]·BÎ\9b\83l\ 3\9aXuÞ4[s¡\ 2K«ÀL\19+PbÁøC.(k'üMv\17+ÛÁ1K¦79\9dV\81\b\98_\a{W.\90ÄÏ\8aþ\971\9a«h¦\7fráùPQ16%IHûK"M#>\80Õ\85\83:\9buðDøgJ\11f\ 5Û©g\1do´KNrõHÛ$·ïàXxõ½~\92\13N\92\95ç\12&)*.\839èÁ{\8f²è\9eñ©\1fE¾Oè>dÖ¶½k\13CI\ eú_^¤ÿ\1fð\7f"\0ê\ 6\87 ½Qî\10´+)é¿\ 1\9e,þy
+i\9d\11\9d²÷Ð¥|ÃSpÄæÂgK?D$êÔô#Â*ó§\84\ 1\84ª³Ç\99àWQ\93\16:\19\94®\95~m`Ièü¼\ 3ë>\8eÎ_~=µ5nMv¶Gïó\8dl_óò\9eQ¸1¹fùLãþó§èeÝ\92\97\12x_9C\84«d\92'>«ûØÿÐç»ÏYx!Së\9ekËm(vH\ eë¶â\ fà\rg[\17ÌéÑx8NHíA\19ïáiÁQiQüë}âë`­\ f\9dY¦NÀ2k¿\97ôN&;¿h!\ 1kc,\88\14nîÆ\13Áê~GÑ\88Åö¶\12¥f#%g<\90ä&ýýg×\89\9cï\98\ 2\b\87>NÉïbR¬g'¦{wÆ\88^\9c+\a\ 3è\93\87¤'\18ðÅ\ 2O\1eãr`+¿©;\88ÝQ8Ýí-\ 6qô+ÙrQ7m\9dâ\85^\18\89\13W\81\95§F\86\0xg*\81\ eüO\ fò1w\91\nÇcÏ\93\ 4¼ÏH{b~{\91\19<%\14bj\19¸{âÐ\11(\91\96¾úLSX5µOÈøm{ª.\rî\9ar]ôÇzH¹\1c\84ìUûÒRÏÚV^Ýä\95Öl\8em+;\8fàO·0¦²Íì\8fJ\9c/¦#<ÈT*¦3<2o«      ö¿½\97\18Õ%øc\ fiÛÁ\1a(\86\15\9e=\14¸ä°vö05ú( \11«$þ»Óæ7øÚÓ\81=yá\81\97¾\82\¶¤ï[\89×\1a\1f8\98T\83d3¿ÿìPH\94X­l÷=ßtf\r\83¶­Èp\99¡P\8dü\95¼w\94{¹(\7f\84\87H\7f\1cÌ\8eõ÷Ø/;\84k\9fð\87b>¿á\8c8_¤\88\17r\98@.\9e#`CÑ»\9d3º9âR_À\ 6\0\1a\9aGë»xCy\1d     58±\8e"_ÜS®Ê\ fî\80§\18"\93ïó6\ f+súáv`\83u\ 3\86î\1c/\14E´(¶\97\ e\82q"\vÉÇ^-U\96·ÑÐ\94\197Õu%UËÂL\8c\9a\15\9dn\aûî/1êðê\9a^¶º¦              \ 6r\f\fm¡¼Êµ+¢¢èRPY\89\1aÄè\12À\81\1aÇiºö\9eÑi÷p2ÿ{>]·BÎ\9b\83l\ 3\9aXuÞ4[s¡\ 2K«ÀL\19+PbÁøC.(k'üMv\17+ÛÁ1K¦79\9dV\81\b\98_\a{W.\90ÄÏ\8aþ\971\9a«h¦\7fráùPQ16%IHûK"M#>\80Õ\85\83:\9buðDøgJ\11f\ 5Û©g\1do´KNrõHÛ$·ïàXxõ½~\92\13N\92\95ç\12&)*.\839èÁ{\8f²è\9eñ©\1fE¾Oè>dÖ¶½k\13CI\ eú_^¤ÿ\1fð\7f"\0ê\ 6\87 ½Qî\10´+)é¿\ 1\ 4ùþ~
 endstream
 endobj
 83 0 obj
@@ -5748,7 +5774,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-20 -233 617 696]
-/FontName/PERJIH+CMSLTT10
+/FontName/LHDGJD+CMSLTT10
 /ItalicAngle -9.46
 /StemV 69
 /FontFile 82 0 R
@@ -5765,7 +5791,7 @@ endobj
 >>
 stream
 xÚí\93UT\9cÁÖ¦\81 \r\84\ 4w\1awww\rî\ 4\87n\9cÆÝÝÝÝÝ       î\ 4w     î\10\a\82NÎ9¿¬937³ænÖÔwS{ï·ÞzjW}\94¤Êj\8c¢ ;\13°\94\1dÄ\99\91\95\89\95\ f(® &¯®ÎÊ\ 2deb\ 1PR\8a;\82\8d\9d-í \12ÆÎ`> +//+PÔÅ\1cÈö·ÎÅÇÁÊÇÁ\ e\0P\ 2Åíì=\1c-Í-\9c\814â´ÿPq\ 3EmÁ\8e\96¦Æ\10 \82±³\ 5Øö¯\89©±\rPÍÎÔ\12ììÁ\ 4\ 4\8aÚØ\0Uÿ±Ä      ¨
-v\ 2\82AL\0\0++\10diê\f4\ 1\9b[B\0ÌÿÀ\92\85\98Ù\ 1¹ÿ\95\ 6¹ØÿgÉ\15ìèô\97\v\97\93\16ø\97\12d\a±ñ\0\82Àf\0fE»¿»\81ÿ²ü\1fcýo¨þÝ\ÊÅÆFÑØö\1föÿѪÿEalkiãñ\1f\1a;[{\17g°#PÁ\ e\ 4v\84ü»T\vü/<\ 50ÈÒÅöß«²ÎÆ6\96¦¢\10s\e0\90\91\97\89\83ë_iK')Kw0HÙÒÙÔ\ 2èìè\ 2þg\1a\f\ 1ý;Çßîý\93\82YYRUNV\86þ¿îö_uecK\88³º\87=\18Èòß\vþ\19³þwü·O\8e\96î@]\16&\16\16ֿ¿ß\7fÎôÿm?I\88©\1dÈ\12b\ eTs6\86\80\8c\1dAÿ\95ø_¹ÄÄìܽ\18ÿ>#F6vv \17+7\90\8b\97Ëç\7fÖi@,\1d\À²\12@N\16\16\16\1e\96\7fA\9aº8:\82!Îÿ|\ e\7f\8fü\9f±\99åß\1e\81Áî`S@V6\96%´!\ 3\11ý½Ñ]ß"\99VÇÌ7õ$ô>\9c\18\8ep§Rª`ZûùrÉ\8c1F\82\8fáÂ\1a+J\Çå\1fÇ\ 2\17G¤h\88ÅðæúKb¾¼¥}³m\99Ý`\1c
+v\ 2\82AL\0\0++\10diê\f4\ 1\9b[B\0ÌÿÀ\92\85\98Ù\ 1¹ÿ\95\ 6¹ØÿgÉ\15ìèô\97\v\97\93\16ø\97\12d\a±ñ\0\82Àf\0fE»¿»\81ÿ²ü\1fcýo¨þÝ\ÊÅÆFÑØö\1föÿѪÿEalkiãñ\1f\1a;[{\17g°#PÁ\ e\ 4v\84ü»T\vü/<\ 50ÈÒÅöß«²ÎÆ6\96¦¢\10s\e0\90\91\97\89\83ë_iK')Kw0HÙÒÙÔ\ 2èìè\ 2þg\1a\f\ 1ý;Çßîý\93\82Y^FBZN\82þ¿îö_uecK\88³º\87=\18Èòß\vþ\19³þwü·O\8e\96î@]\16&\16\16ֿ¿ß\7fÎôÿm?I\88©\1dÈ\12b\ eTs6\86\80\8c\1dAÿ\95ø_¹ÄÄìܽ\18ÿ>#F6vv \17+7\90\8b\97Ëç\7fÖi@,\1d\À²\12@N\16\16\16\1e\96\7fA\9aº8:\82!Îÿ|\ e\7f\8fü\9f±\99åß\1e\81Áî`S@V6\96%´!\ 3\11ý½Ñ]ß"\99VÇÌ7õ$ô>\9c\18\8ep§Rª`ZûùrÉ\8c1F\82\8fáÂ\1a+J\Çå\1fÇ\ 2\17G¤h\88ÅðæúKb¾¼¥}³m\99Ý`\1c
 ZHÕ¡~\17ºè=L+#qJm\11EÜû¡k\80\10\94\f%1§\1f\\98F0Ýë.QCⱤW ËôJÝÒ\9f®\ 4e#,\rH+A¦l\1e\ 4\84ÿÉÈÜÚiߺñ    @6t§IÕÑ&£\ 1\8fÙ<KF\95RcðÏÍR,\98{þæ\ e°°J\8b\e\82¦lãã_\82\rúdJ\8cU¬q\ 4(\8eå\e¯Zò\r\1f\95CW¢¸±à(LBb\a\86³o\9fgd\9cý1\88G\11¯¿¹\1c\97"°FíFî\98\81Çî#ñX_        cÔ±\83í\80\8fx\8dÁ\8fúB\10\bQ\87\f\13\9cE:¶]o¯b>µ¢<¡Ô\9bab¬¡uÃ{\96'\ 4\8amw\96a\1cQÝp\12ê\98J\16\1fâO¼LÔ\9e¾T`\9a_\95m\89$¶þÞ   ´H8ð\95ØÎ Fy      \93ÏgÑaQ?}\10kÐÂ\89î¹·&ÿØv¹ûe\13RõýÃw6j`ß\83ô\19\ f;ø¦à»&c¡ÿÊüùÕI\90ÛV\ 5\9eyò²­,\19þF\16\8a3~æ¦/e¤\80B¥£\8a\ e
 %m?\18é\89ÜK\8d4`MÆ\8aDé­\ 1^o\15ÉÙþ\96\80÷U¿þ-i \13Y#\8a\8b±\834\18ÄíâÓ7\9a»\1fé{\8d\8eUT¬ï@ÎB4ô¡N»²[Z©\8f\99÷»ëêEk9ê`XÉQæÜ\8e\91Kb\rȸ\8f\9bO\8d æ\8a\19Oj)\88\91ÉÝϾo:¦H\8cL`Ë«#2üe\ef\88\97Ì\80\98Á\924=?þ\96ë:ìcA\8d-\9e§°a\8e`\95¼\0\ 4       0\16^5\92³^ZÖ^\84,${þ\ 23V
 ±­D[[PÙZzç\aN\90ÑÚÑ\ePÜW\ f;Wpà1ïý¦Ãë\8a\12*ps\17\11Q\16/-Á\9dóÑA±·Cí×\ 6\8b\19æ\88T\91Ømk,"s\9eÃ\vÅ)Âçåé\eÑë\11Â6\13g×+J\8c9Aýãô\13\95¦/«\93\98]ÎÅ\81¡\15¾Ã¿;p\1ax^ÄÇí¼>g\ 6\84û6\81ü\8dø¤§¿²ÔJÞsvÂÑÙ|\9fß\1660\b¼æ.r36ì/\94¼
@@ -5794,7 +5820,7 @@ G\1aH
 Å+ߺâ7M\83'\8d\19Æ=gè\1a\89[ë&=\90ß/ïÜ\1e\91\9eáÄðDª\8bBB8_hB±\1au[\1c\98Ôï[S±\9c¦ë_]q\fû ö~"Ú8e        \ 2\10¨[Å\f_\ 4°ÀÍ÷cýº4Q7·m Ú·Ç<\19xõGÔNQ¡rË$ÚÓ´¢u\98\rxÆl\94ã\86\ e
 \1ct¡ÊobÞ\f8l\ 3\1am\9d¼°¡$\8b\12÷6qû"³qíz.\[.Ò-Á\11ðn\97QÁïb¦\19Ý\92\15\14s/sBU+<?Ð{\ 6_è#Ú\ 5êPî¶\88
 ®\bé;÷Ä\1dÄ«\ 6\9bª{Á´Ù\ 3^?ë\ 3\96\8f¢YI-\84æ£\9b7Ñ2\18ºkò¹03\ 6\1f\ 6\ 1ݼB·ß\7f\94nfÿaw\iJp½'4x§]5 çc¢ÿ0Kß\88\91á\8d8Ó;¬°\82\15WæÍçG{þ\93MÃd¿¶\a\91»\80     \15\91Ìï¤bòP\18AÊ>\0\9aøGQWa­\85\95fÞysã\ 1Ã\8a¾¡?\13MED\9eâ$\86áÍÓî2;\8b\11']fØoQ¸¯²¡Ø¬a½\96\89%\11í\19½ù}\f\91jÝ?\7fåG\9eÅw\eK8f'îc¯\1e¾g\16\13ê 'ÿéÚÀÏ׺\ 3d\7fÚ\1cMt\8c\86µN\9eóúbú4¾\10\14~"\9a\11\86·my\80\ 1\81\bÆV\9b\92qb\80\9c\b½5½ß ðç%q®¯ÔçM-f<\18£5C\8a[Z\8d\9aÆCOI\9c-±beÖ\9cJ?=ÇÙ\10\ 2ì\87È=}=\8f¯ùa\14\14ß¾ò%ä\89>xP\7f?Jܵ§U\93\17 ¾\9aÈðë¸9}K®Ý\9ayq\19e\ 6\83\80\ e\16÷ê\0s\95:Ëx´p\10kc\ 3ék\7fJ åî¢\14aá¼n7R\1e=\1a\16ó{íç­éDý­bFg*\8b\87
-¤f\ 2ªõ  ji\1f®NáÛAöï± \r%õØ\81ej\18²\80ÛÔÝ\9e2ZÖ\16'\10úÌò:0x.ã\82&E\8eì\8e\v]¥i\1f_\Âôºsÿµ÷ùÛ'5Èý=õ\8a¥\ 6òx×^±Äæ`¬­Oä·  §\11\888Id0\9f°3\82mì}Â\ f\91º\ e9\a\9fÇH\95z\ 5¨V!¬ä\f­\ 2\9f÷Æwh\ e\17\95\813\93³\18bèêu(9\8dHp1Ø\10ÞØNÄóbcý­Ô\8c¤Û{(î·h¤+ñÆó Ï®ñu¹\1dü\8d4V\85«w\9cªU\84úù¸mèFÕ9=tF$RãB \9e\8f$¿\82 \9e¸\81×,«Ç/i\rY\83\18Üö(æ¯Ï\12|èÄ\1f°F\9fü%¼?\8b´2|³õ\90>\17VùþÌò\7f9\0ÿßàÿ   \ 3S\e°±£³\9d­±£5\0ð?\0¹B Õ
+¤f\ 2ªõ  ji\1f®NáÛAöï± \r%õØ\81ej\18²\80ÛÔÝ\9e2ZÖ\16'\10úÌò:0x.ã\82&E\8eì\8e\v]¥i\1f_\Âôºsÿµ÷ùÛ'5Èý=õ\8a¥\ 6òx×^±Äæ`¬­Oä·  §\11\888Id0\9f°3\82mì}Â\ f\91º\ e9\a\9fÇH\95z\ 5¨V!¬ä\f­\ 2\9f÷Æwh\ e\17\95\813\93³\18bèêu(9\8dHp1Ø\10ÞØNÄóbcý­Ô\8c¤Û{(î·h¤+ñÆó Ï®ñu¹\1dü\8d4V\85«w\9cªU\84úù¸mèFÕ9=tF$RãB \9e\8f$¿\82 \9e¸\81×,«Ç/i\rY\83\18Üö(æ¯Ï\12|èÄ\1f°F\9fü%¼?\8b´2|³õ\90>\17VùþÌò\7f9\0ÿßàÿ   \ 3S\e°±£³\9d­±£5\0ð?\0Æ\97 À
 endstream
 endobj
 322 0 obj
@@ -5804,7 +5830,7 @@ endobj
 /Ascent 850
 /Descent -200
 /FontBBox[-1 -234 524 695]
-/FontName/SBAMRJ+CMTT12
+/FontName/XFGCPG+CMTT12
 /ItalicAngle 0
 /StemV 65
 /FontFile 321 0 R
@@ -5817,45 +5843,34 @@ endobj
 /Length1 715
 /Length2 2510
 /Length3 533
-/Length 3048
->>
-stream
-xÚí\92y<\94û\1eÇ£l\139e        \91\a\15Ñ0c¬cÉ\12Ù&#DÖ\193\ f\86Ù\1a\83\91PN\98\90%ÛÉ\12Ù²o¥\92I²Kq(û\12\11\9eH]Õ9ç¾nçþs_÷¿ûºÏï\9fçûù~~\9fßû÷}\9eÃRhk¨>\9eâ\ 6\1aSÈt(\\11\8e\ 4\fQ66pe\0®\b\83\1c>lH\ 3±t\ 2\85|\ 2K\a\91\0\S\13\ eèûz\0Ê0\0®\86TQEª¨A \87\ 1C
-5\80Fðð¤\ 3r\86G¿¹Ô\ 1}\12H#à°d\0\85¥{\82¤í\10\1c\96\bXSp\ 4\90\1e \b\0úD"púÛ\16\1fà4è\ 3Òü@¼"\ 4\ 2\87\ 3x\ 2\8e\ e¸\81\1e\ 42Dé\e\94\9d\ 2¨ÿ\90ñ¾Ô?[~ Íg\9b\v\90Ûæ<
-lSâ)db\0\80\aÝ!J§(Û§\81Û,ÿ1Ö¿¡ú9ÜØ\97H<\85%}\8bÿ>¨¿õ±$\ 2\ f\a\85Dõ¥\834\0\834òÏV;ð\a\1c
\13|I?wMéX"\ 1§Oö \82\0ì\87Dð1&0@<\9a@Çy\ 2t\9a/ø]\ 6Éø\9f\19¶çö\9d@ÉÚ@\1fuÚLá\8foú£\8bÆ\12Èt\9b\0ê_±ßìßkø?ëíùÐ\b\fÀ\11¦\b\83Á·\8dÛëÏ7ç\9fN3"ã(x\ 2Ù\ 3°¦cÉx,\rÿ\97ðw*\ 3\ 3
-#\10
-\a Ê\b\15@UY\ 5PÓT\rúW\9b-\99\174=\ 1¨Â`0\r\ 4â»\8aó¥Ñ@2ýû_°}ß?kwÂöp@\90\ 1â iéB\ 46×c\12
\98\95ú^i»\aÏúÐ\90\87\7fS]Ë\12îj[ØMäPì÷\8a\bóF¯\fðm¼CG§¬ËI\1egV\ 6£´âê×\\1a\ 3\ 2ÄJF\84åÝ;X\8e¯V\91¥Wg Ý\ 2Õ\ eìJ\8fæÁè\1aWÇÛ
-Yª\81.\1cü£Kø,:µn±YJôîfokpÝ ¾ÄA¡®}àöTäëÚ\1dH\¯\91¿ù5\85\f×µ
-Nr§!ÞA@$ BY \88\14\8a\bûb»¬\aµ\ry~ÇÄ{&no÷ê]\8fù\ 1×ÒIHÕÜ)q%Ë\19tW*\ 1\8d·ç\92xsÅ\r[ÏVÙ\10\97\10\92+/Y\104ÅùvÝË"\9d\7fçZæ\83\82ëeV» \16;ó¢(:ã²k4\8a2]§Ó'I°¡e¹aLìýÈFÌû <RßUÖ\18¢!óc~¢_\9cé\94²K;¶ê¥piO©ñbÄ¥Í>Ý9·\ 6\8aÄ\9d\83^î^<L\èÈ»B\89Ø\8f\9d£øÑ¶ìE×I=¿,|\13å]÷Ê\88:WÙ\18ï\9b\ 3\1d1fC\0\94ÇæÁ\13Ç\19q¹â¨e¥~àh\11×R\10\18é¹b\93ûH\83\82\13\94F      ·.\14¸Yz\87ÃSO)u3V\93\97«ø*\94\1eÛåG\126zXL¦°}\8f\1c\91ïÔ\ 2\96ÅÅ\v7ZÊ ®«?n5vaHåYJðüÃð
\14ûÛ¹É+\12©tÙ\eË-ÊÐfS£Oh·æåó\a­º\82Ë\8d\96nãÌ¡AlsZGc\97\1dÝ\85\9fÁ\80ñäµ\96"\85\ 5\v³\ 4ìãLm\8fì«     \94Ï\97\80Å)ÂŪ´U½\93Í\8b\e&Ó~{oY檠.¯³çr¥ÉÕ\18_\9a\10\15¾6æøÈ\0¯Wú\8b\f\9ax\9fKy¬\ 5\15\87\rO¿\8dz{¨§\81¬g\1eô0íµc:¯Ã$\8f\93P\ f£´ÖtßKÁËï¡>ûb\9cÓ%Å´R\1fß8öZ\8d\98\8c·tÔÑ\9dµO/\e¶§\fÞ_y©<\17¿'\8d®Ò[û:xç\15Å
-\8d¸3A«÷÷\96g\r¹\Ë0òZÆ`®Mgôoñ÷rÜTÑ\16Ô\89\1e°n
-käPo2)Ë·\84¯GÈ\9e\91Uܱ\1e¾\aS^Y¨|(\90úÂu.Í÷WÔMÊÛ»Ý)AÄ%«31-\13\92\10áØqñâ\8aá0\aí\84a7vA\8fÆLD\9dJ\8eQ\81Jý*õCÓô%þÒ´-Õã\87\ e¬'OïØ+®T\9e=ÓÉZO`èÇ\86TëËr\84îÏòaĪO
-UÛ\ 4vobè\98rq\avG\7fiEßë\8b£]½ù»B]NðWä½j[B\9c÷Ò\959+vH®Z\84ÁÆðn\96í|Ç5~2SÉ\98\83Ó~6§HóÖ\97\9cå nFýëô[õËF²¬û\r1íò03F{¶\94¹YUª¡\84¾Û\ 1\ 1ñKuÃ_ÜtkÒ\vãèç\ 60Øi\98 rä\1cV¬#½6¥þ©V\ 2Uwp&ò\99Î\8d²\92ô=ú²\r\12qm>f9|pyg\13\87\vï\8fÌAR¡\aÕ°'ä+Ôó¤®óÉ(.pÛßÅ-¿Aî<uF\96k7EO\9c.ô¤jP¡#rÇÂÂá]=\97\8c\vìx<S²\8få·¨\99¤nî*õ°J\11R6äRP8È\99¶¯^-l+{ßâm·"Èì¨\8bEÀìÒýÕó\81\13qÃüåÎ\ 1ázãV­\89N\82¾|Ù|\rQÝ(N\eé2i\a)\91è_Äeò»í\84cVåCB\99¬\89Å\8b\18´\8eD\9eðÖ\13«L\8d\ðü\12Y[{´5»\eê±É\8cæ\1aç§Ð\8c\1d6Â"wǧ©\aÛ·\17;%\8c¥õ\12\14l¢òb\16L¢tÔú<êÜ­µ\9f\8a\9cìÕ\14\8eÜ£±\8cÜ9ç\1f \89û¨×Ãòty\1f\8cVágËÈ/Ê{ñÂö©|\92}\b`\18£ÊºÐà¥\8843è:ÃÛ=\99D\88\99\81*\ ïÔÊu|%ßÞö\Z\93:©Î\9c3Óxü\84a\16é¦çSaÑÌ2\95Õ°´
-j3¯í+¬\13\16bvN óC\91R\8cÆè}ù­¬bÍS]êâ\0Åòò\ e\17\99j©ûo\15\85¾UBÔ´õ{jX«ÅÚYé\8e̶ëÓ\11UZî\12<%á\12Ý\ 6ÇÀñËS©§]X¶g\83Æý´­\ 2\11W÷êÇd÷ÊØÍí¿{?!\8dÔ\13\98ò&ë.î«èÓ\81      >:©\b\9eoíô{¸\ 6ûÛ¹-h\11m\1dõ\eço\1cÔ\ 2N'\v¿Â×ÇáK\\ 6\9dÄç£ï«\19"g\e\ 3ÄgxÎ,õ\Ê\8aÉ\8aóþX\15\\15§Ts¥g_&\7ft\7f     ÅÜÙ\9e&d:E(÷Ï/_Åu\99.Z\18P\e£\ 4ª\11\81C/ÏÅ¿9taï3®\ eËý\98¤èɳ¼Ï\99\8f*[\96L\87\1d¢\ 5\98å=Õj\19òNmÕ\ eÉy¬\9c¤×\842^×7kÎç\86Û+z\9f÷@Å87 ¸ý¥\81õw<??=Q|\93Ö-Ýà\9f¥\8a\19G\956õ±nw:XêÃqzá\ 3K\1e˾F\a®\ e\16\ 6#N`n\8eâÊ´\ 2\fmuí\ eOW`\98\87\ag\9fÆ\9bÔgmºV`bÑ;üV\93Û\1c¨lÈ\84>\91\8f»\8a³ãÓF׏
-\83\92t\84°S+ù½`¼£\85Ö¼±l\8a\80ã\9cwI\1fûNÂè\8a¡è\vOã¥.f¹Þ\87\8f¦n<È\1d\9dé\16\96÷\1e\8aùs\ì¯Z\bTË#O·zjNKAJà_\1c\9d\8d\13\1f\17/\86ì8\1d"ïì}Ó\ 6~2\84\ 2±ôæ\84×X\15RâTSCܳ¾\92\f¾Ä\1d\14LJ\89XML´a
\89ê\17uçÖÙ=\90\90®²\88½ òùwÃa\83ò­\ f<é((\10è¯Íb\9dÿx\85sÝi\88\8b{\90Ð\8fv\93\11\1aÐÝ\18ݼçk\1câ¶á\99P\87\9bY\9a­\8dµV9R\81\89\91\víשë\90aÞÚÍÉ8ÒS\ 5ÇÛä\vÉß°\80gÇØw;+m\r°\9bzñí7\9f\87?=Q:QôÄs\18ÅíÓVÐìå\92\91\bÍo5÷ÇI\f×Aí¯÷«\rÚ~\89¿ô     ï×l\eqAt\93¤¶7¹ÞÒeøü\8dè\10\16FuÅNÒjoì\ 3\88§Ý\90ÝѯaK«¾]óR|5\90©\86\8a¨\88ùæCjÙµäGo\14\8füÂ[
-ÒjLvKº\19Ê8¿\95¤æ\90V¦Æ?\1c©\\16»Èn±â®+V\908ÐôJ°nntwD\84Ì]oþàh\9eÄ\ 6î'[\12c\10\11#C\99\ f¢æ¡\1e\99rcÁ\95ó^¢\93\1d\e\10ßw\8bf¿4A$4\ 2¹Ef\11Ü=µ\1d¤¼uÑqØ\9e\8c\88ܦ±\e1]º±IÎ\8fØ\8c«½2«\8b3\98­5J\86P1å=þªW]4¢&´\98­IJ_®Xã¯\13\92Ú^\9cß\17õµ\11\11ä¤Â«\ 6?<\8b¹\8aµÛD~a\9b{XÐN\1c\e¾Å{Ò±öÜó¯U%\ f¢Ï\95\r^4ÿuDôÁêÛ\8f
\9fÌ}ÐA¾|#GQ»\8f~À«sÚÙx³s
-¼@\8e\ 4ÉN³\1fÈÁÍÛ}Æ%\ 4W/*Øó8\87!³·<²º+7\13ZãY\92ò¤\10(µ`\80AmNçH(Á{7Û\1e@½ê<é^}0î«÷\9e\99\bÛà#\ 5\9b_Ð¥þg\9e?\ eû4\90á\ 6Y\r¿µ\89éPí-\8a\92h+Lð\8a\9d\895Þ1\9cùê8tü¸\ 6\95-Kø¹.Útí¦b\8dê5Ø\10ñj_¢tùä\1eÓ¡\ 5\eÉ©û¢.I]¿óM\90\86ÅCE[\93t`\90·ú£\95Z\9e#mO墼n\94ð4½Û*fÂòÊ\11\1a\8e\9e÷\88qT\15÷{a¢Ü1y*K.Y\9dè­.eö]\9fÓâå E\ e\rcÜÄ¢\80¨@Ø\7fù@þ\1fð?\11\80#\82X\1a\9dBÂÒ¼!\90\7f\0س.\81
+/Length 3046
+>>
+stream
+xÚí\92y<\94û\1eÇQ¶\89\1cYBäA"\1afÆ>"Kv\93\11"\13Í\98\19\f³5\ 6#!N\98ì²\9d,\91-;)\95L\92¬\11\aÙ\97\88(IÖ\12©«:çÜ×íÜ\7fîëþw_÷ùýó|?ßÏïó{ÿ¾Ï#/\83´\ 3\eâ(nxS
+\99\ e\86ª@á\801ÂÞ\1e
+\ 3 *\10\90¼¼1\r\8f¡\13\13\18:\1e\ e@ut \80¡¯\a\0\83\0PM¸º\ 6\]\13\ 4\92\a\8c\0\1aÁÃ\93\ e(\1a\1fùæÒ\ 2\fIx\1a\ 1\8b!\ 3\b\fÝ\13OÚ        Áb\88\80\1d\ 5KÀÓ\ 3T\0À\90H\ 4N}Ûâ\ 3\9cÂûài~x\9c
+\b\ 4\85\ 28\ 2\96\ e¸á=\bd\90ê7(\v²;\ 5Ðú!ã|©\7f¶üð4\9f\1d.@q\87ó\b°C\89£\90\89\ 1\0\ eï\ eR=IÙ9\r¿Ãò\1f\eª\9fÃM}\89Ä\93\18Ò·øï\83ú[\1fC"\10\ 3þpPHT_:\9e\ 6 (8<\8dü³Õ\11ÿ\ 3\ e\81Ç\11|I?w-è\18"\ 1kHö â\ 1È\ f\89àcJ`àqH\ 2\1dë      Ði¾øï2\9e\8cû\99agnß  T\9d\8c\91\7f\1f]$\86@¦Û\aPÿ\8aýfÿ^CÿYïÌ\87F`\0(\88
+\ 4\ 2Ý1î¬?ß\~:Í\84\8c¥à\bd\ fÀ\8e\8e!ã04Ü_Âß©\8c\8c(\8c@0\14\0ÃÔÔ\ 1\r\98: ©£\11ô¯6\a2á¼/Þâ\ 4 \ 1\81@´ÕÔ¾«X_\1a\r\7fÿ\vvîûgíNØ\19\ e\1eÏÀcA\19\99"\ 4ösG¥\94×Ñk\rý²\8e\ f\9e\r A\ f\vÞý¦ñ!G´»mi\ f\91SeÐ+2Ü\e¹6Ä¿ù\16\19\93¶¡(}\9cy+\18¡\9bÐðÁõI@\80\98¨\92{\a\võr\1d^\1e;\aî\11ªqæP}´\88\8f©=\87º­\9c£\11èÊ)0¾\82Ë¡Së\97\9beÄïnõ·\ 6×\ fãÊ\9c\95ëÛ\87nÏD½ªc\83cûMü­®*g\9dûPÅEî2Æ9\v\89\ 5\84\82Hajá_\1cV\rÀ\ e!}w̽ç\12\ 4{Öïz,\ e\9d+\9f\ 6U/\9c\94\99Cv§\13\908'n©×WÜ0\rì·\1a\13\92\95¤\8b\82f¸ÞlxYg
+ìú\90ýà|¢ðF\85ín\90õ®\82h\8aÞ¤Â\a\1a\ 5F×ëòI\11nlYm\9c\90x7¶\19÷.¨\804\10Ë\9aPkÌþX\98ì\97`1\ 3smÇT¿\10-ï-7]\8e\fÝ\1aÐ_pk¤HÝ9èåîÅËÄ\86\8d½-\96\8aÿØ5\8e\eoË]>7mà\97\83k¢¼íY\eÓâ®\98à{])z #Îr\ 4\0óÚ?x\8a\9a\93T,\8d^U\1d\ 4\8e\94\ 4á£<×ìó\1fiS°Â²\bÑÖ¥"7\eï\bhúIÕ\1eÆzêj5\7f\15l^ñ±ca\14\97Åd\8a:õ*\12ùO.aXÜ|P\93\95¼àú\86ã¶\13\17\9f¥\ 5/>\8c¨\12Hsº\9d\9fº&\95NW¸¾Ú\ 2\ 37[\98|Bº5¯^8hÛ\1d\i²r\ek\ 5\ eb_Ð=\12¿\8ar\17}\ 6\ 1&S?´\94(/Y[&a\1eg\1fóÈ\8dM¢|\ e\ 5\96g\b\97ª3Ö\rÌ\9a\977Ígý\ 4oÚä««]ÞàÈçÎP¬5\r\9d\12\13½:\81zd\843(ÿE\ eI¼Ï\r\9bhA$`"2o#Þ\1cêm$\eX\ 5=Ìx\85Êäs\9eæ=+ÒË(¯³Ø÷Bøò;°Ï¾8\97Li      ÝôÇ×\8f¾Ò$¦âlPzúóN\99\15£N\94áûk/`\v\89{3èêýu¯\82w]Q©ÒN8\1d´~_°2gÄõj\96\89×*\1a}u6kp[ \9fó\86ú1a½\98!»¦ð'\9cZMæ\15\85\8dH\85Ó©y
+*l\e\11\95·\8aa\87\ 2©ÏÏ-døþ\8a¸Ays·'-\88¸b{:®eª\1a&\r\12\8d\9f\94\1a\rw>\964êÆ!ìñ$[­^=ϤH½a\9dú¾i6T <c[ãø¡\ 3\e©³l\82\92ª\95¹s]¬\8d$\86a|H\8d¡\ 2gØþ\1c\1fF¼Ö´H\8d}`Ï\16\9a\8e®\94tæ@ù˪ø^[\1eïî/Ü\1dæzB ªàeÛ\8aÚ\ 5/}¹3\12\87\14\18ì\fïf\85®·Ü\93fÙª¦\9c\Nóy%:7¿ä­Nñ0\1a^eÞlX5Q`Ýo\8ckW\82X2Úse¬,«Ó\8d¥\fÝ\ e\bI\86Ö\8f~qÓ¯Í,N \9f\1fBcf!Âð±ó\18\89\8e̺´\86NÝ$ªþð\Ô3½ë\15e\99{\r\15\1a¥\12Ú|,óø¡J.æÎ\17ß\1d^\0¥\83\ fjbN(Ui\15È\ã\97SYâqº\8b]}\rßuò´\ 2÷\1e\8a\81$]äiõ°rG\14ÛÒ\92üîÞPÓ"G^Ï´Ü£\85-\9aæé[»Ë=lÓD`ÆÜÊÊ\a¹2ö5h\86oçî[¾íV\ 2\9a\1f\ e\98_¹¿~!p*aT Ò% Â`Ò¶5ù¬°/\7f.\7fct\ f\82Ë^¶BÖYF,æ\17I¹Â\1eGѸu¥\900&kjù\12\1a©'U ºýÔ6[;\1f\7fa\85|ìØxkn\ fØc\8b\19Ã=)@¡\99:o\86GíIÌÐ
+vj/=\9b4\91ÑOP¶\8f.\88[2\8fÖÓ\1cð¨w·;Ö)fÖ¯#\1aµW{\15¾kÁ?@\aûÑ \97åéú.\18©.À\9eUXRðü¹C§R\8aS\b`\1c§ÁºØè¥\ 2·4ê>Í×3\9dB\88\9b\ 3+_$ïÒÍG½Tjoë\93Õ¡Nk1\17\1f?eXF¹\19øTY7³,\14´ml\83Ú¬ê\ 6\8aëEE\98]SðÂ0¸\fãI̾ÂVV©ÎÉn-I\80bs\99M\9fçy¶fúþ\9b%aoTÕjÛ\ 6=µí4ã\1dmõÇæÛ\réjÕºîR¼e\11R=FGñ\93\97gÒO¹²\1cÎ\ 4\1d³\r¨\12P\8b\154\8cËí\97s\Ø\7f÷~R\ 6©70íuÎ]ìWñΡ)~:©\ 4Zhwö÷\bm\8e7\vÛà\12Ú\ 6â7®ß8©E\g­ý\8a_\1d\87®p\eu\11ûÆßÕ0ÄÎ<       \90\9cã=½Ò\e\9a\13\97\93àý±:¸:AµöJï¾l\81\98Á2\8a\95\8b\13MÄb\86Pé_X¹\8eí¶X¶6¢>\89\16ªQ\v\1cyq>ñõ¡\8b\82ϸ;lö£Sb¦Ïðõ1\1fÝjY±\18u\8e\11bVöÖhf)\9dm«qN-`奼"Tð\9d{ýÁåüh{U\7f_/X\82k\13\84Ý_\1eØpÇósç\89Ò\e´\1eÙFÿ\1c\rô$¢¼i\80u»ËÙÆ\10\8a5\88\18ZñXõ59\10;\\1c¬v\ 2}c\1c\e`ì ï(?[\85\ fÏw&\9a7äl\9d«BÇ#ÙüÖSÛ\9c©ìð¤\ 1±\8f»Ks\133Æ7$¹\8b\83RôD03k\85ýøD\94µî¢©B\9a\10jÁ»l\80c\17a|ÍXü¹§éJ7³Òàý´ÉG\v7^8[W¦µÍ½\87\12þ\9c\97\ 6«\97\ 25\vȳ­\9e:³2 2è\17\94\8b\7fòãÒå\10¶S!J.Þ7ì¡f!\14\90\8d7\17´Ö¶\98\92 \91\1eâ\9eó\95trnø\ 5ö pJZäzr²=S(Cܰ¤'¿Þñ\81\94lµuüE±Ï¿\e\8f\1aUn¿çÍD\80\81@ÿc,Ö\85\8fW¸6Î\8e\f\13\ 6\91nr"Cú\9bã[÷|MCÜ6=\93ê±s+óuñvê\87«Ðq\8aa\83\1d\9b\18\87{«¡8ûB\11¥ëÖÐÜ8§\1e\17Õí!\ e\v/þýV\8bÐÎ\13åS%O=G\11<>mEÍ^®YÉàÂV+\7f¬Ôh=ØéÚ æ°Ã\97ÄÐO8¿f\87È\8bâ[$MÁÔ\ 6\e×Ñ\v×cBXh\8d5Gi[Áø\a OÇ\11Ç#_ÃWÖ}»\17eøkA3\8d\91\8bÍ\874sëÈ\8f^«´@\1fùE´\14\9aï\91v3\96sy#MÍ#­ÍL¾?|kUâ\12\87õ\9a»¾DQòPÓKáú\85ñ=\91\91rw½\ 5\82cx\93\ey\9enKM\80ÄL\8cåÞ\8b[\85yd+N\ 4ßZô\12\9fîØ\ 4ù¾]¶ü¥     $¥\1dÈ#6¯ÆÓ[×A*Ø\10\9f\84ìÍ\8aÌo\9a¸\1e×­\1f\9fâò\88Ý´Æ+»¦4\8bÙZ«j\f\96\80íõ×\88\8e\9eÒe¶¦¨~¹b\87»FHi{~a_ô×'jAgÕù4¡òóèX\8cã\16ü\vûÂâvâÄèM>3TÝù¾¯Õe\ fbÎW\f_²úuLüÁú\9b\8fÊó\9f¬|\90A¾ücG\10{\8e¼Çiq9Ú{sp     =\87\8f\ 5)Ìr\1cÈÃ.:~Æ&\ 5×,+;ñº\84Ãs·=rznm%µ&²¤\95H!`jÑ\10\83Ú\9cÉ\99T\86ónv8\80xÙeæ^s0á«÷Þ¹H\87àÃE[_\90åþ§û\1e\87\7f\1aÊr\ 3­GÜÜBwhô\97DKµ\15'yÅO\99Ó$\9eÜ1\9eû\8a\1a9~\\e\9cÒÊ\9e#Ú§\8f´øpC¥Vã*d\84\18;\90,[9½×bdÉ^z澸kJ÷ïüS¤QÉ0ñÖ\14=\bè\8dáø-]ϱ¶NÅh¯ëe¼Mo·K\99\90\82J5í¯H\94ç=b\ 2UÝý^¸8O\\81ú\8akN\17\eƱûsF¢"¨Ä¹q\82\87X\12\10\1d\bù/\1fÐÿ\ 3þ'\ 2°D<\86\9004o\10è\1fØØ.\81
 endstream
 endobj
-397 0 obj
+405 0 obj
 <<
 /Type/FontDescriptor
 /CapHeight 850
 /Ascent 850
 /Descent -200
 /FontBBox[-30 -958 1146 777]
-/FontName/BCZCQM+CMSY9
+/FontName/AYENYB+CMSY9
 /ItalicAngle -14.035
 /StemV 87
-/FontFile 396 0 R
+/FontFile 404 0 R
 /Flags 68
 >>
 endobj
-396 0 obj
+404 0 obj
 <<
 /Filter[/FlateDecode]
 /Length1 721
@@ -5865,24 +5880,24 @@ endobj
 >>
 stream
 xÚSU\f\bÖuLÉOJuËÏ+Ñ5Ô3´Rpö\r\8e´T0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22²22çâRUpÎ/¨,ÊLÏ(QÐpÖ\ 4©2WpÌM-ÊLNÌSðM,ÉHÍ\ 5\1a\92\9c\98£\10\9c\9f\9c\99ZR©§ à\98\93£\10\ 4ÒR¬\10\94Z\9cZT\96\9a¢ÇÅeh¨\90\92\99\90\94\9a\9e\99Ç¥\ fr\93g^Z¾\829D8¥´\0&U\96ZT\ft\97\82\ 6Ð\9d\9a
-@W¦äçåT*¤¤¦qéûå\ 3mK\ 5º\85dgaq\15ºán¥99~\89¹ ãAá\84!\9d\98\9b\99S U\90\9f[PZ\92Z¤à\9b\9f\92Z\94\87®4<\15â6ßÔ\94ÌÒ\tYÏ\92Ä\9cÌdǼô\9cT\ 5]C\13=\ 3cS\88Df±[fEjJ@fIr\86BZbNq*X<5/\ 5Ý)ÀÐ\ 3;DßÉ9Ê9ÐW\e\12±\10É\80Ä̼\92\90Ê\82T\ 5\ 3\84j0ß\10Á\a\ 6RQf\85\81\9e\81\81!P!\10ÂX±h\96¹æ%ç§dæ¥+\ 4\97$æ¥$\16¥À\ 50\1dåä\94_Q­kl  kij¡`hhb¦`nn^\8bª04/³°4ÕÓEÁÔÀÀÀÂÐ\12,\9a\ZT\94\9aW\ 2N\f@\ fÃøi\99À@JM­HMæ\9a=G4\931^GVûkÂ\97\ 3W\95Âw\9d8wsÃ,õ¨M\86\92\9b&\a±6åûM\8f=wÎç\85\1d3ÏÜ\93¿izan£5gα\1d6÷ý\95w.ãÝ"?³l\8d±QòI\8e;ïÏîõiaz˰8¯¤=Ù\97\95¨/\8b»Â\968êXs¯ÿõº°úýù¿«Z\12ö»G¥Kl8n\13.èzAmjQY0«Á¢ßï\8f\9døV\10\97μ;îÉTãvîSò\82V7Ì\ 3®Nßátãf\8e\93õBuÛ;ɯ\9d?û¯ä[n¥ìõ9þæ&¿íþ\92Iy\13UîW\9d\9e\944çDµÎ\ f\19¯ÎM%î\r¹\9b\9d'ßýà \19ñèÖ;nïÏ¢?Wq©\ 5\z(÷¨óÿº\93\ e\17Ö\8bñ?ÿ4Eðà\91\88Ì\8bk¬Ï?Zç»\E)dÂÔ\8f\7fæ¿IHê4Ì\17È+\9cåõè¯ë»¶þ»\1fª\1a^.SÛí|ö調g\15º;þÎ\¯°©~nvÌ­,û\15½QçÏuǽÞÜ\11bÞóæðþ[GÕ\ 2ý¥_þÖX\97Ô)±k\8a\96\1dëö\1e«ÿ\r=_Ä\96¾eܧÁd¸=ªê\1d\86\90éÂû¾m>}°ã\99ê®\86\89\e\96þ=8ùfæ¦\8cè½fZç¿Ú©       oõ«}¿ö÷dí\80Xéyõ«¾}\v\93ªð?atV$öÂ\89ë\a$½×*«Ýÿ'ª\9fÁ½6\9fùB~Cþ\7fû´\96|e7io\95Gü"IÛ¶»<ÙñÕdÝÙéËíK%\7f\8b\9dêØÆøwÊqW\1f\véÓª\9e\v{gnúTÄ-,qÿì\9dÏ!ÍÕ>\97\9d6\9dnXÄ7ïØ!ù¹\94¦\93öÆ\8b\86A\1d\8d\vom>ÿñã\19«\15>\e¬·ð\1e\9fÉ$uuz\81¶Ø\9d Ñ \897\8bOĥȽ;8W{fÒ©¯\9eGïÝz*ôxγu·NÞ¹\9f§\97Þ·õ\1fïÑÓ\8eË\16ÝØ.¶uÝÆ æ\9e\1a×\99ÆÏÿrë+Û\û£_8÷\85Í»\1d.5+M\f\v2ØÄ\e\ 34\8dMf¯¾\1cÆ\1f~ØùÎá\1f\ 6¡\1aj÷VêÛ)G\1aLqü\95ijv²íÿ¤\93óý2´N\14s¿^sÿÅí*þ\93ê'7ÝÏ\14\94[x-ÄWË8ìÂÄ\98kßÒ\9cÍeY6^ä\93¹ûÎó¯¾`F&\8bÐÏý\8fôfµ    ý.øe1ËäÈÑÄ\95Q5f\vEÎLRoÏÊ\8bxì`©-|c\rë\9bk9\8c;»f­/3 \10p\8d\1a0,\fHÎIM,*ÉÏM,Êæâ\ 2\0 \9eب
+@W¦äçåT*¤¤¦qéûå\ 3mK\ 5º\85dgaq\15ºán¥99~\89¹ ãAá\84!\9d\98\9b\99S U\90\9f[PZ\92Z¤à\9b\9f\92Z\94\87®4<\15â6ßÔ\94ÌÒ\tYÏ\92Ä\9cÌdǼô\9cT\ 5]C\13=\ 3cS\88Df±[fEjJ@fIr\86BZbNq*X<5/\ 5Ý)ÀÐ\ 3;Dß1ÒÕ/ÒI\e\12±\10É\80Ä̼\92\90Ê\82T\ 5\ 3\84j0ß\10Á\a\ 6RQf\85\81\9e\81\81!P!\10ÂX±h\96¹æ%ç§dæ¥+\ 4\97$æ¥$\16¥À\ 50\1dåä\94_Q­kl  kij¡`hhb¦`nn^\8bª04/³°4ÕÓEÁÔÀÀÀÂÐ\12,\9a\ZT\94\9aW\ 2N\f@\ fÃøi\99À@JM­HMæ\9a=G4\931^GVûkÂ\97\ 3W\95Âw\9d8wsÃ,õ¨M\86\92\9b&\a±6åûM\8f=wÎç\85\1d3ÏÜ\93¿izan£5gα\1d6÷ý\95w.ãÝ"?³l\8d±QòI\8e;ïÏîõiaz˰8¯¤=Ù\97\95¨/\8b»Â\968êXs¯ÿõº°úýù¿«Z\12ö»G¥Kl8n\13.èzAmjQY0«Á¢ßï\8f\9døV\10\97μ;îÉTãvîSò\82V7Ì\ 3®Nßátãf\8e\93õBuÛ;ɯ\9d?û¯ä[n¥ìõ9þæ&¿íþ\92Iy\13UîW\9d\9e\944çDµÎ\ f\19¯ÎM%î\r¹\9b\9d'ßýà \19ñèÖ;nïÏ¢?Wq©\ 5\z(÷¨óÿº\93\ e\17Ö\8bñ?ÿ4Eðà\91\88Ì\8bk¬Ï?Zç»\E)dÂÔ\8f\7fæ¿IHê4Ì\17È+\9cåõè¯ë»¶þ»\1fª\1a^.SÛí|ö調g\15º;þÎ\¯°©~nvÌ­,û\15½QçÏuǽÞÜ\11bÞóæðþ[GÕ\ 2ý¥_þÖX\97Ô)±k\8a\96\1dëö\1e«ÿ\r=_Ä\96¾eܧÁd¸=ªê\1d\86\90éÂû¾m>}°ã\99ê®\86\89\e\96þ=8ùfæ¦\8cè½fZç¿Ú©       oõ«}¿ö÷dí\80Xéyõ«¾}\v\93ªð?atV$öÂ\89ë\a$½×*«Ýÿ'ª\9fÁ½6\9fùB~Cþ\7fû´\96|e7io\95Gü"IÛ¶»<ÙñÕdÝÙéËíK%\7f\8b\9dêØÆøwÊqW\1f\véÓª\9e\v{gnúTÄ-,qÿì\9dÏ!ÍÕ>\97\9d6\9dnXÄ7ïØ!ù¹\94¦\93öÆ\8b\86A\1d\8d\vom>ÿñã\19«\15>\e¬·ð\1e\9fÉ$uuz\81¶Ø\9d Ñ \897\8bOĥȽ;8W{fÒ©¯\9eGïÝz*ôxγu·NÞ¹\9f§\97Þ·õ\1fïÑÓ\8eË\16ÝØ.¶uÝÆ æ\9e\1a×\99ÆÏÿrë+Û\û£_8÷\85Í»\1d.5+M\f\v2ØÄ\e\ 34\8dMf¯¾\1cÆ\1f~ØùÎá\1f\ 6¡\1aj÷VêÛ)G\1aLqü\95ijv²íÿ¤\93óý2´N\14s¿^sÿÅí*þ\93ê'7ÝÏ\14\94[x-ÄWË8ìÂÄ\98kßÒ\9cÍeY6^ä\93¹ûÎó¯¾`F&\8bÐÏý\8fôfµ    ý.øe1ËäÈÑÄ\95Q5f\vEÎLRoÏÊ\8bxì`©-|c\rë\9bk9\8c;»f­/3 \10p\8d\1a0,\fHÎIM,*ÉÏM,Êæâ\ 2\0Ñ(ذ
 endstream
 endobj
-400 0 obj
+408 0 obj
 <<
 /Type/FontDescriptor
 /CapHeight 850
 /Ascent 850
 /Descent -200
 /FontBBox[-36 -250 1070 750]
-/FontName/CFIZQO+CMR8
+/FontName/SEUARI+CMR8
 /ItalicAngle 0
 /StemV 76
-/FontFile 399 0 R
+/FontFile 407 0 R
 /Flags 4
 >>
 endobj
-399 0 obj
+407 0 obj
 <<
 /Filter[/FlateDecode]
 /Length1 712
@@ -5891,7 +5906,7 @@ endobj
 /Length 5364
 >>
 stream
-xÚí\92g8\9c\86\13D0jF\fÑ\86Q¢F\19£FïQc\98ÁèÆh\11½·è%Z\10\9d\11½GÔè=:!$DMÔ辬µö÷íc¯oÿÙÇþ·\8fý¾\7fÞû¾®÷zÎç~\1e6\16M\1d0\14ád\81TprÄ\80ùyùÅ\8105mQ ?/\84\98\8d\r\86FÂ1('G98\ 6)\ eä\17\13ã\aBݬ\81\ 2\10 ¿°¸ \98¸\10\84\98\98\r\bsröB£¬m0@\ e\18ç\1f.\11 Ô\ 1\89FYÂ\1d\81jp\8c\rÒáw\88\1e¨ãd\89Bb¼x\81@¨½=Pû\8f_\\81ÚHW$Ú\1d\89à%&æç\a"P\96\18 \ 5Ò\1aåHÌ÷\a\92²£\95\13Pä¯6ÂÍù\9f\92;\12íú\9b\vÈñ\9b\93\13ø\9b\12áähï\ 5D ­\88ùÔ\9d\86üÍò?Æúo¨þ\1e®àfo¯\ ewø#þ÷\98þM\85; ì½þCwrpvàÑ@5'\ 4\12íøw«\ 1ò/45$\ 2åæðwU\19\ 3·GYB\1d­í\91@È_-\94«\ 2Ê\13\89ÐDa,m\80Vp{Wä\9f}¤#âï\10¿Çö'\ 2\1fLAÙHK\83ûÏ\ 3ýKÓ\84£\1c1º^ÎÿJýÃügÍÿ\9fõïá Q\9e@c\b/\ 4ÂÿÛøûýç\97éßÖ\92w´tB \1c­\81:\18¸#\ 2\8eFü«ñïL²²N\9eÞ`Aa Xàñï\v\ 4\11\81\0E\1eC|þ«QÏ\11åâ\86T\96\ 3>\86@ "b\7fQYº¡ÑHGÌ\9f\97à÷~ÿY[¡~O\a\89ôDZ\12gdR£p\9eó0q\1f\9b\1fµO=4h\1e\9eÖ$~_°\9böø$\87f´ï'\89=\1eï\8cmX\88\9dæÑ,Ùù¶ftê)Ç\ 3éð*_5\89¸ö\13³.//úòE\1a.«ÁVãÕcqlÌ\ 6x\9cªÎè6ß\87=dtÓsã\1aî\9cÇÞfxäK\a\88\1c\8csÛ~\ f\v]ýÅT¯oÛ\1c¢Ü\88»­\7f¶ækä·\96\96\1e*   ÜYÏO*ñ\1dG`\b#*\80\0\95\8fC `ȵޡ\fXÏo²VÉæYu~]Î\10/ÃÑj~Î\86\92Ò\13\89QÓ¯/{Ø\89ÅS^\96;\17½5\ e¯\83QÓ1Ýa­Å7y\ 1ã\fK\8c¶ÛÅJ ±\96\9dñQ\8eF@Zy_2õV 
+xÚí\92g8\9c\86\13D0jF\fÑ\86Q¢F\19£FïQc\98ÁèÆh\11½·è%Z\10\9d\11½GÔè=:!$DMÔ辬µö÷íc¯oÿÙÇþ·\8fý¾\7fÞû¾®÷zÎç~\1e6\16M\1d0\14ád\81TprÄ\80ùyùÅ\8105mQ ?/\84\98\8d\r\86FÂ1('G98\ 6)\ eä\17\13ã\aBݬ\81\ 2\10 ¿°¸ \98¸\10\84\98\98\r\bsröB£¬m0@\ e\18ç\1f.\11 Ô\ 1\89FYÂ\1d\81jp\8c\rÒáw\88\1e¨ãd\89Bb¼x\81@¨½=Pû\8f_\\81ÚHW$Ú\1d\89à%&æç\a"P\96\18 \ 5Ò\1aåHÌ÷\a\92²£\95\13Pä¯6ÂÍù\9f\92;\12íú\9b\vÈñ\9b\93\13ø\9b\12áähï\ 5D ­\88ùÔ\9d\86üÍò?Æúo¨þ\1e®àfo¯\ ewø#þ÷\98þM\85; ì½þCwrpvàÑ@5'\ 4\12íøw«\ 1ò/45$\ 2åæðwU\19\ 3·GYB\1d­í\91@È_-\94«\ 2Ê\13\89ÐDa,m\80Vp{Wä\9f}¤#âï\10¿Çö'\ 2\9f\8e¼\1eT[\99ûÏ\ 3ýKÓ\84£\1c1º^ÎÿJýÃügÍÿ\9fõïá Q\9e@c\b/\ 4ÂÿÛøûýç\97éßÖ\92w´tB \1c­\81:\18¸#\ 2\8eFü«ñïL²²N\9eÞ`Aa Xàñï\v\ 4\11\81\0E\1eC|þ«QÏ\11åâ\86T\96\ 3>\86@ "b\7fQYº¡ÑHGÌ\9f\97à÷~ÿY[¡~O\a\89ôDZ\12gdR£p\9eó0q\1f\9b\1fµO=4h\1e\9eÖ$~_°\9böø$\87f´ï'\89=\1eï\8cmX\88\9dæÑ,Ùù¶ftê)Ç\ 3éð*_5\89¸ö\13³.//úòE\1a.«ÁVãÕcqlÌ\ 6x\9cªÎè6ß\87=dtÓsã\1aî\9cÇÞfxäK\a\88\1c\8csÛ~\ f\v]ýÅT¯oÛ\1c¢Ü\88»­\7f¶ækä·\96\96\1e*   ÜYÏO*ñ\1dG`\b#*\80\0\95\8fC `ȵޡ\fXÏo²VÉæYu~]Î\10/ÃÑj~Î\86\92Ò\13\89QÓ¯/{Ø\89ÅS^\96;\17½5\ e¯\83QÓ1Ýa­Å7y\ 1ã\fK\8c¶ÛÅJ ±\96\9dñQ\8eF@Zy_2õV 
 \91<ôP~GøÅw\93\92÷ ýH\9cɦS¢ç\18àz7k÷ý\9aÅ\11\87ü\98ñ¾tý1Ï\95±Õ\ 3\8b\a\99\1c\aÚ¯êk¡öB.\17Ï®\97\8d$<8åi\91\8c4ïgØ}Ä
 Ô]\ÜÀï×Å;2jkn3n\9aÕ][\8b\91\10U¨e\7f\9a¹S\88\81\1d\9b\8eÐ\96Ï¥t\1c¯°ö\7fË\8dnÛé"òcu\17\1f\f\1d\9e\19¦\12¥ßPWR6ë=ׯ\13\9bõ\8b\8c\19|\12há¦\90as+ÌVÞ×\87Ùø»uoÕ\10\16\85á\8aΠ\9e\83)q\1fäc\89we\9a·Q9¬\12XáÚ\ 10¸H\80S¿\17×m\\eùøVõ\ 1\98«þ5)ö38WE\99ö\97\96\19¢U2å\83\87ö³K\9f
 uÙüþúùWK;OýI#±}3fJ\ 3ßXDVLp­ýLm\ 3Ï\15æ\ e.ýô§yMÌ\8d\18\1aÇe\18yÊéq\1eæõ\15\95®¤\10\1cô\1c$$æd¼6\14K\bj\8bÀ»¯\1d\11(Úà±\90\ 6¹\81\ 1òÒªYº\8b\81½·\ 6R4ú³í\98²+\9b/ÅÚÒK\96ÏùÞ²Wç[1[³3Ô,ô=\93ÛpJ¤*Ó\91úb7¨\18`õYïvý+Ç\8e-8ű\0þ(ãu>\9d\ 1Ãm\18HE`K´\91#\87Ù¢RbTÑV S\88q§1ç\9cKZZ0\91zê°Ôã\8e\15í\18È"çÙ³\f\8d­\9e\96T{;ñ5Z\11öЪÖÜ\98520\80M§|Õ\ 4®\18t\7fS·^Ì8ìÚÔÓt\a:ºImïJ\12ŻɺÉR]2»åG\86\ 5\ 5\11ø    \10vE\9a\9e-O)ú]¼\96° +®^\92\b\9b¦º÷\80 èyS\èS)È-«j0\99êD\\148¿6ÞÕ>\15\91\12U\1c)½ËD\9bÈvÁÑ3Y\9cmþ°$\16ø\99\91\15¼6O>äW\14§\9cÔØ?\9fÆg³Vd<Ça\1e\92å¯ýÎÚ/úLD\96D¥´ýå(N\8f\12\ 1ÛÇ\94«ï·´;Þµ\92Õj4ôäÞ\95ã]±\84\fãv9ùínð\ eJw\11¥wÿ¢N¸'ô8\10Ò\91\16ü¢\8ddS­-\ eïIF\rÇåò&ãK*­\ 2\92aÎ[Øã±Zêö\89\faë^âZü¢4ÑÇ\88\ 2£\13%\ 1Ð\rý~g\1d Û¬g+5¶K¹\85¨åRNsØ\8e¶Ó\80KtY\93ÂÏEj%;Ð{ðÁ¡©0\19A)T*\ e\84dǵ%Ѻ\\81C®¶©\93\a\8dÍËi¤U\91ó\f%\v'êl\9d\97\9fqç"l \98p°Y\98{z¬næ\95\94kß{æêÈÊO\1eV\ 1A\13¹A\ 2ê\97+L-Ô\rÇíó¸êì+ÚïÛú±V\13ßdqmóÐ\r¸E$\ 6Âßà<Q\80ä^ÉØ5:Hºÿø\ 3ý\85ñ§Ø\83½oK\1a\12Í6â8Ëo\87\97,ÛHÈ\1d\ 3(DUf9É©DJ
 ³æöÍay\ fil<a÷ÒÅ\12\e\r5\99kÉÙT¤Om¼\93Es\83bÔ1¨AioøyÊ\a>\85\17\12íYIú\r\7f\90\90v\99\99d\0\ 6Î\96ÂÊz³\14~jÌ\11\98\19Äo\14¼\ 6
 ·Û:$Ķ궤÷\83b3Ô\19ò¬s.Rö¥O\85\ 1\9c\9fw c\ eWÜȭɱ\b\19ùS\vë²\83ê Þô\1fËLfê÷y\9e\f/n\96cÇë{ïo\1f¤\86©|.\9b\86Ìae|»\1dâ\94W\rL       \12(¢â=\7f¸>é"\9d÷\9b\80mIádY¼»S\7fU®)Ëb\17l»ÉÓÓ®ªóÐÒäË+ØáH<Zl>\86×ÇÚk\16ú¼TÁ°\8aE3Ó\b\14ZÍeh»_+Ø·îã|*±¢3\90\97-éöLv4d¤ªô\9c^@w5â¹üt\88Á&éhHð¸Ak\97ü\ 1\9eÂÞÃO7ã|»_So±æR\98¼nݲhJG¯Üðùæ.w@Ûó#¾Jv^i:ãÝ\18\fª4>YB\85E\19\86áÚ¾\f\10(`ý\82àø¡|\9dãèÀì}ÅÙè»\9e\12\ fuqùÐ\92\80õ\8e]ÙP¦Wk\88ìWÛȪò0\96¸òêbTÚ\98`ï$Ó^\11ÌS\8d\0E­iƸ¤x\7fZÙÀèo²Ü\e\9aµ§Húî¯zë\90þQ\8dN\ 6Çtë\92Oþ#Ü}Â\\11ó\10©\84\e\96Âkýqq#ÍE\ 3\81ÞgTÒ\9aͯ
 ÃK`IÜAM!ºziL\99\f%J\rUv1 ¨ÌWå±¶\8a\ 3RÛôè#\11wS\16\ fEVóõÐrÕ@H\98B\8cÌÏ0øA\92g®gìC¯ð\80á§\96\9dl ý\ 2{\ 2=\86ãÐp­µÉ«\a\8f&-\14\18\a\18$I\18\9cß\11\f\84]\0Þ\10\ 3î}®\7f»¬K\89n\13\13ÿÁXp§ºoñ5}        \8b·\17#"\9dv\8e^\96©\92ò\85d1\1fÀ¥ù\9eq»IaçÇ`\bû\88\ 4\19ѨËì\ 4\1fÀúÈ>(:
-Ù'\9cS@öu]Äðñ\ f×\ f\VêÉ{Ù\ 4ý\8d»æ~.Û"$Üv¶<m\vZØÓø<\90õ\1dý>{Ã\eh\bÈ:ʧ\92\10ðz\12_AtémÚÛ\1d\r\12\7fwûÅÖ\80ädì"ScùüHÙ(\95N\97Y83Q\ fÈ·õÍÞ\9cX;aÙj\9dé\99vÚçiº\94ôã <=?\aiÈÿò!þÿ\80ÿ\13\ 1\96öH8\1aãä\0\11\13ÿ\ 3hG\8c\13
+Ù'\9cS@öu]Äðñ\ f×\ f\VêÉ{Ù\ 4ý\8d»æ~.Û"$Üv¶<m\vZØÓø<\90õ\1dý>{Ã\eh\bÈ:ʧ\92\10ðz\12_AtémÚÛ\1d\r\12\7fwûÅÖ\80ädì"ScùüHÙ(\95N\97Y83Q\ fÈ·õÍÞ\9cX;aÙj\9dé\99vÚçiº\94ôã <=?\aiÈÿò!þÿ\80ÿ\13\ 1\96öH8\1aãä\0\11\13ÿ\ 3'"\8c\10
 endstream
 endobj
-619 0 obj
+627 0 obj
 <<
 /Type/FontDescriptor
 /CapHeight 850
 /Ascent 850
 /Descent -200
 /FontBBox[-6 -233 542 698]
-/FontName/OJQUNE+CMTT9
+/FontName/CRJDVZ+CMTT9
 /ItalicAngle 0
 /StemV 74
-/FontFile 618 0 R
+/FontFile 626 0 R
 /Flags 4
 >>
 endobj
-618 0 obj
+626 0 obj
 <<
 /Filter[/FlateDecode]
 /Length1 712
@@ -5937,7 +5952,7 @@ endobj
 >>
 stream
 xÚí²S\94.̶¦\99¶íü\92+mÛ¶mÛXi®´­\95¶mÛ¶m\9bõï³ûT\8fÞÕ75ê®GGÜÄ\9có\8d7\9e\98\11dD
-Ê´\82&öF¦böv.´\8ct\8c\\0aY\15\15N\0#\1d\ 3\f\19\99°\93©¡\8b¥½\9d\88¡\8b)\17\80\91\93\93\11 èj\ e`b\00²q±°q1±ÀÀ\90\ 1\84í\1d<\9d,Í-\\0\14Â\94ÿR±\ 3\ 4mM\9d,\8d\rí\0²\86.\16¦¶ÿ\98\18\eÚ\0\94í\8d-M]<é\0\0A\e\e\80Ò¿¶8\ 3\94L\9dM\9dÜLMè``\18\19\ 1&\96Æ.\0#SsK;\18ú\7f1IÚ\99Ù\ 3Øÿ\9d6quøï\92\9b©\93ó?\\0\8a\7f8)\ 1ÿP\9aØÛÙx\ 2LLÍ`èåìÿ9Íô\1f\96ÿm¬ÿ\17ªÿ4\17sµ±\913´ý\97ý¿úô¿\94\rm-m<ÿ/\81½­\83«\8b©\13@ÖÞÄÔÉî?¥ê¦ÿf\9355±tµýϪ¤\8b¡\8d¥± \9d¹\8d)\80áß)Kg1K\ fS\13\ 5K\17c\v\80\8b\93«é\7f¥MíLþ\93á\9f¶ý\17\ 1½¼\94¢ª\9c(õ¿_ôßE\ 5CK;\17\15O\87ÿéú/õ\7fÅ\8cÿwüOw\9c,=\0Ú\ft\f\f\8cÿ\bÿ\99ÿ½Òý\8fÃDí\8cíM,íÌ\ 1Ê.\86v&\86N&ÿ3ñ¿B            Ù{xѲ\ 1h\99\98\99\ 1¬,L\06N\ e\9fÿ§LÕÎÒÑÕTR\ 4ÀÊÀÀÀÁüo&cW''S;\97ÿú\ 3ÿ\÷¿c3Ë\7fzcjêaj\f\93\99\85n    ¬O\83OýdðØ»D¬Þ>µ¬\0ÓUt\95Æú\9c\8b13z\vk\ 3N·bõ'ÄZáq\15þýB!*õ\95\82\90?¬ÎW\96;®÷YoÀÓ\13§r\13\83Êl¢S{ÿ\89«*ú\84v\ eµI\v\84¾çÚ4ªM_»\81:\97ÕK\ f\1cqëÞ$×Å¡ûn\88\b»ùciÄ·{ͤR\8bº{lµá0â¨\ 3\88ËxIÔ]:\81:[ÿ¹\16ÂnZØD\v\15˳\96        ÕÇ6\909ä[õA\80VÕo¡QÂúÐ49\139ìÅö%P\ 6U˯!pp\ f\17~çT­ùATi\¢_Z}+Xâ½_}p\8d¿\8ex\8f(vÁ:½~%»ªµØ\fõ\ 6\194óÄ\ 3£$\7fÙ\83pw9ërÀ\88©úO\9eSÍn²2U\94ß#ì\96\94þLóäW¬ó\90\13   &Ë®A\96¹ð520¢©g ,\9b·$DFߢºAïttß±/õ\85S·-\85'\92\8a/®t\13©i\8b¦ø<iz É/-\1a\16\18<´^a\8aIJÖ!¾}'~ücÖß\94\ 4h¡ü6hÈâ^|¹.àÔ\f\85}7 \15L²æA\90{\13 #å?e°Î©Ê\1e\9d\vÏåÍä\ 5\86Ýþ\16Ã\b[°Ô\87%\1d\8f7ùxýl\90=¾dj}^\9a$+µ\9f ¶úç.<ª÷\1d/t\11\86éÚ˼\8e`¹!­[ZAk\90În\85Õ±p`¡\10\1d9ÁÃ\ 2C´0É\rº\1235Ë\17\aË\17\b«Q((\ 1Qe|\ 2\86â\ 2%Þ"Ö\9e´ IjBÀRºªí©\bo>SK­\9cÏD¹JsPZ\ 4f\ 1\86\v\95 ¿FB\9dI¯N\83429\8fæ\94<\19 '´ .̱\vegq\rÅ\ f\84­7ê\ 3ѧy)\vêvF¨×\84^'\98Ý\1a÷h~\94K\12×XYl.¨>Y(¦\12Q\87\1d\91Éh°·YÐÕÒ3j\0Ë\15\vôNP\95¿úGVùú·×+êZ3Ó\ f'\94\ 2ѳz\1aµ(죭\1f*¶7'6/j,\93êüpw}\90náÚÅï?\9em\10\rb)Èa\9b:y:ºZ:;®²\98HØòï\ fßTru%<\17ÖÜö\81\83#6CZ\8c\aTN\81}\vqÒÓ\86\0+\0wbÕá\9c£øN6\85#âÐã\17¨\8ce¦mÎ\9fL\81\17²×ã]j\97pÊ-ÏÖO\:/7lèòÛ¿\84ü0CIaµó\ 1\8be:dÓA0J$ËXÅ,\8f\8e\1dD\ 4Ò`ËuÑ¡Þ3s\96rè¡\9a\vC+7\9f\8bî¼]­B2\ 1.h·°äÊ\9a!\8e\ 3Ok\8eä\8e¹§Mª\9f£o5CþY#×\86\8cÇF\a\v\10vX¼°æÈya\10\8däB\99"J8\v÷\aüE,\8c(hÀúþ\14u\15\7f®\89Å&C}>\1d\99«\97\94#\ 6\9a\9c;\ 2ñP\ 3 \7f\1em-\1c÷\93\ 3µ\1fí\95\9e&G¶ô\1c%\85ZÂ<SCÂRÎ\849÷ôÿ¨³jà.$õoá\aðÖ$àS$§\82EçøçNEyë\a\8bQ¬E$!\15:¯t4:\8d_\0
+Ê´\82&öF¦böv.´\8ct\8c\\0aY\15\15N\0#\1d\ 3\f\19\99°\93©¡\8b¥½\9d\88¡\8b)\17\80\91\93\93\11 èj\ e`b\00²q±°q1±ÀÀ\90\ 1\84í\1d<\9d,Í-\\0\14Â\94ÿR±\ 3\ 4mM\9d,\8d\rí\0²\86.\16¦¶ÿ\98\18\eÚ\0\94í\8d-M]<é\0\0A\e\e\80Ò¿¶8\ 3\94L\9dM\9dÜLMè``\18\19\ 1&\96Æ.\0#SsK;\18ú\7f1IÚ\99Ù\ 3Øÿ\9d6quøï\92\9b©\93ó?\\0\8a\7f8)\ 1ÿP\9aØÛÙx\ 2LLÍ`èåìÿ9Íô\1f\96ÿm¬ÿ\17ªÿ4\17sµ±\913´ý\97ý¿úô¿\94\rm-m<ÿ/\81½­\83«\8b©\13@ÖÞÄÔÉî?¥ê¦ÿf\9355±tµýϪ¤\8b¡\8d¥± \9d¹\8d)\80áß)Kg1K\ fS\13\ 5K\17c\v\80\8b\93«é\7f¥MíLþ\93á\9f¶ý\17\ 1½°\92\94\88\9a\16õ¿_ôßE\ 5CK;\17\15O\87ÿéú/õ\7fÅ\8cÿwüOw\9c,=\0Ú\ft\f\f\8cÿ\bÿ\99ÿ½Òý\8fÃDí\8cíM,íÌ\ 1Ê.\86v&\86N&ÿ3ñ¿B            Ù{xѲ\ 1h\99\98\99\ 1¬,L\06N\ e\9fÿ§LÕÎÒÑÕTR\ 4ÀÊÀÀÀÁüo&cW''S;\97ÿú\ 3ÿ\÷¿c3Ë\7fzcjêaj\f\93\99\85n    ¬O\83OýdðØ»D¬Þ>µ¬\0ÓUt\95Æú\9c\8b13z\vk\ 3N·bõ'ÄZáq\15þýB!*õ\95\82\90?¬ÎW\96;®÷YoÀÓ\13§r\13\83Êl¢S{ÿ\89«*ú\84v\ eµI\v\84¾çÚ4ªM_»\81:\97ÕK\ f\1cqëÞ$×Å¡ûn\88\b»ùciÄ·{ͤR\8bº{lµá0â¨\ 3\88ËxIÔ]:\81:[ÿ¹\16ÂnZØD\v\15˳\96        ÕÇ6\909ä[õA\80VÕo¡QÂúÐ49\139ìÅö%P\ 6U˯!pp\ f\17~çT­ùATi\¢_Z}+Xâ½_}p\8d¿\8ex\8f(vÁ:½~%»ªµØ\fõ\ 6\194óÄ\ 3£$\7fÙ\83pw9ërÀ\88©úO\9eSÍn²2U\94ß#ì\96\94þLóäW¬ó\90\13   &Ë®A\96¹ð520¢©g ,\9b·$DFߢºAïttß±/õ\85S·-\85'\92\8a/®t\13©i\8b¦ø<iz É/-\1a\16\18<´^a\8aIJÖ!¾}'~ücÖß\94\ 4h¡ü6hÈâ^|¹.àÔ\f\85}7 \15L²æA\90{\13 #å?e°Î©Ê\1e\9d\vÏåÍä\ 5\86Ýþ\16Ã\b[°Ô\87%\1d\8f7ùxýl\90=¾dj}^\9a$+µ\9f ¶úç.<ª÷\1d/t\11\86éÚ˼\8e`¹!­[ZAk\90În\85Õ±p`¡\10\1d9ÁÃ\ 2C´0É\rº\1235Ë\17\aË\17\b«Q((\ 1Qe|\ 2\86â\ 2%Þ"Ö\9e´ IjBÀRºªí©\bo>SK­\9cÏD¹JsPZ\ 4f\ 1\86\v\95 ¿FB\9dI¯N\83429\8fæ\94<\19 '´ .̱\vegq\rÅ\ f\84­7ê\ 3ѧy)\vêvF¨×\84^'\98Ý\1a÷h~\94K\12×XYl.¨>Y(¦\12Q\87\1d\91Éh°·YÐÕÒ3j\0Ë\15\vôNP\95¿úGVùú·×+êZ3Ó\ f'\94\ 2ѳz\1aµ(죭\1f*¶7'6/j,\93êüpw}\90náÚÅï?\9em\10\rb)Èa\9b:y:ºZ:;®²\98HØòï\ fßTru%<\17ÖÜö\81\83#6CZ\8c\aTN\81}\vqÒÓ\86\0+\0wbÕá\9c£øN6\85#âÐã\17¨\8ce¦mÎ\9fL\81\17²×ã]j\97pÊ-ÏÖO\:/7lèòÛ¿\84ü0CIaµó\ 1\8be:dÓA0J$ËXÅ,\8f\8e\1dD\ 4Ò`ËuÑ¡Þ3s\96rè¡\9a\vC+7\9f\8bî¼]­B2\ 1.h·°äÊ\9a!\8e\ 3Ok\8eä\8e¹§Mª\9f£o5CþY#×\86\8cÇF\a\v\10vX¼°æÈya\10\8däB\99"J8\v÷\aüE,\8c(hÀúþ\14u\15\7f®\89Å&C}>\1d\99«\97\94#\ 6\9a\9c;\ 2ñP\ 3 \7f\1em-\1c÷\93\ 3µ\1fí\95\9e&G¶ô\1c%\85ZÂ<SCÂRÎ\849÷ôÿ¨³jà.$õoá\aðÖ$àS$§\82EçøçNEyë\a\8bQ¬E$!\15:¯t4:\8d_\0
 iY·~\14Ü\10 î\97#ò;Wö*\9cØ\93¶rÚqüØQ\89\1cä¯Ý4Ôð­\9e
 ß¬tl1x\9dq,\8axl\1em=!Û\12XåÖÿµ 
 ö8vØa\vçáP>g\ 1¼\93\12\85ËØ%ÍHÚ©!Ü_\9fÿª\93=×ç\19¢wU\98ºÜwÏÁ\8bÿö\97æÊ\92ù\$dXÎ×(ùBÕÑ«äh×,\8eÆÛ\e\1c#b¥\ 2\95K)ìZóèÎØßsÈk\1a¬#+2© \96ifþ\ 2rÄÓÿ,\93+   Ô\89Ihy: \99\ 6\8e2¢ÏË
 Á(è\80;\81IÂßî\18\1dF×l{»\12cêâ\91é\13V\8a\9c\16Ĺu¤\ fTvâCb¬\18½Û\93Ã\bÄ\96Ð@`\86S9L¥ U`uÜ\15ÝoszF\15Z\93\12j\90Ô,÷>Ì\fsÖ}ö*\14\9b\a\97A\bl§¦N\9a,\90¹\10\13\f
 Ê/\15\ 6¼\12\88%å¯Ì\ f\1a\16X\ 6F¡`ððîie½\ fæª\bÓãú\ eQC\98ÊDÓñiæ\91$Ñ3Ô¸åEôÎ\1e\85'\8e\85#àÈq`hÜ©µþMLÅ\13Ý[Ê5    ¨2?û8i\14è\7fHq\12q\9e\8e91ÂlѺÅ\ 2Òî´û6k\1a2Ë.¿{ä\82Í+\9c!\810\95Ü\99\80üý#Ú\10\f\9fg+üø?u§m\9e\8f\88\9fn!\ 2Å\10â|-ä{!£\1ft      \90\0líèà^Â\ 4\16¨tk­z
  \9a¨#Y·{¦\e \1fê?\97Q\1du\f\1f26Ããë*OK\10æ\ f\9fú³&°,ãµÂ«X¶Á³ÛAWà\rûÈ\ 1Ê´\ 4gÄP\ e\v"\91\9bOÖ¢X\13\v\Q\9fíÅõvÒJEåg°5P\ 1¬Äø\e°Æ\92\b\88
-8öææ¬Q¨\94\ 4\88f\1c£)²Å¹A1\89#\19D¢¢\95ûaÙ\18\94\84®L¶°       wtÄÎ])\ed\8d7óúæô&\19ÏÀI\\ 4WxkdåfqàEÝ\90¡l½m\84ßB\80ãÎõè+\ 6ö&¨ë\0©Zês\86ÿÃ\ 1óÿ\eü\7fÂÀØÆÔÐÉÅÞÖÐÉ\1a\ 6æ\7f\0¸
-¾/
+8öææ¬Q¨\94\ 4\88f\1c£)²Å¹A1\89#\19D¢¢\95ûaÙ\18\94\84®L¶°       wtÄÎ])\ed\8d7óúæô&\19ÏÀI\\ 4WxkdåfqàEÝ\90¡l½m\84ßB\80ãÎõè+\ 6ö&¨ë\0©Zês\86ÿÃ\ 1óÿ\eü\7fÂÀØÆÔÐÉÅÞÖÐÉ\1a\ 6æ\7f\0ëʾ0
 endstream
 endobj
-630 0 obj
+638 0 obj
 <<
 /Type/FontDescriptor
 /CapHeight 850
 /Ascent 850
 /Descent -200
 /FontBBox[-35 -250 1148 750]
-/FontName/UWJQUX+CMTI9
+/FontName/URHYUU+CMTI9
 /ItalicAngle -14.04
 /StemV 70
-/FontFile 629 0 R
+/FontFile 637 0 R
 /Flags 68
 >>
 endobj
-629 0 obj
+637 0 obj
 <<
 /Filter[/FlateDecode]
 /Length1 720
 /Length2 1051
 /Length3 533
-/Length 1581
+/Length 1583
 >>
 stream
-xÚí\92{8Ti\1cÇQQCº ¤Ë¼\15\96d:#c.²\8ca4B\84H\8a1çà0s¦\8e\991£d%r[ºÉʽ,Ý\96T<ɤÒýbÒ¶$×ÝbÓõ  ±%²\83m{VûÏ>ûß>{Þ\7fÎïûû¾ß÷óþÎ1ZìîiÎ\84\85A\b[\88\89ÌÉ$2\ 3°\½8t@&A\ 4##\16\8epE¨\10\8a\10\ 6 ÓédÀ\14\87\02\rX\90\19\10\8d\ 1Q     \ 4\12n\91áhH¨\b\98°LG]TÀ\14 8ÊãbÀ\95+
-E\ 4Ê\10\1e\97\ f<\85<\14\11ÉH\00ù|°ntK\ 4X\87D ¸\ 4\81I\ 4\ 2\99\f`\94'\ 2AH\b\8a\11V\8c2q°`! \8e˰x˧\96\ 4Á#\94\ÀDÉi
-\94\94°\10ãË\0\8c\ 4\13V¸   \95§!J\96\7f\8cõ7T\13ÃÙb>ß\8d+\18\8d\1f\9dÓ\17\0åËþ0\b\ 5[Ä"\ 4\a®B\18Á±\89V\1fd\9cÍ\15\81Q±`b\97#âòQ\1e\13\vá#À\9clI\82,Çu4\82\8dJ\11Ø\1d\15ñBA0\97\1f\81\8cé\b\ 6O$Q\ eo\8cc\85·\8f³\87·¯Ùøw\1doºsQLä%Û\82\0è³{¬&\7f®\953ÂQ)Ø\b\91 \88¬4*×§·M\13\ esÄxB\18ÅB\80§\88\8bÁ\\1cþSø\12ÊÞ^(Ýf¾\92\ 2Ì-(\10 \93-i\80J\81¢ÿjôÆÐ­b\84ã\0(\10\ 4Ñ,¨c*O\8cã\b&\1aû\17\94\17þT\a£Ê\19!\88\14á\11²sôPÕ\80å\vÍú\ 3ß^jXâs^Ñ\15÷ý-:ýkÕ¯4ÎîÐ"\16E\9b8/jÍU-Ê|\88Ë\8f^cÑÒ\ 4\97î?¾zÀÉÎI{\9aîÀæ\ f\1aÔSñóÍJt\8e\15hZÕG\17Ë+LAUEÞGßHKµ¨U\9b\91àã\ f,>
\8aûL©ÚÎeÖ±\8dúR±±Mø\85\82\81ÎÝ3^ÿ\10Ø3¹z\95\9f$xfÛ¬Òbçð\99Û4'³ò\ f'¦¤^ÙgQ\1d÷\eêw>ö\8d±V\83aJ\1e\9cÓ¤"?cÄN\95\8d\9c¬ª\83¬z_m«Üt7\911ò-Ͻ±»Ì g¡yL]«\8b·Ë\ eÊ\fCà+d=\9eÍ\9eµz{Ë\\81#Í«bÁ¹÷35{\99IÙ5ï¢}zt6û~§\93åï\9a ØÛbFõ9\90\91P[Ôg¾+\09\94\96¡\96\9e£\1a\1a?/SÇ?D!ñêm_»¤_gÖqé[»®¡å¾\ 3\1d{\88õ[O7X\eg^TÈY\1f\1d§îLqZÿ¢\86øuül\ f\99j\a\ e\ 3é1¨\10<ïY7¬*O\81I\81\8bËT³ÒZ%\95\85ûò«ó\8b\86\rX\9aÃ\ ep\85­X# ø\86ñФ\98ÚUo\ eÍM\1f
\93\1eÙô<÷¹ìòcâ\1d¿°,7¿4ÿë\8d¦ú{;$\19\87;îYß*\94&ÖflP¤SÛ(\97J)í}ÝÍÅM\r¢·>§h\9b\87ç̺´ºJ!¡Û^,P\1f^úÐþÞSÕ@JÀ3OµrÓ£\867dι\9d\8c\98Vûa¼ªÙöÄ\95_7í1J¾uùå\ 5+¯òIE\89[\ 3ò´ál\1fÝpiØ\91¬ë#ô¾ X\9ezáÏ'ã\8anZÎ\9c4]¤­7g}\7k CöRßð
-Jyå4åà
-\8e\8b\9d®
-d½A]·«ùh«çpóTÛ\9b^]\94¡\ 6ñ\99ä"\e\e\7fgZCxÙ1ã\ fy1\8dÙ¿\94\99¹\9bpÜÕ÷7·\ 5¨\9cÑ÷KÑ/¨\k\92¿²¿çå\vÝÆ\ 3~KêÛ{7hð«Ê\17&í×\8f\a\9e\8f\14\ 4Í'N¯Ê\16¹En\87¬\9d§,²))õ°Sä\ eª&' §*<Pl\9ek\83KAÐsâ[õÛ»#÷tÜoÕ?\19d\92\8eóS¡ý\9d\ 5\ 6×\ 6\vJ§¼¡?©{\89µ{§\1f\19|qêÁëªØ.îpwRî&·\91&.aqùë¬éÓâ\ 4âÛ1É\1dë\154µjÇÁCÚ\a8\1f2_Í[Ù\17\8a.\8d\16\14?m{tz~m\17£\1f3©mMî$ÒÐ\12âÒਲ਼»\89\8b\97CÏÒ»\8fZ5?ì\8f¬T\19\981\85&Dz¯6=Ý\1a\19x\82\11\98{\8c\1d\115G²±®n\99b\10wki\1aª?w¥*):<I¿)Là\93\1f&Q\18\9bëiá*ZåïK¾Ñ\8c[ ®¯\90E¬É%\15ÏY\1d«§\97U\14f«B\967zí~\93Bs\8eºqsê\870ÍÒ\1a­P\ 3vB§MÇk\9eÃ*\vVïä¬J\12_ð¾&ðÇ\8a»¶¦»Øõ\97µMÖYGÔר¿h\vÓ\98F\9ffè«X;¹ò.Ñ?Î#y\99ÙÝwk:íÒÚ¯&®¤>\9d·þÎ|æ\90q_`ñy\1d1\1aôøºûå\19­%\eö\1ft?l\výË\87ð\7fÀ\7f"\80ÇG¸¸H(àâá\ 4Âï\b\7fQm
+xÚSU\f\bÖuLÉOJuËÏ+Ñ5Ô3´Rpö\rñ´T0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW0´P02´2°°20çâRUpÎ/¨,ÊLÏ(QÐpÖ\ 4©2WpÌM-ÊLNÌSðM,ÉHÍ\ 5\1a\92\9c\98£\10\9c\9f\9c\99ZR©§ à\98\93£\10\ 4ÒR¬\10\94Z\9cZT\96\9a¢ÇÅeh¨\90\92\99\90\94\9a\9e\99Ç¥\ fr\93g^Z¾\829D8¥´\0&U\96ZT\ft\97\82\ 6Ð\9d\9a
+@W¦äçåT*¤¤¦qéûå\ 3mK\ 5º\85dgaq\15ºán¥99~\89¹ ãAá\84!\9d\98\9b\99S U\90\9f[PZ\92Z¤à\9b\9f\92Z\94\87®4<\15â6ßÔ\94ÌÒ\tYÏ\92Ä\9cÌdǼô\9cT\ 5]C\13=\ 3\13\88xf±[fEjJ@fIr\86BZbNq*X<5/\ 5Ý%ÀÀ\ 3»C?4È#24T\e\12¯\10É\80Ä̼\92\90Ê\82T\ 5\ 3\84j0ß\10Á\a\86QQf\85\81\9e\81\81!P!\10ÂX±h\96¹æ%ç§dæ¥+\ 4\97$æ¥$\16¥À\ 50\1dåä\94_Q­klª kdj `hhb¡`njP\8bª04/³°4ÕÓEÁÔÀÀÀÂÈ\1c,\9a\ZT\94\9aW\ 2N\v@\ fÃøi\99À0JM­HMæ\9a=G4\931^GVûkÂ\97\ 3W\95Âw\9d{Ú¼ô¤¥¥\1d£:û\96:\1eù%µ\1a^rwæ2.\99~½hÏ\8a£Î\16\a.>:2ÅÝÁ\9d\8fSä[Üovó\r­ÒÚË\85W.à6»P»lÏVM\85\9d[çý\8b(7aª²\89KM[uÙè_þ\9es\17\1d+\98\9a´¬\e¯IT\94ªÙfï]à½çÛ\93vþwk\13>²ì¶\89*K\13¸+¸n\99W¶@57\8bóüE\1dÝ=\87'\19ínþ\9e\19µ«ñ\83\1aÏU\95îy)sn0ìÙ¬êÖSù\7fÍγ\ 6f\9fÞVo\8b=Óaõ¿79àÚ\8bõRsduëÏÞñ õ©3åWQ\88Èw~$ä&èQs[<×Õ"d«Ì\8e\9f\ 2Ü\9f\1c;gïûQ\eþQ8.b\86ðÌ\18ß¶s\13ok\9b\87Oé7\vl;´ä³nK|ꬾ©Lýs\183Z%§\vǤ\9f+\vùtÏ_é«°àª\8a/\ eOÿèD|»?AþBᦫÖjÓ÷\9fÛãüÏ\95£©Û=ìõ>y»V¡@Ǥͻ]<­R?JmÍ}õ1è/ã\9eî\14½\ 4Åõ\8c3ûî\94m[8iþîùKþJ9sÿuIÙj_Ê\1e\9fv\í\ fsý!\9b\ f³Äûÿ$Lè/¿ñjî«Ê\83\8fäOGeÍô\8bê\8b9vMSbâý²©·#\16Ý?o}raEÇ¡©\91çúÍï\9a\1eXgzïó\8b[Ën\-ù\12¾Á"î¯\98à\ 1\8f\9dçÊ,í÷/`û«|ÝéüsÆ\ 4Óø\97ÁL\e5W¨\1c¯ô\9aû¤Îͪþ\8eÓߢ\9d·ìW\1f~\16;AµëäÁ7{ÍB62/é(\8c\9fÇ\972;\$»"kñÌcÿ-?'5&³-|°¦yÉ     \13\ 1\12>Q±°æ\17ÎߦV¾\91P9\9ciúÖ\9du\9a¾§\8f\83\b\83\81u$\9bÈÓ[+î\ 4ÿ½Åa\7f"ä©é\9f«¥\9b»\96ØÚÆxY\Í^¿Rí÷¼úk³\1f®×\ eÐð\f`\9b|ën<Ãf\89¨n\89\ 5Ûü5æ\e\7fýøæµÈµ)QJ\17î}\8adÏÙ¹Q¶s²D«BðÍ\1e³s\Ü\8fÝß®\97ó+¯1°öb\95³]¾.ÐáÜÜ_\8c]m\99\e\ 6fæIú^õY\90ôJþ\vÛ©öò ÷/Þ\91X\93¤Ñóÿ\87ç\95\85N§e¤\8eþZ°\8eõ\83åã³oòî\85ö/þõzÃåw;\e\9f&þ}Ñ97Öïÿ\8dD.Å\8dïfòr6ç\96\9eªïº\1f\82i·ë¯Y|S<\7fO\7f+iü9#S¹6\7fv÷²çwon\92>ôÔêk\9eÆ¡;]Oä-2\97Ë+§Umi\97WÔ1xÙÿb\85Ù­ë_Ë·1|ãgµØ\937ûÈ\8dç\85å  «­ªÊ\ 2ÅWº\15W\89\95E\9f=«uîW\91ßí\e\7f.ì8¼³³6»SâFVnøü¬²sjº¢<E\f<\e\7f.oàn\96)½°µ²Ø{®Þ21\8fFQÑ\99K²ì\19\f÷\\viÿÐmáUuü\ 4Çï,îuûx2¤ÜÚ\9eØÞ\7f\97ìbcäü\89eæ6½\9cÜ\9fû\12.m=c¯Ùâvá \9fF\90\85}l¯ïf±sZrªD\9cógÙvF>¦9°KKûÌ\ fï'\ e\8et\18\9b?\97\f;-íøGís²]Â¥\99I\8f\8e\ 5\1c俳<rò´\80\ 6\14\ 2®Q\ 3\86\85\ 1É9©\89E%ù¹\89EÙ\\\0ú:Qk
 endstream
 endobj
-633 0 obj
+641 0 obj
 <<
 /Type/FontDescriptor
 /CapHeight 850
 /Ascent 850
 /Descent -200
 /FontBBox[-39 -250 1036 750]
-/FontName/JFHKVC+CMR9
+/FontName/IGSIVM+CMR9
 /ItalicAngle 0
 /StemV 74
-/FontFile 632 0 R
+/FontFile 640 0 R
 /Flags 4
 >>
 endobj
-632 0 obj
+640 0 obj
 <<
 /Filter[/FlateDecode]
 /Length1 712
@@ -6052,8 +6060,7 @@ endobj
 /Length 10459
 >>
 stream
-xÚí\97UT\1dѶ¦qww6îîîn\ewgãîî\12Ü\82Kp\87àîîNp\82;\ 4MpnÎ9}o\8f>·_zô[\8f®z©ùÏ¿þõÕ¬õ²¨È\80êLb\16Nf i'Gw&6f6~\80\84\92\1a\1f\80\8d\99\15\81\8a\15dênãä(iê\ eâ\a°ññ±\ 1Ä<¬\0ì¬\06n~\ e>~.>\ 4\ 4*\80\84\93³\8f«\8d\95µ;\80V\82î\1f.\1e\80\98\ 3ÈÕÆÜÔ\11 dên\r\ebnj\ fPw2·\ 1¹û0\ 3\0böö\0µ\7f¼â\ 6P\ 3¹\81\=A\16Ì\b\bll\0\v\esw\80\19ÈÊÆ\11\81å\1fHr\8e\96N\0\9e\7fÉ\16\1eÎÿÙò\ 4¹ºýå\ 2Ðþå¤\ 3ü¥´pr´÷\ 1X\80,\11X\94\9dþ®\ 6úËò\7f\8cõ¿¡ú÷pi\ f{{eS\87\7fÄÿ\1dÓ\7fë\9a:ØØûü\8f¾\93\83³\87\15 äd\ 1ruüw«6è_hJ \v\e\ f\87\7fïʹ\9bÚÛ\98\8b9ZÙ\83\0¬ÿ\92lܤm¼A\16@\ewsk\80¥©½\eè\9f:ÈÑâß!þ\8eí\9f\b,òÒ²
-Z\12\fÿü¡ÿê\ 1Mm\1cÝ5|\9cÿ+õ\1fæ\7fÖlÿ³þ;\1cW\eo\80>+3++Û_ãßû?\9f\fÿm-)Gs'\v\eG+\80º»©£\85©«Å\7f    ÿ\9dI\ÜÉÛ\8f\89\83\ fÀÄÎõw\ 3±rp\ 3x¸X\ 3þW£¦£\8d\8b\aHN\12ÀÅÊÊÊÃÇþOÕÜÃÕ\15äèþÏMð÷{ÿ³¶´ù;\1d\10È\ed\8e\90\93\8bm\ 3nÌHÌðhòпB®Ý9ó\ 3\88ÐSz\95Éõ»\0gnü\ 6Ñ\1e\9ayÕ6*Â\ eø°\86ür\ 1\8cËx¢%\15ùÒ\10¨$\90ÔÿÛhÈÇ\87 f\v\87Þrª[\7fÿ\91¿6þ\84i\ 1³E\ f\82¥ï\1a\14×a¬ßÄPÀåg\ 4\8dº}gQàîÜ{;B\86ßúº2\16Ø»nQ£ÇÐ;±Öt\18\ 5Æo¾"å¥\90Â\90gü»\1eÆqVÂB\ f\13ϧ\9e\1d3À!\94#âCó^\94I3h©YÖZ\7f\ep\ 1½r2\88aÊ~À¯[\8e\v\ 3¿õ\10E`\b!\98ÿ\18Àa¶~·Z"ÚeÓ\aâ°@3Æy\98¿á
+xÚí\97UT\1dѶ¦qww6îîîn\ewgãîî\12Ü\82Kp\87àîîNp\82;\ 4MpnÎ9}o\8f>·_zô[\8f®z©ùÏ¿þõÕ¬õ²¨È\80êLb\16Nf i'Gw&6f6~\80\84\92\1a\1f\80\8d\99\15\81\8a\15dênãä(iê\ eâ\a°ññ±\ 1Ä<¬\0ì¬\06n~\ e>~.>\ 4\ 4*\80\84\93³\8f«\8d\95µ;\80V\82î\1f.\1e\80\98\ 3ÈÕÆÜÔ\11 dên\r\ebnj\ fPw2·\ 1¹û0\ 3\0böö\0µ\7f¼â\ 6P\ 3¹\81\=A\16Ì\b\bll\0\v\esw\80\19ÈÊÆ\11\81å\1fHr\8e\96N\0\9e\7fÉ\16\1eÎÿÙò\ 4¹ºýå\ 2Ðþå¤\ 3ü¥´pr´÷\ 1X\80,\11X\94\9dþ®\ 6úËò\7f\8cõ¿¡ú÷pi\ f{{eS\87\7fÄÿ\1dÓ\7fë\9a:ØØûü\8f¾\93\83³\87\15 äd\ 1ruüw«6è_hJ \v\e\ f\87\7fïʹ\9bÚÛ\98\8b9ZÙ\83\0¬ÿ\92lܤm¼A\16@\ewsk\80¥©½\eè\9f:ÈÑâß!þ\8eí\9f\b,r2êrZJ\fÿü¡ÿê\ 1Mm\1cÝ5|\9cÿ+õ\1fæ\7fÖlÿ³þ;\1cW\eo\80>+3++Û_ãßû?\9f\fÿm-)Gs'\v\eG+\80º»©£\85©«Å\7f ÿ\9dI\ÜÉÛ\8f\89\83\ fÀÄÎõw\ 3±rp\ 3x¸X\ 3þW£¦£\8d\8b\aHN\12ÀÅÊÊÊÃÇþOÕÜÃÕ\15äèþÏMð÷{ÿ³¶´ù;\1d\10È\ed\8e\90\93\8bm\ 3nÌHÌðhòпB®Ý9ó\ 3\88ÐSz\95Éõ»\0gnü\ 6Ñ\1e\9ayÕ6*Â\ eø°\86ür\ 1\8cËx¢%\15ùÒ\10¨$\90ÔÿÛhÈÇ\87 f\v\87Þrª[\7fÿ\91¿6þ\84i\ 1³E\ f\82¥ï\1a\14×a¬ßÄPÀåg\ 4\8dº}gQàîÜ{;B\86ßúº2\16Ø»nQ£ÇÐ;±Öt\18\ 5Æo¾"å¥\90Â\90gü»\1eÆqVÂB\ f\13ϧ\9e\1d3À!\94#âCó^\94I3h©YÖZ\7f\ep\ 1½r2\88aÊ~À¯[\8e\v\ 3¿õ\10E`\b!\98ÿ\18Àa¶~·Z"ÚeÓ\aâ°@3Æy\98¿á
 }®¹\12\82\9eö\94ÍÁ9x\89\914ùº\ 4Æ[ï8}UdswÞ±\90\9d5öÌ÷¬\91\b°×\93òŧAd\b\1d\16\80'~Ót\93\12ö\95g\7f\82¢M^3RÀC\9d\9abM^\f\18\ f\b\9fÍ­µ¶i©êê\95y@²öÉL]dðTKÛ;Îç¨\82\8a\r\\8f-      \9e\9dL¾¿xú\15ñ\91Íç\99\94NÝ¡7ò\15Yý¹\9e\1c{M^2̯ÈhÁ`\16\19¨BÌ\ 1\ 4éª\b\8cSj@\8bz$OO¡Ï-[\18\96!§#!¦ÞFÕÏù¡iJô·¡F\7f7¤V°\87pä?\96®¹\95J\83\80¸t£%C?8\ 6\9fc\98Ùg<¸ú½I¡j\11"\8eJ­Éò Ãä\9e\89~çe\8d\r\ 5\9c\9f¿8\18û\96\95\9fÕÒ\7fÇ\×\85±î\15ÚÐ\93ÜXø\9bÞS\8cJ¶V½\7f[\8cX\1e®ÿÆep\10Ï|½¶MO\9a,Xx*|°\8b\f\11\14\1dÞ¸¶;l\1eH\8bÞ\9d\88\fe\1fÍõ}\f\l¯q}P`\93\8a\98U\81Ãûå)%v>=²
 Rô\15©aKv"ýW²:ê\8d·¥S-¹/Wô#¢\89\9a\15\19\13?èb\0<;á2\e\96¯\0ÂG\86\0|\ fh\80\v\8aC\83D­c¿s\7f\1f\1f÷R@Ö\80\19
 /\p¶Þª\1fÔ6ÐbÙÒ#ó4É©Íf¤2\12·\95 *ycU\1fkbáúÓ5Q\ 5Ä4f%ç0yaé\ 3OùÚ°\98kD_\12ý\11\89ºWácTy\a\1f\932.Õ\r$\87r©v!,Û\8b\93ßG¿EÀe4aCBûÈ{>'ú\98,ýØ}Ã\80\11I\94½³Ñ|\fþ\96p\93×ç\81=vÍMt"K«\83«6\8f\93ÛÃ\1f\ 1\9b\1a¥õuD5ÔV=(ÑÍ\9e\16     \1eÍV¼ô+.WJ\rùZ\98\9f&\8eó\99\93w\eV¤¸7ç#Û\90Ô\1dGõ!6ÿ\9c:ìÌhÏë£ö\97î\9bPk\8cs!r\84=&Q\ 1\97\88¡­\81EôÛ\8f\93n\8c²zèÃ\8bøÏü\92û/\a\13Ö\93p­ï=ìdýhdË\9aÙ|\ eâ\8aX\9d8iར¿¬º%³\ edVØÜ\1cH ·\94\fÕ\96\0¹Fc¬\87 \85è\93¦Î\1cø,Jå\85¦a\86d0\929fÅ\9a+!ë½akVJ\\86»Ùåh\1a¸\16\8d\a.²_;ro0\97P\96«\7f\fSwïh6Ò)D1zëû\9f¾\7f\9añ¬ÿN\9f Æ_sjIxÇ}´ñ`\8eõ#\94UÕËt\10Iôݵ9\e\1e_\89\7f\92I·FCÉ11\búHé\88å\9e)pà9ðÒ\r:èÈ\1aÍ\eukbä9ÏG\94¼¤®\9dL\84QôÎI\1dIþ#AJ÷ÍÆï-êàØÉ)¨½L\18\87>{NfÑý\1aHìZ\ e\97ºL;£¦\r\9cáås\80ä\9a,¯°²=9ø5÷}q;õ\vÌÏ\8er\98¥\ 5\9dü'\94Y¡`e¤I¡LmÎï\182\9cõì\99º§àM\ f;)¯í\99XzdÍ\e\12?(.þ\9aØ\]ð\1c\8c\8a°1ú1´ú\90ÆZ\14È\bòhzi\93¾\7fvk^1e6,û>³¼ HÚÜOò\14»f´\e\b\eÁRñbé\85\ 5ðÐ\19p#~}\vY_Ê\14®L\1a0Þè\8aª6
 ë\ f\18²\17qÕ`¾\ 1ÔWG]ÑûË
 \f\7f¸Vª\10í\fûæ\99C\1a\81\9czXÛ\bÌ«\9e\ 2¢Ó\ 2Hdt­\8f`Ç©¾\98
 \99í>\ f;\ 3\14"\84ã\ 1çÀÔzÎ\10_güktçÞ?ÇMê]+Ê!õá¯ÏG\11ç(ا¹\19ѧ­ú\14°Di\92\ 6\18<\ 2{\ 1Ó"[*×\86\82´\97ïG\15ÃeGIí\9f¦6\87¯ãU\82í\ 2Ñ\9dÄ\1dª<nÎc\8c\f\10\þ¿\87¬wl¦±\1eO,±ÎEó\µ\16Cp`´æ¤$\83ÙÕ\94¾\a\9d\11\1d\90Õ¤\1an1\8d\e-)\92@ÞÊ|eåª\ 2B\9b.Ð\\8bÒ\9fãq\9d\1e0L2\18rFÜVT\7f\12Ò\ 4\7fñyð¯\ez]R\ fV\89ë\ 6\8b\f
-ÓÓÁìm°\13¨\94ÉZ0Ëí\90ÜZ\96eUN£\9b\8bÓ.\ 6¤Ô\ f\ e\96û\8d\85i2wKÅ,\85¬!\94M\88\e\ f4\83G:{¾`\v\9f\1c\89\ 3\88;L#h\96~MÀN\1c¢\9at\92º\12\11¾ Rð\92\8dØ     ÿz\87õch\87\9e+yGHö\ 1çÊ(Ä®\8bù\13\91«u´*¥8ÕÝ\90¡£\87<ôF\1eJ-½`ÇÃteºéM\9dOL\a­ãÿ\8b=[\82öÖ£NÍGç-¼ù\92\11\85ǵ9Ë \8a\16î÷§,Å\9eÛ\9d\b)Îü\8f\8c\1d\98\8eÞ¨ì'áD\86Ð¥Ï\80&\f\85¤\a±#µÚ\ fNJ¾\1a\9d¢é°ÊOtl\0\9cY7\87¤)!ëÿå\85ðÿ\ 3þ\9f\b\a\99ºº;9\98ºÚ! ü\a\88aa¨
+ÓÓÁìm°\13¨\94ÉZ0Ëí\90ÜZ\96eUN£\9b\8bÓ.\ 6¤Ô\ f\ e\96û\8d\85i2wKÅ,\85¬!\94M\88\e\ f4\83G:{¾`\v\9f\1c\89\ 3\88;L#h\96~MÀN\1c¢\9at\92º\12\11¾ Rð\92\8dØ     ÿz\87õch\87\9e+yGHö\ 1çÊ(Ä®\8bù\13\91«u´*¥8ÕÝ\90¡£\87<ôF\1eJ-½`ÇÃteºéM\9dOL\a­ãÿ\8b=[\82öÖ£NÍGç-¼ù\92\11\85ǵ9Ë \8a\16î÷§,Å\9eÛ\9d\b)Îü\8f\8c\1d\98\8eÞ¨ì'áD\86Ð¥Ï\80&\f\85¤\a±#µÚ\ fNJ¾\1a\9d¢é°ÊOtl\0\9cY7\87¤)!ëÿå\85ðÿ\ 3þ\9f\b\a\99ºº;9\98ºÚ! ü\a na»
 endstream
 endobj
 1 0 obj
 <<
-/Creator( TeX output 2004.07.27:0912)
+/Creator( TeX output 2004.11.22:1204)
 /Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks)
-/CreationDate(D:20040727091231+00'00')
+/CreationDate(D:20041122120430+00'00')
 >>
 endobj
 5 0 obj
@@ -6098,7 +6105,7 @@ endobj
 /Type/Page
 /Resources 6 0 R
 /Contents[18 0 R 4 0 R 19 0 R 20 0 R]
-/Parent 675 0 R
+/Parent 683 0 R
 >>
 endobj
 22 0 obj
@@ -6106,15 +6113,15 @@ endobj
 /Type/Page
 /Resources 23 0 R
 /Contents[18 0 R 4 0 R 31 0 R 20 0 R]
-/Parent 675 0 R
+/Parent 683 0 R
 >>
 endobj
-675 0 obj
+683 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[5 0 R 22 0 R]
-/Parent 674 0 R
+/Parent 682 0 R
 >>
 endobj
 33 0 obj
@@ -6122,7 +6129,7 @@ endobj
 /Type/Page
 /Resources 34 0 R
 /Contents[18 0 R 4 0 R 42 0 R 20 0 R]
-/Parent 676 0 R
+/Parent 684 0 R
 >>
 endobj
 44 0 obj
@@ -6130,15 +6137,15 @@ endobj
 /Type/Page
 /Resources 45 0 R
 /Contents[18 0 R 4 0 R 46 0 R 20 0 R]
-/Parent 676 0 R
+/Parent 684 0 R
 >>
 endobj
-676 0 obj
+684 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[33 0 R 44 0 R]
-/Parent 674 0 R
+/Parent 682 0 R
 >>
 endobj
 48 0 obj
@@ -6146,7 +6153,7 @@ endobj
 /Type/Page
 /Resources 49 0 R
 /Contents[18 0 R 4 0 R 50 0 R 20 0 R]
-/Parent 677 0 R
+/Parent 685 0 R
 >>
 endobj
 52 0 obj
@@ -6154,15 +6161,15 @@ endobj
 /Type/Page
 /Resources 53 0 R
 /Contents[18 0 R 4 0 R 54 0 R 20 0 R]
-/Parent 677 0 R
+/Parent 685 0 R
 >>
 endobj
-677 0 obj
+685 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[48 0 R 52 0 R]
-/Parent 674 0 R
+/Parent 682 0 R
 >>
 endobj
 56 0 obj
@@ -6170,7 +6177,7 @@ endobj
 /Type/Page
 /Resources 57 0 R
 /Contents[18 0 R 4 0 R 62 0 R 20 0 R]
-/Parent 678 0 R
+/Parent 686 0 R
 >>
 endobj
 64 0 obj
@@ -6178,7 +6185,7 @@ endobj
 /Type/Page
 /Resources 65 0 R
 /Contents[18 0 R 4 0 R 66 0 R 20 0 R]
-/Parent 678 0 R
+/Parent 686 0 R
 >>
 endobj
 68 0 obj
@@ -6186,23 +6193,23 @@ endobj
 /Type/Page
 /Resources 69 0 R
 /Contents[18 0 R 4 0 R 70 0 R 20 0 R]
-/Parent 678 0 R
+/Parent 686 0 R
 >>
 endobj
-678 0 obj
+686 0 obj
 <<
 /Type/Pages
 /Count 3
 /Kids[56 0 R 64 0 R 68 0 R]
-/Parent 674 0 R
+/Parent 682 0 R
 >>
 endobj
-674 0 obj
+682 0 obj
 <<
 /Type/Pages
 /Count 9
-/Kids[675 0 R 676 0 R 677 0 R 678 0 R]
-/Parent 673 0 R
+/Kids[683 0 R 684 0 R 685 0 R 686 0 R]
+/Parent 681 0 R
 >>
 endobj
 72 0 obj
@@ -6210,7 +6217,7 @@ endobj
 /Type/Page
 /Resources 73 0 R
 /Contents[18 0 R 4 0 R 74 0 R 20 0 R]
-/Parent 680 0 R
+/Parent 688 0 R
 >>
 endobj
 76 0 obj
@@ -6218,15 +6225,15 @@ endobj
 /Type/Page
 /Resources 77 0 R
 /Contents[18 0 R 4 0 R 78 0 R 20 0 R]
-/Parent 680 0 R
+/Parent 688 0 R
 >>
 endobj
-680 0 obj
+688 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[72 0 R 76 0 R]
-/Parent 679 0 R
+/Parent 687 0 R
 >>
 endobj
 80 0 obj
@@ -6234,7 +6241,7 @@ endobj
 /Type/Page
 /Resources 81 0 R
 /Contents[18 0 R 4 0 R 85 0 R 20 0 R]
-/Parent 681 0 R
+/Parent 689 0 R
 >>
 endobj
 87 0 obj
@@ -6242,7 +6249,7 @@ endobj
 /Type/Page
 /Resources 88 0 R
 /Contents[18 0 R 4 0 R 89 0 R 20 0 R]
-/Parent 681 0 R
+/Parent 689 0 R
 >>
 endobj
 91 0 obj
@@ -6250,15 +6257,15 @@ endobj
 /Type/Page
 /Resources 92 0 R
 /Contents[18 0 R 4 0 R 93 0 R 20 0 R]
-/Parent 681 0 R
+/Parent 689 0 R
 >>
 endobj
-681 0 obj
+689 0 obj
 <<
 /Type/Pages
 /Count 3
 /Kids[80 0 R 87 0 R 91 0 R]
-/Parent 679 0 R
+/Parent 687 0 R
 >>
 endobj
 95 0 obj
@@ -6266,7 +6273,7 @@ endobj
 /Type/Page
 /Resources 96 0 R
 /Contents[18 0 R 4 0 R 97 0 R 20 0 R]
-/Parent 682 0 R
+/Parent 690 0 R
 >>
 endobj
 99 0 obj
@@ -6274,15 +6281,15 @@ endobj
 /Type/Page
 /Resources 100 0 R
 /Contents[18 0 R 4 0 R 101 0 R 20 0 R]
-/Parent 682 0 R
+/Parent 690 0 R
 >>
 endobj
-682 0 obj
+690 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[95 0 R 99 0 R]
-/Parent 679 0 R
+/Parent 687 0 R
 >>
 endobj
 103 0 obj
@@ -6290,7 +6297,7 @@ endobj
 /Type/Page
 /Resources 104 0 R
 /Contents[18 0 R 4 0 R 105 0 R 20 0 R]
-/Parent 683 0 R
+/Parent 691 0 R
 >>
 endobj
 107 0 obj
@@ -6298,7 +6305,7 @@ endobj
 /Type/Page
 /Resources 108 0 R
 /Contents[18 0 R 4 0 R 109 0 R 20 0 R]
-/Parent 683 0 R
+/Parent 691 0 R
 >>
 endobj
 111 0 obj
@@ -6306,23 +6313,23 @@ endobj
 /Type/Page
 /Resources 112 0 R
 /Contents[18 0 R 4 0 R 113 0 R 20 0 R]
-/Parent 683 0 R
+/Parent 691 0 R
 >>
 endobj
-683 0 obj
+691 0 obj
 <<
 /Type/Pages
 /Count 3
 /Kids[103 0 R 107 0 R 111 0 R]
-/Parent 679 0 R
+/Parent 687 0 R
 >>
 endobj
-679 0 obj
+687 0 obj
 <<
 /Type/Pages
 /Count 10
-/Kids[680 0 R 681 0 R 682 0 R 683 0 R]
-/Parent 673 0 R
+/Kids[688 0 R 689 0 R 690 0 R 691 0 R]
+/Parent 681 0 R
 >>
 endobj
 115 0 obj
@@ -6330,7 +6337,7 @@ endobj
 /Type/Page
 /Resources 116 0 R
 /Contents[18 0 R 4 0 R 117 0 R 20 0 R]
-/Parent 685 0 R
+/Parent 693 0 R
 >>
 endobj
 119 0 obj
@@ -6338,15 +6345,15 @@ endobj
 /Type/Page
 /Resources 120 0 R
 /Contents[18 0 R 4 0 R 121 0 R 20 0 R]
-/Parent 685 0 R
+/Parent 693 0 R
 >>
 endobj
-685 0 obj
+693 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[115 0 R 119 0 R]
-/Parent 684 0 R
+/Parent 692 0 R
 >>
 endobj
 123 0 obj
@@ -6354,7 +6361,7 @@ endobj
 /Type/Page
 /Resources 124 0 R
 /Contents[18 0 R 4 0 R 125 0 R 20 0 R]
-/Parent 686 0 R
+/Parent 694 0 R
 >>
 endobj
 127 0 obj
@@ -6362,15 +6369,7 @@ endobj
 /Type/Page
 /Resources 128 0 R
 /Contents[18 0 R 4 0 R 129 0 R 20 0 R]
-/Parent 686 0 R
->>
-endobj
-686 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[123 0 R 127 0 R]
-/Parent 684 0 R
+/Parent 694 0 R
 >>
 endobj
 131 0 obj
@@ -6378,7 +6377,15 @@ endobj
 /Type/Page
 /Resources 132 0 R
 /Contents[18 0 R 4 0 R 133 0 R 20 0 R]
-/Parent 687 0 R
+/Parent 694 0 R
+>>
+endobj
+694 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[123 0 R 127 0 R 131 0 R]
+/Parent 692 0 R
 >>
 endobj
 135 0 obj
@@ -6386,23 +6393,23 @@ endobj
 /Type/Page
 /Resources 136 0 R
 /Contents[18 0 R 4 0 R 137 0 R 20 0 R]
-/Parent 687 0 R
+/Parent 695 0 R
 >>
 endobj
-687 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[131 0 R 135 0 R]
-/Parent 684 0 R
->>
-endobj
-139 0 obj
+139 0 obj
 <<
 /Type/Page
 /Resources 140 0 R
 /Contents[18 0 R 4 0 R 141 0 R 20 0 R]
-/Parent 688 0 R
+/Parent 695 0 R
+>>
+endobj
+695 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[135 0 R 139 0 R]
+/Parent 692 0 R
 >>
 endobj
 143 0 obj
@@ -6410,7 +6417,7 @@ endobj
 /Type/Page
 /Resources 144 0 R
 /Contents[18 0 R 4 0 R 145 0 R 20 0 R]
-/Parent 688 0 R
+/Parent 696 0 R
 >>
 endobj
 147 0 obj
@@ -6418,31 +6425,31 @@ endobj
 /Type/Page
 /Resources 148 0 R
 /Contents[18 0 R 4 0 R 149 0 R 20 0 R]
-/Parent 688 0 R
+/Parent 696 0 R
 >>
 endobj
-688 0 obj
+151 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[139 0 R 143 0 R 147 0 R]
-/Parent 684 0 R
+/Type/Page
+/Resources 152 0 R
+/Contents[18 0 R 4 0 R 153 0 R 20 0 R]
+/Parent 696 0 R
 >>
 endobj
-684 0 obj
+696 0 obj
 <<
 /Type/Pages
-/Count 9
-/Kids[685 0 R 686 0 R 687 0 R 688 0 R]
-/Parent 673 0 R
+/Count 3
+/Kids[143 0 R 147 0 R 151 0 R]
+/Parent 692 0 R
 >>
 endobj
-151 0 obj
+692 0 obj
 <<
-/Type/Page
-/Resources 152 0 R
-/Contents[18 0 R 4 0 R 153 0 R 20 0 R]
-/Parent 690 0 R
+/Type/Pages
+/Count 10
+/Kids[693 0 R 694 0 R 695 0 R 696 0 R]
+/Parent 681 0 R
 >>
 endobj
 155 0 obj
@@ -6450,15 +6457,7 @@ endobj
 /Type/Page
 /Resources 156 0 R
 /Contents[18 0 R 4 0 R 157 0 R 20 0 R]
-/Parent 690 0 R
->>
-endobj
-690 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[151 0 R 155 0 R]
-/Parent 689 0 R
+/Parent 698 0 R
 >>
 endobj
 159 0 obj
@@ -6466,7 +6465,15 @@ endobj
 /Type/Page
 /Resources 160 0 R
 /Contents[18 0 R 4 0 R 161 0 R 20 0 R]
-/Parent 691 0 R
+/Parent 698 0 R
+>>
+endobj
+698 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[155 0 R 159 0 R]
+/Parent 697 0 R
 >>
 endobj
 163 0 obj
@@ -6474,7 +6481,7 @@ endobj
 /Type/Page
 /Resources 164 0 R
 /Contents[18 0 R 4 0 R 165 0 R 20 0 R]
-/Parent 691 0 R
+/Parent 699 0 R
 >>
 endobj
 167 0 obj
@@ -6482,15 +6489,7 @@ endobj
 /Type/Page
 /Resources 168 0 R
 /Contents[18 0 R 4 0 R 169 0 R 20 0 R]
-/Parent 691 0 R
->>
-endobj
-691 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[159 0 R 163 0 R 167 0 R]
-/Parent 689 0 R
+/Parent 699 0 R
 >>
 endobj
 171 0 obj
@@ -6498,7 +6497,15 @@ endobj
 /Type/Page
 /Resources 172 0 R
 /Contents[18 0 R 4 0 R 173 0 R 20 0 R]
-/Parent 692 0 R
+/Parent 699 0 R
+>>
+endobj
+699 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[163 0 R 167 0 R 171 0 R]
+/Parent 697 0 R
 >>
 endobj
 175 0 obj
@@ -6506,15 +6513,7 @@ endobj
 /Type/Page
 /Resources 176 0 R
 /Contents[18 0 R 4 0 R 177 0 R 20 0 R]
-/Parent 692 0 R
->>
-endobj
-692 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[171 0 R 175 0 R]
-/Parent 689 0 R
+/Parent 700 0 R
 >>
 endobj
 179 0 obj
@@ -6522,7 +6521,15 @@ endobj
 /Type/Page
 /Resources 180 0 R
 /Contents[18 0 R 4 0 R 181 0 R 20 0 R]
-/Parent 693 0 R
+/Parent 700 0 R
+>>
+endobj
+700 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[175 0 R 179 0 R]
+/Parent 697 0 R
 >>
 endobj
 183 0 obj
@@ -6530,7 +6537,7 @@ endobj
 /Type/Page
 /Resources 184 0 R
 /Contents[18 0 R 4 0 R 185 0 R 20 0 R]
-/Parent 693 0 R
+/Parent 701 0 R
 >>
 endobj
 187 0 obj
@@ -6538,55 +6545,47 @@ endobj
 /Type/Page
 /Resources 188 0 R
 /Contents[18 0 R 4 0 R 189 0 R 20 0 R]
-/Parent 693 0 R
+/Parent 701 0 R
 >>
 endobj
-693 0 obj
+191 0 obj
+<<
+/Type/Page
+/Resources 192 0 R
+/Contents[18 0 R 4 0 R 193 0 R 20 0 R]
+/Parent 701 0 R
+>>
+endobj
+701 0 obj
 <<
 /Type/Pages
 /Count 3
-/Kids[179 0 R 183 0 R 187 0 R]
-/Parent 689 0 R
+/Kids[183 0 R 187 0 R 191 0 R]
+/Parent 697 0 R
 >>
 endobj
-689 0 obj
+697 0 obj
 <<
 /Type/Pages
 /Count 10
-/Kids[690 0 R 691 0 R 692 0 R 693 0 R]
-/Parent 673 0 R
+/Kids[698 0 R 699 0 R 700 0 R 701 0 R]
+/Parent 681 0 R
 >>
 endobj
-673 0 obj
+681 0 obj
 <<
 /Type/Pages
-/Count 38
-/Kids[674 0 R 679 0 R 684 0 R 689 0 R]
+/Count 39
+/Kids[682 0 R 687 0 R 692 0 R 697 0 R]
 /Parent 3 0 R
 >>
 endobj
-191 0 obj
-<<
-/Type/Page
-/Resources 192 0 R
-/Contents[18 0 R 4 0 R 193 0 R 20 0 R]
-/Parent 696 0 R
->>
-endobj
 195 0 obj
 <<
 /Type/Page
 /Resources 196 0 R
 /Contents[18 0 R 4 0 R 197 0 R 20 0 R]
-/Parent 696 0 R
->>
-endobj
-696 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[191 0 R 195 0 R]
-/Parent 695 0 R
+/Parent 704 0 R
 >>
 endobj
 199 0 obj
@@ -6594,7 +6593,15 @@ endobj
 /Type/Page
 /Resources 200 0 R
 /Contents[18 0 R 4 0 R 201 0 R 20 0 R]
-/Parent 697 0 R
+/Parent 704 0 R
+>>
+endobj
+704 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[195 0 R 199 0 R]
+/Parent 703 0 R
 >>
 endobj
 203 0 obj
@@ -6602,15 +6609,7 @@ endobj
 /Type/Page
 /Resources 204 0 R
 /Contents[18 0 R 4 0 R 205 0 R 20 0 R]
-/Parent 697 0 R
->>
-endobj
-697 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[199 0 R 203 0 R]
-/Parent 695 0 R
+/Parent 705 0 R
 >>
 endobj
 207 0 obj
@@ -6618,7 +6617,15 @@ endobj
 /Type/Page
 /Resources 208 0 R
 /Contents[18 0 R 4 0 R 209 0 R 20 0 R]
-/Parent 698 0 R
+/Parent 705 0 R
+>>
+endobj
+705 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[203 0 R 207 0 R]
+/Parent 703 0 R
 >>
 endobj
 211 0 obj
@@ -6626,15 +6633,7 @@ endobj
 /Type/Page
 /Resources 212 0 R
 /Contents[18 0 R 4 0 R 213 0 R 20 0 R]
-/Parent 698 0 R
->>
-endobj
-698 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[207 0 R 211 0 R]
-/Parent 695 0 R
+/Parent 706 0 R
 >>
 endobj
 215 0 obj
@@ -6642,7 +6641,15 @@ endobj
 /Type/Page
 /Resources 216 0 R
 /Contents[18 0 R 4 0 R 217 0 R 20 0 R]
-/Parent 699 0 R
+/Parent 706 0 R
+>>
+endobj
+706 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[211 0 R 215 0 R]
+/Parent 703 0 R
 >>
 endobj
 219 0 obj
@@ -6650,7 +6657,7 @@ endobj
 /Type/Page
 /Resources 220 0 R
 /Contents[18 0 R 4 0 R 221 0 R 20 0 R]
-/Parent 699 0 R
+/Parent 707 0 R
 >>
 endobj
 223 0 obj
@@ -6658,31 +6665,31 @@ endobj
 /Type/Page
 /Resources 224 0 R
 /Contents[18 0 R 4 0 R 225 0 R 20 0 R]
-/Parent 699 0 R
+/Parent 707 0 R
 >>
 endobj
-699 0 obj
+227 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[215 0 R 219 0 R 223 0 R]
-/Parent 695 0 R
+/Type/Page
+/Resources 228 0 R
+/Contents[18 0 R 4 0 R 229 0 R 20 0 R]
+/Parent 707 0 R
 >>
 endobj
-695 0 obj
+707 0 obj
 <<
 /Type/Pages
-/Count 9
-/Kids[696 0 R 697 0 R 698 0 R 699 0 R]
-/Parent 694 0 R
+/Count 3
+/Kids[219 0 R 223 0 R 227 0 R]
+/Parent 703 0 R
 >>
 endobj
-227 0 obj
+703 0 obj
 <<
-/Type/Page
-/Resources 228 0 R
-/Contents[18 0 R 4 0 R 229 0 R 20 0 R]
-/Parent 701 0 R
+/Type/Pages
+/Count 9
+/Kids[704 0 R 705 0 R 706 0 R 707 0 R]
+/Parent 702 0 R
 >>
 endobj
 231 0 obj
@@ -6690,15 +6697,7 @@ endobj
 /Type/Page
 /Resources 232 0 R
 /Contents[18 0 R 4 0 R 233 0 R 20 0 R]
-/Parent 701 0 R
->>
-endobj
-701 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[227 0 R 231 0 R]
-/Parent 700 0 R
+/Parent 709 0 R
 >>
 endobj
 235 0 obj
@@ -6706,7 +6705,15 @@ endobj
 /Type/Page
 /Resources 236 0 R
 /Contents[18 0 R 4 0 R 237 0 R 20 0 R]
-/Parent 702 0 R
+/Parent 709 0 R
+>>
+endobj
+709 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[231 0 R 235 0 R]
+/Parent 708 0 R
 >>
 endobj
 239 0 obj
@@ -6714,7 +6721,7 @@ endobj
 /Type/Page
 /Resources 240 0 R
 /Contents[18 0 R 4 0 R 241 0 R 20 0 R]
-/Parent 702 0 R
+/Parent 710 0 R
 >>
 endobj
 243 0 obj
@@ -6722,15 +6729,7 @@ endobj
 /Type/Page
 /Resources 244 0 R
 /Contents[18 0 R 4 0 R 245 0 R 20 0 R]
-/Parent 702 0 R
->>
-endobj
-702 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[235 0 R 239 0 R 243 0 R]
-/Parent 700 0 R
+/Parent 710 0 R
 >>
 endobj
 247 0 obj
@@ -6738,7 +6737,15 @@ endobj
 /Type/Page
 /Resources 248 0 R
 /Contents[18 0 R 4 0 R 249 0 R 20 0 R]
-/Parent 703 0 R
+/Parent 710 0 R
+>>
+endobj
+710 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[239 0 R 243 0 R 247 0 R]
+/Parent 708 0 R
 >>
 endobj
 251 0 obj
@@ -6746,15 +6753,7 @@ endobj
 /Type/Page
 /Resources 252 0 R
 /Contents[18 0 R 4 0 R 253 0 R 20 0 R]
-/Parent 703 0 R
->>
-endobj
-703 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[247 0 R 251 0 R]
-/Parent 700 0 R
+/Parent 711 0 R
 >>
 endobj
 255 0 obj
@@ -6762,7 +6761,15 @@ endobj
 /Type/Page
 /Resources 256 0 R
 /Contents[18 0 R 4 0 R 257 0 R 20 0 R]
-/Parent 704 0 R
+/Parent 711 0 R
+>>
+endobj
+711 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[251 0 R 255 0 R]
+/Parent 708 0 R
 >>
 endobj
 259 0 obj
@@ -6770,7 +6777,7 @@ endobj
 /Type/Page
 /Resources 260 0 R
 /Contents[18 0 R 4 0 R 261 0 R 20 0 R]
-/Parent 704 0 R
+/Parent 712 0 R
 >>
 endobj
 263 0 obj
@@ -6778,31 +6785,31 @@ endobj
 /Type/Page
 /Resources 264 0 R
 /Contents[18 0 R 4 0 R 265 0 R 20 0 R]
-/Parent 704 0 R
+/Parent 712 0 R
 >>
 endobj
-704 0 obj
+267 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[255 0 R 259 0 R 263 0 R]
-/Parent 700 0 R
+/Type/Page
+/Resources 268 0 R
+/Contents[18 0 R 4 0 R 269 0 R 20 0 R]
+/Parent 712 0 R
 >>
 endobj
-700 0 obj
+712 0 obj
 <<
 /Type/Pages
-/Count 10
-/Kids[701 0 R 702 0 R 703 0 R 704 0 R]
-/Parent 694 0 R
+/Count 3
+/Kids[259 0 R 263 0 R 267 0 R]
+/Parent 708 0 R
 >>
 endobj
-267 0 obj
+708 0 obj
 <<
-/Type/Page
-/Resources 268 0 R
-/Contents[18 0 R 4 0 R 269 0 R 20 0 R]
-/Parent 706 0 R
+/Type/Pages
+/Count 10
+/Kids[709 0 R 710 0 R 711 0 R 712 0 R]
+/Parent 702 0 R
 >>
 endobj
 271 0 obj
@@ -6810,15 +6817,7 @@ endobj
 /Type/Page
 /Resources 272 0 R
 /Contents[18 0 R 4 0 R 273 0 R 20 0 R]
-/Parent 706 0 R
->>
-endobj
-706 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[267 0 R 271 0 R]
-/Parent 705 0 R
+/Parent 714 0 R
 >>
 endobj
 275 0 obj
@@ -6826,7 +6825,15 @@ endobj
 /Type/Page
 /Resources 276 0 R
 /Contents[18 0 R 4 0 R 277 0 R 20 0 R]
-/Parent 707 0 R
+/Parent 714 0 R
+>>
+endobj
+714 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[271 0 R 275 0 R]
+/Parent 713 0 R
 >>
 endobj
 279 0 obj
@@ -6834,7 +6841,7 @@ endobj
 /Type/Page
 /Resources 280 0 R
 /Contents[18 0 R 4 0 R 281 0 R 20 0 R]
-/Parent 707 0 R
+/Parent 715 0 R
 >>
 endobj
 283 0 obj
@@ -6842,15 +6849,7 @@ endobj
 /Type/Page
 /Resources 284 0 R
 /Contents[18 0 R 4 0 R 285 0 R 20 0 R]
-/Parent 707 0 R
->>
-endobj
-707 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[275 0 R 279 0 R 283 0 R]
-/Parent 705 0 R
+/Parent 715 0 R
 >>
 endobj
 287 0 obj
@@ -6858,7 +6857,15 @@ endobj
 /Type/Page
 /Resources 288 0 R
 /Contents[18 0 R 4 0 R 289 0 R 20 0 R]
-/Parent 708 0 R
+/Parent 715 0 R
+>>
+endobj
+715 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[279 0 R 283 0 R 287 0 R]
+/Parent 713 0 R
 >>
 endobj
 291 0 obj
@@ -6866,15 +6873,7 @@ endobj
 /Type/Page
 /Resources 292 0 R
 /Contents[18 0 R 4 0 R 293 0 R 20 0 R]
-/Parent 708 0 R
->>
-endobj
-708 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[287 0 R 291 0 R]
-/Parent 705 0 R
+/Parent 716 0 R
 >>
 endobj
 295 0 obj
@@ -6882,7 +6881,15 @@ endobj
 /Type/Page
 /Resources 296 0 R
 /Contents[18 0 R 4 0 R 297 0 R 20 0 R]
-/Parent 709 0 R
+/Parent 716 0 R
+>>
+endobj
+716 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[291 0 R 295 0 R]
+/Parent 713 0 R
 >>
 endobj
 299 0 obj
@@ -6890,7 +6897,7 @@ endobj
 /Type/Page
 /Resources 300 0 R
 /Contents[18 0 R 4 0 R 301 0 R 20 0 R]
-/Parent 709 0 R
+/Parent 717 0 R
 >>
 endobj
 303 0 obj
@@ -6898,31 +6905,31 @@ endobj
 /Type/Page
 /Resources 304 0 R
 /Contents[18 0 R 4 0 R 305 0 R 20 0 R]
-/Parent 709 0 R
+/Parent 717 0 R
 >>
 endobj
-709 0 obj
+307 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[295 0 R 299 0 R 303 0 R]
-/Parent 705 0 R
+/Type/Page
+/Resources 308 0 R
+/Contents[18 0 R 4 0 R 309 0 R 20 0 R]
+/Parent 717 0 R
 >>
 endobj
-705 0 obj
+717 0 obj
 <<
 /Type/Pages
-/Count 10
-/Kids[706 0 R 707 0 R 708 0 R 709 0 R]
-/Parent 694 0 R
+/Count 3
+/Kids[299 0 R 303 0 R 307 0 R]
+/Parent 713 0 R
 >>
 endobj
-307 0 obj
+713 0 obj
 <<
-/Type/Page
-/Resources 308 0 R
-/Contents[18 0 R 4 0 R 309 0 R 20 0 R]
-/Parent 711 0 R
+/Type/Pages
+/Count 10
+/Kids[714 0 R 715 0 R 716 0 R 717 0 R]
+/Parent 702 0 R
 >>
 endobj
 311 0 obj
@@ -6930,15 +6937,7 @@ endobj
 /Type/Page
 /Resources 312 0 R
 /Contents[18 0 R 4 0 R 313 0 R 20 0 R]
-/Parent 711 0 R
->>
-endobj
-711 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[307 0 R 311 0 R]
-/Parent 710 0 R
+/Parent 719 0 R
 >>
 endobj
 315 0 obj
@@ -6946,7 +6945,15 @@ endobj
 /Type/Page
 /Resources 316 0 R
 /Contents[18 0 R 4 0 R 317 0 R 20 0 R]
-/Parent 712 0 R
+/Parent 719 0 R
+>>
+endobj
+719 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[311 0 R 315 0 R]
+/Parent 718 0 R
 >>
 endobj
 319 0 obj
@@ -6954,7 +6961,7 @@ endobj
 /Type/Page
 /Resources 320 0 R
 /Contents[18 0 R 4 0 R 324 0 R 20 0 R]
-/Parent 712 0 R
+/Parent 720 0 R
 >>
 endobj
 326 0 obj
@@ -6962,15 +6969,7 @@ endobj
 /Type/Page
 /Resources 327 0 R
 /Contents[18 0 R 4 0 R 328 0 R 20 0 R]
-/Parent 712 0 R
->>
-endobj
-712 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[315 0 R 319 0 R 326 0 R]
-/Parent 710 0 R
+/Parent 720 0 R
 >>
 endobj
 330 0 obj
@@ -6978,7 +6977,15 @@ endobj
 /Type/Page
 /Resources 331 0 R
 /Contents[18 0 R 4 0 R 332 0 R 20 0 R]
-/Parent 713 0 R
+/Parent 720 0 R
+>>
+endobj
+720 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[319 0 R 326 0 R 330 0 R]
+/Parent 718 0 R
 >>
 endobj
 334 0 obj
@@ -6986,15 +6993,7 @@ endobj
 /Type/Page
 /Resources 335 0 R
 /Contents[18 0 R 4 0 R 336 0 R 20 0 R]
-/Parent 713 0 R
->>
-endobj
-713 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[330 0 R 334 0 R]
-/Parent 710 0 R
+/Parent 721 0 R
 >>
 endobj
 338 0 obj
@@ -7002,7 +7001,15 @@ endobj
 /Type/Page
 /Resources 339 0 R
 /Contents[18 0 R 4 0 R 340 0 R 20 0 R]
-/Parent 714 0 R
+/Parent 721 0 R
+>>
+endobj
+721 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[334 0 R 338 0 R]
+/Parent 718 0 R
 >>
 endobj
 342 0 obj
@@ -7010,7 +7017,7 @@ endobj
 /Type/Page
 /Resources 343 0 R
 /Contents[18 0 R 4 0 R 344 0 R 20 0 R]
-/Parent 714 0 R
+/Parent 722 0 R
 >>
 endobj
 346 0 obj
@@ -7018,55 +7025,47 @@ endobj
 /Type/Page
 /Resources 347 0 R
 /Contents[18 0 R 4 0 R 348 0 R 20 0 R]
-/Parent 714 0 R
+/Parent 722 0 R
 >>
 endobj
-714 0 obj
+350 0 obj
+<<
+/Type/Page
+/Resources 351 0 R
+/Contents[18 0 R 4 0 R 352 0 R 20 0 R]
+/Parent 722 0 R
+>>
+endobj
+722 0 obj
 <<
 /Type/Pages
 /Count 3
-/Kids[338 0 R 342 0 R 346 0 R]
-/Parent 710 0 R
+/Kids[342 0 R 346 0 R 350 0 R]
+/Parent 718 0 R
 >>
 endobj
-710 0 obj
+718 0 obj
 <<
 /Type/Pages
 /Count 10
-/Kids[711 0 R 712 0 R 713 0 R 714 0 R]
-/Parent 694 0 R
+/Kids[719 0 R 720 0 R 721 0 R 722 0 R]
+/Parent 702 0 R
 >>
 endobj
-694 0 obj
+702 0 obj
 <<
 /Type/Pages
 /Count 39
-/Kids[695 0 R 700 0 R 705 0 R 710 0 R]
+/Kids[703 0 R 708 0 R 713 0 R 718 0 R]
 /Parent 3 0 R
 >>
 endobj
-350 0 obj
-<<
-/Type/Page
-/Resources 351 0 R
-/Contents[18 0 R 4 0 R 352 0 R 20 0 R]
-/Parent 717 0 R
->>
-endobj
 354 0 obj
 <<
 /Type/Page
 /Resources 355 0 R
 /Contents[18 0 R 4 0 R 356 0 R 20 0 R]
-/Parent 717 0 R
->>
-endobj
-717 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[350 0 R 354 0 R]
-/Parent 716 0 R
+/Parent 725 0 R
 >>
 endobj
 358 0 obj
@@ -7074,7 +7073,15 @@ endobj
 /Type/Page
 /Resources 359 0 R
 /Contents[18 0 R 4 0 R 360 0 R 20 0 R]
-/Parent 718 0 R
+/Parent 725 0 R
+>>
+endobj
+725 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[354 0 R 358 0 R]
+/Parent 724 0 R
 >>
 endobj
 362 0 obj
@@ -7082,15 +7089,7 @@ endobj
 /Type/Page
 /Resources 363 0 R
 /Contents[18 0 R 4 0 R 364 0 R 20 0 R]
-/Parent 718 0 R
->>
-endobj
-718 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[358 0 R 362 0 R]
-/Parent 716 0 R
+/Parent 726 0 R
 >>
 endobj
 366 0 obj
@@ -7098,7 +7097,15 @@ endobj
 /Type/Page
 /Resources 367 0 R
 /Contents[18 0 R 4 0 R 368 0 R 20 0 R]
-/Parent 719 0 R
+/Parent 726 0 R
+>>
+endobj
+726 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[362 0 R 366 0 R]
+/Parent 724 0 R
 >>
 endobj
 370 0 obj
@@ -7106,15 +7113,7 @@ endobj
 /Type/Page
 /Resources 371 0 R
 /Contents[18 0 R 4 0 R 372 0 R 20 0 R]
-/Parent 719 0 R
->>
-endobj
-719 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[366 0 R 370 0 R]
-/Parent 716 0 R
+/Parent 727 0 R
 >>
 endobj
 374 0 obj
@@ -7122,7 +7121,15 @@ endobj
 /Type/Page
 /Resources 375 0 R
 /Contents[18 0 R 4 0 R 376 0 R 20 0 R]
-/Parent 720 0 R
+/Parent 727 0 R
+>>
+endobj
+727 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[370 0 R 374 0 R]
+/Parent 724 0 R
 >>
 endobj
 378 0 obj
@@ -7130,7 +7137,7 @@ endobj
 /Type/Page
 /Resources 379 0 R
 /Contents[18 0 R 4 0 R 380 0 R 20 0 R]
-/Parent 720 0 R
+/Parent 728 0 R
 >>
 endobj
 382 0 obj
@@ -7138,31 +7145,31 @@ endobj
 /Type/Page
 /Resources 383 0 R
 /Contents[18 0 R 4 0 R 384 0 R 20 0 R]
-/Parent 720 0 R
+/Parent 728 0 R
 >>
 endobj
-720 0 obj
+386 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[374 0 R 378 0 R 382 0 R]
-/Parent 716 0 R
+/Type/Page
+/Resources 387 0 R
+/Contents[18 0 R 4 0 R 388 0 R 20 0 R]
+/Parent 728 0 R
 >>
 endobj
-716 0 obj
+728 0 obj
 <<
 /Type/Pages
-/Count 9
-/Kids[717 0 R 718 0 R 719 0 R 720 0 R]
-/Parent 715 0 R
+/Count 3
+/Kids[378 0 R 382 0 R 386 0 R]
+/Parent 724 0 R
 >>
 endobj
-386 0 obj
+724 0 obj
 <<
-/Type/Page
-/Resources 387 0 R
-/Contents[18 0 R 4 0 R 388 0 R 20 0 R]
-/Parent 722 0 R
+/Type/Pages
+/Count 9
+/Kids[725 0 R 726 0 R 727 0 R 728 0 R]
+/Parent 723 0 R
 >>
 endobj
 390 0 obj
@@ -7170,47 +7177,39 @@ endobj
 /Type/Page
 /Resources 391 0 R
 /Contents[18 0 R 4 0 R 392 0 R 20 0 R]
-/Parent 722 0 R
->>
-endobj
-722 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[386 0 R 390 0 R]
-/Parent 721 0 R
+/Parent 730 0 R
 >>
 endobj
 394 0 obj
 <<
 /Type/Page
 /Resources 395 0 R
-/Contents[18 0 R 4 0 R 402 0 R 20 0 R]
-/Parent 723 0 R
+/Contents[18 0 R 4 0 R 396 0 R 20 0 R]
+/Parent 730 0 R
 >>
 endobj
-404 0 obj
+730 0 obj
 <<
-/Type/Page
-/Resources 405 0 R
-/Contents[18 0 R 4 0 R 406 0 R 20 0 R]
-/Parent 723 0 R
+/Type/Pages
+/Count 2
+/Kids[390 0 R 394 0 R]
+/Parent 729 0 R
 >>
 endobj
-408 0 obj
+398 0 obj
 <<
 /Type/Page
-/Resources 409 0 R
-/Contents[18 0 R 4 0 R 410 0 R 20 0 R]
-/Parent 723 0 R
+/Resources 399 0 R
+/Contents[18 0 R 4 0 R 400 0 R 20 0 R]
+/Parent 731 0 R
 >>
 endobj
-723 0 obj
+402 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[394 0 R 404 0 R 408 0 R]
-/Parent 721 0 R
+/Type/Page
+/Resources 403 0 R
+/Contents[18 0 R 4 0 R 410 0 R 20 0 R]
+/Parent 731 0 R
 >>
 endobj
 412 0 obj
@@ -7218,7 +7217,15 @@ endobj
 /Type/Page
 /Resources 413 0 R
 /Contents[18 0 R 4 0 R 414 0 R 20 0 R]
-/Parent 724 0 R
+/Parent 731 0 R
+>>
+endobj
+731 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[398 0 R 402 0 R 412 0 R]
+/Parent 729 0 R
 >>
 endobj
 416 0 obj
@@ -7226,15 +7233,7 @@ endobj
 /Type/Page
 /Resources 417 0 R
 /Contents[18 0 R 4 0 R 418 0 R 20 0 R]
-/Parent 724 0 R
->>
-endobj
-724 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[412 0 R 416 0 R]
-/Parent 721 0 R
+/Parent 732 0 R
 >>
 endobj
 420 0 obj
@@ -7242,7 +7241,15 @@ endobj
 /Type/Page
 /Resources 421 0 R
 /Contents[18 0 R 4 0 R 422 0 R 20 0 R]
-/Parent 725 0 R
+/Parent 732 0 R
+>>
+endobj
+732 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[416 0 R 420 0 R]
+/Parent 729 0 R
 >>
 endobj
 424 0 obj
@@ -7250,7 +7257,7 @@ endobj
 /Type/Page
 /Resources 425 0 R
 /Contents[18 0 R 4 0 R 426 0 R 20 0 R]
-/Parent 725 0 R
+/Parent 733 0 R
 >>
 endobj
 428 0 obj
@@ -7258,31 +7265,31 @@ endobj
 /Type/Page
 /Resources 429 0 R
 /Contents[18 0 R 4 0 R 430 0 R 20 0 R]
-/Parent 725 0 R
+/Parent 733 0 R
 >>
 endobj
-725 0 obj
+432 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[420 0 R 424 0 R 428 0 R]
-/Parent 721 0 R
+/Type/Page
+/Resources 433 0 R
+/Contents[18 0 R 4 0 R 434 0 R 20 0 R]
+/Parent 733 0 R
 >>
 endobj
-721 0 obj
+733 0 obj
 <<
 /Type/Pages
-/Count 10
-/Kids[722 0 R 723 0 R 724 0 R 725 0 R]
-/Parent 715 0 R
+/Count 3
+/Kids[424 0 R 428 0 R 432 0 R]
+/Parent 729 0 R
 >>
 endobj
-432 0 obj
+729 0 obj
 <<
-/Type/Page
-/Resources 433 0 R
-/Contents[18 0 R 4 0 R 434 0 R 20 0 R]
-/Parent 727 0 R
+/Type/Pages
+/Count 10
+/Kids[730 0 R 731 0 R 732 0 R 733 0 R]
+/Parent 723 0 R
 >>
 endobj
 436 0 obj
@@ -7290,15 +7297,7 @@ endobj
 /Type/Page
 /Resources 437 0 R
 /Contents[18 0 R 4 0 R 438 0 R 20 0 R]
-/Parent 727 0 R
->>
-endobj
-727 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[432 0 R 436 0 R]
-/Parent 726 0 R
+/Parent 735 0 R
 >>
 endobj
 440 0 obj
@@ -7306,7 +7305,15 @@ endobj
 /Type/Page
 /Resources 441 0 R
 /Contents[18 0 R 4 0 R 442 0 R 20 0 R]
-/Parent 728 0 R
+/Parent 735 0 R
+>>
+endobj
+735 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[436 0 R 440 0 R]
+/Parent 734 0 R
 >>
 endobj
 444 0 obj
@@ -7314,15 +7321,7 @@ endobj
 /Type/Page
 /Resources 445 0 R
 /Contents[18 0 R 4 0 R 446 0 R 20 0 R]
-/Parent 728 0 R
->>
-endobj
-728 0 obj
-<<
-/Type/Pages
-/Count 2
-/Kids[440 0 R 444 0 R]
-/Parent 726 0 R
+/Parent 736 0 R
 >>
 endobj
 448 0 obj
@@ -7330,7 +7329,7 @@ endobj
 /Type/Page
 /Resources 449 0 R
 /Contents[18 0 R 4 0 R 450 0 R 20 0 R]
-/Parent 729 0 R
+/Parent 736 0 R
 >>
 endobj
 452 0 obj
@@ -7338,15 +7337,15 @@ endobj
 /Type/Page
 /Resources 453 0 R
 /Contents[18 0 R 4 0 R 454 0 R 20 0 R]
-/Parent 729 0 R
+/Parent 736 0 R
 >>
 endobj
-729 0 obj
+736 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[448 0 R 452 0 R]
-/Parent 726 0 R
+/Count 3
+/Kids[444 0 R 448 0 R 452 0 R]
+/Parent 734 0 R
 >>
 endobj
 456 0 obj
@@ -7354,7 +7353,7 @@ endobj
 /Type/Page
 /Resources 457 0 R
 /Contents[18 0 R 4 0 R 458 0 R 20 0 R]
-/Parent 730 0 R
+/Parent 737 0 R
 >>
 endobj
 460 0 obj
@@ -7362,31 +7361,23 @@ endobj
 /Type/Page
 /Resources 461 0 R
 /Contents[18 0 R 4 0 R 462 0 R 20 0 R]
-/Parent 730 0 R
->>
-endobj
-464 0 obj
-<<
-/Type/Page
-/Resources 465 0 R
-/Contents[18 0 R 4 0 R 466 0 R 20 0 R]
-/Parent 730 0 R
+/Parent 737 0 R
 >>
 endobj
-730 0 obj
+737 0 obj
 <<
 /Type/Pages
-/Count 3
-/Kids[456 0 R 460 0 R 464 0 R]
-/Parent 726 0 R
+/Count 2
+/Kids[456 0 R 460 0 R]
+/Parent 734 0 R
 >>
 endobj
-726 0 obj
+464 0 obj
 <<
-/Type/Pages
-/Count 9
-/Kids[727 0 R 728 0 R 729 0 R 730 0 R]
-/Parent 715 0 R
+/Type/Page
+/Resources 465 0 R
+/Contents[18 0 R 4 0 R 466 0 R 20 0 R]
+/Parent 738 0 R
 >>
 endobj
 468 0 obj
@@ -7394,7 +7385,7 @@ endobj
 /Type/Page
 /Resources 469 0 R
 /Contents[18 0 R 4 0 R 470 0 R 20 0 R]
-/Parent 732 0 R
+/Parent 738 0 R
 >>
 endobj
 472 0 obj
@@ -7402,15 +7393,23 @@ endobj
 /Type/Page
 /Resources 473 0 R
 /Contents[18 0 R 4 0 R 474 0 R 20 0 R]
-/Parent 732 0 R
+/Parent 738 0 R
 >>
 endobj
-732 0 obj
+738 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[468 0 R 472 0 R]
-/Parent 731 0 R
+/Count 3
+/Kids[464 0 R 468 0 R 472 0 R]
+/Parent 734 0 R
+>>
+endobj
+734 0 obj
+<<
+/Type/Pages
+/Count 10
+/Kids[735 0 R 736 0 R 737 0 R 738 0 R]
+/Parent 723 0 R
 >>
 endobj
 476 0 obj
@@ -7418,7 +7417,7 @@ endobj
 /Type/Page
 /Resources 477 0 R
 /Contents[18 0 R 4 0 R 478 0 R 20 0 R]
-/Parent 733 0 R
+/Parent 740 0 R
 >>
 endobj
 480 0 obj
@@ -7426,7 +7425,15 @@ endobj
 /Type/Page
 /Resources 481 0 R
 /Contents[18 0 R 4 0 R 482 0 R 20 0 R]
-/Parent 733 0 R
+/Parent 740 0 R
+>>
+endobj
+740 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[476 0 R 480 0 R]
+/Parent 739 0 R
 >>
 endobj
 484 0 obj
@@ -7434,15 +7441,7 @@ endobj
 /Type/Page
 /Resources 485 0 R
 /Contents[18 0 R 4 0 R 486 0 R 20 0 R]
-/Parent 733 0 R
->>
-endobj
-733 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[476 0 R 480 0 R 484 0 R]
-/Parent 731 0 R
+/Parent 741 0 R
 >>
 endobj
 488 0 obj
@@ -7450,7 +7449,7 @@ endobj
 /Type/Page
 /Resources 489 0 R
 /Contents[18 0 R 4 0 R 490 0 R 20 0 R]
-/Parent 734 0 R
+/Parent 741 0 R
 >>
 endobj
 492 0 obj
@@ -7458,15 +7457,15 @@ endobj
 /Type/Page
 /Resources 493 0 R
 /Contents[18 0 R 4 0 R 494 0 R 20 0 R]
-/Parent 734 0 R
+/Parent 741 0 R
 >>
 endobj
-734 0 obj
+741 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[488 0 R 492 0 R]
-/Parent 731 0 R
+/Count 3
+/Kids[484 0 R 488 0 R 492 0 R]
+/Parent 739 0 R
 >>
 endobj
 496 0 obj
@@ -7474,7 +7473,7 @@ endobj
 /Type/Page
 /Resources 497 0 R
 /Contents[18 0 R 4 0 R 498 0 R 20 0 R]
-/Parent 735 0 R
+/Parent 742 0 R
 >>
 endobj
 500 0 obj
@@ -7482,39 +7481,23 @@ endobj
 /Type/Page
 /Resources 501 0 R
 /Contents[18 0 R 4 0 R 502 0 R 20 0 R]
-/Parent 735 0 R
->>
-endobj
-504 0 obj
-<<
-/Type/Page
-/Resources 505 0 R
-/Contents[18 0 R 4 0 R 506 0 R 20 0 R]
-/Parent 735 0 R
->>
-endobj
-735 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[496 0 R 500 0 R 504 0 R]
-/Parent 731 0 R
+/Parent 742 0 R
 >>
 endobj
-731 0 obj
+742 0 obj
 <<
 /Type/Pages
-/Count 10
-/Kids[732 0 R 733 0 R 734 0 R 735 0 R]
-/Parent 715 0 R
+/Count 2
+/Kids[496 0 R 500 0 R]
+/Parent 739 0 R
 >>
 endobj
-715 0 obj
+504 0 obj
 <<
-/Type/Pages
-/Count 38
-/Kids[716 0 R 721 0 R 726 0 R 731 0 R]
-/Parent 3 0 R
+/Type/Page
+/Resources 505 0 R
+/Contents[18 0 R 4 0 R 506 0 R 20 0 R]
+/Parent 743 0 R
 >>
 endobj
 508 0 obj
@@ -7522,7 +7505,7 @@ endobj
 /Type/Page
 /Resources 509 0 R
 /Contents[18 0 R 4 0 R 510 0 R 20 0 R]
-/Parent 738 0 R
+/Parent 743 0 R
 >>
 endobj
 512 0 obj
@@ -7530,15 +7513,31 @@ endobj
 /Type/Page
 /Resources 513 0 R
 /Contents[18 0 R 4 0 R 514 0 R 20 0 R]
-/Parent 738 0 R
+/Parent 743 0 R
+>>
+endobj
+743 0 obj
+<<
+/Type/Pages
+/Count 3
+/Kids[504 0 R 508 0 R 512 0 R]
+/Parent 739 0 R
+>>
+endobj
+739 0 obj
+<<
+/Type/Pages
+/Count 10
+/Kids[740 0 R 741 0 R 742 0 R 743 0 R]
+/Parent 723 0 R
 >>
 endobj
-738 0 obj
+723 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[508 0 R 512 0 R]
-/Parent 737 0 R
+/Count 39
+/Kids[724 0 R 729 0 R 734 0 R 739 0 R]
+/Parent 3 0 R
 >>
 endobj
 516 0 obj
@@ -7546,7 +7545,7 @@ endobj
 /Type/Page
 /Resources 517 0 R
 /Contents[18 0 R 4 0 R 518 0 R 20 0 R]
-/Parent 739 0 R
+/Parent 746 0 R
 >>
 endobj
 520 0 obj
@@ -7554,15 +7553,15 @@ endobj
 /Type/Page
 /Resources 521 0 R
 /Contents[18 0 R 4 0 R 522 0 R 20 0 R]
-/Parent 739 0 R
+/Parent 746 0 R
 >>
 endobj
-739 0 obj
+746 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[516 0 R 520 0 R]
-/Parent 737 0 R
+/Parent 745 0 R
 >>
 endobj
 524 0 obj
@@ -7570,7 +7569,7 @@ endobj
 /Type/Page
 /Resources 525 0 R
 /Contents[18 0 R 4 0 R 526 0 R 20 0 R]
-/Parent 740 0 R
+/Parent 747 0 R
 >>
 endobj
 528 0 obj
@@ -7578,15 +7577,15 @@ endobj
 /Type/Page
 /Resources 529 0 R
 /Contents[18 0 R 4 0 R 530 0 R 20 0 R]
-/Parent 740 0 R
+/Parent 747 0 R
 >>
 endobj
-740 0 obj
+747 0 obj
 <<
 /Type/Pages
 /Count 2
 /Kids[524 0 R 528 0 R]
-/Parent 737 0 R
+/Parent 745 0 R
 >>
 endobj
 532 0 obj
@@ -7594,7 +7593,7 @@ endobj
 /Type/Page
 /Resources 533 0 R
 /Contents[18 0 R 4 0 R 534 0 R 20 0 R]
-/Parent 741 0 R
+/Parent 748 0 R
 >>
 endobj
 536 0 obj
@@ -7602,31 +7601,23 @@ endobj
 /Type/Page
 /Resources 537 0 R
 /Contents[18 0 R 4 0 R 538 0 R 20 0 R]
-/Parent 741 0 R
->>
-endobj
-540 0 obj
-<<
-/Type/Page
-/Resources 541 0 R
-/Contents[18 0 R 4 0 R 542 0 R 20 0 R]
-/Parent 741 0 R
+/Parent 748 0 R
 >>
 endobj
-741 0 obj
+748 0 obj
 <<
 /Type/Pages
-/Count 3
-/Kids[532 0 R 536 0 R 540 0 R]
-/Parent 737 0 R
+/Count 2
+/Kids[532 0 R 536 0 R]
+/Parent 745 0 R
 >>
 endobj
-737 0 obj
+540 0 obj
 <<
-/Type/Pages
-/Count 9
-/Kids[738 0 R 739 0 R 740 0 R 741 0 R]
-/Parent 736 0 R
+/Type/Page
+/Resources 541 0 R
+/Contents[18 0 R 4 0 R 542 0 R 20 0 R]
+/Parent 749 0 R
 >>
 endobj
 544 0 obj
@@ -7634,7 +7625,7 @@ endobj
 /Type/Page
 /Resources 545 0 R
 /Contents[18 0 R 4 0 R 546 0 R 20 0 R]
-/Parent 743 0 R
+/Parent 749 0 R
 >>
 endobj
 548 0 obj
@@ -7642,15 +7633,23 @@ endobj
 /Type/Page
 /Resources 549 0 R
 /Contents[18 0 R 4 0 R 550 0 R 20 0 R]
-/Parent 743 0 R
+/Parent 749 0 R
 >>
 endobj
-743 0 obj
+749 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[544 0 R 548 0 R]
-/Parent 742 0 R
+/Count 3
+/Kids[540 0 R 544 0 R 548 0 R]
+/Parent 745 0 R
+>>
+endobj
+745 0 obj
+<<
+/Type/Pages
+/Count 9
+/Kids[746 0 R 747 0 R 748 0 R 749 0 R]
+/Parent 744 0 R
 >>
 endobj
 552 0 obj
@@ -7658,7 +7657,7 @@ endobj
 /Type/Page
 /Resources 553 0 R
 /Contents[18 0 R 4 0 R 554 0 R 20 0 R]
-/Parent 744 0 R
+/Parent 751 0 R
 >>
 endobj
 556 0 obj
@@ -7666,7 +7665,15 @@ endobj
 /Type/Page
 /Resources 557 0 R
 /Contents[18 0 R 4 0 R 558 0 R 20 0 R]
-/Parent 744 0 R
+/Parent 751 0 R
+>>
+endobj
+751 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[552 0 R 556 0 R]
+/Parent 750 0 R
 >>
 endobj
 560 0 obj
@@ -7674,15 +7681,7 @@ endobj
 /Type/Page
 /Resources 561 0 R
 /Contents[18 0 R 4 0 R 562 0 R 20 0 R]
-/Parent 744 0 R
->>
-endobj
-744 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[552 0 R 556 0 R 560 0 R]
-/Parent 742 0 R
+/Parent 752 0 R
 >>
 endobj
 564 0 obj
@@ -7690,7 +7689,7 @@ endobj
 /Type/Page
 /Resources 565 0 R
 /Contents[18 0 R 4 0 R 566 0 R 20 0 R]
-/Parent 745 0 R
+/Parent 752 0 R
 >>
 endobj
 568 0 obj
@@ -7698,15 +7697,15 @@ endobj
 /Type/Page
 /Resources 569 0 R
 /Contents[18 0 R 4 0 R 570 0 R 20 0 R]
-/Parent 745 0 R
+/Parent 752 0 R
 >>
 endobj
-745 0 obj
+752 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[564 0 R 568 0 R]
-/Parent 742 0 R
+/Count 3
+/Kids[560 0 R 564 0 R 568 0 R]
+/Parent 750 0 R
 >>
 endobj
 572 0 obj
@@ -7714,7 +7713,7 @@ endobj
 /Type/Page
 /Resources 573 0 R
 /Contents[18 0 R 4 0 R 574 0 R 20 0 R]
-/Parent 746 0 R
+/Parent 753 0 R
 >>
 endobj
 576 0 obj
@@ -7722,31 +7721,23 @@ endobj
 /Type/Page
 /Resources 577 0 R
 /Contents[18 0 R 4 0 R 578 0 R 20 0 R]
-/Parent 746 0 R
->>
-endobj
-580 0 obj
-<<
-/Type/Page
-/Resources 581 0 R
-/Contents[18 0 R 4 0 R 582 0 R 20 0 R]
-/Parent 746 0 R
+/Parent 753 0 R
 >>
 endobj
-746 0 obj
+753 0 obj
 <<
 /Type/Pages
-/Count 3
-/Kids[572 0 R 576 0 R 580 0 R]
-/Parent 742 0 R
+/Count 2
+/Kids[572 0 R 576 0 R]
+/Parent 750 0 R
 >>
 endobj
-742 0 obj
+580 0 obj
 <<
-/Type/Pages
-/Count 10
-/Kids[743 0 R 744 0 R 745 0 R 746 0 R]
-/Parent 736 0 R
+/Type/Page
+/Resources 581 0 R
+/Contents[18 0 R 4 0 R 582 0 R 20 0 R]
+/Parent 754 0 R
 >>
 endobj
 584 0 obj
@@ -7754,7 +7745,7 @@ endobj
 /Type/Page
 /Resources 585 0 R
 /Contents[18 0 R 4 0 R 586 0 R 20 0 R]
-/Parent 748 0 R
+/Parent 754 0 R
 >>
 endobj
 588 0 obj
@@ -7762,15 +7753,23 @@ endobj
 /Type/Page
 /Resources 589 0 R
 /Contents[18 0 R 4 0 R 590 0 R 20 0 R]
-/Parent 748 0 R
+/Parent 754 0 R
 >>
 endobj
-748 0 obj
+754 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[584 0 R 588 0 R]
-/Parent 747 0 R
+/Count 3
+/Kids[580 0 R 584 0 R 588 0 R]
+/Parent 750 0 R
+>>
+endobj
+750 0 obj
+<<
+/Type/Pages
+/Count 10
+/Kids[751 0 R 752 0 R 753 0 R 754 0 R]
+/Parent 744 0 R
 >>
 endobj
 592 0 obj
@@ -7778,7 +7777,7 @@ endobj
 /Type/Page
 /Resources 593 0 R
 /Contents[18 0 R 4 0 R 594 0 R 20 0 R]
-/Parent 749 0 R
+/Parent 756 0 R
 >>
 endobj
 596 0 obj
@@ -7786,7 +7785,15 @@ endobj
 /Type/Page
 /Resources 597 0 R
 /Contents[18 0 R 4 0 R 598 0 R 20 0 R]
-/Parent 749 0 R
+/Parent 756 0 R
+>>
+endobj
+756 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[592 0 R 596 0 R]
+/Parent 755 0 R
 >>
 endobj
 600 0 obj
@@ -7794,15 +7801,7 @@ endobj
 /Type/Page
 /Resources 601 0 R
 /Contents[18 0 R 4 0 R 602 0 R 20 0 R]
-/Parent 749 0 R
->>
-endobj
-749 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[592 0 R 596 0 R 600 0 R]
-/Parent 747 0 R
+/Parent 757 0 R
 >>
 endobj
 604 0 obj
@@ -7810,7 +7809,7 @@ endobj
 /Type/Page
 /Resources 605 0 R
 /Contents[18 0 R 4 0 R 606 0 R 20 0 R]
-/Parent 750 0 R
+/Parent 757 0 R
 >>
 endobj
 608 0 obj
@@ -7818,15 +7817,15 @@ endobj
 /Type/Page
 /Resources 609 0 R
 /Contents[18 0 R 4 0 R 610 0 R 20 0 R]
-/Parent 750 0 R
+/Parent 757 0 R
 >>
 endobj
-750 0 obj
+757 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[604 0 R 608 0 R]
-/Parent 747 0 R
+/Count 3
+/Kids[600 0 R 604 0 R 608 0 R]
+/Parent 755 0 R
 >>
 endobj
 612 0 obj
@@ -7834,71 +7833,71 @@ endobj
 /Type/Page
 /Resources 613 0 R
 /Contents[18 0 R 4 0 R 614 0 R 20 0 R]
-/Parent 751 0 R
+/Parent 758 0 R
 >>
 endobj
 616 0 obj
 <<
 /Type/Page
 /Resources 617 0 R
-/Contents[18 0 R 4 0 R 621 0 R 20 0 R]
-/Parent 751 0 R
+/Contents[18 0 R 4 0 R 618 0 R 20 0 R]
+/Parent 758 0 R
 >>
 endobj
-623 0 obj
+758 0 obj
 <<
-/Type/Page
-/Resources 624 0 R
-/Contents[18 0 R 4 0 R 625 0 R 20 0 R]
-/Parent 751 0 R
+/Type/Pages
+/Count 2
+/Kids[612 0 R 616 0 R]
+/Parent 755 0 R
 >>
 endobj
-751 0 obj
+620 0 obj
 <<
-/Type/Pages
-/Count 3
-/Kids[612 0 R 616 0 R 623 0 R]
-/Parent 747 0 R
+/Type/Page
+/Resources 621 0 R
+/Contents[18 0 R 4 0 R 622 0 R 20 0 R]
+/Parent 759 0 R
 >>
 endobj
-747 0 obj
+624 0 obj
 <<
-/Type/Pages
-/Count 10
-/Kids[748 0 R 749 0 R 750 0 R 751 0 R]
-/Parent 736 0 R
+/Type/Page
+/Resources 625 0 R
+/Contents[18 0 R 4 0 R 629 0 R 20 0 R]
+/Parent 759 0 R
 >>
 endobj
-627 0 obj
+631 0 obj
 <<
 /Type/Page
-/Resources 628 0 R
-/Contents[18 0 R 4 0 R 635 0 R 20 0 R]
-/Parent 753 0 R
+/Resources 632 0 R
+/Contents[18 0 R 4 0 R 633 0 R 20 0 R]
+/Parent 759 0 R
 >>
 endobj
-637 0 obj
+759 0 obj
 <<
-/Type/Page
-/Resources 638 0 R
-/Contents[18 0 R 4 0 R 639 0 R 20 0 R]
-/Parent 753 0 R
+/Type/Pages
+/Count 3
+/Kids[620 0 R 624 0 R 631 0 R]
+/Parent 755 0 R
 >>
 endobj
-753 0 obj
+755 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[627 0 R 637 0 R]
-/Parent 752 0 R
+/Count 10
+/Kids[756 0 R 757 0 R 758 0 R 759 0 R]
+/Parent 744 0 R
 >>
 endobj
-641 0 obj
+635 0 obj
 <<
 /Type/Page
-/Resources 642 0 R
+/Resources 636 0 R
 /Contents[18 0 R 4 0 R 643 0 R 20 0 R]
-/Parent 754 0 R
+/Parent 761 0 R
 >>
 endobj
 645 0 obj
@@ -7906,7 +7905,15 @@ endobj
 /Type/Page
 /Resources 646 0 R
 /Contents[18 0 R 4 0 R 647 0 R 20 0 R]
-/Parent 754 0 R
+/Parent 761 0 R
+>>
+endobj
+761 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[635 0 R 645 0 R]
+/Parent 760 0 R
 >>
 endobj
 649 0 obj
@@ -7914,15 +7921,7 @@ endobj
 /Type/Page
 /Resources 650 0 R
 /Contents[18 0 R 4 0 R 651 0 R 20 0 R]
-/Parent 754 0 R
->>
-endobj
-754 0 obj
-<<
-/Type/Pages
-/Count 3
-/Kids[641 0 R 645 0 R 649 0 R]
-/Parent 752 0 R
+/Parent 762 0 R
 >>
 endobj
 653 0 obj
@@ -7930,7 +7929,7 @@ endobj
 /Type/Page
 /Resources 654 0 R
 /Contents[18 0 R 4 0 R 655 0 R 20 0 R]
-/Parent 755 0 R
+/Parent 762 0 R
 >>
 endobj
 657 0 obj
@@ -7938,15 +7937,15 @@ endobj
 /Type/Page
 /Resources 658 0 R
 /Contents[18 0 R 4 0 R 659 0 R 20 0 R]
-/Parent 755 0 R
+/Parent 762 0 R
 >>
 endobj
-755 0 obj
+762 0 obj
 <<
 /Type/Pages
-/Count 2
-/Kids[653 0 R 657 0 R]
-/Parent 752 0 R
+/Count 3
+/Kids[649 0 R 653 0 R 657 0 R]
+/Parent 760 0 R
 >>
 endobj
 661 0 obj
@@ -7954,7 +7953,7 @@ endobj
 /Type/Page
 /Resources 662 0 R
 /Contents[18 0 R 4 0 R 663 0 R 20 0 R]
-/Parent 756 0 R
+/Parent 763 0 R
 >>
 endobj
 665 0 obj
@@ -7962,7 +7961,15 @@ endobj
 /Type/Page
 /Resources 666 0 R
 /Contents[18 0 R 4 0 R 667 0 R 20 0 R]
-/Parent 756 0 R
+/Parent 763 0 R
+>>
+endobj
+763 0 obj
+<<
+/Type/Pages
+/Count 2
+/Kids[661 0 R 665 0 R]
+/Parent 760 0 R
 >>
 endobj
 669 0 obj
@@ -7970,38 +7977,54 @@ endobj
 /Type/Page
 /Resources 670 0 R
 /Contents[18 0 R 4 0 R 671 0 R 20 0 R]
-/Parent 756 0 R
+/Parent 764 0 R
 >>
 endobj
-756 0 obj
+673 0 obj
+<<
+/Type/Page
+/Resources 674 0 R
+/Contents[18 0 R 4 0 R 675 0 R 20 0 R]
+/Parent 764 0 R
+>>
+endobj
+677 0 obj
+<<
+/Type/Page
+/Resources 678 0 R
+/Contents[18 0 R 4 0 R 679 0 R 20 0 R]
+/Parent 764 0 R
+>>
+endobj
+764 0 obj
 <<
 /Type/Pages
 /Count 3
-/Kids[661 0 R 665 0 R 669 0 R]
-/Parent 752 0 R
+/Kids[669 0 R 673 0 R 677 0 R]
+/Parent 760 0 R
 >>
 endobj
-752 0 obj
+760 0 obj
 <<
 /Type/Pages
 /Count 10
-/Kids[753 0 R 754 0 R 755 0 R 756 0 R]
-/Parent 736 0 R
+/Kids[761 0 R 762 0 R 763 0 R 764 0 R]
+/Parent 744 0 R
 >>
 endobj
-736 0 obj
+744 0 obj
 <<
 /Type/Pages
 /Count 39
-/Kids[737 0 R 742 0 R 747 0 R 752 0 R]
+/Kids[745 0 R 750 0 R 755 0 R 760 0 R]
 /Parent 3 0 R
 >>
 endobj
 3 0 obj
 <<
 /Type/Pages
-/Count 154
-/Kids[673 0 R 694 0 R 715 0 R 736 0 R]
+/Count 156
+/Kids[681 0 R 702 0 R 723 0 R 744 0 R]
 /MediaBox[0 0 612 792]
 >>
 endobj
@@ -8029,14 +8052,14 @@ stream
 1.00028 0 0 1.00028 72 720 cm
 endstream
 endobj
-757 0 obj
+765 0 obj
 <<
 >>
 endobj
-758 0 obj
+766 0 obj
 null
 endobj
-759 0 obj
+767 0 obj
 <<
 >>
 endobj
@@ -8044,779 +8067,787 @@ endobj
 <<
 /Type/Catalog
 /Pages 3 0 R
-/Outlines 757 0 R
-/Threads 758 0 R
-/Names 759 0 R
+/Outlines 765 0 R
+/Threads 766 0 R
+/Names 767 0 R
 >>
 endobj
 xref
-0 760
+0 768
 0000000000 65535 f 
-0000489803 00000 n 
-0000514393 00000 n 
-0000514040 00000 n 
-0000514246 00000 n 
-0000489967 00000 n 
-0000004978 00000 n 
+0000493277 00000 n 
+0000518101 00000 n 
+0000517748 00000 n 
+0000517954 00000 n 
+0000493441 00000 n 
+0000005007 00000 n 
 0000000009 00000 n 
-0000369551 00000 n 
-0000369364 00000 n 
+0000373023 00000 n 
+0000372836 00000 n 
 0000000913 00000 n 
-0000383096 00000 n 
-0000382908 00000 n 
+0000386568 00000 n 
+0000386380 00000 n 
 0000001858 00000 n 
 0000002775 00000 n 
-0000400261 00000 n 
-0000400075 00000 n 
+0000403733 00000 n 
+0000403547 00000 n 
 0000003752 00000 n 
-0000514146 00000 n 
+0000517854 00000 n 
 0000004496 00000 n 
-0000514196 00000 n 
-0000004923 00000 n 
-0000490070 00000 n 
-0000009840 00000 n 
-0000416485 00000 n 
-0000416292 00000 n 
-0000005039 00000 n 
-0000005959 00000 n 
-0000429076 00000 n 
-0000428881 00000 n 
-0000007575 00000 n 
-0000008526 00000 n 
-0000009774 00000 n 
-0000490255 00000 n 
-0000014390 00000 n 
-0000009902 00000 n 
-0000430917 00000 n 
-0000430720 00000 n 
-0000010809 00000 n 
-0000432808 00000 n 
-0000432613 00000 n 
-0000011800 00000 n 
-0000012781 00000 n 
-0000014324 00000 n 
-0000490360 00000 n 
-0000016126 00000 n 
-0000014452 00000 n 
-0000016060 00000 n 
-0000490546 00000 n 
-0000018055 00000 n 
-0000016188 00000 n 
-0000017989 00000 n 
-0000490651 00000 n 
-0000019006 00000 n 
-0000018117 00000 n 
-0000018940 00000 n 
-0000490837 00000 n 
-0000024033 00000 n 
-0000019068 00000 n 
-0000438651 00000 n 
-0000438463 00000 n 
-0000020036 00000 n 
-0000021034 00000 n 
-0000023945 00000 n 
-0000490942 00000 n 
-0000024784 00000 n 
-0000024095 00000 n 
-0000024751 00000 n 
-0000491047 00000 n 
-0000027041 00000 n 
-0000024846 00000 n 
-0000026975 00000 n 
-0000491339 00000 n 
-0000027772 00000 n 
-0000027103 00000 n 
-0000027717 00000 n 
-0000491444 00000 n 
-0000030358 00000 n 
-0000027834 00000 n 
-0000030281 00000 n 
-0000491630 00000 n 
-0000033673 00000 n 
-0000444000 00000 n 
-0000443806 00000 n 
-0000030420 00000 n 
-0000031166 00000 n 
-0000033596 00000 n 
-0000491735 00000 n 
-0000035798 00000 n 
-0000033735 00000 n 
-0000035721 00000 n 
-0000491840 00000 n 
-0000038631 00000 n 
-0000035860 00000 n 
-0000038543 00000 n 
-0000492033 00000 n 
-0000041038 00000 n 
-0000038693 00000 n 
-0000040950 00000 n 
-0000492138 00000 n 
-0000043531 00000 n 
-0000041100 00000 n 
-0000043453 00000 n 
-0000492326 00000 n 
-0000046382 00000 n 
-0000043595 00000 n 
-0000046315 00000 n 
-0000492434 00000 n 
-0000049095 00000 n 
-0000046446 00000 n 
-0000049017 00000 n 
-0000492542 00000 n 
-0000051518 00000 n 
-0000049159 00000 n 
-0000051440 00000 n 
-0000492841 00000 n 
-0000055103 00000 n 
-0000051582 00000 n 
-0000055036 00000 n 
-0000492949 00000 n 
-0000058134 00000 n 
-0000055167 00000 n 
-0000058056 00000 n 
-0000493140 00000 n 
-0000060520 00000 n 
-0000058198 00000 n 
-0000060431 00000 n 
-0000493248 00000 n 
-0000063256 00000 n 
-0000060584 00000 n 
-0000063178 00000 n 
-0000493439 00000 n 
-0000065987 00000 n 
-0000063320 00000 n 
-0000065909 00000 n 
-0000493547 00000 n 
-0000069057 00000 n 
-0000066051 00000 n 
-0000068979 00000 n 
-0000493738 00000 n 
-0000071737 00000 n 
-0000069121 00000 n 
-0000071670 00000 n 
-0000493846 00000 n 
-0000074344 00000 n 
-0000071801 00000 n 
-0000074266 00000 n 
-0000493954 00000 n 
-0000077433 00000 n 
-0000074408 00000 n 
-0000077344 00000 n 
-0000494252 00000 n 
-0000080744 00000 n 
-0000077497 00000 n 
-0000080655 00000 n 
-0000494360 00000 n 
-0000083175 00000 n 
-0000080808 00000 n 
-0000083097 00000 n 
-0000494551 00000 n 
-0000084949 00000 n 
-0000083239 00000 n 
-0000084871 00000 n 
-0000494659 00000 n 
-0000087404 00000 n 
-0000085013 00000 n 
-0000087315 00000 n 
-0000494767 00000 n 
-0000089265 00000 n 
-0000087468 00000 n 
-0000089187 00000 n 
-0000494966 00000 n 
-0000091721 00000 n 
-0000089329 00000 n 
-0000091665 00000 n 
-0000495074 00000 n 
-0000094150 00000 n 
-0000091785 00000 n 
-0000094061 00000 n 
-0000495265 00000 n 
-0000097094 00000 n 
-0000094214 00000 n 
-0000097027 00000 n 
-0000495373 00000 n 
-0000100204 00000 n 
-0000097158 00000 n 
-0000100148 00000 n 
-0000495481 00000 n 
-0000102026 00000 n 
-0000100268 00000 n 
-0000101970 00000 n 
-0000495878 00000 n 
-0000104669 00000 n 
-0000102090 00000 n 
-0000104580 00000 n 
-0000495986 00000 n 
-0000107469 00000 n 
-0000104733 00000 n 
-0000107402 00000 n 
-0000496177 00000 n 
-0000110680 00000 n 
-0000107533 00000 n 
-0000110613 00000 n 
-0000496285 00000 n 
-0000113865 00000 n 
-0000110744 00000 n 
-0000113798 00000 n 
-0000496476 00000 n 
-0000115945 00000 n 
-0000113929 00000 n 
-0000115878 00000 n 
-0000496584 00000 n 
-0000119178 00000 n 
-0000116009 00000 n 
-0000119111 00000 n 
-0000496775 00000 n 
-0000121766 00000 n 
-0000119242 00000 n 
-0000121677 00000 n 
-0000496883 00000 n 
-0000123820 00000 n 
-0000121830 00000 n 
-0000123753 00000 n 
-0000496991 00000 n 
-0000126635 00000 n 
-0000123884 00000 n 
-0000126568 00000 n 
-0000497289 00000 n 
-0000128819 00000 n 
-0000126699 00000 n 
-0000128752 00000 n 
-0000497397 00000 n 
-0000131726 00000 n 
-0000128883 00000 n 
-0000131648 00000 n 
-0000497588 00000 n 
-0000134662 00000 n 
-0000131790 00000 n 
-0000134595 00000 n 
-0000497696 00000 n 
-0000137117 00000 n 
-0000134726 00000 n 
-0000137050 00000 n 
-0000497804 00000 n 
-0000139521 00000 n 
-0000137181 00000 n 
-0000139465 00000 n 
-0000498003 00000 n 
-0000141680 00000 n 
-0000139585 00000 n 
-0000141613 00000 n 
-0000498111 00000 n 
-0000143752 00000 n 
-0000141744 00000 n 
-0000143685 00000 n 
-0000498302 00000 n 
-0000146070 00000 n 
-0000143816 00000 n 
-0000146003 00000 n 
-0000498410 00000 n 
-0000148735 00000 n 
-0000146134 00000 n 
-0000148657 00000 n 
-0000498518 00000 n 
-0000149994 00000 n 
-0000148799 00000 n 
-0000149927 00000 n 
-0000498817 00000 n 
-0000152420 00000 n 
-0000150058 00000 n 
-0000152364 00000 n 
-0000498925 00000 n 
-0000154705 00000 n 
-0000152484 00000 n 
-0000154616 00000 n 
-0000499116 00000 n 
-0000155541 00000 n 
-0000154769 00000 n 
-0000155485 00000 n 
-0000499224 00000 n 
-0000157854 00000 n 
-0000155605 00000 n 
-0000157798 00000 n 
-0000499332 00000 n 
-0000160189 00000 n 
-0000157918 00000 n 
-0000160133 00000 n 
-0000499531 00000 n 
-0000161940 00000 n 
-0000160253 00000 n 
-0000161884 00000 n 
-0000499639 00000 n 
-0000164916 00000 n 
-0000162004 00000 n 
-0000164860 00000 n 
-0000499830 00000 n 
-0000167777 00000 n 
-0000164980 00000 n 
-0000167721 00000 n 
-0000499938 00000 n 
-0000170305 00000 n 
-0000167841 00000 n 
-0000170238 00000 n 
-0000500046 00000 n 
-0000172817 00000 n 
-0000170369 00000 n 
-0000172761 00000 n 
-0000500345 00000 n 
-0000175625 00000 n 
-0000172881 00000 n 
-0000175558 00000 n 
-0000500453 00000 n 
-0000177798 00000 n 
-0000175689 00000 n 
-0000177709 00000 n 
-0000500644 00000 n 
-0000180530 00000 n 
-0000177862 00000 n 
-0000180452 00000 n 
-0000500752 00000 n 
-0000184303 00000 n 
-0000453289 00000 n 
-0000453101 00000 n 
-0000180594 00000 n 
-0000181599 00000 n 
-0000184201 00000 n 
-0000500860 00000 n 
-0000186932 00000 n 
-0000184367 00000 n 
-0000186852 00000 n 
-0000501059 00000 n 
-0000189111 00000 n 
-0000186996 00000 n 
-0000189044 00000 n 
-0000501167 00000 n 
-0000191929 00000 n 
-0000189175 00000 n 
-0000191851 00000 n 
-0000501358 00000 n 
-0000193619 00000 n 
-0000191993 00000 n 
-0000193541 00000 n 
-0000501466 00000 n 
-0000195730 00000 n 
-0000193683 00000 n 
-0000195641 00000 n 
-0000501574 00000 n 
-0000197927 00000 n 
-0000195794 00000 n 
-0000197860 00000 n 
-0000501971 00000 n 
-0000200779 00000 n 
-0000197991 00000 n 
-0000200701 00000 n 
-0000502079 00000 n 
-0000203862 00000 n 
-0000200843 00000 n 
-0000203784 00000 n 
-0000502270 00000 n 
-0000206110 00000 n 
-0000203926 00000 n 
-0000206043 00000 n 
-0000502378 00000 n 
-0000207962 00000 n 
-0000206174 00000 n 
-0000207884 00000 n 
-0000502569 00000 n 
-0000210608 00000 n 
-0000208026 00000 n 
-0000210530 00000 n 
-0000502677 00000 n 
-0000213755 00000 n 
-0000210672 00000 n 
-0000213688 00000 n 
-0000502868 00000 n 
-0000216618 00000 n 
-0000213819 00000 n 
-0000216551 00000 n 
-0000502976 00000 n 
-0000219864 00000 n 
-0000216682 00000 n 
-0000219786 00000 n 
-0000503084 00000 n 
-0000222539 00000 n 
-0000219928 00000 n 
-0000222450 00000 n 
-0000503382 00000 n 
-0000225392 00000 n 
-0000222603 00000 n 
-0000225314 00000 n 
-0000503490 00000 n 
-0000226685 00000 n 
-0000225456 00000 n 
-0000226618 00000 n 
-0000503681 00000 n 
-0000232622 00000 n 
-0000456648 00000 n 
-0000456452 00000 n 
-0000226749 00000 n 
-0000458257 00000 n 
-0000458069 00000 n 
-0000227751 00000 n 
-0000228754 00000 n 
-0000232507 00000 n 
-0000503789 00000 n 
-0000234967 00000 n 
-0000232686 00000 n 
-0000234885 00000 n 
-0000503897 00000 n 
-0000237781 00000 n 
-0000235031 00000 n 
-0000237666 00000 n 
-0000504096 00000 n 
-0000240859 00000 n 
-0000237845 00000 n 
-0000240755 00000 n 
-0000504204 00000 n 
-0000243354 00000 n 
-0000240923 00000 n 
-0000243261 00000 n 
-0000504395 00000 n 
-0000245796 00000 n 
-0000243418 00000 n 
-0000245714 00000 n 
-0000504503 00000 n 
-0000248093 00000 n 
-0000245860 00000 n 
-0000248037 00000 n 
-0000504611 00000 n 
-0000250805 00000 n 
-0000248157 00000 n 
-0000250701 00000 n 
-0000504910 00000 n 
-0000253301 00000 n 
-0000250869 00000 n 
-0000253186 00000 n 
-0000505018 00000 n 
-0000254763 00000 n 
-0000253365 00000 n 
-0000254696 00000 n 
-0000505209 00000 n 
-0000255615 00000 n 
-0000254827 00000 n 
-0000255570 00000 n 
-0000505317 00000 n 
-0000256717 00000 n 
-0000255679 00000 n 
-0000256672 00000 n 
-0000505508 00000 n 
-0000258482 00000 n 
-0000256781 00000 n 
-0000258415 00000 n 
-0000505616 00000 n 
-0000260162 00000 n 
-0000258546 00000 n 
-0000260106 00000 n 
-0000505807 00000 n 
-0000262112 00000 n 
-0000260226 00000 n 
-0000262034 00000 n 
-0000505915 00000 n 
-0000263855 00000 n 
-0000262176 00000 n 
-0000263773 00000 n 
-0000506023 00000 n 
-0000266507 00000 n 
-0000263919 00000 n 
-0000266403 00000 n 
-0000506321 00000 n 
-0000268243 00000 n 
-0000266571 00000 n 
-0000268161 00000 n 
-0000506429 00000 n 
-0000270310 00000 n 
-0000268307 00000 n 
-0000270206 00000 n 
-0000506620 00000 n 
-0000272476 00000 n 
-0000270374 00000 n 
-0000272420 00000 n 
-0000506728 00000 n 
-0000275171 00000 n 
-0000272540 00000 n 
-0000275067 00000 n 
-0000506836 00000 n 
-0000278488 00000 n 
-0000275235 00000 n 
-0000278443 00000 n 
-0000507035 00000 n 
-0000281170 00000 n 
-0000278552 00000 n 
-0000281092 00000 n 
-0000507143 00000 n 
-0000283010 00000 n 
-0000281234 00000 n 
-0000282943 00000 n 
-0000507334 00000 n 
-0000284893 00000 n 
-0000283074 00000 n 
-0000284826 00000 n 
-0000507442 00000 n 
-0000286062 00000 n 
-0000284957 00000 n 
-0000285995 00000 n 
-0000507550 00000 n 
-0000289075 00000 n 
-0000286126 00000 n 
-0000288997 00000 n 
-0000507947 00000 n 
-0000291984 00000 n 
-0000289139 00000 n 
-0000291906 00000 n 
-0000508055 00000 n 
-0000294803 00000 n 
-0000292048 00000 n 
-0000294736 00000 n 
-0000508246 00000 n 
-0000297149 00000 n 
-0000294867 00000 n 
-0000297071 00000 n 
-0000508354 00000 n 
-0000298938 00000 n 
-0000297213 00000 n 
-0000298860 00000 n 
-0000508545 00000 n 
-0000299210 00000 n 
-0000299002 00000 n 
-0000299176 00000 n 
-0000508653 00000 n 
-0000302293 00000 n 
-0000299274 00000 n 
-0000302226 00000 n 
-0000508844 00000 n 
-0000305108 00000 n 
-0000302357 00000 n 
-0000305030 00000 n 
-0000508952 00000 n 
-0000307807 00000 n 
-0000305172 00000 n 
-0000307729 00000 n 
-0000509060 00000 n 
-0000310400 00000 n 
-0000307871 00000 n 
-0000310322 00000 n 
-0000509358 00000 n 
-0000312813 00000 n 
-0000310464 00000 n 
-0000312746 00000 n 
-0000509466 00000 n 
-0000314773 00000 n 
-0000312877 00000 n 
-0000314706 00000 n 
-0000509657 00000 n 
-0000315879 00000 n 
-0000314837 00000 n 
-0000315834 00000 n 
-0000509765 00000 n 
-0000316151 00000 n 
-0000315943 00000 n 
-0000316117 00000 n 
-0000509873 00000 n 
-0000317479 00000 n 
-0000316215 00000 n 
-0000317412 00000 n 
-0000510072 00000 n 
-0000317751 00000 n 
-0000317543 00000 n 
-0000317717 00000 n 
-0000510180 00000 n 
-0000320787 00000 n 
-0000317815 00000 n 
-0000320698 00000 n 
-0000510371 00000 n 
-0000323889 00000 n 
-0000320851 00000 n 
-0000323800 00000 n 
-0000510479 00000 n 
-0000326926 00000 n 
-0000323953 00000 n 
-0000326870 00000 n 
-0000510587 00000 n 
-0000330187 00000 n 
-0000326990 00000 n 
-0000330120 00000 n 
-0000510886 00000 n 
-0000333387 00000 n 
-0000330251 00000 n 
-0000333309 00000 n 
-0000510994 00000 n 
-0000333659 00000 n 
-0000333451 00000 n 
-0000333625 00000 n 
-0000511185 00000 n 
-0000336429 00000 n 
-0000333723 00000 n 
-0000336362 00000 n 
-0000511293 00000 n 
-0000339644 00000 n 
-0000336493 00000 n 
-0000339599 00000 n 
-0000511401 00000 n 
-0000342493 00000 n 
-0000339708 00000 n 
-0000342459 00000 n 
-0000511600 00000 n 
-0000345155 00000 n 
-0000342557 00000 n 
-0000345121 00000 n 
-0000511708 00000 n 
-0000347925 00000 n 
-0000345219 00000 n 
-0000347891 00000 n 
-0000511899 00000 n 
-0000350854 00000 n 
-0000347989 00000 n 
-0000350809 00000 n 
-0000512007 00000 n 
-0000353077 00000 n 
-0000463923 00000 n 
-0000463736 00000 n 
-0000350918 00000 n 
-0000351664 00000 n 
-0000353008 00000 n 
-0000512115 00000 n 
-0000353349 00000 n 
-0000353141 00000 n 
-0000353315 00000 n 
-0000512414 00000 n 
-0000356715 00000 n 
-0000477344 00000 n 
-0000477149 00000 n 
-0000353413 00000 n 
-0000479228 00000 n 
-0000479040 00000 n 
-0000354382 00000 n 
-0000355353 00000 n 
-0000356631 00000 n 
-0000512522 00000 n 
-0000356987 00000 n 
-0000356779 00000 n 
-0000356953 00000 n 
-0000512713 00000 n 
-0000357911 00000 n 
-0000357051 00000 n 
-0000357814 00000 n 
-0000512821 00000 n 
-0000358183 00000 n 
-0000357975 00000 n 
-0000358149 00000 n 
-0000512929 00000 n 
-0000359797 00000 n 
-0000358247 00000 n 
-0000359713 00000 n 
-0000513128 00000 n 
-0000361315 00000 n 
-0000359861 00000 n 
-0000361231 00000 n 
-0000513236 00000 n 
-0000363728 00000 n 
-0000361379 00000 n 
-0000363607 00000 n 
-0000513427 00000 n 
-0000365245 00000 n 
-0000363792 00000 n 
-0000365135 00000 n 
-0000513535 00000 n 
-0000367607 00000 n 
-0000365309 00000 n 
-0000367536 00000 n 
-0000513643 00000 n 
-0000369300 00000 n 
-0000367671 00000 n 
-0000369229 00000 n 
-0000495780 00000 n 
-0000491240 00000 n 
-0000490175 00000 n 
-0000490465 00000 n 
-0000490756 00000 n 
-0000491152 00000 n 
-0000492741 00000 n 
-0000491549 00000 n 
-0000491945 00000 n 
-0000492245 00000 n 
-0000492650 00000 n 
-0000494153 00000 n 
-0000493057 00000 n 
-0000493356 00000 n 
-0000493655 00000 n 
-0000494062 00000 n 
-0000495680 00000 n 
-0000494468 00000 n 
-0000494875 00000 n 
-0000495182 00000 n 
-0000495589 00000 n 
-0000501873 00000 n 
-0000497190 00000 n 
-0000496094 00000 n 
-0000496393 00000 n 
-0000496692 00000 n 
-0000497099 00000 n 
-0000498717 00000 n 
-0000497505 00000 n 
-0000497912 00000 n 
-0000498219 00000 n 
-0000498626 00000 n 
-0000500245 00000 n 
-0000499033 00000 n 
-0000499440 00000 n 
-0000499747 00000 n 
-0000500154 00000 n 
-0000501773 00000 n 
-0000500561 00000 n 
-0000500968 00000 n 
-0000501275 00000 n 
-0000501682 00000 n 
-0000507849 00000 n 
-0000503283 00000 n 
-0000502187 00000 n 
-0000502486 00000 n 
-0000502785 00000 n 
-0000503192 00000 n 
-0000504810 00000 n 
-0000503598 00000 n 
-0000504005 00000 n 
-0000504312 00000 n 
-0000504719 00000 n 
-0000506222 00000 n 
-0000505126 00000 n 
-0000505425 00000 n 
-0000505724 00000 n 
-0000506131 00000 n 
-0000507749 00000 n 
-0000506537 00000 n 
-0000506944 00000 n 
-0000507251 00000 n 
-0000507658 00000 n 
-0000513942 00000 n 
-0000509259 00000 n 
-0000508163 00000 n 
-0000508462 00000 n 
-0000508761 00000 n 
-0000509168 00000 n 
-0000510786 00000 n 
-0000509574 00000 n 
-0000509981 00000 n 
-0000510288 00000 n 
-0000510695 00000 n 
-0000512314 00000 n 
-0000511102 00000 n 
-0000511509 00000 n 
-0000511816 00000 n 
-0000512223 00000 n 
-0000513842 00000 n 
-0000512630 00000 n 
-0000513037 00000 n 
-0000513344 00000 n 
-0000513751 00000 n 
-0000514325 00000 n 
-0000514348 00000 n 
-0000514370 00000 n 
+0000517904 00000 n 
+0000004952 00000 n 
+0000493544 00000 n 
+0000009888 00000 n 
+0000419957 00000 n 
+0000419764 00000 n 
+0000005068 00000 n 
+0000005988 00000 n 
+0000432548 00000 n 
+0000432353 00000 n 
+0000007604 00000 n 
+0000008555 00000 n 
+0000009822 00000 n 
+0000493729 00000 n 
+0000014441 00000 n 
+0000009950 00000 n 
+0000434389 00000 n 
+0000434192 00000 n 
+0000010857 00000 n 
+0000436281 00000 n 
+0000436086 00000 n 
+0000011848 00000 n 
+0000012829 00000 n 
+0000014375 00000 n 
+0000493834 00000 n 
+0000016178 00000 n 
+0000014503 00000 n 
+0000016112 00000 n 
+0000494020 00000 n 
+0000018106 00000 n 
+0000016240 00000 n 
+0000018040 00000 n 
+0000494125 00000 n 
+0000019057 00000 n 
+0000018168 00000 n 
+0000018991 00000 n 
+0000494311 00000 n 
+0000024084 00000 n 
+0000019119 00000 n 
+0000442125 00000 n 
+0000441937 00000 n 
+0000020087 00000 n 
+0000021085 00000 n 
+0000023996 00000 n 
+0000494416 00000 n 
+0000024835 00000 n 
+0000024146 00000 n 
+0000024802 00000 n 
+0000494521 00000 n 
+0000027092 00000 n 
+0000024897 00000 n 
+0000027026 00000 n 
+0000494813 00000 n 
+0000027823 00000 n 
+0000027154 00000 n 
+0000027768 00000 n 
+0000494918 00000 n 
+0000030409 00000 n 
+0000027885 00000 n 
+0000030332 00000 n 
+0000495104 00000 n 
+0000033722 00000 n 
+0000447474 00000 n 
+0000447280 00000 n 
+0000030471 00000 n 
+0000031217 00000 n 
+0000033645 00000 n 
+0000495209 00000 n 
+0000035847 00000 n 
+0000033784 00000 n 
+0000035770 00000 n 
+0000495314 00000 n 
+0000038679 00000 n 
+0000035909 00000 n 
+0000038591 00000 n 
+0000495507 00000 n 
+0000041086 00000 n 
+0000038741 00000 n 
+0000040998 00000 n 
+0000495612 00000 n 
+0000043579 00000 n 
+0000041148 00000 n 
+0000043501 00000 n 
+0000495800 00000 n 
+0000046430 00000 n 
+0000043643 00000 n 
+0000046363 00000 n 
+0000495908 00000 n 
+0000049143 00000 n 
+0000046494 00000 n 
+0000049065 00000 n 
+0000496016 00000 n 
+0000051566 00000 n 
+0000049207 00000 n 
+0000051488 00000 n 
+0000496315 00000 n 
+0000055151 00000 n 
+0000051630 00000 n 
+0000055084 00000 n 
+0000496423 00000 n 
+0000058309 00000 n 
+0000055215 00000 n 
+0000058231 00000 n 
+0000496614 00000 n 
+0000061003 00000 n 
+0000058373 00000 n 
+0000060903 00000 n 
+0000496722 00000 n 
+0000063718 00000 n 
+0000061067 00000 n 
+0000063629 00000 n 
+0000496830 00000 n 
+0000066421 00000 n 
+0000063782 00000 n 
+0000066343 00000 n 
+0000497029 00000 n 
+0000069320 00000 n 
+0000066485 00000 n 
+0000069231 00000 n 
+0000497137 00000 n 
+0000072297 00000 n 
+0000069384 00000 n 
+0000072230 00000 n 
+0000497328 00000 n 
+0000075033 00000 n 
+0000072361 00000 n 
+0000074955 00000 n 
+0000497436 00000 n 
+0000077814 00000 n 
+0000075097 00000 n 
+0000077725 00000 n 
+0000497544 00000 n 
+0000081052 00000 n 
+0000077878 00000 n 
+0000080963 00000 n 
+0000497843 00000 n 
+0000083690 00000 n 
+0000081116 00000 n 
+0000083601 00000 n 
+0000497951 00000 n 
+0000085837 00000 n 
+0000083754 00000 n 
+0000085759 00000 n 
+0000498142 00000 n 
+0000087810 00000 n 
+0000085901 00000 n 
+0000087732 00000 n 
+0000498250 00000 n 
+0000090131 00000 n 
+0000087874 00000 n 
+0000090042 00000 n 
+0000498358 00000 n 
+0000092317 00000 n 
+0000090195 00000 n 
+0000092239 00000 n 
+0000498557 00000 n 
+0000094899 00000 n 
+0000092381 00000 n 
+0000094821 00000 n 
+0000498665 00000 n 
+0000097795 00000 n 
+0000094963 00000 n 
+0000097706 00000 n 
+0000498856 00000 n 
+0000100864 00000 n 
+0000097859 00000 n 
+0000100797 00000 n 
+0000498964 00000 n 
+0000103475 00000 n 
+0000100928 00000 n 
+0000103408 00000 n 
+0000499072 00000 n 
+0000106117 00000 n 
+0000103539 00000 n 
+0000106028 00000 n 
+0000499469 00000 n 
+0000108917 00000 n 
+0000106181 00000 n 
+0000108850 00000 n 
+0000499577 00000 n 
+0000112128 00000 n 
+0000108981 00000 n 
+0000112061 00000 n 
+0000499768 00000 n 
+0000115313 00000 n 
+0000112192 00000 n 
+0000115246 00000 n 
+0000499876 00000 n 
+0000117393 00000 n 
+0000115377 00000 n 
+0000117326 00000 n 
+0000500067 00000 n 
+0000120626 00000 n 
+0000117457 00000 n 
+0000120559 00000 n 
+0000500175 00000 n 
+0000123214 00000 n 
+0000120690 00000 n 
+0000123125 00000 n 
+0000500366 00000 n 
+0000125268 00000 n 
+0000123278 00000 n 
+0000125201 00000 n 
+0000500474 00000 n 
+0000128083 00000 n 
+0000125332 00000 n 
+0000128016 00000 n 
+0000500582 00000 n 
+0000130267 00000 n 
+0000128147 00000 n 
+0000130200 00000 n 
+0000500880 00000 n 
+0000133174 00000 n 
+0000130331 00000 n 
+0000133096 00000 n 
+0000500988 00000 n 
+0000136110 00000 n 
+0000133238 00000 n 
+0000136043 00000 n 
+0000501179 00000 n 
+0000138565 00000 n 
+0000136174 00000 n 
+0000138498 00000 n 
+0000501287 00000 n 
+0000140969 00000 n 
+0000138629 00000 n 
+0000140913 00000 n 
+0000501395 00000 n 
+0000143127 00000 n 
+0000141033 00000 n 
+0000143060 00000 n 
+0000501594 00000 n 
+0000145198 00000 n 
+0000143191 00000 n 
+0000145131 00000 n 
+0000501702 00000 n 
+0000147516 00000 n 
+0000145262 00000 n 
+0000147449 00000 n 
+0000501893 00000 n 
+0000150181 00000 n 
+0000147580 00000 n 
+0000150103 00000 n 
+0000502001 00000 n 
+0000151438 00000 n 
+0000150245 00000 n 
+0000151371 00000 n 
+0000502109 00000 n 
+0000153864 00000 n 
+0000151502 00000 n 
+0000153808 00000 n 
+0000502408 00000 n 
+0000156149 00000 n 
+0000153928 00000 n 
+0000156060 00000 n 
+0000502516 00000 n 
+0000156985 00000 n 
+0000156213 00000 n 
+0000156929 00000 n 
+0000502707 00000 n 
+0000159298 00000 n 
+0000157049 00000 n 
+0000159242 00000 n 
+0000502815 00000 n 
+0000161634 00000 n 
+0000159362 00000 n 
+0000161578 00000 n 
+0000502923 00000 n 
+0000163385 00000 n 
+0000161698 00000 n 
+0000163329 00000 n 
+0000503122 00000 n 
+0000166361 00000 n 
+0000163449 00000 n 
+0000166305 00000 n 
+0000503230 00000 n 
+0000169222 00000 n 
+0000166425 00000 n 
+0000169166 00000 n 
+0000503421 00000 n 
+0000171750 00000 n 
+0000169286 00000 n 
+0000171683 00000 n 
+0000503529 00000 n 
+0000174262 00000 n 
+0000171814 00000 n 
+0000174206 00000 n 
+0000503637 00000 n 
+0000177070 00000 n 
+0000174326 00000 n 
+0000177003 00000 n 
+0000503936 00000 n 
+0000179239 00000 n 
+0000177134 00000 n 
+0000179150 00000 n 
+0000504044 00000 n 
+0000181969 00000 n 
+0000179303 00000 n 
+0000181891 00000 n 
+0000504235 00000 n 
+0000185742 00000 n 
+0000456763 00000 n 
+0000456575 00000 n 
+0000182033 00000 n 
+0000183038 00000 n 
+0000185640 00000 n 
+0000504343 00000 n 
+0000188371 00000 n 
+0000185806 00000 n 
+0000188291 00000 n 
+0000504451 00000 n 
+0000190552 00000 n 
+0000188435 00000 n 
+0000190485 00000 n 
+0000504650 00000 n 
+0000193369 00000 n 
+0000190616 00000 n 
+0000193291 00000 n 
+0000504758 00000 n 
+0000195173 00000 n 
+0000193433 00000 n 
+0000195095 00000 n 
+0000504949 00000 n 
+0000197284 00000 n 
+0000195237 00000 n 
+0000197195 00000 n 
+0000505057 00000 n 
+0000199478 00000 n 
+0000197348 00000 n 
+0000199411 00000 n 
+0000505165 00000 n 
+0000202330 00000 n 
+0000199542 00000 n 
+0000202252 00000 n 
+0000505562 00000 n 
+0000205526 00000 n 
+0000202394 00000 n 
+0000205448 00000 n 
+0000505670 00000 n 
+0000207790 00000 n 
+0000205590 00000 n 
+0000207723 00000 n 
+0000505861 00000 n 
+0000209642 00000 n 
+0000207854 00000 n 
+0000209564 00000 n 
+0000505969 00000 n 
+0000212288 00000 n 
+0000209706 00000 n 
+0000212210 00000 n 
+0000506160 00000 n 
+0000215435 00000 n 
+0000212352 00000 n 
+0000215368 00000 n 
+0000506268 00000 n 
+0000218440 00000 n 
+0000215499 00000 n 
+0000218373 00000 n 
+0000506459 00000 n 
+0000219273 00000 n 
+0000218504 00000 n 
+0000219228 00000 n 
+0000506567 00000 n 
+0000219543 00000 n 
+0000219337 00000 n 
+0000219509 00000 n 
+0000506675 00000 n 
+0000222866 00000 n 
+0000219607 00000 n 
+0000222788 00000 n 
+0000506973 00000 n 
+0000225552 00000 n 
+0000222930 00000 n 
+0000225463 00000 n 
+0000507081 00000 n 
+0000228397 00000 n 
+0000225616 00000 n 
+0000228319 00000 n 
+0000507272 00000 n 
+0000229690 00000 n 
+0000228461 00000 n 
+0000229623 00000 n 
+0000507380 00000 n 
+0000235628 00000 n 
+0000460120 00000 n 
+0000459924 00000 n 
+0000229754 00000 n 
+0000461729 00000 n 
+0000461541 00000 n 
+0000230756 00000 n 
+0000231759 00000 n 
+0000235513 00000 n 
+0000507488 00000 n 
+0000237972 00000 n 
+0000235692 00000 n 
+0000237890 00000 n 
+0000507687 00000 n 
+0000240786 00000 n 
+0000238036 00000 n 
+0000240671 00000 n 
+0000507795 00000 n 
+0000243864 00000 n 
+0000240850 00000 n 
+0000243760 00000 n 
+0000507986 00000 n 
+0000246331 00000 n 
+0000243928 00000 n 
+0000246238 00000 n 
+0000508094 00000 n 
+0000248832 00000 n 
+0000246395 00000 n 
+0000248750 00000 n 
+0000508202 00000 n 
+0000251028 00000 n 
+0000248896 00000 n 
+0000250972 00000 n 
+0000508501 00000 n 
+0000253820 00000 n 
+0000251092 00000 n 
+0000253716 00000 n 
+0000508609 00000 n 
+0000256139 00000 n 
+0000253884 00000 n 
+0000256024 00000 n 
+0000508800 00000 n 
+0000257807 00000 n 
+0000256203 00000 n 
+0000257740 00000 n 
+0000508908 00000 n 
+0000258659 00000 n 
+0000257871 00000 n 
+0000258614 00000 n 
+0000509016 00000 n 
+0000259761 00000 n 
+0000258723 00000 n 
+0000259716 00000 n 
+0000509215 00000 n 
+0000261526 00000 n 
+0000259825 00000 n 
+0000261459 00000 n 
+0000509323 00000 n 
+0000263309 00000 n 
+0000261590 00000 n 
+0000263242 00000 n 
+0000509514 00000 n 
+0000265282 00000 n 
+0000263373 00000 n 
+0000265204 00000 n 
+0000509622 00000 n 
+0000267171 00000 n 
+0000265346 00000 n 
+0000267089 00000 n 
+0000509730 00000 n 
+0000269824 00000 n 
+0000267235 00000 n 
+0000269720 00000 n 
+0000510029 00000 n 
+0000271560 00000 n 
+0000269888 00000 n 
+0000271478 00000 n 
+0000510137 00000 n 
+0000273627 00000 n 
+0000271624 00000 n 
+0000273523 00000 n 
+0000510328 00000 n 
+0000275793 00000 n 
+0000273691 00000 n 
+0000275737 00000 n 
+0000510436 00000 n 
+0000278490 00000 n 
+0000275857 00000 n 
+0000278386 00000 n 
+0000510544 00000 n 
+0000281807 00000 n 
+0000278554 00000 n 
+0000281762 00000 n 
+0000510743 00000 n 
+0000284489 00000 n 
+0000281871 00000 n 
+0000284411 00000 n 
+0000510851 00000 n 
+0000286424 00000 n 
+0000284553 00000 n 
+0000286357 00000 n 
+0000511042 00000 n 
+0000288173 00000 n 
+0000286488 00000 n 
+0000288106 00000 n 
+0000511150 00000 n 
+0000289533 00000 n 
+0000288237 00000 n 
+0000289466 00000 n 
+0000511258 00000 n 
+0000292546 00000 n 
+0000289597 00000 n 
+0000292468 00000 n 
+0000511655 00000 n 
+0000295455 00000 n 
+0000292610 00000 n 
+0000295377 00000 n 
+0000511763 00000 n 
+0000298274 00000 n 
+0000295519 00000 n 
+0000298207 00000 n 
+0000511954 00000 n 
+0000300620 00000 n 
+0000298338 00000 n 
+0000300542 00000 n 
+0000512062 00000 n 
+0000302409 00000 n 
+0000300684 00000 n 
+0000302331 00000 n 
+0000512253 00000 n 
+0000302681 00000 n 
+0000302473 00000 n 
+0000302647 00000 n 
+0000512361 00000 n 
+0000305764 00000 n 
+0000302745 00000 n 
+0000305697 00000 n 
+0000512552 00000 n 
+0000308579 00000 n 
+0000305828 00000 n 
+0000308501 00000 n 
+0000512660 00000 n 
+0000311278 00000 n 
+0000308643 00000 n 
+0000311200 00000 n 
+0000512768 00000 n 
+0000313871 00000 n 
+0000311342 00000 n 
+0000313793 00000 n 
+0000513066 00000 n 
+0000316283 00000 n 
+0000313935 00000 n 
+0000316216 00000 n 
+0000513174 00000 n 
+0000318244 00000 n 
+0000316347 00000 n 
+0000318177 00000 n 
+0000513365 00000 n 
+0000319350 00000 n 
+0000318308 00000 n 
+0000319305 00000 n 
+0000513473 00000 n 
+0000319622 00000 n 
+0000319414 00000 n 
+0000319588 00000 n 
+0000513581 00000 n 
+0000320950 00000 n 
+0000319686 00000 n 
+0000320883 00000 n 
+0000513780 00000 n 
+0000321222 00000 n 
+0000321014 00000 n 
+0000321188 00000 n 
+0000513888 00000 n 
+0000324258 00000 n 
+0000321286 00000 n 
+0000324169 00000 n 
+0000514079 00000 n 
+0000327365 00000 n 
+0000324322 00000 n 
+0000327276 00000 n 
+0000514187 00000 n 
+0000330402 00000 n 
+0000327429 00000 n 
+0000330346 00000 n 
+0000514295 00000 n 
+0000333663 00000 n 
+0000330466 00000 n 
+0000333596 00000 n 
+0000514594 00000 n 
+0000336863 00000 n 
+0000333727 00000 n 
+0000336785 00000 n 
+0000514702 00000 n 
+0000337135 00000 n 
+0000336927 00000 n 
+0000337101 00000 n 
+0000514893 00000 n 
+0000339905 00000 n 
+0000337199 00000 n 
+0000339838 00000 n 
+0000515001 00000 n 
+0000343120 00000 n 
+0000339969 00000 n 
+0000343075 00000 n 
+0000515109 00000 n 
+0000345969 00000 n 
+0000343184 00000 n 
+0000345935 00000 n 
+0000515308 00000 n 
+0000348631 00000 n 
+0000346033 00000 n 
+0000348597 00000 n 
+0000515416 00000 n 
+0000351401 00000 n 
+0000348695 00000 n 
+0000351367 00000 n 
+0000515607 00000 n 
+0000354330 00000 n 
+0000351465 00000 n 
+0000354285 00000 n 
+0000515715 00000 n 
+0000356553 00000 n 
+0000467395 00000 n 
+0000467208 00000 n 
+0000354394 00000 n 
+0000355140 00000 n 
+0000356484 00000 n 
+0000515823 00000 n 
+0000356825 00000 n 
+0000356617 00000 n 
+0000356791 00000 n 
+0000516122 00000 n 
+0000360189 00000 n 
+0000480816 00000 n 
+0000480621 00000 n 
+0000356889 00000 n 
+0000482702 00000 n 
+0000482514 00000 n 
+0000357858 00000 n 
+0000358829 00000 n 
+0000360105 00000 n 
+0000516230 00000 n 
+0000360461 00000 n 
+0000360253 00000 n 
+0000360427 00000 n 
+0000516421 00000 n 
+0000361385 00000 n 
+0000360525 00000 n 
+0000361288 00000 n 
+0000516529 00000 n 
+0000361657 00000 n 
+0000361449 00000 n 
+0000361623 00000 n 
+0000516637 00000 n 
+0000363272 00000 n 
+0000361721 00000 n 
+0000363188 00000 n 
+0000516836 00000 n 
+0000364811 00000 n 
+0000363336 00000 n 
+0000364727 00000 n 
+0000516944 00000 n 
+0000367199 00000 n 
+0000364875 00000 n 
+0000367078 00000 n 
+0000517135 00000 n 
+0000368708 00000 n 
+0000367263 00000 n 
+0000368598 00000 n 
+0000517243 00000 n 
+0000371077 00000 n 
+0000368772 00000 n 
+0000371006 00000 n 
+0000517351 00000 n 
+0000372772 00000 n 
+0000371141 00000 n 
+0000372701 00000 n 
+0000499371 00000 n 
+0000494714 00000 n 
+0000493649 00000 n 
+0000493939 00000 n 
+0000494230 00000 n 
+0000494626 00000 n 
+0000496215 00000 n 
+0000495023 00000 n 
+0000495419 00000 n 
+0000495719 00000 n 
+0000496124 00000 n 
+0000497743 00000 n 
+0000496531 00000 n 
+0000496938 00000 n 
+0000497245 00000 n 
+0000497652 00000 n 
+0000499271 00000 n 
+0000498059 00000 n 
+0000498466 00000 n 
+0000498773 00000 n 
+0000499180 00000 n 
+0000505464 00000 n 
+0000500781 00000 n 
+0000499685 00000 n 
+0000499984 00000 n 
+0000500283 00000 n 
+0000500690 00000 n 
+0000502308 00000 n 
+0000501096 00000 n 
+0000501503 00000 n 
+0000501810 00000 n 
+0000502217 00000 n 
+0000503836 00000 n 
+0000502624 00000 n 
+0000503031 00000 n 
+0000503338 00000 n 
+0000503745 00000 n 
+0000505364 00000 n 
+0000504152 00000 n 
+0000504559 00000 n 
+0000504866 00000 n 
+0000505273 00000 n 
+0000511557 00000 n 
+0000506874 00000 n 
+0000505778 00000 n 
+0000506077 00000 n 
+0000506376 00000 n 
+0000506783 00000 n 
+0000508401 00000 n 
+0000507189 00000 n 
+0000507596 00000 n 
+0000507903 00000 n 
+0000508310 00000 n 
+0000509929 00000 n 
+0000508717 00000 n 
+0000509124 00000 n 
+0000509431 00000 n 
+0000509838 00000 n 
+0000511457 00000 n 
+0000510245 00000 n 
+0000510652 00000 n 
+0000510959 00000 n 
+0000511366 00000 n 
+0000517650 00000 n 
+0000512967 00000 n 
+0000511871 00000 n 
+0000512170 00000 n 
+0000512469 00000 n 
+0000512876 00000 n 
+0000514494 00000 n 
+0000513282 00000 n 
+0000513689 00000 n 
+0000513996 00000 n 
+0000514403 00000 n 
+0000516022 00000 n 
+0000514810 00000 n 
+0000515217 00000 n 
+0000515524 00000 n 
+0000515931 00000 n 
+0000517550 00000 n 
+0000516338 00000 n 
+0000516745 00000 n 
+0000517052 00000 n 
+0000517459 00000 n 
+0000518033 00000 n 
+0000518056 00000 n 
+0000518078 00000 n 
 trailer
 <<
-/Size 760
+/Size 768
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-514491
+518199
 %%EOF
index 3ae8a7e757c0a0a41c42d9b35bfc68b2a0a60800..6c2e3d86ecef66da7646bd909bb5b073112d7ab1 100644 (file)
@@ -10,7 +10,7 @@
 %DVIPSWebPage: (www.radicaleye.com)
 %DVIPSCommandLine: dvips -D 600 -t letter -o bashref.ps bashref.dvi
 %DVIPSParameters: dpi=600, compressed
-%DVIPSSource:  TeX output 2004.09.21:1157
+%DVIPSSource:  TeX output 2004.11.22:1204
 %%BeginProcSet: texc.pro
 %!
 /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -4225,30 +4225,32 @@ letter
 %%Page: 1 1
 TeXDict begin 1 0 bop 150 1318 a Fu(Bash)64 b(Reference)j(Man)-5
 b(ual)p 150 1385 3600 34 v 2361 1481 a Ft(Reference)31
-b(Do)s(cumen)m(tation)i(for)d(Bash)2428 1589 y(Edition)h(3.0,)g(for)f
-Fs(Bash)g Ft(V)-8 b(ersion)31 b(3.0.)3118 1697 y(Septem)m(b)s(er)f
-(2004)150 4935 y Fr(Chet)45 b(Ramey)-11 b(,)46 b(Case)g(W)-11
-b(estern)46 b(Reserv)l(e)g(Univ)l(ersit)l(y)150 5068
-y(Brian)f(F)-11 b(o)l(x,)45 b(F)-11 b(ree)45 b(Soft)l(w)l(are)h(F)-11
-b(oundation)p 150 5141 3600 17 v eop end
+b(Do)s(cumen)m(tation)i(for)d(Bash)1963 1589 y(Edition)h(3.1-dev)m(el,)
+i(for)d Fs(Bash)f Ft(V)-8 b(ersion)31 b(3.1-dev)m(el.)3139
+1697 y(No)m(v)m(em)m(b)s(er)g(2004)150 4935 y Fr(Chet)45
+b(Ramey)-11 b(,)46 b(Case)g(W)-11 b(estern)46 b(Reserv)l(e)g(Univ)l
+(ersit)l(y)150 5068 y(Brian)f(F)-11 b(o)l(x,)45 b(F)-11
+b(ree)45 b(Soft)l(w)l(are)h(F)-11 b(oundation)p 150 5141
+3600 17 v eop end
 %%Page: 2 2
 TeXDict begin 2 1 bop 150 2889 a Ft(This)35 b(text)h(is)g(a)g(brief)f
 (description)h(of)f(the)h(features)g(that)g(are)g(presen)m(t)g(in)f
-(the)h(Bash)f(shell)h(\(v)m(ersion)150 2999 y(3.0,)c(17)f(Septem)m(b)s
-(er)f(2004\).)150 3133 y(This)e(is)h(Edition)f(3.0,)j(last)e(up)s
-(dated)f(17)h(Septem)m(b)s(er)f(2004,)j(of)e Fq(The)f(GNU)i(Bash)e
-(Reference)i(Man)m(ual)p Ft(,)150 3243 y(for)g Fs(Bash)p
-Ft(,)g(V)-8 b(ersion)31 b(3.0.)150 3377 y(Cop)m(yrigh)m(t)602
-3374 y(c)577 3377 y Fp(\015)f Ft(1988-2004)k(F)-8 b(ree)32
-b(Soft)m(w)m(are)f(F)-8 b(oundation,)32 b(Inc.)150 3512
-y(P)m(ermission)g(is)h(gran)m(ted)g(to)f(mak)m(e)i(and)d(distribute)h
-(v)m(erbatim)h(copies)g(of)f(this)g(man)m(ual)h(pro)m(vided)f(the)150
-3621 y(cop)m(yrigh)m(t)g(notice)f(and)f(this)g(p)s(ermission)g(notice)h
-(are)g(preserv)m(ed)f(on)h(all)g(copies.)390 3756 y(P)m(ermission)k(is)
-h(gran)m(ted)f(to)h(cop)m(y)-8 b(,)38 b(distribute)d(and/or)g(mo)s
-(dify)f(this)h(do)s(cumen)m(t)g(under)390 3866 y(the)j(terms)g(of)g
-(the)g(GNU)h(F)-8 b(ree)39 b(Do)s(cumen)m(tation)h(License,)g(V)-8
-b(ersion)39 b(1.1)g(or)f(an)m(y)g(later)390 3975 y(v)m(ersion)28
+(the)h(Bash)f(shell)h(\(v)m(ersion)150 2999 y(3.1-dev)m(el,)d(22)e(No)m
+(v)m(em)m(b)s(er)h(2004\).)150 3133 y(This)38 b(is)i(Edition)f(3.1-dev)
+m(el,)44 b(last)c(up)s(dated)e(22)i(No)m(v)m(em)m(b)s(er)g(2004,)j(of)c
+Fq(The)g(GNU)h(Bash)f(Reference)150 3243 y(Man)m(ual)p
+Ft(,)32 b(for)e Fs(Bash)p Ft(,)f(V)-8 b(ersion)31 b(3.1-dev)m(el.)150
+3377 y(Cop)m(yrigh)m(t)602 3374 y(c)577 3377 y Fp(\015)f
+Ft(1988-2004)k(F)-8 b(ree)32 b(Soft)m(w)m(are)f(F)-8
+b(oundation,)32 b(Inc.)150 3512 y(P)m(ermission)g(is)h(gran)m(ted)g(to)
+f(mak)m(e)i(and)d(distribute)h(v)m(erbatim)h(copies)g(of)f(this)g(man)m
+(ual)h(pro)m(vided)f(the)150 3621 y(cop)m(yrigh)m(t)g(notice)f(and)f
+(this)g(p)s(ermission)g(notice)h(are)g(preserv)m(ed)f(on)h(all)g
+(copies.)390 3756 y(P)m(ermission)k(is)h(gran)m(ted)f(to)h(cop)m(y)-8
+b(,)38 b(distribute)d(and/or)g(mo)s(dify)f(this)h(do)s(cumen)m(t)g
+(under)390 3866 y(the)j(terms)g(of)g(the)g(GNU)h(F)-8
+b(ree)39 b(Do)s(cumen)m(tation)h(License,)g(V)-8 b(ersion)39
+b(1.1)g(or)f(an)m(y)g(later)390 3975 y(v)m(ersion)28
 b(published)d(b)m(y)j(the)f(F)-8 b(ree)29 b(Soft)m(w)m(are)f(F)-8
 b(oundation;)30 b(with)d(no)g(In)m(v)-5 b(arian)m(t)28
 b(Sections,)390 4085 y(with)i(the)h(F)-8 b(ron)m(t-Co)m(v)m(er)33
@@ -4352,7 +4354,7 @@ Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 b Ft(17)748 4057 y(3.5.2)93 b(Tilde)30 b(Expansion)17
 b Fm(.)e(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)
 g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)47
-b Ft(17)748 4167 y(3.5.3)93 b(Shell)30 b(P)m(arameter)h(Expansion)18
+b Ft(18)748 4167 y(3.5.3)93 b(Shell)30 b(P)m(arameter)h(Expansion)18
 b Fm(.)d(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)
 h(.)f(.)g(.)g(.)47 b Ft(18)748 4276 y(3.5.4)93 b(Command)29
 b(Substitution)f Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
@@ -4362,7 +4364,7 @@ b(Substitution)f Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 g(.)g(.)g(.)42 b Ft(21)748 4496 y(3.5.6)93 b(Pro)s(cess)30
 b(Substitution)19 b Fm(.)c(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)49
-b Ft(21)748 4605 y(3.5.7)93 b(W)-8 b(ord)30 b(Splitting)c
+b Ft(22)748 4605 y(3.5.7)93 b(W)-8 b(ord)30 b(Splitting)c
 Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)55
 b Ft(22)748 4715 y(3.5.8)93 b(Filename)31 b(Expansion)25
@@ -4382,7 +4384,7 @@ y(3.6.1)93 b(Redirecting)31 b(Input)11 b Fm(.)j(.)h(.)g(.)g(.)g(.)g(.)g
 g(.)h(.)f(.)g(.)g(.)40 b Ft(25)748 5263 y(3.6.2)93 b(Redirecting)31
 b(Output)18 b Fm(.)13 b(.)i(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)47
-b Ft(25)p eop end
+b Ft(26)p eop end
 %%Page: -2 4
 TeXDict begin -2 3 bop 150 -116 a Ft(ii)2612 b(Bash)31
 b(Reference)g(Man)m(ual)748 83 y(3.6.3)93 b(App)s(ending)28
@@ -4398,7 +4400,7 @@ g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)43
 b Ft(26)748 521 y(3.6.6)93 b(Here)30 b(Strings)10 b Fm(.)15
 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)39
-b Ft(26)748 631 y(3.6.7)93 b(Duplicating)31 b(File)h(Descriptors)17
+b Ft(27)748 631 y(3.6.7)93 b(Duplicating)31 b(File)h(Descriptors)17
 b Fm(.)f(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)
 g(.)g(.)g(.)47 b Ft(27)748 741 y(3.6.8)93 b(Mo)m(ving)31
 b(File)h(Descriptors)15 b Fm(.)h(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)
@@ -4407,12 +4409,12 @@ b Ft(27)748 850 y(3.6.9)93 b(Op)s(ening)29 b(File)i(Descriptors)g(for)f
 (Reading)h(and)f(W)-8 b(riting)954 960 y Fm(.)16 b(.)f(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)
 g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)g
-(.)g(.)g(.)g(.)g(.)g(.)g(.)54 b Ft(27)449 1069 y(3.7)92
+(.)g(.)g(.)g(.)g(.)g(.)g(.)54 b Ft(28)449 1069 y(3.7)92
 b(Executing)31 b(Commands)25 b Fm(.)15 b(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)
 g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
-(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)56 b Ft(27)748 1179 y(3.7.1)93
+(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)56 b Ft(28)748 1179 y(3.7.1)93
 b(Simple)30 b(Command)f(Expansion)c Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g
-(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)55 b Ft(27)748
+(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)55 b Ft(28)748
 1289 y(3.7.2)93 b(Command)29 b(Searc)m(h)i(and)e(Execution)13
 b Fm(.)j(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)42
 b Ft(28)748 1398 y(3.7.3)93 b(Command)29 b(Execution)i(En)m(vironmen)m
@@ -4423,14 +4425,14 @@ Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 50 b Ft(30)748 1617 y(3.7.5)93 b(Exit)30 b(Status)8 b
 Fm(.)16 b(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)h(.)
-f(.)g(.)37 b Ft(30)748 1727 y(3.7.6)93 b(Signals)10 b
+f(.)g(.)37 b Ft(31)748 1727 y(3.7.6)93 b(Signals)10 b
 Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)g(.)
 g(.)g(.)g(.)g(.)g(.)g(.)39 b Ft(31)449 1836 y(3.8)92
 b(Shell)30 b(Scripts)21 b Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g
 (.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)
 g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)51
-b Ft(31)150 2079 y Fr(4)135 b(Shell)45 b(Builtin)g(Commands)38
+b Ft(32)150 2079 y Fr(4)135 b(Shell)45 b(Builtin)g(Commands)38
 b Fn(.)19 b(.)h(.)f(.)h(.)f(.)g(.)h(.)f(.)h(.)f(.)h(.)f(.)g(.)h(.)f(.)h
 (.)f(.)82 b Fr(33)449 2216 y Ft(4.1)92 b(Bourne)30 b(Shell)g(Builtins)
 16 b Fm(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)g(.)g(.)g
@@ -4560,7 +4562,7 @@ b(Commands)29 b(F)-8 b(or)31 b(Manipulating)g(The)f(History)18
 b Fm(.)e(.)f(.)g(.)g(.)g(.)g(.)47 b Ft(97)748 2353 y(8.4.3)93
 b(Commands)29 b(F)-8 b(or)31 b(Changing)f(T)-8 b(ext)30
 b Fm(.)15 b(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)h(.)f
-(.)58 b Ft(98)748 2462 y(8.4.4)93 b(Killing)31 b(And)e(Y)-8
+(.)58 b Ft(99)748 2462 y(8.4.4)93 b(Killing)31 b(And)e(Y)-8
 b(anking)16 b Fm(.)g(.)f(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)
 g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)g(.)46 b
 Ft(100)748 2572 y(8.4.5)93 b(Sp)s(ecifying)29 b(Numeric)i(Argumen)m(ts)
@@ -4878,7 +4880,7 @@ y Ft(The)28 b(follo)m(wing)i(is)f(a)g(brief)f(description)h(of)g(the)g
 (shell's)g(op)s(eration)h(when)d(it)j(reads)e(and)g(executes)j(a)150
 3375 y(command.)40 b(Basically)-8 b(,)34 b(the)c(shell)h(do)s(es)f(the)
 h(follo)m(wing:)199 3513 y(1.)61 b(Reads)42 b(its)h(input)e(from)h(a)g
-(\014le)h(\(see)g(Section)g(3.8)g([Shell)f(Scripts],)j(page)e(31\),)k
+(\014le)h(\(see)g(Section)g(3.8)g([Shell)f(Scripts],)j(page)e(32\),)k
 (from)41 b(a)i(string)330 3623 y(supplied)26 b(as)i(an)f(argumen)m(t)g
 (to)h(the)g(`)p Fs(-c)p Ft(')f(in)m(v)m(o)s(cation)i(option)f(\(see)g
 (Section)h(6.1)f([In)m(v)m(oking)g(Bash],)330 3732 y(page)j(63\),)h(or)
@@ -4896,7 +4898,7 @@ b(the)h(v)-5 b(arious)40 b(shell)h(expansions)f(\(see)h(Section)g(3.5)g
 ([Shell)g(Expansions],)h(page)f(16\),)330 4580 y(breaking)35
 b(the)g(expanded)g(tok)m(ens)h(in)m(to)g(lists)f(of)g(\014lenames)h
 (\(see)g(Section)f(3.5.8)i([Filename)g(Ex-)330 4689 y(pansion],)30
-b(page)h(22\))h(and)e(commands)g(and)g(argumen)m(ts.)199
+b(page)h(23\))h(and)e(commands)g(and)g(argumen)m(ts.)199
 4826 y(5.)61 b(P)m(erforms)36 b(an)m(y)i(necessary)f(redirections)g
 (\(see)h(Section)f(3.6)h([Redirections],)i(page)e(24\))g(and)e(re-)330
 4935 y(mo)m(v)m(es)c(the)e(redirection)h(op)s(erators)g(and)f(their)g
@@ -4905,7 +4907,7 @@ y(6.)61 b(Executes)31 b(the)g(command)f(\(see)h(Section)g(3.7)h
 ([Executing)f(Commands],)f(page)h(28\).)199 5208 y(7.)61
 b(Optionally)40 b(w)m(aits)g(for)f(the)g(command)g(to)h(complete)g(and)
 f(collects)i(its)f(exit)g(status)f(\(see)h(Sec-)330 5317
-y(tion)31 b(3.7.5)h([Exit)f(Status],)g(page)g(30\).)p
+y(tion)31 b(3.7.5)h([Exit)f(Status],)g(page)g(31\).)p
 eop end
 %%Page: 6 12
 TeXDict begin 6 11 bop 150 -116 a Ft(6)2617 b(Bash)31
@@ -4972,7 +4974,7 @@ b(it)g(with)f(a)h(bac)m(kslash.)56 b(When)36 b(command)f(history)g(is)h
 Fs(*)p Ft(')h(and)f(`)p Fs(@)p Ft(')h(ha)m(v)m(e)g(sp)s(ecial)g
 (meaning)g(when)f(in)g(double)g(quotes)h(\(see)150 4653
 y(Section)31 b(3.5.3)h([Shell)f(P)m(arameter)h(Expansion],)e(page)h
-(18\).)150 4877 y Fk(3.1.2.4)63 b(ANSI-C)40 b(Quoting)275
+(19\).)150 4877 y Fk(3.1.2.4)63 b(ANSI-C)40 b(Quoting)275
 5121 y Ft(W)-8 b(ords)33 b(of)h(the)g(form)f Fs($')p
 Fj(string)11 b Fs(')31 b Ft(are)j(treated)g(sp)s(ecially)-8
 b(.)52 b(The)33 b(w)m(ord)g(expands)g(to)i Fq(string)p
@@ -5059,7 +5061,7 @@ i(page)f(3\).)51 b(The)34 b(\014rst)f(w)m(ord)g(generally)i(sp)s
 (eci\014es)e(a)i(command)e(to)i(b)s(e)e(executed,)150
 1855 y(with)d(the)h(rest)f(of)h(the)f(w)m(ords)g(b)s(eing)g(that)h
 (command's)f(argumen)m(ts.)275 2000 y(The)h(return)h(status)g(\(see)i
-(Section)f(3.7.5)h([Exit)f(Status],)h(page)f(30\))g(of)g(a)g(simple)f
+(Section)f(3.7.5)h([Exit)f(Status],)h(page)f(31\))g(of)g(a)g(simple)f
 (command)g(is)h(its)150 2109 y(exit)38 b(status)f(as)g(pro)m(vided)f(b)
 m(y)h(the)g Fl(posix)f Ft(1003.1)j Fs(waitpid)c Ft(function,)j(or)f
 (128)p Fs(+)p Fq(n)g Ft(if)g(the)g(command)150 2219 y(w)m(as)31
@@ -5577,1346 +5579,1377 @@ eop end
 %%Page: 15 21
 TeXDict begin 15 20 bop 150 -116 a Ft(Chapter)30 b(3:)41
 b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(15)150 299
-y Fr(3.4)68 b(Shell)45 b(P)l(arameters)275 544 y Ft(A)32
+y Fr(3.4)68 b(Shell)45 b(P)l(arameters)275 542 y Ft(A)32
 b Fq(parameter)40 b Ft(is)32 b(an)h(en)m(tit)m(y)h(that)f(stores)g(v)-5
 b(alues.)48 b(It)33 b(can)g(b)s(e)e(a)i Fs(name)p Ft(,)g(a)g(n)m(um)m
-(b)s(er,)f(or)g(one)h(of)g(the)150 654 y(sp)s(ecial)i(c)m(haracters)h
+(b)s(er,)f(or)g(one)h(of)g(the)150 652 y(sp)s(ecial)i(c)m(haracters)h
 (listed)g(b)s(elo)m(w.)53 b(A)35 b Fq(v)-5 b(ariable)41
 b Ft(is)34 b(a)h(parameter)h(denoted)e(b)m(y)h(a)g Fs(name)p
-Ft(.)52 b(A)35 b(v)-5 b(ariable)150 764 y(has)29 b(a)h
+Ft(.)52 b(A)35 b(v)-5 b(ariable)150 761 y(has)29 b(a)h
 Fq(v)-5 b(alue)35 b Ft(and)28 b(zero)j(or)e(more)g Fq(attributes)p
 Ft(.)41 b(A)m(ttributes)30 b(are)g(assigned)g(using)f(the)g
-Fs(declare)e Ft(builtin)150 873 y(command)22 b(\(see)h(the)f
+Fs(declare)e Ft(builtin)150 871 y(command)22 b(\(see)h(the)f
 (description)g(of)g(the)g Fs(declare)f Ft(builtin)g(in)h(Section)h(4.2)
-g([Bash)f(Builtins],)j(page)d(39\).)275 1009 y(A)28 b(parameter)h(is)g
+g([Bash)f(Builtins],)j(page)d(39\).)275 1004 y(A)28 b(parameter)h(is)g
 (set)g(if)f(it)h(has)f(b)s(een)g(assigned)h(a)g(v)-5
 b(alue.)40 b(The)28 b(n)m(ull)h(string)f(is)h(a)g(v)-5
-b(alid)28 b(v)-5 b(alue.)41 b(Once)150 1119 y(a)31 b(v)-5
+b(alid)28 b(v)-5 b(alue.)41 b(Once)150 1114 y(a)31 b(v)-5
 b(ariable)31 b(is)f(set,)i(it)e(ma)m(y)h(b)s(e)f(unset)g(only)h(b)m(y)f
-(using)g(the)g Fs(unset)f Ft(builtin)h(command.)275 1254
+(using)g(the)g Fs(unset)f Ft(builtin)h(command.)275 1247
 y(A)g(v)-5 b(ariable)31 b(ma)m(y)g(b)s(e)f(assigned)g(to)i(b)m(y)e(a)h
-(statemen)m(t)h(of)e(the)h(form)390 1390 y Fj(name)11
-b Fs(=[)p Fj(value)g Fs(])150 1526 y Ft(If)34 b Fq(v)-5
+(statemen)m(t)h(of)e(the)h(form)390 1381 y Fj(name)11
+b Fs(=[)p Fj(value)g Fs(])150 1514 y Ft(If)34 b Fq(v)-5
 b(alue)40 b Ft(is)35 b(not)g(giv)m(en,)h(the)f(v)-5 b(ariable)35
 b(is)g(assigned)g(the)f(n)m(ull)h(string.)53 b(All)35
 b Fq(v)-5 b(alue)5 b Ft(s)35 b(undergo)f(tilde)h(ex-)150
-1636 y(pansion,)h(parameter)f(and)f(v)-5 b(ariable)36
+1624 y(pansion,)h(parameter)f(and)f(v)-5 b(ariable)36
 b(expansion,)f(command)g(substitution,)h(arithmetic)g(expansion,)150
-1745 y(and)k(quote)h(remo)m(v)-5 b(al)42 b(\(detailed)h(b)s(elo)m(w\).)
+1733 y(and)k(quote)h(remo)m(v)-5 b(al)42 b(\(detailed)h(b)s(elo)m(w\).)
 72 b(If)40 b(the)h(v)-5 b(ariable)41 b(has)g(its)g Fs(integer)e
-Ft(attribute)i(set,)j(then)150 1855 y Fq(v)-5 b(alue)38
+Ft(attribute)i(set,)j(then)150 1843 y Fq(v)-5 b(alue)38
 b Ft(is)33 b(ev)-5 b(aluated)34 b(as)f(an)g(arithmetic)h(expression)f
 (ev)m(en)h(if)e(the)h Fs($\(\(...)o(\)\))f Ft(expansion)h(is)g(not)g
-(used)150 1965 y(\(see)e(Section)g(3.5.5)i([Arithmetic)e(Expansion],)f
+(used)150 1953 y(\(see)e(Section)g(3.5.5)i([Arithmetic)e(Expansion],)f
 (page)h(21\).)42 b(W)-8 b(ord)31 b(splitting)g(is)g(not)f(p)s
-(erformed,)f(with)150 2074 y(the)35 b(exception)h(of)f
+(erformed,)f(with)150 2062 y(the)35 b(exception)h(of)f
 Fs("$@")f Ft(as)h(explained)g(b)s(elo)m(w.)54 b(Filename)36
 b(expansion)f(is)g(not)g(p)s(erformed.)53 b(Assign-)150
-2184 y(men)m(t)33 b(statemen)m(ts)h(ma)m(y)f(also)g(app)s(ear)f(as)g
+2172 y(men)m(t)33 b(statemen)m(ts)h(ma)m(y)f(also)g(app)s(ear)f(as)g
 (argumen)m(ts)h(to)g(the)g Fs(alias)p Ft(,)e Fs(declare)p
-Ft(,)g Fs(typeset)p Ft(,)g Fs(export)p Ft(,)150 2293
-y Fs(readonly)p Ft(,)d(and)i Fs(local)f Ft(builtin)h(commands.)150
-2520 y Fk(3.4.1)63 b(P)m(ositional)41 b(P)m(arameters)275
-2766 y Ft(A)36 b Fq(p)s(ositional)i(parameter)44 b Ft(is)37
-b(a)g(parameter)g(denoted)g(b)m(y)g(one)g(or)g(more)g(digits,)i(other)e
-(than)g(the)150 2875 y(single)k(digit)f Fs(0)p Ft(.)69
-b(P)m(ositional)42 b(parameters)f(are)f(assigned)g(from)g(the)g
-(shell's)g(argumen)m(ts)g(when)f(it)i(is)150 2985 y(in)m(v)m(ok)m(ed,)f
-(and)d(ma)m(y)g(b)s(e)g(reassigned)g(using)f(the)i Fs(set)e
-Ft(builtin)g(command.)61 b(P)m(ositional)39 b(parameter)e
-Fs(N)150 3094 y Ft(ma)m(y)27 b(b)s(e)g(referenced)f(as)h
-Fs(${N})p Ft(,)g(or)g(as)g Fs($N)f Ft(when)g Fs(N)g Ft(consists)i(of)f
-(a)g(single)g(digit.)41 b(P)m(ositional)29 b(parameters)150
-3204 y(ma)m(y)j(not)f(b)s(e)g(assigned)h(to)g(with)f(assignmen)m(t)h
-(statemen)m(ts.)45 b(The)30 b Fs(set)h Ft(and)g Fs(shift)e
-Ft(builtins)i(are)h(used)150 3314 y(to)h(set)f(and)f(unset)h(them)g
-(\(see)h(Chapter)e(4)h([Shell)g(Builtin)h(Commands],)e(page)i(33\).)47
-b(The)31 b(p)s(ositional)150 3423 y(parameters)24 b(are)g(temp)s
-(orarily)g(replaced)h(when)d(a)j(shell)f(function)f(is)h(executed)h
-(\(see)f(Section)h(3.3)g([Shell)150 3533 y(F)-8 b(unctions],)31
-b(page)h(13\).)275 3669 y(When)27 b(a)i(p)s(ositional)g(parameter)g
-(consisting)f(of)h(more)f(than)g(a)g(single)h(digit)g(is)f(expanded,)g
-(it)h(m)m(ust)150 3778 y(b)s(e)h(enclosed)h(in)f(braces.)150
-4005 y Fk(3.4.2)63 b(Sp)s(ecial)41 b(P)m(arameters)275
-4251 y Ft(The)27 b(shell)h(treats)h(sev)m(eral)g(parameters)g(sp)s
-(ecially)-8 b(.)41 b(These)28 b(parameters)g(ma)m(y)g(only)g(b)s(e)g
-(referenced;)150 4360 y(assignmen)m(t)j(to)g(them)g(is)f(not)h(allo)m
-(w)m(ed.)150 4522 y Fs(*)432 b Ft(Expands)29 b(to)h(the)h(p)s
-(ositional)f(parameters,)h(starting)g(from)e(one.)41
-b(When)30 b(the)g(expansion)630 4631 y(o)s(ccurs)e(within)f(double)h
-(quotes,)h(it)g(expands)e(to)i(a)f(single)h(w)m(ord)f(with)g(the)g(v)-5
-b(alue)29 b(of)f(eac)m(h)630 4741 y(parameter)i(separated)g(b)m(y)f
-(the)g(\014rst)g(c)m(haracter)i(of)e(the)h Fs(IFS)e Ft(sp)s(ecial)i(v)
--5 b(ariable.)41 b(That)30 b(is,)630 4850 y Fs("$*")h
-Ft(is)i(equiv)-5 b(alen)m(t)33 b(to)h Fs("$1)p Fj(c)11
-b Fs($2)p Fj(c)g Fs(...)l(")p Ft(,)33 b(where)f Fq(c)38
-b Ft(is)32 b(the)h(\014rst)e(c)m(haracter)j(of)f(the)f(v)-5
-b(alue)630 4960 y(of)30 b(the)g Fs(IFS)g Ft(v)-5 b(ariable.)41
-b(If)30 b Fs(IFS)f Ft(is)h(unset,)g(the)g(parameters)g(are)h(separated)
-f(b)m(y)g(spaces.)41 b(If)630 5070 y Fs(IFS)29 b Ft(is)i(n)m(ull,)f
-(the)h(parameters)g(are)f(joined)h(without)f(in)m(terv)m(ening)i
-(separators.)150 5230 y Fs(@)432 b Ft(Expands)29 b(to)h(the)h(p)s
-(ositional)f(parameters,)h(starting)g(from)e(one.)41
-b(When)30 b(the)g(expansion)630 5340 y(o)s(ccurs)c(within)g(double)f
-(quotes,)j(eac)m(h)f(parameter)g(expands)e(to)i(a)g(separate)g(w)m
-(ord.)39 b(That)p eop end
+Ft(,)g Fs(typeset)p Ft(,)g Fs(export)p Ft(,)150 2281
+y Fs(readonly)p Ft(,)d(and)i Fs(local)f Ft(builtin)h(commands.)275
+2415 y(In)f(the)h(con)m(text)i(where)d(an)h(assignmen)m(t)h(statemen)m
+(t)h(is)e(assigning)g(a)h(v)-5 b(alue)30 b(to)h(a)f(shell)g(v)-5
+b(ariable)31 b(or)150 2525 y(arra)m(y)f(index)g(\(see)h(Section)g(6.7)g
+([Arra)m(ys],)g(page)g(72\),)g(the)f(`)p Fs(+=)p Ft(')g(op)s(erator)g
+(can)h(b)s(e)e(used)g(to)i(app)s(end)d(to)150 2634 y(or)36
+b(add)g(to)h(the)f(v)-5 b(ariable's)37 b(previous)f(v)-5
+b(alue.)59 b(When)36 b(`)p Fs(+=)p Ft(')g(is)g(applied)g(to)h(a)g(v)-5
+b(ariable)37 b(for)f(whic)m(h)g(the)150 2744 y(in)m(teger)k(attribute)e
+(has)g(b)s(een)g(set,)j Fq(v)-5 b(alue)44 b Ft(is)38
+b(ev)-5 b(aluated)39 b(as)g(an)f(arithmetic)h(expression)f(and)g(added)
+150 2853 y(to)e(the)f(v)-5 b(ariable's)36 b(curren)m(t)f(v)-5
+b(alue,)37 b(whic)m(h)e(is)g(also)h(ev)-5 b(aluated.)56
+b(When)35 b(`)p Fs(+=)p Ft(')g(is)h(applied)f(to)g(an)g(arra)m(y)150
+2963 y(v)-5 b(ariable)26 b(using)e(comp)s(ound)f(assignmen)m(t)j(\(see)
+f(Section)h(6.7)f([Arra)m(ys],)i(page)f(72\),)h(the)e(v)-5
+b(ariable's)25 b(v)-5 b(alue)150 3072 y(is)32 b(not)f(unset)h(\(as)g
+(it)g(is)f(when)g(using)g(`)p Fs(=)p Ft('\),)i(and)e(new)g(v)-5
+b(alues)32 b(are)g(app)s(ended)d(to)k(the)f(arra)m(y)g(b)s(eginning)150
+3182 y(at)e(one)g(greater)h(than)f(the)g(arra)m(y's)g(maxim)m(um)f
+(index.)40 b(When)30 b(applied)f(to)i(a)f(string-v)-5
+b(alued)30 b(v)-5 b(ariable,)150 3292 y Fq(v)g(alue)36
+b Ft(is)30 b(expanded)g(and)g(app)s(ended)e(to)j(the)g(v)-5
+b(ariable's)31 b(v)-5 b(alue.)150 3513 y Fk(3.4.1)63
+b(P)m(ositional)41 b(P)m(arameters)275 3756 y Ft(A)36
+b Fq(p)s(ositional)i(parameter)44 b Ft(is)37 b(a)g(parameter)g(denoted)
+g(b)m(y)g(one)g(or)g(more)g(digits,)i(other)e(than)g(the)150
+3866 y(single)k(digit)f Fs(0)p Ft(.)69 b(P)m(ositional)42
+b(parameters)f(are)f(assigned)g(from)g(the)g(shell's)g(argumen)m(ts)g
+(when)f(it)i(is)150 3975 y(in)m(v)m(ok)m(ed,)f(and)d(ma)m(y)g(b)s(e)g
+(reassigned)g(using)f(the)i Fs(set)e Ft(builtin)g(command.)61
+b(P)m(ositional)39 b(parameter)e Fs(N)150 4085 y Ft(ma)m(y)27
+b(b)s(e)g(referenced)f(as)h Fs(${N})p Ft(,)g(or)g(as)g
+Fs($N)f Ft(when)g Fs(N)g Ft(consists)i(of)f(a)g(single)g(digit.)41
+b(P)m(ositional)29 b(parameters)150 4194 y(ma)m(y)j(not)f(b)s(e)g
+(assigned)h(to)g(with)f(assignmen)m(t)h(statemen)m(ts.)45
+b(The)30 b Fs(set)h Ft(and)g Fs(shift)e Ft(builtins)i(are)h(used)150
+4304 y(to)h(set)f(and)f(unset)h(them)g(\(see)h(Chapter)e(4)h([Shell)g
+(Builtin)h(Commands],)e(page)i(33\).)47 b(The)31 b(p)s(ositional)150
+4413 y(parameters)24 b(are)g(temp)s(orarily)g(replaced)h(when)d(a)j
+(shell)f(function)f(is)h(executed)h(\(see)f(Section)h(3.3)g([Shell)150
+4523 y(F)-8 b(unctions],)31 b(page)h(13\).)275 4657 y(When)27
+b(a)i(p)s(ositional)g(parameter)g(consisting)f(of)h(more)f(than)g(a)g
+(single)h(digit)g(is)f(expanded,)g(it)h(m)m(ust)150 4766
+y(b)s(e)h(enclosed)h(in)f(braces.)150 4987 y Fk(3.4.2)63
+b(Sp)s(ecial)41 b(P)m(arameters)275 5230 y Ft(The)27
+b(shell)h(treats)h(sev)m(eral)g(parameters)g(sp)s(ecially)-8
+b(.)41 b(These)28 b(parameters)g(ma)m(y)g(only)g(b)s(e)g(referenced;)
+150 5340 y(assignmen)m(t)j(to)g(them)g(is)f(not)h(allo)m(w)m(ed.)p
+eop end
 %%Page: 16 22
 TeXDict begin 16 21 bop 150 -116 a Ft(16)2572 b(Bash)31
-b(Reference)g(Man)m(ual)630 299 y(is,)e Fs("$@")e Ft(is)i(equiv)-5
-b(alen)m(t)30 b(to)f Fs("$1")g("$2")h(...)o Ft(.)40 b(If)28
-b(the)g(double-quoted)h(expansion)f(o)s(ccurs)630 408
-y(within)d(a)h(w)m(ord,)g(the)g(expansion)f(of)h(the)g(\014rst)f
-(parameter)h(is)f(joined)h(with)f(the)h(b)s(eginning)630
-518 y(part)f(of)g(the)g(original)g(w)m(ord,)h(and)e(the)h(expansion)g
-(of)g(the)g(last)h(parameter)f(is)g(joined)f(with)630
-628 y(the)37 b(last)g(part)g(of)f(the)h(original)h(w)m(ord.)59
+b(Reference)g(Man)m(ual)150 299 y Fs(*)432 b Ft(Expands)29
+b(to)h(the)h(p)s(ositional)f(parameters,)h(starting)g(from)e(one.)41
+b(When)30 b(the)g(expansion)630 408 y(o)s(ccurs)e(within)f(double)h
+(quotes,)h(it)g(expands)e(to)i(a)f(single)h(w)m(ord)f(with)g(the)g(v)-5
+b(alue)29 b(of)f(eac)m(h)630 518 y(parameter)i(separated)g(b)m(y)f(the)
+g(\014rst)g(c)m(haracter)i(of)e(the)h Fs(IFS)e Ft(sp)s(ecial)i(v)-5
+b(ariable.)41 b(That)30 b(is,)630 628 y Fs("$*")h Ft(is)i(equiv)-5
+b(alen)m(t)33 b(to)h Fs("$1)p Fj(c)11 b Fs($2)p Fj(c)g
+Fs(...)l(")p Ft(,)33 b(where)f Fq(c)38 b Ft(is)32 b(the)h(\014rst)e(c)m
+(haracter)j(of)f(the)f(v)-5 b(alue)630 737 y(of)30 b(the)g
+Fs(IFS)g Ft(v)-5 b(ariable.)41 b(If)30 b Fs(IFS)f Ft(is)h(unset,)g(the)
+g(parameters)g(are)h(separated)f(b)m(y)g(spaces.)41 b(If)630
+847 y Fs(IFS)29 b Ft(is)i(n)m(ull,)f(the)h(parameters)g(are)f(joined)h
+(without)f(in)m(terv)m(ening)i(separators.)150 1007 y
+Fs(@)432 b Ft(Expands)29 b(to)h(the)h(p)s(ositional)f(parameters,)h
+(starting)g(from)e(one.)41 b(When)30 b(the)g(expansion)630
+1117 y(o)s(ccurs)c(within)g(double)f(quotes,)j(eac)m(h)f(parameter)g
+(expands)e(to)i(a)g(separate)g(w)m(ord.)39 b(That)630
+1226 y(is,)29 b Fs("$@")e Ft(is)i(equiv)-5 b(alen)m(t)30
+b(to)f Fs("$1")g("$2")h(...)o Ft(.)40 b(If)28 b(the)g(double-quoted)h
+(expansion)f(o)s(ccurs)630 1336 y(within)d(a)h(w)m(ord,)g(the)g
+(expansion)f(of)h(the)g(\014rst)f(parameter)h(is)f(joined)h(with)f(the)
+h(b)s(eginning)630 1445 y(part)f(of)g(the)g(original)g(w)m(ord,)h(and)e
+(the)h(expansion)g(of)g(the)g(last)h(parameter)f(is)g(joined)f(with)630
+1555 y(the)37 b(last)g(part)g(of)f(the)h(original)h(w)m(ord.)59
 b(When)36 b(there)h(are)g(no)f(p)s(ositional)h(parameters,)630
-737 y Fs("$@")29 b Ft(and)h Fs($@)g Ft(expand)f(to)j(nothing)e(\(i.e.,)
-i(they)e(are)h(remo)m(v)m(ed\).)150 898 y Fs(#)432 b
-Ft(Expands)29 b(to)i(the)g(n)m(um)m(b)s(er)e(of)h(p)s(ositional)h
-(parameters)g(in)f(decimal.)150 1059 y Fs(?)432 b Ft(Expands)29
+1665 y Fs("$@")29 b Ft(and)h Fs($@)g Ft(expand)f(to)j(nothing)e
+(\(i.e.,)i(they)e(are)h(remo)m(v)m(ed\).)150 1825 y Fs(#)432
+Ft(Expands)29 b(to)i(the)g(n)m(um)m(b)s(er)e(of)h(p)s(ositional)h
+(parameters)g(in)f(decimal.)150 1985 y Fs(?)432 b Ft(Expands)29
 b(to)i(the)g(exit)g(status)g(of)f(the)h(most)f(recen)m(tly)i(executed)f
-(foreground)f(pip)s(eline.)150 1219 y Fs(-)432 b Ft(\(A)31
+(foreground)f(pip)s(eline.)150 2145 y Fs(-)432 b Ft(\(A)31
 b(h)m(yphen.\))42 b(Expands)30 b(to)h(the)g(curren)m(t)g(option)h
 (\015ags)f(as)g(sp)s(eci\014ed)f(up)s(on)g(in)m(v)m(o)s(cation,)630
-1329 y(b)m(y)35 b(the)h Fs(set)e Ft(builtin)h(command,)h(or)g(those)g
+2255 y(b)m(y)35 b(the)h Fs(set)e Ft(builtin)h(command,)h(or)g(those)g
 (set)f(b)m(y)h(the)f(shell)h(itself)g(\(suc)m(h)f(as)h(the)f(`)p
-Fs(-i)p Ft(')630 1439 y(option\).)150 1599 y Fs($)432
+Fs(-i)p Ft(')630 2365 y(option\).)150 2525 y Fs($)432
 b Ft(Expands)39 b(to)j(the)f(pro)s(cess)f Fl(id)h Ft(of)g(the)g(shell.)
 73 b(In)40 b(a)h Fs(\(\))f Ft(subshell,)j(it)e(expands)f(to)i(the)630
-1709 y(pro)s(cess)30 b Fl(id)g Ft(of)h(the)g(in)m(v)m(oking)g(shell,)g
-(not)g(the)f(subshell.)150 1870 y Fs(!)432 b Ft(Expands)39
+2634 y(pro)s(cess)30 b Fl(id)g Ft(of)h(the)g(in)m(v)m(oking)g(shell,)g
+(not)g(the)f(subshell.)150 2795 y Fs(!)432 b Ft(Expands)39
 b(to)i(the)g(pro)s(cess)e Fl(id)i Ft(of)f(the)h(most)g(recen)m(tly)g
-(executed)g(bac)m(kground)g(\(asyn-)630 1979 y(c)m(hronous\))30
-b(command.)150 2140 y Fs(0)432 b Ft(Expands)20 b(to)j(the)f(name)g(of)g
+(executed)g(bac)m(kground)g(\(asyn-)630 2904 y(c)m(hronous\))30
+b(command.)150 3065 y Fs(0)432 b Ft(Expands)20 b(to)j(the)f(name)g(of)g
 (the)g(shell)g(or)f(shell)h(script.)38 b(This)21 b(is)h(set)g(at)h
-(shell)f(initialization.)630 2250 y(If)44 b(Bash)g(is)g(in)m(v)m(ok)m
+(shell)f(initialization.)630 3174 y(If)44 b(Bash)g(is)g(in)m(v)m(ok)m
 (ed)i(with)e(a)g(\014le)g(of)h(commands)e(\(see)j(Section)f(3.8)g
-([Shell)f(Scripts],)630 2359 y(page)39 b(31\),)i Fs($0)d
+([Shell)f(Scripts],)630 3284 y(page)39 b(32\),)i Fs($0)d
 Ft(is)g(set)g(to)h(the)f(name)g(of)g(that)h(\014le.)64
 b(If)37 b(Bash)i(is)f(started)g(with)g(the)g(`)p Fs(-c)p
-Ft(')630 2469 y(option)i(\(see)g(Section)h(6.1)f([In)m(v)m(oking)h
+Ft(')630 3393 y(option)i(\(see)g(Section)h(6.1)f([In)m(v)m(oking)h
 (Bash],)h(page)e(63\),)j(then)d Fs($0)e Ft(is)i(set)g(to)g(the)g
-(\014rst)630 2578 y(argumen)m(t)31 b(after)g(the)g(string)g(to)g(b)s(e)
+(\014rst)630 3503 y(argumen)m(t)31 b(after)g(the)g(string)g(to)g(b)s(e)
 f(executed,)i(if)f(one)g(is)f(presen)m(t.)42 b(Otherwise,)31
-b(it)g(is)f(set)630 2688 y(to)h(the)g(\014lename)f(used)g(to)h(in)m(v)m
+b(it)g(is)f(set)630 3613 y(to)h(the)g(\014lename)f(used)g(to)h(in)m(v)m
 (ok)m(e)h(Bash,)f(as)g(giv)m(en)g(b)m(y)f(argumen)m(t)h(zero.)150
-2849 y Fs(_)432 b Ft(\(An)34 b(underscore.\))50 b(A)m(t)34
+3773 y Fs(_)432 b Ft(\(An)34 b(underscore.\))50 b(A)m(t)34
 b(shell)g(startup,)h(set)f(to)g(the)g(absolute)g(\014lename)g(of)g(the)
-g(shell)g(or)630 2958 y(shell)j(script)h(b)s(eing)e(executed)i(as)g
+g(shell)g(or)630 3882 y(shell)j(script)h(b)s(eing)e(executed)i(as)g
 (passed)f(in)g(the)g(argumen)m(t)h(list.)62 b(Subsequen)m(tly)-8
-b(,)38 b(ex-)630 3068 y(pands)e(to)i(the)g(last)g(argumen)m(t)g(to)h
+b(,)38 b(ex-)630 3992 y(pands)e(to)i(the)g(last)g(argumen)m(t)g(to)h
 (the)e(previous)g(command,)i(after)f(expansion.)62 b(Also)630
-3178 y(set)30 b(to)f(the)h(full)e(pathname)h(of)h(eac)m(h)g(command)f
+4102 y(set)30 b(to)f(the)h(full)e(pathname)h(of)h(eac)m(h)g(command)f
 (executed)h(and)e(placed)i(in)e(the)i(en)m(viron-)630
-3287 y(men)m(t)37 b(exp)s(orted)f(to)h(that)h(command.)58
+4211 y(men)m(t)37 b(exp)s(orted)f(to)h(that)h(command.)58
 b(When)37 b(c)m(hec)m(king)h(mail,)h(this)d(parameter)h(holds)630
-3397 y(the)31 b(name)f(of)h(the)f(mail)h(\014le.)150
-3657 y Fr(3.5)68 b(Shell)45 b(Expansions)275 3903 y Ft(Expansion)29
+4321 y(the)31 b(name)f(of)h(the)f(mail)h(\014le.)150
+4580 y Fr(3.5)68 b(Shell)45 b(Expansions)275 4825 y Ft(Expansion)29
 b(is)h(p)s(erformed)e(on)i(the)g(command)g(line)g(after)h(it)f(has)g(b)
 s(een)f(split)h(in)m(to)h Fs(token)p Ft(s.)39 b(There)150
-4013 y(are)31 b(sev)m(en)g(kinds)e(of)i(expansion)f(p)s(erformed:)225
-4148 y Fp(\017)60 b Ft(brace)31 b(expansion)225 4284
-y Fp(\017)60 b Ft(tilde)31 b(expansion)225 4419 y Fp(\017)60
-b Ft(parameter)31 b(and)f(v)-5 b(ariable)31 b(expansion)225
-4554 y Fp(\017)60 b Ft(command)30 b(substitution)225
-4689 y Fp(\017)60 b Ft(arithmetic)32 b(expansion)225
-4824 y Fp(\017)60 b Ft(w)m(ord)30 b(splitting)225 4959
-y Fp(\017)60 b Ft(\014lename)31 b(expansion)275 5121
-y(The)i(order)g(of)h(expansions)g(is:)47 b(brace)34 b(expansion,)h
-(tilde)g(expansion,)f(parameter,)i(v)-5 b(ariable,)36
-b(and)150 5230 y(arithmetic)46 b(expansion)f(and)g(command)f
-(substitution)h(\(done)g(in)g(a)g(left-to-righ)m(t)j(fashion\),)h(w)m
-(ord)150 5340 y(splitting,)31 b(and)f(\014lename)h(expansion.)p
+4935 y(are)31 b(sev)m(en)g(kinds)e(of)i(expansion)f(p)s(erformed:)225
+5070 y Fp(\017)60 b Ft(brace)31 b(expansion)225 5205
+y Fp(\017)60 b Ft(tilde)31 b(expansion)225 5340 y Fp(\017)60
+b Ft(parameter)31 b(and)f(v)-5 b(ariable)31 b(expansion)p
 eop end
 %%Page: 17 23
 TeXDict begin 17 22 bop 150 -116 a Ft(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(17)275 299
-y(On)42 b(systems)h(that)h(can)g(supp)s(ort)e(it,)47
-b(there)d(is)f(an)h(additional)g(expansion)f(a)m(v)-5
-b(ailable:)69 b Fq(pro)s(cess)150 408 y(substitution)p
+b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(17)225 299
+y Fp(\017)60 b Ft(command)30 b(substitution)225 436 y
+Fp(\017)60 b Ft(arithmetic)32 b(expansion)225 574 y Fp(\017)60
+b Ft(w)m(ord)30 b(splitting)225 711 y Fp(\017)60 b Ft(\014lename)31
+b(expansion)275 880 y(The)i(order)g(of)h(expansions)g(is:)47
+b(brace)34 b(expansion,)h(tilde)g(expansion,)f(parameter,)i(v)-5
+b(ariable,)36 b(and)150 990 y(arithmetic)46 b(expansion)f(and)g
+(command)f(substitution)h(\(done)g(in)g(a)g(left-to-righ)m(t)j
+(fashion\),)h(w)m(ord)150 1099 y(splitting,)31 b(and)f(\014lename)h
+(expansion.)275 1240 y(On)42 b(systems)h(that)h(can)g(supp)s(ort)e(it,)
+47 b(there)d(is)f(an)h(additional)g(expansion)f(a)m(v)-5
+b(ailable:)69 b Fq(pro)s(cess)150 1349 y(substitution)p
 Ft(.)61 b(This)36 b(is)h(p)s(erformed)f(at)i(the)f(same)h(time)f(as)h
 (parameter,)h(v)-5 b(ariable,)40 b(and)d(arithmetic)150
-518 y(expansion)30 b(and)g(command)g(substitution.)275
-653 y(Only)35 b(brace)i(expansion,)h(w)m(ord)e(splitting,)j(and)d
+1459 y(expansion)30 b(and)g(command)g(substitution.)275
+1599 y(Only)35 b(brace)i(expansion,)h(w)m(ord)e(splitting,)j(and)d
 (\014lename)g(expansion)g(can)h(c)m(hange)h(the)e(n)m(um)m(b)s(er)150
-762 y(of)h(w)m(ords)f(of)g(the)h(expansion;)i(other)e(expansions)f
+1709 y(of)h(w)m(ords)f(of)g(the)h(expansion;)i(other)e(expansions)f
 (expand)g(a)h(single)g(w)m(ord)f(to)h(a)g(single)g(w)m(ord.)58
-b(The)150 872 y(only)32 b(exceptions)i(to)f(this)f(are)h(the)f
+b(The)150 1819 y(only)32 b(exceptions)i(to)f(this)f(are)h(the)f
 (expansions)g(of)h Fs("$@")e Ft(\(see)i(Section)g(3.4.2)h([Sp)s(ecial)f
-(P)m(arameters],)150 981 y(page)e(15\))h(and)d Fs("${)p
+(P)m(arameters],)150 1928 y(page)e(15\))h(and)d Fs("${)p
 Fj(name)11 b Fs([@]}")27 b Ft(\(see)k(Section)h(6.7)f([Arra)m(ys],)g
-(page)g(72\).)275 1116 y(After)41 b(all)i(expansions,)h
+(page)g(72\).)275 2069 y(After)41 b(all)i(expansions,)h
 Fs(quote)29 b(removal)40 b Ft(\(see)i(Section)h(3.5.9)g([Quote)f(Remo)m
-(v)-5 b(al],)47 b(page)42 b(24\))h(is)150 1225 y(p)s(erformed.)150
-1450 y Fk(3.5.1)63 b(Brace)40 b(Expansion)275 1694 y
+(v)-5 b(al],)47 b(page)42 b(24\))h(is)150 2178 y(p)s(erformed.)150
+2415 y Fk(3.5.1)63 b(Brace)40 b(Expansion)275 2665 y
 Ft(Brace)21 b(expansion)g(is)g(a)g(mec)m(hanism)g(b)m(y)g(whic)m(h)f
 (arbitrary)h(strings)f(ma)m(y)i(b)s(e)e(generated.)38
-b(This)20 b(mec)m(h-)150 1803 y(anism)35 b(is)h(similar)f(to)h
+b(This)20 b(mec)m(h-)150 2774 y(anism)35 b(is)h(similar)f(to)h
 Fq(\014lename)g(expansion)f Ft(\(see)i(Section)f(3.5.8)h([Filename)g
-(Expansion],)f(page)g(22\),)150 1913 y(but)31 b(the)h(\014le)g(names)f
+(Expansion],)f(page)g(23\),)150 2884 y(but)31 b(the)h(\014le)g(names)f
 (generated)i(need)f(not)g(exist.)45 b(P)m(atterns)33
 b(to)f(b)s(e)f(brace)h(expanded)f(tak)m(e)i(the)f(form)150
-2022 y(of)26 b(an)f(optional)h Fq(pream)m(ble)p Ft(,)h(follo)m(w)m(ed)g
+2993 y(of)26 b(an)f(optional)h Fq(pream)m(ble)p Ft(,)h(follo)m(w)m(ed)g
 (b)m(y)f(either)g(a)f(series)h(of)g(comma-separated)h(strings)e(or)g(a)
-h(sequnce)150 2132 y(expression)36 b(b)s(et)m(w)m(een)g(a)h(pair)e(of)i
+h(sequnce)150 3103 y(expression)36 b(b)s(et)m(w)m(een)g(a)h(pair)e(of)i
 (braces,)g(follo)m(w)m(ed)h(b)m(y)e(an)g(optional)h Fq(p)s(ostscript)p
-Ft(.)57 b(The)36 b(pream)m(ble)g(is)150 2242 y(pre\014xed)28
+Ft(.)57 b(The)36 b(pream)m(ble)g(is)150 3213 y(pre\014xed)28
 b(to)h(eac)m(h)h(string)f(con)m(tained)h(within)e(the)h(braces,)g(and)g
 (the)g(p)s(ostscript)f(is)h(then)f(app)s(ended)f(to)150
-2351 y(eac)m(h)32 b(resulting)e(string,)h(expanding)e(left)j(to)f(righ)
-m(t.)275 2486 y(Brace)37 b(expansions)f(ma)m(y)h(b)s(e)f(nested.)59
+3322 y(eac)m(h)32 b(resulting)e(string,)h(expanding)e(left)j(to)f(righ)
+m(t.)275 3463 y(Brace)37 b(expansions)f(ma)m(y)h(b)s(e)f(nested.)59
 b(The)36 b(results)g(of)h(eac)m(h)g(expanded)f(string)g(are)h(not)g
-(sorted;)150 2595 y(left)31 b(to)g(righ)m(t)g(order)f(is)g(preserv)m
-(ed.)41 b(F)-8 b(or)31 b(example,)390 2730 y Fs(bash$)46
-b(echo)h(a{d,c,b}e)390 2839 y(ade)g(ace)g(abe)275 2974
+(sorted;)150 3572 y(left)31 b(to)g(righ)m(t)g(order)f(is)g(preserv)m
+(ed.)41 b(F)-8 b(or)31 b(example,)390 3713 y Fs(bash$)46
+b(echo)h(a{d,c,b}e)390 3822 y(ade)g(ace)g(abe)275 3963
 y Ft(A)24 b(sequence)h(expression)g(tak)m(es)h(the)f(form)f
 Fs({)p Fj(x)p Fs(..)p Fj(y)11 b Fs(})p Ft(,)23 b(where)i
 Fq(x)30 b Ft(and)24 b Fq(y)33 b Ft(are)25 b(either)g(in)m(tegers)h(or)e
-(single)150 3083 y(c)m(haracters.)43 b(When)30 b(in)m(tegers)i(are)f
+(single)150 4073 y(c)m(haracters.)43 b(When)30 b(in)m(tegers)i(are)f
 (supplied,)e(the)i(expression)f(expands)g(to)h(eac)m(h)h(n)m(um)m(b)s
-(er)d(b)s(et)m(w)m(een)i Fq(x)150 3193 y Ft(and)i Fq(y)p
+(er)d(b)s(et)m(w)m(een)i Fq(x)150 4182 y Ft(and)i Fq(y)p
 Ft(,)i(inclusiv)m(e.)53 b(When)34 b(c)m(haracters)h(are)f(supplied,)g
 (the)h(expression)e(expands)g(to)i(eac)m(h)g(c)m(haracter)150
-3303 y(lexicographically)e(b)s(et)m(w)m(een)e Fq(x)37
+4292 y(lexicographically)e(b)s(et)m(w)m(een)e Fq(x)37
 b Ft(and)30 b Fq(y)p Ft(,)h(inclusiv)m(e.)42 b(Note)31
 b(that)g(b)s(oth)f Fq(x)37 b Ft(and)30 b Fq(y)38 b Ft(m)m(ust)30
-b(b)s(e)g(of)h(the)g(same)150 3412 y(t)m(yp)s(e.)275
-3547 y(Brace)36 b(expansion)g(is)f(p)s(erformed)f(b)s(efore)h(an)m(y)h
+b(b)s(e)g(of)h(the)g(same)150 4401 y(t)m(yp)s(e.)275
+4542 y(Brace)36 b(expansion)g(is)f(p)s(erformed)f(b)s(efore)h(an)m(y)h
 (other)g(expansions,)h(and)e(an)m(y)g(c)m(haracters)i(sp)s(ecial)150
-3656 y(to)32 b(other)g(expansions)g(are)g(preserv)m(ed)f(in)h(the)f
+4651 y(to)32 b(other)g(expansions)g(are)g(preserv)m(ed)f(in)h(the)f
 (result.)45 b(It)32 b(is)g(strictly)g(textual.)46 b(Bash)32
-b(do)s(es)f(not)h(apply)150 3766 y(an)m(y)27 b(syn)m(tactic)i(in)m
+b(do)s(es)f(not)h(apply)150 4761 y(an)m(y)27 b(syn)m(tactic)i(in)m
 (terpretation)g(to)f(the)f(con)m(text)i(of)e(the)g(expansion)g(or)g
-(the)h(text)g(b)s(et)m(w)m(een)f(the)h(braces.)150 3875
+(the)h(text)g(b)s(et)m(w)m(een)f(the)h(braces.)150 4871
 y(T)-8 b(o)37 b(a)m(v)m(oid)g(con\015icts)g(with)f(parameter)h
 (expansion,)g(the)g(string)f(`)p Fs(${)p Ft(')g(is)g(not)g(considered)g
-(eligible)i(for)150 3985 y(brace)31 b(expansion.)275
-4120 y(A)e(correctly-formed)i(brace)f(expansion)f(m)m(ust)h(con)m(tain)
+(eligible)i(for)150 4980 y(brace)31 b(expansion.)275
+5121 y(A)e(correctly-formed)i(brace)f(expansion)f(m)m(ust)h(con)m(tain)
 h(unquoted)e(op)s(ening)g(and)g(closing)i(braces,)150
-4229 y(and)h(at)i(least)g(one)f(unquoted)g(comma)g(or)g(a)h(v)-5
+5230 y(and)h(at)i(least)g(one)f(unquoted)g(comma)g(or)g(a)h(v)-5
 b(alid)33 b(sequence)g(expression.)48 b(An)m(y)33 b(incorrectly)h
-(formed)150 4339 y(brace)d(expansion)f(is)g(left)h(unc)m(hanged.)275
-4473 y(A)25 b Fs({)g Ft(or)g(`)p Fs(,)p Ft(')g(ma)m(y)h(b)s(e)f(quoted)
-g(with)g(a)h(bac)m(kslash)f(to)h(prev)m(en)m(t)g(its)g(b)s(eing)f
-(considered)g(part)g(of)g(a)h(brace)150 4583 y(expression.)51
-b(T)-8 b(o)34 b(a)m(v)m(oid)i(con\015icts)e(with)g(parameter)g
-(expansion,)h(the)f(string)g(`)p Fs(${)p Ft(')g(is)g(not)g(considered)
-150 4692 y(eligible)e(for)e(brace)h(expansion.)275 4827
-y(This)f(construct)h(is)g(t)m(ypically)i(used)d(as)h(shorthand)f(when)g
-(the)h(common)g(pre\014x)f(of)h(the)g(strings)g(to)150
-4936 y(b)s(e)f(generated)h(is)g(longer)g(than)f(in)g(the)g(ab)s(o)m(v)m
-(e)i(example:)390 5071 y Fs(mkdir)46 b(/usr/local/src/bash/{old,n)o
-(ew,)o(dist)o(,bug)o(s})275 5205 y Ft(or)390 5340 y Fs(chown)g(root)h
-(/usr/{ucb/{ex,edit},lib/)o({ex?)o(.?*,)o(how)o(_ex})o(})p
+(formed)150 5340 y(brace)d(expansion)f(is)g(left)h(unc)m(hanged.)p
 eop end
 %%Page: 18 24
 TeXDict begin 18 23 bop 150 -116 a Ft(18)2572 b(Bash)31
-b(Reference)g(Man)m(ual)150 299 y Fk(3.5.2)63 b(Tilde)41
-b(Expansion)275 541 y Ft(If)i(a)i(w)m(ord)e(b)s(egins)h(with)f(an)h
-(unquoted)f(tilde)i(c)m(haracter)h(\(`)p Fs(~)p Ft('\),)i(all)d(of)g
-(the)f(c)m(haracters)h(up)e(to)150 651 y(the)35 b(\014rst)f(unquoted)f
-(slash)i(\(or)g(all)g(c)m(haracters,)i(if)e(there)g(is)f(no)h(unquoted)
-e(slash\))i(are)g(considered)g(a)150 760 y Fq(tilde-pre\014x)p
-Ft(.)55 b(If)35 b(none)g(of)g(the)g(c)m(haracters)i(in)d(the)i
-(tilde-pre\014x)f(are)g(quoted,)i(the)e(c)m(haracters)i(in)e(the)150
-870 y(tilde-pre\014x)27 b(follo)m(wing)h(the)f(tilde)h(are)f(treated)h
-(as)f(a)g(p)s(ossible)f Fq(login)i(name)p Ft(.)39 b(If)27
-b(this)f(login)i(name)f(is)g(the)150 979 y(n)m(ull)k(string,)h(the)f
+b(Reference)g(Man)m(ual)275 299 y(A)25 b Fs({)g Ft(or)g(`)p
+Fs(,)p Ft(')g(ma)m(y)h(b)s(e)f(quoted)g(with)g(a)h(bac)m(kslash)f(to)h
+(prev)m(en)m(t)g(its)g(b)s(eing)f(considered)g(part)g(of)g(a)h(brace)
+150 408 y(expression.)51 b(T)-8 b(o)34 b(a)m(v)m(oid)i(con\015icts)e
+(with)g(parameter)g(expansion,)h(the)f(string)g(`)p Fs(${)p
+Ft(')g(is)g(not)g(considered)150 518 y(eligible)e(for)e(brace)h
+(expansion.)275 652 y(This)f(construct)h(is)g(t)m(ypically)i(used)d(as)
+h(shorthand)f(when)g(the)h(common)g(pre\014x)f(of)h(the)g(strings)g(to)
+150 762 y(b)s(e)f(generated)h(is)g(longer)g(than)f(in)g(the)g(ab)s(o)m
+(v)m(e)i(example:)390 896 y Fs(mkdir)46 b(/usr/local/src/bash/{old,n)o
+(ew,)o(dist)o(,bug)o(s})275 1030 y Ft(or)390 1164 y Fs(chown)g(root)h
+(/usr/{ucb/{ex,edit},lib/)o({ex?)o(.?*,)o(how)o(_ex})o(})150
+1387 y Fk(3.5.2)63 b(Tilde)41 b(Expansion)275 1630 y
+Ft(If)i(a)i(w)m(ord)e(b)s(egins)h(with)f(an)h(unquoted)f(tilde)i(c)m
+(haracter)h(\(`)p Fs(~)p Ft('\),)i(all)d(of)g(the)f(c)m(haracters)h(up)
+e(to)150 1740 y(the)35 b(\014rst)f(unquoted)f(slash)i(\(or)g(all)g(c)m
+(haracters,)i(if)e(there)g(is)f(no)h(unquoted)e(slash\))i(are)g
+(considered)g(a)150 1850 y Fq(tilde-pre\014x)p Ft(.)55
+b(If)35 b(none)g(of)g(the)g(c)m(haracters)i(in)d(the)i(tilde-pre\014x)f
+(are)g(quoted,)i(the)e(c)m(haracters)i(in)e(the)150 1959
+y(tilde-pre\014x)27 b(follo)m(wing)h(the)f(tilde)h(are)f(treated)h(as)f
+(a)g(p)s(ossible)f Fq(login)i(name)p Ft(.)39 b(If)27
+b(this)f(login)i(name)f(is)g(the)150 2069 y(n)m(ull)k(string,)h(the)f
 (tilde)h(is)g(replaced)g(with)f(the)g(v)-5 b(alue)32
 b(of)f(the)h Fs(HOME)e Ft(shell)h(v)-5 b(ariable.)45
-b(If)31 b Fs(HOME)f Ft(is)h(unset,)150 1089 y(the)37
+b(If)31 b Fs(HOME)f Ft(is)h(unset,)150 2178 y(the)37
 b(home)f(directory)h(of)g(the)f(user)g(executing)i(the)f(shell)f(is)h
 (substituted)f(instead.)59 b(Otherwise,)38 b(the)150
-1198 y(tilde-pre\014x)30 b(is)h(replaced)g(with)f(the)g(home)h
+2288 y(tilde-pre\014x)30 b(is)h(replaced)g(with)f(the)g(home)h
 (directory)g(asso)s(ciated)g(with)f(the)h(sp)s(eci\014ed)f(login)h
-(name.)275 1331 y(If)h(the)h(tilde-pre\014x)f(is)h(`)p
+(name.)275 2422 y(If)h(the)h(tilde-pre\014x)f(is)h(`)p
 Fs(~+)p Ft(',)g(the)g(v)-5 b(alue)33 b(of)g(the)g(shell)g(v)-5
 b(ariable)34 b Fs(PWD)d Ft(replaces)j(the)f(tilde-pre\014x.)47
-b(If)150 1441 y(the)31 b(tilde-pre\014x)f(is)g(`)p Fs(~-)p
+b(If)150 2532 y(the)31 b(tilde-pre\014x)f(is)g(`)p Fs(~-)p
 Ft(',)h(the)f(v)-5 b(alue)31 b(of)g(the)f(shell)h(v)-5
 b(ariable)31 b Fs(OLDPWD)p Ft(,)e(if)h(it)h(is)g(set,)g(is)f
-(substituted.)275 1573 y(If)f(the)h(c)m(haracters)h(follo)m(wing)h(the)
+(substituted.)275 2666 y(If)f(the)h(c)m(haracters)h(follo)m(wing)h(the)
 e(tilde)g(in)g(the)g(tilde-pre\014x)g(consist)g(of)g(a)h(n)m(um)m(b)s
-(er)d Fq(N)p Ft(,)j(optionally)150 1683 y(pre\014xed)22
+(er)d Fq(N)p Ft(,)j(optionally)150 2775 y(pre\014xed)22
 b(b)m(y)h(a)h(`)p Fs(+)p Ft(')f(or)h(a)f(`)p Fs(-)p Ft(',)j(the)d
 (tilde-pre\014x)g(is)h(replaced)f(with)g(the)h(corresp)s(onding)e
-(elemen)m(t)j(from)e(the)150 1792 y(directory)36 b(stac)m(k,)i(as)e(it)
+(elemen)m(t)j(from)e(the)150 2885 y(directory)36 b(stac)m(k,)i(as)e(it)
 g(w)m(ould)f(b)s(e)g(displa)m(y)m(ed)h(b)m(y)g(the)f
 Fs(dirs)g Ft(builtin)g(in)m(v)m(ok)m(ed)i(with)e(the)g(c)m(haracters)
-150 1902 y(follo)m(wing)40 b(tilde)f(in)g(the)f(tilde-pre\014x)h(as)g
+150 2994 y(follo)m(wing)40 b(tilde)f(in)g(the)f(tilde-pre\014x)h(as)g
 (an)f(argumen)m(t)h(\(see)h(Section)f(6.8)h([The)e(Directory)i(Stac)m
-(k],)150 2011 y(page)c(73\).)57 b(If)35 b(the)g(tilde-pre\014x,)i(sans)
+(k],)150 3104 y(page)c(73\).)57 b(If)35 b(the)g(tilde-pre\014x,)i(sans)
 e(the)h(tilde,)h(consists)f(of)g(a)f(n)m(um)m(b)s(er)f(without)i(a)f
-(leading)h(`)p Fs(+)p Ft(')g(or)150 2121 y(`)p Fs(-)p
-Ft(',)31 b(`)p Fs(+)p Ft(')f(is)h(assumed.)275 2253 y(If)e(the)i(login)
+(leading)h(`)p Fs(+)p Ft(')g(or)150 3214 y(`)p Fs(-)p
+Ft(',)31 b(`)p Fs(+)p Ft(')f(is)h(assumed.)275 3348 y(If)e(the)i(login)
 g(name)g(is)f(in)m(v)-5 b(alid,)31 b(or)g(the)f(tilde)h(expansion)f
 (fails,)i(the)e(w)m(ord)g(is)h(left)g(unc)m(hanged.)275
-2386 y(Eac)m(h)e(v)-5 b(ariable)31 b(assignmen)m(t)f(is)f(c)m(hec)m(k)m
-(ed)i(for)e(unquoted)g(tilde-pre\014xes)g(immediately)i(follo)m(wing)g
-(a)150 2495 y(`)p Fs(:)p Ft(')g(or)f(`)p Fs(=)p Ft('.)42
-b(In)30 b(these)h(cases,)h(tilde)f(expansion)g(is)f(also)i(p)s
-(erformed.)40 b(Consequen)m(tly)-8 b(,)31 b(one)g(ma)m(y)h(use)e
-(\014le)150 2605 y(names)f(with)f(tildes)h(in)f(assignmen)m(ts)i(to)f
-Fs(PATH)p Ft(,)f Fs(MAILPATH)p Ft(,)f(and)h Fs(CDPATH)p
-Ft(,)f(and)h(the)h(shell)g(assigns)g(the)150 2715 y(expanded)h(v)-5
-b(alue.)275 2847 y(The)29 b(follo)m(wing)j(table)g(sho)m(ws)e(ho)m(w)g
-(Bash)h(treats)g(unquoted)e(tilde-pre\014xes:)150 3002
-y Fs(~)432 b Ft(The)30 b(v)-5 b(alue)31 b(of)f Fs($HOME)150
-3158 y(~/foo)240 b Ft(`)p Fs($HOME/foo)p Ft(')150 3313
-y Fs(~fred/foo)630 3423 y Ft(The)30 b(sub)s(directory)f
-Fs(foo)h Ft(of)g(the)h(home)f(directory)h(of)g(the)f(user)g
-Fs(fred)150 3578 y(~+/foo)192 b Ft(`)p Fs($PWD/foo)p
-Ft(')150 3733 y Fs(~-/foo)g Ft(`)p Fs(${OLDPWD-'~-'}/foo)p
-Ft(')150 3889 y Fs(~)p Fj(N)384 b Ft(The)30 b(string)g(that)h(w)m(ould)
-f(b)s(e)g(displa)m(y)m(ed)h(b)m(y)f(`)p Fs(dirs)g(+)p
-Fj(N)11 b Ft(')150 4044 y Fs(~+)p Fj(N)336 b Ft(The)30
-b(string)g(that)h(w)m(ould)f(b)s(e)g(displa)m(y)m(ed)h(b)m(y)f(`)p
-Fs(dirs)g(+)p Fj(N)11 b Ft(')150 4199 y Fs(~-)p Fj(N)336
+3482 y(Eac)m(h)38 b(v)-5 b(ariable)38 b(assignmen)m(t)h(is)e(c)m(hec)m
+(k)m(ed)j(for)d(unquoted)g(tilde-pre\014xes)h(immediately)g(follo)m
+(wing)150 3591 y(a)d(`)p Fs(:)p Ft(')g(or)g(the)g(\014rst)f(`)p
+Fs(=)p Ft('.)54 b(In)34 b(these)h(cases,)i(tilde)e(expansion)g(is)g
+(also)h(p)s(erformed.)52 b(Consequen)m(tly)-8 b(,)37
+b(one)150 3701 y(ma)m(y)27 b(use)e(\014le)h(names)g(with)g(tildes)g(in)
+g(assignmen)m(ts)h(to)g Fs(PATH)p Ft(,)f Fs(MAILPATH)p
+Ft(,)e(and)i Fs(CDPATH)p Ft(,)f(and)h(the)g(shell)150
+3810 y(assigns)31 b(the)f(expanded)g(v)-5 b(alue.)275
+3944 y(The)29 b(follo)m(wing)j(table)g(sho)m(ws)e(ho)m(w)g(Bash)h
+(treats)g(unquoted)e(tilde-pre\014xes:)150 4103 y Fs(~)432
+b Ft(The)30 b(v)-5 b(alue)31 b(of)f Fs($HOME)150 4262
+y(~/foo)240 b Ft(`)p Fs($HOME/foo)p Ft(')150 4420 y Fs(~fred/foo)630
+4530 y Ft(The)30 b(sub)s(directory)f Fs(foo)h Ft(of)g(the)h(home)f
+(directory)h(of)g(the)f(user)g Fs(fred)150 4688 y(~+/foo)192
+b Ft(`)p Fs($PWD/foo)p Ft(')150 4847 y Fs(~-/foo)g Ft(`)p
+Fs(${OLDPWD-'~-'}/foo)p Ft(')150 5005 y Fs(~)p Fj(N)384
 b Ft(The)30 b(string)g(that)h(w)m(ould)f(b)s(e)g(displa)m(y)m(ed)h(b)m
-(y)f(`)p Fs(dirs)g(-)p Fj(N)11 b Ft(')150 4418 y Fk(3.5.3)63
-b(Shell)41 b(P)m(arameter)f(Expansion)275 4660 y Ft(The)26
-b(`)p Fs($)p Ft(')i(c)m(haracter)h(in)m(tro)s(duces)e(parameter)h
-(expansion,)g(command)f(substitution,)h(or)g(arithmetic)150
-4769 y(expansion.)38 b(The)22 b(parameter)h(name)f(or)g(sym)m(b)s(ol)h
+(y)f(`)p Fs(dirs)g(+)p Fj(N)11 b Ft(')150 5164 y Fs(~+)p
+Fj(N)336 b Ft(The)30 b(string)g(that)h(w)m(ould)f(b)s(e)g(displa)m(y)m
+(ed)h(b)m(y)f(`)p Fs(dirs)g(+)p Fj(N)11 b Ft(')150 5322
+y Fs(~-)p Fj(N)336 b Ft(The)30 b(string)g(that)h(w)m(ould)f(b)s(e)g
+(displa)m(y)m(ed)h(b)m(y)f(`)p Fs(dirs)g(-)p Fj(N)11
+b Ft(')p eop end
+%%Page: 19 25
+TeXDict begin 19 24 bop 150 -116 a Ft(Chapter)30 b(3:)41
+b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(19)150 299
+y Fk(3.5.3)63 b(Shell)41 b(P)m(arameter)f(Expansion)275
+539 y Ft(The)26 b(`)p Fs($)p Ft(')i(c)m(haracter)h(in)m(tro)s(duces)e
+(parameter)h(expansion,)g(command)f(substitution,)h(or)g(arithmetic)150
+648 y(expansion.)38 b(The)22 b(parameter)h(name)f(or)g(sym)m(b)s(ol)h
 (to)g(b)s(e)e(expanded)h(ma)m(y)h(b)s(e)f(enclosed)h(in)f(braces,)i
-(whic)m(h)150 4879 y(are)31 b(optional)g(but)f(serv)m(e)h(to)h(protect)
-f(the)g(v)-5 b(ariable)31 b(to)g(b)s(e)f(expanded)g(from)g(c)m
-(haracters)i(immediately)150 4988 y(follo)m(wing)g(it)f(whic)m(h)f
+(whic)m(h)150 758 y(are)31 b(optional)g(but)f(serv)m(e)h(to)h(protect)f
+(the)g(v)-5 b(ariable)31 b(to)g(b)s(e)f(expanded)g(from)g(c)m
+(haracters)i(immediately)150 867 y(follo)m(wing)g(it)f(whic)m(h)f
 (could)g(b)s(e)g(in)m(terpreted)h(as)f(part)h(of)f(the)h(name.)275
-5121 y(When)44 b(braces)i(are)f(used,)j(the)e(matc)m(hing)g(ending)f
+998 y(When)44 b(braces)i(are)f(used,)j(the)e(matc)m(hing)g(ending)f
 (brace)g(is)g(the)g(\014rst)g(`)p Fs(})p Ft(')g(not)g(escap)s(ed)h(b)m
-(y)f(a)150 5230 y(bac)m(kslash)40 b(or)f(within)g(a)g(quoted)g(string,)
+(y)f(a)150 1107 y(bac)m(kslash)40 b(or)f(within)g(a)g(quoted)g(string,)
 j(and)c(not)i(within)e(an)h(em)m(b)s(edded)f(arithmetic)j(expansion,)
-150 5340 y(command)30 b(substitution,)g(or)h(parameter)g(expansion.)p
-eop end
-%%Page: 19 25
-TeXDict begin 19 24 bop 150 -116 a Ft(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(19)275 299
-y(The)40 b(basic)h(form)g(of)g(parameter)h(expansion)e(is)h($)p
+150 1217 y(command)30 b(substitution,)g(or)h(parameter)g(expansion.)275
+1347 y(The)40 b(basic)h(form)g(of)g(parameter)h(expansion)e(is)h($)p
 Fs({)p Fq(parameter)7 b Fs(})p Ft(.)73 b(The)40 b(v)-5
-b(alue)42 b(of)f Fq(parameter)48 b Ft(is)150 408 y(substituted.)43
+b(alue)42 b(of)f Fq(parameter)48 b Ft(is)150 1456 y(substituted.)43
 b(The)31 b(braces)g(are)h(required)e(when)h Fq(parameter)38
 b Ft(is)31 b(a)h(p)s(ositional)g(parameter)g(with)f(more)150
-518 y(than)h(one)g(digit,)i(or)e(when)g Fq(parameter)39
+1566 y(than)h(one)g(digit,)i(or)e(when)g Fq(parameter)39
 b Ft(is)32 b(follo)m(w)m(ed)i(b)m(y)e(a)h(c)m(haracter)h(that)e(is)h
-(not)f(to)h(b)s(e)f(in)m(terpreted)150 628 y(as)f(part)f(of)g(its)h
-(name.)275 772 y(If)26 b(the)i(\014rst)f(c)m(haracter)i(of)e
+(not)f(to)h(b)s(e)f(in)m(terpreted)150 1676 y(as)f(part)f(of)g(its)h
+(name.)275 1806 y(If)26 b(the)i(\014rst)f(c)m(haracter)i(of)e
 Fq(parameter)35 b Ft(is)27 b(an)g(exclamation)j(p)s(oin)m(t,)e(a)g(lev)
-m(el)h(of)e(v)-5 b(ariable)29 b(indirection)150 882 y(is)38
-b(in)m(tro)s(duced.)62 b(Bash)38 b(uses)f(the)h(v)-5
+m(el)h(of)e(v)-5 b(ariable)29 b(indirection)150 1915
+y(is)38 b(in)m(tro)s(duced.)62 b(Bash)38 b(uses)f(the)h(v)-5
 b(alue)38 b(of)g(the)g(v)-5 b(ariable)39 b(formed)e(from)g(the)h(rest)g
-(of)g Fq(parameter)45 b Ft(as)150 991 y(the)32 b(name)h(of)f(the)h(v)-5
-b(ariable;)34 b(this)e(v)-5 b(ariable)33 b(is)g(then)f(expanded)f(and)h
-(that)h(v)-5 b(alue)32 b(is)h(used)e(in)h(the)h(rest)150
-1101 y(of)h(the)f(substitution,)i(rather)e(than)g(the)h(v)-5
+(of)g Fq(parameter)45 b Ft(as)150 2025 y(the)32 b(name)h(of)f(the)h(v)
+-5 b(ariable;)34 b(this)e(v)-5 b(ariable)33 b(is)g(then)f(expanded)f
+(and)h(that)h(v)-5 b(alue)32 b(is)h(used)e(in)h(the)h(rest)150
+2134 y(of)h(the)f(substitution,)i(rather)e(than)g(the)h(v)-5
 b(alue)34 b(of)g Fq(parameter)40 b Ft(itself.)51 b(This)33
-b(is)g(kno)m(wn)g(as)h Fs(indirect)150 1210 y(expansion)p
+b(is)g(kno)m(wn)g(as)h Fs(indirect)150 2244 y(expansion)p
 Ft(.)81 b(The)44 b(exceptions)h(to)h(this)e(are)h(the)g(expansions)f
 (of)h($)p Fs({)p Ft(!)p Fq(pre\014x*)8 b Fs(})43 b Ft(and)h($)p
 Fs({)p Ft(!)p Fq(name)5 b Ft([)p Fs(@)p Ft(])p Fs(})150
-1320 y Ft(describ)s(ed)28 b(b)s(elo)m(w.)41 b(The)28
+2354 y Ft(describ)s(ed)28 b(b)s(elo)m(w.)41 b(The)28
 b(exclamation)j(p)s(oin)m(t)f(m)m(ust)f(immediately)h(follo)m(w)g(the)g
-(left)f(brace)h(in)f(order)f(to)150 1430 y(in)m(tro)s(duce)i
-(indirection.)275 1574 y(In)39 b(eac)m(h)i(of)g(the)f(cases)h(b)s(elo)m
+(left)f(brace)h(in)f(order)f(to)150 2463 y(in)m(tro)s(duce)i
+(indirection.)275 2593 y(In)39 b(eac)m(h)i(of)g(the)f(cases)h(b)s(elo)m
 (w,)i Fq(w)m(ord)h Ft(is)c(sub)5 b(ject)40 b(to)h(tilde)f(expansion,)j
-(parameter)e(expansion,)150 1684 y(command)30 b(substitution,)g(and)g
-(arithmetic)i(expansion.)275 1828 y(When)h(not)g(p)s(erforming)f
+(parameter)e(expansion,)150 2703 y(command)30 b(substitution,)g(and)g
+(arithmetic)i(expansion.)275 2833 y(When)h(not)g(p)s(erforming)f
 (substring)g(expansion,)j(Bash)e(tests)h(for)f(a)h(parameter)g(that)g
-(is)f(unset)g(or)150 1938 y(n)m(ull;)38 b(omitting)e(the)f(colon)h
+(is)f(unset)g(or)150 2943 y(n)m(ull;)38 b(omitting)e(the)f(colon)h
 (results)f(in)g(a)h(test)g(only)f(for)g(a)g(parameter)h(that)f(is)h
-(unset.)54 b(Put)35 b(another)150 2047 y(w)m(a)m(y)-8
+(unset.)54 b(Put)35 b(another)150 3052 y(w)m(a)m(y)-8
 b(,)31 b(if)e(the)g(colon)h(is)f(included,)f(the)h(op)s(erator)h(tests)
 f(for)g(b)s(oth)f(existence)i(and)f(that)g(the)g(v)-5
-b(alue)30 b(is)f(not)150 2157 y(n)m(ull;)i(if)f(the)g(colon)i(is)e
+b(alue)30 b(is)f(not)150 3162 y(n)m(ull;)i(if)f(the)g(colon)i(is)e
 (omitted,)i(the)e(op)s(erator)h(tests)g(only)g(for)f(existence.)150
-2331 y Fs(${)p Fj(parameter)11 b Fs(:)p Fp(\000)p Fj(word)g
-Fs(})630 2441 y Ft(If)30 b Fq(parameter)37 b Ft(is)30
+3313 y Fs(${)p Fj(parameter)11 b Fs(:)p Fp(\000)p Fj(word)g
+Fs(})630 3422 y Ft(If)30 b Fq(parameter)37 b Ft(is)30
 b(unset)g(or)h(n)m(ull,)f(the)h(expansion)f(of)g Fq(w)m(ord)k
-Ft(is)c(substituted.)40 b(Otherwise,)630 2550 y(the)31
+Ft(is)c(substituted.)40 b(Otherwise,)630 3532 y(the)31
 b(v)-5 b(alue)30 b(of)h Fq(parameter)37 b Ft(is)31 b(substituted.)150
-2720 y Fs(${)p Fj(parameter)11 b Fs(:=)p Fj(word)g Fs(})630
-2829 y Ft(If)33 b Fq(parameter)40 b Ft(is)33 b(unset)f(or)h(n)m(ull,)h
+3682 y Fs(${)p Fj(parameter)11 b Fs(:=)p Fj(word)g Fs(})630
+3792 y Ft(If)33 b Fq(parameter)40 b Ft(is)33 b(unset)f(or)h(n)m(ull,)h
 (the)f(expansion)g(of)g Fq(w)m(ord)j Ft(is)d(assigned)g(to)h
-Fq(parameter)p Ft(.)630 2939 y(The)c(v)-5 b(alue)32 b(of)f
+Fq(parameter)p Ft(.)630 3902 y(The)c(v)-5 b(alue)32 b(of)f
 Fq(parameter)38 b Ft(is)31 b(then)g(substituted.)42 b(P)m(ositional)33
-b(parameters)e(and)f(sp)s(ecial)630 3049 y(parameters)h(ma)m(y)g(not)f
+b(parameters)e(and)f(sp)s(ecial)630 4011 y(parameters)h(ma)m(y)g(not)f
 (b)s(e)g(assigned)h(to)g(in)f(this)g(w)m(a)m(y)-8 b(.)150
-3218 y Fs(${)p Fj(parameter)11 b Fs(:?)p Fj(word)g Fs(})630
-3328 y Ft(If)26 b Fq(parameter)33 b Ft(is)26 b(n)m(ull)g(or)g(unset,)h
+4162 y Fs(${)p Fj(parameter)11 b Fs(:?)p Fj(word)g Fs(})630
+4271 y Ft(If)26 b Fq(parameter)33 b Ft(is)26 b(n)m(ull)g(or)g(unset,)h
 (the)f(expansion)g(of)g Fq(w)m(ord)k Ft(\(or)c(a)h(message)g(to)g(that)
-f(e\013ect)630 3437 y(if)i Fq(w)m(ord)j Ft(is)d(not)g(presen)m(t\))h
+f(e\013ect)630 4381 y(if)i Fq(w)m(ord)j Ft(is)d(not)g(presen)m(t\))h
 (is)f(written)g(to)h(the)f(standard)f(error)h(and)f(the)h(shell,)h(if)f
-(it)h(is)f(not)630 3547 y(in)m(teractiv)m(e,)33 b(exits.)42
+(it)h(is)f(not)630 4491 y(in)m(teractiv)m(e,)33 b(exits.)42
 b(Otherwise,)30 b(the)h(v)-5 b(alue)31 b(of)f Fq(parameter)38
-b Ft(is)30 b(substituted.)150 3716 y Fs(${)p Fj(parameter)11
-b Fs(:+)p Fj(word)g Fs(})630 3826 y Ft(If)35 b Fq(parameter)42
+b Ft(is)30 b(substituted.)150 4641 y Fs(${)p Fj(parameter)11
+b Fs(:+)p Fj(word)g Fs(})630 4751 y Ft(If)35 b Fq(parameter)42
 b Ft(is)36 b(n)m(ull)f(or)h(unset,)g(nothing)g(is)f(substituted,)i
-(otherwise)e(the)h(expansion)630 3935 y(of)31 b Fq(w)m(ord)i
-Ft(is)e(substituted.)150 4105 y Fs(${)p Fj(parameter)11
-b Fs(:)p Fj(offset)g Fs(})150 4214 y(${)p Fj(parameter)g
+(otherwise)e(the)h(expansion)630 4861 y(of)31 b Fq(w)m(ord)i
+Ft(is)e(substituted.)150 5011 y Fs(${)p Fj(parameter)11
+b Fs(:)p Fj(offset)g Fs(})150 5121 y(${)p Fj(parameter)g
 Fs(:)p Fj(offset)g Fs(:)p Fj(le)o(ngt)o(h)g Fs(})630
-4324 y Ft(Expands)44 b(to)i(up)e(to)i Fq(length)g Ft(c)m(haracters)h
+5230 y Ft(Expands)44 b(to)i(up)e(to)i Fq(length)g Ft(c)m(haracters)h
 (of)e Fq(parameter)53 b Ft(starting)46 b(at)g(the)f(c)m(haracter)630
-4433 y(sp)s(eci\014ed)30 b(b)m(y)h Fq(o\013set)p Ft(.)42
+5340 y(sp)s(eci\014ed)30 b(b)m(y)h Fq(o\013set)p Ft(.)42
 b(If)31 b Fq(length)g Ft(is)g(omitted,)h(expands)e(to)h(the)g
-(substring)f(of)g Fq(parameter)630 4543 y Ft(starting)38
-b(at)g(the)f(c)m(haracter)i(sp)s(eci\014ed)e(b)m(y)g
-Fq(o\013set)p Ft(.)62 b Fq(length)38 b Ft(and)f Fq(o\013set)j
-Ft(are)e(arithmetic)630 4653 y(expressions)30 b(\(see)i(Section)g(6.5)g
-([Shell)f(Arithmetic],)h(page)g(70\).)43 b(This)30 b(is)h(referred)f
-(to)i(as)630 4762 y(Substring)d(Expansion.)630 4902 y
-Fq(length)f Ft(m)m(ust)g(ev)-5 b(aluate)29 b(to)f(a)h(n)m(um)m(b)s(er)d
-(greater)j(than)e(or)h(equal)g(to)h(zero.)40 b(If)27
-b Fq(o\013set)k Ft(ev)-5 b(alu-)630 5011 y(ates)24 b(to)h(a)e(n)m(um)m
-(b)s(er)f(less)i(than)f(zero,)j(the)e(v)-5 b(alue)24
-b(is)f(used)g(as)g(an)h(o\013set)g(from)f(the)g(end)g(of)h(the)630
-5121 y(v)-5 b(alue)22 b(of)f Fq(parameter)p Ft(.)38 b(If)21
-b Fq(parameter)28 b Ft(is)21 b(`)p Fs(@)p Ft(',)i(the)f(result)f(is)g
-Fq(length)h Ft(p)s(ositional)g(parameters)630 5230 y(b)s(eginning)27
-b(at)i Fq(o\013set)p Ft(.)41 b(If)28 b Fq(parameter)35
-b Ft(is)28 b(an)g(arra)m(y)h(name)f(indexed)f(b)m(y)h(`)p
-Fs(@)p Ft(')g(or)g(`)p Fs(*)p Ft(',)h(the)g(re-)630 5340
-y(sult)21 b(is)h(the)f Fq(length)h Ft(mem)m(b)s(ers)f(of)g(the)h(arra)m
-(y)f(b)s(eginning)g(with)g Fs(${)p Fj(parameter)11 b
-Fs([)p Fj(offset)g Fs(]})p Ft(.)p eop end
+(substring)f(of)g Fq(parameter)p eop end
 %%Page: 20 26
 TeXDict begin 20 25 bop 150 -116 a Ft(20)2572 b(Bash)31
-b(Reference)g(Man)m(ual)630 299 y(Substring)h(indexing)i(is)f
-(zero-based)i(unless)e(the)h(p)s(ositional)g(parameters)g(are)g(used,)g
-(in)630 408 y(whic)m(h)c(case)i(the)e(indexing)g(starts)h(at)g(1.)150
-573 y Fs(${!)p Fj(prefix)11 b Fs(*})150 682 y(${!)p Fj(prefix)g
-Fs(@})630 792 y Ft(Expands)34 b(to)j(the)f(names)g(of)g(v)-5
-b(ariables)37 b(whose)e(names)h(b)s(egin)f(with)h Fq(pre\014x)p
-Ft(,)g(separated)630 902 y(b)m(y)30 b(the)h(\014rst)e(c)m(haracter)j
-(of)f(the)g Fs(IFS)e Ft(sp)s(ecial)i(v)-5 b(ariable.)150
-1066 y Fs(${!)p Fj(name)11 b Fs([@]})150 1176 y(${!)p
-Fj(name)g Fs([*]})630 1285 y Ft(If)26 b Fq(name)32 b
-Ft(is)27 b(an)f(arra)m(y)h(v)-5 b(ariable,)29 b(expands)d(to)h(the)g
-(list)g(of)g(arra)m(y)g(indices)g(\(k)m(eys\))h(assigned)630
-1395 y(in)c Fq(name)p Ft(.)39 b(If)24 b Fq(name)30 b
-Ft(is)24 b(not)h(an)f(arra)m(y)-8 b(,)27 b(expands)c(to)j(0)f(if)f
-Fq(name)30 b Ft(is)24 b(set)h(and)f(n)m(ull)g(otherwise.)630
-1504 y(When)39 b(`)p Fs(@)p Ft(')h(is)f(used)g(and)f(the)i(expansion)f
-(app)s(ears)g(within)f(double)h(quotes,)k(eac)m(h)d(k)m(ey)630
-1614 y(expands)30 b(to)h(a)f(separate)i(w)m(ord.)150
-1778 y Fs(${#)p Fj(parameter)11 b Fs(})630 1888 y Ft(The)40
+b(Reference)g(Man)m(ual)630 299 y(starting)38 b(at)g(the)f(c)m
+(haracter)i(sp)s(eci\014ed)e(b)m(y)g Fq(o\013set)p Ft(.)62
+b Fq(length)38 b Ft(and)f Fq(o\013set)j Ft(are)e(arithmetic)630
+408 y(expressions)30 b(\(see)i(Section)g(6.5)g([Shell)f(Arithmetic],)h
+(page)g(70\).)43 b(This)30 b(is)h(referred)f(to)i(as)630
+518 y(Substring)d(Expansion.)630 648 y Fq(length)j Ft(m)m(ust)f(ev)-5
+b(aluate)33 b(to)f(a)g(n)m(um)m(b)s(er)e(greater)i(than)f(or)g(equal)h
+(to)g(zero.)45 b(If)30 b Fq(o\013set)35 b Ft(ev)-5 b(al-)630
+757 y(uates)36 b(to)h(a)f(n)m(um)m(b)s(er)e(less)i(than)f(zero,)j(the)e
+(v)-5 b(alue)36 b(is)g(used)f(as)g(an)h(o\013set)h(from)e(the)h(end)630
+867 y(of)i(the)f(v)-5 b(alue)38 b(of)g Fq(parameter)p
+Ft(.)62 b(If)37 b Fq(parameter)45 b Ft(is)37 b(`)p Fs(@)p
+Ft(',)j(the)d(result)h(is)f Fq(length)h Ft(p)s(ositional)630
+976 y(parameters)d(b)s(eginning)e(at)i Fq(o\013set)p
+Ft(.)54 b(If)34 b Fq(parameter)41 b Ft(is)34 b(an)h(arra)m(y)f(name)h
+(indexed)f(b)m(y)g(`)p Fs(@)p Ft(')630 1086 y(or)f(`)p
+Fs(*)p Ft(',)g(the)g(result)g(is)g(the)g Fq(length)g
+Ft(mem)m(b)s(ers)f(of)h(the)g(arra)m(y)g(b)s(eginning)f(with)g
+Fs(${)p Fj(param-)630 1196 y(eter)11 b Fs([)p Fj(offset)g
+Fs(]})p Ft(.)65 b(A)40 b(negativ)m(e)j Fq(o\013set)g
+Ft(is)d(tak)m(en)h(relativ)m(e)h(to)f(one)g(greater)g(than)f(the)630
+1305 y(maxim)m(um)27 b(index)g(of)g(the)h(sp)s(eci\014ed)e(arra)m(y)-8
+b(.)41 b(Note)28 b(that)g(a)g(negativ)m(e)h(o\013set)f(m)m(ust)f(b)s(e)
+g(sep-)630 1415 y(arated)d(from)e(the)i(colon)g(b)m(y)f(at)h(least)g
+(one)g(space)f(to)h(a)m(v)m(oid)h(b)s(eing)d(confused)h(with)g(the)g(`)
+p Fs(:-)p Ft(')630 1524 y(expansion.)61 b(Substring)35
+b(indexing)i(is)g(zero-based)h(unless)e(the)i(p)s(ositional)g
+(parameters)630 1634 y(are)31 b(used,)f(in)g(whic)m(h)g(case)h(the)g
+(indexing)f(starts)h(at)g(1.)150 1783 y Fs(${!)p Fj(prefix)11
+b Fs(*})150 1893 y(${!)p Fj(prefix)g Fs(@})630 2002 y
+Ft(Expands)34 b(to)j(the)f(names)g(of)g(v)-5 b(ariables)37
+b(whose)e(names)h(b)s(egin)f(with)h Fq(pre\014x)p Ft(,)g(separated)630
+2112 y(b)m(y)30 b(the)h(\014rst)e(c)m(haracter)j(of)f(the)g
+Fs(IFS)e Ft(sp)s(ecial)i(v)-5 b(ariable.)150 2262 y Fs(${!)p
+Fj(name)11 b Fs([@]})150 2371 y(${!)p Fj(name)g Fs([*]})630
+2481 y Ft(If)26 b Fq(name)32 b Ft(is)27 b(an)f(arra)m(y)h(v)-5
+b(ariable,)29 b(expands)d(to)h(the)g(list)g(of)g(arra)m(y)g(indices)g
+(\(k)m(eys\))h(assigned)630 2590 y(in)c Fq(name)p Ft(.)39
+b(If)24 b Fq(name)30 b Ft(is)24 b(not)h(an)f(arra)m(y)-8
+b(,)27 b(expands)c(to)j(0)f(if)f Fq(name)30 b Ft(is)24
+b(set)h(and)f(n)m(ull)g(otherwise.)630 2700 y(When)39
+b(`)p Fs(@)p Ft(')h(is)f(used)g(and)f(the)i(expansion)f(app)s(ears)g
+(within)f(double)h(quotes,)k(eac)m(h)d(k)m(ey)630 2809
+y(expands)30 b(to)h(a)f(separate)i(w)m(ord.)150 2959
+y Fs(${#)p Fj(parameter)11 b Fs(})630 3068 y Ft(The)40
 b(length)g(in)g(c)m(haracters)i(of)e(the)h(expanded)e(v)-5
 b(alue)41 b(of)f Fq(parameter)47 b Ft(is)40 b(substituted.)630
-1998 y(If)i Fq(parameter)50 b Ft(is)43 b(`)p Fs(*)p Ft(')g(or)g(`)p
+3178 y(If)i Fq(parameter)50 b Ft(is)43 b(`)p Fs(*)p Ft(')g(or)g(`)p
 Fs(@)p Ft(',)k(the)c(v)-5 b(alue)43 b(substituted)f(is)h(the)g(n)m(um)m
-(b)s(er)f(of)h(p)s(ositional)630 2107 y(parameters.)i(If)32
+(b)s(er)f(of)h(p)s(ositional)630 3288 y(parameters.)i(If)32
 b Fq(parameter)38 b Ft(is)32 b(an)g(arra)m(y)g(name)g(subscripted)f(b)m
 (y)g(`)p Fs(*)p Ft(')h(or)g(`)p Fs(@)p Ft(',)g(the)g(v)-5
-b(alue)630 2217 y(substituted)30 b(is)g(the)h(n)m(um)m(b)s(er)e(of)h
-(elemen)m(ts)i(in)e(the)h(arra)m(y)-8 b(.)150 2381 y
-Fs(${)p Fj(parameter)11 b Fs(#)p Fj(word)g Fs(})150 2491
-y(${)p Fj(parameter)g Fs(##)p Fj(word)g Fs(})630 2600
+b(alue)630 3397 y(substituted)30 b(is)g(the)h(n)m(um)m(b)s(er)e(of)h
+(elemen)m(ts)i(in)e(the)h(arra)m(y)-8 b(.)150 3547 y
+Fs(${)p Fj(parameter)11 b Fs(#)p Fj(word)g Fs(})150 3656
+y(${)p Fj(parameter)g Fs(##)p Fj(word)g Fs(})630 3766
 y Ft(The)31 b Fq(w)m(ord)k Ft(is)d(expanded)f(to)i(pro)s(duce)e(a)h
 (pattern)g(just)f(as)i(in)e(\014lename)h(expansion)g(\(see)630
-2710 y(Section)k(3.5.8)h([Filename)g(Expansion],)g(page)f(22\).)56
+3875 y(Section)k(3.5.8)h([Filename)g(Expansion],)g(page)f(23\).)56
 b(If)35 b(the)h(pattern)f(matc)m(hes)i(the)e(b)s(e-)630
-2819 y(ginning)28 b(of)g(the)h(expanded)e(v)-5 b(alue)29
+3985 y(ginning)28 b(of)g(the)h(expanded)e(v)-5 b(alue)29
 b(of)f Fq(parameter)p Ft(,)h(then)f(the)g(result)g(of)h(the)f
-(expansion)g(is)630 2929 y(the)36 b(expanded)f(v)-5 b(alue)36
+(expansion)g(is)630 4095 y(the)36 b(expanded)f(v)-5 b(alue)36
 b(of)g Fq(parameter)43 b Ft(with)35 b(the)h(shortest)g(matc)m(hing)h
-(pattern)f(\(the)g(`)p Fs(#)p Ft(')630 3039 y(case\))26
+(pattern)f(\(the)g(`)p Fs(#)p Ft(')630 4204 y(case\))26
 b(or)f(the)g(longest)g(matc)m(hing)h(pattern)f(\(the)g(`)p
 Fs(##)p Ft(')g(case\))h(deleted.)39 b(If)24 b Fq(parameter)32
-b Ft(is)25 b(`)p Fs(@)p Ft(')630 3148 y(or)j(`)p Fs(*)p
+b Ft(is)25 b(`)p Fs(@)p Ft(')630 4314 y(or)j(`)p Fs(*)p
 Ft(',)i(the)e(pattern)h(remo)m(v)-5 b(al)29 b(op)s(eration)g(is)f
 (applied)h(to)g(eac)m(h)g(p)s(ositional)g(parameter)g(in)630
-3258 y(turn,)i(and)g(the)h(expansion)g(is)g(the)g(resultan)m(t)g(list.)
+4423 y(turn,)i(and)g(the)h(expansion)g(is)g(the)g(resultan)m(t)g(list.)
 45 b(If)32 b Fq(parameter)38 b Ft(is)32 b(an)g(arra)m(y)g(v)-5
-b(ariable)630 3367 y(subscripted)39 b(with)g(`)p Fs(@)p
+b(ariable)630 4533 y(subscripted)39 b(with)g(`)p Fs(@)p
 Ft(')h(or)g(`)p Fs(*)p Ft(',)j(the)d(pattern)h(remo)m(v)-5
 b(al)41 b(op)s(eration)f(is)g(applied)g(to)h(eac)m(h)630
-3477 y(mem)m(b)s(er)30 b(of)g(the)h(arra)m(y)g(in)f(turn,)f(and)h(the)h
-(expansion)f(is)g(the)h(resultan)m(t)g(list.)150 3641
+4643 y(mem)m(b)s(er)30 b(of)g(the)h(arra)m(y)g(in)f(turn,)f(and)h(the)h
+(expansion)f(is)g(the)h(resultan)m(t)g(list.)150 4792
 y Fs(${)p Fj(parameter)11 b Fs(\045)p Fj(word)g Fs(})150
-3751 y(${)p Fj(parameter)g Fs(\045\045)p Fj(word)g Fs(})630
-3861 y Ft(The)35 b Fq(w)m(ord)k Ft(is)c(expanded)g(to)h(pro)s(duce)e(a)
+4902 y(${)p Fj(parameter)g Fs(\045\045)p Fj(word)g Fs(})630
+5011 y Ft(The)35 b Fq(w)m(ord)k Ft(is)c(expanded)g(to)h(pro)s(duce)e(a)
 i(pattern)f(just)g(as)h(in)f(\014lename)h(expansion.)55
-b(If)630 3970 y(the)43 b(pattern)g(matc)m(hes)h(a)g(trailing)g(p)s
+b(If)630 5121 y(the)43 b(pattern)g(matc)m(hes)h(a)g(trailing)g(p)s
 (ortion)e(of)h(the)g(expanded)g(v)-5 b(alue)43 b(of)g
-Fq(parameter)p Ft(,)630 4080 y(then)c(the)g(result)g(of)h(the)f
+Fq(parameter)p Ft(,)630 5230 y(then)c(the)g(result)g(of)h(the)f
 (expansion)g(is)h(the)f(v)-5 b(alue)40 b(of)f Fq(parameter)46
-b Ft(with)39 b(the)h(shortest)630 4189 y(matc)m(hing)31
+b Ft(with)39 b(the)h(shortest)630 5340 y(matc)m(hing)31
 b(pattern)e(\(the)h(`)p Fs(\045)p Ft(')g(case\))h(or)e(the)h(longest)h
-(matc)m(hing)f(pattern)g(\(the)g(`)p Fs(\045\045)p Ft(')g(case\))630
-4299 y(deleted.)49 b(If)32 b Fq(parameter)40 b Ft(is)33
-b(`)p Fs(@)p Ft(')g(or)g(`)p Fs(*)p Ft(',)h(the)f(pattern)g(remo)m(v)-5
-b(al)34 b(op)s(eration)g(is)f(applied)f(to)630 4408 y(eac)m(h)38
-b(p)s(ositional)g(parameter)g(in)f(turn,)h(and)e(the)h(expansion)g(is)h
-(the)f(resultan)m(t)h(list.)61 b(If)630 4518 y Fq(parameter)38
-b Ft(is)32 b(an)f(arra)m(y)h(v)-5 b(ariable)32 b(subscripted)e(with)h
-(`)p Fs(@)p Ft(')g(or)h(`)p Fs(*)p Ft(',)g(the)f(pattern)h(remo)m(v)-5
-b(al)630 4628 y(op)s(eration)30 b(is)g(applied)f(to)i(eac)m(h)g(mem)m
-(b)s(er)e(of)h(the)g(arra)m(y)g(in)f(turn,)g(and)g(the)h(expansion)g
-(is)630 4737 y(the)h(resultan)m(t)g(list.)150 4902 y
-Fs(${)p Fj(parameter)11 b Fs(/)p Fj(pattern)g Fs(/)p
-Fj(s)o(tri)o(ng)f Fs(})150 5011 y(${)p Fj(parameter)h
-Fs(//)p Fj(pattern)g Fs(/)o Fj(str)o(ing)f Fs(})630 5121
-y Ft(The)37 b Fq(pattern)g Ft(is)g(expanded)g(to)h(pro)s(duce)e(a)h
-(pattern)g(just)g(as)h(in)e(\014lename)i(expansion.)630
-5230 y Fq(P)m(arameter)46 b Ft(is)38 b(expanded)f(and)g(the)i(longest)g
-(matc)m(h)g(of)f Fq(pattern)g Ft(against)h(its)f(v)-5
-b(alue)39 b(is)630 5340 y(replaced)e(with)f Fq(string)p
-Ft(.)58 b(In)35 b(the)i(\014rst)e(form,)j(only)e(the)h(\014rst)e(matc)m
-(h)i(is)g(replaced.)58 b(The)p eop end
+(matc)m(hing)f(pattern)g(\(the)g(`)p Fs(\045\045)p Ft(')g(case\))p
+eop end
 %%Page: 21 27
 TeXDict begin 21 26 bop 150 -116 a Ft(Chapter)30 b(3:)41
 b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(21)630 299
-y(second)26 b(form)g(causes)h(all)g(matc)m(hes)g(of)g
-Fq(pattern)f Ft(to)h(b)s(e)f(replaced)h(with)f Fq(string)p
-Ft(.)39 b(If)26 b Fq(pattern)630 408 y Ft(b)s(egins)35
+y(deleted.)49 b(If)32 b Fq(parameter)40 b Ft(is)33 b(`)p
+Fs(@)p Ft(')g(or)g(`)p Fs(*)p Ft(',)h(the)f(pattern)g(remo)m(v)-5
+b(al)34 b(op)s(eration)g(is)f(applied)f(to)630 408 y(eac)m(h)38
+b(p)s(ositional)g(parameter)g(in)f(turn,)h(and)e(the)h(expansion)g(is)h
+(the)f(resultan)m(t)h(list.)61 b(If)630 518 y Fq(parameter)38
+b Ft(is)32 b(an)f(arra)m(y)h(v)-5 b(ariable)32 b(subscripted)e(with)h
+(`)p Fs(@)p Ft(')g(or)h(`)p Fs(*)p Ft(',)g(the)f(pattern)h(remo)m(v)-5
+b(al)630 628 y(op)s(eration)30 b(is)g(applied)f(to)i(eac)m(h)g(mem)m(b)
+s(er)e(of)h(the)g(arra)m(y)g(in)f(turn,)g(and)g(the)h(expansion)g(is)
+630 737 y(the)h(resultan)m(t)g(list.)150 900 y Fs(${)p
+Fj(parameter)11 b Fs(/)p Fj(pattern)g Fs(/)p Fj(s)o(tri)o(ng)f
+Fs(})150 1009 y(${)p Fj(parameter)h Fs(//)p Fj(pattern)g
+Fs(/)o Fj(str)o(ing)f Fs(})630 1119 y Ft(The)37 b Fq(pattern)g
+Ft(is)g(expanded)g(to)h(pro)s(duce)e(a)h(pattern)g(just)g(as)h(in)e
+(\014lename)i(expansion.)630 1229 y Fq(P)m(arameter)46
+b Ft(is)38 b(expanded)f(and)g(the)i(longest)g(matc)m(h)g(of)f
+Fq(pattern)g Ft(against)h(its)f(v)-5 b(alue)39 b(is)630
+1338 y(replaced)e(with)f Fq(string)p Ft(.)58 b(In)35
+b(the)i(\014rst)e(form,)j(only)e(the)h(\014rst)e(matc)m(h)i(is)g
+(replaced.)58 b(The)630 1448 y(second)26 b(form)g(causes)h(all)g(matc)m
+(hes)g(of)g Fq(pattern)f Ft(to)h(b)s(e)f(replaced)h(with)f
+Fq(string)p Ft(.)39 b(If)26 b Fq(pattern)630 1557 y Ft(b)s(egins)35
 b(with)g(`)p Fs(#)p Ft(',)i(it)f(m)m(ust)f(matc)m(h)h(at)g(the)g(b)s
 (eginning)f(of)g(the)h(expanded)e(v)-5 b(alue)36 b(of)g
-Fq(pa-)630 518 y(rameter)p Ft(.)45 b(If)32 b Fq(pattern)g
+Fq(pa-)630 1667 y(rameter)p Ft(.)45 b(If)32 b Fq(pattern)g
 Ft(b)s(egins)f(with)g(`)p Fs(\045)p Ft(',)i(it)f(m)m(ust)g(matc)m(h)g
-(at)h(the)f(end)f(of)h(the)g(expanded)630 628 y(v)-5
+(at)h(the)f(end)f(of)h(the)g(expanded)630 1777 y(v)-5
 b(alue)33 b(of)g Fq(parameter)p Ft(.)47 b(If)32 b Fq(string)40
 b Ft(is)33 b(n)m(ull,)g(matc)m(hes)g(of)g Fq(pattern)g
-Ft(are)g(deleted)g(and)f(the)g Fs(/)630 737 y Ft(follo)m(wing)37
+Ft(are)g(deleted)g(and)f(the)g Fs(/)630 1886 y Ft(follo)m(wing)37
 b Fq(pattern)e Ft(ma)m(y)h(b)s(e)e(omitted.)56 b(If)35
 b Fq(parameter)42 b Ft(is)36 b(`)p Fs(@)p Ft(')f(or)g(`)p
-Fs(*)p Ft(',)i(the)e(substitution)630 847 y(op)s(eration)30
+Fs(*)p Ft(',)i(the)e(substitution)630 1996 y(op)s(eration)30
 b(is)f(applied)g(to)h(eac)m(h)g(p)s(ositional)g(parameter)g(in)e(turn,)
-h(and)g(the)g(expansion)g(is)630 956 y(the)i(resultan)m(t)h(list.)45
+h(and)g(the)g(expansion)g(is)630 2105 y(the)i(resultan)m(t)h(list.)45
 b(If)30 b Fq(parameter)39 b Ft(is)31 b(an)g(arra)m(y)h(v)-5
 b(ariable)32 b(subscripted)e(with)h(`)p Fs(@)p Ft(')g(or)h(`)p
-Fs(*)p Ft(',)630 1066 y(the)e(substitution)g(op)s(eration)h(is)f
+Fs(*)p Ft(',)630 2215 y(the)e(substitution)g(op)s(eration)h(is)f
 (applied)g(to)h(eac)m(h)h(mem)m(b)s(er)e(of)g(the)g(arra)m(y)h(in)f
-(turn,)g(and)630 1176 y(the)h(expansion)f(is)g(the)h(resultan)m(t)g
-(list.)150 1443 y Fk(3.5.4)63 b(Command)41 b(Substitution)275
-1709 y Ft(Command)29 b(substitution)i(allo)m(ws)h(the)f(output)g(of)g
+(turn,)g(and)630 2324 y(the)h(expansion)f(is)g(the)h(resultan)m(t)g
+(list.)150 2555 y Fk(3.5.4)63 b(Command)41 b(Substitution)275
+2802 y Ft(Command)29 b(substitution)i(allo)m(ws)h(the)f(output)g(of)g
 (a)g(command)g(to)g(replace)h(the)f(command)g(itself.)150
-1819 y(Command)e(substitution)h(o)s(ccurs)h(when)e(a)i(command)f(is)g
-(enclosed)h(as)g(follo)m(ws:)390 1975 y Fs($\()p Fj(command)11
-b Fs(\))150 2131 y Ft(or)390 2288 y Fs(`)p Fj(command)g
-Fs(`)150 2444 y Ft(Bash)45 b(p)s(erforms)f(the)h(expansion)f(b)m(y)h
+2912 y(Command)e(substitution)h(o)s(ccurs)h(when)e(a)i(command)f(is)g
+(enclosed)h(as)g(follo)m(ws:)390 3050 y Fs($\()p Fj(command)11
+b Fs(\))150 3187 y Ft(or)390 3325 y Fs(`)p Fj(command)g
+Fs(`)150 3463 y Ft(Bash)45 b(p)s(erforms)f(the)h(expansion)f(b)m(y)h
 (executing)i Fq(command)h Ft(and)c(replacing)i(the)f(command)g(sub-)150
-2554 y(stitution)c(with)f(the)g(standard)g(output)g(of)g(the)g
+3572 y(stitution)c(with)f(the)g(standard)g(output)g(of)g(the)g
 (command,)j(with)d(an)m(y)h(trailing)g(newlines)f(deleted.)150
-2663 y(Em)m(b)s(edded)30 b(newlines)h(are)h(not)f(deleted,)i(but)e
+3682 y(Em)m(b)s(edded)30 b(newlines)h(are)h(not)f(deleted,)i(but)e
 (they)g(ma)m(y)h(b)s(e)f(remo)m(v)m(ed)i(during)d(w)m(ord)h(splitting.)
-44 b(The)150 2773 y(command)21 b(substitution)g Fs($\(cat)29
+44 b(The)150 3791 y(command)21 b(substitution)g Fs($\(cat)29
 b Fj(file)11 b Fs(\))20 b Ft(can)i(b)s(e)f(replaced)g(b)m(y)h(the)g
 (equiv)-5 b(alen)m(t)22 b(but)f(faster)h Fs($\(<)30 b
-Fj(file)11 b Fs(\))p Ft(.)275 2929 y(When)33 b(the)i(old-st)m(yle)h
+Fj(file)11 b Fs(\))p Ft(.)275 3929 y(When)33 b(the)i(old-st)m(yle)h
 (bac)m(kquote)f(form)f(of)g(substitution)g(is)g(used,)h(bac)m(kslash)f
-(retains)h(its)f(literal)150 3039 y(meaning)k(except)h(when)e(follo)m
+(retains)h(its)f(literal)150 4039 y(meaning)k(except)h(when)e(follo)m
 (w)m(ed)j(b)m(y)e(`)p Fs($)p Ft(',)j(`)p Fs(`)p Ft(',)f(or)e(`)p
 Fs(\\)p Ft('.)64 b(The)38 b(\014rst)f(bac)m(kquote)j(not)e(preceded)g
-(b)m(y)g(a)150 3148 y(bac)m(kslash)j(terminates)g(the)f(command)g
+(b)m(y)g(a)150 4148 y(bac)m(kslash)j(terminates)g(the)f(command)g
 (substitution.)69 b(When)40 b(using)g(the)g Fs($\()p
-Fj(command)11 b Fs(\))37 b Ft(form,)42 b(all)150 3258
+Fj(command)11 b Fs(\))37 b Ft(form,)42 b(all)150 4258
 y(c)m(haracters)32 b(b)s(et)m(w)m(een)f(the)f(paren)m(theses)h(mak)m(e)
 g(up)f(the)g(command;)h(none)f(are)h(treated)g(sp)s(ecially)-8
-b(.)275 3414 y(Command)22 b(substitutions)g(ma)m(y)i(b)s(e)e(nested.)39
+b(.)275 4396 y(Command)22 b(substitutions)g(ma)m(y)i(b)s(e)e(nested.)39
 b(T)-8 b(o)23 b(nest)g(when)f(using)h(the)g(bac)m(kquoted)h(form,)g
-(escap)s(e)150 3524 y(the)31 b(inner)e(bac)m(kquotes)j(with)e(bac)m
-(kslashes.)275 3680 y(If)e(the)i(substitution)e(app)s(ears)h(within)g
+(escap)s(e)150 4505 y(the)31 b(inner)e(bac)m(kquotes)j(with)e(bac)m
+(kslashes.)275 4643 y(If)e(the)i(substitution)e(app)s(ears)h(within)g
 (double)f(quotes,)i(w)m(ord)f(splitting)h(and)f(\014lename)g(expansion)
-150 3790 y(are)i(not)f(p)s(erformed)f(on)h(the)h(results.)150
-4057 y Fk(3.5.5)63 b(Arithmetic)40 b(Expansion)275 4323
+150 4753 y(are)i(not)f(p)s(erformed)f(on)h(the)h(results.)150
+4983 y Fk(3.5.5)63 b(Arithmetic)40 b(Expansion)275 5230
 y Ft(Arithmetic)33 b(expansion)f(allo)m(ws)i(the)e(ev)-5
 b(aluation)34 b(of)f(an)f(arithmetic)i(expression)e(and)g(the)g
-(substi-)150 4433 y(tution)f(of)f(the)h(result.)40 b(The)30
-b(format)h(for)f(arithmetic)i(expansion)e(is:)390 4589
-y Fs($\(\()47 b Fj(expression)55 b Fs(\)\))275 4745 y
-Ft(The)33 b(expression)g(is)h(treated)g(as)g(if)g(it)g(w)m(ere)g
-(within)f(double)h(quotes,)h(but)e(a)h(double)f(quote)h(inside)150
-4855 y(the)27 b(paren)m(theses)g(is)g(not)g(treated)h(sp)s(ecially)-8
-b(.)41 b(All)27 b(tok)m(ens)h(in)e(the)h(expression)g(undergo)f
-(parameter)h(ex-)150 4965 y(pansion,)h(command)f(substitution,)h(and)f
-(quote)i(remo)m(v)-5 b(al.)41 b(Arithmetic)28 b(expansions)g(ma)m(y)g
-(b)s(e)f(nested.)275 5121 y(The)34 b(ev)-5 b(aluation)37
-b(is)f(p)s(erformed)e(according)i(to)g(the)g(rules)f(listed)h(b)s(elo)m
-(w)g(\(see)g(Section)g(6.5)h([Shell)150 5230 y(Arithmetic],)32
-b(page)f(70\).)42 b(If)30 b(the)h(expression)f(is)g(in)m(v)-5
-b(alid,)32 b(Bash)e(prin)m(ts)g(a)h(message)g(indicating)h(failure)150
-5340 y(to)f(the)g(standard)e(error)h(and)g(no)g(substitution)g(o)s
-(ccurs.)p eop end
+(substi-)150 5340 y(tution)f(of)f(the)h(result.)40 b(The)30
+b(format)h(for)f(arithmetic)i(expansion)e(is:)p eop end
 %%Page: 22 28
 TeXDict begin 22 27 bop 150 -116 a Ft(22)2572 b(Bash)31
-b(Reference)g(Man)m(ual)150 299 y Fk(3.5.6)63 b(Pro)s(cess)42
-b(Substitution)275 539 y Ft(Pro)s(cess)33 b(substitution)h(is)g(supp)s
-(orted)e(on)h(systems)h(that)h(supp)s(ort)d(named)h(pip)s(es)g(\()p
-Fl(fif)n(o)p Ft(s\))h(or)g(the)150 649 y(`)p Fs(/dev/fd)p
-Ft(')29 b(metho)s(d)h(of)g(naming)g(op)s(en)g(\014les.)41
-b(It)30 b(tak)m(es)i(the)f(form)f(of)390 779 y Fs(<\()p
-Fj(list)11 b Fs(\))150 910 y Ft(or)390 1041 y Fs(>\()p
-Fj(list)g Fs(\))150 1171 y Ft(The)23 b(pro)s(cess)g Fq(list)j
-Ft(is)d(run)f(with)h(its)h(input)f(or)g(output)g(connected)h(to)h(a)e
-Fl(fif)n(o)g Ft(or)h(some)g(\014le)f(in)g(`)p Fs(/dev/fd)p
-Ft('.)150 1281 y(The)28 b(name)h(of)g(this)f(\014le)h(is)g(passed)f(as)
-h(an)f(argumen)m(t)h(to)h(the)f(curren)m(t)f(command)h(as)f(the)h
-(result)g(of)g(the)150 1391 y(expansion.)40 b(If)28 b(the)h
-Fs(>\()p Fj(list)11 b Fs(\))26 b Ft(form)i(is)h(used,)f(writing)h(to)g
-(the)g(\014le)f(will)h(pro)m(vide)g(input)f(for)g Fq(list)p
-Ft(.)41 b(If)28 b(the)150 1500 y Fs(<\()p Fj(list)11
+b(Reference)g(Man)m(ual)390 299 y Fs($\(\()47 b Fj(expression)55
+b Fs(\)\))275 455 y Ft(The)33 b(expression)g(is)h(treated)g(as)g(if)g
+(it)g(w)m(ere)g(within)f(double)h(quotes,)h(but)e(a)h(double)f(quote)h
+(inside)150 565 y(the)27 b(paren)m(theses)g(is)g(not)g(treated)h(sp)s
+(ecially)-8 b(.)41 b(All)27 b(tok)m(ens)h(in)e(the)h(expression)g
+(undergo)f(parameter)h(ex-)150 674 y(pansion,)h(command)f
+(substitution,)h(and)f(quote)i(remo)m(v)-5 b(al.)41 b(Arithmetic)28
+b(expansions)g(ma)m(y)g(b)s(e)f(nested.)275 831 y(The)34
+b(ev)-5 b(aluation)37 b(is)f(p)s(erformed)e(according)i(to)g(the)g
+(rules)f(listed)h(b)s(elo)m(w)g(\(see)g(Section)g(6.5)h([Shell)150
+940 y(Arithmetic],)32 b(page)f(70\).)42 b(If)30 b(the)h(expression)f
+(is)g(in)m(v)-5 b(alid,)32 b(Bash)e(prin)m(ts)g(a)h(message)g
+(indicating)h(failure)150 1050 y(to)f(the)g(standard)e(error)h(and)g
+(no)g(substitution)g(o)s(ccurs.)150 1318 y Fk(3.5.6)63
+b(Pro)s(cess)42 b(Substitution)275 1583 y Ft(Pro)s(cess)33
+b(substitution)h(is)g(supp)s(orted)e(on)h(systems)h(that)h(supp)s(ort)d
+(named)h(pip)s(es)g(\()p Fl(fif)n(o)p Ft(s\))h(or)g(the)150
+1693 y(`)p Fs(/dev/fd)p Ft(')29 b(metho)s(d)h(of)g(naming)g(op)s(en)g
+(\014les.)41 b(It)30 b(tak)m(es)i(the)f(form)f(of)390
+1849 y Fs(<\()p Fj(list)11 b Fs(\))150 2006 y Ft(or)390
+2162 y Fs(>\()p Fj(list)g Fs(\))150 2318 y Ft(The)23
+b(pro)s(cess)g Fq(list)j Ft(is)d(run)f(with)h(its)h(input)f(or)g
+(output)g(connected)h(to)h(a)e Fl(fif)n(o)g Ft(or)h(some)g(\014le)f(in)
+g(`)p Fs(/dev/fd)p Ft('.)150 2428 y(The)28 b(name)h(of)g(this)f(\014le)
+h(is)g(passed)f(as)h(an)f(argumen)m(t)h(to)h(the)f(curren)m(t)f
+(command)h(as)f(the)h(result)g(of)g(the)150 2537 y(expansion.)40
+b(If)28 b(the)h Fs(>\()p Fj(list)11 b Fs(\))26 b Ft(form)i(is)h(used,)f
+(writing)h(to)g(the)g(\014le)f(will)h(pro)m(vide)g(input)f(for)g
+Fq(list)p Ft(.)41 b(If)28 b(the)150 2647 y Fs(<\()p Fj(list)11
 b Fs(\))23 b Ft(form)h(is)i(used,)f(the)h(\014le)f(passed)g(as)g(an)g
 (argumen)m(t)h(should)e(b)s(e)h(read)g(to)h(obtain)g(the)f(output)g(of)
-150 1610 y Fq(list)p Ft(.)41 b(Note)31 b(that)f(no)g(space)g(ma)m(y)g
+150 2757 y Fq(list)p Ft(.)41 b(Note)31 b(that)f(no)g(space)g(ma)m(y)g
 (app)s(ear)f(b)s(et)m(w)m(een)h(the)g Fs(<)f Ft(or)h
 Fs(>)f Ft(and)g(the)h(left)g(paren)m(thesis,)h(otherwise)150
-1719 y(the)g(construct)f(w)m(ould)g(b)s(e)g(in)m(terpreted)h(as)f(a)h
-(redirection.)275 1850 y(When)36 b(a)m(v)-5 b(ailable,)40
+2866 y(the)g(construct)f(w)m(ould)g(b)s(e)g(in)m(terpreted)h(as)f(a)h
+(redirection.)275 3022 y(When)36 b(a)m(v)-5 b(ailable,)40
 b(pro)s(cess)c(substitution)h(is)f(p)s(erformed)f(sim)m(ultaneously)i
-(with)g(parameter)g(and)150 1960 y(v)-5 b(ariable)31
+(with)g(parameter)g(and)150 3132 y(v)-5 b(ariable)31
 b(expansion,)g(command)f(substitution,)g(and)g(arithmetic)i(expansion.)
-150 2172 y Fk(3.5.7)63 b(W)-10 b(ord)41 b(Splitting)275
-2413 y Ft(The)35 b(shell)i(scans)f(the)g(results)g(of)g(parameter)h
+150 3400 y Fk(3.5.7)63 b(W)-10 b(ord)41 b(Splitting)275
+3666 y Ft(The)35 b(shell)i(scans)f(the)g(results)g(of)g(parameter)h
 (expansion,)h(command)d(substitution,)j(and)e(arith-)150
-2522 y(metic)31 b(expansion)g(that)g(did)e(not)i(o)s(ccur)f(within)g
-(double)g(quotes)h(for)f(w)m(ord)g(splitting.)275 2653
+3775 y(metic)31 b(expansion)g(that)g(did)e(not)i(o)s(ccur)f(within)g
+(double)g(quotes)h(for)f(w)m(ord)g(splitting.)275 3932
 y(The)43 b(shell)h(treats)h(eac)m(h)h(c)m(haracter)f(of)g
 Fs($IFS)e Ft(as)h(a)g(delimiter,)49 b(and)43 b(splits)h(the)h(results)e
-(of)i(the)150 2763 y(other)40 b(expansions)f(in)m(to)i(w)m(ords)e(on)h
+(of)i(the)150 4041 y(other)40 b(expansions)f(in)m(to)i(w)m(ords)e(on)h
 (these)g(c)m(haracters.)70 b(If)39 b Fs(IFS)g Ft(is)h(unset,)i(or)d
-(its)h(v)-5 b(alue)40 b(is)g(exactly)150 2872 y Fs
+(its)h(v)-5 b(alue)40 b(is)g(exactly)150 4151 y Fs
 (<space><tab><newline>)p Ft(,)20 b(the)25 b(default,)h(then)e(an)m(y)g
 (sequence)h(of)g Fs(IFS)e Ft(c)m(haracters)j(serv)m(es)f(to)g(delimit)
-150 2982 y(w)m(ords.)38 b(If)21 b Fs(IFS)h Ft(has)g(a)h(v)-5
+150 4260 y(w)m(ords.)38 b(If)21 b Fs(IFS)h Ft(has)g(a)h(v)-5
 b(alue)23 b(other)f(than)h(the)f(default,)j(then)d(sequences)g(of)h
-(the)f(whitespace)h(c)m(haracters)150 3091 y Fs(space)j
+(the)f(whitespace)h(c)m(haracters)150 4370 y Fs(space)j
 Ft(and)h Fs(tab)g Ft(are)h(ignored)g(at)h(the)f(b)s(eginning)f(and)g
 (end)g(of)h(the)g(w)m(ord,)g(as)g(long)g(as)g(the)g(whitespace)150
-3201 y(c)m(haracter)34 b(is)f(in)f(the)h(v)-5 b(alue)33
+4479 y(c)m(haracter)34 b(is)f(in)f(the)h(v)-5 b(alue)33
 b(of)f Fs(IFS)g Ft(\(an)h Fs(IFS)e Ft(whitespace)j(c)m(haracter\).)49
 b(An)m(y)32 b(c)m(haracter)i(in)f Fs(IFS)e Ft(that)150
-3311 y(is)f(not)h Fs(IFS)f Ft(whitespace,)h(along)g(with)f(an)m(y)h
+4589 y(is)f(not)h Fs(IFS)f Ft(whitespace,)h(along)g(with)f(an)m(y)h
 (adjacen)m(t)h Fs(IFS)d Ft(whitespace)i(c)m(haracters,)h(delimits)f(a)g
-(\014eld.)150 3420 y(A)h(sequence)h(of)f Fs(IFS)f Ft(whitespace)i(c)m
+(\014eld.)150 4699 y(A)h(sequence)h(of)f Fs(IFS)f Ft(whitespace)i(c)m
 (haracters)h(is)e(also)h(treated)g(as)g(a)f(delimiter.)47
-b(If)32 b(the)g(v)-5 b(alue)33 b(of)f Fs(IFS)150 3530
+b(If)32 b(the)g(v)-5 b(alue)33 b(of)f Fs(IFS)150 4808
 y Ft(is)e(n)m(ull,)h(no)f(w)m(ord)g(splitting)h(o)s(ccurs.)275
-3660 y(Explicit)44 b(n)m(ull)f(argumen)m(ts)g(\()p Fs("")g
+4965 y(Explicit)44 b(n)m(ull)f(argumen)m(ts)g(\()p Fs("")g
 Ft(or)h Fs('')p Ft(\))f(are)g(retained.)80 b(Unquoted)43
-b(implicit)h(n)m(ull)f(argumen)m(ts,)150 3770 y(resulting)24
+b(implicit)h(n)m(ull)f(argumen)m(ts,)150 5074 y(resulting)24
 b(from)f(the)g(expansion)g(of)h(parameters)g(that)g(ha)m(v)m(e)h(no)e
 (v)-5 b(alues,)25 b(are)f(remo)m(v)m(ed.)40 b(If)23 b(a)g(parameter)150
-3880 y(with)30 b(no)g(v)-5 b(alue)31 b(is)g(expanded)e(within)h(double)
+5184 y(with)30 b(no)g(v)-5 b(alue)31 b(is)g(expanded)e(within)h(double)
 g(quotes,)h(a)g(n)m(ull)f(argumen)m(t)h(results)f(and)g(is)g(retained.)
-275 4010 y(Note)h(that)g(if)g(no)f(expansion)g(o)s(ccurs,)g(no)h
-(splitting)g(is)f(p)s(erformed.)150 4223 y Fk(3.5.8)63
-b(Filename)41 b(Expansion)275 4463 y Ft(After)22 b(w)m(ord)g
-(splitting,)j(unless)d(the)h(`)p Fs(-f)p Ft(')f(option)h(has)f(b)s(een)
-g(set)h(\(see)g(Section)h(4.3)f([The)f(Set)h(Builtin],)150
-4573 y(page)k(50\),)i(Bash)d(scans)h(eac)m(h)h(w)m(ord)e(for)g(the)h(c)
-m(haracters)g(`)p Fs(*)p Ft(',)h(`)p Fs(?)p Ft(',)g(and)e(`)p
+275 5340 y(Note)h(that)g(if)g(no)f(expansion)g(o)s(ccurs,)g(no)h
+(splitting)g(is)f(p)s(erformed.)p eop end
+%%Page: 23 29
+TeXDict begin 23 28 bop 150 -116 a Ft(Chapter)30 b(3:)41
+b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(23)150 299
+y Fk(3.5.8)63 b(Filename)41 b(Expansion)275 545 y Ft(After)22
+b(w)m(ord)g(splitting,)j(unless)d(the)h(`)p Fs(-f)p Ft(')f(option)h
+(has)f(b)s(een)g(set)h(\(see)g(Section)h(4.3)f([The)f(Set)h(Builtin],)
+150 655 y(page)k(50\),)i(Bash)d(scans)h(eac)m(h)h(w)m(ord)e(for)g(the)h
+(c)m(haracters)g(`)p Fs(*)p Ft(',)h(`)p Fs(?)p Ft(',)g(and)e(`)p
 Fs([)p Ft('.)39 b(If)26 b(one)h(of)g(these)f(c)m(haracters)150
-4682 y(app)s(ears,)h(then)f(the)h(w)m(ord)f(is)h(regarded)g(as)g(a)g
+764 y(app)s(ears,)h(then)f(the)h(w)m(ord)f(is)h(regarded)g(as)g(a)g
 Fq(pattern)p Ft(,)g(and)g(replaced)g(with)f(an)h(alphab)s(etically)h
-(sorted)150 4792 y(list)k(of)g(\014le)g(names)g(matc)m(hing)h(the)f
+(sorted)150 874 y(list)k(of)g(\014le)g(names)g(matc)m(hing)h(the)f
 (pattern.)45 b(If)32 b(no)f(matc)m(hing)i(\014le)f(names)g(are)g
-(found,)f(and)h(the)g(shell)150 4902 y(option)c Fs(nullglob)e
+(found,)f(and)h(the)g(shell)150 983 y(option)c Fs(nullglob)e
 Ft(is)i(disabled,)h(the)f(w)m(ord)g(is)g(left)g(unc)m(hanged.)40
 b(If)28 b(the)g Fs(nullglob)e Ft(option)i(is)g(set,)i(and)150
-5011 y(no)38 b(matc)m(hes)h(are)f(found,)h(the)f(w)m(ord)f(is)h(remo)m
+1093 y(no)38 b(matc)m(hes)h(are)f(found,)h(the)f(w)m(ord)f(is)h(remo)m
 (v)m(ed.)65 b(If)37 b(the)h Fs(failglob)e Ft(shell)i(option)g(is)g
-(set,)j(and)c(no)150 5121 y(matc)m(hes)f(are)g(found,)f(an)g(error)f
+(set,)j(and)c(no)150 1203 y(matc)m(hes)f(are)g(found,)f(an)g(error)f
 (message)j(is)e(prin)m(ted)f(and)h(the)g(command)g(is)g(not)g
-(executed.)56 b(If)35 b(the)150 5230 y(shell)e(option)h
+(executed.)56 b(If)35 b(the)150 1312 y(shell)e(option)h
 Fs(nocaseglob)c Ft(is)j(enabled,)h(the)g(matc)m(h)g(is)f(p)s(erformed)e
-(without)i(regard)g(to)h(the)g(case)g(of)150 5340 y(alphab)s(etic)d(c)m
-(haracters.)p eop end
-%%Page: 23 29
-TeXDict begin 23 28 bop 150 -116 a Ft(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(23)275 299
-y(When)21 b(a)i(pattern)f(is)g(used)g(for)f(\014lename)i(generation,)i
-(the)d(c)m(haracter)i(`)p Fs(.)p Ft(')e(at)h(the)f(start)h(of)f(a)h
-(\014lename)150 408 y(or)g(immediately)i(follo)m(wing)g(a)f(slash)f(m)m
-(ust)h(b)s(e)f(matc)m(hed)h(explicitly)-8 b(,)27 b(unless)c(the)g
-(shell)h(option)g Fs(dotglob)150 518 y Ft(is)31 b(set.)45
-b(When)31 b(matc)m(hing)h(a)g(\014le)f(name,)h(the)g(slash)f(c)m
-(haracter)i(m)m(ust)e(alw)m(a)m(ys)i(b)s(e)e(matc)m(hed)h(explicitly)-8
-b(.)150 628 y(In)30 b(other)g(cases,)i(the)e(`)p Fs(.)p
-Ft(')h(c)m(haracter)h(is)e(not)h(treated)g(sp)s(ecially)-8
-b(.)275 772 y(See)30 b(the)g(description)f(of)h Fs(shopt)f
-Ft(in)g(Section)i(4.2)g([Bash)f(Builtins],)h(page)f(39,)h(for)f(a)g
-(description)g(of)150 882 y(the)h Fs(nocaseglob)p Ft(,)c
-Fs(nullglob)p Ft(,)i Fs(failglob)p Ft(,)f(and)i Fs(dotglob)e
-Ft(options.)275 1026 y(The)k Fs(GLOBIGNORE)f Ft(shell)i(v)-5
-b(ariable)34 b(ma)m(y)g(b)s(e)f(used)f(to)i(restrict)g(the)g(set)f(of)h
-(\014lenames)f(matc)m(hing)i(a)150 1136 y(pattern.)k(If)25
-b Fs(GLOBIGNORE)e Ft(is)j(set,)h(eac)m(h)g(matc)m(hing)g(\014lename)f
-(that)g(also)h(matc)m(hes)f(one)g(of)g(the)g(patterns)150
-1245 y(in)33 b Fs(GLOBIGNORE)d Ft(is)j(remo)m(v)m(ed)h(from)e(the)i
-(list)f(of)g(matc)m(hes.)50 b(The)33 b(\014lenames)g(`)p
+(without)i(regard)g(to)h(the)g(case)g(of)150 1422 y(alphab)s(etic)d(c)m
+(haracters.)275 1559 y(When)21 b(a)i(pattern)f(is)g(used)g(for)f
+(\014lename)i(generation,)i(the)d(c)m(haracter)i(`)p
+Fs(.)p Ft(')e(at)h(the)f(start)h(of)f(a)h(\014lename)150
+1668 y(or)g(immediately)i(follo)m(wing)g(a)f(slash)f(m)m(ust)h(b)s(e)f
+(matc)m(hed)h(explicitly)-8 b(,)27 b(unless)c(the)g(shell)h(option)g
+Fs(dotglob)150 1778 y Ft(is)31 b(set.)45 b(When)31 b(matc)m(hing)h(a)g
+(\014le)f(name,)h(the)g(slash)f(c)m(haracter)i(m)m(ust)e(alw)m(a)m(ys)i
+(b)s(e)e(matc)m(hed)h(explicitly)-8 b(.)150 1887 y(In)30
+b(other)g(cases,)i(the)e(`)p Fs(.)p Ft(')h(c)m(haracter)h(is)e(not)h
+(treated)g(sp)s(ecially)-8 b(.)275 2024 y(See)30 b(the)g(description)f
+(of)h Fs(shopt)f Ft(in)g(Section)i(4.2)g([Bash)f(Builtins],)h(page)f
+(39,)h(for)f(a)g(description)g(of)150 2134 y(the)h Fs(nocaseglob)p
+Ft(,)c Fs(nullglob)p Ft(,)i Fs(failglob)p Ft(,)f(and)i
+Fs(dotglob)e Ft(options.)275 2270 y(The)k Fs(GLOBIGNORE)f
+Ft(shell)i(v)-5 b(ariable)34 b(ma)m(y)g(b)s(e)f(used)f(to)i(restrict)g
+(the)g(set)f(of)h(\014lenames)f(matc)m(hing)i(a)150 2380
+y(pattern.)k(If)25 b Fs(GLOBIGNORE)e Ft(is)j(set,)h(eac)m(h)g(matc)m
+(hing)g(\014lename)f(that)g(also)h(matc)m(hes)f(one)g(of)g(the)g
+(patterns)150 2489 y(in)33 b Fs(GLOBIGNORE)d Ft(is)j(remo)m(v)m(ed)h
+(from)e(the)i(list)f(of)g(matc)m(hes.)50 b(The)33 b(\014lenames)g(`)p
 Fs(.)p Ft(')g(and)f(`)p Fs(..)p Ft(')h(are)g(alw)m(a)m(ys)150
-1355 y(ignored)g(when)e Fs(GLOBIGNORE)f Ft(is)j(set)g(and)f(not)h(n)m
+2599 y(ignored)g(when)e Fs(GLOBIGNORE)f Ft(is)j(set)g(and)f(not)h(n)m
 (ull.)48 b(Ho)m(w)m(ev)m(er,)35 b(setting)f Fs(GLOBIGNORE)c
-Ft(to)j(a)g(non-n)m(ull)150 1465 y(v)-5 b(alue)34 b(has)f(the)h
+Ft(to)j(a)g(non-n)m(ull)150 2709 y(v)-5 b(alue)34 b(has)f(the)h
 (e\013ect)h(of)f(enabling)g(the)g Fs(dotglob)e Ft(shell)h(option,)j(so)
-e(all)g(other)g(\014lenames)g(b)s(eginning)150 1574 y(with)43
+e(all)g(other)g(\014lenames)g(b)s(eginning)150 2818 y(with)43
 b(a)h(`)p Fs(.)p Ft(')f(will)h(matc)m(h.)80 b(T)-8 b(o)44
 b(get)h(the)e(old)h(b)s(eha)m(vior)f(of)h(ignoring)f(\014lenames)h(b)s
-(eginning)f(with)g(a)150 1684 y(`)p Fs(.)p Ft(',)c(mak)m(e)g(`)p
+(eginning)f(with)g(a)150 2928 y(`)p Fs(.)p Ft(',)c(mak)m(e)g(`)p
 Fs(.*)p Ft(')e(one)g(of)g(the)h(patterns)f(in)g Fs(GLOBIGNORE)p
 Ft(.)58 b(The)37 b Fs(dotglob)e Ft(option)j(is)f(disabled)g(when)150
-1793 y Fs(GLOBIGNORE)28 b Ft(is)i(unset.)150 2037 y Fk(3.5.8.1)63
-b(P)m(attern)40 b(Matc)m(hing)275 2291 y Ft(An)m(y)33
+3037 y Fs(GLOBIGNORE)28 b Ft(is)i(unset.)150 3266 y Fk(3.5.8.1)63
+b(P)m(attern)40 b(Matc)m(hing)275 3512 y Ft(An)m(y)33
 b(c)m(haracter)i(that)f(app)s(ears)f(in)g(a)h(pattern,)g(other)g(than)f
 (the)g(sp)s(ecial)h(pattern)g(c)m(haracters)h(de-)150
-2401 y(scrib)s(ed)30 b(b)s(elo)m(w,)h(matc)m(hes)h(itself.)43
+3622 y(scrib)s(ed)30 b(b)s(elo)m(w,)h(matc)m(hes)h(itself.)43
 b(The)31 b Fl(nul)f Ft(c)m(haracter)i(ma)m(y)f(not)h(o)s(ccur)e(in)h(a)
-g(pattern.)42 b(A)31 b(bac)m(kslash)150 2511 y(escap)s(es)36
+g(pattern.)42 b(A)31 b(bac)m(kslash)150 3731 y(escap)s(es)36
 b(the)f(follo)m(wing)i(c)m(haracter;)j(the)c(escaping)g(bac)m(kslash)g
-(is)f(discarded)g(when)g(matc)m(hing.)56 b(The)150 2620
+(is)f(discarded)g(when)g(matc)m(hing.)56 b(The)150 3841
 y(sp)s(ecial)31 b(pattern)f(c)m(haracters)i(m)m(ust)f(b)s(e)e(quoted)i
 (if)f(they)h(are)f(to)i(b)s(e)d(matc)m(hed)i(literally)-8
-b(.)275 2765 y(The)29 b(sp)s(ecial)i(pattern)g(c)m(haracters)h(ha)m(v)m
-(e)f(the)g(follo)m(wing)h(meanings:)150 2939 y Fs(*)432
+b(.)275 3977 y(The)29 b(sp)s(ecial)i(pattern)g(c)m(haracters)h(ha)m(v)m
+(e)f(the)g(follo)m(wing)h(meanings:)150 4140 y Fs(*)432
 b Ft(Matc)m(hes)32 b(an)m(y)f(string,)f(including)g(the)h(n)m(ull)f
-(string.)150 3108 y Fs(?)432 b Ft(Matc)m(hes)32 b(an)m(y)f(single)g(c)m
-(haracter.)150 3278 y Fs([...)o(])241 b Ft(Matc)m(hes)27
+(string.)150 4302 y Fs(?)432 b Ft(Matc)m(hes)32 b(an)m(y)f(single)g(c)m
+(haracter.)150 4463 y Fs([...)o(])241 b Ft(Matc)m(hes)27
 b(an)m(y)e(one)g(of)g(the)g(enclosed)g(c)m(haracters.)41
 b(A)25 b(pair)f(of)h(c)m(haracters)i(separated)e(b)m(y)g(a)630
-3387 y(h)m(yphen)i(denotes)h(a)g Fq(range)g(expression)p
+4573 y(h)m(yphen)i(denotes)h(a)g Fq(range)g(expression)p
 Ft(;)g(an)m(y)h(c)m(haracter)g(that)f(sorts)g(b)s(et)m(w)m(een)g(those)
-h(t)m(w)m(o)630 3497 y(c)m(haracters,)f(inclusiv)m(e,)f(using)d(the)h
+h(t)m(w)m(o)630 4682 y(c)m(haracters,)f(inclusiv)m(e,)f(using)d(the)h
 (curren)m(t)f(lo)s(cale's)j(collating)g(sequence)e(and)f(c)m(haracter)
-630 3606 y(set,)31 b(is)f(matc)m(hed.)42 b(If)30 b(the)g(\014rst)g(c)m
+630 4792 y(set,)31 b(is)f(matc)m(hed.)42 b(If)30 b(the)g(\014rst)g(c)m
 (haracter)i(follo)m(wing)g(the)e(`)p Fs([)p Ft(')h(is)f(a)h(`)p
 Fs(!)p Ft(')f(or)g(a)h(`)p Fs(^)p Ft(')g(then)f(an)m(y)630
-3716 y(c)m(haracter)c(not)f(enclosed)g(is)g(matc)m(hed.)40
+4902 y(c)m(haracter)c(not)f(enclosed)g(is)g(matc)m(hed.)40
 b(A)25 b(`)p Fp(\000)p Ft(')f(ma)m(y)i(b)s(e)e(matc)m(hed)h(b)m(y)f
-(including)h(it)g(as)g(the)630 3826 y(\014rst)32 b(or)h(last)h(c)m
+(including)h(it)g(as)g(the)630 5011 y(\014rst)32 b(or)h(last)h(c)m
 (haracter)h(in)e(the)g(set.)50 b(A)33 b(`)p Fs(])p Ft(')g(ma)m(y)h(b)s
 (e)e(matc)m(hed)i(b)m(y)f(including)g(it)g(as)h(the)630
-3935 y(\014rst)25 b(c)m(haracter)i(in)e(the)h(set.)40
+5121 y(\014rst)25 b(c)m(haracter)i(in)e(the)h(set.)40
 b(The)25 b(sorting)h(order)f(of)h(c)m(haracters)h(in)f(range)g
-(expressions)f(is)630 4045 y(determined)e(b)m(y)g(the)g(curren)m(t)f
+(expressions)f(is)630 5230 y(determined)e(b)m(y)g(the)g(curren)m(t)f
 (lo)s(cale)j(and)e(the)g(v)-5 b(alue)23 b(of)g(the)h
-Fs(LC_COLLATE)c Ft(shell)j(v)-5 b(ariable,)630 4154 y(if)30
-b(set.)630 4294 y(F)-8 b(or)34 b(example,)g(in)f(the)g(default)g(C)f
-(lo)s(cale,)k(`)p Fs([a-dx-z])p Ft(')31 b(is)i(equiv)-5
-b(alen)m(t)34 b(to)g(`)p Fs([abcdxyz])p Ft('.)630 4403
-y(Man)m(y)68 b(lo)s(cales)h(sort)f(c)m(haracters)h(in)e(dictionary)i
-(order,)76 b(and)67 b(in)g(these)h(lo)s(cales)630 4513
-y(`)p Fs([a-dx-z])p Ft(')36 b(is)i(t)m(ypically)i(not)e(equiv)-5
+Fs(LC_COLLATE)c Ft(shell)j(v)-5 b(ariable,)630 5340 y(if)30
+b(set.)p eop end
+%%Page: 24 30
+TeXDict begin 24 29 bop 150 -116 a Ft(24)2572 b(Bash)31
+b(Reference)g(Man)m(ual)630 299 y(F)-8 b(or)34 b(example,)g(in)f(the)g
+(default)g(C)f(lo)s(cale,)k(`)p Fs([a-dx-z])p Ft(')31
+b(is)i(equiv)-5 b(alen)m(t)34 b(to)g(`)p Fs([abcdxyz])p
+Ft('.)630 408 y(Man)m(y)68 b(lo)s(cales)h(sort)f(c)m(haracters)h(in)e
+(dictionary)i(order,)76 b(and)67 b(in)g(these)h(lo)s(cales)630
+518 y(`)p Fs([a-dx-z])p Ft(')36 b(is)i(t)m(ypically)i(not)e(equiv)-5
 b(alen)m(t)39 b(to)g(`)p Fs([abcdxyz])p Ft(';)g(it)g(migh)m(t)f(b)s(e)f
-(equiv)-5 b(alen)m(t)630 4623 y(to)34 b(`)p Fs([aBbCcDdxXyYz])p
+(equiv)-5 b(alen)m(t)630 628 y(to)34 b(`)p Fs([aBbCcDdxXyYz])p
 Ft(',)c(for)j(example.)49 b(T)-8 b(o)33 b(obtain)h(the)f(traditional)h
-(in)m(terpretation)h(of)630 4732 y(ranges)e(in)f(brac)m(k)m(et)i
+(in)m(terpretation)h(of)630 737 y(ranges)e(in)f(brac)m(k)m(et)i
 (expressions,)g(y)m(ou)f(can)g(force)g(the)g(use)f(of)h(the)g(C)f(lo)s
-(cale)i(b)m(y)f(setting)630 4842 y(the)e Fs(LC_COLLATE)c
+(cale)i(b)m(y)f(setting)630 847 y(the)e Fs(LC_COLLATE)c
 Ft(or)k Fs(LC_ALL)d Ft(en)m(vironmen)m(t)j(v)-5 b(ariable)31
-b(to)g(the)g(v)-5 b(alue)31 b(`)p Fs(C)p Ft('.)630 4981
+b(to)g(the)g(v)-5 b(alue)31 b(`)p Fs(C)p Ft('.)630 978
 y(Within)23 b(`)p Fs([)p Ft(')h(and)e(`)p Fs(])p Ft(',)j
 Fq(c)m(haracter)g(classes)j Ft(can)c(b)s(e)e(sp)s(eci\014ed)h(using)f
 (the)i(syn)m(tax)f Fs([:)p Fq(class)t Fs(:])p Ft(,)630
-5091 y(where)j Fq(class)31 b Ft(is)c(one)g(of)g(the)g(follo)m(wing)h
+1088 y(where)j Fq(class)31 b Ft(is)c(one)g(of)g(the)g(follo)m(wing)h
 (classes)g(de\014ned)d(in)i(the)f Fl(posix)g Ft(1003.2)k(standard:)870
-5230 y Fs(alnum)142 b(alpha)g(ascii)f(blank)h(cntrl)g(digit)g(graph)g
-(lower)870 5340 y(print)g(punct)g(space)f(upper)h(word)190
-b(xdigit)p eop end
-%%Page: 24 30
-TeXDict begin 24 29 bop 150 -116 a Ft(24)2572 b(Bash)31
-b(Reference)g(Man)m(ual)630 299 y(A)42 b(c)m(haracter)h(class)f(matc)m
-(hes)h(an)m(y)f(c)m(haracter)h(b)s(elonging)f(to)g(that)g(class.)75
-b(The)41 b Fs(word)630 408 y Ft(c)m(haracter)32 b(class)f(matc)m(hes)h
+1219 y Fs(alnum)142 b(alpha)g(ascii)f(blank)h(cntrl)g(digit)g(graph)g
+(lower)870 1329 y(print)g(punct)g(space)f(upper)h(word)190
+b(xdigit)630 1460 y Ft(A)42 b(c)m(haracter)h(class)f(matc)m(hes)h(an)m
+(y)f(c)m(haracter)h(b)s(elonging)f(to)g(that)g(class.)75
+b(The)41 b Fs(word)630 1570 y Ft(c)m(haracter)32 b(class)f(matc)m(hes)h
 (letters,)f(digits,)h(and)d(the)i(c)m(haracter)h(`)p
-Fs(_)p Ft('.)630 544 y(Within)25 b(`)p Fs([)p Ft(')f(and)g(`)p
+Fs(_)p Ft('.)630 1701 y(Within)25 b(`)p Fs([)p Ft(')f(and)g(`)p
 Fs(])p Ft(',)i(an)e Fq(equiv)-5 b(alence)26 b(class)j
 Ft(can)24 b(b)s(e)g(sp)s(eci\014ed)g(using)g(the)g(syn)m(tax)h
-Fs([=)p Fq(c)6 b Fs(=])p Ft(,)630 653 y(whic)m(h)29 b(matc)m(hes)i(all)
-f(c)m(haracters)h(with)e(the)h(same)g(collation)h(w)m(eigh)m(t)g(\(as)f
-(de\014ned)e(b)m(y)i(the)630 763 y(curren)m(t)g(lo)s(cale\))j(as)d(the)
-h(c)m(haracter)h Fq(c)p Ft(.)630 898 y(Within)22 b(`)p
-Fs([)p Ft(')f(and)g(`)p Fs(])p Ft(',)j(the)d(syn)m(tax)h
-Fs([.)p Fq(sym)m(b)s(ol)t Fs(.])e Ft(matc)m(hes)i(the)g(collating)i
-(sym)m(b)s(ol)d Fq(sym)m(b)s(ol)p Ft(.)275 1061 y(If)29
-b(the)g Fs(extglob)f Ft(shell)h(option)h(is)g(enabled)f(using)g(the)h
-Fs(shopt)e Ft(builtin,)h(sev)m(eral)i(extended)f(pattern)150
-1170 y(matc)m(hing)37 b(op)s(erators)e(are)h(recognized.)58
+Fs([=)p Fq(c)6 b Fs(=])p Ft(,)630 1811 y(whic)m(h)29
+b(matc)m(hes)i(all)f(c)m(haracters)h(with)e(the)h(same)g(collation)h(w)
+m(eigh)m(t)g(\(as)f(de\014ned)e(b)m(y)i(the)630 1920
+y(curren)m(t)g(lo)s(cale\))j(as)d(the)h(c)m(haracter)h
+Fq(c)p Ft(.)630 2052 y(Within)22 b(`)p Fs([)p Ft(')f(and)g(`)p
+Fs(])p Ft(',)j(the)d(syn)m(tax)h Fs([.)p Fq(sym)m(b)s(ol)t
+Fs(.])e Ft(matc)m(hes)i(the)g(collating)i(sym)m(b)s(ol)d
+Fq(sym)m(b)s(ol)p Ft(.)275 2205 y(If)29 b(the)g Fs(extglob)f
+Ft(shell)h(option)h(is)g(enabled)f(using)g(the)h Fs(shopt)e
+Ft(builtin,)h(sev)m(eral)i(extended)f(pattern)150 2314
+y(matc)m(hing)37 b(op)s(erators)e(are)h(recognized.)58
 b(In)35 b(the)g(follo)m(wing)i(description,)g(a)f Fq(pattern-list)j
-Ft(is)d(a)g(list)g(of)150 1280 y(one)d(or)f(more)h(patterns)f
+Ft(is)d(a)g(list)g(of)150 2424 y(one)d(or)f(more)h(patterns)f
 (separated)h(b)m(y)f(a)h(`)p Fs(|)p Ft('.)47 b(Comp)s(osite)33
 b(patterns)f(ma)m(y)i(b)s(e)d(formed)h(using)g(one)h(or)150
-1389 y(more)e(of)f(the)h(follo)m(wing)g(sub-patterns:)150
-1551 y Fs(?\()p Fj(pattern-list)11 b Fs(\))630 1661 y
+2534 y(more)e(of)f(the)h(follo)m(wing)g(sub-patterns:)150
+2687 y Fs(?\()p Fj(pattern-list)11 b Fs(\))630 2796 y
 Ft(Matc)m(hes)32 b(zero)f(or)g(one)f(o)s(ccurrence)h(of)f(the)h(giv)m
-(en)g(patterns.)150 1822 y Fs(*\()p Fj(pattern-list)11
-b Fs(\))630 1932 y Ft(Matc)m(hes)32 b(zero)f(or)g(more)f(o)s
-(ccurrences)h(of)f(the)h(giv)m(en)g(patterns.)150 2093
-y Fs(+\()p Fj(pattern-list)11 b Fs(\))630 2203 y Ft(Matc)m(hes)32
+(en)g(patterns.)150 2949 y Fs(*\()p Fj(pattern-list)11
+b Fs(\))630 3059 y Ft(Matc)m(hes)32 b(zero)f(or)g(more)f(o)s
+(ccurrences)h(of)f(the)h(giv)m(en)g(patterns.)150 3212
+y Fs(+\()p Fj(pattern-list)11 b Fs(\))630 3322 y Ft(Matc)m(hes)32
 b(one)f(or)f(more)h(o)s(ccurrences)f(of)h(the)f(giv)m(en)i(patterns.)
-150 2364 y Fs(@\()p Fj(pattern-list)11 b Fs(\))630 2473
-y Ft(Matc)m(hes)32 b(exactly)g(one)f(of)f(the)h(giv)m(en)g(patterns.)
-150 2635 y Fs(!\()p Fj(pattern-list)11 b Fs(\))630 2744
-Ft(Matc)m(hes)32 b(an)m(ything)f(except)g(one)g(of)f(the)h(giv)m(en)g
-(patterns.)150 2972 y Fk(3.5.9)63 b(Quote)41 b(Remo)m(v)-7
-b(al)275 3218 y Ft(After)32 b(the)h(preceding)f(expansions,)h(all)g
+150 3475 y Fs(@\()p Fj(pattern-list)11 b Fs(\))630 3585
+y Ft(Matc)m(hes)32 b(one)f(of)f(the)h(giv)m(en)g(patterns.)150
+3738 y Fs(!\()p Fj(pattern-list)11 b Fs(\))630 3847 y
+Ft(Matc)m(hes)32 b(an)m(ything)f(except)g(one)g(of)f(the)h(giv)m(en)g
+(patterns.)150 4062 y Fk(3.5.9)63 b(Quote)41 b(Remo)m(v)-7
+b(al)275 4303 y Ft(After)32 b(the)h(preceding)f(expansions,)h(all)g
 (unquoted)f(o)s(ccurrences)g(of)h(the)f(c)m(haracters)i(`)p
-Fs(\\)p Ft(',)f(`)p Fs(')p Ft(',)h(and)150 3327 y(`)p
+Fs(\\)p Ft(',)f(`)p Fs(')p Ft(',)h(and)150 4413 y(`)p
 Fs(")p Ft(')d(that)g(did)e(not)i(result)f(from)g(one)h(of)f(the)h(ab)s
-(o)m(v)m(e)g(expansions)f(are)h(remo)m(v)m(ed.)150 3589
-y Fr(3.6)68 b(Redirections)275 3835 y Ft(Before)33 b(a)h(command)e(is)h
+(o)m(v)m(e)g(expansions)f(are)h(remo)m(v)m(ed.)150 4661
+y Fr(3.6)68 b(Redirections)275 4902 y Ft(Before)33 b(a)h(command)e(is)h
 (executed,)i(its)e(input)f(and)h(output)f(ma)m(y)i(b)s(e)e
-Fq(redirected)37 b Ft(using)32 b(a)h(sp)s(ecial)150 3945
+Fq(redirected)37 b Ft(using)32 b(a)h(sp)s(ecial)150 5011
 y(notation)g(in)m(terpreted)g(b)m(y)f(the)g(shell.)46
 b(Redirection)33 b(ma)m(y)g(also)g(b)s(e)f(used)f(to)i(op)s(en)e(and)h
-(close)h(\014les)f(for)150 4054 y(the)h(curren)m(t)g(shell)g(execution)
+(close)h(\014les)f(for)150 5121 y(the)h(curren)m(t)g(shell)g(execution)
 h(en)m(vironmen)m(t.)49 b(The)33 b(follo)m(wing)h(redirection)g(op)s
-(erators)f(ma)m(y)h(precede)150 4164 y(or)29 b(app)s(ear)g(an)m(ywhere)
+(erators)f(ma)m(y)h(precede)150 5230 y(or)29 b(app)s(ear)g(an)m(ywhere)
 g(within)g(a)h(simple)f(command)g(or)h(ma)m(y)g(follo)m(w)g(a)g
-(command.)40 b(Redirections)31 b(are)150 4274 y(pro)s(cessed)f(in)g
-(the)g(order)g(they)h(app)s(ear,)f(from)g(left)h(to)g(righ)m(t.)275
-4410 y(In)c(the)i(follo)m(wing)h(descriptions,)g(if)e(the)h(\014le)g
+(command.)40 b(Redirections)31 b(are)150 5340 y(pro)s(cessed)f(in)g
+(the)g(order)g(they)h(app)s(ear,)f(from)g(left)h(to)g(righ)m(t.)p
+eop end
+%%Page: 25 31
+TeXDict begin 25 30 bop 150 -116 a Ft(Chapter)30 b(3:)41
+b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(25)275 299
+y(In)27 b(the)i(follo)m(wing)h(descriptions,)g(if)e(the)h(\014le)g
 (descriptor)f(n)m(um)m(b)s(er)g(is)g(omitted,)i(and)f(the)f(\014rst)g
-(c)m(har-)150 4519 y(acter)42 b(of)f(the)g(redirection)g(op)s(erator)g
+(c)m(har-)150 408 y(acter)42 b(of)f(the)g(redirection)g(op)s(erator)g
 (is)g(`)p Fs(<)p Ft(',)i(the)e(redirection)g(refers)g(to)g(the)g
-(standard)f(input)f(\(\014le)150 4629 y(descriptor)33
+(standard)f(input)f(\(\014le)150 518 y(descriptor)33
 b(0\).)49 b(If)33 b(the)g(\014rst)f(c)m(haracter)i(of)g(the)f
 (redirection)g(op)s(erator)h(is)f(`)p Fs(>)p Ft(',)h(the)f(redirection)
-g(refers)150 4739 y(to)e(the)g(standard)e(output)h(\(\014le)h
-(descriptor)f(1\).)275 4875 y(The)h(w)m(ord)h(follo)m(wing)i(the)f
+g(refers)150 628 y(to)e(the)g(standard)e(output)h(\(\014le)h
+(descriptor)f(1\).)275 756 y(The)h(w)m(ord)h(follo)m(wing)i(the)f
 (redirection)g(op)s(erator)f(in)g(the)h(follo)m(wing)h(descriptions,)f
-(unless)e(other-)150 4984 y(wise)21 b(noted,)i(is)e(sub)5
+(unless)e(other-)150 866 y(wise)21 b(noted,)i(is)e(sub)5
 b(jected)21 b(to)h(brace)f(expansion,)i(tilde)f(expansion,)h(parameter)
-e(expansion,)i(command)150 5094 y(substitution,)31 b(arithmetic)h
+e(expansion,)i(command)150 975 y(substitution,)31 b(arithmetic)h
 (expansion,)f(quote)h(remo)m(v)-5 b(al,)33 b(\014lename)e(expansion,)g
-(and)f(w)m(ord)h(splitting.)150 5204 y(If)f(it)h(expands)e(to)i(more)g
+(and)f(w)m(ord)h(splitting.)150 1085 y(If)f(it)h(expands)e(to)i(more)g
 (than)f(one)h(w)m(ord,)f(Bash)h(rep)s(orts)e(an)h(error.)275
-5340 y(Note)h(that)g(the)g(order)f(of)g(redirections)h(is)g
-(signi\014can)m(t.)41 b(F)-8 b(or)31 b(example,)h(the)e(command)p
-eop end
-%%Page: 25 31
-TeXDict begin 25 30 bop 150 -116 a Ft(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(25)390 299
-y Fs(ls)47 b(>)h Fj(dirlist)56 b Fs(2>&1)150 437 y Ft(directs)28
-b(b)s(oth)f(standard)g(output)g(\(\014le)h(descriptor)f(1\))i(and)e
-(standard)f(error)i(\(\014le)g(descriptor)f(2\))h(to)h(the)150
-547 y(\014le)h Fq(dirlist)p Ft(,)h(while)f(the)h(command)390
-685 y Fs(ls)47 b(2>&1)g(>)g Fj(dirlist)150 823 y Ft(directs)34
+1213 y(Note)h(that)g(the)g(order)f(of)g(redirections)h(is)g
+(signi\014can)m(t.)41 b(F)-8 b(or)31 b(example,)h(the)e(command)390
+1342 y Fs(ls)47 b(>)h Fj(dirlist)56 b Fs(2>&1)150 1470
+y Ft(directs)28 b(b)s(oth)f(standard)g(output)g(\(\014le)h(descriptor)f
+(1\))i(and)e(standard)f(error)i(\(\014le)g(descriptor)f(2\))h(to)h(the)
+150 1580 y(\014le)h Fq(dirlist)p Ft(,)h(while)f(the)h(command)390
+1708 y Fs(ls)47 b(2>&1)g(>)g Fj(dirlist)150 1836 y Ft(directs)34
 b(only)g(the)f(standard)g(output)g(to)h(\014le)g Fq(dirlist)p
 Ft(,)h(b)s(ecause)e(the)h(standard)f(error)g(w)m(as)h(duplicated)150
-932 y(as)d(standard)e(output)h(b)s(efore)g(the)h(standard)e(output)h(w)
-m(as)h(redirected)g(to)g Fq(dirlist)p Ft(.)275 1070 y(Bash)26
-b(handles)f(sev)m(eral)j(\014lenames)e(sp)s(ecially)h(when)f(they)g
-(are)g(used)g(in)g(redirections,)i(as)e(describ)s(ed)150
-1180 y(in)k(the)h(follo)m(wing)g(table:)150 1345 y Fs(/dev/fd/)p
-Fj(fd)630 1454 y Ft(If)f Fq(fd)j Ft(is)d(a)h(v)-5 b(alid)31
+1946 y(as)d(standard)e(output)h(b)s(efore)g(the)h(standard)e(output)h
+(w)m(as)h(redirected)g(to)g Fq(dirlist)p Ft(.)275 2074
+y(Bash)26 b(handles)f(sev)m(eral)j(\014lenames)e(sp)s(ecially)h(when)f
+(they)g(are)g(used)g(in)g(redirections,)i(as)e(describ)s(ed)150
+2184 y(in)k(the)h(follo)m(wing)g(table:)150 2331 y Fs(/dev/fd/)p
+Fj(fd)630 2441 y Ft(If)f Fq(fd)j Ft(is)d(a)h(v)-5 b(alid)31
 b(in)m(teger,)h(\014le)e(descriptor)h Fq(fd)i Ft(is)d(duplicated.)150
-1617 y Fs(/dev/stdin)630 1727 y Ft(File)i(descriptor)e(0)h(is)f
-(duplicated.)150 1890 y Fs(/dev/stdout)630 1999 y Ft(File)i(descriptor)
-e(1)h(is)f(duplicated.)150 2162 y Fs(/dev/stderr)630
-2272 y Ft(File)i(descriptor)e(2)h(is)f(duplicated.)150
-2435 y Fs(/dev/tcp/)p Fj(host)11 b Fs(/)p Fj(port)630
-2544 y Ft(If)41 b Fq(host)i Ft(is)f(a)g(v)-5 b(alid)41
+2588 y Fs(/dev/stdin)630 2698 y Ft(File)i(descriptor)e(0)h(is)f
+(duplicated.)150 2845 y Fs(/dev/stdout)630 2954 y Ft(File)i(descriptor)
+e(1)h(is)f(duplicated.)150 3102 y Fs(/dev/stderr)630
+3211 y Ft(File)i(descriptor)e(2)h(is)f(duplicated.)150
+3359 y Fs(/dev/tcp/)p Fj(host)11 b Fs(/)p Fj(port)630
+3468 y Ft(If)41 b Fq(host)i Ft(is)f(a)g(v)-5 b(alid)41
 b(hostname)h(or)f(In)m(ternet)h(address,)i(and)c Fq(p)s(ort)j
-Ft(is)f(an)f(in)m(teger)i(p)s(ort)630 2654 y(n)m(um)m(b)s(er)h(or)h
+Ft(is)f(an)f(in)m(teger)i(p)s(ort)630 3578 y(n)m(um)m(b)s(er)h(or)h
 (service)h(name,)j(Bash)c(attempts)h(to)g(op)s(en)f(a)g(TCP)g
-(connection)h(to)g(the)630 2764 y(corresp)s(onding)29
-b(so)s(c)m(k)m(et.)150 2927 y Fs(/dev/udp/)p Fj(host)11
-b Fs(/)p Fj(port)630 3036 y Ft(If)41 b Fq(host)i Ft(is)f(a)g(v)-5
+(connection)h(to)g(the)630 3687 y(corresp)s(onding)29
+b(so)s(c)m(k)m(et.)150 3835 y Fs(/dev/udp/)p Fj(host)11
+b Fs(/)p Fj(port)630 3944 y Ft(If)41 b Fq(host)i Ft(is)f(a)g(v)-5
 b(alid)41 b(hostname)h(or)f(In)m(ternet)h(address,)i(and)c
-Fq(p)s(ort)j Ft(is)f(an)f(in)m(teger)i(p)s(ort)630 3146
+Fq(p)s(ort)j Ft(is)f(an)f(in)m(teger)i(p)s(ort)630 4054
 y(n)m(um)m(b)s(er)g(or)i(service)g(name,)k(Bash)c(attempts)g(to)h(op)s
-(en)e(a)h(UDP)g(connection)g(to)h(the)630 3255 y(corresp)s(onding)29
-b(so)s(c)m(k)m(et.)275 3420 y(A)h(failure)h(to)g(op)s(en)e(or)i(create)
-h(a)e(\014le)h(causes)g(the)f(redirection)h(to)g(fail.)150
-3651 y Fk(3.6.1)63 b(Redirecting)40 b(Input)275 3899
-y Ft(Redirection)35 b(of)f(input)g(causes)g(the)h(\014le)f(whose)g
-(name)h(results)f(from)g(the)g(expansion)g(of)h Fq(w)m(ord)i
-Ft(to)150 4009 y(b)s(e)d(op)s(ened)g(for)g(reading)g(on)h(\014le)f
-(descriptor)h Fs(n)p Ft(,)g(or)g(the)f(standard)g(input)g(\(\014le)h
-(descriptor)f(0\))h(if)g Fs(n)f Ft(is)150 4118 y(not)d(sp)s(eci\014ed.)
-275 4256 y(The)e(general)j(format)e(for)h(redirecting)g(input)e(is:)390
-4394 y Fs([)p Fj(n)11 b Fs(]<)p Fj(word)150 4626 y Fk(3.6.2)63
-b(Redirecting)40 b(Output)275 4873 y Ft(Redirection)31
-b(of)f(output)g(causes)h(the)g(\014le)f(whose)g(name)h(results)f(from)f
-(the)i(expansion)f(of)h Fq(w)m(ord)i Ft(to)150 4983 y(b)s(e)e(op)s
-(ened)g(for)g(writing)h(on)f(\014le)h(descriptor)f Fq(n)p
-Ft(,)h(or)f(the)h(standard)f(output)g(\(\014le)h(descriptor)f(1\))h(if)
-g Fq(n)f Ft(is)150 5092 y(not)j(sp)s(eci\014ed.)50 b(If)33
-b(the)h(\014le)g(do)s(es)f(not)h(exist)g(it)g(is)g(created;)j(if)c(it)h
-(do)s(es)g(exist)g(it)g(is)g(truncated)g(to)g(zero)150
-5202 y(size.)275 5340 y(The)29 b(general)j(format)e(for)h(redirecting)g
-(output)f(is:)p eop end
+(en)e(a)h(UDP)g(connection)g(to)h(the)630 4163 y(corresp)s(onding)29
+b(so)s(c)m(k)m(et.)275 4311 y(A)h(failure)h(to)g(op)s(en)e(or)i(create)
+h(a)e(\014le)h(causes)g(the)f(redirection)h(to)g(fail.)275
+4439 y(Redirections)f(using)e(\014le)i(descriptors)f(greater)h(than)f
+(9)h(should)e(b)s(e)h(used)f(with)h(care,)h(as)g(they)f(ma)m(y)150
+4548 y(con\015ict)i(with)f(\014le)h(descriptors)f(the)g(shell)h(uses)f
+(in)m(ternally)-8 b(.)150 4754 y Fk(3.6.1)63 b(Redirecting)40
+b(Input)275 4992 y Ft(Redirection)35 b(of)f(input)g(causes)g(the)h
+(\014le)f(whose)g(name)h(results)f(from)g(the)g(expansion)g(of)h
+Fq(w)m(ord)i Ft(to)150 5102 y(b)s(e)d(op)s(ened)g(for)g(reading)g(on)h
+(\014le)f(descriptor)h Fs(n)p Ft(,)g(or)g(the)f(standard)g(input)g
+(\(\014le)h(descriptor)f(0\))h(if)g Fs(n)f Ft(is)150
+5212 y(not)d(sp)s(eci\014ed.)275 5340 y(The)e(general)j(format)e(for)h
+(redirecting)g(input)e(is:)p eop end
 %%Page: 26 32
 TeXDict begin 26 31 bop 150 -116 a Ft(26)2572 b(Bash)31
-b(Reference)g(Man)m(ual)390 299 y Fs([)p Fj(n)11 b Fs(]>[|])p
-Fj(word)275 426 y Ft(If)30 b(the)h(redirection)g(op)s(erator)g(is)g(`)p
-Fs(>)p Ft(',)g(and)f(the)h Fs(noclobber)d Ft(option)j(to)g(the)g
-Fs(set)f Ft(builtin)g(has)h(b)s(een)150 535 y(enabled,)i(the)f
+b(Reference)g(Man)m(ual)390 299 y Fs([)p Fj(n)11 b Fs(]<)p
+Fj(word)150 534 y Fk(3.6.2)63 b(Redirecting)40 b(Output)275
+783 y Ft(Redirection)31 b(of)f(output)g(causes)h(the)g(\014le)f(whose)g
+(name)h(results)f(from)f(the)i(expansion)f(of)h Fq(w)m(ord)i
+Ft(to)150 893 y(b)s(e)e(op)s(ened)g(for)g(writing)h(on)f(\014le)h
+(descriptor)f Fq(n)p Ft(,)h(or)f(the)h(standard)f(output)g(\(\014le)h
+(descriptor)f(1\))h(if)g Fq(n)f Ft(is)150 1002 y(not)j(sp)s(eci\014ed.)
+50 b(If)33 b(the)h(\014le)g(do)s(es)f(not)h(exist)g(it)g(is)g(created;)
+j(if)c(it)h(do)s(es)g(exist)g(it)g(is)g(truncated)g(to)g(zero)150
+1112 y(size.)275 1252 y(The)29 b(general)j(format)e(for)h(redirecting)g
+(output)f(is:)390 1392 y Fs([)p Fj(n)11 b Fs(]>[|])p
+Fj(word)275 1532 y Ft(If)30 b(the)h(redirection)g(op)s(erator)g(is)g(`)
+p Fs(>)p Ft(',)g(and)f(the)h Fs(noclobber)d Ft(option)j(to)g(the)g
+Fs(set)f Ft(builtin)g(has)h(b)s(een)150 1641 y(enabled,)i(the)f
 (redirection)h(will)f(fail)h(if)f(the)g(\014le)g(whose)g(name)g
 (results)g(from)g(the)g(expansion)g(of)g Fq(w)m(ord)150
-645 y Ft(exists)f(and)f(is)g(a)h(regular)g(\014le.)41
+1751 y Ft(exists)f(and)f(is)g(a)h(regular)g(\014le.)41
 b(If)30 b(the)h(redirection)g(op)s(erator)g(is)f(`)p
 Fs(>|)p Ft(',)h(or)f(the)h(redirection)g(op)s(erator)g(is)150
-754 y(`)p Fs(>)p Ft(')36 b(and)f(the)g Fs(noclobber)e
+1861 y(`)p Fs(>)p Ft(')36 b(and)f(the)g Fs(noclobber)e
 Ft(option)j(is)g(not)g(enabled,)h(the)e(redirection)h(is)g(attempted)g
-(ev)m(en)h(if)e(the)h(\014le)150 864 y(named)30 b(b)m(y)g
-Fq(w)m(ord)k Ft(exists.)150 1065 y Fk(3.6.3)63 b(App)s(ending)42
-b(Redirected)e(Output)275 1301 y Ft(Redirection)29 b(of)g(output)f(in)g
+(ev)m(en)h(if)e(the)h(\014le)150 1970 y(named)30 b(b)m(y)g
+Fq(w)m(ord)k Ft(exists.)150 2205 y Fk(3.6.3)63 b(App)s(ending)42
+b(Redirected)e(Output)275 2455 y Ft(Redirection)29 b(of)g(output)f(in)g
 (this)h(fashion)f(causes)h(the)g(\014le)g(whose)f(name)h(results)f
-(from)g(the)h(expan-)150 1411 y(sion)34 b(of)f Fq(w)m(ord)k
+(from)g(the)h(expan-)150 2564 y(sion)34 b(of)f Fq(w)m(ord)k
 Ft(to)e(b)s(e)e(op)s(ened)g(for)g(app)s(ending)f(on)i(\014le)f
 (descriptor)h Fq(n)p Ft(,)g(or)g(the)f(standard)g(output)g(\(\014le)150
-1520 y(descriptor)d(1\))h(if)g Fq(n)f Ft(is)g(not)h(sp)s(eci\014ed.)40
+2674 y(descriptor)d(1\))h(if)g Fq(n)f Ft(is)g(not)h(sp)s(eci\014ed.)40
 b(If)29 b(the)i(\014le)f(do)s(es)h(not)f(exist)h(it)g(is)g(created.)275
-1647 y(The)e(general)j(format)e(for)h(app)s(ending)e(output)h(is:)390
-1774 y Fs([)p Fj(n)11 b Fs(]>>)p Fj(word)150 1975 y Fk(3.6.4)63
+2814 y(The)e(general)j(format)e(for)h(app)s(ending)e(output)h(is:)390
+2954 y Fs([)p Fj(n)11 b Fs(]>>)p Fj(word)150 3188 y Fk(3.6.4)63
 b(Redirecting)40 b(Standard)h(Output)g(and)g(Standard)g(Error)275
-2211 y Ft(Bash)31 b(allo)m(ws)h(b)s(oth)e(the)h(standard)g(output)f
+3438 y Ft(Bash)31 b(allo)m(ws)h(b)s(oth)e(the)h(standard)g(output)f
 (\(\014le)i(descriptor)e(1\))i(and)e(the)i(standard)e(error)g(output)
-150 2320 y(\(\014le)d(descriptor)g(2\))h(to)f(b)s(e)g(redirected)g(to)h
+150 3548 y(\(\014le)d(descriptor)g(2\))h(to)f(b)s(e)g(redirected)g(to)h
 (the)f(\014le)g(whose)f(name)h(is)g(the)g(expansion)g(of)g
-Fq(w)m(ord)j Ft(with)d(this)150 2430 y(construct.)275
-2557 y(There)i(are)i(t)m(w)m(o)h(formats)e(for)h(redirecting)g
-(standard)e(output)h(and)g(standard)f(error:)390 2684
-y Fs(&>)p Fj(word)150 2810 y Ft(and)390 2937 y Fs(>&)p
-Fj(word)150 3064 y Ft(Of)h(the)g(t)m(w)m(o)i(forms,)e(the)h(\014rst)e
+Fq(w)m(ord)j Ft(with)d(this)150 3657 y(construct.)275
+3797 y(There)i(are)i(t)m(w)m(o)h(formats)e(for)h(redirecting)g
+(standard)e(output)h(and)g(standard)f(error:)390 3937
+y Fs(&>)p Fj(word)150 4077 y Ft(and)390 4217 y Fs(>&)p
+Fj(word)150 4357 y Ft(Of)h(the)g(t)m(w)m(o)i(forms,)e(the)h(\014rst)e
 (is)i(preferred.)39 b(This)30 b(is)g(seman)m(tically)j(equiv)-5
-b(alen)m(t)32 b(to)390 3190 y Fs(>)p Fj(word)57 b Fs(2>&1)150
-3391 y Fk(3.6.5)63 b(Here)41 b(Do)s(cumen)m(ts)275 3628
+b(alen)m(t)32 b(to)390 4496 y Fs(>)p Fj(word)57 b Fs(2>&1)150
+4731 y Fk(3.6.5)63 b(Here)41 b(Do)s(cumen)m(ts)275 4981
 y Ft(This)28 b(t)m(yp)s(e)h(of)h(redirection)g(instructs)f(the)g(shell)
 h(to)g(read)f(input)f(from)h(the)g(curren)m(t)h(source)f(un)m(til)h(a)
-150 3737 y(line)h(con)m(taining)g(only)g Fq(w)m(ord)i
+150 5090 y(line)h(con)m(taining)g(only)g Fq(w)m(ord)i
 Ft(\(with)d(no)h(trailing)g(blanks\))f(is)g(seen.)41
 b(All)31 b(of)f(the)h(lines)f(read)g(up)f(to)i(that)150
-3847 y(p)s(oin)m(t)f(are)h(then)f(used)g(as)g(the)h(standard)f(input)f
-(for)h(a)h(command.)275 3973 y(The)e(format)i(of)g(here-do)s(cumen)m
-(ts)f(is:)390 4100 y Fs(<<[)p Fp(\000)p Fs(])p Fj(word)772
-4210 y(here-document)390 4319 y(delimiter)275 4446 y
-Ft(No)j(parameter)h(expansion,)g(command)f(substitution,)h(arithmetic)h
-(expansion,)f(or)f(\014lename)g(ex-)150 4556 y(pansion)i(is)g(p)s
-(erformed)e(on)i Fq(w)m(ord)p Ft(.)55 b(If)34 b(an)m(y)i(c)m(haracters)
-g(in)f Fq(w)m(ord)j Ft(are)d(quoted,)i(the)e Fq(delimiter)43
-b Ft(is)35 b(the)150 4665 y(result)40 b(of)h(quote)g(remo)m(v)-5
-b(al)42 b(on)e Fq(w)m(ord)p Ft(,)j(and)d(the)g(lines)h(in)f(the)h
-(here-do)s(cumen)m(t)f(are)h(not)f(expanded.)150 4775
-y(If)32 b Fq(w)m(ord)k Ft(is)d(unquoted,)f(all)i(lines)f(of)f(the)h
-(here-do)s(cumen)m(t)g(are)g(sub)5 b(jected)32 b(to)i(parameter)f
-(expansion,)150 4884 y(command)25 b(substitution,)g(and)g(arithmetic)h
-(expansion.)39 b(In)24 b(the)h(latter)h(case,)h(the)e(c)m(haracter)i
-(sequence)150 4994 y Fs(\\newline)h Ft(is)j(ignored,)f(and)g(`)p
-Fs(\\)p Ft(')h(m)m(ust)f(b)s(e)g(used)f(to)i(quote)g(the)g(c)m
-(haracters)h(`)p Fs(\\)p Ft(',)e(`)p Fs($)p Ft(',)h(and)f(`)p
-Fs(`)p Ft('.)275 5121 y(If)21 b(the)i(redirection)g(op)s(erator)g(is)f
-(`)p Fs(<<-)p Ft(',)i(then)e(all)h(leading)g(tab)g(c)m(haracters)h(are)
-e(stripp)s(ed)f(from)h(input)150 5230 y(lines)33 b(and)f(the)h(line)h
-(con)m(taining)g Fq(delimiter)p Ft(.)49 b(This)32 b(allo)m(ws)i
-(here-do)s(cumen)m(ts)f(within)f(shell)i(scripts)e(to)150
-5340 y(b)s(e)e(inden)m(ted)g(in)g(a)h(natural)f(fashion.)p
-eop end
+5200 y(p)s(oin)m(t)f(are)h(then)f(used)g(as)g(the)h(standard)f(input)f
+(for)h(a)h(command.)275 5340 y(The)e(format)i(of)g(here-do)s(cumen)m
+(ts)f(is:)p eop end
 %%Page: 27 33
 TeXDict begin 27 32 bop 150 -116 a Ft(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(27)150 299
-y Fk(3.6.6)63 b(Here)41 b(Strings)275 551 y Ft(A)30 b(v)-5
-b(arian)m(t)31 b(of)g(here)f(do)s(cumen)m(ts,)g(the)h(format)g(is:)390
-694 y Fs(<<<)47 b Fj(word)275 836 y Ft(The)29 b Fq(w)m(ord)34
-b Ft(is)c(expanded)g(and)g(supplied)f(to)i(the)f(command)h(on)f(its)h
-(standard)e(input.)150 1077 y Fk(3.6.7)63 b(Duplicating)41
-b(File)g(Descriptors)275 1329 y Ft(The)29 b(redirection)i(op)s(erator)
-390 1471 y Fs([)p Fj(n)11 b Fs(]<&)p Fj(word)150 1614
-y Ft(is)35 b(used)e(to)j(duplicate)f(input)f(\014le)g(descriptors.)53
-b(If)34 b Fq(w)m(ord)k Ft(expands)c(to)h(one)g(or)g(more)g(digits,)h
-(the)f(\014le)150 1724 y(descriptor)e(denoted)h(b)m(y)g
-Fq(n)f Ft(is)g(made)h(to)g(b)s(e)f(a)h(cop)m(y)g(of)g(that)g(\014le)g
-(descriptor.)50 b(If)33 b(the)h(digits)g(in)f Fq(w)m(ord)150
-1833 y Ft(do)c(not)h(sp)s(ecify)f(a)h(\014le)f(descriptor)g(op)s(en)g
-(for)g(input,)g(a)h(redirection)g(error)f(o)s(ccurs.)40
-b(If)29 b Fq(w)m(ord)j Ft(ev)-5 b(aluates)150 1943 y(to)31
-b(`)p Fs(-)p Ft(',)g(\014le)g(descriptor)g Fq(n)f Ft(is)g(closed.)43
-b(If)30 b Fq(n)g Ft(is)g(not)h(sp)s(eci\014ed,)f(the)h(standard)f
-(input)g(\(\014le)h(descriptor)f(0\))150 2052 y(is)g(used.)275
-2195 y(The)f(op)s(erator)390 2337 y Fs([)p Fj(n)11 b
-Fs(]>&)p Fj(word)150 2480 y Ft(is)40 b(used)g(similarly)h(to)g
-(duplicate)f(output)g(\014le)h(descriptors.)70 b(If)40
-b Fq(n)f Ft(is)i(not)f(sp)s(eci\014ed,)i(the)f(standard)150
-2590 y(output)30 b(\(\014le)g(descriptor)g(1\))h(is)f(used.)39
+b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(27)390 299
+y Fs(<<[)p Fp(\000)p Fs(])p Fj(word)772 408 y(here-document)390
+518 y(delimiter)275 655 y Ft(No)33 b(parameter)h(expansion,)g(command)f
+(substitution,)h(arithmetic)h(expansion,)f(or)f(\014lename)g(ex-)150
+765 y(pansion)i(is)g(p)s(erformed)e(on)i Fq(w)m(ord)p
+Ft(.)55 b(If)34 b(an)m(y)i(c)m(haracters)g(in)f Fq(w)m(ord)j
+Ft(are)d(quoted,)i(the)e Fq(delimiter)43 b Ft(is)35 b(the)150
+874 y(result)40 b(of)h(quote)g(remo)m(v)-5 b(al)42 b(on)e
+Fq(w)m(ord)p Ft(,)j(and)d(the)g(lines)h(in)f(the)h(here-do)s(cumen)m(t)
+f(are)h(not)f(expanded.)150 984 y(If)32 b Fq(w)m(ord)k
+Ft(is)d(unquoted,)f(all)i(lines)f(of)f(the)h(here-do)s(cumen)m(t)g(are)
+g(sub)5 b(jected)32 b(to)i(parameter)f(expansion,)150
+1093 y(command)25 b(substitution,)g(and)g(arithmetic)h(expansion.)39
+b(In)24 b(the)h(latter)h(case,)h(the)e(c)m(haracter)i(sequence)150
+1203 y Fs(\\newline)h Ft(is)j(ignored,)f(and)g(`)p Fs(\\)p
+Ft(')h(m)m(ust)f(b)s(e)g(used)f(to)i(quote)g(the)g(c)m(haracters)h(`)p
+Fs(\\)p Ft(',)e(`)p Fs($)p Ft(',)h(and)f(`)p Fs(`)p Ft('.)275
+1340 y(If)21 b(the)i(redirection)g(op)s(erator)g(is)f(`)p
+Fs(<<-)p Ft(',)i(then)e(all)h(leading)g(tab)g(c)m(haracters)h(are)e
+(stripp)s(ed)f(from)h(input)150 1449 y(lines)33 b(and)f(the)h(line)h
+(con)m(taining)g Fq(delimiter)p Ft(.)49 b(This)32 b(allo)m(ws)i
+(here-do)s(cumen)m(ts)f(within)f(shell)i(scripts)e(to)150
+1559 y(b)s(e)e(inden)m(ted)g(in)g(a)h(natural)f(fashion.)150
+1788 y Fk(3.6.6)63 b(Here)41 b(Strings)275 2034 y Ft(A)30
+b(v)-5 b(arian)m(t)31 b(of)g(here)f(do)s(cumen)m(ts,)g(the)h(format)g
+(is:)390 2171 y Fs(<<<)47 b Fj(word)275 2308 y Ft(The)29
+b Fq(w)m(ord)34 b Ft(is)c(expanded)g(and)g(supplied)f(to)i(the)f
+(command)h(on)f(its)h(standard)e(input.)150 2537 y Fk(3.6.7)63
+b(Duplicating)41 b(File)g(Descriptors)275 2783 y Ft(The)29
+b(redirection)i(op)s(erator)390 2920 y Fs([)p Fj(n)11
+b Fs(]<&)p Fj(word)150 3057 y Ft(is)35 b(used)e(to)j(duplicate)f(input)
+f(\014le)g(descriptors.)53 b(If)34 b Fq(w)m(ord)k Ft(expands)c(to)h
+(one)g(or)g(more)g(digits,)h(the)f(\014le)150 3167 y(descriptor)e
+(denoted)h(b)m(y)g Fq(n)f Ft(is)g(made)h(to)g(b)s(e)f(a)h(cop)m(y)g(of)
+g(that)g(\014le)g(descriptor.)50 b(If)33 b(the)h(digits)g(in)f
+Fq(w)m(ord)150 3276 y Ft(do)c(not)h(sp)s(ecify)f(a)h(\014le)f
+(descriptor)g(op)s(en)g(for)g(input,)g(a)h(redirection)g(error)f(o)s
+(ccurs.)40 b(If)29 b Fq(w)m(ord)j Ft(ev)-5 b(aluates)150
+3386 y(to)31 b(`)p Fs(-)p Ft(',)g(\014le)g(descriptor)g
+Fq(n)f Ft(is)g(closed.)43 b(If)30 b Fq(n)g Ft(is)g(not)h(sp)s
+(eci\014ed,)f(the)h(standard)f(input)g(\(\014le)h(descriptor)f(0\))150
+3495 y(is)g(used.)275 3632 y(The)f(op)s(erator)390 3769
+y Fs([)p Fj(n)11 b Fs(]>&)p Fj(word)150 3906 y Ft(is)40
+b(used)g(similarly)h(to)g(duplicate)f(output)g(\014le)h(descriptors.)70
+b(If)40 b Fq(n)f Ft(is)i(not)f(sp)s(eci\014ed,)i(the)f(standard)150
+4016 y(output)30 b(\(\014le)g(descriptor)g(1\))h(is)f(used.)39
 b(If)30 b(the)g(digits)h(in)e Fq(w)m(ord)34 b Ft(do)29
 b(not)i(sp)s(ecify)e(a)i(\014le)f(descriptor)g(op)s(en)150
-2699 y(for)38 b(output,)i(a)e(redirection)h(error)f(o)s(ccurs.)63
+4125 y(for)38 b(output,)i(a)e(redirection)h(error)f(o)s(ccurs.)63
 b(As)38 b(a)h(sp)s(ecial)f(case,)k(if)c Fq(n)f Ft(is)h(omitted,)k(and)
-37 b Fq(w)m(ord)k Ft(do)s(es)150 2809 y(not)28 b(expand)f(to)i(one)f
+37 b Fq(w)m(ord)k Ft(do)s(es)150 4235 y(not)28 b(expand)f(to)i(one)f
 (or)f(more)h(digits,)i(the)e(standard)e(output)i(and)f(standard)g
-(error)g(are)i(redirected)f(as)150 2918 y(describ)s(ed)h(previously)-8
-b(.)150 3159 y Fk(3.6.8)63 b(Mo)m(ving)41 b(File)h(Descriptors)275
-3411 y Ft(The)29 b(redirection)i(op)s(erator)390 3554
-y Fs([)p Fj(n)11 b Fs(]<&)p Fj(digit)p Fs(-)150 3696
+(error)g(are)i(redirected)f(as)150 4344 y(describ)s(ed)h(previously)-8
+b(.)150 4573 y Fk(3.6.8)63 b(Mo)m(ving)41 b(File)h(Descriptors)275
+4820 y Ft(The)29 b(redirection)i(op)s(erator)390 4957
+y Fs([)p Fj(n)11 b Fs(]<&)p Fj(digit)p Fs(-)150 5094
 y Ft(mo)m(v)m(es)33 b(the)f(\014le)g(descriptor)f Fq(digit)k
 Ft(to)d(\014le)g(descriptor)g Fq(n)p Ft(,)f(or)h(the)g(standard)f
-(input)f(\(\014le)j(descriptor)e(0\))150 3806 y(if)f
+(input)f(\(\014le)j(descriptor)e(0\))150 5203 y(if)f
 Fq(n)g Ft(is)h(not)f(sp)s(eci\014ed.)40 b Fq(digit)33
 b Ft(is)e(closed)g(after)g(b)s(eing)f(duplicated)g(to)h
-Fq(n)p Ft(.)275 3948 y(Similarly)-8 b(,)31 b(the)f(redirection)h(op)s
-(erator)390 4091 y Fs([)p Fj(n)11 b Fs(]>&)p Fj(digit)p
-Fs(-)150 4233 y Ft(mo)m(v)m(es)29 b(the)g(\014le)f(descriptor)f
-Fq(digit)k Ft(to)e(\014le)f(descriptor)g Fq(n)p Ft(,)g(or)g(the)g
-(standard)f(output)h(\(\014le)g(descriptor)g(1\))150
-4343 y(if)i Fq(n)g Ft(is)h(not)f(sp)s(eci\014ed.)150
-4583 y Fk(3.6.9)63 b(Op)s(ening)42 b(File)f(Descriptors)h(for)g
-(Reading)f(and)g(W)-10 b(riting)275 4836 y Ft(The)29
-b(redirection)i(op)s(erator)390 4978 y Fs([)p Fj(n)11
-b Fs(]<>)p Fj(word)150 5121 y Ft(causes)39 b(the)g(\014le)g(whose)g
-(name)g(is)g(the)g(expansion)g(of)g Fq(w)m(ord)j Ft(to)d(b)s(e)g(op)s
-(ened)f(for)g(b)s(oth)h(reading)g(and)150 5230 y(writing)33
-b(on)f(\014le)h(descriptor)f Fq(n)p Ft(,)h(or)g(on)f(\014le)h
-(descriptor)g(0)g(if)f Fq(n)g Ft(is)h(not)g(sp)s(eci\014ed.)47
-b(If)32 b(the)h(\014le)f(do)s(es)h(not)150 5340 y(exist,)e(it)g(is)g
-(created.)p eop end
+Fq(n)p Ft(.)275 5340 y(Similarly)-8 b(,)31 b(the)f(redirection)h(op)s
+(erator)p eop end
 %%Page: 28 34
 TeXDict begin 28 33 bop 150 -116 a Ft(28)2572 b(Bash)31
-b(Reference)g(Man)m(ual)150 299 y Fr(3.7)68 b(Executing)46
-b(Commands)150 632 y Fk(3.7.1)63 b(Simple)41 b(Command)h(Expansion)275
-876 y Ft(When)35 b(a)h(simple)f(command)h(is)f(executed,)j(the)e(shell)
-g(p)s(erforms)e(the)i(follo)m(wing)h(expansions,)f(as-)150
-985 y(signmen)m(ts,)31 b(and)f(redirections,)h(from)f(left)h(to)g(righ)
-m(t.)199 1119 y(1.)61 b(The)38 b(w)m(ords)f(that)i(the)g(parser)e(has)h
-(mark)m(ed)g(as)h(v)-5 b(ariable)39 b(assignmen)m(ts)g(\(those)g
-(preceding)f(the)330 1229 y(command)30 b(name\))h(and)f(redirections)h
+b(Reference)g(Man)m(ual)390 299 y Fs([)p Fj(n)11 b Fs(]>&)p
+Fj(digit)p Fs(-)150 450 y Ft(mo)m(v)m(es)29 b(the)g(\014le)f
+(descriptor)f Fq(digit)k Ft(to)e(\014le)f(descriptor)g
+Fq(n)p Ft(,)g(or)g(the)g(standard)f(output)h(\(\014le)g(descriptor)g
+(1\))150 559 y(if)i Fq(n)g Ft(is)h(not)f(sp)s(eci\014ed.)150
+816 y Fk(3.6.9)63 b(Op)s(ening)42 b(File)f(Descriptors)h(for)g(Reading)
+f(and)g(W)-10 b(riting)275 1076 y Ft(The)29 b(redirection)i(op)s
+(erator)390 1227 y Fs([)p Fj(n)11 b Fs(]<>)p Fj(word)150
+1378 y Ft(causes)39 b(the)g(\014le)g(whose)g(name)g(is)g(the)g
+(expansion)g(of)g Fq(w)m(ord)j Ft(to)d(b)s(e)g(op)s(ened)f(for)g(b)s
+(oth)h(reading)g(and)150 1488 y(writing)33 b(on)f(\014le)h(descriptor)f
+Fq(n)p Ft(,)h(or)g(on)f(\014le)h(descriptor)g(0)g(if)f
+Fq(n)g Ft(is)h(not)g(sp)s(eci\014ed.)47 b(If)32 b(the)h(\014le)f(do)s
+(es)h(not)150 1597 y(exist,)e(it)g(is)g(created.)150
+1895 y Fr(3.7)68 b(Executing)46 b(Commands)150 2262 y
+Fk(3.7.1)63 b(Simple)41 b(Command)h(Expansion)275 2522
+y Ft(When)35 b(a)h(simple)f(command)h(is)f(executed,)j(the)e(shell)g(p)
+s(erforms)e(the)i(follo)m(wing)h(expansions,)f(as-)150
+2632 y(signmen)m(ts,)31 b(and)f(redirections,)h(from)f(left)h(to)g
+(righ)m(t.)199 2783 y(1.)61 b(The)38 b(w)m(ords)f(that)i(the)g(parser)e
+(has)h(mark)m(ed)g(as)h(v)-5 b(ariable)39 b(assignmen)m(ts)g(\(those)g
+(preceding)f(the)330 2892 y(command)30 b(name\))h(and)f(redirections)h
 (are)f(sa)m(v)m(ed)i(for)e(later)h(pro)s(cessing.)199
-1363 y(2.)61 b(The)39 b(w)m(ords)g(that)i(are)f(not)g(v)-5
+3035 y(2.)61 b(The)39 b(w)m(ords)g(that)i(are)f(not)g(v)-5
 b(ariable)40 b(assignmen)m(ts)h(or)e(redirections)i(are)f(expanded)f
-(\(see)h(Sec-)330 1473 y(tion)d(3.5)i([Shell)e(Expansions],)h(page)g
+(\(see)h(Sec-)330 3144 y(tion)d(3.5)i([Shell)e(Expansions],)h(page)g
 (16\).)61 b(If)37 b(an)m(y)g(w)m(ords)f(remain)h(after)h(expansion,)h
-(the)e(\014rst)330 1582 y(w)m(ord)31 b(is)g(tak)m(en)h(to)g(b)s(e)f
+(the)e(\014rst)330 3254 y(w)m(ord)31 b(is)g(tak)m(en)h(to)g(b)s(e)f
 (the)g(name)h(of)f(the)h(command)f(and)f(the)i(remaining)f(w)m(ords)g
-(are)g(the)h(argu-)330 1692 y(men)m(ts.)199 1826 y(3.)61
+(are)g(the)h(argu-)330 3364 y(men)m(ts.)199 3506 y(3.)61
 b(Redirections)25 b(are)f(p)s(erformed)f(as)h(describ)s(ed)f(ab)s(o)m
 (v)m(e)i(\(see)g(Section)g(3.6)g([Redirections],)i(page)d(24\).)199
-1961 y(4.)61 b(The)25 b(text)h(after)f(the)g(`)p Fs(=)p
+3649 y(4.)61 b(The)25 b(text)h(after)f(the)g(`)p Fs(=)p
 Ft(')h(in)e(eac)m(h)j(v)-5 b(ariable)25 b(assignmen)m(t)h(undergo)s(es)
-e(tilde)i(expansion,)g(parameter)330 2070 y(expansion,)49
+e(tilde)i(expansion,)g(parameter)330 3759 y(expansion,)49
 b(command)d(substitution,)j(arithmetic)d(expansion,)k(and)45
-b(quote)h(remo)m(v)-5 b(al)46 b(b)s(efore)330 2180 y(b)s(eing)30
-b(assigned)h(to)g(the)f(v)-5 b(ariable.)275 2339 y(If)32
+b(quote)h(remo)m(v)-5 b(al)46 b(b)s(efore)330 3868 y(b)s(eing)30
+b(assigned)h(to)g(the)f(v)-5 b(ariable.)275 4052 y(If)32
 b(no)i(command)f(name)g(results,)h(the)g(v)-5 b(ariable)34
 b(assignmen)m(ts)g(a\013ect)h(the)f(curren)m(t)f(shell)h(en)m(viron-)
-150 2448 y(men)m(t.)39 b(Otherwise,)27 b(the)e(v)-5 b(ariables)26
+150 4162 y(men)m(t.)39 b(Otherwise,)27 b(the)e(v)-5 b(ariables)26
 b(are)g(added)f(to)h(the)f(en)m(vironmen)m(t)h(of)g(the)f(executed)h
-(command)g(and)150 2558 y(do)35 b(not)f(a\013ect)j(the)d(curren)m(t)h
+(command)g(and)150 4271 y(do)35 b(not)f(a\013ect)j(the)d(curren)m(t)h
 (shell)g(en)m(vironmen)m(t.)54 b(If)34 b(an)m(y)h(of)g(the)f(assignmen)
-m(ts)i(attempts)f(to)h(assign)150 2667 y(a)j(v)-5 b(alue)39
+m(ts)i(attempts)f(to)h(assign)150 4381 y(a)j(v)-5 b(alue)39
 b(to)g(a)g(readonly)f(v)-5 b(ariable,)42 b(an)c(error)g(o)s(ccurs,)j
 (and)c(the)i(command)f(exits)h(with)g(a)f(non-zero)150
-2777 y(status.)275 2911 y(If)33 b(no)g(command)g(name)h(results,)g
+4490 y(status.)275 4641 y(If)33 b(no)g(command)g(name)h(results,)g
 (redirections)g(are)g(p)s(erformed,)f(but)g(do)h(not)f(a\013ect)i(the)f
-(curren)m(t)150 3021 y(shell)d(en)m(vironmen)m(t.)41
+(curren)m(t)150 4751 y(shell)d(en)m(vironmen)m(t.)41
 b(A)30 b(redirection)h(error)f(causes)h(the)g(command)f(to)h(exit)g
-(with)f(a)h(non-zero)g(status.)275 3155 y(If)26 b(there)i(is)f(a)h
+(with)f(a)h(non-zero)g(status.)275 4902 y(If)26 b(there)i(is)f(a)h
 (command)f(name)h(left)g(after)g(expansion,)g(execution)h(pro)s(ceeds)e
-(as)g(describ)s(ed)f(b)s(elo)m(w.)150 3265 y(Otherwise,)39
+(as)g(describ)s(ed)f(b)s(elo)m(w.)150 5011 y(Otherwise,)39
 b(the)e(command)g(exits.)62 b(If)37 b(one)g(of)g(the)h(expansions)f
-(con)m(tained)h(a)g(command)f(substitu-)150 3374 y(tion,)i(the)d(exit)h
+(con)m(tained)h(a)g(command)f(substitu-)150 5121 y(tion,)i(the)d(exit)h
 (status)g(of)f(the)h(command)f(is)h(the)f(exit)h(status)g(of)f(the)h
-(last)g(command)f(substitution)150 3484 y(p)s(erformed.)55
+(last)g(command)f(substitution)150 5230 y(p)s(erformed.)55
 b(If)35 b(there)g(w)m(ere)h(no)g(command)f(substitutions,)i(the)e
-(command)h(exits)g(with)f(a)h(status)g(of)150 3593 y(zero.)150
-3817 y Fk(3.7.2)63 b(Command)41 b(Searc)m(h)f(and)h(Execution)275
-4061 y Ft(After)35 b(a)h(command)f(has)h(b)s(een)e(split)i(in)m(to)g(w)
-m(ords,)h(if)e(it)h(results)g(in)f(a)h(simple)f(command)g(and)g(an)150
-4170 y(optional)d(list)f(of)f(argumen)m(ts,)h(the)g(follo)m(wing)g
-(actions)h(are)f(tak)m(en.)199 4304 y(1.)61 b(If)24 b(the)g(command)g
+(command)h(exits)g(with)f(a)h(status)g(of)150 5340 y(zero.)p
+eop end
+%%Page: 29 35
+TeXDict begin 29 34 bop 150 -116 a Ft(Chapter)30 b(3:)41
+b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(29)150 299
+y Fk(3.7.2)63 b(Command)41 b(Searc)m(h)f(and)h(Execution)275
+544 y Ft(After)35 b(a)h(command)f(has)h(b)s(een)e(split)i(in)m(to)g(w)m
+(ords,)h(if)e(it)h(results)g(in)f(a)h(simple)f(command)g(and)g(an)150
+653 y(optional)d(list)f(of)f(argumen)m(ts,)h(the)g(follo)m(wing)g
+(actions)h(are)f(tak)m(en.)199 789 y(1.)61 b(If)24 b(the)g(command)g
 (name)g(con)m(tains)i(no)e(slashes,)i(the)e(shell)h(attempts)g(to)g(lo)
-s(cate)h(it.)39 b(If)24 b(there)g(exists)330 4414 y(a)h(shell)g
+s(cate)h(it.)39 b(If)24 b(there)g(exists)330 898 y(a)h(shell)g
 (function)f(b)m(y)g(that)h(name,)h(that)f(function)f(is)h(in)m(v)m(ok)m
 (ed)h(as)e(describ)s(ed)g(in)g(Section)h(3.3)h([Shell)330
-4524 y(F)-8 b(unctions],)31 b(page)h(13.)199 4658 y(2.)61
+1008 y(F)-8 b(unctions],)31 b(page)h(13.)199 1143 y(2.)61
 b(If)41 b(the)g(name)h(do)s(es)f(not)g(matc)m(h)i(a)e(function,)j(the)e
 (shell)f(searc)m(hes)i(for)e(it)h(in)f(the)g(list)h(of)g(shell)330
-4767 y(builtins.)e(If)30 b(a)h(matc)m(h)g(is)f(found,)g(that)h(builtin)
-f(is)g(in)m(v)m(ok)m(ed.)199 4902 y(3.)61 b(If)40 b(the)g(name)h(is)f
+1252 y(builtins.)e(If)30 b(a)h(matc)m(h)g(is)f(found,)g(that)h(builtin)
+f(is)g(in)m(v)m(ok)m(ed.)199 1387 y(3.)61 b(If)40 b(the)g(name)h(is)f
 (neither)h(a)f(shell)h(function)f(nor)g(a)g(builtin,)j(and)d(con)m
-(tains)h(no)g(slashes,)i(Bash)330 5011 y(searc)m(hes)c(eac)m(h)g
+(tains)h(no)g(slashes,)i(Bash)330 1497 y(searc)m(hes)c(eac)m(h)g
 (elemen)m(t)g(of)g Fs($PATH)d Ft(for)i(a)g(directory)h(con)m(taining)g
-(an)f(executable)h(\014le)f(b)m(y)g(that)330 5121 y(name.)56
+(an)f(executable)h(\014le)f(b)m(y)g(that)330 1606 y(name.)56
 b(Bash)36 b(uses)f(a)h(hash)e(table)j(to)f(remem)m(b)s(er)f(the)h(full)
-f(pathnames)g(of)h(executable)h(\014les)e(to)330 5230
+f(pathnames)g(of)h(executable)h(\014les)e(to)330 1716
 y(a)m(v)m(oid)e(m)m(ultiple)f Fs(PATH)f Ft(searc)m(hes)i(\(see)f(the)g
 (description)g(of)f Fs(hash)g Ft(in)g(Section)i(4.1)f([Bourne)g(Shell)
-330 5340 y(Builtins],)37 b(page)f(33\).)55 b(A)35 b(full)g(searc)m(h)g
+330 1826 y(Builtins],)37 b(page)f(33\).)55 b(A)35 b(full)g(searc)m(h)g
 (of)g(the)g(directories)h(in)f Fs($PATH)e Ft(is)i(p)s(erformed)f(only)h
-(if)g(the)p eop end
-%%Page: 29 35
-TeXDict begin 29 34 bop 150 -116 a Ft(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(29)330 299
-y(command)31 b(is)g(not)g(found)f(in)g(the)i(hash)e(table.)43
-b(If)31 b(the)g(searc)m(h)h(is)f(unsuccessful,)f(the)h(shell)g(prin)m
-(ts)330 408 y(an)f(error)g(message)i(and)e(returns)f(an)h(exit)h
-(status)g(of)f(127.)199 544 y(4.)61 b(If)33 b(the)g(searc)m(h)h(is)g
-(successful,)g(or)f(if)g(the)h(command)f(name)g(con)m(tains)i(one)f(or)
-f(more)g(slashes,)i(the)330 653 y(shell)g(executes)h(the)f(named)f
-(program)g(in)h(a)g(separate)h(execution)f(en)m(vironmen)m(t.)55
-b(Argumen)m(t)35 b(0)330 763 y(is)30 b(set)h(to)h(the)e(name)h(giv)m
-(en,)g(and)f(the)h(remaining)f(argumen)m(ts)h(to)g(the)g(command)f(are)
-h(set)g(to)g(the)330 872 y(argumen)m(ts)g(supplied,)e(if)h(an)m(y)-8
-b(.)199 1008 y(5.)61 b(If)35 b(this)h(execution)h(fails)f(b)s(ecause)g
+(if)g(the)330 1935 y(command)c(is)g(not)g(found)f(in)g(the)i(hash)e
+(table.)43 b(If)31 b(the)g(searc)m(h)h(is)f(unsuccessful,)f(the)h
+(shell)g(prin)m(ts)330 2045 y(an)f(error)g(message)i(and)e(returns)f
+(an)h(exit)h(status)g(of)f(127.)199 2180 y(4.)61 b(If)33
+b(the)g(searc)m(h)h(is)g(successful,)g(or)f(if)g(the)h(command)f(name)g
+(con)m(tains)i(one)f(or)f(more)g(slashes,)i(the)330 2289
+y(shell)g(executes)h(the)f(named)f(program)g(in)h(a)g(separate)h
+(execution)f(en)m(vironmen)m(t.)55 b(Argumen)m(t)35 b(0)330
+2399 y(is)30 b(set)h(to)h(the)e(name)h(giv)m(en,)g(and)f(the)h
+(remaining)f(argumen)m(ts)h(to)g(the)g(command)f(are)h(set)g(to)g(the)
+330 2508 y(argumen)m(ts)g(supplied,)e(if)h(an)m(y)-8
+b(.)199 2643 y(5.)61 b(If)35 b(this)h(execution)h(fails)f(b)s(ecause)g
 (the)f(\014le)h(is)g(not)g(in)f(executable)j(format,)f(and)e(the)h
-(\014le)g(is)g(not)330 1117 y(a)d(directory)-8 b(,)34
+(\014le)g(is)g(not)330 2753 y(a)d(directory)-8 b(,)34
 b(it)f(is)g(assumed)e(to)j(b)s(e)d(a)i Fq(shell)g(script)h
 Ft(and)e(the)h(shell)f(executes)i(it)f(as)g(describ)s(ed)e(in)330
-1227 y(Section)g(3.8)h([Shell)e(Scripts],)g(page)i(31.)199
-1362 y(6.)61 b(If)38 b(the)h(command)f(w)m(as)h(not)g(b)s(egun)e(async)
+2862 y(Section)g(3.8)h([Shell)e(Scripts],)g(page)i(32.)199
+2997 y(6.)61 b(If)38 b(the)h(command)f(w)m(as)h(not)g(b)s(egun)e(async)
 m(hronously)-8 b(,)42 b(the)c(shell)h(w)m(aits)h(for)e(the)h(command)f
-(to)330 1472 y(complete)32 b(and)e(collects)i(its)f(exit)g(status.)150
-1698 y Fk(3.7.3)63 b(Command)41 b(Execution)f(En)m(vironmen)m(t)275
-1944 y Ft(The)29 b(shell)i(has)f(an)g Fq(execution)i(en)m(vironmen)m(t)
+(to)330 3107 y(complete)32 b(and)e(collects)i(its)f(exit)g(status.)150
+3333 y Fk(3.7.3)63 b(Command)41 b(Execution)f(En)m(vironmen)m(t)275
+3578 y Ft(The)29 b(shell)i(has)f(an)g Fq(execution)i(en)m(vironmen)m(t)
 p Ft(,)f(whic)m(h)f(consists)h(of)g(the)f(follo)m(wing:)225
-2080 y Fp(\017)60 b Ft(op)s(en)32 b(\014les)g(inherited)g(b)m(y)h(the)f
+3713 y Fp(\017)60 b Ft(op)s(en)32 b(\014les)g(inherited)g(b)m(y)h(the)f
 (shell)h(at)g(in)m(v)m(o)s(cation,)j(as)c(mo)s(di\014ed)g(b)m(y)g
-(redirections)h(supplied)e(to)330 2189 y(the)g Fs(exec)e
-Ft(builtin)225 2325 y Fp(\017)60 b Ft(the)28 b(curren)m(t)g(w)m(orking)
+(redirections)h(supplied)e(to)330 3822 y(the)g Fs(exec)e
+Ft(builtin)225 3957 y Fp(\017)60 b Ft(the)28 b(curren)m(t)g(w)m(orking)
 h(directory)g(as)f(set)h(b)m(y)f Fs(cd)p Ft(,)g Fs(pushd)p
 Ft(,)g(or)g Fs(popd)p Ft(,)g(or)g(inherited)g(b)m(y)g(the)h(shell)f(at)
-330 2434 y(in)m(v)m(o)s(cation)225 2569 y Fp(\017)60
+330 4067 y(in)m(v)m(o)s(cation)225 4202 y Fp(\017)60
 b Ft(the)31 b(\014le)f(creation)i(mo)s(de)e(mask)g(as)h(set)g(b)m(y)f
 Fs(umask)f Ft(or)h(inherited)g(from)g(the)h(shell's)f(paren)m(t)225
-2705 y Fp(\017)60 b Ft(curren)m(t)30 b(traps)g(set)h(b)m(y)f
-Fs(trap)225 2840 y Fp(\017)60 b Ft(shell)30 b(parameters)f(that)h(are)g
+4337 y Fp(\017)60 b Ft(curren)m(t)30 b(traps)g(set)h(b)m(y)f
+Fs(trap)225 4472 y Fp(\017)60 b Ft(shell)30 b(parameters)f(that)h(are)g
 (set)g(b)m(y)g(v)-5 b(ariable)30 b(assignmen)m(t)g(or)g(with)f
-Fs(set)f Ft(or)i(inherited)f(from)g(the)330 2949 y(shell's)i(paren)m(t)
-f(in)g(the)h(en)m(vironmen)m(t)225 3084 y Fp(\017)60
+Fs(set)f Ft(or)i(inherited)f(from)g(the)330 4581 y(shell's)i(paren)m(t)
+f(in)g(the)h(en)m(vironmen)m(t)225 4716 y Fp(\017)60
 b Ft(shell)44 b(functions)f(de\014ned)f(during)h(execution)i(or)e
 (inherited)h(from)f(the)h(shell's)g(paren)m(t)f(in)h(the)330
-3194 y(en)m(vironmen)m(t)225 3329 y Fp(\017)60 b Ft(options)33
+4826 y(en)m(vironmen)m(t)225 4961 y Fp(\017)60 b Ft(options)33
 b(enabled)g(at)h(in)m(v)m(o)s(cation)h(\(either)f(b)m(y)f(default)g(or)
-g(with)g(command-line)g(argumen)m(ts\))h(or)330 3439
-y(b)m(y)c Fs(set)225 3574 y Fp(\017)60 b Ft(options)31
-b(enabled)f(b)m(y)g Fs(shopt)225 3709 y Fp(\017)60 b
+g(with)g(command-line)g(argumen)m(ts\))h(or)330 5070
+y(b)m(y)c Fs(set)225 5205 y Fp(\017)60 b Ft(options)31
+b(enabled)f(b)m(y)g Fs(shopt)225 5340 y Fp(\017)60 b
 Ft(shell)31 b(aliases)g(de\014ned)f(with)g Fs(alias)f
-Ft(\(see)i(Section)g(6.6)h([Aliases],)g(page)f(71\))225
-3844 y Fp(\017)60 b Ft(v)-5 b(arious)50 b(pro)s(cess)f
-Fl(id)p Ft(s,)55 b(including)49 b(those)i(of)e(bac)m(kground)h(jobs)f
-(\(see)i(Section)g(3.2.3)g([Lists],)330 3954 y(page)31
-b(9\),)g(the)g(v)-5 b(alue)31 b(of)f Fs($$)p Ft(,)g(and)g(the)h(v)-5
-b(alue)31 b(of)f Fs($PPID)275 4115 y Ft(When)k(a)g(simple)h(command)f
-(other)g(than)g(a)h(builtin)f(or)g(shell)h(function)f(is)g(to)h(b)s(e)f
-(executed,)i(it)f(is)150 4225 y(in)m(v)m(ok)m(ed)25 b(in)f(a)g
-(separate)h(execution)g(en)m(vironmen)m(t)g(that)f(consists)g(of)h(the)
-f(follo)m(wing.)40 b(Unless)24 b(otherwise)150 4335 y(noted,)31
-b(the)f(v)-5 b(alues)31 b(are)g(inherited)f(from)g(the)g(shell.)225
-4470 y Fp(\017)60 b Ft(the)31 b(shell's)h(op)s(en)e(\014les,)i(plus)e
+Ft(\(see)i(Section)g(6.6)h([Aliases],)g(page)f(71\))p
+eop end
+%%Page: 30 36
+TeXDict begin 30 35 bop 150 -116 a Ft(30)2572 b(Bash)31
+b(Reference)g(Man)m(ual)225 299 y Fp(\017)60 b Ft(v)-5
+b(arious)50 b(pro)s(cess)f Fl(id)p Ft(s,)55 b(including)49
+b(those)i(of)e(bac)m(kground)h(jobs)f(\(see)i(Section)g(3.2.3)g
+([Lists],)330 408 y(page)31 b(9\),)g(the)g(v)-5 b(alue)31
+b(of)f Fs($$)p Ft(,)g(and)g(the)h(v)-5 b(alue)31 b(of)f
+Fs($PPID)275 562 y Ft(When)k(a)g(simple)h(command)f(other)g(than)g(a)h
+(builtin)f(or)g(shell)h(function)f(is)g(to)h(b)s(e)f(executed,)i(it)f
+(is)150 672 y(in)m(v)m(ok)m(ed)25 b(in)f(a)g(separate)h(execution)g(en)
+m(vironmen)m(t)g(that)f(consists)g(of)h(the)f(follo)m(wing.)40
+b(Unless)24 b(otherwise)150 782 y(noted,)31 b(the)f(v)-5
+b(alues)31 b(are)g(inherited)f(from)g(the)g(shell.)225
+913 y Fp(\017)60 b Ft(the)31 b(shell's)h(op)s(en)e(\014les,)i(plus)e
 (an)m(y)h(mo)s(di\014cations)h(and)e(additions)h(sp)s(eci\014ed)g(b)m
-(y)g(redirections)g(to)330 4580 y(the)g(command)225 4715
+(y)g(redirections)g(to)330 1023 y(the)g(command)225 1155
 y Fp(\017)60 b Ft(the)31 b(curren)m(t)f(w)m(orking)g(directory)225
-4850 y Fp(\017)60 b Ft(the)31 b(\014le)f(creation)i(mo)s(de)e(mask)225
-4986 y Fp(\017)60 b Ft(shell)32 b(v)-5 b(ariables)33
+1286 y Fp(\017)60 b Ft(the)31 b(\014le)f(creation)i(mo)s(de)e(mask)225
+1418 y Fp(\017)60 b Ft(shell)32 b(v)-5 b(ariables)33
 b(and)e(functions)h(mark)m(ed)g(for)g(exp)s(ort,)g(along)h(with)f(v)-5
-b(ariables)32 b(exp)s(orted)g(for)g(the)330 5095 y(command,)e(passed)g
+b(ariables)32 b(exp)s(orted)g(for)g(the)330 1528 y(command,)e(passed)g
 (in)g(the)h(en)m(vironmen)m(t)g(\(see)g(Section)g(3.7.4)i([En)m
-(vironmen)m(t],)e(page)g(30\))225 5230 y Fp(\017)60 b
+(vironmen)m(t],)e(page)g(30\))225 1659 y Fp(\017)60 b
 Ft(traps)31 b(caugh)m(t)h(b)m(y)f(the)g(shell)h(are)f(reset)h(to)g(the)
 f(v)-5 b(alues)32 b(inherited)e(from)h(the)g(shell's)h(paren)m(t,)g
-(and)330 5340 y(traps)e(ignored)h(b)m(y)f(the)g(shell)h(are)g(ignored)p
-eop end
-%%Page: 30 36
-TeXDict begin 30 35 bop 150 -116 a Ft(30)2572 b(Bash)31
-b(Reference)g(Man)m(ual)275 299 y(A)41 b(command)g(in)m(v)m(ok)m(ed)i
-(in)e(this)h(separate)g(en)m(vironmen)m(t)g(cannot)g(a\013ect)h(the)f
-(shell's)g(execution)150 408 y(en)m(vironmen)m(t.)275
-540 y(Command)35 b(substitution,)j(commands)e(group)s(ed)f(with)i
-(paren)m(theses,)h(and)e(async)m(hronous)g(com-)150 650
-y(mands)c(are)h(in)m(v)m(ok)m(ed)i(in)d(a)i(subshell)e(en)m(vironmen)m
-(t)h(that)h(is)f(a)g(duplicate)h(of)f(the)g(shell)g(en)m(vironmen)m(t,)
-150 760 y(except)i(that)g(traps)f(caugh)m(t)h(b)m(y)f(the)h(shell)f
-(are)g(reset)h(to)g(the)f(v)-5 b(alues)35 b(that)g(the)f(shell)h
-(inherited)e(from)150 869 y(its)g(paren)m(t)f(at)h(in)m(v)m(o)s
-(cation.)49 b(Builtin)32 b(commands)g(that)h(are)g(in)m(v)m(ok)m(ed)h
-(as)e(part)g(of)h(a)f(pip)s(eline)g(are)h(also)150 979
-y(executed)41 b(in)f(a)h(subshell)e(en)m(vironmen)m(t.)72
-b(Changes)40 b(made)g(to)h(the)g(subshell)e(en)m(vironmen)m(t)i(cannot)
-150 1088 y(a\013ect)32 b(the)f(shell's)f(execution)i(en)m(vironmen)m
-(t.)275 1220 y(If)38 b(a)h(command)f(is)g(follo)m(w)m(ed)j(b)m(y)d(a)h
-(`)p Fs(&)p Ft(')g(and)f(job)g(con)m(trol)i(is)e(not)h(activ)m(e,)k
-(the)c(default)g(standard)150 1330 y(input)e(for)g(the)h(command)f(is)h
-(the)g(empt)m(y)g(\014le)f(`)p Fs(/dev/null)p Ft('.)61
-b(Otherwise,)39 b(the)f(in)m(v)m(ok)m(ed)h(command)150
-1440 y(inherits)30 b(the)h(\014le)f(descriptors)g(of)h(the)f(calling)i
-(shell)f(as)f(mo)s(di\014ed)g(b)m(y)g(redirections.)150
-1656 y Fk(3.7.4)63 b(En)m(vironmen)m(t)275 1898 y Ft(When)31
-b(a)g(program)h(is)f(in)m(v)m(ok)m(ed)i(it)f(is)f(giv)m(en)h(an)g(arra)
-m(y)g(of)f(strings)g(called)i(the)e Fq(en)m(vironmen)m(t)p
-Ft(.)45 b(This)150 2007 y(is)30 b(a)h(list)g(of)g(name-v)-5
-b(alue)31 b(pairs,)f(of)h(the)f(form)g Fs(name=value)p
-Ft(.)275 2139 y(Bash)39 b(pro)m(vides)g(sev)m(eral)i(w)m(a)m(ys)g(to)f
-(manipulate)f(the)h(en)m(vironmen)m(t.)69 b(On)38 b(in)m(v)m(o)s
-(cation,)44 b(the)c(shell)150 2249 y(scans)g(its)h(o)m(wn)f(en)m
-(vironmen)m(t)h(and)f(creates)i(a)f(parameter)f(for)g(eac)m(h)i(name)e
-(found,)i(automatically)150 2359 y(marking)26 b(it)g(for)g
-Fq(exp)s(ort)h Ft(to)g(c)m(hild)f(pro)s(cesses.)39 b(Executed)26
-b(commands)g(inherit)g(the)g(en)m(vironmen)m(t.)39 b(The)150
-2468 y Fs(export)c Ft(and)i(`)p Fs(declare)29 b(-x)p
-Ft(')36 b(commands)h(allo)m(w)i(parameters)e(and)g(functions)g(to)h(b)s
-(e)e(added)h(to)h(and)150 2578 y(deleted)21 b(from)f(the)h(en)m
-(vironmen)m(t.)38 b(If)20 b(the)h(v)-5 b(alue)21 b(of)g(a)g(parameter)g
-(in)f(the)g(en)m(vironmen)m(t)i(is)e(mo)s(di\014ed,)i(the)150
-2687 y(new)31 b(v)-5 b(alue)32 b(b)s(ecomes)f(part)h(of)f(the)h(en)m
-(vironmen)m(t,)g(replacing)h(the)e(old.)44 b(The)31 b(en)m(vironmen)m
-(t)h(inherited)150 2797 y(b)m(y)f(an)m(y)g(executed)h(command)f
-(consists)g(of)g(the)g(shell's)h(initial)g(en)m(vironmen)m(t,)g(whose)f
-(v)-5 b(alues)31 b(ma)m(y)h(b)s(e)150 2907 y(mo)s(di\014ed)26
+(and)330 1769 y(traps)e(ignored)h(b)m(y)f(the)g(shell)h(are)g(ignored)
+275 1923 y(A)41 b(command)g(in)m(v)m(ok)m(ed)i(in)e(this)h(separate)g
+(en)m(vironmen)m(t)g(cannot)g(a\013ect)h(the)f(shell's)g(execution)150
+2032 y(en)m(vironmen)m(t.)275 2164 y(Command)35 b(substitution,)j
+(commands)e(group)s(ed)f(with)i(paren)m(theses,)h(and)e(async)m
+(hronous)g(com-)150 2274 y(mands)c(are)h(in)m(v)m(ok)m(ed)i(in)d(a)i
+(subshell)e(en)m(vironmen)m(t)h(that)h(is)f(a)g(duplicate)h(of)f(the)g
+(shell)g(en)m(vironmen)m(t,)150 2383 y(except)i(that)g(traps)f(caugh)m
+(t)h(b)m(y)f(the)h(shell)f(are)g(reset)h(to)g(the)f(v)-5
+b(alues)35 b(that)g(the)f(shell)h(inherited)e(from)150
+2493 y(its)g(paren)m(t)f(at)h(in)m(v)m(o)s(cation.)49
+b(Builtin)32 b(commands)g(that)h(are)g(in)m(v)m(ok)m(ed)h(as)e(part)g
+(of)h(a)f(pip)s(eline)g(are)h(also)150 2602 y(executed)41
+b(in)f(a)h(subshell)e(en)m(vironmen)m(t.)72 b(Changes)40
+b(made)g(to)h(the)g(subshell)e(en)m(vironmen)m(t)i(cannot)150
+2712 y(a\013ect)32 b(the)f(shell's)f(execution)i(en)m(vironmen)m(t.)275
+2844 y(If)38 b(a)h(command)f(is)g(follo)m(w)m(ed)j(b)m(y)d(a)h(`)p
+Fs(&)p Ft(')g(and)f(job)g(con)m(trol)i(is)e(not)h(activ)m(e,)k(the)c
+(default)g(standard)150 2953 y(input)e(for)g(the)h(command)f(is)h(the)g
+(empt)m(y)g(\014le)f(`)p Fs(/dev/null)p Ft('.)61 b(Otherwise,)39
+b(the)f(in)m(v)m(ok)m(ed)h(command)150 3063 y(inherits)30
+b(the)h(\014le)f(descriptors)g(of)h(the)f(calling)i(shell)f(as)f(mo)s
+(di\014ed)g(b)m(y)g(redirections.)150 3279 y Fk(3.7.4)63
+b(En)m(vironmen)m(t)275 3520 y Ft(When)31 b(a)g(program)h(is)f(in)m(v)m
+(ok)m(ed)i(it)f(is)f(giv)m(en)h(an)g(arra)m(y)g(of)f(strings)g(called)i
+(the)e Fq(en)m(vironmen)m(t)p Ft(.)45 b(This)150 3630
+y(is)30 b(a)h(list)g(of)g(name-v)-5 b(alue)31 b(pairs,)f(of)h(the)f
+(form)g Fs(name=value)p Ft(.)275 3761 y(Bash)39 b(pro)m(vides)g(sev)m
+(eral)i(w)m(a)m(ys)g(to)f(manipulate)f(the)h(en)m(vironmen)m(t.)69
+b(On)38 b(in)m(v)m(o)s(cation,)44 b(the)c(shell)150 3871
+y(scans)g(its)h(o)m(wn)f(en)m(vironmen)m(t)h(and)f(creates)i(a)f
+(parameter)f(for)g(eac)m(h)i(name)e(found,)i(automatically)150
+3981 y(marking)26 b(it)g(for)g Fq(exp)s(ort)h Ft(to)g(c)m(hild)f(pro)s
+(cesses.)39 b(Executed)26 b(commands)g(inherit)g(the)g(en)m(vironmen)m
+(t.)39 b(The)150 4090 y Fs(export)c Ft(and)i(`)p Fs(declare)29
+b(-x)p Ft(')36 b(commands)h(allo)m(w)i(parameters)e(and)g(functions)g
+(to)h(b)s(e)e(added)h(to)h(and)150 4200 y(deleted)21
+b(from)f(the)h(en)m(vironmen)m(t.)38 b(If)20 b(the)h(v)-5
+b(alue)21 b(of)g(a)g(parameter)g(in)f(the)g(en)m(vironmen)m(t)i(is)e
+(mo)s(di\014ed,)i(the)150 4309 y(new)31 b(v)-5 b(alue)32
+b(b)s(ecomes)f(part)h(of)f(the)h(en)m(vironmen)m(t,)g(replacing)h(the)e
+(old.)44 b(The)31 b(en)m(vironmen)m(t)h(inherited)150
+4419 y(b)m(y)f(an)m(y)g(executed)h(command)f(consists)g(of)g(the)g
+(shell's)h(initial)g(en)m(vironmen)m(t,)g(whose)f(v)-5
+b(alues)31 b(ma)m(y)h(b)s(e)150 4529 y(mo)s(di\014ed)26
 b(in)g(the)h(shell,)h(less)f(an)m(y)g(pairs)f(remo)m(v)m(ed)i(b)m(y)f
 (the)g Fs(unset)e Ft(and)h(`)p Fs(export)j(-n)p Ft(')e(commands,)g
-(plus)150 3016 y(an)m(y)k(additions)f(via)h(the)g Fs(export)d
-Ft(and)i(`)p Fs(declare)f(-x)p Ft(')h(commands.)275 3148
+(plus)150 4638 y(an)m(y)k(additions)f(via)h(the)g Fs(export)d
+Ft(and)i(`)p Fs(declare)f(-x)p Ft(')h(commands.)275 4770
 y(The)j(en)m(vironmen)m(t)i(for)f(an)m(y)g(simple)h(command)f(or)g
 (function)g(ma)m(y)g(b)s(e)g(augmen)m(ted)h(temp)s(orarily)150
-3258 y(b)m(y)c(pre\014xing)e(it)i(with)g(parameter)g(assignmen)m(ts,)h
+4879 y(b)m(y)c(pre\014xing)e(it)i(with)g(parameter)g(assignmen)m(ts,)h
 (as)e(describ)s(ed)g(in)g(Section)i(3.4)g([Shell)e(P)m(arameters],)150
-3367 y(page)g(15.)41 b(These)29 b(assignmen)m(t)i(statemen)m(ts)g
+4989 y(page)g(15.)41 b(These)29 b(assignmen)m(t)i(statemen)m(ts)g
 (a\013ect)f(only)g(the)f(en)m(vironmen)m(t)h(seen)g(b)m(y)f(that)h
-(command.)275 3499 y(If)h(the)i(`)p Fs(-k)p Ft(')f(option)h(is)f(set)h
+(command.)275 5121 y(If)h(the)i(`)p Fs(-k)p Ft(')f(option)h(is)f(set)h
 (\(see)g(Section)g(4.3)g([The)f(Set)h(Builtin],)g(page)g(50\),)h(then)e
-(all)h(parameter)150 3609 y(assignmen)m(ts)d(are)g(placed)h(in)e(the)h
+(all)h(parameter)150 5230 y(assignmen)m(ts)d(are)g(placed)h(in)e(the)h
 (en)m(vironmen)m(t)g(for)g(a)g(command,)f(not)h(just)f(those)i(that)f
-(precede)g(the)150 3719 y(command)g(name.)275 3851 y(When)f(Bash)h(in)m
-(v)m(ok)m(es)i(an)e(external)g(command,)g(the)g(v)-5
-b(ariable)31 b(`)p Fs($_)p Ft(')f(is)g(set)g(to)h(the)f(full)f(path)h
-(name)150 3960 y(of)h(the)f(command)g(and)g(passed)g(to)h(that)g
-(command)f(in)g(its)h(en)m(vironmen)m(t.)150 4177 y Fk(3.7.5)63
-b(Exit)40 b(Status)275 4418 y Ft(F)-8 b(or)32 b(the)g(shell's)g(purp)s
+(precede)g(the)150 5340 y(command)g(name.)p eop end
+%%Page: 31 37
+TeXDict begin 31 36 bop 150 -116 a Ft(Chapter)30 b(3:)41
+b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(31)275 299
+y(When)29 b(Bash)h(in)m(v)m(ok)m(es)i(an)e(external)g(command,)g(the)g
+(v)-5 b(ariable)31 b(`)p Fs($_)p Ft(')f(is)g(set)g(to)h(the)f(full)f
+(path)h(name)150 408 y(of)h(the)f(command)g(and)g(passed)g(to)h(that)g
+(command)f(in)g(its)h(en)m(vironmen)m(t.)150 643 y Fk(3.7.5)63
+b(Exit)40 b(Status)275 892 y Ft(F)-8 b(or)32 b(the)g(shell's)g(purp)s
 (oses,)e(a)j(command)e(whic)m(h)h(exits)g(with)g(a)g(zero)g(exit)h
-(status)f(has)f(succeeded.)150 4528 y(A)e(non-zero)h(exit)g(status)g
+(status)f(has)f(succeeded.)150 1001 y(A)e(non-zero)h(exit)g(status)g
 (indicates)g(failure.)40 b(This)28 b(seemingly)i(coun)m(ter-in)m
-(tuitiv)m(e)i(sc)m(heme)e(is)f(used)g(so)150 4638 y(there)34
+(tuitiv)m(e)i(sc)m(heme)e(is)f(used)g(so)150 1111 y(there)34
 b(is)g(one)g(w)m(ell-de\014ned)g(w)m(a)m(y)g(to)h(indicate)g(success)f
 (and)f(a)h(v)-5 b(ariet)m(y)35 b(of)f(w)m(a)m(ys)h(to)f(indicate)h(v)-5
-b(arious)150 4747 y(failure)38 b(mo)s(des.)62 b(When)38
+b(arious)150 1220 y(failure)38 b(mo)s(des.)62 b(When)38
 b(a)g(command)f(terminates)i(on)e(a)i(fatal)g(signal)f(whose)g(n)m(um)m
-(b)s(er)e(is)i Fq(N)p Ft(,)g(Bash)150 4857 y(uses)30
+(b)s(er)e(is)i Fq(N)p Ft(,)g(Bash)150 1330 y(uses)30
 b(the)g(v)-5 b(alue)31 b(128)p Fs(+)p Fq(N)42 b Ft(as)30
-b(the)h(exit)g(status.)275 4989 y(If)k(a)h(command)g(is)g(not)g(found,)
+b(the)h(exit)g(status.)275 1469 y(If)k(a)h(command)g(is)g(not)g(found,)
 g(the)g(c)m(hild)h(pro)s(cess)e(created)i(to)g(execute)g(it)g(returns)d
-(a)j(status)f(of)150 5098 y(127.)42 b(If)30 b(a)h(command)f(is)g(found)
+(a)j(status)f(of)150 1579 y(127.)42 b(If)30 b(a)h(command)f(is)g(found)
 f(but)h(is)g(not)h(executable,)h(the)f(return)e(status)i(is)f(126.)275
-5230 y(If)i(a)i(command)f(fails)g(b)s(ecause)g(of)h(an)f(error)f
+1719 y(If)i(a)i(command)f(fails)g(b)s(ecause)g(of)h(an)f(error)f
 (during)g(expansion)h(or)g(redirection,)i(the)f(exit)g(status)150
-5340 y(is)c(greater)i(than)e(zero.)p eop end
-%%Page: 31 37
-TeXDict begin 31 36 bop 150 -116 a Ft(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(31)275 299
-y(The)38 b(exit)h(status)g(is)g(used)f(b)m(y)g(the)h(Bash)g
-(conditional)h(commands)e(\(see)h(Section)h(3.2.4.2)h([Con-)150
-408 y(ditional)i(Constructs],)h(page)f(10\))g(and)e(some)i(of)f(the)g
-(list)g(constructs)g(\(see)h(Section)f(3.2.3)i([Lists],)150
-518 y(page)31 b(9\).)275 651 y(All)40 b(of)g(the)h(Bash)f(builtins)f
+1828 y(is)c(greater)i(than)e(zero.)275 1968 y(The)38
+b(exit)h(status)g(is)g(used)f(b)m(y)g(the)h(Bash)g(conditional)h
+(commands)e(\(see)h(Section)h(3.2.4.2)h([Con-)150 2077
+y(ditional)i(Constructs],)h(page)f(10\))g(and)e(some)i(of)f(the)g(list)
+g(constructs)g(\(see)h(Section)f(3.2.3)i([Lists],)150
+2187 y(page)31 b(9\).)275 2326 y(All)40 b(of)g(the)h(Bash)f(builtins)f
 (return)g(an)h(exit)h(status)g(of)f(zero)h(if)f(they)g(succeed)g(and)g
-(a)g(non-zero)150 760 y(status)34 b(on)f(failure,)i(so)f(they)g(ma)m(y)
-g(b)s(e)f(used)g(b)m(y)g(the)h(conditional)h(and)e(list)h(constructs.)
-50 b(All)35 b(builtins)150 870 y(return)29 b(an)i(exit)g(status)g(of)f
-(2)h(to)g(indicate)g(incorrect)h(usage.)150 1089 y Fk(3.7.6)63
-b(Signals)275 1332 y Ft(When)27 b(Bash)h(is)h(in)m(teractiv)m(e,)i(in)d
-(the)g(absence)h(of)f(an)m(y)g(traps,)h(it)f(ignores)h
-Fs(SIGTERM)d Ft(\(so)i(that)h(`)p Fs(kill)150 1441 y(0)p
-Ft(')k(do)s(es)g(not)g(kill)g(an)g(in)m(teractiv)m(e)j(shell\),)f(and)d
-Fs(SIGINT)f Ft(is)i(caugh)m(t)h(and)f(handled)f(\(so)h(that)h(the)f
-Fs(wait)150 1551 y Ft(builtin)24 b(is)h(in)m(terruptible\).)39
-b(When)24 b(Bash)g(receiv)m(es)j(a)d Fs(SIGINT)p Ft(,)h(it)g(breaks)f
-(out)h(of)f(an)m(y)h(executing)h(lo)s(ops.)150 1660 y(In)31
-b(all)h(cases,)h(Bash)f(ignores)g Fs(SIGQUIT)p Ft(.)42
-b(If)32 b(job)f(con)m(trol)i(is)e(in)h(e\013ect)h(\(see)f(Chapter)f(7)h
-([Job)g(Con)m(trol],)150 1770 y(page)f(81\),)h(Bash)e(ignores)h
-Fs(SIGTTIN)p Ft(,)e Fs(SIGTTOU)p Ft(,)g(and)g Fs(SIGTSTP)p
-Ft(.)275 1903 y(Non-builtin)i(commands)g(started)g(b)m(y)g(Bash)h(ha)m
-(v)m(e)g(signal)g(handlers)e(set)i(to)g(the)g(v)-5 b(alues)31
-b(inherited)150 2012 y(b)m(y)37 b(the)h(shell)g(from)f(its)h(paren)m
-(t.)62 b(When)38 b(job)f(con)m(trol)i(is)e(not)h(in)f(e\013ect,)k
-(async)m(hronous)c(commands)150 2122 y(ignore)f Fs(SIGINT)e
-Ft(and)h Fs(SIGQUIT)e Ft(in)j(addition)f(to)i(these)f(inherited)f
-(handlers.)55 b(Commands)35 b(run)f(as)i(a)150 2232 y(result)27
-b(of)h(command)f(substitution)h(ignore)g(the)g(k)m(eyb)s
-(oard-generated)g(job)g(con)m(trol)h(signals)f Fs(SIGTTIN)p
-Ft(,)150 2341 y Fs(SIGTTOU)p Ft(,)h(and)g Fs(SIGTSTP)p
-Ft(.)275 2474 y(The)h(shell)i(exits)g(b)m(y)f(default)g(up)s(on)f
-(receipt)i(of)f(a)h Fs(SIGHUP)p Ft(.)42 b(Before)32 b(exiting,)h(an)e
-(in)m(teractiv)m(e)j(shell)150 2584 y(resends)41 b(the)i
-Fs(SIGHUP)e Ft(to)i(all)g(jobs,)i(running)c(or)h(stopp)s(ed.)76
-b(Stopp)s(ed)41 b(jobs)h(are)h(sen)m(t)g Fs(SIGCONT)d
-Ft(to)150 2693 y(ensure)32 b(that)h(they)g(receiv)m(e)i(the)e
-Fs(SIGHUP)p Ft(.)47 b(T)-8 b(o)33 b(prev)m(en)m(t)g(the)g(shell)g(from)
-g(sending)f(the)h Fs(SIGHUP)e Ft(signal)150 2803 y(to)i(a)g(particular)
-g(job,)g(it)g(should)f(b)s(e)g(remo)m(v)m(ed)h(from)g(the)f(jobs)g
-(table)i(with)e(the)h Fs(disown)e Ft(builtin)h(\(see)150
-2912 y(Section)f(7.2)g([Job)f(Con)m(trol)h(Builtins],)g(page)g(82\))h
-(or)e(mark)m(ed)g(to)h(not)f(receiv)m(e)i Fs(SIGHUP)d
-Ft(using)h Fs(disown)150 3022 y(-h)p Ft(.)275 3155 y(If)h(the)h
-Fs(huponexit)d Ft(shell)k(option)f(has)g(b)s(een)f(set)h(with)g
-Fs(shopt)e Ft(\(see)j(Section)g(4.2)g([Bash)f(Builtins],)150
-3264 y(page)f(39\),)h(Bash)e(sends)g(a)h Fs(SIGHUP)d
+(a)g(non-zero)150 2436 y(status)34 b(on)f(failure,)i(so)f(they)g(ma)m
+(y)g(b)s(e)f(used)g(b)m(y)g(the)h(conditional)h(and)e(list)h
+(constructs.)50 b(All)35 b(builtins)150 2545 y(return)29
+b(an)i(exit)g(status)g(of)f(2)h(to)g(indicate)g(incorrect)h(usage.)150
+2780 y Fk(3.7.6)63 b(Signals)275 3029 y Ft(When)27 b(Bash)h(is)h(in)m
+(teractiv)m(e,)i(in)d(the)g(absence)h(of)f(an)m(y)g(traps,)h(it)f
+(ignores)h Fs(SIGTERM)d Ft(\(so)i(that)h(`)p Fs(kill)150
+3138 y(0)p Ft(')k(do)s(es)g(not)g(kill)g(an)g(in)m(teractiv)m(e)j
+(shell\),)f(and)d Fs(SIGINT)f Ft(is)i(caugh)m(t)h(and)f(handled)f(\(so)
+h(that)h(the)f Fs(wait)150 3248 y Ft(builtin)24 b(is)h(in)m
+(terruptible\).)39 b(When)24 b(Bash)g(receiv)m(es)j(a)d
+Fs(SIGINT)p Ft(,)h(it)g(breaks)f(out)h(of)f(an)m(y)h(executing)h(lo)s
+(ops.)150 3357 y(In)31 b(all)h(cases,)h(Bash)f(ignores)g
+Fs(SIGQUIT)p Ft(.)42 b(If)32 b(job)f(con)m(trol)i(is)e(in)h(e\013ect)h
+(\(see)f(Chapter)f(7)h([Job)g(Con)m(trol],)150 3467 y(page)f(81\),)h
+(Bash)e(ignores)h Fs(SIGTTIN)p Ft(,)e Fs(SIGTTOU)p Ft(,)g(and)g
+Fs(SIGTSTP)p Ft(.)275 3606 y(Non-builtin)i(commands)g(started)g(b)m(y)g
+(Bash)h(ha)m(v)m(e)g(signal)g(handlers)e(set)i(to)g(the)g(v)-5
+b(alues)31 b(inherited)150 3716 y(b)m(y)37 b(the)h(shell)g(from)f(its)h
+(paren)m(t.)62 b(When)38 b(job)f(con)m(trol)i(is)e(not)h(in)f
+(e\013ect,)k(async)m(hronous)c(commands)150 3826 y(ignore)f
+Fs(SIGINT)e Ft(and)h Fs(SIGQUIT)e Ft(in)j(addition)f(to)i(these)f
+(inherited)f(handlers.)55 b(Commands)35 b(run)f(as)i(a)150
+3935 y(result)27 b(of)h(command)f(substitution)h(ignore)g(the)g(k)m
+(eyb)s(oard-generated)g(job)g(con)m(trol)h(signals)f
+Fs(SIGTTIN)p Ft(,)150 4045 y Fs(SIGTTOU)p Ft(,)h(and)g
+Fs(SIGTSTP)p Ft(.)275 4184 y(The)h(shell)i(exits)g(b)m(y)f(default)g
+(up)s(on)f(receipt)i(of)f(a)h Fs(SIGHUP)p Ft(.)42 b(Before)32
+b(exiting,)h(an)e(in)m(teractiv)m(e)j(shell)150 4294
+y(resends)41 b(the)i Fs(SIGHUP)e Ft(to)i(all)g(jobs,)i(running)c(or)h
+(stopp)s(ed.)76 b(Stopp)s(ed)41 b(jobs)h(are)h(sen)m(t)g
+Fs(SIGCONT)d Ft(to)150 4403 y(ensure)32 b(that)h(they)g(receiv)m(e)i
+(the)e Fs(SIGHUP)p Ft(.)47 b(T)-8 b(o)33 b(prev)m(en)m(t)g(the)g(shell)
+g(from)g(sending)f(the)h Fs(SIGHUP)e Ft(signal)150 4513
+y(to)i(a)g(particular)g(job,)g(it)g(should)f(b)s(e)g(remo)m(v)m(ed)h
+(from)g(the)f(jobs)g(table)i(with)e(the)h Fs(disown)e
+Ft(builtin)h(\(see)150 4623 y(Section)f(7.2)g([Job)f(Con)m(trol)h
+(Builtins],)g(page)g(82\))h(or)e(mark)m(ed)g(to)h(not)f(receiv)m(e)i
+Fs(SIGHUP)d Ft(using)h Fs(disown)150 4732 y(-h)p Ft(.)275
+4872 y(If)h(the)h Fs(huponexit)d Ft(shell)k(option)f(has)g(b)s(een)f
+(set)h(with)g Fs(shopt)e Ft(\(see)j(Section)g(4.2)g([Bash)f(Builtins],)
+150 4981 y(page)f(39\),)h(Bash)e(sends)g(a)h Fs(SIGHUP)d
 Ft(to)j(all)h(jobs)e(when)f(an)h(in)m(teractiv)m(e)j(login)f(shell)e
-(exits.)275 3397 y(If)38 b(Bash)h(is)g(w)m(aiting)h(for)f(a)g(command)f
+(exits.)275 5121 y(If)38 b(Bash)h(is)g(w)m(aiting)h(for)f(a)g(command)f
 (to)i(complete)g(and)e(receiv)m(es)j(a)e(signal)h(for)e(whic)m(h)h(a)g
-(trap)150 3507 y(has)c(b)s(een)f(set,)i(the)f(trap)g(will)g(not)g(b)s
+(trap)150 5230 y(has)c(b)s(een)f(set,)i(the)f(trap)g(will)g(not)g(b)s
 (e)f(executed)i(un)m(til)f(the)g(command)f(completes.)55
-b(When)35 b(Bash)g(is)150 3616 y(w)m(aiting)j(for)f(an)g(async)m
+b(When)35 b(Bash)g(is)150 5340 y(w)m(aiting)j(for)f(an)g(async)m
 (hronous)g(command)g(via)h(the)f Fs(wait)f Ft(builtin,)i(the)g
-(reception)g(of)f(a)g(signal)h(for)150 3726 y(whic)m(h)d(a)g(trap)g
-(has)g(b)s(een)f(set)h(will)h(cause)f(the)g Fs(wait)f
-Ft(builtin)h(to)g(return)f(immediately)i(with)f(an)g(exit)150
-3836 y(status)c(greater)g(than)f(128,)i(immediately)g(after)f(whic)m(h)
-f(the)h(trap)f(is)g(executed.)150 4088 y Fr(3.8)68 b(Shell)45
-b(Scripts)275 4330 y Ft(A)c(shell)h(script)g(is)g(a)g(text)h(\014le)f
-(con)m(taining)h(shell)f(commands.)75 b(When)41 b(suc)m(h)h(a)g(\014le)
-g(is)g(used)f(as)150 4440 y(the)33 b(\014rst)f(non-option)h(argumen)m
-(t)h(when)e(in)m(v)m(oking)i(Bash,)g(and)e(neither)h(the)g(`)p
-Fs(-c)p Ft(')g(nor)g(`)p Fs(-s)p Ft(')f(option)i(is)150
-4550 y(supplied)j(\(see)j(Section)g(6.1)f([In)m(v)m(oking)h(Bash],)h
-(page)f(63\),)i(Bash)d(reads)f(and)g(executes)i(commands)150
-4659 y(from)31 b(the)h(\014le,)h(then)e(exits.)46 b(This)31
-b(mo)s(de)g(of)h(op)s(eration)h(creates)g(a)f(non-in)m(teractiv)m(e)i
-(shell.)45 b(The)32 b(shell)150 4769 y(\014rst)26 b(searc)m(hes)h(for)f
-(the)g(\014le)h(in)f(the)g(curren)m(t)h(directory)-8
-b(,)28 b(and)e(lo)s(oks)g(in)h(the)f(directories)h(in)f
-Fs($PATH)f Ft(if)i(not)150 4878 y(found)i(there.)275
-5011 y(When)34 b(Bash)h(runs)e(a)i(shell)g(script,)g(it)h(sets)f(the)f
-(sp)s(ecial)i(parameter)f Fs(0)f Ft(to)h(the)g(name)g(of)g(the)g
-(\014le,)150 5121 y(rather)k(than)g(the)h(name)f(of)h(the)f(shell,)j
-(and)d(the)h(p)s(ositional)g(parameters)f(are)h(set)g(to)g(the)g
-(remain-)150 5230 y(ing)f(argumen)m(ts,)j(if)d(an)m(y)g(are)g(giv)m
-(en.)67 b(If)39 b(no)g(additional)g(argumen)m(ts)h(are)f(supplied,)h
-(the)f(p)s(ositional)150 5340 y(parameters)31 b(are)f(unset.)p
-eop end
+(reception)g(of)f(a)g(signal)h(for)p eop end
 %%Page: 32 38
 TeXDict begin 32 37 bop 150 -116 a Ft(32)2572 b(Bash)31
-b(Reference)g(Man)m(ual)275 299 y(A)39 b(shell)h(script)f(ma)m(y)h(b)s
-(e)f(made)h(executable)h(b)m(y)e(using)g(the)h Fs(chmod)e
-Ft(command)h(to)h(turn)e(on)i(the)150 408 y(execute)j(bit.)73
-b(When)41 b(Bash)g(\014nds)e(suc)m(h)i(a)h(\014le)f(while)g(searc)m
-(hing)h(the)f Fs($PATH)f Ft(for)h(a)h(command,)h(it)150
-518 y(spa)m(wns)30 b(a)g(subshell)g(to)h(execute)h(it.)41
-b(In)30 b(other)g(w)m(ords,)g(executing)390 653 y Fs(filename)46
-b Fj(arguments)150 787 y Ft(is)30 b(equiv)-5 b(alen)m(t)32
-b(to)f(executing)390 922 y Fs(bash)47 b(filename)e Fj(arguments)150
-1056 y Ft(if)30 b Fs(filename)d Ft(is)j(an)f(executable)j(shell)e
-(script.)40 b(This)29 b(subshell)g(reinitializes)i(itself,)g(so)f(that)
-h(the)e(e\013ect)150 1166 y(is)36 b(as)h(if)g(a)f(new)g(shell)h(had)f
-(b)s(een)g(in)m(v)m(ok)m(ed)h(to)h(in)m(terpret)e(the)h(script,)h(with)
-e(the)h(exception)h(that)f(the)150 1275 y(lo)s(cations)25
-b(of)g(commands)e(remem)m(b)s(ered)h(b)m(y)g(the)g(paren)m(t)g(\(see)h
-(the)f(description)g(of)g Fs(hash)f Ft(in)h(Section)h(4.1)150
-1385 y([Bourne)30 b(Shell)h(Builtins],)g(page)g(33\))h(are)e(retained)h
-(b)m(y)f(the)h(c)m(hild.)275 1519 y(Most)36 b(v)m(ersions)g(of)g(Unix)f
-(mak)m(e)h(this)g(a)g(part)f(of)h(the)g(op)s(erating)g(system's)f
-(command)h(execution)150 1629 y(mec)m(hanism.)50 b(If)33
-b(the)g(\014rst)g(line)h(of)f(a)h(script)f(b)s(egins)g(with)g(the)g(t)m
-(w)m(o)i(c)m(haracters)g(`)p Fs(#!)p Ft(',)f(the)g(remainder)150
-1738 y(of)d(the)g(line)h(sp)s(eci\014es)e(an)h(in)m(terpreter)g(for)g
-(the)g(program.)43 b(Th)m(us,)30 b(y)m(ou)h(can)h(sp)s(ecify)e(Bash,)i
-Fs(awk)p Ft(,)e(P)m(erl,)150 1848 y(or)g(some)h(other)g(in)m(terpreter)
-g(and)e(write)i(the)f(rest)h(of)g(the)f(script)g(\014le)h(in)f(that)h
-(language.)275 1983 y(The)40 b(argumen)m(ts)h(to)g(the)g(in)m
+b(Reference)g(Man)m(ual)150 299 y(whic)m(h)k(a)g(trap)g(has)g(b)s(een)f
+(set)h(will)h(cause)f(the)g Fs(wait)f Ft(builtin)h(to)g(return)f
+(immediately)i(with)f(an)g(exit)150 408 y(status)c(greater)g(than)f
+(128,)i(immediately)g(after)f(whic)m(h)f(the)h(trap)f(is)g(executed.)
+150 666 y Fr(3.8)68 b(Shell)45 b(Scripts)275 910 y Ft(A)c(shell)h
+(script)g(is)g(a)g(text)h(\014le)f(con)m(taining)h(shell)f(commands.)75
+b(When)41 b(suc)m(h)h(a)g(\014le)g(is)g(used)f(as)150
+1020 y(the)33 b(\014rst)f(non-option)h(argumen)m(t)h(when)e(in)m(v)m
+(oking)i(Bash,)g(and)e(neither)h(the)g(`)p Fs(-c)p Ft(')g(nor)g(`)p
+Fs(-s)p Ft(')f(option)i(is)150 1129 y(supplied)j(\(see)j(Section)g(6.1)
+f([In)m(v)m(oking)h(Bash],)h(page)f(63\),)i(Bash)d(reads)f(and)g
+(executes)i(commands)150 1239 y(from)31 b(the)h(\014le,)h(then)e
+(exits.)46 b(This)31 b(mo)s(de)g(of)h(op)s(eration)h(creates)g(a)f
+(non-in)m(teractiv)m(e)i(shell.)45 b(The)32 b(shell)150
+1348 y(\014rst)26 b(searc)m(hes)h(for)f(the)g(\014le)h(in)f(the)g
+(curren)m(t)h(directory)-8 b(,)28 b(and)e(lo)s(oks)g(in)h(the)f
+(directories)h(in)f Fs($PATH)f Ft(if)i(not)150 1458 y(found)i(there.)
+275 1592 y(When)34 b(Bash)h(runs)e(a)i(shell)g(script,)g(it)h(sets)f
+(the)f(sp)s(ecial)i(parameter)f Fs(0)f Ft(to)h(the)g(name)g(of)g(the)g
+(\014le,)150 1702 y(rather)k(than)g(the)h(name)f(of)h(the)f(shell,)j
+(and)d(the)h(p)s(ositional)g(parameters)f(are)h(set)g(to)g(the)g
+(remain-)150 1812 y(ing)f(argumen)m(ts,)j(if)d(an)m(y)g(are)g(giv)m
+(en.)67 b(If)39 b(no)g(additional)g(argumen)m(ts)h(are)f(supplied,)h
+(the)f(p)s(ositional)150 1921 y(parameters)31 b(are)f(unset.)275
+2056 y(A)39 b(shell)h(script)f(ma)m(y)h(b)s(e)f(made)h(executable)h(b)m
+(y)e(using)g(the)h Fs(chmod)e Ft(command)h(to)h(turn)e(on)i(the)150
+2165 y(execute)j(bit.)73 b(When)41 b(Bash)g(\014nds)e(suc)m(h)i(a)h
+(\014le)f(while)g(searc)m(hing)h(the)f Fs($PATH)f Ft(for)h(a)h
+(command,)h(it)150 2275 y(spa)m(wns)30 b(a)g(subshell)g(to)h(execute)h
+(it.)41 b(In)30 b(other)g(w)m(ords,)g(executing)390 2409
+y Fs(filename)46 b Fj(arguments)150 2544 y Ft(is)30 b(equiv)-5
+b(alen)m(t)32 b(to)f(executing)390 2678 y Fs(bash)47
+b(filename)e Fj(arguments)150 2813 y Ft(if)30 b Fs(filename)d
+Ft(is)j(an)f(executable)j(shell)e(script.)40 b(This)29
+b(subshell)g(reinitializes)i(itself,)g(so)f(that)h(the)e(e\013ect)150
+2922 y(is)36 b(as)h(if)g(a)f(new)g(shell)h(had)f(b)s(een)g(in)m(v)m(ok)
+m(ed)h(to)h(in)m(terpret)e(the)h(script,)h(with)e(the)h(exception)h
+(that)f(the)150 3032 y(lo)s(cations)25 b(of)g(commands)e(remem)m(b)s
+(ered)h(b)m(y)g(the)g(paren)m(t)g(\(see)h(the)f(description)g(of)g
+Fs(hash)f Ft(in)h(Section)h(4.1)150 3142 y([Bourne)30
+b(Shell)h(Builtins],)g(page)g(33\))h(are)e(retained)h(b)m(y)f(the)h(c)m
+(hild.)275 3276 y(Most)36 b(v)m(ersions)g(of)g(Unix)f(mak)m(e)h(this)g
+(a)g(part)f(of)h(the)g(op)s(erating)g(system's)f(command)h(execution)
+150 3386 y(mec)m(hanism.)50 b(If)33 b(the)g(\014rst)g(line)h(of)f(a)h
+(script)f(b)s(egins)g(with)g(the)g(t)m(w)m(o)i(c)m(haracters)g(`)p
+Fs(#!)p Ft(',)f(the)g(remainder)150 3495 y(of)d(the)g(line)h(sp)s
+(eci\014es)e(an)h(in)m(terpreter)g(for)g(the)g(program.)43
+b(Th)m(us,)30 b(y)m(ou)h(can)h(sp)s(ecify)e(Bash,)i Fs(awk)p
+Ft(,)e(P)m(erl,)150 3605 y(or)g(some)h(other)g(in)m(terpreter)g(and)e
+(write)i(the)f(rest)h(of)g(the)f(script)g(\014le)h(in)f(that)h
+(language.)275 3739 y(The)40 b(argumen)m(ts)h(to)g(the)g(in)m
 (terpreter)g(consist)g(of)g(a)g(single)h(optional)f(argumen)m(t)h
-(follo)m(wing)g(the)150 2092 y(in)m(terpreter)33 b(name)h(on)f(the)g
+(follo)m(wing)g(the)150 3849 y(in)m(terpreter)33 b(name)h(on)f(the)g
 (\014rst)f(line)i(of)f(the)g(script)g(\014le,)h(follo)m(w)m(ed)h(b)m(y)
-e(the)g(name)g(of)g(the)h(script)f(\014le,)150 2202 y(follo)m(w)m(ed)g
+e(the)g(name)g(of)g(the)h(script)f(\014le,)150 3958 y(follo)m(w)m(ed)g
 (b)m(y)f(the)f(rest)h(of)g(the)f(argumen)m(ts.)45 b(Bash)31
 b(will)h(p)s(erform)e(this)i(action)h(on)e(op)s(erating)h(systems)150
-2311 y(that)24 b(do)g(not)f(handle)g(it)h(themselv)m(es.)40
+4068 y(that)24 b(do)g(not)f(handle)g(it)h(themselv)m(es.)40
 b(Note)25 b(that)f(some)g(older)g(v)m(ersions)f(of)h(Unix)f(limit)i
-(the)f(in)m(terpreter)150 2421 y(name)30 b(and)g(argumen)m(t)h(to)g(a)g
-(maxim)m(um)f(of)h(32)g(c)m(haracters.)275 2555 y(Bash)h(scripts)g
+(the)f(in)m(terpreter)150 4178 y(name)30 b(and)g(argumen)m(t)h(to)g(a)g
+(maxim)m(um)f(of)h(32)g(c)m(haracters.)275 4312 y(Bash)h(scripts)g
 (often)g(b)s(egin)g(with)g Fs(#!)e(/bin/bash)g Ft(\(assuming)i(that)h
-(Bash)f(has)g(b)s(een)f(installed)i(in)150 2665 y(`)p
+(Bash)f(has)g(b)s(een)f(installed)i(in)150 4422 y(`)p
 Fs(/bin)p Ft('\),)25 b(since)e(this)g(ensures)f(that)i(Bash)f(will)h(b)
 s(e)e(used)h(to)h(in)m(terpret)f(the)g(script,)i(ev)m(en)f(if)f(it)h
-(is)f(executed)150 2775 y(under)29 b(another)h(shell.)p
+(is)f(executed)150 4531 y(under)29 b(another)h(shell.)p
 eop end
 %%Page: 33 39
 TeXDict begin 33 38 bop 150 -116 a Ft(Chapter)30 b(4:)41
@@ -8803,12 +8836,12 @@ e(determines)g(the)h(b)s(eha)m(vior)f(of)g(range)h(expressions,)h
 (equiv-)630 3452 y(alence)e(classes,)h(and)e(collating)i(sequences)e
 (within)f(\014lename)h(expansion)g(and)f(pattern)630
 3561 y(matc)m(hing)d(\(see)h(Section)f(3.5.8)h([Filename)g(Expansion],)
-e(page)h(22\).)150 3730 y Fs(LC_CTYPE)96 b Ft(This)36
+e(page)h(23\).)150 3730 y Fs(LC_CTYPE)96 b Ft(This)36
 b(v)-5 b(ariable)37 b(determines)f(the)h(in)m(terpretation)h(of)f(c)m
 (haracters)h(and)e(the)g(b)s(eha)m(vior)h(of)630 3839
 y(c)m(haracter)46 b(classes)g(within)e(\014lename)h(expansion)g(and)f
 (pattern)h(matc)m(hing)h(\(see)f(Sec-)630 3949 y(tion)31
-b(3.5.8)h([Filename)g(Expansion],)e(page)h(22\).)150
+b(3.5.8)h([Filename)g(Expansion],)e(page)h(23\).)150
 4118 y Fs(LC_MESSAGES)630 4227 y Ft(This)25 b(v)-5 b(ariable)27
 b(determines)f(the)g(lo)s(cale)i(used)d(to)i(translate)g(double-quoted)
 f(strings)g(pre-)630 4337 y(ceded)31 b(b)m(y)f(a)h(`)p
@@ -9013,11 +9046,11 @@ Fs(shopt)f Ft(builtin\))g(and)g(shell)h(function)630
 2629 y(functrace)28 b Ft(option\).)150 2790 y Fs(--dump-po-strings)630
 2900 y Ft(A)37 b(list)g(of)f(all)i(double-quoted)e(strings)g(preceded)g
 (b)m(y)h(`)p Fs($)p Ft(')f(is)h(prin)m(ted)f(on)g(the)h(standard)630
-3009 y(ouput)27 b(in)h(the)g Fl(gnu)g Fs(gettext)d Ft(PO)j(\(p)s
-(ortable)g(ob)5 b(ject\))29 b(\014le)f(format.)41 b(Equiv)-5
-b(alen)m(t)28 b(to)h(`)p Fs(-D)p Ft(')630 3119 y(except)i(for)f(the)h
-(output)f(format.)150 3280 y Fs(--dump-strings)630 3389
-y Ft(Equiv)-5 b(alen)m(t)31 b(to)g(`)p Fs(-D)p Ft('.)150
+3009 y(output)24 b(in)h(the)g Fl(gnu)f Fs(gettext)f Ft(PO)i(\(p)s
+(ortable)g(ob)5 b(ject\))26 b(\014le)f(format.)39 b(Equiv)-5
+b(alen)m(t)26 b(to)f(`)p Fs(-D)p Ft(')630 3119 y(except)31
+b(for)f(the)h(output)f(format.)150 3280 y Fs(--dump-strings)630
+3389 y Ft(Equiv)-5 b(alen)m(t)31 b(to)g(`)p Fs(-D)p Ft('.)150
 3550 y Fs(--help)192 b Ft(Displa)m(y)32 b(a)e(usage)h(message)h(on)e
 (standard)g(output)g(and)f(exit)j(sucessfully)-8 b(.)150
 3711 y Fs(--init-file)27 b Fj(filename)150 3820 y Fs(--rcfile)h
@@ -9093,10 +9126,10 @@ d(Restricted)j(Shell],)630 3656 y(page)31 b(76\).)150
 m(teractiv)m(e)i(shell.)150 4194 y Fs(-D)384 b Ft(A)37
 b(list)g(of)f(all)i(double-quoted)e(strings)g(preceded)g(b)m(y)h(`)p
 Fs($)p Ft(')f(is)h(prin)m(ted)f(on)g(the)h(standard)630
-4304 y(ouput.)71 b(These)40 b(are)h(the)g(strings)g(that)g(are)g(sub)5
-b(ject)41 b(to)g(language)h(translation)g(when)630 4413
-y(the)37 b(curren)m(t)g(lo)s(cale)h(is)f(not)g Fs(C)g
-Ft(or)f Fs(POSIX)g Ft(\(see)h(Section)h(3.1.2.5)h([Lo)s(cale)g(T)-8
+4304 y(output.)63 b(These)38 b(are)g(the)g(strings)g(that)h(are)f(sub)5
+b(ject)38 b(to)h(language)g(translation)g(when)630 4413
+y(the)e(curren)m(t)g(lo)s(cale)h(is)f(not)g Fs(C)g Ft(or)f
+Fs(POSIX)g Ft(\(see)h(Section)h(3.1.2.5)h([Lo)s(cale)g(T)-8
 b(ranslation],)630 4523 y(page)31 b(7\).)42 b(This)29
 b(implies)i(the)f(`)p Fs(-n)p Ft(')h(option;)g(no)f(commands)g(will)h
 (b)s(e)e(executed.)150 4682 y Fs([-+]O)g([)p Fj(shopt_option)11
@@ -9139,7 +9172,7 @@ Fs(-c)p Ft(')f(nor)h(the)g(`)p Fs(-s)p Ft(')f(option)150
 1403 y(has)33 b(b)s(een)g(supplied,)h(the)g(\014rst)e(argumen)m(t)j(is)
 e(assumed)g(to)h(b)s(e)f(the)h(name)g(of)g(a)g(\014le)g(con)m(taining)h
 (shell)150 1512 y(commands)30 b(\(see)g(Section)h(3.8)g([Shell)f
-(Scripts],)g(page)h(31\).)41 b(When)30 b(Bash)g(is)g(in)m(v)m(ok)m(ed)i
+(Scripts],)g(page)h(32\).)41 b(When)30 b(Bash)g(is)g(in)m(v)m(ok)m(ed)i
 (in)d(this)h(fashion,)150 1622 y Fs($0)37 b Ft(is)g(set)h(to)h(the)e
 (name)h(of)f(the)h(\014le,)i(and)c(the)i(p)s(ositional)g(parameters)g
 (are)g(set)g(to)g(the)g(remaining)150 1731 y(argumen)m(ts.)h(Bash)26
@@ -9374,7 +9407,7 @@ b(ariables)34 b(after)g(`)p Fs(set)29 b(-u)p Ft(')k(has)g(b)s(een)330
 (errors)g(caused)g(b)m(y)h Fq(v)-5 b(ar)54 b Ft(b)s(eing)48
 b(unset)g(or)h(n)m(ull)f(in)330 3754 y Fs(${)p Fj(var)11
 b Fs(:?)p Fj(word)g Fs(})26 b Ft(expansions)k(\(see)h(Section)h(3.5.3)g
-([Shell)e(P)m(arameter)i(Expansion],)e(page)h(18\).)154
+([Shell)e(P)m(arameter)i(Expansion],)e(page)h(19\).)154
 3905 y(16.)61 b(Redirection)31 b(errors)f(encoun)m(tered)h(b)m(y)f
 (shell)h(builtins)f(will)g(not)h(cause)g(the)f(shell)h(to)g(exit.)154
 4056 y(17.)61 b(When)26 b(running)f(in)i Fl(posix)e Ft(mo)s(de,)j(a)f
@@ -9583,8 +9616,8 @@ b(The)39 b(digits)i(greater)g(than)e(9)h(are)g(represen)m(ted)g(b)m(y)
 150 4129 y(the)34 b(lo)m(w)m(ercase)h(letters,)h(the)d(upp)s(ercase)g
 (letters,)i(`)p Fs(@)p Ft(',)g(and)e(`)p Fs(_)p Ft(',)h(in)f(that)h
 (order.)50 b(If)32 b Fq(base)39 b Ft(is)34 b(less)f(than)150
-4238 y(or)38 b(equal)g(to)h(36,)h(lo)m(w)m(ercase)h(and)c(upp)s(ercase)
-g(letters)i(ma)m(y)f(b)s(e)f(used)g(in)m(terc)m(hangably)i(to)g
+4238 y(or)i(equal)g(to)g(36,)i(lo)m(w)m(ercase)g(and)e(upp)s(ercase)e
+(letters)j(ma)m(y)g(b)s(e)e(used)g(in)m(terc)m(hangeably)i(to)g
 (represen)m(t)150 4348 y(n)m(um)m(b)s(ers)29 b(b)s(et)m(w)m(een)i(10)g
 (and)f(35.)275 4488 y(Op)s(erators)44 b(are)h(ev)-5 b(aluated)46
 b(in)f(order)f(of)h(precedence.)85 b(Sub-expressions)44
@@ -9961,7 +9994,7 @@ Ft('.)275 4483 y(These)g(restrictions)h(are)g(enforced)f(after)h(an)m
 (y)g(startup)f(\014les)g(are)h(read.)275 4618 y(When)j(a)i(command)e
 (that)i(is)f(found)f(to)h(b)s(e)g(a)g(shell)g(script)g(is)g(executed)h
 (\(see)g(Section)g(3.8)g([Shell)150 4727 y(Scripts],)25
-b(page)e(31\),)j Fs(rbash)c Ft(turns)g(o\013)i(an)m(y)f(restrictions)h
+b(page)e(32\),)j Fs(rbash)c Ft(turns)g(o\013)i(an)m(y)f(restrictions)h
 (in)f(the)g(shell)h(spa)m(wned)e(to)i(execute)g(the)g(script.)150
 4986 y Fr(6.11)68 b(Bash)45 b(POSIX)f(Mo)t(de)275 5230
 y Ft(Starting)21 b(Bash)g(with)f(the)h(`)p Fs(--posix)p
@@ -10163,92 +10196,95 @@ b(Reference)g(Man)m(ual)p eop end
 %%Page: 81 87
 TeXDict begin 81 86 bop 150 -116 a Ft(Chapter)30 b(7:)41
 b(Job)30 b(Con)m(trol)2571 b(81)150 299 y Fo(7)80 b(Job)54
-b(Con)l(trol)275 544 y Ft(This)34 b(c)m(hapter)i(discusses)f(what)g
+b(Con)l(trol)275 516 y Ft(This)34 b(c)m(hapter)i(discusses)f(what)g
 (job)g(con)m(trol)i(is,)g(ho)m(w)e(it)h(w)m(orks,)h(and)e(ho)m(w)g
-(Bash)h(allo)m(ws)g(y)m(ou)g(to)150 653 y(access)c(its)e(facilities.)
-150 919 y Fr(7.1)68 b(Job)45 b(Con)l(trol)h(Basics)275
-1167 y Ft(Job)30 b(con)m(trol)j(refers)e(to)h(the)g(abilit)m(y)g(to)g
+(Bash)h(allo)m(ws)g(y)m(ou)g(to)150 625 y(access)c(its)e(facilities.)
+150 873 y Fr(7.1)68 b(Job)45 b(Con)l(trol)h(Basics)275
+1113 y Ft(Job)30 b(con)m(trol)j(refers)e(to)h(the)g(abilit)m(y)g(to)g
 (selectiv)m(ely)j(stop)c(\(susp)s(end\))f(the)h(execution)i(of)e(pro)s
-(cesses)150 1277 y(and)24 b(con)m(tin)m(ue)i(\(resume\))f(their)g
+(cesses)150 1223 y(and)24 b(con)m(tin)m(ue)i(\(resume\))f(their)g
 (execution)h(at)f(a)h(later)f(p)s(oin)m(t.)39 b(A)25
 b(user)f(t)m(ypically)j(emplo)m(ys)e(this)g(facilit)m(y)150
-1386 y(via)31 b(an)f(in)m(teractiv)m(e)j(in)m(terface)f(supplied)e
+1332 y(via)31 b(an)f(in)m(teractiv)m(e)j(in)m(terface)f(supplied)e
 (join)m(tly)h(b)m(y)f(the)h(system's)f(terminal)h(driv)m(er)f(and)g
-(Bash.)275 1524 y(The)23 b(shell)i(asso)s(ciates)h(a)f
+(Bash.)275 1464 y(The)23 b(shell)i(asso)s(ciates)h(a)f
 Fq(job)h Ft(with)e(eac)m(h)i(pip)s(eline.)38 b(It)25
 b(k)m(eeps)f(a)h(table)h(of)e(curren)m(tly)h(executing)g(jobs,)150
-1634 y(whic)m(h)33 b(ma)m(y)i(b)s(e)e(listed)h(with)f(the)h
+1573 y(whic)m(h)33 b(ma)m(y)i(b)s(e)e(listed)h(with)f(the)h
 Fs(jobs)f Ft(command.)50 b(When)33 b(Bash)h(starts)g(a)g(job)g(async)m
-(hronously)-8 b(,)34 b(it)150 1744 y(prin)m(ts)c(a)h(line)f(that)h(lo)s
-(oks)g(lik)m(e:)390 1882 y Fs([1])47 b(25647)150 2020
+(hronously)-8 b(,)34 b(it)150 1683 y(prin)m(ts)c(a)h(line)f(that)h(lo)s
+(oks)g(lik)m(e:)390 1814 y Fs([1])47 b(25647)150 1945
 y Ft(indicating)34 b(that)g(this)f(job)g(is)g(job)g(n)m(um)m(b)s(er)f
 (1)i(and)f(that)g(the)h(pro)s(cess)f Fl(id)g Ft(of)g(the)h(last)g(pro)s
-(cess)f(in)g(the)150 2129 y(pip)s(eline)42 b(asso)s(ciated)i(with)e
+(cess)f(in)g(the)150 2054 y(pip)s(eline)42 b(asso)s(ciated)i(with)e
 (this)g(job)g(is)h(25647.)78 b(All)43 b(of)g(the)g(pro)s(cesses)f(in)g
-(a)h(single)g(pip)s(eline)f(are)150 2239 y(mem)m(b)s(ers)30
+(a)h(single)g(pip)s(eline)f(are)150 2164 y(mem)m(b)s(ers)30
 b(of)g(the)h(same)f(job.)41 b(Bash)30 b(uses)g(the)h
 Fq(job)h Ft(abstraction)f(as)g(the)g(basis)f(for)g(job)g(con)m(trol.)
-275 2377 y(T)-8 b(o)23 b(facilitate)j(the)d(implemen)m(tation)i(of)f
+275 2295 y(T)-8 b(o)23 b(facilitate)j(the)d(implemen)m(tation)i(of)f
 (the)f(user)f(in)m(terface)j(to)f(job)f(con)m(trol,)j(the)d(op)s
-(erating)h(system)150 2486 y(main)m(tains)j(the)f(notion)h(of)f(a)g
+(erating)h(system)150 2405 y(main)m(tains)j(the)f(notion)h(of)f(a)g
 (curren)m(t)g(terminal)g(pro)s(cess)g(group)g Fl(id)p
 Ft(.)39 b(Mem)m(b)s(ers)26 b(of)g(this)g(pro)s(cess)f(group)150
-2596 y(\(pro)s(cesses)h(whose)g(pro)s(cess)g(group)g
+2514 y(\(pro)s(cesses)h(whose)g(pro)s(cess)g(group)g
 Fl(id)g Ft(is)h(equal)g(to)g(the)f(curren)m(t)g(terminal)h(pro)s(cess)f
-(group)f Fl(id)p Ft(\))i(receiv)m(e)150 2706 y(k)m(eyb)s
+(group)f Fl(id)p Ft(\))i(receiv)m(e)150 2624 y(k)m(eyb)s
 (oard-generated)22 b(signals)g(suc)m(h)e(as)h Fs(SIGINT)p
 Ft(.)36 b(These)21 b(pro)s(cesses)g(are)g(said)g(to)g(b)s(e)g(in)f(the)
-h(foreground.)150 2815 y(Bac)m(kground)38 b(pro)s(cesses)f(are)h(those)
+h(foreground.)150 2733 y(Bac)m(kground)38 b(pro)s(cesses)f(are)h(those)
 g(whose)f(pro)s(cess)g(group)g Fl(id)h Ft(di\013ers)f(from)g(the)g
-(terminal's;)42 b(suc)m(h)150 2925 y(pro)s(cesses)24
+(terminal's;)42 b(suc)m(h)150 2843 y(pro)s(cesses)24
 b(are)g(imm)m(une)g(to)g(k)m(eyb)s(oard-generated)h(signals.)40
 b(Only)23 b(foreground)g(pro)s(cesses)h(are)g(allo)m(w)m(ed)150
-3034 y(to)35 b(read)f(from)f(or)h(write)g(to)h(the)f(terminal.)52
+2953 y(to)35 b(read)f(from)f(or)h(write)g(to)h(the)f(terminal.)52
 b(Bac)m(kground)34 b(pro)s(cesses)g(whic)m(h)g(attempt)h(to)g(read)e
-(from)150 3144 y(\(write)e(to\))g(the)g(terminal)g(are)g(sen)m(t)g(a)f
+(from)150 3062 y(\(write)e(to\))g(the)g(terminal)g(are)g(sen)m(t)g(a)f
 Fs(SIGTTIN)f Ft(\()p Fs(SIGTTOU)p Ft(\))g(signal)i(b)m(y)f(the)h
-(terminal)g(driv)m(er,)f(whic)m(h,)150 3254 y(unless)g(caugh)m(t,)h
-(susp)s(ends)d(the)j(pro)s(cess.)275 3392 y(If)j(the)i(op)s(erating)g
+(terminal)g(driv)m(er,)f(whic)m(h,)150 3172 y(unless)g(caugh)m(t,)h
+(susp)s(ends)d(the)j(pro)s(cess.)275 3303 y(If)j(the)i(op)s(erating)g
 (system)f(on)h(whic)m(h)f(Bash)g(is)h(running)d(supp)s(orts)h(job)h
-(con)m(trol,)j(Bash)e(con)m(tains)150 3501 y(facilities)30
+(con)m(trol,)j(Bash)e(con)m(tains)150 3412 y(facilities)30
 b(to)f(use)f(it.)40 b(T)m(yping)28 b(the)g Fq(susp)s(end)h
 Ft(c)m(haracter)h(\(t)m(ypically)g(`)p Fs(^Z)p Ft(',)f(Con)m(trol-Z\))g
-(while)f(a)g(pro)s(cess)150 3611 y(is)42 b(running)f(causes)i(that)g
+(while)f(a)g(pro)s(cess)150 3522 y(is)42 b(running)f(causes)i(that)g
 (pro)s(cess)f(to)h(b)s(e)f(stopp)s(ed)f(and)h(returns)f(con)m(trol)j
-(to)f(Bash.)77 b(T)m(yping)42 b(the)150 3720 y Fq(dela)m(y)m(ed)k(susp)
+(to)f(Bash.)77 b(T)m(yping)42 b(the)150 3632 y Fq(dela)m(y)m(ed)k(susp)
 s(end)f Ft(c)m(haracter)h(\(t)m(ypically)g(`)p Fs(^Y)p
 Ft(',)i(Con)m(trol-Y\))e(causes)e(the)h(pro)s(cess)e(to)i(b)s(e)f
-(stopp)s(ed)150 3830 y(when)26 b(it)i(attempts)h(to)f(read)f(input)g
+(stopp)s(ed)150 3741 y(when)26 b(it)i(attempts)h(to)f(read)f(input)g
 (from)f(the)i(terminal,)h(and)e(con)m(trol)h(to)g(b)s(e)f(returned)f
-(to)j(Bash.)39 b(The)150 3940 y(user)e(then)g(manipulates)h(the)g
+(to)j(Bash.)39 b(The)150 3851 y(user)e(then)g(manipulates)h(the)g
 (state)h(of)f(this)f(job,)j(using)d(the)h Fs(bg)f Ft(command)g(to)h
-(con)m(tin)m(ue)h(it)f(in)g(the)150 4049 y(bac)m(kground,)g(the)f
+(con)m(tin)m(ue)h(it)f(in)g(the)150 3960 y(bac)m(kground,)g(the)f
 Fs(fg)g Ft(command)f(to)i(con)m(tin)m(ue)g(it)f(in)f(the)h(foreground,)
-h(or)f(the)g Fs(kill)f Ft(command)g(to)150 4159 y(kill)27
+h(or)f(the)g Fs(kill)f Ft(command)g(to)150 4070 y(kill)27
 b(it.)40 b(A)27 b(`)p Fs(^Z)p Ft(')g(tak)m(es)h(e\013ect)g(immediately)
 -8 b(,)29 b(and)d(has)h(the)f(additional)i(side)e(e\013ect)j(of)d
-(causing)h(p)s(ending)150 4268 y(output)j(and)g(t)m(yp)s(eahead)h(to)g
-(b)s(e)e(discarded.)275 4406 y(There)j(are)g(a)h(n)m(um)m(b)s(er)e(of)i
+(causing)h(p)s(ending)150 4180 y(output)j(and)g(t)m(yp)s(eahead)h(to)g
+(b)s(e)e(discarded.)275 4311 y(There)j(are)g(a)h(n)m(um)m(b)s(er)e(of)i
 (w)m(a)m(ys)g(to)h(refer)e(to)h(a)g(job)f(in)g(the)h(shell.)47
 b(The)32 b(c)m(haracter)i(`)p Fs(\045)p Ft(')f(in)m(tro)s(duces)150
-4516 y(a)e(job)f(name.)275 4654 y(Job)h(n)m(um)m(b)s(er)f
+4420 y(a)e(job)f(name.)275 4551 y(Job)h(n)m(um)m(b)s(er)f
 Fs(n)h Ft(ma)m(y)h(b)s(e)f(referred)g(to)h(as)g(`)p Fs(\045n)p
 Ft('.)44 b(The)31 b(sym)m(b)s(ols)g(`)p Fs(\045\045)p
 Ft(')h(and)f(`)p Fs(\045+)p Ft(')g(refer)h(to)g(the)g(shell's)150
-4764 y(notion)43 b(of)f(the)h(curren)m(t)f(job,)j(whic)m(h)d(is)g(the)g
-(last)i(job)d(stopp)s(ed)h(while)g(it)h(w)m(as)f(in)g(the)h(foreground)
-150 4873 y(or)36 b(started)h(in)f(the)g(bac)m(kground.)58
-b(The)36 b(previous)g(job)f(ma)m(y)i(b)s(e)f(referenced)g(using)g(`)p
-Fs(\045-)p Ft('.)58 b(In)35 b(output)150 4983 y(p)s(ertaining)26
-b(to)h(jobs)e(\(e.g.,)k(the)d(output)g(of)g(the)g Fs(jobs)f
-Ft(command\),)j(the)e(curren)m(t)g(job)g(is)g(alw)m(a)m(ys)h(\015agged)
-150 5092 y(with)j(a)h(`)p Fs(+)p Ft(',)g(and)e(the)i(previous)f(job)g
-(with)g(a)h(`)p Fs(-)p Ft('.)275 5230 y(A)38 b(job)g(ma)m(y)h(also)g(b)
-s(e)f(referred)f(to)j(using)d(a)i(pre\014x)e(of)i(the)f(name)h(used)e
-(to)i(start)g(it,)i(or)e(using)f(a)150 5340 y(substring)29
-b(that)i(app)s(ears)f(in)g(its)h(command)f(line.)41 b(F)-8
-b(or)31 b(example,)g(`)p Fs(\045ce)p Ft(')f(refers)g(to)h(a)g(stopp)s
-(ed)e Fs(ce)h Ft(job.)p eop end
+4661 y(notion)k(of)f(the)g(curren)m(t)g(job,)h(whic)m(h)f(is)g(the)g
+(last)h(job)f(stopp)s(ed)f(while)h(it)h(w)m(as)g(in)e(the)i(foreground)
+e(or)150 4771 y(started)27 b(in)g(the)g(bac)m(kground.)40
+b(A)27 b(single)g(`)p Fs(\045)p Ft(')g(\(with)g(no)g(accompan)m(ying)i
+(job)d(sp)s(eci\014cation\))i(also)g(refers)150 4880
+y(to)j(the)e(curren)m(t)h(job.)40 b(The)30 b(previous)f(job)g(ma)m(y)i
+(b)s(e)e(referenced)h(using)f(`)p Fs(\045-)p Ft('.)40
+b(In)29 b(output)h(p)s(ertaining)f(to)150 4990 y(jobs)k(\(e.g.,)j(the)d
+(output)g(of)h(the)f Fs(jobs)f Ft(command\),)j(the)e(curren)m(t)h(job)f
+(is)g(alw)m(a)m(ys)i(\015agged)f(with)f(a)h(`)p Fs(+)p
+Ft(',)150 5099 y(and)c(the)g(previous)g(job)g(with)g(a)h(`)p
+Fs(-)p Ft('.)275 5230 y(A)38 b(job)g(ma)m(y)h(also)g(b)s(e)f(referred)f
+(to)j(using)d(a)i(pre\014x)e(of)i(the)f(name)h(used)e(to)i(start)g(it,)
+i(or)e(using)f(a)150 5340 y(substring)29 b(that)i(app)s(ears)f(in)g
+(its)h(command)f(line.)41 b(F)-8 b(or)31 b(example,)g(`)p
+Fs(\045ce)p Ft(')f(refers)g(to)h(a)g(stopp)s(ed)e Fs(ce)h
+Ft(job.)p eop end
 %%Page: 82 88
 TeXDict begin 82 87 bop 150 -116 a Ft(82)2572 b(Bash)31
 b(Reference)g(Man)m(ual)150 299 y(Using)c(`)p Fs(\045?ce)p
@@ -10360,13 +10396,13 @@ b Fq(exit)p 1796 2004 28 4 v 41 w(status)32 b Ft(is)c(a)g(n)m(um)m(b)s
 (t,)h(or)f(non-zero)h(if)f(an)g(error)f(o)s(ccurs)h(or)g(an)630
 2333 y(in)m(v)-5 b(alid)31 b(option)g(is)f(encoun)m(tered.)150
 2510 y Fs(wait)870 2654 y(wait)47 b([)p Fj(jobspec)56
-b Fs(or)47 b Fj(pid)11 b Fs(])630 2798 y Ft(W)-8 b(ait)45
-b(un)m(til)e(the)g(c)m(hild)h(pro)s(cess)e(sp)s(eci\014ed)h(b)m(y)g
-(pro)s(cess)f Fl(id)i Fq(pid)h Ft(or)e(job)g(sp)s(eci\014cation)630
-2907 y Fq(jobsp)s(ec)d Ft(exits)35 b(and)f(return)g(the)g(exit)i
-(status)f(of)g(the)g(last)g(command)f(w)m(aited)i(for.)53
-b(If)35 b(a)630 3017 y(job)g(sp)s(ec)f(is)h(giv)m(en,)i(all)f(pro)s
-(cesses)f(in)f(the)h(job)g(are)g(w)m(aited)h(for.)54
+b Fs(or)47 b Fj(pid)57 b Fs(...])630 2798 y Ft(W)-8 b(ait)28
+b(un)m(til)f(the)f(c)m(hild)h(pro)s(cess)f(sp)s(eci\014ed)g(b)m(y)g
+(eac)m(h)h(pro)s(cess)f Fl(id)h Fq(pid)i Ft(or)d(job)g(sp)s
+(eci\014cation)630 2907 y Fq(jobsp)s(ec)40 b Ft(exits)35
+b(and)f(return)g(the)g(exit)i(status)f(of)g(the)g(last)g(command)f(w)m
+(aited)i(for.)53 b(If)35 b(a)630 3017 y(job)g(sp)s(ec)f(is)h(giv)m(en,)
+i(all)f(pro)s(cesses)f(in)f(the)h(job)g(are)g(w)m(aited)h(for.)54
 b(If)35 b(no)f(argumen)m(ts)i(are)630 3127 y(giv)m(en,)d(all)f(curren)m
 (tly)f(activ)m(e)i(c)m(hild)f(pro)s(cesses)f(are)g(w)m(aited)h(for,)g
 (and)e(the)i(return)e(status)630 3236 y(is)h(zero.)44
@@ -10804,346 +10840,350 @@ b(If)36 b(set)i(to)1110 2491 y(`)p Fs(visible)p Ft(',)32
 b(Readline)i(uses)f(a)g(visible)g(b)s(ell)g(if)g(one)g(is)g(a)m(v)-5
 b(ailable.)51 b(If)33 b(set)g(to)1110 2600 y(`)p Fs(audible)p
 Ft(')j(\(the)i(default\),)i(Readline)e(attempts)g(to)h(ring)e(the)g
-(terminal's)1110 2710 y(b)s(ell.)630 2863 y Fs(comment-begin)1110
-2973 y Ft(The)29 b(string)g(to)h(insert)f(at)h(the)f(b)s(eginning)g(of)
-g(the)h(line)f(when)f(the)i Fs(insert-)1110 3082 y(comment)e
+(terminal's)1110 2710 y(b)s(ell.)630 2863 y Fs(bind-tty-special-chars)
+1110 2973 y Ft(If)45 b(set)h(to)f(`)p Fs(on)p Ft(',)50
+b(Readline)45 b(attempts)i(to)f(bind)d(the)j(con)m(trol)g(c)m
+(haracters)1110 3082 y(treated)36 b(sp)s(ecially)h(b)m(y)e(the)h(k)m
+(ernel's)g(terminal)g(driv)m(er)f(to)h(their)f(Readline)1110
+3192 y(equiv)-5 b(alen)m(ts.)630 3345 y Fs(comment-begin)1110
+3455 y Ft(The)29 b(string)g(to)h(insert)f(at)h(the)f(b)s(eginning)g(of)
+g(the)h(line)f(when)f(the)i Fs(insert-)1110 3565 y(comment)e
 Ft(command)j(is)f(executed.)42 b(The)29 b(default)i(v)-5
-b(alue)31 b(is)f Fs("#")p Ft(.)630 3236 y Fs(completion-ignore-case)
-1110 3345 y Ft(If)d(set)h(to)g(`)p Fs(on)p Ft(',)g(Readline)g(p)s
+b(alue)31 b(is)f Fs("#")p Ft(.)630 3718 y Fs(completion-ignore-case)
+1110 3828 y Ft(If)d(set)h(to)g(`)p Fs(on)p Ft(',)g(Readline)g(p)s
 (erforms)e(\014lename)h(matc)m(hing)i(and)e(completion)1110
-3455 y(in)j(a)h(case-insensitiv)m(e)i(fashion.)40 b(The)30
+3937 y(in)j(a)h(case-insensitiv)m(e)i(fashion.)40 b(The)30
 b(default)h(v)-5 b(alue)30 b(is)h(`)p Fs(off)p Ft('.)630
-3608 y Fs(completion-query-items)1110 3718 y Ft(The)26
+4091 y Fs(completion-query-items)1110 4200 y Ft(The)26
 b(n)m(um)m(b)s(er)f(of)h(p)s(ossible)g(completions)h(that)g(determines)
-f(when)f(the)i(user)1110 3828 y(is)i(ask)m(ed)h(whether)f(the)h(list)g
+f(when)f(the)i(user)1110 4310 y(is)i(ask)m(ed)h(whether)f(the)h(list)g
 (of)f(p)s(ossibilities)h(should)e(b)s(e)h(displa)m(y)m(ed.)41
-b(If)29 b(the)1110 3937 y(n)m(um)m(b)s(er)d(of)h(p)s(ossible)f
+b(If)29 b(the)1110 4419 y(n)m(um)m(b)s(er)d(of)h(p)s(ossible)f
 (completions)i(is)f(greater)h(than)e(this)h(v)-5 b(alue,)28
-b(Readline)1110 4047 y(will)f(ask)g(the)f(user)g(whether)g(or)g(not)h
-(he)f(wishes)g(to)i(view)e(them;)i(otherwise,)1110 4156
+b(Readline)1110 4529 y(will)f(ask)g(the)f(user)g(whether)g(or)g(not)h
+(he)f(wishes)g(to)i(view)e(them;)i(otherwise,)1110 4639
 y(they)d(are)f(simply)g(listed.)40 b(This)23 b(v)-5 b(ariable)25
 b(m)m(ust)g(b)s(e)e(set)i(to)g(an)g(in)m(teger)g(v)-5
-b(alue)1110 4266 y(greater)32 b(than)e(or)g(equal)h(to)g(0.)41
-b(The)30 b(default)h(limit)g(is)f Fs(100)p Ft(.)630 4419
-y Fs(convert-meta)1110 4529 y Ft(If)22 b(set)g(to)h(`)p
+b(alue)1110 4748 y(greater)32 b(than)e(or)g(equal)h(to)g(0.)41
+b(The)30 b(default)h(limit)g(is)f Fs(100)p Ft(.)630 4902
+y Fs(convert-meta)1110 5011 y Ft(If)22 b(set)g(to)h(`)p
 Fs(on)p Ft(',)h(Readline)f(will)f(con)m(v)m(ert)i(c)m(haracters)f(with)
-f(the)g(eigh)m(th)h(bit)f(set)1110 4639 y(to)g(an)f Fl(asci)r(i)g
+f(the)g(eigh)m(th)h(bit)f(set)1110 5121 y(to)g(an)f Fl(asci)r(i)g
 Ft(k)m(ey)h(sequence)g(b)m(y)f(stripping)f(the)i(eigh)m(th)g(bit)f(and)
-g(pre\014xing)f(an)1110 4745 y Fg(h)p 1134 4692 139 4
-v 1134 4748 a Ff(ESC)p 1134 4764 V 1268 4745 a Fg(i)1332
-4748 y Ft(c)m(haracter,)36 b(con)m(v)m(erting)g(them)e(to)g(a)h
-(meta-pre\014xed)f(k)m(ey)g(sequence.)1110 4858 y(The)c(default)g(v)-5
-b(alue)31 b(is)g(`)p Fs(on)p Ft('.)630 5011 y Fs(disable-completion)
-1110 5121 y Ft(If)36 b(set)h(to)h(`)p Fs(On)p Ft(',)g(Readline)f(will)g
-(inhibit)f(w)m(ord)h(completion.)60 b(Completion)1110
-5230 y(c)m(haracters)28 b(will)e(b)s(e)f(inserted)h(in)m(to)h(the)g
-(line)f(as)g(if)g(they)h(had)e(b)s(een)g(mapp)s(ed)1110
-5340 y(to)31 b Fs(self-insert)p Ft(.)38 b(The)30 b(default)g(is)h(`)p
-Fs(off)p Ft('.)p eop end
+g(pre\014xing)f(an)1110 5227 y Fg(h)p 1134 5174 139 4
+v 1134 5230 a Ff(ESC)p 1134 5246 V 1268 5227 a Fg(i)1332
+5230 y Ft(c)m(haracter,)36 b(con)m(v)m(erting)g(them)e(to)g(a)h
+(meta-pre\014xed)f(k)m(ey)g(sequence.)1110 5340 y(The)c(default)g(v)-5
+b(alue)31 b(is)g(`)p Fs(on)p Ft('.)p eop end
 %%Page: 90 96
 TeXDict begin 90 95 bop 150 -116 a Ft(90)2572 b(Bash)31
-b(Reference)g(Man)m(ual)630 299 y Fs(editing-mode)1110
-408 y Ft(The)d Fs(editing-mode)e Ft(v)-5 b(ariable)29
-b(con)m(trols)h(whic)m(h)e(default)h(set)h(of)e(k)m(ey)i(bind-)1110
-518 y(ings)25 b(is)g(used.)38 b(By)26 b(default,)g(Readline)g(starts)f
-(up)f(in)h(Emacs)g(editing)h(mo)s(de,)1110 628 y(where)j(the)g(k)m
-(eystrok)m(es)i(are)e(most)h(similar)f(to)h(Emacs.)40
-b(This)29 b(v)-5 b(ariable)30 b(can)1110 737 y(b)s(e)g(set)h(to)g
-(either)g(`)p Fs(emacs)p Ft(')e(or)h(`)p Fs(vi)p Ft('.)630
-934 y Fs(enable-keypad)1110 1044 y Ft(When)23 b(set)h(to)g(`)p
-Fs(on)p Ft(',)h(Readline)f(will)g(try)f(to)h(enable)g(the)f
-(application)i(k)m(eypad)1110 1154 y(when)h(it)h(is)f(called.)41
-b(Some)27 b(systems)f(need)h(this)f(to)h(enable)g(the)g(arro)m(w)g(k)m
-(eys.)1110 1263 y(The)j(default)g(is)h(`)p Fs(off)p Ft('.)630
-1461 y Fs(expand-tilde)1110 1570 y Ft(If)c(set)h(to)h(`)p
-Fs(on)p Ft(',)f(tilde)g(expansion)g(is)f(p)s(erformed)f(when)h
-(Readline)h(attempts)1110 1680 y(w)m(ord)i(completion.)42
-b(The)30 b(default)g(is)h(`)p Fs(off)p Ft('.)1110 1833
-y(If)e(set)i(to)f(`)p Fs(on)p Ft(',)g(the)g(history)g(co)s(de)g
-(attempts)g(to)h(place)f(p)s(oin)m(t)g(at)h(the)f(same)1110
-1943 y(lo)s(cation)35 b(on)e(eac)m(h)i(history)e(line)h(retriev)m(ed)g
-(with)f Fs(previous-history)c Ft(or)1110 2052 y Fs(next-history)p
-Ft(.)630 2250 y Fs(horizontal-scroll-mode)1110 2359 y
-Ft(This)35 b(v)-5 b(ariable)37 b(can)f(b)s(e)f(set)h(to)h(either)f(`)p
-Fs(on)p Ft(')g(or)g(`)p Fs(off)p Ft('.)57 b(Setting)36
-b(it)g(to)h(`)p Fs(on)p Ft(')1110 2469 y(means)26 b(that)h(the)f(text)h
-(of)g(the)f(lines)g(b)s(eing)g(edited)h(will)f(scroll)h(horizon)m
-(tally)1110 2578 y(on)32 b(a)g(single)g(screen)g(line)g(when)e(they)i
-(are)g(longer)h(than)e(the)h(width)f(of)h(the)1110 2688
-y(screen,)27 b(instead)g(of)f(wrapping)f(on)m(to)i(a)f(new)g(screen)g
-(line.)39 b(By)27 b(default,)g(this)1110 2798 y(v)-5
-b(ariable)31 b(is)g(set)f(to)i(`)p Fs(off)p Ft('.)630
-2995 y Fs(input-meta)1110 3104 y Ft(If)f(set)g(to)h(`)p
+b(Reference)g(Man)m(ual)630 299 y Fs(disable-completion)1110
+408 y Ft(If)36 b(set)h(to)h(`)p Fs(On)p Ft(',)g(Readline)f(will)g
+(inhibit)f(w)m(ord)h(completion.)60 b(Completion)1110
+518 y(c)m(haracters)28 b(will)e(b)s(e)f(inserted)h(in)m(to)h(the)g
+(line)f(as)g(if)g(they)h(had)e(b)s(een)g(mapp)s(ed)1110
+628 y(to)31 b Fs(self-insert)p Ft(.)38 b(The)30 b(default)g(is)h(`)p
+Fs(off)p Ft('.)630 810 y Fs(editing-mode)1110 920 y Ft(The)d
+Fs(editing-mode)e Ft(v)-5 b(ariable)29 b(con)m(trols)h(whic)m(h)e
+(default)h(set)h(of)e(k)m(ey)i(bind-)1110 1029 y(ings)25
+b(is)g(used.)38 b(By)26 b(default,)g(Readline)g(starts)f(up)f(in)h
+(Emacs)g(editing)h(mo)s(de,)1110 1139 y(where)j(the)g(k)m(eystrok)m(es)
+i(are)e(most)h(similar)f(to)h(Emacs.)40 b(This)29 b(v)-5
+b(ariable)30 b(can)1110 1249 y(b)s(e)g(set)h(to)g(either)g(`)p
+Fs(emacs)p Ft(')e(or)h(`)p Fs(vi)p Ft('.)630 1431 y Fs(enable-keypad)
+1110 1541 y Ft(When)23 b(set)h(to)g(`)p Fs(on)p Ft(',)h(Readline)f
+(will)g(try)f(to)h(enable)g(the)f(application)i(k)m(eypad)1110
+1650 y(when)h(it)h(is)f(called.)41 b(Some)27 b(systems)f(need)h(this)f
+(to)h(enable)g(the)g(arro)m(w)g(k)m(eys.)1110 1760 y(The)j(default)g
+(is)h(`)p Fs(off)p Ft('.)630 1943 y Fs(expand-tilde)1110
+2052 y Ft(If)c(set)h(to)h(`)p Fs(on)p Ft(',)f(tilde)g(expansion)g(is)f
+(p)s(erformed)f(when)h(Readline)h(attempts)1110 2162
+y(w)m(ord)i(completion.)42 b(The)30 b(default)g(is)h(`)p
+Fs(off)p Ft('.)1110 2308 y(If)e(set)i(to)f(`)p Fs(on)p
+Ft(',)g(the)g(history)g(co)s(de)g(attempts)g(to)h(place)f(p)s(oin)m(t)g
+(at)h(the)f(same)1110 2418 y(lo)s(cation)35 b(on)e(eac)m(h)i(history)e
+(line)h(retriev)m(ed)g(with)f Fs(previous-history)c Ft(or)1110
+2527 y Fs(next-history)p Ft(.)630 2710 y Fs(horizontal-scroll-mode)1110
+2819 y Ft(This)35 b(v)-5 b(ariable)37 b(can)f(b)s(e)f(set)h(to)h
+(either)f(`)p Fs(on)p Ft(')g(or)g(`)p Fs(off)p Ft('.)57
+b(Setting)36 b(it)g(to)h(`)p Fs(on)p Ft(')1110 2929 y(means)26
+b(that)h(the)f(text)h(of)g(the)f(lines)g(b)s(eing)g(edited)h(will)f
+(scroll)h(horizon)m(tally)1110 3039 y(on)32 b(a)g(single)g(screen)g
+(line)g(when)e(they)i(are)g(longer)h(than)e(the)h(width)f(of)h(the)1110
+3148 y(screen,)27 b(instead)g(of)f(wrapping)f(on)m(to)i(a)f(new)g
+(screen)g(line.)39 b(By)27 b(default,)g(this)1110 3258
+y(v)-5 b(ariable)31 b(is)g(set)f(to)i(`)p Fs(off)p Ft('.)630
+3440 y Fs(input-meta)1110 3550 y Ft(If)f(set)g(to)h(`)p
 Fs(on)p Ft(',)g(Readline)g(will)f(enable)h(eigh)m(t-bit)h(input)d(\(it)
-i(will)f(not)h(clear)1110 3214 y(the)40 b(eigh)m(th)g(bit)g(in)f(the)h
+i(will)f(not)h(clear)1110 3660 y(the)40 b(eigh)m(th)g(bit)g(in)f(the)h
 (c)m(haracters)h(it)f(reads\),)j(regardless)c(of)h(what)g(the)1110
-3324 y(terminal)g(claims)h(it)g(can)f(supp)s(ort.)68
+3769 y(terminal)g(claims)h(it)g(can)f(supp)s(ort.)68
 b(The)39 b(default)h(v)-5 b(alue)40 b(is)g(`)p Fs(off)p
-Ft('.)69 b(The)1110 3433 y(name)30 b Fs(meta-flag)e Ft(is)j(a)f(synon)m
-(ym)g(for)g(this)h(v)-5 b(ariable.)630 3630 y Fs(isearch-terminators)
-1110 3740 y Ft(The)51 b(string)h(of)g(c)m(haracters)h(that)f(should)e
-(terminate)j(an)f(incremen)m(tal)1110 3850 y(searc)m(h)25
+Ft('.)69 b(The)1110 3879 y(name)30 b Fs(meta-flag)e Ft(is)j(a)f(synon)m
+(ym)g(for)g(this)h(v)-5 b(ariable.)630 4061 y Fs(isearch-terminators)
+1110 4171 y Ft(The)51 b(string)h(of)g(c)m(haracters)h(that)f(should)e
+(terminate)j(an)f(incremen)m(tal)1110 4281 y(searc)m(h)25
 b(without)g(subsequen)m(tly)g(executing)h(the)f(c)m(haracter)h(as)f(a)g
-(command)1110 3959 y(\(see)42 b(Section)f(8.2.5)i([Searc)m(hing],)i
+(command)1110 4390 y(\(see)42 b(Section)f(8.2.5)i([Searc)m(hing],)i
 (page)c(88\).)73 b(If)41 b(this)g(v)-5 b(ariable)41 b(has)g(not)1110
-4069 y(b)s(een)31 b(giv)m(en)h(a)g(v)-5 b(alue,)32 b(the)g(c)m
-(haracters)2494 4066 y Fg(h)p 2518 4013 139 4 v 2518
-4069 a Ff(ESC)p 2518 4084 V 2652 4066 a Fg(i)2713 4069
-y Ft(and)f Fj(C-J)g Ft(will)h(terminate)g(an)1110 4178
-y(incremen)m(tal)g(searc)m(h.)630 4376 y Fs(keymap)192
+4500 y(b)s(een)31 b(giv)m(en)h(a)g(v)-5 b(alue,)32 b(the)g(c)m
+(haracters)2494 4497 y Fg(h)p 2518 4444 139 4 v 2518
+4500 a Ff(ESC)p 2518 4515 V 2652 4497 a Fg(i)2713 4500
+y Ft(and)f Fj(C-J)g Ft(will)h(terminate)g(an)1110 4609
+y(incremen)m(tal)g(searc)m(h.)630 4792 y Fs(keymap)192
 b Ft(Sets)39 b(Readline's)g(idea)h(of)f(the)g(curren)m(t)f(k)m(eymap)h
-(for)g(k)m(ey)g(binding)f(com-)1110 4485 y(mands.)81
+(for)g(k)m(ey)g(binding)f(com-)1110 4902 y(mands.)81
 b(Acceptable)47 b Fs(keymap)42 b Ft(names)i(are)h Fs(emacs)p
-Ft(,)i Fs(emacs-standard)p Ft(,)1110 4595 y Fs(emacs-meta)p
+Ft(,)i Fs(emacs-standard)p Ft(,)1110 5011 y Fs(emacs-meta)p
 Ft(,)99 b Fs(emacs-ctlx)p Ft(,)f Fs(vi)p Ft(,)j Fs(vi-move)p
-Ft(,)f Fs(vi-command)p Ft(,)f(and)1110 4704 y Fs(vi-insert)p
+Ft(,)f Fs(vi-command)p Ft(,)f(and)1110 5121 y Fs(vi-insert)p
 Ft(.)64 b Fs(vi)38 b Ft(is)h(equiv)-5 b(alen)m(t)41 b(to)e
 Fs(vi-command)p Ft(;)i Fs(emacs)c Ft(is)i(equiv)-5 b(alen)m(t)1110
-4814 y(to)33 b Fs(emacs-standard)p Ft(.)41 b(The)31 b(default)h(v)-5
+5230 y(to)33 b Fs(emacs-standard)p Ft(.)41 b(The)31 b(default)h(v)-5
 b(alue)32 b(is)g Fs(emacs)p Ft(.)44 b(The)31 b(v)-5 b(alue)33
-b(of)f(the)1110 4924 y Fs(editing-mode)27 b Ft(v)-5 b(ariable)31
-b(also)h(a\013ects)f(the)g(default)f(k)m(eymap.)630 5121
-y Fs(mark-directories)1110 5230 y Ft(If)38 b(set)g(to)h(`)p
-Fs(on)p Ft(',)i(completed)e(directory)f(names)g(ha)m(v)m(e)i(a)e(slash)
-g(app)s(ended.)1110 5340 y(The)30 b(default)g(is)h(`)p
-Fs(on)p Ft('.)p eop end
+b(of)f(the)1110 5340 y Fs(editing-mode)27 b Ft(v)-5 b(ariable)31
+b(also)h(a\013ects)f(the)g(default)f(k)m(eymap.)p eop
+end
 %%Page: 91 97
 TeXDict begin 91 96 bop 150 -116 a Ft(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2107 b(91)630 299 y Fs
-(mark-modified-lines)1110 408 y Ft(This)35 b(v)-5 b(ariable,)38
+b(Command)29 b(Line)i(Editing)2107 b(91)630 299 y Fs(mark-directories)
+1110 408 y Ft(If)38 b(set)g(to)h(`)p Fs(on)p Ft(',)i(completed)e
+(directory)f(names)g(ha)m(v)m(e)i(a)e(slash)g(app)s(ended.)1110
+518 y(The)30 b(default)g(is)h(`)p Fs(on)p Ft('.)630 676
+y Fs(mark-modified-lines)1110 786 y Ft(This)k(v)-5 b(ariable,)38
 b(when)d(set)h(to)h(`)p Fs(on)p Ft(',)g(causes)g(Readline)f(to)h
-(displa)m(y)f(an)f(as-)1110 518 y(terisk)f(\(`)p Fs(*)p
+(displa)m(y)f(an)f(as-)1110 896 y(terisk)f(\(`)p Fs(*)p
 Ft('\))h(at)f(the)g(start)g(of)g(history)g(lines)g(whic)m(h)f(ha)m(v)m
-(e)i(b)s(een)e(mo)s(di\014ed.)1110 628 y(This)d(v)-5
+(e)i(b)s(een)e(mo)s(di\014ed.)1110 1005 y(This)d(v)-5
 b(ariable)31 b(is)f(`)p Fs(off)p Ft(')g(b)m(y)g(default.)630
-786 y Fs(mark-symlinked-directori)o(es)1110 896 y Ft(If)44
+1163 y Fs(mark-symlinked-directori)o(es)1110 1273 y Ft(If)44
 b(set)h(to)h(`)p Fs(on)p Ft(',)i(completed)e(names)f(whic)m(h)f(are)h
-(sym)m(b)s(olic)g(links)g(to)g(di-)1110 1005 y(rectories)j(ha)m(v)m(e)f
+(sym)m(b)s(olic)g(links)g(to)g(di-)1110 1383 y(rectories)j(ha)m(v)m(e)f
 (a)g(slash)f(app)s(ended)e(\(sub)5 b(ject)47 b(to)g(the)f(v)-5
-b(alue)47 b(of)f Fs(mark-)1110 1115 y(directories)p Ft(\).)38
-b(The)30 b(default)g(is)h(`)p Fs(off)p Ft('.)630 1273
-y Fs(match-hidden-files)1110 1383 y Ft(This)21 b(v)-5
+b(alue)47 b(of)f Fs(mark-)1110 1492 y(directories)p Ft(\).)38
+b(The)30 b(default)g(is)h(`)p Fs(off)p Ft('.)630 1650
+y Fs(match-hidden-files)1110 1760 y Ft(This)21 b(v)-5
 b(ariable,)25 b(when)d(set)g(to)h(`)p Fs(on)p Ft(',)h(causes)f
-(Readline)g(to)g(matc)m(h)g(\014les)f(whose)1110 1492
+(Readline)g(to)g(matc)m(h)g(\014les)f(whose)1110 1870
 y(names)44 b(b)s(egin)g(with)g(a)g(`)p Fs(.)p Ft(')g(\(hidden)f
-(\014les\))i(when)e(p)s(erforming)g(\014lename)1110 1602
+(\014les\))i(when)e(p)s(erforming)g(\014lename)1110 1979
 y(completion,)j(unless)41 b(the)g(leading)h(`)p Fs(.)p
 Ft(')g(is)g(supplied)e(b)m(y)h(the)h(user)f(in)g(the)1110
-1711 y(\014lename)31 b(to)g(b)s(e)e(completed.)42 b(This)30
+2089 y(\014lename)31 b(to)g(b)s(e)e(completed.)42 b(This)30
 b(v)-5 b(ariable)31 b(is)f(`)p Fs(on)p Ft(')h(b)m(y)f(default.)630
-1870 y Fs(output-meta)1110 1979 y Ft(If)35 b(set)h(to)g(`)p
+2247 y Fs(output-meta)1110 2357 y Ft(If)35 b(set)h(to)g(`)p
 Fs(on)p Ft(',)h(Readline)f(will)g(displa)m(y)f(c)m(haracters)i(with)e
-(the)h(eigh)m(th)g(bit)1110 2089 y(set)h(directly)g(rather)f(than)g(as)
+(the)h(eigh)m(th)g(bit)1110 2466 y(set)h(directly)g(rather)f(than)g(as)
 h(a)g(meta-pre\014xed)f(escap)s(e)h(sequence.)59 b(The)1110
-2198 y(default)31 b(is)f(`)p Fs(off)p Ft('.)630 2357
-y Fs(page-completions)1110 2466 y Ft(If)j(set)i(to)f(`)p
+2576 y(default)31 b(is)f(`)p Fs(off)p Ft('.)630 2734
+y Fs(page-completions)1110 2844 y Ft(If)j(set)i(to)f(`)p
 Fs(on)p Ft(',)h(Readline)g(uses)e(an)h(in)m(ternal)h
 Fs(more)p Ft(-lik)m(e)f(pager)g(to)h(displa)m(y)1110
-2576 y(a)e(screenful)f(of)g(p)s(ossible)g(completions)i(at)f(a)g(time.)
+2953 y(a)e(screenful)f(of)g(p)s(ossible)g(completions)i(at)f(a)g(time.)
 47 b(This)31 b(v)-5 b(ariable)34 b(is)e(`)p Fs(on)p Ft(')1110
-2685 y(b)m(y)e(default.)630 2844 y Fs(print-completions-horizo)o(ntal)o
-(ly)1110 2953 y Ft(If)23 b(set)i(to)g(`)p Fs(on)p Ft(',)g(Readline)g
+3063 y(b)m(y)e(default.)630 3221 y Fs(print-completions-horizo)o(ntal)o
+(ly)1110 3331 y Ft(If)23 b(set)i(to)g(`)p Fs(on)p Ft(',)g(Readline)g
 (will)f(displa)m(y)g(completions)h(with)f(matc)m(hes)h(sorted)1110
-3063 y(horizon)m(tally)45 b(in)e(alphab)s(etical)i(order,)i(rather)c
-(than)g(do)m(wn)g(the)h(screen.)1110 3173 y(The)30 b(default)g(is)h(`)p
-Fs(off)p Ft('.)630 3331 y Fs(show-all-if-ambiguous)1110
-3440 y Ft(This)e(alters)i(the)f(default)g(b)s(eha)m(vior)g(of)g(the)h
-(completion)g(functions.)40 b(If)29 b(set)1110 3550 y(to)f(`)p
+3440 y(horizon)m(tally)45 b(in)e(alphab)s(etical)i(order,)i(rather)c
+(than)g(do)m(wn)g(the)h(screen.)1110 3550 y(The)30 b(default)g(is)h(`)p
+Fs(off)p Ft('.)630 3708 y Fs(show-all-if-ambiguous)1110
+3818 y Ft(This)e(alters)i(the)f(default)g(b)s(eha)m(vior)g(of)g(the)h
+(completion)g(functions.)40 b(If)29 b(set)1110 3927 y(to)f(`)p
 Fs(on)p Ft(',)g(w)m(ords)f(whic)m(h)g(ha)m(v)m(e)i(more)f(than)f(one)h
-(p)s(ossible)f(completion)h(cause)1110 3660 y(the)39
+(p)s(ossible)f(completion)h(cause)1110 4037 y(the)39
 b(matc)m(hes)h(to)g(b)s(e)e(listed)h(immediately)i(instead)e(of)g
-(ringing)g(the)g(b)s(ell.)1110 3769 y(The)30 b(default)g(v)-5
-b(alue)31 b(is)g(`)p Fs(off)p Ft('.)630 3927 y Fs
-(show-all-if-unmodified)1110 4037 y Ft(This)38 b(alters)h(the)g
+(ringing)g(the)g(b)s(ell.)1110 4147 y(The)30 b(default)g(v)-5
+b(alue)31 b(is)g(`)p Fs(off)p Ft('.)630 4305 y Fs
+(show-all-if-unmodified)1110 4415 y Ft(This)38 b(alters)h(the)g
 (default)g(b)s(eha)m(vior)g(of)f(the)h(completion)h(functions)e(in)h(a)
-1110 4147 y(fashion)25 b(similar)h(to)g Fq(sho)m(w-all-if-am)m(biguous)
+1110 4524 y(fashion)25 b(similar)h(to)g Fq(sho)m(w-all-if-am)m(biguous)
 p Ft(.)41 b(If)25 b(set)h(to)h(`)p Fs(on)p Ft(',)f(w)m(ords)f(whic)m(h)
-1110 4256 y(ha)m(v)m(e)32 b(more)f(than)f(one)i(p)s(ossible)e
+1110 4634 y(ha)m(v)m(e)32 b(more)f(than)f(one)i(p)s(ossible)e
 (completion)i(without)f(an)m(y)g(p)s(ossible)f(par-)1110
-4366 y(tial)43 b(completion)h(\(the)f(p)s(ossible)f(completions)h
-(don't)f(share)g(a)h(common)1110 4475 y(pre\014x\))30
+4743 y(tial)43 b(completion)h(\(the)f(p)s(ossible)f(completions)h
+(don't)f(share)g(a)h(common)1110 4853 y(pre\014x\))30
 b(cause)g(the)h(matc)m(hes)g(to)g(b)s(e)f(listed)g(immediately)i
-(instead)e(of)h(ring-)1110 4585 y(ing)g(the)f(b)s(ell.)41
+(instead)e(of)h(ring-)1110 4963 y(ing)g(the)f(b)s(ell.)41
 b(The)30 b(default)g(v)-5 b(alue)31 b(is)f(`)p Fs(off)p
-Ft('.)630 4743 y Fs(visible-stats)1110 4853 y Ft(If)h(set)i(to)f(`)p
+Ft('.)630 5121 y Fs(visible-stats)1110 5230 y Ft(If)h(set)i(to)f(`)p
 Fs(on)p Ft(',)h(a)f(c)m(haracter)i(denoting)e(a)g(\014le's)g(t)m(yp)s
-(e)g(is)g(app)s(ended)e(to)j(the)1110 4963 y(\014lename)e(when)e
+(e)g(is)g(app)s(ended)e(to)j(the)1110 5340 y(\014lename)e(when)e
 (listing)i(p)s(ossible)f(completions.)42 b(The)30 b(default)g(is)h(`)p
-Fs(off)p Ft('.)150 5121 y(Key)f(Bindings)630 5230 y(The)41
-b(syn)m(tax)i(for)f(con)m(trolling)h(k)m(ey)g(bindings)e(in)h(the)g
-(init)g(\014le)g(is)g(simple.)75 b(First)43 b(y)m(ou)630
-5340 y(need)27 b(to)i(\014nd)d(the)i(name)f(of)h(the)g(command)f(that)i
-(y)m(ou)f(w)m(an)m(t)g(to)g(c)m(hange.)41 b(The)27 b(follo)m(wing)p
-eop end
+Fs(off)p Ft('.)p eop end
 %%Page: 92 98
 TeXDict begin 92 97 bop 150 -116 a Ft(92)2572 b(Bash)31
-b(Reference)g(Man)m(ual)630 299 y(sections)37 b(con)m(tain)g(tables)g
+b(Reference)g(Man)m(ual)150 299 y(Key)f(Bindings)630
+408 y(The)41 b(syn)m(tax)i(for)f(con)m(trolling)h(k)m(ey)g(bindings)e
+(in)h(the)g(init)g(\014le)g(is)g(simple.)75 b(First)43
+b(y)m(ou)630 518 y(need)27 b(to)i(\014nd)d(the)i(name)f(of)h(the)g
+(command)f(that)i(y)m(ou)f(w)m(an)m(t)g(to)g(c)m(hange.)41
+b(The)27 b(follo)m(wing)630 628 y(sections)37 b(con)m(tain)g(tables)g
 (of)f(the)g(command)f(name,)j(the)e(default)g(k)m(eybinding,)h(if)f(an)
-m(y)-8 b(,)630 408 y(and)30 b(a)h(short)f(description)g(of)h(what)f
-(the)g(command)h(do)s(es.)630 543 y(Once)36 b(y)m(ou)g(kno)m(w)g(the)g
+m(y)-8 b(,)630 737 y(and)30 b(a)h(short)f(description)g(of)h(what)f
+(the)g(command)h(do)s(es.)630 871 y(Once)36 b(y)m(ou)g(kno)m(w)g(the)g
 (name)g(of)g(the)g(command,)h(simply)f(place)h(on)e(a)i(line)f(in)g
-(the)g(init)630 653 y(\014le)e(the)g(name)f(of)h(the)g(k)m(ey)g(y)m(ou)
+(the)g(init)630 981 y(\014le)e(the)g(name)f(of)h(the)g(k)m(ey)g(y)m(ou)
 g(wish)f(to)h(bind)f(the)h(command)f(to,)i(a)f(colon,)i(and)d(then)630
-762 y(the)f(name)g(of)g(the)g(command.)46 b(The)31 b(name)h(of)g(the)g
+1090 y(the)f(name)g(of)g(the)g(command.)46 b(The)31 b(name)h(of)g(the)g
 (k)m(ey)h(can)f(b)s(e)f(expressed)h(in)f(di\013eren)m(t)630
-872 y(w)m(a)m(ys,)g(dep)s(ending)e(on)i(what)f(y)m(ou)h(\014nd)d(most)j
-(comfortable.)630 1006 y(In)k(addition)h(to)h(command)f(names,)i
+1200 y(w)m(a)m(ys,)g(dep)s(ending)e(on)i(what)f(y)m(ou)h(\014nd)d(most)
+j(comfortable.)630 1334 y(In)k(addition)h(to)h(command)f(names,)i
 (readline)e(allo)m(ws)h(k)m(eys)g(to)g(b)s(e)e(b)s(ound)f(to)j(a)f
-(string)630 1116 y(that)31 b(is)f(inserted)h(when)e(the)i(k)m(ey)g(is)f
-(pressed)g(\(a)h Fq(macro)5 b Ft(\).)630 1250 y(The)42
+(string)630 1443 y(that)31 b(is)f(inserted)h(when)e(the)i(k)m(ey)g(is)f
+(pressed)g(\(a)h Fq(macro)5 b Ft(\).)630 1577 y(The)42
 b Fs(bind)30 b(-p)42 b Ft(command)h(displa)m(ys)g(Readline)g(function)g
-(names)g(and)f(bindings)g(in)h(a)630 1360 y(format)37
+(names)g(and)f(bindings)g(in)h(a)630 1687 y(format)37
 b(that)h(can)f(put)f(directly)i(in)m(to)g(an)f(initialization)j
-(\014le.)60 b(See)38 b(Section)f(4.2)i([Bash)630 1469
-y(Builtins],)31 b(page)g(39.)630 1629 y Fq(k)m(eyname)5
+(\014le.)60 b(See)38 b(Section)f(4.2)i([Bash)630 1797
+y(Builtins],)31 b(page)g(39.)630 1955 y Fq(k)m(eyname)5
 b Ft(:)42 b Fq(function-name)35 b Ft(or)c Fq(macro)1110
-1738 y(k)m(eyname)k Ft(is)29 b(the)f(name)h(of)g(a)g(k)m(ey)h(sp)s
+2064 y(k)m(eyname)k Ft(is)29 b(the)f(name)h(of)g(a)g(k)m(ey)h(sp)s
 (elled)e(out)h(in)g(English.)39 b(F)-8 b(or)30 b(example:)1350
-1873 y Fs(Control-u:)45 b(universal-argument)1350 1983
-y(Meta-Rubout:)f(backward-kill-word)1350 2092 y(Control-o:)h(">)i
-(output")1110 2227 y Ft(In)38 b(the)h(ab)s(o)m(v)m(e)h(example,)h
+2198 y Fs(Control-u:)45 b(universal-argument)1350 2308
+y(Meta-Rubout:)f(backward-kill-word)1350 2418 y(Control-o:)h(">)i
+(output")1110 2552 y Ft(In)38 b(the)h(ab)s(o)m(v)m(e)h(example,)h
 Fj(C-u)d Ft(is)h(b)s(ound)d(to)k(the)e(function)h Fs(universal-)1110
-2336 y(argument)p Ft(,)f Fj(M-DEL)e Ft(is)i(b)s(ound)e(to)i(the)g
-(function)g Fs(backward-kill-word)p Ft(,)1110 2446 y(and)g
+2661 y(argument)p Ft(,)f Fj(M-DEL)e Ft(is)i(b)s(ound)e(to)i(the)g
+(function)g Fs(backward-kill-word)p Ft(,)1110 2771 y(and)g
 Fj(C-o)g Ft(is)h(b)s(ound)e(to)j(run)d(the)j(macro)f(expressed)g(on)f
-(the)i(righ)m(t)f(hand)1110 2555 y(side)30 b(\(that)i(is,)e(to)h
+(the)i(righ)m(t)f(hand)1110 2880 y(side)30 b(\(that)i(is,)e(to)h
 (insert)g(the)f(text)i(`)p Fs(>)e(output)p Ft(')f(in)m(to)i(the)g
-(line\).)1110 2690 y(A)37 b(n)m(um)m(b)s(er)f(of)h(sym)m(b)s(olic)g(c)m
+(line\).)1110 3014 y(A)37 b(n)m(um)m(b)s(er)f(of)h(sym)m(b)s(olic)g(c)m
 (haracter)i(names)e(are)g(recognized)h(while)f(pro-)1110
-2800 y(cessing)24 b(this)g(k)m(ey)g(binding)f(syn)m(tax:)37
+3124 y(cessing)24 b(this)g(k)m(ey)g(binding)f(syn)m(tax:)37
 b Fq(DEL)p Ft(,)24 b Fq(ESC)p Ft(,)f Fq(ESCAPE)p Ft(,)g
-Fq(LFD)p Ft(,)h Fq(NEW-)1110 2909 y(LINE)p Ft(,)30 b
+Fq(LFD)p Ft(,)h Fq(NEW-)1110 3233 y(LINE)p Ft(,)30 b
 Fq(RET)p Ft(,)g Fq(RETURN)p Ft(,)h Fq(R)m(UBOUT)p Ft(,)g
 Fq(SP)-8 b(A)m(CE)p Ft(,)30 b Fq(SPC)p Ft(,)g(and)f Fq(T)-8
-b(AB)p Ft(.)630 3068 y Fs(")p Fq(k)m(eyseq)r Fs(")p Ft(:)41
-b Fq(function-name)36 b Ft(or)30 b Fq(macro)1110 3178
+b(AB)p Ft(.)630 3392 y Fs(")p Fq(k)m(eyseq)r Fs(")p Ft(:)41
+b Fq(function-name)36 b Ft(or)30 b Fq(macro)1110 3501
 y(k)m(eyseq)k Ft(di\013ers)d(from)f Fq(k)m(eyname)37
 b Ft(ab)s(o)m(v)m(e)32 b(in)f(that)h(strings)f(denoting)g(an)g(en-)1110
-3288 y(tire)j(k)m(ey)h(sequence)f(can)g(b)s(e)f(sp)s(eci\014ed,)h(b)m
-(y)f(placing)i(the)f(k)m(ey)g(sequence)g(in)1110 3397
+3611 y(tire)j(k)m(ey)h(sequence)f(can)g(b)s(e)f(sp)s(eci\014ed,)h(b)m
+(y)f(placing)i(the)f(k)m(ey)g(sequence)g(in)1110 3720
 y(double)29 b(quotes.)41 b(Some)29 b Fl(gnu)h Ft(Emacs)f(st)m(yle)i(k)m
-(ey)f(escap)s(es)g(can)g(b)s(e)f(used,)g(as)1110 3507
+(ey)f(escap)s(es)g(can)g(b)s(e)f(used,)g(as)1110 3830
 y(in)k(the)h(follo)m(wing)i(example,)f(but)e(the)h(sp)s(ecial)h(c)m
-(haracter)g(names)f(are)g(not)1110 3616 y(recognized.)1350
-3751 y Fs("\\C-u":)46 b(universal-argument)1350 3861
-y("\\C-x\\C-r":)f(re-read-init-file)1350 3970 y("\\e[11~":)g("Function)
-h(Key)g(1")1110 4105 y Ft(In)64 b(the)g(ab)s(o)m(v)m(e)i(example,)74
+(haracter)g(names)f(are)g(not)1110 3940 y(recognized.)1350
+4074 y Fs("\\C-u":)46 b(universal-argument)1350 4183
+y("\\C-x\\C-r":)f(re-read-init-file)1350 4293 y("\\e[11~":)g("Function)
+h(Key)g(1")1110 4427 y Ft(In)64 b(the)g(ab)s(o)m(v)m(e)i(example,)74
 b Fj(C-u)64 b Ft(is)g(again)i(b)s(ound)c(to)k(the)e(function)1110
-4214 y Fs(universal-argument)39 b Ft(\(just)k(as)h(it)g(w)m(as)g(in)g
-(the)f(\014rst)g(example\),)49 b(`)p Fj(C-x)1110 4324
+4536 y Fs(universal-argument)39 b Ft(\(just)k(as)h(it)g(w)m(as)g(in)g
+(the)f(\014rst)g(example\),)49 b(`)p Fj(C-x)1110 4646
 y(C-r)p Ft(')41 b(is)g(b)s(ound)e(to)j(the)f(function)g
-Fs(re-read-init-file)p Ft(,)e(and)i(`)3462 4321 y Fg(h)p
-3486 4268 139 4 v 3486 4324 a Ff(ESC)p 3486 4339 V 3620
-4321 a Fg(i)31 b(h)p 3705 4268 20 4 v 3705 4324 a Ff([)p
-3705 4340 V 3720 4321 a Fg(i)1110 4430 y(h)p 1134 4377
-36 4 v 1134 4433 a Ff(1)p 1134 4449 V 1165 4430 a Fg(i)f(h)p
-1250 4377 V 1250 4433 a Ff(1)p 1250 4449 V 1281 4430
-a Fg(i)g(h)p 1365 4377 48 4 v 1365 4433 a Fs(~)p 1365
-4449 V 1409 4430 a Fg(i)1438 4433 y Ft(')h(is)f(b)s(ound)f(to)i(insert)
+Fs(re-read-init-file)p Ft(,)e(and)i(`)3462 4643 y Fg(h)p
+3486 4590 139 4 v 3486 4646 a Ff(ESC)p 3486 4661 V 3620
+4643 a Fg(i)31 b(h)p 3705 4590 20 4 v 3705 4646 a Ff([)p
+3705 4663 V 3720 4643 a Fg(i)1110 4752 y(h)p 1134 4699
+36 4 v 1134 4755 a Ff(1)p 1134 4771 V 1165 4752 a Fg(i)f(h)p
+1250 4699 V 1250 4755 a Ff(1)p 1250 4771 V 1281 4752
+a Fg(i)g(h)p 1365 4699 48 4 v 1365 4755 a Fs(~)p 1365
+4771 V 1409 4752 a Fg(i)1438 4755 y Ft(')h(is)f(b)s(ound)f(to)i(insert)
 f(the)h(text)g(`)p Fs(Function)d(Key)i(1)p Ft('.)630
-4593 y(The)f(follo)m(wing)i Fl(gnu)f Ft(Emacs)g(st)m(yle)h(escap)s(e)f
+4914 y(The)f(follo)m(wing)i Fl(gnu)f Ft(Emacs)g(st)m(yle)h(escap)s(e)f
 (sequences)g(are)g(a)m(v)-5 b(ailable)32 b(when)d(sp)s(ecifying)630
-4702 y(k)m(ey)i(sequences:)630 4862 y Fj(\\C-)336 b Ft(con)m(trol)32
-b(pre\014x)630 5021 y Fj(\\M-)336 b Ft(meta)31 b(pre\014x)630
-5181 y Fj(\\e)384 b Ft(an)30 b(escap)s(e)h(c)m(haracter)630
-5340 y Fj(\\\\)384 b Ft(bac)m(kslash)p eop end
+5023 y(k)m(ey)i(sequences:)630 5182 y Fj(\\C-)336 b Ft(con)m(trol)32
+b(pre\014x)630 5340 y Fj(\\M-)336 b Ft(meta)31 b(pre\014x)p
+eop end
 %%Page: 93 99
 TeXDict begin 93 98 bop 150 -116 a Ft(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2107 b(93)630 299 y Fj(\\)p
-Fs(")1110 296 y Fg(h)p 1134 243 48 4 v 1134 299 a Fs(")p
-1134 314 V 1178 296 a Fg(i)1208 299 y Ft(,)30 b(a)h(double)f(quotation)
-h(mark)630 460 y Fj(\\')1110 457 y Fg(h)p 1134 403 20
-4 v 1134 460 a Ff(')p 1134 475 V 1150 457 a Fg(i)1179
-460 y Ft(,)g(a)g(single)g(quote)g(or)f(ap)s(ostrophe)630
-620 y(In)d(addition)h(to)g(the)g Fl(gnu)f Ft(Emacs)h(st)m(yle)h(escap)s
-(e)f(sequences,)h(a)f(second)f(set)h(of)g(bac)m(kslash)630
-730 y(escap)s(es)j(is)f(a)m(v)-5 b(ailable:)630 890 y
-Fs(\\a)384 b Ft(alert)31 b(\(b)s(ell\))630 1051 y Fs(\\b)384
-b Ft(bac)m(kspace)630 1212 y Fs(\\d)g Ft(delete)630 1372
-y Fs(\\f)g Ft(form)30 b(feed)630 1533 y Fs(\\n)384 b
-Ft(newline)630 1694 y Fs(\\r)g Ft(carriage)32 b(return)630
-1854 y Fs(\\t)384 b Ft(horizon)m(tal)32 b(tab)630 2015
-y Fs(\\v)384 b Ft(v)m(ertical)32 b(tab)630 2176 y Fs(\\)p
-Fj(nnn)288 b Ft(the)35 b(eigh)m(t-bit)h(c)m(haracter)g(whose)e(v)-5
-b(alue)35 b(is)g(the)f(o)s(ctal)i(v)-5 b(alue)35 b Fq(nnn)e
-Ft(\(one)i(to)1110 2285 y(three)c(digits\))630 2446 y
-Fs(\\x)p Fj(HH)288 b Ft(the)40 b(eigh)m(t-bit)h(c)m(haracter)g(whose)e
-(v)-5 b(alue)39 b(is)h(the)f(hexadecimal)i(v)-5 b(alue)40
-b Fq(HH)1110 2555 y Ft(\(one)31 b(or)f(t)m(w)m(o)i(hex)e(digits\))630
-2716 y(When)37 b(en)m(tering)h(the)g(text)g(of)g(a)g(macro,)i(single)e
-(or)f(double)g(quotes)h(m)m(ust)f(b)s(e)g(used)f(to)630
-2826 y(indicate)23 b(a)e(macro)h(de\014nition.)38 b(Unquoted)21
-b(text)i(is)e(assumed)g(to)h(b)s(e)f(a)h(function)f(name.)38
-b(In)630 2935 y(the)22 b(macro)f(b)s(o)s(dy)-8 b(,)23
-b(the)e(bac)m(kslash)h(escap)s(es)g(describ)s(ed)e(ab)s(o)m(v)m(e)j
-(are)e(expanded.)37 b(Bac)m(kslash)630 3045 y(will)j(quote)h(an)m(y)f
-(other)g(c)m(haracter)i(in)d(the)i(macro)f(text,)k(including)39
+b(Command)29 b(Line)i(Editing)2107 b(93)630 299 y Fj(\\e)384
+b Ft(an)30 b(escap)s(e)h(c)m(haracter)630 462 y Fj(\\\\)384
+b Ft(bac)m(kslash)630 626 y Fj(\\)p Fs(")1110 623 y Fg(h)p
+1134 570 48 4 v 1134 626 a Fs(")p 1134 641 V 1178 623
+a Fg(i)1208 626 y Ft(,)30 b(a)h(double)f(quotation)h(mark)630
+789 y Fj(\\')1110 786 y Fg(h)p 1134 733 20 4 v 1134 789
+a Ff(')p 1134 805 V 1150 786 a Fg(i)1179 789 y Ft(,)g(a)g(single)g
+(quote)g(or)f(ap)s(ostrophe)630 953 y(In)d(addition)h(to)g(the)g
+Fl(gnu)f Ft(Emacs)h(st)m(yle)h(escap)s(e)f(sequences,)h(a)f(second)f
+(set)h(of)g(bac)m(kslash)630 1062 y(escap)s(es)j(is)f(a)m(v)-5
+b(ailable:)630 1226 y Fs(\\a)384 b Ft(alert)31 b(\(b)s(ell\))630
+1389 y Fs(\\b)384 b Ft(bac)m(kspace)630 1553 y Fs(\\d)g
+Ft(delete)630 1716 y Fs(\\f)g Ft(form)30 b(feed)630 1879
+y Fs(\\n)384 b Ft(newline)630 2043 y Fs(\\r)g Ft(carriage)32
+b(return)630 2206 y Fs(\\t)384 b Ft(horizon)m(tal)32
+b(tab)630 2370 y Fs(\\v)384 b Ft(v)m(ertical)32 b(tab)630
+2533 y Fs(\\)p Fj(nnn)288 b Ft(the)35 b(eigh)m(t-bit)h(c)m(haracter)g
+(whose)e(v)-5 b(alue)35 b(is)g(the)f(o)s(ctal)i(v)-5
+b(alue)35 b Fq(nnn)e Ft(\(one)i(to)1110 2643 y(three)c(digits\))630
+2806 y Fs(\\x)p Fj(HH)288 b Ft(the)40 b(eigh)m(t-bit)h(c)m(haracter)g
+(whose)e(v)-5 b(alue)39 b(is)h(the)f(hexadecimal)i(v)-5
+b(alue)40 b Fq(HH)1110 2916 y Ft(\(one)31 b(or)f(t)m(w)m(o)i(hex)e
+(digits\))630 3079 y(When)37 b(en)m(tering)h(the)g(text)g(of)g(a)g
+(macro,)i(single)e(or)f(double)g(quotes)h(m)m(ust)f(b)s(e)g(used)f(to)
+630 3189 y(indicate)23 b(a)e(macro)h(de\014nition.)38
+b(Unquoted)21 b(text)i(is)e(assumed)g(to)h(b)s(e)f(a)h(function)f
+(name.)38 b(In)630 3298 y(the)22 b(macro)f(b)s(o)s(dy)-8
+b(,)23 b(the)e(bac)m(kslash)h(escap)s(es)g(describ)s(ed)e(ab)s(o)m(v)m
+(e)j(are)e(expanded.)37 b(Bac)m(kslash)630 3408 y(will)j(quote)h(an)m
+(y)f(other)g(c)m(haracter)i(in)d(the)i(macro)f(text,)k(including)39
 b(`)p Fs(")p Ft(')h(and)g(`)p Fs(')p Ft('.)69 b(F)-8
-b(or)630 3154 y(example,)28 b(the)e(follo)m(wing)h(binding)d(will)i
+b(or)630 3518 y(example,)28 b(the)e(follo)m(wing)h(binding)d(will)i
 (mak)m(e)h(`)p Fj(C-x)j Fs(\\)p Ft(')c(insert)f(a)h(single)h(`)p
-Fs(\\)p Ft(')f(in)m(to)g(the)g(line:)870 3290 y Fs("\\C-x\\\\":)45
-b("\\\\")150 3516 y Fk(8.3.2)63 b(Conditional)41 b(Init)g(Constructs)
-275 3762 y Ft(Readline)36 b(implemen)m(ts)f(a)h(facilit)m(y)i(similar)d
+Fs(\\)p Ft(')f(in)m(to)g(the)g(line:)870 3654 y Fs("\\C-x\\\\":)45
+b("\\\\")150 3886 y Fk(8.3.2)63 b(Conditional)41 b(Init)g(Constructs)
+275 4134 y Ft(Readline)36 b(implemen)m(ts)f(a)h(facilit)m(y)i(similar)d
 (in)g(spirit)g(to)h(the)g(conditional)h(compilation)g(features)150
-3871 y(of)e(the)f(C)g(prepro)s(cessor)g(whic)m(h)g(allo)m(ws)i(k)m(ey)f
+4244 y(of)e(the)f(C)g(prepro)s(cessor)g(whic)m(h)g(allo)m(ws)i(k)m(ey)f
 (bindings)e(and)h(v)-5 b(ariable)35 b(settings)h(to)f(b)s(e)f(p)s
-(erformed)f(as)150 3981 y(the)e(result)f(of)g(tests.)42
+(erformed)f(as)150 4354 y(the)e(result)f(of)g(tests.)42
 b(There)30 b(are)h(four)e(parser)h(directiv)m(es)i(used.)150
-4142 y Fs($if)336 b Ft(The)31 b Fs($if)f Ft(construct)i(allo)m(ws)h
+4519 y Fs($if)336 b Ft(The)31 b Fs($if)f Ft(construct)i(allo)m(ws)h
 (bindings)d(to)i(b)s(e)e(made)i(based)f(on)g(the)g(editing)h(mo)s(de,)g
-(the)630 4252 y(terminal)39 b(b)s(eing)e(used,)j(or)e(the)g
+(the)630 4629 y(terminal)39 b(b)s(eing)e(used,)j(or)e(the)g
 (application)h(using)f(Readline.)64 b(The)38 b(text)h(of)f(the)g(test)
-630 4361 y(extends)30 b(to)h(the)g(end)f(of)g(the)h(line;)g(no)f(c)m
+630 4738 y(extends)30 b(to)h(the)g(end)f(of)g(the)h(line;)g(no)f(c)m
 (haracters)i(are)f(required)e(to)i(isolate)i(it.)630
-4522 y Fs(mode)288 b Ft(The)20 b Fs(mode=)g Ft(form)g(of)h(the)g
+4902 y Fs(mode)288 b Ft(The)20 b Fs(mode=)g Ft(form)g(of)h(the)g
 Fs($if)f Ft(directiv)m(e)j(is)e(used)f(to)h(test)h(whether)e(Readline)
-1110 4631 y(is)29 b(in)h Fs(emacs)e Ft(or)h Fs(vi)g Ft(mo)s(de.)40
+1110 5011 y(is)29 b(in)h Fs(emacs)e Ft(or)h Fs(vi)g Ft(mo)s(de.)40
 b(This)29 b(ma)m(y)h(b)s(e)e(used)h(in)g(conjunction)h(with)f(the)1110
-4741 y(`)p Fs(set)h(keymap)p Ft(')c(command,)i(for)f(instance,)i(to)f
-(set)g(bindings)f(in)g(the)h Fs(emacs-)1110 4851 y(standard)23
+5121 y(`)p Fs(set)h(keymap)p Ft(')c(command,)i(for)f(instance,)i(to)f
+(set)g(bindings)f(in)g(the)h Fs(emacs-)1110 5230 y(standard)23
 b Ft(and)h Fs(emacs-ctlx)f Ft(k)m(eymaps)i(only)g(if)g(Readline)h(is)f
-(starting)h(out)1110 4960 y(in)k Fs(emacs)f Ft(mo)s(de.)630
-5121 y Fs(term)288 b Ft(The)26 b Fs(term=)g Ft(form)g(ma)m(y)i(b)s(e)e
-(used)g(to)i(include)f(terminal-sp)s(eci\014c)g(k)m(ey)h(bind-)1110
-5230 y(ings,)38 b(p)s(erhaps)c(to)j(bind)e(the)h(k)m(ey)h(sequences)f
-(output)g(b)m(y)g(the)g(terminal's)1110 5340 y(function)24
-b(k)m(eys.)39 b(The)23 b(w)m(ord)h(on)f(the)i(righ)m(t)f(side)g(of)g
-(the)g(`)p Fs(=)p Ft(')g(is)g(tested)h(against)p eop
-end
+(starting)h(out)1110 5340 y(in)k Fs(emacs)f Ft(mo)s(de.)p
+eop end
 %%Page: 94 100
 TeXDict begin 94 99 bop 150 -116 a Ft(94)2572 b(Bash)31
-b(Reference)g(Man)m(ual)1110 299 y(b)s(oth)e(the)h(full)g(name)g(of)g
-(the)g(terminal)h(and)e(the)i(p)s(ortion)e(of)h(the)g(terminal)1110
-408 y(name)k(b)s(efore)f(the)g(\014rst)g(`)p Fs(-)p Ft('.)50
-b(This)33 b(allo)m(ws)i Fs(sun)e Ft(to)h(matc)m(h)g(b)s(oth)f
-Fs(sun)g Ft(and)1110 518 y Fs(sun-cmd)p Ft(,)c(for)h(instance.)630
-677 y Fs(application)1110 787 y Ft(The)21 b Fq(application)j
+b(Reference)g(Man)m(ual)630 299 y Fs(term)288 b Ft(The)26
+b Fs(term=)g Ft(form)g(ma)m(y)i(b)s(e)e(used)g(to)i(include)f
+(terminal-sp)s(eci\014c)g(k)m(ey)h(bind-)1110 408 y(ings,)38
+b(p)s(erhaps)c(to)j(bind)e(the)h(k)m(ey)h(sequences)f(output)g(b)m(y)g
+(the)g(terminal's)1110 518 y(function)24 b(k)m(eys.)39
+b(The)23 b(w)m(ord)h(on)f(the)i(righ)m(t)f(side)g(of)g(the)g(`)p
+Fs(=)p Ft(')g(is)g(tested)h(against)1110 628 y(b)s(oth)k(the)h(full)g
+(name)g(of)g(the)g(terminal)h(and)e(the)i(p)s(ortion)e(of)h(the)g
+(terminal)1110 737 y(name)k(b)s(efore)f(the)g(\014rst)g(`)p
+Fs(-)p Ft('.)50 b(This)33 b(allo)m(ws)i Fs(sun)e Ft(to)h(matc)m(h)g(b)s
+(oth)f Fs(sun)g Ft(and)1110 847 y Fs(sun-cmd)p Ft(,)c(for)h(instance.)
+630 1006 y Fs(application)1110 1116 y Ft(The)21 b Fq(application)j
 Ft(construct)e(is)g(used)f(to)i(include)f(application-sp)s(eci\014c)h
-(set-)1110 897 y(tings.)39 b(Eac)m(h)26 b(program)e(using)g(the)h
+(set-)1110 1225 y(tings.)39 b(Eac)m(h)26 b(program)e(using)g(the)h
 (Readline)g(library)g(sets)g(the)g Fq(application)1110
-1006 y(name)p Ft(,)g(and)e(y)m(ou)g(can)h(test)g(for)f(a)g(particular)h
+1335 y(name)p Ft(,)g(and)e(y)m(ou)g(can)h(test)g(for)f(a)g(particular)h
 (v)-5 b(alue.)39 b(This)22 b(could)h(b)s(e)g(used)f(to)1110
-1116 y(bind)32 b(k)m(ey)h(sequences)g(to)h(functions)e(useful)g(for)h
-(a)g(sp)s(eci\014c)f(program.)48 b(F)-8 b(or)1110 1225
+1445 y(bind)32 b(k)m(ey)h(sequences)g(to)h(functions)e(useful)g(for)h
+(a)g(sp)s(eci\014c)f(program.)48 b(F)-8 b(or)1110 1554
 y(instance,)35 b(the)e(follo)m(wing)h(command)f(adds)f(a)i(k)m(ey)f
-(sequence)h(that)f(quotes)1110 1335 y(the)e(curren)m(t)f(or)g(previous)
-g(w)m(ord)g(in)g(Bash:)1350 1469 y Fs($if)47 b(Bash)1350
-1579 y(#)g(Quote)g(the)g(current)f(or)h(previous)e(word)1350
-1689 y("\\C-xq":)h("\\eb\\"\\ef\\"")1350 1798 y($endif)150
-1958 y($endif)192 b Ft(This)29 b(command,)i(as)f(seen)h(in)f(the)g
+(sequence)h(that)f(quotes)1110 1664 y(the)e(curren)m(t)f(or)g(previous)
+g(w)m(ord)g(in)g(Bash:)1350 1798 y Fs($if)47 b(Bash)1350
+1908 y(#)g(Quote)g(the)g(current)f(or)h(previous)e(word)1350
+2017 y("\\C-xq":)h("\\eb\\"\\ef\\"")1350 2127 y($endif)150
+2286 y($endif)192 b Ft(This)29 b(command,)i(as)f(seen)h(in)f(the)g
 (previous)g(example,)h(terminates)g(an)g Fs($if)e Ft(command.)150
-2117 y Fs($else)240 b Ft(Commands)29 b(in)h(this)h(branc)m(h)e(of)i
+2446 y Fs($else)240 b Ft(Commands)29 b(in)h(this)h(branc)m(h)e(of)i
 (the)f Fs($if)g Ft(directiv)m(e)i(are)f(executed)g(if)f(the)h(test)g
-(fails.)150 2276 y Fs($include)96 b Ft(This)43 b(directiv)m(e)i(tak)m
+(fails.)150 2605 y Fs($include)96 b Ft(This)43 b(directiv)m(e)i(tak)m
 (es)g(a)e(single)i(\014lename)e(as)h(an)f(argumen)m(t)h(and)f(reads)g
-(commands)630 2386 y(and)38 b(bindings)f(from)h(that)i(\014le.)65
+(commands)630 2715 y(and)38 b(bindings)f(from)h(that)i(\014le.)65
 b(F)-8 b(or)39 b(example,)j(the)d(follo)m(wing)h(directiv)m(e)g(reads)e
-(from)630 2496 y(`)p Fs(/etc/inputrc)p Ft(':)870 2630
-y Fs($include)46 b(/etc/inputrc)150 2854 y Fk(8.3.3)63
-b(Sample)41 b(Init)g(File)275 3098 y Ft(Here)31 b(is)f(an)g(example)i
+(from)630 2824 y(`)p Fs(/etc/inputrc)p Ft(':)870 2959
+y Fs($include)46 b(/etc/inputrc)150 3183 y Fk(8.3.3)63
+b(Sample)41 b(Init)g(File)275 3427 y Ft(Here)31 b(is)f(an)g(example)i
 (of)e(an)g Fq(inputrc)35 b Ft(\014le.)42 b(This)29 b(illustrates)j(k)m
 (ey)f(binding,)f(v)-5 b(ariable)31 b(assignmen)m(t,)150
-3208 y(and)f(conditional)h(syn)m(tax.)p eop end
+3537 y(and)f(conditional)h(syn)m(tax.)p eop end
 %%Page: 95 101
 TeXDict begin 95 100 bop 150 -116 a Ft(Chapter)30 b(8:)41
 b(Command)29 b(Line)i(Editing)2107 b(95)390 408 y Fs(#)47
@@ -11263,179 +11303,184 @@ TeXDict begin 98 103 bop 150 -116 a Ft(98)2572 b(Bash)31
 b(Reference)g(Man)m(ual)630 299 y(v)-5 b(ariables.)42
 b(If)30 b(this)h(line)g(is)g(a)g(mo)s(di\014ed)e(history)i(line,)g
 (then)f(restore)i(the)f(history)f(line)h(to)630 408 y(its)g(original)g
-(state.)150 562 y Fs(previous-history)26 b(\(C-p\))630
-672 y Ft(Mo)m(v)m(e)32 b(`bac)m(k')g(through)e(the)g(history)h(list,)g
-(fetc)m(hing)g(the)g(previous)f(command.)150 826 y Fs(next-history)d
-(\(C-n\))630 935 y Ft(Mo)m(v)m(e)32 b(`forw)m(ard')f(through)e(the)i
+(state.)150 555 y Fs(previous-history)26 b(\(C-p\))630
+664 y Ft(Mo)m(v)m(e)32 b(`bac)m(k')g(through)e(the)g(history)h(list,)g
+(fetc)m(hing)g(the)g(previous)f(command.)150 810 y Fs(next-history)d
+(\(C-n\))630 920 y Ft(Mo)m(v)m(e)32 b(`forw)m(ard')f(through)e(the)i
 (history)f(list,)i(fetc)m(hing)f(the)g(next)f(command.)150
-1089 y Fs(beginning-of-history)25 b(\(M-<\))630 1199
+1066 y Fs(beginning-of-history)25 b(\(M-<\))630 1176
 y Ft(Mo)m(v)m(e)32 b(to)g(the)e(\014rst)g(line)g(in)h(the)f(history)-8
-b(.)150 1352 y Fs(end-of-history)26 b(\(M->\))630 1462
+b(.)150 1322 y Fs(end-of-history)26 b(\(M->\))630 1431
 y Ft(Mo)m(v)m(e)32 b(to)g(the)e(end)g(of)g(the)h(input)e(history)-8
 b(,)31 b(i.e.,)h(the)f(line)f(curren)m(tly)h(b)s(eing)f(en)m(tered.)150
-1616 y Fs(reverse-search-history)24 b(\(C-r\))630 1725
+1577 y Fs(reverse-search-history)24 b(\(C-r\))630 1687
 y Ft(Searc)m(h)31 b(bac)m(kw)m(ard)h(starting)g(at)g(the)f(curren)m(t)g
 (line)g(and)g(mo)m(ving)h(`up')e(through)h(the)g(his-)630
-1835 y(tory)g(as)f(necessary)-8 b(.)42 b(This)29 b(is)i(an)f(incremen)m
-(tal)i(searc)m(h.)150 1989 y Fs(forward-search-history)24
-b(\(C-s\))630 2098 y Ft(Searc)m(h)30 b(forw)m(ard)f(starting)h(at)g
+1797 y(tory)g(as)f(necessary)-8 b(.)42 b(This)29 b(is)i(an)f(incremen)m
+(tal)i(searc)m(h.)150 1943 y Fs(forward-search-history)24
+b(\(C-s\))630 2052 y Ft(Searc)m(h)30 b(forw)m(ard)f(starting)h(at)g
 (the)g(curren)m(t)f(line)h(and)f(mo)m(ving)h(`do)m(wn')f(through)g(the)
-h(the)630 2208 y(history)g(as)h(necessary)-8 b(.)41 b(This)30
-b(is)g(an)h(incremen)m(tal)g(searc)m(h.)150 2362 y Fs
+h(the)630 2162 y(history)g(as)h(necessary)-8 b(.)41 b(This)30
+b(is)g(an)h(incremen)m(tal)g(searc)m(h.)150 2308 y Fs
 (non-incremental-reverse-)o(sear)o(ch-h)o(ist)o(ory)24
-b(\(M-p\))630 2471 y Ft(Searc)m(h)31 b(bac)m(kw)m(ard)h(starting)g(at)g
+b(\(M-p\))630 2418 y Ft(Searc)m(h)31 b(bac)m(kw)m(ard)h(starting)g(at)g
 (the)f(curren)m(t)g(line)g(and)g(mo)m(ving)h(`up')e(through)h(the)g
-(his-)630 2581 y(tory)36 b(as)g(necessary)h(using)e(a)i(non-incremen)m
+(his-)630 2527 y(tory)36 b(as)g(necessary)h(using)e(a)i(non-incremen)m
 (tal)g(searc)m(h)f(for)g(a)g(string)g(supplied)f(b)m(y)h(the)630
-2690 y(user.)150 2844 y Fs(non-incremental-forward-)o(sear)o(ch-h)o
-(ist)o(ory)24 b(\(M-n\))630 2954 y Ft(Searc)m(h)30 b(forw)m(ard)f
+2637 y(user.)150 2783 y Fs(non-incremental-forward-)o(sear)o(ch-h)o
+(ist)o(ory)24 b(\(M-n\))630 2892 y Ft(Searc)m(h)30 b(forw)m(ard)f
 (starting)h(at)g(the)g(curren)m(t)f(line)h(and)f(mo)m(ving)h(`do)m(wn')
-f(through)g(the)h(the)630 3063 y(history)d(as)f(necessary)i(using)e(a)h
+f(through)g(the)h(the)630 3002 y(history)d(as)f(necessary)i(using)e(a)h
 (non-incremen)m(tal)g(searc)m(h)h(for)e(a)h(string)g(supplied)e(b)m(y)i
-(the)630 3173 y(user.)150 3327 y Fs(history-search-forward)d(\(\))630
-3436 y Ft(Searc)m(h)42 b(forw)m(ard)f(through)f(the)i(history)f(for)g
+(the)630 3112 y(user.)150 3258 y Fs(history-search-forward)d(\(\))630
+3367 y Ft(Searc)m(h)42 b(forw)m(ard)f(through)f(the)i(history)f(for)g
 (the)h(string)f(of)h(c)m(haracters)h(b)s(et)m(w)m(een)f(the)630
-3546 y(start)36 b(of)f(the)g(curren)m(t)g(line)g(and)g(the)g(p)s(oin)m
+3477 y(start)36 b(of)f(the)g(curren)m(t)g(line)g(and)g(the)g(p)s(oin)m
 (t.)55 b(This)34 b(is)i(a)f(non-incremen)m(tal)h(searc)m(h.)56
-b(By)630 3655 y(default,)31 b(this)f(command)g(is)h(un)m(b)s(ound.)150
-3809 y Fs(history-search-backward)24 b(\(\))630 3919
+b(By)630 3587 y(default,)31 b(this)f(command)g(is)h(un)m(b)s(ound.)150
+3733 y Fs(history-search-backward)24 b(\(\))630 3842
 y Ft(Searc)m(h)35 b(bac)m(kw)m(ard)g(through)f(the)h(history)g(for)g
 (the)f(string)h(of)g(c)m(haracters)h(b)s(et)m(w)m(een)g(the)630
-4028 y(start)g(of)f(the)g(curren)m(t)g(line)g(and)g(the)g(p)s(oin)m(t.)
+3952 y(start)g(of)f(the)g(curren)m(t)g(line)g(and)g(the)g(p)s(oin)m(t.)
 55 b(This)34 b(is)i(a)f(non-incremen)m(tal)h(searc)m(h.)56
-b(By)630 4138 y(default,)31 b(this)f(command)g(is)h(un)m(b)s(ound.)150
-4292 y Fs(yank-nth-arg)c(\(M-C-y\))630 4401 y Ft(Insert)e(the)i
-(\014rst)e(argumen)m(t)h(to)h(the)f(previous)g(command)f(\(usually)h
-(the)g(second)g(w)m(ord)g(on)630 4511 y(the)k(previous)g(line\))g(at)h
-(p)s(oin)m(t.)40 b(With)31 b(an)f(argumen)m(t)g Fq(n)p
-Ft(,)g(insert)f(the)i Fq(n)p Ft(th)e(w)m(ord)g(from)h(the)630
-4621 y(previous)c(command)h(\(the)h(w)m(ords)e(in)h(the)g(previous)f
-(command)h(b)s(egin)f(with)h(w)m(ord)g(0\).)40 b(A)630
-4730 y(negativ)m(e)28 b(argumen)m(t)e(inserts)f(the)h
-Fq(n)p Ft(th)f(w)m(ord)g(from)g(the)h(end)f(of)h(the)g(previous)f
-(command.)150 4884 y Fs(yank-last-arg)i(\(M-.)i(or)h(M-_\))630
-4994 y Ft(Insert)k(last)i(argumen)m(t)g(to)g(the)f(previous)f(command)h
-(\(the)h(last)f(w)m(ord)g(of)g(the)g(previous)630 5103
-y(history)c(en)m(try\).)41 b(With)31 b(an)g(argumen)m(t,)g(b)s(eha)m(v)
-m(e)g(exactly)i(lik)m(e)f Fs(yank-nth-arg)p Ft(.)38 b(Succes-)630
-5213 y(siv)m(e)d(calls)h(to)f Fs(yank-last-arg)c Ft(mo)m(v)m(e)36
-b(bac)m(k)g(through)d(the)i(history)g(list,)h(inserting)f(the)630
-5322 y(last)c(argumen)m(t)g(of)g(eac)m(h)g(line)g(in)f(turn.)p
-eop end
+b(By)630 4061 y(default,)31 b(this)f(command)g(is)h(un)m(b)s(ound.)150
+4208 y Fs(yank-nth-arg)c(\(M-C-y\))630 4317 y Ft(Insert)37
+b(the)g(\014rst)f(argumen)m(t)i(to)f(the)h(previous)e(command)h
+(\(usually)g(the)g(second)g(w)m(ord)630 4427 y(on)32
+b(the)g(previous)f(line\))i(at)f(p)s(oin)m(t.)46 b(With)32
+b(an)g(argumen)m(t)g Fq(n)p Ft(,)g(insert)g(the)g Fq(n)p
+Ft(th)f(w)m(ord)g(from)630 4536 y(the)k(previous)f(command)h(\(the)g(w)
+m(ords)g(in)f(the)h(previous)g(command)f(b)s(egin)h(with)f(w)m(ord)630
+4646 y(0\).)69 b(A)40 b(negativ)m(e)h(argumen)m(t)f(inserts)g(the)f
+Fq(n)p Ft(th)g(w)m(ord)g(from)g(the)h(end)f(of)h(the)f(previous)630
+4755 y(command.)48 b(Once)33 b(the)g(argumen)m(t)h Fq(n)e
+Ft(is)h(computed,)h(the)f(argumen)m(t)g(is)g(extracted)i(as)e(if)630
+4865 y(the)e(`)p Fs(!)p Fj(n)11 b Ft(')29 b(history)i(expansion)f(had)g
+(b)s(een)f(sp)s(eci\014ed.)150 5011 y Fs(yank-last-arg)e(\(M-.)i(or)h
+(M-_\))630 5121 y Ft(Insert)k(last)i(argumen)m(t)g(to)g(the)f(previous)
+f(command)h(\(the)h(last)f(w)m(ord)g(of)g(the)g(previous)630
+5230 y(history)c(en)m(try\).)41 b(With)31 b(an)g(argumen)m(t,)g(b)s
+(eha)m(v)m(e)g(exactly)i(lik)m(e)f Fs(yank-nth-arg)p
+Ft(.)38 b(Succes-)630 5340 y(siv)m(e)d(calls)h(to)f Fs(yank-last-arg)c
+Ft(mo)m(v)m(e)36 b(bac)m(k)g(through)d(the)i(history)g(list,)h
+(inserting)f(the)p eop end
 %%Page: 99 105
 TeXDict begin 99 104 bop 150 -116 a Ft(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2107 b(99)150 299 y Fk(8.4.3)63
-b(Commands)42 b(F)-10 b(or)41 b(Changing)g(T)-10 b(ext)150
-549 y Fs(delete-char)27 b(\(C-d\))630 659 y Ft(Delete)41
-b(the)e(c)m(haracter)i(at)e(p)s(oin)m(t.)66 b(If)39 b(p)s(oin)m(t)f(is)
-h(at)h(the)f(b)s(eginning)f(of)h(the)g(line,)j(there)630
-769 y(are)37 b(no)g(c)m(haracters)i(in)d(the)i(line,)h(and)d(the)h
-(last)h(c)m(haracter)h(t)m(yp)s(ed)e(w)m(as)g(not)g(b)s(ound)e(to)630
-878 y Fs(delete-char)p Ft(,)28 b(then)i(return)f Fl(eof)p
-Ft(.)150 1050 y Fs(backward-delete-char)c(\(Rubout\))630
-1160 y Ft(Delete)32 b(the)f(c)m(haracter)g(b)s(ehind)e(the)h(cursor.)40
+b(Command)29 b(Line)i(Editing)2107 b(99)630 299 y(last)32
+b(argumen)m(t)f(of)g(eac)m(h)h(line)f(in)f(turn.)41 b(The)30
+b(history)h(expansion)f(facilities)j(are)e(used)f(to)630
+408 y(extract)i(the)e(last)i(argumen)m(t,)f(as)f(if)h(the)f(`)p
+Fs(!$)p Ft(')g(history)h(expansion)f(had)g(b)s(een)f(sp)s(eci\014ed.)
+150 636 y Fk(8.4.3)63 b(Commands)42 b(F)-10 b(or)41 b(Changing)g(T)-10
+b(ext)150 881 y Fs(delete-char)27 b(\(C-d\))630 990 y
+Ft(Delete)41 b(the)e(c)m(haracter)i(at)e(p)s(oin)m(t.)66
+b(If)39 b(p)s(oin)m(t)f(is)h(at)h(the)f(b)s(eginning)f(of)h(the)g
+(line,)j(there)630 1100 y(are)37 b(no)g(c)m(haracters)i(in)d(the)i
+(line,)h(and)d(the)h(last)h(c)m(haracter)h(t)m(yp)s(ed)e(w)m(as)g(not)g
+(b)s(ound)e(to)630 1209 y Fs(delete-char)p Ft(,)28 b(then)i(return)f
+Fl(eof)p Ft(.)150 1370 y Fs(backward-delete-char)c(\(Rubout\))630
+1480 y Ft(Delete)32 b(the)f(c)m(haracter)g(b)s(ehind)e(the)h(cursor.)40
 b(A)30 b(n)m(umeric)g(argumen)m(t)h(means)f(to)h(kill)g(the)630
-1270 y(c)m(haracters)h(instead)e(of)h(deleting)g(them.)150
-1442 y Fs(forward-backward-delete-)o(char)24 b(\(\))630
-1551 y Ft(Delete)40 b(the)f(c)m(haracter)h(under)c(the)j(cursor,)h
+1590 y(c)m(haracters)h(instead)e(of)h(deleting)g(them.)150
+1751 y Fs(forward-backward-delete-)o(char)24 b(\(\))630
+1860 y Ft(Delete)40 b(the)f(c)m(haracter)h(under)c(the)j(cursor,)h
 (unless)d(the)i(cursor)e(is)h(at)h(the)g(end)e(of)i(the)630
-1661 y(line,)33 b(in)e(whic)m(h)g(case)i(the)f(c)m(haracter)h(b)s
+1970 y(line,)33 b(in)e(whic)m(h)g(case)i(the)f(c)m(haracter)h(b)s
 (ehind)d(the)i(cursor)f(is)g(deleted.)46 b(By)32 b(default,)g(this)630
-1771 y(is)e(not)h(b)s(ound)d(to)j(a)g(k)m(ey)-8 b(.)150
-1943 y Fs(quoted-insert)27 b(\(C-q)i(or)h(C-v\))630 2052
+2079 y(is)e(not)h(b)s(ound)d(to)j(a)g(k)m(ey)-8 b(.)150
+2240 y Fs(quoted-insert)27 b(\(C-q)i(or)h(C-v\))630 2350
 y Ft(Add)j(the)i(next)f(c)m(haracter)i(t)m(yp)s(ed)e(to)h(the)f(line)h
 (v)m(erbatim.)53 b(This)33 b(is)i(ho)m(w)f(to)h(insert)f(k)m(ey)630
-2162 y(sequences)d(lik)m(e)g Fj(C-q)p Ft(,)f(for)g(example.)150
-2334 y Fs(self-insert)d(\(a,)j(b,)g(A,)f(1,)h(!,)g(...)o(\))630
-2444 y Ft(Insert)g(y)m(ourself.)150 2616 y Fs(transpose-chars)c
-(\(C-t\))630 2725 y Ft(Drag)33 b(the)f(c)m(haracter)h(b)s(efore)f(the)g
+2460 y(sequences)d(lik)m(e)g Fj(C-q)p Ft(,)f(for)g(example.)150
+2621 y Fs(self-insert)d(\(a,)j(b,)g(A,)f(1,)h(!,)g(...)o(\))630
+2730 y Ft(Insert)g(y)m(ourself.)150 2891 y Fs(transpose-chars)c
+(\(C-t\))630 3001 y Ft(Drag)33 b(the)f(c)m(haracter)h(b)s(efore)f(the)g
 (cursor)f(forw)m(ard)h(o)m(v)m(er)h(the)f(c)m(haracter)i(at)e(the)g
-(cursor,)630 2835 y(mo)m(ving)k(the)g(cursor)f(forw)m(ard)g(as)g(w)m
+(cursor,)630 3110 y(mo)m(ving)k(the)g(cursor)f(forw)m(ard)g(as)g(w)m
 (ell.)57 b(If)35 b(the)h(insertion)g(p)s(oin)m(t)f(is)g(at)i(the)e(end)
-g(of)h(the)630 2945 y(line,)24 b(then)e(this)g(transp)s(oses)f(the)h
+g(of)h(the)630 3220 y(line,)24 b(then)e(this)g(transp)s(oses)f(the)h
 (last)h(t)m(w)m(o)g(c)m(haracters)g(of)f(the)h(line.)38
-b(Negativ)m(e)25 b(argumen)m(ts)630 3054 y(ha)m(v)m(e)32
-b(no)e(e\013ect.)150 3226 y Fs(transpose-words)c(\(M-t\))630
-3336 y Ft(Drag)33 b(the)g(w)m(ord)f(b)s(efore)g(p)s(oin)m(t)g(past)g
+b(Negativ)m(e)25 b(argumen)m(ts)630 3330 y(ha)m(v)m(e)32
+b(no)e(e\013ect.)150 3491 y Fs(transpose-words)c(\(M-t\))630
+3600 y Ft(Drag)33 b(the)g(w)m(ord)f(b)s(efore)g(p)s(oin)m(t)g(past)g
 (the)h(w)m(ord)f(after)g(p)s(oin)m(t,)i(mo)m(ving)f(p)s(oin)m(t)f(past)
-g(that)630 3446 y(w)m(ord)c(as)h(w)m(ell.)41 b(If)27
+g(that)630 3710 y(w)m(ord)c(as)h(w)m(ell.)41 b(If)27
 b(the)i(insertion)f(p)s(oin)m(t)h(is)f(at)h(the)g(end)e(of)i(the)f
-(line,)i(this)e(transp)s(oses)g(the)630 3555 y(last)j(t)m(w)m(o)h(w)m
-(ords)e(on)g(the)h(line.)150 3727 y Fs(upcase-word)c(\(M-u\))630
-3837 y Ft(Upp)s(ercase)32 b(the)g(curren)m(t)g(\(or)g(follo)m(wing\))i
+(line,)i(this)e(transp)s(oses)g(the)630 3819 y(last)j(t)m(w)m(o)h(w)m
+(ords)e(on)g(the)h(line.)150 3980 y Fs(upcase-word)c(\(M-u\))630
+4090 y Ft(Upp)s(ercase)32 b(the)g(curren)m(t)g(\(or)g(follo)m(wing\))i
 (w)m(ord.)45 b(With)32 b(a)g(negativ)m(e)j(argumen)m(t,)e(upp)s(er-)630
-3947 y(case)e(the)g(previous)f(w)m(ord,)g(but)g(do)g(not)h(mo)m(v)m(e)h
-(the)e(cursor.)150 4119 y Fs(downcase-word)d(\(M-l\))630
-4228 y Ft(Lo)m(w)m(ercase)c(the)f(curren)m(t)f(\(or)h(follo)m(wing\))i
+4199 y(case)e(the)g(previous)f(w)m(ord,)g(but)g(do)g(not)h(mo)m(v)m(e)h
+(the)e(cursor.)150 4360 y Fs(downcase-word)d(\(M-l\))630
+4470 y Ft(Lo)m(w)m(ercase)c(the)f(curren)m(t)f(\(or)h(follo)m(wing\))i
 (w)m(ord.)37 b(With)22 b(a)g(negativ)m(e)i(argumen)m(t,)g(lo)m(w)m
-(ercase)630 4338 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f(mo)m
-(v)m(e)i(the)f(cursor.)150 4510 y Fs(capitalize-word)26
-b(\(M-c\))630 4620 y Ft(Capitalize)d(the)f(curren)m(t)f(\(or)g(follo)m
+(ercase)630 4580 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f(mo)m
+(v)m(e)i(the)f(cursor.)150 4741 y Fs(capitalize-word)26
+b(\(M-c\))630 4850 y Ft(Capitalize)d(the)f(curren)m(t)f(\(or)g(follo)m
 (wing\))i(w)m(ord.)38 b(With)21 b(a)h(negativ)m(e)h(argumen)m(t,)h
-(capitalize)630 4729 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f
-(mo)m(v)m(e)i(the)f(cursor.)150 4902 y Fs(overwrite-mode)26
-b(\(\))630 5011 y Ft(T)-8 b(oggle)35 b(o)m(v)m(erwrite)g(mo)s(de.)48
+(capitalize)630 4960 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f
+(mo)m(v)m(e)i(the)f(cursor.)150 5121 y Fs(overwrite-mode)26
+b(\(\))630 5230 y Ft(T)-8 b(oggle)35 b(o)m(v)m(erwrite)g(mo)s(de.)48
 b(With)33 b(an)g(explicit)h(p)s(ositiv)m(e)g(n)m(umeric)f(argumen)m(t,)
-h(switc)m(hes)630 5121 y(to)22 b(o)m(v)m(erwrite)i(mo)s(de.)37
+h(switc)m(hes)630 5340 y(to)22 b(o)m(v)m(erwrite)i(mo)s(de.)37
 b(With)22 b(an)g(explicit)h(non-p)s(ositiv)m(e)f(n)m(umeric)g(argumen)m
-(t,)i(switc)m(hes)e(to)630 5230 y(insert)30 b(mo)s(de.)41
-b(This)30 b(command)h(a\013ects)h(only)e Fs(emacs)f Ft(mo)s(de;)i
-Fs(vi)f Ft(mo)s(de)g(do)s(es)g(o)m(v)m(erwrite)630 5340
-y(di\013eren)m(tly)-8 b(.)42 b(Eac)m(h)31 b(call)h(to)f
-Fs(readline\(\))c Ft(starts)k(in)f(insert)g(mo)s(de.)p
-eop end
+(t,)i(switc)m(hes)e(to)p eop end
 %%Page: 100 106
 TeXDict begin 100 105 bop 150 -116 a Ft(100)2527 b(Bash)31
-b(Reference)g(Man)m(ual)630 299 y(In)d(o)m(v)m(erwrite)j(mo)s(de,)e(c)m
-(haracters)i(b)s(ound)c(to)j Fs(self-insert)c Ft(replace)k(the)g(text)g
-(at)g(p)s(oin)m(t)630 408 y(rather)41 b(than)h(pushing)e(the)i(text)g
-(to)g(the)g(righ)m(t.)75 b(Characters)42 b(b)s(ound)d(to)j
-Fs(backward-)630 518 y(delete-char)27 b Ft(replace)32
-b(the)e(c)m(haracter)i(b)s(efore)e(p)s(oin)m(t)h(with)f(a)g(space.)630
-656 y(By)h(default,)f(this)h(command)f(is)g(un)m(b)s(ound.)150
-896 y Fk(8.4.4)63 b(Killing)42 b(And)e(Y)-10 b(anking)150
-1144 y Fs(kill-line)28 b(\(C-k\))630 1253 y Ft(Kill)j(the)f(text)i
-(from)e(p)s(oin)m(t)g(to)h(the)g(end)e(of)i(the)f(line.)150
-1420 y Fs(backward-kill-line)25 b(\(C-x)30 b(Rubout\))630
-1530 y Ft(Kill)h(bac)m(kw)m(ard)g(to)g(the)f(b)s(eginning)g(of)g(the)h
-(line.)150 1697 y Fs(unix-line-discard)26 b(\(C-u\))630
-1807 y Ft(Kill)31 b(bac)m(kw)m(ard)g(from)e(the)i(cursor)f(to)h(the)f
-(b)s(eginning)g(of)h(the)f(curren)m(t)g(line.)150 1974
-y Fs(kill-whole-line)c(\(\))630 2083 y Ft(Kill)37 b(all)g(c)m
-(haracters)h(on)f(the)f(curren)m(t)h(line,)h(no)f(matter)g(where)f(p)s
-(oin)m(t)h(is.)59 b(By)36 b(default,)630 2193 y(this)30
-b(is)h(un)m(b)s(ound.)150 2360 y Fs(kill-word)d(\(M-d\))630
-2469 y Ft(Kill)i(from)f(p)s(oin)m(t)g(to)h(the)g(end)e(of)i(the)f
+b(Reference)g(Man)m(ual)630 299 y(insert)f(mo)s(de.)41
+b(This)30 b(command)h(a\013ects)h(only)e Fs(emacs)f Ft(mo)s(de;)i
+Fs(vi)f Ft(mo)s(de)g(do)s(es)g(o)m(v)m(erwrite)630 408
+y(di\013eren)m(tly)-8 b(.)42 b(Eac)m(h)31 b(call)h(to)f
+Fs(readline\(\))c Ft(starts)k(in)f(insert)g(mo)s(de.)630
+539 y(In)e(o)m(v)m(erwrite)j(mo)s(de,)e(c)m(haracters)i(b)s(ound)c(to)j
+Fs(self-insert)c Ft(replace)k(the)g(text)g(at)g(p)s(oin)m(t)630
+648 y(rather)41 b(than)h(pushing)e(the)i(text)g(to)g(the)g(righ)m(t.)75
+b(Characters)42 b(b)s(ound)d(to)j Fs(backward-)630 758
+y(delete-char)27 b Ft(replace)32 b(the)e(c)m(haracter)i(b)s(efore)e(p)s
+(oin)m(t)h(with)f(a)g(space.)630 888 y(By)h(default,)f(this)h(command)f
+(is)g(un)m(b)s(ound.)150 1099 y Fk(8.4.4)63 b(Killing)42
+b(And)e(Y)-10 b(anking)150 1339 y Fs(kill-line)28 b(\(C-k\))630
+1449 y Ft(Kill)j(the)f(text)i(from)e(p)s(oin)m(t)g(to)h(the)g(end)e(of)
+i(the)f(line.)150 1599 y Fs(backward-kill-line)25 b(\(C-x)30
+b(Rubout\))630 1709 y Ft(Kill)h(bac)m(kw)m(ard)g(to)g(the)f(b)s
+(eginning)g(of)g(the)h(line.)150 1860 y Fs(unix-line-discard)26
+b(\(C-u\))630 1969 y Ft(Kill)31 b(bac)m(kw)m(ard)g(from)e(the)i(cursor)
+f(to)h(the)f(b)s(eginning)g(of)h(the)f(curren)m(t)g(line.)150
+2120 y Fs(kill-whole-line)c(\(\))630 2230 y Ft(Kill)37
+b(all)g(c)m(haracters)h(on)f(the)f(curren)m(t)h(line,)h(no)f(matter)g
+(where)f(p)s(oin)m(t)h(is.)59 b(By)36 b(default,)630
+2339 y(this)30 b(is)h(un)m(b)s(ound.)150 2490 y Fs(kill-word)d(\(M-d\))
+630 2600 y Ft(Kill)i(from)f(p)s(oin)m(t)g(to)h(the)g(end)e(of)i(the)f
 (curren)m(t)h(w)m(ord,)f(or)g(if)h(b)s(et)m(w)m(een)g(w)m(ords,)f(to)h
-(the)g(end)630 2579 y(of)h(the)f(next)h(w)m(ord.)40 b(W)-8
+(the)g(end)630 2709 y(of)h(the)f(next)h(w)m(ord.)40 b(W)-8
 b(ord)31 b(b)s(oundaries)e(are)h(the)h(same)g(as)f Fs(forward-word)p
-Ft(.)150 2746 y Fs(backward-kill-word)25 b(\(M-)1183
-2743 y Fg(h)p 1207 2690 146 4 v 1207 2746 a Ff(DEL)p
-1207 2761 V 1348 2743 a Fg(i)1378 2746 y Fs(\))630 2856
+Ft(.)150 2860 y Fs(backward-kill-word)25 b(\(M-)1183
+2857 y Fg(h)p 1207 2804 146 4 v 1207 2860 a Ff(DEL)p
+1207 2875 V 1348 2857 a Fg(i)1378 2860 y Fs(\))630 2970
 y Ft(Kill)k(the)g(w)m(ord)g(b)s(ehind)e(p)s(oin)m(t.)40
 b(W)-8 b(ord)29 b(b)s(oundaries)f(are)h(the)g(same)g(as)g
-Fs(backward-word)p Ft(.)150 3023 y Fs(unix-word-rubout)d(\(C-w\))630
-3132 y Ft(Kill)32 b(the)g(w)m(ord)f(b)s(ehind)f(p)s(oin)m(t,)i(using)f
+Fs(backward-word)p Ft(.)150 3120 y Fs(unix-word-rubout)d(\(C-w\))630
+3230 y Ft(Kill)32 b(the)g(w)m(ord)f(b)s(ehind)f(p)s(oin)m(t,)i(using)f
 (white)h(space)g(as)g(a)g(w)m(ord)f(b)s(oundary)-8 b(.)43
-b(The)31 b(killed)630 3242 y(text)g(is)g(sa)m(v)m(ed)g(on)g(the)f
-(kill-ring.)150 3409 y Fs(unix-filename-rubout)25 b(\(\))630
-3518 y Ft(Kill)37 b(the)f(w)m(ord)g(b)s(ehind)f(p)s(oin)m(t,)j(using)e
+b(The)31 b(killed)630 3339 y(text)g(is)g(sa)m(v)m(ed)g(on)g(the)f
+(kill-ring.)150 3490 y Fs(unix-filename-rubout)25 b(\(\))630
+3600 y Ft(Kill)37 b(the)f(w)m(ord)g(b)s(ehind)f(p)s(oin)m(t,)j(using)e
 (white)g(space)h(and)f(the)g(slash)g(c)m(haracter)i(as)f(the)630
-3628 y(w)m(ord)30 b(b)s(oundaries.)39 b(The)30 b(killed)h(text)g(is)g
-(sa)m(v)m(ed)g(on)g(the)f(kill-ring.)150 3795 y Fs
-(delete-horizontal-space)24 b(\(\))630 3905 y Ft(Delete)33
+3709 y(w)m(ord)30 b(b)s(oundaries.)39 b(The)30 b(killed)h(text)g(is)g
+(sa)m(v)m(ed)g(on)g(the)f(kill-ring.)150 3860 y Fs
+(delete-horizontal-space)24 b(\(\))630 3970 y Ft(Delete)33
 b(all)e(spaces)g(and)e(tabs)i(around)e(p)s(oin)m(t.)41
-b(By)31 b(default,)f(this)h(is)f(un)m(b)s(ound.)150 4072
-y Fs(kill-region)d(\(\))630 4181 y Ft(Kill)k(the)f(text)i(in)e(the)g
+b(By)31 b(default,)f(this)h(is)f(un)m(b)s(ound.)150 4121
+y Fs(kill-region)d(\(\))630 4230 y Ft(Kill)k(the)f(text)i(in)e(the)g
 (curren)m(t)h(region.)41 b(By)31 b(default,)f(this)h(command)f(is)g(un)
-m(b)s(ound.)150 4348 y Fs(copy-region-as-kill)25 b(\(\))630
-4458 y Ft(Cop)m(y)34 b(the)g(text)h(in)f(the)g(region)g(to)h(the)f
+m(b)s(ound.)150 4381 y Fs(copy-region-as-kill)25 b(\(\))630
+4490 y Ft(Cop)m(y)34 b(the)g(text)h(in)f(the)g(region)g(to)h(the)f
 (kill)h(bu\013er,)f(so)g(it)h(can)f(b)s(e)f(y)m(ank)m(ed)i(righ)m(t)f
-(a)m(w)m(a)m(y)-8 b(.)630 4568 y(By)31 b(default,)f(this)h(command)f
-(is)g(un)m(b)s(ound.)150 4735 y Fs(copy-backward-word)25
-b(\(\))630 4844 y Ft(Cop)m(y)38 b(the)h(w)m(ord)f(b)s(efore)g(p)s(oin)m
+(a)m(w)m(a)m(y)-8 b(.)630 4600 y(By)31 b(default,)f(this)h(command)f
+(is)g(un)m(b)s(ound.)150 4751 y Fs(copy-backward-word)25
+b(\(\))630 4860 y Ft(Cop)m(y)38 b(the)h(w)m(ord)f(b)s(efore)g(p)s(oin)m
 (t)g(to)i(the)e(kill)h(bu\013er.)64 b(The)38 b(w)m(ord)g(b)s(oundaries)
-f(are)i(the)630 4954 y(same)31 b(as)f Fs(backward-word)p
+f(are)i(the)630 4970 y(same)31 b(as)f Fs(backward-word)p
 Ft(.)38 b(By)30 b(default,)h(this)f(command)g(is)h(un)m(b)s(ound.)150
 5121 y Fs(copy-forward-word)26 b(\(\))630 5230 y Ft(Cop)m(y)31
 b(the)g(w)m(ord)g(follo)m(wing)h(p)s(oin)m(t)f(to)h(the)f(kill)h
@@ -13050,33 +13095,33 @@ b(al)37 b(`)p Fs(\045)p Ft(',)h(`)p Fs(#)p Ft(',)g(`)p
 Fs(\045\045)p Ft(')e(and)f(`)p Fs(##)p Ft(')h(expansions)g(to)g(remo)m
 (v)m(e)330 1582 y(leading)f(or)f(trailing)h(substrings)e(from)g(v)-5
 b(ariable)35 b(v)-5 b(alues)35 b(\(see)g(Section)g(3.5.3)g([Shell)g(P)m
-(arameter)330 1691 y(Expansion],)30 b(page)h(18\).)225
+(arameter)330 1691 y(Expansion],)30 b(page)h(19\).)225
 1820 y Fp(\017)60 b Ft(The)46 b(expansion)g Fs(${#xx})p
 Ft(,)j(whic)m(h)d(returns)f(the)i(length)f(of)h Fs(${xx})p
 Ft(,)i(is)e(supp)s(orted)d(\(see)j(Sec-)330 1930 y(tion)31
-b(3.5.3)h([Shell)f(P)m(arameter)g(Expansion],)f(page)i(18\).)225
+b(3.5.3)h([Shell)f(P)m(arameter)g(Expansion],)f(page)i(19\).)225
 2059 y Fp(\017)60 b Ft(The)30 b(expansion)g Fs(${var:)p
 Fq(o\013set)r Fs([:)p Fq(length)p Fs(]})p Ft(,)g(whic)m(h)g(expands)g
 (to)h(the)g(substring)e(of)i Fs(var)p Ft('s)e(v)-5 b(alue)330
 2168 y(of)43 b(length)g Fq(length)p Ft(,)k(b)s(eginning)42
 b(at)i Fq(o\013set)p Ft(,)j(is)c(presen)m(t)g(\(see)g(Section)h(3.5.3)h
-([Shell)e(P)m(arameter)330 2278 y(Expansion],)30 b(page)h(18\).)225
+([Shell)e(P)m(arameter)330 2278 y(Expansion],)30 b(page)h(19\).)225
 2407 y Fp(\017)60 b Ft(The)21 b(expansion)f Fs(${var/[/])p
 Fq(pattern)p Fs([/)p Fq(replacemen)m(t)r Fs(]})p Ft(,)i(whic)m(h)e
 (matc)m(hes)j Fq(pattern)e Ft(and)f(replaces)330 2516
 y(it)29 b(with)e Fq(replacemen)m(t)32 b Ft(in)c(the)g(v)-5
 b(alue)29 b(of)f Fs(var)p Ft(,)g(is)g(a)m(v)-5 b(ailable)31
 b(\(see)e(Section)f(3.5.3)i([Shell)f(P)m(arameter)330
-2626 y(Expansion],)h(page)h(18\).)225 2755 y Fp(\017)60
+2626 y(Expansion],)h(page)h(19\).)225 2755 y Fp(\017)60
 b Ft(The)32 b(expansion)g Fs(${!)p Fj(prefix)p Fs(})p
 Fj(*)40 b Ft(expansion,)32 b(whic)m(h)g(expands)g(to)h(the)f(names)g
 (of)h(all)g(shell)f(v)-5 b(ari-)330 2865 y(ables)36 b(whose)g(names)g
 (b)s(egin)g(with)g Fq(pre\014x)p Ft(,)g(is)g(a)m(v)-5
 b(ailable)39 b(\(see)e(Section)g(3.5.3)g([Shell)g(P)m(arameter)330
-2974 y(Expansion],)30 b(page)h(18\).)225 3103 y Fp(\017)60
+2974 y(Expansion],)30 b(page)h(19\).)225 3103 y Fp(\017)60
 b Ft(Bash)22 b(has)f Fq(indirect)j Ft(v)-5 b(ariable)22
 b(expansion)g(using)f Fs(${!word})e Ft(\(see)k(Section)f(3.5.3)i
-([Shell)e(P)m(arameter)330 3213 y(Expansion],)30 b(page)h(18\).)225
+([Shell)e(P)m(arameter)330 3213 y(Expansion],)30 b(page)h(19\).)225
 3342 y Fp(\017)60 b Ft(Bash)31 b(can)f(expand)g(p)s(ositional)h
 (parameters)g(b)s(ey)m(ond)e Fs($9)h Ft(using)g Fs(${)p
 Fj(num)11 b Fs(})p Ft(.)225 3471 y Fp(\017)60 b Ft(The)27
@@ -13107,7 +13152,7 @@ f Fl(posix)f Ft(1003.2)k(\014lename)d(expansion)g(op)s(erators,)h
 (including)330 4753 y Fq(c)m(haracter)23 b(classes)p
 Ft(,)h Fq(equiv)-5 b(alence)23 b(classes)p Ft(,)h(and)d
 Fq(collating)i(sym)m(b)s(ols)i Ft(\(see)d(Section)g(3.5.8)h([Filename)
-330 4863 y(Expansion],)30 b(page)h(22\).)225 4992 y Fp(\017)60
+330 4863 y(Expansion],)30 b(page)h(23\).)225 4992 y Fp(\017)60
 b Ft(Bash)35 b(implemen)m(ts)g(extended)g(pattern)g(matc)m(hing)h
 (features)f(when)f(the)h Fs(extglob)d Ft(shell)j(option)330
 5101 y(is)30 b(enabled)h(\(see)g(Section)g(3.5.8.1)i([P)m(attern)f
@@ -14227,7 +14272,7 @@ f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)42 b Fb(16)150 1694
 y Fr(*)150 1811 y Fe(*)17 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)42
-b Fb(15)150 2046 y Fr(-)150 2163 y Fe(-)17 b Fc(.)12
+b Fb(16)150 2046 y Fr(-)150 2163 y Fe(-)17 b Fc(.)12
 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)42 b Fb(16)150 2399 y Fr(?)150
@@ -14237,7 +14282,7 @@ h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)42
 b Fb(16)150 2751 y Fr(@)150 2868 y Fe(@)17 b Fc(.)12
 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)g(.)h(.)f(.)g(.)h(.)42 b Fb(15)p 159 3104 41
+h(.)f(.)g(.)h(.)f(.)g(.)h(.)42 b Fb(16)p 159 3104 41
 6 v 150 3221 a Fe(_)17 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)42
@@ -14281,254 +14326,257 @@ b Fb(56)150 5252 y Fe(BASH_VERSION)22 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)h
 h(.)f(.)g(.)g(.)h(.)f(.)g(.)45 b Fb(57)150 5340 y Fe(bell-style)24
 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)47
-b Fb(89)2025 610 y Fr(C)2025 730 y Fe(CDPATH)10 b Fc(.)j(.)f(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)35
-b Fb(55)2025 819 y Fe(COLUMNS)8 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)34 b Fb(57)2025
-908 y Fe(comment-begin)18 b Fc(.)d(.)d(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)43 b Fb(89)2025 997 y Fe(COMP_CWORD)24 b Fc(.)12
-b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48
-b Fb(57)2025 1086 y Fe(COMP_LINE)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(57)2025 1175
-y Fe(COMP_POINT)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)48 b Fb(57)2025 1264 y Fe(COMP_WORDBREAKS)15
-b Fc(.)g(.)e(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)40 b Fb(57)2025
-1353 y Fe(COMP_WORDS)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)48 b Fb(57)2025 1442 y Fe(completion-query-items)27
-b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)48 b Fb(89)2025 1531 y Fe(COMPREPLY)25
-b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-49 b Fb(58)2025 1621 y Fe(convert-meta)22 b Fc(.)12 b(.)g(.)h(.)f(.)g
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)45 b Fb(89)2025 1863
-y Fr(D)2025 1983 y Fe(DIRSTACK)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(58)2025
-2072 y Fe(disable-completion)10 b Fc(.)17 b(.)12 b(.)g(.)g(.)h(.)f(.)g
+b Fb(89)2025 610 y Fe(bind-tty-special-chars)27 b Fc(.)13
+b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+(.)h(.)48 b Fb(89)2025 866 y Fr(C)2025 983 y Fe(CDPATH)10
+b Fc(.)j(.)f(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
+g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)35 b Fb(55)2025 1071 y Fe(COLUMNS)8 b
+Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+g(.)h(.)f(.)34 b Fb(57)2025 1159 y Fe(comment-begin)18
+b Fc(.)d(.)d(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)
+h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)43
+b Fb(89)2025 1247 y Fe(COMP_CWORD)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)
+g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48 b Fb(57)2025 1335
+y Fe(COMP_LINE)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+h(.)f(.)g(.)h(.)f(.)49 b Fb(57)2025 1423 y Fe(COMP_POINT)24
+b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48
+b Fb(57)2025 1510 y Fe(COMP_WORDBREAKS)15 b Fc(.)g(.)e(.)f(.)g(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+h(.)f(.)g(.)h(.)40 b Fb(57)2025 1598 y Fe(COMP_WORDS)24
+b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48
+b Fb(57)2025 1686 y Fe(completion-query-items)27 b Fc(.)13
+b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+(.)h(.)48 b Fb(89)2025 1774 y Fe(COMPREPLY)25 b Fc(.)13
+b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)49
+b Fb(58)2025 1862 y Fe(convert-meta)22 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-36 b Fb(89)2025 2333 y Fr(E)2025 2453 y Fe(editing-mode)22
+g(.)h(.)f(.)g(.)h(.)f(.)g(.)45 b Fb(89)2025 2099 y Fr(D)2025
+2216 y Fe(DIRSTACK)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
+f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(58)2025 2304 y
+Fe(disable-completion)10 b Fc(.)17 b(.)12 b(.)g(.)g(.)h(.)f(.)g(.)h(.)f
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)36
+b Fb(90)2025 2559 y Fr(E)2025 2677 y Fe(editing-mode)22
 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)45
-b Fb(90)2025 2542 y Fe(EMACS)11 b Fc(.)i(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)
+b Fb(90)2025 2765 y Fe(EMACS)11 b Fc(.)i(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)37
-b Fb(58)2025 2631 y Fe(enable-keypad)18 b Fc(.)d(.)d(.)g(.)h(.)f(.)g(.)
+b Fb(58)2025 2853 y Fe(enable-keypad)18 b Fc(.)d(.)d(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)43 b Fb(90)2025 2720 y Fe(EUID)13
+(.)g(.)h(.)f(.)g(.)h(.)43 b Fb(90)2025 2940 y Fe(EUID)13
 b Fc(.)g(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)g(.)h(.)f(.)g(.)h(.)38 b Fb(58)2025 2809 y Fe(expand-tilde)22
+(.)g(.)h(.)f(.)g(.)h(.)38 b Fb(58)2025 3028 y Fe(expand-tilde)22
 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)45
-b Fb(90)2025 3071 y Fr(F)2025 3190 y Fe(FCEDIT)10 b Fc(.)j(.)f(.)h(.)f
+b Fb(90)2025 3284 y Fr(F)2025 3401 y Fe(FCEDIT)10 b Fc(.)j(.)f(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)35
-b Fb(58)2025 3279 y Fe(FIGNORE)8 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)
+b Fb(58)2025 3489 y Fe(FIGNORE)8 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)34 b Fb(58)2025
-3368 y Fe(FUNCNAME)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
+3577 y Fe(FUNCNAME)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(58)2025 3611 y
-Fr(G)2025 3731 y Fe(GLOBIGNORE)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g
+(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(58)2025 3814 y
+Fr(G)2025 3931 y Fe(GLOBIGNORE)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48 b Fb(58)2025 3820
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48 b Fb(58)2025 4019
 y Fe(GROUPS)10 b Fc(.)j(.)f(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)g(.)h(.)f(.)g(.)h(.)35 b Fb(58)2025 4063 y Fr(H)2025
-4182 y Fe(histchars)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
+h(.)f(.)g(.)h(.)f(.)g(.)h(.)35 b Fb(58)2025 4256 y Fr(H)2025
+4373 y Fe(histchars)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(58)2025 4271 y Fe(HISTCMD)8
+g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(58)2025 4461 y Fe(HISTCMD)8
 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-g(.)h(.)f(.)34 b Fb(59)2025 4360 y Fe(HISTCONTROL)23
+g(.)h(.)f(.)34 b Fb(59)2025 4549 y Fe(HISTCONTROL)23
 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)46
-b Fb(59)2025 4449 y Fe(HISTFILE)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h
+b Fb(59)2025 4637 y Fe(HISTFILE)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(59)2025
-4539 y Fe(HISTFILESIZE)22 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
+4725 y Fe(HISTFILESIZE)22 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)45 b Fb(59)2025 4628 y Fe(HISTIGNORE)24
+g(.)h(.)f(.)g(.)45 b Fb(59)2025 4813 y Fe(HISTIGNORE)24
 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48
-b Fb(59)2025 4717 y Fe(history-preserve-point)27 b Fc(.)13
+b Fb(59)2025 4900 y Fe(history-preserve-point)27 b Fc(.)13
 b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)48 b Fb(90)2025 4806 y Fe(HISTSIZE)7 b Fc(.)14
+(.)h(.)48 b Fb(90)2025 4988 y Fe(HISTSIZE)7 b Fc(.)14
 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-32 b Fb(59)2025 4895 y Fe(HISTTIMEFORMAT)16 b Fc(.)f(.)e(.)f(.)g(.)h(.)
+32 b Fb(59)2025 5076 y Fe(HISTTIMEFORMAT)16 b Fc(.)f(.)e(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)g(.)h(.)f(.)42 b Fb(59)2025 4984 y Fe(HOME)13
+(.)f(.)g(.)g(.)h(.)f(.)42 b Fb(59)2025 5164 y Fe(HOME)13
 b Fc(.)g(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)g(.)h(.)f(.)g(.)h(.)38 b Fb(55)2025 5073 y Fe
+(.)g(.)h(.)f(.)g(.)h(.)38 b Fb(55)2025 5252 y Fe
 (horizontal-scroll-mode)27 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)48 b Fb(90)2025
-5162 y Fe(HOSTFILE)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
+5340 y Fe(HOSTFILE)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(59)2025 5251 y
-Fe(HOSTNAME)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(60)2025 5340 y Fe(HOSTTYPE)7
-b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)32 b Fb(60)p eop end
+(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)32 b Fb(59)p eop end
 %%Page: 146 152
 TeXDict begin 146 151 bop 150 -116 a Ft(146)2527 b(Bash)31
-b(Reference)g(Man)m(ual)150 299 y Fr(I)150 417 y Fe(IFS)14
-b Fc(.)f(.)f(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)h(.)39 b Fb(55)150 506 y Fe(IGNOREEOF)25
-b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)
-49 b Fb(60)150 594 y Fe(input-meta)24 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)47 b Fb(90)150 682
-y Fe(INPUTRC)8 b Fc(.)14 b(.)e(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)f(.)g(.)34 b Fb(60)150 771 y Fe
-(isearch-terminators)9 b Fc(.)17 b(.)12 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)34
-b Fb(90)150 1009 y Fr(K)150 1128 y Fe(keymap)10 b Fc(.)j(.)g(.)f(.)g(.)
-h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)35
-b Fb(90)150 1385 y Fr(L)150 1504 y Fe(LANG)13 b Fc(.)g(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)38
-b Fb(60)150 1592 y Fe(LC_ALL)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)
+b(Reference)g(Man)m(ual)150 299 y Fe(HOSTNAME)7 b Fc(.)14
+b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)
+32 b Fb(60)150 386 y Fe(HOSTTYPE)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)32 b Fb(60)150
+620 y Fr(I)150 736 y Fe(IFS)14 b Fc(.)f(.)f(.)h(.)f(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
+g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)39
+b Fb(55)150 823 y Fe(IGNOREEOF)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(60)150 910
+y Fe(input-meta)24 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+h(.)f(.)g(.)h(.)47 b Fb(90)150 998 y Fe(INPUTRC)8 b Fc(.)14
+b(.)e(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
+g(.)34 b Fb(60)150 1085 y Fe(isearch-terminators)9 b
+Fc(.)17 b(.)12 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
+g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)34 b Fb(90)150 1318 y
+Fr(K)150 1435 y Fe(keymap)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f
+(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)35 b Fb(90)150
+1687 y Fr(L)150 1803 y Fe(LANG)13 b Fc(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)
+h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)38
+b Fb(60)150 1890 y Fe(LC_ALL)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)35 b Fb(60)150
-1680 y Fe(LC_COLLATE)24 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
+1977 y Fe(LC_COLLATE)24 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)47 b Fb(60)150 1769 y Fe(LC_CTYPE)7
+g(.)h(.)f(.)g(.)h(.)47 b Fb(60)150 2065 y Fe(LC_CTYPE)7
 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-g(.)h(.)32 b Fb(60)150 1857 y Fe(LC_MESSAGES)14 b Fc(.)h(.)d(.)h(.)f(.)
+g(.)h(.)32 b Fb(60)150 2152 y Fe(LC_MESSAGES)14 b Fc(.)h(.)d(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)40 b Fb(7,)26 b(60)150
-1945 y Fe(LC_NUMERIC)e Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)
+2239 y Fe(LC_NUMERIC)e Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)47 b Fb(60)150 2034 y Fe(LINENO)10
+(.)h(.)f(.)g(.)h(.)47 b Fb(60)150 2327 y Fe(LINENO)10
 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)35 b Fb(60)150 2122 y Fe(LINES)11 b Fc(.)j(.)e(.)g(.)g
+(.)g(.)h(.)f(.)35 b Fb(60)150 2414 y Fe(LINES)11 b Fc(.)j(.)e(.)g(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)37
-b Fb(60)150 2361 y Fr(M)150 2479 y Fe(MACHTYPE)7 b Fc(.)14
+b Fb(60)150 2647 y Fr(M)150 2763 y Fe(MACHTYPE)7 b Fc(.)14
 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)
-32 b Fb(60)150 2568 y Fe(MAIL)13 b Fc(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f
+32 b Fb(60)150 2851 y Fe(MAIL)13 b Fc(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)38
-b Fb(55)150 2656 y Fe(MAILCHECK)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h
+b Fb(55)150 2938 y Fe(MAILCHECK)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(61)150 2744
+h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(61)150 3025
 y Fe(MAILPATH)7 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)g(.)h(.)32 b Fb(55)150 2833 y Fe(mark-modified-lines)9
+g(.)h(.)f(.)g(.)g(.)h(.)32 b Fb(55)150 3113 y Fe(mark-modified-lines)9
 b Fc(.)17 b(.)12 b(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)34 b Fb(91)150 2921
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)34 b Fb(91)150 3200
 y Fe(mark-symlinked-directories)17 b Fc(.)h(.)12 b(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)42 b Fb(91)150 3009
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)42 b Fb(91)150 3287
 y Fe(match-hidden-files)10 b Fc(.)17 b(.)12 b(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)36
-b Fb(91)150 3098 y Fe(meta-flag)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h
+b Fb(91)150 3375 y Fe(meta-flag)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(90)150 3355
-y Fr(O)150 3474 y Fe(OLDPWD)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f
+h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(90)150 3627
+y Fr(O)150 3743 y Fe(OLDPWD)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)35 b Fb(61)150
-3562 y Fe(OPTARG)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
+3830 y Fe(OPTARG)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)35 b Fb(55)150 3650
+(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)35 b Fb(55)150 3917
 y Fe(OPTERR)10 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)35 b Fb(61)150 3739 y Fe(OPTIND)10
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)35 b Fb(61)150 4005 y Fe(OPTIND)10
 b Fc(.)j(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)35 b Fb(55)150 3827 y Fe(OSTYPE)10 b Fc(.)j(.)g(.)f(.)g
+(.)g(.)h(.)f(.)35 b Fb(55)150 4092 y Fe(OSTYPE)10 b Fc(.)j(.)g(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)35
-b Fb(61)150 3915 y Fe(output-meta)23 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)46 b Fb(91)2025 299 y
-Fr(P)2025 418 y Fe(page-completions)13 b Fc(.)j(.)c(.)h(.)f(.)g(.)h(.)f
+b Fb(61)2025 299 y Fe(output-meta)23 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)h(.)
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
+(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)46 b Fb(91)2025 553 y
+Fr(P)2025 669 y Fe(page-completions)13 b Fc(.)j(.)c(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)39 b Fb(91)2025 507 y Fe(PATH)13 b Fc(.)g(.)f(.)g(.)g(.)h(.)f
+h(.)f(.)39 b Fb(91)2025 757 y Fe(PATH)13 b Fc(.)g(.)f(.)g(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)38
-b Fb(55)2025 596 y Fe(PIPESTATUS)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g
+b Fb(55)2025 844 y Fe(PIPESTATUS)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48 b Fb(61)2025 685 y
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48 b Fb(61)2025 932 y
 Fe(POSIXLY_CORRECT)15 b Fc(.)g(.)e(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)40
-b Fb(61)2025 774 y Fe(PPID)13 b Fc(.)g(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f
+b Fb(61)2025 1020 y Fe(PPID)13 b Fc(.)g(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)38
-b Fb(61)2025 863 y Fe(PROMPT_COMMAND)16 b Fc(.)f(.)e(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)g(.)h(.)f(.)42 b Fb(61)2025 952 y Fe(PS1)14 b
-Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(55)2025 1041 y Fe(PS2)14
+b Fb(61)2025 1107 y Fe(PROMPT_COMMAND)16 b Fc(.)f(.)e(.)f(.)g(.)h(.)f
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
+f(.)g(.)g(.)h(.)f(.)42 b Fb(61)2025 1195 y Fe(PS1)14
+b Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(55)2025 1282 y Fe(PS2)14
 b Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(55)2025 1130 y Fe(PS3)14
+(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(55)2025 1370 y Fe(PS3)14
 b Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(61)2025 1219 y Fe(PS4)14
+(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(61)2025 1458 y Fe(PS4)14
 b Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(61)2025 1308 y Fe(PWD)14
+(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(61)2025 1545 y Fe(PWD)14
 b Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(61)2025 1550 y Fr(R)2025
-1669 y Fe(RANDOM)10 b Fc(.)j(.)f(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
+(.)h(.)f(.)g(.)h(.)f(.)g(.)40 b Fb(61)2025 1780 y Fr(R)2025
+1897 y Fe(RANDOM)10 b Fc(.)j(.)f(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)35 b Fb(61)2025 1758
+(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)35 b Fb(61)2025 1984
 y Fe(REPLY)11 b Fc(.)i(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)37 b Fb(61)2025 2000
-y Fr(S)2025 2120 y Fe(SECONDS)8 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)37 b Fb(61)2025 2219
+y Fr(S)2025 2336 y Fe(SECONDS)8 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)34 b Fb(61)2025
-2208 y Fe(SHELL)11 b Fc(.)i(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
+2424 y Fe(SHELL)11 b Fc(.)i(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)37 b Fb(62)2025 2297
+h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)37 b Fb(62)2025 2511
 y Fe(SHELLOPTS)25 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-h(.)f(.)g(.)h(.)f(.)49 b Fb(62)2025 2386 y Fe(SHLVL)11
+h(.)f(.)g(.)h(.)f(.)49 b Fb(62)2025 2599 y Fe(SHLVL)11
 b Fc(.)i(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)h(.)f(.)g(.)37 b Fb(62)2025 2475 y Fe(show-all-if-ambiguous)29
+(.)g(.)h(.)f(.)g(.)37 b Fb(62)2025 2687 y Fe(show-all-if-ambiguous)29
 b Fc(.)12 b(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)g(.)h(.)f(.)50 b Fb(91)2025 2564 y Fe(show-all-if-unmodified)27
+(.)g(.)g(.)h(.)f(.)50 b Fb(91)2025 2774 y Fe(show-all-if-unmodified)27
 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)48 b Fb(91)2025 2806 y Fr(T)2025 2926
+(.)f(.)g(.)h(.)48 b Fb(91)2025 3009 y Fr(T)2025 3126
 y Fe(TEXTDOMAIN)25 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
-g(.)h(.)f(.)g(.)h(.)49 b Fb(7)2025 3015 y Fe(TEXTDOMAINDIR)21
+g(.)h(.)f(.)g(.)h(.)49 b Fb(7)2025 3213 y Fe(TEXTDOMAINDIR)21
 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)45
-b Fb(7)2025 3104 y Fe(TIMEFORMAT)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g
+b Fb(7)2025 3301 y Fe(TIMEFORMAT)24 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48 b Fb(62)2025 3192
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)48 b Fb(62)2025 3389
 y Fe(TMOUT)11 b Fc(.)i(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)37 b Fb(62)2025 3434
-y Fr(U)2025 3554 y Fe(UID)14 b Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
+f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)37 b Fb(62)2025 3624
+y Fr(U)2025 3740 y Fe(UID)14 b Fc(.)f(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)
 f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)40
-b Fb(62)2025 3796 y Fr(V)2025 3915 y Fe(visible-stats)18
+b Fb(62)2025 3975 y Fr(V)2025 4092 y Fe(visible-stats)18
 b Fc(.)d(.)d(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)43
 b Fb(91)p eop end
@@ -14806,14 +14854,14 @@ b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)44 b Fb(85)150
 2341 y(command)26 b(execution)11 b Fc(.)h(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-37 b Fb(28)150 2428 y(command)26 b(expansion)d Fc(.)12
+37 b Fb(29)150 2428 y(command)26 b(expansion)d Fc(.)12
 b(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)48 b Fb(28)150 2515 y(command)26
 b(history)16 b Fc(.)d(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)42
 b Fb(111)150 2603 y(command)26 b(searc)n(h)12 b Fc(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)
-f(.)g(.)h(.)f(.)g(.)g(.)38 b Fb(28)150 2690 y(command)26
+f(.)g(.)h(.)f(.)g(.)g(.)38 b Fb(29)150 2690 y(command)26
 b(substitution)e Fc(.)12 b(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)49 b Fb(21)150
 2777 y(command)26 b(timing)8 b Fc(.)13 b(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)
@@ -14867,7 +14915,7 @@ b Fc(.)12 b(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)45 b Fb(29)150 4991 y(exit)25
 b(status)17 b Fc(.)c(.)g(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)43 b Fb(3,)26 b(30)150 5078 y(expansion)16 b Fc(.)d(.)f(.)g(.)h(.)f
+(.)43 b Fb(3,)26 b(31)150 5078 y(expansion)16 b Fc(.)d(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)42 b
 Fb(16)150 5166 y(expansion,)26 b(arithmetic)20 b Fc(.)13
@@ -14877,12 +14925,12 @@ b(brace)12 b Fc(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)38
 b Fb(17)150 5340 y(expansion,)26 b(\014lename)18 b Fc(.)12
 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
-(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)43 b Fb(22)2025 638 y(expansion,)26
+(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)43 b Fb(23)2025 638 y(expansion,)26
 b(parameter)c Fc(.)13 b(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
-(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)47 b Fb(18)2025
+(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)47 b Fb(19)2025
 729 y(expansion,)26 b(pathname)8 b Fc(.)k(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)34
-b Fb(22)2025 819 y(expansion,)26 b(tilde)9 b Fc(.)j(.)h(.)f(.)g(.)h(.)f
+b Fb(23)2025 819 y(expansion,)26 b(tilde)9 b Fc(.)j(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)h(.)f(.)g(.)35 b Fb(18)2025 910 y(expressions,)27
 b(arithmetic)16 b Fc(.)d(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)
@@ -14899,7 +14947,7 @@ f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)34 b Fb(3)2025
 1661 y(\014lename)26 b(expansion)10 b Fc(.)i(.)h(.)f(.)g(.)g(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
-(.)g(.)36 b Fb(22)2025 1752 y(foreground)20 b Fc(.)12
+(.)g(.)36 b Fb(23)2025 1752 y(foreground)20 b Fc(.)12
 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)45
 b Fb(81)2025 1842 y(functions,)26 b(shell)c Fc(.)13 b(.)f(.)g(.)h(.)f
@@ -14974,7 +15022,7 @@ h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)41 b Fb(3)150 1225 y Fr(P)150
 1344 y Fb(parameter)26 b(expansion)14 b Fc(.)f(.)f(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)
-40 b Fb(18)150 1432 y(parameters)14 b Fc(.)f(.)g(.)f(.)g(.)h(.)f(.)g(.)
+40 b Fb(19)150 1432 y(parameters)14 b Fc(.)f(.)g(.)f(.)g(.)h(.)f(.)g(.)
 h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)39 b Fb(15)150 1521
 y(parameters,)27 b(p)r(ositional)9 b Fc(.)14 b(.)e(.)g(.)h(.)f(.)g(.)h
@@ -14984,7 +15032,7 @@ b(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)49 b Fb(15)150 1698 y(pathname)25
 b(expansion)19 b Fc(.)12 b(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)44
-b Fb(22)150 1786 y(pattern)25 b(matc)n(hing)18 b Fc(.)13
+b Fb(23)150 1786 y(pattern)25 b(matc)n(hing)18 b Fc(.)13
 b(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f
 (.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)43 b Fb(23)150
 1875 y(pip)r(eline)15 b Fc(.)e(.)f(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
@@ -15036,7 +15084,7 @@ b(function)11 b Fc(.)i(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g
 g(.)37 b Fb(13)2025 997 y(shell)26 b(script)18 b Fc(.)13
 b(.)f(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g
 (.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)44
-b Fb(31)2025 1084 y(shell)26 b(v)l(ariable)17 b Fc(.)c(.)g(.)f(.)g(.)h
+b Fb(32)2025 1084 y(shell)26 b(v)l(ariable)17 b Fc(.)c(.)g(.)f(.)g(.)h
 (.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)h(.)f(.)
 g(.)h(.)f(.)g(.)h(.)f(.)g(.)h(.)f(.)43 b Fb(15)2025 1172
 y(shell,)26 b(in)n(teractiv)n(e)16 b Fc(.)d(.)g(.)f(.)g(.)h(.)f(.)g(.)h
index 5e0e8336673ed0be81f49af0e4a8fdb2312aaf73..ed88db7bbfb8475ef009ad78f83b3b13ef0c8103 100644 (file)
 \subsecentry{Special Parameters}{3}{4}{2}{15}
 \secentry{Shell Expansions}{3}{5}{16}
 \subsecentry{Brace Expansion}{3}{5}{1}{17}
-\subsecentry{Tilde Expansion}{3}{5}{2}{17}
+\subsecentry{Tilde Expansion}{3}{5}{2}{18}
 \subsecentry{Shell Parameter Expansion}{3}{5}{3}{18}
 \subsecentry{Command Substitution}{3}{5}{4}{21}
 \subsecentry{Arithmetic Expansion}{3}{5}{5}{21}
-\subsecentry{Process Substitution}{3}{5}{6}{21}
+\subsecentry{Process Substitution}{3}{5}{6}{22}
 \subsecentry{Word Splitting}{3}{5}{7}{22}
 \subsecentry{Filename Expansion}{3}{5}{8}{22}
 \subsubsecentry{Pattern Matching}{3}{5}{8}{1}{23}
 \subsecentry{Quote Removal}{3}{5}{9}{24}
 \secentry{Redirections}{3}{6}{24}
 \subsecentry{Redirecting Input}{3}{6}{1}{25}
-\subsecentry{Redirecting Output}{3}{6}{2}{25}
+\subsecentry{Redirecting Output}{3}{6}{2}{26}
 \subsecentry{Appending Redirected Output}{3}{6}{3}{26}
 \subsecentry{Redirecting Standard Output and Standard Error}{3}{6}{4}{26}
 \subsecentry{Here Documents}{3}{6}{5}{26}
-\subsecentry{Here Strings}{3}{6}{6}{26}
+\subsecentry{Here Strings}{3}{6}{6}{27}
 \subsecentry{Duplicating File Descriptors}{3}{6}{7}{27}
 \subsecentry{Moving File Descriptors}{3}{6}{8}{27}
-\subsecentry{Opening File Descriptors for Reading and Writing}{3}{6}{9}{27}
-\secentry{Executing Commands}{3}{7}{27}
-\subsecentry{Simple Command Expansion}{3}{7}{1}{27}
+\subsecentry{Opening File Descriptors for Reading and Writing}{3}{6}{9}{28}
+\secentry{Executing Commands}{3}{7}{28}
+\subsecentry{Simple Command Expansion}{3}{7}{1}{28}
 \subsecentry{Command Search and Execution}{3}{7}{2}{28}
 \subsecentry{Command Execution Environment}{3}{7}{3}{29}
 \subsecentry{Environment}{3}{7}{4}{30}
-\subsecentry{Exit Status}{3}{7}{5}{30}
+\subsecentry{Exit Status}{3}{7}{5}{31}
 \subsecentry{Signals}{3}{7}{6}{31}
-\secentry{Shell Scripts}{3}{8}{31}
+\secentry{Shell Scripts}{3}{8}{32}
 \chapentry{Shell Builtin Commands}{4}{33}
 \secentry{Bourne Shell Builtins}{4}{1}{33}
 \secentry{Bash Builtin Commands}{4}{2}{39}
@@ -96,7 +96,7 @@
 \secentry{Bindable Readline Commands}{8}{4}{97}
 \subsecentry{Commands For Moving}{8}{4}{1}{97}
 \subsecentry{Commands For Manipulating The History}{8}{4}{2}{97}
-\subsecentry{Commands For Changing Text}{8}{4}{3}{98}
+\subsecentry{Commands For Changing Text}{8}{4}{3}{99}
 \subsecentry{Killing And Yanking}{8}{4}{4}{100}
 \subsecentry{Specifying Numeric Arguments}{8}{4}{5}{101}
 \subsecentry{Letting Readline Type For You}{8}{4}{6}{101}
index 73e326699e54c8fc35365c6def414ffd0e9f54a1..cc23e8770412f01ab103438fc57131303f28ce31 100644 (file)
@@ -1,8 +1,8 @@
 \entry{LC_MESSAGES}{7}{\code {LC_MESSAGES}}
 \entry{TEXTDOMAIN}{7}{\code {TEXTDOMAIN}}
 \entry{TEXTDOMAINDIR}{7}{\code {TEXTDOMAINDIR}}
-\entry{*}{15}{\code {*}}
-\entry{@}{15}{\code {@}}
+\entry{*}{16}{\code {*}}
+\entry{@}{16}{\code {@}}
 \entry{#}{16}{\code {#}}
 \entry{?}{16}{\code {?}}
 \entry{-}{16}{\code {-}}
 \entry{UID}{62}{\code {UID}}
 \entry{auto_resume}{84}{\code {auto_resume}}
 \entry{bell-style}{89}{\code {bell-style}}
+\entry{bind-tty-special-chars}{89}{\code {bind-tty-special-chars}}
 \entry{comment-begin}{89}{\code {comment-begin}}
 \entry{completion-query-items}{89}{\code {completion-query-items}}
 \entry{convert-meta}{89}{\code {convert-meta}}
-\entry{disable-completion}{89}{\code {disable-completion}}
+\entry{disable-completion}{90}{\code {disable-completion}}
 \entry{editing-mode}{90}{\code {editing-mode}}
 \entry{enable-keypad}{90}{\code {enable-keypad}}
 \entry{expand-tilde}{90}{\code {expand-tilde}}
index 38363d9623daf63e21f9272d69a3dad2dfd5768e..6504159a73f72ba699113adc6ca42bd3a04efeb2 100644 (file)
@@ -5,13 +5,13 @@
 \initial {$}
 \entry {\code {$}}{16}
 \initial {*}
-\entry {\code {*}}{15}
+\entry {\code {*}}{16}
 \initial {-}
 \entry {\code {-}}{16}
 \initial {?}
 \entry {\code {?}}{16}
 \initial {@}
-\entry {\code {@}}{15}
+\entry {\code {@}}{16}
 \initial {_}
 \entry {\code {_}}{16}
 \initial {0}
@@ -32,6 +32,7 @@
 \entry {\code {BASH_VERSINFO}}{56}
 \entry {\code {BASH_VERSION}}{57}
 \entry {\code {bell-style}}{89}
+\entry {\code {bind-tty-special-chars}}{89}
 \initial {C}
 \entry {\code {CDPATH}}{55}
 \entry {\code {COLUMNS}}{57}
@@ -46,7 +47,7 @@
 \entry {\code {convert-meta}}{89}
 \initial {D}
 \entry {\code {DIRSTACK}}{58}
-\entry {\code {disable-completion}}{89}
+\entry {\code {disable-completion}}{90}
 \initial {E}
 \entry {\code {editing-mode}}{90}
 \entry {\code {EMACS}}{58}
index 743fb1797c8d13cad41dec07579da0e5c721429f..d7cd15a2fe14636d8539439bb9d82fb40087527a 100644 (file)
@@ -1357,23 +1357,23 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               For  each  _\bn_\ba_\bm_\be,  remove the corresponding variable or function.
               If no options are supplied, or the -\b-v\bv option is given, each _\bn_\ba_\bm_\be
               refers  to  a  shell  variable.   Read-only variables may not be
-              unset.  If -\b-f\bf is specifed, each _\bn_\ba_\bm_\be refers to a shell function,
-              and  the function definition is removed.  Each unset variable or
-              function is removed from the environment  passed  to  subsequent
-              commands.  If any of R\bRA\bAN\bND\bDO\bOM\bM, S\bSE\bEC\bCO\bON\bND\bDS\bS, L\bLI\bIN\bNE\bEN\bNO\bO, H\bHI\bIS\bST\bTC\bCM\bMD\bD, F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE,
-              G\bGR\bRO\bOU\bUP\bPS\bS, or D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK are unset, they lose their  special  proper-
-              ties,  even  if they are subsequently reset.  The exit status is
-              true unless a _\bn_\ba_\bm_\be is readonly.
-
-       w\bwa\bai\bit\bt [_\bn]
-              Wait for the specified process and return its  termination  sta-
-              tus.   _\bn  may  be  a process ID or a job specification; if a job
-              spec is given, all processes in that job's pipeline  are  waited
-              for.   If  _\bn  is not given, all currently active child processes
-              are waited for, and the return status is zero.  If _\bn specifies a
-              non-existent  process  or job, the return status is 127.  Other-
-              wise, the return status is the exit status of the  last  process
-              or job waited for.
+              unset.  If -\b-f\bf is specified, each _\bn_\ba_\bm_\be refers to  a  shell  func-
+              tion,  and the function definition is removed.  Each unset vari-
+              able or function is removed from the environment passed to  sub-
+              sequent  commands.   If any of R\bRA\bAN\bND\bDO\bOM\bM, S\bSE\bEC\bCO\bON\bND\bDS\bS, L\bLI\bIN\bNE\bEN\bNO\bO, H\bHI\bIS\bST\bTC\bCM\bMD\bD,
+              F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE, G\bGR\bRO\bOU\bUP\bPS\bS, or D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK are unset, they lose their special
+              properties,  even if they are subsequently reset.  The exit sta-
+              tus is true unless a _\bn_\ba_\bm_\be is readonly.
+
+       w\bwa\bai\bit\bt [_\bn _\b._\b._\b.]
+              Wait for each specified process and return its termination  sta-
+              tus.   Each  _\bn  may be a process ID or a job specification; if a
+              job spec is given, all processes  in  that  job's  pipeline  are
+              waited  for.  If _\bn is not given, all currently active child pro-
+              cesses are waited for, and the return  status  is  zero.   If  _\bn
+              specifies  a  non-existent  process or job, the return status is
+              127.  Otherwise, the return status is the  exit  status  of  the
+              last process or job waited for.
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
        bash(1), sh(1)
index 0f1d4fdb953df301a0b64a95ad33d9150ab73507..7df627b5c676ad66f5e9bcc1f98c4160fbf94782 100644 (file)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.18.1
-%%CreationDate: Tue Sep 21 11:57:03 2004
+%%CreationDate: Mon Nov 22 12:03:34 2004
 %%DocumentNeededResources: font Times-Roman
 %%+ font Times-Bold
 %%+ font Times-Italic
@@ -2288,8 +2288,8 @@ F2(name)4.11 E F1 4.11(,r).35 G 1.61(emove the corr)-4.29 F 1.61
 4.11(es)-.18 G(up-)-4.11 E .473(plied, or the)144 213.6 R F3<ad76>2.973
 E F1 .473(option is given, each)2.973 F F2(name)3.233 E F1 -.18(re)3.323
 G .474(fers to a shell variable.).18 F .474(Read-only variables)5.474 F
-.48(may not be unset.)144 225.6 R(If)5.48 E F3<ad66>2.98 E F1 .48
-(is specifed, each)2.98 F F2(name)3.24 E F1 -.18(re)3.33 G .48
+.32(may not be unset.)144 225.6 R(If)5.32 E F3<ad66>2.82 E F1 .32
+(is speci\214ed, each)2.82 F F2(name)3.08 E F1 -.18(re)3.17 G .32
 (fers to a shell function, and the function).18 F .405
 (de\214nition is r)144 237.6 R 2.905(emoved. Each)-.18 F .405
 (unset variable or function is r)2.905 F .405(emoved fr)-.18 F .405
@@ -2302,20 +2302,20 @@ E F5(,)A F4(HISTCMD)3.724 E F5(,)A F4(FUNCNAME)144 261.6 Q F5(,)A F4
 .553(operties, even if)-.18 F(they ar)144 273.6 Q 2.5(es)-.18 G
 (ubsequently r)-2.5 E 2.5(eset. The)-.18 F(exit status is tr)2.5 E
 (ue unless a)-.08 E F2(name)2.76 E F1(is r)2.85 E(eadonly)-.18 E(.)-1.11
-E F3(wait)108 290.4 Q F1([)2.5 E F2(n)A F1(])A -.92(Wa)144 302.4 S .299
-(it for the speci\214ed pr).92 F .298(ocess and r)-.18 F .298
-(eturn its termination status.)-.18 F F2(n)5.558 E F1 .298(may be a pr)
-2.878 F .298(ocess ID or)-.18 F 2.798(aj)144 314.4 S .298
-(ob speci\214cation; if a job spec is given, all pr)-2.798 F .298
-(ocesses in that job's pipeline ar)-.18 F 2.799(ew)-.18 G .299
-(aited for)-2.799 F(.)-.74 E(If)144 326.4 Q F2(n)2.78 E F1 .02
-(is not given, all curr)2.6 F .02(ently active child pr)-.18 F .02
-(ocesses ar)-.18 F 2.52(ew)-.18 G .02(aited for)-2.52 F 2.52(,a)-.74 G
-.02(nd the r)-2.52 F .02(eturn status is)-.18 F(zer)144 338.4 Q 3.137
-(o. If)-.18 F F2(n)3.397 E F1 .637(speci\214es a non-existent pr)3.217 F
-.637(ocess or job, the r)-.18 F .638(eturn status is 127.)-.18 F .638
-(Otherwise, the)5.638 F -.18(re)144 350.4 S
-(turn status is the exit status of the last pr).18 E
+E F3(wait)108 290.4 Q F1([)2.5 E F2 2.5(n.)C(..)-2.5 E F1(])A -.92(Wa)
+144 302.4 S .016(it for each speci\214ed pr).92 F .016(ocess and r)-.18
+F .016(eturn its termination status.)-.18 F(Each)5.016 E F2(n)2.776 E F1
+.016(may be a pr)2.596 F(ocess)-.18 E 1.733
+(ID or a job speci\214cation; if a job spec is given, all pr)144 314.4 R
+1.733(ocesses in that job's pipeline ar)-.18 F(e)-.18 E 1.015
+(waited for)144 326.4 R 6.015(.I)-.74 G(f)-6.015 E F2(n)3.775 E F1 1.015
+(is not given, all curr)3.595 F 1.014(ently active child pr)-.18 F 1.014
+(ocesses ar)-.18 F 3.514(ew)-.18 G 1.014(aited for)-3.514 F 3.514(,a)
+-.74 G 1.014(nd the)-3.514 F -.18(re)144 338.4 S .693
+(turn status is zer).18 F 3.193(o. If)-.18 F F2(n)3.453 E F1 .693
+(speci\214es a non-existent pr)3.273 F .693(ocess or job, the r)-.18 F
+.694(eturn status is 127.)-.18 F(Otherwise, the r)144 350.4 Q
+(eturn status is the exit status of the last pr)-.18 E
 (ocess or job waited for)-.18 E(.)-.74 E/F6 10.95/Palatino-Bold@0 SF
 (SEE ALSO)72 367.2 Q F1(bash\(1\), sh\(1\))108 379.2 Q F0(GNU Bash-3.0)
 72 768 Q(2004 Apr 20)148.735 E(19)198.725 E 0 Cg EP
index 4cb8c94202868254d6e24e08690fd8d1916c15f9..7523e04b6c985c329c8ad6892d59c2cfbb5f8aa8 100644 (file)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.18.1
-%%CreationDate: Tue Sep 21 11:57:03 2004
+%%CreationDate: Mon Nov 22 12:03:34 2004
 %%DocumentNeededResources: font Times-Roman
 %%+ font Times-Bold
 %%DocumentSuppliedResources: procset grops 1.18 1
index 5390950e096d46c122da238dd25cf7939c4b23b4..c8062fbdbc0ed85eaebcf4fb18d489e790691358 100644 (file)
@@ -2,9 +2,9 @@
 Copyright (C) 1988-2004 Free Software Foundation, Inc.
 @end ignore
 
-@set LASTCHANGE Sat Nov 20 12:34:34 EST 2004
+@set LASTCHANGE Mon Nov 22 11:08:58 EST 2004
 
 @set EDITION 3.1-devel
 @set VERSION 3.1-devel
-@set UPDATED 20 November 2004
+@set UPDATED 22 November 2004
 @set UPDATED-MONTH November 2004
index b434938c6612008c2c460ee773dad45cfe80c7e7..2a42a11ff0b16b3e4d0ae3f3cdcc8bd6c51034e4 100644 (file)
@@ -1619,8 +1619,9 @@ execute_for_command (for_command)
       if (echo_command_at_execute)
        xtrace_print_for_command_head (for_command);
 
-      /* Save this command unless it's a trap command. */
-      if (this_command_name == 0 || (STREQ (this_command_name, "trap") == 0))
+      /* Save this command unless it's a trap command and we're not running
+        a debug trap. */
+      if (signal_in_progress (DEBUG_TRAP) == 0 && (this_command_name == 0 || (STREQ (this_command_name, "trap") == 0)))
        {
          FREE (the_printed_command_except_trap);
          the_printed_command_except_trap = savestring (the_printed_command);
@@ -1728,8 +1729,11 @@ eval_arith_for_expr (l, okp)
 
       command_string_index = 0;
       print_arith_command (new);
-      FREE (the_printed_command_except_trap);
-      the_printed_command_except_trap = savestring (the_printed_command);
+      if (signal_in_progress (DEBUG_TRAP) == 0)
+       {
+         FREE (the_printed_command_except_trap);
+         the_printed_command_except_trap = savestring (the_printed_command);
+       }
 
       r = run_debug_trap ();
       /* In debugging mode, if the DEBUG trap returns a non-zero status, we
@@ -2036,8 +2040,11 @@ execute_select_command (select_command)
   if (echo_command_at_execute)
     xtrace_print_select_command_head (select_command);
 
-  FREE (the_printed_command_except_trap);
-  the_printed_command_except_trap = savestring (the_printed_command);
+  if (signal_in_progress (DEBUG_TRAP) == 0 && (this_command_name == 0 || (STREQ (this_command_name, "trap") == 0)))
+    {
+      FREE (the_printed_command_except_trap);
+      the_printed_command_except_trap = savestring (the_printed_command);
+    }
 
   retval = run_debug_trap ();
 #if defined (DEBUGGER)
@@ -2165,7 +2172,7 @@ execute_case_command (case_command)
   if (echo_command_at_execute)
     xtrace_print_case_command_head (case_command);
 
-  if (this_command_name == 0 || (STREQ (this_command_name, "trap") == 0))
+  if (signal_in_progress (DEBUG_TRAP == 0) && (this_command_name == 0 || (STREQ (this_command_name, "trap") == 0)))
     {
       FREE (the_printed_command_except_trap);
       the_printed_command_except_trap = savestring (the_printed_command);
@@ -2375,8 +2382,12 @@ execute_arith_command (arith_command)
 
   command_string_index = 0;
   print_arith_command (arith_command->exp);
-  FREE (the_printed_command_except_trap);
-  the_printed_command_except_trap = savestring (the_printed_command);
+
+  if (signal_in_progress (DEBUG_TRAP) == 0)
+    {
+      FREE (the_printed_command_except_trap);
+      the_printed_command_except_trap = savestring (the_printed_command);
+    }
 
   /* Run the debug trap before each arithmetic command, but do it after we
      update the line number information and before we expand the various
@@ -2532,8 +2543,12 @@ execute_cond_command (cond_command)
 
   command_string_index = 0;
   print_cond_command (cond_command);
-  FREE (the_printed_command_except_trap);
-  the_printed_command_except_trap = savestring (the_printed_command);
+
+  if (signal_in_progress (DEBUG_TRAP) == 0)
+    {
+      FREE (the_printed_command_except_trap);
+      the_printed_command_except_trap = savestring (the_printed_command);
+    }
 
   /* Run the debug trap before each conditional command, but do it after we
      update the line number information. */
@@ -2686,7 +2701,7 @@ execute_simple_command (simple_command, pipe_in, pipe_out, async, fds_to_close)
   command_string_index = 0;
   print_simple_command (simple_command);
 
-  if (this_command_name == 0 || (STREQ (this_command_name, "trap") == 0))
+  if (signal_in_progress (DEBUG_TRAP) == 0 && (this_command_name == 0 || (STREQ (this_command_name, "trap") == 0)))
     {
       FREE (the_printed_command_except_trap);
       the_printed_command_except_trap = the_printed_command ? savestring (the_printed_command) : (char *)0;
index 96887a97f770389386d7fe895487eaf69d268daf..b434938c6612008c2c460ee773dad45cfe80c7e7 100644 (file)
@@ -1,6 +1,6 @@
 /* execute_command.c -- Execute a COMMAND structure. */
 
-/* Copyright (C) 1987-2003 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2004 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -1635,7 +1635,7 @@ execute_for_command (for_command)
 #endif
 
       this_command_name = (char *)NULL;
-      v = bind_variable (identifier, list->word->word);
+      v = bind_variable (identifier, list->word->word, 0);
       if (readonly_p (v) || noassign_p (v))
        {
          line_number = save_line_number;
@@ -1682,7 +1682,7 @@ execute_for_command (for_command)
        {
          SHELL_VAR *new_value;
 
-         new_value = bind_variable (identifier, value_cell(old_value));
+         new_value = bind_variable (identifier, value_cell(old_value), 0);
          new_value->attributes = old_value->attributes;
          dispose_variable (old_value);
        }
@@ -2089,7 +2089,7 @@ execute_select_command (select_command)
          break;
        }
 
-      v = bind_variable (identifier, selection);
+      v = bind_variable (identifier, selection, 0);
       if (readonly_p (v) || noassign_p (v))
        {
          if (readonly_p (v) && interactive_shell == 0 && posixly_correct)
@@ -2566,7 +2566,7 @@ bind_lastarg (arg)
 
   if (arg == 0)
     arg = "";
-  var = bind_variable ("_", arg);
+  var = bind_variable ("_", arg, 0);
   VUNSETATTR (var, att_exported);
 }
 
index dbba59643045d7a9d5bf20d9d9187edabad46f9f..3bdf6e1aaf505203d45c8f119f74e6b88cfdda6b 100644 (file)
@@ -6,9 +6,9 @@
 .\"    Case Western Reserve University
 .\"    chet@ins.CWRU.Edu
 .\"
-.\"    Last Change: Wed Jan 28 15:43:53 EST 2004
+.\"    Last Change: Mon Nov 22 11:10:14 EST 2004
 .\"
-.TH READLINE 3 "2004 October 15" "GNU Readline 5.0"
+.TH READLINE 3 "2004 Nov 22" "GNU Readline 5.1-devel"
 .\"
 .\" File Name macro.  This used to be `.PN', for Path Name,
 .\" but Sun doesn't seem to like that very much.
@@ -696,6 +696,8 @@ With an argument
 insert the \fIn\fPth word from the previous command (the words
 in the previous command begin with word 0).  A negative argument
 inserts the \fIn\fPth word from the end of the previous command.
+Once the argument \fIn\fP is computed, the argument is extracted
+as if the "!\fIn\fP" history expansion had been specified.
 .TP
 .B
 yank\-last\-arg (M\-.\^, M\-_\^)
@@ -704,6 +706,8 @@ the previous history entry).  With an argument,
 behave exactly like \fByank\-nth\-arg\fP.
 Successive calls to \fByank\-last\-arg\fP move back through the history
 list, inserting the last argument of each line in turn.
+The history expansion facilities are used to extract the last argument,
+as if the "!$" history expansion had been specified.
 .PD
 .SS Commands for Changing Text
 .PP
index 3d539f3ed3bc2a0ada1a240e7f0acfc1acd371ad..1fd285511b2a7a64e250be877d649e8aa293e030 100644 (file)
@@ -405,7 +405,7 @@ If set to @samp{audible} (the default), Readline attempts to ring
 the terminal's bell.
 
 @item bind-tty-special-chars
-@vinded bind-tty-special-chars
+@vindex bind-tty-special-chars
 If set to @samp{on}, Readline attempts to bind the control characters  
 treated specially by the kernel's terminal driver to their Readline
 equivalents.
@@ -1018,6 +1018,8 @@ With an argument @var{n},
 insert the @var{n}th word from the previous command (the words
 in the previous command begin with word 0).  A negative argument
 inserts the @var{n}th word from the end of the previous command.
+Once the argument @var{n} is computed, the argument is extracted
+as if the @samp{!@var{n}} history expansion had been specified.
 
 @item yank-last-arg (M-. or M-_)
 Insert last argument to the previous command (the last word of the
@@ -1025,6 +1027,8 @@ previous history entry).  With an
 argument, behave exactly like @code{yank-nth-arg}.
 Successive calls to @code{yank-last-arg} move back through the history
 list, inserting the last argument of each line in turn.
+The history expansion facilities are used to extract the last argument,
+as if the @samp{!$} history expansion had been specified.
 
 @end ftable
 
index 38f0cbec9ddb1a509857370e41d30fcc9dac59b0..edcb9ed1fdccb94b6660e04be32897df927dd2aa 100644 (file)
@@ -4,7 +4,7 @@ Copyright (C) 1988-2004 Free Software Foundation, Inc.
 
 @set EDITION 5.1-devel
 @set VERSION 5.1-devel
-@set UPDATED 16 October 2004
-@set UPDATED-MONTH October 2004
+@set UPDATED 22 November 2004
+@set UPDATED-MONTH November 2004
 
-@set LASTCHANGE Sat Oct 16 19:08:23 EDT 2004
+@set LASTCHANGE Mon Nov 22 12:01:42 EST 2004
diff --git a/tests/RUN-ONE-TEST.ksh b/tests/RUN-ONE-TEST.ksh
new file mode 100644 (file)
index 0000000..82461f4
--- /dev/null
@@ -0,0 +1,9 @@
+BUILD_DIR=/usr/local/build/bash/bash-current
+THIS_SH=ksh93
+PATH=$PATH:$BUILD_DIR
+
+export THIS_SH PATH
+
+rm -f /tmp/xx
+
+/bin/sh "$@"
index e7ea3c77d67f109eb566463d4406064e42f86ff9..68bea526c298ccc80f72b6f9817bae517afaeaf0 100644 (file)
@@ -96,3 +96,7 @@ after read
 0
 before block
 after block
+c1 is 1
+c2 is 2
+c3 is 3
+c4 is 4
diff --git a/tests/redir.right~ b/tests/redir.right~
new file mode 100644 (file)
index 0000000..e7ea3c7
--- /dev/null
@@ -0,0 +1,98 @@
+abc
+./redir.tests: line 13: /tmp/redir-test: cannot overwrite existing file
+abc
+def
+def
+./redir.tests: line 29: $z: ambiguous redirect
+Point 1
+Point 2
+to a
+to b
+Point 3
+to a
+to a
+to b
+to b
+Point 4
+to c
+Point 5
+this is redir1.sub
+this is redir2.sub
+read line1 "ab"
+read line2 "root"
+read line3 "cd"
+read line4 "daemon"
+from stdin: aa
+to stdout
+./redir4.sub: line 32: $fd: ambiguous redirect
+./redir4.sub: line 33: $fd: ambiguous redirect
+/tmp/err-and-out:
+to stdout
+to stderr
+/tmp/err-and-out:
+to stdout
+to stderr
+0 -- 3 0
+0 -- 4 0
+ab
+cd
+ef
+gh
+ij
+kl
+0
+ab
+cd
+cd
+./redir.tests: line 152: redir1.*: No such file or directory
+# tests of ksh93-like dup-and-close redirection operators
+exec 9<$0
+
+f()
+{
+exec 5<$0
+
+exec 0<&5-
+
+while read line; do
+echo "$line"
+done
+}
+
+f
+
+typeset -f f
+
+# make sure it was closed
+read -u 5 foo
+echo after read
+
+exec 5<&0
+
+exec <&-
+
+read abcde
+
+exec 0<&9-
+read line
+echo $line
+f () 
+{ 
+    exec 5<$0;
+    exec 0<&5-;
+    while read line; do
+        echo "$line";
+    done
+}
+./redir5.sub: line 20: read: 5: invalid file descriptor: Bad file descriptor
+after read
+./redir5.sub: line 27: read: read error: 0: Bad file descriptor
+# tests of ksh93-like dup-and-close redirection operators
+/
+/
+/
+0
+0
+0
+before block
+after block
index b52d6132b98725df09e818eb3ad38dcf306fcedf..2669cd406bb894940c0268b55f5f2310649ca4b3 100644 (file)
@@ -171,3 +171,4 @@ echo before block
 
 echo after block
 
+${THIS_SH} ./redir7.sub
index 19cf9a1e3d1d46fbd0faadd94a8854beb00dd04d..b52d6132b98725df09e818eb3ad38dcf306fcedf 100644 (file)
@@ -156,3 +156,18 @@ ${THIS_SH} ./redir5.sub
 
 # test behavior after a write error with a builtin command
 ${THIS_SH} ./redir6.sub
+
+# problem with redirections using fds bash uses internally
+: ${TMPDIR:=/tmp}
+
+trap 'rm -f $TMPDIR/bash-redir-$$' 0 1 2 3 6 15
+
+echo before block
+{
+       echo before redir
+       exec 10>&1
+       echo after redir
+} > $TMPDIR/bash-redir-$$
+
+echo after block
+
diff --git a/tests/redir7.sub b/tests/redir7.sub
new file mode 100644 (file)
index 0000000..5b2a110
--- /dev/null
@@ -0,0 +1,67 @@
+# weird redirections that caused trouble and were fixed in post-3.0 bash
+stuff()
+{
+       c=1
+       ( sleep 5 < /dev/null >/dev/null 2>&1 & ) &
+}
+
+exec 3>&1
+eval `
+exec 4>&1 >&3 3>&-
+{
+       stuff 4>&-
+       echo "c=$c" >&4
+}`
+echo c1 is $c
+
+unset -f stuff
+
+stuff()
+{
+       c=2
+       ( sleep 5 < /dev/null >/dev/null 2>&1 & )
+}
+
+exec 3>&1
+eval `
+exec 4>&1 >&3 3>&-
+{
+       stuff 4>&-
+       echo "c=$c" >&4
+}`
+echo c2 is $c
+
+unset -f stuff
+
+stuff()
+{
+       c=3
+       { sleep 5 < /dev/null >/dev/null 2>&1 & } &
+}
+
+exec 3>&1
+eval `
+exec 4>&1 >&3 3>&-
+{
+       stuff 4>&-
+       echo "c=$c" >&4
+}`
+echo c3 is $c
+
+unset -f stuff
+
+stuff()
+{
+       c=4
+       { sleep 5 < /dev/null >/dev/null 2>&1 & }
+}
+
+exec 3>&1
+eval `
+exec 4>&1 >&3 3>&-
+{
+       stuff 4>&-
+       echo "c=$c" >&4
+}`
+echo c4 is $c
+