]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
next set of documentation fixes: update formatting, make filename formatting consiste...
authorChet Ramey <chet.ramey@case.edu>
Fri, 18 Oct 2024 16:19:48 +0000 (12:19 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 18 Oct 2024 16:19:48 +0000 (12:19 -0400)
63 files changed:
CWRU/CWRU.chlog
INSTALL
POSIX
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bash.ps
doc/bashref.dvi
doc/bashref.html
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.ps
doc/bashref.texi
doc/bashref.vr
doc/bashref.vrs
doc/builtins.0
doc/builtins.ps
doc/rbash.ps
doc/version.texi
lib/readline/doc/history.dvi
lib/readline/doc/history.html
lib/readline/doc/history.info
lib/readline/doc/history.log
lib/readline/doc/history.pdf
lib/readline/doc/history.ps
lib/readline/doc/readline.0
lib/readline/doc/readline.3
lib/readline/doc/readline.dvi
lib/readline/doc/readline.html
lib/readline/doc/readline.info
lib/readline/doc/readline.pdf
lib/readline/doc/readline.ps
lib/readline/doc/readline_3.pdf
lib/readline/doc/rlman.aux
lib/readline/doc/rlman.cp
lib/readline/doc/rlman.cps
lib/readline/doc/rlman.fn
lib/readline/doc/rlman.fns
lib/readline/doc/rlman.log
lib/readline/doc/rlman.toc
lib/readline/doc/rlman.vr
lib/readline/doc/rlman.vrs
lib/readline/doc/rltech.texi
lib/readline/doc/rluser.texi
lib/readline/doc/rluserman.aux
lib/readline/doc/rluserman.cp
lib/readline/doc/rluserman.cps
lib/readline/doc/rluserman.dvi
lib/readline/doc/rluserman.fn
lib/readline/doc/rluserman.fns
lib/readline/doc/rluserman.html
lib/readline/doc/rluserman.info
lib/readline/doc/rluserman.log
lib/readline/doc/rluserman.pdf
lib/readline/doc/rluserman.ps
lib/readline/doc/rluserman.toc
lib/readline/doc/rluserman.vr
lib/readline/doc/rluserman.vrs
lib/readline/doc/version.texi
sig.c

index 81ac532adc3183977ffd0986d579a8ed81fdafc1..531b3c18be824bbf25ed96c740b96545f732302a 100644 (file)
@@ -10360,3 +10360,23 @@ doc/bash.1,doc/bashref.texi
 doc/bash.1,doc/bashref.texi,lib/readline/doc/readline.3,lib/readline/doc/rluser.texi
        - minor wording updates and typo fixes from
          G. Branden Robinson <g.branden.robinson@gmail.com>
+
+                                  10/15
+                                  -----
+doc/bash.1,doc/bashref.texi,lib/readline/doc/readline.3,lib/readline/doc/rluser.texi
+       - wording/formatting updates and typo fixes from
+         G. Branden Robinson <g.branden.robinson@gmail.com>
+
+doc/bash.1
+       - update .FN macro, use it consistently for filenames, like @file{}
+
+doc/bashref.texi
+       - make sure to use @dots and @file consistently
+
+doc/bash.1,lib/readline/doc/readline.3
+       - make sure `readline' is typeset consistently
+
+                                  10/18
+                                  -----
+sig.c
+       - fix minix typo
diff --git a/INSTALL b/INSTALL
index 31aa6a2b0b2138587928914426a699d3626ed601..ecc5fd9c03c53ed68440a329668e44fafccab95b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -107,7 +107,7 @@ you want the object files and executables to go and run the ‘configure’
 script from the source directory (*note Basic Installation::).  You may
 need to supply the ‘--srcdir=PATH’ argument to tell ‘configure’ where
 the source files are.  ‘configure’ automatically checks for the source
-code in the directory that ‘configure’ is in and in '..'.
+code in the directory that ‘configure’ is in and in ‘..’.
 
 If you have to use a ‘make’ that does not support the ‘VPATH’ variable,
 you can compile Bash for one architecture at a time in the source code
diff --git a/POSIX b/POSIX
index 94f2e4c93d687a2e7615b29a59f72d60ec448da6..adb84c149f3bcc3f1f5e175fc1b3ea1c13d396fa 100644 (file)
--- a/POSIX
+++ b/POSIX
@@ -15,13 +15,13 @@ standard was published in 1992.  It was merged with the original IEEE
 1003.1 Working Group and is currently maintained by the Austin Group (a
 joint working group of the IEEE, The Open Group and ISO/IEC SC22/WG15).
 Today the Shell and Utilities are a volume within the set of documents
-that make up IEEE Std 1003.1-2017, and thus the former POSIX.2 (from
+that make up IEEE Std 1003.1-2024, and thus the former POSIX.2 (from
 1992) is now part of the current unified POSIX standard.
 
 The Shell and Utilities volume concentrates on the command interpreter
 interface and utility programs commonly executed from the command line
 or by other programs.  The standard is freely available on the web at
-<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html>.
+<https://pubs.opengroup.org/onlinepubs/9799919799/utilities/contents.html>.
 
 Bash is concerned with the aspects of the shell's behavior defined by
 the POSIX Shell and Utilities volume.  The shell command language has of
@@ -45,7 +45,7 @@ editing commands were left out due to objections.
 Although Bash is an implementation of the POSIX shell specification,
 there are areas where the Bash default behavior differs from the
 specification.  The Bash “posix mode” changes the Bash behavior in these
-areas so that it conforms to the standard more closely.
+areas so that it conforms more closely to the standard.
 
 Starting Bash with the ‘--posix’ command-line option or executing ‘set
 -o posix’ while Bash is running will cause Bash to conform more closely
@@ -59,132 +59,148 @@ The following list is what's changed when 'POSIX mode' is in effect:
 
   1. Bash ensures that the ‘POSIXLY_CORRECT’ variable is set.
 
-  2. When a command in the hash table no longer exists, Bash will
-     re-search ‘$PATH’ to find the new location.  This is also available
-     with ‘shopt -s checkhash’.
-
-  3. Bash will not insert a command without the execute bit set into the
-     command hash table, even if it returns it as a (last-ditch) result
-     from a ‘$PATH’ search.
+  2. Bash reads and executes the POSIX startup files (‘$ENV’) rather
+     than the normal Bash files (*note Bash Startup Files::.
 
-  4. The message printed by the job control code and builtins when a job
-     exits with a non-zero status is 'Done(status)'.
+  3. Alias expansion is always enabled, even in non-interactive shells.
 
-  5. The message printed by the job control code and builtins when a job
-     is stopped is 'Stopped(SIGNAME)', where SIGNAME is, for example,
-     ‘SIGTSTP’.
+  4. Reserved words appearing in a context where reserved words are
+     recognized do not undergo alias expansion.
 
-  6. If the shell is interactive, Bash does not perform job
-     notifications between executing commands in lists separated by ‘;’
-     or newline.  Non-interactive shells print status messages after a
-     foreground job in a list completes.
+  5. Alias expansion is performed when initially parsing a command
+     substitution.  The default (non-posix) mode generally defers it,
+     when enabled, until the command substitution is executed.  This
+     means that command substitution will not expand aliases that are
+     defined after the command substitution is initially parsed (e.g.,
+     as part of a function definition).
 
-  7. If the shell is interactive, Bash waits until the next prompt
-     before printing the status of a background job that changes status
-     or a foreground job that terminates due to a signal.
-     Non-interactive shells print status messages after a foreground job
-     completes.
+  6. The ‘time’ reserved word may be used by itself as a simple command.
+     When used in this way, it displays timing statistics for the shell
+     and its completed children.  The ‘TIMEFORMAT’ variable controls the
+     format of the timing information.
 
-  8. Bash permanently removes jobs from the jobs table after notifying
-     the user of their termination, whether that is via ‘wait’, ‘jobs’,
-     or interactive shell notification before prompting.
+  7. The parser does not recognize ‘time’ as a reserved word if the next
+     token begins with a ‘-’.
 
-  9. Alias expansion is always enabled, even in non-interactive shells.
+  8. When parsing and expanding a ${...} expansion that appears within
+     double quotes, single quotes are no longer special and cannot be
+     used to quote a closing brace or other special character, unless
+     the operator is one of those defined to perform pattern removal.
+     In this case, they do not have to appear as matched pairs.
 
-  10. Reserved words appearing in a context where reserved words are
-     recognized do not undergo alias expansion.
+  9. Redirection operators do not perform filename expansion on the word
+     in a redirection unless the shell is interactive.
 
-  11. Alias expansion is performed when initially parsing a command
-     substitution.  The default mode generally defers it, when enabled,
-     until the command substitution is executed.  This means that
-     command substitution will not expand aliases that are defined after
-     the command substitution is initially parsed (e.g., as part of a
-     function definition).
+  10. Redirection operators do not perform word splitting on the word in
+     a redirection.
 
-  12. The POSIX ‘PS1’ and ‘PS2’ expansions of ‘!’ to the history number
-     and ‘!!’ to ‘!’ are enabled, and parameter expansion is performed
-     on the values of ‘PS1’ and ‘PS2’ regardless of the setting of the
-     ‘promptvars’ option.
+  11. Function names must be valid shell ‘name’s.  That is, they may not
+     contain characters other than letters, digits, and underscores, and
+     may not start with a digit.  Declaring a function with an invalid
+     name in a non-interactive shell is a fatal syntax error.
 
-  13. The POSIX startup files are executed (‘$ENV’) rather than the
-     normal Bash files.
+  12. Function names may not be the same as one of the POSIX special
+     builtins.
 
-  14. Tilde expansion is only performed on assignments preceding a
+  13. Tilde expansion is only performed on assignments preceding a
      command name, rather than on all assignment statements on the line.
 
-  15. The default history file is ‘~/.sh_history’ (this is the default
-     value the shell assigns to ‘$HISTFILE’).
+  14. While variable indirection is available, it may not be applied to
+     the ‘#’ and ‘?’ special parameters.
 
-  16. Redirection operators do not perform filename expansion on the
-     word in the redirection unless the shell is interactive.
+  15. Expanding the ‘*’ special parameter in a pattern context where the
+     expansion is double-quoted does not treat the ‘$*’ as if it were
+     double-quoted.
 
-  17. Redirection operators do not perform word splitting on the word in
-     the redirection.
+  16. A double quote character (‘"’) is treated specially when it
+     appears in a backquoted command substitution in the body of a
+     here-document that undergoes expansion.  That means, for example,
+     that a backslash preceding a double quote character will escape it
+     and the backslash will be removed.
 
-  18. Function names must be valid shell ‘name’s.  That is, they may not
-     contain characters other than letters, digits, and underscores, and
-     may not start with a digit.  Declaring a function with an invalid
-     name causes a fatal syntax error in non-interactive shells.
+  17. Command substitutions don't set the ‘?’ special parameter.  The
+     exit status of a simple command without a command word is still the
+     exit status of the last command substitution that occurred while
+     evaluating the variable assignments and redirections in that
+     command, but that does not happen until after all of the
+     assignments and redirections.
+
+  18. Literal tildes that appear as the first character in elements of
+     the ‘PATH’ variable are not expanded as described above under *note
+     Tilde Expansion::.
 
-  19. Function names may not be the same as one of the POSIX special
+  19. Command lookup finds POSIX special builtins before shell
+     functions, including output printed by the ‘type’ and ‘command’
      builtins.
 
   20. Even if a shell function whose name contains a slash was defined
      before entering POSIX mode, the shell will not execute a function
      whose name contains one or more slashes.
 
-  21. POSIX special builtins are found before shell functions during
-     command lookup, including output printed by the ‘type’ and
-     ‘command’ builtins.
+  21. When a command in the hash table no longer exists, Bash will
+     re-search ‘$PATH’ to find the new location.  This is also available
+     with ‘shopt -s checkhash’.
 
-  22. When printing shell function definitions (e.g., by ‘type’), Bash
-     does not print the ‘function’ keyword.
+  22. Bash will not insert a command without the execute bit set into
+     the command hash table, even if it returns it as a (last-ditch)
+     result from a ‘$PATH’ search.
 
-  23. Literal tildes that appear as the first character in elements of
-     the ‘PATH’ variable are not expanded as described above under *note
-     Tilde Expansion::.
+  23. The message printed by the job control code and builtins when a
+     job exits with a non-zero status is 'Done(status)'.
 
-  24. The ‘time’ reserved word may be used by itself as a command.  When
-     used in this way, it displays timing statistics for the shell and
-     its completed children.  The ‘TIMEFORMAT’ variable controls the
-     format of the timing information.
+  24. The message printed by the job control code and builtins when a
+     job is stopped is 'Stopped(SIGNAME)', where SIGNAME is, for
+     example, ‘SIGTSTP’.
 
-  25. When parsing and expanding a ${...} expansion that appears within
-     double quotes, single quotes are no longer special and cannot be
-     used to quote a closing brace or other special character, unless
-     the operator is one of those defined to perform pattern removal.
-     In this case, they do not have to appear as matched pairs.
+  25. If the shell is interactive, Bash does not perform job
+     notifications between executing commands in lists separated by ‘;’
+     or newline.  Non-interactive shells print status messages after a
+     foreground job in a list completes.
 
-  26. The parser does not recognize ‘time’ as a reserved word if the
-     next token begins with a ‘-’.
+  26. If the shell is interactive, Bash waits until the next prompt
+     before printing the status of a background job that changes status
+     or a foreground job that terminates due to a signal.
+     Non-interactive shells print status messages after a foreground job
+     completes.
+
+  27. Bash permanently removes jobs from the jobs table after notifying
+     the user of their termination via the ‘wait’ or ‘jobs’ builtins.
 
-  27. The ‘!’ character does not introduce history expansion within a
+  28. The ‘vi’ editing mode will invoke the ‘vi’ editor directly when
+     the ‘v’ command is run, instead of checking ‘$VISUAL’ and
+     ‘$EDITOR’.
+
+  29. Prompt expansion enables the POSIX ‘PS1’ and ‘PS2’ expansions of
+     ‘!’ to the history number and ‘!!’ to ‘!’, and Bash performs
+     parameter expansion on the values of ‘PS1’ and ‘PS2’ regardless of
+     the setting of the ‘promptvars’ option.
+
+  30. The default history file is ‘~/.sh_history’ (this is the default
+     value the shell assigns to ‘$HISTFILE’).
+
+  31. The ‘!’ character does not introduce history expansion within a
      double-quoted string, even if the ‘histexpand’ option is enabled.
 
-  28. If a POSIX special builtin returns an error status, a
+  32. When printing shell function definitions (e.g., by ‘type’), Bash
+     does not print the ‘function’ keyword.
+
+  33. Non-interactive shells exit if a syntax error in an arithmetic
+     expansion results in an invalid expression.
+
+  34. Non-interactive shells exit if a parameter expansion error occurs.
+
+  35. If a POSIX special builtin returns an error status, a
      non-interactive shell exits.  The fatal errors are those listed in
      the POSIX standard, and include things like passing incorrect
      options, redirection errors, variable assignment errors for
      assignments preceding the command name, and so on.
 
-  29. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
-     error if it attempts to unset a ‘readonly’ or ‘non-unsettable’
-     variable, or encounters a variable name argument that is an invalid
-     identifier, which causes a non-interactive shell to exit.
-
-  30. When asked to unset a variable that appears in an assignment
-     statement preceding the command, the ‘unset’ builtin attempts to
-     unset a variable of the same name in the current or previous scope
-     as well.  This implements the required "if an assigned variable is
-     further modified by the utility, the modifications made by the
-     utility shall persist" behavior.
-
-  31. A non-interactive shell exits with an error status if a variable
+  36. A non-interactive shell exits with an error status if a variable
      assignment error occurs when no command name follows the assignment
      statements.  A variable assignment error occurs, for example, when
      trying to assign a value to a readonly variable.
 
-  32. A non-interactive shell exits with an error status if a variable
+  37. A non-interactive shell exits with an error status if a variable
      assignment error occurs in an assignment statement preceding a
      special builtin, but not with any other simple command.  For any
      other simple command, the shell aborts execution of that command,
@@ -192,171 +208,156 @@ The following list is what's changed when 'POSIX mode' is in effect:
      perform any further processing of the command in which the error
      occurred").
 
-  33. A non-interactive shell exits with an error status if the
+  38. A non-interactive shell exits with an error status if the
      iteration variable in a ‘for’ statement or the selection variable
      in a ‘select’ statement is a readonly variable or has an invalid
      name.
 
-  34. Non-interactive shells exit if FILENAME in ‘.’ FILENAME is not
+  39. Non-interactive shells exit if FILENAME in ‘.’ FILENAME is not
      found.
 
-  35. Non-interactive shells exit if a syntax error in an arithmetic
-     expansion results in an invalid expression.
-
-  36. Non-interactive shells exit if a parameter expansion error occurs.
-
-  37. Non-interactive shells exit if there is a syntax error in a script
+  40. Non-interactive shells exit if there is a syntax error in a script
      read with the ‘.’ or ‘source’ builtins, or in a string processed by
      the ‘eval’ builtin.
 
-  38. While variable indirection is available, it may not be applied to
-     the ‘#’ and ‘?’ special parameters.
-
-  39. Expanding the ‘*’ special parameter in a pattern context where the
-     expansion is double-quoted does not treat the ‘$*’ as if it were
-     double-quoted.
+  41. Non-interactive shells exit if the ‘export’, ‘readonly’ or ‘unset’
+     builtin commands get an argument that is not a valid identifier,
+     and they are not operating on shell functions.  These errors force
+     an exit because these are special builtins.
 
-  40. Assignment statements preceding POSIX special builtins persist in
+  42. Assignment statements preceding POSIX special builtins persist in
      the shell environment after the builtin completes.
 
-  41. The ‘command’ builtin does not prevent builtins that take
+  43. The ‘command’ builtin does not prevent builtins that take
      assignment statements as arguments from expanding them as
-     assignment statements; when not in POSIX mode, assignment builtins
+     assignment statements; when not in POSIX mode, declaration commands
      lose their assignment statement expansion properties when preceded
      by ‘command’.
 
-  42. The ‘bg’ builtin uses the required format to describe each job
-     placed in the background, which does not include an indication of
-     whether the job is the current or previous job.
-
-  43. The output of ‘kill -l’ prints all the signal names on a single
-     line, separated by spaces, without the ‘SIG’ prefix.
-
-  44. The ‘kill’ builtin does not accept signal names with a ‘SIG’
-     prefix.
-
-  45. The ‘export’ and ‘readonly’ builtin commands display their output
-     in the format required by POSIX.
-
-  46. If the ‘export’ and ‘readonly’ builtin commands get an argument
-     that is not a valid identifier, and they are not operating on shell
-     functions, they return an error.  This will cause a non-interactive
-     shell to exit because these are special builtins.
-
-  47. The ‘trap’ builtin displays signal names without the leading
-     ‘SIG’.
-
-  48. The ‘trap’ builtin doesn't check the first argument for a possible
-     signal specification and revert the signal handling to the original
-     disposition if it is, unless that argument consists solely of
-     digits and is a valid signal number.  If users want to reset the
-     handler for a given signal to the original disposition, they should
-     use ‘-’ as the first argument.
-
-  49. ‘trap -p’ without arguments displays signals whose dispositions
-     are set to SIG_DFL and those that were ignored when the shell
-     started, not just trapped signals.
-
-  50. The ‘.’ and ‘source’ builtins do not search the current directory
-     for the filename argument if it is not found by searching ‘PATH’.
-
-  51. Enabling POSIX mode has the effect of setting the
+  44. Enabling POSIX mode has the effect of setting the
      ‘inherit_errexit’ option, so subshells spawned to execute command
      substitutions inherit the value of the ‘-e’ option from the parent
      shell.  When the ‘inherit_errexit’ option is not enabled, Bash
      clears the ‘-e’ option in such subshells.
 
-  52. Enabling POSIX mode has the effect of setting the ‘shift_verbose’
+  45. Enabling POSIX mode has the effect of setting the ‘shift_verbose’
      option, so numeric arguments to ‘shift’ that exceed the number of
      positional parameters will result in an error message.
 
-  53. When the ‘alias’ builtin displays alias definitions, it does not
+  46. Enabling POSIX mode has the effect of setting the
+     ‘interactive_comments’ option (*note Comments::).
+
+  47. The ‘.’ and ‘source’ builtins do not search the current directory
+     for the filename argument if it is not found by searching ‘PATH’.
+
+  48. When the ‘alias’ builtin displays alias definitions, it does not
      display them with a leading ‘alias ’ unless the ‘-p’ option is
      supplied.
 
-  54. When the ‘set’ builtin is invoked without options, it does not
-     display shell function names and definitions.
-
-  55. When the ‘set’ builtin is invoked without options, it displays
-     variable values without quotes, unless they contain shell
-     metacharacters, even if the result contains nonprinting characters.
+  49. The ‘bg’ builtin uses the required format to describe each job
+     placed in the background, which does not include an indication of
+     whether the job is the current or previous job.
 
-  56. When the ‘cd’ builtin is invoked in logical mode, and the pathname
+  50. When the ‘cd’ builtin is invoked in logical mode, and the pathname
      constructed from ‘$PWD’ and the directory name supplied as an
      argument does not refer to an existing directory, ‘cd’ will fail
      instead of falling back to physical mode.
 
-  57. When the ‘cd’ builtin cannot change a directory because the length
+  51. When the ‘cd’ builtin cannot change a directory because the length
      of the pathname constructed from ‘$PWD’ and the directory name
      supplied as an argument exceeds ‘PATH_MAX’ when canonicalized, ‘cd’
      will attempt to use the supplied directory name.
 
-  58. The ‘pwd’ builtin verifies that the value it prints is the same as
-     the current directory, even if it is not asked to check the file
-     system with the ‘-P’ option.
+  52. When the ‘xpg_echo’ option is enabled, Bash does not attempt to
+     interpret any arguments to ‘echo’ as options.  ‘echo’ displays each
+     argument after converting escape sequences.
 
-  59. When listing the history, the ‘fc’ builtin does not include an
+  53. The ‘export’ and ‘readonly’ builtin commands display their output
+     in the format required by POSIX.
+
+  54. When listing the history, the ‘fc’ builtin does not include an
      indication of whether or not a history entry has been modified.
 
-  60. The default editor used by ‘fc’ is ‘ed’.
+  55. The default editor used by ‘fc’ is ‘ed’.
 
-  61. ‘fc’ treats extra arguments as an error instead of ignoring them.
+  56. ‘fc’ treats extra arguments as an error instead of ignoring them.
 
-  62. If there are too many arguments supplied to ‘fc -s’, ‘fc’ prints
+  57. If there are too many arguments supplied to ‘fc -s’, ‘fc’ prints
      an error message and returns failure.
 
-  63. The ‘type’ and ‘command’ builtins will not report a non-executable
-     file as having been found, though the shell will attempt to execute
-     such a file if it is the only so-named file found in ‘$PATH’.
-
-  64. The ‘vi’ editing mode will invoke the ‘vi’ editor directly when
-     the ‘v’ command is run, instead of checking ‘$VISUAL’ and
-     ‘$EDITOR’.
+  58. The output of ‘kill -l’ prints all the signal names on a single
+     line, separated by spaces, without the ‘SIG’ prefix.
 
-  65. When the ‘xpg_echo’ option is enabled, Bash does not attempt to
-     interpret any arguments to ‘echo’ as options.  Each argument is
-     displayed, after escape characters are converted.
+  59. The ‘kill’ builtin does not accept signal names with a ‘SIG’
+     prefix.
 
-  66. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
-     and ‘-f’ options.
+  60. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
+     arguments corresponding to floating point conversion specifiers,
+     instead of ‘long double’ if it's available.  The ‘L’ length
+     modifier forces ‘printf’ to use ‘long double’ if it's available.
 
-  67. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
-     interrupt the ‘wait’ builtin and cause it to return immediately.
-     The trap command is run once for each child that exits.
+  61. The ‘pwd’ builtin verifies that the value it prints is the same as
+     the current directory, even if it is not asked to check the file
+     system with the ‘-P’ option.
 
-  68. The ‘read’ builtin may be interrupted by a signal for which a trap
+  62. The ‘read’ builtin may be interrupted by a signal for which a trap
      has been set.  If Bash receives a trapped signal while executing
      ‘read’, the trap handler executes and ‘read’ returns an exit status
      greater than 128.
 
-  69. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
-     arguments corresponding to floating point conversion specifiers,
-     instead of ‘long double’ if it's available.  The ‘L’ length
-     modifier forces ‘printf’ to use ‘long double’ if it's available.
-
-  70. Bash removes an exited background process's status from the list
-     of such statuses after the ‘wait’ builtin is used to obtain it.
+  63. When the ‘set’ builtin is invoked without options, it does not
+     display shell function names and definitions.
 
-  71. A double quote character (‘"’) is treated specially when it
-     appears in a backquoted command substitution in the body of a
-     here-document that undergoes expansion.  That means, for example,
-     that a backslash preceding a double quote character will escape it
-     and the backslash will be removed.
+  64. When the ‘set’ builtin is invoked without options, it displays
+     variable values without quotes, unless they contain shell
+     metacharacters, even if the result contains nonprinting characters.
 
-  72. The ‘test’ builtin compares strings using the current locale when
-     processing the ‘<’ and ‘>’ binary operators.
+  65. The ‘test’ builtin compares strings using the current locale when
+     evaluating the ‘<’ and ‘>’ binary operators.
 
-  73. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
+  66. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
      Historical versions of ‘test’ made the argument optional in certain
      cases, and Bash attempts to accommodate those for backwards
      compatibility.
 
-  74. Command substitutions don't set the ‘?’ special parameter.  The
-     exit status of a simple command without a command word is still the
-     exit status of the last command substitution that occurred while
-     evaluating the variable assignments and redirections in that
-     command, but that does not happen until after all of the
-     assignments and redirections.
+  67. The ‘trap’ builtin displays signal names without the leading
+     ‘SIG’.
+
+  68. The ‘trap’ builtin doesn't check the first argument for a possible
+     signal specification and revert the signal handling to the original
+     disposition if it is, unless that argument consists solely of
+     digits and is a valid signal number.  If users want to reset the
+     handler for a given signal to the original disposition, they should
+     use ‘-’ as the first argument.
+
+  69. ‘trap -p’ without arguments displays signals whose dispositions
+     are set to SIG_DFL and those that were ignored when the shell
+     started, not just trapped signals.
+
+  70. The ‘type’ and ‘command’ builtins will not report a non-executable
+     file as having been found, though the shell will attempt to execute
+     such a file if it is the only so-named file found in ‘$PATH’.
+
+  71. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
+     and ‘-f’ options.
+
+  72. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
+     error if it attempts to unset a ‘readonly’ or ‘non-unsettable’
+     variable, which causes a non-interactive shell to exit.
+
+  73. When asked to unset a variable that appears in an assignment
+     statement preceding the command, the ‘unset’ builtin attempts to
+     unset a variable of the same name in the current or previous scope
+     as well.  This implements the required "if an assigned variable is
+     further modified by the utility, the modifications made by the
+     utility shall persist" behavior.
+
+  74. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
+     interrupt the ‘wait’ builtin and cause it to return immediately.
+     The trap command is run once for each child that exits.
+
+  75. Bash removes an exited background process's status from the list
+     of such statuses after the ‘wait’ builtin is used to obtain it.
 
 There is other POSIX behavior that Bash does not implement by default
 even when in POSIX mode.  Specifically:
@@ -365,11 +366,7 @@ even when in POSIX mode.  Specifically:
      entries if ‘FCEDIT’ is unset, rather than defaulting directly to
      ‘ed’.  ‘fc’ uses ‘ed’ if ‘EDITOR’ is unset.
 
-  2. A non-interactive shell does not exit if a variable assignment
-     preceding the ‘command’ builtin or another non-special builtin
-     fails.
-
-  3. As noted above, Bash requires the ‘xpg_echo’ option to be enabled
+  2. As noted above, Bash requires the ‘xpg_echo’ option to be enabled
      for the ‘echo’ builtin to be fully conformant.
 
 Bash can be configured to be POSIX-conformant by default, by specifying
index c910292144f2fa3e75f7c360671b9d990d2ee994..a786994c996b6111851e974ad6334fec2369524d 100644 (file)
@@ -77,7 +77,7 @@ O\bOP\bPT\bTI\bIO\bON\bNS\bS
               of the e\bex\bxt\btd\bde\beb\bbu\bug\bg option to the s\bsh\bho\bop\bpt\bt builtin below).
 
        -\b--\b-d\bdu\bum\bmp\bp-\b-p\bpo\bo-\b-s\bst\btr\bri\bin\bng\bgs\bs
-              Equivalent  to  -\b-D\bD,  but  the  output  is  in the GNU _\bg_\be_\bt_\bt_\be_\bx_\bt p\bpo\bo
+              Equivalent  to  -\b-D\bD,  but  the  output is in the GNU _\bg_\be_\bt_\bt_\be_\bx_\bt "po"
               (portable object) file format.
 
        -\b--\b-d\bdu\bum\bmp\bp-\b-s\bst\btr\bri\bin\bng\bgs\bs
@@ -114,7 +114,7 @@ O\bOP\bPT\bTI\bIO\bON\bNS\bS
               Change the behavior of b\bba\bas\bsh\bh where the default operation  differs
               from the POSIX standard to match the standard (_\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be).  See
               S\bSE\bEE\bE  A\bAL\bLS\bSO\bO  below  for a reference to a document that details how
-              posix mode affects bash's behavior.
+              posix mode affects B\bBa\bas\bsh\bh's behavior.
 
        -\b--\b-r\bre\bes\bst\btr\bri\bic\bct\bte\bed\bd
               The shell becomes restricted (see R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL below).
@@ -187,17 +187,17 @@ I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
        forming to the POSIX standard as well.  When invoked as an  interactive
        login  shell,  or  a  non-interactive shell with the -\b--\b-l\blo\bog\bgi\bin\bn option, it
        first attempts to read  and  execute  commands  from  _\b/_\be_\bt_\bc_\b/_\bp_\br_\bo_\bf_\bi_\bl_\be  and
-       _\b~_\b/_\b._\bp_\br_\bo_\bf_\bi_\bl_\be,  in  that order.  The -\b--\b-n\bno\bop\bpr\bro\bof\bfi\bil\ble\be option may be used to in-
-       hibit this behavior.  When invoked as an  interactive  shell  with  the
-       name  s\bsh\bh,  b\bba\bas\bsh\bh  looks for the variable E\bEN\bNV\bV, expands its value if it is
-       defined, and uses the expanded value as the name of a file to read  and
-       execute.  Since a shell invoked as s\bsh\bh does not attempt to read and exe-
-       cute  commands from any other startup files, the -\b--\b-r\brc\bcf\bfi\bil\ble\be option has no
-       effect.  A non-interactive shell invoked with the name s\bsh\bh does not  at-
-       tempt to read any other startup files.  When invoked as s\bsh\bh, b\bba\bas\bsh\bh enters
-       _\bp_\bo_\bs_\bi_\bx mode after the startup files are read.
-
-       When  b\bba\bas\bsh\bh  is  started in _\bp_\bo_\bs_\bi_\bx mode, as with the -\b--\b-p\bpo\bos\bsi\bix\bx command line
+       _\b~_\b/_\b._\bp_\br_\bo_\bf_\bi_\bl_\be,  in  that  order.  The -\b--\b-n\bno\bop\bpr\bro\bof\bfi\bil\ble\be option will inhibit this
+       behavior.  When invoked as an interactive shell with the name s\bsh\bh,  b\bba\bas\bsh\bh
+       looks  for  the  variable  E\bEN\bNV\bV, expands its value if it is defined, and
+       uses the expanded value as the name of a  file  to  read  and  execute.
+       Since  a  shell invoked as s\bsh\bh does not attempt to read and execute com-
+       mands from any other startup files, the -\b--\b-r\brc\bcf\bfi\bil\ble\be option has no  effect.
+       A  non-interactive  shell  invoked with the name s\bsh\bh does not attempt to
+       read any other startup files.  When invoked as s\bsh\bh,  b\bba\bas\bsh\bh  enters  posix
+       mode after reading the startup files.
+
+       When  b\bba\bas\bsh\bh  is  started in posix mode, as with the -\b--\b-p\bpo\bos\bsi\bix\bx command line
        option, it follows the POSIX standard for startup files.  In this mode,
        interactive shells expand the E\bEN\bNV\bV variable and read  and  execute  com-
        mands from the file whose name is the expanded value.  No other startup
@@ -209,30 +209,30 @@ I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
        daemon  _\bs_\bs_\bh_\bd.   If b\bba\bas\bsh\bh determines it is being run non-interactively in
        this fashion, it reads and executes commands from  _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc,  if  that
        file  exists  and  is  readable.  It will not do this if invoked as s\bsh\bh.
-       The -\b--\b-n\bno\bor\brc\bc option may be used to inhibit this behavior, and  the  -\b--\b-r\brc\bc-\b-
-       f\bfi\bil\ble\be  option  will make b\bba\bas\bsh\bh use a different file instead of _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc,
-       but neither _\br_\bs_\bh_\bd nor _\bs_\bs_\bh_\bd generally invoke the shell with those options
-       or allow them to be specified.
+       The -\b--\b-n\bno\bor\brc\bc option will inhibit this behavior, and the  -\b--\b-r\brc\bcf\bfi\bil\ble\be  option
+       will  make  b\bba\bas\bsh\bh use a different file instead of _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc, but neither
+       _\br_\bs_\bh_\bd nor _\bs_\bs_\bh_\bd generally invoke the shell with those  options  or  allow
+       them to be specified.
 
        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, no startup
        files are read, shell functions are not inherited from the environment,
-       the S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS, B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS, C\bCD\bDP\bPA\bAT\bTH\bH, and G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE variables, if they  ap-
-       pear  in the environment, are ignored, and the effective user id is set
-       to the real user id.  If the -\b-p\bp option is supplied at  invocation,  the
+       the  S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS, B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS, C\bCD\bDP\bPA\bAT\bTH\bH, and G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE variables, if they ap-
+       pear in the environment, are ignored, and the effective user id is  set
+       to  the  real user id.  If the -\b-p\bp option is supplied at invocation, the
        startup behavior is the same, but the effective user id is not reset.
 
 D\bDE\bEF\bFI\bIN\bNI\bIT\bTI\bIO\bON\bNS\bS
-       The  following  definitions  are used throughout the rest of this docu-
+       The following definitions are used throughout the rest  of  this  docu-
        ment.
        b\bbl\bla\ban\bnk\bk  A space or tab.
-       w\bwo\bor\brd\bd   A sequence of characters considered as  a  single  unit  by  the
+       w\bwo\bor\brd\bd   A  sequence  of  characters  considered  as a single unit by the
               shell.  Also known as a t\bto\bok\bke\ben\bn.
-       n\bna\bam\bme\be   A  _\bw_\bo_\br_\bd  consisting  only  of alphanumeric characters and under-
-              scores, and beginning with an alphabetic character or an  under-
+       n\bna\bam\bme\be   A _\bw_\bo_\br_\bd consisting only of  alphanumeric  characters  and  under-
+              scores,  and beginning with an alphabetic character or an under-
               score.  Also referred to as an i\bid\bde\ben\bnt\bti\bif\bfi\bie\ber\br.
        m\bme\bet\bta\bac\bch\bha\bar\bra\bac\bct\bte\ber\br
-              A  character  that,  when unquoted, separates words.  One of the
+              A character that, when unquoted, separates words.   One  of  the
               following:
               |\b|  &\b& ;\b; (\b( )\b) <\b< >\b> s\bsp\bpa\bac\bce\be t\bta\bab\bb n\bne\bew\bwl\bli\bin\bne\be
        c\bco\bon\bnt\btr\bro\bol\bl o\bop\bpe\ber\bra\bat\bto\bor\br
@@ -243,204 +243,204 @@ D\bDE\bEF\bFI\bIN\bNI\bIT\bTI\bIO\bON\bNS\bS
 R\bRE\bES\bSE\bER\bRV\bVE\bED\bD W\bWO\bOR\bRD\bDS\bS
        _\bR_\be_\bs_\be_\br_\bv_\be_\bd _\bw_\bo_\br_\bd_\bs are words that have a special meaning to the shell.  The
        following words are recognized as reserved when unquoted and either the
-       first word of a command (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR below), the third word of  a
-       c\bca\bas\bse\b or  s\bse\bel\ble\bec\bct\bt command (only i\bin\bn is valid), or the third word of a f\bfo\bor\br
+       first  word of a command (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR below), the third word of a
+       c\bca\bas\bse\bor s\bse\bel\ble\bec\bct\bt command (only i\bin\bn is valid), or the third word of  a  f\bfo\bor\br
        command (only i\bin\bn and d\bdo\bo are valid):
 
-       !\bc\bca\bas\bse\be  c\bco\bop\bpr\bro\boc\bc  d\bdo\bo d\bdo\bon\bne\be e\bel\bli\bif\bf e\bel\bls\bse\be e\bes\bsa\bac\bc f\bfi\bi f\bfo\bor\br  f\bfu\bun\bnc\bct\bti\bio\bon\bn  i\bif\bf  i\bin\b s\bse\bel\ble\bec\bct\bt
+       !\b c\bca\bas\bse\be   c\bco\bop\bpr\bro\boc\bc   d\bdo\bo  d\bdo\bon\bne\be e\bel\bli\bif\bf e\bel\bls\bse\be e\bes\bsa\bac\bc f\bfi\bi f\bfo\bor\br f\bfu\bun\bnc\bct\bti\bio\bon\bn i\bif\bf i\bin\bn s\bse\bel\ble\bec\bct\bt
        t\bth\bhe\ben\bn u\bun\bnt\bti\bil\bl w\bwh\bhi\bil\ble\be {\b{ }\b} t\bti\bim\bme\be [\b[[\b[ ]\b]]\b]
 
 S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
-       This  section  describes  the syntax of the various forms of shell com-
+       This section describes the syntax of the various forms  of  shell  com-
        mands.
 
    S\bSi\bim\bmp\bpl\ble\be C\bCo\bom\bmm\bma\ban\bnd\bds\bs
-       A _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd is a sequence of optional  variable  assignments  fol-
-       lowed  by  b\bbl\bla\ban\bnk\bk-separated  words and redirections, and terminated by a
+       A  _\bs_\bi_\bm_\bp_\bl_\be  _\bc_\bo_\bm_\bm_\ba_\bn_\bd  is a sequence of optional variable assignments fol-
+       lowed by b\bbl\bla\ban\bnk\bk-separated words and redirections, and  terminated  by  a
        _\bc_\bo_\bn_\bt_\br_\bo_\bl _\bo_\bp_\be_\br_\ba_\bt_\bo_\br.  The first word specifies the command to be executed,
-       and is passed as argument zero.  The remaining words are passed as  ar-
+       and  is passed as argument zero.  The remaining words are passed as ar-
        guments to the invoked command.
 
-       The  return  value  of a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd is its exit status, or 128+_\bn if
+       The return value of a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd is its exit status,  or  128+_\b if
        the command is terminated by signal _\bn.
 
    P\bPi\bip\bpe\bel\bli\bin\bne\bes\bs
-       A _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be is a sequence of one or more commands separated  by  one  of
+       A  _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be  is  a sequence of one or more commands separated by one of
        the control operators |\b| or |\b|&\b&.  The format for a pipeline is:
 
               [t\bti\bim\bme\be [-\b-p\bp]] [ ! ] _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 [ [|\b|||\b|&\b&] _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2 ... ]
 
        The standard output of _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 is connected via a pipe to the standard
-       input  of  _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2.   This connection is performed before any redirec-
-       tions specified by the _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1(see R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN below).  If |\b|&\b&  is  the
-       pipeline  operator, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1's standard error, in addition to its stan-
-       dard output, is connected to  _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2's  standard  input  through  the
-       pipe;  it  is  shorthand  for 2\b2>\b>&\b&1\b1 |\b|.  This implicit redirection of the
-       standard error to the standard output is performed after  any  redirec-
+       input of _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2.  This connection is performed  before  any  redirec-
+       tions  specified  by the _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1(see R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN below).  If |\b|&\b& is the
+       pipeline operator, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1's standard error, in addition to its  stan-
+       dard  output,  is  connected  to  _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2's standard input through the
+       pipe; it is shorthand for 2\b2>\b>&\b&1\b1 |\b|.  This  implicit  redirection  of  the
+       standard  error  to the standard output is performed after any redirec-
        tions specified by _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1.
 
        The return status of a pipeline is the exit status of the last command,
-       unless  the  p\bpi\bip\bpe\bef\bfa\bai\bil\bl  option  is enabled.  If p\bpi\bip\bpe\bef\bfa\bai\bil\bl is enabled, the
-       pipeline's return status is the value of the last  (rightmost)  command
-       to  exit  with a non-zero status, or zero if all commands exit success-
+       unless the p\bpi\bip\bpe\bef\bfa\bai\bil\bl option is enabled.  If  p\bpi\bip\bpe\bef\bfa\bai\bil\bl  is  enabled,  the
+       pipeline's  return  status is the value of the last (rightmost) command
+       to exit with a non-zero status, or zero if all commands  exit  success-
        fully.  If the reserved word !\b!  precedes a pipeline, the exit status of
-       that pipeline is the logical negation of the exit status  as  described
-       above.   If  a  pipeline is executed synchronously, the shell waits for
+       that  pipeline  is the logical negation of the exit status as described
+       above.  If a pipeline is executed synchronously, the  shell  waits  for
        all commands in the pipeline to terminate before returning a value.
 
-       If the t\bti\bim\bme\be reserved word precedes a pipeline, the  shell  reports  the
-       elapsed  as well as user and system time consumed by its execution when
-       the pipeline terminates.  The -\b-p\bp option changes the  output  format  to
-       that  specified by POSIX.  When the shell is in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, it does not
-       recognize t\bti\bim\bme\be as a reserved word if the next token begins with a  "-".
-       The  value of the T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is a format string that specifies
-       how the timing information should be displayed; see the description  of
+       If  the  t\bti\bim\bme\be  reserved word precedes a pipeline, the shell reports the
+       elapsed as well as user and system time consumed by its execution  when
+       the  pipeline  terminates.   The -\b-p\bp option changes the output format to
+       that specified by POSIX.  When the shell is in posix mode, it does  not
+       recognize  t\bti\bim\bme\be as a reserved word if the next token begins with a "-".
+       The value of the T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is a format string that  specifies
+       how  the timing information should be displayed; see the description of
        T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT below under S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs.
 
-       When  the shell is in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, t\bti\bim\bme\be may appear by itself as the only
-       word in a simple command.  In this case, the shell displays  the  total
+       When the shell is in posix mode, t\bti\bim\bme\be may appear by itself as the  only
+       word  in  a simple command.  In this case, the shell displays the total
        user and system time consumed by the shell and its children.  The T\bTI\bIM\bME\bE-\b-
        F\bFO\bOR\bRM\bMA\bAT\bT variable specifies the format of the time information.
 
-       Each  command  in a multi-command pipeline, where pipes are created, is
-       executed in a _\bs_\bu_\bb_\bs_\bh_\be_\bl_\bl, which is a separate process.  See C\bCO\bOM\bMM\bMA\bAN\bND\b E\bEX\bXE\bE-\b-
-       C\bCU\bUT\bTI\bIO\bON\b E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT for a description of subshells and a subshell envi-
-       ronment.  If the l\bla\bas\bst\btp\bpi\bip\bpe\be option is enabled  using  the  s\bsh\bho\bop\bpt\b builtin
-       (see  the  description  of s\bsh\bho\bop\bpt\bt below), and job control is not active,
+       Each command in a multi-command pipeline, where pipes are  created,  is
+       executed  in a _\bs_\bu_\bb_\bs_\bh_\be_\bl_\bl, which is a separate process.  See C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bE-\b-
+       C\bCU\bUT\bTI\bIO\bON\bE\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT for a description of subshells and a subshell  envi-
+       ronment.   If  the  l\bla\bas\bst\btp\bpi\bip\bpe\be  option is enabled using the s\bsh\bho\bop\bpt\bt builtin
+       (see the description of s\bsh\bho\bop\bpt\bt below), and job control  is  not  active,
        the last element of a pipeline may be run by the shell process.
 
    L\bLi\bis\bst\bts\bs
-       A _\bl_\bi_\bs_\bt is a sequence of one or more pipelines separated by one  of  the
+       A  _\bl_\bi_\bs_\bt  is a sequence of one or more pipelines separated by one of the
        operators ;\b;, &\b&, &\b&&\b&, or |\b||\b|, and optionally terminated by one of ;\b;, &\b&, or
        <\b<n\bne\bew\bwl\bli\bin\bne\be>\b>.
 
        Of these list operators, &\b&&\b& and |\b||\b| have equal precedence, followed by ;\b;
        and &\b&, which have equal precedence.
 
-       A  sequence  of  one or more newlines may appear in a _\bl_\bi_\bs_\bt instead of a
+       A sequence of one or more newlines may appear in a _\bl_\bi_\bs_\bt  instead  of  a
        semicolon to delimit commands.
 
-       If a command is terminated by the control operator &\b&,  the  shell  exe-
-       cutes  the command in the _\bb_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd in a subshell.  The shell does not
-       wait for the command to finish, and the return status is 0.  These  are
-       referred  to  as  _\ba_\bs_\by_\bn_\bc_\bh_\br_\bo_\bn_\bo_\bu_\bs commands.  Commands separated by a ;\b; are
+       If  a  command  is terminated by the control operator &\b&, the shell exe-
+       cutes the command in the _\bb_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd in a subshell.  The shell does  not
+       wait  for the command to finish, and the return status is 0.  These are
+       referred to as _\ba_\bs_\by_\bn_\bc_\bh_\br_\bo_\bn_\bo_\bu_\bs commands.  Commands separated by  a  ;\b are
        executed sequentially; the shell waits for each command to terminate in
-       turn.  The return status is the exit status of the  last  command  exe-
+       turn.   The  return  status is the exit status of the last command exe-
        cuted.
 
-       AND  and  OR  lists are sequences of one or more pipelines separated by
-       the &\b&&\b& and |\b||\b| control operators, respectively.  AND and  OR  lists  are
+       AND and OR lists are sequences of one or more  pipelines  separated  by
+       the  &\b&&\b&  and  |\b||\b| control operators, respectively.  AND and OR lists are
        executed with left associativity.  An AND list has the form
 
               _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 &\b&&\b& _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2
 
-       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b is  executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns an exit status
+       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\bis executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns an  exit  status
        of zero (success).
 
        An OR list has the form
 
               _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 |\b||\b| _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2
 
-       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\bis executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns a non-zero  exit
-       status.   The  return  status of AND and OR lists is the exit status of
+       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b is executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns a non-zero exit
+       status.  The return status of AND and OR lists is the  exit  status  of
        the last command executed in the list.
 
    C\bCo\bom\bmp\bpo\bou\bun\bnd\bd C\bCo\bom\bmm\bma\ban\bnd\bds\bs
-       A _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd _\bc_\bo_\bm_\bm_\ba_\bn_\bd is one of the following.  In most cases a _\bl_\bi_\bs_\bt in  a
-       command's  description may be separated from the rest of the command by
-       one or more newlines, and may be followed by a newline in  place  of  a
+       A  _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd _\bc_\bo_\bm_\bm_\ba_\bn_\bd is one of the following.  In most cases a _\bl_\bi_\bs_\bt in a
+       command's description may be separated from the rest of the command  by
+       one  or  more  newlines, and may be followed by a newline in place of a
        semicolon.
 
-       (_\bl_\bi_\bs_\bt) _\bl_\bi_\bs_\b is  executed in a subshell (see 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\bN-\b-
-              M\bME\bEN\bNT\bbelow for a description of a subshell environment).   Vari-
-              able  assignments  and  builtin commands that affect the shell's
+       (_\bl_\bi_\bs_\bt) _\bl_\bi_\bs_\bis executed in a subshell (see C\bCO\bOM\bMM\bMA\bAN\bND\bD  E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\b E\bEN\bNV\bVI\bIR\bRO\bON\bN-\b-
+              M\bME\bEN\bNT\b below for a description of a subshell environment).  Vari-
+              able assignments and builtin commands that  affect  the  shell's
               environment do not remain in effect after the command completes.
               The return status is the exit status of _\bl_\bi_\bs_\bt.
 
        { _\bl_\bi_\bs_\bt; }
               _\bl_\bi_\bs_\bt is executed in the current shell environment.  _\bl_\bi_\bs_\bt must be
-              terminated with a newline or semicolon.   This  is  known  as  a
+              terminated  with  a  newline  or  semicolon.  This is known as a
               _\bg_\br_\bo_\bu_\bp _\bc_\bo_\bm_\bm_\ba_\bn_\bd.  The return status is the exit status of _\bl_\bi_\bs_\bt.
 
-              Note  that  unlike  the  metacharacters (\b( and )\b), {\b{ and }\b} are _\br_\be_\b-
-              _\bs_\be_\br_\bv_\be_\b_\bw_\bo_\br_\bd_\bs and must occur where a reserved word  is  permitted
-              to  be  recognized.   Since they do not cause a word break, they
-              must be separated from  _\bl_\bi_\bs_\bt  by  whitespace  or  another  shell
+              Note that unlike the metacharacters (\b( and )\b), {\b{  and  }\b}  are  _\br_\be_\b-
+              _\bs_\be_\br_\bv_\be_\b _\bw_\bo_\br_\bd_\bs  and must occur where a reserved word is permitted
+              to be recognized.  Since they do not cause a  word  break,  they
+              must  be  separated  from  _\bl_\bi_\bs_\bt  by  whitespace or another shell
               metacharacter.
 
        ((_\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn))
-              The  arithmetic  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn  is evaluated according to the rules
-              described 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  the  value  of
-              the  expression  is  non-zero, the return status is 0; otherwise
-              the return status is 1.  The _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn undergoes the  same  ex-
-              pansions  as  if  it were within double quotes, but double quote
-              characters in _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are not treated specially and  are  re-
+              The arithmetic _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn is evaluated according  to  the  rules
+              described  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 the value of
+              the expression is non-zero, the return status  is  0;  otherwise
+              the  return  status is 1.  The _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn undergoes the same ex-
+              pansions as if it were within double quotes,  but  double  quote
+              characters  in  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are not treated specially and are re-
               moved.
 
        [\b[[\b[ _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn ]\b]]\b]
               Evaluate the conditional expression _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn and return a sta-
-              tus  of  zero  (true) or non-zero (false).  Expressions are com-
+              tus of zero (true) or non-zero (false).   Expressions  are  com-
               posed of the primaries described below under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bS-\b-
-              S\bSI\bIO\bON\bNS\bS.  The words between the [\b[[\b[ and  ]\b]]\b]  do  not  undergo  word
-              splitting  and pathname expansion.  The shell performs tilde ex-
+              S\bSI\bIO\bON\bNS\bS.   The  words  between  the  [\b[[\b[ and ]\b]]\b] do not undergo word
+              splitting and pathname expansion.  The shell performs tilde  ex-
               pansion, parameter and variable expansion, arithmetic expansion,
               command substitution, process substitution, and quote removal on
-              those words.  Conditional operators such as -\b-f\bf must be  unquoted
+              those  words.  Conditional operators such as -\b-f\bf must be unquoted
               to be recognized as primaries.
 
-              When  used with [\b[[\b[, the <\b< and >\b> operators sort lexicographically
+              When used with [\b[[\b[, the <\b< and >\b> operators sort  lexicographically
               using the current locale.
 
-              When the =\b==\b= and !\b!=\b= operators are used, the string to  the  right
+              When  the  =\b==\b= and !\b!=\b= operators are used, the string to the right
               of the operator is considered a pattern and matched according to
               the rules described below under P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg, as if the e\bex\bxt\bt-\b-
               g\bgl\blo\bob\bb shell option were enabled.  The =\b= operator is equivalent to
-              =\b==\b=.   If  the  n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh shell option is enabled, the match is
-              performed without regard to the case of  alphabetic  characters.
-              The  return  value  is  0 if the string matches (=\b==\b=) or does not
-              match (!\b!=\b=) the pattern, and 1 otherwise.  If  any  part  of  the
-              pattern  is  quoted,  the quoted portion is matched as a string:
+              =\b==\b=.  If the n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh shell option is enabled,  the  match  is
+              performed  without  regard to the case of alphabetic characters.
+              The return value is 0 if the string matches  (=\b==\b=)  or  does  not
+              match  (!\b!=\b=)  the  pattern,  and 1 otherwise.  If any part of the
+              pattern is quoted, the quoted portion is matched  as  a  string:
               every character in the quoted portion matches itself, instead of
               having any special pattern matching meaning.
 
-              An additional binary operator, =\b=~\b~, is available, with  the  same
-              precedence  as  =\b==\b=  and  !\b!=\b=.  When it is used, the string to the
+              An  additional  binary operator, =\b=~\b~, is available, with the same
+              precedence as =\b==\b= and !\b!=\b=.  When it is used,  the  string  to  the
               right of the operator is considered a POSIX extended regular ex-
-              pression and matched accordingly (using the  POSIX  _\br_\be_\bg_\bc_\bo_\bm_\b and
-              _\br_\be_\bg_\be_\bx_\be_\b interfaces  usually described in _\br_\be_\bg_\be_\bx(3)).  The return
-              value is 0 if the string matches the pattern, and  1  otherwise.
+              pression  and  matched  accordingly (using the POSIX _\br_\be_\bg_\bc_\bo_\bm_\bp and
+              _\br_\be_\bg_\be_\bx_\be_\binterfaces usually described in _\br_\be_\bg_\be_\bx(3)).   The  return
+              value  is  0 if the string matches the pattern, and 1 otherwise.
               If the regular expression is syntactically incorrect, the condi-
               tional expression's return value is 2.  If the n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh shell
-              option  is enabled, the match is performed without regard to the
+              option is enabled, the match is performed without regard to  the
               case of alphabetic characters.
 
-              If any part of the pattern is  quoted,  the  quoted  portion  is
-              matched  literally,  as  above.   If  the pattern is stored in a
+              If  any  part  of  the  pattern is quoted, the quoted portion is
+              matched literally, as above.  If the  pattern  is  stored  in  a
               shell variable, quoting the variable expansion forces the entire
-              pattern to be matched literally.  Treat bracket  expressions  in
-              regular  expressions carefully, since normal quoting and pattern
+              pattern  to  be matched literally.  Treat bracket expressions in
+              regular expressions carefully, since normal quoting and  pattern
               characters lose their meanings between brackets.
 
-              The pattern will match if it matches any  part  of  the  string.
-              Anchor  the  pattern using the ^\b^ and $\b$ regular expression opera-
+              The  pattern  will  match  if it matches any part of the string.
+              Anchor the pattern using the ^\b^ and $\b$ regular  expression  opera-
               tors to force it to match the entire string.
 
-              The array variable  B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH  records  which  parts  of  the
-              string  matched  the  pattern.  The element of B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH with
-              index 0 contains the portion of the string matching  the  entire
-              regular  expression.  Substrings matched by parenthesized subex-
+              The  array  variable  B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH  records  which  parts of the
+              string matched the pattern.  The element  of  B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\b with
+              index  0  contains the portion of the string matching the entire
+              regular expression.  Substrings matched by parenthesized  subex-
               pressions within the regular expression are saved in the remain-
-              ing B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH indices.  The element of B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH with  in-
-              dex  _\bn  is  the portion of the string matching the _\bnth parenthe-
-              sized subexpression.   B\bBa\bas\bsh\bh  sets  B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH  in  the  global
-              scope;  declaring it as a local variable will lead to unexpected
+              ing  B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH indices.  The element of B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH with in-
+              dex _\bn is the portion of the string matching  the  _\bnth  parenthe-
+              sized  subexpression.   B\bBa\bas\bsh\bh  sets  B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH  in  the global
+              scope; declaring it as a local variable will lead to  unexpected
               results.
 
-              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_\be_\bs_\bs_\bi_\bo_\bn )\b)
-                     Returns  the  value  of  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn.  This may be used to
+                     Returns the value of _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn.  This  may  be  used  to
                      override the normal precedence of operators.
               !\b! _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn
                      True if _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn is false.
@@ -450,72 +450,72 @@ S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
                      True if either _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn_\b1 or _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn_\b2 is true.
 
               The &\b&&\b& and |\b||\b| operators do not evaluate _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn_\b2 if the value
-              of _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn_\b1 is sufficient to determine the  return  value  of
+              of  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn_\b1  is  sufficient to determine the return value of
               the entire conditional expression.
 
        f\bfo\bor\br _\bn_\ba_\bm_\be [ [ i\bin\bn [ _\bw_\bo_\br_\bd _\b._\b._\b. ] ] ; ] d\bdo\bo _\bl_\bi_\bs_\bt ; d\bdo\bon\bne\be
-              First,  expand The list of words following i\bin\bn, generating a list
-              of items.  Then, the variable _\bn_\ba_\bm_\be is set  to  each  element  of
-              this  list  in  turn, and _\bl_\bi_\bs_\bt is executed each time.  If the i\bin\bn
+              First, expand The list of words following i\bin\bn, generating a  list
+              of  items.   Then,  the  variable _\bn_\ba_\bm_\be is set to each element of
+              this list in turn, and _\bl_\bi_\bs_\bt is executed each time.   If  the  i\bin\bn
               _\bw_\bo_\br_\bd is omitted, the f\bfo\bor\br command executes _\bl_\bi_\bs_\bt once for each po-
-              sitional parameter that is set (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS below).  The  re-
-              turn  status  is  the  exit status of the last command that exe-
+              sitional  parameter that is set (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS below).  The re-
+              turn status is the exit status of the  last  command  that  exe-
               cutes.  If the expansion of the items following i\bin\bn results in an
-              empty list, no commands are executed, and the return  status  is
+              empty  list,  no commands are executed, and the return status is
               0.
 
        f\bfo\bor\br (( _\be_\bx_\bp_\br_\b1 ; _\be_\bx_\bp_\br_\b2 ; _\be_\bx_\bp_\br_\b3 )) ; d\bdo\bo _\bl_\bi_\bs_\bt ; d\bdo\bon\bne\be
               First, evaluate the arithmetic expression _\be_\bx_\bp_\br_\b1 according to the
-              rules  described  below  under A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN.  Then, re-
+              rules described below under A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC  E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN.   Then,  re-
               peatedly evaluate the arithmetic expression _\be_\bx_\bp_\br_\b2 until it eval-
-              uates to zero.  Each time _\be_\bx_\bp_\br_\b2 evaluates to a  non-zero  value,
-              execute  _\bl_\bi_\bs_\bt  and evaluate the arithmetic expression _\be_\bx_\bp_\br_\b3.  If
-              any expression is omitted, it behaves as if it evaluates  to  1.
-              The  return value is the exit status of the last command in _\bl_\bi_\bs_\bt
-              that is executed, or non-zero if any of the expressions  is  in-
+              uates  to  zero.  Each time _\be_\bx_\bp_\br_\b2 evaluates to a non-zero value,
+              execute _\bl_\bi_\bs_\bt and evaluate the arithmetic expression  _\be_\bx_\bp_\br_\b3.   If
+              any  expression  is omitted, it behaves as if it evaluates to 1.
+              The return value is the exit status of the last command in  _\bl_\bi_\bs_\bt
+              that  is  executed, or non-zero if any of the expressions is in-
               valid.
 
-              Use  the b\bbr\bre\bea\bak\bk and c\bco\bon\bnt\bti\bin\bnu\bue\be builtins (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
+              Use the b\bbr\bre\bea\bak\bk and c\bco\bon\bnt\bti\bin\bnu\bue\be builtins (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\b C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               below) to control loop execution.
 
        s\bse\bel\ble\bec\bct\bt _\bn_\ba_\bm_\be [ i\bin\bn _\bw_\bo_\br_\bd ] ; d\bdo\bo _\bl_\bi_\bs_\bt ; d\bdo\bon\bne\be
-              First, expand the list of words following i\bin\bn, generating a  list
-              of  items,  and print the set of expanded words the standard er-
-              ror, each preceded by a number.  If  the  i\bin\bn  _\bw_\bo_\br_\bd  is  omitted,
-              print  the positional parameters (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS below).  s\bse\bel\ble\bec\bct\bt
-              then displays the P\bPS\bS3\b3 prompt and reads a line from the  standard
+              First,  expand the list of words following i\bin\bn, generating a list
+              of items, and print the set of expanded words the  standard  er-
+              ror,  each  preceded  by  a  number.  If the i\bin\bn _\bw_\bo_\br_\bd is omitted,
+              print the positional parameters (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS below).   s\bse\bel\ble\bec\bct\bt
+              then  displays the P\bPS\bS3\b3 prompt and reads a line from the standard
               input.  If the line consists of a number corresponding to one of
-              the  displayed words, then s\bse\bel\ble\bec\bct\bt sets the value of _\bn_\ba_\bm_\be to that
-              word.  If the line is  empty,  s\bse\bel\ble\bec\bct\bt  displays  the  words  and
-              prompt  again.   If EOF is read, s\bse\bel\ble\bec\bct\bt completes and returns 1.
-              Any other value sets _\bn_\ba_\bm_\be to null.  The line read  is  saved  in
-              the  variable  R\bRE\bEP\bPL\bLY\bY.  The _\bl_\bi_\bs_\bt is executed after each selection
+              the displayed words, then s\bse\bel\ble\bec\bct\bt sets the value of _\bn_\ba_\bm_\be to  that
+              word.   If  the  line  is  empty,  s\bse\bel\ble\bec\bct\bt displays the words and
+              prompt again.  If EOF is read, s\bse\bel\ble\bec\bct\bt completes and  returns  1.
+              Any  other  value  sets _\bn_\ba_\bm_\be to null.  The line read is saved in
+              the variable R\bRE\bEP\bPL\bLY\bY.  The _\bl_\bi_\bs_\bt is executed after  each  selection
               until a b\bbr\bre\bea\bak\bk command is executed.  The exit status of s\bse\bel\ble\bec\bct\bt is
               the exit status of the last command executed in _\bl_\bi_\bs_\bt, or zero if
               no commands were executed.
 
        c\bca\bas\bse\be _\bw_\bo_\br_\bd i\bin\bn [ [(] _\bp_\ba_\bt_\bt_\be_\br_\bn [ |\b| _\bp_\ba_\bt_\bt_\be_\br_\bn ] ... ) _\bl_\bi_\bs_\bt ;; ] ... e\bes\bsa\bac\bc
               A c\bca\bas\bse\be command first expands _\bw_\bo_\br_\bd, and tries to match it against
-              each _\bp_\ba_\bt_\bt_\be_\br_\bn in turn, proceeding from first to last,  using  the
-              matching  rules  described under P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg below.  A pat-
-              tern list is a set of one or more patterns separated  by  ,  and
-              the  )  operator  terminates  the pattern list.  The _\bw_\bo_\br_\bd is ex-
-              panded using tilde expansion, parameter and variable  expansion,
+              each  _\bp_\ba_\bt_\bt_\be_\br_\bn  in turn, proceeding from first to last, using the
+              matching rules described under P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg below.   A  pat-
+              tern  list  is  a set of one or more patterns separated by , and
+              the ) operator terminates the pattern list.   The  _\bw_\bo_\br_\bd  is  ex-
+              panded  using tilde expansion, parameter and variable expansion,
               arithmetic expansion, command substitution, process substitution
-              and  quote  removal.   Each  _\bp_\ba_\bt_\bt_\be_\br_\bn  examined is expanded using
-              tilde expansion, parameter and  variable  expansion,  arithmetic
+              and quote removal.  Each  _\bp_\ba_\bt_\bt_\be_\br_\bn  examined  is  expanded  using
+              tilde  expansion,  parameter  and variable expansion, arithmetic
               expansion, command substitution, process substitution, and quote
-              removal.   If the n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh shell option is enabled, the match
-              is performed without regard to the case  of  alphabetic  charac-
+              removal.  If the n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh shell option is enabled, the  match
+              is  performed  without  regard to the case of alphabetic charac-
               ters.  A _\bc_\bl_\ba_\bu_\bs_\be is a pattern list and an associated _\bl_\bi_\bs_\bt.
 
               When a match is found, c\bca\bas\bse\be executes the corresponding _\bl_\bi_\bs_\bt.  If
-              the  ;\b;;\b;  operator  terminates  the case clause, the c\bca\bas\bse\be command
+              the ;\b;;\b; operator terminates the case  clause,  the  c\bca\bas\bse\b command
               completes after the first match.  Using ;\b;&\b& in place of ;\b;;\b; causes
-              execution to continue with the _\bl_\bi_\bs_\bt  associated  with  the  next
+              execution  to  continue  with  the _\bl_\bi_\bs_\bt associated with the next
               pattern list.  Using ;\b;;\b;&\b& in place of ;\b;;\b; causes the shell to test
-              the  next pattern list in the statement, if any, and execute any
-              associated _\bl_\bi_\bs_\bt if the  match  succeeds.   continuing  the  case
+              the next pattern list in the statement, if any, and execute  any
+              associated  _\bl_\bi_\bs_\bt  if  the  match  succeeds.  continuing the case
               statement execution as if the pattern list had not matched.  The
               exit status is zero if no pattern matches.
 
@@ -523,19 +523,19 @@ S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
               the last _\bl_\bi_\bs_\bt executed.
 
        i\bif\bf _\bl_\bi_\bs_\bt; t\bth\bhe\ben\bn _\bl_\bi_\bs_\bt; [ e\bel\bli\bif\bf _\bl_\bi_\bs_\bt; t\bth\bhe\ben\bn _\bl_\bi_\bs_\bt; ] ... [ e\bel\bls\bse\be _\bl_\bi_\bs_\bt; ] f\bfi\bi
-              The  i\bif\bf  _\bl_\bi_\bs_\bt is executed.  If its exit status is zero, the t\bth\bhe\ben\bn
-              _\bl_\bi_\bs_\bis executed.  Otherwise, each  e\bel\bli\bif\bf  _\bl_\bi_\bs_\bt  is  executed  in
-              turn,  and  if  its  exit status is zero, the corresponding t\bth\bhe\ben\bn
+              The i\bif\bf _\bl_\bi_\bs_\bt is executed.  If its exit status is zero,  the  t\bth\bhe\ben\bn
+              _\bl_\bi_\bs_\b is  executed.   Otherwise,  each  e\bel\bli\bif\bf _\bl_\bi_\bs_\bt is executed in
+              turn, and if its exit status is  zero,  the  corresponding  t\bth\bhe\ben\bn
               _\bl_\bi_\bs_\bt is executed and the command completes.  Otherwise, the e\bel\bls\bse\be
-              _\bl_\bi_\bs_\bis executed, if present.  The exit status is the exit  sta-
+              _\bl_\bi_\bs_\b is executed, if present.  The exit status is the exit sta-
               tus of the last command executed, or zero if no condition tested
               true.
 
        w\bwh\bhi\bil\ble\be _\bl_\bi_\bs_\bt_\b-_\b1; d\bdo\bo _\bl_\bi_\bs_\bt_\b-_\b2; d\bdo\bon\bne\be
        u\bun\bnt\bti\bil\bl _\bl_\bi_\bs_\bt_\b-_\b1; d\bdo\bo _\bl_\bi_\bs_\bt_\b-_\b2; d\bdo\bon\bne\be
-              The  w\bwh\bhi\bil\ble\be command continuously executes the list _\bl_\bi_\bs_\bt_\b-_\b2 as long
+              The w\bwh\bhi\bil\ble\be command continuously executes the list _\bl_\bi_\bs_\bt_\b-_\b2 as  long
               as the last command in the list _\bl_\bi_\bs_\bt_\b-_\b1 returns an exit status of
-              zero.  The u\bun\bnt\bti\bil\bl command is identical to the w\bwh\bhi\bil\ble\be command,  ex-
+              zero.   The u\bun\bnt\bti\bil\bl command is identical to the w\bwh\bhi\bil\ble\be command, ex-
               cept that the test is negated: _\bl_\bi_\bs_\bt_\b-_\b2 is executed as long as the
               last command in _\bl_\bi_\bs_\bt_\b-_\b1 returns a non-zero exit status.  The exit
               status of the w\bwh\bhi\bil\ble\be and u\bun\bnt\bti\bil\bl commands is the exit status of the
@@ -543,143 +543,143 @@ S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
 
    C\bCo\bop\bpr\bro\boc\bce\bes\bss\bse\bes\bs
        A _\bc_\bo_\bp_\br_\bo_\bc_\be_\bs_\bs is a shell command preceded by the c\bco\bop\bpr\bro\boc\bc reserved word.  A
-       coprocess  is  executed asynchronously in a subshell, as if the command
-       had been terminated with the &\b& control operator, with  a  two-way  pipe
+       coprocess is executed asynchronously in a subshell, as if  the  command
+       had  been  terminated  with the &\b& control operator, with a two-way pipe
        established between the executing shell and the coprocess.
 
        The syntax for a coprocess is:
 
               c\bco\bop\bpr\bro\boc\bc [_\bN_\bA_\bM_\bE] _\bc_\bo_\bm_\bm_\ba_\bn_\bd [_\br_\be_\bd_\bi_\br_\be_\bc_\bt_\bi_\bo_\bn_\bs]
 
-       This  creates  a  coprocess named _\bN_\bA_\bM_\bE.  _\bc_\bo_\bm_\bm_\ba_\bn_\bd may be either a simple
-       command or a compound command (see above).  _\bN_\bA_\bM_\bE is  a  shell  variable
+       This creates a coprocess named _\bN_\bA_\bM_\bE.  _\bc_\bo_\bm_\bm_\ba_\bn_\bd may be  either  a  simple
+       command  or  a  compound command (see above).  _\bN_\bA_\bM_\bE is a shell variable
        name.  If _\bN_\bA_\bM_\bE is not supplied, the default name is C\bCO\bOP\bPR\bRO\bOC\bC.
 
        The recommended form to use for a coprocess is
 
               c\bco\bop\bpr\bro\boc\bc _\bN_\bA_\bM_\bE { _\bc_\bo_\bm_\bm_\ba_\bn_\bd [_\br_\be_\bd_\bi_\br_\be_\bc_\bt_\bi_\bo_\bn_\bs]; }
 
-       This  form is preferred because simple commands result in the coprocess
-       always being named C\bCO\bOP\bPR\bRO\bOC\bC, and it is simpler to use and  more  complete
+       This form is preferred because simple commands result in the  coprocess
+       always  being  named C\bCO\bOP\bPR\bRO\bOC\bC, and it is simpler to use and more complete
        than the other compound commands.
 
-       If  _\bc_\bo_\bm_\bm_\ba_\bn_\bd is a compound command, _\bN_\bA_\bM_\bE is optional. The word following
-       c\bco\bop\bpr\bro\boc\bdetermines whether that word is interpreted as a variable  name:
-       it  is interpreted as _\bN_\bA_\bM_\bE if it is not a reserved word that introduces
-       a compound command.  If _\bc_\bo_\bm_\bm_\ba_\bn_\bd is a simple command, _\bN_\bA_\bM_\bE  is  not  al-
-       lowed;  this  is  to avoid confusion between _\bN_\bA_\bM_\bE and the first word of
+       If _\bc_\bo_\bm_\bm_\ba_\bn_\bd is a compound command, _\bN_\bA_\bM_\bE is optional. The word  following
+       c\bco\bop\bpr\bro\boc\b determines whether that word is interpreted as a variable name:
+       it is interpreted as _\bN_\bA_\bM_\bE if it is not a reserved word that  introduces
+       a  compound  command.   If _\bc_\bo_\bm_\bm_\ba_\bn_\bd is a simple command, _\bN_\bA_\bM_\bE is not al-
+       lowed; this is to avoid confusion between _\bN_\bA_\bM_\bE and the  first  word  of
        the simple command.
 
-       When the coprocess is executed, the shell  creates  an  array  variable
-       (see  A\bAr\brr\bra\bay\bys\bs  below)  named _\bN_\bA_\bM_\bE in the context of the executing shell.
-       The standard output of _\bc_\bo_\bm_\bm_\ba_\bn_\bd is connected via a pipe to  a  file  de-
-       scriptor  in  the executing shell, and that file descriptor is assigned
+       When  the  coprocess  is  executed, the shell creates an array variable
+       (see A\bAr\brr\bra\bay\bys\bs below) named _\bN_\bA_\bM_\bE in the context of  the  executing  shell.
+       The  standard  output  of _\bc_\bo_\bm_\bm_\ba_\bn_\bd is connected via a pipe to a file de-
+       scriptor in the executing shell, and that file descriptor  is  assigned
        to _\bN_\bA_\bM_\bE[0].  The standard input of _\bc_\bo_\bm_\bm_\ba_\bn_\bd is connected via a pipe to a
        file descriptor in the executing shell, and that file descriptor is as-
-       signed to _\bN_\bA_\bM_\bE[1].  This pipe is established  before  any  redirections
+       signed  to  _\bN_\bA_\bM_\bE[1].   This pipe is established before any redirections
        specified by the command (see R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN below).  The file descriptors
-       can  be  utilized as arguments to shell commands and redirections using
-       standard word expansions.  Other than those created to execute  command
-       and  process  substitutions,  the file descriptors are not available in
+       can be utilized as arguments to shell commands and  redirections  using
+       standard  word expansions.  Other than those created to execute command
+       and process substitutions, the file descriptors are  not  available  in
        subshells.
 
-       The process ID of the shell spawned to execute the coprocess is  avail-
-       able  as  the  value of the variable _\bN_\bA_\bM_\bE_PID.  The w\bwa\bai\bit\bt builtin may be
+       The  process ID of the shell spawned to execute the coprocess is avail-
+       able as the value of the variable _\bN_\bA_\bM_\bE_PID.  The w\bwa\bai\bit\bt  builtin  may  be
        used to wait for the coprocess to terminate.
 
-       Since the coprocess is created as an asynchronous command,  the  c\bco\bop\bpr\bro\boc\bc
-       command  always  returns  success.  The return status of a coprocess is
+       Since  the  coprocess is created as an asynchronous command, the c\bco\bop\bpr\bro\boc\bc
+       command always returns success.  The return status of  a  coprocess  is
        the exit status of _\bc_\bo_\bm_\bm_\ba_\bn_\bd.
 
    S\bSh\bhe\bel\bll\bl F\bFu\bun\bnc\bct\bti\bio\bon\bn D\bDe\bef\bfi\bin\bni\bit\bti\bio\bon\bns\bs
-       A shell function is an object that is called like a simple command  and
-       executes  a  compound  command with a new set of positional parameters.
+       A  shell function is an object that is called like a simple command and
+       executes a compound command with a new set  of  positional  parameters.
        Shell functions are declared as follows:
 
        _\bf_\bn_\ba_\bm_\be () _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd [_\br_\be_\bd_\bi_\br_\be_\bc_\bt_\bi_\bo_\bn]
        f\bfu\bun\bnc\bct\bti\bio\bon\bn _\bf_\bn_\ba_\bm_\be [()] _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd [_\br_\be_\bd_\bi_\br_\be_\bc_\bt_\bi_\bo_\bn]
               This defines a function named _\bf_\bn_\ba_\bm_\be.  The reserved word f\bfu\bun\bnc\bct\bti\bio\bon\bn
-              is optional.  If the f\bfu\bun\bnc\bct\bti\bio\bon\bn reserved  word  is  supplied,  the
-              parentheses  are optional.  The _\bb_\bo_\bd_\by of the function is the com-
-              pound command _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd (see  C\bCo\bom\bmp\bpo\bou\bun\bnd\bd  C\bCo\bom\bmm\bma\ban\bnd\bds\b above).
-              That  command is usually a _\bl_\bi_\bs_\bt of commands between { and }, but
+              is  optional.   If  the  f\bfu\bun\bnc\bct\bti\bio\bon\bn reserved word is supplied, the
+              parentheses are optional.  The _\bb_\bo_\bd_\by of the function is the  com-
+              pound  command  _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd  (see C\bCo\bom\bmp\bpo\bou\bun\bnd\bd C\bCo\bom\bmm\bma\ban\bnd\bds\bs above).
+              That command is usually a _\bl_\bi_\bs_\bt of commands between { and },  but
               may be any command listed under C\bCo\bom\bmp\bpo\bou\bun\bnd\bd C\bCo\bom\bmm\bma\ban\bnd\bds\bs above.  If the
               f\bfu\bun\bnc\bct\bti\bio\bon\bn reserved word is used, but the parentheses are not sup-
               plied, the braces are recommended.  _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd is executed
-              whenever _\bf_\bn_\ba_\bm_\be is specified as the name  of  a  simple  command.
-              When in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, _\bf_\bn_\ba_\bm_\be must be a valid shell _\bn_\ba_\bm_\be and may not
-              be  the  name  of one of the POSIX _\bs_\bp_\be_\bc_\bi_\ba_\bl _\bb_\bu_\bi_\bl_\bt_\bi_\bn_\bs.  In default
-              mode, a function name can be any unquoted shell word  that  does
+              whenever  _\bf_\bn_\ba_\bm_\be  is  specified  as the name of a simple command.
+              When in posix mode, _\bf_\bn_\ba_\bm_\be must be a valid shell _\bn_\ba_\bm_\be and may not
+              be the name of one of the POSIX _\bs_\bp_\be_\bc_\bi_\ba_\bl  _\bb_\bu_\bi_\bl_\bt_\bi_\bn_\bs.   In  default
+              mode,  a  function name can be any unquoted shell word that does
               not contain $\b$.
 
-       Any  redirections  (see R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN below) specified when a function is
+       Any redirections (see R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN below) specified when a  function  is
        defined are performed when the function is executed.
 
-       The exit status of a function definition is zero unless a syntax  error
-       occurs  or a readonly function with the same name already exists.  When
-       executed, the exit status of a function is the exit status of the  last
+       The  exit status of a function definition is zero unless a syntax error
+       occurs or a readonly function with the same name already exists.   When
+       executed,  the exit status of a function is the exit status of the last
        command executed in the body.  (See F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS below.)
 
 C\bCO\bOM\bMM\bME\bEN\bNT\bTS\bS
        In a non-interactive shell, or an interactive shell in which the i\bin\bnt\bte\ber\br-\b-
-       a\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\b option  to  the  s\bsh\bho\bop\bpt\bt  builtin  is enabled (see S\bSH\bHE\bEL\bLL\bL
-       B\bBU\bUI\bIL\bLT\bTI\bIN\bC\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below), a word beginning with #\b# introduces a  comment.
+       a\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\boption to the  s\bsh\bho\bop\bpt\bt  builtin  is  enabled  (see  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 word beginning with #\b# introduces a comment.
        A word begins at the beginning of a line, after unquoted whitespace, or
-       after  an  operator.   The  comment  causes that word and all remaining
-       characters on that line to be ignored.  An  interactive  shell  without
-       the  i\bin\bnt\bte\ber\bra\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\bs  option enabled does not allow comments.  The
+       after an operator.  The comment causes  that  word  and  all  remaining
+       characters  on  that  line to be ignored.  An interactive shell without
+       the i\bin\bnt\bte\ber\bra\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\bs option enabled does not allow  comments.   The
        i\bin\bnt\bte\ber\bra\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\bs  option  is  enabled  by  default  in  interactive
        shells.
 
 Q\bQU\bUO\bOT\bTI\bIN\bNG\bG
-       _\bQ_\bu_\bo_\bt_\bi_\bn_\b is used to remove the special meaning of certain characters or
-       words to the shell.  Quoting can be used to disable  special  treatment
+       _\bQ_\bu_\bo_\bt_\bi_\bn_\bis used to remove the special meaning of certain characters  or
+       words  to  the shell.  Quoting can be used to disable special treatment
        for special characters, to prevent reserved words from being recognized
        as such, and to prevent parameter expansion.
 
-       Each  of  the _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br_\bs listed above under D\bDE\bEF\bFI\bIN\bNI\bIT\bTI\bIO\bON\bNS\bS has special
+       Each of the _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br_\bs listed above under D\bDE\bEF\bFI\bIN\bNI\bIT\bTI\bIO\bON\bNS\bS  has  special
        meaning to the shell and must be quoted if it is to represent itself.
 
-       When the command history expansion facilities are being used (see  H\bHI\bIS\bS-\b-
+       When  the command history expansion facilities are being used (see H\bHI\bIS\bS-\b-
        T\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below), the _\bh_\bi_\bs_\bt_\bo_\br_\by _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn character, usually !\b!, must
        be quoted to prevent history expansion.
 
        There are four quoting mechanisms: the _\be_\bs_\bc_\ba_\bp_\be _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br, single quotes,
        double quotes, and dollar-single quotes.
 
-       A  non-quoted  backslash (\\b\) is the _\be_\bs_\bc_\ba_\bp_\be _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br.  It preserves the
-       literal value of the next character that follows, removing any  special
-       meaning  it has, with the exception of <newline>.  If a \\b\<newline> pair
-       appears, and the backslash is not  itself  quoted,  the  \\b\<newline>  is
-       treated  as  a line continuation (that is, it is removed from the input
+       A non-quoted backslash (\\b\) is the _\be_\bs_\bc_\ba_\bp_\be _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br.  It  preserves  the
+       literal  value of the next character that follows, removing any special
+       meaning it has, with the exception of <newline>.  If a \\b\<newline>  pair
+       appears,  and  the  backslash  is  not itself quoted, the \\b\<newline> is
+       treated as a line continuation (that is, it is removed from  the  input
        stream and effectively ignored).
 
-       Enclosing characters in single quotes preserves the  literal  value  of
+       Enclosing  characters  in  single quotes preserves the literal value of
        each character within the quotes.  A single quote may not occur between
        single quotes, even when preceded by a backslash.
 
-       Enclosing  characters  in  double quotes preserves the literal value of
-       all characters within the quotes, with the exception of $\b$, `\b`,  \\b\,  and,
-       when history expansion is enabled, !\b!.  When the shell is in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be,
-       the  !\b!  has  no special meaning within double quotes, even when history
-       expansion is enabled.  The characters $\b$  and  `\b`  retain  their  special
-       meaning  within double quotes.  The backslash retains its special mean-
-       ing only when followed by one of the following characters: $\b$, `\b`, "\b",  \\b\,
+       Enclosing characters in double quotes preserves the  literal  value  of
+       all  characters  within the quotes, with the exception of $\b$, `\b`, \\b\, and,
+       when history expansion is enabled, !\b!.  When the shell is in posix mode,
+       the !\b! has no special meaning within double quotes,  even  when  history
+       expansion  is  enabled.   The  characters  $\b$ and `\b` retain their special
+       meaning within double quotes.  The backslash retains its special  mean-
+       ing  only when followed by one of the following characters: $\b$, `\b`, "\b", \\b\,
        or <\b<n\bne\bew\bwl\bli\bin\bne\be>\b>.  Backslashes preceding characters without a special mean-
        ing are left unmodified.
 
-       A  double quote may be quoted within double quotes by preceding it with
+       A double quote may be quoted within double quotes by preceding it  with
        a backslash.  If enabled, history expansion will be performed unless an
-       !\b!  appearing in double quotes is escaped using a backslash.  The  back-
+       !\b!   appearing in double quotes is escaped using a backslash.  The back-
        slash preceding the !\b!  is not removed.
 
-       The  special  parameters  *\b*  and  @\b@ have special meaning when in double
+       The special parameters *\b* and @\b@ have  special  meaning  when  in  double
        quotes (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS below).
 
-       Character sequences of the form $\b$'_\bs_\bt_\br_\bi_\bn_\bg'  are  treated  as  a  special
-       variant  of  single quotes.  The sequence expands to _\bs_\bt_\br_\bi_\bn_\bg, with back-
-       slash-escaped characters in _\bs_\bt_\br_\bi_\bn_\bg replaced as specified by the ANSI  C
-       standard.   Backslash escape sequences, if present, are decoded as fol-
+       Character  sequences  of  the  form  $\b$'_\bs_\bt_\br_\bi_\bn_\bg' are treated as a special
+       variant of single quotes.  The sequence expands to _\bs_\bt_\br_\bi_\bn_\bg,  with  back-
+       slash-escaped  characters in _\bs_\bt_\br_\bi_\bn_\bg replaced as specified by the ANSI C
+       standard.  Backslash escape sequences, if present, are decoded as  fol-
        lows:
               \\b\a\ba     alert (bell)
               \\b\b\bb     backspace
@@ -694,88 +694,88 @@ Q\bQU\bUO\bOT\bTI\bIN\bNG\bG
               \\b\'\b'     single quote
               \\b\"\b"     double quote
               \\b\?\b?     question mark
-              \\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).
-              \\b\u\bu_\bH_\bH_\bH_\bH The Unicode (ISO/IEC 10646) character whose value is  the
+              \\b\u\bu_\bH_\bH_\bH_\bH The  Unicode (ISO/IEC 10646) character whose value is the
                      hexadecimal value _\bH_\bH_\bH_\bH (one to four hex digits).
               \\b\U\bU_\bH_\bH_\bH_\bH_\bH_\bH_\bH_\bH
-                     The  Unicode (ISO/IEC 10646) character whose value is the
+                     The Unicode (ISO/IEC 10646) character whose value is  the
                      hexadecimal value _\bH_\bH_\bH_\bH_\bH_\bH_\bH_\bH (one to eight hex digits).
               \\b\c\bc_\bx    A control-_\bx character.
 
-       The expanded result is single-quoted, as if the  dollar  sign  had  not
+       The  expanded  result  is  single-quoted, as if the dollar sign had not
        been present.
 
    T\bTr\bra\ban\bns\bsl\bla\bat\bti\bin\bng\bg S\bSt\btr\bri\bin\bng\bgs\bs
        A double-quoted string preceded by a dollar sign ($\b$"_\bs_\bt_\br_\bi_\bn_\bg") will cause
-       the  string to be translated according to the current locale.  The _\bg_\be_\bt_\b-
-       _\bt_\be_\bx_\binfrastructure performs the  lookup  and  translation,  using  the
-       L\bLC\bC_\b_M\bME\bES\bSS\bSA\bAG\bGE\bES\bS,  T\bTE\bEX\bXT\bTD\bDO\bOM\bMA\bAI\bIN\bND\bDI\bIR\bR,  and  T\bTE\bEX\bXT\bTD\bDO\bOM\bMA\bAI\bIN\bN  shell variables.  If the
-       current locale is C\bC or P\bPO\bOS\bSI\bIX\bX, if there are no  translations  available,
+       the string to be translated according to the current locale.  The  _\bg_\be_\bt_\b-
+       _\bt_\be_\bx_\b infrastructure  performs  the  lookup  and translation, using the
+       L\bLC\bC_\b_M\bME\bES\bSS\bSA\bAG\bGE\bES\bS, T\bTE\bEX\bXT\bTD\bDO\bOM\bMA\bAI\bIN\bND\bDI\bIR\bR, and T\bTE\bEX\bXT\bTD\bDO\bOM\bMA\bAI\bIN\bN  shell  variables.   If  the
+       current  locale  is C\bC or P\bPO\bOS\bSI\bIX\bX, if there are no translations available,
        or if the string is not translated, the dollar sign is ignored, and the
-       string  is treated as double-quoted as described above.  This is a form
-       of double quoting, so the  string  remains  double-quoted  by  default,
+       string is treated as double-quoted as described above.  This is a  form
+       of  double  quoting,  so  the  string remains double-quoted by default,
        whether or not it is translated and replaced.  If the n\bno\boe\bex\bxp\bpa\ban\bnd\bd_\b_t\btr\bra\ban\bns\bsl\bla\ba-\b-
-       t\bti\bio\bon\b option is enabled using the s\bsh\bho\bop\bpt\bt builtin, translated strings are
-       single-quoted instead of double-quoted.  See the description  of  s\bsh\bho\bop\bpt\bt
+       t\bti\bio\bon\boption is enabled using the s\bsh\bho\bop\bpt\bt builtin, translated strings  are
+       single-quoted  instead  of double-quoted.  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\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS.
 
 P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
-       A  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an entity that stores values.  It can be a _\bn_\ba_\bm_\be, a num-
-       ber, or one of the special characters listed below under S\bSp\bpe\bec\bci\bia\bal\b P\bPa\bar\bra\ba-\b-
+       A _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an entity that stores values.  It can be a _\bn_\ba_\bm_\be, a  num-
+       ber,  or one of the special characters listed below under S\bSp\bpe\bec\bci\bia\bal\bl P\bPa\bar\bra\ba-\b-
        m\bme\bet\bte\ber\brs\bs.  A _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be is a parameter denoted by a _\bn_\ba_\bm_\be.  A variable has a
-       _\bv_\ba_\bl_\bu_\b and  zero or more _\ba_\bt_\bt_\br_\bi_\bb_\bu_\bt_\be_\bs.  Attributes are assigned using the
-       d\bde\bec\bcl\bla\bar\bre\bbuiltin command (see d\bde\bec\bcl\bla\bar\bre\be below in S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\b C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS).
+       _\bv_\ba_\bl_\bu_\band zero or more _\ba_\bt_\bt_\br_\bi_\bb_\bu_\bt_\be_\bs.  Attributes are assigned  using  the
+       d\bde\bec\bcl\bla\bar\bre\b builtin command (see d\bde\bec\bcl\bla\bar\bre\be below in S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS).
        The e\bex\bxp\bpo\bor\brt\bt and r\bre\bea\bad\bdo\bon\bnl\bly\by builtins assign specific attributes.
 
        A parameter is set if it has been assigned a value.  The null string is
-       a  valid  value.  Once a variable is set, it may be unset only by using
+       a valid value.  Once a variable is set, it may be unset only  by  using
        the u\bun\bns\bse\bet\bt builtin command (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).
 
        A _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be may be assigned to by a statement of the form
 
               _\bn_\ba_\bm_\be=[_\bv_\ba_\bl_\bu_\be]
 
-       If _\bv_\ba_\bl_\bu_\be is not given, the variable is assigned the null  string.   All
-       _\bv_\ba_\bl_\bu_\be_\b undergo tilde expansion, parameter and variable expansion, com-
-       mand substitution, arithmetic expansion, and quote removal (see  E\bEX\bXP\bPA\bAN\bN-\b-
+       If  _\bv_\ba_\bl_\bu_\be  is not given, the variable is assigned the null string.  All
+       _\bv_\ba_\bl_\bu_\be_\bundergo tilde expansion, parameter and variable expansion,  com-
+       mand  substitution, arithmetic expansion, and quote removal (see E\bEX\bXP\bPA\bAN\bN-\b-
        S\bSI\bIO\bON\bN below).  If the variable has its i\bin\bnt\bte\beg\bge\ber\br attribute set, then _\bv_\ba_\bl_\bu_\be
        is evaluated as an arithmetic expression even if the $\b$(\b((\b(...)\b))\b) expansion
        is not used (see A\bAr\bri\bit\bth\bhm\bme\bet\bti\bic\bc E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn below).  Word splitting and path-
-       name  expansion  are not performed.  Assignment statements may also ap-
+       name expansion are not performed.  Assignment statements may  also  ap-
        pear 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\bbuiltin commands (_\bd_\be_\bc_\bl_\ba_\br_\ba_\bt_\bi_\bo_\bn commands).   When  in  _\bp_\bo_\bs_\bi_\bx  _\bm_\bo_\bd_\be,
-       these  builtins  may appear in a command after one or more instances of
+       l\blo\boc\bca\bal\b builtin  commands  (_\bd_\be_\bc_\bl_\ba_\br_\ba_\bt_\bi_\bo_\bn  commands).  When in posix mode,
+       these builtins may appear in a command after one or more  instances  of
        the c\bco\bom\bmm\bma\ban\bnd\bd builtin and retain these assignment statement properties.
 
-       In the context where an assignment statement is assigning a value to  a
+       In  the context where an assignment statement is assigning a value to a
        shell variable or array index, the += operator will append to or add to
-       the  variable's previous value.  This includes arguments to _\bd_\be_\bc_\bl_\ba_\br_\ba_\bt_\bi_\bo_\bn
+       the variable's previous value.  This includes arguments to  _\bd_\be_\bc_\bl_\ba_\br_\ba_\bt_\bi_\bo_\bn
        commands such as d\bde\bec\bcl\bla\bar\bre\be that accept assignment statements.  When += is
        applied to a variable for which the i\bin\bnt\bte\beg\bge\ber\br attribute has been set, the
        variable's current value and _\bv_\ba_\bl_\bu_\be are each evaluated as arithmetic ex-
-       pressions, and the sum of the results is  assigned  as  the  variable's
+       pressions,  and  the  sum  of the results is assigned as the variable's
        value.  The current value is usually an integer constant, but may be an
        expression.  When += is applied to an array variable using compound as-
-       signment  (see  A\bAr\brr\bra\bay\bys\bs below), the variable's value is not unset (as it
+       signment (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  (for  indexed  arrays)  or
-       added  as additional key-value pairs in an associative array.  When ap-
-       plied to a string-valued variable, _\bv_\ba_\bl_\bu_\be is expanded  and  appended  to
+       one  greater  than  the  array's  maximum index (for indexed arrays) or
+       added as additional key-value pairs in an associative array.  When  ap-
+       plied  to  a  string-valued variable, _\bv_\ba_\bl_\bu_\be is expanded and appended to
        the variable's value.
 
        A variable can be assigned the _\bn_\ba_\bm_\be_\br_\be_\bf attribute using the -\b-n\bn option to
-       the  d\bde\bec\bcl\bla\bar\bre\be or l\blo\boc\bca\bal\bl builtin commands (see the descriptions of d\bde\bec\bcl\bla\bar\bre\be
-       and l\blo\boc\bca\bal\bl below) to create a _\bn_\ba_\bm_\be_\br_\be_\bf, or a reference to  another  vari-
-       able.   This  allows  variables to be manipulated indirectly.  Whenever
-       the nameref variable is referenced, assigned to, unset, or has its  at-
-       tributes  modified  (other than using or changing the _\bn_\ba_\bm_\be_\br_\be_\bf attribute
-       itself), the operation is actually performed on the variable  specified
-       by  the  nameref  variable's  value.  A nameref is commonly used within
+       the d\bde\bec\bcl\bla\bar\bre\be or l\blo\boc\bca\bal\bl builtin commands (see the descriptions of  d\bde\bec\bcl\bla\bar\bre\be
+       and  l\blo\boc\bca\bal\bl  below) to create a _\bn_\ba_\bm_\be_\br_\be_\bf, or a reference to another vari-
+       able.  This allows variables to be  manipulated  indirectly.   Whenever
+       the  nameref variable is referenced, assigned to, unset, or has its at-
+       tributes modified (other than using or changing the  _\bn_\ba_\bm_\be_\br_\be_\b attribute
+       itself),  the operation is actually performed on the variable specified
+       by the nameref variable's value.  A nameref  is  commonly  used  within
        shell functions to refer to a variable whose name is passed as an argu-
-       ment to the function.  For instance, if a variable name is passed to  a
+       ment  to the function.  For instance, if a variable name is passed to a
        shell function as its first argument, running
 
               declare -n ref=$1
@@ -784,206 +784,206 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        the variable name passed as the first argument.  References and assign-
        ments to r\bre\bef\bf, and changes to its attributes, are treated as references,
        assignments, and attribute modifications to the variable whose name was
-       passed  as  $\b$1\b1.   If the control variable in a f\bfo\bor\br loop has the nameref
-       attribute, the list of words can be a list of shell  variables,  and  a
-       name  reference will be established for each word in the list, in turn,
+       passed as $\b$1\b1.  If the control variable in a f\bfo\bor\br loop  has  the  nameref
+       attribute,  the  list  of words can be a list of shell variables, and a
+       name reference will be established for each word in the list, in  turn,
        when the loop is executed.  Array variables cannot be given the n\bna\bam\bme\ber\bre\bef\bf
-       attribute.  However, nameref variables can  reference  array  variables
-       and  subscripted  array  variables.  Namerefs can be unset using the -\b-n\bn
-       option to the u\bun\bns\bse\bet\bt builtin.  Otherwise, if u\bun\bns\bse\bet\bt is executed with  the
-       name  of  a nameref variable as an argument, the variable referenced by
+       attribute.   However,  nameref  variables can reference array variables
+       and subscripted array variables.  Namerefs can be unset  using  the  -\b-n\bn
+       option  to the u\bun\bns\bse\bet\bt builtin.  Otherwise, if u\bun\bns\bse\bet\bt is executed with the
+       name of a nameref variable as an argument, the variable  referenced  by
        the nameref variable will be unset.
 
    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,
+       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
-       the  shell's  arguments when it is invoked, and may be reassigned using
-       the s\bse\bet\bt builtin command.  Positional parameters may not be assigned  to
-       with  assignment statements.  The positional parameters are temporarily
+       the shell's arguments when it is invoked, and may be  reassigned  using
+       the  s\bse\bet\bt builtin command.  Positional parameters may not be assigned to
+       with assignment statements.  The positional parameters are  temporarily
        replaced when a shell function is executed (see F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS below).
 
-       When a positional parameter consisting of more than a single  digit  is
+       When  a  positional parameter consisting of more than a single digit is
        expanded, it must be enclosed in braces (see E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below).  Without
        braces, a digit following $ can only refer to one of the first nine po-
-       sitional  parameters  ($\b$1\b1-\b-$\b$9\b9) or the special parameter $\b$0\b0 (see the next
+       sitional parameters ($\b$1\b1-\b-$\b$9\b9) or the special parameter $\b$0\b0 (see  the  next
        section).
 
    S\bSp\bpe\bec\bci\bia\bal\bl P\bPa\bar\bra\bam\bme\bet\bte\ber\brs\bs
-       The shell treats several parameters specially.   These  parameters  may
+       The  shell  treats  several parameters specially.  These parameters may
        only be referenced; assignment to them is not allowed.  Special parame-
        ters are denoted by one of the following characters.
 
-       *\b*      ($\b$*\b*)  Expands  to  the positional parameters, starting from one.
-              When the expansion is not within double quotes, each  positional
-              parameter  expands  to  a separate word.  In contexts where word
-              expansions are performed, those words  are  subject  to  further
-              word  splitting  and pathname expansion.  When the expansion oc-
-              curs within double quotes, it expands to a single word with  the
-              value  of each parameter separated by the first character of the
+       *\b*      ($\b$*\b*) Expands to the positional parameters,  starting  from  one.
+              When  the expansion is not within double quotes, each positional
+              parameter expands to a separate word.  In  contexts  where  word
+              expansions  are  performed,  those  words are subject to further
+              word splitting and pathname expansion.  When the  expansion  oc-
+              curs  within double quotes, it expands to a single word with the
+              value of each parameter separated by the first character of  the
               I\bIF\bFS\bS variable.  That is, "\b"$\b$*\b*"\b" is equivalent to "\b"$\b$1\b1_\bc$\b$2\b2_\bc.\b..\b..\b."\b", where
-              _\bis the first character of the value of the I\bIF\bFS\bS  variable.   If
+              _\b is  the first character of the value of the I\bIF\bFS\bS variable.  If
               I\bIF\bFS\bS is unset, the parameters are separated by spaces.  If I\bIF\bFS\bS is
               null, the parameters are joined without intervening separators.
-       @\b@      ($\b$@\b@)  Expands  to  the positional parameters, starting from one.
+       @\b@      ($\b$@\b@) Expands to the positional parameters,  starting  from  one.
               In contexts where word splitting is performed, this expands each
-              positional parameter to a separate word; if  not  within  double
-              quotes,  these words are subject to word splitting.  In contexts
+              positional  parameter  to  a separate word; if not within double
+              quotes, these words are subject to word splitting.  In  contexts
               where word splitting is not performed, such as the value portion
-              of an assignment statement, this expands to a single  word  with
+              of  an  assignment statement, this expands to a single word with
               each positional parameter separated by a space.  When the expan-
-              sion  occurs  within  double  quotes, and word splitting is per-
-              formed, each parameter expands to a  separate  word.   That  is,
+              sion occurs within double quotes, and  word  splitting  is  per-
+              formed,  each  parameter  expands  to a separate word.  That is,
               "\b"$\b$@\b@"\b" is equivalent to "\b"$\b$1\b1"\b" "\b"$\b$2\b2"\b" .\b..\b..\b.  If the double-quoted expan-
-              sion  occurs within a word, the expansion of the first parameter
+              sion occurs within a word, the expansion of the first  parameter
               is joined with the expansion of the beginning part of the origi-
               nal word, and the expansion of the last parameter is joined with
               the expansion of the last part of the original word.  When there
-              are no positional parameters, "\b"$\b$@\b@"\b"  and  $\b$@\b@  expand  to  nothing
+              are  no  positional  parameters,  "\b"$\b$@\b@"\b"  and $\b$@\b@ expand to nothing
               (i.e., they are removed).
        #\b#      ($\b$#\b#) Expands to the number of positional parameters in decimal.
-       ?\b?      ($\b$?\b?)  Expands  to  the exit status of the most recently executed
+       ?\b?      ($\b$?\b?) Expands to the exit status of the  most  recently  executed
               command.
        -\b-      ($\b$-\b-) Expands to the current option flags as specified upon invo-
-              cation, by the s\bse\bet\bt builtin command, or those set  by  the  shell
+              cation,  by  the  s\bse\bet\bt builtin command, or those set by the shell
               itself (such as the -\b-i\bi option).
-       $\b$      ($\b$$\b$)  Expands to the process ID of the shell.  In a subshell, it
+       $\b$      ($\b$$\b$) Expands to the process ID of the shell.  In a subshell,  it
               expands to the process ID of the parent shell, not the subshell.
-       !\b!      ($\b$!\b!)Expands to the process ID of the job  most  recently  placed
+       !\b!      ($\b$!\b!)Expands  to  the  process ID of the job most recently placed
               into the background, whether executed as an asynchronous command
               or using the b\bbg\bg builtin (see J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL below).
-       0\b0      ($\b$0\b0)  Expands to the name of the shell or shell script.  This is
-              set at shell initialization.  If b\bba\bas\bsh\bh is invoked with a file  of
-              commands,  $\b$0\b0  is  set  to  the  name  of that file.  If b\bba\bas\bsh\bh is
+       0\b0      ($\b$0\b0) Expands to the name of the shell or shell script.  This  is
+              set  at shell initialization.  If b\bba\bas\bsh\bh is invoked with a file of
+              commands, $\b$0\b0 is set to the  name  of  that  file.   If  b\bba\bas\bsh\b is
               started with the -\b-c\bc option, then $\b$0\b0 is set to the first argument
-              after the string to be executed, if one is present.   Otherwise,
+              after  the string to be executed, if one is present.  Otherwise,
               it is set to the filename used to invoke b\bba\bas\bsh\bh, as given by argu-
               ment zero.
 
    S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs
        The shell sets following variables:
 
-       _\b_      ($\b$_\b_,  an  underscore) This has a number of meanings depending on
+       _\b_      ($\b$_\b_, an underscore) This has a number of meanings  depending  on
               context.  At shell startup, _\b_ is set to the pathname used to in-
-              voke the shell or shell script being executed as passed  in  the
-              environment  or  argument list.  Subsequently, it expands to the
-              last argument to the previous simple  command  executed  in  the
-              foreground,  after  expansion.  It is also set to the full path-
-              name used to invoke each command executed and placed in the  en-
-              vironment  exported to that command.  When checking mail, $\b$_\b_ ex-
+              voke  the  shell or shell script being executed as passed in the
+              environment or argument list.  Subsequently, it expands  to  the
+              last  argument  to  the  previous simple command executed in the
+              foreground, after expansion.  It is also set to the  full  path-
+              name  used to invoke each command executed and placed in the en-
+              vironment exported to that command.  When checking mail, $\b$_\b ex-
               pands to the name of the mail file currently being checked.
-       B\bBA\bAS\bSH\bH   Expands to the full filename used to  invoke  this  instance  of
+       B\bBA\bAS\bSH\bH   Expands  to  the  full  filename used to invoke this instance of
               b\bba\bas\bsh\bh.
        B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS
-              A  colon-separated  list of enabled shell options.  Each word in
-              the list is a valid argument for the  -\b-s\bs  option  to  the  s\bsh\bho\bop\bpt\bt
+              A colon-separated list of enabled shell options.  Each  word  in
+              the  list  is  a  valid  argument for the -\b-s\bs option to the s\bsh\bho\bop\bpt\bt
               builtin command (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 options
-              appearing  in  B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS  are  those reported as _\bo_\bn by s\bsh\bho\bop\bpt\bt.  If
-              this variable is in the environment when  b\bba\bas\bsh\bh  starts  up,  the
+              appearing in B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS are those reported as  _\bo_\bn  by  s\bsh\bho\bop\bpt\bt.   If
+              this  variable  is  in  the environment when b\bba\bas\bsh\bh starts up, the
               shell enables each option in the list before reading any startup
               files.  This variable is read-only.
        B\bBA\bAS\bSH\bHP\bPI\bID\bD
-              Expands  to  the  process  ID of the current b\bba\bas\bsh\bh process.  This
-              differs from $\b$$\b$ under certain circumstances, such  as  subshells
-              that  do  not require b\bba\bas\bsh\bh to be re-initialized.  Assignments to
-              B\bBA\bAS\bSH\bHP\bPI\bID\bhave no effect.  If B\bBA\bAS\bSH\bHP\bPI\bID\bD is unset, it loses its  spe-
+              Expands to the process ID of the  current  b\bba\bas\bsh\bh  process.   This
+              differs  from  $\b$$\b$ under certain circumstances, such as subshells
+              that do not require b\bba\bas\bsh\bh to be re-initialized.   Assignments  to
+              B\bBA\bAS\bSH\bHP\bPI\bID\b have no effect.  If B\bBA\bAS\bSH\bHP\bPI\bID\bD is unset, it loses its spe-
               cial properties, even if it is subsequently reset.
        B\bBA\bAS\bSH\bH_\b_A\bAL\bLI\bIA\bAS\bSE\bES\bS
-              An  associative  array  variable whose members correspond to the
-              internal list of aliases as maintained  by  the  a\bal\bli\bia\bas\b builtin.
-              Elements  added to this array appear in the alias list; however,
-              unsetting array elements currently does not remove aliases  from
-              the  alias list.  If B\bBA\bAS\bSH\bH_\b_A\bAL\bLI\bIA\bAS\bSE\bES\bS is unset, it loses its special
+              An associative array variable whose members  correspond  to  the
+              internal  list  of  aliases  as maintained by the a\bal\bli\bia\bas\bs builtin.
+              Elements added to this array appear in the alias list;  however,
+              unsetting  array elements currently does not remove aliases from
+              the alias list.  If B\bBA\bAS\bSH\bH_\b_A\bAL\bLI\bIA\bAS\bSE\bES\bS is unset, it loses its  special
               properties, even if it is subsequently reset.
        B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\bC
-              An array variable whose values are the number of  parameters  in
+              An  array  variable whose values are the number of parameters in
               each frame of the current b\bba\bas\bsh\bh execution call stack.  The number
-              of  parameters  to  the  current  subroutine  (shell function or
-              script executed with .\b. or s\bso\bou\bur\brc\bce\be) is at the top  of  the  stack.
-              When  a  subroutine is executed, the number of parameters passed
+              of parameters to  the  current  subroutine  (shell  function  or
+              script  executed  with  .\b. or s\bso\bou\bur\brc\bce\be) is at the top of the stack.
+              When a subroutine is executed, the number of  parameters  passed
               is pushed onto B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\bC.  The shell sets B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\bC only when in
               extended debugging mode (see the description of the e\bex\bxt\btd\bde\beb\bbu\bug\bg op-
-              tion to the s\bsh\bho\bop\bpt\bt builtin below).  Setting  e\bex\bxt\btd\bde\beb\bbu\bug\bg  after  the
+              tion  to  the  s\bsh\bho\bop\bpt\bt builtin below).  Setting e\bex\bxt\btd\bde\beb\bbu\bug\bg after the
               shell has started to execute a script, or referencing this vari-
-              able  when  e\bex\bxt\btd\bde\beb\bbu\bug\bg is not set, may result in inconsistent val-
+              able when e\bex\bxt\btd\bde\beb\bbu\bug\bg is not set, may result in  inconsistent  val-
               ues.  Assignments to B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\bC have no effect, and it may not be
               unset.
        B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV
-              An array variable containing all of the parameters in  the  cur-
+              An  array  variable containing all of the parameters in the cur-
               rent b\bba\bas\bsh\bh execution call stack.  The final parameter of the last
-              subroutine  call is at the top of the stack; the first parameter
+              subroutine call is at the top of the stack; the first  parameter
               of the initial call is at the bottom.  When a subroutine is exe-
-              cuted, the shell pushes the supplied parameters onto  B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV.
-              The  shell  sets  B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV only when in extended debugging mode
+              cuted,  the shell pushes the supplied parameters onto B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV.
+              The shell sets B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV only when in  extended  debugging  mode
               (see the description of the e\bex\bxt\btd\bde\beb\bbu\bug\bg option to the s\bsh\bho\bop\bpt\bt builtin
               below).  Setting e\bex\bxt\btd\bde\beb\bbu\bug\bg after the shell has started to execute
               a script, or referencing this variable when e\bex\bxt\btd\bde\beb\bbu\bug\bg is not set,
-              may result in inconsistent  values.   Assignments  to  B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV
+              may  result  in  inconsistent  values.  Assignments to B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV
               have no effect, and it may not be unset.
        B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV0\b0
-              When  referenced, this variable expands to the name of the shell
+              When referenced, this variable expands to the name of the  shell
               or shell script (identical to $\b$0\b0; see the description of special
               parameter 0 above).  Assigning a value to B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV0\b0 assigns the
-              same value to $\b$0\b0.  If B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV0\b0 is unset, it loses its  special
+              same  value to $\b$0\b0.  If B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV0\b0 is unset, it loses its special
               properties, even if it is subsequently reset.
        B\bBA\bAS\bSH\bH_\b_C\bCM\bMD\bDS\bS
-              An  associative  array  variable whose members correspond to the
-              internal hash table  of  commands  as  maintained  by  the  h\bha\bas\bsh\bh
+              An associative array variable whose members  correspond  to  the
+              internal  hash  table  of  commands  as  maintained  by the h\bha\bas\bsh\bh
               builtin.  Adding elements to this array makes them appear in the
               hash table; however, unsetting array elements currently does not
-              remove  command  names from the hash table.  If B\bBA\bAS\bSH\bH_\b_C\bCM\bMD\bDS\bS is un-
+              remove command names from the hash table.  If B\bBA\bAS\bSH\bH_\b_C\bCM\bMD\bDS\bS  is  un-
               set, it loses its special properties, even if it is subsequently
               reset.
        B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD
-              Expands to the command currently being executed or about  to  be
-              executed,  unless the shell is executing a command as the result
+              Expands  to  the command currently being executed or about to be
+              executed, unless the shell is executing a command as the  result
               of a trap, in which case it is the command executing at the time
-              of the trap.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD is unset,  it  loses  its  special
+              of  the  trap.   If  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD is unset, it loses its special
               properties, even if it is subsequently reset.
        B\bBA\bAS\bSH\bH_\b_E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN_\b_S\bST\bTR\bRI\bIN\bNG\bG
               The command argument to the -\b-c\bc invocation option.
        B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO
-              An  array  variable whose members are the line numbers in source
-              files where each corresponding member of F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE  was  invoked.
+              An array variable whose members are the line numbers  in  source
+              files  where  each corresponding member of F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE was invoked.
               $\b${\b{B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO[\b[_\b$_\bi]\b]}\b}  is  the  line  number  in  the  source  file
               ($\b${\b{B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE[\b[_\b$_\bi_\b+_\b1]\b]}\b})  where  $\b${\b{F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE[\b[_\b$_\bi]\b]}\b}  was  called  (or
-              $\b${\b{B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO[\b[_\b$_\bi_\b-_\b1]\b]}\b if  referenced  within another shell func-
-              tion).  Use L\bLI\bIN\bNE\bEN\bNO\bO to obtain the current line  number.   Assign-
+              $\b${\b{B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO[\b[_\b$_\bi_\b-_\b1]\b]}\bif referenced within  another  shell  func-
+              tion).   Use  L\bLI\bIN\bNE\bEN\bNO\bO to obtain the current line number.  Assign-
               ments to B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO have no effect, and it may not be unset.
        B\bBA\bAS\bSH\bH_\b_L\bLO\bOA\bAD\bDA\bAB\bBL\bLE\bES\bS_\b_P\bPA\bAT\bTH\bH
-              A  colon-separated  list of directories in which the e\ben\bna\bab\bbl\ble\be com-
+              A colon-separated list of directories in which the  e\ben\bna\bab\bbl\ble\b com-
               mand.  looks for dynamically loadable builtins.
        B\bBA\bAS\bSH\bH_\b_M\bMO\bON\bNO\bOS\bSE\bEC\bCO\bON\bND\bDS\bS
-              Each time this variable is referenced, it expands to  the  value
-              returned  by  the system's monotonic clock, if one is available.
-              If there is no monotonic clock, this is equivalent to  E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bC-\b-
-              O\bON\bND\bDS\bS.   If B\bBA\bAS\bSH\bH_\b_M\bMO\bON\bNO\bOS\bSE\bEC\bCO\bON\bND\bDS\bS is unset, it loses its special prop-
+              Each  time  this variable is referenced, it expands to the value
+              returned by the system's monotonic clock, if one  is  available.
+              If  there is no monotonic clock, this is equivalent to E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bC-\b-
+              O\bON\bND\bDS\bS.  If B\bBA\bAS\bSH\bH_\b_M\bMO\bON\bNO\bOS\bSE\bEC\bCO\bON\bND\bDS\bS is unset, it loses its special  prop-
               erties, even if it is subsequently reset.
        B\bBA\bAS\bSH\bH_\b_R\bRE\bEM\bMA\bAT\bTC\bCH\bH
-              An array variable whose members are assigned by  the  =\b=~\b binary
-              operator  to the [\b[[\b[ conditional command.  The element with index
-              0 is the portion of the string matching the entire  regular  ex-
+              An  array  variable  whose members are assigned by the =\b=~\b~ binary
+              operator to the [\b[[\b[ conditional command.  The element with  index
+              0  is  the portion of the string matching the entire regular ex-
               pression.  The element with index _\bn is the portion of the string
               matching the _\bnth parenthesized subexpression.
        B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE
-              An  array  variable whose members are the source filenames where
-              the corresponding shell function names  in  the  F\bFU\bUN\bNC\bCN\bNA\bAM\bME\b array
+              An array variable whose members are the source  filenames  where
+              the  corresponding  shell  function  names in the F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE array
               variable are defined.  The shell function $\b${\b{F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE[\b[_\b$_\bi]\b]}\b} is de-
-              fined   in   the   file   $\b${\b{B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE[\b[_\b$_\bi]\b]}\b}   and  called  from
-              $\b${\b{B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE[\b[_\b$_\bi_\b+_\b1]\b]}\b}.  Assignments to B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE  have  no  ef-
+              fined  in  the   file   $\b${\b{B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE[\b[_\b$_\bi]\b]}\b}   and   called   from
+              $\b${\b{B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE[\b[_\b$_\bi_\b+_\b1]\b]}\b}.   Assignments  to  B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE have no ef-
               fect, and it may not be unset.
        B\bBA\bAS\bSH\bH_\b_S\bSU\bUB\bBS\bSH\bHE\bEL\bLL\bL
-              Incremented  by one within each subshell or subshell environment
-              when the shell begins executing in that environment.   The  ini-
-              tial  value  is 0.  If B\bBA\bAS\bSH\bH_\b_S\bSU\bUB\bBS\bSH\bHE\bEL\bLL\bL is unset, it loses its spe-
+              Incremented by one within each subshell or subshell  environment
+              when  the  shell begins executing in that environment.  The ini-
+              tial value is 0.  If B\bBA\bAS\bSH\bH_\b_S\bSU\bUB\bBS\bSH\bHE\bEL\bLL\bL is unset, it loses  its  spe-
               cial properties, even if it is subsequently reset.
        B\bBA\bAS\bSH\bH_\b_T\bTR\bRA\bAP\bPS\bSI\bIG\bG
-              Set to the signal number corresponding to the trap action  being
-              executed  during its execution.  See the description of t\btr\bra\bap\bp un-
-              der S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below for  information  about  signal
+              Set  to the signal number corresponding to the trap action being
+              executed during its execution.  See the description of t\btr\bra\bap\b un-
+              der  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN  C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below for information about signal
               numbers and trap execution.
        B\bBA\bAS\bSH\bH_\b_V\bVE\bER\bRS\bSI\bIN\bNF\bFO\bO
               A readonly array variable whose members hold version information
-              for  this  instance  of  b\bba\bas\bsh\bh.  The values assigned to the array
+              for this instance of b\bba\bas\bsh\bh.  The values  assigned  to  the  array
               members are as follows:
               B\bBA\bAS\bSH\bH_\b_V\bVE\bER\bRS\bSI\bIN\bNF\bFO\bO[\b[0]\b]        The major version number (the _\br_\be_\bl_\be_\ba_\bs_\be).
               B\bBA\bAS\bSH\bH_\b_V\bVE\bER\bRS\bSI\bIN\bNF\bFO\bO[\b[1]\b]        The minor version number (the _\bv_\be_\br_\bs_\bi_\bo_\bn).
@@ -992,96 +992,96 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               B\bBA\bAS\bSH\bH_\b_V\bVE\bER\bRS\bSI\bIN\bNF\bFO\bO[\b[4]\b]        The release status (e.g., _\bb_\be_\bt_\ba).
               B\bBA\bAS\bSH\bH_\b_V\bVE\bER\bRS\bSI\bIN\bNF\bFO\bO[\b[5]\b]        The value of M\bMA\bAC\bCH\bHT\bTY\bYP\bPE\bE.
        B\bBA\bAS\bSH\bH_\b_V\bVE\bER\bRS\bSI\bIO\bON\bN
-              Expands to a string describing the version of this  instance  of
+              Expands  to  a string describing the version of this instance of
               b\bba\bas\bsh\bh (e.g., 5.2.37(3)-release).
        C\bCO\bOM\bMP\bP_\b_C\bCW\bWO\bOR\bRD\bD
-              An  index  into $\b${\b{C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDS\bS}\b} of the word containing the current
+              An index into $\b${\b{C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDS\bS}\b} of the word containing  the  current
               cursor position.  This variable is available only in shell func-
-              tions invoked by the  programmable  completion  facilities  (see
+              tions  invoked  by  the  programmable completion facilities (see
               P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).
        C\bCO\bOM\bMP\bP_\b_K\bKE\bEY\bY
               The key (or final key of a key sequence) used to invoke the cur-
-              rent  completion  function.   This variable is available only in
-              shell functions and external commands invoked by the  programma-
+              rent completion function.  This variable is  available  only  in
+              shell  functions and external commands invoked by the programma-
               ble completion facilities (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).
        C\bCO\bOM\bMP\bP_\b_L\bLI\bIN\bNE\bE
-              The  current  command  line.  This variable is available only in
-              shell functions and external commands invoked by the  programma-
+              The current command line.  This variable is  available  only  in
+              shell  functions and external commands invoked by the programma-
               ble completion facilities (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).
        C\bCO\bOM\bMP\bP_\b_P\bPO\bOI\bIN\bNT\bT
-              The  index of the current cursor position relative to the begin-
-              ning of the current command.  If the current cursor position  is
+              The index of the current cursor position relative to the  begin-
+              ning  of the current command.  If the current cursor position is
               at the end of the current command, the value of this variable is
-              equal  to  $\b${\b{#\b#C\bCO\bOM\bMP\bP_\b_L\bLI\bIN\bNE\bE}\b}.   This  variable  is available only in
-              shell functions and external commands invoked by the  programma-
+              equal to $\b${\b{#\b#C\bCO\bOM\bMP\bP_\b_L\bLI\bIN\bNE\bE}\b}.  This  variable  is  available  only  in
+              shell  functions and external commands invoked by the programma-
               ble completion facilities (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).
        C\bCO\bOM\bMP\bP_\b_T\bTY\bYP\bPE\bE
-              Set  to  an integer value corresponding to the type of attempted
-              completion that caused a completion function to be called:  _\bT_\bA_\bB,
-              for  normal completion, _\b?, for listing completions after succes-
-              sive tabs, _\b!, for listing alternatives on partial  word  comple-
-              tion,  _\b@,  to list completions if the word is not unmodified, or
-              _\b%, for menu completion.  This  variable  is  available  only  in
-              shell  functions and external commands invoked by the programma-
+              Set to an integer value corresponding to the type  of  attempted
+              completion  that caused a completion function to be called: _\bT_\bA_\bB,
+              for normal completion, _\b?, for listing completions after  succes-
+              sive  tabs,  _\b!, for listing alternatives on partial word comple-
+              tion, _\b@, to list completions if the word is not  unmodified,  or
+              _\b%,  for  menu  completion.   This  variable is available only in
+              shell functions and external commands invoked by the  programma-
               ble completion facilities (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).
        C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS
-              The set of characters that the r\bre\bea\bad\bdl\bli\bin\bne\be library treats  as  word
-              separators  when performing word completion.  If C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS
-              is unset, it loses its special properties, even if it is  subse-
+              The  set  of characters that the r\bre\bea\bad\bdl\bli\bin\bne\be library treats as word
+              separators when performing word completion.  If  C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS
+              is  unset, it loses its special properties, even if it is subse-
               quently reset.
        C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDS\bS
-              An  array variable (see A\bAr\brr\bra\bay\bys\bs below) consisting of the individ-
-              ual words in the current command line.  The line is  split  into
-              words  as  r\bre\bea\bad\bdl\bli\bin\bne\be would split it, using C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS as de-
-              scribed above.  This variable is available only in  shell  func-
-              tions  invoked  by  the  programmable completion facilities (see
+              An array variable (see A\bAr\brr\bra\bay\bys\bs below) consisting of the  individ-
+              ual  words  in the current command line.  The line is split into
+              words as r\bre\bea\bad\bdl\bli\bin\bne\be would split it, using C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS  as  de-
+              scribed  above.   This variable is available only in shell func-
+              tions invoked by the  programmable  completion  facilities  (see
               P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).
-       C\bCO\bOP\bPR\bRO\bOC\bC An array variable (see A\bAr\brr\bra\bay\bys\bs below) created to  hold  the  file
-              descriptors  for  output  from and input to an unnamed coprocess
+       C\bCO\bOP\bPR\bRO\bOC\bC An  array  variable  (see A\bAr\brr\bra\bay\bys\bs below) created to hold the file
+              descriptors for output from and input to  an  unnamed  coprocess
               (see C\bCo\bop\bpr\bro\boc\bce\bes\bss\bse\bes\bs above).
        D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK
               An array variable (see A\bAr\brr\bra\bay\bys\bs below) containing the current con-
-              tents of the directory stack.  Directories appear in  the  stack
-              in  the order they are displayed by the d\bdi\bir\brs\bs builtin.  Assigning
+              tents  of  the directory stack.  Directories appear in the stack
+              in the order they are displayed by the d\bdi\bir\brs\bs builtin.   Assigning
               to members of this array variable may be used to modify directo-
-              ries already in the stack, but the p\bpu\bus\bsh\bhd\bd and p\bpo\bop\bpd\bd builtins  must
+              ries  already in the stack, but the p\bpu\bus\bsh\bhd\bd and p\bpo\bop\bpd\bd builtins must
               be used to add and remove directories.  Assignment to this vari-
-              able  will not change the current directory.  If D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK is un-
+              able will not change the current directory.  If D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK is  un-
               set, it loses its special properties, even if it is subsequently
               reset.
        E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bE
               Each time this parameter is referenced, it expands to the number
-              of seconds since the Unix Epoch  (see  _\bt_\bi_\bm_\be(3))  as  a  floating
+              of  seconds  since  the  Unix Epoch (see _\bt_\bi_\bm_\be(3)) as a floating-
               point  value  with  micro-second  granularity.   Assignments  to
-              E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bare ignored.  If E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bE is unset, it  loses
+              E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\b are ignored.  If E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bE is unset, it loses
               its special properties, even if it is subsequently reset.
        E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bS
               Each time this parameter is referenced, it expands to the number
-              of  seconds  since the Unix Epoch (see _\bt_\bi_\bm_\be(3)).  Assignments to
-              E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bare ignored.  If E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bS is  unset,  it  loses
+              of seconds since the Unix Epoch (see _\bt_\bi_\bm_\be(3)).   Assignments  to
+              E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\b are  ignored.   If E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bS is unset, it loses
               its special properties, even if it is subsequently reset.
-       E\bEU\bUI\bID\bD   Expands  to  the effective user ID of the current user, initial-
+       E\bEU\bUI\bID\bD   Expands to the effective user ID of the current  user,  initial-
               ized at shell startup.  This variable is readonly.
        F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE
-              An array variable containing the names of  all  shell  functions
+              An  array  variable  containing the names of all shell functions
               currently in the execution call stack.  The element with index 0
               is the name of any currently-executing shell function.  The bot-
-              tom-most  element  (the  one  with the highest index) is "main".
-              This variable exists only when a shell  function  is  executing.
-              Assignments  to  F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE have no effect.  If F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE is unset,
-              it loses its special properties, even if it is subsequently  re-
+              tom-most element (the one with the  highest  index)  is  "main".
+              This  variable  exists  only when a shell function is executing.
+              Assignments to F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE have no effect.  If F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE  is  unset,
+              it  loses its special properties, even if it is subsequently re-
               set.
 
-              This  variable  can  be  used  with B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO and B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE.
-              Each  element  of  F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE  has   corresponding   elements   in
+              This variable can be  used  with  B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO  and  B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE.
+              Each   element   of   F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE  has  corresponding  elements  in
               B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO and B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE to describe the call stack.  For in-
-              stance,    $\b${\b{F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE[\b[_\b$_\bi]\b]}\b}    was    called    from   the   file
-              $\b${\b{B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE[\b[_\b$_\bi_\b+_\b1]\b]}\bat  line  number  $\b${\b{B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO[\b[_\b$_\bi]\b]}\b}.   The
+              stance,   $\b${\b{F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE[\b[_\b$_\bi]\b]}\b}   was    called    from    the    file
+              $\b${\b{B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE[\b[_\b$_\bi_\b+_\b1]\b]}\b at  line  number  $\b${\b{B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO[\b[_\b$_\bi]\b]}\b}.  The
               c\bca\bal\bll\ble\ber\br builtin displays the current call stack using this infor-
               mation.
-       G\bGR\bRO\bOU\bUP\bPS\bS An  array  variable  containing  the list of groups of which the
+       G\bGR\bRO\bOU\bUP\bPS\bS An array variable containing the list of  groups  of  which  the
               current user is a member.  Assignments to G\bGR\bRO\bOU\bUP\bPS\bS have no effect.
-              If G\bGR\bRO\bOU\bUP\bPS\bS is unset, it loses its special properties, even if  it
+              If  G\bGR\bRO\bOU\bUP\bPS\bS is unset, it loses its special properties, even if it
               is subsequently reset.
        H\bHI\bIS\bST\bTC\bCM\bMD\bD
               The history number, or index in the history list, of the current
@@ -1091,46 +1091,46 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        H\bHO\bOS\bST\bTN\bNA\bAM\bME\bE
               Automatically set to the name of the current host.
        H\bHO\bOS\bST\bTT\bTY\bYP\bPE\bE
-              Automatically  set  to a string that uniquely describes the type
-              of machine on which b\bba\bas\bsh\bh is executing.  The default  is  system-
+              Automatically set to a string that uniquely describes  the  type
+              of  machine  on which b\bba\bas\bsh\bh is executing.  The default is system-
               dependent.
-       L\bLI\bIN\bNE\bEN\bNO\bO Each  time this parameter is referenced, the shell substitutes a
-              decimal number representing the current sequential  line  number
-              (starting  with  1)  within a script or function.  When not in a
-              script or function, the value substituted is not  guaranteed  to
+       L\bLI\bIN\bNE\bEN\bNO\bO Each time this parameter is referenced, the shell substitutes  a
+              decimal  number  representing the current sequential line number
+              (starting with 1) within a script or function.  When  not  in  a
+              script  or  function, the value substituted is not guaranteed to
               be meaningful.  If L\bLI\bIN\bNE\bEN\bNO\bO is unset, it loses its special proper-
               ties, even if it is subsequently reset.
        M\bMA\bAC\bCH\bHT\bTY\bYP\bPE\bE
-              Automatically  set  to  a string that fully describes the system
-              type on which b\bba\bas\bsh\bh is executing, in the  standard  GNU  _\bc_\bp_\bu_\b-_\bc_\bo_\bm_\b-
+              Automatically set to a string that fully  describes  the  system
+              type  on  which  b\bba\bas\bsh\bh is executing, in the standard GNU _\bc_\bp_\bu_\b-_\bc_\bo_\bm_\b-
               _\bp_\ba_\bn_\by_\b-_\bs_\by_\bs_\bt_\be_\bm format.  The default is system-dependent.
        M\bMA\bAP\bPF\bFI\bIL\bLE\bE
-              An  array  variable  (see A\bAr\brr\bra\bay\bys\bs below) created to hold the text
+              An array variable (see A\bAr\brr\bra\bay\bys\bs below) created to  hold  the  text
               read by the m\bma\bap\bpf\bfi\bil\ble\be builtin when no variable name is supplied.
        O\bOL\bLD\bDP\bPW\bWD\bD The previous working directory as set by the c\bcd\bd command.
-       O\bOP\bPT\bTA\bAR\bRG\bG The value of the last option argument processed by  the  g\bge\bet\bto\bop\bpt\bts\bs
+       O\bOP\bPT\bTA\bAR\bRG\bG The  value  of the last option argument processed by the g\bge\bet\bto\bop\bpt\bts\bs
               builtin command (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).
-       O\bOP\bPT\bTI\bIN\bND\bD The  index  of  the next argument to be processed by the g\bge\bet\bto\bop\bpt\bts\bs
+       O\bOP\bPT\bTI\bIN\bND\bD The index of the next argument to be processed  by  the  g\bge\bet\bto\bop\bpt\bts\bs
               builtin command (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).
-       O\bOS\bST\bTY\bYP\bPE\bE Automatically set to a string that describes the operating  sys-
-              tem  on  which  b\bba\bas\bsh\bh is executing.  The default is system-depen-
+       O\bOS\bST\bTY\bYP\bPE\bE Automatically  set to a string that describes the operating sys-
+              tem on which b\bba\bas\bsh\bh is executing.  The  default  is  system-depen-
               dent.
        P\bPI\bIP\bPE\bES\bST\bTA\bAT\bTU\bUS\bS
-              An array variable (see A\bAr\brr\bra\bay\bys\bs below) containing a list  of  exit
-              status  values  from the processes in the most-recently-executed
-              foreground pipeline, which may consist of only a simple  command
+              An  array  variable (see A\bAr\brr\bra\bay\bys\bs below) containing a list of exit
+              status values from the processes in  the  most-recently-executed
+              foreground  pipeline, which may consist of only a simple command
               (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR above).
-       P\bPP\bPI\bID\bD   The  process  ID  of the shell's parent.  This variable is read-
+       P\bPP\bPI\bID\bD   The process ID of the shell's parent.  This  variable  is  read-
               only.
        P\bPW\bWD\bD    The current working directory as set by the c\bcd\bd command.
-       R\bRA\bAN\bND\bDO\bOM\bM Each time this parameter is referenced, it expands to  a  random
-              integer  between  0 and 32767.  Assigning a value to R\bRA\bAN\bND\bDO\bOM\bM ini-
-              tializes (seeds) the sequence of random  numbers.   Seeding  the
-              random  number  generator with the same constant value will pro-
-              duce the same sequence of values.  If R\bRA\bAN\bND\bDO\bOM\bM is unset, it  loses
+       R\bRA\bAN\bND\bDO\bOM\bM Each  time  this parameter is referenced, it expands to a random
+              integer between 0 and 32767.  Assigning a value to  R\bRA\bAN\bND\bDO\bOM\b ini-
+              tializes  (seeds)  the  sequence of random numbers.  Seeding the
+              random number generator with the same constant value  will  pro-
+              duce  the same sequence of values.  If R\bRA\bAN\bND\bDO\bOM\bM is unset, it loses
               its special properties, even if it is subsequently reset.
        R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_A\bAR\bRG\bGU\bUM\bME\bEN\bNT\bT
-              Any  numeric  argument  given to a readline command that was de-
+              Any numeric argument given to a r\bre\bea\bad\bdl\bli\bin\bne\be command  that  was  de-
               fined using "bind -x" (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) when it
               was invoked.
        R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_L\bLI\bIN\bNE\bE
@@ -1138,138 +1138,139 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               (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_\b_M\bMA\bAR\bRK\bK
               The position of the mark (saved insertion point) in the r\bre\bea\bad\bdl\bli\bin\bne\be
-              line buffer, for use with "bind -x" (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\b C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
+              line  buffer, for use with "bind -x" (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 characters between the insertion point and the mark
               are often called the _\br_\be_\bg_\bi_\bo_\bn.
        R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_P\bPO\bOI\bIN\bNT\bT
               The position of the insertion point in the r\bre\bea\bad\bdl\bli\bin\bne\be line buffer,
               for use with "bind -x" (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\bEP\bPL\bLY\bY  Set  to  the line of input read by the r\bre\bea\bad\bd builtin command when
+       R\bRE\bEP\bPL\bLY\bY  Set to the line of input read by the r\bre\bea\bad\bd builtin  command  when
               no arguments are supplied.
        S\bSE\bEC\bCO\bON\bND\bDS\bS
               Each time this parameter is referenced, it expands to the number
-              of seconds since shell invocation.  If a value  is  assigned  to
-              S\bSE\bEC\bCO\bON\bND\bDS\bS,  the  value  returned upon subsequent references is the
-              number of seconds since the assignment plus the value  assigned.
-              The  number  of seconds at shell invocation and the current time
+              of  seconds  since  shell invocation.  If a value is assigned to
+              S\bSE\bEC\bCO\bON\bND\bDS\bS, the value returned upon subsequent  references  is  the
+              number  of seconds since the assignment plus the value assigned.
+              The number of seconds at shell invocation and the  current  time
               are always determined by querying the system clock at one-second
-              resolution.  If S\bSE\bEC\bCO\bON\bND\bDS\bS is unset, it loses its  special  proper-
+              resolution.   If  S\bSE\bEC\bCO\bON\bND\bDS\bS is unset, it loses its special proper-
               ties, even if it is subsequently reset.
        S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS
-              A  colon-separated  list of enabled shell options.  Each word in
-              the list is a valid argument  for  the  -\b-o\bo  option  to  the  s\bse\bet\bt
+              A colon-separated list of enabled shell options.  Each  word  in
+              the  list  is  a  valid  argument  for  the -\b-o\bo option to the s\bse\bet\bt
               builtin command (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 options
-              appearing  in  S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS are those reported as _\bo_\bn by s\bse\bet\bt -\b-o\bo.  If
-              this variable is in the environment when  b\bba\bas\bsh\bh  starts  up,  the
+              appearing in S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS are those reported as _\bo_\bn by s\bse\bet\bt  -\b-o\bo.   If
+              this  variable  is  in  the environment when b\bba\bas\bsh\bh starts up, the
               shell enables each option in the list before reading any startup
               files.  This variable is read-only.
        S\bSH\bHL\bLV\bVL\bL  Incremented by one each time an instance of b\bba\bas\bsh\bh is started.
        S\bSR\bRA\bAN\bND\bDO\bOM\bM
-              Each  time  it  is referenced, this variable expands to a 32-bit
+              Each time it is referenced, this variable expands  to  a  32-bit
               pseudo-random number.  The random number generator is not linear
-              on systems that support _\b/_\bd_\be_\bv_\b/_\bu_\br_\ba_\bn_\bd_\bo_\bm or _\ba_\br_\bc_\b4_\br_\ba_\bn_\bd_\bo_\bm(3),  so  each
+              on  systems  that support _\b/_\bd_\be_\bv_\b/_\bu_\br_\ba_\bn_\bd_\bo_\bm or _\ba_\br_\bc_\b4_\br_\ba_\bn_\bd_\bo_\bm(3), so each
               returned number has no relationship to the numbers preceding it.
-              The  random number generator cannot be seeded, so assignments to
+              The random number generator cannot be seeded, so assignments  to
               this variable have no effect.  If S\bSR\bRA\bAN\bND\bDO\bOM\bM is unset, it loses its
               special properties, even if it is subsequently reset.
        U\bUI\bID\bD    Expands to the user ID of the current user, initialized at shell
               startup.  This variable is readonly.
 
-       The shell uses the following variables. In some cases, b\bba\bas\bsh\bh  assigns  a
+       The  shell  uses the following variables. In some cases, b\bba\bas\bsh\bh assigns a
        default value to a variable; these cases are noted below.
 
        B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT
-              The  value  is used to set the shell's compatibility level.  See
-              S\bSH\bHE\bEL\bLL\bC\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE below for a description of the  various
+              The value is used to set the shell's compatibility  level.   See
+              S\bSH\bHE\bEL\bLL\b C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE below for a description of the various
               compatibility levels and their effects.  The value may be a dec-
-              imal  number  (e.g., 4.2) or an integer (e.g., 42) corresponding
-              to the desired compatibility level.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is unset  or
-              set  to  the empty string, the compatibility level is set to the
-              default for the current version.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT  is  set  to  a
-              value  that  is  not  one of the valid compatibility levels, the
-              shell prints an error message and sets the  compatibility  level
-              to  the  default for the current version.  A subset of the valid
-              values correspond to the compatibility  levels  described  below
-              under  S\bSH\bHE\bEL\bLL\bL  C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY  M\bMO\bOD\bDE\bE.   For example, 4.2 and 42 are
-              valid values that correspond to the c\bco\bom\bmp\bpa\bat\bt4\b42\b2  s\bsh\bho\bop\bpt\bt  option  and
-              set  the compatibility level to 42.  The current version is also
+              imal number (e.g., 4.2) or an integer (e.g.,  42)  corresponding
+              to  the desired compatibility level.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is unset or
+              set to the empty string, the compatibility level is set  to  the
+              default  for  the  current  version.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is set to a
+              value that is not one of the  valid  compatibility  levels,  the
+              shell  prints  an error message and sets the compatibility level
+              to the default for the current version.  A subset of  the  valid
+              values  correspond  to  the compatibility levels described below
+              under S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE.  For example,  4.2  and  42  are
+              valid  values  that  correspond to the c\bco\bom\bmp\bpa\bat\bt4\b42\b2 s\bsh\bho\bop\bpt\bt option and
+              set the compatibility level to 42.  The current version is  also
               a valid value.
        B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV
-              If this parameter is set when b\bba\bas\bsh\bh is executing a shell  script,
-              its  expanded value is interpreted as a filename containing com-
-              mands to initialize the shell before it reads and executes  com-
-              mands  from  the  script.  The value of B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV is subjected to
+              If  this parameter is set when b\bba\bas\bsh\bh is executing a shell script,
+              its expanded value is interpreted as a filename containing  com-
+              mands  to initialize the shell before it reads and executes com-
+              mands from the script.  The value of B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV  is  subjected  to
               parameter expansion, command substitution, and arithmetic expan-
-              sion before being interpreted as a filename.  P\bPA\bAT\bTH\bH is  not  used
+              sion  before  being interpreted as a filename.  P\bPA\bAT\bTH\bH is not used
               to search for the resultant filename.
        B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD
-              If  set  to an integer corresponding to a valid file descriptor,
-              b\bba\bas\bsh\bwill write the trace output generated when "set -x" is  en-
-              abled  to  that  file descriptor.  The file descriptor is closed
-              when B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD is unset or assigned a new value.   Unsetting
-              B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\b or assigning it the empty string causes the trace
-              output to be sent to the  standard  error.   Note  that  setting
+              If set to an integer corresponding to a valid  file  descriptor,
+              b\bba\bas\bsh\b will write the trace output generated when "set -x" is en-
+              abled to that file descriptor.  The file  descriptor  is  closed
+              when  B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD is unset or assigned a new value.  Unsetting
+              B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bor assigning it the empty string causes the  trace
+              output  to  be  sent  to  the standard error.  Note that setting
               B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD to 2 (the standard error file descriptor) and then
               unsetting it will result in the standard error being closed.
-       C\bCD\bDP\bPA\bAT\bTH\bH The  search  path for the c\bcd\bd command.  This is a colon-separated
+       C\bCD\bDP\bPA\bAT\bTH\bH The search path for the c\bcd\bd command.  This is  a  colon-separated
               list of directories where the shell looks for directories speci-
-              fied as  arguments  to  the  c\bcd\bd  command.   A  sample  value  is
+              fied  as  arguments  to  the  c\bcd\bd  command.   A  sample  value is
               ".:~:/usr".
        C\bCH\bHI\bIL\bLD\bD_\b_M\bMA\bAX\bX
-              Set  the  number  of exited child status values for the shell to
-              remember.  B\bBa\bas\bsh\bh will not allow this value to be decreased  below
-              a  POSIX-mandated  minimum,  and  there is a maximum value (cur-
-              rently 8192) that this may not exceed.   The  minimum  value  is
+              Set the number of exited child status values for  the  shell  to
+              remember.   B\bBa\bas\bsh\bh will not allow this value to be decreased below
+              a POSIX-mandated minimum, and there is  a  maximum  value  (cur-
+              rently  8192)  that  this  may not exceed.  The minimum value is
               system-dependent.
        C\bCO\bOL\bLU\bUM\bMN\bNS\bS
-              Used  by  the  s\bse\bel\ble\bec\bct\bt compound command to determine the terminal
-              width when printing selection lists.  Automatically set  if  the
-              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\b option  is enabled or in an interactive shell upon
+              Used by the s\bse\bel\ble\bec\bct\bt compound command to  determine  the  terminal
+              width  when  printing selection lists.  Automatically set if the
+              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\boption is enabled or in an interactive  shell  upon
               receipt of a S\bSI\bIG\bGW\bWI\bIN\bNC\bCH\bH.
        C\bCO\bOM\bMP\bPR\bRE\bEP\bPL\bLY\bY
               An array variable from which b\bba\bas\bsh\bh reads the possible completions
-              generated by a shell function invoked by the  programmable  com-
-              pletion  facility (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).  Each ar-
+              generated  by  a shell function invoked by the programmable com-
+              pletion facility (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).  Each  ar-
               ray element contains one possible completion.
-       E\bEM\bMA\bAC\bCS\bS  If b\bba\bas\bsh\bh finds this variable in the environment  when  the  shell
-              starts  with  value "t", it assumes that the shell is running in
+       E\bEM\bMA\bAC\bCS\bS  If  b\bba\bas\bsh\bh  finds  this variable in the environment when the shell
+              starts with value "t", it assumes that the shell is  running  in
               an Emacs shell buffer and disables line editing.
-       E\bEN\bNV\bV    Expanded and executed  similarly  to  B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV  (see  I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
-              above) when an interactive shell is invoked in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be.
+       E\bEN\bNV\bV    Expanded  and  executed  similarly  to  B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV (see I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
+              above) when an interactive shell is invoked in posix mode.
        E\bEX\bXE\bEC\bCI\bIG\bGN\bNO\bOR\bRE\bE
-              A  colon-separated list of shell patterns (see P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg)
-              defining the set of filenames to be ignored  by  command  search
-              using  P\bPA\bAT\bTH\bH.  Files whose full pathnames match one of these pat-
-              terns are not considered executable files for  the  purposes  of
+              A colon-separated list of shell patterns (see P\bPa\bat\btt\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg)
+              defining  the  set  of filenames to be ignored by command search
+              using P\bPA\bAT\bTH\bH.  Files whose full pathnames match one of these  pat-
+              terns  are  not  considered executable files for the purposes of
               completion and command execution via P\bPA\bAT\bTH\bH lookup.  This does not
               affect the behavior of the [\b[, t\bte\bes\bst\bt, and [\b[[\b[ commands.  Full path-
-              names  in  the command hash table are not subject to E\bEX\bXE\bEC\bCI\bIG\bGN\bNO\bOR\bRE\bE.
-              Use this variable to ignore shared library files that  have  the
-              executable  bit  set, but are not executable files.  The pattern
+              names in the command hash table are not subject  to  E\bEX\bXE\bEC\bCI\bIG\bGN\bNO\bOR\bRE\bE.
+              Use  this  variable to ignore shared library files that have the
+              executable bit set, but are not executable files.   The  pattern
               matching honors the setting of the e\bex\bxt\btg\bgl\blo\bob\bb shell option.
        F\bFC\bCE\bED\bDI\bIT\bT The default editor for the f\bfc\bc builtin command.
        F\bFI\bIG\bGN\bNO\bOR\bRE\bE
-              A colon-separated list of suffixes  to  ignore  when  performing
+              A  colon-separated  list  of  suffixes to ignore when performing
               filename completion (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE below).  A filename whose suf-
-              fix  matches  one of the entries in F\bFI\bIG\bGN\bNO\bOR\bRE\bE is excluded from the
+              fix matches one of the entries in F\bFI\bIG\bGN\bNO\bOR\bRE\bE is excluded  from  the
               list of matched filenames.  A sample value is ".o:~".
        F\bFU\bUN\bNC\bCN\bNE\bES\bST\bT
-              If set to a numeric value greater  than  0,  defines  a  maximum
-              function  nesting  level.  Function invocations that exceed this
+              If  set  to  a  numeric  value greater than 0, defines a maximum
+              function nesting level.  Function invocations that  exceed  this
               nesting level will cause the current command to abort.
        G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE
-              A colon-separated list of patterns  defining  the  set  of  file
-              names  to  be  ignored  by  pathname  expansion.  If a file name
-              matched by a pathname expansion pattern also matches one of  the
-              patterns  in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE, it is removed from the list of matches.
+              A  colon-separated  list  of  patterns  defining the set of file
+              names to be ignored by  pathname  expansion.   If  a  file  name
+              matched  by a pathname expansion pattern also matches one of the
+              patterns in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE, it is removed from the list of  matches.
               The pattern matching honors the setting of the e\bex\bxt\btg\bgl\blo\bob\bb shell op-
               tion.
        G\bGL\bLO\bOB\bBS\bSO\bOR\bRT\bT
-              Controls how the results of pathname expansion are sorted.   The
-              value  of this variable specifies the sort criteria and sort or-
-              der for the results of pathname expansion.  If this variable  is
-              unset  or  set  to  the null string, pathname expansion uses the
-              historical behavior of sorting by name.
+              Controls  how the results of pathname expansion are sorted.  The
+              value of this variable specifies the sort criteria and sort  or-
+              der  for the results of pathname expansion.  If this variable is
+              unset or set to the null string,  pathname  expansion  uses  the
+              historical  behavior  of  sorting  by name, in ascending lexico-
+              graphic order as determined by the L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE shell variable.
 
               If set, a valid value begins with an optional _\b+,  which  is  ig-
               nored, or _\b-, which reverses the sort order from ascending to de-
@@ -1285,215 +1286,215 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               order by modification time (newest first).
 
               The  _\bn_\bu_\bm_\be_\br_\bi_\bc  specifier treats names consisting solely of digits
-              as numbers and sorts them using the numeric value (so  "2"  will
-              sort  before "10", for example).  When using _\bn_\bu_\bm_\be_\br_\bi_\bc, names con-
-              taining non-digits sort after all the all-digit  names  and  are
+              as numbers and sorts them using their numeric value (so "2" will
+              sort before "10", for example).  When using _\bn_\bu_\bm_\be_\br_\bi_\bc, names  con-
+              taining  non-digits  sort  after all the all-digit names and are
               sorted by name using the traditional behavior.
 
-              A  sort specifier of _\bn_\bo_\bs_\bo_\br_\bt disables sorting completely; the re-
-              sults are returned in the order they are read from the file sys-
-              tem, and any leading _\b+ or _\b- is ignored.
+              A sort specifier of _\bn_\bo_\bs_\bo_\br_\bt disables sorting completely; b\bba\bas\bsh\bh re-
+              turns the results in the order they are read from the file  sys-
+              tem, ignoring any leading _\b-.
 
-              If the sort specifier is missing, it  defaults  to  _\bn_\ba_\bm_\be,  so  a
-              value  of  _\b+  is equivalent to the null string, and a value of _\b-
-              sorts by name in descending order.  Any invalid  value  restores
+              If  the  sort  specifier  is  missing, it defaults to _\bn_\ba_\bm_\be, so a
+              value of _\b+ is equivalent to the null string, and a  value  of  _\b-
+              sorts  by  name in descending order.  Any invalid value restores
               the historical sorting behavior.
        H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL
-              A  colon-separated  list  of values controlling how commands are
-              saved on the history list.   If  the  list  of  values  includes
-              _\bi_\bg_\bn_\bo_\br_\be_\bs_\bp_\ba_\bc_\be,  lines  which  begin with a s\bsp\bpa\bac\bce\be character are not
-              saved in the history list.  A value of _\bi_\bg_\bn_\bo_\br_\be_\bd_\bu_\bp_\bs  causes  lines
+              A colon-separated list of values controlling  how  commands  are
+              saved  on  the  history  list.   If  the list of values includes
+              _\bi_\bg_\bn_\bo_\br_\be_\bs_\bp_\ba_\bc_\be, lines which begin with a s\bsp\bpa\bac\bce\be  character  are  not
+              saved  in  the history list.  A value of _\bi_\bg_\bn_\bo_\br_\be_\bd_\bu_\bp_\bs causes lines
               matching the previous history entry not to be saved.  A value of
               _\bi_\bg_\bn_\bo_\br_\be_\bb_\bo_\bt_\bh is shorthand for _\bi_\bg_\bn_\bo_\br_\be_\bs_\bp_\ba_\bc_\be and _\bi_\bg_\bn_\bo_\br_\be_\bd_\bu_\bp_\bs.  A value
               of _\be_\br_\ba_\bs_\be_\bd_\bu_\bp_\bs causes all previous lines matching the current line
-              to  be  removed from the history list before that line is saved.
-              Any value not in the above list is ignored.  If  H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\b is
-              unset,  or does not include a valid value, all lines read by the
+              to be removed from the history list before that line  is  saved.
+              Any  value  not in the above list is ignored.  If H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL is
+              unset, or does not include a valid value, all lines read by  the
               shell parser are saved on the history list, subject to the value
-              of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE.  The second and subsequent lines of a  multi-line
-              compound  command  are  not tested, and are added to the history
-              regardless of the value of H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL if the first line of  the
-              command  was saved.  If the first line was not saved, the second
+              of  H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE.  The second and subsequent lines of a multi-line
+              compound command are not tested, and are added  to  the  history
+              regardless  of the value of H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL if the first line of the
+              command was saved.  If the first line was not saved, the  second
               and subsequent lines of the command are not saved either.
        H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE
               The name of the file in which command history is saved (see H\bHI\bIS\bS-\b-
-              T\bTO\bOR\bRY\bbelow).  B\bBa\bas\bsh\bh assigns a default value  of  _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by.
-              If  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE  is unset or null, the shell does not save the com-
+              T\bTO\bOR\bRY\b below).   B\bBa\bas\bsh\bh assigns a default value of _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by.
+              If H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null, the shell does not save  the  com-
               mand history when it 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
-              lines by removing the oldest entries.  The history file is  also
+              this  variable  is  assigned  a value, the history file is trun-
+              cated, if necessary, to contain no  more  than  that  number  of
+              lines  by removing the oldest entries.  The history file is also
               truncated to this size after writing it when a shell exits or by
-              the  h\bhi\bis\bst\bto\bor\bry\by  builtin.   If  the value is 0, the history file is
-              truncated to zero size.  Non-numeric values and  numeric  values
-              less  than  zero inhibit truncation.  The shell sets the default
+              the h\bhi\bis\bst\bto\bor\bry\by builtin.  If the value is 0,  the  history  file  is
+              truncated  to  zero size.  Non-numeric values and numeric values
+              less than zero inhibit truncation.  The shell sets  the  default
               value to the value of H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE after reading any startup files.
        H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE
-              A colon-separated list of patterns used to decide which  command
-              lines  should  be  saved on the history list.  If a command line
-              matches one of the patterns in the value of  H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE,  it  is
-              not  saved on the history list.  Each pattern is anchored at the
-              beginning of the line and must match  the  complete  line  (b\bba\bas\bsh\bh
-              will  not   implicitly  append  a  "*\b*").  Each pattern is tested
-              against the line after the checks specified by  H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\b are
+              A  colon-separated list of patterns used to decide which command
+              lines should be saved on the history list.  If  a  command  line
+              matches  one  of  the patterns in the value of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE, it is
+              not saved on the history list.  Each pattern is anchored at  the
+              beginning  of  the  line  and must match the complete line (b\bba\bas\bsh\bh
+              will not  implicitly append a  "*\b*").   Each  pattern  is  tested
+              against  the  line after the checks specified by H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL are
               applied.  In addition to the normal shell pattern matching char-
               acters, "&\b&" matches the previous history line.  A backslash will
-              escape  the  "&\b&";  the  backslash is removed before attempting a
+              escape the "&\b&"; the backslash is  removed  before  attempting  a
               match.  The second and subsequent lines of a multi-line compound
-              command are not tested, and are added to the history  regardless
-              of  the  value  of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE.  If the first line was not saved,
+              command  are not tested, and are added to the history regardless
+              of the value of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE.  If the first line  was  not  saved,
               the second and subsequent lines of the command are not saved ei-
-              ther.  The pattern matching honors the setting  of  the  e\bex\bxt\btg\bgl\blo\bob\bb
+              ther.   The  pattern  matching honors the setting of the e\bex\bxt\btg\bgl\blo\bob\bb
               shell option.
        H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE
-              The  number  of commands to remember in the command history (see
-              H\bHI\bIS\bST\bTO\bOR\bRY\bbelow).  If the value is 0, commands are  not  saved  in
+              The number of commands to remember in the command  history  (see
+              H\bHI\bIS\bST\bTO\bOR\bRY\b below).   If  the value is 0, commands are not saved in
               the history list.  Numeric values less than zero result in every
-              command  being  saved  on  the history list (there is no limit).
-              The shell sets the  default  value  to  500  after  reading  any
+              command being saved on the history list  (there  is  no  limit).
+              The  shell  sets  the  default  value  to  500 after reading any
               startup files.
        H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT
-              If  this  variable  is  set and not null, its value is used as a
+              If this variable is set and not null, its value  is  used  as  a
               format string for _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3) to print the time stamp associated
-              with each history entry displayed by the  h\bhi\bis\bst\bto\bor\bry\by  builtin.   If
-              this  variable  is set, the shell writes time stamps to the his-
-              tory file so they may be preserved across shell sessions.   This
-              uses  the  history  comment  character to distinguish timestamps
+              with  each  history  entry displayed by the h\bhi\bis\bst\bto\bor\bry\by builtin.  If
+              this variable is set, the shell writes time stamps to  the  his-
+              tory  file so they may be preserved across shell sessions.  This
+              uses the history comment  character  to  distinguish  timestamps
               from other history lines.
        H\bHO\bOM\bME\bE   The home directory of the current user; the default argument for
               the c\bcd\bd builtin command.  The value of this variable is also used
               when performing tilde expansion.
        H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE
-              Contains the name of a file in the  same  format  as  _\b/_\be_\bt_\bc_\b/_\bh_\bo_\bs_\bt_\bs
+              Contains  the  name  of  a file in the same format as _\b/_\be_\bt_\bc_\b/_\bh_\bo_\bs_\bt_\bs
               that should be read when the shell needs to complete a hostname.
-              The  list  of possible hostname completions may be changed while
-              the shell is running; the next time hostname completion  is  at-
-              tempted  after  the  value is changed, b\bba\bas\bsh\bh adds the contents of
-              the new file to the existing list.  If H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE is set, but  has
-              no  value,  or  does  not name a readable file, b\bba\bas\bsh\bh attempts to
-              read _\b/_\be_\bt_\bc_\b/_\bh_\bo_\bs_\bt_\bs to obtain the list of possible hostname  comple-
+              The list of possible hostname completions may be  changed  while
+              the  shell  is running; the next time hostname completion is at-
+              tempted after the value is changed, b\bba\bas\bsh\bh adds  the  contents  of
+              the  new file to the existing list.  If H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE is set, but has
+              no value, or does not name a readable  file,  b\bba\bas\bsh\bh  attempts  to
+              read  _\b/_\be_\bt_\bc_\b/_\bh_\bo_\bs_\bt_\bs to obtain the list of possible hostname comple-
               tions.  When H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE is unset, the hostname list is cleared.
        I\bIF\bFS\bS    The _\bI_\bn_\bt_\be_\br_\bn_\ba_\bl _\bF_\bi_\be_\bl_\bd _\bS_\be_\bp_\ba_\br_\ba_\bt_\bo_\br that is used for word splitting af-
-              ter  expansion  and  to  split  lines  into  words with the r\bre\bea\bad\bd
+              ter expansion and to  split  lines  into  words  with  the  r\bre\bea\bad\bd
               builtin command.  Word splitting is described above under E\bEX\bXP\bPA\bAN\bN-\b-
               S\bSI\bIO\bON\bN.  The default value is "<space><tab><newline>".
        I\bIG\bGN\bNO\bOR\bRE\bEE\bEO\bOF\bF
               Controls the action of an interactive shell on receipt of an E\bEO\bOF\bF
               character as the sole input.  If set, the value is the number of
-              consecutive E\bEO\bOF\bF characters which must  be  typed  as  the  first
-              characters  on an input line before b\bba\bas\bsh\bh exits.  If the variable
-              is set but does not have a numeric value, or the value is  null,
-              the  default value is 10.  If it is unset, E\bEO\bOF\bF signifies the end
+              consecutive  E\bEO\bOF\bF  characters  which  must  be typed as the first
+              characters on an input line before b\bba\bas\bsh\bh exits.  If the  variable
+              is  set but does not have a numeric value, or the value is null,
+              the default value is 10.  If it is unset, E\bEO\bOF\bF signifies the  end
               of input to the shell.
        I\bIN\bNP\bPU\bUT\bTR\bRC\bC
-              The filename for the r\bre\bea\bad\bdl\bli\bin\bne\be startup file, overriding  the  de-
+              The  filename  for the r\bre\bea\bad\bdl\bli\bin\bne\be startup file, overriding the de-
               fault of _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE below).
        I\bIN\bNS\bSI\bID\bDE\bE_\b_E\bEM\bMA\bAC\bCS\bS
-              If  this  variable  appears  in  the  environment when the shell
-              starts, b\bba\bas\bsh\bh assumes that it is running inside  an  Emacs  shell
-              buffer  and  may disable line editing, depending on the value of
+              If this variable appears  in  the  environment  when  the  shell
+              starts,  b\bba\bas\bsh\bh  assumes  that it is running inside an Emacs shell
+              buffer and may disable line editing, depending on the  value  of
               T\bTE\bER\bRM\bM.
-       L\bLA\bAN\bNG\bG   Used to determine the  locale  category  for  any  category  not
+       L\bLA\bAN\bNG\bG   Used  to  determine  the  locale  category  for any category not
               specifically selected with a variable starting with L\bLC\bC_\b_.
-       L\bLC\bC_\b_A\bAL\bLL\bL This  variable  overrides  the  value  of L\bLA\bAN\bNG\bG and any other L\bLC\bC_\b_
+       L\bLC\bC_\b_A\bAL\bLL\bL This variable overrides the value of  L\bLA\bAN\bNG\bG  and  any  other  L\bLC\bC_\b_
               variable specifying a locale category.
        L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE
-              This variable determines the collation order used  when  sorting
-              the  results  of pathname expansion, and determines the behavior
-              of range expressions, equivalence  classes,  and  collating  se-
+              This  variable  determines the collation order used when sorting
+              the results of pathname expansion, and determines  the  behavior
+              of  range  expressions,  equivalence  classes, and collating se-
               quences within pathname expansion and pattern matching.
        L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE
-              This  variable  determines  the interpretation of characters and
-              the behavior of character classes within pathname expansion  and
+              This variable determines the interpretation  of  characters  and
+              the  behavior of character classes within pathname expansion and
               pattern matching.
        L\bLC\bC_\b_M\bME\bES\bSS\bSA\bAG\bGE\bES\bS
-              This  variable  determines  the locale used to translate double-
+              This variable determines the locale used  to  translate  double-
               quoted strings preceded by a $\b$.
        L\bLC\bC_\b_N\bNU\bUM\bME\bER\bRI\bIC\bC
-              This variable determines the locale  category  used  for  number
+              This  variable  determines  the  locale category used for number
               formatting.
        L\bLC\bC_\b_T\bTI\bIM\bME\bE
-              This  variable  determines the locale category used for data and
+              This variable determines the locale category used for  data  and
               time formatting.
-       L\bLI\bIN\bNE\bES\bS  Used by the s\bse\bel\ble\bec\bct\bt compound  command  to  determine  the  column
-              length  for  printing selection lists.  Automatically set if the
-              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\boption is enabled or in an interactive  shell  upon
+       L\bLI\bIN\bNE\bES\bS  Used  by  the  s\bse\bel\ble\bec\bct\bt  compound  command to determine the column
+              length for printing selection lists.  Automatically set  if  the
+              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\b option  is enabled or in an interactive shell upon
               receipt of a S\bSI\bIG\bGW\bWI\bIN\bNC\bCH\bH.
        M\bMA\bAI\bIL\bL   If the value is set to a file or directory name and the M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH
-              variable  is  not  set,  b\bba\bas\bsh\bh informs the user of the arrival of
+              variable is not set, b\bba\bas\bsh\bh informs the user  of  the  arrival  of
               mail in the specified file or Maildir-format directory.
        M\bMA\bAI\bIL\bLC\bCH\bHE\bEC\bCK\bK
-              Specifies how often (in seconds) b\bba\bas\bsh\bh checks for mail.  The  de-
-              fault  is  60  seconds.   When it is time to check for mail, the
-              shell does so before displaying the  primary  prompt.   If  this
-              variable  is  unset,  or  set  to  a  value that is not a number
+              Specifies  how often (in seconds) b\bba\bas\bsh\bh checks for mail.  The de-
+              fault is 60 seconds.  When it is time to  check  for  mail,  the
+              shell  does  so  before  displaying the primary prompt.  If this
+              variable is unset, or set to  a  value  that  is  not  a  number
               greater than or equal to zero, the shell disables mail checking.
        M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH
               A colon-separated list of filenames to be checked for mail.  The
               message to be printed when mail arrives in a particular file may
-              be specified by separating the filename from the message with  a
-              "?".   When  used  in the text of the message, $\b$_\b_ expands to the
+              be  specified by separating the filename from the message with a
+              "?".  When used in the text of the message, $\b$_\b_  expands  to  the
               name of the current mailfile.  Example:
               M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH='/var/mail/bfox?"You have mail":~/shell-mail?"$_ has mail!"'
-              B\bBa\bas\bsh\bcan be configured to supply a default value for this  vari-
-              able  (there  is  no  value by default), but the location of the
+              B\bBa\bas\bsh\b can be configured to supply a default value for this vari-
+              able (there is no value by default), but  the  location  of  the
               user  mail  files  that  it  uses  is  system  dependent  (e.g.,
               /var/mail/$\b$U\bUS\bSE\bER\bR).
        O\bOP\bPT\bTE\bER\bRR\bR If set to the value 1, b\bba\bas\bsh\bh displays error messages generated by
-              the  g\bge\bet\bto\bop\bpt\bts\bs builtin command (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).
-              O\bOP\bPT\bTE\bER\bRR\bis initialized to 1 each time the shell is invoked  or  a
+              the g\bge\bet\bto\bop\bpt\bts\bs builtin command (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\b below).
+              O\bOP\bPT\bTE\bER\bRR\b is  initialized to 1 each time the shell is invoked or a
               shell script is executed.
-       P\bPA\bAT\bTH\bH   The  search  path for commands.  It is a colon-separated list of
-              directories in which the shell looks for commands  (see  C\bCO\bOM\bMM\bMA\bAN\bND\bD
-              E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\b below).   A  zero-length (null) directory name in the
+       P\bPA\bAT\bTH\bH   The search path for commands.  It is a colon-separated  list  of
+              directories  in  which the shell looks for commands (see C\bCO\bOM\bMM\bMA\bAN\bND\bD
+              E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bbelow).  A zero-length (null) directory  name  in  the
               value of P\bPA\bAT\bTH\bH indicates the current directory.  A null directory
-              name may appear as two adjacent colons,  or  as  an  initial  or
-              trailing  colon.   The  default path is system-dependent, and is
+              name  may  appear  as  two  adjacent colons, or as an initial or
+              trailing colon.  The default path is  system-dependent,  and  is
               set by the administrator who installs b\bba\bas\bsh\bh.  A common value is
               "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin".
        P\bPO\bOS\bSI\bIX\bXL\bLY\bY_\b_C\bCO\bOR\bRR\bRE\bEC\bCT\bT
-              If this variable is in the environment  when  b\bba\bas\bsh\bh  starts,  the
-              shell  enters _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be before reading the startup files, as if
-              the -\b--\b-p\bpo\bos\bsi\bix\bx invocation option had been supplied.  If it  is  set
-              while  the  shell is running, b\bba\bas\bsh\bh enables _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, as if the
+              If  this  variable  is  in the environment when b\bba\bas\bsh\bh starts, the
+              shell enters posix mode before reading the startup files, as  if
+              the  -\b--\b-p\bpo\bos\bsi\bix\bx  invocation option had been supplied.  If it is set
+              while the shell is running, b\bba\bas\bsh\bh enables posix mode, as  if  the
               command "set -o posix" had been executed.  When the shell enters
-              _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, it sets this variable if it was not already set.
+              posix mode, it sets this variable if it was not already set.
        P\bPR\bRO\bOM\bMP\bPT\bT_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD
-              If this variable is set, and is an array, the value of each  set
-              element  is  executed as a command prior to issuing each primary
-              prompt.  If this is set but not an array variable, its value  is
+              If  this variable is set, and is an array, the value of each set
+              element is executed as a command prior to issuing  each  primary
+              prompt.   If this is set but not an array variable, its value is
               used as a command to execute instead.
        P\bPR\bRO\bOM\bMP\bPT\bT_\b_D\bDI\bIR\bRT\bTR\bRI\bIM\bM
-              If  set  to a number greater than zero, the value is used as the
+              If set to a number greater than zero, the value is used  as  the
               number of trailing directory components to retain when expanding
-              the \\b\w\bw and \\b\W\bW  prompt  string  escapes  (see  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\b below).
+              the  \\b\w\bw  and  \\b\W\bW  prompt  string  escapes (see P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG below).
               Characters removed are replaced with an ellipsis.
-       P\bPS\bS0\b0    The  value  of  this parameter is expanded (see P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG below)
-              and displayed by interactive shells after reading a command  and
+       P\bPS\bS0\b0    The value of this parameter is expanded  (see  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\b below)
+              and  displayed by interactive shells after reading a command and
               before the command is executed.
-       P\bPS\bS1\b1    The  value  of  this parameter is expanded (see P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG below)
-              and used as the primary prompt string.   The  default  value  is
+       P\bPS\bS1\b1    The value of this parameter is expanded  (see  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\b below)
+              and  used  as  the  primary prompt string.  The default value is
               "\s-\v\$ ".
-       P\bPS\bS2\b2    The  value of this parameter is expanded as with P\bPS\bS1\b1 and used as
+       P\bPS\bS2\b2    The value of this parameter is expanded as with P\bPS\bS1\b1 and used  as
               the secondary prompt string.  The default is "> ".
        P\bPS\bS3\b3    The value of this parameter is used as the prompt for the s\bse\bel\ble\bec\bct\bt
               command (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR above).
-       P\bPS\bS4\b4    The value of this parameter is expanded  as  with  P\bPS\bS1\b1  and  the
+       P\bPS\bS4\b4    The  value  of  this  parameter  is expanded as with P\bPS\bS1\b1 and the
               value is printed before each command b\bba\bas\bsh\bh displays during an ex-
               ecution trace.  The first character of the expanded value of P\bPS\bS4\b4
               is replicated multiple times, as necessary, to indicate multiple
               levels of indirection.  The default is "+ ".
-       S\bSH\bHE\bEL\bLL\bL  This  variable expands to the full pathname to the shell.  If it
-              is not set when the shell starts, b\bba\bas\bsh\bh assigns to  it  the  full
+       S\bSH\bHE\bEL\bLL\bL  This variable expands to the full pathname to the shell.  If  it
+              is  not  set  when the shell starts, b\bba\bas\bsh\bh assigns to it the full
               pathname of the current user's login shell.
        T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT
-              The  value of this parameter is used as a format string specify-
-              ing how the timing information for pipelines prefixed  with  the
-              t\bti\bim\bme\b reserved word should be displayed.  The %\b% character intro-
-              duces an escape sequence that is expanded to  a  time  value  or
-              other  information.  The escape sequences and their meanings are
+              The value of this parameter is used as a format string  specify-
+              ing  how  the timing information for pipelines prefixed with the
+              t\bti\bim\bme\breserved word should be displayed.  The %\b% character  intro-
+              duces  an  escape  sequence  that is expanded to a time value or
+              other information.  The escape sequences and their meanings  are
               as follows; the brackets denote optional portions.
               %\b%%\b%        A literal %\b%.
               %\b%[\b[_\bp]\b][\b[l\bl]\b]R\bR  The elapsed time in seconds.
@@ -1501,77 +1502,76 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               %\b%[\b[_\bp]\b][\b[l\bl]\b]S\bS  The number of CPU seconds spent in system mode.
               %\b%P\bP        The CPU percentage, computed as (%U + %S) / %R.
 
-              The optional _\bp is a digit specifying the _\bp_\br_\be_\bc_\bi_\bs_\bi_\bo_\bn,  the  number
+              The  optional  _\bp is a digit specifying the _\bp_\br_\be_\bc_\bi_\bs_\bi_\bo_\bn, the number
               of fractional digits after a decimal point.  A value of 0 causes
-              no  decimal  point or fraction to be output.  t\bti\bim\bme\be will print at
-              most six digits after the decimal point;  values  of  _\b greater
-              than  6  are  changed  to 6.  If _\bp is not specified, t\bti\bim\bme\be prints
+              no decimal point or fraction to be output.  t\bti\bim\bme\be will  print  at
+              most  six  digits  after  the decimal point; values of _\bp greater
+              than 6 are changed to 6.  If _\bp is  not  specified,  t\bti\bim\bme\b prints
               three digits after the decimal point.
 
-              The optional l\bl specifies a longer format, including minutes,  of
-              the  form  _\bM_\bMm_\bS_\bS._\bF_\bFs.   The value of _\bp determines whether or not
+              The  optional l\bl specifies a longer format, including minutes, of
+              the form _\bM_\bMm_\bS_\bS._\bF_\bFs.  The value of _\bp determines  whether  or  not
               the fraction is included.
 
-              If this variable is not set, b\bba\bas\bsh\bh acts as if it  had  the  value
-              $\b$'\b'\\b\n\bnr\bre\bea\bal\bl\\b\t\bt%\b%3\b3l\blR\bR\\b\n\bnu\bus\bse\ber\br\\b\t\bt%\b%3\b3l\blU\bU\\b\n\bns\bsy\bys\bs\\b\t\bt%\b%3\b3l\blS\bS'\b'.   If  the value is null,
-              b\bba\bas\bsh\bdoes not display any timing information.  A  trailing  new-
+              If  this  variable  is not set, b\bba\bas\bsh\bh acts as if it had the value
+              $\b$'\b'\\b\n\bnr\bre\bea\bal\bl\\b\t\bt%\b%3\b3l\blR\bR\\b\n\bnu\bus\bse\ber\br\\b\t\bt%\b%3\b3l\blU\bU\\b\n\bns\bsy\bys\bs\\b\t\bt%\b%3\b3l\blS\bS'\b'.  If the value  is  null,
+              b\bba\bas\bsh\b does  not display any timing information.  A trailing new-
               line is added when the format string is displayed.
-       T\bTM\bMO\bOU\bUT\bT  If  set  to a value greater than zero, the r\bre\bea\bad\bd builtin uses the
-              value as its default timeout.  The s\bse\bel\ble\bec\bct\bt command terminates  if
-              input  does  not arrive after T\bTM\bMO\bOU\bUT\bT seconds when input is coming
-              from a terminal.  In an interactive shell, the value  is  inter-
-              preted  as the number of seconds to wait for a line of input af-
-              ter issuing the primary prompt.  B\bBa\bas\bsh\bh terminates  after  waiting
-              for  that number of seconds if a complete line of input does not
+       T\bTM\bMO\bOU\bUT\bT  If set to a value greater than zero, the r\bre\bea\bad\bd builtin  uses  the
+              value  as its default timeout.  The s\bse\bel\ble\bec\bct\bt command terminates if
+              input does not arrive after T\bTM\bMO\bOU\bUT\bT seconds when input  is  coming
+              from  a  terminal.  In an interactive shell, the value is inter-
+              preted as the number of seconds to wait for a line of input  af-
+              ter  issuing  the primary prompt.  B\bBa\bas\bsh\bh terminates after waiting
+              for that number of seconds if a complete line of input does  not
               arrive.
-       T\bTM\bMP\bPD\bDI\bIR\bR If set, b\bba\bas\bsh\bh uses its value as the name of a directory in  which
+       T\bTM\bMP\bPD\bDI\bIR\bR If  set, b\bba\bas\bsh\bh uses its value as the name of a directory in which
               b\bba\bas\bsh\bh creates temporary files for the shell's use.
        a\bau\but\bto\bo_\b_r\bre\bes\bsu\bum\bme\be
               This variable controls how the shell interacts with the user and
-              job  control.  If this variable is set, simple commands consist-
-              ing of only a single word, without redirections, are treated  as
-              candidates  for resumption of an existing stopped job.  There is
-              no ambiguity allowed; if there is more than  one  job  beginning
-              with  or containing the word, this selects the most recently ac-
-              cessed job.  The _\bn_\ba_\bm_\be of a stopped job, in this context, is  the
-              command  line used to start it, as displayed by j\bjo\bob\bbs\bs.  If set to
-              the value _\be_\bx_\ba_\bc_\bt, the word must match the name of a  stopped  job
-              exactly;  if  set  to  _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg, the word needs to match a sub-
-              string of the name of a stopped job.  The _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg  value  pro-
+              job control.  If this variable is set, simple commands  consist-
+              ing  of only a single word, without redirections, are treated as
+              candidates for resumption of an existing stopped job.  There  is
+              no  ambiguity  allowed;  if there is more than one job beginning
+              with or containing the word, this selects the most recently  ac-
+              cessed  job.  The _\bn_\ba_\bm_\be of a stopped job, in this context, is the
+              command line used to start it, as displayed by j\bjo\bob\bbs\bs.  If set  to
+              the  value  _\be_\bx_\ba_\bc_\bt, the word must match the name of a stopped job
+              exactly; if set to _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg, the word needs  to  match  a  sub-
+              string  of  the name of a stopped job.  The _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg value pro-
               vides functionality analogous to the %\b%?\b?  job identifier (see J\bJO\bOB\bB
-              C\bCO\bON\bNT\bTR\bRO\bOL\b below).   If set to any other value (e.g., _\bp_\br_\be_\bf_\bi_\bx), the
-              word must be a prefix of a stopped  job's  name;  this  provides
+              C\bCO\bON\bNT\bTR\bRO\bOL\bbelow).  If set to any other value (e.g.,  _\bp_\br_\be_\bf_\bi_\bx),  the
+              word  must  be  a  prefix of a stopped job's name; this provides
               functionality analogous to the %\b%_\bs_\bt_\br_\bi_\bn_\bg job identifier.
        h\bhi\bis\bst\btc\bch\bha\bar\brs\bs
-              The  two or three characters which control history expansion and
+              The two or three characters which control history expansion  and
               tokenization (see H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below).  The first character
-              is the _\bh_\bi_\bs_\bt_\bo_\br_\by _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn character, the character which  signals
-              the  start  of  a  history  expansion, normally "!\b!".  The second
-              character is the _\bq_\bu_\bi_\bc_\bk _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn character, which is used  as
-              shorthand  for  re-running the previous command entered, substi-
-              tuting one string for another in the command, when it appears as
-              the first character on the line.  The default is "^\b^".   The  op-
-              tional third character is the character which indicates that the
-              remainder of the line is a comment when found as the first char-
-              acter  of  a  word, normally "#\b#".  The history comment character
-              causes history substitution to  be  skipped  for  the  remaining
-              words  on  the  line.   It  does not necessarily cause the shell
-              parser to treat the rest of the line as a comment.
+              is the _\bh_\bi_\bs_\bt_\bo_\br_\by _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn character, the character which begins a
+              history  expansion,  normally  "!\b!".  The second character is the
+              _\bq_\bu_\bi_\bc_\bk _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn character, normally "^\b^".  When it appears  as
+              the  first  character  on the line, history substitution repeats
+              the previous command, replacing one string  with  another.   The
+              optional  third  character is the character which indicates that
+              the remainder of the line is a comment when found as  the  first
+              character  of a word, normally "#\b#".  The history comment charac-
+              ter disables history substitution for the remaining words on the
+              line.  It does not necessarily cause the shell parser  to  treat
+              the rest of the line as a comment.
 
    A\bAr\brr\bra\bay\bys\bs
-       B\bBa\bas\bsh\bprovides one-dimensional indexed and associative array  variables.
-       Any  variable may be used as an indexed array; the d\bde\bec\bcl\bla\bar\bre\be builtin will
-       explicitly declare an array.  There is no maximum limit on the size  of
-       an  array, nor any requirement that members be indexed or assigned con-
-       tiguously.  Indexed arrays are  referenced  using  integers  (including
+       B\bBa\bas\bsh\b provides one-dimensional indexed and associative array variables.
+       Any variable may be used as an indexed array; the d\bde\bec\bcl\bla\bar\bre\be builtin  will
+       explicitly  declare an array.  There is no maximum limit on the size of
+       an array, nor any requirement that members be indexed or assigned  con-
+       tiguously.   Indexed  arrays  are  referenced using integers (including
        arithmetic expressions) and are zero-based; associative arrays are ref-
        erenced using arbitrary strings.  Unless otherwise noted, indexed array
        indices must be non-negative integers.
 
-       An  indexed  array is created automatically if any variable is assigned
+       An indexed array is created automatically if any variable  is  assigned
        to using the syntax _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]=_\bv_\ba_\bl_\bu_\be.  The _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is treated as
        an arithmetic expression that must evaluate to a number greater than or
-       equal to zero.  To explicitly declare an indexed array, use d\bde\bec\bcl\bla\bar\bre\b -\b-a\ba
+       equal  to zero.  To explicitly declare an indexed array, use d\bde\bec\bcl\bla\bar\bre\be -\b-a\ba
        _\bn_\ba_\bm_\be (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).  d\bde\bec\bcl\bla\bar\bre\be -\b-a\ba _\bn_\ba_\bm_\be[\b[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]\b] is
        also accepted; the _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is ignored.
 
@@ -1581,104 +1581,104 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        r\bre\bea\bad\bdo\bon\bnl\bly\by builtins.  Each attribute applies to all members of an array.
 
        Arrays are assigned using compound assignments of the form _\bn_\ba_\bm_\be=(\b(value_\b1
-       ...  value_\bn)\b),  where  each _\bv_\ba_\bl_\bu_\be may be of the form [_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]=_\bs_\bt_\br_\bi_\bn_\bg.
-       Indexed array assignments do not require  anything  but  _\bs_\bt_\br_\bi_\bn_\bg.   Each
-       _\bv_\ba_\bl_\bu_\b in the list is expanded using the shell expansions described be-
+       ... value_\bn)\b), where each _\bv_\ba_\bl_\bu_\be may be of  the  form  [_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]=_\bs_\bt_\br_\bi_\bn_\bg.
+       Indexed  array  assignments  do  not require anything but _\bs_\bt_\br_\bi_\bn_\bg.  Each
+       _\bv_\ba_\bl_\bu_\bin the list is expanded using the shell expansions described  be-
        low under E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN, but _\bv_\ba_\bl_\bu_\bes that are valid variable assignments in-
-       cluding the brackets and subscript do not undergo brace  expansion  and
+       cluding  the  brackets and subscript do not undergo brace expansion and
        word splitting, as with individual variable assignments.
 
-       When  assigning  to  indexed  arrays, if the optional brackets and sub-
-       script are supplied, that index is assigned to; otherwise the index  of
-       the  element  assigned  is  the last index assigned to by the statement
+       When assigning to indexed arrays, if the  optional  brackets  and  sub-
+       script  are supplied, that index is assigned to; otherwise the index of
+       the element assigned is the last index assigned  to  by  the  statement
        plus one.  Indexing starts at zero.
 
        When assigning to an associative array, the words in a compound assign-
-       ment may be either assignment statements, for which  the  subscript  is
-       required,  or  a list of words that is interpreted as a sequence of al-
-       ternating keys and values: _\bn_\ba_\bm_\be=(\b( _\bk_\be_\by_\b1 _\bv_\ba_\bl_\bu_\be_\b1 _\bk_\be_\by_\b2 _\bv_\ba_\bl_\bu_\be_\b2 ...)\b).   These
-       are  treated  identically  to  _\bn_\ba_\bm_\be=(\b( [_\bk_\be_\by_\b1]=_\bv_\ba_\bl_\bu_\be_\b1 [_\bk_\be_\by_\b2]=_\bv_\ba_\bl_\bu_\be_\b2 ...)\b).
-       The first word in the list determines how the remaining words  are  in-
-       terpreted;  all  assignments  in a list must be of the same type.  When
-       using key/value pairs, the keys may not be missing or  empty;  a  final
+       ment  may  be  either assignment statements, for which the subscript is
+       required, or a list of words that is interpreted as a sequence  of  al-
+       ternating  keys and values: _\bn_\ba_\bm_\be=(\b( _\bk_\be_\by_\b1 _\bv_\ba_\bl_\bu_\be_\b1 _\bk_\be_\by_\b2 _\bv_\ba_\bl_\bu_\be_\b2 ...)\b).  These
+       are treated identically to  _\bn_\ba_\bm_\be=(\b(  [_\bk_\be_\by_\b1]=_\bv_\ba_\bl_\bu_\be_\b1  [_\bk_\be_\by_\b2]=_\bv_\ba_\bl_\bu_\be_\b ...)\b).
+       The  first  word in the list determines how the remaining words are in-
+       terpreted; all assignments in a list must be of the  same  type.   When
+       using  key/value  pairs,  the keys may not be missing or empty; a final
        missing value is treated like the empty string.
 
-       This  syntax is also accepted by the d\bde\bec\bcl\bla\bar\bre\be builtin.  Individual array
-       elements may be assigned to using the _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]=_\bv_\ba_\bl_\bu_\be syntax  in-
+       This syntax is also accepted by the d\bde\bec\bcl\bla\bar\bre\be builtin.  Individual  array
+       elements  may be assigned to using the _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]=_\bv_\ba_\bl_\bu_\be syntax in-
        troduced above.
 
-       When  assigning  to an indexed array, if _\bn_\ba_\bm_\be is subscripted by a nega-
+       When assigning to an indexed array, if _\bn_\ba_\bm_\be is subscripted by  a  nega-
        tive number, that number is interpreted as relative to one greater than
-       the maximum index of _\bn_\ba_\bm_\be, so negative indices count back from the  end
+       the  maximum index of _\bn_\ba_\bm_\be, so negative indices count back from the end
        of the array, and an index of -1 references the last element.
 
-       The  +=  operator will append to an array variable when assigning using
+       The += operator will append to an array variable when  assigning  using
        the compound assignment syntax; see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS above.
 
-       An array element is referenced using  ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.   The  braces
-       are  required to avoid conflicts with pathname expansion.  If _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt
+       An  array  element  is referenced using ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.  The braces
+       are required to avoid conflicts with pathname expansion.  If  _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt
        is @\b@ or *\b*, the word expands to all members of _\bn_\ba_\bm_\be, unless noted in the
-       description of a builtin or word expansion.   These  subscripts  differ
-       only  when  the word appears within double quotes.  If the word is dou-
-       ble-quoted, ${_\bn_\ba_\bm_\be[*]} expands to a single word with the value of  each
-       array  member separated by the first character of the I\bIF\bFS\bS special vari-
-       able, and ${_\bn_\ba_\bm_\be[@]} expands each element of _\bn_\ba_\bm_\be to a  separate  word.
+       description  of  a  builtin or word expansion.  These subscripts differ
+       only when the word appears within double quotes.  If the word  is  dou-
+       ble-quoted,  ${_\bn_\ba_\bm_\be[*]} expands to a single word with the value of each
+       array member separated by the first character of the I\bIF\bFS\bS special  vari-
+       able,  and  ${_\bn_\ba_\bm_\be[@]} expands each element of _\bn_\ba_\bm_\be to a separate word.
        When there are no array members, ${_\bn_\ba_\bm_\be[@]} expands to nothing.  If the
-       double-quoted  expansion  occurs  within  a  word, the expansion of the
-       first parameter is joined with the beginning part of the  expansion  of
-       the  original  word,  and the expansion of the last parameter is joined
-       with the last part of the expansion of  the  original  word.   This  is
-       analogous  to the expansion of the special parameters *\b* and @\b@ (see S\bSp\bpe\be-\b-
+       double-quoted expansion occurs within a  word,  the  expansion  of  the
+       first  parameter  is joined with the beginning part of the expansion of
+       the original word, and the expansion of the last  parameter  is  joined
+       with  the  last  part  of  the expansion of the original word.  This is
+       analogous to the expansion of the special parameters *\b* and @\b@ (see  S\bSp\bpe\be-\b-
        c\bci\bia\bal\bl P\bPa\bar\bra\bam\bme\bet\bte\ber\brs\bs above).
 
-       ${#_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]} expands to the length  of  ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.   If
+       ${#_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}  expands  to  the length of ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.  If
        _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is *\b* or @\b@, the expansion is the number of elements in the ar-
        ray.
 
        If the _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt used to reference an element of an indexed array eval-
-       uates  to a number less than zero, it is interpreted as relative to one
-       greater than the maximum index of the array, so negative indices  count
-       back  from the end of the array, and an index of -1 references the last
+       uates to a number less than zero, it is interpreted as relative to  one
+       greater  than the maximum index of the array, so negative indices count
+       back from the end of the array, and an index of -1 references the  last
        element.
 
        Referencing an array variable without a subscript is equivalent to ref-
-       erencing the array with a subscript of 0.  Any reference to a  variable
+       erencing  the array with a subscript of 0.  Any reference to a variable
        using a valid subscript is valid, and b\bba\bas\bsh\bh will create an array if nec-
        essary.
 
-       An  array variable is considered set if a subscript has been assigned a
+       An array variable is considered set if a subscript has been assigned  a
        value.  The null string is a valid value.
 
-       It is possible to obtain the keys (indices) of an array as well as  the
-       values.   ${!\b!_\bn_\ba_\bm_\be[_\b@]} and ${!\b!_\bn_\ba_\bm_\be[_\b*]} expand to the indices assigned in
+       It  is possible to obtain the keys (indices) of an array as well as the
+       values.  ${!\b!_\bn_\ba_\bm_\be[_\b@]} and ${!\b!_\bn_\ba_\bm_\be[_\b*]} expand to the indices assigned  in
        array variable _\bn_\ba_\bm_\be.  The treatment when in double quotes is similar to
        the expansion of the special parameters _\b@ and _\b* within double quotes.
 
        The u\bun\bns\bse\bet\bt builtin is used to destroy arrays.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt] un-
-       sets the array element at index _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt, for both indexed  and  asso-
-       ciative  arrays.  Negative subscripts to indexed arrays are interpreted
-       as described above.  Unsetting the last element of  an  array  variable
-       does  not  unset the variable.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be, where _\bn_\ba_\bm_\be is an array, re-
-       moves the entire array.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt] behaves differently  de-
-       pending  on  whether  _\bn_\ba_\bm_\be is an indexed or associative array when _\bs_\bu_\bb_\b-
+       sets  the  array element at index _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt, for both indexed and asso-
+       ciative arrays.  Negative subscripts to indexed arrays are  interpreted
+       as  described  above.   Unsetting the last element of an array variable
+       does not unset the variable.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be, where _\bn_\ba_\bm_\be is an  array,  re-
+       moves  the entire array.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt] behaves differently de-
+       pending on whether _\bn_\ba_\bm_\be is an indexed or associative  array  when  _\bs_\bu_\bb_\b-
        _\bs_\bc_\br_\bi_\bp_\bt is *\b* or @\b@.  If _\bn_\ba_\bm_\be is an associative array, this unsets the el-
-       ement with subscript *\b* or @\b@.  If _\bn_\ba_\bm_\be is an indexed  array,  unset  re-
+       ement  with  subscript  *\b* or @\b@.  If _\bn_\ba_\bm_\be is an indexed array, unset re-
        moves all of the elements but does not remove the array itself.
 
-       When  using  a  variable name with a subscript as an argument to a com-
-       mand, such as with u\bun\bns\bse\bet\bt, without using the word expansion  syntax  de-
-       scribed  above, (e.g., unset a[4]), the argument is subject to pathname
-       expansion.  Quote the argument if pathname  expansion  is  not  desired
+       When using a variable name with a subscript as an argument  to  a  com-
+       mand,  such  as with u\bun\bns\bse\bet\bt, without using the word expansion syntax de-
+       scribed above, (e.g., unset a[4]), the argument is subject to  pathname
+       expansion.   Quote  the  argument  if pathname expansion is not desired
        (e.g., unset 'a[4]').
 
-       The  d\bde\bec\bcl\bla\bar\bre\be,  l\blo\boc\bca\bal\bl,  and r\bre\bea\bad\bdo\bon\bnl\bly\by builtins each accept a -\b-a\ba option to
-       specify an indexed array and a -\b-A\bA option to specify an associative  ar-
-       ray.   If  both  options  are  supplied, -\b-A\bA takes precedence.  The r\bre\bea\bad\bd
-       builtin accepts a -\b-a\ba option to assign a list of  words  read  from  the
+       The d\bde\bec\bcl\bla\bar\bre\be, l\blo\boc\bca\bal\bl, and r\bre\bea\bad\bdo\bon\bnl\bly\by builtins each accept a  -\b-a\ba  option  to
+       specify  an indexed array and a -\b-A\bA option to specify an associative ar-
+       ray.  If both options are supplied,  -\b-A\bA  takes  precedence.   The  r\bre\bea\bad\bd
+       builtin  accepts  a  -\b-a\ba  option to assign a list of words read from the
        standard input to an array.  The s\bse\bet\bt and d\bde\bec\bcl\bla\bar\bre\be builtins display array
-       values  in  a  way that allows them to be reused as assignments.  Other
-       builtins accept array name arguments as well (e.g., m\bma\bap\bpf\bfi\bil\ble\be);  see  the
-       descriptions  of individual builtins below for details.  The shell pro-
+       values in a way that allows them to be reused  as  assignments.   Other
+       builtins  accept  array name arguments as well (e.g., m\bma\bap\bpf\bfi\bil\ble\be); see the
+       descriptions of individual builtins below for details.  The shell  pro-
        vides a number of builtin array variables.
 
 E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
@@ -1688,65 +1688,65 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        _\bm_\be_\bt_\bi_\bc _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, _\bw_\bo_\br_\bd _\bs_\bp_\bl_\bi_\bt_\bt_\bi_\bn_\bg, _\bp_\ba_\bt_\bh_\bn_\ba_\bm_\be _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, and _\bq_\bu_\bo_\bt_\be _\br_\be_\bm_\bo_\bv_\ba_\bl.
 
        The order of expansions is: brace expansion; tilde expansion, parameter
-       and variable expansion, arithmetic expansion, and command  substitution
-       (done  in a left-to-right fashion); word splitting; pathname expansion;
+       and  variable expansion, arithmetic expansion, and command substitution
+       (done in a left-to-right fashion); word splitting; pathname  expansion;
        and quote removal.
 
        On systems that can support it, there is an additional expansion avail-
-       able: _\bp_\br_\bo_\bc_\be_\bs_\bs _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn.  This is performed  at  the  same  time  as
-       tilde,  parameter,  variable, and arithmetic expansion and command sub-
+       able:  _\bp_\br_\bo_\bc_\be_\bs_\bs  _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn.   This  is  performed at the same time as
+       tilde, parameter, variable, and arithmetic expansion and  command  sub-
        stitution.
 
-       _\bQ_\bu_\bo_\bt_\b_\br_\be_\bm_\bo_\bv_\ba_\bl is always performed last.  It  removes  quote  characters
-       present  in the original word, not ones resulting from one of the other
+       _\bQ_\bu_\bo_\bt_\b _\br_\be_\bm_\bo_\bv_\ba_\bl  is  always performed last.  It removes quote characters
+       present in the original word, not ones resulting from one of the  other
        expansions, unless they have been quoted themselves.
 
-       Only brace expansion, word splitting, and pathname  expansion  can  in-
-       crease  the number of words of the expansion; other expansions expand a
-       single word to a single word.  The only exceptions to this are the  ex-
+       Only  brace  expansion,  word splitting, and pathname expansion can in-
+       crease the number of words of the expansion; other expansions expand  a
+       single  word to a single word.  The only exceptions to this are the ex-
        pansions  of  "\b"$\b$@\b@"\b"  and  "\b"$\b${\b{_\bn_\ba_\bm_\be[\b[@\b@]\b]}\b}"\b",  and,  in  most  cases,  $\b$*\b*  and
        $\b${\b{_\bn_\ba_\bm_\be[\b[*\b*]\b]}\b} as explained above (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS).
 
    B\bBr\bra\bac\bce\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
-       _\bB_\br_\ba_\bc_\b_\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn is a mechanism to generate arbitrary strings sharing  a
+       _\bB_\br_\ba_\bc_\b _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn is a mechanism to generate arbitrary strings sharing a
        common prefix and suffix, either of which can be empty.  This mechanism
-       is  similar to _\bp_\ba_\bt_\bh_\bn_\ba_\bm_\be _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, but the filenames generated need not
-       exist.  Patterns to be brace expanded are formed from an optional  _\bp_\br_\be_\b-
-       _\ba_\bm_\bb_\bl_\be,  followed by either a series of comma-separated strings or a se-
-       quence expression between a pair of braces,  followed  by  an  optional
-       _\bp_\bo_\bs_\bt_\bs_\bc_\br_\bi_\bp_\bt.   The  preamble is prefixed to each string contained within
-       the braces, and the postscript  is  then  appended  to  each  resulting
+       is similar to _\bp_\ba_\bt_\bh_\bn_\ba_\bm_\be _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, but the filenames generated need  not
+       exist.   Patterns to be brace expanded are formed from an optional _\bp_\br_\be_\b-
+       _\ba_\bm_\bb_\bl_\be, followed by either a series of comma-separated strings or a  se-
+       quence  expression  between  a  pair of braces, followed by an optional
+       _\bp_\bo_\bs_\bt_\bs_\bc_\br_\bi_\bp_\bt.  The preamble is prefixed to each string  contained  within
+       the  braces,  and  the  postscript  is  then appended to each resulting
        string, expanding left to right.
 
-       Brace  expansions  may  be nested.  The results of each expanded string
+       Brace expansions may be nested.  The results of  each  expanded  string
        are not sorted; brace expansion preserves left to right order.  For ex-
        ample, a{\b{d,c,b}\b}e expands into "ade ace abe".
 
-       A sequence expression takes the form {\b{_\bx.\b..\b._\by[\b[.\b..\b._\bi_\bn_\bc_\br]\b]}\b}, where _\bx and _\b are
-       either  integers or single letters, and _\bi_\bn_\bc_\br, an optional increment, is
+       A  sequence expression takes the form {\b{_\bx.\b..\b._\by[\b[.\b..\b._\bi_\bn_\bc_\br]\b]}\b}, where _\bx and _\by are
+       either integers or single letters, and _\bi_\bn_\bc_\br, an optional increment,  is
        an integer.  When integers are supplied, the expression expands to each
-       number between _\bx and _\by, inclusive.  If the supplied integers  are  pre-
-       fixed  with _\b0, each term will have the same width, zero-padding if nec-
-       essary.  When either _\bx or _\by begins with a zero, the shell  attempts  to
-       force  all  generated terms to contain the same number of digits, zero-
+       number  between  _\bx and _\by, inclusive.  If the supplied integers are pre-
+       fixed with _\b0, each term will have the same width, zero-padding if  nec-
+       essary.   When  either _\bx or _\by begins with a zero, the shell attempts to
+       force all generated terms to contain the same number of  digits,  zero-
        padding where necessary.  When letters are supplied, the expression ex-
-       pands to each character lexicographically between _\bx and  _\by,  inclusive,
+       pands  to  each character lexicographically between _\bx and _\by, inclusive,
        using the default C locale.  Note that both _\bx and _\by must be of the same
-       type  (integer  or letter).  When the increment is supplied, it is used
-       as the difference between each term.  The default increment is 1 or  -1
+       type (integer or letter).  When the increment is supplied, it  is  used
+       as  the difference between each term.  The default increment is 1 or -1
        as appropriate.
 
        Brace expansion is performed before any other expansions, and any char-
-       acters  special to other expansions are preserved in the result.  It is
-       strictly textual.  B\bBa\bas\bsh\bh does not apply any syntactic interpretation  to
+       acters special to other expansions are preserved in the result.  It  is
+       strictly  textual.  B\bBa\bas\bsh\bh does not apply any syntactic interpretation to
        the context of the expansion or the text between the braces.
 
-       A  correctly-formed  brace  expansion must contain unquoted opening and
+       A correctly-formed brace expansion must contain  unquoted  opening  and
        closing braces, and at least one unquoted comma or a valid sequence ex-
        pression.  Any incorrectly formed brace expansion is left unchanged.
 
        A {\b{ or ,\b, may be quoted with a backslash to prevent its being considered
-       part of a brace expression.  To avoid conflicts with  parameter  expan-
+       part  of  a brace expression.  To avoid conflicts with parameter expan-
        sion, the string $\b${\b{ is not considered eligible for brace expansion, and
        inhibits brace expansion until the closing }\b}.
 
@@ -1757,67 +1757,67 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        or
               chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
 
-       Brace  expansion  introduces  a  slight incompatibility with historical
-       versions of s\bsh\bh.  s\bsh\bh does not treat opening or closing braces  specially
-       when  they  appear as part of a word, and preserves them in the output.
-       B\bBa\bas\bsh\bremoves braces from words as a  consequence  of  brace  expansion.
-       For  example,  a word entered to s\bsh\bh as _\bf_\bi_\bl_\be_\b{_\b1_\b,_\b2_\b} appears identically in
-       the output.  B\bBa\bas\bsh\bh outputs that word as _\bf_\bi_\bl_\be_\b1 _\bf_\bi_\bl_\be_\b2 after  brace  expan-
-       sion.   Start  b\bba\bas\bsh\bh  with the +\b+B\bB option or disable brace expansion with
+       Brace expansion introduces a  slight  incompatibility  with  historical
+       versions  of s\bsh\bh.  s\bsh\bh does not treat opening or closing braces specially
+       when they appear as part of a word, and preserves them in  the  output.
+       B\bBa\bas\bsh\b removes  braces  from  words as a consequence of brace expansion.
+       For example, a word entered to s\bsh\bh as _\bf_\bi_\bl_\be_\b{_\b1_\b,_\b2_\b} appears  identically  in
+       the  output.   B\bBa\bas\bsh\bh outputs that word as _\bf_\bi_\bl_\be_\b1 _\bf_\bi_\bl_\be_\b2 after brace expan-
+       sion.  Start b\bba\bas\bsh\bh with the +\b+B\bB option or disable  brace  expansion  with
        the +\b+B\bB option to the s\bse\bet\bt command (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) for
        strict s\bsh\bh compatibility.
 
    T\bTi\bil\bld\bde\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
-       If a word begins with an unquoted tilde character  ("~\b~"),  all  of  the
-       characters  preceding  the  first unquoted slash (or all characters, if
-       there is no unquoted slash) are considered a _\bt_\bi_\bl_\bd_\be_\b-_\bp_\br_\be_\bf_\bi_\bx.  If none  of
-       the  characters  in  the tilde-prefix are quoted, the characters in the
-       tilde-prefix following the tilde are treated as a possible _\bl_\bo_\bg_\bi_\b _\bn_\ba_\bm_\be.
-       If  this  login name is the null string, the tilde is replaced with the
+       If  a  word  begins  with an unquoted tilde character ("~\b~"), all of the
+       characters preceding the first unquoted slash (or  all  characters,  if
+       there  is no unquoted slash) are considered a _\bt_\bi_\bl_\bd_\be_\b-_\bp_\br_\be_\bf_\bi_\bx.  If none of
+       the characters in the tilde-prefix are quoted, the  characters  in  the
+       tilde-prefix  following the tilde are treated as a possible _\bl_\bo_\bg_\bi_\bn _\bn_\ba_\bm_\be.
+       If this login name is the null string, the tilde is replaced  with  the
        value of the shell parameter H\bHO\bOM\bME\bE.  If H\bHO\bOM\bME\bE is unset, the tilde expands
-       to the home directory of the user executing the shell instead.   Other-
-       wise,  the  tilde-prefix is replaced with the home directory associated
+       to  the home directory of the user executing the shell instead.  Other-
+       wise, the tilde-prefix is replaced with the home  directory  associated
        with the specified login name.
 
-       If the tilde-prefix is a "~+", the value of the shell variable P\bPW\bWD\b re-
+       If  the tilde-prefix is a "~+", the value of the shell variable P\bPW\bWD\bD re-
        places the tilde-prefix.  If the tilde-prefix is a "~-", the shell sub-
-       stitutes  the value of the shell variable O\bOL\bLD\bDP\bPW\bWD\bD, if it is set.  If the
-       characters following the tilde in the tilde-prefix consist of a  number
-       _\bN,  optionally prefixed by a "+" or a "-", the tilde-prefix is replaced
+       stitutes the value of the shell variable O\bOL\bLD\bDP\bPW\bWD\bD, if it is set.  If  the
+       characters  following the tilde in the tilde-prefix consist of a number
+       _\bN, optionally prefixed by a "+" or a "-", the tilde-prefix is  replaced
        with the corresponding element from the directory stack, as it would be
        displayed by the d\bdi\bir\brs\bs builtin invoked with the characters following the
-       tilde in the tilde-prefix as an argument.  If the characters  following
+       tilde  in the tilde-prefix as an argument.  If the characters following
        the tilde in the tilde-prefix consist of a number without a leading "+"
        or "-", tilde expansion assumes "+".
 
-       The  results  of tilde expansion are treated as if they were quoted, so
-       the replacement is not subject to word splitting  and  pathname  expan-
+       The results of tilde expansion are treated as if they were  quoted,  so
+       the  replacement  is  not subject to word splitting and pathname expan-
        sion.
 
-       If  the login name is invalid, or the tilde expansion fails, the tilde-
+       If the login name is invalid, or the tilde expansion fails, the  tilde-
        prefix is unchanged.
 
-       B\bBa\bas\bsh\bchecks each variable assignment for unquoted tilde-prefixes  imme-
-       diately  following  a :\b: or the first =\b=, and performs tilde expansion in
-       these cases.  Consequently, one may use filenames with  tildes  in  as-
-       signments  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 ex-
+       B\bBa\bas\bsh\b checks each variable assignment for unquoted tilde-prefixes imme-
+       diately following a :\b: or the first =\b=, and performs tilde  expansion  in
+       these  cases.   Consequently,  one may use filenames with tildes in as-
+       signments 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  ex-
        panded value.
 
-       B\bBa\bas\bsh\balso performs tilde expansion on words satisfying  the  conditions
+       B\bBa\bas\bsh\b also  performs tilde expansion on words satisfying the conditions
        of variable assignments (as described above under P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS) when they
-       appear  as arguments to simple commands.  B\bBa\bas\bsh\bh does not do this, except
-       for the _\bd_\be_\bc_\bl_\ba_\br_\ba_\bt_\bi_\bo_\bn commands listed above, when in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be.
+       appear as arguments to simple commands.  B\bBa\bas\bsh\bh does not do this,  except
+       for the _\bd_\be_\bc_\bl_\ba_\br_\ba_\bt_\bi_\bo_\bn commands listed above, when in posix mode.
 
    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,
-       or arithmetic expansion.  The parameter name or symbol to  be  expanded
-       may  be enclosed in braces, which are optional but serve to protect the
-       variable to be expanded from characters immediately following it  which
+       or  arithmetic  expansion.  The parameter name or symbol to be expanded
+       may be enclosed in braces, which are optional but serve to protect  the
+       variable  to be expanded from characters immediately following it which
        could be interpreted as part of the name.
 
-       When  braces  are  used, the matching ending brace is the first "}\b}" not
+       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 em-
-       bedded arithmetic expansion, command substitution, or parameter  expan-
+       bedded  arithmetic expansion, command substitution, or parameter expan-
        sion.
 
        The basic form of parameter expansion is
@@ -1825,124 +1825,124 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}
 
        which substitutes the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  The braces are required when
-       _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\b is  a positional parameter with more than one digit, or when
-       _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\bis followed by a character which is not to be interpreted  as
-       part  of  its  name.   The  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is a shell parameter as described
+       _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\bis a positional parameter with more than one digit,  or  when
+       _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\b is followed by a character which is not to be interpreted as
+       part of its name.  The _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is  a  shell  parameter  as  described
        above P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS) or an array reference (A\bAr\brr\bra\bay\bys\bs).
 
-       If the first character of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an exclamation  point  (!\b!),  and
+       If  the  first  character of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an exclamation point (!\b!), and
        _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is not a _\bn_\ba_\bm_\be_\br_\be_\bf, it introduces a level of indirection.  B\bBa\bas\bsh\bh
        uses the value formed by expanding the rest of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br as the new _\bp_\ba_\b-
-       _\br_\ba_\bm_\be_\bt_\be_\br;  this new parameter is then expanded and that value is used in
-       the rest of the expansion, rather than the expansion  of  the  original
-       _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.   This is known as _\bi_\bn_\bd_\bi_\br_\be_\bc_\bt _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn.  The value is subject
-       to tilde expansion,  parameter  expansion,  command  substitution,  and
-       arithmetic  expansion.   If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is a nameref, this expands to the
+       _\br_\ba_\bm_\be_\bt_\be_\br; this new parameter is then expanded and that value is used  in
+       the  rest  of  the expansion, rather than the expansion of the original
+       _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  This is known as _\bi_\bn_\bd_\bi_\br_\be_\bc_\bt _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn.  The value is  subject
+       to  tilde  expansion,  parameter  expansion,  command substitution, and
+       arithmetic expansion.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is a nameref, this expands  to  the
        name of the parameter referenced by _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br instead of performing the
        complete indirect expansion, for compatibility.  The exceptions to this
        are the expansions of ${!\b!_\bp_\br_\be_\bf_\bi_\bx*\b*} and ${!\b!_\bn_\ba_\bm_\be[_\b@]} described below.  The
-       exclamation point must immediately follow the left brace  in  order  to
+       exclamation  point  must  immediately follow the left brace in order to
        introduce indirection.
 
        In each of the cases below, _\bw_\bo_\br_\bd is subject to tilde expansion, parame-
        ter expansion, command substitution, and arithmetic expansion.
 
        When not performing substring expansion, using the forms documented be-
-       low  (e.g.,  :\b:-\b-),  b\bba\bas\bsh\bh  tests  for  a parameter that is unset or null.
+       low (e.g., :\b:-\b-), b\bba\bas\bsh\bh tests for a  parameter  that  is  unset  or  null.
        Omitting the colon tests only for a parameter that is unset.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br:\b:-\b-_\bw_\bo_\br_\bd}
-              U\bUs\bse\bD\bDe\bef\bfa\bau\bul\blt\bt V\bVa\bal\blu\bue\bes\bs.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is unset or null,  the  expan-
-              sion  of _\bw_\bo_\br_\bd is substituted.  Otherwise, the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+              U\bUs\bse\b D\bDe\bef\bfa\bau\bul\blt\bt  V\bVa\bal\blu\bue\bes\bs.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is unset or null, the expan-
+              sion of _\bw_\bo_\br_\bd is substituted.  Otherwise, the value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
               is substituted.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br:\b:=\b=_\bw_\bo_\br_\bd}
-              A\bAs\bss\bsi\big\bgn\bD\bDe\bef\bfa\bau\bul\blt\bt V\bVa\bal\blu\bue\bes\bs.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is unset or null,  the  ex-
-              pansion  of  _\bw_\bo_\br_\bd is assigned to _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, and the expansion is
+              A\bAs\bss\bsi\big\bgn\b D\bDe\bef\bfa\bau\bul\blt\bt  V\bVa\bal\blu\bue\bes\bs.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is unset or null, the ex-
+              pansion of _\bw_\bo_\br_\bd is assigned to _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, and the  expansion  is
               the final value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  Positional parameters and special
               parameters may not be assigned in this way.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br:\b:?\b?_\bw_\bo_\br_\bd}
-              D\bDi\bis\bsp\bpl\bla\bay\bE\bEr\brr\bro\bor\br i\bif\bf N\bNu\bul\bll\bl o\bor\br U\bUn\bns\bse\bet\bt.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is null or  unset,
+              D\bDi\bis\bsp\bpl\bla\bay\b E\bEr\brr\bro\bor\br i\bif\bf N\bNu\bul\bll\bl o\bor\br U\bUn\bns\bse\bet\bt.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is null or unset,
               the shell writes the expansion of _\bw_\bo_\br_\bd (or a message to that ef-
               fect if _\bw_\bo_\br_\bd is not present) to the standard error and, if it is
-              not  interactive,  exits with a non-zero status.  An interactive
+              not interactive, exits with a non-zero status.   An  interactive
               shell does not exit, but does not execute the command associated
-              with the expansion.  Otherwise, the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is  sub-
+              with  the  expansion.  Otherwise, the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is sub-
               stituted.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br:\b:+\b+_\bw_\bo_\br_\bd}
-              U\bUs\bse\b A\bAl\blt\bte\ber\brn\bna\bat\bte\be V\bVa\bal\blu\bue\be.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is null or unset, nothing is
-              substituted, otherwise the expansion  of  _\bw_\bo_\br_\bd  is  substituted.
+              U\bUs\bse\bA\bAl\blt\bte\ber\brn\bna\bat\bte\be V\bVa\bal\blu\bue\be.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is null or unset, nothing  is
+              substituted,  otherwise  the  expansion  of _\bw_\bo_\br_\bd is substituted.
               The value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is not used.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br:\b:_\bo_\bf_\bf_\bs_\be_\bt}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br:\b:_\bo_\bf_\bf_\bs_\be_\bt:\b:_\bl_\be_\bn_\bg_\bt_\bh}
-              S\bSu\bub\bbs\bst\btr\bri\bin\bng\b E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn.  Expands to up to _\bl_\be_\bn_\bg_\bt_\bh characters of the
-              value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br starting at the character specified  by  _\bo_\bf_\bf_\b-
-              _\bs_\be_\bt.   If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, an indexed array subscripted by @\b@
-              or *\b*, or an associative array name, the results  differ  as  de-
-              scribed  below.   If _\bl_\be_\bn_\bg_\bt_\bh is omitted, expands to the substring
+              S\bSu\bub\bbs\bst\btr\bri\bin\bng\bE\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn.  Expands to up to _\bl_\be_\bn_\bg_\bt_\bh characters of  the
+              value  of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br starting at the character specified by _\bo_\bf_\bf_\b-
+              _\bs_\be_\bt.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, an indexed array subscripted by  @\b@
+              or  *\b*,  or  an associative array name, the results differ as de-
+              scribed below.  If _\bl_\be_\bn_\bg_\bt_\bh is omitted, expands to  the  substring
               of the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br starting at the character specified by
               _\bo_\bf_\bf_\bs_\be_\bt and extending to the end of the value.  _\bl_\be_\bn_\bg_\bt_\bh and _\bo_\bf_\bf_\bs_\be_\bt
               are arithmetic expressions (see A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN below).
 
-              If _\bo_\bf_\bf_\bs_\be_\bt evaluates to a number less than  zero,  the  value  is
+              If  _\bo_\bf_\bf_\bs_\be_\bt  evaluates  to  a number less than zero, the value is
               used as an offset in characters from the end of the value of _\bp_\ba_\b-
-              _\br_\ba_\bm_\be_\bt_\be_\br.   If _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero, it is
+              _\br_\ba_\bm_\be_\bt_\be_\br.  If _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero, it  is
               interpreted as an offset in characters from the end of the value
-              of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br rather than a number of characters, and the  expan-
-              sion  is  the  characters  between _\bo_\bf_\bf_\bs_\be_\bt and that result.  Note
-              that a negative offset must be separated from the  colon  by  at
+              of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br rather than a number of characters, and the expan-
+              sion is the characters between _\bo_\bf_\bf_\bs_\be_\bt  and  that  result.   Note
+              that  a  negative  offset must be separated from the colon by at
               least one space to avoid being confused with the :\b:-\b- expansion.
 
-              If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the result is _\bl_\be_\bn_\bg_\bt_\bh positional parame-
-              ters beginning at _\bo_\bf_\bf_\bs_\be_\bt.  A negative _\bo_\bf_\bf_\bs_\be_\bt is  taken  relative
-              to  one  greater  than  the greatest positional parameter, so an
+              If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the result is _\bl_\be_\bn_\bg_\bt_\bh positional  parame-
+              ters  beginning  at _\bo_\bf_\bf_\bs_\be_\bt.  A negative _\bo_\bf_\bf_\bs_\be_\bt is taken relative
+              to one greater than the greatest  positional  parameter,  so  an
               offset of -1 evaluates to the last positional parameter (or 0 if
-              there are no positional parameters).  It is an  expansion  error
+              there  are  no positional parameters).  It is an expansion error
               if _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero.
 
               If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an indexed array name subscripted by @ or *, the
               result is the _\bl_\be_\bn_\bg_\bt_\bh members of the array beginning with ${_\bp_\ba_\br_\ba_\b-
-              _\bm_\be_\bt_\be_\br[_\bo_\bf_\bf_\bs_\be_\bt]}.   A  negative  _\bo_\bf_\bf_\bs_\be_\bt  is  taken relative to one
+              _\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.  It is an
               expansion error if _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero.
 
               Substring expansion applied to an associative array produces un-
               defined results.
 
-              Substring indexing is zero-based unless the  positional  parame-
-              ters  are  used,  in  which case the indexing starts at 1 by de-
-              fault.  If _\bo_\bf_\bf_\bs_\be_\bt is 0, and the positional parameters are  used,
+              Substring  indexing  is zero-based unless the positional parame-
+              ters are used, in which case the indexing starts  at  1  by  de-
+              fault.   If _\bo_\bf_\bf_\bs_\be_\bt is 0, and the positional parameters are used,
               $\b$0\b0 is prefixed to the list.
 
        ${!\b!_\bp_\br_\be_\bf_\bi_\bx*\b*}
        ${!\b!_\bp_\br_\be_\bf_\bi_\bx@\b@}
-              N\bNa\bam\bme\bes\b m\bma\bat\btc\bch\bhi\bin\bng\bg p\bpr\bre\bef\bfi\bix\bx.  Expands to the names of variables whose
+              N\bNa\bam\bme\bes\bm\bma\bat\btc\bch\bhi\bin\bng\bg p\bpr\bre\bef\bfi\bix\bx.  Expands to the names of variables  whose
               names begin with _\bp_\br_\be_\bf_\bi_\bx, separated by the first character of the
-              I\bIF\bFS\bspecial variable.  When _\b@ is used and the expansion  appears
-              within  double  quotes, each variable name expands to a separate
+              I\bIF\bFS\b special variable.  When _\b@ is used and the expansion appears
+              within double quotes, each variable name expands to  a  separate
               word.
 
        ${!\b!_\bn_\ba_\bm_\be[_\b@]}
        ${!\b!_\bn_\ba_\bm_\be[_\b*]}
-              L\bLi\bis\bst\bo\bof\bf a\bar\brr\bra\bay\by k\bke\bey\bys\bs.  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,
+              L\bLi\bis\bst\b o\bof\bf  a\bar\brr\bra\bay\by  k\bke\bey\bys\bs.  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_\b 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}
-              P\bPa\bar\bra\bam\bme\bet\bte\ber\bl\ble\ben\bng\bgt\bth\bh.  Substitutes the length in characters  of  the
-              expanded  value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  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_\b-
-              _\bt_\be_\b is  an  array name subscripted by *\b* or @\b@, the value substi-
-              tuted is the number of elements in the array.  If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\b is
-              an  indexed  array  name  subscripted by a negative number, that
-              number is interpreted as relative to one greater than the  maxi-
-              mum  index of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, so negative indices count back from the
-              end of the array, and an index of -1 references  the  last  ele-
+              P\bPa\bar\bra\bam\bme\bet\bte\ber\b l\ble\ben\bng\bgt\bth\bh.   Substitutes the length in characters of the
+              expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  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_\b-
+              _\bt_\be_\bis an array name subscripted by *\b* or @\b@,  the  value  substi-
+              tuted  is  the number of elements in the array.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is
+              an indexed array name subscripted by  a  negative  number,  that
+              number  is interpreted as relative to one greater than the maxi-
+              mum index of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, so negative indices count back from  the
+              end  of  the  array, and an index of -1 references the last ele-
               ment.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br#\b#_\bw_\bo_\br_\bd}
@@ -1950,15 +1950,15 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               R\bRe\bem\bmo\bov\bve\be m\bma\bat\btc\bch\bhi\bin\bng\bg p\bpr\bre\bef\bfi\bix\bx p\bpa\bat\btt\bte\ber\brn\bn.  The _\bw_\bo_\br_\bd is expanded to produce
               a pattern just as in pathname expansion, and matched against the
               expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br using the rules described under P\bPa\bat\bt-\b-
-              t\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg  below.   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  value  of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest matching pattern
-              (the "#" case) or the longest matching pattern (the  "##"  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  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 pattern removal  operation  is  ap-
-              plied  to each member of the array in turn, and the expansion is
+              t\bte\ber\brn\bM\bMa\bat\btc\bch\bhi\bin\bng\bg below.  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 value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest  matching  pattern
+              (the  "#"  case) or the longest matching pattern (the "##" 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 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 pattern removal operation is ap-
+              plied 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}
@@ -1966,15 +1966,15 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               R\bRe\bem\bmo\bov\bve\be m\bma\bat\btc\bch\bhi\bin\bng\bg s\bsu\buf\bff\bfi\bix\bx p\bpa\bat\btt\bte\ber\brn\bn.  The _\bw_\bo_\br_\bd is expanded to produce
               a pattern just as in pathname expansion, and matched against the
               expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br using the rules described under P\bPa\bat\bt-\b-
-              t\bte\ber\brn\bM\bMa\bat\btc\bch\bhi\bin\bng\bg below.  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 ex-
-              pansion is the expanded value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  with  the  shortest
-              matching  pattern (the "%" case) or the longest matching pattern
-              (the "%%" 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
+              t\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg below.  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  ex-
+              pansion  is  the  expanded  value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest
+              matching pattern (the "%" case) or the longest matching  pattern
+              (the  "%%"  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 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}
@@ -1982,127 +1982,127 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        ${_\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}
        ${_\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}
               P\bPa\bat\btt\bte\ber\brn\bn s\bsu\bub\bbs\bst\bti\bit\btu\but\bti\bio\bon\bn.  The _\bp_\ba_\bt_\bt_\be_\br_\bn is expanded to produce a pat-
-              tern  just  as in pathname expansion and matched against the ex-
-              panded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br using the rules described  under  P\bPa\bat\bt-\b-
-              t\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg  below.   The longest match of _\bp_\ba_\bt_\bt_\be_\br_\bn in the ex-
-              panded value is replaced with _\bs_\bt_\br_\bi_\bn_\bg.   _\bs_\bt_\br_\bi_\bn_\bg  undergoes  tilde
-              expansion,  parameter  and variable expansion, arithmetic expan-
+              tern just as in pathname expansion and matched against  the  ex-
+              panded  value  of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br using the rules described under P\bPa\bat\bt-\b-
+              t\bte\ber\brn\bM\bMa\bat\btc\bch\bhi\bin\bng\bg below.  The longest match of _\bp_\ba_\bt_\bt_\be_\br_\bn  in  the  ex-
+              panded  value  is  replaced with _\bs_\bt_\br_\bi_\bn_\bg.  _\bs_\bt_\br_\bi_\bn_\bg undergoes tilde
+              expansion, parameter and variable expansion,  arithmetic  expan-
               sion, command and process substitution, and quote removal.
 
-              In the first form above, only the first match is  replaced.   If
+              In  the  first form above, only the first match is replaced.  If
               there are two slashes separating _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br and _\bp_\ba_\bt_\bt_\be_\br_\bn (the sec-
-              ond  form  above),  all  matches  of  _\bp_\ba_\bt_\bt_\be_\br_\bn  are replaced with
-              _\bs_\bt_\br_\bi_\bn_\bg.  If _\bp_\ba_\bt_\bt_\be_\br_\bn is preceded by #\b# (the third form above),  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 is preceded by %\b% (the fourth  form  above),  it  must
+              ond form above),  all  matches  of  _\bp_\ba_\bt_\bt_\be_\br_\bn  are  replaced  with
+              _\bs_\bt_\br_\bi_\bn_\bg.   If _\bp_\ba_\bt_\bt_\be_\br_\bn is preceded by #\b# (the third form above), 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  is  preceded  by %\b% (the fourth form above), it must
               match at the end of the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.
 
-              If  the  expansion  of  _\bs_\bt_\br_\bi_\bn_\bg  is  null, matches of _\bp_\ba_\bt_\bt_\be_\br_\bn are
+              If the expansion of _\bs_\bt_\br_\bi_\bn_\bg  is  null,  matches  of  _\bp_\ba_\bt_\bt_\be_\br_\b are
               deleted and the /\b/ following _\bp_\ba_\bt_\bt_\be_\br_\bn may be omitted.
 
-              If the p\bpa\bat\bts\bsu\bub\bb_\b_r\bre\bep\bpl\bla\bac\bce\bem\bme\ben\bnt\bt shell option is enabled  using  s\bsh\bho\bop\bpt\bt,
-              any  unquoted  instances  of  &\b&  in _\bs_\bt_\br_\bi_\bn_\bg are replaced with the
+              If  the  p\bpa\bat\bts\bsu\bub\bb_\b_r\bre\bep\bpl\bla\bac\bce\bem\bme\ben\bnt\bt shell option is enabled using s\bsh\bho\bop\bpt\bt,
+              any unquoted instances of &\b& in  _\bs_\bt_\br_\bi_\bn_\bg  are  replaced  with  the
               matching portion of _\bp_\ba_\bt_\bt_\be_\br_\bn.
 
               Quoting any part of _\bs_\bt_\br_\bi_\bn_\bg inhibits replacement in the expansion
-              of the quoted portion, including replacement strings  stored  in
-              shell  variables.   Backslash will escape &\b& in _\bs_\bt_\br_\bi_\bn_\bg; the back-
-              slash is removed in order to permit a literal &\b& in the  replace-
-              ment  string.  Backslash can also be used to escape a backslash;
-              \\b\\\bresults in a literal backslash  in  the  replacement.   Users
-              should  take  care  if _\bs_\bt_\br_\bi_\bn_\bg is double-quoted to avoid unwanted
-              interactions between the  backslash  and  double-quoting,  since
-              backslash  has  special  meaning  within double quotes.  Pattern
-              substitution performs the check for unquoted &\b&  after  expanding
+              of  the  quoted portion, including replacement strings stored in
+              shell variables.  Backslash will escape &\b& in _\bs_\bt_\br_\bi_\bn_\bg;  the  back-
+              slash  is removed in order to permit a literal &\b& in the replace-
+              ment string.  Backslash can also be used to escape a  backslash;
+              \\b\\\b results  in  a  literal backslash in the replacement.  Users
+              should take care if _\bs_\bt_\br_\bi_\bn_\bg is double-quoted  to  avoid  unwanted
+              interactions  between  the  backslash  and double-quoting, since
+              backslash has special meaning  within  double  quotes.   Pattern
+              substitution  performs  the check for unquoted &\b& after expanding
               _\bs_\bt_\br_\bi_\bn_\bg; shell programmers should quote any occurrences of &\b& they
               want to be taken literally in the replacement and ensure any in-
               stances of &\b& they want to be replaced are unquoted.
 
-              Like  the  pattern  removal operators, double quotes surrounding
+              Like the pattern removal operators,  double  quotes  surrounding
               the replacement string quote the expanded characters, while dou-
-              ble quotes enclosing the entire parameter substitution  do  not,
-              since  the expansion is performed in a context that doesn't take
+              ble  quotes  enclosing the entire parameter substitution do not,
+              since the expansion is performed in a context that doesn't  take
               any enclosing double quotes into account.
 
-              If the n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh shell option is enabled, the  match  is  per-
+              If  the  n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh  shell option is enabled, the match is per-
               formed without regard to the case of alphabetic characters.
 
               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 expansion is the re-
-              sultant 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 mem-
-              ber of the array in turn, and the  expansion  is  the  resultant
+              each positional parameter in turn, and the expansion is the  re-
+              sultant  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  mem-
+              ber  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}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br^\b^^\b^_\bp_\ba_\bt_\bt_\be_\br_\bn}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br,\b,_\bp_\ba_\bt_\bt_\be_\br_\bn}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br,\b,,\b,_\bp_\ba_\bt_\bt_\be_\br_\bn}
-              C\bCa\bas\bse\b m\bmo\bod\bdi\bif\bfi\bic\bca\bat\bti\bio\bon\bn.   This expansion modifies the case of alpha-
-              betic characters in _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  The _\bp_\ba_\bt_\bt_\be_\br_\bn is expanded to  pro-
+              C\bCa\bas\bse\bm\bmo\bod\bdi\bif\bfi\bic\bca\bat\bti\bio\bon\bn.  This expansion modifies the case  of  alpha-
+              betic  characters in _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  The _\bp_\ba_\bt_\bt_\be_\br_\bn is expanded to pro-
               duce a pattern just as in pathname expansion.  Each character in
-              the  expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is tested against _\bp_\ba_\bt_\bt_\be_\br_\bn, and,
-              if it matches the pattern, its case is converted.   The  pattern
+              the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is tested against _\bp_\ba_\bt_\bt_\be_\br_\bn,  and,
+              if  it  matches the pattern, its case is converted.  The pattern
               should not attempt to match more than one character.
 
-              The  ^\b^  operator  converts lowercase letters matching _\bp_\ba_\bt_\bt_\be_\br_\bn to
+              The ^\b^ operator converts lowercase letters  matching  _\bp_\ba_\bt_\bt_\be_\br_\b to
               uppercase; the ,\b, operator converts matching uppercase letters to
-              lowercase.  The ^\b^^\b^ and ,\b,,\b, expansions convert each matched  char-
-              acter  in  the  expanded value; the ^\b^ and ,\b, expansions match and
+              lowercase.   The ^\b^^\b^ and ,\b,,\b, expansions convert each matched char-
+              acter in the expanded value; the ^\b^ and ,\b,  expansions  match  and
               convert only the first character in the expanded value.  If _\bp_\ba_\bt_\b-
-              _\bt_\be_\br_\bis omitted, it is treated like a  ?\b?,  which  matches  every
+              _\bt_\be_\br_\b is  omitted,  it  is treated like a ?\b?, which matches every
               character.
 
-              If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is @\b@ or *\b*, the case modification operation is ap-
+              If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the case modification operation  is  ap-
               plied 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  sub-
+              the  resultant  list.   If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is an array variable sub-
               scripted with @\b@ or *\b*, the case modification operation is applied
-              to  each  member  of the array in turn, and the expansion is the
+              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@_\bo_\bp_\be_\br_\ba_\bt_\bo_\br}
               P\bPa\bar\bra\bam\bme\bet\bte\ber\br t\btr\bra\ban\bns\bsf\bfo\bor\brm\bma\bat\bti\bio\bon\bn.  The expansion is either a transforma-
-              tion of the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br or  information  about  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
-              itself,  depending on the value of _\bo_\bp_\be_\br_\ba_\bt_\bo_\br.  Each _\bo_\bp_\be_\br_\ba_\bt_\bo_\br is a
+              tion  of  the  value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br or information about _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+              itself, depending on the value of _\bo_\bp_\be_\br_\ba_\bt_\bo_\br.  Each _\bo_\bp_\be_\br_\ba_\bt_\bo_\br is  a
               single letter:
-              U\bU      The expansion is a string that is the value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
-                     with  lowercase alphabetic characters converted to upper-
+              U\bU      The  expansion is a string that is the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+                     with lowercase alphabetic characters converted to  upper-
                      case.
-              u\bu      The expansion is a string that is the value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+              u\bu      The  expansion is a string that is the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
                      with the first character converted to uppercase, if it is
                      alphabetic.
-              L\bL      The  expansion is a string that is the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
-                     with uppercase alphabetic characters converted to  lower-
+              L\bL      The expansion is a string that is the value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+                     with  uppercase alphabetic characters converted to lower-
                      case.
-              Q\bQ      The  expansion is a string that is the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+              Q\bQ      The expansion is a string that is the value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
                      quoted in a format that can be reused as input.
-              E\bE      The expansion is a string that is the value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
-                     with  backslash  escape  sequences  expanded  as with the
+              E\bE      The  expansion is a string that is the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+                     with backslash escape  sequences  expanded  as  with  the
                      $\b$'\b'...'\b' quoting mechanism.
               P\bP      The expansion is a string that is the result of expanding
                      the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br as if it were a prompt string (see
                      P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG below).
-              A\bA      The expansion is a string in the form  of  an  assignment
-                     statement  or  d\bde\bec\bcl\bla\bar\bre\be  command  that, if evaluated, will
+              A\bA      The  expansion  is  a string in the form of an assignment
+                     statement or d\bde\bec\bcl\bla\bar\bre\be command  that,  if  evaluated,  will
                      recreate _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with its attributes and value.
-              K\bK      Produces a possibly-quoted version of the value of  _\bp_\ba_\br_\ba_\b-
-                     _\bm_\be_\bt_\be_\br,  except  that  it prints the values of indexed and
-                     associative arrays as  a  sequence  of  quoted  key-value
+              K\bK      Produces  a possibly-quoted version of the value of _\bp_\ba_\br_\ba_\b-
+                     _\bm_\be_\bt_\be_\br, except that it prints the values  of  indexed  and
+                     associative  arrays  as  a  sequence  of quoted key-value
                      pairs (see A\bAr\brr\bra\bay\bys\bs above).  The keys and values are quoted
                      in a format that can be reused as input.
-              a\ba      The  expansion is a string consisting of flag values rep-
+              a\ba      The expansion is a string consisting of flag values  rep-
                      resenting _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br's attributes.
-              k\bk      Like the K transformation, but expands the keys and  val-
-                     ues  of  indexed and associative arrays to separate words
+              k\bk      Like  the K transformation, but expands the keys and val-
+                     ues of indexed and associative arrays to  separate  words
                      after word splitting.
 
-              If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the operation is applied to  each  posi-
-              tional  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
+              If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is @\b@ or *\b*, the operation is applied to each posi-
+              tional 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 operation is applied to each member of the array in turn,
               and the expansion is the resultant list.
 
-              The  result  of  the  expansion is subject to word splitting and
+              The result of the expansion is subject  to  word  splitting  and
               pathname expansion as described below.
 
    C\bCo\bom\bmm\bma\ban\bnd\bd S\bSu\bub\bbs\bst\bti\bit\btu\but\bti\bio\bon\bn
@@ -2116,46 +2116,46 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        B\bBa\bas\bsh\bh performs the expansion by executing _\bc_\bo_\bm_\bm_\ba_\bn_\bd in a subshell environ-
        ment and replacing the command 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  com-
-       mand  substitution  $\b$(\b(c\bca\bat\bt  _\bf_\bi_\bl_\be)\b)  can be replaced by the equivalent but
+       not  deleted,  but they may be removed during word splitting.  The com-
+       mand 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).
 
-       With the old-style backquote form of  substitution,  backslash  retains
-       its  literal  meaning  except  when  followed by $\b$, `\b`, or \\b\.  The first
-       backquote not preceded by a backslash terminates the command  substitu-
-       tion.   When  using  the  $(_\bc_\bo_\bm_\bm_\ba_\bn_\bd)  form,  all characters between the
+       With  the  old-style  backquote form of substitution, backslash retains
+       its literal meaning except when followed by $\b$,  `\b`,  or  \\b\.   The  first
+       backquote  not preceded by a backslash terminates the command substitu-
+       tion.  When using the  $(_\bc_\bo_\bm_\bm_\ba_\bn_\bd)  form,  all  characters  between  the
        parentheses make up the command; none are treated specially.
 
        There is an alternate form of command substitution:
 
               $\b${\b{_\bc _\bc_\bo_\bm_\bm_\ba_\bn_\bd;\b;}\b}
 
-       which executes _\bc_\bo_\bm_\bm_\ba_\bn_\bd in the current execution  environment  and  cap-
+       which  executes  _\bc_\bo_\bm_\bm_\ba_\bn_\bd  in the current execution environment and cap-
        tures its output, again with trailing newlines removed.
 
        The character _\bc following the open brace must be a space, tab, newline,
-       or  |\b|,  and the close brace must be in a position where a reserved word
-       may appear (i.e., preceded by a command terminator such as  semicolon).
+       or |\b|, and the close brace must be in a position where a  reserved  word
+       may  appear (i.e., preceded by a command terminator such as semicolon).
        B\bBa\bas\bsh\bh allows the close brace to be joined to the remaining characters in
-       the  word without being followed by a shell metacharacter as a reserved
+       the word without being followed by a shell metacharacter as a  reserved
        word would usually require.
 
        Any side effects of _\bc_\bo_\bm_\bm_\ba_\bn_\bd take effect immediately in the current exe-
-       cution environment and persist in the  current  environment  after  the
+       cution  environment  and  persist  in the current environment after the
        command completes (e.g., the e\bex\bxi\bit\bt builtin will exit the shell).
 
-       This  type of command substitution superficially resembles executing an
-       unnamed shell function: local variables are created  as  when  a  shell
-       function  is  executing,  and the r\bre\bet\btu\bur\brn\bn builtin forces _\bc_\bo_\bm_\bm_\ba_\bn_\bd to com-
-       plete; however, the rest of the execution  environment,  including  the
+       This type of command substitution superficially resembles executing  an
+       unnamed  shell  function:  local  variables are created as when a shell
+       function is executing, and the r\bre\bet\btu\bur\brn\bn builtin forces  _\bc_\bo_\bm_\bm_\ba_\bn_\bd  to  com-
+       plete;  however,  the  rest of the execution environment, including the
        positional parameters, is shared with the caller.
 
-       If  the  first character following the open brace is a |\b|, the construct
-       expands to the value of the R\bRE\bEP\bPL\bLY\bY shell  variable  after  _\bc_\bo_\bm_\bm_\ba_\bn_\b exe-
-       cutes,  without removing any trailing newlines, and the standard output
-       of _\bc_\bo_\bm_\bm_\ba_\bn_\bd remains the same as in the calling shell.  B\bBa\bas\bsh\bh creates  R\bRE\bE-\b-
+       If the first character following the open brace is a |\b|,  the  construct
+       expands  to  the  value  of the R\bRE\bEP\bPL\bLY\bY shell variable after _\bc_\bo_\bm_\bm_\ba_\bn_\bd exe-
+       cutes, without removing any trailing newlines, and the standard  output
+       of  _\bc_\bo_\bm_\bm_\ba_\bn_\bd remains the same as in the calling shell.  B\bBa\bas\bsh\bh creates R\bRE\bE-\b-
        P\bPL\bLY\bY as an initially-unset local variable when _\bc_\bo_\bm_\bm_\ba_\bn_\bd executes, and re-
-       stores  R\bRE\bEP\bPL\bLY\bY to the value it had before the command substitution after
+       stores R\bRE\bEP\bPL\bLY\bY to the value it had before the command substitution  after
        _\bc_\bo_\bm_\bm_\ba_\bn_\bd completes, as with any local variable.
 
        Command substitutions may be nested.  To nest when using the backquoted
@@ -2170,117 +2170,117 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
 
               $\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 undergoes the same expansions as if it were within  dou-
-       ble  quotes,  but double quote characters in _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are not treated
-       specially and are removed.  All tokens in the expression undergo  para-
-       meter  and variable expansion, command substitution, and quote removal.
-       The result is treated as the arithmetic  expression  to  be  evaluated.
+       The  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn undergoes the same expansions as if it were within dou-
+       ble quotes, but double quote characters in _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are  not  treated
+       specially  and are removed.  All tokens in the expression undergo para-
+       meter and variable expansion, command substitution, and quote  removal.
+       The  result  is  treated  as the arithmetic expression to be evaluated.
        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
-       to standard error indicating failure, does not  perform  the  substitu-
+       to  standard  error  indicating failure, does not perform the substitu-
        tion, and does not execute the command associated with the expansion.
 
    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 allows a process's input or output to be referred
-       to using a filename.  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 asynchronously, and its input or output appears as
+       _\bP_\br_\bo_\bc_\be_\bs_\b_\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn allows a process's input or output to be  referred
+       to  using  a  filename.   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 asynchronously, and its input or output appears  as
        a filename.  This filename is passed as an argument to the current com-
        mand as the result of the expansion.
 
        If the >\b>(\b(_\bl_\bi_\bs_\bt)\b) form is used, writing to the file will provide input for
-       _\bl_\bi_\bs_\bt.  If the <\b<(\b(_\bl_\bi_\bs_\bt)\b) form is used, reading the file  will  obtain  the
-       output  of  _\bl_\bi_\bs_\bt.   No space may appear between the <\b< or >\b> and the left
+       _\bl_\bi_\bs_\bt.   If  the  <\b<(\b(_\bl_\bi_\bs_\bt)\b) form is used, reading the file will obtain the
+       output of _\bl_\bi_\bs_\bt.  No space may appear between the <\b< or >\b>  and  the  left
        parenthesis, otherwise the construct would be interpreted as a redirec-
        tion.
 
-       Process substitution is supported on systems that support  named  pipes
+       Process  substitution  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.
 
-       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
-       results of the other expansions into words using  these  characters  as
+       The shell treats each character of I\bIF\bFS\bS as a delimiter, and  splits  the
+       results  of  the  other expansions into words using these characters as
        field terminators.
 
        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 de-
-       fault,  then  sequences of s\bsp\bpa\bac\bce\be, t\bta\bab\bb, and n\bne\bew\bwl\bli\bin\bne\be at the beginning and
-       end of the results of the previous expansions are ignored, and any  se-
-       quence  of  I\bIF\bFS\bS  characters not at the beginning or end delimits words.
+       fault, then sequences of s\bsp\bpa\bac\bce\be, t\bta\bab\bb, and n\bne\bew\bwl\bli\bin\bne\be at the  beginning  and
+       end  of the results of the previous expansions are ignored, and any se-
+       quence of I\bIF\bFS\bS characters not at the beginning or  end  delimits  words.
        If I\bIF\bFS\bS has a value other than the default, then sequences of the white-
-       space characters s\bsp\bpa\bac\bce\be, t\bta\bab\bb, and n\bne\bew\bwl\bli\bin\bne\be present in the  value  of  I\bIF\bFS\bS
-       (an  I\bIF\bFS\bS  whitespace character) are ignored at the beginning and end of
-       the word.  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
+       space  characters  s\bsp\bpa\bac\bce\be,  t\bta\bab\bb, and n\bne\bew\bwl\bli\bin\bne\be present in the value of I\bIF\bFS\bS
+       (an I\bIF\bFS\bS whitespace character) are ignored at the beginning and  end  of
+       the  word.  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 delimiter.
 
-       If the value of I\bIF\bFS\bS is null, no word splitting occurs.  If I\bIF\bFS\bS  is  un-
-       set,  word  splitting  behaves  as if it contained the default value of
+       If  the  value of I\bIF\bFS\bS is null, no word splitting occurs.  If I\bIF\bFS\bS is un-
+       set, word splitting behaves as if it contained  the  default  value  of
        <\b<s\bsp\bpa\bac\bce\be>\b><\b<t\bta\bab\bb>\b><\b<n\bne\bew\bwl\bli\bin\bne\be>\b>.
 
-       Explicit null arguments ("\b""\b" or '\b''\b') are retained and passed to  commands
+       Explicit  null arguments ("\b""\b" or '\b''\b') are retained and passed to commands
        as empty strings.  Unquoted implicit null arguments, resulting from the
        expansion of parameters that have no values, are removed.  If a parame-
        ter with no value is expanded within double quotes, a null argument re-
        sults and is retained and passed to a command as an empty string.  When
-       a  quoted  null  argument  appears as part of a word whose expansion is
-       non-null, the null argument is removed.  That is, the word  "-d''"  be-
+       a quoted null argument appears as part of a  word  whose  expansion  is
+       non-null,  the  null argument is removed.  That is, the word "-d''" be-
        comes "-d" after word splitting and null argument removal.
 
        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
+       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, and is not quoted, then the word is regarded as a _\bp_\ba_\bt_\bt_\be_\br_\bn, and
        replaced with a sorted list of filenames matching the pattern (see P\bPa\bat\bt-\b-
-       t\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg  below) subject to the value of the G\bGL\bLO\bOB\bBS\bSO\bOR\bRT\bT shell vari-
+       t\bte\ber\brn\bM\bMa\bat\btc\bch\bhi\bin\bng\bg below) subject to the value of the G\bGL\bLO\bOB\bBS\bSO\bOR\bRT\bT  shell  vari-
        able.
 
-       If no matching filenames are found, and the shell  option  n\bnu\bul\bll\blg\bgl\blo\bob\b is
-       not  enabled,  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, b\bba\bas\bsh\bh prints an error
-       message and does not execute the command.  If the shell option  n\bno\boc\bca\bas\bse\be-\b-
-       g\bgl\blo\bob\b is  enabled, the match is performed without regard to the case of
+       If  no  matching  filenames are found, and the shell option n\bnu\bul\bll\blg\bgl\blo\bob\bb is
+       not enabled, 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,  b\bba\bas\bsh\bh  prints  an  error
+       message  and does not execute the command.  If the shell option n\bno\boc\bca\bas\bse\be-\b-
+       g\bgl\blo\bob\bis enabled, the match is performed without regard to the  case  of
        alphabetic characters.
 
        When a pattern is used for pathname expansion, the character "." at the
-       start of a name or immediately following a slash must  be  matched  ex-
-       plicitly,  unless  the  shell option d\bdo\bot\btg\bgl\blo\bob\bb is set.  In order to match
-       the filenames "." and "..", the pattern must begin with "." (for  exam-
-       ple,  ".?"),  even if d\bdo\bot\btg\bgl\blo\bob\bb is set.  If the g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs shell option
-       is enabled, the filenames "." and ".." never match, even if the pattern
-       begins with a ".".  When not matching pathnames, the "."  character  is
-       not treated specially.
-
-       When  matching  a  pathname, the slash character must always be matched
+       start  of  a  name or immediately following a slash must be matched ex-
+       plicitly, unless the shell option d\bdo\bot\btg\bgl\blo\bob\bb is set.  In  order  to  match
+       the  filenames  _\b. and _\b._\b., the pattern must begin with "." (for example,
+       ".?"), even if d\bdo\bot\btg\bgl\blo\bob\bb is set.  If the g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs shell option is en-
+       abled, the filenames _\b. and _\b._\b. never match, even if the  pattern  begins
+       with  a  ".".   When  not  matching pathnames, the "." character is not
+       treated specially.
+
+       When matching a pathname, the slash character must  always  be  matched
        explicitly by a slash in the pattern, but in other matching contexts it
-       can be matched by a special pattern character as described below  under
+       can  be matched by a special pattern character as described below under
        P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg.
 
-       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\bN 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,  g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs,  f\bfa\bai\bil\blg\bgl\blo\bob\bb,  and
+       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\bN 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, g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs, f\bfa\bai\bil\blg\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
-       from the list of matches.  If the n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\bb option is set, the  match-
-       ing  against  the patterns in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is performed without regard to
-       case.  The filenames "." and ".." 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\bGN\bNO\bOR\bRE\bE to a non-null value  has
-       the effect of enabling the d\bdo\bot\btg\bgl\blo\bob\bb shell option, so all other filenames
-       beginning  with  a "." will match.  To get the old behavior of ignoring
-       filenames beginning with a ".", make ".*"  one of the patterns in  G\bGL\bLO\bO-\b-
+       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.  If the n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\bb option is set, the match-
+       ing against the patterns in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE is performed without  regard  to
+       case.  The filenames _\b. and _\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\bGN\bNO\bOR\bRE\bE to a non-null value has the
+       effect of enabling the d\bdo\bot\btg\bgl\blo\bob\bb shell option, so all other filenames be-
+       ginning with a "." will match.  To get the  old  behavior  of  ignoring
+       filenames  beginning with a ".", make ".*"  one of the patterns in G\bGL\bLO\bO-\b-
        B\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.  The
        G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE pattern matching honors the setting of the e\bex\bxt\btg\bgl\blo\bob\bb shell op-
        tion.
@@ -2291,46 +2291,46 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        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.  When  the
-                     g\bgl\blo\bob\bbs\bst\bta\bar\b shell  option  is  enabled,  and *\b* is used in a
-                     pathname expansion context, two adjacent  *\b*s  used  as  a
-                     single  pattern will match all files and zero or more di-
-                     rectories and subdirectories.  If followed by  a  /\b/,  two
-                     adjacent  *\b*s  will match only directories and subdirecto-
+              *\b*      Matches  any string, including the null string.  When the
+                     g\bgl\blo\bob\bbs\bst\bta\bar\bshell option is enabled, and  *\b*  is  used  in  a
+                     pathname  expansion  context,  two  adjacent *\b*s used as a
+                     single pattern will match all files and zero or more  di-
+                     rectories  and  subdirectories.   If followed by a /\b/, two
+                     adjacent *\b*s will match only directories  and  subdirecto-
                      ries.
               ?\b?      Matches any single character.
-              [\b[...]\b]  Matches any one of the enclosed characters.   A  pair  of
-                     characters  separated by a hyphen denotes a _\br_\ba_\bn_\bg_\be _\be_\bx_\bp_\br_\be_\bs_\b-
-                     _\bs_\bi_\bo_\bn; any character that falls between those two  charac-
+              [\b[...]\b]  Matches  any  one  of the enclosed characters.  A pair of
+                     characters separated by a hyphen denotes a _\br_\ba_\bn_\bg_\b _\be_\bx_\bp_\br_\be_\bs_\b-
+                     _\bs_\bi_\bo_\bn;  any character that falls between those two charac-
                      ters, inclusive, using the current locale's collating se-
-                     quence  and character set, matches.  If the first charac-
+                     quence and character set, matches.  If the first  charac-
                      ter following the [\b[ is a !\b!  or a ^\b^ then any character not
-                     within the range matches.  A -\b- may be matched by  includ-
-                     ing  it  as  the first or last character in the set.  A ]\b]
-                     may be matched by including it as the first character  in
+                     within  the range matches.  A -\b- may be matched by includ-
+                     ing it as the first or last character in the  set.   A  ]\b]
+                     may  be matched by including it as the first character in
                      the set.
 
                      The sorting order of characters in range expressions, and
-                     the  characters  included in the range, are determined by
-                     the current locale and the values of  the  L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\b or
-                     L\bLC\bC_\b_A\bAL\bLL\b shell  variables,  if  set.  To obtain the tradi-
-                     tional interpretation of range expressions,  where  [\b[a\ba-\b-d\bd]\b]
-                     is  equivalent to [\b[a\bab\bbc\bcd\bd]\b], set the value of the L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE
-                     or L\bLC\bC_\b_A\bAL\bLL\bL shell variables to C\bC, or enable  the  g\bgl\blo\bob\bba\bas\bsc\bci\bi-\b-
+                     the characters included in the range, are  determined  by
+                     the  current  locale  and the values of the L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE or
+                     L\bLC\bC_\b_A\bAL\bLL\bshell variables, if set.   To  obtain  the  tradi-
+                     tional  interpretation  of range expressions, where [\b[a\ba-\b-d\bd]\b]
+                     is equivalent to [\b[a\bab\bbc\bcd\bd]\b], set the value of the  L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE
+                     or  L\bLC\bC_\b_A\bAL\bLL\bL  shell variables to C\bC, or enable the g\bgl\blo\bob\bba\bas\bsc\bci\bi-\b-
                      i\bir\bra\ban\bng\bge\bes\bs shell option.
 
-                     Within  [\b[ and ]\b], _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br _\bc_\bl_\ba_\bs_\bs_\be_\bs can be specified using
+                     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 standard:
 
-                     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\b p\bpr\bri\bin\bnt\bt
+                     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 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
@@ -2338,17 +2338,17 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
                      and 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 us-
-                     ing  the  syntax [\b[=\b=_\bc=\b=]\b], which matches all characters with
-                     the same collation weight (as defined by the current  lo-
+                     ing the syntax [\b[=\b=_\bc=\b=]\b], which matches all  characters  with
+                     the  same collation weight (as defined by the current lo-
                      cale) as the character _\bc.
 
                      Within [\b[ and ]\b], the syntax [\b[.\b._\bs_\by_\bm_\bb_\bo_\bl.\b.]\b] matches the collat-
                      ing symbol _\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, the
-       shell recognizes several extended pattern matching operators.   In  the
+       If the e\bex\bxt\btg\bgl\blo\bob\bb shell option is enabled using  the  s\bsh\bho\bop\bpt\bt  builtin,  the
+       shell  recognizes  several extended pattern matching operators.  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
+       separated by a |\b|.  Composite patterns may be formed using one  or  more
        of the following sub-patterns:
 
               ?\b?(\b(_\bp_\ba_\bt_\bt_\be_\br_\bn_\b-_\bl_\bi_\bs_\bt)\b)
@@ -2363,18 +2363,18 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
                      Matches anything except one of the given patterns.
 
        The e\bex\bxt\btg\bgl\blo\bob\bb option changes the behavior of the parser, since the paren-
-       theses are normally treated as operators with  syntactic  meaning.   To
-       ensure  that extended matching patterns are parsed correctly, make sure
-       that e\bex\bxt\btg\bgl\blo\bob\bb is enabled before parsing constructs containing  the  pat-
+       theses  are  normally  treated as operators with syntactic meaning.  To
+       ensure that extended matching patterns are parsed correctly, make  sure
+       that  e\bex\bxt\btg\bgl\blo\bob\bb  is enabled before parsing constructs containing the pat-
        terns, including shell functions and command substitutions.
 
        When matching filenames, the d\bdo\bot\btg\bgl\blo\bob\bb shell option determines the set of
-       filenames  that  are  tested: when d\bdo\bot\btg\bgl\blo\bob\bb is enabled, the set of file-
-       names includes all files beginning with ".", but "." and ".."  must  be
-       matched  by a pattern or sub-pattern that begins with a dot; when it is
+       filenames that are tested: when d\bdo\bot\btg\bgl\blo\bob\bb is enabled, the  set  of  file-
+       names  includes  all  files  beginning  with  ".", but _\b. and _\b._\b. must be
+       matched by a pattern or sub-pattern that begins with a dot; when it  is
        disabled, the set does not include any filenames beginning with "." un-
        less the pattern or sub-pattern begins with a ".".  If the g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs
-       shell option is enabled, the filenames "." and ".." never appear in the
+       shell  option  is  enabled,  the filenames _\b. and _\b._\b. never appear in the
        set.  As above, "." only has a special meaning when matching filenames.
 
        Complicated extended pattern matching against long strings is slow, es-
@@ -2868,18 +2868,18 @@ C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
        sions.  If the operating system on which b\bba\bas\bsh\bh is running provides these
        special files, bash will use them; otherwise it will emulate  them  in-
        ternally  with  this  behavior: 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,
-       is checked.
+       maries is of the form _\b/_\bd_\be_\bv_\b/_\bf_\bd_\b/_\bn, then b\bba\bas\bsh\bh checks  file  descriptor  _\bn.
+       If  the  _\bf_\bi_\bl_\be  argument  to  one  of the primaries is one of _\bd_\be_\bv_\b/_\bs_\bt_\bd_\bi_\bn,
+       _\bd_\be_\bv_\b/_\bs_\bt_\bd_\bo_\bu_\bt, or _\bd_\be_\bv_\b/_\bs_\bt_\bd_\be_\br_\br, b\bba\bas\bsh\bh checks file descriptor 0, 1, or 2,  re-
+       spectively.
 
        Unless otherwise specified, primaries that operate on files follow sym-
        bolic links and operate on the target of the link, rather than the link
        itself.
 
-       When used with [\b[[\b[, or when the shell is in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, the <\b< and >\b op-
-       erators  sort  lexicographically  using  the  current locale.  When the
-       shell is not in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, the t\bte\bes\bst\bt command sorts using  ASCII  order-
+       When  used with [\b[[\b[, or when the shell is in posix mode, the <\b< and >\b> op-
+       erators sort lexicographically using  the  current  locale.   When  the
+       shell  is  not in posix mode, the t\bte\bes\bst\bt command sorts using ASCII order-
        ing.
 
        -\b-a\ba _\bf_\bi_\bl_\be
@@ -2918,25 +2918,25 @@ 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-L\bL _\bf_\bi_\bl_\be
               True if _\bf_\bi_\bl_\be exists and is a symbolic link.
        -\b-N\bN _\bf_\bi_\bl_\be
-              True  if _\bf_\bi_\bl_\be exists and has been modified since it was last ac-
+              True if _\bf_\bi_\bl_\be exists and has been modified since it was last  ac-
               cessed.
        -\b-O\bO _\bf_\bi_\bl_\be
               True if _\bf_\bi_\bl_\be exists and is owned by the effective user id.
        -\b-S\bS _\bf_\bi_\bl_\be
               True if _\bf_\bi_\bl_\be exists and is a socket.
        -\b-o\bo _\bo_\bp_\bt_\bn_\ba_\bm_\be
-              True if the 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  the  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-v\bv _\bv_\ba_\br_\bn_\ba_\bm_\be
-              True if the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set (has been  assigned  a
-              value).   If  _\bv_\ba_\br_\bn_\ba_\bm_\be  is  an  indexed  array variable name sub-
-              scripted by _\b@ or _\b*, this returns true if the array has  any  set
+              True  if  the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set (has been assigned a
+              value).  If _\bv_\ba_\br_\bn_\ba_\bm_\be is  an  indexed  array  variable  name  sub-
+              scripted  by  _\b@ or _\b*, this returns true if the array has any set
               elements.  If _\bv_\ba_\br_\bn_\ba_\bm_\be is an associative array variable name sub-
-              scripted  by  _\b@  or _\b*, this returns true if an element with that
+              scripted by _\b@ or _\b*, this returns true if an  element  with  that
               key is set.
        -\b-R\bR _\bv_\ba_\br_\bn_\ba_\bm_\be
-              True if the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set and is a  name  refer-
+              True  if  the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set and is a name refer-
               ence.
        -\b-z\bz _\bs_\bt_\br_\bi_\bn_\bg
               True if the length of _\bs_\bt_\br_\bi_\bn_\bg is zero.
@@ -2946,8 +2946,8 @@ C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
 
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 =\b==\b= _\bs_\bt_\br_\bi_\bn_\bg_\b2
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 =\b= _\bs_\bt_\br_\bi_\bn_\bg_\b2
-              True  if  the strings are equal.  =\b= should be used with the t\bte\bes\bst\bt
-              command for POSIX conformance.  When used with the  [\b[[\b command,
+              True if the strings are equal.  =\b= should be used with  the  t\bte\bes\bst\bt
+              command  for  POSIX conformance.  When used with the [\b[[\b[ command,
               this performs pattern matching as described above (C\bCo\bom\bmp\bpo\bou\bun\bnd\bd C\bCo\bom\bm-\b-
               m\bma\ban\bnd\bds\bs).
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 !\b!=\b= _\bs_\bt_\br_\bi_\bn_\bg_\b2
@@ -2958,124 +2958,124 @@ 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 _\bs_\bt_\br_\bi_\bn_\bg_\b1 sorts after _\bs_\bt_\br_\bi_\bn_\bg_\b2 lexicographically.
 
        _\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.
        _\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.
 
        _\ba_\br_\bg_\b1 O\bOP\bP _\ba_\br_\bg_\b2
-              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.  When used with the [\b[[\b[ command,  _\ba_\br_\bg_\b and
-              _\ba_\br_\bg_\b are  evaluated  as  arithmetic expressions (see A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC
+              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
+              or  negative  integers.  When used with the [\b[[\b[ command, _\ba_\br_\bg_\b1 and
+              _\ba_\br_\bg_\bare evaluated as  arithmetic  expressions  (see  A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC
               E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN above).
 
 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 the shell executes a simple command, it performs the following ex-
-       pansions, assignments, and redirections, from left  to  right,  in  the
+       pansions,  assignments,  and  redirections,  from left to right, in the
        following order.
 
-       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.   In  the case of such a command (one that consists
-       only of assignment statements and redirections), assignment  statements
-       are  performed before redirections.  Otherwise, the variables are added
-       to the environment of the executed command and do not affect  the  cur-
+       shell environment.  In the case of such a command  (one  that  consists
+       only  of assignment statements and redirections), assignment statements
+       are performed before redirections.  Otherwise, the variables are  added
+       to  the  environment of the executed command and do not affect the cur-
        rent shell environment.  If any of the assignments attempts to assign a
-       value  to  a  readonly variable, an error occurs, and the command exits
+       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  af-
-       fect  the  current  shell  environment.  A redirection error causes the
+       If  no command name results, redirections are performed, but do not af-
+       fect 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 zero sta-
        tus.
 
 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 shell performs the fol-
+       After  a  command  has been split into words, if it results in a simple
+       command and an optional list of arguments, the shell performs the  fol-
        lowing actions.
 
-       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-
+       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 re-
-       member 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).  Bash performs a full search of the directo-
-       ries in P\bPA\bAT\bTH\bH only if the command is not found in the  hash  table.   If
-       the  search  is  unsuccessful,  the  shell searches for a defined shell
-       function named c\bco\bom\bmm\bma\ban\bnd\bd_\b_n\bno\bot\bt_\b_f\bfo\bou\bun\bnd\bd_\b_h\bha\ban\bnd\bdl\ble\be.  If that function  exists,  it
-       is  invoked  in a separate execution environment with the original com-
-       mand and the original command's arguments as  its  arguments,  and  the
-       function's  exit  status  becomes the exit status of that subshell.  If
+       member  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).  Bash performs a full search of  the  directo-
+       ries  in  P\bPA\bAT\bTH\bH  only if the command is not found in the hash table.  If
+       the search is unsuccessful, the shell  searches  for  a  defined  shell
+       function  named  c\bco\bom\bmm\bma\ban\bnd\bd_\b_n\bno\bot\bt_\b_f\bfo\bou\bun\bnd\bd_\b_h\bha\ban\bnd\bdl\ble\be.  If that function exists, it
+       is invoked in a separate execution environment with the  original  com-
+       mand  and  the  original  command's arguments as its arguments, and the
+       function's exit status becomes the exit status of  that  subshell.   If
        that function is not defined, the shell prints an error message and re-
        turns 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
+       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, and the shell creates a new instance of
-       itself  to  execute  it.  Bash tries to determine whether the file is a
-       text file or a binary, and will not execute files it determines  to  be
+       itself to execute it.  Bash tries to determine whether the  file  is  a
+       text  file  or a binary, and will not execute files it determines to be
        binaries.  This subshell reinitializes itself, so that the effect is as
-       if  a  new shell had been invoked to handle the script, with the excep-
-       tion that the locations of commands remembered by the parent (see  h\bha\bas\bsh\bh
+       if a new shell had been invoked to handle the script, with  the  excep-
+       tion  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.
@@ -3083,135 +3083,135 @@ 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 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.
 
        A _\bs_\bu_\bb_\bs_\bh_\be_\bl_\bl is a copy of the shell process.
 
-       Command substitution, commands grouped with parentheses, and  asynchro-
+       Command  substitution, commands grouped with parentheses, and asynchro-
        nous commands are invoked in a subshell environment that is a duplicate
        of the shell environment, except that traps caught by the shell are re-
-       set  to  the values that the shell inherited from its parent at invoca-
-       tion.  Builtin commands that are invoked as part of a pipeline,  except
-       possibly  in  the  last  element depending on the value of the l\bla\bas\bst\btp\bpi\bip\bpe\be
-       shell option, are also executed in  a  subshell  environment.   Changes
-       made  to  the  subshell environment cannot affect the shell's execution
+       set to the values that the shell inherited from its parent  at  invoca-
+       tion.   Builtin commands that are invoked as part of a pipeline, except
+       possibly in the last element depending on the  value  of  the  l\bla\bas\bst\btp\bpi\bip\bpe\be
+       shell  option,  are  also  executed in a subshell environment.  Changes
+       made to the subshell environment cannot affect  the  shell's  execution
        environment.
 
-       When the shell is in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, subshells spawned to  execute  command
-       substitutions  inherit  the  value  of  the -\b-e\be option from their parent
-       shell.  When not in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, b\bba\bas\bsh\bh clears the -\b-e\be option in such  sub-
-       shells.   See the description of the i\bin\bnh\bhe\ber\bri\bit\bt_\b_e\ber\brr\bre\bex\bxi\bit\bt shell option below
+       When  the  shell is in posix mode, subshells spawned to execute command
+       substitutions inherit the value of the  -\b-e\be  option  from  their  parent
+       shell.   When not in posix mode, b\bba\bas\bsh\bh clears the -\b-e\be option in such sub-
+       shells.  See the description of the i\bin\bnh\bhe\ber\bri\bit\bt_\b_e\ber\brr\bre\bex\bxi\bit\bt shell option  below
        for how to control this behavior when not in posix mode.
 
-       If a command is followed by a &\b& and job control is not active, the  de-
+       If  a command is followed by a &\b& and job control is not active, the de-
        fault standard input for the command is the empty file _\b/_\bd_\be_\bv_\b/_\bn_\bu_\bl_\bl.  Oth-
-       erwise,  the invoked command inherits the file descriptors of the call-
+       erwise, the invoked command inherits the file descriptors of the  call-
        ing 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  in-
-       vocation,  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
+       The  shell provides several ways to manipulate the environment.  On in-
+       vocation, 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
        processes.  Executed commands inherit the environment.  The e\bex\bxp\bpo\bor\brt\bt, d\bde\be-\b-
-       c\bcl\bla\bar\bre\b -\b-x\bx,  and  u\bun\bns\bse\bet\bt  commands  modify  the environment by adding and
-       deleting parameters and functions.  If the value of a parameter in  the
-       environment  is  modified,  the new value automatically 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 modified in the shell, less any pairs removed by the  u\bun\bn-\b-
-       s\bse\bet\b or  e\bex\bxp\bpo\bor\brt\bt  -\b-n\bn commands, plus any additions via the e\bex\bxp\bpo\bor\brt\bt and d\bde\be-\b-
+       c\bcl\bla\bar\bre\b-\b-x\bx, and u\bun\bns\bse\bet\bt commands  modify  the  environment  by  adding  and
+       deleting  parameters and functions.  If the value of a parameter in the
+       environment is modified, the new value automatically  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 modified in the shell, less any pairs removed by the u\bun\bn-\b-
+       s\bse\bet\bor e\bex\bxp\bpo\bor\brt\bt -\b-n\bn commands, plus any additions via the  e\bex\bxp\bpo\bor\brt\bt  and  d\bde\be-\b-
        c\bcl\bla\bar\bre\be -\b-x\bx commands.
 
-       If any parameter assignments, as described above in P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS,  appear
+       If  any parameter assignments, as described above in P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS, appear
        before a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd, the variable assignments are part of that com-
        mand's environment for as long as it executes.  These assignment state-
-       ments  affect  only the environment seen by that command.  If these as-
-       signments precede a call to a shell function, the variables  are  local
+       ments affect only the environment seen by that command.  If  these  as-
+       signments  precede  a call to a shell function, the variables are local
        to the function and exported to that function's children.
 
-       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
+       When b\bba\bas\bsh\bh invokes an external command, the variable _\b_  is  set  to  the
        full pathname of the command and passed to that command in its environ-
        ment.
 
 E\bEX\bXI\bIT\bT S\bST\bTA\bAT\bTU\bUS\bS
-       The exit status of an executed command is the  value  returned  by  the
+       The  exit  status  of  an executed command is the value returned by the
        _\bw_\ba_\bi_\bt_\bp_\bi_\bd system call or equivalent function.  Exit statuses fall between
-       0  and  255, though, as explained below, the shell may use values above
+       0 and 255, though, as explained below, the shell may use  values  above
        125 specially.  Exit statuses from shell builtins and compound commands
        are also limited to this range.  Under certain circumstances, the shell
        will use special values to indicate specific failure modes.
 
        For the shell's purposes, a command which exits with a zero exit status
-       has succeeded.  So while an exit status of zero  indicates  success,  a
+       has  succeeded.   So  while 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
+       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  re-
-       turns  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 re-
+       turns 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
-       return an exit status of 2 to indicate incorrect usage,  generally  in-
+       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, generally in-
        valid options or missing arguments.
 
        The exit status of the last command is available in the special parame-
        ter $?.
 
-       B\bBa\bas\bsh\b itself  returns the exit status of the last command executed, un-
-       less a syntax error occurs, in which case  it  exits  with  a  non-zero
+       B\bBa\bas\bsh\bitself returns the exit status of the last command  executed,  un-
+       less  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
-       S\bSI\bIG\bGT\bTE\bER\bRM\b(so that k\bki\bil\bll\bl 0\b0  does  not  kill  an  interactive  shell),  and
+       When b\bba\bas\bsh\bh is interactive, in the  absence  of  any  traps,  it  ignores
+       S\bSI\bIG\bGT\bTE\bER\bRM\b (so  that  k\bki\bil\bll\bl  0\b0  does  not  kill an interactive shell), and
        catches and handles S\bSI\bIG\bGI\bIN\bNT\bT (so that the w\bwa\bai\bit\bt builtin is interruptible).
-       When  b\bba\bas\bsh\bh  receives  S\bSI\bIG\bGI\bIN\bNT\bT, it breaks out of any executing loops.  In
+       When b\bba\bas\bsh\bh receives S\bSI\bIG\bGI\bIN\bNT\bT, it breaks out of any  executing  loops.   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 ig-
        nores 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.
 
@@ -3220,140 +3220,140 @@ S\bSI\bIG\bGN\bNA\bAL\bLS\bS
 
        Non-builtin commands b\bba\bas\bsh\bh executes have signal handlers set to the val-
        ues inherited by the shell from its parent, unless t\btr\bra\bap\bp sets them to be
-       ignored, in which case the child process  will  ignore  them  as  well.
-       When  job control is not in effect, asynchronous commands ignore S\bSI\bIG\bGI\bIN\bNT\bT
+       ignored,  in  which  case  the  child process will ignore them as well.
+       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 substitution ignore the keyboard-generated  job  con-
+       result  of  command substitution ignore the keyboard-generated job con-
        trol signals 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.
 
-       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.   The  shell sends S\bSI\bIG\bGC\bCO\bON\bNT\bT to stopped jobs to ensure that they
-       receive the S\bSI\bIG\bGH\bHU\bUP\bP (see J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL below for  more  information  about
-       running  and stopped jobs).  To prevent the shell from sending the sig-
-       nal to a particular job, remove it 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 mark it not to receive
+       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.  The shell sends S\bSI\bIG\bGC\bCO\bON\bNT\bT to stopped jobs to ensure  that  they
+       receive  the  S\bSI\bIG\bGH\bHU\bUP\bP  (see J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL below for more information about
+       running and stopped jobs).  To prevent the shell from sending the  sig-
+       nal  to a particular job, remove it 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 mark it  not  to  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 using 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 using 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.  If b\bba\bas\bsh\bh is waiting for an asynchronous command via the
-       w\bwa\bai\bit\bbuiltin, and it receives a signal for which a trap has  been  set,
-       the  w\bwa\bai\bit\bt  builtin  will return immediately with an exit status greater
+       w\bwa\bai\bit\b builtin,  and it receives a signal for which a trap has been set,
+       the w\bwa\bai\bit\bt builtin will return immediately with an  exit  status  greater
        than 128, immediately after which the shell executes the trap.
 
-       When job control is not enabled, and b\bba\bas\bsh\bh is waiting for  a  foreground
+       When  job  control is not enabled, and b\bba\bas\bsh\bh is waiting for a foreground
        command to complete, the shell receives keyboard-generated signals such
-       as  S\bSI\bIG\bGI\bIN\bNT\bT (usually generated by ^\b^C\bC) that users commonly intend to send
+       as S\bSI\bIG\bGI\bIN\bNT\bT (usually generated by ^\b^C\bC) that users commonly intend to  send
        to that command.  This happens because the shell and the command are in
-       the same process group as the terminal, and  ^\b^C\bC  sends  S\bSI\bIG\bGI\bIN\bNT\bT  to  all
+       the  same  process  group  as  the terminal, and ^\b^C\bC sends S\bSI\bIG\bGI\bIN\bNT\bT to all
        processes in that process group.  See J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL below for more infor-
        mation about process groups.
 
-       When  b\bba\bas\bsh\bh  is  running without job control enabled and receives S\bSI\bIG\bGI\bIN\bNT\bT
-       while waiting for a foreground command, it waits until that  foreground
+       When b\bba\bas\bsh\bh is running without job control enabled  and  receives  S\bSI\bIG\bGI\bIN\bNT\bT
+       while  waiting for a foreground command, it waits until that foreground
        command terminates and then decides what to do about the S\bSI\bIG\bGI\bIN\bNT\bT:
 
        1.     If the command terminates due to the S\bSI\bIG\bGI\bIN\bNT\bT, b\bba\bas\bsh\bh concludes that
-              the  user meant to end the entire script, and acts on the S\bSI\bIG\bGI\bIN\bNT\bT
+              the user meant to end the entire script, and acts on the  S\bSI\bIG\bGI\bIN\bNT\bT
               (e.g., by running a S\bSI\bIG\bGI\bIN\bNT\bT trap or exiting itself);
 
-       2.     If the command does not terminate due  to  S\bSI\bIG\bGI\bIN\bNT\bT,  the  program
-              handled  the  S\bSI\bIG\bGI\bIN\bNT\bT itself and did not treat it as a fatal sig-
-              nal.  In that case, b\bba\bas\bsh\bh does not treat S\bSI\bIG\bGI\bIN\bNT\bT as a  fatal  sig-
-              nal,  either,  instead assuming that the S\bSI\bIG\bGI\bIN\bNT\bT was used as part
-              of the program's normal operation (e.g., emacs uses it to  abort
+       2.     If  the  command  does  not terminate due to S\bSI\bIG\bGI\bIN\bNT\bT, the program
+              handled the S\bSI\bIG\bGI\bIN\bNT\bT itself and did not treat it as a  fatal  sig-
+              nal.   In  that case, b\bba\bas\bsh\bh does not treat S\bSI\bIG\bGI\bIN\bNT\bT as a fatal sig-
+              nal, either, instead assuming that the S\bSI\bIG\bGI\bIN\bNT\bT was used  as  part
+              of  the program's normal operation (e.g., emacs uses it to abort
               editing commands) or deliberately discarded.  However, b\bba\bas\bsh\bh will
-              run  any  trap  set on S\bSI\bIG\bGI\bIN\bNT\bT, as it does with any other trapped
-              signal it receives while it is waiting for the  foreground  com-
+              run any trap set on S\bSI\bIG\bGI\bIN\bNT\bT, as it does with  any  other  trapped
+              signal  it  receives while it is waiting for the foreground com-
               mand to complete, for compatibility.
 
 J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL
        _\bJ_\bo_\bb _\bc_\bo_\bn_\bt_\br_\bo_\bl refers to the ability to selectively stop (_\bs_\bu_\bs_\bp_\be_\bn_\bd) the ex-
-       ecution  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  in-
+       ecution 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 in-
        terface supplied jointly by the operating system kernel's terminal dri-
        ver 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 the j\bjo\bob\bbs\bs command  will  display.   Each
-       job  has  a _\bj_\bo_\bb _\bn_\bu_\bm_\bb_\be_\br, which j\bjo\bob\bbs\bs displays between brackets.  Job num-
-       bers start at 1.  When b\bba\bas\bsh\bh starts a job asynchronously (in  the  _\bb_\ba_\bc_\bk_\b-
+       The shell associates a _\bj_\bo_\bb with each pipeline.  It  keeps  a  table  of
+       currently  executing  jobs,  which the j\bjo\bob\bbs\bs command will display.  Each
+       job has a _\bj_\bo_\bb _\bn_\bu_\bm_\bb_\be_\br, which j\bjo\bob\bbs\bs displays between brackets.   Job  num-
+       bers  start  at 1.  When b\bba\bas\bsh\bh starts a job asynchronously (in the _\bb_\ba_\bc_\bk_\b-
        _\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,
        each process has a _\bp_\br_\bo_\bc_\be_\bs_\bs _\bg_\br_\bo_\bu_\bp _\bI_\bD, and 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.  Processes that have
-       the  same  process  group  ID  are  said to be part of the same _\bp_\br_\bo_\bc_\be_\bs_\bs
-       _\bg_\br_\bo_\bu_\bp.  Members  of  the  _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd  process  group  (processes  whose
+       the same process group ID are said to  be  part  of  the  same  _\bp_\br_\bo_\bc_\be_\bs_\bs
+       _\bg_\br_\bo_\bu_\bp.   Members  of  the  _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd  process  group  (processes whose
        process group ID is equal to the current terminal process group ID) re-
-       ceive  keyboard-generated  signals  such  as  S\bSI\bIG\bGI\bIN\bNT\bT.  Processes in the
-       foreground process group are said to be  _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd  processes.   _\bB_\ba_\bc_\bk_\b-
+       ceive keyboard-generated signals such  as  S\bSI\bIG\bGI\bIN\bNT\bT.   Processes  in  the
+       foreground  process  group  are said to be _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd processes.  _\bB_\ba_\bc_\bk_\b-
        _\bg_\br_\bo_\bu_\bn_\bd processes are those whose process group ID differs from the ter-
        minal's; such processes are immune to keyboard-generated signals.  Only
        foreground processes are allowed to read from or, if the user so speci-
-       fies  with  "stty tostop", write to the terminal.  Background processes
-       which attempt to read from (write to when "tostop" is  in  effect)  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 kernel's terminal
+       fies with "stty tostop", write to the terminal.   Background  processes
+       which  attempt  to  read from (write to when "tostop" is in effect) 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  kernel's  terminal
        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 stops that process 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 (typi-
-       cally ^\b^Y\bY, Control-Y) causes the process stop when it attempts  to  read
-       input  from  the  terminal, and returns control to b\bba\bas\bsh\bh.  The user then
-       manipulates the state of this job, using the b\bbg\bg command to continue  it
-       in  the background, the f\bfg\bg command to continue it in the foreground, or
-       the k\bki\bil\bll\bl command to kill it.  The suspend character takes effect  imme-
-       diately,  and  has the additional side effect of discarding any pending
+       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  (typi-
+       cally  ^\b^Y\bY,  Control-Y) causes the process stop when it attempts to read
+       input from the terminal, and returns control to b\bba\bas\bsh\bh.   The  user  then
+       manipulates  the state of this job, using the b\bbg\bg command to continue it
+       in the background, the f\bfg\bg command to continue it in the foreground,  or
+       the  k\bki\bil\bll\bl command to kill it.  The suspend character takes effect imme-
+       diately, and has the additional side effect of discarding  any  pending
        output and typeahead.  To force a background process to stop, or stop a
-       process that's not associated with the current terminal  session,  send
+       process  that's  not associated with the current terminal session, send
        it the S\bSI\bIG\bGS\bST\bTO\bOP\bP signal using k\bki\bil\bll\bl.
 
        There are a number of ways to refer to a job in the shell.  The %\b% char-
        acter introduces a job specification (jobspec).
 
-       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 example, %\b%c\bce\be refers to a job whose
-       command name begins with c\bce\be.  Using %\b%?\b?c\bce\be, on the other hand, refers  to
+       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 example, %\b%c\bce\be refers to  a  job  whose
+       command  name begins with c\bce\be.  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 prefix or
        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.
-       A single % (with no accompanying job specification) also refers to  the
-       current  job.  %\b%-\b- refers to the _\bp_\br_\be_\bv_\bi_\bo_\bu_\bs _\bj_\bo_\bb.  When a job starts in the
+       The symbols %\b%%\b% and %\b%+\b+ refer to the shell's notion of the  _\bc_\bu_\br_\br_\be_\bn_\b _\bj_\bo_\bb.
+       A  single % (with no accompanying job specification) also refers to the
+       current job.  %\b%-\b- refers to the _\bp_\br_\be_\bv_\bi_\bo_\bu_\bs _\bj_\bo_\bb.  When a job starts in  the
        background, a job stops while in the foreground, or a job is resumed in
-       the background, it becomes the current job.  The job that was the  cur-
-       rent  job  becomes  the previous job.  When the current job terminates,
-       the previous job becomes the current job.  If there is  only  a  single
-       job,  %\b%+\b+  and %\b%-\b- can both be used to refer to that job.  In output per-
+       the  background, it becomes the current job.  The job that was the cur-
+       rent job becomes the previous job.  When the  current  job  terminates,
+       the  previous  job  becomes the current job.  If there is only a single
+       job, %\b%+\b+ and %\b%-\b- can both be used to refer to that job.  In  output  per-
        taining to jobs (e.g., the output of the j\bjo\bob\bbs\bs command), the current job
        is always marked 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\b is
-       a  synonym  for  "fg  %1",  bringing job 1 from the background into the
+       Simply  naming a job can be used to bring it into the foreground: %\b%1\b1 is
+       a synonym for "fg %1", bringing job 1  from  the  background  into  the
        foreground.  Similarly, "%1 &" resumes job 1 in the background, equiva-
        lent to "bg %1".
 
-       The shell learns immediately whenever a job changes  state.   Normally,
-       b\bba\bas\bsh\b waits  until  it  is about to print a prompt before notifying the
-       user about changes in a job's status so as to not interrupt  any  other
-       output,  though  it  will  notify  of changes in a job's status after a
-       foreground command in a list completes, before executing the next  com-
-       mand  in  the list.  If the -\b-b\bb option to the s\bse\bet\bt builtin command is en-
-       abled, b\bba\bas\bsh\bh reports such changes immediately.  B\bBa\bas\bsh\bh executes  any  trap
+       The  shell  learns immediately whenever a job changes state.  Normally,
+       b\bba\bas\bsh\bwaits until it is about to print a  prompt  before  notifying  the
+       user  about  changes in a job's status so as to not interrupt any other
+       output, though it will notify of changes in  a  job's  status  after  a
+       foreground  command in a list completes, before executing the next com-
+       mand in the list.  If the -\b-b\bb option to the s\bse\bet\bt builtin command  is  en-
+       abled, b\bba\bas\bsh\bh reports status changes immediately.  B\bBa\bas\bsh\bh executes any trap
        on S\bSI\bIG\bGC\bCH\bHL\bLD\bD for each child that terminates.
 
        When a job terminates and b\bba\bas\bsh\bh notifies the user about it, b\bba\bas\bsh\bh removes
@@ -3457,33 +3457,43 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        to the s\bse\bet\bt builtin.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be N\bNo\bot\bta\bat\bti\bio\bon\bn
-       This  section  uses an emacs-style notation to denote keystrokes.  Con-
-       trol keys are denoted by C-_\bk_\be_\by, e.g., C-n means Control-N.   Similarly,
-       _\bm_\be_\bt_\ba keys are denoted by M-_\bk_\be_\by, so M-x means Meta-X.
-
-       On  keyboards  without a _\bM_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press the Es-
-       cape key then the _\bx key.  This makes ESC the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx.  The combina-
-       tion M-C-_\bx means ESC-Control-_\bx, or press the Escape key then  hold  the
-       Control key while pressing the _\bx key.
-
-       On  some keyboards, the Meta key modifier produces meta characters with
-       the eighth bit (0200) set (you can use the e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by variable  to
-       control  whether  or  not it does this, if the keyboard allows it).  On
-       many others, the terminal or terminal emulator  converts  the  metafied
-       key  to a key sequence beginning with ESC as described in the preceding
+       This  section  uses  Emacs-style editing concepts and uses its notation
+       for keystrokes.  Control keys are denoted by  C-_\bk_\be_\by,  e.g.,  C-n  means
+       Control-N.   Similarly,  _\bm_\be_\bt_\ba  keys  are denoted by M-_\bk_\be_\by, so M-x means
+       Meta-X.  The Meta key is often labeled "Alt" or "Option".
+
+       On keyboards without a _\bM_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press  and  re-
+       lease  the  Escape  key, then press and release the _\bx key, in sequence.
+       This makes ESC the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx.  The combination M-C-_\bx  means  ESC-Con-
+       trol-_\bx:  press and release the Escape key, then press and hold the Con-
+       trol key while pressing the _\bx key, then release both.
+
+       On some keyboards, the Meta key modifier produces characters  with  the
+       eighth  bit  (0200)  set.   You can use the e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by variable to
+       control whether or not it does this, if the  keyboard  allows  it.   On
+       many  others,  the  terminal or terminal emulator converts the metafied
+       key to a key sequence beginning with ESC as described in the  preceding
        paragraph.
 
-       If your _\bM_\be_\bt_\ba key produces a key sequence with the ESC meta prefix,  you
-       can  make M-_\bk_\be_\by key bindings you specify (see R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs be-
+       If  your _\bM_\be_\bt_\ba key produces a key sequence with the ESC meta prefix, you
+       can make M-_\bk_\be_\by key bindings you specify (see R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\b be-
        low) do the same thing by setting the f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx variable.
 
-       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) makes that command  act
-       in  a backward direction.  Commands whose behavior with arguments devi-
+       R\bRe\bea\bad\bdl\bli\bin\bne\be 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) makes that command act
+       in a backward direction.  Commands whose behavior with arguments  devi-
        ates from this are noted below.
 
+       The  _\bp_\bo_\bi_\bn_\bt  is  the current cursor position, and _\bm_\ba_\br_\bk refers to a saved
+       cursor position.  The text between the point and mark is referred to as
+       the _\br_\be_\bg_\bi_\bo_\bn.  R\bRe\bea\bad\bdl\bli\bin\bne\be has the concept of an _\ba_\bc_\bt_\bi_\bv_\be _\br_\be_\bg_\bi_\bo_\bn: when the re-
+       gion is active, r\bre\bea\bad\bdl\bli\bin\bne\be redisplay  highlights  the  region  using  the
+       value of the a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br variable.  The e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
+       g\bgi\bio\bon\bn  variable  turns this on and off.  Several commands set the region
+       to active; those are noted below.
+
        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  accumulate  the deleted text into one
@@ -3491,11 +3501,11 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        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
+       R\bRe\bea\bad\bdl\bli\bin\bne\be 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 shell variable.  If that variable is unset, the default  is
-       _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc.   If  that file  does not exist or cannot be read, readline
-       looks for _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc.  When a program which uses the readline library
+       _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc.   If  that file  does not exist or cannot be read, r\bre\bea\bad\bdl\bli\bin\bne\be
+       looks for _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc.  When a program which uses the r\bre\bea\bad\bdl\bli\bin\bne\be library
        starts up, r\bre\bea\bad\bdl\bli\bin\bne\be reads the initialization  file  and  sets  the  key
        bindings and variables found there, before reading any user input.
 
@@ -3505,7 +3515,7 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        key bindings and variable settings.
 
        The default key-bindings in this section may be changed using key bind-
-       ing commands in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file.  Programs that use the  readline  li-
+       ing commands in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file.  Programs that use the  r\bre\bea\bad\bdl\bli\bin\bne\be  li-
        brary, including b\bba\bas\bsh\bh, may add their own commands and bindings.
 
        For example, placing
@@ -3514,14 +3524,14 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        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 r\bre\bea\bad\bdl\bli\bin\bne\be command _\bu_\bn_\bi_\bv_\be_\br_\b-
        _\bs_\ba_\bl_\b-_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.
 
        Key bindings may contain the following symbolic character  names:  _\bD_\bE_\bL,
        _\bE_\bS_\bC,  _\bE_\bS_\bC_\bA_\bP_\bE, _\bL_\bF_\bD, _\bN_\bE_\bW_\bL_\bI_\bN_\bE, _\bR_\bE_\bT, _\bR_\bE_\bT_\bU_\bR_\bN, _\bR_\bU_\bB_\bO_\bU_\bT(a_\bd_\be_\bs_\bt_\br_\bu_\bc_\bt_\bi_\bv_\bebackspace),
        _\bS_\bP_\bA_\bC_\bE, _\bS_\bP_\bC, and _\bT_\bA_\bB.
 
-       In addition to command names, readline allows keys to  be  bound  to  a
+       In addition to command names, r\bre\bea\bad\bdl\bli\bin\bne\be allows keys to  be  bound  to  a
        string that is inserted when the key is pressed (a _\bm_\ba_\bc_\br_\bo).  The differ-
        ence  between a macro and a command is that a macro is enclosed in sin-
        gle or double quotes.
@@ -3594,26 +3604,26 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        macro body.  Backslash will quote any  other  character  in  the  macro
        text, including " and '.
 
-       B\bBa\bas\bsh\bh  will display or modify the current readline key bindings with the
+       B\bBa\bas\bsh\bh  will display or modify the current r\bre\bea\bad\bdl\bli\bin\bne\be key bindings with the
        b\bbi\bin\bnd\bd builtin command.  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) will change the editing mode  during
        interactive use.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs
-       Readline has variables that can be used to further customize its behav-
+       R\bRe\bea\bad\bdl\bli\bin\bne\be has variables that can be used to further customize its behav-
        ior.  A variable may be set in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file with a statement of the
        form
 
               s\bse\bet\bt _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be_\b-_\bn_\ba_\bm_\be _\bv_\ba_\bl_\bu_\be
        or using the b\bbi\bin\bnd\bd builtin command (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).
 
-       Except  where  noted,  readline variables can take the values O\bOn\bn or O\bOf\bff\bf
+       Except  where  noted,  r\bre\bea\bad\bdl\bli\bin\bne\be variables can take the values O\bOn\bn or O\bOf\bff\bf
        (without regard to case).  Unrecognized  variable  names  are  ignored.
-       When readline reads a variable value, empty or null values, "on" (case-
+       When r\bre\bea\bad\bdl\bli\bin\bne\be reads a variable value, empty or null values, "on" (case-
        insensitive),  and  "1"  are  equivalent  to  O\bOn\bn.  All other values are
        equivalent to O\bOf\bff\bf.
 
-       The b\bbi\bin\bnd\bd -\b-V\bV command lists the current readline variable names and  val-
+       The b\bbi\bin\bnd\bd -\b-V\bV command lists the current r\bre\bea\bad\bdl\bli\bin\bne\be variable names and  val-
        ues  (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 variables and their default values are:
@@ -3642,324 +3652,321 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               tained from the terminal's terminfo description.  A sample value
               might be "\e[0m".
        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
-              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
-              set to a\bau\bud\bdi\bib\bbl\ble\be, readline attempts to ring the terminal's bell.
+              Controls what happens when r\bre\bea\bad\bdl\bli\bin\bne\be wants to ring  the  terminal
+              bell.  If set to n\bno\bon\bne\be, r\bre\bea\bad\bdl\bli\bin\bne\be never rings the bell.  If set to
+              v\bvi\bis\bsi\bib\bbl\ble\be,  r\bre\bea\bad\bdl\bli\bin\bne\be  uses a visible bell if one is available.  If
+              set to a\bau\bud\bdi\bib\bbl\ble\be, r\bre\bea\bad\bdl\bli\bin\bne\be 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
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to bind the  control  characters
               that  are  treated  specially by the kernel's terminal driver to
-              their readline equivalents.  These override the default readline
+              their r\bre\bea\bad\bdl\bli\bin\bne\be equivalents.  These override the default r\bre\bea\bad\bdl\bli\bin\bne\be
               bindings described here.  Type "stty -a" at a b\bba\bas\bsh\bh prompt to see
               your current terminal settings, including  the  special  control
               characters (usually c\bcc\bch\bha\bar\brs\bs).
        b\bbl\bli\bin\bnk\bk-\b-m\bma\bat\btc\bch\bhi\bin\bng\bg-\b-p\bpa\bar\bre\ben\bn (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, readline attempts to briefly move the cursor to an
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to briefly move the cursor to an
               opening parenthesis when a closing parenthesis is inserted.
        c\bco\bol\blo\bor\bre\bed\bd-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-p\bpr\bre\bef\bfi\bix\bx (\b(O\bOf\bff\bf)\b)
-              If  set  to  O\bOn\bn, when listing completions, readline displays the
+              If  set  to  O\bOn\bn, when listing completions, r\bre\bea\bad\bdl\bli\bin\bne\be displays the
               common prefix of the set of possible completions using a differ-
               ent color.  The color definitions are taken from  the  value  of
               the L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS environment variable.  If there is a color defini-
-              tion  in $\b$L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS for the custom suffix "readline-colored-com-
-              pletion-prefix", readline uses this color for the common  prefix
+              tion in $\b$L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS for the custom suffix ".readline-colored-com-
+              pletion-prefix",  r\bre\bea\bad\bdl\bli\bin\bne\be uses this color for the common prefix
               instead of its default.
        c\bco\bol\blo\bor\bre\bed\bd-\b-s\bst\bta\bat\bts\bs (\b(O\bOf\bff\bf)\b)
-              If  set to O\bOn\bn, readline displays possible completions using dif-
-              ferent colors to indicate their file type.   The  color  defini-
-              tions  are  taken  from  the  value of the L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS environment
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be displays possible completions using  dif-
+              ferent  colors  to  indicate their file type.  The color defini-
+              tions are taken from the  value  of  the  L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\b environment
               variable.
        c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn (\b("#\b#")\b)
-              The string that the  readline  i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt  command  inserts.
-              This  command  is bound to M\bM-\b-#\b# in emacs mode and to #\b# in vi com-
+              The  string  that  the  r\bre\bea\bad\bdl\bli\bin\bne\be i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt command inserts.
+              This command is bound to M\bM-\b-#\b# in emacs mode and to #\b# in  vi  com-
               mand mode.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-w\bwi\bid\bdt\bth\bh (\b(-\b-1\b1)\b)
-              The number of screen columns used to  display  possible  matches
-              when  performing completion.  The value is ignored if it is less
-              than 0 or greater than the terminal screen width.  A value of  0
-              will  cause  matches  to be displayed one per line.  The default
+              The  number  of  screen columns used to display possible matches
+              when performing completion.  The value is ignored if it is  less
+              than  0 or greater than the terminal screen width.  A value of 0
+              will cause matches to be displayed one per  line.   The  default
               value is -1.
        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
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs filename matching and completion
               in a case-insensitive fashion.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-m\bma\bap\bp-\b-c\bca\bas\bse\be (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, and 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  is  enabled,  readline
-              treats  hyphens  (_\b-) and underscores (_\b_) as equivalent when per-
+              If  set  to  O\bOn\bn, and 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 is enabled, r\bre\bea\bad\bdl\bli\bin\bne\be
+              treats hyphens (_\b-) and underscores (_\b_) as equivalent  when  per-
               forming case-insensitive filename matching and completion.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-p\bpr\bre\bef\bfi\bix\bx-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-l\ble\ben\bng\bgt\bth\bh (\b(0\b0)\b)
-              The maximum length in characters of the common prefix of a  list
-              of  possible completions that is displayed without modification.
-              When set to a value greater than zero, readline replaces  common
+              The  maximum length in characters of the common prefix of a list
+              of possible completions that is displayed without  modification.
+              When  set to a value greater than zero, r\bre\bea\bad\bdl\bli\bin\bne\be replaces common
               prefixes longer than this value with an ellipsis when displaying
               possible completions.
        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\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, readline
-              will ask whether or not the user wishes to view them;  otherwise
-              readline  simply lists them on the terminal.  A zero value means
-              readline should never ask; negative values are treated as zero.
+              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
+              greater than or equal to the value of  this  variable,  r\bre\bea\bad\bdl\bli\bin\bne\be
+              will  ask whether or not the user wishes to view them; otherwise
+              r\bre\bea\bad\bdl\bli\bin\bne\be simply lists them on the terminal.  A zero value  means
+              r\bre\bea\bad\bdl\bli\bin\bne\be should never ask; negative values are treated as zero.
        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  it  reads  that
+              If  set  to  O\bOn\bn,  r\bre\bea\bad\bdl\bli\bin\bne\be will convert characters it reads that
               have the eighth bit set to an ASCII key sequence by clearing the
               eighth bit and prefixing it with an escape character (converting
-              the  character to have the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx).  The default is _\bO_\bn, but
-              readline will set it to _\bO_\bf_\bf if the  locale  contains  characters
+              the character to have the meta prefix).  The default is _\bO_\bn,  but
+              r\bre\bea\bad\bdl\bli\bin\bne\be  will  set  it to _\bO_\bf_\bf if the locale contains characters
               whose encodings may include bytes with the eighth bit set.  This
-              variable  is  dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE locale category, and may
-              change if the locale changes.  This variable  also  affects  key
+              variable is dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE locale category,  and  may
+              change  if  the  locale changes.  This variable also affects key
               bindings; see the description of f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx below.
        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
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will inhibit word completion.  Completion
+              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\bec\bch\bho\bo-\b-c\bco\bon\bnt\btr\bro\bol\bl-\b-c\bch\bha\bar\bra\bac\bct\bte\ber\brs\bs (\b(O\bOn\bn)\b)
-              When set to O\bOn\bn, on operating systems that indicate they  support
-              it, readline echoes a character corresponding to a signal gener-
+              When  set to O\bOn\bn, on operating systems that indicate they support
+              it, r\bre\bea\bad\bdl\bli\bin\bne\be echoes a character corresponding to a signal gener-
               ated from the keyboard.
        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 uses a set of key bindings similar to
+              Controls whether r\bre\bea\bad\bdl\bli\bin\bne\be uses a set of key bindings similar  to
               _\bE_\bm_\ba_\bc_\bs or _\bv_\bi.  e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be can be set to either e\bem\bma\bac\bcs\bs or v\bvi\bi.
        e\bem\bma\bac\bcs\bs-\b-m\bmo\bod\bde\be-\b-s\bst\btr\bri\bin\bng\bg (\b(@\b@)\b)
-              If the _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this  string  is
+              If  the  _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this string is
               displayed immediately before the last line of the primary prompt
               when emacs editing mode is active.  The value is expanded like a
-              key  binding, so the standard set of meta- and control- prefixes
-              and backslash escape sequences is available.  The \1 and \2  es-
-              capes  begin and end sequences of non-printing characters, which
-              can be used to embed a terminal control sequence into  the  mode
+              key binding, so the standard set of meta- and control-  prefixes
+              and  backslash escape sequences is available.  The \1 and \2 es-
+              capes begin and end sequences of non-printing characters,  which
+              can  be  used to embed a terminal control sequence into the mode
               string.
        e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn (\b(O\bOn\bn)\b)
-              The  _\bp_\bo_\bi_\bn_\bt  is the current cursor position, and _\bm_\ba_\br_\bk refers to a
-              saved cursor position.  The text between the point and  mark  is
-              referred  to  as  the  _\br_\be_\bg_\bi_\bo_\bn.  When this variable is set to _\bO_\bn,
-              readline allows certain commands to designate the region as  _\ba_\bc_\b-
-              _\bt_\bi_\bv_\be.   When  the region is active, readline highlights the text
-              in the region using the value of the  a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br,
-              which  defaults to the string that enables the terminal's stand-
-              out mode.  The active region shows the text inserted  by  brack-
-              eted-paste  and  any matching text found by incremental and non-
-              incremental history searches.
+              When this variable is set to _\bO_\bn, r\bre\bea\bad\bdl\bli\bin\bne\be  allows  certain  com-
+              mands to designate the region as _\ba_\bc_\bt_\bi_\bv_\be.  When the region is ac-
+              tive, r\bre\bea\bad\bdl\bli\bin\bne\be highlights the text in the region using the value
+              of  the  a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br, which defaults to the string
+              that enables the terminal's standout mode.   The  active  region
+              shows the text inserted by bracketed-paste and any matching text
+              found by incremental and non-incremental history searches.
        e\ben\bna\bab\bbl\ble\be-\b-b\bbr\bra\bac\bck\bke\bet\bte\bed\bd-\b-p\bpa\bas\bst\bte\be (\b(O\bOn\bn)\b)
-              When set to O\bOn\bn, readline configures the terminal to insert  each
-              paste  into the editing buffer as a single string of characters,
-              instead of treating each character as if it had been  read  from
-              the  keyboard.  This is called _\bb_\br_\ba_\bc_\bk_\be_\bt_\be_\bd_\b-_\bp_\ba_\bs_\bt_\be _\bm_\bo_\bd_\be; it prevents
-              readline from executing any editing commands bound  to  key  se-
+              When  set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be configures the terminal to insert each
+              paste into the editing buffer as a single string of  characters,
+              instead  of  treating each character as if it had been read from
+              the keyboard.  This is called _\bb_\br_\ba_\bc_\bk_\be_\bt_\be_\bd_\b-_\bp_\ba_\bs_\bt_\be _\bm_\bo_\bd_\be; it  prevents
+              r\bre\bea\bad\bdl\bli\bin\bne\be  from  executing  any editing commands bound to key se-
               quences appearing in the pasted text.
        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-
+              When set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will try to enable the application key-
               pad when it is called.  Some systems need this to enable the ar-
               row keys.
        e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by (\b(O\bOn\bn)\b)
-              When  set  to  O\bOn\bn, readline will try to enable any meta modifier
+              When set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will try to enable  any  meta  modifier
               key the terminal claims to support.  On many terminals, the Meta
-              key is used to send eight-bit characters; this  variable  checks
-              for  the terminal capability that indicates the terminal can en-
-              able and disable a mode that sets the eighth bit of a  character
-              (0200)  if the Meta key is held down when the character is typed
+              key  is  used to send eight-bit characters; this variable checks
+              for the terminal capability that indicates the terminal can  en-
+              able  and disable a mode that sets the eighth bit of a character
+              (0200) if the Meta key is held down when the character is  typed
               (a meta character).
        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, readline performs tilde expansion when it attempts
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs tilde expansion when it attempts
               word completion.
        f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, readline modifies its behavior  when  binding  key
-              sequences  containing  \M-  or Meta- (see K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs above) by
+              If  set  to  O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be modifies its behavior when binding key
+              sequences containing \M- or Meta- (see K\bKe\bey\by  B\bBi\bin\bnd\bdi\bin\bng\bgs\bs  above)  by
               converting a key sequence of the form \M-_\bC or Meta-_\bC to the two-
-              character  sequence  E\bES\bSC\bC_\bC  (adding   the   _\bm_\be_\bt_\ba   _\bp_\br_\be_\bf_\bi_\bx).    If
-              f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx is set to O\bOf\bff\bf (the default), readline uses the
-              value  of the c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba variable to determine whether to per-
-              form this conversion: if c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba is O\bOn\bn,  readline  performs
-              the  conversion described above; if it is O\bOf\bff\bf, readline converts
+              character   sequence   E\bES\bSC\bC  _\bC  (adding  the  meta  prefix).   If
+              f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx is set to O\bOf\bff\bf (the default), r\bre\bea\bad\bdl\bli\bin\bne\be uses the
+              value of the c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba variable to determine whether to  per-
+              form  this  conversion: if c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba is O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs
+              the conversion described above; if it is O\bOf\bff\bf, r\bre\bea\bad\bdl\bli\bin\bne\b converts
               _\bC to a meta character by setting the eighth bit (0200).
        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 (\b(O\bOf\bff\bf)\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-
+              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\bhi\bis\bst\bto\bor\bry\by-\b-s\bsi\biz\bze\be (\b(u\bun\bns\bse\bet\bt)\b)
-              Set the maximum number of history entries saved in  the  history
-              list.   If set to zero, any existing history entries are deleted
+              Set  the  maximum number of history entries saved in the history
+              list.  If set to zero, any existing history entries are  deleted
               and no new entries are saved.  If set to a value less than zero,
-              the number of history entries is not limited.  By default,  b\bba\bas\bsh\bh
-              sets  the  the maximum number of history entries to the value of
-              the H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE shell variable.  Setting _\bh_\bi_\bs_\bt_\bo_\br_\by_\b-_\bs_\bi_\bz_\be to a  non-nu-
-              meric  value  will  set the maximum number of history entries to
+              the  number of history entries is not limited.  By default, b\bba\bas\bsh\bh
+              sets the the maximum number of history entries to the  value  of
+              the  H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE shell variable.  Setting _\bh_\bi_\bs_\bt_\bo_\br_\by_\b-_\bs_\bi_\bz_\be to a non-nu-
+              meric value will set the maximum number of  history  entries  to
               500.
        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)
-              Setting this variable 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 new line.  This setting is  automatically  enabled
+              Setting this variable to O\bOn\bn makes r\bre\bea\bad\bdl\bli\bin\bne\be 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 new line.  This setting is automatically enabled
               for terminals of height 1.
        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 clear the eighth bit in the characters it  reads),  re-
-              gardless  of  what  the terminal claims it can support.  The de-
-              fault is _\bO_\bf_\bf, but readline will set it to _\bO_\bn if the locale  con-
-              tains  characters  whose  encodings  may  include bytes with the
-              eighth bit set.  This variable is dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\b lo-
-              cale  category,  and its value may change if the locale changes.
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will enable eight-bit input (that is,  it
+              will  not  clear the eighth bit in the characters it reads), re-
+              gardless of what the terminal claims it can  support.   The  de-
+              fault  is _\bO_\bf_\bf, but r\bre\bea\bad\bdl\bli\bin\bne\be will set it to _\bO_\bn if the locale con-
+              tains characters whose encodings  may  include  bytes  with  the
+              eighth  bit set.  This variable is dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE lo-
+              cale category, and its value may change if the  locale  changes.
               The name m\bme\bet\bta\ba-\b-f\bfl\bla\bag\bg is a synonym for i\bin\bnp\bpu\but\bt-\b-m\bme\bet\bta\ba.
        i\bis\bse\bea\bar\brc\bch\bh-\b-t\bte\ber\brm\bmi\bin\bna\bat\bto\bor\brs\bs (\b("C\bC-\b-[\b[C\bC-\b-J\bJ")\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 r\bre\bea\bad\bdl\bli\bin\bne\be 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.
        k\bke\bey\bys\bse\beq\bq-\b-t\bti\bim\bme\beo\bou\but\bt (\b(5\b50\b00\b0)\b)
-              Specifies  the  duration _\br_\be_\ba_\bd_\bl_\bi_\bn_\be will wait for a character when
-              reading an ambiguous key sequence (one that can form a  complete
+              Specifies the duration r\bre\bea\bad\bdl\bli\bin\bne\be will wait for a  character  when
+              reading  an ambiguous key sequence (one that can form a complete
               key sequence using the input read so far, or can take additional
-              input  to complete a longer key sequence).  If readline does not
-              receive any input within the timeout, it will  use  the  shorter
-              but  complete key sequence.  The value is specified in millisec-
-              onds, so a value of 1000 means that readline will wait one  sec-
-              ond  for  additional  input.  If this variable is set to a value
-              less than or equal to zero, or to a non-numeric value,  readline
-              will  wait  until another key is pressed to decide which key se-
+              input to complete a longer key sequence).  If r\bre\bea\bad\bdl\bli\bin\bne\be does  not
+              receive  any  input  within the timeout, it will use the shorter
+              but complete key sequence.  The value is specified in  millisec-
+              onds,  so a value of 1000 means that r\bre\bea\bad\bdl\bli\bin\bne\be will wait one sec-
+              ond for additional input.  If this variable is set  to  a  value
+              less  than or equal to zero, or to a non-numeric value, r\bre\bea\bad\bdl\bli\bin\bne\be
+              will wait until another key is pressed to decide which  key  se-
               quence to complete.
        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, readline displays history  lines  that  have  been
+              If  set  to  O\bOn\bn,  r\bre\bea\bad\bdl\bli\bin\bne\be displays history lines that have been
               modified 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 m\bma\bar\brk\bk-\b-d\bdi\bi-\b-
+              tories have a slash appended, subject to the value  of  m\bma\bar\brk\bk-\b-d\bdi\bi-\b-
               r\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, forces readline  to  match  files
-              whose  names  begin  with  a "."  (hidden files) when performing
-              filename completion.  If set to O\bOf\bff\bf, the user must  include  the
+              This  variable,  when  set to O\bOn\bn, forces r\bre\bea\bad\bdl\bli\bin\bne\be to match files
+              whose names begin with a "."   (hidden  files)  when  performing
+              filename  completion.   If set to O\bOf\bff\bf, the user must include the
               leading "."  in the filename to be completed.
        m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-p\bpr\bre\bef\bfi\bix\bx (\b(O\bOf\bff\bf)\b)
-              If  set to O\bOn\bn, menu completion displays the common prefix of the
+              If set to O\bOn\bn, menu completion displays the common prefix of  the
               list of possible completions (which may be empty) before cycling
               through the list.
        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, r\bre\bea\bad\bdl\bli\bin\bne\be will display characters with the eighth
               bit set directly rather than as a meta-prefixed escape sequence.
-              The default is _\bO_\bf_\bf, but readline will set it to _\bO_\bn if the locale
-              contains  characters  whose encodings may include bytes with the
-              eighth bit set.  This variable is dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\b lo-
+              The default is _\bO_\bf_\bf, but r\bre\bea\bad\bdl\bli\bin\bne\be will set it to _\bO_\bn if the locale
+              contains characters whose encodings may include bytes  with  the
+              eighth  bit set.  This variable is dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE lo-
               cale category, and its value may change if the locale changes.
        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, r\bre\bea\bad\bdl\bli\bin\bne\be uses an internal _\bm_\bo_\br_\be-like pager to  dis-
               play a screenful of possible completions at a time.
        p\bpr\bre\bef\bfe\ber\br-\b-v\bvi\bis\bsi\bib\bbl\ble\be-\b-b\bbe\bel\bll\bl
               See b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be.
        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,  r\bre\bea\bad\bdl\bli\bin\bne\be will display completions with matches
+              sorted horizontally in alphabetical order, rather than down  the
               screen.
        r\bre\bev\bve\ber\brt\bt-\b-a\bal\bll\bl-\b-a\bat\bt-\b-n\bne\bew\bwl\bli\bin\bne\be (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, readline will undo all changes  to  history  lines
-              before  returning  when executing a\bac\bcc\bce\bep\bpt\bt-\b-l\bli\bin\bne\be.  By default, his-
-              tory lines may be modified  and  retain  individual  undo  lists
+              If  set  to  O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will undo all changes to history lines
+              before returning when executing a\bac\bcc\bce\bep\bpt\bt-\b-l\bli\bin\bne\be.  By  default,  his-
+              tory  lines  may  be  modified  and retain individual undo lists
               across calls to r\bre\bea\bad\bdl\bli\bin\bne\be.
        s\bse\bea\bar\brc\bch\bh-\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 incremental and non-incremental
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs incremental and  non-incremental
               history list searches in a case-insensitive fashion.
        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 in-
+              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  in-
               stead of ringing the bell.
        s\bsh\bho\bow\bw-\b-m\bmo\bod\bde\be-\b-i\bin\bn-\b-p\bpr\bro\bom\bmp\bpt\bt (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, add a string to the beginning of the prompt  indi-
-              cating  the  editing  mode:  emacs, vi command, or vi insertion.
+              If  set to O\bOn\bn, add a string to the beginning of the prompt indi-
+              cating the editing mode: emacs, vi  command,  or  vi  insertion.
               The mode strings are user-settable (e.g., _\be_\bm_\ba_\bc_\bs_\b-_\bm_\bo_\bd_\be_\b-_\bs_\bt_\br_\bi_\bn_\bg).
        s\bsk\bki\bip\bp-\b-c\bco\bom\bmp\bpl\ble\bet\bte\bed\bd-\b-t\bte\bex\bxt\bt (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, this alters the default completion  behavior  when
-              inserting  a  single match into the line.  It's only active when
-              performing completion in the middle  of  a  word.   If  enabled,
-              readline  does  not  insert  characters from the completion that
-              match characters after point in the  word  being  completed,  so
+              If  set  to O\bOn\bn, this alters the default completion behavior when
+              inserting a single match into the line.  It's only  active  when
+              performing  completion  in  the  middle  of a word.  If enabled,
+              r\bre\bea\bad\bdl\bli\bin\bne\be does not insert characters  from  the  completion  that
+              match  characters  after  point  in the word being completed, so
               portions of the word following the cursor are not duplicated.
        v\bvi\bi-\b-c\bcm\bmd\bd-\b-m\bmo\bod\bde\be-\b-s\bst\btr\bri\bin\bng\bg (\b((\b(c\bcm\bmd\bd)\b))\b)
-              If  the  _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this string is
+              If the _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this  string  is
               displayed immediately before the last line of the primary prompt
-              when vi editing mode is active and in command mode.   The  value
+              when  vi  editing mode is active and in command mode.  The value
               is expanded like a key binding, so the standard set of meta- and
-              control-  prefixes  and backslash escape sequences is available.
-              The \1 and \2 escapes begin and end  sequences  of  non-printing
-              characters,  which  can  be used to embed a terminal control se-
+              control- prefixes and backslash escape sequences  is  available.
+              The  \1  and  \2 escapes begin and end sequences of non-printing
+              characters, which can be used to embed a  terminal  control  se-
               quence into the mode string.
        v\bvi\bi-\b-i\bin\bns\bs-\b-m\bmo\bod\bde\be-\b-s\bst\btr\bri\bin\bng\bg (\b((\b(i\bin\bns\bs)\b))\b)
-              If the _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this  string  is
+              If  the  _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this string is
               displayed immediately before the last line of the primary prompt
               when vi editing mode is active and in insertion mode.  The value
               is expanded like a key binding, so the standard set of meta- and
-              control-  prefixes  and backslash escape sequences is available.
-              The \1 and \2 escapes begin and end  sequences  of  non-printing
-              characters,  which  can  be used to embed a terminal control se-
+              control- prefixes and backslash escape sequences  is  available.
+              The  \1  and  \2 escapes begin and end sequences of non-printing
+              characters, which can be used to embed a  terminal  control  se-
               quence into the mode string.
        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 com-
+              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
+       R\bRe\bea\bad\bdl\bli\bin\bne\be  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 available.
 
-       $\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, after any comparison operator,
+       $\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
+              r\bre\bea\bad\bdl\bli\bin\bne\be.  The text of the test, after any comparison  operator,
               extends to the end of the line; unless otherwise noted, no char-
               acters 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  in-
-                     stance,   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 r\bre\bea\bad\bdl\bli\bin\bne\be 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 in-
+                     stance,  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 r\bre\bea\bad\bdl\bli\bin\bne\be 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 both the full name of the ter-
-                     minal and the portion of the  terminal  name  before  the
-                     first  -\b-.   This  allows  _\bx_\bt_\be_\br_\bm  to  match both _\bx_\bt_\be_\br_\bm and
+                     minal  and  the  portion  of the terminal name before the
+                     first -\b-.  This allows  _\bx_\bt_\be_\br_\bm  to  match  both  _\bx_\bt_\be_\br_\b and
                      _\bx_\bt_\be_\br_\bm_\b-_\b2_\b5_\b6_\bc_\bo_\bl_\bo_\br, for instance.
 
               v\bve\ber\brs\bsi\bio\bon\bn
-                     The v\bve\ber\brs\bsi\bio\bon\bn test  may  be  used  to  perform  comparisons
-                     against  specific readline versions.  The v\bve\ber\brs\bsi\bio\bon\bn expands
-                     to the current readline version.  The set  of  comparison
-                     operators  includes  =\b=,  (and  =\b==\b=), !\b!=\b=, <\b<=\b=, >\b>=\b=, <\b<, and >\b>.
-                     The version number supplied on the right side of the  op-
-                     erator  consists  of  a major version number, an optional
+                     The  v\bve\ber\brs\bsi\bio\bon\bn  test  may  be  used  to perform comparisons
+                     against specific r\bre\bea\bad\bdl\bli\bin\bne\be versions.  The v\bve\ber\brs\bsi\bio\bon\b expands
+                     to  the  current r\bre\bea\bad\bdl\bli\bin\bne\be version.  The set of comparison
+                     operators includes =\b=, (and =\b==\b=), !\b!=\b=, <\b<=\b=,  >\b>=\b=,  <\b<,  and  >\b>.
+                     The  version number supplied on the right side of the op-
+                     erator consists of a major version  number,  an  optional
                      decimal point, and an optional minor version (e.g., 7\b7.\b.1\b1).
-                     If the minor version is omitted, it defaults to  0\b0.   The
-                     operator  may  be  separated  from the string v\bve\ber\brs\bsi\bio\bon\bn and
+                     If  the  minor version is omitted, it defaults to 0\b0.  The
+                     operator may be separated from  the  string  v\bve\ber\brs\bsi\bio\bon\b and
                      from the version number argument by whitespace.
 
               _\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn
                      The _\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn construct is used to include application-
-                     specific settings.  Each program using the  readline  li-
-                     brary  sets  the  _\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn _\bn_\ba_\bm_\be, and an initialization
+                     specific  settings.   Each program using the r\bre\bea\bad\bdl\bli\bin\bne\be li-
+                     brary 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
                      b\bba\bas\bsh\bh:
 
                      $\b$i\bif\bf Bash
@@ -3969,12 +3976,12 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
 
               _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be
                      The _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be construct provides simple equality tests for
-                     readline  variables and values.  The permitted comparison
-                     operators are _\b=, _\b=_\b=, and _\b!_\b=.  The variable name  must  be
+                     r\bre\bea\bad\bdl\bli\bin\bne\be variables and values.  The permitted  comparison
+                     operators  are  _\b=, _\b=_\b=, and _\b!_\b=.  The variable name must be
                      separated from the comparison operator by whitespace; the
-                     operator  may  be  separated  from the value on the right
-                     hand side by whitespace.  String  and  boolean  variables
-                     may  be tested.  Boolean variables must be tested against
+                     operator may be separated from the  value  on  the  right
+                     hand  side  by  whitespace.  String and boolean variables
+                     may be tested.  Boolean variables must be tested  against
                      the values _\bo_\bn and _\bo_\bf_\bf.
 
        $\b$e\bel\bls\bse\be  Commands in this branch of the $\b$i\bif\bf directive are executed if the
@@ -3984,67 +3991,67 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               command.
 
        $\b$i\bin\bnc\bcl\blu\bud\bde\be
-              This directive takes a single filename as an argument and  reads
+              This  directive takes a single filename as an argument and reads
               commands and key bindings from that file.  For example, the fol-
               lowing 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
+       R\bRe\bea\bad\bdl\bli\bin\bne\be 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-
-       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.  When using emacs editing
-       mode, type C\bC-\b-r\br to search backward  in  the  history  for  a  particular
-       string.   Typing C\bC-\b-s\bs searches forward through the history.  The charac-
-       ters 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 as-
-       signed a value, _\bE_\bS_\bC and _\bC_\b-_\bJ will terminate an incremental search.   _\bC_\b-_\bg
-       will  abort  an incremental search and restore the original line.  When
-       the search is terminated,  the  history  entry  containing  the  search
+       Incremental  searches  begin  before  the  user has finished typing the
+       search string.  As each character of the search string is typed,  r\bre\bea\bad\bd-\b-
+       l\bli\bin\bne\be 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.   When  using  emacs  editing
+       mode,  type  C\bC-\b-r\br  to  search  backward  in the history for a particular
+       string.  Typing C\bC-\b-s\bs searches forward through the history.  The  charac-
+       ters  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  as-
+       signed  a value, _\bE_\bS_\bC and _\bC_\b-_\bJ will terminate an incremental search.  _\bC_\b-_\bg
+       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 C\bC-\b-r\br or C\bC-\b-s\bs 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 exe-
-       cute that command.  For instance, a newline will terminate  the  search
-       and  accept  the  line,  thereby executing the command from the history
+       To find other matching entries in the history list, type C\bC-\b-r\br or C\bC-\b-s\b 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 r\bre\bea\bad\bdl\bli\bin\bne\be command will terminate the search and exe-
+       cute  that  command.  For instance, a newline will terminate the search
+       and accept the line, thereby executing the  command  from  the  history
        list.  A movement command will terminate the search, make the last line
        found the current line, and begin editing.
 
-       Readline remembers the last incremental search string.  If two C\bC-\b-r\brs are
-       typed without any intervening characters defining a new search  string,
-       readline uses any remembered search string.
+       R\bRe\bea\bad\bdl\bli\bin\bne\be remembers the last incremental search string.  If two C\bC-\b-r\brs are
+       typed  without any intervening characters defining a new search string,
+       r\bre\bea\bad\bdl\bli\bin\bne\be uses any remembered search string.
 
-       Non-incremental  searches read the entire search string before starting
+       Non-incremental searches read the entire search string before  starting
        to search for matching history entries.  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 descriptions, _\bp_\bo_\bi_\bn_\bt refers to the current cursor posi-
-       tion,  and  _\bm_\ba_\br_\bk refers to a cursor position saved by the s\bse\bet\bt-\b-m\bma\bar\brk\bk com-
-       mand.  The text between the point and mark is referred to  as  the  _\br_\be_\b-
-       _\bg_\bi_\bo_\bn.  Readline has the concept of an _\ba_\bc_\bt_\bi_\bv_\be _\br_\be_\bg_\bi_\bo_\bn: when the region is
-       active,   readline   redisplay   uses   the  value  of  the  a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
-       g\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\bv\bva\bar\bri\bia\bab\bbl\ble\be t\bto\bo d\bde\ben\bno\bot\bte\be t\bth\bhe\be r\bre\beg\bgi\bio\bon\bn.\b.  S\bSe\bev\bve\ber\bra\bal\bl  c\bco\bom\bmm\bma\ban\bnd\bds\b s\bse\bet\bt
+       tion, and _\bm_\ba_\br_\bk refers to a cursor position saved by the  s\bse\bet\bt-\b-m\bma\bar\brk\b com-
+       mand.   The  text  between the point and mark is referred to as the _\br_\be_\b-
+       _\bg_\bi_\bo_\bn.  R\bRe\bea\bad\bdl\bli\bin\bne\be has the concept of an _\ba_\bc_\bt_\bi_\bv_\be _\br_\be_\bg_\bi_\bo_\bn: when the region is
+       active,  r\bre\bea\bad\bdl\bli\bin\bne\be  redisplay  uses  the   value   of   the   a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
+       g\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\b v\bva\bar\bri\bia\bab\bbl\ble\be  t\bto\bo d\bde\ben\bno\bot\bte\be t\bth\bhe\be r\bre\beg\bgi\bio\bon\bn.\b.  S\bSe\bev\bve\ber\bra\bal\bl c\bco\bom\bmm\bma\ban\bnd\bds\bs s\bse\bet\bt
        t\bth\bhe\be r\bre\beg\bgi\bio\bon\bn t\bto\bo a\bac\bct\bti\biv\bve\be;\b; t\bth\bho\bos\bse\be a\bar\bre\be n\bno\bot\bte\bed\bd b\bbe\bel\blo\bow\bw.\b.
 
    C\bCo\bom\bmm\bma\ban\bnd\bds\bs f\bfo\bor\br M\bMo\bov\bvi\bin\bng\bg
        b\bbe\beg\bgi\bin\bnn\bni\bin\bng\bg-\b-o\bof\bf-\b-l\bli\bin\bne\be (\b(C\bC-\b-a\ba)\b)
-              Move  to  the start of the current line.  This may also be bound
+              Move to the start of the current line.  This may also  be  bound
               to the Home key on some keyboards.
        e\ben\bnd\bd-\b-o\bof\bf-\b-l\bli\bin\bne\be (\b(C\bC-\b-e\be)\b)
-              Move to the end of the line.  This may also be bound to the  End
+              Move  to the end of the line.  This may also be bound to the End
               key on some keyboards.
        f\bfo\bor\brw\bwa\bar\brd\bd-\b-c\bch\bha\bar\br (\b(C\bC-\b-f\bf)\b)
               Move forward a character.
@@ -4054,33 +4061,33 @@ 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).
        s\bsh\bhe\bel\bll\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd
-              Move forward to the end of the next word.  Words  are  delimited
+              Move  forward  to the end of the next word.  Words are delimited
               by non-quoted shell metacharacters.
        s\bsh\bhe\bel\bll\bl-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd
-              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 delimited by non-quoted shell metacharacters.
        p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-s\bsc\bcr\bre\bee\ben\bn-\b-l\bli\bin\bne\be
-              Attempt to move point to the same physical screen column on  the
-              previous  physical  screen line.  This will not have the desired
-              effect if the current readline line does not take up  more  than
-              one  physical line or if point is not greater than the length of
+              Attempt  to move point to the same physical screen column on the
+              previous physical screen line.  This will not have  the  desired
+              effect  if  the current r\bre\bea\bad\bdl\bli\bin\bne\be line does not take up more than
+              one physical line or if point is not greater than the length  of
               the prompt plus the screen width.
        n\bne\bex\bxt\bt-\b-s\bsc\bcr\bre\bee\ben\bn-\b-l\bli\bin\bne\be
-              Attempt to move point to the same physical screen column on  the
-              next  physical  screen line.  This will not have the desired ef-
-              fect if the current readline line does not take up more than one
-              physical line or if the length of the current readline  line  is
+              Attempt  to move point to the same physical screen column on the
+              next physical screen line.  This will not have the  desired  ef-
+              fect if the current r\bre\bea\bad\bdl\bli\bin\bne\be line does not take up more than one
+              physical  line  or if the length of the current r\bre\bea\bad\bdl\bli\bin\bne\be line is
               not greater than the length of the prompt plus the screen width.
        c\bcl\ble\bea\bar\br-\b-d\bdi\bis\bsp\bpl\bla\bay\by (\b(M\bM-\b-C\bC-\b-l\bl)\b)
-              Clear  the  screen  and,  if possible, the terminal's scrollback
-              buffer, then redraw the current line, leaving the  current  line
+              Clear the screen and, if  possible,  the  terminal's  scrollback
+              buffer,  then  redraw the current line, leaving the current line
               at the top of the screen.
        c\bcl\ble\bea\bar\br-\b-s\bsc\bcr\bre\bee\ben\bn (\b(C\bC-\b-l\bl)\b)
               Clear the screen, then redraw the current line, leaving the cur-
-              rent  line  at the top of the screen.  With an argument, refresh
+              rent 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.
@@ -4088,46 +4095,46 @@ 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 and H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE variables.  If the line is a
-              modified history line, restore the history line to its  original
+              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 and H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE variables.  If the line  is  a
+              modified  history line, 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.
        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 as if a newline had been
-              entered, and fetch the next line relative to  the  current  line
-              from  the history for editing.  A numeric argument, if supplied,
+              Accept the current line for execution as if a newline  had  been
+              entered,  and  fetch  the next line relative to the current line
+              from the history for editing.  A numeric argument, if  supplied,
               specifies the history entry to use instead of the current line.
        f\bfe\bet\btc\bch\bh-\b-h\bhi\bis\bst\bto\bor\bry\by
-              With a numeric argument, fetch that entry from the history  list
+              With  a numeric argument, fetch that entry from the history list
               and make it the current line.  Without an argument, move back to
               the first entry in the history list.
        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.   This  command  sets the region to the matched text and
-              activates the region.
-       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"
+              Search backward starting at the current  line  and  moving  "up"
               through  the  history  as  necessary.   This  is  an incremental
               search.  This command sets the region to the  matched  text  and
               activates the region.
+       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.   This  command  sets the region to the matched text and
+              activates the region.
        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.  The search string may match anywhere in a history line.
        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.  The search string may
               match anywhere in a history line.
        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
@@ -4137,74 +4144,74 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               non-incremental search.  This may be bound to the Page Up key on
               some keyboards.
        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
+              Search forward through the history for the string of  characters
               between the start of the current line and the point.  The search
               string must match at the beginning of a history line.  This is a
-              non-incremental search.  This may be bound to the Page Down  key
+              non-incremental  search.  This may be bound to the Page Down key
               on some keyboards.
        h\bhi\bis\bst\bto\bor\bry\by-\b-s\bsu\bub\bbs\bst\btr\bri\bin\bng\bg-\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.  The search
-              string  may match anywhere in a history line.  This is a non-in-
+              string may match anywhere in a history line.  This is a  non-in-
               cremental search.
        h\bhi\bis\bst\bto\bor\bry\by-\b-s\bsu\bub\bbs\bst\btr\bri\bin\bng\bg-\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
+              Search  forward through the history for the string of characters
               between the start of the current line and the point.  The search
-              string  may match anywhere in a history line.  This is a non-in-
+              string may match anywhere in a history line.  This is a  non-in-
               cremental 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  in-
-              serts  the  _\bnth word from the end of the previous command.  Once
-              the argument _\bn is computed, this uses the history expansion  fa-
-              cilities  to extract the _\bnth word, as if the "!_\bn" history expan-
+              insert the _\bnth word from the previous command (the words in  the
+              previous  command  begin  with word 0).  A negative argument in-
+              serts the _\bnth word from the end of the previous  command.   Once
+              the  argument _\bn is computed, this uses the history expansion fa-
+              cilities to extract the _\bnth word, as if the "!_\bn" history  expan-
               sion 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
+              Insert  the last argument to the previous command (the last word
               of the previous history entry).  With a numeric 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 word  (or
-              the  word  specified  by the argument to the first call) of each
+              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 word (or
+              the word specified by the argument to the first  call)  of  each
               line in turn.  Any numeric argument supplied to these successive
-              calls determines the direction to move through the  history.   A
-              negative  argument  switches  the  direction through the history
-              (back or forward).  This uses the history  expansion  facilities
-              to  extract  the last word, as if the "!$" history expansion had
+              calls  determines  the direction to move through the history.  A
+              negative argument switches the  direction  through  the  history
+              (back  or  forward).  This uses the history expansion facilities
+              to extract the last word, 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 by performing shell word expansions.  This  per-
+              Expand  the line by performing shell word expansions.  This per-
               forms alias and history expansion, $\b$'_\bs_\bt_\br_\bi_\bn_\bg' and $\b$"_\bs_\bt_\br_\bi_\bn_\bg" quot-
-              ing,  tilde  expansion, parameter and variable expansion, arith-
-              metic expansion, command and process substitution,  word  split-
-              ting,  and  quote removal.  An explicit argument suppresses com-
-              mand and process substitution.  See H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below  for
+              ing, tilde expansion, parameter and variable  expansion,  arith-
+              metic  expansion,  command and process substitution, word split-
+              ting, and quote removal.  An explicit argument  suppresses  com-
+              mand  and process substitution.  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.
        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 E\bEX\bX-\b-
+              Perform history expansion on the current line.  See H\bHI\bIS\bST\bTO\bOR\bRY\b E\bEX\bX-\b-
               P\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\bS above
+              Perform alias expansion on the current line.  See A\bAL\bLI\bIA\bAS\bSE\bES\b 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.
        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\bx C\bC-\b-e\be)\b)
-              Invoke an editor on the current command line,  and  execute  the
+              Invoke  an  editor  on the current command line, and execute the
               result as shell commands.  B\bBa\bas\bsh\bh attempts to invoke $\b$V\bVI\bIS\bSU\bUA\bAL\bL, $\b$E\bED\bD-\b-
               I\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
        _\be_\bn_\bd_\b-_\bo_\bf_\b-_\bf_\bi_\bl_\be (\b(u\bus\bsu\bua\bal\bll\bly\by C\bC-\b-d\bd)\b)
-              The  character  indicating  end-of-file  as set, for example, by
+              The character indicating end-of-file as  set,  for  example,  by
               _\bs_\bt_\bt_\by(1).  If this character is read when there are no characters
-              on the line, and point is at the beginning of the line, readline
+              on the line, and point is at the beginning of the line, r\bre\bea\bad\bdl\bli\bin\bne\be
               interprets it as the end of input and returns E\bEO\bOF\bF.
        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 this function is bound to the
@@ -4212,173 +4219,173 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               above for the effects.  This may also be bound to the Delete key
               on some keyboards.
        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)
               Insert the character typed.
        b\bbr\bra\bac\bck\bke\bet\bte\bed\bd-\b-p\bpa\bas\bst\bte\be-\b-b\bbe\beg\bgi\bin\bn
-              This  function  is intended to be bound to the "bracketed paste"
-              escape sequence sent by some terminals, and such  a  binding  is
-              assigned  by  default.   It allows readline to insert the pasted
-              text as a single unit without treating each character as  if  it
-              had  been read from the keyboard.  The pasted characters are in-
-              serted as if each one was bound to s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt instead  of  exe-
+              This function is intended to be bound to the  "bracketed  paste"
+              escape  sequence  sent  by some terminals, and such a binding is
+              assigned by default.  It allows r\bre\bea\bad\bdl\bli\bin\bne\be to  insert  the  pasted
+              text  as  a single unit without treating each character as if it
+              had been read from the keyboard.  The pasted characters are  in-
+              serted  as  if each one was bound to s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt instead of exe-
               cuting any editing commands.
-              Bracketed  paste  sets the region to the inserted text and acti-
+              Bracketed paste sets the region to the inserted text  and  acti-
               vates the region.
        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.
        s\bsh\bhe\bel\bll\bl-\b-t\btr\bra\ban\bns\bsp\bpo\bos\bse\be-\b-w\bwo\bor\brd\bds\bs (\b(M\bM-\b-C\bC-\b-t\bt)\b)
-              Drag  the  word  before  point past the word after point, moving
-              point past that word as well.  If the insertion point is at  the
+              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.
-              Word   boundaries   are   the  same  as  s\bsh\bhe\bel\bll\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd  and
+              Word  boundaries  are  the  same   as   s\bsh\bhe\bel\bll\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\b  and
               s\bsh\bhe\bel\bll\bl-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd.
        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  ar-
+              Uppercase  the current (or following) word.  With a negative ar-
               gument, 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 ar-
+              Lowercase the current (or following) word.  With a negative  ar-
               gument, 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 ar-
               gument, 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, characters 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.  Char-
-              acters bound to b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br replace the  character  be-
-              fore  point  with a space.  By default, this command is unbound,
+              In  overwrite  mode, characters 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.   Char-
+              acters  bound  to b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-d\bde\bel\ble\bet\bte\be-\b-c\bch\bha\bar\br replace the character be-
+              fore point with a space.  By default, this command  is  unbound,
               but may be bound to the Insert key on some keyboards.
 
    K\bKi\bil\bll\bli\bin\bng\bg a\ban\bnd\bd Y\bYa\ban\bnk\bki\bin\bng\bg
        k\bki\bil\bll\bl-\b-l\bli\bin\bne\be (\b(C\bC-\b-k\bk)\b)
               Kill the text from point to the end of the current line.  With a
-              negative numeric argument, kill backward from the cursor to  the
+              negative  numeric argument, kill backward from the cursor to the
               beginning of the line.
        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 current line.  With a neg-
-              ative  numeric argument, kill forward from the cursor to the end
+              ative numeric argument, kill forward from the cursor to the  end
               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,  saving
+              Kill  backward  from  point to the beginning of the line, saving
               the killed text 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.
        s\bsh\bhe\bel\bll\bl-\b-k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-C\bC-\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 s\bsh\bhe\bel\bll\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd.
        s\bsh\bhe\bel\bll\bl-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd
-              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 s\bsh\bhe\bel\bll\bl-\b-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, saving the killed text 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, saving the killed text on  the
+              Kill the word behind point, using  white  space  and  the  slash
+              character  as the word boundaries, saving the killed text 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.
        k\bki\bil\bll\bl-\b-r\bre\beg\bgi\bio\bon\bn
               Kill the text in the current region.
        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, so it can be
+              Copy the text in the region to the kill buffer,  so  it  can  be
               yanked immediately.
        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, 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-
+              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 nu-
               meric argument, but is otherwise ignored.  As a special case, if
               this command is immediately followed by a character that is nei-
-              ther  a  digit  nor  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-
+              ther a digit nor 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
-              attempts  completion by first checking for any programmable com-
-              pletions for the command word (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be  C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\b be-
+              Attempt  to  perform  completion on the text before point.  B\bBa\bas\bsh\bh
+              attempts completion by first checking for any programmable  com-
+              pletions  for  the command word (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn be-
               low), otherwise treating the text as a variable (if the text be-
               gins with $\b$), username (if the text begins with ~\b~), hostname (if
-              the  text  begins  with @\b@), or command (including aliases, func-
-              tions, and builtins) in turn.   If  none  of  these  produces  a
+              the text begins with @\b@), or command  (including  aliases,  func-
+              tions,  and  builtins)  in  turn.   If  none of these produces a
               match, it falls back to filename completion.
        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.  When
-              displaying completions, readline sets the number of columns used
-              for display to the value of c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-w\bwi\bid\bdt\bth\bh, the  value
-              of  the shell variable C\bCO\bOL\bLU\bUM\bMN\bNS\bS, or the screen width, in that or-
+              List the possible completions of the text  before  point.   When
+              displaying completions, r\bre\bea\bad\bdl\bli\bin\bne\be sets the number of columns used
+              for  display to the value of c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-w\bwi\bid\bdt\bth\bh, the value
+              of the shell variable C\bCO\bOL\bLU\bUM\bMN\bNS\bS, or the screen width, in that  or-
               der.
        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, separated by a space.
        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.   Repeat-
-              edly  executing 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,  m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be rings the bell (subject to
-              the setting of b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be) and restores the original  text.   An
-              argument  of _\bn moves _\bn positions forward in the list of matches;
-              a negative argument moves backward through the list.  This  com-
+              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.  Repeat-
+              edly executing 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, m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be rings the  bell  (subject  to
+              the  setting  of b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be) and restores the original text.  An
+              argument of _\bn moves _\bn positions forward in the list of  matches;
+              a  negative argument moves backward through the list.  This com-
               mand is intended to be bound to T\bTA\bAB\bB, but is unbound by default.
        m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd
-              Identical  to m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be, but moves backward through the list
-              of possible completions, as if m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be had  been  given  a
+              Identical to m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be, but moves backward through the  list
+              of  possible  completions,  as if m\bme\ben\bnu\bu-\b-c\bco\bom\bmp\bpl\ble\bet\bte\be had been given a
               negative argument.  This command 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).  At the end of the  line,
+              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).  At the end of the line,
               it 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)
@@ -4387,66 +4394,66 @@ 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
+              Attempt completion on the text before point, comparing the  text
               against history list entries for possible completion matches.
        d\bda\bab\bbb\bbr\bre\bev\bv-\b-e\bex\bxp\bpa\ban\bnd\bd
-              Attempt menu completion on the text before point, comparing  the
+              Attempt  menu 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.
        p\bpr\bri\bin\bnt\bt-\b-l\bla\bas\bst\bt-\b-k\bkb\bbd\bd-\b-m\bma\bac\bcr\bro\bo (\b()\b)
-              Print the last keyboard macro defined in a format  suitable  for
+              Print  the  last keyboard macro defined in a format suitable for
               the _\bi_\bn_\bp_\bu_\bt_\br_\bc file.
 
    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-l\blo\bow\bwe\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)
-              If  the  metafied character _\bx is uppercase, run the command that
+              If the metafied character _\bx is uppercase, run the  command  that
               is bound to the corresponding metafied lowercase character.  The
               behavior is undefined if _\bx is already lowercase.
        p\bpr\bre\bef\bfi\bix\bx-\b-m\bme\bet\bta\ba (\b(E\bES\bSC\bC)\b)
@@ -4454,210 +4461,210 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        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\b command  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\bcommand 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,
               set the mark 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.  Set the current cursor position
+              Swap the point with the mark.  Set the current  cursor  position
               to the saved position, then set the mark to the old cursor posi-
               tion.
        c\bch\bha\bar\bra\bac\bct\bte\ber\br-\b-s\bse\bea\bar\brc\bch\bh (\b(C\bC-\b-]\b])\b)
-              Read a character and move point to the next occurrence  of  that
-              character.   A  negative  argument  searches for previous occur-
+              Read  a  character and move point to the next occurrence of that
+              character.  A negative argument  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)
-              Read a character and move point to the  previous  occurrence  of
+              Read  a  character  and move point to the previous occurrence of
               that character.  A negative argument searches for subsequent oc-
               currences.
        s\bsk\bki\bip\bp-\b-c\bcs\bsi\bi-\b-s\bse\beq\bqu\bue\ben\bnc\bce\be
-              Read  enough  characters to consume a multi-key sequence such as
-              those defined for keys like Home and End.  CSI  sequences  begin
+              Read enough characters to consume a multi-key sequence  such  as
+              those  defined  for keys like Home and End.  CSI sequences begin
               with a Control Sequence Indicator (CSI), usually ESC-[.  If this
-              sequence  is  bound  to "\e[", keys producing CSI sequences will
-              have no effect unless explicitly bound to  a  readline  command,
-              instead  of  inserting stray characters into the editing buffer.
+              sequence is bound to "\e[", keys producing  CSI  sequences  will
+              have  no  effect  unless explicitly bound to a r\bre\bea\bad\bdl\bli\bin\bne\be command,
+              instead of inserting stray characters into the  editing  buffer.
               This is unbound by default, but usually bound to ESC-[.
        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, insert the  value  of  the  readline
+              Without  a  numeric  argument,  insert the value of the r\bre\bea\bad\bdl\bli\bin\bne\be
               c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn variable 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, insert the value; otherwise delete the
-              characters in c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn from the beginning 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
+              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, insert the value; otherwise  delete  the
+              characters  in c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn from the beginning 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 ex-
               ecuted by the shell.
        s\bsp\bpe\bel\bll\bl-\b-c\bco\bor\brr\bre\bec\bct\bt-\b-w\bwo\bor\brd\bd (\b(C\bC-\b-x\bx s\bs)\b)
-              Perform  spelling correction on the current word, treating it as
-              a directory or filename, in the same way as  the  c\bcd\bds\bsp\bpe\bel\bll\b shell
-              option.    Word  boundaries  are  the  same  as  those  used  by
+              Perform spelling correction on the current word, treating it  as
+              a  directory  or  filename, in the same way as the c\bcd\bds\bsp\bpe\bel\bll\bl shell
+              option.   Word  boundaries  are  the  same  as  those  used   by
               s\bsh\bhe\bel\bll\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd.
        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)
               Treat the word before point as a pattern for pathname expansion,
-              with an asterisk implicitly appended, then use  the  pattern  to
+              with  an  asterisk  implicitly appended, then use the pattern 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)
               Treat the word before point as a pattern for pathname expansion,
-              and  insert the list of matching file names, replacing the word.
-              If a numeric argument is supplied, append a  *\b*  before  pathname
+              and insert the list of matching file names, replacing the  word.
+              If  a  numeric  argument is supplied, append a *\b* 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)
               Display 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 and redisplay the line.  If a numeric argument
+              g\bgl\blo\bob\bb-\b-e\bex\bxp\bpa\ban\bnd\bd-\b-w\bwo\bor\brd\band redisplay the line.  If a numeric  argument
               is supplied, append a *\b* 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-
-              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
+              Print  all  of the functions and their key bindings to the r\bre\bea\bad\bd-\b-
+              l\bli\bin\bne\be 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
               _\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
+              Print all of the settable r\bre\bea\bad\bdl\bli\bin\bne\be variables and their values to
+              the  r\bre\bea\bad\bdl\bli\bin\bne\be 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 output to the readline output stream.  If a numeric
+              Print  all of the r\bre\bea\bad\bdl\bli\bin\bne\be key sequences bound to macros and the
+              strings they output to the r\bre\bea\bad\bdl\bli\bin\bne\be 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.
        e\bex\bxe\bec\bcu\but\bte\be-\b-n\bna\bam\bme\bed\bd-\b-c\bco\bom\bmm\bma\ban\bnd\bd (\b(M\bM-\b-x\bx)\b)
-              Read a bindable readline command name from the input and execute
-              the  function  to  which  it's  bound, as if the key sequence to
-              which it was bound appeared in the input.  If this  function  is
+              Read a bindable r\bre\bea\bad\bdl\bli\bin\bne\be command name from the input and execute
+              the function to which it's bound, as  if  the  key  sequence  to
+              which  it  was bound appeared in the input.  If this function is
               supplied with a numeric argument, it passes that argument to the
               function it executes.
        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.
 
    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  a  user attempts word completion 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), r\bre\bea\bad\bdl\bli\bin\bne\be in-
+       When a user attempts word completion 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),  r\bre\bea\bad\bdl\bli\bin\bne\b in-
        vokes the programmable completion facilities.
 
-       First, b\bba\bas\bsh\bh identifies the command name.  If a compspec  has  been  de-
-       fined  for  that  command, the compspec is used to generate the list of
-       possible completions for the word.  If the command word  is  the  empty
-       string  (completion  attempted at the beginning of an empty line), b\bba\bas\bsh\bh
-       uses any compspec defined with the -\b-E\bE option to c\bco\bom\bmp\bpl\ble\bet\bte\be.  If the  com-
+       First,  b\bba\bas\bsh\bh  identifies  the command name.  If a compspec has been de-
+       fined for that command, the compspec is used to generate  the  list  of
+       possible  completions  for  the word.  If the command word is the empty
+       string (completion attempted at the beginning of an empty  line),  b\bba\bas\bsh\bh
+       uses  any compspec defined with the -\b-E\bE option to c\bco\bom\bmp\bpl\ble\bet\bte\be.  If the com-
        mand word is a full pathname, b\bba\bas\bsh\bh searches for a compspec for the full
-       pathname  first.   If  there is no compspec for the full pathname, b\bba\bas\bsh\bh
-       attempts to find a compspec for the portion following the final  slash.
-       If  those  searches  do  not result in a compspec, any compspec defined
-       with the -\b-D\bD option to c\bco\bom\bmp\bpl\ble\bet\bte\be is used as the default.  If there is  no
-       default  compspec, b\bba\bas\bsh\bh attempts alias expansion on the command word as
-       a final resort, and attempts to find a compspec for  the  command  word
+       pathname first.  If there is no compspec for the  full  pathname,  b\bba\bas\bsh\bh
+       attempts  to find a compspec for the portion following the final slash.
+       If those searches do not result in a  compspec,  any  compspec  defined
+       with  the -\b-D\bD option to c\bco\bom\bmp\bpl\ble\bet\bte\be is used as the default.  If there is no
+       default compspec, b\bba\bas\bsh\bh attempts alias expansion on the command word  as
+       a  final  resort,  and attempts to find a compspec for the command word
        from any successful expansion.
 
        If a compspec is not found, b\bba\bas\bsh\bh performs its default completion as de-
-       scribed  above  under  C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg.  Otherwise, once a compspec has been
+       scribed above under C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg.  Otherwise, once a  compspec  has  been
        found, b\bba\bas\bsh\bh uses it to generate the list of matching words.
 
-       First, b\bba\bas\bsh\bh performs the  _\ba_\bc_\bt_\bi_\bo_\bn_\bs  specified  by  the  compspec.   Only
-       matches  which  are  prefixed by the word being completed are returned.
+       First,  b\bba\bas\bsh\bh  performs  the  _\ba_\bc_\bt_\bi_\bo_\bn_\bs  specified  by the compspec.  Only
+       matches which are prefixed by the word being  completed  are  returned.
        When the -\b-f\bf or -\b-d\bd option is used for filename or directory name comple-
        tion, b\bba\bas\bsh\bh uses the shell variable F\bFI\bIG\bGN\bNO\bOR\bRE\bE to filter the matches.
 
        Any completions specified by a pathname expansion pattern to the -\b-G\bG op-
-       tion are generated next.  The words generated by the pattern  need  not
+       tion  are  generated next.  The words generated by the pattern need not
        match the word being completed.  B\bBa\bas\bsh\bh uses the F\bFI\bIG\bGN\bNO\bOR\bRE\bE variable to fil-
        ter the matches, but does not use the G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE shell variable.
 
-       Next,  completion considers the string specified as the argument to the
-       -\b-W\boption.  The string is first split using the characters in  the  I\bIF\bFS\bS
-       special  variable  as delimiters.  Shell quoting is honored.  Each word
-       is then expanded using brace expansion, tilde expansion, parameter  and
-       variable  expansion, command substitution, and arithmetic expansion, as
+       Next, completion considers the string specified as the argument to  the
+       -\b-W\b option.   The string is first split using the characters in the I\bIF\bFS\bS
+       special variable as delimiters.  Shell quoting is honored.   Each  word
+       is  then expanded using brace expansion, tilde expansion, parameter and
+       variable expansion, command substitution, and arithmetic 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 completed, and the matching words
        become possible completions.
 
-       After these matches have been generated, b\bba\bas\bsh\bh executes any shell  func-
+       After  these matches have been generated, b\bba\bas\bsh\bh executes any shell func-
        tion or command specified with the -\b-F\bF and -\b-C\bC options.  When the command
-       or  function  is  invoked,  the  C\bCO\bOM\bMP\bP_\b_L\bLI\bIN\bNE\bE,  C\bCO\bOM\bMP\bP_\b_P\bPO\bOI\bIN\bNT\bT,  C\bCO\bOM\bMP\bP_\b_K\bKE\bEY\bY, and
-       C\bCO\bOM\bMP\bP_\b_T\bTY\bYP\bPE\bvariables 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
+       or function  is  invoked,  the  C\bCO\bOM\bMP\bP_\b_L\bLI\bIN\bNE\bE,  C\bCO\bOM\bMP\bP_\b_P\bPO\bOI\bIN\bNT\bT,  C\bCO\bOM\bMP\bP_\b_K\bKE\bEY\bY,  and
+       C\bCO\bOM\bMP\bP_\b_T\bTY\bYP\bPE\b 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\b and
        C\bCO\bOM\bMP\bP_\b_C\bCW\bWO\bOR\bRD\bD variables are also set.  When the function or command is in-
-       voked, the first argument ($\b$1\b1) is the name of the command  whose  argu-
-       ments  are  being completed, the second argument ($\b$2\b2) is the word being
-       completed, and the third argument ($\b$3\b3) is the word preceding  the  word
-       being  completed on the current command line.  There is no filtering of
-       the generated completions against the word being completed;  the  func-
+       voked,  the  first argument ($\b$1\b1) is the name of the command whose argu-
+       ments are being completed, the second argument ($\b$2\b2) is the  word  being
+       completed,  and  the third argument ($\b$3\b3) is the word preceding the word
+       being completed on the current command line.  There is no filtering  of
+       the  generated  completions against the word being completed; the func-
        tion or command has complete freedom in generating the matches.
 
-       Any  function specified with -\b-F\bF is invoked first.  The function may use
+       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 and c\bco\bom\bmp\bpo\bop\bpt\bt builtins
-       described below, to generate the matches.  It  must  put  the  possible
+       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, one per array element.
 
-       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.  These are added to the set  of
+       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.  These are added to the set of
        possible completions.
 
-       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.  If the n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh shell option is
-       enabled, the match is performed without regard to the  case  of  alpha-
+       ing the pattern will be removed.  If the n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh  shell  option  is
+       enabled,  the  match  is performed without regard to the case of alpha-
        betic characters.
 
        Finally, any prefix and suffix specified with the -\b-P\bP and -\b-S\bS options are
        added to each member of the completion list, and the result is returned
        to r\bre\bea\bad\bdl\bli\bin\bne\be 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  de-
+       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 de-
        fined, b\bba\bas\bsh\bh attempts directory name completion.
 
-       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, b\bba\bas\bsh\bh attempts  directory  name  completion  and  adds  any
+       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,  b\bba\bas\bsh\bh  attempts  directory  name  completion and adds any
        matches to the set of possible completions.
 
-       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 and the r\bre\bea\bad\bdl\bli\bin\bne\be default of filename comple-
-       tion are disabled.  If the -\b-o\bo b\bba\bas\bsh\bhd\bde\bef\bfa\bau\bul\blt\bt option was supplied  to  c\bco\bom\bm-\b-
-       p\bpl\ble\bet\bte\b when  the  compspec  was  defined,  if the compspec generates no
-       matches, b\bba\bas\bsh\bh attempts its default completions.  If the -\b-o\bo d\bde\bef\bfa\bau\bul\blt\b op-
+       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 and the r\bre\bea\bad\bdl\bli\bin\bne\be default of  filename  comple-
+       tion  are  disabled.  If the -\b-o\bo b\bba\bas\bsh\bhd\bde\bef\bfa\bau\bul\blt\bt option was supplied to c\bco\bom\bm-\b-
+       p\bpl\ble\bet\bte\bwhen the compspec was  defined,  if  the  compspec  generates  no
+       matches,  b\bba\bas\bsh\bh attempts its default completions.  If the -\b-o\bo d\bde\bef\bfa\bau\bul\blt\bt op-
        tion was supplied to c\bco\bom\bmp\bpl\ble\bet\bte\be when the compspec was defined, programma-
-       ble  completion will perform readline's default completion if the comp-
-       spec (and, if attempted, the  default  b\bba\bas\bsh\bh  completions)  generate  no
+       ble completion will perform r\bre\bea\bad\bdl\bli\bin\bne\be's default completion if the  comp-
+       spec  (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
-       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.
-
-       There  is  some support for dynamically modifying completions.  This is
-       most useful when used in combination with a default  completion  speci-
-       fied  with  c\bco\bom\bmp\bpl\ble\bet\bte\be -\b-D\bD.  It's possible for shell functions executed as
-       completion functions to indicate that completion should be  retried  by
-       returning  an exit status of 124.  If a shell function returns 124, and
+       When a compspec indicates that directory name  completion  is  desired,
+       the  programmable completion functions force r\bre\bea\bad\bdl\bli\bin\bne\be 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 r\bre\bea\bad\bdl\bli\bin\bne\be 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 r\bre\bea\bad\bdl\bli\bin\bne\be variable.
+
+       There is some support for dynamically modifying completions.   This  is
+       most  useful  when used in combination with a default completion speci-
+       fied with c\bco\bom\bmp\bpl\ble\bet\bte\be -\b-D\bD.  It's possible for shell functions  executed  as
+       completion  functions  to indicate that completion should be retried by
+       returning an exit status of 124.  If a shell function returns 124,  and
        changes the compspec associated with the command on which completion is
-       being attempted (supplied as the first argument when  the  function  is
+       being  attempted  (supplied  as the first argument when the function is
        executed), programmable completion restarts from the beginning, with an
-       attempt  to find a new compspec for that command.  This allows a set of
-       completions to be built dynamically as completion is attempted,  rather
+       attempt to find a new compspec for that command.  This allows a set  of
+       completions  to be built dynamically as completion is attempted, rather
        than being loaded all at once.
 
-       For  instance, assuming that there is a library of compspecs, each kept
-       in a file corresponding to the name of the command, the  following  de-
+       For instance, assuming that there is a library of compspecs, each  kept
+       in  a  file corresponding to the name of the command, the following de-
        fault completion function would load completions dynamically:
               _completion_loader()
               {
@@ -4668,162 +4675,162 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
                   -o bashdefault -o default
 
 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
-       commands  to  save  in  a history list: the shell saves the text of the
+       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 shell saves  the  text  of  the
        last H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE commands (default 500).  The shell stores each command in
-       the history list prior to parameter and variable expansion (see  E\bEX\bXP\bPA\bAN\bN-\b-
-       S\bSI\bIO\bON\b above)  but  after history expansion is performed, subject to the
+       the  history list prior to parameter and variable expansion (see E\bEX\bXP\bPA\bAN\bN-\b-
+       S\bSI\bIO\bON\babove) 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, b\bba\bas\bsh\bh initializes the history list by  reading  history  en-
-       tries  from  the  the  file  named  by  the  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE variable (default
-       _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by).  That file is referred to as the _\bh_\bi_\bs_\bt_\bo_\br_\by  _\bf_\bi_\bl_\be.   The
-       history  file  is  truncated, if necessary, to contain no more than the
-       number of history entries specified by the value  of  the  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE
-       variable.   If  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE  is  unset,  or set to null, a non-numeric
+       On  startup,  b\bba\bas\bsh\bh  initializes the history list by reading history en-
+       tries from the  the  file  named  by  the  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE  variable  (default
+       _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by).   That  file is referred to as the _\bh_\bi_\bs_\bt_\bo_\br_\by _\bf_\bi_\bl_\be.  The
+       history file is truncated, if necessary, to contain no  more  than  the
+       number  of  history  entries specified by the value of the H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE
+       variable.  If H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE is unset, or  set  to  null,  a  non-numeric
        value, or a numeric value less than zero, the history file is not trun-
        cated.
 
        When the history file is read, lines beginning with the history comment
        character followed immediately by a digit are interpreted as timestamps
-       for the following history line.  These timestamps are  optionally  dis-
-       played  depending  on  the  value of the H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable.  When
-       present, history timestamps delimit history entries, making  multi-line
+       for  the  following history line.  These timestamps are optionally dis-
+       played depending on the value of  the  H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT  variable.   When
+       present,  history timestamps delimit history entries, making multi-line
        entries possible.
 
        When a shell with history enabled exits, b\bba\bas\bsh\bh copies the last $\b$H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE
-       entries  from  the  history 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\b B\bBU\bUI\bIL\bLT\bTI\bIN\bN
-       C\bCO\bOM\bMM\bMA\bAN\bND\bDS\b below),  b\bba\bas\bsh\bh appends the entries to the history file, other-
-       wise it overwrites the history file.  If H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null,  or
-       if  the  history  file  is unwritable, the history is not saved.  After
-       saving the history, b\bba\bas\bsh\bh truncates the history file to contain no  more
+       entries from the history list to $\b$H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE.  If  the  h\bhi\bis\bst\bta\bap\bpp\bpe\ben\bnd\b 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\bbelow), b\bba\bas\bsh\bh appends the entries to the history  file,  other-
+       wise  it overwrites the history file.  If H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null, or
+       if the history file is unwritable, the history  is  not  saved.   After
+       saving  the history, b\bba\bas\bsh\bh truncates the history file to contain no more
        than H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE lines as described above.
 
-       If  the  H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is set, the shell writes the timestamp
-       information associated with each history entry  to  the  history  file,
-       marked  with the history comment character, so timestamps are preserved
+       If the H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is set, the shell writes  the  timestamp
+       information  associated  with  each  history entry to the history file,
+       marked with the history comment character, so timestamps are  preserved
        across shell sessions.  This uses the history comment character to dis-
-       tinguish timestamps from other history lines.   As  above,  when  using
+       tinguish  timestamps  from  other  history lines.  As above, when using
        H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT, the timestamps delimit multi-line history entries.
 
-       The  f\bfc\bc builtin command (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) will list or
+       The f\bfc\bc builtin command (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) will list  or
        edit and re-execute a portion of the history list.  The h\bhi\bis\bst\bto\bor\bry\by builtin
        can display or modify the history list and manipulate the history file.
-       When using command-line editing, search commands are available in  each
+       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 are used to save only a
-       subset of the commands entered.  If the c\bcm\bmd\bdh\bhi\bis\bst\bt  shell  option  is  en-
-       abled,  the shell attempts 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 modifies c\bcm\bmd\bdh\bhi\bis\bst\bt by
-       saving the command with embedded newlines instead of  semicolons.   See
+       subset  of  the  commands  entered.  If the c\bcm\bmd\bdh\bhi\bis\bst\bt shell option is en-
+       abled, the shell attempts 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  modifies  c\bcm\bmd\bdh\bhi\bis\bst\b by
+       saving  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.  This section describes what syntax  features
+       The shell supports a history expansion feature that is similar  to  the
+       history  expansion in c\bcs\bsh\bh.  This section describes what syntax features
        are available.
 
        History expansion is enabled by default for interactive shells, and can
-       be  disabled  using the +\b+H\bH option to the s\bse\bet\bt builtin command (see S\bSH\bHE\bEL\bLL\bL
+       be disabled using the +\b+H\bH option to the s\bse\bet\bt builtin command  (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, but it can be enabled with "set -H".
 
        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, and is performed  on  each
-       line  individually.  The shell attempts to inform the history expansion
+       History expansion is performed immediately after  a  complete  line  is
+       read,  before  the shell breaks it into words, and is performed on each
+       line individually.  The shell attempts to inform the history  expansion
        functions about quoting still in effect from previous lines.
 
-       It takes place in two parts.  The first is to determine  which  history
-       list  entry  to  use during substitution.  The second is to select por-
+       It  takes  place in two parts.  The first is to determine which history
+       list entry to use during substitution.  The second is  to  select  por-
        tions of that entry to include into the current one.
 
-       The entry selected from the history is the _\be_\bv_\be_\bn_\bt, and the  portions  of
+       The  entry  selected from the history is the _\be_\bv_\be_\bn_\bt, and the portions of
        that entry that are acted upon are _\bw_\bo_\br_\bd_\bs.  Various _\bm_\bo_\bd_\bi_\bf_\bi_\be_\br_\bs are avail-
-       able  to  manipulate the selected words.  The entry is split into words
-       in the same fashion as when reading input, so that several  _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\b-
-       _\bt_\be_\br-separated  words surrounded by quotes are considered one word.  The
-       _\be_\bv_\be_\bn_\b_\bd_\be_\bs_\bi_\bg_\bn_\ba_\bt_\bo_\br selects the event, the optional  _\bw_\bo_\br_\bd  _\bd_\be_\bs_\bi_\bg_\bn_\ba_\bt_\bo_\b se-
-       lects  words  from the event, and various optional _\bm_\bo_\bd_\bi_\bf_\bi_\be_\br_\bs are avail-
+       able to manipulate the selected words.  The entry is split  into  words
+       in  the same fashion as when reading input, so that several _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\b-
+       _\bt_\be_\br-separated words surrounded by quotes are considered one word.   The
+       _\be_\bv_\be_\bn_\b _\bd_\be_\bs_\bi_\bg_\bn_\ba_\bt_\bo_\br  selects  the event, the optional _\bw_\bo_\br_\bd _\bd_\be_\bs_\bi_\bg_\bn_\ba_\bt_\bo_\br se-
+       lects words from the event, and various optional _\bm_\bo_\bd_\bi_\bf_\bi_\be_\br_\bs  are  avail-
        able to manipulate the selected words.
 
-       History expansions are introduced by the appearance of the history  ex-
-       pansion  character,  which is !\b! by default.  History expansions may ap-
+       History  expansions are introduced by the appearance of the history ex-
+       pansion character, which is !\b! by default.  History expansions  may  ap-
        pear anywhere in the input, but do not nest.
 
-       Only backslash (\\b\) and single quotes can quote  the  history  expansion
-       character,  but  the  history  expansion  character  is also treated as
+       Only  backslash  (\\b\)  and single quotes can quote the history expansion
+       character, but the history  expansion  character  is  also  treated  as
        quoted if it immediately precedes the closing double quote in a double-
        quoted string.
 
-       Several characters inhibit history expansion if found immediately  fol-
-       lowing  the history expansion character, even if it is unquoted: space,
-       tab, newline, carriage return, =\b=, and the  other  shell  metacharacters
+       Several  characters inhibit history expansion if found immediately fol-
+       lowing the history expansion character, even if it is unquoted:  space,
+       tab,  newline,  carriage  return, =\b=, and the other shell metacharacters
        defined above.
 
        There is a special abbreviation for substitution, active when the _\bq_\bu_\bi_\bc_\bk
-       _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\b character  (described above under h\bhi\bis\bst\btc\bch\bha\bar\brs\bs) is the first
+       _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bcharacter (described above under h\bhi\bis\bst\btc\bch\bha\bar\brs\bs) is  the  first
        character on the line.  It selects the previous history list entry, us-
-       ing an event designator equivalent to !\b!!\b!, and  substitutes  one  string
-       for  another in that entry.  It is described below under E\bEv\bve\ben\bnt\bt D\bDe\bes\bsi\big\bgn\bna\ba-\b-
-       t\bto\bor\brs\bs.  This is the only history expansion that does not begin with  the
+       ing  an  event  designator equivalent to !\b!!\b!, and substitutes one string
+       for another in that entry.  It is described below under E\bEv\bve\ben\bnt\b D\bDe\bes\bsi\big\bgn\bna\ba-\b-
+       t\bto\bor\brs\bs.   This is the only history expansion that does not begin with the
        history expansion character.
 
-       Several  shell options settable with the s\bsh\bho\bop\bpt\bt builtin will modify his-
-       tory expansion behavior (see the description of the s\bsh\bho\bop\bpt\bt  builtin  be-
+       Several shell options settable with the s\bsh\bho\bop\bpt\bt builtin will modify  his-
+       tory  expansion  behavior (see the description of the s\bsh\bho\bop\bpt\bt builtin be-
        low).and If the h\bhi\bis\bst\btv\bve\ber\bri\bif\bfy\by shell option is enabled, and r\bre\bea\bad\bdl\bli\bin\bne\be is be-
        ing used, history substitutions are not immediately passed to the shell
        parser.  Instead, the expanded line is reloaded into the r\bre\bea\bad\bdl\bli\bin\bne\be edit-
-       ing  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  substitution
+       ing 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 substitution
        is reloaded into the r\bre\bea\bad\bdl\bli\bin\bne\be editing buffer for correction.
 
-       The  -\b-p\bp  option to the h\bhi\bis\bst\bto\bor\bry\by builtin command shows what a history ex-
-       pansion will do before using it.  The -\b-s\bs option to the h\bhi\bis\bst\bto\bor\bry\b builtin
-       will  add commands to the end of the history list without actually exe-
+       The -\b-p\bp option to the h\bhi\bis\bst\bto\bor\bry\by builtin command shows what a  history  ex-
+       pansion  will do before using it.  The -\b-s\bs option to the h\bhi\bis\bst\bto\bor\bry\by builtin
+       will add commands to the end of the history list without actually  exe-
        cuting 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).   The shell uses the history comment character to mark his-
+       V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs).  The shell uses the history comment character to mark  his-
        tory timestamps when writing the history file.
 
    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 an entry  in  the  history  list.
+       An  event  designator  is  a reference to an entry in the history list.
        The event designator consists of the portion of the word beginning with
-       the  history expansion character and ending with the word designator if
-       present, or the end of the word.  Unless  the  reference  is  absolute,
+       the history expansion character and ending with the word designator  if
+       present,  or  the  end  of the word.  Unless the reference is absolute,
        events are relative to the current position in the history 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 history list entry _\bn.
        !\b!-\b-_\bn    Refer to the current entry minus _\bn.
        !\b!!\b!     Refer to the previous entry.  This is a synonym for "!-1".
        !\b!_\bs_\bt_\br_\bi_\bn_\bg
-              Refer  to the most recent command preceding the current position
+              Refer to the most recent command preceding the current  position
               in the history list 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 preceding the current  position
-              in  the  history  list containing _\bs_\bt_\br_\bi_\bn_\bg.  The trailing ?\b? may be
-              omitted if _\bs_\bt_\br_\bi_\bn_\bg is followed  immediately  by  a  newline.   If
-              _\bs_\bt_\br_\bi_\bn_\b is  missing,  this  uses the string from the most recent
+              Refer  to the most recent command preceding the current position
+              in the history list containing _\bs_\bt_\br_\bi_\bn_\bg.  The trailing  ?\b?  may  be
+              omitted  if  _\bs_\bt_\br_\bi_\bn_\bg  is  followed  immediately by a newline.  If
+              _\bs_\bt_\br_\bi_\bn_\bis missing, this uses the string  from  the  most  recent
               search; it is an error if there is no previous search string.
        ^\b^_\bs_\bt_\br_\bi_\bn_\bg_\b1^\b^_\bs_\bt_\br_\bi_\bn_\bg_\b2^\b^
-              Quick substitution.   Repeat  the  previous  command,  replacing
-              _\bs_\bt_\br_\bi_\bn_\bg_\b 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^"
+              Quick  substitution.   Repeat  the  previous  command, replacing
+              _\bs_\bt_\br_\bi_\bn_\bg_\bwith  _\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\bdi\bif\bfi\bie\ber\brs\bs below).
        !\b!#\b#     The entire command line typed so far.
 
@@ -4831,37 +4838,37 @@ H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        Word designators are used to select desired words from the event.  They
        are optional; if the word designator isn't supplied, the history expan-
        sion uses the entire 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  in-
+       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 in-
        serted into the current line separated by single spaces.
 
        0\b0 (\b(z\bze\ber\bro\bo)\b)
               The zeroth word.  For the shell, this is the command word.
        _\bn      The _\bnth word.
        ^\b^      The first argument: word 1.
-       $\b$      The  last word.  This is usually the last argument, but will ex-
+       $\b$      The last word.  This is usually the last argument, but will  ex-
               pand to the zeroth word if there is only one word in the line.
        %\b%      The first word matched by the most recent "?_\bs_\bt_\br_\bi_\bn_\bg?"  search, if
-              the search string begins with a character  that  is  part  of  a
-              word.   By  default,  searches begin at the end of each line and
-              proceed to the beginning, so the first word matched is  the  one
+              the  search  string  begins  with  a character that is part of a
+              word.  By default, searches begin at the end of  each  line  and
+              proceed  to  the beginning, so the first word matched is the one
               closest to the end of the line.
        _\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; it expands to the empty string 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 x\bx is miss-
               ing, it defaults to 0.
 
-       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, equivalent to !\b!!\b!.
 
    M\bMo\bod\bdi\bif\bfi\bie\ber\brs\bs
-       After the optional word designator, the expansion  may  include  a  se-
-       quence  of  one  or more of the following modifiers, each preceded by a
-       ":".  These modify, or edit, the word or words selected from  the  his-
+       After  the  optional  word  designator, the expansion may include a se-
+       quence of one or more of the following modifiers, each  preceded  by  a
+       ":".   These  modify, or edit, the word or words selected from the his-
        tory event.
 
        h\bh      Remove a trailing pathname component, leaving only the head.
@@ -4870,24 +4877,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
-              b\bbl\bla\ban\bnk\bks\band newlines.  The q\bq and x\bx modifiers are mutually  exclu-
+       x\bx      Quote the substituted words as with q\bq, but break into  words  at
+              b\bbl\bla\ban\bnk\bks\b and newlines.  The q\bq and x\bx modifiers are mutually exclu-
               sive; expansion uses the last one supplied.
        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
+              Substitute _\bn_\be_\bw for the first occurrence  of  _\bo_\bl_\bd  in  the  event
               line.  Any character may be used as the delimiter in place of /.
-              The final delimiter is optional if it is the last  character  of
-              the  event line.  A single backslash will quote the delimiter in
-              _\bo_\bl_\band _\bn_\be_\bw.  If & appears in _\bn_\be_\bw, it is replaced with  _\bo_\bl_\bd.   A
+              The  final  delimiter is optional if it is the last character of
+              the event line.  A single backslash will quote the delimiter  in
+              _\bo_\bl_\b and  _\bn_\be_\bw.  If & appears in _\bn_\be_\bw, it is replaced with _\bo_\bl_\bd.  A
               single 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.   If
+              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.  If
               _\bn_\be_\bw is null, each matching _\bo_\bl_\bd is deleted.
        &\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" or "&\b&" modifier once to each word in the
               event line.
@@ -4896,64 +4903,64 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        Unless otherwise noted, each builtin command documented in this section
        as accepting options preceded by -\b- accepts -\b--\b- to signify the end of the
        options.  The :\b:, t\btr\bru\bue\be, f\bfa\bal\bls\bse\be, and t\bte\bes\bst\bt/[\b[ builtins do not accept options
-       and do not treat -\b--\b- specially.  The e\bex\bxi\bit\bt, l\blo\bog\bgo\bou\but\bt, r\bre\bet\btu\bur\brn\bn,  b\bbr\bre\bea\bak\bk,  c\bco\bon\bn-\b-
-       t\bti\bin\bnu\bue\be,  l\ble\bet\bt,  and s\bsh\bhi\bif\bft\bt builtins accept and process arguments beginning
-       with -\b- without requiring -\b--\b-.  Other builtins that accept arguments  but
-       are  not  specified  as accepting options interpret arguments beginning
-       with -\b- as invalid options and require -\b--\b- to  prevent  this  interpreta-
+       and  do  not treat -\b--\b- specially.  The e\bex\bxi\bit\bt, l\blo\bog\bgo\bou\but\bt, r\bre\bet\btu\bur\brn\bn, b\bbr\bre\bea\bak\bk, c\bco\bon\bn-\b-
+       t\bti\bin\bnu\bue\be, l\ble\bet\bt, and s\bsh\bhi\bif\bft\bt builtins accept and process  arguments  beginning
+       with  -\b- without requiring -\b--\b-.  Other builtins that accept arguments but
+       are not specified as accepting options  interpret  arguments  beginning
+       with  -\b-  as  invalid options and require -\b--\b- to prevent this interpreta-
        tion.
 
        :\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
+              No effect; the command does nothing beyond  expanding  _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs
               and performing any specified redirections.  The return status is
               zero.
 
        .\b. [-\b-p\bp _\bp_\ba_\bt_\bh] _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
        s\bso\bou\bur\brc\bce\be [-\b-p\bp _\bp_\ba_\bt_\bh] _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
-              The .\b. command (s\bso\bou\bur\brc\bce\be) reads and execute commands from  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
-              in  the current shell environment and returns the exit status of
+              The  .\b. command (s\bso\bou\bur\brc\bce\be) reads and execute commands from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
+              in the current shell environment and returns 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, .\b. searches for it.  If the
-              -\b-p\boption is supplied, .\b. treats _\bp_\ba_\bt_\bh as a  colon-separated  list
-              of  directories in which to find _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be; otherwise, .\b. uses the
-              entries in P\bPA\bAT\bTH\bH  to  find  the  directory  containing  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.
-              _\bf_\bi_\bl_\be_\bn_\ba_\bm_\b does  not  need to be executable.  When b\bba\bas\bsh\bh is not in
-              _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, it searches the current directory if _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is not
-              found in P\bPA\bAT\bTH\bH, but does not search the current directory  if  -\b-p\bp
+              -\b-p\b option  is supplied, .\b. treats _\bp_\ba_\bt_\bh as a colon-separated list
+              of directories in which to find _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be; otherwise, .\b. uses  the
+              entries  in  P\bPA\bAT\bTH\bH  to  find  the  directory containing _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.
+              _\bf_\bi_\bl_\be_\bn_\ba_\bm_\bdoes not need to be executable.  When b\bba\bas\bsh\bh  is  not  in
+              posix mode, it searches the current directory if _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is not
+              found  in  P\bPA\bAT\bTH\bH, but does not search the current directory if -\b-p\bp
               is supplied.  If the s\bso\bou\bur\brc\bce\bep\bpa\bat\bth\bh option to the s\bsh\bho\bop\bpt\bt builtin com-
               mand is turned off, .\b. does not search P\bPA\bAT\bTH\bH.
 
-              If  any _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs are supplied, they become the positional para-
-              meters when _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is executed.  Otherwise the positional  pa-
+              If any _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs are supplied, they become the positional  para-
+              meters  when _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is executed.  Otherwise the positional pa-
               rameters are unchanged.
 
               If the -\b-T\bT option is enabled, .\b. inherits any trap on D\bDE\bEB\bBU\bUG\bG; if it
-              is  not,  any D\bDE\bEB\bBU\bUG\bG trap string is saved and restored around the
+              is not, any D\bDE\bEB\bBU\bUG\bG trap string is saved and restored  around  the
               call to .\b., and .\b. unsets the D\bDE\bEB\bBU\bUG\bG trap while it executes.  If -\b-T\bT
               is not set, and the sourced file changes the D\bDE\bEB\bBU\bUG\bG trap, the new
               value persists after .\b. completes.  The return status is the sta-
               tus of the last command executed from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be (0 if no commands
-              are executed), and non-zero if _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is not found  or  cannot
+              are  executed),  and non-zero 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] ...]
-              With no arguments or with the -\b-p\bp option,a\bal\bli\bia\bas\bs 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, define an  alias  for  each  _\bn_\ba_\bm_\b whose
-              _\bv_\ba_\bl_\bu_\b 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
-              during  command parsing.  For each _\bn_\ba_\bm_\be in the argument list for
-              which no _\bv_\ba_\bl_\bu_\be is supplied, print the  name  and  value  of  the
-              alias  _\bn_\ba_\bm_\be.  a\bal\bli\bia\bas\bs returns true unless a _\bn_\ba_\bm_\be is given (without
+              With no arguments or with the -\b-p\bp option, a\bal\bli\bia\bas\bs 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, define an alias for each _\bn_\ba_\bm_\be whose
+              _\bv_\ba_\bl_\bu_\bis 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
+              during command parsing.  For each _\bn_\ba_\bm_\be in the argument list  for
+              which  no  _\bv_\ba_\bl_\bu_\be  is  supplied,  print the name and value of the
+              alias _\bn_\ba_\bm_\be.  a\bal\bli\bia\bas\bs returns true unless a _\bn_\ba_\bm_\be is given  (without
               a corresponding =_\bv_\ba_\bl_\bu_\be) 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
-              had  been  started with &\b&.  If _\bj_\bo_\bb_\bs_\bp_\be_\bc is not present, the shell
+              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
               uses its notion of the _\bc_\bu_\br_\br_\be_\bn_\bt _\bj_\bo_\bb.  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,  any  specified  _\bj_\bo_\bb_\bs_\bp_\be_\bc  was  not found or was started
+              run  when  job control is disabled or, when run with job control
+              enabled, any specified _\bj_\bo_\bb_\bs_\bp_\be_\bc was  not  found  or  was  started
               without job control.
 
        b\bbi\bin\bnd\bd [-\b-m\bm _\bk_\be_\by_\bm_\ba_\bp] [-\b-l\bls\bsv\bvS\bSV\bVX\bX]
@@ -4964,140 +4971,144 @@ 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-p\bp|-\b-P\bP [_\br_\be_\ba_\bd_\bl_\bi_\bn_\be_\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:_\br_\be_\ba_\bd_\bl_\bi_\bn_\be_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd
        b\bbi\bin\bnd\bd _\br_\be_\ba_\bd_\bl_\bi_\bn_\be_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b-_\bl_\bi_\bn_\be
-              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 to a shell command,
-              or set a r\bre\bea\bad\bdl\bli\bin\bne\be variable.  Each non-option argument is  a  key
-              binding  or command as it would appear in a r\bre\bea\bad\bdl\bli\bin\bne\be initializa-
-              tion file such as _\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'.   In  the  following  descriptions,   output
-              available  to be re-read is formatted as commands that would ap-
+              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 to a shell  command,
+              or  set  a r\bre\bea\bad\bdl\bli\bin\bne\be variable.  Each non-option argument is a key
+              binding or command as it would appear in a r\bre\bea\bad\bdl\bli\bin\bne\b initializa-
+              tion  file such as _\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'.    In  the  following  descriptions,  output
+              available to be re-read is formatted as commands that would  ap-
               pear in a r\bre\bea\bad\bdl\bli\bin\bne\be initialization file or that would be supplied
-              as individual arguments to a b\bbi\bin\bnd\bd  command.   Options,  if  sup-
+              as  individual  arguments  to  a b\bbi\bin\bnd\bd command.  Options, if sup-
               plied, 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_\b (_\bv_\bi_\b-_\bm_\bo_\bv_\be
-                     is  also  a  synonym); _\be_\bm_\ba_\bc_\bs is equivalent to _\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 (_\bv_\bi_\b-_\bm_\bo_\bv_\be
+                     is also a synonym); _\be_\bm_\ba_\bc_\bs is  equivalent  to  _\be_\bm_\ba_\bc_\bs_\b-_\bs_\bt_\ba_\bn_\b-
                      _\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
-                     way  that they can be used as an argument to a subsequent
-                     b\bbi\bin\bnd\bd command or in a r\bre\bea\bad\bdl\bli\bin\bne\be  initialization  file.   If
-                     arguments  remain  after  option  processing, b\bbi\bin\bnd\bd treats
-                     them as readline command names and  restricts  output  to
-                     those names.
-              -\b-P\bP     List  current  r\bre\bea\bad\bdl\bli\bin\bne\be  function names and bindings.  If
+              -\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 used as an argument to a  subsequent
+                     b\bbi\bin\bnd\bd  command  or  in a r\bre\bea\bad\bdl\bli\bin\bne\be initialization file.  If
                      arguments remain after  option  processing,  b\bbi\bin\bnd\bd  treats
-                     them  as  readline  command names and restricts output to
+                     them  as  r\bre\bea\bad\bdl\bli\bin\bne\be  command names and restricts output to
+                     those names.
+              -\b-P\bP     List current r\bre\bea\bad\bdl\bli\bin\bne\be function names  and  bindings.   If
+                     arguments  remain  after  option  processing, b\bbi\bin\bnd\bd treats
+                     them as r\bre\bea\bad\bdl\bli\bin\bne\be command names and  restricts  output  to
                      those names.
-              -\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 used
+              -\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  used
                      as an argument to a subsequent b\bbi\bin\bnd\bd command or in a r\bre\bea\bad\bd-\b-
                      l\bli\bin\bne\be initialization file.
-              -\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-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 used as an argument to a subsequent b\bbi\bin\bnd\bd
                      command or in a r\bre\bea\bad\bdl\bli\bin\bne\be initialization file.
               -\b-V\bV     List current r\bre\bea\bad\bdl\bli\bin\bne\be variable names and values.
               -\b-f\bf _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
                      Read key bindings from _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.
               -\b-q\bq _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn
-                     Display key sequences  that  invoke  the  named  r\bre\bea\bad\bdl\bli\bin\bne\be
+                     Display  key  sequences  that  invoke  the named r\bre\bea\bad\bdl\bli\bin\bne\be
                      _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn.
               -\b-u\bu _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn
-                     Unbind  all  key  sequences  bound  to the named r\bre\bea\bad\bdl\bli\bin\bne\be
+                     Unbind all key sequences  bound  to  the  named  r\bre\bea\bad\bdl\bli\bin\bne\be
                      _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn.
               -\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[:\b: ]\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_\bq is en-
                      tered.  The separator between _\bk_\be_\by_\bs_\be_\bq and _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bd is
-                     either whitespace  or  a  colon  optionally  followed  by
-                     whitespace.   If  the separator is whitespace, _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\b-
-                     _\bm_\ba_\bn_\bmust be enclosed in double quotes and  r\bre\bea\bad\bdl\bli\bin\bne\b ex-
-                     pands  any of its special backslash-escapes in _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\b-
-                     _\bm_\ba_\bn_\bbefore saving it.  If the separator is a colon,  any
-                     enclosing  double  quotes are optional, and r\bre\bea\bad\bdl\bli\bin\bne\be does
-                     not expand the command string before  saving  it.   Since
-                     the  entire key binding expression must be a single argu-
-                     ment, it should  be  enclosed  in  single  quotes.   When
-                     _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\b is  executed,  the  shell  sets  the R\bRE\bEA\bAD\bD-\b-
-                     L\bLI\bIN\bNE\bE_\b_L\bLI\bIN\bNE\bvariable to the contents of the  r\bre\bea\bad\bdl\bli\bin\bne\b line
+                     either  whitespace  or  a  colon  optionally  followed by
+                     whitespace.  If the separator is  whitespace,  _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\b-
+                     _\bm_\ba_\bn_\b must  be enclosed in double quotes and r\bre\bea\bad\bdl\bli\bin\bne\be ex-
+                     pands any of its special backslash-escapes in  _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\b-
+                     _\bm_\ba_\bn_\b before saving it.  If the separator is a colon, any
+                     enclosing double quotes are optional, and  r\bre\bea\bad\bdl\bli\bin\bne\b does
+                     not  expand  the  command string before saving it.  Since
+                     the entire key binding expression must be a single  argu-
+                     ment,  it  should  be  enclosed  in  single quotes.  When
+                     _\bs_\bh_\be_\bl_\bl_\b-_\bc_\bo_\bm_\bm_\ba_\bn_\bis  executed,  the  shell  sets  the  R\bRE\bEA\bAD\bD-\b-
+                     L\bLI\bIN\bNE\bE_\b_L\bLI\bIN\bNE\b variable  to the contents of the r\bre\bea\bad\bdl\bli\bin\bne\be line
                      buffer and the R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_P\bPO\bOI\bIN\bNT\bT and R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_M\bMA\bAR\bRK\bK variables
-                     to  the  current  location of the insertion point and the
-                     saved insertion  point  (the  mark),  respectively.   The
-                     shell  assigns  any numeric argument the user supplied to
-                     the R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_A\bAR\bRG\bGU\bUM\bME\bEN\bNT\bT variable.  If there  was  no  argu-
-                     ment,  that variable is not set.  If the executed command
-                     changes  the  value  of  any  of   R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_L\bLI\bIN\bNE\bE,   R\bRE\bEA\bAD\bD-\b-
-                     L\bLI\bIN\bNE\bE_\b_P\bPO\bOI\bIN\bNT\bT,  or  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_M\bMA\bAR\bRK\bK,  those new values will be
+                     to the current location of the insertion  point  and  the
+                     saved  insertion  point  (the  mark),  respectively.  The
+                     shell assigns any numeric argument the user  supplied  to
+                     the  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_A\bAR\bRG\bGU\bUM\bME\bEN\bNT\bT  variable.   If there was no argu-
+                     ment, that variable is not set.  If the executed  command
+                     changes   the   value  of  any  of  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_L\bLI\bIN\bNE\bE,  R\bRE\bEA\bAD\bD-\b-
+                     L\bLI\bIN\bNE\bE_\b_P\bPO\bOI\bIN\bNT\bT, or R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE_\b_M\bMA\bAR\bRK\bK, those new  values  will  be
                      reflected in the editing state.
-              -\b-X\bX     List all key sequences bound to shell  commands  and  the
-                     associated  commands in a format that can be reused as an
-                     argument to a subsequent @code{bind} command.
+              -\b-X\bX     List  all  key  sequences bound to shell commands and the
+                     associated commands in a format that can be reused as  an
+                     argument to a subsequent b\bbi\bin\bnd\bd command.
 
-              The return value is 0 unless an unrecognized option is  supplied
+              The  return value is 0 unless an unrecognized option is supplied
               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 _\bn is
+              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, b\bbr\bre\bea\bak\bk exits _\bn enclosing loops.  _\bn must be >= 1.  If _\bn
-              is greater than the number of  enclosing  loops,  all  enclosing
+              is  greater  than  the  number of enclosing loops, all enclosing
               loops are exited.  The return value is 0 unless _\bn is not greater
               than or equal to 1.
 
        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 _\bs_\bh_\be_\bl_\bl_\b-_\bb_\bu_\bi_\bl_\bt_\bi_\bn, 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 functionality of the builtin within the  function.
-              The  c\bcd\bd builtin is commonly redefined this way.  The return sta-
+              Execute the specified shell builtin  _\bs_\bh_\be_\bl_\bl_\b-_\bb_\bu_\bi_\bl_\bt_\bi_\bn,  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 functionality of the builtin within the function.
+              The c\bcd\bd builtin is commonly redefined this way.  The return  sta-
               tus is false if _\bs_\bh_\be_\bl_\bl_\b-_\bb_\bu_\bi_\bl_\bt_\bi_\bn is not a shell builtin command.
 
        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).
 
-              Without _\be_\bx_\bp_\br, c\bca\bal\bll\ble\ber\br displays the line number and  source  file-
-              name  of the current subroutine call.  If a non-negative integer
+              Without  _\be_\bx_\bp_\br,  c\bca\bal\bll\ble\ber\br displays the line number and source file-
+              name of the current subroutine call.  If a non-negative  integer
               is supplied 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 cur-
-              rent execution call stack.  This extra information may be  used,
+              rent  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 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\bcd\bd [-\b-L\bL|[-\b-P\bP [-\b-e\be]]] [-@] [_\bd_\bi_\br]
-              Change  the  current  directory to _\bd_\bi_\br.  if _\bd_\bi_\br is not supplied,
-              the value of the H\bHO\bOM\bME\bE shell variable is used as _\bd_\bi_\br.  The  vari-
-              able  C\bCD\bDP\bPA\bAT\bTH\bH  exists,  c\bcd\bd  uses  it  as a search path: the shell
-              searches each directory name in C\bCD\bDP\bPA\bAT\bTH\bH for _\bd_\bi_\br.  Alternative di-
-              rectory names in C\bCD\bDP\bPA\bAT\bTH\bH are separated by a colon  (:).   A  null
-              directory  name  in C\bCD\bDP\bPA\bAT\bTH\bH is the same as the current directory,
-              i.e., ".".  If _\bd_\bi_\br begins with a slash (/), then C\bCD\bDP\bPA\bAT\bTH\bH  is  not
-              used.
+       c\bcd\bd [-\b-L\bL] [-@] [_\bd_\bi_\br]
+       c\bcd\bd -\b-P\bP [-\b-e\be] [-@] [_\bd_\bi_\br]
+              Change the current directory to _\bd_\bi_\br.  if _\bd_\bi_\br  is  not  supplied,
+              the  value of the H\bHO\bOM\bME\bE shell variable is used as _\bd_\bi_\br.  The vari-
+              able C\bCD\bDP\bPA\bAT\bTH\bH exists, and _\bd_\bi_\br does not begin with a slash (/),  c\bcd\bd
+              uses it as a search path: the shell searches each directory name
+              in  C\bCD\bDP\bPA\bAT\bTH\bH  for  _\bd_\bi_\br.  Alternative directory names in C\bCD\bDP\bPA\bAT\bTH\bH are
+              separated by a colon (:).  A null directory name  in  C\bCD\bDP\bPA\bAT\bTH\bH  is
+              the same as the current directory, i.e., ".".
 
               The  -\b-P\bP option causes c\bcd\bd to use the physical directory structure
               by resolving symbolic links while traversing _\bd_\bi_\br and before pro-
               cessing instances of _\b._\b. in _\bd_\bi_\br (see also the -\b-P\bP  option  to  the
               s\bse\bet\bt builtin command).
 
-              The  -\b-L\boption forces symbolic links to be followed by resolving
+              The  -\b-L\b option  forces c\bcd\bd to follow symbolic links by resolving
               the link after processing instances of _\b._\b. in _\bd_\bi_\br.  If _\b._\b. appears
-              in _\bd_\bi_\br, it is processed by  removing  the  immediately  previous
+              in _\bd_\bi_\br, c\bcd\bd processes it by  removing  the  immediately  previous
               pathname component from _\bd_\bi_\br, back to a slash or the beginning of
-              _\bd_\bi_\br.
+              _\bd_\bi_\br,  and  verifying that the portion of _\bd_\bi_\br it has processed to
+              that point is still a valid directory name  after  removing  the
+              pathname component.  If it is not a valid directory name, c\bcd\bd re-
+              turns  a  non-zero status.  If neither -\b-L\bL nor -\b-P\bP is supplied, c\bcd\bd
+              behaves as if -\b-L\bL had been supplied.
 
-              If  the  -\b-e\be  option is supplied with -\b-P\bP, and the current working
-              directory cannot be successfully determined after  a  successful
-              directory change, c\bcd\bd will return a non-zero status.
+              If the -\b-e\be option is supplied with -\b-P\bP, and c\bcd\bd cannot successfully
+              determine the current working directory after a  successful  di-
+              rectory change, it will return a non-zero status.
 
               On  systems that support it, the -\b-@\b@ option presents the extended
               attributes associated with a file as a directory.
@@ -6086,12 +6097,12 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      will terminate a line when it reads a NUL character.
               -\b-e\be     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
                      uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE above) to  obtain  the  line.
-                     Readline  uses  the  current (or default, if line editing
+                     R\bRe\bea\bad\bdl\bli\bin\bne\be  uses  the  current (or default, if line editing
                      was not previously active)  editing  settings,  but  uses
-                     readline's default filename completion.
+                     r\bre\bea\bad\bdl\bli\bin\bne\be's default filename completion.
               -\b-E\bE     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
                      uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE above) to  obtain  the  line.
-                     Readline  uses  the  current (or default, if line editing
+                     R\bRe\bea\bad\bdl\bli\bin\bne\be  uses  the  current (or default, if line editing
                      was not previously active)  editing  settings,  but  uses
                      bash's default completion, including programmable comple-
                      tion.
@@ -6205,7 +6216,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        s\bse\bet\bt +\b+o\bo Without  options, display the name and value of each shell vari-
               able in a format that can be reused as input for setting or  re-
               setting the currently-set variables.  Read-only variables cannot
-              be  reset.  In _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, only shell variables are listed.  The
+              be  reset.  In posix mode, only shell variables are listed.  The
               output is sorted according to the current locale.  When  options
               are  specified,  they  set or unset shell attributes.  Any argu-
               ments remaining after option processing are  treated  as  values
@@ -6288,7 +6299,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       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
-                              V\bVa\bar\bri\bia\bab\bbl\ble\bes\b<\babove).
+                              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.
                       n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br
@@ -6508,7 +6519,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\bir\bre\bex\bxp\bpa\ban\bnd\bd
                       If  set,  b\bba\bas\bsh\bh replaces directory names with the results
                       of word expansion when performing  filename  completion.
-                      This  changes  the  contents  of  the  readline  editing
+                      This  changes  the  contents  of  the  r\bre\bea\bad\bdl\bli\bin\bne\be  editing
                       buffer.  If not set, b\bba\bas\bsh\bh attempts to preserve what  the
                       user typed.
               d\bdi\bir\brs\bsp\bpe\bel\bll\bl
@@ -6516,9 +6527,9 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       names during word completion if the directory name  ini-
                       tially supplied does not exist.
               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.   The  filenames  "."
-                      and ".." must always be matched explicitly, even if d\bdo\bot\bt-\b-
-                      g\bgl\blo\bob\bb is set.
+                      the results of pathname expansion.  The filenames _\b.  and
+                      _\b._\b. must always be matched explicitly, even if d\bdo\bot\btg\bgl\blo\bob\bb is
+                      set.
               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
@@ -6566,7 +6577,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       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 de-
+                      ble  completions.   See  S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs above for a de-
                       scription of F\bFI\bIG\bGN\bNO\bOR\bRE\bE.  This option  is  enabled  by  de-
                       fault.
               g\bgl\blo\bob\bba\bas\bsc\bci\bii\bir\bra\ban\bng\bge\bes\bs
@@ -6579,8 +6590,8 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       lower-case ASCII characters will collate together.
               g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs
                       If  set,  pathname  expansion will never match the file-
-                      names "." and "..", even if the pattern  begins  with  a
-                      ".".  This option is enabled by default.
+                      names _\b. and _\b._\b., even if the pattern begins with  a  ".".
+                      This option is enabled by default.
               g\bgl\blo\bob\bbs\bst\bta\bar\br
                       If set, the pattern *\b**\b* used in a pathname expansion con-
                       text  will  match all files and zero or more directories
@@ -6614,7 +6625,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               i\bin\bnh\bhe\ber\bri\bit\bt_\b_e\ber\brr\bre\bex\bxi\bit\bt
                       If  set,  command substitution inherits the value of the
                       e\ber\brr\bre\bex\bxi\bit\bt option, instead of unsetting it in the  subshell
-                      environment.   This option is enabled when _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be is
+                      environment.   This option is enabled when posix mode is
                       enabled.
               i\bin\bnt\bte\ber\bra\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\bs
                       In an interactive shell, a word beginning with #\b#  causes
@@ -6787,9 +6798,9 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      The  expression  is  parsed  and  evaluated  according to
                      precedence using the rules listed above.
 
-              When the shell is in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, or if the expression is part of
+              When the shell is in posix mode, or if the expression is part of
               the [\b[[\b[ command, the <\b< and >\b> operators sort using the current lo-
-              cale.  If the shell is not in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, the t\bte\bes\bst\bt  and  [\b[  com-
+              cale.  If the shell is not in posix mode, the t\bte\bes\bst\bt  and  [\b[  com-
               mands sort lexicographically using ASCII ordering.
 
               The  historical operator-precedence parsing with 4 or more argu-
@@ -7252,7 +7263,7 @@ S\bSE\bEE\bE A\bAL\bLS\bSO\bO
        _\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_\be _\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-
        _\bt_\bi_\be_\bs, IEEE --
-              http://pubs.opengroup.org/onlinepubs/9699919799/
+              http://pubs.opengroup.org/onlinepubs/9799919799/
        http://tiswww.case.edu/~chet/bash/POSIX -- a description of posix mode
        _\bs_\bh(1), _\bk_\bs_\bh(1), _\bc_\bs_\bh(1)
        _\be_\bm_\ba_\bc_\bs(1), _\bv_\bi(1)
@@ -7330,4 +7341,4 @@ B\bBU\bUG\bGS\bS
 
        Array variables may not (yet) be exported.
 
-GNU Bash 5.3                    2024 October 14                        _\bB_\bA_\bS_\bH(1)
+GNU Bash 5.3                    2024 October 15                        _\bB_\bA_\bS_\bH(1)
index a6ab2c8037f639d3907b59ef6fc878dfcf03f530..f34a06e7a1c9bfd9fa695cc466cc57db207df641 100644 (file)
@@ -5,14 +5,14 @@
 .\"    Case Western Reserve University
 .\"    chet.ramey@case.edu
 .\"
-.\"    Last Change: Mon Oct 14 11:41:21 EDT 2024
+.\"    Last Change: Tue Oct 15 16:53:49 EDT 2024
 .\"
 .\" bash_builtins, strip all but Built-Ins section
 .\" avoid a warning about an undefined register
 .\" .if !rzY .nr zY 0
 .if \n(zZ=1 .ig zZ
 .if \n(zY=1 .ig zY
-.TH BASH 1 "2024 October 14" "GNU Bash 5.3"
+.TH BASH 1 "2024 October 15" "GNU Bash 5.3"
 .\"
 .ie \n(.g \{\
 .ds ' \(aq
@@ -33,7 +33,7 @@
 .\" \% at the beginning of the string protects the filename from hyphenation.
 .\"
 .de FN
-\%\fI\|\\$1\|\fP
+\%\fI\|\\$1\|\fP\\$2
 ..
 .\"
 .\" Quotation macro: generate consistent quoted strings that don't rely
@@ -185,7 +185,8 @@ builtin below).
 .TP
 .B \-\-dump\-po\-strings
 Equivalent to \fB\-D\fP, but the output is in the GNU \fIgettext\fP
-\fBpo\fP (portable object) file format.
+.Q po
+(portable object) file format.
 .TP
 .B \-\-dump\-strings
 Equivalent to \fB\-D\fP.
@@ -201,7 +202,7 @@ Display a usage message on standard output and exit successfully.
 Execute commands from
 .I file
 instead of the standard personal initialization file
-.I \*~/.bashrc
+.FN \*~/.bashrc
 if the shell is interactive (see
 .SM
 .B INVOCATION
@@ -219,10 +220,10 @@ library to read command lines when the shell is interactive.
 Do not read either the system-wide startup file
 .FN /etc/profile
 or any of the personal initialization files
-.IR \*~/.bash_profile ,
-.IR \*~/.bash_login ,
+.FN \*~/.bash_profile ,
+.FN \*~/.bash_login ,
 or
-.IR \*~/.profile .
+.FN \*~/.profile .
 By default,
 .B bash
 reads these files when it is invoked as a login shell (see
@@ -232,7 +233,7 @@ below).
 .TP
 .B \-\-norc
 Do not read and execute the personal initialization file
-.I \*~/.bashrc
+.FN \*~/.bashrc
 if the shell is interactive.
 This option is on by default if the shell is invoked as
 .BR sh .
@@ -244,7 +245,7 @@ See
 .SM
 .B "SEE ALSO"
 below for a reference to a document that details how posix mode affects
-bash's behavior.
+\fBBash\fP's behavior.
 .TP
 .B \-\-restricted
 The shell becomes restricted (see
@@ -328,10 +329,15 @@ When
 .B bash
 is invoked as an interactive login shell, or as a non-interactive shell
 with the \fB\-\-login\fP option, it first reads and
-executes commands from the file \fI/etc/profile\fP, if that
-file exists.
-After reading that file, it looks for \fI\*~/.bash_profile\fP,
-\fI\*~/.bash_login\fP, and \fI\*~/.profile\fP, in that order, and reads
+executes commands from the file
+.FN /etc/profile ,
+if that file exists.
+After reading that file, it looks for
+.FN \*~/.bash_profile ,
+.FN \*~/.bash_login ,
+and
+.FN \*~/.profile ,
+in that order, and reads
 and executes commands from the first one that exists and is readable.
 The
 .B \-\-noprofile
@@ -340,18 +346,22 @@ option may be used when the shell is started to inhibit this behavior.
 When an interactive login shell exits,
 or a non-interactive login shell executes the \fBexit\fP builtin command,
 .B bash
-reads and executes commands from the file \fI\*~/.bash_logout\fP, if it
-exists.
+reads and executes commands from the file
+.FN \*~/.bash_logout ,
+if it exists.
 .PP
 When an interactive shell that is not a login shell is started,
 .B bash
-reads and executes commands from \fI\*~/.bashrc\fP, if that file exists.
+reads and executes commands from 
+.FN \*~/.bashrc ,
+if that file exists.
 This may be inhibited by using the
 .B \-\-norc
 option.
 The \fB\-\-rcfile\fP \fIfile\fP option causes
 .B bash
-to use \fIfile\fP instead of \fI\*~/.bashrc\fP.
+to use \fIfile\fP instead of
+.FN \*~/.bashrc .
 .PP
 When
 .B bash
@@ -386,13 +396,13 @@ while conforming to the POSIX standard as well.
 When invoked as an interactive login shell, or a non-interactive
 shell with the \fB\-\-login\fP option, it first attempts to
 read and execute commands from
-.I /etc/profile
+.FN /etc/profile
 and
-.IR \*~/.profile ,
+.FN \*~/.profile ,
 in that order.
 The
 .B \-\-noprofile
-option may be used to inhibit this behavior.
+option will inhibit this behavior.
 When invoked as an interactive shell with the name
 .BR sh ,
 .B bash
@@ -413,15 +423,11 @@ does not attempt to read any other startup files.
 When invoked as
 .BR sh ,
 .B bash
-enters
-.I posix
-mode after the startup files are read.
+enters posix mode after reading the startup files.
 .PP
 When
 .B bash
-is started in
-.I posix
-mode, as with the
+is started in posix mode, as with the
 .B \-\-posix
 command line option, it follows the POSIX standard for startup files.
 In this mode, interactive shells expand the
@@ -439,15 +445,17 @@ or the secure shell daemon \fIsshd\fP.
 If
 .B bash
 determines it is being run non-interactively in this fashion,
-it reads and executes commands from \fI\*~/.bashrc\fP,
+it reads and executes commands from
+.FN \*~/.bashrc ,
 if that file exists and is readable.
 It will not do this if invoked as \fBsh\fP.
 The
 .B \-\-norc
-option may be used to inhibit this behavior, and the
+option will inhibit this behavior, and the
 .B \-\-rcfile
 option will make \fBbash\fP use a different file instead of
-\fI\*~/.bashrc\fP, but neither
+.FN \*~/.bashrc ,
+but neither
 \fIrshd\fP nor \fIsshd\fP generally invoke the shell with those options
 or allow them to be specified.
 .PP
@@ -588,7 +596,7 @@ reserved word precedes a pipeline, the shell reports the
 elapsed as well as user and system time consumed by its execution
 when the pipeline terminates.
 The \fB\-p\fP option changes the output format to that specified by POSIX.
-When the shell is in \fIposix mode\fP, it does not recognize
+When the shell is in posix mode, it does not recognize
 \fBtime\fP as a reserved word if the next token begins with a
 .Q \- .
 The value of the
@@ -601,7 +609,7 @@ information should be displayed; see the description of
 below under
 .BR "Shell Variables" .
 .PP
-When the shell is in \fIposix mode\fP, \fBtime\fP
+When the shell is in posix mode, \fBtime\fP
 may appear by itself as the only word in a simple command.
 In this case, the shell displays the
 total user and system time consumed by the shell and its children.
@@ -1084,7 +1092,7 @@ If the \fBfunction\fP reserved word is used, but the
 parentheses are not supplied, the braces are recommended.
 \fIcompound\-command\fP is executed whenever \fIfname\fP is specified as the
 name of a simple command.
-When in \fIposix mode\fP, \fIfname\fP must be a valid shell \fIname\fP
+When in posix mode, \fIfname\fP must be a valid shell \fIname\fP
 and may not be the name of one of the POSIX \fIspecial builtins\fP.
 In default mode, a function name can be any unquoted shell word that does
 not contain \fB$\fP.
@@ -1171,7 +1179,7 @@ of all characters within the quotes, with the exception of
 .BR \e ,
 and, when history expansion is enabled,
 .BR ! .
-When the shell is in \fIposix mode\fP,
+When the shell is in posix mode,
 the \fB!\fP has no special meaning
 within double quotes, even when history expansion is enabled.
 The characters
@@ -1367,7 +1375,7 @@ Assignment statements may also appear as arguments to the
 and
 .B local
 builtin commands (\fIdeclaration\fP commands).
-When in \fIposix mode\fP, these builtins may appear in a command after
+When in posix mode, these builtins may appear in a command after
 one or more instances of the \fBcommand\fP builtin and retain these
 assignment statement properties.
 .PP
@@ -1563,7 +1571,7 @@ Otherwise, it is set to the filename used to invoke
 .BR bash ,
 as given by argument zero.
 .PD
-.SS Shell Variables
+.SS "Shell Variables"
 The shell sets following variables:
 .PP
 .PD 0
@@ -1921,7 +1929,7 @@ subsequently reset.
 Each time this parameter is referenced, it expands to the number of seconds
 since the Unix Epoch (see
 .IR time (3))
-as a floating point value with micro-second granularity.
+as a floating-point value with micro-second granularity.
 Assignments to
 .SM
 .B EPOCHREALTIME
@@ -2102,7 +2110,7 @@ is unset, it loses its special properties, even if it is
 subsequently reset.
 .TP
 .B READLINE_ARGUMENT
-Any numeric argument given to a readline command that was defined using
+Any numeric argument given to a \fBreadline\fP command that was defined using
 .Q "bind \-x"
 (see
 .SM
@@ -2324,7 +2332,7 @@ Expanded and executed similarly to
 .SM
 .B BASH_ENV
 (see \fBINVOCATION\fP above)
-when an interactive shell is invoked in \fIposix mode\fP.
+when an interactive shell is invoked in posix mode.
 .TP
 .B EXECIGNORE
 A colon-separated list of shell patterns (see \fBPattern Matching\fP)
@@ -2382,14 +2390,17 @@ Controls how the results of pathname expansion are sorted.
 The value of this variable specifies the sort criteria and sort order for
 the results of pathname expansion.
 If this variable is unset or set to the null string, pathname expansion
-uses the historical behavior of sorting by name.
+uses the historical behavior of sorting by name,
+in ascending lexicographic order as determined by the
+.B \%LC_COLLATE
+shell variable.
 .IP
 If set, a valid value begins with an optional \fI+\fP, which is ignored,
 or \fI\-\fP, which reverses the sort order from ascending to descending,
 followed by a sort specifier.
 The valid sort specifiers are
 .IR name ,
-.IR numeric ,
+.IR \%numeric ,
 .IR size ,
 .IR mtime ,
 .IR atime ,
@@ -2407,14 +2418,19 @@ For example, a value of \fI\-mtime\fP sorts the results in descending
 order by modification time (newest first).
 .IP
 The \fInumeric\fP specifier treats names consisting solely of digits as
-numbers and sorts them using the numeric value (so "2" will sort before
-"10", for example).
+numbers and sorts them using their numeric value (so
+.Q 2
+will sort before
+.Q 10 ,
+for example).
 When using \fInumeric\fP, names containing non-digits sort after all
 the all-digit names and are sorted by name using the traditional behavior.
 .IP
-A sort specifier of \fInosort\fP disables sorting completely; the results
-are returned in the order they are read from the file system,
-and any leading \fI+\fP or \fI\-\fP is ignored.
+A sort specifier of \fInosort\fP disables sorting completely;
+.B bash
+returns the results
+in the order they are read from the file system,
+ignoring any leading \fI\-\fP.
 .IP
 If the sort specifier is missing, it defaults to \fIname\fP,
 so a value of \fI+\fP is equivalent to the null string,
@@ -2462,7 +2478,8 @@ The name of the file in which command history is saved (see
 .SM
 .B HISTORY
 below).
-\fBBash\fP assigns a default value of \fI\*~/.bash_history\fP.
+\fBBash\fP assigns a default value of
+.FN \*~/.bash_history .
 If \fBHISTFILE\fP is unset or null,
 the shell does not save the command history when it exits.
 .TP
@@ -2728,13 +2745,13 @@ A common value is
 .TP
 .B POSIXLY_CORRECT
 If this variable is in the environment when \fBbash\fP starts, the shell
-enters \fIposix mode\fP before reading the startup files, as if the
+enters posix mode before reading the startup files, as if the
 .B \-\-posix
 invocation option had been supplied.  If it is set while the shell is
-running, \fBbash\fP enables \fIposix mode\fP, as if the command
+running, \fBbash\fP enables posix mode, as if the command
 .Q "set \-o posix"
 had been executed.
-When the shell enters \fIposix mode\fP, it sets this variable if it was
+When the shell enters posix mode, it sets this variable if it was
 not already set.
 .TP
 .B PROMPT_COMMAND
@@ -2914,20 +2931,18 @@ and tokenization (see
 .B "HISTORY EXPANSION"
 below).
 The first character is the \fIhistory expansion\fP character,
-the character which signals the start of a history
-expansion, normally
+the character which begins a history expansion, normally
 .Q \fB!\fP .
-The second character is the \fIquick substitution\fP
-character, which is used as shorthand for re-running the previous
-command entered, substituting one string for another in the command,
-when it appears as the first character on the line.
-The default is
+The second character is the \fIquick substitution\fP character, normally
 .Q \fB\*^\fP .
+When it appears as the first character on the line,
+history substitution repeats the previous command,
+replacing one string with another.
 The optional third character is the character which indicates that
 the remainder of the line is a comment when found as the first character
 of a word, normally
 .Q \fB#\fP .
-The history comment character causes history substitution to be skipped
+The history comment character disables history substitution
 for the remaining words on the line.
 It does not necessarily cause the shell parser to treat the rest of the
 line as a comment.
@@ -3361,7 +3376,7 @@ of variable assignments (as described above under
 .BR PARAMETERS )
 when they appear as arguments to simple commands.
 \fBBash\fP does not do this, except for the \fIdeclaration\fP commands listed
-above, when in \fIposix mode\fP.
+above, when in posix mode.
 .SS Parameter Expansion
 The
 .Q \fB$\fP
@@ -3401,7 +3416,8 @@ and \fIparameter\fP is not a \fInameref\fP,
 it introduces a level of indirection.
 \fBBash\fP uses the value formed by expanding the rest of
 \fIparameter\fP as the new \fIparameter\fP;
-this new parameter is then expanded and that value is used in the rest of the expansion, rather
+this new parameter is then expanded and that value is used
+in the rest of the expansion, rather
 than the expansion of the original \fIparameter\fP.
 This is known as \fIindirect expansion\fP.
 The value is subject to tilde expansion,
@@ -4130,9 +4146,9 @@ must be matched explicitly, unless the shell option
 .B dotglob
 is set.
 In order to match the filenames
-.Q .\&
+.FN .\&
 and
-.Q ..\& ,
+.FN ..\& ,
 the pattern must begin with
 .Q .\&
 (for example,
@@ -4143,9 +4159,9 @@ is set.
 If the
 .B globskipdots
 shell option is enabled, the filenames
-.Q .\&
+.FN .\&
 and
-.Q ..\&
+.FN ..\&
 never match, even if the pattern begins with a
 .Q .\& .
 When not matching pathnames, the
@@ -4190,9 +4206,9 @@ If the \fBnocaseglob\fP option is set, the matching against the patterns in
 .B GLOBIGNORE
 is performed without regard to case.
 The filenames
-.Q .\&
+.FN .\&
 and
-.Q ..\&
+.FN ..\&
 are always ignored when
 .SM
 .B GLOBIGNORE
@@ -4377,9 +4393,9 @@ when \fBdotglob\fP is enabled, the set of filenames includes all files
 beginning with
 .Q .\& ,
 but
-.Q .\&
+.FN .\&
 and
-.Q ..\&
+.FN ..\&
 must be matched by a pattern or sub-pattern that begins with a dot;
 when it is disabled, the set does not
 include any filenames beginning with
@@ -4389,9 +4405,9 @@ unless the pattern or sub-pattern begins with a
 If the
 .B globskipdots
 shell option is enabled, the filenames
-.Q .\&
+.FN .\&
 and
-.Q ..\&
+.FN ..\&
 never appear in the set.
 As above,
 .Q .\&
@@ -5199,19 +5215,23 @@ If the operating system on which \fBbash\fP is running provides these
 special files, bash will use them; otherwise it will emulate them
 internally with this behavior:
 If any \fIfile\fP argument to one of the primaries is of the form
-\fI/dev/fd/n\fP, then file descriptor \fIn\fP is checked.
+.FN /dev/fd/n ,
+then \fBbash\fP checks file descriptor \fIn\fP.
 If the \fIfile\fP argument to one of the primaries is one of
-\fI/dev/stdin\fP, \fI/dev/stdout\fP, or \fI/dev/stderr\fP, file
-descriptor 0, 1, or 2, respectively, is checked.
+.FN \*/dev/stdin ,
+.FN \*/dev/stdout ,
+or
+.FN \*/dev/stderr ,
+\fBbash\fP checks file descriptor 0, 1, or 2, respectively.
 .PP
 Unless otherwise specified, primaries that operate on files follow symbolic
 links and operate on the target of the link, rather than the link itself.
 .PP
 When used with \fB[[\fP,
-or when the shell is in \fIposix mode\fP,
+or when the shell is in posix mode,
 the \fB<\fP and \fB>\fP operators sort
 lexicographically using the current locale.
-When the shell is not in \fIposix mode\fP,
+When the shell is not in posix mode,
 the \fBtest\fP command sorts using ASCII ordering.
 .PP
 .PD 0
@@ -5572,18 +5592,18 @@ are also executed in a subshell environment.
 Changes made to the subshell environment
 cannot affect the shell's execution environment.
 .PP
-When the shell is in
-\fIposix mode\fP,
+When the shell is in posix mode,
 subshells spawned to execute command substitutions inherit the value of
 the \fB\-e\fP option from their parent shell.
-When not in \fIposix mode\fP,
+When not in posix mode,
 \fBbash\fP clears the \fB\-e\fP option in such subshells.
 See the
 description of the \fBinherit_errexit\fP shell option below
 for how to control this behavior when not in posix mode.
 .PP
 If a command is followed by a \fB&\fP and job control is not active, the
-default standard input for the command is the empty file \fI/dev/null\fP.
+default standard input for the command is the empty file
+.FN /dev/null .
 Otherwise, the invoked command inherits the file descriptors of the calling
 shell as modified by redirections.
 .SH ENVIRONMENT
@@ -6031,7 +6051,7 @@ option to the
 builtin command
 is enabled,
 .B bash
-reports such changes immediately.
+reports status changes immediately.
 \fBBash\fP executes any trap on
 .SM
 .B SIGCHLD
@@ -6260,28 +6280,35 @@ options to the
 .B set
 builtin.
 .SS "Readline Notation"
-This section uses an emacs-style notation to denote keystrokes.
+This section uses Emacs-style editing concepts and uses its
+notation for keystrokes.
 Control keys are denoted by C\-\fIkey\fP, e.g., C\-n means Control\-N.
 Similarly,
 .I meta
 keys are denoted by M\-\fIkey\fP, so M\-x means Meta\-X.
+The Meta key is often labeled
+.Q Alt
+or
+.Q Option .
 .PP
 On keyboards without a
 .I Meta
-key, M\-\fIx\fP means ESC \fIx\fP, i.e., press the Escape key
-then the
+key, M\-\fIx\fP means ESC \fIx\fP,
+i.e., press and release the Escape key,
+then press and release the
 .I x
-key.
+key, in sequence.
 This makes ESC the \fImeta prefix\fP.
-The combination M\-C\-\fIx\fP means ESC\-Control\-\fIx\fP,
-or press the Escape key
-then hold the Control key while pressing the
+The combination M\-C\-\fIx\fP means ESC\-Control\-\fIx\fP:
+press and release the Escape key,
+then press and hold the Control key while pressing the
 .I x
-key.
+key, then release both.
 .PP
-On some keyboards, the Meta key modifier produces meta characters with
-the eighth bit (0200) set (you can use the \fBenable\-meta\-key\fP variable
-to control whether or not it does this, if the keyboard allows it).
+On some keyboards, the Meta key modifier produces characters with
+the eighth bit (0200) set.
+You can use the \fBenable\-meta\-key\fP variable
+to control whether or not it does this, if the keyboard allows it.
 On many others, the terminal or terminal emulator converts the metafied
 key to a key sequence beginning with ESC as described in the
 preceding paragraph.
@@ -6291,7 +6318,8 @@ you can make M-\fIkey\fP key bindings you specify (see
 .B "Readline Key Bindings"
 below) do the same thing by setting the \fBforce\-meta\-prefix\fP variable.
 .PP
-Readline commands may be given numeric
+.B Readline
+commands may be given numeric
 .IR arguments ,
 which normally act as a repeat count.
 Sometimes, however, it is the sign of the argument that is significant.
@@ -6301,6 +6329,16 @@ makes that command act in a backward direction.
 Commands whose behavior with arguments deviates from this are noted
 below.
 .PP
+The \fIpoint\fP is the current cursor position, and \fImark\fP refers
+to a saved cursor position.
+The text between the point and mark is referred to as the \fIregion\fP.
+\fBReadline\fP has the concept of an \fIactive region\fP:
+when the region is active, \fBreadline\fP redisplay
+highlights the region using the
+value of the \fBactive-region-start-color\fP variable.
+The \fBenable\-active\-region\fP variable turns this on and off.
+Several commands set the region to active; those are noted below.
+.PP
 When a command is described as \fIkilling\fP text, the text
 deleted is saved for possible future retrieval
 (\fIyanking\fP).
@@ -6310,17 +6348,18 @@ 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.
 .SS "Readline Initialization"
-Readline is customized by putting commands in an initialization
+.B Readline
+is customized by putting commands in an initialization
 file (the \fIinputrc\fP file).
 The name of this file is taken from the value of the
 .SM
 .B INPUTRC
 shell variable.
 If that variable is unset, the default is
-.IR \*~/.inputrc .
-If that file  does not exist or cannot be read, readline looks for
-.IR /etc/inputrc .
-When a program which uses the readline library starts up,
+.FN \*~/.inputrc .
+If that file  does not exist or cannot be read, \fBreadline\fP looks for
+.FN /etc/inputrc .
+When a program which uses the \fBreadline\fP library starts up,
 \fBreadline\fP reads the initialization file
 and sets the key bindings and variables found there,
 before reading any user input.
@@ -6335,7 +6374,7 @@ The default key-bindings in this section
 may be changed using key binding commands in the
 .I inputrc
 file.
-Programs that use the readline library, including \fBbash\fP,
+Programs that use the \fBreadline\fP library, including \fBbash\fP,
 may add their own commands and bindings.
 .PP
 For example, placing
@@ -6350,7 +6389,7 @@ C\-Meta\-u: universal\-argument
 .LP
 into the
 .I inputrc
-would make M\-C\-u execute the readline command
+would make M\-C\-u execute the \fBreadline\fP command
 .IR universal\-argument .
 .PP
 Key bindings may contain the following symbolic character names:
@@ -6367,7 +6406,7 @@ Key bindings may contain the following symbolic character names:
 and
 .IR TAB .
 .PP
-In addition to command names, readline allows keys to be bound
+In addition to command names, \fBreadline\fP allows keys to be bound
 to a string that is inserted when the key is pressed (a \fImacro\fP).
 The difference between a macro and a command is that a macro is
 enclosed in single or double quotes.
@@ -6521,7 +6560,7 @@ Backslash will quote any other character in the macro text,
 including \*" and \*'.
 .PP
 .B Bash
-will display or modify the current readline key bindings with the
+will display or modify the current \fBreadline\fP key bindings with the
 .B bind
 builtin command.
 The
@@ -6537,7 +6576,7 @@ builtin
 below)
 will change the editing mode during interactive use.
 .SS "Readline Variables"
-Readline has variables that can be used to further customize its
+\fBReadline\fP has variables that can be used to further customize its
 behavior.
 A variable may be set in the
 .I inputrc
@@ -6551,13 +6590,13 @@ or using the \fBbind\fP builtin command (see
 .B "SHELL BUILTIN COMMANDS"
 below).
 .PP
-Except where noted, readline variables can take the values
+Except where noted, \fBreadline\fP variables can take the values
 .B On
 or
 .B Off
 (without regard to case).
 Unrecognized variable names are ignored.
-When readline reads a variable value, empty or null values,
+When \fBreadline\fP reads a variable value, empty or null values,
 .Q "on"
 (case-insensitive), and
 .Q 1
@@ -6565,7 +6604,7 @@ are equivalent to \fBOn\fP.
 All other values are equivalent to
 \fBOff\fP.
 .PP
-The \fBbind \-V\fP command lists the current readline variable names
+The \fBbind \-V\fP command lists the current \fBreadline\fP variable names
 and values  (see
 .SM
 .B "SHELL BUILTIN COMMANDS"
@@ -6605,37 +6644,37 @@ A sample value might be
 .Q \ee[0m .
 .TP
 .B bell\-style (audible)
-Controls what happens when readline wants to ring the terminal bell.
-If set to \fBnone\fP, readline never rings the bell.
-If set to \fBvisible\fP, readline uses a visible bell if one is available.
-If set to \fBaudible\fP, readline attempts to ring the terminal's bell.
+Controls what happens when \fBreadline\fP wants to ring the terminal bell.
+If set to \fBnone\fP, \fBreadline\fP never rings the bell.
+If set to \fBvisible\fP, \fBreadline\fP uses a visible bell if one is available.
+If set to \fBaudible\fP, \fBreadline\fP attempts to ring the terminal's bell.
 .TP
 .B bind\-tty\-special\-chars (On)
-If set to \fBOn\fP, readline attempts to bind
+If set to \fBOn\fP, \fBreadline\fP attempts to bind
 the control characters that are treated specially by the kernel's
-terminal driver to their readline equivalents.
-These override the default readline bindings described here.
+terminal driver to their \fBreadline\fP equivalents.
+These override the default \fBreadline\fP bindings described here.
 Type
 .Q "stty \-a"
 at a \fBbash\fP prompt to see your current terminal settings,
 including the special control characters (usually \fBcchars\fP).
 .TP
 .B blink\-matching\-paren (Off)
-If set to \fBOn\fP, readline attempts to briefly move the cursor to an
+If set to \fBOn\fP, \fBreadline\fP attempts to briefly move the cursor to an
 opening parenthesis when a closing parenthesis is inserted.
 .TP
 .B colored\-completion\-prefix (Off)
-If set to \fBOn\fP, when listing completions, readline displays the
+If set to \fBOn\fP, when listing completions, \fBreadline\fP displays the
 common prefix of the set of possible completions using a different color.
 The color definitions are taken from the value of the \fBLS_COLORS\fP
 environment variable.
 If there is a color definition in \fB$LS_COLORS\fP for the custom suffix
-.Q readline-colored-completion-prefix ,
-readline uses this color for
+.Q .readline-colored-completion-prefix ,
+\fBreadline\fP uses this color for
 the common prefix instead of its default.
 .TP
 .B colored\-stats (Off)
-If set to \fBOn\fP, readline displays possible completions using different
+If set to \fBOn\fP, \fBreadline\fP displays possible completions using different
 colors to indicate their file type.
 The color definitions are taken from the value of the \fBLS_COLORS\fP
 environment variable.
@@ -6645,7 +6684,7 @@ environment variable.
 .TP
 .BR comment\-begin\ ( \c
 .Q \fB#\fP \fB)\fP
-The string that the readline
+The string that the \fBreadline\fP
 .B insert\-comment
 command inserts.
 This command is bound to
@@ -6663,11 +6702,12 @@ A value of 0 will cause matches to be displayed one per line.
 The default value is \-1.
 .TP
 .B completion\-ignore\-case (Off)
-If set to \fBOn\fP, readline performs filename matching and completion
+If set to \fBOn\fP, \fBreadline\fP performs filename matching and completion
 in a case\-insensitive fashion.
 .TP
 .B completion\-map\-case (Off)
-If set to \fBOn\fP, and \fBcompletion\-ignore\-case\fP is enabled, readline
+If set to \fBOn\fP, and \fBcompletion\-ignore\-case\fP is enabled,
+.B readline
 treats hyphens (\fI\-\fP) and underscores (\fI_\fP) as equivalent when
 performing case\-insensitive filename matching and completion.
 .TP
@@ -6675,7 +6715,7 @@ performing case\-insensitive filename matching and completion.
 The maximum
 length in characters of the common prefix of a list of possible
 completions that is displayed without modification.
-When set to a value greater than zero, readline
+When set to a value greater than zero, \fBreadline\fP
 replaces common prefixes longer than this value
 with an ellipsis when displaying possible completions.
 .TP
@@ -6686,17 +6726,17 @@ generated by the \fBpossible\-completions\fP 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,
-readline will ask whether or not the user wishes to view them;
-otherwise readline simply lists them on the terminal.
-A zero value means readline should never ask; negative values are
+\fBreadline\fP will ask whether or not the user wishes to view them;
+otherwise \fBreadline\fP simply lists them on the terminal.
+A zero value means \fBreadline\fP should never ask; negative values are
 treated as zero.
 .TP
 .B convert\-meta (On)
-If set to \fBOn\fP, readline will convert characters it reads
+If set to \fBOn\fP, \fBreadline\fP will convert characters it reads
 that have the eighth bit set to an ASCII key sequence by
 clearing the eighth bit and prefixing it with an escape character
-(converting the character to have the \fImeta prefix\fP).
-The default is \fIOn\fP, but readline will set it to \fIOff\fP
+(converting the character to have the meta prefix).
+The default is \fIOn\fP, but \fBreadline\fP will set it to \fIOff\fP
 if the locale contains
 characters whose encodings may include bytes with the eighth bit set.
 This variable is dependent on the \fBLC_CTYPE\fP locale category, and
@@ -6705,17 +6745,17 @@ This variable also affects key bindings; see the description of
 \fBforce\-meta\-prefix\fP below.
 .TP
 .B disable\-completion (Off)
-If set to \fBOn\fP, readline will inhibit word completion.
+If set to \fBOn\fP, \fBreadline\fP will inhibit word completion.
 Completion characters will be inserted into the line as if they
 had been mapped to \fBself-insert\fP.
 .TP
 .B echo\-control\-characters (On)
 When set to \fBOn\fP, on operating systems that indicate they support it,
-readline echoes a character corresponding to a signal generated from the
+\fBreadline\fP echoes a character corresponding to a signal generated from the
 keyboard.
 .TP
 .B editing\-mode (emacs)
-Controls whether readline uses a set of key bindings similar
+Controls whether \fBreadline\fP uses a set of key bindings similar
 to \fIEmacs\fP or \fIvi\fP.
 .B editing\-mode
 can be set to either
@@ -6735,32 +6775,30 @@ non-printing characters, which can be used to embed a terminal control
 sequence into the mode string.
 .TP
 .B enable\-active\-region (On)
-The \fIpoint\fP is the current cursor position, and \fImark\fP refers
-to a saved cursor position.
-The text between the point and mark is referred to as the \fIregion\fP.
-When this variable is set to \fIOn\fP, readline allows certain commands
+When this variable is set to \fIOn\fP, \fBreadline\fP allows certain commands
 to designate the region as \fIactive\fP.
-When the region is active, readline highlights the text in the region using
+When the region is active, \fBreadline\fP highlights
+the text in the region using
 the value of the \fBactive\-region\-start\-color\fP, which defaults to the
 string that enables the terminal's standout mode.
 The active region shows the text inserted by bracketed-paste and any
 matching text found by incremental and non-incremental history searches.
 .TP
 .B enable\-bracketed\-paste (On)
-When set to \fBOn\fP, readline configures the terminal to insert each
+When set to \fBOn\fP, \fBreadline\fP configures the terminal to insert each
 paste into the editing buffer as a single string of characters, instead
 of treating each character as if it had been read from the keyboard.
 This is called \fIbracketed\-paste mode\fP;
-it prevents readline from executing any editing commands bound to key
+it prevents \fBreadline\fP from executing any editing commands bound to key
 sequences appearing in the pasted text.
 .TP
 .B enable\-keypad (Off)
-When set to \fBOn\fP, readline will try to enable the application
+When set to \fBOn\fP, \fBreadline\fP will try to enable the application
 keypad when it is called.
 Some systems need this to enable the arrow keys.
 .TP
 .B enable\-meta\-key (On)
-When set to \fBOn\fP, readline will try to enable any meta modifier
+When set to \fBOn\fP, \fBreadline\fP will try to enable any meta modifier
 key the terminal claims to support.
 On many terminals, the Meta key is used to send eight-bit characters;
 this variable checks for the terminal capability that indicates the
@@ -6769,24 +6807,24 @@ character (0200) if the Meta key is held down when the character is
 typed (a meta character).
 .TP
 .B expand\-tilde (Off)
-If set to \fBOn\fP, readline performs tilde expansion when it
+If set to \fBOn\fP, \fBreadline\fP performs tilde expansion when it
 attempts word completion.
 .TP
 .B force\-meta\-prefix (Off)
-If set to \fBOn\fP, readline modifies its behavior when binding key
+If set to \fBOn\fP, \fBreadline\fP modifies its behavior when binding key
 sequences containing \eM- or Meta-
 (see \fBKey Bindings\fP above) by converting a key sequence of the form
 \eM\-\fIC\fP or Meta\-\fIC\fP to the two-character sequence
-\fBESC\fP\fIC\fP (adding the \fImeta prefix\fP).
+\fBESC\fP \fIC\fP (adding the meta prefix).
 If
 .B force\-meta\-prefix
 is set to \fBOff\fP (the default),
-readline uses the value of the
+\fBreadline\fP uses the value of the
 .B convert\-meta
 variable to determine whether to perform this conversion:
 if \fBconvert\-meta\fP is \fBOn\fP,
-readline performs the conversion described above;
-if it is \fBOff\fP, readline converts \fIC\fP to a meta character by
+\fBreadline\fP performs the conversion described above;
+if it is \fBOff\fP, \fBreadline\fP converts \fIC\fP to a meta character by
 setting the eighth bit (0200).
 .TP
 .B history\-preserve\-point (Off)
@@ -6806,17 +6844,17 @@ Setting \fIhistory\-size\fP to a non-numeric value will set
 the maximum number of history entries to 500.
 .TP
 .B horizontal\-scroll\-mode (Off)
-Setting this variable to \fBOn\fP makes readline use a single line
+Setting this variable to \fBOn\fP makes \fBreadline\fP 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 new line.
 This setting is automatically enabled for terminals of height 1.
 .TP
 .B input\-meta (Off)
-If set to \fBOn\fP, readline will enable eight-bit input (that is, it
+If set to \fBOn\fP, \fBreadline\fP will enable eight-bit input (that is, it
 will not clear the eighth bit in the characters it reads),
 regardless of what the terminal claims it can support.
-The default is \fIOff\fP, but readline will set it to \fIOn\fP
+The default is \fIOff\fP, but \fBreadline\fP will set it to \fIOn\fP
 if the locale contains characters whose encodings may include bytes
 with the eighth bit set.
 This variable is dependent on the \fBLC_CTYPE\fP locale category, and
@@ -6831,7 +6869,7 @@ If this variable has not been given a value, the characters
 \fIESC\fP and \fIC\-J\fP will terminate an incremental search.
 .TP
 .B keymap (emacs)
-Set the current readline keymap.
+Set the current \fBreadline\fP keymap.
 The set of valid keymap names is
 \fIemacs, emacs\-standard, emacs\-meta, emacs\-ctlx, vi,
 vi\-command\fP, and
@@ -6844,23 +6882,24 @@ the value of
 also affects the default keymap.
 .TP
 .B keyseq\-timeout (500)
-Specifies the duration \fIreadline\fP will wait for a character when
+Specifies the duration \fBreadline\fP will wait for a character when
 reading an ambiguous key sequence
 (one that can form a complete key sequence using the input read so far,
 or can take additional input to complete a longer key sequence).
-If readline does not receive any input within the timeout, it will use the
-shorter but complete key sequence.
+If \fBreadline\fP does not receive any input within the timeout,
+it will use the shorter but complete key sequence.
 The value is specified in milliseconds, so a value of 1000 means that
-readline will wait one second for additional input.
+\fBreadline\fP will wait one second for additional input.
 If this variable is set to a value less than or equal to zero, or to a
-non-numeric value, readline will wait until another key is pressed to
+non-numeric value, \fBreadline\fP will wait until another key is pressed to
 decide which key sequence to complete.
 .TP
 .B mark\-directories (On)
 If set to \fBOn\fP, completed directory names have a slash appended.
 .TP
 .B mark\-modified\-lines (Off)
-If set to \fBOn\fP, readline displays history lines that have been modified
+If set to \fBOn\fP, \fBreadline\fP displays history lines
+that have been modified
 with a preceding asterisk (\fB*\fP).
 .TP
 .B mark\-symlinked\-directories (Off)
@@ -6868,7 +6907,7 @@ If set to \fBOn\fP, completed names which are symbolic links to directories
 have a slash appended, subject to the value of \fBmark\-directories\fP.
 .TP
 .B match\-hidden\-files (On)
-This variable, when set to \fBOn\fP, forces readline to match files whose
+This variable, when set to \fBOn\fP, forces \fBreadline\fP to match files whose
 names begin with a
 .Q .
 (hidden files) when performing filename completion.
@@ -6882,35 +6921,35 @@ list of possible completions (which may be empty) before cycling through
 the list.
 .TP
 .B output\-meta (Off)
-If set to \fBOn\fP, readline will display characters with the
+If set to \fBOn\fP, \fBreadline\fP will display characters with the
 eighth bit set directly rather than as a meta-prefixed escape
 sequence.
-The default is \fIOff\fP, but readline will set it to \fIOn\fP
+The default is \fIOff\fP, but \fBreadline\fP will set it to \fIOn\fP
 if the locale contains characters whose encodings may include
 bytes with the eighth bit set.
 This variable is dependent on the \fBLC_CTYPE\fP locale category, and
 its value may change if the locale changes.
 .TP
 .B page\-completions (On)
-If set to \fBOn\fP, readline uses an internal \fImore\fP-like pager
+If set to \fBOn\fP, \fBreadline\fP uses an internal \fImore\fP-like pager
 to display a screenful of possible completions at a time.
 .TP
 .B prefer\-visible\-bell
 See \fBbell\-style\fP.
 .TP
 .B print\-completions\-horizontally (Off)
-If set to \fBOn\fP, readline will display completions with matches
+If set to \fBOn\fP, \fBreadline\fP will display completions with matches
 sorted horizontally in alphabetical order, rather than down the screen.
 .TP
 .B revert\-all\-at\-newline (Off)
-If set to \fBOn\fP, readline will undo all changes to history lines
+If set to \fBOn\fP, \fBreadline\fP will undo all changes to history lines
 before returning when executing \fBaccept\-line\fP.
 By default,
 history lines may be modified and retain individual undo lists across
 calls to \fBreadline\fP.
 .TP
 .B search\-ignore\-case (Off)
-If set to \fBOn\fP, readline performs incremental and non-incremental
+If set to \fBOn\fP, \fBreadline\fP performs incremental and non-incremental
 history list searches in a case\-insensitive fashion.
 .TP
 .B show\-all\-if\-ambiguous (Off)
@@ -6939,7 +6978,7 @@ The mode strings are user-settable (e.g., \fIemacs\-mode\-string\fP).
 If set to \fBOn\fP, this alters the default completion behavior when
 inserting a single match into the line.
 It's only active when performing completion in the middle of a word.
-If enabled, readline does not insert characters from the completion
+If enabled, \fBreadline\fP does not insert characters from the completion
 that match characters after point in the word being completed,
 so portions of the word following the cursor are not duplicated.
 .TP
@@ -6969,7 +7008,8 @@ by \fIstat\fP(2) is appended to the filename when listing possible
 completions.
 .PD
 .SS "Readline Conditional Constructs"
-Readline implements a facility similar in spirit to the conditional
+.B 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.
@@ -6980,7 +7020,7 @@ The
 .B $if
 construct allows bindings to be made based on the
 editing mode, the terminal being used, or the application using
-readline.
+\fBreadline\fP.
 The text of the test, after any comparison operator,
 extends to the end of the line;
 unless otherwise noted, no characters are required to isolate it.
@@ -6988,11 +7028,11 @@ unless otherwise noted, no characters are required to isolate it.
 .TP
 .B mode
 The \fBmode=\fP form of the \fB$if\fP directive is used to test
-whether readline is in emacs or vi mode.
+whether \fBreadline\fP is in emacs or vi mode.
 This may be used in conjunction
 with the \fBset keymap\fP command, for instance, to set bindings in
 the \fIemacs\-standard\fP and \fIemacs\-ctlx\fP keymaps only if
-readline is starting out in emacs mode.
+\fBreadline\fP is starting out in emacs mode.
 .TP
 .B term
 The \fBterm=\fP form may be used to include terminal-specific
@@ -7012,8 +7052,8 @@ for instance.
 .TP
 .B version
 The \fBversion\fP test may be used to perform comparisons against
-specific readline versions.
-The \fBversion\fP expands to the current readline version.
+specific \fBreadline\fP versions.
+The \fBversion\fP expands to the current \fBreadline\fP version.
 The set of comparison operators includes
 .BR = ,
 (and
@@ -7035,7 +7075,7 @@ and from the version number argument by whitespace.
 .I application
 The \fIapplication\fP construct is used to include
 application-specific settings.
-Each program using the readline
+Each program using the \fBreadline\fP
 library sets the \fIapplication name\fP, and an initialization
 file can test for a particular value.
 This could be used to bind key sequences to functions useful for
@@ -7055,7 +7095,7 @@ key sequence that quotes the current or previous word in \fBbash\fP:
 .RE
 .TP
 .I variable
-The \fIvariable\fP construct provides simple equality tests for readline
+The \fIvariable\fP construct provides simple equality tests for \fBreadline\fP
 variables and values.
 The permitted comparison operators are \fI=\fP, \fI==\fP, and \fI!=\fP.
 The variable name must be separated from the comparison operator by
@@ -7077,7 +7117,8 @@ This command, as seen in the previous example, terminates an
 .B $include
 This directive takes a single filename as an argument and reads commands
 and key bindings from that file.
-For example, the following directive would read \fI/etc/inputrc\fP:
+For example, the following directive would read
+.FN /etc/inputrc :
 .PP
 .RS
 .nf
@@ -7085,8 +7126,8 @@ For example, the following directive would read \fI/etc/inputrc\fP:
 .fi
 .RE
 .SS Searching
-Readline provides commands for searching through the command history
-(see
+.B Readline
+provides commands for searching through the command history (see
 .SM
 .B HISTORY
 below)
@@ -7098,7 +7139,7 @@ and
 .PP
 Incremental searches begin before the user has finished typing the
 search string.
-As each character of the search string is typed, readline displays
+As each character of the search string is typed, \fBreadline\fP 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.
@@ -7117,16 +7158,17 @@ To find other matching entries in the history list, type \fBC\-r\fP or
 \fBC\-s\fP 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
+Any other key sequence bound to a \fBreadline\fP command will terminate
 the search and execute that command.
 For instance, a newline will terminate the search and accept
 the line, thereby executing the command from the history list.
 A movement command will terminate the search, make the last line found
 the current line, and begin editing.
 .PP
-Readline remembers the last incremental search string.
+.B Readline
+remembers the last incremental search string.
 If two \fBC\-r\fPs are typed without any intervening characters defining
-a new search string, readline uses any remembered search string.
+a new search string, \fBreadline\fP uses any remembered search string.
 .PP
 Non-incremental searches read the entire search string before starting
 to search for matching history entries.
@@ -7141,8 +7183,9 @@ In the following descriptions, \fIpoint\fP refers to the current cursor
 position, and \fImark\fP refers to a cursor position saved by the
 \fBset\-mark\fP command.
 The text between the point and mark is referred to as the \fIregion\fP.
-Readline has the concept of an \fIactive region\fP:
-when the region is active, readline redisplay uses the
+.B Readline
+has the concept of an \fIactive region\fP:
+when the region is active, \fBreadline\fP redisplay uses the
 value of the \fBactive\-region\-start\-color variable
 to denote the region.
 Several commands set the region to active; those are noted below.
@@ -7183,15 +7226,16 @@ Words are delimited by non-quoted shell metacharacters.
 Attempt to move point to the same physical screen column on the previous
 physical screen line.
 This will not have the desired effect if the current
-readline line does not take up more than one physical line or if point is not
-greater than the length of the prompt plus the screen width.
+\fBreadline\fP line does not take up more than one physical line or if
+point is not greater than the length of the prompt plus the screen width.
 .TP
 .B next\-screen\-line
 Attempt to move point to the same physical screen column on the next
 physical screen line.
 This will not have the desired effect if the current
-readline line does not take up more than one physical line or if the length
-of the current readline line is not greater than the length of the prompt
+\fBreadline\fP line does not take up more than one physical line or if
+the length of the current \fBreadline\fP line is
+not greater than the length of the prompt
 plus the screen width.
 .TP
 .B clear\-display (M\-C\-l)
@@ -7392,7 +7436,7 @@ and \fIemacs\fP as the editor, in that order.
 The character indicating end-of-file as set, for example, by
 .IR stty (1).
 If this character is read when there are no characters
-on the line, and point is at the beginning of the line, readline
+on the line, and point is at the beginning of the line, \fBreadline\fP
 interprets it as the end of input and returns
 .SM
 .BR EOF .
@@ -7429,8 +7473,8 @@ This function is intended to be bound to the
 .Q "bracketed paste"
 escape
 sequence sent by some terminals, and such a binding is assigned by default.
-It allows readline to insert the pasted text as a single unit without treating
-each character as if it had been read from the keyboard.
+It allows \fBreadline\fP to insert the pasted text as a single unit
+without treating each character as if it had been read from the keyboard.
 The pasted characters
 are inserted as if each one was bound to \fBself\-insert\fP instead of
 executing any editing commands.
@@ -7603,7 +7647,7 @@ If none of these produces a match, it falls back to filename completion.
 .TP
 .B possible\-completions (M\-?)
 List the possible completions of the text before point.
-When displaying completions, readline sets the number of columns used
+When displaying completions, \fBreadline\fP sets the number of columns used
 for display to the value of \fBcompletion-display-width\fP, the value of
 the shell variable
 .SM
@@ -7780,12 +7824,12 @@ CSI sequences begin with a Control Sequence Indicator (CSI), usually ESC\-[.
 If this sequence is bound to
 .Q \ee[ ,
 keys producing CSI sequences will have no effect
-unless explicitly bound to a readline command, instead of inserting
+unless explicitly bound to a \fBreadline\fP command, instead of inserting
 stray characters into the editing buffer.
 This is unbound by default, but usually bound to ESC\-[.
 .TP
 .B insert\-comment (M\-#)
-Without a numeric argument, insert the value of the readline
+Without a numeric argument, insert the value of the \fBreadline\fP
 .B comment\-begin
 variable at the beginning of the current line.
 If a numeric argument is supplied, this command acts as a toggle: if
@@ -7824,28 +7868,28 @@ pathname expansion.
 .TP
 .B dump\-functions
 Print all of the functions and their key bindings
-to the readline output stream.
+to the \fBreadline\fP output stream.
 If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an \fIinputrc\fP file.
 .TP
 .B dump\-variables
-Print all of the settable readline variables and their values
-to the readline output stream.
+Print all of the settable \fBreadline\fP variables and their values
+to the \fBreadline\fP output stream.
 If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an \fIinputrc\fP file.
 .TP
 .B dump\-macros
-Print all of the readline key sequences bound to macros and the
+Print all of the \fBreadline\fP key sequences bound to macros and the
 strings they output
-to the readline output stream.
+to the \fBreadline\fP output stream.
 If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an \fIinputrc\fP file.
 .TP
 .B execute\-named\-command (M-x)
-Read a bindable readline command name from the input and execute the
+Read a bindable \fBreadline\fP command name from the input and execute the
 function to which it's bound, as if the key sequence to which it was
 bound appeared in the input.
 If this function is supplied with a numeric argument, it passes that
@@ -8012,15 +8056,15 @@ if the compspec generates no matches,
 \fBbash\fP attempts its default completions.
 If the \fB\-o default\fP option was supplied to \fBcomplete\fP when the
 compspec was defined, programmable completion will perform
-readline's default completion
+\fBreadline\fP's default completion
 if the compspec (and, if attempted, the default \fBbash\fP completions)
 generate no matches.
 .PP
 When a compspec indicates that directory name completion is desired,
-the programmable completion functions force readline to append a slash
+the programmable completion functions force \fBreadline\fP to append a slash
 to completed names which are symbolic links to directories, subject to
-the value of the \fBmark\-directories\fP readline variable, regardless
-of the setting of the \fBmark-symlinked\-directories\fP readline variable.
+the value of the \fBmark\-directories\fP \fBreadline\fP variable, regardless
+of the setting of the \fBmark-symlinked\-directories\fP \fBreadline\fP variable.
 .PP
 There is some support for dynamically modifying completions.
 This is most useful when used in combination with a default completion
@@ -8096,7 +8140,8 @@ by reading history entries from the
 the file named by the
 .SM
 .B HISTFILE
-variable (default \fI\*~/.bash_history\fP).
+variable (default
+.FN \*~/.bash_history ).
 That file is referred to as the \fIhistory file\fP.
 The history file is truncated, if necessary,
 to contain no more than the number of history entries
@@ -8588,7 +8633,7 @@ otherwise, \fB\&.\&\fP uses the entries in
 to find the directory containing
 .IR filename .
 \fIfilename\fP does not need to be executable.
-When \fBbash\fP is not in \fIposix mode\fP, it searches
+When \fBbash\fP is not in posix mode, it searches
 the current directory if \fIfilename\fP is not found in
 .SM
 .BR PATH ,
@@ -8619,7 +8664,7 @@ is not found or cannot be read.
 \fBalias\fP [\fB\-p\fP] [\fIname\fP[=\fIvalue\fP] .\|.\|.]
 With no arguments or with the
 .B \-p
-option,\fBalias\fP prints the list of aliases in the form
+option, \fBalias\fP prints the list of aliases in the form
 \fBalias\fP \fIname\fP=\fIvalue\fP on standard output.
 When arguments are supplied, define an alias for
 each \fIname\fP whose \fIvalue\fP is given.
@@ -8709,12 +8754,12 @@ that they can be
 used as an argument to a subsequent
 \fBbind\fP command or in a \fBreadline\fP initialization file.
 If arguments remain after option processing, \fBbind\fP treats
-them as readline command names and restricts output to those names.
+them as \fBreadline\fP command names and restricts output to those names.
 .TP
 .B \-P
 List current \fBreadline\fP function names and bindings.
 If arguments remain after option processing, \fBbind\fP treats
-them as readline command names and restricts output to those names.
+them as \fBreadline\fP command names and restricts output to those names.
 .TP
 .B \-s
 Display \fBreadline\fP key sequences bound to macros and the strings
@@ -8788,7 +8833,7 @@ those new values will be reflected in the editing state.
 .B \-X
 List all key sequences bound to shell commands and the associated commands
 in a format that can be reused as
-an argument to a subsequent @code{bind} command.
+an argument to a subsequent \fBbind\fP command.
 .PD
 .PP
 The return value is 0 unless an unrecognized option is supplied or an
@@ -8839,7 +8884,11 @@ The return value is 0 unless the shell is not executing a subroutine
 call or \fIexpr\fP does not correspond to a valid position in the
 call stack.
 .TP
-\fBcd\fP [\fB\-L\fP|[\fB\-P\fP [\fB\-e\fP]]] [\-@] [\fIdir\fP]
+.PD 0
+\fBcd\fP [\fB\-L\fP] [\-@] [\fIdir\fP]
+.TP
+\fBcd\fP \fB\-P\fP [\fB\-e\fP] [\-@] [\fIdir\fP]
+.PD
 Change the current directory to \fIdir\fP.
 if \fIdir\fP is not supplied, the value of the
 .SM
@@ -8848,7 +8897,9 @@ shell variable is used as \fIdir\fP.
 The variable
 .SM
 .B CDPATH
-exists, \fBcd\fP uses it as a search path:
+exists,
+and \fIdir\fP does not begin with a slash (/),
+\fBcd\fP uses it as a search path:
 the shell searches each directory name in
 .SM
 .B CDPATH
@@ -8862,19 +8913,14 @@ A null directory name in
 .B CDPATH
 is the same as the current directory, i.e.,
 .Q .\& .
-If
-.I dir
-begins with a slash (/),
-then
-.SM
-.B CDPATH
-is not used.
 .IP
 The
 .B \-P
 option causes \fBcd\fP to use the physical directory structure
 by resolving symbolic links while traversing \fIdir\fP and
-before processing instances of \fI..\fP in \fIdir\fP (see also the
+before processing instances of
+.FN .\|.\&
+in \fIdir\fP (see also the
 .B \-P
 option to the
 .B set
@@ -8882,19 +8928,35 @@ builtin command).
 .IP
 The
 .B \-L
-option forces symbolic links to be followed by resolving the link
-after processing instances of \fI..\fP in \fIdir\fP.
-If \fI..\fP appears in \fIdir\fP, it is processed by removing the
+option forces \fBcd\fP to follow symbolic links by resolving the link
+after processing instances of
+.FN .\|.\&
+in \fIdir\fP.
+If
+.FN .\|.\&
+appears in \fIdir\fP, \fBcd\fP processes it by removing the
 immediately previous pathname component from \fIdir\fP, back to a slash
-or the beginning of \fIdir\fP.
+or the beginning of \fIdir\fP,
+and verifying that the portion of \fIdir\fP it has processed to
+that point is still a valid directory name after removing the pathname
+component.
+If it is not a valid directory name, \fBcd\fP returns a non-zero status.
+If neither
+.B \-L
+nor
+.B \-P
+is supplied,
+.B cd
+behaves as if
+.B \-L
+had been supplied.
 .IP
 If the
 .B \-e
 option is supplied with
 .BR \-P ,
-and the current working directory cannot be successfully determined
-after a successful directory change, \fBcd\fP will return a non-zero
-status.
+and \fBcd\fP cannot successfully determine the current working directory 
+after a successful directory change, it will return a non-zero status.
 .IP
 On systems that support it, the \fB\-@\fP option presents the extended
 attributes associated with a file as a directory.
@@ -10721,8 +10783,9 @@ If the standard input is coming from a terminal,
 .ie \n(zZ=1 in \fIbash\fP(1))
 .el above)
 to obtain the line.
-Readline uses the current (or default, if line editing was not previously
-active) editing settings, but uses readline's default filename completion.
+\fBReadline\fP uses the current
+(or default, if line editing was not previously active)
+editing settings, but uses \fBreadline\fP's default filename completion.
 .TP
 .B \-E
 If the standard input is coming from a terminal,
@@ -10734,7 +10797,8 @@ If the standard input is coming from a terminal,
 .ie \n(zZ=1 in \fIbash\fP(1))
 .el above)
 to obtain the line.
-Readline uses the current (or default, if line editing was not previously
+.B Readline
+uses the current (or default, if line editing was not previously
 active) editing settings, but uses bash's default completion, including
 programmable completion.
 .TP
@@ -10907,7 +10971,7 @@ Without options, display the name and value of each shell variable
 in a format that can be reused as input
 for setting or resetting the currently-set variables.
 Read-only variables cannot be reset.
-In \fIposix mode\fP, only shell variables are listed.
+In posix mode, only shell variables are listed.
 The output is sorted according to the current locale.
 When options are specified, they set or unset shell attributes.
 Any arguments remaining after option processing are treated
@@ -11071,7 +11135,7 @@ The effect is as if the shell command
 .QN "IGNOREEOF=10"
 had been executed
 (see
-.B "Shell Variables"<
+.B "Shell Variables"
 .ie \n(zZ=1 in \fIbash\fP(1)).
 .el above).
 .TP 8
@@ -11515,7 +11579,7 @@ If set,
 .B bash
 replaces directory names with the results of word expansion when performing
 filename completion.
-This changes the contents of the readline editing buffer.
+This changes the contents of the \fBreadline\fP editing buffer.
 If not set,
 .B bash
 attempts to preserve what the user typed.
@@ -11533,9 +11597,9 @@ includes filenames beginning with a
 .Q .\&
 in the results of pathname expansion.
 The filenames
-.Q .\&
+.FN .\&
 and
-.Q ..\&
+.FN ..\&
 must always be matched explicitly, even if
 .B dotglob
 is set.
@@ -11626,8 +11690,7 @@ shell variable
 cause words to be ignored when performing word completion even if
 the ignored words are the only possible completions.
 See
-.SM
-\fBSHELL VARIABLES\fP
+.B "Shell Variables"
 .ie \n(zZ=1 in \fIbash\fP(1)
 .el above
 for a description of
@@ -11653,9 +11716,9 @@ and upper-case and lower-case ASCII characters will collate together.
 .TP 8
 .B globskipdots
 If set, pathname expansion will never match the filenames
-.Q .\&
+.FN .\&
 and
-.Q ..\& ,
+.FN ..\& ,
 even if the pattern begins with a
 .Q .\& .
 This option is enabled by default.
@@ -11713,7 +11776,7 @@ to all jobs when an interactive login shell exits.
 .B inherit_errexit
 If set, command substitution inherits the value of the \fBerrexit\fP option,
 instead of unsetting it in the subshell environment.
-This option is enabled when \fIposix mode\fP is enabled.
+This option is enabled when posix mode is enabled.
 .TP 8
 .B interactive_comments
 In an interactive shell, a word beginning with \fB#\fP
@@ -12004,11 +12067,11 @@ The expression is parsed and evaluated according to precedence
 using the rules listed above.
 .PD
 .PP
-When the shell is in \fIposix mode\fP, or if the expression is part
+When the shell is in posix mode, or if the expression is part
 of the \fB[[\fP command,
 the \fB<\fP and \fB>\fP operators sort using the
 current locale.
-If the shell is not in \fIposix mode\fP, the \fBtest\fP and \fB[\fP
+If the shell is not in posix mode, the \fBtest\fP and \fB[\fP
 commands sort lexicographically using ASCII ordering.
 .PP
 The historical operator-precedence parsing with 4 or more arguments can
@@ -12914,7 +12977,7 @@ script.
 \fIThe Gnu History Library\fP, Brian Fox and Chet Ramey
 .TP
 \fIPortable Operating System Interface (POSIX) Part 2: Shell and Utilities\fP, IEEE \(em
-http://pubs.opengroup.org/onlinepubs/9699919799/
+http://pubs.opengroup.org/onlinepubs/9799919799/
 .TP
 http://tiswww.case.edu/\*~chet/bash/POSIX \(em a description of posix mode
 .TP
index 19b315d2a171cc9bd90eae1052cb3a2f754c590b..9491d6b5c65c8af58e4d9f0c8bc0aeb0e1fe48ba 100644 (file)
@@ -3,7 +3,7 @@
 </HEAD>
 <BODY><TABLE WIDTH=100%>
 <TR>
-<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2024 October 14<TH ALIGN=RIGHT width=33%>BASH(1)
+<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2024 October 15<TH ALIGN=RIGHT width=33%>BASH(1)
 </TR>
 </TABLE>
 <BR><A HREF="#index">Index</A>
@@ -216,7 +216,8 @@ builtin below).
 
 <DD>
 Equivalent to <B>-D</B>, but the output is in the GNU <I>gettext</I>
-<B>po</B> (portable object) file format.
+
+(portable object) file format.
 <DT><B>--dump-strings</B>
 
 <DD>
@@ -234,6 +235,7 @@ Execute commands from
 <I>file</I>
 
 instead of the standard personal initialization file
+
 <A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>
 
 if the shell is interactive (see
@@ -260,11 +262,14 @@ Do not read either the system-wide startup file
 <A HREF="file:/etc/profile"><I>/etc/profile</I></A>
 
 or any of the personal initialization files
+
 <A HREF="file:~/.bash_profile"><I>~/.bash_profile</I></A>,
 
+
 <A HREF="file:~/.bash_login"><I>~/.bash_login</I></A>,
 
 or
+
 <A HREF="file:~/.profile"><I>~/.profile</I></A>.
 
 By default,
@@ -279,6 +284,7 @@ below).
 
 <DD>
 Do not read and execute the personal initialization file
+
 <A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>
 
 if the shell is interactive.
@@ -295,7 +301,7 @@ See
 
 </FONT>
 below for a reference to a document that details how posix mode affects
-bash's behavior.
+<B>Bash</B>'s behavior.
 <DT><B>--restricted</B>
 
 <DD>
@@ -412,10 +418,23 @@ When
 
 is invoked as an interactive login shell, or as a non-interactive shell
 with the <B>--login</B> option, it first reads and
-executes commands from the file <A HREF="file:/etc/profile"><I>/etc/profile</I></A>, if that
-file exists.
-After reading that file, it looks for <A HREF="file:~/.bash_profile"><I>~/.bash_profile</I></A>,
-<A HREF="file:~/.bash_login"><I>~/.bash_login</I></A>, and <A HREF="file:~/.profile"><I>~/.profile</I></A>, in that order, and reads
+executes commands from the file
+
+<A HREF="file:/etc/profile"><I>/etc/profile</I></A>,
+
+if that file exists.
+After reading that file, it looks for
+
+<A HREF="file:~/.bash_profile"><I>~/.bash_profile</I></A>,
+
+
+<A HREF="file:~/.bash_login"><I>~/.bash_login</I></A>,
+
+and
+
+<A HREF="file:~/.profile"><I>~/.profile</I></A>,
+
+in that order, and reads
 and executes commands from the first one that exists and is readable.
 The
 <B>--noprofile</B>
@@ -427,14 +446,21 @@ When an interactive login shell exits,
 or a non-interactive login shell executes the <B>exit</B> builtin command,
 <B>bash</B>
 
-reads and executes commands from the file <A HREF="file:~/.bash_logout"><I>~/.bash_logout</I></A>, if it
-exists.
+reads and executes commands from the file
+
+<A HREF="file:~/.bash_logout"><I>~/.bash_logout</I></A>,
+
+if it exists.
 <P>
 
 When an interactive shell that is not a login shell is started,
 <B>bash</B>
 
-reads and executes commands from <A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>, if that file exists.
+reads and executes commands from 
+
+<A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>,
+
+if that file exists.
 This may be inhibited by using the
 <B>--norc</B>
 
@@ -442,7 +468,10 @@ option.
 The <B>--rcfile</B> <I>file</I> option causes
 <B>bash</B>
 
-to use <I>file</I> instead of <A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>.
+to use <I>file</I> instead of
+
+<A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>.
+
 <P>
 
 When
@@ -493,16 +522,18 @@ while conforming to the POSIX standard as well.
 When invoked as an interactive login shell, or a non-interactive
 shell with the <B>--login</B> option, it first attempts to
 read and execute commands from
+
 <A HREF="file:/etc/profile"><I>/etc/profile</I></A>
 
 and
+
 <A HREF="file:~/.profile"><I>~/.profile</I></A>,
 
 in that order.
 The
 <B>--noprofile</B>
 
-option may be used to inhibit this behavior.
+option will inhibit this behavior.
 When invoked as an interactive shell with the name
 <B>sh</B>,
 
@@ -531,19 +562,13 @@ When invoked as
 
 <B>bash</B>
 
-enters
-<I>posix</I>
-
-mode after the startup files are read.
+enters posix mode after reading the startup files.
 <P>
 
 When
 <B>bash</B>
 
-is started in
-<I>posix</I>
-
-mode, as with the
+is started in posix mode, as with the
 <B>--posix</B>
 
 command line option, it follows the POSIX standard for startup files.
@@ -566,17 +591,23 @@ If
 <B>bash</B>
 
 determines it is being run non-interactively in this fashion,
-it reads and executes commands from <A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>,
+it reads and executes commands from
+
+<A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>,
+
 if that file exists and is readable.
 It will not do this if invoked as <B>sh</B>.
 The
 <B>--norc</B>
 
-option may be used to inhibit this behavior, and the
+option will inhibit this behavior, and the
 <B>--rcfile</B>
 
 option will make <B>bash</B> use a different file instead of
-<A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>, but neither
+
+<A HREF="file:~/.bashrc"><I>~/.bashrc</I></A>,
+
+but neither
 <I>rshd</I> nor <I>sshd</I> generally invoke the shell with those options
 or allow them to be specified.
 <P>
@@ -769,7 +800,7 @@ reserved word precedes a pipeline, the shell reports the
 elapsed as well as user and system time consumed by its execution
 when the pipeline terminates.
 The <B>-p</B> option changes the output format to that specified by POSIX.
-When the shell is in <I>posix mode</I>, it does not recognize
+When the shell is in posix mode, it does not recognize
 <B>time</B> as a reserved word if the next token begins with a
 
 The value of the
@@ -786,7 +817,7 @@ below under
 
 <P>
 
-When the shell is in <I>posix mode</I>, <B>time</B>
+When the shell is in posix mode, <B>time</B>
 may appear by itself as the only word in a simple command.
 In this case, the shell displays the
 total user and system time consumed by the shell and its children.
@@ -1351,7 +1382,7 @@ If the <B>function</B> reserved word is used, but the
 parentheses are not supplied, the braces are recommended.
 <I>compound-command</I> is executed whenever <I>fname</I> is specified as the
 name of a simple command.
-When in <I>posix mode</I>, <I>fname</I> must be a valid shell <I>name</I>
+When in posix mode, <I>fname</I> must be a valid shell <I>name</I>
 and may not be the name of one of the POSIX <I>special builtins</I>.
 In default mode, a function name can be any unquoted shell word that does
 not contain <B>$</B>.
@@ -1467,7 +1498,7 @@ of all characters within the quotes, with the exception of
 and, when history expansion is enabled,
 <B>!</B>.
 
-When the shell is in <I>posix mode</I>,
+When the shell is in posix mode,
 the <B>!</B> has no special meaning
 within double quotes, even when history expansion is enabled.
 The characters
@@ -1736,7 +1767,7 @@ and
 <B>local</B>
 
 builtin commands (<I>declaration</I> commands).
-When in <I>posix mode</I>, these builtins may appear in a command after
+When in posix mode, these builtins may appear in a command after
 one or more instances of the <B>command</B> builtin and retain these
 assignment statement properties.
 <P>
@@ -2423,7 +2454,7 @@ Each time this parameter is referenced, it expands to the number of seconds
 since the Unix Epoch (see
 <I>time</I>(3))
 
-as a floating point value with micro-second granularity.
+as a floating-point value with micro-second granularity.
 Assignments to
 <FONT SIZE=-1><B>EPOCHREALTIME</B>
 
@@ -2648,7 +2679,7 @@ subsequently reset.
 <DT><B>READLINE_ARGUMENT</B>
 
 <DD>
-Any numeric argument given to a readline command that was defined using
+Any numeric argument given to a <B>readline</B> command that was defined using
 
 (see
 <FONT SIZE=-1><B>SHELL BUILTIN COMMANDS</B>
@@ -2926,7 +2957,7 @@ Expanded and executed similarly to
 
 </FONT>
 (see <B>INVOCATION</B> above)
-when an interactive shell is invoked in <I>posix mode</I>.
+when an interactive shell is invoked in posix mode.
 <DT><B>EXECIGNORE</B>
 
 <DD>
@@ -2994,7 +3025,11 @@ Controls how the results of pathname expansion are sorted.
 The value of this variable specifies the sort criteria and sort order for
 the results of pathname expansion.
 If this variable is unset or set to the null string, pathname expansion
-uses the historical behavior of sorting by name.
+uses the historical behavior of sorting by name,
+in ascending lexicographic order as determined by the
+<B>LC_COLLATE</B>
+
+shell variable.
 <DT><DD>
 If set, a valid value begins with an optional <I>+</I>, which is ignored,
 or <I>-</I>, which reverses the sort order from ascending to descending,
@@ -3026,14 +3061,20 @@ For example, a value of <I>-mtime</I> sorts the results in descending
 order by modification time (newest first).
 <DT><DD>
 The <I>numeric</I> specifier treats names consisting solely of digits as
-numbers and sorts them using the numeric value (so &quot;2&quot; will sort before
-&quot;10&quot;, for example).
+numbers and sorts them using their numeric value (so
+
+will sort before
+
+for example).
 When using <I>numeric</I>, names containing non-digits sort after all
 the all-digit names and are sorted by name using the traditional behavior.
 <DT><DD>
-A sort specifier of <I>nosort</I> disables sorting completely; the results
-are returned in the order they are read from the file system,
-and any leading <I>+</I> or <I>-</I> is ignored.
+A sort specifier of <I>nosort</I> disables sorting completely;
+<B>bash</B>
+
+returns the results
+in the order they are read from the file system,
+ignoring any leading <I>-</I>.
 <DT><DD>
 If the sort specifier is missing, it defaults to <I>name</I>,
 so a value of <I>+</I> is equivalent to the null string,
@@ -3092,7 +3133,10 @@ The name of the file in which command history is saved (see
 
 </FONT>
 below).
-<B>Bash</B> assigns a default value of <A HREF="file:~/.bash_history"><I>~/.bash_history</I></A>.
+<B>Bash</B> assigns a default value of
+
+<A HREF="file:~/.bash_history"><I>~/.bash_history</I></A>.
+
 If <B>HISTFILE</B> is unset or null,
 the shell does not save the command history when it exits.
 <DT><B>HISTFILESIZE</B>
@@ -3426,14 +3470,14 @@ A common value is
 
 <DD>
 If this variable is in the environment when <B>bash</B> starts, the shell
-enters <I>posix mode</I> before reading the startup files, as if the
+enters posix mode before reading the startup files, as if the
 <B>--posix</B>
 
 invocation option had been supplied.  If it is set while the shell is
-running, <B>bash</B> enables <I>posix mode</I>, as if the command
+running, <B>bash</B> enables posix mode, as if the command
 
 had been executed.
-When the shell enters <I>posix mode</I>, it sets this variable if it was
+When the shell enters posix mode, it sets this variable if it was
 not already set.
 <DT><B>PROMPT_COMMAND</B>
 
@@ -3657,20 +3701,18 @@ and tokenization (see
 </FONT>
 below).
 The first character is the <I>history expansion</I> character,
-the character which signals the start of a history
-expansion, normally
+the character which begins a history expansion, normally
 
-The second character is the <I>quick substitution</I>
-character, which is used as shorthand for re-running the previous
-command entered, substituting one string for another in the command,
-when it appears as the first character on the line.
-The default is
+The second character is the <I>quick substitution</I> character, normally
 
+When it appears as the first character on the line,
+history substitution repeats the previous command,
+replacing one string with another.
 The optional third character is the character which indicates that
 the remainder of the line is a comment when found as the first character
 of a word, normally
 
-The history comment character causes history substitution to be skipped
+The history comment character disables history substitution
 for the remaining words on the line.
 It does not necessarily cause the shell parser to treat the rest of the
 line as a comment.
@@ -4215,7 +4257,7 @@ of variable assignments (as described above under
 </FONT>
 when they appear as arguments to simple commands.
 <B>Bash</B> does not do this, except for the <I>declaration</I> commands listed
-above, when in <I>posix mode</I>.
+above, when in posix mode.
 <A NAME="lbBC">&nbsp;</A>
 <H4>Parameter Expansion</H4>
 
@@ -4264,7 +4306,8 @@ and <I>parameter</I> is not a <I>nameref</I>,
 it introduces a level of indirection.
 <B>Bash</B> uses the value formed by expanding the rest of
 <I>parameter</I> as the new <I>parameter</I>;
-this new parameter is then expanded and that value is used in the rest of the expansion, rather
+this new parameter is then expanded and that value is used
+in the rest of the expansion, rather
 than the expansion of the original <I>parameter</I>.
 This is known as <I>indirect expansion</I>.
 The value is subject to tilde expansion,
@@ -5142,8 +5185,12 @@ must be matched explicitly, unless the shell option
 is set.
 In order to match the filenames
 
+<I>.</I>
+
 and
 
+<I>..</I>,
+
 the pattern must begin with
 
 (for example,
@@ -5157,8 +5204,12 @@ If the
 
 shell option is enabled, the filenames
 
+<I>.</I>
+
 and
 
+<I>..</I>
+
 never match, even if the pattern begins with a
 
 When not matching pathnames, the
@@ -5220,8 +5271,12 @@ If the <B>nocaseglob</B> option is set, the matching against the patterns in
 is performed without regard to case.
 The filenames
 
+<I>.</I>
+
 and
 
+<I>..</I>
+
 are always ignored when
 <FONT SIZE=-1><B>GLOBIGNORE</B>
 
@@ -5445,8 +5500,12 @@ beginning with
 
 but
 
+<I>.</I>
+
 and
 
+<I>..</I>
+
 must be matched by a pattern or sub-pattern that begins with a dot;
 when it is disabled, the set does not
 include any filenames beginning with
@@ -5458,8 +5517,12 @@ If the
 
 shell option is enabled, the filenames
 
+<I>.</I>
+
 and
 
+<I>..</I>
+
 never appear in the set.
 As above,
 
@@ -6520,10 +6583,22 @@ If the operating system on which <B>bash</B> is running provides these
 special files, bash will use them; otherwise it will emulate them
 internally with this behavior:
 If any <I>file</I> argument to one of the primaries is of the form
-<I>/dev/fd/n</I>, then file descriptor <I>n</I> is checked.
+
+<I>/dev/fd/n</I>,
+
+then <B>bash</B> checks file descriptor <I>n</I>.
 If the <I>file</I> argument to one of the primaries is one of
-<I>/dev/stdin</I>, <I>/dev/stdout</I>, or <I>/dev/stderr</I>, file
-descriptor 0, 1, or 2, respectively, is checked.
+
+<I>dev/stdin</I>,
+
+
+<I>dev/stdout</I>,
+
+or
+
+<I>dev/stderr</I>,
+
+<B>bash</B> checks file descriptor 0, 1, or 2, respectively.
 <P>
 
 Unless otherwise specified, primaries that operate on files follow symbolic
@@ -6531,10 +6606,10 @@ links and operate on the target of the link, rather than the link itself.
 <P>
 
 When used with <B>[[</B>,
-or when the shell is in <I>posix mode</I>,
+or when the shell is in posix mode,
 the <B>&lt;</B> and <B>&gt;</B> operators sort
 lexicographically using the current locale.
-When the shell is not in <I>posix mode</I>,
+When the shell is not in posix mode,
 the <B>test</B> command sorts using ASCII ordering.
 <P>
 
@@ -6973,11 +7048,10 @@ Changes made to the subshell environment
 cannot affect the shell's execution environment.
 <P>
 
-When the shell is in
-<I>posix mode</I>,
+When the shell is in posix mode,
 subshells spawned to execute command substitutions inherit the value of
 the <B>-e</B> option from their parent shell.
-When not in <I>posix mode</I>,
+When not in posix mode,
 <B>bash</B> clears the <B>-e</B> option in such subshells.
 See the
 description of the <B>inherit_errexit</B> shell option below
@@ -6985,7 +7059,10 @@ for how to control this behavior when not in posix mode.
 <P>
 
 If a command is followed by a <B>&amp;</B> and job control is not active, the
-default standard input for the command is the empty file <I>/dev/null</I>.
+default standard input for the command is the empty file
+
+<I>/dev/null</I>.
+
 Otherwise, the invoked command inherits the file descriptors of the calling
 shell as modified by redirections.
 <A NAME="lbCB">&nbsp;</A>
@@ -7573,7 +7650,7 @@ builtin command
 is enabled,
 <B>bash</B>
 
-reports such changes immediately.
+reports status changes immediately.
 <B>Bash</B> executes any trap on
 <FONT SIZE=-1><B>SIGCHLD</B>
 
@@ -7875,34 +7952,41 @@ builtin.
 <A NAME="lbCH">&nbsp;</A>
 <H4>Readline Notation</H4>
 
-This section uses an emacs-style notation to denote keystrokes.
+This section uses Emacs-style editing concepts and uses its
+notation for keystrokes.
 Control keys are denoted by C-<I>key</I>, e.g., C-n means Control-N.
 Similarly,
 <I>meta</I>
 
 keys are denoted by M-<I>key</I>, so M-x means Meta-X.
+The Meta key is often labeled
+
+or
+
 <P>
 
 On keyboards without a
 <I>Meta</I>
 
-key, M-<I>x</I> means ESC <I>x</I>, i.e., press the Escape key
-then the
+key, M-<I>x</I> means ESC <I>x</I>,
+i.e., press and release the Escape key,
+then press and release the
 <I>x</I>
 
-key.
+key, in sequence.
 This makes ESC the <I>meta prefix</I>.
-The combination M-C-<I>x</I> means ESC-Control-<I>x</I>,
-or press the Escape key
-then hold the Control key while pressing the
+The combination M-C-<I>x</I> means ESC-Control-<I>x</I>:
+press and release the Escape key,
+then press and hold the Control key while pressing the
 <I>x</I>
 
-key.
+key, then release both.
 <P>
 
-On some keyboards, the Meta key modifier produces meta characters with
-the eighth bit (0200) set (you can use the <B>enable-meta-key</B> variable
-to control whether or not it does this, if the keyboard allows it).
+On some keyboards, the Meta key modifier produces characters with
+the eighth bit (0200) set.
+You can use the <B>enable-meta-key</B> variable
+to control whether or not it does this, if the keyboard allows it.
 On many others, the terminal or terminal emulator converts the metafied
 key to a key sequence beginning with ESC as described in the
 preceding paragraph.
@@ -7915,7 +7999,9 @@ you can make M-<I>key</I> key bindings you specify (see
 below) do the same thing by setting the <B>force-meta-prefix</B> variable.
 <P>
 
-Readline commands may be given numeric
+<B>Readline</B>
+
+commands may be given numeric
 <I>arguments</I>,
 
 which normally act as a repeat count.
@@ -7927,6 +8013,17 @@ Commands whose behavior with arguments deviates from this are noted
 below.
 <P>
 
+The <I>point</I> is the current cursor position, and <I>mark</I> refers
+to a saved cursor position.
+The text between the point and mark is referred to as the <I>region</I>.
+<B>Readline</B> has the concept of an <I>active region</I>:
+when the region is active, <B>readline</B> redisplay
+highlights the region using the
+value of the <B>active-region-start-color</B> variable.
+The <B>enable-active-region</B> variable turns this on and off.
+Several commands set the region to active; those are noted below.
+<P>
+
 When a command is described as <I>killing</I> text, the text
 deleted is saved for possible future retrieval
 (<I>yanking</I>).
@@ -7938,7 +8035,9 @@ on the kill ring.
 <A NAME="lbCI">&nbsp;</A>
 <H4>Readline Initialization</H4>
 
-Readline is customized by putting commands in an initialization
+<B>Readline</B>
+
+is customized by putting commands in an initialization
 file (the <I>inputrc</I> file).
 The name of this file is taken from the value of the
 <FONT SIZE=-1><B>INPUTRC</B>
@@ -7946,12 +8045,14 @@ The name of this file is taken from the value of the
 </FONT>
 shell variable.
 If that variable is unset, the default is
+
 <A HREF="file:~/.inputrc"><I>~/.inputrc</I></A>.
 
-If that file  does not exist or cannot be read, readline looks for
+If that file  does not exist or cannot be read, <B>readline</B> looks for
+
 <A HREF="file:/etc/inputrc"><I>/etc/inputrc</I></A>.
 
-When a program which uses the readline library starts up,
+When a program which uses the <B>readline</B> library starts up,
 <B>readline</B> reads the initialization file
 and sets the key bindings and variables found there,
 before reading any user input.
@@ -7969,7 +8070,7 @@ may be changed using key binding commands in the
 <I>inputrc</I>
 
 file.
-Programs that use the readline library, including <B>bash</B>,
+Programs that use the <B>readline</B> library, including <B>bash</B>,
 may add their own commands and bindings.
 <P>
 
@@ -7990,7 +8091,7 @@ C-Meta-u: universal-argument
 into the
 <I>inputrc</I>
 
-would make M-C-u execute the readline command
+would make M-C-u execute the <B>readline</B> command
 <I>universal-argument</I>.
 
 <P>
@@ -8021,7 +8122,7 @@ and
 
 <P>
 
-In addition to command names, readline allows keys to be bound
+In addition to command names, <B>readline</B> allows keys to be bound
 to a string that is inserted when the key is pressed (a <I>macro</I>).
 The difference between a macro and a command is that a macro is
 enclosed in single or double quotes.
@@ -8240,7 +8341,7 @@ including &quot;
 
 <B>Bash</B>
 
-will display or modify the current readline key bindings with the
+will display or modify the current <B>readline</B> key bindings with the
 <B>bind</B>
 
 builtin command.
@@ -8263,7 +8364,7 @@ will change the editing mode during interactive use.
 <A NAME="lbCK">&nbsp;</A>
 <H4>Readline Variables</H4>
 
-Readline has variables that can be used to further customize its
+<B>Readline</B> has variables that can be used to further customize its
 behavior.
 A variable may be set in the
 <I>inputrc</I>
@@ -8282,7 +8383,7 @@ or using the <B>bind</B> builtin command (see
 below).
 <P>
 
-Except where noted, readline variables can take the values
+Except where noted, <B>readline</B> variables can take the values
 <B>On</B>
 
 or
@@ -8290,7 +8391,7 @@ or
 
 (without regard to case).
 Unrecognized variable names are ignored.
-When readline reads a variable value, empty or null values,
+When <B>readline</B> reads a variable value, empty or null values,
 
 (case-insensitive), and
 
@@ -8299,7 +8400,7 @@ All other values are equivalent to
 <B>Off</B>.
 <P>
 
-The <B>bind -V</B> command lists the current readline variable names
+The <B>bind -V</B> command lists the current <B>readline</B> variable names
 and values  (see
 <FONT SIZE=-1><B>SHELL BUILTIN COMMANDS</B>
 
@@ -8346,17 +8447,17 @@ A sample value might be
 <DT><B>bell-style (audible)</B>
 
 <DD>
-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.
+Controls what happens when <B>readline</B> wants to ring the terminal bell.
+If set to <B>none</B>, <B>readline</B> never rings the bell.
+If set to <B>visible</B>, <B>readline</B> uses a visible bell if one is available.
+If set to <B>audible</B>, <B>readline</B> 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
+If set to <B>On</B>, <B>readline</B> attempts to bind
 the control characters that are treated specially by the kernel's
-terminal driver to their readline equivalents.
-These override the default readline bindings described here.
+terminal driver to their <B>readline</B> equivalents.
+These override the default <B>readline</B> bindings described here.
 Type
 
 at a <B>bash</B> prompt to see your current terminal settings,
@@ -8364,23 +8465,23 @@ including the special control characters (usually <B>cchars</B>).
 <DT><B>blink-matching-paren (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline attempts to briefly move the cursor to an
+If set to <B>On</B>, <B>readline</B> attempts to briefly move the cursor to an
 opening parenthesis when a closing parenthesis is inserted.
 <DT><B>colored-completion-prefix (Off)</B>
 
 <DD>
-If set to <B>On</B>, when listing completions, readline displays the
+If set to <B>On</B>, when listing completions, <B>readline</B> displays the
 common prefix of the set of possible completions using a different color.
 The color definitions are taken from the value of the <B>LS_COLORS</B>
 environment variable.
 If there is a color definition in <B>$LS_COLORS</B> for the custom suffix
 
-readline uses this color for
+<B>readline</B> uses this color for
 the common prefix instead of its default.
 <DT><B>colored-stats (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline displays possible completions using different
+If set to <B>On</B>, <B>readline</B> displays possible completions using different
 colors to indicate their file type.
 The color definitions are taken from the value of the <B>LS_COLORS</B>
 environment variable.
@@ -8391,7 +8492,7 @@ environment variable.
 
 <DD>
 
-The string that the readline
+The string that the <B>readline</B>
 <B>insert-comment</B>
 
 command inserts.
@@ -8414,12 +8515,14 @@ The default value is -1.
 <DT><B>completion-ignore-case (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline performs filename matching and completion
+If set to <B>On</B>, <B>readline</B> performs filename matching and completion
 in a case-insensitive fashion.
 <DT><B>completion-map-case (Off)</B>
 
 <DD>
-If set to <B>On</B>, and <B>completion-ignore-case</B> is enabled, readline
+If set to <B>On</B>, and <B>completion-ignore-case</B> is enabled,
+<B>readline</B>
+
 treats hyphens (<I>-</I>) and underscores (<I>_</I>) as equivalent when
 performing case-insensitive filename matching and completion.
 <DT><B>completion-prefix-display-length (0)</B>
@@ -8428,7 +8531,7 @@ performing case-insensitive filename matching and completion.
 The maximum
 length in characters of the common prefix of a list of possible
 completions that is displayed without modification.
-When set to a value greater than zero, readline
+When set to a value greater than zero, <B>readline</B>
 replaces common prefixes longer than this value
 with an ellipsis when displaying possible completions.
 <DT><B>completion-query-items (100)</B>
@@ -8440,18 +8543,18 @@ generated by the <B>possible-completions</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,
-readline will ask whether or not the user wishes to view them;
-otherwise readline simply lists them on the terminal.
-A zero value means readline should never ask; negative values are
+<B>readline</B> will ask whether or not the user wishes to view them;
+otherwise <B>readline</B> simply lists them on the terminal.
+A zero value means <B>readline</B> should never ask; negative values are
 treated as zero.
 <DT><B>convert-meta (On)</B>
 
 <DD>
-If set to <B>On</B>, readline will convert characters it reads
+If set to <B>On</B>, <B>readline</B> will convert characters it reads
 that have the eighth bit set to an ASCII key sequence by
 clearing the eighth bit and prefixing it with an escape character
-(converting the character to have the <I>meta prefix</I>).
-The default is <I>On</I>, but readline will set it to <I>Off</I>
+(converting the character to have the meta prefix).
+The default is <I>On</I>, but <B>readline</B> will set it to <I>Off</I>
 if the locale contains
 characters whose encodings may include bytes with the eighth bit set.
 This variable is dependent on the <B>LC_CTYPE</B> locale category, and
@@ -8461,19 +8564,19 @@ This variable also affects key bindings; see the description of
 <DT><B>disable-completion (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline will inhibit word completion.
+If set to <B>On</B>, <B>readline</B> will inhibit word completion.
 Completion characters will be inserted into the line as if they
 had been mapped to <B>self-insert</B>.
 <DT><B>echo-control-characters (On)</B>
 
 <DD>
 When set to <B>On</B>, on operating systems that indicate they support it,
-readline echoes a character corresponding to a signal generated from the
+<B>readline</B> echoes a character corresponding to a signal generated from the
 keyboard.
 <DT><B>editing-mode (emacs)</B>
 
 <DD>
-Controls whether readline uses a set of key bindings similar
+Controls whether <B>readline</B> uses a set of key bindings similar
 to <I>Emacs</I> or <I>vi</I>.
 <B>editing-mode</B>
 
@@ -8498,12 +8601,10 @@ sequence into the mode string.
 <DT><B>enable-active-region (On)</B>
 
 <DD>
-The <I>point</I> is the current cursor position, and <I>mark</I> refers
-to a saved cursor position.
-The text between the point and mark is referred to as the <I>region</I>.
-When this variable is set to <I>On</I>, readline allows certain commands
+When this variable is set to <I>On</I>, <B>readline</B> allows certain commands
 to designate the region as <I>active</I>.
-When the region is active, readline highlights the text in the region using
+When the region is active, <B>readline</B> highlights
+the text in the region using
 the value of the <B>active-region-start-color</B>, which defaults to the
 string that enables the terminal's standout mode.
 The active region shows the text inserted by bracketed-paste and any
@@ -8511,22 +8612,22 @@ matching text found by incremental and non-incremental history searches.
 <DT><B>enable-bracketed-paste (On)</B>
 
 <DD>
-When set to <B>On</B>, readline configures the terminal to insert each
+When set to <B>On</B>, <B>readline</B> configures the terminal to insert each
 paste into the editing buffer as a single string of characters, instead
 of treating each character as if it had been read from the keyboard.
 This is called <I>bracketed-paste mode</I>;
-it prevents readline from executing any editing commands bound to key
+it prevents <B>readline</B> from executing any editing commands bound to key
 sequences appearing in the pasted text.
 <DT><B>enable-keypad (Off)</B>
 
 <DD>
-When set to <B>On</B>, readline will try to enable the application
+When set to <B>On</B>, <B>readline</B> will try to enable the application
 keypad when it is called.
 Some systems need this to enable the arrow keys.
 <DT><B>enable-meta-key (On)</B>
 
 <DD>
-When set to <B>On</B>, readline will try to enable any meta modifier
+When set to <B>On</B>, <B>readline</B> will try to enable any meta modifier
 key the terminal claims to support.
 On many terminals, the Meta key is used to send eight-bit characters;
 this variable checks for the terminal capability that indicates the
@@ -8536,27 +8637,27 @@ typed (a meta character).
 <DT><B>expand-tilde (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline performs tilde expansion when it
+If set to <B>On</B>, <B>readline</B> performs tilde expansion when it
 attempts word completion.
 <DT><B>force-meta-prefix (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline modifies its behavior when binding key
+If set to <B>On</B>, <B>readline</B> modifies its behavior when binding key
 sequences containing \M- or Meta-
 (see <B>Key Bindings</B> above) by converting a key sequence of the form
 \M-<I>C</I> or Meta-<I>C</I> to the two-character sequence
-<B>ESC</B><I>C</I> (adding the <I>meta prefix</I>).
+<B>ESC</B> <I>C</I> (adding the meta prefix).
 If
 <B>force-meta-prefix</B>
 
 is set to <B>Off</B> (the default),
-readline uses the value of the
+<B>readline</B> uses the value of the
 <B>convert-meta</B>
 
 variable to determine whether to perform this conversion:
 if <B>convert-meta</B> is <B>On</B>,
-readline performs the conversion described above;
-if it is <B>Off</B>, readline converts <I>C</I> to a meta character by
+<B>readline</B> performs the conversion described above;
+if it is <B>Off</B>, <B>readline</B> converts <I>C</I> to a meta character by
 setting the eighth bit (0200).
 <DT><B>history-preserve-point (Off)</B>
 
@@ -8579,7 +8680,7 @@ the maximum number of history entries to 500.
 <DT><B>horizontal-scroll-mode (Off)</B>
 
 <DD>
-Setting this variable to <B>On</B> makes readline use a single line
+Setting this variable to <B>On</B> makes <B>readline</B> 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 new line.
@@ -8587,10 +8688,10 @@ This setting is automatically enabled for terminals of height 1.
 <DT><B>input-meta (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline will enable eight-bit input (that is, it
+If set to <B>On</B>, <B>readline</B> will enable eight-bit input (that is, it
 will not clear the eighth bit in the characters it reads),
 regardless of what the terminal claims it can support.
-The default is <I>Off</I>, but readline will set it to <I>On</I>
+The default is <I>Off</I>, but <B>readline</B> will set it to <I>On</I>
 if the locale contains characters whose encodings may include bytes
 with the eighth bit set.
 This variable is dependent on the <B>LC_CTYPE</B> locale category, and
@@ -8607,7 +8708,7 @@ If this variable has not been given a value, the characters
 <DT><B>keymap (emacs)</B>
 
 <DD>
-Set the current readline keymap.
+Set the current <B>readline</B> keymap.
 The set of valid keymap names is
 <I>emacs, emacs-standard, emacs-meta, emacs-ctlx, vi,
 vi-command</I>, and
@@ -8623,16 +8724,16 @@ also affects the default keymap.
 <DT><B>keyseq-timeout (500)</B>
 
 <DD>
-Specifies the duration <I>readline</I> will wait for a character when
+Specifies the duration <B>readline</B> will wait for a character when
 reading an ambiguous key sequence
 (one that can form a complete key sequence using the input read so far,
 or can take additional input to complete a longer key sequence).
-If readline does not receive any input within the timeout, it will use the
-shorter but complete key sequence.
+If <B>readline</B> does not receive any input within the timeout,
+it will use the shorter but complete key sequence.
 The value is specified in milliseconds, so a value of 1000 means that
-readline will wait one second for additional input.
+<B>readline</B> will wait one second for additional input.
 If this variable is set to a value less than or equal to zero, or to a
-non-numeric value, readline will wait until another key is pressed to
+non-numeric value, <B>readline</B> will wait until another key is pressed to
 decide which key sequence to complete.
 <DT><B>mark-directories (On)</B>
 
@@ -8641,7 +8742,8 @@ If set to <B>On</B>, completed directory names have a slash appended.
 <DT><B>mark-modified-lines (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline displays history lines that have been modified
+If set to <B>On</B>, <B>readline</B> displays history lines
+that have been modified
 with a preceding asterisk (<B>*</B>).
 <DT><B>mark-symlinked-directories (Off)</B>
 
@@ -8651,7 +8753,7 @@ have a slash appended, subject to the value of <B>mark-directories</B>.
 <DT><B>match-hidden-files (On)</B>
 
 <DD>
-This variable, when set to <B>On</B>, forces readline to match files whose
+This variable, when set to <B>On</B>, forces <B>readline</B> to match files whose
 names begin with a
 
 (hidden files) when performing filename completion.
@@ -8667,10 +8769,10 @@ the list.
 <DT><B>output-meta (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline will display characters with the
+If set to <B>On</B>, <B>readline</B> will display characters with the
 eighth bit set directly rather than as a meta-prefixed escape
 sequence.
-The default is <I>Off</I>, but readline will set it to <I>On</I>
+The default is <I>Off</I>, but <B>readline</B> will set it to <I>On</I>
 if the locale contains characters whose encodings may include
 bytes with the eighth bit set.
 This variable is dependent on the <B>LC_CTYPE</B> locale category, and
@@ -8678,7 +8780,7 @@ its value may change if the locale changes.
 <DT><B>page-completions (On)</B>
 
 <DD>
-If set to <B>On</B>, readline uses an internal <I>more</I>-like pager
+If set to <B>On</B>, <B>readline</B> uses an internal <I>more</I>-like pager
 to display a screenful of possible completions at a time.
 <DT><B>prefer-visible-bell</B>
 
@@ -8687,12 +8789,12 @@ See <B>bell-style</B>.
 <DT><B>print-completions-horizontally (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline will display completions with matches
+If set to <B>On</B>, <B>readline</B> will display completions with matches
 sorted horizontally in alphabetical order, rather than down the screen.
 <DT><B>revert-all-at-newline (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline will undo all changes to history lines
+If set to <B>On</B>, <B>readline</B> will undo all changes to history lines
 before returning when executing <B>accept-line</B>.
 By default,
 history lines may be modified and retain individual undo lists across
@@ -8700,7 +8802,7 @@ calls to <B>readline</B>.
 <DT><B>search-ignore-case (Off)</B>
 
 <DD>
-If set to <B>On</B>, readline performs incremental and non-incremental
+If set to <B>On</B>, <B>readline</B> performs incremental and non-incremental
 history list searches in a case-insensitive fashion.
 <DT><B>show-all-if-ambiguous (Off)</B>
 
@@ -8735,7 +8837,7 @@ The mode strings are user-settable (e.g., <I>emacs-mode-string</I>).
 If set to <B>On</B>, this alters the default completion behavior when
 inserting a single match into the line.
 It's only active when performing completion in the middle of a word.
-If enabled, readline does not insert characters from the completion
+If enabled, <B>readline</B> does not insert characters from the completion
 that match characters after point in the word being completed,
 so portions of the word following the cursor are not duplicated.
 <DT><B>vi-cmd-mode-string ((cmd))</B>
@@ -8771,7 +8873,9 @@ completions.
 <A NAME="lbCL">&nbsp;</A>
 <H4>Readline Conditional Constructs</H4>
 
-Readline implements a facility similar in spirit to the conditional
+<B>Readline</B>
+
+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.
@@ -8785,7 +8889,7 @@ The
 
 construct allows bindings to be made based on the
 editing mode, the terminal being used, or the application using
-readline.
+<B>readline</B>.
 The text of the test, after any comparison operator,
 extends to the end of the line;
 unless otherwise noted, no characters are required to isolate it.
@@ -8795,11 +8899,11 @@ unless otherwise noted, no characters are required to isolate it.
 
 <DD>
 The <B>mode=</B> form of the <B>$if</B> directive is used to test
-whether readline is in emacs or vi mode.
+whether <B>readline</B> is in emacs or vi mode.
 This may be used in conjunction
 with the <B>set keymap</B> command, for instance, to set bindings in
 the <I>emacs-standard</I> and <I>emacs-ctlx</I> keymaps only if
-readline is starting out in emacs mode.
+<B>readline</B> is starting out in emacs mode.
 <DT><B>term</B>
 
 <DD>
@@ -8825,8 +8929,8 @@ for instance.
 
 <DD>
 The <B>version</B> test may be used to perform comparisons against
-specific readline versions.
-The <B>version</B> expands to the current readline version.
+specific <B>readline</B> versions.
+The <B>version</B> expands to the current <B>readline</B> version.
 The set of comparison operators includes
 <B>=</B>,
 
@@ -8856,7 +8960,7 @@ and from the version number argument by whitespace.
 <DD>
 The <I>application</I> construct is used to include
 application-specific settings.
-Each program using the readline
+Each program using the <B>readline</B>
 library sets the <I>application name</I>, and an initialization
 file can test for a particular value.
 This could be used to bind key sequences to functions useful for
@@ -8888,7 +8992,7 @@ key sequence that quotes the current or previous word in <B>bash</B>:
 <DT><I>variable</I>
 
 <DD>
-The <I>variable</I> construct provides simple equality tests for readline
+The <I>variable</I> construct provides simple equality tests for <B>readline</B>
 variables and values.
 The permitted comparison operators are <I>=</I>, <I>==</I>, and <I>!=</I>.
 The variable name must be separated from the comparison operator by
@@ -8914,7 +9018,10 @@ This command, as seen in the previous example, terminates an
 <DD>
 This directive takes a single filename as an argument and reads commands
 and key bindings from that file.
-For example, the following directive would read <A HREF="file:/etc/inputrc"><I>/etc/inputrc</I></A>:
+For example, the following directive would read
+
+<A HREF="file:/etc/inputrc"><I>/etc/inputrc</I></A>:
+
 </DL>
 <P>
 
@@ -8928,8 +9035,9 @@ For example, the following directive would read <A HREF="file:/etc/inputrc"><I>/
 <A NAME="lbCM">&nbsp;</A>
 <H4>Searching</H4>
 
-Readline provides commands for searching through the command history
-(see
+<B>Readline</B>
+
+provides commands for searching through the command history (see
 <FONT SIZE=-1><B>HISTORY</B>
 
 </FONT>
@@ -8945,7 +9053,7 @@ and
 
 Incremental searches begin before the user has finished typing the
 search string.
-As each character of the search string is typed, readline displays
+As each character of the search string is typed, <B>readline</B> 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.
@@ -8965,7 +9073,7 @@ To find other matching entries in the history list, type <B>C-r</B> or
 <B>C-s</B> 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
+Any other key sequence bound to a <B>readline</B> command will terminate
 the search and execute that command.
 For instance, a newline will terminate the search and accept
 the line, thereby executing the command from the history list.
@@ -8973,9 +9081,11 @@ A movement command will terminate the search, make the last line found
 the current line, and begin editing.
 <P>
 
-Readline remembers the last incremental search string.
+<B>Readline</B>
+
+remembers the last incremental search string.
 If two <B>C-r</B>s are typed without any intervening characters defining
-a new search string, readline uses any remembered search string.
+a new search string, <B>readline</B> uses any remembered search string.
 <P>
 
 Non-incremental searches read the entire search string before starting
@@ -8994,8 +9104,10 @@ In the following descriptions, <I>point</I> refers to the current cursor
 position, and <I>mark</I> refers to a cursor position saved by the
 <B>set-mark</B> command.
 The text between the point and mark is referred to as the <I>region</I>.
-Readline has the concept of an <I>active region</I>:
-when the region is active, readline redisplay uses the
+<B>Readline</B>
+
+has the concept of an <I>active region</I>:
+when the region is active, <B>readline</B> redisplay uses the
 value of the <B>active-region-start-color variable
 to denote the region.
 Several commands set the region to active; those are noted below.
@@ -9048,16 +9160,17 @@ Words are delimited by non-quoted shell metacharacters.
 Attempt to move point to the same physical screen column on the previous
 physical screen line.
 This will not have the desired effect if the current
-readline line does not take up more than one physical line or if point is not
-greater than the length of the prompt plus the screen width.
+<B>readline</B> line does not take up more than one physical line or if
+point is not greater than the length of the prompt plus the screen width.
 <DT><B>next-screen-line</B>
 
 <DD>
 Attempt to move point to the same physical screen column on the next
 physical screen line.
 This will not have the desired effect if the current
-readline line does not take up more than one physical line or if the length
-of the current readline line is not greater than the length of the prompt
+<B>readline</B> line does not take up more than one physical line or if
+the length of the current <B>readline</B> line is
+not greater than the length of the prompt
 plus the screen width.
 <DT><B>clear-display (M-C-l)</B>
 
@@ -9304,7 +9417,7 @@ The character indicating end-of-file as set, for example, by
 <I>stty</I>(1).
 
 If this character is read when there are no characters
-on the line, and point is at the beginning of the line, readline
+on the line, and point is at the beginning of the line, <B>readline</B>
 interprets it as the end of input and returns
 <FONT SIZE=-1><B>EOF</B>.
 
@@ -9349,8 +9462,8 @@ This function is intended to be bound to the
 
 escape
 sequence sent by some terminals, and such a binding is assigned by default.
-It allows readline to insert the pasted text as a single unit without treating
-each character as if it had been read from the keyboard.
+It allows <B>readline</B> to insert the pasted text as a single unit
+without treating each character as if it had been read from the keyboard.
 The pasted characters
 are inserted as if each one was bound to <B>self-insert</B> instead of
 executing any editing commands.
@@ -9567,7 +9680,7 @@ If none of these produces a match, it falls back to filename completion.
 
 <DD>
 List the possible completions of the text before point.
-When displaying completions, readline sets the number of columns used
+When displaying completions, <B>readline</B> sets the number of columns used
 for display to the value of <B>completion-display-width</B>, the value of
 the shell variable
 <FONT SIZE=-1><B>COLUMNS</B>,
@@ -9792,13 +9905,13 @@ CSI sequences begin with a Control Sequence Indicator (CSI), usually ESC-[.
 If this sequence is bound to
 
 keys producing CSI sequences will have no effect
-unless explicitly bound to a readline command, instead of inserting
+unless explicitly bound to a <B>readline</B> command, instead of inserting
 stray characters into the editing buffer.
 This is unbound by default, but usually bound to ESC-[.
 <DT><B>insert-comment (M-#)</B>
 
 <DD>
-Without a numeric argument, insert the value of the readline
+Without a numeric argument, insert the value of the <B>readline</B>
 <B>comment-begin</B>
 
 variable at the beginning of the current line.
@@ -9844,31 +9957,31 @@ pathname expansion.
 
 <DD>
 Print all of the functions and their key bindings
-to the readline output stream.
+to the <B>readline</B> output stream.
 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>dump-variables</B>
 
 <DD>
-Print all of the settable readline variables and their values
-to the readline output stream.
+Print all of the settable <B>readline</B> variables and their values
+to the <B>readline</B> output stream.
 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>dump-macros</B>
 
 <DD>
-Print all of the readline key sequences bound to macros and the
+Print all of the <B>readline</B> key sequences bound to macros and the
 strings they output
-to the readline output stream.
+to the <B>readline</B> output stream.
 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>execute-named-command (M-x)</B>
 
 <DD>
-Read a bindable readline command name from the input and execute the
+Read a bindable <B>readline</B> command name from the input and execute the
 function to which it's bound, as if the key sequence to which it was
 bound appeared in the input.
 If this function is supplied with a numeric argument, it passes that
@@ -10069,16 +10182,16 @@ if the compspec generates no matches,
 <B>bash</B> attempts its default completions.
 If the <B>-o default</B> option was supplied to <B>complete</B> when the
 compspec was defined, programmable completion will perform
-readline's default completion
+<B>readline</B>'s default completion
 if the compspec (and, if attempted, the default <B>bash</B> completions)
 generate no matches.
 <P>
 
 When a compspec indicates that directory name completion is desired,
-the programmable completion functions force readline to append a slash
+the programmable completion functions force <B>readline</B> to append a slash
 to completed names which are symbolic links to directories, subject to
-the value of the <B>mark-directories</B> readline variable, regardless
-of the setting of the <B>mark-symlinked-directories</B> readline variable.
+the value of the <B>mark-directories</B> <B>readline</B> variable, regardless
+of the setting of the <B>mark-symlinked-directories</B> <B>readline</B> variable.
 <P>
 
 There is some support for dynamically modifying completions.
@@ -10171,7 +10284,10 @@ the file named by the
 <FONT SIZE=-1><B>HISTFILE</B>
 
 </FONT>
-variable (default <A HREF="file:~/.bash_history"><I>~/.bash_history</I></A>).
+variable (default
+
+<A HREF="file:~/.bash_history"><I>~/.bash_history</I></A>).
+
 That file is referred to as the <I>history file</I>.
 The history file is truncated, if necessary,
 to contain no more than the number of history entries
@@ -10803,7 +10919,7 @@ to find the directory containing
 <I>filename</I>.
 
 <I>filename</I> does not need to be executable.
-When <B>bash</B> is not in <I>posix mode</I>, it searches
+When <B>bash</B> is not in posix mode, it searches
 the current directory if <I>filename</I> is not found in
 <FONT SIZE=-1><B>PATH</B>,
 
@@ -10839,7 +10955,7 @@ is not found or cannot be read.
 With no arguments or with the
 <B>-p</B>
 
-option,<B>alias</B> prints the list of aliases in the form
+option, <B>alias</B> prints the list of aliases in the form
 <B>alias</B> <I>name</I>=<I>value</I> on standard output.
 When arguments are supplied, define an alias for
 each <I>name</I> whose <I>value</I> is given.
@@ -10940,13 +11056,13 @@ that they can be
 used as an argument to a subsequent
 <B>bind</B> command or in a <B>readline</B> initialization file.
 If arguments remain after option processing, <B>bind</B> treats
-them as readline command names and restricts output to those names.
+them as <B>readline</B> command names and restricts output to those names.
 <DT><B>-P</B>
 
 <DD>
 List current <B>readline</B> function names and bindings.
 If arguments remain after option processing, <B>bind</B> treats
-them as readline command names and restricts output to those names.
+them as <B>readline</B> command names and restricts output to those names.
 <DT><B>-s</B>
 
 <DD>
@@ -11037,7 +11153,7 @@ those new values will be reflected in the editing state.
 <DD>
 List all key sequences bound to shell commands and the associated commands
 in a format that can be reused as
-an argument to a subsequent @code{bind} command.
+an argument to a subsequent <B>bind</B> command.
 
 </DL>
 <P>
@@ -11095,7 +11211,11 @@ The current frame is frame 0.
 The return value is 0 unless the shell is not executing a subroutine
 call or <I>expr</I> does not correspond to a valid position in the
 call stack.
-<DT><B>cd</B> [<B>-L</B>|[<B>-P</B> [<B>-e</B>]]] [-@] [<I>dir</I>]<DD>
+<DT>
+<DD>
+<B>cd</B> [<B>-L</B>] [-@] [<I>dir</I>]
+<DT><B>cd</B> <B>-P</B> [<B>-e</B>] [-@] [<I>dir</I>]<DD>
+
 Change the current directory to <I>dir</I>.
 if <I>dir</I> is not supplied, the value of the
 <FONT SIZE=-1><B>HOME</B>
@@ -11106,7 +11226,9 @@ The variable
 <FONT SIZE=-1><B>CDPATH</B>
 
 </FONT>
-exists, <B>cd</B> uses it as a search path:
+exists,
+and <I>dir</I> does not begin with a slash (/),
+<B>cd</B> uses it as a search path:
 the shell searches each directory name in
 <FONT SIZE=-1><B>CDPATH</B>
 
@@ -11123,22 +11245,17 @@ A null directory name in
 </FONT>
 is the same as the current directory, i.e.,
 
-If
-<I>dir</I>
-
-begins with a slash (/),
-then
-<FONT SIZE=-1><B>CDPATH</B>
-
-</FONT>
-is not used.
 <DT><DD>
 The
 <B>-P</B>
 
 option causes <B>cd</B> to use the physical directory structure
 by resolving symbolic links while traversing <I>dir</I> and
-before processing instances of <I>..</I> in <I>dir</I> (see also the
+before processing instances of
+
+<I>..</I>
+
+in <I>dir</I> (see also the
 <B>-P</B>
 
 option to the
@@ -11149,11 +11266,36 @@ builtin command).
 The
 <B>-L</B>
 
-option forces symbolic links to be followed by resolving the link
-after processing instances of <I>..</I> in <I>dir</I>.
-If <I>..</I> appears in <I>dir</I>, it is processed by removing the
+option forces <B>cd</B> to follow symbolic links by resolving the link
+after processing instances of
+
+<I>..</I>
+
+in <I>dir</I>.
+If
+
+<I>..</I>
+
+appears in <I>dir</I>, <B>cd</B> processes it by removing the
 immediately previous pathname component from <I>dir</I>, back to a slash
-or the beginning of <I>dir</I>.
+or the beginning of <I>dir</I>,
+and verifying that the portion of <I>dir</I> it has processed to
+that point is still a valid directory name after removing the pathname
+component.
+If it is not a valid directory name, <B>cd</B> returns a non-zero status.
+If neither
+<B>-L</B>
+
+nor
+<B>-P</B>
+
+is supplied,
+<B>cd</B>
+
+behaves as if
+<B>-L</B>
+
+had been supplied.
 <DT><DD>
 If the
 <B>-e</B>
@@ -11161,9 +11303,8 @@ If the
 option is supplied with
 <B>-P</B>,
 
-and the current working directory cannot be successfully determined
-after a successful directory change, <B>cd</B> will return a non-zero
-status.
+and <B>cd</B> cannot successfully determine the current working directory 
+after a successful directory change, it will return a non-zero status.
 <DT><DD>
 On systems that support it, the <B>-@</B> option presents the extended
 attributes associated with a file as a directory.
@@ -13350,8 +13491,9 @@ If the standard input is coming from a terminal,
 
 above)
 to obtain the line.
-Readline uses the current (or default, if line editing was not previously
-active) editing settings, but uses readline's default filename completion.
+<B>Readline</B> uses the current
+(or default, if line editing was not previously active)
+editing settings, but uses <B>readline</B>'s default filename completion.
 <DT><B>-E</B>
 
 <DD>
@@ -13366,7 +13508,9 @@ If the standard input is coming from a terminal,
 
 above)
 to obtain the line.
-Readline uses the current (or default, if line editing was not previously
+<B>Readline</B>
+
+uses the current (or default, if line editing was not previously
 active) editing settings, but uses bash's default completion, including
 programmable completion.
 <DT><B>-i </B><I>text</I>
@@ -13560,7 +13704,7 @@ Without options, display the name and value of each shell variable
 in a format that can be reused as input
 for setting or resetting the currently-set variables.
 Read-only variables cannot be reset.
-In <I>posix mode</I>, only shell variables are listed.
+In posix mode, only shell variables are listed.
 The output is sorted according to the current locale.
 When options are specified, they set or unset shell attributes.
 Any arguments remaining after option processing are treated
@@ -13775,7 +13919,7 @@ The effect is as if the shell command
 
 had been executed
 (see
-<B>Shell Variables&lt;</B>
+<B>Shell Variables</B>
 
 
 above).
@@ -14352,7 +14496,7 @@ If set,
 
 replaces directory names with the results of word expansion when performing
 filename completion.
-This changes the contents of the readline editing buffer.
+This changes the contents of the <B>readline</B> editing buffer.
 If not set,
 <B>bash</B>
 
@@ -14376,8 +14520,12 @@ includes filenames beginning with a
 in the results of pathname expansion.
 The filenames
 
+<I>.</I>
+
 and
 
+<I>..</I>
+
 must always be matched explicitly, even if
 <B>dotglob</B>
 
@@ -14492,7 +14640,8 @@ shell variable
 cause words to be ignored when performing word completion even if
 the ignored words are the only possible completions.
 See
-<FONT SIZE=-1><B>SHELL VARIABLES</B></FONT>
+<B>Shell Variables</B>
+
 
 above
 for a description of
@@ -14526,8 +14675,12 @@ and upper-case and lower-case ASCII characters will collate together.
 <DD>
 If set, pathname expansion will never match the filenames
 
+<I>.</I>
+
 and
 
+<I>..</I>,
+
 even if the pattern begins with a
 
 This option is enabled by default.
@@ -14600,7 +14753,7 @@ to all jobs when an interactive login shell exits.
 <DD>
 If set, command substitution inherits the value of the <B>errexit</B> option,
 instead of unsetting it in the subshell environment.
-This option is enabled when <I>posix mode</I> is enabled.
+This option is enabled when posix mode is enabled.
 <DT><B>interactive_comments</B>
 
 <DD>
@@ -14940,11 +15093,11 @@ using the rules listed above.
 </DL>
 <P>
 
-When the shell is in <I>posix mode</I>, or if the expression is part
+When the shell is in posix mode, or if the expression is part
 of the <B>[[</B> command,
 the <B>&lt;</B> and <B>&gt;</B> operators sort using the
 current locale.
-If the shell is not in <I>posix mode</I>, the <B>test</B> and <B>[</B>
+If the shell is not in posix mode, the <B>test</B> and <B>[</B>
 commands sort lexicographically using ASCII ordering.
 <P>
 
@@ -16062,7 +16215,7 @@ script.
 <DT><I>The Gnu Readline Library</I>, Brian Fox and Chet Ramey<DD>
 <DT><I>The Gnu History Library</I>, Brian Fox and Chet Ramey<DD>
 <DT><I>Portable Operating System Interface (POSIX) Part 2: Shell and Utilities</I>, IEEE -<DD>
-<A HREF="http://pubs.opengroup.org/onlinepubs/9699919799/">http://pubs.opengroup.org/onlinepubs/9699919799/</A>
+<A HREF="http://pubs.opengroup.org/onlinepubs/9799919799/">http://pubs.opengroup.org/onlinepubs/9799919799/</A>
 <DT><A HREF="http://tiswww.case.edu/~chet/bash/POSIX">http://tiswww.case.edu/~chet/bash/POSIX</A> - a description of posix mode<DD>
 <DT><I>sh</I>(1), <I>ksh</I>(1), <I>csh</I>(1)<DD>
 <DT><I>emacs</I>(1), <I>vi</I>(1)<DD>
@@ -16223,7 +16376,7 @@ Array variables may not (yet) be exported.
 <HR>
 <TABLE WIDTH=100%>
 <TR>
-<TH ALIGN=LEFT width=33%>GNU Bash 5.3<TH ALIGN=CENTER width=33%>2024 October 14<TH ALIGN=RIGHT width=33%>BASH(1)
+<TH ALIGN=LEFT width=33%>GNU Bash 5.3<TH ALIGN=CENTER width=33%>2024 October 15<TH ALIGN=RIGHT width=33%>BASH(1)
 </TR>
 </TABLE>
 <HR>
@@ -16332,7 +16485,7 @@ Array variables may not (yet) be exported.
 <DT><A HREF="#lbDJ">BUGS</A><DD>
 </DL>
 <HR>
-This document was created by man2html from /usr/local/src/bash/bash-20241012/doc/bash.1.<BR>
-Time: 14 October 2024 17:00:24 EDT
+This document was created by man2html from /usr/local/src/bash/bash-20241015/doc/bash.1.<BR>
+Time: 18 October 2024 12:02:45 EDT
 </BODY>
 </HTML>
index 980573ce0c2df29704b925cb041650985fe8f2b6..8a51a0ab6781967fa1801adf66a054c6a3c3644f 100644 (file)
@@ -1,9 +1,9 @@
 This is bash.info, produced by makeinfo version 7.1 from bashref.texi.
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 14 October 2024).
+Bash shell (version 5.3, 15 October 2024).
 
-   This is Edition 5.3, last updated 14 October 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 15 October 2024, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
    Copyright © 1988-2024 Free Software Foundation, Inc.
@@ -26,10 +26,10 @@ Bash Features
 *************
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 14 October 2024).  The Bash home page is
+Bash shell (version 5.3, 15 October 2024).  The Bash home page is
 <http://www.gnu.org/software/bash/>.
 
-   This is Edition 5.3, last updated 14 October 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 15 October 2024, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
    Bash contains features that appear in other popular shells, and some
@@ -2619,7 +2619,7 @@ set of filenames that are tested: when ‘dotglob’ is enabled, the set of
 filenames includes all files beginning with ‘.’, but the filenames ‘.’
 and ‘..’ must be matched by a pattern or sub-pattern that begins with a
 dot; when it is disabled, the set does not include any filenames
-beginning with "."  unless the pattern or sub-pattern begins with a ‘.’.
+beginning with ‘.’ unless the pattern or sub-pattern begins with a ‘.’.
 If the ‘globskipdots’ shell option is enabled, the filenames ‘.’ and
 ‘..’ never appear in the set.  As above, ‘.’ only has a special meaning
 when matching filenames.
@@ -2673,7 +2673,7 @@ redirection refers to the standard input (file descriptor 0).  If the
 first character of the redirection operator is ‘>’, the redirection
 refers to the standard output (file descriptor 1).
 
-   The \fIword\fP following the redirection operator in the following
+   The WORD following the redirection operator in the following
 descriptions, unless otherwise noted, is subjected to brace expansion,
 tilde expansion, parameter and variable expansion, command substitution,
 arithmetic expansion, quote removal, filename expansion, and word
@@ -3407,18 +3407,19 @@ standard.
      greater than or equal to 1.
 
 ‘cd’
-          cd [-L|[-P [-e]]] [-@] [DIRECTORY]
+          cd [-L] [-@] [DIRECTORY]
+          cd -P [-e] [-@] [DIRECTORY]
 
      Change the current working directory to DIRECTORY.  If DIRECTORY is
      not supplied, the value of the ‘HOME’ shell variable is used as
-     DIRECTORY.  If the shell variable ‘CDPATH’ exists, ‘cd’ uses it as
-     a search path: ‘cd’ searches each directory name in ‘CDPATH’ for
-     DIRECTORY, with alternative directory names in ‘CDPATH’ separated
-     by a colon (‘:’).  A null directory name in ‘CDPATH’ means the same
-     thing as the current directory.  If DIRECTORY begins with a slash,
-     ‘CDPATH’ is not used.
-
-     The ‘-P’ option means to not follow symbolic links: symbolic links
+     DIRECTORY.  If the shell variable ‘CDPATH’ exists, and DIRECTORY
+     does not begin with a slash, ‘cd’ uses it as a search path: ‘cd’
+     searches each directory name in ‘CDPATH’ for DIRECTORY, with
+     alternative directory names in ‘CDPATH’ separated by a colon (‘:’).
+     A null directory name in ‘CDPATH’ means the same thing as the
+     current directory.
+
+     The ‘-P’ option means not to follow symbolic links: symbolic links
      are resolved while ‘cd’ is traversing DIRECTORY and before
      processing an instance of ‘..’ in DIRECTORY.
 
@@ -3426,13 +3427,16 @@ standard.
      DIRECTORY are resolved after ‘cd’ processes an instance of ‘..’ in
      DIRECTORY.
 
-     If ‘..’ appears in DIRECTORY, it is processed by removing the
+     If ‘..’ appears in DIRECTORY, ‘cd’ processes it by removing the
      immediately preceding pathname component, back to a slash or the
-     beginning of DIRECTORY.
+     beginning of DIRECTORY, and verifying that the portion of DIRECTORY
+     it has processed to that point is still a valid directory name
+     after removing the pathname component.  If it is not a valid
+     directory name, ‘cd’ returns a non-zero status.
 
-     If the ‘-e’ option is supplied with ‘-P’ and the current working
-     directory cannot be successfully determined after a successful
-     directory change, ‘cd’ will return a non-zero status.
+     If the ‘-e’ option is supplied with ‘-P’ and ‘cd’ cannot
+     successfully determine the current working directory after a
+     successful directory change, it will return a non-zero status.
 
      On systems that support it, the ‘-@’ option presents the extended
      attributes associated with a file as a directory.
@@ -5364,9 +5368,9 @@ This builtin allows you to change additional optional shell behavior.
           completion.
 
      ‘noexpand_translation’
-          If set, Bash encloses the translated results of $"..."
-          quoting in single quotes instead of double quotes.  If the
-          string is not translated, this has no effect.
+          If set, Bash encloses the translated results of $"..." quoting
+          in single quotes instead of double quotes.  If the string is
+          not translated, this has no effect.
 
      ‘nullglob’
           If set, filename expansion patterns which match no files
@@ -5840,7 +5844,7 @@ Variables::).
 
 ‘EPOCHREALTIME’
      Each time this parameter is referenced, it expands to the number of
-     seconds since the Unix Epoch as a floating point value with
+     seconds since the Unix Epoch as a floating-point value with
      micro-second granularity (see the documentation for the C library
      function ‘time’ for the definition of Epoch).  Assignments to
      ‘EPOCHREALTIME’ are ignored.  If ‘EPOCHREALTIME’ is unset, it loses
@@ -5912,12 +5916,15 @@ Variables::).
      value of this variable specifies the sort criteria and sort order
      for the results of filename expansion.  If this variable is unset
      or set to the null string, filename expansion uses the historical
-     behavior of sorting by name.  If set, a valid value begins with an
-     optional ‘+’, which is ignored, or ‘-’, which reverses the sort
-     order from ascending to descending, followed by a sort specifier.
-     The valid sort specifiers are ‘name’, ‘numeric’, ‘size’, ‘mtime’,
-     ‘atime’, ‘ctime’, and ‘blocks’, which sort the files on name, names
-     in numeric rather than lexicographic order, file size, modification
+     behavior of sorting by name, in ascending lexicographic order as
+     determined by the ‘LC_COLLATE’ shell variable.
+
+     If set, a valid value begins with an optional ‘+’, which is
+     ignored, or ‘-’, which reverses the sort order from ascending to
+     descending, followed by a sort specifier.  The valid sort
+     specifiers are ‘name’, ‘numeric’, ‘size’, ‘mtime’, ‘atime’,
+     ‘ctime’, and ‘blocks’, which sort the files on name, names in
+     numeric rather than lexicographic order, file size, modification
      time, access time, inode change time, and number of blocks,
      respectively.  If any of the non-name keys compare as equal (e.g.,
      if two files are the same size), sorting uses the name as a
@@ -5927,14 +5934,14 @@ Variables::).
      order by modification time (newest first).
 
      The ‘numeric’ specifier treats names consisting solely of digits as
-     numbers and sorts them using the numeric value (so "2" will sort
+     numbers and sorts them using their numeric value (so "2" will sort
      before "10", for example).  When using ‘numeric’, names containing
      non-digits sort after all the all-digit names and are sorted by
      name using the traditional behavior.
 
-     A sort specifier of ‘nosort’ disables sorting completely; the
-     results are returned in the order they are read from the file
-     system, and any leading ‘-’ is ignored.
+     A sort specifier of ‘nosort’ disables sorting completely; Bash
+     returns the results in the order they are read from the file
+     system, ignoring any leading ‘-’.
 
      If the sort specifier is missing, it defaults to NAME, so a value
      of ‘+’ is equivalent to the null string, and a value of ‘-’ sorts
@@ -5951,17 +5958,16 @@ Variables::).
 ‘histchars’
      Up to three characters which control history expansion, quick
      substitution, and tokenization (*note History Interaction::).  The
-     first character is the “history expansion” character, that is, the
-     character which signifies the start of a history expansion,
-     normally ‘!’.  The second character is the character which
-     signifies "quick substitution" when seen as the first character on
-     a line, normally ‘^’.  The optional third character is the
-     character which indicates that the remainder of the line is a
-     comment when found as the first character of a word, usually ‘#’.
-     The history comment character causes history substitution to be
-     skipped for the remaining words on the line.  It does not
-     necessarily cause the shell parser to treat the rest of the line as
-     a comment.
+     first character is the “history expansion” character, the character
+     which begins a history expansion, normally ‘!’.  The second
+     character is the character which signifies "quick substitution"
+     when seen as the first character on a line, normally ‘^’.  The
+     optional third character is the character which indicates that the
+     remainder of the line is a comment when found as the first
+     character of a word, usually ‘#’.  The history comment character
+     disables history substitution for the remaining words on the line.
+     It does not necessarily cause the shell parser to treat the rest of
+     the line as a comment.
 
 ‘HISTCMD’
      The history number, or index in the history list, of the current
@@ -6577,7 +6583,7 @@ conforming to the POSIX standard as well.
    When invoked as an interactive login shell, or as a non-interactive
 shell with the ‘--login’ option, it first attempts to read and execute
 commands from ‘/etc/profile’ and ‘~/.profile’, in that order.  The
-‘--noprofile’ option may be used to inhibit this behavior.
+‘--noprofile’ option will inhibit this behavior.
 
    When invoked as an interactive shell with the name ‘sh’, Bash looks
 for the variable ‘ENV’, expands its value if it is defined, and uses the
@@ -6588,8 +6594,8 @@ other startup files, the ‘--rcfile’ option has no effect.
    A non-interactive shell invoked with the name ‘sh’ does not attempt
 to read any other startup files.
 
-   When invoked as ‘sh’, Bash enters POSIX mode after the startup files
-are read.
+   When invoked as ‘sh’, Bash enters POSIX mode after reading the
+startup files.
 
 Invoked in POSIX mode
 .....................
@@ -6609,10 +6615,10 @@ and rarely-seen remote shell daemon, usually ‘rshd’, or the secure shell
 daemon ‘sshd’.  If Bash determines it is being run non-interactively in
 this fashion, it reads and executes commands from ‘~/.bashrc’, if that
 file exists and is readable.  It will not do this if invoked as ‘sh’.
-The ‘--norc’ option may be used to inhibit this behavior, and the
-‘--rcfile’ option will make Bash use a different file instead of
-‘~/.bashrc’, but neither ‘rshd’ nor ‘sshd’ generally invoke the shell
-with those options or allow them to be specified.
+The ‘--norc’ option will inhibit this behavior, and the ‘--rcfile’
+option will make Bash use a different file instead of ‘~/.bashrc’, but
+neither ‘rshd’ nor ‘sshd’ generally invoke the shell with those options
+or allow them to be specified.
 
 Invoked with unequal effective and real UID/GIDs
 ................................................
@@ -6786,10 +6792,10 @@ numeric, and file attribute comparisons.
 expressions.  If the operating system on which Bash is running provides
 these special files, Bash will use them; otherwise it will emulate them
 internally with this behavior: If the FILE argument to one of the
-primaries is of the form ‘/dev/fd/N’, then file descriptor N is checked.
-If the FILE argument to one of the primaries is one of ‘/dev/stdin’,
-‘/dev/stdout’, or ‘/dev/stderr’, file descriptor 0, 1, or 2,
-respectively, is checked.
+primaries is of the form ‘/dev/fd/N’, then Bash checks file descriptor
+N.  If the FILE argument to one of the primaries is one of ‘/dev/stdin’,
+‘/dev/stdout’, or ‘/dev/stderr’, Bash checks file descriptor 0, 1, or 2,
+respectively.
 
    When used with ‘[[’, the ‘<’ and ‘>’ operators sort lexicographically
 using the current locale.  The ‘test’ command uses ASCII ordering.
@@ -6996,9 +7002,9 @@ levels are listed in order of decreasing precedence.
    Shell variables are allowed as operands; parameter expansion is
 performed before the expression is evaluated.  Within an expression,
 shell variables may also be referenced by name without using the
-parameter expansion syntax.  This means you can use .Q x , where \fIx\fP
-is a shell variable name, in an arithmetic expression, and the shell
-will evaluate its value as an expression and use the result.  A shell
+parameter expansion syntax.  This means you can use X, where X is a
+shell variable name, in an arithmetic expression, and the shell will
+evaluate its value as an expression and use the result.  A shell
 variable that is null or unset evaluates to 0 when referenced by name in
 an expression.
 
@@ -7662,6 +7668,9 @@ startup files.
 
   27. Bash permanently removes jobs from the jobs table after notifying
      the user of their termination via the ‘wait’ or ‘jobs’ builtins.
+     It removes the job from the jobs list after notifying the user of
+     its termination, but the status is still available via ‘wait’, as
+     long as ‘wait’ is supplied a PID argument.
 
   28. The ‘vi’ editing mode will invoke the ‘vi’ editor directly when
      the ‘v’ command is run, instead of checking ‘$VISUAL’ and
@@ -7854,7 +7863,7 @@ startup files.
      The trap command is run once for each child that exits.
 
   75. Bash removes an exited background process's status from the list
-     of such statuses after the ‘wait’ builtin is used to obtain it.
+     of such statuses after the ‘wait’ builtin returns it.
 
    There is other POSIX behavior that Bash does not implement by default
 even when in POSIX mode.  Specifically:
@@ -7997,13 +8006,13 @@ required for bash-5.1 and later versions.
           like ‘a[@]’.  Bash-5.2 will unset an element with key ‘@’
           (associative arrays) or remove all the elements without
           unsetting the array (indexed arrays).
-        • Arithmetic commands ( ((...))  )  and the expressions in an
+        • Arithmetic commands ( ((...)) ) and the expressions in an
           arithmetic for statement can be expanded more than once.
         • Expressions used as arguments to arithmetic operators in the
           ‘[[’ conditional command can be expanded more than once.
         • The expressions in substring parameter brace expansion can be
           expanded more than once.
-        • The expressions in the $(( ...  ))  word expansion can be
+        • The expressions in the $(( ... )) word expansion can be
           expanded more than once.
         • Arithmetic expressions used as indexed array subscripts can be
           expanded more than once.
@@ -8141,7 +8150,7 @@ about changes in a job's status so as to not interrupt any other output,
 though it will notify of changes in a job's status after a foreground
 command in a list completes, before executing the next command in the
 list.  If the ‘-b’ option to the ‘set’ builtin is enabled, Bash reports
-such changes immediately (*note The Set Builtin::).  Bash executes any
+status changes immediately (*note The Set Builtin::).  Bash executes any
 trap on ‘SIGCHLD’ for each child process that terminates.
 
    When a job terminates and Bash notifies the user about it, Bash
@@ -8377,27 +8386,26 @@ File: bash.info,  Node: Introduction and Notation,  Next: Readline Interaction,
 8.1 Introduction to Line Editing
 ================================
 
-The following paragraphs describe the notation used to represent
-keystrokes.
+The following paragraphs use Emacs style to describe the notation used
+to represent keystrokes.
 
    The text ‘C-k’ is read as 'Control-K' and describes the character
 produced when the <k> key is pressed while the Control key is depressed.
 
    The text ‘M-k’ is read as 'Meta-K' and describes the character
 produced when the Meta key (if you have one) is depressed, and the <k>
-key is pressed (a “meta character”).  The Meta key is labeled <ALT> on
-many keyboards.  On keyboards with two keys labeled <ALT> (usually to
-either side of the space bar), the <ALT> on the left side is generally
-set to work as a Meta key.  The <ALT> key on the right may also be
-configured to work as a Meta key or may be configured as some other
-modifier, such as a Compose key for typing accented characters.
-
-   On some keyboards, the Meta key modifier produces meta characters
-with the eighth bit (0200) set.  You can use the ‘enable-meta-key’
-variable to control whether or not it does this, if the keyboard allows
-it.  On many others, the terminal or terminal emulator converts the
-metafied key to a key sequence beginning with <ESC> as described in the
-next paragraph.
+key is pressed (a “meta character”), then both are released.  The Meta
+key is labeled <ALT> or <Option> on many keyboards.  On keyboards with
+two keys labeled <ALT> (usually to either side of the space bar), the
+<ALT> on the left side is generally set to work as a Meta key.  One of
+the <ALT> keys may also be configured as some other modifier, such as a
+Compose key for typing accented characters.
+
+   On some keyboards, the Meta key modifier produces characters with the
+eighth bit (0200) set.  You can use the ‘enable-meta-key’ variable to
+control whether or not it does this, if the keyboard allows it.  On many
+others, the terminal or terminal emulator converts the metafied key to a
+key sequence beginning with <ESC> as described in the next paragraph.
 
    If you do not have a Meta or <ALT> key, or another key working as a
 Meta key, you can generally achieve the latter effect by typing <ESC>
@@ -8642,7 +8650,7 @@ keybindings.  Any user can customize programs that use Readline by
 putting commands in an “inputrc” file, conventionally in their home
 directory.  The name of this file is taken from the value of the shell
 variable ‘INPUTRC’.  If that variable is unset, the default is
-‘~/.inputrc’.  If that file does not exist or cannot be read, readline
+‘~/.inputrc’.  If that file does not exist or cannot be read, Readline
 looks for ‘/etc/inputrc’.  The ‘bind’ builtin command can also be used
 to set Readline keybindings and variables.  *Note Bash Builtins::.
 
@@ -8747,9 +8755,9 @@ Variable Settings
           different color.  The color definitions are taken from the
           value of the ‘LS_COLORS’ environment variable.  If there is a
           color definition in ‘LS_COLORS’ for the custom suffix
-          ‘readline-colored-completion-prefix’, Readline uses this color
-          for the common prefix instead of its default.  The default is
-          ‘off’.
+          ‘.readline-colored-completion-prefix’, Readline uses this
+          color for the common prefix instead of its default.  The
+          default is ‘off’.
 
      ‘colored-stats’
           If set to ‘on’, Readline displays possible completions using
@@ -8782,7 +8790,7 @@ Variable Settings
      ‘completion-prefix-display-length’
           The maximum length in characters of the common prefix of a
           list of possible completions that is displayed without
-          modification.  When set to a value greater than zero, readline
+          modification.  When set to a value greater than zero, Readline
           replaces common prefixes longer than this value with an
           ellipsis when displaying possible completions.
 
@@ -8881,7 +8889,7 @@ Variable Settings
           key sequences containing ‘\M-’ or ‘Meta-’ (see ‘Key Bindings’
           in *note Readline Init File Syntax::) by converting a key
           sequence of the form ‘\M-’C or ‘Meta-’C to the two-character
-          sequence ‘ESC’C (adding the meta prefix).  If
+          sequence ‘ESC’ C (adding the meta prefix).  If
           ‘force-meta-prefix’ is set to ‘off’ (the default), Readline
           uses the value of the ‘convert-meta’ variable to determine
           whether to perform this conversion: if ‘convert-meta’ is ‘on’,
@@ -9042,7 +9050,7 @@ Variable Settings
           If set to ‘on’, this alters the default completion behavior
           when inserting a single match into the line.  It's only active
           when performing completion in the middle of a word.  If
-          enabled, readline does not insert characters from the
+          enabled, Readline does not insert characters from the
           completion that match characters after point in the word being
           completed, so portions of the word following the cursor are
           not duplicated.  For instance, if this is enabled, attempting
@@ -9416,9 +9424,10 @@ sequence are unbound by default.
 position, and “mark” refers to a cursor position saved by the ‘set-mark’
 command.  The text between the point and mark is referred to as the
 “region”.  Readline has the concept of an _active region_: when the
-region is active, Readline redisplay uses the value of the
-‘active-region-start-color’ variable to denote the region.  Several
-commands set the region to active; those are noted below.
+region is active, Readline redisplay highlights the region using the
+value of the ‘active-region-start-color’ variable.  The
+‘enable-active-region’ variable turns this on and off.  Several commands
+set the region to active; those are noted below.
 
 \1f
 File: bash.info,  Node: Commands For Moving,  Next: Commands For History,  Up: Bindable Readline Commands
@@ -10004,7 +10013,7 @@ File: bash.info,  Node: Miscellaneous Commands,  Prev: Keyboard Macros,  Up: Bin
      default.
 
 ‘execute-named-command (M-x)’
-     Read a bindable readline command name from the input and execute
+     Read a bindable Readline command name from the input and execute
      the function to which it's bound, as if the key sequence to which
      it was bound appeared in the input.  If this function is supplied
      with a numeric argument, it passes that argument to the function it
@@ -10093,7 +10102,7 @@ File: bash.info,  Node: Programmable Completion,  Next: Programmable Completion
 When the user attempts word completion for an argument to a command for
 which a completion specification (a “compspec”) has been defined using
 the ‘complete’ builtin (*note Programmable Completion Builtins::),
-\fBreadline\fP invokes the programmable completion facilities.
+Readline invokes the programmable completion facilities.
 
    First, Bash identifies the command name.  If a compspec has been
 defined for that command, the compspec is used to generate the list of
@@ -10494,7 +10503,7 @@ happening.
      other supplied options should apply to "empty" command completion;
      and the ‘-I’ option indicates that other supplied options should
      apply to completion on the initial word on the line.  These are
-     determined in the same way as the \fBcomplete\fP builtin.
+     determined in the same way as the ‘complete’ builtin.
 
      If multiple options are supplied, the ‘-D’ option takes precedence
      over ‘-E’, and both take precedence over ‘-I’
@@ -11254,7 +11263,7 @@ you want the object files and executables to go and run the ‘configure’
 script from the source directory (*note Basic Installation::).  You may
 need to supply the ‘--srcdir=PATH’ argument to tell ‘configure’ where
 the source files are.  ‘configure’ automatically checks for the source
-code in the directory that ‘configure’ is in and in '..'.
+code in the directory that ‘configure’ is in and in ‘..’.
 
    If you have to use a ‘make’ that does not support the ‘VPATH’
 variable, you can compile Bash for one architecture at a time in the
@@ -12645,7 +12654,7 @@ D.1 Index of Shell Builtin Commands
 * .:                                     Bourne Shell Builtins.
                                                               (line  17)
 * [:                                     Bourne Shell Builtins.
-                                                              (line 333)
+                                                              (line 337)
 * alias:                                 Bash Builtins.       (line  11)
 * bg:                                    Job Control Builtins.
                                                               (line   7)
@@ -12664,7 +12673,7 @@ D.1 Index of Shell Builtin Commands
 * compopt:                               Programmable Completion Builtins.
                                                               (line 257)
 * continue:                              Bourne Shell Builtins.
-                                                              (line 102)
+                                                              (line 106)
 * declare:                               Bash Builtins.       (line 179)
 * dirs:                                  Directory Stack Builtins.
                                                               (line   7)
@@ -12673,23 +12682,23 @@ D.1 Index of Shell Builtin Commands
 * echo:                                  Bash Builtins.       (line 284)
 * enable:                                Bash Builtins.       (line 337)
 * eval:                                  Bourne Shell Builtins.
-                                                              (line 111)
+                                                              (line 115)
 * exec:                                  Bourne Shell Builtins.
-                                                              (line 119)
+                                                              (line 123)
 * exit:                                  Bourne Shell Builtins.
-                                                              (line 141)
+                                                              (line 145)
 * export:                                Bourne Shell Builtins.
-                                                              (line 148)
+                                                              (line 152)
 * false:                                 Bourne Shell Builtins.
-                                                              (line 170)
+                                                              (line 174)
 * fc:                                    Bash History Builtins.
                                                               (line  10)
 * fg:                                    Job Control Builtins.
                                                               (line  17)
 * getopts:                               Bourne Shell Builtins.
-                                                              (line 175)
+                                                              (line 179)
 * hash:                                  Bourne Shell Builtins.
-                                                              (line 226)
+                                                              (line 230)
 * help:                                  Bash Builtins.       (line 374)
 * history:                               Bash History Builtins.
                                                               (line  59)
@@ -12707,36 +12716,36 @@ D.1 Index of Shell Builtin Commands
 * pushd:                                 Directory Stack Builtins.
                                                               (line  70)
 * pwd:                                   Bourne Shell Builtins.
-                                                              (line 258)
+                                                              (line 262)
 * read:                                  Bash Builtins.       (line 548)
 * readarray:                             Bash Builtins.       (line 659)
 * readonly:                              Bourne Shell Builtins.
-                                                              (line 270)
+                                                              (line 274)
 * return:                                Bourne Shell Builtins.
-                                                              (line 295)
+                                                              (line 299)
 * set:                                   The Set Builtin.     (line  11)
 * shift:                                 Bourne Shell Builtins.
-                                                              (line 320)
+                                                              (line 324)
 * shopt:                                 The Shopt Builtin.   (line   9)
 * source:                                Bash Builtins.       (line 668)
 * suspend:                               Job Control Builtins.
                                                               (line 139)
 * test:                                  Bourne Shell Builtins.
-                                                              (line 333)
+                                                              (line 337)
 * times:                                 Bourne Shell Builtins.
-                                                              (line 433)
+                                                              (line 437)
 * trap:                                  Bourne Shell Builtins.
-                                                              (line 439)
+                                                              (line 443)
 * true:                                  Bourne Shell Builtins.
-                                                              (line 505)
+                                                              (line 509)
 * type:                                  Bash Builtins.       (line 673)
 * typeset:                               Bash Builtins.       (line 710)
 * ulimit:                                Bash Builtins.       (line 716)
 * umask:                                 Bourne Shell Builtins.
-                                                              (line 510)
+                                                              (line 514)
 * unalias:                               Bash Builtins.       (line 824)
 * unset:                                 Bourne Shell Builtins.
-                                                              (line 528)
+                                                              (line 532)
 * wait:                                  Job Control Builtins.
                                                               (line  86)
 
@@ -12907,57 +12916,57 @@ D.3 Parameter and Variable Index
 * FUNCNEST:                              Bash Variables.      (line 363)
 * GLOBIGNORE:                            Bash Variables.      (line 368)
 * GLOBSORT:                              Bash Variables.      (line 375)
-* GROUPS:                                Bash Variables.      (line 410)
-* histchars:                             Bash Variables.      (line 416)
-* HISTCMD:                               Bash Variables.      (line 431)
-* HISTCONTROL:                           Bash Variables.      (line 437)
-* HISTFILE:                              Bash Variables.      (line 455)
-* HISTFILESIZE:                          Bash Variables.      (line 461)
-* HISTIGNORE:                            Bash Variables.      (line 472)
+* GROUPS:                                Bash Variables.      (line 413)
+* histchars:                             Bash Variables.      (line 419)
+* HISTCMD:                               Bash Variables.      (line 433)
+* HISTCONTROL:                           Bash Variables.      (line 439)
+* HISTFILE:                              Bash Variables.      (line 457)
+* HISTFILESIZE:                          Bash Variables.      (line 463)
+* HISTIGNORE:                            Bash Variables.      (line 474)
 * history-preserve-point:                Readline Init File Syntax.
                                                               (line 232)
 * history-size:                          Readline Init File Syntax.
                                                               (line 238)
-* HISTSIZE:                              Bash Variables.      (line 496)
-* HISTTIMEFORMAT:                        Bash Variables.      (line 503)
+* HISTSIZE:                              Bash Variables.      (line 498)
+* HISTTIMEFORMAT:                        Bash Variables.      (line 505)
 * HOME:                                  Bourne Shell Variables.
                                                               (line  13)
 * horizontal-scroll-mode:                Readline Init File Syntax.
                                                               (line 248)
-* HOSTFILE:                              Bash Variables.      (line 512)
-* HOSTNAME:                              Bash Variables.      (line 523)
-* HOSTTYPE:                              Bash Variables.      (line 526)
+* HOSTFILE:                              Bash Variables.      (line 514)
+* HOSTNAME:                              Bash Variables.      (line 525)
+* HOSTTYPE:                              Bash Variables.      (line 528)
 * IFS:                                   Bourne Shell Variables.
                                                               (line  18)
-* IGNOREEOF:                             Bash Variables.      (line 529)
+* IGNOREEOF:                             Bash Variables.      (line 531)
 * input-meta:                            Readline Init File Syntax.
                                                               (line 256)
-* INPUTRC:                               Bash Variables.      (line 538)
-* INSIDE_EMACS:                          Bash Variables.      (line 542)
+* INPUTRC:                               Bash Variables.      (line 540)
+* INSIDE_EMACS:                          Bash Variables.      (line 544)
 * isearch-terminators:                   Readline Init File Syntax.
                                                               (line 267)
 * keymap:                                Readline Init File Syntax.
                                                               (line 274)
 * LANG:                                  Creating Internationalized Scripts.
                                                               (line  51)
-* LANG <1>:                              Bash Variables.      (line 548)
-* LC_ALL:                                Bash Variables.      (line 552)
-* LC_COLLATE:                            Bash Variables.      (line 556)
-* LC_CTYPE:                              Bash Variables.      (line 563)
+* LANG <1>:                              Bash Variables.      (line 550)
+* LC_ALL:                                Bash Variables.      (line 554)
+* LC_COLLATE:                            Bash Variables.      (line 558)
+* LC_CTYPE:                              Bash Variables.      (line 565)
 * LC_MESSAGES:                           Creating Internationalized Scripts.
                                                               (line  51)
-* LC_MESSAGES <1>:                       Bash Variables.      (line 568)
-* LC_NUMERIC:                            Bash Variables.      (line 572)
-* LC_TIME:                               Bash Variables.      (line 576)
-* LINENO:                                Bash Variables.      (line 580)
-* LINES:                                 Bash Variables.      (line 587)
-* MACHTYPE:                              Bash Variables.      (line 593)
+* LC_MESSAGES <1>:                       Bash Variables.      (line 570)
+* LC_NUMERIC:                            Bash Variables.      (line 574)
+* LC_TIME:                               Bash Variables.      (line 578)
+* LINENO:                                Bash Variables.      (line 582)
+* LINES:                                 Bash Variables.      (line 589)
+* MACHTYPE:                              Bash Variables.      (line 595)
 * MAIL:                                  Bourne Shell Variables.
                                                               (line  24)
-* MAILCHECK:                             Bash Variables.      (line 597)
+* MAILCHECK:                             Bash Variables.      (line 599)
 * MAILPATH:                              Bourne Shell Variables.
                                                               (line  29)
-* MAPFILE:                               Bash Variables.      (line 605)
+* MAPFILE:                               Bash Variables.      (line 607)
 * mark-modified-lines:                   Readline Init File Syntax.
                                                               (line 304)
 * mark-symlinked-directories:            Readline Init File Syntax.
@@ -12968,46 +12977,46 @@ D.3 Parameter and Variable Index
                                                               (line 321)
 * meta-flag:                             Readline Init File Syntax.
                                                               (line 256)
-* OLDPWD:                                Bash Variables.      (line 609)
+* OLDPWD:                                Bash Variables.      (line 611)
 * OPTARG:                                Bourne Shell Variables.
                                                               (line  36)
-* OPTERR:                                Bash Variables.      (line 612)
+* OPTERR:                                Bash Variables.      (line 614)
 * OPTIND:                                Bourne Shell Variables.
                                                               (line  40)
-* OSTYPE:                                Bash Variables.      (line 617)
+* OSTYPE:                                Bash Variables.      (line 619)
 * output-meta:                           Readline Init File Syntax.
                                                               (line 326)
 * page-completions:                      Readline Init File Syntax.
                                                               (line 335)
 * PATH:                                  Bourne Shell Variables.
                                                               (line  44)
-* PIPESTATUS:                            Bash Variables.      (line 620)
-* POSIXLY_CORRECT:                       Bash Variables.      (line 626)
-* PPID:                                  Bash Variables.      (line 636)
-* PROMPT_COMMAND:                        Bash Variables.      (line 640)
-* PROMPT_DIRTRIM:                        Bash Variables.      (line 646)
-* PS0:                                   Bash Variables.      (line 652)
+* PIPESTATUS:                            Bash Variables.      (line 622)
+* POSIXLY_CORRECT:                       Bash Variables.      (line 628)
+* PPID:                                  Bash Variables.      (line 638)
+* PROMPT_COMMAND:                        Bash Variables.      (line 642)
+* PROMPT_DIRTRIM:                        Bash Variables.      (line 648)
+* PS0:                                   Bash Variables.      (line 654)
 * PS1:                                   Bourne Shell Variables.
                                                               (line  53)
 * PS2:                                   Bourne Shell Variables.
                                                               (line  58)
-* PS3:                                   Bash Variables.      (line 657)
-* PS4:                                   Bash Variables.      (line 662)
-* PWD:                                   Bash Variables.      (line 670)
-* RANDOM:                                Bash Variables.      (line 673)
-* READLINE_ARGUMENT:                     Bash Variables.      (line 681)
-* READLINE_LINE:                         Bash Variables.      (line 685)
-* READLINE_MARK:                         Bash Variables.      (line 689)
-* READLINE_POINT:                        Bash Variables.      (line 695)
-* REPLY:                                 Bash Variables.      (line 699)
+* PS3:                                   Bash Variables.      (line 659)
+* PS4:                                   Bash Variables.      (line 664)
+* PWD:                                   Bash Variables.      (line 672)
+* RANDOM:                                Bash Variables.      (line 675)
+* READLINE_ARGUMENT:                     Bash Variables.      (line 683)
+* READLINE_LINE:                         Bash Variables.      (line 687)
+* READLINE_MARK:                         Bash Variables.      (line 691)
+* READLINE_POINT:                        Bash Variables.      (line 697)
+* REPLY:                                 Bash Variables.      (line 701)
 * revert-all-at-newline:                 Readline Init File Syntax.
                                                               (line 348)
 * search-ignore-case:                    Readline Init File Syntax.
                                                               (line 355)
-* SECONDS:                               Bash Variables.      (line 703)
-* SHELL:                                 Bash Variables.      (line 713)
-* SHELLOPTS:                             Bash Variables.      (line 718)
-* SHLVL:                                 Bash Variables.      (line 727)
+* SECONDS:                               Bash Variables.      (line 705)
+* SHELL:                                 Bash Variables.      (line 715)
+* SHELLOPTS:                             Bash Variables.      (line 720)
+* SHLVL:                                 Bash Variables.      (line 729)
 * show-all-if-ambiguous:                 Readline Init File Syntax.
                                                               (line 360)
 * show-all-if-unmodified:                Readline Init File Syntax.
@@ -13016,15 +13025,15 @@ D.3 Parameter and Variable Index
                                                               (line 375)
 * skip-completed-text:                   Readline Init File Syntax.
                                                               (line 381)
-* SRANDOM:                               Bash Variables.      (line 732)
+* SRANDOM:                               Bash Variables.      (line 734)
 * TEXTDOMAIN:                            Creating Internationalized Scripts.
                                                               (line  51)
 * TEXTDOMAINDIR:                         Creating Internationalized Scripts.
                                                               (line  51)
-* TIMEFORMAT:                            Bash Variables.      (line 741)
-* TMOUT:                                 Bash Variables.      (line 780)
-* TMPDIR:                                Bash Variables.      (line 792)
-* UID:                                   Bash Variables.      (line 796)
+* TIMEFORMAT:                            Bash Variables.      (line 743)
+* TMOUT:                                 Bash Variables.      (line 782)
+* TMPDIR:                                Bash Variables.      (line 794)
+* UID:                                   Bash Variables.      (line 798)
 * vi-cmd-mode-string:                    Readline Init File Syntax.
                                                               (line 394)
 * vi-ins-mode-string:                    Readline Init File Syntax.
@@ -13458,97 +13467,97 @@ Node: Process Substitution\7f105947
 Node: Word Splitting\7f107063
 Node: Filename Expansion\7f109160
 Node: Pattern Matching\7f112428
-Node: Quote Removal\7f117762
-Node: Redirections\7f118066
-Node: Executing Commands\7f128281
-Node: Simple Command Expansion\7f128948
-Node: Command Search and Execution\7f131056
-Node: Command Execution Environment\7f133500
-Node: Environment\7f136948
-Node: Exit Status\7f138851
-Node: Signals\7f140909
-Node: Shell Scripts\7f144807
-Node: Shell Builtin Commands\7f148105
-Node: Bourne Shell Builtins\7f150216
-Node: Bash Builtins\7f176517
-Node: Modifying Shell Behavior\7f212965
-Node: The Set Builtin\7f213307
-Node: The Shopt Builtin\7f225243
-Node: Special Builtins\7f242295
-Node: Shell Variables\7f243284
-Node: Bourne Shell Variables\7f243718
-Node: Bash Variables\7f246226
-Node: Bash Features\7f284483
-Node: Invoking Bash\7f285497
-Node: Bash Startup Files\7f291923
-Node: Interactive Shells\7f297236
-Node: What is an Interactive Shell?\7f297644
-Node: Is this Shell Interactive?\7f298306
-Node: Interactive Shell Behavior\7f299130
-Node: Bash Conditional Expressions\7f302891
-Node: Shell Arithmetic\7f308108
-Node: Aliases\7f311447
-Node: Arrays\7f314582
-Node: The Directory Stack\7f321645
-Node: Directory Stack Builtins\7f322442
-Node: Controlling the Prompt\7f326887
-Node: The Restricted Shell\7f329771
-Node: Bash POSIX Mode\7f332653
-Node: Shell Compatibility Mode\7f350794
-Node: Job Control\7f359805
-Node: Job Control Basics\7f360262
-Node: Job Control Builtins\7f366538
-Node: Job Control Variables\7f373220
-Node: Command Line Editing\7f374451
-Node: Introduction and Notation\7f376154
-Node: Readline Interaction\7f378504
-Node: Readline Bare Essentials\7f379692
-Node: Readline Movement Commands\7f381500
-Node: Readline Killing Commands\7f382496
-Node: Readline Arguments\7f384519
-Node: Searching\7f385576
-Node: Readline Init File\7f387837
-Node: Readline Init File Syntax\7f389141
-Node: Conditional Init Constructs\7f415887
-Node: Sample Init File\7f420272
-Node: Bindable Readline Commands\7f423393
-Node: Commands For Moving\7f424865
-Node: Commands For History\7f427092
-Node: Commands For Text\7f432345
-Node: Commands For Killing\7f436470
-Node: Numeric Arguments\7f439258
-Node: Commands For Completion\7f440410
-Node: Keyboard Macros\7f444910
-Node: Miscellaneous Commands\7f445611
-Node: Readline vi Mode\7f452164
-Node: Programmable Completion\7f453141
-Node: Programmable Completion Builtins\7f461193
-Node: A Programmable Completion Example\7f472858
-Node: Using History Interactively\7f478203
-Node: Bash History Facilities\7f478884
-Node: Bash History Builtins\7f482619
-Node: History Interaction\7f489090
-Node: Event Designators\7f494044
-Node: Word Designators\7f495622
-Node: Modifiers\7f497930
-Node: Installing Bash\7f499871
-Node: Basic Installation\7f500987
-Node: Compilers and Options\7f504863
-Node: Compiling For Multiple Architectures\7f505613
-Node: Installation Names\7f507362
-Node: Specifying the System Type\7f509596
-Node: Sharing Defaults\7f510342
-Node: Operation Controls\7f511056
-Node: Optional Features\7f512075
-Node: Reporting Bugs\7f524455
-Node: Major Differences From The Bourne Shell\7f525813
-Node: GNU Free Documentation License\7f547233
-Node: Indexes\7f572410
-Node: Builtin Index\7f572861
-Node: Reserved Word Index\7f579959
-Node: Variable Index\7f582404
-Node: Function Index\7f599817
-Node: Concept Index\7f613673
+Node: Quote Removal\7f117765
+Node: Redirections\7f118069
+Node: Executing Commands\7f128278
+Node: Simple Command Expansion\7f128945
+Node: Command Search and Execution\7f131053
+Node: Command Execution Environment\7f133497
+Node: Environment\7f136945
+Node: Exit Status\7f138848
+Node: Signals\7f140906
+Node: Shell Scripts\7f144804
+Node: Shell Builtin Commands\7f148102
+Node: Bourne Shell Builtins\7f150213
+Node: Bash Builtins\7f176763
+Node: Modifying Shell Behavior\7f213211
+Node: The Set Builtin\7f213553
+Node: The Shopt Builtin\7f225489
+Node: Special Builtins\7f242541
+Node: Shell Variables\7f243530
+Node: Bourne Shell Variables\7f243964
+Node: Bash Variables\7f246472
+Node: Bash Features\7f284781
+Node: Invoking Bash\7f285795
+Node: Bash Startup Files\7f292221
+Node: Interactive Shells\7f297513
+Node: What is an Interactive Shell?\7f297921
+Node: Is this Shell Interactive?\7f298583
+Node: Interactive Shell Behavior\7f299407
+Node: Bash Conditional Expressions\7f303168
+Node: Shell Arithmetic\7f308387
+Node: Aliases\7f311716
+Node: Arrays\7f314851
+Node: The Directory Stack\7f321914
+Node: Directory Stack Builtins\7f322711
+Node: Controlling the Prompt\7f327156
+Node: The Restricted Shell\7f330040
+Node: Bash POSIX Mode\7f332922
+Node: Shell Compatibility Mode\7f351251
+Node: Job Control\7f360258
+Node: Job Control Basics\7f360715
+Node: Job Control Builtins\7f366993
+Node: Job Control Variables\7f373675
+Node: Command Line Editing\7f374906
+Node: Introduction and Notation\7f376609
+Node: Readline Interaction\7f378961
+Node: Readline Bare Essentials\7f380149
+Node: Readline Movement Commands\7f381957
+Node: Readline Killing Commands\7f382953
+Node: Readline Arguments\7f384976
+Node: Searching\7f386033
+Node: Readline Init File\7f388294
+Node: Readline Init File Syntax\7f389598
+Node: Conditional Init Constructs\7f416346
+Node: Sample Init File\7f420731
+Node: Bindable Readline Commands\7f423852
+Node: Commands For Moving\7f425390
+Node: Commands For History\7f427617
+Node: Commands For Text\7f432870
+Node: Commands For Killing\7f436995
+Node: Numeric Arguments\7f439783
+Node: Commands For Completion\7f440935
+Node: Keyboard Macros\7f445435
+Node: Miscellaneous Commands\7f446136
+Node: Readline vi Mode\7f452689
+Node: Programmable Completion\7f453666
+Node: Programmable Completion Builtins\7f461712
+Node: A Programmable Completion Example\7f473377
+Node: Using History Interactively\7f478722
+Node: Bash History Facilities\7f479403
+Node: Bash History Builtins\7f483138
+Node: History Interaction\7f489609
+Node: Event Designators\7f494563
+Node: Word Designators\7f496141
+Node: Modifiers\7f498449
+Node: Installing Bash\7f500390
+Node: Basic Installation\7f501506
+Node: Compilers and Options\7f505382
+Node: Compiling For Multiple Architectures\7f506132
+Node: Installation Names\7f507885
+Node: Specifying the System Type\7f510119
+Node: Sharing Defaults\7f510865
+Node: Operation Controls\7f511579
+Node: Optional Features\7f512598
+Node: Reporting Bugs\7f524978
+Node: Major Differences From The Bourne Shell\7f526336
+Node: GNU Free Documentation License\7f547756
+Node: Indexes\7f572933
+Node: Builtin Index\7f573384
+Node: Reserved Word Index\7f580482
+Node: Variable Index\7f582927
+Node: Function Index\7f600340
+Node: Concept Index\7f614196
 \1f
 End Tag Table
 
index b10016b69b27b694e3211164e9362b077e622b59..d2e799dc98062927645b04b5dd81802b25be7062 100644 (file)
Binary files a/doc/bash.pdf and b/doc/bash.pdf differ
index 4c6650e2f585cdba9a820c54929254652d3a4a86..9bd819465b2b397b39395120b517ab92773ba831 100644 (file)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Thu Apr  4 17:50:31 2024
+%%CreationDate: Thu Oct 17 11:28:25 2024
 %%DocumentNeededResources: font Times-Italic
 %%+ font Times-Roman
 %%+ font Times-Bold
@@ -8,7 +8,7 @@
 %%+ font Symbol
 %%+ font Courier-Bold
 %%DocumentSuppliedResources: procset grops 1.23 0
-%%Pages: 90
+%%Pages: 95
 %%PageOrder: Ascend
 %%DocumentMedia: Default 612 792 0 () ()
 %%Orientation: Portrait
 F1(bash \255 GNU Bourne-Ag)108 96 Q(ain SHell)-.05 E F2(SYNOPSIS)72
 112.8 Q/F3 10/Times-Bold@0 SF(bash)108 124.8 Q F1
 ([options] [command_string | \214le])2.5 E F2(COPYRIGHT)72 141.6 Q F1
-(Bash is Cop)108 153.6 Q(yright \251 1989-2023 by the Free Softw)-.1 E
+(Bash is Cop)108 153.6 Q(yright \251 1989-2024 by the Free Softw)-.1 E
 (are F)-.1 E(oundation, Inc.)-.15 E F2(DESCRIPTION)72 170.4 Q F3(Bash)
 108 182.4 Q F1 .973(is an)3.474 F F3(sh)3.473 E F1 .973
 (-compatible command language interpreter that e)B -.15(xe)-.15 G .973
-(cutes commands read from the standard).15 F(input or from a \214le.)108
-194.4 Q F3(Bash)5 E F1(also incorporates useful features from the)2.5 E
-F0 -.4(Ko)2.5 G(rn).4 E F1(and)2.5 E F0(C)2.5 E F1(shells \()2.5 E F3
-(ksh)A F1(and)2.5 E F3(csh)2.5 E F1(\).)A .693
-(POSIX is the name for a f)108 211.2 R .694
-(amily of computing standards based on Unix.)-.1 F F3(Bash)5.694 E F1
-.694(is intended to be a confor)3.194 F(-)-.2 E 1.097(mant implementati\
-on of the Shell and Utilities portion of the IEEE POSIX speci\214cation\
- \(IEEE Standard)108 223.2 R(1003.1\).)108 235.2 Q F3(Bash)5 E F1
-(can be con\214gured to be POSIX-conformant by def)2.5 E(ault.)-.1 E F2
-(OPTIONS)72 252 Q F1 .483(All of the single-character shell options doc\
-umented in the description of the)108 264 R F3(set)2.984 E F1 -.2(bu)
-2.984 G .484(iltin command, includ-).2 F(ing)108 276 Q F3<ad6f>2.719 E
-F1 2.719(,c)C .218(an be used as options when the shell is in)-2.719 F
--.2(vo)-.4 G -.1(ke).2 G 2.718(d. In).1 F(addition,)2.718 E F3(bash)
-2.718 E F1 .218(interprets the follo)2.718 F .218(wing options)-.25 F
-(when it is in)108 288 Q -.2(vo)-.4 G -.1(ke).2 G(d:).1 E F3<ad63>108
-304.8 Q F1 .867(If the)158 304.8 R F3<ad63>3.367 E F1 .867(option is pr\
-esent, then commands are read from the \214rst non-option ar)3.367 F
-(gument)-.18 E F0(com-)3.568 E(mand_string)158 316.8 Q F1 5.727(.I).22 G
-3.227(ft)-5.727 G .727(here are ar)-3.227 F .727(guments after the)-.18
-F F0(command_string)3.427 E F1 3.227(,t).22 G .726(he \214rst ar)-3.227
-F .726(gument is assigned)-.18 F(to)158 328.8 Q F3($0)2.918 E F1 .418
-(and an)2.918 F 2.918(yr)-.15 G .418(emaining ar)-2.918 F .419
-(guments are assigned to the positional parameters.)-.18 F .419
-(The assignment)5.419 F(to)158 340.8 Q F3($0)2.5 E F1
+(cutes commands read from the standard).15 F .289
+(input, from a string, or from a \214le.)108 194.4 R F3(Bash)5.289 E F1
+.289(also incorporates useful features from the)2.789 F F0 -.4(Ko)2.789
+G(rn).4 E F1(and)2.789 E F0(C)2.789 E F1 .289(shells \()2.789 F F3(ksh)A
+F1(and)108 206.4 Q F3(csh)2.5 E F1(\).)A .694(POSIX is the name for a f)
+108 223.2 R .694(amily of computing standards based on Unix.)-.1 F F3
+(Bash)5.694 E F1 .693(is intended to be a confor)3.193 F(-)-.2 E 1.097(\
+mant implementation of the Shell and Utilities portion of the IEEE POSI\
+X speci\214cation \(IEEE Standard)108 235.2 R(1003.1\).)108 247.2 Q F3
+(Bash)5 E F1(can be con\214gured to be POSIX-conformant by def)2.5 E
+(ault.)-.1 E F2(OPTIONS)72 264 Q F1 .483(All of the single-character sh\
+ell options documented in the description of the)108 276 R F3(set)2.983
+E F1 -.2(bu)2.983 G .483(iltin command, includ-).2 F(ing)108 288 Q F3
+<ad6f>2.718 E F1 2.718(,c)C .218
+(an be used as options when the shell is in)-2.718 F -.2(vo)-.4 G -.1
+(ke).2 G 2.718(d. In).1 F(addition,)2.719 E F3(bash)2.719 E F1 .219
+(interprets the follo)2.719 F .219(wing options)-.25 F(when it is in)108
+300 Q -.2(vo)-.4 G -.1(ke).2 G(d:).1 E F3<ad63>108 316.8 Q F1 .868
+(If the)158 316.8 R F3<ad63>3.368 E F1 .867(option is present, then com\
+mands are read from the \214rst non-option ar)3.368 F(gument)-.18 E F0
+(com-)3.567 E(mand_string)158 328.8 Q F1 5.726(.I).22 G 3.226(ft)-5.726
+G .726(here are ar)-3.226 F .727(guments after the)-.18 F F0
+(command_string)3.427 E F1 3.227(,t).22 G .727(he \214rst ar)-3.227 F
+.727(gument is assigned)-.18 F(to)158 340.8 Q F3($0)2.919 E F1 .419
+(and an)2.919 F 2.919(yr)-.15 G .419(emaining ar)-2.919 F .418
+(guments are assigned to the positional parameters.)-.18 F .418
+(The assignment)5.418 F(to)158 352.8 Q F3($0)2.5 E F1
 (sets the name of the shell, which is used in w)2.5 E
-(arning and error messages.)-.1 E F3<ad69>108 352.8 Q F1(If the)158
-352.8 Q F3<ad69>2.5 E F1(option is present, the shell is)2.5 E F0(inter)
-2.51 E(active)-.15 E F1(.).18 E F3<ad6c>108 364.8 Q F1(Mak)158 364.8 Q
+(arning and error messages.)-.1 E F3<ad69>108 369.6 Q F1(If the)158
+369.6 Q F3<ad69>2.5 E F1(option is present, the shell is)2.5 E F0(inter)
+2.51 E(active)-.15 E F1(.).18 E F3<ad6c>108 386.4 Q F1(Mak)158 386.4 Q
 (e)-.1 E F3(bash)2.5 E F1(act as if it had been in)2.5 E -.2(vo)-.4 G
 -.1(ke).2 G 2.5(da).1 G 2.5(sal)-2.5 G(ogin shell \(see)-2.5 E/F4 9
 /Times-Bold@0 SF(INV)2.5 E(OCA)-.405 E(TION)-.855 E F1(belo)2.25 E(w\).)
--.25 E F3<ad72>108 376.8 Q F1(If the)158 376.8 Q F3<ad72>2.5 E F1
+-.25 E F3<ad72>108 403.2 Q F1(If the)158 403.2 Q F3<ad72>2.5 E F1
 (option is present, the shell becomes)2.5 E F0 -.37(re)2.5 G(stricted)
 .37 E F1(\(see)3.27 E F4(RESTRICTED SHELL)2.5 E F1(belo)2.25 E(w\).)-.25
-E F3<ad73>108 388.8 Q F1 .602(If the)158 388.8 R F3<ad73>3.102 E F1 .602
-(option is present, or if no ar)3.102 F .602
-(guments remain after option processing, then commands)-.18 F .616
-(are read from the standard input.)158 400.8 R .617(This option allo)
-5.617 F .617(ws the positional parameters to be set when)-.25 F(in)158
-412.8 Q -.2(vo)-.4 G(king an interacti).2 E .3 -.15(ve s)-.25 H
-(hell or when reading input through a pipe.).15 E F3<ad44>108 424.8 Q F1
-3.184(Al)158 424.8 S .684(ist of all double-quoted strings preceded by)
--3.184 F F3($)3.184 E F1 .684(is printed on the standard output.)3.184 F
-.683(These are)5.683 F .458(the strings that are subject to language tr\
-anslation when the current locale is not)158 436.8 R F3(C)2.958 E F1(or)
-2.959 E F3(POSIX)2.959 E F1(.)A(This implies the)158 448.8 Q F3<ad6e>2.5
-E F1(option; no commands will be e)2.5 E -.15(xe)-.15 G(cuted.).15 E F3
-([\255+]O [)108 460.8 Q F0(shopt_option)A F3(])A F0(shopt_option)158
-472.8 Q F1 1.097(is one of the shell options accepted by the)3.597 F F3
-(shopt)3.597 E F1 -.2(bu)3.597 G 1.097(iltin \(see).2 F F4 1.096
-(SHELL B)3.596 F(UIL)-.09 E(TIN)-.828 E(COMMANDS)158 484.8 Q F1(belo)
-3.002 E 3.252(w\). If)-.25 F F0(shopt_option)3.253 E F1 .753
+E F3<ad73>108 420 Q F1 .929(If the)158 420 R F3<ad73>3.429 E F1 .929
+(option is present, or if no ar)3.429 F .93
+(guments remain after option processing, the shell reads)-.18 F 1.693
+(commands from the standard input.)158 432 R 1.692(This option allo)
+6.692 F 1.692(ws the positional parameters to be set)-.25 F(when in)158
+444 Q -.2(vo)-.4 G(king an interacti).2 E .3 -.15(ve s)-.25 H
+(hell or when reading input through a pipe.).15 E F3<ad44>108 460.8 Q F1
+1.065(Print a list of all double-quoted strings preceded by)158 460.8 R
+F3($)3.566 E F1 1.066(on the standard output.)3.566 F 1.066
+(These are the)6.066 F 1.47(strings that are subject to language transl\
+ation when the current locale is not)158 472.8 R F3(C)3.97 E F1(or)3.97
+E F3(POSIX)3.97 E F1(.)A(This implies the)158 484.8 Q F3<ad6e>2.5 E F1
+(option; no commands will be e)2.5 E -.15(xe)-.15 G(cuted.).15 E F3
+([\255+]O [)108 501.6 Q F0(shopt_option)A F3(])A F0(shopt_option)158
+513.6 Q F1 1.097(is one of the shell options accepted by the)3.596 F F3
+(shopt)3.597 E F1 -.2(bu)3.597 G 1.097(iltin \(see).2 F F4 1.097
+(SHELL B)3.597 F(UIL)-.09 E(TIN)-.828 E(COMMANDS)158 525.6 Q F1(belo)
+3.003 E 3.253(w\). If)-.25 F F0(shopt_option)3.253 E F1 .753
 (is present,)3.253 F F3<ad4f>3.253 E F1 .753(sets the v)3.253 F .753
-(alue of that option;)-.25 F F3(+O)3.253 E F1(unsets)3.253 E 2.625
-(it. If)158 496.8 R F0(shopt_option)2.625 E F1 .125
-(is not supplied, the names and v)2.625 F .124
-(alues of the shell options accepted by)-.25 F F3(shopt)2.624 E F1 .505
-(are printed on the standard output.)158 508.8 R .505(If the in)5.505 F
--.2(vo)-.4 G .505(cation option is).2 F F3(+O)3.005 E F1 3.005(,t)C .506
-(he output is displayed in a)-3.005 F
-(format that may be reused as input.)158 520.8 Q F3<adad>108 532.8 Q F1
-(A)158 532.8 Q F3<adad>3.364 E F1 .864
+(alue of that option;)-.25 F F3(+O)3.252 E F1(unsets)3.252 E 3.456
+(it. If)158 537.6 R F0(shopt_option)3.456 E F1 .957(is not supplied,)
+3.457 F F3(bash)3.457 E F1 .957(prints the names and v)3.457 F .957
+(alues of the shell options ac-)-.25 F .276(cepted by)158 549.6 R F3
+(shopt)2.776 E F1 .276(on the standard output.)2.776 F .276(If the in)
+5.276 F -.2(vo)-.4 G .276(cation option is).2 F F3(+O)2.775 E F1 2.775
+(,t)C .275(he output is displayed)-2.775 F
+(in a format that may be reused as input.)158 561.6 Q F3<adad>108 578.4
+Q F1(A)158 578.4 Q F3<adad>3.363 E F1 .864
 (signals the end of options and disables further option processing.)
-3.364 F(An)5.863 E 3.363(ya)-.15 G -.18(rg)-3.363 G .863(uments after)
-.18 F(the)158 544.8 Q F3<adad>3.558 E F1 1.059
-(are treated as a shell script \214lename \(see belo)3.558 F 1.059
-(w\) and ar)-.25 F 1.059(guments passed to that script.)-.18 F(An ar)158
-556.8 Q(gument of)-.18 E F3<ad>2.5 E F1(is equi)2.5 E -.25(va)-.25 G
-(lent to).25 E F3<adad>2.5 E F1(.)A F3(Bash)108 573.6 Q F1 .304
-(also interprets a number of multi-character options.)2.804 F .303
+3.363 F(An)5.864 E 3.364(ya)-.15 G -.18(rg)-3.364 G .864(uments after)
+.18 F(the)158 590.4 Q F3<adad>3.559 E F1 1.059
+(are treated as a shell script \214lename \(see belo)3.559 F 1.059
+(w\) and ar)-.25 F 1.058(guments passed to that script.)-.18 F(An ar)158
+602.4 Q(gument of)-.18 E F3<ad>2.5 E F1(is equi)2.5 E -.25(va)-.25 G
+(lent to).25 E F3<adad>2.5 E F1(.)A F3(Bash)108 619.2 Q F1 .303
+(also interprets a number of multi-character options.)2.803 F .304
 (These options must appear on the command line)5.303 F
-(before the single-character options to be recognized.)108 585.6 Q F3
-<adad646562>108 602.4 Q(ugger)-.2 E F1 .474(Arrange for the deb)144
-614.4 R .474(ugger pro\214le to be e)-.2 F -.15(xe)-.15 G .475
-(cuted before the shell starts.).15 F -.45(Tu)5.475 G .475(rns on e).45
-F .475(xtended deb)-.15 F(ug-)-.2 E
-(ging mode \(see the description of the)144 626.4 Q F3(extdeb)2.5 E(ug)
--.2 E F1(option to the)2.5 E F3(shopt)2.5 E F1 -.2(bu)2.5 G(iltin belo)
-.2 E(w\).)-.25 E F3(\255\255dump\255po\255strings)108 638.4 Q F1(Equi)
-144 650.4 Q -.25(va)-.25 G(lent to).25 E F3<ad44>2.5 E F1 2.5(,b)C
-(ut the output is in the GNU)-2.7 E F0 -.1(ge)2.5 G(tte).1 E(xt)-.2 E F3
-(po)2.5 E F1(\(portable object\) \214le format.)2.5 E F3
-(\255\255dump\255strings)108 662.4 Q F1(Equi)144 674.4 Q -.25(va)-.25 G
-(lent to).25 E F3<ad44>2.5 E F1(.)A F3(\255\255help)108 686.4 Q F1
-(Display a usage message on standard output and e)144 686.4 Q
-(xit successfully)-.15 E(.)-.65 E F3<adad696e6974ad8c6c65>108 698.4 Q F0
-(\214le)2.5 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(1)198.45 E
-0 Cg EP
+(before the single-character options to be recognized.)108 631.2 Q F3
+<adad646562>108 648 Q(ugger)-.2 E F1 .475(Arrange for the deb)144 660 R
+.475(ugger pro\214le to be e)-.2 F -.15(xe)-.15 G .475
+(cuted before the shell starts.).15 F -.45(Tu)5.474 G .474(rns on e).45
+F .474(xtended deb)-.15 F(ug-)-.2 E
+(ging mode \(see the description of the)144 672 Q F3(extdeb)2.5 E(ug)-.2
+E F1(option to the)2.5 E F3(shopt)2.5 E F1 -.2(bu)2.5 G(iltin belo).2 E
+(w\).)-.25 E F3(\255\255dump\255po\255strings)108 688.8 Q F1(Equi)144
+700.8 Q -.25(va)-.25 G(lent to).25 E F3<ad44>2.5 E F1 2.5(,b)C
+(ut the output is in the GNU)-2.7 E F0 -.1(ge)2.5 G(tte).1 E(xt)-.2 E F1
+(\231po\232 \(portable object\) \214le format.)2.5 E(GNU Bash 5.3)72 768
+Q(2024 October 15)141.235 E(1)195.395 E 0 Cg EP
 %%Page: 2 2
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<adad72>108 84 Q(c\214le)-.18
-E F0(\214le)2.5 E F1(Ex)144 96 Q 1.393(ecute commands from)-.15 F F0
-(\214le)5.803 E F1 1.392
-(instead of the standard personal initialization \214le)4.073 F F0
-(\001/.bashr)3.992 E(c)-.37 E F1 1.392(if the)4.202 F
-(shell is interacti)144 108 Q .3 -.15(ve \()-.25 H(see).15 E/F3 9
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(\255\255dump\255strings)108
+84 Q F1(Equi)144 96 Q -.25(va)-.25 G(lent to).25 E F2<ad44>2.5 E F1(.)A
+F2(\255\255help)108 112.8 Q F1
+(Display a usage message on standard output and e)144 112.8 Q
+(xit successfully)-.15 E(.)-.65 E F2<adad696e6974ad8c6c65>108 129.6 Q F0
+(\214le)2.5 E F2<adad72>108 141.6 Q(c\214le)-.18 E F0(\214le)2.5 E F1
+(Ex)144 153.6 Q 1.167(ecute commands from)-.15 F F0(\214le)5.577 E F1
+1.168(instead of the standard personal initialization \214le)3.847 F F0
+(\001/.bashr)5.334 E(c)-.37 E F1 1.168(if the)5.334 F
+(shell is interacti)144 165.6 Q .3 -.15(ve \()-.25 H(see).15 E/F3 9
 /Times-Bold@0 SF(INV)2.5 E(OCA)-.405 E(TION)-.855 E F1(belo)2.25 E(w\).)
--.25 E F2(\255\255login)108 124.8 Q F1(Equi)144 136.8 Q -.25(va)-.25 G
-(lent to).25 E F2<ad6c>2.5 E F1(.)A F2(\255\255noediting)108 153.6 Q F1
-(Do not use the GNU)144 165.6 Q F2 -.18(re)2.5 G(adline).18 E F1
+-.25 E F2(\255\255login)108 182.4 Q F1(Equi)144 194.4 Q -.25(va)-.25 G
+(lent to).25 E F2<ad6c>2.5 E F1(.)A F2(\255\255noediting)108 211.2 Q F1
+(Do not use the GNU)144 223.2 Q F2 -.18(re)2.5 G(adline).18 E F1
 (library to read command lines when the shell is interacti)2.5 E -.15
-(ve)-.25 G(.).15 E F2(\255\255nopr)108 182.4 Q(o\214le)-.18 E F1 .017
-(Do not read either the system-wide startup \214le)144 194.4 R F0
-(/etc/pr)4.183 E(o\214le)-.45 E F1 .017(or an)4.183 F 2.517(yo)-.15 G
-2.517(ft)-2.517 G .018(he personal initialization \214les)-2.517 F F0
-(\001/.bash_pr)144.1 206.4 Q(o\214le)-.45 E F1(,).18 E F0(\001/.bash_lo)
-3.144 E(gin)-.1 E F1 3.043(,o).24 G(r)-3.043 E F0(\001/.pr)3.143 E
-(o\214le)-.45 E F1 5.543(.B).18 G 3.043(yd)-5.543 G(ef)-3.043 E(ault,)
--.1 E F2(bash)3.043 E F1 .543(reads these \214les when it is in)3.043 F
--.2(vo)-.4 G -.1(ke).2 G(d).1 E(as a login shell \(see)144 218.4 Q F3
-(INV)2.5 E(OCA)-.405 E(TION)-.855 E F1(belo)2.25 E(w\).)-.25 E F2
-<adad6e6f72>108 235.2 Q(c)-.18 E F1 1.049(Do not read and e)144 235.2 R
--.15(xe)-.15 G 1.049(cute the personal initialization \214le).15 F F0
-(\001/.bashr)3.649 E(c)-.37 E F1 1.05(if the shell is interacti)3.859 F
--.15(ve)-.25 G 6.05(.T).15 G(his)-6.05 E(option is on by def)144 247.2 Q
+(ve)-.25 G(.).15 E F2(\255\255nopr)108 240 Q(o\214le)-.18 E F1 .017
+(Do not read either the system-wide startup \214le)144 252 R F0(/etc/pr)
+4.183 E(o\214le)-.45 E F1 .017(or an)4.183 F 2.517(yo)-.15 G 2.517(ft)
+-2.517 G .017(he personal initialization \214les)-2.517 F F0
+(\001/.bash_pr)145.666 264 Q(o\214le)-.45 E F1(,)1.666 E F0
+(\001/.bash_lo)5.579 E(gin)-.1 E F1 3.913(,o)1.666 G(r)-3.913 E F0
+(\001/.pr)5.579 E(o\214le)-.45 E F1 6.413(.B)1.666 G 3.913(yd)-6.413 G
+(ef)-3.913 E(ault,)-.1 E F2(bash)3.913 E F1 1.414
+(reads these \214les when it is in-)3.913 F -.2(vo)144 276 S -.1(ke).2 G
+2.5(da).1 G 2.5(sal)-2.5 G(ogin shell \(see)-2.5 E F3(INV)2.5 E(OCA)
+-.405 E(TION)-.855 E F1(belo)2.25 E(w\).)-.25 E F2<adad6e6f72>108 292.8
+Q(c)-.18 E F1 .855(Do not read and e)144 292.8 R -.15(xe)-.15 G .855
+(cute the personal initialization \214le).15 F F0(\001/.bashr)5.02 E(c)
+-.37 E F1 .854(if the shell is interacti)5.02 F -.15(ve)-.25 G 5.854(.T)
+.15 G(his)-5.854 E(option is on by def)144 304.8 Q
 (ault if the shell is in)-.1 E -.2(vo)-.4 G -.1(ke).2 G 2.5(da).1 G(s)
--2.5 E F2(sh)2.5 E F1(.)A F2(\255\255posix)108 264 Q F1 1.783
-(Change the beha)144 276 R 1.782(vior of)-.2 F F2(bash)4.282 E F1 1.782
-(where the def)4.282 F 1.782(ault operation dif)-.1 F 1.782
-(fers from the POSIX standard to)-.25 F .332(match the standard \()144
-288 R F0 .332(posix mode)B F1 2.832(\). See)B F3 .333(SEE ALSO)2.833 F
-F1(belo)2.583 E 2.833(wf)-.25 G .333
-(or a reference to a document that details)-2.833 F(ho)144 300 Q 2.5(wp)
--.25 G(osix mode af)-2.5 E(fects bash')-.25 E 2.5(sb)-.55 G(eha)-2.5 E
-(vior)-.2 E(.)-.55 E F2<adad72>108 316.8 Q(estricted)-.18 E F1
-(The shell becomes restricted \(see)144 328.8 Q F3(RESTRICTED SHELL)2.5
-E F1(belo)2.25 E(w\).)-.25 E F2<adad76>108 345.6 Q(erbose)-.1 E F1(Equi)
-144 357.6 Q -.25(va)-.25 G(lent to).25 E F2<ad76>2.5 E F1(.)A F2<adad76>
-108 374.4 Q(ersion)-.1 E F1(Sho)144 386.4 Q 2.5(wv)-.25 G
-(ersion information for this instance of)-2.65 E F2(bash)2.5 E F1
+-2.5 E F2(sh)2.5 E F1(.)A F2(\255\255posix)108 321.6 Q F1 1.782
+(Change the beha)144 333.6 R 1.782(vior of)-.2 F F2(bash)4.282 E F1
+1.782(where the def)4.282 F 1.782(ault operation dif)-.1 F 1.782
+(fers from the POSIX standard to)-.25 F .333(match the standard \()144
+345.6 R F0 .333(posix mode)B F1 2.833(\). See)B F3 .333(SEE ALSO)2.833 F
+F1(belo)2.583 E 2.833(wf)-.25 G .332
+(or a reference to a document that details)-2.833 F(ho)144 357.6 Q 2.5
+(wp)-.25 G(osix mode af)-2.5 E(fects)-.25 E F2(Bash)2.5 E F1 1.1 -.55
+('s b)D(eha).55 E(vior)-.2 E(.)-.55 E F2<adad72>108 374.4 Q(estricted)
+-.18 E F1(The shell becomes restricted \(see)144 386.4 Q F3
+(RESTRICTED SHELL)2.5 E F1(belo)2.25 E(w\).)-.25 E F2<adad76>108 403.2 Q
+(erbose)-.1 E F1(Equi)144 415.2 Q -.25(va)-.25 G(lent to).25 E F2<ad76>
+2.5 E F1(.)A F2<adad76>108 432 Q(ersion)-.1 E F1(Sho)144 444 Q 2.5(wv)
+-.25 G(ersion information for this instance of)-2.65 E F2(bash)2.5 E F1
 (on the standard output and e)2.5 E(xit successfully)-.15 E(.)-.65 E/F4
-10.95/Times-Bold@0 SF(ARGUMENTS)72 403.2 Q F1 .017(If ar)108 415.2 R
+10.95/Times-Bold@0 SF(ARGUMENTS)72 460.8 Q F1 .016(If ar)108 472.8 R
 .016(guments remain after option processing, and neither the)-.18 F F2
 <ad63>2.516 E F1 .016(nor the)2.516 F F2<ad73>2.516 E F1 .016
-(option has been supplied, the \214rst)2.516 F(ar)108 427.2 Q .109(gume\
-nt is assumed to be the name of a \214le containing shell commands \(a)
--.18 F F0 .11(shell script)2.61 F F1 2.61(\). If)B F2(bash)2.61 E F1 .11
-(is in)2.61 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E .257(in this f)108 439.2 R
-(ashion,)-.1 E F2($0)2.757 E F1 .257(is set to the name of the \214le, \
-and the positional parameters are set to the remaining ar)2.757 F(gu-)
--.18 E(ments.)108 451.2 Q F2(Bash)5.199 E F1 .199(reads and e)2.699 F
--.15(xe)-.15 G .199(cutes commands from this \214le, then e).15 F(xits.)
--.15 E F2(Bash)5.2 E F1 1.3 -.55('s e)D .2(xit status is the e).4 F .2
-(xit status of)-.15 F .587(the last command e)108 463.2 R -.15(xe)-.15 G
-.587(cuted in the script.).15 F .586(If no commands are e)5.586 F -.15
-(xe)-.15 G .586(cuted, the e).15 F .586(xit status is 0.)-.15 F .586
-(An attempt is)5.586 F .367
-(\214rst made to open the \214le in the current directory)108 475.2 R
-2.868(,a)-.65 G .368
-(nd, if no \214le is found, then the shell searches the direc-)-2.868 F
-(tories in)108 487.2 Q F3 -.666(PA)2.5 G(TH)-.189 E F1(for the script.)
-2.25 E F4(INV)72 504 Q(OCA)-.493 E(TION)-1.04 E F1(A)108 516 Q F0(lo)2.5
-E(gin shell)-.1 E F1(is one whose \214rst character of ar)2.5 E
-(gument zero is a)-.18 E F2<ad>2.5 E F1 2.5(,o)C 2.5(ro)-2.5 G
-(ne started with the)-2.5 E F2(\255\255login)2.5 E F1(option.)2.5 E(An)
-108 532.8 Q F0(inter)2.734 E(active)-.15 E F1 .234
-(shell is one started without non-option ar)2.734 F .234
-(guments \(unless)-.18 F F2<ad73>2.734 E F1 .233
-(is speci\214ed\) and without the)2.734 F F2<ad63>2.733 E F1 .352(optio\
-n, whose standard input and error are both connected to terminals \(as \
-determined by)108 544.8 R F0(isatty)2.863 E F1 .353(\(3\)\), or one).32
-F .946(started with the)108 556.8 R F2<ad69>3.445 E F1(option.)3.445 E
-F3(PS1)5.945 E F1 .945(is set and)3.195 F F2<24ad>3.445 E F1(includes)
-3.445 E F2(i)3.445 E F1(if)3.445 E F2(bash)3.445 E F1 .945(is interacti)
-3.445 F -.15(ve)-.25 G 3.445(,a).15 G(llo)-3.445 E .945
-(wing a shell script or a)-.25 F(startup \214le to test this state.)108
-568.8 Q .032(The follo)108 585.6 R .032(wing paragraphs describe ho)-.25
+(option has been supplied, the \214rst)2.516 F(ar)108 484.8 Q .11(gumen\
+t is assumed to be the name of a \214le containing shell commands \(a)
+-.18 F F0 .109(shell script)2.609 F F1 2.609(\). If)B F2(bash)2.609 E F1
+.109(is in)2.609 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E .256(in this f)108
+496.8 R(ashion,)-.1 E F2($0)2.756 E F1 .257(is set to the name of the \
+\214le, and the positional parameters are set to the remaining ar)2.756
+F(gu-)-.18 E(ments.)108 508.8 Q F2(Bash)5.2 E F1 .2(reads and e)2.7 F
+-.15(xe)-.15 G .2(cutes commands from this \214le, then e).15 F(xits.)
+-.15 E F2(Bash)5.199 E F1 1.299 -.55('s e)D .199(xit status is the e).4
+F .199(xit status of)-.15 F .732(the last command e)108 520.8 R -.15(xe)
+-.15 G .732(cuted in the script.).15 F .733(If no commands are e)5.732 F
+-.15(xe)-.15 G .733(cuted, the e).15 F .733(xit status is 0.)-.15 F .733
+(Bash \214rst at-)5.733 F .087
+(tempts to open the \214le in the current directory)108 532.8 R 2.587
+(,a)-.65 G .086
+(nd, if no \214le is found, then searches the directories in)-2.587 F F3
+-.666(PA)2.586 G(TH)-.189 E F1(for the script.)108 544.8 Q F4(INV)72
+561.6 Q(OCA)-.493 E(TION)-1.04 E F1(A)108 573.6 Q F0(lo)2.5 E(gin shell)
+-.1 E F1(is one whose \214rst character of ar)2.5 E(gument zero is a)
+-.18 E F2<ad>2.5 E F1 2.5(,o)C 2.5(ro)-2.5 G(ne started with the)-2.5 E
+F2(\255\255login)2.5 E F1(option.)2.5 E(An)108 590.4 Q F0(inter)2.733 E
+(active)-.15 E F1 .234(shell is one started without non-option ar)2.733
+F .234(guments \(unless)-.18 F F2<ad73>2.734 E F1 .234
+(is speci\214ed\) and without the)2.734 F F2<ad63>2.734 E F1 2.787(opti\
+on, whose standard input and standard error are both connected to termi\
+nals \(as determined by)108 602.4 R F0(isatty)108.01 614.4 Q F1 .375
+(\(3\)\), or one started with the).32 F F2<ad69>2.875 E F1(option.)2.875
+E F2(Bash)5.375 E F1(sets)2.875 E F3(PS1)2.876 E F1(and)2.626 E F2<24ad>
+2.876 E F1(includes)2.876 E F2(i)2.876 E F1 .376
+(if the shell is interacti)2.876 F -.15(ve)-.25 G 2.876(,s).15 G 2.876
+(oa)-2.876 G(shell script or a startup \214le can test this state.)108
+626.4 Q .033(The follo)108 643.2 R .033(wing paragraphs describe ho)-.25
 F(w)-.25 E F2(bash)2.532 E F1 -.15(exe)2.532 G .032
 (cutes its startup \214les.).15 F .032(If an)5.032 F 2.532(yo)-.15 G
-2.532(ft)-2.532 G .032(he \214les e)-2.532 F .033(xist b)-.15 F .033
-(ut cannot be)-.2 F(read,)108 597.6 Q F2(bash)2.6 E F1 .1
-(reports an error)2.6 F 5.1(.T)-.55 G .1(ildes are e)-5.45 F .099
-(xpanded in \214lenames as described belo)-.15 F 2.599(wu)-.25 G(nder)
--2.599 E F2 -.18(Ti)2.599 G .099(lde Expansion).18 F F1(in)2.599 E(the)
-108 609.6 Q F3(EXP)2.5 E(ANSION)-.666 E F1(section.)2.25 E(When)108
-626.4 Q F2(bash)2.895 E F1 .395(is in)2.895 F -.2(vo)-.4 G -.1(ke).2 G
-2.895(da).1 G 2.895(sa)-2.895 G 2.895(ni)-2.895 G(nteracti)-2.895 E .695
--.15(ve l)-.25 H .396(ogin shell, or as a non-interacti).15 F .696 -.15
-(ve s)-.25 H .396(hell with the).15 F F2(\255\255login)2.896 E F1 .396
-(option, it)2.896 F 1.334(\214rst reads and e)108 638.4 R -.15(xe)-.15 G
-1.334(cutes commands from the \214le).15 F F0(/etc/pr)3.834 E(o\214le)
--.45 E F1 3.834(,i)C 3.833(ft)-3.834 G 1.333(hat \214le e)-3.833 F 3.833
-(xists. After)-.15 F 1.333(reading that \214le, it)3.833 F 1.475
-(looks for)108 650.4 R F0(\001/.bash_pr)3.975 E(o\214le)-.45 E F1(,)A F0
-(\001/.bash_lo)3.975 E(gin)-.1 E F1 3.975(,a)C(nd)-3.975 E F0(\001/.pr)
-3.975 E(o\214le)-.45 E F1 3.975(,i)C 3.975(nt)-3.975 G 1.475(hat order)
--3.975 F 3.976(,a)-.4 G 1.476(nd reads and e)-3.976 F -.15(xe)-.15 G
-1.476(cutes commands).15 F .183(from the \214rst one that e)108 662.4 R
-.183(xists and is readable.)-.15 F(The)5.183 E F2(\255\255nopr)2.683 E
-(o\214le)-.18 E F1 .182(option may be used when the shell is started)
-2.683 F(to inhibit this beha)108 674.4 Q(vior)-.2 E(.)-.55 E 1.104
-(When an interacti)108 691.2 R 1.404 -.15(ve l)-.25 H 1.104
-(ogin shell e).15 F 1.104(xits, or a non-interacti)-.15 F 1.404 -.15
-(ve l)-.25 H 1.104(ogin shell e).15 F -.15(xe)-.15 G 1.104(cutes the).15
-F F2(exit)3.604 E F1 -.2(bu)3.604 G 1.104(iltin command,).2 F F2(bash)
-108 703.2 Q F1(reads and e)2.5 E -.15(xe)-.15 G
-(cutes commands from the \214le).15 E F0(\001/.bash_lo)2.5 E(gout)-.1 E
-F1 2.5(,i)C 2.5(fi)-2.5 G 2.5(te)-2.5 G(xists.)-2.65 E 1.698
-(When an interacti)108 720 R 1.998 -.15(ve s)-.25 H 1.698
-(hell that is not a login shell is started,).15 F F2(bash)4.197 E F1
-1.697(reads and e)4.197 F -.15(xe)-.15 G 1.697(cutes commands from).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(2)198.45 E 0 Cg EP
+2.532(ft)-2.532 G .032(he \214les e)-2.532 F .032(xist b)-.15 F .032
+(ut cannot be)-.2 F(read,)108 655.2 Q F2(bash)2.599 E F1 .099
+(reports an error)2.599 F 5.099(.T)-.55 G .099(ildes are e)-5.449 F .099
+(xpanded in \214lenames as described belo)-.15 F 2.6(wu)-.25 G(nder)-2.6
+E F2 -.18(Ti)2.6 G .1(lde Expansion).18 F F1(in)2.6 E(the)108 667.2 Q F3
+(EXP)2.5 E(ANSION)-.666 E F1(section.)2.25 E(When)108 684 Q F2(bash)
+2.896 E F1 .396(is in)2.896 F -.2(vo)-.4 G -.1(ke).2 G 2.896(da).1 G
+2.896(sa)-2.896 G 2.896(ni)-2.896 G(nteracti)-2.896 E .696 -.15(ve l)
+-.25 H .396(ogin shell, or as a non-interacti).15 F .695 -.15(ve s)-.25
+H .395(hell with the).15 F F2(\255\255login)2.895 E F1 .395(option, it)
+2.895 F 1.137(\214rst reads and e)108 696 R -.15(xe)-.15 G 1.137
+(cutes commands from the \214le).15 F F0(/etc/pr)5.303 E(o\214le)-.45 E
+F1 3.638(,i)1.666 G 3.638(ft)-3.638 G 1.138(hat \214le e)-3.638 F 3.638
+(xists. After)-.15 F 1.138(reading that \214le, it)3.638 F .707
+(looks for)108 708 R F0(\001/.bash_pr)4.873 E(o\214le)-.45 E F1(,)1.666
+E F0(\001/.bash_lo)4.873 E(gin)-.1 E F1 3.207(,a)1.666 G(nd)-3.207 E F0
+(\001/.pr)4.873 E(o\214le)-.45 E F1 3.207(,i)1.666 G 3.206(nt)-3.207 G
+.706(hat order)-3.206 F 3.206(,a)-.4 G .706(nd reads and e)-3.206 F -.15
+(xe)-.15 G .706(cutes commands).15 F .182(from the \214rst one that e)
+108 720 R .182(xists and is readable.)-.15 F(The)5.183 E F2
+(\255\255nopr)2.683 E(o\214le)-.18 E F1 .183
+(option may be used when the shell is started)2.683 F(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(2)195.395 E 0 Cg EP
 %%Page: 3 3
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(\001/.bashr)108 84 Q(c)-.37 E F1 3.477(,i)C
-3.477(ft)-3.477 G .977(hat \214le e)-3.477 F 3.477(xists. This)-.15 F
-.978(may be inhibited by using the)3.477 F/F2 10/Times-Bold@0 SF
-<adad6e6f72>3.478 E(c)-.18 E F1 3.478(option. The)3.478 F F2<adad72>
-3.478 E(c\214le)-.18 E F0(\214le)3.478 E F1(option)3.478 E(will force)
-108 96 Q F2(bash)2.5 E F1(to read and e)2.5 E -.15(xe)-.15 G
-(cute commands from).15 E F0(\214le)2.5 E F1(instead of)2.5 E F0
-(\001/.bashr)2.5 E(c)-.37 E F1(.)A(When)108 112.8 Q F2(bash)5.306 E F1
-2.806(is started non-interacti)5.306 F -.15(ve)-.25 G(ly).15 E 5.306(,t)
--.65 G 5.306(or)-5.306 G 2.806(un a shell script, for e)-5.306 F 2.805
+.25 E F1(\(1\)).95 E(to inhibit this beha)108 84 Q(vior)-.2 E(.)-.55 E
+1.104(When an interacti)108 100.8 R 1.404 -.15(ve l)-.25 H 1.104
+(ogin shell e).15 F 1.104(xits, or a non-interacti)-.15 F 1.404 -.15
+(ve l)-.25 H 1.104(ogin shell e).15 F -.15(xe)-.15 G 1.104(cutes the).15
+F/F2 10/Times-Bold@0 SF(exit)3.604 E F1 -.2(bu)3.604 G 1.104
+(iltin command,).2 F F2(bash)108 112.8 Q F1(reads and e)2.5 E -.15(xe)
+-.15 G(cutes commands from the \214le).15 E F0(\001/.bash_lo)4.166 E
+(gout)-.1 E F1 2.5(,i)1.666 G 2.5(fi)-2.5 G 2.5(te)-2.5 G(xists.)-2.65 E
+1.697(When an interacti)108 129.6 R 1.997 -.15(ve s)-.25 H 1.698
+(hell that is not a login shell is started,).15 F F2(bash)4.198 E F1
+1.698(reads and e)4.198 F -.15(xe)-.15 G 1.698(cutes commands from).15 F
+F0(\001/.bashr)109.666 141.6 Q(c)-.37 E F1 3.282(,i)1.666 G 3.282(ft)
+-3.282 G .782(hat \214le e)-3.282 F 3.282(xists. This)-.15 F .782
+(may be inhibited by using the)3.282 F F2<adad6e6f72>3.281 E(c)-.18 E F1
+3.281(option. The)3.281 F F2<adad72>3.281 E(c\214le)-.18 E F0(\214le)
+3.281 E F1(option)3.281 E(causes)108 153.6 Q F2(bash)2.5 E F1(to use)2.5
+E F0(\214le)2.5 E F1(instead of)2.5 E F0(\001/.bashr)4.166 E(c)-.37 E F1
+(.)1.666 E(When)108 170.4 Q F2(bash)5.305 E F1 2.805
+(is started non-interacti)5.305 F -.15(ve)-.25 G(ly).15 E 5.305(,t)-.65
+G 5.305(or)-5.305 G 2.806(un a shell script, for e)-5.305 F 2.806
 (xample, it looks for the v)-.15 F(ariable)-.25 E/F3 9/Times-Bold@0 SF
--.27(BA)108 124.8 S(SH_ENV).27 E F1 1.01(in the en)3.26 F 1.01
+-.27(BA)108 182.4 S(SH_ENV).27 E F1 1.011(in the en)3.261 F 1.011
 (vironment, e)-.4 F 1.01(xpands its v)-.15 F 1.01
-(alue if it appears there, and uses the e)-.25 F 1.011(xpanded v)-.15 F
-1.011(alue as the)-.25 F(name of a \214le to read and e)108 136.8 Q -.15
+(alue if it appears there, and uses the e)-.25 F 1.01(xpanded v)-.15 F
+1.01(alue as the)-.25 F(name of a \214le to read and e)108 194.4 Q -.15
 (xe)-.15 G(cute.).15 E F2(Bash)5 E F1(beha)2.5 E -.15(ve)-.2 G 2.5(sa)
 .15 G 2.5(si)-2.5 G 2.5(ft)-2.5 G(he follo)-2.5 E(wing command were e)
 -.25 E -.15(xe)-.15 G(cuted:).15 E/F4 10/Courier@0 SF
-(if [ \255n "$BASH_ENV" ]; then . "$BASH_ENV"; fi)144 153.6 Q F1 -.2(bu)
-108 170.4 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 F1 -.25(va)2.25 G
-(riable is not used to search for the \214lename.).25 E(If)108 187.2 Q
-F2(bash)3.417 E F1 .917(is in)3.417 F -.2(vo)-.4 G -.1(ke).2 G 3.417(dw)
-.1 G .917(ith the name)-3.417 F F2(sh)3.417 E F1 3.417(,i)C 3.417(tt)
--3.417 G .917(ries to mimic the startup beha)-3.417 F .917
-(vior of historical v)-.2 F .917(ersions of)-.15 F F2(sh)3.417 E F1(as)
-3.417 E .145
+(if [ \255n "$BASH_ENV" ]; then . "$BASH_ENV"; fi)144 211.2 Q F1 -.2(bu)
+108 228 S 2.5(td).2 G(oes not use the v)-2.5 E(alue of the)-.25 E F3
+-.666(PA)2.5 G(TH)-.189 E F1 -.25(va)2.25 G
+(riable to search for the \214lename.).25 E(If)108 244.8 Q F2(bash)3.417
+E F1 .917(is in)3.417 F -.2(vo)-.4 G -.1(ke).2 G 3.417(dw).1 G .917
+(ith the name)-3.417 F F2(sh)3.417 E F1 3.417(,i)C 3.417(tt)-3.417 G
+.917(ries to mimic the startup beha)-3.417 F .917(vior of historical v)
+-.2 F .917(ersions of)-.15 F F2(sh)3.417 E F1(as)3.417 E .145
 (closely as possible, while conforming to the POSIX standard as well.)
-108 199.2 R .145(When in)5.145 F -.2(vo)-.4 G -.1(ke).2 G 2.645(da).1 G
+108 256.8 R .145(When in)5.145 F -.2(vo)-.4 G -.1(ke).2 G 2.645(da).1 G
 2.645(sa)-2.645 G 2.645(ni)-2.645 G(nteracti)-2.645 E .445 -.15(ve l)
--.25 H(ogin).15 E 1.264(shell, or a non-interacti)108 211.2 R 1.564 -.15
+-.25 H(ogin).15 E 1.263(shell, or a non-interacti)108 268.8 R 1.563 -.15
 (ve s)-.25 H 1.264(hell with the).15 F F2(\255\255login)3.764 E F1 1.264
-(option, it \214rst attempts to read and e)3.764 F -.15(xe)-.15 G 1.263
-(cute commands).15 F(from)108 223.2 Q F0(/etc/pr)4.006 E(o\214le)-.45 E
-F1(and)3.036 E F0(\001/.pr)2.956 E(o\214le)-.45 E F1 2.856(,i).18 G
-2.856(nt)-2.856 G .356(hat order)-2.856 F 5.356(.T)-.55 G(he)-5.356 E F2
-(\255\255nopr)2.856 E(o\214le)-.18 E F1 .357
-(option may be used to inhibit this beha)2.856 F(vior)-.2 E(.)-.55 E
-.418(When in)108 235.2 R -.2(vo)-.4 G -.1(ke).2 G 2.918(da).1 G 2.918
-(sa)-2.918 G 2.918(ni)-2.918 G(nteracti)-2.918 E .718 -.15(ve s)-.25 H
-.418(hell with the name).15 F F2(sh)2.918 E F1(,)A F2(bash)2.918 E F1
-.418(looks for the v)2.918 F(ariable)-.25 E F3(ENV)2.918 E/F5 9
-/Times-Roman@0 SF(,)A F1 -.15(ex)2.667 G .417(pands its v).15 F(alue)
--.25 E .171(if it is de\214ned, and uses the e)108 247.2 R .171
-(xpanded v)-.15 F .171(alue as the name of a \214le to read and e)-.25 F
--.15(xe)-.15 G 2.671(cute. Since).15 F 2.671(as)2.671 G .171(hell in)
--2.671 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E(as)108 259.2 Q F2(sh)3.081 E F1
-.581(does not attempt to read and e)3.081 F -.15(xe)-.15 G .581
-(cute commands from an).15 F 3.08(yo)-.15 G .58
-(ther startup \214les, the)-3.08 F F2<adad72>3.08 E(c\214le)-.18 E F1
-.58(option has)3.08 F .182(no ef)108 271.2 R 2.682(fect. A)-.25 F
-(non-interacti)2.682 E .482 -.15(ve s)-.25 H .182(hell in).15 F -.2(vo)
--.4 G -.1(ke).2 G 2.682(dw).1 G .182(ith the name)-2.682 F F2(sh)2.682 E
-F1 .182(does not attempt to read an)2.682 F 2.683(yo)-.15 G .183
-(ther startup \214les.)-2.683 F(When in)108 283.2 Q -.2(vo)-.4 G -.1(ke)
-.2 G 2.5(da).1 G(s)-2.5 E F2(sh)2.5 E F1(,)A F2(bash)2.5 E F1(enters)2.5
-E F0(posix)3.75 E F1(mode after the startup \214les are read.)3.03 E
-(When)108 300 Q F2(bash)2.727 E F1 .226(is started in)2.727 F F0(posix)
-3.976 E F1 .226(mode, as with the)3.256 F F2(\255\255posix)2.726 E F1
-.226(command line option, it follo)2.726 F .226(ws the POSIX stan-)-.25
-F .341(dard for startup \214les.)108 312 R .341(In this mode, interacti)
-5.341 F .641 -.15(ve s)-.25 H .341(hells e).15 F .341(xpand the)-.15 F
-F3(ENV)2.841 E F1 -.25(va)2.591 G .342(riable and commands are read and)
-.25 F -.15(exe)108 324 S(cuted from the \214le whose name is the e).15 E
-(xpanded v)-.15 E 2.5(alue. No)-.25 F(other startup \214les are read.)
-2.5 E F2(Bash)108 340.8 Q F1 .224(attempts to determine when it is bein\
-g run with its standard input connected to a netw)2.724 F .223
-(ork connection,)-.1 F .521(as when e)108 352.8 R -.15(xe)-.15 G .521
-(cuted by the historical remote shell daemon, usually).15 F F0 -.1(rs)
-3.021 G(hd).1 E F1 3.021(,o)C 3.021(rt)-3.021 G .521
-(he secure shell daemon)-3.021 F F0(sshd)3.022 E F1 5.522(.I)C(f)-5.522
-E F2(bash)108 364.8 Q F1 1.523(determines it is being run non-interacti)
-4.023 F -.15(ve)-.25 G 1.523(ly in this f).15 F 1.522
-(ashion, it reads and e)-.1 F -.15(xe)-.15 G 1.522(cutes commands from)
-.15 F F0(\001/.bashr)108 376.8 Q(c)-.37 E F1 2.748(,i)C 2.748(ft)-2.748
-G .248(hat \214le e)-2.748 F .248(xists and is readable.)-.15 F .249
-(It will not do this if in)5.248 F -.2(vo)-.4 G -.1(ke).2 G 2.749(da).1
-G(s)-2.749 E F2(sh)2.749 E F1 5.249(.T)C(he)-5.249 E F2<adad6e6f72>2.749
-E(c)-.18 E F1 .249(option may be)2.749 F .61(used to inhibit this beha)
-108 388.8 R(vior)-.2 E 3.11(,a)-.4 G .61(nd the)-3.11 F F2<adad72>3.11 E
-(c\214le)-.18 E F1 .609
-(option may be used to force another \214le to be read, b)3.11 F .609
-(ut nei-)-.2 F(ther)108 400.8 Q F0 -.1(rs)2.5 G(hd).1 E F1(nor)2.5 E F0
-(sshd)2.5 E F1(generally in)2.5 E -.2(vo)-.4 G .2 -.1(ke t).2 H
-(he shell with those options or allo).1 E 2.5(wt)-.25 G
-(hem to be speci\214ed.)-2.5 E .433(If the shell is started with the ef)
-108 417.6 R(fecti)-.25 E .733 -.15(ve u)-.25 H .433
+(option, it \214rst attempts to read and e)3.764 F -.15(xe)-.15 G 1.264
+(cute commands).15 F(from)108 280.8 Q F0(/etc/pr)4.358 E(o\214le)-.45 E
+F1(and)4.357 E F0(\001/.pr)4.357 E(o\214le)-.45 E F1 2.691(,i)1.666 G
+2.691(nt)-2.691 G .191(hat order)-2.691 F 5.191(.T)-.55 G(he)-5.191 E F2
+(\255\255nopr)2.691 E(o\214le)-.18 E F1 .191
+(option will inhibit this beha)2.691 F(vior)-.2 E 5.191(.W)-.55 G .191
+(hen in-)-5.191 F -.2(vo)108 292.8 S -.1(ke).2 G 2.508(da).1 G 2.508(sa)
+-2.508 G 2.508(ni)-2.508 G(nteracti)-2.508 E .308 -.15(ve s)-.25 H .008
+(hell with the name).15 F F2(sh)2.508 E F1(,)A F2(bash)2.508 E F1 .008
+(looks for the v)2.508 F(ariable)-.25 E F3(ENV)2.508 E/F5 9
+/Times-Roman@0 SF(,)A F1 -.15(ex)2.258 G .008(pands its v).15 F .009
+(alue if it is de-)-.25 F .775(\214ned, and uses the e)108 304.8 R .775
+(xpanded v)-.15 F .774(alue as the name of a \214le to read and e)-.25 F
+-.15(xe)-.15 G 3.274(cute. Since).15 F 3.274(as)3.274 G .774(hell in)
+-3.274 F -.2(vo)-.4 G -.1(ke).2 G 3.274(da).1 G(s)-3.274 E F2(sh)3.274 E
+F1 .396(does not attempt to read and e)108 316.8 R -.15(xe)-.15 G .396
+(cute commands from an).15 F 2.896(yo)-.15 G .396
+(ther startup \214les, the)-2.896 F F2<adad72>2.896 E(c\214le)-.18 E F1
+.397(option has no ef-)2.896 F 3.871(fect. A)108 328.8 R(non-interacti)
+3.871 E 1.671 -.15(ve s)-.25 H 1.371(hell in).15 F -.2(vo)-.4 G -.1(ke)
+.2 G 3.871(dw).1 G 1.371(ith the name)-3.871 F F2(sh)3.871 E F1 1.37
+(does not attempt to read an)3.871 F 3.87(yo)-.15 G 1.37
+(ther startup \214les.)-3.87 F(When in)108 340.8 Q -.2(vo)-.4 G -.1(ke)
+.2 G 2.5(da).1 G(s)-2.5 E F2(sh)2.5 E F1(,)A F2(bash)2.5 E F1
+(enters posix mode after reading the startup \214les.)2.5 E(When)108
+357.6 Q F2(bash)2.793 E F1 .294(is started in posix mode, as with the)
+2.793 F F2(\255\255posix)2.794 E F1 .294(command line option, it follo)
+2.794 F .294(ws the POSIX stan-)-.25 F .621(dard for startup \214les.)
+108 369.6 R .621(In this mode, interacti)5.621 F .921 -.15(ve s)-.25 H
+.621(hells e).15 F .621(xpand the)-.15 F F3(ENV)3.121 E F1 -.25(va)2.87
+G .62(riable and read and e).25 F -.15(xe)-.15 G .62(cute com-).15 F
+(mands from the \214le whose name is the e)108 381.6 Q(xpanded v)-.15 E
+2.5(alue. No)-.25 F(other startup \214les are read.)2.5 E F2(Bash)108
+398.4 Q F1 .224(attempts to determine when it is being run with its sta\
+ndard input connected to a netw)2.723 F .224(ork connection,)-.1 F .85
+(as when e)108 410.4 R -.15(xe)-.15 G .85
+(cuted by the historical and rarely-seen remote shell daemon, usually)
+.15 F F0 -.1(rs)3.35 G(hd).1 E F1 3.35(,o)C 3.35(rt)-3.35 G .85
+(he secure shell)-3.35 F(daemon)108 422.4 Q F0(sshd)3.875 E F1 6.375(.I)
+C(f)-6.375 E F2(bash)3.875 E F1 1.376
+(determines it is being run non-interacti)3.875 F -.15(ve)-.25 G 1.376
+(ly in this f).15 F 1.376(ashion, it reads and e)-.1 F -.15(xe)-.15 G
+(cutes).15 E 1.421(commands from)108 434.4 R F0(\001/.bashr)5.587 E(c)
+-.37 E F1 3.921(,i)1.666 G 3.921(ft)-3.921 G 1.421(hat \214le e)-3.921 F
+1.421(xists and is readable.)-.15 F 1.421(It will not do this if in)
+6.421 F -.2(vo)-.4 G -.1(ke).2 G 3.921(da).1 G(s)-3.921 E F2(sh)3.921 E
+F1 6.42(.T)C(he)-6.42 E F2<adad6e6f72>108 446.4 Q(c)-.18 E F1 .292
+(option will inhibit this beha)2.792 F(vior)-.2 E 2.792(,a)-.4 G .292
+(nd the)-2.792 F F2<adad72>2.792 E(c\214le)-.18 E F1 .292
+(option will mak)2.792 F(e)-.1 E F2(bash)2.793 E F1 .293(use a dif)2.793
+F .293(ferent \214le instead)-.25 F(of)108 458.4 Q F0(\001/.bashr)5.025
+E(c)-.37 E F1 3.359(,b)1.666 G .859(ut neither)-3.559 F F0 -.1(rs)3.359
+G(hd).1 E F1(nor)3.359 E F0(sshd)3.359 E F1 .859(generally in)3.359 F
+-.2(vo)-.4 G 1.059 -.1(ke t).2 H .859
+(he shell with those options or allo).1 F 3.358(wt)-.25 G .858
+(hem to be)-3.358 F(speci\214ed.)108 470.4 Q .433
+(If the shell is started with the ef)108 487.2 R(fecti)-.25 E .733 -.15
+(ve u)-.25 H .433
 (ser \(group\) id not equal to the real user \(group\) id, and the).15 F
 F2<ad70>2.934 E F1(op-)2.934 E 1.124(tion is not supplied, no startup \
 \214les are read, shell functions are not inherited from the en)108
-429.6 R 1.124(vironment, the)-.4 F F3(SHELLOPTS)108 441.6 Q F5(,)A F3
+499.2 R 1.124(vironment, the)-.4 F F3(SHELLOPTS)108 511.2 Q F5(,)A F3
 -.27(BA)2.959 G(SHOPTS).27 E F5(,)A F3(CDP)2.959 E -.855(AT)-.666 G(H)
 .855 E F5(,)A F1(and)2.959 E F3(GLOBIGNORE)3.209 E F1 -.25(va)2.959 G
 .709(riables, if the).25 F 3.209(ya)-.15 G .71(ppear in the en)-3.209 F
-.71(vironment, are)-.4 F .905(ignored, and the ef)108 453.6 R(fecti)-.25
+.71(vironment, are)-.4 F .905(ignored, and the ef)108 523.2 R(fecti)-.25
 E 1.205 -.15(ve u)-.25 H .904(ser id is set to the real user id.).15 F
 .904(If the)5.904 F F2<ad70>3.404 E F1 .904(option is supplied at in)
-3.404 F -.2(vo)-.4 G .904(cation, the).2 F(startup beha)108 465.6 Q
+3.404 F -.2(vo)-.4 G .904(cation, the).2 F(startup beha)108 535.2 Q
 (vior is the same, b)-.2 E(ut the ef)-.2 E(fecti)-.25 E .3 -.15(ve u)
 -.25 H(ser id is not reset.).15 E/F6 10.95/Times-Bold@0 SF(DEFINITIONS)
-72 482.4 Q F1(The follo)108 494.4 Q
+72 552 Q F1(The follo)108 564 Q
 (wing de\214nitions are used throughout the rest of this document.)-.25
-E F2(blank)108 506.4 Q F1 2.5(As)144 506.4 S(pace or tab)-2.5 E(.)-.4 E
-F2 -.1(wo)108 518.4 S(rd).1 E F1 2.5(As)144 518.4 S
+E F2(blank)108 576 Q F1 2.5(As)144 576 S(pace or tab)-2.5 E(.)-.4 E F2
+-.1(wo)108 588 S(rd).1 E F1 2.5(As)144 588 S
 (equence of characters considered as a single unit by the shell.)-2.5 E
 (Also kno)5 E(wn as a)-.25 E F2(tok)2.5 E(en)-.1 E F1(.)A F2(name)108
-530.4 Q F1(A)144 530.4 Q F0(wor)3.005 E(d)-.37 E F1 .165
+600 Q F1(A)144 600 Q F0(wor)3.005 E(d)-.37 E F1 .165
 (consisting only of alphanumeric characters and underscores, and be)
 3.435 F .166(ginning with an alpha-)-.15 F
-(betic character or an underscore.)144 542.4 Q(Also referred to as an)5
-E F2(identi\214er)2.5 E F1(.)A F2(metacharacter)108 554.4 Q F1 2.5(Ac)
-144 566.4 S(haracter that, when unquoted, separates w)-2.5 E 2.5
-(ords. One)-.1 F(of the follo)2.5 E(wing:)-.25 E F2 5(|&;\(\)<>s)144
-578.4 S 2.5(pace tab newline)-5 F(contr)108 590.4 Q(ol operator)-.18 E
-F1(A)144 602.4 Q F0(tok)2.5 E(en)-.1 E F1
-(that performs a control function.)2.5 E(It is one of the follo)5 E
-(wing symbols:)-.25 E F2 2.5(|| & && ; ;; ;& ;;& \( \) | |&)144 614.4 R
-(<newline>)10 E F6(RESER)72 631.2 Q(VED W)-.602 E(ORDS)-.11 E F0 .307
-(Reserved wor)108 643.2 R(ds)-.37 E F1 .307(are w)2.807 F .307
-(ords that ha)-.1 F .607 -.15(ve a s)-.2 H .306
-(pecial meaning to the shell.).15 F .306(The follo)5.306 F .306(wing w)
--.25 F .306(ords are recognized as)-.1 F(reserv)108 655.2 Q .313
-(ed when unquoted and either the \214rst w)-.15 F .314
+(betic character or an underscore.)144 612 Q(Also referred to as an)5 E
+F2(identi\214er)2.5 E F1(.)A F2(metacharacter)108 624 Q F1 2.5(Ac)144
+636 S(haracter that, when unquoted, separates w)-2.5 E 2.5(ords. One)-.1
+F(of the follo)2.5 E(wing:)-.25 E F2 5(|&;\(\)<>s)144 648 S 2.5
+(pace tab newline)-5 F(contr)108 660 Q(ol operator)-.18 E F1(A)144 672 Q
+F0(tok)2.5 E(en)-.1 E F1(that performs a control function.)2.5 E
+(It is one of the follo)5 E(wing symbols:)-.25 E F2 2.5
+(|| & && ; ;; ;& ;;& \( \) | |&)144 684 R(<newline>)10 E F6(RESER)72
+700.8 Q(VED W)-.602 E(ORDS)-.11 E F0 .307(Reserved wor)108 712.8 R(ds)
+-.37 E F1 .307(are w)2.807 F .307(ords that ha)-.1 F .607 -.15(ve a s)
+-.2 H .306(pecial meaning to the shell.).15 F .306(The follo)5.306 F
+.306(wing w)-.25 F .306(ords are recognized as)-.1 F(reserv)108 724.8 Q
+.313(ed when unquoted and either the \214rst w)-.15 F .314
 (ord of a command \(see)-.1 F F3 .314(SHELL GRAMMAR)2.814 F F1(belo)
-2.564 E .314(w\), the third)-.25 F -.1(wo)108 667.2 S .644(rd of a).1 F
-F2(case)3.144 E F1(or)3.144 E F2(select)3.143 E F1 .643(command \(only)
-3.143 F F2(in)3.143 E F1 .643(is v)3.143 F .643(alid\), or the third w)
--.25 F .643(ord of a)-.1 F F2 -.25(fo)3.143 G(r).25 E F1 .643
-(command \(only)3.143 F F2(in)3.143 E F1(and)3.143 E F2(do)3.143 E F1
-(are v)108 679.2 Q(alid\):)-.25 E F2 11.295(!c)144 696 S 8.795(ase copr)
--11.295 F 8.795(oc do done elif else esac \214 f)-.18 F 8.795
-(or function if in select then)-.25 F 7.5(until while { } time [[ ]])144
-708 R F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(3)198.45 E 0 Cg EP
+2.564 E .314(w\), the third)-.25 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(3)195.395 E 0 Cg EP
 %%Page: 4 4
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(SHELL GRAMMAR)72 84 Q F1
-(This section describes the syntax of the v)108 96 Q
-(arious forms of shell commands.)-.25 E/F3 10/Times-Bold@0 SF
-(Simple Commands)87 112.8 Q F1(A)108 124.8 Q F0 .389(simple command)
-2.889 F F1 .389(is a sequence of optional v)2.889 F .388
-(ariable assignments follo)-.25 F .388(wed by)-.25 F F3(blank)2.888 E F1
-.388(-separated w)B .388(ords and)-.1 F .815
-(redirections, and terminated by a)108 136.8 R F0(contr)3.315 E .815
-(ol oper)-.45 F(ator)-.15 E F1 5.815(.T)C .815(he \214rst w)-5.815 F
-.816(ord speci\214es the command to be e)-.1 F -.15(xe)-.15 G(cuted,).15
-E(and is passed as ar)108 148.8 Q(gument zero.)-.18 E(The remaining w)5
-E(ords are passed as ar)-.1 E(guments to the in)-.18 E -.2(vo)-.4 G -.1
-(ke).2 G 2.5(dc).1 G(ommand.)-2.5 E(The return v)108 165.6 Q(alue of a)
--.25 E F0(simple command)2.5 E F1(is its e)2.5 E(xit status, or 128+)
--.15 E F0(n)A F1(if the command is terminated by signal)3.333 E F0(n)
-2.86 E F1(.).24 E F3(Pipelines)87 182.4 Q F1(A)108 194.4 Q F0(pipeline)
-2.996 E F1 .496(is a sequence of one or more commands separated by one \
-of the control operators)2.996 F F3(|)2.996 E F1(or)2.996 E F3(|&)2.996
-E F1 5.496(.T)C(he)-5.496 E(format for a pipeline is:)108 206.4 Q([)144
-223.2 Q F3(time)A F1([)2.5 E F3<ad70>A F1(]] [ ! ])A F0(command1)2.5 E
-F1 2.5([[)2.5 G F3(|)-2.5 E/F4 10/Symbol SF<ef>A F3(|&)A F1(])A F0
-(command2)2.5 E F1 -3.332 1.666(... ])2.5 H .799(The standard output of)
-108 240 R F0(command1)3.499 E F1 .799
-(is connected via a pipe to the standard input of)3.299 F F0(command2)
-3.5 E F1 5.8(.T).02 G .8(his con-)-5.8 F .215
-(nection is performed before an)108 252 R 2.715(yr)-.15 G .214
+.25 E F1(\(1\)).95 E -.1(wo)108 84 S .644(rd of a).1 F/F2 10
+/Times-Bold@0 SF(case)3.144 E F1(or)3.144 E F2(select)3.143 E F1 .643
+(command \(only)3.143 F F2(in)3.143 E F1 .643(is v)3.143 F .643
+(alid\), or the third w)-.25 F .643(ord of a)-.1 F F2 -.25(fo)3.143 G(r)
+.25 E F1 .643(command \(only)3.143 F F2(in)3.143 E F1(and)3.143 E F2(do)
+3.143 E F1(are v)108 96 Q(alid\):)-.25 E F2 11.295(!c)144 112.8 S 8.795
+(ase copr)-11.295 F 8.795(oc do done elif else esac \214 f)-.18 F 8.795
+(or function if in select then)-.25 F 7.5(until while { } time [[ ]])144
+124.8 R/F3 10.95/Times-Bold@0 SF(SHELL GRAMMAR)72 141.6 Q F1
+(This section describes the syntax of the v)108 153.6 Q
+(arious forms of shell commands.)-.25 E F2(Simple Commands)87 170.4 Q F1
+(A)108 182.4 Q F0 .389(simple command)2.889 F F1 .389
+(is a sequence of optional v)2.889 F .388(ariable assignments follo)-.25
+F .388(wed by)-.25 F F2(blank)2.888 E F1 .388(-separated w)B .388
+(ords and)-.1 F .815(redirections, and terminated by a)108 194.4 R F0
+(contr)3.315 E .815(ol oper)-.45 F(ator)-.15 E F1 5.815(.T)C .815
+(he \214rst w)-5.815 F .816(ord speci\214es the command to be e)-.1 F
+-.15(xe)-.15 G(cuted,).15 E(and is passed as ar)108 206.4 Q
+(gument zero.)-.18 E(The remaining w)5 E(ords are passed as ar)-.1 E
+(guments to the in)-.18 E -.2(vo)-.4 G -.1(ke).2 G 2.5(dc).1 G(ommand.)
+-2.5 E(The return v)108 223.2 Q(alue of a)-.25 E F0(simple command)2.5 E
+F1(is its e)2.5 E(xit status, or 128+)-.15 E F0(n)A F1
+(if the command is terminated by signal)3.333 E F0(n)2.86 E F1(.).24 E
+F2(Pipelines)87 240 Q F1(A)108 252 Q F0(pipeline)2.996 E F1 .496(is a s\
+equence of one or more commands separated by one of the control operato\
+rs)2.996 F F2(|)2.996 E F1(or)2.996 E F2(|&)2.996 E F1 5.496(.T)C(he)
+-5.496 E(format for a pipeline is:)108 264 Q([)144 280.8 Q F2(time)A F1
+([)2.5 E F2<ad70>A F1(]] [ ! ])A F0(command1)2.5 E F1 2.5([[)2.5 G F2(|)
+-2.5 E/F4 10/Symbol SF<ef>A F2(|&)A F1(])A F0(command2)2.5 E F1 -3.332
+1.666(... ])2.5 H .799(The standard output of)108 297.6 R F0(command1)
+3.499 E F1 .799(is connected via a pipe to the standard input of)3.299 F
+F0(command2)3.5 E F1 5.8(.T).02 G .8(his con-)-5.8 F .215
+(nection is performed before an)108 309.6 R 2.715(yr)-.15 G .214
 (edirections speci\214ed by the)-2.715 F F0(command1)2.914 E F1(\(see)A
 /F5 9/Times-Bold@0 SF(REDIRECTION)2.714 E F1(belo)2.464 E 2.714(w\). If)
--.25 F F3(|&)2.714 E F1 .126(is used,)108 264 R F0(command1)2.626 E F1
-1.226 -.55('s s)D .126(tandard error).55 F 2.626(,i)-.4 G 2.626(na)
--2.626 G .126(ddition to its standard output, is connected to)-2.626 F
-F0(command2)2.626 E F1 1.226 -.55('s s)D(tandard).55 E .028
-(input through the pipe; it is shorthand for)108 276 R F3 .028(2>&1 |)
-2.528 F F1 5.028(.T)C .028
-(his implicit redirection of the standard error to the stan-)-5.028 F
-(dard output is performed after an)108 288 Q 2.5(yr)-.15 G
-(edirections speci\214ed by)-2.5 E F0(command1)2.5 E F1(.)A .48
-(The return status of a pipeline is the e)108 304.8 R .48
-(xit status of the last command, unless the)-.15 F F3(pipefail)2.98 E F1
-.48(option is enabled.)2.98 F(If)108 316.8 Q F3(pipefail)2.687 E F1 .187
+-.25 F F2(|&)2.714 E F1 .3(is the pipeline operator)108 321.6 R(,)-.4 E
+F0(command1)2.8 E F1 1.4 -.55('s s)D .3(tandard error).55 F 2.8(,i)-.4 G
+2.8(na)-2.8 G .3(ddition to its standard output, is connected to)-2.8 F
+F0(com-)2.8 E(mand2)108 333.6 Q F1 1.752 -.55('s s)D .651
+(tandard input through the pipe; it is shorthand for).55 F F2 .651
+(2>&1 |)3.151 F F1 5.651(.T)C .651
+(his implicit redirection of the stan-)-5.651 F
+(dard error to the standard output is performed after an)108 345.6 Q 2.5
+(yr)-.15 G(edirections speci\214ed by)-2.5 E F0(command1)2.5 E F1(.)A
+.48(The return status of a pipeline is the e)108 362.4 R .48
+(xit status of the last command, unless the)-.15 F F2(pipefail)2.98 E F1
+.48(option is enabled.)2.98 F(If)108 374.4 Q F2(pipefail)2.687 E F1 .187
 (is enabled, the pipeline')2.687 F 2.687(sr)-.55 G .186
 (eturn status is the v)-2.687 F .186
 (alue of the last \(rightmost\) command to e)-.25 F .186(xit with a)-.15
-F .61(non-zero status, or zero if all commands e)108 328.8 R .611
+F .61(non-zero status, or zero if all commands e)108 386.4 R .611
 (xit successfully)-.15 F 5.611(.I)-.65 G 3.111(ft)-5.611 G .611
-(he reserv)-3.111 F .611(ed w)-.15 F(ord)-.1 E F3(!)3.111 E F1 .611
-(precedes a pipeline, the)5.611 F -.15(ex)108 340.8 S .55
-(it status of that pipeline is the logical ne).15 F -.05(ga)-.15 G .55
-(tion of the e).05 F .55(xit status as described abo)-.15 F -.15(ve)-.15
-G 5.55(.T).15 G .55(he shell w)-5.55 F .55(aits for)-.1 F
-(all commands in the pipeline to terminate before returning a v)108
-352.8 Q(alue.)-.25 E .298(If the)108 369.6 R F3(time)2.799 E F1(reserv)
-2.799 E .299(ed w)-.15 F .299(ord precedes a pipeline, the elapsed as w\
-ell as user and system time consumed by its)-.1 F -.15(exe)108 381.6 S
-.14(cution are reported when the pipeline terminates.).15 F(The)5.139 E
-F3<ad70>2.639 E F1 .139(option changes the output format to that spec-)
-2.639 F .302(i\214ed by POSIX.)108 393.6 R .303(When the shell is in)
-5.302 F F0 .303(posix mode)2.803 F F1 2.803(,i)C 2.803(td)-2.803 G .303
-(oes not recognize)-2.803 F F3(time)2.803 E F1 .303(as a reserv)2.803 F
-.303(ed w)-.15 F .303(ord if the ne)-.1 F(xt)-.15 E(tok)108 405.6 Q .485
-(en be)-.1 F .485(gins with a \231\255\232.)-.15 F(The)5.484 E F5
-(TIMEFORMA)2.984 E(T)-.855 E F1 -.25(va)2.734 G .484
-(riable may be set to a format string that speci\214es ho).25 F 2.984
-(wt)-.25 G(he)-2.984 E .879
-(timing information should be displayed; see the description of)108
-417.6 R F5(TIMEFORMA)3.38 E(T)-.855 E F1(under)3.13 E F3 .88(Shell V)
-3.38 F(ariables)-.92 E F1(be-)3.38 E(lo)108 429.6 Q -.65(w.)-.25 G .162
-(When the shell is in)108 446.4 R F0 .162(posix mode)2.662 F F1(,)A F3
-(time)2.662 E F1 .162(may be follo)2.662 F .161(wed by a ne)-.25 F 2.661
-(wline. In)-.25 F .161(this case, the shell displays the to-)2.661 F .31
-(tal user and system time consumed by the shell and its children.)108
-458.4 R(The)5.31 E F5(TIMEFORMA)2.81 E(T)-.855 E F1 -.25(va)2.56 G .31
-(riable speci\214es the).25 F(format of the time information.)108 470.4
-Q .304(Each command in a multi-command pipeline, where pipes are create\
-d, is e)108 487.2 R -.15(xe)-.15 G .303(cuted in a).15 F F0(subshell)
-2.803 E F1 2.803(,w)C .303(hich is a)-2.803 F .207(separate process.)108
-499.2 R(See)5.207 E F5 .208(COMMAND EXECUTION ENVIR)2.708 F(ONMENT)-.27
-E F1 .208(for a description of subshells and a sub-)2.458 F .927
-(shell en)108 511.2 R 3.427(vironment. If)-.4 F(the)3.427 E F3(lastpipe)
-3.427 E F1 .927(option is enabled using the)3.427 F F3(shopt)3.427 E F1
--.2(bu)3.427 G .927(iltin \(see the description of).2 F F3(shopt)3.426 E
-F1(belo)108 523.2 Q(w\), the last element of a pipeline may be run by t\
-he shell process when job control is not acti)-.25 E -.15(ve)-.25 G(.)
-.15 E F3(Lists)87 540 Q F1(A)108 552 Q F0(list)2.849 E F1 .349(is a seq\
-uence of one or more pipelines separated by one of the operators)2.849 F
-F3(;)2.85 E F1(,)A F3(&)2.85 E F1(,)A F3(&&)2.85 E F1 2.85(,o)C(r)-2.85
-E F3(||)2.85 E F1 2.85(,a)C .35(nd option-)-2.85 F
-(ally terminated by one of)108 564 Q F3(;)2.5 E F1(,)A F3(&)2.5 E F1 2.5
-(,o)C(r)-2.5 E F3(<newline>)2.5 E F1(.)A .961(Of these list operators,)
-108 580.8 R F3(&&)3.461 E F1(and)3.461 E F3(||)3.461 E F1(ha)3.461 E
-1.261 -.15(ve e)-.2 H .961(qual precedence, follo).15 F .96(wed by)-.25
-F F3(;)3.46 E F1(and)3.46 E F3(&)3.46 E F1 3.46(,w)C .96(hich ha)-3.46 F
-1.26 -.15(ve e)-.2 H .96(qual prece-).15 F(dence.)108 592.8 Q 2.5(As)108
-609.6 S(equence of one or more ne)-2.5 E(wlines may appear in a)-.25 E
-F0(list)2.5 E F1(instead of a semicolon to delimit commands.)2.5 E .029
-(If a command is terminated by the control operator)108 626.4 R F3(&)
-2.529 E F1 2.529(,t)C .029(he shell e)-2.529 F -.15(xe)-.15 G .029
+(he reserv)-3.111 F .611(ed w)-.15 F(ord)-.1 E F2(!)3.111 E F1 .611
+(precedes a pipeline, the)5.611 F -.15(ex)108 398.4 S .408
+(it status of that pipeline is the logical ne).15 F -.05(ga)-.15 G .408
+(tion of the e).05 F .408(xit status as described abo)-.15 F -.15(ve)
+-.15 G 5.408(.I).15 G 2.908(fap)-5.408 G .408(ipeline is e)-2.908 F -.15
+(xe)-.15 G(-).15 E(cuted synchronously)108 410.4 Q 2.5(,t)-.65 G
+(he shell w)-2.5 E(aits for all commands in the pipeline to terminate b\
+efore returning a v)-.1 E(alue.)-.25 E .357(If the)108 427.2 R F2(time)
+2.857 E F1(reserv)2.858 E .358(ed w)-.15 F .358(ord precedes a pipeline\
+, the shell reports the elapsed as well as user and system time)-.1 F
+.554(consumed by its e)108 439.2 R -.15(xe)-.15 G .554
+(cution when the pipeline terminates.).15 F(The)5.554 E F2<ad70>3.054 E
+F1 .553(option changes the output format to that)3.054 F .352
+(speci\214ed by POSIX.)108 451.2 R .352
+(When the shell is in posix mode, it does not recognize)5.352 F F2(time)
+2.852 E F1 .352(as a reserv)2.852 F .352(ed w)-.15 F .352(ord if the)-.1
+F(ne)108 463.2 Q .044(xt tok)-.15 F .044(en be)-.1 F .044
+(gins with a \231\255\232.)-.15 F .044(The v)5.044 F .044(alue of the)
+-.25 F F5(TIMEFORMA)2.544 E(T)-.855 E F1 -.25(va)2.294 G .043
+(riable is a format string that speci\214es ho).25 F(w)-.25 E .26
+(the timing information should be displayed; see the description of)108
+475.2 R F5(TIMEFORMA)2.76 E(T)-.855 E F1(belo)2.51 E 2.76(wu)-.25 G
+(nder)-2.76 E F2 .26(Shell V)2.76 F(ari-)-.92 E(ables)108 487.2 Q F1(.)A
+.288(When the shell is in posix mode,)108 504 R F2(time)2.787 E F1 .287
+(may appear by itself as the only w)2.787 F .287
+(ord in a simple command.)-.1 F .287(In this)5.287 F .604(case, the she\
+ll displays the total user and system time consumed by the shell and it\
+s children.)108 516 R(The)5.604 E F5(TIME-)3.104 E(FORMA)108 528 Q(T)
+-.855 E F1 -.25(va)2.25 G
+(riable speci\214es the format of the time information.).25 E .304(Each\
+ command in a multi-command pipeline, where pipes are created, is e)108
+544.8 R -.15(xe)-.15 G .303(cuted in a).15 F F0(subshell)2.803 E F1
+2.803(,w)C .303(hich is a)-2.803 F .207(separate process.)108 556.8 R
+(See)5.207 E F5 .208(COMMAND EXECUTION ENVIR)2.708 F(ONMENT)-.27 E F1
+.208(for a description of subshells and a sub-)2.458 F .927(shell en)108
+568.8 R 3.427(vironment. If)-.4 F(the)3.427 E F2(lastpipe)3.427 E F1
+.927(option is enabled using the)3.427 F F2(shopt)3.427 E F1 -.2(bu)
+3.427 G .927(iltin \(see the description of).2 F F2(shopt)3.426 E F1
+(belo)108 580.8 Q(w\), and job control is not acti)-.25 E -.15(ve)-.25 G
+2.5(,t).15 G
+(he last element of a pipeline may be run by the shell process.)-2.5 E
+F2(Lists)87 597.6 Q F1(A)108 609.6 Q F0(list)2.849 E F1 .349(is a seque\
+nce of one or more pipelines separated by one of the operators)2.849 F
+F2(;)2.85 E F1(,)A F2(&)2.85 E F1(,)A F2(&&)2.85 E F1 2.85(,o)C(r)-2.85
+E F2(||)2.85 E F1 2.85(,a)C .35(nd option-)-2.85 F
+(ally terminated by one of)108 621.6 Q F2(;)2.5 E F1(,)A F2(&)2.5 E F1
+2.5(,o)C(r)-2.5 E F2(<newline>)2.5 E F1(.)A .961
+(Of these list operators,)108 638.4 R F2(&&)3.461 E F1(and)3.461 E F2
+(||)3.461 E F1(ha)3.461 E 1.261 -.15(ve e)-.2 H .961
+(qual precedence, follo).15 F .96(wed by)-.25 F F2(;)3.46 E F1(and)3.46
+E F2(&)3.46 E F1 3.46(,w)C .96(hich ha)-3.46 F 1.26 -.15(ve e)-.2 H .96
+(qual prece-).15 F(dence.)108 650.4 Q 2.5(As)108 667.2 S
+(equence of one or more ne)-2.5 E(wlines may appear in a)-.25 E F0(list)
+2.5 E F1(instead of a semicolon to delimit commands.)2.5 E .029
+(If a command is terminated by the control operator)108 684 R F2(&)2.529
+E F1 2.529(,t)C .029(he shell e)-2.529 F -.15(xe)-.15 G .029
 (cutes the command in the).15 F F0(bac)2.529 E(kgr)-.2 E(ound)-.45 E F1
-(in)2.529 E 2.678(as)108 638.4 S 2.678(ubshell. The)-2.678 F .178
+(in)2.529 E 2.678(as)108 696 S 2.678(ubshell. The)-2.678 F .178
 (shell does not w)2.678 F .178
 (ait for the command to \214nish, and the return status is 0.)-.1 F .178
-(These are referred)5.178 F .778(to as)108 650.4 R F0(async)3.278 E(hr)
+(These are referred)5.178 F .778(to as)108 708 R F0(async)3.278 E(hr)
 -.15 E(onous)-.45 E F1 3.278(commands. Commands)3.278 F .779
-(separated by a)3.278 F F3(;)3.279 E F1 .779(are e)3.279 F -.15(xe)-.15
+(separated by a)3.278 F F2(;)3.279 E F1 .779(are e)3.279 F -.15(xe)-.15
 G .779(cuted sequentially; the shell w).15 F .779(aits for)-.1 F
-(each command to terminate in turn.)108 662.4 Q
+(each command to terminate in turn.)108 720 Q
 (The return status is the e)5 E(xit status of the last command e)-.15 E
--.15(xe)-.15 G(cuted.).15 E .172(AND and OR lists are sequences of one \
-or more pipelines separated by the)108 679.2 R F3(&&)2.671 E F1(and)
-2.671 E F3(||)2.671 E F1 .171(control operators, re-)2.671 F(specti)108
-691.2 Q -.15(ve)-.25 G(ly).15 E 5(.A)-.65 G(ND and OR lists are e)-5 E
--.15(xe)-.15 G(cuted with left associati).15 E(vity)-.25 E 5(.A)-.65 G
-2.5(nA)-5 G(ND list has the form)-2.5 E F0(command1)144 708 Q F3(&&)2.5
-E F0(command2)2.5 E(command2)108.2 724.8 Q F1(is e)2.52 E -.15(xe)-.15 G
-(cuted if, and only if,).15 E F0(command1)2.7 E F1(returns an e)2.5 E
-(xit status of zero \(success\).)-.15 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(4)198.45 E 0 Cg EP
+-.15(xe)-.15 G(cuted.).15 E(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(4)195.395 E 0 Cg EP
 %%Page: 5 5
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(An OR list has the form)108 84 Q F0(command1)144
-100.8 Q/F2 10/Times-Bold@0 SF(||)2.5 E F0(command2)2.5 E(command2)108.2
-117.6 Q F1 .434(is e)2.954 F -.15(xe)-.15 G .434(cuted if, and only if,)
-.15 F F0(command1)3.135 E F1 .435(returns a non-zero e)2.935 F .435
-(xit status.)-.15 F .435(The return status of AND)5.435 F
-(and OR lists is the e)108 129.6 Q(xit status of the last command e)-.15
-E -.15(xe)-.15 G(cuted in the list.).15 E F2(Compound Commands)87 146.4
-Q F1(A)108 158.4 Q F0 1.054(compound command)3.554 F F1 1.054
-(is one of the follo)3.554 F 3.553(wing. In)-.25 F 1.053(most cases a)
-3.553 F F0(list)3.553 E F1 1.053(in a command')3.553 F 3.553(sd)-.55 G
-1.053(escription may be)-3.553 F 1.026
-(separated from the rest of the command by one or more ne)108 170.4 R
-1.026(wlines, and may be follo)-.25 F 1.027(wed by a ne)-.25 F 1.027
-(wline in)-.25 F(place of a semicolon.)108 182.4 Q(\()108 199.2 Q F0
-(list)A F1(\))A F0(list)144 199.2 Q F1 .215(is e)2.715 F -.15(xe)-.15 G
-.215(cuted in a subshell \(see).15 F/F3 9/Times-Bold@0 SF .215
+.25 E F1(\(1\)).95 E .172(AND and OR lists are sequences of one or more\
+ pipelines separated by the)108 84 R/F2 10/Times-Bold@0 SF(&&)2.671 E F1
+(and)2.671 E F2(||)2.671 E F1 .171(control operators, re-)2.671 F
+(specti)108 96 Q -.15(ve)-.25 G(ly).15 E 5(.A)-.65 G
+(ND and OR lists are e)-5 E -.15(xe)-.15 G(cuted with left associati).15
+E(vity)-.25 E 5(.A)-.65 G 2.5(nA)-5 G(ND list has the form)-2.5 E F0
+(command1)144 112.8 Q F2(&&)2.5 E F0(command2)2.5 E(command2)108.2 129.6
+Q F1(is e)2.52 E -.15(xe)-.15 G(cuted if, and only if,).15 E F0
+(command1)2.7 E F1(returns an e)2.5 E(xit status of zero \(success\).)
+-.15 E(An OR list has the form)108 146.4 Q F0(command1)144 163.2 Q F2
+(||)2.5 E F0(command2)2.5 E(command2)108.2 180 Q F1 .434(is e)2.954 F
+-.15(xe)-.15 G .434(cuted if, and only if,).15 F F0(command1)3.135 E F1
+.435(returns a non-zero e)2.935 F .435(xit status.)-.15 F .435
+(The return status of AND)5.435 F(and OR lists is the e)108 192 Q
+(xit status of the last command e)-.15 E -.15(xe)-.15 G
+(cuted in the list.).15 E F2(Compound Commands)87 208.8 Q F1(A)108 220.8
+Q F0 1.054(compound command)3.554 F F1 1.054(is one of the follo)3.554 F
+3.553(wing. In)-.25 F 1.053(most cases a)3.553 F F0(list)3.553 E F1
+1.053(in a command')3.553 F 3.553(sd)-.55 G 1.053(escription may be)
+-3.553 F 1.026(separated from the rest of the command by one or more ne)
+108 232.8 R 1.026(wlines, and may be follo)-.25 F 1.027(wed by a ne)-.25
+F 1.027(wline in)-.25 F(place of a semicolon.)108 244.8 Q(\()108 261.6 Q
+F0(list)A F1(\))A F0(list)144 261.6 Q F1 .215(is e)2.715 F -.15(xe)-.15
+G .215(cuted in a subshell \(see).15 F/F3 9/Times-Bold@0 SF .215
 (COMMAND EXECUTION ENVIR)2.715 F(ONMENT)-.27 E F1(belo)2.465 E 2.714(wf)
--.25 G .214(or a descrip-)-2.714 F .209(tion of a subshell en)144 211.2
+-.25 G .214(or a descrip-)-2.714 F .209(tion of a subshell en)144 273.6
 R 2.709(vironment\). V)-.4 F .209(ariable assignments and b)-1.11 F .209
 (uiltin commands that af)-.2 F .21(fect the shell')-.25 F(s)-.55 E(en)
-144 223.2 Q 1.069(vironment do not remain in ef)-.4 F 1.069
+144 285.6 Q 1.069(vironment do not remain in ef)-.4 F 1.069
 (fect after the command completes.)-.25 F 1.068
-(The return status is the e)6.069 F(xit)-.15 E(status of)144 235.2 Q F0
-(list)2.5 E F1(.)A({)108 252 Q F0(list)2.5 E F1 2.5(;})C F0(list)144 252
-Q F1 .401(is simply e)2.901 F -.15(xe)-.15 G .401
-(cuted in the current shell en).15 F(vironment.)-.4 E F0(list)5.401 E F1
-.402(must be terminated with a ne)2.901 F .402(wline or)-.25 F 3.215
-(semicolon. This)144 264 R .715(is kno)3.215 F .715(wn as a)-.25 F F0
-(gr)3.215 E .715(oup command)-.45 F F1 5.715(.T)C .715
-(he return status is the e)-5.715 F .714(xit status of)-.15 F F0(list)
-3.214 E F1 5.714(.N)C(ote)-5.714 E .219(that unlik)144 276 R 2.719(et)
--.1 G .219(he metacharacters)-2.719 F F2(\()2.719 E F1(and)2.719 E F2
-(\))2.719 E F1(,)A F2({)2.719 E F1(and)2.719 E F2(})2.719 E F1(are)2.719
-E F0 -.37(re)2.72 G .22(served wor).37 F(ds)-.37 E F1 .22
-(and must occur where a reserv)2.72 F(ed)-.15 E -.1(wo)144 288 S .257
-(rd is permitted to be recognized.).1 F .257(Since the)5.257 F 2.757(yd)
--.15 G 2.756(on)-2.757 G .256(ot cause a w)-2.756 F .256(ord break, the)
--.1 F 2.756(ym)-.15 G .256(ust be separated)-2.756 F(from)144 300 Q F0
-(list)2.5 E F1(by whitespace or another shell metacharacter)2.5 E(.)-.55
-E(\(\()108 316.8 Q F0 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A(The)144
-328.8 Q F0 -.2(ex)2.551 G(pr).2 E(ession)-.37 E F1 .051(is e)2.551 F
--.25(va)-.25 G .051(luated according to the rules described belo).25 F
-2.552(wu)-.25 G(nder)-2.552 E F3 .052(ARITHMETIC EV)2.552 F(ALU)-1.215 E
-(A-)-.54 E(TION)144 340.8 Q/F4 9/Times-Roman@0 SF(.)A F1 .411(If the v)
-4.911 F .411(alue of the e)-.25 F .411(xpression is non-zero, the retur\
-n status is 0; otherwise the return status)-.15 F .186(is 1.)144 352.8 R
-(The)5.186 E F0 -.2(ex)2.686 G(pr).2 E(ession)-.37 E F1(under)2.686 E
-.186(goes the same e)-.18 F .186
-(xpansions as if it were within double quotes, b)-.15 F .187(ut double)
--.2 F(quote characters in)144 364.8 Q F0 -.2(ex)2.5 G(pr).2 E(ession)
--.37 E F1(are not treated specially and are remo)2.5 E -.15(ve)-.15 G
-(d.).15 E F2([[)108 381.6 Q F0 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F2(]])
-2.5 E F1 .003(Return a status of 0 or 1 depending on the e)144 393.6 R
--.25(va)-.25 G .003(luation of the conditional e).25 F(xpression)-.15 E
-F0 -.2(ex)2.503 G(pr).2 E(ession)-.37 E F1 5.003(.E)C(x-)-5.003 E .758
-(pressions are composed of the primaries described belo)144 405.6 R
-3.259(wu)-.25 G(nder)-3.259 E F3(CONDITION)3.259 E .759(AL EXPRESSIONS)
--.18 F F4(.)A F1 .065(The w)144 417.6 R .065(ords between the)-.1 F F2
-([[)2.565 E F1(and)2.565 E F2(]])2.565 E F1 .065(do not under)2.565 F
-.065(go w)-.18 F .065(ord splitting and pathname e)-.1 F 2.565
-(xpansion. The)-.15 F(shell)2.565 E .483(performs tilde e)144 429.6 R
-.483(xpansion, parameter and v)-.15 F .483(ariable e)-.25 F .483
-(xpansion, arithmetic e)-.15 F .483(xpansion, command sub-)-.15 F .201
-(stitution, process substitution, and quote remo)144 441.6 R -.25(va)
--.15 G 2.701(lo).25 G 2.701(nt)-2.701 G .201(hose w)-2.701 F .201
-(ords \(the e)-.1 F .2(xpansions that w)-.15 F .2(ould occur)-.1 F .382
-(if the w)144 453.6 R .382(ords were enclosed in double quotes\).)-.1 F
-.382(Conditional operators such as)5.382 F F2<ad66>2.882 E F1 .382
-(must be unquoted)2.882 F(to be recognized as primaries.)144 465.6 Q
-(When used with)144 482.4 Q F2([[)2.5 E F1 2.5(,t)C(he)-2.5 E F2(<)2.5 E
-F1(and)2.5 E F2(>)2.5 E F1(operators sort le)2.5 E
+(The return status is the e)6.069 F(xit)-.15 E(status of)144 297.6 Q F0
+(list)2.5 E F1(.)A({)108 314.4 Q F0(list)2.5 E F1 2.5(;})C F0(list)144
+314.4 Q F1 .714(is e)3.214 F -.15(xe)-.15 G .714
+(cuted in the current shell en).15 F(vironment.)-.4 E F0(list)5.714 E F1
+.715(must be terminated with a ne)3.214 F .715(wline or semi-)-.25 F 2.5
+(colon. This)144 326.4 R(is kno)2.5 E(wn as a)-.25 E F0(gr)2.5 E
+(oup command)-.45 E F1 5(.T)C(he return status is the e)-5 E
+(xit status of)-.15 E F0(list)2.5 E F1(.)A .244(Note that unlik)144
+343.2 R 2.744(et)-.1 G .244(he metacharacters)-2.744 F F2(\()2.744 E F1
+(and)2.744 E F2(\))2.744 E F1(,)A F2({)2.744 E F1(and)2.744 E F2(})2.744
+E F1(are)2.744 E F0 -.37(re)2.744 G .244(served wor).37 F(ds)-.37 E F1
+.243(and must occur where a re-)2.743 F(serv)144 355.2 Q .951(ed w)-.15
+F .951(ord is permitted to be recognized.)-.1 F .951(Since the)5.951 F
+3.451(yd)-.15 G 3.451(on)-3.451 G .951(ot cause a w)-3.451 F .951
+(ord break, the)-.1 F 3.452(ym)-.15 G .952(ust be)-3.452 F
+(separated from)144 367.2 Q F0(list)2.5 E F1
+(by whitespace or another shell metacharacter)2.5 E(.)-.55 E(\(\()108
+384 Q F0 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A 2.214(The arithmetic)
+144 396 R F0 -.2(ex)4.714 G(pr).2 E(ession)-.37 E F1 2.214(is e)4.714 F
+-.25(va)-.25 G 2.213(luated according to the rules described belo).25 F
+4.713(wu)-.25 G(nder)-4.713 E F3(ARITH-)4.713 E .348(METIC EV)144 408 R
+(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F1
+.348(If the v)4.848 F .348(alue of the e)-.25 F .349
+(xpression is non-zero, the return status is 0; otherwise)-.15 F .782
+(the return status is 1.)144 420 R(The)5.782 E F0 -.2(ex)3.282 G(pr).2 E
+(ession)-.37 E F1(under)3.282 E .782(goes the same e)-.18 F .782
+(xpansions as if it were within double)-.15 F(quotes, b)144 432 Q
+(ut double quote characters in)-.2 E F0 -.2(ex)2.5 G(pr).2 E(ession)-.37
+E F1(are not treated specially and are remo)2.5 E -.15(ve)-.15 G(d.).15
+E F2([[)108 448.8 Q F0 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F2(]])2.5 E F1
+(Ev)144 460.8 Q 2.273(aluate the conditional e)-.25 F(xpression)-.15 E
+F0 -.2(ex)4.774 G(pr).2 E(ession)-.37 E F1 2.274
+(and return a status of zero \(true\) or non-zero)4.774 F(\(f)144 472.8
+Q 3.664(alse\). Expressions)-.1 F 1.164
+(are composed of the primaries described belo)3.664 F 3.663(wu)-.25 G
+(nder)-3.663 E F3(CONDITION)3.663 E 1.163(AL EX-)-.18 F(PRESSIONS)144
+484.8 Q F4(.)A F1 .137(The w)4.637 F .137(ords between the)-.1 F F2([[)
+2.637 E F1(and)2.637 E F2(]])2.637 E F1 .137(do not under)2.637 F .137
+(go w)-.18 F .137(ord splitting and pathname e)-.1 F(xpan-)-.15 E 2.762
+(sion. The)144 496.8 R .262(shell performs tilde e)2.762 F .262
+(xpansion, parameter and v)-.15 F .262(ariable e)-.25 F .261
+(xpansion, arithmetic e)-.15 F(xpansion,)-.15 E .282
+(command substitution, process substitution, and quote remo)144 508.8 R
+-.25(va)-.15 G 2.782(lo).25 G 2.782(nt)-2.782 G .282(hose w)-2.782 F
+2.782(ords. Conditional)-.1 F(oper)2.782 E(-)-.2 E(ators such as)144
+520.8 Q F2<ad66>2.5 E F1
+(must be unquoted to be recognized as primaries.)2.5 E(When used with)
+144 537.6 Q F2([[)2.5 E F1 2.5(,t)C(he)-2.5 E F2(<)2.5 E F1(and)2.5 E F2
+(>)2.5 E F1(operators sort le)2.5 E
 (xicographically using the current locale.)-.15 E .503(When the)144
-499.2 R F2(==)3.003 E F1(and)3.002 E F2(!=)3.002 E F1 .502(operators ar\
+554.4 R F2(==)3.003 E F1(and)3.002 E F2(!=)3.002 E F1 .502(operators ar\
 e used, the string to the right of the operator is considered a pat-)
 3.002 F .81(tern and matched according to the rules described belo)144
-511.2 R 3.31(wu)-.25 G(nder)-3.31 E F2 -.1(Pa)3.31 G(tter).1 E 3.31(nM)
+566.4 R 3.31(wu)-.25 G(nder)-3.31 E F2 -.1(Pa)3.31 G(tter).1 E 3.31(nM)
 -.15 G(atching)-3.31 E F1 3.31(,a)C 3.31(si)-3.31 G 3.31(ft)-3.31 G(he)
--3.31 E F2(ext-)3.31 E(glob)144 523.2 Q F1 .313
+-3.31 E F2(ext-)3.31 E(glob)144 578.4 Q F1 .313
 (shell option were enabled.)2.814 F(The)5.313 E F2(=)2.813 E F1 .313
 (operator is equi)2.813 F -.25(va)-.25 G .313(lent to).25 F F2(==)2.813
 E F1 5.313(.I)C 2.813(ft)-5.313 G(he)-2.813 E F2(nocasematch)2.813 E F1
 .313(shell op-)2.813 F .029
-(tion is enabled, the match is performed without re)144 535.2 R -.05(ga)
+(tion is enabled, the match is performed without re)144 590.4 R -.05(ga)
 -.15 G .03(rd to the case of alphabetic characters.).05 F .03(The re-)
-5.03 F .259(turn v)144 547.2 R .259(alue is 0 if the string matches \()
--.25 F F2(==)A F1 2.759(\)o)C 2.759(rd)-2.759 G .259(oes not match \()
--2.759 F F2(!=)A F1 2.759(\)t)C .259(he pattern, and 1 otherwise.)-2.759
-F(An)5.258 E(y)-.15 E(part of the pattern may be quoted to force the qu\
-oted portion to be matched as a string.)144 559.2 Q .133
-(An additional binary operator)144 576 R(,)-.4 E F2<3d01>2.633 E F1
+5.03 F .807(turn v)144 602.4 R .807(alue is 0 if the string matches \()
+-.25 F F2(==)A F1 3.307(\)o)C 3.307(rd)-3.307 G .807(oes not match \()
+-3.307 F F2(!=)A F1 3.307(\)t)C .807(he pattern, and 1 otherwise.)-3.307
+F(If)5.806 E(an)144 614.4 Q 3.099(yp)-.15 G .599(art of the pattern is \
+quoted, the quoted portion is matched as a string: e)-3.099 F -.15(ve)
+-.25 G .6(ry character in the).15 F
+(quoted portion matches itself, instead of ha)144 626.4 Q(ving an)-.2 E
+2.5(ys)-.15 G(pecial pattern matching meaning.)-2.5 E .133
+(An additional binary operator)144 643.2 R(,)-.4 E F2<3d01>2.633 E F1
 2.633(,i)C 2.633(sa)-2.633 G -.25(va)-2.833 G .133
 (ilable, with the same precedence as).25 F F2(==)2.633 E F1(and)2.633 E
 F2(!=)2.633 E F1 5.133(.W)C .133(hen it is)-5.133 F .182
 (used, the string to the right of the operator is considered a POSIX e)
-144 588 R .182(xtended re)-.15 F .181(gular e)-.15 F .181(xpression and)
--.15 F 2.623(matched accordingly \(using the POSIX)144 600 R F0 -.37(re)
-5.124 G(gcomp)-.03 E F1(and)5.124 E F0 -.37(re)5.124 G -.1(ge)-.03 G
-(xec)-.1 E F1(interf)5.124 E 2.624(aces usually described in)-.1 F F0
--.37(re)144 612 S -.1(ge)-.03 G(x)-.1 E F1 3.241(\(3\)\). The).53 F .741
-(return v)3.241 F .741
+144 655.2 R .182(xtended re)-.15 F .182(gular e)-.15 F .182
+(xpression and)-.15 F 2.624(matched accordingly \(using the POSIX)144
+667.2 R F0 -.37(re)5.124 G(gcomp)-.03 E F1(and)5.124 E F0 -.37(re)5.124
+G -.1(ge)-.03 G(xec)-.1 E F1(interf)5.123 E 2.623
+(aces usually described in)-.1 F F0 -.37(re)144 679.2 S -.1(ge)-.03 G(x)
+-.1 E F1 3.24(\(3\)\). The).53 F .74(return v)3.24 F .741
 (alue is 0 if the string matches the pattern, and 1 otherwise.)-.25 F
-.74(If the re)5.74 F(gular)-.15 E -.15(ex)144 624 S .508
+.741(If the re)5.741 F(gular)-.15 E -.15(ex)144 691.2 S .509
 (pression is syntactically incorrect, the conditional e).15 F
-(xpression')-.15 E 3.008(sr)-.55 G .509(eturn v)-3.008 F .509
-(alue is 2.)-.25 F .509(If the)5.509 F F2(nocase-)3.009 E(match)144 636
-Q F1 1.307(shell option is enabled, the match is performed without re)
-3.807 F -.05(ga)-.15 G 1.306(rd to the case of alphabetic).05 F 2.599
-(characters. If)144 648 R(an)2.599 E 2.599(yp)-.15 G .099
-(art of the pattern is quoted, the quoted portion is matched literally)
--2.599 F 5.1(.T)-.65 G .1(his means)-5.1 F -2.15 -.25(ev e)144 660 T
-.032(ry character in the quoted portion matches itself, instead of ha)
-.25 F .031(ving an)-.2 F 2.531(ys)-.15 G .031(pecial pattern matching)
--2.531 F 3.041(meaning. If)144 672 R .542
-(the pattern is stored in a shell v)3.041 F .542(ariable, quoting the v)
--.25 F .542(ariable e)-.25 F .542(xpansion forces the en-)-.15 F 1.825
-(tire pattern to be matched literally)144 684 R 6.825(.T)-.65 G 1.825
-(reat brack)-7.175 F 1.825(et e)-.1 F 1.825(xpressions in re)-.15 F
-1.825(gular e)-.15 F 1.825(xpressions carefully)-.15 F(,)-.65 E(since n\
-ormal quoting and pattern characters lose their meanings between brack)
-144 696 Q(ets.)-.1 E .708(The pattern will match if it matches an)144
-712.8 R 3.208(yp)-.15 G .708(art of the string.)-3.208 F .708
-(Anchor the pattern using the)5.708 F F2<00>3.208 E F1(and)3.208 E F2($)
-3.208 E F1(re)144 724.8 Q 4.507(gular e)-.15 F 4.506
-(xpression operators to force it to match the entire string.)-.15 F
-4.506(The array v)9.506 F(ariable)-.25 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(5)198.45 E 0 Cg EP
+(xpression')-.15 E 3.008(sr)-.55 G .508(eturn v)-3.008 F .508
+(alue is 2.)-.25 F .508(If the)5.508 F F2(nocase-)3.008 E(match)144
+703.2 Q F1 1.307
+(shell option is enabled, the match is performed without re)3.806 F -.05
+(ga)-.15 G 1.307(rd to the case of alphabetic).05 F(characters.)144
+715.2 Q(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(5)195.395 E 0 Cg
+EP
 %%Page: 6 6
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 9/Times-Bold@0 SF -.27(BA)144 84 S(SH_REMA).27 E
-(TCH)-.855 E F1 3.36
-(records which parts of the string matched the pattern.)5.61 F 3.36
-(The element of)8.36 F F2 -.27(BA)144 96 S(SH_REMA).27 E(TCH)-.855 E F1
-.768(with inde)3.018 F 3.268(x0c)-.15 G .768
-(ontains the portion of the string matching the entire re)-3.268 F .767
-(gular e)-.15 F(x-)-.15 E 3.54(pression. Substrings)144 108 R 1.04
-(matched by parenthesized sube)3.54 F 1.04(xpressions within the re)-.15
-F 1.04(gular e)-.15 F 1.04(xpression are)-.15 F(sa)144 120 Q -.15(ve)-.2
-G 2.713(di).15 G 2.713(nt)-2.713 G .213(he remaining)-2.713 F F2 -.27
-(BA)2.713 G(SH_REMA).27 E(TCH)-.855 E F1 .212(indices. The element of)
-2.463 F F2 -.27(BA)2.712 G(SH_REMA).27 E(TCH)-.855 E F1 .212(with inde)
-2.462 F(x)-.15 E F0(n)2.712 E F1 1.025
-(is the portion of the string matching the)144 132 R F0(n)3.525 E F1
-1.025(th parenthesized sube)B(xpression.)-.15 E/F3 10/Times-Bold@0 SF
-(Bash)6.025 E F1(sets)3.525 E F2 -.27(BA)3.525 G(SH_RE-).27 E(MA)144 144
-Q(TCH)-.855 E F1(in the global scope; declaring it as a local v)2.25 E
-(ariable will lead to une)-.25 E(xpected results.)-.15 E .786
-(Expressions may be combined using the follo)144 160.8 R .785
+.25 E F1(\(1\)).95 E .244(If an)144 84 R 2.744(yp)-.15 G .244
+(art of the pattern is quoted, the quoted portion is matched literally)
+-2.744 F 2.744(,a)-.65 G 2.744(sa)-2.744 G(bo)-2.744 E -.15(ve)-.15 G
+5.244(.I).15 G 2.743(ft)-5.244 G .243(he pattern)-2.743 F .368
+(is stored in a shell v)144 96 R .368(ariable, quoting the v)-.25 F .368
+(ariable e)-.25 F .368(xpansion forces the entire pattern to be matched)
+-.15 F(literally)144 108 Q 5.39(.T)-.65 G .39(reat brack)-5.74 F .389
+(et e)-.1 F .389(xpressions in re)-.15 F .389(gular e)-.15 F .389
+(xpressions carefully)-.15 F 2.889(,s)-.65 G .389
+(ince normal quoting and pat-)-2.889 F
+(tern characters lose their meanings between brack)144 120 Q(ets.)-.1 E
+.708(The pattern will match if it matches an)144 136.8 R 3.208(yp)-.15 G
+.708(art of the string.)-3.208 F .708(Anchor the pattern using the)5.708
+F/F2 10/Times-Bold@0 SF<00>3.208 E F1(and)3.208 E F2($)3.208 E F1(re)144
+148.8 Q(gular e)-.15 E
+(xpression operators to force it to match the entire string.)-.15 E .751
+(The array v)144 165.6 R(ariable)-.25 E/F3 9/Times-Bold@0 SF -.27(BA)
+3.251 G(SH_REMA).27 E(TCH)-.855 E F1 .751
+(records which parts of the string matched the pattern.)3.001 F(The)5.75
+E .825(element of)144 177.6 R F3 -.27(BA)3.325 G(SH_REMA).27 E(TCH)-.855
+E F1 .825(with inde)3.075 F 3.325(x0c)-.15 G .825
+(ontains the portion of the string matching the entire)-3.325 F(re)144
+189.6 Q 1.515(gular e)-.15 F 4.015(xpression. Substrings)-.15 F 1.515
+(matched by parenthesized sube)4.015 F 1.515(xpressions within the re)
+-.15 F 1.515(gular e)-.15 F(x-)-.15 E .146(pression are sa)144 201.6 R
+-.15(ve)-.2 G 2.646(di).15 G 2.646(nt)-2.646 G .146(he remaining)-2.646
+F F3 -.27(BA)2.646 G(SH_REMA).27 E(TCH)-.855 E F1 2.647(indices. The)
+2.396 F .147(element of)2.647 F F3 -.27(BA)2.647 G(SH_REMA).27 E(TCH)
+-.855 E F1 .514(with inde)144 213.6 R(x)-.15 E F0(n)3.014 E F1 .514
+(is the portion of the string matching the)3.014 F F0(n)3.014 E F1 .514
+(th parenthesized sube)B(xpression.)-.15 E F2(Bash)5.514 E F1(sets)3.014
+E F3 -.27(BA)144 225.6 S(SH_REMA).27 E(TCH)-.855 E F1 .659
+(in the global scope; declaring it as a local v)2.909 F .66
+(ariable will lead to une)-.25 F .66(xpected re-)-.15 F(sults.)144 237.6
+Q .786(Expressions may be combined using the follo)144 254.4 R .785
 (wing operators, listed in decreasing order of prece-)-.25 F(dence:)144
-172.8 Q F3(\()144 189.6 Q F0 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F3(\))
-2.5 E F1 .522(Returns the v)180 201.6 R .522(alue of)-.25 F F0 -.2(ex)
+266.4 Q F2(\()144 283.2 Q F0 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F2(\))
+2.5 E F1 .522(Returns the v)180 295.2 R .522(alue of)-.25 F F0 -.2(ex)
 3.022 G(pr).2 E(ession)-.37 E F1 5.522(.T)C .522(his may be used to o)
 -5.522 F -.15(ve)-.15 G .522(rride the normal precedence of).15 F
-(operators.)180 213.6 Q F3(!)144 225.6 Q F0 -.2(ex)2.5 G(pr).2 E(ession)
--.37 E F1 -.35(Tr)180 237.6 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E
-(ession)-.37 E F1(is f)2.74 E(alse.)-.1 E F0 -.2(ex)144 249.6 S(pr).2 E
-(ession1)-.37 E F3(&&)2.5 E F0 -.2(ex)2.5 G(pr).2 E(ession2)-.37 E F1
--.35(Tr)180 261.6 S(ue if both).35 E F0 -.2(ex)2.5 G(pr).2 E(ession1)
+(operators.)180 307.2 Q F2(!)144 319.2 Q F0 -.2(ex)2.5 G(pr).2 E(ession)
+-.37 E F1 -.35(Tr)180 331.2 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E
+(ession)-.37 E F1(is f)2.74 E(alse.)-.1 E F0 -.2(ex)144 343.2 S(pr).2 E
+(ession1)-.37 E F2(&&)2.5 E F0 -.2(ex)2.5 G(pr).2 E(ession2)-.37 E F1
+-.35(Tr)180 355.2 S(ue if both).35 E F0 -.2(ex)2.5 G(pr).2 E(ession1)
 -.37 E F1(and)2.5 E F0 -.2(ex)2.5 G(pr).2 E(ession2)-.37 E F1(are true.)
-2.52 E F0 -.2(ex)144 273.6 S(pr).2 E(ession1)-.37 E F3(||)2.5 E F0 -.2
-(ex)2.5 G(pr).2 E(ession2)-.37 E F1 -.35(Tr)180 285.6 S(ue if either).35
+2.52 E F0 -.2(ex)144 367.2 S(pr).2 E(ession1)-.37 E F2(||)2.5 E F0 -.2
+(ex)2.5 G(pr).2 E(ession2)-.37 E F1 -.35(Tr)180 379.2 S(ue if either).35
 E F0 -.2(ex)2.5 G(pr).2 E(ession1)-.37 E F1(or)2.5 E F0 -.2(ex)2.5 G(pr)
-.2 E(ession2)-.37 E F1(is true.)2.52 E(The)144 302.4 Q F3(&&)2.676 E F1
-(and)2.676 E F3(||)2.676 E F1 .175(operators do not e)2.676 F -.25(va)
+.2 E(ession2)-.37 E F1(is true.)2.52 E(The)144 396 Q F2(&&)2.676 E F1
+(and)2.676 E F2(||)2.676 E F1 .175(operators do not e)2.676 F -.25(va)
 -.25 G(luate).25 E F0 -.2(ex)2.675 G(pr).2 E(ession2)-.37 E F1 .175
 (if the v)2.675 F .175(alue of)-.25 F F0 -.2(ex)2.675 G(pr).2 E(ession1)
 -.37 E F1 .175(is suf)2.675 F .175(\214cient to de-)-.25 F
-(termine the return v)144 314.4 Q(alue of the entire conditional e)-.25
-E(xpression.)-.15 E F3 -.25(fo)108 331.2 S(r).25 E F0(name)2.5 E F1 2.5
-([[)2.5 G F3(in)A F1([)2.5 E F0(wor)2.5 E 2.5(d.)-.37 G 1.666(..)-.834 G
-F1 2.5(]];]).834 G F3(do)A F0(list)2.5 E F1(;)2.5 E F3(done)2.5 E F1
-.423(The list of w)144 343.2 R .423(ords follo)-.1 F(wing)-.25 E F3(in)
-2.923 E F1 .423(is e)2.923 F .423(xpanded, generating a list of items.)
--.15 F .424(The v)5.424 F(ariable)-.25 E F0(name)2.924 E F1 .424
-(is set to)2.924 F .653(each element of this list in turn, and)144 355.2
-R F0(list)3.153 E F1 .653(is e)3.153 F -.15(xe)-.15 G .653
-(cuted each time.).15 F .653(If the)5.653 F F3(in)3.153 E F0(wor)3.153 E
-(d)-.37 E F1 .653(is omitted, the)3.153 F F3 -.25(fo)3.153 G(r).25 E F1
-.648(command e)144 367.2 R -.15(xe)-.15 G(cutes).15 E F0(list)3.148 E F1
-.648(once for each positional parameter that is set \(see)3.148 F F2
--.666(PA)3.149 G(RAMETERS).666 E F1(belo)2.899 E(w\).)-.25 E .154
-(The return status is the e)144 379.2 R .153
-(xit status of the last command that e)-.15 F -.15(xe)-.15 G 2.653
-(cutes. If).15 F .153(the e)2.653 F .153(xpansion of the items)-.15 F
-(follo)144 391.2 Q(wing)-.25 E F3(in)2.5 E F1
+(termine the return v)144 408 Q(alue of the entire conditional e)-.25 E
+(xpression.)-.15 E F2 -.25(fo)108 424.8 S(r).25 E F0(name)2.5 E F1 2.5
+([[)2.5 G F2(in)A F1([)2.5 E F0(wor)2.5 E 2.5(d.)-.37 G 1.666(..)-.834 G
+F1 2.5(]];]).834 G F2(do)A F0(list)2.5 E F1(;)2.5 E F2(done)2.5 E F1
+.268(First, e)144 436.8 R .268(xpand The list of w)-.15 F .268
+(ords follo)-.1 F(wing)-.25 E F2(in)2.768 E F1 2.768(,g)C .268
+(enerating a list of items.)-2.768 F .269(Then, the v)5.268 F(ariable)
+-.25 E F0(name)2.769 E F1(is)2.769 E .2
+(set to each element of this list in turn, and)144 448.8 R F0(list)2.7 E
+F1 .199(is e)2.7 F -.15(xe)-.15 G .199(cuted each time.).15 F .199
+(If the)5.199 F F2(in)2.699 E F0(wor)2.699 E(d)-.37 E F1 .199
+(is omitted, the)2.699 F F2 -.25(fo)144 460.8 S(r).25 E F1 .761
+(command e)3.261 F -.15(xe)-.15 G(cutes).15 E F0(list)3.261 E F1 .761
+(once for each positional parameter that is set \(see)3.261 F F3 -.666
+(PA)3.262 G(RAMETERS).666 E F1(be-)3.012 E(lo)144 472.8 Q 2.575
+(w\). The)-.25 F .075(return status is the e)2.575 F .075
+(xit status of the last command that e)-.15 F -.15(xe)-.15 G 2.575
+(cutes. If).15 F .075(the e)2.575 F .075(xpansion of the)-.15 F
+(items follo)144 484.8 Q(wing)-.25 E F2(in)2.5 E F1
 (results in an empty list, no commands are e)2.5 E -.15(xe)-.15 G
-(cuted, and the return status is 0.).15 E F3 -.25(fo)108 408 S(r).25 E
+(cuted, and the return status is 0.).15 E F2 -.25(fo)108 501.6 S(r).25 E
 F1(\(\()2.5 E F0 -.2(ex)2.5 G(pr1).2 E F1(;)2.5 E F0 -.2(ex)2.5 G(pr2).2
-E F1(;)2.5 E F0 -.2(ex)2.5 G(pr3).2 E F1(\)\) ;)2.5 E F3(do)2.5 E F0
-(list)2.5 E F1(;)2.5 E F3(done)2.5 E F1 1.235(First, the arithmetic e)
-144 420 R(xpression)-.15 E F0 -.2(ex)3.735 G(pr1).2 E F1 1.235(is e)
-3.735 F -.25(va)-.25 G 1.236
-(luated according to the rules described belo).25 F 3.736(wu)-.25 G
-(nder)-3.736 E F2 .562(ARITHMETIC EV)144 432 R(ALU)-1.215 E -.855(AT)
--.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F1 .562(The arithmetic e)
-5.062 F(xpression)-.15 E F0 -.2(ex)3.062 G(pr2).2 E F1 .561(is then e)
-3.061 F -.25(va)-.25 G .561(luated repeatedly until).25 F .591(it e)144
-444 R -.25(va)-.25 G .591(luates to zero.).25 F .592(Each time)5.591 F
-F0 -.2(ex)3.092 G(pr2).2 E F1 -.25(eva)3.092 G .592
-(luates to a non-zero v).25 F(alue,)-.25 E F0(list)3.092 E F1 .592(is e)
-3.092 F -.15(xe)-.15 G .592(cuted and the arith-).15 F .229(metic e)144
-456 R(xpression)-.15 E F0 -.2(ex)2.729 G(pr3).2 E F1 .229(is e)2.729 F
--.25(va)-.25 G 2.729(luated. If).25 F(an)2.729 E 2.729(ye)-.15 G .229
-(xpression is omitted, it beha)-2.879 F -.15(ve)-.2 G 2.729(sa).15 G
-2.729(si)-2.729 G 2.729(fi)-2.729 G 2.728(te)-2.729 G -.25(va)-2.978 G
-.228(luates to 1.).25 F .227(The return v)144 468 R .227(alue is the e)
--.25 F .227(xit status of the last command in)-.15 F F0(list)2.728 E F1
-.228(that is e)2.728 F -.15(xe)-.15 G .228(cuted, or f).15 F .228
-(alse if an)-.1 F 2.728(yo)-.15 G 2.728(ft)-2.728 G(he)-2.728 E -.15(ex)
-144 480 S(pressions is in).15 E -.25(va)-.4 G(lid.).25 E F3(select)108
-496.8 Q F0(name)2.5 E F1([)2.5 E F3(in)2.5 E F0(wor)2.5 E(d)-.37 E F1
-2.5(];)2.5 G F3(do)A F0(list)2.5 E F1(;)2.5 E F3(done)2.5 E F1 1.358
-(The list of w)144 508.8 R 1.358(ords follo)-.1 F(wing)-.25 E F3(in)
-3.858 E F1 1.358(is e)3.858 F 1.357
-(xpanded, generating a list of items, and the set of e)-.15 F(xpanded)
--.15 E -.1(wo)144 520.8 S .601(rds is printed on the standard error).1 F
-3.101(,e)-.4 G .601(ach preceded by a number)-3.101 F 5.601(.I)-.55 G
-3.101(ft)-5.601 G(he)-3.101 E F3(in)3.101 E F0(wor)3.101 E(d)-.37 E F1
-.602(is omitted, the)3.101 F .188
-(positional parameters are printed \(see)144 532.8 R F2 -.666(PA)2.688 G
-(RAMETERS).666 E F1(belo)2.438 E(w\).)-.25 E F3(select)5.188 E F1 .188
-(then displays the)2.688 F F2(PS3)2.687 E F1(prompt)2.437 E .46
-(and reads a line from the standard input.)144 544.8 R .461
-(If the line consists of a number corresponding to one of)5.46 F .141
-(the displayed w)144 556.8 R .141(ords, then the v)-.1 F .141(alue of)
--.25 F F0(name)3.001 E F1 .141(is set to that w)2.821 F 2.641(ord. If)
--.1 F .141(the line is empty)2.641 F 2.641(,t)-.65 G .141(he w)-2.641 F
-.141(ords and)-.1 F 1.048(prompt are displayed ag)144 568.8 R 3.548
-(ain. If)-.05 F 1.048(EOF is read, the)3.548 F F3(select)3.548 E F1
-1.048(command completes and returns 1.)3.548 F(An)6.048 E(y)-.15 E .32
-(other v)144 580.8 R .32(alue read causes)-.25 F F0(name)3.18 E F1 .32
-(to be set to null.)3 F .32(The line read is sa)5.32 F -.15(ve)-.2 G
-2.82(di).15 G 2.82(nt)-2.82 G .319(he v)-2.82 F(ariable)-.25 E F2(REPL)
-2.819 E(Y)-.828 E F4(.)A F1(The)4.819 E F0(list)144.09 592.8 Q F1 .055
-(is e)3.235 F -.15(xe)-.15 G .056(cuted after each selection until a).15
-F F3(br)2.556 E(eak)-.18 E F1 .056(command is e)2.556 F -.15(xe)-.15 G
-2.556(cuted. The).15 F -.15(ex)2.556 G .056(it status of).15 F F3
-(select)2.556 E F1(is)2.556 E(the e)144 604.8 Q
-(xit status of the last command e)-.15 E -.15(xe)-.15 G(cuted in).15 E
-F0(list)2.59 E F1 2.5(,o).68 G 2.5(rz)-2.5 G(ero if no commands were e)
--2.5 E -.15(xe)-.15 G(cuted.).15 E F3(case)108 621.6 Q F0(wor)2.5 E(d)
--.37 E F3(in)2.5 E F1 2.5([[)2.5 G(\(])-2.5 E F0(pattern)2.5 E F1([)2.5
-E F3(|)2.5 E F0(pattern)2.5 E F1 2.5(].)2.5 G -3.332 1.666(.. \))-.834 H
-F0(list).834 E F1(;; ] .)2.5 E 1.666(..)1.666 G F3(esac).834 E F1(A)144
-633.6 Q F3(case)3.265 E F1 .764(command \214rst e)3.265 F(xpands)-.15 E
-F0(wor)3.264 E(d)-.37 E F1 3.264(,a)C .764(nd tries to match it ag)
--3.264 F .764(ainst each)-.05 F F0(pattern)3.264 E F1 .764
-(in turn, using the)3.264 F .883(matching rules described under)144
-645.6 R F3 -.1(Pa)3.384 G(tter).1 E 3.384(nM)-.15 G(atching)-3.384 E F1
-(belo)3.384 E 4.684 -.65(w. T)-.25 H(he).65 E F0(wor)3.384 E(d)-.37 E F1
-.884(is e)3.384 F .884(xpanded using tilde e)-.15 F(x-)-.15 E .95
-(pansion, parameter and v)144 657.6 R .95(ariable e)-.25 F .95
-(xpansion, arithmetic e)-.15 F .95
-(xpansion, command substitution, process)-.15 F .829
-(substitution and quote remo)144 669.6 R -.25(va)-.15 G 3.329(l. Each)
-.25 F F0(pattern)3.329 E F1 -.15(ex)3.329 G .829(amined is e).15 F .829
-(xpanded using tilde e)-.15 F .83(xpansion, para-)-.15 F 1.133
-(meter and v)144 681.6 R 1.132(ariable e)-.25 F 1.132
-(xpansion, arithmetic e)-.15 F 1.132
-(xpansion, command substitution, process substitution,)-.15 F .917
-(and quote remo)144 693.6 R -.25(va)-.15 G 3.417(l. If).25 F(the)3.417 E
-F3(nocasematch)3.417 E F1 .917
-(shell option is enabled, the match is performed without)3.417 F(re)144
-705.6 Q -.05(ga)-.15 G .5(rd to the case of alphabetic characters.).05 F
-.499(When a match is found, the corresponding)5.499 F F0(list)2.999 E F1
-.499(is e)2.999 F -.15(xe)-.15 G(-).15 E 2.706(cuted. If)144 717.6 R
-(the)2.706 E F3(;;)2.707 E F1 .207(operator is used, no subsequent matc\
-hes are attempted after the \214rst pattern match.)2.707 F(Using)144
-729.6 Q F3(;&)3.325 E F1 .825(in place of)3.325 F F3(;;)3.325 E F1 .825
-(causes e)3.325 F -.15(xe)-.15 G .824(cution to continue with the).15 F
-F0(list)3.324 E F1 .824(associated with the ne)3.324 F .824(xt set of)
--.15 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(6)198.45 E 0 Cg EP
+E F1(;)2.5 E F0 -.2(ex)2.5 G(pr3).2 E F1(\)\) ;)2.5 E F2(do)2.5 E F0
+(list)2.5 E F1(;)2.5 E F2(done)2.5 E F1 2.519(First, e)144 513.6 R -.25
+(va)-.25 G 2.519(luate the arithmetic e).25 F(xpression)-.15 E F0 -.2
+(ex)5.019 G(pr1).2 E F1 2.519(according to the rules described belo)
+5.019 F 5.02(wu)-.25 G(nder)-5.02 E F3 .923(ARITHMETIC EV)144 525.6 R
+(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F1
+.923(Then, repeatedly e)5.423 F -.25(va)-.25 G .922
+(luate the arithmetic e).25 F(xpression)-.15 E F0 -.2(ex)3.422 G(pr2).2
+E F1 .922(until it)3.422 F -.25(eva)144 537.6 S 1.408(luates to zero.)
+.25 F 1.408(Each time)6.408 F F0 -.2(ex)3.908 G(pr2).2 E F1 -.25(eva)
+3.909 G 1.409(luates to a non-zero v).25 F 1.409(alue, e)-.25 F -.15(xe)
+-.15 G(cute).15 E F0(list)3.909 E F1 1.409(and e)3.909 F -.25(va)-.25 G
+1.409(luate the).25 F .053(arithmetic e)144 549.6 R(xpression)-.15 E F0
+-.2(ex)2.553 G(pr3).2 E F1 5.053(.I)C 2.553(fa)-5.053 G .353 -.15(ny ex)
+-2.553 H .053(pression is omitted, it beha).15 F -.15(ve)-.2 G 2.553(sa)
+.15 G 2.553(si)-2.553 G 2.553(fi)-2.553 G 2.553(te)-2.553 G -.25(va)
+-2.803 G .053(luates to 1.).25 F .052(The re-)5.053 F .692(turn v)144
+561.6 R .692(alue is the e)-.25 F .692
+(xit status of the last command in)-.15 F F0(list)3.192 E F1 .692
+(that is e)3.192 F -.15(xe)-.15 G .692(cuted, or non-zero if an).15 F
+3.192(yo)-.15 G 3.192(ft)-3.192 G(he)-3.192 E -.15(ex)144 573.6 S
+(pressions is in).15 E -.25(va)-.4 G(lid.).25 E .857(Use the)144 590.4 R
+F2(br)3.357 E(eak)-.18 E F1(and)3.357 E F2(continue)3.357 E F1 -.2(bu)
+3.357 G .857(iltins \(see).2 F F3 .857(SHELL B)3.357 F(UIL)-.09 E .856
+(TIN COMMANDS)-.828 F F1(belo)3.106 E .856(w\) to control loop)-.25 F
+-.15(exe)144 602.4 S(cution.).15 E F2(select)108 619.2 Q F0(name)2.5 E
+F1([)2.5 E F2(in)2.5 E F0(wor)2.5 E(d)-.37 E F1 2.5(];)2.5 G F2(do)A F0
+(list)2.5 E F1(;)2.5 E F2(done)2.5 E F1 .016(First, e)144 631.2 R .016
+(xpand the list of w)-.15 F .016(ords follo)-.1 F(wing)-.25 E F2(in)
+2.516 E F1 2.516(,g)C .016
+(enerating a list of items, and print the set of e)-2.516 F(xpanded)-.15
+E -.1(wo)144 643.2 S 1.143(rds the standard error).1 F 3.643(,e)-.4 G
+1.143(ach preceded by a number)-3.643 F 6.143(.I)-.55 G 3.643(ft)-6.143
+G(he)-3.643 E F2(in)3.643 E F0(wor)3.643 E(d)-.37 E F1 1.143
+(is omitted, print the posi-)3.643 F 1.306(tional parameters \(see)144
+655.2 R F3 -.666(PA)3.806 G(RAMETERS).666 E F1(belo)3.556 E(w\).)-.25 E
+F2(select)6.306 E F1 1.306(then displays the)3.806 F F3(PS3)3.807 E F1
+1.307(prompt and reads a)3.557 F .013(line from the standard input.)144
+667.2 R .013
+(If the line consists of a number corresponding to one of the displayed)
+5.013 F -.1(wo)144 679.2 S 1.139(rds, then).1 F F2(select)3.639 E F1
+1.139(sets the v)3.639 F 1.139(alue of)-.25 F F0(name)3.999 E F1 1.139
+(to that w)3.819 F 3.64(ord. If)-.1 F 1.14(the line is empty)3.64 F(,)
+-.65 E F2(select)3.64 E F1 1.14(displays the)3.64 F -.1(wo)144 691.2 S
+1.23(rds and prompt ag).1 F 3.73(ain. If)-.05 F 1.23(EOF is read,)3.73 F
+F2(select)3.73 E F1 1.23(completes and returns 1.)3.73 F(An)6.23 E 3.73
+(yo)-.15 G 1.23(ther v)-3.73 F 1.23(alue sets)-.25 F F0(name)144.36
+703.2 Q F1 .406(to null.)3.085 F .406(The line read is sa)5.406 F -.15
+(ve)-.2 G 2.906(di).15 G 2.906(nt)-2.906 G .406(he v)-2.906 F(ariable)
+-.25 E F3(REPL)2.906 E(Y)-.828 E F4(.)A F1(The)4.906 E F0(list)2.996 E
+F1 .406(is e)3.586 F -.15(xe)-.15 G .406(cuted after each selec-).15 F
+.14(tion until a)144 715.2 R F2(br)2.64 E(eak)-.18 E F1 .14
+(command is e)2.64 F -.15(xe)-.15 G 2.64(cuted. The).15 F -.15(ex)2.64 G
+.14(it status of).15 F F2(select)2.639 E F1 .139(is the e)2.639 F .139
+(xit status of the last com-)-.15 F(mand e)144 727.2 Q -.15(xe)-.15 G
+(cuted in).15 E F0(list)2.59 E F1 2.5(,o).68 G 2.5(rz)-2.5 G
+(ero if no commands were e)-2.5 E -.15(xe)-.15 G(cuted.).15 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(6)195.395 E 0 Cg EP
 %%Page: 7 7
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 3.235(patterns. Using)144 84 R/F2 10/Times-Bold@0
-SF(;;&)3.235 E F1 .735(in place of)3.235 F F2(;;)3.236 E F1 .736
-(causes the shell to test the ne)3.236 F .736
-(xt pattern list in the statement, if)-.15 F(an)144 96 Q 1.369 -.65
-(y, a)-.15 H .069(nd e).65 F -.15(xe)-.15 G .069(cute an).15 F 2.569(ya)
--.15 G(ssociated)-2.569 E F0(list)2.569 E F1 .068
-(on a successful match, continuing the case statement e)2.569 F -.15(xe)
--.15 G(cution).15 E .063(as if the pattern list had not matched.)144 108
-R .063(The e)5.063 F .063(xit status is zero if no pattern matches.)-.15
-F .064(Otherwise, it is)5.064 F(the e)144 120 Q
-(xit status of the last command e)-.15 E -.15(xe)-.15 G(cuted in).15 E
-F0(list)2.5 E F1(.)A F2(if)108 136.8 Q F0(list)2.5 E F1(;)A F2(then)2.5
-E F0(list)2.5 E F1 2.5(;[)C F2(elif)A F0(list)2.5 E F1(;)A F2(then)2.5 E
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(case)108 84 Q F0(wor)2.5 E(d)
+-.37 E F2(in)2.5 E F1 2.5([[)2.5 G(\(])-2.5 E F0(pattern)2.5 E F1([)2.5
+E F2(|)2.5 E F0(pattern)2.5 E F1 2.5(].)2.5 G -3.332 1.666(.. \))-.834 H
+F0(list).834 E F1(;; ] .)2.5 E 1.666(..)1.666 G F2(esac).834 E F1(A)144
+96 Q F2(case)2.809 E F1 .309(command \214rst e)2.809 F(xpands)-.15 E F0
+(wor)2.809 E(d)-.37 E F1 2.809(,a)C .309(nd tries to match it ag)-2.809
+F .31(ainst each)-.05 F F0(pattern)2.81 E F1 .31(in turn, proceeding)
+2.81 F .971
+(from \214rst to last, using the matching rules described under)144 108
+R F2 -.1(Pa)3.471 G(tter).1 E 3.47(nM)-.15 G(atching)-3.47 E F1(belo)
+3.47 E 4.77 -.65(w. A)-.25 H(pattern)4.12 E 1.006
+(list is a set of one or more patterns separated by)144 120 R 3.507(,a)
+5.173 G 1.007(nd the \) operator terminates the pattern list.)-3.507 F
+(The)144 132 Q F0(wor)3.015 E(d)-.37 E F1 .515(is e)3.015 F .515
+(xpanded using tilde e)-.15 F .515(xpansion, parameter and v)-.15 F .515
+(ariable e)-.25 F .515(xpansion, arithmetic e)-.15 F(xpan-)-.15 E .051
+(sion, command substitution, process substitution and quote remo)144 144
+R -.25(va)-.15 G 2.551(l. Each).25 F F0(pattern)2.551 E F1 -.15(ex)2.551
+G .051(amined is e).15 F(x-)-.15 E .76(panded using tilde e)144 156 R
+.76(xpansion, parameter and v)-.15 F .76(ariable e)-.25 F .76
+(xpansion, arithmetic e)-.15 F .76(xpansion, command)-.15 F .419
+(substitution, process substitution, and quote remo)144 168 R -.25(va)
+-.15 G 2.919(l. If).25 F(the)2.919 E F2(nocasematch)2.919 E F1 .42
+(shell option is enabled,)2.919 F .707
+(the match is performed without re)144 180 R -.05(ga)-.15 G .706
+(rd to the case of alphabetic characters.).05 F(A)5.706 E F0(clause)
+3.206 E F1 .706(is a pattern)3.206 F(list and an associated)144 192 Q F0
+(list)2.5 E F1(.)A .139(When a match is found,)144 208.8 R F2(case)2.639
+E F1 -.15(exe)2.639 G .139(cutes the corresponding).15 F F0(list)2.639 E
+F1 5.139(.I)C 2.64(ft)-5.139 G(he)-2.64 E F2(;;)2.64 E F1 .14
+(operator terminates the case)2.64 F .695(clause, the)144 220.8 R F2
+(case)3.195 E F1 .695(command completes after the \214rst match.)3.195 F
+(Using)5.695 E F2(;&)3.195 E F1 .695(in place of)3.195 F F2(;;)3.195 E
+F1 .695(causes e)3.195 F -.15(xe)-.15 G(cu-).15 E .498
+(tion to continue with the)144 232.8 R F0(list)2.998 E F1 .498
+(associated with the ne)2.998 F .498(xt pattern list.)-.15 F(Using)5.498
+E F2(;;&)2.999 E F1 .499(in place of)2.999 F F2(;;)2.999 E F1(causes)
+2.999 E .67(the shell to test the ne)144 244.8 R .67
+(xt pattern list in the statement, if an)-.15 F 1.969 -.65(y, a)-.15 H
+.669(nd e).65 F -.15(xe)-.15 G .669(cute an).15 F 3.169(ya)-.15 G
+(ssociated)-3.169 E F0(list)3.169 E F1 .669(if the)3.169 F 1.188
+(match succeeds.)144 256.8 R 1.188(continuing the case statement e)6.188
+F -.15(xe)-.15 G 1.189(cution as if the pattern list had not matched.)
+.15 F(The e)144 268.8 Q(xit status is zero if no pattern matches.)-.15 E
+(Otherwise, it is the e)144 285.6 Q(xit status of the last command e)
+-.15 E -.15(xe)-.15 G(cuted in the last).15 E F0(list)2.5 E F1 -.15(exe)
+2.5 G(cuted.).15 E F2(if)108 302.4 Q F0(list)2.5 E F1(;)A F2(then)2.5 E
+F0(list)2.5 E F1 2.5(;[)C F2(elif)A F0(list)2.5 E F1(;)A F2(then)2.5 E
 F0(list)2.5 E F1 2.5(;].)C -3.332 1.666(.. [)-.834 H F2(else).834 E F0
-(list)2.5 E F1 2.5(;])C F2<8c>A F1(The)144 148.8 Q F2(if)2.978 E F0
+(list)2.5 E F1 2.5(;])C F2<8c>A F1(The)144 314.4 Q F2(if)2.978 E F0
 (list)3.068 E F1 .478(is e)3.658 F -.15(xe)-.15 G 2.978(cuted. If).15 F
 .478(its e)2.978 F .478(xit status is zero, the)-.15 F F2(then)2.978 E
 F0(list)2.978 E F1 .478(is e)2.978 F -.15(xe)-.15 G 2.978
 (cuted. Otherwise,).15 F(each)2.978 E F2(elif)2.977 E F0(list)2.977 E F1
-1.087(is e)144 160.8 R -.15(xe)-.15 G 1.087(cuted in turn, and if its e)
+1.087(is e)144 326.4 R -.15(xe)-.15 G 1.087(cuted in turn, and if its e)
 .15 F 1.087(xit status is zero, the corresponding)-.15 F F2(then)3.587 E
 F0(list)3.587 E F1 1.088(is e)3.588 F -.15(xe)-.15 G 1.088
-(cuted and the).15 F .104(command completes.)144 172.8 R .103
+(cuted and the).15 F .104(command completes.)144 338.4 R .103
 (Otherwise, the)5.104 F F2(else)2.603 E F0(list)2.603 E F1 .103(is e)
 2.603 F -.15(xe)-.15 G .103(cuted, if present.).15 F .103(The e)5.103 F
 .103(xit status is the e)-.15 F .103(xit sta-)-.15 F
-(tus of the last command e)144 184.8 Q -.15(xe)-.15 G
-(cuted, or zero if no condition tested true.).15 E F2(while)108 201.6 Q
+(tus of the last command e)144 350.4 Q -.15(xe)-.15 G
+(cuted, or zero if no condition tested true.).15 E F2(while)108 367.2 Q
 F0(list-1)2.5 E F1(;)A F2(do)2.5 E F0(list-2)2.5 E F1(;)A F2(done)2.5 E
-(until)108 213.6 Q F0(list-1)2.5 E F1(;)A F2(do)2.5 E F0(list-2)2.5 E F1
-(;)A F2(done)2.5 E F1(The)144 225.6 Q F2(while)3.45 E F1 .95
+(until)108 379.2 Q F0(list-1)2.5 E F1(;)A F2(do)2.5 E F0(list-2)2.5 E F1
+(;)A F2(done)2.5 E F1(The)144 391.2 Q F2(while)3.45 E F1 .95
 (command continuously e)3.45 F -.15(xe)-.15 G .95(cutes the list).15 F
 F0(list-2)3.45 E F1 .95(as long as the last command in the list)3.45 F
-F0(list-1)144 237.6 Q F1 .205(returns an e)2.705 F .205
+F0(list-1)144 403.2 Q F1 .205(returns an e)2.705 F .205
 (xit status of zero.)-.15 F(The)5.205 E F2(until)2.705 E F1 .205
 (command is identical to the)2.705 F F2(while)2.705 E F1 .205
-(command, e)2.705 F(xcept)-.15 E .599(that the test is ne)144 249.6 R
+(command, e)2.705 F(xcept)-.15 E .599(that the test is ne)144 415.2 R
 -.05(ga)-.15 G(ted:).05 E F0(list-2)3.189 E F1 .599(is e)3.119 F -.15
 (xe)-.15 G .6(cuted as long as the last command in).15 F F0(list-1)3.19
-E F1 .6(returns a non-zero)3.1 F -.15(ex)144 261.6 S .205(it status.).15
+E F1 .6(returns a non-zero)3.1 F -.15(ex)144 427.2 S .205(it status.).15
 F .205(The e)5.205 F .205(xit status of the)-.15 F F2(while)2.705 E F1
 (and)2.705 E F2(until)2.704 E F1 .204(commands is the e)2.704 F .204
-(xit status of the last command)-.15 F -.15(exe)144 273.6 S(cuted in).15
+(xit status of the last command)-.15 F -.15(exe)144 439.2 S(cuted in).15
 E F0(list-2)2.5 E F1 2.5(,o)C 2.5(rz)-2.5 G(ero if none w)-2.5 E(as e)
--.1 E -.15(xe)-.15 G(cuted.).15 E F2(Copr)87 290.4 Q(ocesses)-.18 E F1
-(A)108 302.4 Q F0(copr)2.601 E(ocess)-.45 E F1 .102
+-.1 E -.15(xe)-.15 G(cuted.).15 E F2(Copr)87 456 Q(ocesses)-.18 E F1(A)
+108 468 Q F0(copr)2.601 E(ocess)-.45 E F1 .102
 (is a shell command preceded by the)2.601 F F2(copr)2.602 E(oc)-.18 E F1
 (reserv)2.602 E .102(ed w)-.15 F 2.602(ord. A)-.1 F .102(coprocess is e)
 2.602 F -.15(xe)-.15 G .102(cuted asynchro-).15 F .642
 (nously in a subshell, as if the command had been terminated with the)
-108 314.4 R F2(&)3.141 E F1 .641(control operator)3.141 F 3.141(,w)-.4 G
+108 480 R F2(&)3.141 E F1 .641(control operator)3.141 F 3.141(,w)-.4 G
 .641(ith a tw)-3.141 F(o-w)-.1 E(ay)-.1 E
-(pipe established between the e)108 326.4 Q -.15(xe)-.15 G
+(pipe established between the e)108 492 Q -.15(xe)-.15 G
 (cuting shell and the coprocess.).15 E(The syntax for a coprocess is:)
-108 343.2 Q F2(copr)144 360 Q(oc)-.18 E F1([)2.5 E F0 -.27(NA)C(ME).27 E
-F1(])A F0(command)2.5 E F1([)2.5 E F0 -.37(re)C(dir).37 E(ections)-.37 E
-F1(])A .598(This creates a coprocess named)108 376.8 R F0 -.27(NA)3.099
-G(ME).27 E F1(.)A F0(command)5.599 E F1 .599
+108 508.8 Q F2(copr)144 525.6 Q(oc)-.18 E F1([)2.5 E F0 -.27(NA)C(ME).27
+E F1(])A F0(command)2.5 E F1([)2.5 E F0 -.37(re)C(dir).37 E(ections)-.37
+E F1(])A .598(This creates a coprocess named)108 542.4 R F0 -.27(NA)
+3.099 G(ME).27 E F1(.)A F0(command)5.599 E F1 .599
 (may be either a simple command or a compound com-)3.099 F 1.4
-(mand \(see abo)108 388.8 R -.15(ve)-.15 G(\).).15 E F0 -.27(NA)6.4 G
+(mand \(see abo)108 554.4 R -.15(ve)-.15 G(\).).15 E F0 -.27(NA)6.4 G
 (ME).27 E F1 1.4(is a shell v)3.9 F 1.4(ariable name.)-.25 F(If)6.4 E F0
 -.27(NA)3.9 G(ME).27 E F1 1.4(is not supplied, the def)3.9 F 1.4
-(ault name is)-.1 F F2(CO-)3.9 E(PR)108 400.8 Q(OC)-.3 E F1(.)A
-(The recommended form to use for a coprocess is)108 417.6 Q F2(copr)144
-434.4 Q(oc)-.18 E F0 -.27(NA)2.5 G(ME).27 E F1({)2.5 E F0(command)2.5 E
-F1([)2.5 E F0 -.37(re)C(dir).37 E(ections)-.37 E F1(]; })A 1.313(This f\
-orm is recommended because simple commands result in the coprocess al)
-108 451.2 R -.1(wa)-.1 G 1.313(ys being named).1 F F2(CO-)3.813 E(PR)108
-463.2 Q(OC)-.3 E F1 2.5(,a)C(nd it is simpler to use and more complete \
-than the other compound commands.)-2.5 E(If)108 480 Q F0(command)3.062 E
-F1 .562(is a compound command,)3.062 F F0 -.27(NA)3.062 G(ME).27 E F1
-.561(is optional. The w)3.061 F .561(ord follo)-.1 F(wing)-.25 E F2
-(copr)3.061 E(oc)-.18 E F1 .561(determines whether)3.061 F .338(that w)
-108 492 R .338(ord is interpreted as a v)-.1 F .338
+(ault name is)-.1 F F2(CO-)3.9 E(PR)108 566.4 Q(OC)-.3 E F1(.)A
+(The recommended form to use for a coprocess is)108 583.2 Q F2(copr)144
+600 Q(oc)-.18 E F0 -.27(NA)2.5 G(ME).27 E F1({)2.5 E F0(command)2.5 E F1
+([)2.5 E F0 -.37(re)C(dir).37 E(ections)-.37 E F1(]; })A .799(This form\
+ is preferred because simple commands result in the coprocess al)108
+616.8 R -.1(wa)-.1 G .8(ys being named).1 F F2(COPR)3.3 E(OC)-.3 E F1(,)
+A(and it is simpler to use and more complete than the other compound co\
+mmands.)108 628.8 Q(If)108 645.6 Q F0(command)3.062 E F1 .562
+(is a compound command,)3.062 F F0 -.27(NA)3.062 G(ME).27 E F1 .561
+(is optional. The w)3.061 F .561(ord follo)-.1 F(wing)-.25 E F2(copr)
+3.061 E(oc)-.18 E F1 .561(determines whether)3.061 F .338(that w)108
+657.6 R .338(ord is interpreted as a v)-.1 F .338
 (ariable name: it is interpreted as)-.25 F F0 -.27(NA)2.839 G(ME).27 E
 F1 .339(if it is not a reserv)2.839 F .339(ed w)-.15 F .339
-(ord that intro-)-.1 F 1.122(duces a compound command.)108 504 R(If)
+(ord that intro-)-.1 F 1.122(duces a compound command.)108 669.6 R(If)
 6.121 E F0(command)3.621 E F1 1.121(is a simple command,)3.621 F F0 -.27
 (NA)3.621 G(ME).27 E F1 1.121(is not allo)3.621 F 1.121
-(wed; this is to a)-.25 F -.2(vo)-.2 G(id).2 E(confusion between)108 516
-Q F0 -.27(NA)2.5 G(ME).27 E F1(and the \214rst w)2.5 E
-(ord of the simple command.)-.1 E .09(When the coprocess is e)108 532.8
+(wed; this is to a)-.25 F -.2(vo)-.2 G(id).2 E(confusion between)108
+681.6 Q F0 -.27(NA)2.5 G(ME).27 E F1(and the \214rst w)2.5 E
+(ord of the simple command.)-.1 E .09(When the coprocess is e)108 698.4
 R -.15(xe)-.15 G .09(cuted, the shell creates an array v).15 F .09
 (ariable \(see)-.25 F F2(Arrays)2.59 E F1(belo)2.59 E .09(w\) named)-.25
-F F0 -.27(NA)2.59 G(ME).27 E F1 .09(in the)2.59 F(conte)108 544.8 Q .303
+F F0 -.27(NA)2.59 G(ME).27 E F1 .09(in the)2.59 F(conte)108 710.4 Q .303
 (xt of the e)-.15 F -.15(xe)-.15 G .303(cuting shell.).15 F .302
 (The standard output of)5.302 F F0(command)3.002 E F1 .302
 (is connected via a pipe to a \214le descriptor)3.572 F .587(in the e)
-108 556.8 R -.15(xe)-.15 G .587
+108 722.4 R -.15(xe)-.15 G .587
 (cuting shell, and that \214le descriptor is assigned to).15 F F0 -.27
 (NA)3.087 G(ME).27 E F1 3.087([0]. The)B .587(standard input of)3.087 F
-F0(command)3.287 E F1(is)3.858 E 2.029
-(connected via a pipe to a \214le descriptor in the e)108 568.8 R -.15
-(xe)-.15 G 2.029
-(cuting shell, and that \214le descriptor is assigned to).15 F F0 -.27
-(NA)108 580.8 S(ME).27 E F1 2.879([1]. This)B .379
+F0(command)3.287 E F1(is)3.858 E(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(7)195.395 E 0 Cg EP
+%%Page: 8 8
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E 2.029
+(connected via a pipe to a \214le descriptor in the e)108 84 R -.15(xe)
+-.15 G 2.029(cuting shell, and that \214le descriptor is assigned to).15
+F F0 -.27(NA)108 96 S(ME).27 E F1 2.879([1]. This)B .379
 (pipe is established before an)2.879 F 2.879(yr)-.15 G .379
-(edirections speci\214ed by the command \(see)-2.879 F/F3 9/Times-Bold@0
-SF(REDIRECTION)2.879 E F1(belo)108 592.8 Q 3.426(w\). The)-.25 F .926
+(edirections speci\214ed by the command \(see)-2.879 F/F2 9/Times-Bold@0
+SF(REDIRECTION)2.879 E F1(belo)108 108 Q 3.426(w\). The)-.25 F .926
 (\214le descriptors can be utilized as ar)3.426 F .925
 (guments to shell commands and redirections using stan-)-.18 F .286
-(dard w)108 604.8 R .286(ord e)-.1 F 2.786(xpansions. Other)-.15 F .286
+(dard w)108 120 R .286(ord e)-.1 F 2.786(xpansions. Other)-.15 F .286
 (than those created to e)2.786 F -.15(xe)-.15 G .286
 (cute command and process substitutions, the \214le de-).15 F
-(scriptors are not a)108 616.8 Q -.25(va)-.2 G(ilable in subshells.).25
-E 1.676(The process ID of the shell spa)108 633.6 R 1.676(wned to e)-.15
--.15(xe)-.15 G 1.676(cute the coprocess is a).15 F -.25(va)-.2 G 1.676
+(scriptors are not a)108 132 Q -.25(va)-.2 G(ilable in subshells.).25 E
+1.676(The process ID of the shell spa)108 148.8 R 1.676(wned to e)-.15 F
+-.15(xe)-.15 G 1.676(cute the coprocess is a).15 F -.25(va)-.2 G 1.676
 (ilable as the v).25 F 1.676(alue of the v)-.25 F(ariable)-.25 E F0 -.27
-(NA)108 645.6 S(ME).27 E F1 2.5(_PID. The)B F2(wait)2.5 E F1 -.2(bu)2.5
-G(iltin command may be used to w).2 E
+(NA)108 160.8 S(ME).27 E F1 2.5(_PID. The)B/F3 10/Times-Bold@0 SF(wait)
+2.5 E F1 -.2(bu)2.5 G(iltin may be used to w).2 E
 (ait for the coprocess to terminate.)-.1 E .336
 (Since the coprocess is created as an asynchronous command, the)108
-662.4 R F2(copr)2.836 E(oc)-.18 E F1 .336(command al)2.836 F -.1(wa)-.1
+177.6 R F3(copr)2.836 E(oc)-.18 E F1 .336(command al)2.836 F -.1(wa)-.1
 G .336(ys returns success.).1 F
-(The return status of a coprocess is the e)108 674.4 Q(xit status of)
--.15 E F0(command)2.5 E F1(.)A F2(Shell Function De\214nitions)87 691.2
-Q F1 2.698(As)108 703.2 S .198
+(The return status of a coprocess is the e)108 189.6 Q(xit status of)
+-.15 E F0(command)2.5 E F1(.)A F3(Shell Function De\214nitions)87 206.4
+Q F1 2.698(As)108 218.4 S .198
 (hell function is an object that is called lik)-2.698 F 2.698(eas)-.1 G
 .198(imple command and e)-2.698 F -.15(xe)-.15 G .197
-(cutes a compound command with).15 F 2.5(an)108 715.2 S .5 -.25(ew s)
+(cutes a compound command with).15 F 2.5(an)108 230.4 S .5 -.25(ew s)
 -2.5 H(et of positional parameters.).25 E
-(Shell functions are declared as follo)5 E(ws:)-.25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(7)198.45 E 0 Cg EP
-%%Page: 8 8
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(fname)108 84 Q F1(\(\))2.5 E F0
-(compound\255command)2.5 E F1([)2.5 E F0 -.37(re)C(dir).37 E(ection)-.37
-E F1(])A/F2 10/Times-Bold@0 SF(function)108 96 Q F0(fname)2.5 E F1
-([\(\)])2.5 E F0(compound\255command)2.5 E F1([)2.5 E F0 -.37(re)C(dir)
-.37 E(ection)-.37 E F1(])A .216(This de\214nes a function named)144 108
-R F0(fname)2.716 E F1 5.217(.T)C .217(he reserv)-5.217 F .217(ed w)-.15
-F(ord)-.1 E F2(function)2.717 E F1 .217(is optional.)2.717 F .217
-(If the)5.217 F F2(function)2.717 E F1(re-)2.717 E(serv)144 120 Q .68
-(ed w)-.15 F .68(ord is supplied, the parentheses are optional.)-.1 F
+(Shell functions are declared as follo)5 E(ws:)-.25 E F0(fname)108 247.2
+Q F1(\(\))2.5 E F0(compound\255command)2.5 E F1([)2.5 E F0 -.37(re)C
+(dir).37 E(ection)-.37 E F1(])A F3(function)108 259.2 Q F0(fname)2.5 E
+F1([\(\)])2.5 E F0(compound\255command)2.5 E F1([)2.5 E F0 -.37(re)C
+(dir).37 E(ection)-.37 E F1(])A .216(This de\214nes a function named)144
+271.2 R F0(fname)2.716 E F1 5.217(.T)C .217(he reserv)-5.217 F .217
+(ed w)-.15 F(ord)-.1 E F3(function)2.717 E F1 .217(is optional.)2.717 F
+.217(If the)5.217 F F3(function)2.717 E F1(re-)2.717 E(serv)144 283.2 Q
+.68(ed w)-.15 F .68(ord is supplied, the parentheses are optional.)-.1 F
 (The)5.68 E F0(body)3.18 E F1 .68(of the function is the compound)3.18 F
-(command)144 132 Q F0(compound\255command)2.784 E F1(\(see)3.354 E F2
+(command)144 295.2 Q F0(compound\255command)2.784 E F1(\(see)3.354 E F3
 .084(Compound Commands)2.584 F F1(abo)2.584 E -.15(ve)-.15 G 2.584
-(\). That).15 F .084(command is usually a)2.584 F F0(list)144 144 Q F1
+(\). That).15 F .084(command is usually a)2.584 F F0(list)144 307.2 Q F1
 .044(of commands between { and }, b)2.544 F .044(ut may be an)-.2 F
-2.544(yc)-.15 G .044(ommand listed under)-2.544 F F2 .044
-(Compound Commands)2.544 F F1(abo)144 156 Q -.15(ve)-.15 G 5.531(.I).15
-G 3.031(ft)-5.531 G(he)-3.031 E F2(function)3.032 E F1(reserv)3.032 E
-.532(ed w)-.15 F .532(ord is used, b)-.1 F .532
+2.544(yc)-.15 G .044(ommand listed under)-2.544 F F3 .044
+(Compound Commands)2.544 F F1(abo)144 319.2 Q -.15(ve)-.15 G 5.531(.I)
+.15 G 3.031(ft)-5.531 G(he)-3.031 E F3(function)3.032 E F1(reserv)3.032
+.532(ed w)-.15 F .532(ord is used, b)-.1 F .532
 (ut the parentheses are not supplied, the braces are)-.2 F(recommended.)
-144 168 Q F0(compound\255command)6.254 E F1 1.254(is e)3.754 F -.15(xe)
--.15 G 1.254(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0(fname)3.753 E
-F1 1.253(is speci\214ed as the name of a)3.753 F 1.252(simple command.)
-144 180 R 1.252(When in)6.252 F F0 1.252(posix mode)3.752 F F1(,)A F0
-(fname)3.752 E F1 1.252(must be a v)3.752 F 1.252(alid shell)-.25 F F0
-(name)3.753 E F1 1.253(and may not be the)3.753 F .089
-(name of one of the POSIX)144 192 R F0 .089(special b)2.589 F(uiltins)
+144 331.2 Q F0(compound\255command)6.254 E F1 1.254(is e)3.754 F -.15
+(xe)-.15 G 1.254(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0(fname)3.753
+E F1 1.253(is speci\214ed as the name of a)3.753 F 1.186
+(simple command.)144 343.2 R 1.186(When in posix mode,)6.186 F F0(fname)
+3.686 E F1 1.186(must be a v)3.686 F 1.187(alid shell)-.25 F F0(name)
+3.687 E F1 1.187(and may not be the)3.687 F .089
+(name of one of the POSIX)144 355.2 R F0 .089(special b)2.589 F(uiltins)
 -.2 E F1 5.089(.I)C 2.589(nd)-5.089 G(ef)-2.589 E .089
 (ault mode, a function name can be an)-.1 F 2.588(yu)-.15 G(nquoted)
--2.588 E .164(shell w)144 204 R .164(ord that does not contain)-.1 F F2
-($)2.665 E F1 5.165(.A)C .465 -.15(ny r)-5.165 H .165(edirections \(see)
-.15 F/F3 9/Times-Bold@0 SF(REDIRECTION)2.665 E F1(belo)2.415 E .165
-(w\) speci\214ed when a)-.25 F .061
-(function is de\214ned are performed when the function is e)144 216 R
--.15(xe)-.15 G 2.561(cuted. The).15 F -.15(ex)2.56 G .06
-(it status of a function de\214-).15 F .579(nition is zero unless a syn\
-tax error occurs or a readonly function with the same name already e)144
-228 R(x-)-.15 E 2.593(ists. When)144 240 R -.15(exe)2.593 G .093
-(cuted, the e).15 F .093(xit status of a function is the e)-.15 F .093
-(xit status of the last command e)-.15 F -.15(xe)-.15 G .092(cuted in)
-.15 F(the body)144 252 Q 5(.\()-.65 G(See)-5 E F3(FUNCTIONS)2.5 E F1
+-2.588 E(shell w)144 367.2 Q(ord that does not contain)-.1 E F3($)2.5 E
+F1(.)A(An)108 384 Q 2.929(yr)-.15 G .429(edirections \(see)-2.929 F F2
+(REDIRECTION)2.929 E F1(belo)2.68 E .43
+(w\) speci\214ed when a function is de\214ned are performed when the)
+-.25 F(function is e)108 396 Q -.15(xe)-.15 G(cuted.).15 E .57(The e)108
+412.8 R .57(xit status of a function de\214nition is zero unless a synt\
+ax error occurs or a readonly function with the)-.15 F .85
+(same name already e)108 424.8 R 3.35(xists. When)-.15 F -.15(exe)3.35 G
+.85(cuted, the e).15 F .85(xit status of a function is the e)-.15 F .85
+(xit status of the last com-)-.15 F(mand e)108 436.8 Q -.15(xe)-.15 G
+(cuted in the body).15 E 5(.\()-.65 G(See)-5 E F2(FUNCTIONS)2.5 E F1
 (belo)2.25 E -.65(w.)-.25 G(\)).65 E/F4 10.95/Times-Bold@0 SF(COMMENTS)
-72 268.8 Q F1 .982(In a non-interacti)108 280.8 R 1.282 -.15(ve s)-.25 H
+72 453.6 Q F1 .982(In a non-interacti)108 465.6 R 1.282 -.15(ve s)-.25 H
 .982(hell, or an interacti).15 F 1.282 -.15(ve s)-.25 H .982
-(hell in which the).15 F F2(interacti)3.482 E -.1(ve)-.1 G(_comments).1
-E F1 .982(option to the)3.482 F F2(shopt)3.482 E F1 -.2(bu)108 292.8 S
-.952(iltin is enabled \(see).2 F F3 .952(SHELL B)3.452 F(UIL)-.09 E .952
-(TIN COMMANDS)-.828 F F1(belo)3.202 E .952(w\), a w)-.25 F .952(ord be)
--.1 F .952(ginning with)-.15 F F2(#)3.451 E F1 .951(causes that w)3.451
-F(ord)-.1 E .604
-(and all remaining characters on that line to be ignored.)108 304.8 R
-.605(An interacti)5.605 F .905 -.15(ve s)-.25 H .605(hell without the)
-.15 F F2(interacti)3.105 E -.1(ve)-.1 G(_com-).1 E(ments)108 316.8 Q F1
-.34(option enabled does not allo)2.84 F 2.84(wc)-.25 G 2.84
-(omments. The)-2.84 F F2(interacti)2.84 E -.1(ve)-.1 G(_comments).1 E F1
-.34(option is on by def)2.84 F .34(ault in in-)-.1 F(teracti)108 328.8 Q
-.3 -.15(ve s)-.25 H(hells.).15 E F4 -.11(QU)72 345.6 S -.438(OT).11 G
-(ING).438 E F0(Quoting)108 357.6 Q F1 .477(is used to remo)2.977 F .777
--.15(ve t)-.15 H .477(he special meaning of certain characters or w).15
-F .477(ords to the shell.)-.1 F .478(Quoting can be)5.478 F .185
+(hell in which the).15 F F3(interacti)3.482 E -.1(ve)-.1 G(_comments).1
+E F1 .982(option to the)3.482 F F3(shopt)3.482 E F1 -.2(bu)108 477.6 S
+.611(iltin is enabled \(see).2 F F2 .612(SHELL B)3.111 F(UIL)-.09 E .612
+(TIN COMMANDS)-.828 F F1(belo)2.862 E .612(w\), a w)-.25 F .612(ord be)
+-.1 F .612(ginning with)-.15 F F3(#)3.112 E F1 .612(introduces a com-)
+3.112 F 2.855(ment. A)108 489.6 R -.1(wo)2.855 G .355(rd be).1 F .355
+(gins at the be)-.15 F .354
+(ginning of a line, after unquoted whitespace, or after an operator)-.15
+F 5.354(.T)-.55 G .354(he com-)-5.354 F .363(ment causes that w)108
+501.6 R .363
+(ord and all remaining characters on that line to be ignored.)-.1 F .364
+(An interacti)5.364 F .664 -.15(ve s)-.25 H .364(hell without).15 F(the)
+108 513.6 Q F3(interacti)2.621 E -.1(ve)-.1 G(_comments).1 E F1 .121
+(option enabled does not allo)2.621 F 2.621(wc)-.25 G 2.621
+(omments. The)-2.621 F F3(interacti)2.621 E -.1(ve)-.1 G(_comments).1 E
+F1 .12(option is)2.621 F(enabled by def)108 525.6 Q(ault in interacti)
+-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F4 -.11(QU)72 542.4 S -.438(OT)
+.11 G(ING).438 E F0(Quoting)108 554.4 Q F1 .477(is used to remo)2.977 F
+.777 -.15(ve t)-.15 H .477
+(he special meaning of certain characters or w).15 F .477
+(ords to the shell.)-.1 F .478(Quoting can be)5.478 F .185
 (used to disable special treatment for special characters, to pre)108
-369.6 R -.15(ve)-.25 G .185(nt reserv).15 F .184(ed w)-.15 F .184
-(ords from being recognized as)-.1 F(such, and to pre)108 381.6 Q -.15
+566.4 R -.15(ve)-.25 G .185(nt reserv).15 F .184(ed w)-.15 F .184
+(ords from being recognized as)-.1 F(such, and to pre)108 578.4 Q -.15
 (ve)-.25 G(nt parameter e).15 E(xpansion.)-.15 E .288(Each of the)108
-398.4 R F0(metac)2.788 E(har)-.15 E(acter)-.15 E(s)-.1 E F1 .288
-(listed abo)2.788 F .588 -.15(ve u)-.15 H(nder).15 E F3(DEFINITIONS)
+595.2 R F0(metac)2.788 E(har)-.15 E(acter)-.15 E(s)-.1 E F1 .288
+(listed abo)2.788 F .588 -.15(ve u)-.15 H(nder).15 E F2(DEFINITIONS)
 2.788 E F1 .288(has special meaning to the shell and must be)2.538 F
-(quoted if it is to represent itself.)108 410.4 Q 1.345
-(When the command history e)108 427.2 R 1.344(xpansion f)-.15 F 1.344
-(acilities are being used \(see)-.1 F F3(HIST)3.844 E(OR)-.162 E 3.594
+(quoted if it is to represent itself.)108 607.2 Q 1.345
+(When the command history e)108 624 R 1.344(xpansion f)-.15 F 1.344
+(acilities are being used \(see)-.1 F F2(HIST)3.844 E(OR)-.162 E 3.594
 (YE)-.315 G(XP)-3.594 E(ANSION)-.666 E F1(belo)3.594 E 1.344(w\), the)
--.25 F F0(history e)108 439.2 Q(xpansion)-.2 E F1(character)2.5 E 2.5
-(,u)-.4 G(sually)-2.5 E F2(!)2.5 E F1 2.5(,m)C(ust be quoted to pre)-2.5
-E -.15(ve)-.25 G(nt history e).15 E(xpansion.)-.15 E
-(There are three quoting mechanisms: the)108 456 Q F0(escape c)2.69 E
-(har)-.15 E(acter)-.15 E F1 2.5(,s).73 G
-(ingle quotes, and double quotes.)-2.5 E 2.962(An)108 472.8 S .463
-(on-quoted backslash \()-2.962 F F2(\\)A F1 2.963(\)i)C 2.963(st)-2.963
-G(he)-2.963 E F0 .463(escape c)3.153 F(har)-.15 E(acter)-.15 E F1 5.463
-(.I).73 G 2.963(tp)-5.463 G(reserv)-2.963 E .463(es the literal v)-.15 F
-.463(alue of the ne)-.25 F .463(xt character that)-.15 F(follo)108 484.8
-Q 1.554(ws, with the e)-.25 F 1.553(xception of <ne)-.15 F 4.053
-(wline>. If)-.25 F(a)4.053 E F2(\\)4.053 E F1(<ne)A 1.553
-(wline> pair appears, and the backslash is not itself)-.25 F .347
-(quoted, the)108 496.8 R F2(\\)2.847 E F1(<ne)A .347
-(wline> is treated as a line continuation \(that is, it is remo)-.25 F
--.15(ve)-.15 G 2.848(df).15 G .348(rom the input stream and ef-)-2.848 F
-(fecti)108 508.8 Q -.15(ve)-.25 G(ly ignored\).).15 E .295
-(Enclosing characters in single quotes preserv)108 525.6 R .295
-(es the literal v)-.15 F .295(alue of each character within the quotes.)
--.25 F 2.795(As)5.295 G(in-)-2.795 E
-(gle quote may not occur between single quotes, e)108 537.6 Q -.15(ve)
--.25 G 2.5(nw).15 G(hen preceded by a backslash.)-2.5 E .033
-(Enclosing characters in double quotes preserv)108 554.4 R .034
-(es the literal v)-.15 F .034
-(alue of all characters within the quotes, with the)-.25 F -.15(ex)108
-566.4 S .108(ception of).15 F F2($)2.608 E F1(,)A F2<92>2.608 E F1(,)A
-F2(\\)2.608 E F1 2.608(,a)C .107(nd, when history e)-2.608 F .107
-(xpansion is enabled,)-.15 F F2(!)2.607 E F1 5.107(.W)C .107
-(hen the shell is in)-5.107 F F0 .107(posix mode)2.607 F F1 2.607(,t)C
-(he)-2.607 E F2(!)2.607 E F1 .107(has no)2.607 F .46
-(special meaning within double quotes, e)108 578.4 R -.15(ve)-.25 G 2.96
-(nw).15 G .46(hen history e)-2.96 F .46(xpansion is enabled.)-.15 F .46
-(The characters)5.46 F F2($)2.96 E F1(and)2.96 E F2<92>2.96 E F1(re-)
-2.96 E .563(tain their special meaning within double quotes.)108 590.4 R
-.562(The backslash retains its special meaning only when fol-)5.563 F
-(lo)108 602.4 Q .601(wed by one of the follo)-.25 F .602
-(wing characters:)-.25 F F2($)3.102 E F1(,)A F2<92>3.102 E F1(,)A F2(")
-3.935 E F1(,).833 E F2(\\)3.102 E F1 3.102(,o)C(r)-3.102 E F2(<newline>)
-3.102 E F1 5.602(.A)C .602(double quote may be quoted within)-2.5 F .131
-(double quotes by preceding it with a backslash.)108 614.4 R .131
-(If enabled, history e)5.131 F .13(xpansion will be performed unless an)
--.15 F F2(!)2.63 E F1
-(appearing in double quotes is escaped using a backslash.)108 626.4 Q
-(The backslash preceding the)5 E F2(!)2.5 E F1(is not remo)5 E -.15(ve)
--.15 G(d.).15 E(The special parameters)108 643.2 Q F2(*)2.5 E F1(and)2.5
-E F2(@)2.5 E F1(ha)2.5 E .3 -.15(ve s)-.2 H
-(pecial meaning when in double quotes \(see).15 E F3 -.666(PA)2.5 G
-(RAMETERS).666 E F1(belo)2.25 E(w\).)-.25 E .148
-(Character sequences of the form)108 660 R F2($)2.649 E F1<08>A F0
-(string)A F1 2.649<0861>C .149(re treated as a special v)-2.649 F .149
-(ariant of single quotes.)-.25 F .149(The sequence e)5.149 F(x-)-.15 E
-.528(pands to)108 672 R F0(string)3.028 E F1 3.028(,w)C .528
-(ith backslash-escaped characters in)-3.028 F F0(string)3.027 E F1 .527
-(replaced as speci\214ed by the ANSI C standard.)3.027 F
-(Backslash escape sequences, if present, are decoded as follo)108 684 Q
-(ws:)-.25 E F2(\\a)144 696 Q F1(alert \(bell\))180 696 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(8)198.45 E 0 Cg EP
+-.25 F F0(history e)108 636 Q(xpansion)-.2 E F1(character)2.5 E 2.5(,u)
+-.4 G(sually)-2.5 E F3(!)2.5 E F1 2.5(,m)C(ust be quoted to pre)-2.5 E
+-.15(ve)-.25 G(nt history e).15 E(xpansion.)-.15 E .767
+(There are four quoting mechanisms: the)108 652.8 R F0 .768(escape c)
+3.458 F(har)-.15 E(acter)-.15 E F1 3.268(,s).73 G .768
+(ingle quotes, double quotes, and dollar)-3.268 F(-single)-.2 E(quotes.)
+108 664.8 Q 2.963(An)108 681.6 S .463(on-quoted backslash \()-2.963 F F3
+(\\)A F1 2.963(\)i)C 2.963(st)-2.963 G(he)-2.963 E F0 .463(escape c)
+3.153 F(har)-.15 E(acter)-.15 E F1 5.463(.I).73 G 2.963(tp)-5.463 G
+(reserv)-2.963 E .463(es the literal v)-.15 F .463(alue of the ne)-.25 F
+.463(xt character that)-.15 F(follo)108 693.6 Q .877(ws, remo)-.25 F
+.877(ving an)-.15 F 3.377(ys)-.15 G .877
+(pecial meaning it has, with the e)-3.377 F .878(xception of <ne)-.15 F
+3.378(wline>. If)-.25 F(a)3.378 E F3(\\)3.378 E F1(<ne)A .878
+(wline> pair ap-)-.25 F .176
+(pears, and the backslash is not itself quoted, the)108 705.6 R F3(\\)
+2.676 E F1(<ne)A .176
+(wline> is treated as a line continuation \(that is, it is re-)-.25 F
+(mo)108 717.6 Q -.15(ve)-.15 G 2.5(df).15 G(rom the input stream and ef)
+-2.5 E(fecti)-.25 E -.15(ve)-.25 G(ly ignored\).).15 E(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(8)195.395 E 0 Cg EP
 %%Page: 9 9
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(\\b)144 84 Q F1(backspace)180
-84 Q F2(\\e)144 96 Q(\\E)144 108 Q F1(an escape character)180 108 Q F2
-(\\f)144 120 Q F1(form feed)180 120 Q F2(\\n)144 132 Q F1(ne)180 132 Q
-2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 144 Q F1(carriage return)180 144 Q
-F2(\\t)144 156 Q F1(horizontal tab)180 156 Q F2(\\v)144 168 Q F1 -.15
-(ve)180 168 S(rtical tab).15 E F2(\\\\)144 180 Q F1(backslash)180 180 Q
-F2<5c08>144 192 Q F1(single quote)180 192 Q F2(\\")144 204 Q F1
-(double quote)180 204 Q F2(\\?)144 216 Q F1(question mark)180 216 Q F2
-(\\)144 228 Q F0(nnn)A F1(the eight-bit character whose v)180 228 Q
-(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
-(\(one to three octal digits\))2.5 E F2(\\x)144 240 Q F0(HH)A F1
-(the eight-bit character whose v)180 240 Q(alue is the he)-.25 E
+.25 E F1(\(1\)).95 E .295(Enclosing characters in single quotes preserv)
+108 84 R .295(es the literal v)-.15 F .295
+(alue of each character within the quotes.)-.25 F 2.795(As)5.295 G(in-)
+-2.795 E(gle quote may not occur between single quotes, e)108 96 Q -.15
+(ve)-.25 G 2.5(nw).15 G(hen preceded by a backslash.)-2.5 E .034
+(Enclosing characters in double quotes preserv)108 112.8 R .034
+(es the literal v)-.15 F .034
+(alue of all characters within the quotes, with the)-.25 F -.15(ex)108
+124.8 S .056(ception of).15 F/F2 10/Times-Bold@0 SF($)2.556 E F1(,)A F2
+<92>2.556 E F1(,)A F2(\\)2.556 E F1 2.556(,a)C .056(nd, when history e)
+-2.556 F .056(xpansion is enabled,)-.15 F F2(!)2.556 E F1 5.056(.W)C
+.057(hen the shell is in posix mode, the)-5.056 F F2(!)2.557 E F1 .057
+(has no)2.557 F .46(special meaning within double quotes, e)108 136.8 R
+-.15(ve)-.25 G 2.96(nw).15 G .46(hen history e)-2.96 F .46
+(xpansion is enabled.)-.15 F .46(The characters)5.46 F F2($)2.96 E F1
+(and)2.96 E F2<92>2.96 E F1(re-)2.96 E .562
+(tain their special meaning within double quotes.)108 148.8 R .563
+(The backslash retains its special meaning only when fol-)5.563 F(lo)108
+160.8 Q .318(wed by one of the follo)-.25 F .318(wing characters:)-.25 F
+F2($)2.818 E F1(,)A F2<92>2.818 E F1(,)A F2(")3.651 E F1(,).833 E F2(\\)
+2.818 E F1 2.818(,o)C(r)-2.818 E F2(<newline>)2.818 E F1 5.317(.B)C .317
+(ackslashes preceding characters with-)-5.317 F
+(out a special meaning are left unmodi\214ed.)108 172.8 Q 3.143(Ad)108
+189.6 S .643(ouble quote may be quoted within double quotes by precedin\
+g it with a backslash.)-3.143 F .644(If enabled, history)5.644 F -.15
+(ex)108 201.6 S 1.268(pansion will be performed unless an).15 F F2(!)
+3.768 E F1 1.267
+(appearing in double quotes is escaped using a backslash.)6.268 F(The)
+6.267 E(backslash preceding the)108 213.6 Q F2(!)2.5 E F1(is not remo)5
+E -.15(ve)-.15 G(d.).15 E(The special parameters)108 230.4 Q F2(*)2.5 E
+F1(and)2.5 E F2(@)2.5 E F1(ha)2.5 E .3 -.15(ve s)-.2 H
+(pecial meaning when in double quotes \(see).15 E/F3 9/Times-Bold@0 SF
+-.666(PA)2.5 G(RAMETERS).666 E F1(belo)2.25 E(w\).)-.25 E .148
+(Character sequences of the form)108 247.2 R F2($)2.649 E F1<08>A F0
+(string)A F1 2.649<0861>C .149(re treated as a special v)-2.649 F .149
+(ariant of single quotes.)-.25 F .149(The sequence e)5.149 F(x-)-.15 E
+.528(pands to)108 259.2 R F0(string)3.028 E F1 3.028(,w)C .528
+(ith backslash-escaped characters in)-3.028 F F0(string)3.027 E F1 .527
+(replaced as speci\214ed by the ANSI C standard.)3.027 F
+(Backslash escape sequences, if present, are decoded as follo)108 271.2
+Q(ws:)-.25 E F2(\\a)144 283.2 Q F1(alert \(bell\))180 283.2 Q F2(\\b)144
+295.2 Q F1(backspace)180 295.2 Q F2(\\e)144 307.2 Q(\\E)144 319.2 Q F1
+(an escape character)180 319.2 Q F2(\\f)144 331.2 Q F1(form feed)180
+331.2 Q F2(\\n)144 343.2 Q F1(ne)180 343.2 Q 2.5(wl)-.25 G(ine)-2.5 E F2
+(\\r)144 355.2 Q F1(carriage return)180 355.2 Q F2(\\t)144 367.2 Q F1
+(horizontal tab)180 367.2 Q F2(\\v)144 379.2 Q F1 -.15(ve)180 379.2 S
+(rtical tab).15 E F2(\\\\)144 391.2 Q F1(backslash)180 391.2 Q F2<5c08>
+144 403.2 Q F1(single quote)180 403.2 Q F2(\\")144 415.2 Q F1
+(double quote)180 415.2 Q F2(\\?)144 427.2 Q F1(question mark)180 427.2
+Q F2(\\)144 439.2 Q F0(nnn)A F1(The eight-bit character whose v)180
+439.2 Q(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
+(\(one to three octal digits\).)2.5 E F2(\\x)144 451.2 Q F0(HH)A F1
+(The eight-bit character whose v)180 451.2 Q(alue is the he)-.25 E
 (xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1(\(one or tw)2.5 E 2.5(oh)
--.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F2(\\u)144 252 Q F0(HHHH)A F1
-1.506(the Unicode \(ISO/IEC 10646\) character whose v)180 264 R 1.507
-(alue is the he)-.25 F 1.507(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
-4.007 E F1(\(one to four he)180 276 Q 2.5(xd)-.15 G(igits\))-2.5 E F2
-(\\U)144 288 Q F0(HHHHHHHH)A F1 .548
-(the Unicode \(ISO/IEC 10646\) character whose v)180 300 R .547
-(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
-3.047 E(HHH)180 312 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\))
--2.5 E F2(\\c)144 324 Q F0(x)A F1 2.5(ac)180 324 S(ontrol-)-2.5 E F0(x)A
-F1(character)2.5 E(The e)108 340.8 Q(xpanded result is single-quoted, a\
-s if the dollar sign had not been present.)-.15 E 2.64(Ad)108 357.6 S
-.14(ouble-quoted string preceded by a dollar sign \()-2.64 F F2($)A F1
-(")A F0(string)A F1 .14
+-.1 G .3 -.15(ex d)-2.5 H(igits\).).15 E F2(\\u)144 463.2 Q F0(HHHH)A F1
+1.203(The Unicode \(ISO/IEC 10646\) character whose v)180 475.2 R 1.204
+(alue is the he)-.25 F 1.204(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
+3.704 E F1(\(one to four he)180 487.2 Q 2.5(xd)-.15 G(igits\).)-2.5 E F2
+(\\U)144 499.2 Q F0(HHHHHHHH)A F1 .245
+(The Unicode \(ISO/IEC 10646\) character whose v)180 511.2 R .244
+(alue is the he)-.25 F .244(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
+2.744 E(HHH)180 523.2 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G
+(igits\).)-2.5 E F2(\\c)144 535.2 Q F0(x)A F1 2.5(Ac)180 535.2 S
+(ontrol-)-2.5 E F0(x)A F1(character)2.5 E(.)-.55 E(The e)108 552 Q(xpan\
+ded result is single-quoted, as if the dollar sign had not been present\
+.)-.15 E F2 -.74(Tr)87 568.8 S(anslating Strings).74 E F1 2.64(Ad)108
+580.8 S .14(ouble-quoted string preceded by a dollar sign \()-2.64 F F2
+($)A F1(")A F0(string)A F1 .14
 ("\) will cause the string to be translated according)B .785
-(to the current locale.)108 369.6 R(The)5.785 E F0 -.1(ge)3.284 G(tte).1
+(to the current locale.)108 592.8 R(The)5.785 E F0 -.1(ge)3.284 G(tte).1
 E(xt)-.2 E F1 .784
 (infrastructure performs the lookup and translation, using the)3.284 F
-F2(LC_MES-)3.284 E(SA)108 381.6 Q(GES)-.55 E F1(,)A F2(TEXTDOMAINDIR)
+F2(LC_MES-)3.284 E(SA)108 604.8 Q(GES)-.55 E F1(,)A F2(TEXTDOMAINDIR)
 2.76 E F1 2.76(,a)C(nd)-2.76 E F2(TEXTDOMAIN)2.76 E F1 .261(shell v)
 2.761 F 2.761(ariables. If)-.25 F .261(the current locale is)2.761 F F2
-(C)2.761 E F1(or)2.761 E F2(POSIX)2.761 E F1(,)A .792
-(if there are no translations a)108 393.6 R -.25(va)-.2 G .791(ilable, \
-or if the string is not translated, the dollar sign is ignored.).25 F
-.791(This is a)5.791 F .534
-(form of double quoting, so the string remains double-quoted by def)108
-405.6 R .535(ault, whether or not it is translated and)-.1 F 2.798
-(replaced. If)108 417.6 R(the)2.798 E F2(noexpand_translation)2.797 E F1
-.297(option is enabled using the)2.797 F F2(shopt)2.797 E F1 -.2(bu)
-2.797 G .297(iltin, translated strings are sin-).2 F 1.228
-(gle-quoted instead of double-quoted.)108 429.6 R 1.229
-(See the description of)6.228 F F2(shopt)3.729 E F1(belo)3.729 E 3.729
-(wu)-.25 G(nder)-3.729 E/F3 9/Times-Bold@0 SF 1.229(SHELL B)3.729 F(UIL)
--.09 E 1.229(TIN COM-)-.828 F(MANDS)108 441.6 Q/F4 9/Times-Roman@0 SF(.)
-A/F5 10.95/Times-Bold@0 SF -.81(PA)72 458.4 S(RAMETERS).81 E F1(A)108
-470.4 Q F0(par)4.575 E(ameter)-.15 E F1 .825(is an entity that stores v)
-4.055 F 3.325(alues. It)-.25 F .825(can be a)3.325 F F0(name)3.684 E F1
-3.324(,an).18 G(umber)-3.324 E 3.324(,o)-.4 G 3.324(ro)-3.324 G .824
-(ne of the special characters)-3.324 F .801(listed belo)108 482.4 R
+(C)2.761 E F1(or)2.761 E F2(POSIX)2.761 E F1(,)A 1.214
+(if there are no translations a)108 616.8 R -.25(va)-.2 G 1.214(ilable,\
+ or if the string is not translated, the dollar sign is ignored, and th\
+e).25 F .949(string is treated as double-quoted as described abo)108
+628.8 R -.15(ve)-.15 G 5.949(.T).15 G .949
+(his is a form of double quoting, so the string re-)-5.949 F .372
+(mains double-quoted by def)108 640.8 R .371
+(ault, whether or not it is translated and replaced.)-.1 F .371(If the)
+5.371 F F2(noexpand_translation)2.871 E F1 .139
+(option is enabled using the)108 652.8 R F2(shopt)2.639 E F1 -.2(bu)
+2.639 G .139
+(iltin, translated strings are single-quoted instead of double-quoted.)
+.2 F(See)5.14 E(the description of)108 664.8 Q F2(shopt)2.5 E F1(belo)
+2.5 E 2.5(wu)-.25 G(nder)-2.5 E F3(SHELL B)2.5 E(UIL)-.09 E
+(TIN COMMANDS)-.828 E/F4 9/Times-Roman@0 SF(.)A/F5 10.95/Times-Bold@0 SF
+-.81(PA)72 681.6 S(RAMETERS).81 E F1(A)108 693.6 Q F0(par)4.575 E
+(ameter)-.15 E F1 .825(is an entity that stores v)4.055 F 3.325
+(alues. It)-.25 F .825(can be a)3.325 F F0(name)3.684 E F1 3.324(,an).18
+G(umber)-3.324 E 3.324(,o)-.4 G 3.324(ro)-3.324 G .824
+(ne of the special characters)-3.324 F .801(listed belo)108 705.6 R
 3.301(wu)-.25 G(nder)-3.301 E F2 .801(Special P)3.301 F(arameters)-.1 E
 F1 5.802(.A)C F0(variable)-2.21 E F1 .802(is a parameter denoted by a)
 3.482 F F0(name)3.662 E F1 5.802(.A).18 G -.25(va)-2.5 G .802
-(riable has a).25 F F0(value)108 494.4 Q F1 .369(and zero or more)2.869
+(riable has a).25 F F0(value)108 717.6 Q F1 .369(and zero or more)2.869
 F F0(attrib)2.869 E(utes)-.2 E F1 5.369(.A)C(ttrib)-5.369 E .369
 (utes are assigned using the)-.2 F F2(declar)2.868 E(e)-.18 E F1 -.2(bu)
 2.868 G .368(iltin command \(see).2 F F2(declar)2.868 E(e)-.18 E F1
-(belo)108 506.4 Q 2.5(wi)-.25 G(n)-2.5 E F3(SHELL B)2.5 E(UIL)-.09 E
-(TIN COMMANDS)-.828 E F4(\).)A F1 2.754(Ap)108 523.2 S .254
+(belo)108 729.6 Q 2.5(wi)-.25 G(n)-2.5 E F3(SHELL B)2.5 E(UIL)-.09 E
+(TIN COMMANDS)-.828 E F4(\).)A F1(The)4.5 E F2(export)2.5 E F1(and)2.5 E
+F2 -.18(re)2.5 G(adonly).18 E F1 -.2(bu)2.5 G
+(iltins assign speci\214c attrib).2 E(utes.)-.2 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(9)195.395 E 0 Cg EP
+%%Page: 10 10
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E 2.754(Ap)108 84 S .254
 (arameter is set if it has been assigned a v)-2.754 F 2.754(alue. The)
 -.25 F .254(null string is a v)2.754 F .255(alid v)-.25 F 2.755
 (alue. Once)-.25 F 2.755(av)2.755 G .255(ariable is set, it)-3.005 F
-(may be unset only by using the)108 535.2 Q F2(unset)2.5 E F1 -.2(bu)2.5
-G(iltin command \(see).2 E F3(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)
--.828 E F1(belo)2.25 E(w\).)-.25 E(A)108 552 Q F0(variable)2.79 E F1
-(may be assigned to by a statement of the form)2.68 E F0(name)144 568.8
-Q F1(=[)A F0(value)A F1(])A(If)108 585.6 Q F0(value)3.023 E F1 .233
+(may be unset only by using the)108 96 Q/F2 10/Times-Bold@0 SF(unset)2.5
+E F1 -.2(bu)2.5 G(iltin command \(see).2 E/F3 9/Times-Bold@0 SF(SHELL B)
+2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E(A)108
+112.8 Q F0(variable)2.79 E F1
+(may be assigned to by a statement of the form)2.68 E F0(name)144 129.6
+Q F1(=[)A F0(value)A F1(])A(If)108 146.4 Q F0(value)3.023 E F1 .233
 (is not gi)2.913 F -.15(ve)-.25 G .233(n, the v).15 F .232
 (ariable is assigned the null string.)-.25 F(All)5.232 E F0(values)3.022
 E F1(under)3.002 E .232(go tilde e)-.18 F .232(xpansion, parameter)-.15
-F .515(and v)108 597.6 R .515(ariable e)-.25 F .515
+F .515(and v)108 158.4 R .515(ariable e)-.25 F .515
 (xpansion, command substitution, arithmetic e)-.15 F .515
 (xpansion, and quote remo)-.15 F -.25(va)-.15 G 3.015(l\().25 G(see)
--3.015 E F3(EXP)3.015 E(ANSION)-.666 E F1(belo)108 609.6 Q 2.699
+-3.015 E F3(EXP)3.015 E(ANSION)-.666 E F1(belo)108 170.4 Q 2.699
 (w\). If)-.25 F .199(the v)2.699 F .199(ariable has its)-.25 F F2
 (integer)2.698 E F1(attrib)2.698 E .198(ute set, then)-.2 F F0(value)
 2.988 E F1 .198(is e)2.878 F -.25(va)-.25 G .198
 (luated as an arithmetic e).25 F .198(xpression e)-.15 F -.15(ve)-.25 G
-(n).15 E .523(if the)108 621.6 R F2($\(\()3.023 E F1 1.666(...)C F2
+(n).15 E .523(if the)108 182.4 R F2($\(\()3.023 E F1 1.666(...)C F2
 (\)\))-1.666 E F1 -.15(ex)3.023 G .523(pansion is not used \(see).15 F
 F2 .523(Arithmetic Expansion)3.023 F F1(belo)3.023 E 3.023(w\). W)-.25 F
 .524(ord splitting and pathname e)-.8 F(x-)-.15 E 1.364
-(pansion are not performed.)108 633.6 R 1.364
+(pansion are not performed.)108 194.4 R 1.364
 (Assignment statements may also appear as ar)6.364 F 1.363
 (guments to the)-.18 F F2(alias)3.863 E F1(,)A F2(declar)3.863 E(e)-.18
-E F1(,)A F2(typeset)108 645.6 Q F1(,)A F2(export)3.964 E F1(,)A F2 -.18
-(re)3.964 G(adonly).18 E F1 3.964(,a)C(nd)-3.964 E F2(local)3.964 E F1
--.2(bu)3.964 G 1.464(iltin commands \().2 F F0(declar)A(ation)-.15 E F1
-3.964(commands\). When)3.964 F(in)3.964 E F0 1.465(posix mode)3.965 F F1
-(,)A 1.142(these b)108 657.6 R 1.142
+E F1(,)A F2(typeset)108 206.4 Q F1(,)A F2(export)3.87 E F1(,)A F2 -.18
+(re)3.87 G(adonly).18 E F1 3.871(,a)C(nd)-3.871 E F2(local)3.871 E F1
+-.2(bu)3.871 G 1.371(iltin commands \().2 F F0(declar)A(ation)-.15 E F1
+3.871(commands\). When)3.871 F 1.371(in posix mode,)3.871 F 1.142
+(these b)108 218.4 R 1.142
 (uiltins may appear in a command after one or more instances of the)-.2
 F F2(command)3.641 E F1 -.2(bu)3.641 G 1.141(iltin and retain).2 F
-(these assignment statement properties.)108 669.6 Q .376(In the conte)
-108 686.4 R .376(xt where an assignment statement is assigning a v)-.15
+(these assignment statement properties.)108 230.4 Q .376(In the conte)
+108 247.2 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 1.631
-(operator can be used to append to or add to the v)108 698.4 R(ariable')
--.25 E 4.13(sp)-.55 G(re)-4.13 E 1.63(vious v)-.25 F 4.13(alue. This)
--.25 F 1.63(includes ar)4.13 F 1.63(guments to)-.18 F -.2(bu)108 710.4 S
-.163(iltin commands such as).2 F F2(declar)2.664 E(e)-.18 E F1 .164
-(that accept assignment statements \()2.664 F F0(declar)A(ation)-.15 E
-F1 2.664(commands\). When)2.664 F .164(+= is)2.664 F 2.009
-(applied to a v)108 722.4 R 2.009(ariable for which the)-.25 F F2
-(integer)4.509 E F1(attrib)4.509 E 2.009(ute has been set,)-.2 F F0
-(value)4.509 E F1 2.009(is e)4.509 F -.25(va)-.25 G 2.008
-(luated as an arithmetic).25 F(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(9)198.45 E 0 Cg EP
-%%Page: 10 10
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E -.15(ex)108 84 S .32(pression and added to the v)
-.15 F(ariable')-.25 E 2.82(sc)-.55 G .32(urrent v)-2.82 F .321
-(alue, which is also e)-.25 F -.25(va)-.25 G 2.821(luated. When).25 F
-.321(+= is applied to an ar)2.821 F(-)-.2 E .083(ray v)108 96 R .083
-(ariable using compound assignment \(see)-.25 F/F2 10/Times-Bold@0 SF
-(Arrays)2.583 E F1(belo)2.582 E .082(w\), the v)-.25 F(ariable')-.25 E
-2.582(sv)-.55 G .082(alue is not unset \(as it is when)-2.832 F .502
-(using =\), and ne)108 108 R 3.002(wv)-.25 G .503
-(alues are appended to the array be)-3.252 F .503
-(ginning at one greater than the array')-.15 F 3.003(sm)-.55 G .503
-(aximum in-)-3.003 F(de)108 120 Q 3.015(x\()-.15 G .515(for inde)-3.015
-F -.15(xe)-.15 G 3.015(da).15 G .515(rrays\) or added as additional k)
--3.015 F -.15(ey)-.1 G<ad76>.15 E .515(alue pairs in an associati)-.25 F
-.814 -.15(ve a)-.25 H(rray).15 E 5.514(.W)-.65 G .514(hen applied to a)
--5.514 F(string-v)108 132 Q(alued v)-.25 E(ariable,)-.25 E F0(value)2.5
-E F1(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 3.382(Av)108 148.8 S .882
-(ariable can be assigned the)-3.632 F F0(namer)3.382 E(ef)-.37 E F1
-(attrib)3.382 E .882(ute using the)-.2 F F2<ad6e>3.382 E F1 .882
-(option to the)3.382 F F2(declar)3.382 E(e)-.18 E F1(or)3.383 E F2
-(local)3.383 E F1 -.2(bu)3.383 G .883(iltin com-).2 F .316
-(mands \(see the descriptions of)108 160.8 R F2(declar)2.816 E(e)-.18 E
-F1(and)2.816 E F2(local)2.816 E F1(belo)2.816 E .316(w\) to create a)
--.25 F F0(namer)2.815 E(ef)-.37 E F1 2.815(,o)C 2.815(rar)-2.815 G .315
-(eference to another v)-2.815 F(ari-)-.25 E 2.918(able. This)108 172.8 R
-(allo)2.918 E .418(ws v)-.25 F .418
+(x, the +=)-.15 F 1.376(operator will append to or add to the v)108
+259.2 R(ariable')-.25 E 3.875(sp)-.55 G(re)-3.875 E 1.375(vious v)-.25 F
+3.875(alue. This)-.25 F 1.375(includes ar)3.875 F 1.375(guments to)-.18
+F F0(declar)3.875 E(ation)-.15 E F1 .423(commands such as)108 271.2 R F2
+(declar)2.923 E(e)-.18 E F1 .424(that accept assignment statements.)
+2.923 F .424(When += is applied to a v)5.424 F .424(ariable for which)
+-.25 F(the)108 283.2 Q F2(integer)2.607 E F1(attrib)2.607 E .107
+(ute has been set, the v)-.2 F(ariable')-.25 E 2.607(sc)-.55 G .106
+(urrent v)-2.607 F .106(alue and)-.25 F F0(value)2.606 E F1 .106
+(are each e)2.606 F -.25(va)-.25 G .106(luated as arithmetic e).25 F(x-)
+-.15 E .352(pressions, and the sum of the results is assigned as the v)
+108 295.2 R(ariable')-.25 E 2.853(sv)-.55 G 2.853(alue. The)-3.103 F
+.353(current v)2.853 F .353(alue is usually an in-)-.25 F(te)108 307.2 Q
+.255(ger constant, b)-.15 F .254(ut may be an e)-.2 F 2.754
+(xpression. When)-.15 F .254(+= is applied to an array v)2.754 F .254
+(ariable using compound assign-)-.25 F .662(ment \(see)108 319.2 R F2
+(Arrays)3.162 E F1(belo)3.162 E .662(w\), the v)-.25 F(ariable')-.25 E
+3.162(sv)-.55 G .663
+(alue is not unset \(as it is when using =\), and ne)-3.412 F 3.163(wv)
+-.25 G .663(alues are ap-)-3.413 F .307(pended to the array be)108 331.2
+R .307(ginning at one greater than the array')-.15 F 2.806(sm)-.55 G
+.306(aximum inde)-2.806 F 2.806(x\()-.15 G .306(for inde)-2.806 F -.15
+(xe)-.15 G 2.806(da).15 G .306(rrays\) or added)-2.806 F .245
+(as additional k)108 343.2 R -.15(ey)-.1 G<ad76>.15 E .245
+(alue pairs in an associati)-.25 F .546 -.15(ve a)-.25 H(rray).15 E
+5.246(.W)-.65 G .246(hen applied to a string-v)-5.246 F .246(alued v)
+-.25 F(ariable,)-.25 E F0(value)2.746 E F1 .246(is e)2.746 F(x-)-.15 E
+(panded and appended to the v)108 355.2 Q(ariable')-.25 E 2.5(sv)-.55 G
+(alue.)-2.75 E 3.383(Av)108 372 S .883(ariable can be assigned the)
+-3.633 F F0(namer)3.382 E(ef)-.37 E F1(attrib)3.382 E .882
+(ute using the)-.2 F F2<ad6e>3.382 E F1 .882(option to the)3.382 F F2
+(declar)3.382 E(e)-.18 E F1(or)3.382 E F2(local)3.382 E F1 -.2(bu)3.382
+G .882(iltin com-).2 F .315(mands \(see the descriptions of)108 384 R F2
+(declar)2.815 E(e)-.18 E F1(and)2.815 E F2(local)2.815 E F1(belo)2.815 E
+.316(w\) to create a)-.25 F F0(namer)2.816 E(ef)-.37 E F1 2.816(,o)C
+2.816(rar)-2.816 G .316(eference to another v)-2.816 F(ari-)-.25 E 2.919
+(able. This)108 396 R(allo)2.919 E .419(ws v)-.25 F .419
 (ariables to be manipulated indirectly)-.25 F 5.419(.W)-.65 G(hene)
--5.419 E -.15(ve)-.25 G 2.919(rt).15 G .419(he nameref v)-2.919 F .419
-(ariable is referenced, as-)-.25 F .133
-(signed to, unset, or has its attrib)108 184.8 R .132
-(utes modi\214ed \(other than using or changing the)-.2 F F0(namer)2.632
-E(ef)-.37 E F1(attrib)2.632 E .132(ute itself\), the)-.2 F 1.356
-(operation is actually performed on the v)108 196.8 R 1.357
-(ariable speci\214ed by the nameref v)-.25 F(ariable')-.25 E 3.857(sv)
--.55 G 3.857(alue. A)-4.107 F 1.357(nameref is)3.857 F .972
-(commonly used within shell functions to refer to a v)108 208.8 R .971
-(ariable whose name is passed as an ar)-.25 F .971(gument to the)-.18 F
-2.5(function. F)108 220.8 R(or instance, if a v)-.15 E
+-5.419 E -.15(ve)-.25 G 2.918(rt).15 G .418(he nameref v)-2.918 F .418
+(ariable is referenced, as-)-.25 F .132
+(signed to, unset, or has its attrib)108 408 R .132
+(utes modi\214ed \(other than using or changing the)-.2 F F0(namer)2.633
+E(ef)-.37 E F1(attrib)2.633 E .133(ute itself\), the)-.2 F 1.357
+(operation is actually performed on the v)108 420 R 1.357
+(ariable speci\214ed by the nameref v)-.25 F(ariable')-.25 E 3.856(sv)
+-.55 G 3.856(alue. A)-4.106 F 1.356(nameref is)3.856 F .971
+(commonly used within shell functions to refer to a v)108 432 R .972
+(ariable whose name is passed as an ar)-.25 F .972(gument to the)-.18 F
+2.5(function. F)108 444 R(or instance, if a v)-.15 E
 (ariable name is passed to a shell function as its \214rst ar)-.25 E
-(gument, running)-.18 E/F3 10/Courier@0 SF(declare \255n ref=$1)144
-237.6 Q F1 .302(inside the function creates a nameref v)108 254.4 R
-(ariable)-.25 E F2 -.18(re)2.803 G(f).18 E F1 .303(whose v)2.803 F .303
-(alue is the v)-.25 F .303(ariable name passed as the \214rst ar)-.25 F
-(gu-)-.18 E 3.592(ment. References)108 266.4 R 1.092(and assignments to)
-3.592 F F2 -.18(re)3.592 G(f).18 E F1 3.592(,a)C 1.092
-(nd changes to its attrib)-3.592 F 1.092
-(utes, are treated as references, assign-)-.2 F .143(ments, and attrib)
-108 278.4 R .144(ute modi\214cations to the v)-.2 F .144
-(ariable whose name w)-.25 F .144(as passed as)-.1 F F2($1)2.644 E F1
-5.144(.I)C 2.644(ft)-5.144 G .144(he control v)-2.644 F .144
-(ariable in a)-.25 F F2 -.25(fo)108 290.4 S(r).25 E F1 .868
-(loop has the nameref attrib)3.368 F .868(ute, the list of w)-.2 F .867
-(ords can be a list of shell v)-.1 F .867
+(gument, running)-.18 E/F4 10/Courier@0 SF(declare \255n ref=$1)144
+460.8 Q F1 .385(inside the function creates a local nameref v)108 477.6
+R(ariable)-.25 E F2 -.18(re)2.885 G(f).18 E F1 .385(whose v)2.885 F .385
+(alue is the v)-.25 F .385(ariable name passed as the \214rst)-.25 F(ar)
+108 489.6 Q 3.53(gument. References)-.18 F 1.03(and assignments to)3.53
+F F2 -.18(re)3.53 G(f).18 E F1 3.531(,a)C 1.031
+(nd changes to its attrib)-3.531 F 1.031
+(utes, are treated as references, as-)-.2 F .197(signments, and attrib)
+108 501.6 R .197(ute modi\214cations to the v)-.2 F .196
+(ariable whose name w)-.25 F .196(as passed as)-.1 F F2($1)2.696 E F1
+5.196(.I)C 2.696(ft)-5.196 G .196(he control v)-2.696 F(ariable)-.25 E
+.005(in a)108 513.6 R F2 -.25(fo)2.505 G(r).25 E F1 .006
+(loop has the nameref attrib)2.506 F .006(ute, the list of w)-.2 F .006
+(ords can be a list of shell v)-.1 F .006
 (ariables, and a name reference)-.25 F .509
-(will be established for each w)108 302.4 R .509
+(will be established for each w)108 525.6 R .509
 (ord in the list, in turn, when the loop is e)-.1 F -.15(xe)-.15 G 3.009
 (cuted. Array).15 F -.25(va)3.009 G .509(riables cannot be).25 F(gi)108
-314.4 Q -.15(ve)-.25 G 3.032(nt).15 G(he)-3.032 E F2(namer)3.032 E(ef)
--.18 E F1(attrib)3.032 E 3.032(ute. Ho)-.2 F(we)-.25 E -.15(ve)-.25 G
-1.332 -.4(r, n).15 H .532(ameref v).4 F .531
-(ariables can reference array v)-.25 F .531(ariables and subscripted ar)
--.25 F(-)-.2 E .533(ray v)108 326.4 R 3.033(ariables. Namerefs)-.25 F
-.533(can be unset using the)3.033 F F2<ad6e>3.033 E F1 .533
-(option to the)3.033 F F2(unset)3.033 E F1 -.2(bu)3.034 G 3.034
-(iltin. Otherwise,).2 F(if)3.034 E F2(unset)3.034 E F1 .534(is e)3.034 F
--.15(xe)-.15 G(-).15 E .443(cuted with the name of a nameref v)108 338.4
-R .442(ariable as an ar)-.25 F .442(gument, the v)-.18 F .442
+537.6 Q -.15(ve)-.25 G 3.031(nt).15 G(he)-3.031 E F2(namer)3.031 E(ef)
+-.18 E F1(attrib)3.031 E 3.031(ute. Ho)-.2 F(we)-.25 E -.15(ve)-.25 G
+1.331 -.4(r, n).15 H .531(ameref v).4 F .532
+(ariables can reference array v)-.25 F .532(ariables and subscripted ar)
+-.25 F(-)-.2 E .534(ray v)108 549.6 R 3.034(ariables. Namerefs)-.25 F
+.534(can be unset using the)3.034 F F2<ad6e>3.033 E F1 .533
+(option to the)3.033 F F2(unset)3.033 E F1 -.2(bu)3.033 G 3.033
+(iltin. Otherwise,).2 F(if)3.033 E F2(unset)3.033 E F1 .533(is e)3.033 F
+-.15(xe)-.15 G(-).15 E .442(cuted with the name of a nameref v)108 561.6
+R .442(ariable as an ar)-.25 F .442(gument, the v)-.18 F .443
 (ariable referenced by the nameref v)-.25 F(ariable)-.25 E
-(will be unset.)108 350.4 Q F2 -.2(Po)87 367.2 S(sitional P).2 E
-(arameters)-.1 E F1(A)108 379.2 Q F0 .705(positional par)4.455 F(ameter)
+(will be unset.)108 573.6 Q F2 -.2(Po)87 590.4 S(sitional P).2 E
+(arameters)-.1 E F1(A)108 602.4 Q F0 .706(positional par)4.456 F(ameter)
 -.15 E F1 .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 391.2 R 2.944(sa)
+ the single digit 0.)3.936 F(Posi-)5.705 E .444
+(tional parameters are assigned from the shell')108 614.4 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 403.2 Q F2
-(set)3.333 E F1 -.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(positional parameters are temporarily replaced when a shel\
-l function is e)108 415.2 Q -.15(xe)-.15 G(cuted \(see).15 E/F4 9
-/Times-Bold@0 SF(FUNCTIONS)2.5 E F1(belo)2.25 E(w\).)-.25 E 1.404(When \
-a positional parameter consisting of more than a single digit is e)108
-432 R 1.403(xpanded, it must be enclosed in)-.15 F(braces \(see)108 444
-Q F4(EXP)2.5 E(ANSION)-.666 E F1(belo)2.25 E(w\).)-.25 E F2(Special P)87
-460.8 Q(arameters)-.1 E F1 1.674(The shell treats se)108 472.8 R -.15
-(ve)-.25 G 1.674(ral parameters specially).15 F 6.675(.T)-.65 G 1.675
+(ke).2 G .445(d, and may be reassigned using).1 F(the)108 626.4 Q F2
+(set)3.334 E F1 -.2(bu)3.334 G .834(iltin command.).2 F .833(Positional\
+ parameters may not be assigned to with assignment statements.)5.834 F
+(The)5.833 E(positional parameters are temporarily replaced when a shel\
+l function is e)108 638.4 Q -.15(xe)-.15 G(cuted \(see).15 E F3
+(FUNCTIONS)2.5 E F1(belo)2.25 E(w\).)-.25 E 1.403(When a positional par\
+ameter consisting of more than a single digit is e)108 655.2 R 1.404
+(xpanded, it must be enclosed in)-.15 F .436(braces \(see)108 667.2 R F3
+(EXP)2.936 E(ANSION)-.666 E F1(belo)2.686 E 2.936(w\). W)-.25 F .435
+(ithout braces, a digit follo)-.4 F .435
+(wing $ can only refer to one of the \214rst nine)-.25 F
+(positional parameters \()108 679.2 Q F2($1\255$9)A F1 2.5(\)o)C 2.5(rt)
+-2.5 G(he special parameter)-2.5 E F2($0)2.5 E F1(\(see the ne)2.5 E
+(xt section\).)-.15 E F2(Special P)87 696 Q(arameters)-.1 E F1 1.674
+(The shell treats se)108 708 R -.15(ve)-.25 G 1.674
+(ral parameters specially).15 F 6.675(.T)-.65 G 1.675
 (hese parameters may only be referenced; assignment to)-6.675 F
-(them is not allo)108 484.8 Q(wed.)-.25 E F2(*)108 496.8 Q F1 .224
-(Expands to the positional parameters, starting from one.)144 496.8 R
-.223(When the e)5.224 F .223(xpansion is not within double)-.15 F .662
-(quotes, each positional parameter e)144 508.8 R .662
-(xpands to a separate w)-.15 F 3.162(ord. In)-.1 F(conte)3.162 E .662
-(xts where it is performed,)-.15 F 1.082(those w)144 520.8 R 1.082
-(ords are subject to further w)-.1 F 1.081(ord splitting and pathname e)
--.1 F 3.581(xpansion. When)-.15 F 1.081(the e)3.581 F(xpansion)-.15 E
-.914(occurs within double quotes, it e)144 532.8 R .914
-(xpands to a single w)-.15 F .915(ord with the v)-.1 F .915
-(alue of each parameter sepa-)-.25 F .315
-(rated by the \214rst character of the)144 544.8 R F4(IFS)2.815 E F1
-.315(special v)2.565 F 2.815(ariable. That)-.25 F(is,)2.814 E F2("$*")
-2.814 E F1 .314(is equi)2.814 F -.25(va)-.25 G .314(lent to).25 F F2
-("$1)2.814 E F0(c)A F2($2)A F0(c)A F2 1.666(...)C(")-1.666 E F1(,)A
-(where)144 556.8 Q F0(c)3.532 E F1 .832
-(is the \214rst character of the v)3.642 F .832(alue of the)-.25 F F4
-(IFS)3.332 E F1 -.25(va)3.082 G 3.332(riable. If).25 F F4(IFS)3.332 E F1
-.833(is unset, the parameters are)3.082 F(separated by spaces.)144 568.8
-Q(If)5 E F4(IFS)2.5 E F1
-(is null, the parameters are joined without interv)2.25 E
-(ening separators.)-.15 E F2(@)108 580.8 Q F1 .722
-(Expands to the positional parameters, starting from one.)144 580.8 R
-.722(In conte)5.722 F .722(xts where w)-.15 F .722(ord splitting is per)
--.1 F(-)-.2 E 1.165(formed, this e)144 592.8 R 1.165
-(xpands each positional parameter to a separate w)-.15 F 1.165
-(ord; if not within double quotes,)-.1 F .655(these w)144 604.8 R .655
-(ords are subject to w)-.1 F .655(ord splitting.)-.1 F .655(In conte)
-5.655 F .655(xts where w)-.15 F .654
-(ord splitting is not performed, this)-.1 F -.15(ex)144 616.8 S .748
-(pands to a single w).15 F .748
-(ord with each positional parameter separated by a space.)-.1 F .748
-(When the e)5.748 F(xpan-)-.15 E .895
-(sion occurs within double quotes, each parameter e)144 628.8 R .895
-(xpands to a separate w)-.15 F 3.394(ord. That)-.1 F(is,)3.394 E F2
-("$@")3.394 E F1(is)3.394 E(equi)144 640.8 Q -.25(va)-.25 G .65(lent to)
-.25 F F2("$1" "$2" .)3.15 E 1.666(..)1.666 G F1 .651
-(If the double-quoted e)3.984 F .651(xpansion occurs within a w)-.15 F
-.651(ord, the e)-.1 F(xpansion)-.15 E .609
-(of the \214rst parameter is joined with the be)144 652.8 R .608
-(ginning part of the original w)-.15 F .608(ord, and the e)-.1 F .608
-(xpansion of)-.15 F .803
-(the last parameter is joined with the last part of the original w)144
-664.8 R 3.304(ord. When)-.1 F .804(there are no positional)3.304 F
-(parameters,)144 676.8 Q F2("$@")2.5 E F1(and)2.5 E F2($@)2.5 E F1 -.15
-(ex)2.5 G(pand to nothing \(i.e., the).15 E 2.5(ya)-.15 G(re remo)-2.5 E
--.15(ve)-.15 G(d\).).15 E F2(#)108 688.8 Q F1
-(Expands to the number of positional parameters in decimal.)144 688.8 Q
-F2(?)108 700.8 Q F1(Expands to the e)144 700.8 Q
-(xit status of the most recently e)-.15 E -.15(xe)-.15 G(cuted fore).15
-E(ground pipeline.)-.15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(10)193.45 E 0 Cg EP
+(them is not allo)108 720 Q 2.5(wed. Special)-.25 F
+(parameters are denoted by one of the follo)2.5 E(wing characters.)-.25
+E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(10)190.395 E 0 Cg EP
 %%Page: 11 11
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad>108 84 Q F1 .882
-(Expands to the current option \215ags as speci\214ed upon in)144 84 R
--.2(vo)-.4 G .881(cation, by the).2 F F2(set)3.381 E F1 -.2(bu)3.381 G
-.881(iltin command, or).2 F(those set by the shell itself \(such as the)
-144 96 Q F2<ad69>2.5 E F1(option\).)2.5 E F2($)108 108 Q F1 .839
-(Expands to the process ID of the shell. In a subshell, it e)144 108 R
-.839(xpands to the process ID of the current)-.15 F
-(shell, not the subshell.)144 120 Q F2(!)108 132 Q F1 .499(Expands to t\
-he process ID of the job most recently placed into the background, whet\
-her e)144 132 R -.15(xe)-.15 G(cuted).15 E
-(as an asynchronous command or using the)144 144 Q F2(bg)2.5 E F1 -.2
-(bu)2.5 G(iltin \(see).2 E/F3 9/Times-Bold@0 SF(JOB CONTR)2.5 E(OL)-.27
-E F1(belo)2.25 E(w\).)-.25 E F2(0)108 156 Q F1 .886
-(Expands to the name of the shell or shell script.)144 156 R .886
-(This is set at shell initialization.)5.886 F(If)5.887 E F2(bash)3.387 E
-F1 .887(is in-)3.387 F -.2(vo)144 168 S -.1(ke).2 G 2.668(dw).1 G .168
-(ith a \214le of commands,)-2.668 F F2($0)2.668 E F1 .167
-(is set to the name of that \214le.)2.667 F(If)5.167 E F2(bash)2.667 E
-F1 .167(is started with the)2.667 F F2<ad63>2.667 E F1(op-)2.667 E .895
-(tion, then)144 180 R F2($0)3.395 E F1 .895(is set to the \214rst ar)
-3.395 F .895(gument after the string to be e)-.18 F -.15(xe)-.15 G .896
-(cuted, if one is present.).15 F(Other)5.896 E(-)-.2 E
-(wise, it is set to the \214lename used to in)144 192 Q -.2(vo)-.4 G -.1
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(*)108 84 Q F1(\()144 84 Q F2
+($*)A F1 3.478(\)E)C .978
+(xpands to the positional parameters, starting from one.)-3.478 F .978
+(When the e)5.978 F .977(xpansion is not within)-.15 F .383
+(double quotes, each positional parameter e)144 96 R .383
+(xpands to a separate w)-.15 F 2.883(ord. In)-.1 F(conte)2.883 E .383
+(xts where w)-.15 F .383(ord e)-.1 F(x-)-.15 E .131
+(pansions are performed, those w)144 108 R .131
+(ords are subject to further w)-.1 F .13(ord splitting and pathname e)
+-.1 F(xpansion.)-.15 E 1.095(When the e)144 120 R 1.095
+(xpansion occurs within double quotes, it e)-.15 F 1.096
+(xpands to a single w)-.15 F 1.096(ord with the v)-.1 F 1.096(alue of)
+-.25 F .628(each parameter separated by the \214rst character of the)144
+132 R/F3 9/Times-Bold@0 SF(IFS)3.128 E F1 -.25(va)2.878 G 3.128
+(riable. That).25 F(is,)3.128 E F2("$*")3.128 E F1 .627(is equi)3.128 F
+-.25(va)-.25 G .627(lent to).25 F F2("$1)144 144 Q F0(c)A F2($2)A F0(c)A
+F2 1.666(...)C(")-1.666 E F1 2.805(,w)C(here)-2.805 E F0(c)3.005 E F1
+.306(is the \214rst character of the v)3.115 F .306(alue of the)-.25 F
+F3(IFS)2.806 E F1 -.25(va)2.556 G 2.806(riable. If).25 F F3(IFS)2.806 E
+F1 .306(is unset, the pa-)2.556 F .129
+(rameters are separated by spaces.)144 156 R(If)5.129 E F3(IFS)2.629 E
+F1 .129(is null, the parameters are joined without interv)2.379 F .129
+(ening sep-)-.15 F(arators.)144 168 Q F2(@)108 180 Q F1(\()144 180 Q F2
+($@)A F1 2.86(\)E)C .361
+(xpands to the positional parameters, starting from one.)-2.86 F .361
+(In conte)5.361 F .361(xts where w)-.15 F .361(ord splitting is)-.1 F
+.253(performed, this e)144 192 R .253
+(xpands each positional parameter to a separate w)-.15 F .253
+(ord; if not within double quotes,)-.1 F .396(these w)144 204 R .396
+(ords are subject to w)-.1 F .396(ord splitting.)-.1 F .396(In conte)
+5.396 F .396(xts where w)-.15 F .396
+(ord splitting is not performed, such)-.1 F .149(as the v)144 216 R .148
+(alue portion of an assignment statement, this e)-.25 F .148
+(xpands to a single w)-.15 F .148(ord with each positional)-.1 F .155
+(parameter separated by a space.)144 228 R .155(When the e)5.155 F .155
+(xpansion occurs within double quotes, and w)-.15 F .155(ord split-)-.1
+F 1.484(ting is performed, each parameter e)144 240 R 1.484
+(xpands to a separate w)-.15 F 3.984(ord. That)-.1 F(is,)3.984 E F2
+("$@")3.984 E F1 1.484(is equi)3.984 F -.25(va)-.25 G 1.484(lent to).25
+F F2("$1" "$2" .)144 252 Q 1.666(..)1.666 G F1 .205
+(If the double-quoted e)3.538 F .205(xpansion occurs within a w)-.15 F
+.205(ord, the e)-.1 F .205(xpansion of the \214rst pa-)-.15 F .361
+(rameter is joined with the e)144 264 R .361(xpansion of the be)-.15 F
+.36(ginning part of the original w)-.15 F .36(ord, and the e)-.1 F
+(xpansion)-.15 E .196(of the last parameter is joined with the e)144 276
+R .197(xpansion of the last part of the original w)-.15 F 2.697
+(ord. When)-.1 F(there)2.697 E(are no positional parameters,)144 288 Q
+F2("$@")2.5 E F1(and)2.5 E F2($@)2.5 E F1 -.15(ex)2.5 G
+(pand to nothing \(i.e., the).15 E 2.5(ya)-.15 G(re remo)-2.5 E -.15(ve)
+-.15 G(d\).).15 E F2(#)108 300 Q F1(\()144 300 Q F2($#)A F1 2.5(\)E)C
+(xpands to the number of positional parameters in decimal.)-2.5 E F2(?)
+108 312 Q F1(\()144 312 Q F2($?)A F1 2.5(\)E)C(xpands to the e)-2.5 E
+(xit status of the most recently e)-.15 E -.15(xe)-.15 G(cuted command.)
+.15 E F2<ad>108 324 Q F1(\()144 324 Q F2<24ad>A F1 2.78(\)E)C .279
+(xpands to the current option \215ags as speci\214ed upon in)-2.78 F -.2
+(vo)-.4 G .279(cation, by the).2 F F2(set)2.779 E F1 -.2(bu)2.779 G .279
+(iltin command,).2 F(or those set by the shell itself \(such as the)144
+336 Q F2<ad69>2.5 E F1(option\).)2.5 E F2($)108 348 Q F1(\()144 348 Q F2
+($$)A F1 2.835(\)E)C .335(xpands to the process ID of the shell.)-2.835
+F .335(In a subshell, it e)5.335 F .335
+(xpands to the process ID of the par)-.15 F(-)-.2 E
+(ent shell, not the subshell.)144 360 Q F2(!)108 372 Q F1(\()144 372 Q
+F2($!)A F1 .722(\)Expands to the process ID of the job most recently pl\
+aced into the background, whether e)B -.15(xe)-.15 G(-).15 E
+(cuted as an asynchronous command or using the)144 384 Q F2(bg)2.5 E F1
+-.2(bu)2.5 G(iltin \(see).2 E F3(JOB CONTR)2.5 E(OL)-.27 E F1(belo)2.25
+E(w\).)-.25 E F2(0)108 396 Q F1(\()144 396 Q F2($0)A F1 3.094(\)E)C .594
+(xpands to the name of the shell or shell script.)-3.094 F .594
+(This is set at shell initialization.)5.594 F(If)5.595 E F2(bash)3.095 E
+F1(is)3.095 E(in)144 408 Q -.2(vo)-.4 G -.1(ke).2 G 3.078(dw).1 G .578
+(ith a \214le of commands,)-3.078 F F2($0)3.078 E F1 .578
+(is set to the name of that \214le.)3.078 F(If)5.577 E F2(bash)3.077 E
+F1 .577(is started with the)3.077 F F2<ad63>3.077 E F1 .368
+(option, then)144 420 R F2($0)2.869 E F1 .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.369 E(-)-.2 E
+(wise, it is set to the \214lename used to in)144 432 Q -.2(vo)-.4 G -.1
 (ke).2 G F2(bash)2.6 E F1 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 F2(Shell V)
-87 208.8 Q(ariables)-.92 E F1(The follo)108 220.8 Q(wing v)-.25 E
-(ariables are set by the shell:)-.25 E F2(_)108 237.6 Q F1 1.526
-(At shell startup, set to the pathname used to in)144 237.6 R -.2(vo)-.4
-G 1.725 -.1(ke t).2 H 1.525(he shell or shell script being e).1 F -.15
-(xe)-.15 G 1.525(cuted as).15 F .173(passed in the en)144 249.6 R .173
-(vironment or ar)-.4 F .173(gument list.)-.18 F(Subsequently)5.173 E
-2.673(,e)-.65 G .173(xpands to the last ar)-2.823 F .174
-(gument to the pre-)-.18 F .337(vious simple command e)144 261.6 R -.15
-(xe)-.15 G .337(cuted in the fore).15 F .336(ground, after e)-.15 F
-2.836(xpansion. Also)-.15 F .336(set to the full pathname)2.836 F .365
-(used to in)144 273.6 R -.2(vo)-.4 G .565 -.1(ke e).2 H .365
-(ach command e).1 F -.15(xe)-.15 G .366(cuted and placed in the en).15 F
-.366(vironment e)-.4 F .366(xported to that command.)-.15 F(When checki\
-ng mail, this parameter holds the name of the mail \214le currently bei\
-ng check)144 285.6 Q(ed.)-.1 E F2 -.3(BA)108 297.6 S(SH).3 E F1
-(Expands to the full \214lename used to in)144 297.6 Q -.2(vo)-.4 G .2
+87 448.8 Q(ariables)-.92 E F1(The shell sets follo)108 460.8 Q(wing v)
+-.25 E(ariables:)-.25 E F2(_)108 477.6 Q F1(\()144 477.6 Q F2($_)A F1
+2.555(,a)C 2.555(nu)-2.555 G .055
+(nderscore\) This has a number of meanings depending on conte)-2.555 F
+2.555(xt. At)-.15 F .054(shell startup,)2.554 F F2(_)2.554 E F1 .054
+(is set)2.554 F .912(to the pathname used to in)144 489.6 R -.2(vo)-.4 G
+1.112 -.1(ke t).2 H .912(he shell or shell script being e).1 F -.15(xe)
+-.15 G .913(cuted as passed in the en).15 F(viron-)-.4 E .57(ment or ar)
+144 501.6 R .57(gument list.)-.18 F(Subsequently)5.57 E 3.07(,i)-.65 G
+3.069(te)-3.07 G .569(xpands to the last ar)-3.219 F .569
+(gument to the pre)-.18 F .569(vious simple com-)-.25 F .008(mand e)144
+513.6 R -.15(xe)-.15 G .008(cuted in the fore).15 F .008
+(ground, after e)-.15 F 2.508(xpansion. It)-.15 F .008
+(is also set to the full pathname used to in)2.508 F -.2(vo)-.4 G -.1
+(ke).2 G .556(each command e)144 525.6 R -.15(xe)-.15 G .556
+(cuted and placed in the en).15 F .555(vironment e)-.4 F .555
+(xported to that command.)-.15 F .555(When check-)5.555 F(ing mail,)144
+537.6 Q F2($_)2.5 E F1 -.15(ex)2.5 G
+(pands to the name of the mail \214le currently being check).15 E(ed.)
+-.1 E F2 -.3(BA)108 549.6 S(SH).3 E F1
+(Expands to the full \214lename used to in)144 549.6 Q -.2(vo)-.4 G .2
 -.1(ke t).2 H(his instance of).1 E F2(bash)2.5 E F1(.)A F2 -.3(BA)108
-309.6 S(SHOPTS).3 E F1 2.549(Ac)144 321.6 S .049
-(olon-separated list of enabled shell options.)-2.549 F .049(Each w)
+561.6 S(SHOPTS).3 E F1 2.548(Ac)144 573.6 S .049
+(olon-separated list of enabled shell options.)-2.548 F .049(Each w)
 5.049 F .049(ord in the list is a v)-.1 F .049(alid ar)-.25 F .049
-(gument for the)-.18 F F2<ad73>2.548 E F1 .115(option to the)144 333.6 R
+(gument for the)-.18 F F2<ad73>2.549 E F1 .116(option to the)144 585.6 R
 F2(shopt)2.616 E F1 -.2(bu)2.616 G .116(iltin command \(see).2 F F3 .116
 (SHELL B)2.616 F(UIL)-.09 E .116(TIN COMMANDS)-.828 F F1(belo)2.366 E
-2.616(w\). The)-.25 F .116(options ap-)2.616 F 1.067(pearing in)144
-345.6 R F3 -.27(BA)3.567 G(SHOPTS).27 E F1 1.067(are those reported as)
-3.317 F F0(on)3.797 E F1(by)3.807 E F2(shopt)3.567 E F1 6.066(.I)C 3.566
-(ft)-6.066 G 1.066(his v)-3.566 F 1.066(ariable is in the en)-.25 F
-(vironment)-.4 E(when)144 357.6 Q F2(bash)3.141 E F1 .642(starts up, ea\
-ch shell option in the list will be enabled before reading an)3.141 F
-3.142(ys)-.15 G .642(tartup \214les.)-3.142 F(This v)144 369.6 Q
-(ariable is read-only)-.25 E(.)-.65 E F2 -.3(BA)108 381.6 S(SHPID).3 E
-F1 .188(Expands to the process ID of the current)144 393.6 R F2(bash)
-2.688 E F1 2.687(process. This)2.687 F(dif)2.687 E .187(fers from)-.25 F
-F2($$)2.687 E F1 .187(under certain circum-)2.687 F .548
-(stances, such as subshells that do not require)144 405.6 R F2(bash)
-3.048 E F1 .548(to be re-initialized.)3.048 F .549(Assignments to)5.549
-F F3 -.27(BA)3.049 G(SHPID).27 E F1(ha)144 417.6 Q .3 -.15(ve n)-.2 H
+2.616(w\). The)-.25 F .115(options ap-)2.615 F 1.066(pearing in)144
+597.6 R F3 -.27(BA)3.566 G(SHOPTS).27 E F1 1.066(are those reported as)
+3.316 F F0(on)3.796 E F1(by)3.807 E F2(shopt)3.567 E F1 6.067(.I)C 3.567
+(ft)-6.067 G 1.067(his v)-3.567 F 1.067(ariable is in the en)-.25 F
+(vironment)-.4 E(when)144 609.6 Q F2(bash)2.766 E F1 .266
+(starts up, the shell enables each option in the list before reading an)
+2.766 F 2.766(ys)-.15 G .265(tartup \214les.)-2.766 F(This)5.265 E -.25
+(va)144 621.6 S(riable is read-only).25 E(.)-.65 E F2 -.3(BA)108 633.6 S
+(SHPID).3 E F1 .187(Expands to the process ID of the current)144 645.6 R
+F2(bash)2.687 E F1 2.688(process. This)2.688 F(dif)2.688 E .188
+(fers from)-.25 F F2($$)2.688 E F1 .188(under certain circum-)2.688 F
+.548(stances, such as subshells that do not require)144 657.6 R F2(bash)
+3.048 E F1 .548(to be re-initialized.)3.048 F .548(Assignments to)5.548
+F F3 -.27(BA)3.048 G(SHPID).27 E F1(ha)144 669.6 Q .3 -.15(ve n)-.2 H
 2.5(oe).15 G -.25(ff)-2.5 G 2.5(ect. If).25 F F2 -.3(BA)2.5 G(SHPID).3 E
 F1(is unset, it loses its special properties, e)2.5 E -.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 F2 -.3(BA)108 429.6 S(SH_ALIASES).3 E F1 1.195(An associati)144
-441.6 R 1.495 -.15(ve a)-.25 H 1.195(rray v).15 F 1.195(ariable whose m\
+-2.5 E F2 -.3(BA)108 681.6 S(SH_ALIASES).3 E F1 1.195(An associati)144
+693.6 R 1.495 -.15(ve a)-.25 H 1.195(rray v).15 F 1.195(ariable whose m\
 embers correspond to the internal list of aliases as main-)-.25 F .16
-(tained by the)144 453.6 R F2(alias)2.66 E F1 -.2(bu)2.66 G 2.66
+(tained by the)144 705.6 R F2(alias)2.66 E F1 -.2(bu)2.66 G 2.66
 (iltin. Elements).2 F .16
 (added to this array appear in the alias list; ho)2.66 F(we)-.25 E -.15
-(ve)-.25 G .96 -.4(r, u).15 H(nsetting).4 E 4.503
-(array elements currently does not cause aliases to be remo)144 465.6 R
--.15(ve)-.15 G 7.003(df).15 G 4.503(rom the alias list.)-7.003 F(If)
-9.502 E F2 -.3(BA)144 477.6 S(SH_ALIASES).3 E F1
-(is unset, it loses its special properties, e)2.5 E -.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 F2 -.3(BA)108 489.6 S(SH_ARGC).3 E F1 .934(An array v)144 501.6 R
-.934(ariable whose v)-.25 F .934
+(ve)-.25 G .96 -.4(r, u).15 H(nsetting).4 E .176
+(array elements currently does not remo)144 717.6 R .476 -.15(ve a)-.15
+H .176(liases from the alias list.).15 F(If)5.177 E F2 -.3(BA)2.677 G
+(SH_ALIASES).3 E F1 .177(is unset,)2.677 F
+(it loses its special properties, e)144 729.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(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(11)190.395 E 0 Cg EP
+%%Page: 12 12
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.3(BA)108 84 S(SH_ARGC).3 E
+F1 .935(An array v)144 96 R .935(ariable whose v)-.25 F .934
 (alues are the number of parameters in each frame of the current)-.25 F
-F2(bash)3.435 E F1 -.15(exe)144 513.6 S .535(cution call stack.).15 F
-.535(The number of parameters to the current subroutine \(shell functio\
-n or script)5.535 F -.15(exe)144 525.6 S .141(cuted with).15 F F2(.)
-2.641 E F1(or)2.641 E F2(sour)2.641 E(ce)-.18 E F1 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
+F2(bash)3.434 E F1 -.15(exe)144 108 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 120 S .142(cuted with).15 F F2(.)2.642 E F1
+(or)2.642 E F2(sour)2.642 E(ce)-.18 E F1 2.642(\)i)C 2.642(sa)-2.642 G
+2.642(tt)-2.642 G .142(he top of the stack.)-2.642 F .141
+(When a subroutine is e)5.141 F -.15(xe)-.15 G .141
 (cuted, the number of).15 F 1.265(parameters passed is pushed onto)144
-537.6 R F3 -.27(BA)3.765 G(SH_ARGC).27 E/F4 9/Times-Roman@0 SF(.)A F1
-1.265(The shell sets)5.765 F F3 -.27(BA)3.765 G(SH_ARGC).27 E F1 1.265
-(only when in e)3.515 F(x-)-.15 E .947(tended deb)144 549.6 R .947
-(ugging mode \(see the description of the)-.2 F F2(extdeb)3.447 E(ug)-.2
-E F1 .947(option to the)3.447 F F2(shopt)3.447 E F1 -.2(bu)3.448 G .948
-(iltin belo).2 F(w\).)-.25 E(Setting)144 561.6 Q F2(extdeb)3.363 E(ug)
--.2 E F1 .863(after the shell has started to e)3.363 F -.15(xe)-.15 G
-.862(cute a script, or referencing this v).15 F .862(ariable when)-.25 F
-F2(extdeb)144 573.6 Q(ug)-.2 E F1 .706
-(is not set, may result in inconsistent v)3.206 F 3.206
+132 R/F3 9/Times-Bold@0 SF -.27(BA)3.765 G(SH_ARGC).27 E/F4 9
+/Times-Roman@0 SF(.)A F1 1.265(The shell sets)5.765 F F3 -.27(BA)3.765 G
+(SH_ARGC).27 E F1 1.265(only when in e)3.515 F(x-)-.15 E .948
+(tended deb)144 144 R .947(ugging mode \(see the description of the)-.2
+F F2(extdeb)3.447 E(ug)-.2 E F1 .947(option to the)3.447 F F2(shopt)
+3.447 E F1 -.2(bu)3.447 G .947(iltin belo).2 F(w\).)-.25 E(Setting)144
+156 Q F2(extdeb)3.362 E(ug)-.2 E F1 .862
+(after the shell has started to e)3.362 F -.15(xe)-.15 G .863
+(cute a script, or referencing this v).15 F .863(ariable when)-.25 F F2
+(extdeb)144 168 Q(ug)-.2 E F1 .706
+(is not set, may result in inconsistent v)3.207 F 3.206
 (alues. Assignments)-.25 F(to)3.206 E F3 -.27(BA)3.206 G(SH_ARGC).27 E
-F1(ha)2.957 E 1.007 -.15(ve n)-.2 H 3.207(oe).15 G(f-)-3.207 E
-(fect, and it may not be unset.)144 585.6 Q F2 -.3(BA)108 597.6 S
-(SH_ARGV).3 E F1 .207(An array v)144 609.6 R .206
+F1(ha)2.956 E 1.006 -.15(ve n)-.2 H 3.206(oe).15 G(f-)-3.206 E
+(fect, and it may not be unset.)144 180 Q F2 -.3(BA)108 192 S(SH_ARGV).3
+E F1 .206(An array v)144 204 R .206
 (ariable containing all of the parameters in the current)-.25 F F2(bash)
-2.706 E F1 -.15(exe)2.706 G .206(cution call stack.).15 F .206
-(The \214-)5.206 F .567(nal parameter of the last subroutine call is at\
- the top of the stack; the \214rst parameter of the initial)144 621.6 R
-1.424(call is at the bottom.)144 633.6 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 F3 -.27(BA)144
-645.6 S(SH_ARGV).27 E F4(.)A F1 .853(The shell sets)5.353 F F3 -.27(BA)
-3.353 G(SH_ARGV).27 E F1 .853(only when in e)3.103 F .854(xtended deb)
--.15 F .854(ugging mode \(see the de-)-.2 F .476(scription of the)144
-657.6 R F2(extdeb)2.976 E(ug)-.2 E F1 .476(option to the)2.976 F F2
-(shopt)2.975 E F1 -.2(bu)2.975 G .475(iltin belo).2 F 2.975
-(w\). Setting)-.25 F F2(extdeb)2.975 E(ug)-.2 E F1 .475
-(after the shell has)2.975 F .45(started to e)144 669.6 R -.15(xe)-.15 G
-.45(cute a script, or referencing this v).15 F .45(ariable when)-.25 F
+2.706 E F1 -.15(exe)2.706 G .207(cution call stack.).15 F .207
+(The \214-)5.207 F .567(nal parameter of the last subroutine call is at\
+ the top of the stack; the \214rst parameter of the initial)144 216 R
+.066(call is at the bottom.)144 228 R .067(When a subroutine is e)5.067
+F -.15(xe)-.15 G .067
+(cuted, the shell pushes the supplied parameters onto).15 F F3 -.27(BA)
+144 240 S(SH_ARGV).27 E F4(.)A F1 .854(The shell sets)5.354 F F3 -.27
+(BA)3.354 G(SH_ARGV).27 E F1 .853(only when in e)3.104 F .853
+(xtended deb)-.15 F .853(ugging mode \(see the de-)-.2 F .475
+(scription of the)144 252 R F2(extdeb)2.975 E(ug)-.2 E F1 .475
+(option to the)2.975 F F2(shopt)2.975 E F1 -.2(bu)2.975 G .475
+(iltin belo).2 F 2.975(w\). Setting)-.25 F F2(extdeb)2.976 E(ug)-.2 E F1
+.476(after the shell has)2.976 F .45(started to e)144 264 R -.15(xe)-.15
+.45(cute a script, or referencing this v).15 F .45(ariable when)-.25 F
 F2(extdeb)2.95 E(ug)-.2 E F1 .45(is not set, may result in in-)2.95 F
-(consistent v)144 681.6 Q 2.5(alues. Assignments)-.25 F(to)2.5 E F3 -.27
+(consistent v)144 276 Q 2.5(alues. Assignments)-.25 F(to)2.5 E F3 -.27
 (BA)2.5 G(SH_ARGV).27 E F1(ha)2.25 E .3 -.15(ve n)-.2 H 2.5(oe).15 G
--.25(ff)-2.5 G(ect, and it may not be unset.).25 E F2 -.3(BA)108 693.6 S
-(SH_ARGV0).3 E F1 .251(When referenced, this v)144 705.6 R .251
-(ariable e)-.25 F .251
+-.25(ff)-2.5 G(ect, and it may not be unset.).25 E F2 -.3(BA)108 288 S
+(SH_ARGV0).3 E F1 .25(When referenced, this v)144 300 R .25(ariable e)
+-.25 F .251
 (xpands to the name of the shell or shell script \(identical to)-.15 F
-F2($0)2.75 E F1 2.75(;s)C(ee)-2.75 E .04
-(the description of special parameter 0 abo)144 717.6 R -.15(ve)-.15 G
-2.541(\). Assignment).15 F(to)2.541 E F2 -.3(BA)2.541 G(SH_ARGV0).3 E F1
-.041(causes the v)2.541 F .041(alue as-)-.25 F .216
-(signed to also be assigned to)144 729.6 R F2($0)2.716 E F1 5.216(.I)C
-(f)-5.216 E F2 -.3(BA)2.716 G(SH_ARGV0).3 E F1 .216
-(is unset, it loses its special properties, e)2.716 F -.15(ve)-.25 G
-2.715(ni).15 G(f)-2.715 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(11)193.45 E 0 Cg EP
-%%Page: 12 12
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(it is subsequently reset.)144 84 Q/F2 10
-/Times-Bold@0 SF -.3(BA)108 96 S(SH_CMDS).3 E F1 .667(An associati)144
-108 R .967 -.15(ve a)-.25 H .667(rray v).15 F .668(ariable whose member\
-s correspond to the internal hash table of commands)-.25 F .196
-(as maintained by the)144 120 R F2(hash)2.696 E F1 -.2(bu)2.696 G 2.696
-(iltin. Elements).2 F .195
-(added to this array appear in the hash table; ho)2.696 F(we)-.25 E -.15
-(ve)-.25 G -.4(r,).15 G .852(unsetting array elements currently does no\
-t cause command names to be remo)144 132 R -.15(ve)-.15 G 3.352(df).15 G
-.853(rom the hash)-3.352 F 2.5(table. If)144 144 R F2 -.3(BA)2.5 G
-(SH_CMDS).3 E F1(is unset, it loses its special properties, e)2.5 E -.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 F2 -.3(BA)108 156 S(SH_COMMAND).3 E F1 1.243
-(The command currently being e)144 168 R -.15(xe)-.15 G 1.243
-(cuted or about to be e).15 F -.15(xe)-.15 G 1.242
-(cuted, unless the shell is e).15 F -.15(xe)-.15 G 1.242(cuting a).15 F
-.262(command as the result of a trap, in which case it is the command e)
-144 180 R -.15(xe)-.15 G .263(cuting at the time of the trap.).15 F(If)
-144 192 Q F2 -.3(BA)2.5 G(SH_COMMAND).3 E F1
+F2($0)2.751 E F1 2.751(;s)C(ee)-2.751 E .937
+(the description of special parameter 0 abo)144 312 R -.15(ve)-.15 G
+3.437(\). Assigning).15 F 3.437(av)3.437 G .937(alue to)-3.687 F F2 -.3
+(BA)3.437 G(SH_ARGV0).3 E F1 .936(assigns the)3.437 F 1.047(same v)144
+324 R 1.047(alue to)-.25 F F2($0)3.547 E F1 6.047(.I)C(f)-6.047 E F2 -.3
+(BA)3.547 G(SH_ARGV0).3 E F1 1.048
+(is unset, it loses its special properties, e)3.547 F -.15(ve)-.25 G
+3.548(ni).15 G 3.548(fi)-3.548 G 3.548(ti)-3.548 G 3.548(ss)-3.548 G
+(ubse-)-3.548 E(quently reset.)144 336 Q F2 -.3(BA)108 348 S(SH_CMDS).3
+E F1 .668(An associati)144 360 R .968 -.15(ve a)-.25 H .668(rray v).15 F
+.668(ariable whose members correspond to the internal hash table of com\
+mands)-.25 F .708(as maintained by the)144 372 R F2(hash)3.208 E F1 -.2
+(bu)3.208 G 3.208(iltin. Adding).2 F .708(elements to this array mak)
+3.208 F .708(es them appear in the hash)-.1 F .059(table; ho)144 384 R
+(we)-.25 E -.15(ve)-.25 G .859 -.4(r, u).15 H .059
+(nsetting array elements currently does not remo).4 F .358 -.15(ve c)
+-.15 H .058(ommand names from the hash).15 F 2.5(table. If)144 396 R F2
+-.3(BA)2.5 G(SH_CMDS).3 E F1
 (is unset, it loses its special properties, e)2.5 E -.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 F2 -.3(BA)108 204 S(SH_EXECUTION_STRING).3 E F1(The command ar)
-144 216 Q(gument to the)-.18 E F2<ad63>2.5 E F1(in)2.5 E -.2(vo)-.4 G
-(cation option.).2 E F2 -.3(BA)108 228 S(SH_LINENO).3 E F1 .693
-(An array v)144 240 R .692(ariable whose members are the line numbers i\
-n source \214les where each corresponding)-.25 F .969(member of)144 252
-R/F3 9/Times-Bold@0 SF(FUNCN)3.469 E(AME)-.18 E F1 -.1(wa)3.219 G 3.469
-(si).1 G -1.9 -.4(nv o)-3.469 H -.1(ke).4 G(d.).1 E F2(${B)5.969 E
-(ASH_LINENO[)-.3 E F0($i)A F2(]})A F1 .97
-(is the line number in the source)3.469 F 14.672(\214le \()144 264 R F2
+-2.5 E F2 -.3(BA)108 408 S(SH_COMMAND).3 E F1 .21
+(Expands to the command currently being e)144 420 R -.15(xe)-.15 G .21
+(cuted or about to be e).15 F -.15(xe)-.15 G .21
+(cuted, unless the shell is e).15 F -.15(xe)-.15 G(-).15 E .304(cuting \
+a command as the result of a trap, in which case it is the command e)144
+432 R -.15(xe)-.15 G .304(cuting at the time of).15 F .467(the trap.)144
+444 R(If)5.467 E F2 -.3(BA)2.967 G(SH_COMMAND).3 E F1 .467
+(is unset, it loses its special properties, e)2.967 F -.15(ve)-.25 G
+2.968(ni).15 G 2.968(fi)-2.968 G 2.968(ti)-2.968 G 2.968(ss)-2.968 G
+(ubsequently)-2.968 E(reset.)144 456 Q F2 -.3(BA)108 468 S
+(SH_EXECUTION_STRING).3 E F1(The command ar)144 480 Q(gument to the)-.18
+E F2<ad63>2.5 E F1(in)2.5 E -.2(vo)-.4 G(cation option.).2 E F2 -.3(BA)
+108 492 S(SH_LINENO).3 E F1 .693(An array v)144 504 R .692(ariable whos\
+e members are the line numbers in source \214les where each correspondi\
+ng)-.25 F .969(member of)144 516 R F3(FUNCN)3.469 E(AME)-.18 E F1 -.1
+(wa)3.219 G 3.469(si).1 G -1.9 -.4(nv o)-3.469 H -.1(ke).4 G(d.).1 E F2
+(${B)5.969 E(ASH_LINENO[)-.3 E F0($i)A F2(]})A F1 .97
+(is the line number in the source)3.469 F 14.672(\214le \()144 528 R F2
 (${B)A(ASH_SOURCE[)-.3 E F0($i+1)A F2(]})A F1 17.172(\)w)C(here)-17.172
 E F2(${FUNCN)17.172 E(AME[)-.2 E F0($i)A F2(]})A F1 -.1(wa)17.172 G
-17.171(sc).1 G 14.671(alled \(or)-17.171 F F2(${B)144 276 Q(ASH_LINENO[)
+17.171(sc).1 G 14.671(alled \(or)-17.171 F F2(${B)144 540 Q(ASH_LINENO[)
 -.3 E F0($i\2551)A F2(]})A F1 1.256
 (if referenced within another shell function\).)3.756 F(Use)6.257 E F3
 (LINENO)3.757 E F1 1.257(to obtain)3.507 F(the current line number)144
-288 Q 5(.A)-.55 G(ssignments to)-5 E F3 -.27(BA)2.5 G(SH_LINENO).27 E F1
+552 Q 5(.A)-.55 G(ssignments to)-5 E F3 -.27(BA)2.5 G(SH_LINENO).27 E F1
 (ha)2.25 E .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G
-(ect, and it may not be unset.).25 E F2 -.3(BA)108 300 S(SH_LO).3 E(AD)
--.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1 4.07(Ac)144 312 S 1.57(o\
-lon-separated list of directories in which the shell looks for dynamica\
-lly loadable b)-4.07 F(uiltins)-.2 E(speci\214ed by the)144 324 Q F2
-(enable)2.5 E F1(command.)2.5 E F2 -.3(BA)108 336 S(SH_REMA).3 E(TCH)
--.95 E F1 1.418(An array v)144 348 R 1.418
+(ect, and it may not be unset.).25 E F2 -.3(BA)108 564 S(SH_LO).3 E(AD)
+-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1 3.287(Ac)144 576 S .786
+(olon-separated list of directories in which the)-3.287 F F2(enable)
+3.286 E F1 3.286(command. looks)3.286 F .786(for dynamically load-)3.286
+F(able b)144 588 Q(uiltins.)-.2 E F2 -.3(BA)108 600 S(SH_MONOSECONDS).3
+E F1 .706(Each time this v)144 612 R .706(ariable is referenced, it e)
+-.25 F .707(xpands to the v)-.15 F .707(alue returned by the system')
+-.25 F 3.207(sm)-.55 G(onotonic)-3.207 E .058(clock, if one is a)144 624
+R -.25(va)-.2 G 2.558(ilable. If).25 F .057
+(there is no monotonic clock, this is equi)2.557 F -.25(va)-.25 G .057
+(lent to).25 F F2(EPOCHSECONDS)2.557 E F1(.)A(If)144 636 Q F2 -.3(BA)
+3.019 G(SH_MONOSECONDS).3 E F1 .519
+(is unset, it loses its special properties, e)3.019 F -.15(ve)-.25 G
+3.019(ni).15 G 3.02(fi)-3.019 G 3.02(ti)-3.02 G 3.02(ss)-3.02 G .52
+(ubsequently re-)-3.02 F(set.)144 648 Q F2 -.3(BA)108 660 S(SH_REMA).3 E
+(TCH)-.95 E F1 1.418(An array v)144 672 R 1.418
 (ariable whose members are assigned by the)-.25 F F2<3d01>3.918 E F1
 1.418(binary operator to the)3.918 F F2([[)3.918 E F1(conditional)3.918
-E 3.462(command. The)144 360 R .962(element with inde)3.462 F 3.462(x0i)
+E 3.461(command. The)144 684 R .962(element with inde)3.461 F 3.462(x0i)
 -.15 G 3.462(st)-3.462 G .962
-(he portion of the string matching the entire re)-3.462 F .961(gular e)
--.15 F(x-)-.15 E 3.82(pression. The)144 372 R 1.32(element with inde)
+(he portion of the string matching the entire re)-3.462 F .962(gular e)
+-.15 F(x-)-.15 E 3.82(pression. The)144 696 R 1.32(element with inde)
 3.82 F(x)-.15 E F0(n)3.82 E F1 1.32
 (is the portion of the string matching the)3.82 F F0(n)3.82 E F1 1.32
-(th parenthesized)B(sube)144 384 Q(xpression.)-.15 E F2 -.3(BA)108 396 S
-(SH_MONOSECONDS).3 E F1 .707(Each time this v)144 408 R .707
-(ariable is referenced, it e)-.25 F .707(xpands to the v)-.15 F .706
-(alue returned by the system')-.25 F 3.206(sm)-.55 G(onotonic)-3.206 E
-.057(clock, if one is a)144 420 R -.25(va)-.2 G 2.557(ilable. If).25 F
-.057(there is no monotonic clock, this is equi)2.557 F -.25(va)-.25 G
-.058(lent to).25 F F2(EPOCHSECONDS)2.558 E F1(.)A(If)144 432 Q F2 -.3
-(BA)3.02 G(SH_MONOSECONDS).3 E F1 .519
-(is unset, it loses its special properties, e)3.02 F -.15(ve)-.25 G
-3.019(ni).15 G 3.019(fi)-3.019 G 3.019(ti)-3.019 G 3.019(ss)-3.019 G
-.519(ubsequently re-)-3.019 F(set.)144 444 Q F2 -.3(BA)108 456 S
-(SH_SOURCE).3 E F1 .125(An array v)144 468 R .125(ariable whose members\
- are the source \214lenames where the corresponding shell function)-.25
-F .781(names in the)144 480 R F3(FUNCN)3.28 E(AME)-.18 E F1 .78(array v)
-3.03 F .78(ariable are de\214ned.)-.25 F .78(The shell function)5.78 F
-F2(${FUNCN)3.28 E(AME[)-.2 E F0($i)A F2(]})A F1(is)3.28 E .424
-(de\214ned in the \214le)144 492 R F2(${B)2.924 E(ASH_SOURCE[)-.3 E F0
-($i)A F2(]})A F1 .425(and called from)2.924 F F2(${B)2.925 E
-(ASH_SOURCE[)-.3 E F0($i+1)A F2(]})A F1 5.425(.A)C(ssign-)-5.425 E
-(ments to)144 504 Q F3 -.27(BA)2.5 G(SH_SOURCE).27 E F1(ha)2.25 E .3
--.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G
-(ect, and it may not be unset.).25 E F2 -.3(BA)108 516 S(SH_SUBSHELL).3
-E F1 .296(Incremented by one within each subshell or subshell en)144 528
+(th parenthesized)B(sube)144 708 Q(xpression.)-.15 E(GNU Bash 5.3)72 768
+Q(2024 October 15)141.235 E(12)190.395 E 0 Cg EP
+%%Page: 13 13
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.3(BA)108 84 S(SH_SOURCE).3
+E F1 .125(An array v)144 96 R .125(ariable whose members are the source\
+ \214lenames where the corresponding shell function)-.25 F .781
+(names in the)144 108 R/F3 9/Times-Bold@0 SF(FUNCN)3.28 E(AME)-.18 E F1
+.78(array v)3.03 F .78(ariable are de\214ned.)-.25 F .78
+(The shell function)5.78 F F2(${FUNCN)3.28 E(AME[)-.2 E F0($i)A F2(]})A
+F1(is)3.28 E .424(de\214ned in the \214le)144 120 R F2(${B)2.924 E
+(ASH_SOURCE[)-.3 E F0($i)A F2(]})A F1 .425(and called from)2.924 F F2
+(${B)2.925 E(ASH_SOURCE[)-.3 E F0($i+1)A F2(]})A F1 5.425(.A)C(ssign-)
+-5.425 E(ments to)144 132 Q F3 -.27(BA)2.5 G(SH_SOURCE).27 E F1(ha)2.25
+E .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G
+(ect, and it may not be unset.).25 E F2 -.3(BA)108 144 S(SH_SUBSHELL).3
+E F1 .296(Incremented by one within each subshell or subshell en)144 156
 R .296(vironment when the shell be)-.4 F .296(gins e)-.15 F -.15(xe)-.15
-G(cuting).15 E 1.276(in that en)144 540 R 3.776(vironment. The)-.4 F
+G(cuting).15 E 1.276(in that en)144 168 R 3.776(vironment. The)-.4 F
 1.276(initial v)3.776 F 1.277(alue is 0.)-.25 F(If)6.277 E F2 -.3(BA)
 3.777 G(SH_SUBSHELL).3 E F1 1.277(is unset, it loses its special)3.777 F
-(properties, e)144 552 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 F2 -.3(BA)108 564 S
+(properties, e)144 180 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 F2 -.3(BA)108 192 S
 (SH_TRAPSIG).3 E F1 .203
 (Set to the signal number corresponding to the trap action being e)144
-576 R -.15(xe)-.15 G .202(cuted during its e).15 F -.15(xe)-.15 G 2.702
-(cution. See).15 F .782(the description of)144 588 R F2(trap)3.282 E F1
+204 R -.15(xe)-.15 G .202(cuted during its e).15 F -.15(xe)-.15 G 2.702
+(cution. See).15 F .782(the description of)144 216 R F2(trap)3.282 E F1
 (under)3.282 E F3 .782(SHELL B)3.282 F(UIL)-.09 E .782(TIN COMMANDS)
 -.828 F F1(belo)3.032 E 3.282(wf)-.25 G .783
-(or information about signal)-3.282 F(numbers and trap e)144 600 Q -.15
-(xe)-.15 G(cution.).15 E F2 -.3(BA)108 612 S(SH_VERSINFO).3 E F1 2.645
-(Ar)144 624 S .145(eadonly array v)-2.645 F .144
+(or information about signal)-3.282 F(numbers and trap e)144 228 Q -.15
+(xe)-.15 G(cution.).15 E F2 -.3(BA)108 240 S(SH_VERSINFO).3 E F1 2.645
+(Ar)144 252 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 F2(bash)2.644 E F1 5.144
-(.T)C(he)-5.144 E -.25(va)144 636 S
+(.T)C(he)-5.144 E -.25(va)144 264 S
 (lues assigned to the array members are as follo).25 E(ws:)-.25 E F2 -.3
-(BA)144 648 S(SH_VERSINFO[).3 E F1(0)A F2(])A F1(The major v)264 648 Q
+(BA)144 276 S(SH_VERSINFO[).3 E F1(0)A F2(])A F1(The major v)264 276 Q
 (ersion number \(the)-.15 E F0 -.37(re)2.5 G(lease).37 E F1(\).)A F2 -.3
-(BA)144 660 S(SH_VERSINFO[).3 E F1(1)A F2(])A F1(The minor v)264 660 Q
+(BA)144 288 S(SH_VERSINFO[).3 E F1(1)A F2(])A F1(The minor v)264 288 Q
 (ersion number \(the)-.15 E F0(ver)2.5 E(sion)-.1 E F1(\).)A F2 -.3(BA)
-144 672 S(SH_VERSINFO[).3 E F1(2)A F2(])A F1(The patch le)264 672 Q -.15
-(ve)-.25 G(l.).15 E F2 -.3(BA)144 684 S(SH_VERSINFO[).3 E F1(3)A F2(])A
-F1(The b)264 684 Q(uild v)-.2 E(ersion.)-.15 E F2 -.3(BA)144 696 S
-(SH_VERSINFO[).3 E F1(4)A F2(])A F1(The release status \(e.g.,)264 696 Q
-F0(beta)2.5 E F1(\).)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(12)
-193.45 E 0 Cg EP
-%%Page: 13 13
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.3(BA)144 84 S(SH_VERSINFO[)
-.3 E F1(5)A F2(])A F1(The v)264 84 Q(alue of)-.25 E/F3 9/Times-Bold@0 SF
-(MA)2.5 E(CHTYPE)-.495 E/F4 9/Times-Roman@0 SF(.)A F2 -.3(BA)108 96 S
-(SH_VERSION).3 E F1(Expands to a string describing the v)144 108 Q
-(ersion of this instance of)-.15 E F2(bash)2.5 E F1(.)A F2(COMP_CW)108
-120 Q(ORD)-.1 E F1 .396(An inde)144 132 R 2.896(xi)-.15 G(nto)-2.896 E
-F2(${COMP_W)2.896 E(ORDS})-.1 E F1 .396(of the w)2.896 F .396
+144 300 S(SH_VERSINFO[).3 E F1(2)A F2(])A F1(The patch le)264 300 Q -.15
+(ve)-.25 G(l.).15 E F2 -.3(BA)144 312 S(SH_VERSINFO[).3 E F1(3)A F2(])A
+F1(The b)264 312 Q(uild v)-.2 E(ersion.)-.15 E F2 -.3(BA)144 324 S
+(SH_VERSINFO[).3 E F1(4)A F2(])A F1(The release status \(e.g.,)264 324 Q
+F0(beta)2.5 E F1(\).)A F2 -.3(BA)144 336 S(SH_VERSINFO[).3 E F1(5)A F2
+(])A F1(The v)264 336 Q(alue of)-.25 E F3(MA)2.5 E(CHTYPE)-.495 E/F4 9
+/Times-Roman@0 SF(.)A F2 -.3(BA)108 348 S(SH_VERSION).3 E F1
+(Expands to a string describing the v)144 360 Q
+(ersion of this instance of)-.15 E F2(bash)2.5 E F1
+(\(e.g., 5.2.37\(3\)-release\).)2.5 E F2(COMP_CW)108 372 Q(ORD)-.1 E F1
+.396(An inde)144 384 R 2.896(xi)-.15 G(nto)-2.896 E F2(${COMP_W)2.896 E
+(ORDS})-.1 E F1 .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 144 R -.25(va)-.2 G 1.181
+(ari-)-.25 E 1.181(able is a)144 396 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 F2(Pr)144 156 Q(ogrammable Completion)-.18 E
-F1(belo)2.5 E(w\).)-.25 E F2(COMP_KEY)108 168 Q F1(The k)144 180 Q .3
--.15(ey \()-.1 H(or \214nal k).15 E .3 -.15(ey o)-.1 H 2.5(fak).15 G .3
--.15(ey s)-2.6 H(equence\) used to in).15 E -.2(vo)-.4 G .2 -.1(ke t).2
-H(he current completion function.).1 E F2(COMP_LINE)108 192 Q F1 1.207
-(The current command line.)144 204 R 1.208(This v)6.208 F 1.208
+1.18(acilities \(see)-.1 F F2(Pr)144 408 Q(ogrammable Completion)-.18 E
+F1(belo)2.5 E(w\).)-.25 E F2(COMP_KEY)108 420 Q F1 .016(The k)144 432 R
+.316 -.15(ey \()-.1 H .016(or \214nal k).15 F .316 -.15(ey o)-.1 H 2.516
+(fak).15 G .316 -.15(ey s)-2.616 H .017(equence\) used to in).15 F -.2
+(vo)-.4 G .217 -.1(ke t).2 H .017(he current completion function.).1 F
+.017(This v)5.017 F(ari-)-.25 E 1.613(able is a)144 444 R -.25(va)-.2 G
+1.612(ilable only in shell functions and e).25 F 1.612
+(xternal commands in)-.15 F -.2(vo)-.4 G -.1(ke).2 G 4.112(db).1 G 4.112
+(yt)-4.112 G 1.612(he programmable)-4.112 F(completion f)144 456 Q
+(acilities \(see)-.1 E F2(Pr)2.5 E(ogrammable Completion)-.18 E F1(belo)
+2.5 E(w\).)-.25 E F2(COMP_LINE)108 468 Q F1 1.207
+(The current command line.)144 480 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
-1.037(mands in)144 216 R -.2(vo)-.4 G -.1(ke).2 G 3.537(db).1 G 3.537
+1.037(mands in)144 492 R -.2(vo)-.4 G -.1(ke).2 G 3.537(db).1 G 3.537
 (yt)-3.537 G 1.037(he programmable completion f)-3.537 F 1.037
 (acilities \(see)-.1 F F2(Pr)3.537 E 1.037(ogrammable Completion)-.18 F
-F1(be-)3.537 E(lo)144 228 Q(w\).)-.25 E F2(COMP_POINT)108 240 Q F1 .666
-(The inde)144 252 R 3.166(xo)-.15 G 3.166(ft)-3.166 G .666
+F1(be-)3.537 E(lo)144 504 Q(w\).)-.25 E F2(COMP_POINT)108 516 Q F1 .666
+(The inde)144 528 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
-264 R .534(alue of this v)-.25 F .534(ariable is equal to)-.25 F F2
-(${#COMP_LINE})144 276 Q F1 5.704(.T)C .704(his v)-5.704 F .704
+540 R .534(alue of this v)-.25 F .534(ariable is equal to)-.25 F F2
+(${#COMP_LINE})144 552 Q F1 5.704(.T)C .704(his v)-5.704 F .704
 (ariable is a)-.25 F -.25(va)-.2 G .704
 (ilable only in shell functions and e).25 F .705(xternal commands in-)
--.15 F -.2(vo)144 288 S -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G
+-.15 F -.2(vo)144 564 S -.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 F2(Pr)2.5 E
 (ogrammable Completion)-.18 E F1(belo)2.5 E(w\).)-.25 E F2(COMP_TYPE)108
-300 Q F1 .042(Set to an inte)144 312 R .042(ger v)-.15 F .041(alue corr\
-esponding to the type of completion attempted that caused a completion)
--.25 F .337(function to be called:)144 324 R F0 -.5(TA)2.837 G(B).5 E F1
+576 Q F1 .042(Set to an inte)144 588 R .042(ger v)-.15 F .041(alue corr\
+esponding to the type of attempted completion that caused a completion)
+-.25 F .337(function to be called:)144 600 R F0 -.5(TA)2.837 G(B).5 E F1
 2.837(,f)C .337(or normal completion,)-2.837 F F0(?)2.837 E F1 2.837(,f)
 C .337(or listing completions after successi)-2.837 F .638 -.15(ve t)
--.25 H(abs,).15 E F0(!)144 336 Q F1 3.068(,f)C .567
+-.25 H(abs,).15 E F0(!)144 612 Q F1 3.068(,f)C .567
 (or listing alternati)-3.068 F -.15(ve)-.25 G 3.067(so).15 G 3.067(np)
 -3.067 G .567(artial w)-3.067 F .567(ord completion,)-.1 F F0(@)3.067 E
 F1 3.067(,t)C 3.067(ol)-3.067 G .567(ist completions if the w)-3.067 F
-.567(ord is not un-)-.1 F .417(modi\214ed, or)144 348 R F0(%)2.917 E F1
+.567(ord is not un-)-.1 F .417(modi\214ed, or)144 624 R F0(%)2.917 E F1
 2.917(,f)C .417(or menu completion.)-2.917 F .417(This v)5.417 F .417
 (ariable is a)-.25 F -.25(va)-.2 G .418
 (ilable only in shell functions and e).25 F(xter)-.15 E(-)-.2 E .704
-(nal commands in)144 360 R -.2(vo)-.4 G -.1(ke).2 G 3.204(db).1 G 3.204
+(nal commands in)144 636 R -.2(vo)-.4 G -.1(ke).2 G 3.204(db).1 G 3.204
 (yt)-3.204 G .704(he programmable completion f)-3.204 F .704
 (acilities \(see)-.1 F F2(Pr)3.204 E .704(ogrammable Comple-)-.18 F
-(tion)144 372 Q F1(belo)2.5 E(w\).)-.25 E F2(COMP_W)108 384 Q(ORDBREAKS)
--.1 E F1 1.335(The set of characters that the)144 396 R F2 -.18(re)3.836
+(tion)144 648 Q F1(belo)2.5 E(w\).)-.25 E F2(COMP_W)108 660 Q(ORDBREAKS)
+-.1 E F1 1.335(The set of characters that the)144 672 R F2 -.18(re)3.836
 G(adline).18 E F1 1.336(library treats as w)3.836 F 1.336
 (ord separators when performing w)-.1 F(ord)-.1 E 3.126(completion. If)
-144 408 R F3(COMP_W)3.126 E(ORDBREAKS)-.09 E F1 .626
+144 684 R F3(COMP_W)3.126 E(ORDBREAKS)-.09 E F1 .626
 (is unset, it loses its special properties, e)2.876 F -.15(ve)-.25 G
 3.125(ni).15 G 3.125(fi)-3.125 G 3.125(ti)-3.125 G 3.125(ss)-3.125 G
-(ubse-)-3.125 E(quently reset.)144 420 Q F2(COMP_W)108 432 Q(ORDS)-.1 E
-F1 .653(An array v)144 444 R .653(ariable \(see)-.25 F F2(Arrays)3.153 E
-F1(belo)3.153 E .654(w\) consisting of the indi)-.25 F .654(vidual w)
--.25 F .654(ords in the current command)-.1 F 3.192(line. The)144 456 R
-.692(line is split into w)3.192 F .692(ords as)-.1 F F2 -.18(re)3.192 G
-(adline).18 E F1 -.1(wo)3.192 G .692(uld split it, using).1 F F3(COMP_W)
-3.192 E(ORDBREAKS)-.09 E F1 .691(as de-)2.942 F 1.557(scribed abo)144
-468 R -.15(ve)-.15 G 6.557(.T).15 G 1.557(his v)-6.557 F 1.557
-(ariable is a)-.25 F -.25(va)-.2 G 1.558
+(ubse-)-3.125 E(quently reset.)144 696 Q(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(13)190.395 E 0 Cg EP
+%%Page: 14 14
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(COMP_W)108 84 Q(ORDS)-.1 E F1
+.653(An array v)144 96 R .653(ariable \(see)-.25 F F2(Arrays)3.153 E F1
+(belo)3.153 E .654(w\) consisting of the indi)-.25 F .654(vidual w)-.25
+F .654(ords in the current command)-.1 F 3.192(line. The)144 108 R .692
+(line is split into w)3.192 F .692(ords as)-.1 F F2 -.18(re)3.192 G
+(adline).18 E F1 -.1(wo)3.192 G .692(uld split it, using).1 F/F3 9
+/Times-Bold@0 SF(COMP_W)3.192 E(ORDBREAKS)-.09 E F1 .691(as de-)2.942 F
+1.557(scribed abo)144 120 R -.15(ve)-.15 G 6.557(.T).15 G 1.557(his v)
+-6.557 F 1.557(ariable is a)-.25 F -.25(va)-.2 G 1.558
 (ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 4.058
 (db).1 G 4.058(yt)-4.058 G 1.558(he programmable)-4.058 F(completion f)
-144 480 Q(acilities \(see)-.1 E F2(Pr)2.5 E(ogrammable Completion)-.18 E
-F1(belo)2.5 E(w\).)-.25 E F2(COPR)108 492 Q(OC)-.3 E F1 .169(An array v)
-144 504 R .169(ariable \(see)-.25 F F2(Arrays)2.669 E F1(belo)2.669 E
+144 132 Q(acilities \(see)-.1 E F2(Pr)2.5 E(ogrammable Completion)-.18 E
+F1(belo)2.5 E(w\).)-.25 E F2(COPR)108 144 Q(OC)-.3 E F1 .169(An array v)
+144 156 R .169(ariable \(see)-.25 F F2(Arrays)2.669 E F1(belo)2.669 E
 .169
 (w\) created to hold the \214le descriptors for output from and input)
--.25 F(to an unnamed coprocess \(see)144 516 Q F2(Copr)2.5 E(ocesses)
--.18 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2(DIRST)108 528 Q -.55(AC)
--.9 G(K).55 E F1 .789(An array v)144 540 R .789(ariable \(see)-.25 F F2
+-.25 F(to an unnamed coprocess \(see)144 168 Q F2(Copr)2.5 E(ocesses)
+-.18 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2(DIRST)108 180 Q -.55(AC)
+-.9 G(K).55 E F1 .789(An array v)144 192 R .789(ariable \(see)-.25 F F2
 (Arrays)3.289 E F1(belo)3.289 E .789
 (w\) containing the current contents of the directory stack.)-.25 F(Di-)
-5.79 E .099(rectories appear in the stack in the order the)144 552 R
+5.79 E .099(rectories appear in the stack in the order the)144 204 R
 2.599(ya)-.15 G .099(re displayed by the)-2.599 F F2(dirs)2.599 E F1 -.2
 (bu)2.599 G 2.598(iltin. Assigning).2 F .098(to mem-)2.598 F .84
-(bers of this array v)144 564 R .84
+(bers of this array v)144 216 R .84
 (ariable may be used to modify directories already in the stack, b)-.25
-F .84(ut the)-.2 F F2(pushd)3.34 E F1(and)144 576 Q F2(popd)3.451 E F1
+F .84(ut the)-.2 F F2(pushd)3.34 E F1(and)144 228 Q F2(popd)3.451 E F1
 -.2(bu)3.451 G .951(iltins must be used to add and remo).2 F 1.251 -.15
 (ve d)-.15 H 3.45(irectories. Assignment).15 F .95(to this v)3.45 F .95
-(ariable will)-.25 F .378(not change the current directory)144 588 R
+(ariable will)-.25 F .378(not change the current directory)144 240 R
 5.378(.I)-.65 G(f)-5.378 E F3(DIRST)2.878 E -.495(AC)-.81 G(K).495 E F1
 .379(is unset, it loses its special properties, e)2.628 F -.15(ve)-.25 G
 2.879(ni).15 G 2.879(fi)-2.879 G 2.879(ti)-2.879 G(s)-2.879 E
-(subsequently reset.)144 600 Q F2(EPOCHREAL)108 612 Q(TIME)-.92 E F1
-.338(Each time this parameter is referenced, it e)144 624 R .337
+(subsequently reset.)144 252 Q F2(EPOCHREAL)108 264 Q(TIME)-.92 E F1
+.338(Each time this parameter is referenced, it e)144 276 R .337
 (xpands to the number of seconds since the Unix Epoch)-.15 F(\(see)144
-636 Q F0(time)3.02 E F1 .39(\(3\)\) as a \215oating point v).18 F .391
-(alue with micro-second granularity)-.25 F 5.391(.A)-.65 G .391
-(ssignments to)-5.391 F F3(EPOCHRE-)2.891 E(AL)144 648 Q(TIME)-.828 E F1
+288 Q F0(time)2.98 E F1 .35(\(3\)\) as a \215oating-point v).18 F .351
+(alue with micro-second granularity)-.25 F 5.351(.A)-.65 G .351
+(ssignments to)-5.351 F F3(EPOCHRE-)2.851 E(AL)144 300 Q(TIME)-.828 E F1
 1.091(are ignored.)3.341 F(If)6.091 E F3(EPOCHREAL)3.59 E(TIME)-.828 E
 F1 1.09(is unset, it loses its special properties, e)3.34 F -.15(ve)-.25
 G 3.59(ni).15 G 3.59(fi)-3.59 G 3.59(ti)-3.59 G(s)-3.59 E
-(subsequently reset.)144 660 Q F2(EPOCHSECONDS)108 672 Q F1 .337
-(Each time this parameter is referenced, it e)144 684 R .338
+(subsequently reset.)144 312 Q F2(EPOCHSECONDS)108 324 Q F1 .337
+(Each time this parameter is referenced, it e)144 336 R .338
 (xpands to the number of seconds since the Unix Epoch)-.15 F(\(see)144
-696 Q F0(time)4.144 E F1 4.014(\(3\)\). Assignments).18 F(to)4.014 E F3
+348 Q F0(time)4.144 E F1 4.014(\(3\)\). Assignments).18 F(to)4.014 E F3
 (EPOCHSECONDS)4.014 E F1 1.513(are ignored.)3.764 F(If)6.513 E F3
 (EPOCHSECONDS)4.013 E F1 1.513(is unset, it)3.763 F
-(loses its special properties, e)144 708 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
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(13)193.45 E 0 Cg EP
-%%Page: 14 14
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(EUID)108 84 Q F1 1.103
-(Expands to the ef)144 84 R(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 96 Q(.)-.65 E F2(FUNCN)108 108 Q(AME)-.2
-E F1 .479(An array v)144 120 R .479
+(loses its special properties, e)144 360 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 F2
+(EUID)108 372 Q F1 1.103(Expands to the ef)144 372 R(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 384 Q(.)-.65 E F2(FUNCN)108 396 Q(AME)
+-.2 E F1 .479(An array v)144 408 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 132 R 2.776(x0i)-.15 G 2.776(st)-2.776 G .276
+(The element with inde)144 420 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 .065
-(element \(the one with the highest inde)144 144 R .065
+(element \(the one with the highest inde)144 432 R .065
 (x\) is \231main\232.)-.15 F .065(This v)5.065 F .065(ariable e)-.25 F
-.065(xists only when a shell function)-.15 F .002(is e)144 156 R -.15
-(xe)-.15 G 2.502(cuting. Assignments).15 F(to)2.502 E/F3 9/Times-Bold@0
-SF(FUNCN)2.502 E(AME)-.18 E F1(ha)2.252 E .302 -.15(ve n)-.2 H 2.502(oe)
-.15 G -.25(ff)-2.502 G 2.502(ect. If).25 F F3(FUNCN)2.502 E(AME)-.18 E
-F1 .003(is unset, it loses its spe-)2.252 F(cial properties, e)144 168 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 .111(This v)144 184.8 R .111
+.065(xists only when a shell function)-.15 F .002(is e)144 444 R -.15
+(xe)-.15 G 2.502(cuting. Assignments).15 F(to)2.502 E F3(FUNCN)2.502 E
+(AME)-.18 E F1(ha)2.252 E .302 -.15(ve n)-.2 H 2.502(oe).15 G -.25(ff)
+-2.502 G 2.502(ect. If).25 F F3(FUNCN)2.502 E(AME)-.18 E F1 .003
+(is unset, it loses its spe-)2.252 F(cial properties, e)144 456 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 .111(This v)144 472.8 R .111
 (ariable can be used with)-.25 F F2 -.3(BA)2.611 G(SH_LINENO).3 E F1
 (and)2.611 E F2 -.3(BA)2.611 G(SH_SOURCE).3 E F1 5.111(.E)C .111
-(ach element of)-5.111 F F2(FUNC-)2.61 E -.2(NA)144 196.8 S(ME).2 E F1
+(ach element of)-5.111 F F2(FUNC-)2.61 E -.2(NA)144 484.8 S(ME).2 E F1
 1.404(has corresponding elements in)3.904 F F2 -.3(BA)3.904 G(SH_LINENO)
 .3 E F1(and)3.904 E F2 -.3(BA)3.904 G(SH_SOURCE).3 E F1 1.404
-(to describe the)3.904 F .012(call stack.)144 208.8 R -.15(Fo)5.012 G
+(to describe the)3.904 F .012(call stack.)144 496.8 R -.15(Fo)5.012 G
 2.512(ri).15 G(nstance,)-2.512 E F2(${FUNCN)2.512 E(AME[)-.2 E F0($i)A
 F2(]})A F1 -.1(wa)2.512 G 2.512(sc).1 G .012(alled from the \214le)
 -2.512 F F2(${B)2.512 E(ASH_SOURCE[)-.3 E F0($i+1)A F2(]})A F1 1.183
-(at line number)144 220.8 R F2(${B)3.683 E(ASH_LINENO[)-.3 E F0($i)A F2
+(at line number)144 508.8 R F2(${B)3.683 E(ASH_LINENO[)-.3 E F0($i)A F2
 (]})A F1 6.183(.T)C(he)-6.183 E F2(caller)3.683 E F1 -.2(bu)3.683 G
 1.184(iltin displays the current call stack using).2 F
-(this information.)144 232.8 Q F2(GR)108 244.8 Q(OUPS)-.3 E F1 1.229
-(An array v)144 256.8 R 1.228(ariable containing the list of groups of \
+(this information.)144 520.8 Q F2(GR)108 532.8 Q(OUPS)-.3 E F1 1.229
+(An array v)144 544.8 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 .571(ments to)144 268.8 R F3(GR)3.071 E(OUPS)-.27 E F1(ha)2.822 E .872
+E .571(ments to)144 556.8 R F3(GR)3.071 E(OUPS)-.27 E F1(ha)2.822 E .872
 -.15(ve n)-.2 H 3.072(oe).15 G -.25(ff)-3.072 G 3.072(ect. If).25 F F3
 (GR)3.072 E(OUPS)-.27 E F1 .572
 (is unset, it loses its special properties, e)2.822 F -.15(ve)-.25 G
 3.072(ni).15 G 3.072(fi)-3.072 G 3.072(ti)-3.072 G(s)-3.072 E
-(subsequently reset.)144 280.8 Q F2(HISTCMD)108 292.8 Q F1 2.811
-(The history number)144 304.8 R 5.311(,o)-.4 G 5.311(ri)-5.311 G(nde)
+(subsequently reset.)144 568.8 Q F2(HISTCMD)108 580.8 Q F1 2.811
+(The history number)144 592.8 R 5.311(,o)-.4 G 5.311(ri)-5.311 G(nde)
 -5.311 E 5.311(xi)-.15 G 5.311(nt)-5.311 G 2.811
 (he history list, of the current command.)-5.311 F 2.81(Assignments to)
-7.81 F F3(HISTCMD)144 316.8 Q F1 1.134(are ignored.)3.384 F(If)6.134 E
+7.81 F F3(HISTCMD)144 604.8 Q F1 1.134(are ignored.)3.384 F(If)6.134 E
 F3(HISTCMD)3.634 E F1 1.135
 (is unset, it loses its special properties, e)3.385 F -.15(ve)-.25 G
 3.635(ni).15 G 3.635(fi)-3.635 G 3.635(ti)-3.635 G 3.635(ss)-3.635 G
-(ubse-)-3.635 E(quently reset.)144 328.8 Q F2(HOSTN)108 340.8 Q(AME)-.2
-E F1(Automatically set to the name of the current host.)144 352.8 Q F2
-(HOSTTYPE)108 364.8 Q F1 .223(Automatically set to a string that unique\
-ly describes the type of machine on which)144 376.8 R F2(bash)2.722 E F1
-.222(is e)2.722 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 F2(LINENO)108 400.8 Q F1
+(ubse-)-3.635 E(quently reset.)144 616.8 Q F2(HOSTN)108 628.8 Q(AME)-.2
+E F1(Automatically set to the name of the current host.)144 640.8 Q F2
+(HOSTTYPE)108 652.8 Q F1 .223(Automatically set to a string that unique\
+ly describes the type of machine on which)144 664.8 R F2(bash)2.722 E F1
+.222(is e)2.722 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 676.8 R
+(def)2.5 E(ault is system-dependent.)-.1 E F2(LINENO)108 688.8 Q F1
 1.408(Each time this parameter is referenced, the shell substitutes a d\
-ecimal number representing the)144 412.8 R .078(current sequential line\
- number \(starting with 1\) within a script or function.)144 424.8 R
-.078(When not in a script or)5.078 F .306(function, the v)144 436.8 R
+ecimal number representing the)144 700.8 R .078(current sequential line\
+ number \(starting with 1\) within a script or function.)144 712.8 R
+.078(When not in a script or)5.078 F .306(function, the v)144 724.8 R
 .306(alue substituted is not guaranteed to be meaningful.)-.25 F(If)
 5.307 E F3(LINENO)2.807 E F1 .307(is unset, it loses its)2.557 F
-(special properties, e)144 448.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 F2(MA)108
-460.8 Q(CHTYPE)-.55 E F1 .898(Automatically set to a string that fully \
-describes the system type on which)144 472.8 R F2(bash)3.398 E F1 .898
-(is e)3.398 F -.15(xe)-.15 G .898(cuting, in).15 F(the standard GNU)144
-484.8 Q F0(cpu-company-system)2.5 E F1 2.5(format. The)2.5 F(def)2.5 E
-(ault is system-dependent.)-.1 E F2(MAPFILE)108 496.8 Q F1 .293
-(An array v)144 508.8 R .293(ariable \(see)-.25 F F2(Arrays)2.793 E F1
-(belo)2.793 E .293(w\) created to hold the te)-.25 F .294
-(xt read by the)-.15 F F2(map\214le)2.794 E F1 -.2(bu)2.794 G .294
-(iltin when no).2 F -.25(va)144 520.8 S(riable name is supplied.).25 E
-F2(OLDPWD)108 532.8 Q F1(The pre)144 544.8 Q(vious w)-.25 E
-(orking directory as set by the)-.1 E F2(cd)2.5 E F1(command.)2.5 E F2
-(OPT)108 556.8 Q(ARG)-.9 E F1 1.627(The v)144 568.8 R 1.627
-(alue of the last option ar)-.25 F 1.627(gument processed by the)-.18 F
-F2(getopts)4.127 E F1 -.2(bu)4.127 G 1.626(iltin command \(see).2 F F3
-(SHELL)4.126 E -.09(BU)144 580.8 S(IL).09 E(TIN COMMANDS)-.828 E F1
-(belo)2.25 E(w\).)-.25 E F2(OPTIND)108 592.8 Q F1 1.651(The inde)144
-604.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 F2(getopts)
-4.152 E F1 -.2(bu)4.152 G 1.652(iltin command \(see).2 F F3(SHELL)4.152
-E -.09(BU)144 616.8 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)
--.25 E F2(OSTYPE)108 628.8 Q F1 .329(Automatically set to a string that\
- describes the operating system on which)144 640.8 R F2(bash)2.829 E F1
-.329(is e)2.829 F -.15(xe)-.15 G 2.829(cuting. The).15 F(def)144 652.8 Q
-(ault is system-dependent.)-.1 E F2(PIPEST)108 664.8 Q -.95(AT)-.9 G(US)
-.95 E F1 .61(An array v)144 676.8 R .61(ariable \(see)-.25 F F2(Arrays)
-3.11 E F1(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 688.8 Q -.15(xe)-.15 G(cuted fore).15 E
-(ground pipeline \(which may contain only a single command\).)-.15 E F2
-(PPID)108 700.8 Q F1(The process ID of the shell')144 700.8 Q 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 5.3)72 768 Q(2024 March 29)144.29 E(14)193.45 E 0 Cg EP
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(14)190.395 E 0 Cg EP
 %%Page: 15 15
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(PWD)108 84 Q F1
-(The current w)144 84 Q(orking directory as set by the)-.1 E F2(cd)2.5 E
-F1(command.)2.5 E F2(RANDOM)108 96 Q F1 .417
-(Each time this parameter is referenced, it e)144 108 R .417
-(xpands to a random inte)-.15 F .417(ger between 0 and 32767.)-.15 F
-(As-)5.416 E .55(signing a v)144 120 R .55(alue to)-.25 F/F3 9
-/Times-Bold@0 SF(RANDOM)3.05 E F1 .551
-(initializes \(seeds\) the sequence of random numbers.)2.801 F(If)5.551
-E F3(RANDOM)3.051 E F1(is)2.801 E
-(unset, it loses its special properties, e)144 132 Q -.15(ve)-.25 G 2.5
+.25 E F1(\(1\)).95 E(special properties, e)144 84 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 F2(READLINE_ARGUMENT)108 144 Q F1(An)144 156 Q 2.527(yn)-.15 G
-.027(umeric ar)-2.527 F .027(gument gi)-.18 F -.15(ve)-.25 G 2.527(nt)
-.15 G 2.527(oar)-2.527 G .027(eadline command that w)-2.527 F .027
-(as de\214ned using \231bind \255x\232 \(see)-.1 F F3(SHELL)2.527 E -.09
-(BU)144 168 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E
-(w\) when it w)-.25 E(as in)-.1 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2
-(READLINE_LINE)108 180 Q F1 1.693(The contents of the)144 192 R F2 -.18
-(re)4.193 G(adline).18 E F1 1.693(line b)4.193 F(uf)-.2 E(fer)-.25 E
-4.193(,f)-.4 G 1.694(or use with \231bind \255x\232 \(see)-4.193 F F3
-1.694(SHELL B)4.194 F(UIL)-.09 E 1.694(TIN COM-)-.828 F(MANDS)144 204 Q
-F1(belo)2.25 E(w\).)-.25 E F2(READLINE_MARK)108 216 Q F1 .236
-(The position of the mark \(sa)144 228 R -.15(ve)-.2 G 2.736(di).15 G
-.236(nsertion point\) in the)-2.736 F F2 -.18(re)2.736 G(adline).18 E F1
-.236(line b)2.736 F(uf)-.2 E(fer)-.25 E 2.736(,f)-.4 G .236
-(or use with \231bind \255x\232)-2.736 F(\(see)144 240 Q F3 1.016
-(SHELL B)3.516 F(UIL)-.09 E 1.016(TIN COMMANDS)-.828 F F1(belo)3.266 E
-3.516(w\). The)-.25 F 1.017
+-2.5 E/F2 10/Times-Bold@0 SF(MA)108 96 Q(CHTYPE)-.55 E F1 .898(Automati\
+cally set to a string that fully describes the system type on which)144
+108 R F2(bash)3.398 E F1 .898(is e)3.398 F -.15(xe)-.15 G .898
+(cuting, in).15 F(the standard GNU)144 120 Q F0(cpu-company-system)2.5 E
+F1 2.5(format. The)2.5 F(def)2.5 E(ault is system-dependent.)-.1 E F2
+(MAPFILE)108 132 Q F1 .293(An array v)144 144 R .293(ariable \(see)-.25
+F F2(Arrays)2.793 E F1(belo)2.793 E .293(w\) created to hold the te)-.25
+F .294(xt read by the)-.15 F F2(map\214le)2.794 E F1 -.2(bu)2.794 G .294
+(iltin when no).2 F -.25(va)144 156 S(riable name is supplied.).25 E F2
+(OLDPWD)108 168 Q F1(The pre)144 180 Q(vious w)-.25 E
+(orking directory as set by the)-.1 E F2(cd)2.5 E F1(command.)2.5 E F2
+(OPT)108 192 Q(ARG)-.9 E F1 1.627(The v)144 204 R 1.627
+(alue of the last option ar)-.25 F 1.627(gument processed by the)-.18 F
+F2(getopts)4.127 E F1 -.2(bu)4.127 G 1.626(iltin command \(see).2 F/F3 9
+/Times-Bold@0 SF(SHELL)4.126 E -.09(BU)144 216 S(IL).09 E(TIN COMMANDS)
+-.828 E F1(belo)2.25 E(w\).)-.25 E F2(OPTIND)108 228 Q F1 1.651
+(The inde)144 240 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 F2
+(getopts)4.152 E F1 -.2(bu)4.152 G 1.652(iltin command \(see).2 F F3
+(SHELL)4.152 E -.09(BU)144 252 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)
+2.25 E(w\).)-.25 E F2(OSTYPE)108 264 Q F1 .329(Automatically set to a s\
+tring that describes the operating system on which)144 276 R F2(bash)
+2.829 E F1 .329(is e)2.829 F -.15(xe)-.15 G 2.829(cuting. The).15 F(def)
+144 288 Q(ault is system-dependent.)-.1 E F2(PIPEST)108 300 Q -.95(AT)
+-.9 G(US).95 E F1 .61(An array v)144 312 R .61(ariable \(see)-.25 F F2
+(Arrays)3.11 E F1(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 1.602
+(the most-recently-e)144 324 R -.15(xe)-.15 G 1.602(cuted fore).15 F
+1.602(ground pipeline, which may consist of only a simple command)-.15 F
+(\(see)144 336 Q F2(SHELL GRAMMAR)2.5 E F1(abo)2.5 E -.15(ve)-.15 G(\).)
+.15 E F2(PPID)108 348 Q F1(The process ID of the shell')144 348 Q 2.5
+(sp)-.55 G 2.5(arent. This)-2.5 F -.25(va)2.5 G(riable is readonly).25 E
+(.)-.65 E F2(PWD)108 360 Q F1(The current w)144 360 Q
+(orking directory as set by the)-.1 E F2(cd)2.5 E F1(command.)2.5 E F2
+(RANDOM)108 372 Q F1 .417(Each time this parameter is referenced, it e)
+144 384 R .417(xpands to a random inte)-.15 F .417
+(ger between 0 and 32767.)-.15 F(As-)5.417 E .125(signing a v)144 396 R
+.125(alue to)-.25 F F3(RANDOM)2.625 E F1 .124
+(initializes \(seeds\) the sequence of random numbers.)2.374 F .124
+(Seeding the ran-)5.124 F .309
+(dom number generator with the same constant v)144 408 R .31
+(alue will produce the same sequence of v)-.25 F 2.81(alues. If)-.25 F
+F3(RANDOM)144 420 Q F1(is unset, it loses its special properties, e)2.25
+E -.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 F2(READLINE_ARGUMENT)108 432 Q F1(An)144 444
+Q 4.665(yn)-.15 G 2.165(umeric ar)-4.665 F 2.165(gument gi)-.18 F -.15
+(ve)-.25 G 4.665(nt).15 G 4.665(oa)-4.665 G F2 -.18(re)C(adline).18 E F1
+2.165(command that w)4.665 F 2.165
+(as de\214ned using \231bind \255x\232 \(see)-.1 F F3(SHELL B)144 456 Q
+(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\) when it w)-.25 E
+(as in)-.1 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2(READLINE_LINE)108 468 Q
+F1 1.693(The contents of the)144 480 R F2 -.18(re)4.193 G(adline).18 E
+F1 1.693(line b)4.193 F(uf)-.2 E(fer)-.25 E 4.193(,f)-.4 G 1.694
+(or use with \231bind \255x\232 \(see)-4.193 F F3 1.694(SHELL B)4.194 F
+(UIL)-.09 E 1.694(TIN COM-)-.828 F(MANDS)144 492 Q F1(belo)2.25 E(w\).)
+-.25 E F2(READLINE_MARK)108 504 Q F1 .236(The position of the mark \(sa)
+144 516 R -.15(ve)-.2 G 2.736(di).15 G .236(nsertion point\) in the)
+-2.736 F F2 -.18(re)2.736 G(adline).18 E F1 .236(line b)2.736 F(uf)-.2 E
+(fer)-.25 E 2.736(,f)-.4 G .236(or use with \231bind \255x\232)-2.736 F
+(\(see)144 528 Q F3 1.016(SHELL B)3.516 F(UIL)-.09 E 1.016(TIN COMMANDS)
+-.828 F F1(belo)3.266 E 3.516(w\). The)-.25 F 1.017
 (characters between the insertion point and the)3.516 F
-(mark are often called the)144 252 Q F0 -.37(re)2.5 G(gion)-.03 E F1(.)A
-F2(READLINE_POINT)108 264 Q F1 .443
-(The position of the insertion point in the)144 276 R F2 -.18(re)2.943 G
+(mark are often called the)144 540 Q F0 -.37(re)2.5 G(gion)-.03 E F1(.)A
+F2(READLINE_POINT)108 552 Q F1 .443
+(The position of the insertion point in the)144 564 R F2 -.18(re)2.943 G
 (adline).18 E F1 .443(line b)2.943 F(uf)-.2 E(fer)-.25 E 2.943(,f)-.4 G
 .442(or use with \231bind \255x\232 \(see)-2.943 F F3(SHELL)2.942 E -.09
-(BU)144 288 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E
-F2(REPL)108 300 Q(Y)-.92 E F1(Set to the line of input read by the)144
-312 Q F2 -.18(re)2.5 G(ad).18 E F1 -.2(bu)2.5 G
+(BU)144 576 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E
+F2(REPL)108 588 Q(Y)-.92 E F1(Set to the line of input read by the)144
+600 Q F2 -.18(re)2.5 G(ad).18 E F1 -.2(bu)2.5 G
 (iltin command when no ar).2 E(guments are supplied.)-.18 E F2(SECONDS)
-108 324 Q F1 .177(Each time this parameter is referenced, it e)144 336 R
+108 612 Q F1 .177(Each time this parameter is referenced, it e)144 624 R
 .178(xpands to the number of seconds since shell in)-.15 F -.2(vo)-.4 G
-(cation.).2 E .713(If a v)144 348 R .712(alue is assigned to)-.25 F F3
+(cation.).2 E .713(If a v)144 636 R .712(alue is assigned to)-.25 F F3
 (SECONDS)3.212 E/F4 9/Times-Roman@0 SF(,)A F1 .712(the v)2.962 F .712
 (alue returned upon subsequent references is the number)-.25 F .627
-(of seconds since the assignment plus the v)144 360 R .627
+(of seconds since the assignment plus the v)144 648 R .627
 (alue assigned.)-.25 F .628(The number of seconds at shell in)5.627 F
--.2(vo)-.4 G(ca-).2 E .112(tion and the current time are al)144 372 R
--.1(wa)-.1 G .111(ys determined by querying the system clock.).1 F(If)
-5.111 E F3(SECONDS)2.611 E F1 .111(is un-)2.361 F
-(set, it loses its special properties, e)144 384 Q -.15(ve)-.25 G 2.5
+-.2(vo)-.4 G(ca-).2 E .364(tion and the current time are al)144 660 R
+-.1(wa)-.1 G .363
+(ys determined by querying the system clock at one-second reso-).1 F 2.5
+(lution. If)144 672 R F3(SECONDS)2.5 E F1
+(is unset, it loses its special properties, e)2.25 E -.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 F2(SHELLOPTS)108 396 Q F1 3.262(Ac)144 408 S .763
+-2.5 E F2(SHELLOPTS)108 684 Q F1 3.262(Ac)144 696 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 F2<ad6f>144 420 Q F1 1.174(option to the)3.674 F
+(gument for the)-.18 F F2<ad6f>144 708 Q F1 1.174(option to the)3.674 F
 F2(set)3.674 E F1 -.2(bu)3.674 G 1.174(iltin command \(see).2 F F3 1.173
 (SHELL B)3.673 F(UIL)-.09 E 1.173(TIN COMMANDS)-.828 F F1(belo)3.423 E
-3.673(w\). The)-.25 F(options)3.673 E .019(appearing in)144 432 R F3
+3.673(w\). The)-.25 F(options)3.673 E .019(appearing in)144 720 R F3
 (SHELLOPTS)2.519 E F1 .019(are those reported as)2.269 F F0(on)2.749 E
 F1(by)2.759 E F2 .019(set \255o)2.519 F F1 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 444 Q F2(bash)3.142 E F1 .642(starts up, each shell option in\
- the list will be enabled before reading an)3.142 F 3.141(ys)-.15 G .641
-(tartup \214les.)-3.141 F(This v)144 456 Q(ariable is read-only)-.25 E
-(.)-.65 E F2(SHL)108 468 Q(VL)-.92 E F1
-(Incremented by one each time an instance of)144 480 Q F2(bash)2.5 E F1
-(is started.)2.5 E F2(SRANDOM)108 492 Q F1 .76(This v)144 504 R .76
-(ariable e)-.25 F .761(xpands to a 32-bit pseudo-random number each tim\
-e it is referenced. The random)-.15 F .65
-(number generator is not linear on systems that support)144 516 R F0
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(15)190.395 E 0 Cg EP
+%%Page: 16 16
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E(when)144 84 Q/F2 10/Times-Bold@0 SF(bash)2.766 E F1
+.266
+(starts up, the shell enables each option in the list before reading an)
+2.766 F 2.766(ys)-.15 G .265(tartup \214les.)-2.766 F(This)5.265 E -.25
+(va)144 96 S(riable is read-only).25 E(.)-.65 E F2(SHL)108 108 Q(VL)-.92
+E F1(Incremented by one each time an instance of)144 120 Q F2(bash)2.5 E
+F1(is started.)2.5 E F2(SRANDOM)108 132 Q F1 .561
+(Each time it is referenced, this v)144 144 R .561(ariable e)-.25 F .562
+(xpands to a 32-bit pseudo-random number)-.15 F 5.562(.T)-.55 G .562
+(he random)-5.562 F .65
+(number generator is not linear on systems that support)144 156 R F0
 (/de)4.816 E(v/ur)-.15 E(andom)-.15 E F1(or)4.816 E F0(ar)3.48 E(c4r)
 -.37 E(andom)-.15 E F1 .649(\(3\), so each).32 F .788
 (returned number has no relationship to the numbers preceding it.)144
-528 R .788(The random number generator)5.788 F .088
-(cannot be seeded, so assignments to this v)144 540 R .087(ariable ha)
+168 R .788(The random number generator)5.788 F .088
+(cannot be seeded, so assignments to this v)144 180 R .087(ariable ha)
 -.25 F .387 -.15(ve n)-.2 H 2.587(oe).15 G -.25(ff)-2.587 G 2.587
-(ect. If).25 F F3(SRANDOM)2.587 E F1 .087(is unset, it loses its)2.337 F
-(special properties, e)144 552 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 F2(UID)108 564 Q
-F1(Expands to the user ID of the current user)144 564 Q 2.5(,i)-.4 G
+(ect. If).25 F/F3 9/Times-Bold@0 SF(SRANDOM)2.587 E F1 .087
+(is unset, it loses its)2.337 F(special properties, e)144 192 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 F2(UID)108 204 Q F1
+(Expands to the user ID of the current user)144 204 Q 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 580.8 R .993(wing v)-.25 F .994
-(ariables are used by the shell.)-.25 F .994(In some cases,)5.994 F F2
-(bash)3.494 E F1 .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 592.8
-Q -.65(w.)-.25 G F2 -.3(BA)108 609.6 S(SH_COMP).3 E -.95(AT)-.74 G F1
-.503(The v)144 621.6 R .502(alue is used to set the shell')-.25 F 3.002
-(sc)-.55 G .502(ompatibility le)-3.002 F -.15(ve)-.25 G 3.002(l. See).15
-F F3 .502(SHELL COMP)3.002 F -.855(AT)-.666 G .502(IBILITY MODE).855 F
-F1(be-)2.752 E(lo)144 633.6 Q 2.662(wf)-.25 G .162
-(or a description of the v)-2.662 F .162(arious compatibility le)-.25 F
--.15(ve)-.25 G .162(ls and their ef).15 F 2.663(fects. The)-.25 F -.25
-(va)2.663 G .163(lue may be a dec-).25 F .33
-(imal number \(e.g., 4.2\) or an inte)144 645.6 R .33
+E(.)-.65 E .114(The shell uses the follo)108 220.8 R .114(wing v)-.25 F
+.114(ariables. In some cases,)-.25 F F2(bash)2.614 E F1 .115
+(assigns a def)2.614 F .115(ault v)-.1 F .115(alue to a v)-.25 F .115
+(ariable; these cases)-.25 F(are noted belo)108 232.8 Q -.65(w.)-.25 G
+F2 -.3(BA)108 249.6 S(SH_COMP).3 E -.95(AT)-.74 G F1 .503(The v)144
+261.6 R .502(alue is used to set the shell')-.25 F 3.002(sc)-.55 G .502
+(ompatibility le)-3.002 F -.15(ve)-.25 G 3.002(l. See).15 F F3 .502
+(SHELL COMP)3.002 F -.855(AT)-.666 G .502(IBILITY MODE).855 F F1(be-)
+2.752 E(lo)144 273.6 Q 2.662(wf)-.25 G .162(or a description of the v)
+-2.662 F .162(arious compatibility le)-.25 F -.15(ve)-.25 G .162
+(ls and their ef).15 F 2.663(fects. The)-.25 F -.25(va)2.663 G .163
+(lue may be a dec-).25 F .33(imal number \(e.g., 4.2\) or an inte)144
+285.6 R .33
 (ger \(e.g., 42\) corresponding to the desired compatibility le)-.15 F
--.15(ve)-.25 G 2.83(l. If).15 F F2 -.3(BA)144 657.6 S(SH_COMP).3 E -.95
+-.15(ve)-.25 G 2.83(l. If).15 F F2 -.3(BA)144 297.6 S(SH_COMP).3 E -.95
 (AT)-.74 G F1 .86
 (is unset or set to the empty string, the compatibility le)4.31 F -.15
 (ve)-.25 G 3.361(li).15 G 3.361(ss)-3.361 G .861(et to the def)-3.361 F
-(ault)-.1 E .39(for the current v)144 669.6 R 2.89(ersion. If)-.15 F F2
+(ault)-.1 E .39(for the current v)144 309.6 R 2.89(ersion. If)-.15 F F2
 -.3(BA)2.89 G(SH_COMP).3 E -.95(AT)-.74 G F1 .39(is set to a v)3.84 F
 .39(alue that is not one of the v)-.25 F .39(alid compati-)-.25 F .277
-(bility le)144 681.6 R -.15(ve)-.25 G .278
+(bility le)144 321.6 R -.15(ve)-.25 G .278
 (ls, the shell prints an error message and sets the compatibility le).15
 F -.15(ve)-.25 G 2.778(lt).15 G 2.778(ot)-2.778 G .278(he def)-2.778 F
-.278(ault for the)-.1 F .628(current v)144 693.6 R 3.128(ersion. A)-.15
+.278(ault for the)-.1 F .628(current v)144 333.6 R 3.128(ersion. A)-.15
 F .627(subset of the v)3.127 F .627(alid v)-.25 F .627
 (alues correspond to the compatibility le)-.25 F -.15(ve)-.25 G .627
-(ls described be-).15 F(lo)144 705.6 Q 2.87(wu)-.25 G(nder)-2.87 E F3
-.37(SHELL COMP)2.87 F -.855(AT)-.666 G .371(IBILITY MODE).855 F F4(.)A
-F1 -.15(Fo)4.871 G 2.871(re).15 G .371(xample, 4.2 and 42 are v)-3.021 F
-.371(alid v)-.25 F .371(alues that corre-)-.25 F .55(spond to the)144
-717.6 R F2 .55(compat42 shopt)3.05 F F1 .549
-(option and set the compatibility le)3.05 F -.15(ve)-.25 G 3.049(lt).15
-G 3.049(o4)-3.049 G 3.049(2. The)-3.049 F .549(current v)3.049 F .549
-(ersion is)-.15 F(also a v)144 729.6 Q(alid v)-.25 E(alue.)-.25 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(15)193.45 E 0 Cg EP
-%%Page: 16 16
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.3(BA)108 84 S(SH_ENV).3 E
-F1 .505(If this parameter is set when)144 96 R F2(bash)3.005 E F1 .505
-(is e)3.005 F -.15(xe)-.15 G .506(cuting a shell script, its v).15 F
-.506(alue is interpreted as a \214lename)-.25 F .199
-(containing commands to initialize the shell, as in)144 108 R F0
-(\001/.bashr)2.799 E(c)-.37 E F1 5.199(.T).31 G .199(he v)-5.199 F .199
-(alue of)-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.699 G(SH_ENV).27 E F1
-.198(is subjected)2.448 F .525(to parameter e)144 120 R .525
-(xpansion, command substitution, and arithmetic e)-.15 F .525
-(xpansion before being interpreted)-.15 F(as a \214lename.)144 132 Q F3
--.666(PA)5 G(TH)-.189 E F1
-(is not used to search for the resultant \214lename.)2.25 E F2 -.3(BA)
-108 144 S(SH_XTRA).3 E(CEFD)-.55 E F1 .481(If set to an inte)144 156 R
-.481(ger corresponding to a v)-.15 F .481(alid \214le descriptor)-.25 F
-(,)-.4 E F2(bash)2.98 E F1 .48(will write the trace output gener)2.98 F
-(-)-.2 E 3.305
+(ls described be-).15 F(lo)144 345.6 Q 2.87(wu)-.25 G(nder)-2.87 E F3
+.37(SHELL COMP)2.87 F -.855(AT)-.666 G .371(IBILITY MODE).855 F/F4 9
+/Times-Roman@0 SF(.)A F1 -.15(Fo)4.871 G 2.871(re).15 G .371
+(xample, 4.2 and 42 are v)-3.021 F .371(alid v)-.25 F .371
+(alues that corre-)-.25 F .55(spond to the)144 357.6 R F2 .55
+(compat42 shopt)3.05 F F1 .549(option and set the compatibility le)3.05
+F -.15(ve)-.25 G 3.049(lt).15 G 3.049(o4)-3.049 G 3.049(2. The)-3.049 F
+.549(current v)3.049 F .549(ersion is)-.15 F(also a v)144 369.6 Q
+(alid v)-.25 E(alue.)-.25 E F2 -.3(BA)108 381.6 S(SH_ENV).3 E F1 .298
+(If this parameter is set when)144 393.6 R F2(bash)2.798 E F1 .298(is e)
+2.798 F -.15(xe)-.15 G .298(cuting a shell script, its e).15 F .299
+(xpanded v)-.15 F .299(alue is interpreted as a)-.25 F .468(\214lename \
+containing commands to initialize the shell before it reads and e)144
+405.6 R -.15(xe)-.15 G .467(cutes commands from).15 F .838(the script.)
+144 417.6 R .838(The v)5.838 F .838(alue of)-.25 F F3 -.27(BA)3.339 G
+(SH_ENV).27 E F1 .839(is subjected to parameter e)3.089 F .839
+(xpansion, command substitution,)-.15 F .922(and arithmetic e)144 429.6
+R .922(xpansion before being interpreted as a \214lename.)-.15 F F3
+-.666(PA)5.922 G(TH)-.189 E F1 .922(is not used to search for)3.172 F
+(the resultant \214lename.)144 441.6 Q F2 -.3(BA)108 453.6 S(SH_XTRA).3
+E(CEFD)-.55 E F1 .48(If set to an inte)144 465.6 R .48
+(ger corresponding to a v)-.15 F .481(alid \214le descriptor)-.25 F(,)
+-.4 E F2(bash)2.981 E F1 .481(will write the trace output gener)2.981 F
+(-)-.2 E 3.306
 (ated when \231set \255x\232 is enabled to that \214le descriptor)144
-168 R 8.305(.T)-.55 G 3.306(he \214le descriptor is closed when)-8.305 F
-F3 -.27(BA)144 180 S(SH_XTRA).27 E(CEFD)-.495 E F1 .138
+477.6 R 8.305(.T)-.55 G 3.305(he \214le descriptor is closed when)-8.305
+F F3 -.27(BA)144 489.6 S(SH_XTRA).27 E(CEFD)-.495 E F1 .138
 (is unset or assigned a ne)2.388 F 2.638(wv)-.25 G 2.638
 (alue. Unsetting)-2.888 F F3 -.27(BA)2.638 G(SH_XTRA).27 E(CEFD)-.495 E
 F1 .138(or assigning it)2.388 F 2.531(the empty string causes the trace\
- output to be sent to the standard error)144 192 R 7.531(.N)-.55 G 2.531
-(ote that setting)-7.531 F F3 -.27(BA)144 204 S(SH_XTRA).27 E(CEFD)-.495
-E F1 .74(to 2 \(the standard error \214le descriptor\) and then unsetti\
-ng it will result in the)2.991 F(standard error being closed.)144 216 Q
-F2(CDP)108 228 Q -.95(AT)-.74 G(H).95 E F1 1.247
-(The search path for the)144 240 R F2(cd)3.747 E F1 3.747(command. This)
-3.747 F 1.248(is a colon-separated list of directories in which the)
-3.747 F(shell looks for destination directories speci\214ed by the)144
-252 Q F2(cd)2.5 E F1 2.5(command. A)2.5 F(sample v)2.5 E
-(alue is \231.:\001:/usr\232.)-.25 E F2(CHILD_MAX)108 264 Q F1 .932
-(Set the number of e)144 276 R .931(xited child status v)-.15 F .931
-(alues for the shell to remember)-.25 F(.)-.55 E F2(Bash)5.931 E F1 .931
-(will not allo)3.431 F 3.431(wt)-.25 G(his)-3.431 E -.25(va)144 288 S
-1.077(lue to be decreased belo).25 F 3.577(waP)-.25 G 1.077
-(OSIX-mandated minimum, and there is a maximum v)-3.577 F 1.078
-(alue \(cur)-.25 F(-)-.2 E(rently 8192\) that this may not e)144 300 Q
+ output to be sent to the standard error)144 501.6 R 7.53(.N)-.55 G 2.53
+(ote that setting)-7.53 F F3 -.27(BA)144 513.6 S(SH_XTRA).27 E(CEFD)
+-.495 E F1 .74(to 2 \(the standard error \214le descriptor\) and then u\
+nsetting it will result in the)2.99 F(standard error being closed.)144
+525.6 Q F2(CDP)108 537.6 Q -.95(AT)-.74 G(H).95 E F1 .554
+(The search path for the)144 549.6 R F2(cd)3.054 E F1 3.054
+(command. This)3.054 F .554
+(is a colon-separated list of directories where the shell)3.054 F
+(looks for directories speci\214ed as ar)144 561.6 Q(guments to the)-.18
+E F2(cd)2.5 E F1 2.5(command. A)2.5 F(sample v)2.5 E
+(alue is \231.:\001:/usr\232.)-.25 E F2(CHILD_MAX)108 573.6 Q F1 .931
+(Set the number of e)144 585.6 R .931(xited child status v)-.15 F .931
+(alues for the shell to remember)-.25 F(.)-.55 E F2(Bash)5.931 E F1 .932
+(will not allo)3.431 F 3.432(wt)-.25 G(his)-3.432 E -.25(va)144 597.6 S
+1.078(lue to be decreased belo).25 F 3.577(waP)-.25 G 1.077
+(OSIX-mandated minimum, and there is a maximum v)-3.577 F 1.077
+(alue \(cur)-.25 F(-)-.2 E(rently 8192\) that this may not e)144 609.6 Q
 2.5(xceed. The)-.15 F(minimum v)2.5 E(alue is system-dependent.)-.25 E
-F2(COLUMNS)108 312 Q F1 .829(Used by the)144 324 R F2(select)3.329 E F1
-.828(compound command to determine the terminal width when printing sel\
-ection)3.329 F 3.466(lists. Automatically)144 336 R .966(set if the)
-3.466 F F2(checkwinsize)3.466 E F1 .966
+F2(COLUMNS)108 621.6 Q F1 .828(Used by the)144 633.6 R F2(select)3.328 E
+F1 .829(compound command to determine the terminal width when printing \
+selection)3.328 F 3.466(lists. Automatically)144 645.6 R .966
+(set if the)3.466 F F2(checkwinsize)3.466 E F1 .966
 (option is enabled or in an interacti)3.466 F 1.266 -.15(ve s)-.25 H
-.966(hell upon re-).15 F(ceipt of a)144 348 Q F3(SIGWINCH)2.5 E/F4 9
-/Times-Roman@0 SF(.)A F2(COMPREPL)108 360 Q(Y)-.92 E F1 .848(An array v)
-144 372 R .848(ariable from which)-.25 F F2(bash)3.348 E F1 .848
+.966(hell upon re-).15 F(ceipt of a)144 657.6 Q F3(SIGWINCH)2.5 E F4(.)A
+F2(COMPREPL)108 669.6 Q(Y)-.92 E F1 .847(An array v)144 681.6 R .848
+(ariable from which)-.25 F F2(bash)3.348 E F1 .848
 (reads the possible completions generated by a shell function)3.348 F
-(in)144 384 Q -.2(vo)-.4 G -.1(ke).2 G 2.785(db).1 G 2.785(yt)-2.785 G
+(in)144 693.6 Q -.2(vo)-.4 G -.1(ke).2 G 2.785(db).1 G 2.785(yt)-2.785 G
 .285(he programmable completion f)-2.785 F .285(acility \(see)-.1 F F2
 (Pr)2.785 E .285(ogrammable Completion)-.18 F F1(belo)2.785 E 2.785
 (w\). Each)-.25 F(array element contains one possible completion.)144
-396 Q F2(EMA)108 408 Q(CS)-.55 E F1(If)144 420 Q F2(bash)3.071 E F1 .571
-(\214nds this v)3.071 F .571(ariable in the en)-.25 F .571
-(vironment when the shell starts with v)-.4 F .57
-(alue \231t\232, it assumes that)-.25 F
-(the shell is running in an Emacs shell b)144 432 Q(uf)-.2 E
-(fer and disables line editing.)-.25 E F2(ENV)108 444 Q F1 .67
-(Expanded and e)144 444 R -.15(xe)-.15 G .67(cuted similarly to).15 F F3
--.27(BA)3.17 G(SH_ENV).27 E F1(\(see)2.92 E F2(INV)3.17 E(OCA)-.45 E
-(TION)-.95 E F1(abo)3.171 E -.15(ve)-.15 G 3.171(\)w).15 G .671
-(hen an interacti)-3.171 F -.15(ve)-.25 G(shell is in)144 456 Q -.2(vo)
--.4 G -.1(ke).2 G 2.5(di).1 G(n)-2.5 E F0(posix mode)2.5 E F1(.)A F2
-(EXECIGNORE)108 468 Q F1 2.717(Ac)144 480 S .217
-(olon-separated list of shell patterns \(see)-2.717 F F2 -.1(Pa)2.717 G
-(tter).1 E 2.717(nM)-.15 G(atching)-2.717 E F1 2.717(\)d)C .216
-(e\214ning the list of \214lenames to be)-2.717 F .116
-(ignored by command search using)144 492 R F2 -.74(PA)2.616 G(TH)-.21 E
-F1 5.116(.F)C .117
-(iles whose full pathnames match one of these patterns)-5.116 F 1.433
-(are not considered e)144 504 R -.15(xe)-.15 G 1.432
+705.6 Q(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(16)190.395 E 0
+Cg EP
+%%Page: 17 17
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(EMA)108 84 Q(CS)-.55 E F1(If)
+144 96 Q F2(bash)3.07 E F1 .57(\214nds this v)3.07 F .57
+(ariable in the en)-.25 F .571(vironment when the shell starts with v)
+-.4 F .571(alue \231t\232, it assumes that)-.25 F
+(the shell is running in an Emacs shell b)144 108 Q(uf)-.2 E
+(fer and disables line editing.)-.25 E F2(ENV)108 120 Q F1 .671
+(Expanded and e)144 120 R -.15(xe)-.15 G .671(cuted similarly to).15 F
+/F3 9/Times-Bold@0 SF -.27(BA)3.17 G(SH_ENV).27 E F1(\(see)2.92 E F2
+(INV)3.17 E(OCA)-.45 E(TION)-.95 E F1(abo)3.17 E -.15(ve)-.15 G 3.17
+(\)w).15 G .67(hen an interacti)-3.17 F -.15(ve)-.25 G(shell is in)144
+132 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(di).1 G 2.5(np)-2.5 G(osix mode.)-2.5
+E F2(EXECIGNORE)108 144 Q F1 2.791(Ac)144 156 S .291
+(olon-separated list of shell patterns \(see)-2.791 F F2 -.1(Pa)2.791 G
+(tter).1 E 2.791(nM)-.15 G(atching)-2.791 E F1 2.791(\)d)C .292
+(e\214ning the set of \214lenames to be)-2.791 F .117
+(ignored by command search using)144 168 R F2 -.74(PA)2.617 G(TH)-.21 E
+F1 5.117(.F)C .116
+(iles whose full pathnames match one of these patterns)-5.117 F 1.432
+(are not considered e)144 180 R -.15(xe)-.15 G 1.432
 (cutable \214les for the purposes of completion and command e).15 F -.15
-(xe)-.15 G 1.432(cution via).15 F F2 -.74(PA)144 516 S(TH)-.21 E F1
-2.908(lookup. This)2.908 F .408(does not af)2.908 F .408(fect the beha)
+(xe)-.15 G 1.433(cution via).15 F F2 -.74(PA)144 192 S(TH)-.21 E F1
+2.909(lookup. This)2.909 F .408(does not af)2.908 F .408(fect the beha)
 -.25 F .408(vior of the)-.2 F F2([)2.908 E F1(,)A F2(test)2.908 E F1
-2.908(,a)C(nd)-2.908 E F2([[)2.908 E F1 2.909(commands. Full)2.908 F
-(pathnames)2.909 E .364(in the command hash table are not subject to)144
-528 R F2(EXECIGNORE)2.864 E F1 5.364(.U)C .364(se this v)-5.364 F .364
-(ariable to ignore shared)-.25 F 1.37(library \214les that ha)144 540 R
+2.908(,a)C(nd)-2.908 E F2([[)2.908 E F1 2.908(commands. Full)2.908 F
+(pathnames)2.908 E .364(in the command hash table are not subject to)144
+204 R F2(EXECIGNORE)2.864 E F1 5.364(.U)C .364(se this v)-5.364 F .364
+(ariable to ignore shared)-.25 F 1.37(library \214les that ha)144 216 R
 1.67 -.15(ve t)-.2 H 1.37(he e).15 F -.15(xe)-.15 G 1.37
 (cutable bit set, b).15 F 1.37(ut are not e)-.2 F -.15(xe)-.15 G 1.37
 (cutable \214les.).15 F 1.37(The pattern matching)6.37 F
-(honors the setting of the)144 552 Q F2(extglob)2.5 E F1(shell option.)
-2.5 E F2(FCEDIT)108 564 Q F1(The def)144 576 Q(ault editor for the)-.1 E
-F2(fc)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E F2(FIGNORE)108 588 Q F1
-2.599(Ac)144 600 S .098(olon-separated list of suf)-2.599 F<8c78>-.25 E
+(honors the setting of the)144 228 Q F2(extglob)2.5 E F1(shell option.)
+2.5 E F2(FCEDIT)108 240 Q F1(The def)144 252 Q(ault editor for the)-.1 E
+F2(fc)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E F2(FIGNORE)108 264 Q F1
+2.598(Ac)144 276 S .098(olon-separated list of suf)-2.598 F<8c78>-.25 E
 .098(es to ignore when performing \214lename completion \(see)-.15 F F3
-(READLINE)2.598 E F1(belo)144 612 Q 2.704(w\). A)-.25 F .204
-(\214lename whose suf)2.704 F .205(\214x matches one of the entries in)
--.25 F F3(FIGNORE)2.705 E F1 .205(is e)2.455 F .205
-(xcluded from the list)-.15 F(of matched \214lenames.)144 624 Q 2.5(As)5
-G(ample v)-2.5 E(alue is \231.o:\001\232.)-.25 E F2(FUNCNEST)108 636 Q
-F1 .231(If set to a numeric v)144 648 R .231
+(READLINE)2.599 E F1(belo)144 288 Q 2.705(w\). A)-.25 F .205
+(\214lename whose suf)2.705 F .205(\214x matches one of the entries in)
+-.25 F F3(FIGNORE)2.705 E F1 .205(is e)2.455 F .204
+(xcluded from the list)-.15 F(of matched \214lenames.)144 300 Q 2.5(As)5
+G(ample v)-2.5 E(alue is \231.o:\001\232.)-.25 E F2(FUNCNEST)108 312 Q
+F1 .23(If set to a numeric v)144 324 R .231
 (alue greater than 0, de\214nes a maximum function nesting le)-.25 F
--.15(ve)-.25 G 2.73(l. Function).15 F(in)2.73 E -.2(vo)-.4 G(-).2 E
-(cations that e)144 660 Q(xceed this nesting le)-.15 E -.15(ve)-.25 G
+-.15(ve)-.25 G 2.731(l. Function).15 F(in)2.731 E -.2(vo)-.4 G(-).2 E
+(cations that e)144 336 Q(xceed this nesting le)-.15 E -.15(ve)-.25 G
 2.5(lw).15 G(ill cause the current command to abort.)-2.5 E F2
-(GLOBIGNORE)108 672 Q F1 2.923(Ac)144 684 S .423(olon-separated list of\
+(GLOBIGNORE)108 348 Q F1 2.924(Ac)144 360 S .423(olon-separated list of\
  patterns de\214ning the set of \214le names to be ignored by pathname \
-e)-2.923 F(xpan-)-.15 E 2.948(sion. If)144 696 R 2.948<618c>2.948 G .448
-(le name matched by a pathname e)-2.948 F .447
+e)-2.924 F(xpan-)-.15 E 2.947(sion. If)144 372 R 2.947<618c>2.947 G .447
+(le name matched by a pathname e)-2.947 F .448
 (xpansion pattern also matches one of the patterns in)-.15 F F3
-(GLOBIGNORE)144 708 Q F4(,)A F1(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 5.3)72 768 Q
-(2024 March 29)144.29 E(16)193.45 E 0 Cg EP
-%%Page: 17 17
+(GLOBIGNORE)144 384 Q/F4 9/Times-Roman@0 SF(,)A F1 .14(it is remo)2.39 F
+-.15(ve)-.15 G 2.64(df).15 G .14(rom the list of matches.)-2.64 F .139
+(The pattern matching honors the setting of)5.14 F(the)144 396 Q F2
+(extglob)2.5 E F1(shell option.)2.5 E F2(GLOBSOR)108 408 Q(T)-.4 E F1
+.075(Controls ho)144 420 R 2.575(wt)-.25 G .075
+(he results of pathname e)-2.575 F .075(xpansion are sorted.)-.15 F .075
+(The v)5.075 F .076(alue of this v)-.25 F .076(ariable speci\214es the)
+-.25 F .36(sort criteria and sort order for the results of pathname e)
+144 432 R 2.859(xpansion. If)-.15 F .359(this v)2.859 F .359
+(ariable is unset or set to)-.25 F .655(the null string, pathname e)144
+444 R .655(xpansion uses the historical beha)-.15 F .655
+(vior of sorting by name, in ascending)-.2 F(le)144 456 Q
+(xicographic order as determined by the)-.15 E F2(LC_COLLA)2.5 E(TE)-.95
+E F1(shell v)2.5 E(ariable.)-.25 E .03(If set, a v)144 472.8 R .03
+(alid v)-.25 F .03(alue be)-.25 F .03(gins with an optional)-.15 F F0(+)
+2.53 E F1 2.529(,w)C .029(hich is ignored, or)-2.529 F F0<ad>2.529 E F1
+2.529(,w)C .029(hich re)-2.529 F -.15(ve)-.25 G .029
+(rses the sort order).15 F 1.303(from ascending to descending, follo)144
+484.8 R 1.303(wed by a sort speci\214er)-.25 F 6.304(.T)-.55 G 1.304
+(he v)-6.304 F 1.304(alid sort speci\214ers are)-.25 F F0(name)4.164 E
+F1(,).18 E F0(numeric)144 496.8 Q F1(,).31 E F0(size)3.921 E F1(,).18 E
+F0(mtime)3.961 E F1(,).18 E F0(atime)3.911 E F1(,).18 E F0(ctime)3.781 E
+F1 3.581(,a).18 G(nd)-3.581 E F0(bloc)3.851 E(ks)-.2 E F1 3.581(,w).27 G
+1.08(hich sort the \214les on name, names in numeric)-3.581 F .979
+(rather than le)144 508.8 R .979(xicographic order)-.15 F 3.479<2c8c>-.4
+G .979
+(le size, modi\214cation time, access time, inode change time, and)
+-3.479 F .894(number of blocks, respecti)144 520.8 R -.15(ve)-.25 G(ly)
+.15 E 5.894(.I)-.65 G 3.394(fa)-5.894 G 1.194 -.15(ny o)-3.394 H 3.394
+(ft).15 G .894(he non-name k)-3.394 F -.15(ey)-.1 G 3.394(sc).15 G .893
+(ompare as equal \(e.g., if tw)-3.394 F 3.393<6f8c>-.1 G(les)-3.393 E
+(are the same size\), sorting uses the name as a secondary sort k)144
+532.8 Q -.15(ey)-.1 G(.)-.5 E -.15(Fo)144 549.6 S 2.692(re).15 G .192
+(xample, a v)-2.842 F .192(alue of)-.25 F F0(\255mtime)2.692 E F1 .192
+(sorts the results in descending order by modi\214cation time \(ne)2.692
+F(west)-.25 E(\214rst\).)144 561.6 Q(The)144 578.4 Q F0(numeric)3.844 E
+F1 1.344(speci\214er treats names consisting solely of digits as number\
+s and sorts them using)3.844 F .303(their numeric v)144 590.4 R .303
+(alue \(so \2312\232 will sort before \23110\232, for e)-.25 F 2.804
+(xample\). When)-.15 F(using)2.804 E F0(numeric)2.804 E F1 2.804(,n)C
+.304(ames con-)-2.804 F .274(taining non-digits sort after all the all-\
+digit names and are sorted by name using the traditional be-)144 602.4 R
+(ha)144 614.4 Q(vior)-.2 E(.)-.55 E 2.643(As)144 631.2 S .143
+(ort speci\214er of)-2.643 F F0(nosort)2.643 E F1 .144
+(disables sorting completely;)2.644 F F2(bash)2.644 E F1 .144
+(returns the results in the order the)2.644 F 2.644(ya)-.15 G(re)-2.644
+E(read from the \214le system, ignoring an)144 643.2 Q 2.5(yl)-.15 G
+(eading)-2.5 E F0<ad>2.5 E F1(.)A .52
+(If the sort speci\214er is missing, it def)144 660 R .52(aults to)-.1 F
+F0(name)3.02 E F1 3.02(,s)C 3.02(oav)-3.02 G .52(alue of)-3.27 F F0(+)
+3.02 E F1 .52(is equi)3.02 F -.25(va)-.25 G .52
+(lent to the null string,).25 F .482(and a v)144 672 R .482(alue of)-.25
+F F0(-)2.982 E F1 .482(sorts by name in descending order)2.982 F 5.482
+(.A)-.55 G .783 -.15(ny i)-5.482 H -1.95 -.4(nv a).15 H .483(lid v).4 F
+.483(alue restores the historical sort-)-.25 F(ing beha)144 684 Q(vior)
+-.2 E(.)-.55 E F2(HISTCONTR)108 696 Q(OL)-.3 E F1 2.654(Ac)144 708 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 1.689(of v)144 720 R 1.689(alues includes)-.25 F F0(ignor)4.199
+E(espace)-.37 E F1 4.189(,l).18 G 1.689(ines which be)-4.189 F 1.689
+(gin with a)-.15 F F2(space)4.189 E F1 1.69(character are not sa)4.189 F
+-.15(ve)-.2 G 4.19(di).15 G 4.19(nt)-4.19 G(he)-4.19 E(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(17)190.395 E 0 Cg EP
+%%Page: 18 18
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(GLOBSOR)108 84 Q(T)-.4 E F1
-.334(Control ho)144 96 R 2.834(wt)-.25 G .334(he results of pathname e)
--2.834 F .335(xpansion are sorted.)-.15 F .335(The v)5.335 F .335
-(alue of this v)-.25 F .335(ariable speci\214es the)-.25 F .36
-(sort criteria and sort order for the results of pathname e)144 108 R
-2.859(xpansion. If)-.15 F .359(this v)2.859 F .359
-(ariable is unset or set to)-.25 F .311(the null string, pathname e)144
-120 R .311(xpansion uses the historical beha)-.15 F .311
-(vior of sorting by name.)-.2 F .312(If set, a v)5.312 F(alid)-.25 E
--.25(va)144 132 S .003(lue be).25 F .003(gins with an optional)-.15 F F0
-(+)2.503 E F1 2.503(,w)C .002(hich is ignored, or)-2.503 F F0<ad>2.502 E
-F1 2.502(,w)C .002(hich re)-2.502 F -.15(ve)-.25 G .002
-(rses the sort order from ascend-).15 F 1.125(ing to descending, follo)
-144 144 R 1.125(wed by a sort speci\214er)-.25 F 6.125(.T)-.55 G 1.125
-(he v)-6.125 F 1.126(alid sort speci\214ers are)-.25 F F0(name)3.986 E
-F1(,).18 E F0(size)3.966 E F1(,).18 E F0(mtime)4.006 E F1(,).18 E F0
-(atime)144.33 156 Q F1(,).18 E F0(ctime)2.845 E F1 2.645(,a).18 G(nd)
--2.645 E F0(bloc)2.915 E(ks)-.2 E F1 2.645(,w).27 G .144(hich sort the \
-\214les on name, \214le size, modi\214cation time, access time, in-)
--2.645 F .075(ode change time, and number of blocks, respecti)144 168 R
--.15(ve)-.25 G(ly).15 E 5.076(.F)-.65 G .076(or e)-5.226 F .076
-(xample, a v)-.15 F .076(alue of)-.25 F F0(\255mtime)2.576 E F1 .076
-(sorts the re-)2.576 F .965
-(sults in descending order by modi\214cation time \(ne)144 180 R .964
-(west \214rst\).)-.25 F 3.464(As)5.964 G .964(ort speci\214er of)-3.464
-F F0(nosort)3.464 E F1(disables)3.464 E .497
-(sorting completely; the results are returned in the order the)144 192 R
-2.997(ya)-.15 G .497(re read from the \214le system,.)-2.997 F .498
-(If the)5.497 F .52(sort speci\214er is missing, it def)144 204 R .52
-(aults to)-.1 F F0(name)3.02 E F1 3.02(,s)C 3.02(oav)-3.02 G .52
-(alue of)-3.27 F F0(+)3.02 E F1 .52(is equi)3.02 F -.25(va)-.25 G .52
-(lent to the null string, and a).25 F -.25(va)144 216 S .46(lue of).25 F
-F0(-)2.96 E F1 .46(sorts by name in descending order)2.96 F 5.46(.A)-.55
-G .76 -.15(ny i)-5.46 H -1.95 -.4(nv a).15 H .46(lid v).4 F .46
-(alue restores the historical sorting be-)-.25 F(ha)144 228 Q(vior)-.2 E
-(.)-.55 E F2(HISTCONTR)108 240 Q(OL)-.3 E F1 2.654(Ac)144 252 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 264 R .49(alues includes)-.25 F F0(ignor)3 E
-(espace)-.37 E F1 2.99(,l).18 G .49(ines which be)-2.99 F .49
-(gin with a)-.15 F F2(space)2.99 E F1 .49(character are not sa)2.99 F
--.15(ve)-.2 G 2.99(di).15 G 2.99(nt)-2.99 G .49(he his-)-2.99 F .558
-(tory list.)144 276 R 3.058(Av)5.558 G .558(alue of)-3.308 F F0(ignor)
-3.068 E(edups)-.37 E F1 .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.925
-(Av)144 288 S .425(alue of)-3.175 F F0(ignor)2.935 E(eboth)-.37 E F1
-.426(is shorthand for)3.205 F F0(ignor)2.926 E(espace)-.37 E F1(and)
-2.926 E F0(ignor)2.926 E(edups)-.37 E F1 5.426(.A)C -.25(va)-2.5 G .426
-(lue of).25 F F0(er)3.116 E(asedups)-.15 E F1(causes)3.196 E .699
-(all pre)144 300 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 312 Q -.15(ve)-.2 G 2.763(d. An).15 F 2.763(yv)-.15 G .263
-(alue not in the abo)-3.013 F .563 -.15(ve l)-.15 H .263
-(ist is ignored.).15 F(If)5.263 E/F3 9/Times-Bold@0 SF(HISTCONTR)2.763 E
-(OL)-.27 E F1 .264(is unset, or does not include)2.513 F 2.942(av)144
-324 S .442(alid v)-3.192 F .442
+.25 E F1(\(1\)).95 E 1.645(history list.)144 84 R 4.145(Av)6.645 G 1.645
+(alue of)-4.395 F F0(ignor)4.155 E(edups)-.37 E F1 1.645
+(causes lines matching the pre)4.415 F 1.644
+(vious history entry not to be)-.25 F(sa)144 96 Q -.15(ve)-.2 G 2.831
+(d. A).15 F -.25(va)2.831 G .331(lue of).25 F F0(ignor)2.841 E(eboth)
+-.37 E F1 .331(is shorthand for)3.111 F F0(ignor)2.831 E(espace)-.37 E
+F1(and)2.832 E F0(ignor)2.832 E(edups)-.37 E F1 5.332(.A)C -.25(va)-2.5
+G .332(lue of).25 F F0(er)3.022 E(asedups)-.15 E F1 .622(causes all pre)
+144 108 R .621(vious lines matching the current line to be remo)-.25 F
+-.15(ve)-.15 G 3.121(df).15 G .621(rom the history list before that)
+-3.121 F .541(line is sa)144 120 R -.15(ve)-.2 G 3.041(d. An).15 F 3.041
+(yv)-.15 G .541(alue not in the abo)-3.291 F .841 -.15(ve l)-.15 H .541
+(ist is ignored.).15 F(If)5.542 E/F2 9/Times-Bold@0 SF(HISTCONTR)3.042 E
+(OL)-.27 E F1 .542(is unset, or does not)2.792 F .613(include a v)144
+132 R .612(alid v)-.25 F .612
 (alue, all lines read by the shell parser are sa)-.25 F -.15(ve)-.2 G
-2.941(do).15 G 2.941(nt)-2.941 G .441(he history list, subject to the v)
--2.941 F .441(alue of)-.25 F F3(HISTIGNORE)144 336 Q/F4 9/Times-Roman@0
-SF(.)A F1 1.981(The second and subsequent lines of a multi-line compoun\
-d command are not)6.481 F(tested, and are added to the history re)144
-348 Q -.05(ga)-.15 G(rdless of the v).05 E(alue of)-.25 E F3(HISTCONTR)
-2.5 E(OL)-.27 E F4(.)A F2(HISTFILE)108 360 Q F1 .818
-(The name of the \214le in which command history is sa)144 372 R -.15
-(ve)-.2 G 3.317(d\().15 G(see)-3.317 E F3(HIST)3.317 E(OR)-.162 E(Y)
--.315 E F1(belo)3.067 E(w\).)-.25 E F2(Bash)5.817 E F1 .817(assigns a)
-3.317 F(def)144 384 Q .29(ault v)-.1 F .29(alue of)-.25 F F0
-(\001/.bash_history)2.79 E F1 5.29(.I)C(f)-5.29 E F2(HISTFILE)2.79 E F1
-.29(is unset or null, the command history is not sa)2.79 F -.15(ve)-.2 G
-(d).15 E(when a shell e)144 396 Q(xits.)-.15 E F2(HISTFILESIZE)108 408 Q
-F1 1.623(The maximum number of lines contained in the history \214le.)
-144 420 R 1.622(When this v)6.623 F 1.622(ariable is assigned a)-.25 F
--.25(va)144 432 S .124
-(lue, the history \214le is truncated, if necessary).25 F 2.624(,t)-.65
-G 2.624(oc)-2.624 G .125
-(ontain no more than that number of lines by re-)-2.624 F(mo)144 444 Q
+3.112(do).15 G 3.112(nt)-3.112 G .612(he history list, subject to the)
+-3.112 F -.25(va)144 144 S .332(lue of).25 F F2(HISTIGNORE)2.832 E/F3 9
+/Times-Roman@0 SF(.)A F1 .332
+(The second and subsequent lines of a multi-line compound command are)
+4.832 F .622(not tested, and are added to the history re)144 156 R -.05
+(ga)-.15 G .621(rdless of the v).05 F .621(alue of)-.25 F F2(HISTCONTR)
+3.121 E(OL)-.27 E F1 .621(if the \214rst line)2.871 F .402
+(of the command w)144 168 R .402(as sa)-.1 F -.15(ve)-.2 G 2.902(d. If)
+.15 F .402(the \214rst line w)2.902 F .402(as not sa)-.1 F -.15(ve)-.2 G
+.403(d, the second and subsequent lines of the).15 F(command are not sa)
+144 180 Q -.15(ve)-.2 G 2.5(de).15 G(ither)-2.5 E(.)-.55 E/F4 10
+/Times-Bold@0 SF(HISTFILE)108 192 Q F1 .818
+(The name of the \214le in which command history is sa)144 204 R -.15
+(ve)-.2 G 3.317(d\().15 G(see)-3.317 E F2(HIST)3.317 E(OR)-.162 E(Y)
+-.315 E F1(belo)3.067 E(w\).)-.25 E F4(Bash)5.817 E F1 .817(assigns a)
+3.317 F(def)144 216 Q .463(ault v)-.1 F .463(alue of)-.25 F F0
+(\001/.bash_history)4.629 E F1 5.463(.I)1.666 G(f)-5.463 E F4(HISTFILE)
+2.963 E F1 .464(is unset or null, the shell does not sa)2.963 F .764
+-.15(ve t)-.2 H .464(he com-).15 F(mand history when it e)144 228 Q
+(xits.)-.15 E F4(HISTFILESIZE)108 240 Q F1 1.623
+(The maximum number of lines contained in the history \214le.)144 252 R
+1.622(When this v)6.623 F 1.622(ariable is assigned a)-.25 F -.25(va)144
+264 S .124(lue, the history \214le is truncated, if necessary).25 F
+2.624(,t)-.65 G 2.624(oc)-2.624 G .125
+(ontain no more than that number of lines by re-)-2.624 F(mo)144 276 Q
 .066(ving the oldest entries.)-.15 F .065(The history \214le is also tr\
 uncated to this size after writing it when a shell)5.066 F -.15(ex)144
-456 S 2.927(its. If).15 F .427(the v)2.927 F .428
-(alue is 0, the history \214le is truncated to zero size.)-.25 F .428
-(Non-numeric v)5.428 F .428(alues and numeric)-.25 F -.25(va)144 468 S
-.152(lues less than zero inhibit truncation.).25 F .152
-(The shell sets the def)5.152 F .152(ault v)-.1 F .152(alue to the v)
--.25 F .151(alue of)-.25 F F2(HISTSIZE)2.651 E F1(after reading an)144
-480 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E F2(HISTIGNORE)108 492 Q F1
-2.657(Ac)144 504 S .157(olon-separated list of patterns used to decide \
-which command lines should be sa)-2.657 F -.15(ve)-.2 G 2.658(do).15 G
-2.658(nt)-2.658 G .158(he his-)-2.658 F .997(tory list.)144 516 R .997
+288 S .407(its or by the).15 F F4(history)2.908 E F1 -.2(bu)2.908 G
+2.908(iltin. If).2 F .408(the v)2.908 F .408
+(alue is 0, the history \214le is truncated to zero size.)-.25 F
+(Non-nu-)5.408 E .406(meric v)144 300 R .406(alues and numeric v)-.25 F
+.405(alues less than zero inhibit truncation.)-.25 F .405
+(The shell sets the def)5.405 F .405(ault v)-.1 F(alue)-.25 E(to the v)
+144 312 Q(alue of)-.25 E F4(HISTSIZE)2.5 E F1(after reading an)2.5 E 2.5
+(ys)-.15 G(tartup \214les.)-2.5 E F4(HISTIGNORE)108 324 Q F1 2.657(Ac)
+144 336 S .157(olon-separated list of patterns used to decide which com\
+mand lines should be sa)-2.657 F -.15(ve)-.2 G 2.658(do).15 G 2.658(nt)
+-2.658 G .158(he his-)-2.658 F .997(tory list.)144 348 R .997
 (If a command line matches one of the patterns in the v)5.997 F .996
-(alue of)-.25 F F3(HISTIGNORE)3.496 E F4(,)A F1 .996(it is not)3.246 F
-(sa)144 528 Q -.15(ve)-.2 G 2.771(do).15 G 2.771(nt)-2.771 G .271
+(alue of)-.25 F F2(HISTIGNORE)3.496 E F3(,)A F1 .996(it is not)3.246 F
+(sa)144 360 Q -.15(ve)-.2 G 2.771(do).15 G 2.771(nt)-2.771 G .271
 (he history list.)-2.771 F .271(Each pattern is anchored at the be)5.271
 F .271(ginning of the line and must match the)-.15 F .26
-(complete line \()144 540 R F2(bash)A F1 .26(will not)2.76 F .259
-(implicitly append a \231)5.26 F F2(*)A F1 2.759(\232\). Each)B .259
+(complete line \()144 372 R F4(bash)A F1 .26(will not)2.76 F .259
+(implicitly append a \231)5.26 F F4(*)A F1 2.759(\232\). Each)B .259
 (pattern is tested ag)2.759 F .259(ainst the line after)-.05 F 2.252
-(the checks speci\214ed by)144 552 R F3(HISTCONTR)4.752 E(OL)-.27 E F1
+(the checks speci\214ed by)144 384 R F2(HISTCONTR)4.752 E(OL)-.27 E F1
 2.252(are applied.)4.502 F 2.252
 (In addition to the normal shell pattern)7.252 F .275
-(matching characters, \231)144 564 R F2(&)A F1 2.775<9a6d>C .275
+(matching characters, \231)144 396 R F4(&)A F1 2.775<9a6d>C .275
 (atches the pre)-2.775 F .274(vious history line.)-.25 F 2.774(Ab)5.274
-G .274(ackslash will escape the \231)-2.774 F F2(&)A F1 .274(\232; the)B
-.375(backslash is remo)144 576 R -.15(ve)-.15 G 2.875(db).15 G .375
+G .274(ackslash will escape the \231)-2.774 F F4(&)A F1 .274(\232; the)B
+.375(backslash is remo)144 408 R -.15(ve)-.15 G 2.875(db).15 G .375
 (efore attempting a match.)-2.875 F .375
 (The second and subsequent lines of a multi-line)5.375 F 2.472
 (compound command are not tested, and are added to the history re)144
-588 R -.05(ga)-.15 G 2.472(rdless of the v).05 F 2.472(alue of)-.25 F F3
-(HISTIGNORE)144 600 Q F4(.)A F1
-(The pattern matching honors the setting of the)4.5 E F2(extglob)2.5 E
-F1(shell option.)2.5 E F2(HISTSIZE)108 612 Q F1 1.387
-(The number of commands to remember in the command history \(see)144 624
-R F3(HIST)3.887 E(OR)-.162 E(Y)-.315 E F1(belo)3.637 E 3.887(w\). If)
--.25 F(the)3.888 E -.25(va)144 636 S 1.321
-(lue is 0, commands are not sa).25 F -.15(ve)-.2 G 3.821(di).15 G 3.821
-(nt)-3.821 G 1.321(he history list.)-3.821 F 1.32(Numeric v)6.32 F 1.32
-(alues less than zero result in)-.25 F -2.15 -.25(ev e)144 648 T .436
-(ry command being sa).25 F -.15(ve)-.2 G 2.936(do).15 G 2.936(nt)-2.936
-G .436(he history list \(there is no limit\).)-2.936 F .437
-(The shell sets the def)5.437 F .437(ault v)-.1 F(alue)-.25 E
-(to 500 after reading an)144 660 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E
-F2(HISTTIMEFORMA)108 672 Q(T)-.95 E F1 .926(If this v)144 684 R .926
-(ariable is set and not null, its v)-.25 F .925
-(alue is used as a format string for)-.25 F F0(strftime)3.765 E F1 .925
-(\(3\) to print the).18 F .672
-(time stamp associated with each history entry displayed by the)144 696
-R F2(history)3.173 E F1 -.2(bu)3.173 G 3.173(iltin. If).2 F .673(this v)
-3.173 F .673(ariable is)-.25 F .144
-(set, time stamps are written to the history \214le so the)144 708 R
-2.644(ym)-.15 G .144(ay be preserv)-2.644 F .144
-(ed across shell sessions.)-.15 F(This)5.144 E(uses the history comment\
- character to distinguish timestamps from other history lines.)144 720 Q
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(17)193.45 E 0 Cg EP
-%%Page: 18 18
+420 R -.05(ga)-.15 G 2.472(rdless of the v).05 F 2.472(alue of)-.25 F F2
+(HISTIGNORE)144 432 Q F3(.)A F1 .074(If the \214rst line w)4.574 F .074
+(as not sa)-.1 F -.15(ve)-.2 G .074
+(d, the second and subsequent lines of the command are).15 F(not sa)144
+444 Q -.15(ve)-.2 G 2.5(de).15 G(ither)-2.5 E 5(.T)-.55 G
+(he pattern matching honors the setting of the)-5 E F4(extglob)2.5 E F1
+(shell option.)2.5 E F4(HISTSIZE)108 456 Q F1 1.387
+(The number of commands to remember in the command history \(see)144 468
+R F2(HIST)3.887 E(OR)-.162 E(Y)-.315 E F1(belo)3.637 E 3.887(w\). If)
+-.25 F(the)3.887 E -.25(va)144 480 S 1.32(lue is 0, commands are not sa)
+.25 F -.15(ve)-.2 G 3.82(di).15 G 3.821(nt)-3.82 G 1.321
+(he history list.)-3.821 F 1.321(Numeric v)6.321 F 1.321
+(alues less than zero result in)-.25 F -2.15 -.25(ev e)144 492 T .437
+(ry command being sa).25 F -.15(ve)-.2 G 2.937(do).15 G 2.937(nt)-2.937
+G .437(he history list \(there is no limit\).)-2.937 F .436
+(The shell sets the def)5.436 F .436(ault v)-.1 F(alue)-.25 E
+(to 500 after reading an)144 504 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E
+F4(HISTTIMEFORMA)108 516 Q(T)-.95 E F1 .925(If this v)144 528 R .925
+(ariable is set and not null, its v)-.25 F .926
+(alue is used as a format string for)-.25 F F0(strftime)3.766 E F1 .926
+(\(3\) to print the).18 F .673
+(time stamp associated with each history entry displayed by the)144 540
+R F4(history)3.173 E F1 -.2(bu)3.172 G 3.172(iltin. If).2 F .672(this v)
+3.172 F .672(ariable is)-.25 F .454
+(set, the shell writes time stamps to the history \214le so the)144 552
+R 2.954(ym)-.15 G .454(ay be preserv)-2.954 F .455
+(ed across shell sessions.)-.15 F(This uses the history comment charact\
+er to distinguish timestamps from other history lines.)144 564 Q F4
+(HOME)108 576 Q F1 1.27(The home directory of the current user; the def)
+144 588 R 1.27(ault ar)-.1 F 1.27(gument for the)-.18 F F4(cd)3.77 E F1
+-.2(bu)3.77 G 1.27(iltin command.).2 F(The)6.27 E -.25(va)144 600 S
+(lue of this v).25 E(ariable is also used when performing tilde e)-.25 E
+(xpansion.)-.15 E F4(HOSTFILE)108 612 Q F1 1.015
+(Contains the name of a \214le in the same format as)144 624 R F0
+(/etc/hosts)5.181 E F1 1.015(that should be read when the shell)5.181 F
+.551(needs to complete a hostname.)144 636 R .551
+(The list of possible hostname completions may be changed while)5.551 F
+1.058(the shell is running; the ne)144 648 R 1.059
+(xt time hostname completion is attempted after the v)-.15 F 1.059
+(alue is changed,)-.25 F F4(bash)144 660 Q F1 .138
+(adds the contents of the ne)2.639 F 2.638<778c>-.25 G .138(le to the e)
+-2.638 F .138(xisting list.)-.15 F(If)5.138 E F2(HOSTFILE)2.638 E F1
+.138(is set, b)2.388 F .138(ut has no v)-.2 F .138(alue, or)-.25 F .517
+(does not name a readable \214le,)144 672 R F4(bash)3.017 E F1 .517
+(attempts to read)3.017 F F0(/etc/hosts)4.684 E F1 .518
+(to obtain the list of possible host-)4.684 F(name completions.)144 684
+Q(When)5 E F2(HOSTFILE)2.5 E F1(is unset, the hostname list is cleared.)
+2.25 E F4(IFS)108 696 Q F1(The)144 696 Q F0 .556(Internal F)3.636 F .556
+(ield Separ)-.45 F(ator)-.15 E F1 .556(that is used for w)3.786 F .556
+(ord splitting after e)-.1 F .555(xpansion and to split lines into)-.15
+F -.1(wo)144 708 S .1(rds with the).1 F F4 -.18(re)2.6 G(ad).18 E F1 -.2
+(bu)2.6 G .1(iltin command.).2 F -.8(Wo)5.1 G .1
+(rd splitting is described abo).8 F .401 -.15(ve u)-.15 H(nder).15 E F2
+(EXP)2.601 E(ANSION)-.666 E F3(.)A F1(The)4.601 E(def)144 720 Q(ault v)
+-.1 E(alue is \231<space><tab><ne)-.25 E(wline>\232.)-.25 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(18)190.395 E 0 Cg EP
+%%Page: 19 19
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(HOME)108 84 Q F1 1.27
-(The home directory of the current user; the def)144 96 R 1.27(ault ar)
--.1 F 1.27(gument for the)-.18 F F2(cd)3.77 E F1 -.2(bu)3.77 G 1.27
-(iltin command.).2 F(The)6.27 E -.25(va)144 108 S(lue of this v).25 E
-(ariable is also used when performing tilde e)-.25 E(xpansion.)-.15 E F2
-(HOSTFILE)108 120 Q F1 1.015
-(Contains the name of a \214le in the same format as)144 132 R F0
-(/etc/hosts)5.181 E F1 1.015(that should be read when the shell)5.181 F
-.55(needs to complete a hostname.)144 144 R .551
-(The list of possible hostname completions may be changed while)5.551 F
-1.059(the shell is running; the ne)144 156 R 1.059
-(xt time hostname completion is attempted after the v)-.15 F 1.058
-(alue is changed,)-.25 F F2(bash)144 168 Q F1 .138
-(adds the contents of the ne)2.638 F 2.638<778c>-.25 G .138(le to the e)
--2.638 F .138(xisting list.)-.15 F(If)5.138 E/F3 9/Times-Bold@0 SF
-(HOSTFILE)2.638 E F1 .138(is set, b)2.388 F .139(ut has no v)-.2 F .139
-(alue, or)-.25 F .518(does not name a readable \214le,)144 180 R F2
-(bash)3.018 E F1 .518(attempts to read)3.018 F F0(/etc/hosts)4.683 E F1
-.517(to obtain the list of possible host-)4.683 F(name completions.)144
-192 Q(When)5 E F3(HOSTFILE)2.5 E F1
-(is unset, the hostname list is cleared.)2.25 E F2(IFS)108 204 Q F1(The)
-144 204 Q F0 .555(Internal F)3.635 F .555(ield Separ)-.45 F(ator)-.15 E
-F1 .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 216 S(rds with the)
-.1 E F2 -.18(re)2.5 G(ad).18 E F1 -.2(bu)2.5 G(iltin command.).2 E
-(The def)5 E(ault v)-.1 E(alue is \231<space><tab><ne)-.25 E
-(wline>\232.)-.25 E F2(IGNOREEOF)108 228 Q F1 .503
-(Controls the action of an interacti)144 240 R .803 -.15(ve s)-.25 H
-.503(hell on receipt of an).15 F F3(EOF)3.003 E F1 .503
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(IGNOREEOF)108 84 Q F1 .503
+(Controls the action of an interacti)144 96 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 F1 .503
 (character as the sole input.)2.753 F .503(If set,)5.503 F .426(the v)
-144 252 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F3
+144 108 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F3
 (EOF)3.076 E F1 .426
-(characters which must be typed as the \214rst characters)2.676 F .303
-(on an input line before)144 264 R F2(bash)2.802 E F1 -.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 276 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 F1(signi\214es the end of input to the shell.)2.25 E F2
-(INPUTRC)108 288 Q F1 .111(The \214lename for the)144 300 R F2 -.18(re)
-2.612 G(adline).18 E F1 .112(startup \214le, o)2.612 F -.15(ve)-.15 G
-.112(rriding the def).15 F .112(ault of)-.1 F F0(\001/.inputr)4.278 E(c)
--.37 E F1(\(see)4.278 E F3(READLINE)2.612 E F1(be-)2.362 E(lo)144 312 Q
-(w\).)-.25 E F2(INSIDE_EMA)108 324 Q(CS)-.55 E F1 .034(If this v)144 336
-R .034(ariable appears in the en)-.25 F .034
-(vironment when the shell starts,)-.4 F F2(bash)2.533 E F1 .033
-(assumes that it is running in-)2.533 F(side an Emacs shell b)144 348 Q
-(uf)-.2 E(fer and may disable line editing, depending on the v)-.25 E
-(alue of)-.25 E F2(TERM)2.5 E F1(.)A F2(LANG)108 360 Q F1 1.239
-(Used to determine the locale cate)144 360 R 1.239(gory for an)-.15 F
+(characters which must be typed as the \214rst characters)2.676 F .46
+(on an input line before)144 120 R F2(bash)2.96 E F1 -.15(ex)2.96 G 2.96
+(its. If).15 F .46(the v)2.96 F .46(ariable is set b)-.25 F .46
+(ut does not ha)-.2 F .76 -.15(ve a n)-.2 H .46(umeric v).15 F .46
+(alue, or the)-.25 F -.25(va)144 132 S(lue is null, the def).25 E
+(ault v)-.1 E(alue is 10.)-.25 E(If it is unset,)5 E F3(EOF)2.5 E F1
+(signi\214es the end of input to the shell.)2.25 E F2(INPUTRC)108 144 Q
+F1 .111(The \214lename for the)144 156 R F2 -.18(re)2.612 G(adline).18 E
+F1 .112(startup \214le, o)2.612 F -.15(ve)-.15 G .112(rriding the def)
+.15 F .112(ault of)-.1 F F0(\001/.inputr)4.278 E(c)-.37 E F1(\(see)4.278
+E F3(READLINE)2.612 E F1(be-)2.362 E(lo)144 168 Q(w\).)-.25 E F2
+(INSIDE_EMA)108 180 Q(CS)-.55 E F1 .034(If this v)144 192 R .034
+(ariable appears in the en)-.25 F .034(vironment when the shell starts,)
+-.4 F F2(bash)2.533 E F1 .033(assumes that it is running in-)2.533 F
+(side an Emacs shell b)144 204 Q(uf)-.2 E
+(fer and may disable line editing, depending on the v)-.25 E(alue of)
+-.25 E F2(TERM)2.5 E F1(.)A F2(LANG)108 216 Q F1 1.239
+(Used to determine the locale cate)144 216 R 1.239(gory for an)-.15 F
 3.739(yc)-.15 G(ate)-3.739 E 1.24
 (gory not speci\214cally selected with a v)-.15 F(ariable)-.25 E
-(starting with)144 372 Q F2(LC_)2.5 E F1(.)A F2(LC_ALL)108 384 Q F1 .974
-(This v)144 396 R .974(ariable o)-.25 F -.15(ve)-.15 G .974
+(starting with)144 228 Q F2(LC_)2.5 E F1(.)A F2(LC_ALL)108 240 Q F1 .974
+(This v)144 252 R .974(ariable o)-.25 F -.15(ve)-.15 G .974
 (rrides the v).15 F .973(alue of)-.25 F F3(LANG)3.473 E F1 .973(and an)
 3.223 F 3.473(yo)-.15 G(ther)-3.473 E F2(LC_)3.473 E F1 -.25(va)3.473 G
-.973(riable specifying a locale cate-).25 F(gory)144 408 Q(.)-.65 E F2
-(LC_COLLA)108 420 Q(TE)-.95 E F1 .411(This v)144 432 R .412(ariable det\
+.973(riable specifying a locale cate-).25 F(gory)144 264 Q(.)-.65 E F2
+(LC_COLLA)108 276 Q(TE)-.95 E F1 .411(This v)144 288 R .412(ariable det\
 ermines the collation order used when sorting the results of pathname e)
--.25 F(xpansion,)-.15 E 1.465(and determines the beha)144 444 R 1.465
+-.25 F(xpansion,)-.15 E 1.465(and determines the beha)144 300 R 1.465
 (vior of range e)-.2 F 1.464(xpressions, equi)-.15 F -.25(va)-.25 G
 1.464(lence classes, and collating sequences).25 F(within pathname e)144
-456 Q(xpansion and pattern matching.)-.15 E F2(LC_CTYPE)108 468 Q F1
-1.935(This v)144 480 R 1.936
+312 Q(xpansion and pattern matching.)-.15 E F2(LC_CTYPE)108 324 Q F1
+1.935(This v)144 336 R 1.936
 (ariable determines the interpretation of characters and the beha)-.25 F
-1.936(vior of character classes)-.2 F(within pathname e)144 492 Q
-(xpansion and pattern matching.)-.15 E F2(LC_MESSA)108 504 Q(GES)-.55 E
-F1(This v)144 516 Q(ariable determines the locale used to translate dou\
+1.936(vior of character classes)-.2 F(within pathname e)144 348 Q
+(xpansion and pattern matching.)-.15 E F2(LC_MESSA)108 360 Q(GES)-.55 E
+F1(This v)144 372 Q(ariable determines the locale used to translate dou\
 ble-quoted strings preceded by a)-.25 E F2($)2.5 E F1(.)A F2(LC_NUMERIC)
-108 528 Q F1(This v)144 540 Q(ariable determines the locale cate)-.25 E
-(gory used for number formatting.)-.15 E F2(LC_TIME)108 552 Q F1(This v)
-144 564 Q(ariable determines the locale cate)-.25 E
-(gory used for data and time formatting.)-.15 E F2(LINES)108 576 Q F1
-.055(Used by the)144 576 R F2(select)2.555 E F1 .054(compound command t\
+108 384 Q F1(This v)144 396 Q(ariable determines the locale cate)-.25 E
+(gory used for number formatting.)-.15 E F2(LC_TIME)108 408 Q F1(This v)
+144 420 Q(ariable determines the locale cate)-.25 E
+(gory used for data and time formatting.)-.15 E F2(LINES)108 432 Q F1
+.055(Used by the)144 432 R F2(select)2.555 E F1 .054(compound command t\
 o determine the column length for printing selection lists.)2.555 F .264
-(Automatically set if the)144 588 R F2(checkwinsize)2.764 E F1 .264
+(Automatically set if the)144 444 R F2(checkwinsize)2.764 E F1 .264
 (option is enabled or in an interacti)2.764 F .565 -.15(ve s)-.25 H .265
-(hell upon receipt of a).15 F F3(SIGWINCH)144 600 Q/F4 9/Times-Roman@0
-SF(.)A F2(MAIL)108 612 Q F1 .422
-(If this parameter is set to a \214le or directory name and the)144 612
-R F3(MAILP)2.921 E -.855(AT)-.666 G(H).855 E F1 -.25(va)2.671 G .421
-(riable is not set,).25 F F2(bash)2.921 E F1(in-)2.921 E
-(forms the user of the arri)144 624 Q -.25(va)-.25 G 2.5(lo).25 G 2.5
-(fm)-2.5 G(ail in the speci\214ed \214le or Maildir)-2.5 E
-(-format directory)-.2 E(.)-.65 E F2(MAILCHECK)108 636 Q F1 .098
-(Speci\214es ho)144 648 R 2.598(wo)-.25 G .098(ften \(in seconds\))
--2.598 F F2(bash)2.598 E F1 .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 660 R .223(If this v)5.223 F .223(ariable is unset,)-.25 F
-(or set to a v)144 672 Q(alue that is not a number greater than or equa\
-l to zero, the shell disables mail checking.)-.25 E F2(MAILP)108 684 Q
--.95(AT)-.74 G(H).95 E F1 2.99(Ac)144 696 S .49
-(olon-separated list of \214lenames to be check)-2.99 F .49
+(hell upon receipt of a).15 F F3(SIGWINCH)144 456 Q/F4 9/Times-Roman@0
+SF(.)A F2(MAIL)108 468 Q F1 .464(If the v)144 468 R .464
+(alue is set to a \214le or directory name and the)-.25 F F3(MAILP)2.964
+E -.855(AT)-.666 G(H).855 E F1 -.25(va)2.714 G .463(riable is not set,)
+.25 F F2(bash)2.963 E F1(informs)2.963 E(the user of the arri)144 480 Q
+-.25(va)-.25 G 2.5(lo).25 G 2.5(fm)-2.5 G
+(ail in the speci\214ed \214le or Maildir)-2.5 E(-format directory)-.2 E
+(.)-.65 E F2(MAILCHECK)108 492 Q F1 .098(Speci\214es ho)144 504 R 2.598
+(wo)-.25 G .098(ften \(in seconds\))-2.598 F F2(bash)2.598 E F1 .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 do\
+es so before displaying the primary prompt.)144 516 R .223(If this v)
+5.223 F .223(ariable is unset,)-.25 F(or set to a v)144 528 Q(alue that\
+ is not a number greater than or equal to zero, the shell disables mail\
+ checking.)-.25 E F2(MAILP)108 540 Q -.95(AT)-.74 G(H).95 E F1 2.99(Ac)
+144 552 S .49(olon-separated list of \214lenames to be check)-2.99 F .49
 (ed for mail.)-.1 F .49(The message to be printed when mail)5.49 F(arri)
-144 708 Q -.15(ve)-.25 G 3.634(si).15 G 3.634(nap)-3.634 G 1.134(articu\
+144 564 Q -.15(ve)-.25 G 3.634(si).15 G 3.634(nap)-3.634 G 1.134(articu\
 lar \214le may be speci\214ed by separating the \214lename from the mes\
-sage with a)-3.634 F 4.557(\231?\232. When)144 720 R 2.057
-(used in the te)4.557 F 2.058(xt of the message,)-.15 F F2($_)4.558 E F1
--.15(ex)4.558 G 2.058(pands to the name of the current mail\214le.).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(18)193.45 E 0 Cg EP
-%%Page: 19 19
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(Example:)144 84 Q/F2 10/Courier-Bold@0 SF(MAILPATH)
-144 96 Q/F3 10/Courier@0 SF(=\010/var/mail/bfox?"You have mail":\001/sh\
-ell\255mail?"$_ has mail!"\010)A/F4 10/Times-Bold@0 SF(Bash)144 108 Q F1
-.015(can be con\214gured to supply a def)2.515 F .015(ault v)-.1 F .015
+sage with a)-3.634 F 2.684(\231?\232. When)144 576 R .184
+(used in the te)2.684 F .184(xt of the message,)-.15 F F2($_)2.684 E F1
+-.15(ex)2.684 G .185(pands to the name of the current mail\214le.).15 F
+(Exam-)5.185 E(ple:)144 588 Q/F5 10/Courier-Bold@0 SF(MAILPATH)144 600 Q
+/F6 10/Courier@0 SF(=\010/var/mail/bfox?"You have mail":\001/shell\255m\
+ail?"$_ has mail!"\010)A F2(Bash)144 612 Q F1 .015
+(can be con\214gured to supply a def)2.515 F .015(ault v)-.1 F .015
 (alue for this v)-.25 F .015(ariable \(there is no v)-.25 F .015
 (alue by def)-.25 F .015(ault\), b)-.1 F(ut)-.2 E(the location of the u\
-ser mail \214les that it uses is system dependent \(e.g., /v)144 120 Q
-(ar/mail/)-.25 E F4($USER)A F1(\).)A F4(OPTERR)108 132 Q F1 .389
-(If set to the v)144 144 R .389(alue 1,)-.25 F F4(bash)2.889 E F1 .389
-(displays error messages generated by the)2.889 F F4(getopts)2.89 E F1
--.2(bu)2.89 G .39(iltin command \(see).2 F/F5 9/Times-Bold@0 SF .36
-(SHELL B)144 156 R(UIL)-.09 E .36(TIN COMMANDS)-.828 F F1(belo)2.61 E
-(w\).)-.25 E F5(OPTERR)5.36 E F1 .359
-(is initialized to 1 each time the shell is in)2.61 F -.2(vo)-.4 G -.1
-(ke).2 G(d).1 E(or a shell script is e)144 168 Q -.15(xe)-.15 G(cuted.)
-.15 E F4 -.74(PA)108 180 S(TH)-.21 E F1 .587
-(The search path for commands.)144 180 R .588
+ser mail \214les that it uses is system dependent \(e.g., /v)144 624 Q
+(ar/mail/)-.25 E F2($USER)A F1(\).)A F2(OPTERR)108 636 Q F1 .389
+(If set to the v)144 648 R .389(alue 1,)-.25 F F2(bash)2.889 E F1 .389
+(displays error messages generated by the)2.889 F F2(getopts)2.89 E F1
+-.2(bu)2.89 G .39(iltin command \(see).2 F F3 .36(SHELL B)144 660 R(UIL)
+-.09 E .36(TIN COMMANDS)-.828 F F1(belo)2.61 E(w\).)-.25 E F3(OPTERR)
+5.36 E F1 .359(is initialized to 1 each time the shell is in)2.61 F -.2
+(vo)-.4 G -.1(ke).2 G(d).1 E(or a shell script is e)144 672 Q -.15(xe)
+-.15 G(cuted.).15 E F2 -.74(PA)108 684 S(TH)-.21 E F1 .587
+(The search path for commands.)144 684 R .588
 (It is a colon-separated list of directories in which the shell looks)
-5.587 F .472(for commands \(see)144 192 R F5 .472(COMMAND EXECUTION)
+5.587 F .472(for commands \(see)144 696 R F3 .472(COMMAND EXECUTION)
 2.972 F F1(belo)2.722 E 2.972(w\). A)-.25 F .471
-(zero-length \(null\) directory name in the)2.972 F -.25(va)144 204 S
-.535(lue of).25 F F5 -.666(PA)3.035 G(TH)-.189 E F1 .535
+(zero-length \(null\) directory name in the)2.972 F -.25(va)144 708 S
+.535(lue of).25 F F3 -.666(PA)3.035 G(TH)-.189 E F1 .535
 (indicates the current directory)2.785 F 5.535(.A)-.65 G .535
 (null directory name may appear as tw)-2.5 F 3.036(oa)-.1 G(djacent)
--3.036 E .868(colons, or as an initial or trailing colon.)144 216 R .868
+-3.036 E .868(colons, or as an initial or trailing colon.)144 720 R .868
 (The def)5.868 F .867(ault path is system-dependent, and is set by the)
--.1 F(administrator who installs)144 228 Q F4(bash)2.5 E F1 5(.A)C
-(common v)-2.5 E(alue is \231/usr/local/bin:/usr/lo-)-.25 E
-(cal/sbin:/usr/bin:/usr/sbin:/bin:/sbin\232.)144 240 Q F4(POSIXL)108 252
-Q(Y_CORRECT)-.92 E F1 .471(If this v)144 264 R .471
-(ariable is in the en)-.25 F .471(vironment when)-.4 F F4(bash)2.971 E
-F1 .471(starts, the shell enters)2.971 F F0 .472(posix mode)2.972 F F1
-.472(before reading)2.972 F .011(the startup \214les, as if the)144 276
-R F4(\255\255posix)2.511 E F1(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 288 Q F4(bash)
-3.418 E F1(enables)3.418 E F0 .918(posix mode)3.418 F F1 3.418(,a)C
-3.419(si)-3.418 G 3.419(ft)-3.419 G .919
-(he command \231set \255o posix\232 had been e)-3.419 F -.15(xe)-.15 G
-3.419(cuted. When).15 F(the shell enters)144 300 Q F0(posix mode)2.5 E
-F1 2.5(,i)C 2.5(ts)-2.5 G(ets this v)-2.5 E(ariable if it w)-.25 E
-(as not already set.)-.1 E F4(PR)108 312 Q(OMPT_COMMAND)-.3 E F1 .155
-(If this v)144 324 R .155(ariable is set, and is an array)-.25 F 2.655
-(,t)-.65 G .155(he v)-2.655 F .155(alue of each set element is e)-.25 F
--.15(xe)-.15 G .155(cuted as a command prior).15 F .407
-(to issuing each primary prompt.)144 336 R .407(If this is set b)5.407 F
+-.1 F(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(19)190.395 E 0 Cg
+EP
+%%Page: 20 20
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E(administrator who installs)144 84 Q/F2 10
+/Times-Bold@0 SF(bash)2.5 E F1 5(.A)C(common v)-2.5 E
+(alue is \231/usr/local/bin:/usr/lo-)-.25 E
+(cal/sbin:/usr/bin:/usr/sbin:/bin:/sbin\232.)144 96 Q F2(POSIXL)108 108
+Q(Y_CORRECT)-.92 E F1 .401(If this v)144 120 R .401
+(ariable is in the en)-.25 F .401(vironment when)-.4 F F2(bash)2.901 E
+F1 .402(starts, the shell enters posix mode before reading)2.901 F .011
+(the startup \214les, as if the)144 132 R F2(\255\255posix)2.511 E F1
+(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 144 Q F2(bash)
+3.344 E F1 .844(enables posix mode, as if the command \231set \255o pos\
+ix\232 had been e)3.344 F -.15(xe)-.15 G 3.344(cuted. When).15 F
+(the shell enters posix mode, it sets this v)144 156 Q(ariable if it w)
+-.25 E(as not already set.)-.1 E F2(PR)108 168 Q(OMPT_COMMAND)-.3 E F1
+.155(If this v)144 180 R .155(ariable is set, and is an array)-.25 F
+2.655(,t)-.65 G .155(he v)-2.655 F .155(alue of each set element is e)
+-.25 F -.15(xe)-.15 G .155(cuted as a command prior).15 F .407
+(to issuing each primary prompt.)144 192 R .407(If this is set b)5.407 F
 .407(ut not an array v)-.2 F .407(ariable, its v)-.25 F .407
-(alue is used as a com-)-.25 F(mand to e)144 348 Q -.15(xe)-.15 G
-(cute instead.).15 E F4(PR)108 360 Q(OMPT_DIR)-.3 E(TRIM)-.4 E F1 .676
-(If set to a number greater than zero, the v)144 372 R .676
+(alue is used as a com-)-.25 F(mand to e)144 204 Q -.15(xe)-.15 G
+(cute instead.).15 E F2(PR)108 216 Q(OMPT_DIR)-.3 E(TRIM)-.4 E F1 .676
+(If set to a number greater than zero, the v)144 228 R .676
 (alue is used as the number of trailing directory compo-)-.25 F .923
-(nents to retain when e)144 384 R .923(xpanding the)-.15 F F4(\\w)3.423
-E F1(and)3.423 E F4(\\W)3.423 E F1 .923(prompt string escapes \(see)
-3.423 F F5(PR)3.423 E(OMPTING)-.27 E F1(belo)3.173 E(w\).)-.25 E
-(Characters remo)144 396 Q -.15(ve)-.15 G 2.5(da).15 G
-(re replaced with an ellipsis.)-2.5 E F4(PS0)108 408 Q F1 1.174(The v)
-144 408 R 1.174(alue of this parameter is e)-.25 F 1.174(xpanded \(see)
--.15 F F5(PR)3.674 E(OMPTING)-.27 E F1(belo)3.424 E 1.174
+(nents to retain when e)144 240 R .923(xpanding the)-.15 F F2(\\w)3.423
+E F1(and)3.423 E F2(\\W)3.423 E F1 .923(prompt string escapes \(see)
+3.423 F/F3 9/Times-Bold@0 SF(PR)3.423 E(OMPTING)-.27 E F1(belo)3.173 E
+(w\).)-.25 E(Characters remo)144 252 Q -.15(ve)-.15 G 2.5(da).15 G
+(re replaced with an ellipsis.)-2.5 E F2(PS0)108 264 Q F1 1.174(The v)
+144 264 R 1.174(alue of this parameter is e)-.25 F 1.174(xpanded \(see)
+-.15 F F3(PR)3.674 E(OMPTING)-.27 E F1(belo)3.424 E 1.174
 (w\) and displayed by interacti)-.25 F -.15(ve)-.25 G
-(shells after reading a command and before the command is e)144 420 Q
--.15(xe)-.15 G(cuted.).15 E F4(PS1)108 432 Q F1 .064(The v)144 432 R
-.065(alue of this parameter is e)-.25 F .065(xpanded \(see)-.15 F F5(PR)
+(shells after reading a command and before the command is e)144 276 Q
+-.15(xe)-.15 G(cuted.).15 E F2(PS1)108 288 Q F1 .064(The v)144 288 R
+.065(alue of this parameter is e)-.25 F .065(xpanded \(see)-.15 F F3(PR)
 2.565 E(OMPTING)-.27 E F1(belo)2.315 E .065
-(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 444 R
-(def)2.5 E(ault v)-.1 E(alue is \231\\s\255\\v\\$ \232.)-.25 E F4(PS2)
-108 456 Q F1 .118(The v)144 456 R .118(alue of this parameter is e)-.25
-F .118(xpanded as with)-.15 F F5(PS1)2.617 E F1 .117
+(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 300 R
+(def)2.5 E(ault v)-.1 E(alue is \231\\s\255\\v\\$ \232.)-.25 E F2(PS2)
+108 312 Q F1 .118(The v)144 312 R .118(alue of this parameter is e)-.25
+F .118(xpanded as with)-.15 F F3(PS1)2.617 E F1 .117
 (and used as the secondary prompt string.)2.367 F(The)5.117 E(def)144
-468 Q(ault is \231> \232.)-.1 E F4(PS3)108 480 Q F1 1.115(The v)144 480
-R 1.115(alue of this parameter is used as the prompt for the)-.25 F F4
-(select)3.615 E F1 1.116(command \(see)3.616 F F5 1.116(SHELL GRAM-)
-3.616 F(MAR)144 492 Q F1(abo)2.25 E -.15(ve)-.15 G(\).).15 E F4(PS4)108
-504 Q F1 .101(The v)144 504 R .101(alue of this parameter is e)-.25 F
-.101(xpanded as with)-.15 F F5(PS1)2.6 E F1 .1(and the v)2.35 F .1
-(alue is printed before each command)-.25 F F4(bash)144 516 Q F1 .334
+324 Q(ault is \231> \232.)-.1 E F2(PS3)108 336 Q F1 1.115(The v)144 336
+R 1.115(alue of this parameter is used as the prompt for the)-.25 F F2
+(select)3.615 E F1 1.116(command \(see)3.616 F F3 1.116(SHELL GRAM-)
+3.616 F(MAR)144 348 Q F1(abo)2.25 E -.15(ve)-.15 G(\).).15 E F2(PS4)108
+360 Q F1 .101(The v)144 360 R .101(alue of this parameter is e)-.25 F
+.101(xpanded as with)-.15 F F3(PS1)2.6 E F1 .1(and the v)2.35 F .1
+(alue is printed before each command)-.25 F F2(bash)144 372 Q F1 .334
 (displays during an e)2.834 F -.15(xe)-.15 G .335(cution trace.).15 F
 .335(The \214rst character of the e)5.335 F .335(xpanded v)-.15 F .335
-(alue of)-.25 F F5(PS4)2.835 E F1 .335(is repli-)2.585 F
-(cated multiple times, as necessary)144 528 Q 2.5(,t)-.65 G 2.5(oi)-2.5
+(alue of)-.25 F F3(PS4)2.835 E F1 .335(is repli-)2.585 F
+(cated multiple times, as necessary)144 384 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 \231+ \232.)-.1 E F4(SHELL)108 540 Q F1 .543
-(This v)144 552 R .543(ariable e)-.25 F .543
+(The def)5 E(ault is \231+ \232.)-.1 E F2(SHELL)108 396 Q F1 .543
+(This v)144 408 R .543(ariable e)-.25 F .543
 (xpands to the full pathname to the shell.)-.15 F .542
-(If it is not set when the shell starts,)5.543 F F4(bash)3.042 E F1
-(assigns to it the full pathname of the current user')144 564 Q 2.5(sl)
--.55 G(ogin shell.)-2.5 E F4(TIMEFORMA)108 576 Q(T)-.95 E F1 .826(The v)
-144 588 R .826
+(If it is not set when the shell starts,)5.543 F F2(bash)3.042 E F1
+(assigns to it the full pathname of the current user')144 420 Q 2.5(sl)
+-.55 G(ogin shell.)-2.5 E F2(TIMEFORMA)108 432 Q(T)-.95 E F1 .826(The v)
+144 444 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 600 R .649(ed with the)-.15 F F4(time)3.149 E F1
+(pipelines pre\214x)144 456 R .649(ed with the)-.15 F F2(time)3.149 E F1
 (reserv)3.149 E .649(ed w)-.15 F .648(ord should be displayed.)-.1 F
-(The)5.648 E F4(%)3.148 E F1 .648(character introduces)3.148 F .711
-(an escape sequence that is e)144 612 R .711(xpanded to a time v)-.15 F
+(The)5.648 E F2(%)3.148 E F1 .648(character introduces)3.148 F .711
+(an escape sequence that is e)144 468 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 624 Q(ws; the brack)-.25 E
-(ets denote optional portions.)-.1 E F4(%%)144 636 Q F1 2.5(Al)194 636 S
-(iteral)-2.5 E F4(%)2.5 E F1(.)A F4(%[)144 648 Q F0(p)A F4(][l]R)A F1
-(The elapsed time in seconds.)194 648 Q F4(%[)144 660 Q F0(p)A F4(][l]U)
-A F1(The number of CPU seconds spent in user mode.)194 660 Q F4(%[)144
-672 Q F0(p)A F4(][l]S)A F1
-(The number of CPU seconds spent in system mode.)194 672 Q F4(%P)144 684
-Q F1(The CPU percentage, computed as \(%U + %S\) / %R.)194 684 Q .87
-(The optional)144 700.8 R F0(p)3.37 E F1 .87(is a digit specifying the)
+(and their meanings are as follo)144 480 Q(ws; the brack)-.25 E
+(ets denote optional portions.)-.1 E F2(%%)144 492 Q F1 2.5(Al)194 492 S
+(iteral)-2.5 E F2(%)2.5 E F1(.)A F2(%[)144 504 Q F0(p)A F2(][l]R)A F1
+(The elapsed time in seconds.)194 504 Q F2(%[)144 516 Q F0(p)A F2(][l]U)
+A F1(The number of CPU seconds spent in user mode.)194 516 Q F2(%[)144
+528 Q F0(p)A F2(][l]S)A F1
+(The number of CPU seconds spent in system mode.)194 528 Q F2(%P)144 540
+Q F1(The CPU percentage, computed as \(%U + %S\) / %R.)194 540 Q .87
+(The optional)144 556.8 R F0(p)3.37 E F1 .87(is a digit specifying the)
 3.37 F F0(pr)3.37 E(ecision)-.37 E F1 3.37(,t)C .87
-(he number of fractional digits after a decimal)-3.37 F 2.963(point. A)
-144 712.8 R -.25(va)2.963 G .463
-(lue of 0 causes no decimal point or fraction to be output.).25 F .464
-(At most six places after the)5.463 F .538
-(decimal point may be speci\214ed; v)144 724.8 R .538(alues of)-.25 F F0
-(p)3.038 E F1 .537(greater than 6 are changed to 6.)3.037 F(If)5.537 E
-F0(p)3.037 E F1 .537(is not speci\214ed,)3.037 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(19)193.45 E 0 Cg EP
-%%Page: 20 20
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(the v)144 84 Q(alue 3 is used.)-.25 E .667
-(The optional)144 100.8 R/F2 10/Times-Bold@0 SF(l)3.167 E F1 .668
+(he number of fractional digits after a decimal)-3.37 F 3.225(point. A)
+144 568.8 R -.25(va)3.225 G .725
+(lue of 0 causes no decimal point or fraction to be output.).25 F F2
+(time)5.725 E F1 .726(will print at most six)3.226 F 1.035
+(digits after the decimal point; v)144 580.8 R 1.034(alues of)-.25 F F0
+(p)3.534 E F1 1.034(greater than 6 are changed to 6.)3.534 F(If)6.034 E
+F0(p)3.534 E F1 1.034(is not speci\214ed,)3.534 F F2(time)144 592.8 Q F1
+(prints three digits after the decimal point.)2.5 E .667(The optional)
+144 609.6 R F2(l)3.167 E F1 .668
 (speci\214es a longer format, including minutes, of the form)3.168 F F0
 (MM)3.168 E F1(m)A F0(SS)A F1(.)A F0(FF)A F1 3.168(s. The)B -.25(va)
-3.168 G(lue).25 E(of)144 112.8 Q F0(p)2.5 E F1
+3.168 G(lue).25 E(of)144 621.6 Q F0(p)2.5 E F1
 (determines whether or not the fraction is included.)2.5 E 13.365
-(If this v)144 129.6 R 13.365(ariable is not set,)-.25 F F2(bash)15.865
+(If this v)144 638.4 R 13.365(ariable is not set,)-.25 F F2(bash)15.865
 E F1 13.364(acts as if it had the v)15.865 F(alue)-.25 E F2($\010\\nr)
-144 141.6 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys\\t%3lS\010)-.18 E F1 5.292
+144 650.4 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys\\t%3lS\010)-.18 E F1 5.292
 (.I)C 2.792(ft)-5.292 G .292(he v)-2.792 F .293(alue is null,)-.25 F F2
 (bash)2.793 E F1 .293(does not display an)2.793 F 2.793(yt)-.15 G(iming)
--2.793 E 2.5(information. A)144 153.6 R(trailing ne)2.5 E
+-2.793 E 2.5(information. A)144 662.4 R(trailing ne)2.5 E
 (wline is added when the format string is displayed.)-.25 E F2(TMOUT)108
-165.6 Q F1 .941(If set to a v)144 177.6 R .941(alue greater than zero,)
--.25 F/F3 9/Times-Bold@0 SF(TMOUT)3.441 E F1 .941(is treated as the def)
-3.191 F .941(ault timeout for the)-.1 F F2 -.18(re)3.441 G(ad).18 E F1
--.2(bu)3.441 G(iltin.).2 E(The)144 189.6 Q F2(select)2.81 E F1 .31
-(command terminates if input does not arri)2.81 F .611 -.15(ve a)-.25 H
-(fter).15 E F3(TMOUT)2.811 E F1 .311(seconds when input is com-)2.561 F
-.886(ing from a terminal.)144 201.6 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 213.6
-S 1.05(it for a line of input after issuing the primary prompt.).1 F F2
-(Bash)6.05 E F1 1.05(terminates after w)3.55 F 1.05(aiting for that)-.1
-F(number of seconds if a complete line of input does not arri)144 225.6
-Q -.15(ve)-.25 G(.).15 E F2(TMPDIR)108 237.6 Q F1 .391(If set,)144 249.6
-R F2(bash)2.891 E F1 .391(uses its v)2.891 F .391
+674.4 Q F1 .226(If set to a v)144 686.4 R .225
+(alue greater than zero, the)-.25 F F2 -.18(re)2.725 G(ad).18 E F1 -.2
+(bu)2.725 G .225(iltin uses the v).2 F .225(alue as its def)-.25 F .225
+(ault timeout.)-.1 F(The)5.225 E F2(select)2.725 E F1 .68
+(command terminates if input does not arri)144 698.4 R .98 -.15(ve a)
+-.25 H(fter).15 E F3(TMOUT)3.18 E F1 .68
+(seconds when input is coming from a)2.93 F 2.555(terminal. In)144 710.4
+R .055(an interacti)2.555 F .355 -.15(ve s)-.25 H .055(hell, the v).15 F
+.055(alue is interpreted as the number of seconds to w)-.25 F .055
+(ait for a line)-.1 F 2.224(of input after issuing the primary prompt.)
+144 722.4 R F2(Bash)7.224 E F1 2.224(terminates after w)4.724 F 2.225
+(aiting for that number of)-.1 F(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(20)190.395 E 0 Cg EP
+%%Page: 21 21
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E(seconds if a complete line of input does not arri)
+144 84 Q -.15(ve)-.25 G(.).15 E/F2 10/Times-Bold@0 SF(TMPDIR)108 96 Q F1
+.391(If set,)144 108 R F2(bash)2.891 E F1 .391(uses its v)2.891 F .391
 (alue as the name of a directory in which)-.25 F F2(bash)2.89 E F1 .39
-(creates temporary \214les for the)2.89 F(shell')144 261.6 Q 2.5(su)-.55
-G(se.)-2.5 E F2(auto_r)108 273.6 Q(esume)-.18 E F1 .53(This v)144 285.6
-R .53(ariable controls ho)-.25 F 3.03(wt)-.25 G .531
+(creates temporary \214les for the)2.89 F(shell')144 120 Q 2.5(su)-.55 G
+(se.)-2.5 E F2(auto_r)108 132 Q(esume)-.18 E F1 .53(This v)144 144 R .53
+(ariable controls ho)-.25 F 3.03(wt)-.25 G .531
 (he shell interacts with the user and job control.)-3.03 F .531
-(If this v)5.531 F .531(ariable is set,)-.25 F .539(single w)144 297.6 R
-.538(ord simple commands without redirections are treated as candidates\
- for resumption of an)-.1 F -.15(ex)144 309.6 S .366(isting stopped job)
-.15 F 5.366(.T)-.4 G .366(here is no ambiguity allo)-5.366 F .366
-(wed; if there is more than one job be)-.25 F .367(ginning with)-.15 F
-1.125(the string typed, the job most recently accessed is selected.)144
-321.6 R(The)6.125 E F0(name)3.985 E F1 1.124(of a stopped job, in this)
-3.805 F(conte)144 333.6 Q 1.132
-(xt, is the command line used to start it.)-.15 F 1.133(If set to the v)
-6.133 F(alue)-.25 E F0 -.2(ex)3.633 G(act).2 E F1 3.633(,t).68 G 1.133
-(he string supplied must)-3.633 F .606
-(match the name of a stopped job e)144 345.6 R .606(xactly; if set to)
--.15 F F0(substring)3.445 E F1 3.105(,t).22 G .605
-(he string supplied needs to match a)-3.105 F .884
-(substring of the name of a stopped job)144 357.6 R 5.884(.T)-.4 G(he)
--5.884 E F0(substring)3.724 E F1 -.25(va)3.604 G .885(lue pro).25 F .885
-(vides functionality analogous to)-.15 F(the)144 369.6 Q F2(%?)3.334 E
-F1 .834(job identi\214er \(see)5.834 F F3 .834(JOB CONTR)3.334 F(OL)-.27
-E F1(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 .833(alue, the supplied string)-.25 F .315
-(must be a pre\214x of a stopped job')144 381.6 R 2.816(sn)-.55 G .316
-(ame; this pro)-2.816 F .316(vides functionality analogous to the)-.15 F
-F2(%)2.816 E F0(string)A F1(job)2.816 E(identi\214er)144 393.6 Q(.)-.55
-E F2(histchars)108 405.6 Q F1 .546(The tw)144 417.6 R 3.046(oo)-.1 G
-3.046(rt)-3.046 G .546(hree characters which control history e)-3.046 F
-.545(xpansion and tok)-.15 F .545(enization \(see)-.1 F F3(HIST)3.045 E
-(OR)-.162 E 2.795(YE)-.315 G(X-)-2.795 E -.666(PA)144 429.6 S(NSION).666
-E F1(belo)2.987 E 3.237(w\). The)-.25 F .737(\214rst character is the)
-3.237 F F0 .737(history e)3.237 F(xpansion)-.2 E F1(character)3.238 E
-3.238(,t)-.4 G .738(he character which sig-)-3.238 F .613
-(nals the start of a history e)144 441.6 R .613(xpansion, normally \231)
--.15 F F2(!)A F1 3.113(\232. The)B .612(second character is the)3.113 F
-F0(quic)3.112 E 3.112(ks)-.2 G(ubstitution)-3.112 E F1(character)144
-453.6 Q 3.476(,w)-.4 G .977
-(hich is used as shorthand for re-running the pre)-3.476 F .977
-(vious command entered, substituting)-.25 F .508(one string for another\
- in the command, when it appears as the \214rst character on the line.)
-144 465.6 R .507(The de-)5.507 F -.1(fa)144 477.6 S .232(ult is \231).1
-F F2<00>A F1 2.732(\232. The)B .233(optional third character is the cha\
-racter which indicates that the remainder of the)2.732 F .069
-(line is a comment when found as the \214rst character of a w)144 489.6
-R .069(ord, normally \231)-.1 F F2(#)A F1 2.568(\232. The)B .068
-(history comment)2.568 F .141(character causes history substitution to \
-be skipped for the remaining w)144 501.6 R .141(ords on the line.)-.1 F
-.142(It does not)5.142 F(necessarily cause the shell parser to treat th\
-e rest of the line as a comment.)144 513.6 Q F2(Arrays)87 530.4 Q(Bash)
-108 542.4 Q F1(pro)3.391 E .891(vides one-dimensional inde)-.15 F -.15
-(xe)-.15 G 3.391(da).15 G .891(nd associati)-3.391 F 1.191 -.15(ve a)
--.25 H .891(rray v).15 F 3.391(ariables. An)-.25 F 3.391(yv)-.15 G .89
-(ariable may be used as an)-3.641 F(inde)108 554.4 Q -.15(xe)-.15 G
-2.573(da).15 G .073(rray; the)-2.573 F F2(declar)2.573 E(e)-.18 E F1 -.2
-(bu)2.573 G .073(iltin will e).2 F .073(xplicitly declare an array)-.15
-F 5.073(.T)-.65 G .074(here is no maximum limit on the size of)-5.073 F
-.329(an array)108 566.4 R 2.829(,n)-.65 G .329(or an)-2.829 F 2.829(yr)
--.15 G .329(equirement that members be inde)-2.829 F -.15(xe)-.15 G
-2.829(do).15 G 2.829(ra)-2.829 G .328(ssigned contiguously)-2.829 F
-5.328(.I)-.65 G(nde)-5.328 E -.15(xe)-.15 G 2.828(da).15 G .328
-(rrays are refer)-2.828 F(-)-.2 E 1.595(enced using inte)108 578.4 R
-1.595(gers \(including arithmetic e)-.15 F 1.595
+(If this v)5.531 F .531(ariable is set,)-.25 F .409
+(simple commands consisting of only a single w)144 156 R .409
+(ord, without redirections, are treated as candidates)-.1 F 1.017
+(for resumption of an e)144 168 R 1.017(xisting stopped job)-.15 F 6.017
+(.T)-.4 G 1.018(here is no ambiguity allo)-6.017 F 1.018
+(wed; if there is more than)-.25 F 1.002(one job be)144 180 R 1.002
+(ginning with or containing the w)-.15 F 1.002
+(ord, this selects the most recently accessed job)-.1 F 6.002(.T)-.4 G
+(he)-6.002 E F0(name)144.36 192 Q F1 .603
+(of a stopped job, in this conte)3.283 F .603
+(xt, is the command line used to start it, as displayed by)-.15 F F2
+(jobs)3.104 E F1(.)A 1.079(If set to the v)144 204 R(alue)-.25 E F0 -.2
+(ex)3.579 G(act).2 E F1 3.579(,t).68 G 1.079(he w)-3.579 F 1.078
+(ord must match the name of a stopped job e)-.1 F 1.078
+(xactly; if set to)-.15 F F0(sub-)3.918 E(string)144 216 Q F1 2.571(,t)
+.22 G .071(he w)-2.571 F .072
+(ord needs to match a substring of the name of a stopped job)-.1 F 5.072
+(.T)-.4 G(he)-5.072 E F0(substring)2.912 E F1 -.25(va)2.792 G .072
+(lue pro-).25 F .576(vides functionality analogous to the)144 228 R F2
+(%?)3.076 E F1 .576(job identi\214er \(see)5.576 F/F3 9/Times-Bold@0 SF
+.576(JOB CONTR)3.076 F(OL)-.27 E F1(belo)2.826 E 3.076(w\). If)-.25 F
+.576(set to an)3.076 F(y)-.15 E .842(other v)144 240 R .842
+(alue \(e.g.,)-.25 F F0(pr)4.592 E(e\214x)-.37 E F1 .842(\), the w).53 F
+.842(ord must be a pre\214x of a stopped job')-.1 F 3.343(sn)-.55 G .843
+(ame; this pro)-3.343 F .843(vides func-)-.15 F
+(tionality analogous to the)144 252 Q F2(%)2.5 E F0(string)A F1
+(job identi\214er)2.5 E(.)-.55 E F2(histchars)108 264 Q F1 .546(The tw)
+144 276 R 3.046(oo)-.1 G 3.046(rt)-3.046 G .546
+(hree characters which control history e)-3.046 F .545(xpansion and tok)
+-.15 F .545(enization \(see)-.1 F F3(HIST)3.045 E(OR)-.162 E 2.795(YE)
+-.315 G(X-)-2.795 E -.666(PA)144 288 S(NSION).666 E F1(belo)3.158 E
+3.409(w\). The)-.25 F .909(\214rst character is the)3.409 F F0 .909
+(history e)3.409 F(xpansion)-.2 E F1(character)3.409 E 3.409(,t)-.4 G
+.909(he character which be-)-3.409 F .974(gins a history e)144 300 R
+.974(xpansion, normally \231)-.15 F F2(!)A F1 3.474(\232. The)B .974
+(second character is the)3.474 F F0(quic)3.474 E 3.473(ks)-.2 G
+(ubstitution)-3.473 E F1(character)3.473 E(,)-.4 E 1.016(normally \231)
+144 312 R F2<00>A F1 3.516(\232. When)B 1.017(it appears as the \214rst\
+ character on the line, history substitution repeats the)3.516 F(pre)144
+324 Q .103(vious command, replacing one string with another)-.25 F 5.102
+(.T)-.55 G .102(he optional third character is the character)-5.102 F
+.492(which indicates that the remainder of the line is a comment when f\
+ound as the \214rst character of a)144 336 R -.1(wo)144 348 S .768
+(rd, normally \231).1 F F2(#)A F1 3.268(\232. The)B .767(history commen\
+t character disables history substitution for the remain-)3.268 F .201
+(ing w)144 360 R .201(ords on the line.)-.1 F .202(It does not necessar\
+ily cause the shell parser to treat the rest of the line as a)5.201 F
+(comment.)144 372 Q F2(Arrays)87 388.8 Q(Bash)108 400.8 Q F1(pro)3.391 E
+.891(vides one-dimensional inde)-.15 F -.15(xe)-.15 G 3.391(da).15 G
+.891(nd associati)-3.391 F 1.191 -.15(ve a)-.25 H .891(rray v).15 F
+3.391(ariables. An)-.25 F 3.391(yv)-.15 G .89(ariable may be used as an)
+-3.641 F(inde)108 412.8 Q -.15(xe)-.15 G 2.573(da).15 G .073(rray; the)
+-2.573 F F2(declar)2.573 E(e)-.18 E F1 -.2(bu)2.573 G .073(iltin will e)
+.2 F .073(xplicitly declare an array)-.15 F 5.073(.T)-.65 G .074
+(here is no maximum limit on the size of)-5.073 F .329(an array)108
+424.8 R 2.829(,n)-.65 G .329(or an)-2.829 F 2.829(yr)-.15 G .329
+(equirement that members be inde)-2.829 F -.15(xe)-.15 G 2.829(do).15 G
+2.829(ra)-2.829 G .328(ssigned contiguously)-2.829 F 5.328(.I)-.65 G
+(nde)-5.328 E -.15(xe)-.15 G 2.828(da).15 G .328(rrays are refer)-2.828
+F(-)-.2 E 1.595(enced using inte)108 436.8 R 1.595
+(gers \(including arithmetic e)-.15 F 1.595
 (xpressions\) and are zero-based; associati)-.15 F 1.895 -.15(ve a)-.25
 H 1.595(rrays are refer).15 F(-)-.2 E(enced using arbitrary strings.)108
-590.4 Q(Unless otherwise noted, inde)5 E -.15(xe)-.15 G 2.5(da).15 G
+448.8 Q(Unless otherwise noted, inde)5 E -.15(xe)-.15 G 2.5(da).15 G
 (rray indices must be non-ne)-2.5 E -.05(ga)-.15 G(ti).05 E .3 -.15
-(ve i)-.25 H(nte).15 E(gers.)-.15 E 2.463(An inde)108 607.2 R -.15(xe)
+(ve i)-.25 H(nte).15 E(gers.)-.15 E 2.463(An inde)108 465.6 R -.15(xe)
 -.15 G 4.963(da).15 G 2.463(rray is created automatically if an)-4.963 F
 4.963(yv)-.15 G 2.462(ariable is assigned to using the syntax)-5.213 F
-F0(name)4.962 E F1([)A F0(sub-)A(script)108 619.2 Q F1(]=)A F0(value)A
-F1 5.506(.T)C(he)-5.506 E F0(subscript)3.346 E F1 .507
-(is treated as an arithmetic e)3.687 F .507(xpression that must e)-.15 F
--.25(va)-.25 G .507(luate to a number).25 F 5.507(.T)-.55 G 3.007(oe)
--6.307 G(x-)-3.157 E 1.193(plicitly declare an inde)108 631.2 R -.15(xe)
--.15 G 3.693(da).15 G(rray)-3.693 E 3.693(,u)-.65 G(se)-3.693 E F2
-(declar)3.693 E 3.693<65ad>-.18 G(a)-3.693 E F0(name)3.693 E F1(\(see)
-3.692 E F3 1.192(SHELL B)3.692 F(UIL)-.09 E 1.192(TIN COMMANDS)-.828 F
-F1(belo)3.442 E(w\).)-.25 E F2(de-)6.192 E(clar)108 643.2 Q 2.5<65ad>
--.18 G(a)-2.5 E F0(name)2.5 E F2([)A F0(subscript)A F2(])A F1
-(is also accepted; the)2.5 E F0(subscript)2.5 E F1(is ignored.)2.5 E
-(Associati)108 660 Q .3 -.15(ve a)-.25 H(rrays are created using).15 E
-F2(declar)2.5 E 2.5<65ad>-.18 G(A)-2.5 E F0(name)2.5 E F1(.)A(Attrib)108
-676.8 Q .94(utes may be speci\214ed for an array v)-.2 F .941
-(ariable using the)-.25 F F2(declar)3.441 E(e)-.18 E F1(and)3.441 E F2
--.18(re)3.441 G(adonly).18 E F1 -.2(bu)3.441 G 3.441(iltins. Each).2 F
-(attrib)3.441 E(ute)-.2 E(applies to all members of an array)108 688.8 Q
-(.)-.65 E 1.409
-(Arrays are assigned to using compound assignments of the form)108 705.6
-R F0(name)3.909 E F1(=)A F2(\()A F1 -.25(va)C(lue).25 E F0(1)A F1 -1.923
-1.666(... v)3.909 H(alue)-1.916 E F0(n)A F2(\))A F1 3.909(,w)C 1.409
-(here each)-3.909 F F0(value)108 717.6 Q F1 .211(may be of the form [)
-2.711 F F0(subscript)A F1(]=)A F0(string)A F1 5.211(.I)C(nde)-5.211 E
--.15(xe)-.15 G 2.711(da).15 G .212(rray assignments do not require an)
--2.711 F .212(ything b)-.15 F(ut)-.2 E F0(string)2.712 E F1(.)A(Each)108
-729.6 Q F0(value)4.268 E F1 1.768(in the list is e)4.268 F 1.768
-(xpanded using the shell e)-.15 F 1.767(xpansions described belo)-.15 F
-4.267(wu)-.25 G(nder)-4.267 E F3(EXP)4.267 E(ANSION)-.666 E/F4 9
-/Times-Roman@0 SF(,)A F1 -.2(bu)4.017 G(t).2 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(20)193.45 E 0 Cg EP
-%%Page: 21 21
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(value)108 84 Q F1 2.719(st)C .219(hat are v)
--2.719 F .219(alid v)-.25 F .219
-(ariable assignments including the brack)-.25 F .22
-(ets and subscript do not under)-.1 F .22(go brace e)-.18 F(xpan-)-.15 E
-.622(sion and w)108 96 R .622(ord splitting, as with indi)-.1 F .621
-(vidual v)-.25 F .621(ariable assignments.)-.25 F .621
-(When assigning to inde)5.621 F -.15(xe)-.15 G 3.121(da).15 G .621
-(rrays, if the)-3.121 F .795(optional brack)108 108 R .795
-(ets and subscript are supplied, that inde)-.1 F 3.296(xi)-.15 G 3.296
-(sa)-3.296 G .796(ssigned to; otherwise the inde)-3.296 F 3.296(xo)-.15
-G 3.296(ft)-3.296 G .796(he element)-3.296 F(assigned is the last inde)
-108 120 Q 2.5(xa)-.15 G(ssigned to by the statement plus one.)-2.5 E
-(Inde)5 E(xing starts at zero.)-.15 E 1.288
-(When assigning to an associati)108 136.8 R 1.588 -.15(ve a)-.25 H(rray)
-.15 E 3.788(,t)-.65 G 1.288(he w)-3.788 F 1.288
-(ords in a compound assignment may be either assignment)-.1 F .608
+F0(name)4.962 E F1([)A F0(sub-)A(script)108 477.6 Q F1(]=)A F0(value)A
+F1 5.682(.T)C(he)-5.682 E F0(subscript)3.522 E F1 .682
+(is treated as an arithmetic e)3.862 F .682(xpression that must e)-.15 F
+-.25(va)-.25 G .682(luate to a number greater).25 F .75
+(than or equal to zero.)108 489.6 R 2.349 -.8(To e)5.749 H .749
+(xplicitly declare an inde).65 F -.15(xe)-.15 G 3.249(da).15 G(rray)
+-3.249 E 3.249(,u)-.65 G(se)-3.249 E F2(declar)3.249 E 3.249<65ad>-.18 G
+(a)-3.249 E F0(name)3.249 E F1(\(see)3.249 E F3 .749(SHELL B)3.249 F
+(UIL)-.09 E(TIN)-.828 E(COMMANDS)108 501.6 Q F1(belo)2.25 E(w\).)-.25 E
+F2(declar)5 E 2.5<65ad>-.18 G(a)-2.5 E F0(name)2.5 E F2([)A F0
+(subscript)A F2(])A F1(is also accepted; the)2.5 E F0(subscript)2.5 E F1
+(is ignored.)2.5 E(Associati)108 518.4 Q .3 -.15(ve a)-.25 H
+(rrays are created using).15 E F2(declar)2.5 E 2.5<65ad>-.18 G(A)-2.5 E
+F0(name)2.5 E F1(.)A(Attrib)108 535.2 Q .94
+(utes may be speci\214ed for an array v)-.2 F .941(ariable using the)
+-.25 F F2(declar)3.441 E(e)-.18 E F1(and)3.441 E F2 -.18(re)3.441 G
+(adonly).18 E F1 -.2(bu)3.441 G 3.441(iltins. Each).2 F(attrib)3.441 E
+(ute)-.2 E(applies to all members of an array)108 547.2 Q(.)-.65 E .418
+(Arrays are assigned using compound assignments of the form)108 564 R F0
+(name)2.918 E F1(=)A F2(\()A F1 -.25(va)C(lue).25 E F0(1)A F1 -2.915
+1.666(... v)2.918 H(alue)-1.916 E F0(n)A F2(\))A F1 2.917(,w)C .417
+(here each)-2.917 F F0(value)2.917 E F1 .156(may be of the form [)108
+576 R F0(subscript)A F1(]=)A F0(string)A F1 5.156(.I)C(nde)-5.156 E -.15
+(xe)-.15 G 2.656(da).15 G .156(rray assignments do not require an)-2.656
+F .156(ything b)-.15 F(ut)-.2 E F0(string)2.656 E F1 5.156(.E)C(ach)
+-5.156 E F0(value)108 588 Q F1 .216(in the list is e)2.716 F .216
+(xpanded using the shell e)-.15 F .216(xpansions described belo)-.15 F
+2.716(wu)-.25 G(nder)-2.716 E F3(EXP)2.716 E(ANSION)-.666 E/F4 9
+/Times-Roman@0 SF(,)A F1 -.2(bu)2.466 G(t).2 E F0(value)2.716 E F1 2.715
+(st)C(hat)-2.715 E 1.325(are v)108 600 R 1.325(alid v)-.25 F 1.325
+(ariable assignments including the brack)-.25 F 1.326
+(ets and subscript do not under)-.1 F 1.326(go brace e)-.18 F 1.326
+(xpansion and)-.15 F -.1(wo)108 612 S(rd splitting, as with indi).1 E
+(vidual v)-.25 E(ariable assignments.)-.25 E .164
+(When assigning to inde)108 628.8 R -.15(xe)-.15 G 2.663(da).15 G .163
+(rrays, if the optional brack)-2.663 F .163
+(ets and subscript are supplied, that inde)-.1 F 2.663(xi)-.15 G 2.663
+(sa)-2.663 G(ssigned)-2.663 E .459(to; otherwise the inde)108 640.8 R
+2.959(xo)-.15 G 2.959(ft)-2.959 G .459
+(he element assigned is the last inde)-2.959 F 2.96(xa)-.15 G .46
+(ssigned to by the statement plus one.)-2.96 F(In-)5.46 E(de)108 652.8 Q
+(xing starts at zero.)-.15 E 1.288(When assigning to an associati)108
+669.6 R 1.588 -.15(ve a)-.25 H(rray).15 E 3.788(,t)-.65 G 1.288(he w)
+-3.788 F 1.288(ords in a compound assignment may be either assignment)
+-.1 F .608
 (statements, for which the subscript is required, or a list of w)108
-148.8 R .608(ords that is interpreted as a sequence of alter)-.1 F(-)-.2
-E 1.735(nating k)108 160.8 R -.15(ey)-.1 G 4.235(sa).15 G 1.735(nd v)
--4.235 F(alues:)-.25 E F0(name)4.235 E F1(=)A/F2 10/Times-Bold@0 SF(\()A
-F0 -.1(ke)4.235 G 1.735(y1 value1 k)-.2 F -.3(ey)-.1 G 4.235(2v).3 G
-(alue2)-4.235 E F1 1.666(...)4.234 G F2(\))-1.666 E F1 6.734(.T)C 1.734
+681.6 R .608(ords that is interpreted as a sequence of alter)-.1 F(-)-.2
+E 1.735(nating k)108 693.6 R -.15(ey)-.1 G 4.235(sa).15 G 1.735(nd v)
+-4.235 F(alues:)-.25 E F0(name)4.235 E F1(=)A F2(\()A F0 -.1(ke)4.235 G
+1.735(y1 value1 k)-.2 F -.3(ey)-.1 G 4.235(2v).3 G(alue2)-4.235 E F1
+1.666(...)4.234 G F2(\))-1.666 E F1 6.734(.T)C 1.734
 (hese are treated identically to)-6.734 F F0(name)4.234 E F1(=)A F2(\()A
-F1([)108 172.8 Q F0 -.1(ke)C(y1)-.2 E F1(]=)A F0(value1)A F1([)2.91 E F0
+F1([)108 705.6 Q F0 -.1(ke)C(y1)-.2 E F1(]=)A F0(value1)A F1([)2.91 E F0
 -.1(ke)C(y2)-.2 E F1(]=)A F0(value2)A F1 1.666(...)2.91 G F2(\))-1.666 E
 F1 5.41(.T)C .41(he \214rst w)-5.41 F .411
 (ord in the list determines ho)-.1 F 2.911(wt)-.25 G .411
 (he remaining w)-2.911 F .411(ords are inter)-.1 F(-)-.2 E .154
-(preted; all assignments in a list must be of the same type.)108 184.8 R
+(preted; all assignments in a list must be of the same type.)108 717.6 R
 .153(When using k)5.153 F -.15(ey)-.1 G(/v).15 E .153(alue pairs, the k)
 -.25 F -.15(ey)-.1 G 2.653(sm).15 G .153(ay not be)-2.653 F
-(missing or empty; a \214nal missing v)108 196.8 Q(alue is treated lik)
--.25 E 2.5(et)-.1 G(he empty string.)-2.5 E .239
-(This syntax is also accepted by the)108 213.6 R F2(declar)2.739 E(e)
--.18 E F1 -.2(bu)2.739 G 2.739(iltin. Indi).2 F .24
+(missing or empty; a \214nal missing v)108 729.6 Q(alue is treated lik)
+-.25 E 2.5(et)-.1 G(he empty string.)-2.5 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(21)190.395 E 0 Cg EP
+%%Page: 22 22
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E .239(This syntax is also accepted by the)108 84 R
+/F2 10/Times-Bold@0 SF(declar)2.739 E(e)-.18 E F1 -.2(bu)2.739 G 2.739
+(iltin. Indi).2 F .24
 (vidual array elements may be assigned to using the)-.25 F F0(name)108
-225.6 Q F1([)A F0(subscript)A F1(]=)A F0(value)A F1 1.917
-(syntax introduced abo)4.417 F -.15(ve)-.15 G 6.917(.W).15 G 1.917
-(hen assigning to an inde)-6.917 F -.15(xe)-.15 G 4.417(da).15 G(rray)
--4.417 E 4.417(,i)-.65 G(f)-4.417 E F0(name)4.777 E F1 1.916(is sub-)
-4.597 F .115(scripted by a ne)108 237.6 R -.05(ga)-.15 G(ti).05 E .415
--.15(ve n)-.25 H(umber).15 E 2.615(,t)-.4 G .115
-(hat number is interpreted as relati)-2.615 F .415 -.15(ve t)-.25 H
-2.615(oo).15 G .116(ne greater than the maximum inde)-2.615 F(x)-.15 E
-(of)108 249.6 Q F0(name)2.677 E F1 2.677(,s)C 2.677(on)-2.677 G -2.25
--.15(eg a)-2.677 H(ti).15 E .477 -.15(ve i)-.25 H .177
-(ndices count back from the end of the array).15 F 2.677(,a)-.65 G .177
-(nd an inde)-2.677 F 2.676(xo)-.15 G 2.676<66ad>-2.676 G 2.676(1r)-2.676
-G .176(eferences the last el-)-2.676 F(ement.)108 261.6 Q .716
-(The += operator will append to an array v)108 278.4 R .717
+96 Q F1([)A F0(subscript)A F1(]=)A F0(value)A F1(syntax introduced abo)
+2.5 E -.15(ve)-.15 G(.).15 E .026(When assigning to an inde)108 112.8 R
+-.15(xe)-.15 G 2.526(da).15 G(rray)-2.526 E 2.525(,i)-.65 G(f)-2.525 E
+F0(name)2.885 E F1 .025(is subscripted by a ne)2.705 F -.05(ga)-.15 G
+(ti).05 E .325 -.15(ve n)-.25 H(umber).15 E 2.525(,t)-.4 G .025
+(hat number is interpreted)-2.525 F .316(as relati)108 124.8 R .616 -.15
+(ve t)-.25 H 2.816(oo).15 G .316(ne greater than the maximum inde)-2.816
+F 2.816(xo)-.15 G(f)-2.816 E F0(name)2.816 E F1 2.816(,s)C 2.816(on)
+-2.816 G -2.25 -.15(eg a)-2.816 H(ti).15 E .616 -.15(ve i)-.25 H .317
+(ndices count back from the end of).15 F(the array)108 136.8 Q 2.5(,a)
+-.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
+(eferences the last element.)-2.5 E .717
+(The += operator will append to an array v)108 153.6 R .716
 (ariable when assigning using the compound assignment syntax;)-.25 F
-(see)108 290.4 Q/F3 9/Times-Bold@0 SF -.666(PA)2.5 G(RAMETERS).666 E F1
-(abo)2.25 E -.15(ve)-.15 G(.).15 E(An)108 307.2 Q 3.576(ye)-.15 G 1.076
-(lement of an array may be referenced using ${)-3.576 F F0(name)A F1([)A
-F0(subscript)A F1 3.575(]}. The)B 1.075(braces are required to a)3.575 F
--.2(vo)-.2 G(id).2 E .576(con\215icts with pathname e)108 319.2 R 3.076
-(xpansion. If)-.15 F F0(subscript)3.076 E F1(is)3.076 E F2(@)3.076 E F1
-(or)3.076 E F2(*)3.076 E F1 3.076(,t)C .576(he w)-3.076 F .576(ord e)-.1
-F .576(xpands to all members of)-.15 F F0(name)3.077 E F1 3.077(,u)C(n-)
--3.077 E .098(less noted in the description of a b)108 331.2 R .097
-(uiltin or w)-.2 F .097(ord e)-.1 F 2.597(xpansion. These)-.15 F .097
-(subscripts dif)2.597 F .097(fer only when the w)-.25 F .097(ord ap-)-.1
-F .852(pears within double quotes.)108 343.2 R .852(If the w)5.852 F
-.852(ord is double-quoted, ${)-.1 F F0(name)A F1 .853([*]} e)B .853
-(xpands to a single w)-.15 F .853(ord with the)-.1 F -.25(va)108 355.2 S
-.013(lue of each array member separated by the \214rst character of the)
-.25 F F3(IFS)2.513 E F1 .013(special v)2.263 F .013(ariable, and ${)-.25
-F F0(name)A F1 .013([@]} e)B(x-)-.15 E .483(pands each element of)108
-367.2 R F0(name)2.983 E F1 .484(to a separate w)2.984 F 2.984(ord. When)
--.1 F .484(there are no array members, ${)2.984 F F0(name)A F1 .484
-([@]} e)B(xpands)-.15 E 1.074(to nothing.)108 379.2 R 1.074
-(If the double-quoted e)6.074 F 1.074(xpansion occurs within a w)-.15 F
-1.074(ord, the e)-.1 F 1.073(xpansion of the \214rst parameter is)-.15 F
-.614(joined with the be)108 391.2 R .614(ginning part of the original w)
--.15 F .614(ord, and the e)-.1 F .615
-(xpansion of the last parameter is joined with)-.15 F .04
-(the last part of the original w)108 403.2 R 2.54(ord. This)-.1 F .04
-(is analogous to the e)2.54 F .04(xpansion of the special parameters)
--.15 F F2(*)2.54 E F1(and)2.54 E F2(@)2.54 E F1(\(see)2.54 E F2 1.245
-(Special P)108 415.2 R(arameters)-.1 E F1(abo)3.745 E -.15(ve)-.15 G
-3.745(\). ${#).15 F F0(name)A F1([)A F0(subscript)A F1 1.245(]} e)B
-1.246(xpands to the length of ${)-.15 F F0(name)A F1([)A F0(subscript)A
-F1 3.746(]}. If)B F0(sub-)3.746 E(script)108 427.2 Q F1(is)2.728 E F2(*)
-2.728 E F1(or)2.728 E F2(@)2.728 E F1 2.728(,t)C .228(he e)-2.728 F .228
-(xpansion is the number of elements in the array)-.15 F 5.227(.I)-.65 G
-2.727(ft)-5.227 G(he)-2.727 E F0(subscript)3.067 E F1 .227
-(used to reference an)3.407 F .437(element of an inde)108 439.2 R -.15
-(xe)-.15 G 2.937(da).15 G .437(rray e)-2.937 F -.25(va)-.25 G .437
-(luates to a number less than zero, it is interpreted as relati).25 F
-.738 -.15(ve t)-.25 H 2.938(oo).15 G .438(ne greater)-2.938 F .02
-(than the maximum inde)108 451.2 R 2.52(xo)-.15 G 2.52(ft)-2.52 G .02
-(he array)-2.52 F 2.52(,s)-.65 G 2.52(on)-2.52 G -2.25 -.15(eg a)-2.52 H
-(ti).15 E .32 -.15(ve i)-.25 H .02
-(ndices count back from the end of the array).15 F 2.52(,a)-.65 G .02
-(nd an inde)-2.52 F(x)-.15 E(of \2551 references the last element.)108
-463.2 Q .595(Referencing an array v)108 480 R .595
-(ariable without a subscript is equi)-.25 F -.25(va)-.25 G .595
-(lent to referencing the array with a subscript of).25 F 2.5(0. An)108
-492 R 2.5(yr)-.15 G(eference to a v)-2.5 E(ariable using a v)-.25 E
-(alid subscript is v)-.25 E(alid, and)-.25 E F2(bash)2.5 E F1
-(will create an array if necessary)2.5 E(.)-.65 E(An array v)108 508.8 Q
+(see)108 165.6 Q/F3 9/Times-Bold@0 SF -.666(PA)2.5 G(RAMETERS).666 E F1
+(abo)2.25 E -.15(ve)-.15 G(.).15 E .683
+(An array element is referenced using ${)108 182.4 R F0(name)A F1([)A F0
+(subscript)A F1 3.184(]}. The)B .684(braces are required to a)3.184 F
+-.2(vo)-.2 G .684(id con\215icts with).2 F .298(pathname e)108 194.4 R
+2.798(xpansion. If)-.15 F F0(subscript)2.798 E F1(is)2.798 E F2(@)2.798
+E F1(or)2.798 E F2(*)2.798 E F1 2.797(,t)C .297(he w)-2.797 F .297
+(ord e)-.1 F .297(xpands to all members of)-.15 F F0(name)2.797 E F1
+2.797(,u)C .297(nless noted in the)-2.797 F .144(description of a b)108
+206.4 R .144(uiltin or w)-.2 F .144(ord e)-.1 F 2.644(xpansion. These)
+-.15 F .144(subscripts dif)2.644 F .145(fer only when the w)-.25 F .145
+(ord appears within dou-)-.1 F .095(ble quotes.)108 218.4 R .095
+(If the w)5.095 F .095(ord is double-quoted, ${)-.1 F F0(name)A F1 .095
+([*]} e)B .094(xpands to a single w)-.15 F .094(ord with the v)-.1 F
+.094(alue of each array)-.25 F .256
+(member separated by the \214rst character of the)108 230.4 R F3(IFS)
+2.756 E F1 .257(special v)2.506 F .257(ariable, and ${)-.25 F F0(name)A
+F1 .257([@]} e)B .257(xpands each element)-.15 F(of)108 242.4 Q F0(name)
+3.461 E F1 .961(to a separate w)3.461 F 3.461(ord. When)-.1 F .961
+(there are no array members, ${)3.461 F F0(name)A F1 .96([@]} e)B .96
+(xpands to nothing.)-.15 F .96(If the)5.96 F .726(double-quoted e)108
+254.4 R .727(xpansion occurs within a w)-.15 F .727(ord, the e)-.1 F
+.727(xpansion of the \214rst parameter is joined with the be-)-.15 F .8
+(ginning part of the e)108 266.4 R .8(xpansion of the original w)-.15 F
+.8(ord, and the e)-.1 F .8
+(xpansion of the last parameter is joined with)-.15 F .553
+(the last part of the e)108 278.4 R .554(xpansion of the original w)-.15
+F 3.054(ord. This)-.1 F .554(is analogous to the e)3.054 F .554
+(xpansion of the special para-)-.15 F(meters)108 290.4 Q F2(*)2.5 E F1
+(and)2.5 E F2(@)2.5 E F1(\(see)2.5 E F2(Special P)2.5 E(arameters)-.1 E
+F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E(${#)108 307.2 Q F0(name)A F1([)A
+F0(subscript)A F1 .33(]} e)B .33(xpands to the length of ${)-.15 F F0
+(name)A F1([)A F0(subscript)A F1 2.83(]}. If)B F0(subscript)2.83 E F1
+(is)2.83 E F2(*)2.83 E F1(or)2.83 E F2(@)2.83 E F1 2.83(,t)C .33(he e)
+-2.83 F .33(xpansion is)-.15 F(the number of elements in the array)108
+319.2 Q(.)-.65 E .386(If the)108 336 R F0(subscript)3.226 E F1 .386
+(used to reference an element of an inde)3.566 F -.15(xe)-.15 G 2.886
+(da).15 G .386(rray e)-2.886 F -.25(va)-.25 G .386
+(luates to a number less than zero, it is).25 F .687
+(interpreted as relati)108 348 R .987 -.15(ve t)-.25 H 3.187(oo).15 G
+.687(ne greater than the maximum inde)-3.187 F 3.186(xo)-.15 G 3.186(ft)
+-3.186 G .686(he array)-3.186 F 3.186(,s)-.65 G 3.186(on)-3.186 G -2.25
+-.15(eg a)-3.186 H(ti).15 E .986 -.15(ve i)-.25 H .686
+(ndices count back).15 F(from the end of the array)108 360 Q 2.5(,a)-.65
+G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
+(eferences the last element.)-2.5 E .595(Referencing an array v)108
+376.8 R .595(ariable without a subscript is equi)-.25 F -.25(va)-.25 G
+.595(lent to referencing the array with a subscript of).25 F 2.5(0. An)
+108 388.8 R 2.5(yr)-.15 G(eference to a v)-2.5 E(ariable using a v)-.25
+E(alid subscript is v)-.25 E(alid, and)-.25 E F2(bash)2.5 E F1
+(will create an array if necessary)2.5 E(.)-.65 E(An array v)108 405.6 Q
 (ariable is considered set if a subscript has been assigned a v)-.25 E
 2.5(alue. The)-.25 F(null string is a v)2.5 E(alid v)-.25 E(alue.)-.25 E
-.418(It is possible to obtain the k)108 525.6 R -.15(ey)-.1 G 2.918(s\()
+.418(It is possible to obtain the k)108 422.4 R -.15(ey)-.1 G 2.918(s\()
 .15 G .418(indices\) of an array as well as the v)-2.918 F 2.917
 (alues. ${)-.25 F F2(!)A F0(name)A F1([)A F0(@)A F1 .417(]} and ${)B F2
-(!)A F0(name)A F1([)A F0(*)A F1(]})A -.15(ex)108 537.6 S .749
+(!)A F0(name)A F1([)A F0(*)A F1(]})A -.15(ex)108 434.4 S .749
 (pand to the indices assigned in array v).15 F(ariable)-.25 E F0(name)
 3.249 E F1 5.749(.T)C .75
 (he treatment when in double quotes is similar to)-5.749 F(the e)108
-549.6 Q(xpansion of the special parameters)-.15 E F0(@)2.5 E F1(and)2.5
-E F0(*)2.5 E F1(within double quotes.)2.5 E(The)108 566.4 Q F2(unset)
-2.767 E F1 -.2(bu)2.767 G .267(iltin is used to destro).2 F 2.767(ya)-.1
-G(rrays.)-2.767 E F2(unset)5.267 E F0(name)2.767 E F1([)A F0(subscript)A
-F1 2.767(]d)C(estro)-2.767 E .267(ys the array element at inde)-.1 F(x)
--.15 E F0(sub-)2.766 E(script)108 578.4 Q F1 2.858(,f)C .358
-(or both inde)-2.858 F -.15(xe)-.15 G 2.858(da).15 G .358(nd associati)
--2.858 F .658 -.15(ve a)-.25 H 2.858(rrays. Ne).15 F -.05(ga)-.15 G(ti)
-.05 E .658 -.15(ve s)-.25 H .358(ubscripts to inde).15 F -.15(xe)-.15 G
-2.858(da).15 G .358(rrays are interpreted as de-)-2.858 F 1.205
-(scribed abo)108 590.4 R -.15(ve)-.15 G 6.205(.U).15 G 1.205
+446.4 Q(xpansion of the special parameters)-.15 E F0(@)2.5 E F1(and)2.5
+E F0(*)2.5 E F1(within double quotes.)2.5 E(The)108 463.2 Q F2(unset)
+3.282 E F1 -.2(bu)3.282 G .782(iltin is used to destro).2 F 3.281(ya)-.1
+G(rrays.)-3.281 E F2(unset)5.781 E F0(name)3.281 E F1([)A F0(subscript)A
+F1 3.281(]u)C .781(nsets the array element at inde)-3.281 F(x)-.15 E F0
+(sub-)3.281 E(script)108 475.2 Q F1 2.858(,f)C .358(or both inde)-2.858
+F -.15(xe)-.15 G 2.858(da).15 G .358(nd associati)-2.858 F .658 -.15
+(ve a)-.25 H 2.858(rrays. Ne).15 F -.05(ga)-.15 G(ti).05 E .658 -.15
+(ve s)-.25 H .358(ubscripts to inde).15 F -.15(xe)-.15 G 2.858(da).15 G
+.358(rrays are interpreted as de-)-2.858 F 1.205(scribed abo)108 487.2 R
+-.15(ve)-.15 G 6.205(.U).15 G 1.205
 (nsetting the last element of an array v)-6.205 F 1.204
 (ariable does not unset the v)-.25 F(ariable.)-.25 E F2(unset)6.204 E F0
-(name)3.704 E F1(,)A(where)108 602.4 Q F0(name)3.412 E F1 .912
-(is an array)3.412 F 3.412(,r)-.65 G(emo)-3.412 E -.15(ve)-.15 G 3.412
-(st).15 G .912(he entire array)-3.412 F(.)-.65 E F2(unset)5.912 E F0
-(name)3.412 E F1([)A F0(subscript)A F1 .912(], where)B F0(subscript)
-3.413 E F1(is)3.413 E F2(*)3.413 E F1(or)3.413 E F2(@)3.413 E F1 3.413
-(,b)C(e-)-3.413 E(ha)108 614.4 Q -.15(ve)-.2 G 3.126(sd).15 G(if)-3.126
-E .626(ferently depending on whether)-.25 F F0(name)3.126 E F1 .626
-(is an inde)3.126 F -.15(xe)-.15 G 3.126(do).15 G 3.126(ra)-3.126 G
-(ssociati)-3.126 E .925 -.15(ve a)-.25 H(rray).15 E 5.625(.I)-.65 G(f)
--5.625 E F0(name)3.125 E F1 .625(is an associati)3.125 F -.15(ve)-.25 G
-(array)108 626.4 Q 3.067(,t)-.65 G .567
-(his unsets the element with subscript)-3.067 F F2(*)3.067 E F1(or)3.067
-E F2(@)3.067 E F1 5.567(.I)C(f)-5.567 E F0(name)3.067 E F1 .567
-(is an inde)3.067 F -.15(xe)-.15 G 3.067(da).15 G(rray)-3.067 E 3.067
-(,u)-.65 G .567(nset remo)-3.067 F -.15(ve)-.15 G 3.067(sa).15 G .567
-(ll of the)-3.067 F(elements b)108 638.4 Q(ut does not remo)-.2 E .3
--.15(ve t)-.15 H(he array itself.).15 E .029(When using a v)108 655.2 R
-.029(ariable name with a subscript as an ar)-.25 F .028
-(gument to a command, such as with)-.18 F F2(unset)2.528 E F1 2.528(,w)C
-.028(ithout us-)-2.528 F .937(ing the w)108 667.2 R .937(ord e)-.1 F
-.937(xpansion syntax described abo)-.15 F -.15(ve)-.15 G 3.437(,t).15 G
-.937(he ar)-3.437 F .938(gument is subject to pathname e)-.18 F 3.438
-(xpansion. If)-.15 F(path-)3.438 E(name e)108 679.2 Q
-(xpansion is not desired, the ar)-.15 E(gument should be quoted.)-.18 E
-(The)108 696 Q F2(declar)2.684 E(e)-.18 E F1(,)A F2(local)2.684 E F1
-2.684(,a)C(nd)-2.684 E F2 -.18(re)2.684 G(adonly).18 E F1 -.2(bu)2.684 G
-.184(iltins each accept a).2 F F2<ad61>2.684 E F1 .184
+(name)3.704 E F1(,)A(where)108 499.2 Q F0(name)2.907 E F1 .407
+(is an array)2.907 F 2.907(,r)-.65 G(emo)-2.907 E -.15(ve)-.15 G 2.907
+(st).15 G .407(he entire array)-2.907 F(.)-.65 E F2(unset)5.407 E F0
+(name)2.907 E F1([)A F0(subscript)A F1 2.907(]b)C(eha)-2.907 E -.15(ve)
+-.2 G 2.907(sd).15 G(if)-2.907 E .408(ferently depending on)-.25 F
+(whether)108 511.2 Q F0(name)2.915 E F1 .415(is an inde)2.915 F -.15(xe)
+-.15 G 2.915(do).15 G 2.915(ra)-2.915 G(ssociati)-2.915 E .715 -.15
+(ve a)-.25 H .415(rray when).15 F F0(subscript)2.915 E F1(is)2.915 E F2
+(*)2.915 E F1(or)2.915 E F2(@)2.915 E F1 5.415(.I)C(f)-5.415 E F0(name)
+2.914 E F1 .414(is an associati)2.914 F .714 -.15(ve a)-.25 H(rray).15 E
+(,)-.65 E .937(this unsets the element with subscript)108 523.2 R F2(*)
+3.437 E F1(or)3.437 E F2(@)3.437 E F1 5.937(.I)C(f)-5.937 E F0(name)
+3.437 E F1 .937(is an inde)3.437 F -.15(xe)-.15 G 3.437(da).15 G(rray)
+-3.437 E 3.437(,u)-.65 G .937(nset remo)-3.437 F -.15(ve)-.15 G 3.437
+(sa).15 G .937(ll of the ele-)-3.437 F(ments b)108 535.2 Q
+(ut does not remo)-.2 E .3 -.15(ve t)-.15 H(he array itself.).15 E .029
+(When using a v)108 552 R .029(ariable name with a subscript as an ar)
+-.25 F .028(gument to a command, such as with)-.18 F F2(unset)2.528 E F1
+2.528(,w)C .028(ithout us-)-2.528 F .515(ing the w)108 564 R .515(ord e)
+-.1 F .515(xpansion syntax described abo)-.15 F -.15(ve)-.15 G 3.015
+(,\().15 G .515(e.g., unset a[4]\), the ar)-3.015 F .515
+(gument is subject to pathname e)-.18 F(x-)-.15 E 2.5(pansion. Quote)108
+576 R(the ar)2.5 E(gument if pathname e)-.18 E
+(xpansion is not desired \(e.g., unset \010a[4]\010\).)-.15 E(The)108
+592.8 Q F2(declar)2.684 E(e)-.18 E F1(,)A F2(local)2.684 E F1 2.684(,a)C
+(nd)-2.684 E F2 -.18(re)2.684 G(adonly).18 E F1 -.2(bu)2.684 G .184
+(iltins each accept a).2 F F2<ad61>2.684 E F1 .184
 (option to specify an inde)2.684 F -.15(xe)-.15 G 2.683(da).15 G .183
 (rray and a)-2.683 F F2<ad41>2.683 E F1(op-)2.683 E .041
-(tion to specify an associati)108 708 R .341 -.15(ve a)-.25 H(rray).15 E
-5.041(.I)-.65 G 2.541(fb)-5.041 G .041(oth options are supplied,)-2.541
-F F2<ad41>2.541 E F1(tak)2.541 E .041(es precedence.)-.1 F(The)5.041 E
-F2 -.18(re)2.542 G(ad).18 E F1 -.2(bu)2.542 G .042(iltin ac-).2 F .864
-(cepts a)108 720 R F2<ad61>3.364 E F1 .864(option to assign a list of w)
-3.364 F .864(ords read from the standard input to an array)-.1 F 5.863
-(.T)-.65 G(he)-5.863 E F2(set)3.363 E F1(and)3.363 E F2(declar)3.363 E
-(e)-.18 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(21)193.45 E 0
-Cg EP
-%%Page: 22 22
+(tion to specify an associati)108 604.8 R .341 -.15(ve a)-.25 H(rray).15
+E 5.041(.I)-.65 G 2.541(fb)-5.041 G .041(oth options are supplied,)
+-2.541 F F2<ad41>2.541 E F1(tak)2.541 E .041(es precedence.)-.1 F(The)
+5.041 E F2 -.18(re)2.542 G(ad).18 E F1 -.2(bu)2.542 G .042(iltin ac-).2
+F .864(cepts a)108 616.8 R F2<ad61>3.364 E F1 .864
+(option to assign a list of w)3.364 F .864
+(ords read from the standard input to an array)-.1 F 5.863(.T)-.65 G(he)
+-5.863 E F2(set)3.363 E F1(and)3.363 E F2(declar)3.363 E(e)-.18 E F1 -.2
+(bu)108 628.8 S .685(iltins display array v).2 F .686(alues in a w)-.25
+F .686(ay that allo)-.1 F .686(ws them to be reused as assignments.)-.25
+F .686(Other b)5.686 F .686(uiltins accept)-.2 F .733(array name ar)108
+640.8 R .733(guments as well \(e.g.,)-.18 F F2(map\214le)3.233 E F1 .733
+(\); see the descriptions of indi)B .732(vidual b)-.25 F .732
+(uiltins belo)-.2 F 3.232(wf)-.25 G .732(or details.)-3.232 F
+(The shell pro)108 652.8 Q(vides a number of b)-.15 E(uiltin array v)-.2
+E(ariables.)-.25 E/F4 10.95/Times-Bold@0 SF(EXP)72 669.6 Q(ANSION)-.81 E
+F1 .764(Expansion is performed on the command line after it has been sp\
+lit into w)108 681.6 R 3.264(ords. The)-.1 F .765(shell performs these)
+3.264 F -.15(ex)108 693.6 S(pansions:).15 E F0(br)3.797 E 1.027(ace e)
+-.15 F(xpansion)-.2 E F1(,).24 E F0 1.027(tilde e)3.657 F(xpansion)-.2 E
+F1(,).24 E F0(par)4.777 E 1.027(ameter and variable e)-.15 F(xpansion)
+-.2 E F1(,).24 E F0 1.027(command substitution)3.727 F F1(,).24 E F0
+(arithmetic e)108.33 705.6 Q(xpansion)-.2 E F1(,).24 E F0(wor)2.84 E 2.5
+(ds)-.37 G(plitting)-2.5 E F1(,).22 E F0(pathname e)3.75 E(xpansion)-.2
+E F1 2.5(,a).24 G(nd)-2.5 E F0(quote r)2.75 E(emo)-.37 E(val)-.1 E F1(.)
+.51 E .418(The order of e)108 722.4 R .418(xpansions is: brace e)-.15 F
+.418(xpansion; tilde e)-.15 F .419(xpansion, parameter and v)-.15 F .419
+(ariable e)-.25 F .419(xpansion, arithmetic)-.15 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(22)190.395 E 0 Cg EP
+%%Page: 23 23
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E -.2(bu)108 84 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/F2 10.95/Times-Bold@0 SF
-(EXP)72 100.8 Q(ANSION)-.81 E F1 .764(Expansion is performed on the com\
-mand line after it has been split into w)108 112.8 R 3.264(ords. The)-.1
-F .765(shell performs these)3.264 F -.15(ex)108 124.8 S(pansions:).15 E
-F0(br)3.797 E 1.027(ace e)-.15 F(xpansion)-.2 E F1(,).24 E F0 1.027
-(tilde e)3.657 F(xpansion)-.2 E F1(,).24 E F0(par)4.777 E 1.027
-(ameter and variable e)-.15 F(xpansion)-.2 E F1(,).24 E F0 1.027
-(command substitution)3.727 F F1(,).24 E F0(arithmetic e)108.33 136.8 Q
-(xpansion)-.2 E F1(,).24 E F0(wor)2.84 E 2.5(ds)-.37 G(plitting)-2.5 E
-F1(,).22 E F0(pathname e)3.75 E(xpansion)-.2 E F1 2.5(,a).24 G(nd)-2.5 E
-F0(quote r)2.75 E(emo)-.37 E(val)-.1 E F1(.).51 E .418(The order of e)
-108 153.6 R .418(xpansions is: brace e)-.15 F .418(xpansion; tilde e)
--.15 F .419(xpansion, parameter and v)-.15 F .419(ariable e)-.25 F .419
-(xpansion, arithmetic)-.15 F -.15(ex)108 165.6 S .28
+.25 E F1(\(1\)).95 E -.15(ex)108 84 S .28
 (pansion, and command substitution \(done in a left-to-right f).15 F .28
 (ashion\); w)-.1 F .28(ord splitting; pathname e)-.1 F(xpansion;)-.15 E
-(and quote remo)108 177.6 Q -.25(va)-.15 G(l.).25 E .257
-(On systems that can support it, there is an additional e)108 194.4 R
+(and quote remo)108 96 Q -.25(va)-.15 G(l.).25 E .257
+(On systems that can support it, there is an additional e)108 112.8 R
 .257(xpansion a)-.15 F -.25(va)-.2 G(ilable:).25 E F0(pr)2.757 E .257
 (ocess substitution)-.45 F F1 5.257(.T)C .257(his is per)-5.257 F(-)-.2
-E(formed at the same time as tilde, parameter)108 206.4 Q 2.5(,v)-.4 G
+E(formed at the same time as tilde, parameter)108 124.8 Q 2.5(,v)-.4 G
 (ariable, and arithmetic e)-2.75 E(xpansion and command substitution.)
--.15 E F0 .25(Quote r)108 223.2 R(emo)-.37 E(val)-.1 E F1 .25(is al)2.75
+-.15 E F0 .25(Quote r)108 141.6 R(emo)-.37 E(val)-.1 E F1 .25(is al)2.75
 F -.1(wa)-.1 G .25(ys performed last.).1 F .249(It remo)5.25 F -.15(ve)
 -.15 G 2.749(sq).15 G .249(uote characters present in the original w)
 -2.749 F .249(ord, not ones)-.1 F(resulting from one of the other e)108
-235.2 Q(xpansions, unless the)-.15 E 2.5(yh)-.15 G -2.25 -.2(av e)-2.5 H
-(been quoted themselv)2.7 E(es.)-.15 E .171(Only brace e)108 252 R .171
-(xpansion, w)-.15 F .171(ord splitting, and pathname e)-.1 F .171
+153.6 Q(xpansions, unless the)-.15 E 2.5(yh)-.15 G -2.25 -.2(av e)-2.5 H
+(been quoted themselv)2.7 E(es.)-.15 E .171(Only brace e)108 170.4 R
+.171(xpansion, w)-.15 F .171(ord splitting, and pathname e)-.1 F .171
 (xpansion can increase the number of w)-.15 F .172(ords of the e)-.1 F
-(x-)-.15 E .777(pansion; other e)108 264 R .776(xpansions e)-.15 F .776
-(xpand a single w)-.15 F .776(ord to a single w)-.1 F 3.276(ord. The)-.1
-F .776(only e)3.276 F .776(xceptions to this are the e)-.15 F(x-)-.15 E
-.328(pansions of)108 276 R/F3 10/Times-Bold@0 SF("$@")2.828 E F1(and)
-2.828 E F3("${)2.828 E F0(name)A F3([@]}")A F1 2.828(,a)C .328
-(nd, in most cases,)-2.828 F F3($*)2.828 E F1(and)2.828 E F3(${)2.828 E
-F0(name)A F3([*]})A F1 .329(as e)2.828 F .329(xplained abo)-.15 F .629
--.15(ve \()-.15 H(see).15 E/F4 9/Times-Bold@0 SF -.666(PA)2.829 G(-).666
-E(RAMETERS)108 288 Q/F5 9/Times-Roman@0 SF(\).)A F3(Brace Expansion)87
-304.8 Q F0(Br)108.58 316.8 Q .606(ace e)-.15 F(xpansion)-.2 E F1 .606
-(is a mechanism by which arbitrary strings may be generated.)3.346 F
-.606(This mechanism is similar)5.606 F(to)108 328.8 Q F0 .415
-(pathname e)2.915 F(xpansion)-.2 E F1 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 .074(form of an optional)108 340.8 R F0(pr)3.823 E(eamble)
--.37 E F1 2.573(,f).18 G(ollo)-2.573 E .073
-(wed by either a series of comma-separated strings or a sequence e)-.25
-F(xpres-)-.15 E .489(sion between a pair of braces, follo)108 352.8 R
-.489(wed by an optional)-.25 F F0(postscript)4.239 E F1 5.49(.T).68 G
-.49(he preamble is pre\214x)-5.49 F .49(ed to each string)-.15 F .659(c\
-ontained within the braces, and the postscript is then appended to each\
- resulting string, e)108 364.8 R .658(xpanding left to)-.15 F(right.)108
-376.8 Q .718(Brace e)108 393.6 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 405.6 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E F3({)A F1
-(d,c,b)A F3(})A F1 2.5(ee)C(xpands into \231ade ace abe\232.)-2.65 E
-3.149(As)108 422.4 S .649(equence e)-3.149 F .649(xpression tak)-.15 F
-.649(es the form)-.1 F F3({)3.149 E F0(x)A F3(..)A F0(y)A F3([..)A F0
-(incr)A F3(]})A F1 3.149(,w)C(here)-3.149 E F0(x)3.149 E F1(and)3.149 E
-F0(y)3.149 E F1 .649(are either inte)3.149 F .648
-(gers or single letters, and)-.15 F F0(incr)108 434.4 Q F1 2.615(,a)C
-2.615(no)-2.615 G .115(ptional increment, is an inte)-2.615 F(ger)-.15 E
-5.115(.W)-.55 G .115(hen inte)-5.115 F .115(gers are supplied, the e)
--.15 F .115(xpression e)-.15 F .115(xpands to each num-)-.15 F .736
-(ber between)108 446.4 R F0(x)3.236 E F1(and)3.236 E F0(y)3.236 E F1
-3.236(,i)C(nclusi)-3.236 E -.15(ve)-.25 G 5.736(.I).15 G 3.236(ft)-5.736
-G .736(he supplied inte)-3.236 F .736(gers are pre\214x)-.15 F .736
-(ed with)-.15 F F0(0)3.236 E F1 3.236(,e)C .735(ach term will ha)-3.236
-F 1.035 -.15(ve t)-.2 H .735(he same).15 F .225
-(width, zero-padding if necessary)108 458.4 R 5.225(.W)-.65 G .226
+(x-)-.15 E .777(pansion; other e)108 182.4 R .776(xpansions e)-.15 F
+.776(xpand a single w)-.15 F .776(ord to a single w)-.1 F 3.276
+(ord. The)-.1 F .776(only e)3.276 F .776(xceptions to this are the e)
+-.15 F(x-)-.15 E .328(pansions of)108 194.4 R/F2 10/Times-Bold@0 SF
+("$@")2.828 E F1(and)2.828 E F2("${)2.828 E F0(name)A F2([@]}")A F1
+2.828(,a)C .328(nd, in most cases,)-2.828 F F2($*)2.828 E F1(and)2.828 E
+F2(${)2.828 E F0(name)A F2([*]})A F1 .329(as e)2.828 F .329
+(xplained abo)-.15 F .629 -.15(ve \()-.15 H(see).15 E/F3 9/Times-Bold@0
+SF -.666(PA)2.829 G(-).666 E(RAMETERS)108 206.4 Q/F4 9/Times-Roman@0 SF
+(\).)A F2(Brace Expansion)87 223.2 Q F0(Br)108.58 235.2 Q .307(ace e)
+-.15 F(xpansion)-.2 E F1 .307(is a mechanism to generate arbitrary stri\
+ngs sharing a common pre\214x and suf)3.047 F .306(\214x, either of)-.25
+F .577(which can be empty)108 247.2 R 5.577(.T)-.65 G .577
+(his mechanism is similar to)-5.577 F F0 .577(pathname e)3.077 F
+(xpansion)-.2 E F1 3.078(,b)C .578(ut the \214lenames generated need)
+-3.278 F .266(not e)108 259.2 R 2.766(xist. P)-.15 F .266
+(atterns to be brace e)-.15 F .265(xpanded are formed from an optional)
+-.15 F F0(pr)4.015 E(eamble)-.37 E F1 2.765(,f).18 G(ollo)-2.765 E .265
+(wed by either a series)-.25 F 1.315
+(of comma-separated strings or a sequence e)108 271.2 R 1.315
+(xpression between a pair of braces, follo)-.15 F 1.316
+(wed by an optional)-.25 F F0(postscript)109.25 283.2 Q F1 5.66(.T).68 G
+.66(he preamble is pre\214x)-5.66 F .659(ed to each string contained wi\
+thin the braces, and the postscript is then)-.15 F
+(appended to each resulting string, e)108 295.2 Q
+(xpanding left to right.)-.15 E .472(Brace e)108 312 R .472
+(xpansions may be nested.)-.15 F .472(The results of each e)5.472 F .473
+(xpanded string are not sorted; brace e)-.15 F .473(xpansion pre-)-.15 F
+(serv)108 324 Q(es left to right order)-.15 E 5(.F)-.55 G(or e)-5.15 E
+(xample, a)-.15 E F2({)A F1(d,c,b)A F2(})A F1 2.5(ee)C
+(xpands into \231ade ace abe\232.)-2.65 E 3.149(As)108 340.8 S .649
+(equence e)-3.149 F .649(xpression tak)-.15 F .649(es the form)-.1 F F2
+({)3.149 E F0(x)A F2(..)A F0(y)A F2([..)A F0(incr)A F2(]})A F1 3.149(,w)
+C(here)-3.149 E F0(x)3.149 E F1(and)3.149 E F0(y)3.149 E F1 .649
+(are either inte)3.149 F .648(gers or single letters, and)-.15 F F0
+(incr)108 352.8 Q F1 2.615(,a)C 2.615(no)-2.615 G .115
+(ptional increment, is an inte)-2.615 F(ger)-.15 E 5.115(.W)-.55 G .115
+(hen inte)-5.115 F .115(gers are supplied, the e)-.15 F .115
+(xpression e)-.15 F .115(xpands to each num-)-.15 F .736(ber between)108
+364.8 R F0(x)3.236 E F1(and)3.236 E F0(y)3.236 E F1 3.236(,i)C(nclusi)
+-3.236 E -.15(ve)-.25 G 5.736(.I).15 G 3.236(ft)-5.736 G .736
+(he supplied inte)-3.236 F .736(gers are pre\214x)-.15 F .736(ed with)
+-.15 F F0(0)3.236 E F1 3.236(,e)C .735(ach term will ha)-3.236 F 1.035
+-.15(ve t)-.2 H .735(he same).15 F .225
+(width, zero-padding if necessary)108 376.8 R 5.225(.W)-.65 G .226
 (hen either)-5.225 F F0(x)2.726 E F1(or)2.726 E F0(y)2.726 E F1(be)2.726
 E .226(gins with a zero, the shell attempts to force all gen-)-.15 F
 1.073(erated terms to contain the same number of digits, zero-padding w\
-here necessary)108 470.4 R 6.072(.W)-.65 G 1.072(hen letters are sup-)
--6.072 F .567(plied, the e)108 482.4 R .567(xpression e)-.15 F .567
+here necessary)108 388.8 R 6.072(.W)-.65 G 1.072(hen letters are sup-)
+-6.072 F .567(plied, the e)108 400.8 R .567(xpression e)-.15 F .567
 (xpands to each character le)-.15 F .567(xicographically between)-.15 F
 F0(x)3.067 E F1(and)3.067 E F0(y)3.068 E F1 3.068(,i)C(nclusi)-3.068 E
 -.15(ve)-.25 G 3.068(,u).15 G .568(sing the de-)-3.068 F -.1(fa)108
-494.4 S .574(ult C locale.).1 F .574(Note that both)5.574 F F0(x)3.074 E
+412.8 S .574(ult C locale.).1 F .574(Note that both)5.574 F F0(x)3.074 E
 F1(and)3.074 E F0(y)3.074 E F1 .574(must be of the same type \(inte)
 3.074 F .574(ger or letter\).)-.15 F .573(When the increment is)5.573 F
-(supplied, it is used as the dif)108 506.4 Q(ference between each term.)
+(supplied, it is used as the dif)108 424.8 Q(ference between each term.)
 -.25 E(The def)5 E(ault increment is 1 or \2551 as appropriate.)-.1 E
-.581(Brace e)108 523.2 R .581(xpansion is performed before an)-.15 F
+.581(Brace e)108 441.6 R .581(xpansion is performed before an)-.15 F
 3.081(yo)-.15 G .581(ther e)-3.081 F .581(xpansions, and an)-.15 F 3.082
 (yc)-.15 G .582(haracters special to other e)-3.082 F(xpansions)-.15 E
-.016(are preserv)108 535.2 R .016(ed in the result.)-.15 F .016
-(It is strictly te)5.016 F(xtual.)-.15 E F3(Bash)5.016 E F1 .015
+.016(are preserv)108 453.6 R .016(ed in the result.)-.15 F .016
+(It is strictly te)5.016 F(xtual.)-.15 E F2(Bash)5.016 E F1 .015
 (does not apply an)2.516 F 2.515(ys)-.15 G .015
-(yntactic interpretation to the con-)-2.515 F(te)108 547.2 Q
+(yntactic interpretation to the con-)-2.515 F(te)108 465.6 Q
 (xt of the e)-.15 E(xpansion or the te)-.15 E(xt between the braces.)
--.15 E 2.501(Ac)108 564 S .001(orrectly-formed brace e)-2.501 F .001(xp\
-ansion must contain unquoted opening and closing braces, and at least o\
-ne un-)-.15 F .458(quoted comma or a v)108 576 R .458(alid sequence e)
--.25 F 2.958(xpression. An)-.15 F 2.958(yi)-.15 G .458
-(ncorrectly formed brace e)-2.958 F .457(xpansion is left unchanged.)
--.15 F(A)108 588 Q F3({)2.521 E F1(or)2.521 E F3(,)2.521 E F1 .021
-(may be quoted with a backslash to pre)2.521 F -.15(ve)-.25 G .022
-(nt its being considered part of a brace e).15 F 2.522(xpression. T)-.15
-F 2.522(oa)-.8 G -.2(vo)-2.722 G(id).2 E .172
-(con\215icts with parameter e)108 600 R .172(xpansion, the string)-.15 F
-F3(${)2.672 E F1 .172(is not considered eligible for brace e)2.672 F
-.172(xpansion, and inhibits)-.15 F(brace e)108 612 Q
-(xpansion until the closing)-.15 E F3(})2.5 E F1(.)A 1.476(This constru\
+-.15 E 2.501(Ac)108 482.4 S .001(orrectly-formed brace e)-2.501 F .001(\
+xpansion must contain unquoted opening and closing braces, and at least\
+ one un-)-.15 F(quoted comma or a v)108 494.4 Q(alid sequence e)-.25 E
+2.5(xpression. An)-.15 F 2.5(yi)-.15 G(ncorrectly formed brace e)-2.5 E
+(xpansion is left unchanged.)-.15 E(A)108 511.2 Q F2({)2.522 E F1(or)
+2.522 E F2(,)2.522 E F1 .022(may be quoted with a backslash to pre)2.522
+F -.15(ve)-.25 G .021(nt its being considered part of a brace e).15 F
+2.521(xpression. T)-.15 F 2.521(oa)-.8 G -.2(vo)-2.721 G(id).2 E .172
+(con\215icts with parameter e)108 523.2 R .172(xpansion, the string)-.15
+F F2(${)2.672 E F1 .172(is not considered eligible for brace e)2.672 F
+.172(xpansion, and inhibits)-.15 F(brace e)108 535.2 Q
+(xpansion until the closing)-.15 E F2(})2.5 E F1(.)A 1.476(This constru\
 ct is typically used as shorthand when the common pre\214x of the strin\
-gs to be generated is)108 628.8 R(longer than in the abo)108 640.8 Q .3
--.15(ve ex)-.15 H(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144
-657.6 Q -.65(w,)-.25 G(dist,b).65 E(ugs})-.2 E(or)108 669.6 Q(cho)144
-681.6 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 698.4 R .618
+gs to be generated is)108 552 R(longer than in the abo)108 564 Q .3 -.15
+(ve ex)-.15 H(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144 580.8 Q
+-.65(w,)-.25 G(dist,b).65 E(ugs})-.2 E(or)108 592.8 Q(cho)144 604.8 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 621.6 R .618
 (xpansion introduces a slight incompatibility with historical v)-.15 F
-.618(ersions of)-.15 F F3(sh)3.118 E F1(.)A F3(sh)5.618 E F1 .618
-(does not treat open-)3.118 F .247
-(ing or closing braces specially when the)108 710.4 R 2.747(ya)-.15 G
-.247(ppear as part of a w)-2.747 F .248(ord, and preserv)-.1 F .248
-(es them in the output.)-.15 F F3(Bash)5.248 E F1(remo)108 722.4 Q -.15
+.618(ersions of)-.15 F F2(sh)3.118 E F1(.)A F2(sh)5.618 E F1 .618
+(does not treat open-)3.118 F .248
+(ing or closing braces specially when the)108 633.6 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 F2(Bash)5.247 E F1(remo)108 645.6 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 F3(sh)
-3.53 E F1(as)3.53 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(22)
-193.45 E 0 Cg EP
-%%Page: 23 23
+(or e)-.15 F 1.03(xample, a w)-.15 F 1.03(ord entered to)-.1 F F2(sh)
+3.53 E F1(as)3.53 E F0(\214le{1,2})108 657.6 Q F1 .062
+(appears identically in the output.)2.562 F F2(Bash)5.061 E F1 .061
+(outputs that w)2.561 F .061(ord as)-.1 F F0 .061(\214le1 \214le2)4.471
+F F1 .061(after brace e)2.581 F 2.561(xpansion. Start)-.15 F F2(bash)108
+669.6 Q F1 .844(with the)3.344 F F2(+B)3.344 E F1 .845
+(option or disable brace e)3.344 F .845(xpansion with the)-.15 F F2(+B)
+3.345 E F1 .845(option to the)3.345 F F2(set)3.345 E F1 .845
+(command \(see)3.345 F F3(SHELL)3.345 E -.09(BU)108 681.6 S(IL).09 E
+(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\) for strict)-.25 E F2(sh)2.5 E
+F1(compatibility)2.5 E(.)-.65 E F2 -.18(Ti)87 698.4 S(lde Expansion).18
+E F1 .846(If a w)108 710.4 R .846(ord be)-.1 F .846
+(gins with an unquoted tilde character \(\231)-.15 F F2<01>A F1 .846
+(\232\), all of the characters preceding the \214rst unquoted)B .185(sl\
+ash \(or all characters, if there is no unquoted slash\) are considered\
+ a)108 722.4 R F0(tilde-pr)2.685 E(e\214x)-.37 E F1 5.185(.I)C 2.685(fn)
+-5.185 G .185(one of the characters)-2.685 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(23)190.395 E 0 Cg EP
+%%Page: 24 24
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(\214le{1,2})108 84 Q F1 .514
-(appears identically in the output.)3.014 F .515(The same w)5.515 F .515
-(ord is output as)-.1 F F0 .515(\214le1 \214le2)4.925 F F1 .515(after e)
-3.035 F .515(xpansion by)-.15 F/F2 10/Times-Bold@0 SF(bash)3.015 E F1(.)
-A .437(If strict compatibility with)108 96 R F2(sh)2.936 E F1 .436
-(is desired, start)2.936 F F2(bash)2.936 E F1 .436(with the)2.936 F F2
-(+B)2.936 E F1 .436(option or disable brace e)2.936 F .436
-(xpansion with the)-.15 F F2(+B)108 108 Q F1(option to the)2.5 E F2(set)
-2.5 E F1(command \(see)2.5 E/F3 9/Times-Bold@0 SF(SHELL B)2.5 E(UIL)-.09
-E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E F2 -.18(Ti)87 124.8 S
-(lde Expansion).18 E F1 .845(If a w)108 136.8 R .846(ord be)-.1 F .846
-(gins with an unquoted tilde character \(\231)-.15 F F2<01>A F1 .846
-(\232\), all of the characters preceding the \214rst unquoted)B .185(sl\
-ash \(or all characters, if there is no unquoted slash\) are considered\
- a)108 148.8 R F0(tilde-pr)2.685 E(e\214x)-.37 E F1 5.185(.I)C 2.685(fn)
--5.185 G .185(one of the characters)-2.685 F .725(in the tilde-pre\214x\
- are quoted, the characters in the tilde-pre\214x follo)108 160.8 R .726
-(wing the tilde are treated as a possible)-.25 F F0(lo)108 172.8 Q .523
-(gin name)-.1 F F1 5.523(.I)C 3.023(ft)-5.523 G .523
+.25 E F1(\(1\)).95 E .726(in the tilde-pre\214x are quoted, the charact\
+ers in the tilde-pre\214x follo)108 84 R .725
+(wing the tilde are treated as a possible)-.25 F F0(lo)108 96 Q .522
+(gin name)-.1 F F1 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.023 F .522(alue of the shell parameter)-.25 F F3(HOME)108 184.8 Q/F4
-9/Times-Roman@0 SF(.)A F1(If)4.786 E F3(HOME)2.786 E F1 .287
-(is unset, the home directory of the user e)2.536 F -.15(xe)-.15 G .287
-(cuting the shell is substituted instead.).15 F(Other)5.287 E(-)-.2 E(w\
-ise, the tilde-pre\214x is replaced with the home directory associated \
-with the speci\214ed login name.)108 196.8 Q .368
-(If the tilde-pre\214x is a \231\001+\232, the v)108 213.6 R .368
-(alue of the shell v)-.25 F(ariable)-.25 E F3(PWD)2.868 E F1 .368
+-3.022 F .523(alue of the shell parameter)-.25 F/F2 9/Times-Bold@0 SF
+(HOME)108 108 Q/F3 9/Times-Roman@0 SF(.)A F1(If)5.077 E F2(HOME)3.077 E
+F1 .577(is unset, the tilde e)2.827 F .577
+(xpands to the home directory of the user e)-.15 F -.15(xe)-.15 G .576
+(cuting the shell instead.).15 F(Otherwise, the tilde-pre\214x is repla\
+ced with the home directory associated with the speci\214ed login name.)
+108 120 Q .368(If the tilde-pre\214x is a \231\001+\232, the v)108 136.8
+R .368(alue of the shell v)-.25 F(ariable)-.25 E F2(PWD)2.868 E F1 .368
 (replaces the tilde-pre\214x.)2.618 F .368(If the tilde-pre\214x)5.368 F
-.185(is a \231\001\255\232, the v)108 225.6 R .185(alue of the shell v)
--.25 F(ariable)-.25 E F3(OLDPWD)2.685 E F4(,)A F1 .185
-(if it is set, is substituted.)2.435 F .185(If the characters follo)
-5.185 F .185(wing the)-.25 F .658
-(tilde in the tilde-pre\214x consist of a number)108 237.6 R F0(N)3.158
-E F1 3.158(,o)C .658(ptionally pre\214x)-3.158 F .657
-(ed by a \231+\232 or a \231\255\232, the tilde-pre\214x is re-)-.15 F
-.138(placed with the corresponding element from the directory stack, as\
- it w)108 249.6 R .138(ould be displayed by the)-.1 F F2(dirs)2.639 E F1
--.2(bu)2.639 G(iltin).2 E(in)108 261.6 Q -.2(vo)-.4 G -.1(ke).2 G 2.839
-(dw).1 G .338(ith the tilde-pre\214x as an ar)-2.839 F 2.838(gument. If)
--.18 F .338(the characters follo)2.838 F .338
-(wing the tilde in the tilde-pre\214x consist)-.25 F(of a number withou\
-t a leading \231+\232 or \231\255\232, \231+\232 is assumed.)108 273.6 Q
-(If the login name is in)108 290.4 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 .166
-(Each v)108 307.2 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 F2(:)2.667 E F1 .167(or the \214rst)2.667 F F2(=)
-2.667 E F1 5.167(.I)C(n)-5.167 E .468(these cases, tilde e)108 319.2 R
-.468(xpansion is also performed.)-.15 F(Consequently)5.467 E 2.967(,o)
--.65 G .467(ne may use \214lenames with tildes in assign-)-2.967 F
-(ments to)108 331.2 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 F1(and)2.25 E F3(CDP)2.5 E -.855(AT)
--.666 G(H).855 E F4(,)A F1(and the shell assigns the e)2.25 E(xpanded v)
--.15 E(alue.)-.25 E F2(Bash)108 348 Q F1 1.768(also performs tilde e)
-4.268 F 1.768(xpansion on w)-.15 F 1.769
-(ords satisfying the conditions of v)-.1 F 1.769
-(ariable assignments \(as de-)-.25 F .464(scribed abo)108 360 R .764
--.15(ve u)-.15 H(nder).15 E F3 -.666(PA)2.964 G(RAMETERS).666 E F4(\))A
-F1 .464(when the)2.714 F 2.964(ya)-.15 G .464(ppear as ar)-2.964 F .463
-(guments to simple commands.)-.18 F F2(Bash)5.463 E F1 .463(does not)
-2.963 F(do this, e)108 372 Q(xcept for the)-.15 E F0(declar)2.5 E(ation)
--.15 E F1(commands listed abo)2.5 E -.15(ve)-.15 G 2.5(,w).15 G(hen in)
--2.5 E F0(posix mode)2.5 E F1(.)A F2 -.1(Pa)87 388.8 S
-(rameter Expansion).1 E F1 .014(The \231)108 400.8 R F2($)A F1 2.514
-<9a63>C .014(haracter introduces parameter e)-2.514 F .014
-(xpansion, command substitution, or arithmetic e)-.15 F 2.515
-(xpansion. The)-.15 F(pa-)2.515 E .314(rameter name or symbol to be e)
-108 412.8 R .314
+.227(is a \231\001\255\232, the shell substitutes the v)108 148.8 R .227
+(alue of the shell v)-.25 F(ariable)-.25 E F2(OLDPWD)2.727 E F3(,)A F1
+.227(if it is set.)2.477 F .227(If the characters follo)5.227 F(w-)-.25
+E .296(ing the tilde in the tilde-pre\214x consist of a number)108 160.8
+R F0(N)2.796 E F1 2.796(,o)C .296(ptionally pre\214x)-2.796 F .296
+(ed by a \231+\232 or a \231\255\232, the tilde-pre\214x)-.15 F .814(is\
+ replaced with the corresponding element from the directory stack, as i\
+t w)108 172.8 R .813(ould be displayed by the)-.1 F/F4 10/Times-Bold@0
+SF(dirs)3.313 E F1 -.2(bu)108 184.8 S .698(iltin in).2 F -.2(vo)-.4 G
+-.1(ke).2 G 3.198(dw).1 G .698(ith the characters follo)-3.198 F .699
+(wing the tilde in the tilde-pre\214x as an ar)-.25 F 3.199(gument. If)
+-.18 F .699(the characters)3.199 F(follo)108 196.8 Q .482(wing the tild\
+e in the tilde-pre\214x consist of a number without a leading \231+\232\
+ or \231\255\232, tilde e)-.25 F .481(xpansion as-)-.15 F
+(sumes \231+\232.)108 208.8 Q .54(The results of tilde e)108 225.6 R .54
+(xpansion are treated as if the)-.15 F 3.04(yw)-.15 G .54
+(ere quoted, so the replacement is not subject to w)-3.04 F(ord)-.1 E
+(splitting and pathname e)108 237.6 Q(xpansion.)-.15 E
+(If the login name is in)108 254.4 Q -.25(va)-.4 G(lid, or the tilde e)
+.25 E(xpansion f)-.15 E(ails, the tilde-pre\214x is unchanged.)-.1 E F4
+(Bash)108 271.2 Q F1 .578(checks each v)3.078 F .578
+(ariable assignment for unquoted tilde-pre\214x)-.25 F .578
+(es immediately follo)-.15 F .578(wing a)-.25 F F4(:)3.078 E F1 .578
+(or the \214rst)3.078 F F4(=)3.078 E F1(,)A 1.041(and performs tilde e)
+108 283.2 R 1.041(xpansion in these cases.)-.15 F(Consequently)6.041 E
+3.541(,o)-.65 G 1.042(ne may use \214lenames with tildes in assign-)
+-3.541 F(ments to)108 295.2 Q F2 -.666(PA)2.5 G(TH)-.189 E F3(,)A F2
+(MAILP)2.25 E -.855(AT)-.666 G(H).855 E F3(,)A F1(and)2.25 E F2(CDP)2.5
+E -.855(AT)-.666 G(H).855 E F3(,)A F1(and the shell assigns the e)2.25 E
+(xpanded v)-.15 E(alue.)-.25 E F4(Bash)108 312 Q F1 1.769
+(also performs tilde e)4.269 F 1.769(xpansion on w)-.15 F 1.768
+(ords satisfying the conditions of v)-.1 F 1.768
+(ariable assignments \(as de-)-.25 F .463(scribed abo)108 324 R .763
+-.15(ve u)-.15 H(nder).15 E F2 -.666(PA)2.963 G(RAMETERS).666 E F3(\))A
+F1 .463(when the)2.713 F 2.963(ya)-.15 G .463(ppear as ar)-2.963 F .464
+(guments to simple commands.)-.18 F F4(Bash)5.464 E F1 .464(does not)
+2.964 F(do this, e)108 336 Q(xcept for the)-.15 E F0(declar)2.5 E(ation)
+-.15 E F1(commands listed abo)2.5 E -.15(ve)-.15 G 2.5(,w).15 G
+(hen in posix mode.)-2.5 E F4 -.1(Pa)87 352.8 S(rameter Expansion).1 E
+F1 .015(The \231)108 364.8 R F4($)A F1 2.515<9a63>C .014
+(haracter introduces parameter e)-2.515 F .014
+(xpansion, command substitution, or arithmetic e)-.15 F 2.514
+(xpansion. The)-.15 F(pa-)2.514 E .314(rameter name or symbol to be e)
+108 376.8 R .314
 (xpanded may be enclosed in braces, which are optional b)-.15 F .314
-(ut serv)-.2 F 2.813(et)-.15 G 2.813(op)-2.813 G(rotect)-2.813 E .414
-(the v)108 424.8 R .414(ariable to be e)-.25 F .414
-(xpanded from characters immediately follo)-.15 F .415
+(ut serv)-.2 F 2.814(et)-.15 G 2.814(op)-2.814 G(rotect)-2.814 E .415
+(the v)108 388.8 R .415(ariable to be e)-.25 F .415
+(xpanded from characters immediately follo)-.15 F .414
 (wing it which could be interpreted as part of)-.25 F(the name.)108
-436.8 Q 1.073
+400.8 Q 1.072
 (When braces are used, the matching ending brace is the \214rst \231)108
-453.6 R F2(})A F1 3.573<9a6e>C 1.072
-(ot escaped by a backslash or within a)-3.573 F .821
-(quoted string, and not within an embedded arithmetic e)108 465.6 R .822
+417.6 R F4(})A F1 3.573<9a6e>C 1.073
+(ot escaped by a backslash or within a)-3.573 F .822
+(quoted string, and not within an embedded arithmetic e)108 429.6 R .821
 (xpansion, command substitution, or parameter e)-.15 F(x-)-.15 E
-(pansion.)108 477.6 Q(${)108 494.4 Q F0(par)A(ameter)-.15 E F1(})A .106
-(The v)144 506.4 R .106(alue of)-.25 F F0(par)2.606 E(ameter)-.15 E F1
-.106(is substituted.)2.606 F .106(The braces are required when)5.106 F
-F0(par)3.856 E(ameter)-.15 E F1 .106(is a positional pa-)3.336 F .11
-(rameter with more than one digit, or when)144 518.4 R F0(par)3.86 E
-(ameter)-.15 E F1 .111(is follo)3.341 F .111
-(wed by a character which is not to be)-.25 F .208
-(interpreted as part of its name.)144 530.4 R(The)5.208 E F0(par)2.708 E
-(ameter)-.15 E F1 .208(is a shell parameter as described abo)2.708 F
--.15(ve)-.15 G F2 -.74(PA)2.858 G(RAME-).74 E(TERS)144 542.4 Q F1 2.5
-(\)o)C 2.5(ra)-2.5 G 2.5(na)-2.5 G(rray reference \()-2.5 E F2(Arrays)A
-F1(\).)A .346(If the \214rst character of)108 559.2 R F0(par)2.846 E
+(pansion.)108 441.6 Q(The basic form of parameter e)108 458.4 Q
+(xpansion is)-.15 E(${)108 475.2 Q F0(par)A(ameter)-.15 E F1(})A .284
+(which substitutes the v)108 492 R .284(alue of)-.25 F F0(par)2.784 E
+(ameter)-.15 E F1 5.285(.T)C .285(he braces are required when)-5.285 F
+F0(par)4.035 E(ameter)-.15 E F1 .285(is a positional parame-)3.515 F
+.067(ter with more than one digit, or when)108 504 R F0(par)3.817 E
+(ameter)-.15 E F1 .067(is follo)3.297 F .066
+(wed by a character which is not to be interpreted as)-.25 F .406
+(part of its name.)108 516 R(The)5.406 E F0(par)2.906 E(ameter)-.15 E F1
+.406(is a shell parameter as described abo)2.906 F -.15(ve)-.15 G F4
+-.74(PA)3.057 G(RAMETERS).74 E F1 2.907(\)o)C 2.907(ra)-2.907 G 2.907
+(na)-2.907 G .407(rray ref-)-2.907 F(erence \()108 528 Q F4(Arrays)A F1
+(\).)A .347(If the \214rst character of)108 544.8 R F0(par)2.846 E
 (ameter)-.15 E F1 .346(is an e)2.846 F .346(xclamation point \()-.15 F
-F2(!)A F1 .346(\), and)B F0(par)2.846 E(ameter)-.15 E F1 .346(is not a)
-2.846 F F0(namer)2.846 E(ef)-.37 E F1 2.847(,i)C 2.847(ti)-2.847 G
-(ntroduces)-2.847 E 2.907(al)108 571.2 S -2.15 -.25(ev e)-2.907 H 2.907
-(lo).25 G 2.906(fi)-2.907 G(ndirection.)-2.906 E F2(Bash)5.406 E F1 .406
+F4(!)A F1 .346(\), and)B F0(par)2.846 E(ameter)-.15 E F1 .346(is not a)
+2.846 F F0(namer)2.846 E(ef)-.37 E F1 2.846(,i)C 2.846(ti)-2.846 G
+(ntroduces)-2.846 E 2.906(al)108 556.8 S -2.15 -.25(ev e)-2.906 H 2.906
+(lo).25 G 2.906(fi)-2.906 G(ndirection.)-2.906 E F4(Bash)5.406 E F1 .406
 (uses the v)2.906 F .406(alue formed by e)-.25 F .406
 (xpanding the rest of)-.15 F F0(par)2.906 E(ameter)-.15 E F1 .406
-(as the ne)2.906 F(w)-.25 E F0(par)2.906 E(ame-)-.15 E(ter)108 583.2 Q
-F1 2.578(;t)C .078(his is then e)-2.578 F .078(xpanded and that v)-.15 F
-.079(alue is used in the rest of the e)-.25 F .079
-(xpansion, rather than the e)-.15 F .079(xpansion of the)-.15 F
-(original)108 595.2 Q F0(par)2.543 E(ameter)-.15 E F1 5.043(.T)C .043
-(his is kno)-5.043 F .043(wn as)-.25 F F0(indir)2.543 E .043(ect e)-.37
-F(xpansion)-.2 E F1 5.043(.T)C .043(he v)-5.043 F .042
-(alue is subject to tilde e)-.25 F .042(xpansion, parameter)-.15 F -.15
-(ex)108 607.2 S .248(pansion, command substitution, and arithmetic e).15
-F 2.748(xpansion. If)-.15 F F0(par)2.749 E(ameter)-.15 E F1 .249
-(is a nameref, this e)2.749 F .249(xpands to the)-.15 F 1.51
-(name of the parameter referenced by)108 619.2 R F0(par)4.01 E(ameter)
--.15 E F1 1.51(instead of performing the complete indirect e)4.01 F
-(xpansion.)-.15 E .387(The e)108 631.2 R .387
-(xceptions to this are the e)-.15 F .387(xpansions of ${)-.15 F F2(!)A
-F0(pr)A(e\214x)-.37 E F2(*)A F1 2.887(}a)C .387(nd ${)-2.887 F F2(!)A F0
-(name)A F1([)A F0(@)A F1 .387(]} described belo)B 4.188 -.65(w. T)-.25 H
-.388(he e).65 F(xclama-)-.15 E(tion point must immediately follo)108
-643.2 Q 2.5(wt)-.25 G(he left brace in order to introduce indirection.)
--2.5 E .334(In each of the cases belo)108 660 R -.65(w,)-.25 G F0(wor)
-3.484 E(d)-.37 E F1 .334(is subject to tilde e)2.834 F .334
+(as the ne)2.906 F(w)-.25 E F0(par)2.907 E(ame-)-.15 E(ter)108 568.8 Q
+F1 2.936(;t)C .436(his ne)-2.936 F 2.936(wp)-.25 G .436
+(arameter is then e)-2.936 F .436(xpanded and that v)-.15 F .435
+(alue is used in the rest of the e)-.25 F .435
+(xpansion, rather than the)-.15 F -.15(ex)108 580.8 S .291
+(pansion of the original).15 F F0(par)2.791 E(ameter)-.15 E F1 5.291(.T)
+C .291(his is kno)-5.291 F .291(wn as)-.25 F F0(indir)2.791 E .291
+(ect e)-.37 F(xpansion)-.2 E F1 5.291(.T)C .291(he v)-5.291 F .292
+(alue is subject to tilde e)-.25 F(x-)-.15 E .164(pansion, parameter e)
+108 592.8 R .163(xpansion, command substitution, and arithmetic e)-.15 F
+2.663(xpansion. If)-.15 F F0(par)2.663 E(ameter)-.15 E F1 .163
+(is a nameref,)2.663 F .462(this e)108 604.8 R .462
+(xpands to the name of the parameter referenced by)-.15 F F0(par)2.963 E
+(ameter)-.15 E F1 .463(instead of performing the complete in-)2.963 F
+3.636(direct e)108 616.8 R 3.636(xpansion, for compatibility)-.15 F
+8.636(.T)-.65 G 3.636(he e)-8.636 F 3.635(xceptions to this are the e)
+-.15 F 3.635(xpansions of ${)-.15 F F4(!)A F0(pr)A(e\214x)-.37 E F4(*)A
+F1 6.135(}a)C(nd)-6.135 E(${)108 628.8 Q F4(!)A F0(name)A F1([)A F0(@)A
+F1 .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 640.8 Q
+.334(In each of the cases belo)108 657.6 R -.65(w,)-.25 G F0(wor)3.484 E
+(d)-.37 E F1 .334(is subject to tilde e)2.834 F .334
 (xpansion, parameter e)-.15 F .334(xpansion, command substitution,)-.15
-F(and arithmetic e)108 672 Q(xpansion.)-.15 E .066
-(When not performing substring e)108 688.8 R .067
+F(and arithmetic e)108 669.6 Q(xpansion.)-.15 E .066
+(When not performing substring e)108 686.4 R .067
 (xpansion, using the forms documented belo)-.15 F 2.567(w\()-.25 G
-(e.g.,)-2.567 E F2(:-)2.567 E F1(\),)A F2(bash)2.567 E F1 .067
-(tests for a pa-)2.567 F(rameter that is unset or null.)108 700.8 Q(Omi\
-tting the colon results in a test only for a parameter that is unset.)5
-E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(23)193.45 E 0 Cg EP
-%%Page: 24 24
+(e.g.,)-2.567 E F4(:-)2.567 E F1(\),)A F4(bash)2.567 E F1 .067
+(tests for a pa-)2.567 F(rameter that is unset or null.)108 698.4 Q
+(Omitting the colon tests only for a parameter that is unset.)5 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(24)190.395 E 0 Cg EP
+%%Page: 25 25
 %%BeginPageSetup
 BP
 %%EndPageSetup
 -.15 E F1 .723(is unset or null, the e)3.953 F .722(xpansion of)-.15 F
 F0(wor)3.562 E(d)-.37 E F1 .722(is substituted.)3.992 F(Other)5.722 E(-)
 -.2 E(wise, the v)144 108 Q(alue of)-.25 E F0(par)3.75 E(ameter)-.15 E
-F1(is substituted.)3.23 E(${)108 120 Q F0(par)A(ameter)-.15 E F2(:=)A F0
-(wor)A(d)-.37 E F1(})A F2 .265(Assign Default V)144 132 R(alues)-.92 E
-F1 5.265(.I)C(f)-5.265 E F0(par)4.015 E(ameter)-.15 E F1 .266
+F1(is substituted.)3.23 E(${)108 124.8 Q F0(par)A(ameter)-.15 E F2(:=)A
+F0(wor)A(d)-.37 E F1(})A F2 .265(Assign Default V)144 136.8 R(alues)-.92
+F1 5.265(.I)C(f)-5.265 E F0(par)4.015 E(ameter)-.15 E F1 .266
 (is unset or null, the e)3.495 F .266(xpansion of)-.15 F F0(wor)3.106 E
 (d)-.37 E F1 .266(is assigned to)3.536 F F0(par)4.016 E(a-)-.15 E(meter)
-144 144 Q F1 5.545(.T).73 G .545(he v)-5.545 F .544(alue of)-.25 F F0
-(par)4.294 E(ameter)-.15 E F1 .544(is then substituted.)3.774 F .544
-(Positional parameters and special parameters)5.544 F
-(may not be assigned to in this w)144 156 Q(ay)-.1 E(.)-.65 E(${)108 168
-Q F0(par)A(ameter)-.15 E F2(:?)A F0(wor)A(d)-.37 E F1(})A F2 .535
-(Display Err)144 180 R .535(or if Null or Unset)-.18 F F1 5.535(.I)C(f)
--5.535 E F0(par)4.285 E(ameter)-.15 E F1 .535(is null or unset, the e)
-3.765 F .535(xpansion of)-.15 F F0(wor)3.035 E(d)-.37 E F1 .535
-(\(or a mes-)3.035 F .013(sage to that ef)144 192 R .013(fect if)-.25 F
-F0(wor)2.853 E(d)-.37 E F1 .013(is not present\) is written to the stan\
-dard error and the shell, if it is not in-)3.283 F(teracti)144 204 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 F0(par)2.5 E(ameter)-.15 E F1(is substituted.)2.5 E(${)
-108 216 Q F0(par)A(ameter)-.15 E F2(:+)A F0(wor)A(d)-.37 E F1(})A F2
-.745(Use Alter)144 228 R .745(nate V)-.15 F(alue)-.92 E F1 5.745(.I)C(f)
--5.745 E F0(par)4.495 E(ameter)-.15 E F1 .745
-(is null or unset, nothing is substituted, otherwise the e)3.975 F
-(xpan-)-.15 E(sion of)144 240 Q F0(wor)2.84 E(d)-.37 E F1
-(is substituted.)3.27 E(${)108 252 Q F0(par)A(ameter)-.15 E F2(:)A F0
-(of)A(fset)-.18 E F1(})A(${)108 264 Q F0(par)A(ameter)-.15 E F2(:)A F0
-(of)A(fset)-.18 E F2(:)A F0(length)A F1(})A F2 .002(Substring Expansion)
-144 276 R F1 5.002(.E)C .002(xpands to up to)-5.002 F F0(length)2.502 E
-F1 .002(characters of the v)2.502 F .002(alue of)-.25 F F0(par)2.502 E
-(ameter)-.15 E F1 .002(starting at the)2.502 F .003
-(character speci\214ed by)144 288 R F0(of)2.503 E(fset)-.18 E F1 5.003
-(.I)C(f)-5.003 E F0(par)2.503 E(ameter)-.15 E F1(is)2.503 E F2(@)2.503 E
-F1(or)2.503 E F2(*)2.503 E F1 2.503(,a)C 2.503(ni)-2.503 G(nde)-2.503 E
--.15(xe)-.15 G 2.503(da).15 G .003(rray subscripted by)-2.503 F F2(@)
-2.503 E F1(or)2.503 E F2(*)2.504 E F1 2.504(,o)C 2.504(ra)-2.504 G(n)
--2.504 E(associati)144 300 Q 1.022 -.15(ve a)-.25 H .722
+144 148.8 Q F1 2.958(,a).73 G .458(nd the e)-2.958 F .458
+(xpansion is the \214nal v)-.15 F .458(alue of)-.25 F F0(par)4.208 E
+(ameter)-.15 E F1 5.458(.P).73 G .458
+(ositional parameters and special para-)-5.458 F
+(meters may not be assigned in this w)144 160.8 Q(ay)-.1 E(.)-.65 E(${)
+108 177.6 Q F0(par)A(ameter)-.15 E F2(:?)A F0(wor)A(d)-.37 E F1(})A F2
+.724(Display Err)144 189.6 R .724(or if Null or Unset)-.18 F F1 5.724
+(.I)C(f)-5.724 E F0(par)4.474 E(ameter)-.15 E F1 .724
+(is null or unset, the shell writes the e)3.954 F .725(xpansion of)-.15
+F F0(wor)144 201.6 Q(d)-.37 E F1 .293(\(or a message to that ef)2.793 F
+.293(fect if)-.25 F F0(wor)3.133 E(d)-.37 E F1 .292
+(is not present\) to the standard error and, if it is not inter)3.562 F
+(-)-.2 E(acti)144 213.6 Q -.15(ve)-.25 G 3.638(,e).15 G 1.138
+(xits with a non-zero status.)-3.788 F 1.138(An interacti)6.138 F 1.438
+-.15(ve s)-.25 H 1.138(hell does not e).15 F 1.138(xit, b)-.15 F 1.138
+(ut does not e)-.2 F -.15(xe)-.15 G 1.139(cute the).15 F
+(command associated with the e)144 225.6 Q 2.5(xpansion. Otherwise,)-.15
+F(the v)2.5 E(alue of)-.25 E F0(par)2.5 E(ameter)-.15 E F1
+(is substituted.)2.5 E(${)108 242.4 Q F0(par)A(ameter)-.15 E F2(:+)A F0
+(wor)A(d)-.37 E F1(})A F2 .745(Use Alter)144 254.4 R .745(nate V)-.15 F
+(alue)-.92 E F1 5.745(.I)C(f)-5.745 E F0(par)4.495 E(ameter)-.15 E F1
+.745(is null or unset, nothing is substituted, otherwise the e)3.975 F
+(xpan-)-.15 E(sion of)144 266.4 Q F0(wor)2.84 E(d)-.37 E F1
+(is substituted.)3.27 E(The v)5 E(alue of)-.25 E F0(par)2.5 E(ameter)
+-.15 E F1(is not used.)2.5 E(${)108 283.2 Q F0(par)A(ameter)-.15 E F2(:)
+A F0(of)A(fset)-.18 E F1(})A(${)108 295.2 Q F0(par)A(ameter)-.15 E F2(:)
+A F0(of)A(fset)-.18 E F2(:)A F0(length)A F1(})A F2 .002
+(Substring Expansion)144 307.2 R F1 5.002(.E)C .002(xpands to up to)
+-5.002 F F0(length)2.502 E F1 .002(characters of the v)2.502 F .002
+(alue of)-.25 F F0(par)2.502 E(ameter)-.15 E F1 .002(starting at the)
+2.502 F .004(character speci\214ed by)144 319.2 R F0(of)2.504 E(fset)
+-.18 E F1 5.003(.I)C(f)-5.003 E F0(par)2.503 E(ameter)-.15 E F1(is)2.503
+E F2(@)2.503 E F1(or)2.503 E F2(*)2.503 E F1 2.503(,a)C 2.503(ni)-2.503
+G(nde)-2.503 E -.15(xe)-.15 G 2.503(da).15 G .003(rray subscripted by)
+-2.503 F F2(@)2.503 E F1(or)2.503 E F2(*)2.503 E F1 2.503(,o)C 2.503(ra)
+-2.503 G(n)-2.503 E(associati)144 331.2 Q 1.022 -.15(ve a)-.25 H .722
 (rray name, the results dif).15 F .722(fer as described belo)-.25 F
 4.522 -.65(w. I)-.25 H(f).65 E F0(length)3.222 E F1 .722(is omitted, e)
-3.222 F .722(xpands to the)-.15 F .042(substring of the v)144 312 R .042
-(alue of)-.25 F F0(par)2.542 E(ameter)-.15 E F1 .043
-(starting at the character speci\214ed by)2.542 F F0(of)2.543 E(fset)
--.18 E F1 .043(and e)2.543 F .043(xtending to the)-.15 F .847
-(end of the v)144 324 R(alue.)-.25 E F0(length)5.846 E F1(and)3.346 E F0
-(of)3.346 E(fset)-.18 E F1 .846(are arithmetic e)3.346 F .846
-(xpressions \(see)-.15 F/F3 9/Times-Bold@0 SF .846(ARITHMETIC EV)3.346 F
-(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F1(belo)144 336 Q(w\).)-.25 E
-(If)144 352.8 Q F0(of)3.028 E(fset)-.18 E F1 -.25(eva)3.029 G .529
+3.222 F .722(xpands to the)-.15 F .043(substring of the v)144 343.2 R
+.043(alue of)-.25 F F0(par)2.543 E(ameter)-.15 E F1 .042
+(starting at the character speci\214ed by)2.543 F F0(of)2.542 E(fset)
+-.18 E F1 .042(and e)2.542 F .042(xtending to the)-.15 F .846
+(end of the v)144 355.2 R(alue.)-.25 E F0(length)5.846 E F1(and)3.346 E
+F0(of)3.346 E(fset)-.18 E F1 .846(are arithmetic e)3.346 F .847
+(xpressions \(see)-.15 F/F3 9/Times-Bold@0 SF .847(ARITHMETIC EV)3.347 F
+(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F1(belo)144 367.2 Q(w\).)-.25 E
+(If)144 384 Q F0(of)3.029 E(fset)-.18 E F1 -.25(eva)3.029 G .529
 (luates to a number less than zero, the v).25 F .529
 (alue is used as an of)-.25 F .529(fset in characters from the)-.25 F
-.046(end of the v)144 364.8 R .046(alue of)-.25 F F0(par)2.546 E(ameter)
+.045(end of the v)144 396 R .045(alue of)-.25 F F0(par)2.546 E(ameter)
 -.15 E F1 5.046(.I)C(f)-5.046 E F0(length)2.546 E F1 -.25(eva)2.546 G
 .046(luates to a number less than zero, it is interpreted as an).25 F
-(of)144 376.8 Q .202(fset in characters from the end of the v)-.25 F
-.202(alue of)-.25 F F0(par)2.702 E(ameter)-.15 E F1 .203
-(rather than a number of characters, and)2.702 F .558(the e)144 388.8 R
-.558(xpansion is the characters between)-.15 F F0(of)3.058 E(fset)-.18 E
-F1 .558(and that result.)3.058 F .557(Note that a ne)5.557 F -.05(ga)
--.15 G(ti).05 E .857 -.15(ve o)-.25 H -.25(ff).15 G .557(set must be).25
-F(separated from the colon by at least one space to a)144 400.8 Q -.2
-(vo)-.2 G(id being confused with the).2 E F2(:-)2.5 E F1 -.15(ex)2.5 G
-(pansion.).15 E(If)144 417.6 Q F0(par)3.283 E(ameter)-.15 E F1(is)3.283
-E F2(@)3.283 E F1(or)3.283 E F2(*)3.284 E F1 3.284(,t)C .784
+(of)144 408 Q .203(fset in characters from the end of the v)-.25 F .202
+(alue of)-.25 F F0(par)2.702 E(ameter)-.15 E F1 .202
+(rather than a number of characters, and)2.702 F .557(the e)144 420 R
+.557(xpansion is the characters between)-.15 F F0(of)3.057 E(fset)-.18 E
+F1 .557(and that result.)3.057 F .558(Note that a ne)5.558 F -.05(ga)
+-.15 G(ti).05 E .858 -.15(ve o)-.25 H -.25(ff).15 G .558(set must be).25
+F(separated from the colon by at least one space to a)144 432 Q -.2(vo)
+-.2 G(id being confused with the).2 E F2(:-)2.5 E F1 -.15(ex)2.5 G
+(pansion.).15 E(If)144 448.8 Q F0(par)3.284 E(ameter)-.15 E F1(is)3.284
+E F2(@)3.284 E F1(or)3.284 E F2(*)3.284 E F1 3.284(,t)C .784
 (he result is)-3.284 F F0(length)3.284 E F1 .784
-(positional parameters be)3.284 F .784(ginning at)-.15 F F0(of)3.284 E
-(fset)-.18 E F1 5.784(.A)C(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15(ve)
--.25 G F0(of)144 429.6 Q(fset)-.18 E F1 .167(is tak)2.667 F .167
-(en relati)-.1 F .467 -.15(ve t)-.25 H 2.667(oo).15 G .167
-(ne greater than the greatest positional parameter)-2.667 F 2.666(,s)-.4
-G 2.666(oa)-2.666 G 2.666(no)-2.666 G -.25(ff)-2.666 G .166
+(positional parameters be)3.284 F .783(ginning at)-.15 F F0(of)3.283 E
+(fset)-.18 E F1 5.783(.A)C(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15(ve)
+-.25 G F0(of)144 460.8 Q(fset)-.18 E F1 .166(is tak)2.666 F .166
+(en relati)-.1 F .466 -.15(ve t)-.25 H 2.666(oo).15 G .166
+(ne greater than the greatest positional parameter)-2.666 F 2.667(,s)-.4
+G 2.667(oa)-2.667 G 2.667(no)-2.667 G -.25(ff)-2.667 G .167
 (set of \2551 e).25 F -.25(va)-.25 G(l-).25 E .023(uates to the last po\
 sitional parameter \(or 0 if there are no positional parameters\).)144
-441.6 R .023(It is an e)5.023 F(xpansion)-.15 E(error if)144 453.6 Q F0
+472.8 R .023(It is an e)5.023 F(xpansion)-.15 E(error if)144 484.8 Q F0
 (length)2.5 E F1 -.25(eva)2.5 G(luates to a number less than zero.).25 E
-(If)144 470.4 Q F0(par)3.014 E(ameter)-.15 E F1 .514(is an inde)3.014 F
+(If)144 501.6 Q F0(par)3.013 E(ameter)-.15 E F1 .514(is an inde)3.013 F
 -.15(xe)-.15 G 3.014(da).15 G .514
 (rray name subscripted by @ or *, the result is the)-3.014 F F0(length)
-3.014 E F1 .513(members of)3.013 F 1.081(the array be)144 482.4 R 1.081
+3.014 E F1 .514(members of)3.014 F 1.082(the array be)144 513.6 R 1.082
 (ginning with ${)-.15 F F0(par)A(ameter)-.15 E F1([)A F0(of)A(fset)-.18
-E F1 3.581(]}. A)B(ne)3.581 E -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G F0
-(of)3.732 E(fset)-.18 E F1 1.082(is tak)3.582 F 1.082(en relati)-.1 F
-1.382 -.15(ve t)-.25 H 3.582(oo).15 G 1.082(ne greater)-3.582 F 1.08
-(than the maximum inde)144 494.4 R 3.58(xo)-.15 G 3.58(ft)-3.58 G 1.08
-(he speci\214ed array)-3.58 F 6.079(.I)-.65 G 3.579(ti)-6.079 G 3.579
-(sa)-3.579 G 3.579(ne)-3.579 G 1.079(xpansion error if)-3.729 F F0
-(length)3.579 E F1 -.25(eva)3.579 G 1.079(luates to a).25 F
-(number less than zero.)144 506.4 Q(Substring e)144 523.2 Q
+E F1 3.582(]}. A)B(ne)3.582 E -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G F0
+(of)3.732 E(fset)-.18 E F1 1.081(is tak)3.581 F 1.081(en relati)-.1 F
+1.381 -.15(ve t)-.25 H 3.581(oo).15 G 1.081(ne greater)-3.581 F 1.079
+(than the maximum inde)144 525.6 R 3.579(xo)-.15 G 3.579(ft)-3.579 G
+1.079(he speci\214ed array)-3.579 F 6.079(.I)-.65 G 3.579(ti)-6.079 G
+3.579(sa)-3.579 G 3.58(ne)-3.579 G 1.08(xpansion error if)-3.73 F F0
+(length)3.58 E F1 -.25(eva)3.58 G 1.08(luates to a).25 F
+(number less than zero.)144 537.6 Q(Substring e)144 554.4 Q
 (xpansion applied to an associati)-.15 E .3 -.15(ve a)-.25 H
-(rray produces unde\214ned results.).15 E .82(Substring inde)144 540 R
-.821(xing is zero-based unless the positional parameters are used, in w\
-hich case the in-)-.15 F(de)144 552 Q .159(xing starts at 1 by def)-.15
-F 2.659(ault. If)-.1 F F0(of)2.659 E(fset)-.18 E F1 .159
+(rray produces unde\214ned results.).15 E .821(Substring inde)144 571.2
+R .821(xing is zero-based unless the positional parameters are used, in\
+ which case the in-)-.15 F(de)144 583.2 Q .159(xing starts at 1 by def)
+-.15 F 2.659(ault. If)-.1 F F0(of)2.659 E(fset)-.18 E F1 .159
 (is 0, and the positional parameters are used,)2.659 F F2($0)2.659 E F1
-.159(is pre\214x)2.659 F .158(ed to)-.15 F(the list.)144 564 Q(${)108
-580.8 Q F2(!)A F0(pr)A(e\214x)-.37 E F2(*)A F1(})A(${)108 592.8 Q F2(!)A
-F0(pr)A(e\214x)-.37 E F2(@)A F1(})A F2 .084(Names matching pr)144 604.8
-R(e\214x)-.18 E F1 5.084(.E)C .084(xpands to the names of v)-5.084 F
-.084(ariables whose names be)-.25 F .085(gin with)-.15 F F0(pr)2.585 E
-(e\214x)-.37 E F1 2.585(,s)C(epa-)-2.585 E .258
-(rated by the \214rst character of the)144 616.8 R F3(IFS)2.758 E F1
-.257(special v)2.507 F 2.757(ariable. When)-.25 F F0(@)2.757 E F1 .257
-(is used and the e)2.757 F .257(xpansion appears)-.15 F
-(within double quotes, each v)144 628.8 Q(ariable name e)-.25 E
-(xpands to a separate w)-.15 E(ord.)-.1 E(${)108 645.6 Q F2(!)A F0(name)
-A F1([)A F0(@)A F1(]})A(${)108 657.6 Q F2(!)A F0(name)A F1([)A F0(*)A F1
-(]})A F2 1.136(List of array k)144 669.6 R(eys)-.1 E F1 6.136(.I)C(f)
+.159(is pre\214x)2.659 F .159(ed to)-.15 F(the list.)144 595.2 Q(${)108
+612 Q F2(!)A F0(pr)A(e\214x)-.37 E F2(*)A F1(})A(${)108 624 Q F2(!)A F0
+(pr)A(e\214x)-.37 E F2(@)A F1(})A F2 .085(Names matching pr)144 636 R
+(e\214x)-.18 E F1 5.085(.E)C .084(xpands to the names of v)-5.085 F .084
+(ariables whose names be)-.25 F .084(gin with)-.15 F F0(pr)2.584 E
+(e\214x)-.37 E F1 2.584(,s)C(epa-)-2.584 E .257
+(rated by the \214rst character of the)144 648 R F3(IFS)2.757 E F1 .257
+(special v)2.507 F 2.757(ariable. When)-.25 F F0(@)2.758 E F1 .258
+(is used and the e)2.758 F .258(xpansion appears)-.15 F
+(within double quotes, each v)144 660 Q(ariable name e)-.25 E
+(xpands to a separate w)-.15 E(ord.)-.1 E(${)108 676.8 Q F2(!)A F0(name)
+A F1([)A F0(@)A F1(]})A(${)108 688.8 Q F2(!)A F0(name)A F1([)A F0(*)A F1
+(]})A F2 1.137(List of array k)144 700.8 R(eys)-.1 E F1 6.136(.I)C(f)
 -6.136 E F0(name)3.636 E F1 1.136(is an array v)3.636 F 1.136
 (ariable, e)-.25 F 1.136(xpands to the list of array indices \(k)-.15 F
--.15(ey)-.1 G 1.137(s\) as-).15 F .397(signed in)144 681.6 R F0(name)
+-.15(ey)-.1 G 1.136(s\) as-).15 F .397(signed in)144 712.8 R F0(name)
 2.897 E F1 5.397(.I)C(f)-5.397 E F0(name)2.897 E F1 .397
 (is not an array)2.897 F 2.897(,e)-.65 G .397(xpands to 0 if)-3.047 F F0
 (name)2.897 E F1 .397(is set and null otherwise.)2.897 F(When)5.397 E F0
-(@)2.897 E F1(is used and the e)144 693.6 Q
+(@)2.897 E F1(is used and the e)144 724.8 Q
 (xpansion appears within double quotes, each k)-.15 E .3 -.15(ey ex)-.1
 H(pands to a separate w).15 E(ord.)-.1 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(24)193.45 E 0 Cg EP
-%%Page: 25 25
+(2024 October 15)141.235 E(25)190.395 E 0 Cg EP
+%%Page: 26 26
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
 .25 E F1(\(1\)).95 E(${)108 84 Q/F2 10/Times-Bold@0 SF(#)A F0(par)A
-(ameter)-.15 E F1(})A F2 -.1(Pa)144 96 S .47(rameter length).1 F F1 5.47
-(.T)C .471(he length in characters of the v)-5.47 F .471(alue of)-.25 F
-F0(par)2.971 E(ameter)-.15 E F1 .471(is substituted.)2.971 F(If)5.471 E
-F0(par)4.221 E(ame-)-.15 E(ter)144 108 Q F1(is)3.627 E F2(*)2.897 E F1
-(or)2.897 E F2(@)2.897 E F1 2.897(,t)C .397(he v)-2.897 F .397
-(alue substituted is the number of positional parameters.)-.25 F(If)
-5.396 E F0(par)4.146 E(ameter)-.15 E F1 .396(is an ar)3.626 F(-)-.2 E
-.78(ray name subscripted by)144 120 R F2(*)3.28 E F1(or)3.28 E F2(@)3.28
-E F1 3.28(,t)C .78(he v)-3.28 F .781
-(alue substituted is the number of elements in the array)-.25 F 5.781
-(.I)-.65 G(f)-5.781 E F0(par)145.25 132 Q(ameter)-.15 E F1 .456
-(is an inde)3.686 F -.15(xe)-.15 G 2.956(da).15 G .456
-(rray name subscripted by a ne)-2.956 F -.05(ga)-.15 G(ti).05 E .756
--.15(ve n)-.25 H(umber).15 E 2.955(,t)-.4 G .455
-(hat number is interpreted)-2.955 F .972(as relati)144 144 R 1.272 -.15
-(ve t)-.25 H 3.472(oo).15 G .973(ne greater than the maximum inde)-3.472
-F 3.473(xo)-.15 G(f)-3.473 E F0(par)3.473 E(ameter)-.15 E F1 3.473(,s)C
-3.473(on)-3.473 G -2.25 -.15(eg a)-3.473 H(ti).15 E 1.273 -.15(ve i)-.25
-H .973(ndices count back).15 F(from the end of the array)144 156 Q 2.5
-(,a)-.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
+(ameter)-.15 E F1(})A F2 -.1(Pa)144 96 S 1.18(rameter length).1 F F1
+6.18(.S)C 1.18(ubstitutes the length in characters of the e)-6.18 F 1.18
+(xpanded v)-.15 F 1.18(alue of)-.25 F F0(par)3.68 E(ameter)-.15 E F1
+6.18(.I)C(f)-6.18 E F0(par)145.25 108 Q(ameter)-.15 E F1(is)3.281 E F2
+(*)2.551 E F1(or)2.552 E F2(@)2.552 E F1 2.552(,t)C .052(he v)-2.552 F
+.052(alue substituted is the number of positional parameters.)-.25 F(If)
+5.052 E F0(par)3.802 E(ameter)-.15 E F1(is)3.282 E .334
+(an array name subscripted by)144 120 R F2(*)2.834 E F1(or)2.834 E F2(@)
+2.833 E F1 2.833(,t)C .333(he v)-2.833 F .333
+(alue substituted is the number of elements in the array)-.25 F(.)-.65 E
+(If)144 132 Q F0(par)5.022 E(ameter)-.15 E F1 1.272(is an inde)4.502 F
+-.15(xe)-.15 G 3.772(da).15 G 1.272(rray name subscripted by a ne)-3.772
+F -.05(ga)-.15 G(ti).05 E 1.572 -.15(ve n)-.25 H(umber).15 E 3.772(,t)
+-.4 G 1.272(hat number is inter)-3.772 F(-)-.2 E .566(preted as relati)
+144 144 R .866 -.15(ve t)-.25 H 3.066(oo).15 G .565
+(ne greater than the maximum inde)-3.066 F 3.065(xo)-.15 G(f)-3.065 E F0
+(par)3.065 E(ameter)-.15 E F1 3.065(,s)C 3.065(on)-3.065 G -2.25 -.15
+(eg a)-3.065 H(ti).15 E .865 -.15(ve i)-.25 H .565(ndices count).15 F
+(back from the end of the array)144 156 Q 2.5(,a)-.65 G(nd an inde)-2.5
+E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
 (eferences the last element.)-2.5 E(${)108 172.8 Q F0(par)A(ameter)-.15
 E F2(#)A F0(wor)A(d)-.37 E F1(})A(${)108 184.8 Q F0(par)A(ameter)-.15 E
 F2(##)A F0(wor)A(d)-.37 E F1(})A F2(Remo)144 196.8 Q 1.396 -.1(ve m)-.1
 H 1.196(atching pr).1 F 1.196(e\214x patter)-.18 F(n)-.15 E F1 6.196(.T)
 C(he)-6.196 E F0(wor)4.036 E(d)-.37 E F1 1.196(is e)4.466 F 1.196
-(xpanded to produce a pattern just as in path-)-.15 F .543(name e)144
+(xpanded to produce a pattern just as in path-)-.15 F .544(name e)144
 208.8 R .544(xpansion, and matched ag)-.15 F .544(ainst the e)-.05 F
 .544(xpanded v)-.15 F .544(alue of)-.25 F F0(par)4.294 E(ameter)-.15 E
-F1 .544(using the rules described)3.774 F(under)144 220.8 Q F2 -.1(Pa)
-3.133 G(tter).1 E 3.133(nM)-.15 G(atching)-3.133 E F1(belo)3.132 E 4.432
+F1 .543(using the rules described)3.774 F(under)144 220.8 Q F2 -.1(Pa)
+3.132 G(tter).1 E 3.132(nM)-.15 G(atching)-3.132 E F1(belo)3.132 E 4.432
 -.65(w. I)-.25 H 3.132(ft).65 G .632(he pattern matches the be)-3.132 F
-.632(ginning of the v)-.15 F .632(alue of)-.25 F F0(par)4.382 E(ameter)
--.15 E F1(,).73 E 1.151(then the result of the e)144 232.8 R 1.151
+.632(ginning of the v)-.15 F .633(alue of)-.25 F F0(par)4.383 E(ameter)
+-.15 E F1(,).73 E 1.152(then the result of the e)144 232.8 R 1.151
 (xpansion is the e)-.15 F 1.151(xpanded v)-.15 F 1.151(alue of)-.25 F F0
-(par)4.902 E(ameter)-.15 E F1 1.152(with the shortest matching)4.382 F
+(par)4.901 E(ameter)-.15 E F1 1.151(with the shortest matching)4.381 F
 .554(pattern \(the \231#\232 case\) or the longest matching pattern \(t\
-he \231##\232 case\) deleted.)144 244.8 R(If)5.553 E F0(par)4.303 E
-(ameter)-.15 E F1(is)3.783 E F2(@)3.053 E F1(or)144 256.8 Q F2(*)3.018 E
-F1 3.018(,t)C .518(he pattern remo)-3.018 F -.25(va)-.15 G 3.018(lo).25
+he \231##\232 case\) deleted.)144 244.8 R(If)5.554 E F0(par)4.304 E
+(ameter)-.15 E F1(is)3.784 E F2(@)3.054 E F1(or)144 256.8 Q F2(*)3.019 E
+F1 3.019(,t)C .518(he pattern remo)-3.019 F -.25(va)-.15 G 3.018(lo).25
 G .518
 (peration is applied to each positional parameter in turn, and the e)
--3.018 F(xpan-)-.15 E .304(sion is the resultant list.)144 268.8 R(If)
-5.304 E F0(par)4.054 E(ameter)-.15 E F1 .303(is an array v)3.533 F .303
-(ariable subscripted with)-.25 F F2(@)2.803 E F1(or)2.803 E F2(*)2.803 E
-F1 2.803(,t)C .303(he pattern re-)-2.803 F(mo)144 280.8 Q -.25(va)-.15 G
-2.987(lo).25 G .487
+-3.018 F(xpan-)-.15 E .303(sion is the resultant list.)144 268.8 R(If)
+5.303 E F0(par)4.053 E(ameter)-.15 E F1 .303(is an array v)3.533 F .303
+(ariable subscripted with)-.25 F F2(@)2.804 E F1(or)2.804 E F2(*)2.804 E
+F1 2.804(,t)C .304(he pattern re-)-2.804 F(mo)144 280.8 Q -.25(va)-.15 G
+2.988(lo).25 G .487
 (peration is applied to each member of the array in turn, and the e)
--2.987 F .487(xpansion is the resultant)-.15 F(list.)144 292.8 Q(${)108
+-2.988 F .487(xpansion is the resultant)-.15 F(list.)144 292.8 Q(${)108
 309.6 Q F0(par)A(ameter)-.15 E F2(%)A F0(wor)A(d)-.37 E F1(})A(${)108
 321.6 Q F0(par)A(ameter)-.15 E F2(%%)A F0(wor)A(d)-.37 E F1(})A F2(Remo)
-144 333.6 Q .347 -.1(ve m)-.1 H .147(atching suf\214x patter).1 F(n)-.15
-E F1 5.147(.T)C(he)-5.147 E F0(wor)2.647 E(d)-.37 E F1 .147(is e)2.647 F
-.146(xpanded to produce a pattern just as in pathname)-.15 F -.15(ex)144
-345.6 S .458(pansion, and matched ag).15 F .458(ainst the e)-.05 F .458
-(xpanded v)-.15 F .458(alue of)-.25 F F0(par)4.209 E(ameter)-.15 E F1
-.459(using the rules described under)3.689 F F2 -.1(Pa)144 357.6 S(tter)
-.1 E 2.732(nM)-.15 G(atching)-2.732 E F1(belo)2.732 E 4.032 -.65(w. I)
--.25 H 2.732(ft).65 G .231
-(he pattern matches a trailing portion of the e)-2.732 F .231(xpanded v)
--.15 F .231(alue of)-.25 F F0(par)3.981 E(a-)-.15 E(meter)144 369.6 Q F1
-4.399(,t).73 G 1.899(hen the result of the e)-4.399 F 1.899
-(xpansion is the e)-.15 F 1.899(xpanded v)-.15 F 1.9(alue of)-.25 F F0
-(par)5.65 E(ameter)-.15 E F1 1.9(with the shortest)5.13 F .019(matching\
pattern \(the \231%\232 case\) or the longest matching pattern \(the \
-\231%%\232 case\) deleted.)144 381.6 R(If)5.019 E F0(par)3.769 E(a-)-.15
-E(meter)144 393.6 Q F1(is)3.559 E F2(@)2.829 E F1(or)2.829 E F2(*)2.829
-E F1 2.829(,t)C .329(he pattern remo)-2.829 F -.25(va)-.15 G 2.829(lo)
-.25 G .33(peration is applied to each positional parameter in turn, and)
--2.829 F .64(the e)144 405.6 R .64(xpansion is the resultant list.)-.15
-F(If)5.64 E F0(par)4.39 E(ameter)-.15 E F1 .64(is an array v)3.87 F .64
+144 333.6 Q .346 -.1(ve m)-.1 H .146(atching suf\214x patter).1 F(n)-.15
+E F1 5.146(.T)C(he)-5.146 E F0(wor)2.646 E(d)-.37 E F1 .147(is e)2.647 F
+.147(xpanded to produce a pattern just as in pathname)-.15 F -.15(ex)144
+345.6 S .459(pansion, and matched ag).15 F .459(ainst the e)-.05 F .459
+(xpanded v)-.15 F .458(alue of)-.25 F F0(par)4.208 E(ameter)-.15 E F1
+.458(using the rules described under)3.688 F F2 -.1(Pa)144 357.6 S(tter)
+.1 E 2.731(nM)-.15 G(atching)-2.731 E F1(belo)2.731 E 4.031 -.65(w. I)
+-.25 H 2.731(ft).65 G .231
+(he pattern matches a trailing portion of the e)-2.731 F .232(xpanded v)
+-.15 F .232(alue of)-.25 F F0(par)3.982 E(a-)-.15 E(meter)144 369.6 Q F1
+4.4(,t).73 G 1.9(hen the result of the e)-4.4 F 1.899(xpansion is the e)
+-.15 F 1.899(xpanded v)-.15 F 1.899(alue of)-.25 F F0(par)5.649 E
+(ameter)-.15 E F1 1.899(with the shortest)5.129 F .019(matching pattern\
\(the \231%\232 case\) or the longest matching pattern \(the \231%%\
+\232 case\) deleted.)144 381.6 R(If)5.02 E F0(par)3.77 E(a-)-.15 E
+(meter)144 393.6 Q F1(is)3.56 E F2(@)2.83 E F1(or)2.83 E F2(*)2.83 E F1
+2.83(,t)C .33(he pattern remo)-2.83 F -.25(va)-.15 G 2.829(lo).25 G .329
+(peration is applied to each positional parameter in turn, and)-2.829 F
+.64(the e)144 405.6 R .64(xpansion is the resultant list.)-.15 F(If)5.64
+E F0(par)4.39 E(ameter)-.15 E F1 .64(is an array v)3.87 F .64
 (ariable subscripted with)-.25 F F2(@)3.14 E F1(or)3.14 E F2(*)3.14 E F1
-3.14(,t)C(he)-3.14 E .422(pattern remo)144 417.6 R -.25(va)-.15 G 2.922
+3.14(,t)C(he)-3.14 E .423(pattern remo)144 417.6 R -.25(va)-.15 G 2.923
 (lo).25 G .422
 (peration is applied to each member of the array in turn, and the e)
--2.922 F .423(xpansion is the)-.15 F(resultant list.)144 429.6 Q(${)108
+-2.923 F .422(xpansion is the)-.15 F(resultant list.)144 429.6 Q(${)108
 446.4 Q F0(par)A(ameter)-.15 E F2(/)A F0(pattern)A F2(/)A F0(string)A F1
 (})A(${)108 458.4 Q F0(par)A(ameter)-.15 E F2(//)A F0(pattern)A F2(/)A
 F0(string)A F1(})A(${)108 470.4 Q F0(par)A(ameter)-.15 E F2(/#)A F0
 (pattern)A F2(/)A F0(string)A F1(})A(${)108 482.4 Q F0(par)A(ameter)-.15
 E F2(/%)A F0(pattern)A F2(/)A F0(string)A F1(})A F2 -.1(Pa)144 494.4 S
-(tter).1 E 3.607(ns)-.15 G(ubstitution)-3.607 E F1 6.107(.T)C(he)-6.107
-E F0(pattern)3.607 E F1 1.107(is e)3.607 F 1.106
-(xpanded to produce a pattern just as in pathname e)-.15 F(xpan-)-.15 E
-(sion.)144 506.4 Q F0 -.8(Pa)6.033 G -.15(ra).8 G(meter).15 E F1 1.033
-(is e)3.533 F 1.033(xpanded and the longest match of)-.15 F F0(pattern)
-3.533 E F1(ag)3.533 E 1.034(ainst its v)-.05 F 1.034
-(alue is replaced with)-.25 F F0(string)144 518.4 Q F1(.)A F0(string)
-5.499 E F1(under)2.999 E .499(goes tilde e)-.18 F .499
-(xpansion, parameter and v)-.15 F .499(ariable e)-.25 F .499
-(xpansion, arithmetic e)-.15 F(xpansion,)-.15 E 1.137
-(command and process substitution, and quote remo)144 530.4 R -.25(va)
--.15 G 3.637(l. The).25 F 1.137(match is performed using the rules)3.637
-F .076(described under)144 542.4 R F2 -.1(Pa)2.576 G(tter).1 E 2.576(nM)
--.15 G(atching)-2.576 E F1(belo)2.576 E 3.876 -.65(w. I)-.25 H 2.575(nt)
-.65 G .075(he \214rst form abo)-2.575 F -.15(ve)-.15 G 2.575(,o).15 G
-.075(nly the \214rst match is replaced.)-2.575 F .48(If there are tw)144
-554.4 R 2.98(os)-.1 G .48(lashes separating)-2.98 F F0(par)2.98 E
-(ameter)-.15 E F1(and)2.98 E F0(pattern)2.98 E F1 .48
-(\(the second form abo)2.98 F -.15(ve)-.15 G .48(\), all matches of).15
-F F0(pattern)144 566.4 Q F1 .375(are replaced with)2.875 F F0(string)
-2.874 E F1 5.374(.I)C(f)-5.374 E F0(pattern)2.874 E F1 .374
-(is preceded by)2.874 F F2(#)2.874 E F1 .374(\(the third form abo)2.874
-F -.15(ve)-.15 G .374(\), it must match).15 F .088(at the be)144 578.4 R
-.088(ginning of the e)-.15 F .088(xpanded v)-.15 F .088(alue of)-.25 F
-F0(par)2.588 E(ameter)-.15 E F1 5.088(.I)C(f)-5.088 E F0(pattern)2.588 E
-F1 .088(is preceded by)2.588 F F2(%)2.589 E F1 .089(\(the fourth form)
-2.589 F(abo)144 590.4 Q -.15(ve)-.15 G .315
-(\), it must match at the end of the e).15 F .315(xpanded v)-.15 F .315
-(alue of)-.25 F F0(par)2.815 E(ameter)-.15 E F1 5.315(.I)C 2.815(ft)
--5.315 G .315(he e)-2.815 F .315(xpansion of)-.15 F F0(string)2.815 E F1
-(is)2.815 E .398(null, matches of)144 602.4 R F0(pattern)2.898 E F1 .398
-(are deleted.)2.898 F(If)5.398 E F0(string)2.898 E F1 .398
-(is null, matches of)2.898 F F0(pattern)2.898 E F1 .399
-(are deleted and the)2.899 F F2(/)2.899 E F1(fol-)2.899 E(lo)144 614.4 Q
-(wing)-.25 E F0(pattern)2.5 E F1(may be omitted.)2.5 E .95(If the)144
-631.2 R F2(patsub_r)3.45 E(eplacement)-.18 E F1 .95
+(tter).1 E 2.653(ns)-.15 G(ubstitution)-2.653 E F1 5.153(.T)C(he)-5.153
+E F0(pattern)2.653 E F1 .153(is e)2.653 F .154
+(xpanded to produce a pattern just as in pathname e)-.15 F(xpansion)-.15
+E 1.453(and matched ag)144 506.4 R 1.453(ainst the e)-.05 F 1.452
+(xpanded v)-.15 F 1.452(alue of)-.25 F F0(par)3.952 E(ameter)-.15 E F1
+1.452(using the rules described under)3.952 F F2 -.1(Pa)3.952 G(tter).1
+E(n)-.15 E(Matching)144 518.4 Q F1(belo)4.036 E 5.336 -.65(w. T)-.25 H
+1.536(he longest match of).65 F F0(pattern)4.036 E F1 1.536(in the e)
+4.036 F 1.537(xpanded v)-.15 F 1.537(alue is replaced with)-.25 F F0
+(string)4.037 E F1(.)A F0(string)144 530.4 Q F1(under)3.778 E 1.278
+(goes tilde e)-.18 F 1.278(xpansion, parameter and v)-.15 F 1.278
+(ariable e)-.25 F 1.278(xpansion, arithmetic e)-.15 F 1.278
+(xpansion, com-)-.15 F(mand and process substitution, and quote remo)144
+542.4 Q -.25(va)-.15 G(l.).25 E .651(In the \214rst form abo)144 559.2 R
+-.15(ve)-.15 G 3.151(,o).15 G .651(nly the \214rst match is replaced.)
+-3.151 F .651(If there are tw)5.651 F 3.152(os)-.1 G .652
+(lashes separating)-3.152 F F0(par)3.152 E(a-)-.15 E(meter)144 571.2 Q
+F1(and)2.674 E F0(pattern)2.674 E F1 .173(\(the second form abo)2.673 F
+-.15(ve)-.15 G .173(\), all matches of).15 F F0(pattern)2.673 E F1 .173
+(are replaced with)2.673 F F0(string)2.673 E F1 5.173(.I)C(f)-5.173 E F0
+(pat-)2.673 E(tern)144 583.2 Q F1 .276(is preceded by)2.776 F F2(#)2.776
+E F1 .276(\(the third form abo)2.776 F -.15(ve)-.15 G .276
+(\), it must match at the be).15 F .276(ginning of the e)-.15 F .277
+(xpanded v)-.15 F(alue)-.25 E(of)144 595.2 Q F0(par)2.639 E(ameter)-.15
+E F1 5.139(.I)C(f)-5.139 E F0(pattern)2.639 E F1 .139(is preceded by)
+2.639 F F2(%)2.639 E F1 .138(\(the fourth form abo)2.639 F -.15(ve)-.15
+G .138(\), it must match at the end of the).15 F -.15(ex)144 607.2 S
+(panded v).15 E(alue of)-.25 E F0(par)2.5 E(ameter)-.15 E F1(.)A .033
+(If the e)144 624 R .034(xpansion of)-.15 F F0(string)2.534 E F1 .034
+(is null, matches of)2.534 F F0(pattern)2.534 E F1 .034
+(are deleted and the)2.534 F F2(/)2.534 E F1(follo)2.534 E(wing)-.25 E
+F0(pattern)2.534 E F1 .034(may be)2.534 F(omitted.)144 636 Q .95(If the)
+144 652.8 R F2(patsub_r)3.45 E(eplacement)-.18 E F1 .95
 (shell option is enabled using)3.45 F F2(shopt)3.45 E F1 3.45(,a)C 1.25
 -.15(ny u)-3.45 H .95(nquoted instances of).15 F F2(&)3.45 E F1(in)3.45
-E F0(string)144 643.2 Q F1(are replaced with the matching portion of)2.5
-E F0(pattern)2.5 E F1(.)A .749(Quoting an)144 660 R 3.249(yp)-.15 G .749
-(art of)-3.249 F F0(string)3.249 E F1 .749
+E F0(string)144 664.8 Q F1(are replaced with the matching portion of)2.5
+E F0(pattern)2.5 E F1(.)A .749(Quoting an)144 681.6 R 3.249(yp)-.15 G
+.749(art of)-3.249 F F0(string)3.249 E F1 .749
 (inhibits replacement in the e)3.249 F .75
 (xpansion of the quoted portion, including)-.15 F .767
-(replacement strings stored in shell v)144 672 R 3.267
+(replacement strings stored in shell v)144 693.6 R 3.267
 (ariables. Backslash)-.25 F .767(will escape)3.267 F F2(&)3.267 E F1(in)
 3.267 E F0(string)3.267 E F1 3.267(;t)C .767(he backslash is)-3.267 F
-(remo)144 684 Q -.15(ve)-.15 G 2.668(di).15 G 2.668(no)-2.668 G .169
+(remo)144 705.6 Q -.15(ve)-.15 G 2.668(di).15 G 2.668(no)-2.668 G .169
 (rder to permit a literal)-2.668 F F2(&)2.669 E F1 .169
 (in the replacement string.)2.669 F .169
 (Backslash can also be used to es-)5.169 F 1.429(cape a backslash;)144
-696 R F2(\\\\)3.928 E F1 1.428
+717.6 R F2(\\\\)3.928 E F1 1.428
 (results in a literal backslash in the replacement.)3.928 F 1.428
 (Users should tak)6.428 F 3.928(ec)-.1 G 1.428(are if)-3.928 F F0
-(string)144 708 Q F1 .292(is double-quoted to a)2.791 F -.2(vo)-.2 G
+(string)144 729.6 Q F1 .292(is double-quoted to a)2.791 F -.2(vo)-.2 G
 .292(id unw).2 F .292
-(anted interactions between the backslash and double-quoting,)-.1 F .054
-(since backslash has special meaning within double quotes.)144 720 R
--.15(Pa)5.053 G .053(ttern substitution performs the check).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(25)193.45 E 0 Cg EP
-%%Page: 26 26
+(anted interactions between the backslash and double-quoting,)-.1 F
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(26)190.395 E 0 Cg EP
+%%Page: 27 27
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .069(for unquoted)144 84 R/F2 10/Times-Bold@0 SF(&)
-2.569 E F1 .069(after e)2.569 F(xpanding)-.15 E F0(string)2.569 E F1
-2.569(;s)C .069(hell programmers should quote an)-2.569 F 2.57(yo)-.15 G
-.07(ccurrences of)-2.57 F F2(&)2.57 E F1(the)2.57 E(y)-.15 E -.1(wa)144
-96 S 1.113(nt to be tak).1 F 1.112
+.25 E F1(\(1\)).95 E .054
+(since backslash has special meaning within double quotes.)144 84 R -.15
+(Pa)5.053 G .053(ttern substitution performs the check).15 F .069
+(for unquoted)144 96 R/F2 10/Times-Bold@0 SF(&)2.569 E F1 .069(after e)
+2.569 F(xpanding)-.15 E F0(string)2.569 E F1 2.569(;s)C .069
+(hell programmers should quote an)-2.569 F 2.57(yo)-.15 G .07
+(ccurrences of)-2.57 F F2(&)2.57 E F1(the)2.57 E(y)-.15 E -.1(wa)144 108
+S 1.113(nt to be tak).1 F 1.112
 (en literally in the replacement and ensure an)-.1 F 3.612(yi)-.15 G
 1.112(nstances of)-3.612 F F2(&)3.612 E F1(the)3.612 E 3.612(yw)-.15 G
-1.112(ant to be re-)-3.712 F(placed are unquoted.)144 108 Q .686(If the)
-144 124.8 R F2(nocasematch)3.186 E F1 .687
+1.112(ant to be re-)-3.712 F(placed are unquoted.)144 120 Q(Lik)144
+136.8 Q 2.546(et)-.1 G .047(he pattern remo)-2.546 F -.25(va)-.15 G
+2.547(lo).25 G .047
+(perators, double quotes surrounding the replacement string quote the e)
+-2.547 F(x-)-.15 E 1.061(panded characters, while double quotes enclosi\
+ng the entire parameter substitution do not, since)144 148.8 R(the e)144
+160.8 Q(xpansion is performed in a conte)-.15 E(xt that doesn')-.15 E
+2.5(tt)-.18 G(ak)-2.5 E 2.5(ea)-.1 G .3 -.15(ny e)-2.5 H
+(nclosing double quotes into account.).15 E .686(If the)144 177.6 R F2
+(nocasematch)3.186 E F1 .687
 (shell option is enabled, the match is performed without re)3.187 F -.05
-(ga)-.15 G .687(rd to the case of).05 F .736(alphabetic characters.)144
-136.8 R(If)5.736 E F0(par)4.486 E(ameter)-.15 E F1(is)3.966 E F2(@)3.236
-E F1(or)3.236 E F2(*)3.236 E F1 3.236(,t)C .736
-(he substitution operation is applied to each posi-)-3.236 F .654
-(tional parameter in turn, and the e)144 148.8 R .654
-(xpansion is the resultant list.)-.15 F(If)5.655 E F0(par)4.405 E
-(ameter)-.15 E F1 .655(is an array v)3.885 F(ariable)-.25 E .348
-(subscripted with)144 160.8 R F2(@)2.848 E F1(or)2.848 E F2(*)2.848 E F1
-2.848(,t)C .348(he substitution operation is applied to each member of \
-the array in turn,)-2.848 F(and the e)144 172.8 Q
-(xpansion is the resultant list.)-.15 E(${)108 189.6 Q F0(par)A(ameter)
--.15 E F2<00>A F0(pattern)A F1(})A(${)108 201.6 Q F0(par)A(ameter)-.15 E
-F2<0000>A F0(pattern)A F1(})A(${)108 213.6 Q F0(par)A(ameter)-.15 E F2
-(,)A F0(pattern)A F1(})A(${)108 225.6 Q F0(par)A(ameter)-.15 E F2(,,)A
-F0(pattern)A F1(})A F2 .437(Case modi\214cation)144 237.6 R F1 5.437(.T)
-C .437(his e)-5.437 F .438
+(ga)-.15 G .687(rd to the case of).05 F(alphabetic characters.)144 189.6
+Q(If)144 206.4 Q F0(par)4.335 E(ameter)-.15 E F1(is)3.815 E F2(@)3.085 E
+F1(or)3.085 E F2(*)3.085 E F1 3.085(,t)C .584(he substitution operation\
+ is applied to each positional parameter in turn,)-3.085 F .509
+(and the e)144 218.4 R .509(xpansion is the resultant list.)-.15 F(If)
+5.509 E F0(par)4.259 E(ameter)-.15 E F1 .51(is an array v)3.739 F .51
+(ariable subscripted with)-.25 F F2(@)3.01 E F1(or)3.01 E F2(*)3.01 E F1
+(,)A .495(the substitution operation is applied to each member of the a\
+rray in turn, and the e)144 230.4 R .495(xpansion is the)-.15 F
+(resultant list.)144 242.4 Q(${)108 259.2 Q F0(par)A(ameter)-.15 E F2
+<00>A F0(pattern)A F1(})A(${)108 271.2 Q F0(par)A(ameter)-.15 E F2<0000>
+A F0(pattern)A F1(})A(${)108 283.2 Q F0(par)A(ameter)-.15 E F2(,)A F0
+(pattern)A F1(})A(${)108 295.2 Q F0(par)A(ameter)-.15 E F2(,,)A F0
+(pattern)A F1(})A F2 .437(Case modi\214cation)144 307.2 R F1 5.437(.T)C
+.437(his e)-5.437 F .438
 (xpansion modi\214es the case of alphabetic characters in)-.15 F F0(par)
-2.938 E(ameter)-.15 E F1 5.438(.T)C(he)-5.438 E F0(pattern)144 249.6 Q
+2.938 E(ameter)-.15 E F1 5.438(.T)C(he)-5.438 E F0(pattern)144 319.2 Q
 F1 .374(is e)2.874 F .374
 (xpanded to produce a pattern just as in pathname e)-.15 F 2.874
 (xpansion. Each)-.15 F .373(character in the e)2.873 F(x-)-.15 E .513
-(panded v)144 261.6 R .513(alue of)-.25 F F0(par)3.013 E(ameter)-.15 E
+(panded v)144 331.2 R .513(alue of)-.25 F F0(par)3.013 E(ameter)-.15 E
 F1 .513(is tested ag)3.013 F(ainst)-.05 E F0(pattern)3.013 E F1 3.013
 (,a)C .514(nd, if it matches the pattern, its case is con-)-3.013 F -.15
-(ve)144 273.6 S 2.658(rted. The).15 F .157
-(pattern should not attempt to match more than one character)2.658 F
-5.157(.T)-.55 G(he)-5.157 E F2<00>2.657 E F1 .157(operator con)2.657 F
--.15(ve)-.4 G(rts).15 E(lo)144 285.6 Q .18(wercase letters matching)-.25
-F F0(pattern)2.681 E F1 .181(to uppercase; the)2.681 F F2(,)2.681 E F1
-.181(operator con)2.681 F -.15(ve)-.4 G .181
-(rts matching uppercase letters).15 F .149(to lo)144 297.6 R 2.649
-(wercase. The)-.25 F F2<0000>2.649 E F1(and)2.649 E F2(,,)2.649 E F1
--.15(ex)2.649 G .149(pansions con).15 F -.15(ve)-.4 G .149
-(rt each matched character in the e).15 F .148(xpanded v)-.15 F .148
-(alue; the)-.25 F F2<00>144 309.6 Q F1(and)3.037 E F2(,)3.037 E F1 -.15
-(ex)3.037 G .537(pansions match and con).15 F -.15(ve)-.4 G .538
-(rt only the \214rst character in the e).15 F .538(xpanded v)-.15 F
-3.038(alue. If)-.25 F F0(pattern)3.038 E F1(is)3.038 E 1.121
-(omitted, it is treated lik)144 321.6 R 3.621(ea)-.1 G F2(?)A F1 3.621
-(,w)C 1.121(hich matches e)-3.621 F -.15(ve)-.25 G 1.121(ry character)
-.15 F 6.12(.I)-.55 G(f)-6.12 E F0(par)4.87 E(ameter)-.15 E F1(is)4.35 E
-F2(@)3.62 E F1(or)3.62 E F2(*)3.62 E F1 3.62(,t)C 1.12(he case)-3.62 F
-.339(modi\214cation operation is applied to each positional parameter i\
-n turn, and the e)144 333.6 R .34(xpansion is the re-)-.15 F .25
-(sultant list.)144 345.6 R(If)5.25 E F0(par)4 E(ameter)-.15 E F1 .25
-(is an array v)3.48 F .249(ariable subscripted with)-.25 F F2(@)2.749 E
-F1(or)2.749 E F2(*)2.749 E F1 2.749(,t)C .249
-(he case modi\214cation oper)-2.749 F(-)-.2 E
-(ation is applied to each member of the array in turn, and the e)144
-357.6 Q(xpansion is the resultant list.)-.15 E(${)108 374.4 Q F0(par)A
-(ameter)-.15 E F2(@)A F0(oper)A(ator)-.15 E F1(})A F2 -.1(Pa)144 386.4 S
-.86(rameter transf).1 F(ormation)-.25 E F1 5.86(.T)C .86(he e)-5.86 F
-.86(xpansion is either a transformation of the v)-.15 F .86(alue of)-.25
-F F0(par)3.36 E(ameter)-.15 E F1 .154(or information about)144 398.4 R
-F0(par)2.654 E(ameter)-.15 E F1 .153(itself, depending on the v)2.654 F
-.153(alue of)-.25 F F0(oper)2.653 E(ator)-.15 E F1 5.153(.E)C(ach)-5.153
-E F0(oper)2.653 E(ator)-.15 E F1 .153(is a sin-)2.653 F(gle letter:)144
-410.4 Q F2(U)144 427.2 Q F1 .142(The e)180 427.2 R .142
+(ve)144 343.2 S 2.5(rted. The).15 F
+(pattern should not attempt to match more than one character)2.5 E(.)
+-.55 E(The)144 360 Q F2<00>3.524 E F1 1.023(operator con)3.523 F -.15
+(ve)-.4 G 1.023(rts lo).15 F 1.023(wercase letters matching)-.25 F F0
+(pattern)3.523 E F1 1.023(to uppercase; the)3.523 F F2(,)3.523 E F1
+1.023(operator con)3.523 F -.15(ve)-.4 G(rts).15 E .013
+(matching uppercase letters to lo)144 372 R 2.513(wercase. The)-.25 F F2
+<0000>2.513 E F1(and)2.513 E F2(,,)2.513 E F1 -.15(ex)2.513 G .013
+(pansions con).15 F -.15(ve)-.4 G .013(rt each matched character).15 F
+.347(in the e)144 384 R .347(xpanded v)-.15 F .347(alue; the)-.25 F F2
+<00>2.847 E F1(and)2.847 E F2(,)2.847 E F1 -.15(ex)2.847 G .347
+(pansions match and con).15 F -.15(ve)-.4 G .346
+(rt only the \214rst character in the e).15 F(x-)-.15 E(panded v)144 396
+Q 2.5(alue. If)-.25 F F0(pattern)2.5 E F1(is omitted, it is treated lik)
+2.5 E 2.5(ea)-.1 G F2(?)A F1 2.5(,w)C(hich matches e)-2.5 E -.15(ve)-.25
+G(ry character).15 E(.)-.55 E(If)144 412.8 Q F0(par)4.179 E(ameter)-.15
+E F1(is)3.659 E F2(@)2.929 E F1(or)2.929 E F2(*)2.929 E F1 2.929(,t)C
+.43(he case modi\214cation operation is applied to each positional para\
+meter in)-2.929 F .524(turn, and the e)144 424.8 R .524
+(xpansion is the resultant list.)-.15 F(If)5.524 E F0(par)4.274 E
+(ameter)-.15 E F1 .524(is an array v)3.754 F .523
+(ariable subscripted with)-.25 F F2(@)3.023 E F1(or)144 436.8 Q F2(*)
+2.568 E F1 2.568(,t)C .068(he case modi\214cation operation is applied \
+to each member of the array in turn, and the e)-2.568 F(xpan-)-.15 E
+(sion is the resultant list.)144 448.8 Q(${)108 465.6 Q F0(par)A(ameter)
+-.15 E F2(@)A F0(oper)A(ator)-.15 E F1(})A F2 -.1(Pa)144 477.6 S .86
+(rameter transf).1 F(ormation)-.25 E F1 5.86(.T)C .86(he e)-5.86 F .86
+(xpansion is either a transformation of the v)-.15 F .86(alue of)-.25 F
+F0(par)3.36 E(ameter)-.15 E F1 .153(or information about)144 489.6 R F0
+(par)2.653 E(ameter)-.15 E F1 .153(itself, depending on the v)2.653 F
+.153(alue of)-.25 F F0(oper)2.653 E(ator)-.15 E F1 5.154(.E)C(ach)-5.154
+E F0(oper)2.654 E(ator)-.15 E F1 .154(is a sin-)2.654 F(gle letter:)144
+501.6 Q F2(U)144 513.6 Q F1 .143(The e)180 513.6 R .142
 (xpansion is a string that is the v)-.15 F .142(alue of)-.25 F F0(par)
-2.642 E(ameter)-.15 E F1 .142(with lo)2.642 F .143
-(wercase alphabetic charac-)-.25 F(ters con)180 439.2 Q -.15(ve)-.4 G
-(rted to uppercase.).15 E F2(u)144 451.2 Q F1 .43(The e)180 451.2 R .43
-(xpansion is a string that is the v)-.15 F .429(alue of)-.25 F F0(par)
-2.929 E(ameter)-.15 E F1 .429(with the \214rst character con)2.929 F
--.15(ve)-.4 G(rted).15 E(to uppercase, if it is alphabetic.)180 463.2 Q
-F2(L)144 475.2 Q F1 .124(The e)180 475.2 R .124
+2.642 E(ameter)-.15 E F1 .142(with lo)2.642 F .142
+(wercase alphabetic charac-)-.25 F(ters con)180 525.6 Q -.15(ve)-.4 G
+(rted to uppercase.).15 E F2(u)144 537.6 Q F1 .429(The e)180 537.6 R
+.429(xpansion is a string that is the v)-.15 F .429(alue of)-.25 F F0
+(par)2.929 E(ameter)-.15 E F1 .43(with the \214rst character con)2.93 F
+-.15(ve)-.4 G(rted).15 E(to uppercase, if it is alphabetic.)180 549.6 Q
+F2(L)144 561.6 Q F1 .125(The e)180 561.6 R .124
 (xpansion is a string that is the v)-.15 F .124(alue of)-.25 F F0(par)
-2.624 E(ameter)-.15 E F1 .125(with uppercase alphabetic charac-)2.625 F
-(ters con)180 487.2 Q -.15(ve)-.4 G(rted to lo).15 E(wercase.)-.25 E F2
-(Q)144 499.2 Q F1 1.065(The e)180 499.2 R 1.065
+2.624 E(ameter)-.15 E F1 .124(with uppercase alphabetic charac-)2.624 F
+(ters con)180 573.6 Q -.15(ve)-.4 G(rted to lo).15 E(wercase.)-.25 E F2
+(Q)144 585.6 Q F1 1.064(The e)180 585.6 R 1.064
 (xpansion is a string that is the v)-.15 F 1.065(alue of)-.25 F F0(par)
-3.565 E(ameter)-.15 E F1 1.064(quoted in a format that can be)3.565 F
-(reused as input.)180 511.2 Q F2(E)144 523.2 Q F1 .44(The e)180 523.2 R
+3.565 E(ameter)-.15 E F1 1.065(quoted in a format that can be)3.565 F
+(reused as input.)180 597.6 Q F2(E)144 609.6 Q F1 .441(The e)180 609.6 R
 .441(xpansion is a string that is the v)-.15 F .441(alue of)-.25 F F0
-(par)2.941 E(ameter)-.15 E F1 .441(with backslash escape sequences)2.941
-F -.15(ex)180 535.2 S(panded as with the).15 E F2<2408>2.5 E F1 1.666
-(...)C F2<08>-1.666 E F1(quoting mechanism.)2.5 E F2(P)144 547.2 Q F1
-1.073(The e)180 547.2 R 1.073
-(xpansion is a string that is the result of e)-.15 F 1.073
-(xpanding the v)-.15 F 1.073(alue of)-.25 F F0(par)3.573 E(ameter)-.15 E
-F1 1.073(as if it)3.573 F(were a prompt string \(see)180 559.2 Q F2(PR)
-2.5 E(OMPTING)-.3 E F1(belo)2.5 E(w\).)-.25 E F2(A)144 571.2 Q F1 1.137
-(The e)180 571.2 R 1.138
+(par)2.941 E(ameter)-.15 E F1 .44(with backslash escape sequences)2.94 F
+-.15(ex)180 621.6 S(panded as with the).15 E F2<2408>2.5 E F1 1.666(...)
+C F2<08>-1.666 E F1(quoting mechanism.)2.5 E F2(P)144 633.6 Q F1 1.072
+(The e)180 633.6 R 1.073(xpansion is a string that is the result of e)
+-.15 F 1.073(xpanding the v)-.15 F 1.073(alue of)-.25 F F0(par)3.573 E
+(ameter)-.15 E F1 1.073(as if it)3.573 F(were a prompt string \(see)180
+645.6 Q F2(PR)2.5 E(OMPTING)-.3 E F1(belo)2.5 E(w\).)-.25 E F2(A)144
+657.6 Q F1 1.138(The e)180 657.6 R 1.138
 (xpansion is a string in the form of an assignment statement or)-.15 F
-F2(declar)3.638 E(e)-.18 E F1(command)3.638 E(that, if e)180 583.2 Q
+F2(declar)3.637 E(e)-.18 E F1(command)3.637 E(that, if e)180 669.6 Q
 -.25(va)-.25 G(luated, will recreate).25 E F0(par)2.5 E(ameter)-.15 E F1
-(with its attrib)2.5 E(utes and v)-.2 E(alue.)-.25 E F2(K)144 595.2 Q F1
-1.34(Produces a possibly-quoted v)180 595.2 R 1.339(ersion of the v)-.15
-F 1.339(alue of)-.25 F F0(par)3.839 E(ameter)-.15 E F1 3.839(,e)C 1.339
-(xcept that it prints the)-3.989 F -.25(va)180 607.2 S .257
+(with its attrib)2.5 E(utes and v)-.2 E(alue.)-.25 E F2(K)144 681.6 Q F1
+1.339(Produces a possibly-quoted v)180 681.6 R 1.339(ersion of the v)
+-.15 F 1.339(alue of)-.25 F F0(par)3.839 E(ameter)-.15 E F1 3.839(,e)C
+1.34(xcept that it prints the)-3.989 F -.25(va)180 693.6 S .258
 (lues of inde).25 F -.15(xe)-.15 G 2.757(da).15 G .257(nd associati)
 -2.757 F .557 -.15(ve a)-.25 H .257(rrays as a sequence of quoted k).15
-F -.15(ey)-.1 G(-v).15 E .257(alue pairs \(see)-.25 F F2(Ar)2.758 E(-)
--.37 E(rays)180 619.2 Q F1(abo)2.5 E -.15(ve)-.15 G 2.5(\). The).15 F
+F -.15(ey)-.1 G(-v).15 E .257(alue pairs \(see)-.25 F F2(Ar)2.757 E(-)
+-.37 E(rays)180 705.6 Q F1(abo)2.5 E -.15(ve)-.15 G 2.5(\). The).15 F
 -.1(ke)2.5 G(ys and v)-.05 E
-(alues are quoted in a format that can be reused as input.)-.25 E F2(a)
-144 631.2 Q F1(The e)180 631.2 Q
-(xpansion is a string consisting of \215ag v)-.15 E(alues representing)
--.25 E F0(par)2.5 E(ameter)-.15 E F1 1.1 -.55('s a)D(ttrib).55 E(utes.)
--.2 E F2(k)144 643.2 Q F1(Lik)180 643.2 Q 2.658(et)-.1 G .157
-(he K transformation, b)-2.658 F .157(ut e)-.2 F .157(xpands the k)-.15
-F -.15(ey)-.1 G 2.657(sa).15 G .157(nd v)-2.657 F .157(alues of inde)
--.25 F -.15(xe)-.15 G 2.657(da).15 G .157(nd associati)-2.657 F .457
--.15(ve a)-.25 H -.2(r-).15 G(rays to separate w)180 655.2 Q
-(ords after w)-.1 E(ord splitting.)-.1 E(If)144 672 Q F0(par)4.402 E
-(ameter)-.15 E F1(is)3.882 E F2(@)3.152 E F1(or)3.152 E F2(*)3.153 E F1
-3.153(,t)C .653(he operation is applied to each positional parameter in\
- turn, and the e)-3.153 F(x-)-.15 E .403(pansion is the resultant list.)
-144 684 R(If)5.403 E F0(par)4.153 E(ameter)-.15 E F1 .403(is an array v)
-3.633 F .403(ariable subscripted with)-.25 F F2(@)2.903 E F1(or)2.903 E
-F2(*)2.903 E F1 2.903(,t)C .402(he opera-)-2.903 F
-(tion is applied to each member of the array in turn, and the e)144 696
-Q(xpansion is the resultant list.)-.15 E .708(The result of the e)144
-712.8 R .708(xpansion is subject to w)-.15 F .708
-(ord splitting and pathname e)-.1 F .708(xpansion as described be-)-.15
-F(lo)144 724.8 Q -.65(w.)-.25 G(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(26)193.45 E 0 Cg EP
-%%Page: 27 27
+(alues are quoted in a format that can be reused as input.)-.25 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(27)190.395 E 0 Cg EP
+%%Page: 28 28
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(Command Substitution)87 84 Q
-F0 .324(Command substitution)108 96 R F1(allo)2.824 E .324
-(ws the output of a command to replace the command itself.)-.25 F .323
-(There are tw)5.323 F 2.823(os)-.1 G(tan-)-2.823 E(dard forms:)108 108 Q
-F2($\()144 124.8 Q F0(command)A F2(\))1.666 E F1(or \(deprecated\))108
-136.8 Q F2<92>144 148.8 Q F0(command)A F2<92>A F1(.)A F2(Bash)108 165.6
-Q F1 .088(performs the e)2.588 F .088(xpansion by e)-.15 F -.15(xe)-.15
-G(cuting).15 E F0(command)2.588 E F1 .089(in a subshell en)2.589 F .089
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(a)144 84 Q F1(The e)180 84 Q
+(xpansion is a string consisting of \215ag v)-.15 E(alues representing)
+-.25 E F0(par)2.5 E(ameter)-.15 E F1 1.1 -.55('s a)D(ttrib).55 E(utes.)
+-.2 E F2(k)144 96 Q F1(Lik)180 96 Q 2.657(et)-.1 G .157
+(he K transformation, b)-2.657 F .157(ut e)-.2 F .157(xpands the k)-.15
+F -.15(ey)-.1 G 2.657(sa).15 G .157(nd v)-2.657 F .157(alues of inde)
+-.25 F -.15(xe)-.15 G 2.657(da).15 G .158(nd associati)-2.657 F .458
+-.15(ve a)-.25 H -.2(r-).15 G(rays to separate w)180 108 Q(ords after w)
+-.1 E(ord splitting.)-.1 E(If)144 124.8 Q F0(par)4.403 E(ameter)-.15 E
+F1(is)3.883 E F2(@)3.153 E F1(or)3.153 E F2(*)3.153 E F1 3.153(,t)C .653
+(he operation is applied to each positional parameter in turn, and the \
+e)-3.153 F(x-)-.15 E .403(pansion is the resultant list.)144 136.8 R(If)
+5.403 E F0(par)4.153 E(ameter)-.15 E F1 .403(is an array v)3.633 F .403
+(ariable subscripted with)-.25 F F2(@)2.903 E F1(or)2.903 E F2(*)2.903 E
+F1 2.903(,t)C .403(he opera-)-2.903 F
+(tion is applied to each member of the array in turn, and the e)144
+148.8 Q(xpansion is the resultant list.)-.15 E .708(The result of the e)
+144 165.6 R .708(xpansion is subject to w)-.15 F .708
+(ord splitting and pathname e)-.1 F .708(xpansion as described be-)-.15
+F(lo)144 177.6 Q -.65(w.)-.25 G F2(Command Substitution)87 194.4 Q F0
+.323(Command substitution)108 206.4 R F1(allo)2.823 E .324
+(ws the output of a command to replace the command itself.)-.25 F .324
+(There are tw)5.324 F 2.824(os)-.1 G(tan-)-2.824 E(dard forms:)108 218.4
+Q F2($\()144 235.2 Q F0(command)A F2(\))1.666 E F1(or \(deprecated\))108
+247.2 Q F2<92>144 259.2 Q F0(command)A F2<92>A F1(.)A F2(Bash)108 276 Q
+F1 .089(performs the e)2.589 F .089(xpansion by e)-.15 F -.15(xe)-.15 G
+(cuting).15 E F0(command)2.589 E F1 .088(in a subshell en)2.589 F .088
 (vironment and replacing the command)-.4 F .41
-(substitution with the standard output of the command, with an)108 177.6
-2.91(yt)-.15 G .41(railing ne)-2.91 F .41(wlines deleted.)-.25 F .41
-(Embedded ne)5.41 F(w-)-.25 E .191(lines are not deleted, b)108 189.6 R
+(substitution with the standard output of the command, with an)108 288 R
+2.91(yt)-.15 G .41(railing ne)-2.91 F .41(wlines deleted.)-.25 F .41
+(Embedded ne)5.41 F(w-)-.25 E .192(lines are not deleted, b)108 300 R
 .192(ut the)-.2 F 2.692(ym)-.15 G .192(ay be remo)-2.692 F -.15(ve)-.15
 G 2.692(dd).15 G .192(uring w)-2.692 F .192(ord splitting.)-.1 F .192
-(The command substitution)5.192 F F2($\(cat)2.692 E F0(\214le)2.692 E F2
-(\))A F1(can be replaced by the equi)108 201.6 Q -.25(va)-.25 G(lent b)
-.25 E(ut f)-.2 E(aster)-.1 E F2($\(<)2.5 E F0(\214le)2.5 E F2(\))A F1(.)
-A -.4(Wi)108 218.4 S 1.237(th the old-style backquote form of substitut\
-ion, backslash retains its literal meaning e).4 F 1.237(xcept when fol-)
--.15 F(lo)108 230.4 Q .527(wed by)-.25 F F2($)3.027 E F1(,)A F2<92>3.027
-E F1 3.027(,o)C(r)-3.027 E F2(\\)3.027 E F1 5.527(.T)C .528(he \214rst \
+(The command substitution)5.192 F F2($\(cat)2.691 E F0(\214le)2.691 E F2
+(\))A F1(can be replaced by the equi)108 312 Q -.25(va)-.25 G(lent b).25
+E(ut f)-.2 E(aster)-.1 E F2($\(<)2.5 E F0(\214le)2.5 E F2(\))A F1(.)A
+-.4(Wi)108 328.8 S 1.237(th the old-style backquote form of substitutio\
+n, backslash retains its literal meaning e).4 F 1.238(xcept when fol-)
+-.15 F(lo)108 340.8 Q .528(wed by)-.25 F F2($)3.028 E F1(,)A F2<92>3.028
+E F1 3.028(,o)C(r)-3.028 E F2(\\)3.028 E F1 5.528(.T)C .527(he \214rst \
 backquote not preceded by a backslash terminates the command substituti\
-on.)-5.527 F .092(When using the $\()108 242.4 R F0(command).833 E F1
+on.)-5.528 F .092(When using the $\()108 352.8 R F0(command).833 E F1
 2.592(\)f)1.666 G .092(orm, all characters between the parentheses mak)
 -2.592 F 2.592(eu)-.1 G 2.592(pt)-2.592 G .092(he command; none are)
--2.592 F(treated specially)108 254.4 Q(.)-.65 E
-(There is an alternate form of command substitution:)108 271.2 Q F2(${)
-144 288 Q F0 2.5(cc)C(ommand)-2.5 E F2 1.666(;})C F1 .639(which e)108
-304.8 R -.15(xe)-.15 G(cutes).15 E F0(command)3.139 E F1 .639
-(in the current e)3.139 F -.15(xe)-.15 G .639(cution en).15 F .639
-(vironment and captures its output, ag)-.4 F .64(ain with trailing)-.05
-F(ne)108 316.8 Q(wlines remo)-.25 E -.15(ve)-.15 G(d.).15 E .271
-(The character)108 333.6 R F0(c)2.771 E F1(follo)2.771 E .271
+-2.592 F(treated specially)108 364.8 Q(.)-.65 E
+(There is an alternate form of command substitution:)108 381.6 Q F2(${)
+144 398.4 Q F0 2.5(cc)C(ommand)-2.5 E F2 1.666(;})C F1 .64(which e)108
+415.2 R -.15(xe)-.15 G(cutes).15 E F0(command)3.14 E F1 .639
+(in the current e)3.14 F -.15(xe)-.15 G .639(cution en).15 F .639
+(vironment and captures its output, ag)-.4 F .639(ain with trailing)-.05
+F(ne)108 427.2 Q(wlines remo)-.25 E -.15(ve)-.15 G(d.).15 E .27
+(The character)108 444 R F0(c)2.771 E F1(follo)2.771 E .271
 (wing the open brace must be a space, tab, ne)-.25 F .271(wline, or)-.25
 F F2(|)2.771 E F1 2.771(,a)C .271(nd the close brace must be in)-2.771 F
-2.821(ap)108 345.6 S .321(osition where a reserv)-2.821 F .321(ed w)-.15
-F .321(ord may appear \(i.e., preceded by a command terminator such as \
-semicolon\).)-.1 F F2(Bash)108 357.6 Q F1(allo)2.71 E .21
+2.822(ap)108 456 S .322(osition where a reserv)-2.822 F .321(ed w)-.15 F
+.321(ord may appear \(i.e., preceded by a command terminator such as se\
+micolon\).)-.1 F F2(Bash)108 468 Q F1(allo)2.709 E .209
 (ws the close brace to be joined to the remaining characters in the w)
--.25 F .209(ord without being follo)-.1 F .209(wed by)-.25 F 2.5(as)108
-369.6 S(hell metacharacter as a reserv)-2.5 E(ed w)-.15 E(ord w)-.1 E
-(ould usually require.)-.1 E(An)108 386.4 Q 3.384(ys)-.15 G .884(ide ef)
+-.25 F .21(ord without being follo)-.1 F .21(wed by)-.25 F 2.5(as)108
+480 S(hell metacharacter as a reserv)-2.5 E(ed w)-.15 E(ord w)-.1 E
+(ould usually require.)-.1 E(An)108 496.8 Q 3.384(ys)-.15 G .884(ide ef)
 -3.384 F .884(fects of)-.25 F F0(command)3.384 E F1(tak)3.384 E 3.384
 (ee)-.1 G -.25(ff)-3.384 G .884(ect immediately in the current e).25 F
 -.15(xe)-.15 G .884(cution en).15 F .884(vironment and persist in)-.4 F
-(the current en)108 398.4 Q
+(the current en)108 508.8 Q
 (vironment after the command completes \(e.g., the)-.4 E F2(exit)2.5 E
 F1 -.2(bu)2.5 G(iltin will e).2 E(xit the shell\).)-.15 E .221
-(This type of command substitution super\214cially resembles e)108 415.2
+(This type of command substitution super\214cially resembles e)108 525.6
 R -.15(xe)-.15 G .221(cuting an unnamed shell function: local v).15 F
 (ari-)-.25 E .172(ables are created as when a shell function is e)108
-427.2 R -.15(xe)-.15 G .172(cuting, and the).15 F F2 -.18(re)2.672 G
-(tur).18 E(n)-.15 E F1 -.2(bu)2.672 G .172(iltin forces).2 F F0(command)
-2.672 E F1 .172(to complete;)2.672 F(ho)108 439.2 Q(we)-.25 E -.15(ve)
--.25 G 2.521 -.4(r, t).15 H 1.721(he rest of the e).4 F -.15(xe)-.15 G
+537.6 R -.15(xe)-.15 G .172(cuting, and the).15 F F2 -.18(re)2.672 G
+(tur).18 E(n)-.15 E F1 -.2(bu)2.672 G .171(iltin forces).2 F F0(command)
+2.671 E F1 .171(to complete;)2.671 F(ho)108 549.6 Q(we)-.25 E -.15(ve)
+-.25 G 2.52 -.4(r, t).15 H 1.72(he rest of the e).4 F -.15(xe)-.15 G
 1.721(cution en).15 F 1.721
 (vironment, including the positional parameters, is shared with the)-.4
-F(caller)108 451.2 Q(.)-.55 E .392(If the \214rst character follo)108
-468 R .392(wing the open brace is a)-.25 F F2(|)2.892 E F1 2.892(,t)C
+F(caller)108 561.6 Q(.)-.55 E .392(If the \214rst character follo)108
+578.4 R .392(wing the open brace is a)-.25 F F2(|)2.892 E F1 2.892(,t)C
 .392(he construct e)-2.892 F .392(xpands to the v)-.15 F .392
 (alue of the)-.25 F F2(REPL)2.892 E(Y)-.92 E F1(shell)2.892 E -.25(va)
-108 480 S .505(riable after).25 F F0(command)3.005 E F1 -.15(exe)3.005 G
-.505(cutes, without remo).15 F .505(ving an)-.15 F 3.005(yt)-.15 G .505
-(railing ne)-3.005 F .505(wlines, and the standard output of)-.25 F F0
-(com-)3.005 E(mand)108 492 Q F1 1.208
-(remains the same as in the calling shell.)3.708 F F2(Bash)6.208 E F1
+108 590.4 S .505(riable after).25 F F0(command)3.005 E F1 -.15(exe)3.005
+G .505(cutes, without remo).15 F .505(ving an)-.15 F 3.005(yt)-.15 G
+.505(railing ne)-3.005 F .505(wlines, and the standard output of)-.25 F
+F0(com-)3.005 E(mand)108 602.4 Q F1 1.208
+(remains the same as in the calling shell.)3.709 F F2(Bash)6.208 E F1
 (creates)3.708 E F2(REPL)3.708 E(Y)-.92 E F1 1.208
-(as an initially-unset local v)3.708 F(ariable)-.25 E(when)108 504 Q F0
-(command)3.514 E F1 -.15(exe)3.514 G 1.014(cutes, and restores).15 F F2
-(REPL)3.514 E(Y)-.92 E F1 1.014(to the v)3.514 F 1.014
+(as an initially-unset local v)3.708 F(ariable)-.25 E(when)108 614.4 Q
+F0(command)3.514 E F1 -.15(exe)3.514 G 1.014(cutes, and restores).15 F
+F2(REPL)3.514 E(Y)-.92 E F1 1.014(to the v)3.514 F 1.014
 (alue it had before the command substitution after)-.25 F F0(command)108
-516 Q F1(completes, as with an)2.5 E 2.5(yl)-.15 G(ocal v)-2.5 E
-(ariable.)-.25 E .894(Command substitutions may be nested.)108 532.8 R
+626.4 Q F1(completes, as with an)2.5 E 2.5(yl)-.15 G(ocal v)-2.5 E
+(ariable.)-.25 E .894(Command substitutions may be nested.)108 643.2 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 544.8 Q .004
-(If the substitution appears within double quotes,)108 561.6 R F2(bash)
+(quotes with backslashes.)108 655.2 Q .004
+(If the substitution appears within double quotes,)108 672 R F2(bash)
 2.504 E F1 .004(does not perform w)2.504 F .004
 (ord splitting and pathname e)-.1 F(xpan-)-.15 E(sion on the results.)
-108 573.6 Q F2(Arithmetic Expansion)87 590.4 Q F1 1.034(Arithmetic e)108
-602.4 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 614.4 Q(xpansion is:)-.15 E F2($\(\()
-144 631.2 Q F0 -.2(ex)C(pr).2 E(ession)-.37 E F2(\)\))A F1(The)108 648 Q
-F0 -.2(ex)2.736 G(pr).2 E(ession)-.37 E F1(under)2.976 E .236
-(goes the same e)-.18 F .236
-(xpansions as if it were within double quotes, b)-.15 F .235
-(ut double quote charac-)-.2 F .42(ters in)108 660 R F0 -.2(ex)2.92 G
-(pr).2 E(ession)-.37 E F1 .42(are not treated specially and are remo)
-2.92 F -.15(ve)-.15 G 2.921(d. All).15 F(tok)2.921 E .421(ens in the e)
--.1 F .421(xpression under)-.15 F .421(go parame-)-.18 F 1.21(ter and v)
-108 672 R 1.21(ariable e)-.25 F 1.209
-(xpansion, command substitution, and quote remo)-.15 F -.25(va)-.15 G
-3.709(l. The).25 F 1.209(result is treated as the arith-)3.709 F
-(metic e)108 684 Q(xpression to be e)-.15 E -.25(va)-.25 G 2.5
-(luated. Arithmetic).25 F -.15(ex)2.5 G(pansions may be nested.).15 E
-1.378(The e)108 700.8 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 F1
-(If)5.879 E F0 -.2(ex)108 712.8 S(pr).2 E(ession)-.37 E F1(is in)2.74 E
--.25(va)-.4 G(lid,).25 E F2(bash)2.5 E F1(prints a message indicating f)
-2.5 E(ailure and no substitution occurs.)-.1 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(27)193.45 E 0 Cg EP
-%%Page: 28 28
+108 684 Q F2(Arithmetic Expansion)87 700.8 Q F1 1.14(Arithmetic e)108
+712.8 R 1.14(xpansion e)-.15 F -.25(va)-.25 G 1.139
+(luates an arithmetic e).25 F 1.139
+(xpression and substitutes the result.)-.15 F 1.139
+(The format for arith-)6.139 F(metic e)108 724.8 Q(xpansion is:)-.15 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(28)190.395 E 0 Cg EP
+%%Page: 29 29
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(Pr)87 84 Q
-(ocess Substitution)-.18 E F0(Pr)108 96 Q .405(ocess substitution)-.45 F
-F1(allo)2.905 E .405(ws a process')-.25 F 2.905(si)-.55 G .405
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF($\(\()144 84 Q F0 -.2(ex)C
+(pr).2 E(ession)-.37 E F2(\)\))A F1(The)108 100.8 Q F0 -.2(ex)2.735 G
+(pr).2 E(ession)-.37 E F1(under)2.975 E .235(goes the same e)-.18 F .236
+(xpansions as if it were within double quotes, b)-.15 F .236
+(ut double quote charac-)-.2 F .421(ters in)108 112.8 R F0 -.2(ex)2.921
+G(pr).2 E(ession)-.37 E F1 .421(are not treated specially and are remo)
+2.921 F -.15(ve)-.15 G 2.921(d. All).15 F(tok)2.92 E .42(ens in the e)
+-.1 F .42(xpression under)-.15 F .42(go parame-)-.18 F 1.209(ter and v)
+108 124.8 R 1.209(ariable e)-.25 F 1.209
+(xpansion, command substitution, and quote remo)-.15 F -.25(va)-.15 G
+3.709(l. The).25 F 1.21(result is treated as the arith-)3.709 F(metic e)
+108 136.8 Q(xpression to be e)-.15 E -.25(va)-.25 G 2.5
+(luated. Arithmetic).25 F -.15(ex)2.5 G(pansions may be nested.).15 E
+1.379(The e)108 153.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 F1
+(If)5.878 E F0 -.2(ex)108 165.6 S(pr).2 E(ession)-.37 E F1 .021(is in)
+2.761 F -.25(va)-.4 G(lid,).25 E F2(bash)2.522 E F1 .022
+(prints a message to standard error indicating f)2.522 F .022
+(ailure, does not perform the substi-)-.1 F(tution, and does not e)108
+177.6 Q -.15(xe)-.15 G(cute the command associated with the e).15 E
+(xpansion.)-.15 E F2(Pr)87 194.4 Q(ocess Substitution)-.18 E F0(Pr)108
+206.4 Q .405(ocess substitution)-.45 F F1(allo)2.905 E .405
+(ws a process')-.25 F 2.905(si)-.55 G .405
 (nput or output to be referred to using a \214lename.)-2.905 F .405
-(It tak)5.405 F .405(es the form)-.1 F(of)108 108 Q F2(<\()3.25 E F0
+(It tak)5.405 F .405(es the form)-.1 F(of)108 218.4 Q F2(<\()3.25 E F0
 (list)A F2(\)).833 E F1(or)3.25 E F2(>\()3.25 E F0(list)A F2(\)).833 E
 F1 5.75(.T)C .751(he process)-5.75 F F0(list)3.251 E F1 .751
 (is run asynchronously)3.251 F 3.251(,a)-.65 G .751
-(nd its input or output appears as a \214lename.)-3.251 F .148
-(This \214lename is passed as an ar)108 120 R .148
-(gument to the current command as the result of the e)-.18 F 2.647
-(xpansion. If)-.15 F(the)2.647 E F2(>\()2.647 E F0(list)A F2(\)).833 E
-F1 .559(form is used, writing to the \214le will pro)108 132 R .559
-(vide input for)-.15 F F0(list)3.059 E F1 5.559(.I)C 3.059(ft)-5.559 G
-(he)-3.059 E F2(<\()3.06 E F0(list)A F2(\)).833 E F1 .56
-(form is used, the \214le passed as an)3.06 F(ar)108 144 Q .309
-(gument should be read to obtain the output of)-.18 F F0(list)2.808 E F1
-5.308(.P)C .308(rocess substitution is supported on systems that sup-)
--5.308 F(port named pipes \()108 156 Q F0(FIFOs)A F1 2.5(\)o)C 2.5(rt)
--2.5 G(he)-2.5 E F2(/de)2.5 E(v/fd)-.15 E F1
-(method of naming open \214les.)2.5 E .896(When a)108 172.8 R -.25(va)
--.2 G .896(ilable, process substitution is performed simultaneously wit\
-h parameter and v).25 F .897(ariable e)-.25 F(xpansion,)-.15 E
-(command substitution, and arithmetic e)108 184.8 Q(xpansion.)-.15 E F2
--.75(Wo)87 201.6 S(rd Splitting).75 E F1 1.143
-(The shell scans the results of parameter e)108 213.6 R 1.142
+(nd its input or output appears as a \214lename.)-3.251 F
+(This \214lename is passed as an ar)108 230.4 Q
+(gument to the current command as the result of the e)-.18 E(xpansion.)
+-.15 E .474(If the)108 247.2 R F2(>\()2.974 E F0(list)A F2(\)).833 E F1
+.474(form is used, writing to the \214le will pro)2.974 F .473
+(vide input for)-.15 F F0(list)2.973 E F1 5.473(.I)C 2.973(ft)-5.473 G
+(he)-2.973 E F2(<\()2.973 E F0(list)A F2(\)).833 E F1 .473
+(form is used, reading)2.973 F .163
+(the \214le will obtain the output of)108 259.2 R F0(list)2.664 E F1
+5.164(.N)C 2.664(os)-5.164 G .164(pace may appear between the)-2.664 F
+F2(<)2.664 E F1(or)2.664 E F2(>)2.664 E F1 .164
+(and the left parenthesis, oth-)2.664 F(erwise the construct w)108 271.2
+Q(ould be interpreted as a redirection.)-.1 E 1.015(Process substitutio\
+n is supported on systems that support named pipes \()108 288 R F0
+(FIFOs)A F1 3.514(\)o)C 3.514(rt)-3.514 G(he)-3.514 E F2(/de)3.514 E
+(v/fd)-.15 E F1 1.014(method of)3.514 F(naming open \214les.)108 300 Q
+.896(When a)108 316.8 R -.25(va)-.2 G .896(ilable, process substitution\
+ is performed simultaneously with parameter and v).25 F .897(ariable e)
+-.25 F(xpansion,)-.15 E(command substitution, and arithmetic e)108 328.8
+Q(xpansion.)-.15 E F2 -.75(Wo)87 345.6 S(rd Splitting).75 E F1 1.143
+(The shell scans the results of parameter e)108 357.6 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 225.6 Q
+(xpansion that)-.15 F(did not occur within double quotes for)108 369.6 Q
 F0(wor)2.84 E 2.5(ds)-.37 G(plitting)-2.5 E F1(.).22 E .063
-(The shell treats each character of)108 242.4 R/F3 9/Times-Bold@0 SF
-(IFS)2.563 E F1 .063(as a delimiter)2.313 F 2.563(,a)-.4 G .063
+(The shell treats each character of)108 386.4 R F3(IFS)2.563 E F1 .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(using these characters as \214eld terminators.)108
-254.4 Q(If)108 271.2 Q F3(IFS)3.083 E F1 .583(is unset, or its v)2.833 F
+398.4 Q(If)108 415.2 Q F3(IFS)3.083 E F1 .583(is unset, or its v)2.833 F
 .582(alue is e)-.25 F(xactly)-.15 E F2(<space><tab><newline>)3.082 E F1
 3.082(,t)C .582(he def)-3.082 F .582(ault, then sequences of)-.1 F F2
-(space)3.082 E F1(,)A F2(tab)3.082 E F1(,)A(and)108 283.2 Q F2(newline)
+(space)3.082 E F1(,)A F2(tab)3.082 E F1(,)A(and)108 427.2 Q F2(newline)
 3.626 E F1 1.126(at the be)3.626 F 1.126
 (ginning and end of the results of the pre)-.15 F 1.126(vious e)-.25 F
 1.126(xpansions are ignored, and an)-.15 F 3.627(ys)-.15 G(e-)-3.627 E
-.429(quence of)108 295.2 R F3(IFS)2.929 E F1 .428
-(characters not at the be)2.678 F .428(ginning or end serv)-.15 F .428
-(es to delimit w)-.15 F 2.928(ords. If)-.1 F F3(IFS)2.928 E F1 .428
-(has a v)2.678 F .428(alue other than)-.25 F .581(the def)108 307.2 R
-.581(ault, then sequences of the whitespace characters)-.1 F F2(space)
-3.081 E F1(,)A F2(tab)3.081 E F1 3.081(,a)C(nd)-3.081 E F2(newline)3.081
-E F1 .582(are ignored at the be)3.081 F(gin-)-.15 E .008
-(ning and end of the w)108 319.2 R .007
-(ord, as long as the whitespace character is in the v)-.1 F .007
-(alue of)-.25 F F3(IFS)2.507 E F1(\(an)2.257 E F3(IFS)2.507 E F1 .007
-(whitespace char)2.257 F(-)-.2 E 2.814(acter\). An)108 331.2 R 2.814(yc)
--.15 G .315(haracter in)-2.814 F F3(IFS)2.815 E F1 .315(that is not)
-2.565 F F3(IFS)2.815 E F1 .315(whitespace, along with an)2.565 F 2.815
-(ya)-.15 G(djacent)-2.815 E F3(IFS)2.815 E F1 .315
-(whitespace characters,)2.565 F(delimits a \214eld.)108 343.2 Q 2.5(As)5
-G(equence of)-2.5 E F3(IFS)2.5 E F1
-(whitespace characters is also treated as a delimiter)2.25 E(.)-.55 E
-.162(If the v)108 360 R .161(alue of)-.25 F F3(IFS)2.661 E F1 .161
+.616(quence of)108 439.2 R F3(IFS)3.116 E F1 .615
+(characters not at the be)2.865 F .615(ginning or end delimits w)-.15 F
+3.115(ords. If)-.1 F F3(IFS)3.115 E F1 .615(has a v)2.865 F .615
+(alue other than the de-)-.25 F -.1(fa)108 451.2 S .642
+(ult, then sequences of the whitespace characters).1 F F2(space)3.142 E
+F1(,)A F2(tab)3.142 E F1 3.142(,a)C(nd)-3.142 E F2(newline)3.142 E F1
+.642(present in the v)3.142 F .642(alue of)-.25 F F3(IFS)3.143 E F1
+(\(an)2.893 E F3(IFS)108 463.2 Q F1 .834
+(whitespace character\) are ignored at the be)3.084 F .833
+(ginning and end of the w)-.15 F 3.333(ord. An)-.1 F 3.333(yc)-.15 G
+.833(haracter in)-3.333 F F3(IFS)3.333 E F1 .833(that is)3.083 F(not)108
+475.2 Q F3(IFS)2.753 E F1 .253(whitespace, along with an)2.503 F 2.753
+(ya)-.15 G(djacent)-2.753 E F3(IFS)2.754 E F1 .254
+(whitespace characters, delimits a \214eld.)2.504 F 2.754(As)5.254 G
+.254(equence of)-2.754 F F3(IFS)2.754 E F1
+(whitespace characters is also treated as a delimiter)108 487.2 Q(.)-.55
+E .162(If the v)108 504 R .161(alue of)-.25 F F3(IFS)2.661 E F1 .161
 (is null, no w)2.411 F .161(ord splitting occurs.)-.1 F(If)5.161 E F3
 (IFS)2.661 E F1 .161(is unset, w)2.411 F .161(ord splitting beha)-.1 F
 -.15(ve)-.2 G 2.661(sa).15 G 2.661(si)-2.661 G 2.661(fi)-2.661 G 2.661
-(tc)-2.661 G(ontained)-2.661 E(the def)108 372 Q(ault v)-.1 E(alue of)
+(tc)-2.661 G(ontained)-2.661 E(the def)108 516 Q(ault v)-.1 E(alue of)
 -.25 E F2(<space><tab><newline>)2.5 E F1(.)A .782(Explicit null ar)108
-388.8 R .782(guments \()-.18 F F2 .833("").833 G F1(or)2.449 E F2 .833
+532.8 R .782(guments \()-.18 F F2 .833("").833 G F1(or)2.449 E F2 .833
 <0808>4.115 G F1 3.282(\)a)C .782
 (re retained and passed to commands as empty strings.)-3.282 F .783
-(Unquoted im-)5.783 F .179(plicit null ar)108 400.8 R .179
+(Unquoted im-)5.783 F .179(plicit null ar)108 544.8 R .179
 (guments, resulting from the e)-.18 F .179
 (xpansion of parameters that ha)-.15 F .479 -.15(ve n)-.2 H 2.679(ov).15
 G .179(alues, are remo)-2.929 F -.15(ve)-.15 G 2.678(d. If).15 F 2.678
-(ap)2.678 G(a-)-2.678 E .318(rameter with no v)108 412.8 R .319
+(ap)2.678 G(a-)-2.678 E .318(rameter with no v)108 556.8 R .319
 (alue is e)-.25 F .319(xpanded within double quotes, a null ar)-.15 F
 .319(gument results and is retained and passed)-.18 F .001
-(to a command as an empty string.)108 424.8 R .001
+(to a command as an empty string.)108 568.8 R .001
 (When a quoted null ar)5.001 F(gument appears as part of a w)-.18 E
 (ord whose e)-.1 E(xpansion)-.15 E .592(is non-null, the null ar)108
-436.8 R .593(gument is remo)-.18 F -.15(ve)-.15 G 3.093(d. That).15 F
+580.8 R .593(gument is remo)-.18 F -.15(ve)-.15 G 3.093(d. That).15 F
 .593(is, the w)3.093 F .593<6f72642099ad6408>-.1 F .593
 (\010\232 becomes \231\255d\232 after w).833 F .593(ord splitting and)
--.1 F(null ar)108 448.8 Q(gument remo)-.18 E -.25(va)-.15 G(l.).25 E
-(Note that if no e)108 465.6 Q
-(xpansion occurs, no splitting is performed.)-.15 E F2 -.1(Pa)87 482.4 S
-(thname Expansion).1 E F1 .371(After w)108 494.4 R .371
+-.1 F(null ar)108 592.8 Q(gument remo)-.18 E -.25(va)-.15 G(l.).25 E
+(Note that if no e)108 609.6 Q
+(xpansion occurs, no splitting is performed.)-.15 E F2 -.1(Pa)87 626.4 S
+(thname Expansion).1 E F1 .371(After w)108 638.4 R .371
 (ord splitting, unless the)-.1 F F2<ad66>2.871 E F1 .371
 (option has been set,)2.871 F F2(bash)2.871 E F1 .37(scans each w)2.87 F
 .37(ord for the characters)-.1 F F2(*)2.87 E F1(,)A F2(?)2.87 E F1 2.87
 (,a)C(nd)-2.87 E F2([)2.87 E F1(.)A .633
 (If one of these characters appears, and is not quoted, then the w)108
-506.4 R .634(ord is re)-.1 F -.05(ga)-.15 G .634(rded as a).05 F F0
-(pattern)4.384 E F1 3.134(,a).24 G .634(nd replaced)-3.134 F 1.34(with \
-an alphabetically sorted list of \214lenames matching the pattern \(see)
-108 518.4 R F3 -.09(Pa)3.84 G(tter).09 E 3.59(nM)-.135 G(atching)-3.59 E
-F1(belo)3.589 E 3.839(w\). If)-.25 F(no)3.839 E .534
-(matching \214lenames are found, and the shell option)108 530.4 R F2
-(nullglob)3.034 E F1 .534(is not enabled, the w)3.034 F .534
-(ord is left unchanged.)-.1 F(If)5.535 E(the)108 542.4 Q F2(nullglob)
-3.285 E F1 .785(option is set, and no matches are found, the w)3.285 F
-.785(ord is remo)-.1 F -.15(ve)-.15 G 3.285(d. If).15 F(the)3.284 E F2
-(failglob)3.284 E F1 .784(shell option is)3.284 F .754(set, and no matc\
-hes are found, an error message is printed and the command is not e)108
-554.4 R -.15(xe)-.15 G 3.255(cuted. If).15 F .755(the shell)3.255 F
-(option)108 566.4 Q F2(nocaseglob)3.264 E F1 .763
-(is enabled, the match is performed without re)3.264 F -.05(ga)-.15 G
-.763(rd to the case of alphabetic characters.).05 F .309
-(When a pattern is used for pathname e)108 578.4 R .309(xpansion, the c\
-haracter \231.\232 at the start of a name or immediately fol-)-.15 F(lo)
-108 590.4 Q .191(wing a slash must be matched e)-.25 F(xplicitly)-.15 E
-2.691(,u)-.65 G .191(nless the shell option)-2.691 F F2(dotglob)2.69 E
-F1 .19(is set.)2.69 F .19(In order to match the \214le-)5.19 F .528
-(names \231.\232 and \231..\232, the pattern must be)108 602.4 R .528
-(gin with \231.\232 \(for e)-.15 F .528(xample, \231.?\232\), e)-.15 F
--.15(ve)-.25 G 3.028(ni).15 G(f)-3.028 E F2(dotglob)3.028 E F1 .528
-(is set.)3.028 F .528(If the)5.528 F F2(glob-)3.028 E(skipdots)108 614.4
-Q F1 .057
-(shell option is enabled, the \214lenames \231.\232 and \231..\232 ne)
-2.557 F -.15(ve)-.25 G 2.556(rm).15 G .056(atch, e)-2.556 F -.15(ve)-.25
-G 2.556(ni).15 G 2.556(ft)-2.556 G .056(he pattern be)-2.556 F .056
-(gins with a \231.\232)-.15 F .627(When not matching pathnames, the \
-\231.\232 character is not treated specially)108 626.4 R 5.628(.W)-.65 G
-.628(hen matching a pathname, the)-5.628 F .045(slash character must al)
-108 638.4 R -.1(wa)-.1 G .045(ys be matched e).1 F .045
-(xplicitly by a slash in the pattern, b)-.15 F .045
-(ut in other matching conte)-.2 F .045(xts it)-.15 F .371
-(can be matched by a special pattern character as described belo)108
-650.4 R 2.871(wu)-.25 G(nder)-2.871 E F3 -.09(Pa)2.871 G(tter).09 E
-2.621(nM)-.135 G(atching)-2.621 E/F4 9/Times-Roman@0 SF(.)A F1 .371
-(See the descrip-)4.871 F .978(tion of)108 662.4 R F2(shopt)3.478 E F1
-(belo)3.478 E 3.478(wu)-.25 G(nder)-3.478 E F3 .978(SHELL B)3.478 F(UIL)
--.09 E .978(TIN COMMANDS)-.828 F F1 .977(for a description of the)3.228
-F F2(nocaseglob)3.477 E F1(,)A F2(nullglob)3.477 E F1(,)A F2
-(globskipdots)108 674.4 Q F1(,)A F2(failglob)2.5 E F1 2.5(,a)C(nd)-2.5 E
-F2(dotglob)2.5 E F1(shell options.)2.5 E(The)108 691.2 Q F3(GLOBIGNORE)
-2.561 E F1 .061(shell v)2.311 F .061
-(ariable may be used to restrict the set of \214le names matching a)-.25
-F F0(pattern)3.812 E F1 5.062(.I).24 G(f)-5.062 E F3(GLO-)2.562 E
-(BIGNORE)108 703.2 Q F1 1.096(is set, each matching \214le name that al\
-so matches one of the patterns in)3.347 F F3(GLOBIGNORE)3.596 E F1 1.096
-(is re-)3.346 F(mo)108 715.2 Q -.15(ve)-.15 G 2.85(df).15 G .351
-(rom the list of matches.)-2.85 F .351(If the)5.351 F F2(nocaseglob)
-2.851 E F1 .351(option is set, the matching ag)2.851 F .351
-(ainst the patterns in)-.05 F F3(GLO-)2.851 E(BIGNORE)108 727.2 Q F1
-2.165(is performed without re)4.415 F -.05(ga)-.15 G 2.164(rd to case.)
-.05 F 2.164(The \214lenames \231.\232 and \231..\232 are al)7.164 F -.1
-(wa)-.1 G 2.164(ys ignored when).1 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(28)193.45 E 0 Cg EP
-%%Page: 29 29
+650.4 R .634(ord is re)-.1 F -.05(ga)-.15 G .634(rded as a).05 F F0
+(pattern)4.384 E F1 3.134(,a).24 G .634(nd replaced)-3.134 F .282
+(with a sorted list of \214lenames matching the pattern \(see)108 662.4
+R F3 -.09(Pa)2.781 G(tter).09 E 2.531(nM)-.135 G(atching)-2.531 E F1
+(belo)2.531 E .281(w\) subject to the v)-.25 F .281(alue of the)-.25 F
+F2(GLOBSOR)108 674.4 Q(T)-.4 E F1(shell v)2.5 E(ariable.)-.25 E 1.754
+(If no matching \214lenames are found, and the shell option)108 691.2 R
+F2(nullglob)4.254 E F1 1.754(is not enabled, the w)4.254 F 1.754
+(ord is left un-)-.1 F 2.614(changed. If)108 703.2 R(the)2.614 E F2
+(nullglob)2.614 E F1 .114
+(option is set, and no matches are found, the w)2.614 F .113
+(ord is remo)-.1 F -.15(ve)-.15 G 2.613(d. If).15 F(the)2.613 E F2
+(failglob)2.613 E F1(shell)2.613 E .579
+(option is set, and no matches are found,)108 715.2 R F2(bash)3.079 E F1
+.579(prints an error message and does not e)3.079 F -.15(xe)-.15 G .579
+(cute the command.).15 F .689(If the shell option)108 727.2 R F2
+(nocaseglob)3.189 E F1 .689
+(is enabled, the match is performed without re)3.189 F -.05(ga)-.15 G
+.688(rd to the case of alphabetic).05 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(29)190.395 E 0 Cg EP
+%%Page: 30 30
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 9/Times-Bold@0 SF(GLOBIGNORE)108 84 Q F1 .827
-(is set and not null.)3.077 F(Ho)5.827 E(we)-.25 E -.15(ve)-.25 G 1.627
--.4(r, s).15 H(etting).4 E F2(GLOBIGNORE)3.327 E F1 .827
-(to a non-null v)3.077 F .827(alue has the ef)-.25 F .827(fect of)-.25 F
-.065(enabling the)108 96 R/F3 10/Times-Bold@0 SF(dotglob)2.565 E F1 .065
-(shell option, so all other \214lenames be)2.565 F .065
-(ginning with a Q . will match.)-.15 F 1.665 -.8(To g)5.065 H .065
-(et the old be-).8 F(ha)108 108 Q .81(vior of ignoring \214lenames be)
--.2 F .81(ginning with a \231.\232, mak)-.15 F 3.31<6599>-.1 G 3.31
-(.*\232 one)-3.31 F .811(of the patterns in)3.311 F F2(GLOBIGNORE)3.311
-E/F4 9/Times-Roman@0 SF(.)A F1(The)5.311 E F3(dotglob)108 120 Q F1 .854
-(option is disabled when)3.354 F F2(GLOBIGNORE)3.354 E F1 .854
-(is unset.)3.104 F .853(The pattern matching honors the setting of the)
-5.854 F F3(extglob)108 132 Q F1(shell option.)2.5 E(The)108 148.8 Q F2
-(GLOBSOR)2.5 E(T)-.36 E F1 -.25(va)2.25 G(riable controls ho).25 E 2.5
-(wt)-.25 G(he results of pathname e)-2.5 E
-(xpansion are sorted, as described abo)-.15 E -.15(ve)-.15 G(.).15 E F3
--.1(Pa)108 165.6 S(tter).1 E 2.5(nM)-.15 G(atching)-2.5 E F1(An)108
-182.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 2.722(itself. The)108 194.4 R .221
+.25 E F1(\(1\)).95 E(characters.)108 84 Q .309
+(When a pattern is used for pathname e)108 100.8 R .309(xpansion, the c\
+haracter \231.\232 at the start of a name or immediately fol-)-.15 F(lo)
+108 112.8 Q .191(wing a slash must be matched e)-.25 F(xplicitly)-.15 E
+2.691(,u)-.65 G .191(nless the shell option)-2.691 F/F2 10/Times-Bold@0
+SF(dotglob)2.69 E F1 .19(is set.)2.69 F .19
+(In order to match the \214le-)5.19 F(names)108 124.8 Q F0(.)4.359 E F1
+(and)4.359 E F0(..)4.359 E F1 2.693(,t)1.666 G .193(he pattern must be)
+-2.693 F .193(gin with \231.\232 \(for e)-.15 F .193
+(xample, \231.?\232\), e)-.15 F -.15(ve)-.25 G 2.693(ni).15 G(f)-2.693 E
+F2(dotglob)2.694 E F1 .194(is set.)2.694 F .194(If the)5.194 F F2
+(globskip-)2.694 E(dots)108 136.8 Q F1 1.445
+(shell option is enabled, the \214lenames)3.946 F F0(.)5.611 E F1(and)
+5.611 E F0(..)5.611 E F1(ne)5.611 E -.15(ve)-.25 G 3.945(rm).15 G 1.445
+(atch, e)-3.945 F -.15(ve)-.25 G 3.945(ni).15 G 3.945(ft)-3.945 G 1.445
+(he pattern be)-3.945 F 1.445(gins with a \231.\232.)-.15 F(When not ma\
+tching pathnames, the \231.\232 character is not treated specially)108
+148.8 Q(.)-.65 E .061
+(When matching a pathname, the slash character must al)108 165.6 R -.1
+(wa)-.1 G .061(ys be matched e).1 F .061
+(xplicitly by a slash in the pattern,)-.15 F -.2(bu)108 177.6 S 3.395
+(ti).2 G 3.395(no)-3.395 G .894(ther matching conte)-3.395 F .894
+(xts it can be matched by a special pattern character as described belo)
+-.15 F 3.394(wu)-.25 G(nder)-3.394 E/F3 9/Times-Bold@0 SF -.09(Pa)108
+189.6 S(tter).09 E 2.25(nM)-.135 G(atching)-2.25 E/F4 9/Times-Roman@0 SF
+(.)A F1 .711(See the description of)108 206.4 R F2(shopt)3.211 E F1
+(belo)3.212 E 3.212(wu)-.25 G(nder)-3.212 E F3 .712(SHELL B)3.212 F(UIL)
+-.09 E .712(TIN COMMANDS)-.828 F F1 .712(for a description of the)2.962
+F F2(nocase-)3.212 E(glob)108 218.4 Q F1(,)A F2(nullglob)2.5 E F1(,)A F2
+(globskipdots)2.5 E F1(,)A F2(failglob)2.5 E F1 2.5(,a)C(nd)-2.5 E F2
+(dotglob)2.5 E F1(shell options.)2.5 E(The)108 235.2 Q F3(GLOBIGNORE)
+2.562 E F1 .062(shell v)2.312 F .061
+(ariable may be used to restrict the set of \214le names matching a)-.25
+F F0(pattern)3.811 E F1 5.061(.I).24 G(f)-5.061 E F3(GLO-)2.561 E
+(BIGNORE)108 247.2 Q F1 1.096(is set, each matching \214le name that al\
+so matches one of the patterns in)3.346 F F3(GLOBIGNORE)3.597 E F1 1.097
+(is re-)3.347 F(mo)108 259.2 Q -.15(ve)-.15 G 2.851(df).15 G .351
+(rom the list of matches.)-2.851 F .351(If the)5.351 F F2(nocaseglob)
+2.851 E F1 .351(option is set, the matching ag)2.851 F .351
+(ainst the patterns in)-.05 F F3(GLO-)2.85 E(BIGNORE)108 271.2 Q F1 .096
+(is performed without re)2.346 F -.05(ga)-.15 G .097(rd to case.).05 F
+.097(The \214lenames)5.097 F F0(.)4.263 E F1(and)4.263 E F0(..)4.263 E
+F1 .097(are al)4.263 F -.1(wa)-.1 G .097(ys ignored when).1 F F3
+(GLOBIG-)2.597 E(NORE)108 283.2 Q F1 .754(is set and not null.)3.004 F
+(Ho)5.753 E(we)-.25 E -.15(ve)-.25 G 1.553 -.4(r, s).15 H(etting).4 E F3
+(GLOBIGNORE)3.253 E F1 .753(to a non-null v)3.003 F .753
+(alue has the ef)-.25 F .753(fect of enabling)-.25 F(the)108 295.2 Q F2
+(dotglob)2.827 E F1 .328(shell option, so all other \214lenames be)2.827
+F .328(ginning with a \231.\232 will match.)-.15 F 1.928 -.8(To g)5.328
+H .328(et the old beha).8 F .328(vior of)-.2 F .068
+(ignoring \214lenames be)108 307.2 R .068(ginning with a \231.\232, mak)
+-.15 F 2.568<6599>-.1 G 2.568(.*\232 one)-2.568 F .068
+(of the patterns in)2.568 F F3(GLOBIGNORE)2.568 E F4(.)A F1(The)4.568 E
+F2(dotglob)2.567 E F1(op-)2.567 E .021(tion is disabled when)108 319.2 R
+F3(GLOBIGNORE)2.521 E F1 .021(is unset.)2.271 F(The)5.021 E F2
+(GLOBIGNORE)2.521 E F1 .021(pattern matching honors the setting of)2.521
+F(the)108 331.2 Q F2(extglob)2.5 E F1(shell option.)2.5 E(The)108 348 Q
+F3(GLOBSOR)3.912 E(T)-.36 E F1 1.412(shell v)3.662 F 1.412
+(ariable controls ho)-.25 F 3.912(wt)-.25 G 1.412
+(he results of pathname e)-3.912 F 1.411
+(xpansion are sorted, as described)-.15 F(abo)108 360 Q -.15(ve)-.15 G
+(.).15 E F2 -.1(Pa)108 376.8 S(tter).1 E 2.5(nM)-.15 G(atching)-2.5 E F1
+(An)108 393.6 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 2.722(itself. The)108 405.6 R .221
 (NUL character may not occur in a pattern.)2.722 F 2.721(Ab)5.221 G .221
 (ackslash escapes the follo)-2.721 F .221(wing character; the es-)-.25 F
-.418(caping backslash is discarded when matching.)108 206.4 R .418
+.418(caping backslash is discarded when matching.)108 417.6 R .418
 (The special pattern characters must be quoted if the)5.418 F 2.919(ya)
--.15 G .419(re to)-2.919 F(be matched literally)108 218.4 Q(.)-.65 E
-(The special pattern characters ha)108 235.2 Q .3 -.15(ve t)-.2 H
-(he follo).15 E(wing meanings:)-.25 E F3(*)144 252 Q F1 .377(Matches an)
-180 252 R 2.877(ys)-.15 G .376(tring, including the null string.)-2.877
-F .376(When the)5.376 F F3(globstar)2.876 E F1 .376
-(shell option is enabled,)2.876 F(and)180 264 Q F3(*)3.275 E F1 .775
-(is used in a pathname e)3.275 F .775(xpansion conte)-.15 F .775(xt, tw)
--.15 F 3.275(oa)-.1 G(djacent)-3.275 E F3(*)3.275 E F1 3.275(su)C .775
-(sed as a single pattern)-3.275 F 1.058(will match all \214les and zero\
- or more directories and subdirectories.)180 276 R 1.058(If follo)6.058
-F 1.058(wed by a)-.25 F F3(/)3.558 E F1(,)A(tw)180 288 Q 2.5(oa)-.1 G
-(djacent)-2.5 E F3(*)2.5 E F1 2.5(sw)C
-(ill match only directories and subdirectories.)-2.5 E F3(?)144 300 Q F1
-(Matches an)180 300 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E F3
-([)144 312 Q F1 1.666(...)C F3(])-1.666 E F1 .578(Matches an)180 312 R
-3.078(yo)-.15 G .578(ne of the enclosed characters.)-3.078 F 3.079(Ap)
-5.579 G .579(air of characters separated by a h)-3.079 F(yphen)-.05 E
-.685(denotes a)180 324 R F0 -.15(ra)3.185 G(ng).15 E 3.184(ee)-.1 G(xpr)
--3.384 E(ession)-.37 E F1 3.184(;a)C .984 -.15(ny c)-3.184 H .684
-(haracter that f).15 F .684(alls between those tw)-.1 F 3.184(oc)-.1 G
-.684(haracters, inclu-)-3.184 F(si)180 336 Q -.15(ve)-.25 G 3.712(,u).15
-G 1.212(sing the current locale')-3.712 F 3.712(sc)-.55 G 1.212
-(ollating sequence and character set, is matched.)-3.712 F 1.213(If the)
-6.213 F .978(\214rst character follo)180 348 R .978(wing the)-.25 F F3
-([)3.478 E F1 .978(is a)3.478 F F3(!)3.478 E F1 .978(or a)5.978 F F3<00>
-3.478 E F1 .977(then an)3.478 F 3.477(yc)-.15 G .977
-(haracter not enclosed is matched.)-3.477 F 1.044
-(The sorting order of characters in range e)180 360 R 1.045
+-.15 G .419(re to)-2.919 F(be matched literally)108 429.6 Q(.)-.65 E
+(The special pattern characters ha)108 446.4 Q .3 -.15(ve t)-.2 H
+(he follo).15 E(wing meanings:)-.25 E F2(*)144 463.2 Q F1 .377
+(Matches an)180 463.2 R 2.877(ys)-.15 G .376
+(tring, including the null string.)-2.877 F .376(When the)5.376 F F2
+(globstar)2.876 E F1 .376(shell option is enabled,)2.876 F(and)180 475.2
+Q F2(*)3.275 E F1 .775(is used in a pathname e)3.275 F .775
+(xpansion conte)-.15 F .775(xt, tw)-.15 F 3.275(oa)-.1 G(djacent)-3.275
+E F2(*)3.275 E F1 3.275(su)C .775(sed as a single pattern)-3.275 F 1.058
+(will match all \214les and zero or more directories and subdirectories\
+.)180 487.2 R 1.058(If follo)6.058 F 1.058(wed by a)-.25 F F2(/)3.558 E
+F1(,)A(tw)180 499.2 Q 2.5(oa)-.1 G(djacent)-2.5 E F2(*)2.5 E F1 2.5(sw)C
+(ill match only directories and subdirectories.)-2.5 E F2(?)144 511.2 Q
+F1(Matches an)180 511.2 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E
+F2([)144 523.2 Q F1 1.666(...)C F2(])-1.666 E F1 .578(Matches an)180
+523.2 R 3.078(yo)-.15 G .578(ne of the enclosed characters.)-3.078 F
+3.079(Ap)5.579 G .579(air of characters separated by a h)-3.079 F(yphen)
+-.05 E .685(denotes a)180 535.2 R F0 -.15(ra)3.185 G(ng).15 E 3.184(ee)
+-.1 G(xpr)-3.384 E(ession)-.37 E F1 3.184(;a)C .984 -.15(ny c)-3.184 H
+.684(haracter that f).15 F .684(alls between those tw)-.1 F 3.184(oc)-.1
+G .684(haracters, inclu-)-3.184 F(si)180 547.2 Q -.15(ve)-.25 G 3.113
+(,u).15 G .614(sing the current locale')-3.113 F 3.114(sc)-.55 G .614
+(ollating sequence and character set, matches.)-3.114 F .614
+(If the \214rst)5.614 F .153(character follo)180 559.2 R .153(wing the)
+-.25 F F2([)2.653 E F1 .152(is a)2.653 F F2(!)2.652 E F1 .152(or a)5.152
+F F2<00>2.652 E F1 .152(then an)2.652 F 2.652(yc)-.15 G .152
+(haracter not within the range matches.)-2.652 F(A)5.152 E F2<ad>180
+571.2 Q F1 1.296(may be matched by including it as the \214rst or last \
+character in the set.)3.796 F(A)6.297 E F2(])3.797 E F1 1.297(may be)
+3.797 F(matched by including it as the \214rst character in the set.)180
+583.2 Q 1.045(The sorting order of characters in range e)180 600 R 1.044
 (xpressions, and the characters included in the)-.15 F 2.34
-(range, are determined by the current locale and the v)180 372 R 2.34
-(alues of the)-.25 F F2(LC_COLLA)4.84 E(TE)-.855 E F1(or)4.59 E F2
-(LC_ALL)180 384 Q F1 1.078(shell v)3.328 F 1.078(ariables, if set.)-.25
+(range, are determined by the current locale and the v)180 612 R 2.341
+(alues of the)-.25 F F3(LC_COLLA)4.841 E(TE)-.855 E F1(or)4.591 E F3
+(LC_ALL)180 624 Q F1 1.079(shell v)3.329 F 1.079(ariables, if set.)-.25
 F 2.679 -.8(To o)6.079 H 1.079
-(btain the traditional interpretation of range e).8 F(xpres-)-.15 E .393
-(sions, where)180 396 R F3([a\255d])2.893 E F1 .393(is equi)2.893 F -.25
-(va)-.25 G .393(lent to).25 F F3([abcd])2.893 E F1 2.893(,s)C .393(et v)
--2.893 F .393(alue of the)-.25 F F3(LC_ALL)2.892 E F1 .392(shell v)2.892
-F .392(ariable to)-.25 F F3(C)2.892 E F1(,)A .899(or enable the)180 408
-R F3(globasciiranges)3.399 E F1 .899(shell option.)3.399 F(A)5.899 E F3
-<ad>3.399 E F1 .9(may be matched by including it as the)3.399 F .405
-(\214rst or last character in the set.)180 420 R(A)5.405 E F3(])2.905 E
-F1 .405(may be matched by including it as the \214rst character)2.905 F
-(in the set.)180 432 Q -.4(Wi)180 448.8 S(thin).4 E F3([)3.07 E F1(and)
-3.07 E F3(])3.07 E F1(,)A F0 -.15(ch)3.07 G(ar).15 E .571(acter classes)
--.15 F F1 .571(can be speci\214ed using the syntax)3.071 F F3([:)3.071 E
-F0(class)A F3(:])A F1 3.071(,w)C(here)-3.071 E F0(class)3.071 E F1
-(is one of the follo)180 460.8 Q
-(wing classes de\214ned in the POSIX standard:)-.25 E F3 5.889
-(alnum alpha ascii blank cntrl digit graph lo)180 477.6 R 5.889
-(wer print punct space up-)-.1 F 5(per w)180 489.6 R 5(ord xdigit)-.1 F
-F1 4.289(Ac)180 506.4 S 1.789(haracter class matches an)-4.289 F 4.289
-(yc)-.15 G 1.789(haracter belonging to that class.)-4.289 F(The)6.789 E
-F3 -.1(wo)4.29 G(rd).1 E F1(character)4.29 E
-(class matches letters, digits, and the character _.)180 518.4 Q -.4(Wi)
-180 535.2 S(thin).4 E F3([)4.537 E F1(and)4.537 E F3(])4.537 E F1 4.537
-(,a)C(n)-4.537 E F0 2.037(equivalence class)4.537 F F1 2.036
-(can be speci\214ed using the syntax)4.536 F F3([=)4.536 E F0(c)A F3(=])
-A F1 4.536(,w)C(hich)-4.536 E .125(matches all characters with the same\
- collation weight \(as de\214ned by the current locale\) as)180 547.2 R
-(the character)180 559.2 Q F0(c)2.5 E F1(.)A -.4(Wi)180 576 S(thin).4 E
-F3([)2.5 E F1(and)2.5 E F3(])2.5 E F1 2.5(,t)C(he syntax)-2.5 E F3([.)
-2.5 E F0(symbol)A F3(.])A F1(matches the collating symbol)2.5 E F0
-(symbol)2.5 E F1(.)A .54(If the)108 592.8 R F3(extglob)3.04 E F1 .54
-(shell option is enabled using the)3.04 F F3(shopt)3.039 E F1 -.2(bu)
-3.039 G .539(iltin, the shell recognizes se).2 F -.15(ve)-.25 G .539
-(ral e).15 F .539(xtended pattern)-.15 F .037(matching operators.)108
-604.8 R .037(In the follo)5.037 F .037(wing description, a)-.25 F F0
-(pattern-list)2.538 E F1 .038
-(is a list of one or more patterns separated by)2.538 F(a)108 616.8 Q F3
-(|)2.5 E F1 5(.C)C
-(omposite patterns may be formed using one or more of the follo)-5 E
-(wing sub-patterns:)-.25 E F3(?\()144 633.6 Q F0(pattern-list).833 E F3
-(\)).833 E F1(Matches zero or one occurrence of the gi)180 645.6 Q -.15
-(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F3(*\()144 657.6 Q F0
-(pattern-list).833 E F3(\)).833 E F1
-(Matches zero or more occurrences of the gi)180 669.6 Q -.15(ve)-.25 G
-2.5(np).15 G(atterns)-2.5 E F3(+\()144 681.6 Q F0(pattern-list).833 E F3
-(\)).833 E F1(Matches one or more occurrences of the gi)180 693.6 Q -.15
-(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F3(@\()144 705.6 Q F0
-(pattern-list).833 E F3(\)).833 E F1(Matches one of the gi)180 717.6 Q
--.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(29)193.45 E 0 Cg EP
-%%Page: 30 30
+(btain the traditional interpretation of range e).8 F(xpres-)-.15 E
+2.407(sions, where)180 636 R F2([a\255d])4.907 E F1 2.407(is equi)4.907
+F -.25(va)-.25 G 2.408(lent to).25 F F2([abcd])4.908 E F1 4.908(,s)C
+2.408(et the v)-4.908 F 2.408(alue of the)-.25 F F2(LC_COLLA)4.908 E(TE)
+-.95 E F1(or)4.908 E F2(LC_ALL)180 648 Q F1(shell v)2.5 E(ariables to)
+-.25 E F2(C)2.5 E F1 2.5(,o)C 2.5(re)-2.5 G(nable the)-2.5 E F2
+(globasciiranges)2.5 E F1(shell option.)2.5 E -.4(Wi)180 664.8 S(thin).4
+E F2([)3.071 E F1(and)3.071 E F2(])3.071 E F1(,)A F0 -.15(ch)3.071 G(ar)
+.15 E .571(acter classes)-.15 F F1 .571
+(can be speci\214ed using the syntax)3.071 F F2([:)3.07 E F0(class)A F2
+(:])A F1 3.07(,w)C(here)-3.07 E F0(class)3.07 E F1(is one of the follo)
+180 676.8 Q(wing classes de\214ned in the POSIX standard:)-.25 E F2
+5.889(alnum alpha ascii blank cntrl digit graph lo)180 693.6 R 5.889
+(wer print punct space up-)-.1 F 5(per w)180 705.6 R 5(ord xdigit)-.1 F
+F1(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(30)190.395 E 0 Cg EP
+%%Page: 31 31
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(!\()144 84 Q F0(pattern-list)
-.833 E F2(\)).833 E F1(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
-(The)108 112.8 Q F2(extglob)2.792 E F1 .292(option changes the beha)
-2.792 F .291(vior of the parser)-.2 F 2.791(,s)-.4 G .291
-(ince the parentheses are normally treated as opera-)-2.791 F .104
-(tors with syntactic meaning.)108 124.8 R 1.704 -.8(To e)5.104 H .105
+.25 E F1(\(1\)).95 E 4.29(Ac)180 84 S 1.789(haracter class matches an)
+-4.29 F 4.289(yc)-.15 G 1.789(haracter belonging to that class.)-4.289 F
+(The)6.789 E/F2 10/Times-Bold@0 SF -.1(wo)4.289 G(rd).1 E F1(character)
+4.289 E(class matches letters, digits, and the character _.)180 96 Q -.4
+(Wi)180 112.8 S(thin).4 E F2([)4.536 E F1(and)4.536 E F2(])4.536 E F1
+4.536(,a)C(n)-4.536 E F0 2.036(equivalence class)4.536 F F1 2.037
+(can be speci\214ed using the syntax)4.536 F F2([=)4.537 E F0(c)A F2(=])
+A F1 4.537(,w)C(hich)-4.537 E .125(matches all characters with the same\
+ collation weight \(as de\214ned by the current locale\) as)180 124.8 R
+(the character)180 136.8 Q F0(c)2.5 E F1(.)A -.4(Wi)180 153.6 S(thin).4
+E F2([)2.5 E F1(and)2.5 E F2(])2.5 E F1 2.5(,t)C(he syntax)-2.5 E F2([.)
+2.5 E F0(symbol)A F2(.])A F1(matches the collating symbol)2.5 E F0
+(symbol)2.5 E F1(.)A .539(If the)108 170.4 R F2(extglob)3.039 E F1 .539
+(shell option is enabled using the)3.039 F F2(shopt)3.039 E F1 -.2(bu)
+3.039 G .54(iltin, the shell recognizes se).2 F -.15(ve)-.25 G .54
+(ral e).15 F .54(xtended pattern)-.15 F .038(matching operators.)108
+182.4 R .038(In the follo)5.038 F .038(wing description, a)-.25 F F0
+(pattern-list)2.538 E F1 .037
+(is a list of one or more patterns separated by)2.538 F(a)108 194.4 Q F2
+(|)2.5 E F1 5(.C)C
+(omposite patterns may be formed using one or more of the follo)-5 E
+(wing sub-patterns:)-.25 E F2(?\()144 211.2 Q F0(pattern-list).833 E F2
+(\)).833 E F1(Matches zero or one occurrence of the gi)180 223.2 Q -.15
+(ve)-.25 G 2.5(np).15 G(atterns.)-2.5 E F2(*\()144 235.2 Q F0
+(pattern-list).833 E F2(\)).833 E F1
+(Matches zero or more occurrences of the gi)180 247.2 Q -.15(ve)-.25 G
+2.5(np).15 G(atterns.)-2.5 E F2(+\()144 259.2 Q F0(pattern-list).833 E
+F2(\)).833 E F1(Matches one or more occurrences of the gi)180 271.2 Q
+-.15(ve)-.25 G 2.5(np).15 G(atterns.)-2.5 E F2(@\()144 283.2 Q F0
+(pattern-list).833 E F2(\)).833 E F1(Matches one of the gi)180 295.2 Q
+-.15(ve)-.25 G 2.5(np).15 G(atterns.)-2.5 E F2(!\()144 307.2 Q F0
+(pattern-list).833 E F2(\)).833 E F1(Matches an)180 319.2 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(The)108 336 Q F2(extglob)2.791 E F1 .291(option changes the beha)
+2.791 F .291(vior of the parser)-.2 F 2.791(,s)-.4 G .292
+(ince the parentheses are normally treated as opera-)-2.791 F .105
+(tors with syntactic meaning.)108 348 R 1.705 -.8(To e)5.105 H .105
 (nsure that e).8 F .105(xtended matching patterns are parsed correctly)
--.15 F 2.605(,m)-.65 G(ak)-2.605 E 2.605(es)-.1 G .105(ure that)-2.605 F
-F2(extglob)108 136.8 Q F1 1.355(is enabled before parsing constructs co\
-ntaining the patterns, including shell functions and com-)3.855 F
-(mand substitutions.)108 148.8 Q .988(When matching \214lenames, the)108
-165.6 R F2(dotglob)3.488 E F1 .988
+-.15 F 2.604(,m)-.65 G(ak)-2.604 E 2.604(es)-.1 G .104(ure that)-2.604 F
+F2(extglob)108 360 Q F1 1.355(is enabled before parsing constructs cont\
+aining the patterns, including shell functions and com-)3.854 F
+(mand substitutions.)108 372 Q .988(When matching \214lenames, the)108
+388.8 R F2(dotglob)3.488 E F1 .988
 (shell option determines the set of \214lenames that are tested: when)
-3.488 F F2(dotglob)108 177.6 Q F1 1.769
-(is enabled, the set of \214lenames includes all \214les be)4.269 F
-1.768(ginning with \231.\232, b)-.15 F 1.768
-(ut \231.\232 and \231..\232 must be)-.2 F .298
-(matched by a pattern or sub-pattern that be)108 189.6 R .298
+3.488 F F2(dotglob)108 400.8 Q F1 .344
+(is enabled, the set of \214lenames includes all \214les be)2.844 F .345
+(ginning with \231.\232, b)-.15 F(ut)-.2 E F0(.)4.511 E F1(and)4.511 E
+F0(..)4.511 E F1 .345(must be matched)4.511 F .076
+(by a pattern or sub-pattern that be)108 412.8 R .075
 (gins with a dot; when it is disabled, the set does not include an)-.15
-F(y)-.15 E .704(\214lenames be)108 201.6 R .704
-(ginning with \231.\232 unless the pattern or sub-pattern be)-.15 F .704
-(gins with a \231.\232.)-.15 F .704(As abo)5.704 F -.15(ve)-.15 G 3.204
-<2c99>.15 G .703(.\232 only has a)-3.204 F
-(special meaning when matching \214lenames.)108 213.6 Q .968
-(Complicated e)108 230.4 R .968(xtended pattern matching ag)-.15 F .968
-(ainst long strings is slo)-.05 F 2.269 -.65(w, e)-.25 H .969
+F 2.575<798c>-.15 G(lenames)-2.575 E(be)108 424.8 Q .806
+(ginning with \231.\232 unless the pattern or sub-pattern be)-.15 F .807
+(gins with a \231.\232.)-.15 F .807(If the)5.807 F F2(globskipdots)3.307
+E F1 .807(shell option is)3.307 F 1.01(enabled, the \214lenames)108
+436.8 R F0(.)5.176 E F1(and)5.176 E F0(..)5.176 E F1(ne)5.176 E -.15(ve)
+-.25 G 3.51(ra).15 G 1.01(ppear in the set.)-3.51 F 1.01(As abo)6.01 F
+-.15(ve)-.15 G 3.51<2c99>.15 G 1.009
+(.\232 only has a special meaning when)-3.51 F(matching \214lenames.)108
+448.8 Q .968(Complicated e)108 465.6 R .968(xtended pattern matching ag)
+-.15 F .968(ainst long strings is slo)-.05 F 2.269 -.65(w, e)-.25 H .969
 (specially when the patterns contain).65 F .091
-(alternations and the strings contain multiple matches.)108 242.4 R .091
+(alternations and the strings contain multiple matches.)108 477.6 R .091
 (Using separate matches ag)5.091 F .09(ainst shorter strings, or us-)
 -.05 F(ing arrays of strings instead of a single long string, may be f)
-108 254.4 Q(aster)-.1 E(.)-.55 E F2(Quote Remo)87 271.2 Q -.1(va)-.1 G
-(l).1 E F1 1.112(After the preceding e)108 283.2 R 1.112
+108 489.6 Q(aster)-.1 E(.)-.55 E F2(Quote Remo)87 506.4 Q -.1(va)-.1 G
+(l).1 E F1 1.112(After the preceding e)108 518.4 R 1.112
 (xpansions, all unquoted occurrences of the characters)-.15 F F2(\\)
 3.613 E F1(,)A F2<08>3.613 E F1 3.613(,a)C(nd)-3.613 E F2(")4.446 E F1
-1.113(that did not result)4.446 F(from one of the abo)108 295.2 Q .3
+1.113(that did not result)4.446 F(from one of the abo)108 530.4 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 312 Q F1 .545
-(Before a command is e)108 324 R -.15(xe)-.15 G .545
+10.95/Times-Bold@0 SF(REDIRECTION)72 547.2 Q F1 .545
+(Before a command is e)108 559.2 R -.15(xe)-.15 G .545
 (cuted, its input and output may be).15 F F0 -.37(re)3.045 G(dir).37 E
 (ected)-.37 E F1 .545(using a special notation interpreted)3.815 F .428
-(by the shell.)108 336 R F0(Redir)5.428 E(ection)-.37 E F1(allo)2.928 E
-.428(ws commands' \214le handles to be duplicated, opened, closed, made\
- to refer to)-.25 F(dif)108 348 Q 1.02(ferent \214les, and can change t\
-he \214les the command reads from and writes to.)-.25 F 1.019
-(Redirection may also be)6.019 F .215
-(used to modify \214le handles in the current shell e)108 360 R -.15(xe)
--.15 G .215(cution en).15 F 2.715(vironment. The)-.4 F(follo)2.715 E
-.215(wing redirection operators)-.25 F .862(may precede or appear an)108
-372 R .862(ywhere within a)-.15 F F0 .862(simple command)3.702 F F1 .862
-(or may follo)4.132 F 3.362(wa)-.25 G F0(command).2 E F1 5.862(.R).77 G
-.862(edirections are)-5.862 F(processed in the order the)108 384 Q 2.5
-(ya)-.15 G(ppear)-2.5 E 2.5(,f)-.4 G(rom left to right.)-2.5 E .771(Eac\
-h redirection that may be preceded by a \214le descriptor number may in\
-stead be preceded by a w)108 400.8 R .772(ord of)-.1 F .293(the form {)
-108 412.8 R F0(varname)A F1 2.793(}. In)B .293
+(by the shell.)108 571.2 R F0(Redir)5.428 E(ection)-.37 E F1(allo)2.928
+E .428(ws commands' \214le handles to be duplicated, opened, closed, ma\
+de to refer to)-.25 F(dif)108 583.2 Q .763(ferent \214les, and can chan\
+ge the \214les the command reads from and writes to.)-.25 F .762
+(When used with the)5.763 F F2(exec)3.262 E F1 -.2(bu)108 595.2 S .418
+(iltin, redirections modify \214le handles in the current shell e).2 F
+-.15(xe)-.15 G .418(cution en).15 F 2.918(vironment. The)-.4 F(follo)
+2.918 E .418(wing redirec-)-.25 F 1.695
+(tion operators may precede or appear an)108 607.2 R 1.695
+(ywhere within a)-.15 F F0 1.695(simple command)4.535 F F1 1.694
+(or may follo)4.964 F 4.194(wa)-.25 G F0(command).2 E F1(.).77 E
+(Redirections are processed in the order the)108 619.2 Q 2.5(ya)-.15 G
+(ppear)-2.5 E 2.5(,f)-.4 G(rom left to right.)-2.5 E .771(Each redirect\
+ion that may be preceded by a \214le descriptor number may instead be p\
+receded by a w)108 636 R .772(ord of)-.1 F .293(the form {)108 648 R F0
+(varname)A F1 2.793(}. In)B .293
 (this case, for each redirection operator e)2.793 F .293
-(xcept >&- and <&-, the shell will allocate)-.15 F 3.179<618c>108 424.8
-S .679(le descriptor greater than or equal to 10 and assign it to)-3.179
-F F0(varname)3.179 E F1 5.679(.I)C 3.179(f>)-5.679 G .679
-(&- or <&- is preceded by {)-3.179 F F0(var)A(-)-.2 E(name)108 436.8 Q
-F1 .6(}, the v)B .6(alue of)-.25 F F0(varname)3.1 E F1 .599
-(de\214nes the \214le descriptor to close.)3.1 F .599(If {)5.599 F F0
-(varname)A F1 3.099(}i)C 3.099(ss)-3.099 G .599
-(upplied, the redirection)-3.099 F .793(persists be)108 448.8 R .793
-(yond the scope of the command, allo)-.15 F .794
-(wing the shell programmer to manage the \214le descriptor')-.25 F(s)
--.55 E(lifetime manually)108 460.8 Q 5(.T)-.65 G(he)-5 E F2 -.1(va)2.5 G
-(rr).1 E(edir_close)-.18 E F1(shell option manages this beha)2.5 E(vior)
--.2 E(.)-.55 E .448(In the follo)108 477.6 R .447(wing descriptions, if\
- the \214le descriptor number is omitted, and the \214rst character of \
-the redirec-)-.25 F .365(tion operator is)108 489.6 R F2(<)2.865 E F1
-2.865(,t)C .366
+(xcept >&- and <&-, the shell will allocate)-.15 F 3.09<618c>108 660 S
+.59(le descriptor greater than or equal to 10 and assign it to)-3.09 F
+F0(varname)3.09 E F1 5.59(.I)C 3.09(f{)-5.59 G F0(varname)-3.09 E F1
+3.09(}p)C .59(recedes >&- or <&-,)-3.09 F .535(the v)108 672 R .535
+(alue of)-.25 F F0(varname)3.035 E F1 .534
+(de\214nes the \214le descriptor to close.)3.035 F .534(If {)5.534 F F0
+(varname)A F1 3.034(}i)C 3.034(ss)-3.034 G .534
+(upplied, the redirection persists)-3.034 F(be)108 684 Q .449
+(yond the scope of the command, which allo)-.15 F .45
+(ws the shell programmer to manage the \214le descriptor')-.25 F 2.95
+(sl)-.55 G(ife-)-2.95 E(time manually without using the)108 696 Q F2
+(exec)2.5 E F1 -.2(bu)2.5 G 2.5(iltin. The).2 F F2 -.1(va)2.5 G(rr).1 E
+(edir_close)-.18 E F1(shell option manages this beha)2.5 E(vior)-.2 E(.)
+-.55 E .448(In the follo)108 712.8 R .447(wing descriptions, if the \
+\214le descriptor number is omitted, and the \214rst character of the r\
+edirec-)-.25 F .365(tion operator is)108 724.8 R F2(<)2.865 E F1 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
-(redirection operator is)108 501.6 Q F2(>)2.5 E F1 2.5(,t)C
+-2.865 F .366(If the \214rst character of the)5.366 F(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(31)190.395 E 0 Cg EP
+%%Page: 32 32
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E(redirection operator is)108 84 Q/F2 10/Times-Bold@0
+SF(>)2.5 E F1 2.5(,t)C
 (he redirection refers to the standard output \(\214le descriptor 1\).)
--2.5 E .825(The w)108 518.4 R .825(ord follo)-.1 F .824
-(wing the redirection operator in the follo)-.25 F .824
+-2.5 E(The)108 100.8 Q F0(wor)3.343 E(d)-.37 E F1(follo)3.343 E .843
+(wing the redirection operator in the follo)-.25 F .843
 (wing descriptions, unless otherwise noted, is sub-)-.25 F .462
-(jected to brace e)108 530.4 R .462(xpansion, tilde e)-.15 F .463
+(jected to brace e)108 112.8 R .462(xpansion, tilde e)-.15 F .463
 (xpansion, parameter and v)-.15 F .463(ariable e)-.25 F .463
-(xpansion, command substitution, arith-)-.15 F .867(metic e)108 542.4 R
+(xpansion, command substitution, arith-)-.15 F .867(metic e)108 124.8 R
 .867(xpansion, quote remo)-.15 F -.25(va)-.15 G .867(l, pathname e).25 F
 .867(xpansion, and w)-.15 F .867(ord splitting.)-.1 F .867(If it e)5.867
-F .866(xpands to more than one)-.15 F -.1(wo)108 554.4 S(rd,).1 E F2
+F .866(xpands to more than one)-.15 F -.1(wo)108 136.8 S(rd,).1 E F2
 (bash)2.5 E F1(reports an error)2.5 E(.)-.55 E
-(Note that the order of redirections is signi\214cant.)108 571.2 Q -.15
-(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 588 Q F2(>)2.5 E
-F1(dirlist 2)2.5 E F2(>&)A F1(1)A
-(directs both standard output and standard error to the \214le)108 604.8
-Q F0(dirlist)2.85 E F1 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144
-621.6 Q F2(>&)A F1(1)A F2(>)2.5 E F1(dirlist)2.5 E .505
-(directs only the standard output to \214le)108 638.4 R F0(dirlist)3.355
-E F1 3.005(,b).68 G .505(ecause the standard error w)-3.005 F .505
-(as duplicated from the standard)-.1 F
-(output before the standard output w)108 650.4 Q(as redirected to)-.1 E
-F0(dirlist)2.85 E F1(.).68 E F2(Bash)108 667.2 Q F1 .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 3.477(table. If)108 679.2 R .977
-(the operating system on which)3.477 F F2(bash)3.478 E F1 .978
-(is running pro)3.478 F .978
-(vides these special \214les, bash will use them;)-.15 F
-(otherwise it will emulate them internally with the beha)108 691.2 Q
-(vior described belo)-.2 E -.65(w.)-.25 G(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(30)193.45 E 0 Cg EP
-%%Page: 31 31
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(/de)144 84 Q(v/fd/)-.15 E F0
-(fd)A F1(If)180 96 Q F0(fd)2.5 E F1(is a v)2.5 E(alid inte)-.25 E(ger)
--.15 E 2.5<2c8c>-.4 G(le descriptor)-2.5 E F0(fd)2.5 E F1
-(is duplicated.)2.5 E F2(/de)144 108 Q(v/stdin)-.15 E F1
-(File descriptor 0 is duplicated.)180 120 Q F2(/de)144 132 Q(v/stdout)
--.15 E F1(File descriptor 1 is duplicated.)180 144 Q F2(/de)144 156 Q
-(v/stderr)-.15 E F1(File descriptor 2 is duplicated.)180 168 Q F2(/de)
-144 180 Q(v/tcp/)-.15 E F0(host)A F2(/)A F0(port)A F1(If)180 192 Q F0
-(host)2.997 E F1 .497(is a v)2.997 F .497
+(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 F2(>)2.5 E F1
+(dirlist 2)2.5 E F2(>&)A F1(1)A
+(directs both standard output and standard error to the \214le)108 187.2
+Q F0(dirlist)2.85 E F1 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144 204
+Q F2(>&)A F1(1)A F2(>)2.5 E F1(dirlist)2.5 E .066
+(directs only the standard output to \214le)108 220.8 R F0(dirlist)2.916
+E F1 2.566(,b).68 G .067(ecause the standard error w)-2.566 F .067
+(as directed to the standard output)-.1 F(before the standard output w)
+108 232.8 Q(as redirected to)-.1 E F0(dirlist)2.85 E F1(.).68 E F2(Bash)
+108 249.6 Q F1 .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
+3.378(table. If)108 261.6 R .879(the operating system on which)3.378 F
+F2(bash)3.379 E F1 .879(is running pro)3.379 F .879
+(vides these special \214les,)-.15 F F2(bash)3.379 E F1 .879
+(will use them;)3.379 F
+(otherwise it will emulate them internally with the beha)108 273.6 Q
+(vior described belo)-.2 E -.65(w.)-.25 G F2(/de)144 290.4 Q(v/fd/)-.15
+E F0(fd)A F1(If)180 302.4 Q F0(fd)2.5 E F1(is a v)2.5 E(alid inte)-.25 E
+(ger)-.15 E 2.5(,d)-.4 G(uplicate \214le descriptor)-2.5 E F0(fd)2.5 E
+F1(.)A F2(/de)144 314.4 Q(v/stdin)-.15 E F1
+(File descriptor 0 is duplicated.)180 326.4 Q F2(/de)144 338.4 Q
+(v/stdout)-.15 E F1(File descriptor 1 is duplicated.)180 350.4 Q F2(/de)
+144 362.4 Q(v/stderr)-.15 E F1(File descriptor 2 is duplicated.)180
+374.4 Q F2(/de)144 386.4 Q(v/tcp/)-.15 E F0(host)A F2(/)A F0(port)A F1
+(If)180 398.4 Q F0(host)2.997 E F1 .497(is a v)2.997 F .497
 (alid hostname or Internet address, and)-.25 F F0(port)2.996 E F1 .496
 (is an inte)2.996 F .496(ger port number or ser)-.15 F(-)-.2 E
-(vice name,)180 204 Q F2(bash)2.5 E F1
+(vice name,)180 410.4 Q F2(bash)2.5 E F1
 (attempts to open the corresponding TCP sock)2.5 E(et.)-.1 E F2(/de)144
-216 Q(v/udp/)-.15 E F0(host)A F2(/)A F0(port)A F1(If)180 228 Q F0(host)
-2.996 E F1 .496(is a v)2.996 F .496
+422.4 Q(v/udp/)-.15 E F0(host)A F2(/)A F0(port)A F1(If)180 434.4 Q F0
+(host)2.996 E F1 .496(is a v)2.996 F .496
 (alid hostname or Internet address, and)-.25 F F0(port)2.997 E F1 .497
 (is an inte)2.997 F .497(ger port number or ser)-.15 F(-)-.2 E
-(vice name,)180 240 Q F2(bash)2.5 E F1
+(vice name,)180 446.4 Q F2(bash)2.5 E F1
 (attempts to open the corresponding UDP sock)2.5 E(et.)-.1 E 2.5(Af)108
-256.8 S(ailure to open or create a \214le causes the redirection to f)
+463.2 S(ailure to open or create a \214le causes the redirection to f)
 -2.6 E(ail.)-.1 E .046(Redirections using \214le descriptors greater th\
-an 9 should be used with care, as the)108 273.6 R 2.545(ym)-.15 G .045
+an 9 should be used with care, as the)108 480 R 2.545(ym)-.15 G .045
 (ay con\215ict with \214le de-)-2.545 F
-(scriptors the shell uses internally)108 285.6 Q(.)-.65 E F2(Redir)87
-302.4 Q(ecting Input)-.18 E F1 .391
-(Redirection of input causes the \214le whose name results from the e)
-108 314.4 R .391(xpansion of)-.15 F F0(wor)3.231 E(d)-.37 E F1 .391
-(to be opened for read-)3.661 F(ing on \214le descriptor)108 326.4 Q F0
-(n)2.86 E F1 2.5(,o).24 G 2.5(rt)-2.5 G
-(he standard input \(\214le descriptor 0\) if)-2.5 E F0(n)2.86 E F1
-(is not speci\214ed.)2.74 E
-(The general format for redirecting input is:)108 343.2 Q([)144 360 Q F0
-(n)A F1(])A F2(<)A F0(wor)A(d)-.37 E F2(Redir)87 376.8 Q(ecting Output)
--.18 E F1 .175
-(Redirection of output causes the \214le whose name results from the e)
-108 388.8 R .174(xpansion of)-.15 F F0(wor)3.014 E(d)-.37 E F1 .174
-(to be opened for writ-)3.444 F .083(ing on \214le descriptor)108 400.8
-R F0(n)2.943 E F1 2.583(,o).24 G 2.583(rt)-2.583 G .083
-(he standard output \(\214le descriptor 1\) if)-2.583 F F0(n)2.943 E F1
-.083(is not speci\214ed.)2.823 F .084(If the \214le does not e)5.083 F
-(x-)-.15 E(ist it is created; if it does e)108 412.8 Q
+(scriptors the shell uses internally)108 492 Q(.)-.65 E F2(Redir)87
+508.8 Q(ecting Input)-.18 E F1 .135
+(Redirecting input opens the \214le whose name results from the e)108
+520.8 R .135(xpansion of)-.15 F F0(wor)2.975 E(d)-.37 E F1 .136
+(for reading on \214le descrip-)3.406 F(tor)108 532.8 Q F0(n)2.86 E F1
+2.5(,o).24 G 2.5(rt)-2.5 G(he standard input \(\214le descriptor 0\) if)
+-2.5 E F0(n)2.86 E F1(is not speci\214ed.)2.74 E
+(The general format for redirecting input is:)108 549.6 Q([)144 566.4 Q
+F0(n)A F1(])A F2(<)A F0(wor)A(d)-.37 E F2(Redir)87 583.2 Q
+(ecting Output)-.18 E F1 1.05
+(Redirecting output opens the \214le whose name results from the e)108
+595.2 R 1.049(xpansion of)-.15 F F0(wor)3.889 E(d)-.37 E F1 1.049
+(for writing on \214le de-)4.319 F(scriptor)108 607.2 Q F0(n)3.448 E F1
+3.088(,o).24 G 3.088(rt)-3.088 G .588
+(he standard output \(\214le descriptor 1\) if)-3.088 F F0(n)3.448 E F1
+.588(is not speci\214ed.)3.328 F .588(If the \214le does not e)5.588 F
+.589(xist it is cre-)-.15 F(ated; if it does e)108 619.2 Q
 (xist it is truncated to zero size.)-.15 E
-(The general format for redirecting output is:)108 429.6 Q([)144 446.4 Q
+(The general format for redirecting output is:)108 636 Q([)144 652.8 Q
 F0(n)A F1(])A F2(>)A F0(wor)A(d)-.37 E F1 .155
-(If the redirection operator is)108 463.2 R F2(>)2.655 E F1 2.655(,a)C
+(If the redirection operator is)108 669.6 R F2(>)2.655 E F1 2.655(,a)C
 .155(nd the)-2.655 F F2(noclob)2.655 E(ber)-.1 E F1 .154(option to the)
 2.654 F F2(set)2.654 E F1 -.2(bu)2.654 G .154
-(iltin has been enabled, the redirection).2 F .076(will f)108 475.2 R
+(iltin has been enabled, the redirection).2 F .076(will f)108 681.6 R
 .076(ail if the \214le whose name results from the e)-.1 F .076
 (xpansion of)-.15 F F0(wor)2.576 E(d)-.37 E F1 -.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 487.2 R F2(>|)3.048 E F1 3.048(,o)C
+5.077 F .548(tion operator is)108 693.6 R F2(>|)3.048 E F1 3.048(,o)C
 3.048(rt)-3.048 G .548(he redirection operator is)-3.048 F F2(>)3.047 E
 F1 .547(and the)3.047 F F2(noclob)3.047 E(ber)-.1 E F1 .547
 (option to the)3.047 F F2(set)3.047 E F1 -.2(bu)3.047 G .547
-(iltin command is).2 F(not enabled, the redirection is attempted e)108
-499.2 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by)
--2.5 E F0(wor)2.5 E(d)-.37 E F1 -.15(ex)2.5 G(ists.).15 E F2 -.25(Ap)87
-516 S(pending Redir).25 E(ected Output)-.18 E F1 .641
-(Redirection of output in this f)108 528 R .642
-(ashion causes the \214le whose name results from the e)-.1 F .642
-(xpansion of)-.15 F F0(wor)3.482 E(d)-.37 E F1 .642(to be)3.912 F .455
-(opened for appending on \214le descriptor)108 540 R F0(n)3.315 E F1
-2.955(,o).24 G 2.955(rt)-2.955 G .455
-(he standard output \(\214le descriptor 1\) if)-2.955 F F0(n)3.314 E F1
-.454(is not speci\214ed.)3.194 F(If)5.454 E(the \214le does not e)108
-552 Q(xist it is created.)-.15 E
-(The general format for appending output is:)108 568.8 Q([)144 585.6 Q
-F0(n)A F1(])A F2(>>)A F0(wor)A(d)-.37 E F2(Redir)87 602.4 Q
-(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F1 .248
-(This construct allo)108 614.4 R .249(ws both the standard output \(\
-\214le descriptor 1\) and the standard error output \(\214le descrip-)
--.25 F(tor 2\) to be redirected to the \214le whose name is the e)108
-626.4 Q(xpansion of)-.15 E F0(wor)2.84 E(d)-.37 E F1(.).77 E
-(There are tw)108 643.2 Q 2.5(of)-.1 G
-(ormats for redirecting standard output and standard error:)-2.5 E F2
-(&>)144 660 Q F0(wor)A(d)-.37 E F1(and)108 672 Q F2(>&)144 684 Q F0(wor)
-A(d)-.37 E F1(Of the tw)108 700.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 717.6 Q F0(wor)A(d)-.37 E F1(2)2.5
-E F2(>&)A F1(1)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(31)193.45
+(iltin command is).2 F(not enabled,)108 705.6 Q F2(bash)2.5 E F1
+(attempts the redirection e)2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)
+-2.5 G(he \214le named by)-2.5 E F0(wor)2.5 E(d)-.37 E F1 -.15(ex)2.5 G
+(ists.).15 E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(32)190.395
 E 0 Cg EP
-%%Page: 32 32
+%%Page: 33 33
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .115(When using the second form,)108 84 R F0(wor)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.25(Ap)87 84 S
+(pending Redir).25 E(ected Output)-.18 E F1 3.408(Redirecting output)108
+96 R .908(in this f)3.408 F .908
+(ashion opens the \214le whose name results from the e)-.1 F .909
+(xpansion of)-.15 F F0(wor)3.749 E(d)-.37 E F1 .909(for ap-)4.179 F .64
+(pending on \214le descriptor)108 108 R F0(n)3.5 E F1 3.14(,o).24 G 3.14
+(rt)-3.14 G .64(he standard output \(\214le descriptor 1\) if)-3.14 F F0
+(n)3.499 E F1 .639(is not speci\214ed.)3.379 F .639(If the \214le does)
+5.639 F(not e)108 120 Q(xist it is created.)-.15 E
+(The general format for appending output is:)108 136.8 Q([)144 153.6 Q
+F0(n)A F1(])A F2(>>)A F0(wor)A(d)-.37 E F2(Redir)87 170.4 Q
+(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F1 .928(This \
+construct redirects both the standard output \(\214le descriptor 1\) an\
+d the standard error output \(\214le de-)108 182.4 R
+(scriptor 2\) to the \214le whose name is the e)108 194.4 Q(xpansion of)
+-.15 E F0(wor)2.84 E(d)-.37 E F1(.).77 E(There are tw)108 211.2 Q 2.5
+(of)-.1 G(ormats for redirecting standard output and standard error:)
+-2.5 E F2(&>)144 228 Q F0(wor)A(d)-.37 E F1(and)108 240 Q F2(>&)144 252
+Q F0(wor)A(d)-.37 E F1(Of the tw)108 268.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 285.6 Q F0(wor)A(d)-.37 E F1(2)2.5
+E F2(>&)A F1(1)A .115(When using the second form,)108 302.4 R F0(wor)
 2.614 E(d)-.37 E F1 .114(may not e)2.614 F .114(xpand to a number or)
--.15 F/F2 10/Times-Bold@0 SF<ad>2.614 E F1 5.114(.I)C 2.614(fi)-5.114 G
-2.614(td)-2.614 G .114(oes, other redirection operators)-2.614 F
-(apply \(see)108 96 Q F2(Duplicating File Descriptors)2.5 E F1(belo)2.5
-E(w\) for compatibility reasons.)-.25 E F2 -.25(Ap)87 112.8 S
-(pending Standard Output and Standard Err).25 E(or)-.18 E F1 .248
-(This construct allo)108 124.8 R .249(ws both the standard output \(\
-\214le descriptor 1\) and the standard error output \(\214le descrip-)
--.25 F(tor 2\) to be appended to the \214le whose name is the e)108
-136.8 Q(xpansion of)-.15 E F0(wor)2.84 E(d)-.37 E F1(.).77 E
-(The format for appending standard output and standard error is:)108
-153.6 Q F2(&>>)144 170.4 Q F0(wor)A(d)-.37 E F1
-(This is semantically equi)108 187.2 Q -.25(va)-.25 G(lent to).25 E F2
-(>>)144 204 Q F0(wor)A(d)-.37 E F1(2)2.5 E F2(>&)A F1(1)A(\(see)108
-220.8 Q F2(Duplicating File Descriptors)2.5 E F1(belo)2.5 E(w\).)-.25 E
-F2(Her)87 237.6 Q 2.5(eD)-.18 G(ocuments)-2.5 E F1 .211(This type of re\
-direction instructs the shell to read input from the current source unt\
-il it reads a line contain-)108 249.6 R .323(ing only)108 261.6 R F0
-(delimiter)3.173 E F1 .323(\(with no trailing blanks\).)3.553 F .323
-(All of the lines read up to that point are then used as the stan-)5.323
-F(dard input \(or \214le descriptor)108 273.6 Q F0(n)2.5 E F1(if)2.5 E
-F0(n)2.5 E F1(is speci\214ed\) for a command.)2.5 E
-(The format of here-documents is:)108 290.4 Q([)144 307.2 Q F0(n)A F1(])
-A F2(<<)A F1([)A F2<ad>A F1(])A F0(wor)A(d)-.37 E(her)164 319.2 Q
-(e-document)-.37 E(delimiter)144 331.2 Q F1 .302(No parameter and v)108
-348 R .302(ariable e)-.25 F .302
-(xpansion, command substitution, arithmetic e)-.15 F .301
-(xpansion, or pathname e)-.15 F(xpansion)-.15 E(is performed on)108 360
-Q F0(wor)2.84 E(d)-.37 E F1(.).77 E .052(If an)108 376.8 R 2.552(yp)-.15
-G .052(art of)-2.552 F F0(wor)2.892 E(d)-.37 E F1 .052(is quoted, the)
-3.322 F F0(delimiter)2.902 E F1 .052(is the result of quote remo)3.282 F
--.25(va)-.15 G 2.552(lo).25 G(n)-2.552 E F0(wor)2.892 E(d)-.37 E F1
-2.553(,a).77 G .053(nd the lines in the here-)-2.553 F .028
-(document are not e)108 388.8 R 2.528(xpanded. If)-.15 F F0(wor)2.528 E
-(d)-.37 E F1 .028(is unquoted, the)2.528 F F0(delimiter)2.878 E F1(is)
-3.258 E F0(wor)2.528 E(d)-.37 E F1 .027
-(itself, all lines of the here-document)2.527 F 1.194
-(are subjected to parameter e)108 400.8 R 1.194
-(xpansion, command substitution, and arithmetic e)-.15 F 1.195
-(xpansion, the character se-)-.15 F(quence)108 412.8 Q F2(\\<newline>)
-2.5 E F1(is ignored, and)2.5 E F2(\\)2.5 E F1
-(must be used to quote the characters)2.5 E F2(\\)2.5 E F1(,)A F2($)2.5
-E F1 2.5(,a)C(nd)-2.5 E F2<92>2.5 E F1(.)A .602
-(If the redirection operator is)108 429.6 R F2(<<\255)3.101 E F1 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 F0(delimiter)2.85 E F1 5
-(.T).73 G(his allo)-5 E
+-.15 F F2<ad>2.614 E F1 5.114(.I)C 2.614(fi)-5.114 G 2.614(td)-2.614 G
+.114(oes, other redirection operators)-2.614 F(apply \(see)108 314.4 Q
+F2(Duplicating File Descriptors)2.5 E F1(belo)2.5 E
+(w\) for compatibility reasons.)-.25 E F2 -.25(Ap)87 331.2 S
+(pending Standard Output and Standard Err).25 E(or)-.18 E F1 1.032(This\
+ construct appends both the standard output \(\214le descriptor 1\) and\
+ the standard error output \(\214le de-)108 343.2 R
+(scriptor 2\) to the \214le whose name is the e)108 355.2 Q(xpansion of)
+-.15 E F0(wor)2.84 E(d)-.37 E F1(.).77 E
+(The format for appending standard output and standard error is:)108 372
+Q F2(&>>)144 388.8 Q F0(wor)A(d)-.37 E F1(This is semantically equi)108
+405.6 Q -.25(va)-.25 G(lent to).25 E F2(>>)144 422.4 Q F0(wor)A(d)-.37 E
+F1(2)2.5 E F2(>&)A F1(1)A(\(see)108 439.2 Q F2
+(Duplicating File Descriptors)2.5 E F1(belo)2.5 E(w\).)-.25 E F2(Her)87
+456 Q 2.5(eD)-.18 G(ocuments)-2.5 E F1 .211(This type of redirection in\
+structs the shell to read input from the current source until it reads \
+a line contain-)108 468 R .269(ing only)108 480 R F0(delimiter)3.119 E
+F1 .269(\(with no trailing blanks\).)3.499 F .27
+(All of the lines read up to that point then become the standard)5.269 F
+(input \(or \214le descriptor)108 492 Q F0(n)2.5 E F1(if)2.5 E F0(n)2.5
+E F1(is speci\214ed\) for a command.)2.5 E
+(The format of here-documents is:)108 508.8 Q([)144 525.6 Q F0(n)A F1(])
+A F2(<<)A F1([)A F2<ad>A F1(])A F0(wor)A(d)-.37 E(her)164 537.6 Q
+(e-document)-.37 E(delimiter)144 549.6 Q F1 .241
+(The shell does not perform parameter and v)108 566.4 R .241(ariable e)
+-.25 F .241(xpansion, command substitution, arithmetic e)-.15 F
+(xpansion,)-.15 E(or pathname e)108 578.4 Q(xpansion is performed on)
+-.15 E F0(wor)2.84 E(d)-.37 E F1(.).77 E .052(If an)108 595.2 R 2.552
+(yp)-.15 G .052(art of)-2.552 F F0(wor)2.892 E(d)-.37 E F1 .052
+(is quoted, the)3.322 F F0(delimiter)2.902 E F1 .052
+(is the result of quote remo)3.282 F -.25(va)-.15 G 2.552(lo).25 G(n)
+-2.552 E F0(wor)2.892 E(d)-.37 E F1 2.553(,a).77 G .053
+(nd the lines in the here-)-2.553 F .102(document are not e)108 607.2 R
+2.602(xpanded. If)-.15 F F0(wor)2.602 E(d)-.37 E F1 .102
+(is unquoted, the)2.602 F F0(delimiter)2.952 E F1(is)3.332 E F0(wor)
+2.602 E(d)-.37 E F1 .101(itself, and the here-document te)2.602 F .101
+(xt is)-.15 F .131(treated similarly to a double-quoted string: all lin\
+es of the here-document are subjected to parameter e)108 619.2 R(xpan-)
+-.15 E .894(sion, command substitution, and arithmetic e)108 631.2 R
+.894(xpansion, the character sequence)-.15 F F2(\\<newline>)3.394 E F1
+.894(is treated liter)3.394 F(-)-.2 E(ally)108 643.2 Q 2.624(,a)-.65 G
+(nd)-2.624 E F2(\\)2.624 E F1 .124(must be used to quote the characters)
+2.624 F F2(\\)2.624 E F1(,)A F2($)2.624 E F1 2.624(,a)C(nd)-2.624 E F2
+<92>2.624 E F1 2.624(;h)C -.25(ow)-2.624 G -2.15 -.25(ev e).25 H .924
+-.4(r, d).25 H .124(ouble quote characters ha).4 F .424 -.15(ve n)-.2 H
+2.624(os).15 G(pecial)-2.624 E(meaning.)108 655.2 Q .971
+(If the redirection operator is)108 672 R F2(<<\255)3.471 E F1 3.471(,t)
+C .97(hen the shell strips all leading tab characters from input lines \
+and the)-3.471 F .365(line containing)108 684 R F0(delimiter)3.215 E F1
+5.365(.T).73 G .365(his allo)-5.365 F .365
 (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 F1
-2.5(Av)108 470.4 S(ariant of here documents, the format is:)-2.75 E([)
-144 487.2 Q F0(n)A F1(])A F2(<<<)A F0(wor)A(d)-.37 E F1(The)108 504 Q F0
-(wor)3.291 E(d)-.37 E F1(under)3.291 E .792(goes tilde e)-.18 F .792
-(xpansion, parameter and v)-.15 F .792(ariable e)-.25 F .792
-(xpansion, command substitution, arithmetic)-.15 F -.15(ex)108 516 S
-1.188(pansion, and quote remo).15 F -.25(va)-.15 G 3.687(l. P).25 F
-1.187(athname e)-.15 F 1.187(xpansion and w)-.15 F 1.187
-(ord splitting are not performed.)-.1 F 1.187(The result is)6.187 F .374
-(supplied as a single string, with a ne)108 528 R .375(wline appended, \
-to the command on its standard input \(or \214le descrip-)-.25 F(tor)108
-540 Q F0(n)2.5 E F1(if)2.5 E F0(n)2.5 E F1(is speci\214ed\).)2.5 E F2
-(Duplicating File Descriptors)87 556.8 Q F1(The redirection operator)108
-568.8 Q([)144 585.6 Q F0(n)A F1(])A F2(<&)A F0(wor)A(d)-.37 E F1 .127
-(is used to duplicate input \214le descriptors.)108 602.4 R(If)5.127 E
-F0(wor)2.967 E(d)-.37 E F1 -.15(ex)3.397 G .126
-(pands to one or more digits, the \214le descriptor denoted).15 F(by)108
-614.4 Q F0(n)3.317 E F1 .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 F0(wor)3.298 E(d)-.37 E F1
-.458(do not specify a \214le descriptor open)3.728 F .15
-(for input, a redirection error occurs.)108 626.4 R(If)5.15 E F0(wor)
-2.99 E(d)-.37 E F1 -.25(eva)3.42 G .15(luates to).25 F F2<ad>2.65 E F1
-2.649<2c8c>C .149(le descriptor)-2.649 F F0(n)3.009 E F1 .149
-(is closed.)2.889 F(If)5.149 E F0(n)3.009 E F1 .149(is not speci\214ed,)
-2.889 F(the standard input \(\214le descriptor 0\) is used.)108 638.4 Q
-(The operator)108 655.2 Q([)144 672 Q F0(n)A F1(])A F2(>&)A F0(wor)A(d)
--.37 E F1 .443
-(is used similarly to duplicate output \214le descriptors.)108 688.8 R
-(If)5.443 E F0(n)3.304 E F1 .444
-(is not speci\214ed, the standard output \(\214le descrip-)3.184 F .566
-(tor 1\) is used.)108 700.8 R .566(If the digits in)5.566 F F0(wor)3.406
-E(d)-.37 E F1 .566(do not specify a \214le descriptor open for output, \
-a redirection error oc-)3.836 F 3.203(curs. If)108 712.8 R F0(wor)3.543
-E(d)-.37 E F1 -.25(eva)3.973 G .703(luates to).25 F F2<ad>3.203 E F1
-3.203<2c8c>C .703(le descriptor)-3.203 F F0(n)3.563 E F1 .703
-(is closed.)3.443 F .703(As a special case, if)5.703 F F0(n)3.204 E F1
-.704(is omitted, and)3.204 F F0(wor)3.204 E(d)-.37 E F1(does)3.204 E
-.966(not e)108 724.8 R .966(xpand to one or more digits or)-.15 F F2<ad>
-3.466 E F1 3.466(,t)C .965
-(he standard output and standard error are redirected as described)
--3.466 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(32)193.45 E 0 Cg
-EP
-%%Page: 33 33
+-.25 F(ash-)-.1 E(ion.)108 696 Q .798
+(If the delimiter is not quoted, the)108 712.8 R F2(\\<newline>)3.298 E
+F1 .798(sequence is treated as a line continuation: the tw)3.298 F 3.297
+(ol)-.1 G .797(ines are)-3.297 F .972(joined and the backslash-ne)108
+724.8 R .972(wline is remo)-.25 F -.15(ve)-.15 G 3.472(d. This).15 F
+.973(happens while reading the here-document, before the)3.472 F
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(33)190.395 E 0 Cg EP
+%%Page: 34 34
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(pre)108 84 Q(viously)-.25 E(.)-.65 E/F2 10
-/Times-Bold@0 SF(Mo)87 100.8 Q(ving File Descriptors)-.1 E F1
-(The redirection operator)108 112.8 Q([)144 129.6 Q F0(n)A F1(])A F2(<&)
-A F0(digit)A F2<ad>A F1(mo)108 146.4 Q -.15(ve)-.15 G 3.017(st).15 G
-.517(he \214le descriptor)-3.017 F F0(digit)3.017 E F1 .517
-(to \214le descriptor)3.017 F F0(n)3.377 E F1 3.017(,o).24 G 3.017(rt)
--3.017 G .518(he standard input \(\214le descriptor 0\) if)-3.017 F F0
-(n)3.018 E F1 .518(is not speci-)3.018 F(\214ed.)108 158.4 Q F0(digit)5
-E F1(is closed after being duplicated to)2.5 E F0(n)2.5 E F1(.)A
-(Similarly)108 175.2 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)
-144 192 Q F0(n)A F1(])A F2(>&)A F0(digit)A F2<ad>A F1(mo)108 208.8 Q
--.15(ve)-.15 G 2.768(st).15 G .268(he \214le descriptor)-2.768 F F0
-(digit)2.768 E F1 .268(to \214le descriptor)2.768 F F0(n)3.128 E F1
-2.768(,o).24 G 2.768(rt)-2.768 G .267
-(he standard output \(\214le descriptor 1\) if)-2.768 F F0(n)2.767 E F1
-.267(is not speci-)2.767 F(\214ed.)108 220.8 Q F2
-(Opening File Descriptors f)87 237.6 Q(or Reading and Writing)-.25 E F1
-(The redirection operator)108 249.6 Q([)144 266.4 Q F0(n)A F1(])A F2(<>)
-A F0(wor)A(d)-.37 E F1 .518(causes the \214le whose name is the e)108
-283.2 R .518(xpansion of)-.15 F F0(wor)3.358 E(d)-.37 E F1 .518
-(to be opened for both reading and writing on \214le de-)3.788 F
-(scriptor)108 295.2 Q F0(n)2.86 E F1 2.5(,o).24 G 2.5(ro)-2.5 G 2.5
-<6e8c>-2.5 G(le descriptor 0 if)-2.5 E F0(n)2.86 E F1
-(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 312 Q
-F0(Aliases)108 324 Q F1(allo)3.002 E 3.002(was)-.25 G .502
-(tring to be substituted for a w)-3.002 F .502
+.25 E F1(\(1\)).95 E(check for the ending delimiter)108 84 Q 2.5(,s)-.4
+G 2.5(oj)-2.5 G(oined lines can form the end delimiter)-2.5 E(.)-.55 E
+/F2 10/Times-Bold@0 SF(Her)87 100.8 Q 2.5(eS)-.18 G(trings)-2.5 E F1 2.5
+(Av)108 112.8 S(ariant of here documents, the format is:)-2.75 E([)144
+129.6 Q F0(n)A F1(])A F2(<<<)A F0(wor)A(d)-.37 E F1(The)108 146.4 Q F0
+(wor)3.292 E(d)-.37 E F1(under)3.292 E .792(goes tilde e)-.18 F .792
+(xpansion, parameter and v)-.15 F .792(ariable e)-.25 F .791
+(xpansion, command substitution, arithmetic)-.15 F -.15(ex)108 158.4 S
+1.187(pansion, and quote remo).15 F -.25(va)-.15 G 3.687(l. P).25 F
+1.187(athname e)-.15 F 1.187(xpansion and w)-.15 F 1.187
+(ord splitting are not performed.)-.1 F 1.188(The result is)6.187 F .375
+(supplied as a single string, with a ne)108 170.4 R .374(wline appended\
+, to the command on its standard input \(or \214le descrip-)-.25 F(tor)
+108 182.4 Q F0(n)2.5 E F1(if)2.5 E F0(n)2.5 E F1(is speci\214ed\).)2.5 E
+F2(Duplicating File Descriptors)87 199.2 Q F1(The redirection operator)
+108 211.2 Q([)144 228 Q F0(n)A F1(])A F2(<&)A F0(wor)A(d)-.37 E F1 .512
+(is used to duplicate input \214le descriptors.)108 244.8 R(If)5.512 E
+F0(wor)3.352 E(d)-.37 E F1 -.15(ex)3.782 G .512
+(pands to one or more digits, \214le descriptor).15 F F0(n)3.372 E F1
+.513(is made)3.253 F .098(to be a cop)108 256.8 R 2.598(yo)-.1 G 2.598
+(ft)-2.598 G .098(hat \214le descriptor)-2.598 F 5.098(.I)-.55 G 2.598
+(ti)-5.098 G 2.598(sar)-2.598 G .098(edirection error if the digits in)
+-2.598 F F0(wor)2.938 E(d)-.37 E F1 .097
+(do not specify a \214le descrip-)3.368 F 1.04(tor open for input.)108
+268.8 R(If)6.04 E F0(wor)3.88 E(d)-.37 E F1 -.25(eva)4.31 G 1.04
+(luates to).25 F F2<ad>3.54 E F1 3.54<2c8c>C 1.04(le descriptor)-3.54 F
+F0(n)3.9 E F1 1.04(is closed.)3.78 F(If)6.04 E F0(n)3.9 E F1 1.04
+(is not speci\214ed, this uses the)3.78 F
+(standard input \(\214le descriptor 0\).)108 280.8 Q(The operator)108
+297.6 Q([)144 314.4 Q F0(n)A F1(])A F2(>&)A F0(wor)A(d)-.37 E F1 .31
+(is used similarly to duplicate output \214le descriptors.)108 331.2 R
+(If)5.31 E F0(n)3.17 E F1 .31
+(is not speci\214ed, this uses the standard output \(\214le)3.05 F .552
+(descriptor 1\).)108 343.2 R .552
+(It is a redirection error if the digits in)5.552 F F0(wor)3.392 E(d)
+-.37 E F1 .552(do not specify a \214le descriptor open for output.)3.822
+F(If)108 355.2 Q F0(wor)3.228 E(d)-.37 E F1 -.25(eva)3.658 G .388
+(luates to).25 F F2<ad>2.888 E F1 2.888<2c8c>C .388(le descriptor)-2.888
+F F0(n)3.248 E F1 .388(is closed.)3.128 F .388(As a special case, if)
+5.388 F F0(n)2.888 E F1 .387(is omitted, and)2.888 F F0(wor)2.887 E(d)
+-.37 E F1 .387(does not e)2.887 F(x-)-.15 E 1.062
+(pand to one or more digits or)108 367.2 R F2<ad>3.563 E F1 3.563(,t)C
+1.063
+(his redirects the standard output and standard error as described pre)
+-3.563 F(vi-)-.25 E(ously)108 379.2 Q(.)-.65 E F2(Mo)87 396 Q
+(ving File Descriptors)-.1 E F1(The redirection operator)108 408 Q([)144
+424.8 Q F0(n)A F1(])A F2(<&)A F0(digit)A F2<ad>A F1(mo)108 441.6 Q -.15
+(ve)-.15 G 3.018(st).15 G .518(he \214le descriptor)-3.018 F F0(digit)
+3.018 E F1 .518(to \214le descriptor)3.018 F F0(n)3.378 E F1 3.018(,o)
+.24 G 3.018(rt)-3.018 G .517
+(he standard input \(\214le descriptor 0\) if)-3.018 F F0(n)3.017 E F1
+.517(is not speci-)3.017 F(\214ed.)108 453.6 Q F0(digit)5 E F1
+(is closed after being duplicated to)2.5 E F0(n)2.5 E F1(.)A(Similarly)
+108 470.4 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)144 487.2 Q
+F0(n)A F1(])A F2(>&)A F0(digit)A F2<ad>A F1(mo)108 504 Q -.15(ve)-.15 G
+2.767(st).15 G .267(he \214le descriptor)-2.767 F F0(digit)2.767 E F1
+.267(to \214le descriptor)2.767 F F0(n)3.127 E F1 2.767(,o).24 G 2.767
+(rt)-2.767 G .268(he standard output \(\214le descriptor 1\) if)-2.767 F
+F0(n)2.768 E F1 .268(is not speci-)2.768 F(\214ed.)108 516 Q F2
+(Opening File Descriptors f)87 532.8 Q(or Reading and Writing)-.25 E F1
+(The redirection operator)108 544.8 Q([)144 561.6 Q F0(n)A F1(])A F2(<>)
+A F0(wor)A(d)-.37 E F1 .279(opens the \214le whose name is the e)108
+578.4 R .279(xpansion of)-.15 F F0(wor)3.119 E(d)-.37 E F1 .279
+(for both reading and writing on \214le descriptor)3.549 F F0(n)3.139 E
+F1 2.779(,o).24 G 2.779(ro)-2.779 G(n)-2.779 E(\214le descriptor 0 if)
+108 590.4 Q F0(n)2.86 E F1(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 607.2 Q F0(Aliases)108 619.2 Q F1(allo)3.001
+E 3.001(was)-.25 G .501(tring to be substituted for a w)-3.001 F .502
 (ord that is in a position in the input where it can be the \214rst)-.1
-F -.1(wo)108 336 S .555(rd of a simple command. Aliases ha).1 F .855
--.15(ve n)-.2 H .555(ames and corresponding v).15 F .556
-(alues that are set and unset using the)-.25 F F2(alias)108 348 Q F1
+F -.1(wo)108 631.2 S .409(rd of a simple command.).1 F .408(Aliases ha)
+5.408 F .708 -.15(ve n)-.2 H .408(ames and corresponding v).15 F .408
+(alues that are set and unset using the)-.25 F F2(alias)108 643.2 Q F1
 (and)2.5 E F2(unalias)2.5 E F1 -.2(bu)2.5 G(iltin commands \(see).2 E/F4
 9/Times-Bold@0 SF(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)
-2.25 E(w\).)-.25 E 1.034(If the shell reads an unquoted w)108 364.8 R
-1.033(ord in the right position, it checks the w)-.1 F 1.033
-(ord to see if it matches an alias)-.1 F .657
-(name. If it matches, the shell replaces the w)108 376.8 R .657
-(ord with the alias v)-.1 F .657(alue, and reads that v)-.25 F .658
-(alue as if it had been)-.25 F 1.082(read instead of the w)108 388.8 R
-3.582(ord. The)-.1 F 1.082(shell doesn')3.582 F 3.582(tl)-.18 G 1.082
-(ook at an)-3.582 F 3.582(yc)-.15 G 1.082(haracters follo)-3.582 F 1.082
-(wing the w)-.25 F 1.081(ord before attempting)-.1 F
-(alias substitution.)108 400.8 Q .264(The characters)108 417.6 R F2(/)
-2.764 E F1(,)A F2($)2.764 E F1(,)A F2<92>2.764 E F1 2.764(,a)C(nd)-2.764
-E F2(=)2.764 E F1 .264(and an)2.764 F 2.764(yo)-.15 G 2.764(ft)-2.764 G
-.264(he shell)-2.764 F F0(metac)2.764 E(har)-.15 E(acter)-.15 E(s)-.1 E
-F1 .264(or quoting characters listed abo)2.764 F .565 -.15(ve m)-.15 H
-.265(ay not).15 F .299(appear in an alias name.)108 429.6 R .298
-(The replacement te)5.298 F .298(xt may contain an)-.15 F 2.798(yv)-.15
-G .298(alid shell input, including shell metachar)-3.048 F(-)-.2 E 2.625
-(acters. The)108 441.6 R .125(\214rst w)2.625 F .125
-(ord of the replacement te)-.1 F .125(xt is tested for aliases, b)-.15 F
-.125(ut a w)-.2 F .126(ord that is identical to an alias be-)-.1 F .666
-(ing e)108 453.6 R .666(xpanded is not e)-.15 F .666
-(xpanded a second time.)-.15 F .666(This means that one may alias)5.666
-F F2(ls)3.166 E F1(to)3.166 E F2 .666(ls \255F)3.166 F F1 3.166(,f)C
-.666(or instance, and)-3.166 F F2(bash)108 465.6 Q F1
-(does not try to recursi)2.5 E -.15(ve)-.25 G(ly e).15 E
-(xpand the replacement te)-.15 E(xt.)-.15 E .858
-(If the last character of the alias v)108 482.4 R .858(alue is a)-.25 F
-F0(blank)3.628 E F1 3.358(,t).67 G .858(hen the ne)-3.358 F .858
-(xt command w)-.15 F .858(ord follo)-.1 F .858(wing the alias is also)
--.25 F(check)108 494.4 Q(ed for alias e)-.1 E(xpansion.)-.15 E
-(Aliases are created and listed with the)108 511.2 Q F2(alias)2.5 E F1
-(command, and remo)2.5 E -.15(ve)-.15 G 2.5(dw).15 G(ith the)-2.5 E F2
-(unalias)2.5 E F1(command.)2.5 E .742
-(There is no mechanism for using ar)108 528 R .741
+2.25 E(w\).)-.25 E 1.033(If the shell reads an unquoted w)108 660 R
+1.033(ord in the right position, it checks the w)-.1 F 1.034
+(ord to see if it matches an alias)-.1 F 3.039(name. If)108 672 R .538
+(it matches, the shell replaces the w)3.039 F .538(ord with the alias v)
+-.1 F .538(alue, and reads that v)-.25 F .538(alue as if it had been)
+-.25 F 1.081(read instead of the w)108 684 R 3.582(ord. The)-.1 F 1.082
+(shell doesn')3.582 F 3.582(tl)-.18 G 1.082(ook at an)-3.582 F 3.582(yc)
+-.15 G 1.082(haracters follo)-3.582 F 1.082(wing the w)-.25 F 1.082
+(ord before attempting)-.1 F(alias substitution.)108 696 Q .265
+(The characters)108 712.8 R F2(/)2.765 E F1(,)A F2($)2.765 E F1(,)A F2
+<92>2.765 E F1 2.764(,a)C(nd)-2.764 E F2(=)2.764 E F1 .264(and an)2.764
+F 2.764(yo)-.15 G 2.764(ft)-2.764 G .264(he shell)-2.764 F F0(metac)
+2.764 E(har)-.15 E(acter)-.15 E(s)-.1 E F1 .264
+(or quoting characters listed abo)2.764 F .564 -.15(ve m)-.15 H .264
+(ay not).15 F 3.136(appear in an alias name.)108 724.8 R 3.137
+(The replacement te)8.136 F 3.137(xt may contain an)-.15 F 5.637(yv)-.15
+G 3.137(alid shell input, including shell)-5.887 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(34)190.395 E 0 Cg EP
+%%Page: 35 35
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E 2.61(metacharacters. The)108 84 R .11(\214rst w)
+2.61 F .11(ord of the replacement te)-.1 F .109
+(xt is tested for aliases, b)-.15 F .109(ut a w)-.2 F .109
+(ord that is identical to an)-.1 F 1.207(alias being e)108 96 R 1.207
+(xpanded is not e)-.15 F 1.207(xpanded a second time.)-.15 F 1.208
+(This means that one may alias)6.207 F/F2 10/Times-Bold@0 SF(ls)3.708 E
+F1(to)3.708 E F2 1.208(ls \255F)3.708 F F1 3.708(,f)C 1.208(or in-)
+-3.708 F(stance, and)108 108 Q F2(bash)2.5 E F1(does not try to recursi)
+2.5 E -.15(ve)-.25 G(ly e).15 E(xpand the replacement te)-.15 E(xt.)-.15
+E 1.036(If the last character of the alias v)108 124.8 R 1.035
+(alue is a)-.25 F F0(blank)3.805 E F1 3.535(,t).67 G 1.035
+(he shell checks the ne)-3.535 F 1.035(xt command w)-.15 F 1.035
+(ord follo)-.1 F 1.035(wing the)-.25 F(alias for alias e)108 136.8 Q
+(xpansion.)-.15 E(Aliases are created and listed with the)108 153.6 Q F2
+(alias)2.5 E F1(command, and remo)2.5 E -.15(ve)-.15 G 2.5(dw).15 G
+(ith the)-2.5 E F2(unalias)2.5 E F1(command.)2.5 E .741
+(There is no mechanism for using ar)108 170.4 R .741
 (guments in the replacement te)-.18 F 3.241(xt. If)-.15 F(ar)3.241 E
-.741(guments are needed, use a shell)-.18 F(function \(see)108 540 Q F4
-(FUNCTIONS)2.5 E F1(belo)2.25 E(w\).)-.25 E .282(Aliases are not e)108
-556.8 R .282(xpanded when the shell is not interacti)-.15 F -.15(ve)-.25
-G 2.782(,u).15 G .282(nless the)-2.782 F F2(expand_aliases)2.783 E F1
-.283(shell option is set us-)2.783 F(ing)108 568.8 Q F2(shopt)2.5 E F1
-(\(see the description of)2.5 E F2(shopt)2.5 E F1(under)2.5 E F4
+.742(guments are needed, use a shell)-.18 F(function \(see)108 182.4 Q
+/F3 9/Times-Bold@0 SF(FUNCTIONS)2.5 E F1(belo)2.25 E(w\) instead.)-.25 E
+.283(Aliases are not e)108 199.2 R .283
+(xpanded when the shell is not interacti)-.15 F -.15(ve)-.25 G 2.782(,u)
+.15 G .282(nless the)-2.782 F F2(expand_aliases)2.782 E F1 .282
+(shell option is set us-)2.782 F(ing)108 211.2 Q F2(shopt)2.5 E F1
+(\(see the description of)2.5 E F2(shopt)2.5 E F1(under)2.5 E F3
 (SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25
-E .436
+E .435
 (The rules concerning the de\214nition and use of aliases are some)108
-585.6 R .435(what confusing.)-.25 F F2(Bash)5.435 E F1(al)2.935 E -.1
-(wa)-.1 G .435(ys reads at least).1 F .67
-(one complete line of input, and all lines that mak)108 597.6 R 3.17(eu)
+228 R .436(what confusing.)-.25 F F2(Bash)5.436 E F1(al)2.936 E -.1(wa)
+-.1 G .436(ys reads at least).1 F .67
+(one complete line of input, and all lines that mak)108 240 R 3.17(eu)
 -.1 G 3.17(pac)-3.17 G .67(ompound command, before e)-3.17 F -.15(xe)
 -.15 G .67(cuting an).15 F 3.17(yo)-.15 G 3.17(ft)-3.17 G(he)-3.17 E
-1.059(commands on that line or the compound command.)108 609.6 R 1.059
-(Aliases are e)6.059 F 1.058(xpanded when a command is read, not)-.15 F
-.074(when it is e)108 621.6 R -.15(xe)-.15 G 2.574(cuted. Therefore,).15
-F .075(an alias de\214nition appearing on the same line as another comm\
-and does not)2.574 F(tak)108 633.6 Q 2.838(ee)-.1 G -.25(ff)-2.838 G
-.338(ect until the ne).25 F .338(xt line of input is read.)-.15 F .337
-(The commands follo)5.337 F .337
-(wing the alias de\214nition on that line are)-.25 F .551(not af)108
-645.6 R .551(fected by the ne)-.25 F 3.051(wa)-.25 G 3.051(lias. This)
--3.051 F(beha)3.051 E .551(vior is also an issue when functions are e)
--.2 F -.15(xe)-.15 G 3.051(cuted. Aliases).15 F .552(are e)3.052 F(x-)
--.15 E .426(panded when a function de\214nition is read, not when the f\
-unction is e)108 657.6 R -.15(xe)-.15 G .425
-(cuted, because a function de\214nition).15 F .403(is itself a command.)
-108 669.6 R .403
-(As a consequence, aliases de\214ned in a function are not a)5.403 F
--.25(va)-.2 G .404(ilable until after that func-).25 F .862(tion is e)
-108 681.6 R -.15(xe)-.15 G 3.362(cuted. T).15 F 3.362(ob)-.8 G 3.362(es)
--3.362 G .862(afe, al)-3.362 F -.1(wa)-.1 G .862
-(ys put alias de\214nitions on a separate line, and do not use).1 F F2
-(alias)3.362 E F1 .862(in com-)3.362 F(pound commands.)108 693.6 Q -.15
-(Fo)108 710.4 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
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(33)193.45 E 0 Cg EP
-%%Page: 34 34
+1.058(commands on that line or the compound command.)108 252 R 1.059
+(Aliases are e)6.059 F 1.059(xpanded when a command is read, not)-.15 F
+.075(when it is e)108 264 R -.15(xe)-.15 G 2.575(cuted. Therefore,).15 F
+.075(an alias de\214nition appearing on the same line as another comman\
+d does not)2.575 F(tak)108 276 Q 2.838(ee)-.1 G -.25(ff)-2.838 G .339
+(ect until the shell reads the ne).25 F .339
+(xt line of input, and an alias de\214nition in a compound command does)
+-.15 F .032(not tak)108 288 R 2.532(ee)-.1 G -.25(ff)-2.532 G .032
+(ect until the shell parses and e).25 F -.15(xe)-.15 G .031
+(cutes the entire compound command.).15 F .031(The commands follo)5.031
+F(wing)-.25 E .725(the alias de\214nition on that line, or in the rest \
+of a compound command, are not af)108 300 R .726(fected by the ne)-.25 F
+3.226(wa)-.25 G(lias.)-3.226 E .658(This beha)108 312 R .658
+(vior is also an issue when functions are e)-.2 F -.15(xe)-.15 G 3.157
+(cuted. Aliases).15 F .657(are e)3.157 F .657
+(xpanded when a function de\214ni-)-.15 F .08
+(tion is read, not when the function is e)108 324 R -.15(xe)-.15 G .081
+(cuted, because a function de\214nition is itself a command.).15 F .081
+(As a con-)5.081 F .265
+(sequence, aliases de\214ned in a function are not a)108 336 R -.25(va)
+-.2 G .264(ilable until after that function is e).25 F -.15(xe)-.15 G
+2.764(cuted. T).15 F 2.764(ob)-.8 G 2.764(es)-2.764 G .264(afe, al-)
+-2.764 F -.1(wa)108 348 S
+(ys put alias de\214nitions on a separate line, and do not use).1 E F2
+(alias)2.5 E F1(in compound commands.)2.5 E -.15(Fo)108 364.8 S 2.5(ra)
+.15 G(lmost e)-2.5 E -.15(ve)-.25 G
+(ry purpose, shell functions are preferable to aliases.).15 E/F4 10.95
+/Times-Bold@0 SF(FUNCTIONS)72 381.6 Q F1 3.467(As)108 393.6 S .967
+(hell function, de\214ned as described abo)-3.467 F 1.267 -.15(ve u)-.15
+H(nder).15 E F3 .967(SHELL GRAMMAR)3.467 F/F5 9/Times-Roman@0 SF(,)A F1
+.968(stores a series of commands for)3.217 F .535(later e)108 405.6 R
+-.15(xe)-.15 G 3.035(cution. When).15 F .534(the name of a shell functi\
+on is used as a simple command name, the shell e)3.035 F -.15(xe)-.15 G
+(cutes).15 E .294
+(the list of commands associated with that function name.)108 417.6 R
+.295(Functions are e)5.295 F -.15(xe)-.15 G .295(cuted in the conte).15
+F .295(xt of the call-)-.15 F 1.627(ing shell; there is no ne)108 429.6
+R 4.127(wp)-.25 G 1.627
+(rocess created to interpret them \(contrast this with the e)-4.127 F
+-.15(xe)-.15 G 1.626(cution of a shell).15 F(script\).)108 441.6 Q .255
+(When a function is e)108 458.4 R -.15(xe)-.15 G .255(cuted, the ar).15
+F .256
+(guments to the function become the positional parameters during its e)
+-.18 F(x-)-.15 E 2.508(ecution. The)108 470.4 R .008(special parameter)
+2.508 F F2(#)2.508 E F1 .008(is updated to re\215ect the ne)2.508 F
+2.507(wp)-.25 G .007(ositional parameters.)-2.507 F .007
+(Special parameter)5.007 F F2(0)2.507 E F1(is)2.507 E 2.637
+(unchanged. The)108 482.4 R .138(\214rst element of the)2.637 F F3
+(FUNCN)2.638 E(AME)-.18 E F1 -.25(va)2.388 G .138
+(riable is set to the name of the function while the func-).25 F
+(tion is e)108 494.4 Q -.15(xe)-.15 G(cuting.).15 E 1.25
+(All other aspects of the shell e)108 511.2 R -.15(xe)-.15 G 1.25
+(cution en).15 F 1.25
+(vironment are identical between a function and its caller with)-.4 F
+1.214(these e)108 523.2 R 1.214(xceptions: the)-.15 F F3(DEB)3.714 E(UG)
+-.09 E F1(and)3.464 E F2(RETURN)3.715 E F1 1.215
+(traps \(see the description of the)3.715 F F2(trap)3.715 E F1 -.2(bu)
+3.715 G 1.215(iltin under).2 F F3(SHELL)3.715 E -.09(BU)108 535.2 S(IL)
+.09 E .479(TIN COMMANDS)-.828 F F1(belo)2.729 E .479
+(w\) are not inherited unless the function has been gi)-.25 F -.15(ve)
+-.25 G 2.978(nt).15 G(he)-2.978 E F2(trace)2.978 E F1(attrib)2.978 E
+.478(ute \(see)-.2 F .42(the description of the)108 547.2 R F3(declar)
+2.92 E(e)-.162 E F1 -.2(bu)2.67 G .42(iltin belo).2 F .42(w\) or the)
+-.25 F F2 .42(\255o functrace)2.92 F F1 .42
+(shell option has been enabled with the)2.92 F F2(set)2.921 E F1 -.2(bu)
+108 559.2 S .072(iltin \(in which case all functions inherit the).2 F F2
+(DEB)2.572 E(UG)-.1 E F1(and)2.572 E F2(RETURN)2.572 E F1 .072
+(traps\), and the)2.572 F F3(ERR)2.571 E F1 .071(trap is not inher)2.321
+F(-)-.2 E(ited unless the)108 571.2 Q F2(\255o errtrace)2.5 E F1
+(shell option has been enabled.)2.5 E -1.11(Va)108 588 S .942
+(riables local to the function are declared with the)1.11 F F2(local)
+3.442 E F1 -.2(bu)3.442 G .942(iltin command \().2 F F0 .943
+(local variables)B F1 3.443(\). Ordinarily)B(,)-.65 E -.25(va)108 600 S
+.391(riables and their v).25 F .391
+(alues are shared between the function and its caller)-.25 F 5.39(.I)
+-.55 G 2.89(fav)-5.39 G .39(ariable is declared)-3.14 F F2(local)2.89 E
+F1 2.89(,t)C(he)-2.89 E -.25(va)108 612 S(riable').25 E 2.5(sv)-.55 G(i\
+sible scope is restricted to that function and its children \(including\
+ the functions it calls\).)-2.5 E .726(In the follo)108 628.8 R .726
+(wing description, the)-.25 F F0(curr)3.226 E .726(ent scope)-.37 F F1
+.727(is a currently- e)3.226 F -.15(xe)-.15 G .727(cuting function.).15
+F(Pre)5.727 E .727(vious scopes consist)-.25 F .966(of that function')
+108 640.8 R 3.466(sc)-.55 G .966(aller and so on, back to the \231globa\
+l\232 scope, where the shell is not e)-3.466 F -.15(xe)-.15 G .965
+(cuting an).15 F 3.465(ys)-.15 G(hell)-3.465 E 3.158(function. A)108
+652.8 R .658(local v)3.158 F .658(ariable at the current scope is a v)
+-.25 F .658(ariable declared using the)-.25 F F2(local)3.159 E F1(or)
+3.159 E F2(declar)3.159 E(e)-.18 E F1 -.2(bu)3.159 G .659(iltins in).2 F
+(the function that is currently e)108 664.8 Q -.15(xe)-.15 G(cuting.).15
+E .588(Local v)108 681.6 R .588(ariables \231shado)-.25 F .588(w\232 v)
+-.25 F .587(ariables with the same name declared at pre)-.25 F .587
+(vious scopes.)-.25 F -.15(Fo)5.587 G 3.087(ri).15 G .587
+(nstance, a local)-3.087 F -.25(va)108 693.6 S .782
+(riable declared in a function hides v).25 F .782
+(ariables with the same name declared at pre)-.25 F .782
+(vious scopes, including)-.25 F 1.248(global v)108 705.6 R 1.248
+(ariables: references and assignments refer to the local v)-.25 F 1.248
+(ariable, lea)-.25 F 1.248(ving the v)-.2 F 1.247(ariables at pre)-.25 F
+(vious)-.25 E(scopes unmodi\214ed.)108 717.6 Q
+(When the function returns, the global v)5 E(ariable is once ag)-.25 E
+(ain visible.)-.05 E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(35)
+190.395 E 0 Cg EP
+%%Page: 36 36
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(FUNCTIONS)72 84 Q F1 3.467
-(As)108 96 S .967(hell function, de\214ned as described abo)-3.467 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 F1 .968
-(stores a series of commands for)3.217 F 1.002(later e)108 108 R -.15
-(xe)-.15 G 3.502(cution. When).15 F 1.002(the name of a shell function \
-is used as a simple command name, the list of com-)3.502 F .315
-(mands associated with that function name is e)108 120 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 132 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 144 R -.15(xe)-.15 G .639(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 156 R
-/F5 10/Times-Bold@0 SF(#)3.033 E F1 .532
-(is updated to re\215ect the change.)3.033 F .532(Special parameter)
-5.532 F F5(0)3.032 E F1 .532(is unchanged.)3.032 F .532
-(The \214rst ele-)5.532 F(ment of the)108 168 Q F3(FUNCN)2.5 E(AME)-.18
-E F1 -.25(va)2.25 G
-(riable is set to the name of the function while the function is e).25 E
--.15(xe)-.15 G(cuting.).15 E 1.25(All other aspects of the shell e)108
-184.8 R -.15(xe)-.15 G 1.25(cution en).15 F 1.25
-(vironment are identical between a function and its caller with)-.4 F
-1.215(these e)108 196.8 R 1.215(xceptions: the)-.15 F F3(DEB)3.715 E(UG)
--.09 E F1(and)3.465 E F5(RETURN)3.715 E F1 1.215
-(traps \(see the description of the)3.715 F F5(trap)3.714 E F1 -.2(bu)
-3.714 G 1.214(iltin under).2 F F3(SHELL)3.714 E -.09(BU)108 208.8 S(IL)
-.09 E .478(TIN COMMANDS)-.828 F F1(belo)2.728 E .479
-(w\) are not inherited unless the function has been gi)-.25 F -.15(ve)
--.25 G 2.979(nt).15 G(he)-2.979 E F5(trace)2.979 E F1(attrib)2.979 E
-.479(ute \(see)-.2 F .421(the description of the)108 220.8 R F3(declar)
-2.92 E(e)-.162 E F1 -.2(bu)2.67 G .42(iltin belo).2 F .42(w\) or the)
--.25 F F5 .42(\255o functrace)2.92 F F1 .42
-(shell option has been enabled with the)2.92 F F5(set)2.92 E F1 -.2(bu)
-108 232.8 S .071(iltin \(in which case all functions inherit the).2 F F5
-(DEB)2.572 E(UG)-.1 E F1(and)2.572 E F5(RETURN)2.572 E F1 .072
-(traps\), and the)2.572 F F3(ERR)2.572 E F1 .072(trap is not inher)2.322
-F(-)-.2 E(ited unless the)108 244.8 Q F5(\255o errtrace)2.5 E F1
-(shell option has been enabled.)2.5 E -1.11(Va)108 261.6 S .368
-(riables local to the function may be declared with the)1.11 F F5(local)
-2.868 E F1 -.2(bu)2.868 G .368(iltin command \().2 F F0 .368
-(local variables)B F1 2.868(\). Ordinar)B(-)-.2 E(ily)108 273.6 Q 2.88
-(,v)-.65 G .38(ariables and their v)-3.13 F .38
-(alues are shared between the function and its caller)-.25 F 5.38(.I)
--.55 G 2.88(fav)-5.38 G .38(ariable is declared)-3.13 F F5(local)2.88 E
-F1(,)A(the v)108 285.6 Q(ariable')-.25 E 2.5(sv)-.55 G(isible scope is \
-restricted to that function and its children \(including the functions \
-it calls\).)-2.5 E .727(In the follo)108 302.4 R .727
-(wing description, the)-.25 F F0(curr)3.227 E .727(ent scope)-.37 F F1
-.726(is a currently- e)3.226 F -.15(xe)-.15 G .726(cuting function.).15
-F(Pre)5.726 E .726(vious scopes consist)-.25 F .965(of that function')
-108 314.4 R 3.465(sc)-.55 G .966(aller and so on, back to the \231globa\
-l\232 scope, where the shell is not e)-3.465 F -.15(xe)-.15 G .966
-(cuting an).15 F 3.466(ys)-.15 G(hell)-3.466 E 3.41
-(function. Consequently)108 326.4 R 3.41(,al)-.65 G .91(ocal v)-3.41 F
-.909(ariable at the current scope is a v)-.25 F .909
-(ariable declared using the)-.25 F F5(local)3.409 E F1(or)3.409 E F5
-(de-)3.409 E(clar)108 338.4 Q(e)-.18 E F1 -.2(bu)2.5 G
-(iltins in the function that is currently e).2 E -.15(xe)-.15 G(cuting.)
-.15 E .587(Local v)108 355.2 R .587(ariables \231shado)-.25 F .587
-(w\232 v)-.25 F .587(ariables with the same name declared at pre)-.25 F
-.588(vious scopes.)-.25 F -.15(Fo)5.588 G 3.088(ri).15 G .588
-(nstance, a local)-3.088 F -.25(va)108 367.2 S .581
-(riable declared in a function hides a global v).25 F .58
-(ariable of the same name: references and assignments refer)-.25 F .182
-(to the local v)108 379.2 R .182(ariable, lea)-.25 F .183
-(ving the global v)-.2 F .183(ariable unmodi\214ed.)-.25 F .183
-(When the function returns, the global v)5.183 F(ariable)-.25 E
-(is once ag)108 391.2 Q(ain visible.)-.05 E .727(The shell uses)108 408
-R F0 .727(dynamic scoping)3.227 F F1 .726(to control a v)3.227 F
-(ariable')-.25 E 3.226(sv)-.55 G .726(isibility within functions.)-3.226
-F -.4(Wi)5.726 G .726(th dynamic scoping,).4 F .007(visible v)108 420 R
-.007(ariables and their v)-.25 F .007
+.25 E F1(\(1\)).95 E .726(The shell uses)108 84 R F0 .726
+(dynamic scoping)3.226 F F1 .726(to control a v)3.226 F(ariable')-.25 E
+3.227(sv)-.55 G .727(isibility within functions.)-3.227 F -.4(Wi)5.727 G
+.727(th dynamic scoping,).4 F .008(visible v)108 96 R .008
+(ariables and their v)-.25 F .007
 (alues are a result of the sequence of function calls that caused e)-.25
-F -.15(xe)-.15 G .008(cution to reach).15 F .814(the current function.)
-108 432 R .813(The v)5.814 F .813(alue of a v)-.25 F .813
-(ariable that a function sees depends on its v)-.25 F .813
-(alue within its caller)-.25 F 3.313(,i)-.4 G(f)-3.313 E(an)108 444 Q
+F -.15(xe)-.15 G .007(cution to reach).15 F .813(the current function.)
+108 108 R .813(The v)5.813 F .813(alue of a v)-.25 F .813
+(ariable that a function sees depends on its v)-.25 F .814
+(alue within its caller)-.25 F 3.314(,i)-.4 G(f)-3.314 E(an)108 120 Q
 1.427 -.65(y, w)-.15 H .127
 (hether that caller is the global scope or another shell function.).65 F
 .127(This is also the v)5.127 F .127(alue that a local v)-.25 F(ari-)
--.25 E(able declaration shado)108 456 Q(ws, and the v)-.25 E
+-.25 E(able declaration shado)108 132 Q(ws, and the v)-.25 E
 (alue that is restored when the function returns.)-.25 E -.15(Fo)108
-472.8 S 2.724(re).15 G .224(xample, if a v)-2.874 F(ariable)-.25 E F0
-(var)2.724 E F1 .223(is declared as local in function)2.724 F F0(func1)
-2.723 E F1 2.723(,a)C(nd)-2.723 E F0(func1)2.723 E F1 .223
-(calls another function)2.723 F F0(func2)2.723 E F1(,)A .463
-(references to)108 484.8 R F0(var)2.963 E F1 .463(made from within)2.963
-F F0(func2)2.963 E F1 .463(will resolv)2.963 F 2.964(et)-.15 G 2.964(ot)
--2.964 G .464(he local v)-2.964 F(ariable)-.25 E F0(var)2.964 E F1(from)
-2.964 E F0(func1)2.964 E F1 2.964(,s)C(hado)-2.964 E .464(wing an)-.25 F
-(y)-.15 E(global v)108 496.8 Q(ariable named)-.25 E F0(var)2.5 E F1(.)A
-(The)108 513.6 Q F5(unset)2.983 E F1 -.2(bu)2.983 G .483
-(iltin also acts using the same dynamic scope: if a v).2 F .482
-(ariable is local to the current scope,)-.25 F F5(unset)2.982 E F1 .19
-(will unset it; otherwise the unset will refer to the v)108 525.6 R .19
+148.8 S 2.723(re).15 G .223(xample, if a v)-2.873 F(ariable)-.25 E F0
+(var)2.723 E F1 .223(is declared as local in function)2.723 F F0(func1)
+2.723 E F1 2.724(,a)C(nd)-2.724 E F0(func1)2.724 E F1 .224
+(calls another function)2.724 F F0(func2)2.724 E F1(,)A .464
+(references to)108 160.8 R F0(var)2.964 E F1 .464(made from within)2.964
+F F0(func2)2.964 E F1 .464(will resolv)2.964 F 2.964(et)-.15 G 2.963(ot)
+-2.964 G .463(he local v)-2.963 F(ariable)-.25 E F0(var)2.963 E F1(from)
+2.963 E F0(func1)2.963 E F1 2.963(,s)C(hado)-2.963 E .463(wing an)-.25 F
+(y)-.15 E(global v)108 172.8 Q(ariable named)-.25 E F0(var)2.5 E F1(.)A
+(The)108 189.6 Q/F2 10/Times-Bold@0 SF(unset)2.982 E F1 -.2(bu)2.982 G
+.482(iltin also acts using the same dynamic scope: if a v).2 F .483
+(ariable is local to the current scope,)-.25 F F2(unset)2.983 E F1 .19
+(will unset it; otherwise the unset will refer to the v)108 201.6 R .19
 (ariable found in an)-.25 F 2.69(yc)-.15 G .19
 (alling scope as described abo)-2.69 F -.15(ve)-.15 G 5.19(.I).15 G(f)
--5.19 E 3.325(av)108 537.6 S .824(ariable at the current local scope is\
+-5.19 E 3.324(av)108 213.6 S .824(ariable at the current local scope is\
  unset, it will remain so \(appearing as unset\) until it is reset in t\
-hat)-3.575 F 1.141(scope or until the function returns.)108 549.6 R
+hat)-3.574 F 1.142(scope or until the function returns.)108 225.6 R
 1.141(Once the function returns, an)6.141 F 3.641(yi)-.15 G 1.141
-(nstance of the v)-3.641 F 1.142(ariable at a pre)-.25 F(vious)-.25 E
-.977(scope will become visible.)108 561.6 R .976
-(If the unset acts on a v)5.977 F .976(ariable at a pre)-.25 F .976
-(vious scope, an)-.25 F 3.476(yi)-.15 G .976(nstance of a v)-3.476 F
-(ariable)-.25 E .007(with that name that had been shado)108 573.6 R .008
-(wed will become visible \(see belo)-.25 F 2.508(wh)-.25 G .508 -.25
-(ow t)-2.508 H(he).25 E F5(localv)2.508 E(ar_unset)-.1 E F1 .008
-(shell option)2.508 F(changes this beha)108 585.6 Q(vior\).)-.2 E(The)
-108 602.4 Q F5(FUNCNEST)3.529 E F1 -.25(va)3.529 G 1.028
+(nstance of the v)-3.641 F 1.141(ariable at a pre)-.25 F(vious)-.25 E
+.976(scope will become visible.)108 237.6 R .976
+(If the unset acts on a v)5.976 F .976(ariable at a pre)-.25 F .977
+(vious scope, an)-.25 F 3.477(yi)-.15 G .977(nstance of a v)-3.477 F
+(ariable)-.25 E .008(with that name that had been shado)108 249.6 R .007
+(wed will become visible \(see belo)-.25 F 2.507(wh)-.25 G .507 -.25
+(ow t)-2.507 H(he).25 E F2(localv)2.507 E(ar_unset)-.1 E F1 .007
+(shell option)2.507 F(changes this beha)108 261.6 Q(vior\).)-.2 E(The)
+108 278.4 Q F2(FUNCNEST)3.528 E F1 -.25(va)3.528 G 1.028
 (riable, if set to a numeric v).25 F 1.028
 (alue greater than 0, de\214nes a maximum function nesting)-.25 F(le)108
-614.4 Q -.15(ve)-.25 G 2.5(l. Function).15 F(in)2.5 E -.2(vo)-.4 G
+290.4 Q -.15(ve)-.25 G 2.5(l. Function).15 F(in)2.5 E -.2(vo)-.4 G
 (cations that e).2 E(xceed the limit cause the entire command to abort.)
--.15 E .043(If the b)108 631.2 R .043(uiltin command)-.2 F F5 -.18(re)
+-.15 E .044(If the b)108 307.2 R .043(uiltin command)-.2 F F2 -.18(re)
 2.543 G(tur).18 E(n)-.15 E F1 .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 643.2 R 1.012
-(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 F5(RETURN)3.511 E F1 1.011
-(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E .213(before e)108 655.2 R
--.15(xe)-.15 G .213(cution resumes.).15 F .213
-(When a function completes, the v)5.213 F .214
-(alues of the positional parameters and the spe-)-.25 F(cial parameter)
-108 667.2 Q F5(#)2.5 E F1(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 684 R F5
-<ad66>3.858 E F1 1.358(option to the)3.858 F F5(declar)3.858 E(e)-.18 E
-F1(or)3.858 E F5(typeset)3.858 E F1 -.2(bu)3.858 G 1.358(iltin com-).2 F
-3.39(mands. The)108 696 R F5<ad46>3.39 E F1 .89(option to)3.39 F F5
-(declar)3.39 E(e)-.18 E F1(or)3.39 E F5(typeset)3.39 E F1 .89
-(will list the function names only \(and optionally the source)3.39 F
-.047(\214le and line number)108 708 R 2.546(,i)-.4 G 2.546(ft)-2.546 G
-(he)-2.546 E F5(extdeb)2.546 E(ug)-.2 E F1 .046
-(shell option is enabled\).)2.546 F .046(Functions may be e)5.046 F .046
-(xported so that child shell)-.15 F .492
-(processes \(those created when e)108 720 R -.15(xe)-.15 G .492
-(cuting a separate shell in).15 F -.2(vo)-.4 G .492
-(cation\) automatically ha).2 F .793 -.15(ve t)-.2 H .493
-(hem de\214ned with).15 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(34)193.45 E 0 Cg EP
-%%Page: 35 35
+.043(cution resumes with).15 F .682(the ne)108 319.2 R .683
+(xt command after the function call.)-.15 F(If)5.683 E F2 -.18(re)3.183
+G(tur).18 E(n)-.15 E F1 .683(is supplied a numeric ar)3.183 F .683
+(gument, that is the function')-.18 F(s)-.55 E .852
+(return status; otherwise the function')108 331.2 R 3.351(sr)-.55 G .851
+(eturn status is the e)-3.351 F .851(xit status of the last command e)
+-.15 F -.15(xe)-.15 G .851(cuted before).15 F(the)108 343.2 Q F2 -.18
+(re)4.666 G(tur).18 E(n)-.15 E F1 7.166(.A)C 2.466 -.15(ny c)-7.166 H
+2.166(ommand associated with the).15 F F2(RETURN)4.666 E F1 2.166
+(trap is e)4.666 F -.15(xe)-.15 G 2.166(cuted before e).15 F -.15(xe)
+-.15 G 2.167(cution resumes.).15 F .13(When a function completes, the v)
+108 355.2 R .13
+(alues of the positional parameters and the special parameter)-.25 F F2
+(#)2.63 E F1 .13(are restored)2.63 F(to the v)108 367.2 Q(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(The)108 384 Q F2<ad66>2.804 E F1 .304
+(option to the)2.804 F F2(declar)2.804 E(e)-.18 E F1(or)2.804 E F2
+(typeset)2.804 E F1 -.2(bu)2.804 G .304
+(iltin commands will list function names and de\214nitions.).2 F(The)
+5.305 E F2<ad46>2.805 E F1 .432(option to)108 396 R F2(declar)2.932 E(e)
+-.18 E F1(or)2.932 E F2(typeset)2.932 E F1 .432(will list the function \
+names only \(and optionally the source \214le and line num-)2.932 F(ber)
+108 408 Q 2.533(,i)-.4 G 2.533(ft)-2.533 G(he)-2.533 E F2(extdeb)2.533 E
+(ug)-.2 E F1 .033(shell option is enabled\).)2.533 F .034
+(Functions may be e)5.033 F .034
+(xported so that child shell processes \(those)-.15 F .638
+(created when e)108 420 R -.15(xe)-.15 G .638
+(cuting a separate shell in).15 F -.2(vo)-.4 G .638
+(cation\) automatically ha).2 F .938 -.15(ve t)-.2 H .638
+(hem de\214ned with the).15 F F2<ad66>3.138 E F1 .638(option to)3.138 F
+(the)108 432 Q F2(export)2.5 E F1 -.2(bu)2.5 G 2.5(iltin. The).2 F F2
+<ad66>2.5 E F1(option to the)2.5 E F2(unset)2.5 E F1 -.2(bu)2.5 G
+(iltin will delete a function de\214nition.).2 E .371
+(Functions may be recursi)108 448.8 R -.15(ve)-.25 G 5.371(.T).15 G(he)
+-5.371 E F2(FUNCNEST)2.871 E F1 -.25(va)2.871 G .371
+(riable may be used to limit the depth of the function call).25 F .422
+(stack and restrict the number of function in)108 460.8 R -.2(vo)-.4 G
+2.922(cations. By).2 F(def)2.922 E(ault,)-.1 E F2(bash)2.922 E F1 .421
+(imposes no limit on the number of)2.922 F(recursi)108 472.8 Q .3 -.15
+(ve c)-.25 H(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV)72 489.6
+Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F1 1.088(The shell allo)108
+501.6 R 1.088(ws arithmetic e)-.25 F 1.089(xpressions to be e)-.15 F
+-.25(va)-.25 G 1.089(luated, under certain circumstances \(see the).25 F
+F2(let)3.589 E F1(and)3.589 E F2(de-)3.589 E(clar)108 513.6 Q(e)-.18 E
+F1 -.2(bu)3.188 G .688(iltin commands, the).2 F F2(\(\()3.188 E F1 .688
+(compound command, the arithmetic)3.188 F F2 -.25(fo)3.188 G(r).25 E F1
+.688(command, the)3.188 F F2([[)3.188 E F1 .687(conditional com-)3.187 F
+(mand, and)108 525.6 Q F2(Arithmetic Expansion)2.5 E F1(\).)A(Ev)108
+542.4 Q .256(aluation is done in the lar)-.25 F .256(gest \214x)-.18 F
+.256(ed-width inte)-.15 F .256(gers a)-.15 F -.25(va)-.2 G .256
+(ilable, with no check for o).25 F -.15(ve)-.15 G(r\215o).15 E 1.556
+-.65(w, t)-.25 H .256(hough di).65 F(vision)-.25 E .058
+(by 0 is trapped and \215agged as an error)108 554.4 R 5.058(.T)-.55 G
+.058(he operators and their precedence, associati)-5.058 F(vity)-.25 E
+2.557(,a)-.65 G .057(nd v)-2.557 F .057(alues are the)-.25 F .221
+(same as in the C language.)108 566.4 R .222(The follo)5.222 F .222
+(wing list of operators is grouped into le)-.25 F -.15(ve)-.25 G .222
+(ls of equal-precedence oper).15 F(-)-.2 E 2.5(ators. The)108 578.4 R
+(le)2.5 E -.15(ve)-.25 G
+(ls are listed in order of decreasing precedence.).15 E F0(id)108 595.2
+Q F2(++)A F0(id)2.5 E F2<adad>A F1 -.25(va)144 607.2 S
+(riable post-increment and post-decrement).25 E F2(++)108 619.2 Q F0(id)
+A F2<adad>2.5 E F0(id)A F1 -.25(va)144 631.2 S
+(riable pre-increment and pre-decrement).25 E F2 2.5<ad2b>108 643.2 S F1
+(unary minus and plus)144 643.2 Q F2 2.5<2101>108 655.2 S F1
+(logical and bitwise ne)144 655.2 Q -.05(ga)-.15 G(tion).05 E F2(**)108
+667.2 Q F1 -.15(ex)144 667.2 S(ponentiation).15 E F2 2.5(*/%)108 679.2 S
+F1(multiplication, di)144 679.2 Q(vision, remainder)-.25 E F2 2.5<2bad>
+108 691.2 S F1(addition, subtraction)144 691.2 Q F2(<< >>)108 703.2 Q F1
+(left and right bitwise shifts)144 703.2 Q(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(36)190.395 E 0 Cg EP
+%%Page: 37 37
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(the)108 84 Q/F2 10/Times-Bold@0 SF<ad66>3.201 E F1
-.701(option to the)3.201 F F2(export)3.201 E F1 -.2(bu)3.201 G 3.201
-(iltin. A).2 F .7(function de\214nition may be deleted using the)3.201 F
-F2<ad66>3.2 E F1 .7(option to the)3.2 F F2(unset)3.2 E F1 -.2(bu)108 96
-S(iltin.).2 E .371(Functions may be recursi)108 112.8 R -.15(ve)-.25 G
-5.371(.T).15 G(he)-5.371 E F2(FUNCNEST)2.871 E F1 -.25(va)2.871 G .371
-(riable may be used to limit the depth of the function call).25 F .323
-(stack and restrict the number of function in)108 124.8 R -.2(vo)-.4 G
-2.822(cations. By).2 F(def)2.822 E .322
-(ault, no limit is imposed on the number of re-)-.1 F(cursi)108 136.8 Q
-.3 -.15(ve c)-.25 H(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV)
-72 153.6 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F1 1.088
-(The shell allo)108 165.6 R 1.088(ws arithmetic e)-.25 F 1.089
-(xpressions to be e)-.15 F -.25(va)-.25 G 1.089
-(luated, under certain circumstances \(see the).25 F F2(let)3.589 E F1
-(and)3.589 E F2(de-)3.589 E(clar)108 177.6 Q(e)-.18 E F1 -.2(bu)3.453 G
-.953(iltin commands, the).2 F F2(\(\()3.453 E F1 .952
-(compound command, and)3.452 F F2 .952(Arithmetic Expansion)3.452 F F1
-3.452(\). Ev)B .952(aluation is done in)-.25 F<8c78>108 189.6 Q 1.057
-(ed-width inte)-.15 F 1.057(gers with no check for o)-.15 F -.15(ve)-.15
-G(r\215o).15 E 2.357 -.65(w, t)-.25 H 1.057(hough di).65 F 1.057
-(vision by 0 is trapped and \215agged as an error)-.25 F(.)-.55 E .829
-(The operators and their precedence, associati)108 201.6 R(vity)-.25 E
-3.329(,a)-.65 G .829(nd v)-3.329 F .829
-(alues are the same as in the C language.)-.25 F .828(The fol-)5.828 F
-(lo)108 213.6 Q .439(wing list of operators is grouped into le)-.25 F
--.15(ve)-.25 G .439(ls of equal-precedence operators.).15 F .44(The le)
-5.44 F -.15(ve)-.25 G .44(ls are listed in order).15 F
-(of decreasing precedence.)108 225.6 Q F0(id)108 242.4 Q F2(++)A F0(id)
-2.5 E F2<adad>A F1 -.25(va)144 254.4 S
-(riable post-increment and post-decrement).25 E F2 2.5<ad2b>108 266.4 S
-F1(unary minus and plus)144 266.4 Q F2(++)108 278.4 Q F0(id)A F2<adad>
-2.5 E F0(id)A F1 -.25(va)144 290.4 S
-(riable pre-increment and pre-decrement).25 E F2 2.5<2101>108 302.4 S F1
-(logical and bitwise ne)144 302.4 Q -.05(ga)-.15 G(tion).05 E F2(**)108
-314.4 Q F1 -.15(ex)144 314.4 S(ponentiation).15 E F2 2.5(*/%)108 326.4 S
-F1(multiplication, di)144 326.4 Q(vision, remainder)-.25 E F2 2.5<2bad>
-108 338.4 S F1(addition, subtraction)144 338.4 Q F2(<< >>)108 350.4 Q F1
-(left and right bitwise shifts)144 350.4 Q F2(<= >= < >)108 362.4 Q F1
-(comparison)144 374.4 Q F2(== !=)108 386.4 Q F1(equality and inequality)
-144 386.4 Q F2(&)108 398.4 Q F1(bitwise AND)144 398.4 Q F2<00>108 410.4
-Q F1(bitwise e)144 410.4 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2
-(|)108 422.4 Q F1(bitwise OR)144 422.4 Q F2(&&)108 434.4 Q F1
-(logical AND)144 434.4 Q F2(||)108 446.4 Q F1(logical OR)144 446.4 Q F0
--.2(ex)108 458.4 S(pr).2 E F2(?)A F0 -.2(ex)C(pr).2 E F2(:)A F0 -.2(ex)C
-(pr).2 E F1(conditional operator)144 470.4 Q F2 2.5(=*)108 482.4 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
-(<= >>= &= \000= |=)-2.5 E F1(assignment)144 494.4 Q F0 -.2(ex)108 506.4
-S(pr1).2 E F2(,)2.5 E F0 -.2(ex)2.5 G(pr2).2 E F1(comma)144 518.4 Q .68
-(Shell v)108 535.2 R .68(ariables are allo)-.25 F .68
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(<= >= < >)108 84 Q F1
+(comparison)144 96 Q F2(== !=)108 108 Q F1(equality and inequality)144
+108 Q F2(&)108 120 Q F1(bitwise AND)144 120 Q F2<00>108 132 Q F1
+(bitwise e)144 132 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2(|)108
+144 Q F1(bitwise OR)144 144 Q F2(&&)108 156 Q F1(logical AND)144 156 Q
+F2(||)108 168 Q F1(logical OR)144 168 Q F0 -.2(ex)108 180 S(pr).2 E F2
+(?)A F0 -.2(ex)C(pr).2 E F2(:)A F0 -.2(ex)C(pr).2 E F1
+(conditional operator)144 192 Q F2 2.5(=*)108 204 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
+(<= >>= &= \000= |=)-2.5 E F1(assignment)144 216 Q F0 -.2(ex)108 228 S
+(pr1).2 E F2(,)2.5 E F0 -.2(ex)2.5 G(pr2).2 E F1(comma)144 240 Q .68
+(Shell v)108 256.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 547.2 R 1.007(ithin an e)-.4
+-.25(va)-.25 G(lu-).25 E 3.507(ated. W)108 268.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 559.2 S .165(pansion syntax.).15 F 2.665(As)5.165 G
-.165(hell v)-2.665 F .165(ariable that is null or unset e)-.25 F -.25
-(va)-.25 G .165(luates to 0 when referenced by name without us-).25 F
-.42(ing the parameter e)108 571.2 R .42(xpansion syntax.)-.15 F .42
-(The v)5.42 F .421(alue of a v)-.25 F .421(ariable is e)-.25 F -.25(va)
--.25 G .421(luated as an arithmetic e).25 F .421(xpression when)-.15 F
-.154(it is referenced, or when a v)108 583.2 R .154
-(ariable which has been gi)-.25 F -.15(ve)-.25 G 2.654(nt).15 G(he)
--2.654 E F0(inte)2.654 E -.1(ge)-.4 G(r).1 E F1(attrib)2.654 E .153
-(ute using)-.2 F F2(declar)2.653 E 2.653<65ad>-.18 G(i)-2.653 E F1 .153
-(is assigned a)2.653 F -.25(va)108 595.2 S 2.857(lue. A).25 F .357
-(null v)2.857 F .357(alue e)-.25 F -.25(va)-.25 G .357(luates to 0.).25
-F 2.857(As)5.357 G .357(hell v)-2.857 F .357(ariable need not ha)-.25 F
-.657 -.15(ve i)-.2 H(ts).15 E F0(inte)2.857 E -.1(ge)-.4 G(r).1 E F1
-(attrib)2.857 E .357(ute turned on to be used)-.2 F(in an e)108 607.2 Q
-(xpression.)-.15 E(Inte)108 624 Q .518(ger constants follo)-.15 F 3.018
-(wt)-.25 G .518(he C language de\214nition, without suf)-3.018 F<8c78>
--.25 E .517(es or character constants.)-.15 F .517(Constants with)5.517
-F 3.282(al)108 636 S .782(eading 0 are interpreted as octal numbers.)
--3.282 F 3.283(Al)5.782 G .783(eading 0x or 0X denotes he)-3.283 F 3.283
-(xadecimal. Otherwise,)-.15 F(num-)3.283 E .816(bers tak)108 648 R 3.316
-(et)-.1 G .816(he form [)-3.316 F F0(base#)A F1 .815
+-.25 F -.15(ex)108 280.8 S .681(pansion syntax.).15 F .681
+(This means you can use "x", where)5.681 F F0(x)3.181 E F1 .68
+(is a shell v)3.181 F .68(ariable name, in an arithmetic e)-.25 F
+(xpres-)-.15 E .205(sion, and the shell will e)108 292.8 R -.25(va)-.25
+G .205(luate its v).25 F .205(alue as an e)-.25 F .205
+(xpression and use the result.)-.15 F 2.705(As)5.205 G .206(hell v)
+-2.705 F .206(ariable that is null or)-.25 F(unset e)108 304.8 Q -.25
+(va)-.25 G(luates to 0 when referenced by name in an e).25 E(xpression.)
+-.15 E .829(The v)108 321.6 R .829(alue of a v)-.25 F .829(ariable is e)
+-.25 F -.25(va)-.25 G .828(luated as an arithmetic e).25 F .828
+(xpression when it is referenced, or when a v)-.15 F(ariable)-.25 E .191
+(which has been gi)108 333.6 R -.15(ve)-.25 G 2.691(nt).15 G(he)-2.691 E
+F0(inte)2.691 E -.1(ge)-.4 G(r).1 E F1(attrib)2.691 E .191(ute using)-.2
+F F2(declar)2.691 E 2.692<65ad>-.18 G(i)-2.692 E F1 .192
+(is assigned a v)2.692 F 2.692(alue. A)-.25 F .192(null v)2.692 F .192
+(alue e)-.25 F -.25(va)-.25 G .192(luates to 0.).25 F 2.5(As)108 345.6 S
+(hell v)-2.5 E(ariable need not ha)-.25 E .3 -.15(ve i)-.2 H(ts).15 E F0
+(inte)2.5 E -.1(ge)-.4 G(r).1 E F1(attrib)2.5 E
+(ute turned on to be used in an e)-.2 E(xpression.)-.15 E(Inte)108 362.4
+Q .518(ger constants follo)-.15 F 3.018(wt)-.25 G .518
+(he C language de\214nition, without suf)-3.018 F<8c78>-.25 E .517
+(es or character constants.)-.15 F .517(Constants with)5.517 F 3.282(al)
+108 374.4 S .782(eading 0 are interpreted as octal numbers.)-3.282 F
+3.283(Al)5.782 G .783(eading 0x or 0X denotes he)-3.283 F 3.283
+(xadecimal. Otherwise,)-.15 F(num-)3.283 E .816(bers tak)108 386.4 R
+3.316(et)-.1 G .816(he form [)-3.316 F F0(base#)A F1 .815
 (]n, where the optional)B F0(base)3.315 E F1 .815
 (is a decimal number between 2 and 64 representing)3.315 F .349
-(the arithmetic base, and)108 660 R F0(n)2.849 E F1 .349
+(the arithmetic base, and)108 398.4 R F0(n)2.849 E F1 .349
 (is a number in that base.)2.849 F(If)5.35 E F0(base#)2.85 E F1 .35
 (is omitted, then base 10 is used.)2.85 F .35(When speci-)5.35 F(fying)
-108 672 Q F0(n)2.975 E F1 2.975(,i)C 2.975(fan)-2.975 G .474(on-digit i\
-s required, the digits greater than 9 are represented by the lo)-2.975 F
-.474(wercase letters, the up-)-.25 F .518
-(percase letters, @, and _, in that order)108 684 R 5.518(.I)-.55 G(f)
+108 410.4 Q F0(n)2.975 E F1 2.975(,i)C 2.975(fan)-2.975 G .474(on-digit\
+ is required, the digits greater than 9 are represented by the lo)-2.975
+.474(wercase letters, the up-)-.25 F .518
+(percase letters, @, and _, in that order)108 422.4 R 5.518(.I)-.55 G(f)
 -5.518 E F0(base)3.018 E F1 .518(is less than or equal to 36, lo)3.018 F
 .518(wercase and uppercase letters)-.25 F
 (may be used interchangeably to represent numbers between 10 and 35.)108
-696 Q .235(Operators are e)108 712.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 724.8 S
-(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(35)193.45 E 0 Cg EP
-%%Page: 36 36
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(CONDITION)72 84 Q
-(AL EXPRESSIONS)-.219 E F1 .255(Conditional e)108 96 R .255
-(xpressions are used by the)-.15 F/F3 10/Times-Bold@0 SF([[)2.755 E F1
-.255(compound command and the)2.755 F F3(test)2.755 E F1(and)2.755 E F3
-([)2.756 E F1 -.2(bu)2.756 G .256(iltin commands to test).2 F .134
-(\214le attrib)108 108 R .134
+434.4 Q 1.128(Operators are e)108 451.2 R -.25(va)-.25 G 1.128
+(luated in precedence order).25 F 6.128(.S)-.55 G(ub-e)-6.128 E 1.128
+(xpressions in parentheses are e)-.15 F -.25(va)-.25 G 1.127
+(luated \214rst and may).25 F -.15(ove)108 463.2 S
+(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F3 10.95
+/Times-Bold@0 SF(CONDITION)72 480 Q(AL EXPRESSIONS)-.219 E F1 .255
+(Conditional e)108 492 R .255(xpressions are used by the)-.15 F F2([[)
+2.755 E F1 .255(compound command and the)2.755 F F2(test)2.755 E F1(and)
+2.755 E F2([)2.756 E F1 -.2(bu)2.756 G .256(iltin commands to test).2 F
+.134(\214le attrib)108 504 R .134
 (utes and perform string and arithmetic comparisons.)-.2 F(The)5.133 E
-F3(test)2.633 E F1(and)2.633 E F3([)2.633 E F1 .133
-(commands determine their be-)2.633 F(ha)108 120 Q .197
+F2(test)2.633 E F1(and)2.633 E F2([)2.633 E F1 .133
+(commands determine their be-)2.633 F(ha)108 516 Q .197
 (vior based on the number of ar)-.2 F .198
 (guments; see the descriptions of those commands for an)-.18 F 2.698(yo)
--.15 G .198(ther command-)-2.698 F(speci\214c actions.)108 132 Q .235
-(Expressions are formed from the follo)108 148.8 R .234
-(wing unary or binary primaries.)-.25 F F3(Bash)5.234 E F1 .234
-(handles se)2.734 F -.15(ve)-.25 G .234(ral \214lenames spe-).15 F .424
-(cially when the)108 160.8 R 2.924(ya)-.15 G .424(re used in e)-2.924 F
-2.925(xpressions. If)-.15 F .425(the operating system on which)2.925 F
-F3(bash)2.925 E F1 .425(is running pro)2.925 F .425(vides these)-.15 F
-.345(special \214les, bash will use them; otherwise it will emulate the\
-m internally with this beha)108 172.8 R .344(vior: If an)-.2 F(y)-.15 E
-F0(\214le)2.844 E F1(ar)2.844 E(-)-.2 E .805
-(gument to one of the primaries is of the form)108 184.8 R F0(/de)3.305
-E(v/fd/n)-.15 E F1 3.306(,t)C .806(hen \214le descriptor)-3.306 F F0(n)
-3.306 E F1 .806(is check)3.306 F 3.306(ed. If)-.1 F(the)3.306 E F0
-(\214le)3.306 E F1(ar)3.306 E(gu-)-.18 E .03
-(ment to one of the primaries is one of)108 196.8 R F0(/de)2.53 E
-(v/stdin)-.15 E F1(,)A F0(/de)2.529 E(v/stdout)-.15 E F1 2.529(,o)C(r)
--2.529 E F0(/de)2.529 E(v/stderr)-.15 E F1 2.529<2c8c>C .029
-(le descriptor 0, 1, or 2, respec-)-2.529 F(ti)108 208.8 Q -.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
+-.15 G .198(ther command-)-2.698 F(speci\214c actions.)108 528 Q .414
+(Expressions are formed from the unary or binary primaries listed belo)
+108 544.8 R 4.213 -.65(w. U)-.25 H .413(nary e).65 F .413
+(xpressions are often used)-.15 F .7(to e)108 556.8 R .7
+(xamine the status of a \214le or shell v)-.15 F 3.201(ariable. Binary)
+-.25 F .701(operators are used for string, numeric, and \214le at-)3.201
+F(trib)108 568.8 Q(ute comparisons.)-.2 E F2(Bash)108 585.6 Q F1 1.203
+(handles se)3.703 F -.15(ve)-.25 G 1.203
+(ral \214lenames specially when the).15 F 3.703(ya)-.15 G 1.203
+(re used in e)-3.703 F 3.702(xpressions. If)-.15 F 1.202
+(the operating system on)3.702 F(which)108 597.6 Q F2(bash)2.639 E F1
+.139(is running pro)2.639 F .14(vides these special \214les, bash will \
+use them; otherwise it will emulate them inter)-.15 F(-)-.2 E .991
+(nally with this beha)108 609.6 R .991(vior: If an)-.2 F(y)-.15 E F0
+(\214le)3.491 E F1(ar)3.491 E .991
+(gument to one of the primaries is of the form)-.18 F F0(/de)5.157 E
+(v/fd/n)-.15 E F1 3.491(,t)1.666 G(hen)-3.491 E F2(bash)3.49 E F1 1.19
+(checks \214le descriptor)108 621.6 R F0(n)3.691 E F1 6.191(.I)C 3.691
+(ft)-6.191 G(he)-3.691 E F0(\214le)3.691 E F1(ar)3.691 E 1.191
+(gument to one of the primaries is one of)-.18 F F0(de)5.357 E(v/stdin)
+-.15 E F1(,)1.666 E F0(de)5.357 E(v/stdout)-.15 E F1 3.691(,o)1.666 G(r)
+-3.691 E F0(de)109.666 633.6 Q(v/stderr)-.15 E F1(,)1.666 E F2(bash)2.5
+E F1(checks \214le descriptor 0, 1, or 2, respecti)2.5 E -.15(ve)-.25 G
+(ly).15 E(.)-.65 E .722
 (Unless otherwise speci\214ed, primaries that operate on \214les follo)
-108 225.6 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 237.6
-Q .701(When used with)108 254.4 R F3([[)3.201 E F1 3.201(,o)C 3.201(rw)
--3.201 G .701(hen the shell is in)-3.201 F F0 .7(posix mode)3.201 F F1
-3.2(,t)C(he)-3.2 E F3(<)3.2 E F1(and)3.2 E F3(>)3.2 E F1 .7
-(operators sort le)3.2 F .7(xicographically using)-.15 F
-(the current locale.)108 266.4 Q(When the shell is not in)5 E F0
-(posix mode)2.5 E F1 2.5(,t)C(he)-2.5 E F3(test)2.5 E F1
-(command sorts using ASCII ordering.)2.5 E F3<ad61>108 283.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 283.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists.).15 E F3<ad62>108 295.2 Q F0(\214le)2.5 E F1 -.35(Tr)144
-295.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
-(ists and is a block special \214le.).15 E F3<ad63>108 307.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 307.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and is a character special \214le.).15 E F3<ad64>108
-319.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 319.2 S(ue if).35 E F0(\214le)2.5
-E F1 -.15(ex)2.5 G(ists and is a directory).15 E(.)-.65 E F3<ad65>108
-331.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 331.2 S(ue if).35 E F0(\214le)2.5
-E F1 -.15(ex)2.5 G(ists.).15 E F3<ad66>108 343.2 Q F0(\214le)2.5 E F1
--.35(Tr)144 343.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
-(ists and is a re).15 E(gular \214le.)-.15 E F3<ad67>108 355.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 355.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and is set-group-id.).15 E F3<ad68>108 367.2 Q F0(\214le)
-2.5 E F1 -.35(Tr)144 367.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5
-G(ists and is a symbolic link.).15 E F3<ad6b>108 379.2 Q F0(\214le)2.5 E
-F1 -.35(Tr)144 379.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
-(ists and its \231stick).15 E(y\232 bit is set.)-.15 E F3<ad70>108 391.2
-Q F0(\214le)2.5 E F1 -.35(Tr)144 391.2 S(ue if).35 E F0(\214le)2.5 E F1
--.15(ex)2.5 G(ists and is a named pipe \(FIFO\).).15 E F3<ad72>108 403.2
-Q F0(\214le)2.5 E F1 -.35(Tr)144 403.2 S(ue if).35 E F0(\214le)2.5 E F1
--.15(ex)2.5 G(ists and is readable.).15 E F3<ad73>108 415.2 Q F0(\214le)
-2.5 E F1 -.35(Tr)144 415.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5
-G(ists and has a size greater than zero.).15 E F3<ad74>108 427.2 Q F0
-(fd)2.5 E F1 -.35(Tr)144 427.2 S(ue if \214le descriptor).35 E F0(fd)
-4.47 E F1(is open and refers to a terminal.)3.27 E F3<ad75>108 439.2 Q
-F0(\214le)2.5 E F1 -.35(Tr)144 439.2 S(ue if).35 E F0(\214le)2.5 E F1
--.15(ex)2.5 G(ists and its set-user).15 E(-id bit is set.)-.2 E F3<ad77>
-108 451.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 451.2 S(ue if).35 E F0
-(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is writable.).15 E F3<ad78>108
-463.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 463.2 S(ue if).35 E F0(\214le)2.5
-E F1 -.15(ex)2.5 G(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F3
-<ad47>108 475.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 475.2 S(ue if).35 E F0
+108 650.4 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 662.4
+Q .641(When used with)108 679.2 R F2([[)3.141 E F1 3.141(,o)C 3.141(rw)
+-3.141 G .642(hen the shell is in posix mode, the)-3.141 F F2(<)3.142 E
+F1(and)3.142 E F2(>)3.142 E F1 .642(operators sort le)3.142 F .642
+(xicographically using)-.15 F(the current locale.)108 691.2 Q
+(When the shell is not in posix mode, the)5 E F2(test)2.5 E F1
+(command sorts using ASCII ordering.)2.5 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(37)190.395 E 0 Cg EP
+%%Page: 38 38
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad61>108 84 Q F0(\214le)2.5 E
+F1 -.35(Tr)144 84 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G(ists.)
+.15 E F2<ad62>108 96 Q F0(\214le)2.5 E F1 -.35(Tr)144 96 S(ue if).35 E
+F0(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is a block special \214le.).15
+E F2<ad63>108 108 Q F0(\214le)2.5 E F1 -.35(Tr)144 108 S(ue if).35 E F0
+(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is a character special \214le.)
+.15 E F2<ad64>108 120 Q F0(\214le)2.5 E F1 -.35(Tr)144 120 S(ue if).35 E
+F0(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is a directory).15 E(.)-.65 E
+F2<ad65>108 132 Q F0(\214le)2.5 E F1 -.35(Tr)144 132 S(ue if).35 E F0
+(\214le)2.5 E F1 -.15(ex)2.5 G(ists.).15 E F2<ad66>108 144 Q F0(\214le)
+2.5 E F1 -.35(Tr)144 144 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and is a re).15 E(gular \214le.)-.15 E F2<ad67>108 156 Q F0
+(\214le)2.5 E F1 -.35(Tr)144 156 S(ue if).35 E F0(\214le)2.5 E F1 -.15
+(ex)2.5 G(ists and is set-group-id.).15 E F2<ad68>108 168 Q F0(\214le)
+2.5 E F1 -.35(Tr)144 168 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and is a symbolic link.).15 E F2<ad6b>108 180 Q F0(\214le)2.5 E F1
+-.35(Tr)144 180 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and its \231stick).15 E(y\232 bit is set.)-.15 E F2<ad70>108 192 Q
+F0(\214le)2.5 E F1 -.35(Tr)144 192 S(ue if).35 E F0(\214le)2.5 E F1 -.15
+(ex)2.5 G(ists and is a named pipe \(FIFO\).).15 E F2<ad72>108 204 Q F0
+(\214le)2.5 E F1 -.35(Tr)144 204 S(ue if).35 E F0(\214le)2.5 E F1 -.15
+(ex)2.5 G(ists and is readable.).15 E F2<ad73>108 216 Q F0(\214le)2.5 E
+F1 -.35(Tr)144 216 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and has a size greater than zero.).15 E F2<ad74>108 228 Q F0(fd)
+2.5 E F1 -.35(Tr)144 228 S(ue if \214le descriptor).35 E F0(fd)4.47 E F1
+(is open and refers to a terminal.)3.27 E F2<ad75>108 240 Q F0(\214le)
+2.5 E F1 -.35(Tr)144 240 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and its set-user).15 E(-id bit is set.)-.2 E F2<ad77>108 252 Q F0
+(\214le)2.5 E F1 -.35(Tr)144 252 S(ue if).35 E F0(\214le)2.5 E F1 -.15
+(ex)2.5 G(ists and is writable.).15 E F2<ad78>108 264 Q F0(\214le)2.5 E
+F1 -.35(Tr)144 264 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F2<ad47>108 276 Q F0
+(\214le)2.5 E F1 -.35(Tr)144 276 S(ue if).35 E F0(\214le)2.5 E F1 -.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 F2<ad4c>108 288 Q F0(\214le)2.5 E F1 -.35
+(Tr)144 288 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and is a symbolic link.).15 E F2<ad4e>108 300 Q F0(\214le)2.5 E F1
+-.35(Tr)144 300 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
+(ists and has been modi\214ed since it w).15 E(as last accessed.)-.1 E
+F2<ad4f>108 312 Q F0(\214le)2.5 E F1 -.35(Tr)144 312 S(ue if).35 E F0
 (\214le)2.5 E F1 -.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 487.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 487.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and is a symbolic link.).15 E F3<ad4e>108 499.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 499.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and has been modi\214ed since it w).15 E(as last read.)
--.1 E F3<ad4f>108 511.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 511.2 S(ue if)
-.35 E F0(\214le)2.5 E F1 -.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
-<ad53>108 523.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 523.2 S(ue if).35 E F0
-(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is a sock).15 E(et.)-.1 E F0
-(\214le1)108 535.2 Q F3(\255ef)2.5 E F0(\214le2)2.5 E F1 -.35(Tr)144
-547.2 S(ue if).35 E F0(\214le1)2.5 E F1(and)2.5 E F0(\214le2)2.5 E F1
-(refer to the same de)2.5 E(vice and inode numbers.)-.25 E F0(\214le1)
-108 559.2 Q F1<ad>2.5 E F3(nt)A F0(\214le2)2.5 E F1 -.35(Tr)144 571.2 S
-(ue if).35 E F0(\214le1)2.5 E F1(is ne)2.5 E
-(wer \(according to modi\214cation date\) than)-.25 E F0(\214le2)2.5 E
-F1 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F0(\214le1)2.5 E F1 -.15(ex)2.5 G
-(ists and).15 E F0(\214le2)2.5 E F1(does not.)2.5 E F0(\214le1)108 583.2
-Q F1<ad>2.5 E F3(ot)A F0(\214le2)2.5 E F1 -.35(Tr)144 595.2 S(ue if).35
-E F0(\214le1)2.5 E F1(is older than)2.5 E F0(\214le2)2.5 E F1 2.5(,o)C
-2.5(ri)-2.5 G(f)-2.5 E F0(\214le2)2.5 E F1 -.15(ex)2.5 G(ists and).15 E
-F0(\214le1)2.5 E F1(does not.)2.5 E F3<ad6f>108 607.2 Q F0(optname)2.5 E
-F1 -.35(Tr)144 619.2 S .262(ue if the shell option).35 F F0(optname)
-2.992 E F1 .262(is enabled.)2.942 F .262
-(See the list of options under the description of the)5.262 F F3<ad6f>
-2.763 E F1(option to the)144 631.2 Q F3(set)2.5 E F1 -.2(bu)2.5 G
-(iltin belo).2 E -.65(w.)-.25 G F3<ad76>108 643.2 Q F0(varname)2.5 E F1
--.35(Tr)144 655.2 S .327(ue if the shell v).35 F(ariable)-.25 E F0
+(fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E F2<ad53>108 324 Q F0
+(\214le)2.5 E F1 -.35(Tr)144 324 S(ue if).35 E F0(\214le)2.5 E F1 -.15
+(ex)2.5 G(ists and is a sock).15 E(et.)-.1 E F2<ad6f>108 336 Q F0
+(optname)2.5 E F1 -.35(Tr)144 348 S .263(ue if the shell option).35 F F0
+(optname)2.992 E F1 .262(is enabled.)2.942 F .262
+(See the list of options under the description of the)5.262 F F2<ad6f>
+2.762 E F1(option to the)144 360 Q F2(set)2.5 E F1 -.2(bu)2.5 G
+(iltin belo).2 E -.65(w.)-.25 G F2<ad76>108 372 Q F0(varname)2.5 E F1
+-.35(Tr)144 384 S .326(ue if the shell v).35 F(ariable)-.25 E F0
 (varname)3.116 E F1 .326(is set \(has been assigned a v)3.006 F 2.826
 (alue\). If)-.25 F F0(varname)2.826 E F1 .326(is an inde)2.826 F -.15
-(xe)-.15 G 2.826(da).15 G -.2(r-)-2.826 G .131(ray v)144 667.2 R .131
+(xe)-.15 G 2.827(da).15 G -.2(r-)-2.827 G .132(ray v)144 396 R .131
 (ariable name subscripted by)-.25 F F0(@)2.631 E F1(or)2.631 E F0(*)
 2.631 E F1 2.631(,t)C .131(his returns true if the array has an)-2.631 F
-2.631(ys)-.15 G .131(et elements.)-2.631 F(If)5.131 E F0(var)2.632 E(-)
--.2 E(name)144 679.2 Q F1 .737(is an associati)3.238 F 1.037 -.15(ve a)
+2.631(ys)-.15 G .131(et elements.)-2.631 F(If)5.131 E F0(var)2.631 E(-)
+-.2 E(name)144 408 Q F1 .737(is an associati)3.237 F 1.037 -.15(ve a)
 -.25 H .737(rray v).15 F .737(ariable name subscripted by)-.25 F F0(@)
 3.237 E F1(or)3.237 E F0(*)3.237 E F1 3.237(,t)C .737
-(his returns true if an element)-3.237 F(with that k)144 691.2 Q .3 -.15
-(ey i)-.1 H 2.5(ss).15 G(et.)-2.5 E F3<ad52>108 703.2 Q F0(varname)2.5 E
-F1 -.35(Tr)144 715.2 S(ue if the shell v).35 E(ariable)-.25 E F0
-(varname)2.79 E F1(is set and is a name reference.)2.68 E(GNU Bash 5.3)
-72 768 Q(2024 March 29)144.29 E(36)193.45 E 0 Cg EP
-%%Page: 37 37
+(his returns true if an element)-3.237 F(with that k)144 420 Q .3 -.15
+(ey i)-.1 H 2.5(ss).15 G(et.)-2.5 E F2<ad52>108 432 Q F0(varname)2.5 E
+F1 -.35(Tr)144 444 S(ue if the shell v).35 E(ariable)-.25 E F0(varname)
+2.79 E F1(is set and is a name reference.)2.68 E F2<ad7a>108 456 Q F0
+(string)2.5 E F1 -.35(Tr)144 468 S(ue if the length of).35 E F0(string)
+2.5 E F1(is zero.)2.5 E F0(string)108 480 Q F2<ad6e>108 492 Q F0(string)
+2.5 E F1 -.35(Tr)144 504 S(ue if the length of).35 E F0(string)2.84 E F1
+(is non-zero.)2.72 E F0(string1)108 520.8 Q F2(==)2.5 E F0(string2)2.5 E
+(string1)108 532.8 Q F2(=)2.5 E F0(string2)2.5 E F1 -.35(Tr)144 544.8 S
+.862(ue if the strings are equal.).35 F F2(=)5.861 E F1 .861
+(should be used with the)3.361 F F2(test)3.361 E F1 .861
+(command for POSIX conformance.)3.361 F .446(When used with the)144
+556.8 R F2([[)2.946 E F1 .446
+(command, this performs pattern matching as described abo)2.946 F .747
+-.15(ve \()-.15 H F2(Compound).15 E(Commands)144 568.8 Q F1(\).)A F0
+(string1)108 580.8 Q F2(!=)2.5 E F0(string2)2.5 E F1 -.35(Tr)144 592.8 S
+(ue if the strings are not equal.).35 E F0(string1)108 604.8 Q F2(<)2.5
+E F0(string2)2.5 E F1 -.35(Tr)144 616.8 S(ue if).35 E F0(string1)2.5 E
+F1(sorts before)2.5 E F0(string2)2.5 E F1(le)2.5 E(xicographically)-.15
+E(.)-.65 E F0(string1)108 628.8 Q F2(>)2.5 E F0(string2)2.5 E F1 -.35
+(Tr)144 640.8 S(ue if).35 E F0(string1)2.5 E F1(sorts after)2.5 E F0
+(string2)2.5 E F1(le)2.5 E(xicographically)-.15 E(.)-.65 E F0(\214le1)
+108 657.6 Q F2(\255ef)2.5 E F0(\214le2)2.5 E F1 -.35(Tr)144 669.6 S
+(ue if).35 E F0(\214le1)2.5 E F1(and)2.5 E F0(\214le2)2.5 E F1
+(refer to the same de)2.5 E(vice and inode numbers.)-.25 E F0(\214le1)
+108 681.6 Q F1<ad>2.5 E F2(nt)A F0(\214le2)2.5 E F1 -.35(Tr)144 693.6 S
+(ue if).35 E F0(\214le1)2.5 E F1(is ne)2.5 E
+(wer \(according to modi\214cation date\) than)-.25 E F0(\214le2)2.5 E
+F1 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F0(\214le1)2.5 E F1 -.15(ex)2.5 G
+(ists and).15 E F0(\214le2)2.5 E F1(does not.)2.5 E F0(\214le1)108 705.6
+Q F1<ad>2.5 E F2(ot)A F0(\214le2)2.5 E F1 -.35(Tr)144 717.6 S(ue if).35
+E F0(\214le1)2.5 E F1(is older than)2.5 E F0(\214le2)2.5 E F1 2.5(,o)C
+2.5(ri)-2.5 G(f)-2.5 E F0(\214le2)2.5 E F1 -.15(ex)2.5 G(ists and).15 E
+F0(\214le1)2.5 E F1(does not.)2.5 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(38)190.395 E 0 Cg EP
+%%Page: 39 39
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad7a>108 84 Q F0(string)2.5 E
-F1 -.35(Tr)144 96 S(ue if the length of).35 E F0(string)2.5 E F1
-(is zero.)2.5 E F0(string)108 108 Q F2<ad6e>108 120 Q F0(string)2.5 E F1
--.35(Tr)144 132 S(ue if the length of).35 E F0(string)2.84 E F1
-(is non-zero.)2.72 E F0(string1)108 148.8 Q F2(==)2.5 E F0(string2)2.5 E
-(string1)108 160.8 Q F2(=)2.5 E F0(string2)2.5 E F1 -.35(Tr)144 172.8 S
-.861(ue if the strings are equal.).35 F F2(=)5.861 E F1 .861
-(should be used with the)3.361 F F2(test)3.361 E F1 .862
-(command for POSIX conformance.)3.362 F .447(When used with the)144
-184.8 R F2([[)2.946 E F1 .446
-(command, this performs pattern matching as described abo)2.946 F .746
--.15(ve \()-.15 H F2(Compound).15 E(Commands)144 196.8 Q F1(\).)A F0
-(string1)108 213.6 Q F2(!=)2.5 E F0(string2)2.5 E F1 -.35(Tr)144 225.6 S
-(ue if the strings are not equal.).35 E F0(string1)108 242.4 Q F2(<)2.5
-E F0(string2)2.5 E F1 -.35(Tr)144 254.4 S(ue if).35 E F0(string1)2.5 E
-F1(sorts before)2.5 E F0(string2)2.5 E F1(le)2.5 E(xicographically)-.15
-E(.)-.65 E F0(string1)108 271.2 Q F2(>)2.5 E F0(string2)2.5 E F1 -.35
-(Tr)144 283.2 S(ue if).35 E F0(string1)2.5 E F1(sorts after)2.5 E F0
-(string2)2.5 E F1(le)2.5 E(xicographically)-.15 E(.)-.65 E F0(ar)108.33
-300 Q(g1)-.37 E F2(OP)2.5 E F0(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF
-(OP)144 312 Q F1 .385(is one of)2.634 F F2(\255eq)2.885 E F1(,)A F2
-(\255ne)2.885 E F1(,)A F2(\255lt)2.885 E F1(,)A F2(\255le)2.885 E F1(,)A
-F2(\255gt)2.885 E F1 2.885(,o)C(r)-2.885 E F2(\255ge)2.885 E F1 5.385
-(.T)C .385(hese arithmetic binary operators return true if)-5.385 F F0
-(ar)2.885 E(g1)-.37 E F1 .845(is equal to, not equal to, less than, les\
-s than or equal to, greater than, or greater than or equal to)144 324 R
-F0(ar)144 336 Q(g2)-.37 E F1 3.589(,r)C(especti)-3.589 E -.15(ve)-.25 G
-(ly).15 E(.)-.65 E F0(Ar)7.099 E(g1)-.37 E F1(and)3.589 E F0(ar)3.919 E
-(g2)-.37 E F1 1.089(may be positi)3.609 F 1.389 -.15(ve o)-.25 H 3.589
-(rn).15 G -2.25 -.15(eg a)-3.589 H(ti).15 E 1.389 -.15(ve i)-.25 H(nte)
-.15 E 3.59(gers. When)-.15 F 1.09(used with the)3.59 F F2([[)3.59 E F1
-(command,)144 348 Q F0(Ar)4.447 E(g1)-.37 E F1(and)3.437 E F0(Ar)4.447 E
-(g2)-.37 E F1 .937(are e)3.457 F -.25(va)-.25 G .937
-(luated as arithmetic e).25 F .937(xpressions \(see)-.15 F F3 .937
-(ARITHMETIC EV)3.437 F(ALU)-1.215 E(A-)-.54 E(TION)144 360 Q F1(abo)2.25
+.25 E F1(\(1\)).95 E F0(ar)108.33 84 Q(g1)-.37 E/F2 10/Times-Bold@0 SF
+(OP)2.5 E F0(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF(OP)144 96 Q F1 .385
+(is one of)2.635 F F2(\255eq)2.885 E F1(,)A F2(\255ne)2.885 E F1(,)A F2
+(\255lt)2.885 E F1(,)A F2(\255le)2.885 E F1(,)A F2(\255gt)2.885 E F1
+2.885(,o)C(r)-2.885 E F2(\255ge)2.885 E F1 5.385(.T)C .385
+(hese arithmetic binary operators return true if)-5.385 F F0(ar)2.884 E
+(g1)-.37 E F1 .845(is equal to, not equal to, less than, less than or e\
+qual to, greater than, or greater than or equal to)144 108 R F0(ar)144
+120 Q(g2)-.37 E F1 3.709(,r)C(especti)-3.709 E -.15(ve)-.25 G(ly).15 E
+(.)-.65 E F0(ar)6.539 E(g1)-.37 E F1(and)3.709 E F0(ar)4.039 E(g2)-.37 E
+F1 1.209(may be positi)3.729 F 1.509 -.15(ve o)-.25 H 3.709(rn).15 G
+-2.25 -.15(eg a)-3.709 H(ti).15 E 1.509 -.15(ve i)-.25 H(nte).15 E 3.708
+(gers. When)-.15 F 1.208(used with the)3.708 F F2([[)3.708 E F1
+(command,)144 132 Q F0(ar)4.092 E(g1)-.37 E F1(and)3.762 E F0(ar)4.092 E
+(g2)-.37 E F1 1.262(are e)3.782 F -.25(va)-.25 G 1.263
+(luated as arithmetic e).25 F 1.263(xpressions \(see)-.15 F F3 1.263
+(ARITHMETIC EV)3.763 F(ALU)-1.215 E(A-)-.54 E(TION)144 144 Q F1(abo)2.25
 E -.15(ve)-.15 G(\).).15 E/F4 10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP)
-72 376.8 Q(ANSION)-.81 E F1 .613(When a simple command is e)108 388.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, in the follo)108 400.8 Q(wing order)-.25
-E(.)-.55 E(1.)108 417.6 Q 1.849(The w)144 417.6 R 1.849
-(ords that the parser has mark)-.1 F 1.848(ed as v)-.1 F 1.848
+72 160.8 Q(ANSION)-.81 E F1 .773(When the shell e)108 172.8 R -.15(xe)
+-.15 G .772(cutes a simple command, it performs the follo).15 F .772
+(wing e)-.25 F .772(xpansions, assignments, and redi-)-.15 F
+(rections, from left to right, in the follo)108 184.8 Q(wing order)-.25
+E(.)-.55 E(1.)108 201.6 Q 1.848(The w)144 201.6 R 1.848
+(ords that the parser has mark)-.1 F 1.848(ed as v)-.1 F 1.849
 (ariable assignments \(those preceding the command)-.25 F
-(name\) and redirections are sa)144 429.6 Q -.15(ve)-.2 G 2.5(df).15 G
-(or later processing.)-2.5 E(2.)108 446.4 Q .179(The w)144 446.4 R .179
+(name\) and redirections are sa)144 213.6 Q -.15(ve)-.2 G 2.5(df).15 G
+(or later processing.)-2.5 E(2.)108 230.4 Q .18(The w)144 230.4 R .18
 (ords that are not v)-.1 F .179
-(ariable assignments or redirections are e)-.25 F 2.68(xpanded. If)-.15
-F(an)2.68 E 2.68(yw)-.15 G .18(ords remain af-)-2.78 F .347(ter e)144
-458.4 R .347(xpansion, the \214rst w)-.15 F .347(ord is tak)-.1 F .347
-(en to be the name of the command and the remaining w)-.1 F .346
-(ords are)-.1 F(the ar)144 470.4 Q(guments.)-.18 E(3.)108 487.2 Q
-(Redirections are performed as described abo)144 487.2 Q .3 -.15(ve u)
+(ariable assignments or redirections are e)-.25 F 2.679(xpanded. If)-.15
+F(an)2.679 E 2.679(yw)-.15 G .179(ords remain af-)-2.779 F .346(ter e)
+144 242.4 R .346(xpansion, the \214rst w)-.15 F .346(ord is tak)-.1 F
+.347(en to be the name of the command and the remaining w)-.1 F .347
+(ords are)-.1 F(the ar)144 254.4 Q(guments.)-.18 E(3.)108 271.2 Q
+(Redirections are performed as described abo)144 271.2 Q .3 -.15(ve u)
 -.15 H(nder).15 E F3(REDIRECTION)2.5 E/F5 9/Times-Roman@0 SF(.)A F1(4.)
-108 504 Q .716(The te)144 504 R .717(xt after the)-.15 F F2(=)3.217 E F1
+108 288 Q .717(The te)144 288 R .717(xt after the)-.15 F F2(=)3.217 E F1
 .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 516 R .339
+.339(command substitution, arithmetic e)144 300 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 528 Q .586
-(If no command name results, the v)108 544.8 R .586
+(efore being assigned to the v)-2.839 F(ari-)-.25 E(able.)144 312 Q .587
+(If no command name results, the v)108 328.8 R .586
 (ariable assignments af)-.25 F .586(fect the current shell en)-.25 F
-3.087(vironment. In)-.4 F .587(the case of)3.087 F .371(such a command \
+3.086(vironment. In)-.4 F .586(the case of)3.086 F .371(such a command \
 \(one that consists only of assignment statements and redirections\), a\
-ssignment statements)108 556.8 R .835
-(are performed before redirections.)108 568.8 R .835(Otherwise, the v)
+ssignment statements)108 340.8 R .835
+(are performed before redirections.)108 352.8 R .835(Otherwise, the v)
 5.835 F .835(ariables are added to the en)-.25 F .835
-(vironment of the e)-.4 F -.15(xe)-.15 G(cuted).15 E .839
-(command and do not af)108 580.8 R .838(fect the current shell en)-.25 F
+(vironment of the e)-.4 F -.15(xe)-.15 G(cuted).15 E .838
+(command and do not af)108 364.8 R .838(fect the current shell en)-.25 F
 3.338(vironment. If)-.4 F(an)3.338 E 3.338(yo)-.15 G 3.338(ft)-3.338 G
-.838(he assignments attempts to assign a)-3.338 F -.25(va)108 592.8 S
+.839(he assignments attempts to assign a)-3.338 F -.25(va)108 376.8 S
 (lue to a readonly v).25 E(ariable, an error occurs, and the command e)
--.25 E(xits with a non-zero status.)-.15 E .149
-(If no command name results, redirections are performed, b)108 609.6 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 621.6
+-.25 E(xits with a non-zero status.)-.15 E .15
+(If no command name results, redirections are performed, b)108 393.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 405.6
 Q(xit with a non-zero status.)-.15 E 1.064
-(If there is a command name left after e)108 638.4 R 1.064(xpansion, e)
+(If there is a command name left after e)108 422.4 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
-650.4 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 662.4 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 674.4
-Q(xits with a status of zero.)-.15 E F4(COMMAND EXECUTION)72 691.2 Q F1
-.546(After a command has been split into w)108 703.2 R .547
+4.864 -.65(w. O)-.25 H 1.064(therwise, the).65 F .069(command e)108
+434.4 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 446.4 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 458.4
+Q(xits with a zero status.)-.15 E F4(COMMAND EXECUTION)72 475.2 Q F1
+.547(After a command has been split into w)108 487.2 R .546
 (ords, if it results in a simple command and an optional list of ar)-.1
-F(gu-)-.18 E(ments, the shell performs the follo)108 715.2 Q
-(wing actions.)-.25 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(37)
-193.45 E 0 Cg EP
-%%Page: 38 38
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .379(If the command name contains no slashes, the \
-shell attempts to locate it.)108 84 R .379(If there e)5.379 F .379
+F(gu-)-.18 E(ments, the shell performs the follo)108 499.2 Q
+(wing actions.)-.25 E .379(If the command name contains no slashes, the\
+ shell attempts to locate it.)108 516 R .379(If there e)5.379 F .379
 (xists a shell function by)-.15 F .246(that name, that function is in)
-108 96 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 F1 .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 108 Q 2.5
+108 528 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 F1 .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 540 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 124.8 R .309
-(uiltin, and contains no slashes,)-.2 F/F4 10/Times-Bold@0 SF(bash)2.809
-E F1 .309(searches each element of)2.809 F(the)108 136.8 Q F2 -.666(PA)
-3.162 G(TH)-.189 E F1 .662(for a directory containing an e)2.912 F -.15
-(xe)-.15 G .662(cutable \214le by that name.).15 F F4(Bash)5.662 E F1
-.663(uses a hash table to remember)3.162 F 1.915
-(the full pathnames of e)108 148.8 R -.15(xe)-.15 G 1.915
-(cutable \214les \(see).15 F F4(hash)4.415 E F1(under)4.415 E F2 1.915
-(SHELL B)4.415 F(UIL)-.09 E 1.914(TIN COMMANDS)-.828 F F1(belo)4.164 E
-4.414(w\). A)-.25 F(full)4.414 E .719(search of the directories in)108
-160.8 R F2 -.666(PA)3.219 G(TH)-.189 E F1 .72
-(is performed only if the command is not found in the hash table.)2.969
-F .72(If the)5.72 F .956(search is unsuccessful, the shell searches for\
- a de\214ned shell function named)108 172.8 R F4(command_not_f)3.455 E
-(ound_han-)-.25 E(dle)108 184.8 Q F1 6.005(.I)C 3.505(ft)-6.005 G 1.005
-(hat function e)-3.505 F 1.005(xists, it is in)-.15 F -.2(vo)-.4 G -.1
-(ke).2 G 3.506(di).1 G 3.506(nas)-3.506 G 1.006(eparate e)-3.506 F -.15
-(xe)-.15 G 1.006(cution en).15 F 1.006
-(vironment with the original command)-.4 F .256
-(and the original command')108 196.8 R 2.756(sa)-.55 G -.18(rg)-2.756 G
-.256(uments as its ar).18 F .256(guments, and the function')-.18 F 2.755
-(se)-.55 G .255(xit status becomes the e)-2.905 F .255(xit sta-)-.15 F
-.263(tus of that subshell.)108 208.8 R .263(If that function is not de\
+(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 556.8 R .31
+(uiltin, and contains no slashes,)-.2 F F2(bash)2.81 E F1 .31
+(searches each element of)2.81 F(the)108 568.8 Q F3 -.666(PA)3.163 G(TH)
+-.189 E F1 .662(for a directory containing an e)2.913 F -.15(xe)-.15 G
+.662(cutable \214le by that name.).15 F F2(Bash)5.662 E F1 .662
+(uses a hash table to remember)3.162 F .858(the full pathnames of e)108
+580.8 R -.15(xe)-.15 G .858(cutable \214les \(see).15 F F2(hash)3.358 E
+F1(under)3.358 E F3 .858(SHELL B)3.358 F(UIL)-.09 E .859(TIN COMMANDS)
+-.828 F F1(belo)3.109 E 3.359(w\). Bash)-.25 F(per)3.359 E(-)-.2 E .884
+(forms a full search of the directories in)108 592.8 R F3 -.666(PA)3.383
+G(TH)-.189 E F1 .883
+(only if the command is not found in the hash table.)3.133 F .883
+(If the)5.883 F .956(search is unsuccessful, the shell searches for a d\
+e\214ned shell function named)108 604.8 R F2(command_not_f)3.456 E
+(ound_han-)-.25 E(dle)108 616.8 Q F1 6.006(.I)C 3.506(ft)-6.006 G 1.006
+(hat function e)-3.506 F 1.006(xists, it is in)-.15 F -.2(vo)-.4 G -.1
+(ke).2 G 3.506(di).1 G 3.506(nas)-3.506 G 1.005(eparate e)-3.506 F -.15
+(xe)-.15 G 1.005(cution en).15 F 1.005
+(vironment with the original command)-.4 F .255
+(and the original command')108 628.8 R 2.755(sa)-.55 G -.18(rg)-2.755 G
+.255(uments as its ar).18 F .256(guments, and the function')-.18 F 2.756
+(se)-.55 G .256(xit status becomes the e)-2.906 F .256(xit sta-)-.15 F
+.263(tus of that subshell.)108 640.8 R .263(If that function is not de\
 \214ned, the shell prints an error message and returns an e)5.263 F .263
-(xit sta-)-.15 F(tus of 127.)108 220.8 Q 1.089(If the search is success\
+(xit sta-)-.15 F(tus of 127.)108 652.8 Q 1.089(If the search is success\
 ful, or if the command name contains one or more slashes, the shell e)
-108 237.6 R -.15(xe)-.15 G 1.089(cutes the).15 F .197
-(named program in a separate e)108 249.6 R -.15(xe)-.15 G .197
+108 669.6 R -.15(xe)-.15 G 1.09(cutes the).15 F .198
+(named program in a separate e)108 681.6 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 261.6 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 693.6 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 1.049(If this e)108 278.4 R
--.15(xe)-.15 G 1.049(cution f).15 F 1.049
-(ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.048
-(cutable format, and the \214le is not a directory).15 F 3.548(,i)-.65 G
-3.548(ti)-3.548 G 3.548(sa)-3.548 G(s-)-3.548 E .143(sumed to be a)108
-290.4 R F0 .143(shell script)2.643 F F1 2.643(,a\214)C .143
+(ve)-.25 G(n, if an).15 E -.65(y.)-.15 G 1.048(If this e)108 710.4 R
+-.15(xe)-.15 G 1.048(cution f).15 F 1.048
+(ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.049
+(cutable format, and the \214le is not a directory).15 F 3.549(,i)-.65 G
+3.549(ti)-3.549 G 3.549(sa)-3.549 G(s-)-3.549 E .143(sumed to be a)108
+722.4 R F0 .143(shell script)2.643 F F1 2.643(,a\214)C .143
 (le containing shell commands, and the shell creates a ne)-2.643 F 2.643
-(wi)-.25 G .143(nstance of itself to)-2.643 F -.15(exe)108 302.4 S .137
-(cute it.).15 F .137(This subshell reinitializes itself, so that the ef)
-5.137 F .136(fect is as if a ne)-.25 F 2.636(ws)-.25 G .136
-(hell had been in)-2.636 F -.2(vo)-.4 G -.1(ke).2 G 2.636(dt).1 G 2.636
-(oh)-2.636 G(andle)-2.636 E .865(the script, with the e)108 314.4 R .866
-(xception that the locations of commands remembered by the parent \(see)
--.15 F F4(hash)3.366 E F1(belo)3.366 E(w)-.25 E(under)108 326.4 Q F2
-(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F3(\))A F1
-(are retained by the child.)2.25 E .348(If the program is a \214le be)
-108 343.2 R .348(ginning with)-.15 F F4(#!)2.848 E F1 2.848(,t)C .347(h\
-e remainder of the \214rst line speci\214es an interpreter for the pro-)
--2.848 F 3.178(gram. The)108 355.2 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 .206(format themselv)
-108 367.2 R 2.706(es. The)-.15 F(ar)2.706 E .206
-(guments to the interpreter consist of a single optional ar)-.18 F .206
-(gument follo)-.18 F .206(wing the in-)-.25 F .267
-(terpreter name on the \214rst line of the program, follo)108 379.2 R
+(wi)-.25 G .143(nstance of itself to)-2.643 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(39)190.395 E 0 Cg EP
+%%Page: 40 40
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E -.15(exe)108 84 S .321(cute it.).15 F .321
+(Bash tries to determine whether the \214le is a te)5.321 F .321
+(xt \214le or a binary)-.15 F 2.822(,a)-.65 G .322(nd will not e)-2.822
+F -.15(xe)-.15 G .322(cute \214les it de-).15 F .503
+(termines to be binaries.)108 96 R .503
+(This subshell reinitializes itself, so that the ef)5.503 F .503
+(fect is as if a ne)-.25 F 3.003(ws)-.25 G .503(hell had been in-)-3.003
+F -.2(vo)108 108 S -.1(ke).2 G 3.473(dt).1 G 3.473(oh)-3.473 G .973
+(andle the script, with the e)-3.473 F .973
+(xception that the locations of commands remembered by the parent)-.15 F
+(\(see)108 120 Q/F2 10/Times-Bold@0 SF(hash)2.5 E F1(belo)2.5 E 2.5(wu)
+-.25 G(nder)-2.5 E/F3 9/Times-Bold@0 SF(SHELL B)2.5 E(UIL)-.09 E
+(TIN COMMANDS)-.828 E F1(are retained by the child.)2.25 E .348
+(If the program is a \214le be)108 136.8 R .348(ginning with)-.15 F F2
+(#!)2.848 E F1 2.848(,t)C .347(he remainder of the \214rst line speci\
+\214es an interpreter for the pro-)-2.848 F 3.178(gram. The)108 148.8 R
+.678(shell e)3.178 F -.15(xe)-.15 G .678(cutes the speci\214ed interpre\
+ter on operating systems that do not handle this e).15 F -.15(xe)-.15 G
+(cutable).15 E .206(format themselv)108 160.8 R 2.706(es. The)-.15 F(ar)
+2.706 E .206(guments to the interpreter consist of a single optional ar)
+-.18 F .206(gument follo)-.18 F .206(wing the in-)-.25 F .267
+(terpreter name on the \214rst line of the program, follo)108 172.8 R
 .268(wed by the name of the program, follo)-.25 F .268(wed by the com-)
--.25 F(mand ar)108 391.2 Q(guments, if an)-.18 E -.65(y.)-.15 G/F5 10.95
-/Times-Bold@0 SF(COMMAND EXECUTION ENVIR)72 408 Q(ONMENT)-.329 E F1
-(The shell has an)108 420 Q F0 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E
+-.25 F(mand ar)108 184.8 Q(guments, if an)-.18 E -.65(y.)-.15 G/F4 10.95
+/Times-Bold@0 SF(COMMAND EXECUTION ENVIR)72 201.6 Q(ONMENT)-.329 E F1
+(The shell has an)108 213.6 Q F0 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E
 (onment)-.45 E F1 2.5(,w)C(hich consists of the follo)-2.5 E(wing:)-.25
-E<83>108 436.8 Q 1.406(open \214les inherited by the shell at in)144
-436.8 R -.2(vo)-.4 G 1.405
-(cation, as modi\214ed by redirections supplied to the).2 F F4(exec)
-3.905 E F1 -.2(bu)144 448.8 S(iltin).2 E<83>108 465.6 Q(the current w)
-144 465.6 Q(orking directory as set by)-.1 E F4(cd)2.5 E F1(,)A F4
-(pushd)2.5 E F1 2.5(,o)C(r)-2.5 E F4(popd)2.5 E F1 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<83>108
-482.4 Q(the \214le creation mode mask as set by)144 482.4 Q F4(umask)2.5
-E F1(or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent)-2.5 E<83>
-108 499.2 Q(current traps set by)144 499.2 Q F4(trap)2.5 E F1<83>108 516
-Q .256(shell parameters that are set by v)144 516 R .256
-(ariable assignment or with)-.25 F F4(set)2.756 E F1 .257
-(or inherited from the shell')2.756 F 2.757(sp)-.55 G(arent)-2.757 E
-(in the en)144 528 Q(vironment)-.4 E<83>108 544.8 Q
-(shell functions de\214ned during e)144 544.8 Q -.15(xe)-.15 G
+E<83>108 230.4 Q 1.258(Open \214les inherited by the shell at in)144
+230.4 R -.2(vo)-.4 G 1.257
+(cation, as modi\214ed by redirections supplied to the).2 F F2(exec)
+3.757 E F1 -.2(bu)144 242.4 S(iltin.).2 E<83>108 259.2 Q(The current w)
+144 259.2 Q(orking directory as set by)-.1 E F2(cd)2.5 E F1(,)A F2
+(pushd)2.5 E F1 2.5(,o)C(r)-2.5 E F2(popd)2.5 E F1 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<83>108
+276 Q(The \214le creation mode mask as set by)144 276 Q F2(umask)2.5 E
+F1(or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent.)-2.5 E<83>108
+292.8 Q(Current traps set by)144 292.8 Q F2(trap)2.5 E F1(.)A<83>108
+309.6 Q .152(Shell parameters that are set by v)144 309.6 R .152
+(ariable assignment or with)-.25 F F2(set)2.652 E F1 .152
+(or inherited from the shell')2.652 F 2.652(sp)-.55 G(arent)-2.652 E
+(in the en)144 321.6 Q(vironment.)-.4 E<83>108 338.4 Q
+(Shell functions de\214ned during e)144 338.4 Q -.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<83>108 561.6 Q
-(options enabled at in)144 561.6 Q -.2(vo)-.4 G(cation \(either by def)
-.2 E(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F4(set)
-2.5 E F1<83>108 578.4 Q(options enabled by)144 578.4 Q F4(shopt)2.5 E F1
-<83>108 595.2 Q(shell aliases de\214ned with)144 595.2 Q F4(alias)2.5 E
-F1<83>108 612 Q -.25(va)144 612 S
-(rious process IDs, including those of background jobs, the v).25 E
-(alue of)-.25 E F4($$)2.5 E F1 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E
-F2(PPID)2.5 E F1 .427(When a simple command other than a b)108 628.8 R
-.426(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .426
+(arent in the en)-2.5 E(vironment.)-.4 E<83>108 355.2 Q
+(Options enabled at in)144 355.2 Q -.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 F1(.)A<83>108 372 Q(Options enabled by)144 372 Q F2(shopt)2.5 E F1
+(.)A<83>108 388.8 Q(Shell aliases de\214ned with)144 388.8 Q F2(alias)
+2.5 E F1(.)A<83>108 405.6 Q -1.11(Va)144 405.6 S
+(rious process IDs, including those of background jobs, the v)1.11 E
+(alue of)-.25 E F2($$)2.5 E F1 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E
+F3(PPID)2.5 E/F5 9/Times-Roman@0 SF(.)A F1 .427
+(When a simple command other than a b)108 422.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 640.8 S .133(cution en).15 F .133
+-2.926 G(eparate)-2.926 E -.15(exe)108 434.4 S .133(cution en).15 F .133
 (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 652.8 Q<83>108 669.6 Q 1.056(the shell')144 669.6 R
-3.556(so)-.55 G 1.056(pen \214les, plus an)-3.556 F 3.556(ym)-.15 G
-1.056
+(the shell.)108 446.4 Q<83>108 463.2 Q .818(The shell')144 463.2 R 3.318
+(so)-.55 G .818(pen \214les, plus an)-3.318 F 3.318(ym)-.15 G .818
 (odi\214cations and additions speci\214ed by redirections to the com-)
--3.556 F(mand)144 681.6 Q<83>108 698.4 Q(the current w)144 698.4 Q
-(orking directory)-.1 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(38)
-193.45 E 0 Cg EP
-%%Page: 39 39
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E<83>108 84 Q(the \214le creation mode mask)144 84 Q
-<83>108 100.8 Q .856(shell v)144 100.8 R .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 112.8 Q(vironment)
--.4 E<83>108 129.6 Q .307(traps caught by the shell are reset to the v)
-144 129.6 R .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
-141.6 Q 2.5(Ac)108 158.4 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
+-3.318 F(mand.)144 475.2 Q<83>108 492 Q(The current w)144 492 Q
+(orking directory)-.1 E(.)-.65 E<83>108 508.8 Q
+(The \214le creation mode mask.)144 508.8 Q<83>108 525.6 Q .728(Shell v)
+144 525.6 R .728(ariables and functions mark)-.25 F .728(ed for e)-.1 F
+.729(xport, along with v)-.15 F .729(ariables e)-.25 F .729
+(xported for the command,)-.15 F(passed in the en)144 537.6 Q
+(vironment.)-.4 E<83>108 554.4 Q -.35(Tr)144 554.4 S .131
+(aps caught by the shell are reset to the v).35 F .131
+(alues inherited from the shell')-.25 F 2.631(sp)-.55 G .131
+(arent, and traps ignored)-2.631 F(by the shell are ignored.)144 566.4 Q
+2.5(Ac)108 583.2 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(A)108 175.2 Q F0(subshell)2.5 E F1(is a cop)2.5 E 2.5
+(vironment.)-.4 E(A)108 600 Q F0(subshell)2.5 E F1(is a cop)2.5 E 2.5
 (yo)-.1 G 2.5(ft)-2.5 G(he shell process.)-2.5 E .577(Command substitut\
 ion, commands grouped with parentheses, and asynchronous commands are i\
-n)108 192 R -.2(vo)-.4 G -.1(ke).2 G 3.078(di).1 G(n)-3.078 E 2.745(as)
-108 204 S .245(ubshell en)-2.745 F .245
+n)108 616.8 R -.2(vo)-.4 G -.1(ke).2 G 3.078(di).1 G(n)-3.078 E 2.745
+(as)108 628.8 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 216 R .358
+(reset to the v)108 640.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 228 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 240 Q(fect the shell')-.25 E 2.5(se)-.55 G -.15
-(xe)-2.65 G(cution en).15 E(vironment.)-.4 E .605(When the shell is in)
-108 256.8 R F0 .605(posix mode)3.105 F F1 3.105(,s)C .605(ubshells spa)
--3.105 F .605(wned to e)-.15 F -.15(xe)-.15 G .605
-(cute command substitutions inherit the v).15 F .605(alue of)-.25 F(the)
-108 268.8 Q/F2 10/Times-Bold@0 SF<ad65>2.695 E F1 .195
-(option from their parent shell.)2.695 F .194(When not in)5.194 F F0
-.194(posix mode)2.694 F F1(,)A F2(bash)2.694 E F1 .194(clears the)2.694
-F F2<ad65>2.694 E F1 .194(option in such subshells.)2.694 F .613
-(See the description of the)108 280.8 R F2(inherit_err)3.113 E(exit)-.18
-E F1 .613(shell option belo)3.113 F 3.114(wf)-.25 G .614(or ho)-3.114 F
-3.114(wt)-.25 G 3.114(oc)-3.114 G .614(ontrol this beha)-3.114 F .614
-(vior when not in)-.2 F(posix mode.)108 292.8 Q .405
-(If a command is follo)108 309.6 R .405(wed by a)-.25 F F2(&)2.905 E F1
-.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 321.6 R F0(/de)2.697 E(v/null)-.15 E F1 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 333.6 Q/F3 10.95
-/Times-Bold@0 SF(ENVIR)72 350.4 Q(ONMENT)-.329 E F1 2.344
-(When a program is in)108 362.4 R -.2(vo)-.4 G -.1(ke).2 G 4.843(di).1 G
+-.4 G -.1(ke).2 G(d).1 E .114(as part of a pipeline, e)108 652.8 R .114
+(xcept possibly in the last element depending on the v)-.15 F .113
+(alue of the)-.25 F F2(lastpipe)2.613 E F1 .113(shell option,)2.613 F
+.691(are also e)108 664.8 R -.15(xe)-.15 G .691(cuted in a subshell en)
+.15 F 3.191(vironment. Changes)-.4 F .691(made to the subshell en)3.191
+F .692(vironment cannot af)-.4 F .692(fect the)-.25 F(shell')108 676.8 Q
+2.5(se)-.55 G -.15(xe)-2.65 G(cution en).15 E(vironment.)-.4 E .535
+(When the shell is in posix mode, subshells spa)108 693.6 R .535
+(wned to e)-.15 F -.15(xe)-.15 G .535
+(cute command substitutions inherit the v).15 F .535(alue of)-.25 F(the)
+108 705.6 Q F2<ad65>2.635 E F1 .135(option from their parent shell.)
+2.635 F .135(When not in posix mode,)5.135 F F2(bash)2.635 E F1 .135
+(clears the)2.635 F F2<ad65>2.636 E F1 .136(option in such subshells.)
+2.636 F .614(See the description of the)108 717.6 R F2(inherit_err)3.114
+E(exit)-.18 E F1 .614(shell option belo)3.114 F 3.114(wf)-.25 G .613
+(or ho)-3.114 F 3.113(wt)-.25 G 3.113(oc)-3.113 G .613(ontrol this beha)
+-3.113 F .613(vior when not in)-.2 F(posix mode.)108 729.6 Q
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(40)190.395 E 0 Cg EP
+%%Page: 41 41
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E .404(If a command is follo)108 84 R .404(wed by a)
+-.25 F/F2 10/Times-Bold@0 SF(&)2.904 E F1 .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 1.415
+(is the empty \214le)108 96 R F0(/de)5.581 E(v/null)-.15 E F1 6.415(.O)
+1.666 G 1.415(therwise, the in)-6.415 F -.2(vo)-.4 G -.1(ke).2 G 3.915
+(dc).1 G 1.414(ommand inherits the \214le descriptors of the calling)
+-3.915 F(shell as modi\214ed by redirections.)108 108 Q/F3 10.95
+/Times-Bold@0 SF(ENVIR)72 124.8 Q(ONMENT)-.329 E F1 2.343
+(When a program is in)108 136.8 R -.2(vo)-.4 G -.1(ke).2 G 4.843(di).1 G
 4.843(ti)-4.843 G 4.843(sg)-4.843 G -2.15 -.25(iv e)-4.843 H 4.843(na)
 .25 G 4.843(na)-4.843 G 2.343(rray of strings called the)-4.843 F F0(en)
-5.033 E(vir)-.4 E(onment)-.45 E F1 7.343(.T).68 G 2.343
-(his is a list of)-7.343 F F0(name)108 374.4 Q F1<ad>A F0(value)A F1
+5.033 E(vir)-.4 E(onment)-.45 E F1 7.343(.T).68 G 2.344
+(his is a list of)-7.343 F F0(name)108 148.8 Q F1<ad>A F0(value)A F1
 (pairs, of the form)2.5 E F0(name)2.86 E F1(=)A F0(value)A F1(.).18 E
-.438(The shell pro)108 391.2 R .438(vides se)-.15 F -.15(ve)-.25 G .438
+.439(The shell pro)108 165.6 R .438(vides se)-.15 F -.15(ve)-.25 G .438
 (ral w).15 F .438(ays to manipulate the en)-.1 F 2.938(vironment. On)-.4
-F(in)2.938 E -.2(vo)-.4 G .438(cation, the shell scans its o).2 F .439
+F(in)2.938 E -.2(vo)-.4 G .438(cation, the shell scans its o).2 F .438
 (wn en-)-.25 F 2.033(vironment and creates a parameter for each name fo\
-und, automatically marking it for)108 403.2 R F0 -.2(ex)4.533 G(port).2
-E F1 2.033(to child)5.213 F 2.873(processes. Ex)108 415.2 R .374
-(ecuted commands inherit the en)-.15 F 2.874(vironment. The)-.4 F F2
-(export)2.874 E F1(and)2.874 E F2(declar)2.874 E 2.874<65ad>-.18 G(x)
--2.874 E F1 .374(commands allo)2.874 F 2.874(wp)-.25 G(a-)-2.874 E .335
-(rameters and functions to be added to and deleted from the en)108 427.2
-R 2.835(vironment. If)-.4 F .335(the v)2.835 F .334
-(alue of a parameter in the)-.25 F(en)108 439.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 451.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
-.3(modi\214ed in the shell, less an)108 463.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 F2(unset)2.801 E F1 .301(command, plus an)2.801 F 2.801(ya)-.15 G .301
-(dditions via the)-2.801 F F2(export)2.801 E F1(and)2.801 E F2(declar)
-108 475.2 Q 2.5<65ad>-.18 G(x)-2.5 E F1(commands.)2.5 E .563(The en)108
-492 R .563(vironment for an)-.4 F(y)-.15 E F0 .563(simple command)3.403
-F F1 .562
-(or function may be augmented temporarily by pre\214xing it with)3.833 F
-.202(parameter assignments, as described abo)108 504 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 F1 .202(These assignment statements af)4.702 F
-.203(fect only the)-.25 F(en)108 516 Q(vironment seen by that command.)
--.4 E .81(If the)108 532.8 R F2<ad6b>3.31 E F1 .81
-(option is set \(see the)3.31 F F2(set)3.31 E F1 -.2(bu)3.31 G .81
-(iltin command belo).2 F .81(w\), then)-.25 F F0(all)3.64 E F1 .81
-(parameter assignments are placed in)3.82 F(the en)108 544.8 Q
+und, automatically marking it for)108 177.6 R F0 -.2(ex)4.534 G(port).2
+E F1 2.034(to child)5.214 F 3.694(processes. Ex)108 189.6 R 1.194
+(ecuted commands inherit the en)-.15 F 3.693(vironment. The)-.4 F F2
+(export)3.693 E F1(,)A F2(declar)3.693 E 3.693<65ad>-.18 G(x)-3.693 E F1
+3.693(,a)C(nd)-3.693 E F2(unset)3.693 E F1(commands)3.693 E .046
+(modify the en)108 201.6 R .046
+(vironment by adding and deleting parameters and functions.)-.4 F .047
+(If the v)5.047 F .047(alue of a parameter in the)-.25 F(en)108 213.6 Q
+.657(vironment is modi\214ed, the ne)-.4 F 3.157(wv)-.25 G .656
+(alue automatically becomes part of the en)-3.407 F .656
+(vironment, replacing the old.)-.4 F .154(The en)108 225.6 R .154
+(vironment inherited by an)-.4 F 2.654(ye)-.15 G -.15(xe)-2.804 G .154
+(cuted command consists of the shell').15 F 2.655(si)-.55 G .155
+(nitial en)-2.655 F .155(vironment, whose v)-.4 F(al-)-.25 E .789
+(ues may be modi\214ed in the shell, less an)108 237.6 R 3.289(yp)-.15 G
+.789(airs remo)-3.289 F -.15(ve)-.15 G 3.289(db).15 G 3.289(yt)-3.289 G
+(he)-3.289 E F2(unset)3.289 E F1(or)3.289 E F2 .789(export \255n)3.289 F
+F1 .789(commands, plus an)3.289 F(y)-.15 E(additions via the)108 249.6 Q
+F2(export)2.5 E F1(and)2.5 E F2(declar)2.5 E 2.5<65ad>-.18 G(x)-2.5 E F1
+(commands.)2.5 E .349(If an)108 266.4 R 2.849(yp)-.15 G .349
+(arameter assignments, as described abo)-2.849 F .649 -.15(ve i)-.15 H
+(n).15 E/F4 9/Times-Bold@0 SF -.666(PA)2.849 G(RAMETERS).666 E/F5 9
+/Times-Roman@0 SF(,)A F1 .349(appear before a)2.599 F F0 .349
+(simple command)3.189 F F1 2.849(,t).77 G(he)-2.849 E -.25(va)108 278.4
+S .442(riable assignments are part of that command').25 F 2.942(se)-.55
+G -.4(nv)-2.942 G .442(ironment for as long as it e).4 F -.15(xe)-.15 G
+2.942(cutes. These).15 F(assignment)2.942 E .013(statements af)108 290.4
+R .013(fect only the en)-.25 F .013(vironment seen by that command.)-.4
+F .014(If these assignments precede a call to a shell)5.014 F
+(function, the v)108 302.4 Q(ariables are local to the function and e)
+-.25 E(xported to that function')-.15 E 2.5(sc)-.55 G(hildren.)-2.5 E
+.81(If the)108 319.2 R F2<ad6b>3.31 E F1 .81(option is set \(see the)
+3.31 F F2(set)3.31 E F1 -.2(bu)3.31 G .81(iltin command belo).2 F .81
+(w\), then)-.25 F F0(all)3.64 E F1 .81
+(parameter assignments are placed in)3.82 F(the en)108 331.2 Q
 (vironment for a command, not just those that precede the command name.)
--.4 E(When)108 561.6 Q F2(bash)3.585 E F1(in)3.585 E -.2(vo)-.4 G -.1
-(ke).2 G 3.585(sa).1 G 3.585(ne)-3.585 G 1.085(xternal command, the v)
--3.735 F(ariable)-.25 E F2(_)3.585 E F1 1.086
-(is set to the full \214lename of the command and)3.586 F
-(passed to that command in its en)108 573.6 Q(vironment.)-.4 E F3
-(EXIT ST)72 590.4 Q -1.04(AT)-.986 G(US)1.04 E F1 .151(The e)108 602.4 R
-.151(xit status of an e)-.15 F -.15(xe)-.15 G .151
-(cuted command is the v).15 F .15(alue returned by the)-.25 F F0
-(waitpid)2.65 E F1 .15(system call or equi)2.65 F -.25(va)-.25 G .15
-(lent func-).25 F 2.847(tion. Exit)108 614.4 R .347(statuses f)2.847 F
-.347(all between 0 and 255, though, as e)-.1 F .347(xplained belo)-.15 F
+-.4 E(When)108 348 Q F2(bash)3.338 E F1(in)3.338 E -.2(vo)-.4 G -.1(ke)
+.2 G 3.339(sa).1 G 3.339(ne)-3.339 G .839(xternal command, the v)-3.489
+F(ariable)-.25 E F2(_)3.339 E F1 .839
+(is set to the full pathname of the command and)3.339 F
+(passed to that command in its en)108 360 Q(vironment.)-.4 E F3(EXIT ST)
+72 376.8 Q -1.04(AT)-.986 G(US)1.04 E F1 .151(The e)108 388.8 R .151
+(xit status of an e)-.15 F -.15(xe)-.15 G .151(cuted command is the v)
+.15 F .15(alue returned by the)-.25 F F0(waitpid)2.65 E F1 .15
+(system call or equi)2.65 F -.25(va)-.25 G .15(lent func-).25 F 2.847
+(tion. Exit)108 400.8 R .347(statuses f)2.847 F .347
+(all between 0 and 255, though, as e)-.1 F .347(xplained belo)-.15 F
 1.647 -.65(w, t)-.25 H .347(he shell may use v).65 F .348(alues abo)-.25
-F .648 -.15(ve 1)-.15 H(25).15 E(specially)108 626.4 Q 5.507(.E)-.65 G
+F .648 -.15(ve 1)-.15 H(25).15 E(specially)108 412.8 Q 5.507(.E)-.65 G
 .507(xit statuses from shell b)-5.507 F .507
 (uiltins and compound commands are also limited to this range.)-.2 F
 (Under)5.506 E(certain circumstances, the shell will use special v)108
-638.4 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -.15
-(Fo)108 655.2 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 667.2 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 679.2 Q F0(N)2.5 E F1(,)A F2(bash)
-2.5 E F1(uses the v)2.5 E(alue of 128+)-.25 E F0(N)A F1(as the e)2.5 E
-(xit status.)-.15 E .404
-(If a command is not found, the child process created to e)108 696 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 708 Q(ut is not e)-.2 E -.15(xe)
--.15 G(cutable, the return status is 126.).15 E(If a command f)108 724.8
-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(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(39)193.45 E 0 Cg EP
-%%Page: 40 40
+424.8 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -.15
+(Fo)108 441.6 S 3.434(rt).15 G .934(he shell')-3.434 F 3.434(sp)-.55 G
+.934(urposes, a command which e)-3.434 F .934(xits with a zero e)-.15 F
+.935(xit status has succeeded.)-.15 F .935(So while an e)5.935 F(xit)
+-.15 E(status of zero indicates success, a non-zero e)108 453.6 Q
+(xit status indicates f)-.15 E(ailure.)-.1 E
+(When a command terminates on a f)108 470.4 Q(atal signal)-.1 E F0(N)2.5
+E F1(,)A F2(bash)2.5 E F1(uses the v)2.5 E(alue of 128+)-.25 E F0(N)A F1
+(as the e)2.5 E(xit status.)-.15 E .405
+(If a command is not found, the child process created to e)108 487.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 499.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 516 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 532.8 R
+.08(uiltin commands return a status of 0 \()-.2 F F0(true)A F1 2.581
+(\)i)C 2.581(fs)-2.581 G .081(uccessful, and non-zero \()-2.581 F F0
+(false)A F1 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 544.8 Q 2.968(ye)-.15 G -.15(xe)
+-3.118 G 2.968(cute. All).15 F -.2(bu)2.968 G .468(iltins return an e).2
+F .468(xit status of 2 to indicate incorrect usage, generally in)-.15 F
+-.25(va)-.4 G .467(lid options or).25 F(missing ar)108 556.8 Q(guments.)
+-.18 E(The e)108 573.6 Q(xit status of the last command is a)-.15 E -.25
+(va)-.2 G(ilable in the special parameter $?.).25 E F2(Bash)108 590.4 Q
+F1 .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 602.4
+Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F2
+(exit)2.5 E F1 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G F3
+(SIGN)72 619.2 Q(ALS)-.219 E F1(When)108 631.2 Q F2(bash)2.503 E F1 .002
+(is interacti)2.502 F -.15(ve)-.25 G 2.502(,i).15 G 2.502(nt)-2.502 G
+.002(he absence of an)-2.502 F 2.502(yt)-.15 G .002(raps, it ignores)
+-2.502 F F4(SIGTERM)2.502 E F1 .002(\(so that)2.252 F F2 .002(kill 0)
+2.502 F F1 .002(does not kill an in-)2.502 F(teracti)108 643.2 Q .925
+-.15(ve s)-.25 H .625(hell\), and catches and handles).15 F F4(SIGINT)
+3.126 E F1 .626(\(so that the)2.876 F F2(wait)3.126 E F1 -.2(bu)3.126 G
+.626(iltin is interruptible\).).2 F(When)5.626 E F2(bash)3.126 E F1(re-)
+3.126 E(cei)108 655.2 Q -.15(ve)-.25 G(s).15 E F4(SIGINT)2.95 E F5(,)A
+F1 .45(it breaks out of an)2.7 F 2.95(ye)-.15 G -.15(xe)-3.1 G .45
+(cuting loops.).15 F .45(In all cases,)5.45 F F2(bash)2.95 E F1(ignores)
+2.95 E F4(SIGQ)2.95 E(UIT)-.09 E F5(.)A F1 .45(If job control is)4.95 F
+(in ef)108 667.2 Q(fect,)-.25 E F2(bash)2.5 E F1(ignores)2.5 E F4
+(SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F1(and)2.25 E F4
+(SIGTSTP)2.5 E F5(.)A F1(The)108 684 Q F2(trap)2.5 E F1 -.2(bu)2.5 G
+(iltin modi\214es the shell').2 E 2.5(ss)-.55 G
+(ignal handling, as described belo)-2.5 E -.65(w.)-.25 G(Non-b)108 700.8
+Q .612(uiltin commands)-.2 F F2(bash)3.112 E F1 -.15(exe)3.112 G .612
+(cutes ha).15 F .912 -.15(ve s)-.2 H .612(ignal handlers set to the v)
+.15 F .613(alues inherited by the shell from its)-.25 F .065
+(parent, unless)108 712.8 R F2(trap)2.565 E F1 .065(sets them to be ign\
+ored, in which case the child process will ignore them as well.)2.565 F
+(When)5.064 E 1.634(job control is not in ef)108 724.8 R 1.635
+(fect, asynchronous commands ignore)-.25 F F4(SIGINT)4.135 E F1(and)
+3.885 E F4(SIGQ)4.135 E(UIT)-.09 E F1 1.635(in addition to these)3.885 F
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(41)190.395 E 0 Cg EP
+%%Page: 42 42
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .081(Shell b)108 84 R .081
-(uiltin commands return a status of 0 \()-.2 F F0(true)A F1 2.581(\)i)C
-2.581(fs)-2.581 G .08(uccessful, and non-zero \()-2.581 F F0(false)A F1
-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 96 Q 2.967(ye)-.15 G -.15(xe)-3.117 G 2.967(cute. All).15 F -.2
-(bu)2.967 G .467(iltins return an e).2 F .468
-(xit status of 2 to indicate incorrect usage, generally in)-.15 F -.25
-(va)-.4 G .468(lid options or).25 F(missing ar)108 108 Q(guments.)-.18 E
-(The e)108 124.8 Q(xit status of the last command is a)-.15 E -.25(va)
--.2 G(ilable in the special parameter $?.).25 E/F2 10/Times-Bold@0 SF
-(Bash)108 141.6 Q F1 .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 153.6
-Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F2
-(exit)2.5 E F1 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G/F3
-10.95/Times-Bold@0 SF(SIGN)72 170.4 Q(ALS)-.219 E F1(When)108 182.4 Q F2
-(bash)2.502 E F1 .002(is interacti)2.502 F -.15(ve)-.25 G 2.502(,i).15 G
-2.502(nt)-2.502 G .002(he absence of an)-2.502 F 2.502(yt)-.15 G .002
-(raps, it ignores)-2.502 F/F4 9/Times-Bold@0 SF(SIGTERM)2.502 E F1 .002
-(\(so that)2.252 F F2 .002(kill 0)2.502 F F1 .002(does not kill an in-)
-2.502 F(teracti)108 194.4 Q 1.216 -.15(ve s)-.25 H .916(hell\), and).15
-F F4(SIGINT)3.416 E F1 .915(is caught and handled \(so that the)3.166 F
-F2(wait)3.415 E F1 -.2(bu)3.415 G .915(iltin is interruptible\).).2 F
-.915(In all cases,)5.915 F F2(bash)108 206.4 Q F1(ignores)2.5 E F4(SIGQ)
-2.5 E(UIT)-.09 E/F5 9/Times-Roman@0 SF(.)A F1(If job control is in ef)
-4.5 E(fect,)-.25 E F2(bash)2.5 E F1(ignores)2.5 E F4(SIGTTIN)2.5 E F5(,)
-A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F1(and)2.25 E F4(SIGTSTP)2.5 E F5(.)
-A F1(Non-b)108 223.2 Q 1.064(uiltin commands run by)-.2 F F2(bash)3.564
-E F1(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 235.2 R .748(job control is not in ef)3.248 F .747
-(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.247 E F1(and)
-2.997 E F4(SIGQ)3.247 E(UIT)-.09 E F1 .747(in addi-)2.997 F .652
-(tion to these inherited handlers.)108 247.2 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 259.2 Q F4
-(SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F1(and)2.25 E F4
-(SIGTSTP)2.5 E F5(.)A F1 2.046(The shell e)108 276 R 2.046(xits by def)
--.15 F 2.045(ault upon receipt of a)-.1 F F4(SIGHUP)4.545 E F5(.)A F1
-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 F4(SIGHUP)108 288 Q F1 1.004
-(to all jobs, running or stopped.)3.254 F 1.004(Stopped jobs are sent)
-6.004 F F4(SIGCONT)3.505 E F1 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 F4(SIGHUP)108 300 Q
-F5(.)A F1 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 312 R F2(diso)3.856 E(wn)-.1 E F1 -.2(bu)3.856
-G 1.356(iltin \(see).2 F F4 1.356(SHELL B)3.856 F(UIL)-.09 E 1.356
-(TIN COMMANDS)-.828 F F1(belo)3.607 E 1.357(w\) or mark)-.25 F 1.357
-(ed to not recei)-.1 F -.15(ve)-.25 G F4(SIGHUP)108 324 Q F1(using)2.25
-E F2(diso)2.5 E(wn \255h)-.1 E F1(.)A .166(If the)108 340.8 R F2
-(huponexit)2.666 E F1 .166(shell option has been set with)2.666 F F2
-(shopt)2.666 E F1(,)A F2(bash)2.666 E F1 .166(sends a)2.666 F F4(SIGHUP)
-2.666 E F1 .166(to all jobs when an interacti)2.416 F -.15(ve)-.25 G
-(login shell e)108 352.8 Q(xits.)-.15 E(If)108 369.6 Q F2(bash)3.046 E
-F1 .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 381.6 R -.15(xe)-.15 G .663
-(cuted until the command completes.).15 F(When)5.663 E F2(bash)3.163 E
-F1 .662(is w)3.163 F .662(aiting for an asynchronous command)-.1 F .326
-(via the)108 393.6 R F2(wait)2.826 E F1 -.2(bu)2.826 G .327(iltin, the \
-reception of a signal for which a trap has been set will cause the).2 F
-F2(wait)2.827 E F1 -.2(bu)2.827 G .327(iltin to re-).2 F
-(turn immediately with an e)108 405.6 Q
-(xit status greater than 128, immediately after which the trap is e)-.15
-E -.15(xe)-.15 G(cuted.).15 E .499(When job control is not enabled, and)
-108 422.4 R F2(bash)2.998 E F1 .498(is w)2.998 F .498(aiting for a fore)
--.1 F .498(ground command to complete, the shell re-)-.15 F(cei)108
-434.4 Q -.15(ve)-.25 G 3.213(sk).15 G -.15(ey)-3.313 G .713
-(board-generated signals such as).15 F F4(SIGINT)3.213 E F1 .713
-(\(usually generated by)2.963 F F2<0043>3.213 E F1 3.213(\)t)C .714
-(hat users commonly intend)-3.213 F .455(to send to that command.)108
-446.4 R .454(This happens because the shell and the command are in the \
-same process group)5.455 F(as the terminal, and)108 458.4 Q F2<0043>2.5
-E F1(sends)2.5 E F4(SIGINT)2.5 E F1
-(to all processes in that process group.)2.25 E(When)108 475.2 Q F2
-(bash)3.8 E F1 1.3(is running without job control enabled and recei)3.8
-F -.15(ve)-.25 G(s).15 E F4(SIGINT)3.8 E F1 1.3(while w)3.55 F 1.3
-(aiting for a fore)-.1 F(ground)-.15 E .81(command, it w)108 487.2 R .81
+.25 E F1(\(1\)).95 E .541(inherited handlers.)108 84 R .541
+(Commands run as a result of command substitution ignore the k)5.541 F
+-.15(ey)-.1 G .54(board-generated job).15 F(control signals)108 96 Q/F2
+9/Times-Bold@0 SF(SIGTTIN)2.5 E/F3 9/Times-Roman@0 SF(,)A F2(SIGTT)2.25
+E(OU)-.162 E F3(,)A F1(and)2.25 E F2(SIGTSTP)2.5 E F3(.)A F1 2.045
+(The shell e)108 112.8 R 2.045(xits by def)-.15 F 2.045
+(ault upon receipt of a)-.1 F F2(SIGHUP)4.545 E F3(.)A F1 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 F2(SIGHUP)108 124.8 Q F1 .54
+(to all jobs, running or stopped.)2.79 F .54(The shell sends)5.54 F F2
+(SIGCONT)3.04 E F1 .54(to stopped jobs to ensure that the)2.79 F 3.039
+(yr)-.15 G(e-)-3.039 E(cei)108 136.8 Q 1.045 -.15(ve t)-.25 H(he).15 E
+F2(SIGHUP)3.245 E F1(\(see)2.995 E F2 .745(JOB CONTR)3.245 F(OL)-.27 E
+F1(belo)2.995 E 3.245(wf)-.25 G .745
+(or more information about running and stopped jobs\).)-3.245 F -.8(To)
+5.745 G(pre)108 148.8 Q -.15(ve)-.25 G .442
+(nt the shell from sending the signal to a particular job, remo).15 F
+.741 -.15(ve i)-.15 H 2.941(tf).15 G .441(rom the jobs table with the)
+-2.941 F/F4 10/Times-Bold@0 SF(diso)2.941 E(wn)-.1 E F1 -.2(bu)108 160.8
+S(iltin \(see).2 E F2(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F1
+(belo)2.25 E(w\) or mark it not to recei)-.25 E -.15(ve)-.25 G F2
+(SIGHUP)2.65 E F1(using)2.25 E F4(diso)2.5 E(wn \255h)-.1 E F1(.)A .554
+(If the)108 177.6 R F4(huponexit)3.054 E F1 .554
+(shell option has been set using)3.054 F F4(shopt)3.054 E F1(,)A F4
+(bash)3.054 E F1 .555(sends a)3.054 F F2(SIGHUP)3.055 E F1 .555
+(to all jobs when an interac-)2.805 F(ti)108 189.6 Q .3 -.15(ve l)-.25 H
+(ogin shell e).15 E(xits.)-.15 E(If)108 206.4 Q F4(bash)3.047 E F1 .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 .777
+(will not be e)108 218.4 R -.15(xe)-.15 G .777
+(cuted until the command completes.).15 F(If)5.777 E F4(bash)3.278 E F1
+.778(is w)3.278 F .778(aiting for an asynchronous command via)-.1 F(the)
+108 230.4 Q F4(wait)3.032 E F1 -.2(bu)3.032 G .532(iltin, and it recei)
+.2 F -.15(ve)-.25 G 3.032(sas).15 G .531
+(ignal for which a trap has been set, the)-3.032 F F4(wait)3.031 E F1
+-.2(bu)3.031 G .531(iltin will return immedi-).2 F(ately with an e)108
+242.4 Q
+(xit status greater than 128, immediately after which the shell e)-.15 E
+-.15(xe)-.15 G(cutes the trap.).15 E .498
+(When job control is not enabled, and)108 259.2 R F4(bash)2.998 E F1
+.498(is w)2.998 F .498(aiting for a fore)-.1 F .499
+(ground command to complete, the shell re-)-.15 F(cei)108 271.2 Q -.15
+(ve)-.25 G 3.214(sk).15 G -.15(ey)-3.314 G .713
+(board-generated signals such as).15 F F2(SIGINT)3.213 E F1 .713
+(\(usually generated by)2.963 F F4<0043>3.213 E F1 3.213(\)t)C .713
+(hat users commonly intend)-3.213 F .454(to send to that command.)108
+283.2 R .455(This happens because the shell and the command are in the \
+same process group)5.454 F .83(as the terminal, and)108 295.2 R F4<0043>
+3.33 E F1(sends)3.33 E F2(SIGINT)3.33 E F1 .829
+(to all processes in that process group.)3.08 F(See)5.829 E F2 .829
+(JOB CONTR)3.329 F(OL)-.27 E F1(belo)3.079 E(w)-.25 E
+(for more information about process groups.)108 307.2 Q(When)108 324 Q
+F4(bash)3.8 E F1 1.3(is running without job control enabled and recei)
+3.8 F -.15(ve)-.25 G(s).15 E F2(SIGINT)3.8 E F1 1.3(while w)3.55 F 1.3
+(aiting for a fore)-.1 F(ground)-.15 E .81(command, it w)108 336 R .81
 (aits until that fore)-.1 F .81
 (ground command terminates and then decides what to do about the)-.15 F
-F4(SIG-)3.309 E(INT)108 499.2 Q F5(:)A F1(1.)108 516 Q .002
-(If the command terminates due to the)144 516 R F4(SIGINT)2.502 E F5(,)A
-F2(bash)2.252 E F1 .003(concludes that the user meant to end the entire)
-2.502 F(script, and acts on the)144 528 Q F4(SIGINT)2.5 E F1
-(\(e.g., by running a)2.25 E F4(SIGINT)2.5 E F1(trap or e)2.25 E
-(xiting itself\);)-.15 E(2.)108 544.8 Q .289
-(If the command does not terminate due to)144 544.8 R F4(SIGINT)2.788 E
-F5(,)A F1 .288(the program handled the)2.538 F F4(SIGINT)2.788 E F1 .288
-(itself and did)2.538 F .728(not treat it as a f)144 556.8 R .728
-(atal signal.)-.1 F .728(In that case,)5.728 F F2(bash)3.228 E F1 .728
-(does not treat)3.228 F F4(SIGINT)3.228 E F1 .728(as a f)2.978 F .728
+F2(SIG-)3.309 E(INT)108 348 Q F3(:)A F1(1.)108 364.8 Q .002
+(If the command terminates due to the)144 364.8 R F2(SIGINT)2.502 E F3
+(,)A F4(bash)2.252 E F1 .003
+(concludes that the user meant to end the entire)2.502 F
+(script, and acts on the)144 376.8 Q F2(SIGINT)2.5 E F1
+(\(e.g., by running a)2.25 E F2(SIGINT)2.5 E F1(trap or e)2.25 E
+(xiting itself\);)-.15 E(2.)108 393.6 Q .289
+(If the command does not terminate due to)144 393.6 R F2(SIGINT)2.788 E
+F3(,)A F1 .288(the program handled the)2.538 F F2(SIGINT)2.788 E F1 .288
+(itself and did)2.538 F .728(not treat it as a f)144 405.6 R .728
+(atal signal.)-.1 F .728(In that case,)5.728 F F4(bash)3.228 E F1 .728
+(does not treat)3.228 F F2(SIGINT)3.228 E F1 .728(as a f)2.978 F .728
 (atal signal, either)-.1 F 3.229(,i)-.4 G(n-)-3.229 E .772
-(stead assuming that the)144 568.8 R F4(SIGINT)3.272 E F1 -.1(wa)3.022 G
+(stead assuming that the)144 417.6 R F2(SIGINT)3.272 E F1 -.1(wa)3.022 G
 3.272(su).1 G .771(sed as part of the program')-3.272 F 3.271(sn)-.55 G
 .771(ormal operation \(e.g., emacs)-3.271 F .409
 (uses it to abort editing commands\) or deliberately discarded.)144
-580.8 R(Ho)5.409 E(we)-.25 E -.15(ve)-.25 G -.4(r,).15 G F2(bash)3.309 E
+429.6 R(Ho)5.409 E(we)-.25 E -.15(ve)-.25 G -.4(r,).15 G F4(bash)3.309 E
 F1 .41(will run an)2.91 F 2.91(yt)-.15 G .41(rap set)-2.91 F(on)144
-592.8 Q F4(SIGINT)3.789 E F5(,)A F1 1.289(as it does with an)3.539 F
+441.6 Q F2(SIGINT)3.789 E F3(,)A F1 1.289(as it does with an)3.539 F
 3.789(yo)-.15 G 1.288(ther trapped signal it recei)-3.789 F -.15(ve)-.25
 G 3.788(sw).15 G 1.288(hile it is w)-3.788 F 1.288(aiting for the fore-)
--.1 F(ground command to complete, for compatibility)144 604.8 Q(.)-.65 E
-F3(JOB CONTR)72 621.6 Q(OL)-.329 E F0 -.25(Jo)108 633.6 S 3.368(bc).25 G
-(ontr)-3.368 E(ol)-.45 E F1 .868(refers to the ability to selecti)3.878
-F -.15(ve)-.25 G .868(ly stop \().15 F F0(suspend)A F1 3.368(\)t)C .868
-(he e)-3.368 F -.15(xe)-.15 G .868(cution of processes and continue \()
-.15 F F0 -.37(re)C(-).37 E(sume)108 645.6 Q F1 2.665(\)t)C .165(heir e)
--2.665 F -.15(xe)-.15 G .165(cution at a later point.).15 F 2.665(Au)
-5.165 G .165(ser typically emplo)-2.665 F .165(ys this f)-.1 F .164
+-.1 F(ground command to complete, for compatibility)144 453.6 Q(.)-.65 E
+/F5 10.95/Times-Bold@0 SF(JOB CONTR)72 470.4 Q(OL)-.329 E F0 -.25(Jo)108
+482.4 S 3.368(bc).25 G(ontr)-3.368 E(ol)-.45 E F1 .868
+(refers to the ability to selecti)3.878 F -.15(ve)-.25 G .868
+(ly stop \().15 F F0(suspend)A F1 3.368(\)t)C .868(he e)-3.368 F -.15
+(xe)-.15 G .868(cution of processes and continue \().15 F F0 -.37(re)C
+(-).37 E(sume)108 494.4 Q F1 2.665(\)t)C .165(heir e)-2.665 F -.15(xe)
+-.15 G .165(cution at a later point.).15 F 2.665(Au)5.165 G .165
+(ser typically emplo)-2.665 F .165(ys this f)-.1 F .164
 (acility via an interacti)-.1 F .464 -.15(ve i)-.25 H(nterf).15 E .164
-(ace sup-)-.1 F(plied jointly by the operating system k)108 657.6 Q
+(ace sup-)-.1 F(plied jointly by the operating system k)108 506.4 Q
 (ernel')-.1 E 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 F1(.)A .784(The shell associates a)108 674.4 R
-F0(job)5.024 E F1 .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 .325(listed with the)108 686.4 R F2
-(jobs)2.825 E F1 2.825(command. When)2.825 F F2(bash)2.825 E F1 .325
-(starts a job asynchronously \(in the)2.825 F F0(bac)3.094 E(kgr)-.2 E
-(ound)-.45 E F1 .324(\), it prints a line).77 F(that looks lik)108 698.4
-Q(e:)-.1 E([1] 25647)144 715.2 Q(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(40)193.45 E 0 Cg EP
-%%Page: 41 41
+G(nd)-2.5 E F4(bash)2.5 E F1(.)A .598(The shell associates a)108 523.2 R
+F0(job)4.839 E F1 .599(with each pipeline.)3.329 F .599(It k)5.599 F
+.599(eeps a table of currently e)-.1 F -.15(xe)-.15 G .599
+(cuting jobs, which the).15 F F4(jobs)3.099 E F1 1.002
+(command will display)108 535.2 R 6.002(.E)-.65 G 1.002(ach job has a)
+-6.002 F F0 1.001(job number)3.501 F F1 3.501(,w)C(hich)-3.501 E F4
+(jobs)3.501 E F1 1.001(displays between brack)3.501 F 3.501(ets. Job)-.1
+F(numbers)3.501 E(start at 1.)108 547.2 Q(When)5 E F4(bash)2.5 E F1
+(starts a job asynchronously \(in the)2.5 E F0(bac)2.77 E(kgr)-.2 E
+(ound)-.45 E F1(\), it prints a line that looks lik).77 E(e:)-.1 E
+([1] 25647)144 564 Q .241(indicating that this job is job number 1 and \
+that the process ID of the last process in the pipeline associated)108
+580.8 R .733(with this job is 25647.)108 592.8 R .732
+(All of the processes in a single pipeline are members of the same job)
+5.733 F(.)-.4 E F4(Bash)5.732 E F1(uses)3.232 E(the)108 604.8 Q F0(job)
+4.24 E F1(abstraction as the basis for job control.)2.73 E 2.373 -.8
+(To f)108 621.6 T .773(acilitate the implementation of the user interf)
+.7 F .774(ace to job control, each process has a)-.1 F F0(pr)3.274 E
+.774(ocess gr)-.45 F .774(oup ID)-.45 F F1(,)A .368
+(and the operating system maintains the notion of a)108 633.6 R F0(curr)
+2.868 E .368(ent terminal pr)-.37 F .368(ocess gr)-.45 F .368(oup ID)
+-.45 F F1 5.368(.P)C .368(rocesses that ha)-5.368 F -.15(ve)-.2 G 1.529
+(the same process group ID are said to be part of the same)108 645.6 R
+F0(pr)4.03 E 1.53(ocess gr)-.45 F(oup)-.45 E F1 6.53(.M)C 1.53
+(embers of the)-6.53 F F0(for)4.03 E -.4(eg)-.37 G -.45(ro).4 G(und).45
+E F1 .123(process group \(processes whose process group ID is equal to \
+the current terminal process group ID\) recei)108 657.6 R -.15(ve)-.25 G
+-.1(ke)108 669.6 S .138(yboard-generated signals such as)-.05 F F2
+(SIGINT)2.638 E F3(.)A F1 .139(Processes in the fore)4.639 F .139
+(ground process group are said to be)-.15 F F0(for)4.609 E(e-)-.37 E(gr)
+108 681.6 Q(ound)-.45 E F1(processes.)4.504 E F0(Bac)6.814 E(kgr)-.2 E
+(ound)-.45 E F1 1.234(processes are those whose process group ID dif)
+4.504 F 1.233(fers from the terminal')-.25 F(s;)-.55 E .533
+(such processes are immune to k)108 693.6 R -.15(ey)-.1 G .533
+(board-generated signals.).15 F .533(Only fore)5.533 F .533
+(ground processes are allo)-.15 F .533(wed to read)-.25 F .717(from or)
+108 705.6 R 3.217(,i)-.4 G 3.217(ft)-3.217 G .717(he user so speci\214e\
+s with \231stty tostop\232, write to the terminal.)-3.217 F .716
+(Background processes which at-)5.716 F .377
+(tempt to read from \(write to when \231tostop\232 is in ef)108 717.6 R
+.378(fect\) the terminal are sent a)-.25 F F2 .378(SIGTTIN \(SIGTT)2.878
+F(OU\))-.162 E F1(signal)2.628 E(by the k)108 729.6 Q(ernel')-.1 E 2.5
+(st)-.55 G(erminal dri)-2.5 E -.15(ve)-.25 G .8 -.4(r, w).15 H
+(hich, unless caught, suspends the process.).4 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(42)190.395 E 0 Cg EP
+%%Page: 43 43
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .241(indicating that this job is job number 1 and \
-that the process ID of the last process in the pipeline associated)108
-84 R .733(with this job is 25647.)108 96 R .732
-(All of the processes in a single pipeline are members of the same job)
-5.733 F(.)-.4 E/F2 10/Times-Bold@0 SF(Bash)5.732 E F1(uses)3.232 E(the)
-108 108 Q F0(job)4.24 E F1(abstraction as the basis for job control.)
-2.73 E 1.981 -.8(To f)108 124.8 T .382
-(acilitate the implementation of the user interf).7 F .382
-(ace to job control, the operating system maintains the no-)-.1 F 1.538
-(tion of a)108 136.8 R F0(curr)4.038 E 1.538(ent terminal pr)-.37 F
-1.537(ocess gr)-.45 F 1.537(oup ID)-.45 F F1 6.537(.M)C 1.537
-(embers of this process group \(processes whose process)-6.537 F .023
-(group ID is equal to the current terminal process group ID\) recei)108
-148.8 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023
-(board-generated signals such as).15 F/F3 9/Times-Bold@0 SF(SIG-)2.523 E
-(INT)108 160.8 Q/F4 9/Times-Roman@0 SF(.)A F1 1.215
-(These processes are said to be in the)5.716 F F0(for)5.685 E -.4(eg)
--.37 G -.45(ro).4 G(und).45 E F1(.).77 E F0(Bac)6.795 E(kgr)-.2 E(ound)
--.45 E F1 1.215(processes are those whose process)4.485 F .145
-(group ID dif)108 172.8 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 .421
-(ground processes are allo)108 184.8 R .421(wed to read from or)-.25 F
-2.921(,i)-.4 G 2.921(ft)-2.921 G .421
-(he user so speci\214es with \231stty tostop\232, write to the termi-)
--2.921 F 2.588(nal. Background)108 196.8 R .089(processes which attempt\
- to read from \(write to when \231tostop\232 is in ef)2.588 F .089
-(fect\) the terminal are)-.25 F 1.899(sent a)108 208.8 R F3 1.899
-(SIGTTIN \(SIGTT)4.399 F(OU\))-.162 E F1 1.899(signal by the k)4.149 F
-(ernel')-.1 E 4.399(st)-.55 G 1.899(erminal dri)-4.399 F -.15(ve)-.25 G
-2.699 -.4(r, w).15 H 1.898(hich, unless caught, suspends the).4 F
-(process.)108 220.8 Q 1.087(If the operating system on which)108 237.6 R
-F2(bash)3.587 E F1 1.088(is running supports job control,)3.588 F F2
-(bash)3.588 E F1 1.088(contains f)3.588 F 1.088(acilities to use it.)-.1
-F -.8(Ty)108 249.6 S .147(ping the).8 F F0(suspend)2.987 E F1 .147
-(character \(typically)3.417 F F2<005a>2.646 E F1 2.646(,C)C .146
-(ontrol-Z\) while a process is running causes that process to be)-2.646
-F 1.951(stopped and returns control to)108 261.6 R F2(bash)4.451 E F1
-6.951(.T)C 1.952(yping the)-7.751 F F0 1.952(delayed suspend)4.802 F F1
-1.952(character \(typically)5.222 F F2<0059>4.452 E F1 4.452(,C)C
-(ontrol-Y\))-4.452 E .021(causes the process to be stopped when it atte\
-mpts to read input from the terminal, and control to be returned)108
-273.6 R(to)108 285.6 Q F2(bash)3.392 E F1 5.892(.T)C .892
-(he user may then manipulate the state of this job, using the)-5.892 F
-F2(bg)3.392 E F1 .892(command to continue it in the)3.392 F .046
-(background, the)108 297.6 R F2(fg)2.546 E F1 .046
-(command to continue it in the fore)2.546 F .046(ground, or the)-.15 F
-F2(kill)2.546 E F1 .046(command to kill it.)2.546 F(A)5.046 E F2<005a>
-2.546 E F1(tak)2.546 E .046(es ef-)-.1 F 1.418(fect immediately)108
-309.6 R 3.918(,a)-.65 G 1.418(nd has the additional side ef)-3.918 F
-1.418(fect of causing pending output and typeahead to be dis-)-.25 F
-(carded.)108 321.6 Q .777(There are a number of w)108 338.4 R .777
-(ays to refer to a job in the shell.)-.1 F .777(The character)5.777 F F2
-(%)3.277 E F1 .777(introduces a job speci\214cation)3.277 F(\()108 350.4
-Q F0(jobspec)A F1 3.457(\). Job)B(number)3.457 E F0(n)3.817 E F1 .957
-(may be referred to as)3.697 F F2(%n)3.457 E F1 5.957(.A)C .957
-(job may also be referred to using a pre\214x of the)-2.5 F .59(name us\
-ed to start it, or using a substring that appears in its command line.)
-108 362.4 R -.15(Fo)5.59 G 3.09(re).15 G(xample,)-3.24 E F2(%ce)3.09 E
-F1 .59(refers to a)3.09 F .385(stopped job whose command name be)108
-374.4 R .385(gins with)-.15 F F2(ce)2.885 E F1 5.385(.I)C 2.885(fap)
--5.385 G .385(re\214x matches more than one job,)-2.885 F F2(bash)2.885
-E F1 .385(reports an)2.885 F(error)108 386.4 Q 5.194(.U)-.55 G(sing)
--5.194 E F2(%?ce)2.694 E F1 2.694(,o)C 2.694(nt)-2.694 G .194
-(he other hand, refers to an)-2.694 F 2.694(yj)-.15 G .194
-(ob containing the string)-2.694 F F2(ce)2.694 E F1 .194
-(in its command line.)2.694 F .194(If the)5.194 F .306
-(substring matches more than one job,)108 398.4 R F2(bash)2.806 E F1
-.306(reports an error)2.806 F 5.306(.T)-.55 G .306(he symbols)-5.306 F
-F2(%%)2.806 E F1(and)2.806 E F2(%+)2.806 E F1 .307(refer to the shell')
-2.806 F(s)-.55 E .133(notion of the)108 410.4 R F0(curr)2.833 E .133
-(ent job)-.37 F F1 2.633(,w).23 G .133
-(hich is the last job stopped while it w)-2.633 F .133(as in the fore)
--.1 F .132(ground or started in the back-)-.15 F 2.575(ground. The)108
-422.4 R F0(pr)3.825 E -.15(ev)-.37 G .075(ious job).15 F F1 .075
-(may be referenced using)2.805 F F2<25ad>2.575 E F1 5.075(.I)C 2.575(ft)
--5.075 G .076(here is only a single job,)-2.575 F F2(%+)2.576 E F1(and)
-2.576 E F2<25ad>2.576 E F1 .076(can both)2.576 F .317
-(be used to refer to that job)108 434.4 R 5.317(.I)-.4 G 2.817(no)-5.317
-G .317(utput pertaining to jobs \(e.g., the output of the)-2.817 F F2
-(jobs)2.817 E F1 .317(command\), the current)2.817 F .032(job is al)108
-446.4 R -.1(wa)-.1 G .033(ys \215agged with a).1 F F2(+)2.533 E F1 2.533
-(,a)C .033(nd the pre)-2.533 F .033(vious job with a)-.25 F F2<ad>2.533
-E F1 5.033(.A)C .033(single % \(with no accompan)-2.5 F .033
-(ying job speci-)-.15 F(\214cation\) also refers to the current job)108
-458.4 Q(.)-.4 E .686
-(Simply naming a job can be used to bring it into the fore)108 475.2 R
+.25 E F1(\(1\)).95 E 1.088(If the operating system on which)108 84 R/F2
+10/Times-Bold@0 SF(bash)3.588 E F1 1.088
+(is running supports job control,)3.588 F F2(bash)3.587 E F1 1.087
+(contains f)3.587 F 1.087(acilities to use it.)-.1 F -.8(Ty)108 96 S
+.877(ping the).8 F F0(suspend)3.717 E F1 .877(character \(typically)
+4.147 F F2<005a>3.377 E F1 3.377(,C)C .878
+(ontrol-Z\) while a process is running stops that process and)-3.377 F
+.008(returns control to)108 108 R F2(bash)2.508 E F1 5.008(.T)C .008
+(yping the)-5.808 F F0 .008(delayed suspend)2.858 F F1 .008
+(character \(typically)3.278 F F2<0059>2.508 E F1 2.508(,C)C .007
+(ontrol-Y\) causes the process)-2.508 F .56(stop when it attempts to re\
+ad input from the terminal, and returns control to)108 120 R F2(bash)
+3.061 E F1 5.561(.T)C .561(he user then manipu-)-5.561 F .407
+(lates the state of this job, using the)108 132 R F2(bg)2.907 E F1 .407
+(command to continue it in the background, the)2.907 F F2(fg)2.907 E F1
+.407(command to con-)2.907 F .727(tinue it in the fore)108 144 R .727
+(ground, or the)-.15 F F2(kill)3.228 E F1 .728(command to kill it.)3.228
+F .728(The suspend character tak)5.728 F .728(es ef)-.1 F .728
+(fect immediately)-.25 F(,)-.65 E .553(and has the additional side ef)
+108 156 R .553(fect of discarding an)-.25 F 3.053(yp)-.15 G .553
+(ending output and typeahead.)-3.053 F 2.153 -.8(To f)5.553 H .553
+(orce a background).8 F 2.26(process to stop, or stop a process that')
+108 168 R 4.761(sn)-.55 G 2.261
+(ot associated with the current terminal session, send it the)-4.761 F
+/F3 9/Times-Bold@0 SF(SIGST)108 180 Q(OP)-.162 E F1(signal using)2.25 E
+F2(kill)2.5 E F1(.)A .777(There are a number of w)108 196.8 R .777
+(ays to refer to a job in the shell.)-.1 F(The)5.777 E F2(%)3.277 E F1
+.777(character introduces a job speci\214cation)3.277 F(\(jobspec\).)108
+208.8 Q .414(Job number)108 225.6 R F0(n)3.274 E F1 .414
+(may be referred to as)3.154 F F2(%n)2.915 E F1 5.415(.A)C .415
+(job may also be referred to using a pre\214x of the name used to)-2.5 F
+.035(start it, or using a substring that appears in its command line.)
+108 237.6 R -.15(Fo)5.034 G 2.534(re).15 G(xample,)-2.684 E F2(%ce)2.534
+E F1 .034(refers to a job whose com-)2.534 F .229(mand name be)108 249.6
+R .229(gins with)-.15 F F2(ce)2.729 E F1 5.229(.U)C(sing)-5.229 E F2
+(%?ce)2.729 E F1 2.729(,o)C 2.729(nt)-2.729 G .229
+(he other hand, refers to an)-2.729 F 2.729(yj)-.15 G .229
+(ob containing the string)-2.729 F F2(ce)2.729 E F1 .229(in its)2.729 F
+(command line.)108 261.6 Q
+(If the pre\214x or substring matches more than one job,)5 E F2(bash)2.5
+E F1(reports an error)2.5 E(.)-.55 E .442(The symbols)108 278.4 R F2(%%)
+2.941 E F1(and)2.941 E F2(%+)2.941 E F1 .441(refer to the shell')2.941 F
+2.941(sn)-.55 G .441(otion of the)-2.941 F F0(curr)3.141 E .441(ent job)
+-.37 F F1 5.441(.A).23 G .441(single % \(with no accompan)-2.5 F(y-)-.15
+E .207(ing job speci\214cation\) also refers to the current job)108
+290.4 R(.)-.4 E F2<25ad>5.207 E F1 .207(refers to the)2.707 F F0(pr)
+3.957 E -.15(ev)-.37 G .207(ious job).15 F F1 5.207(.W).23 G .207
+(hen a job starts in the)-5.207 F .186
+(background, a job stops while in the fore)108 302.4 R .186
+(ground, or a job is resumed in the background, it becomes the cur)-.15
+F(-)-.2 E .533(rent job)108 314.4 R 5.533(.T)-.4 G .534(he job that w)
+-5.533 F .534(as the current job becomes the pre)-.1 F .534(vious job)
+-.25 F 5.534(.W)-.4 G .534(hen the current job terminates, the)-5.534 F
+(pre)108 326.4 Q .124(vious job becomes the current job)-.25 F 5.123(.I)
+-.4 G 2.623(ft)-5.123 G .123(here is only a single job,)-2.623 F F2(%+)
+2.623 E F1(and)2.623 E F2<25ad>2.623 E F1 .123
+(can both be used to refer to)2.623 F 1.473(that job)108 338.4 R 6.473
+(.I)-.4 G 3.973(no)-6.473 G 1.473
+(utput pertaining to jobs \(e.g., the output of the)-3.973 F F2(jobs)
+3.973 E F1 1.474(command\), the current job is al)3.974 F -.1(wa)-.1 G
+(ys).1 E(mark)108 350.4 Q(ed with a)-.1 E F2(+)2.5 E F1 2.5(,a)C
+(nd the pre)-2.5 E(vious job with a)-.25 E F2<ad>2.5 E F1(.)A .686
+(Simply naming a job can be used to bring it into the fore)108 367.2 R
 (ground:)-.15 E F2(%1)3.186 E F1 .686(is a synon)3.186 F .686
 (ym for \231fg %1\232, bringing)-.15 F .068
-(job 1 from the background into the fore)108 487.2 R 2.568
+(job 1 from the background into the fore)108 379.2 R 2.568
 (ground. Similarly)-.15 F 2.568<2c99>-.65 G .068
 (%1 &\232 resumes job 1 in the background, equi)-2.568 F(v-)-.25 E
-(alent to \231bg %1\232.)108 499.2 Q .131
-(The shell learns immediately whene)108 516 R -.15(ve)-.25 G 2.631(raj)
+(alent to \231bg %1\232.)108 391.2 Q .131
+(The shell learns immediately whene)108 408 R -.15(ve)-.25 G 2.631(raj)
 .15 G .131(ob changes state.)-2.631 F(Normally)5.131 E(,)-.65 E F2(bash)
-2.631 E F1 -.1(wa)2.63 G .13(its until it is about to print a).1 F .157
-(prompt before reporting changes in a job')108 528 R 2.657(ss)-.55 G
-.157(tatus so as to not interrupt an)-2.657 F 2.658(yo)-.15 G .158
-(ther output.)-2.658 F .158(If the)5.158 F F2<ad62>2.658 E F1 .158
-(option to)2.658 F(the)108 540 Q F2(set)2.648 E F1 -.2(bu)2.648 G .148
-(iltin command is enabled,).2 F F2(bash)2.648 E F1 .148
-(reports such changes immediately)2.648 F 5.147(.A)-.65 G .447 -.15
-(ny t)-5.147 H .147(rap on).15 F F3(SIGCHLD)2.647 E F1 .147(is e)2.397 F
--.15(xe)-.15 G(-).15 E(cuted for each child that e)108 552 Q(xits.)-.15
-E .032(If an attempt to e)108 568.8 R(xit)-.15 E F2(bash)2.532 E F1 .032
-(is made while jobs are stopped \(or)2.532 F 2.533(,i)-.4 G 2.533(ft)
--2.533 G(he)-2.533 E F2(checkjobs)2.533 E F1 .033
-(shell option has been enabled)2.533 F 1.003(using the)108 580.8 R F2
-(shopt)3.503 E F1 -.2(bu)3.503 G 1.003
-(iltin, running\), the shell prints a w).2 F 1.002
-(arning message, and, if the)-.1 F F2(checkjobs)3.502 E F1 1.002
-(option is en-)3.502 F .955(abled, lists the jobs and their statuses.)
-108 592.8 R(The)5.955 E F2(jobs)3.455 E F1 .955
-(command may then be used to inspect their status.)3.455 F .956(If a)
-5.956 F .604(second attempt to e)108 604.8 R .604
-(xit is made without an interv)-.15 F .604
-(ening command, the shell does not print another w)-.15 F(arning,)-.1 E
-(and an)108 616.8 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E
-.644(When the shell is w)108 633.6 R .644
-(aiting for a job or process using the)-.1 F F2(wait)3.145 E F1 -.2(bu)
-3.145 G .645(iltin, and job control is enabled,).2 F F2(wait)3.145 E F1
-(will)3.145 E .282(return when the job changes state. The)108 645.6 R F2
-<ad66>2.782 E F1 .282(option causes)2.782 F F2(wait)2.782 E F1 .282
-(to w)2.782 F .282(ait until the job or process terminates be-)-.1 F
-(fore returning.)108 657.6 Q/F5 10.95/Times-Bold@0 SF(PR)72 674.4 Q
-(OMPTING)-.329 E F1 .644(When e)108 686.4 R -.15(xe)-.15 G .644
-(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F2(bash)3.144 E
+2.631 E F1 -.1(wa)2.63 G .13(its until it is about to print a).1 F 1.279
+(prompt before notifying the user about changes in a job')108 420 R
+3.779(ss)-.55 G 1.279(tatus so as to not interrupt an)-3.779 F 3.779(yo)
+-.15 G 1.279(ther output,)-3.779 F .016
+(though it will notify of changes in a job')108 432 R 2.515(ss)-.55 G
+.015(tatus after a fore)-2.515 F .015
+(ground command in a list completes, before e)-.15 F -.15(xe)-.15 G(-)
+.15 E .672(cuting the ne)108 444 R .672(xt command in the list.)-.15 F
+.672(If the)5.672 F F2<ad62>3.172 E F1 .672(option to the)3.172 F F2
+(set)3.172 E F1 -.2(bu)3.172 G .672(iltin command is enabled,).2 F F2
+(bash)3.173 E F1(reports)3.173 E(such changes immediately)108 456 Q(.)
+-.65 E F2(Bash)5 E F1 -.15(exe)2.5 G(cutes an).15 E 2.5(yt)-.15 G
+(rap on)-2.5 E F3(SIGCHLD)2.5 E F1(for each child that terminates.)2.25
+E .352(When a job terminates and)108 472.8 R F2(bash)2.852 E F1 .352
+(noti\214es the user about it,)2.852 F F2(bash)2.852 E F1(remo)2.852 E
+-.15(ve)-.15 G 2.852(st).15 G .352(he job from the table.)-2.852 F .352
+(It will not)5.352 F .52(appear in)108 484.8 R F2(jobs)3.02 E F1 .52
+(output, b)3.02 F(ut)-.2 E F2(wait)3.02 E F1 .52(will report its e)3.02
+F .52(xit status, as long as it')-.15 F 3.02(ss)-.55 G .52
+(upplied the process ID associated)-3.02 F(with the job as an ar)108
+496.8 Q 2.5(gument. When)-.18 F(the table is empty)2.5 E 2.5(,j)-.65 G
+(ob numbers start o)-2.5 E -.15(ve)-.15 G 2.5(ra).15 G 2.5(t1)-2.5 G(.)
+-2.5 E .061(If a user attempts to e)108 513.6 R(xit)-.15 E F2(bash)2.561
+E F1 .061(while jobs are stopped \(or)2.561 F 2.56(,i)-.4 G 2.56(ft)
+-2.56 G(he)-2.56 E F2(checkjobs)2.56 E F1 .06
+(shell option has been enabled us-)2.56 F .3(ing the)108 525.6 R F2
+(shopt)2.8 E F1 -.2(bu)2.8 G .3(iltin, running\), the shell prints a w)
+.2 F .3(arning message, and, if the)-.1 F F2(checkjobs)2.8 E F1 .3
+(option is enabled,)2.8 F .074(lists the jobs and their statuses.)108
+537.6 R(The)5.074 E F2(jobs)2.574 E F1 .074
+(command may then be used to inspect their status.)2.574 F .074
+(If the user im-)5.074 F 1.03(mediately attempts to e)108 549.6 R 1.03
+(xit ag)-.15 F 1.03(ain, without an interv)-.05 F 1.03(ening command,)
+-.15 F F2(bash)3.53 E F1 1.03(does not print another w)3.53 F(arning,)
+-.1 E(and terminates an)108 561.6 Q 2.5(ys)-.15 G(topped jobs.)-2.5 E
+.645(When the shell is w)108 578.4 R .645
+(aiting for a job or process using the)-.1 F F2(wait)3.144 E F1 -.2(bu)
+3.144 G .644(iltin, and job control is enabled,).2 F F2(wait)3.144 E F1
+(will)3.144 E .15(return when the job changes state.)108 590.4 R(The)
+5.15 E F2<ad66>2.65 E F1 .15(option causes)2.65 F F2(wait)2.651 E F1
+.151(to w)2.651 F .151(ait until the job or process terminates be-)-.1 F
+(fore returning.)108 602.4 Q/F4 10.95/Times-Bold@0 SF(PR)72 619.2 Q
+(OMPTING)-.329 E F1 .645(When e)108 631.2 R -.15(xe)-.15 G .645
+(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F2(bash)3.145 E
 F1 .645(displays the primary prompt)3.145 F F3(PS1)3.145 E F1 .645
-(when it is ready to read a command,)2.895 F .428
-(and the secondary prompt)108 698.4 R F3(PS2)2.928 E F1 .427
-(when it needs more input to complete a command.)2.678 F F2(Bash)5.427 E
-F1(displays)2.927 E F3(PS0)2.927 E F1(after)2.677 E .037
-(it reads a command b)108 710.4 R .037(ut before e)-.2 F -.15(xe)-.15 G
-.037(cuting it.).15 F F2(Bash)5.037 E F1(displays)2.537 E F3(PS4)2.538 E
-F1 .038(as described abo)2.288 F .338 -.15(ve b)-.15 H .038
-(efore tracing each com-).15 F 1.122(mand when the)108 722.4 R F2<ad78>
-3.622 E F1 1.122(option is enabled.)3.622 F F2(Bash)6.122 E F1(allo)
-3.622 E 1.122(ws these prompt strings to be customized by inserting a)
--.25 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(41)193.45 E 0 Cg EP
-%%Page: 42 42
+(when it is ready to read a command,)2.895 F(and the secondary prompt)
+108 643.2 Q F3(PS2)2.5 E F1
+(when it needs more input to complete a command.)2.25 E F2(Bash)108 660
+Q F1 -.15(ex)3.182 G .682(amines the v).15 F .682(alue of the array v)
+-.25 F(ariable)-.25 E F2(PR)3.182 E(OMPT_COMMAND)-.3 E F1 .683
+(just before printing each primary)3.182 F 2.576(prompt. If)108 672 R
+(an)2.576 E 2.576(ye)-.15 G .076(lements in)-2.576 F F2(PR)2.576 E
+(OMPT_COMMAND)-.3 E F1 .076(are set and non-null, Bash e)2.576 F -.15
+(xe)-.15 G .076(cutes each v).15 F .076(alue, in nu-)-.25 F .343
+(meric order)108 684 R 2.843(,j)-.4 G .343
+(ust as if it had been typed on the command line.)-2.843 F F2(Bash)5.343
+E F1(displays)2.844 E F3(PS0)2.844 E F1 .344(after it reads a command)
+2.594 F -.2(bu)108 696 S 2.5(tb).2 G(efore e)-2.5 E -.15(xe)-.15 G
+(cuting it.).15 E F2(Bash)108 712.8 Q F1(displays)2.5 E F3(PS4)2.5 E F1
+(as described abo)2.25 E .3 -.15(ve b)-.15 H
+(efore tracing each command when the).15 E F2<ad78>2.5 E F1
+(option is enabled.)2.5 E F2(Bash)108 729.6 Q F1(allo)4.414 E 1.914
+(ws the prompt strings)-.25 F F2(PS0)4.414 E F1(,)A F2(PS1)4.414 E F1(,)
+A F2(PS2)4.414 E F1 4.414(,a)C(nd)-4.414 E F2(PS4)4.414 E F1 4.413(,t)C
+4.413(ob)-4.413 G 4.413(ec)-4.413 G 1.913
+(ustomized by inserting a number of)-4.413 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(43)190.395 E 0 Cg EP
+%%Page: 44 44
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(number of backslash-escaped special characters tha\
-t are decoded as follo)108 84 Q(ws:)-.25 E/F2 10/Times-Bold@0 SF(\\a)144
-96 Q F1(an ASCII bell character \(07\))180 96 Q F2(\\d)144 108 Q F1
-(the date in \231W)180 108 Q(eekday Month Date\232 format \(e.g., \231T)
--.8 E(ue May 26\232\))-.45 E F2(\\D{)144 120 Q F0(format)A F2(})A F1
-(the)180 132 Q F0(format)3.892 E F1 1.392(is passed to)3.892 F F0
-(strftime)4.232 E F1 1.392
+.25 E F1(\(1\)).95 E
+(backslash-escaped special characters that are decoded as follo)108 84 Q
+(ws:)-.25 E/F2 10/Times-Bold@0 SF(\\a)144 100.8 Q F1
+(An ASCII bell character \(07\).)180 100.8 Q F2(\\d)144 112.8 Q F1
+(The date in \231W)180 112.8 Q
+(eekday Month Date\232 format \(e.g., \231T)-.8 E(ue May 26\232\).)-.45
+E F2(\\D{)144 124.8 Q F0(format)A F2(})A F1(The)180 136.8 Q F0(format)
+3.67 E F1 1.17(is passed to)3.67 F F0(strftime)4.01 E F1 1.17
 (\(3\) and the result is inserted into the prompt string; an).18 F
-(empty)180 144 Q F0(format)2.5 E F1
+(empty)180 148.8 Q F0(format)2.5 E F1
 (results in a locale-speci\214c time representation.)2.5 E
-(The braces are required)5 E F2(\\e)144 156 Q F1
-(an ASCII escape character \(033\))180 156 Q F2(\\h)144 168 Q F1
-(the hostname up to the \214rst \231.)180 168 Q<9a>-.7 E F2(\\H)144 180
-Q F1(the hostname)180 180 Q F2(\\j)144 192 Q F1
-(the number of jobs currently managed by the shell)180 192 Q F2(\\l)144
-204 Q F1(the basename of the shell')180 204 Q 2.5(st)-.55 G(erminal de)
--2.5 E(vice name)-.25 E F2(\\n)144 216 Q F1(ne)180 216 Q(wline)-.25 E F2
-(\\r)144 228 Q F1(carriage return)180 228 Q F2(\\s)144 240 Q F1
-(the name of the shell, the basename of)180 240 Q F2($0)2.5 E F1
-(\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E F2(\\t)144
-252 Q F1(the current time in 24-hour HH:MM:SS format)180 252 Q F2(\\T)
-144 264 Q F1(the current time in 12-hour HH:MM:SS format)180 264 Q F2
-(\\@)144 276 Q F1(the current time in 12-hour am/pm format)180 276 Q F2
-(\\A)144 288 Q F1(the current time in 24-hour HH:MM format)180 288 Q F2
-(\\u)144 300 Q F1(the username of the current user)180 300 Q F2(\\v)144
-312 Q F1(the v)180 312 Q(ersion of)-.15 E F2(bash)2.5 E F1
-(\(e.g., 2.00\))2.5 E F2(\\V)144 324 Q F1(the release of)180 324 Q F2
-(bash)2.5 E F1 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 F2(\\w)144 336 Q F1 .12(the v)180 336 R
-.119(alue of the)-.25 F F2(PWD)2.619 E F1 .119(shell v)2.619 F .119
-(ariable \()-.25 F F2($PWD)A F1 .119(\), with)B/F3 9/Times-Bold@0 SF
-($HOME)2.619 E F1(abbre)2.369 E .119(viated with a tilde \(uses)-.25 F
-(the v)180 348 Q(alue of the)-.25 E F3(PR)2.5 E(OMPT_DIR)-.27 E(TRIM)
--.36 E F1 -.25(va)2.25 G(riable\)).25 E F2(\\W)144 360 Q F1
-(the basename of)180 360 Q F2($PWD)2.5 E F1 2.5(,w)C(ith)-2.5 E F3
-($HOME)2.5 E F1(abbre)2.25 E(viated with a tilde)-.25 E F2(\\!)144 372 Q
-F1(the history number of this command)180 372 Q F2(\\#)144 384 Q F1
-(the command number of this command)180 384 Q F2(\\$)144 396 Q F1
-(if the ef)180 396 Q(fecti)-.25 E .3 -.15(ve U)-.25 H(ID is 0, a).15 E
-F2(#)2.5 E F1 2.5(,o)C(therwise a)-2.5 E F2($)2.5 E(\\)144 408 Q F0(nnn)
-A F1(the character corresponding to the octal number)180 408 Q F0(nnn)
-2.5 E F2(\\\\)144 420 Q F1 2.5(ab)180 420 S(ackslash)-2.5 E F2(\\[)144
-432 Q F1(be)180 432 Q 1.257(gin a sequence of non-printing characters, \
-which could be used to embed a terminal)-.15 F
-(control sequence into the prompt)180 444 Q F2(\\])144 456 Q F1
-(end a sequence of non-printing characters)180 456 Q .12
-(The command number and the history number are usually dif)108 472.8 R
+(The braces are required.)5 E F2(\\e)144 160.8 Q F1
+(An ASCII escape character \(033\).)180 160.8 Q F2(\\h)144 172.8 Q F1
+(The hostname up to the \214rst \231.)180 172.8 Q<9a2e>-.7 E F2(\\H)144
+184.8 Q F1(The hostname.)180 184.8 Q F2(\\j)144 196.8 Q F1
+(The number of jobs currently managed by the shell.)180 196.8 Q F2(\\l)
+144 208.8 Q F1(The basename of the shell')180 208.8 Q 2.5(st)-.55 G
+(erminal de)-2.5 E(vice name \(e.g., \231ttys0\232\).)-.25 E F2(\\n)144
+220.8 Q F1 2.5(An)180 220.8 S -.25(ew)-2.5 G(line.).25 E F2(\\r)144
+232.8 Q F1 2.5(Ac)180 232.8 S(arriage return.)-2.5 E F2(\\s)144 244.8 Q
+F1(The name of the shell: the basename of)180 244.8 Q F2($0)2.5 E F1
+(\(the portion follo)2.5 E(wing the \214nal slash\).)-.25 E F2(\\t)144
+256.8 Q F1(The current time in 24-hour HH:MM:SS format.)180 256.8 Q F2
+(\\T)144 268.8 Q F1(The current time in 12-hour HH:MM:SS format.)180
+268.8 Q F2(\\@)144 280.8 Q F1(The current time in 12-hour am/pm format.)
+180 280.8 Q F2(\\A)144 292.8 Q F1
+(The current time in 24-hour HH:MM format.)180 292.8 Q F2(\\u)144 304.8
+Q F1(The username of the current user)180 304.8 Q(.)-.55 E F2(\\v)144
+316.8 Q F1(The)180 316.8 Q F2(bash)2.5 E F1 -.15(ve)2.5 G
+(rsion \(e.g., 2.00\).).15 E F2(\\V)144 328.8 Q F1(The)180 328.8 Q F2
+(bash)2.5 E F1(release, v)2.5 E(ersion + patch le)-.15 E -.15(ve)-.25 G
+2.5(l\().15 G(e.g., 2.00.0\))-2.5 E F2(\\w)144 340.8 Q F1 1.646(The v)
+180 340.8 R 1.646(alue of the)-.25 F F2(PWD)4.145 E F1 1.645(shell v)
+4.145 F 1.645(ariable \()-.25 F F2($PWD)A F1 1.645(\), with)B/F3 9
+/Times-Bold@0 SF($HOME)4.145 E F1(abbre)3.895 E 1.645
+(viated with a tilde)-.25 F(\(uses the v)180 352.8 Q(alue of the)-.25 E
+F3(PR)2.5 E(OMPT_DIR)-.27 E(TRIM)-.36 E F1 -.25(va)2.25 G(riable\).).25
+E F2(\\W)144 364.8 Q F1(The basename of)180 364.8 Q F2($PWD)2.5 E F1 2.5
+(,w)C(ith)-2.5 E F3($HOME)2.5 E F1(abbre)2.25 E(viated with a tilde.)
+-.25 E F2(\\!)144 376.8 Q F1(The history number of this command.)180
+376.8 Q F2(\\#)144 388.8 Q F1(The command number of this command.)180
+388.8 Q F2(\\$)144 400.8 Q F1(If the ef)180 400.8 Q(fecti)-.25 E .3 -.15
+(ve U)-.25 H(ID is 0, a).15 E F2(#)2.5 E F1 2.5(,o)C(therwise a)-2.5 E
+F2($)2.5 E F1(.)A F2(\\)144 412.8 Q F0(nnn)A F1
+(The character corresponding to the octal number)180 412.8 Q F0(nnn)2.5
+E F1(.)A F2(\\\\)144 424.8 Q F1 2.5(Ab)180 424.8 S(ackslash.)-2.5 E F2
+(\\[)144 436.8 Q F1(Be)180 436.8 Q 1.128(gin a sequence of non-printing\
+ characters, which could be used to embed a terminal)-.15 F
+(control sequence into the prompt.)180 448.8 Q F2(\\])144 460.8 Q F1
+(End a sequence of non-printing characters.)180 460.8 Q .12
+(The command number and the history number are usually dif)108 477.6 R
 .119(ferent: the history number of a command is its)-.25 F .547(positio\
 n in the history list, which may include commands restored from the his\
-tory \214le \(see)108 484.8 R F3(HIST)3.047 E(OR)-.162 E(Y)-.315 E F1
-(be-)2.797 E(lo)108 496.8 Q .354(w\), while the command number is the p\
+tory \214le \(see)108 489.6 R F3(HIST)3.047 E(OR)-.162 E(Y)-.315 E F1
+(be-)2.797 E(lo)108 501.6 Q .354(w\), while the command number is the p\
 osition in the sequence of commands e)-.25 F -.15(xe)-.15 G .354
-(cuted during the current).15 F .822(shell session.)108 508.8 R .822
+(cuted during the current).15 F .822(shell session.)108 513.6 R .822
 (After the string is decoded, it is e)5.822 F .822
 (xpanded via parameter e)-.15 F .823(xpansion, command substitution,)
--.15 F .683(arithmetic e)108 520.8 R .683(xpansion, and quote remo)-.15
+-.15 F .683(arithmetic e)108 525.6 R .683(xpansion, and quote remo)-.15
 F -.25(va)-.15 G .683(l, subject to the v).25 F .682(alue of the)-.25 F
 F2(pr)3.182 E(omptv)-.18 E(ars)-.1 E F1 .682(shell option \(see the de-)
-3.182 F 1.197(scription of the)108 532.8 R F2(shopt)3.697 E F1 1.197
+3.182 F 1.197(scription of the)108 537.6 R F2(shopt)3.697 E F1 1.197
 (command under)3.697 F F3 1.197(SHELL B)3.697 F(UIL)-.09 E 1.197
 (TIN COMMANDS)-.828 F F1(belo)3.448 E 3.698(w\). This)-.25 F 1.198
 (can ha)3.698 F 1.498 -.15(ve u)-.2 H(nw).15 E(anted)-.1 E .322(side ef)
-108 544.8 R .322(fects if escaped portions of the string appear within \
+108 549.6 R .322(fects if escaped portions of the string appear within \
 command substitution or contain characters spe-)-.25 F(cial to w)108
-556.8 Q(ord e)-.1 E(xpansion.)-.15 E/F4 10.95/Times-Bold@0 SF(READLINE)
-72 573.6 Q F1 .15
+561.6 Q(ord e)-.1 E(xpansion.)-.15 E/F4 10.95/Times-Bold@0 SF(READLINE)
+72 578.4 Q F1 .15
 (This is the library that handles reading input when using an interacti)
-108 585.6 R .451 -.15(ve s)-.25 H .151(hell, unless the).15 F F2
-(\255\255noediting)2.651 E F1(option)2.651 E .385(is gi)108 597.6 R -.15
-(ve)-.25 G 2.885(na).15 G 2.885(ts)-2.885 G .385(hell in)-2.885 F -.2
-(vo)-.4 G 2.885(cation. Line).2 F .385
-(editing is also used when using the)2.885 F F2<ad65>2.884 E F1 .384
-(option to the)2.884 F F2 -.18(re)2.884 G(ad).18 E F1 -.2(bu)2.884 G
-2.884(iltin. By).2 F(de-)2.884 E -.1(fa)108 609.6 S 1.406
-(ult, the line editing commands are similar to those of Emacs.).1 F
-3.907(Av)6.407 G 1.407(i-style line editing interf)-3.907 F 1.407
-(ace is also)-.1 F -.2(av)108 621.6 S 3.35(ailable. Line)-.05 F .85
+108 590.4 R .451 -.15(ve s)-.25 H .151(hell, unless the).15 F F2
+(\255\255noediting)2.651 E F1(option)2.651 E .574
+(is supplied at shell in)108 602.4 R -.2(vo)-.4 G 3.073(cation. Line).2
+F .573(editing is also used when using the)3.073 F F2<ad65>3.073 E F1
+.573(option to the)3.073 F F2 -.18(re)3.073 G(ad).18 E F1 -.2(bu)3.073 G
+3.073(iltin. By).2 F(def)108 614.4 Q 1.243(ault, the line editing comma\
+nds are similar to those of emacs; a vi-style line editing interf)-.1 F
+1.244(ace is also)-.1 F -.2(av)108 626.4 S 3.35(ailable. Line)-.05 F .85
 (editing can be enabled at an)3.35 F 3.35(yt)-.15 G .85(ime using the)
 -3.35 F F2 .85(\255o emacs)3.35 F F1(or)3.35 E F2 .85(\255o vi)3.35 F F1
 .85(options to the)3.35 F F2(set)3.35 E F1 -.2(bu)3.35 G(iltin).2 E
-(\(see)108 633.6 Q F3 .762(SHELL B)3.262 F(UIL)-.09 E .762(TIN COMMANDS)
+(\(see)108 638.4 Q F3 .762(SHELL B)3.262 F(UIL)-.09 E .762(TIN COMMANDS)
 -.828 F F1(belo)3.012 E 3.262(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of)
 -3.263 F 3.263(fl)-.25 G .763
 (ine editing after the shell is running, use the)-3.263 F F2(+o)3.263 E
-(emacs)108 645.6 Q F1(or)2.5 E F2(+o vi)2.5 E F1(options to the)2.5 E F2
-(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(Readline Notation)87 662.4 Q
-F1 .463(In this section, the Emacs-style notation is used to denote k)
-108 674.4 R -.15(ey)-.1 G(strok).15 E 2.963(es. Control)-.1 F -.1(ke)
-2.963 G .463(ys are denoted by C\255)-.05 F F0 -.1(ke)C(y)-.2 E F1(,)A
-1.152(e.g., C\255n means Control\255N.)108 686.4 R(Similarly)6.152 E(,)
--.65 E F0(meta)4.032 E F1 -.1(ke)3.913 G 1.153(ys are denoted by M\255)
--.05 F F0 -.1(ke)C(y)-.2 E F1 3.653(,s)C 3.653(oM)-3.653 G 1.153
-(\255x means Meta\255X.)-3.653 F(\(On)6.153 E -.1(ke)108 698.4 S .831
-(yboards without a)-.05 F F0(meta)3.711 E F1 -.1(ke)3.591 G 2.131 -.65
-(y, M)-.05 H<ad>.65 E F0(x)A F1 .831(means ESC)3.331 F F0(x)3.331 E F1
-3.331(,i)C .83(.e., press the Escape k)-3.331 F 1.13 -.15(ey t)-.1 H .83
-(hen the).15 F F0(x)4.1 E F1 -.1(ke)3.86 G 4.63 -.65(y. T)-.05 H .83
-(his mak).65 F(es)-.1 E .599(ESC the)108 710.4 R F0 .599(meta pr)3.099 F
-(e\214x)-.37 E F1 5.599(.T)C .599(he combination M\255C\255)-5.599 F F0
-(x)A F1 .599(means ESC\255Control\255)3.099 F F0(x)A F1 3.099(,o)C 3.099
-(rp)-3.099 G .6(ress the Escape k)-3.099 F .9 -.15(ey t)-.1 H .6
-(hen hold).15 F(the Control k)108 722.4 Q .3 -.15(ey w)-.1 H
-(hile pressing the).15 E F0(x)3.27 E F1 -.1(ke)3.03 G -.65(y.)-.05 G(\))
-.65 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(42)193.45 E 0 Cg EP
-%%Page: 43 43
+(emacs)108 650.4 Q F1(or)2.5 E F2(+o vi)2.5 E F1(options to the)2.5 E F2
+(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(Readline Notation)87 667.2 Q
+F1 .862(This section uses Emacs-style editing concepts and uses its not\
+ation for k)108 679.2 R -.15(ey)-.1 G(strok).15 E 3.362(es. Control)-.1
+F -.1(ke)3.362 G .862(ys are de-)-.05 F .55(noted by C\255)108 691.2 R
+F0 -.1(ke)C(y)-.2 E F1 3.05(,e)C .55(.g., C\255n means Control\255N.)
+-3.05 F(Similarly)5.55 E(,)-.65 E F0(meta)3.43 E F1 -.1(ke)3.31 G .55
+(ys are denoted by M\255)-.05 F F0 -.1(ke)C(y)-.2 E F1 3.05(,s)C 3.05
+(oM)-3.05 G .55(\255x means)-3.05 F 2.5(Meta\255X. The)108 703.2 R
+(Meta k)2.5 E .3 -.15(ey i)-.1 H 2.5(so).15 G(ften labeled \231)-2.5 E
+(Alt\232 or \231Option\232.)-.8 E .15(On k)108 720 R -.15(ey)-.1 G .15
+(boards without a).15 F F0(Meta)3.33 E F1 -.1(ke)2.91 G 1.45 -.65(y, M)
+-.05 H<ad>.65 E F0(x)A F1 .15(means ESC)2.65 F F0(x)2.65 E F1 2.649(,i)C
+.149(.e., press and release the Escape k)-2.649 F -.15(ey)-.1 G 2.649
+(,t)-.5 G .149(hen press and)-2.649 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(44)190.395 E 0 Cg EP
+%%Page: 45 45
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .596(Readline commands may be gi)108 84 R -.15(ve)
--.25 G 3.096(nn).15 G(umeric)-3.096 E F0(ar)3.426 E(guments)-.37 E F1
-3.096(,w).27 G .596(hich normally act as a repeat count.)-3.096 F
-(Sometimes,)5.595 E(ho)108 96 Q(we)-.25 E -.15(ve)-.25 G 1.418 -.4(r, i)
-.15 H 3.118(ti).4 G 3.119(st)-3.118 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.019(acts in the forw)108 108
-R 1.018(ard direction \(e.g.,)-.1 F/F2 10/Times-Bold@0 SF(kill\255line)
-3.518 E F1 3.518(\)c)C 1.018(auses that command to act in a backw)-3.518
-F 1.018(ard direction.)-.1 F(Com-)6.018 E(mands whose beha)108 120 Q
-(vior with ar)-.2 E(guments de)-.18 E(viates from this are noted belo)
--.25 E -.65(w.)-.25 G .811(When a command is described as)108 136.8 R F0
-(killing)3.311 E F1(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 .812
-(or possible future retrie)-3.311 F -.25(va)-.25 G 3.312(l\().25 G F0
-(yank-)-3.312 E(ing)108 148.8 Q F1 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 F0
-.029(kill ring)B F1 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 160.8 R .567(ed all at once.)-.1 F
-.567(Commands which do not kill te)5.567 F .567
+.25 E F1(\(1\)).95 E 2.686(release the)108 84 R F0(x)5.956 E F1 -.1(ke)
+5.716 G 3.986 -.65(y, i)-.05 H 5.186(ns).65 G 5.187(equence. This)-5.186
+F(mak)5.187 E 2.687(es ESC the)-.1 F F0 2.687(meta pr)5.187 F(e\214x)
+-.37 E F1 7.687(.T)C 2.687(he combination M\255C\255)-7.687 F F0(x)A F1
+(means)5.187 E(ESC\255Control\255)108 96 Q F0(x)A F1 2.636(:p)C .136
+(ress and release the Escape k)-2.636 F -.15(ey)-.1 G 2.635(,t)-.5 G
+.135(hen press and hold the Control k)-2.635 F .435 -.15(ey w)-.1 H .135
+(hile pressing the).15 F F0(x)3.405 E F1 -.1(ke)108 108 S 1.3 -.65(y, t)
+-.05 H(hen release both.).65 E .216(On some k)108 124.8 R -.15(ey)-.1 G
+.216(boards, the Meta k).15 F .516 -.15(ey m)-.1 H .217
+(odi\214er produces characters with the eighth bit \(0200\) set.).15 F
+-1.1(Yo)5.217 G 2.717(uc)1.1 G .217(an use)-2.717 F(the)108 136.8 Q/F2
+10/Times-Bold@0 SF(enable\255meta\255k)3.316 E(ey)-.1 E F1 -.25(va)3.316
+G .816(riable to control whether or not it does this, if the k).25 F
+-.15(ey)-.1 G .816(board allo).15 F .816(ws it.)-.25 F .815(On man)5.815
+F(y)-.15 E .568(others, the terminal or terminal emulator con)108 148.8
+R -.15(ve)-.4 G .568(rts the meta\214ed k).15 F .868 -.15(ey t)-.1 H
+3.068(oak).15 G .868 -.15(ey s)-3.168 H .568(equence be).15 F .569
+(ginning with ESC)-.15 F(as described in the preceding paragraph.)108
+160.8 Q .03(If your)108 177.6 R F0(Meta)2.53 E F1 -.1(ke)2.53 G 2.53(yp)
+-.05 G .03(roduces a k)-2.53 F .33 -.15(ey s)-.1 H .029
+(equence with the ESC meta pre\214x, you can mak).15 F 2.529(eM)-.1 G(-)
+-2.529 E F0 -.1(ke)C(y)-.2 E F1 -.1(ke)2.529 G 2.529(yb)-.05 G .029
+(indings you)-2.529 F(specify \(see)108 189.6 Q F2(Readline K)2.5 E
+(ey Bindings)-.25 E F1(belo)2.5 E(w\) do the same thing by setting the)
+-.25 E F2 -.25(fo)2.5 G -.18(rc).25 G(e\255meta\255pr).18 E(e\214x)-.18
+E F1 -.25(va)2.5 G(riable.).25 E F2(Readline)108 206.4 Q F1 .436
+(commands may be gi)2.936 F -.15(ve)-.25 G 2.936(nn).15 G(umeric)-2.936
+E F0(ar)3.266 E(guments)-.37 E F1 2.936(,w).27 G .437
+(hich normally act as a repeat count.)-2.936 F(Sometimes,)5.437 E(ho)108
+218.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 .296(acts in the forw)108 230.4 R .296
+(ard direction \(e.g.,)-.1 F F2(kill\255line)2.796 E F1 2.796(\)m)C(ak)
+-2.796 E .296(es that command act in a backw)-.1 F .296(ard direction.)
+-.1 F(Commands)5.296 E(whose beha)108 242.4 Q(vior with ar)-.2 E
+(guments de)-.18 E(viates from this are noted belo)-.25 E -.65(w.)-.25 G
+(The)108 259.2 Q F0(point)3.245 E F1 .745
+(is the current cursor position, and)3.245 F F0(mark)3.245 E F1 .745
+(refers to a sa)3.245 F -.15(ve)-.2 G 3.245(dc).15 G .745
+(ursor position.)-3.245 F .745(The te)5.745 F .745(xt between the)-.15 F
+.447(point and mark is referred to as the)108 271.2 R F0 -.37(re)2.947 G
+(gion)-.03 E F1(.)A F2(Readline)5.447 E F1 .447(has the concept of an)
+2.947 F F0 .447(active r)2.947 F -.4(eg)-.37 G(ion).4 E F1 2.947(:w)C
+.447(hen the re)-2.947 F(gion)-.15 E .305(is acti)108 283.2 R -.15(ve)
+-.25 G(,).15 E F2 -.18(re)2.805 G(adline).18 E F1 .305
+(redisplay highlights the re)2.805 F .305(gion using the v)-.15 F .304
+(alue of the)-.25 F F2(acti)2.804 E -.1(ve)-.1 G(-r).1 E
+(egion-start-color)-.18 E F1 -.25(va)2.804 G(riable.).25 E(The)108 295.2
+Q F2(enable\255acti)2.758 E -.1(ve)-.1 G<ad72>.1 E(egion)-.18 E F1 -.25
+(va)2.758 G .258(riable turns this on and of).25 F 2.759(f. Se)-.25 F
+-.15(ve)-.25 G .259(ral commands set the re).15 F .259(gion to acti)-.15
+F -.15(ve)-.25 G 2.759(;t).15 G(hose)-2.759 E(are noted belo)108 307.2 Q
+-.65(w.)-.25 G .812(When a command is described as)108 324 R F0(killing)
+3.311 E F1(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 F0(yank-)-3.311 E(ing)108 336 Q F1 3.673
+(\). The)B 1.174(killed te)3.673 F 1.174(xt is sa)-.15 F -.15(ve)-.2 G
+3.674(di).15 G 3.674(na)-3.674 G F0 1.174(kill ring)B F1 6.174(.C)C
+(onsecuti)-6.174 E 1.474 -.15(ve k)-.25 H 1.174
+(ills accumulate the deleted te).15 F 1.174(xt into one unit,)-.15 F
+.567(which can be yank)108 348 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 172.8 Q F2(Readline Initialization)87 189.6 Q F1 .091(Readline is c\
-ustomized by putting commands in an initialization \214le \(the)108
-201.6 R F0(inputr)2.591 E(c)-.37 E F1 2.591(\214le\). The)2.591 F .091
-(name of this \214le)2.591 F .431(is tak)108 213.6 R .431(en from the v)
--.1 F .432(alue of the)-.25 F/F3 9/Times-Bold@0 SF(INPUTRC)2.932 E F1
--.25(va)2.682 G 2.932(riable. If).25 F .432(that v)2.932 F .432
-(ariable is unset, the def)-.25 F .432(ault is)-.1 F F0(\001/.inputr)
-3.032 E(c)-.37 E F1 5.432(.I).31 G 2.932(ft)-5.432 G(hat)-2.932 E 3.062
-(\214le does)108 225.6 R .562(not e)3.062 F .562
-(xist or cannot be read, the ultimate def)-.15 F .562(ault is)-.1 F F0
-(/etc/inputr)4.212 E(c)-.37 E F1 5.561(.W).31 G .561
-(hen a program which uses the)-5.561 F .174(readline library starts up,\
- the initialization \214le is read, and the k)108 237.6 R .475 -.15
-(ey b)-.1 H .175(indings and v).15 F .175(ariables are set.)-.25 F .175
-(There are)5.175 F .239(only a fe)108 249.6 R 2.739(wb)-.25 G .239
-(asic constructs allo)-2.739 F .239
-(wed in the readline initialization \214le.)-.25 F .238
-(Blank lines are ignored.)5.239 F .238(Lines be)5.238 F(gin-)-.15 E .553
-(ning with a)108 261.6 R F2(#)3.053 E F1 .554(are comments.)3.053 F .554
-(Lines be)5.554 F .554(ginning with a)-.15 F F2($)3.054 E F1 .554
-(indicate conditional constructs.)3.054 F .554(Other lines denote)5.554
-F -.1(ke)108 273.6 S 2.5(yb)-.05 G(indings and v)-2.5 E
-(ariable settings.)-.25 E .987(The def)108 290.4 R .987(ault k)-.1 F
--.15(ey)-.1 G .987(-bindings may be changed with an).15 F F0(inputr)
-3.497 E(c)-.37 E F1 3.487(\214le. Other)3.797 F .987
-(programs that use this library may)3.487 F(add their o)108 302.4 Q
-(wn commands and bindings.)-.25 E -.15(Fo)108 319.2 S 2.5(re).15 G
-(xample, placing)-2.65 E(M\255Control\255u: uni)144 336 Q -.15(ve)-.25 G
-(rsal\255ar).15 E(gument)-.18 E(or)108 348 Q(C\255Meta\255u: uni)144 360
-Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 376.8 Q F0
-(inputr)2.51 E(c)-.37 E F1 -.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 F0
-(univer)2.58 E(sal\255ar)-.1 E(gument)-.37 E F1(.).68 E 1.01(The follo)
-108 393.6 R 1.011(wing symbolic character names are recognized:)-.25 F
-F0 -.4(RU)3.511 G(BOUT).4 E F1(,)1.27 E F0(DEL)4.091 E F1(,).53 E F0
-(ESC)4.021 E F1(,).72 E F0(LFD)4.091 E F1(,).28 E F0(NEWLINE)4.211 E F1
-(,).73 E F0(RET)4.141 E F1(,)1.27 E F0(RETURN)108.63 405.6 Q F1(,)1.1 E
-F0(SPC)2.83 E F1(,).72 E F0(SP)2.83 E -.3(AC)-.9 G(E).3 E F1 2.5(,a).73
-G(nd)-2.5 E F0 -.5(TA)2.5 G(B).5 E F1(.).27 E .209
-(In addition to command names, readline allo)108 422.4 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 434.4 Q F0(macr)2.5 E(o)-.45 E F1(\).)A F2
-(Readline K)87 451.2 Q(ey Bindings)-.25 E F1 .366
-(The syntax for controlling k)108 463.2 R .666 -.15(ey b)-.1 H .366
+108 360 Q F2(Readline Initialization)87 376.8 Q(Readline)108 388.8 Q F1
+.912
+(is customized by putting commands in an initialization \214le \(the)
+3.412 F F0(inputr)3.413 E(c)-.37 E F1 3.413(\214le\). The)3.413 F .913
+(name of this)3.413 F 2.518(\214le is tak)108 400.8 R 2.518
+(en from the v)-.1 F 2.518(alue of the)-.25 F/F3 9/Times-Bold@0 SF
+(INPUTRC)5.018 E F1 2.517(shell v)4.768 F 5.017(ariable. If)-.25 F 2.517
+(that v)5.017 F 2.517(ariable is unset, the def)-.25 F 2.517(ault is)-.1
+F F0(\001/.inputr)109.666 412.8 Q(c)-.37 E F1 5.388(.I)1.666 G 2.888(ft)
+-5.388 G .388(hat \214le)-2.888 F .388(does not e)5.388 F .389
+(xist or cannot be read,)-.15 F F2 -.18(re)2.889 G(adline).18 E F1 .389
+(looks for)2.889 F F0(/etc/inputr)4.555 E(c)-.37 E F1 5.389(.W)1.666 G
+.389(hen a program)-5.389 F .254(which uses the)108 424.8 R F2 -.18(re)
+2.754 G(adline).18 E F1 .254(library starts up,)2.754 F F2 -.18(re)2.754
+G(adline).18 E F1 .253(reads the initialization \214le and sets the k)
+2.754 F .553 -.15(ey b)-.1 H .253(indings and).15 F -.25(va)108 436.8 S
+(riables found there, before reading an).25 E 2.5(yu)-.15 G(ser input.)
+-2.5 E .34(There are only a fe)108 453.6 R 2.84(wb)-.25 G .34
+(asic constructs allo)-2.84 F .34(wed in the inputrc \214le.)-.25 F .34
+(Blank lines are ignored.)5.34 F .34(Lines be)5.34 F(ginning)-.15 E .779
+(with a)108 465.6 R F2(#)3.279 E F1 .778(are comments.)3.278 F .778
+(Lines be)5.778 F .778(ginning with a)-.15 F F2($)3.278 E F1 .778
+(indicate conditional constructs.)3.278 F .778(Other lines denote k)
+5.778 F -.15(ey)-.1 G(bindings and v)108 477.6 Q(ariable settings.)-.25
+E .775(The def)108 494.4 R .775(ault k)-.1 F -.15(ey)-.1 G .775
+(-bindings in this section may be changed using k).15 F 1.075 -.15(ey b)
+-.1 H .775(inding commands in the).15 F F0(inputr)3.285 E(c)-.37 E F1
+(\214le.)3.585 E(Programs that use the)108 506.4 Q F2 -.18(re)2.5 G
+(adline).18 E F1(library)2.5 E 2.5(,i)-.65 G(ncluding)-2.5 E F2(bash)2.5
+E F1 2.5(,m)C(ay add their o)-2.5 E(wn commands and bindings.)-.25 E
+-.15(Fo)108 523.2 S 2.5(re).15 G(xample, placing)-2.65 E
+(M\255Control\255u: uni)144 540 Q -.15(ve)-.25 G(rsal\255ar).15 E
+(gument)-.18 E(or)108 552 Q(C\255Meta\255u: uni)144 564 Q -.15(ve)-.25 G
+(rsal\255ar).15 E(gument)-.18 E(into the)108 580.8 Q F0(inputr)2.51 E(c)
+-.37 E F1 -.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).15 E F2 -.18(re)2.5 G(adline).18 E F1(command)
+2.5 E F0(univer)2.58 E(sal\255ar)-.1 E(gument)-.37 E F1(.).68 E -2.15
+-.25(Ke y)108 597.6 T 1.443(bindings may contain the follo)4.193 F 1.442
+(wing symbolic character names:)-.25 F F0(DEL)4.522 E F1(,).53 E F0(ESC)
+4.452 E F1(,).72 E F0(ESCAPE)4.452 E F1(,).73 E F0(LFD)4.522 E F1(,).28
+E F0(NEW)4.642 E(-)-.37 E(LINE)108 609.6 Q F1(,).73 E F0(RET)3.13 E F1
+(,)1.27 E F0(RETURN)3.13 E F1(,)1.1 E F0 -.4(RU)2.5 G(BOUT).4 E F1(\(a)
+1.27 E F0(destructive).35 E F1(backspace\),).18 E F0(SP)2.83 E -.3(AC)
+-.9 G(E).3 E F1(,).73 E F0(SPC)2.83 E F1 2.5(,a).72 G(nd)-2.5 E F0 -.5
+(TA)2.5 G(B).5 E F1(.).27 E .078(In addition to command names,)108 626.4
+R F2 -.18(re)2.578 G(adline).18 E F1(allo)2.578 E .078(ws k)-.25 F -.15
+(ey)-.1 G 2.578(st).15 G 2.578(ob)-2.578 G 2.578(eb)-2.578 G .079
+(ound to a string that is inserted when the k)-2.578 F .379 -.15(ey i)
+-.1 H(s).15 E .193(pressed \(a)108 638.4 R F0(macr)2.693 E(o)-.45 E F1
+2.692(\). The)B(dif)2.692 E .192(ference between a macro and a command \
+is that a macro is enclosed in single or)-.25 F(double quotes.)108 650.4
+Q F2(Readline K)87 667.2 Q(ey Bindings)-.25 E F1 .366
+(The syntax for controlling k)108 679.2 R .666 -.15(ey b)-.1 H .366
 (indings in the).15 F F0(inputr)2.876 E(c)-.37 E F1 .366
 (\214le is simple.)3.176 F .366(All that is required is the name of the)
-5.366 F .264(command or the te)108 475.2 R .264(xt of a macro and a k)
--.15 F .564 -.15(ey s)-.1 H .264(equence to which it should be bound.)
-.15 F .263(The name may be speci-)5.264 F .138(\214ed in one of tw)108
-487.2 R 2.638(ow)-.1 G .138(ays: as a symbolic k)-2.738 F .438 -.15
-(ey n)-.1 H .138(ame, possibly with).15 F F0(Meta\255)2.638 E F1(or)
-2.638 E F0(Contr)2.638 E(ol\255)-.45 E F1(pre\214x)2.638 E .138
-(es, or as a k)-.15 F .439 -.15(ey s)-.1 H(e-).15 E(quence.)108 499.2 Q
-.161(When using the form)108 516 R F2 -.1(ke)2.661 G(yname).1 E F1(:)A
-F0(function\255name).833 E F1(or)2.661 E F0(macr)2.661 E(o)-.45 E F1(,)A
-F0 -.1(ke)2.661 G(yname)-.2 E F1 .16(is the name of a k)2.84 F .46 -.15
-(ey s)-.1 H .16(pelled out in Eng-).15 F 2.5(lish. F)108 528 R(or e)-.15
-E(xample:)-.15 E/F4 10/Courier@0 SF(Control-u: universal\255argument)144
-544.8 Q(Meta-Rubout: backward-kill-word)144 556.8 Q
-(Control-o: "> output")144 568.8 Q F1 .698(In the abo)108 585.6 R .998
+5.366 F .012(command or the te)108 691.2 R .012(xt of a macro and a k)
+-.15 F .311 -.15(ey s)-.1 H .011(equence to which it should be bound.)
+.15 F .011(The k)5.011 F .311 -.15(ey s)-.1 H .011(equence may be).15 F
+.694(speci\214ed in one of tw)108 703.2 R 3.194(ow)-.1 G .695
+(ays: as a symbolic k)-3.294 F .995 -.15(ey n)-.1 H .695
+(ame, possibly with).15 F F0(Meta\255)3.195 E F1(or)3.195 E F0(Contr)
+3.195 E(ol\255)-.45 E F1(pre\214x)3.195 E .695(es, or as a)-.15 F -.1
+(ke)108 715.2 S 2.803(ys)-.05 G .303
+(equence composed of one or more characters enclosed in double quotes.)
+-2.803 F .302(The k)5.302 F .602 -.15(ey s)-.1 H .302(equence and name)
+.15 F(are separated by a colon.)108 727.2 Q
+(There can be no whitespace between the name and the colon.)5 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(45)190.395 E 0 Cg EP
+%%Page: 46 46
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E .16(When using the form)108 84 R/F2 10/Times-Bold@0
+SF -.1(ke)2.66 G(yname).1 E F1(:)A F0(function\255name).833 E F1(or)2.66
+E F0(macr)2.66 E(o)-.45 E F1(,)A F0 -.1(ke)2.66 G(yname)-.2 E F1 .161
+(is the name of a k)2.84 F .461 -.15(ey s)-.1 H .161(pelled out in Eng-)
+.15 F 2.5(lish. F)108 96 R(or e)-.15 E(xample:)-.15 E/F3 10/Courier@0 SF
+(Control-u: universal\255argument)144 112.8 Q
+(Meta-Rubout: backward\255kill\255word)144 124.8 Q
+(Control-o: "> output")144 136.8 Q F1 .699(In the abo)108 153.6 R .998
 -.15(ve ex)-.15 H(ample,).15 E F0(C\255u)3.038 E F1 .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 F1(,)A F0(M\255DEL)3.878 E F1 .698
-(is bound to the func-)3.728 F(tion)108 597.6 Q F2
-(backward\255kill\255w)2.759 E(ord)-.1 E F1 2.759(,a)C(nd)-2.759 E F0
-(C\255o)2.599 E F1 .258(is bound to run the macro e)2.939 F .258
+(is bound to the func-)3.728 F(tion)108 165.6 Q F2
+(backward\255kill\255w)2.758 E(ord)-.1 E F1 2.758(,a)C(nd)-2.758 E F0
+(C\255o)2.598 E F1 .258(is bound to run the macro e)2.938 F .259
 (xpressed on the right hand side \(that is, to)-.15 F(insert the te)108
-609.6 Q(xt \231> output\232 into the line\).)-.15 E .055
-(In the second form,)108 626.4 R F2("k)2.555 E(eyseq")-.1 E F1(:)A F0
-(function\255name).833 E F1(or)2.555 E F0(macr)2.555 E(o)-.45 E F1(,)A
-F2 -.1(ke)2.555 G(yseq).1 E F1(dif)2.556 E .056(fers from)-.25 F F2 -.1
-(ke)2.556 G(yname).1 E F1(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 638.4 R 1.584
+177.6 Q(xt \231> output\232 into the line\).)-.15 E .056
+(In the second form,)108 194.4 R F2("k)2.556 E(eyseq")-.1 E F1(:)A F0
+(function\255name).833 E F1(or)2.556 E F0(macr)2.556 E(o)-.45 E F1(,)A
+F2 -.1(ke)2.556 G(yseq).1 E F1(dif)2.555 E .055(fers from)-.25 F F2 -.1
+(ke)2.555 G(yname).1 E F1(abo)2.555 E .355 -.15(ve i)-.15 H 2.555(nt).15
+G .055(hat strings)-2.555 F 1.284(denoting an entire k)108 206.4 R 1.584
 -.15(ey s)-.1 H 1.284(equence may be speci\214ed by placing the sequenc\
-e within double quotes.).15 F(Some)6.284 E .385(GNU Emacs style k)108
-650.4 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 662.4 Q
-F4("\\C\255u": universal\255argument)144 679.2 Q
-("\\C\255x\\C\255r": re\255read\255init\255file)144 691.2 Q
-("\\e[11\001": "Function Key 1")144 703.2 Q F1 1.81(In this e)108 720 R
-(xample,)-.15 E F0(C\255u)4.15 E F1 1.81(is ag)4.56 F 1.809
-(ain bound to the function)-.05 F F2(uni)4.309 E -.1(ve)-.1 G
-(rsal\255ar).1 E(gument)-.1 E F1(.)A F0 1.809(C\255x C\255r)6.649 F F1
-1.809(is bound to the)5.039 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29
-E(43)193.45 E 0 Cg EP
-%%Page: 44 44
+e within double quotes.).15 F(Some)6.284 E .102(GNU Emacs style k)108
+218.4 R .402 -.15(ey e)-.1 H .102(scapes can be used, as in the follo)
+.15 F .102(wing e)-.25 F .101(xample, b)-.15 F .101
+(ut none of the symbolic character)-.2 F(names are recognized.)108 230.4
+Q F3("\\C\255u": universal\255argument)144 247.2 Q
+("\\C\255x\\C\255r": re\255read\255init\255file)144 259.2 Q
+("\\e[11\001": "Function Key 1")144 271.2 Q F1 .314(In this e)108 288 R
+(xample,)-.15 E F0(C\255u)2.654 E F1 .314(is ag)3.064 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 F1(.)A F0 .315(C\255x C\255r)5.155 F F1
+.315(is bound to the func-)3.545 F(tion)108 300 Q F2 -.18(re)2.5 G<ad72>
+.18 E(ead\255init\255\214le)-.18 E F1 2.5(,a)C(nd)-2.5 E F0
+(ESC [ 1 1 \001)3.01 E F1(is bound to insert the te)2.61 E
+(xt \231Function K)-.15 E .3 -.15(ey 1)-.25 H<9a2e>.15 E
+(The full set of GNU Emacs style escape sequences a)108 316.8 Q -.25(va)
+-.2 G(ilable when specifying k).25 E .3 -.15(ey s)-.1 H(equences is).15
+E F2<5c43ad>144 328.8 Q F1 2.5(Ac)180 328.8 S(ontrol pre\214x.)-2.5 E F2
+<5c4dad>144 340.8 Q F1 .747(Adding the meta pre\214x or con)180 340.8 R
+-.15(ve)-.4 G .747(rting the follo).15 F .747
+(wing character to a meta character)-.25 F 3.247(,a)-.4 G 3.247(sd)
+-3.247 G(e-)-3.247 E(scribed belo)180 352.8 Q 2.5(wu)-.25 G(nder)-2.5 E
+F2 -.25(fo)2.5 G -.18(rc).25 G(e-meta-pr).18 E(e\214x)-.18 E F1(.)A F2
+(\\e)144 364.8 Q F1(An escape character)180 364.8 Q(.)-.55 E F2(\\\\)144
+376.8 Q F1(Backslash.)180 376.8 Q F2(\\")144 388.8 Q F1
+(Literal ", a double quote.)180 388.8 Q F2<5c08>144 400.8 Q F1
+(Literal \010, a single quote.)180 400.8 Q(In addition to the GNU Emacs\
+ style escape sequences, a second set of backslash escapes is a)108
+417.6 Q -.25(va)-.2 G(ilable:).25 E F2(\\a)144 429.6 Q F1
+(alert \(bell\))180 429.6 Q F2(\\b)144 441.6 Q F1(backspace)180 441.6 Q
+F2(\\d)144 453.6 Q F1(delete)180 453.6 Q F2(\\f)144 465.6 Q F1
+(form feed)180 465.6 Q F2(\\n)144 477.6 Q F1(ne)180 477.6 Q(wline)-.25 E
+F2(\\r)144 489.6 Q F1(carriage return)180 489.6 Q F2(\\t)144 501.6 Q F1
+(horizontal tab)180 501.6 Q F2(\\v)144 513.6 Q F1 -.15(ve)180 513.6 S
+(rtical tab).15 E F2(\\)144 525.6 Q F0(nnn)A F1
+(The eight-bit character whose v)180 525.6 Q(alue is the octal v)-.25 E
+(alue)-.25 E F0(nnn)2.5 E F1(\(one to three digits\).)2.5 E F2(\\x)144
+537.6 Q F0(HH)A F1(The eight-bit character whose v)180 537.6 Q
+(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1
+(\(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 554.4 R 1.141(xt of a macro, single or double\
+ quotes must be used to indicate a macro de\214nition.)-.15 F .447
+(Unquoted te)108 566.4 R .446(xt is assumed to be a function name.)-.15
+F .446(Tthe backslash escapes described abo)5.446 F .746 -.15(ve a)-.15
+H .446(re e).15 F .446(xpanded in)-.15 F(the macro body)108 578.4 Q 5
+(.B)-.65 G(ackslash will quote an)-5 E 2.5(yo)-.15 G
+(ther character in the macro te)-2.5 E(xt, including " and \010.)-.15 E
+F2(Bash)108 595.2 Q F1 1.196(will display or modify the current)3.696 F
+F2 -.18(re)3.696 G(adline).18 E F1 -.1(ke)3.696 G 3.696(yb)-.05 G 1.196
+(indings with the)-3.696 F F2(bind)3.696 E F1 -.2(bu)3.697 G 1.197
+(iltin command.).2 F(The)6.197 E F2<ad6f>3.697 E(emacs)108 607.2 Q F1
+(or)2.543 E F2 .042(\255o vi)2.543 F F1 .042(options to the)2.542 F F2
+(set)2.542 E F1 -.2(bu)2.542 G .042(iltin \(see).2 F/F4 9/Times-Bold@0
+SF .042(SHELL B)2.542 F(UIL)-.09 E .042(TIN COMMANDS)-.828 F F1(belo)
+2.292 E .042(w\) will change the editing)-.25 F(mode during interacti)
+108 619.2 Q .3 -.15(ve u)-.25 H(se.).15 E F2(Readline V)87 636 Q
+(ariables)-.92 E(Readline)108 648 Q F1 .452(has v)2.952 F .452
+(ariables that can be used to further customize its beha)-.25 F(vior)-.2
+E 5.452(.A)-.55 G -.25(va)-2.5 G .452(riable may be set in the).25 F F0
+(in-)2.963 E(putr)108 660 Q(c)-.37 E F1
+(\214le with a statement of the form)2.81 E F2(set)144 676.8 Q F0
+(variable\255name value)2.5 E F1(or using the)108 688.8 Q F2(bind)2.5 E
+F1 -.2(bu)2.5 G(iltin command \(see).2 E F4(SHELL B)2.5 E(UIL)-.09 E
+(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E .627
+(Except where noted,)108 705.6 R F2 -.18(re)3.127 G(adline).18 E F1 -.25
+(va)3.127 G .627(riables can tak).25 F 3.127(et)-.1 G .627(he v)-3.127 F
+(alues)-.25 E F2(On)3.127 E F1(or)3.127 E F2(Off)3.127 E F1 .627
+(\(without re)3.127 F -.05(ga)-.15 G .627(rd to case\).).05 F(Unrecog-)
+5.626 E .345(nized v)108 717.6 R .345(ariable names are ignored.)-.25 F
+(When)5.345 E F2 -.18(re)2.845 G(adline).18 E F1 .345(reads a v)2.845 F
+.345(ariable v)-.25 F .345(alue, empty or null v)-.25 F .345
+(alues, \231on\232 \(case-)-.25 F(insensiti)108 729.6 Q -.15(ve)-.25 G
+(\), and \2311\232 are equi).15 E -.25(va)-.25 G(lent to).25 E F2(On)2.5
+E F1 5(.A)C(ll other v)-5 E(alues are equi)-.25 E -.25(va)-.25 G
+(lent to).25 E F2(Off)2.5 E F1(.)A(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(46)190.395 E 0 Cg EP
+%%Page: 47 47
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(function)108 84 Q/F2 10/Times-Bold@0 SF -.18(re)2.5
-G<ad72>.18 E(ead\255init\255\214le)-.18 E F1 2.5(,a)C(nd)-2.5 E F0
-(ESC [ 1 1 \001)3.01 E F1(is bound to insert the te)2.61 E
-(xt \231Function K)-.15 E .3 -.15(ey 1)-.25 H<9a2e>.15 E
-(The full set of GNU Emacs style escape sequences is)108 100.8 Q F2
-<5c43ad>144 112.8 Q F1(control pre\214x)180 112.8 Q F2<5c4dad>144 124.8
-Q F1(meta pre\214x)180 124.8 Q F2(\\e)144 136.8 Q F1
-(an escape character)180 136.8 Q F2(\\\\)144 148.8 Q F1(backslash)180
-148.8 Q F2(\\")144 160.8 Q F1(literal ")180 160.8 Q F2<5c08>144 172.8 Q
-F1(literal \010)180 172.8 Q(In addition to the GNU Emacs style escape s\
-equences, a second set of backslash escapes is a)108 189.6 Q -.25(va)-.2
-G(ilable:).25 E F2(\\a)144 201.6 Q F1(alert \(bell\))180 201.6 Q F2(\\b)
-144 213.6 Q F1(backspace)180 213.6 Q F2(\\d)144 225.6 Q F1(delete)180
-225.6 Q F2(\\f)144 237.6 Q F1(form feed)180 237.6 Q F2(\\n)144 249.6 Q
-F1(ne)180 249.6 Q(wline)-.25 E F2(\\r)144 261.6 Q F1(carriage return)180
-261.6 Q F2(\\t)144 273.6 Q F1(horizontal tab)180 273.6 Q F2(\\v)144
-285.6 Q F1 -.15(ve)180 285.6 S(rtical tab).15 E F2(\\)144 297.6 Q F0
-(nnn)A F1(the eight-bit character whose v)180 297.6 Q
-(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
-(\(one to three digits\))2.5 E F2(\\x)144 309.6 Q F0(HH)A F1
-(the eight-bit character whose v)180 309.6 Q(alue is the he)-.25 E
-(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1(\(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
-326.4 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 338.4 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 350.4 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 \010.)-.15 E F2(Bash)108 367.2 Q F1(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 F1
--.2(bu)2.93 G .43(iltin command.).2 F .046
-(The editing mode may be switched during interacti)108 379.2 R .346 -.15
-(ve u)-.25 H .046(se by using the).15 F F2<ad6f>2.545 E F1 .045
-(option to the)2.545 F F2(set)2.545 E F1 -.2(bu)2.545 G .045
-(iltin command).2 F(\(see)108 391.2 Q/F3 9/Times-Bold@0 SF(SHELL B)2.5 E
-(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E F2
-(Readline V)87 408 Q(ariables)-.92 E F1 .043(Readline has v)108 420 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 F0(inpu-)2.554 E(tr)108 432 Q(c)-.37 E
-F1(\214le with a statement of the form)2.81 E F2(set)144 448.8 Q F0
-(variable\255name value)2.5 E F1(or using the)108 460.8 Q F2(bind)2.5 E
-F1 -.2(bu)2.5 G(iltin command \(see).2 E F3(SHELL B)2.5 E(UIL)-.09 E
-(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E .79
-(Except where noted, readline v)108 477.6 R .79(ariables can tak)-.25 F
-3.29(et)-.1 G .79(he v)-3.29 F(alues)-.25 E F2(On)3.29 E F1(or)3.29 E F2
-(Off)3.29 E F1 .79(\(without re)3.29 F -.05(ga)-.15 G .79(rd to case\).)
-.05 F(Unrecog-)5.79 E .508(nized v)108 489.6 R .508
-(ariable names are ignored.)-.25 F .508(When readline reads a v)5.508 F
-.508(ariable v)-.25 F .508(alue, empty or null v)-.25 F .509
-(alues, \231on\232 \(case-)-.25 F(insensiti)108 501.6 Q -.15(ve)-.25 G
-.594(\), and \2311\232 are equi).15 F -.25(va)-.25 G .594(lent to).25 F
-F2(On)3.094 E F1 5.594(.A)C .594(ll other v)-5.594 F .593
-(alues are equi)-.25 F -.25(va)-.25 G .593(lent to).25 F F2(Off)3.093 E
-F1 5.593(.T)C .593(he v)-5.593 F .593(ariables and their)-.25 F(def)108
-513.6 Q(ault v)-.1 E(alues are:)-.25 E F2(acti)108 530.4 Q -.1(ve)-.1 G
-<ad72>.1 E(egion\255start\255color)-.18 E F1 2.729(As)144 542.4 S .229
-(tring v)-2.729 F .229(ariable that controls the te)-.25 F .229
+.25 E F1(\(1\)).95 E(The)108 84 Q/F2 10/Times-Bold@0 SF .547(bind \255V)
+3.047 F F1 .547(command lists the current)3.047 F F2 -.18(re)3.047 G
+(adline).18 E F1 -.25(va)3.047 G .547(riable names and v).25 F 3.047
+(alues \(see)-.25 F/F3 9/Times-Bold@0 SF .546(SHELL B)3.047 F(UIL)-.09 E
+.546(TIN COM-)-.828 F(MANDS)108 96 Q F1(belo)2.25 E(w\).)-.25 E(The v)
+108 112.8 Q(ariables and their def)-.25 E(ault v)-.1 E(alues are:)-.25 E
+F2(acti)108 129.6 Q -.1(ve)-.1 G<ad72>.1 E(egion\255start\255color)-.18
+E F1 2.729(As)144 141.6 S .229(tring v)-2.729 F .229
+(ariable that controls the te)-.25 F .229
 (xt color and background when displaying the te)-.15 F .23
-(xt in the acti)-.15 F -.15(ve)-.25 G(re)144 554.4 Q 1.527
+(xt in the acti)-.15 F -.15(ve)-.25 G(re)144 153.6 Q 1.527
 (gion \(see the description of)-.15 F F2(enable\255acti)4.026 E -.1(ve)
 -.1 G<ad72>.1 E(egion)-.18 E F1(belo)4.026 E 4.026(w\). This)-.25 F
 1.526(string must not tak)4.026 F 4.026(eu)-.1 G 4.026(pa)-4.026 G -.15
-(ny)-4.026 G(ph)144 566.4 Q .283
+(ny)-4.026 G(ph)144 165.6 Q .283
 (ysical character positions on the display)-.05 F 2.783(,s)-.65 G 2.784
 (oi)-2.783 G 2.784(ts)-2.784 G .284
 (hould consist only of terminal escape sequences.)-2.784 F .45
-(It is output to the terminal before displaying the te)144 578.4 R .45
+(It is output to the terminal before displaying the te)144 177.6 R .45
 (xt in the acti)-.15 F .75 -.15(ve r)-.25 H -.15(eg).15 G 2.95
 (ion. This).15 F -.25(va)2.95 G .45(riable is reset to).25 F .378
-(the def)144 590.4 R .378(ault v)-.1 F .378(alue whene)-.25 F -.15(ve)
+(the def)144 189.6 R .378(ault v)-.1 F .378(alue whene)-.25 F -.15(ve)
 -.25 G 2.878(rt).15 G .379(he terminal type changes.)-2.878 F .379
 (The def)5.379 F .379(ault v)-.1 F .379
 (alue is the string that puts the)-.25 F .655
-(terminal in standout mode, as obtained from the terminal')144 602.4 R
+(terminal in standout mode, as obtained from the terminal')144 201.6 R
 3.154(st)-.55 G .654(erminfo description.)-3.154 F 3.154(As)5.654 G .654
-(ample v)-3.154 F(alue)-.25 E(might be \231\\e[01;33m\232.)144 614.4 Q
-F2(acti)108 626.4 Q -.1(ve)-.1 G<ad72>.1 E(egion\255end\255color)-.18 E
-F1 3.777(As)144 638.4 S 1.277(tring v)-3.777 F 1.277
+(ample v)-3.154 F(alue)-.25 E(might be \231\\e[01;33m\232.)144 213.6 Q
+F2(acti)108 225.6 Q -.1(ve)-.1 G<ad72>.1 E(egion\255end\255color)-.18 E
+F1 3.777(As)144 237.6 S 1.277(tring v)-3.777 F 1.277
 (ariable that \231undoes\232 the ef)-.25 F 1.277(fects of)-.25 F F2
 (acti)3.777 E -.1(ve)-.1 G<ad72>.1 E(egion\255start\255color)-.18 E F1
 1.278(and restores \231normal\232)3.778 F .216
-(terminal display appearance after displaying te)144 650.4 R .216
+(terminal display appearance after displaying te)144 249.6 R .216
 (xt in the acti)-.15 F .516 -.15(ve r)-.25 H -.15(eg).15 G 2.716
 (ion. This).15 F .216(string must not tak)2.716 F 2.716(eu)-.1 G(p)
--2.716 E(an)144 662.4 Q 3.737(yp)-.15 G -.05(hy)-3.737 G 1.237
+-2.716 E(an)144 261.6 Q 3.737(yp)-.15 G -.05(hy)-3.737 G 1.237
 (sical character positions on the display).05 F 3.737(,s)-.65 G 3.737
 (oi)-3.737 G 3.737(ts)-3.737 G 1.238
 (hould consist only of terminal escape se-)-3.737 F 2.928(quences. It)
-144 674.4 R .428(is output to the terminal after displaying the te)2.928
+144 273.6 R .428(is output to the terminal after displaying the te)2.928
 F .427(xt in the acti)-.15 F .727 -.15(ve r)-.25 H -.15(eg).15 G 2.927
 (ion. This).15 F -.25(va)2.927 G .427(riable is).25 F .518
-(reset to the def)144 686.4 R .518(ault v)-.1 F .518(alue whene)-.25 F
+(reset to the def)144 285.6 R .518(ault v)-.1 F .518(alue whene)-.25 F
 -.15(ve)-.25 G 3.018(rt).15 G .518(he terminal type changes.)-3.018 F
 .518(The def)5.518 F .518(ault v)-.1 F .518(alue is the string that)-.25
 F .252(restores the terminal from standout mode, as obtained from the t\
-erminal')144 698.4 R 2.751(st)-.55 G .251(erminfo description.)-2.751 F
-(A)5.251 E(sample v)144 710.4 Q(alue might be \231\\e[0m\232.)-.25 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(44)193.45 E 0 Cg EP
-%%Page: 45 45
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(bell\255style \(audible\))108
-84 Q F1 .01(Controls what happens when readline w)144 96 R .011
-(ants to ring the terminal bell.)-.1 F .011(If set to)5.011 F F2(none)
-2.511 E F1 2.511(,r)C .011(eadline ne)-2.511 F -.15(ve)-.25 G(r).15 E
-.94(rings the bell.)144 108 R .94(If set to)5.94 F F2(visible)3.44 E F1
-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 F2(audible)3.44 E F1(,)A
-(readline attempts to ring the terminal')144 120 Q 2.5(sb)-.55 G(ell.)
--2.5 E F2(bind\255tty\255special\255chars \(On\))108 132 Q F1 .178
-(If set to)144 144 R F2(On)2.678 E F1 .178(\(the def)2.678 F .178
-(ault\), readline attempts to bind the control)-.1 F .178
-(characters that are treated specially)5.178 F 1.196(by the k)144 156 R
-(ernel')-.1 E 3.696(st)-.55 G 1.196(erminal dri)-3.696 F -.15(ve)-.25 G
-3.696(rt).15 G 3.695(ot)-3.696 G 1.195(heir readline equi)-3.695 F -.25
-(va)-.25 G 3.695(lents. These).25 F -.15(ove)3.695 G 1.195
-(rride the def).15 F 1.195(ault readline)-.1 F .162
-(bindings described here.)144 168 R -.8(Ty)5.162 G .162
-(pe \231stty \255a\232 at a).8 F F2(bash)2.662 E F1 .163
-(prompt to see your current terminal settings, in-)2.663 F
-(cluding the special control characters \(usually)144 180 Q F2(cchars)
-2.5 E F1(\).)A F2(blink\255matching\255par)108 192 Q(en \(Off\))-.18 E
-F1 .21(If set to)144 204 R F2(On)2.71 E F1 2.71(,r)C .21
-(eadline attempts to brie\215y mo)-2.71 F .51 -.15(ve t)-.15 H .21
-(he cursor to an opening parenthesis when a closing).15 F
-(parenthesis is inserted.)144 216 Q F2(color)108 228 Q
-(ed\255completion\255pr)-.18 E(e\214x \(Off\))-.18 E F1 .515(If set to)
-144 240 R F2(On)3.015 E F1 3.015(,w)C .515(hen listing completions, rea\
-dline displays the common pre\214x of the set of possible)-3.015 F 2.936
-(completions using a dif)144 252 R 2.936(ferent color)-.25 F 7.936(.T)
+erminal')144 297.6 R 2.751(st)-.55 G .251(erminfo description.)-2.751 F
+(A)5.251 E(sample v)144 309.6 Q(alue might be \231\\e[0m\232.)-.25 E F2
+(bell\255style \(audible\))108 321.6 Q F1 1.284
+(Controls what happens when)144 333.6 R F2 -.18(re)3.784 G(adline).18 E
+F1 -.1(wa)3.784 G 1.284(nts to ring the terminal bell.).1 F 1.284
+(If set to)6.284 F F2(none)3.784 E F1(,)A F2 -.18(re)3.784 G(adline).18
+E F1(ne)144 345.6 Q -.15(ve)-.25 G 2.645(rr).15 G .145(ings the bell.)
+-2.645 F .145(If set to)5.145 F F2(visible)2.645 E F1(,)A F2 -.18(re)
+2.645 G(adline).18 E F1 .144(uses a visible bell if one is a)2.645 F
+-.25(va)-.2 G 2.644(ilable. If).25 F .144(set to)2.644 F F2(audi-)2.644
+E(ble)144 357.6 Q F1(,)A F2 -.18(re)2.5 G(adline).18 E F1
+(attempts to ring the terminal')2.5 E 2.5(sb)-.55 G(ell.)-2.5 E F2
+(bind\255tty\255special\255chars \(On\))108 369.6 Q F1 .515(If set to)
+144 381.6 R F2(On)3.016 E F1(,)A F2 -.18(re)3.016 G(adline).18 E F1 .516
+(attempts to bind the control characters that are treated specially by \
+the k)3.016 F(er)-.1 E(-)-.2 E(nel')144 393.6 Q 3.605(st)-.55 G 1.105
+(erminal dri)-3.605 F -.15(ve)-.25 G 3.605(rt).15 G 3.605(ot)-3.605 G
+(heir)-3.605 E F2 -.18(re)3.605 G(adline).18 E F1(equi)3.605 E -.25(va)
+-.25 G 3.605(lents. These).25 F -.15(ove)3.605 G 1.105(rride the def).15
+F(ault)-.1 E F2 -.18(re)3.605 G(adline).18 E F1(bindings)3.605 E .858
+(described here.)144 405.6 R -.8(Ty)5.858 G .858
+(pe \231stty \255a\232 at a).8 F F2(bash)3.359 E F1 .859
+(prompt to see your current terminal settings, including)3.359 F
+(the special control characters \(usually)144 417.6 Q F2(cchars)2.5 E F1
+(\).)A F2(blink\255matching\255par)108 429.6 Q(en \(Off\))-.18 E F1 .057
+(If set to)144 441.6 R F2(On)2.557 E F1(,)A F2 -.18(re)2.557 G(adline)
+.18 E F1 .057(attempts to brie\215y mo)2.557 F .356 -.15(ve t)-.15 H
+.056(he cursor to an opening parenthesis when a closing).15 F
+(parenthesis is inserted.)144 453.6 Q F2(color)108 465.6 Q
+(ed\255completion\255pr)-.18 E(e\214x \(Off\))-.18 E F1 .351(If set to)
+144 477.6 R F2(On)2.852 E F1 2.852(,w)C .352(hen listing completions,)
+-2.852 F F2 -.18(re)2.852 G(adline).18 E F1 .352
+(displays the common pre\214x of the set of possible)2.852 F 2.936
+(completions using a dif)144 489.6 R 2.936(ferent color)-.25 F 7.936(.T)
 -.55 G 2.936(he color de\214nitions are tak)-7.936 F 2.935
-(en from the v)-.1 F 2.935(alue of the)-.25 F F2(LS_COLORS)144 264 Q F1
-(en)3.076 E .577(vironment v)-.4 F 3.077(ariable. If)-.25 F .577
+(en from the v)-.1 F 2.935(alue of the)-.25 F F2(LS_COLORS)144 501.6 Q
+F1(en)3.076 E .577(vironment v)-.4 F 3.077(ariable. If)-.25 F .577
 (there is a color de\214nition in)3.077 F F2($LS_COLORS)3.077 E F1 .577
-(for the cus-)3.077 F .07(tom suf)144 276 R .069(\214x \231readline-col\
-ored-completion-pre\214x\232, readline uses this color for the common p\
-re\214x in-)-.25 F(stead of its def)144 288 Q(ault.)-.1 E F2(color)108
-300 Q(ed\255stats \(Off\))-.18 E F1 1.579(If set to)144 312 R F2(On)
-4.079 E F1 4.079(,r)C 1.579
-(eadline displays possible completions using dif)-4.079 F 1.58
-(ferent colors to indicate their \214le)-.25 F 2.5(type. The)144 324 R
+(for the cus-)3.077 F 1.176(tom suf)144 513.6 R 1.176
+(\214x \231readline-colored-completion-pre\214x\232,)-.25 F F2 -.18(re)
+3.676 G(adline).18 E F1 1.176(uses this color for the common pre\214x)
+3.676 F(instead of its def)144 525.6 Q(ault.)-.1 E F2(color)108 537.6 Q
+(ed\255stats \(Off\))-.18 E F1 1.392(If set to)144 549.6 R F2(On)3.893 E
+F1(,)A F2 -.18(re)3.893 G(adline).18 E F1 1.393
+(displays possible completions using dif)3.893 F 1.393
+(ferent colors to indicate their \214le)-.25 F 2.5(type. The)144 561.6 R
 (color de\214nitions are tak)2.5 E(en from the v)-.1 E(alue of the)-.25
 E F2(LS_COLORS)2.5 E F1(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F2
-(comment\255begin \()108 336 Q F1<99>A F2(#)A F1<9a>A F2(\))A F1 .885
-(The string that is inserted when the readline)144 348 R F2
-(insert\255comment)3.385 E F1 .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 360 Q F2
-(M\255#)2.5 E F1(in emacs mode and to)2.5 E F2(#)2.5 E F1
-(in vi command mode.)2.5 E F2(completion\255display\255width \(\2551\))
-108 372 Q F1 1.453(The number of screen columns used to display possibl\
-e matches when performing completion.)144 384 R .194(The v)144 396 R
-.193(alue is ignored if it is less than 0 or greater than the terminal \
-screen width.)-.25 F 2.693(Av)5.193 G .193(alue of 0 will)-2.943 F
-(cause matches to be displayed one per line.)144 408 Q(The def)5 E
-(ault v)-.1 E(alue is \2551.)-.25 E F2(completion\255ignor)108 420 Q
-(e\255case \(Off\))-.18 E F1(If set to)144 432 Q F2(On)2.5 E F1 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 F2
-(completion\255map\255case \(Off\))108 444 Q F1 .093(If set to)144 456 R
-F2(On)2.593 E F1 2.593(,a)C(nd)-2.593 E F2(completion\255ignor)2.593 E
-(e\255case)-.18 E F1 .093(is enabled, readline treats h)2.593 F .093
-(yphens \()-.05 F F0<ad>A F1 2.593(\)a)C .094(nd underscores)-2.593 F
-(\()144 468 Q F0(_)A F1 2.5(\)a)C 2.5(se)-2.5 G(qui)-2.5 E -.25(va)-.25
-G(lent when performing case\255insensiti).25 E .3 -.15(ve \214)-.25 H
-(lename matching and completion.).15 E F2(completion\255pr)108 480 Q
-(e\214x\255display\255length \(0\))-.18 E F1 .829(The length in charact\
-ers of the common pre\214x of a list of possible completions that is di\
-splayed)144 492 R 1.274(without modi\214cation.)144 504 R 1.274
-(When set to a v)6.274 F 1.274(alue greater than zero, common pre\214x)
--.25 F 1.275(es longer than this)-.15 F -.25(va)144 516 S(lue are repla\
-ced with an ellipsis when displaying possible completions.).25 E F2
-(completion\255query\255items \(100\))108 528 Q F1 .53
-(This determines when the user is queried about vie)144 540 R .529
-(wing the number of possible completions gen-)-.25 F .56(erated by the)
-144 552 R F2(possible\255completions)3.06 E F1 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 564 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 576 S .367
-(riable, readline will ask whether or not the user wishes to vie).25 F
-2.868(wt)-.25 G .368(hem; otherwise the)-2.868 F 2.868(ya)-.15 G .368
-(re simply)-2.868 F .673(listed on the terminal.)144 588 R 3.173(Az)
-5.673 G .673(ero v)-3.173 F .673(alue means readline should ne)-.25 F
--.15(ve)-.25 G 3.172(ra).15 G .672(sk; ne)-3.172 F -.05(ga)-.15 G(ti).05
-E .972 -.15(ve v)-.25 H .672(alues are treated)-.1 F(as zero.)144 600 Q
-F2(con)108 612 Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F1 .612(If set to)
-144 624 R F2(On)3.112 E F1 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 636 R .541(fect, using escape as the)-.25 F F0 .541(meta pr)3.041 F
-(e-)-.37 E<8c78>144 648 Q F1 3.75(\). The)B(def)3.75 E 1.25(ault is)-.1
-F F0(On)3.75 E F1 3.75(,b)C 1.251(ut readline will set it to)-3.95 F F0
-(Of)3.751 E(f)-.18 E F1 1.251
-(if the locale contains eight-bit characters.)3.751 F 1.142(This v)144
-660 R 1.142(ariable is dependent on the)-.25 F F2(LC_CTYPE)3.641 E F1
-1.141(locale cate)3.641 F(gory)-.15 E 3.641(,a)-.65 G 1.141
-(nd may change if the locale is)-3.641 F(changed.)144 672 Q F2
-(disable\255completion \(Off\))108 684 Q F1 .038(If set to)144 696 R F2
-(On)2.538 E F1 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 708 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F2(self-insert)2.5 E F1
-(.)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(45)193.45 E 0 Cg EP
-%%Page: 46 46
+(comment\255begin \()108 573.6 Q F1<99>A F2(#)A F1<9a>A F2(\))A F1 .477
+(The string that the)144 585.6 R F2 -.18(re)2.977 G .477
+(adline insert\255comment).18 F F1 .477(command inserts.)2.977 F .477
+(This command is bound to)5.477 F F2(M\255#)2.976 E F1
+(in emacs mode and to)144 597.6 Q F2(#)2.5 E F1(in vi command mode.)2.5
+E F2(completion\255display\255width \(\2551\))108 609.6 Q F1 1.453(The \
+number of screen columns used to display possible matches when performi\
+ng completion.)144 621.6 R .194(The v)144 633.6 R .193(alue is ignored \
+if it is less than 0 or greater than the terminal screen width.)-.25 F
+2.693(Av)5.193 G .193(alue of 0 will)-2.943 F
+(cause matches to be displayed one per line.)144 645.6 Q(The def)5 E
+(ault v)-.1 E(alue is \2551.)-.25 E F2(completion\255ignor)108 657.6 Q
+(e\255case \(Off\))-.18 E F1(If set to)144 669.6 Q F2(On)2.5 E F1(,)A F2
+-.18(re)2.5 G(adline).18 E F1
+(performs \214lename matching and completion in a case\255insensiti)2.5
+E .3 -.15(ve f)-.25 H(ashion.).05 E F2
+(completion\255map\255case \(Off\))108 681.6 Q F1 1.573(If set to)144
+693.6 R F2(On)4.074 E F1 4.074(,a)C(nd)-4.074 E F2(completion\255ignor)
+4.074 E(e\255case)-.18 E F1 1.574(is enabled,)4.074 F F2 -.18(re)4.074 G
+(adline).18 E F1 1.574(treats h)4.074 F 1.574(yphens \()-.05 F F0<ad>A
+F1 4.074(\)a)C 1.574(nd under)-4.074 F(-)-.2 E(scores \()144 705.6 Q F0
+(_)A F1 2.5(\)a)C 2.5(se)-2.5 G(qui)-2.5 E -.25(va)-.25 G
+(lent when performing case\255insensiti).25 E .3 -.15(ve \214)-.25 H
+(lename matching and completion.).15 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(47)190.395 E 0 Cg EP
+%%Page: 48 48
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(echo\255contr)108 84 Q
-(ol\255characters \(On\))-.18 E F1 1.211(When set to)144 96 R F2(On)
-3.711 E F1 3.711(,o)C 3.711(no)-3.711 G 1.211
-(perating systems that indicate the)-3.711 F 3.711(ys)-.15 G 1.21
-(upport it, readline echoes a character)-3.711 F
-(corresponding to a signal generated from the k)144 108 Q -.15(ey)-.1 G
-(board.).15 E F2(editing\255mode \(emacs\))108 120 Q F1 .141
-(Controls whether readline be)144 132 R .141(gins with a set of k)-.15 F
-.441 -.15(ey b)-.1 H .141(indings similar to).15 F F0(Emacs)2.642 E F1
-(or)2.642 E F0(vi)2.642 E F1(.)A F2(editing\255mode)5.142 E F1
-(can be set to either)144 144 Q F2(emacs)2.5 E F1(or)2.5 E F2(vi)2.5 E
-F1(.)A F2(emacs\255mode\255string \(@\))108 156 Q F1 .518(If the)144 168
-R F0(show\255mode\255in\255pr)3.018 E(ompt)-.45 E F1 -.25(va)3.018 G
-.517(riable is enabled, this string is displayed immediately before the)
-.25 F .622
-(last line of the primary prompt when emacs editing mode is acti)144 180
-R -.15(ve)-.25 G 5.622(.T).15 G .622(he v)-5.622 F .622(alue is e)-.25 F
-.622(xpanded lik)-.15 F 3.122(ea)-.1 G -.1(ke)144 192 S 3.34(yb)-.05 G
-.839(inding, so the standard set of meta- and control pre\214x)-3.34 F
-.839(es and backslash escape sequences is)-.15 F -.2(av)144 204 S 2.798
-(ailable. Use)-.05 F .298(the \\1 and \\2 escapes to be)2.798 F .298
-(gin and end sequences of non-printing characters, which)-.15 F
-(can be used to embed a terminal control sequence into the mode string.)
-144 216 Q F2(enable\255acti)108 228 Q -.1(ve)-.1 G<ad72>.1 E
-(egion \(On\))-.18 E F1(The)144 240 Q F0(point)3.246 E F1 .746
-(is the current cursor position, and)3.246 F F0(mark)3.246 E F1 .746
-(refers to a sa)3.246 F -.15(ve)-.2 G 3.246(dc).15 G .746
-(ursor position.)-3.246 F .745(The te)5.746 F .745(xt be-)-.15 F .344
-(tween the point and mark is referred to as the)144 252 R F0 -.37(re)
-2.844 G(gion)-.03 E F1 5.344(.W)C .344(hen this v)-5.344 F .344
-(ariable is set to)-.25 F F0(On)2.845 E F1 2.845(,r)C .345(eadline al-)
--2.845 F(lo)144 264 Q .098(ws certain commands to designate the re)-.25
-F .098(gion as)-.15 F F0(active)2.598 E F1 5.098(.W)C .098(hen the re)
--5.098 F .098(gion is acti)-.15 F -.15(ve)-.25 G 2.598(,r).15 G .098
-(eadline high-)-2.598 F .97(lights the te)144 276 R .97(xt in the re)
--.15 F .971(gion using the v)-.15 F .971(alue of the)-.25 F F2(acti)
-3.471 E -.1(ve)-.1 G<ad72>.1 E(egion\255start\255color)-.18 E F1 3.471
-(,w)C .971(hich def)-3.471 F .971(aults to)-.1 F .485
-(the string that enables the terminal')144 288 R 2.985(ss)-.55 G .485
-(tandout mode.)-2.985 F .485(The acti)5.485 F .785 -.15(ve r)-.25 H -.15
-(eg).15 G .484(ion sho).15 F .484(ws the te)-.25 F .484(xt inserted by)
--.15 F(brack)144 300 Q(eted-paste and an)-.1 E 2.5(ym)-.15 G(atching te)
--2.5 E(xt found by incremental and non-incremental history searches.)
--.15 E F2(enable\255brack)108 312 Q(eted\255paste \(On\))-.1 E F1 .84
-(When set to)144 324 R F2(On)3.34 E F1 3.34(,r)C .841(eadline con\214gu\
-res the terminal to insert each paste into the editing b)-3.34 F(uf)-.2
-E .841(fer as a)-.25 F .799(single string of characters, instead of tre\
-ating each character as if it had been read from the k)144 336 R -.15
-(ey)-.1 G(-).15 E 3.158(board. This)144 348 R(pre)3.158 E -.15(ve)-.25 G
-.658(nts readline from e).15 F -.15(xe)-.15 G .658(cuting an).15 F 3.158
-(ye)-.15 G .659(diting commands bound to k)-3.158 F .959 -.15(ey s)-.1 H
-.659(equences ap-).15 F(pearing in the pasted te)144 360 Q(xt.)-.15 E F2
-(enable\255k)108 372 Q(eypad \(Off\))-.1 E F1 .893(When set to)144 384 R
-F2(On)3.393 E F1 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 396 Q 2.5(wk)-.25 G -.15(ey)-2.6
-G(s.).15 E F2(enable\255meta\255k)108 408 Q(ey \(On\))-.1 E F1 .64
-(When set to)144 420 R F2(On)3.14 E F1 3.14(,r)C .64
-(eadline will try to enable an)-3.14 F 3.14(ym)-.15 G .64
-(eta modi\214er k)-3.14 F .94 -.15(ey t)-.1 H .64
-(he terminal claims to support).15 F(when it is called.)144 432 Q
-(On man)5 E 2.5(yt)-.15 G(erminals, the meta k)-2.5 E .3 -.15(ey i)-.1 H
-2.5(su).15 G(sed to send eight-bit characters.)-2.5 E F2
-(expand\255tilde \(Off\))108 444 Q F1(If set to)144 456 Q F2(On)2.5 E F1
-2.5(,t)C(ilde e)-2.5 E(xpansion is performed when readline attempts w)
--.15 E(ord completion.)-.1 E F2(history\255pr)108 468 Q(eser)-.18 E -.1
-(ve)-.1 G(\255point \(Off\)).1 E F1 .553(If set to)144 480 R F2(On)3.052
-E F1 3.052(,t)C .552(he history code attempts to place point at the sam\
-e location on each history line re-)-3.052 F(trie)144 492 Q -.15(ve)-.25
-G 2.5(dw).15 G(ith)-2.5 E F2(pr)2.5 E -.15(ev)-.18 G(ious-history).15 E
-F1(or)2.5 E F2(next-history)2.5 E F1(.)A F2(history\255size \(unset\))
-108 504 Q F1 .948(Set the maximum number of history entries sa)144 516 R
--.15(ve)-.2 G 3.448(di).15 G 3.448(nt)-3.448 G .948(he history list.)
--3.448 F .949(If set to zero, an)5.948 F 3.449(ye)-.15 G(xisting)-3.599
-E .483(history entries are deleted and no ne)144 528 R 2.983(we)-.25 G
-.483(ntries are sa)-2.983 F -.15(ve)-.2 G 2.983(d. If).15 F .482
-(set to a v)2.983 F .482(alue less than zero, the num-)-.25 F .277
-(ber of history entries is not limited.)144 540 R .277(By def)5.277 F
-.278(ault, the number of history entries is set to the v)-.1 F .278
-(alue of)-.25 F(the)144 552 Q F2(HISTSIZE)3.411 E F1 .911(shell v)3.411
-F 3.411(ariable. If)-.25 F .911(an attempt is made to set)3.411 F F0
-(history\255size)3.41 E F1 .91(to a non-numeric v)3.41 F(alue,)-.25 E
-(the maximum number of history entries will be set to 500.)144 564 Q F2
-(horizontal\255scr)108 576 Q(oll\255mode \(Off\))-.18 E F1 .448
-(When set to)144 588 R F2(On)2.948 E F1 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 600 R(w)-.25 E 2.5(line. This)144 612 R
-(setting is automatically enabled for terminals of height 1.)2.5 E F2
-(input\255meta \(Off\))108 624 Q F1 1.061(If set to)144 636 R F2(On)
-3.561 E F1 3.561(,r)C 1.062(eadline will enable eight-bit input \(that \
-is, it will not strip the eighth bit from the)-3.561 F .336
-(characters it reads\), re)144 648 R -.05(ga)-.15 G .335
-(rdless of what the terminal claims it can support.).05 F .335(The name)
-5.335 F F2(meta\255\215ag)2.835 E F1(is)2.835 E 2.864(as)144 660 S(ynon)
--2.864 E .364(ym for this v)-.15 F 2.864(ariable. The)-.25 F(def)2.864 E
-.364(ault is)-.1 F F0(Of)2.864 E(f)-.18 E F1 2.864(,b)C .364
-(ut readline will set it to)-3.064 F F0(On)2.864 E F1 .365
-(if the locale contains)2.865 F 1.867(eight-bit characters.)144 672 R
-1.867(This v)6.867 F 1.867(ariable is dependent on the)-.25 F F2
-(LC_CTYPE)4.367 E F1 1.866(locale cate)4.366 F(gory)-.15 E 4.366(,a)-.65
-G 1.866(nd may)-4.366 F(change if the locale is changed.)144 684 Q F2
-(isear)108 696 Q(ch\255terminators \()-.18 E F1<99>A F2(C\255[C\255J)A
-F1<9a>A F2(\))A F1 .439(The string of characters that should terminate \
-an incremental search without subsequently e)144 708 R -.15(xe)-.15 G
-(cut-).15 E .935(ing the character as a command.)144 720 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 F0(ESC)3.434 E F1
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(46)193.45 E 0 Cg EP
-%%Page: 47 47
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(completion\255pr)108 84 Q
+(e\214x\255display\255length \(0\))-.18 E F1 .689(The maximum length in\
+ characters of the common pre\214x of a list of possible completions th\
+at is)144 96 R .243(displayed without modi\214cation.)144 108 R .243
+(When set to a v)5.243 F .243(alue greater than zero,)-.25 F F2 -.18(re)
+2.743 G(adline).18 E F1 .244(replaces common)2.743 F(pre\214x)144 120 Q
+(es longer than this v)-.15 E
+(alue with an ellipsis when displaying possible completions.)-.25 E F2
+(completion\255query\255items \(100\))108 132 Q F1 .53
+(This determines when the user is queried about vie)144 144 R .529
+(wing the number of possible completions gen-)-.25 F .56(erated by the)
+144 156 R F2(possible\255completions)3.06 E F1 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 168 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 180 S(riable,).25 E
+F2 -.18(re)2.515 G(adline).18 E F1 .015
+(will ask whether or not the user wishes to vie)2.515 F 2.516(wt)-.25 G
+.016(hem; otherwise)-2.516 F F2 -.18(re)2.516 G(adline).18 E F1(simply)
+2.516 E 1.35(lists them on the terminal.)144 192 R 3.849(Az)6.35 G 1.349
+(ero v)-3.849 F 1.349(alue means)-.25 F F2 -.18(re)3.849 G(adline).18 E
+F1 1.349(should ne)3.849 F -.15(ve)-.25 G 3.849(ra).15 G 1.349(sk; ne)
+-3.849 F -.05(ga)-.15 G(ti).05 E 1.649 -.15(ve v)-.25 H 1.349(alues are)
+-.1 F(treated as zero.)144 204 Q F2(con)108 216 Q -.1(ve)-.4 G
+(rt\255meta \(On\)).1 E F1 .534(If set to)144 228 R F2(On)3.034 E F1(,)A
+F2 -.18(re)3.034 G(adline).18 E F1 .535(will con)3.034 F -.15(ve)-.4 G
+.535(rt characters it reads that ha).15 F .835 -.15(ve t)-.2 H .535
+(he eighth bit set to an ASCII k).15 F -.15(ey)-.1 G .475(sequence by c\
+learing the eighth bit and pre\214xing it with an escape character \(co\
+n)144 240 R -.15(ve)-.4 G .475(rting the char).15 F(-)-.2 E .617
+(acter to ha)144 252 R .917 -.15(ve t)-.2 H .617(he meta pre\214x\).).15
+F .617(The def)5.617 F .617(ault is)-.1 F F0(On)3.117 E F1 3.117(,b)C
+(ut)-3.317 E F2 -.18(re)3.117 G(adline).18 E F1 .617(will set it to)
+3.117 F F0(Of)3.117 E(f)-.18 E F1 .617(if the locale con-)3.117 F .957(\
+tains characters whose encodings may include bytes with the eighth bit \
+set.)144 264 R .957(This v)5.957 F .957(ariable is de-)-.25 F .37
+(pendent on the)144 276 R F2(LC_CTYPE)2.87 E F1 .371(locale cate)2.87 F
+(gory)-.15 E 2.871(,a)-.65 G .371(nd may change if the locale changes.)
+-2.871 F .371(This v)5.371 F(ariable)-.25 E(also af)144 288 Q(fects k)
+-.25 E .3 -.15(ey b)-.1 H(indings; see the description of).15 E F2 -.25
+(fo)2.5 G -.18(rc).25 G(e\255meta\255pr).18 E(e\214x)-.18 E F1(belo)2.5
+E -.65(w.)-.25 G F2(disable\255completion \(Off\))108 300 Q F1 .906
+(If set to)144 312 R F2(On)3.406 E F1(,)A F2 -.18(re)3.406 G(adline).18
+E F1 .906(will inhibit w)3.406 F .906(ord completion.)-.1 F .905
+(Completion characters will be inserted into)5.906 F(the line as if the)
+144 324 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F2(self-insert)2.5 E F1
+(.)A F2(echo\255contr)108 336 Q(ol\255characters \(On\))-.18 E F1 1.036
+(When set to)144 348 R F2(On)3.536 E F1 3.536(,o)C 3.536(no)-3.536 G
+1.037(perating systems that indicate the)-3.536 F 3.537(ys)-.15 G 1.037
+(upport it,)-3.537 F F2 -.18(re)3.537 G(adline).18 E F1 1.037
+(echoes a character)3.537 F
+(corresponding to a signal generated from the k)144 360 Q -.15(ey)-.1 G
+(board.).15 E F2(editing\255mode \(emacs\))108 372 Q F1 .014
+(Controls whether)144 384 R F2 -.18(re)2.514 G(adline).18 E F1 .013
+(uses a set of k)2.513 F .313 -.15(ey b)-.1 H .013(indings similar to)
+.15 F F0(Emacs)2.513 E F1(or)2.513 E F0(vi)2.513 E F1(.)A F2
+(editing\255mode)5.013 E F1 .013(can be)2.513 F(set to either)144 396 Q
+F2(emacs)2.5 E F1(or)2.5 E F2(vi)2.5 E F1(.)A F2
+(emacs\255mode\255string \(@\))108 408 Q F1 .517(If the)144 420 R F0
+(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F1 -.25(va)3.017 G .518
+(riable is enabled, this string is displayed immediately before the).25
+F .622(last line of the primary prompt when emacs editing mode is acti)
+144 432 R -.15(ve)-.25 G 5.622(.T).15 G .622(he v)-5.622 F .621
+(alue is e)-.25 F .621(xpanded lik)-.15 F 3.121(ea)-.1 G -.1(ke)144 444
+S 3.117(yb)-.05 G .617
+(inding, so the standard set of meta- and control- pre\214x)-3.117 F
+.618(es and backslash escape sequences is)-.15 F -.2(av)144 456 S 2.577
+(ailable. The)-.05 F .077(\\1 and \\2 escapes be)2.577 F .076
+(gin and end sequences of non-printing characters, which can be)-.15 F
+(used to embed a terminal control sequence into the mode string.)144 468
+Q F2(enable\255acti)108 480 Q -.1(ve)-.1 G<ad72>.1 E(egion \(On\))-.18 E
+F1 .621(When this v)144 492 R .621(ariable is set to)-.25 F F0(On)3.121
+E F1(,)A F2 -.18(re)3.121 G(adline).18 E F1(allo)3.121 E .621
+(ws certain commands to designate the re)-.25 F .622(gion as)-.15 F F0
+(ac-)3.122 E(tive)144 504 Q F1 5.083(.W)C .083(hen the re)-5.083 F .083
+(gion is acti)-.15 F -.15(ve)-.25 G(,).15 E F2 -.18(re)2.583 G(adline)
+.18 E F1 .083(highlights the te)2.583 F .083(xt in the re)-.15 F .083
+(gion using the v)-.15 F .082(alue of the)-.25 F F2(ac-)2.582 E(ti)144
+516 Q -.1(ve)-.1 G<ad72>.1 E(egion\255start\255color)-.18 E F1 3.432(,w)
+C .932(hich def)-3.432 F .933
+(aults to the string that enables the terminal')-.1 F 3.433(ss)-.55 G
+.933(tandout mode.)-3.433 F .033(The acti)144 528 R .333 -.15(ve r)-.25
+H -.15(eg).15 G .033(ion sho).15 F .033(ws the te)-.25 F .033
+(xt inserted by brack)-.15 F .033(eted-paste and an)-.1 F 2.532(ym)-.15
+G .032(atching te)-2.532 F .032(xt found by incre-)-.15 F
+(mental and non-incremental history searches.)144 540 Q F2
+(enable\255brack)108 552 Q(eted\255paste \(On\))-.1 E F1 .687
+(When set to)144 564 R F2(On)3.187 E F1(,)A F2 -.18(re)3.187 G(adline)
+.18 E F1 .687
+(con\214gures the terminal to insert each paste into the editing b)3.187
+F(uf)-.2 E .687(fer as a)-.25 F .799(single string of characters, inste\
+ad of treating each character as if it had been read from the k)144 576
+R -.15(ey)-.1 G(-).15 E 2.624(board. This)144 588 R .124(is called)2.624
+F F0(br)2.624 E(ac)-.15 E -.1(ke)-.2 G .124(ted\255paste mode).1 F F1
+2.625(;i)C 2.625(tp)-2.625 G(re)-2.625 E -.15(ve)-.25 G(nts).15 E F2
+-.18(re)2.625 G(adline).18 E F1 .125(from e)2.625 F -.15(xe)-.15 G .125
+(cuting an).15 F 2.625(ye)-.15 G .125(diting com-)-2.625 F
+(mands bound to k)144 600 Q .3 -.15(ey s)-.1 H
+(equences appearing in the pasted te).15 E(xt.)-.15 E F2(enable\255k)108
+612 Q(eypad \(Off\))-.1 E F1 .74(When set to)144 624 R F2(On)3.24 E F1
+(,)A F2 -.18(re)3.24 G(adline).18 E F1 .739
+(will try to enable the application k)3.24 F -.15(ey)-.1 G .739
+(pad when it is called.).15 F .739(Some sys-)5.739 F
+(tems need this to enable the arro)144 636 Q 2.5(wk)-.25 G -.15(ey)-2.6
+G(s.).15 E F2(enable\255meta\255k)108 648 Q(ey \(On\))-.1 E F1 .339
+(When set to)144 660 R F2(On)2.839 E F1(,)A F2 -.18(re)2.839 G(adline)
+.18 E F1 .339(will try to enable an)2.839 F 2.839(ym)-.15 G .34
+(eta modi\214er k)-2.839 F .64 -.15(ey t)-.1 H .34
+(he terminal claims to support.).15 F .577(On man)144 672 R 3.077(yt)
+-.15 G .577(erminals, the Meta k)-3.077 F .876 -.15(ey i)-.1 H 3.076(su)
+.15 G .576(sed to send eight-bit characters; this v)-3.076 F .576
+(ariable checks for the)-.25 F .867(terminal capability that indicates \
+the terminal can enable and disable a mode that sets the eighth)144 684
+R .363(bit of a character \(0200\) if the Meta k)144 696 R .663 -.15
+(ey i)-.1 H 2.863(sh).15 G .363(eld do)-2.863 F .363
+(wn when the character is typed \(a meta charac-)-.25 F(ter\).)144 708 Q
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(48)190.395 E 0 Cg EP
+%%Page: 49 49
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(and)144 84 Q F0(C\255J)2.5 E F1
-(will terminate an incremental search.)2.5 E/F2 10/Times-Bold@0 SF -.1
-(ke)108 96 S(ymap \(emacs\)).1 E F1 2.02(Set the current readline k)144
-108 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 F0 2.021
-(emacs, emacs\255standar)4.521 F(d,)-.37 E .042
-(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 120 R F1 2.542(,a)C
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(expand\255tilde \(Off\))108
+84 Q F1(If set to)144 96 Q F2(On)2.5 E F1(,)A F2 -.18(re)2.5 G(adline)
+.18 E F1(performs tilde e)2.5 E(xpansion when it attempts w)-.15 E
+(ord completion.)-.1 E F2 -.25(fo)108 108 S -.18(rc).25 G
+(e\255meta\255pr).18 E(e\214x \(Off\))-.18 E F1 .481(If set to)144 120 R
+F2(On)2.981 E F1(,)A F2 -.18(re)2.981 G(adline).18 E F1 .481
+(modi\214es its beha)2.981 F .481(vior when binding k)-.2 F .782 -.15
+(ey s)-.1 H .482(equences containing \\M- or Meta-).15 F(\(see)144 132 Q
+F2 -.25(Ke)2.785 G 2.785(yB).25 G(indings)-2.785 E F1(abo)2.784 E -.15
+(ve)-.15 G 2.784(\)b).15 G 2.784(yc)-2.784 G(on)-2.784 E -.15(ve)-.4 G
+.284(rting a k).15 F .584 -.15(ey s)-.1 H .284
+(equence of the form \\M\255).15 F F0(C)A F1 .284(or Meta\255)2.784 F F0
+(C)A F1 .284(to the tw)2.784 F(o-)-.1 E .78(character sequence)144 144 R
+F2(ESC)3.28 E F0(C)3.28 E F1 .78(\(adding the meta pre\214x\).)3.28 F
+(If)5.78 E F2 -.25(fo)3.28 G -.18(rc).25 G(e\255meta\255pr).18 E(e\214x)
+-.18 E F1 .78(is set to)3.28 F F2(Off)3.28 E F1 .78(\(the de-)3.28 F -.1
+(fa)144 156 S(ult\),).1 E F2 -.18(re)2.917 G(adline).18 E F1 .417
+(uses the v)2.917 F .417(alue of the)-.25 F F2(con)2.916 E -.1(ve)-.4 G
+(rt\255meta).1 E F1 -.25(va)2.916 G .416
+(riable to determine whether to perform this).25 F(con)144 168 Q -.15
+(ve)-.4 G .095(rsion: if).15 F F2(con)2.595 E -.1(ve)-.4 G(rt\255meta).1
+E F1(is)2.595 E F2(On)2.595 E F1(,)A F2 -.18(re)2.595 G(adline).18 E F1
+.095(performs the con)2.595 F -.15(ve)-.4 G .095(rsion described abo).15
+F -.15(ve)-.15 G 2.595(;i).15 G 2.595(fi)-2.595 G 2.595(ti)-2.595 G(s)
+-2.595 E F2(Off)2.595 E F1(,)A F2 -.18(re)144 180 S(adline).18 E F1(con)
+2.5 E -.15(ve)-.4 G(rts).15 E F0(C)2.5 E F1
+(to a meta character by setting the eighth bit \(0200\).)2.5 E F2
+(history\255pr)108 192 Q(eser)-.18 E -.1(ve)-.1 G(\255point \(Off\)).1 E
+F1 .553(If set to)144 204 R F2(On)3.052 E F1 3.052(,t)C .552(he history\
+ code attempts to place point at the same location on each history line\
+ re-)-3.052 F(trie)144 216 Q -.15(ve)-.25 G 2.5(dw).15 G(ith)-2.5 E F2
+(pr)2.5 E -.15(ev)-.18 G(ious-history).15 E F1(or)2.5 E F2(next-history)
+2.5 E F1(.)A F2(history\255size \(unset\))108 228 Q F1 .948
+(Set the maximum number of history entries sa)144 240 R -.15(ve)-.2 G
+3.448(di).15 G 3.448(nt)-3.448 G .948(he history list.)-3.448 F .949
+(If set to zero, an)5.948 F 3.449(ye)-.15 G(xisting)-3.599 E .483
+(history entries are deleted and no ne)144 252 R 2.983(we)-.25 G .483
+(ntries are sa)-2.983 F -.15(ve)-.2 G 2.983(d. If).15 F .482(set to a v)
+2.983 F .482(alue less than zero, the num-)-.25 F .228
+(ber of history entries is not limited.)144 264 R .229(By def)5.229 F
+(ault,)-.1 E F2(bash)2.729 E F1 .229
+(sets the the maximum number of history en-)2.729 F 1.192
+(tries to the v)144 276 R 1.192(alue of the)-.25 F F2(HISTSIZE)3.692 E
+F1 1.191(shell v)3.691 F 3.691(ariable. Setting)-.25 F F0
+(history\255size)3.691 E F1 1.191(to a non-numeric v)3.691 F(alue)-.25 E
+(will set the maximum number of history entries to 500.)144 288 Q F2
+(horizontal\255scr)108 300 Q(oll\255mode \(Off\))-.18 E F1 .848
+(Setting this v)144 312 R .848(ariable to)-.25 F F2(On)3.348 E F1(mak)
+3.349 E(es)-.1 E F2 -.18(re)3.349 G(adline).18 E F1 .849
+(use a single line for display)3.349 F 3.349(,s)-.65 G .849
+(crolling the input hori-)-3.349 F .068(zontally on a single screen lin\
+e when it becomes longer than the screen width rather than wrapping)144
+324 R(to a ne)144 336 Q 2.5(wl)-.25 G 2.5(ine. This)-2.5 F
+(setting is automatically enabled for terminals of height 1.)2.5 E F2
+(input\255meta \(Off\))108 348 Q F1 .236(If set to)144 360 R F2(On)2.736
+E F1(,)A F2 -.18(re)2.736 G(adline).18 E F1 .237(will enable eight-bit \
+input \(that is, it will not clear the eighth bit in the char)2.736 F(-)
+-.2 E .196(acters it reads\), re)144 372 R -.05(ga)-.15 G .195
+(rdless of what the terminal claims it can support.).05 F .195(The def)
+5.195 F .195(ault is)-.1 F F0(Of)2.695 E(f)-.18 E F1 2.695(,b)C(ut)
+-2.895 E F2 -.18(re)2.695 G(ad-).18 E(line)144 384 Q F1 .339
+(will set it to)2.839 F F0(On)2.839 E F1 .34(if the locale contains cha\
+racters whose encodings may include bytes with the)2.839 F .786
+(eighth bit set.)144 396 R .786(This v)5.786 F .786
+(ariable is dependent on the)-.25 F F2(LC_CTYPE)3.286 E F1 .786
+(locale cate)3.286 F(gory)-.15 E 3.286(,a)-.65 G .786(nd its v)-3.286 F
+.786(alue may)-.25 F(change if the locale changes.)144 408 Q(The name)5
+E F2(meta\255\215ag)2.5 E F1(is a synon)2.5 E(ym for)-.15 E F2
+(input\255meta)2.5 E F1(.)A F2(isear)108 420 Q(ch\255terminators \()-.18
+E F1<99>A F2(C\255[C\255J)A F1<9a>A F2(\))A F1 .439(The string of chara\
+cters that should terminate an incremental search without subsequently \
+e)144 432 R -.15(xe)-.15 G(cut-).15 E .935
+(ing the character as a command.)144 444 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 F0(ESC)3.434 E F1(and)144 456 Q F0
+(C\255J)2.5 E F1(will terminate an incremental search.)2.5 E F2 -.1(ke)
+108 468 S(ymap \(emacs\)).1 E F1 1.82(Set the current)144 480 R F2 -.18
+(re)4.32 G(adline).18 E F1 -.1(ke)4.32 G 4.32(ymap. The)-.05 F 1.82
+(set of v)4.32 F 1.82(alid k)-.25 F -.15(ey)-.1 G 1.82(map names is).15
+F F0 1.82(emacs, emacs\255standar)4.32 F(d,)-.37 E .042
+(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 492 R F1 2.542(,a)C
 (nd)-2.542 E F0(vi\255insert)2.832 E F1(.).68 E F0(vi)5.042 E F1 .042
 (is equi)2.542 F -.25(va)-.25 G .042(lent to).25 F F0(vi\255command)
-2.541 E F1(;)A F0(emacs)2.541 E F1 .448(is equi)144 132 R -.25(va)-.25 G
-.448(lent to).25 F F0(emacs\255standar)2.948 E(d)-.37 E F1 5.448(.T)C
-.448(he def)-5.448 F .448(ault v)-.1 F .449(alue is)-.25 F F0(emacs)
-3.139 E F1 2.949(;t).27 G .449(he v)-2.949 F .449(alue of)-.25 F F2
-(editing\255mode)2.949 E F1 .449(also af-)2.949 F(fects the def)144 144
-Q(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F2 -.1(ke)108 156 S
-(yseq\255timeout \(500\)).1 E F1 .368(Speci\214es the duration)144 168 R
-F0 -.37(re)2.867 G(adline).37 E F1 .367(will w)2.867 F .367
-(ait for a character when reading an ambiguous k)-.1 F .667 -.15(ey s)
--.1 H(equence).15 E .524(\(one that can form a complete k)144 180 R .824
+2.541 E F1(;)A F0(emacs)2.541 E F1 .481(is equi)144 504 R -.25(va)-.25 G
+.481(lent to).25 F F0(emacs\255standar)2.981 E(d)-.37 E F1 5.481(.T)C
+.481(he def)-5.481 F .481(ault v)-.1 F .481(alue is)-.25 F F0(emacs)
+2.981 E F1 2.982(;t)C .482(he v)-2.982 F .482(alue of)-.25 F F2
+(editing\255mode)2.982 E F1 .482(also af-)2.982 F(fects the def)144 516
+Q(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F2 -.1(ke)108 528 S
+(yseq\255timeout \(500\)).1 E F1 .235(Speci\214es the duration)144 540 R
+F2 -.18(re)2.735 G(adline).18 E F1 .234(will w)2.735 F .234
+(ait for a character when reading an ambiguous k)-.1 F .534 -.15(ey s)
+-.1 H(equence).15 E .524(\(one that can form a complete k)144 552 R .824
 -.15(ey s)-.1 H .524(equence using the input read so f).15 F(ar)-.1 E
 3.025(,o)-.4 G 3.025(rc)-3.025 G .525(an tak)-3.025 F 3.025(ea)-.1 G
-.525(dditional in-)-3.025 F .807(put to complete a longer k)144 192 R
-1.106 -.15(ey s)-.1 H 3.306(equence\). If).15 F .806(no input is recei)
-3.306 F -.15(ve)-.25 G 3.306(dw).15 G .806(ithin the timeout,)-3.306 F
-F0 -.37(re)3.306 G(adline).37 E F1(will)3.306 E .906(use the shorter b)
-144 204 R .907(ut complete k)-.2 F 1.207 -.15(ey s)-.1 H 3.407
-(equence. The).15 F -.25(va)3.407 G .907
-(lue is speci\214ed in milliseconds, so a v).25 F .907(alue of)-.25 F
-.05(1000 means that)144 216 R F0 -.37(re)2.55 G(adline).37 E F1 .05
-(will w)2.55 F .05(ait one second for additional input.)-.1 F .05
-(If this v)5.05 F .05(ariable is set to a v)-.25 F(alue)-.25 E .051
-(less than or equal to zero, or to a non-numeric v)144 228 R(alue,)-.25
-E F0 -.37(re)2.551 G(adline).37 E F1 .051(will w)2.551 F .051
-(ait until another k)-.1 F .352 -.15(ey i)-.1 H 2.552(sp).15 G(ressed)
--2.552 E(to decide which k)144 240 Q .3 -.15(ey s)-.1 H
-(equence to complete.).15 E F2(mark\255dir)108 252 Q(ectories \(On\))
--.18 E F1(If set to)144 264 Q F2(On)2.5 E F1 2.5(,c)C
+.525(dditional in-)-3.025 F .18(put to complete a longer k)144 564 R .48
+-.15(ey s)-.1 H 2.679(equence\). If).15 F F2 -.18(re)2.679 G(adline).18
+E F1 .179(does not recei)2.679 F .479 -.15(ve a)-.25 H .479 -.15(ny i)
+.15 H .179(nput within the timeout,).15 F 1.445
+(it will use the shorter b)144 576 R 1.445(ut complete k)-.2 F 1.746
+-.15(ey s)-.1 H 3.946(equence. The).15 F -.25(va)3.946 G 1.446
+(lue is speci\214ed in milliseconds, so a).25 F -.25(va)144 588 S .32
+(lue of 1000 means that).25 F F2 -.18(re)2.82 G(adline).18 E F1 .32
+(will w)2.82 F .319(ait one second for additional input.)-.1 F .319
+(If this v)5.319 F .319(ariable is set)-.25 F .904(to a v)144 600 R .904
+(alue less than or equal to zero, or to a non-numeric v)-.25 F(alue,)
+-.25 E F2 -.18(re)3.405 G(adline).18 E F1 .905(will w)3.405 F .905
+(ait until another)-.1 F -.1(ke)144 612 S 2.5(yi)-.05 G 2.5(sp)-2.5 G
+(ressed to decide which k)-2.5 E .3 -.15(ey s)-.1 H
+(equence to complete.).15 E F2(mark\255dir)108 624 Q(ectories \(On\))
+-.18 E F1(If set to)144 636 Q F2(On)2.5 E F1 2.5(,c)C
 (ompleted directory names ha)-2.5 E .3 -.15(ve a s)-.2 H(lash appended.)
-.15 E F2(mark\255modi\214ed\255lines \(Off\))108 276 Q F1(If set to)144
-288 Q F2(On)2.5 E F1 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 F2
-(*)A F1(\).)A F2(mark\255symlink)108 300 Q(ed\255dir)-.1 E
-(ectories \(Off\))-.18 E F1 .175(If set to)144 312 R F2(On)2.675 E F1
-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 324
-Q(alue of)-.25 E F2(mark\255dir)2.5 E(ectories)-.18 E F1(\).)A F2
-(match\255hidden\255\214les \(On\))108 336 Q F1 .012(This v)144 348 R
-.013(ariable, when set to)-.25 F F2(On)2.513 E F1 2.513(,f)C .013
-(orces readline to match \214les whose names be)-2.513 F .013
-(gin with a \231.)-.15 F 5.013<9a28>-.7 G(hidden)-5.013 E .127
-(\214les\) when performing \214lename completion.)144 360 R .127
-(If set to)5.127 F F2(Off)2.627 E F1 2.627(,t)C .127
-(he user must include the leading \231.)-2.627 F 5.126<9a69>-.7 G(n)
--5.126 E(the \214lename to be completed.)144 372 Q F2
-(menu\255complete\255display\255pr)108 384 Q(e\214x \(Off\))-.18 E F1
-1.585(If set to)144 396 R F2(On)4.085 E F1 4.085(,m)C 1.585(enu complet\
+.15 E F2(mark\255modi\214ed\255lines \(Off\))108 648 Q F1(If set to)144
+660 Q F2(On)2.5 E F1(,)A F2 -.18(re)2.5 G(adline).18 E F1
+(displays history lines that ha)2.5 E .3 -.15(ve b)-.2 H
+(een modi\214ed with a preceding asterisk \().15 E F2(*)A F1(\).)A F2
+(mark\255symlink)108 672 Q(ed\255dir)-.1 E(ectories \(Off\))-.18 E F1
+.227(If set to)144 684 R F2(On)2.727 E F1 2.727(,c)C .227
+(ompleted names which are symbolic links to directories ha)-2.727 F .527
+-.15(ve a s)-.2 H .226(lash appended, sub-).15 F(ject to the v)144 696 Q
+(alue of)-.25 E F2(mark\255dir)2.5 E(ectories)-.18 E F1(.)A
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(49)190.395 E 0 Cg EP
+%%Page: 50 50
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF
+(match\255hidden\255\214les \(On\))108 84 Q F1 .512(This v)144 96 R .513
+(ariable, when set to)-.25 F F2(On)3.013 E F1 3.013(,f)C(orces)-3.013 E
+F2 -.18(re)3.013 G(adline).18 E F1 .513(to match \214les whose names be)
+3.013 F .513(gin with a \231.)-.15 F 5.513<9a28>-.7 G(hid-)-5.513 E .737
+(den \214les\) when performing \214lename completion.)144 108 R .737
+(If set to)5.737 F F2(Off)3.237 E F1 3.237(,t)C .736
+(he user must include the leading)-3.237 F<992e>144 120 Q 5<9a69>-.7 G
+2.5(nt)-5 G(he \214lename to be completed.)-2.5 E F2
+(menu\255complete\255display\255pr)108 132 Q(e\214x \(Off\))-.18 E F1
+1.585(If set to)144 144 R F2(On)4.085 E F1 4.085(,m)C 1.585(enu complet\
 ion displays the common pre\214x of the list of possible completions)
--4.085 F(\(which may be empty\) before c)144 408 Q
-(ycling through the list.)-.15 E F2(output\255meta \(Off\))108 420 Q F1
-.507(If set to)144 432 R F2(On)3.007 E F1 3.007(,r)C .507(eadline will \
-display characters with the eighth bit set directly rather than as a me\
-ta-)-3.007 F(pre\214x)144 444 Q .884(ed escape sequence.)-.15 F .884
-(The def)5.884 F .884(ault is)-.1 F F0(Of)3.384 E(f)-.18 E F1 3.384(,b)C
-.884(ut readline will set it to)-3.584 F F0(On)3.384 E F1 .885
-(if the locale contains)3.384 F 1.867(eight-bit characters.)144 456 R
-1.867(This v)6.867 F 1.867(ariable is dependent on the)-.25 F F2
-(LC_CTYPE)4.367 E F1 1.866(locale cate)4.366 F(gory)-.15 E 4.366(,a)-.65
-G 1.866(nd may)-4.366 F(change if the locale is changed.)144 468 Q F2
-(page\255completions \(On\))108 480 Q F1 .808(If set to)144 492 R F2(On)
-3.308 E F1 3.308(,r)C .808(eadline uses an internal)-3.308 F F0(mor)
-3.308 E(e)-.37 E F1(-lik)A 3.308(ep)-.1 G .808
-(ager to display a screenful of possible comple-)-3.308 F
-(tions at a time.)144 504 Q F2
-(print\255completions\255horizontally \(Off\))108 516 Q F1 .228
-(If set to)144 528 R F2(On)2.727 E F1 2.727(,r)C .227(eadline will disp\
-lay completions with matches sorted horizontally in alphabetical or)
--2.727 F(-)-.2 E(der)144 540 Q 2.5(,r)-.4 G(ather than do)-2.5 E
-(wn the screen.)-.25 E F2 -2.29 -.18(re v)108 552 T
-(ert\255all\255at\255newline \(Off\)).08 E F1 .698(If set to)144 564 R
-F2(On)3.198 E F1 3.198(,r)C .699
-(eadline will undo all changes to history lines before returning when)
--3.198 F F2(accept\255line)3.199 E F1(is)3.199 E -.15(exe)144 576 S
-2.686(cuted. By).15 F(def)2.686 E .186
-(ault, history lines may be modi\214ed and retain indi)-.1 F .186
-(vidual undo lists across calls to)-.25 F F2 -.18(re)144 588 S(adline)
-.18 E F1(.)A F2(sear)108 600 Q(ch\255ignor)-.18 E(e\255case \(Off\))-.18
-E F1 .289(If set to)144 612 R F2(On)2.789 E F1 2.789(,r)C .289(eadline \
-performs incremental and non-incremental history list searches in a cas\
-e\255in-)-2.789 F(sensiti)144 624 Q .3 -.15(ve f)-.25 H(ashion.).05 E F2
-(sho)108 636 Q(w\255all\255if\255ambiguous \(Off\))-.1 E F1 .304
-(This alters the def)144 648 R .304(ault beha)-.1 F .304
-(vior of the completion functions.)-.2 F .304(If set to)5.304 F F2(On)
-2.804 E F1 2.803(,w)C .303(ords which ha)-2.903 F .603 -.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 660 R(bell.)144 672 Q F2
-(sho)108 684 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F1 5.346
-(This alters the def)144 696 R 5.346(ault beha)-.1 F 5.345
+-4.085 F(\(which may be empty\) before c)144 156 Q
+(ycling through the list.)-.15 E F2(output\255meta \(Off\))108 168 Q F1
+.362(If set to)144 180 R F2(On)2.862 E F1(,)A F2 -.18(re)2.862 G(adline)
+.18 E F1 .362(will display characters with the eighth bit set directly \
+rather than as a meta-)2.862 F(pre\214x)144 192 Q .73
+(ed escape sequence.)-.15 F .73(The def)5.73 F .73(ault is)-.1 F F0(Of)
+3.23 E(f)-.18 E F1 3.23(,b)C(ut)-3.43 E F2 -.18(re)3.231 G(adline).18 E
+F1 .731(will set it to)3.231 F F0(On)3.231 E F1 .731
+(if the locale contains)3.231 F .53
+(characters whose encodings may include bytes with the eighth bit set.)
+144 204 R .53(This v)5.53 F .53(ariable is dependent)-.25 F(on the)144
+216 Q F2(LC_CTYPE)2.5 E F1(locale cate)2.5 E(gory)-.15 E 2.5(,a)-.65 G
+(nd its v)-2.5 E(alue may change if the locale changes.)-.25 E F2
+(page\255completions \(On\))108 228 Q F1 .645(If set to)144 240 R F2(On)
+3.145 E F1(,)A F2 -.18(re)3.145 G(adline).18 E F1 .645(uses an internal)
+3.145 F F0(mor)3.145 E(e)-.37 E F1(-lik)A 3.145(ep)-.1 G .645
+(ager to display a screenful of possible comple-)-3.145 F
+(tions at a time.)144 252 Q F2(pr)108 264 Q(efer\255visible\255bell)-.18
+E F1(See)144 276 Q F2(bell\255style)2.5 E F1(.)A F2
+(print\255completions\255horizontally \(Off\))108 288 Q F1 .041
+(If set to)144 300 R F2(On)2.541 E F1(,)A F2 -.18(re)2.541 G(adline).18
+E F1 .041(will display completions with matches sorted horizontally in \
+alphabetical or)2.541 F(-)-.2 E(der)144 312 Q 2.5(,r)-.4 G
+(ather than do)-2.5 E(wn the screen.)-.25 E F2 -2.29 -.18(re v)108 324 T
+(ert\255all\255at\255newline \(Off\)).08 E F1 .772(If set to)144 336 R
+F2(On)3.272 E F1(,)A F2 -.18(re)3.272 G(adline).18 E F1 .773
+(will undo all changes to history lines before returning when e)3.272 F
+-.15(xe)-.15 G(cuting).15 E F2(ac-)3.273 E(cept\255line)144 348 Q F1
+5.663(.B)C 3.163(yd)-5.663 G(ef)-3.163 E .663
+(ault, history lines may be modi\214ed and retain indi)-.1 F .663
+(vidual undo lists across calls)-.25 F(to)144 360 Q F2 -.18(re)2.5 G
+(adline).18 E F1(.)A F2(sear)108 372 Q(ch\255ignor)-.18 E
+(e\255case \(Off\))-.18 E F1 .102(If set to)144 384 R F2(On)2.603 E F1
+(,)A F2 -.18(re)2.603 G(adline).18 E F1 .103(performs incremental and n\
+on-incremental history list searches in a case\255in-)2.603 F(sensiti)
+144 396 Q .3 -.15(ve f)-.25 H(ashion.).05 E F2(sho)108 408 Q
+(w\255all\255if\255ambiguous \(Off\))-.1 E F1 .304(This alters the def)
+144 420 R .304(ault beha)-.1 F .304(vior of the completion functions.)
+-.2 F .304(If set to)5.304 F F2(On)2.804 E F1 2.803(,w)C .303
+(ords which ha)-2.903 F .603 -.15(ve m)-.2 H(ore).15 E 1.264(than one p\
+ossible completion cause the matches to be listed immediately instead o\
+f ringing the)144 432 R(bell.)144 444 Q F2(sho)108 456 Q
+(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F1 5.346
+(This alters the def)144 468 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 F2(sho)144 708 Q(w\255all\255if\255ambiguous)-.1 E F1 6.69(.I)C
+-.1 F F2(sho)144 480 Q(w\255all\255if\255ambiguous)-.1 E F1 6.69(.I)C
 4.19(fs)-6.69 G 1.691(et to)-4.19 F F2(On)4.191 E F1 4.191(,w)C 1.691
 (ords which ha)-4.291 F 1.991 -.15(ve m)-.2 H 1.691
-(ore than one possible completion).15 F 1.04(without an)144 720 R 3.54
+(ore than one possible completion).15 F 1.04(without an)144 492 R 3.54
 (yp)-.15 G 1.039
 (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(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(47)193.45 E 0 Cg EP
-%%Page: 48 48
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(cause the matches to be listed immediately instead\
- of ringing the bell.)144 84 Q/F2 10/Times-Bold@0 SF(sho)108 96 Q
-(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F1 1.021(If set to)144
-108 R F2(On)3.521 E F1 3.521(,a)C 1.022(dd a string to the be)-3.521 F
-1.022(ginning of the prompt indicating the editing mode: emacs, vi)-.15
-F(command, or vi insertion.)144 120 Q(The mode strings are user)5 E
+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 504 Q F2
+(sho)108 516 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F1 1.021
+(If set to)144 528 R F2(On)3.521 E F1 3.521(,a)C 1.022
+(dd a string to the be)-3.521 F 1.022
+(ginning of the prompt indicating the editing mode: emacs, vi)-.15 F
+(command, or vi insertion.)144 540 Q(The mode strings are user)5 E
 (-settable \(e.g.,)-.2 E F0(emacs\255mode\255string)2.5 E F1(\).)A F2
-(skip\255completed\255text \(Off\))108 132 Q F1 .095(If set to)144 144 R
+(skip\255completed\255text \(Off\))108 552 Q F1 .095(If set to)144 564 R
 F2(On)2.595 E F1 2.595(,t)C .095(his alters the def)-2.595 F .095
 (ault completion beha)-.1 F .094
-(vior when inserting a single match into the line.)-.2 F(It')144 156 Q
-2.545(so)-.55 G .045(nly acti)-2.545 F .345 -.15(ve w)-.25 H .046
-(hen performing completion in the middle of a w).15 F 2.546(ord. If)-.1
-F .046(enabled, readline does not)2.546 F 1.394(insert characters from \
-the completion that match characters after point in the w)144 168 R
-1.394(ord being com-)-.1 F(pleted, so portions of the w)144 180 Q
-(ord follo)-.1 E(wing the cursor are not duplicated.)-.25 E F2
-(vi\255cmd\255mode\255string \(\(cmd\)\))108 192 Q F1 .517(If the)144
-204 R F0(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F1 -.25(va)3.017 G
+(vior when inserting a single match into the line.)-.2 F(It')144 576 Q
+3.393(so)-.55 G .893(nly acti)-3.393 F 1.193 -.15(ve w)-.25 H .893
+(hen performing completion in the middle of a w).15 F 3.394(ord. If)-.1
+F(enabled,)3.394 E F2 -.18(re)3.394 G(adline).18 E F1(does)3.394 E .283
+(not insert characters from the completion that match characters after \
+point in the w)144 588 R .282(ord being com-)-.1 F
+(pleted, so portions of the w)144 600 Q(ord follo)-.1 E
+(wing the cursor are not duplicated.)-.25 E F2
+(vi\255cmd\255mode\255string \(\(cmd\)\))108 612 Q F1 .517(If the)144
+624 R F0(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F1 -.25(va)3.017 G
 .518(riable is enabled, this string is displayed immediately before the)
 .25 F .475(last line of the primary prompt when vi editing mode is acti)
-144 216 R .775 -.15(ve a)-.25 H .475(nd in command mode.).15 F .475
-(The v)5.475 F(alue)-.25 E .33(is e)144 228 R .33(xpanded lik)-.15 F
-2.83(eak)-.1 G .63 -.15(ey b)-2.93 H .33
-(inding, so the standard set of meta- and control pre\214x).15 F .33
-(es and backslash es-)-.15 F .245(cape sequences is a)144 240 R -.25(va)
--.2 G 2.745(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.745 F
-.244(gin and end sequences of non-printing)-.15 F(characters, which can\
- be used to embed a terminal control sequence into the mode string.)144
-252 Q F2(vi\255ins\255mode\255string \(\(ins\)\))108 264 Q F1 .517
-(If the)144 276 R F0(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F1
+144 636 R .775 -.15(ve a)-.25 H .475(nd in command mode.).15 F .475
+(The v)5.475 F(alue)-.25 E .134(is e)144 648 R .134(xpanded lik)-.15 F
+2.634(eak)-.1 G .434 -.15(ey b)-2.734 H .134
+(inding, so the standard set of meta- and control- pre\214x).15 F .135
+(es and backslash es-)-.15 F .405(cape sequences is a)144 660 R -.25(va)
+-.2 G 2.905(ilable. The).25 F .405(\\1 and \\2 escapes be)2.905 F .404
+(gin and end sequences of non-printing char)-.15 F(-)-.2 E(acters, whic\
+h can be used to embed a terminal control sequence into the mode string\
+.)144 672 Q F2(vi\255ins\255mode\255string \(\(ins\)\))108 684 Q F1 .517
+(If the)144 696 R F0(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F1
 -.25(va)3.017 G .518
 (riable is enabled, this string is displayed immediately before the).25
 F .186(last line of the primary prompt when vi editing mode is acti)144
-288 R .486 -.15(ve a)-.25 H .186(nd in insertion mode.).15 F .186(The v)
-5.186 F .186(alue is)-.25 F -.15(ex)144 300 S .923(panded lik).15 F
-3.423(eak)-.1 G 1.223 -.15(ey b)-3.523 H .924
-(inding, so the standard set of meta- and control pre\214x).15 F .924
-(es and backslash es-)-.15 F .245(cape sequences is a)144 312 R -.25(va)
--.2 G 2.745(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.745 F
-.244(gin and end sequences of non-printing)-.15 F(characters, which can\
- be used to embed a terminal control sequence into the mode string.)144
-324 Q F2(visible\255stats \(Off\))108 336 Q F1 .846(If set to)144 348 R
-F2(On)3.346 E F1 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 F0(stat)3.346 E F1 .846
+708 R .486 -.15(ve a)-.25 H .186(nd in insertion mode.).15 F .186(The v)
+5.186 F .186(alue is)-.25 F -.15(ex)144 720 S 1.707(panded lik).15 F
+4.207(eak)-.1 G 2.007 -.15(ey b)-4.307 H 1.707
+(inding, so the standard set of meta- and control- pre\214x).15 F 1.708
+(es and backslash)-.15 F(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E
+(50)190.395 E 0 Cg EP
+%%Page: 51 51
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E 1.47(escape sequences is a)144 84 R -.25(va)-.2 G
+3.97(ilable. The).25 F 1.47(\\1 and \\2 escapes be)3.97 F 1.47
+(gin and end sequences of non-printing)-.15 F(characters, which can be \
+used to embed a terminal control sequence into the mode string.)144 96 Q
+/F2 10/Times-Bold@0 SF(visible\255stats \(Off\))108 108 Q F1 .846
+(If set to)144 120 R F2(On)3.346 E F1 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 F0(stat)3.346 E F1 .846
 (\(2\) is appended to the \214lename)B
-(when listing possible completions.)144 360 Q F2
-(Readline Conditional Constructs)87 376.8 Q F1 .05
-(Readline implements a f)108 388.8 R .05(acility similar in spirit to t\
-he conditional compilation features of the C preprocessor)-.1 F .096
-(which allo)108 400.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 .097
-(There are four parser)5.096 F(directi)108 412.8 Q -.15(ve)-.25 G 2.5
-(su).15 G(sed.)-2.5 E F2($if)108 429.6 Q F1(The)144 429.6 Q F2($if)2.963
-E F1 .463(construct allo)2.963 F .462(ws bindings to be made based on t\
-he editing mode, the terminal being used,)-.25 F .961
-(or the application using readline.)144 441.6 R .961(The te)5.961 F .961
-(xt of the test, after an)-.15 F 3.462(yc)-.15 G .962
-(omparison operator)-3.462 F 3.462(,e)-.4 G .962(xtends to)-3.612 F(the\
- end of the line; unless otherwise noted, no characters are required to\
- isolate it.)144 453.6 Q F2(mode)144 470.4 Q F1(The)180 470.4 Q F2
-(mode=)3.712 E F1 1.212(form of the)3.712 F F2($if)3.711 E F1(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 482.4 R .565(may be used in conjunction with the)3.065 F
-F2 .565(set k)3.065 F(eymap)-.1 E F1 .565(command, for instance, to)
-3.065 F .735(set bindings in the)180 494.4 R F0(emacs\255standar)3.235 E
-(d)-.37 E F1(and)3.235 E F0(emacs\255ctlx)3.235 E F1 -.1(ke)3.235 G .735
-(ymaps only if readline is starting)-.05 F(out in emacs mode.)180 506.4
-Q F2(term)144 523.2 Q F1(The)180 523.2 Q F2(term=)3.196 E F1 .696
+(when listing possible completions.)144 132 Q F2
+(Readline Conditional Constructs)87 148.8 Q(Readline)108 160.8 Q F1 .494
+(implements a f)2.994 F .494(acility similar in spirit to the condition\
+al compilation features of the C preproces-)-.1 F .774(sor which allo)
+108 172.8 R .774(ws k)-.25 F 1.074 -.15(ey b)-.1 H .774(indings and v)
+.15 F .775(ariable settings to be performed as the result of tests.)-.25
+F .775(There are four)5.775 F(parser directi)108 184.8 Q -.15(ve)-.25 G
+2.5(sa).15 G -.25(va)-2.7 G(ilable.).25 E F2($if)108 201.6 Q F1(The)144
+201.6 Q F2($if)2.963 E F1 .463(construct allo)2.963 F .462(ws bindings \
+to be made based on the editing mode, the terminal being used,)-.25 F
+.787(or the application using)144 213.6 R F2 -.18(re)3.287 G(adline).18
+E F1 5.787(.T)C .787(he te)-5.787 F .787(xt of the test, after an)-.15 F
+3.288(yc)-.15 G .788(omparison operator)-3.288 F 3.288(,e)-.4 G .788
+(xtends to)-3.438 F(the end of the line; unless otherwise noted, no cha\
+racters are required to isolate it.)144 225.6 Q F2(mode)144 242.4 Q F1
+(The)180 242.4 Q F2(mode=)3.558 E F1 1.058(form of the)3.558 F F2($if)
+3.558 E F1(directi)3.558 E 1.358 -.15(ve i)-.25 H 3.558(su).15 G 1.058
+(sed to test whether)-3.558 F F2 -.18(re)3.557 G(adline).18 E F1 1.057
+(is in emacs or vi)3.557 F 3.065(mode. This)180 254.4 R .565
+(may be used in conjunction with the)3.065 F F2 .565(set k)3.065 F
+(eymap)-.1 E F1 .565(command, for instance, to)3.065 F .518
+(set bindings in the)180 266.4 R F0(emacs\255standar)3.018 E(d)-.37 E F1
+(and)3.018 E F0(emacs\255ctlx)3.018 E F1 -.1(ke)3.017 G .517
+(ymaps only if)-.05 F F2 -.18(re)3.017 G(adline).18 E F1 .517
+(is starting)3.017 F(out in emacs mode.)180 278.4 Q F2(term)144 295.2 Q
+F1(The)180 295.2 Q F2(term=)3.196 E F1 .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 535.2 R
+(ey b)-.1 H .697(indings, perhaps to bind).15 F .654(the k)180 307.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 547.2 Q F2(=)3.231
+(wo)3.154 G .654(rd on the right side of).1 F(the)180 319.2 Q F2(=)3.231
 E F1 .731(is tested ag)3.231 F .732(ainst both the full name of the ter\
-minal and the portion of the terminal)-.05 F(name before the \214rst)180
-559.2 Q F2<ad>2.5 E F1 5(.T)C(his allo)-5 E(ws)-.25 E F0(sun)2.84 E F1
-(to match both)2.74 E F0(sun)2.84 E F1(and)2.74 E F0(sun\255cmd)2.84 E
-F1 2.5(,f).77 G(or instance.)-2.5 E F2 -.1(ve)144 576 S(rsion).1 E F1
-(The)180 588 Q F2 -.1(ve)3.109 G(rsion).1 E F1 .608
-(test may be used to perform comparisons ag)3.109 F .608
-(ainst speci\214c readline v)-.05 F(ersions.)-.15 E(The)180 600 Q F2 -.1
-(ve)2.771 G(rsion).1 E F1 -.15(ex)2.771 G .271
-(pands to the current readline v).15 F 2.772(ersion. The)-.15 F .272
-(set of comparison operators in-)2.772 F(cludes)180 612 Q F2(=)3.064 E
-F1 3.064(,\()C(and)-3.064 E F2(==)3.064 E F1(\),)A F2(!=)3.064 E F1(,)A
-F2(<=)3.064 E F1(,)A F2(>=)3.064 E F1(,)A F2(<)3.064 E F1 3.064(,a)C(nd)
--3.064 E F2(>)3.064 E F1 5.563(.T)C .563(he v)-5.563 F .563
+minal and the portion of the terminal)-.05 F .16
+(name before the \214rst)180 331.2 R F2<ad>2.66 E F1 5.159(.T)C .159
+(his allo)-5.159 F(ws)-.25 E F0(xterm)3.429 E F1 .159(to match both)
+2.979 F F0(xterm)3.429 E F1(and)2.979 E F0(xterm\255256color)3.429 E F1
+2.659(,f).73 G(or)-2.659 E(instance.)180 343.2 Q F2 -.1(ve)144 360 S
+(rsion).1 E F1(The)180 372 Q F2 -.1(ve)2.89 G(rsion).1 E F1 .391
+(test may be used to perform comparisons ag)2.89 F .391
+(ainst speci\214c)-.05 F F2 -.18(re)2.891 G(adline).18 E F1 -.15(ve)
+2.891 G(rsions.).15 E(The)180 384 Q F2 -.1(ve)2.571 G(rsion).1 E F1 -.15
+(ex)2.571 G .071(pands to the current).15 F F2 -.18(re)2.571 G(adline)
+.18 E F1 -.15(ve)2.571 G 2.571(rsion. The).15 F .07
+(set of comparison operators in-)2.571 F(cludes)180 396 Q F2(=)3.063 E
+F1 3.063(,\()C(and)-3.063 E F2(==)3.063 E F1(\),)A F2(!=)3.063 E F1(,)A
+F2(<=)3.063 E F1(,)A F2(>=)3.063 E F1(,)A F2(<)3.063 E F1 3.063(,a)C(nd)
+-3.063 E F2(>)3.064 E F1 5.564(.T)C .564(he v)-5.564 F .564
 (ersion number supplied on the right side)-.15 F .318
-(of the operator consists of a major v)180 624 R .318(ersion number)-.15
+(of the operator consists of a major v)180 408 R .318(ersion number)-.15
 F 2.818(,a)-.4 G 2.818(no)-2.818 G .318
-(ptional decimal point, and an op-)-2.818 F .101(tional minor v)180 636
-R .101(ersion \(e.g.,)-.15 F F2(7.1)2.601 E F1 .101(\). If the minor v)B
-.1(ersion is omitted, it is assumed to be)-.15 F F2(0)2.6 E F1 5.1(.T)C
-(he)-5.1 E .06(operator may be separated from the string)180 648 R F2
--.1(ve)2.56 G(rsion).1 E F1 .06(and from the v)2.56 F .06
-(ersion number ar)-.15 F(gument)-.18 E(by whitespace.)180 660 Q F0
-(application)144.33 676.8 Q F1(The)180 688.8 Q F0(application)3.226 E F1
-.726(construct is used to include application-speci\214c settings.)3.226
-F .726(Each program)5.726 F .114(using the readline library sets the)180
-700.8 R F0 .114(application name)2.614 F F1 2.614(,a)C .114
-(nd an initialization \214le can test for a)-2.614 F .501(particular v)
-180 712.8 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 724.8 R -.15(Fo)5.396 G 2.896(ri).15 G .396
+(ptional decimal point, and an op-)-2.818 F .46(tional minor v)180 420 R
+.46(ersion \(e.g.,)-.15 F F2(7.1)2.96 E F1 2.96(\). If)B .461
+(the minor v)2.96 F .461(ersion is omitted, it def)-.15 F .461(aults to)
+-.1 F F2(0)2.961 E F1 5.461(.T)C .461(he op-)-5.461 F .83
+(erator may be separated from the string)180 432 R F2 -.1(ve)3.329 G
+(rsion).1 E F1 .829(and from the v)3.329 F .829(ersion number ar)-.15 F
+(gument)-.18 E(by whitespace.)180 444 Q F0(application)144.33 460.8 Q F1
+(The)180 472.8 Q F0(application)3.226 E F1 .726
+(construct is used to include application-speci\214c settings.)3.226 F
+.726(Each program)5.726 F .432(using the)180 484.8 R F2 -.18(re)2.932 G
+(adline).18 E F1 .432(library sets the)2.932 F F0 .431(application name)
+2.932 F F1 2.931(,a)C .431(nd an initialization \214le can test for)
+-2.931 F 2.535(ap)180 496.8 S .035(articular v)-2.535 F 2.535
+(alue. This)-.25 F .036(could be used to bind k)2.535 F .336 -.15(ey s)
+-.1 H .036(equences to functions useful for a spe-).15 F .397
+(ci\214c program.)180 508.8 R -.15(Fo)5.397 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 .397(equence that quotes the).15 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(48)193.45 E 0 Cg EP
-%%Page: 49 49
+(ey s)-.1 H .396(equence that quotes the).15 F(current or pre)180 520.8
+Q(vious w)-.25 E(ord in)-.1 E F2(bash)2.5 E F1(:)A/F3 10/Courier-Bold@0
+SF($if)180 537.6 Q/F4 10/Courier@0 SF(Bash)6 E 6(#Q)180 549.6 S
+(uote the current or previous word)-6 E("\\C-xq": "\\eb\\"\\ef\\"")180
+561.6 Q F3($endif)180 573.6 Q F0(variable)144.29 590.4 Q F1(The)180
+602.4 Q F0(variable)3.539 E F1 1.039(construct pro)3.539 F 1.039
+(vides simple equality tests for)-.15 F F2 -.18(re)3.539 G(adline).18 E
+F1 -.25(va)3.539 G 1.039(riables and v).25 F(alues.)-.25 E .08
+(The permitted comparison operators are)180 614.4 R F0(=)2.579 E F1(,)A
+F0(==)2.579 E F1 2.579(,a)C(nd)-2.579 E F0(!=)2.579 E F1 5.079(.T)C .079
+(he v)-5.079 F .079(ariable name must be sepa-)-.25 F .98(rated from th\
+e comparison operator by whitespace; the operator may be separated from)
+180 626.4 R 1.588(the v)180 638.4 R 1.587
+(alue on the right hand side by whitespace.)-.25 F 1.587
+(String and boolean v)6.587 F 1.587(ariables may be)-.25 F 2.5
+(tested. Boolean)180 650.4 R -.25(va)2.5 G(riables must be tested ag).25
+E(ainst the v)-.05 E(alues)-.25 E F0(on)2.5 E F1(and)2.5 E F0(of)2.5 E
+(f)-.18 E F1(.)A F2($else)108 667.2 Q F1(Commands in this branch of the)
+144 667.2 Q F2($if)2.5 E F1(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 F2($endif)108 684 Q
+F1(This command, as seen in the pre)144 684 Q(vious e)-.25 E
+(xample, terminates an)-.15 E F2($if)2.5 E F1(command.)2.5 E F2
+($include)108 700.8 Q F1 .41(This directi)144 712.8 R .71 -.15(ve t)-.25
+H(ak).15 E .41(es a single \214lename as an ar)-.1 F .411
+(gument and reads commands and k)-.18 F .711 -.15(ey b)-.1 H .411
+(indings from).15 F(that \214le.)144 724.8 Q -.15(Fo)5 G 2.5(re).15 G
+(xample, the follo)-2.65 E(wing directi)-.25 E .3 -.15(ve w)-.25 H
+(ould read).05 E F0(/etc/inputr)4.166 E(c)-.37 E F1(:)1.666 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(51)190.395 E 0 Cg EP
+%%Page: 52 52
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(current or pre)180 84 Q(vious w)-.25 E(ord in)-.1 E
-/F2 10/Times-Bold@0 SF(bash)2.5 E F1(:)A/F3 10/Courier-Bold@0 SF($if)180
-100.8 Q/F4 10/Courier@0 SF(Bash)6 E 6(#Q)180 112.8 S
-(uote the current or previous word)-6 E("\\C-xq": "\\eb\\"\\ef\\"")180
-124.8 Q F3($endif)180 136.8 Q F0(variable)144.29 153.6 Q F1(The)180
-165.6 Q F0(variable)3.777 E F1 1.277(construct pro)3.777 F 1.276
-(vides simple equality tests for readline v)-.15 F 1.276(ariables and v)
--.25 F(alues.)-.25 E .079(The permitted comparison operators are)180
-177.6 R F0(=)2.579 E F1(,)A F0(==)2.579 E F1 2.579(,a)C(nd)-2.579 E F0
-(!=)2.579 E F1 5.079(.T)C .079(he v)-5.079 F .08
-(ariable name must be sepa-)-.25 F .98(rated from the comparison operat\
-or by whitespace; the operator may be separated from)180 189.6 R .129
-(the v)180 201.6 R .129(alue on the right hand side by whitespace.)-.25
-F .13(Both string and boolean v)5.129 F .13(ariables may be)-.25 F
-(tested. Boolean v)180 213.6 Q(ariables must be tested ag)-.25 E
-(ainst the v)-.05 E(alues)-.25 E F0(on)2.5 E F1(and)2.5 E F0(of)2.5 E(f)
--.18 E F1(.)A F2($endif)108 230.4 Q F1(This command, as seen in the pre)
-144 230.4 Q(vious e)-.25 E(xample, terminates an)-.15 E F2($if)2.5 E F1
-(command.)2.5 E F2($else)108 247.2 Q F1(Commands in this branch of the)
-144 247.2 Q F2($if)2.5 E F1(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 F2($include)108 264
-Q F1 .357(This directi)144 276 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 288 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3
--.15(ve w)-.25 H(ould read).05 E F0(/etc/inputr)2.5 E(c)-.37 E F1(:)A F2
-($include)144 304.8 Q F0(/etc/inputr)5.833 E(c)-.37 E F2(Sear)87 321.6 Q
-(ching)-.18 E F1 .834(Readline pro)108 333.6 R .834
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF($include)144 84 Q F0
+(/etc/inputr)5.833 E(c)-.37 E F2(Sear)87 100.8 Q(ching)-.18 E(Readline)
+108 112.8 Q F1(pro)3.163 E .663
 (vides commands for searching through the command history \(see)-.15 F
-/F5 9/Times-Bold@0 SF(HIST)3.335 E(OR)-.162 E(Y)-.315 E F1(belo)3.085 E
-.835(w\) for lines)-.25 F(containing a speci\214ed string.)108 345.6 Q
+/F3 9/Times-Bold@0 SF(HIST)3.163 E(OR)-.162 E(Y)-.315 E F1(belo)2.913 E
+.663(w\) for lines)-.25 F(containing a speci\214ed string.)108 124.8 Q
 (There are tw)5 E 2.5(os)-.1 G(earch modes:)-2.5 E F0(incr)2.51 E
 (emental)-.37 E F1(and)3.01 E F0(non-incr)2.86 E(emental)-.37 E F1(.).51
-E .698(Incremental searches be)108 362.4 R .698
+E .697(Incremental searches be)108 141.6 R .697
 (gin before the user has \214nished typing the search string.)-.15 F
-.697(As each character of the)5.697 F .112
-(search string is typed, readline displays the ne)108 374.4 R .112
-(xt entry from the history matching the string typed so f)-.15 F(ar)-.1
-E 5.113(.A)-.55 G(n)-5.113 E .542
-(incremental search requires only as man)108 386.4 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 398.4 R .224(alue of the)-.25 F F2(isear)
-2.724 E(ch-terminators)-.18 E F1 -.25(va)2.724 G .224
-(riable are used to terminate an incremental search.).25 F .66
-(If that v)108 410.4 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 .096(mental search.)108 422.4 R .096(Control-G will abort an incremen\
-tal search and restore the original line.)5.096 F .097
-(When the search is)5.097 F(terminated, the history entry containing th\
-e search string becomes the current line.)108 434.4 Q 2.939 -.8(To \214)
-108 451.2 T 1.339(nd other matching entries in the history list, type C\
-ontrol-S or Control-R as appropriate.).8 F 1.338(This will)6.338 F .674
-(search backw)108 463.2 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 475.2 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 .174(cute that command.).15 F -.15(Fo)5.174 G(r).15 E
-.54(instance, a)108 487.2 R F0(ne)3.04 E(wline)-.15 E F1 .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
-499.2 Q .653(Readline remembers the last incremental search string.)108
-516 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 528 Q 2.5(ws)-.25 G
-(earch string, readline uses an)-2.5 E 2.5(yr)-.15 G
-(emembered search string.)-2.5 E .567(Non-incremental searches read the\
- entire search string before starting to search for matching history li\
-nes.)108 544.8 R(The search string may be typed by the user or be part \
-of the contents of the current line.)108 556.8 Q F2
-(Readline Command Names)87 573.6 Q F1 1.392(The follo)108 585.6 R 1.391
+.698(As each character of the)5.698 F .979(search string is typed,)108
+153.6 R F2 -.18(re)3.479 G(adline).18 E F1 .978(displays the ne)3.478 F
+.978(xt entry from the history matching the string typed so f)-.15 F(ar)
+-.1 E(.)-.55 E .528(An incremental search requires only as man)108 165.6
+R 3.029(yc)-.15 G .529
+(haracters as needed to \214nd the desired history entry)-3.029 F 5.529
+(.W)-.65 G(hen)-5.529 E .517(using emacs editing mode, type)108 177.6 R
+F2(C\255r)3.017 E F1 .517(to search backw)3.017 F .517
+(ard in the history for a particular string.)-.1 F -.8(Ty)5.517 G(ping)
+.8 E F2(C\255s)3.017 E F1 .452(searches forw)108 189.6 R .452
+(ard through the history)-.1 F 5.452(.T)-.65 G .452
+(he characters present in the v)-5.452 F .452(alue of the)-.25 F F2
+(isear)2.953 E(ch-terminators)-.18 E F1 -.25(va)2.953 G(ri-).25 E .747
+(able are used to terminate an incremental search.)108 201.6 R .747
+(If that v)5.747 F .746(ariable has not been assigned a v)-.25 F(alue,)
+-.25 E F0(ESC)3.246 E F1(and)3.246 E F0(C\255J)108 213.6 Q F1 .961
+(will terminate an incremental search.)3.461 F F0(C\255g)5.961 E F1 .962
+(will abort an incremental search and restore the original)3.461 F 2.5
+(line. When)108 225.6 R(the search is terminated, the history entry con\
+taining the search string becomes the current line.)2.5 E 2.407 -.8
+(To \214)108 242.4 T .806
+(nd other matching entries in the history list, type).8 F F2(C\255r)
+3.306 E F1(or)3.306 E F2(C\255s)3.306 E F1 .806(as appropriate.)3.306 F
+.806(This will search back-)5.806 F -.1(wa)108 254.4 S .258(rd or forw)
+.1 F .258(ard in the history for the ne)-.1 F .258
+(xt entry matching the search string typed so f)-.15 F(ar)-.1 E 5.258
+(.A)-.55 G .558 -.15(ny o)-5.258 H .258(ther k).15 F .558 -.15(ey s)-.1
+H(e-).15 E .222(quence bound to a)108 266.4 R F2 -.18(re)2.722 G(adline)
+.18 E F1 .221(command will terminate the search and e)2.721 F -.15(xe)
+-.15 G .221(cute that command.).15 F -.15(Fo)5.221 G 2.721(ri).15 G .221
+(nstance, a)-2.721 F(ne)108 278.4 Q .337
+(wline will terminate the search and accept the line, thereby e)-.25 F
+-.15(xe)-.15 G .338(cuting the command from the history list.).15 F
+2.998(Am)108 290.4 S -.15(ove)-2.998 G .497
+(ment command will terminate the search, mak).15 F 2.997(et)-.1 G .497
+(he last line found the current line, and be)-2.997 F .497(gin edit-)
+-.15 F(ing.)108 302.4 Q F2(Readline)108 319.2 Q F1 1.475
+(remembers the last incremental search string.)3.975 F 1.476(If tw)6.476
+F(o)-.1 E F2(C\255r)3.976 E F1 3.976(sa)C 1.476(re typed without an)
+-3.976 F 3.976(yi)-.15 G(nterv)-3.976 E(ening)-.15 E
+(characters de\214ning a ne)108 331.2 Q 2.5(ws)-.25 G(earch string,)-2.5
+E F2 -.18(re)2.5 G(adline).18 E F1(uses an)2.5 E 2.5(yr)-.15 G
+(emembered search string.)-2.5 E .012(Non-incremental searches read the\
+ entire search string before starting to search for matching history en\
+tries.)108 348 R(The search string may be typed by the user or be part \
+of the contents of the current line.)108 360 Q F2
+(Readline Command Names)87 376.8 Q F1 1.391(The follo)108 388.8 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.891(ya)-.15 G(re)-3.891 E 2.621(bound. Command)108 597.6 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 609.6 Q F0(point)3.411
-E F1 .911(refers to the current cursor position, and)3.411 F F0(mark)
-3.411 E F1 .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 F2(set\255mark)108 621.6 Q F1 2.5
-(command. The)2.5 F(te)2.5 E
-(xt between the point and mark is referred to as the)-.15 E F0 -.37(re)
-2.5 G(gion)-.03 E F1(.)A F2(Commands f)87 638.4 Q(or Mo)-.25 E(ving)-.1
-E(beginning\255of\255line \(C\255a\))108 650.4 Q F1(Mo)144 662.4 Q .3
--.15(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E F2
-(end\255of\255line \(C\255e\))108 674.4 Q F1(Mo)144 686.4 Q .3 -.15
-(ve t)-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E F2 -.25(fo)108
-698.4 S(rward\255char \(C\255f\)).25 E F1(Mo)144 710.4 Q .3 -.15(ve f)
--.15 H(orw).15 E(ard a character)-.1 E(.)-.55 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(49)193.45 E 0 Cg EP
-%%Page: 50 50
+3.892(ya)-.15 G(re)-3.892 E 2.5(bound. Command)108 400.8 R
+(names without an accompan)2.5 E(ying k)-.15 E .3 -.15(ey s)-.1 H
+(equence are unbound by def).15 E(ault.)-.1 E .055(In the follo)108
+417.6 R .055(wing descriptions,)-.25 F F0(point)2.555 E F1 .055
+(refers to the current cursor position, and)2.555 F F0(mark)2.555 E F1
+.054(refers to a cursor position)2.554 F(sa)108 429.6 Q -.15(ve)-.2 G
+2.678(db).15 G 2.678(yt)-2.678 G(he)-2.678 E F2(set\255mark)2.678 E F1
+2.678(command. The)2.678 F(te)2.678 E .178
+(xt between the point and mark is referred to as the)-.15 F F0 -.37(re)
+2.679 G(gion)-.03 E F1(.)A F2(Read-)5.179 E(line)108 441.6 Q F1 .406
+(has the concept of an)2.906 F F0 .406(active r)2.906 F -.4(eg)-.37 G
+(ion).4 E F1 2.906(:w)C .406(hen the re)-2.906 F .406(gion is acti)-.15
+F -.15(ve)-.25 G(,).15 E F2 -.18(re)2.906 G(adline).18 E F1 .405
+(redisplay uses the v)2.906 F .405(alue of the)-.25 F F2(acti)108 453.6
+Q -.1(ve)-.1 G<ad72>.1 E .707(egion\255start\255color v)-.18 F .707
+(ariable to denote the r)-.1 F 3.207(egion. Se)-.18 F -.1(ve)-.15 G .708
+(ral commands set the r).1 F .708(egion to acti)-.18 F -.1(ve)-.1 G(;).1
+E(those ar)108 465.6 Q 2.5(en)-.18 G(oted belo)-2.5 E -.7(w.)-.1 G
+(Commands f)87 482.4 Q(or Mo)-.25 E(ving)-.1 E
+(beginning\255of\255line \(C\255a\))108 494.4 Q F1(Mo)144 506.4 Q .3
+-.15(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E
+(This may also be bound to the Home k)5 E .3 -.15(ey o)-.1 H 2.5(ns).15
+G(ome k)-2.5 E -.15(ey)-.1 G(boards.).15 E F2
+(end\255of\255line \(C\255e\))108 518.4 Q F1(Mo)144 530.4 Q .3 -.15
+(ve t)-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E
+(This may also be bound to the End k)5 E .3 -.15(ey o)-.1 H 2.5(ns).15 G
+(ome k)-2.5 E -.15(ey)-.1 G(boards.).15 E F2 -.25(fo)108 542.4 S
+(rward\255char \(C\255f\)).25 E F1(Mo)144 554.4 Q .3 -.15(ve f)-.15 H
+(orw).15 E(ard a character)-.1 E(.)-.55 E F2
+(backward\255char \(C\255b\))108 566.4 Q F1(Mo)144 578.4 Q .3 -.15(ve b)
+-.15 H(ack a character).15 E(.)-.55 E F2 -.25(fo)108 590.4 S(rward\255w)
+.25 E(ord \(M\255f\))-.1 E F1(Mo)144 602.4 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 614.4 Q F2(backward\255w)108 626.4 Q
+(ord \(M\255b\))-.1 E F1(Mo)144 638.4 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 650.4 Q F2(shell\255f)108 662.4
+Q(orward\255w)-.25 E(ord)-.1 E F1(Mo)144 674.4 Q .784 -.15(ve f)-.15 H
+(orw).15 E .484(ard to the end of the ne)-.1 F .484(xt w)-.15 F 2.984
+(ord. W)-.1 F .484(ords are delimited by non-quoted shell metacharac-)
+-.8 F(ters.)144 686.4 Q F2(shell\255backward\255w)108 698.4 Q(ord)-.1 E
+F1(Mo)144 710.4 Q .908 -.15(ve b)-.15 H .609
+(ack to the start of the current or pre).15 F .609(vious w)-.25 F 3.109
+(ord. W)-.1 F .609(ords are delimited by non-quoted shell)-.8 F
+(metacharacters.)144 722.4 Q(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(52)190.395 E 0 Cg EP
+%%Page: 53 53
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(backward\255char \(C\255b\))
-108 84 Q F1(Mo)144 96 Q .3 -.15(ve b)-.15 H(ack a character).15 E(.)-.55
-E F2 -.25(fo)108 108 S(rward\255w).25 E(ord \(M\255f\))-.1 E F1(Mo)144
-120 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 132 Q F2(backward\255w)108 144 Q(ord \(M\255b\))
--.1 E F1(Mo)144 156 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 168 Q F2(shell\255f)108 180 Q
-(orward\255w)-.25 E(ord)-.1 E F1(Mo)144 192 Q .784 -.15(ve f)-.15 H(orw)
-.15 E .484(ard to the end of the ne)-.1 F .484(xt w)-.15 F 2.984(ord. W)
--.1 F .484(ords are delimited by non-quoted shell metacharac-)-.8 F
-(ters.)144 204 Q F2(shell\255backward\255w)108 216 Q(ord)-.1 E F1(Mo)144
-228 Q .909 -.15(ve b)-.15 H .609(ack to the start of the current or pre)
-.15 F .609(vious w)-.25 F 3.109(ord. W)-.1 F .608
-(ords are delimited by non-quoted shell)-.8 F(metacharacters.)144 240 Q
-F2(pr)108 252 Q -.15(ev)-.18 G(ious\255scr).15 E(een\255line)-.18 E F1
-.89(Attempt to mo)144 264 R 1.19 -.15(ve p)-.15 H .89
-(oint to the same ph).15 F .891(ysical screen column on the pre)-.05 F
-.891(vious ph)-.25 F .891(ysical screen line.)-.05 F 1.056
-(This will not ha)144 276 R 1.356 -.15(ve t)-.2 H 1.056(he desired ef)
-.15 F 1.056(fect if the current readline line does not tak)-.25 F 3.555
-(eu)-.1 G 3.555(pm)-3.555 G 1.055(ore than one)-3.555 F(ph)144 288 Q(ys\
-ical line or if point is not greater than the length of the prompt plus\
- the screen width.)-.05 E F2(next\255scr)108 300 Q(een\255line)-.18 E F1
-.637(Attempt to mo)144 312 R .937 -.15(ve p)-.15 H .637
-(oint to the same ph).15 F .638(ysical screen column on the ne)-.05 F
-.638(xt ph)-.15 F .638(ysical screen line. This)-.05 F .195(will not ha)
-144 324 R .495 -.15(ve t)-.2 H .195(he desired ef).15 F .194
-(fect if the current readline line does not tak)-.25 F 2.694(eu)-.1 G
-2.694(pm)-2.694 G .194(ore than one ph)-2.694 F(ysical)-.05 E .164(line\
- or if the length of the current readline line is not greater than the \
-length of the prompt plus the)144 336 R(screen width.)144 348 Q F2
-(clear\255display \(M\255C\255l\))108 360 Q F1 1.499
-(Clear the screen and, if possible, the terminal')144 372 R 3.999(ss)
--.55 G 1.498(crollback b)-3.999 F(uf)-.2 E(fer)-.25 E 3.998(,t)-.4 G
-1.498(hen redra)-3.998 F 3.998(wt)-.15 G 1.498(he current line,)-3.998 F
-(lea)144 384 Q(ving the current line at the top of the screen.)-.2 E F2
-(clear\255scr)108 396 Q(een \(C\255l\))-.18 E F1 1.36
-(Clear the screen, then redra)144 408 R 3.86(wt)-.15 G 1.36
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(pr)108 84 Q -.15(ev)-.18 G
+(ious\255scr).15 E(een\255line)-.18 E F1 .891(Attempt to mo)144 96 R
+1.191 -.15(ve p)-.15 H .891(oint to the same ph).15 F .891
+(ysical screen column on the pre)-.05 F .89(vious ph)-.25 F .89
+(ysical screen line.)-.05 F .91(This will not ha)144 108 R 1.21 -.15
+(ve t)-.2 H .91(he desired ef).15 F .91(fect if the current)-.25 F F2
+-.18(re)3.411 G(adline).18 E F1 .911(line does not tak)3.411 F 3.411(eu)
+-.1 G 3.411(pm)-3.411 G .911(ore than one)-3.411 F(ph)144 120 Q(ysical \
+line or if point is not greater than the length of the prompt plus the \
+screen width.)-.05 E F2(next\255scr)108 132 Q(een\255line)-.18 E F1 .482
+(Attempt to mo)144 144 R .782 -.15(ve p)-.15 H .481(oint to the same ph)
+.15 F .481(ysical screen column on the ne)-.05 F .481(xt ph)-.15 F .481
+(ysical screen line.)-.05 F(This)5.481 E .049(will not ha)144 156 R .349
+-.15(ve t)-.2 H .049(he desired ef).15 F .049(fect if the current)-.25 F
+F2 -.18(re)2.549 G(adline).18 E F1 .05(line does not tak)2.549 F 2.55
+(eu)-.1 G 2.55(pm)-2.55 G .05(ore than one ph)-2.55 F(ysical)-.05 E .034
+(line or if the length of the current)144 168 R F2 -.18(re)2.534 G
+(adline).18 E F1 .033
+(line is not greater than the length of the prompt plus the)2.534 F
+(screen width.)144 180 Q F2(clear\255display \(M\255C\255l\))108 192 Q
+F1 1.498(Clear the screen and, if possible, the terminal')144 204 R
+3.999(ss)-.55 G 1.499(crollback b)-3.999 F(uf)-.2 E(fer)-.25 E 3.999(,t)
+-.4 G 1.499(hen redra)-3.999 F 3.999(wt)-.15 G 1.499(he current line,)
+-3.999 F(lea)144 216 Q(ving the current line at the top of the screen.)
+-.2 E F2(clear\255scr)108 228 Q(een \(C\255l\))-.18 E F1 1.36
+(Clear the screen, then redra)144 240 R 3.86(wt)-.15 G 1.36
 (he current line, lea)-3.86 F 1.36
-(ving the current line at the top of the screen.)-.2 F -.4(Wi)144 420 S
+(ving the current line at the top of the screen.)-.2 F -.4(Wi)144 252 S
 (th an ar).4 E
 (gument, refresh the current line without clearing the screen.)-.18 E F2
--.18(re)108 432 S(draw\255curr).18 E(ent\255line)-.18 E F1
-(Refresh the current line.)144 444 Q F2(Commands f)87 460.8 Q
+-.18(re)108 264 S(draw\255curr).18 E(ent\255line)-.18 E F1
+(Refresh the current line.)144 276 Q F2(Commands f)87 292.8 Q
 (or Manipulating the History)-.25 E(accept\255line \(Newline, Retur)108
-472.8 Q(n\))-.15 E F1 .159(Accept the line re)144 484.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 496.8 R/F3 9/Times-Bold@0 SF(HISTCONTR)3.199 E(OL)-.27 E F1 -.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 508.8 Q F2(pr)108
-520.8 Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F1
-(Fetch the pre)144 532.8 Q(vious command from the history list, mo)-.25
-E(ving back in the list.)-.15 E F2(next\255history \(C\255n\))108 544.8
-Q F1(Fetch the ne)144 556.8 Q(xt command from the history list, mo)-.15
-E(ving forw)-.15 E(ard in the list.)-.1 E F2
-(beginning\255of\255history \(M\255<\))108 568.8 Q F1(Mo)144 580.8 Q .3
--.15(ve t)-.15 H 2.5(ot).15 G(he \214rst line in the history)-2.5 E(.)
--.65 E F2(end\255of\255history \(M\255>\))108 592.8 Q F1(Mo)144 604.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 F2
-(operate\255and\255get\255next \(C\255o\))108 616.8 Q F1 .948
-(Accept the current line for e)144 628.8 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 .729
-(history for editing.)144 640.8 R 3.229(An)5.729 G .729(umeric ar)-3.229
-F .729
-(gument, if supplied, speci\214es the history entry to use instead of)
--.18 F(the current line.)144 652.8 Q F2(fetch\255history)108 664.8 Q F1
--.4(Wi)144 676.8 S .257(th a numeric ar).4 F .257
-(gument, fetch that entry from the history list and mak)-.18 F 2.756(ei)
--.1 G 2.756(tt)-2.756 G .256(he current line.)-2.756 F -.4(Wi)5.256 G
-(th-).4 E(out an ar)144 688.8 Q(gument, mo)-.18 E .3 -.15(ve b)-.15 H
+304.8 Q(n\))-.15 E F1 .158(Accept the line re)144 316.8 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 .338(according to the state of the)
+144 328.8 R/F3 9/Times-Bold@0 SF(HISTCONTR)2.838 E(OL)-.27 E F1(and)
+2.588 E F2(HISTIGNORE)2.838 E F1 -.25(va)2.838 G 2.838(riables. If).25 F
+.337(the line is a modi-)2.838 F
+(\214ed history line, restore the history line to its original state.)
+144 340.8 Q F2(pr)108 352.8 Q -.15(ev)-.18 G(ious\255history \(C\255p\))
+.15 E F1(Fetch the pre)144 364.8 Q
+(vious command from the history list, mo)-.25 E(ving back in the list.)
+-.15 E F2(next\255history \(C\255n\))108 376.8 Q F1(Fetch the ne)144
+388.8 Q(xt command from the history list, mo)-.15 E(ving forw)-.15 E
+(ard in the list.)-.1 E F2(beginning\255of\255history \(M\255<\))108
+400.8 Q F1(Mo)144 412.8 Q .3 -.15(ve t)-.15 H 2.5(ot).15 G
+(he \214rst line in the history)-2.5 E(.)-.65 E F2
+(end\255of\255history \(M\255>\))108 424.8 Q F1(Mo)144 436.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 F2
+(operate\255and\255get\255next \(C\255o\))108 448.8 Q F1 .24
+(Accept the current line for e)144 460.8 R -.15(xe)-.15 G .24
+(cution as if a ne).15 F .24(wline had been entered, and fetch the ne)
+-.25 F .24(xt line rela-)-.15 F(ti)144 472.8 Q .61 -.15(ve t)-.25 H 2.81
+(ot).15 G .31(he current line from the history for editing.)-2.81 F 2.81
+(An)5.31 G .31(umeric ar)-2.81 F .31
+(gument, if supplied, speci\214es the)-.18 F
+(history entry to use instead of the current line.)144 484.8 Q F2
+(fetch\255history)108 496.8 Q F1 -.4(Wi)144 508.8 S .256
+(th a numeric ar).4 F .256
+(gument, fetch that entry from the history list and mak)-.18 F 2.757(ei)
+-.1 G 2.757(tt)-2.757 G .257(he current line.)-2.757 F -.4(Wi)5.257 G
+(th-).4 E(out an ar)144 520.8 Q(gument, mo)-.18 E .3 -.15(ve b)-.15 H
 (ack to the \214rst entry in the history list.).15 E F2 -2.29 -.18(re v)
-108 700.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F1 1.312
-(Search backw)144 712.8 R 1.312(ard starting at the current line and mo)
+108 532.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F1 1.313
+(Search backw)144 544.8 R 1.312(ard starting at the current line and mo)
 -.1 F 1.312(ving \231up\232 through the history as necessary)-.15 F(.)
--.65 E(This is an incremental search.)144 724.8 Q(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(50)193.45 E 0 Cg EP
-%%Page: 51 51
+-.65 E .29(This is an incremental search.)144 556.8 R .29
+(This command sets the re)5.29 F .29(gion to the matched te)-.15 F .29
+(xt and acti)-.15 F -.25(va)-.25 G .29(tes the).25 F(re)144 568.8 Q
+(gion.)-.15 E F2 -.25(fo)108 580.8 S(rward\255sear).25 E
+(ch\255history \(C\255s\))-.18 E F1 .973(Search forw)144 592.8 R .973
+(ard starting at the current line and mo)-.1 F .973(ving \231do)-.15 F
+.973(wn\232 through the history as necessary)-.25 F(.)-.65 E .29
+(This is an incremental search.)144 604.8 R .29
+(This command sets the re)5.29 F .29(gion to the matched te)-.15 F .29
+(xt and acti)-.15 F -.25(va)-.25 G .29(tes the).25 F(re)144 616.8 Q
+(gion.)-.15 E F2(non\255incr)108 628.8 Q(emental\255r)-.18 E -2.3 -.15
+(ev e)-.18 H(rse\255sear).15 E(ch\255history \(M\255p\))-.18 E F1 .165
+(Search backw)144 640.8 R .164(ard through the history starting at the \
+current line using a non-incremental search for)-.1 F 2.5(as)144 652.8 S
+(tring supplied by the user)-2.5 E 5(.T)-.55 G
+(he search string may match an)-5 E(ywhere in a history line.)-.15 E F2
+(non\255incr)108 664.8 Q(emental\255f)-.18 E(orward\255sear)-.25 E
+(ch\255history \(M\255n\))-.18 E F1 1.353(Search forw)144 676.8 R 1.354
+(ard through the history using a non-incremental search for a string su\
+pplied by the)-.1 F(user)144 688.8 Q 5(.T)-.55 G
+(he search string may match an)-5 E(ywhere in a history line.)-.15 E F2
+(history\255sear)108 700.8 Q(ch\255backward)-.18 E F1 .951(Search backw)
+144 712.8 R .951(ard through the history for the string of characters b\
+etween the start of the current)-.1 F .34(line and the point.)144 724.8
+R .34(The search string must match at the be)5.34 F .34
+(ginning of a history line.)-.15 F .34(This is a non-)5.34 F
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(53)190.395 E 0 Cg EP
+%%Page: 54 54
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.25(fo)108 84 S
-(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F1 .973
-(Search forw)144 96 R .973(ard starting at the current line and mo)-.1 F
-.973(ving \231do)-.15 F .973(wn\232 through the history as necessary)
--.25 F(.)-.65 E(This is an incremental search.)144 108 Q F2(non\255incr)
-108 120 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H(rse\255sear).15 E
-(ch\255history \(M\255p\))-.18 E F1 .164(Search backw)144 132 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 144 S(tring supplied by the user)-2.5 E
-(.)-.55 E F2(non\255incr)108 156 Q(emental\255f)-.18 E(orward\255sear)
--.25 E(ch\255history \(M\255n\))-.18 E F1 1.354(Search forw)144 168 R
-1.354(ard through the history using a non-incremental search for a stri\
-ng supplied by the)-.1 F(user)144 180 Q(.)-.55 E F2(history\255sear)108
-192 Q(ch\255f)-.18 E(orward)-.25 E F1 .248(Search forw)144 204 R .249(a\
-rd through the history for the string of characters between the start o\
-f the current line)-.1 F(and the point.)144 216 Q
-(This is a non-incremental search.)5 E F2(history\255sear)108 228 Q
-(ch\255backward)-.18 E F1 .951(Search backw)144 240 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 252 Q
-(This is a non-incremental search.)5 E F2(history\255substring\255sear)
-108 264 Q(ch\255backward)-.18 E F1 .95(Search backw)144 276 R .951(ard \
-through the history for the string of characters between the start of t\
-he current)-.1 F .007(line and the current cursor position \(the)144 288
-R F0(point)2.507 E F1 2.507(\). The)B .007(search string may match an)
-2.507 F .006(ywhere in a history)-.15 F 2.5(line. This)144 300 R
-(is a non-incremental search.)2.5 E F2(history\255substring\255sear)108
-312 Q(ch\255f)-.18 E(orward)-.25 E F1 .248(Search forw)144 324 R .249(a\
-rd through the history for the string of characters between the start o\
-f the current line)-.1 F .319(and the point.)144 336 R .319
-(The search string may match an)5.319 F .319(ywhere in a history line.)
--.15 F .318(This is a non-incremental)5.318 F(search.)144 348 Q F2
-(yank\255nth\255ar)108 360 Q 2.5(g\()-.1 G<4dad43ad7929>-2.5 E F1 .622
-(Insert the \214rst ar)144 372 R .622(gument to the pre)-.18 F .622
+.25 E F1(\(1\)).95 E(incremental search.)144 84 Q
+(This may be bound to the P)5 E(age Up k)-.15 E .3 -.15(ey o)-.1 H 2.5
+(ns).15 G(ome k)-2.5 E -.15(ey)-.1 G(boards.).15 E/F2 10/Times-Bold@0 SF
+(history\255sear)108 96 Q(ch\255f)-.18 E(orward)-.25 E F1 .249
+(Search forw)144 108 R .249(ard through the history for the string of c\
+haracters between the start of the current line)-.1 F .035
+(and the point.)144 120 R .035(The search string must match at the be)
+5.035 F .036(ginning of a history line.)-.15 F .036
+(This is a non-incre-)5.036 F(mental search.)144 132 Q
+(This may be bound to the P)5 E(age Do)-.15 E(wn k)-.25 E .3 -.15(ey o)
+-.1 H 2.5(ns).15 G(ome k)-2.5 E -.15(ey)-.1 G(boards.).15 E F2
+(history\255substring\255sear)108 144 Q(ch\255backward)-.18 E F1 .951
+(Search backw)144 156 R .951(ard through the history for the string of \
+characters between the start of the current)-.1 F .675
+(line and the point.)144 168 R .676(The search string may match an)5.676
+F .676(ywhere in a history line.)-.15 F .676(This is a non-incre-)5.676
+F(mental search.)144 180 Q F2(history\255substring\255sear)108 192 Q
+(ch\255f)-.18 E(orward)-.25 E F1 .249(Search forw)144 204 R .249(ard th\
+rough the history for the string of characters between the start of the\
+ current line)-.1 F .318(and the point.)144 216 R .319
+(The search string may match an)5.318 F .319(ywhere in a history line.)
+-.15 F .319(This is a non-incremental)5.319 F(search.)144 228 Q F2
+(yank\255nth\255ar)108 240 Q 2.5(g\()-.1 G<4dad43ad7929>-2.5 E F1 .622
+(Insert the \214rst ar)144 252 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 .773(at point.)144 384 R -.4(Wi)5.773 G .773
+.622(vious line\))-.25 F .772(at point.)144 264 R -.4(Wi)5.773 G .773
 (th an ar).4 F(gument)-.18 E F0(n)3.633 E F1 3.273(,i).24 G .773
 (nsert the)-3.273 F F0(n)3.273 E F1 .773(th w)B .773(ord from the pre)
 -.1 F .773(vious command \(the w)-.25 F .773(ords in the)-.1 F(pre)144
-396 Q .291(vious command be)-.25 F .291(gin with w)-.15 F .291(ord 0\).)
+276 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 F0(n)2.791 E F1 .291
-(th w)B .292(ord from the end of)-.1 F .237(the pre)144 408 R .237
-(vious command.)-.25 F .237(Once the ar)5.237 F(gument)-.18 E F0(n)2.736
-E F1 .236(is computed, the ar)2.736 F .236(gument is e)-.18 F .236
-(xtracted as if the \231!)-.15 F F0(n)A F1<9a>A(history e)144 420 Q
-(xpansion had been speci\214ed.)-.15 E F2(yank\255last\255ar)108 432 Q
-2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F1 1.307
-(Insert the last ar)144 444 R 1.307(gument to the pre)-.18 F 1.307
-(vious command \(the last w)-.25 F 1.308(ord of the pre)-.1 F 1.308
-(vious history entry\).)-.25 F -.4(Wi)144 456 S .204(th a numeric ar).4
-F .204(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F(e)
--.1 E F2(yank\255nth\255ar)2.704 E(g)-.1 E F1 5.203(.S)C(uccessi)-5.203
-E .503 -.15(ve c)-.25 H .203(alls to).15 F F2(yank\255last\255ar)2.703 E
-(g)-.1 E F1(mo)144 468 Q .806 -.15(ve b)-.15 H .507
+(th w)B .291(ord from the end of)-.1 F .698(the pre)144 288 R .698
+(vious command.)-.25 F .698(Once the ar)5.698 F(gument)-.18 E F0(n)3.198
+E F1 .699(is computed, this uses the history e)3.199 F .699(xpansion f)
+-.15 F(acili-)-.1 E(ties to e)144 300 Q(xtract the)-.15 E F0(n)2.5 E F1
+(th w)A(ord, as if the \231!)-.1 E F0(n)A F1 2.5<9a68>C(istory e)-2.5 E
+(xpansion had been speci\214ed.)-.15 E F2(yank\255last\255ar)108 312 Q
+2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F1 1.308
+(Insert the last ar)144 324 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 336 S .203(th a numeric ar).4
+F .203(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F(e)
+-.1 E F2(yank\255nth\255ar)2.704 E(g)-.1 E F1 5.204(.S)C(uccessi)-5.204
+E .504 -.15(ve c)-.25 H .204(alls to).15 F F2(yank\255last\255ar)2.704 E
+(g)-.1 E F1(mo)144 348 Q .807 -.15(ve b)-.15 H .507
 (ack through the history list, inserting the last w).15 F .507
 (ord \(or the w)-.1 F .507(ord speci\214ed by the ar)-.1 F(gument)-.18 E
-.416(to the \214rst call\) of each line in turn.)144 480 R(An)5.416 E
+.416(to the \214rst call\) of each line in turn.)144 360 R(An)5.416 E
 2.916(yn)-.15 G .416(umeric ar)-2.916 F .416
-(gument supplied to these successi)-.18 F .715 -.15(ve c)-.25 H .415
-(alls de-).15 F 1.217(termines the direction to mo)144 492 R 1.518 -.15
+(gument supplied to these successi)-.18 F .716 -.15(ve c)-.25 H .416
+(alls de-).15 F 1.218(termines the direction to mo)144 372 R 1.518 -.15
 (ve t)-.15 H 1.218(hrough the history).15 F 6.218(.A)-.65 G(ne)-2.5 E
--.05(ga)-.15 G(ti).05 E 1.518 -.15(ve a)-.25 H -.18(rg).15 G 1.218
-(ument switches the direction).18 F .494
-(through the history \(back or forw)144 504 R 2.994(ard\). The)-.1 F
-.494(history e)2.994 F .494(xpansion f)-.15 F .494
-(acilities are used to e)-.1 F .494(xtract the last)-.15 F -.1(wo)144
-516 S(rd, as if the \231!$\232 history e).1 E
-(xpansion had been speci\214ed.)-.15 E F2
-(shell\255expand\255line \(M\255C\255e\))108 528 Q F1 .367
-(Expand the line by performing shell w)144 540 R .368(ord e)-.1 F 2.868
-(xpansions. This)-.15 F .368(performs alias and history e)2.868 F
-(xpansion,)-.15 E F2($)144 552 Q F1<08>A F0(string)A F1 3.358<0861>C(nd)
--3.358 E F2($)3.358 E F1(")A F0(string)A F1 3.358("q)C .857
-(uoting, tilde e)-3.358 F .857(xpansion, parameter and v)-.15 F .857
-(ariable e)-.25 F .857(xpansion, arithmetic e)-.15 F(x-)-.15 E .548
-(pansion, command and process substitution, w)144 564 R .548
-(ord splitting, and quote remo)-.1 F -.25(va)-.15 G 3.049(l. An).25 F
--.15(ex)3.049 G .549(plicit ar).15 F(gu-)-.18 E .61
-(ment suppresses command and process substitution.)144 576 R(See)5.61 E
-/F3 9/Times-Bold@0 SF(HIST)3.109 E(OR)-.162 E 2.859(YE)-.315 G(XP)-2.859
-E(ANSION)-.666 E F1(belo)2.859 E 3.109(wf)-.25 G .609(or a de-)-3.109 F
-(scription of history e)144 588 Q(xpansion.)-.15 E F2
-(history\255expand\255line \(M\255\000\))108 600 Q F1 .938
-(Perform history e)144 612 R .939(xpansion on the current line.)-.15 F
+-.05(ga)-.15 G(ti).05 E 1.517 -.15(ve a)-.25 H -.18(rg).15 G 1.217
+(ument switches the direction).18 F .418
+(through the history \(back or forw)144 384 R 2.919(ard\). This)-.1 F
+.419(uses the history e)2.919 F .419(xpansion f)-.15 F .419
+(acilities to e)-.1 F .419(xtract the last)-.15 F -.1(wo)144 396 S
+(rd, as if the \231!$\232 history e).1 E(xpansion had been speci\214ed.)
+-.15 E F2(shell\255expand\255line \(M\255C\255e\))108 408 Q F1 .368
+(Expand the line by performing shell w)144 420 R .368(ord e)-.1 F 2.868
+(xpansions. This)-.15 F .367(performs alias and history e)2.868 F
+(xpansion,)-.15 E F2($)144 432 Q F1<08>A F0(string)A F1 3.357<0861>C(nd)
+-3.357 E F2($)3.357 E F1(")A F0(string)A F1 3.357("q)C .857
+(uoting, tilde e)-3.357 F .857(xpansion, parameter and v)-.15 F .858
+(ariable e)-.25 F .858(xpansion, arithmetic e)-.15 F(x-)-.15 E .549
+(pansion, command and process substitution, w)144 444 R .548
+(ord splitting, and quote remo)-.1 F -.25(va)-.15 G 3.048(l. An).25 F
+-.15(ex)3.048 G .548(plicit ar).15 F(gu-)-.18 E .609
+(ment suppresses command and process substitution.)144 456 R(See)5.609 E
+/F3 9/Times-Bold@0 SF(HIST)3.11 E(OR)-.162 E 2.86(YE)-.315 G(XP)-2.86 E
+(ANSION)-.666 E F1(belo)2.86 E 3.11(wf)-.25 G .61(or a de-)-3.11 F
+(scription of history e)144 468 Q(xpansion.)-.15 E F2
+(history\255expand\255line \(M\255\000\))108 480 Q F1 .939
+(Perform history e)144 492 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
-(ANSION)-.666 E F1(belo)3.189 E 3.439(wf)-.25 G .939(or a descrip-)
--3.439 F(tion of history e)144 624 Q(xpansion.)-.15 E F2(magic\255space)
-108 636 Q F1 .438(Perform history e)144 648 R .438
-(xpansion on the current line and insert a space.)-.15 F(See)5.437 E F3
-(HIST)2.937 E(OR)-.162 E 2.687(YE)-.315 G(XP)-2.687 E(ANSION)-.666 E F1
-(be-)2.687 E(lo)144 660 Q 2.5(wf)-.25 G(or a description of history e)
--2.5 E(xpansion.)-.15 E F2(alias\255expand\255line)108 672 Q F1 .394
-(Perform alias e)144 684 R .394(xpansion on the current line.)-.15 F
-(See)5.395 E F3(ALIASES)2.895 E F1(abo)2.645 E .695 -.15(ve f)-.15 H
-.395(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 696 Q
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(51)193.45 E 0 Cg EP
-%%Page: 52 52
+(ANSION)-.666 E F1(belo)3.189 E 3.438(wf)-.25 G .938(or a descrip-)
+-3.438 F(tion of history e)144 504 Q(xpansion.)-.15 E F2(magic\255space)
+108 516 Q F1 .437(Perform history e)144 528 R .437
+(xpansion on the current line and insert a space.)-.15 F(See)5.438 E F3
+(HIST)2.938 E(OR)-.162 E 2.688(YE)-.315 G(XP)-2.688 E(ANSION)-.666 E F1
+(be-)2.688 E(lo)144 540 Q 2.5(wf)-.25 G(or a description of history e)
+-2.5 E(xpansion.)-.15 E F2(alias\255expand\255line)108 552 Q F1 .395
+(Perform alias e)144 564 R .395(xpansion on the current line.)-.15 F
+(See)5.395 E F3(ALIASES)2.895 E F1(abo)2.645 E .694 -.15(ve f)-.15 H
+.394(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 576 Q F2
+(history\255and\255alias\255expand\255line)108 588 Q F1
+(Perform history and alias e)144 600 Q(xpansion on the current line.)
+-.15 E F2(insert\255last\255ar)108 612 Q(gument \(M\255.)-.1 E 2.5(,M)
+.833 G -1.667(\255_ \))-2.5 F F1 2.5(As)144 624 S(ynon)-2.5 E(ym for)
+-.15 E F2(yank\255last\255ar)2.5 E(g)-.1 E F1(.)A F2
+(edit\255and\255execute\255command \(C\255x C\255e\))108 636 Q F1(In)144
+648 Q -.2(vo)-.4 G .346 -.1(ke a).2 H 2.646(ne).1 G .146
+(ditor on the current command line, and e)-2.646 F -.15(xe)-.15 G .146
+(cute the result as shell commands.).15 F F2(Bash)5.147 E F1(at-)2.647 E
+(tempts to in)144 660 Q -.2(vo)-.4 G -.1(ke).2 G F3($VISU)2.6 E(AL)-.54
+E/F4 9/Times-Roman@0 SF(,)A F3($EDIT)2.25 E(OR)-.162 E F4(,)A F1(and)
+2.25 E F0(emacs)2.5 E F1(as the editor)2.5 E 2.5(,i)-.4 G 2.5(nt)-2.5 G
+(hat order)-2.5 E(.)-.55 E F2(Commands f)87 676.8 Q(or Changing T)-.25 E
+(ext)-.92 E F0(end\255of\255\214le)108 688.8 Q F2(\(usually C\255d\))2.5
+E F1 .652(The character indicating end-of-\214le as set, for e)144 700.8
+R .651(xample, by)-.15 F F0(stty)3.491 E F1 3.151(\(1\). If).32 F .651
+(this character is read when)3.151 F .029
+(there are no characters on the line, and point is at the be)144 712.8 R
+.03(ginning of the line,)-.15 F F2 -.18(re)2.53 G(adline).18 E F1 .03
+(interprets it as)2.53 F(the end of input and returns)144 724.8 Q F3
+(EOF)2.5 E F4(.)A F1(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(54)
+190.395 E 0 Cg EP
+%%Page: 55 55
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF
-(history\255and\255alias\255expand\255line)108 84 Q F1
-(Perform history and alias e)144 96 Q(xpansion on the current line.)-.15
-E F2(insert\255last\255ar)108 108 Q(gument \(M\255.)-.1 E 2.5(,M).833 G
--1.667(\255_ \))-2.5 F F1 2.5(As)144 120 S(ynon)-2.5 E(ym for)-.15 E F2
-(yank\255last\255ar)2.5 E(g)-.1 E F1(.)A F2
-(edit\255and\255execute\255command \(C\255x C\255e\))108 132 Q F1(In)144
-144 Q -.2(vo)-.4 G .347 -.1(ke a).2 H 2.647(ne).1 G .146
-(ditor on the current command line, and e)-2.647 F -.15(xe)-.15 G .146
-(cute the result as shell commands.).15 F F2(Bash)5.146 E F1(at-)2.646 E
-(tempts to in)144 156 Q -.2(vo)-.4 G -.1(ke).2 G/F3 9/Times-Bold@0 SF
-($VISU)2.6 E(AL)-.54 E/F4 9/Times-Roman@0 SF(,)A F3($EDIT)2.25 E(OR)
--.162 E F4(,)A F1(and)2.25 E F0(emacs)2.5 E F1(as the editor)2.5 E 2.5
-(,i)-.4 G 2.5(nt)-2.5 G(hat order)-2.5 E(.)-.55 E F2(Commands f)87 172.8
-Q(or Changing T)-.25 E(ext)-.92 E F0(end\255of\255\214le)108 184.8 Q F2
-(\(usually C\255d\))2.5 E F1 .651
-(The character indicating end-of-\214le as set, for e)144 196.8 R .651
-(xample, by)-.15 F F0(stty)3.491 E F1 3.151(\(1\). If).32 F .652
-(this character is read when)3.152 F .167
-(there are no characters on the line, and point is at the be)144 208.8 R
-.167(ginning of the line, readline interprets it as)-.15 F
-(the end of input and returns)144 220.8 Q F3(EOF)2.5 E F4(.)A F2
-(delete\255char \(C\255d\))108 232.8 Q F1 .441
-(Delete the character at point.)144 244.8 R .442
-(If this function is bound to the same character as the tty)5.441 F F2
-(EOF)2.942 E F1(char)2.942 E(-)-.2 E(acter)144 256.8 Q 2.5(,a)-.4 G(s)
--2.5 E F2(C\255d)2.5 E F1(commonly is, see abo)2.5 E .3 -.15(ve f)-.15 H
-(or the ef).15 E(fects.)-.25 E F2(backward\255delete\255char \(Rubout\))
-108 268.8 Q F1 .553(Delete the character behind the cursor)144 280.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 .552(gument, sa)-.18 F .852 -.15(ve t)-.2 H .552
-(he deleted te).15 F .552(xt on)-.15 F(the kill ring.)144 292.8 Q F2
--.25(fo)108 304.8 S(rward\255backward\255delete\255char).25 E F1 .473
-(Delete the character under the cursor)144 316.8 R 2.973(,u)-.4 G .474
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(delete\255char \(C\255d\))108
+84 Q F1 .442(Delete the character at point.)144 96 R .442
+(If this function is bound to the same character as the tty)5.442 F F2
+(EOF)2.941 E F1(char)2.941 E(-)-.2 E(acter)144 108 Q 2.538(,a)-.4 G(s)
+-2.538 E F2(C\255d)2.539 E F1 .039(commonly is, see abo)2.539 F .339
+-.15(ve f)-.15 H .039(or the ef).15 F 2.539(fects. This)-.25 F .039
+(may also be bound to the Delete k)2.539 F .339 -.15(ey o)-.1 H(n).15 E
+(some k)144 120 Q -.15(ey)-.1 G(boards.).15 E F2
+(backward\255delete\255char \(Rubout\))108 132 Q F1 .553
+(Delete the character behind the cursor)144 144 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
+.552(gument, sa)-.18 F .852 -.15(ve t)-.2 H .552(he deleted te).15 F
+.552(xt on)-.15 F(the kill ring.)144 156 Q F2 -.25(fo)108 168 S
+(rward\255backward\255delete\255char).25 E F1 .473
+(Delete the character under the cursor)144 180 R 2.973(,u)-.4 G .474
 (nless the cursor is at the end of the line, in which case the)-2.973 F
-(character behind the cursor is deleted.)144 328.8 Q F2
-(quoted\255insert \(C\255q, C\255v\))108 340.8 Q F1 .779(Add the ne)144
-352.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 F2(C\255q)3.278 E F1 3.278
-(,f)C(or)-3.278 E -.15(ex)144 364.8 S(ample.).15 E F2
-(tab\255insert \(C\255v T)108 376.8 Q(AB\))-.9 E F1
-(Insert a tab character)144 388.8 Q(.)-.55 E F2
-(self\255insert \(a, b, A, 1, !,)108 400.8 Q F1 1.666(...)2.5 G F2(\))
--1.666 E F1(Insert the character typed.)144 412.8 Q F2
-(transpose\255chars \(C\255t\))108 424.8 Q F1 .321
-(Drag the character before point forw)144 436.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 .322
-(ving point forw)-.15 F .322(ard as well.)-.1 F .372
-(If point is at the end of the line, then this transposes the tw)144
-448.8 R 2.872(oc)-.1 G .372(haracters before point.)-2.872 F(Ne)5.372 E
--.05(ga)-.15 G(ti).05 E .672 -.15(ve a)-.25 H -.2(r-).15 G(guments ha)
-144 460.8 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F2
-(transpose\255w)108 472.8 Q(ords \(M\255t\))-.1 E F1 .023(Drag the w)144
-484.8 R .023(ord before point past the w)-.1 F .023(ord after point, mo)
+(character behind the cursor is deleted.)144 192 Q F2
+(quoted\255insert \(C\255q, C\255v\))108 204 Q F1 .779(Add the ne)144
+216 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 F2(C\255q)3.278 E F1 3.278(,f)C
+(or)-3.278 E -.15(ex)144 228 S(ample.).15 E F2(tab\255insert \(C\255v T)
+108 240 Q(AB\))-.9 E F1(Insert a tab character)144 252 Q(.)-.55 E F2
+(self\255insert \(a, b, A, 1, !,)108 264 Q F1 1.666(...)2.5 G F2(\))
+-1.666 E F1(Insert the character typed.)144 276 Q F2(brack)108 288 Q
+(eted\255paste\255begin)-.1 E F1 .572
+(This function is intended to be bound to the \231brack)144 300 R .573
+(eted paste\232 escape sequence sent by some ter)-.1 F(-)-.2 E .45
+(minals, and such a binding is assigned by def)144 312 R 2.95(ault. It)
+-.1 F(allo)2.95 E(ws)-.25 E F2 -.18(re)2.95 G(adline).18 E F1 .45
+(to insert the pasted te)2.95 F .45(xt as a)-.15 F .952(single unit wit\
+hout treating each character as if it had been read from the k)144 324 R
+-.15(ey)-.1 G 3.452(board. The).15 F(pasted)3.452 E 1.119
+(characters are inserted as if each one w)144 336 R 1.119(as bound to)
+-.1 F F2(self\255insert)3.619 E F1 1.118(instead of e)3.618 F -.15(xe)
+-.15 G 1.118(cuting an).15 F 3.618(ye)-.15 G(diting)-3.618 E(commands.)
+144 348 Q(Brack)144 360 Q(eted paste sets the re)-.1 E
+(gion to the inserted te)-.15 E(xt and acti)-.15 E -.25(va)-.25 G
+(tes the re).25 E(gion.)-.15 E F2(transpose\255chars \(C\255t\))108 372
+Q F1 .321(Drag the character before point forw)144 384 R .321(ard o)-.1
+F -.15(ve)-.15 G 2.821(rt).15 G .321(he character at point, mo)-2.821 F
+.322(ving point forw)-.15 F .322(ard as well.)-.1 F .372
+(If point is at the end of the line, then this transposes the tw)144 396
+R 2.872(oc)-.1 G .372(haracters before point.)-2.872 F(Ne)5.372 E -.05
+(ga)-.15 G(ti).05 E .672 -.15(ve a)-.25 H -.2(r-).15 G(guments ha)144
+408 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F2
+(transpose\255w)108 420 Q(ords \(M\255t\))-.1 E F1 .023(Drag the w)144
+432 R .023(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.524(rt).15 G .024(hat w)
 -2.524 F .024(ord as well.)-.1 F .024(If point)5.024 F
-(is at the end of the line, this transposes the last tw)144 496.8 Q 2.5
-(ow)-.1 G(ords on the line.)-2.6 E F2(upcase\255w)108 508.8 Q
-(ord \(M\255u\))-.1 E F1 1.699(Uppercase the current \(or follo)144
-520.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.998 -.15(ve a)-.25 H -.18(rg).15 G 1.698
-(ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 532.8 S(rd, b).1
-E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F2(do)108 544.8 Q
-(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F1(Lo)144 556.8 Q 1.647
+(is at the end of the line, this transposes the last tw)144 444 Q 2.5
+(ow)-.1 G(ords on the line.)-2.6 E F2(shell\255transpose\255w)108 456 Q
+(ords \(M-C-t\))-.1 E F1 .563(Drag the w)144 468 R .562
+(ord before point past the w)-.1 F .562(ord after point, mo)-.1 F .562
+(ving point past that w)-.15 F .562(ord as well.)-.1 F .562(If the)5.562
+F .019
+(insertion point is at the end of the line, this transposes the last tw)
+144 480 R 2.519(ow)-.1 G .019(ords on the line.)-2.619 F -.8(Wo)5.019 G
+.019(rd bound-).8 F(aries are the same as)144 492 Q F2(shell\255f)2.5 E
+(orward\255w)-.25 E(ord)-.1 E F1(and)2.5 E F2(shell\255backward\255w)2.5
+E(ord)-.1 E F1(.)A F2(upcase\255w)108 504 Q(ord \(M\255u\))-.1 E F1
+1.699(Uppercase the current \(or follo)144 516 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.998
+-.15(ve a)-.25 H -.18(rg).15 G 1.698(ument, uppercase the pre).18 F
+(vious)-.25 E -.1(wo)144 528 S(rd, b).1 E(ut do not mo)-.2 E .3 -.15
+(ve p)-.15 H(oint.).15 E F2(do)108 540 Q(wncase\255w)-.1 E
+(ord \(M\255l\))-.1 E F1(Lo)144 552 Q 1.647
 (wercase the current \(or follo)-.25 F 1.647(wing\) w)-.25 F 4.147
 (ord. W)-.1 F 1.648(ith a ne)-.4 F -.05(ga)-.15 G(ti).05 E 1.948 -.15
 (ve a)-.25 H -.18(rg).15 G 1.648(ument, lo).18 F 1.648(wercase the pre)
--.25 F(vious)-.25 E -.1(wo)144 568.8 S(rd, b).1 E(ut do not mo)-.2 E .3
--.15(ve p)-.15 H(oint.).15 E F2(capitalize\255w)108 580.8 Q
-(ord \(M\255c\))-.1 E F1 1.975(Capitalize the current \(or follo)144
-592.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.974
-(ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 604.8 S(rd, b)
-.1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F2 -.1(ove)108
-616.8 S(rwrite\255mode).1 E F1 -.8(To)144 628.8 S .437(ggle o).8 F -.15
-(ve)-.15 G .437(rwrite mode.).15 F -.4(Wi)5.437 G .437(th an e).4 F .437
+-.25 F(vious)-.25 E -.1(wo)144 564 S(rd, b).1 E(ut do not mo)-.2 E .3
+-.15(ve p)-.15 H(oint.).15 E F2(capitalize\255w)108 576 Q
+(ord \(M\255c\))-.1 E F1 1.975(Capitalize the current \(or follo)144 588
+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.974
+(ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 600 S(rd, b).1
+E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F2 -.1(ove)108 612
+S(rwrite\255mode).1 E F1 -.8(To)144 624 S .437(ggle o).8 F -.15(ve)-.15
+G .437(rwrite mode.).15 F -.4(Wi)5.437 G .437(th an e).4 F .437
 (xplicit positi)-.15 F .738 -.15(ve n)-.25 H .438(umeric ar).15 F .438
 (gument, switches to o)-.18 F -.15(ve)-.15 G .438(rwrite mode.).15 F -.4
-(Wi)144 640.8 S .781(th an e).4 F .781(xplicit non-positi)-.15 F 1.081
+(Wi)144 636 S .781(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 .78(This command af)5.781 F
-(fects)-.25 E(only)144 652.8 Q F2(emacs)4.394 E F1(mode;)4.394 E F2(vi)
+(fects)-.25 E(only)144 648 Q F2(emacs)4.394 E F1(mode;)4.394 E F2(vi)
 4.394 E F1 1.894(mode does o)4.394 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 F0 -.37(re)
-4.395 G(adline\(\)).37 E F1 1.895(starts in insert)4.395 F 3.969
-(mode. In)144 664.8 R -.15(ove)3.969 G 1.469
-(rwrite mode, characters bound to).15 F F2(self\255insert)3.969 E F1
-1.468(replace the te)3.969 F 1.468(xt at point rather than)-.15 F .957
-(pushing the te)144 676.8 R .957(xt to the right.)-.15 F .958
-(Characters bound to)5.957 F F2(backward\255delete\255char)3.458 E F1
-.958(replace the character)3.458 F(before point with a space.)144 688.8
-Q(By def)5 E(ault, this command is unbound.)-.1 E F2(Killing and Y)87
-705.6 Q(anking)-.85 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(52)193.45 E 0 Cg EP
-%%Page: 53 53
+4.395 G(adline\(\)).37 E F1 1.895(starts in insert)4.395 F(mode.)144 660
+Q .093(In o)144 672 R -.15(ve)-.15 G .093
+(rwrite mode, characters bound to).15 F F2(self\255insert)2.593 E F1
+.093(replace the te)2.593 F .092(xt at point rather than pushing the)
+-.15 F(te)144 684 Q .773(xt to the right.)-.15 F .773
+(Characters bound to)5.773 F F2(backward\255delete\255char)3.273 E F1
+.774(replace the character before point)3.273 F .52(with a space.)144
+696 R .52(By def)5.52 F .52(ault, this command is unbound, b)-.1 F .52
+(ut may be bound to the Insert k)-.2 F .82 -.15(ey o)-.1 H 3.02(ns).15 G
+(ome)-3.02 E -.1(ke)144 708 S(yboards.)-.05 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(55)190.395 E 0 Cg EP
+%%Page: 56 56
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(kill\255line \(C\255k\))108
-84 Q F1(Kill the te)144 96 Q(xt from point to the end of the line.)-.15
-E F2(backward\255kill\255line \(C\255x Rubout\))108 108 Q F1(Kill backw)
-144 120 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F2
-(unix\255line\255discard \(C\255u\))108 132 Q F1(Kill backw)144 144 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 F2(kill\255whole\255line)108 156 Q F1
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(Killing and Y)87 84 Q(anking)
+-.85 E(kill\255line \(C\255k\))108 96 Q F1 1.414(Kill the te)144 108 R
+1.414(xt from point to the end of the current line.)-.15 F -.4(Wi)6.414
+G 1.414(th a ne).4 F -.05(ga)-.15 G(ti).05 E 1.714 -.15(ve n)-.25 H
+1.415(umeric ar).15 F 1.415(gument, kill)-.18 F(backw)144 120 Q
+(ard from the cursor to the be)-.1 E(ginning of the line.)-.15 E F2
+(backward\255kill\255line \(C\255x Rubout\))108 132 Q F1 .026
+(Kill backw)144 144 R .026(ard to the be)-.1 F .025
+(ginning of the current line.)-.15 F -.4(Wi)5.025 G .025(th a ne).4 F
+-.05(ga)-.15 G(ti).05 E .325 -.15(ve n)-.25 H .025(umeric ar).15 F .025
+(gument, kill forw)-.18 F(ard)-.1 E
+(from the cursor to the end of the line.)144 156 Q F2
+(unix\255line\255discard \(C\255u\))108 168 Q F1(Kill backw)144 180 Q
+(ard from point to the be)-.1 E(ginning of the line, sa)-.15 E
+(ving the killed te)-.2 E(xt on the kill-ring.)-.15 E F2
+(kill\255whole\255line)108 192 Q F1
 (Kill all characters on the current line, no matter where point is.)144
-168 Q F2(kill\255w)108 180 Q(ord \(M\255d\))-.1 E F1 .729
-(Kill from point to the end of the current w)144 192 R .728
-(ord, or if between w)-.1 F .728(ords, to the end of the ne)-.1 F .728
-(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 204 S
+204 Q F2(kill\255w)108 216 Q(ord \(M\255d\))-.1 E F1 .728
+(Kill from point to the end of the current w)144 228 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 240 S
 (rd boundaries are the same as those used by).8 E F2 -.25(fo)2.5 G
-(rward\255w).25 E(ord)-.1 E F1(.)A F2(backward\255kill\255w)108 216 Q
-(ord \(M\255Rubout\))-.1 E F1(Kill the w)144 228 Q(ord behind point.)-.1
+(rward\255w).25 E(ord)-.1 E F1(.)A F2(backward\255kill\255w)108 252 Q
+(ord \(M\255Rubout\))-.1 E F1(Kill the w)144 264 Q(ord behind point.)-.1
 E -.8(Wo)5 G(rd boundaries are the same as those used by).8 E F2
-(backward\255w)2.5 E(ord)-.1 E F1(.)A F2(shell\255kill\255w)108 240 Q
-(ord)-.1 E F1 .728(Kill from point to the end of the current w)144 252 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 264 S
+(backward\255w)2.5 E(ord)-.1 E F1(.)A F2(shell\255kill\255w)108 276 Q
+(ord \(M\255C\255d\))-.1 E F1 .729
+(Kill from point to the end of the current w)144 288 R .728
+(ord, or if between w)-.1 F .728(ords, to the end of the ne)-.1 F .728
+(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 300 S
 (rd boundaries are the same as those used by).8 E F2(shell\255f)2.5 E
 (orward\255w)-.25 E(ord)-.1 E F1(.)A F2(shell\255backward\255kill\255w)
-108 276 Q(ord)-.1 E F1 3.025(Kill the w)144 288 R 3.025
+108 312 Q(ord)-.1 E F1 3.025(Kill the w)144 324 R 3.025
 (ord behind point.)-.1 F -.8(Wo)8.025 G 3.025
 (rd boundaries are the same as those used by).8 F F2(shell\255back-)
-5.525 E(ward\255w)144 300 Q(ord)-.1 E F1(.)A F2(unix\255w)108 312 Q
-(ord\255rubout \(C\255w\))-.1 E F1 .364(Kill the w)144 324 R .364
-(ord behind point, using white space as a w)-.1 F .365(ord boundary)-.1
-F 5.365(.T)-.65 G .365(he killed te)-5.365 F .365(xt is sa)-.15 F -.15
-(ve)-.2 G 2.865(do).15 G 2.865(nt)-2.865 G(he)-2.865 E(kill-ring.)144
-336 Q F2(unix\255\214lename\255rubout)108 348 Q F1 .167(Kill the w)144
-360 R .166
+5.525 E(ward\255w)144 336 Q(ord)-.1 E F1(.)A F2(unix\255w)108 348 Q
+(ord\255rubout \(C\255w\))-.1 E F1 1.063(Kill the w)144 360 R 1.063
+(ord behind point, using white space as a w)-.1 F 1.063(ord boundary)-.1
+F 3.563(,s)-.65 G -.2(av)-3.563 G 1.063(ing the killed te).2 F 1.063
+(xt on the)-.15 F(kill-ring.)144 372 Q F2(unix\255\214lename\255rubout)
+108 384 Q F1 .265(Kill the w)144 396 R .266
 (ord behind point, using white space and the slash character as the w)
--.1 F .166(ord boundaries.)-.1 F(The)5.166 E(killed te)144 372 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 F2(delete\255horizontal\255space \(M\255\\\))108 384 Q F1
-(Delete all spaces and tabs around point.)144 396 Q F2(kill\255r)108 408
-Q(egion)-.18 E F1(Kill the te)144 420 Q(xt in the current re)-.15 E
-(gion.)-.15 E F2(copy\255r)108 432 Q(egion\255as\255kill)-.18 E F1(Cop)
-144 444 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 F2
-(copy\255backward\255w)108 456 Q(ord)-.1 E F1(Cop)144 468 Q 4.8(yt)-.1 G
-2.3(he w)-4.8 F 2.3(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.301
-(ord boundaries are the same as)-.1 F F2(back-)4.801 E(ward\255w)144 480
-Q(ord)-.1 E F1(.)A F2(copy\255f)108 492 Q(orward\255w)-.25 E(ord)-.1 E
-F1(Cop)144 504 Q 4.508(yt)-.1 G 2.008(he w)-4.508 F 2.008(ord follo)-.1
-F 2.008(wing point to the kill b)-.25 F(uf)-.2 E(fer)-.25 E 7.007(.T)
--.55 G 2.007(he w)-7.007 F 2.007(ord boundaries are the same as)-.1 F F2
--.25(fo)4.507 G -.37(r-).25 G(ward\255w)144 516 Q(ord)-.1 E F1(.)A F2
-(yank \(C\255y\))108 528 Q F1 -1(Ya)144 540 S
+-.1 F .266(ord boundaries, sa)-.1 F(v-)-.2 E(ing the killed te)144 408 Q
+(xt on the kill-ring.)-.15 E F2
+(delete\255horizontal\255space \(M\255\\\))108 420 Q F1
+(Delete all spaces and tabs around point.)144 432 Q F2(kill\255r)108 444
+Q(egion)-.18 E F1(Kill the te)144 456 Q(xt in the current re)-.15 E
+(gion.)-.15 E F2(copy\255r)108 468 Q(egion\255as\255kill)-.18 E F1(Cop)
+144 480 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 2.5(,s)-.4 G 2.5(oi)-2.5
+G 2.5(tc)-2.5 G(an be yank)-2.5 E(ed immediately)-.1 E(.)-.65 E F2
+(copy\255backward\255w)108 492 Q(ord)-.1 E F1(Cop)144 504 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 F2(back-)4.8 E(ward\255w)144 516 Q
+(ord)-.1 E F1(.)A F2(copy\255f)108 528 Q(orward\255w)-.25 E(ord)-.1 E F1
+(Cop)144 540 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 F2 -.25
+(fo)4.508 G -.37(r-).25 G(ward\255w)144 552 Q(ord)-.1 E F1(.)A F2
+(yank \(C\255y\))108 564 Q F1 -1(Ya)144 576 S
 (nk the top of the kill ring into the b)1 E(uf)-.2 E(fer at point.)-.25
-E F2(yank\255pop \(M\255y\))108 552 Q F1
-(Rotate the kill ring, and yank the ne)144 564 Q 2.5(wt)-.25 G 2.5
+E F2(yank\255pop \(M\255y\))108 588 Q F1
+(Rotate the kill ring, and yank the ne)144 600 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 F2(yank)2.5 E
-F1(or)2.5 E F2(yank\255pop)2.5 E F1(.)A F2(Numeric Ar)87 580.8 Q
-(guments)-.1 E(digit\255ar)108 592.8 Q(gument \(M\2550, M\2551,)-.1 E F1
+F1(or)2.5 E F2(yank\255pop)2.5 E F1(.)A F2(Numeric Ar)87 616.8 Q
+(guments)-.1 E(digit\255ar)108 628.8 Q(gument \(M\2550, M\2551,)-.1 E F1
 1.666(...)2.5 G F2 2.5(,M)-1.666 G<adad29>-2.5 E F1 .367
-(Add this digit to the ar)144 604.8 R .367
+(Add this digit to the ar)144 640.8 R .367
 (gument already accumulating, or start a ne)-.18 F 2.867(wa)-.25 G -.18
-(rg)-2.867 G 2.867(ument. M\255\255).18 F .367(starts a ne)2.867 F -.05
-(ga)-.15 G(-).05 E(ti)144 616.8 Q .3 -.15(ve a)-.25 H -.18(rg).15 G
-(ument.).18 E F2(uni)108 628.8 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1
-E F1 .779(This is another w)144 640.8 R .779(ay to specify an ar)-.1 F
-3.279(gument. If)-.18 F .779(this command is follo)3.279 F .778
+(rg)-2.867 G 2.867(ument. M\255\255).18 F .366(starts a ne)2.867 F -.05
+(ga)-.15 G(-).05 E(ti)144 652.8 Q .3 -.15(ve a)-.25 H -.18(rg).15 G
+(ument.).18 E F2(uni)108 664.8 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1
+E F1 .778(This is another w)144 676.8 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
-652.8 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144
-664.8 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F2(uni)
+688.8 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144
+700.8 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F2(uni)
 3.67 E -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F1(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 .898(wise ignored.)144 676.8 R .898
-(As a special case, if this command is immediately follo)5.898 F .898
+-.2 F(-)-.2 E .899(wise ignored.)144 712.8 R .898
+(As a special case, if this command is immediately follo)5.899 F .898
 (wed by a character that is)-.25 F 1.23
-(neither a digit nor minus sign, the ar)144 688.8 R 1.23
+(neither a digit nor minus sign, the ar)144 724.8 R 1.23
 (gument count for the ne)-.18 F 1.23(xt command is multiplied by four)
--.15 F(.)-.55 E .822(The ar)144 700.8 R .822
-(gument count is initially one, so e)-.18 F -.15(xe)-.15 G .823
-(cuting this function the \214rst time mak).15 F .823(es the ar)-.1 F
-(gument)-.18 E(count four)144 712.8 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(GNU Bash 5.3)
-72 768 Q(2024 March 29)144.29 E(53)193.45 E 0 Cg EP
-%%Page: 54 54
+-.15 F(.)-.55 E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(56)
+190.395 E 0 Cg EP
+%%Page: 57 57
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(Completing)87 84 Q
-(complete \(T)108 96 Q(AB\))-.9 E F1 1.137
-(Attempt to perform completion on the te)144 108 R 1.137
-(xt before point.)-.15 F F2(Bash)6.137 E F1 1.137
-(attempts completion treating the)3.637 F(te)144 120 Q .434(xt as a v)
--.15 F .434(ariable \(if the te)-.25 F .434(xt be)-.15 F .434(gins with)
--.15 F F2($)2.934 E F1 .434(\), username \(if the te)B .434(xt be)-.15 F
-.434(gins with)-.15 F F2<01>2.935 E F1 .435(\), hostname \(if the)B(te)
-144 132 Q .702(xt be)-.15 F .702(gins with)-.15 F F2(@)3.202 E F1 .701
-(\), or command \(including aliases and functions\) in turn.)B .701
-(If none of these pro-)5.701 F
-(duces a match, \214lename completion is attempted.)144 144 Q F2
-(possible\255completions \(M\255?\))108 156 Q F1
-(List the possible completions of the te)144 168 Q(xt before point.)-.15
-E F2(insert\255completions \(M\255*\))108 180 Q F1 .783
-(Insert all completions of the te)144 192 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 F2(possible\255com-)3.283 E(pletions)144 204 Q F1(.)A F2
-(menu\255complete)108 216 Q F1 .929(Similar to)144 228 R F2(complete)
-3.429 E F1 3.429(,b)C .929(ut replaces the w)-3.629 F .929
-(ord to be completed with a single match from the list of)-.1 F 1.193
-(possible completions.)144 240 R 1.193(Repeated e)6.193 F -.15(xe)-.15 G
-1.193(cution of).15 F F2(menu\255complete)3.694 E F1 1.194
-(steps through the list of possible)3.694 F .829
-(completions, inserting each match in turn.)144 252 R .828
-(At the end of the list of completions, the bell is rung)5.828 F .727
-(\(subject to the setting of)144 264 R F2(bell\255style)3.227 E F1 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 F0(n)3.227 E F1(mo)3.227 E -.15(ve)
--.15 G(s).15 E F0(n)3.228 E F1 1.73(positions forw)144 276 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 288 Q
-(This command is intended to be bound to)5 E F2 -.9(TA)2.5 G(B).9 E F1
-2.5(,b)C(ut is unbound by def)-2.7 E(ault.)-.1 E F2
-(menu\255complete\255backward)108 300 Q F1 .82(Identical to)144 312 R F2
-(menu\255complete)3.32 E F1 3.32(,b)C .82(ut mo)-3.52 F -.15(ve)-.15 G
-3.32(sb).15 G(ackw)-3.32 E .82
+.25 E F1(\(1\)).95 E .823(The ar)144 84 R .823
+(gument count is initially one, so e)-.18 F -.15(xe)-.15 G .823
+(cuting this function the \214rst time mak).15 F .822(es the ar)-.1 F
+(gument)-.18 E(count four)144 96 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/F2 10
+/Times-Bold@0 SF(Completing)87 112.8 Q(complete \(T)108 124.8 Q(AB\))-.9
+E F1 .203(Attempt to perform completion on the te)144 136.8 R .203
+(xt before point.)-.15 F F2(Bash)5.203 E F1 .203
+(attempts completion by \214rst check-)2.703 F .768(ing for an)144 148.8
+R 3.268(yp)-.15 G .767(rogrammable completions for the command w)-3.268
+F .767(ord \(see)-.1 F F2(Pr)3.267 E .767(ogrammable Completion)-.18 F
+F1(belo)144 160.8 Q .059(w\), otherwise treating the te)-.25 F .059
+(xt as a v)-.15 F .059(ariable \(if the te)-.25 F .06(xt be)-.15 F .06
+(gins with)-.15 F F2($)2.56 E F1 .06(\), username \(if the te)B .06
+(xt be-)-.15 F .474(gins with)144 172.8 R F2<01>2.974 E F1 .474
+(\), hostname \(if the te)B .474(xt be)-.15 F .474(gins with)-.15 F F2
+(@)2.974 E F1 .474(\), or command \(including aliases, functions, and)B
+-.2(bu)144 184.8 S(iltins\) in turn.).2 E
+(If none of these produces a match, it f)5 E
+(alls back to \214lename completion.)-.1 E F2
+(possible\255completions \(M\255?\))108 196.8 Q F1 .06
+(List the possible completions of the te)144 208.8 R .061
+(xt before point.)-.15 F .061(When displaying completions,)5.061 F F2
+-.18(re)2.561 G(adline).18 E F1(sets)2.561 E 1.002
+(the number of columns used for display to the v)144 220.8 R 1.002
+(alue of)-.25 F F2(completion-display-width)3.502 E F1 3.502(,t)C 1.002
+(he v)-3.502 F 1.002(alue of)-.25 F(the shell v)144 232.8 Q(ariable)-.25
+E/F3 9/Times-Bold@0 SF(COLUMNS)2.5 E/F4 9/Times-Roman@0 SF(,)A F1
+(or the screen width, in that order)2.25 E(.)-.55 E F2
+(insert\255completions \(M\255*\))108 244.8 Q F1 .783
+(Insert all completions of the te)144 256.8 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 F2(possible\255com-)3.283 E(pletions)144
+268.8 Q F1 2.5(,s)C(eparated by a space.)-2.5 E F2(menu\255complete)108
+280.8 Q F1 .929(Similar to)144 292.8 R F2(complete)3.429 E F1 3.429(,b)C
+.929(ut replaces the w)-3.629 F .929
+(ord to be completed with a single match from the list of)-.1 F 1.618
+(possible completions.)144 304.8 R 1.618(Repeatedly e)6.618 F -.15(xe)
+-.15 G(cuting).15 E F2(menu\255complete)4.118 E F1 1.618
+(steps through the list of possible)4.118 F .421
+(completions, inserting each match in turn.)144 316.8 R .421
+(At the end of the list of completions,)5.421 F F2(menu\255complete)2.92
+E F1 .219(rings the bell \(subject to the setting of)144 328.8 R F2
+(bell\255style)2.719 E F1 2.719(\)a)C .22(nd restores the original te)
+-2.719 F 2.72(xt. An)-.15 F(ar)2.72 E .22(gument of)-.18 F F0(n)2.72 E
+F1(mo)144 340.8 Q -.15(ve)-.15 G(s).15 E F0(n)2.546 E F1 .046
+(positions forw)2.546 F .046(ard in the list of matches; a ne)-.1 F -.05
+(ga)-.15 G(ti).05 E .346 -.15(ve a)-.25 H -.18(rg).15 G .046(ument mo)
+.18 F -.15(ve)-.15 G 2.546(sb).15 G(ackw)-2.546 E .046(ard through the)
+-.1 F 2.5(list. This)144 352.8 R(command is intended to be bound to)2.5
+E F2 -.9(TA)2.5 G(B).9 E F1 2.5(,b)C(ut is unbound by def)-2.7 E(ault.)
+-.1 E F2(menu\255complete\255backward)108 364.8 Q F1 .82(Identical to)
+144 376.8 R F2(menu\255complete)3.32 E F1 3.32(,b)C .82(ut mo)-3.52 F
+-.15(ve)-.15 G 3.32(sb).15 G(ackw)-3.32 E .82
 (ard through the list of possible completions, as if)-.1 F F2
-(menu\255complete)144 324 Q F1(had been gi)2.5 E -.15(ve)-.25 G 2.5(nan)
-.15 G -2.25 -.15(eg a)-2.5 H(ti).15 E .3 -.15(ve a)-.25 H -.18(rg).15 G
-2.5(ument. This).18 F(command is unbound by def)2.5 E(ault.)-.1 E F2
-(delete\255char\255or\255list)108 336 Q F1 .234
-(Deletes the character under the cursor if not at the be)144 348 R .234
-(ginning or end of the line \(lik)-.15 F(e)-.1 E F2(delete\255char)2.734
-E F1(\).)A .425(If at the end of the line, beha)144 360 R -.15(ve)-.2 G
-2.925(si).15 G .425(dentically to)-2.925 F F2(possible\255completions)
-2.925 E F1 5.425(.T)C .425(his command is unbound)-5.425 F(by def)144
-372 Q(ault.)-.1 E F2(complete\255\214lename \(M\255/\))108 384 Q F1
-(Attempt \214lename completion on the te)144 396 Q(xt before point.)-.15
-E F2(possible\255\214lename\255completions \(C\255x /\))108 408 Q F1
-(List the possible completions of the te)144 420 Q
+(menu\255complete)144 388.8 Q F1(had been gi)2.5 E -.15(ve)-.25 G 2.5
+(nan).15 G -2.25 -.15(eg a)-2.5 H(ti).15 E .3 -.15(ve a)-.25 H -.18(rg)
+.15 G 2.5(ument. This).18 F(command is unbound by def)2.5 E(ault.)-.1 E
+F2(delete\255char\255or\255list)108 400.8 Q F1 .234
+(Deletes the character under the cursor if not at the be)144 412.8 R
+.234(ginning or end of the line \(lik)-.15 F(e)-.1 E F2(delete\255char)
+2.734 E F1(\).)A .305(At the end of the line, it beha)144 424.8 R -.15
+(ve)-.2 G 2.805(si).15 G .305(dentically to)-2.805 F F2
+(possible\255completions)2.805 E F1 5.305(.T)C .305
+(his command is unbound)-5.305 F(by def)144 436.8 Q(ault.)-.1 E F2
+(complete\255\214lename \(M\255/\))108 448.8 Q F1
+(Attempt \214lename completion on the te)144 460.8 Q(xt before point.)
+-.15 E F2(possible\255\214lename\255completions \(C\255x /\))108 472.8 Q
+F1(List the possible completions of the te)144 484.8 Q
 (xt before point, treating it as a \214lename.)-.15 E F2
-(complete\255user)108 432 Q(name \(M\255\001\))-.15 E F1
-(Attempt completion on the te)144 444 Q
+(complete\255user)108 496.8 Q(name \(M\255\001\))-.15 E F1
+(Attempt completion on the te)144 508.8 Q
 (xt before point, treating it as a username.)-.15 E F2(possible\255user)
-108 456 Q(name\255completions \(C\255x \001\))-.15 E F1
-(List the possible completions of the te)144 468 Q
+108 520.8 Q(name\255completions \(C\255x \001\))-.15 E F1
+(List the possible completions of the te)144 532.8 Q
 (xt before point, treating it as a username.)-.15 E F2(complete\255v)108
-480 Q(ariable \(M\255$\))-.1 E F1(Attempt completion on the te)144 492 Q
-(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F2
-(possible\255v)108 504 Q(ariable\255completions \(C\255x $\))-.1 E F1
-(List the possible completions of the te)144 516 Q
+544.8 Q(ariable \(M\255$\))-.1 E F1(Attempt completion on the te)144
+556.8 Q(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E
+F2(possible\255v)108 568.8 Q(ariable\255completions \(C\255x $\))-.1 E
+F1(List the possible completions of the te)144 580.8 Q
 (xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F2
-(complete\255hostname \(M\255@\))108 528 Q F1
-(Attempt completion on the te)144 540 Q
+(complete\255hostname \(M\255@\))108 592.8 Q F1
+(Attempt completion on the te)144 604.8 Q
 (xt before point, treating it as a hostname.)-.15 E F2
-(possible\255hostname\255completions \(C\255x @\))108 552 Q F1
-(List the possible completions of the te)144 564 Q
+(possible\255hostname\255completions \(C\255x @\))108 616.8 Q F1
+(List the possible completions of the te)144 628.8 Q
 (xt before point, treating it as a hostname.)-.15 E F2
-(complete\255command \(M\255!\))108 576 Q F1 .581
-(Attempt completion on the te)144 588 R .581
+(complete\255command \(M\255!\))108 640.8 Q F1 .581
+(Attempt completion on the te)144 652.8 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 600 R
+(Command comple-)5.58 F .715(tion attempts to match the te)144 664.8 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 612 Q -.15(xe)-.15 G
+(\214nally e)144 676.8 Q -.15(xe)-.15 G
 (cutable \214lenames, in that order).15 E(.)-.55 E F2
-(possible\255command\255completions \(C\255x !\))108 624 Q F1
-(List the possible completions of the te)144 636 Q
-(xt before point, treating it as a command name.)-.15 E F2
-(dynamic\255complete\255history \(M\255T)108 648 Q(AB\))-.9 E F1 .425
-(Attempt completion on the te)144 660 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 672 Q F2(dab)108 684 Q(br)-.1 E
--.15(ev)-.18 G(\255expand).15 E F1 .61
-(Attempt menu completion on the te)144 696 R .611
-(xt before point, comparing the te)-.15 F .611(xt ag)-.15 F .611
-(ainst lines from the his-)-.05 F
-(tory list for possible completion matches.)144 708 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(54)193.45 E 0 Cg EP
-%%Page: 55 55
+(possible\255command\255completions \(C\255x !\))108 688.8 Q F1
+(List the possible completions of the te)144 700.8 Q
+(xt before point, treating it as a command name.)-.15 E(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(57)190.395 E 0 Cg EP
+%%Page: 58 58
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
 .25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF
-(complete\255into\255braces \(M\255{\))108 84 Q F1 .4(Perform \214lenam\
-e completion and insert the list of possible completions enclosed withi\
-n braces so)144 96 R(the list is a)144 108 Q -.25(va)-.2 G
+(dynamic\255complete\255history \(M\255T)108 84 Q(AB\))-.9 E F1 .092
+(Attempt completion on the te)144 96 R .092
+(xt before point, comparing the te)-.15 F .092(xt ag)-.15 F .092
+(ainst history list entries for pos-)-.05 F(sible completion matches.)
+144 108 Q F2(dab)108 120 Q(br)-.1 E -.15(ev)-.18 G(\255expand).15 E F1
+.61(Attempt menu completion on the te)144 132 R .611
+(xt before point, comparing the te)-.15 F .611(xt ag)-.15 F .611
+(ainst lines from the his-)-.05 F
+(tory list for possible completion matches.)144 144 Q F2
+(complete\255into\255braces \(M\255{\))108 156 Q F1 .4(Perform \214lena\
+me completion and insert the list of possible completions enclosed with\
+in braces so)144 168 R(the list is a)144 180 Q -.25(va)-.2 G
 (ilable to the shell \(see).25 E F2(Brace Expansion)2.5 E F1(abo)2.5 E
--.15(ve)-.15 G(\).).15 E F2 -.25(Ke)87 124.8 S(yboard Macr).25 E(os)-.18
-E(start\255kbd\255macr)108 136.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\))
-.833 E F1(Be)144 148.8 Q(gin sa)-.15 E
+-.15(ve)-.15 G(\).).15 E F2 -.25(Ke)87 196.8 S(yboard Macr).25 E(os)-.18
+E(start\255kbd\255macr)108 208.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\))
+.833 E F1(Be)144 220.8 Q(gin sa)-.15 E
 (ving the characters typed into the current k)-.2 E -.15(ey)-.1 G
-(board macro.).15 E F2(end\255kbd\255macr)108 160.8 Q 2.5(o\()-.18 G
-(C\255x \))-2.5 E(\)).833 E F1(Stop sa)144 172.8 Q
+(board macro.).15 E F2(end\255kbd\255macr)108 232.8 Q 2.5(o\()-.18 G
+(C\255x \))-2.5 E(\)).833 E F1(Stop sa)144 244.8 Q
 (ving the characters typed into the current k)-.2 E -.15(ey)-.1 G
 (board macro and store the de\214nition.).15 E F2
-(call\255last\255kbd\255macr)108 184.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5
-E F1(Re-e)144 196.8 Q -.15(xe)-.15 G .999(cute the last k).15 F -.15(ey)
+(call\255last\255kbd\255macr)108 256.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5
+E F1(Re-e)144 268.8 Q -.15(xe)-.15 G .999(cute the last k).15 F -.15(ey)
 -.1 G .999(board macro de\214ned, by making the characters in the macro\
- appear as if).15 F(typed at the k)144 208.8 Q -.15(ey)-.1 G(board.).15
-E F2(print\255last\255kbd\255macr)108 220.8 Q 2.5(o\()-.18 G(\))-2.5 E
-F1(Print the last k)144 232.8 Q -.15(ey)-.1 G
+ appear as if).15 F(typed at the k)144 280.8 Q -.15(ey)-.1 G(board.).15
+E F2(print\255last\255kbd\255macr)108 292.8 Q 2.5(o\()-.18 G(\))-2.5 E
+F1(Print the last k)144 304.8 Q -.15(ey)-.1 G
 (board macro de\214ned in a format suitable for the).15 E F0(inputr)2.5
-E(c)-.37 E F1(\214le.)2.5 E F2(Miscellaneous)87 249.6 Q -.18(re)108
-261.6 S<ad72>.18 E(ead\255init\255\214le \(C\255x C\255r\))-.18 E F1
-1.777(Read in the contents of the)144 273.6 R F0(inputr)4.277 E(c)-.37 E
+E(c)-.37 E F1(\214le.)2.5 E F2(Miscellaneous)87 321.6 Q -.18(re)108
+333.6 S<ad72>.18 E(ead\255init\255\214le \(C\255x C\255r\))-.18 E F1
+1.777(Read in the contents of the)144 345.6 R F0(inputr)4.277 E(c)-.37 E
 F1 1.776(\214le, and incorporate an)4.276 F 4.276(yb)-.15 G 1.776
 (indings or v)-4.276 F 1.776(ariable assignments)-.25 F(found there.)144
-285.6 Q F2(abort \(C\255g\))108 297.6 Q F1 3.248
-(Abort the current editing command and ring the terminal')144 309.6 R
+357.6 Q F2(abort \(C\255g\))108 369.6 Q F1 3.248
+(Abort the current editing command and ring the terminal')144 381.6 R
 5.749(sb)-.55 G 3.249(ell \(subject to the setting of)-5.749 F F2
-(bell\255style)144 321.6 Q F1(\).)A F2(do\255lo)108 333.6 Q(wer)-.1 E
+(bell\255style)144 393.6 Q F1(\).)A F2(do\255lo)108 405.6 Q(wer)-.1 E
 (case\255v)-.18 E(ersion \(M\255A, M\255B, M\255)-.1 E F0(x)A F2(,)A F1
 1.666(...)2.5 G F2(\))-1.666 E F1 1.739(If the meta\214ed character)144
-345.6 R F0(x)4.239 E F1 1.739
+417.6 R F0(x)4.239 E F1 1.739
 (is uppercase, run the command that is bound to the corresponding)4.239
-F(meta\214ed lo)144 357.6 Q(wercase character)-.25 E 5(.T)-.55 G
+F(meta\214ed lo)144 429.6 Q(wercase character)-.25 E 5(.T)-.55 G
 (he beha)-5 E(vior is unde\214ned if)-.2 E F0(x)2.5 E F1(is already lo)
-2.5 E(wercase.)-.25 E F2(pr)108 369.6 Q(e\214x\255meta \(ESC\))-.18 E F1
-(Metafy the ne)144 381.6 Q(xt character typed.)-.15 E/F3 9/Times-Bold@0
+2.5 E(wercase.)-.25 E F2(pr)108 441.6 Q(e\214x\255meta \(ESC\))-.18 E F1
+(Metafy the ne)144 453.6 Q(xt character typed.)-.15 E/F3 9/Times-Bold@0
 SF(ESC)5 E F2(f)2.25 E F1(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F2
-(Meta\255f)2.5 E F1(.)A F2(undo \(C\255_, C\255x C\255u\))108 393.6 Q F1
-(Incremental undo, separately remembered for each line.)144 405.6 Q F2
--2.29 -.18(re v)108 417.6 T(ert\255line \(M\255r\)).08 E F1 .23
-(Undo all changes made to this line.)144 429.6 R .231(This is lik)5.23 F
+(Meta\255f)2.5 E F1(.)A F2(undo \(C\255_, C\255x C\255u\))108 465.6 Q F1
+(Incremental undo, separately remembered for each line.)144 477.6 Q F2
+-2.29 -.18(re v)108 489.6 T(ert\255line \(M\255r\)).08 E F1 .23
+(Undo all changes made to this line.)144 501.6 R .231(This is lik)5.23 F
 2.731(ee)-.1 G -.15(xe)-2.881 G .231(cuting the).15 F F2(undo)2.731 E F1
 .231(command enough times to re-)2.731 F
-(turn the line to its initial state.)144 441.6 Q F2
-(tilde\255expand \(M\255&\))108 453.6 Q F1(Perform tilde e)144 465.6 Q
+(turn the line to its initial state.)144 513.6 Q F2
+(tilde\255expand \(M\255&\))108 525.6 Q F1(Perform tilde e)144 537.6 Q
 (xpansion on the current w)-.15 E(ord.)-.1 E F2
-(set\255mark \(C\255@, M\255<space>\))108 477.6 Q F1
-(Set the mark to the point.)144 489.6 Q(If a numeric ar)5 E
-(gument is supplied, the mark is set to that position.)-.18 E F2
-(exchange\255point\255and\255mark \(C\255x C\255x\))108 501.6 Q F1(Sw)
-144 513.6 Q .283(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.782(dp).15 G .282(osition, and the old)-2.782 F(cursor position is sa)
-144 525.6 Q -.15(ve)-.2 G 2.5(da).15 G 2.5(st)-2.5 G(he mark.)-2.5 E F2
-(character\255sear)108 537.6 Q(ch \(C\255]\))-.18 E F1 3.111(Ac)144
-549.6 S .611(haracter is read and point is mo)-3.111 F -.15(ve)-.15 G
-3.112(dt).15 G 3.112(ot)-3.112 G .612(he ne)-3.112 F .612
-(xt occurrence of that character)-.15 F 5.612(.A)-.55 G(ne)-2.5 E -.05
-(ga)-.15 G(ti).05 E .912 -.15(ve a)-.25 H -.18(rg).15 G(u-).18 E
-(ment searches for pre)144 561.6 Q(vious occurrences.)-.25 E F2
-(character\255sear)108 573.6 Q(ch\255backward \(M\255C\255]\))-.18 E F1
-2.695(Ac)144 585.6 S .194(haracter is read and point is mo)-2.695 F -.15
-(ve)-.15 G 2.694(dt).15 G 2.694(ot)-2.694 G .194(he pre)-2.694 F .194
-(vious occurrence of that character)-.25 F 5.194(.A)-.55 G(ne)-2.5 E
--.05(ga)-.15 G(ti).05 E .494 -.15(ve a)-.25 H -.2(r-).15 G
-(gument searches for subsequent occurrences.)144 597.6 Q F2
-(skip\255csi\255sequence)108 609.6 Q F1 1.826
-(Read enough characters to consume a multi-k)144 621.6 R 2.126 -.15
+(set\255mark \(C\255@, M\255<space>\))108 549.6 Q F1
+(Set the mark to the point.)144 561.6 Q(If a numeric ar)5 E
+(gument is supplied, set the mark to that position.)-.18 E F2
+(exchange\255point\255and\255mark \(C\255x C\255x\))108 573.6 Q F1(Sw)
+144 585.6 Q .872(ap the point with the mark.)-.1 F .871
+(Set the current cursor position to the sa)5.871 F -.15(ve)-.2 G 3.371
+(dp).15 G .871(osition, then set the)-3.371 F
+(mark to the old cursor position.)144 597.6 Q F2(character\255sear)108
+609.6 Q(ch \(C\255]\))-.18 E F1 1.1(Read a character and mo)144 621.6 R
+1.4 -.15(ve p)-.15 H 1.101(oint to the ne).15 F 1.101
+(xt occurrence of that character)-.15 F 6.101(.A)-.55 G(ne)-2.5 E -.05
+(ga)-.15 G(ti).05 E 1.401 -.15(ve a)-.25 H -.18(rg).15 G(ument).18 E
+(searches for pre)144 633.6 Q(vious occurrences.)-.25 E F2
+(character\255sear)108 645.6 Q(ch\255backward \(M\255C\255]\))-.18 E F1
+1.071(Read a character and mo)144 657.6 R 1.371 -.15(ve p)-.15 H 1.071
+(oint to the pre).15 F 1.071(vious occurrence of that character)-.25 F
+6.07(.A)-.55 G(ne)-2.5 E -.05(ga)-.15 G(ti).05 E 1.37 -.15(ve a)-.25 H
+-.18(rg).15 G(u-).18 E(ment searches for subsequent occurrences.)144
+669.6 Q F2(skip\255csi\255sequence)108 681.6 Q F1 1.826
+(Read enough characters to consume a multi-k)144 693.6 R 2.126 -.15
 (ey s)-.1 H 1.827(equence such as those de\214ned for k).15 F -.15(ey)
--.1 G 4.327(sl).15 G(ik)-4.327 E(e)-.1 E .791(Home and End.)144 633.6 R
-.791(Such sequences be)5.791 F .791
+-.1 G 4.327(sl).15 G(ik)-4.327 E(e)-.1 E .219(Home and End.)144 705.6 R
+.219(CSI sequences be)5.219 F .218
 (gin with a Control Sequence Indicator \(CSI\), usually ESC\255[.)-.15 F
-.286(If this sequence is bound to \231\\[\232, k)144 645.6 R -.15(ey)-.1
-G 2.786(sp).15 G .286(roducing such sequences will ha)-2.786 F .587 -.15
-(ve n)-.2 H 2.787(oe).15 G -.25(ff)-2.787 G .287(ect unless e).25 F
-(xplic-)-.15 E .026(itly bound to a readline command, instead of insert\
-ing stray characters into the editing b)144 657.6 R(uf)-.2 E(fer)-.25 E
-5.026(.T)-.55 G(his)-5.026 E(is unbound by def)144 669.6 Q(ault, b)-.1 E
-(ut usually bound to ESC\255[.)-.2 E F2(insert\255comment \(M\255#\))108
-681.6 Q F1 -.4(Wi)144 693.6 S .48(thout a numeric ar).4 F .48
-(gument, the v)-.18 F .481(alue of the readline)-.25 F F2
-(comment\255begin)2.981 E F1 -.25(va)2.981 G .481
-(riable is inserted at the).25 F(be)144 705.6 Q .245
-(ginning of the current line.)-.15 F .245(If a numeric ar)5.245 F .244
-(gument is supplied, this command acts as a toggle: if)-.18 F .321
-(the characters at the be)144 717.6 R .321
-(ginning of the line do not match the v)-.15 F .321(alue of)-.25 F F2
-(comment\255begin)2.821 E F1 2.822(,t)C .322(he v)-2.822 F .322(alue is)
--.25 F .832(inserted, otherwise the characters in)144 729.6 R F2
-(comment\255begin)3.332 E F1 .831(are deleted from the be)3.332 F .831
-(ginning of the line.)-.15 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29
-E(55)193.45 E 0 Cg EP
-%%Page: 56 56
+(If)5.218 E .137(this sequence is bound to \231\\e[\232, k)144 717.6 R
+-.15(ey)-.1 G 2.637(sp).15 G .137(roducing CSI sequences will ha)-2.637
+F .438 -.15(ve n)-.2 H 2.638(oe).15 G -.25(ff)-2.638 G .138
+(ect unless e).25 F(xplicitly)-.15 E .297(bound to a)144 729.6 R F2 -.18
+(re)2.797 G(adline).18 E F1 .297
+(command, instead of inserting stray characters into the editing b)2.797
+F(uf)-.2 E(fer)-.25 E 5.296(.T)-.55 G .296(his is)-5.296 F(GNU Bash 5.3)
+72 768 Q(2024 October 15)141.235 E(58)190.395 E 0 Cg EP
+%%Page: 59 59
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 1.468
-(In either case, the line is accepted as if a ne)144 84 R 1.468
-(wline had been typed.)-.25 F 1.469(The def)6.469 F 1.469(ault v)-.1 F
-1.469(alue of)-.25 F/F2 10/Times-Bold@0 SF(com-)3.969 E(ment\255begin)
-144 96 Q F1 .84(causes this command to mak)3.34 F 3.339(et)-.1 G .839
-(he current line a shell comment.)-3.339 F .839(If a numeric ar)5.839 F
-(gu-)-.18 E(ment causes the comment character to be remo)144 108 Q -.15
-(ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G
-(cuted by the shell.).15 E F2(spell\255corr)108 120 Q(ect\255w)-.18 E
+.25 E F1(\(1\)).95 E(unbound by def)144 84 Q(ault, b)-.1 E
+(ut usually bound to ESC\255[.)-.2 E/F2 10/Times-Bold@0 SF
+(insert\255comment \(M\255#\))108 96 Q F1 -.4(Wi)144 108 S .532
+(thout a numeric ar).4 F .533(gument, insert the v)-.18 F .533
+(alue of the)-.25 F F2 -.18(re)3.033 G .533(adline comment\255begin).18
+F F1 -.25(va)3.033 G .533(riable at the be-).25 F .792
+(ginning of the current line.)144 120 R .791(If a numeric ar)5.791 F
+.791(gument is supplied, this command acts as a toggle: if)-.18 F .863
+(the characters at the be)144 132 R .864
+(ginning of the line do not match the v)-.15 F .864(alue of)-.25 F F2
+(comment\255begin)3.364 E F1 3.364(,i)C .864(nsert the)-3.364 F -.25(va)
+144 144 S .305(lue; otherwise delete the characters in).25 F F2
+(comment-begin)2.804 E F1 .304(from the be)2.804 F .304
+(ginning of the line.)-.15 F .304(In either)5.304 F .947
+(case, the line is accepted as if a ne)144 156 R .948
+(wline had been typed.)-.25 F .948(The def)5.948 F .948(ault v)-.1 F
+.948(alue of)-.25 F F2(comment\255begin)3.448 E F1 .363
+(causes this command to mak)144 168 R 2.863(et)-.1 G .363
+(he current line a shell comment.)-2.863 F .362(If a numeric ar)5.362 F
+.362(gument causes the)-.18 F(comment character to be remo)144 180 Q
+-.15(ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G
+(cuted by the shell.).15 E F2(spell\255corr)108 192 Q(ect\255w)-.18 E
 (ord \(C\255x s\))-.1 E F1 .42
-(Perform spelling correction on the current w)144 132 R .421
+(Perform spelling correction on the current w)144 204 R .421
 (ord, treating it as a directory or \214lename, in the same)-.1 F -.1
-(wa)144 144 S 4.718(ya).1 G 4.718(st)-4.718 G(he)-4.718 E F2(cdspell)
+(wa)144 216 S 4.718(ya).1 G 4.718(st)-4.718 G(he)-4.718 E F2(cdspell)
 4.718 E F1 2.218(shell option.)4.718 F -.8(Wo)7.217 G 2.217
 (rd boundaries are the same as those used by).8 F F2(shell\255f)4.717 E
-(or)-.25 E(-)-.37 E(ward\255w)144 156 Q(ord)-.1 E F1(.)A F2
-(glob\255complete\255w)108 168 Q(ord \(M\255g\))-.1 E F1 .791(The w)144
-180 R .791(ord before point is treated as a pattern for pathname e)-.1 F
-.792(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144
-192 R(pattern is used to generate a list of matching \214lenames for po\
-ssible completions.)2.5 E F2(glob\255expand\255w)108 204 Q
-(ord \(C\255x *\))-.1 E F1 .176(The w)144 216 R .176
-(ord before point is treated as a pattern for pathname e)-.1 F .176
-(xpansion, and the list of matching \214le-)-.15 F .516
-(names is inserted, replacing the w)144 228 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 240 Q(xpansion.)-.15 E F2(glob\255list\255expansions \(C\255x g\))
-108 252 Q F1 .923(The list of e)144 264 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 F2
-(glob\255expand\255w)3.423 E(ord)-.1 E F1 .923(is displayed, and)3.423 F
-.872(the line is redra)144 276 R 3.372(wn. If)-.15 F 3.372(an)3.372 G
-.872(umeric ar)-3.372 F .872
-(gument is supplied, an asterisk is appended before pathname)-.18 F -.15
-(ex)144 288 S(pansion.).15 E F2(dump\255functions)108 300 Q F1 .627
-(Print all of the functions and their k)144 312 R .927 -.15(ey b)-.1 H
-.626(indings to the readline output stream.).15 F .626(If a numeric ar)
-5.626 F(gu-)-.18 E
-(ment is supplied, the output is formatted in such a w)144 324 Q
+(or)-.25 E(-)-.37 E(ward\255w)144 228 Q(ord)-.1 E F1(.)A F2
+(glob\255complete\255w)108 240 Q(ord \(M\255g\))-.1 E F1 -.35(Tr)144 252
+S 1.037(eat the w).35 F 1.037
+(ord before point as a pattern for pathname e)-.1 F 1.038
+(xpansion, with an asterisk implicitly ap-)-.15 F(pended, then use the \
+pattern to generate a list of matching \214le names for possible comple\
+tions.)144 264 Q F2(glob\255expand\255w)108 276 Q(ord \(C\255x *\))-.1 E
+F1 -.35(Tr)144 288 S .033(eat the w).35 F .033
+(ord before point as a pattern for pathname e)-.1 F .033
+(xpansion, and insert the list of matching \214le)-.15 F .083
+(names, replacing the w)144 300 R 2.583(ord. If)-.1 F 2.583(an)2.583 G
+.083(umeric ar)-2.583 F .083(gument is supplied, append a)-.18 F F2(*)
+2.584 E F1 .084(before pathname e)2.584 F(xpan-)-.15 E(sion.)144 312 Q
+F2(glob\255list\255expansions \(C\255x g\))108 324 Q F1 .689
+(Display the list of e)144 336 R .689(xpansions that w)-.15 F .688
+(ould ha)-.1 F .988 -.15(ve b)-.2 H .688(een generated by).15 F F2
+(glob\255expand\255w)3.188 E(ord)-.1 E F1 .688(and redis-)3.188 F
+(play the line.)144 348 Q(If a numeric ar)5 E
+(gument is supplied, append a)-.18 E F2(*)2.5 E F1(before pathname e)2.5
+E(xpansion.)-.15 E F2(dump\255functions)108 360 Q F1 .473
+(Print all of the functions and their k)144 372 R .773 -.15(ey b)-.1 H
+.473(indings to the).15 F F2 -.18(re)2.973 G(adline).18 E F1 .473
+(output stream.)2.973 F .473(If a numeric ar)5.473 F(gu-)-.18 E
+(ment is supplied, the output is formatted in such a w)144 384 Q
 (ay that it can be made part of an)-.1 E F0(inputr)2.5 E(c)-.37 E F1
-(\214le.)2.5 E F2(dump\255v)108 336 Q(ariables)-.1 E F1 .762
-(Print all of the settable readline v)144 348 R .762
-(ariables and their v)-.25 F .763(alues to the readline output stream.)
--.25 F .763(If a nu-)5.763 F .109(meric ar)144 360 R .109
-(gument is supplied, the output is formatted in such a w)-.18 F .108
-(ay that it can be made part of an)-.1 F F0(in-)2.608 E(putr)144 372 Q
-(c)-.37 E F1(\214le.)2.5 E F2(dump\255macr)108 384 Q(os)-.18 E F1 .592
-(Print all of the readline k)144 396 R .892 -.15(ey s)-.1 H .592
-(equences bound to macros and the strings the).15 F 3.093(yo)-.15 G
-3.093(utput. If)-3.093 F 3.093(an)3.093 G(umeric)-3.093 E(ar)144 408 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 F0(inputr)3.027 E(c)-.37 E F1
-(\214le.)144 420 Q F2(display\255shell\255v)108 432 Q
-(ersion \(C\255x C\255v\))-.1 E F1(Display v)144 444 Q
-(ersion information about the current instance of)-.15 E F2(bash)2.5 E
-F1(.)A F2(Pr)87 460.8 Q(ogrammable Completion)-.18 E F1 .146(When w)108
-472.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
-F0(compspec)108 484.8 Q F1 3.829(\)h)C 1.329
-(as been de\214ned using the)-3.829 F F2(complete)3.829 E F1 -.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 F1(belo)3.579 E 1.328(w\), the)
--.25 F(programmable completion f)108 496.8 Q(acilities are in)-.1 E -.2
-(vo)-.4 G -.1(ke).2 G(d.).1 E .497
-(First, the command name is identi\214ed.)108 513.6 R .497
-(If the command w)5.497 F .498
-(ord is the empty string \(completion attempted at)-.1 F .234(the be)108
-525.6 R .233(ginning of an empty line\), an)-.15 F 2.733(yc)-.15 G .233
-(ompspec de\214ned with the)-2.733 F F2<ad45>2.733 E F1 .233(option to)
-2.733 F F2(complete)2.733 E F1 .233(is used.)2.733 F .233(If a comp-)
-5.233 F .481(spec has been de\214ned for that command, the compspec is \
-used to generate the list of possible completions)108 537.6 R .823
-(for the w)108 549.6 R 3.323(ord. If)-.1 F .823(the command w)3.323 F
-.822(ord is a full pathname, a compspec for the full pathname is search\
-ed for)-.1 F 2.866(\214rst. If)108 561.6 R .367(no compspec is found fo\
-r the full pathname, an attempt is made to \214nd a compspec for the po\
-rtion)2.866 F(follo)108 573.6 Q .299(wing the \214nal slash.)-.25 F .298
-(If those searches do not result in a compspec, an)5.299 F 2.798(yc)-.15
-G .298(ompspec de\214ned with the)-2.798 F F2<ad44>2.798 E F1 .056
-(option to)108 585.6 R F2(complete)2.556 E F1 .056(is used as the def)
+(\214le.)2.5 E F2(dump\255v)108 396 Q(ariables)-.1 E F1 .456
+(Print all of the settable)144 408 R F2 -.18(re)2.956 G(adline).18 E F1
+-.25(va)2.955 G .455(riables and their v).25 F .455(alues to the)-.25 F
+F2 -.18(re)2.955 G(adline).18 E F1 .455(output stream.)2.955 F .455
+(If a nu-)5.455 F .108(meric ar)144 420 R .108
+(gument is supplied, the output is formatted in such a w)-.18 F .109
+(ay that it can be made part of an)-.1 F F0(in-)2.609 E(putr)144 432 Q
+(c)-.37 E F1(\214le.)2.5 E F2(dump\255macr)108 444 Q(os)-.18 E F1 .089
+(Print all of the)144 456 R F2 -.18(re)2.589 G(adline).18 E F1 -.1(ke)
+2.589 G 2.589(ys)-.05 G .089
+(equences bound to macros and the strings the)-2.589 F 2.589(yo)-.15 G
+.088(utput to the)-2.589 F F2 -.18(re)2.588 G(adline).18 E F1 .243
+(output stream.)144 468 R .243(If a numeric ar)5.243 F .243
+(gument is supplied, the output is formatted in such a w)-.18 F .244
+(ay that it can)-.1 F(be made part of an)144 480 Q F0(inputr)2.5 E(c)
+-.37 E F1(\214le.)2.5 E F2(execute\255named\255command \(M-x\))108 492 Q
+F1 1.084(Read a bindable)144 504 R F2 -.18(re)3.584 G(adline).18 E F1
+1.083(command name from the input and e)3.584 F -.15(xe)-.15 G 1.083
+(cute the function to which it').15 F(s)-.55 E .278(bound, as if the k)
+144 516 R .578 -.15(ey s)-.1 H .278(equence to which it w).15 F .279
+(as bound appeared in the input.)-.1 F .279(If this function is sup-)
+5.279 F(plied with a numeric ar)144 528 Q(gument, it passes that ar)-.18
+E(gument to the function it e)-.18 E -.15(xe)-.15 G(cutes.).15 E F2
+(display\255shell\255v)108 540 Q(ersion \(C\255x C\255v\))-.1 E F1
+(Display v)144 552 Q(ersion information about the current instance of)
+-.15 E F2(bash)2.5 E F1(.)A F2(Pr)87 568.8 Q(ogrammable Completion)-.18
+E F1 .078(When a user attempts w)108 580.8 R .078
+(ord completion for an ar)-.1 F .077
+(gument to a command for which a completion speci\214cation)-.18 F(\(a)
+108 592.8 Q F0(compspec)4.171 E F1 4.171(\)h)C 1.671
+(as been de\214ned using the)-4.171 F F2(complete)4.171 E F1 -.2(bu)
+4.171 G 1.671(iltin \(see).2 F/F3 9/Times-Bold@0 SF 1.672(SHELL B)4.171
+F(UIL)-.09 E 1.672(TIN COMMANDS)-.828 F F1(belo)3.922 E(w\),)-.25 E F2
+-.18(re)108 604.8 S(adline).18 E F1(in)2.5 E -.2(vo)-.4 G -.1(ke).2 G
+2.5(st).1 G(he programmable completion f)-2.5 E(acilities.)-.1 E(First,)
+108 621.6 Q F2(bash)2.664 E F1 .163(identi\214es the command name.)2.664
+F .163(If a compspec has been de\214ned for that command, the compspec)
+5.163 F .454
+(is used to generate the list of possible completions for the w)108
+633.6 R 2.954(ord. If)-.1 F .454(the command w)2.954 F .455
+(ord is the empty string)-.1 F .129(\(completion attempted at the be)108
+645.6 R .129(ginning of an empty line\),)-.15 F F2(bash)2.629 E F1 .129
+(uses an)2.629 F 2.629(yc)-.15 G .129(ompspec de\214ned with the)-2.629
+F F2<ad45>2.628 E F1(op-)2.628 E .231(tion to)108 657.6 R F2(complete)
+2.731 E F1 5.231(.I)C 2.731(ft)-5.231 G .231(he command w)-2.731 F .231
+(ord is a full pathname,)-.1 F F2(bash)2.732 E F1 .232
+(searches for a compspec for the full path-)2.732 F .284(name \214rst.)
+108 669.6 R .283(If there is no compspec for the full pathname,)5.284 F
+F2(bash)2.783 E F1 .283(attempts to \214nd a compspec for the portion)
+2.783 F(follo)108 681.6 Q .298(wing the \214nal slash.)-.25 F .298
+(If those searches do not result in a compspec, an)5.298 F 2.799(yc)-.15
+G .299(ompspec de\214ned with the)-2.799 F F2<ad44>2.799 E F1 .057
+(option to)108 693.6 R F2(complete)2.557 E F1 .056(is used as the def)
 2.556 F 2.556(ault. If)-.1 F .056(there is no def)2.556 F .056
 (ault compspec,)-.1 F F2(bash)2.556 E F1 .056(attempts alias e)2.556 F
-.057(xpansion on)-.15 F .333(the command w)108 597.6 R .332(ord as a \
+.056(xpansion on)-.15 F .332(the command w)108 705.6 R .332(ord as a \
 \214nal resort, and attempts to \214nd a compspec for the command w)-.1
-F .332(ord from an)-.1 F 2.832(ys)-.15 G(uc-)-2.832 E(cessful e)108
-609.6 Q(xpansion.)-.15 E .817(Once a compspec has been found, it is use\
-d to generate the list of matching w)108 626.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 638.4 Q
-(ault)-.1 E F2(bash)2.5 E F1(completion as described abo)2.5 E .3 -.15
-(ve u)-.15 H(nder).15 E F2(Completing)2.5 E F1(is performed.)2.5 E .464
-(First, the actions speci\214ed by the compspec are used.)108 655.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 667.2 R .595
-(When the)5.595 F F2<ad66>3.095 E F1(or)3.095 E F2<ad64>3.095 E F1 .596
-(option is used for \214lename or directory name completion, the)3.095 F
-(shell v)108 679.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F1
-(is used to \214lter the matches.)2.25 E(An)108 696 Q 4.084(yc)-.15 G
-1.584(ompletions speci\214ed by a pathname e)-4.084 F 1.584
-(xpansion pattern to the)-.15 F F2<ad47>4.084 E F1 1.584
-(option are generated ne)4.084 F 4.084(xt. The)-.15 F -.1(wo)108 708 S
-.554(rds generated by the pattern need not match the w).1 F .555
-(ord being completed.)-.1 F(The)5.555 E F3(GLOBIGNORE)3.055 E F1 .555
-(shell v)2.805 F(ari-)-.25 E
-(able is not used to \214lter the matches, b)108 720 Q(ut the)-.2 E F3
-(FIGNORE)2.5 E F1 -.25(va)2.25 G(riable is used.).25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(56)193.45 E 0 Cg EP
-%%Page: 57 57
+F .332(ord from an)-.1 F 2.833(ys)-.15 G(uc-)-2.833 E(cessful e)108
+717.6 Q(xpansion.)-.15 E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E
+(59)190.395 E 0 Cg EP
+%%Page: 60 60
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(Ne)108 84 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 F1 .32(option is considered.)2.821 F
-.32(The string is \214rst split using the)5.32 F .412(characters in the)
-108 96 R/F3 9/Times-Bold@0 SF(IFS)2.912 E F1 .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 .092
-(using brace e)108 108 R .092(xpansion, tilde e)-.15 F .092
-(xpansion, parameter and v)-.15 F .092(ariable e)-.25 F .091
-(xpansion, command substitution, and arith-)-.15 F 1.396(metic e)108 120
-R 1.396(xpansion, as described abo)-.15 F 1.696 -.15(ve u)-.15 H(nder)
-.15 E F3(EXP)3.896 E(ANSION)-.666 E/F4 9/Times-Roman@0 SF(.)A F1 1.396
-(The results are split using the rules described)5.896 F(abo)108 132 Q
-.51 -.15(ve u)-.15 H(nder).15 E F2 -.75(Wo)2.71 G .21(rd Splitting).75 F
-F1 5.21(.T)C .209(he results of the e)-5.21 F .209
-(xpansion are pre\214x-matched ag)-.15 F .209(ainst the w)-.05 F .209
-(ord being com-)-.1 F(pleted, and the matching w)108 144 Q
-(ords become the possible completions.)-.1 E .233
-(After these matches ha)108 160.8 R .533 -.15(ve b)-.2 H .233
-(een generated, an).15 F 2.733(ys)-.15 G .234
-(hell function or command speci\214ed with the)-2.733 F F2<ad46>2.734 E
-F1(and)2.734 E F2<ad43>2.734 E F1(op-)2.734 E 4.209(tions is in)108
-172.8 R -.2(vo)-.4 G -.1(ke).2 G 6.709(d. When).1 F 4.208
-(the command or function is in)6.709 F -.2(vo)-.4 G -.1(ke).2 G 4.208
-(d, the).1 F F3(COMP_LINE)6.708 E F4(,)A F3(COMP_POINT)6.458 E F4(,)A F3
-(COMP_KEY)108 184.8 Q F4(,)A F1(and)2.407 E F3(COMP_TYPE)2.657 E F1 -.25
-(va)2.407 G .157(riables are assigned v).25 F .157
-(alues as described abo)-.25 F .457 -.15(ve u)-.15 H(nder).15 E F2 .158
-(Shell V)2.658 F(ariables)-.92 E F1 5.158(.I)C(f)-5.158 E 3.486(as)108
-196.8 S .986(hell function is being in)-3.486 F -.2(vo)-.4 G -.1(ke).2 G
+.25 E F1(\(1\)).95 E .96(If a compspec is not found,)108 84 R/F2 10
+/Times-Bold@0 SF(bash)3.46 E F1 .96(performs its def)3.46 F .96
+(ault completion as described abo)-.1 F 1.26 -.15(ve u)-.15 H(nder).15 E
+F2(Completing)3.46 E F1(.)A(Otherwise, once a compspec has been found,)
+108 96 Q F2(bash)2.5 E F1(uses it to generate the list of matching w)2.5
+E(ords.)-.1 E(First,)108 112.8 Q F2(bash)2.904 E F1 .404(performs the)
+2.904 F F0(actions)2.904 E F1 .404(speci\214ed by the compspec.)2.904 F
+.405(Only matches which are pre\214x)5.404 F .405(ed by the w)-.15 F
+(ord)-.1 E .007(being completed are returned.)108 124.8 R .007(When the)
+5.007 F F2<ad66>2.507 E F1(or)2.507 E F2<ad64>2.507 E F1 .007
+(option is used for \214lename or directory name completion,)2.507 F F2
+(bash)108 136.8 Q F1(uses the shell v)2.5 E(ariable)-.25 E/F3 9
+/Times-Bold@0 SF(FIGNORE)2.5 E F1(to \214lter the matches.)2.25 E(An)108
+153.6 Q 4.084(yc)-.15 G 1.584(ompletions speci\214ed by a pathname e)
+-4.084 F 1.584(xpansion pattern to the)-.15 F F2<ad47>4.084 E F1 1.584
+(option are generated ne)4.084 F 4.084(xt. The)-.15 F -.1(wo)108 165.6 S
+.638(rds generated by the pattern need not match the w).1 F .638
+(ord being completed.)-.1 F F2(Bash)5.638 E F1 .638(uses the)3.138 F F3
+(FIGNORE)3.138 E F1 -.25(va)2.887 G(ri-).25 E
+(able to \214lter the matches, b)108 177.6 Q(ut does not use the)-.2 E
+F3(GLOBIGNORE)2.5 E F1(shell v)2.25 E(ariable.)-.25 E(Ne)108 194.4 Q
+.717(xt, completion considers the string speci\214ed as the ar)-.15 F
+.718(gument to the)-.18 F F2<ad57>3.218 E F1 3.218(option. The)3.218 F
+.718(string is \214rst split)3.218 F .493(using the characters in the)
+108 206.4 R F3(IFS)2.993 E F1 .493(special v)2.743 F .493
+(ariable as delimiters.)-.25 F .493(Shell quoting is honored.)5.493 F
+.492(Each w)5.492 F .492(ord is then)-.1 F -.15(ex)108 218.4 S .139
+(panded using brace e).15 F .139(xpansion, tilde e)-.15 F .139
+(xpansion, parameter and v)-.15 F .139(ariable e)-.25 F .139
+(xpansion, command substitution,)-.15 F .655(and arithmetic e)108 230.4
+R .655(xpansion, as described abo)-.15 F .955 -.15(ve u)-.15 H(nder).15
+E F3(EXP)3.155 E(ANSION)-.666 E/F4 9/Times-Roman@0 SF(.)A F1 .655
+(The results are split using the rules de-)5.155 F .284(scribed abo)108
+242.4 R .584 -.15(ve u)-.15 H(nder).15 E F2 -.75(Wo)2.784 G .284
+(rd Splitting).75 F F1 5.284(.T)C .284(he results of the e)-5.284 F .284
+(xpansion are pre\214x-matched ag)-.15 F .284(ainst the w)-.05 F .284
+(ord be-)-.1 F(ing completed, and the matching w)108 254.4 Q
+(ords become possible completions.)-.1 E .489(After these matches ha)108
+271.2 R .789 -.15(ve b)-.2 H .489(een generated,).15 F F2(bash)2.989 E
+F1 -.15(exe)2.989 G .489(cutes an).15 F 2.989(ys)-.15 G .488
+(hell function or command speci\214ed with the)-2.989 F F2<ad46>108
+283.2 Q F1(and)5.347 E F2<ad43>5.347 E F1 5.348(options. When)5.348 F
+2.848(the command or function is in)5.348 F -.2(vo)-.4 G -.1(ke).2 G
+2.848(d, the).1 F F3(COMP_LINE)5.348 E F4(,)A F3(COMP_POINT)5.098 E F4
+(,)A F3(COMP_KEY)108 295.2 Q F4(,)A F1(and)2.408 E F3(COMP_TYPE)2.658 E
+F1 -.25(va)2.408 G .157(riables are assigned v).25 F .157
+(alues as described abo)-.25 F .457 -.15(ve u)-.15 H(nder).15 E F2 .157
+(Shell V)2.657 F(ariables)-.92 E F1 5.157(.I)C(f)-5.157 E 3.485(as)108
+307.2 S .986(hell function is being in)-3.485 F -.2(vo)-.4 G -.1(ke).2 G
 .986(d, the).1 F F3(COMP_W)3.486 E(ORDS)-.09 E F1(and)3.236 E F3
 (COMP_CW)3.486 E(ORD)-.09 E F1 -.25(va)3.236 G .986
-(riables are also set.).25 F(When)5.985 E .346
-(the function or command is in)108 208.8 R -.2(vo)-.4 G -.1(ke).2 G .346
-(d, the \214rst ar).1 F .346(gument \()-.18 F F2($1)A F1 2.847(\)i)C
-2.847(st)-2.847 G .347(he name of the command whose ar)-2.847 F(guments)
--.18 E .264(are being completed, the second ar)108 220.8 R .264
-(gument \()-.18 F F2($2)A F1 2.764(\)i)C 2.764(st)-2.764 G .264(he w)
--2.764 F .263(ord being completed, and the third ar)-.1 F .263
-(gument \()-.18 F F2($3)A F1 2.763(\)i)C(s)-2.763 E .628(the w)108 232.8
-R .628(ord preceding the w)-.1 F .629
-(ord being completed on the current command line.)-.1 F .629
-(No \214ltering of the generated)5.629 F .715(completions ag)108 244.8 R
-.715(ainst the w)-.05 F .714(ord being completed is performed; the func\
-tion or command has complete free-)-.1 F(dom in generating the matches.)
-108 256.8 Q(An)108 273.6 Q 2.937(yf)-.15 G .437
-(unction speci\214ed with)-2.937 F F2<ad46>2.937 E F1 .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 .438(acilities, including)-.1 F(the)108 285.6 Q F2
-(compgen)2.957 E F1 -.2(bu)2.957 G .457(iltin described belo).2 F 1.756
--.65(w, t)-.25 H 2.956(og).65 G .456(enerate the matches.)-2.956 F .456
-(It must put the possible completions in the)5.456 F F3(COMPREPL)108
-297.6 Q(Y)-.828 E F1(array v)2.25 E(ariable, one per array element.)-.25
-E(Ne)108 314.4 Q .08(xt, an)-.15 F 2.58(yc)-.15 G .08
-(ommand speci\214ed with the)-2.58 F F2<ad43>2.58 E F1 .081
-(option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G 2.581(di).1 G 2.581(na)
--2.581 G 2.581(ne)-2.581 G -.4(nv)-2.581 G .081(ironment equi).4 F -.25
-(va)-.25 G .081(lent to command sub-).25 F 2.859(stitution. It)108 326.4
-R .359(should print a list of completions, one per line, to the standar\
-d output.)2.859 F .358(Backslash may be used)5.359 F(to escape a ne)108
-338.4 Q(wline, if necessary)-.25 E(.)-.65 E .376
-(After all of the possible completions are generated, an)108 355.2 R
-2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F2<ad58>2.877
-E F1 .377(option is applied to the)2.877 F 3.182(list. The)108 367.2 R
-.682(\214lter is a pattern as used for pathname e)3.182 F .681
-(xpansion; a)-.15 F F2(&)3.181 E F1 .681
-(in the pattern is replaced with the te)3.181 F .681(xt of)-.15 F .522
-(the w)108 379.2 R .522(ord being completed.)-.1 F 3.022(Al)5.522 G
-(iteral)-3.022 E F2(&)3.022 E F1 .523
+(riables are also set.).25 F(When)5.986 E .347
+(the function or command is in)108 319.2 R -.2(vo)-.4 G -.1(ke).2 G .347
+(d, the \214rst ar).1 F .346(gument \()-.18 F F2($1)A F1 2.846(\)i)C
+2.846(st)-2.846 G .346(he name of the command whose ar)-2.846 F(guments)
+-.18 E .263(are being completed, the second ar)108 331.2 R .263
+(gument \()-.18 F F2($2)A F1 2.763(\)i)C 2.763(st)-2.763 G .264(he w)
+-2.763 F .264(ord being completed, and the third ar)-.1 F .264
+(gument \()-.18 F F2($3)A F1 2.764(\)i)C(s)-2.764 E 1.098(the w)108
+343.2 R 1.098(ord preceding the w)-.1 F 1.098
+(ord being completed on the current command line.)-.1 F 1.097
+(There is no \214ltering of the)6.097 F .576(generated completions ag)
+108 355.2 R .577(ainst the w)-.05 F .577
+(ord being completed; the function or command has complete freedom)-.1 F
+(in generating the matches.)108 367.2 Q(An)108 384 Q 2.938(yf)-.15 G
+.437(unction speci\214ed with)-2.938 F F2<ad46>2.937 E F1 .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 396 Q F2
+(compgen)2.505 E F1(and)2.505 E F2(compopt)2.505 E F1 -.2(bu)2.505 G
+.005(iltins described belo).2 F 1.306 -.65(w, t)-.25 H 2.506(og).65 G
+.006(enerate the matches.)-2.506 F .006(It must put the possible com-)
+5.006 F(pletions in the)108 408 Q F3(COMPREPL)2.5 E(Y)-.828 E F1
+(array v)2.25 E(ariable, one per array element.)-.25 E(Ne)108 424.8 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 F1 .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 436.8 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 448.8 Q
+(wline, if necessary)-.25 E 5(.T)-.65 G
+(hese are added to the set of possible completions.)-5 E .377
+(After all of the possible completions are generated, an)108 465.6 R
+2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F2<ad58>2.876
+E F1 .376(option is applied to the)2.876 F 3.181(list. The)108 477.6 R
+.681(\214lter is a pattern as used for pathname e)3.181 F .681
+(xpansion; a)-.15 F F2(&)3.181 E F1 .682
+(in the pattern is replaced with the te)3.182 F .682(xt of)-.15 F .523
+(the w)108 489.6 R .523(ord being completed.)-.1 F 3.023(Al)5.523 G
+(iteral)-3.023 E F2(&)3.023 E F1 .522
 (may be escaped with a backslash; the backslash is remo)3.022 F -.15(ve)
--.15 G 3.023(db).15 G(efore)-3.023 E .85(attempting a match.)108 391.2 R
-(An)5.85 E 3.35(yc)-.15 G .849
-(ompletion that matches the pattern will be remo)-3.35 F -.15(ve)-.15 G
-3.349(df).15 G .849(rom the list.)-3.349 F 3.349(Al)5.849 G(eading)
--3.349 E F2(!)3.349 E F1(ne)108 403.2 Q -.05(ga)-.15 G .764
+-.15 G 3.022(db).15 G(efore)-3.022 E .849(attempting a match.)108 501.6
+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 F1(ne)108 513.6 Q -.05(ga)-.15 G .764
 (tes the pattern; in this case an).05 F 3.264(yc)-.15 G .764
 (ompletion not matching the pattern will be remo)-3.264 F -.15(ve)-.15 G
-3.264(d. If).15 F(the)3.265 E F2(nocase-)3.265 E(match)108 415.2 Q F1
+3.264(d. If).15 F(the)3.264 E F2(nocase-)3.264 E(match)108 525.6 Q F1
 (shell option is enabled, the match is performed without re)2.5 E -.05
 (ga)-.15 G(rd to the case of alphabetic characters.).05 E(Finally)108
-432 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 F1(and)3.087 E F2
-<ad53>3.087 E F1 .587(options are added to each member of the com-)3.087
-F(pletion list, and the result is returned to the readline completion c\
-ode as the list of possible completions.)108 444 Q .246(If the pre)108
-460.8 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 F1 .247(option w)2.747 F .247(as supplied to)-.1 F F2(complete)
-108 472.8 Q F1(when the compspec w)2.5 E
-(as de\214ned, directory name completion is attempted.)-.1 E .462
-(If the)108 489.6 R F2 .462(\255o plusdirs)2.962 F F1 .462(option w)
-2.962 F .462(as supplied to)-.1 F F2(complete)2.962 E F1 .462
-(when the compspec w)2.962 F .462(as de\214ned, directory name com-)-.1
-F(pletion is attempted and an)108 501.6 Q 2.5(ym)-.15 G
-(atches are added to the results of the other actions.)-2.5 E .559
-(By def)108 518.4 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 530.4 R .632(The def)5.632 F(ault)-.1
-E F2(bash)3.132 E F1 .631
-(completions are not attempted, and the readline def)3.131 F .631
-(ault of \214le-)-.1 F .558(name completion is disabled.)108 542.4 R
-.558(If the)5.558 F F2 .559(\255o bashdefault)3.059 F F1 .559(option w)
-3.059 F .559(as supplied to)-.1 F F2(complete)3.059 E F1 .559
-(when the compspec)3.059 F -.1(wa)108 554.4 S 3.172(sd).1 G .672
-(e\214ned, the)-3.172 F F2(bash)3.172 E F1(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 566.4 Q F1 1.207
-(option w)3.706 F 1.207(as supplied to)-.1 F F2(complete)3.707 E F1
-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
-578.4 Q(ault)-.1 E F2(bash)2.5 E F1(completions\) generate no matches.)
-2.5 E .245(When a compspec indicates that directory name completion is \
-desired, the programmable completion func-)108 595.2 R .632(tions force\
- readline to append a slash to completed names which are symbolic links\
- to directories, subject)108 607.2 R 2.762(to the v)108 619.2 R 2.762
-(alue of the)-.25 F F2(mark\255dir)5.262 E(ectories)-.18 E F1 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 631.2
-Q(ed\255dir)-.1 E(ectories)-.18 E F1(readline v)2.5 E(ariable.)-.25 E
-.19(There is some support for dynamically modifying completions.)108 648
-R .191(This is most useful when used in combina-)5.191 F 1.172
-(tion with a def)108 660 R 1.172(ault completion speci\214ed with)-.1 F
-F2 1.172(complete \255D)3.672 F F1 6.172(.I)C(t')-6.172 E 3.672(sp)-.55
-G 1.172(ossible for shell functions e)-3.672 F -.15(xe)-.15 G 1.172
-(cuted as).15 F .93(completion handlers to indicate that completion sho\
-uld be retried by returning an e)108 672 R .93(xit status of 124.)-.15 F
-.93(If a)5.93 F .1(shell function returns 124, and changes the compspec\
- associated with the command on which completion is)108 684 R .665
-(being attempted \(supplied as the \214rst ar)108 696 R .666
-(gument when the function is e)-.18 F -.15(xe)-.15 G .666
-(cuted\), programmable completion).15 F .084(restarts from the be)108
-708 R .084(ginning, with an attempt to \214nd a ne)-.15 F 2.584(wc)-.25
-G .084(ompspec for that command.)-2.584 F .083(This allo)5.083 F .083
-(ws a set of)-.25 F(completions to be b)108 720 Q(uilt dynamically as c\
-ompletion is attempted, rather than being loaded all at once.)-.2 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(57)193.45 E 0 Cg EP
-%%Page: 58 58
+542.4 Q 3.086(,a)-.65 G .886 -.15(ny p)-3.086 H .586(re\214x and suf).15
+F .587(\214x speci\214ed with the)-.25 F F2<ad50>3.087 E F1(and)3.087 E
+F2<ad53>3.087 E F1 .587(options are added to each member of the com-)
+3.087 F(pletion list, and the result is returned to)108 554.4 Q F2 -.18
+(re)2.5 G(adline).18 E F1(as the list of possible completions.)2.5 E
+.247(If the pre)108 571.2 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 F1 .247
+(option w)2.747 F .246(as supplied to)-.1 F F2(complete)108 583.2 Q F1
+(when the compspec w)2.5 E(as de\214ned,)-.1 E F2(bash)2.5 E F1
+(attempts directory name completion.)2.5 E .53(If the)108 600 R F2 .53
+(\255o plusdirs)3.03 F F1 .53(option w)3.03 F .53(as supplied to)-.1 F
+F2(complete)3.03 E F1 .53(when the compspec w)3.03 F .53(as de\214ned,)
+-.1 F F2(bash)3.03 E F1 .53(attempts direc-)3.03 F
+(tory name completion and adds an)108 612 Q 2.5(ym)-.15 G
+(atches to the set of possible completions.)-2.5 E .56(By def)108 628.8
+R .56(ault, if a compspec is found, whate)-.1 F -.15(ve)-.25 G 3.06(ri)
+.15 G 3.06(tg)-3.06 G .559
+(enerates is returned to the completion code as the full set)-3.06 F
+.053(of possible completions.)108 640.8 R .053(The def)5.053 F(ault)-.1
+E F2(bash)2.553 E F1 .054(completions and the)2.553 F F2 -.18(re)2.554 G
+(adline).18 E F1(def)2.554 E .054(ault of \214lename completion are)-.1
+F 3.344(disabled. If)108 652.8 R(the)3.344 E F2 .843(\255o bashdefault)
+3.343 F F1 .843(option w)3.343 F .843(as supplied to)-.1 F F2(complete)
+3.343 E F1 .843(when the compspec w)3.343 F .843(as de\214ned, if the)
+-.1 F .584(compspec generates no matches,)108 664.8 R F2(bash)3.084 E F1
+.584(attempts its def)3.084 F .584(ault completions.)-.1 F .584(If the)
+5.584 F F2 .584(\255o default)3.084 F F1 .584(option w)3.084 F .584
+(as sup-)-.1 F .523(plied to)108 676.8 R F2(complete)3.023 E F1 .522
+(when the compspec w)3.023 F .522
+(as de\214ned, programmable completion will perform)-.1 F F2 -.18(re)
+3.022 G(adline).18 E F1 1.622 -.55('s d)D(e-).55 E -.1(fa)108 688.8 S
+(ult completion if the compspec \(and, if attempted, the def).1 E(ault)
+-.1 E F2(bash)2.5 E F1(completions\) generate no matches.)2.5 E .245(Wh\
+en a compspec indicates that directory name completion is desired, the \
+programmable completion func-)108 705.6 R .47(tions force)108 717.6 R F2
+-.18(re)2.97 G(adline).18 E F1 .469(to append a slash to completed name\
+s which are symbolic links to directories, subject)2.97 F 4.042
+(to the v)108 729.6 R 4.043(alue of the)-.25 F F2(mark\255dir)6.543 E
+4.043(ectories r)-.18 F(eadline)-.18 E F1 -.25(va)6.543 G 4.043
+(riable, re).25 F -.05(ga)-.15 G 4.043(rdless of the setting of the).05
+F F2(mark-)6.543 E F1(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E
+(60)190.395 E 0 Cg EP
+%%Page: 61 61
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E -.15(Fo)108 84 S 2.636(ri).15 G .137
-(nstance, assuming that there is a library of compspecs, each k)-2.636 F
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(symlink)108 84 Q(ed\255dir)
+-.1 E(ectories r)-.18 E(eadline)-.18 E F1 -.25(va)2.5 G(riable.).25 E
+.191(There is some support for dynamically modifying completions.)108
+100.8 R .19(This is most useful when used in combina-)5.191 F 1.172
+(tion with a def)108 112.8 R 1.172(ault completion speci\214ed with)-.1
+F F2 1.172(complete \255D)3.672 F F1 6.172(.I)C(t')-6.172 E 3.672(sp)
+-.55 G 1.172(ossible for shell functions e)-3.672 F -.15(xe)-.15 G 1.172
+(cuted as).15 F .734(completion functions to indicate that completion s\
+hould be retried by returning an e)108 124.8 R .733(xit status of 124.)
+-.15 F .733(If a)5.733 F .1(shell function returns 124, and changes the\
+ compspec associated with the command on which completion is)108 136.8 R
+.666(being attempted \(supplied as the \214rst ar)108 148.8 R .665
+(gument when the function is e)-.18 F -.15(xe)-.15 G .665
+(cuted\), programmable completion).15 F .083(restarts from the be)108
+160.8 R .084(ginning, with an attempt to \214nd a ne)-.15 F 2.584(wc)
+-.25 G .084(ompspec for that command.)-2.584 F .084(This allo)5.084 F
+.084(ws a set of)-.25 F(completions to be b)108 172.8 Q(uilt dynamicall\
+y as completion is attempted, rather than being loaded all at once.)-.2
+E -.15(Fo)108 189.6 S 2.637(ri).15 G .137
+(nstance, assuming that there is a library of compspecs, each k)-2.637 F
 .137(ept in a \214le corresponding to the name of)-.1 F
-(the command, the follo)108 96 Q(wing def)-.25 E
+(the command, the follo)108 201.6 Q(wing def)-.25 E
 (ault completion function w)-.1 E(ould load completions dynamically:)-.1
-E/F2 10/Courier@0 SF(_completion_loader\(\))144 108 Q({)144 120 Q 6(.")
-156 132 S(/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6
-E(})144 144 Q(complete \255D \255F _completion_loader \255o bashdefault\
- \255o default)144 156 Q/F3 10.95/Times-Bold@0 SF(HIST)72 172.8 Q(OR)
--.197 E(Y)-.383 E F1 .372(When the)108 184.8 R/F4 10/Times-Bold@0 SF
-.372(\255o history)2.872 F F1 .372(option to the)2.872 F F4(set)2.872 E
-F1 -.2(bu)2.872 G .372(iltin is enabled, the shell pro).2 F .371
-(vides access to the)-.15 F F0 .371(command history)2.871 F F1(,)A .304
-(the list of commands pre)108 196.8 R .304(viously typed.)-.25 F .304
-(The v)5.304 F .304(alue of the)-.25 F/F5 9/Times-Bold@0 SF(HISTSIZE)
-2.804 E F1 -.25(va)2.554 G .305(riable is used as the number of com-).25
-F .43(mands to sa)108 208.8 R .73 -.15(ve i)-.2 H 2.93(nah).15 G .43
-(istory list.)-2.93 F .43(The te)5.43 F .429(xt of the last)-.15 F F5
-(HISTSIZE)2.929 E F1 .429(commands \(def)2.679 F .429(ault 500\) is sa)
--.1 F -.15(ve)-.2 G 2.929(d. The).15 F(shell)2.929 E .287
-(stores each command in the history list prior to parameter and v)108
-220.8 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F5(EXP)2.787 E
-(ANSION)-.666 E F1(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108 232.8
-S 4.066(ta).2 G 1.565(fter history e)-4.066 F 1.565
-(xpansion is performed, subject to the v)-.15 F 1.565
-(alues of the shell v)-.25 F(ariables)-.25 E F5(HISTIGNORE)4.065 E F1
-(and)3.815 E F5(HISTCONTR)108 244.8 Q(OL)-.27 E/F6 9/Times-Roman@0 SF(.)
-A F1 1.184
-(On startup, the history is initialized from the \214le named by the v)
-108 261.6 R(ariable)-.25 E F5(HISTFILE)3.685 E F1(\(def)3.435 E(ault)-.1
-E F0(\001/.bash_his-)3.685 E(tory)108 273.6 Q F1 3.774(\). The)B 1.274
-(\214le named by the v)3.774 F 1.274(alue of)-.25 F F5(HISTFILE)3.774 E
-F1 1.273(is truncated, if necessary)3.524 F 3.773(,t)-.65 G 3.773(oc)
--3.773 G 1.273(ontain no more than the)-3.773 F 1.191
-(number of lines speci\214ed by the v)108 285.6 R 1.191(alue of)-.25 F
-F5(HISTFILESIZE)3.691 E F6(.)A F1(If)5.691 E F4(HISTFILESIZE)3.691 E F1
-1.192(is unset, or set to null, a)3.691 F .112(non-numeric v)108 297.6 R
-.112(alue, or a numeric v)-.25 F .112
-(alue less than zero, the history \214le is not truncated.)-.25 F .111
-(When the history \214le)5.111 F .275(is read, lines be)108 309.6 R .275
-(ginning with the history comment character follo)-.15 F .276
-(wed immediately by a digit are interpreted)-.25 F .6
-(as timestamps for the follo)108 321.6 R .599(wing history line.)-.25 F
-.599(These timestamps are optionally displayed depending on the)5.599 F
--.25(va)108 333.6 S 1.138(lue of the).25 F F5(HISTTIMEFORMA)3.638 E(T)
--.855 E F1 -.25(va)3.388 G 3.638(riable. When).25 F 3.638(as)3.638 G
-1.138(hell with history enabled e)-3.638 F 1.139(xits, the last)-.15 F
-F5($HISTSIZE)3.639 E F1 .506(lines are copied from the history list to)
-108 345.6 R F5($HISTFILE)3.005 E F6(.)A F1 .505(If the)5.005 F F4
-(histappend)3.005 E F1 .505(shell option is enabled \(see the de-)3.005
-F .599(scription of)108 357.6 R F4(shopt)3.099 E F1(under)3.099 E F5 .6
-(SHELL B)3.099 F(UIL)-.09 E .6(TIN COMMANDS)-.828 F F1(belo)2.85 E .6
-(w\), the lines are appended to the history \214le,)-.25 F .047
-(otherwise the history \214le is o)108 369.6 R -.15(ve)-.15 G 2.547
-(rwritten. If).15 F F5(HISTFILE)2.547 E F1 .047
-(is unset or null, or if the history \214le is unwritable, the)2.297 F
-.598(history is not sa)108 381.6 R -.15(ve)-.2 G 3.098(d. If).15 F(the)
-3.098 E F5(HISTTIMEFORMA)3.098 E(T)-.855 E F1 -.25(va)2.848 G .598
-(riable is set, time stamps are written to the history \214le,).25 F
-(mark)108 393.6 Q .51(ed with the history comment character)-.1 F 3.01
-(,s)-.4 G 3.009(ot)-3.01 G(he)-3.009 E 3.009(ym)-.15 G .509
-(ay be preserv)-3.009 F .509(ed across shell sessions.)-.15 F .509
-(This uses the)5.509 F .384(history comment character to distinguish ti\
-mestamps from other history lines.)108 405.6 R .385(After sa)5.384 F
-.385(ving the history)-.2 F 2.885(,t)-.65 G(he)-2.885 E .381
-(history \214le is truncated to contain no more than)108 417.6 R F5
-(HISTFILESIZE)2.88 E F1 2.88(lines. If)2.63 F F5(HISTFILESIZE)2.88 E F1
-.38(is unset, or set to)2.63 F(null, a non-numeric v)108 429.6 Q
-(alue, or a numeric v)-.25 E
-(alue less than zero, the history \214le is not truncated.)-.25 E .298
-(The b)108 446.4 R .298(uiltin command)-.2 F F4(fc)2.798 E F1(\(see)
-2.798 E F5 .298(SHELL B)2.798 F(UIL)-.09 E .298(TIN COMMANDS)-.828 F F1
-(belo)2.549 E .299(w\) may be used to list or edit and re-e)-.25 F -.15
-(xe)-.15 G(-).15 E .472(cute a portion of the history list.)108 458.4 R
-(The)5.472 E F4(history)2.972 E F1 -.2(bu)2.972 G .471
-(iltin may be used to display or modify the history list and).2 F .001
-(manipulate the history \214le.)108 470.4 R .001
-(When using command-line editing, search commands are a)5.001 F -.25(va)
--.2 G .002(ilable in each edit-).25 F(ing mode that pro)108 482.4 Q
-(vide access to the history list.)-.15 E 1.486(The shell allo)108 499.2
-R 1.486(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486
+E/F3 10/Courier@0 SF(_completion_loader\(\))144 213.6 Q({)144 225.6 Q 6
+(.")156 237.6 S
+(/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6 E(})144
+249.6 Q(complete \255D \255F _completion_loader \255o bashdefault \255o\
+ default)144 261.6 Q/F4 10.95/Times-Bold@0 SF(HIST)72 278.4 Q(OR)-.197 E
+(Y)-.383 E F1 .371(When the)108 290.4 R F2 .371(\255o history)2.871 F F1
+.371(option to the)2.871 F F2(set)2.872 E F1 -.2(bu)2.872 G .372
+(iltin is enabled, the shell pro).2 F .372(vides access to the)-.15 F F0
+.372(command history)2.872 F F1(,)A .305(the list of commands pre)108
+302.4 R .305(viously typed.)-.25 F .305(The v)5.305 F .304(alue of the)
+-.25 F/F5 9/Times-Bold@0 SF(HISTSIZE)2.804 E F1 -.25(va)2.554 G .304
+(riable is used as the number of com-).25 F .487(mands to sa)108 314.4 R
+.787 -.15(ve i)-.2 H 2.988(nah).15 G .488(istory list: the shell sa)
+-2.988 F -.15(ve)-.2 G 2.988(st).15 G .488(he te)-2.988 F .488
+(xt of the last)-.15 F F5(HISTSIZE)2.988 E F1 .488(commands \(def)2.738
+F .488(ault 500\).)-.1 F(The)5.488 E .805
+(shell stores each command in the history list prior to parameter and v)
+108 326.4 R .805(ariable e)-.25 F .805(xpansion \(see)-.15 F F5(EXP)
+3.305 E(ANSION)-.666 E F1(abo)108 338.4 Q -.15(ve)-.15 G 3.217(\)b).15 G
+.717(ut after history e)-3.417 F .717
+(xpansion is performed, subject to the v)-.15 F .717
+(alues of the shell v)-.25 F(ariables)-.25 E F5(HISTIGNORE)3.218 E F1
+(and)108 350.4 Q F5(HISTCONTR)2.5 E(OL)-.27 E/F6 9/Times-Roman@0 SF(.)A
+F1 .572(On startup,)108 367.2 R F2(bash)3.072 E F1 .571(initializes the\
+ history list by reading history entries from the the \214le named by t\
+he)3.072 F F5(HIST)3.071 E(-)-.828 E(FILE)108 379.2 Q F1 -.25(va)2.649 G
+.399(riable \(def).25 F(ault)-.1 E F0(\001/.bash_history)4.565 E F1
+2.899(\). That)1.666 F .399(\214le is referred to as the)2.899 F F0 .4
+(history \214le)2.9 F F1 5.4(.T)C .4(he history \214le is trun-)-5.4 F
+.007(cated, if necessary)108 391.2 R 2.507(,t)-.65 G 2.507(oc)-2.507 G
+.007
+(ontain no more than the number of history entries speci\214ed by the v)
+-2.507 F .007(alue of the)-.25 F F5(HIST)2.506 E(-)-.828 E(FILESIZE)108
+403.2 Q F1 -.25(va)3.195 G 3.445(riable. If).25 F F2(HISTFILESIZE)3.445
+E F1 .945(is unset, or set to null, a non-numeric v)3.445 F .946
+(alue, or a numeric v)-.25 F(alue)-.25 E
+(less than zero, the history \214le is not truncated.)108 415.2 Q .386
+(When the history \214le is read, lines be)108 432 R .385
+(ginning with the history comment character follo)-.15 F .385
+(wed immediately by)-.25 F 3.486(ad)108 444 S .986
+(igit are interpreted as timestamps for the follo)-3.486 F .986
+(wing history line.)-.25 F .986(These timestamps are optionally dis-)
+5.986 F .329(played depending on the v)108 456 R .328(alue of the)-.25 F
+F5(HISTTIMEFORMA)2.828 E(T)-.855 E F1 -.25(va)2.578 G 2.828
+(riable. When).25 F .328(present, history timestamps de-)2.828 F
+(limit history entries, making multi-line entries possible.)108 468 Q
+1.196(When a shell with history enabled e)108 484.8 R(xits,)-.15 E F2
+(bash)3.696 E F1 1.196(copies the last)3.696 F F5($HISTSIZE)3.697 E F1
+1.197(entries from the history list to)3.447 F F5($HISTFILE)108 496.8 Q
+F6(.)A F1 .056(If the)4.556 F F2(histappend)2.556 E F1 .056
+(shell option is enabled \(see the description of)2.556 F F2(shopt)2.556
+E F1(under)2.556 E F5 .056(SHELL B)2.556 F(UIL)-.09 E(TIN)-.828 E
+(COMMANDS)108 508.8 Q F1(belo)2.358 E(w\),)-.25 E F2(bash)2.608 E F1
+.108(appends the entries to the history \214le, otherwise it o)2.608 F
+-.15(ve)-.15 G .108(rwrites the history \214le.).15 F(If)5.109 E F5
+(HISTFILE)108 520.8 Q F1 .265(is unset or null, or if the history \214l\
+e is unwritable, the history is not sa)2.516 F -.15(ve)-.2 G 2.765
+(d. After).15 F(sa)2.765 E .265(ving the his-)-.2 F(tory)108 532.8 Q(,)
+-.65 E F2(bash)2.5 E F1
+(truncates the history \214le to contain no more than)2.5 E F5
+(HISTFILESIZE)2.5 E F1(lines as described abo)2.25 E -.15(ve)-.15 G(.)
+.15 E .544(If the)108 549.6 R F5(HISTTIMEFORMA)3.044 E(T)-.855 E F1 -.25
+(va)2.794 G .544(riable is set, the shell writes the timestamp informat\
+ion associated with each).25 F .94
+(history entry to the history \214le, mark)108 561.6 R .94
+(ed with the history comment character)-.1 F 3.44(,s)-.4 G 3.44(ot)-3.44
+G .94(imestamps are preserv)-3.44 F(ed)-.15 E .105
+(across shell sessions.)108 573.6 R .105(This uses the history comment \
+character to distinguish timestamps from other history)5.105 F 2.5
+(lines. As)108 585.6 R(abo)2.5 E -.15(ve)-.15 G 2.5(,w).15 G(hen using)
+-2.5 E F5(HISTTIMEFORMA)2.5 E(T)-.855 E F6(,)A F1
+(the timestamps delimit multi-line history entries.)2.25 E(The)108 602.4
+Q F2(fc)3.16 E F1 -.2(bu)3.16 G .66(iltin command \(see).2 F F5 .66
+(SHELL B)3.16 F(UIL)-.09 E .66(TIN COMMANDS)-.828 F F1(belo)2.91 E .66
+(w\) will list or edit and re-e)-.25 F -.15(xe)-.15 G .659(cute a por)
+.15 F(-)-.2 E .183(tion of the history list.)108 614.4 R(The)5.184 E F2
+(history)2.684 E F1 -.2(bu)2.684 G .184(iltin can display or modify the\
+ history list and manipulate the history).2 F 3.028(\214le. When)108
+626.4 R .528(using command-line editing, search commands are a)3.028 F
+-.25(va)-.2 G .528(ilable in each editing mode that pro).25 F(vide)-.15
+E(access to the history list.)108 638.4 Q 1.485(The shell allo)108 655.2
+R 1.485(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 F5(HISTCONTR)3.985
-E(OL)-.27 E F1(and)3.735 E F5(HISTIGNORE)108 511.2 Q F1 -.25(va)3.306 G
-1.057(riables are used to cause the shell to sa).25 F 1.357 -.15(ve o)
--.2 H 1.057(nly a subset of the commands entered.).15 F(The)6.057 E F4
-(cmdhist)108 523.2 Q F1 .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 535.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 F1
-.374(shell option causes the shell to sa)108 547.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 559.2 R F4(shopt)2.818 E F1 -.2(bu)2.818 G .318
-(iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F5 .318(SHELL B)2.818 F
-(UIL)-.09 E .318(TIN COMMANDS)-.828 F F1 .319
-(for information on setting and)2.568 F(unsetting shell options.)108
-571.2 Q F3(HIST)72 588 Q(OR)-.197 E 2.738(YE)-.383 G(XP)-2.738 E(ANSION)
--.81 E F1 .611(The shell supports a history e)108 600 R .611
-(xpansion feature that is similar to the history e)-.15 F .61
-(xpansion in)-.15 F F4(csh)3.11 E F1 5.61(.T)C .61(his section)-5.61 F
-.87(describes what syntax features are a)108 612 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
-.95(can be disabled using the)108 624 R F4(+H)3.449 E F1 .949
-(option to the)3.449 F F4(set)3.449 E F1 -.2(bu)3.449 G .949
-(iltin command \(see).2 F F5 .949(SHELL B)3.449 F(UIL)-.09 E .949
-(TIN COMMANDS)-.828 F F1(be-)3.199 E(lo)108 636 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 652.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 664.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 676.8 Q(.)-.65 E 1.163(History e)108
-693.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 705.6 S .252
-(rds, and is performed on each line indi).1 F .251
-(vidually without taking quoting on pre)-.25 F .251
-(vious lines into account.)-.25 F(It)5.251 E(tak)108 717.6 Q .145
-(es place in tw)-.1 F 2.645(op)-.1 G 2.646(arts. The)-2.645 F .146(\214\
-rst is to determine which line from the history list to use during subs\
-titution.)2.646 F .766(The second is to select portions of that line fo\
-r inclusion into the current one.)108 729.6 R .766
-(The line selected from the)5.766 F(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(58)193.45 E 0 Cg EP
-%%Page: 59 59
+-3.986 G 1.486(he history list.)-3.986 F(The)6.486 E F5(HISTCONTR)3.986
+E(OL)-.27 E F1(and)3.736 E F5(HISTIGNORE)108 667.2 Q F1 -.25(va)2.817 G
+.567(riables are used to sa).25 F .866 -.15(ve o)-.2 H .566
+(nly a subset of the commands entered.).15 F .566(If the)5.566 F F2
+(cmdhist)3.066 E F1 .566(shell op-)3.066 F 1.403
+(tion is enabled, the shell attempts to sa)108 679.2 R 1.703 -.15(ve e)
+-.2 H 1.404(ach line of a multi-line command in the same history entry)
+.15 F(,)-.65 E 1.713(adding semicolons where necessary to preserv)108
+691.2 R 4.213(es)-.15 G 1.712(yntactic correctness.)-4.213 F(The)6.712 E
+F2(lithist)4.212 E F1 1.712(shell option modi\214es)4.212 F F2(cmdhist)
+108 703.2 Q F1 .036(by sa)2.536 F .036
+(ving the command with embedded ne)-.2 F .037
+(wlines instead of semicolons.)-.25 F .037(See the description of the)
+5.037 F F2(shopt)108 715.2 Q F1 -.2(bu)2.54 G .04(iltin belo).2 F 2.54
+(wu)-.25 G(nder)-2.54 E F5 .04(SHELL B)2.54 F(UIL)-.09 E .04
+(TIN COMMANDS)-.828 F F1 .039
+(for information on setting and unsetting shell op-)2.29 F(tions.)108
+727.2 Q(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(61)190.395 E 0
+Cg EP
+%%Page: 62 62
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 1.203(history is the)108 84 R F0 -.15(ev)3.703 G
-(ent).15 E F1 3.703(,a)C 1.203
-(nd the portions of that line that are acted upon are)-3.703 F F0(wor)
-3.703 E(ds)-.37 E F1 6.203(.T)C 1.203(he line is brok)-6.203 F 1.203
-(en into)-.1 F -.1(wo)108 96 S 2.08(rds in the same f).1 F 2.08
-(ashion as when reading input, so that se)-.1 F -.15(ve)-.25 G(ral).15 E
-F0(metac)4.58 E(har)-.15 E(acter)-.15 E F1 2.08(-separated w)B 2.08
-(ords sur)-.1 F(-)-.2 E .245(rounded by quotes are considered one w)108
-108 R 2.746(ord. The)-.1 F F0 -.15(ev)2.746 G .246(ent designator).15 F
-F1 .246(selects the e)2.746 F -.15(ve)-.25 G .246(nt, the optional).15 F
-F0(wor)2.746 E 2.746(dd)-.37 G(es-)-2.746 E(ignator)108 120 Q F1 .04
-(selects w)2.54 F .04(ords from the e)-.1 F -.15(ve)-.25 G .039
-(nt, and v).15 F .039(arious optional)-.25 F F0(modi\214er)2.539 E(s)-.1
-E F1 .039(are a)2.539 F -.25(va)-.2 G .039
-(ilable to manipulate the selected).25 F -.1(wo)108 132 S(rds.).1 E .574
-(History e)108 148.8 R .574
+.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(HIST)72 84 Q(OR)-.197 E
+2.738(YE)-.383 G(XP)-2.738 E(ANSION)-.81 E F1 .61
+(The shell supports a history e)108 96 R .611
+(xpansion feature that is similar to the history e)-.15 F .611
+(xpansion in)-.15 F/F3 10/Times-Bold@0 SF(csh)3.111 E F1 5.611(.T)C .611
+(his section)-5.611 F(describes what syntax features are a)108 108 Q
+-.25(va)-.2 G(ilable.).25 E .772(History e)108 124.8 R .772
+(xpansion is enabled by def)-.15 F .771(ault for interacti)-.1 F 1.071
+-.15(ve s)-.25 H .771(hells, and can be disabled using the).15 F F3(+H)
+3.271 E F1 .771(option to)3.271 F(the)108 136.8 Q F3(set)2.512 E F1 -.2
+(bu)2.512 G .012(iltin command \(see).2 F/F4 9/Times-Bold@0 SF .013
+(SHELL B)2.513 F(UIL)-.09 E .013(TIN COMMANDS)-.828 F F1(belo)2.263 E
+2.513(w\). Non-interacti)-.25 F .313 -.15(ve s)-.25 H .013
+(hells do not perform).15 F(history e)108 148.8 Q(xpansion by def)-.15 E
+(ault, b)-.1 E(ut it can be enabled with \231set -H\232.)-.2 E 1.306
+(History e)108 165.6 R 1.306(xpansions introduce w)-.15 F 1.306(ords fr\
+om the history list into the input stream, making it easy to repeat)-.1
+F .209(commands, insert the ar)108 177.6 R .209(guments to a pre)-.18 F
+.21(vious command into the current input line, or \214x errors in pre)
+-.25 F(vious)-.25 E(commands quickly)108 189.6 Q(.)-.65 E 1.164
+(History e)108 206.4 R 1.163(xpansion is performed immediately after a \
+complete line is read, before the shell breaks it into)-.15 F -.1(wo)108
+218.4 S .113(rds, and is performed on each line indi).1 F(vidually)-.25
+E 5.113(.T)-.65 G .113(he shell attempts to inform the history e)-5.113
+F .114(xpansion func-)-.15 F(tions about quoting still in ef)108 230.4 Q
+(fect from pre)-.25 E(vious lines.)-.25 E .249(It tak)108 247.2 R .249
+(es place in tw)-.1 F 2.749(op)-.1 G 2.749(arts. The)-2.749 F .248(\214\
+rst is to determine which history list entry to use during substitution\
+.)2.749 F(The)5.248 E(second is to select portions of that entry to inc\
+lude into the current one.)108 259.2 Q .074
+(The entry selected from the history is the)108 276 R F0 -.15(ev)2.574 G
+(ent).15 E F1 2.574(,a)C .075
+(nd the portions of that entry that are acted upon are)-2.574 F F0(wor)
+2.575 E(ds)-.37 E F1(.)A -1.11(Va)108 288 S(rious)1.11 E F0(modi\214er)
+2.943 E(s)-.1 E F1 .443(are a)2.943 F -.25(va)-.2 G .443
+(ilable to manipulate the selected w).25 F 2.943(ords. The)-.1 F .443
+(entry is split into w)2.943 F .443(ords in the same)-.1 F -.1(fa)108
+300 S 1.427(shion as when reading input, so that se).1 F -.15(ve)-.25 G
+(ral).15 E F0(metac)3.927 E(har)-.15 E(acter)-.15 E F1 1.427
+(-separated w)B 1.427(ords surrounded by quotes are)-.1 F .922
+(considered one w)108 312 R 3.422(ord. The)-.1 F F0 -.15(ev)3.422 G .922
+(ent designator).15 F F1 .921(selects the e)3.422 F -.15(ve)-.25 G .921
+(nt, the optional).15 F F0(wor)3.421 E 3.421(dd)-.37 G(esignator)-3.421
+E F1 .921(selects w)3.421 F(ords)-.1 E(from the e)108 324 Q -.15(ve)-.25
+G(nt, and v).15 E(arious optional)-.25 E F0(modi\214er)2.5 E(s)-.1 E F1
+(are a)2.5 E -.25(va)-.2 G(ilable to manipulate the selected w).25 E
+(ords.)-.1 E .574(History e)108 340.8 R .574
 (xpansions are introduced by the appearance of the history e)-.15 F .575
-(xpansion character)-.15 F 3.075(,w)-.4 G .575(hich is)-3.075 F/F2 10
-/Times-Bold@0 SF(!)3.908 E F1 .575(by de-)3.908 F -.1(fa)108 160.8 S 2.5
-(ult. History).1 F -.15(ex)2.5 G(pansions may appear an).15 E
-(ywhere in the input, b)-.15 E(ut do not nest.)-.2 E .791
-(Only backslash \()108 177.6 R F2(\\).833 E F1 3.291(\)a).833 G .79
-(nd single quotes can quote the history e)-3.291 F .79
-(xpansion character)-.15 F 3.29(,b)-.4 G .79(ut the history e)-3.49 F
-(xpansion)-.15 E .789(character is also treated as quoted if it immedia\
-tely precedes the closing double quote in a double-quoted)108 189.6 R
-(string.)108 201.6 Q(Se)108 218.4 Q -.15(ve)-.25 G .03
+(xpansion character)-.15 F 3.075(,w)-.4 G .575(hich is)-3.075 F F3(!)
+3.908 E F1 .575(by de-)3.908 F -.1(fa)108 352.8 S 2.5(ult. History).1 F
+-.15(ex)2.5 G(pansions may appear an).15 E(ywhere in the input, b)-.15 E
+(ut do not nest.)-.2 E .791(Only backslash \()108 369.6 R F3(\\).833 E
+F1 3.291(\)a).833 G .79(nd single quotes can quote the history e)-3.291
+F .79(xpansion character)-.15 F 3.29(,b)-.4 G .79(ut the history e)-3.49
+F(xpansion)-.15 E .789(character is also treated as quoted if it immedi\
+ately precedes the closing double quote in a double-quoted)108 381.6 R
+(string.)108 393.6 Q(Se)108 410.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 230.4 T
+F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 422.4 T
 3.721(ni).25 G 3.721(fi)-3.721 G 3.722(ti)-3.721 G 3.722(su)-3.722 G
 1.222(nquoted: space, tab, ne)-3.722 F 1.222(wline, carriage return,)
--.25 F F2(=)3.722 E F1 3.722(,a)C 1.222
-(nd the other shell metacharacters de\214ned)-3.722 F(abo)108 242.4 Q
--.15(ve)-.15 G(.).15 E 1.764(There is a special abbre)108 259.2 R 1.764
+-.25 F F3(=)3.722 E F1 3.722(,a)C 1.222
+(nd the other shell metacharacters de\214ned)-3.722 F(abo)108 434.4 Q
+-.15(ve)-.15 G(.).15 E 1.764(There is a special abbre)108 451.2 R 1.764
 (viation for substitution, acti)-.25 F 2.064 -.15(ve w)-.25 H 1.764
 (hen the).15 F F0(quic)4.264 E 4.264(ks)-.2 G(ubstitution)-4.264 E F1
-1.763(character \(described)4.263 F(abo)108 271.2 Q .488 -.15(ve u)-.15
-H(nder).15 E F2(histchars)2.688 E F1 2.688(\)i)C 2.688(st)-2.688 G .188
-(he \214rst character on the line.)-2.688 F .188(It selects the pre)
-5.188 F .189(vious history entry)-.25 F 2.689(,u)-.65 G .189(sing an e)
--2.689 F -.15(ve)-.25 G(nt).15 E .786(designator equi)108 283.2 R -.25
-(va)-.25 G .786(lent to).25 F F2(!!)3.286 E F1 3.286(,a)C .786
-(nd substitutes one string for another in that line.)-3.286 F .786
-(It is described belo)5.786 F 3.285(wu)-.25 G(nder)-3.285 E F2(Ev)108
-295.2 Q .138(ent Designators)-.1 F F1 5.138(.T)C .139
-(his is the only history e)-5.138 F .139(xpansion that does not be)-.15
-F .139(gin with the history e)-.15 F .139(xpansion char)-.15 F(-)-.2 E
-(acter)108 307.2 Q(.)-.55 E(Se)108 324 Q -.15(ve)-.25 G .11
-(ral shell options settable with the).15 F F2(shopt)2.61 E F1 -.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 .231(If the)108 336 R F2
-(histv)2.731 E(erify)-.1 E F1 .231
-(shell option is enabled \(see the description of the)2.731 F F2(shopt)
-2.731 E F1 -.2(bu)2.731 G .231(iltin belo).2 F .231(w\), and)-.25 F F2
--.18(re)2.731 G(adline).18 E F1 .232(is be-)2.732 F .449(ing used, hist\
-ory substitutions are not immediately passed to the shell parser)108 348
-R 5.449(.I)-.55 G .448(nstead, the e)-5.449 F .448(xpanded line is)-.15
-F 2.228(reloaded into the)108 360 R F2 -.18(re)4.728 G(adline).18 E F1
-2.228(editing b)4.728 F(uf)-.2 E 2.228(fer for further modi\214cation.)
--.25 F(If)7.228 E F2 -.18(re)4.728 G(adline).18 E F1 2.228
-(is being used, and the)4.728 F F2(histr)108 372 Q(eedit)-.18 E F1 1.202
-(shell option is enabled, a f)3.702 F 1.202
-(ailed history substitution will be reloaded into the)-.1 F F2 -.18(re)
-3.702 G(adline).18 E F1(editing)3.702 E -.2(bu)108 384 S -.25(ff).2 G
-.303(er for correction.).25 F(The)5.303 E F2<ad70>2.803 E F1 .303
-(option to the)2.803 F F2(history)2.804 E F1 -.2(bu)2.804 G .304
-(iltin command may be used to see what a history e).2 F(x-)-.15 E .52
-(pansion will do before using it.)108 396 R(The)5.52 E F2<ad73>3.02 E F1
-.52(option to the)3.02 F F2(history)3.02 E F1 -.2(bu)3.02 G .52
-(iltin may be used to add commands to the).2 F
-(end of the history list without actually e)108 408 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 1.108(The shell allo)108 424.8 R
-1.108(ws control of the v)-.25 F 1.108
-(arious characters used by the history e)-.25 F 1.108
-(xpansion mechanism \(see the de-)-.15 F .163(scription of)108 436.8 R
-F2(histchars)2.663 E F1(abo)2.663 E .463 -.15(ve u)-.15 H(nder).15 E F2
+1.763(character \(described)4.263 F(abo)108 463.2 Q .99 -.15(ve u)-.15 H
+(nder).15 E F3(histchars)3.19 E F1 3.19(\)i)C 3.19(st)-3.19 G .69
+(he \214rst character on the line.)-3.19 F .69(It selects the pre)5.69 F
+.69(vious history list entry)-.25 F 3.19(,u)-.65 G .69(sing an)-3.19 F
+-2.15 -.25(ev e)108 475.2 T .587(nt designator equi).25 F -.25(va)-.25 G
+.587(lent to).25 F F3(!!)3.087 E F1 3.087(,a)C .586
+(nd substitutes one string for another in that entry)-3.087 F 5.586(.I)
+-.65 G 3.086(ti)-5.586 G 3.086(sd)-3.086 G .586(escribed belo)-3.086 F
+(w)-.25 E(under)108 487.2 Q F3(Ev)3.32 E .82(ent Designators)-.1 F F1
+5.82(.T)C .82(his is the only history e)-5.82 F .821
+(xpansion that does not be)-.15 F .821(gin with the history e)-.15 F
+(xpan-)-.15 E(sion character)108 499.2 Q(.)-.55 E(Se)108 516 Q -.15(ve)
+-.25 G 1.217(ral shell options settable with the).15 F F3(shopt)3.717 E
+F1 -.2(bu)3.717 G 1.217(iltin will modify history e).2 F 1.216
+(xpansion beha)-.15 F 1.216(vior \(see the de-)-.2 F 1.283
+(scription of the)108 528 R F3(shopt)3.783 E F1 -.2(bu)3.783 G 1.283
+(iltin belo).2 F 1.283(w\).and If the)-.25 F F3(histv)3.783 E(erify)-.1
+E F1 1.283(shell option is enabled, and)3.783 F F3 -.18(re)3.783 G
+(adline).18 E F1 1.284(is being)3.784 F .554(used, history substitution\
+s are not immediately passed to the shell parser)108 540 R 5.554(.I)-.55
+G .554(nstead, the e)-5.554 F .553(xpanded line is re-)-.15 F 2.746
+(loaded into the)108 552 R F3 -.18(re)5.246 G(adline).18 E F1 2.746
+(editing b)5.246 F(uf)-.2 E 2.746(fer for further modi\214cation.)-.25 F
+(If)7.746 E F3 -.18(re)5.246 G(adline).18 E F1 2.746
+(is being used, and the)5.246 F F3(histr)108 564 Q(eedit)-.18 E F1 .826
+(shell option is enabled, a f)3.326 F .825
+(ailed history substitution is reloaded into the)-.1 F F3 -.18(re)3.325
+G(adline).18 E F1 .825(editing b)3.325 F(uf)-.2 E(fer)-.25 E
+(for correction.)108 576 Q(The)108 592.8 Q F3<ad70>2.698 E F1 .199
+(option to the)2.698 F F3(history)2.699 E F1 -.2(bu)2.699 G .199
+(iltin command sho).2 F .199(ws what a history e)-.25 F .199
+(xpansion will do before using it.)-.15 F(The)5.199 E F3<ad73>108 604.8
+Q F1 .378(option to the)2.878 F F3(history)2.878 E F1 -.2(bu)2.878 G
+.378(iltin will add commands to the end of the history list without act\
+ually e).2 F -.15(xe)-.15 G(cuting).15 E(them, so that the)108 616.8 Q
+2.5(ya)-.15 G(re a)-2.5 E -.25(va)-.2 G(ilable for subsequent recall.)
+.25 E 1.108(The shell allo)108 633.6 R 1.108(ws control of the v)-.25 F
+1.108(arious characters used by the history e)-.25 F 1.108
+(xpansion mechanism \(see the de-)-.15 F .163(scription of)108 645.6 R
+F3(histchars)2.663 E F1(abo)2.663 E .463 -.15(ve u)-.15 H(nder).15 E F3
 .163(Shell V)2.663 F(ariables)-.92 E F1 2.663(\). The)B .162
 (shell uses the history comment character to mark)2.663 F
-(history timestamps when writing the history \214le.)108 448.8 Q F2(Ev)
-87 465.6 Q(ent Designators)-.1 E F1 .066(An e)108 477.6 R -.15(ve)-.25 G
-.067(nt designator is a reference to a command line entry in the histor\
-y list.).15 F .067(The e)5.067 F -.15(ve)-.25 G .067
-(nt designator consists).15 F .462(of the portion of the w)108 489.6 R
-.461(ord be)-.1 F .461(ginning with the history e)-.15 F .461
-(xpansion character and ending with the w)-.15 F .461(ord desig-)-.1 F
-.582(nator if present, or the end of the w)108 501.6 R 3.083
-(ord. Unless)-.1 F .583(the reference is absolute, e)3.083 F -.15(ve)
--.25 G .583(nts are relati).15 F .883 -.15(ve t)-.25 H 3.083(ot).15 G
-.583(he current)-3.083 F(position in the history list.)108 513.6 Q F2(!)
-108 530.4 Q F1 1.608(Start a history substitution, e)144 530.4 R 1.608
-(xcept when follo)-.15 F 1.607(wed by a)-.25 F F2(blank)4.107 E F1 4.107
-(,n)C -.25(ew)-4.107 G 1.607(line, carriage return, = or \().25 F
-(\(when the)144 542.4 Q F2(extglob)2.5 E F1
-(shell option is enabled using the)2.5 E F2(shopt)2.5 E F1 -.2(bu)2.5 G
-(iltin\).).2 E F2(!)108 554.4 Q F0(n)A F1(Refer to command line)144
-554.4 Q F0(n)2.86 E F1(.).24 E F2<21ad>108 566.4 Q F0(n)A F1
-(Refer to the current command minus)144 566.4 Q F0(n)2.86 E F1(.).24 E
-F2(!!)108 578.4 Q F1(Refer to the pre)144 578.4 Q(vious command.)-.25 E
-(This is a synon)5 E(ym for \231!\2551\232.)-.15 E F2(!)108 590.4 Q F0
-(string)A F1 .865(Refer to the most recent command preceding the curren\
-t position in the history list starting with)144 590.4 R F0(string)
-144.34 602.4 Q F1(.).22 E F2(!?)108 614.4 Q F0(string)A F2([?])A F1
+(history timestamps when writing the history \214le.)108 657.6 Q F3(Ev)
+87 674.4 Q(ent Designators)-.1 E F1 .585(An e)108 686.4 R -.15(ve)-.25 G
+.586(nt designator is a reference to an entry in the history list.).15 F
+.586(The e)5.586 F -.15(ve)-.25 G .586
+(nt designator consists of the por).15 F(-)-.2 E 1.306(tion of the w)108
+698.4 R 1.306(ord be)-.1 F 1.306(ginning with the history e)-.15 F 1.305
+(xpansion character and ending with the w)-.15 F 1.305
+(ord designator if)-.1 F .444(present, or the end of the w)108 710.4 R
+2.944(ord. Unless)-.1 F .444(the reference is absolute, e)2.944 F -.15
+(ve)-.25 G .445(nts are relati).15 F .745 -.15(ve t)-.25 H 2.945(ot).15
+G .445(he current position)-2.945 F(in the history list.)108 722.4 Q
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(62)190.395 E 0 Cg EP
+%%Page: 63 63
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(!)108 84 Q F1 .079
+(Start a history substitution, e)144 84 R .079(xcept when follo)-.15 F
+.079(wed by a)-.25 F F2(blank)2.579 E F1 2.579(,n)C -.25(ew)-2.579 G
+.078(line, carriage return, =, or).25 F 2.578(,w)-.4 G(hen)-2.578 E(the)
+144 96 Q F2(extglob)2.5 E F1(shell option is enabled using the)2.5 E F2
+(shopt)2.5 E F1 -.2(bu)2.5 G(iltin, \(.).2 E F2(!)108 108 Q F0(n)A F1
+(Refer to history list entry)144 108 Q F0(n)2.86 E F1(.).24 E F2<21ad>
+108 120 Q F0(n)A F1(Refer to the current entry minus)144 120 Q F0(n)2.86
+E F1(.).24 E F2(!!)108 132 Q F1(Refer to the pre)144 132 Q(vious entry)
+-.25 E 5(.T)-.65 G(his is a synon)-5 E(ym for \231!\2551\232.)-.15 E F2
+(!)108 144 Q F0(string)A F1 .865(Refer to the most recent command prece\
+ding the current position in the history list starting with)144 144 R F0
+(string)144.34 156 Q F1(.).22 E F2(!?)108 168 Q F0(string)A F2([?])A F1
 1.503(Refer to the most recent command preceding the current position i\
-n the history list containing)144 626.4 R F0(string)144.34 638.4 Q F1
-5.496(.T).22 G .496(he trailing)-5.496 F F2(?)2.996 E F1 .496
+n the history list containing)144 180 R F0(string)144.34 192 Q F1 5.496
+(.T).22 G .496(he trailing)-5.496 F F2(?)2.996 E F1 .496
 (may be omitted if)2.996 F F0(string)3.336 E F1 .497(is follo)3.216 F
 .497(wed immediately by a ne)-.25 F 2.997(wline. If)-.25 F F0(string)
-2.997 E F1(is)2.997 E .391(missing, the string from the most recent sea\
-rch is used; it is an error if there is no pre)144 650.4 R .39
-(vious search)-.25 F(string.)144 662.4 Q/F3 12/Times-Bold@0 SF<00>108
-679.4 Q F0(string1)-5 I F3<00>5 I F0(string2)-5 I F3<00>5 I F1 .752
-(Quick substitution.)144 686.4 R .752(Repeat the pre)5.752 F .753
+2.997 E F1(is)2.997 E .04(missing, this uses the string from the most r\
+ecent search; it is an error if there is no pre)144 204 R .039
+(vious search)-.25 F(string.)144 216 Q/F3 12/Times-Bold@0 SF<00>108 233
+Q F0(string1)-5 I F3<00>5 I F0(string2)-5 I F3<00>5 I F1 .752
+(Quick substitution.)144 240 R .752(Repeat the pre)5.752 F .753
 (vious command, replacing)-.25 F F0(string1)3.593 E F1(with)3.253 E F0
 (string2)3.593 E F1 5.753(.E).02 G(qui)-5.753 E -.25(va)-.25 G .753
-(lent to).25 F(\231!!:s)144 698.4 Q/F4 12/Times-Roman@0 SF<00>5 I F0
+(lent to).25 F(\231!!:s)144 252 Q/F4 12/Times-Roman@0 SF<00>5 I F0
 (string1)-5 I F4<00>5 I F0(string2)-5 I F4<00>5 I F1 2.5<9a28>-5 K(see)
--2.5 E F2(Modi\214ers)2.5 E F1(belo)2.5 E(w\).)-.25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(59)193.45 E 0 Cg EP
-%%Page: 60 60
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(!#)108 84 Q F1
-(The entire command line typed so f)144 84 Q(ar)-.1 E(.)-.55 E F2 -.75
-(Wo)87 100.8 S(rd Designators).75 E F1 -.8(Wo)108 112.8 S 1.314
-(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 F2(:)3.814 E F1 1.313
-(separates the e)3.813 F -.15(ve)-.25 G 1.313(nt speci\214cation).15 F
-.41(from the w)108 124.8 R .411(ord designator)-.1 F 5.411(.I)-.55 G
-2.911(tm)-5.411 G .411(ay be omitted if the w)-2.911 F .411
-(ord designator be)-.1 F .411(gins with a)-.15 F F2<00>2.911 E F1(,)A F2
-($)2.911 E F1(,)A F2(*)2.911 E F1(,)A F2<ad>2.911 E F1 2.911(,o)C(r)
--2.911 E F2(%)2.911 E F1 5.411(.W)C(ords)-6.211 E .516
-(are numbered from the be)108 136.8 R .516
-(ginning of the line, with the \214rst w)-.15 F .516
-(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)5.515 G .515(rds are in-)
-.8 F(serted into the current line separated by single spaces.)108 148.8
-Q F2 2.5(0\()108 165.6 S(zer)-2.5 E(o\))-.18 E F1(The zeroth w)144 177.6
-Q 2.5(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E
-F0(n)108.36 189.6 Q F1(The)144 189.6 Q F0(n)2.5 E F1(th w)A(ord.)-.1 E
-F2<00>108 201.6 Q F1(The \214rst ar)144 201.6 Q 2.5(gument. That)-.18 F
-(is, w)2.5 E(ord 1.)-.1 E F2($)108 213.6 Q F1 .063(The last w)144 213.6
-R 2.563(ord. This)-.1 F .063(is usually the last ar)2.563 F .064
-(gument, b)-.18 F .064(ut will e)-.2 F .064(xpand to the zeroth w)-.15 F
-.064(ord if there is only)-.1 F(one w)144 225.6 Q(ord in the line.)-.1 E
-F2(%)108 237.6 Q F1 .917(The \214rst w)144 237.6 R .916
-(ord matched by the most recent \231?)-.1 F F0(string)A F1 3.416
-(?'\232 search,)B .916(if the search string be)3.416 F .916(gins with a)
--.15 F(character that is part of a w)144 249.6 Q(ord.)-.1 E F0(x)108.77
-261.6 Q F2<ad>A F0(y)A F1 2.5(Ar)144 261.6 S(ange of w)-2.5 E
+-2.5 E F2(Modi\214ers)2.5 E F1(belo)2.5 E(w\).)-.25 E F2(!#)108 264 Q F1
+(The entire command line typed so f)144 264 Q(ar)-.1 E(.)-.55 E F2 -.75
+(Wo)87 280.8 S(rd Designators).75 E F1 -.8(Wo)108 292.8 S .067
+(rd designators are used to select desired w).8 F .067(ords from the e)
+-.1 F -.15(ve)-.25 G 2.567(nt. The).15 F 2.567(ya)-.15 G .067
+(re optional; if the w)-2.567 F .067(ord designator)-.1 F(isn')108 304.8
+Q 3.515(ts)-.18 G 1.015(upplied, the history e)-3.515 F 1.015
+(xpansion uses the entire e)-.15 F -.15(ve)-.25 G 3.516(nt. A).15 F F2
+(:)3.516 E F1 1.016(separates the e)3.516 F -.15(ve)-.25 G 1.016
+(nt speci\214cation from the).15 F -.1(wo)108 316.8 S .332
+(rd designator).1 F 5.332(.I)-.55 G 2.832(tm)-5.332 G .332
+(ay be omitted if the w)-2.832 F .332(ord designator be)-.1 F .332
+(gins with a)-.15 F F2<00>2.832 E F1(,)A F2($)2.832 E F1(,)A F2(*)2.832
+E F1(,)A F2<ad>2.832 E F1 2.832(,o)C(r)-2.832 E F2(%)2.832 E F1 5.332
+(.W)C .331(ords are num-)-6.132 F .193(bered from the be)108 328.8 R
+.194(ginning of the line, with the \214rst w)-.15 F .194
+(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)5.194 G .194
+(rds are inserted into).8 F
+(the current line separated by single spaces.)108 340.8 Q F2 2.5(0\()108
+357.6 S(zer)-2.5 E(o\))-.18 E F1(The zeroth w)144 369.6 Q 2.5(ord. F)-.1
+F(or the shell, this is the command w)-.15 E(ord.)-.1 E F0(n)108.36
+381.6 Q F1(The)144 381.6 Q F0(n)2.5 E F1(th w)A(ord.)-.1 E F2<00>108
+393.6 Q F1(The \214rst ar)144 393.6 Q(gument: w)-.18 E(ord 1.)-.1 E F2
+($)108 405.6 Q F1 .064(The last w)144 405.6 R 2.564(ord. This)-.1 F .064
+(is usually the last ar)2.564 F .064(gument, b)-.18 F .064(ut will e)-.2
+F .064(xpand to the zeroth w)-.15 F .063(ord if there is only)-.1 F
+(one w)144 417.6 Q(ord in the line.)-.1 E F2(%)108 429.6 Q F1 1.124
+(The \214rst w)144 429.6 R 1.124(ord matched by the most recent \231?)
+-.1 F F0(string)A F1 3.624(?\232 search,)B 1.125
+(if the search string be)3.624 F 1.125(gins with a)-.15 F .487
+(character that is part of a w)144 441.6 R 2.986(ord. By)-.1 F(def)2.986
+E .486(ault, searches be)-.1 F .486
+(gin at the end of each line and proceed to)-.15 F(the be)144 453.6 Q
+(ginning, so the \214rst w)-.15 E
+(ord matched is the one closest to the end of the line.)-.1 E F0(x)
+108.77 465.6 Q F2<ad>A F0(y)A F1 2.5(Ar)144 465.6 S(ange of w)-2.5 E
 (ords; \231\255)-.1 E F0(y)A F1 2.5<9a61>C(bbre)-2.5 E(viates \2310\255)
--.25 E F0(y)A F1<9a2e>A F2(*)108 273.6 Q F1 .218(All of the w)144 273.6
+-.25 E F0(y)A F1<9a2e>A F2(*)108 477.6 Q F1 .218(All of the w)144 477.6
 R .218(ords b)-.1 F .218(ut the zeroth.)-.2 F .219(This is a synon)5.218
 F .219(ym for \231)-.15 F F0(1\255$)A F1 2.719(\232. It)B .219
 (is not an error to use)2.719 F F2(*)2.719 E F1 .219(if there is)2.719 F
-(just one w)144 285.6 Q(ord in the e)-.1 E -.15(ve)-.25 G
-(nt; the empty string is returned in that case.).15 E F2(x*)108 297.6 Q
-F1(Abbre)144 297.6 Q(viates)-.25 E F0(x\255$)2.5 E F1(.)A F2<78ad>108
-309.6 Q F1(Abbre)144 309.6 Q(viates)-.25 E F0(x\255$)2.5 E F1(lik)2.5 E
+(just one w)144 489.6 Q(ord in the e)-.1 E -.15(ve)-.25 G(nt; it e).15 E
+(xpands to the empty string in that case.)-.15 E F2(x*)108 501.6 Q F1
+(Abbre)144 501.6 Q(viates)-.25 E F0(x\255$)2.5 E F1(.)A F2<78ad>108
+513.6 Q F1(Abbre)144 513.6 Q(viates)-.25 E F0(x\255$)2.5 E F1(lik)2.5 E
 (e)-.1 E F2(x*)2.5 E F1 2.5(,b)C(ut omits the last w)-2.7 E 2.5(ord. If)
--.1 F F2(x)2.5 E F1(is missing, it def)2.5 E(aults to 0.)-.1 E(If a w)
-108 326.4 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 F2(Modi\214ers)87 343.2 Q F1 .184
-(After the optional w)108 355.2 R .184(ord designator)-.1 F 2.684(,t)-.4
-G .183(here may appear a sequence of one or more of the follo)-2.684 F
-.183(wing modi\214ers,)-.25 F(each preceded by a \231:\232.)108 367.2 Q
+-.1 F F2(x)2.5 E F1(is missing, it def)2.5 E(aults to 0.)-.1 E .369
+(If a w)108 530.4 R .368(ord designator is supplied without an e)-.1 F
+-.15(ve)-.25 G .368(nt speci\214cation, the pre).15 F .368
+(vious command is used as the e)-.25 F -.15(ve)-.25 G(nt,).15 E(equi)108
+542.4 Q -.25(va)-.25 G(lent to).25 E F2(!!)2.5 E F1(.)A F2(Modi\214ers)
+87 559.2 Q F1 .469(After the optional w)108 571.2 R .469(ord designator)
+-.1 F 2.969(,t)-.4 G .469(he e)-2.969 F .47
+(xpansion may include a sequence of one or more of the follo)-.15 F
+(wing)-.25 E(modi\214ers, each preceded by a \231:\232.)108 583.2 Q
 (These modify)5 E 2.5(,o)-.65 G 2.5(re)-2.5 G(dit, the w)-2.5 E
 (ord or w)-.1 E(ords selected from the history e)-.1 E -.15(ve)-.25 G
-(nt.).15 E F2(h)108 384 Q F1(Remo)144 384 Q .3 -.15(ve a t)-.15 H
-(railing \214lename component, lea).15 E(ving only the head.)-.2 E F2(t)
-108 396 Q F1(Remo)144 396 Q .3 -.15(ve a)-.15 H
-(ll leading \214lename components, lea).15 E(ving the tail.)-.2 E F2(r)
-108 408 Q F1(Remo)144 408 Q .3 -.15(ve a t)-.15 H(railing suf).15 E
+(nt.).15 E F2(h)108 600 Q F1(Remo)144 600 Q .3 -.15(ve a t)-.15 H
+(railing pathname component, lea).15 E(ving only the head.)-.2 E F2(t)
+108 612 Q F1(Remo)144 612 Q .3 -.15(ve a)-.15 H
+(ll leading pathname components, lea).15 E(ving the tail.)-.2 E F2(r)108
+624 Q F1(Remo)144 624 Q .3 -.15(ve a t)-.15 H(railing suf).15 E
 (\214x of the form)-.25 E F0(.xxx)2.5 E F1 2.5(,l)C(ea)-2.5 E
-(ving the basename.)-.2 E F2(e)108 420 Q F1(Remo)144 420 Q .3 -.15(ve a)
--.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F2(p)108 432 Q
-F1(Print the ne)144 432 Q 2.5(wc)-.25 G(ommand b)-2.5 E(ut do not e)-.2
-E -.15(xe)-.15 G(cute it.).15 E F2(q)108 444 Q F1
-(Quote the substituted w)144 444 Q
-(ords, escaping further substitutions.)-.1 E F2(x)108 456 Q F1 .385
-(Quote the substituted w)144 456 R .385(ords as with)-.1 F F2(q)2.885 E
-F1 2.885(,b)C .386(ut break into w)-3.085 F .386(ords at)-.1 F F2
-(blanks)2.886 E F1 .386(and ne)2.886 F 2.886(wlines. The)-.25 F F2(q)
-2.886 E F1(and)2.886 E F2(x)2.886 E F1(modi\214ers are mutually e)144
-468 Q(xclusi)-.15 E -.15(ve)-.25 G 2.5(;t).15 G
-(he last one supplied is used.)-2.5 E F2(s/)108 480 Q F0(old)A F2(/)A F0
-(ne)A(w)-.15 E F2(/)A F1(Substitute)144 492 Q F0(ne)3.329 E(w)-.15 E F1
-.469(for the \214rst occurrence of)3.279 F F0(old)3.199 E F1 .469
-(in the e)3.739 F -.15(ve)-.25 G .469(nt line.).15 F(An)5.469 E 2.969
-(yc)-.15 G .469(haracter may be used as the)-2.969 F .953
-(delimiter in place of /.)144 504 R .953
+(ving the basename.)-.2 E F2(e)108 636 Q F1(Remo)144 636 Q .3 -.15(ve a)
+-.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F2(p)108 648 Q
+F1(Print the ne)144 648 Q 2.5(wc)-.25 G(ommand b)-2.5 E(ut do not e)-.2
+E -.15(xe)-.15 G(cute it.).15 E F2(q)108 660 Q F1
+(Quote the substituted w)144 660 Q
+(ords, escaping further substitutions.)-.1 E F2(x)108 672 Q F1 .386
+(Quote the substituted w)144 672 R .386(ords as with)-.1 F F2(q)2.886 E
+F1 2.886(,b)C .386(ut break into w)-3.086 F .385(ords at)-.1 F F2
+(blanks)2.885 E F1 .385(and ne)2.885 F 2.885(wlines. The)-.25 F F2(q)
+2.885 E F1(and)2.885 E F2(x)2.885 E F1(modi\214ers are mutually e)144
+684 Q(xclusi)-.15 E -.15(ve)-.25 G 2.5(;e).15 G
+(xpansion uses the last one supplied.)-2.65 E F2(s/)108 696 Q F0(old)A
+F2(/)A F0(ne)A(w)-.15 E F2(/)A F1(Substitute)144 708 Q F0(ne)3.328 E(w)
+-.15 E F1 .469(for the \214rst occurrence of)3.278 F F0(old)3.199 E F1
+.469(in the e)3.739 F -.15(ve)-.25 G .469(nt line.).15 F(An)5.469 E
+2.969(yc)-.15 G .469(haracter may be used as the)-2.969 F .295
+(delimiter in place of /.)144 720 R .294
 (The \214nal delimiter is optional if it is the last character of the e)
-5.953 F -.15(ve)-.25 G .954(nt line.).15 F .131
-(The delimiter may be quoted in)144 516 R F0(old)2.861 E F1(and)3.401 E
-F0(ne)2.991 E(w)-.15 E F1 .131(with a single backslash.)2.941 F .131
-(If & appears in)5.131 F F0(ne)2.991 E(w)-.15 E F1 2.631(,i).31 G 2.631
-(ti)-2.631 G 2.631(sr)-2.631 G(e-)-2.631 E .619(placed by)144 528 R F0
-(old)3.349 E F1 5.619(.A).77 G .619(single backslash will quote the &.)
--2.5 F(If)5.619 E F0(old)3.349 E F1 .619(is null, it is set to the last)
-3.889 F F0(old)3.349 E F1(substi-)3.89 E .487(tuted, or)144 540 R 2.987
-(,i)-.4 G 2.987(fn)-2.987 G 2.987(op)-2.987 G(re)-2.987 E .486
-(vious history substitutions took place, the last)-.25 F F0(string)3.326
-E F1 .486(in a)3.206 F F2(!?)2.986 E F0(string)A F2([?])A F1 2.986
-(search. If)5.486 F F0(ne)144.36 552 Q(w)-.15 E F1
-(is null, each matching)2.81 E F0(old)2.73 E F1(is deleted.)3.27 E F2(&)
-108 564 Q F1(Repeat the pre)144 564 Q(vious substitution.)-.25 E F2(g)
-108 576 Q F1 .267(Cause changes to be applied o)144 576 R -.15(ve)-.15 G
-2.767(rt).15 G .267(he entire e)-2.767 F -.15(ve)-.25 G .267(nt line.)
-.15 F .267(This is used in conjunction with \231)5.267 F F2(:s)A F1
-2.768<9a28>C(e.g.,)-2.768 E<99>144 588 Q F2(:gs/)A F0(old)A F2(/)A F0
-(ne)A(w)-.15 E F2(/)A F1(\232\) or \231)A F2(:&)A F1 2.5(\232. If)B
-(used with \231)2.5 E F2(:s)A F1(\232, an)A 2.5(yd)-.15 G
+5.295 F -.15(ve)-.25 G .294(nt line.).15 F(A)5.294 E(GNU Bash 5.3)72 768
+Q(2024 October 15)141.235 E(63)190.395 E 0 Cg EP
+%%Page: 64 64
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E .484(single backslash will quote the delimiter in)
+144 84 R F0(old)3.214 E F1(and)3.754 E F0(ne)3.344 E(w)-.15 E F1 5.484
+(.I).31 G 2.985(f&a)-5.484 G .485(ppears in)-2.985 F F0(ne)3.345 E(w)
+-.15 E F1 2.985(,i).31 G 2.985(ti)-2.985 G 2.985(sr)-2.985 G .485
+(eplaced with)-2.985 F F0(old)144.23 96 Q F1 5.041(.A).77 G .041
+(single backslash will quote the &.)-2.5 F(If)5.041 E F0(old)2.771 E F1
+.04(is null, it is set to the last)3.311 F F0(old)2.77 E F1 .04
+(substituted, or)3.31 F 2.54(,i)-.4 G 2.54(fn)-2.54 G(o)-2.54 E(pre)144
+108 Q 1.197(vious history substitutions took place, the last)-.25 F F0
+(string)4.037 E F1 1.197(in a)3.917 F/F2 10/Times-Bold@0 SF(!?)3.697 E
+F0(string)A F2([?])A F1 3.698(search. If)6.198 F F0(ne)4.058 E(w)-.15 E
+F1 1.198(is null,)4.008 F(each matching)144 120 Q F0(old)2.73 E F1
+(is deleted.)3.27 E F2(&)108 132 Q F1(Repeat the pre)144 132 Q
+(vious substitution.)-.25 E F2(g)108 144 Q F1 .267
+(Cause changes to be applied o)144 144 R -.15(ve)-.15 G 2.767(rt).15 G
+.267(he entire e)-2.767 F -.15(ve)-.25 G .267(nt line.).15 F .267
+(This is used in conjunction with \231)5.267 F F2(:s)A F1 2.767<9a28>C
+(e.g.,)-2.767 E<99>144 156 Q F2(:gs/)A F0(old)A F2(/)A F0(ne)A(w)-.15 E
+F2(/)A F1(\232\) or \231)A F2(:&)A F1 2.5(\232. If)B(used with \231)2.5
+E F2(:s)A F1(\232, an)A 2.5(yd)-.15 G
 (elimiter can be used in place of /, and the \214nal de-)-2.5 E
-(limiter is optional if it is the last character of the e)144 600 Q -.15
+(limiter is optional if it is the last character of the e)144 168 Q -.15
 (ve)-.25 G(nt line.).15 E(An)5 E F2(a)2.5 E F1(may be used as a synon)
-2.5 E(ym for)-.15 E F2(g)2.5 E F1(.)A F2(G)108 612 Q F1(Apply the follo)
-144 612 Q(wing \231)-.25 E F2(s)A F1 2.5<9a6f>C 2.5<7299>-2.5 G F2(&)
+2.5 E(ym for)-.15 E F2(g)2.5 E F1(.)A F2(G)108 180 Q F1(Apply the follo)
+144 180 Q(wing \231)-.25 E F2(s)A F1 2.5<9a6f>C 2.5<7299>-2.5 G F2(&)
 -2.5 E F1 2.5<9a6d>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 628.8
-Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F1 .063
-(Unless otherwise noted, each b)108 640.8 R .062(uiltin command documen\
+-.15(ve)-.25 G(nt line.).15 E/F3 10.95/Times-Bold@0 SF(SHELL B)72 196.8
+Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F1 .062
+(Unless otherwise noted, each b)108 208.8 R .062(uiltin command documen\
 ted in this section as accepting options preceded by)-.2 F F2<ad>108
-652.8 Q F1(accepts)3.077 E F2<adad>3.077 E F1 .577
+220.8 Q F1(accepts)3.077 E F2<adad>3.077 E F1 .577
 (to signify the end of the options.)3.077 F(The)5.577 E F2(:)3.077 E F1
 (,)A F2(true)3.077 E F1(,)A F2(false)3.077 E F1 3.077(,a)C(nd)-3.077 E
 F2(test)3.077 E F1(/)A F2([)A F1 -.2(bu)3.077 G .577
-(iltins do not accept options).2 F .462(and do not treat)108 664.8 R F2
+(iltins do not accept options).2 F .461(and do not treat)108 232.8 R F2
 <adad>2.961 E F1(specially)2.961 E 5.461(.T)-.65 G(he)-5.461 E F2(exit)
 2.961 E F1(,)A F2(logout)2.961 E F1(,)A F2 -.18(re)2.961 G(tur).18 E(n)
 -.15 E F1(,)A F2(br)2.961 E(eak)-.18 E F1(,)A F2(continue)2.961 E F1(,)A
 F2(let)2.961 E F1 2.961(,a)C(nd)-2.961 E F2(shift)2.961 E F1 -.2(bu)
-2.961 G .461(iltins accept and).2 F .26(process ar)108 676.8 R .26
-(guments be)-.18 F .26(ginning with)-.15 F F2<ad>2.76 E F1 .261
-(without requiring)2.76 F F2<adad>2.761 E F1 5.261(.O)C .261(ther b)
--5.261 F .261(uiltins that accept ar)-.2 F .261(guments b)-.18 F .261
+2.962 G .462(iltins accept and).2 F .261(process ar)108 244.8 R .261
+(guments be)-.18 F .261(ginning with)-.15 F F2<ad>2.761 E F1 .261
+(without requiring)2.761 F F2<adad>2.761 E F1 5.261(.O)C .261(ther b)
+-5.261 F .26(uiltins that accept ar)-.2 F .26(guments b)-.18 F .26
 (ut are not)-.2 F 1.154(speci\214ed as accepting options interpret ar)
-108 688.8 R 1.154(guments be)-.18 F 1.154(ginning with)-.15 F F2<ad>
+108 256.8 R 1.154(guments be)-.18 F 1.154(ginning with)-.15 F F2<ad>
 3.654 E F1 1.154(as in)3.654 F -.25(va)-.4 G 1.154
 (lid options and require).25 F F2<adad>3.654 E F1(to)3.654 E(pre)108
-700.8 Q -.15(ve)-.25 G(nt this interpretation.).15 E(GNU Bash 5.3)72 768
-Q(2024 March 29)144.29 E(60)193.45 E 0 Cg EP
-%%Page: 61 61
+268.8 Q -.15(ve)-.25 G(nt this interpretation.).15 E F2(:)108 285.6 Q F1
+([)2.5 E F0(ar)A(guments)-.37 E F1(])A .452(No ef)144 297.6 R .452
+(fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding)
+-.15 E F0(ar)3.282 E(guments)-.37 E F1 .451(and performing an)3.221 F
+2.951(ys)-.15 G(peci\214ed)-2.951 E 2.5(redirections. The)144 309.6 R
+(return status is zero.)2.5 E F2(.)108 326.4 Q F1([)2.5 E F2<ad70>A F0
+(path)2.5 E F1(])A F0(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E
+F1(])A F2(sour)108 338.4 Q(ce)-.18 E F1([)2.5 E F2<ad70>A F0(path)2.5 E
+F1(])A F0(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E F1(])A(The)
+144 350.4 Q F2(.)2.789 E F1 .289(command \()2.789 F F2(sour)A(ce)-.18 E
+F1 2.789(\)r)C .289(eads and e)-2.789 F -.15(xe)-.15 G .289
+(cute commands from).15 F F0(\214lename)4.699 E F1 .29
+(in the current shell en)2.969 F(viron-)-.4 E(ment and returns the e)144
+362.4 Q(xit status of the last command e)-.15 E -.15(xe)-.15 G
+(cuted from).15 E F0(\214lename)4.41 E F1(.).18 E(If)144 379.2 Q F0
+(\214lename)2.663 E F1 .163(does not contain a slash,)2.663 F F2(.)2.663
+E F1 .162(searches for it.)2.663 F .162(If the)5.162 F F2<ad70>2.662 E
+F1 .162(option is supplied,)2.662 F F2(.)2.662 E F1(treats)2.662 E F0
+(path)2.662 E F1 .162(as a)2.662 F .597
+(colon-separated list of directories in which to \214nd)144 391.2 R F0
+(\214lename)3.097 E F1 3.097(;o)C(therwise,)-3.097 E F2(.)3.097 E F1
+.598(uses the entries in)3.097 F/F4 9/Times-Bold@0 SF -.666(PA)3.098 G
+(TH)-.189 E F1 .303(to \214nd the directory containing)144 403.2 R F0
+(\214lename)4.713 E F1(.).18 E F0(\214lename)5.303 E F1 .303
+(does not need to be e)2.803 F -.15(xe)-.15 G 2.802(cutable. When).15 F
+F2(bash)2.802 E F1(is)2.802 E .459
+(not in posix mode, it searches the current directory if)144 415.2 R F0
+(\214lename)2.959 E F1 .459(is not found in)2.959 F F4 -.666(PA)2.959 G
+(TH)-.189 E/F5 9/Times-Roman@0 SF(,)A F1 -.2(bu)2.709 G 2.959(td).2 G
+.459(oes not)-2.959 F .6(search the current directory if)144 427.2 R F2
+<ad70>3.1 E F1 .6(is supplied.)3.1 F .6(If the)5.6 F F2(sour)3.1 E
+(cepath)-.18 E F1 .6(option to the)3.1 F F2(shopt)3.1 E F1 -.2(bu)3.1 G
+.6(iltin com-).2 F(mand is turned of)144 439.2 Q(f,)-.25 E F2(.)2.5 E F1
+(does not search)2.5 E F4 -.666(PA)2.5 G(TH)-.189 E F5(.)A F1 .649
+(If an)144 456 R(y)-.15 E F0(ar)3.149 E(guments)-.37 E F1 .649
+(are supplied, the)3.149 F 3.149(yb)-.15 G .649
+(ecome the positional parameters when)-3.149 F F0(\214lename)3.15 E F1
+.65(is e)3.15 F -.15(xe)-.15 G(cuted.).15 E
+(Otherwise the positional parameters are unchanged.)144 468 Q .499
+(If the)144 484.8 R F2<ad54>2.999 E F1 .499(option is enabled,)2.999 F
+F2(.)2.999 E F1 .499(inherits an)2.999 F 2.999(yt)-.15 G .499(rap on)
+-2.999 F F2(DEB)2.998 E(UG)-.1 E F1 2.998(;i)C 2.998(fi)-2.998 G 2.998
+(ti)-2.998 G 2.998(sn)-2.998 G .498(ot, an)-2.998 F(y)-.15 E F2(DEB)
+2.998 E(UG)-.1 E F1 .498(trap string is)2.998 F(sa)144 496.8 Q -.15(ve)
+-.2 G 3.26(da).15 G .76(nd restored around the call to)-3.26 F F2(.)3.26
+E F1 3.26(,a)C(nd)-3.26 E F2(.)3.26 E F1 .76(unsets the)3.26 F F2(DEB)
+3.26 E(UG)-.1 E F1 .76(trap while it e)3.26 F -.15(xe)-.15 G 3.26
+(cutes. If).15 F F2<ad54>3.26 E F1(is)3.26 E 1.077
+(not set, and the sourced \214le changes the)144 508.8 R F2(DEB)3.576 E
+(UG)-.1 E F1 1.076(trap, the ne)3.576 F 3.576(wv)-.25 G 1.076
+(alue persists after)-3.826 F F2(.)3.576 E F1(completes.)3.576 E .423
+(The return status is the status of the last command e)144 520.8 R -.15
+(xe)-.15 G .424(cuted from).15 F F0(\214lename)2.924 E F1 .424
+(\(0 if no commands are)2.924 F -.15(exe)144 532.8 S
+(cuted\), and non-zero if).15 E F0(\214lename)4.41 E F1
+(is not found or cannot be read.)2.68 E F2(alias)108 549.6 Q F1([)2.5 E
+F2<ad70>A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
+1.666(..)-.834 G(])-1.666 E -.4(Wi)144 561.6 S 2.601(th no ar).4 F 2.601
+(guments or with the)-.18 F F2<ad70>5.101 E F1(option,)5.101 E F2(alias)
+5.101 E F1 2.6(prints the list of aliases in the form)5.101 F F2(alias)
+5.1 E F0(name)144 573.6 Q F1(=)A F0(value)A F1 1.714
+(on standard output.)4.214 F 1.714(When ar)6.714 F 1.715
+(guments are supplied, de\214ne an alias for each)-.18 F F0(name)4.215 E
+F1(whose)144 585.6 Q F0(value)2.509 E F1 .009(is gi)2.509 F -.15(ve)-.25
+G 2.509(n. A).15 F .009(trailing space in)2.509 F F0(value)2.509 E F1
+.009(causes the ne)2.509 F .009(xt w)-.15 F .009(ord to be check)-.1 F
+.008(ed for alias substi-)-.1 F .026(tution when the alias is e)144
+597.6 R .026(xpanded during command parsing.)-.15 F -.15(Fo)5.026 G
+2.526(re).15 G(ach)-2.526 E F0(name)2.526 E F1 .027(in the ar)2.526 F
+.027(gument list for)-.18 F .304(which no)144 609.6 R F0(value)2.804 E
+F1 .304(is supplied, print the name and v)2.804 F .304
+(alue of the alias)-.25 F F0(name)2.804 E F1(.)A F2(alias)5.304 E F1
+.303(returns true unless a)2.804 F F0(name)144 621.6 Q F1(is gi)2.5 E
+-.15(ve)-.25 G 2.5(n\().15 G(without a corresponding =)-2.5 E F0(value)A
+F1 2.5(\)f)C(or which no alias has been de\214ned.)-2.5 E F2(bg)108
+638.4 Q F1([)2.5 E F0(jobspec)A F1 1.666(...)2.5 G(])-1.666 E .744
+(Resume each suspended job)144 650.4 R F0(jobspec)3.244 E F1 .745
+(in the background, as if it had been started with)3.244 F F2(&)3.245 E
+F1 5.745(.I)C(f)-5.745 E F0(job-)4.985 E(spec)144 662.4 Q F1 .95
+(is not present, the shell uses its notion of the)3.76 F F0(curr)3.449 E
+.949(ent job)-.37 F F1(.)A F2(bg)5.949 E F0(jobspec)5.189 E F1 .949
+(returns 0 unless run)3.759 F .418(when job control is disabled or)144
+674.4 R 2.919(,w)-.4 G .419(hen run with job control enabled, an)-2.919
+F 2.919(ys)-.15 G(peci\214ed)-2.919 E F0(jobspec)2.919 E F1 -.1(wa)2.919
+G 2.919(sn).1 G(ot)-2.919 E(found or w)144 686.4 Q
+(as started without job control.)-.1 E F2(bind)108 703.2 Q F1([)2.5 E F2
+<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F2(\255lsvSVX)-2.5 E F1
+(])A(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(64)190.395 E 0 Cg
+EP
+%%Page: 65 65
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(:)108 84 Q F1([)2.5 E F0(ar)A
-(guments)-.37 E F1(])A .451(No ef)144 96 R .451
-(fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding)
--.15 E F0(ar)3.282 E(guments)-.37 E F1 .452(and performing an)3.222 F
-2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. The)144 108 R
-(return status is zero.)2.5 E F2(.)108 124.8 Q F0(\214lename)6.666 E F1
-([)2.5 E F0(ar)A(guments)-.37 E F1(])A F2(sour)108 136.8 Q(ce)-.18 E F0
-(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E F1(])A 1.02
-(Read and e)144 148.8 R -.15(xe)-.15 G 1.02(cute commands from).15 F F0
-(\214lename)5.43 E F1 1.02(in the current shell en)3.7 F 1.02
-(vironment and return the e)-.4 F(xit)-.15 E 1.33
-(status of the last command e)144 160.8 R -.15(xe)-.15 G 1.331
-(cuted from).15 F F0(\214lename)5.741 E F1 6.331(.I).18 G(f)-6.331 E F0
-(\214lename)5.741 E F1 1.331(does not contain a slash, \214le-)4.011 F
-.023(names in)144 172.8 R/F3 9/Times-Bold@0 SF -.666(PA)2.523 G(TH)-.189
-E F1 .022(are used to \214nd the directory containing)2.273 F F0
-(\214lename)4.432 E F1 2.522(,b).18 G(ut)-2.722 E F0(\214lename)2.522 E
-F1 .022(does not need to be)2.522 F -.15(exe)144 184.8 S 3.86
-(cutable. The).15 F 1.36(\214le searched for in)3.86 F F3 -.666(PA)3.86
-G(TH)-.189 E F1 1.361(need not be e)3.61 F -.15(xe)-.15 G 3.861
-(cutable. When).15 F F2(bash)3.861 E F1 1.361(is not in)3.861 F F0
-(posix)3.861 E(mode)144 196.8 Q F1 2.772(,i)C 2.772(ts)-2.772 G .272
-(earches the current directory if no \214le is found in)-2.772 F F3
--.666(PA)2.771 G(TH)-.189 E/F4 9/Times-Roman@0 SF(.)A F1 .271(If the)
-4.771 F F2(sour)2.771 E(cepath)-.18 E F1 .271(option to the)2.771 F F2
-(shopt)144 208.8 Q F1 -.2(bu)3.659 G 1.159(iltin command is turned of).2
-F 1.159(f, the)-.25 F F3 -.666(PA)3.659 G(TH)-.189 E F1 1.159
-(is not searched.)3.409 F 1.16(If an)6.159 F(y)-.15 E F0(ar)3.66 E
-(guments)-.37 E F1 1.16(are supplied,)3.66 F(the)144 220.8 Q 3.045(yb)
--.15 G .544(ecome the positional parameters when)-3.045 F F0(\214lename)
-3.044 E F1 .544(is e)3.044 F -.15(xe)-.15 G 3.044(cuted. Otherwise).15 F
-.544(the positional para-)3.044 F .302(meters are unchanged.)144 232.8 R
-.302(If the)5.302 F F2<ad54>2.802 E F1 .302(option is enabled,)2.802 F
-F2(.)2.802 E F1 .302(inherits an)2.802 F 2.802(yt)-.15 G .302(rap on)
--2.802 F F2(DEB)2.802 E(UG)-.1 E F1 2.802(;i)C 2.802(fi)-2.802 G 2.802
-(ti)-2.802 G 2.803(sn)-2.802 G .303(ot, an)-2.803 F(y)-.15 E F2(DEB)144
-244.8 Q(UG)-.1 E F1 .382(trap string is sa)2.882 F -.15(ve)-.2 G 2.882
-(da).15 G .382(nd restored around the call to)-2.882 F F2(.)2.882 E F1
-2.882(,a)C(nd)-2.882 E F2(.)2.881 E F1 .381(unsets the)2.881 F F2(DEB)
-2.881 E(UG)-.1 E F1 .381(trap while)2.881 F .812(it e)144 256.8 R -.15
-(xe)-.15 G 3.312(cutes. If).15 F F2<ad54>3.312 E F1 .812
-(is not set, and the sourced \214le changes the)3.312 F F2(DEB)3.312 E
-(UG)-.1 E F1 .812(trap, the ne)3.312 F 3.312(wv)-.25 G .813(alue is re-)
--3.562 F 1.377(tained when)144 268.8 R F2(.)3.877 E F1 3.877
-(completes. The)3.877 F 1.376
-(return status is the status of the last command e)3.876 F 1.376
-(xited within the)-.15 F(script \(0 if no commands are e)144 280.8 Q
--.15(xe)-.15 G(cuted\), and f).15 E(alse if)-.1 E F0(\214lename)4.41 E
-F1(is not found or cannot be read.)2.68 E F2(alias)108 297.6 Q F1([)2.5
-E F2<ad70>A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
-1.666(..)-.834 G(])-1.666 E F2(Alias)144 309.6 Q F1 2.724(with no ar)
-5.224 F 2.724(guments or with the)-.18 F F2<ad70>5.224 E F1 2.724
-(option prints the list of aliases in the form)5.224 F F2(alias)5.225 E
-F0(name)144 321.6 Q F1(=)A F0(value)A F1 .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 F0(name)
-3.08 E F1(whose)144 333.6 Q F0(value)2.508 E F1 .009(is gi)2.508 F -.15
-(ve)-.25 G 2.509(n. A).15 F .009(trailing space in)2.509 F F0(value)
-2.509 E F1 .009(causes the ne)2.509 F .009(xt w)-.15 F .009
-(ord to be check)-.1 F .009(ed for alias substi-)-.1 F .579
-(tution when the alias is e)144 345.6 R 3.079(xpanded. F)-.15 F .579
-(or each)-.15 F F0(name)3.079 E F1 .579(in the ar)3.079 F .579
-(gument list for which no)-.18 F F0(value)3.079 E F1 .578(is sup-)3.078
-F 1.313(plied, the name and v)144 357.6 R 1.314
-(alue of the alias is printed.)-.25 F F2(Alias)6.314 E F1 1.314
-(returns true unless a)3.814 F F0(name)3.814 E F1 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 369.6 Q F2(bg)108 386.4 Q F1([)
-2.5 E F0(jobspec)A F1 1.666(...)2.5 G(])-1.666 E .745
-(Resume each suspended job)144 398.4 R F0(jobspec)3.245 E F1 .745
-(in the background, as if it had been started with)3.245 F F2(&)3.244 E
-F1 5.744(.I)C(f)-5.744 E F0(job-)4.984 E(spec)144 410.4 Q F1 .671
-(is not present, the shell')3.481 F 3.171(sn)-.55 G .672(otion of the)
--3.171 F F0(curr)3.172 E .672(ent job)-.37 F F1 .672(is used.)3.172 F F2
-(bg)5.672 E F0(jobspec)4.912 E F1 .672(returns 0 unless run)3.482 F .419
-(when job control is disabled or)144 422.4 R 2.919(,w)-.4 G .419
-(hen run with job control enabled, an)-2.919 F 2.918(ys)-.15 G
-(peci\214ed)-2.918 E F0(jobspec)2.918 E F1 -.1(wa)2.918 G 2.918(sn).1 G
-(ot)-2.918 E(found or w)144 434.4 Q(as started without job control.)-.1
-E F2(bind)108 451.2 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1
-2.5(][)C F2(\255lpsvPSVX)-2.5 E F1(])A F2(bind)108 463.2 Q F1([)2.5 E F2
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(bind)108 84 Q F1([)2.5 E F2
 <ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F2<ad71>-2.5 E F0
 (function)2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(function)2.5 E F1 2.5(][)C
-F2<ad72>-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(])A F2(bind)108 475.2 Q F1
-([)2.5 E F2<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F2<ad66>2.5 E F0
-(\214lename)2.5 E F2(bind)108 487.2 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5
-G(ymap)-.2 E F1(])A F2<ad78>2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1([:])A F0
-(shell\255command)2.5 E F2(bind)108 499.2 Q F1([)2.5 E F2<ad6d>A F0 -.1
+F2<ad72>-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(])A F2(bind)108 96 Q F1([)
+2.5 E F2<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F2<ad66>2.5 E F0
+(\214lename)2.5 E F2(bind)108 108 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5 G
+(ymap)-.2 E F1(])A F2<ad78>2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1([:])A F0
+(shell\255command)2.5 E F2(bind)108 120 Q F1([)2.5 E F2<ad6d>A F0 -.1
 (ke)2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0
-(function\255name)A F2(bind)108 511.2 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)
-2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0 -.37(re)C
-(adline\255command).37 E F2(bind)108 523.2 Q F0 -.37(re)2.5 G
-(adline-command-line).37 E F1 .238(Display current)144 535.2 R F2 -.18
-(re)2.738 G(adline).18 E F1 -.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 F2 -.18(re)2.739 G(adline).18 E F1 .239(function or)
-2.739 F .04(macro, or set a)144 547.2 R F2 -.18(re)2.54 G(adline).18 E
-F1 -.25(va)2.54 G 2.54(riable. Each).25 F .039(non-option ar)2.54 F .039
-(gument is a command as it w)-.18 F .039(ould appear in a)-.1 F F2 -.18
-(re)144 559.2 S(adline).18 E F1 .182(initialization \214le such as)2.681
-F F0(.inputr)2.912 E(c)-.37 E F1 2.682(,b).31 G .182
-(ut each binding or command must be passed as a sep-)-2.882 F 1.029
-(arate ar)144 571.2 R 1.029(gument; e.g., \010"\\C\255x\\C\255r": re\
-\255read\255init\255\214le\010.)-.18 F 1.029(In the follo)6.029 F 1.029
-(wing descriptions, output a)-.25 F -.25(va)-.2 G(il-).25 E .709
-(able to be re-read is formatted as commands that w)144 583.2 R .709
-(ould appear in a)-.1 F F2 -.18(re)3.209 G(adline).18 E F1 .709
-(initialization \214le or)3.209 F .108(that w)144 595.2 R .108
-(ould be supplied as indi)-.1 F .107(vidual ar)-.25 F .107(guments to a)
--.18 F F2(bind)2.607 E F1 2.607(command. Options,)2.607 F .107
-(if supplied, ha)2.607 F .407 -.15(ve t)-.2 H(he).15 E(follo)144 607.2 Q
-(wing meanings:)-.25 E F2<ad6d>144 619.2 Q F0 -.1(ke)2.5 G(ymap)-.2 E F1
-(Use)180 631.2 Q F0 -.1(ke)5.158 G(ymap)-.2 E F1 2.658(as the k)5.348 F
--.15(ey)-.1 G 2.658(map to be af).15 F 2.659
-(fected by the subsequent bindings.)-.25 F(Acceptable)7.659 E F0 -.1(ke)
-180 643.2 S(ymap)-.2 E F1 3.193(names are)5.883 F F0 3.193
-(emacs, emacs\255standar)5.693 F 3.192
+(function\255name)A F2(bind)108 132 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5
+G(ymap)-.2 E F1(])A F2<ad70>2.5 E F1(|)A F2<ad50>A F1([)2.5 E F0 -.37
+(re)C(adline\255command).37 E F1(])A F2(bind)108 144 Q F1([)2.5 E F2
+<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1
+(:)A F0 -.37(re)C(adline\255command).37 E F2(bind)108 156 Q F0 -.37(re)
+2.5 G(adline-command-line).37 E F1 .239(Display current)144 168 R F2
+-.18(re)2.739 G(adline).18 E F1 -.1(ke)2.739 G 2.739(ya)-.05 G .239
+(nd function bindings, bind a k)-2.739 F .539 -.15(ey s)-.1 H .238
+(equence to a).15 F F2 -.18(re)2.738 G(adline).18 E F1 .238(function or)
+2.738 F .211(macro or to a shell command, or set a)144 180 R F2 -.18(re)
+2.711 G(adline).18 E F1 -.25(va)2.711 G 2.711(riable. Each).25 F .211
+(non-option ar)2.711 F .212(gument is a k)-.18 F .512 -.15(ey b)-.1 H
+(ind-).15 E .259(ing or command as it w)144 192 R .259(ould appear in a)
+-.1 F F2 -.18(re)2.759 G(adline).18 E F1 .259
+(initialization \214le such as)2.759 F F0(.inputr)2.989 E(c)-.37 E F1
+2.758(,b).31 G .258(ut each bind-)-2.958 F .781
+(ing or command must be passed as a separate ar)144 204 R .782(gument; \
+e.g., \010"\\C\255x\\C\255r": re\255read\255init\255\214le\010.)-.18 F
+(In)5.782 E .193(the follo)144 216 R .192(wing descriptions, output a)
+-.25 F -.25(va)-.2 G .192
+(ilable to be re-read is formatted as commands that w).25 F .192
+(ould ap-)-.1 F .94(pear in a)144 228 R F2 -.18(re)3.44 G(adline).18 E
+F1 .94(initialization \214le or that w)3.44 F .941
+(ould be supplied as indi)-.1 F .941(vidual ar)-.25 F .941(guments to a)
+-.18 F F2(bind)3.441 E F1 2.5(command. Options,)144 240 R
+(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)
+-.25 E F2<ad6d>144 252 Q F0 -.1(ke)2.5 G(ymap)-.2 E F1(Use)180 264 Q F0
+-.1(ke)5.159 G(ymap)-.2 E F1 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 F0 -.1(ke)180 276 S(ymap)-.2 E F1 3.192(names are)
+5.882 F F0 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 655.2 Q F1 4.089(,a)C(nd)-4.089 E F0(vi\255insert)
-4.379 E F1(.).68 E F0(vi)6.589 E F1 1.589(is equi)4.089 F -.25(va)-.25 G
-1.589(lent to).25 F F0(vi\255command)4.089 E F1(\()4.089 E F0(vi\255mo)A
-(ve)-.1 E F1 1.59(is also a syn-)4.089 F(on)180 667.2 Q(ym\);)-.15 E F0
+(vi\255command)180 288 Q F1 4.09(,a)C(nd)-4.09 E F0(vi\255insert)4.38 E
+F1(.).68 E F0(vi)6.589 E F1 1.589(is equi)4.089 F -.25(va)-.25 G 1.589
+(lent to).25 F F0(vi\255command)4.089 E F1(\()4.089 E F0(vi\255mo)A(ve)
+-.1 E F1 1.589(is also a syn-)4.089 F(on)180 300 Q(ym\);)-.15 E F0
 (emacs)2.5 E F1(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F0
-(emacs\255standar)2.5 E(d)-.37 E F1(.)A F2<ad6c>144 679.2 Q F1
-(List the names of all)180 679.2 Q F2 -.18(re)2.5 G(adline).18 E F1
-(functions.)2.5 E F2<ad70>144 691.2 Q F1(Display)180 691.2 Q F2 -.18(re)
-2.5 G(adline).18 E F1(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 F2<ad50>144 703.2
-Q F1(List current)180 703.2 Q F2 -.18(re)2.5 G(adline).18 E F1
-(function names and bindings.)2.5 E(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(61)193.45 E 0 Cg EP
-%%Page: 62 62
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad73>144 84 Q F1(Display)180
-84 Q F2 -.18(re)3.655 G(adline).18 E F1 -.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 96 S 2.5(yt).1 G
-(hat the)-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F2<ad53>144 108 Q F1
-(Display)180 108 Q F2 -.18(re)2.5 G(adline).18 E F1 -.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 F2<ad76>144 120 Q F1(Display)180 120 Q F2 -.18(re)2.5 G
-(adline).18 E F1 -.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 F2<ad56>144 132 Q F1(List current)180 132 Q F2
--.18(re)2.5 G(adline).18 E F1 -.25(va)2.5 G(riable names and v).25 E
-(alues.)-.25 E F2<ad66>144 144 Q F0(\214lename)2.5 E F1(Read k)180 156 Q
-.3 -.15(ey b)-.1 H(indings from).15 E F0(\214lename)2.5 E F1(.)A F2
-<ad71>144 168 Q F0(function)2.5 E F1(Query about which k)180 180 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 F0(function)2.5 E F1(.)A F2<ad75>144 192 Q F0(function)2.5 E F1
-(Unbind all k)180 204 Q -.15(ey)-.1 G 2.5(sb).15 G(ound to the named)
--2.5 E F0(function)2.5 E F1(.)A F2<ad72>144 216 Q F0 -.1(ke)2.5 G(yseq)
--.2 E F1(Remo)180 228 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H
+(emacs\255standar)2.5 E(d)-.37 E F1(.)A F2<ad6c>144 312 Q F1
+(List the names of all)180 312 Q F2 -.18(re)2.5 G(adline).18 E F1
+(functions.)2.5 E F2<ad70>144 324 Q F1(Display)180 324 Q F2 -.18(re)
+2.981 G(adline).18 E F1 .481(function names and bindings in such a w)
+2.981 F .481(ay that the)-.1 F 2.981(yc)-.15 G .482(an be used as an)
+-2.981 F(ar)180 336 Q .193(gument to a subsequent)-.18 F F2(bind)2.693 E
+F1 .192(command or in a)2.692 F F2 -.18(re)2.692 G(adline).18 E F1 .192
+(initialization \214le.)2.692 F .192(If ar)5.192 F(guments)-.18 E 1.523
+(remain after option processing,)180 348 R F2(bind)4.023 E F1 1.523
+(treats them as)4.023 F F2 -.18(re)4.023 G(adline).18 E F1 1.524
+(command names and re-)4.024 F(stricts output to those names.)180 360 Q
+F2<ad50>144 372 Q F1 .174(List current)180 372 R F2 -.18(re)2.674 G
+(adline).18 E F1 .173(function names and bindings.)2.674 F .173(If ar)
+5.173 F .173(guments remain after option pro-)-.18 F(cessing,)180 384 Q
+F2(bind)4.854 E F1 2.354(treats them as)4.854 F F2 -.18(re)4.854 G
+(adline).18 E F1 2.354(command names and restricts output to those)4.854
+F(names.)180 396 Q F2<ad73>144 408 Q F1(Display)180 408 Q F2 -.18(re)
+3.655 G(adline).18 E F1 -.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 420 S 2.554(yt).1 G .054
+(hat the)-2.554 F 2.554(yc)-.15 G .055(an be used as an ar)-2.554 F .055
+(gument to a subsequent)-.18 F F2(bind)2.555 E F1 .055(command or in a)
+2.555 F F2 -.18(re)2.555 G(adline).18 E F1(initialization \214le.)180
+432 Q F2<ad53>144 444 Q F1(Display)180 444 Q F2 -.18(re)2.5 G(adline).18
+E F1 -.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 F2<ad76>144 456 Q F1(Display)180 456 Q F2 -.18(re)2.784 G
+(adline).18 E F1 -.25(va)2.784 G .284(riable names and v).25 F .284
+(alues in such a w)-.25 F .283(ay that the)-.1 F 2.783(yc)-.15 G .283
+(an be used as an ar)-2.783 F(-)-.2 E(gument to a subsequent)180 468 Q
+F2(bind)2.5 E F1(command or in a)2.5 E F2 -.18(re)2.5 G(adline).18 E F1
+(initialization \214le.)2.5 E F2<ad56>144 480 Q F1(List current)180 480
+Q F2 -.18(re)2.5 G(adline).18 E F1 -.25(va)2.5 G(riable names and v).25
+E(alues.)-.25 E F2<ad66>144 492 Q F0(\214lename)2.5 E F1(Read k)180 504
+Q .3 -.15(ey b)-.1 H(indings from).15 E F0(\214lename)2.5 E F1(.)A F2
+<ad71>144 516 Q F0(function)2.5 E F1(Display k)180 528 Q .3 -.15(ey s)
+-.1 H(equences that in).15 E -.2(vo)-.4 G .2 -.1(ke t).2 H(he named).1 E
+F2 -.18(re)2.5 G(adline).18 E F0(function)2.5 E F1(.)A F2<ad75>144 540 Q
+F0(function)2.5 E F1(Unbind all k)180 552 Q .3 -.15(ey s)-.1 H
+(equences bound to the named).15 E F2 -.18(re)2.5 G(adline).18 E F0
+(function)2.5 E F1(.)A F2<ad72>144 564 Q F0 -.1(ke)2.5 G(yseq)-.2 E F1
+(Remo)180 576 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H
 (urrent binding for).15 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(.)A F2<ad78>144
-240 Q F0 -.1(ke)2.5 G(yseq)-.2 E F2([: ])A F0(shell\255command)A F1
-(Cause)180 252 Q F0(shell\255command)4.344 E F1 1.844(to be e)4.344 F
+588 Q F0 -.1(ke)2.5 G(yseq)-.2 E F2([: ])A F0(shell\255command)A F1
+(Cause)180 600 Q F0(shell\255command)4.344 E F1 1.844(to be e)4.344 F
 -.15(xe)-.15 G 1.844(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0 -.1(ke)
 4.345 G(yseq)-.2 E F1 1.845(is entered.)4.345 F 1.845(The separator be-)
-6.845 F(tween)180 264 Q F0 -.1(ke)3.016 G(yseq)-.2 E F1(and)3.016 E F0
+6.845 F(tween)180 612 Q F0 -.1(ke)3.016 G(yseq)-.2 E F1(and)3.016 E F0
 (shell\255command)3.016 E F1 .516
 (is either whitespace or a colon optionally follo)3.016 F .515(wed by)
--.25 F 3.458(whitespace. If)180 276 R .958(the separator is whitespace,)
+-.25 F 3.458(whitespace. If)180 624 R .958(the separator is whitespace,)
 3.458 F F0(shell\255command)3.458 E F1 .958(must be enclosed in double)
-3.458 F .623(quotes and)180 288 R F2 -.18(re)3.123 G(adline).18 E F1
+3.458 F .623(quotes and)180 636 R F2 -.18(re)3.123 G(adline).18 E F1
 -.15(ex)3.123 G .623(pands an).15 F 3.123(yo)-.15 G 3.123(fi)-3.123 G
 .623(ts special backslash-escapes in)-3.123 F F0(shell\255command)3.122
-E F1(be-)3.122 E .712(fore sa)180 300 R .712(ving it.)-.2 F .713
+E F1(be-)3.122 E .712(fore sa)180 648 R .712(ving it.)-.2 F .713
 (If the separator is a colon, an)5.712 F 3.213(ye)-.15 G .713
-(nclosing double quotes are optional, and)-3.213 F F2 -.18(re)180 312 S
+(nclosing double quotes are optional, and)-3.213 F F2 -.18(re)180 660 S
 (adline).18 E F1 .099(does not e)2.599 F .099
 (xpand the command string before sa)-.15 F .098(ving it.)-.2 F .098
-(Since the entire k)5.098 F .398 -.15(ey b)-.1 H(ind-).15 E 2.72(ing e)
-180 324 R 2.72(xpression must be a single ar)-.15 F 2.72
-(gument, it should be enclosed in quotes.)-.18 F(When)7.72 E F0
-(shell\255command)180 336 Q F1 .563(is e)3.063 F -.15(xe)-.15 G .563
+(Since the entire k)5.098 F .398 -.15(ey b)-.1 H(ind-).15 E .64(ing e)
+180 672 R .64(xpression must be a single ar)-.15 F .641
+(gument, it should be enclosed in single quotes.)-.18 F(When)5.641 E F0
+(shell\255command)180 684 Q F1 .563(is e)3.063 F -.15(xe)-.15 G .563
 (cuted, the shell sets the).15 F/F3 9/Times-Bold@0 SF(READLINE_LINE)
 3.063 E F1 -.25(va)2.813 G .563(riable to the contents).25 F .319
-(of the)180 348 R F2 -.18(re)2.82 G(adline).18 E F1 .32(line b)2.82 F
+(of the)180 696 R F2 -.18(re)2.82 G(adline).18 E F1 .32(line b)2.82 F
 (uf)-.2 E .32(fer and the)-.25 F F3(READLINE_POINT)2.82 E F1(and)2.57 E
 F3(READLINE_MARK)2.82 E F1 -.25(va)2.57 G(riables).25 E .546
-(to the current location of the insertion point and the sa)180 360 R
+(to the current location of the insertion point and the sa)180 708 R
 -.15(ve)-.2 G 3.045(di).15 G .545(nsertion point \(the mark\), re-)
--3.045 F(specti)180 372 Q -.15(ve)-.25 G(ly).15 E 7.188(.T)-.65 G 2.188
-(he shell assigns an)-7.188 F 4.688(yn)-.15 G 2.188(umeric ar)-4.688 F
-2.188(gument the user supplied to the)-.18 F F3(READ-)4.688 E
-(LINE_ARGUMENT)180 384 Q F1 -.25(va)2.399 G 2.649(riable. If).25 F .149
-(there w)2.649 F .149(as no ar)-.1 F .149(gument, that v)-.18 F .148
-(ariable is not set.)-.25 F .148(If the e)5.148 F(x-)-.15 E .582
-(ecuted command changes the v)180 396 R .583(alue of an)-.25 F 3.083(yo)
--.15 G(f)-3.083 E F3(READLINE_LINE)3.083 E/F4 9/Times-Roman@0 SF(,)A F3
-(READLINE_POINT)2.833 E F4(,)A F1(or)2.833 E F3(READLINE_MARK)180 408 Q
-F4(,)A F1(those ne)2.25 E 2.5(wv)-.25 G
-(alues will be re\215ected in the editing state.)-2.75 E F2<ad58>144 420
-Q F1 .83(List all k)180 420 R 1.13 -.15(ey s)-.1 H .829
+-3.045 F(specti)180 720 Q -.15(ve)-.25 G(ly).15 E 10.204(.T)-.65 G 5.204
+(he shell assigns an)-10.204 F 7.704(yn)-.15 G 5.205(umeric ar)-7.704 F
+5.205(gument the user supplied to the)-.18 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(65)190.395 E 0 Cg EP
+%%Page: 66 66
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 9/Times-Bold@0 SF(READLINE_ARGUMENT)180 84 Q F1
+-.25(va)2.786 G 3.036(riable. If).25 F .535(there w)3.035 F .535
+(as no ar)-.1 F .535(gument, that v)-.18 F .535(ariable is not set.)-.25
+F(If)5.535 E 4.68(the e)180 96 R -.15(xe)-.15 G 4.681
+(cuted command changes the v).15 F 4.681(alue of an)-.25 F 7.181(yo)-.15
+G(f)-7.181 E F2(READLINE_LINE)7.181 E/F3 9/Times-Roman@0 SF(,)A F2
+(READ-)6.931 E(LINE_POINT)180 108 Q F3(,)A F1(or)3.581 E F2
+(READLINE_MARK)3.831 E F3(,)A F1 1.331(those ne)3.581 F 3.831(wv)-.25 G
+1.33(alues will be re\215ected in the editing)-4.081 F(state.)180 120 Q
+/F4 10/Times-Bold@0 SF<ad58>144 132 Q F1 .829(List all k)180 132 R 1.129
+-.15(ey s)-.1 H .829
 (equences bound to shell commands and the associated commands in a for)
-.15 F(-)-.2 E(mat that can be reused as input.)180 432 Q(The return v)
-144 448.8 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 F2(br)108 465.6 Q(eak)-.18 E F1([)2.5 E F0(n)A F1(])A .054
-(Exit from within a)144 477.6 R F2 -.25(fo)2.554 G(r).25 E F1(,)A F2
-(while)2.554 E F1(,)A F2(until)2.555 E F1 2.555(,o)C(r)-2.555 E F2
-(select)2.555 E F1 2.555(loop. If)2.555 F F0(n)2.555 E F1 .055
-(is speci\214ed, break)2.555 F F0(n)2.555 E F1(le)2.555 E -.15(ve)-.25 G
-(ls.).15 E F0(n)5.415 E F1 .055(must be)2.795 F/F5 10/Symbol SF<b3>2.555
-E F1(1.)2.555 E(If)144 489.6 Q F0(n)3.075 E F1 .215(is greater than the\
- number of enclosing loops, all enclosing loops are e)2.955 F 2.714
-(xited. The)-.15 F .214(return v)2.714 F(alue)-.25 E(is 0 unless)144
-501.6 Q F0(n)2.5 E F1(is not greater than or equal to 1.)2.5 E F2 -.2
-(bu)108 518.4 S(iltin).2 E F0(shell\255b)2.5 E(uiltin)-.2 E F1([)2.5 E
-F0(ar)A(guments)-.37 E F1(])A(Ex)144 530.4 Q .77
-(ecute the speci\214ed shell b)-.15 F .77(uiltin, passing it)-.2 F F0
-(ar)3.601 E(guments)-.37 E F1 3.271(,a).27 G .771(nd return its e)-3.271
-F .771(xit status.)-.15 F .771(This is useful)5.771 F .616
-(when de\214ning a function whose name is the same as a shell b)144
-542.4 R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144
-554.4 R .57(uiltin within the function.)-.2 F(The)5.57 E F2(cd)3.07 E F1
--.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 566.4 Q(alse if)-.1
-E F0(shell\255b)2.84 E(uiltin)-.2 E F1(is not a shell b)2.74 E
-(uiltin command.)-.2 E F2(caller)108 583.2 Q F1([)2.5 E F0 -.2(ex)C(pr)
-.2 E F1(])A .254(Returns the conte)144 595.2 R .254(xt of an)-.15 F
+.15 F(-)-.2 E(mat that can be reused as an ar)180 144 Q
+(gument to a subsequent)-.18 E F4(bind)2.5 E F1(command.)2.5 E
+(The return v)144 160.8 Q(alue is 0 unless an unrecognized option is su\
+pplied or an error occurred.)-.25 E F4(br)108 177.6 Q(eak)-.18 E F1([)
+2.5 E F0(n)A F1(])A .012(Exit from within a)144 189.6 R F4 -.25(fo)2.512
+G(r).25 E F1(,)A F4(while)2.512 E F1(,)A F4(until)2.512 E F1 2.512(,o)C
+(r)-2.512 E F4(select)2.512 E F1 2.512(loop. If)2.512 F F0(n)2.512 E F1
+.011(is speci\214ed,)2.512 F F4(br)2.511 E(eak)-.18 E F1 -.15(ex)2.511 G
+(its).15 E F0(n)2.511 E F1 .011(enclosing loops.)2.511 F F0(n)144.36
+201.6 Q F1 .632(must be)3.372 F/F5 10/Symbol SF<b3>3.132 E F1 3.132
+(1. If)3.132 F F0(n)3.492 E F1 .632(is greater than the number of enclo\
+sing loops, all enclosing loops are e)3.372 F(xited.)-.15 E
+(The return v)144 213.6 Q(alue is 0 unless)-.25 E F0(n)2.5 E F1
+(is not greater than or equal to 1.)2.5 E F4 -.2(bu)108 230.4 S(iltin).2
+E F0(shell\255b)2.5 E(uiltin)-.2 E F1([)2.5 E F0(ar)A(guments)-.37 E F1
+(])A(Ex)144 242.4 Q 1.261(ecute the speci\214ed shell b)-.15 F(uiltin)
+-.2 E F0(shell\255b)3.761 E(uiltin)-.2 E F1 3.761(,p)C 1.261(assing it)
+-3.761 F F0(ar)4.091 E(guments)-.37 E F1 3.761(,a).27 G 1.26
+(nd return its e)-3.761 F 1.26(xit status.)-.15 F 1.053(This is useful \
+when de\214ning a function whose name is the same as a shell b)144 254.4
+R 1.053(uiltin, retaining the)-.2 F 1.166(functionality of the b)144
+266.4 R 1.166(uiltin within the function.)-.2 F(The)6.166 E F4(cd)3.666
+E F1 -.2(bu)3.666 G 1.165(iltin is commonly rede\214ned this w).2 F(ay)
+-.1 E(.)-.65 E(The return status is f)144 278.4 Q(alse if)-.1 E F0
+(shell\255b)2.84 E(uiltin)-.2 E F1(is not a shell b)2.74 E
+(uiltin command.)-.2 E F4(caller)108 295.2 Q F1([)2.5 E F0 -.2(ex)C(pr)
+.2 E F1(])A .253(Returns the conte)144 307.2 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 F2(.)2.753 E F1(or)2.753 E F2(sour)144 607.2 Q
-(ce)-.18 E F1 -.2(bu)2.824 G 2.824(iltins\). W).2 F(ithout)-.4 E F0 -.2
-(ex)2.824 G(pr).2 E F1(,)A F2(caller)2.824 E F1 .324
-(displays the line number and source \214lename of the current)2.824 F
-.254(subroutine call.)144 619.2 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 F0 -.2(ex)2.753 G(pr).2 E F1(,)A F2(caller)2.753 E F1 .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 631.2 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001
-(This e)144 643.2 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 655.2 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 F0 -.2(ex)3.02 G(pr).2 E F1 .52
-(does not corre-)3.02 F(spond to a v)144 667.2 Q
-(alid position in the call stack.)-.25 E F2(cd)108 684 Q F1([)2.5 E F2
-<ad4c>A F1(|[)A F2<ad50>A F1([)2.5 E F2<ad65>A F1(]]] [\255@] [)A F0
-(dir)A F1(])A .322(Change the current directory to)144 696 R F0(dir)
-2.822 E F1 5.322(.i)C(f)-5.322 E F0(dir)2.822 E F1 .321
-(is not supplied, the v)2.822 F .321(alue of the)-.25 F F3(HOME)2.821 E
-F1 .321(shell v)2.571 F .321(ariable is)-.25 F 1.365(the def)144 708 R
-3.865(ault. The)-.1 F -.25(va)3.865 G(riable).25 E F3(CDP)3.865 E -.855
-(AT)-.666 G(H).855 E F1 1.365
-(de\214nes the search path for the directory containing)3.615 F F0(dir)
-4.216 E F1 3.866(:t).73 G(he)-3.866 E .91
-(shell searches each directory name in)144 720 R F3(CDP)3.41 E -.855(AT)
--.666 G(H).855 E F1(for)3.16 E F0(dir)3.41 E F1 5.91(.A)C(lternati)-5.91
-E 1.209 -.15(ve d)-.25 H .909(irectory names in).15 F F3(CDP)3.409 E
--.855(AT)-.666 G(H).855 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29
-E(62)193.45 E 0 Cg EP
-%%Page: 63 63
+.254(cuted with the).15 F F4(.)2.754 E F1(or)2.754 E F4(sour)144 319.2 Q
+(ce)-.18 E F1 -.2(bu)2.5 G(iltins\).).2 E -.4(Wi)144 336 S(thout).4 E F0
+-.2(ex)3.294 G(pr).2 E F1(,)A F4(caller)3.294 E F1 .793(displays the li\
+ne number and source \214lename of the current subroutine call.)3.294 F
+.124(If a non-ne)144 348 R -.05(ga)-.15 G(ti).05 E .424 -.15(ve i)-.25 H
+(nte).15 E .124(ger is supplied as)-.15 F F0 -.2(ex)2.624 G(pr).2 E F1
+(,)A F4(caller)2.624 E F1 .124(displays the line number)2.624 F 2.624
+(,s)-.4 G .124(ubroutine name, and)-2.624 F .743
+(source \214le corresponding to that position in the current e)144 360 R
+-.15(xe)-.15 G .743(cution call stack.).15 F .742(This e)5.743 F .742
+(xtra informa-)-.15 F(tion may be used, for e)144 372 Q
+(xample, to print a stack trace.)-.15 E(The current frame is frame 0.)5
+E .1(The return v)144 388.8 R .1(alue is 0 unless the shell is not e)
+-.25 F -.15(xe)-.15 G .101(cuting a subroutine call or).15 F F0 -.2(ex)
+2.601 G(pr).2 E F1 .101(does not correspond)2.601 F(to a v)144 400.8 Q
+(alid position in the call stack.)-.25 E F4(cd)108 417.6 Q F1([)2.5 E F4
+<ad4c>A F1 2.5(][)C(\255@] [)-2.5 E F0(dir)A F1(])A F4(cd \255P)108
+429.6 Q F1([)2.5 E F4<ad65>A F1 2.5(][)C(\255@] [)-2.5 E F0(dir)A F1(])A
+.322(Change the current directory to)144 441.6 R F0(dir)2.822 E F1 5.322
+(.i)C(f)-5.322 E F0(dir)2.822 E F1 .321(is not supplied, the v)2.822 F
+.321(alue of the)-.25 F F2(HOME)2.821 E F1 .321(shell v)2.571 F .321
+(ariable is)-.25 F .74(used as)144 453.6 R F0(dir)3.24 E F1 5.74(.T)C
+.74(he v)-5.74 F(ariable)-.25 E F2(CDP)3.24 E -.855(AT)-.666 G(H).855 E
+F1 -.15(ex)2.99 G .74(ists, and).15 F F0(dir)3.24 E F1 .74(does not be)
+3.24 F .74(gin with a slash \(/\),)-.15 F F4(cd)3.24 E F1 .741
+(uses it as a)3.24 F 1.837
+(search path: the shell searches each directory name in)144 465.6 R F2
+(CDP)4.336 E -.855(AT)-.666 G(H).855 E F1(for)4.086 E F0(dir)4.336 E F1
+6.836(.A)C(lternati)-6.836 E 2.136 -.15(ve d)-.25 H(irectory).15 E .447
+(names in)144 477.6 R F2(CDP)2.947 E -.855(AT)-.666 G(H).855 E F1 .447
+(are separated by a colon \(:\).)2.697 F 2.948(An)5.448 G .448
+(ull directory name in)-2.948 F F2(CDP)2.948 E -.855(AT)-.666 G(H).855 E
+F1 .448(is the same as)2.698 F(the current directory)144 489.6 Q 2.5(,i)
+-.65 G(.e., \231.\232.)-2.5 E(The)144 506.4 Q F4<ad50>2.915 E F1 .415
+(option causes)2.915 F F4(cd)2.915 E F1 .415(to use the ph)2.915 F .414
+(ysical directory structure by resolving symbolic links while)-.05 F
+(tra)144 518.4 Q -.15(ve)-.2 G(rsing).15 E F0(dir)2.673 E F1 .173
+(and before processing instances of)2.673 F F0 1.666(..)4.339 G F1(in)
+2.673 E F0(dir)2.673 E F1 .174(\(see also the)2.673 F F4<ad50>2.674 E F1
+.174(option to the)2.674 F F4(set)2.674 E F1 -.2(bu)2.674 G(iltin).2 E
+(command\).)144 530.4 Q(The)144 547.2 Q F4<ad4c>3.039 E F1 .539
+(option forces)3.039 F F4(cd)3.039 E F1 .539(to follo)3.039 F 3.039(ws)
+-.25 G .538
+(ymbolic links by resolving the link after processing instances)-3.039 F
+(of)144 559.2 Q F0 1.666(..)4.414 G F1(in)2.748 E F0(dir)2.748 E F1
+5.248(.I)C(f)-5.248 E F0 1.666(..)4.414 G F1 .248(appears in)2.748 F F0
+(dir)2.748 E F1(,)A F4(cd)2.748 E F1 .249(processes it by remo)2.749 F
+.249(ving the immediately pre)-.15 F .249(vious pathname)-.25 F .202
+(component from)144 571.2 R F0(dir)2.702 E F1 2.702(,b)C .202
+(ack to a slash or the be)-2.702 F .202(ginning of)-.15 F F0(dir)2.702 E
+F1 2.701(,a)C .201(nd v)-2.701 F .201(erifying that the portion of)-.15
+F F0(dir)2.701 E F1(it)2.701 E .282
+(has processed to that point is still a v)144 583.2 R .282
+(alid directory name after remo)-.25 F .282
+(ving the pathname component.)-.15 F .624(If it is not a v)144 595.2 R
+.624(alid directory name,)-.25 F F4(cd)3.124 E F1 .624
+(returns a non-zero status.)3.124 F .623(If neither)5.624 F F4<ad4c>
+3.123 E F1(nor)3.123 E F4<ad50>3.123 E F1 .623(is supplied,)3.123 F F4
+(cd)144 607.2 Q F1(beha)2.5 E -.15(ve)-.2 G 2.5(sa).15 G 2.5(si)-2.5 G
+(f)-2.5 E F4<ad4c>2.5 E F1(had been supplied.)2.5 E .245(If the)144 624
+R F4<ad65>2.745 E F1 .245(option is supplied with)2.745 F F4<ad50>2.745
+E F1 2.745(,a)C(nd)-2.745 E F4(cd)2.745 E F1 .245
+(cannot successfully determine the current w)2.745 F .245(orking di-)-.1
+F(rectory after a successful directory change, it will return a non-zer\
+o status.)144 636 Q .243(On systems that support it, the)144 652.8 R F4
+<ad40>2.743 E F1 .242(option presents the e)2.743 F .242(xtended attrib)
+-.15 F .242(utes associated with a \214le as)-.2 F 2.5(ad)144 664.8 S
+(irectory)-2.5 E(.)-.65 E(An ar)144 681.6 Q(gument of)-.18 E F4<ad>2.5 E
+F1(is con)2.5 E -.15(ve)-.4 G(rted to).15 E F2($OLDPWD)2.5 E F1
+(before attempting the directory change.)2.25 E(If)144 698.4 Q F4(cd)3 E
+F1 .5(uses a non-empty directory name from)3 F F2(CDP)3.001 E -.855(AT)
+-.666 G(H,).855 E F1 .501(or if)2.751 F F4<ad>3.001 E F1 .501
+(is the \214rst ar)3.001 F .501(gument, and the direc-)-.18 F 1.243
+(tory change is successful,)144 710.4 R F4(cd)3.743 E F1 1.243
+(writes the absolute pathname of the ne)3.743 F 3.742(ww)-.25 G 1.242
+(orking directory to the)-3.842 F(standard output.)144 722.4 Q
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(66)190.395 E 0 Cg EP
+%%Page: 67 67
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .764(are separated by a colon \(:\).)144 84 R 3.264
-(An)5.764 G .764(ull directory name in)-3.264 F/F2 9/Times-Bold@0 SF
-(CDP)3.264 E -.855(AT)-.666 G(H).855 E F1 .764
-(is the same as the current direc-)3.014 F(tory)144 96 Q 2.72(,i)-.65 G
-.22(.e., \231.\232.)-2.72 F(If)5.22 E F0(dir)3.069 E F1(be)3.449 E .219
-(gins with a slash \(/\), then)-.15 F F2(CDP)2.719 E -.855(AT)-.666 G(H)
-.855 E F1 .219(is not used.)2.469 F(The)5.219 E/F3 10/Times-Bold@0 SF
-<ad50>2.719 E F1 .219(option causes)2.719 F F3(cd)2.719 E F1(to)2.719 E
-1.286(use the ph)144 108 R 1.287
-(ysical directory structure by resolving symbolic links while tra)-.05 F
--.15(ve)-.2 G(rsing).15 E F0(dir)3.787 E F1 1.287(and before)3.787 F
-.207(processing instances of)144 120 R F0(..)2.706 E F1(in)2.706 E F0
-(dir)2.706 E F1 .206(\(see also the)2.706 F F3<ad50>2.706 E F1 .206
-(option to the)2.706 F F3(set)2.706 E F1 -.2(bu)2.706 G .206
-(iltin command\); the).2 F F3<ad4c>2.706 E F1(option)2.706 E .19
-(forces symbolic links to be follo)144 132 R .191
-(wed by resolving the link after processing instances of)-.25 F F0(..)
-2.691 E F1(in)2.691 E F0(dir)2.691 E F1 5.191(.I)C(f)-5.191 E F0(..)144
-144 Q F1 .322(appears in)2.822 F F0(dir)2.822 E F1 2.822(,i)C 2.822(ti)
--2.822 G 2.822(sp)-2.822 G .321(rocessed by remo)-2.822 F .321
-(ving the immediately pre)-.15 F .321(vious pathname component from)-.25
-F F0(dir)144 156 Q F1 3.156(,b)C .656(ack to a slash or the be)-3.156 F
-.656(ginning of)-.15 F F0(dir)3.156 E F1 5.656(.I)C 3.156(ft)-5.656 G
-(he)-3.156 E F3<ad65>3.156 E F1 .656(option is supplied with)3.156 F F3
-<ad50>3.156 E F1 3.156(,a)C .656(nd the current)-3.156 F -.1(wo)144 168
-S .863(rking directory cannot be successfully determined after a succes\
-sful directory change,).1 F F3(cd)3.363 E F1(will)3.363 E .338
-(return an unsuccessful status.)144 180 R .339
-(On systems that support it, the)5.338 F F3<ad40>2.839 E F1 .339
-(option presents the e)2.839 F .339(xtended at-)-.15 F(trib)144 192 Q
-.589(utes associated with a \214le as a directory)-.2 F 5.589(.A)-.65 G
-3.089(na)-5.589 G -.18(rg)-3.089 G .589(ument of).18 F F3<ad>3.089 E F1
-.588(is con)3.089 F -.15(ve)-.4 G .588(rted to).15 F F2($OLDPWD)3.088 E
-F1(before)2.838 E .21(the directory change is attempted.)144 204 R .211
-(If a non-empty directory name from)5.211 F F2(CDP)2.711 E -.855(AT)
--.666 G(H).855 E F1 .211(is used, or if)2.461 F F3<ad>2.711 E F1(is)
-2.711 E .274(the \214rst ar)144 216 R .274(gument, and the directory ch\
-ange is successful, the absolute pathname of the ne)-.18 F 2.774(ww)-.25
-G(ork-)-2.874 E 1.055(ing directory is written to the standard output.)
-144 228 R 1.056(If the directory change is successful,)6.056 F F3(cd)
-3.556 E F1 1.056(sets the)3.556 F -.25(va)144 240 S .508(lue of the).25
-F F3(PWD)3.008 E F1(en)3.008 E .508(vironment v)-.4 F .508
-(ariable to the ne)-.25 F 3.008(wd)-.25 G .508
-(irectory name, and sets the)-3.008 F F3(OLDPWD)3.008 E F1(en)3.008 E
-(vi-)-.4 E .112(ronment v)144 252 R .112(ariable to the v)-.25 F .112
-(alue of the current w)-.25 F .112(orking directory before the change.)
--.1 F .112(The return v)5.112 F(alue)-.25 E(is true if the directory w)
-144 264 Q(as successfully changed; f)-.1 E(alse otherwise.)-.1 E F3
-(command)108 280.8 Q F1([)2.5 E F3(\255pVv)A F1(])A F0(command)2.5 E F1
-([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(Run)144 292.8 Q
-F0(command)2.765 E F1(with)3.335 E F0(ar)2.895 E(gs)-.37 E F1 .065
-(suppressing the normal shell function lookup.)2.835 F .064(Only b)5.064
-F .064(uiltin commands or)-.2 F .501(commands found in the)144 304.8 R
-F2 -.666(PA)3.001 G(TH)-.189 E F1 .502(are e)2.751 F -.15(xe)-.15 G
-3.002(cuted. If).15 F(the)3.002 E F3<ad70>3.002 E F1 .502(option is gi)
-3.002 F -.15(ve)-.25 G .502(n, the search for).15 F F0(command)3.202 E
-F1(is)3.772 E .4(performed using a def)144 316.8 R .4(ault v)-.1 F .4
-(alue for)-.25 F F2 -.666(PA)2.9 G(TH)-.189 E F1 .399
-(that is guaranteed to \214nd all of the standard utilities.)2.649 F(If)
-5.399 E .174(either the)144 328.8 R F3<ad56>2.674 E F1(or)2.674 E F3
-<ad76>2.674 E F1 .175(option is supplied, a description of)2.674 F F0
-(command)2.875 E F1 .175(is printed.)3.445 F(The)5.175 E F3<ad76>2.675 E
-F1 .175(option causes)2.675 F 3.318(as)144 340.8 S .818(ingle w)-3.318 F
-.817(ord indicating the command or \214lename used to in)-.1 F -.2(vo)
--.4 G -.1(ke).2 G F0(command)3.617 E F1 .817(to be displayed; the)4.087
-F F3<ad56>144 352.8 Q F1 .249(option produces a more v)2.749 F .249
-(erbose description.)-.15 F .249(If the)5.249 F F3<ad56>2.749 E F1(or)
-2.749 E F3<ad76>2.75 E F1 .25(option is supplied, the e)2.75 F .25
-(xit status)-.15 F 1.005(is 0 if)144 364.8 R F0(command)3.705 E F1 -.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 F0
-(command)144.2 376.8 Q F1 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 F3(command)4.099 E F1 -.2(bu)144 388.8 S
-(iltin is the e).2 E(xit status of)-.15 E F0(command)2.7 E F1(.).77 E F3
-(compgen)108 405.6 Q F1([)2.5 E F3<ad56>A F0(varname)2.5 E F1 2.5(][)C
-F0(option)-2.5 E F1 2.5(][)C F0(wor)-2.5 E(d)-.37 E F1(])A .013
-(Generate possible completion matches for)144 417.6 R F0(wor)2.513 E(d)
--.37 E F1 .013(according to the)2.513 F F0(option)2.513 E F1 .013
-(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E 1.216
-(accepted by the)144 429.6 R F3(complete)3.716 E F1 -.2(bu)3.716 G 1.216
-(iltin with the e).2 F 1.216(xceptions of)-.15 F F3<ad70>3.716 E F1(,)A
-F3<ad72>3.717 E F1(,)A F3<ad44>3.717 E F1(,)A F3<ad45>3.717 E F1 3.717
-(,a)C(nd)-3.717 E F3<ad49>3.717 E F1 3.717(,a)C 1.217(nd write the)
--3.717 F .505(matches to the standard output.)144 441.6 R .505(If the)
-5.505 F F3<ad56>3.005 E F1 .505(option is supplied,)3.005 F F3(compgen)
-3.004 E F1 .504(stores the generated com-)3.004 F 1.086
-(pletions into the inde)144 453.6 R -.15(xe)-.15 G 3.586(da).15 G 1.086
-(rray v)-3.586 F(ariable)-.25 E F0(varname)3.586 E F1 1.087
-(instead of writing them to the standard output.)3.586 F .195
-(When using the)144 465.6 R F3<ad46>2.695 E F1(or)2.695 E F3<ad43>2.695
-E F1 .195(options, the v)2.695 F .195(arious shell v)-.25 F .194
-(ariables set by the programmable completion)-.25 F -.1(fa)144 477.6 S
+.25 E F1(\(1\)).95 E 1.113(If the directory change is successful,)144 84
+R/F2 10/Times-Bold@0 SF(cd)3.613 E F1 1.113(sets the v)3.613 F 1.113
+(alue of the)-.25 F F2(PWD)3.613 E F1(en)3.613 E 1.113(vironment v)-.4 F
+1.114(ariable to the)-.25 F(ne)144 96 Q 4.306(wd)-.25 G 1.806
+(irectory name, and sets the)-4.306 F F2(OLDPWD)4.306 E F1(en)4.306 E
+1.806(vironment v)-.4 F 1.806(ariable to the v)-.25 F 1.805
+(alue of the current)-.25 F -.1(wo)144 108 S
+(rking directory before the change.).1 E(The return v)144 124.8 Q
+(alue is true if the directory w)-.25 E(as successfully changed; f)-.1 E
+(alse otherwise.)-.1 E F2(command)108 141.6 Q F1([)2.5 E F2(\255pVv)A F1
+(])A F0(command)2.5 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])
+-1.666 E(The)144 153.6 Q F2(command)3.078 E F1 -.2(bu)3.078 G .578
+(iltin runs).2 F F0(command)3.278 E F1(with)3.848 E F0(ar)3.408 E(gs)
+-.37 E F1 .579(suppressing the normal shell function lookup for)3.348 F
+F0(command)144 165.6 Q F1 6.346(.O)C 1.346(nly b)-6.346 F 1.345
+(uiltin commands or commands found in the)-.2 F/F3 9/Times-Bold@0 SF
+-.666(PA)3.845 G(TH)-.189 E F1(named)3.595 E F0(command)3.845 E F1 1.345
+(are e)3.845 F -.15(xe)-.15 G(-).15 E 2.714(cuted. If)144 177.6 R(the)
+2.714 E F2<ad70>2.714 E F1 .214(option is supplied, the search for)2.714
+F F0(command)2.914 E F1 .214(is performed using a def)3.484 F .215
+(ault v)-.1 F .215(alue for)-.25 F F3 -.666(PA)144 189.6 S(TH)-.189 E F1
+(that is guaranteed to \214nd all of the standard utilities.)2.25 E .273
+(If either the)144 206.4 R F2<ad56>2.773 E F1(or)2.773 E F2<ad76>2.773 E
+F1 .273(option is supplied,)2.773 F F2(command)2.773 E F1 .273
+(prints a description of)2.773 F F0(command)2.973 E F1 5.273(.T).77 G
+(he)-5.273 E F2<ad76>2.773 E F1(op-)2.772 E .436
+(tion displays a single w)144 218.4 R .437
+(ord indicating the command or \214lename used to in)-.1 F -.2(vo)-.4 G
+-.1(ke).2 G F0(command)3.237 E F1 2.937(;t).77 G(he)-2.937 E F2<ad56>
+2.937 E F1(option produces a more v)144 230.4 Q(erbose description.)-.15
+E .632(If the)144 247.2 R F2<ad56>3.131 E F1(or)3.131 E F2<ad76>3.131 E
+F1 .631(option is supplied, the e)3.131 F .631(xit status is zero if)
+-.15 F F0(command)3.331 E F1 -.1(wa)3.901 G 3.131(sf).1 G .631
+(ound, and non-zero if)-3.131 F 2.809(not. If)144 259.2 R .309
+(neither option is supplied and an error occurred or)2.809 F F0(command)
+3.01 E F1 .31(cannot be found, the e)3.58 F .31(xit sta-)-.15 F
+(tus is 127.)144 271.2 Q(Otherwise, the e)5 E(xit status of the)-.15 E
+F2(command)2.5 E F1 -.2(bu)2.5 G(iltin is the e).2 E(xit status of)-.15
+E F0(command)2.7 E F1(.).77 E F2(compgen)108 288 Q F1([)2.5 E F2<ad56>A
+F0(varname)2.5 E F1 2.5(][)C F0(option)-2.5 E F1 2.5(][)C F0(wor)-2.5 E
+(d)-.37 E F1(])A .013(Generate possible completion matches for)144 300 R
+F0(wor)2.513 E(d)-.37 E F1 .013(according to the)2.513 F F0(option)2.513
+E F1 .013(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E 1.216
+(accepted by the)144 312 R F2(complete)3.716 E F1 -.2(bu)3.716 G 1.216
+(iltin with the e).2 F 1.216(xceptions of)-.15 F F2<ad70>3.716 E F1(,)A
+F2<ad72>3.717 E F1(,)A F2<ad44>3.717 E F1(,)A F2<ad45>3.717 E F1 3.717
+(,a)C(nd)-3.717 E F2<ad49>3.717 E F1 3.717(,a)C 1.217(nd write the)
+-3.717 F(matches to the standard output.)144 324 Q 1.376(If the)144
+340.8 R F2<ad56>3.876 E F1 1.376(option is supplied,)3.876 F F2(compgen)
+3.876 E F1 1.376(stores the generated completions into the inde)3.876 F
+-.15(xe)-.15 G 3.875(da).15 G(rray)-3.875 E -.25(va)144 352.8 S(riable)
+.25 E F0(varname)2.5 E F1
+(instead of writing them to the standard output.)2.5 E .194
+(When using the)144 369.6 R F2<ad46>2.694 E F1(or)2.694 E F2<ad43>2.694
+E F1 .195(options, the v)2.695 F .195(arious shell v)-.25 F .195
+(ariables set by the programmable completion)-.25 F -.1(fa)144 381.6 S
 (cilities, 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 494.4 R .352
+(The matches will be generated in the same w)144 398.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
-506.4 R(If)5.02 E F0(wor)2.52 E(d)-.37 E F1 .02(is speci\214ed, only)
-2.52 F(those completions matching)144 518.4 Q F0(wor)2.5 E(d)-.37 E F1
-(will be displayed.)2.5 E(The return v)144 535.2 Q
+410.4 R(If)5.02 E F0(wor)2.52 E(d)-.37 E F1 .02(is speci\214ed, only)
+2.52 F(those completions matching)144 422.4 Q F0(wor)2.5 E(d)-.37 E F1
+(will be displayed or stored.)2.5 E(The return v)144 439.2 Q
 (alue is true unless an in)-.25 E -.25(va)-.4 G
-(lid option is supplied, or no matches were generated.).25 E F3
-(complete)108 552 Q F1([)2.5 E F3(\255abcdefgjksuv)A F1 2.5(][)C F3
-<ad6f>-2.5 E F0(comp-option)2.5 E F1 2.5(][)C F3(\255DEI)-2.5 E F1 2.5
-(][)C F3<ad41>-2.5 E F0(action)2.5 E F1(])A([)144 564 Q F3<ad47>A F0
-(globpat)2.5 E F1 2.5(][)C F3<ad57>-2.5 E F0(wor)2.5 E(dlist)-.37 E F1
-2.5(][)C F3<ad46>-2.5 E F0(function)2.5 E F1 2.5(][)C F3<ad43>-2.5 E F0
-(command)2.5 E F1(])A([)144 576 Q F3<ad58>A F0(\214lterpat)2.5 E F1 2.5
-(][)C F3<ad50>-2.5 E F0(pr)2.5 E(e\214x)-.37 E F1 2.5(][)C F3<ad53>-2.5
+(lid option is supplied, or no matches were generated.).25 E F2
+(complete)108 456 Q F1([)2.5 E F2(\255abcdefgjksuv)A F1 2.5(][)C F2
+<ad6f>-2.5 E F0(comp-option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5
+(][)C F2<ad41>-2.5 E F0(action)2.5 E F1(])A([)144 468 Q F2<ad47>A F0
+(globpat)2.5 E F1 2.5(][)C F2<ad57>-2.5 E F0(wor)2.5 E(dlist)-.37 E F1
+2.5(][)C F2<ad46>-2.5 E F0(function)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0
+(command)2.5 E F1(])A([)144 480 Q F2<ad58>A F0(\214lterpat)2.5 E F1 2.5
+(][)C F2<ad50>-2.5 E F0(pr)2.5 E(e\214x)-.37 E F1 2.5(][)C F2<ad53>-2.5
 E F0(suf)2.5 E<8c78>-.18 E F1(])A F0(name)2.5 E F1([)2.5 E F0(name)A F1
-1.666(...)2.5 G(])-1.666 E F3(complete \255pr)108 588 Q F1([)2.5 E F3
-(\255DEI)A F1 2.5(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .633
-(Specify ho)144 600 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633
-(uments to each).18 F F0(name)3.133 E F1 .633(should be completed.)3.133
-F .634(If the)5.634 F F3<ad70>3.134 E F1 .634
-(option is supplied, or if no)3.134 F .567(options or)144 612 R F0(name)
-3.067 E F1 3.067(sa)C .567(re supplied, e)-3.067 F .566
-(xisting completion speci\214cations are printed in a w)-.15 F .566
-(ay that allo)-.1 F(ws)-.25 E .046(them to be reused as input.)144 624 R
-(The)5.046 E F3<ad72>2.546 E F1 .046(option remo)2.546 F -.15(ve)-.15 G
-2.547(sac).15 G .047(ompletion speci\214cation for each)-2.547 F F0
-(name)2.547 E F1 2.547(,o)C .847 -.4(r, i)-2.547 H(f).4 E(no)144 636 Q
-F0(name)2.954 E F1 2.953(sa)C .453
-(re supplied, all completion speci\214cations.)-2.953 F(The)5.453 E F3
-<ad44>2.953 E F1 .453(option indicates that other supplied)2.953 F 1.454
-(options and actions should apply to the \231def)144 648 R 1.454
-(ault\232 command completion; that is, completion at-)-.1 F .021
-(tempted on a command for which no completion has pre)144 660 R .021
-(viously been de\214ned.)-.25 F(The)5.02 E F3<ad45>2.52 E F1 .02
-(option indi-)2.52 F .698(cates that other supplied options and actions\
- should apply to \231empty\232 command completion; that)144 672 R .577
-(is, completion attempted on a blank line.)144 684 R(The)5.577 E F3
-<ad49>3.077 E F1 .576(option indicates that other supplied options and)
-3.077 F .331
-(actions should apply to completion on the initial non-assignment w)144
-696 R .332(ord on the line, or after a com-)-.1 F .119
-(mand delimiter such as)144 708 R F3(;)2.618 E F1(or)2.618 E F3(|)2.618
-E F1 2.618(,w)C .118(hich is usually command name completion.)-2.618 F
-.118(If multiple options are)5.118 F 1.003(supplied, the)144 720 R F3
-<ad44>3.503 E F1 1.003(option tak)3.503 F 1.004(es precedence o)-.1 F
--.15(ve)-.15 G(r).15 E F3<ad45>3.504 E F1 3.504(,a)C 1.004(nd both tak)
--3.504 F 3.504(ep)-.1 G 1.004(recedence o)-3.504 F -.15(ve)-.15 G(r).15
-E F3<ad49>3.504 E F1 6.004(.I)C 3.504(fa)-6.004 G 1.304 -.15(ny o)-3.504
-H(f).15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(63)193.45 E 0 Cg
-EP
-%%Page: 64 64
+1.666(...)2.5 G(])-1.666 E F2(complete \255pr)108 492 Q F1([)2.5 E F2
+(\255DEI)A F1 2.5(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E
+(Specify ho)144 504 Q 2.5(wa)-.25 G -.18(rg)-2.5 G(uments to each).18 E
+F0(name)2.5 E F1(should be completed.)2.5 E .11(If the)144 520.8 R F2
+<ad70>2.61 E F1 .11(option is supplied, or if no options or)2.61 F F0
+(name)2.609 E F1 2.609(sa)C .109(re supplied, print e)-2.609 F .109
+(xisting completion spec-)-.15 F .924(i\214cations in a w)144 532.8 R
+.924(ay that allo)-.1 F .924(ws them to be reused as input.)-.25 F(The)
+5.924 E F2<ad72>3.424 E F1 .924(option remo)3.424 F -.15(ve)-.15 G 3.425
+(sac).15 G(ompletion)-3.425 E(speci\214cation for each)144 544.8 Q F0
+(name)2.5 E F1 2.5(,o)C .8 -.4(r, i)-2.5 H 2.5(fn).4 G(o)-2.5 E F0(name)
+2.5 E F1 2.5(sa)C(re supplied, all completion speci\214cations.)-2.5 E
+(The)144 561.6 Q F2<ad44>2.585 E F1 .085(option indicates that other su\
+pplied options and actions should apply to the \231def)2.585 F .084
+(ault\232 com-)-.1 F .032(mand completion; that is, completion attempte\
+d on a command for which no completion has pre)144 573.6 R(vi-)-.25 E
+.46(ously been de\214ned.)144 585.6 R(The)5.46 E F2<ad45>2.96 E F1 .459
+(option indicates that other supplied options and actions should apply)
+2.959 F .169(to \231empty\232 command completion; that is, completion a\
+ttempted on a blank line.)144 597.6 R(The)5.17 E F2<ad49>2.67 E F1 .17
+(option in-)2.67 F 1.025(dicates that other supplied options and action\
+s should apply to completion on the initial non-as-)144 609.6 R .281
+(signment w)144 621.6 R .281
+(ord on the line, or after a command delimiter such as)-.1 F F2(;)2.781
+E F1(or)2.781 E F2(|)2.781 E F1 2.781(,w)C .282(hich is usually command)
+-2.781 F .6(name completion.)144 633.6 R .599
+(If multiple options are supplied, the)5.6 F F2<ad44>3.099 E F1 .599
+(option tak)3.099 F .599(es precedence o)-.1 F -.15(ve)-.15 G(r).15 E F2
+<ad45>3.099 E F1 3.099(,a)C(nd)-3.099 E .186(both tak)144 645.6 R 2.686
+(ep)-.1 G .186(recedence o)-2.686 F -.15(ve)-.15 G(r).15 E F2<ad49>2.686
+E F1 5.186(.I)C 2.686(fa)-5.186 G .486 -.15(ny o)-2.686 H(f).15 E F2
+<ad44>2.686 E F1(,)A F2<ad45>2.686 E F1 2.686(,o)C(r)-2.686 E F2<ad49>
+2.686 E F1 .186(are supplied, an)2.686 F 2.686(yo)-.15 G(ther)-2.686 E
+F0(name)2.686 E F1(ar)2.687 E .187(guments are)-.18 F(ignored; these co\
+mpletions only apply to the case speci\214ed by the option.)144 657.6 Q
+.443(The process of applying these completion speci\214cations when att\
+empting w)144 674.4 R .442(ord completion)-.1 F .442(is de-)5.442 F
+(scribed abo)144 686.4 Q .3 -.15(ve u)-.15 H(nder).15 E F2(Pr)2.5 E
+(ogrammable Completion)-.18 E F1(.)A .555
+(Other options, if speci\214ed, ha)144 703.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 F2<ad47>3.056 E F1(,)A F2<ad57>3.056 E F1 3.056
+(,a)C(nd)-3.056 E F2<ad58>3.056 E F1 .723(options \(and, if necessary)
+144 715.2 R 3.223(,t)-.65 G(he)-3.223 E F2<ad50>3.223 E F1(and)3.223 E
+F2<ad53>3.223 E F1 .722
+(options\) should be quoted to protect them from e)3.223 F(xpan-)-.15 E
+(sion before the)144 727.2 Q F2(complete)2.5 E F1 -.2(bu)2.5 G
+(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(67)190.395 E 0 Cg EP
+%%Page: 68 68
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad44>144 84 Q F1(,)A F2<ad45>
-3.082 E F1 3.082(,o)C(r)-3.082 E F2<ad49>3.082 E F1 .582
-(are supplied, an)3.082 F 3.082(yo)-.15 G(ther)-3.082 E F0(name)3.082 E
-F1(ar)3.082 E .582(guments are ignored; these completions only apply)
--.18 F(to the case speci\214ed by the option.)144 96 Q .152
-(The process of applying these completion speci\214cations when w)144
-112.8 R .153(ord completion is attempted is de-)-.1 F(scribed abo)144
-124.8 Q .3 -.15(ve u)-.15 H(nder).15 E F2(Pr)2.5 E
-(ogrammable Completion)-.18 E F1(.)A .556
-(Other options, if speci\214ed, ha)144 141.6 R .856 -.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 F2<ad47>3.055 E F1(,)A F2<ad57>3.055 E F1 3.055
-(,a)C(nd)-3.055 E F2<ad58>3.055 E F1 .722(options \(and, if necessary)
-144 153.6 R 3.222(,t)-.65 G(he)-3.222 E F2<ad50>3.222 E F1(and)3.222 E
-F2<ad53>3.222 E F1 .723
-(options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E
-(sion before the)144 165.6 Q F2(complete)2.5 E F1 -.2(bu)2.5 G
-(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2<ad6f>144 182.4 Q
-F0(comp-option)2.5 E F1(The)184 194.4 Q F0(comp-option)2.791 E F1 .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 206.4 Q F0
-(comp-option)5 E F1(may be one of:)2.5 E F2(bashdefault)184 218.4 Q F1
-.281(Perform the rest of the def)224 230.4 R(ault)-.1 E F2(bash)2.781 E
-F1 .281(completions if the compspec generates no)2.781 F(matches.)224
-242.4 Q F2(default)184 254.4 Q F1 2.876(Use readline')224 254.4 R 5.376
-(sd)-.55 G(ef)-5.376 E 2.875
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad6f>144 84 Q F0(comp-option)
+2.5 E F1(The)184 96 Q F0(comp-option)2.79 E F1 .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 108 Q F0(comp-option)5 E F1
+(may be one of:)2.5 E F2(bashdefault)184 120 Q F1 .281
+(Perform the rest of the def)224 132 R(ault)-.1 E F2(bash)2.781 E F1
+.281(completions if the compspec generates no)2.781 F(matches.)224 144 Q
+F2(default)184 156 Q F1(Use)224 156 Q F2 -.18(re)5.085 G(adline).18 E F1
+3.685 -.55('s d)D(ef).55 E 2.586
 (ault \214lename completion if the compspec generates no)-.1 F(matches.)
-224 266.4 Q F2(dir)184 278.4 Q(names)-.15 E F1(Perform directory name c\
-ompletion if the compspec generates no matches.)224 290.4 Q F2
-(\214lenames)184 302.4 Q F1 -.7(Te)224 314.4 S .137(ll readline that th\
-e compspec generates \214lenames, so it can perform an).7 F 2.637<798c>
--.15 G(le-)-2.637 E .134(name\255speci\214c processing \(lik)224 326.4 R
-2.634(ea)-.1 G .134(dding a slash to directory names, quoting spe-)
--2.634 F .45(cial characters, or suppressing trailing spaces\).)224
-338.4 R .45(Intended to be used with shell)5.45 F(functions.)224 350.4 Q
-F2(fullquote)184 362.4 Q F1 -.7(Te)224 374.4 S
-(ll readline to quote all the completed w).7 E(ords e)-.1 E -.15(ve)-.25
-G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 G
-(re not \214lenames.)-2.5 E F2(noquote)184 386.4 Q F1 -.7(Te)224 386.4 S
-.814(ll readline not to quote the completed w).7 F .814(ords if the)-.1
-F 3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F
-(\214lenames is the def)224 398.4 Q(ault\).)-.1 E F2(nosort)184 410.4 Q
-F1 -.7(Te)224 410.4 S(ll readline not to sort the list of possible comp\
-letions alphabetically).7 E(.)-.65 E F2(nospace)184 422.4 Q F1 -.7(Te)
-224 422.4 S .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
-434.4 Q F2(plusdirs)184 446.4 Q F1 1.985(After an)224 446.4 R 4.485(ym)
--.15 G 1.985
-(atches de\214ned by the compspec are generated, directory name)-4.485 F
-.583(completion is attempted and an)224 458.4 R 3.084(ym)-.15 G .584
-(atches are added to the results of the other)-3.084 F(actions.)224
-470.4 Q F2<ad41>144 482.4 Q F0(action)2.5 E F1(The)184 494.4 Q F0
-(action)2.5 E F1(may be one of the follo)2.5 E
+224 168 Q F2(dir)184 180 Q(names)-.15 E F1(Perform directory name compl\
+etion if the compspec generates no matches.)224 192 Q F2(\214lenames)184
+204 Q F1 -.7(Te)224 216 S(ll).7 E F2 -.18(re)4.104 G(adline).18 E F1
+1.604(that the compspec generates \214lenames, so it can perform an)
+4.104 F(y)-.15 E .291(\214lename\255speci\214c processing \(such as add\
+ing a slash to directory names, quot-)224 228 R .904
+(ing special characters, or suppressing trailing spaces\).)224 240 R
+.903(This is intended to be)5.904 F(used with shell functions.)224 252 Q
+F2(fullquote)184 264 Q F1 -.7(Te)224 276 S(ll).7 E F2 -.18(re)2.5 G
+(adline).18 E F1(to quote all the completed w)2.5 E(ords e)-.1 E -.15
+(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 G
+(re not \214lenames.)-2.5 E F2(noquote)184 288 Q F1 -.7(Te)224 288 S(ll)
+.7 E F2 -.18(re)3.096 G(adline).18 E F1 .597
+(not to quote the completed w)3.096 F .597(ords if the)-.1 F 3.097(ya)
+-.15 G .597(re \214lenames \(quoting)-3.097 F(\214lenames is the def)224
+300 Q(ault\).)-.1 E F2(nosort)184 312 Q F1 -.7(Te)224 312 S(ll).7 E F2
+-.18(re)2.5 G(adline).18 E F1
+(not to sort the list of possible completions alphabetically)2.5 E(.)
+-.65 E F2(nospace)184 324 Q F1 -.7(Te)224 324 S(ll).7 E F2 -.18(re)2.534
+G(adline).18 E F1 .034(not to append a space \(the def)2.534 F .033
+(ault\) to w)-.1 F .033(ords completed at the end)-.1 F(of the line.)224
+336 Q F2(plusdirs)184 348 Q F1 2.542(After generating an)224 348 R 5.042
+(ym)-.15 G 2.542(atches de\214ned by the compspec, attempt directory)
+-5.042 F(name completion and add an)224 360 Q 2.5(ym)-.15 G
+(atches to the results of the other actions.)-2.5 E F2<ad41>144 372 Q F0
+(action)2.5 E F1(The)184 384 Q F0(action)2.5 E F1
+(may be one of the follo)2.5 E
 (wing to generate a list of possible completions:)-.25 E F2(alias)184
-506.4 Q F1(Alias names.)224 506.4 Q(May also be speci\214ed as)5 E F2
-<ad61>2.5 E F1(.)A F2(arrayv)184 518.4 Q(ar)-.1 E F1(Array v)224 530.4 Q
-(ariable names.)-.25 E F2(binding)184 542.4 Q(Readline)224 542.4 Q F1
--.1(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F2 -.2(bu)184 554.4 S
-(iltin).2 E F1(Names of shell b)224 554.4 Q(uiltin commands.)-.2 E
-(May also be speci\214ed as)5 E F2<ad62>2.5 E F1(.)A F2(command)184
-566.4 Q F1(Command names.)224 578.4 Q(May also be speci\214ed as)5 E F2
-<ad63>2.5 E F1(.)A F2(dir)184 590.4 Q(ectory)-.18 E F1(Directory names.)
-224 602.4 Q(May also be speci\214ed as)5 E F2<ad64>2.5 E F1(.)A F2
-(disabled)184 614.4 Q F1(Names of disabled shell b)224 626.4 Q(uiltins.)
--.2 E F2(enabled)184 638.4 Q F1(Names of enabled shell b)224 638.4 Q
-(uiltins.)-.2 E F2(export)184 650.4 Q F1(Names of e)224 650.4 Q
-(xported shell v)-.15 E 2.5(ariables. May)-.25 F(also be speci\214ed as)
-2.5 E F2<ad65>2.5 E F1(.)A F2(\214le)184 662.4 Q F1(File names.)224
-662.4 Q(May also be speci\214ed as)5 E F2<ad66>2.5 E F1(.)A F2(function)
-184 674.4 Q F1(Names of shell functions.)224 686.4 Q F2(gr)184 698.4 Q
-(oup)-.18 E F1(Group names.)224 698.4 Q(May also be speci\214ed as)5 E
-F2<ad67>2.5 E F1(.)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(64)
-193.45 E 0 Cg EP
-%%Page: 65 65
+396 Q F1(Alias names.)224 396 Q(May also be speci\214ed as)5 E F2<ad61>
+2.5 E F1(.)A F2(arrayv)184 408 Q(ar)-.1 E F1(Array v)224 420 Q
+(ariable names.)-.25 E F2(binding)184 432 Q(Readline)224 432 Q F1 -.1
+(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F2 -.2(bu)184 444 S(iltin)
+.2 E F1(Names of shell b)224 444 Q(uiltin commands.)-.2 E
+(May also be speci\214ed as)5 E F2<ad62>2.5 E F1(.)A F2(command)184 456
+Q F1(Command names.)224 468 Q(May also be speci\214ed as)5 E F2<ad63>2.5
+E F1(.)A F2(dir)184 480 Q(ectory)-.18 E F1(Directory names.)224 492 Q
+(May also be speci\214ed as)5 E F2<ad64>2.5 E F1(.)A F2(disabled)184 504
+Q F1(Names of disabled shell b)224 516 Q(uiltins.)-.2 E F2(enabled)184
+528 Q F1(Names of enabled shell b)224 528 Q(uiltins.)-.2 E F2(export)184
+540 Q F1(Names of e)224 540 Q(xported shell v)-.15 E 2.5(ariables. May)
+-.25 F(also be speci\214ed as)2.5 E F2<ad65>2.5 E F1(.)A F2(\214le)184
+552 Q F1(File names.)224 552 Q(May also be speci\214ed as)5 E F2<ad66>
+2.5 E F1(.)A F2(function)184 564 Q F1(Names of shell functions.)224 576
+Q F2(gr)184 588 Q(oup)-.18 E F1(Group names.)224 588 Q
+(May also be speci\214ed as)5 E F2<ad67>2.5 E F1(.)A F2(helptopic)184
+600 Q F1(Help topics as accepted by the)224 612 Q F2(help)2.5 E F1 -.2
+(bu)2.5 G(iltin.).2 E F2(hostname)184 624 Q F1(Hostnames, as tak)224 636
+Q(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF
+(HOSTFILE)2.5 E F1(shell v)2.25 E(ariable.)-.25 E F2(job)184 648 Q F1
+(Job names, if job control is acti)224 648 Q -.15(ve)-.25 G 5(.M).15 G
+(ay also be speci\214ed as)-5 E F2<ad6a>2.5 E F1(.)A F2 -.1(ke)184 660 S
+(yw).1 E(ord)-.1 E F1(Shell reserv)224 672 Q(ed w)-.15 E 2.5(ords. May)
+-.1 F(also be speci\214ed as)2.5 E F2<ad6b>2.5 E F1(.)A F2(running)184
+684 Q F1(Names of running jobs, if job control is acti)224 684 Q -.15
+(ve)-.25 G(.).15 E F2(ser)184 696 Q(vice)-.1 E F1(Service names.)224 696
+Q(May also be speci\214ed as)5 E F2<ad73>2.5 E F1(.)A(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(68)190.395 E 0 Cg EP
+%%Page: 69 69
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(helptopic)184 84 Q F1
-(Help topics as accepted by the)224 96 Q F2(help)2.5 E F1 -.2(bu)2.5 G
-(iltin.).2 E F2(hostname)184 108 Q F1(Hostnames, as tak)224 120 Q
-(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF
-(HOSTFILE)2.5 E F1(shell v)2.25 E(ariable.)-.25 E F2(job)184 132 Q F1
-(Job names, if job control is acti)224 132 Q -.15(ve)-.25 G 5(.M).15 G
-(ay also be speci\214ed as)-5 E F2<ad6a>2.5 E F1(.)A F2 -.1(ke)184 144 S
-(yw).1 E(ord)-.1 E F1(Shell reserv)224 156 Q(ed w)-.15 E 2.5(ords. May)
--.1 F(also be speci\214ed as)2.5 E F2<ad6b>2.5 E F1(.)A F2(running)184
-168 Q F1(Names of running jobs, if job control is acti)224 168 Q -.15
-(ve)-.25 G(.).15 E F2(ser)184 180 Q(vice)-.1 E F1(Service names.)224 180
-Q(May also be speci\214ed as)5 E F2<ad73>2.5 E F1(.)A F2(setopt)184 192
-Q F1 -1.11(Va)224 192 S(lid ar)1.11 E(guments for the)-.18 E F2<ad6f>2.5
-E F1(option to the)2.5 E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2
-(shopt)184 204 Q F1(Shell option names as accepted by the)224 204 Q F2
-(shopt)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(signal)184 216 Q F1
-(Signal names.)224 216 Q F2(stopped)184 228 Q F1
-(Names of stopped jobs, if job control is acti)224 228 Q -.15(ve)-.25 G
-(.).15 E F2(user)184 240 Q F1(User names.)224 240 Q
-(May also be speci\214ed as)5 E F2<ad75>2.5 E F1(.)A F2 -.1(va)184 252 S
-(riable).1 E F1(Names of all shell v)224 252 Q 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F2<ad76>2.5 E F1(.)A F2<ad43>144 264 Q F0
-(command)2.5 E(command)184 276 Q F1 1.056(is e)3.556 F -.15(xe)-.15 G
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(setopt)184 84 Q F1 -1.11(Va)
+224 84 S(lid ar)1.11 E(guments for the)-.18 E F2<ad6f>2.5 E F1
+(option to the)2.5 E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(shopt)
+184 96 Q F1(Shell option names as accepted by the)224 96 Q F2(shopt)2.5
+E F1 -.2(bu)2.5 G(iltin.).2 E F2(signal)184 108 Q F1(Signal names.)224
+108 Q F2(stopped)184 120 Q F1
+(Names of stopped jobs, if job control is acti)224 120 Q -.15(ve)-.25 G
+(.).15 E F2(user)184 132 Q F1(User names.)224 132 Q
+(May also be speci\214ed as)5 E F2<ad75>2.5 E F1(.)A F2 -.1(va)184 144 S
+(riable).1 E F1(Names of all shell v)224 144 Q 2.5(ariables. May)-.25 F
+(also be speci\214ed as)2.5 E F2<ad76>2.5 E F1(.)A F2<ad43>144 156 Q F0
+(command)2.5 E(command)184 168 Q F1 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 2.5
-(completions. Ar)184 288 R(guments are passed as with the)-.18 E F2
-<ad46>2.5 E F1(option.)2.5 E F2<ad46>144 300 Q F0(function)2.5 E F1 .113
-(The shell function)184 312 R F0(function)2.614 E F1 .114(is e)2.614 F
+(completions. Ar)184 180 R(guments are passed as with the)-.18 E F2
+<ad46>2.5 E F1(option.)2.5 E F2<ad46>144 192 Q F0(function)2.5 E F1 .113
+(The shell function)184 204 R F0(function)2.614 E F1 .114(is e)2.614 F
 -.15(xe)-.15 G .114(cuted in the current shell en).15 F 2.614
-(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 324 R
+(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 216 R
 -.15(xe)-.15 G .817(cuted, the \214rst ar).15 F .817(gument \()-.18 F F2
 ($1)A F1 3.316(\)i)C 3.316(st)-3.316 G .816
 (he name of the command whose ar)-3.316 F(guments)-.18 E 1.407
-(are being completed, the second ar)184 336 R 1.407(gument \()-.18 F F2
+(are being completed, the second ar)184 228 R 1.407(gument \()-.18 F F2
 ($2)A F1 3.907(\)i)C 3.907(st)-3.907 G 1.407(he w)-3.907 F 1.407
-(ord being completed, and the)-.1 F .104(third ar)184 348 R .104
+(ord being completed, and the)-.1 F .104(third ar)184 240 R .104
 (gument \()-.18 F F2($3)A F1 2.604(\)i)C 2.604(st)-2.604 G .104(he w)
 -2.604 F .104(ord preceding the w)-.1 F .103
-(ord being completed on the current com-)-.1 F .101(mand line.)184 360 R
-.101(When it \214nishes, the possible completions are retrie)5.101 F
--.15(ve)-.25 G 2.602(df).15 G .102(rom the v)-2.602 F .102(alue of the)
--.25 F F3(COMPREPL)184 372 Q(Y)-.828 E F1(array v)2.25 E(ariable.)-.25 E
-F2<ad47>144 384 Q F0(globpat)2.5 E F1 1.008(The pathname e)184 396 R
-1.008(xpansion pattern)-.15 F F0(globpat)3.507 E F1 1.007(is e)3.507 F
-1.007(xpanded to generate the possible comple-)-.15 F(tions.)184 408 Q
-F2<ad50>144 420 Q F0(pr)2.5 E(e\214x)-.37 E(pr)184 432 Q(e\214x)-.37 E
-F1 .534(is added at the be)3.034 F .534
+(ord being completed on the current com-)-.1 F 2.134(mand line.)184 252
+R(When)7.134 E F0(function)4.634 E F1 2.135
+(\214nishes, programmable completion retrie)4.634 F -.15(ve)-.25 G 4.635
+(st).15 G 2.135(he possible)-4.635 F(completions from the v)184 264 Q
+(alue of the)-.25 E/F3 9/Times-Bold@0 SF(COMPREPL)2.5 E(Y)-.828 E F1
+(array v)2.25 E(ariable.)-.25 E F2<ad47>144 276 Q F0(globpat)2.5 E F1
+(Expand the pathname e)184 288 Q(xpansion pattern)-.15 E F0(globpat)2.5
+E F1(to generate the possible completions.)2.5 E F2<ad50>144 300 Q F0
+(pr)2.5 E(e\214x)-.37 E F1(Add)184 312 Q F0(pr)2.598 E(e\214x)-.37 E F1
+.098(to the be)2.598 F .098
 (ginning of each possible completion after all other options ha)-.15 F
--.15(ve)-.2 G(been applied.)184 444 Q F2<ad53>144 456 Q F0(suf)2.5 E
-<8c78>-.18 E(suf)184 456 Q<8c78>-.18 E F1
-(is appended to each possible completion after all other options ha)2.5
-E .3 -.15(ve b)-.2 H(een applied.).15 E F2<ad57>144 468 Q F0(wor)2.5 E
-(dlist)-.37 E F1(The)184 480 Q F0(wor)3.64 E(dlist)-.37 E F1 1.14
-(is split using the characters in the)3.64 F F3(IFS)3.64 E F1 1.139
-(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F .98
-(each resultant w)184 492 R .98(ord is e)-.1 F 3.481(xpanded. Shell)-.15
-F .981(quoting is honored within)3.481 F F0(wor)3.481 E(dlist)-.37 E F1
-3.481(,i)C 3.481(no)-3.481 G .981(rder to)-3.481 F(pro)184 504 Q .766
-(vide a mechanism for the w)-.15 F .765
-(ords to contain shell metacharacters or characters in the)-.1 F -.25
-(va)184 516 S 1.964(lue of).25 F F3(IFS)4.464 E/F4 9/Times-Roman@0 SF(.)
-A F1 1.964
-(The possible completions are the members of the resultant list which)
-6.464 F(match the w)184 528 Q(ord being completed.)-.1 E F2<ad58>144 540
-Q F0(\214lterpat)2.5 E(\214lterpat)184 552 Q F1 .456
-(is a pattern as used for pathname e)2.956 F 2.956(xpansion. It)-.15 F
-.455(is applied to the list of possible)2.956 F 1.596
-(completions generated by the preceding options and ar)184 564 R 1.596
-(guments, and each completion)-.18 F(matching)184 576 Q F0(\214lterpat)
-3.205 E F1 .705(is remo)3.205 F -.15(ve)-.15 G 3.205(df).15 G .704
-(rom the list.)-3.205 F 3.204(Al)5.704 G(eading)-3.204 E F2(!)3.204 E F1
-(in)3.204 E F0(\214lterpat)3.204 E F1(ne)3.204 E -.05(ga)-.15 G .704
-(tes the pattern;).05 F(in this case, an)184 588 Q 2.5(yc)-.15 G
+.397 -.15(ve b)-.2 H(een).15 E(applied.)184 324 Q F2<ad53>144 336 Q F0
+(suf)2.5 E<8c78>-.18 E F1(Append)184 336 Q F0(suf)2.5 E<8c78>-.18 E F1
+(to each possible completion after all other options ha)2.5 E .3 -.15
+(ve b)-.2 H(een applied.).15 E F2<ad57>144 348 Q F0(wor)2.5 E(dlist)-.37
+E F1 .833(Split the)184 360 R F0(wor)3.333 E(dlist)-.37 E F1 .833
+(using the characters in the)3.333 F F3(IFS)3.333 E F1 .833(special v)
+3.083 F .834(ariable as delimiters, and e)-.25 F(x-)-.15 E .018
+(pand each resulting w)184 372 R 2.518(ord. Shell)-.1 F .018
+(quoting is honored within)2.518 F F0(wor)2.518 E(dlist)-.37 E F1 2.518
+(,i)C 2.518(no)-2.518 G .018(rder to pro)-2.518 F .017(vide a)-.15 F
+1.157(mechanism for the w)184 384 R 1.158
+(ords to contain shell metacharacters or characters in the v)-.1 F 1.158
+(alue of)-.25 F F3(IFS)184 396 Q/F4 9/Times-Roman@0 SF(.)A F1 .04(The p\
+ossible completions are the members of the resultant list which match a\
+ pre\214x)4.541 F(of the w)184 408 Q(ord being completed.)-.1 E F2<ad58>
+144 420 Q F0(\214lterpat)2.5 E(\214lterpat)184 432 Q F1 .455
+(is a pattern as used for pathname e)2.955 F 2.956(xpansion. It)-.15 F
+.456(is applied to the list of possible)2.956 F 1.596
+(completions generated by the preceding options and ar)184 444 R 1.596
+(guments, and each completion)-.18 F(matching)184 456 Q F0(\214lterpat)
+3.204 E F1 .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 F2(!)3.204 E F1
+(in)3.204 E F0(\214lterpat)3.205 E F1(ne)3.205 E -.05(ga)-.15 G .705
+(tes the pattern;).05 F(in this case, an)184 468 Q 2.5(yc)-.15 G
 (ompletion not matching)-2.5 E F0(\214lterpat)2.5 E F1(is remo)2.5 E
--.15(ve)-.15 G(d.).15 E .46(The return v)144 604.8 R .46
-(alue is true unless an in)-.25 F -.25(va)-.4 G .461
-(lid option is supplied, an option other than).25 F F2<ad70>2.961 E F1
-(,)A F2<ad72>2.961 E F1(,)A F2<ad44>2.961 E F1(,)A F2<ad45>2.961 E F1(,)
-A(or)144 616.8 Q F2<ad49>2.986 E F1 .486(is supplied without a)2.986 F
-F0(name)2.986 E F1(ar)2.986 E .486(gument, an attempt is made to remo)
--.18 F .785 -.15(ve a c)-.15 H .485(ompletion speci\214ca-).15 F .163
-(tion for a)144 628.8 R F0(name)2.663 E F1 .164
-(for which no speci\214cation e)2.663 F .164
+-.15(ve)-.15 G(d.).15 E .461(The return v)144 484.8 R .461
+(alue is true unless an in)-.25 F -.25(va)-.4 G .46
+(lid option is supplied, an option other than).25 F F2<ad70>2.96 E F1(,)
+A F2<ad72>2.96 E F1(,)A F2<ad44>2.96 E F1(,)A F2<ad45>2.96 E F1(,)A(or)
+144 496.8 Q F2<ad49>2.985 E F1 .485(is supplied without a)2.985 F F0
+(name)2.985 E F1(ar)2.986 E .486(gument, an attempt is made to remo)-.18
+F .786 -.15(ve a c)-.15 H .486(ompletion speci\214ca-).15 F .164
+(tion for a)144 508.8 R F0(name)2.664 E F1 .164
+(for which no speci\214cation e)2.664 F .164
 (xists, or an error occurs adding a completion speci\214ca-)-.15 F
-(tion.)144 640.8 Q F2(compopt)108 657.6 Q F1([)2.5 E F2<ad6f>A F0
+(tion.)144 520.8 Q F2(compopt)108 537.6 Q F1([)2.5 E F2<ad6f>A F0
 (option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5(][)C F2(+o)-2.5 E F0
 (option)2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A .447
-(Modify completion options for each)144 669.6 R F0(name)2.947 E F1 .447
+(Modify completion options for each)144 549.6 R F0(name)2.947 E F1 .447
 (according to the)2.947 F F0(option)2.947 E F1 .447
-(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .725
-(completion if no)144 681.6 R F0(name)3.225 E F1 3.225(sa)C .725
-(re supplied.)-3.225 F .725(If no)5.725 F F0(option)3.225 E F1 3.225(sa)
-C .725(re gi)-3.225 F -.15(ve)-.25 G .726
-(n, display the completion options for).15 F(each)144 693.6 Q F0(name)
-3.224 E F1 .724(or the current completion.)3.224 F .724(The possible v)
-5.724 F .724(alues of)-.25 F F0(option)3.224 E F1 .724(are those v)3.224
-F .723(alid for the)-.25 F F2(com-)3.223 E(plete)144 705.6 Q F1 -.2(bu)
-2.677 G .177(iltin described abo).2 F -.15(ve)-.15 G 5.178(.T).15 G(he)
--5.178 E F2<ad44>2.678 E F1 .178
-(option indicates that other supplied options should apply to)2.678 F
-1.456(the \231def)144 717.6 R 1.455(ault\232 command completion; that i\
-s, completion attempted on a command for which no)-.1 F 2.038
-(completion has pre)144 729.6 R 2.038(viously been de\214ned.)-.25 F
-(The)7.038 E F2<ad45>4.538 E F1 2.039
-(option indicates that other supplied options)4.538 F(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(65)193.45 E 0 Cg EP
-%%Page: 66 66
+(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .927
+(completion if no)144 561.6 R F0(name)3.427 E F1 3.427(sa)C .927
+(re supplied.)-3.427 F .926(If no)5.927 F F0(option)3.426 E F1 3.426(sa)
+C .926(re supplied, display the completion options)-3.426 F 1.313
+(for each)144 573.6 R F0(name)3.813 E F1 1.314
+(or the current completion.)3.813 F 1.314(The possible v)6.314 F 1.314
+(alues of)-.25 F F0(option)3.814 E F1 1.314(are those v)3.814 F 1.314
+(alid for the)-.25 F F2(complete)144 585.6 Q F1 -.2(bu)2.5 G
+(iltin described abo).2 E -.15(ve)-.15 G(.).15 E(The)144 602.4 Q F2
+<ad44>3.008 E F1 .507(option indicates that other supplied options shou\
+ld apply to the \231def)3.008 F .507(ault\232 command com-)-.1 F 1.412
+(pletion; the)144 614.4 R F2<ad45>3.912 E F1 1.412(option indicates tha\
+t other supplied options should apply to \231empty\232 command)3.912 F
+.379(completion; and the)144 626.4 R F2<ad49>2.879 E F1 .378(option ind\
+icates that other supplied options should apply to completion on)2.879 F
+(the initial w)144 638.4 Q(ord on the line.)-.1 E
+(These are determined in the same w)5 E(ay as the)-.1 E F2(complete)2.5
+E F1 -.2(bu)2.5 G(iltin.).2 E 1.215
+(If multiple options are supplied, the)144 655.2 R F2<ad44>3.715 E F1
+1.215(option tak)3.715 F 1.215(es precedence o)-.1 F -.15(ve)-.15 G(r)
+.15 E F2<ad45>3.716 E F1 3.716(,a)C 1.216(nd both tak)-3.716 F 3.716(ep)
+-.1 G(rece-)-3.716 E(dence o)144 667.2 Q -.15(ve)-.15 G(r).15 E F2<ad49>
+2.5 E F1(.)A .432(The return v)144 684 R .431(alue is true unless an in)
+-.25 F -.25(va)-.4 G .431
+(lid option is supplied, an attempt is made to modify the op-).25 F
+(tions for a)144 696 Q F0(name)2.5 E F1
+(for which no completion speci\214cation e)2.5 E
+(xists, or an output error occurs.)-.15 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(69)190.395 E 0 Cg EP
+%%Page: 70 70
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .172(should apply to \231empty\232 command complet\
-ion; that is, completion attempted on a blank line.)144 84 R(The)5.172 E
-/F2 10/Times-Bold@0 SF<ad49>144 96 Q F1 1.014(option indicates that oth\
-er supplied options should apply to completion on the initial non-as-)
-3.513 F .282(signment w)144 108 R .281
-(ord on the line, or after a command delimiter such as)-.1 F F2(;)2.781
-E F1(or)2.781 E F2(|)2.781 E F1 2.781(,w)C .281(hich is usually command)
--2.781 F(name completion.)144 120 Q .431(The return v)144 136.8 R .431
-(alue is true unless an in)-.25 F -.25(va)-.4 G .431
-(lid option is supplied, an attempt is made to modify the op-).25 F
-(tions for a)144 148.8 Q F0(name)2.5 E F1
-(for which no completion speci\214cation e)2.5 E
-(xists, or an output error occurs.)-.15 E F2(continue)108 165.6 Q F1([)
-2.5 E F0(n)A F1(])A .851(Resume the ne)144 177.6 R .851
-(xt iteration of the enclosing)-.15 F F2 -.25(fo)3.351 G(r).25 E F1(,)A
-F2(while)3.351 E F1(,)A F2(until)3.351 E F1 3.351(,o)C(r)-3.351 E F2
-(select)3.35 E F1 3.35(loop. If)3.35 F F0(n)3.71 E F1 .85
-(is speci\214ed, re-)3.59 F .203(sume at the)144 189.6 R F0(n)2.703 E F1
-.203(th enclosing loop.)B F0(n)5.563 E F1 .203(must be)2.943 F/F3 10
-/Symbol SF<b3>2.703 E F1 2.704(1. If)2.703 F F0(n)3.064 E F1 .204
-(is greater than the number of enclosing loops,)2.944 F .737
-(the shell resumes the last enclosing loop \(the \231top-le)144 201.6 R
--.15(ve)-.25 G .737(l\232 loop\).).15 F .737(The return v)5.737 F .737
-(alue is 0 unless)-.25 F F0(n)3.237 E F1(is)3.237 E
-(not greater than or equal to 1.)144 213.6 Q F2(declar)108 230.4 Q(e)
--.18 E F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1 2.5(][)C F2<ad70>-2.5 E F1
-2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C 1.666(..)-.834 G
-(])-1.666 E F2(typeset)108 242.4 Q F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(continue)108 84 Q F1([)2.5 E
+F0(n)A F1(])A F2(continue)144 96 Q F1 .147(resumes the ne)2.647 F .147
+(xt iteration of the enclosing)-.15 F F2 -.25(fo)2.648 G(r).25 E F1(,)A
+F2(while)2.648 E F1(,)A F2(until)2.648 E F1 2.648(,o)C(r)-2.648 E F2
+(select)2.648 E F1 2.648(loop. If)2.648 F F0(n)3.008 E F1 .148
+(is speci-)2.888 F(\214ed,)144 108 Q F2(bash)3.093 E F1 .593
+(resumes the)3.093 F F0(n)3.093 E F1 .593(th enclosing loop.)B F0(n)
+5.953 E F1 .593(must be)3.333 F/F3 10/Symbol SF<b3>3.093 E F1 3.092
+(1. If)3.092 F F0(n)3.452 E F1 .592(is greater than the number of en-)
+3.332 F .409(closing loops, the shell resumes the last enclosing loop \
+\(the \231top-le)144 120 R -.15(ve)-.25 G .41(l\232 loop\).).15 F .41
+(The return v)5.41 F .41(alue is)-.25 F 2.5(0u)144 132 S(nless)-2.5 E F0
+(n)2.5 E F1(is not greater than or equal to 1.)2.5 E F2(declar)108 148.8
+Q(e)-.18 E F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1 2.5(][)C F2<ad70>-2.5 E
+F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C 1.666(..)-.834
+G(])-1.666 E F2(typeset)108 160.8 Q F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1
 2.5(][)C F2<ad70>-2.5 E F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1
-2.5(].)C 1.666(..)-.834 G(])-1.666 E 1.264(Declare v)144 254.4 R 1.264
-(ariables and/or gi)-.25 F 1.564 -.15(ve t)-.25 H 1.264(hem attrib).15 F
+2.5(].)C 1.666(..)-.834 G(])-1.666 E 1.265(Declare v)144 172.8 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 F0(name)3.765 E F1 3.765(sa)C 1.265
-(re gi)-3.765 F -.15(ve)-.25 G 3.765(nt).15 G 1.265(hen display the v)
--3.765 F 1.265(alues of)-.25 F -.25(va)144 266.4 S 3.46(riables. The).25
-F F2<ad70>3.46 E F1 .96(option will display the attrib)3.46 F .96
-(utes and v)-.2 F .96(alues of each)-.25 F F0(name)3.82 E F1 5.96(.W).18
-G(hen)-5.96 E F2<ad70>3.46 E F1 .96(is used)3.46 F(with)144 278.4 Q F0
-(name)2.774 E F1(ar)2.774 E .274
-(guments, additional options, other than)-.18 F F2<ad66>2.775 E F1(and)
-2.775 E F2<ad46>2.775 E F1 2.775(,a)C .275(re ignored.)-2.775 F(When)
-5.275 E F2<ad70>2.775 E F1 .275(is supplied)2.775 F(without)144 290.4 Q
-F0(name)2.864 E F1(ar)2.864 E .364(guments, it will display the attrib)
--.18 F .363(utes and v)-.2 F .363(alues of all v)-.25 F .363
-(ariables ha)-.25 F .363(ving the attrib-)-.2 F .118
-(utes speci\214ed by the additional options.)144 302.4 R .118
-(If no other options are supplied with)5.118 F F2<ad70>2.618 E F1(,)A F2
-(declar)2.618 E(e)-.18 E F1 .119(will dis-)2.619 F .47(play the attrib)
-144 314.4 R .47(utes and v)-.2 F .47(alues of all shell v)-.25 F 2.969
-(ariables. The)-.25 F F2<ad66>2.969 E F1 .469
-(option will restrict the display to shell)2.969 F 3.117(functions. The)
-144 326.4 R F2<ad46>3.117 E F1 .617(option inhibits the display of func\
-tion de\214nitions; only the function name and)3.117 F(attrib)144 338.4
-Q 1.059(utes are printed.)-.2 F 1.059(If the)6.059 F F2(extdeb)3.559 E
-(ug)-.2 E F1 1.059(shell option is enabled using)3.559 F F2(shopt)3.558
-E F1 3.558(,t)C 1.058(he source \214le name)-3.558 F 1.281
-(and line number where each)144 350.4 R F0(name)3.781 E F1 1.281
-(is de\214ned are displayed as well.)3.781 F(The)6.281 E F2<ad46>3.782 E
-F1 1.282(option implies)3.782 F F2<ad66>3.782 E F1(.)A(The)144 362.4 Q
-F2<ad67>2.735 E F1 .235(option forces v)2.735 F .235
+(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 S .571
+(riables or functions.).25 F(The)5.571 E F2<ad70>3.071 E F1 .571
+(option will display the attrib)3.071 F .571(utes and v)-.2 F .572
+(alues of each)-.25 F F0(name)3.432 E F1 5.572(.W).18 G(hen)-5.572 E F2
+<ad70>144 196.8 Q F1(is used with)2.5 E F0(name)2.5 E F1(ar)2.5 E
+(guments, additional options, other than)-.18 E F2<ad66>2.5 E F1(and)2.5
+E F2<ad46>2.5 E F1 2.5(,a)C(re ignored.)-2.5 E(When)144 213.6 Q F2<ad70>
+2.762 E F1 .262(is supplied without)2.762 F F0(name)2.762 E F1(ar)2.761
+E(guments,)-.18 E F2(declar)2.761 E(e)-.18 E F1 .261
+(will display the attrib)2.761 F .261(utes and v)-.2 F .261
+(alues of all)-.25 F -.25(va)144 225.6 S .279(riables ha).25 F .279
+(ving the attrib)-.2 F .279(utes speci\214ed by the additional options.)
+-.2 F .28(If no other options are supplied)5.279 F(with)144 237.6 Q F2
+<ad70>2.515 E F1(,)A F2(declar)2.515 E(e)-.18 E F1 .015
+(will display the attrib)2.515 F .015(utes and v)-.2 F .015
+(alues of all shell v)-.25 F 2.515(ariables. The)-.25 F F2<ad66>2.515 E
+F1 .015(option restricts)2.515 F(the display to shell functions.)144
+249.6 Q(The)144 266.4 Q F2<ad46>3.488 E F1 .989(option inhibits the dis\
+play of function de\214nitions; only the function name and attrib)3.488
+F(utes)-.2 E 1.31(are printed.)144 278.4 R 1.31(If the)6.31 F F2(extdeb)
+3.81 E(ug)-.2 E F1 1.31(shell option is enabled using)3.81 F F2(shopt)
+3.81 E F1 3.81(,t)C 1.31(he source \214le name and line)-3.81 F
+(number where each)144 290.4 Q F0(name)2.5 E F1
+(is de\214ned are displayed as well.)2.5 E(The)5 E F2<ad46>2.5 E F1
+(option implies)2.5 E F2<ad66>2.5 E F1(.)A(The)144 307.2 Q F2<ad67>2.734
+E F1 .234(option forces v)2.734 F .235
 (ariables to be created or modi\214ed at the global scope, e)-.25 F -.15
-(ve)-.25 G 2.734(nw).15 G(hen)-2.734 E F2(declar)2.734 E(e)-.18 E F1(is)
-2.734 E -.15(exe)144 374.4 S .527(cuted in a shell function.).15 F .528
-(It is ignored in all other cases.)5.527 F(The)5.528 E F2<ad49>3.028 E
-F1 .528(option causes local v)3.028 F(ariables)-.25 E .871
-(to inherit the attrib)144 386.4 R .871(utes \(e)-.2 F .871(xcept the)
--.15 F F0(namer)3.371 E(ef)-.37 E F1(attrib)3.371 E .871(ute\) and v)-.2
-F .871(alue of an)-.25 F 3.37(ye)-.15 G .87(xisting v)-3.52 F .87
-(ariable with the)-.25 F(same)144 398.4 Q F0(name)3.457 E F1 .957
-(at a surrounding scope.)3.457 F .957(If there is no e)5.957 F .958
-(xisting v)-.15 F .958(ariable, the local v)-.25 F .958
-(ariable is initially)-.25 F 2.746(unset. The)144 410.4 R(follo)2.746 E
-.245(wing options can be used to restrict output to v)-.25 F .245
-(ariables with the speci\214ed attrib)-.25 F(ute)-.2 E(or to gi)144
-422.4 Q .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F2<ad61>
-144 434.4 Q F1(Each)180 434.4 Q F0(name)2.5 E F1(is an inde)2.5 E -.15
+(ve)-.25 G 2.735(nw).15 G(hen)-2.735 E F2(declar)2.735 E(e)-.18 E F1(is)
+2.735 E -.15(exe)144 319.2 S(cuted in a shell function.).15 E
+(It is ignored when)5 E F2(declar)2.5 E(e)-.18 E F1(is not e)2.5 E -.15
+(xe)-.15 G(cuted in a shell function.).15 E(The)144 336 Q F2<ad49>3.999
+E F1 1.499(option causes local v)3.999 F 1.499
+(ariables to inherit the attrib)-.25 F 1.498(utes \(e)-.2 F 1.498
+(xcept the)-.15 F F0(namer)3.998 E(ef)-.37 E F1(attrib)3.998 E 1.498
+(ute\) and)-.2 F -.25(va)144 348 S .657(lue of an).25 F 3.157(ye)-.15 G
+.657(xisting v)-3.307 F .657(ariable with the same)-.25 F F0(name)3.158
+E F1 .658(at a surrounding scope.)3.158 F .658(If there is no e)5.658 F
+(xisting)-.15 E -.25(va)144 360 S(riable, the local v).25 E
+(ariable is initially unset.)-.25 E .699(The follo)144 376.8 R .699
+(wing options can be used to restrict output to v)-.25 F .699
+(ariables with the speci\214ed attrib)-.25 F .698(ute or to)-.2 F(gi)144
+388.8 Q .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F2<ad61>
+144 400.8 Q F1(Each)180 400.8 Q F0(name)2.5 E F1(is an inde)2.5 E -.15
 (xe)-.15 G 2.5(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F2(Arrays)2.5
-E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2<ad41>144 446.4 Q F1(Each)180
-446.4 Q F0(name)2.5 E F1(is an associati)2.5 E .3 -.15(ve a)-.25 H
+E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2<ad41>144 412.8 Q F1(Each)180
+412.8 Q F0(name)2.5 E F1(is an associati)2.5 E .3 -.15(ve a)-.25 H
 (rray v).15 E(ariable \(see)-.25 E F2(Arrays)2.5 E F1(abo)2.5 E -.15(ve)
--.15 G(\).).15 E F2<ad66>144 458.4 Q F1(Use function names only)180
-458.4 Q(.)-.65 E F2<ad69>144 470.4 Q F1 .557(The v)180 470.4 R .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 .558
-(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)180 482.4 Q F1(abo)
-2.25 E -.15(ve)-.15 G 2.5(\)i).15 G 2.5(sp)-2.5 G(erformed when the v)
--2.5 E(ariable is assigned a v)-.25 E(alue.)-.25 E F2<ad6c>144 494.4 Q
-F1 .91(When the v)180 494.4 R .909(ariable is assigned a v)-.25 F .909
-(alue, all upper)-.25 F .909(-case characters are con)-.2 F -.15(ve)-.4
-G .909(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 506.4 R
-(upper)2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad6e>144 518.4
-Q F1(Gi)180 518.4 Q 1.619 -.15(ve e)-.25 H(ach).15 E F0(name)3.819 E F1
-(the)3.819 E F0(namer)3.819 E(ef)-.37 E F1(attrib)3.819 E 1.319
+-.15 G(\).).15 E F2<ad66>144 424.8 Q F1(Each)180 424.8 Q F0(name)2.5 E
+F1(refers to a shell function.)2.5 E F2<ad69>144 436.8 Q F1 .557(The v)
+180 436.8 R .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 .558(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)
+180 448.8 Q F1(abo)2.25 E -.15(ve)-.15 G 2.5(\)i).15 G 2.5(sp)-2.5 G
+(erformed when the v)-2.5 E(ariable is assigned a v)-.25 E(alue.)-.25 E
+F2<ad6c>144 460.8 Q F1 .91(When the v)180 460.8 R .909
+(ariable is assigned a v)-.25 F .909(alue, all upper)-.25 F .909
+(-case characters are con)-.2 F -.15(ve)-.4 G .909(rted to lo).15 F(wer)
+-.25 E(-)-.2 E 2.5(case. The)180 472.8 R(upper)2.5 E(-case attrib)-.2 E
+(ute is disabled.)-.2 E F2<ad6e>144 484.8 Q F1(Gi)180 484.8 Q 1.619 -.15
+(ve e)-.25 H(ach).15 E F0(name)3.819 E F1(the)3.819 E F0(namer)3.819 E
+(ef)-.37 E F1(attrib)3.819 E 1.319
 (ute, making it a name reference to another v)-.2 F(ariable.)-.25 E .478
-(That other v)180 530.4 R .478(ariable is de\214ned by the v)-.25 F .478
+(That other v)180 496.8 R .478(ariable is de\214ned by the v)-.25 F .478
 (alue of)-.25 F F0(name)2.978 E F1 5.478(.A)C .478
-(ll references, assignments, and at-)-5.478 F(trib)180 542.4 Q .781
+(ll references, assignments, and at-)-5.478 F(trib)180 508.8 Q .781
 (ute modi\214cations to)-.2 F F0(name)3.281 E F1 3.281(,e)C .782
 (xcept those using or changing the)-3.431 F F2<ad6e>3.282 E F1(attrib)
-3.282 E .782(ute itself, are)-.2 F .809(performed on the v)180 554.4 R
+3.282 E .782(ute itself, are)-.2 F .809(performed on the v)180 520.8 R
 .809(ariable referenced by)-.25 F F0(name)3.308 E F1 1.908 -.55('s v)D
 3.308(alue. The).3 F .808(nameref attrib)3.308 F .808(ute cannot be)-.2
-F(applied to array v)180 566.4 Q(ariables.)-.25 E F2<ad72>144 578.4 Q F1
-(Mak)180 578.4 Q(e)-.1 E F0(name)3.654 E F1 3.654(sr)C(eadonly)-3.654 E
+F(applied to array v)180 532.8 Q(ariables.)-.25 E F2<ad72>144 544.8 Q F1
+(Mak)180 544.8 Q(e)-.1 E F0(name)3.654 E F1 3.654(sr)C(eadonly)-3.654 E
 6.154(.T)-.65 G 1.154(hese names cannot then be assigned v)-6.154 F
 1.155(alues by subsequent as-)-.25 F(signment statements or unset.)180
-590.4 Q F2<ad74>144 602.4 Q F1(Gi)180 602.4 Q .73 -.15(ve e)-.25 H(ach)
+556.8 Q F2<ad74>144 568.8 Q F1(Gi)180 568.8 Q .73 -.15(ve e)-.25 H(ach)
 .15 E F0(name)2.93 E F1(the)2.929 E F0(tr)2.929 E(ace)-.15 E F1(attrib)
 2.929 E 2.929(ute. T)-.2 F .429(raced functions inherit the)-.35 F F2
 (DEB)2.929 E(UG)-.1 E F1(and)2.929 E F2(RETURN)2.929 E F1
-(traps from the calling shell.)180 614.4 Q(The trace attrib)5 E
+(traps from the calling shell.)180 580.8 Q(The trace attrib)5 E
 (ute has no special meaning for v)-.2 E(ariables.)-.25 E F2<ad75>144
-626.4 Q F1 .909(When the v)180 626.4 R .909(ariable is assigned a v)-.25
+592.8 Q F1 .909(When the v)180 592.8 R .909(ariable is assigned a v)-.25
 F .909(alue, all lo)-.25 F(wer)-.25 E .909(-case characters are con)-.2
-F -.15(ve)-.4 G .91(rted to upper).15 F(-)-.2 E 2.5(case. The)180 638.4
+F -.15(ve)-.4 G .91(rted to upper).15 F(-)-.2 E 2.5(case. The)180 604.8
 R(lo)2.5 E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad78>
-144 650.4 Q F1(Mark)180 650.4 Q F0(name)2.5 E F1 2.5(sf)C(or e)-2.5 E
-(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E .79
-(Using \231+\232 instead of \231\255\232 turns of)144 667.2 R 3.29(ft)
--.25 G .789(he attrib)-3.29 F .789(ute instead, with the e)-.2 F .789
-(xceptions that)-.15 F F2(+a)3.289 E F1(and)3.289 E F2(+A)3.289 E F1
-(may)3.289 E .088(not be used to destro)144 679.2 R 2.588(ya)-.1 G .088
-(rray v)-2.588 F .088(ariables and)-.25 F F2(+r)2.588 E F1 .088
-(will not remo)2.588 F .388 -.15(ve t)-.15 H .088(he readonly attrib).15
-F 2.589(ute. When)-.2 F .089(used in)2.589 F 3.045(af)144 691.2 S
-(unction,)-3.045 E F2(declar)3.045 E(e)-.18 E F1(and)3.045 E F2(typeset)
-3.045 E F1(mak)3.045 E 3.045(ee)-.1 G(ach)-3.045 E F0(name)3.044 E F1
-.544(local, as with the)3.044 F F2(local)3.044 E F1 .544
-(command, unless the)3.044 F F2<ad67>3.044 E F1 1.205
-(option is supplied.)144 703.2 R 1.205(If a v)6.205 F 1.205
-(ariable name is follo)-.25 F 1.205(wed by =)-.25 F F0(value)A F1 3.705
-(,t)C 1.205(he v)-3.705 F 1.205(alue of the v)-.25 F 1.205
-(ariable is set to)-.25 F F0(value)144 715.2 Q F1 5.218(.W)C .218
-(hen using)-5.218 F F2<ad61>2.718 E F1(or)2.718 E F2<ad41>2.718 E F1
-.217(and the compound assignment syntax to create array v)2.717 F .217
-(ariables, addi-)-.25 F .882(tional attrib)144 727.2 R .882
-(utes do not tak)-.2 F 3.382(ee)-.1 G -.25(ff)-3.382 G .882
-(ect until subsequent assignments.).25 F .882(The return v)5.882 F .882
-(alue is 0 unless an)-.25 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(66)193.45 E 0 Cg EP
-%%Page: 67 67
+144 616.8 Q F1(Mark each)180 616.8 Q F0(name)2.5 E F1(for e)2.5 E
+(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E .657
+(Using \231+\232 instead of \231\255\232 turns of)144 633.6 R 3.157(ft)
+-.25 G .657(he speci\214ed attrib)-3.157 F .657(ute instead, with the e)
+-.2 F .657(xceptions that)-.15 F F2(+a)3.156 E F1(and)3.156 E F2(+A)144
+645.6 Q F1(may not be used to destro)2.5 E 2.5(ya)-.1 G(rray v)-2.5 E
+(ariables and)-.25 E F2(+r)2.5 E F1(will not remo)2.5 E .3 -.15(ve t)
+-.15 H(he readonly attrib).15 E(ute.)-.2 E .415
+(When used in a function,)144 662.4 R F2(declar)2.915 E(e)-.18 E F1(and)
+2.915 E F2(typeset)2.915 E F1(mak)2.915 E 2.915(ee)-.1 G(ach)-2.915 E F0
+(name)2.915 E F1 .415(local, as with the)2.915 F F2(local)2.915 E F1
+(command,)2.915 E .704(unless the)144 674.4 R F2<ad67>3.204 E F1 .704
+(option is supplied.)3.204 F .703(If a v)5.704 F .703
+(ariable name is follo)-.25 F .703(wed by =)-.25 F F0(value)A F1 3.203
+(,t)C .703(he v)-3.203 F .703(alue of the v)-.25 F(ari-)-.25 E .878
+(able is set to)144 686.4 R F0(value)3.379 E F1 5.879(.W)C .879
+(hen using)-5.879 F F2<ad61>3.379 E F1(or)3.379 E F2<ad41>3.379 E F1
+.879(and the compound assignment syntax to create array)3.379 F -.25(va)
+144 698.4 S(riables, additional attrib).25 E(utes do not tak)-.2 E 2.5
+(ee)-.1 G -.25(ff)-2.5 G(ect until subsequent assignments.).25 E .433
+(The return v)144 715.2 R .433(alue is 0 unless an in)-.25 F -.25(va)-.4
+G .433
+(lid option is encountered, an attempt is made to de\214ne a func-).25 F
+.277(tion using \231\255f foo=bar\232.)144 727.2 R .278
+(an attempt is made to assign a v)5.277 F .278(alue to a readonly v)-.25
+F .278(ariable, an attempt is)-.25 F(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(70)190.395 E 0 Cg EP
+%%Page: 71 71
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(in)144 84 Q -.25(va)-.4 G .704(lid option is encou\
-ntered, an attempt is made to de\214ne a function using \231\255f foo=b\
-ar\232.).25 F .703(an at-)5.703 F .548(tempt is made to assign a v)144
-96 R .548(alue to a readonly v)-.25 F .549
-(ariable, an attempt is made to assign a v)-.25 F .549(alue to an)-.25 F
-1.749(array v)144 108 R 1.749
+.25 E F1(\(1\)).95 E .974(made to assign a v)144 84 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)4.248 E F1(abo)4.248 E -.15(ve)-.15 G 1.748
-(\), one of the).15 F F0(names)144 120 Q F1 .359(is not a v)2.858 F .359
-(alid shell v)-.25 F .359(ariable name, an attempt is made to turn of)
--.25 F 2.859(fr)-.25 G .359(eadonly status for a read-)-2.859 F 1.213
-(only v)144 132 R 1.213(ariable, an attempt is made to turn of)-.25 F
-3.713(fa)-.25 G 1.213(rray status for an array v)-3.713 F 1.212
-(ariable, or an attempt is)-.25 F(made to display a non-e)144 144 Q
+/Times-Bold@0 SF(Arrays)144 96 Q F1(abo)2.86 E -.15(ve)-.15 G .36
+(\), one of the).15 F F0(names)2.86 E F1 .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 108 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 120 Q
 (xistent function with)-.15 E F2<ad66>2.5 E F1(.)A F2
-(dirs [\255clpv] [+)108 160.8 Q F0(n)A F2 2.5(][)C<ad>-2.5 E F0(n)A F2
-(])A F1 -.4(Wi)144 172.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 184.8 R 1.238
-(Directories are added to the list with the)6.238 F F2(pushd)144 196.8 Q
+(dirs [\255clpv] [+)108 136.8 Q F0(n)A F2 2.5(][)C<ad>-2.5 E F0(n)A F2
+(])A F1 -.4(Wi)144 148.8 S .606
+(thout options, display the list of currently remembered directories.).4
+F .607(The def)5.607 F .607(ault display is on a)-.1 F 1.238
+(single line with directory names separated by spaces.)144 160.8 R 1.238
+(Directories are added to the list with the)6.238 F F2(pushd)144 172.8 Q
 F1 .927(command; the)3.427 F F2(popd)3.428 E F1 .928(command remo)3.428
 F -.15(ve)-.15 G 3.428(se).15 G .928(ntries from the list.)-3.428 F .928
-(The current directory is al-)5.928 F -.1(wa)144 208.8 S
-(ys the \214rst directory in the stack.).1 E F2<ad63>144 220.8 Q F1
-(Clears the directory stack by deleting all of the entries.)180 220.8 Q
-F2<ad6c>144 232.8 Q F1 .882
-(Produces a listing using full pathnames; the def)180 232.8 R .881
+(The current directory is al-)5.928 F -.1(wa)144 184.8 S
+(ys the \214rst directory in the stack.).1 E(Options, if supplied, ha)
+144 201.6 Q .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2
+<ad63>144 213.6 Q F1
+(Clears the directory stack by deleting all of the entries.)180 213.6 Q
+F2<ad6c>144 225.6 Q F1 .882
+(Produces a listing using full pathnames; the def)180 225.6 R .881
 (ault listing format uses a tilde to denote)-.1 F(the home directory)180
-244.8 Q(.)-.65 E F2<ad70>144 256.8 Q F1
-(Print the directory stack with one entry per line.)180 256.8 Q F2<ad76>
-144 268.8 Q F1 .272(Print the directory stack with one entry per line, \
-pre\214xing each entry with its inde)180 268.8 R 2.773(xi)-.15 G 2.773
-(nt)-2.773 G(he)-2.773 E(stack.)180 280.8 Q F2(+)144 292.8 Q F0(n)A F1
-1.565(Displays the)180 292.8 R F0(n)4.065 E F1 1.565
+237.6 Q(.)-.65 E F2<ad70>144 249.6 Q F1
+(Print the directory stack with one entry per line.)180 249.6 Q F2<ad76>
+144 261.6 Q F1 .272(Print the directory stack with one entry per line, \
+pre\214xing each entry with its inde)180 261.6 R 2.773(xi)-.15 G 2.773
+(nt)-2.773 G(he)-2.773 E(stack.)180 273.6 Q F2(+)144 285.6 Q F0(n)A F1
+1.565(Displays the)180 285.6 R F0(n)4.065 E F1 1.565
 (th entry counting from the left of the list sho)B 1.564(wn by)-.25 F F2
 (dirs)4.064 E F1 1.564(when in)4.064 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 304.8 Q F2<ad>144 316.8 Q F0
-(n)A F1 1.194(Displays the)180 316.8 R F0(n)3.694 E F1 1.194
+(without options, starting with zero.)180 297.6 Q F2<ad>144 309.6 Q F0
+(n)A F1 1.194(Displays the)180 309.6 R F0(n)3.694 E F1 1.194
 (th entry counting from the right of the list sho)B 1.194(wn by)-.25 F
 F2(dirs)3.694 E F1 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 328.8 Q .258(The return v)144
-345.6 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258
+(without options, starting with zero.)180 321.6 Q .258(The return v)144
+338.4 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258
 (lid option is supplied or).25 F F0(n)2.758 E F1(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 357.6 Q F2(diso)108 374.4 Q(wn)-.1 E F1([)2.5 E F2
-(\255ar)A F1 2.5(][)C F2<ad68>-2.5 E F1 2.5(][)C F0(jobspec)-2.5 E F1
--3.332 1.666(... |)2.5 H F0(pid).834 E F1 -3.332 1.666(... ])2.5 H -.4
-(Wi)144 386.4 S .121(thout options, remo).4 F .422 -.15(ve e)-.15 H(ach)
-.15 E F0(jobspec)4.362 E F1 .122(from the table of acti)2.932 F .422
--.15(ve j)-.25 H 2.622(obs. If).15 F F0(jobspec)4.362 E F1 .122
-(is not present, and)2.932 F .096(neither the)144 398.4 R F2<ad61>2.596
-E F1 .096(nor the)2.596 F F2<ad72>2.596 E F1 .096
-(option is supplied, the)2.596 F F0(curr)2.596 E .096(ent job)-.37 F F1
-.096(is used.)2.596 F .096(If the)5.096 F F2<ad68>2.596 E F1 .096
-(option is gi)2.596 F -.15(ve)-.25 G .096(n, each).15 F F0(jobspec)
-145.74 410.4 Q F1 .585(is not remo)3.395 F -.15(ve)-.15 G 3.085(df).15 G
-.585(rom the table, b)-3.085 F .585(ut is mark)-.2 F .585(ed so that)-.1
-F/F3 9/Times-Bold@0 SF(SIGHUP)3.085 E F1 .586
-(is not sent to the job if the)2.835 F .962(shell recei)144 422.4 R -.15
-(ve)-.25 G 3.462(sa).15 G F3(SIGHUP)A/F4 9/Times-Roman@0 SF(.)A F1 .962
-(If no)5.462 F F0(jobspec)5.202 E F1 .962(is supplied, the)3.772 F F2
-<ad61>3.462 E F1 .962(option means to remo)3.462 F 1.262 -.15(ve o)-.15
-H 3.462(rm).15 G .962(ark all)-3.462 F 1.358(jobs; the)144 434.4 R F2
-<ad72>3.858 E F1 1.358(option without a)3.858 F F0(jobspec)5.598 E F1
-(ar)4.169 E 1.359(gument restricts operation to running jobs.)-.18 F
-1.359(The return)6.359 F -.25(va)144 446.4 S(lue is 0 unless a).25 E F0
-(jobspec)4.24 E F1(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E
-F2(echo)108 463.2 Q F1([)2.5 E F2(\255neE)A F1 2.5(][)C F0(ar)-2.5 E(g)
--.37 E F1 1.666(...)2.5 G(])-1.666 E .425(Output the)144 475.2 R F0(ar)
-2.925 E(g)-.37 E F1 .424(s, separated by spaces, follo)B .424
-(wed by a ne)-.25 F 2.924(wline. The)-.25 F .424
-(return status is 0 unless a write)2.924 F .307(error occurs.)144 487.2
-R(If)5.307 E F2<ad6e>2.807 E F1 .307(is speci\214ed, the trailing ne)
-2.807 F .308(wline is suppressed.)-.25 F .308(If the)5.308 F F2<ad65>
-2.808 E F1 .308(option is gi)2.808 F -.15(ve)-.25 G .308(n, inter).15 F
-(-)-.2 E .198(pretation of the follo)144 499.2 R .198
-(wing backslash-escaped characters is enabled.)-.25 F(The)5.198 E F2
-<ad45>2.698 E F1 .197(option disables the in-)2.697 F .067
-(terpretation of these escape characters, e)144 511.2 R -.15(ve)-.25 G
-2.567(no).15 G 2.567(ns)-2.567 G .067(ystems where the)-2.567 F 2.567
-(ya)-.15 G .067(re interpreted by def)-2.567 F 2.568(ault. The)-.1 F F2
-(xpg_echo)144 523.2 Q F1 .681
-(shell option may be used to dynamically determine whether or not)3.181
-F F2(echo)3.18 E F1 .68(interprets an)3.18 F(y)-.15 E .94(options and e)
-144 535.2 R .94(xpands these escape characters by def)-.15 F(ault.)-.1 E
-F2(echo)5.94 E F1 .94(does not interpret)3.44 F F2<adad>3.44 E F1 .94
-(to mean the)3.44 F(end of options.)144 547.2 Q F2(echo)5 E F1
-(interprets the follo)2.5 E(wing escape sequences:)-.25 E F2(\\a)144
-559.2 Q F1(alert \(bell\))180 559.2 Q F2(\\b)144 571.2 Q F1(backspace)
-180 571.2 Q F2(\\c)144 583.2 Q F1(suppress further output)180 583.2 Q F2
-(\\e)144 595.2 Q(\\E)144 607.2 Q F1(an escape character)180 607.2 Q F2
-(\\f)144 619.2 Q F1(form feed)180 619.2 Q F2(\\n)144 631.2 Q F1(ne)180
-631.2 Q 2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 643.2 Q F1(carriage return)
-180 643.2 Q F2(\\t)144 655.2 Q F1(horizontal tab)180 655.2 Q F2(\\v)144
-667.2 Q F1 -.15(ve)180 667.2 S(rtical tab).15 E F2(\\\\)144 679.2 Q F1
-(backslash)180 679.2 Q F2(\\0)144 691.2 Q F0(nnn)A F1
-(the eight-bit character whose v)180 691.2 Q(alue is the octal v)-.25 E
-(alue)-.25 E F0(nnn)2.5 E F1(\(zero to three octal digits\))2.5 E F2
-(\\x)144 703.2 Q F0(HH)A F1(the eight-bit character whose v)180 703.2 Q
-(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1
-(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(67)193.45 E 0 Cg EP
-%%Page: 68 68
+.15 F(tory stack.)144 350.4 Q F2(diso)108 367.2 Q(wn)-.1 E F1([)2.5 E F2
+(\255ar)A F1 2.5(][)C F2<ad68>-2.5 E F1 2.5(][)C F0(id)-2.5 E F1 1.666
+(...)2.5 G(])-1.666 E -.4(Wi)144 379.2 S .342(thout options, remo).4 F
+.642 -.15(ve e)-.15 H(ach).15 E F0(id)2.852 E F1 .342
+(from the table of acti)3.612 F .642 -.15(ve j)-.25 H 2.842(obs. Each)
+.15 F F0(id)2.843 E F1 .343(may be a job speci\214cation)2.843 F F0
+(jobspec)144 391.2 Q F1(or a process ID)2.5 E F0(pid)2.5 E F1 2.5(;i)C
+(f)-2.5 E F0(id)2.5 E F1(is a)2.5 E F0(pid)2.5 E F1(,)A F2(diso)2.5 E
+(wn)-.1 E F1(uses the job containing)2.5 E F0(pid)2.5 E F1(as)2.5 E F0
+(jobspec)2.5 E F1(.)A .683(If the)144 408 R F2<ad68>3.183 E F1 .683
+(option is supplied,)3.183 F F2(diso)3.183 E(wn)-.1 E F1 .683
+(does not remo)3.183 F .983 -.15(ve t)-.15 H .683
+(he jobs corresponding to each).15 F F0(id)3.193 E F1 .682(from the)
+3.953 F .183(jobs table, b)144 420 R .184
+(ut rather marks them so the shell does not send)-.2 F/F3 9/Times-Bold@0
+SF(SIGHUP)2.684 E F1 .184(to the job if the shell recei)2.434 F -.15(ve)
+-.25 G(s).15 E(a)144 432 Q F3(SIGHUP)2.5 E/F4 9/Times-Roman@0 SF(.)A F1
+.571(If no)144 448.8 R F0(id)3.081 E F1 .571(is supplied, the)3.841 F F2
+<ad61>3.071 E F1 .571(option means to remo)3.071 F .87 -.15(ve o)-.15 H
+3.07(rm).15 G .57(ark all jobs; the)-3.07 F F2<ad72>3.07 E F1 .57
+(option without an)3.07 F F0(id)3.08 E F1(ar)144 460.8 Q .658
+(gument remo)-.18 F -.15(ve)-.15 G 3.158(so).15 G 3.158(rm)-3.158 G .658
+(arks running jobs.)-3.158 F .658(If no)5.658 F F0(id)3.168 E F1 .658
+(is supplied, and neither the)3.928 F F2<ad61>3.159 E F1 .659(nor the)
+3.159 F F2<ad72>3.159 E F1(op-)3.159 E(tion is supplied,)144 472.8 Q F2
+(diso)2.5 E(wn)-.1 E F1(remo)2.5 E -.15(ve)-.15 G 2.5(so).15 G 2.5(rm)
+-2.5 G(arks the current job)-2.5 E(.)-.4 E(The return v)144 489.6 Q
+(alue is 0 unless an)-.25 E F0(id)2.51 E F1(does not specify a v)3.27 E
+(alid job)-.25 E(.)-.4 E F2(echo)108 506.4 Q F1([)2.5 E F2(\255neE)A F1
+2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E .425
+(Output the)144 518.4 R F0(ar)2.925 E(g)-.37 E F1 .424
+(s, separated by spaces, follo)B .424(wed by a ne)-.25 F 2.924
+(wline. The)-.25 F .424(return status is 0 unless a write)2.924 F
+(error occurs.)144 530.4 Q(If)5 E F2<ad6e>2.5 E F1
+(is speci\214ed, the trailing ne)2.5 E(wline is not printed.)-.25 E .48
+(If the)144 547.2 R F2<ad65>2.98 E F1 .48(option is gi)2.98 F -.15(ve)
+-.25 G(n,).15 E F2(echo)2.98 E F1 .48(interprets the follo)2.98 F .48
+(wing backslash-escaped characters.)-.25 F(The)5.48 E F2<ad45>2.98 E F1
+(op-)2.98 E .469
+(tion disables interpretation of these escape characters, e)144 559.2 R
+-.15(ve)-.25 G 2.969(no).15 G 2.969(ns)-2.969 G .469(ystems where the)
+-2.969 F 2.969(ya)-.15 G .469(re interpreted)-2.969 F .41(by def)144
+571.2 R 2.91(ault. The)-.1 F F2(xpg_echo)2.91 E F1 .41
+(shell option determines whether or not)2.91 F F2(echo)2.91 E F1 .41
+(interprets an)2.91 F 2.91(yo)-.15 G .41(ptions and)-2.91 F -.15(ex)144
+583.2 S(pands these escape characters.).15 E F2(echo)5 E F1
+(does not interpret)2.5 E F2<adad>2.5 E F1(to mean the end of options.)
+2.5 E F2(echo)144 600 Q F1(interprets the follo)2.5 E
+(wing escape sequences:)-.25 E F2(\\a)144 612 Q F1(alert \(bell\))180
+612 Q F2(\\b)144 624 Q F1(backspace)180 624 Q F2(\\c)144 636 Q F1
+(suppress further output)180 636 Q F2(\\e)144 648 Q(\\E)144 660 Q F1
+(an escape character)180 660 Q F2(\\f)144 672 Q F1(form feed)180 672 Q
+F2(\\n)144 684 Q F1(ne)180 684 Q 2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 696
+Q F1(carriage return)180 696 Q(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(71)190.395 E 0 Cg EP
+%%Page: 72 72
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(\\u)144 84 Q F0(HHHH)A F1
-1.507(the Unicode \(ISO/IEC 10646\) character whose v)180 96 R 1.506
-(alue is the he)-.25 F 1.506(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
-4.006 E F1(\(one to four he)180 108 Q 2.5(xd)-.15 G(igits\))-2.5 E F2
-(\\U)144 120 Q F0(HHHHHHHH)A F1 .547
-(the Unicode \(ISO/IEC 10646\) character whose v)180 132 R .547
-(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
-3.048 E(HHH)180 144 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\))
--2.5 E F2(enable)108 160.8 Q F1([)2.5 E F2<ad61>A F1 2.5(][)C F2
-(\255dnps)-2.5 E F1 2.5(][)C F2<ad66>-2.5 E F0(\214lename)2.5 E F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .278
-(Enable and disable b)144 172.8 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 .833(the same name as a shell b)144
-184.8 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.334
-(nt).15 G(hough)-3.334 E .99(the shell normally searches for b)144 196.8
-R .989(uiltins before disk commands.)-.2 F(If)5.989 E F2<ad6e>3.489 E F1
-.989(is used, each)3.489 F F0(name)3.489 E F1 .989(is dis-)3.489 F .648
-(abled; otherwise,)144 208.8 R F0(names)3.148 E F1 .648(are enabled.)
-3.148 F -.15(Fo)5.648 G 3.148(re).15 G .648(xample, to use the)-3.298 F
-F2(test)3.148 E F1 .648(binary found via the)3.148 F/F3 9/Times-Bold@0
-SF -.666(PA)3.148 G(TH)-.189 E F1(in-)2.899 E .013(stead of the shell b)
-144 220.8 R .012(uiltin v)-.2 F .012
-(ersion, run \231enable \255n test\232.)-.15 F(The)5.012 E F2<ad66>2.512
-E F1 .012(option means to load the ne)2.512 F 2.512(wb)-.25 G(uiltin)
--2.712 E(command)144 232.8 Q F0(name)2.907 E F1 .047(from shared object)
-2.727 F F0(\214lename)4.458 E F1 2.548(,o).18 G 2.548(ns)-2.548 G .048
-(ystems that support dynamic loading.)-2.548 F F2(Bash)5.048 E F1(will)
-2.548 E .311(use the v)144 244.8 R .311(alue of the)-.25 F F2 -.3(BA)
-2.811 G(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1
--.25(va)2.811 G .311(riable as a colon-separated list of directories).25
-F .264(in which to search for)144 256.8 R F0(\214lename)2.764 E F1 2.764
-(,i)C(f)-2.764 E F0(\214lename)2.764 E F1 .264
-(does not contain a slash.)2.764 F .265(The def)5.265 F .265
-(ault is system-depen-)-.1 F .83(dent, and may include \231.\232 to for\
-ce a search of the current directory)144 268.8 R 5.829(.T)-.65 G(he)
--5.829 E F2<ad64>3.329 E F1 .829(option will delete a)3.329 F -.2(bu)144
-280.8 S .251(iltin pre).2 F .251(viously loaded with)-.25 F F2<ad66>
-2.751 E F1 5.251(.I)C 2.751(fn)-5.251 G(o)-2.751 E F0(name)2.751 E F1
-(ar)2.751 E .251(guments are gi)-.18 F -.15(ve)-.25 G .251(n, or if the)
-.15 F F2<ad70>2.751 E F1 .252(option is supplied,)2.752 F 3.357(al)144
-292.8 S .857(ist of shell b)-3.357 F .857(uiltins is printed.)-.2 F -.4
-(Wi)5.857 G .856(th no other option ar).4 F .856
-(guments, the list consists of all enabled)-.18 F 1.874(shell b)144
-304.8 R 4.374(uiltins. If)-.2 F F2<ad6e>4.374 E F1 1.874
-(is supplied, only disabled b)4.374 F 1.874(uiltins are printed.)-.2 F
-(If)6.875 E F2<ad61>4.375 E F1 1.875(is supplied, the list)4.375 F .016
-(printed includes all b)144 316.8 R .015
-(uiltins, with an indication of whether or not each is enabled.)-.2 F
-(If)5.015 E F2<ad73>2.515 E F1 .015(is supplied,)2.515 F .284
-(the output is restricted to the POSIX)144 328.8 R F0(special)2.784 E F1
--.2(bu)2.784 G 2.784(iltins. If).2 F .284(no options are supplied and a)
-2.784 F F0(name)2.784 E F1 .284(is not)2.784 F 2.878(as)144 340.8 S .378
-(hell b)-2.878 F(uiltin,)-.2 E F2(enable)2.878 E F1 .378
-(will attempt to load)2.878 F F0(name)2.878 E F1 .378
-(from a shared object named)2.878 F F0(name)2.878 E F1 2.877(,a)C 2.877
-(si)-2.877 G 2.877(ft)-2.877 G .377(he com-)-2.877 F .705
-(mand were \231enable \255f)144 352.8 R F0 .705(name name)3.205 F F1
-3.205(\232. The)B .705(return v)3.205 F .705(alue is 0 unless a)-.25 F
-F0(name)3.565 E F1 .706(is not a shell b)3.385 F .706(uiltin or)-.2 F
-(there is an error loading a ne)144 364.8 Q 2.5(wb)-.25 G
-(uiltin from a shared object.)-2.7 E F2 -2.3 -.15(ev a)108 381.6 T(l).15
-E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(The)144
-393.6 Q F0(ar)3.171 E(g)-.37 E F1 3.171(sa)C .671
-(re read and concatenated together into a single command.)-3.171 F .67
-(This command is then read)5.67 F .478(and e)144 405.6 R -.15(xe)-.15 G
-.478(cuted by the shell, and its e).15 F .478
-(xit status is returned as the v)-.15 F .479(alue of)-.25 F F2 -2.3 -.15
-(ev a)2.979 H(l).15 E F1 5.479(.I)C 2.979(ft)-5.479 G .479(here are no)
--2.979 F F0(ar)3.309 E(gs)-.37 E F1(,).27 E(or only null ar)144 417.6 Q
-(guments,)-.18 E F2 -2.3 -.15(ev a)2.5 H(l).15 E F1(returns 0.)2.5 E F2
-(exec)108 434.4 Q F1([)2.5 E F2(\255cl)A F1 2.5(][)C F2<ad61>-2.5 E F0
-(name)2.5 E F1 2.5(][)C F0(command)-2.5 E F1([)2.5 E F0(ar)A(guments)
--.37 E F1(]])A(If)144 446.4 Q F0(command)3.006 E F1 .306
-(is speci\214ed, it replaces the shell.)3.576 F .305(No ne)5.305 F 2.805
-(wp)-.25 G .305(rocess is created.)-2.805 F(The)5.305 E F0(ar)3.135 E
-(guments)-.37 E F1(become)3.075 E .176(the ar)144 458.4 R .176
-(guments to)-.18 F F0(command)2.676 E F1 5.176(.I)C 2.676(ft)-5.176 G
-(he)-2.676 E F2<ad6c>2.676 E F1 .176
-(option is supplied, the shell places a dash at the be)2.676 F .177
-(ginning of)-.15 F .48(the zeroth ar)144 470.4 R .48(gument passed to)
--.18 F F0(command)3.18 E F1 5.48(.T).77 G .48(his is what)-5.48 F F0(lo)
-3.07 E(gin)-.1 E F1 .48(\(1\) does.).24 F(The)5.48 E F2<ad63>2.98 E F1
-.48(option causes)2.98 F F0(com-)3.18 E(mand)144 482.4 Q F1 .638
-(to be e)3.908 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138
-(vironment. If)-.4 F F2<ad61>3.138 E F1 .638
-(is supplied, the shell passes)3.138 F F0(name)3.499 E F1 .639(as the)
-3.319 F 1.078(zeroth ar)144 494.4 R 1.077(gument to the e)-.18 F -.15
-(xe)-.15 G 1.077(cuted command.).15 F(If)6.077 E F0(command)3.777 E F1
-1.077(cannot be e)4.347 F -.15(xe)-.15 G 1.077(cuted for some reason, a)
-.15 F(non-interacti)144 506.4 Q .876 -.15(ve s)-.25 H .576(hell e).15 F
-.576(xits, unless the)-.15 F F2(execfail)3.076 E F1 .577
-(shell option is enabled.)3.077 F .577(In that case, it returns f)5.577
-F(ail-)-.1 E 3.32(ure. An)144 518.4 R(interacti)3.32 E 1.12 -.15(ve s)
--.25 H .82(hell returns f).15 F .82(ailure if the \214le cannot be e)-.1
-F -.15(xe)-.15 G 3.32(cuted. A).15 F .82(subshell e)3.32 F .82
-(xits uncondi-)-.15 F .287(tionally if)144 530.4 R F2(exec)2.787 E F1
--.1(fa)2.787 G 2.787(ils. If).1 F F0(command)2.987 E F1 .287
-(is not speci\214ed, an)3.557 F 2.788(yr)-.15 G .288(edirections tak)
--2.788 F 2.788(ee)-.1 G -.25(ff)-2.788 G .288(ect in the current shell,)
-.25 F(and the return status is 0.)144 542.4 Q
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(\\t)144 84 Q F1
+(horizontal tab)180 84 Q F2(\\v)144 96 Q F1 -.15(ve)180 96 S(rtical tab)
+.15 E F2(\\\\)144 108 Q F1(backslash)180 108 Q F2(\\0)144 120 Q F0(nnn)A
+F1(The eight-bit character whose v)180 120 Q(alue is the octal v)-.25 E
+(alue)-.25 E F0(nnn)2.5 E F1(\(zero to three octal digits\).)2.5 E F2
+(\\x)144 132 Q F0(HH)A F1(The eight-bit character whose v)180 132 Q
+(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1
+(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\).).15 E F2
+(\\u)144 144 Q F0(HHHH)A F1 1.204
+(The Unicode \(ISO/IEC 10646\) character whose v)180 156 R 1.203
+(alue is the he)-.25 F 1.203(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
+3.703 E F1(\(one to four he)180 168 Q 2.5(xd)-.15 G(igits\).)-2.5 E F2
+(\\U)144 180 Q F0(HHHHHHHH)A F1 .244
+(The Unicode \(ISO/IEC 10646\) character whose v)180 192 R .245
+(alue is the he)-.25 F .245(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
+2.745 E(HHH)180 204 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\).)
+-2.5 E F2(echo)144 220.8 Q F1(writes an)2.5 E 2.5(yu)-.15 G
+(nrecognized backslash-escaped characters unchanged.)-2.5 E F2(enable)
+108 237.6 Q F1([)2.5 E F2<ad61>A F1 2.5(][)C F2(\255dnps)-2.5 E F1 2.5
+(][)C F2<ad66>-2.5 E F0(\214lename)2.5 E F1 2.5(][)C F0(name)-2.5 E F1
+1.666(...)2.5 G(])-1.666 E 1.2(Enable and disable b)144 249.6 R 1.199
+(uiltin shell commands.)-.2 F 1.199(Disabling a b)6.199 F 1.199
+(uiltin allo)-.2 F 1.199(ws an e)-.25 F -.15(xe)-.15 G 1.199
+(cutable \214le which).15 F 1.737(has the same name as a shell b)144
+261.6 R 1.737(uiltin to be e)-.2 F -.15(xe)-.15 G 1.737
+(cuted without specifying a full pathname, e).15 F -.15(ve)-.25 G(n).15
+E(though the shell normally searches for b)144 273.6 Q
+(uiltins before \214les.)-.2 E(If)144 290.4 Q F2<ad6e>3.358 E F1 .858
+(is supplied, each)3.358 F F0(name)3.358 E F1 .858
+(is disabled; otherwise,)3.358 F F0(name)3.357 E F1 3.357(sa)C .857
+(re enabled.)-3.357 F -.15(Fo)5.857 G 3.357(re).15 G .857
+(xample, to use the)-3.507 F F2(test)144 302.4 Q F1(binary found usin g)
+2.5 E/F3 9/Times-Bold@0 SF -.666(PA)2.5 G(TH)-.189 E F1
+(instead of the shell b)2.25 E(uiltin v)-.2 E
+(ersion, run \231enable \255n test\232.)-.15 E 1.165(If no)144 319.2 R
+F0(name)3.665 E F1(ar)3.665 E 1.165(guments are supplied, or if the)-.18
+F F2<ad70>3.665 E F1 1.165(option is supplied, print a list of shell b)
+3.665 F(uiltins.)-.2 E -.4(Wi)144 331.2 S 1.005(th no other option ar).4
+F 1.005(guments, the list consists of all enabled shell b)-.18 F 3.505
+(uiltins. If)-.2 F F2<ad6e>3.505 E F1 1.005(is supplied,)3.505 F .46
+(print only disabled b)144 343.2 R 2.96(uiltins. If)-.2 F F2<ad61>2.96 E
+F1 .46(is supplied, the list printed includes all b)2.96 F .46
+(uiltins, with an indica-)-.2 F .791
+(tion of whether or not each is enabled.)144 355.2 R(The)5.791 E F2
+<ad73>3.291 E F1 .79(option means to restrict the output to the POSIX)
+3.291 F F0(special)144 367.2 Q F1 -.2(bu)2.5 G(iltins.).2 E(The)144 384
+Q F2<ad66>2.785 E F1 .285(option means to load the ne)2.785 F 2.785(wb)
+-.25 G .285(uiltin command)-2.985 F F0(name)3.145 E F1 .285
+(from shared object)2.965 F F0(\214lename)4.695 E F1 2.785(,o).18 G
+2.785(ns)-2.785 G(ys-)-2.785 E .01(tems that support dynamic loading.)
+144 396 R(If)5.01 E F0(\214lename)2.51 E F1 .01
+(does not contain a slash,)2.51 F F2(Bash)2.51 E F1 .01(will use the v)
+2.51 F .01(alue of)-.25 F(the)144 408 Q F2 -.3(BA)4.456 G(SH_LO).3 E(AD)
+-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1 -.25(va)4.456 G 1.956
+(riable as a colon-separated list of directories in which to).25 F .305
+(search for)144 420 R F0(\214lename)2.805 E F1 5.305(.T)C .305(he def)
+-5.305 F .305(ault for)-.1 F F2 -.3(BA)2.805 G(SH_LO).3 E(AD)-.4 E
+(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1 .305
+(is system-dependent, and may)2.805 F .054
+(include \231.\232 to force a search of the current directory)144 432 R
+5.054(.T)-.65 G(he)-5.054 E F2<ad64>2.554 E F1 .054
+(option will delete a b)2.554 F .055(uiltin pre)-.2 F(viously)-.25 E
+(loaded with)144 444 Q F2<ad66>2.5 E F1 5(.I)C(f)-5 E F0<ad73>2.5 E F1
+(is used with)2.5 E F0<ad66>2.5 E F1 2.5(,t)C(he ne)-2.5 E 2.5(wb)-.25 G
+(uiltin becomes a POSIX special b)-2.7 E(uiltin.)-.2 E .269
+(If no options are supplied and a)144 460.8 R F0(name)2.769 E F1 .269
+(is not a shell b)2.769 F(uiltin,)-.2 E F2(enable)2.769 E F1 .269
+(will attempt to load)2.769 F F0(name)2.769 E F1(from)2.768 E 2.5(as)144
+472.8 S(hared object named)-2.5 E F0(name)2.5 E F1 2.5(,a)C 2.5(si)-2.5
+G 2.5(ft)-2.5 G(he command were \231enable \255f)-2.5 E F0(name name)2.5
+E F1<9a2e>A .477(The return v)144 489.6 R .477(alue is 0 unless a)-.25 F
+F0(name)3.337 E F1 .477(is not a shell b)3.157 F .477
+(uiltin or there is an error loading a ne)-.2 F 2.978(wb)-.25 G(uiltin)
+-3.178 E(from a shared object.)144 501.6 Q F2 -2.3 -.15(ev a)108 518.4 T
+(l).15 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E 1.348
+(Concatenate the)144 530.4 R F0(ar)3.848 E(g)-.37 E F1 3.848(st)C 1.348
+(ogether into a single command, separating them with spaces.)-3.848 F F2
+(Bash)6.347 E F1(then)3.847 E .176(reads and e)144 542.4 R -.15(xe)-.15
+G .176(cute this command, and returns its e).15 F .176
+(xit status as the return status of)-.15 F F2 -2.3 -.15(ev a)2.676 H(l)
+.15 E F1 5.176(.I)C 2.677(ft)-5.176 G .177(here are)-2.677 F(no)144
+554.4 Q F0(ar)2.83 E(gs)-.37 E F1 2.5(,o).27 G 2.5(ro)-2.5 G
+(nly null ar)-2.5 E(guments,)-.18 E F2 -2.3 -.15(ev a)2.5 H(l).15 E F1
+(returns 0.)2.5 E F2(exec)108 571.2 Q F1([)2.5 E F2(\255cl)A F1 2.5(][)C
+F2<ad61>-2.5 E F0(name)2.5 E F1 2.5(][)C F0(command)-2.5 E F1([)2.5 E F0
+(ar)A(guments)-.37 E F1(]])A(If)144 583.2 Q F0(command)2.984 E F1 .283
+(is speci\214ed, it replaces the shell without creating a ne)3.554 F
+2.783(wp)-.25 G(rocess.)-2.783 E F0(command)5.283 E F1 .283(cannot be)
+2.783 F 2.877(as)144 595.2 S .377(hell b)-2.877 F .377
+(uiltin or function.)-.2 F(The)5.377 E F0(ar)3.207 E(guments)-.37 E F1
+.377(become the ar)3.147 F .378(guments to)-.18 F F0(command)2.878 E F1
+5.378(.I)C 2.878(ft)-5.378 G(he)-2.878 E F2<ad6c>2.878 E F1 .378
+(option is)2.878 F .078(supplied, the shell places a dash at the be)144
+607.2 R .078(ginning of the zeroth ar)-.15 F .078(gument passed to)-.18
+F F0(command)2.778 E F1 5.078(.T).77 G(his)-5.078 E .138(is what)144
+619.2 R F0(lo)2.728 E(gin)-.1 E F1 .138(\(1\) does.).24 F(The)5.138 E F2
+<ad63>2.638 E F1 .139(option causes)2.639 F F0(command)2.839 E F1 .139
+(to be e)3.409 F -.15(xe)-.15 G .139(cuted with an empty en).15 F
+(vironment.)-.4 E(If)144 631.2 Q F2<ad61>2.5 E F1
+(is supplied, the shell passes)2.5 E F0(name)2.86 E F1(as the zeroth ar)
+2.68 E(gument to the e)-.18 E -.15(xe)-.15 G(cuted command.).15 E(If)144
+648 Q F0(command)3.246 E F1 .546(cannot be e)3.816 F -.15(xe)-.15 G .546
+(cuted for some reason, a non-interacti).15 F .846 -.15(ve s)-.25 H .545
+(hell e).15 F .545(xits, unless the)-.15 F F2(execfail)3.045 E F1 1.22
+(shell option is enabled.)144 660 R 1.22
+(In that case, it returns a non-zero status.)6.22 F 1.22(An interacti)
+6.22 F 1.52 -.15(ve s)-.25 H 1.22(hell returns a).15 F
+(non-zero status if the \214le cannot be e)144 672 Q -.15(xe)-.15 G 2.5
+(cuted. A).15 F(subshell e)2.5 E(xits unconditionally if)-.15 E F2(exec)
+2.5 E F1 -.1(fa)2.5 G(ils.).1 E(If)144 688.8 Q F0(command)3.225 E F1
+.525(is not speci\214ed, an)3.795 F 3.025(yr)-.15 G .524
+(edirections tak)-3.025 F 3.024(ee)-.1 G -.25(ff)-3.024 G .524
+(ect in the current shell, and the return status).25 F(is 0.)144 700.8 Q
 (If there is a redirection error)5 E 2.5(,t)-.4 G
-(he return status is 1.)-2.5 E F2(exit)108 559.2 Q F1([)2.5 E F0(n)A F1
-(])A .096(Cause the shell to e)144 559.2 R .096(xit with a status of)
--.15 F F0(n)2.596 E F1 5.096(.I)C(f)-5.096 E F0(n)2.955 E F1 .095
-(is omitted, the e)2.835 F .095(xit status is that of the last command)
--.15 F -.15(exe)144 571.2 S 2.5(cuted. A).15 F(trap on)2.5 E F3(EXIT)2.5
-E F1(is e)2.25 E -.15(xe)-.15 G(cuted before the shell terminates.).15 E
-F2(export)108 588 Q F1([)2.5 E F2(\255fn)A F1 2.5(][).833 G F0(name)-2.5
-E F1([=)A F0(wor)A(d)-.37 E F1(]] .)A 1.666(..)1.666 G F2(export \255p)
-108 600 Q F1 .256(The supplied)144 612 R F0(names)3.117 E F1 .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.627(commands. If)144 624 R(the)2.627 E F2<ad66>2.627 E F1 .127
-(option is gi)2.627 F -.15(ve)-.25 G .127(n, the).15 F F0(names)2.987 E
-F1 .127(refer to functions.)2.897 F .127(If no)5.127 F F0(names)2.987 E
-F1 .127(are gi)2.897 F -.15(ve)-.25 G .126(n, or if the).15 F F2<ad70>
-144 636 Q F1 .048(option is supplied, a list of names of all e)2.547 F
-.048(xported v)-.15 F .048(ariables is printed.)-.25 F(The)5.048 E F2
-<ad6e>2.548 E F1 .048(option causes the)2.548 F -.15(ex)144 648 S 1.447
-(port property to be remo).15 F -.15(ve)-.15 G 3.947(df).15 G 1.447
-(rom each)-3.947 F F0(name)3.947 E F1 6.447(.I)C 3.947(fav)-6.447 G
-1.447(ariable name is follo)-4.197 F 1.447(wed by =)-.25 F F0(wor)A(d)
--.37 E F1 3.946(,t)C(he)-3.946 E -.25(va)144 660 S .741(lue of the v).25
-F .741(ariable is set to)-.25 F F0(wor)3.241 E(d)-.37 E F1(.)A F2
-(export)5.741 E F1 .742(returns an e)3.242 F .742
-(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .742(lid option is)
-.25 F .032(encountered, one of the)144 672 R F0(names)2.532 E F1 .032
-(is not a v)2.532 F .032(alid shell v)-.25 F .032(ariable name, or)-.25
-F F2<ad66>2.531 E F1 .031(is supplied with a)2.531 F F0(name)2.891 E F1
-(that)2.711 E(is not a function.)144 684 Q F2(false)108 700.8 Q F1
-(Does nothing, returns a non-zero status.)144 700.8 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(68)193.45 E 0 Cg EP
-%%Page: 69 69
+(he return status is 1.)-2.5 E(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(72)190.395 E 0 Cg EP
+%%Page: 73 73
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(fc)108 84 Q F1([)2.5 E F2
-<ad65>A F0(ename)2.5 E F1 2.5(][)C F2(\255lnr)-2.5 E F1 2.5(][)C F0
-<8c72>-2.5 E(st)-.1 E F1 2.5(][)C F0(last)-2.5 E F1(])A F2(fc \255s)108
-96 Q F1([)2.5 E F0(pat)A F1(=)A F0 -.37(re)C(p).37 E F1 2.5(][)C F0(cmd)
--2.5 E F1(])A .431(The \214rst form selects a range of commands from)144
-108 R F0<8c72>4.842 E(st)-.1 E F1(to)3.612 E F0(last)3.022 E F1 .432
-(from the history list and displays or)3.612 F .142(edits and re-e)144
-120 R -.15(xe)-.15 G .142(cutes them.).15 F F0 -.45(Fi)5.141 G -.1(rs)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(exit)108 84 Q F1([)2.5 E F0
+(n)A F1(])A .095(Cause the shell to e)144 84 R .095
+(xit with a status of)-.15 F F0(n)2.595 E F1 5.095(.I)C(f)-5.095 E F0(n)
+2.955 E F1 .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. An).15 F 2.5(yt)-.15 G(rap on)-2.5 E/F3 9/Times-Bold@0 SF(EXIT)
+2.5 E F1(is e)2.25 E -.15(xe)-.15 G(cuted before the shell terminates.)
+.15 E F2(export)108 112.8 Q F1([)2.5 E F2(\255fn)A F1 2.5(][).833 G F0
+(name)-2.5 E F1([=)A F0(value)A F1(]] .)A 1.666(..)1.666 G F2
+(export \255p)108 124.8 Q F1 .257(The supplied)144 136.8 R F0(names)
+3.117 E F1 .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.5(commands. If)144 148.8 R(the)2.5 E F2<ad66>2.5 E
+F1(option is gi)2.5 E -.15(ve)-.25 G(n, the).15 E F0(names)2.86 E F1
+(refer to functions.)2.77 E(The)144 165.6 Q F2<ad6e>2.68 E F1 .18
+(option une)2.68 F .18(xports, or remo)-.15 F -.15(ve)-.15 G 2.68(st).15
+G .181(he e)-2.68 F .181(xport attrib)-.15 F .181(ute, from each)-.2 F
+F0(name)2.681 E F1 5.181(.I)C 2.681(fn)-5.181 G(o)-2.681 E F0(names)
+3.041 E F1 .181(are gi)2.951 F -.15(ve)-.25 G(n,).15 E .536(or if the)
+144 177.6 R F2<ad70>3.036 E F1 .536(option is supplied,)3.036 F F2
+(export)3.036 E F1 .536(prints a list of names of all e)3.036 F .535
+(xported v)-.15 F .535(ariables on the stan-)-.25 F(dard output.)144
+189.6 Q F2(export)144 206.4 Q F1(allo)2.94 E .44(ws the v)-.25 F .44
+(alue of a v)-.25 F .44(ariable to be set when it is e)-.25 F .44
+(xported or une)-.15 F .44(xported by follo)-.15 F .44(wing the)-.25 F
+-.25(va)144 218.4 S .152(riable name with =).25 F F0(value)A F1 5.152
+(.T)C .152(his sets the v)-5.152 F .152(alue of the v)-.25 F .152
+(ariable to)-.25 F F0(value)2.652 E F1 .151(while modifying the e)2.652
+F(xport)-.15 E(attrib)144 230.4 Q(ute.)-.2 E F2(export)6.36 E F1 1.36
+(returns an e)3.86 F 1.361(xit status of 0 unless an in)-.15 F -.25(va)
+-.4 G 1.361(lid option is encountered, one of the).25 F F0(names)144
+242.4 Q F1(is not a v)2.5 E(alid shell v)-.25 E(ariable name, or)-.25 E
+F2<ad66>2.5 E F1(is supplied with a)2.5 E F0(name)2.86 E F1
+(that is not a function.)2.68 E F2(false)108 259.2 Q F1
+(Does nothing; returns a non-zero status.)144 259.2 Q F2(fc)108 276 Q F1
+([)2.5 E F2<ad65>A F0(ename)2.5 E F1 2.5(][)C F2(\255lnr)-2.5 E F1 2.5
+(][)C F0<8c72>-2.5 E(st)-.1 E F1 2.5(][)C F0(last)-2.5 E F1(])A F2
+(fc \255s)108 288 Q F1([)2.5 E F0(pat)A F1(=)A F0 -.37(re)C(p).37 E F1
+2.5(][)C F0(cmd)-2.5 E F1(])A .432
+(The \214rst form selects a range of commands from)144 300 R F0<8c72>
+4.842 E(st)-.1 E F1(to)3.612 E F0(last)3.022 E F1 .431
+(from the history list and displays or)3.612 F .141(edits and re-e)144
+312 R -.15(xe)-.15 G .141(cutes them.).15 F F0 -.45(Fi)5.141 G -.1(rs)
 .45 G(t).1 E F1(and)3.321 E F0(last)2.731 E F1 .141
 (may be speci\214ed as a string \(to locate the last command)3.321 F(be)
-144 132 Q .31(ginning with that string\) or as a number \(an inde)-.15 F
-2.811(xi)-.15 G .311(nto the history list, where a ne)-2.811 F -.05(ga)
--.15 G(ti).05 E .611 -.15(ve n)-.25 H(umber).15 E .071(is used as an of)
-144 144 R .071(fset from the current command number\).)-.25 F .071
-(When listing, a)5.071 F F0<8c72>2.571 E(st)-.1 E F1(or)2.571 E F0(last)
-2.571 E F1 .071(of 0 is equi)2.571 F -.25(va)-.25 G(-).25 E .653
-(lent to \2551 and \2550 is equi)144 156 R -.25(va)-.25 G .653
-(lent to the current command \(usually the).25 F F2(fc)3.153 E F1 .653
-(command\); otherwise 0 is)3.153 F(equi)144 168 Q -.25(va)-.25 G .242
-(lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 2.742(lid. If).25 F
-F0(last)2.832 E F1 .242
-(is not speci\214ed, it is set to the current command for list-)3.422 F
-.529(ing \(so that \231fc \255l \25510\232 prints the last 10 commands\
-\) and to)144 180 R F0<8c72>4.939 E(st)-.1 E F1 3.029(otherwise. If)
-3.709 F F0<8c72>4.939 E(st)-.1 E F1 .529(is not speci-)3.709 F
-(\214ed, it is set to the pre)144 192 Q
-(vious command for editing and \25516 for listing.)-.25 E(The)144 208.8
-Q F2<ad6e>2.522 E F1 .022
-(option suppresses the command numbers when listing.)2.522 F(The)5.022 E
-F2<ad72>2.522 E F1 .022(option re)2.522 F -.15(ve)-.25 G .022
-(rses the order of).15 F .438(the commands.)144 220.8 R .438(If the)
-5.438 F F2<ad6c>2.938 E F1 .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
-.335(the editor gi)144 232.8 R -.15(ve)-.25 G 2.835(nb).15 G(y)-2.835 E
-F0(ename)3.025 E F1 .335(is in)3.015 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.334 E F0(ename)3.024 E F1 .334(is not gi)3.014 F -.15(ve)-.25 G
-(n,).15 E .63(the v)144 244.8 R .63(alue of the)-.25 F/F3 9/Times-Bold@0
-SF(FCEDIT)3.13 E F1 -.25(va)2.88 G .631(riable is used, and the v).25 F
-.631(alue of)-.25 F F3(EDIT)3.131 E(OR)-.162 E F1(if)2.881 E F3(FCEDIT)
-3.131 E F1 .631(is not set.)2.881 F .631(If nei-)5.631 F .006(ther v)144
-256.8 R .006(ariable is set,)-.25 F F0(vi)4.171 E F1 .005(is used.)4.171
-F .005(When editing is complete, the edited commands are echoed and e)
-5.005 F(x-)-.15 E(ecuted.)144 268.8 Q .788(In the second form,)144 285.6
-R F0(command)3.288 E F1 .788(is re-e)3.288 F -.15(xe)-.15 G .788
-(cuted after each instance of).15 F F0(pat)3.288 E F1 .788
-(is replaced by)3.288 F F0 -.37(re)3.289 G(p).37 E F1(.)A F0(Com-)5.789
-E(mand)144 297.6 Q F1 .603(is interpreted the same as)3.103 F F0<8c72>
-3.103 E(st)-.1 E F1(abo)3.103 E -.15(ve)-.15 G 5.603(.A).15 G .602
-(useful alias to use with this is \231r="fc \255s"\232, so that)-2.5 F
-.443(typing \231r cc\232 runs the last command be)144 309.6 R .443
-(ginning with \231cc\232 and typing \231r\232 re-e)-.15 F -.15(xe)-.15 G
-.444(cutes the last com-).15 F(mand.)144 321.6 Q .142
-(If the \214rst form is used, the return v)144 338.4 R .142
-(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142
-(lid option is encountered or).25 F F0<8c72>4.552 E(st)-.1 E F1(or)3.322
-E F0(last)2.732 E F1 .454(specify history lines out of range.)144 350.4
-R .454(If the)5.454 F F2<ad65>2.954 E F1 .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 362.4 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
-374.4 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F0(cmd)3.836 E F1 1.136
-(does not)4.406 F(specify a v)144 386.4 Q
-(alid history line, in which case)-.25 E F2(fc)2.5 E F1(returns f)2.5 E
-(ailure.)-.1 E F2(fg)108 403.2 Q F1([)2.5 E F0(jobspec)A F1(])A(Resume)
-144 415.2 Q F0(jobspec)5.654 E F1 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 F0(jobspec)5.653 E F1
-1.413(is not present, the)4.223 F(shell')144 427.2 Q 3.116(sn)-.55 G
-.616(otion of the)-3.116 F F0(curr)3.116 E .616(ent job)-.37 F F1 .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 439.2 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 F0(jobspec)145.74 451.2 Q
-F1(does not specify a v)2.81 E(alid job or)-.25 E F0(jobspec)4.24 E F1
-(speci\214es a job that w)2.81 E(as started without job control.)-.1 E
-F2(getopts)108 468 Q F0(optstring name)2.5 E F1([)2.5 E F0(ar)A(g)-.37 E
-F1 1.666(...)2.5 G(])-1.666 E F2(getopts)144 480 Q F1 .793
-(is used by shell procedures to parse positional parameters.)3.293 F F0
-(optstring)6.023 E F1 .793(contains the option)3.513 F .15
-(characters to be recognized; if a character is follo)144 492 R .149
-(wed by a colon, the option is e)-.25 F .149(xpected to ha)-.15 F .449
--.15(ve a)-.2 H(n).15 E(ar)144 504 Q .578
-(gument, which should be separated from it by white space.)-.18 F .579
-(The colon and question mark char)5.579 F(-)-.2 E .636
-(acters may not be used as option characters.)144 516 R .636
-(Each time it is in)5.636 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F2(getopts)
-3.136 E F1 .636(places the ne)3.136 F .635(xt op-)-.15 F .029
-(tion in the shell v)144 528 R(ariable)-.25 E F0(name)2.889 E F1 2.529
-(,i).18 G(nitializing)-2.529 E F0(name)2.889 E F1 .029(if it does not e)
-2.709 F .03(xist, and the inde)-.15 F 2.53(xo)-.15 G 2.53(ft)-2.53 G .03
-(he ne)-2.53 F .03(xt ar)-.15 F(gu-)-.18 E .066
-(ment to be processed into the v)144 540 R(ariable)-.25 E F3(OPTIND)
-2.566 E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND)4.566 E F1 .065
-(is initialized to 1 each time the shell or a)2.315 F .885
-(shell script is in)144 552 R -.2(vo)-.4 G -.1(ke).2 G 3.385(d. When).1
-F .885(an option requires an ar)3.385 F(gument,)-.18 E F2(getopts)3.385
-E F1 .885(places that ar)3.385 F .885(gument into)-.18 F .567(the v)144
-564 R(ariable)-.25 E F3(OPT)3.067 E(ARG)-.81 E F4(.)A F1 .566
-(The shell does not reset)5.067 F F3(OPTIND)3.066 E F1 .566
-(automatically; it must be manually reset)2.816 F .389
-(between multiple calls to)144 576 R F2(getopts)2.889 E F1 .389
-(within the same shell in)2.889 F -.2(vo)-.4 G .39(cation if a ne).2 F
-2.89(ws)-.25 G .39(et of parameters is to)-2.89 F(be used.)144 588 Q
-2.044(When the end of options is encountered,)144 604.8 R F2(getopts)
-4.543 E F1 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.043
-(alue greater than zero.)-.25 F F3(OPTIND)144 616.8 Q F1
-(is set to the inde)2.25 E 2.5(xo)-.15 G 2.5(ft)-2.5 G
+144 324 Q .311(ginning with that string\) or as a number \(an inde)-.15
+F 2.811(xi)-.15 G .31(nto the history list, where a ne)-2.811 F -.05(ga)
+-.15 G(ti).05 E .61 -.15(ve n)-.25 H(umber).15 E(is used as an of)144
+336 Q(fset from the current command number\).)-.25 E .746
+(When listing, a)144 352.8 R F0<8c72>3.246 E(st)-.1 E F1(or)3.246 E F0
+(last)3.246 E F1 .746(of 0 is equi)3.246 F -.25(va)-.25 G .746
+(lent to \2551 and \2550 is equi).25 F -.25(va)-.25 G .747
+(lent to the current command).25 F .779(\(usually the)144 364.8 R F2(fc)
+3.279 E F1 .779(command\); otherwise 0 is equi)3.279 F -.25(va)-.25 G
+.779(lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 3.279(lid. If).25
+F F0(last)3.369 E F1 .778(is not speci-)3.959 F .513(\214ed, it is set \
+to the current command for listing \(so that \231fc \255l \25510\232 pr\
+ints the last 10 commands\))144 376.8 R .767(and to)144 388.8 R F0<8c72>
+5.177 E(st)-.1 E F1 3.266(otherwise. If)3.946 F F0<8c72>5.176 E(st)-.1 E
+F1 .766(is not speci\214ed, it is set to the pre)3.946 F .766
+(vious command for editing and)-.25 F(\25516 for listing.)144 400.8 Q
+.696(If the)144 417.6 R F2<ad6c>3.196 E F1 .696
+(option is supplied, the commands are listed on the standard output.)
+3.196 F(The)5.697 E F2<ad6e>3.197 E F1 .697(option sup-)3.197 F
+(presses the command numbers when listing.)144 429.6 Q(The)5 E F2<ad72>
+2.5 E F1(option re)2.5 E -.15(ve)-.25 G(rses the order of the commands.)
+.15 E(Otherwise,)144 446.4 Q F2(fc)2.902 E F1(in)2.902 E -.2(vo)-.4 G
+-.1(ke).2 G 2.902(st).1 G .402(he editor named by)-2.902 F F0(ename)
+3.092 E F1 .402(on a \214le containing those commands.)3.082 F(If)5.402
+E F0(ename)3.092 E F1 .541(is not supplied,)144 458.4 R F2(fc)3.041 E F1
+.542(uses the v)3.042 F .542(alue of the)-.25 F F3(FCEDIT)3.042 E F1
+-.25(va)2.792 G .542(riable, and the v).25 F .542(alue of)-.25 F F3
+(EDIT)3.042 E(OR)-.162 E F1(if)2.792 E F3(FCEDIT)3.042 E F1(is)2.792 E
+.213(not set.)144 470.4 R .212(If neither v)5.213 F .212
+(ariable is set,)-.25 F F2(fc)2.712 E F1(uses)2.712 E F0(vi.)4.378 E F1
+.212(When editing is complete,)4.378 F F2(fc)2.712 E F1 .212
+(reads the \214le containing)2.712 F
+(the edited commands and echoes and e)144 482.4 Q -.15(xe)-.15 G
+(cutes them.).15 E .711(In the second form,)144 499.2 R F2(fc)3.211 E F1
+(re-e)3.211 E -.15(xe)-.15 G(cutes).15 E F0(command)3.211 E F1 .711
+(after replacing each instance of)3.211 F F0(pat)3.212 E F1(with)3.212 E
+F0 -.37(re)3.212 G(p).37 E F1(.)A F0(Com-)5.712 E(mand)144 511.2 Q F1
+(is interpreted the same as)2.5 E F0<8c72>2.5 E(st)-.1 E F1(abo)2.5 E
+-.15(ve)-.15 G(.).15 E 2.827(Au)144 528 S .327(seful alias to use with)
+-2.827 F F2(fc)2.827 E F1 .327(is \231r="fc \255s"\232, so that typing \
+\231r cc\232 runs the last command be)2.827 F(ginning)-.15 E
+(with \231cc\232 and typing \231r\232 re-e)144 540 Q -.15(xe)-.15 G
+(cutes the last command.).15 E .439
+(If the \214rst form is used, the return v)144 556.8 R .44
+(alue is zero unless an in)-.25 F -.25(va)-.4 G .44
+(lid option is encountered or).25 F F0<8c72>4.85 E(st)-.1 E F1(or)3.62 E
+F0(last)144.09 568.8 Q F1 .402(specify history lines out of range.)3.582
+F .402(When editing and re-e)5.402 F -.15(xe)-.15 G .402
+(cuting a \214le of commands, the re-).15 F .573(turn v)144 580.8 R .573
+(alue is the v)-.25 F .573(alue of the last command e)-.25 F -.15(xe)
+-.15 G .573(cuted or f).15 F .574
+(ailure if an error occurs with the tempo-)-.1 F .686(rary \214le.)144
+592.8 R .685
+(If the second form is used, the return status is that of the re-e)5.686
+F -.15(xe)-.15 G .685(cuted command, unless).15 F F0(cmd)144.2 604.8 Q
+F1(does not specify a v)3.27 E(alid history entry)-.25 E 2.5(,i)-.65 G
+2.5(nw)-2.5 G(hich case)-2.5 E F2(fc)2.5 E F1
+(returns a non-zero status.)2.5 E F2(fg)108 621.6 Q F1([)2.5 E F0
+(jobspec)A F1(])A(Resume)144 633.6 Q F0(jobspec)4.638 E F1 .398
+(in the fore)3.208 F .399(ground, and mak)-.15 F 2.899(ei)-.1 G 2.899
+(tt)-2.899 G .399(he current job)-2.899 F 5.399(.I)-.4 G(f)-5.399 E F0
+(jobspec)4.639 E F1 .399(is not present,)3.209 F F2(fg)2.899 E F1(uses)
+2.899 E .248(the shell')144 645.6 R 2.748(sn)-.55 G .248(otion of the)
+-2.748 F F0(curr)2.747 E .247(ent job)-.37 F F1 5.247(.T)C .247
+(he return v)-5.247 F .247
+(alue is that of the command placed into the fore-)-.25 F .097
+(ground, or f)144 657.6 R .098
+(ailure if run when job control is disabled or)-.1 F 2.598(,w)-.4 G .098
+(hen run with job control enabled, if)-2.598 F F0(job-)4.338 E(spec)144
+669.6 Q F1(does not specify a v)2.81 E(alid job or)-.25 E F0(jobspec)
+4.24 E F1(speci\214es a job that w)2.81 E
+(as started without job control.)-.1 E F2(getopts)108 686.4 Q F0
+(optstring name)2.5 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])
+-1.666 E F2(getopts)144 698.4 Q F1 .051(is used by shell scripts and fu\
+nctions to parse positional parameters and obtain options and)2.551 F
+1.129(their ar)144 710.4 R(guments.)-.18 E F0(optstring)6.359 E F1 1.129
+(contains the option characters to be recognized; if a character is fol\
+-)3.849 F(lo)144 722.4 Q .657(wed by a colon, the option is e)-.25 F
+.657(xpected to ha)-.15 F .956 -.15(ve a)-.2 H 3.156(na).15 G -.18(rg)
+-3.156 G .656(ument, which should be separated from it).18 F
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(73)190.395 E 0 Cg EP
+%%Page: 74 74
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E(by white space.)144 84 Q(The colon and question ma\
+rk characters may not be used as option characters.)5 E .031
+(Each time it is in)144 100.8 R -.2(vo)-.4 G -.1(ke).2 G(d,).1 E/F2 10
+/Times-Bold@0 SF(getopts)2.531 E F1 .031(places the ne)2.531 F .031
+(xt option in the shell v)-.15 F(ariable)-.25 E F0(name)2.892 E F1 2.532
+(,i).18 G(nitializing)-2.532 E F0(name)2.892 E F1 .523(if it does not e)
+144 112.8 R .522(xist, and the inde)-.15 F 3.022(xo)-.15 G 3.022(ft)
+-3.022 G .522(he ne)-3.022 F .522(xt ar)-.15 F .522
+(gument to be processed into the v)-.18 F(ariable)-.25 E/F3 9
+/Times-Bold@0 SF(OPTIND)3.022 E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND)144
+124.8 Q F1 .079
+(is initialized to 1 each time the shell or a shell script is in)2.329 F
+-.2(vo)-.4 G -.1(ke).2 G 2.58(d. When).1 F .08(an option requires)2.58 F
+(an ar)144 136.8 Q(gument,)-.18 E F2(getopts)2.5 E F1(places that ar)2.5
+E(gument into the v)-.18 E(ariable)-.25 E F3(OPT)2.5 E(ARG)-.81 E F4(.)A
+F1 .647(The shell does not reset)144 153.6 R F3(OPTIND)3.147 E F1 .647
+(automatically; it must be manually reset between multiple calls)2.897 F
+(to)144 165.6 Q F2(getopts)2.5 E F1(within the same shell in)2.5 E -.2
+(vo)-.4 G(cation to use a ne).2 E 2.5(ws)-.25 G(et of parameters.)-2.5 E
+.101(When it reaches the end of options,)144 182.4 R F2(getopts)2.602 E
+F1 -.15(ex)2.602 G .102(its with a return v).15 F .102
+(alue greater than zero.)-.25 F F3(OPTIND)5.102 E F1(is)2.352 E
+(set to the inde)144 194.4 Q 2.5(xo)-.15 G 2.5(ft)-2.5 G
 (he \214rst non-option ar)-2.5 E(gument, and)-.18 E F0(name)2.5 E F1
-(is set to ?.)2.5 E F2(getopts)144 633.6 Q F1 .485
+(is set to ?.)2.5 E F2(getopts)144 211.2 Q F1 .485
 (normally parses the positional parameters, b)2.985 F .485
 (ut if more ar)-.2 F .485(guments are supplied as)-.18 F F0(ar)3.315 E
-(g)-.37 E F1 -.25(va)3.205 G(l-).25 E(ues,)144 645.6 Q F2(getopts)2.5 E
-F1(parses those instead.)2.5 E F2(getopts)144 662.4 Q F1 .345
-(can report errors in tw)2.845 F 2.845(ow)-.1 G 2.845(ays. If)-2.945 F
-.345(the \214rst character of)2.845 F F0(optstring)3.075 E F1 .345
-(is a colon,)3.065 F F0(silent)3.185 E F1 .345(error re-)3.525 F 1.668
-(porting is used.)144 674.4 R 1.668
-(In normal operation, diagnostic messages are printed when in)6.668 F
--.25(va)-.4 G 1.669(lid options or).25 F .394(missing option ar)144
-686.4 R .394(guments are encountered.)-.18 F .394(If the v)5.394 F
-(ariable)-.25 E F3(OPTERR)2.894 E F1 .394
-(is set to 0, no error messages)2.644 F(will be displayed, e)144 698.4 Q
--.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E
-F0(optstring)2.73 E F1(is not a colon.)2.72 E(If)144 715.2 Q F2(getopts)
-2.672 E F1 .172(detects an in)2.672 F -.25(va)-.4 G .173
-(lid option, it places ? into).25 F F0(name)3.033 E F1 .173
-(and, if not silent, prints an error message)2.853 F 1.148(and unsets)
-144 727.2 R F3(OPT)3.647 E(ARG)-.81 E F4(.)A F1(If)5.647 E F2(getopts)
-3.647 E F1 1.147(is silent, it assigns the option character found to)
-3.647 F F3(OPT)3.647 E(ARG)-.81 E F1(and)3.397 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(69)193.45 E 0 Cg EP
-%%Page: 70 70
+(g)-.37 E F1 -.25(va)3.205 G(l-).25 E(ues,)144 223.2 Q F2(getopts)2.5 E
+F1(parses those instead.)2.5 E F2(getopts)144 240 Q F1 .833
+(can report errors in tw)3.332 F 3.333(ow)-.1 G 3.333(ays. If)-3.433 F
+.833(the \214rst character of)3.333 F F0(optstring)3.563 E F1 .833
+(is a colon,)3.553 F F2(getopts)3.333 E F1(uses)3.333 E F0(silent)144.34
+252 Q F1 .212(error reporting.)3.392 F .212(In normal operation,)5.212 F
+F2(getopts)2.712 E F1 .211
+(prints diagnostic messages when it encounters)2.712 F(in)144 264 Q -.25
+(va)-.4 G 1.119(lid options or missing option ar).25 F 3.619
+(guments. If)-.18 F 1.119(the v)3.619 F(ariable)-.25 E F3(OPTERR)3.619 E
+F1 1.119(is set to 0, no error mes-)3.369 F(sages will be displayed, e)
+144 276 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G
+(he \214rst character of)-2.5 E F0(optstring)2.73 E F1(is not a colon.)
+2.72 E(If)144 292.8 Q F2(getopts)2.673 E F1 .173(detects an in)2.673 F
+-.25(va)-.4 G .173(lid option, it places ? into).25 F F0(name)3.033 E F1
+.172(and, if not silent, prints an error message)2.853 F 1.147
+(and unsets)144 304.8 R F3(OPT)3.647 E(ARG)-.81 E F4(.)A F1(If)5.647 E
+F2(getopts)3.647 E F1 1.147
+(is silent, it assigns the option character found to)3.647 F F3(OPT)
+3.647 E(ARG)-.81 E F1(and)3.398 E(does not print a diagnostic message.)
+144 316.8 Q .602(If a required ar)144 333.6 R .602
+(gument is not found, and)-.18 F F2(getopts)3.102 E F1 .602
+(is not silent, it sets the v)3.102 F .602(alue of)-.25 F F0(name)3.102
+E F1 .602(to a ques-)3.102 F 1.055(tion mark \()144 345.6 R F2(?).833 E
+F1 1.055(\), unsets).833 F F3(OPT)3.555 E(ARG)-.81 E F4(,)A F1 1.056
+(and prints a diagnostic message.)3.306 F(If)6.056 E F2(getopts)3.556 E
+F1 1.056(is silent, it sets the)3.556 F -.25(va)144 357.6 S(lue of).25 E
+F0(name)2.5 E F1(to a colon \()2.5 E F2(:).833 E F1 2.5(\)a).833 G
+(nd sets)-2.5 E F3(OPT)2.5 E(ARG)-.81 E F1
+(to the option character found.)2.25 E F2(getopts)144 374.4 Q F1 .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 386.4 Q F2(hash)108
+403.2 Q F1([)2.5 E F2(\255lr)A F1 2.5(][)C F2<ad70>-2.5 E F0(\214lename)
+2.5 E F1 2.5(][)C F2(\255dt)-2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A
+.636(Each time)144 415.2 R F2(hash)3.136 E F1 .636(is in)3.136 F -.2(vo)
+-.4 G -.1(ke).2 G .636(d, it remembers the full pathname of the command)
+.1 F F0(name)3.496 E F1 .636(as determined)3.316 F 1.427
+(by searching the directories in)144 427.2 R F2($P)3.927 E -.95(AT)-.74
+G(H).95 E F1 6.427(.A)C 1.727 -.15(ny p)-6.427 H(re).15 E 1.427
+(viously-remembered pathname associated with)-.25 F F0(name)144 439.2 Q
+F1 .942(is discarded.)3.442 F .942(If the)5.942 F F2<ad70>3.442 E F1
+.942(option is supplied,)3.442 F F2(hash)3.442 E F1(uses)3.442 E F0
+(\214lename)5.352 E F1 .943(as the full pathname of the)3.623 F
+(command.)144 451.2 Q(The)144 468 Q F2<ad72>3.313 E F1 .813
+(option causes the shell to for)3.313 F .813
+(get all remembered locations.)-.18 F .812(Assigning to the)5.812 F F2
+-.74(PA)3.312 G(TH)-.21 E F1 -.25(va)3.312 G(ri-).25 E .277
+(able also clears all hashed \214lenames.)144 480 R(The)5.277 E F2<ad64>
+2.777 E F1 .278(option causes the shell to for)2.777 F .278
+(get the remembered lo-)-.18 F(cation of each)144 492 Q F0(name)2.5 E F1
+(.)A .108(If the)144 508.8 R F2<ad74>2.608 E F1 .108
+(option is supplied,)2.608 F F2(hash)2.608 E F1 .107
+(prints the full pathname corresponding to each)2.608 F F0(name)2.607 E
+F1 5.107(.I)C 2.607(fm)-5.107 G(ultiple)-2.607 E F0(name)144 520.8 Q F1
+(ar)3.153 E .653(guments are supplied with)-.18 F F2<ad74>3.153 E F1(,)A
+F2(hash)3.153 E F1 .654(prints the)3.154 F F0(name)3.154 E F1 .654
+(before the corresponding hashed full)3.154 F 2.5(pathname. The)144
+532.8 R F2<ad6c>2.5 E F1
+(option displays output in a format that may be reused as input.)2.5 E
+1.191(If no ar)144 549.6 R 1.191(guments are gi)-.18 F -.15(ve)-.25 G
+1.191(n, or if only).15 F F2<ad6c>3.691 E F1 1.191(is supplied,)3.691 F
+F2(hash)3.69 E F1 1.19(prints information about remembered)3.69 F 2.722
+(commands. The)144 561.6 R F2<ad74>2.722 E F1(,)A F2<ad64>2.722 E F1
+2.722(,a)C(nd)-2.722 E F2<ad70>2.722 E F1 .223
+(options \(the options that act on the)2.722 F F0(name)2.723 E F1(ar)
+2.723 E .223(guments\) are mutually)-.18 F -.15(ex)144 573.6 S(clusi).15
+E -.15(ve)-.25 G 5.738(.O).15 G .738(nly one will be acti)-5.738 F -.15
+(ve)-.25 G 5.738(.I).15 G 3.238(fm)-5.738 G .738
+(ore than one is supplied,)-3.238 F F2<ad74>3.237 E F1 .737
+(has higher priority than)3.237 F F2<ad70>3.237 E F1(,)A(and both ha)144
+585.6 Q .3 -.15(ve h)-.2 H(igher priority than).15 E F2<ad64>2.5 E F1(.)
+A(The return status is zero unless a)144 602.4 Q F0(name)2.86 E F1
+(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.).25
+E F2(help)108 619.2 Q F1([)2.5 E F2(\255dms)A F1 2.5(][)C F0(pattern)
+-2.5 E F1(])A .866(Display helpful information about b)144 631.2 R .867
+(uiltin commands.)-.2 F(If)5.867 E F0(pattern)4.617 E F1 .867
+(is speci\214ed,)3.607 F F2(help)3.367 E F1(gi)3.367 E -.15(ve)-.25 G
+3.367(sd).15 G(etailed)-3.367 E 1.094(help on all commands matching)144
+643.2 R F0(pattern)4.843 E F1 3.593(;o).24 G 1.093
+(therwise it displays a list of all the b)-3.593 F 1.093
+(uiltins and shell)-.2 F(compound commands.)144 655.2 Q F2<ad64>144
+667.2 Q F1(Display a short description of each)180 667.2 Q F0(pattern)
+2.5 E F2<ad6d>144 679.2 Q F1(Display the description of each)180 679.2 Q
+F0(pattern)2.5 E F1(in a manpage-lik)2.5 E 2.5(ef)-.1 G(ormat)-2.5 E F2
+<ad73>144 691.2 Q F1(Display only a short usage synopsis for each)180
+691.2 Q F0(pattern)2.5 E F1
+(The return status is 0 unless no command matches)144 708 Q F0(pattern)
+3.75 E F1(.).24 E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(74)
+190.395 E 0 Cg EP
+%%Page: 75 75
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(does not print a diagnostic message.)144 84 Q .602
-(If a required ar)144 100.8 R .602(gument is not found, and)-.18 F/F2 10
-/Times-Bold@0 SF(getopts)3.102 E F1 .602(is not silent, it sets the v)
-3.102 F .602(alue of)-.25 F F0(name)3.102 E F1 .602(to a ques-)3.102 F
-1.056(tion mark \()144 112.8 R F2(?).833 E F1 1.056(\), unsets).833 F/F3
-9/Times-Bold@0 SF(OPT)3.556 E(ARG)-.81 E/F4 9/Times-Roman@0 SF(,)A F1
-1.056(and prints a diagnostic message.)3.306 F(If)6.056 E F2(getopts)
-3.556 E F1 1.055(is silent, it sets the)3.556 F -.25(va)144 124.8 S
-(lue of).25 E F0(name)2.5 E F1(to a colon \()2.5 E F2(:).833 E F1 2.5
-(\)a).833 G(nd sets)-2.5 E F3(OPT)2.5 E(ARG)-.81 E F1
-(to the option character found.)2.25 E F2(getopts)144 141.6 Q F1 .902
-(returns true if an option, speci\214ed or unspeci\214ed, is found.)
-3.401 F .902(It returns f)5.902 F .902(alse if the end of)-.1 F
-(options is encountered or an error occurs.)144 153.6 Q F2(hash)108
-170.4 Q F1([)2.5 E F2(\255lr)A F1 2.5(][)C F2<ad70>-2.5 E F0(\214lename)
-2.5 E F1 2.5(][)C F2(\255dt)-2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A
-.858(Each time)144 182.4 R F2(hash)3.358 E F1 .858(is in)3.358 F -.2(vo)
--.4 G -.1(ke).2 G .858(d, the full pathname of the command).1 F F0(name)
-3.718 E F1 .858(is determined by searching)3.538 F .956
-(the directories in)144 194.4 R F2($P)3.456 E -.95(AT)-.74 G(H).95 E F1
-.956(and remembered.)3.456 F(An)5.956 E 3.456(yp)-.15 G(re)-3.456 E .956
-(viously-remembered pathname is discarded.)-.25 F .342(If the)144 206.4
-R F2<ad70>2.842 E F1 .342(option is supplied,)2.842 F F2(hash)2.842 E F1
-(uses)2.842 E F0(\214lename)4.752 E F1 .342
-(as the full \214lename of the command.)3.022 F(The)5.341 E F2<ad72>
-2.841 E F1(op-)2.841 E 1.495(tion causes the shell to for)144 218.4 R
-1.496(get all remembered locations.)-.18 F 1.496(Assigning to the)6.496
-F F2 -.74(PA)3.996 G(TH)-.21 E F1 -.25(va)3.996 G 1.496(riable also).25
-F .685(clears all hashed \214lenames.)144 230.4 R(The)5.685 E F2<ad64>
-3.185 E F1 .685(option causes the shell to for)3.185 F .684
-(get the remembered location of)-.18 F(each)144 242.4 Q F0(name)3.894 E
-F1 6.394(.I)C 3.894(ft)-6.394 G(he)-3.894 E F2<ad74>3.894 E F1 1.394
-(option is supplied, the full pathname to which each)3.894 F F0(name)
-3.895 E F1 1.395(corresponds is)3.895 F 3.314(printed. If)144 254.4 R
-(multiple)3.314 E F0(name)3.314 E F1(ar)3.314 E .814
-(guments are supplied with)-.18 F F2<ad74>3.314 E F1 3.314(,t)C(he)
--3.314 E F0(name)3.314 E F1 .814(is printed before the hashed)3.314 F
-.575(full pathname.)144 266.4 R(The)5.575 E F2<ad6c>3.075 E F1 .575(opt\
-ion causes output to be displayed in a format that may be reused as in-)
-3.075 F 3.988(put. If)144 278.4 R 1.488(no ar)3.988 F 1.488
-(guments are gi)-.18 F -.15(ve)-.25 G 1.488(n, or if only).15 F F2<ad6c>
-3.988 E F1 1.488(is supplied, information about remembered com-)3.988 F
-.012(mands is printed.)144 290.4 R(The)5.012 E F2<ad74>2.512 E F1(,)A F2
-<ad64>2.513 E F1 2.513(,a)C(nd)-2.513 E F2<ad70>2.513 E F1 .013
-(options \(the options that act on the)2.513 F F0(name)2.513 E F1(ar)
-2.513 E .013(guments\) are mu-)-.18 F .208(tually e)144 302.4 R(xclusi)
--.15 E -.15(ve)-.25 G 5.207(.O).15 G .207(nly one will be acti)-5.207 F
--.15(ve)-.25 G 5.207(.I).15 G 2.707(fm)-5.207 G .207
-(ore than one is supplied,)-2.707 F F2<ad74>2.707 E F1 .207
-(has higher priority than)2.707 F F2<ad70>144 314.4 Q F1 2.608(,a)C .108
-(nd both are higher priority than)-2.608 F F2<ad64>2.608 E F1 5.108(.T)C
-.108(he return status is true unless a)-5.108 F F0(name)2.968 E F1 .108
-(is not found or an)2.788 F(in)144 326.4 Q -.25(va)-.4 G
-(lid option is supplied.).25 E F2(help)108 343.2 Q F1([)2.5 E F2
-(\255dms)A F1 2.5(][)C F0(pattern)-2.5 E F1(])A .867
-(Display helpful information about b)144 355.2 R .867(uiltin commands.)
--.2 F(If)5.867 E F0(pattern)4.617 E F1 .866(is speci\214ed,)3.607 F F2
-(help)3.366 E F1(gi)3.366 E -.15(ve)-.25 G 3.366(sd).15 G(etailed)-3.366
-E .223(help on all commands matching)144 367.2 R F0(pattern)3.973 E F1
-2.723(;o).24 G .223(therwise help for all the b)-2.723 F .224
-(uiltins and shell control struc-)-.2 F(tures is printed.)144 379.2 Q F2
-<ad64>144 391.2 Q F1(Display a short description of each)180 391.2 Q F0
-(pattern)2.5 E F2<ad6d>144 403.2 Q F1(Display the description of each)
-180 403.2 Q F0(pattern)2.5 E F1(in a manpage-lik)2.5 E 2.5(ef)-.1 G
-(ormat)-2.5 E F2<ad73>144 415.2 Q F1
-(Display only a short usage synopsis for each)180 415.2 Q F0(pattern)2.5
-E F1(The return status is 0 unless no command matches)144 432 Q F0
-(pattern)3.75 E F1(.).24 E F2(history [)108 448.8 Q F0(n)A F2(])A
-(history \255c)108 460.8 Q(history \255d)108 472.8 Q F0(of)2.5 E(fset)
--.18 E F2(history \255d)108 484.8 Q F0(start)2.5 E F1(-)A F0(end)A F2
-(history \255anrw)108 496.8 Q F1([)2.5 E F0(\214lename)A F1(])A F2
-(history \255p)108 508.8 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)
--.37 E F1 1.666(...)2.5 G(])-1.666 E F2(history \255s)108 520.8 Q F0(ar)
-2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E
--.4(Wi)144 532.8 S .752
-(th no options, display the command history list with line numbers.).4 F
-.752(Lines listed with a)5.752 F F2(*)3.251 E F1(ha)3.251 E -.15(ve)-.2
-G .38(been modi\214ed.)144 544.8 R .38(An ar)5.38 F .38(gument of)-.18 F
-F0(n)3.24 E F1 .38(lists only the last)3.12 F F0(n)3.24 E F1 2.88
-(lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E F3(HISTTIMEFOR-)
-2.881 E(MA)144 556.8 Q(T)-.855 E F1 .239
-(is set and not null, it is used as a format string for)2.489 F F0
-(strftime)3.078 E F1 .238(\(3\) to display the time stamp asso-).18 F
-1.019(ciated with each displayed history entry)144 568.8 R 6.019(.N)-.65
-G 3.519(oi)-6.019 G(nterv)-3.519 E 1.019
-(ening blank is printed between the formatted)-.15 F .176
-(time stamp and the history line.)144 580.8 R(If)5.176 E F0(\214lename)
-2.676 E F1 .176
-(is supplied, it is used as the name of the history \214le; if)2.676 F
-.251(not, the v)144 592.8 R .251(alue of)-.25 F F3(HISTFILE)2.751 E F1
-.251(is used.)2.501 F(If)5.251 E F0(\214lename)2.751 E F1 .251
-(is not supplied and)2.751 F F3(HISTFILE)2.751 E F1 .251
-(is unset or null, the)2.501 F F2(\255a, \255n, \255r)144 604.8 Q(,)-.92
-E F1(and)2.5 E F2<ad77>2.5 E F1(options ha)2.5 E .3 -.15(ve n)-.2 H 2.5
-(oe).15 G -.25(ff)-2.5 G 2.5(ect. Options,).25 F(if supplied, ha)2.5 E
-.3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad63>144
-616.8 Q F1(Clear the history list by deleting all the entries.)180 616.8
-Q F2<ad64>144 628.8 Q F0(of)2.5 E(fset)-.18 E F1 .39
-(Delete the history entry at position)180 640.8 R F0(of)2.889 E(fset)
--.18 E F1 5.389(.I)C(f)-5.389 E F0(of)2.889 E(fset)-.18 E F1 .389(is ne)
-2.889 F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.889(,i).15 G 2.889(ti)
--2.889 G 2.889(si)-2.889 G .389(nterpreted as relati)-2.889 F -.15(ve)
--.25 G .598(to one greater than the last history position, so ne)180
-652.8 R -.05(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .599
-(ndices count back from the end).15 F(of the history)180 664.8 Q 2.5(,a)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(history [)108 84 Q F0(n)A F2
+(])A(history \255c)108 96 Q(history \255d)108 108 Q F0(of)2.5 E(fset)
+-.18 E F2(history \255d)108 120 Q F0(start)2.5 E F1(-)A F0(end)A F2
+(history \255anrw)108 132 Q F1([)2.5 E F0(\214lename)A F1(])A F2
+(history \255p)108 144 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37
+E F1 1.666(...)2.5 G(])-1.666 E F2(history \255s)108 156 Q F0(ar)2.5 E
+(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E -.4
+(Wi)144 168 S .831
+(th no options, display the command history list with numbers.).4 F .832
+(Entries pre\214x)5.831 F .832(ed with a)-.15 F F2(*)3.332 E F1(ha)3.332
+E -.15(ve)-.2 G 1.082(been modi\214ed.)144 180 R 1.082(An ar)6.082 F
+1.082(gument of)-.18 F F0(n)3.942 E F1 1.082(lists only the last)3.822 F
+F0(n)3.942 E F1 3.582(entries. If)3.822 F 1.082(the shell v)3.582 F
+(ariable)-.25 E/F3 9/Times-Bold@0 SF(HISTTIME-)3.581 E(FORMA)144 192 Q
+(T)-.855 E F1 .464
+(is set and not null, it is used as a format string for)2.714 F F0
+(strftime)3.304 E F1 .465(\(3\) to display the time stamp).18 F 1.716
+(associated with each displayed history entry)144 204 R 6.716(.I)-.65 G
+(f)-6.716 E F2(history)4.215 E F1(uses)4.215 E F3(HISTTIMEFORMA)4.215 E
+(T)-.855 E/F4 9/Times-Roman@0 SF(,)A F1 1.715(it does not)3.965 F
+(print an interv)144 216 Q
+(ening space between the formatted time stamp and the history entry)-.15
+E(.)-.65 E(If)144 232.8 Q F0(\214lename)3.369 E F1 .869(is supplied,)
+3.369 F F2(history)3.369 E F1 .87
+(uses it as the name of the history \214le; if not, it uses the v)3.369
+F .87(alue of)-.25 F F3(HISTFILE)144 244.8 Q F4(.)A F1(If)4.939 E F0
+(\214lename)2.939 E F1 .438(is not supplied and)2.939 F F3(HISTFILE)
+2.938 E F1 .438(is unset or null, the)2.688 F F2 .438
+(\255a, \255n, \255r)2.938 F(,)-.92 E F1(and)2.938 E F2<ad77>2.938 E F1
+(op-)2.938 E(tions ha)144 256.8 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25
+(ff)-2.5 G(ect.).25 E(Options, if supplied, ha)144 273.6 Q .3 -.15(ve t)
+-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad63>144 285.6 Q F1 .017
+(Clear the history list by deleting all the entries.)180 285.6 R .018
+(This can be used with the other options to)5.018 F
+(replace the history list.)180 297.6 Q F2<ad64>144 309.6 Q F0(of)2.5 E
+(fset)-.18 E F1 .39(Delete the history entry at position)180 321.6 R F0
+(of)2.889 E(fset)-.18 E F1 5.389(.I)C(f)-5.389 E F0(of)2.889 E(fset)-.18
+E F1 .389(is ne)2.889 F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.889(,i)
+.15 G 2.889(ti)-2.889 G 2.889(si)-2.889 G .389(nterpreted as relati)
+-2.889 F -.15(ve)-.25 G .598
+(to one greater than the last history position, so ne)180 333.6 R -.05
+(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .599
+(ndices count back from the end).15 F(of the history)180 345.6 Q 2.5(,a)
 -.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
 (efers to the current)-2.5 E F2(history \255d)2.5 E F1(command.)2.5 E F2
-<ad64>144 676.8 Q F0(start)2.5 E F1<ad>A F0(end)A F1 1.25
-(Delete the range of history entries between positions)180 688.8 R F0
+<ad64>144 357.6 Q F0(start)2.5 E F1<ad>A F0(end)A F1 1.25
+(Delete the range of history entries between positions)180 369.6 R F0
 (start)3.75 E F1(and)3.75 E F0(end)3.75 E F1 3.75(,i)C(nclusi)-3.75 E
 -.15(ve)-.25 G 6.25(.P).15 G(ositi)-6.25 E -.15(ve)-.25 G(and ne)180
-700.8 Q -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H(alues for)-.1 E F0
+381.6 Q -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H(alues for)-.1 E F0
 (start)2.5 E F1(and)2.5 E F0(end)2.5 E F1
-(are interpreted as described abo)2.5 E -.15(ve)-.15 G(.).15 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(70)193.45 E 0 Cg EP
-%%Page: 71 71
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad61>144 84 Q F1 .775
-(Append the \231ne)180 84 R .776
+(are interpreted as described abo)2.5 E -.15(ve)-.15 G(.).15 E F2<ad61>
+144 393.6 Q F1 .775(Append the \231ne)180 393.6 R .776
 (w\232 history lines to the history \214le.)-.25 F .776
-(These are history lines entered since)5.776 F(the be)180 96 Q
+(These are history lines entered since)5.776 F(the be)180 405.6 Q
 (ginning of the current)-.15 E F2(bash)2.5 E F1(session, b)2.5 E
-(ut not already appended to the history \214le.)-.2 E F2<ad6e>144 108 Q
-F1 .854(Read the history lines not already read from the history \214le\
- into the current history list.)180 108 R .772
-(These are lines appended to the history \214le since the be)180 120 R
-.773(ginning of the current)-.15 F F2(bash)3.273 E F1(ses-)3.273 E
-(sion.)180 132 Q F2<ad72>144 144 Q F1(Read the contents of the history \
-\214le and append them to the current history list.)180 144 Q F2<ad77>
-144 156 Q F1(Write the current history list to the history \214le, o)180
-156 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G
-(ontents.)-2.5 E F2<ad70>144 168 Q F1 .626
-(Perform history substitution on the follo)180 168 R(wing)-.25 E F0(ar)
-3.125 E(gs)-.37 E F1 .625(and display the result on the standard)3.125 F
-2.975(output. Does)180 180 R .475
-(not store the results in the history list.)2.975 F(Each)5.475 E F0(ar)
-2.975 E(g)-.37 E F1 .475(must be quoted to disable)2.975 F
-(normal history e)180 192 Q(xpansion.)-.15 E F2<ad73>144 204 Q F1 .363
-(Store the)180 204 R F0(ar)3.193 E(gs)-.37 E F1 .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 216 Q -.15(ve)
--.15 G 2.5(db).15 G(efore the)-2.5 E F0(ar)2.83 E(gs)-.37 E F1
-(are added.)2.77 E .145(If the)144 232.8 R/F3 9/Times-Bold@0 SF
-(HISTTIMEFORMA)2.645 E(T)-.855 E F1 -.25(va)2.395 G .145
-(riable is set, the time stamp information associated with each history)
-.25 F .669(entry is written to the history \214le, mark)144 244.8 R .669
-(ed with the history comment character)-.1 F 5.668(.W)-.55 G .668
-(hen the history)-5.668 F .955(\214le is read, lines be)144 256.8 R .956
-(ginning with the history comment character follo)-.15 F .956
-(wed immediately by a digit)-.25 F .833
-(are interpreted as timestamps for the follo)144 268.8 R .833
-(wing history entry)-.25 F 5.832(.T)-.65 G .832(he return v)-5.832 F
-.832(alue is 0 unless an in-)-.25 F -.25(va)144 280.8 S .168(lid option\
- is encountered, an error occurs while reading or writing the history \
-\214le, an in).25 F -.25(va)-.4 G(lid).25 E F0(of)2.669 E(f-)-.18 E(set)
-144 292.8 Q F1 .341(or range is supplied as an ar)2.841 F .341
-(gument to)-.18 F F2<ad64>2.841 E F1 2.841(,o)C 2.84(rt)-2.841 G .34
-(he history e)-2.84 F .34(xpansion supplied as an ar)-.15 F .34
-(gument to)-.18 F F2<ad70>144 304.8 Q F1 -.1(fa)2.5 G(ils.).1 E F2(jobs)
-108 321.6 Q F1([)2.5 E F2(\255lnprs)A F1 2.5(][)C F0(jobspec)A F1 -3.332
-1.666(... ])2.5 H F2(jobs \255x)108 333.6 Q F0(command)2.5 E F1([)2.5 E
-F0(ar)2.5 E(gs)-.37 E F1 -3.332 1.666(... ])2.5 H
-(The \214rst form lists the acti)144 345.6 Q .3 -.15(ve j)-.25 H 2.5
+(ut not already appended to the history \214le.)-.2 E F2<ad6e>144 417.6
+Q F1 .733(Read the history lines not already read from the history \214\
+le and add them to the current)180 417.6 R .142(history list.)180 429.6
+R .143(These are lines appended to the history \214le since the be)5.142
+F .143(ginning of the current)-.15 F F2(bash)180 441.6 Q F1(session.)2.5
+E F2<ad72>144 453.6 Q F1(Read the history \214le and append its content\
+s to the current history list.)180 453.6 Q F2<ad77>144 465.6 Q F1
+(Write the current history list to the history \214le, o)180 465.6 Q
+-.15(ve)-.15 G(rwriting the history \214le.).15 E F2<ad70>144 477.6 Q F1
+.626(Perform history substitution on the follo)180 477.6 R(wing)-.25 E
+F0(ar)3.125 E(gs)-.37 E F1 .625(and display the result on the standard)
+3.125 F .468(output, without storing the results in the history list.)
+180 489.6 R(Each)5.469 E F0(ar)2.969 E(g)-.37 E F1 .469
+(must be quoted to disable)2.969 F(normal history e)180 501.6 Q
+(xpansion.)-.15 E F2<ad73>144 513.6 Q F1 .363(Store the)180 513.6 R F0
+(ar)3.193 E(gs)-.37 E F1 .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 525.6 Q -.15(ve)-.15 G 2.5(db).15 G(efore adding the)
+-2.5 E F0(ar)2.83 E(gs)-.37 E F1(.).27 E 1.152(If the)144 542.4 R F3
+(HISTTIMEFORMA)3.652 E(T)-.855 E F1 -.25(va)3.402 G 1.152
+(riable is set,).25 F F2(history)3.652 E F1 1.152
+(writes the time stamp information associated)3.652 F .189
+(with each history entry to the history \214le, mark)144 554.4 R .188
+(ed with the history comment character as described)-.1 F(abo)144 566.4
+Q -.15(ve)-.15 G 5.264(.W).15 G .264
+(hen the history \214le is read, lines be)-5.264 F .265
+(ginning with the history comment character follo)-.15 F(wed)-.25 E
+(immediately by a digit are interpreted as timestamps for the follo)144
+578.4 Q(wing history entry)-.25 E(.)-.65 E .052(The return v)144 595.2 R
+.051(alue is 0 unless an in)-.25 F -.25(va)-.4 G .051
+(lid option is encountered, an error occurs while reading or writ-).25 F
+.706(ing the history \214le, an in)144 607.2 R -.25(va)-.4 G(lid).25 E
+F0(of)3.207 E(fset)-.18 E F1 .707(or range is supplied as an ar)3.207 F
+.707(gument to)-.18 F F2<ad64>3.207 E F1 3.207(,o)C 3.207(rt)-3.207 G
+.707(he history e)-3.207 F(x-)-.15 E(pansion supplied as an ar)144 619.2
+Q(gument to)-.18 E F2<ad70>2.5 E F1 -.1(fa)2.5 G(ils.).1 E F2(jobs)108
+636 Q F1([)2.5 E F2(\255lnprs)A F1 2.5(][)C F0(jobspec)A F1 -3.332 1.666
+(... ])2.5 H F2(jobs \255x)108 648 Q F0(command)2.5 E F1([)2.5 E F0(ar)
+2.5 E(gs)-.37 E F1 -3.332 1.666(... ])2.5 H
+(The \214rst form lists the acti)144 660 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 F2<ad6c>144 357.6 Q F1
-(List process IDs in addition to the normal information.)180 357.6 Q F2
-<ad6e>144 369.6 Q F1 .193(Display information only about jobs that ha)
-180 369.6 R .494 -.15(ve c)-.2 H .194(hanged status since the user w).15
-F .194(as last noti-)-.1 F(\214ed of their status.)180 381.6 Q F2<ad70>
-144 393.6 Q F1(List only the process ID of the job')180 393.6 Q 2.5(sp)
--.55 G(rocess group leader)-2.5 E(.)-.55 E F2<ad72>144 405.6 Q F1
-(Display only running jobs.)180 405.6 Q F2<ad73>144 417.6 Q F1
-(Display only stopped jobs.)180 417.6 Q(If)144 434.4 Q F0(jobspec)4.554
-E F1 .314(is gi)3.124 F -.15(ve)-.25 G .314
-(n, output is restricted to information about that job).15 F 5.313(.T)
--.4 G .313(he return status is 0 unless)-5.313 F(an in)144 446.4 Q -.25
-(va)-.4 G(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25
-E F0(jobspec)4.24 E F1(is supplied.)2.81 E .394(If the)144 463.2 R F2
-<ad78>2.894 E F1 .394(option is supplied,)2.894 F F2(jobs)2.894 E F1
-.394(replaces an)2.894 F(y)-.15 E F0(jobspec)4.634 E F1 .394(found in)
-3.204 F F0(command)3.094 E F1(or)3.664 E F0(ar)3.224 E(gs)-.37 E F1 .395
-(with the corre-)3.164 F(sponding process group ID, and e)144 475.2 Q
--.15(xe)-.15 G(cutes).15 E F0(command)2.7 E F1(passing it)3.27 E F0(ar)
-2.83 E(gs)-.37 E F1 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)-.15
-E F2(kill)108 492 Q F1([)2.5 E F2<ad73>A F0(sigspec)2.5 E F1(|)2.5 E F2
-<ad6e>2.5 E F0(signum)2.5 E F1(|)2.5 E F2<ad>2.5 E F0(sigspec)A F1 2.5
-(][)C F0(pid)-2.5 E F1(|)2.5 E F0(jobspec)2.5 E F1 2.5(].)C 1.666(..)
--.834 G F2(kill \255l)108 504 Q F1(|)A F2<ad4c>A F1([)2.5 E F0(sigspec)A
-F1(|)2.5 E F0 -.2(ex)2.5 G(it_status).2 E F1(])A .017
-(Send the signal named by)144 516 R F0(sigspec)2.857 E F1(or)2.827 E F0
-(signum)2.857 E F1 .017(to the processes named by)2.837 F F0(pid)3.767 E
-F1(or)3.287 E F0(jobspec)4.257 E F1(.).31 E F0(sigspec)5.357 E F1(is)
-2.827 E .318(either a case-insensiti)144 528 R .618 -.15(ve s)-.25 H
-.318(ignal name such as).15 F F3(SIGKILL)2.818 E F1 .319
-(\(with or without the)2.569 F F3(SIG)2.819 E F1 .319
-(pre\214x\) or a signal)2.569 F(number;)144 540 Q F0(signum)3.268 E F1
-.427(is a signal number)3.247 F 5.427(.I)-.55 G(f)-5.427 E F0(sigspec)
-3.267 E F1 .427(is not present, then)3.237 F F3(SIGTERM)2.927 E F1 .427
-(is assumed.)2.677 F .427(An ar)5.427 F(-)-.2 E .313(gument of)144 552 R
-F2<ad6c>2.813 E F1 .314(lists the signal names.)2.814 F .314(If an)5.314
-F 2.814(ya)-.15 G -.18(rg)-2.814 G .314(uments are supplied when).18 F
-F2<ad6c>2.814 E F1 .314(is gi)2.814 F -.15(ve)-.25 G .314
-(n, the names of).15 F .12(the signals corresponding to the ar)144 564 R
-.119(guments are listed, and the return status is 0.)-.18 F(The)5.119 E
-F0 -.2(ex)2.619 G(it_status).2 E F1(ar)2.619 E(-)-.2 E .799(gument to)
-144 576 R F2<ad6c>3.299 E F1 .799
-(is a number specifying either a signal number or the e)3.299 F .8
-(xit status of a process termi-)-.15 F .963(nated by a signal.)144 588 R
-(The)5.962 E F2<ad4c>3.462 E F1 .962(option is equi)3.462 F -.25(va)-.25
-G .962(lent to).25 F F2<ad6c>3.462 E F1(.)A F2(kill)5.962 E F1 .962
-(returns true if at least one signal w)3.462 F(as)-.1 E
-(successfully sent, or f)144 600 Q(alse if an error occurs or an in)-.1
-E -.25(va)-.4 G(lid option is encountered.).25 E F2(let)108 616.8 Q F0
-(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])
--1.666 E(Each)144 628.8 Q F0(ar)3.026 E(g)-.37 E F1 .196
-(is an arithmetic e)2.916 F .197(xpression to be e)-.15 F -.25(va)-.25 G
-.197(luated \(see).25 F F3 .197(ARITHMETIC EV)2.697 F(ALU)-1.215 E -.855
-(AT)-.54 G(ION).855 E F1(abo)2.447 E -.15(ve)-.15 G 2.697(\). If).15 F
-(the last)144 640.8 Q F0(ar)2.83 E(g)-.37 E F1 -.25(eva)2.72 G
-(luates to 0,).25 E F2(let)2.5 E F1(returns 1; 0 is returned otherwise.)
-2.5 E F2(local)108 657.6 Q F1([)2.5 E F0(option)A F1 2.5(][)C F0(name)
--2.5 E F1([=)A F0(value)A F1 2.5(].)C -3.332 1.666(.. | \255 ])-.834 H
--.15(Fo)144 669.6 S 2.542(re).15 G .042(ach ar)-2.542 F .042
-(gument, a local v)-.18 F .042(ariable named)-.25 F F0(name)2.902 E F1
-.042(is created, and assigned)2.722 F F0(value)2.832 E F1 5.042(.T).18 G
-(he)-5.042 E F0(option)2.542 E F1 .041(can be)2.541 F(an)144 681.6 Q
-3.152(yo)-.15 G 3.152(ft)-3.152 G .652(he options accepted by)-3.152 F
-F2(declar)3.152 E(e)-.18 E F1 5.652(.W)C(hen)-5.652 E F2(local)3.152 E
-F1 .653(is used within a function, it causes the v)3.152 F(ari-)-.25 E
-(able)144 693.6 Q F0(name)3.282 E F1 .422(to ha)3.102 F .722 -.15
-(ve a v)-.2 H .422
-(isible scope restricted to that function and its children.).15 F(If)
-5.421 E F0(name)2.921 E F1 .421(is \255, the set)2.921 F .509
-(of shell options is made local to the function in which)144 705.6 R F2
-(local)3.01 E F1 .51(is in)3.01 F -.2(vo)-.4 G -.1(ke).2 G .51
-(d: shell options changed us-).1 F 1.282(ing the)144 717.6 R F2(set)
-3.782 E F1 -.2(bu)3.782 G 1.281
-(iltin inside the function after the call to).2 F F2(local)3.781 E F1
-1.281(are restored to their original v)3.781 F(alues)-.25 E .277
-(when the function returns.)144 729.6 R .277(The restore is ef)5.277 F
-.278(fected as if a series of)-.25 F F2(set)2.778 E F1 .278
-(commands were e)2.778 F -.15(xe)-.15 G .278(cuted to).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(71)193.45 E 0 Cg EP
-%%Page: 72 72
+(wing meanings:)-.25 E F2<ad6c>144 672 Q F1
+(List process IDs in addition to the normal information.)180 672 Q F2
+<ad6e>144 684 Q F1 .194(Display information only about jobs that ha)180
+684 R .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 696 Q(GNU Bash 5.3)
+72 768 Q(2024 October 15)141.235 E(75)190.395 E 0 Cg EP
+%%Page: 76 76
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .69(restore the v)144 84 R .69
-(alues that were in place before the function.)-.25 F -.4(Wi)5.69 G .69
-(th no operands,).4 F/F2 10/Times-Bold@0 SF(local)3.19 E F1 .69
-(writes a list of)3.19 F .566(local v)144 96 R .566
-(ariables to the standard output.)-.25 F .566(It is an error to use)
-5.566 F F2(local)3.066 E F1 .566(when not within a function.)3.066 F
-(The)5.567 E .426(return status is 0 unless)144 108 R F2(local)2.926 E
-F1 .425(is used outside a function, an in)2.925 F -.25(va)-.4 G(lid).25
-E F0(name)3.285 E F1 .425(is supplied, or)3.105 F F0(name)2.925 E F1
-.425(is a)2.925 F(readonly v)144 120 Q(ariable.)-.25 E F2(logout)108
-136.8 Q F1(Exit a login shell.)144 136.8 Q F2(map\214le)108 153.6 Q F1
-([)2.5 E F2<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)
-2.5 E F1 2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2<ad73>
--2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>
--2.5 E F0(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E
-F1 2.5(][)C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E
-(ay)-.15 E F1(])A F2 -.18(re)108 165.6 S(adarray).18 E F1([)2.5 E F2
-<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)2.5 E F1 2.5
-(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2<ad73>-2.5 E F0
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad70>144 84 Q F1
+(List only the process ID of the job')180 84 Q 2.5(sp)-.55 G
+(rocess group leader)-2.5 E(.)-.55 E F2<ad72>144 96 Q F1
+(Display only running jobs.)180 96 Q F2<ad73>144 108 Q F1
+(Display only stopped jobs.)180 108 Q(If)144 124.8 Q F0(jobspec)5.19 E
+F1 .95(is supplied,)3.76 F F2(jobs)3.45 E F1 .95
+(restricts output to information about that job)3.45 F 5.95(.T)-.4 G .95
+(he return status is 0)-5.95 F(unless an in)144 136.8 Q -.25(va)-.4 G
+(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25 E F0
+(jobspec)4.24 E F1(is supplied.)2.81 E .395(If the)144 153.6 R F2<ad78>
+2.895 E F1 .394(option is supplied,)2.894 F F2(jobs)2.894 E F1 .394
+(replaces an)2.894 F(y)-.15 E F0(jobspec)4.634 E F1 .394(found in)3.204
+F F0(command)3.094 E F1(or)3.664 E F0(ar)3.224 E(gs)-.37 E F1 .394
+(with the corre-)3.164 F(sponding process group ID, and e)144 165.6 Q
+-.15(xe)-.15 G(cutes).15 E F0(command)2.7 E F1 2.5(,p).77 G(assing it)
+-2.5 E F0(ar)2.83 E(gs)-.37 E F1 2.5(,r).27 G(eturning its e)-2.5 E
+(xit status.)-.15 E F2(kill)108 182.4 Q F1([)2.5 E F2<ad73>A F0(sigspec)
+2.5 E F1(|)2.5 E F2<ad6e>2.5 E F0(signum)2.5 E F1(|)2.5 E F2<ad>2.5 E F0
+(sigspec)A F1(])A F0(id)2.5 E F1 2.5([.)2.5 G -3.332 1.666(.. ])-.834 H
+F2(kill \255l)108 194.4 Q F1(|)A F2<ad4c>A F1([)2.5 E F0(sigspec)A F1(|)
+2.5 E F0 -.2(ex)2.5 G(it_status).2 E F1(])A .661
+(Send the signal speci\214ed by)144 206.4 R F0(sigspec)3.501 E F1(or)
+3.471 E F0(signum)3.501 E F1 .661(to the processes named by each)3.481 F
+F0(id)3.171 E F1 5.662(.E).77 G(ach)-5.662 E F0(id)3.172 E F1(may)3.932
+E .295(be a job speci\214cation)144 218.4 R F0(jobspec)2.795 E F1 .294
+(or a process ID)2.795 F F0(pid)2.794 E F1(.)A F0(sigspec)5.634 E F1
+.294(is either a case-insensiti)3.104 F .594 -.15(ve s)-.25 H .294
+(ignal name).15 F .464(such as)144 230.4 R/F3 9/Times-Bold@0 SF(SIGKILL)
+2.964 E F1 .464(\(with or without the)2.714 F F3(SIG)2.964 E F1 .465
+(pre\214x\) or a signal number;)2.714 F F0(signum)3.305 E F1 .465
+(is a signal number)3.285 F(.)-.55 E(If)144 242.4 Q F0(sigspec)2.84 E F1
+(is not supplied, then)2.81 E F2(kill)2.5 E F1(sends)2.5 E F3(SIGTERM)
+2.5 E/F4 9/Times-Roman@0 SF(.)A F1(The)144 259.2 Q F2<ad6c>2.874 E F1
+.374(option lists the signal names.)2.874 F .374(If an)5.374 F 2.874(ya)
+-.15 G -.18(rg)-2.874 G .374(uments are supplied when).18 F F2<ad6c>
+2.874 E F1 .374(is gi)2.874 F -.15(ve)-.25 G(n,).15 E F2(kill)2.874 E F1
+.373(lists the)2.873 F .119
+(names of the signals corresponding to the ar)144 271.2 R .119
+(guments, and the return status is 0.)-.18 F(The)5.12 E F0 -.2(ex)2.62 G
+(it_status).2 E F1(ar)2.62 E(-)-.2 E .8(gument to)144 283.2 R F2<ad6c>
+3.3 E F1 .8(is a number specifying either a signal number or the e)3.3 F
+.799(xit status of a process termi-)-.15 F .381
+(nated by a signal; if it is supplied,)144 295.2 R F2(kill)2.881 E F1
+.381(prints the name of the signal that caused the process to ter)2.881
+F(-)-.2 E(minate.)144 307.2 Q F2(kill)6.091 E F1 1.091
+(assumes that process e)3.591 F 1.091
+(xit statuses are greater than 128; an)-.15 F 1.09
+(ything less than that is a)-.15 F(signal number)144 319.2 Q 5(.T)-.55 G
+(he)-5 E F2<ad4c>2.5 E F1(option is equi)2.5 E -.25(va)-.25 G(lent to)
+.25 E F2<ad6c>2.5 E F1(.)A F2(kill)144 336 Q F1 .277
+(returns true if at least one signal w)2.776 F .277
+(as successfully sent, or f)-.1 F .277(alse if an error occurs or an in)
+-.1 F -.25(va)-.4 G(lid).25 E(option is encountered.)144 348 Q F2(let)
+108 364.8 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666
+(...)2.5 G(])-1.666 E(Each)144 376.8 Q F0(ar)3.993 E(g)-.37 E F1 1.162
+(is e)3.882 F -.25(va)-.25 G 1.162(luated as an arithmetic e).25 F 1.162
+(xpression \(see)-.15 F F3 1.162(ARITHMETIC EV)3.662 F(ALU)-1.215 E
+-.855(AT)-.54 G(ION).855 E F1(abo)3.412 E -.15(ve)-.15 G 3.662(\). If)
+.15 F(the last)144 388.8 Q F0(ar)2.83 E(g)-.37 E F1 -.25(eva)2.72 G
+(luates to 0,).25 E F2(let)2.5 E F1(returns 1; otherwise)2.5 E F2(let)
+2.5 E F1(returns 0.)2.5 E F2(local)108 405.6 Q F1([)2.5 E F0(option)A F1
+2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C -3.332 1.666
+(.. | \255 ])-.834 H -.15(Fo)144 417.6 S 2.613(re).15 G .113(ach ar)
+-2.613 F .113(gument, create a local v)-.18 F .113(ariable named)-.25 F
+F0(name)2.973 E F1 .114(and assign it)2.794 F F0(value)2.904 E F1 5.114
+(.T).18 G(he)-5.114 E F0(option)2.614 E F1 .114(can be an)2.614 F(y)-.15
+E .91(of the options accepted by)144 429.6 R F2(declar)3.41 E(e)-.18 E
+F1 5.91(.W)C(hen)-5.91 E F2(local)3.409 E F1 .909
+(is used within a function, it causes the v)3.409 F(ariable)-.25 E F0
+(name)144.36 441.6 Q F1 .44(to ha)3.12 F .74 -.15(ve a v)-.2 H .44
+(isible scope restricted to that function and its children.).15 F .441
+(It is an error to use)5.441 F F2(local)2.941 E F1
+(when not within a function.)144 453.6 Q(If)144 470.4 Q F0(name)3.081 E
+F1 .581(is \255, it mak)3.081 F .58
+(es the set of shell options local to the function in which)-.1 F F2
+(local)3.08 E F1 .58(is in)3.08 F -.2(vo)-.4 G -.1(ke).2 G .58(d: an).1
+F(y)-.15 E .351(shell options changed using the)144 482.4 R F2(set)2.851
+E F1 -.2(bu)2.851 G .351(iltin inside the function after the call to).2
+F F2(local)2.851 E F1 .352(are restored to)2.852 F .325
+(their original v)144 494.4 R .324(alues when the function returns.)-.25
+F .324(The restore is performed as if a series of)5.324 F F2(set)2.824 E
+F1(com-)2.824 E(mands were e)144 506.4 Q -.15(xe)-.15 G
+(cuted to restore the v).15 E
+(alues that were in place before the function.)-.25 E -.4(Wi)144 523.2 S
+(th no operands,).4 E F2(local)2.5 E F1(writes a list of local v)2.5 E
+(ariables to the standard output.)-.25 E .341
+(The return status is 0 unless)144 540 R F2(local)2.841 E F1 .341
+(is used outside a function, an in)2.841 F -.25(va)-.4 G(lid).25 E F0
+(name)3.201 E F1 .341(is supplied, or)3.021 F F0(name)2.842 E F1
+(is a readonly v)144 552 Q(ariable.)-.25 E F2(logout [)108 568.8 Q F0(n)
+A F2(])A F1(Exit a login shell, returning a status of)144 580.8 Q F0(n)
+2.5 E F1(to the shell')2.5 E 2.5(sp)-.55 G(arent.)-2.5 E F2(map\214le)
+108 597.6 Q F1([)2.5 E F2<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5
+E F0(count)2.5 E F1 2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C
+F2<ad73>-2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2
+<ad75>-2.5 E F0(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)
+-.2 E F1 2.5(][)C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)
+-2.5 E(ay)-.15 E F1(])A F2 -.18(re)108 609.6 S(adarray).18 E F1([)2.5 E
+F2<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)2.5 E F1
+2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2<ad73>-2.5 E F0
 (count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0
 (fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][)
 C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E(ay)-.15 E F1
-(])A .158(Read lines from the standard input into the inde)144 177.6 R
--.15(xe)-.15 G 2.659(da).15 G .159(rray v)-2.659 F(ariable)-.25 E F0
-(arr)2.989 E(ay)-.15 E F1 2.659(,o).32 G 2.659(rf)-2.659 G .159
-(rom \214le descriptor)-2.659 F F0(fd)4.629 E F1 1.249(if the)144 189.6
-R F2<ad75>3.749 E F1 1.249(option is supplied.)3.749 F 1.249(The v)6.249
-F(ariable)-.25 E/F3 9/Times-Bold@0 SF(MAPFILE)3.749 E F1 1.249
-(is the def)3.499 F(ault)-.1 E F0(arr)3.748 E(ay)-.15 E F1 6.248(.O)C
-1.248(ptions, if supplied,)-6.248 F(ha)144 201.6 Q .3 -.15(ve t)-.2 H
-(he follo).15 E(wing meanings:)-.25 E F2<ad64>144 213.6 Q F1 .91
-(The \214rst character of)180 213.6 R F0(delim)3.41 E F1 .911
-(is used to terminate each input line, rather than ne)3.41 F 3.411
-(wline. If)-.25 F F0(delim)180 225.6 Q F1(is the empty string,)2.5 E F2
+(])A .329(Read lines from the standard input, or from \214le descriptor)
+144 621.6 R F0(fd)4.798 E F1 .328(if the)3.598 F F2<ad75>2.828 E F1 .328
+(option is supplied, into the)2.828 F(inde)144 633.6 Q -.15(xe)-.15 G
+3.489(da).15 G .989(rray v)-3.489 F(ariable)-.25 E F0(arr)3.819 E(ay)
+-.15 E F1 5.989(.T).32 G .989(he v)-5.989 F(ariable)-.25 E F3(MAPFILE)
+3.489 E F1 .989(is the def)3.239 F(ault)-.1 E F0(arr)3.49 E(ay)-.15 E F1
+5.99(.O)C .99(ptions, if supplied,)-5.99 F(ha)144 645.6 Q .3 -.15(ve t)
+-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad64>144 657.6 Q F1 .282
+(Use the \214rst character of)180 657.6 R F0(delim)2.782 E F1 .281
+(to terminate each input line, rather than ne)2.781 F 2.781(wline. If)
+-.25 F F0(delim)2.781 E F1(is the empty string,)180 669.6 Q F2
 (map\214le)2.5 E F1(will terminate a line when it reads a NUL character)
-2.5 E(.)-.55 E F2<ad6e>144 237.6 Q F1(Cop)180 237.6 Q 2.5(ya)-.1 G 2.5
+2.5 E(.)-.55 E F2<ad6e>144 681.6 Q F1(Cop)180 681.6 Q 2.5(ya)-.1 G 2.5
 (tm)-2.5 G(ost)-2.5 E F0(count)2.7 E F1 2.5(lines. If)3.18 F F0(count)
-2.5 E F1(is 0, all lines are copied.)2.5 E F2<ad4f>144 249.6 Q F1(Be)180
-249.6 Q(gin assigning to)-.15 E F0(arr)2.83 E(ay)-.15 E F1(at inde)2.82
-E(x)-.15 E F0(origin)2.73 E F1 5(.T).24 G(he def)-5 E(ault inde)-.1 E
-2.5(xi)-.15 G 2.5(s0)-2.5 G(.)-2.5 E F2<ad73>144 261.6 Q F1
-(Discard the \214rst)180 261.6 Q F0(count)2.5 E F1(lines read.)2.5 E F2
-<ad74>144 273.6 Q F1(Remo)180 273.6 Q .3 -.15(ve a t)-.15 H(railing).15
-E F0(delim)2.5 E F1(\(def)2.5 E(ault ne)-.1 E
-(wline\) from each line read.)-.25 E F2<ad75>144 285.6 Q F1
-(Read lines from \214le descriptor)180 285.6 Q F0(fd)2.5 E F1
-(instead of the standard input.)2.5 E F2<ad43>144 297.6 Q F1(Ev)180
-297.6 Q(aluate)-.25 E F0(callbac)2.7 E(k)-.2 E F1(each time)3.17 E F0
-(quantum)2.5 E F1(lines are read.)2.5 E(The)5 E F2<ad63>2.5 E F1
-(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2<ad63>144 309.6
-Q F1(Specify the number of lines read between each call to)180 309.6 Q
-F0(callbac)2.7 E(k)-.2 E F1(.).67 E(If)144 326.4 Q F2<ad43>2.968 E F1
-.467(is speci\214ed without)2.967 F F2<ad63>2.967 E F1 2.967(,t)C .467
+2.5 E F1(is 0, cop)2.5 E 2.5(ya)-.1 G(ll lines.)-2.5 E F2<ad4f>144 693.6
+Q F1(Be)180 693.6 Q(gin assigning to)-.15 E F0(arr)2.83 E(ay)-.15 E F1
+(at inde)2.82 E(x)-.15 E F0(origin)2.73 E F1 5(.T).24 G(he def)-5 E
+(ault inde)-.1 E 2.5(xi)-.15 G 2.5(s0)-2.5 G(.)-2.5 E F2<ad73>144 705.6
+Q F1(Discard the \214rst)180 705.6 Q F0(count)2.5 E F1(lines read.)2.5 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(76)190.395 E 0 Cg EP
+%%Page: 77 77
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad74>144 84 Q F1(Remo)180 84
+Q .3 -.15(ve a t)-.15 H(railing).15 E F0(delim)2.5 E F1(\(def)2.5 E
+(ault ne)-.1 E(wline\) from each line read.)-.25 E F2<ad75>144 96 Q F1
+(Read lines from \214le descriptor)180 96 Q F0(fd)2.5 E F1
+(instead of the standard input.)2.5 E F2<ad43>144 108 Q F1(Ev)180 108 Q
+(aluate)-.25 E F0(callbac)2.7 E(k)-.2 E F1(each time)3.17 E F0(quantum)
+2.5 E F1(lines are read.)2.5 E(The)5 E F2<ad63>2.5 E F1
+(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2<ad63>144 120 Q
+F1(Specify the number of lines read between each call to)180 120 Q F0
+(callbac)2.7 E(k)-.2 E F1(.).67 E(If)144 136.8 Q F2<ad43>2.967 E F1 .467
+(is speci\214ed without)2.967 F F2<ad63>2.967 E F1 2.967(,t)C .467
 (he def)-2.967 F .467(ault quantum is 5000.)-.1 F(When)5.467 E F0
 (callbac)2.967 E(k)-.2 E F1 .467(is e)2.967 F -.25(va)-.25 G .467
-(luated, it is sup-).25 F .261(plied the inde)144 338.4 R 2.761(xo)-.15
-G 2.761(ft)-2.761 G .261(he ne)-2.761 F .262(xt array element to be ass\
-igned and the line to be assigned to that element)-.15 F .275
-(as additional ar)144 350.4 R(guments.)-.18 E F0(callbac)5.275 E(k)-.2 E
-F1 .275(is e)2.775 F -.25(va)-.25 G .274
-(luated after the line is read b).25 F .274
-(ut before the array element is)-.2 F(assigned.)144 362.4 Q
-(If not supplied with an e)144 379.2 Q(xplicit origin,)-.15 E F2
+(luated, it is sup-).25 F .262(plied the inde)144 148.8 R 2.762(xo)-.15
+G 2.762(ft)-2.762 G .262(he ne)-2.762 F .261(xt array element to be ass\
+igned and the line to be assigned to that element)-.15 F .274
+(as additional ar)144 160.8 R(guments.)-.18 E F0(callbac)5.274 E(k)-.2 E
+F1 .274(is e)2.774 F -.25(va)-.25 G .274
+(luated after the line is read b).25 F .275
+(ut before the array element is)-.2 F(assigned.)144 172.8 Q
+(If not supplied with an e)144 189.6 Q(xplicit origin,)-.15 E F2
 (map\214le)2.5 E F1(will clear)2.5 E F0(arr)2.5 E(ay)-.15 E F1
-(before assigning to it.)2.5 E F2(map\214le)144 396 Q F1 .797
-(returns successfully unless an in)3.297 F -.25(va)-.4 G .797
-(lid option or option ar).25 F .797(gument is supplied,)-.18 F F0(arr)
-3.297 E(ay)-.15 E F1 .798(is in-)3.298 F -.25(va)144 408 S
-(lid or unassignable, or if).25 E F0(arr)2.5 E(ay)-.15 E F1
+(before assigning to it.)2.5 E F2(map\214le)144 206.4 Q F1 1.066
+(returns zero unless an in)3.566 F -.25(va)-.4 G 1.065
+(lid option or option ar).25 F 1.065(gument is supplied,)-.18 F F0(arr)
+3.565 E(ay)-.15 E F1 1.065(is in)3.565 F -.25(va)-.4 G 1.065(lid or).25
+F(unassignable, or if)144 218.4 Q F0(arr)2.5 E(ay)-.15 E F1
 (is not an inde)2.5 E -.15(xe)-.15 G 2.5(da).15 G(rray)-2.5 E(.)-.65 E
-F2(popd)108 424.8 Q F1<5bad>2.5 E F2(n)A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A(Remo)144 436.8 Q -.15(ve)-.15 G 3.092
-(se).15 G .592(ntries from the directory stack.)-3.092 F .591
-(The elements are numbered from 0 starting at the \214rst)5.591 F .664
-(directory listed by)144 448.8 R F2(dirs)3.164 E F1 5.664(.W)C .664
-(ith no ar)-6.064 F(guments,)-.18 E F2(popd)3.165 E F1(remo)3.165 E -.15
-(ve)-.15 G 3.165(st).15 G .665(he top directory from the stack, and)
--3.165 F(changes to the ne)144 460.8 Q 2.5(wt)-.25 G(op directory)-2.5 E
-5(.A)-.65 G -.18(rg)-5 G(uments, if supplied, ha).18 E .3 -.15(ve t)-.2
-H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144 472.8 Q F1 .551
-(Suppresses the normal change of directory when remo)180 472.8 R .551
-(ving directories from the stack, so)-.15 F
-(that only the stack is manipulated.)180 484.8 Q F2(+)144 496.8 Q F0(n)A
-F1(Remo)180 496.8 Q -.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F0(n)2.64 E
-F1 .14(th entry counting from the left of the list sho)B .14(wn by)-.25
-F F2(dirs)2.64 E F1 2.64(,s)C .14(tarting with zero,)-2.64 F .777
-(from the stack.)180 508.8 R -.15(Fo)5.777 G 3.277(re).15 G .777
+F2(popd)108 235.2 Q F1<5bad>2.5 E F2(n)A F1 2.5(][)C(+)-2.5 E F0(n)A F1
+2.5(][)C<ad>-2.5 E F0(n)A F1(])A(Remo)144 247.2 Q 1.15 -.15(ve e)-.15 H
+.85(ntries from the directory stack.).15 F .851
+(The elements are numbered from 0 starting at the \214rst)5.851 F .848
+(directory listed by)144 259.2 R F2(dirs)3.348 E F1 3.348(,s)C(o)-3.348
+E F2(popd)3.348 E F1 .848(is equi)3.348 F -.25(va)-.25 G .848
+(lent to \231popd +0.).25 F 5.848<9a57>-.7 G .848(ith no ar)-6.248 F
+(guments,)-.18 E F2(popd)3.348 E F1(remo)3.348 E -.15(ve)-.15 G(s).15 E
+1.142(the top directory from the stack, and changes to the ne)144 271.2
+R 3.643(wt)-.25 G 1.143(op directory)-3.643 F 6.143(.A)-.65 G -.18(rg)
+-6.143 G 1.143(uments, if supplied,).18 F(ha)144 283.2 Q .3 -.15(ve t)
+-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144 295.2 Q F1 .504
+(Suppress the normal change of directory when remo)180 295.2 R .504
+(ving directories from the stack, only)-.15 F(manipulate the stack.)180
+307.2 Q F2(+)144 319.2 Q F0(n)A F1(Remo)180 319.2 Q .683 -.15(ve t)-.15
+H(he).15 E F0(n)2.883 E F1 .383
+(th entry counting from the left of the list sho)B .383(wn by)-.25 F F2
+(dirs)2.883 E F1 2.883(,s)C .384(tarting with zero,)-2.883 F .777
+(from the stack.)180 331.2 R -.15(Fo)5.777 G 3.277(re).15 G .777
 (xample: \231popd +0\232 remo)-3.427 F -.15(ve)-.15 G 3.276(st).15 G
 .776(he \214rst directory)-3.276 F 3.276<2c99>-.65 G .776
-(popd +1\232 the sec-)-3.276 F(ond.)180 520.8 Q F2<ad>144 532.8 Q F0(n)A
-F1(Remo)180 532.8 Q -.15(ve)-.15 G 3.759(st).15 G(he)-3.759 E F0(n)3.759
-E F1 1.259(th entry counting from the right of the list sho)B 1.26
-(wn by)-.25 F F2(dirs)3.76 E F1 3.76(,s)C 1.26(tarting with)-3.76 F 2.5
-(zero. F)180 544.8 R(or e)-.15 E(xample: \231popd \2550\232 remo)-.15 E
--.15(ve)-.15 G 2.5(st).15 G(he last directory)-2.5 E 2.5<2c99>-.65 G
+(popd +1\232 the sec-)-3.276 F(ond.)180 343.2 Q F2<ad>144 355.2 Q F0(n)A
+F1(Remo)180 355.2 Q .335 -.15(ve t)-.15 H(he).15 E F0(n)2.535 E F1 .036
+(th entry counting from the right of the list sho)B .036(wn by)-.25 F F2
+(dirs)2.536 E F1 2.536(,s)C .036(tarting with zero.)-2.536 F -.15(Fo)180
+367.2 S 2.5(re).15 G(xample: \231popd \2550\232 remo)-2.65 E -.15(ve)
+-.15 G 2.5(st).15 G(he last directory)-2.5 E 2.5<2c99>-.65 G
 (popd \2551\232 the ne)-2.5 E(xt to last.)-.15 E 1.058
 (If the top element of the directory stack is modi\214ed, and the)144
-561.6 R F0<ad6e>3.557 E F1 1.057(option w)3.557 F 1.057
-(as not supplied,)-.1 F F2(popd)3.557 E F1 .249(uses the)144 573.6 R F2
-(cd)2.749 E F1 -.2(bu)2.749 G .249
+384 R F0<ad6e>3.557 E F1 1.057(option w)3.557 F 1.057(as not supplied,)
+-.1 F F2(popd)3.557 E F1 .249(uses the)144 396 R F2(cd)2.749 E F1 -.2
+(bu)2.749 G .249
 (iltin to change to the directory at the top of the stack.).2 F .249
 (If the)5.249 F F2(cd)2.749 E F1 -.1(fa)2.749 G(ils,).1 E F2(popd)2.749
-E F1 .25(returns a)2.749 F(non-zero v)144 585.6 Q(alue.)-.25 E
-(Otherwise,)144 602.4 Q F2(popd)2.671 E F1 .171(returns f)2.671 F .171
-(alse if an in)-.1 F -.25(va)-.4 G .171
-(lid option is encountered, the directory stack is empty).25 F 2.67(,o)
--.65 G 2.67(ra)-2.67 G(non-e)144 614.4 Q
-(xistent directory stack entry is speci\214ed.)-.15 E 1.555(If the)144
-631.2 R F2(popd)4.055 E F1 1.555(command is successful, bash runs)4.055
-F F2(dirs)4.056 E F1 1.556(to sho)4.056 F 4.056(wt)-.25 G 1.556
-(he \214nal contents of the directory)-4.056 F
-(stack, and the return status is 0.)144 643.2 Q F2(printf)108 660 Q F1
+E F1 .25(returns a)2.749 F(non-zero v)144 408 Q(alue.)-.25 E(Otherwise,)
+144 424.8 Q F2(popd)3.572 E F1 1.072(returns f)3.572 F 1.072
+(alse if an in)-.1 F -.25(va)-.4 G 1.072
+(lid option is supplied, the directory stack is empty).25 F 3.571(,o)
+-.65 G(r)-3.571 E F0(n)3.571 E F1(speci\214es a non-e)144 436.8 Q
+(xistent directory stack entry)-.15 E(.)-.65 E 1.45(If the)144 453.6 R
+F2(popd)3.95 E F1 1.45(command is successful,)3.95 F F2(bash)3.95 E F1
+(runs)3.951 E F2(dirs)3.951 E F1 1.451(to sho)3.951 F 3.951(wt)-.25 G
+1.451(he \214nal contents of the directory)-3.951 F
+(stack, and the return status is 0.)144 465.6 Q F2(printf)108 482.4 Q F1
 ([)2.5 E F2<ad76>A F0(var)2.5 E F1(])A F0(format)2.5 E F1([)2.5 E F0(ar)
-A(guments)-.37 E F1(])A .358(Write the formatted)144 672 R F0(ar)2.858 E
-(guments)-.37 E F1 .358(to the standard output under the control of the)
-2.858 F F0(format)2.857 E F1 5.357(.T)C(he)-5.357 E F2<ad76>2.857 E F1
-(op-)2.857 E .714(tion causes the output to be assigned to the v)144 684
-R(ariable)-.25 E F0(var)3.214 E F1 .714
-(rather than being printed to the standard)3.214 F(output.)144 696 Q
-(The)144 712.8 Q F0(format)3.018 E F1 .517(is a character string which \
-contains three types of objects: plain characters, which are)3.018 F
-.704(simply copied to standard output, character escape sequences, whic\
-h are con)144 724.8 R -.15(ve)-.4 G .704(rted and copied to).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(72)193.45 E 0 Cg EP
-%%Page: 73 73
+A(guments)-.37 E F1(])A .358(Write the formatted)144 494.4 R F0(ar)2.858
+E(guments)-.37 E F1 .358
+(to the standard output under the control of the)2.858 F F0(format)2.857
+E F1 5.357(.T)C(he)-5.357 E F2<ad76>2.857 E F1(op-)2.857 E
+(tion assigns the output to the v)144 506.4 Q(ariable)-.25 E F0(var)2.5
+E F1(rather than printing it to the standard output.)2.5 E(The)144 523.2
+Q F0(format)3.017 E F1 .517(is a character string which contains three \
+types of objects: plain characters, which are)3.017 F .704(simply copie\
+d to standard output, character escape sequences, which are con)144
+535.2 R -.15(ve)-.4 G .703(rted and copied to).15 F .036(the standard o\
+utput, and format speci\214cations, each of which causes printing of th\
+e ne)144 547.2 R .037(xt successi)-.15 F -.15(ve)-.25 G F0(ar)144 559.2
+Q(gument)-.37 E F1 7.825(.I)C 5.325(na)-7.825 G 2.825
+(ddition to the standard)-5.325 F F0(printf)6.574 E F1 2.824
+(\(3\) format characters)1.96 F F2(cCsSndiouxXeEfFgGaA)5.324 E F1(,)A F2
+(printf)144 571.2 Q F1(interprets the follo)2.5 E
+(wing additional format speci\214ers:)-.25 E F2(%b)144 583.2 Q F1
+(causes)180 583.2 Q F2(printf)2.595 E F1 .096(to e)2.595 F .096
+(xpand backslash escape sequences in the corresponding)-.15 F F0(ar)
+2.596 E(gument)-.37 E F1 .096(in the)2.596 F(same w)180 595.2 Q(ay as)
+-.1 E F2(echo \255e)2.5 E F1(.)A F2(%q)144 607.2 Q F1(causes)180 607.2 Q
+F2(printf)2.51 E F1 .01(to output the corresponding)2.51 F F0(ar)2.51 E
+(gument)-.37 E F1 .01(in a format that can be reused as shell)2.51 F
+(input.)180 619.2 Q F2(%q)5.543 E F1(and)3.043 E F2(%Q)3.043 E F1 .544
+(use the)3.043 F F2<240808>3.044 E F1 .544(quoting style if an)3.044 F
+3.044(yc)-.15 G .544(haracters in the ar)-3.044 F .544
+(gument string re-)-.18 F 1.286
+(quire it, and backslash quoting otherwise.)180 631.2 R 1.285
+(If the format string uses the)6.285 F F0(printf)3.785 E F1(alternate)
+3.785 E(form, these tw)180 643.2 Q 2.5(of)-.1 G(ormats quote the ar)-2.5
+E(gument string using single quotes.)-.18 E F2(%Q)144 655.2 Q F1(lik)180
+655.2 Q(e)-.1 E F2(%q)2.5 E F1 2.5(,b)C(ut applies an)-2.7 E 2.5(ys)-.15
+G(upplied precision to the)-2.5 E F0(ar)2.5 E(gument)-.37 E F1
+(before quoting it.)2.5 E F2(%\()144 667.2 Q F0(datefmt)A F2(\)T)A F1
+(causes)180 679.2 Q F2(printf)4.403 E F1 1.904
+(to output the date-time string resulting from using)4.403 F F0(datefmt)
+4.404 E F1 1.904(as a format)4.404 F .334(string for)180 691.2 R F0
+(strftime)3.174 E F1 2.834(\(3\). The).18 F(corresponding)2.834 E F0(ar)
+2.834 E(gument)-.37 E F1 .334(is an inte)2.834 F .333
+(ger representing the number)-.15 F .976(of seconds since the epoch.)180
+703.2 R .977(This format speci\214er recognizes tw)5.977 F 3.477(os)-.1
+G .977(pecial ar)-3.477 F .977(gument v)-.18 F(al-)-.25 E .602(ues: \
+\2551 represents the current time, and \2552 represents the time the sh\
+ell w)180 715.2 R .602(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.102(d. If)
+.1 F 1.88(no ar)180 727.2 R 1.88(gument is speci\214ed, con)-.18 F -.15
+(ve)-.4 G 1.88(rsion beha).15 F -.15(ve)-.2 G 4.38(sa).15 G 4.38(si)
+-4.38 G 4.38<66ad>-4.38 G 4.38(1h)-4.38 G 1.88(ad been supplied.)-4.38 F
+1.88(This is an)6.88 F(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E
+(77)190.395 E 0 Cg EP
+%%Page: 78 78
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .036(the standard output, and format speci\214cati\
-ons, each of which causes printing of the ne)144 84 R .036(xt successi)
--.15 F -.15(ve)-.25 G F0(ar)144 96 Q(gument)-.37 E F1 6.07(.I)C 3.57(na)
--6.07 G 1.07(ddition to the standard)-3.57 F F0(printf)4.82 E F1 1.07
-(\(3\) format characters)1.96 F/F2 10/Times-Bold@0 SF(csndiouxXeEfFgGaA)
-3.57 E F1(,)A F2(printf)3.57 E F1(interprets the follo)144 108 Q
-(wing additional format speci\214ers:)-.25 E F2(%b)144 120 Q F1(causes)
-180 120 Q F2(printf)2.596 E F1 .096(to e)2.596 F .096
-(xpand backslash escape sequences in the corresponding)-.15 F F0(ar)
-2.596 E(gument)-.37 E F1 .095(in the)2.595 F(same w)180 132 Q(ay as)-.1
-E F2(echo \255e)2.5 E F1(.)A F2(%q)144 144 Q F1(causes)180 144 Q F2
-(printf)2.51 E F1 .01(to output the corresponding)2.51 F F0(ar)2.51 E
-(gument)-.37 E F1 .01(in a format that can be reused as shell)2.51 F
-(input.)180 156 Q F2(%q)5.544 E F1(and)3.044 E F2(%Q)3.044 E F1 .544
-(use the)3.044 F F2<240808>3.044 E F1 .544(quoting style if an)3.044 F
-3.044(yc)-.15 G .543(haracters in the ar)-3.044 F .543
-(gument string re-)-.18 F 1.285
-(quire it, and backslash quoting otherwise.)180 168 R 1.286
-(If the format string uses the)6.285 F F0(printf)3.786 E F1(alternate)
-3.786 E(form, these tw)180 180 Q 2.5(of)-.1 G(ormats quote the ar)-2.5 E
-(gument string using single quotes.)-.18 E F2(%Q)144 192 Q F1(lik)180
-192 Q(e)-.1 E F2(%q)2.5 E F1 2.5(,b)C(ut applies an)-2.7 E 2.5(ys)-.15 G
-(upplied precision to the)-2.5 E F0(ar)2.5 E(gument)-.37 E F1
-(before quoting it.)2.5 E F2(%\()144 204 Q F0(datefmt)A F2(\)T)A F1
-(causes)180 216 Q F2(printf)4.404 E F1 1.904
-(to output the date-time string resulting from using)4.404 F F0(datefmt)
-4.404 E F1 1.903(as a format)4.404 F .333(string for)180 228 R F0
-(strftime)3.173 E F1 2.833(\(3\). The).18 F(corresponding)2.833 E F0(ar)
-2.834 E(gument)-.37 E F1 .334(is an inte)2.834 F .334
-(ger representing the number)-.15 F .293(of seconds since the epoch.)180
-240 R -1 -.8(Tw o)5.293 H .293(special ar)3.593 F .293(gument v)-.18 F
-.293(alues may be used: \2551 represents the)-.25 F .693
-(current time, and \2552 represents the time the shell w)180 252 R .693
-(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.194(d. If).1 F .694(no ar)3.194
-F .694(gument is speci-)-.18 F .21(\214ed, con)180 264 R -.15(ve)-.4 G
-.21(rsion beha).15 F -.15(ve)-.2 G 2.71(sa).15 G 2.71(si)-2.71 G 2.71
-<66ad>-2.71 G 2.71(1h)-2.71 G .21(ad been gi)-2.71 F -.15(ve)-.25 G 2.71
-(n. This).15 F .21(is an e)2.71 F .21(xception to the usual)-.15 F F2
-(printf)2.71 E F1(beha)180 276 Q(vior)-.2 E(.)-.55 E .946(The %b, %q, a\
-nd %T format speci\214ers all use the \214eld width and precision ar)144
-292.8 R .946(guments from the)-.18 F .339
-(format speci\214cation and write that man)144 304.8 R 2.838(yb)-.15 G
-.338(ytes from \(or use that wide a \214eld for\) the e)-2.838 F .338
+.25 E F1(\(1\)).95 E -.15(ex)180 84 S(ception to the usual).15 E/F2 10
+/Times-Bold@0 SF(printf)2.5 E F1(beha)2.5 E(vior)-.2 E(.)-.55 E .946(Th\
+e %b, %q, and %T format speci\214ers all use the \214eld width and prec\
+ision ar)144 100.8 R .945(guments from the)-.18 F .338
+(format speci\214cation and write that man)144 112.8 R 2.838(yb)-.15 G
+.338(ytes from \(or use that wide a \214eld for\) the e)-2.838 F .339
 (xpanded ar)-.15 F(-)-.2 E
 (gument, which usually contains more characters than the original.)144
-316.8 Q(The %n format speci\214er accepts a corresponding ar)144 333.6 Q
-(gument that is treated as a shell v)-.18 E(ariable name.)-.25 E .393
+124.8 Q(The %n format speci\214er accepts a corresponding ar)144 141.6 Q
+(gument that is treated as a shell v)-.18 E(ariable name.)-.25 E .394
 (The %s and %c format speci\214ers accept an l \(long\) modi\214er)144
-350.4 R 2.894(,w)-.4 G .394(hich forces them to con)-2.894 F -.15(ve)-.4
-G .394(rt the ar).15 F(-)-.2 E .321
-(gument string to a wide-character string and apply an)144 362.4 R 2.821
-(ys)-.15 G .32(upplied \214eld width and precision in terms)-2.821 F
-(of characters, not bytes.)144 374.4 Q(Ar)144 391.2 Q .463(guments to n\
-on-string format speci\214ers are treated as C constants, e)-.18 F .464
-(xcept that a leading plus or)-.15 F 1.259(minus sign is allo)144 403.2
-R 1.259
+158.4 R 2.893(,w)-.4 G .393(hich forces them to con)-2.893 F -.15(ve)-.4
+G .393(rt the ar).15 F(-)-.2 E .32
+(gument string to a wide-character string and apply an)144 170.4 R 2.821
+(ys)-.15 G .321(upplied \214eld width and precision in terms)-2.821 F
+.309(of characters, not bytes.)144 182.4 R .308
+(The %S and %C format speci\214ers are equi)5.308 F -.25(va)-.25 G .308
+(lent to %ls and %lc, respec-).25 F(ti)144 194.4 Q -.15(ve)-.25 G(ly).15
+E(.)-.65 E(Ar)144 211.2 Q .463(guments to non-string format speci\214er\
+s are treated as C constants, e)-.18 F .464
+(xcept that a leading plus or)-.15 F .36(minus sign is allo)144 223.2 R
+.359
 (wed, and if the leading character is a single or double quote, the v)
--.25 F 1.258(alue is the)-.25 F(ASCII v)144 415.2 Q(alue of the follo)
--.25 E(wing character)-.25 E(.)-.55 E(The)144 432 Q F0(format)2.514 E F1
-.015(is reused as necessary to consume all of the)2.514 F F0(ar)2.515 E
+-.25 F .359(alue is the nu-)-.25 F(meric v)144 235.2 Q
+(alue of the follo)-.25 E(wing character)-.25 E 2.5(,u)-.4 G
+(sing the current locale.)-2.5 E(The)144 252 Q F0(format)2.514 E F1 .015
+(is reused as necessary to consume all of the)2.514 F F0(ar)2.515 E
 (guments)-.37 E F1 5.015(.I)C 2.515(ft)-5.015 G(he)-2.515 E F0(format)
 2.515 E F1 .015(requires more)2.515 F F0(ar)2.515 E(-)-.2 E(guments)144
-444 Q F1 .566(than are supplied, the e)3.066 F .566
+264 Q F1 .566(than are supplied, the e)3.066 F .566
 (xtra format speci\214cations beha)-.15 F .866 -.15(ve a)-.2 H 3.066(si)
 .15 G 3.065(faz)-3.066 G .565(ero v)-3.065 F .565(alue or null string,)
--.25 F .541(as appropriate, had been supplied.)144 456 R .541
+-.25 F .541(as appropriate, had been supplied.)144 276 R .541
 (The return v)5.541 F .541(alue is zero on success, non-zero if an in)
 -.25 F -.25(va)-.4 G .542(lid op-).25 F
-(tion is supplied or a write or assignment error occurs.)144 468 Q F2
-(pushd)108 484.8 Q F1([)2.5 E F2<ad6e>A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A F2(pushd)108 496.8 Q F1([)2.5 E F2
-<ad6e>A F1 2.5(][)C F0(dir)-2.5 E F1(])A .64(Adds a directory to the to\
-p of the directory stack, or rotates the stack, making the ne)144 508.8
-R 3.139(wt)-.25 G .639(op of the)-3.139 F .088(stack the current w)144
-520.8 R .088(orking directory)-.1 F 5.088(.W)-.65 G .088(ith no ar)
+(tion is supplied or a write or assignment error occurs.)144 288 Q F2
+(pushd)108 304.8 Q F1([)2.5 E F2<ad6e>A F1 2.5(][)C(+)-2.5 E F0(n)A F1
+2.5(][)C<ad>-2.5 E F0(n)A F1(])A F2(pushd)108 316.8 Q F1([)2.5 E F2
+<ad6e>A F1 2.5(][)C F0(dir)-2.5 E F1(])A 1.049(Add a directory to the t\
+op of the directory stack, or rotate the stack, making the ne)144 328.8
+R 3.549(wt)-.25 G 1.049(op of the)-3.549 F .088(stack the current w)144
+340.8 R .088(orking directory)-.1 F 5.088(.W)-.65 G .088(ith no ar)
 -5.488 F(guments,)-.18 E F2(pushd)2.589 E F1 -.15(ex)2.589 G .089
 (changes the top tw).15 F 2.589(oe)-.1 G .089(lements of)-2.589 F
-(the directory stack.)144 532.8 Q(Ar)5 E(guments, if supplied, ha)-.18 E
+(the directory stack.)144 352.8 Q(Ar)5 E(guments, if supplied, ha)-.18 E
 .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144
-544.8 Q F1 1.811(Suppresses the normal change of directory when rotatin\
-g or adding directories to the)180 544.8 R
-(stack, so that only the stack is manipulated.)180 556.8 Q F2(+)144
-568.8 Q F0(n)A F1 1.267(Rotates the stack so that the)180 568.8 R F0(n)
-3.767 E F1 1.268(th directory \(counting from the left of the list sho)B
-1.268(wn by)-.25 F F2(dirs)180 580.8 Q F1 2.5(,s)C
-(tarting with zero\) is at the top.)-2.5 E F2<ad>144 592.8 Q F0(n)A F1
-.92(Rotates the stack so that the)180 592.8 R F0(n)3.42 E F1 .92
+364.8 Q F1 .347(Suppress the normal change of directory when rotating o\
+r adding directories to the stack,)180 364.8 R
+(only manipulate the stack.)180 376.8 Q F2(+)144 388.8 Q F0(n)A F1 .147
+(Rotate the stack so that the)180 388.8 R F0(n)2.647 E F1 .147
+(th directory \(counting from the left of the list sho)B .147(wn by)-.25
+F F2(dirs)2.648 E F1(,)A(starting with zero\) is at the top.)180 400.8 Q
+F2<ad>144 412.8 Q F0(n)A F1 .92(Rotates the stack so that the)180 412.8
+R F0(n)3.42 E F1 .92
 (th directory \(counting from the right of the list sho)B .92(wn by)-.25
-F F2(dirs)180 604.8 Q F1 2.5(,s)C(tarting with zero\) is at the top.)
--2.5 E F0(dir)144.35 616.8 Q F1(Adds)180 616.8 Q F0(dir)2.85 E F1
-(to the directory stack at the top)3.23 E .434
-(After the stack has been modi\214ed, if the)144 633.6 R F2<ad6e>2.934 E
+F F2(dirs)180 424.8 Q F1 2.5(,s)C(tarting with zero\) is at the top.)
+-2.5 E F0(dir)144.35 436.8 Q F1(Adds)180 436.8 Q F0(dir)2.85 E F1
+(to the directory stack at the top.)3.23 E .434
+(After the stack has been modi\214ed, if the)144 453.6 R F2<ad6e>2.934 E
 F1 .434(option w)2.934 F .435(as not supplied,)-.1 F F2(pushd)2.935 E F1
 .435(uses the)2.935 F F2(cd)2.935 E F1 -.2(bu)2.935 G .435(iltin to).2 F
-(change to the directory at the top of the stack.)144 645.6 Q(If the)5 E
+(change to the directory at the top of the stack.)144 465.6 Q(If the)5 E
 F2(cd)2.5 E F1 -.1(fa)2.5 G(ils,).1 E F2(pushd)2.5 E F1
-(returns a non-zero v)2.5 E(alue.)-.25 E 1.78(Otherwise, if no ar)144
-662.4 R 1.78(guments are supplied,)-.18 F F2(pushd)4.28 E F1 1.78
-(returns 0 unless the directory stack is empty)4.28 F(.)-.65 E .092
-(When rotating the directory stack,)144 674.4 R F2(pushd)2.592 E F1 .093
-(returns 0 unless the directory stack is empty or a non-e)2.592 F(x-)
--.15 E(istent directory stack element is speci\214ed.)144 686.4 Q 1.278
-(If the)144 703.2 R F2(pushd)3.778 E F1 1.278
-(command is successful, bash runs)3.778 F F2(dirs)3.778 E F1 1.277
-(to sho)3.777 F 3.777(wt)-.25 G 1.277
-(he \214nal contents of the directory)-3.777 F(stack.)144 715.2 Q
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(73)193.45 E 0 Cg EP
-%%Page: 74 74
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(pwd)108 84 Q F1([)2.5 E F2
-(\255LP)A F1(])A .844(Print the absolute pathname of the current w)144
-96 R .845(orking directory)-.1 F 5.845(.T)-.65 G .845
+(returns a non-zero v)2.5 E(alue.)-.25 E .908(Otherwise, if no ar)144
+482.4 R .908(guments are supplied,)-.18 F F2(pushd)3.408 E F1 .908
+(returns zero unless the directory stack is empty)3.408 F(.)-.65 E 1.477
+(When rotating the directory stack,)144 494.4 R F2(pushd)3.977 E F1
+1.477(returns zero unless the directory stack is empty or)3.977 F F0(n)
+3.978 E F1(speci\214es a non-e)144 506.4 Q
+(xistent directory stack element.)-.15 E 1.173(If the)144 523.2 R F2
+(pushd)3.673 E F1 1.173(command is successful,)3.673 F F2(bash)3.673 E
+F1(runs)3.673 E F2(dirs)3.673 E F1 1.172(to sho)3.672 F 3.672(wt)-.25 G
+1.172(he \214nal contents of the directory)-3.672 F(stack.)144 535.2 Q
+F2(pwd)108 552 Q F1([)2.5 E F2(\255LP)A F1(])A .844
+(Print the absolute pathname of the current w)144 564 R .845
+(orking directory)-.1 F 5.845(.T)-.65 G .845
 (he pathname printed contains no)-5.845 F .182(symbolic links if the)144
-108 R F2<ad50>2.681 E F1 .181(option is supplied or the)2.681 F F2 .181
+576 R F2<ad50>2.681 E F1 .181(option is supplied or the)2.681 F F2 .181
 (\255o ph)2.681 F(ysical)-.15 E F1 .181(option to the)2.681 F F2(set)
 2.681 E F1 -.2(bu)2.681 G .181(iltin command is).2 F 3.263(enabled. If)
-144 120 R(the)3.263 E F2<ad4c>3.263 E F1 .763
+144 588 R(the)3.263 E F2<ad4c>3.263 E F1 .763
 (option is used, the pathname printed may contain symbolic links.)3.263
 F .764(The return)5.764 F .405(status is 0 unless an error occurs while\
- reading the name of the current directory or an in)144 132 R -.25(va)
--.4 G .405(lid op-).25 F(tion is supplied.)144 144 Q F2 -.18(re)108
-160.8 S(ad).18 E F1([)2.5 E F2(\255Eers)A F1 2.5(][)C F2<ad61>-2.5 E F0
+ reading the name of the current directory or an in)144 600 R -.25(va)
+-.4 G .405(lid op-).25 F(tion is supplied.)144 612 Q F2 -.18(re)108
+628.8 S(ad).18 E F1([)2.5 E F2(\255Eers)A F1 2.5(][)C F2<ad61>-2.5 E F0
 (aname)2.5 E F1 2.5(][)C F2<ad64>-2.5 E F0(delim)2.5 E F1 2.5(][)C F2
 <ad69>-2.5 E F0(te)2.5 E(xt)-.2 E F1 2.5(][)C F2<ad6e>-2.5 E F0(nc)2.5 E
 (har)-.15 E(s)-.1 E F1 2.5(][)C F2<ad4e>-2.5 E F0(nc)2.5 E(har)-.15 E(s)
 -.1 E F1 2.5(][)C F2<ad70>-2.5 E F0(pr)2.5 E(ompt)-.45 E F1 2.5(][)C F2
 <ad74>-2.5 E F0(timeout)2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(fd)2.5 E F1
-(])A([)108 172.8 Q F0(name)A F1 1.666(...)2.5 G(])-1.666 E .516(One lin\
-e is read from the standard input, or from the \214le descriptor)144
-184.8 R F0(fd)3.016 E F1 .516(supplied as an ar)3.016 F .517(gument to)
--.18 F(the)144 196.8 Q F2<ad75>2.936 E F1 .436(option, split into w)
-2.936 F .435(ords as described abo)-.1 F .735 -.15(ve u)-.15 H(nder).15
-E F2 -.75(Wo)2.935 G .435(rd Splitting).75 F F1 2.935(,a)C .435
-(nd the \214rst w)-2.935 F .435(ord is as-)-.1 F .375
-(signed to the \214rst)144 208.8 R F0(name)3.235 E F1 2.876(,t).18 G
-.376(he second w)-2.876 F .376(ord to the second)-.1 F F0(name)3.236 E
-F1 2.876(,a).18 G .376(nd so on.)-2.876 F .376(If there are more w)5.376
-F(ords)-.1 E .237(than names, the remaining w)144 220.8 R .237
-(ords and their interv)-.1 F .237
-(ening delimiters are assigned to the last)-.15 F F0(name)3.096 E F1
-5.236(.I).18 G(f)-5.236 E .874(there are fe)144 232.8 R .874(wer w)-.25
-F .875(ords read from the input stream than names, the remaining names \
-are assigned)-.1 F .518(empty v)144 244.8 R 3.018(alues. The)-.25 F .518
-(characters in)3.018 F/F3 9/Times-Bold@0 SF(IFS)3.018 E F1 .518
-(are used to split the line into w)2.768 F .517
-(ords using the same rules the)-.1 F .026(shell uses for e)144 256.8 R
-.026(xpansion \(described abo)-.15 F .326 -.15(ve u)-.15 H(nder).15 E F2
--.75(Wo)2.526 G .026(rd Splitting).75 F F1 2.526(\). The)B .026
-(backslash character \()2.526 F F2(\\)A F1 2.527(\)m)C(ay)-2.527 E .489
-(be used to remo)144 268.8 R .788 -.15(ve a)-.15 H .788 -.15(ny s).15 H
-.488(pecial meaning for the ne).15 F .488
-(xt character read and for line continuation.)-.15 F(Op-)5.488 E
-(tions, if supplied, ha)144 280.8 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 292.8 Q F0(aname)2.5 E F1 1.025
-(The w)180 304.8 R 1.026
+(])A([)108 640.8 Q F0(name)A F1 1.666(...)2.5 G(])-1.666 E .145
+(Read one line from the standard input, or from the \214le descriptor)
+144 652.8 R F0(fd)2.646 E F1 .146(supplied as an ar)2.646 F .146
+(gument to the)-.18 F F2<ad75>144 664.8 Q F1 .618
+(option, split it into w)3.119 F .618(ords as described abo)-.1 F .918
+-.15(ve u)-.15 H(nder).15 E F2 -.75(Wo)3.118 G .618(rd Splitting).75 F
+F1 3.118(,a)C .618(nd assign the \214rst w)-3.118 F(ord)-.1 E .843
+(to the \214rst)144 676.8 R F0(name)3.703 E F1 3.343(,t).18 G .843
+(he second w)-3.343 F .844(ord to the second)-.1 F F0(name)3.704 E F1
+3.344(,a).18 G .844(nd so on.)-3.344 F .844(If there are more w)5.844 F
+.844(ords than)-.1 F .052(names, the remaining w)144 688.8 R .052
+(ords and their interv)-.1 F .052
+(ening delimiters are assigned to the last)-.15 F F0(name)2.912 E F1
+5.052(.I).18 G 2.552(ft)-5.052 G(here)-2.552 E .54(are fe)144 700.8 R
+.54(wer w)-.25 F .541(ords read from the input stream than names, the r\
+emaining names are assigned empty)-.1 F -.25(va)144 712.8 S 3.201
+(lues. The).25 F .701(characters in the v)3.201 F .701(alue of the)-.25
+F/F3 9/Times-Bold@0 SF(IFS)3.2 E F1 -.25(va)2.95 G .7
+(riable are used to split the line into w).25 F .7(ords using)-.1 F 2.93
+(the same rules the shell uses for e)144 724.8 R 2.93
+(xpansion \(described abo)-.15 F 3.23 -.15(ve u)-.15 H(nder).15 E F2
+-.75(Wo)5.43 G 2.93(rd Splitting).75 F F1 5.43(\). The)B(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(78)190.395 E 0 Cg EP
+%%Page: 79 79
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E .004(backslash character \()144 84 R/F2 10
+/Times-Bold@0 SF(\\)A F1 2.504(\)r)C(emo)-2.504 E -.15(ve)-.15 G 2.504
+(sa).15 G .304 -.15(ny s)-2.504 H .004(pecial meaning for the ne).15 F
+.003(xt character read and is used for line)-.15 F(continuation.)144 96
+Q(Options, if supplied, ha)144 112.8 Q .3 -.15(ve t)-.2 H(he follo).15 E
+(wing meanings:)-.25 E F2<ad61>144 124.8 Q F0(aname)2.5 E F1 1.025
+(The w)180 136.8 R 1.026
 (ords are assigned to sequential indices of the array v)-.1 F(ariable)
 -.25 E F0(aname)3.856 E F1 3.526(,s).18 G 1.026(tarting at 0.)-3.526 F
-F0(aname)180.33 316.8 Q F1(is unset before an)2.68 E 2.5(yn)-.15 G .5
+F0(aname)180.33 148.8 Q F1(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 F0(name)2.5 E F1
-(ar)2.5 E(guments are ignored.)-.18 E F2<ad64>144 328.8 Q F0(delim)2.5 E
-F1 .281(The \214rst character of)180 340.8 R F0(delim)2.781 E F1 .281
-(is used to terminate the input line, rather than ne)2.781 F 2.78
-(wline. If)-.25 F F0(de-)2.78 E(lim)180 352.8 Q F1(is the empty string,)
-2.5 E F2 -.18(re)2.5 G(ad).18 E F1
+(ar)2.5 E(guments are ignored.)-.18 E F2<ad64>144 160.8 Q F0(delim)2.5 E
+F1 .503(The \214rst character of)180 172.8 R F0(delim)3.003 E F1 .503
+(terminates the input line, rather than ne)3.003 F 3.002(wline. If)-.25
+F F0(delim)3.002 E F1 .502(is the)3.002 F(empty string,)180 184.8 Q F2
+-.18(re)2.5 G(ad).18 E F1
 (will terminate a line when it reads a NUL character)2.5 E(.)-.55 E F2
-<ad65>144 364.8 Q F1 1.761
-(If the standard input is coming from a terminal,)180 364.8 R F2 -.18
+<ad65>144 196.8 Q F1 1.761
+(If the standard input is coming from a terminal,)180 196.8 R F2 -.18
 (re)4.262 G(ad).18 E F1(uses)4.262 E F2 -.18(re)4.262 G(adline).18 E F1
-(\(see)4.262 E F3(READLINE)4.262 E F1(abo)180 376.8 Q -.15(ve)-.15 G
-3.722(\)t).15 G 3.722(oo)-3.722 G 1.222(btain the line.)-3.722 F 1.222
-(Readline uses the current \(or def)6.222 F 1.222
-(ault, if line editing w)-.1 F 1.222(as not)-.1 F(pre)180 388.8 Q
+(\(see)4.262 E/F3 9/Times-Bold@0 SF(READLINE)4.262 E F1(abo)180 208.8 Q
+-.15(ve)-.15 G 3.574(\)t).15 G 3.574(oo)-3.574 G 1.074(btain the line.)
+-3.574 F F2(Readline)6.074 E F1 1.073(uses the current \(or def)3.573 F
+1.073(ault, if line editing w)-.1 F 1.073(as not)-.1 F(pre)180 220.8 Q
 (viously acti)-.25 E -.15(ve)-.25 G 2.5(\)e).15 G(diting settings, b)
--2.5 E(ut uses readline')-.2 E 2.5(sd)-.55 G(ef)-2.5 E
-(ault \214lename completion.)-.1 E F2<ad45>144 400.8 Q F1 1.761
-(If the standard input is coming from a terminal,)180 400.8 R F2 -.18
+-2.5 E(ut uses)-.2 E F2 -.18(re)2.5 G(adline).18 E F1 1.1 -.55('s d)D
+(ef).55 E(ault \214lename completion.)-.1 E F2<ad45>144 232.8 Q F1 1.761
+(If the standard input is coming from a terminal,)180 232.8 R F2 -.18
 (re)4.262 G(ad).18 E F1(uses)4.262 E F2 -.18(re)4.262 G(adline).18 E F1
-(\(see)4.262 E F3(READLINE)4.262 E F1(abo)180 412.8 Q -.15(ve)-.15 G
-3.722(\)t).15 G 3.722(oo)-3.722 G 1.222(btain the line.)-3.722 F 1.222
-(Readline uses the current \(or def)6.222 F 1.222
-(ault, if line editing w)-.1 F 1.222(as not)-.1 F(pre)180 424.8 Q .042
+(\(see)4.262 E F3(READLINE)4.262 E F1(abo)180 244.8 Q -.15(ve)-.15 G
+3.574(\)t).15 G 3.574(oo)-3.574 G 1.074(btain the line.)-3.574 F F2
+(Readline)6.074 E F1 1.073(uses the current \(or def)3.573 F 1.073
+(ault, if line editing w)-.1 F 1.073(as not)-.1 F(pre)180 256.8 Q .042
 (viously acti)-.25 F -.15(ve)-.25 G 2.542(\)e).15 G .042
 (diting settings, b)-2.542 F .042(ut uses bash')-.2 F 2.542(sd)-.55 G
 (ef)-2.542 E .042(ault completion, including program-)-.1 F
-(mable completion.)180 436.8 Q F2<ad69>144 448.8 Q F0(te)2.5 E(xt)-.2 E
-F1(If)180 448.8 Q F2 -.18(re)2.716 G(adline).18 E F1 .216
-(is being used to read the line,)2.716 F F0(te)2.716 E(xt)-.2 E F1 .216
-(is placed into the editing b)2.716 F(uf)-.2 E .215(fer before edit-)
--.25 F(ing be)180 460.8 Q(gins.)-.15 E F2<ad6e>144 472.8 Q F0(nc)2.5 E
-(har)-.15 E(s)-.1 E F2 -.18(re)180 484.8 S(ad).18 E F1 .322
-(returns after reading)2.822 F F0(nc)2.823 E(har)-.15 E(s)-.1 E F1 .323
-(characters rather than w)2.823 F .323
-(aiting for a complete line of in-)-.1 F(put, b)180 496.8 Q
-(ut honors a delimiter if fe)-.2 E(wer than)-.25 E F0(nc)2.5 E(har)-.15
-E(s)-.1 E F1(characters are read before the delimiter)2.5 E(.)-.55 E F2
-<ad4e>144 508.8 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 520.8 S
-(ad).18 E F1 1.269(returns after reading e)3.77 F(xactly)-.15 E F0(nc)
-3.769 E(har)-.15 E(s)-.1 E F1 1.269(characters rather than w)3.769 F
-1.269(aiting for a complete)-.1 F .274
-(line of input, unless EOF is encountered or)180 532.8 R F2 -.18(re)
-2.775 G(ad).18 E F1 .275(times out.)2.775 F .275
-(Delimiter characters encoun-)5.275 F 1.003
-(tered in the input are not treated specially and do not cause)180 544.8
-R F2 -.18(re)3.502 G(ad).18 E F1 1.002(to return until)3.502 F F0(nc)
-3.502 E(har)-.15 E(s)-.1 E F1 .608(characters are read.)180 556.8 R .608
-(The result is not split on the characters in)5.608 F F2(IFS)3.108 E F1
-3.108(;t)C .609(he intent is that the)-3.108 F -.25(va)180 568.8 S .67
-(riable is assigned e).25 F .669
-(xactly the characters read \(with the e)-.15 F .669
-(xception of backslash; see the)-.15 F F2<ad72>180 580.8 Q F1
-(option belo)2.5 E(w\).)-.25 E F2<ad70>144 592.8 Q F0(pr)2.5 E(ompt)-.45
-E F1(Display)180 604.8 Q F0(pr)3.66 E(ompt)-.45 E F1 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 616.8 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 628.8 Q F1 .544(Backslash does not act as an escape character)
-180 628.8 R 5.543(.T)-.55 G .543
-(he backslash is considered to be part of)-5.543 F .492(the line.)180
-640.8 R .492(In particular)5.492 F 2.992(,ab)-.4 G(ackslash-ne)-2.992 E
-.493(wline pair may not then be used as a line continua-)-.25 F(tion.)
-180 652.8 Q F2<ad73>144 664.8 Q F1(Silent mode.)180 664.8 Q
+(mable completion.)180 268.8 Q F2<ad69>144 280.8 Q F0(te)2.5 E(xt)-.2 E
+F1(If)180 280.8 Q F2 -.18(re)3.314 G(adline).18 E F1 .814
+(is being used to read the line,)3.314 F F2 -.18(re)3.314 G(ad).18 E F1
+(places)3.314 E F0(te)3.314 E(xt)-.2 E F1 .813(into the editing b)3.314
+F(uf)-.2 E .813(fer before)-.25 F(editing be)180 292.8 Q(gins.)-.15 E F2
+<ad6e>144 304.8 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 316.8 S
+(ad).18 E F1 .322(returns after reading)2.822 F F0(nc)2.823 E(har)-.15 E
+(s)-.1 E F1 .323(characters rather than w)2.823 F .323
+(aiting for a complete line of in-)-.1 F .737
+(put, unless it encounters EOF or)180 328.8 R F2 -.18(re)3.236 G(ad).18
+E F1 .736(times out, b)3.236 F .736
+(ut honors a delimiter if it reads fe)-.2 F(wer)-.25 E(than)180 340.8 Q
+F0(nc)2.5 E(har)-.15 E(s)-.1 E F1(characters before the delimiter)2.5 E
+(.)-.55 E F2<ad4e>144 352.8 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)
+180 364.8 S(ad).18 E F1 1.269(returns after reading e)3.769 F(xactly)
+-.15 E F0(nc)3.769 E(har)-.15 E(s)-.1 E F1 1.269
+(characters rather than w)3.769 F 1.27(aiting for a complete)-.1 F .173
+(line of input, unless it encounters EOF or)180 376.8 R F2 -.18(re)2.673
+G(ad).18 E F1 .173(times out.)2.673 F(An)5.172 E 2.672(yd)-.15 G .172
+(elimiter characters in the)-2.672 F 1.245
+(input are not treated specially and do not cause)180 388.8 R F2 -.18
+(re)3.746 G(ad).18 E F1 1.246(to return until it has read)3.746 F F0(nc)
+3.746 E(har)-.15 E(s)-.1 E F1 2.567(characters. The)180 400.8 R .067
+(result is not split on the characters in)2.567 F F2(IFS)2.566 E F1
+2.566(;t)C .066(he intent is that the v)-2.566 F .066(ariable is)-.25 F
+.894(assigned e)180 412.8 R .894
+(xactly the characters read \(with the e)-.15 F .895
+(xception of backslash; see the)-.15 F F2<ad72>3.395 E F1(option)3.395 E
+(belo)180 424.8 Q(w\).)-.25 E F2<ad70>144 436.8 Q F0(pr)2.5 E(ompt)-.45
+E F1(Display)180 448.8 Q F0(pr)3.661 E(ompt)-.45 E F1 1.161
+(on standard error)3.661 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 460.8 Q
+2.5(yi)-.15 G(nput, b)-2.5 E
+(ut only if input is coming from a terminal.)-.2 E F2<ad72>144 472.8 Q
+F1 .543(Backslash does not act as an escape character)180 472.8 R 5.543
+(.T)-.55 G .544(he backslash is considered to be part of)-5.543 F .493
+(the line.)180 484.8 R .493(In particular)5.493 F 2.993(,ab)-.4 G
+(ackslash-ne)-2.993 E .493
+(wline pair may not then be used as a line continua-)-.25 F(tion.)180
+496.8 Q F2<ad73>144 508.8 Q F1(Silent mode.)180 508.8 Q
 (If input is coming from a terminal, characters are not echoed.)5 E F2
-<ad74>144 676.8 Q F0(timeout)2.5 E F1(Cause)180 688.8 Q F2 -.18(re)2.929
-G(ad).18 E F1 .428(to time out and return f)2.929 F .428
-(ailure if a complete line of input \(or a speci\214ed num-)-.1 F .56
-(ber of characters\) is not read within)180 700.8 R F0(timeout)3.061 E
-F1(seconds.)3.061 E F0(timeout)5.561 E F1 .561(may be a decimal number)
-3.061 F(with a fractional portion follo)180 712.8 Q
-(wing the decimal point.)-.25 E(This option is only ef)5 E(fecti)-.25 E
-.3 -.15(ve i)-.25 H(f).15 E F2 -.18(re)2.5 G(ad).18 E F1 .506(is readin\
-g input from a terminal, pipe, or other special \214le; it has no ef)180
-724.8 R .505(fect when reading)-.25 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(74)193.45 E 0 Cg EP
-%%Page: 75 75
+<ad74>144 520.8 Q F0(timeout)2.5 E F1(Cause)180 532.8 Q F2 -.18(re)2.766
+G(ad).18 E F1 .266(to time out and return f)2.766 F .266
+(ailure if it does not read a complete line of input \(or a)-.1 F .469
+(speci\214ed number of characters\) within)180 544.8 R F0(timeout)2.968
+E F1(seconds.)2.968 E F0(timeout)5.468 E F1 .468(may be a decimal num-)
+2.968 F .463(ber with a fractional portion follo)180 556.8 R .464
+(wing the decimal point.)-.25 F .464(This option is only ef)5.464 F
+(fecti)-.25 E .764 -.15(ve i)-.25 H(f).15 E F2 -.18(re)180 568.8 S(ad)
+.18 E F1 1.176(is reading input from a terminal, pipe, or other special\
+ \214le; it has no ef)3.677 F 1.176(fect when)-.25 F .107
+(reading from re)180 580.8 R .107(gular \214les.)-.15 F(If)5.107 E F2
+-.18(re)2.607 G(ad).18 E F1 .107(times out, it sa)2.607 F -.15(ve)-.2 G
+2.608(sa).15 G .408 -.15(ny p)-2.608 H .108
+(artial input read into the speci-).15 F .943(\214ed v)180 592.8 R
+(ariable)-.25 E F0(name)3.443 E F1 3.443(,a)C .943(nd the e)-3.443 F
+.943(xit status is greater than 128.)-.15 F(If)5.942 E F0(timeout)3.442
+E F1 .942(is 0,)3.442 F F2 -.18(re)3.442 G(ad).18 E F1(returns)3.442 E
+(immediately)180 604.8 Q 3.259(,w)-.65 G .759(ithout trying to read an)
+-3.259 F 3.259(yd)-.15 G 3.259(ata. In)-3.259 F .759(this case, the e)
+3.259 F .76(xit status is 0 if input is)-.15 F -.2(av)180 616.8 S
+(ailable on the speci\214ed \214le descriptor)-.05 E 2.5(,o)-.4 G 2.5
+(rt)-2.5 G(he read will return EOF)-2.5 E 2.5(,n)-.8 G
+(on-zero otherwise.)-2.5 E F2<ad75>144 628.8 Q F0(fd)2.5 E F1
+(Read input from \214le descriptor)180 628.8 Q F0(fd)2.5 E F1
+(instead of the standard input.)2.5 E(Other than the case where)144
+645.6 Q F0(delim)2.5 E F1(is the empty string,)2.5 E F2 -.18(re)2.5 G
+(ad).18 E F1(ignores an)2.5 E 2.5(yN)-.15 G(UL characters in the input.)
+-2.5 E .961(If no)144 662.4 R F0(names)3.821 E F1 .961(are supplied,)
+3.731 F F2 -.18(re)3.461 G(ad).18 E F1 .961
+(assigns the line read, without the ending delimiter b)3.461 F .96
+(ut otherwise)-.2 F(unmodi\214ed, to the v)144 674.4 Q(ariable)-.25 E F3
+(REPL)2.5 E(Y)-.828 E/F4 9/Times-Roman@0 SF(.)A F1 .032(The e)144 691.2
+R .032(xit status is zero, unless end-of-\214le is encountered,)-.15 F
+F2 -.18(re)2.532 G(ad).18 E F1 .033
+(times out \(in which case the status is)2.532 F .311
+(greater than 128\), a v)144 703.2 R .311
+(ariable assignment error \(such as assigning to a readonly v)-.25 F .31
+(ariable\) occurs, or)-.25 F(an in)144 715.2 Q -.25(va)-.4 G
+(lid \214le descriptor is supplied as the ar).25 E(gument to)-.18 E F2
+<ad75>2.5 E F1(.)A(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(79)
+190.395 E 0 Cg EP
+%%Page: 80 80
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .589(from re)180 84 R .589(gular \214les.)-.15 F
-(If)5.589 E/F2 10/Times-Bold@0 SF -.18(re)3.089 G(ad).18 E F1 .589
-(times out,)3.089 F F2 -.18(re)3.089 G(ad).18 E F1(sa)3.089 E -.15(ve)
--.2 G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .59
-(artial input read into the speci\214ed).15 F -.25(va)180 96 S(riable)
-.25 E F0(name)2.77 E F1 5.27(.I)C(f)-5.27 E F0(timeout)2.77 E F1 .27
-(is 0,)2.77 F F2 -.18(re)2.77 G(ad).18 E F1 .27(returns immediately)2.77
-F 2.77(,w)-.65 G .27(ithout trying to read an)-2.77 F 2.77(yd)-.15 G
-(ata.)-2.77 E .227(The e)180 108 R .228(xit status is 0 if input is a)
--.15 F -.25(va)-.2 G .228(ilable on the speci\214ed \214le descriptor)
-.25 F 2.728(,o)-.4 G 2.728(rt)-2.728 G .228(he read will re-)-2.728 F
-1.225(turn EOF)180 120 R 3.725(,n)-.8 G 1.225(on-zero otherwise.)-3.725
-F 1.225(The e)6.225 F 1.225
-(xit status is greater than 128 if the timeout is e)-.15 F(x-)-.15 E
-(ceeded.)180 132 Q F2<ad75>144 144 Q F0(fd)2.5 E F1
-(Read input from \214le descriptor)180 144 Q F0(fd)2.5 E F1(.)A
-(Other than the case where)144 160.8 Q F0(delim)2.5 E F1
-(is the empty string,)2.5 E F2 -.18(re)2.5 G(ad).18 E F1(ignores an)2.5
-E 2.5(yN)-.15 G(UL characters in the input.)-2.5 E .522(If no)144 177.6
-R F0(names)3.382 E F1 .522
-(are supplied, the line read, without the ending delimiter b)3.292 F
-.522(ut otherwise unmodi\214ed, is)-.2 F 1.187(assigned to the v)144
-189.6 R(ariable)-.25 E/F3 9/Times-Bold@0 SF(REPL)3.686 E(Y)-.828 E/F4 9
-/Times-Roman@0 SF(.)A F1 1.186(The e)5.686 F 1.186
-(xit status is zero, unless end-of-\214le is encountered,)-.15 F F2 -.18
-(re)3.686 G(ad).18 E F1 .96
-(times out \(in which case the status is greater than 128\), a v)144
-201.6 R .961(ariable assignment error \(such as as-)-.25 F .707
-(signing to a readonly v)144 213.6 R .706(ariable\) occurs, or an in)
--.25 F -.25(va)-.4 G .706(lid \214le descriptor is supplied as the ar)
-.25 F .706(gument to)-.18 F F2<ad75>144 225.6 Q F1(.)A F2 -.18(re)108
-242.4 S(adonly).18 E F1([)2.5 E F2(\255aAf)A F1 2.5(][)C F2<ad70>-2.5 E
-F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(wor)A(d)-.37 E F1 2.5(].)C 1.666
-(..)-.834 G(])-1.666 E .77(The gi)144 254.4 R -.15(ve)-.25 G(n).15 E F0
-(names)3.27 E F1 .77(are mark)3.27 F .77(ed readonly; the v)-.1 F .77
-(alues of these)-.25 F F0(names)3.63 E F1 .77
-(may not be changed by subse-)3.54 F 1.097(quent assignment.)144 266.4 R
-1.097(If the)6.097 F F2<ad66>3.597 E F1 1.097
-(option is supplied, the functions corresponding to the)3.597 F F0
-(names)3.596 E F1 1.096(are so)3.596 F(mark)144 278.4 Q 3.334(ed. The)
--.1 F F2<ad61>3.334 E F1 .834(option restricts the v)3.334 F .834
-(ariables to inde)-.25 F -.15(xe)-.15 G 3.334(da).15 G .834(rrays; the)
--3.334 F F2<ad41>3.334 E F1 .834(option restricts the v)3.334 F(ari-)
--.25 E .777(ables to associati)144 290.4 R 1.077 -.15(ve a)-.25 H 3.277
-(rrays. If).15 F .777(both options are supplied,)3.277 F F2<ad41>3.277 E
-F1(tak)3.277 E .776(es precedence.)-.1 F .776(If no)5.776 F F0(name)
-3.636 E F1(ar)3.456 E(gu-)-.18 E .521(ments are gi)144 302.4 R -.15(ve)
--.25 G .521(n, or if the).15 F F2<ad70>3.021 E F1 .521
-(option is supplied, a list of all readonly names is printed.)3.021 F
-.522(The other)5.521 F .295(options may be used to restrict the output \
-to a subset of the set of readonly names.)144 314.4 R(The)5.295 E F2
-<ad70>2.795 E F1(option)2.795 E .786
-(causes output to be displayed in a format that may be reused as input.)
-144 326.4 R .786(If a v)5.786 F .786(ariable name is fol-)-.25 F(lo)144
-338.4 Q .718(wed by =)-.25 F F0(wor)A(d)-.37 E F1 3.218(,t)C .718(he v)
--3.218 F .718(alue of the v)-.25 F .718(ariable is set to)-.25 F F0(wor)
-3.218 E(d)-.37 E F1 5.718(.T)C .718(he return status is 0 unless an in)
--5.718 F -.25(va)-.4 G(lid).25 E .26(option is encountered, one of the)
-144 350.4 R F0(names)3.12 E F1 .26(is not a v)3.03 F .26(alid shell v)
--.25 F .26(ariable name, or)-.25 F F2<ad66>2.76 E F1 .26
-(is supplied with a)2.76 F F0(name)144.36 362.4 Q F1
-(that is not a function.)2.68 E F2 -.18(re)108 379.2 S(tur).18 E(n)-.15
-E F1([)2.5 E F0(n)A F1(])A .021(Causes a function to stop e)144 391.2 R
--.15(xe)-.15 G .021(cuting and return the v).15 F .021
-(alue speci\214ed by)-.25 F F0(n)2.88 E F1 .02(to its caller)2.76 F 5.02
-(.I)-.55 G(f)-5.02 E F0(n)2.88 E F1 .02(is omitted,)2.76 F .596
-(the return status is that of the last command e)144 403.2 R -.15(xe)
--.15 G .597(cuted in the function body).15 F 5.597(.I)-.65 G(f)-5.597 E
-F2 -.18(re)3.097 G(tur).18 E(n)-.15 E F1 .597(is e)3.097 F -.15(xe)-.15
-G(cuted).15 E .267(by a trap handler)144 415.2 R 2.767(,t)-.4 G .267
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.18(re)108 84 S(adonly).18 E
+F1([)2.5 E F2(\255aAf)A F1 2.5(][)C F2<ad70>-2.5 E F1 2.5(][)C F0(name)
+-2.5 E F1([=)A F0(wor)A(d)-.37 E F1 2.5(].)C 1.666(..)-.834 G(])-1.666 E
+.77(The gi)144 96 R -.15(ve)-.25 G(n).15 E F0(names)3.27 E F1 .77
+(are mark)3.27 F .77(ed readonly; the v)-.1 F .77(alues of these)-.25 F
+F0(names)3.63 E F1 .77(may not be changed by subse-)3.54 F .446
+(quent assignment or unset.)144 108 R .446(If the)5.446 F F2<ad66>2.946
+E F1 .446(option is supplied, each)2.946 F F0(name)2.946 E F1 .446
+(refers to a shell function.)2.946 F(The)5.445 E F2<ad61>144 120 Q F1
+.382(option restricts the v)2.882 F .382(ariables to inde)-.25 F -.15
+(xe)-.15 G 2.883(da).15 G .383(rrays; the)-2.883 F F2<ad41>2.883 E F1
+.383(option restricts the v)2.883 F .383(ariables to associa-)-.25 F(ti)
+144 132 Q 1.558 -.15(ve a)-.25 H 3.758(rrays. If).15 F 1.258
+(both options are supplied,)3.758 F F2<ad41>3.758 E F1(tak)3.758 E 1.258
+(es precedence.)-.1 F 1.258(If no)6.258 F F0(name)4.118 E F1(ar)3.938 E
+1.258(guments are sup-)-.18 F .411(plied, or if the)144 144 R F2<ad70>
+2.911 E F1 .412(option is supplied, print a list of all readonly names.)
+2.911 F .412(The other options may be)5.412 F .327
+(used to restrict the output to a subset of the set of readonly names.)
+144 156 R(The)5.326 E F2<ad70>2.826 E F1 .326(option displays output)
+2.826 F(in a format that may be reused as input.)144 168 Q F2 -.18(re)
+144 184.8 S(adonly).18 E F1(allo)2.652 E .152(ws the v)-.25 F .153
+(alue of a v)-.25 F .153
+(ariable to be set at the same time the readonly attrib)-.25 F .153
+(ute is changed)-.2 F .688(by follo)144 196.8 R .688(wing the v)-.25 F
+.688(ariable name with =)-.25 F F0(value)A F1 5.688(.T)C .688
+(his sets the v)-5.688 F .687(alue of the v)-.25 F .687(ariable is to)
+-.25 F F0(value)3.187 E F1(while)3.187 E(modifying the readonly attrib)
+144 208.8 Q(ute.)-.2 E .302(The return status is 0 unless an in)144
+225.6 R -.25(va)-.4 G .303(lid option is encountered, one of the).25 F
+F0(names)3.163 E F1 .303(is not a v)3.073 F .303(alid shell)-.25 F -.25
+(va)144 237.6 S(riable name, or).25 E F2<ad66>2.5 E F1
+(is supplied with a)2.5 E F0(name)2.86 E F1(that is not a function.)2.68
+E F2 -.18(re)108 254.4 S(tur).18 E(n)-.15 E F1([)2.5 E F0(n)A F1(])A
+.183(Stop e)144 266.4 R -.15(xe)-.15 G .182
+(cuting a shell function or sourced \214le and return the v).15 F .182
+(alue speci\214ed by)-.25 F F0(n)3.042 E F1 .182(to its caller)2.922 F
+5.182(.I)-.55 G(f)-5.182 E F0(n)3.042 E F1 .589
+(is omitted, the return status is that of the last command e)144 278.4 R
+-.15(xe)-.15 G 3.089(cuted. If).15 F F2 -.18(re)3.089 G(tur).18 E(n)-.15
+E F1 .589(is e)3.089 F -.15(xe)-.15 G .589(cuted by a trap).15 F
+(handler)144 290.4 Q 3.47(,t)-.4 G .969
 (he last command used to determine the status is the last command e)
--2.767 F -.15(xe)-.15 G .267(cuted be-).15 F .02(fore the trap handler)
-144 427.2 R 5.02(.I)-.55 G(f)-5.02 E F2 -.18(re)2.52 G(tur).18 E(n)-.15
-E F1 .02(is e)2.52 F -.15(xe)-.15 G .02(cuted during a).15 F F2(DEB)2.52
-E(UG)-.1 E F1 .02(trap, the last command used to deter)2.52 F(-)-.2 E
-.886(mine the status is the last command e)144 439.2 R -.15(xe)-.15 G
-.886(cuted by the trap handler before).15 F F2 -.18(re)3.385 G(tur).18 E
-(n)-.15 E F1 -.1(wa)3.385 G 3.385(si).1 G -1.9 -.4(nv o)-3.385 H -.1(ke)
-.4 G 3.385(d. If).1 F F2 -.18(re)144 451.2 S(tur).18 E(n)-.15 E F1 .627
-(is used outside a function, b)3.127 F .628(ut during e)-.2 F -.15(xe)
--.15 G .628(cution of a script by the).15 F F2(.)3.128 E F1(\()5.628 E
-F2(sour)A(ce)-.18 E F1 3.128(\)c)C .628(ommand, it)-3.128 F .589
-(causes the shell to stop e)144 463.2 R -.15(xe)-.15 G .589
-(cuting that script and return either).15 F F0(n)3.448 E F1 .588
-(or the e)3.328 F .588(xit status of the last com-)-.15 F .325(mand e)
-144 475.2 R -.15(xe)-.15 G .325(cuted within the script as the e).15 F
-.326(xit status of the script.)-.15 F(If)5.326 E F0(n)2.826 E F1 .326
-(is supplied, the return v)2.826 F .326(alue is)-.25 F .445
-(its least signi\214cant 8 bits.)144 487.2 R .444
-(The return status is non-zero if)5.445 F F2 -.18(re)2.944 G(tur).18 E
-(n)-.15 E F1 .444(is supplied a non-numeric ar)2.944 F(gu-)-.18 E .381
-(ment, or is used outside a function and not during e)144 499.2 R -.15
-(xe)-.15 G .381(cution of a script by).15 F F2(.)2.881 E F1(or)3.714 E
-F2(sour)2.881 E(ce)-.18 E F1 5.381(.A)C .681 -.15(ny c)-5.381 H(om-).15
-E .75(mand associated with the)144 511.2 R F2(RETURN)3.249 E F1 .749
-(trap is e)3.249 F -.15(xe)-.15 G .749(cuted before e).15 F -.15(xe)-.15
-G .749(cution resumes after the function).15 F(or script.)144 523.2 Q F2
-(set)108 540 Q F1([)2.5 E F2(\255abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2
-<ad6f>-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5
-(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G
-(])-1.666 E F2(set)108 552 Q F1([)2.5 E F2(+abefhkmnptuvxBCEHPT)A F1 2.5
-(][)C F2(+o)-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1
-2.5(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5
-G(])-1.666 E F2(set \255o)108 564 Q(set +o)108 576 Q F1 -.4(Wi)144 576 S
-.573(thout options, display the name and v).4 F .573
-(alue of each shell v)-.25 F .574
-(ariable in a format that can be reused)-.25 F .113
-(as input for setting or resetting the currently-set v)144 588 R 2.613
+-3.47 F -.15(xe)-.15 G .969(cuted before the).15 F .129(trap handler)144
+302.4 R 5.129(.I)-.55 G(f)-5.129 E F2 -.18(re)2.629 G(tur).18 E(n)-.15 E
+F1 .129(is e)2.629 F -.15(xe)-.15 G .129(cuted during a).15 F F2(DEB)
+2.629 E(UG)-.1 E F1 .13(trap, the last command used to determine the)
+2.629 F(status is the last command e)144 314.4 Q -.15(xe)-.15 G
+(cuted by the trap handler before).15 E F2 -.18(re)2.5 G(tur).18 E(n)
+-.15 E F1 -.1(wa)2.5 G 2.5(si).1 G -1.9 -.4(nv o)-2.5 H -.1(ke).4 G(d.)
+.1 E(When)144 331.2 Q F2 -.18(re)3.818 G(tur).18 E(n)-.15 E F1 1.318
+(is used to terminate e)3.818 F -.15(xe)-.15 G 1.317
+(cution of a script being e).15 F -.15(xe)-.15 G 1.317(cuted by the).15
+F F2(.)3.817 E F1(\()6.317 E F2(sour)A(ce)-.18 E F1 3.817(\)c)C(om-)
+-3.817 E .807(mand, it causes the shell to stop e)144 343.2 R -.15(xe)
+-.15 G .807(cuting that script and return either).15 F F0(n)3.668 E F1
+.808(or the e)3.548 F .808(xit status of the)-.15 F .315(last command e)
+144 355.2 R -.15(xe)-.15 G .315(cuted within the script as the e).15 F
+.314(xit status of the script.)-.15 F(If)5.314 E F0(n)2.814 E F1 .314
+(is supplied, the return)2.814 F -.25(va)144 367.2 S
+(lue is its least signi\214cant 8 bits.).25 E(An)144 384 Q 3.175(yc)-.15
+G .675(ommand associated with the)-3.175 F F2(RETURN)3.175 E F1 .675
+(trap is e)3.175 F -.15(xe)-.15 G .676(cuted before e).15 F -.15(xe)-.15
+G .676(cution resumes after the).15 F(function or script.)144 396 Q .949
+(The return status is non-zero if)144 412.8 R F2 -.18(re)3.449 G(tur).18
+E(n)-.15 E F1 .949(is supplied a non-numeric ar)3.449 F .948
+(gument, or is used outside a)-.18 F(function and not during e)144 424.8
+Q -.15(xe)-.15 G(cution of a script by).15 E F2(.)2.5 E F1(or)3.333 E F2
+(sour)2.5 E(ce)-.18 E F1(.)A F2(set)108 441.6 Q F1([)2.5 E F2
+(\255abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2<ad6f>-2.5 E F0(option\255name)
+2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5(][)C F2<ad>-2.5 E F1 2.5(][)C F0
+(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E F2(set)108 453.6 Q F1
+([)2.5 E F2(+abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2(+o)-2.5 E F0
+(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5(][)C F2<ad>-2.5
+E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E F2
+(set \255o)108 465.6 Q(set +o)108 477.6 Q F1 -.4(Wi)144 477.6 S .573
+(thout options, display the name and v).4 F .573(alue of each shell v)
+-.25 F .574(ariable in a format that can be reused)-.25 F .113
+(as input for setting or resetting the currently-set v)144 489.6 R 2.613
 (ariables. Read-only)-.25 F -.25(va)2.613 G .113
-(riables cannot be reset.).25 F(In)5.112 E F0 1.032(posix mode)144 600 R
-F1 3.532(,o)C 1.032(nly shell v)-3.532 F 1.032(ariables are listed.)-.25
-F 1.032(The output is sorted according to the current locale.)6.032 F
-.581(When options are speci\214ed, the)144 612 R 3.081(ys)-.15 G .581
+(riables cannot be reset.).25 F(In)5.112 E .957
+(posix mode, only shell v)144 501.6 R .957(ariables are listed.)-.25 F
+.958(The output is sorted according to the current locale.)5.957 F .581
+(When options are speci\214ed, the)144 513.6 R 3.081(ys)-.15 G .581
 (et or unset shell attrib)-3.081 F 3.081(utes. An)-.2 F 3.08(ya)-.15 G
 -.18(rg)-3.08 G .58(uments remaining after op-).18 F .16
-(tion processing are treated as v)144 624 R .161
+(tion processing are treated as v)144 525.6 R .161
 (alues for the positional parameters and are assigned, in order)-.25 F
-2.661(,t)-.4 G(o)-2.661 E F2($1)2.661 E F1(,)A F2($2)144 636 Q F1 2.5
+2.661(,t)-.4 G(o)-2.661 E F2($1)2.661 E F1(,)A F2($2)144 537.6 Q F1 2.5
 (,.)C 1.666(..)-.834 G(,)-1.666 E F2($)2.5 E F0(n)A F1 5(.O)C
 (ptions, if speci\214ed, ha)-5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 648 Q F1 1.378(Each v)184 648 R 1.377
-(ariable or function that is created or modi\214ed is gi)-.25 F -.15(ve)
--.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.377(xport attrib)-.15 F
-1.377(ute and)-.2 F(mark)184 660 Q(ed for e)-.1 E(xport to the en)-.15 E
-(vironment of subsequent commands.)-.4 E F2<ad62>144 672 Q F1 .131
-(Report the status of terminated background jobs immediately)184 672 R
-2.632(,r)-.65 G .132(ather than before the ne)-2.632 F(xt)-.15 E
-(primary prompt.)184 684 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o)-.25
-H(nly when job control is enabled.).15 E F2<ad65>144 696 Q F1 .088
-(Exit immediately if a)184 696 R F0(pipeline)2.588 E F1 .087
-(\(which may consist of a single)2.588 F F0 .087(simple command)2.587 F
-F1 .087(\), a)B F0(list)2.587 E F1 2.587(,o)C(r)-2.587 E(a)184 708 Q F0
-1.52(compound command)4.02 F F1(\(see)4.021 E F3 1.521(SHELL GRAMMAR)
-4.021 F F1(abo)3.771 E -.15(ve)-.15 G 1.521(\), e).15 F 1.521
-(xits with a non-zero status.)-.15 F .08(The shell does not e)184 720 R
-.079(xit if the command that f)-.15 F .079
-(ails is part of the command list immediately)-.1 F(GNU Bash 5.3)72 768
-Q(2024 March 29)144.29 E(75)193.45 E 0 Cg EP
-%%Page: 76 76
+(wing meanings:)-.25 E F2<ad61>144 549.6 Q F1 1.378(Each v)184 549.6 R
+1.377(ariable or function that is created or modi\214ed is gi)-.25 F
+-.15(ve)-.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.377(xport attrib)
+-.15 F 1.377(ute and)-.2 F(mark)184 561.6 Q(ed for e)-.1 E
+(xport to the en)-.15 E(vironment of subsequent commands.)-.4 E F2<ad62>
+144 573.6 Q F1 .131
+(Report the status of terminated background jobs immediately)184 573.6 R
+2.632(,r)-.65 G .132(ather than before the ne)-2.632 F(xt)-.15 E .48
+(primary prompt or after a fore)184 585.6 R .48
+(ground command terminates.)-.15 F .48(This is ef)5.48 F(fecti)-.25 E
+.78 -.15(ve o)-.25 H .48(nly when).15 F(job control is enabled.)184
+597.6 Q F2<ad65>144 609.6 Q F1 .087(Exit immediately if a)184 609.6 R F0
+(pipeline)2.587 E F1 .087(\(which may consist of a single)2.587 F F0
+.088(simple command)2.588 F F1 .088(\), a)B F0(list)2.588 E F1 2.588(,o)
+C(r)-2.588 E(a)184 621.6 Q F0 1.521(compound command)4.021 F F1(\(see)
+4.021 E/F3 9/Times-Bold@0 SF 1.521(SHELL GRAMMAR)4.021 F F1(abo)3.771 E
+-.15(ve)-.15 G 1.521(\), e).15 F 1.521(xits with a non-zero status.)-.15
+F .079(The shell does not e)184 633.6 R .079(xit if the command that f)
+-.15 F .08(ails is part of the command list immediately)-.1 F(follo)184
+645.6 Q 1.655(wing a)-.25 F F2(while)4.155 E F1(or)4.155 E F2(until)
+4.155 E F1 -.1(ke)4.155 G(yw)-.05 E 1.655(ord, part of the test follo)
+-.1 F 1.654(wing the)-.25 F F2(if)4.154 E F1(or)4.154 E F2(elif)4.154 E
+F1(reserv)4.154 E(ed)-.15 E -.1(wo)184 657.6 S .581(rds, part of an).1 F
+3.081(yc)-.15 G .581(ommand e)-3.081 F -.15(xe)-.15 G .581(cuted in a)
+.15 F F2(&&)3.081 E F1(or)3.081 E F2(||)3.081 E F1 .582(list e)3.082 F
+.582(xcept the command follo)-.15 F(wing)-.25 E 1.207(the \214nal)184
+669.6 R F2(&&)3.707 E F1(or)3.706 E F2(||)3.706 E F1 3.706(,a)C 1.506
+-.15(ny c)-3.706 H 1.206(ommand in a pipeline b).15 F 1.206
+(ut the last \(subject to the state of the)-.2 F F2(pipefail)184 681.6 Q
+F1 1.307(shell option\), or if the command')3.807 F 3.807(sr)-.55 G
+1.307(eturn v)-3.807 F 1.307(alue is being in)-.25 F -.15(ve)-.4 G 1.308
+(rted with).15 F F2(!)3.808 E F1 6.308(.I)C 3.808(fa)-6.308 G .274(comp\
+ound command other than a subshell returns a non-zero status because a \
+command)184 693.6 R -.1(fa)184 705.6 S .194(iled while).1 F F2<ad65>
+2.694 E F1 -.1(wa)2.694 G 2.694(sb).1 G .194
+(eing ignored, the shell does not e)-2.694 F 2.695(xit. A)-.15 F .195
+(trap on)2.695 F F2(ERR)2.695 E F1 2.695(,i)C 2.695(fs)-2.695 G .195
+(et, is e)-2.695 F -.15(xe)-.15 G(-).15 E .59(cuted before the shell e)
+184 717.6 R 3.09(xits. This)-.15 F .59(option applies to the shell en)
+3.09 F .59(vironment and each sub-)-.4 F 1.491(shell en)184 729.6 R
+1.491(vironment separately \(see)-.4 F F3 1.492(COMMAND EXECUTION ENVIR)
+3.992 F(ONMENT)-.27 E F1(abo)3.742 E -.15(ve)-.15 G(\),).15 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(80)190.395 E 0 Cg EP
+%%Page: 81 81
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(follo)184 84 Q 1.654(wing a)-.25 F/F2 10
-/Times-Bold@0 SF(while)4.154 E F1(or)4.154 E F2(until)4.154 E F1 -.1(ke)
-4.154 G(yw)-.05 E 1.655(ord, part of the test follo)-.1 F 1.655
-(wing the)-.25 F F2(if)4.155 E F1(or)4.155 E F2(elif)4.155 E F1(reserv)
-4.155 E(ed)-.15 E -.1(wo)184 96 S .582(rds, part of an).1 F 3.082(yc)
--.15 G .582(ommand e)-3.082 F -.15(xe)-.15 G .581(cuted in a).15 F F2
-(&&)3.081 E F1(or)3.081 E F2(||)3.081 E F1 .581(list e)3.081 F .581
-(xcept the command follo)-.15 F(wing)-.25 E .917(the \214nal)184 108 R
-F2(&&)3.417 E F1(or)3.417 E F2(||)3.417 E F1 3.417(,a)C 1.217 -.15(ny c)
--3.417 H .918(ommand in a pipeline b).15 F .918
-(ut the last, or if the command')-.2 F 3.418(sr)-.55 G(eturn)-3.418 E
--.25(va)184 120 S .661(lue is being in).25 F -.15(ve)-.4 G .661
-(rted with).15 F F2(!)3.161 E F1 5.661(.I)C 3.161(fac)-5.661 G .66
-(ompound command other than a subshell returns a)-3.161 F 1.112
-(non-zero status because a command f)184 132 R 1.112(ailed while)-.1 F
-F2<ad65>3.612 E F1 -.1(wa)3.612 G 3.612(sb).1 G 1.113
-(eing ignored, the shell does)-3.612 F .178(not e)184 144 R 2.678
-(xit. A)-.15 F .178(trap on)2.678 F F2(ERR)2.678 E F1 2.678(,i)C 2.678
-(fs)-2.678 G .178(et, is e)-2.678 F -.15(xe)-.15 G .178
-(cuted before the shell e).15 F 2.677(xits. This)-.15 F .177
-(option applies to)2.677 F .617(the shell en)184 156 R .617
-(vironment and each subshell en)-.4 F .617(vironment separately \(see)
--.4 F/F3 9/Times-Bold@0 SF .618(COMMAND EXE-)3.118 F .643(CUTION ENVIR)
-184 168 R(ONMENT)-.27 E F1(abo)2.893 E -.15(ve)-.15 G .643
-(\), and may cause subshells to e).15 F .643(xit before e)-.15 F -.15
-(xe)-.15 G .642(cuting all).15 F(the commands in the subshell.)184 180 Q
-.998(If a compound command or shell function e)184 196.8 R -.15(xe)-.15
-G .999(cutes in a conte).15 F .999(xt where)-.15 F F2<ad65>3.499 E F1
-.999(is being ig-)3.499 F .089(nored, none of the commands e)184 208.8 R
--.15(xe)-.15 G .089(cuted within the compound command or function body)
-.15 F .502(will be af)184 220.8 R .502(fected by the)-.25 F F2<ad65>
-3.002 E F1 .502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)
--3.002 E F2<ad65>3.002 E F1 .502(is set and a command returns a f)3.002
-F .503(ailure sta-)-.1 F 4.184(tus. If)184 232.8 R 4.184(ac)4.184 G
-1.684(ompound command or shell function sets)-4.184 F F2<ad65>4.183 E F1
-1.683(while e)4.183 F -.15(xe)-.15 G 1.683(cuting in a conte).15 F(xt)
--.15 E(where)184 244.8 Q F2<ad65>3.153 E F1 .653
-(is ignored, that setting will not ha)3.153 F .954 -.15(ve a)-.2 H .954
--.15(ny e).15 H -.25(ff).15 G .654(ect until the compound command).25 F
-(or the command containing the function call completes.)184 256.8 Q F2
-<ad66>144 268.8 Q F1(Disable pathname e)184 268.8 Q(xpansion.)-.15 E F2
-<ad68>144 280.8 Q F1 .988(Remember the location of commands as the)184
-280.8 R 3.488(ya)-.15 G .988(re look)-3.488 F .988(ed up for e)-.1 F
--.15(xe)-.15 G 3.488(cution. This).15 F .987(is en-)3.487 F
-(abled by def)184 292.8 Q(ault.)-.1 E F2<ad6b>144 304.8 Q F1 .513
-(All ar)184 304.8 R .514
+.25 E F1(\(1\)).95 E(and may cause subshells to e)184 84 Q(xit before e)
+-.15 E -.15(xe)-.15 G(cuting all the commands in the subshell.).15 E
+.999(If a compound command or shell function e)184 100.8 R -.15(xe)-.15
+G .999(cutes in a conte).15 F .998(xt where)-.15 F/F2 10/Times-Bold@0 SF
+<ad65>3.498 E F1 .998(is being ig-)3.498 F .089
+(nored, none of the commands e)184 112.8 R -.15(xe)-.15 G .089
+(cuted within the compound command or function body).15 F .503
+(will be af)184 124.8 R .503(fected by the)-.25 F F2<ad65>3.002 E F1
+.502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)-3.002 E F2
+<ad65>3.002 E F1 .502(is set and a command returns a f)3.002 F .502
+(ailure sta-)-.1 F 4.183(tus. If)184 136.8 R 4.183(ac)4.183 G 1.683
+(ompound command or shell function sets)-4.183 F F2<ad65>4.184 E F1
+1.684(while e)4.184 F -.15(xe)-.15 G 1.684(cuting in a conte).15 F(xt)
+-.15 E(where)184 148.8 Q F2<ad65>3.154 E F1 .654
+(is ignored, that setting will not ha)3.154 F .953 -.15(ve a)-.2 H .953
+-.15(ny e).15 H -.25(ff).15 G .653(ect until the compound command).25 F
+(or the command containing the function call completes.)184 160.8 Q F2
+<ad66>144 172.8 Q F1(Disable pathname e)184 172.8 Q(xpansion.)-.15 E F2
+<ad68>144 184.8 Q F1 .988(Remember the location of commands as the)184
+184.8 R 3.488(ya)-.15 G .988(re look)-3.488 F .988(ed up for e)-.1 F
+-.15(xe)-.15 G 3.488(cution. This).15 F .988(is en-)3.488 F
+(abled by def)184 196.8 Q(ault.)-.1 E F2<ad6b>144 208.8 Q F1 .514
+(All ar)184 208.8 R .514
 (guments in the form of assignment statements are placed in the en)-.18
-F .514(vironment for a)-.4 F
-(command, not just those that precede the command name.)184 316.8 Q F2
-<ad6d>144 328.8 Q F1 .149(Monitor mode.)184 328.8 R .149
-(Job control is enabled.)5.149 F .148(This option is on by def)5.149 F
-.148(ault for interacti)-.1 F .448 -.15(ve s)-.25 H(hells).15 E .65
-(on systems that support it \(see)184 340.8 R F3 .651(JOB CONTR)3.151 F
-(OL)-.27 E F1(abo)2.901 E -.15(ve)-.15 G 3.151(\). All).15 F .651
-(processes run in a separate)3.151 F .679(process group.)184 352.8 R
-.678(When a background job completes, the shell prints a line containin\
-g its)5.679 F -.15(ex)184 364.8 S(it status.).15 E F2<ad6e>144 376.8 Q
-F1 .652(Read commands b)184 376.8 R .652(ut do not e)-.2 F -.15(xe)-.15
-G .652(cute them.).15 F .653
-(This may be used to check a shell script for)5.652 F(syntax errors.)184
-388.8 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15
-E F2<ad6f>144 400.8 Q F0(option\255name)2.5 E F1(The)184 412.8 Q F0
+F .513(vironment for a)-.4 F
+(command, not just those that precede the command name.)184 220.8 Q F2
+<ad6d>144 232.8 Q F1 .148(Monitor mode.)184 232.8 R .148
+(Job control is enabled.)5.148 F .149(This option is on by def)5.148 F
+.149(ault for interacti)-.1 F .449 -.15(ve s)-.25 H(hells).15 E .651
+(on systems that support it \(see)184 244.8 R/F3 9/Times-Bold@0 SF .651
+(JOB CONTR)3.151 F(OL)-.27 E F1(abo)2.901 E -.15(ve)-.15 G 3.151
+(\). All).15 F .65(processes run in a separate)3.151 F .678
+(process group.)184 256.8 R .679(When a background job completes, the s\
+hell prints a line containing its)5.678 F -.15(ex)184 268.8 S
+(it status.).15 E F2<ad6e>144 280.8 Q F1 .653(Read commands b)184 280.8
+R .653(ut do not e)-.2 F -.15(xe)-.15 G .653(cute them.).15 F .652
+(This may be used to check a shell script for)5.653 F(syntax errors.)184
+292.8 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15
+E F2<ad6f>144 304.8 Q F0(option\255name)2.5 E F1(The)184 316.8 Q F0
 (option\255name)2.5 E F1(can be one of the follo)2.5 E(wing:)-.25 E F2
-(allexport)184 424.8 Q F1(Same as)224 436.8 Q F2<ad61>2.5 E F1(.)A F2
-(braceexpand)184 448.8 Q F1(Same as)224 460.8 Q F2<ad42>2.5 E F1(.)A F2
-(emacs)184 472.8 Q F1 .089
-(Use an emacs-style command line editing interf)224 472.8 R 2.589
+(allexport)184 328.8 Q F1(Same as)224 340.8 Q F2<ad61>2.5 E F1(.)A F2
+(braceexpand)184 352.8 Q F1(Same as)224 364.8 Q F2<ad42>2.5 E F1(.)A F2
+(emacs)184 376.8 Q F1 .089
+(Use an emacs-style command line editing interf)224 376.8 R 2.589
 (ace. This)-.1 F .089(is enabled by def)2.589 F(ault)-.1 E .95
-(when the shell is interacti)224 484.8 R -.15(ve)-.25 G 3.45(,u).15 G
+(when the shell is interacti)224 388.8 R -.15(ve)-.25 G 3.45(,u).15 G
 .95(nless the shell is started with the)-3.45 F F2(\255\255noediting)
-3.45 E F1 2.5(option. This)224 496.8 R(also af)2.5 E
+3.45 E F1 2.5(option. This)224 400.8 R(also af)2.5 E
 (fects the editing interf)-.25 E(ace used for)-.1 E F2 -.18(re)2.5 G
-(ad \255e).18 E F1(.)A F2(err)184 508.8 Q(exit)-.18 E F1(Same as)224
-508.8 Q F2<ad65>2.5 E F1(.)A F2(errtrace)184 520.8 Q F1(Same as)224
-520.8 Q F2<ad45>2.5 E F1(.)A F2(functrace)184 532.8 Q F1(Same as)224
-544.8 Q F2<ad54>2.5 E F1(.)A F2(hashall)184 556.8 Q F1(Same as)224 556.8
-Q F2<ad68>2.5 E F1(.)A F2(histexpand)184 568.8 Q F1(Same as)224 580.8 Q
-F2<ad48>2.5 E F1(.)A F2(history)184 592.8 Q F1 .587
-(Enable command history)224 592.8 R 3.087(,a)-.65 G 3.087(sd)-3.087 G
+(ad \255e).18 E F1(.)A F2(err)184 412.8 Q(exit)-.18 E F1(Same as)224
+412.8 Q F2<ad65>2.5 E F1(.)A F2(errtrace)184 424.8 Q F1(Same as)224
+424.8 Q F2<ad45>2.5 E F1(.)A F2(functrace)184 436.8 Q F1(Same as)224
+448.8 Q F2<ad54>2.5 E F1(.)A F2(hashall)184 460.8 Q F1(Same as)224 460.8
+Q F2<ad68>2.5 E F1(.)A F2(histexpand)184 472.8 Q F1(Same as)224 484.8 Q
+F2<ad48>2.5 E F1(.)A F2(history)184 496.8 Q F1 .586
+(Enable command history)224 496.8 R 3.087(,a)-.65 G 3.087(sd)-3.087 G
 .587(escribed abo)-3.087 F .887 -.15(ve u)-.15 H(nder).15 E F3(HIST)
 3.087 E(OR)-.162 E(Y)-.315 E/F4 9/Times-Roman@0 SF(.)A F1 .587
-(This option is)5.087 F(on by def)224 604.8 Q(ault in interacti)-.1 E .3
--.15(ve s)-.25 H(hells.).15 E F2(ignor)184 616.8 Q(eeof)-.18 E F1 .821
-(The ef)224 628.8 R .822
+(This option is)5.087 F(on by def)224 508.8 Q(ault in interacti)-.1 E .3
+-.15(ve s)-.25 H(hells.).15 E F2(ignor)184 520.8 Q(eeof)-.18 E F1 .822
+(The ef)224 532.8 R .822
 (fect is as if the shell command \231IGNOREEOF=10\232 had been e)-.25 F
--.15(xe)-.15 G(cuted).15 E(\(see)224 640.8 Q F2(Shell V)2.5 E(ariables)
--.92 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2 -.1(ke)184 652.8 S(yw).1
-E(ord)-.1 E F1(Same as)224 664.8 Q F2<ad6b>2.5 E F1(.)A F2(monitor)184
-676.8 Q F1(Same as)224 676.8 Q F2<ad6d>2.5 E F1(.)A F2(noclob)184 688.8
-Q(ber)-.1 E F1(Same as)224 700.8 Q F2<ad43>2.5 E F1(.)A(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(76)193.45 E 0 Cg EP
-%%Page: 77 77
+-.15(xe)-.15 G(cuted).15 E(\(see)224 544.8 Q F2(Shell V)2.5 E(ariables)
+-.92 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2 -.1(ke)184 556.8 S(yw).1
+E(ord)-.1 E F1(Same as)224 568.8 Q F2<ad6b>2.5 E F1(.)A F2(monitor)184
+580.8 Q F1(Same as)224 580.8 Q F2<ad6d>2.5 E F1(.)A F2(noclob)184 592.8
+Q(ber)-.1 E F1(Same as)224 604.8 Q F2<ad43>2.5 E F1(.)A F2(noexec)184
+616.8 Q F1(Same as)224 616.8 Q F2<ad6e>2.5 E F1(.)A F2(noglob)184 628.8
+Q F1(Same as)224 628.8 Q F2<ad66>2.5 E F1(.)A F2(nolog)184 640.8 Q F1
+(Currently ignored.)224 640.8 Q F2(notify)184 652.8 Q F1(Same as)224
+652.8 Q F2<ad62>2.5 E F1(.)A F2(nounset)184 664.8 Q F1(Same as)224 664.8
+Q F2<ad75>2.5 E F1(.)A F2(onecmd)184 676.8 Q F1(Same as)224 676.8 Q F2
+<ad74>2.5 E F1(.)A F2(ph)184 688.8 Q(ysical)-.15 E F1(Same as)224 688.8
+Q F2<ad50>2.5 E F1(.)A F2(pipefail)184 700.8 Q F1 1.029
+(If set, the return v)224 700.8 R 1.029(alue of a pipeline is the v)-.25
+F 1.03(alue of the last \(rightmost\) com-)-.25 F 1.137(mand to e)224
+712.8 R 1.136
+(xit with a non-zero status, or zero if all commands in the pipeline)
+-.15 F -.15(ex)224 724.8 S(it successfully).15 E 5(.T)-.65 G
+(his option is disabled by def)-5 E(ault.)-.1 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(81)190.395 E 0 Cg EP
+%%Page: 82 82
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(noexec)184 84 Q F1(Same as)
-224 84 Q F2<ad6e>2.5 E F1(.)A F2(noglob)184 96 Q F1(Same as)224 96 Q F2
-<ad66>2.5 E F1(.)A F2(nolog)184 108 Q F1(Currently ignored.)224 108 Q F2
-(notify)184 120 Q F1(Same as)224 120 Q F2<ad62>2.5 E F1(.)A F2(nounset)
-184 132 Q F1(Same as)224 132 Q F2<ad75>2.5 E F1(.)A F2(onecmd)184 144 Q
-F1(Same as)224 144 Q F2<ad74>2.5 E F1(.)A F2(ph)184 156 Q(ysical)-.15 E
-F1(Same as)224 156 Q F2<ad50>2.5 E F1(.)A F2(pipefail)184 168 Q F1 1.03
-(If set, the return v)224 168 R 1.029(alue of a pipeline is the v)-.25 F
-1.029(alue of the last \(rightmost\) com-)-.25 F 1.136(mand to e)224 180
-R 1.136
-(xit with a non-zero status, or zero if all commands in the pipeline)
--.15 F -.15(ex)224 192 S(it successfully).15 E 5(.T)-.65 G
-(his option is disabled by def)-5 E(ault.)-.1 E F2(posix)184 204 Q F1
-2.091(Change the beha)224 204 R 2.091(vior of)-.2 F F2(bash)4.591 E F1
-2.091(where the def)4.591 F 2.091(ault operation dif)-.1 F 2.091
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(posix)184 84 Q F1 2.09
+(Change the beha)224 84 R 2.091(vior of)-.2 F F2(bash)4.591 E F1 2.091
+(where the def)4.591 F 2.091(ault operation dif)-.1 F 2.091
 (fers from the)-.25 F 1.212(POSIX standard to match the standard \()224
-216 R F0 1.212(posix mode)B F1 3.712(\). See)B/F3 9/Times-Bold@0 SF
-1.212(SEE ALSO)3.712 F F1(belo)3.463 E(w)-.25 E .955
-(for a reference to a document that details ho)224 228 R 3.454(wp)-.25 G
-.954(osix mode af)-3.454 F .954(fects bash')-.25 F 3.454(sb)-.55 G(e-)
--3.454 E(ha)224 240 Q(vior)-.2 E(.)-.55 E F2(pri)184 252 Q(vileged)-.1 E
-F1(Same as)224 264 Q F2<ad70>2.5 E F1(.)A F2 -.1(ve)184 276 S(rbose).1 E
-F1(Same as)224 276 Q F2<ad76>2.5 E F1(.)A F2(vi)184 288 Q F1 .209
-(Use a vi-style command line editing interf)224 288 R 2.709(ace. This)
--.1 F .209(also af)2.709 F .21(fects the editing in-)-.25 F(terf)224 300
-Q(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F1(.)A F2(xtrace)
-184 312 Q F1(Same as)224 312 Q F2<ad78>2.5 E F1(.)A(If)184 324 Q F2
-<ad6f>2.766 E F1 .266(is supplied with no)2.766 F F0(option\255name)
-2.765 E F1(,)A F2(set)2.765 E F1 .265
-(prints the current shell option settings.)2.765 F(If)5.265 E F2(+o)
-2.765 E F1 .078(is supplied with no)184 336 R F0(option\255name)2.578 E
-F1(,)A F2(set)2.578 E F1 .079(prints a series of)2.579 F F2(set)2.579 E
-F1 .079(commands to recreate the cur)2.579 F(-)-.2 E
-(rent option settings on the standard output.)184 348 Q F2<ad70>144 360
-Q F1 -.45(Tu)184 360 S 2.629(rn on).45 F F0(privile)6.378 E -.1(ge)-.4 G
-(d).1 E F1 5.128(mode. In)5.898 F 2.628(this mode, the)5.128 F F3($ENV)
-5.128 E F1(and)4.878 E F3($B)5.128 E(ASH_ENV)-.27 E F1 2.628
-(\214les are not)4.878 F .289
-(processed, shell functions are not inherited from the en)184 372 R .289
-(vironment, and the)-.4 F F3(SHELLOPTS)2.789 E/F4 9/Times-Roman@0 SF(,)A
-F3 -.27(BA)184 384 S(SHOPTS).27 E F4(,)A F3(CDP)2.775 E -.855(AT)-.666 G
-(H).855 E F4(,)A F1(and)2.775 E F3(GLOBIGNORE)3.025 E F1 -.25(va)2.775 G
-.524(riables, if the).25 F 3.024(ya)-.15 G .524(ppear in the en)-3.024 F
-(vironment,)-.4 E .379(are ignored.)184 396 R .379
-(If the shell is started with the ef)5.379 F(fecti)-.25 E .679 -.15
-(ve u)-.25 H .38(ser \(group\) id not equal to the real).15 F .462
-(user \(group\) id, and the)184 408 R F2<ad70>2.961 E F1 .461
-(option is not supplied, these actions are tak)2.961 F .461
-(en and the ef)-.1 F(fec-)-.25 E(ti)184 420 Q .694 -.15(ve u)-.25 H .394
-(ser id is set to the real user id.).15 F .395(If the)5.395 F F2<ad70>
-2.895 E F1 .395(option is supplied at startup, the ef)2.895 F(fecti)-.25
-E -.15(ve)-.25 G .387(user id is not reset.)184 432 R -.45(Tu)5.387 G
-.387(rning this option of).45 F 2.886(fc)-.25 G .386(auses the ef)-2.886
-F(fecti)-.25 E .686 -.15(ve u)-.25 H .386(ser and group ids to be).15 F
-(set to the real user and group ids.)184 444 Q F2<ad72>144 456 Q F1
-(Enable restricted shell mode.)184 456 Q
-(This option cannot be unset once it has been set.)5 E F2<ad74>144 468 Q
-F1(Exit after reading and e)184 468 Q -.15(xe)-.15 G
-(cuting one command.).15 E F2<ad75>144 480 Q F1 -.35(Tr)184 480 S .662
+96 R F0 1.212(posix mode)B F1 3.712(\). See)B/F3 9/Times-Bold@0 SF 1.212
+(SEE ALSO)3.712 F F1(belo)3.462 E(w)-.25 E .954
+(for a reference to a document that details ho)224 108 R 3.455(wp)-.25 G
+.955(osix mode af)-3.455 F .955(fects bash')-.25 F 3.455(sb)-.55 G(e-)
+-3.455 E(ha)224 120 Q(vior)-.2 E(.)-.55 E F2(pri)184 132 Q(vileged)-.1 E
+F1(Same as)224 144 Q F2<ad70>2.5 E F1(.)A F2 -.1(ve)184 156 S(rbose).1 E
+F1(Same as)224 156 Q F2<ad76>2.5 E F1(.)A F2(vi)184 168 Q F1 .209
+(Use a vi-style command line editing interf)224 168 R 2.709(ace. This)
+-.1 F .209(also af)2.709 F .209(fects the editing in-)-.25 F(terf)224
+180 Q(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F1(.)A F2
+(xtrace)184 192 Q F1(Same as)224 192 Q F2<ad78>2.5 E F1(.)A(If)184 204 Q
+F2<ad6f>2.765 E F1 .265(is supplied with no)2.765 F F0(option\255name)
+2.765 E F1(,)A F2(set)2.765 E F1 .266
+(prints the current shell option settings.)2.765 F(If)5.266 E F2(+o)
+2.766 E F1 .079(is supplied with no)184 216 R F0(option\255name)2.579 E
+F1(,)A F2(set)2.579 E F1 .079(prints a series of)2.579 F F2(set)2.579 E
+F1 .078(commands to recreate the cur)2.578 F(-)-.2 E
+(rent option settings on the standard output.)184 228 Q F2<ad70>144 240
+Q F1 -.45(Tu)184 240 S 3.277(rn on).45 F F0(privile)7.027 E -.1(ge)-.4 G
+(d).1 E F1 5.777(mode. In)6.547 F 3.277
+(this mode, the shell does not read the)5.777 F F3($ENV)5.778 E F1(and)
+5.528 E F3($B)184 252 Q(ASH_ENV)-.27 E F1 .018
+(\214les, shell functions are not inherited from the en)2.268 F .018
+(vironment, and the)-.4 F F3(SHEL-)2.517 E(LOPTS)184 264 Q/F4 9
+/Times-Roman@0 SF(,)A F3 -.27(BA)2.589 G(SHOPTS).27 E F4(,)A F3(CDP)
+2.589 E -.855(AT)-.666 G(H).855 E F4(,)A F1(and)2.589 E F3(GLOBIGNORE)
+2.839 E F1 -.25(va)2.589 G .339(riables, if the).25 F 2.84(ya)-.15 G .34
+(ppear in the en)-2.84 F(vi-)-.4 E .021(ronment, are ignored.)184 276 R
+.021(If the shell is started with the ef)5.021 F(fecti)-.25 E .32 -.15
+(ve u)-.25 H .02(ser \(group\) id not equal to).15 F .043
+(the real user \(group\) id, and the)184 288 R F2<ad70>2.543 E F1 .043
+(option is not supplied, these actions are tak)2.543 F .043(en and the)
+-.1 F(ef)184 300 Q(fecti)-.25 E .879 -.15(ve u)-.25 H .579
+(ser id is set to the real user id.).15 F .579(If the)5.579 F F2<ad70>
+3.079 E F1 .579(option is supplied at startup, the ef-)3.079 F(fecti)184
+312 Q 1.21 -.15(ve u)-.25 H .91(ser id is not reset.).15 F -.45(Tu)5.91
+G .91(rning this option of).45 F 3.41(fc)-.25 G .91(auses the ef)-3.41 F
+(fecti)-.25 E 1.21 -.15(ve u)-.25 H .91(ser and group).15 F
+(ids to be set to the real user and group ids.)184 324 Q F2<ad72>144 336
+Q F1(Enable restricted shell mode.)184 336 Q
+(This option cannot be unset once it has been set.)5 E F2<ad74>144 348 Q
+F1(Exit after reading and e)184 348 Q -.15(xe)-.15 G
+(cuting one command.).15 E F2<ad75>144 360 Q F1 -.35(Tr)184 360 S .663
 (eat unset v).35 F .662(ariables and parameters other than the special \
-parameters \231@\232 and \231*\232, or)-.25 F .349(array v)184 492 R
+parameters \231@\232 and \231*\232, or)-.25 F .348(array v)184 372 R
 .348(ariables subscripted with \231@\232 or \231*\232, as an error when\
- performing parameter e)-.25 F(x-)-.15 E 2.89(pansion. If)184 504 R -.15
-(ex)2.89 G .391(pansion is attempted on an unset v).15 F .391
-(ariable or parameter)-.25 F 2.891(,t)-.4 G .391(he shell prints an)
--2.891 F(error message, and, if not interacti)184 516 Q -.15(ve)-.25 G
-2.5(,e).15 G(xits with a non-zero status.)-2.65 E F2<ad76>144 528 Q F1
-(Print shell input lines as the)184 528 Q 2.5(ya)-.15 G(re read.)-2.5 E
-F2<ad78>144 540 Q F1 .315(After e)184 540 R .315(xpanding each)-.15 F F0
+ performing parameter e)-.25 F(x-)-.15 E 2.891(pansion. If)184 384 R
+-.15(ex)2.891 G .391(pansion is attempted on an unset v).15 F .391
+(ariable or parameter)-.25 F 2.89(,t)-.4 G .39(he shell prints an)-2.89
+F(error message, and, if not interacti)184 396 Q -.15(ve)-.25 G 2.5(,e)
+.15 G(xits with a non-zero status.)-2.65 E F2<ad76>144 408 Q F1
+(Print shell input lines as the)184 408 Q 2.5(ya)-.15 G(re read.)-2.5 E
+F2<ad78>144 420 Q F1 .315(After e)184 420 R .315(xpanding each)-.15 F F0
 .315(simple command)2.815 F F1(,)A F2 -.25(fo)2.815 G(r).25 E F1
 (command,)2.815 E F2(case)2.815 E F1(command,)2.815 E F2(select)2.815 E
-F1(command,)2.815 E 1.235(or arithmetic)184 552 R F2 -.25(fo)3.736 G(r)
+F1(command,)2.815 E 1.236(or arithmetic)184 432 R F2 -.25(fo)3.736 G(r)
 .25 E F1 1.236(command, display the e)3.736 F 1.236(xpanded v)-.15 F
 1.236(alue of)-.25 F F3(PS4)3.736 E F4(,)A F1(follo)3.486 E 1.236
-(wed by the com-)-.25 F(mand and its e)184 564 Q(xpanded ar)-.15 E
-(guments or associated w)-.18 E(ord list, to standard error)-.1 E(.)-.55
-E F2<ad42>144 576 Q F1 1.206(The shell performs brace e)184 576 R 1.206
-(xpansion \(see)-.15 F F2 1.205(Brace Expansion)3.705 F F1(abo)3.705 E
--.15(ve)-.15 G 3.705(\). This).15 F 1.205(is on by de-)3.705 F -.1(fa)
-184 588 S(ult.).1 E F2<ad43>144 600 Q F1 .213(If set,)184 600 R F2(bash)
-2.713 E F1 .213(does not o)2.713 F -.15(ve)-.15 G .214(rwrite an e).15 F
-.214(xisting \214le with the)-.15 F F2(>)2.714 E F1(,)A F2(>&)2.714 E F1
-2.714(,a)C(nd)-2.714 E F2(<>)2.714 E F1 .214(redirection opera-)2.714 F
-3.054(tors. This)184 612 R .553(may be o)3.053 F -.15(ve)-.15 G .553
-(rridden when creating output \214les by using the redirection opera-)
-.15 F(tor)184 624 Q F2(>|)2.5 E F1(instead of)2.5 E F2(>)2.5 E F1(.)A F2
-<ad45>144 636 Q F1 .103(If set, an)184 636 R 2.603(yt)-.15 G .103
-(rap on)-2.603 F F2(ERR)2.603 E F1 .104
-(is inherited by shell functions, command substitutions, and com-)2.603
-F .839(mands e)184 648 R -.15(xe)-.15 G .839(cuted in a subshell en).15
-F 3.339(vironment. The)-.4 F F2(ERR)3.338 E F1 .838
-(trap is normally not inherited in)3.338 F(such cases.)184 660 Q F2
-<ad48>144 672 Q F1(Enable)184 672 Q F2(!)3.031 E F1 .531
-(style history substitution.)5.531 F .531(This option is on by def)5.531
-F .532(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 684 Q -.15
-(ve)-.25 G(.).15 E F2<ad50>144 696 Q F1 .96
-(If set, the shell does not resolv)184 696 R 3.459(es)-.15 G .959
-(ymbolic links when e)-3.459 F -.15(xe)-.15 G .959
-(cuting commands such as).15 F F2(cd)3.459 E F1 1.452
-(that change the current w)184 708 R 1.452(orking directory)-.1 F 6.452
-(.I)-.65 G 3.953(tu)-6.452 G 1.453(ses the ph)-3.953 F 1.453
-(ysical directory structure in-)-.05 F 5.506(stead. By)184 720 R(def)
-5.506 E(ault,)-.1 E F2(bash)5.506 E F1(follo)5.506 E 3.005
-(ws the logical chain of directories when performing)-.25 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(77)193.45 E 0 Cg EP
-%%Page: 78 78
+(wed by the com-)-.25 F(mand and its e)184 444 Q(xpanded ar)-.15 E
+(guments or associated w)-.18 E(ord list, to the standard error)-.1 E(.)
+-.55 E F2<ad42>144 456 Q F1 1.205(The shell performs brace e)184 456 R
+1.205(xpansion \(see)-.15 F F2 1.205(Brace Expansion)3.705 F F1(abo)
+3.705 E -.15(ve)-.15 G 3.706(\). This).15 F 1.206(is on by de-)3.706 F
+-.1(fa)184 468 S(ult.).1 E F2<ad43>144 480 Q F1 .214(If set,)184 480 R
+F2(bash)2.714 E F1 .214(does not o)2.714 F -.15(ve)-.15 G .214
+(rwrite an e).15 F .214(xisting \214le with the)-.15 F F2(>)2.714 E F1
+(,)A F2(>&)2.714 E F1 2.713(,a)C(nd)-2.713 E F2(<>)2.713 E F1 .213
+(redirection opera-)2.713 F 3.148(tors. Using)184 492 R .648
+(the redirection operator)3.148 F F2(>|)3.148 E F1 .648(instead of)3.148
+F F2(>)3.148 E F1 .648(will o)3.148 F -.15(ve)-.15 G .648
+(rride this and force the cre-).15 F(ation of an output \214le.)184 504
+Q F2<ad45>144 516 Q F1 .104(If set, an)184 516 R 2.604(yt)-.15 G .104
+(rap on)-2.604 F F2(ERR)2.604 E F1 .103
+(is inherited by shell functions, command substitutions, and com-)2.604
+F .838(mands e)184 528 R -.15(xe)-.15 G .838(cuted in a subshell en).15
+F 3.338(vironment. The)-.4 F F2(ERR)3.338 E F1 .839
+(trap is normally not inherited in)3.339 F(such cases.)184 540 Q F2
+<ad48>144 552 Q F1(Enable)184 552 Q F2(!)3.032 E F1 .532
+(style history substitution.)5.532 F .531(This option is on by def)5.532
+F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 564 Q -.15
+(ve)-.25 G(.).15 E F2<ad50>144 576 Q F1 .959
+(If set, the shell does not resolv)184 576 R 3.459(es)-.15 G .959
+(ymbolic links when e)-3.459 F -.15(xe)-.15 G .96
+(cuting commands such as).15 F F2(cd)3.46 E F1 1.453
+(that change the current w)184 588 R 1.453(orking directory)-.1 F 6.453
+(.I)-.65 G 3.952(tu)-6.453 G 1.452(ses the ph)-3.952 F 1.452
+(ysical directory structure in-)-.05 F 3.334(stead. By)184 600 R(def)
+3.334 E(ault,)-.1 E F2(bash)3.334 E F1(follo)3.334 E .834
+(ws the logical chain of directories when performing com-)-.25 F
+(mands which change the current directory)184 612 Q(.)-.65 E F2<ad54>144
+624 Q F1 .89(If set, an)184 624 R 3.39(yt)-.15 G .89(raps on)-3.39 F F2
+(DEB)3.39 E(UG)-.1 E F1(and)3.39 E F2(RETURN)3.39 E F1 .89
+(are inherited by shell functions, command)3.39 F 1.932
+(substitutions, and commands e)184 636 R -.15(xe)-.15 G 1.932
+(cuted in a subshell en).15 F 4.432(vironment. The)-.4 F F2(DEB)4.432 E
+(UG)-.1 E F1(and)4.432 E F2(RETURN)184 648 Q F1
+(traps are normally not inherited in such cases.)2.5 E F2<adad>144 660 Q
+F1 .91(If no ar)184 660 R .909(guments follo)-.18 F 3.409(wt)-.25 G .909
+(his option, unset the positional parameters.)-3.409 F .909
+(Otherwise, set the)5.909 F(positional parameters to the)184 672 Q F0
+(ar)2.5 E(g)-.37 E F1(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G
+(ome of them be)-2.5 E(gin with a)-.15 E F2<ad>2.5 E F1(.)A F2<ad>144
+684 Q F1 1.367(Signal the end of options, and assign all remaining)184
+684 R F0(ar)3.868 E(g)-.37 E F1 3.868(st)C 3.868(ot)-3.868 G 1.368
+(he positional parameters.)-3.868 F(The)184 696 Q F2<ad78>2.849 E F1
+(and)2.849 E F2<ad76>2.849 E F1 .349(options are turned of)2.849 F 2.849
+(f. If)-.25 F .349(there are no)2.849 F F0(ar)2.849 E(g)-.37 E F1 .348
+(s, the positional parameters re-)B(main unchanged.)184 708 Q .425
+(The options are of)144 724.8 R 2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)
+-2.925 E .425(ault unless otherwise noted.)-.1 F .425
+(Using + rather than \255 causes these options)5.425 F(GNU Bash 5.3)72
+768 Q(2024 October 15)141.235 E(82)190.395 E 0 Cg EP
+%%Page: 83 83
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(commands which change the current directory)184 84
-Q(.)-.65 E/F2 10/Times-Bold@0 SF<ad54>144 96 Q F1 .89(If set, an)184 96
-R 3.39(yt)-.15 G .89(raps on)-3.39 F F2(DEB)3.39 E(UG)-.1 E F1(and)3.39
-E F2(RETURN)3.39 E F1 .89(are inherited by shell functions, command)3.39
-F 1.932(substitutions, and commands e)184 108 R -.15(xe)-.15 G 1.932
-(cuted in a subshell en).15 F 4.432(vironment. The)-.4 F F2(DEB)4.432 E
-(UG)-.1 E F1(and)4.432 E F2(RETURN)184 120 Q F1
-(traps are normally not inherited in such cases.)2.5 E F2<adad>144 132 Q
-F1 .4(If no ar)184 132 R .401(guments follo)-.18 F 2.901(wt)-.25 G .401
-(his option, then the positional parameters are unset.)-2.901 F
-(Otherwise,)5.401 E(the positional parameters are set to the)184 144 Q
-F0(ar)2.5 E(g)-.37 E F1(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G
-(ome of them be)-2.5 E(gin with a)-.15 E F2<ad>2.5 E F1(.)A F2<ad>144
-156 Q F1 .279(Signal the end of options, cause all remaining)184 156 R
-F0(ar)2.779 E(g)-.37 E F1 2.779(st)C 2.779(ob)-2.779 G 2.778(ea)-2.779 G
-.278(ssigned to the positional para-)-2.778 F 3.021(meters. The)184 168
-R F2<ad78>3.021 E F1(and)3.022 E F2<ad76>3.022 E F1 .522
-(options are turned of)3.022 F 3.022(f. If)-.25 F .522(there are no)
-3.022 F F0(ar)3.022 E(g)-.37 E F1 .522(s, the positional para-)B
-(meters remain unchanged.)184 180 Q .425(The options are of)144 196.8 R
-2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)-2.925 E .425
-(ault unless otherwise noted.)-.1 F .425
-(Using + rather than \255 causes these options)5.425 F .177
-(to be turned of)144 208.8 R 2.677(f. The)-.25 F .178
-(options can also be speci\214ed as ar)2.678 F .178(guments to an in)
--.18 F -.2(vo)-.4 G .178(cation of the shell.).2 F(The)5.178 E .066
-(current set of options may be found in)144 220.8 R F2<24ad>2.566 E F1
-5.066(.T)C .066(he return status is al)-5.066 F -.1(wa)-.1 G .066
-(ys true unless an in).1 F -.25(va)-.4 G .066(lid option).25 F
-(is encountered.)144 232.8 Q F2(shift)108 249.6 Q F1([)2.5 E F0(n)A F1
-(])A 1.669(The positional parameters from)144 261.6 R F0(n)4.169 E F1
-1.67(+1 .)B -1.662 1.666(.. a)1.666 H 1.67(re renamed to)-1.666 F F2
-1.67($1 .)4.17 F 1.666(..)1.666 G(.)-1.666 E F1 -.15(Pa)6.67 G 1.67
-(rameters represented by the).15 F(numbers)144 273.6 Q F2($#)2.702 E F1
-(do)2.702 E .202(wn to)-.25 F F2($#)2.702 E F1<ad>A F0(n)A F1 .202
-(+1 are unset.)B F0(n)5.562 E F1 .202(must be a non-ne)2.942 F -.05(ga)
--.15 G(ti).05 E .502 -.15(ve n)-.25 H .201(umber less than or equal to)
-.15 F F2($#)2.701 E F1(.)A(If)144 285.6 Q F0(n)3.461 E F1 .601
-(is 0, no parameters are changed.)3.341 F(If)5.602 E F0(n)3.462 E F1
-.602(is not gi)3.342 F -.15(ve)-.25 G .602(n, it is assumed to be 1.).15
-F(If)5.602 E F0(n)3.462 E F1 .602(is greater than)3.342 F F2($#)144
-297.6 Q F1 2.791(,t)C .291(he positional parameters are not changed.)
--2.791 F .29(The return status is greater than zero if)5.291 F F0(n)3.15
-E F1 .29(is greater)3.03 F(than)144 309.6 Q F2($#)2.5 E F1
-(or less than zero; otherwise 0.)2.5 E F2(shopt)108 326.4 Q F1([)2.5 E
-F2(\255pqsu)A F1 2.5(][)C F2<ad6f>-2.5 E F1 2.5(][)C F0(optname)-2.5 E
-F1 1.666(...)2.5 G(])-1.666 E -.8(To)144 338.4 S .639(ggle the v).8 F
+.25 E F1(\(1\)).95 E .178(to be turned of)144 84 R 2.678(f. The)-.25 F
+.178(options can also be speci\214ed as ar)2.678 F .178
+(guments to an in)-.18 F -.2(vo)-.4 G .177(cation of the shell.).2 F
+(The)5.177 E .653(current set of options may be found in)144 96 R/F2 10
+/Times-Bold@0 SF<24ad>3.153 E F1 5.653(.T)C .653(he return status is al)
+-5.653 F -.1(wa)-.1 G .654(ys zero unless an in).1 F -.25(va)-.4 G .654
+(lid op-).25 F(tion is encountered.)144 108 Q F2(shift)108 124.8 Q F1([)
+2.5 E F0(n)A F1(])A .597(Rename positional parameters from)144 136.8 R
+F0(n)3.097 E F1 .597(+1 .)B -2.735 1.666(.. t)1.666 H(o)-1.666 E F2 .597
+($1 .)3.097 F 1.666(..)1.666 G(.)-1.666 E F1 -.15(Pa)5.597 G .597
+(rameters represented by the numbers).15 F F2($#)3.096 E F1(do)144 148.8
+Q .078(wn to)-.25 F F2($#)2.578 E F1<ad>A F0(n)A F1 .078(+1 are unset.)B
+F0(n)5.438 E F1 .078(must be a non-ne)2.818 F -.05(ga)-.15 G(ti).05 E
+.378 -.15(ve n)-.25 H .078(umber less than or equal to).15 F F2($#)2.578
+E F1 5.078(.I)C(f)-5.078 E F0(n)2.938 E F1 .079(is 0, no)2.818 F .503
+(parameters are changed.)144 160.8 R(If)5.503 E F0(n)3.363 E F1 .503
+(is not gi)3.243 F -.15(ve)-.25 G .502(n, it is assumed to be 1.).15 F
+(If)5.502 E F0(n)3.362 E F1 .502(is greater than)3.242 F F2($#)3.002 E
+F1 3.002(,t)C .502(he posi-)-3.002 F .46
+(tional parameters are not changed.)144 172.8 R .46
+(The return status is greater than zero if)5.46 F F0(n)3.32 E F1 .46
+(is greater than)3.2 F F2($#)2.96 E F1(or)2.96 E
+(less than zero; otherwise 0.)144 184.8 Q F2(shopt)108 201.6 Q F1([)2.5
+E F2(\255pqsu)A F1 2.5(][)C F2<ad6f>-2.5 E F1 2.5(][)C F0(optname)-2.5 E
+F1 1.666(...)2.5 G(])-1.666 E -.8(To)144 213.6 S .64(ggle the v).8 F
 .639(alues of settings controlling optional shell beha)-.25 F(vior)-.2 E
-5.639(.T)-.55 G .64(he settings can be either those)-5.639 F .375
-(listed belo)144 350.4 R 1.675 -.65(w, o)-.25 H 1.175 -.4(r, i).65 H
-2.875(ft).4 G(he)-2.875 E F2<ad6f>2.875 E F1 .375
+5.639(.T)-.55 G .639(he settings can be either those)-5.639 F .374
+(listed belo)144 225.6 R 1.674 -.65(w, o)-.25 H 1.174 -.4(r, i).65 H
+2.874(ft).4 G(he)-2.874 E F2<ad6f>2.874 E F1 .375
 (option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25
-F F2<ad6f>2.875 E F1 .374(option to the)2.875 F F2(set)2.874 E F1 -.2
-(bu)2.874 G .374(iltin com-).2 F 2.565(mand. W)144 362.4 R .065
-(ith no options, or with the)-.4 F F2<ad70>2.566 E F1 .066
-(option, a list of all settable options is displayed, with an in-)2.566
-F .074(dication of whether or not each is set; if)144 374.4 R F0
-(optnames)2.574 E F1 .074
-(are supplied, the output is restricted to those op-)2.574 F 3.105
-(tions. The)144 386.4 R F2<ad70>3.105 E F1 .605(option causes output to\
- be displayed in a form that may be reused as input.)3.105 F(Other)5.605
-E(options ha)144 398.4 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad73>144 410.4 Q F1(Enable \(set\) each)180
-410.4 Q F0(optname)2.5 E F1(.)A F2<ad75>144 422.4 Q F1
-(Disable \(unset\) each)180 422.4 Q F0(optname)2.5 E F1(.)A F2<ad71>144
-434.4 Q F1 .003(Suppresses normal output \(quiet mode\); the return sta\
-tus indicates whether the)180 434.4 R F0(optname)2.503 E F1(is)2.503 E
-.255(set or unset.)180 446.4 R .255(If multiple)5.255 F F0(optname)2.755
-E F1(ar)2.755 E .256(guments are gi)-.18 F -.15(ve)-.25 G 2.756(nw).15 G
-(ith)-2.756 E F2<ad71>2.756 E F1 2.756(,t)C .256
-(he return status is zero if)-2.756 F(all)180 458.4 Q F0(optnames)2.5 E
-F1(are enabled; non-zero otherwise.)2.5 E F2<ad6f>144 470.4 Q F1
-(Restricts the v)180 470.4 Q(alues of)-.25 E F0(optname)2.5 E F1
-(to be those de\214ned for the)2.5 E F2<ad6f>2.5 E F1(option to the)2.5
-E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E .625(If either)144 487.2 R F2
-<ad73>3.125 E F1(or)3.124 E F2<ad75>3.124 E F1 .624(is used with no)
+F F2<ad6f>2.875 E F1 .375(option to the)2.875 F F2(set)2.875 E F1 -.2
+(bu)2.875 G .375(iltin com-).2 F(mand.)144 237.6 Q -.4(Wi)144 254.4 S
+.548(th no options, or with the).4 F F2<ad70>3.048 E F1 .548
+(option, display a list of all settable options, with an indication of)
+3.048 F .674(whether or not each is set; if an)144 266.4 R(y)-.15 E F0
+(optnames)3.175 E F1 .675
+(are supplied, the output is restricted to those options.)3.175 F(The)
+144 278.4 Q F2<ad70>2.5 E F1
+(option displays output in a form that may be reused as input.)2.5 E
+(Other options ha)144 295.2 Q .3 -.15(ve t)-.2 H(he follo).15 E
+(wing meanings:)-.25 E F2<ad73>144 307.2 Q F1(Enable \(set\) each)180
+307.2 Q F0(optname)2.5 E F1(.)A F2<ad75>144 319.2 Q F1
+(Disable \(unset\) each)180 319.2 Q F0(optname)2.5 E F1(.)A F2<ad71>144
+331.2 Q F1 .003(Suppresses normal output \(quiet mode\); the return sta\
+tus indicates whether the)180 331.2 R F0(optname)2.503 E F1(is)2.503 E
+.042(set or unset.)180 343.2 R .042(If multiple)5.042 F F0(optname)2.542
+E F1(ar)2.542 E .042(guments are supplied with)-.18 F F2<ad71>2.542 E F1
+2.542(,t)C .042(he return status is zero)-2.542 F(if all)180 355.2 Q F0
+(optnames)2.5 E F1(are enabled; non-zero otherwise.)2.5 E F2<ad6f>144
+367.2 Q F1(Restricts the v)180 367.2 Q(alues of)-.25 E F0(optname)2.5 E
+F1(to be those de\214ned for the)2.5 E F2<ad6f>2.5 E F1(option to the)
+2.5 E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E .625(If either)144 384 R
+F2<ad73>3.125 E F1(or)3.124 E F2<ad75>3.124 E F1 .624(is used with no)
 3.124 F F0(optname)3.124 E F1(ar)3.124 E(guments,)-.18 E F2(shopt)3.124
 E F1(sho)3.124 E .624(ws only those options which are)-.25 F .983
-(set or unset, respecti)144 499.2 R -.15(ve)-.25 G(ly).15 E 5.983(.U)
--.65 G .983(nless otherwise noted, the)-5.983 F F2(shopt)3.484 E F1 .984
-(options are disabled \(unset\) by de-)3.484 F -.1(fa)144 511.2 S(ult.)
-.1 E 1.544(The return status when listing options is zero if all)144 528
+(set or unset, respecti)144 396 R -.15(ve)-.25 G(ly).15 E 5.983(.U)-.65
+G .983(nless otherwise noted, the)-5.983 F F2(shopt)3.484 E F1 .984
+(options are disabled \(unset\) by de-)3.484 F -.1(fa)144 408 S(ult.).1
+E 1.544(The return status when listing options is zero if all)144 424.8
 R F0(optnames)4.044 E F1 1.544(are enabled, non-zero otherwise.)4.044 F
 .696
 (When setting or unsetting options, the return status is zero unless an)
-144 540 R F0(optname)3.196 E F1 .696(is not a v)3.196 F .696(alid shell)
--.25 F(option.)144 552 Q(The list of)144 568.8 Q F2(shopt)2.5 E F1
-(options is:)2.5 E F2(array_expand_once)144 585.6 Q F1 1.832
-(If set, the shell suppresses multiple e)184 597.6 R -.25(va)-.25 G
+144 436.8 R F0(optname)3.196 E F1 .696(is not a v)3.196 F .696
+(alid shell)-.25 F(option.)144 448.8 Q(The list of)144 465.6 Q F2(shopt)
+2.5 E F1(options is:)2.5 E F2(array_expand_once)144 482.4 Q F1 1.832
+(If set, the shell suppresses multiple e)184 494.4 R -.25(va)-.25 G
 1.832(luation of associati).25 F 2.131 -.15(ve a)-.25 H 1.831(nd inde)
 .15 F -.15(xe)-.15 G 4.331(da).15 G 1.831(rray sub-)-4.331 F .025
-(scripts during arithmetic e)184 609.6 R .025(xpression e)-.15 F -.25
+(scripts during arithmetic e)184 506.4 R .025(xpression e)-.15 F -.25
 (va)-.25 G .025(luation, while e).25 F -.15(xe)-.15 G .025(cuting b).15
-F .025(uiltins that can perform)-.2 F -.25(va)184 621.6 S
+F .025(uiltins that can perform)-.2 F -.25(va)184 518.4 S
 (riable assignments, and while e).25 E -.15(xe)-.15 G(cuting b).15 E
 (uiltins that perform array dereferencing.)-.2 E F2(assoc_expand_once)
-144 633.6 Q F1(Deprecated; a synon)184 645.6 Q(ym for)-.15 E F2
-(array_expand_once)2.5 E F1(.)A F2(autocd)144 657.6 Q F1 .2
-(If set, a command name that is the name of a directory is e)184 657.6 R
+144 530.4 Q F1(Deprecated; a synon)184 542.4 Q(ym for)-.15 E F2
+(array_expand_once)2.5 E F1(.)A F2(autocd)144 554.4 Q F1 .2
+(If set, a command name that is the name of a directory is e)184 554.4 R
 -.15(xe)-.15 G .199(cuted as if it were the ar).15 F(gu-)-.18 E
-(ment to the)184 669.6 Q F2(cd)2.5 E F1 2.5(command. This)2.5 F
+(ment to the)184 566.4 Q F2(cd)2.5 E F1 2.5(command. This)2.5 F
 (option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E
-F2(cdable_v)144 681.6 Q(ars)-.1 E F1 .155(If set, an ar)184 693.6 R .155
-(gument to the)-.18 F F2(cd)2.655 E F1 -.2(bu)2.655 G .156
+F2(bash_sour)144 578.4 Q(ce_fullpath)-.18 E F1 .124
+(If set, \214lenames added to the)184 590.4 R F2 -.3(BA)2.624 G
+(SH_SOURCE).3 E F1 .124(array v)2.624 F .124(ariable are con)-.25 F -.15
+(ve)-.4 G .124(rted to full path-).15 F(names \(see)184 602.4 Q F2
+(Shell V)2.5 E(ariables)-.92 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2
+(cdable_v)144 614.4 Q(ars)-.1 E F1 .156(If set, an ar)184 626.4 R .156
+(gument to the)-.18 F F2(cd)2.656 E F1 -.2(bu)2.656 G .155
 (iltin command that is not a directory is assumed to be the).2 F
-(name of a v)184 705.6 Q(ariable whose v)-.25 E
-(alue is the directory to change to.)-.25 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(78)193.45 E 0 Cg EP
-%%Page: 79 79
+(name of a v)184 638.4 Q(ariable whose v)-.25 E
+(alue is the directory to change to.)-.25 E F2(cdspell)144 650.4 Q F1
+1.292(If set, the)184 650.4 R F2(cd)3.792 E F1 1.293(command attempts t\
+o correct minor errors in the spelling of a directory)3.792 F 3.982
+(component. Minor)184 662.4 R 1.482
+(errors include transposed characters, a missing character)3.982 F 3.982
+(,a)-.4 G 1.482(nd one)-3.982 F -.15(ex)184 674.4 S .972(tra character)
+.15 F 5.972(.I)-.55 G(f)-5.972 E F2(cd)3.472 E F1 .972
+(corrects the directory name, it prints the corrected \214lename, and)
+3.472 F(the command proceeds.)184 686.4 Q
+(This option is only used by interacti)5 E .3 -.15(ve s)-.25 H(hells.)
+.15 E F2(checkhash)144 698.4 Q F1 .737(If set,)184 710.4 R F2(bash)3.237
+E F1 .736(checks that a command found in the hash table e)3.237 F .736
+(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184
+722.4 Q(If a hashed command no longer e)5 E(xists,)-.15 E F2(bash)2.5 E
+F1(performs a normal path search.)2.5 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(83)190.395 E 0 Cg EP
+%%Page: 84 84
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(cdspell)144 84 Q F1 1.055
-(If set, minor errors in the spelling of a directory component in a)184
-84 R F2(cd)3.555 E F1 1.055(command will be)3.555 F 3.987
-(corrected. The)184 96 R 1.487(errors check)3.987 F 1.487
-(ed for are transposed characters, a missing character)-.1 F 3.988(,a)
--.4 G(nd)-3.988 E .77(one character too man)184 108 R 4.57 -.65(y. I)
--.15 H 3.27(fac).65 G .77
-(orrection is found, the corrected \214lename is printed, and)-3.27 F
-(the command proceeds.)184 120 Q(This option is only used by interacti)5
-E .3 -.15(ve s)-.25 H(hells.).15 E F2(checkhash)144 132 Q F1 .736
-(If set,)184 144 R F2(bash)3.236 E F1 .736
-(checks that a command found in the hash table e)3.236 F .737
-(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 156
-Q(If a hashed command no longer e)5 E
-(xists, a normal path search is performed.)-.15 E F2(checkjobs)144 168 Q
-F1 .449(If set,)184 180 R F2(bash)2.949 E F1 .449
-(lists the status of an)2.949 F 2.949(ys)-.15 G .448
-(topped and running jobs before e)-2.949 F .448(xiting an interacti)-.15
-F -.15(ve)-.25 G 2.661(shell. If)184 192 R(an)2.661 E 2.661(yj)-.15 G
-.161(obs are running, this causes the e)-2.661 F .161
-(xit to be deferred until a second e)-.15 F .162(xit is at-)-.15 F 1.473
-(tempted without an interv)184 204 R 1.473(ening command \(see)-.15 F/F3
-9/Times-Bold@0 SF 1.473(JOB CONTR)3.973 F(OL)-.27 E F1(abo)3.723 E -.15
-(ve)-.15 G 3.973(\). The).15 F 1.472(shell al-)3.972 F -.1(wa)184 216 S
-(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G(obs are stopped.)
--2.5 E F2(checkwinsize)144 228 Q F1 1.09(If set,)184 240 R F2(bash)3.59
-E F1 1.09(checks the windo)3.59 F 3.59(ws)-.25 G 1.09(ize after each e)
--3.59 F 1.09(xternal \(non-b)-.15 F 1.09(uiltin\) command and, if)-.2 F
-(necessary)184 252 Q 3.351(,u)-.65 G .851(pdates the v)-3.351 F .85
-(alues of)-.25 F F3(LINES)3.35 E F1(and)3.1 E F3(COLUMNS)3.35 E/F4 9
-/Times-Roman@0 SF(.)A F1 .85(This option is enabled by de-)5.35 F -.1
-(fa)184 264 S(ult.).1 E F2(cmdhist)144 276 Q F1 .172(If set,)184 276 R
-F2(bash)2.672 E F1 .172(attempts to sa)2.672 F .472 -.15(ve a)-.2 H .173
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(checkjobs)144 84 Q F1 .448
+(If set,)184 96 R F2(bash)2.948 E F1 .448(lists the status of an)2.948 F
+2.949(ys)-.15 G .449(topped and running jobs before e)-2.949 F .449
+(xiting an interacti)-.15 F -.15(ve)-.25 G 2.784(shell. If)184 108 R(an)
+2.784 E 2.784(yj)-.15 G .284(obs are running,)-2.784 F F2(bash)2.784 E
+F1 .284(defers the e)2.784 F .284(xit until a second e)-.15 F .283
+(xit is attempted with-)-.15 F .834(out an interv)184 120 R .834
+(ening command \(see)-.15 F/F3 9/Times-Bold@0 SF .835(JOB CONTR)3.335 F
+(OL)-.27 E F1(abo)3.085 E -.15(ve)-.15 G 3.335(\). The).15 F .835
+(shell al)3.335 F -.1(wa)-.1 G .835(ys postpones).1 F -.15(ex)184 132 S
+(iting if an).15 E 2.5(yj)-.15 G(obs are stopped.)-2.5 E F2
+(checkwinsize)144 144 Q F1 1.09(If set,)184 156 R F2(bash)3.59 E F1 1.09
+(checks the windo)3.59 F 3.59(ws)-.25 G 1.09(ize after each e)-3.59 F
+1.09(xternal \(non-b)-.15 F 1.09(uiltin\) command and, if)-.2 F
+(necessary)184 168 Q 2.937(,u)-.65 G .437(pdates the v)-2.937 F .437
+(alues of)-.25 F F3(LINES)2.938 E F1(and)2.688 E F3(COLUMNS)2.938 E/F4 9
+/Times-Roman@0 SF(,)A F1 .438(using the \214le descriptor associ-)2.688
+F(ated with the standard error if it is a terminal.)184 180 Q
+(This option is enabled by def)5 E(ault.)-.1 E F2(cmdhist)144 192 Q F1
+.173(If set,)184 192 R F2(bash)2.673 E F1 .173(attempts to sa)2.673 F
+.473 -.15(ve a)-.2 H .172
 (ll lines of a multiple-line command in the same history en-).15 F(try)
-184 288 Q 5.597(.T)-.65 G .597(his allo)-5.597 F .597
+184 204 Q 5.596(.T)-.65 G .597(his allo)-5.596 F .597
 (ws easy re-editing of multi-line commands.)-.25 F .597
-(This option is enabled by de-)5.597 F -.1(fa)184 300 S 1.287(ult, b).1
+(This option is enabled by de-)5.597 F -.1(fa)184 216 S 1.288(ult, b).1
 F 1.288(ut only has an ef)-.2 F 1.288
-(fect if command history is enabled, as described abo)-.25 F 1.588 -.15
-(ve u)-.15 H(nder).15 E F3(HIST)184 312 Q(OR)-.162 E(Y)-.315 E F4(.)A F2
-(compat31)144 324 Q(compat32)144 336 Q(compat40)144 348 Q(compat41)144
-360 Q(compat42)144 372 Q(compat43)144 384 Q(compat44)144 396 Q(compat50)
-144 408 Q F1 .889(These control aspects of the shell')184 420 R 3.389
+(fect if command history is enabled, as described abo)-.25 F 1.587 -.15
+(ve u)-.15 H(nder).15 E F3(HIST)184 228 Q(OR)-.162 E(Y)-.315 E F4(.)A F2
+(compat31)144 240 Q(compat32)144 252 Q(compat40)144 264 Q(compat41)144
+276 Q(compat42)144 288 Q(compat43)144 300 Q(compat44)144 312 Q(compat50)
+144 324 Q F1 .889(These control aspects of the shell')184 336 R 3.389
 (sc)-.55 G .889(ompatibility mode \(see)-3.389 F F3 .889(SHELL COMP)
-3.389 F -.855(AT)-.666 G(IBILITY).855 E(MODE)184 432 Q F1(belo)2.25 E
-(w\).)-.25 E F2(complete_fullquote)144 448.8 Q F1 .653(If set,)184 460.8
-R F2(bash)3.153 E F1 .653(quotes all shell metacharacters in \214lename\
-s and directory names when per)3.153 F(-)-.2 E 1.525
-(forming completion.)184 472.8 R 1.524(If not set,)6.525 F F2(bash)4.024
-E F1(remo)4.024 E -.15(ve)-.15 G 4.024(sm).15 G 1.524
-(etacharacters such as the dollar sign)-4.024 F 2.667(from the set of c\
-haracters that will be quoted in completed \214lenames when these)184
-484.8 R .029(metacharacters appear in shell v)184 496.8 R .028
-(ariable references in w)-.25 F .028(ords to be completed.)-.1 F .028
-(This means)5.028 F 1.072(that dollar signs in v)184 508.8 R 1.073
+3.389 F -.855(AT)-.666 G(IBILITY).855 E(MODE)184 348 Q F1(belo)2.25 E
+(w\).)-.25 E F2(complete_fullquote)144 360 Q F1 .654(If set,)184 372 R
+F2(bash)3.153 E F1 .653(quotes all shell metacharacters in \214lenames \
+and directory names when per)3.153 F(-)-.2 E 1.524(forming completion.)
+184 384 R 1.524(If not set,)6.524 F F2(bash)4.024 E F1(remo)4.024 E -.15
+(ve)-.15 G 4.024(sm).15 G 1.524(etacharacters such as the dollar sign)
+-4.024 F 2.667(from the set of characters that will be quoted in comple\
+ted \214lenames when these)184 396 R .028
+(metacharacters appear in shell v)184 408 R .028
+(ariable references in w)-.25 F .029(ords to be completed.)-.1 F .029
+(This means)5.029 F 1.073(that dollar signs in v)184 420 R 1.073
 (ariable names that e)-.25 F 1.073
 (xpand to directories will not be quoted; ho)-.15 F(w-)-.25 E -2.15 -.25
-(ev e)184 520.8 T 1.923 -.4(r, a).25 H 1.423 -.15(ny d).4 H 1.123
+(ev e)184 432 T 1.922 -.4(r, a).25 H 1.422 -.15(ny d).4 H 1.123
 (ollar signs appearing in \214lenames will not be quoted, either).15 F
-6.123(.T)-.55 G 1.122(his is acti)-6.123 F -.15(ve)-.25 G .59
+6.123(.T)-.55 G 1.123(his is acti)-6.123 F -.15(ve)-.25 G .59
 (only when bash is using backslashes to quote completed \214lenames.)184
-532.8 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 544.8 Q
+444 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 456 Q
 (ault, which is the def)-.1 E(ault bash beha)-.1 E(vior in v)-.2 E
-(ersions through 4.2.)-.15 E F2(dir)144 561.6 Q(expand)-.18 E F1 .487
-(If set,)184 573.6 R F2(bash)2.987 E F1 .486
+(ersions through 4.2.)-.15 E F2(dir)144 468 Q(expand)-.18 E F1 .486
+(If set,)184 480 R F2(bash)2.986 E F1 .486
 (replaces directory names with the results of w)2.986 F .486(ord e)-.1 F
-.486(xpansion when perform-)-.15 F .179(ing \214lename completion.)184
-585.6 R .179(This changes the contents of the readline editing b)5.179 F
-(uf)-.2 E(fer)-.25 E 5.18(.I)-.55 G 2.68(fn)-5.18 G(ot)-2.68 E(set,)184
-597.6 Q F2(bash)2.5 E F1(attempts to preserv)2.5 E 2.5(ew)-.15 G
-(hat the user typed.)-2.5 E F2(dirspell)144 614.4 Q F1 .859(If set,)184
-614.4 R F2(bash)3.359 E F1 .858
-(attempts spelling correction on directory names during w)3.359 F .858
+.487(xpansion when perform-)-.15 F 1.25(ing \214lename completion.)184
+492 R 1.25(This changes the contents of the)6.25 F F2 -.18(re)3.75 G
+(adline).18 E F1 1.25(editing b)3.75 F(uf)-.2 E(fer)-.25 E 6.25(.I)-.55
+G(f)-6.25 E(not set,)184 504 Q F2(bash)2.5 E F1(attempts to preserv)2.5
+E 2.5(ew)-.15 G(hat the user typed.)-2.5 E F2(dirspell)144 516 Q F1 .858
+(If set,)184 516 R F2(bash)3.358 E F1 .858
+(attempts spelling correction on directory names during w)3.358 F .859
 (ord completion if)-.1 F
-(the directory name initially supplied does not e)184 626.4 Q(xist.)-.15
-E F2(dotglob)144 643.2 Q F1 1.087(If set,)184 643.2 R F2(bash)3.587 E F1
-1.088(includes \214lenames be)3.588 F 1.088
+(the directory name initially supplied does not e)184 528 Q(xist.)-.15 E
+F2(dotglob)144 540 Q F1 1.088(If set,)184 540 R F2(bash)3.588 E F1 1.088
+(includes \214lenames be)3.588 F 1.088
 (ginning with a \231.\232 in the results of pathname e)-.15 F(xpan-)-.15
-E 3.389(sion. The)184 655.2 R .889
-(\214lenames \231.\232 and \231..\232 must al)3.389 F -.1(wa)-.1 G .888
-(ys be matched e).1 F(xplicitly)-.15 E 3.388(,e)-.65 G -.15(ve)-3.638 G
-3.388(ni).15 G(f)-3.388 E F2(dotglob)3.388 E F1(is)3.388 E(set.)184
-667.2 Q F2(execfail)144 684 Q F1 .516(If set, a non-interacti)184 684 R
-.816 -.15(ve s)-.25 H .516(hell will not e).15 F .516
-(xit if it cannot e)-.15 F -.15(xe)-.15 G .517
-(cute the \214le speci\214ed as an ar).15 F(-)-.2 E(gument to the)184
-696 Q F2(exec)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E(An interacti)5 E
-.3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 E F2(exec)2.5 E F1
--.1(fa)2.5 G(ils.).1 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(79)
-193.45 E 0 Cg EP
-%%Page: 80 80
+E 2.5(sion. The)184 552 R(\214lenames)2.5 E F0(.)4.166 E F1(and)4.166 E
+F0(..)4.166 E F1(must al)4.166 E -.1(wa)-.1 G(ys be matched e).1 E
+(xplicitly)-.15 E 2.5(,e)-.65 G -.15(ve)-2.75 G 2.5(ni).15 G(f)-2.5 E F2
+(dotglob)2.5 E F1(is set.)2.5 E F2(execfail)144 564 Q F1 .516
+(If set, a non-interacti)184 564 R .816 -.15(ve s)-.25 H .516
+(hell will not e).15 F .516(xit if it cannot e)-.15 F -.15(xe)-.15 G
+.517(cute the \214le speci\214ed as an ar).15 F(-)-.2 E(gument to the)
+184 576 Q F2(exec)2.5 E F1 -.2(bu)2.5 G 2.5(iltin. An).2 F(interacti)2.5
+E .3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 E F2(exec)2.5 E
+F1 -.1(fa)2.5 G(ils.).1 E F2(expand_aliases)144 588 Q F1 .717
+(If set, aliases are e)184 600 R .717(xpanded as described abo)-.15 F
+1.017 -.15(ve u)-.15 H(nder).15 E F3(ALIASES)3.217 E F4(.)A F1 .716
+(This option is enabled)5.217 F(by def)184 612 Q(ault for interacti)-.1
+E .3 -.15(ve s)-.25 H(hells.).15 E F2(extdeb)144 624 Q(ug)-.2 E F1 .17
+(If set at shell in)184 636 R -.2(vo)-.4 G .17
+(cation, or in a shell startup \214le, arrange to e).2 F -.15(xe)-.15 G
+.17(cute the deb).15 F .17(ugger pro\214le)-.2 F 1.082
+(before the shell starts, identical to the)184 648 R F2<adad646562>3.582
+E(ugger)-.2 E F1 3.581(option. If)3.581 F 1.081(set after in)3.581 F -.2
+(vo)-.4 G 1.081(cation, be-).2 F(ha)184 660 Q
+(vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F2(1.)184
+672 Q F1(The)220 672 Q F2<ad46>4.25 E F1 1.75(option to the)4.25 F F2
+(declar)4.251 E(e)-.18 E F1 -.2(bu)4.251 G 1.751
+(iltin displays the source \214le name and line).2 F
+(number corresponding to each function name supplied as an ar)220 684 Q
+(gument.)-.18 E F2(2.)184 696 Q F1 1.667(If the command run by the)220
+696 R F2(DEB)4.167 E(UG)-.1 E F1 1.667(trap returns a non-zero v)4.167 F
+1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220 708
+Q -.15(xe)-.15 G(cuted.).15 E(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(84)190.395 E 0 Cg EP
+%%Page: 85 85
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(expand_aliases)144 84 Q F1
-.717(If set, aliases are e)184 96 R .717(xpanded as described abo)-.15 F
-1.017 -.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 SF(ALIASES)3.217 E
-/F4 9/Times-Roman@0 SF(.)A F1 .716(This option is enabled)5.217 F
-(by def)184 108 Q(ault for interacti)-.1 E .3 -.15(ve s)-.25 H(hells.)
-.15 E F2(extdeb)144 124.8 Q(ug)-.2 E F1 .17(If set at shell in)184 136.8
-R -.2(vo)-.4 G .17(cation, or in a shell startup \214le, arrange to e).2
-F -.15(xe)-.15 G .17(cute the deb).15 F .17(ugger pro\214le)-.2 F 1.082
-(before the shell starts, identical to the)184 148.8 R F2<adad646562>
-3.582 E(ugger)-.2 E F1 3.581(option. If)3.581 F 1.081(set after in)3.581
-F -.2(vo)-.4 G 1.081(cation, be-).2 F(ha)184 160.8 Q
-(vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F2(1.)184
-177.6 Q F1(The)220 177.6 Q F2<ad46>4.25 E F1 1.75(option to the)4.25 F
-F2(declar)4.251 E(e)-.18 E F1 -.2(bu)4.251 G 1.751
-(iltin displays the source \214le name and line).2 F
-(number corresponding to each function name supplied as an ar)220 189.6
-Q(gument.)-.18 E F2(2.)184 206.4 Q F1 1.667(If the command run by the)
-220 206.4 R F2(DEB)4.167 E(UG)-.1 E F1 1.667(trap returns a non-zero v)
-4.167 F 1.667(alue, the ne)-.25 F(xt)-.15 E
-(command is skipped and not e)220 218.4 Q -.15(xe)-.15 G(cuted.).15 E F2
-(3.)184 235.2 Q F1 .84(If the command run by the)220 235.2 R F2(DEB)3.34
-E(UG)-.1 E F1 .841(trap returns a v)3.341 F .841
-(alue of 2, and the shell is)-.25 F -.15(exe)220 247.2 S .488
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(3.)184 84 Q F1 .84
+(If the command run by the)220 84 R F2(DEB)3.34 E(UG)-.1 E F1 .841
+(trap returns a v)3.341 F .841(alue of 2, and the shell is)-.25 F -.15
+(exe)220 96 S .488
 (cuting in a subroutine \(a shell function or a shell script e).15 F
 -.15(xe)-.15 G .488(cuted by the).15 F F2(.)2.988 E F1(or)2.988 E F2
-(sour)220 259.2 Q(ce)-.18 E F1 -.2(bu)2.5 G
+(sour)220 108 Q(ce)-.18 E F1 -.2(bu)2.5 G
 (iltins\), the shell simulates a call to).2 E F2 -.18(re)2.5 G(tur).18 E
-(n)-.15 E F1(.)A F2(4.)184 276 Q F3 -.27(BA)220 276 S(SH_ARGC).27 E F1
-(and)3.153 E F3 -.27(BA)3.403 G(SH_ARGV).27 E F1 .904
-(are updated as described in their descriptions)3.154 F(abo)220 288 Q
--.15(ve)-.15 G(\).).15 E F2(5.)184 304.8 Q F1 1.637(Function tracing is\
- enabled: command substitution, shell functions, and sub-)220 304.8 R
-(shells in)220 316.8 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E
-F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)2.5 E F2(DEB)2.5
-E(UG)-.1 E F1(and)2.5 E F2(RETURN)2.5 E F1(traps.)2.5 E F2(6.)184 333.6
-Q F1 1.082(Error tracing is enabled: command substitution, shell functi\
-ons, and subshells)220 333.6 R(in)220 345.6 Q -.2(vo)-.4 G -.1(ke).2 G
-2.5(dw).1 G(ith)-2.5 E F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1
-(inherit the)2.5 E F2(ERR)2.5 E F1(trap.)2.5 E F2(extglob)144 362.4 Q F1
-.4(If set, the e)184 362.4 R .4
-(xtended pattern matching features described abo)-.15 F .7 -.15(ve u)
--.15 H(nder).15 E F2 -.1(Pa)2.9 G .4(thname Expan-).1 F(sion)184 374.4 Q
-F1(are enabled.)2.5 E F2(extquote)144 391.2 Q F1 .86(If set,)184 403.2 R
-F2($)3.36 E F1<08>A F0(string)A F1 3.36<0861>C(nd)-3.36 E F2($)3.36 E F1
-(")A F0(string)A F1 3.36("q)C .86(uoting is performed within)-3.36 F F2
-(${)3.36 E F0(par)A(ameter)-.15 E F2(})A F1 -.15(ex)3.36 G .86
-(pansions en-).15 F(closed in double quotes.)184 415.2 Q
-(This option is enabled by def)5 E(ault.)-.1 E F2(failglob)144 432 Q F1
-.243(If set, patterns which f)184 432 R .243
-(ail to match \214lenames during pathname e)-.1 F .243
-(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 444 Q(.)-.55
-E F2 -.25(fo)144 460.8 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F1 .936
-(If set, the suf)184 472.8 R<8c78>-.25 E .936(es speci\214ed by the)-.15
-F F3(FIGNORE)3.436 E F1 .936(shell v)3.186 F .936(ariable cause w)-.25 F
-.937(ords to be ignored)-.1 F .32(when performing w)184 484.8 R .32
+(n)-.15 E F1(.)A F2(4.)184 120 Q/F3 9/Times-Bold@0 SF -.27(BA)220 120 S
+(SH_ARGC).27 E F1(and)3.153 E F3 -.27(BA)3.403 G(SH_ARGV).27 E F1 .904
+(are updated as described in their descriptions)3.154 F(abo)220 132 Q
+-.15(ve)-.15 G(\).).15 E F2(5.)184 144 Q F1 1.637(Function tracing is e\
+nabled: command substitution, shell functions, and sub-)220 144 R
+(shells in)220 156 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F2
+(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)2.5 E F2(DEB)2.5 E
+(UG)-.1 E F1(and)2.5 E F2(RETURN)2.5 E F1(traps.)2.5 E F2(6.)184 168 Q
+F1 1.082(Error tracing is enabled: command substitution, shell function\
+s, and subshells)220 168 R(in)220 180 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw)
+.1 G(ith)-2.5 E F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)
+2.5 E F2(ERR)2.5 E F1(trap.)2.5 E F2(extglob)144 192 Q F1 .857
+(If set, enable the e)184 192 R .856
+(xtended pattern matching features described abo)-.15 F 1.156 -.15(ve u)
+-.15 H(nder).15 E F2 -.1(Pa)3.356 G(thname).1 E(Expansion)184 204 Q F1
+(.)A F2(extquote)144 216 Q F1 .86(If set,)184 228 R F2($)3.36 E F1<08>A
+F0(string)A F1 3.36<0861>C(nd)-3.36 E F2($)3.36 E F1(")A F0(string)A F1
+3.36("q)C .86(uoting is performed within)-3.36 F F2(${)3.36 E F0(par)A
+(ameter)-.15 E F2(})A F1 -.15(ex)3.36 G .86(pansions en-).15 F
+(closed in double quotes.)184 240 Q(This option is enabled by def)5 E
+(ault.)-.1 E F2(failglob)144 252 Q F1 .243(If set, patterns which f)184
+252 R .243(ail to match \214lenames during pathname e)-.1 F .243
+(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 264 Q(.)-.55
+E F2 -.25(fo)144 276 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F1 .936
+(If set, the suf)184 288 R<8c78>-.25 E .936(es speci\214ed by the)-.15 F
+F3(FIGNORE)3.436 E F1 .936(shell v)3.186 F .936(ariable cause w)-.25 F
+.937(ords to be ignored)-.1 F .32(when performing w)184 300 R .32
 (ord completion e)-.1 F -.15(ve)-.25 G 2.82(ni).15 G 2.82(ft)-2.82 G .32
-(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 2.947
-(pletions. See)184 496.8 R F3 .447(SHELL V)2.947 F(ARIABLES)-1.215 E F1
-(abo)2.697 E .747 -.15(ve f)-.15 H .448(or a description of).15 F F3
-(FIGNORE)2.948 E F4(.)A F1 .448(This option is)4.948 F(enabled by def)
-184 508.8 Q(ault.)-.1 E F2(globasciiranges)144 525.6 Q F1 2.519
-(If set, range e)184 537.6 R 2.519
+(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 3.238
+(pletions. See)184 312 R F2 .738(Shell V)3.238 F(ariables)-.92 E F1(abo)
+3.238 E 1.038 -.15(ve f)-.15 H .738(or a description of).15 F F3
+(FIGNORE)3.238 E/F4 9/Times-Roman@0 SF(.)A F1 .739(This option is en-)
+5.238 F(abled by def)184 324 Q(ault.)-.1 E F2(globasciiranges)144 336 Q
+F1 2.519(If set, range e)184 348 R 2.519
 (xpressions used in pattern matching brack)-.15 F 2.518(et e)-.1 F 2.518
 (xpressions \(see)-.15 F F3 -.09(Pa)5.018 G(tter).09 E(n)-.135 E
-(Matching)184 549.6 Q F1(abo)2.964 E -.15(ve)-.15 G 3.214(\)b).15 G(eha)
+(Matching)184 360 Q F1(abo)2.964 E -.15(ve)-.15 G 3.214(\)b).15 G(eha)
 -3.214 E 1.014 -.15(ve a)-.2 H 3.214(si).15 G 3.214(fi)-3.214 G 3.214
 (nt)-3.214 G .714(he traditional C locale when performing comparisons.)
--3.214 F 1.02(That is, the current locale')184 561.6 R 3.52(sc)-.55 G
-1.02(ollating sequence is not tak)-3.52 F 1.02(en into account, so)-.1 F
-F2(b)3.52 E F1 1.02(will not)3.52 F .956(collate between)184 573.6 R F2
-(A)3.456 E F1(and)3.456 E F2(B)3.456 E F1 3.457(,a)C .957(nd upper)
--3.457 F .957(-case and lo)-.2 F(wer)-.25 E .957
-(-case ASCII characters will collate)-.2 F(together)184 585.6 Q(.)-.55 E
-F2(globskipdots)144 602.4 Q F1 .802(If set, pathname e)184 614.4 R .802
-(xpansion will ne)-.15 F -.15(ve)-.25 G 3.302(rm).15 G .802
-(atch the \214lenames \231.\232 and \231..\232, e)-3.302 F -.15(ve)-.25
-G 3.302(ni).15 G 3.302(ft)-3.302 G .802(he pat-)-3.302 F(tern be)184
-626.4 Q(gins with a \231.\232.)-.15 E(This option is enabled by def)5 E
-(ault.)-.1 E F2(globstar)144 643.2 Q F1 .518(If set, the pattern)184
-643.2 R F2(**)3.018 E F1 .519(used in a pathname e)3.019 F .519
-(xpansion conte)-.15 F .519(xt will match all \214les and zero)-.15 F
-.432(or more directories and subdirectories.)184 655.2 R .431
+-3.214 F .987(That is, pattern matching does not tak)184 372 R 3.487(et)
+-.1 G .987(he current locale')-3.487 F 3.487(sc)-.55 G .987
+(ollating sequence into ac-)-3.487 F 1.551(count, so)184 384 R F2(b)
+4.051 E F1 1.551(will not collate between)4.051 F F2(A)4.051 E F1(and)
+4.051 E F2(B)4.052 E F1 4.052(,a)C 1.552(nd upper)-4.052 F 1.552
+(-case and lo)-.2 F(wer)-.25 E 1.552(-case ASCII)-.2 F
+(characters will collate together)184 396 Q(.)-.55 E F2(globskipdots)144
+408 Q F1 .727(If set, pathname e)184 420 R .727(xpansion will ne)-.15 F
+-.15(ve)-.25 G 3.227(rm).15 G .727(atch the \214lenames)-3.227 F F0(.)
+4.893 E F1(and)4.893 E F0(..)4.893 E F1 3.227(,e)1.666 G -.15(ve)-3.477
+G 3.227(ni).15 G 3.227(ft)-3.227 G .727(he pattern)-3.227 F(be)184 432 Q
+(gins with a \231.\232.)-.15 E(This option is enabled by def)5 E(ault.)
+-.1 E F2(globstar)144 444 Q F1 .518(If set, the pattern)184 444 R F2(**)
+3.018 E F1 .519(used in a pathname e)3.019 F .519(xpansion conte)-.15 F
+.519(xt will match all \214les and zero)-.15 F .432
+(or more directories and subdirectories.)184 456 R .431
 (If the pattern is follo)5.432 F .431(wed by a)-.25 F F2(/)2.931 E F1
 2.931(,o)C .431(nly directories)-2.931 F(and subdirectories match.)184
-667.2 Q F2(gnu_errfmt)144 684 Q F1(If set, shell error messages are wri\
-tten in the standard GNU error message format.)184 696 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(80)193.45 E 0 Cg EP
-%%Page: 81 81
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(histappend)144 84 Q F1 .676
+468 Q F2(gnu_errfmt)144 480 Q F1(If set, shell error messages are writt\
+en in the standard GNU error message format.)184 492 Q F2(histappend)144
+504 Q F1 .676
 (If set, the history list is appended to the \214le named by the v)184
-96 R .676(alue of the)-.25 F/F3 9/Times-Bold@0 SF(HISTFILE)3.177 E F1
--.25(va)2.927 G(ri-).25 E(able when the shell e)184 108 Q
-(xits, rather than o)-.15 E -.15(ve)-.15 G(rwriting the \214le.).15 E F2
-(histr)144 124.8 Q(eedit)-.18 E F1 .576(If set, and)184 136.8 R F2 -.18
-(re)3.076 G(adline).18 E F1 .575(is being used, a user is gi)3.076 F
--.15(ve)-.25 G 3.075(nt).15 G .575(he opportunity to re-edit a f)-3.075
-F .575(ailed his-)-.1 F(tory substitution.)184 148.8 Q F2(histv)144
-165.6 Q(erify)-.1 E F1 .402(If set, and)184 177.6 R F2 -.18(re)2.903 G
-(adline).18 E F1 .403
+516 R .676(alue of the)-.25 F F3(HISTFILE)3.177 E F1 -.25(va)2.927 G
+(ri-).25 E(able when the shell e)184 528 Q(xits, rather than o)-.15 E
+-.15(ve)-.15 G(rwriting the \214le.).15 E F2(histr)144 540 Q(eedit)-.18
+E F1 .118(If set, and)184 552 R F2 -.18(re)2.618 G(adline).18 E F1 .118
+(is being used, the user is gi)2.618 F -.15(ve)-.25 G 2.618(nt).15 G
+.117(he opportunity to re-edit a f)-2.618 F .117(ailed his-)-.1 F
+(tory substitution.)184 564 Q F2(histv)144 576 Q(erify)-.1 E F1 .402
+(If set, and)184 588 R F2 -.18(re)2.903 G(adline).18 E F1 .403
 (is being used, the results of history substitution are not immediately)
-2.903 F .662(passed to the shell parser)184 189.6 R 5.662(.I)-.55 G .661
+2.903 F .662(passed to the shell parser)184 600 R 5.662(.I)-.55 G .661
 (nstead, the resulting line is loaded into the)-5.662 F F2 -.18(re)3.161
-G(adline).18 E F1(editing)3.161 E -.2(bu)184 201.6 S -.25(ff).2 G(er).25
-2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F2
-(hostcomplete)144 218.4 Q F1 1.181(If set, and)184 230.4 R F2 -.18(re)
-3.681 G(adline).18 E F1 1.181(is being used,)3.681 F F2(bash)3.682 E F1
-1.182(will attempt to perform hostname completion)3.682 F 1.381
-(when a w)184 242.4 R 1.381(ord containing a)-.1 F F2(@)3.881 E F1 1.381
+G(adline).18 E F1(editing)3.161 E -.2(bu)184 612 S -.25(ff).2 G(er).25 E
+2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F2
+(hostcomplete)144 624 Q F1 1.181(If set, and)184 636 R F2 -.18(re)3.681
+G(adline).18 E F1 1.181(is being used,)3.681 F F2(bash)3.682 E F1 1.182
+(will attempt to perform hostname completion)3.682 F 1.381(when a w)184
+648 R 1.381(ord containing a)-.1 F F2(@)3.881 E F1 1.381
 (is being completed \(see)3.881 F F2(Completing)3.88 E F1(under)3.88 E
-F3(READLINE)3.88 E F1(abo)184 254.4 Q -.15(ve)-.15 G 2.5(\). This).15 F
-(is enabled by def)2.5 E(ault.)-.1 E F2(huponexit)144 271.2 Q F1
-(If set,)184 283.2 Q F2(bash)2.5 E F1(will send)2.5 E F3(SIGHUP)2.5 E F1
+F3(READLINE)3.88 E F1(abo)184 660 Q -.15(ve)-.15 G 2.5(\). This).15 F
+(is enabled by def)2.5 E(ault.)-.1 E F2(huponexit)144 672 Q F1(If set,)
+184 684 Q F2(bash)2.5 E F1(will send)2.5 E F3(SIGHUP)2.5 E F1
 (to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25 H(ogin shell e)
-.15 E(xits.)-.15 E F2(inherit_err)144 300 Q(exit)-.18 E F1 .219
-(If set, command substitution inherits the v)184 312 R .219(alue of the)
+.15 E(xits.)-.15 E F2(inherit_err)144 696 Q(exit)-.18 E F1 .219
+(If set, command substitution inherits the v)184 708 R .219(alue of the)
 -.25 F F2(err)2.719 E(exit)-.18 E F1 .22(option, instead of unsetting)
-2.719 F(it in the subshell en)184 324 Q 2.5(vironment. This)-.4 F
-(option is enabled when)2.5 E F0(posix mode)2.5 E F1(is enabled.)2.5 E
-F2(interacti)144 340.8 Q -.1(ve)-.1 G(_comments).1 E F1 .33
-(If set, allo)184 352.8 R 2.83(waw)-.25 G .33(ord be)-2.93 F .33
-(ginning with)-.15 F F2(#)2.83 E F1 .33(to cause that w)2.83 F .33
-(ord and all remaining characters on)-.1 F .967
-(that line to be ignored in an interacti)184 364.8 R 1.267 -.15(ve s)
--.25 H .967(hell \(see).15 F F3(COMMENTS)3.467 E F1(abo)3.217 E -.15(ve)
--.15 G 3.467(\). This).15 F .968(option is)3.468 F(enabled by def)184
-376.8 Q(ault.)-.1 E F2(lastpipe)144 393.6 Q F1 .066
-(If set, and job control is not acti)184 393.6 R -.15(ve)-.25 G 2.566
-(,t).15 G .066(he shell runs the last command of a pipeline not e)-2.566
-F -.15(xe)-.15 G(-).15 E
-(cuted in the background in the current shell en)184 405.6 Q(vironment.)
--.4 E F2(lithist)144 422.4 Q F1 .654(If set, and the)184 422.4 R F2
-(cmdhist)3.154 E F1 .654(option is enabled, multi-line commands are sa)
-3.154 F -.15(ve)-.2 G 3.155(dt).15 G 3.155(ot)-3.155 G .655(he history)
--3.155 F(with embedded ne)184 434.4 Q
+2.719 F(it in the subshell en)184 720 Q 2.5(vironment. This)-.4 F
+(option is enabled when posix mode is enabled.)2.5 E(GNU Bash 5.3)72 768
+Q(2024 October 15)141.235 E(85)190.395 E 0 Cg EP
+%%Page: 86 86
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(interacti)144 84 Q -.1(ve)-.1
+G(_comments).1 E F1 .209(In an interacti)184 96 R .509 -.15(ve s)-.25 H
+.209(hell, a w).15 F .209(ord be)-.1 F .209(ginning with)-.15 F F2(#)
+2.709 E F1 .209(causes that w)2.709 F .208(ord and all remaining char)
+-.1 F(-)-.2 E .612
+(acters on that line to be ignored, as in a non-interacti)184 108 R .912
+-.15(ve s)-.25 H .612(hell \(see).15 F/F3 9/Times-Bold@0 SF(COMMENTS)
+3.113 E F1(abo)2.863 E -.15(ve)-.15 G(\).).15 E
+(This option is enabled by def)184 120 Q(ault.)-.1 E F2(lastpipe)144 132
+Q F1 .066(If set, and job control is not acti)184 132 R -.15(ve)-.25 G
+2.566(,t).15 G .066(he shell runs the last command of a pipeline not e)
+-2.566 F -.15(xe)-.15 G(-).15 E
+(cuted in the background in the current shell en)184 144 Q(vironment.)
+-.4 E F2(lithist)144 156 Q F1 .654(If set, and the)184 156 R F2(cmdhist)
+3.154 E F1 .654(option is enabled, multi-line commands are sa)3.154 F
+-.15(ve)-.2 G 3.155(dt).15 G 3.155(ot)-3.155 G .655(he history)-3.155 F
+(with embedded ne)184 168 Q
 (wlines rather than using semicolon separators where possible.)-.25 E F2
-(localv)144 451.2 Q(ar_inherit)-.1 E F1 .422(If set, local v)184 463.2 R
+(localv)144 180 Q(ar_inherit)-.1 E F1 .422(If set, local v)184 192 R
 .422(ariables inherit the v)-.25 F .422(alue and attrib)-.25 F .422
 (utes of a v)-.2 F .422(ariable of the same name that)-.25 F -.15(ex)184
-475.2 S .173(ists at a pre).15 F .173(vious scope before an)-.25 F 2.673
+204 S .173(ists at a pre).15 F .173(vious scope before an)-.25 F 2.673
 (yn)-.15 G .673 -.25(ew va)-2.673 H .173(lue is assigned.).25 F .174
-(The nameref attrib)5.174 F .174(ute is not)-.2 F(inherited.)184 487.2 Q
-F2(localv)144 504 Q(ar_unset)-.1 E F1 .329(If set, calling)184 516 R F2
+(The nameref attrib)5.174 F .174(ute is not)-.2 F(inherited.)184 216 Q
+F2(localv)144 228 Q(ar_unset)-.1 E F1 .329(If set, calling)184 240 R F2
 (unset)2.829 E F1 .329(on local v)2.829 F .329(ariables in pre)-.25 F
-.328(vious function scopes marks them so subse-)-.25 F .543(quent looku\
-ps \214nd them unset until that function returns. This is identical to \
-the beha)184 528 R(v-)-.2 E(ior of unsetting local v)184 540 Q
-(ariables at the current function scope.)-.25 E F2(login_shell)144 556.8
-Q F1 .486
+.328(vious function scopes marks them so subse-)-.25 F .364
+(quent lookups \214nd them unset until that function returns.)184 252 R
+.365(This is identical to the beha)5.364 F(v-)-.2 E
+(ior of unsetting local v)184 264 Q
+(ariables at the current function scope.)-.25 E F2(login_shell)144 276 Q
+F1 .486
 (The shell sets this option if it is started as a login shell \(see)184
-568.8 R F3(INV)2.986 E(OCA)-.405 E(TION)-.855 E F1(abo)2.736 E -.15(ve)
--.15 G 2.986(\). The).15 F -.25(va)184 580.8 S(lue may not be changed.)
-.25 E F2(mailwar)144 597.6 Q(n)-.15 E F1 .814(If set, and a \214le that)
-184 609.6 R F2(bash)3.314 E F1 .815
+288 R F3(INV)2.986 E(OCA)-.405 E(TION)-.855 E F1(abo)2.736 E -.15(ve)
+-.15 G 2.986(\). The).15 F -.25(va)184 300 S(lue may not be changed.).25
+E F2(mailwar)144 312 Q(n)-.15 E F1 .814(If set, and a \214le that)184
+324 R F2(bash)3.314 E F1 .815
 (is checking for mail has been accessed since the last time it)3.314 F
--.1(wa)184 621.6 S 2.5(sc).1 G(heck)-2.5 E(ed,)-.1 E F2(bash)2.5 E F1
+-.1(wa)184 336 S 2.5(sc).1 G(heck)-2.5 E(ed,)-.1 E F2(bash)2.5 E F1
 (displays the message \231The mail in)2.5 E F0(mail\214le)2.5 E F1
-(has been read\232.)2.5 E F2(no_empty_cmd_completion)144 638.4 Q F1 .325
-(If set, and)184 650.4 R F2 -.18(re)2.825 G(adline).18 E F1 .325
-(is being used,)2.825 F F2(bash)2.824 E F1 .324
-(will not attempt to search the)2.824 F F3 -.666(PA)2.824 G(TH)-.189 E
-F1 .324(for possible)2.574 F
-(completions when completion is attempted on an empty line.)184 662.4 Q
-F2(nocaseglob)144 679.2 Q F1 .436(If set,)184 691.2 R F2(bash)2.936 E F1
-.436(matches \214lenames in a case\255insensiti)2.936 F .737 -.15(ve f)
--.25 H .437(ashion when performing pathname).05 F -.15(ex)184 703.2 S
+(has been read\232.)2.5 E F2(no_empty_cmd_completion)144 348 Q F1 .61
+(If set, and)184 360 R F2 -.18(re)3.11 G(adline).18 E F1 .609
+(is being used,)3.109 F F2(bash)3.109 E F1 .609(does not search)3.109 F
+F3 -.666(PA)3.109 G(TH)-.189 E F1 .609(for possible completions)2.859 F
+(when completion is attempted on an empty line.)184 372 Q F2(nocaseglob)
+144 384 Q F1 .436(If set,)184 396 R F2(bash)2.936 E F1 .436
+(matches \214lenames in a case\255insensiti)2.936 F .737 -.15(ve f)-.25
+H .437(ashion when performing pathname).05 F -.15(ex)184 408 S
 (pansion \(see).15 E F2 -.1(Pa)2.5 G(thname Expansion).1 E F1(abo)2.5 E
--.15(ve)-.15 G(\).).15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(81)193.45 E 0 Cg EP
-%%Page: 82 82
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(nocasematch)144 84 Q F1 1.194
-(If set,)184 96 R F2(bash)3.694 E F1 1.194
-(matches patterns in a case\255insensiti)3.694 F 1.493 -.15(ve f)-.25 H
-1.193(ashion when performing matching).05 F .551(while e)184 108 R -.15
-(xe)-.15 G(cuting).15 E F2(case)3.051 E F1(or)3.051 E F2([[)3.051 E F1
-.551(conditional commands, when performing pattern substitution)3.051 F
--.1(wo)184 120 S .623(rd e).1 F .623(xpansions, or when \214ltering pos\
-sible completions as part of programmable com-)-.15 F(pletion.)184 132 Q
-F2(noexpand_translation)144 148.8 Q F1 .669(If set,)184 160.8 R F2(bash)
-3.169 E F1 .669(encloses the translated results of)3.169 F F2($")3.169 E
-F1 1.666(...)C F2(")-1.666 E F1 .669
-(quoting in single quotes instead of)3.169 F(double quotes.)184 172.8 Q
+-.15(ve)-.15 G(\).).15 E F2(nocasematch)144 420 Q F1 1.194(If set,)184
+432 R F2(bash)3.694 E F1 1.194(matches patterns in a case\255insensiti)
+3.694 F 1.493 -.15(ve f)-.25 H 1.193(ashion when performing matching).05
+F .551(while e)184 444 R -.15(xe)-.15 G(cuting).15 E F2(case)3.051 E F1
+(or)3.051 E F2([[)3.051 E F1 .551
+(conditional commands, when performing pattern substitution)3.051 F -.1
+(wo)184 456 S .623(rd e).1 F .623(xpansions, or when \214ltering possib\
+le completions as part of programmable com-)-.15 F(pletion.)184 468 Q F2
+(noexpand_translation)144 480 Q F1 .669(If set,)184 492 R F2(bash)3.169
+E F1 .669(encloses the translated results of)3.169 F F2($")3.169 E F1
+1.666(...)C F2(")-1.666 E F1 .669(quoting in single quotes instead of)
+3.169 F(double quotes.)184 504 Q
 (If the string is not translated, this has no ef)5 E(fect.)-.25 E F2
-(nullglob)144 189.6 Q F1 1.581(If set, pathname e)184 201.6 R 1.581
+(nullglob)144 516 Q F1 1.581(If set, pathname e)184 528 R 1.581
 (xpansion patterns which match no \214les \(see)-.15 F F2 -.1(Pa)4.081 G
-1.58(thname Expansion).1 F F1(abo)184 213.6 Q -.15(ve)-.15 G 2.5(\)e).15
-G(xpand to nothing and are remo)-2.65 E -.15(ve)-.15 G(d, rather than e)
-.15 E(xpanding to themselv)-.15 E(es.)-.15 E F2(patsub_r)144 230.4 Q
-(eplacement)-.18 E F1 .105(If set,)184 242.4 R F2(bash)2.605 E F1 -.15
-(ex)2.605 G .105(pands occurrences of).15 F F2(&)2.606 E F1 .106
+1.58(thname Expansion).1 F F1(abo)184 540 Q -.15(ve)-.15 G 2.5(\)e).15 G
+(xpand to nothing and are remo)-2.65 E -.15(ve)-.15 G(d, rather than e)
+.15 E(xpanding to themselv)-.15 E(es.)-.15 E F2(patsub_r)144 552 Q
+(eplacement)-.18 E F1 .105(If set,)184 564 R F2(bash)2.605 E F1 -.15(ex)
+2.605 G .105(pands occurrences of).15 F F2(&)2.606 E F1 .106
 (in the replacement string of pattern substitution to)2.606 F .528
-(the te)184 254.4 R .528(xt matched by the pattern, as described under)
+(the te)184 576 R .528(xt matched by the pattern, as described under)
 -.15 F F2 -.1(Pa)3.027 G .527(rameter Expansion).1 F F1(abo)3.027 E -.15
-(ve)-.15 G 5.527(.T).15 G(his)-5.527 E(option is enabled by def)184
-266.4 Q(ault.)-.1 E F2(pr)144 283.2 Q(ogcomp)-.18 E F1 .676
-(If set, the programmable completion f)184 295.2 R .677(acilities \(see)
--.1 F F2(Pr)3.177 E .677(ogrammable Completion)-.18 F F1(abo)3.177 E
--.15(ve)-.15 G(\)).15 E(are enabled.)184 307.2 Q
-(This option is enabled by def)5 E(ault.)-.1 E F2(pr)144 324 Q
+(ve)-.15 G 5.527(.T).15 G(his)-5.527 E(option is enabled by def)184 588
+Q(ault.)-.1 E F2(pr)144 600 Q(ogcomp)-.18 E F1 .766
+(If set, enable the programmable completion f)184 612 R .767
+(acilities \(see)-.1 F F2(Pr)3.267 E .767(ogrammable Completion)-.18 F
+F1(abo)184 624 Q -.15(ve)-.15 G 2.5(\). This).15 F
+(option is enabled by def)2.5 E(ault.)-.1 E F2(pr)144 636 Q
 (ogcomp_alias)-.18 E F1 2.124
-(If set, and programmable completion is enabled,)184 336 R F2(bash)4.624
-E F1 2.124(treats a command name that)4.624 F(doesn')184 348 Q 3.288(th)
--.18 G -2.25 -.2(av e)-3.288 H(an)3.488 E 3.288(yc)-.15 G .789
-(ompletions as a possible alias and attempts alias e)-3.288 F .789
-(xpansion. If it has)-.15 F 1.473(an alias,)184 360 R F2(bash)3.973 E F1
-1.473(attempts programmable completion using the command w)3.973 F 1.473
-(ord resulting)-.1 F(from the e)184 372 Q(xpanded alias.)-.15 E F2(pr)
-144 388.8 Q(omptv)-.18 E(ars)-.1 E F1 1.447
-(If set, prompt strings under)184 400.8 R 1.448(go parameter e)-.18 F
-1.448(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184
-412.8 S .171(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G
-.17(fter being e)-2.67 F .17(xpanded as described in)-.15 F/F3 9
-/Times-Bold@0 SF(PR)2.67 E(OMPTING)-.27 E F1(abo)2.42 E -.15(ve)-.15 G
-(.).15 E(This option is enabled by def)184 424.8 Q(ault.)-.1 E F2 -.18
-(re)144 441.6 S(stricted_shell).18 E F1 1.069
+(If set, and programmable completion is enabled,)184 648 R F2(bash)4.624
+E F1 2.124(treats a command name that)4.624 F(doesn')184 660 Q 3.11(th)
+-.18 G -2.25 -.2(av e)-3.11 H(an)3.31 E 3.11(yc)-.15 G .61
+(ompletions as a possible alias and attempts alias e)-3.11 F 3.11
+(xpansion. If)-.15 F .61(it has)3.11 F 1.473(an alias,)184 672 R F2
+(bash)3.973 E F1 1.473
+(attempts programmable completion using the command w)3.973 F 1.473
+(ord resulting)-.1 F(from the e)184 684 Q(xpanded alias.)-.15 E F2(pr)
+144 696 Q(omptv)-.18 E(ars)-.1 E F1 1.447(If set, prompt strings under)
+184 708 R 1.448(go parameter e)-.18 F 1.448
+(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 720 S
+.171(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G .17
+(fter being e)-2.67 F .17(xpanded as described in)-.15 F F3(PR)2.67 E
+(OMPTING)-.27 E F1(abo)2.42 E -.15(ve)-.15 G(.).15 E(GNU Bash 5.3)72 768
+Q(2024 October 15)141.235 E(86)190.395 E 0 Cg EP
+%%Page: 87 87
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E(This option is enabled by def)184 84 Q(ault.)-.1 E
+/F2 10/Times-Bold@0 SF -.18(re)144 96 S(stricted_shell).18 E F1 1.069
 (The shell sets this option if it is started in restricted mode \(see)
-184 453.6 R F3 1.069(RESTRICTED SHELL)3.569 F F1(belo)184 465.6 Q 2.86
-(w\). The)-.25 F -.25(va)2.86 G .36(lue may not be changed.).25 F .36
+184 108 R/F3 9/Times-Bold@0 SF 1.069(RESTRICTED SHELL)3.569 F F1(belo)
+184 120 Q 2.86(w\). The)-.25 F -.25(va)2.86 G .36
+(lue may not be changed.).25 F .36
 (This is not reset when the startup \214les are e)5.36 F -.15(xe)-.15 G
-(-).15 E(cuted, allo)184 477.6 Q(wing the startup \214les to disco)-.25
-E -.15(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5
-E F2(shift_v)144 494.4 Q(erbose)-.1 E F1 .501(If set, the)184 506.4 R F2
+(-).15 E(cuted, allo)184 132 Q(wing the startup \214les to disco)-.25 E
+-.15(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5 E
+F2(shift_v)144 144 Q(erbose)-.1 E F1 .501(If set, the)184 156 R F2
 (shift)3.001 E F1 -.2(bu)3.001 G .501
 (iltin prints an error message when the shift count e).2 F .502
-(xceeds the number)-.15 F(of positional parameters.)184 518.4 Q F2(sour)
-144 535.2 Q(cepath)-.18 E F1 .771(If set, the)184 547.2 R F2(.)3.271 E
-F1(\()3.271 E F2(sour)A(ce)-.18 E F1 3.271(\)b)C .771(uiltin uses the v)
+(xceeds the number)-.15 F(of positional parameters.)184 168 Q F2(sour)
+144 180 Q(cepath)-.18 E F1 .771(If set, the)184 192 R F2(.)3.271 E F1
+(\()3.271 E F2(sour)A(ce)-.18 E F1 3.271(\)b)C .771(uiltin uses the v)
 -3.471 F .771(alue of)-.25 F F3 -.666(PA)3.27 G(TH)-.189 E F1 .77
-(to \214nd the directory containing the)3.02 F(\214le supplied as an ar)
-184 559.2 Q 2.5(gument. This)-.18 F(option is enabled by def)2.5 E
-(ault.)-.1 E F2 -.1(va)144 576 S(rr).1 E(edir_close)-.18 E F1 .74(If se\
-t, the shell automatically closes \214le descriptors assigned using the)
-184 588 R F0({varname})3.24 E F1(redi-)3.24 E .424(rection syntax \(see)
-184 600 R F3(REDIRECTION)2.924 E F1(abo)2.674 E -.15(ve)-.15 G 2.924
-(\)i).15 G .424(nstead of lea)-2.924 F .424
-(ving them open when the com-)-.2 F(mand completes.)184 612 Q F2
-(xpg_echo)144 628.8 Q F1 .073(If set, the)184 640.8 R F2(echo)2.574 E F1
--.2(bu)2.574 G .074(iltin e).2 F .074
+(to \214nd the directory containing the)3.02 F .421
+(\214le supplied as an ar)184 204 R .421(gument when the)-.18 F F2<ad70>
+2.921 E F1 .421(option is not supplied.)2.921 F .422
+(This option is enabled)5.422 F(by def)184 216 Q(ault.)-.1 E F2 -.1(va)
+144 228 S(rr).1 E(edir_close)-.18 E F1 .74(If set, the shell automatica\
+lly closes \214le descriptors assigned using the)184 240 R F0({varname})
+3.24 E F1(redi-)3.24 E .423(rection syntax \(see)184 252 R F3
+(REDIRECTION)2.924 E F1(abo)2.674 E -.15(ve)-.15 G 2.924(\)i).15 G .424
+(nstead of lea)-2.924 F .424(ving them open when the com-)-.2 F
+(mand completes.)184 264 Q F2(xpg_echo)144 276 Q F1 .074(If set, the)184
+288 R F2(echo)2.574 E F1 -.2(bu)2.574 G .074(iltin e).2 F .074
 (xpands backslash-escape sequences by def)-.15 F 2.574(ault. If)-.1 F
-(the)2.574 E F2(posix)2.574 E F1(shell)2.574 E(option is also enabled,)
-184 652.8 Q F2(echo)2.5 E F1(does not interpret an)2.5 E 2.5(yo)-.15 G
-(ptions.)-2.5 E F2(suspend)108 669.6 Q F1([)2.5 E F2<ad66>A F1(])A .91
-(Suspend the e)144 681.6 R -.15(xe)-.15 G .91
+(the)2.574 E F2(posix)2.573 E F1(shell)2.573 E(option is also enabled,)
+184 300 Q F2(echo)2.5 E F1(does not interpret an)2.5 E 2.5(yo)-.15 G
+(ptions.)-2.5 E F2(suspend)108 316.8 Q F1([)2.5 E F2<ad66>A F1(])A .909
+(Suspend the e)144 328.8 R -.15(xe)-.15 G .909
 (cution of this shell until it recei).15 F -.15(ve)-.25 G 3.41(sa).15 G
-F3(SIGCONT)-.001 E F1 3.409(signal. A)3.159 F .909
-(login shell, or a shell)3.409 F .752
-(without job control enabled, cannot be suspended; the)144 693.6 R F2
-<ad66>3.252 E F1 .753(option can be used to o)3.253 F -.15(ve)-.15 G
-.753(rride this and).15 F .107(force the suspension.)144 705.6 R .107(T\
-he return status is 0 unless the shell is a login shell or job control \
-is not en-)5.107 F(abled and)144 717.6 Q F2<ad66>2.5 E F1
-(is not supplied.)2.5 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(82)
-193.45 E 0 Cg EP
-%%Page: 83 83
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(test)108 84 Q F0 -.2(ex)2.5 G
-(pr).2 E F2([)108 96 Q F0 -.2(ex)2.5 G(pr).2 E F2(])2.5 E F1 .877
-(Return a status of 0 \(true\) or 1 \(f)144 96 R .878
-(alse\) depending on the e)-.1 F -.25(va)-.25 G .878
-(luation of the conditional e).25 F(xpression)-.15 E F0 -.2(ex)144 108 S
-(pr).2 E F1 5.53(.E).73 G .53
+F3(SIGCONT)A F1 3.41(signal. A)3.16 F .91(login shell, or a shell)3.41 F
+1.044(without job control enabled, cannot be suspended; the)144 340.8 R
+F2<ad66>3.543 E F1 1.043(option will o)3.543 F -.15(ve)-.15 G 1.043
+(rride this and force the).15 F 2.743(suspension. The)144 352.8 R .244(\
+return status is 0 unless the shell is a login shell or job control is \
+not enabled and)2.743 F F2<ad66>144 364.8 Q F1(is not supplied.)2.5 E F2
+(test)108 381.6 Q F0 -.2(ex)2.5 G(pr).2 E F2([)108 393.6 Q F0 -.2(ex)2.5
+G(pr).2 E F2(])2.5 E F1 .878(Return a status of 0 \(true\) or 1 \(f)144
+393.6 R .877(alse\) depending on the e)-.1 F -.25(va)-.25 G .877
+(luation of the conditional e).25 F(xpression)-.15 E F0 -.2(ex)144 405.6
+S(pr).2 E F1 5.53(.E).73 G .53
 (ach operator and operand must be a separate ar)-5.53 F 3.03
-(gument. Expressions)-.18 F .53(are composed of the)3.03 F 1.36
-(primaries described abo)144 120 R 1.66 -.15(ve u)-.15 H(nder).15 E/F3 9
-/Times-Bold@0 SF(CONDITION)3.86 E 1.36(AL EXPRESSIONS)-.18 F/F4 9
-/Times-Roman@0 SF(.)A F2(test)5.86 E F1 1.361(does not accept an)3.86 F
-3.861(yo)-.15 G(p-)-3.861 E(tions, nor does it accept and ignore an ar)
-144 132 Q(gument of)-.18 E F2<adad>2.5 E F1
-(as signifying the end of options.)2.5 E .786
-(Expressions may be combined using the follo)144 148.8 R .785
-(wing operators, listed in decreasing order of prece-)-.25 F 3.411
-(dence. The)144 160.8 R -.25(eva)3.411 G .911
-(luation depends on the number of ar).25 F .912(guments; see belo)-.18 F
-4.712 -.65(w. O)-.25 H .912(perator precedence is).65 F
-(used when there are \214v)144 172.8 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G
-(ore ar)-2.5 E(guments.)-.18 E F2(!)144 184.8 Q F0 -.2(ex)2.5 G(pr).2 E
-F1 -.35(Tr)180 184.8 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E F1(is f)3.23
-E(alse.)-.1 E F2(\()144 196.8 Q F0 -.2(ex)2.5 G(pr).2 E F2(\))2.5 E F1
-.26(Returns the v)180 196.8 R .26(alue of)-.25 F F0 -.2(ex)2.76 G(pr).2
-E F1 5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26
-(rride the normal precedence of opera-).15 F(tors.)180 208.8 Q F0 -.2
-(ex)144 220.8 S(pr1).2 E F1<ad>2.5 E F2(a)A F0 -.2(ex)2.5 G(pr2).2 E F1
--.35(Tr)180 232.8 S(ue if both).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(and)2.5
-E F0 -.2(ex)2.5 G(pr2).2 E F1(are true.)2.52 E F0 -.2(ex)144 244.8 S
-(pr1).2 E F1<ad>2.5 E F2(o)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180
-256.8 S(ue if either).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(or)2.5 E F0 -.2
-(ex)2.5 G(pr2).2 E F1(is true.)2.52 E F2(test)144 273.6 Q F1(and)2.5 E
-F2([)2.5 E F1 -.25(eva)2.5 G(luate conditional e).25 E
+(gument. Expressions)-.18 F .53(are composed of the)3.03 F 1.361
+(primaries described abo)144 417.6 R 1.661 -.15(ve u)-.15 H(nder).15 E
+F3(CONDITION)3.861 E 1.36(AL EXPRESSIONS)-.18 F/F4 9/Times-Roman@0 SF(.)
+A F2(test)5.86 E F1 1.36(does not accept an)3.86 F 3.86(yo)-.15 G(p-)
+-3.86 E(tions, nor does it accept and ignore an ar)144 429.6 Q
+(gument of)-.18 E F2<adad>2.5 E F1(as signifying the end of options.)2.5
+E .785(Expressions may be combined using the follo)144 446.4 R .786
+(wing operators, listed in decreasing order of prece-)-.25 F 2.93
+(dence. The)144 458.4 R -.25(eva)2.93 G .43
+(luation depends on the number of ar).25 F .43(guments; see belo)-.18 F
+-.65(w.)-.25 G F2(test)6.08 E F1 .43(uses operator prece-)2.93 F
+(dence when there are \214v)144 470.4 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G
+(ore ar)-2.5 E(guments.)-.18 E F2(!)144 482.4 Q F0 -.2(ex)2.5 G(pr).2 E
+F1 -.35(Tr)180 482.4 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E F1(is f)3.23
+E(alse.)-.1 E F2(\()144 494.4 Q F0 -.2(ex)2.5 G(pr).2 E F2(\))2.5 E F1
+(Returns the v)180 494.4 Q(alue of)-.25 E F0 -.2(ex)2.5 G(pr).2 E F1 5
+(.T)C(his may be used to o)-5 E -.15(ve)-.15 G
+(rride normal operator precedence.).15 E F0 -.2(ex)144 506.4 S(pr1).2 E
+F1<ad>2.5 E F2(a)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180 518.4 S
+(ue if both).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(and)2.5 E F0 -.2(ex)2.5 G
+(pr2).2 E F1(are true.)2.52 E F0 -.2(ex)144 530.4 S(pr1).2 E F1<ad>2.5 E
+F2(o)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180 542.4 S(ue if either).35
+E F0 -.2(ex)2.5 G(pr1).2 E F1(or)2.5 E F0 -.2(ex)2.5 G(pr2).2 E F1
+(is true.)2.52 E F2(test)144 559.2 Q F1(and)2.5 E F2([)2.5 E F1 -.25
+(eva)2.5 G(luate conditional e).25 E
 (xpressions using a set of rules based on the number of ar)-.15 E
-(guments.)-.18 E 2.5(0a)144 290.4 S -.18(rg)-2.5 G(uments).18 E(The e)
-180 302.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 314.4 S -.18
-(rg)-2.5 G(ument).18 E(The e)180 326.4 Q
-(xpression is true if and only if the ar)-.15 E(gument is not null.)-.18
-E 2.5(2a)144 338.4 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar)
-180 350.4 R .37(gument is)-.18 F F2(!)2.87 E F1 2.87(,t)C .37(he e)-2.87
-F .37(xpression is true if and only if the second ar)-.15 F .37
-(gument is null.)-.18 F .38(If the \214rst ar)180 362.4 R .38
+(guments.)-.18 E 2.5(0a)144 576 S -.18(rg)-2.5 G(uments).18 E(The e)180
+588 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 600 S -.18(rg)-2.5 G
+(ument).18 E(The e)180 612 Q(xpression is true if and only if the ar)
+-.15 E(gument is not null.)-.18 E 2.5(2a)144 624 S -.18(rg)-2.5 G
+(uments).18 E .37(If the \214rst ar)180 636 R .37(gument is)-.18 F F2(!)
+2.87 E F1 2.87(,t)C .37(he e)-2.87 F .37
+(xpression is true if and only if the second ar)-.15 F .37
+(gument is null.)-.18 F .38(If the \214rst ar)180 648 R .38
 (gument is one of the unary conditional operators listed abo)-.18 F .679
--.15(ve u)-.15 H(nder).15 E F3(CONDI-)2.879 E(TION)180 374.4 Q .552
+-.15(ve u)-.15 H(nder).15 E F3(CONDI-)2.879 E(TION)180 660 Q .552
 (AL EXPRESSIONS)-.18 F F4(,)A F1 .552(the e)2.802 F .552
 (xpression is true if the unary test is true.)-.15 F .552
-(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 386.4 Q
+(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 672 Q
 (alid unary conditional operator)-.25 E 2.5(,t)-.4 G(he e)-2.5 E
-(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 398.4 S -.18(rg)-2.5 G
-(uments).18 E .236(The follo)180 410.4 R .236
+(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 684 S -.18(rg)-2.5 G
+(uments).18 E .236(The follo)180 696 R .236
 (wing conditions are applied in the order listed.)-.25 F .236
 (If the second ar)5.236 F .236(gument is one of)-.18 F .855
-(the binary conditional operators listed abo)180 422.4 R 1.155 -.15
-(ve u)-.15 H(nder).15 E F3(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F
-F4(,)A F1(the)3.105 E .579(result of the e)180 434.4 R .578(xpression i\
-s the result of the binary test using the \214rst and third ar)-.15 F
-(guments)-.18 E 1.332(as operands.)180 446.4 R(The)6.332 E F2<ad61>3.832
-E F1(and)3.832 E F2<ad6f>3.832 E F1 1.333
+(the binary conditional operators listed abo)180 708 R 1.155 -.15(ve u)
+-.15 H(nder).15 E F3(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F F4(,)A
+F1(the)3.105 E .579(result of the e)180 720 R .578(xpression is the res\
+ult of the binary test using the \214rst and third ar)-.15 F(guments)
+-.18 E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(87)190.395 E 0 Cg
+EP
+%%Page: 88 88
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E 1.332(as operands.)180 84 R(The)6.332 E/F2 10
+/Times-Bold@0 SF<ad61>3.832 E F1(and)3.832 E F2<ad6f>3.832 E F1 1.333
 (operators are considered binary operators when there are)3.832 F .558
-(three ar)180 458.4 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058
-F .558(gument is)-.18 F F2(!)3.058 E F1 3.058(,t)C .558(he v)-3.058 F
-.558(alue is the ne)-.25 F -.05(ga)-.15 G .558(tion of the tw).05 F
-(o-ar)-.1 E(gument)-.18 E .52(test using the second and third ar)180
-470.4 R 3.021(guments. If)-.18 F .521(the \214rst ar)3.021 F .521
-(gument is e)-.18 F(xactly)-.15 E F2(\()3.021 E F1 .521(and the third)
-3.021 F(ar)180 482.4 Q .485(gument is e)-.18 F(xactly)-.15 E F2(\))2.985
-E F1 2.985(,t)C .485(he result is the one-ar)-2.985 F .485
-(gument test of the second ar)-.18 F 2.985(gument. Other)-.18 F(-)-.2 E
-(wise, the e)180 494.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144
-506.4 S -.18(rg)-2.5 G(uments).18 E .429(The follo)180 518.4 R .429
+(three ar)180 96 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 F
+.558(gument is)-.18 F F2(!)3.058 E F1 3.058(,t)C .558(he v)-3.058 F .558
+(alue is the ne)-.25 F -.05(ga)-.15 G .558(tion of the tw).05 F(o-ar)-.1
+E(gument)-.18 E .52(test using the second and third ar)180 108 R 3.021
+(guments. If)-.18 F .521(the \214rst ar)3.021 F .521(gument is e)-.18 F
+(xactly)-.15 E F2(\()3.021 E F1 .521(and the third)3.021 F(ar)180 120 Q
+.485(gument is e)-.18 F(xactly)-.15 E F2(\))2.985 E F1 2.985(,t)C .485
+(he result is the one-ar)-2.985 F .485(gument test of the second ar)-.18
+F 2.985(gument. Other)-.18 F(-)-.2 E(wise, the e)180 132 Q
+(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 144 S -.18(rg)-2.5 G
+(uments).18 E .429(The follo)180 156 R .429
 (wing conditions are applied in the order listed.)-.25 F .43
 (If the \214rst ar)5.429 F .43(gument is)-.18 F F2(!)2.93 E F1 2.93(,t)C
-.43(he re-)-2.93 F 1.315(sult is the ne)180 530.4 R -.05(ga)-.15 G 1.314
+.43(he re-)-2.93 F 1.315(sult is the ne)180 168 R -.05(ga)-.15 G 1.314
 (tion of the three-ar).05 F 1.314(gument e)-.18 F 1.314
-(xpression composed of the remaining ar)-.15 F(gu-)-.18 E 2.744
-(ments. the)180 542.4 R(tw)2.744 E(o-ar)-.1 E .245
-(gument test using the second and third ar)-.18 F 2.745(guments. If)-.18
-F .245(the \214rst ar)2.745 F(gument)-.18 E .31(is e)180 554.4 R(xactly)
--.15 E F2(\()2.81 E F1 .31(and the fourth ar)2.81 F .31(gument is e)-.18
-F(xactly)-.15 E F2(\))2.809 E F1 2.809(,t)C .309(he result is the tw)
--2.809 F(o-ar)-.1 E .309(gument test of the)-.18 F .183
-(second and third ar)180 566.4 R 2.683(guments. Otherwise,)-.18 F .184
-(the e)2.684 F .184(xpression is parsed and e)-.15 F -.25(va)-.25 G .184
-(luated according).25 F(to precedence using the rules listed abo)180
-578.4 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 590.4 S 2.5(rm)-2.5 G(ore ar)
--2.5 E(guments)-.18 E 1.635(The e)180 602.4 R 1.635
-(xpression is parsed and e)-.15 F -.25(va)-.25 G 1.635
-(luated according to precedence using the rules listed).25 F(abo)180
-614.4 Q -.15(ve)-.15 G(.).15 E .216(When the shell is in)144 631.2 R F0
-.216(posix mode)2.716 F F1 2.716(,o)C 2.716(ri)-2.716 G 2.716(ft)-2.716
-G .216(he e)-2.716 F .216(xpression is part of the)-.15 F F2([[)2.716 E
-F1 .216(command, the)2.716 F F2(<)2.717 E F1(and)2.717 E F2(>)2.717 E F1
-(opera-)2.717 E .728(tors sort using the current locale.)144 643.2 R
-.728(If the shell is not in)5.728 F F0 .728(posix mode)3.228 F F1 3.228
-(,t)C(he)-3.228 E F2(test)3.228 E F1(and)3.228 E F2([)3.228 E F1 .727
-(commands sort)3.227 F(le)144 655.2 Q
-(xicographically using ASCII ordering.)-.15 E F2(times)108 672 Q F1
-1.229(Print the accumulated user and system times for the shell and for\
- processes run from the shell.)144 672 R(The return status is 0.)144 684
-Q F2(trap)108 700.8 Q F1([)2.5 E F2(\255lp)A F1 2.5(][)C([)-2.5 E F0
+(xpression composed of the remaining ar)-.15 F(gu-)-.18 E 2.901
+(ments. If)180 180 R .401(the \214rst ar)2.901 F .401(gument is e)-.18 F
+(xactly)-.15 E F2(\()2.901 E F1 .401(and the fourth ar)2.901 F .401
+(gument is e)-.18 F(xactly)-.15 E F2(\))2.901 E F1 2.902(,t)C .402
+(he result is)-2.902 F 1.236(the tw)180 192 R(o-ar)-.1 E 1.236
+(gument test of the second and third ar)-.18 F 3.736
+(guments. Otherwise,)-.18 F 1.235(the e)3.736 F 1.235(xpression is)-.15
+F(parsed and e)180 204 Q -.25(va)-.25 G
+(luated according to precedence using the rules listed abo).25 E -.15
+(ve)-.15 G(.).15 E 2.5(5o)144 216 S 2.5(rm)-2.5 G(ore ar)-2.5 E(guments)
+-.18 E 1.635(The e)180 228 R 1.635(xpression is parsed and e)-.15 F -.25
+(va)-.25 G 1.635(luated according to precedence using the rules listed)
+.25 F(abo)180 240 Q -.15(ve)-.15 G(.).15 E .163
+(When the shell is in posix mode, or if the e)144 256.8 R .163
+(xpression is part of the)-.15 F F2([[)2.663 E F1 .163(command, the)
+2.663 F F2(<)2.663 E F1(and)2.662 E F2(>)2.662 E F1(opera-)2.662 E .669
+(tors sort using the current locale.)144 268.8 R .669
+(If the shell is not in posix mode, the)5.669 F F2(test)3.169 E F1(and)
+3.169 E F2([)3.169 E F1 .669(commands sort)3.169 F(le)144 280.8 Q
+(xicographically using ASCII ordering.)-.15 E .007
+(The historical operator)144 297.6 R .006
+(-precedence parsing with 4 or more ar)-.2 F .006
+(guments can lead to ambiguities when)-.18 F .632
+(it encounters strings that look lik)144 309.6 R 3.132(ep)-.1 G 3.132
+(rimaries. The)-3.132 F .632(POSIX standard has deprecated the)3.132 F
+F2<ad61>3.132 E F1(and)3.132 E F2<ad6f>3.132 E F1 .886
+(primaries and enclosing e)144 321.6 R .886
+(xpressions within parentheses.)-.15 F .886
+(Scripts should no longer use them.)5.886 F(It')5.885 E(s)-.55 E .066
+(much more reliable to restrict test in)144 333.6 R -.2(vo)-.4 G .066
+(cations to a single primary).2 F 2.566(,a)-.65 G .066
+(nd to replace uses of)-2.566 F F2<ad61>2.566 E F1(and)2.567 E F2<ad6f>
+2.567 E F1(with the shell')144 345.6 Q(s)-.55 E F2(&&)2.5 E F1(and)2.5 E
+F2(||)2.5 E F1(list operators.)2.5 E F2(times)108 362.4 Q F1 1.229(Prin\
+t the accumulated user and system times for the shell and for processes\
+ run from the shell.)144 362.4 R(The return status is 0.)144 374.4 Q F2
+(trap)108 391.2 Q F1([)2.5 E F2(\255lpP)A F1 2.5(][)C([)-2.5 E F0
 (action)A F1(])A F0(sigspec)2.5 E F1 1.666(...)2.5 G(])-1.666 E(The)144
-712.8 Q F0(action)3.734 E F1 .903(is a command that is read and e)3.644
-F -.15(xe)-.15 G .903(cuted when the shell recei).15 F -.15(ve)-.25 G
-3.403(ss).15 G(ignal\(s\))-3.403 E F0(sigspec)3.743 E F1 5.903(.I).31 G
-(f)-5.903 E F0(action)144.33 724.8 Q F1 1.083
-(is absent \(and there is a single)3.823 F F0(sigspec)3.583 E F1 3.583
-(\)o)C(r)-3.583 E F2<ad>3.583 E F1 3.583(,e)C 1.084
-(ach speci\214ed signal is reset to its original)-3.583 F(GNU Bash 5.3)
-72 768 Q(2024 March 29)144.29 E(83)193.45 E 0 Cg EP
-%%Page: 84 84
+403.2 Q F0(action)4.331 E F1 1.501(is a command that is read and e)4.241
+F -.15(xe)-.15 G 1.501(cuted when the shell recei).15 F -.15(ve)-.25 G
+4.001(sa).15 G 1.802 -.15(ny o)-4.001 H 4.002(ft).15 G 1.502(he signals)
+-4.002 F F0(sigspec)144.34 415.2 Q F1 5.709(.I).31 G(f)-5.709 E F0
+(action)3.539 E F1 .709(is absent \(and there is a single)3.449 F F0
+(sigspec)3.209 E F1 3.209(\)o)C(r)-3.209 E F2<ad>3.209 E F1 3.209(,e)C
+.709(ach speci\214ed)-3.209 F F0(sigspec)3.209 E F1 .708(is reset to)
+3.209 F .292(the v)144 427.2 R .292(alue it had when the shell w)-.25 F
+.292(as started.)-.1 F(If)5.292 E F0(action)3.122 E F1 .292
+(is the null string the signal speci\214ed by each)3.032 F F0(sigspec)
+144.34 439.2 Q F1(is ignored by the shell and by the commands it in)2.81
+E -.2(vo)-.4 G -.1(ke).2 G(s.).1 E .165(If no ar)144 456 R .165
+(guments are supplied,)-.18 F F2(trap)2.665 E F1 .165
+(displays the actions associated with each trapped signal as a set)2.665
+F(of)144 468 Q F2(trap)2.569 E F1 .069(commands that can be reused as s\
+hell input to restore the current signal dispositions.)2.569 F(If)5.07 E
+F2<ad70>2.57 E F1 .474(is gi)144 480 R -.15(ve)-.25 G .474(n, and).15 F
+F0(action)3.303 E F1 .473(is not present, then)3.213 F F2(trap)2.973 E
+F1 .473(displays the actions associated with each)2.973 F F0(sigspec)
+3.313 E F1(or)3.283 E(,)-.4 E .363
+(if none are supplied, for all trapped signals, as a set of)144 492 R F2
+(trap)2.864 E F1 .364(commands that can be reused as shell)2.864 F .207
+(input to restore the current signal dispositions.)144 504 R(The)5.207 E
+F2<ad50>2.707 E F1 .207(option beha)2.707 F -.15(ve)-.2 G 2.707(ss).15 G
+(imilarly)-2.707 E 2.707(,b)-.65 G .207(ut displays only)-2.907 F 1.552
+(the actions associated with each)144 516 R F0(sigspec)4.052 E F1(ar)
+4.052 E(gument.)-.18 E F2<ad50>6.552 E F1 1.553(requires at least one)
+4.052 F F0(sigspec)4.053 E F1(ar)4.053 E(gument.)-.18 E(The)144 528 Q F2
+<ad50>2.78 E F1(or)2.78 E F2<ad70>2.78 E F1 .279
+(options may be used in a subshell en)2.78 F .279
+(vironment \(e.g., command substitution\) and, as)-.4 F .238
+(long as the)144 540 R 2.738(ya)-.15 G .238(re used before)-2.738 F F2
+(trap)2.738 E F1 .238(is used to change a signal')2.738 F 2.739(sh)-.55
+G .239(andling, will display the state of its)-2.739 F(parent')144 552 Q
+2.5(st)-.55 G(raps.)-2.5 E(The)144 568.8 Q F2<ad6c>2.516 E F1 .016
+(option prints a list of signal names and their corresponding numbers.)
+2.516 F(Each)5.015 E F0(sigspec)2.855 E F1 .015(is either)2.825 F 2.614
+(as)144 580.8 S .114(ignal name de\214ned in <)-2.614 F F0(signal.h)A F1
+.114(>, or a signal number)B 5.114(.S)-.55 G .115
+(ignal names are case insensiti)-5.114 F .415 -.15(ve a)-.25 H .115
+(nd the).15 F/F3 9/Times-Bold@0 SF(SIG)144 592.8 Q F1 .783
+(pre\214x is optional.)3.033 F(If)5.783 E F2<ad6c>3.283 E F1 .782
+(is supplied with no)3.283 F F0(sigspec)3.282 E F1(ar)3.282 E .782
+(guments, it prints a list of v)-.18 F .782(alid signal)-.25 F(names.)
+144 604.8 Q .016(If a)144 621.6 R F0(sigspec)2.856 E F1(is)2.826 E F3
+(EXIT)2.516 E F1(\(0\),)2.266 E F0(action)2.846 E F1 .016(is e)2.756 F
+-.15(xe)-.15 G .016(cuted on e).15 F .017(xit from the shell.)-.15 F
+.017(If a)5.017 F F0(sigspec)2.857 E F1(is)2.827 E F3(DEB)2.517 E(UG)
+-.09 E/F4 9/Times-Roman@0 SF(,)A F0(action)2.597 E F1(is)2.757 E -.15
+(exe)144 633.6 S .798(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F0
+.798(simple command)3.298 F F1(,)A F0(for)3.298 E F1(command,)3.298 E F0
+(case)3.297 E F1(command,)3.297 E F0(select)3.297 E F1 .797
+(command, \(\( arith-)3.297 F .573
+(metic command, [[ conditional command, arithmetic)144 645.6 R F0(for)
+3.073 E F1 .574(command, and before the \214rst command)3.073 F -.15
+(exe)144 657.6 S 1.98(cutes in a shell function \(see).15 F F3 1.98
+(SHELL GRAMMAR)4.48 F F1(abo)4.23 E -.15(ve)-.15 G 4.48(\). Refer).15 F
+1.98(to the description of the)4.48 F F2(extdeb)144 669.6 Q(ug)-.2 E F1
+.384(shell option \(see)2.884 F F2(shopt)2.884 E F1(abo)2.884 E -.15(ve)
+-.15 G 2.884(\)f).15 G .384(or details of its ef)-2.884 F .384
+(fect on the)-.25 F F2(DEB)2.884 E(UG)-.1 E F1 2.884(trap. If)2.884 F(a)
+2.885 E F0(sigspec)3.225 E F1(is)144 681.6 Q F3(RETURN)2.803 E F4(,)A F0
+(action)2.883 E F1 .303(is e)3.043 F -.15(xe)-.15 G .302
+(cuted each time a shell function or a script e).15 F -.15(xe)-.15 G
+.302(cuted with the).15 F F2(.)2.802 E F1(or)2.802 E F2(sour)2.802 E(ce)
+-.18 E F1 -.2(bu)144 693.6 S(iltins \214nishes e).2 E -.15(xe)-.15 G
+(cuting.).15 E .348(If a)144 710.4 R F0(sigspec)3.188 E F1(is)3.159 E F3
+(ERR)2.849 E F4(,)A F0(action)2.929 E F1 .349(is e)3.089 F -.15(xe)-.15
+G .349(cuted whene).15 F -.15(ve)-.25 G 2.849(rap).15 G .349
+(ipeline \(which may consist of a single simple)-2.849 F .165
+(command\), a list, or a compound command returns a non\255zero e)144
+722.4 R .164(xit status, subject to the follo)-.15 F(wing)-.25 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(88)190.395 E 0 Cg EP
+%%Page: 89 89
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .133(disposition \(the v)144 84 R .132
-(alue it had upon entrance to the shell\).)-.25 F(If)5.132 E F0(action)
-2.962 E F1 .132(is the null string the signal spec-)2.872 F
-(i\214ed by each)144 96 Q F0(sigspec)2.84 E F1
-(is ignored by the shell and by the commands it in)2.81 E -.2(vo)-.4 G
--.1(ke).2 G(s.).1 E .165(If no ar)144 112.8 R .165
-(guments are supplied,)-.18 F/F2 10/Times-Bold@0 SF(trap)2.665 E F1 .165
-(displays the actions associated with each trapped signal as a set)2.665
-F(of)144 124.8 Q F2(trap)2.57 E F1 .069(commands that can be reused as \
-shell input to restore the current signal dispositions.)2.57 F(If)5.069
-E F2<ad70>2.569 E F1 .473(is gi)144 136.8 R -.15(ve)-.25 G .473(n, and)
-.15 F F0(action)3.303 E F1 .473(is not present, then)3.213 F F2(trap)
-2.973 E F1 .473(displays the actions associated with each)2.973 F F0
-(sigspec)3.314 E F1(or)3.284 E(,)-.4 E .364
-(if none are supplied, for all trapped signals, as a set of)144 148.8 R
-F2(trap)2.864 E F1 .363(commands that can be reused as shell)2.864 F
-.207(input to restore the current signal dispositions.)144 160.8 R(The)
-5.207 E F2<ad50>2.707 E F1 .207(option beha)2.707 F -.15(ve)-.2 G 2.707
-(ss).15 G(imilarly)-2.707 E 2.707(,b)-.65 G .208(ut displays only)-2.907
-F 1.553(the actions associated with each)144 172.8 R F0(sigspec)4.052 E
-F1(ar)4.052 E(gument.)-.18 E F2<ad50>6.552 E F1 1.552
-(requires at least one)4.052 F F0(sigspec)4.052 E F1(ar)4.052 E(gument.)
--.18 E(The)144 184.8 Q F2<ad50>2.726 E F1(or)2.726 E F2<ad70>2.727 E F1
-.227(options to)2.727 F F2(trap)2.727 E F1 .227
-(may be used in a subshell en)2.727 F .227
-(vironment \(e.g., command substitution\))-.4 F .993
-(and, as long as the)144 196.8 R 3.493(ya)-.15 G .993(re used before)
--3.493 F F2(trap)3.493 E F1 .993(is used to change a signal')3.493 F
-3.492(sh)-.55 G .992(andling, will display the)-3.492 F
-(state of its parent')144 208.8 Q 2.5(st)-.55 G(raps.)-2.5 E(The)144
-225.6 Q F2<ad6c>3.216 E F1 .716(option causes)3.216 F F2(trap)3.216 E F1
-.716(to print a list of signal names and their corresponding numbers.)
-3.216 F(Each)5.717 E F0(sigspec)144.34 237.6 Q F1 .709
-(is either a signal name de\214ned in <)3.519 F F0(signal.h)A F1 .709
-(>, or a signal number)B 5.708(.S)-.55 G .708(ignal names are case)
--5.708 F(insensiti)144 249.6 Q .3 -.15(ve a)-.25 H(nd the).15 E/F3 9
-/Times-Bold@0 SF(SIG)2.5 E F1(pre\214x is optional.)2.25 E .091(If a)144
-266.4 R F0(sigspec)2.931 E F1(is)2.901 E F3(EXIT)2.591 E F1 .091
-(\(0\) the command)2.341 F F0(action)2.921 E F1 .091(is e)2.831 F -.15
-(xe)-.15 G .091(cuted on e).15 F .092(xit from the shell.)-.15 F .092
-(If a)5.092 F F0(sigspec)2.932 E F1(is)2.902 E F3(DE-)2.592 E -.09(BU)
-144 278.4 S(G).09 E/F4 9/Times-Roman@0 SF(,)A F1 1.245(the command)3.495
-F F0(action)4.075 E F1 1.245(is e)3.985 F -.15(xe)-.15 G 1.244
-(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F0 1.244(simple command)
-3.744 F F1(,)A F0(for)3.744 E F1(command,)3.744 E F0(case)3.744 E F1
-(com-)3.744 E(mand,)144 290.4 Q F0(select)2.696 E F1 .196
-(command, \(\( arithmetic command, [[ conditional command, arithmetic)
-2.696 F F0(for)2.697 E F1(command,)2.697 E .394
-(and before the \214rst command e)144 302.4 R -.15(xe)-.15 G .393
-(cutes in a shell function \(see).15 F F3 .393(SHELL GRAMMAR)2.893 F F1
-(abo)2.643 E -.15(ve)-.15 G 2.893(\). Refer).15 F .833
-(to the description of the)144 314.4 R F2(extdeb)3.333 E(ug)-.2 E F1
-.833(option to the)3.333 F F2(shopt)3.333 E F1 -.2(bu)3.333 G .834
-(iltin for details of its ef).2 F .834(fect on the)-.25 F F2(DE-)3.334 E
--.1(BU)144 326.4 S(G).1 E F1 2.694(trap. If)2.694 F(a)2.694 E F0
-(sigspec)3.034 E F1(is)3.004 E F3(RETURN)2.694 E F4(,)A F1 .194
-(the command)2.444 F F0(action)3.024 E F1 .194(is e)2.934 F -.15(xe)-.15
-G .193(cuted each time a shell function or).15 F 2.5(as)144 338.4 S
-(cript e)-2.5 E -.15(xe)-.15 G(cuted with the).15 E F2(.)2.5 E F1(or)2.5
-E F2(sour)2.5 E(ce)-.18 E F1 -.2(bu)2.5 G(iltins \214nishes e).2 E -.15
-(xe)-.15 G(cuting.).15 E .284(If a)144 355.2 R F0(sigspec)3.124 E F1(is)
-3.094 E F3(ERR)2.784 E F4(,)A F1 .284(the command)2.534 F F0(action)
-3.114 E F1 .284(is e)3.024 F -.15(xe)-.15 G .284(cuted whene).15 F -.15
-(ve)-.25 G 2.784(rap).15 G .285(ipeline \(which may consist of a)-2.784
-F .185(single simple command\), a list, or a compound command returns a\
- non\255zero e)144 367.2 R .184(xit status, subject to)-.15 F .451
-(the follo)144 379.2 R .451(wing conditions.)-.25 F(The)5.451 E F3(ERR)
-2.951 E F1 .451(trap is not e)2.701 F -.15(xe)-.15 G .451
-(cuted if the f).15 F .452(ailed command is part of the com-)-.1 F .388
-(mand list immediately follo)144 391.2 R .388(wing a)-.25 F F2(while)
-2.888 E F1(or)2.888 E F2(until)2.888 E F1 -.1(ke)2.888 G(yw)-.05 E .388
-(ord, part of the test in an)-.1 F F0(if)2.897 E F1 .387
-(statement, part)4.847 F .777(of a command e)144 403.2 R -.15(xe)-.15 G
-.778(cuted in a).15 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1 .778
-(list e)3.278 F .778(xcept the command follo)-.15 F .778
-(wing the \214nal)-.25 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1
-3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 415.2 R
-1.28(ut the last, or if the command')-.2 F 3.78(sr)-.55 G 1.28(eturn v)
--3.78 F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F
-F2(!)3.78 E F1(.)A(These are the same conditions obe)144 427.2 Q
-(yed by the)-.15 E F2(err)2.5 E(exit)-.18 E F1(\()2.5 E F2<ad65>A F1 2.5
-(\)o)C(ption.)-2.5 E .069(When the shell is not interacti)144 444 R -.15
-(ve)-.25 G 2.569(,s).15 G .07
+.25 E F1(\(1\)).95 E 2.576(conditions. The)144 84 R/F2 9/Times-Bold@0 SF
+(ERR)2.576 E F1 .076(trap is not e)2.326 F -.15(xe)-.15 G .076
+(cuted if the f).15 F .077
+(ailed command is part of the command list imme-)-.1 F .507
+(diately follo)144 96 R .507(wing a)-.25 F/F3 10/Times-Bold@0 SF(while)
+3.006 E F1(or)3.006 E F3(until)3.006 E F1 -.1(ke)3.006 G(yw)-.05 E .506
+(ord, part of the test in an)-.1 F F0(if)3.016 E F1 .506
+(statement, part of a command)4.966 F -.15(exe)144 108 S .806
+(cuted in a).15 F F3(&&)3.306 E F1(or)3.307 E F3(||)3.307 E F1 .807
+(list e)3.307 F .807(xcept the command follo)-.15 F .807
+(wing the \214nal)-.25 F F3(&&)3.307 E F1(or)3.307 E F3(||)3.307 E F1
+3.307(,a)C 1.107 -.15(ny c)-3.307 H .807(ommand in a).15 F .759
+(pipeline b)144 120 R .758(ut the last \(subject to the state of the)-.2
+F F3(pipefail)3.258 E F1 .758(shell option\), or if the command')3.258 F
+3.258(sr)-.55 G(eturn)-3.258 E -.25(va)144 132 S(lue is being in).25 E
+-.15(ve)-.4 G(rted using).15 E F3(!)2.5 E F1 5(.T)C
+(hese are the same conditions obe)-5 E(yed by the)-.15 E F3(err)2.5 E
+(exit)-.18 E F1(\()2.5 E F3<ad65>A F1 2.5(\)o)C(ption.)-2.5 E .069
+(When the shell is not interacti)144 148.8 R -.15(ve)-.25 G 2.569(,s).15
+G .07
 (ignals ignored upon entry to the shell cannot be trapped or reset.)
--2.569 F(Interacti)144 456 Q .952 -.15(ve s)-.25 H .652
+-2.569 F(Interacti)144 160.8 Q .952 -.15(ve s)-.25 H .652
 (hells permit trapping signals ignored on entry).15 F 5.651(.T)-.65 G
 .651(rapped signals that are not being ig-)-6.001 F .576
-(nored are reset to their original v)144 468 R .576
+(nored are reset to their original v)144 172.8 R .576
 (alues in a subshell or subshell en)-.25 F .577
-(vironment when one is created.)-.4 F(The return status is f)144 480 Q
+(vironment when one is created.)-.4 F(The return status is f)144 184.8 Q
 (alse if an)-.1 E(y)-.15 E F0(sigspec)2.84 E F1(is in)2.81 E -.25(va)-.4
-G(lid; otherwise).25 E F2(trap)2.5 E F1(returns true.)2.5 E F2(true)108
-496.8 Q F1(Does nothing, returns a 0 status.)144 496.8 Q F2(type)108
-513.6 Q F1([)2.5 E F2(\255aftpP)A F1(])A F0(name)2.5 E F1([)2.5 E F0
-(name)A F1 1.666(...)2.5 G(])-1.666 E -.4(Wi)144 525.6 S .174
-(th no options, indicate ho).4 F 2.674(we)-.25 G(ach)-2.674 E F0(name)
-3.034 E F1 -.1(wo)2.854 G .173
-(uld be interpreted if used as a command name.).1 F .173(If the)5.173 F
-F2<ad74>144 537.6 Q F1 .715(option is used,)3.215 F F2(type)3.215 E F1
-.715(prints a string which is one of)3.215 F F0(alias)3.545 E F1(,).27 E
-F0 -.1(ke)3.215 G(ywor)-.2 E(d)-.37 E F1(,).77 E F0(function)5.185 E F1
-(,).24 E F0 -.2(bu)3.215 G(iltin).2 E F1 3.215(,o).24 G(r)-3.215 E F0
-(\214le)5.125 E F1(if)3.395 E F0(name)144.36 549.6 Q F1 .378
-(is an alias, shell reserv)3.058 F .377(ed w)-.15 F .377
-(ord, function, b)-.1 F .377(uiltin, or e)-.2 F -.15(xe)-.15 G .377
-(cutable disk \214le, respecti).15 F -.15(ve)-.25 G(ly).15 E 5.377(.I)
--.65 G 2.877(ft)-5.377 G(he)-2.877 E F0(name)144.36 561.6 Q F1 .645
-(is not found, then nothing is printed, and)3.325 F F2(type)3.146 E F1
-.646(returns a non-zero e)3.146 F .646(xit status.)-.15 F .646(If the)
-5.646 F F2<ad70>3.146 E F1(op-)3.146 E .642(tion is used,)144 573.6 R F2
-(type)3.142 E F1 .642(either returns the name of the e)3.142 F -.15(xe)
--.15 G .642(cutable \214le that w).15 F .641(ould be found by searching)
--.1 F F2($P)144 585.6 Q -.95(AT)-.74 G(H).95 E F1(if)2.5 E F0(name)2.86
-E F1(were speci\214ed as a command name, or nothing if \231type \255t n\
-ame\232 w)2.68 E .001(ould not return)-.1 F F0(\214le)145.91 597.6 Q F1
-5.259(.T).18 G(he)-5.259 E F2<ad50>2.759 E F1 .259(option forces a)2.759
-F F3 -.666(PA)2.759 G(TH)-.189 E F1 .259(search for each)2.509 F F0
-(name)2.759 E F1 2.759(,e)C -.15(ve)-3.009 G 2.759(ni).15 G 2.759<6699>
--2.759 G .259(type \255t name\232 w)-2.759 F .258(ould not return)-.1 F
-F0(\214le)145.91 609.6 Q F1 5.588(.I).18 G 3.088(fac)-5.588 G .588
-(ommand is hashed,)-3.088 F F2<ad70>3.088 E F1(and)3.088 E F2<ad50>3.088
-E F1 .588(print the hashed v)3.088 F .589
-(alue, which is not necessarily the \214le)-.25 F .034
-(that appears \214rst in)144 621.6 R F3 -.666(PA)2.534 G(TH)-.189 E F4
-(.)A F1 .034(If the)4.534 F F2<ad61>2.534 E F1 .034(option is used,)
-2.534 F F2(type)2.533 E F1 .033
-(prints all of the places that contain a com-)2.533 F 1.392(mand named)
-144 633.6 R F0(name)4.252 E F1 6.392(.T).18 G 1.392
-(his includes aliases, reserv)-6.392 F 1.392(ed w)-.15 F 1.392
-(ords, functions, and b)-.1 F 1.393(uiltins, b)-.2 F 1.393(ut the path)
--.2 F .145(search options \()144 645.6 R F2<ad70>A F1(and)2.644 E F2
-<ad50>2.644 E F1 2.644(\)c)C .144
-(an be supplied to restrict the output to e)-2.644 F -.15(xe)-.15 G .144
-(cutable \214les.).15 F F2(type)5.144 E F1 .144(does not)2.644 F .557
-(consult the table of hashed commands when using)144 657.6 R F2<ad61>
-3.057 E F1(with)3.057 E F2<ad70>3.058 E F1 3.058(,a)C .558
-(nd only performs a)-3.058 F F3 -.666(PA)3.058 G(TH)-.189 E F1(search)
-2.808 E(for)144 669.6 Q F0(name)2.758 E F1 5.258(.T)C(he)-5.258 E F2
-<ad66>2.758 E F1 .258
-(option suppresses shell function lookup, as with the)2.758 F F2
-(command)2.758 E F1 -.2(bu)2.758 G(iltin.).2 E F2(type)5.258 E F1(re-)
-2.758 E(turns true if all of the ar)144 681.6 Q(guments are found, f)
--.18 E(alse if an)-.1 E 2.5(ya)-.15 G(re not found.)-2.5 E F2(ulimit)108
-698.4 Q F1([)2.5 E F2(\255HS)A F1(])A F2<ad61>2.5 E F1(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(84)193.45 E 0 Cg EP
-%%Page: 85 85
+G(lid; otherwise).25 E F3(trap)2.5 E F1(returns true.)2.5 E F3(true)108
+201.6 Q F1(Does nothing, returns a 0 status.)144 201.6 Q F3(type)108
+218.4 Q F1([)2.5 E F3(\255aftpP)A F1(])A F0(name)2.5 E F1([)2.5 E F0
+(name)A F1 1.666(...)2.5 G(])-1.666 E(Indicate ho)144 230.4 Q 2.5(we)
+-.25 G(ach)-2.5 E F0(name)2.86 E F1 -.1(wo)2.68 G
+(uld be interpreted if used as a command name.).1 E .801(If the)144
+247.2 R F3<ad74>3.301 E F1 .801(option is used,)3.301 F F3(type)3.301 E
+F1 .801(prints a string which is one of)3.301 F F0(alias)3.63 E F1(,).27
+E F0 -.1(ke)3.3 G(ywor)-.2 E(d)-.37 E F1(,).77 E F0(function)5.27 E F1
+(,).24 E F0 -.2(bu)3.3 G(iltin).2 E F1 3.3(,o).24 G(r)-3.3 E F0(\214le)
+145.91 259.2 Q F1(if)3.622 E F0(name)3.802 E F1 .942
+(is an alias, shell reserv)3.622 F .942(ed w)-.15 F .942
+(ord, function, b)-.1 F .942(uiltin, or e)-.2 F -.15(xe)-.15 G .942
+(cutable \214le, respecti).15 F -.15(ve)-.25 G(ly).15 E 5.942(.I)-.65 G
+(f)-5.942 E(the)144 271.2 Q F0(name)2.86 E F1(is not found,)2.68 E F3
+(type)2.5 E F1(prints nothing and returns a non-zero e)2.5 E
+(xit status.)-.15 E 1.483(If the)144 288 R F3<ad70>3.983 E F1 1.483
+(option is used,)3.983 F F3(type)3.983 E F1 1.482
+(either returns the pathname of the e)3.982 F -.15(xe)-.15 G 1.482
+(cutable \214le that w).15 F 1.482(ould be)-.1 F .44(found by searching)
+144 300 R F3($P)2.94 E -.95(AT)-.74 G(H).95 E F1(for)2.94 E F0(name)3.3
+E F1 .441(or nothing if \231type \255t name\232 w)3.12 F .441
+(ould not return)-.1 F F0(\214le)4.851 E F1 5.441(.T).18 G(he)-5.441 E
+F3<ad50>2.941 E F1 .206(option forces a)144 312 R F2 -.666(PA)2.706 G
+(TH)-.189 E F1 .206(search for each)2.456 F F0(name)2.706 E F1 2.706(,e)
+C -.15(ve)-2.956 G 2.706(ni).15 G 2.705<6699>-2.706 G .205
+(type \255t name\232 w)-2.705 F .205(ould not return)-.1 F F0(\214le)
+4.615 E F1 5.205(.I).18 G(f)-5.205 E F0(name)2.705 E F1 .241
+(is present in the table of hashed commands,)144 324 R F3<ad70>2.742 E
+F1(and)2.742 E F3<ad50>2.742 E F1 .242(print the hashed v)2.742 F .242
+(alue, which is not neces-)-.25 F
+(sarily the \214le that appears \214rst in)144 336 Q F2 -.666(PA)2.5 G
+(TH)-.189 E/F4 9/Times-Roman@0 SF(.)A F1 .653(If the)144 352.8 R F3
+<ad61>3.153 E F1 .653(option is used,)3.153 F F3(type)3.153 E F1 .653
+(prints all of the places that contain a command named)3.153 F F0(name)
+3.512 E F1 5.652(.T).18 G(his)-5.652 E .735(includes aliases, reserv)144
+364.8 R .735(ed w)-.15 F .736(ords, functions, and b)-.1 F .736
+(uiltins, b)-.2 F .736(ut the path search options \()-.2 F F3<ad70>A F1
+(and)3.236 E F3<ad50>3.236 E F1(\))A .292
+(can be supplied to restrict the output to e)144 376.8 R -.15(xe)-.15 G
+.292(cutable \214les.).15 F F3(type)5.292 E F1 .291
+(does not consult the table of hashed)2.792 F(commands when using)144
+388.8 Q F3<ad61>2.5 E F1(with)2.5 E F3<ad70>2.5 E F1 2.5(,a)C
+(nd only performs a)-2.5 E F2 -.666(PA)2.5 G(TH)-.189 E F1(search for)
+2.25 E F0(name)2.5 E F1(.)A(The)144 405.6 Q F3<ad66>2.757 E F1 .257
+(option suppresses shell function lookup, as with the)2.757 F F3
+(command)2.757 E F1 -.2(bu)2.758 G(iltin.).2 E F3(type)5.258 E F1 .258
+(returns true if)2.758 F(all of the ar)144 417.6 Q(guments are found, f)
+-.18 E(alse if an)-.1 E 2.5(ya)-.15 G(re not found.)-2.5 E F3(ulimit)108
+434.4 Q F1([)2.5 E F3(\255HS)A F1(])A F3<ad61>2.5 E(ulimit)108 446.4 Q
+F1([)2.5 E F3(\255HS)A F1 2.5(][)C F3(\255bcde\214klmnpqrstuvxPR)-2.5 E
+(T)-.4 E F1([)2.5 E F0(limit)A F1(]])A(Pro)144 458.4 Q .279
+(vides control o)-.15 F -.15(ve)-.15 G 2.778(rt).15 G .278
+(he resources a)-2.778 F -.25(va)-.2 G .278
+(ilable to the shell and to processes it starts, on systems that).25 F
+(allo)144 470.4 Q 2.5(ws)-.25 G(uch control.)-2.5 E(The)144 487.2 Q F3
+<ad48>2.693 E F1(and)2.693 E F3<ad53>2.693 E F1 .193
+(options specify whether the hard or soft limit is set for the gi)2.693
+F -.15(ve)-.25 G 2.694(nr).15 G 2.694(esource. A)-2.694 F(hard)2.694 E
+.497(limit cannot be increased by a non-root user once it is set; a sof\
+t limit may be increased up to the)144 499.2 R -.25(va)144 511.2 S
+(lue of the hard limit.).25 E(If neither)5 E F3<ad48>2.5 E F1(nor)2.5 E
+F3<ad53>2.5 E F1(is speci\214ed,)2.5 E F3(ulimit)2.5 E F1
+(sets both the soft and hard limits.)2.5 E .402(The v)144 528 R .402
+(alue of)-.25 F F0(limit)2.992 E F1 .402(can be a number in the unit sp\
+eci\214ed for the resource or one of the special v)3.582 F(al-)-.25 E
+(ues)144 540 Q F3(hard)3.019 E F1(,)A F3(soft)3.019 E F1 3.019(,o)C(r)
+-3.019 E F3(unlimited)3.019 E F1 3.018(,w)C .518
+(hich stand for the current hard limit, the current soft limit, and no)
+-3.018 F 1.055(limit, respecti)144 552 R -.15(ve)-.25 G(ly).15 E 6.055
+(.I)-.65 G(f)-6.055 E F0(limit)3.645 E F1 1.055(is omitted,)4.235 F F3
+(ulimit)3.555 E F1 1.055(prints the current v)3.555 F 1.056
+(alue of the soft limit of the re-)-.25 F .637(source, unless the)144
+564 R F3<ad48>3.137 E F1 .637(option is gi)3.137 F -.15(ve)-.25 G 3.137
+(n. When).15 F .637
+(more than one resource is speci\214ed, the limit name)3.137 F
+(and unit, if appropriate, are printed before the v)144 576 Q 2.5
+(alue. Other)-.25 F(options are interpreted as follo)2.5 E(ws:)-.25 E F3
+<ad61>144 588 Q F1(Report all current limits; no limits are set.)180 588
+Q F3<ad62>144 600 Q F1(The maximum sock)180 600 Q(et b)-.1 E(uf)-.2 E
+(fer size.)-.25 E F3<ad63>144 612 Q F1
+(The maximum size of core \214les created.)180 612 Q F3<ad64>144 624 Q
+F1(The maximum size of a process')180 624 Q 2.5(sd)-.55 G(ata se)-2.5 E
+(gment.)-.15 E F3<ad65>144 636 Q F1
+(The maximum scheduling priority \(\231nice\232\).)180 636 Q F3<ad66>144
+648 Q F1
+(The maximum size of \214les written by the shell and its children.)180
+648 Q F3<ad69>144 660 Q F1(The maximum number of pending signals.)180
+660 Q F3<ad6b>144 672 Q F1
+(The maximum number of kqueues that may be allocated.)180 672 Q F3<ad6c>
+144 684 Q F1(The maximum size that may be lock)180 684 Q(ed into memory)
+-.1 E(.)-.65 E F3<ad6d>144 696 Q F1(The maximum resident set size \(man)
+180 696 Q 2.5(ys)-.15 G(ystems do not honor this limit\).)-2.5 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(89)190.395 E 0 Cg EP
+%%Page: 90 90
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(ulimit)108 84 Q F1([)2.5 E F2
-(\255HS)A F1 2.5(][)C F2(\255bcde\214klmnpqrstuvxPR)-2.5 E(T)-.4 E F1([)
-2.5 E F0(limit)A F1(]])A(Pro)144 96 Q .243(vides control o)-.15 F -.15
-(ve)-.15 G 2.743(rt).15 G .243(he resources a)-2.743 F -.25(va)-.2 G
-.244(ilable to the shell and to processes started by it, on systems).25
-F .944(that allo)144 108 R 3.444(ws)-.25 G .944(uch control.)-3.444 F
-(The)5.944 E F2<ad48>3.444 E F1(and)3.444 E F2<ad53>3.444 E F1 .943
-(options specify that the hard or soft limit is set for the)3.444 F(gi)
-144 120 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208(\
-hard limit cannot be increased by a non-root user once it is set; a sof\
-t limit may)2.708 F .426(be increased up to the v)144 132 R .426
-(alue of the hard limit.)-.25 F .425(If neither)5.426 F F2<ad48>2.925 E
-F1(nor)2.925 E F2<ad53>2.925 E F1 .425
-(is speci\214ed, both the soft and)2.925 F .139(hard limits are set.)144
-144 R .139(The v)5.139 F .139(alue of)-.25 F F0(limit)2.729 E F1 .139
-(can be a number in the unit speci\214ed for the resource or one)3.319 F
-.742(of the special v)144 156 R(alues)-.25 E F2(hard)3.242 E F1(,)A F2
-(soft)3.241 E F1 3.241(,o)C(r)-3.241 E F2(unlimited)3.241 E F1 3.241(,w)
-C .741(hich stand for the current hard limit, the current)-3.241 F .023
-(soft limit, and no limit, respecti)144 168 R -.15(ve)-.25 G(ly).15 E
-5.023(.I)-.65 G(f)-5.023 E F0(limit)2.613 E F1 .023
-(is omitted, the current v)3.203 F .023
-(alue of the soft limit of the re-)-.25 F .985
-(source is printed, unless the)144 180 R F2<ad48>3.485 E F1 .984
-(option is gi)3.485 F -.15(ve)-.25 G 3.484(n. When).15 F .984
-(more than one resource is speci\214ed, the)3.484 F .7
-(limit name and unit, if appropriate, are printed before the v)144 192 R
-3.2(alue. Other)-.25 F .7(options are interpreted as)3.2 F(follo)144 204
-Q(ws:)-.25 E F2<ad61>144 216 Q F1
-(All current limits are reported; no limits are set)180 216 Q F2<ad62>
-144 228 Q F1(The maximum sock)180 228 Q(et b)-.1 E(uf)-.2 E(fer size)
--.25 E F2<ad63>144 240 Q F1(The maximum size of core \214les created)180
-240 Q F2<ad64>144 252 Q F1(The maximum size of a process')180 252 Q 2.5
-(sd)-.55 G(ata se)-2.5 E(gment)-.15 E F2<ad65>144 264 Q F1
-(The maximum scheduling priority \(\231nice\232\).)180 264 Q F2<ad66>144
-276 Q F1
-(The maximum size of \214les written by the shell and its children)180
-276 Q F2<ad69>144 288 Q F1(The maximum number of pending signals)180 288
-Q F2<ad6b>144 300 Q F1
-(The maximum number of kqueues that may be allocated)180 300 Q F2<ad6c>
-144 312 Q F1(The maximum size that may be lock)180 312 Q(ed into memory)
--.1 E F2<ad6d>144 324 Q F1(The maximum resident set size \(man)180 324 Q
-2.5(ys)-.15 G(ystems do not honor this limit\))-2.5 E F2<ad6e>144 336 Q
-F1 .791(The maximum number of open \214le descriptors \(most systems do\
- not allo)180 336 R 3.29(wt)-.25 G .79(his v)-3.29 F .79(alue to)-.25 F
-(be set\))180 348 Q F2<ad70>144 360 Q F1
-(The pipe size in 512-byte blocks \(this may not be set\))180 360 Q F2
-<ad71>144 372 Q F1(The maximum number of bytes in POSIX message queues)
-180 372 Q F2<ad72>144 384 Q F1
-(The maximum real-time scheduling priority)180 384 Q F2<ad73>144 396 Q
-F1(The maximum stack size)180 396 Q F2<ad74>144 408 Q F1
-(The maximum amount of cpu time in seconds)180 408 Q F2<ad75>144 420 Q
-F1(The maximum number of processes a)180 420 Q -.25(va)-.2 G
-(ilable to a single user).25 E F2<ad76>144 432 Q F1 .47
-(The maximum amount of virtual memory a)180 432 R -.25(va)-.2 G .47
-(ilable to the shell and, on some systems, to).25 F(its children)180 444
-Q F2<ad78>144 456 Q F1(The maximum number of \214le locks)180 456 Q F2
-<ad50>144 468 Q F1(The maximum number of pseudoterminals)180 468 Q F2
-<ad52>144 480 Q F1(The maximum time a real-time process can run before \
-blocking, in microseconds)180 480 Q F2<ad54>144 492 Q F1
-(The maximum number of threads)180 492 Q(If)144 508.8 Q F0(limit)3.058 E
-F1 .468(is gi)3.648 F -.15(ve)-.25 G .468(n, and the).15 F F2<ad61>2.968
-E F1 .468(option is not used,)2.968 F F0(limit)2.968 E F1 .468
-(is the ne)2.968 F 2.968(wv)-.25 G .468
-(alue of the speci\214ed resource.)-3.218 F(If)5.468 E .044
-(no option is gi)144 520.8 R -.15(ve)-.25 G .044(n, then).15 F F2<ad66>
-2.544 E F1 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045
-(lues are in 1024-byte increments, e)1.11 F .045(xcept for)-.15 F F2
-<ad74>2.545 E F1 2.545(,w)C .045(hich is)-2.545 F .67(in seconds;)144
-532.8 R F2<ad52>3.17 E F1 3.17(,w)C .67(hich is in microseconds;)-3.17 F
-F2<ad70>3.17 E F1 3.17(,w)C .67(hich is in units of 512-byte blocks;)
--3.17 F F2<ad50>3.17 E F1(,)A F2<ad54>3.17 E F1(,)A F2<ad62>3.17 E F1(,)
-A F2<ad6b>144 544.8 Q F1(,)A F2<ad6e>3.736 E F1 3.736(,a)C(nd)-3.736 E
-F2<ad75>3.736 E F1 3.736(,w)C 1.236(hich are unscaled v)-3.736 F 1.236
-(alues; and, when in posix mode,)-.25 F F2<ad63>3.736 E F1(and)3.736 E
-F2<ad66>3.736 E F1 3.736(,w)C 1.237(hich are in)-3.736 F .239
-(512-byte increments.)144 556.8 R .238
-(The return status is 0 unless an in)5.239 F -.25(va)-.4 G .238
-(lid option or ar).25 F .238(gument is supplied, or an)-.18 F
-(error occurs while setting a ne)144 568.8 Q 2.5(wl)-.25 G(imit.)-2.5 E
-F2(umask)108 585.6 Q F1([)2.5 E F2<ad70>A F1 2.5(][)C F2<ad53>-2.5 E F1
-2.5(][)C F0(mode)-2.5 E F1(])A .18
-(The user \214le-creation mask is set to)144 597.6 R F0(mode)3.06 E F1
-5.18(.I).18 G(f)-5.18 E F0(mode)3.06 E F1(be)2.86 E .18
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad6e>144 84 Q F1 .791(The ma\
+ximum number of open \214le descriptors \(most systems do not allo)180
+84 R 3.291(wt)-.25 G .791(his v)-3.291 F .791(alue to)-.25 F(be set\).)
+180 96 Q F2<ad70>144 108 Q F1
+(The pipe size in 512-byte blocks \(this may not be set\).)180 108 Q F2
+<ad71>144 120 Q F1(The maximum number of bytes in POSIX message queues.)
+180 120 Q F2<ad72>144 132 Q F1
+(The maximum real-time scheduling priority)180 132 Q(.)-.65 E F2<ad73>
+144 144 Q F1(The maximum stack size.)180 144 Q F2<ad74>144 156 Q F1
+(The maximum amount of cpu time in seconds.)180 156 Q F2<ad75>144 168 Q
+F1(The maximum number of processes a)180 168 Q -.25(va)-.2 G
+(ilable to a single user).25 E(.)-.55 E F2<ad76>144 180 Q F1 .47
+(The maximum amount of virtual memory a)180 180 R -.25(va)-.2 G .47
+(ilable to the shell and, on some systems, to).25 F(its children.)180
+192 Q F2<ad78>144 204 Q F1(The maximum number of \214le locks.)180 204 Q
+F2<ad50>144 216 Q F1(The maximum number of pseudoterminals.)180 216 Q F2
+<ad52>144 228 Q F1(The maximum time a real-time process can run before \
+blocking, in microseconds.)180 228 Q F2<ad54>144 240 Q F1
+(The maximum number of threads.)180 240 Q(If)144 256.8 Q F0(limit)3.061
+E F1 .471(is supplied, and the)3.651 F F2<ad61>2.971 E F1 .471
+(option is not used,)2.971 F F0(limit)2.971 E F1 .471(is the ne)2.971 F
+2.971(wv)-.25 G .471(alue of the speci\214ed resource.)-3.221 F
+(If no option is supplied, then)144 268.8 Q F2<ad66>2.5 E F1
+(is assumed.)2.5 E -1.11(Va)144 285.6 S .388
+(lues are in 1024-byte increments, e)1.11 F .388(xcept for)-.15 F F2
+<ad74>2.888 E F1 2.888(,w)C .388(hich is in seconds;)-2.888 F F2<ad52>
+2.888 E F1 2.888(,w)C .388(hich is in microsec-)-2.888 F(onds;)144 297.6
+Q F2<ad70>3.286 E F1 3.286(,w)C .786
+(hich is in units of 512-byte blocks;)-3.286 F F2<ad50>3.287 E F1(,)A F2
+<ad54>3.287 E F1(,)A F2<ad62>3.287 E F1(,)A F2<ad6b>3.287 E F1(,)A F2
+<ad6e>3.287 E F1 3.287(,a)C(nd)-3.287 E F2<ad75>3.287 E F1 3.287(,w)C
+.787(hich are unscaled)-3.287 F -.25(va)144 309.6 S .498
+(lues; and, when in posix mode,).25 F F2<ad63>2.998 E F1(and)2.998 E F2
+<ad66>2.998 E F1 2.998(,w)C .498(hich are in 512-byte increments.)-2.998
+F .498(The return status)5.498 F(is 0 unless an in)144 321.6 Q -.25(va)
+-.4 G(lid option or ar).25 E
+(gument is supplied, or an error occurs while setting a ne)-.18 E 2.5
+(wl)-.25 G(imit.)-2.5 E F2(umask)108 338.4 Q F1([)2.5 E F2<ad70>A F1 2.5
+(][)C F2<ad53>-2.5 E F1 2.5(][)C F0(mode)-2.5 E F1(])A .791
+(Set the user \214le-creation mask to)144 350.4 R F0(mode)3.671 E F1
+5.792(.I).18 G(f)-5.792 E F0(mode)3.672 E F1(be)3.472 E .792
 (gins with a digit, it is interpreted as an octal)-.15 F .066(number; o\
 therwise it is interpreted as a symbolic mode mask similar to that acce\
-pted by)144 609.6 R F0 -.15(ch)2.566 G(mod).15 E F1(\(1\).).77 E(If)144
-621.6 Q F0(mode)3.262 E F1 .382(is omitted, the current v)3.062 F .382
-(alue of the mask is printed.)-.25 F(The)5.382 E F2<ad53>2.882 E F1 .382
-(option causes the mask to be)2.882 F .547
-(printed in symbolic form; the def)144 633.6 R .547
-(ault output is an octal number)-.1 F 5.547(.I)-.55 G 3.047(ft)-5.547 G
-(he)-3.047 E F2<ad70>3.047 E F1 .547(option is supplied, and)3.047 F F0
-(mode)144.38 645.6 Q F1 .551
-(is omitted, the output is in a form that may be reused as input.)3.231
-F .552(The return status is 0 if the)5.552 F(mode w)144 657.6 Q
-(as successfully changed or if no)-.1 E F0(mode)2.5 E F1(ar)2.5 E
-(gument w)-.18 E(as supplied, and f)-.1 E(alse otherwise.)-.1 E F2
-(unalias)108 674.4 Q F1<5bad>2.5 E F2(a)A F1 2.5(][)C F0(name)-2.5 E F1
-1.666(...)2.5 G(])-1.666 E(Remo)144 686.4 Q 1.058 -.15(ve e)-.15 H(ach)
-.15 E F0(name)3.258 E F1 .758(from the list of de\214ned aliases.)3.258
-F(If)5.758 E F2<ad61>3.258 E F1 .757
-(is supplied, all alias de\214nitions are re-)3.258 F(mo)144 698.4 Q
--.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E
+pted by)144 362.4 R F0 -.15(ch)2.566 G(mod).15 E F1(\(1\).).77 E(If)144
+374.4 Q F0(mode)3.031 E F1 .151(is omitted,)2.831 F F2(umask)2.651 E F1
+.152(prints the current v)2.651 F .152(alue of the mask.)-.25 F(The)
+5.152 E F2<ad53>2.652 E F1 .152(option without a)2.652 F F0(mode)2.652 E
+F1(ar)2.652 E(-)-.2 E .394
+(gument prints the mask in a symbolic format; the def)144 386.4 R .394
+(ault output is an octal number)-.1 F 5.394(.I)-.55 G 2.894(ft)-5.394 G
+(he)-2.894 E F2<ad70>2.893 E F1(op-)2.893 E .329(tion is supplied, and)
+144 398.4 R F0(mode)3.209 E F1 .329
+(is omitted, the output is in a form that may be reused as input.)3.009
+F .329(The re-)5.329 F .151(turn status is zero if the mode w)144 410.4
+R .151(as successfully changed or if no)-.1 F F0(mode)2.65 E F1(ar)2.65
+E .15(gument w)-.18 F .15(as supplied, and)-.1 F(non-zero otherwise.)144
+422.4 Q F2(unalias)108 439.2 Q F1<5bad>2.5 E F2(a)A F1 2.5(][)C F0(name)
+-2.5 E F1 1.666(...)2.5 G(])-1.666 E(Remo)144 451.2 Q .706 -.15(ve e)
+-.15 H(ach).15 E F0(name)2.906 E F1 .406
+(from the list of de\214ned aliases.)2.906 F(If)5.406 E F2<ad61>2.906 E
+F1 .406(is supplied, remo)2.906 F .707 -.15(ve a)-.15 H .407
+(ll alias de\214nitions.).15 F(The return v)144 463.2 Q
 (alue is true unless a supplied)-.25 E F0(name)2.86 E F1
-(is not a de\214ned alias.)2.68 E(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(85)193.45 E 0 Cg EP
-%%Page: 86 86
+(is not a de\214ned alias.)2.68 E F2(unset)108 480 Q F1<5bad>2.5 E F2
+(fv)A F1 2.5(][)C<ad>-2.5 E F2(n)A F1 2.5(][)C F0(name)-2.5 E F1 1.666
+(...)2.5 G(])-1.666 E -.15(Fo)144 492 S 3.804(re).15 G(ach)-3.804 E F0
+(name)4.164 E F1 3.804(,r).18 G(emo)-3.804 E 1.604 -.15(ve t)-.15 H
+1.304(he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303
+(If the)6.303 F F2<ad76>3.803 E F1 1.303(option is gi)3.803 F -.15(ve)
+-.25 G 1.303(n, each).15 F F0(name)144.36 504 Q F1 .069
+(refers to a shell v)2.748 F .069(ariable, and that v)-.25 F .069
+(ariable is remo)-.25 F -.15(ve)-.15 G 2.569(d. If).15 F F2<ad66>2.569 E
+F1 .069(is speci\214ed, each)2.569 F F0(name)2.929 E F1 .069(refers to)
+2.749 F 2.566(as)144 516 S .066
+(hell function, and the function de\214nition is remo)-2.566 F -.15(ve)
+-.15 G 2.566(d. If).15 F(the)2.566 E F2<ad6e>2.565 E F1 .065
+(option is supplied, and)2.565 F F0(name)2.565 E F1 .065(is a)2.565 F
+-.25(va)144 528 S .874(riable with the).25 F F0(namer)3.374 E(ef)-.37 E
+F1(attrib)3.374 E(ute,)-.2 E F0(name)3.374 E F1 .875
+(will be unset rather than the v)3.375 F .875(ariable it references.)
+-.25 F F2<ad6e>5.875 E F1 1.217(has no ef)144 540 R 1.217(fect if the)
+-.25 F F2<ad66>3.716 E F1 1.216(option is supplied.)3.716 F 1.216
+(Read-only v)6.216 F 1.216(ariables and functions may not be unset.)-.25
+F .713(When v)144 552 R .713(ariables or functions are remo)-.25 F -.15
+(ve)-.15 G .713(d, the).15 F 3.214(ya)-.15 G .714(re also remo)-3.214 F
+-.15(ve)-.15 G 3.214(df).15 G .714(rom the en)-3.214 F .714
+(vironment passed to)-.4 F 1.004(subsequent commands.)144 564 R 1.003
+(If no options are supplied, each)6.004 F F0(name)3.503 E F1 1.003
+(refers to a v)3.503 F 1.003(ariable; if there is no)-.25 F -.25(va)144
+576 S .176(riable by that name, a function with that name, if an).25 F
+1.477 -.65(y, i)-.15 H 2.677(su).65 G 2.677(nset. Some)-2.677 F .177
+(shell v)2.677 F .177(ariables may not be)-.25 F 2.805(unset. If)144 588
+R(an)2.805 E 2.804(yo)-.15 G(f)-2.804 E/F3 9/Times-Bold@0 SF -.27(BA)
+2.804 G(SH_ALIASES).27 E/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)2.554 G
+(SH_ARGV0).27 E F4(,)A F3 -.27(BA)2.554 G(SH_CMDS).27 E F4(,)A F3 -.27
+(BA)2.554 G(SH_COMMAND).27 E F4(,)A F3 -.27(BA)2.554 G(SH_SUB-).27 E
+(SHELL)144 600 Q F4(,)A F3 -.27(BA)2.79 G(SHPID).27 E F4(,)A F3(COMP_W)
+2.79 E(ORDBREAKS)-.09 E F4(,)A F3(DIRST)2.79 E -.495(AC)-.81 G(K).495 E
+F4(,)A F3(EPOCHREAL)2.79 E(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.79 E F4
+(,)A F3(FUNCN)144 612 Q(AME)-.18 E F4(,)A F3(GR)4.368 E(OUPS)-.27 E F4
+(,)A F3(HISTCMD)4.368 E F4(,)A F3(LINENO)4.368 E F4(,)A F3(RANDOM)4.368
+E F4(,)A F3(SECONDS)4.368 E F4(,)A F1(or)4.368 E F3(SRANDOM)4.618 E F1
+2.117(are unset,)4.368 F(the)144 624 Q 2.741(yl)-.15 G .241
+(ose their special properties, e)-2.741 F -.15(ve)-.25 G 2.741(ni).15 G
+2.741(ft)-2.741 G(he)-2.741 E 2.741(ya)-.15 G .241
+(re subsequently reset.)-2.741 F .241(The e)5.241 F .242
+(xit status is true unless)-.15 F(a)144 636 Q F0(name)2.86 E F1
+(is readonly or may not be unset.)2.68 E F2(wait)108 652.8 Q F1([)2.5 E
+F2(\255fn)A F1 2.5(][)C F2<ad70>-2.5 E F0(varname)2.5 E F1 2.5(][)C F0
+(id)-2.5 E F1 1.666(...)2.5 G(])-1.666 E -.8(Wa)144 664.8 S 1.009
+(it for each speci\214ed child process).8 F F0(id)3.508 E F1 1.008
+(and return the termination status of the last)3.508 F F0(id)3.508 E F1
+6.008(.E)C(ach)-6.008 E F0(id)3.508 E F1 .499(may be a process ID)144
+676.8 R F0(pid)2.999 E F1 .499(or a job speci\214cation)2.999 F F0
+(jobspec)2.999 E F1 3(;i)C 3(faj)-3 G .5(obspec is supplied,)-3 F F2
+(wait)3 E F1 -.1(wa)3 G .5(its for all).1 F(processes in the job)144
+688.8 Q(.)-.4 E .387(If no options or)144 705.6 R F0(id)2.887 E F1 2.886
+(sa)C .386(re supplied,)-2.886 F F2(wait)2.886 E F1 -.1(wa)2.886 G .386
+(its for all running background jobs and the last-e).1 F -.15(xe)-.15 G
+(cuted).15 E(process substitution, if its process id is the same as)144
+717.6 Q F2($!)2.5 E F1 2.5(,a)C(nd the return status is zero.)-2.5 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(90)190.395 E 0 Cg EP
+%%Page: 91 91
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(unset)108 84 Q F1<5bad>2.5 E
-F2(fv)A F1 2.5(][)C<ad>-2.5 E F2(n)A F1 2.5(][)C F0(name)-2.5 E F1 1.666
-(...)2.5 G(])-1.666 E -.15(Fo)144 96 S 3.803(re).15 G(ach)-3.803 E F0
-(name)4.163 E F1 3.803(,r).18 G(emo)-3.803 E 1.603 -.15(ve t)-.15 H
-1.303(he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303
-(If the)6.303 F F2<ad76>3.804 E F1 1.304(option is gi)3.804 F -.15(ve)
--.25 G 1.304(n, each).15 F F0(name)144.36 108 Q F1 .465
-(refers to a shell v)3.145 F .464(ariable, and that v)-.25 F .464
-(ariable is remo)-.25 F -.15(ve)-.15 G 2.964(d. Read-only).15 F -.25(va)
-2.964 G .464(riables may not be un-).25 F 2.768(set. If)144 120 R F2
-<ad66>2.768 E F1 .269(is speci\214ed, each)2.768 F F0(name)3.129 E F1
-.269(refers to a shell function, and the function de\214nition is remo)
-2.949 F -.15(ve)-.15 G(d.).15 E .404(If the)144 132 R F2<ad6e>2.904 E F1
-.404(option is supplied, and)2.904 F F0(name)2.904 E F1 .404(is a v)
-2.904 F .404(ariable with the)-.25 F F0(namer)2.904 E(ef)-.37 E F1
-(attrib)2.904 E(ute,)-.2 E F0(name)2.904 E F1 .403(will be unset)2.904 F
-.719(rather than the v)144 144 R .719(ariable it references.)-.25 F F2
-<ad6e>5.719 E F1 .719(has no ef)3.219 F .719(fect if the)-.25 F F2<ad66>
-3.22 E F1 .72(option is supplied.)3.22 F .72(If no options)5.72 F .737
-(are supplied, each)144 156 R F0(name)3.237 E F1 .737(refers to a v)
-3.237 F .737(ariable; if there is no v)-.25 F .736
-(ariable by that name, a function with)-.25 F 1.761(that name, if an)144
-168 R 3.061 -.65(y, i)-.15 H 4.261(su).65 G 4.261(nset. Each)-4.261 F
-1.761(unset v)4.261 F 1.761(ariable or function is remo)-.25 F -.15(ve)
--.15 G 4.262(df).15 G 1.762(rom the en)-4.262 F(vironment)-.4 E 3.172
-(passed to subsequent commands.)144 180 R 3.172(If an)8.172 F 5.672(yo)
--.15 G(f)-5.672 E/F3 9/Times-Bold@0 SF -.27(BA)5.672 G(SH_ALIASES).27 E
-/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)5.421 G(SH_ARGV0).27 E F4(,)A F3
--.27(BA)5.421 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 192 S(SH_COMMAND).27
-E F4(,)A F3 -.27(BA)11.481 G(SH_SUBSHELL).27 E F4(,)A F3 -.27(BA)11.482
-G(SHPID).27 E F4(,)A F3(COMP_W)11.482 E(ORDBREAKS)-.09 E F4(,)A F3
-(DIRST)11.482 E -.495(AC)-.81 G(K).495 E F4(,)A F3(EPOCHREAL)144 204 Q
-(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.67 E F4(,)A F3(FUNCN)2.67 E(AME)
--.18 E F4(,)A F3(GR)2.67 E(OUPS)-.27 E F4(,)A F3(HISTCMD)2.67 E F4(,)A
-F3(LINENO)2.67 E F4(,)A F3(RANDOM)2.67 E F4(,)A F3(SECONDS)144 216 Q F4
-(,)A F1(or)4.029 E F3(SRANDOM)4.279 E F1 1.779(are unset, the)4.029 F
-4.279(yl)-.15 G 1.779(ose their special properties, e)-4.279 F -.15(ve)
--.25 G 4.279(ni).15 G 4.28(ft)-4.279 G(he)-4.28 E 4.28(ya)-.15 G 1.78
-(re subse-)-4.28 F(quently reset.)144 228 Q(The e)5 E
-(xit status is true unless a)-.15 E F0(name)2.86 E F1
-(is readonly or may not be unset.)2.68 E F2(wait)108 244.8 Q F1([)2.5 E
-F2(\255fn)A F1 2.5(][)C F2<ad70>-2.5 E F0(varname)2.5 E F1 2.5(][)C F0
-(id)-2.5 E F1 1.666(...)2.5 G(])-1.666 E -.8(Wa)144 256.8 S .659(it for\
- each speci\214ed child process and return its termination status.).8 F
-(Each)5.659 E F0(id)3.169 E F1 .658(may be a process)3.928 F .008
-(ID or a job speci\214cation; if a job spec is gi)144 268.8 R -.15(ve)
--.25 G .009(n, all processes in that job').15 F 2.509(sp)-.55 G .009
-(ipeline are w)-2.509 F .009(aited for)-.1 F 5.009(.I)-.55 G(f)-5.009 E
-F0(id)144.01 280.8 Q F1 .442(is not gi)3.712 F -.15(ve)-.25 G(n,).15 E
-F2(wait)2.942 E F1 -.1(wa)2.942 G .441
-(its for all running background jobs and the last-e).1 F -.15(xe)-.15 G
-.441(cuted process substitu-).15 F .597
-(tion, if its process id is the same as)144 292.8 R F2($!)3.098 E F1
-3.098(,a)C .598(nd the return status is zero.)-3.098 F .598(If the)5.598
-F F2<ad6e>3.098 E F1 .598(option is supplied,)3.098 F F2(wait)144 304.8
-Q F1 -.1(wa)3.083 G .583(its for a single job from the list of).1 F F0
-(id)3.083 E F1 3.083(so)C 1.383 -.4(r, i)-3.083 H 3.083(fn).4 G(o)-3.083
-E F0(id)3.083 E F1 3.083(sa)C .583(re supplied, an)-3.083 F 3.083(yj)
--.15 G .582(ob, to complete and)-3.083 F .403(returns its e)144 316.8 R
-.403(xit status.)-.15 F .403(If none of the supplied ar)5.403 F .403
-(guments is a child of the shell, or if no ar)-.18 F(guments)-.18 E .573
-(are supplied and the shell has no unw)144 328.8 R .573
-(aited-for children, the e)-.1 F .573(xit status is 127.)-.15 F .572
-(If the)5.573 F F2<ad70>3.072 E F1 .572(option is)3.072 F .39
-(supplied, the process or job identi\214er of the job for which the e)
-144 340.8 R .39(xit status is returned is assigned to)-.15 F .905(the v)
-144 352.8 R(ariable)-.25 E F0(varname)3.405 E F1 .905
-(named by the option ar)3.405 F 3.405(gument. The)-.18 F -.25(va)3.405 G
-.905(riable will be unset initially).25 F 3.405(,b)-.65 G(efore)-3.405 E
-(an)144 364.8 Q 3.89(ya)-.15 G 3.89(ssignment. This)-3.89 F 1.39
-(is useful only when the)3.89 F F2<ad6e>3.89 E F1 1.39
-(option is supplied.)3.89 F 1.39(Supplying the)6.39 F F2<ad66>3.89 E F1
-(option,)3.89 E .575(when job control is enabled, forces)144 376.8 R F2
-(wait)3.075 E F1 .575(to w)3.075 F .575(ait for)-.1 F F0(id)3.075 E F1
-.574(to terminate before returning its status, in-)3.075 F .635
-(stead of returning when it changes status.)144 388.8 R(If)5.635 E F0
-(id)3.145 E F1 .635(speci\214es a non-e)3.905 F .635
-(xistent process or job, the return)-.15 F .802(status is 127.)144 400.8
-R(If)5.801 E F2(wait)3.301 E F1 .801(is interrupted by a signal, the re\
-turn status will be greater than 128, as de-)3.301 F .019(scribed under)
-144 412.8 R F2(SIGN)2.519 E(ALS)-.2 E F1(abo)2.519 E -.15(ve)-.15 G
-5.019(.O).15 G .019(therwise, the return status is the e)-5.019 F .02
-(xit status of the last process or)-.15 F(job w)144 424.8 Q(aited for)
--.1 E(.)-.55 E/F5 10.95/Times-Bold@0 SF(SHELL COMP)72 441.6 Q -1.04(AT)
--.81 G(IBILITY MODE)1.04 E F1 1.355
-(Bash-4.0 introduced the concept of a)108 453.6 R F0 1.355
-(shell compatibility le)3.855 F(vel)-.15 E F1 3.855(,s)C 1.354
-(peci\214ed as a set of options to the shopt)-3.855 F -.2(bu)108 465.6 S
-.621(iltin \().2 F F2(compat31)A F1(,)A F2(compat32)3.121 E F1(,)A F2
-(compat40)3.121 E F1(,)A F2(compat41)3.121 E F1 3.121(,a)C .621
-(nd so on\).)-3.121 F .622(There is only one current compatibility)5.622
-F(le)108 477.6 Q -.15(ve)-.25 G 3.058<6c8a>.15 G .557
-(each option is mutually e)-.001 F(xclusi)-.15 E -.15(ve)-.25 G 5.557
+.25 E F1(\(1\)).95 E .47(If the)144 84 R/F2 10/Times-Bold@0 SF<ad6e>2.97
+E F1 .47(option is supplied,)2.97 F F2(wait)2.97 E F1 -.1(wa)2.97 G .47
+(its for an).1 F 2.97(yo)-.15 G .47(ne of the gi)-2.97 F -.15(ve)-.25 G
+(n).15 E F0(id)2.97 E F1 2.97(so)C 1.27 -.4(r, i)-2.97 H 2.97(fn).4 G(o)
+-2.97 E F0(id)2.97 E F1 2.97(sa)C .47(re supplied, an)-2.97 F(y)-.15 E
+.482(job or process substitution, to complete and returns its e)144 96 R
+.482(xit status.)-.15 F .481(If none of the supplied)5.482 F F0(id)2.981
+E F1 2.981(si)C 2.981(sa)-2.981 G .375(child of the shell, or if no)144
+108 R F0(id)2.876 E F1 2.876(sa)C .376
+(re supplied and the shell has no unw)-2.876 F .376
+(aited-for children, the e)-.1 F .376(xit sta-)-.15 F(tus is 127.)144
+120 Q .347(If the)144 136.8 R F2<ad70>2.847 E F1 .347
+(option is supplied,)2.847 F F2(wait)2.847 E F1 .347
+(assigns the process or job identi\214er of the job for which the e)
+2.847 F(xit)-.15 E .006(status is returned to the v)144 148.8 R(ariable)
+-.25 E F0(varname)2.506 E F1 .006(named by the option ar)2.506 F 2.506
+(gument. The)-.18 F -.25(va)2.506 G .006(riable, which can-).25 F .225
+(not be readonly)144 160.8 R 2.725(,w)-.65 G .225
+(ill be unset initially)-2.725 F 2.724(,b)-.65 G .224(efore an)-2.724 F
+2.724(ya)-.15 G 2.724(ssignment. This)-2.724 F .224
+(is useful only when used with)2.724 F(the)144 172.8 Q F2<ad6e>2.5 E F1
+(option.)2.5 E .532(Supplying the)144 189.6 R F2<ad66>3.033 E F1 .533
+(option, when job control is enabled, forces)3.033 F F2(wait)3.033 E F1
+.533(to w)3.033 F .533(ait for each)-.1 F F0(id)3.033 E F1 .533
+(to terminate)3.033 F(before returning its status, instead of returning\
+ when it changes status.)144 201.6 Q .311(If none of the)144 218.4 R F0
+(id)2.811 E F1 2.811(ss)C .311(pecify one of the shell')-2.811 F 2.811
+(sa)-.55 G(cti)-2.811 E .611 -.15(ve c)-.25 H .311
+(hild processes, the return status is 127.).15 F(If)5.311 E F2(wait)
+2.811 E F1 .153(is interrupted by a signal, an)144 230.4 R(y)-.15 E F0
+(varname)2.653 E F1 .153
+(will remain unset, and the return status will be greater than)2.653 F
+.21(128, as described under)144 242.4 R F2(SIGN)2.71 E(ALS)-.2 E F1(abo)
+2.71 E -.15(ve)-.15 G 5.21(.O).15 G .21
+(therwise, the return status is the e)-5.21 F .21
+(xit status of the last)-.15 F F0(id)144 254.4 Q F1(.)A/F3 10.95
+/Times-Bold@0 SF(SHELL COMP)72 271.2 Q -1.04(AT)-.81 G(IBILITY MODE)1.04
+E F1 1.354(Bash-4.0 introduced the concept of a)108 283.2 R F0 1.355
+(shell compatibility le)3.855 F(vel)-.15 E F1 3.855(,s)C 1.355
+(peci\214ed as a set of options to the shopt)-3.855 F -.2(bu)108 295.2 S
+.622(iltin \().2 F F2(compat31)A F1(,)A F2(compat32)3.122 E F1(,)A F2
+(compat40)3.122 E F1(,)A F2(compat41)3.122 E F1 3.122(,a)C .622
+(nd so on\).)-3.122 F .621(There is only one current compatibility)5.621
+F(le)108 307.2 Q -.15(ve)-.25 G 3.057(l\212e).15 G .557
+(ach option is mutually e)-3.057 F(xclusi)-.15 E -.15(ve)-.25 G 5.557
 (.T).15 G .557(he compatibility le)-5.557 F -.15(ve)-.25 G 3.057(li).15
 G 3.057(si)-3.057 G .557(ntended to allo)-3.057 F 3.057(wu)-.25 G .557
-(sers to select be-)-3.057 F(ha)108 489.6 Q 1.083(vior from pre)-.2 F
-1.083(vious v)-.25 F 1.083(ersions that is incompatible with ne)-.15 F
-1.083(wer v)-.25 F 1.083(ersions while the)-.15 F 3.584(ym)-.15 G 1.084
-(igrate scripts to use)-3.584 F(current features and beha)108 501.6 Q
-(vior)-.2 E 2.5(.I)-.55 G(t')-2.5 E 2.5(si)-.55 G
-(ntended to be a temporary solution.)-2.5 E 1.457
-(This section does not mention beha)108 518.4 R 1.457
-(vior that is standard for a particular v)-.2 F 1.456
-(ersion \(e.g., setting)-.15 F F2(compat32)3.956 E F1 .886
-(means that quoting the rhs of the re)108 530.4 R(ge)-.15 E .886
-(xp matching operator quotes special re)-.15 F(ge)-.15 E .887
-(xp characters in the w)-.15 F(ord,)-.1 E(which is def)108 542.4 Q
+(sers to select be-)-3.057 F(ha)108 319.2 Q 1.084(vior from pre)-.2 F
+1.084(vious v)-.25 F 1.083(ersions that is incompatible with ne)-.15 F
+1.083(wer v)-.25 F 1.083(ersions while the)-.15 F 3.583(ym)-.15 G 1.083
+(igrate scripts to use)-3.583 F(current features and beha)108 331.2 Q
+(vior)-.2 E 5(.I)-.55 G(t')-5 E 2.5(si)-.55 G
+(ntended to be a temporary solution.)-2.5 E 1.456
+(This section does not mention beha)108 348 R 1.457
+(vior that is standard for a particular v)-.2 F 1.457
+(ersion \(e.g., setting)-.15 F F2(compat32)3.957 E F1 .446
+(means that quoting the right hand side of the re)108 360 R(ge)-.15 E
+.445(xp matching operator quotes special re)-.15 F(ge)-.15 E .445
+(xp characters in)-.15 F(the w)108 372 Q(ord, which is def)-.1 E
 (ault beha)-.1 E(vior in bash-3.2 and subsequent v)-.2 E(ersions\).)-.15
-E .523(If a user enables, say)108 559.2 R(,)-.65 E F2(compat32)3.023 E
+E .522(If a user enables, say)108 388.8 R(,)-.65 E F2(compat32)3.023 E
 F1 3.023(,i)C 3.023(tm)-3.023 G .523(ay af)-3.023 F .523(fect the beha)
--.25 F .523(vior of other compatibility le)-.2 F -.15(ve)-.25 G .522
-(ls up to and includ-).15 F .259(ing the current compatibility le)108
-571.2 R -.15(ve)-.25 G 2.759(l. The).15 F .259
-(idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.76(lc).15 G
-.26(ontrols beha)-2.76 F .26(vior that changed)-.2 F 1.646(in that v)108
-583.2 R 1.646(ersion of)-.15 F F2(bash)4.146 E F1 4.146(,b)C 1.646
-(ut that beha)-4.346 F 1.646(vior may ha)-.2 F 1.946 -.15(ve b)-.2 H
-1.646(een present in earlier v).15 F 4.146(ersions. F)-.15 F 1.645
-(or instance, the)-.15 F .76
-(change to use locale-based comparisons with the)108 595.2 R F2([[)3.261
-E F1 .761(command came in bash-4.1, and earlier v)3.261 F .761
-(ersions used)-.15 F 1.905(ASCII-based comparisons, so enabling)108
-607.2 R F2(compat32)4.405 E F1 1.904
-(will enable ASCII-based comparisons as well.)4.405 F(That)6.904 E .295
-(granularity may not be suf)108 619.2 R .296
+-.25 F .523(vior of other compatibility le)-.2 F -.15(ve)-.25 G .523
+(ls up to and includ-).15 F .26(ing the current compatibility le)108
+400.8 R -.15(ve)-.25 G 2.76(l. The).15 F .259
+(idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.759(lc).15
+G .259(ontrols beha)-2.759 F .259(vior that changed)-.2 F 1.645
+(in that v)108 412.8 R 1.646(ersion of)-.15 F F2(bash)4.146 E F1 4.146
+(,b)C 1.646(ut that beha)-4.346 F 1.646(vior may ha)-.2 F 1.946 -.15
+(ve b)-.2 H 1.646(een present in earlier v).15 F 4.146(ersions. F)-.15 F
+1.646(or instance, the)-.15 F .761
+(change to use locale-based comparisons with the)108 424.8 R F2([[)3.261
+E F1 .76(command came in bash-4.1, and earlier v)3.261 F .76
+(ersions used)-.15 F 1.904(ASCII-based comparisons, so enabling)108
+436.8 R F2(compat32)4.404 E F1 1.905
+(will enable ASCII-based comparisons as well.)4.404 F(That)6.905 E .296
+(granularity may not be suf)108 448.8 R .296
 (\214cient for all uses, and as a result users should emplo)-.25 F 2.796
-(yc)-.1 G .296(ompatibility le)-2.796 F -.15(ve)-.25 G .296(ls care-).15
-F(fully)108 631.2 Q 5(.R)-.65 G(ead the documentation for a particular \
-feature to \214nd out the current beha)-5 E(vior)-.2 E(.)-.55 E .532
-(Bash-4.3 introduced a ne)108 648 R 3.032(ws)-.25 G .531(hell v)-3.032 F
-(ariable:)-.25 E F3 -.27(BA)3.031 G(SH_COMP).27 E -.855(AT)-.666 G F4(.)
-.855 E F1 .531(The v)5.031 F .531(alue assigned to this v)-.25 F .531
-(ariable \(a decimal)-.25 F -.15(ve)108 660 S .107(rsion number lik).15
-F 2.607(e4)-.1 G .107(.2, or an inte)-2.607 F .107
-(ger corresponding to the)-.15 F F2(compat)2.608 E F0(NN)A F1 .108
-(option, lik)2.608 F 2.608(e4)-.1 G .108(2\) determines the com-)-2.608
-F(patibility le)108 672 Q -.15(ve)-.25 G(l.).15 E .387
-(Starting with bash-4.4,)108 688.8 R F2(bash)2.887 E F1 .387(has be)
-2.887 F .387(gun deprecating older compatibility le)-.15 F -.15(ve)-.25
-G 2.887(ls. Ev).15 F(entually)-.15 E 2.887(,t)-.65 G .387
-(he options will)-2.887 F(be remo)108 700.8 Q -.15(ve)-.15 G 2.5(di).15
-G 2.5(nf)-2.5 G -.2(avo)-2.6 G 2.5(ro).2 G(f)-2.5 E F3 -.27(BA)2.5 G
-(SH_COMP).27 E -.855(AT)-.666 G F4(.).855 E F1 .647(Bash-5.0 w)108 717.6
-R .647(as the \214nal v)-.1 F .647
-(ersion for which there will be an indi)-.15 F .647
-(vidual shopt option for the pre)-.25 F .648(vious v)-.25 F(ersion.)-.15
-E(Users should control the compatibility le)108 729.6 Q -.15(ve)-.25 G
-2.5(lw).15 G(ith)-2.5 E F3 -.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G
-F4(.).855 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(86)193.45 E
-0 Cg EP
-%%Page: 87 87
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 1.614(The follo)108 84 R 1.613
-(wing table describes the beha)-.25 F 1.613
-(vior changes controlled by each compatibility le)-.2 F -.15(ve)-.25 G
-4.113(ls).15 G 4.113(etting. The)-4.113 F/F2 10/Times-Bold@0 SF(compat)
-108 96 Q F0(NN)A F1 1.186
-(tag is used as shorthand for setting the compatibility le)3.685 F -.15
+(yc)-.1 G .295(ompatibility le)-2.796 F -.15(ve)-.25 G .295(ls care-).15
+F(fully)108 460.8 Q 5(.R)-.65 G(ead the documentation for a particular \
+feature to \214nd out the current beha)-5 E(vior)-.2 E(.)-.55 E .531
+(Bash-4.3 introduced a ne)108 477.6 R 3.031(ws)-.25 G .531(hell v)-3.031
+F(ariable:)-.25 E/F4 9/Times-Bold@0 SF -.27(BA)3.031 G(SH_COMP).27 E
+-.855(AT)-.666 G/F5 9/Times-Roman@0 SF(.).855 E F1 .531(The v)5.031 F
+.531(alue assigned to this v)-.25 F .532(ariable \(a decimal)-.25 F -.15
+(ve)108 489.6 S .108(rsion number lik).15 F 2.608(e4)-.1 G .108
+(.2, or an inte)-2.608 F .108(ger corresponding to the)-.15 F F2(compat)
+2.607 E F0(NN)A F1 .107(option, lik)2.607 F 2.607(e4)-.1 G .107
+(2\) determines the com-)-2.607 F(patibility le)108 501.6 Q -.15(ve)-.25
+G(l.).15 E .733(Starting with bash-4.4,)108 518.4 R F2(bash)3.233 E F1
+(be)3.233 E -.05(ga)-.15 G 3.233(nd).05 G .733
+(eprecating older compatibility le)-3.233 F -.15(ve)-.25 G 3.233(ls. Ev)
+.15 F(entually)-.15 E 3.233(,t)-.65 G .733(he options will be)-3.233 F
+(remo)108 530.4 Q -.15(ve)-.15 G 2.5(di).15 G 2.5(nf)-2.5 G -.2(avo)-2.6
+G 2.5(ro).2 G(f)-2.5 E F4 -.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G
+F5(.).855 E F1 1.441(Bash-5.0 w)108 547.2 R 1.441(as the \214nal v)-.1 F
+1.441(ersion for which there w)-.15 F 1.441(as an indi)-.1 F 1.44
+(vidual shopt option for the pre)-.25 F 1.44(vious v)-.25 F(ersion.)-.15
+E F4 -.27(BA)108 559.2 S(SH_COMP).27 E -.855(AT)-.666 G F1
+(is the only mechanism to control the compatibility le)3.105 E -.15(ve)
+-.25 G 2.5(li).15 G 2.5(nv)-2.5 G(ersions ne)-2.65 E(wer than bash-5.0.)
+-.25 E 1.613(The follo)108 576 R 1.613(wing table describes the beha)
+-.25 F 1.613(vior changes controlled by each compatibility le)-.2 F -.15
+(ve)-.25 G 4.113(ls).15 G 4.114(etting. The)-4.113 F F2(compat)108 588 Q
+F0(NN)A F1 1.186
+(tag is used as shorthand for setting the compatibility le)3.686 F -.15
 (ve)-.25 G 3.686(lt).15 G(o)-3.686 E F0(NN)3.686 E F1 1.186
-(using one of the follo)3.686 F(wing)-.25 E 3.807(mechanisms. F)108 108
-R 1.307(or v)-.15 F 1.307
+(using one of the follo)3.686 F(wing)-.25 E 3.806(mechanisms. F)108 600
+R 1.306(or v)-.15 F 1.306
 (ersions prior to bash-5.0, the compatibility le)-.15 F -.15(ve)-.25 G
-3.806(lm).15 G 1.306(ay be set using the corresponding)-3.806 F F2
-(compat)108 120 Q F0(NN)A F1 .502(shopt option.)3.002 F -.15(Fo)5.502 G
+3.807(lm).15 G 1.307(ay be set using the corresponding)-3.807 F F2
+(compat)108 612 Q F0(NN)A F1 .502(shopt option.)3.002 F -.15(Fo)5.502 G
 3.002(rb).15 G .502(ash-4.3 and later v)-3.002 F .502(ersions, the)-.15
-F/F3 9/Times-Bold@0 SF -.27(BA)3.002 G(SH_COMP).27 E -.855(AT)-.666 G F1
--.25(va)3.607 G .502(riable is preferred, and it).25 F
-(is required for bash-5.1 and later v)108 132 Q(ersions.)-.15 E F2
-(compat31)108 148.8 Q F1<83>144 160.8 Q(quoting the rhs of the)180 160.8
+F F4 -.27(BA)3.002 G(SH_COMP).27 E -.855(AT)-.666 G F1 -.25(va)3.607 G
+.502(riable is preferred, and it).25 F
+(is required for bash-5.1 and later v)108 624 Q(ersions.)-.15 E F2
+(compat31)108 640.8 Q F1<83>144 652.8 Q(Quoting the rhs of the)180 652.8
 Q F2([[)2.5 E F1(command')2.5 E 2.5(sr)-.55 G -.15(eg)-2.5 G -.15(ex).15
-G 2.5(pm).15 G(atching operator \(=\001\) has no special ef)-2.5 E(fect)
--.25 E F2(compat32)108 177.6 Q F1<83>144 189.6 Q(the)180 189.6 Q F2(<)
-2.674 E F1(and)2.674 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2
-([[)2.673 E F1 .173
-(command do not consider the current locale when compar)2.673 F(-)-.2 E
-(ing strings; the)180 201.6 Q 2.5(yu)-.15 G(se ASCII ordering.)-2.5 E F2
-(compat40)108 218.4 Q F1<83>144 230.4 Q(the)180 230.4 Q F2(<)2.673 E F1
-(and)2.673 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2([[)2.673 E
-F1 .173(command do not consider the current locale when compar)2.673 F
-(-)-.2 E .923(ing strings; the)180 242.4 R 3.423(yu)-.15 G .923
-(se ASCII ordering.)-3.423 F F2(Bash)5.922 E F1 -.15(ve)3.422 G .922
-(rsions prior to bash-4.1 use ASCII colla-).15 F .366(tion and)180 254.4
-R F0(str)3.207 E(cmp)-.37 E F1 .367
-(\(3\); bash-4.1 and later use the current locale').19 F 2.867(sc)-.55 G
-.367(ollation sequence and)-2.867 F F0(str)3.207 E(-)-.2 E(coll)180
-266.4 Q F1(\(3\).).51 E F2(compat41)108 283.2 Q F1<83>144 295.2 Q(in)180
-295.2 Q F0(posix)3.79 E F1(mode,)3.79 E F2(time)3.79 E F1 1.29
-(may be follo)3.79 F 1.29
-(wed by options and still be recognized as a reserv)-.25 F(ed)-.15 E -.1
-(wo)180 307.2 S(rd \(this is POSIX interpretation 267\)).1 E<83>144
-319.2 Q(in)180 319.2 Q F0(posix)2.708 E F1 .208
-(mode, the parser requires that an e)2.708 F -.15(ve)-.25 G 2.708(nn).15
-G .208(umber of single quotes occur in the)-2.708 F F0(wor)2.709 E(d)
--.37 E F1 .282(portion of a double-quoted parameter e)180 331.2 R .282
-(xpansion and treats them specially)-.15 F 2.781(,s)-.65 G 2.781(ot)
--2.781 G .281(hat charac-)-2.781 F(ters within the single quotes are co\
-nsidered quoted \(this is POSIX interpretation 221\))180 343.2 Q F2
-(compat42)108 360 Q F1<83>144 372 Q 1.055(the replacement string in dou\
-ble-quoted pattern substitution does not under)180 372 R 1.056
-(go quote re-)-.18 F(mo)180 384 Q -.25(va)-.15 G(l, as it does in v).25
-E(ersions after bash-4.2)-.15 E<83>144 396 Q .021
-(in posix mode, single quotes are considered special when e)180 396 R
-.021(xpanding the)-.15 F F0(wor)2.52 E(d)-.37 E F1 .02(portion of a)2.52
-F .017(double-quoted parameter e)180 408 R .017
-(xpansion and can be used to quote a closing brace or other spe-)-.15 F
-.999(cial character \(this is part of POSIX interpretation 221\); in la\
-ter v)180 420 R .998(ersions, single quotes)-.15 F
-(are not special within double-quoted w)180 432 Q(ord e)-.1 E(xpansions)
--.15 E F2(compat43)108 448.8 Q F1<83>144 460.8 Q 1.07
-(the shell does not print a w)180 460.8 R 1.071
-(arning message if an attempt is made to use a quoted com-)-.1 F .533
-(pound assignment as an ar)180 472.8 R .533
-(gument to declare \(e.g., declare \255a foo=\010\(1 2\)\010\). Later v)
--.18 F(ersions)-.15 E -.1(wa)180 484.8 S
-(rn that this usage is deprecated).1 E<83>144 496.8 Q -.1(wo)180 496.8 S
-.5(rd e).1 F .501(xpansion errors are considered non-f)-.15 F .501
-(atal errors that cause the current command to)-.1 F -.1(fa)180 508.8 S
-.605(il, e).1 F -.15(ve)-.25 G 3.105(ni).15 G 3.105(np)-3.105 G .605
-(osix mode \(the def)-3.105 F .605(ault beha)-.1 F .605(vior is to mak)
--.2 F 3.105(et)-.1 G .605(hem f)-3.105 F .605
-(atal errors that cause the)-.1 F(shell to e)180 520.8 Q(xit\))-.15 E
-<83>144 532.8 Q .354(when e)180 532.8 R -.15(xe)-.15 G .354
-(cuting a shell function, the loop state \(while/until/etc.\)).15 F .355
-(is not reset, so)5.354 F F2(br)2.855 E(eak)-.18 E F1(or)2.855 E F2
-(continue)180 544.8 Q F1 .052
-(in that function will break or continue loops in the calling conte)
-2.553 F .052(xt. Bash-4.4 and)-.15 F(later reset the loop state to pre)
-180 556.8 Q -.15(ve)-.25 G(nt this).15 E F2(compat44)108 573.6 Q F1<83>
-144 585.6 Q .719(the shell sets up the v)180 585.6 R .719(alues used by)
--.25 F F3 -.27(BA)3.219 G(SH_ARGV).27 E F1(and)2.969 E F3 -.27(BA)3.219
-G(SH_ARGC).27 E F1 .719(so the)2.969 F 3.219(yc)-.15 G .719(an e)-3.219
-F(xpand)-.15 E(to the shell')180 597.6 Q 2.5(sp)-.55 G
-(ositional parameters e)-2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(fe)-2.5 G
-(xtended deb)-2.65 E(ugging mode is not enabled)-.2 E<83>144 609.6 Q
-2.635(as)180 609.6 S .135(ubshell inherits loops from its parent conte)
--2.635 F .135(xt, so)-.15 F F2(br)2.635 E(eak)-.18 E F1(or)2.635 E F2
-(continue)2.634 E F1 .134(will cause the sub-)2.634 F(shell to e)180
-621.6 Q 2.5(xit. Bash-5.0)-.15 F(and later reset the loop state to pre)
-2.5 E -.15(ve)-.25 G(nt the e).15 E(xit)-.15 E<83>144 633.6 Q -.25(va)
-180 633.6 S .618(riable assignments preceding b).25 F .618(uiltins lik)
--.2 F(e)-.1 E F2(export)3.118 E F1(and)3.118 E F2 -.18(re)3.118 G
-(adonly).18 E F1 .618(that set attrib)3.118 F .619(utes con-)-.2 F .12
-(tinue to af)180 645.6 R .12(fect v)-.25 F .119
-(ariables with the same name in the calling en)-.25 F .119(vironment e)
--.4 F -.15(ve)-.25 G 2.619(ni).15 G 2.619(ft)-2.619 G .119(he shell is)
--2.619 F(not in posix mode)180 657.6 Q F2(compat50)108 674.4 Q F1<83>144
-686.4 Q 1.209(Bash-5.1 changed the w)180 686.4 R(ay)-.1 E F3($RANDOM)
-3.709 E F1 1.209(is generated to introduce slightly more random-)3.459 F
-1.019(ness. If the shell compatibility le)180 698.4 R -.15(ve)-.25 G
-3.518(li).15 G 3.518(ss)-3.518 G 1.018(et to 50 or lo)-3.518 F(wer)-.25
-E 3.518(,i)-.4 G 3.518(tr)-3.518 G -2.15 -.25(ev e)-3.518 H 1.018
-(rts to the method from).25 F .732(bash-5.0 and pre)180 710.4 R .732
-(vious v)-.25 F .733
-(ersions, so seeding the random number generator by assigning a)-.15 F
--.25(va)180 722.4 S(lue to).25 E F3(RANDOM)2.5 E F1
-(will produce the same sequence as in bash-5.0)2.25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(87)193.45 E 0 Cg EP
-%%Page: 88 88
+G 2.5(pm).15 G(atching operator \(=\001\) has no special ef)-2.5 E
+(fect.)-.25 E F2(compat32)108 669.6 Q F1<83>144 681.6 Q(The)180 681.6 Q
+F2(<)3.25 E F1(and)3.25 E F2(>)3.25 E F1 .75(operators to the)3.25 F F2
+([[)3.251 E F1 .751
+(command do not consider the current locale when com-)3.251 F
+(paring strings; the)180 693.6 Q 2.5(yu)-.15 G(se ASCII ordering.)-2.5 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(91)190.395 E 0 Cg EP
+%%Page: 92 92
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E<83>144 84 Q .696
-(If the command hash table is empty)180 84 R 3.196(,b)-.65 G .696(ash v)
--3.196 F .695(ersions prior to bash-5.1 printed an informa-)-.15 F 1.32
-(tional message to that ef)180 96 R 1.321(fect, e)-.25 F -.15(ve)-.25 G
-3.821(nw).15 G 1.321(hen producing output that can be reused as input.)
--3.821 F(Bash-5.1 suppresses that message when the)180 108 Q/F2 10
-/Times-Bold@0 SF<ad6c>2.5 E F1(option is supplied.)2.5 E F2(compat51)108
-124.8 Q F1<83>144 136.8 Q(The)180 136.8 Q F2(unset)2.955 E F1 -.2(bu)
-2.955 G .455(iltin treats attempts to unset array subscripts).2 F F2(@)
-2.954 E F1(and)2.954 E F2(*)2.954 E F1(dif)2.954 E .454
-(ferently depending)-.25 F(on whether the array is inde)180 148.8 Q -.15
-(xe)-.15 G 2.5(do).15 G 2.5(ra)-2.5 G(ssociati)-2.5 E -.15(ve)-.25 G 2.5
-(,a).15 G(nd dif)-2.5 E(ferently than in pre)-.25 E(vious v)-.25 E
-(ersions.)-.15 E<83>144 160.8 Q .432(arithmetic commands \()180 160.8 R
-F2(\(\()2.932 E F1 1.666(...)C F2(\)\))-1.666 E F1 2.933(\)a)2.932 G
-.433(nd the e)-2.933 F .433
+.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(compat40)108 84 Q F1<83>144
+96 Q(The)180 96 Q F2(<)3.251 E F1(and)3.251 E F2(>)3.251 E F1 .751
+(operators to the)3.251 F F2([[)3.251 E F1 .75
+(command do not consider the current locale when com-)3.251 F .495
+(paring strings; the)180 108 R 2.995(yu)-.15 G .495(se ASCII ordering.)
+-2.995 F F2(Bash)5.495 E F1 -.15(ve)2.995 G .496
+(rsions prior to bash-4.1 use ASCII col-).15 F 1.174(lation and)180 120
+R F0(str)4.014 E(cmp)-.37 E F1 1.173
+(\(3\); bash-4.1 and later use the current locale').19 F 3.673(sc)-.55 G
+1.173(ollation sequence and)-3.673 F F0(str)180.34 132 Q(coll)-.37 E F1
+(\(3\).).51 E F2(compat41)108 148.8 Q F1<83>144 160.8 Q(In)180 160.8 Q
+F0(posix)3.753 E F1(mode,)3.753 E F2(time)3.753 E F1 1.253(may be follo)
+3.753 F 1.254(wed by options and still be recognized as a reserv)-.25 F
+(ed)-.15 E -.1(wo)180 172.8 S(rd \(this is POSIX interpretation 267\).)
+.1 E<83>144 184.8 Q(In)180 184.8 Q F0(posix)2.674 E F1 .174
+(mode, the parser requires that an e)2.674 F -.15(ve)-.25 G 2.674(nn).15
+G .174(umber of single quotes occur in the)-2.674 F F0(wor)2.673 E(d)
+-.37 E F1 .281(portion of a double-quoted parameter e)180 196.8 R .282
+(xpansion and treats them specially)-.15 F 2.782(,s)-.65 G 2.782(ot)
+-2.782 G .282(hat charac-)-2.782 F(ters within the single quotes are co\
+nsidered quoted \(this is POSIX interpretation 221\).)180 208.8 Q F2
+(compat42)108 225.6 Q F1<83>144 237.6 Q .753(The replacement string in \
+double-quoted pattern substitution does not under)180 237.6 R .752
+(go quote re-)-.18 F(mo)180 249.6 Q -.25(va)-.15 G(l, as it does in v)
+.25 E(ersions after bash-4.2.)-.15 E<83>144 261.6 Q .514
+(In posix mode, single quotes are considered special when e)180 261.6 R
+.514(xpanding the)-.15 F F0(wor)3.014 E(d)-.37 E F1 .514(portion of)
+3.014 F 3.39(ad)180 273.6 S .89(ouble-quoted parameter e)-3.39 F .89
+(xpansion and can be used to quote a closing brace or other)-.15 F 2.355
+(special character \(this is part of POSIX interpretation 221\); in lat\
+er v)180 285.6 R 2.355(ersions, single)-.15 F
+(quotes are not special within double-quoted w)180 297.6 Q(ord e)-.1 E
+(xpansions.)-.15 E F2(compat43)108 314.4 Q F1<83>144 326.4 Q -.8(Wo)180
+326.4 S .375(rd e).8 F .374(xpansion errors are considered non-f)-.15 F
+.374(atal errors that cause the current command to)-.1 F -.1(fa)180
+338.4 S .605(il, e).1 F -.15(ve)-.25 G 3.105(ni).15 G 3.105(np)-3.105 G
+.605(osix mode \(the def)-3.105 F .605(ault beha)-.1 F .605
+(vior is to mak)-.2 F 3.105(et)-.1 G .605(hem f)-3.105 F .605
+(atal errors that cause the)-.1 F(shell to e)180 350.4 Q(xit\).)-.15 E
+<83>144 362.4 Q .196(When e)180 362.4 R -.15(xe)-.15 G .196
+(cuting a shell function, the loop state \(while/until/etc.\)).15 F .195
+(is not reset, so)5.196 F F2(br)2.695 E(eak)-.18 E F1(or)2.695 E F2
+(continue)180 374.4 Q F1 1.167
+(in that function will break or continue loops in the calling conte)
+3.666 F 3.667(xt. Bash-4.4)-.15 F(and later reset the loop state to pre)
+180 386.4 Q -.15(ve)-.25 G(nt this.).15 E F2(compat44)108 403.2 Q F1<83>
+144 415.2 Q .481(The shell sets up the v)180 415.2 R .481(alues used by)
+-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.981 G(SH_ARGV).27 E F1(and)2.731 E
+F3 -.27(BA)2.981 G(SH_ARGC).27 E F1 .481(so the)2.731 F 2.981(yc)-.15 G
+.481(an e)-2.981 F(xpand)-.15 E(to the shell')180 427.2 Q 2.5(sp)-.55 G
+(ositional parameters e)-2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(fe)-2.5 G
+(xtended deb)-2.65 E(ugging mode is not enabled.)-.2 E<83>144 439.2 Q
+3.854(As)180 439.2 S 1.354(ubshell inherits loops from its parent conte)
+-3.854 F 1.354(xt, so)-.15 F F2(br)3.854 E(eak)-.18 E F1(or)3.854 E F2
+(continue)3.855 E F1 1.355(will cause the)3.855 F(subshell to e)180
+451.2 Q 2.5(xit. Bash-5.0)-.15 F(and later reset the loop state to pre)
+2.5 E -.15(ve)-.25 G(nt the e).15 E(xit)-.15 E<83>144 463.2 Q -1.11(Va)
+180 463.2 S .495(riable assignments preceding b)1.11 F .495(uiltins lik)
+-.2 F(e)-.1 E F2(export)2.995 E F1(and)2.995 E F2 -.18(re)2.994 G
+(adonly).18 E F1 .494(that set attrib)2.994 F .494(utes con-)-.2 F .119
+(tinue to af)180 475.2 R .119(fect v)-.25 F .119
+(ariables with the same name in the calling en)-.25 F .12(vironment e)
+-.4 F -.15(ve)-.25 G 2.62(ni).15 G 2.62(ft)-2.62 G .12(he shell is)-2.62
+F(not in posix mode.)180 487.2 Q F2(compat50)108 504 Q F1<83>144 516 Q
+1.209(Bash-5.1 changed the w)180 516 R(ay)-.1 E F3($RANDOM)3.709 E F1
+1.209(is generated to introduce slightly more random-)3.459 F 3.371
+(ness. If)180 528 R .871(the shell compatibility le)3.371 F -.15(ve)-.25
+G 3.371(li).15 G 3.371(ss)-3.371 G .871(et to 50 or lo)-3.371 F(wer)-.25
+E 3.371(,i)-.4 G 3.371(tr)-3.371 G -2.15 -.25(ev e)-3.371 H .872
+(rts to the method from).25 F .733(bash-5.0 and pre)180 540 R .733
+(vious v)-.25 F .732
+(ersions, so seeding the random number generator by assigning a)-.15 F
+-.25(va)180 552 S(lue to).25 E F3(RANDOM)2.5 E F1
+(will produce the same sequence as in bash-5.0.)2.25 E<83>144 564 Q .695
+(If the command hash table is empty)180 564 R 3.196(,b)-.65 G .696
+(ash v)-3.196 F .696(ersions prior to bash-5.1 printed an informa-)-.15
+F 1.321(tional message to that ef)180 576 R 1.321(fect, e)-.25 F -.15
+(ve)-.25 G 3.821(nw).15 G 1.321
+(hen producing output that can be reused as input.)-3.821 F
+(Bash-5.1 suppresses that message when the)180 588 Q F2<ad6c>2.5 E F1
+(option is supplied.)2.5 E F2(compat51)108 604.8 Q F1<83>144 616.8 Q
+(The)180 616.8 Q F2(unset)2.954 E F1 -.2(bu)2.954 G .454
+(iltin treats attempts to unset array subscripts).2 F F2(@)2.955 E F1
+(and)2.955 E F2(*)2.955 E F1(dif)2.955 E .455(ferently depending)-.25 F
+(on whether the array is inde)180 628.8 Q -.15(xe)-.15 G 2.5(do).15 G
+2.5(ra)-2.5 G(ssociati)-2.5 E -.15(ve)-.25 G 2.5(,a).15 G(nd dif)-2.5 E
+(ferently than in pre)-.25 E(vious v)-.25 E(ersions.)-.15 E<83>144 640.8
+Q .235(Arithmetic commands \()180 640.8 R F2(\(\()2.734 E F1 1.666(...)C
+F2(\)\))-1.666 E F1 2.734(\)a)2.734 G .234(nd the e)-2.734 F .234
 (xpressions in an arithmetic for statement can be)-.15 F -.15(ex)180
-172.8 S(panded more than once).15 E<83>144 184.8 Q -.15(ex)180 184.8 S
-.403(pressions used as ar).15 F .403
-(guments to arithmetic operators in the)-.18 F F2([[)2.902 E F1 .402
-(conditional command can)2.902 F(be e)180 196.8 Q
-(xpanded more than once)-.15 E<83>144 208.8 Q(the e)180 208.8 Q
+652.8 S(panded more than once.).15 E<83>144 664.8 Q .25
+(Expressions used as ar)180 664.8 R .251
+(guments to arithmetic operators in the)-.18 F F2([[)2.751 E F1 .251
+(conditional command can)2.751 F(be e)180 676.8 Q
+(xpanded more than once.)-.15 E<83>144 688.8 Q(The e)180 688.8 Q
 (xpressions in substring parameter brace e)-.15 E(xpansion can be e)-.15
-E(xpanded more than once)-.15 E<83>144 220.8 Q(the e)180 220.8 Q
+E(xpanded more than once.)-.15 E<83>144 700.8 Q(The e)180 700.8 Q
 (xpressions in the)-.15 E F2($\(\()2.5 E F1 1.666(...)C F2(\)\))-1.666 E
 F1 -.1(wo)2.5 G(rd e).1 E(xpansion can be e)-.15 E
-(xpanded more than once)-.15 E<83>144 232.8 Q(arithmetic e)180 232.8 Q
+(xpanded more than once.)-.15 E(GNU Bash 5.3)72 768 Q(2024 October 15)
+141.235 E(92)190.395 E 0 Cg EP
+%%Page: 93 93
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
+138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
+.25 E F1(\(1\)).95 E<83>144 84 Q(Arithmetic e)180 84 Q
 (xpressions used as inde)-.15 E -.15(xe)-.15 G 2.5(da).15 G
-(rray subscripts can be e)-2.5 E(xpanded more than once)-.15 E<83>144
-244.8 Q F2 .605(test \255v)180 244.8 R F1 3.105(,w)C .605(hen gi)-3.105
-F -.15(ve)-.25 G 3.105(na).15 G 3.105(na)-3.105 G -.18(rg)-3.105 G .605
-(ument of).18 F F2(A[@])3.105 E F1 3.105(,w)C(here)-3.105 E F2(A)3.105 E
-F1 .606(is an e)3.105 F .606(xisting associati)-.15 F .906 -.15(ve a)
--.25 H(rray).15 E 3.106(,w)-.65 G(ill)-3.106 E .714
-(return true if the array has an)180 256.8 R 3.214(ys)-.15 G .714
+(rray subscripts can be e)-2.5 E(xpanded more than once.)-.15 E<83>144
+96 Q/F2 10/Times-Bold@0 SF .606(test \255v)180 96 R F1 3.106(,w)C .606
+(hen gi)-3.106 F -.15(ve)-.25 G 3.106(na).15 G 3.106(na)-3.106 G -.18
+(rg)-3.106 G .605(ument of).18 F F2(A[@])3.105 E F1 3.105(,w)C(here)
+-3.105 E F2(A)3.105 E F1 .605(is an e)3.105 F .605(xisting associati)
+-.15 F .905 -.15(ve a)-.25 H(rray).15 E 3.105(,w)-.65 G(ill)-3.105 E
+.714(return true if the array has an)180 108 R 3.214(ys)-.15 G .714
 (et elements.)-3.214 F .714(Bash-5.2 will look for and report on a k)
-5.714 F -.15(ey)-.1 G(named)180 268.8 Q F2(@)2.5 E F1(.)A<83>144 280.8 Q
-.188(the ${)180 280.8 R F0(par)A(ameter)-.15 E F2([:]=)A F0(value)A F1
-2.689(}w)C .189(ord e)-2.789 F .189(xpansion will return)-.15 F F0
-(value)2.689 E F1 2.689(,b)C .189(efore an)-2.689 F 2.689(yv)-.15 G
-(ariable-speci\214c)-2.939 E 1.235(transformations ha)180 292.8 R 1.535
--.15(ve b)-.2 H 1.235(een performed \(e.g., con).15 F -.15(ve)-.4 G
-1.235(rting to lo).15 F 3.735(wercase\). Bash-5.2)-.25 F 1.235(will re-)
-3.735 F(turn the \214nal v)180 304.8 Q(alue assigned to the v)-.25 E
-(ariable.)-.25 E<83>144 316.8 Q -.15(Pa)180 316.8 S .945
-(rsing command substitutions will beha).15 F 1.245 -.15(ve a)-.2 H 3.445
-(si).15 G 3.446(fe)-3.445 G .946(xtended globbing \(see the description)
--3.596 F .339(of the)180 328.8 R F2(shopt)2.839 E F1 -.2(bu)2.839 G .339
-(iltin abo).2 F -.15(ve)-.15 G 2.839(\)i).15 G 2.839(se)-2.839 G .338
-(nabled, so that parsing a command substitution containing)-2.839 F .022
-(an e)180 340.8 R .022(xtglob pattern \(say)-.15 F 2.522(,a)-.65 G 2.522
-(sp)-2.522 G .022(art of a shell function\) will not f)-2.522 F 2.523
-(ail. This)-.1 F .023(assumes the intent is)2.523 F .04(to enable e)180
-352.8 R .039(xtglob before the command is e)-.15 F -.15(xe)-.15 G .039
-(cuted and w).15 F .039(ord e)-.1 F .039(xpansions are performed.)-.15 F
-(It)5.039 E .4(will f)180 364.8 R .4(ail at w)-.1 F .4(ord e)-.1 F .4
+5.714 F -.15(ey)-.1 G(named)180 120 Q F2(@)2.5 E F1(.)A<83>144 132 Q
+1.363(The ${)180 132 R F0(par)A(ameter)-.15 E F2([:]=)A F0(value)A F1
+3.863(}w)C 1.362(ord e)-3.963 F 1.362(xpansion will return)-.15 F F0
+(value)3.862 E F1 3.862(,b)C 1.362(efore an)-3.862 F 3.862(yv)-.15 G
+(ariable-spe-)-4.112 E .623(ci\214c transformations ha)180 144 R .923
+-.15(ve b)-.2 H .623(een performed \(e.g., con).15 F -.15(ve)-.4 G .623
+(rting to lo).15 F 3.123(wercase\). Bash-5.2)-.25 F(will)3.123 E
+(return the \214nal v)180 156 Q(alue assigned to the v)-.25 E(ariable.)
+-.25 E<83>144 168 Q -.15(Pa)180 168 S .946
+(rsing command substitutions will beha).15 F 1.246 -.15(ve a)-.2 H 3.445
+(si).15 G 3.445(fe)-3.445 G .945(xtended globbing \(see the description)
+-3.595 F .338(of the)180 180 R F2(shopt)2.838 E F1 -.2(bu)2.838 G .338
+(iltin abo).2 F -.15(ve)-.15 G 2.838(\)i).15 G 2.838(se)-2.838 G .339
+(nabled, so that parsing a command substitution containing)-2.838 F .023
+(an e)180 192 R .023(xtglob pattern \(say)-.15 F 2.523(,a)-.65 G 2.523
+(sp)-2.523 G .022(art of a shell function\) will not f)-2.523 F 2.522
+(ail. This)-.1 F .022(assumes the intent is)2.522 F .039(to enable e)180
+204 R .039(xtglob before the command is e)-.15 F -.15(xe)-.15 G .039
+(cuted and w).15 F .039(ord e)-.1 F .04(xpansions are performed.)-.15 F
+(It)5.04 E .4(will f)180 216 R .4(ail at w)-.1 F .4(ord e)-.1 F .4
 (xpansion time if e)-.15 F .4(xtglob hasn')-.15 F 2.9(tb)-.18 G .4
-(een enabled by the time the command)-2.9 F(is e)180 376.8 Q -.15(xe)
--.15 G(cuted.).15 E/F3 10.95/Times-Bold@0 SF(RESTRICTED SHELL)72 393.6 Q
-F1(If)108 405.6 Q F2(bash)3.582 E F1 1.081(is started with the name)
-3.581 F F2(rbash)3.581 E F1 3.581(,o)C 3.581(rt)-3.581 G(he)-3.581 E F2
-<ad72>3.581 E F1 1.081(option is supplied at in)3.581 F -.2(vo)-.4 G
-1.081(cation, the shell becomes re-).2 F 2.976(stricted. A)108 417.6 R
-.476(restricted shell is used to set up an en)2.976 F .476
-(vironment more controlled than the standard shell.)-.4 F .477(It be-)
-5.477 F(ha)108 429.6 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E
-F2(bash)2.5 E F1(with the e)2.5 E(xception that the follo)-.15 E
-(wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 446.4 Q
-(changing directories with)144 446.4 Q F2(cd)2.5 E F1<83>108 463.2 Q
-(setting or unsetting the v)144 463.2 Q(alues of)-.25 E/F4 9
+(een enabled by the time the command)-2.9 F(is e)180 228 Q -.15(xe)-.15
+G(cuted.).15 E F2(compat52)108 244.8 Q F1<83>144 256.8 Q(The)180 256.8 Q
+F2(test)3.167 E F1 -.2(bu)3.167 G .667
+(iltin uses its historical algorithm to parse parenthesized sube).2 F
+.668(xpressions when)-.15 F(gi)180 268.8 Q -.15(ve)-.25 G 2.5<6e8c>.15 G
+.3 -.15(ve o)-2.5 H 2.5(rm).15 G(ore ar)-2.5 E(guments.)-.18 E<83>144
+280.8 Q .484(If the)180 280.8 R F2<ad70>2.984 E F1(or)2.983 E F2<ad50>
+2.983 E F1 .483(option is supplied to the)2.983 F F2(bind)2.983 E F1 -.2
+(bu)2.983 G(iltin,).2 E F2(bind)2.983 E F1 .483(treats an)2.983 F 2.983
+(ya)-.15 G -.18(rg)-2.983 G .483(uments remain-).18 F .339
+(ing after option processing as bindable command names, and displays an)
+180 292.8 R 2.84(yk)-.15 G .64 -.15(ey s)-2.94 H(equences).15 E
+(bound to those commands, instead of treating the ar)180 304.8 Q
+(guments as k)-.18 E .3 -.15(ey s)-.1 H(equences to bind.).15 E/F3 10.95
+/Times-Bold@0 SF(RESTRICTED SHELL)72 321.6 Q F1(If)108 333.6 Q F2(bash)
+3.572 E F1 1.071(is started with the name)3.571 F F2(rbash)3.571 E F1
+3.571(,o)C 3.571(rt)-3.571 G(he)-3.571 E F2<ad72>3.571 E F1 1.071
+(option is supplied at in)3.571 F -.2(vo)-.4 G 1.071
+(cation, the shell becomes).2 F F0 -.37(re)3.571 G(-).37 E(stricted)108
+345.6 Q F1 5.445(.A)C .445(restricted shell is used to set up an en)-2.5
+F .445(vironment more controlled than the standard shell.)-.4 F .445
+(It be-)5.445 F(ha)108 357.6 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)
+-2.5 E F2(bash)2.5 E F1(with the e)2.5 E(xception that the follo)-.15 E
+(wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 374.4 Q
+(Changing directories with)144 374.4 Q F2(cd)2.5 E F1(.)A<83>108 391.2 Q
+(Setting or unsetting the v)144 391.2 Q(alues of)-.25 E/F4 9
 /Times-Bold@0 SF(SHELL)2.5 E/F5 9/Times-Roman@0 SF(,)A F4 -.666(PA)2.25
 G(TH)-.189 E F5(,)A F4(HISTFILE)2.25 E F5(,)A F4(ENV)2.25 E F5(,)A F1
-(or)2.25 E F4 -.27(BA)2.5 G(SH_ENV).27 E F1<83>108 480 Q
-(specifying command names containing)144 480 Q F2(/)2.5 E F1<83>108
-496.8 Q(specifying a \214lename containing a)144 496.8 Q F2(/)2.5 E F1
+(or)2.25 E F4 -.27(BA)2.5 G(SH_ENV).27 E F5(.)A F1<83>108 408 Q
+(Specifying command names containing)144 408 Q F2(/)2.5 E F1(.)A<83>108
+424.8 Q(Specifying a \214lename containing a)144 424.8 Q F2(/)2.5 E F1
 (as an ar)2.5 E(gument to the)-.18 E F2(.)2.5 E F1 -.2(bu)5 G
-(iltin command).2 E<83>108 513.6 Q
-(specifying a \214lename containing a slash as an ar)144 513.6 Q
-(gument to the)-.18 E F2(history)2.5 E F1 -.2(bu)2.5 G(iltin command).2
-E<83>108 530.4 Q .45
-(specifying a \214lename containing a slash as an ar)144 530.4 R .449
-(gument to the)-.18 F F2<ad70>2.949 E F1 .449(option to the)2.949 F F2
-(hash)2.949 E F1 -.2(bu)2.949 G .449(iltin com-).2 F(mand)144 542.4 Q
-<83>108 559.2 Q(importing function de\214nitions from the shell en)144
-559.2 Q(vironment at startup)-.4 E<83>108 576 Q(parsing the v)144 576 Q
-(alue of)-.25 E F4(SHELLOPTS)2.5 E F1(from the shell en)2.25 E
-(vironment at startup)-.4 E<83>108 592.8 Q(redirecting output using the\
- >, >|, <>, >&, &>, and >> redirection operators)144 592.8 Q<83>108
-609.6 Q(using the)144 609.6 Q F2(exec)2.5 E F1 -.2(bu)2.5 G
-(iltin command to replace the shell with another command).2 E<83>108
-626.4 Q(adding or deleting b)144 626.4 Q(uiltin commands with the)-.2 E
-F2<ad66>2.5 E F1(and)2.5 E F2<ad64>2.5 E F1(options to the)2.5 E F2
-(enable)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 643.2 Q
-(using the)144 643.2 Q F2(enable)2.5 E F1 -.2(bu)2.5 G
-(iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108 660
-Q(specifying the)144 660 Q F2<ad70>2.5 E F1(option to the)2.5 E F2
-(command)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 676.8 Q
-(turning of)144 676.8 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F2
-(set +r)2.5 E F1(or)2.5 E F2(shopt \255u r)2.5 E(estricted_shell)-.18 E
-F1(.)A(These restrictions are enforced after an)108 693.6 Q 2.5(ys)-.15
-G(tartup \214les are read.)-2.5 E 1.566
-(When a command that is found to be a shell script is e)108 710.4 R -.15
+(iltin command.).2 E<83>108 441.6 Q(Using the)144 441.6 Q F2<ad70>2.5 E
+F1(option to the)2.5 E F2(.)2.5 E F1 -.2(bu)5 G
+(iltin command to specify a search path.).2 E<83>108 458.4 Q
+(Specifying a \214lename containing a slash as an ar)144 458.4 Q
+(gument to the)-.18 E F2(history)2.5 E F1 -.2(bu)2.5 G(iltin command.).2
+E<83>108 475.2 Q .351
+(Specifying a \214lename containing a slash as an ar)144 475.2 R .351
+(gument to the)-.18 F F2<ad70>2.851 E F1 .351(option to the)2.851 F F2
+(hash)2.851 E F1 -.2(bu)2.851 G .351(iltin com-).2 F(mand.)144 487.2 Q
+<83>108 504 Q(Importing function de\214nitions from the shell en)144 504
+Q(vironment at startup.)-.4 E<83>108 520.8 Q -.15(Pa)144 520.8 S
+(rsing the v).15 E(alue of)-.25 E F4(SHELLOPTS)2.5 E F1
+(from the shell en)2.25 E(vironment at startup.)-.4 E<83>108 537.6 Q(Re\
+directing output using the >, >|, <>, >&, &>, and >> redirection operat\
+ors.)144 537.6 Q<83>108 554.4 Q(Using the)144 554.4 Q F2(exec)2.5 E F1
+-.2(bu)2.5 G(iltin command to replace the shell with another command.).2
+E<83>108 571.2 Q(Adding or deleting b)144 571.2 Q
+(uiltin commands with the)-.2 E F2<ad66>2.5 E F1(and)2.5 E F2<ad64>2.5 E
+F1(options to the)2.5 E F2(enable)2.5 E F1 -.2(bu)2.5 G(iltin command.)
+.2 E<83>108 588 Q(Using the)144 588 Q F2(enable)2.5 E F1 -.2(bu)2.5 G
+(iltin command to enable disabled shell b).2 E(uiltins.)-.2 E<83>108
+604.8 Q(Specifying the)144 604.8 Q F2<ad70>2.5 E F1(option to the)2.5 E
+F2(command)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E<83>108 621.6 Q -.45
+(Tu)144 621.6 S(rning of).45 E 2.5(fr)-.25 G(estricted mode with)-2.5 E
+F2(set +r)2.5 E F1(or)2.5 E F2(shopt \255u r)2.5 E(estricted_shell)-.18
+E F1(.)A(These restrictions are enforced after an)108 638.4 Q 2.5(ys)
+-.15 G(tartup \214les are read.)-2.5 E 1.566
+(When a command that is found to be a shell script is e)108 655.2 R -.15
 (xe)-.15 G 1.567(cuted \(see).15 F F4 1.567(COMMAND EXECUTION)4.067 F F1
-(abo)3.817 E -.15(ve)-.15 G(\),).15 E F2(rbash)108 722.4 Q F1(turns of)
+(abo)3.817 E -.15(ve)-.15 G(\),).15 E F2(rbash)108 667.2 Q F1(turns of)
 2.5 E 2.5(fa)-.25 G .3 -.15(ny r)-2.5 H(estrictions in the shell spa).15
-E(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(88)193.45 E 0 Cg EP
-%%Page: 89 89
+E(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E F3(SEE ALSO)72
+684 Q F0(Bash Refer)108 696 Q(ence Manual)-.37 E F1 2.5(,B)C(rian F)-2.5
+E(ox and Chet Rame)-.15 E(y)-.15 E(GNU Bash 5.3)72 768 Q
+(2024 October 15)141.235 E(93)190.395 E 0 Cg EP
+%%Page: 94 94
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(SEE ALSO)72 84 Q F0
-(Bash Refer)108 96 Q(ence Manual)-.37 E F1 2.5(,B)C(rian F)-2.5 E
-(ox and Chet Rame)-.15 E(y)-.15 E F0(The Gnu Readline Libr)108 108 Q
-(ary)-.15 E F1 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E
-F0(The Gnu History Libr)108 120 Q(ary)-.15 E F1 2.5(,B)C(rian F)-2.5 E
-(ox and Chet Rame)-.15 E(y)-.15 E F0 -.8(Po)108 132 S(rtable Oper).8 E
+.25 E F1(\(1\)).95 E F0(The Gnu Readline Libr)108 84 Q(ary)-.15 E F1 2.5
+(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E F0
+(The Gnu History Libr)108 96 Q(ary)-.15 E F1 2.5(,B)C(rian F)-2.5 E
+(ox and Chet Rame)-.15 E(y)-.15 E F0 -.8(Po)108 108 S(rtable Oper).8 E
 (ating System Interface \(POSIX\) P)-.15 E(art 2: Shell and Utilities)
--.8 E F1 2.5(,I)C(EEE \212)-2.5 E(http://pubs.opengroup.or)144 144 Q
-(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 156 Q
+-.8 E F1 2.5(,I)C(EEE \212)-2.5 E(http://pubs.opengroup.or)144 120 Q
+(g/onlinepubs/9799919799/)-.18 E(http://tiswww)108 132 Q
 (.case.edu/\001chet/bash/POSIX \212 a description of posix mode)-.65 E
-F0(sh)108 168 Q F1(\(1\),)A F0(ksh)2.5 E F1(\(1\),)A F0(csh)2.5 E F1
-(\(1\))A F0(emacs)108 180 Q F1(\(1\),)A F0(vi)2.5 E F1(\(1\))A F0 -.37
-(re)108 192 S(adline).37 E F1(\(3\))A F2(FILES)72 208.8 Q F0(/bin/bash)
-109.666 220.8 Q F1(The)144 232.8 Q/F3 10/Times-Bold@0 SF(bash)2.5 E F1
--.15(exe)2.5 G(cutable).15 E F0(/etc/pr)109.666 244.8 Q(o\214le)-.45 E
-F1(The systemwide initialization \214le, e)144 256.8 Q -.15(xe)-.15 G
-(cuted for login shells).15 E F0(\001/.bash_pr)109.666 268.8 Q(o\214le)
--.45 E F1(The personal initialization \214le, e)144 280.8 Q -.15(xe)-.15
-G(cuted for login shells).15 E F0(\001/.bashr)109.666 292.8 Q(c)-.37 E
-F1(The indi)144 304.8 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25
-G(-shell startup \214le).15 E F0(\001/.bash_lo)109.666 316.8 Q(gout)-.1
-E F1(The indi)144 328.8 Q(vidual login shell cleanup \214le, e)-.25 E
+F0(sh)108 144 Q F1(\(1\),)A F0(ksh)2.5 E F1(\(1\),)A F0(csh)2.5 E F1
+(\(1\))A F0(emacs)108 156 Q F1(\(1\),)A F0(vi)2.5 E F1(\(1\))A F0 -.37
+(re)108 168 S(adline).37 E F1(\(3\))A/F2 10.95/Times-Bold@0 SF(FILES)72
+184.8 Q F0(/bin/bash)109.666 196.8 Q F1(The)144 208.8 Q/F3 10
+/Times-Bold@0 SF(bash)2.5 E F1 -.15(exe)2.5 G(cutable).15 E F0(/etc/pr)
+109.666 220.8 Q(o\214le)-.45 E F1
+(The systemwide initialization \214le, e)144 232.8 Q -.15(xe)-.15 G
+(cuted for login shells).15 E F0(\001/.bash_pr)109.666 244.8 Q(o\214le)
+-.45 E F1(The personal initialization \214le, e)144 256.8 Q -.15(xe)-.15
+G(cuted for login shells).15 E F0(\001/.bashr)109.666 268.8 Q(c)-.37 E
+F1(The indi)144 280.8 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25
+G(-shell startup \214le).15 E F0(\001/.bash_lo)109.666 292.8 Q(gout)-.1
+E F1(The indi)144 304.8 Q(vidual login shell cleanup \214le, e)-.25 E
 -.15(xe)-.15 G(cuted when a login shell e).15 E(xits)-.15 E F0
-(\001/.bash_history)109.666 340.8 Q F1(The def)144 352.8 Q(ault v)-.1 E
+(\001/.bash_history)109.666 316.8 Q F1(The def)144 328.8 Q(ault v)-.1 E
 (alue of)-.25 E F3(HISTFILE)2.5 E F1 2.5(,t)C
 (he \214le in which bash sa)-2.5 E -.15(ve)-.2 G 2.5(st).15 G
-(he command history)-2.5 E F0(\001/.inputr)109.666 364.8 Q(c)-.37 E F1
-(Indi)144 376.8 Q(vidual)-.25 E F0 -.37(re)2.5 G(adline).37 E F1
-(initialization \214le)2.5 E F2 -.548(AU)72 393.6 S(THORS).548 E F1
-(Brian F)108 405.6 Q(ox, Free Softw)-.15 E(are F)-.1 E(oundation)-.15 E
-(bfox@gnu.or)108 417.6 Q(g)-.18 E(Chet Rame)108 434.4 Q 1.3 -.65(y, C)
+(he command history)-2.5 E F0(\001/.inputr)109.666 340.8 Q(c)-.37 E F1
+(Indi)144 352.8 Q(vidual)-.25 E F0 -.37(re)2.5 G(adline).37 E F1
+(initialization \214le)2.5 E F2 -.548(AU)72 369.6 S(THORS).548 E F1
+(Brian F)108 381.6 Q(ox, Free Softw)-.15 E(are F)-.1 E(oundation)-.15 E
+(bfox@gnu.or)108 393.6 Q(g)-.18 E(Chet Rame)108 410.4 Q 1.3 -.65(y, C)
 -.15 H(ase W).65 E(estern Reserv)-.8 E 2.5(eU)-.15 G(ni)-2.5 E -.15(ve)
--.25 G(rsity).15 E(chet.rame)108 446.4 Q(y@case.edu)-.15 E F2 -.11(BU)72
-463.2 S 2.738(GR).11 G(EPOR)-2.738 E(TS)-.438 E F1 .568
-(If you \214nd a b)108 475.2 R .568(ug in)-.2 F F3(bash)3.068 E F1 3.068
+-.25 G(rsity).15 E(chet.rame)108 422.4 Q(y@case.edu)-.15 E F2 -.11(BU)72
+439.2 S 2.738(GR).11 G(EPOR)-2.738 E(TS)-.438 E F1 .568
+(If you \214nd a b)108 451.2 R .568(ug in)-.2 F F3(bash)3.068 E F1 3.068
 (,y)C .568(ou should report it.)-3.068 F .568
 (But \214rst, you should mak)5.568 F 3.068(es)-.1 G .568
 (ure that it really is a b)-3.068 F .567(ug, and)-.2 F 5.625
-(that it appears in the latest v)108 487.2 R 5.625(ersion of)-.15 F F3
+(that it appears in the latest v)108 463.2 R 5.625(ersion of)-.15 F F3
 (bash)8.125 E F1 10.625(.T)C 5.625(he latest v)-10.625 F 5.626
 (ersion is al)-.15 F -.1(wa)-.1 G 5.626(ys a).1 F -.25(va)-.2 G 5.626
-(ilable from).25 F F0(ftp://ftp.gnu.or)108 499.2 Q(g/pub/gnu/bash/)-.37
+(ilable from).25 F F0(ftp://ftp.gnu.or)108 475.2 Q(g/pub/gnu/bash/)-.37
 E F1(and)2.5 E F0(http://git.savannah.gnu.or)2.5 E
 (g/cgit/bash.git/snapshot/bash-master)-.37 E(.tar)-1.11 E(.gz)-1.11 E F1
-(.)A .411(Once you ha)108 516 R .711 -.15(ve d)-.2 H .411
+(.)A .411(Once you ha)108 492 R .711 -.15(ve d)-.2 H .411
 (etermined that a b).15 F .411(ug actually e)-.2 F .411(xists, use the)
 -.15 F F0(bashb)3.18 E(ug)-.2 E F1 .41(command to submit a b)3.13 F .41
-(ug report.)-.2 F(If)5.41 E .021(you ha)108 528 R .321 -.15(ve a \214)
+(ug report.)-.2 F(If)5.41 E .021(you ha)108 504 R .321 -.15(ve a \214)
 -.2 H .021(x, you are encouraged to mail that as well!).15 F -1.1(Yo)
 5.021 G 2.521(um)1.1 G .021
 (ay send suggestions and \231philosophical\232 b)-2.521 F(ug)-.2 E
-(reports to)108 540 Q F0 -.2(bu)2.5 G(g-bash@gnu.or).2 E(g)-.37 E F1
+(reports to)108 516 Q F0 -.2(bu)2.5 G(g-bash@gnu.or).2 E(g)-.37 E F1
 (or post them to the Usenet ne)2.5 E(wsgroup)-.25 E F3(gnu.bash.b)2.5 E
-(ug)-.2 E F1(.)A(ALL b)108 556.8 Q(ug reports should include:)-.2 E
-(The v)108 573.6 Q(ersion number of)-.15 E F3(bash)2.5 E F1(The hardw)
-108 585.6 Q(are and operating system)-.1 E(The compiler used to compile)
-108 597.6 Q 2.5(Ad)108 609.6 S(escription of the b)-2.5 E(ug beha)-.2 E
-(viour)-.2 E 2.5(As)108 621.6 S(hort script or \231recipe\232 which e)
--2.5 E -.15(xe)-.15 G(rcises the b).15 E(ug)-.2 E F0(bashb)108.27 638.4
+(ug)-.2 E F1(.)A(ALL b)108 532.8 Q(ug reports should include:)-.2 E
+(The v)108 549.6 Q(ersion number of)-.15 E F3(bash)2.5 E F1(The hardw)
+108 561.6 Q(are and operating system)-.1 E(The compiler used to compile)
+108 573.6 Q 2.5(Ad)108 585.6 S(escription of the b)-2.5 E(ug beha)-.2 E
+(viour)-.2 E 2.5(As)108 597.6 S(hort script or \231recipe\232 which e)
+-2.5 E -.15(xe)-.15 G(rcises the b).15 E(ug)-.2 E F0(bashb)108.27 614.4
 Q(ug)-.2 E F1
 (inserts the \214rst three items automatically into the template it pro)
 2.72 E(vides for \214ling a b)-.15 E(ug report.)-.2 E(Comments and b)108
-655.2 Q(ug reports concerning this manual page should be directed to)-.2
+631.2 Q(ug reports concerning this manual page should be directed to)-.2
 E F0 -.15(ch)2.5 G(et.r).15 E(ame)-.15 E(y@case)-.3 E(.edu)-.15 E F1(.)
-.25 E F2 -.11(BU)72 672 S(GS).11 E F1(It')108 684 Q 2.5(st)-.55 G
+.25 E F2 -.11(BU)72 648 S(GS).11 E F1(It')108 660 Q 2.5(st)-.55 G
 (oo big and too slo)-2.5 E -.65(w.)-.25 G 1.869
-(There are some subtle dif)108 700.8 R 1.869(ferences between)-.25 F F3
+(There are some subtle dif)108 676.8 R 1.869(ferences between)-.25 F F3
 (bash)4.369 E F1 1.869(and traditional v)4.369 F 1.869(ersions of)-.15 F
 F3(sh)4.368 E F1 4.368(,m)C 1.868(ostly because of the)-4.368 F/F4 9
-/Times-Bold@0 SF(POSIX)108 712.8 Q F1(speci\214cation.)2.25 E
-(Aliases are confusing in some uses.)108 729.6 Q(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(89)193.45 E 0 Cg EP
-%%Page: 90 90
+/Times-Bold@0 SF(POSIX)108 688.8 Q F1(speci\214cation.)2.25 E
+(Aliases are confusing in some uses.)108 705.6 Q(Shell b)108 722.4 Q
+(uiltin commands and functions are not stoppable/restartable.)-.2 E
+(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E(94)190.395 E 0 Cg EP
+%%Page: 95 95
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
 138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(Shell b)108 84 Q
-(uiltin commands and functions are not stoppable/restartable.)-.2 E
-1.185(Compound commands and command sequences of the form \231a ; b ; c\
-\232 are not handled gracefully when)108 100.8 R .39
-(process suspension is attempted.)108 112.8 R .389
+.25 E F1(\(1\)).95 E 1.185(Compound commands and command sequences of t\
+he form \231a ; b ; c\232 are not handled gracefully when)108 84 R .39
+(process suspension is attempted.)108 96 R .389
 (When a process is stopped, the shell immediately e)5.39 F -.15(xe)-.15
 G .389(cutes the ne).15 F .389(xt com-)-.15 F .192
-(mand in the sequence.)108 124.8 R .192(It suf)5.192 F .192(\214ces to \
-place the sequence of commands between parentheses to force it into a)
--.25 F .052(subshell, which may be stopped as a unit, or to start the c\
-ommand in the background and immediately bring)108 136.8 R
-(it into the fore)108 148.8 Q(ground.)-.15 E(Array v)108 165.6 Q
-(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E
-(There may be only one acti)108 182.4 Q .3 -.15(ve c)-.25 H
-(oprocess at a time.).15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(90)193.45 E 0 Cg EP
+(mand in the sequence.)108 108 R .192(It suf)5.192 F .192(\214ces to pl\
+ace the sequence of commands between parentheses to force it into a)-.25
+F .052(subshell, which may be stopped as a unit, or to start the comman\
+d in the background and immediately bring)108 120 R(it into the fore)108
+132 Q(ground.)-.15 E(Array v)108 148.8 Q(ariables may not \(yet\) be e)
+-.25 E(xported.)-.15 E(GNU Bash 5.3)72 768 Q(2024 October 15)141.235 E
+(95)190.395 E 0 Cg EP
 %%Trailer
 end
 %%EOF
index b7e7d27d6ad6a924c200579239727ace2a61c370..3175ca779782a5924197d1e534e260041da74d6e 100644 (file)
Binary files a/doc/bashref.dvi and b/doc/bashref.dvi differ
index 1ee4513dfd98ef813c38bfa4a842a72db2fd86c7..ec02b299372b911b371670266e6d4ea20883c1f8 100644 (file)
@@ -4,9 +4,9 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <!-- This text is a brief description of the features that are present in
-the Bash shell (version 5.3, 14 October 2024).
+the Bash shell (version 5.3, 15 October 2024).
 
-This is Edition 5.3, last updated 14 October 2024,
+This is Edition 5.3, last updated 15 October 2024,
 of The GNU Bash Reference Manual,
 for Bash, Version 5.3.
 
@@ -77,10 +77,10 @@ Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a>, Previou
 <h1 class="top" id="Bash-Features-1"><span>Bash Features<a class="copiable-link" href="#Bash-Features-1"> &para;</a></span></h1>
 
 <p>This text is a brief description of the features that are present in
-the Bash shell (version 5.3, 14 October 2024).
+the Bash shell (version 5.3, 15 October 2024).
 The Bash home page is <a class="url" href="http://www.gnu.org/software/bash/">http://www.gnu.org/software/bash/</a>.
 </p>
-<p>This is Edition 5.3, last updated 14 October 2024,
+<p>This is Edition 5.3, last updated 15 October 2024,
 of <cite class="cite">The GNU Bash Reference Manual</cite>,
 for <code class="code">Bash</code>, Version 5.3.
 </p>
@@ -857,7 +857,7 @@ There are more details in the gettext documentation.
 <a class="index-entry-id" id="index-internationalized-scripts"></a>
 <a class="index-entry-id" id="index-string-translations"></a>
 <p>Once you&rsquo;ve marked the strings in your script
-that you want to translate using $&quot;...&quot;,
+that you want to translate using $&quot;&hellip;&quot;,
 you create a gettext &quot;template&quot; file using the command
 </p>
 <div class="example">
@@ -2615,7 +2615,8 @@ it introduces a level of indirection.
 Bash uses the value formed by expanding the rest of
 <var class="var">parameter</var> as the new <var class="var">parameter</var>;
 this new parameter is then
-expanded and that value is used in the rest of the expansion, rather
+expanded and that value is used
+in the rest of the expansion, rather
 than the expansion of the original <var class="var">parameter</var>.
 This is known as <code class="code">indirect expansion</code>.
 The value is subject to tilde expansion,
@@ -3403,11 +3404,11 @@ without regard to the case of alphabetic characters.
 <p>When a pattern is used for filename expansion, the character &lsquo;<samp class="samp">.</samp>&rsquo;
 at the start of a filename or immediately following a slash
 must be matched explicitly, unless the shell option <code class="code">dotglob</code> is set.
-In order to match the filenames &lsquo;<samp class="samp">.</samp>&rsquo; and &lsquo;<samp class="samp">..</samp>&rsquo;,
+In order to match the filenames <samp class="file">.</samp> and <samp class="file">..</samp>,
 the pattern must begin with &lsquo;<samp class="samp">.</samp>&rsquo; (for example, &lsquo;<samp class="samp">.?</samp>&rsquo;),
 even if <code class="code">dotglob</code> is set.
 If the <code class="code">globskipdots</code> shell option is enabled, the filenames
-&lsquo;<samp class="samp">.</samp>&rsquo; and &lsquo;<samp class="samp">..</samp>&rsquo; never match, even if the pattern begins
+<samp class="file">.</samp> and <samp class="file">..</samp> never match, even if the pattern begins
 with a &lsquo;<samp class="samp">.</samp>&rsquo;.
 When not matching filenames, the &lsquo;<samp class="samp">.</samp>&rsquo; character is not treated specially.
 </p>
@@ -3577,14 +3578,14 @@ patterns, including shell functions and command substitutions.
 the set of filenames that are tested:
 when <code class="code">dotglob</code> is enabled, the set of filenames includes all files
 beginning with &lsquo;<samp class="samp">.</samp>&rsquo;, but the filenames
-&lsquo;<samp class="samp">.</samp>&rsquo; and &lsquo;<samp class="samp">..</samp>&rsquo; must be matched by a
+<samp class="file">.</samp> and <samp class="file">..</samp> must be matched by a
 pattern or sub-pattern that begins with a dot;
 when it is disabled, the set does not
-include any filenames beginning with &ldquo;.&rdquo; unless the pattern
+include any filenames beginning with &lsquo;<samp class="samp">.</samp>&rsquo; unless the pattern
 or sub-pattern begins with a &lsquo;<samp class="samp">.</samp>&rsquo;.
 If the <code class="code">globskipdots</code>
 shell option is enabled, the filenames
-&lsquo;<samp class="samp">.</samp>&rsquo; and &lsquo;<samp class="samp">..</samp>&rsquo;
+<samp class="file">.</samp> and <samp class="file">..</samp>
 never appear in the set.
 As above, &lsquo;<samp class="samp">.</samp>&rsquo; only has a special meaning when matching filenames. 
 </p>
@@ -3656,7 +3657,7 @@ If the first character of the redirection operator
 is &lsquo;<samp class="samp">&gt;</samp>&rsquo;, the redirection refers to the standard output (file
 descriptor 1).
 </p>
-<p>The \fIword\fP following the redirection operator in the following
+<p>The <var class="var">word</var> following the redirection operator in the following
 descriptions, unless otherwise noted, is subjected to
 brace expansion,
 tilde expansion,
@@ -4585,37 +4586,43 @@ The return status is zero unless <var class="var">n</var> is not greater than or
 </dd>
 <dt><a id="index-cd"></a><span><code class="code">cd</code><a class="copiable-link" href="#index-cd"> &para;</a></span></dt>
 <dd><div class="example">
-<pre class="example-preformatted">cd [-L|[-P [-e]]] [-@] [<var class="var">directory</var>]
+<pre class="example-preformatted">cd [-L] [-@] [<var class="var">directory</var>]
+cd -P [-e] [-@] [<var class="var">directory</var>]
 </pre></div>
 
 <p>Change the current working directory to <var class="var">directory</var>.
 If <var class="var">directory</var> is not supplied, the value of the <code class="env">HOME</code>
 shell variable is used as <var class="var">directory</var>.
 If the shell variable
-<code class="env">CDPATH</code> exists, <code class="code">cd</code> uses it as a search path:
+<code class="env">CDPATH</code> exists,
+and <var class="var">directory</var> does not begin with a slash,
+<code class="code">cd</code> uses it as a search path:
 <code class="code">cd</code> searches each directory name in <code class="env">CDPATH</code> for
 <var class="var">directory</var>, with alternative directory names in <code class="env">CDPATH</code>
 separated by a colon (&lsquo;<samp class="samp">:</samp>&rsquo;).
 A null directory name in <code class="env">CDPATH</code> means the same thing as the
 current directory.
-If <var class="var">directory</var> begins with a slash, <code class="env">CDPATH</code> is not used.
 </p>
-<p>The <samp class="option">-P</samp> option means to not follow symbolic links: symbolic links
+<p>The <samp class="option">-P</samp> option means not to follow symbolic links: symbolic links
 are resolved while <code class="code">cd</code> is traversing <var class="var">directory</var> and before
-processing an instance of &lsquo;<samp class="samp">..</samp>&rsquo; in <var class="var">directory</var>.
+processing an instance of <samp class="file">..</samp> in <var class="var">directory</var>.
 </p>
 <p>By default, or when the <samp class="option">-L</samp> option is supplied, symbolic links
 in <var class="var">directory</var> are resolved after <code class="code">cd</code> processes an instance
-of &lsquo;<samp class="samp">..</samp>&rsquo; in <var class="var">directory</var>.
+of <samp class="file">..</samp> in <var class="var">directory</var>.
 </p>
-<p>If &lsquo;<samp class="samp">..</samp>&rsquo; appears in <var class="var">directory</var>, it is processed by removing the
+<p>If <samp class="file">..</samp> appears in <var class="var">directory</var>, <code class="code">cd</code> processes it by removing the
 immediately preceding pathname component, back to a slash or the beginning
-of <var class="var">directory</var>.
+of <var class="var">directory</var>,
+and verifying that the portion of <var class="var">directory</var>
+it has processed to
+that point is still a valid directory name after removing the pathname
+component.
+If it is not a valid directory name, <code class="code">cd</code> returns a non-zero status.
 </p>
 <p>If the <samp class="option">-e</samp> option is supplied with <samp class="option">-P</samp>
-and the current working directory cannot be successfully determined
-after a successful directory change, <code class="code">cd</code> will return a non-zero
-status.
+and <code class="code">cd</code> cannot successfully determine the current working directory 
+after a successful directory change, it will return a non-zero status.
 </p>
 <p>On systems that support it, the <samp class="option">-@</samp> option presents the extended
 attributes associated with a file as a directory.              
@@ -6856,7 +6863,7 @@ if the directory name initially supplied does not exist.
 <dt><code class="code">dotglob</code></dt>
 <dd><p>If set, Bash includes filenames beginning with a &lsquo;<samp class="samp">.</samp>&rsquo; in
 the results of filename expansion.
-The filenames &lsquo;<samp class="samp">.</samp>&rsquo; and &lsquo;<samp class="samp">..</samp>&rsquo; must always be matched explicitly,
+The filenames <samp class="file">.</samp> and <samp class="file">..</samp> must always be matched explicitly,
 even if <code class="code">dotglob</code> is set.
 </p>
 </dd>
@@ -6943,7 +6950,7 @@ and upper-case and lower-case ASCII characters will collate together.
 </dd>
 <dt><code class="code">globskipdots</code></dt>
 <dd><p>If set, filename expansion will never match the filenames
-&lsquo;<samp class="samp">.</samp>&rsquo; and &lsquo;<samp class="samp">..</samp>&rsquo;, even if the pattern begins with a &lsquo;<samp class="samp">.</samp>&rsquo;.
+<samp class="file">.</samp> and <samp class="file">..</samp>, even if the pattern begins with a &lsquo;<samp class="samp">.</samp>&rsquo;.
 This option is enabled by default.
 </p>
 </dd>
@@ -7061,7 +7068,7 @@ or when filtering possible completions as part of programmable completion.
 </dd>
 <dt><code class="code">noexpand_translation</code></dt>
 <dd><p>If set, Bash
-encloses the translated results of $&quot;...&quot; quoting in single quotes
+encloses the translated results of $&quot;&hellip;&quot; quoting in single quotes
 instead of double quotes.
 If the string is not translated, this has no effect.
 </p>
@@ -7677,7 +7684,7 @@ when an interactive shell is invoked in
 </dd>
 <dt><a id="index-EPOCHREALTIME"></a><span><code class="code">EPOCHREALTIME</code><a class="copiable-link" href="#index-EPOCHREALTIME"> &para;</a></span></dt>
 <dd><p>Each time this parameter is referenced, it expands to the number of seconds
-since the Unix Epoch as a floating point value with micro-second granularity
+since the Unix Epoch as a floating-point value with micro-second granularity
 (see the documentation for the C library function <code class="code">time</code> for the
 definition of Epoch).
 Assignments to <code class="env">EPOCHREALTIME</code> are ignored.
@@ -7773,8 +7780,11 @@ option.
 The value of this variable specifies the sort criteria and sort order for
 the results of filename expansion.
 If this variable is unset or set to the null string, filename expansion
-uses the historical behavior of sorting by name.
-If set, a valid value begins with an optional &lsquo;<samp class="samp">+</samp>&rsquo;, which is ignored,
+uses the historical behavior of sorting by name,
+in ascending lexicographic order as determined by the
+<code class="code">LC_COLLATE</code> shell variable.
+</p>
+<p>If set, a valid value begins with an optional &lsquo;<samp class="samp">+</samp>&rsquo;, which is ignored,
 or &lsquo;<samp class="samp">-</samp>&rsquo;, which reverses the sort order from ascending to descending,
 followed by a sort specifier.
 The valid sort specifiers are
@@ -7797,14 +7807,15 @@ the same size), sorting uses the name as a secondary sort key.
 order by modification time (newest first).
 </p>
 <p>The &lsquo;<samp class="samp">numeric</samp>&rsquo; specifier treats names consisting solely of digits as
-numbers and sorts them using the numeric value (so &quot;2&quot; will sort before
-&quot;10&quot;, for example).
+numbers and sorts them using their numeric value
+(so &quot;2&quot; will sort before &quot;10&quot;, for example).
 When using &lsquo;<samp class="samp">numeric</samp>&rsquo;, names containing non-digits sort after all
 the all-digit names and are sorted by name using the traditional behavior.
 </p>
-<p>A sort specifier of &lsquo;<samp class="samp">nosort</samp>&rsquo; disables sorting completely; the results
-are returned in the order they are read from the file system,
-and any leading &lsquo;<samp class="samp">-</samp>&rsquo; is ignored.
+<p>A sort specifier of &lsquo;<samp class="samp">nosort</samp>&rsquo; disables sorting completely;
+Bash returns the results
+in the order they are read from the file system,
+ignoring any leading &lsquo;<samp class="samp">-</samp>&rsquo;.
 </p>
 <p>If the sort specifier is missing, it defaults to <var class="var">name</var>,
 so a value of &lsquo;<samp class="samp">+</samp>&rsquo; is equivalent to the null string,
@@ -7826,8 +7837,8 @@ subsequently reset.
 <dd><p>Up to three characters which control history expansion, quick
 substitution, and tokenization (see <a class="pxref" href="#History-Interaction">History Expansion</a>).
 The first character is the
-<em class="dfn">history expansion</em> character, that is, the character which signifies the
-start of a history expansion, normally &lsquo;<samp class="samp">!</samp>&rsquo;.
+<em class="dfn">history expansion</em> character,
+the character which begins a history expansion, normally &lsquo;<samp class="samp">!</samp>&rsquo;.
 The second character is the
 character which signifies &quot;quick substitution&quot; when seen as the first
 character on a line, normally &lsquo;<samp class="samp">^</samp>&rsquo;.
@@ -7835,7 +7846,7 @@ The optional third character is the
 character which indicates that the remainder of the line is a comment when
 found as the first character of a word, usually &lsquo;<samp class="samp">#</samp>&rsquo;.
 The history
-comment character causes history substitution to be skipped for the
+comment character disables history substitution for the
 remaining words on the line.
 It does not necessarily cause the shell
 parser to treat the rest of the line as a comment.
@@ -8614,7 +8625,7 @@ possible, while conforming to the <small class="sc">POSIX</small> standard as we
 shell with the <samp class="option">--login</samp> option, it first attempts to read
 and execute commands from <samp class="file">/etc/profile</samp> and <samp class="file">~/.profile</samp>, in
 that order.
-The <samp class="option">--noprofile</samp> option may be used to inhibit this behavior.
+The <samp class="option">--noprofile</samp> option will inhibit this behavior.
 </p>
 <p>When invoked as an interactive shell with the name <code class="code">sh</code>, Bash
 looks for the variable <code class="env">ENV</code>, expands its value if it is defined,
@@ -8626,8 +8637,8 @@ no effect.
 <p>A non-interactive shell invoked with the name <code class="code">sh</code> does not attempt
 to read any other startup files.
 </p>
-<p>When invoked as <code class="code">sh</code>, Bash enters <small class="sc">POSIX</small> mode after
-the startup files are read.
+<p>When invoked as <code class="code">sh</code>, Bash enters <small class="sc">POSIX</small> mode after reading
+the startup files.
 </p>
 <h4 class="subsubheading" id="Invoked-in-posix-mode"><span>Invoked in <small class="sc">POSIX</small> mode<a class="copiable-link" href="#Invoked-in-posix-mode"> &para;</a></span></h4>
 
@@ -8650,7 +8661,7 @@ determines it is being run non-interactively in this fashion,
 it reads and executes commands from <samp class="file">~/.bashrc</samp>, if that
 file exists and is readable.
 It will not do this if invoked as <code class="code">sh</code>.
-The <samp class="option">--norc</samp> option may be used to inhibit this behavior, and the
+The <samp class="option">--norc</samp> option will inhibit this behavior, and the
 <samp class="option">--rcfile</samp> option
 will make Bash use a different file instead of
 <samp class="file">~/.bashrc</samp>, but neither
@@ -8870,10 +8881,10 @@ If the operating system on which Bash is running provides these
 special files, Bash will use them; otherwise it will emulate them
 internally with this behavior:
 If the <var class="var">file</var> argument to one of the primaries is of the form
-<samp class="file">/dev/fd/<var class="var">N</var></samp>, then file descriptor <var class="var">N</var> is checked.
+<samp class="file">/dev/fd/<var class="var">N</var></samp>, then Bash checks file descriptor <var class="var">N</var>.
 If the <var class="var">file</var> argument to one of the primaries is one of
-<samp class="file">/dev/stdin</samp>, <samp class="file">/dev/stdout</samp>, or <samp class="file">/dev/stderr</samp>, file
-descriptor 0, 1, or 2, respectively, is checked.
+<samp class="file">/dev/stdin</samp>, <samp class="file">/dev/stdout</samp>, or <samp class="file">/dev/stderr</samp>,
+Bash checks file descriptor 0, 1, or 2, respectively.
 </p>
 <p>When used with <code class="code">[[</code>, the &lsquo;<samp class="samp">&lt;</samp>&rsquo; and &lsquo;<samp class="samp">&gt;</samp>&rsquo; operators sort
 lexicographically using the current locale.
@@ -9161,9 +9172,8 @@ The levels are listed in order of decreasing precedence.
 performed before the expression is evaluated. 
 Within an expression, shell variables may also be referenced by name
 without using the parameter expansion syntax.
-This means you can use
-.Q x ,
-where \fIx\fP is a shell variable name, in an arithmetic expression,
+This means you can use <var class="var">x</var>,
+where <var class="var">x</var> is a shell variable name, in an arithmetic expression,
 and the shell will evaluate its value as an expression and use the
 result.
 A shell variable that is null or unset evaluates to 0 when referenced
@@ -10011,6 +10021,9 @@ completes.
 
 </li><li> Bash permanently removes jobs from the jobs table after notifying the
 user of their termination via the <code class="code">wait</code> or <code class="code">jobs</code> builtins.
+It removes the job from the jobs list after notifying the user of its
+termination, but the status is still available via <code class="code">wait</code>, as long
+as <code class="code">wait</code> is supplied a <small class="sc">PID</small> argument.
 
 </li><li> The <code class="code">vi</code> editing mode will invoke the <code class="code">vi</code> editor directly when
 the &lsquo;<samp class="samp">v</samp>&rsquo; command is run, instead of checking <code class="code">$VISUAL</code> and
@@ -10210,7 +10223,7 @@ not interrupt the <code class="code">wait</code> builtin and cause it to return
 The trap command is run once for each child that exits.
 
 </li><li> Bash removes an exited background process&rsquo;s status from the list of such
-statuses after the <code class="code">wait</code> builtin is used to obtain it.
+statuses after the <code class="code">wait</code> builtin returns it.
 
 </li></ol>
 
@@ -10397,13 +10410,13 @@ Bash-5.1 suppresses that message when the <samp class="option">-l</samp> option
 &lsquo;<samp class="samp">a[@]</samp>&rsquo;.
 Bash-5.2 will unset an element with key &lsquo;<samp class="samp">@</samp>&rsquo; (associative arrays)
 or remove all the elements without unsetting the array (indexed arrays).
-</li><li>Arithmetic commands ( ((...)) ) and the expressions in an arithmetic for
+</li><li>Arithmetic commands ( ((&hellip;)) ) and the expressions in an arithmetic for
 statement can be expanded more than once.
 </li><li>Expressions used as arguments to arithmetic operators in the <code class="code">[[</code>
 conditional command can be expanded more than once.
 </li><li>The expressions in substring parameter brace expansion can be
 expanded more than once.
-</li><li>The expressions in the $(( ... )) word expansion can be expanded
+</li><li>The expressions in the $(( &hellip; )) word expansion can be expanded
 more than once.
 </li><li>Arithmetic expressions used as indexed array subscripts can be
 expanded more than once.
@@ -10592,7 +10605,7 @@ though it will notify of changes in a job&rsquo;s status after a
 foreground command in
 a list completes, before executing the next command in the list.
 If the <samp class="option">-b</samp> option to the <code class="code">set</code> builtin is enabled,
-Bash reports such changes immediately (see <a class="pxref" href="#The-Set-Builtin">The Set Builtin</a>).
+Bash reports status changes immediately (see <a class="pxref" href="#The-Set-Builtin">The Set Builtin</a>).
 Bash executes any trap on <code class="code">SIGCHLD</code>
 for each child process that terminates.
 </p>
@@ -10920,8 +10933,8 @@ Next: <a href="#Readline-Interaction" accesskey="n" rel="next">Readline Interact
 </div>
 <h3 class="section" id="Introduction-to-Line-Editing"><span>8.1 Introduction to Line Editing<a class="copiable-link" href="#Introduction-to-Line-Editing"> &para;</a></span></h3>
 
-<p>The following paragraphs describe the notation used to represent
-keystrokes.
+<p>The following paragraphs use Emacs style to
+describe the notation used to represent keystrokes.
 </p>
 <p>The text <kbd class="kbd">C-k</kbd> is read as &lsquo;Control-K&rsquo; and describes the character
 produced when the <kbd class="key">k</kbd> key is pressed while the Control key
@@ -10929,16 +10942,16 @@ is depressed.
 </p>
 <p>The text <kbd class="kbd">M-k</kbd> is read as &lsquo;Meta-K&rsquo; and describes the character
 produced when the Meta key (if you have one) is depressed, and the <kbd class="key">k</kbd>
-key is pressed (a <em class="dfn">meta character</em>).
-The Meta key is labeled <kbd class="key">ALT</kbd> on many keyboards.
+key is pressed (a <em class="dfn">meta character</em>), then both are released.
+The Meta key is labeled <kbd class="key">ALT</kbd> or <kbd class="key">Option</kbd> on many keyboards.
 On keyboards with two keys labeled <kbd class="key">ALT</kbd> (usually to either side of
 the space bar), the <kbd class="key">ALT</kbd> on the left side is generally set to
 work as a Meta key.
-The <kbd class="key">ALT</kbd> key on the right may also be configured to work as a
-Meta key or may be configured as some other modifier, such as a
+One of the <kbd class="key">ALT</kbd> keys may also be configured
+as some other modifier, such as a
 Compose key for typing accented characters.
 </p>
-<p>On some keyboards, the Meta key modifier produces meta characters with
+<p>On some keyboards, the Meta key modifier produces characters with
 the eighth bit (0200) set.
 You can use the <code class="code">enable-meta-key</code> variable
 to control whether or not it does this, if the keyboard allows it.
@@ -11270,7 +11283,7 @@ commands in an <em class="dfn">inputrc</em> file, conventionally in their home d
 The name of this file is taken from the value of the
 shell variable <code class="env">INPUTRC</code>.
 If that variable is unset, the default is <samp class="file">~/.inputrc</samp>.
-If that file does not exist or cannot be read, readline looks for
+If that file does not exist or cannot be read, Readline looks for
 <samp class="file">/etc/inputrc</samp>.
 The <code class="code">bind</code><!-- /@w --> builtin command can also be used to set Readline
 keybindings and variables.
@@ -11395,7 +11408,7 @@ common prefix of the set of possible completions using a different color.
 The color definitions are taken from the value of the <code class="env">LS_COLORS</code>
 environment variable.
 If there is a color definition in <code class="env">LS_COLORS</code> for the custom suffix
-&lsquo;<samp class="samp">readline-colored-completion-prefix</samp>&rsquo;, Readline uses this color for
+&lsquo;<samp class="samp">.readline-colored-completion-prefix</samp>&rsquo;, Readline uses this color for
 the common prefix instead of its default.
 The default is &lsquo;<samp class="samp">off</samp>&rsquo;.
 </p>
@@ -11440,7 +11453,7 @@ The default value is &lsquo;<samp class="samp">off</samp>&rsquo;.
 <dd><p>The maximum
 length in characters of the common prefix of a list of possible
 completions that is displayed without modification.
-When set to a value greater than zero, readline
+When set to a value greater than zero, Readline
 replaces common prefixes longer than this value
 with an ellipsis when displaying possible completions.
 </p>
@@ -11561,7 +11574,7 @@ sequences containing <kbd class="kbd">\M-</kbd> or <code class="code">Meta-</cod
 (see <code class="code">Key Bindings</code> in <a class="ref" href="#Readline-Init-File-Syntax">Readline Init File Syntax</a>)
 by converting a key sequence of the form
 <kbd class="kbd">\M-</kbd><var class="var">C</var> or <code class="code">Meta-</code><var class="var">C</var> to the two-character sequence
-<kbd class="kbd">ESC</kbd><var class="var">C</var> (adding the meta prefix).
+<kbd class="kbd">ESC</kbd> <var class="var">C</var> (adding the meta prefix).
 If <code class="code">force-meta-prefix</code> is set to &lsquo;<samp class="samp">off</samp>&rsquo; (the default),
 Readline uses the value of the <code class="code">convert-meta</code> variable to determine
 whether to perform this conversion:
@@ -11762,7 +11775,7 @@ The default value is &lsquo;<samp class="samp">off</samp>&rsquo;.
 <dd><p>If set to &lsquo;<samp class="samp">on</samp>&rsquo;, this alters the default completion behavior when
 inserting a single match into the line.
 It&rsquo;s only active when performing completion in the middle of a word.
-If enabled, readline does not insert characters from the completion
+If enabled, Readline does not insert characters from the completion
 that match characters after point in the word being completed,
 so portions of the word following the cursor are not duplicated.
 For instance, if this is enabled, attempting completion when the cursor
@@ -12232,9 +12245,10 @@ position, and <em class="dfn">mark</em> refers to a cursor position saved by the
 <code class="code">set-mark</code> command.
 The text between the point and mark is referred to as the <em class="dfn">region</em>.
 Readline has the concept of an <em class="emph">active region</em>:
-when the region is active, Readline redisplay uses the
-value of the <code class="code">active-region-start-color</code> variable
-to denote the region.
+when the region is active,
+Readline redisplay highlights the region using the
+value of the <code class="code">active-region-start-color</code> variable.
+The <code class="code">enable-active-region</code> variable turns this on and off.
 Several commands set the region to active; those are noted below.
 </p>
 <ul class="mini-toc">
@@ -13022,7 +13036,7 @@ This command is unbound by default.
 </p>
 </dd>
 <dt><a id="index-execute_002dnamed_002dcommand-_0028M_002dx_0029"></a><span><code class="code">execute-named-command (M-x)</code><a class="copiable-link" href="#index-execute_002dnamed_002dcommand-_0028M_002dx_0029"> &para;</a></span></dt>
-<dd><p>Read a bindable readline command name from the input and execute the
+<dd><p>Read a bindable Readline command name from the input and execute the
 function to which it&rsquo;s bound, as if the key sequence to which it was
 bound appeared in the input.
 If this function is supplied with a numeric argument, it passes that
@@ -13144,7 +13158,7 @@ Next: <a href="#Programmable-Completion-Builtins" accesskey="n" rel="next">Progr
 <p>When the user attempts word completion for an argument to a command for
 which a completion specification (a <em class="dfn">compspec</em>) has been defined
 using the <code class="code">complete</code> builtin (see <a class="pxref" href="#Programmable-Completion-Builtins">Programmable Completion Builtins</a>),
-\fBreadline\fP invokes the programmable completion facilities. 
+Readline invokes the programmable completion facilities. 
 </p>
 <p>First, Bash identifies the command name.
 If a compspec has been defined for that command, the
@@ -13658,7 +13672,7 @@ the <samp class="option">-E</samp> option indicates that other supplied options
 apply to &ldquo;empty&rdquo; command completion; and
 the <samp class="option">-I</samp> option indicates that other supplied options should
 apply to completion on the initial word on the line.
-These are determined in the same way as the \fBcomplete\fP builtin.
+These are determined in the same way as the <code class="code">complete</code> builtin.
 </p>
 <p>If multiple options are supplied, the <samp class="option">-D</samp> option takes precedence
 over <samp class="option">-E</samp>, and both take precedence over <samp class="option">-I</samp>
@@ -14629,7 +14643,7 @@ You may need to
 supply the <samp class="option">--srcdir=PATH</samp> argument to tell <code class="code">configure</code>
 where the source files are.
 <code class="code">configure</code> automatically checks for the
-source code in the directory that <code class="code">configure</code> is in and in &lsquo;..&rsquo;.
+source code in the directory that <code class="code">configure</code> is in and in <samp class="file">..</samp>.
 </p>
 <p>If you have to use a <code class="code">make</code> that does not support the <code class="code">VPATH</code>
 variable, you can compile Bash for one architecture at a
index 46b950837e6741f110cf0abca093950d0f00c49a..b144b486e50e351777703b169773998d644a7787 100644 (file)
@@ -2,9 +2,9 @@ This is bashref.info, produced by makeinfo version 7.1 from
 bashref.texi.
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 14 October 2024).
+Bash shell (version 5.3, 15 October 2024).
 
-   This is Edition 5.3, last updated 14 October 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 15 October 2024, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
    Copyright © 1988-2024 Free Software Foundation, Inc.
@@ -27,10 +27,10 @@ Bash Features
 *************
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 14 October 2024).  The Bash home page is
+Bash shell (version 5.3, 15 October 2024).  The Bash home page is
 <http://www.gnu.org/software/bash/>.
 
-   This is Edition 5.3, last updated 14 October 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 15 October 2024, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
    Bash contains features that appear in other popular shells, and some
@@ -2620,7 +2620,7 @@ set of filenames that are tested: when ‘dotglob’ is enabled, the set of
 filenames includes all files beginning with ‘.’, but the filenames ‘.’
 and ‘..’ must be matched by a pattern or sub-pattern that begins with a
 dot; when it is disabled, the set does not include any filenames
-beginning with "."  unless the pattern or sub-pattern begins with a ‘.’.
+beginning with ‘.’ unless the pattern or sub-pattern begins with a ‘.’.
 If the ‘globskipdots’ shell option is enabled, the filenames ‘.’ and
 ‘..’ never appear in the set.  As above, ‘.’ only has a special meaning
 when matching filenames.
@@ -2674,7 +2674,7 @@ redirection refers to the standard input (file descriptor 0).  If the
 first character of the redirection operator is ‘>’, the redirection
 refers to the standard output (file descriptor 1).
 
-   The \fIword\fP following the redirection operator in the following
+   The WORD following the redirection operator in the following
 descriptions, unless otherwise noted, is subjected to brace expansion,
 tilde expansion, parameter and variable expansion, command substitution,
 arithmetic expansion, quote removal, filename expansion, and word
@@ -3408,18 +3408,19 @@ standard.
      greater than or equal to 1.
 
 ‘cd’
-          cd [-L|[-P [-e]]] [-@] [DIRECTORY]
+          cd [-L] [-@] [DIRECTORY]
+          cd -P [-e] [-@] [DIRECTORY]
 
      Change the current working directory to DIRECTORY.  If DIRECTORY is
      not supplied, the value of the ‘HOME’ shell variable is used as
-     DIRECTORY.  If the shell variable ‘CDPATH’ exists, ‘cd’ uses it as
-     a search path: ‘cd’ searches each directory name in ‘CDPATH’ for
-     DIRECTORY, with alternative directory names in ‘CDPATH’ separated
-     by a colon (‘:’).  A null directory name in ‘CDPATH’ means the same
-     thing as the current directory.  If DIRECTORY begins with a slash,
-     ‘CDPATH’ is not used.
-
-     The ‘-P’ option means to not follow symbolic links: symbolic links
+     DIRECTORY.  If the shell variable ‘CDPATH’ exists, and DIRECTORY
+     does not begin with a slash, ‘cd’ uses it as a search path: ‘cd’
+     searches each directory name in ‘CDPATH’ for DIRECTORY, with
+     alternative directory names in ‘CDPATH’ separated by a colon (‘:’).
+     A null directory name in ‘CDPATH’ means the same thing as the
+     current directory.
+
+     The ‘-P’ option means not to follow symbolic links: symbolic links
      are resolved while ‘cd’ is traversing DIRECTORY and before
      processing an instance of ‘..’ in DIRECTORY.
 
@@ -3427,13 +3428,16 @@ standard.
      DIRECTORY are resolved after ‘cd’ processes an instance of ‘..’ in
      DIRECTORY.
 
-     If ‘..’ appears in DIRECTORY, it is processed by removing the
+     If ‘..’ appears in DIRECTORY, ‘cd’ processes it by removing the
      immediately preceding pathname component, back to a slash or the
-     beginning of DIRECTORY.
+     beginning of DIRECTORY, and verifying that the portion of DIRECTORY
+     it has processed to that point is still a valid directory name
+     after removing the pathname component.  If it is not a valid
+     directory name, ‘cd’ returns a non-zero status.
 
-     If the ‘-e’ option is supplied with ‘-P’ and the current working
-     directory cannot be successfully determined after a successful
-     directory change, ‘cd’ will return a non-zero status.
+     If the ‘-e’ option is supplied with ‘-P’ and ‘cd’ cannot
+     successfully determine the current working directory after a
+     successful directory change, it will return a non-zero status.
 
      On systems that support it, the ‘-@’ option presents the extended
      attributes associated with a file as a directory.
@@ -5365,9 +5369,9 @@ This builtin allows you to change additional optional shell behavior.
           completion.
 
      ‘noexpand_translation’
-          If set, Bash encloses the translated results of $"..."
-          quoting in single quotes instead of double quotes.  If the
-          string is not translated, this has no effect.
+          If set, Bash encloses the translated results of $"..." quoting
+          in single quotes instead of double quotes.  If the string is
+          not translated, this has no effect.
 
      ‘nullglob’
           If set, filename expansion patterns which match no files
@@ -5841,7 +5845,7 @@ Variables::).
 
 ‘EPOCHREALTIME’
      Each time this parameter is referenced, it expands to the number of
-     seconds since the Unix Epoch as a floating point value with
+     seconds since the Unix Epoch as a floating-point value with
      micro-second granularity (see the documentation for the C library
      function ‘time’ for the definition of Epoch).  Assignments to
      ‘EPOCHREALTIME’ are ignored.  If ‘EPOCHREALTIME’ is unset, it loses
@@ -5913,12 +5917,15 @@ Variables::).
      value of this variable specifies the sort criteria and sort order
      for the results of filename expansion.  If this variable is unset
      or set to the null string, filename expansion uses the historical
-     behavior of sorting by name.  If set, a valid value begins with an
-     optional ‘+’, which is ignored, or ‘-’, which reverses the sort
-     order from ascending to descending, followed by a sort specifier.
-     The valid sort specifiers are ‘name’, ‘numeric’, ‘size’, ‘mtime’,
-     ‘atime’, ‘ctime’, and ‘blocks’, which sort the files on name, names
-     in numeric rather than lexicographic order, file size, modification
+     behavior of sorting by name, in ascending lexicographic order as
+     determined by the ‘LC_COLLATE’ shell variable.
+
+     If set, a valid value begins with an optional ‘+’, which is
+     ignored, or ‘-’, which reverses the sort order from ascending to
+     descending, followed by a sort specifier.  The valid sort
+     specifiers are ‘name’, ‘numeric’, ‘size’, ‘mtime’, ‘atime’,
+     ‘ctime’, and ‘blocks’, which sort the files on name, names in
+     numeric rather than lexicographic order, file size, modification
      time, access time, inode change time, and number of blocks,
      respectively.  If any of the non-name keys compare as equal (e.g.,
      if two files are the same size), sorting uses the name as a
@@ -5928,14 +5935,14 @@ Variables::).
      order by modification time (newest first).
 
      The ‘numeric’ specifier treats names consisting solely of digits as
-     numbers and sorts them using the numeric value (so "2" will sort
+     numbers and sorts them using their numeric value (so "2" will sort
      before "10", for example).  When using ‘numeric’, names containing
      non-digits sort after all the all-digit names and are sorted by
      name using the traditional behavior.
 
-     A sort specifier of ‘nosort’ disables sorting completely; the
-     results are returned in the order they are read from the file
-     system, and any leading ‘-’ is ignored.
+     A sort specifier of ‘nosort’ disables sorting completely; Bash
+     returns the results in the order they are read from the file
+     system, ignoring any leading ‘-’.
 
      If the sort specifier is missing, it defaults to NAME, so a value
      of ‘+’ is equivalent to the null string, and a value of ‘-’ sorts
@@ -5952,17 +5959,16 @@ Variables::).
 ‘histchars’
      Up to three characters which control history expansion, quick
      substitution, and tokenization (*note History Interaction::).  The
-     first character is the “history expansion” character, that is, the
-     character which signifies the start of a history expansion,
-     normally ‘!’.  The second character is the character which
-     signifies "quick substitution" when seen as the first character on
-     a line, normally ‘^’.  The optional third character is the
-     character which indicates that the remainder of the line is a
-     comment when found as the first character of a word, usually ‘#’.
-     The history comment character causes history substitution to be
-     skipped for the remaining words on the line.  It does not
-     necessarily cause the shell parser to treat the rest of the line as
-     a comment.
+     first character is the “history expansion” character, the character
+     which begins a history expansion, normally ‘!’.  The second
+     character is the character which signifies "quick substitution"
+     when seen as the first character on a line, normally ‘^’.  The
+     optional third character is the character which indicates that the
+     remainder of the line is a comment when found as the first
+     character of a word, usually ‘#’.  The history comment character
+     disables history substitution for the remaining words on the line.
+     It does not necessarily cause the shell parser to treat the rest of
+     the line as a comment.
 
 ‘HISTCMD’
      The history number, or index in the history list, of the current
@@ -6578,7 +6584,7 @@ conforming to the POSIX standard as well.
    When invoked as an interactive login shell, or as a non-interactive
 shell with the ‘--login’ option, it first attempts to read and execute
 commands from ‘/etc/profile’ and ‘~/.profile’, in that order.  The
-‘--noprofile’ option may be used to inhibit this behavior.
+‘--noprofile’ option will inhibit this behavior.
 
    When invoked as an interactive shell with the name ‘sh’, Bash looks
 for the variable ‘ENV’, expands its value if it is defined, and uses the
@@ -6589,8 +6595,8 @@ other startup files, the ‘--rcfile’ option has no effect.
    A non-interactive shell invoked with the name ‘sh’ does not attempt
 to read any other startup files.
 
-   When invoked as ‘sh’, Bash enters POSIX mode after the startup files
-are read.
+   When invoked as ‘sh’, Bash enters POSIX mode after reading the
+startup files.
 
 Invoked in POSIX mode
 .....................
@@ -6610,10 +6616,10 @@ and rarely-seen remote shell daemon, usually ‘rshd’, or the secure shell
 daemon ‘sshd’.  If Bash determines it is being run non-interactively in
 this fashion, it reads and executes commands from ‘~/.bashrc’, if that
 file exists and is readable.  It will not do this if invoked as ‘sh’.
-The ‘--norc’ option may be used to inhibit this behavior, and the
-‘--rcfile’ option will make Bash use a different file instead of
-‘~/.bashrc’, but neither ‘rshd’ nor ‘sshd’ generally invoke the shell
-with those options or allow them to be specified.
+The ‘--norc’ option will inhibit this behavior, and the ‘--rcfile’
+option will make Bash use a different file instead of ‘~/.bashrc’, but
+neither ‘rshd’ nor ‘sshd’ generally invoke the shell with those options
+or allow them to be specified.
 
 Invoked with unequal effective and real UID/GIDs
 ................................................
@@ -6787,10 +6793,10 @@ numeric, and file attribute comparisons.
 expressions.  If the operating system on which Bash is running provides
 these special files, Bash will use them; otherwise it will emulate them
 internally with this behavior: If the FILE argument to one of the
-primaries is of the form ‘/dev/fd/N’, then file descriptor N is checked.
-If the FILE argument to one of the primaries is one of ‘/dev/stdin’,
-‘/dev/stdout’, or ‘/dev/stderr’, file descriptor 0, 1, or 2,
-respectively, is checked.
+primaries is of the form ‘/dev/fd/N’, then Bash checks file descriptor
+N.  If the FILE argument to one of the primaries is one of ‘/dev/stdin’,
+‘/dev/stdout’, or ‘/dev/stderr’, Bash checks file descriptor 0, 1, or 2,
+respectively.
 
    When used with ‘[[’, the ‘<’ and ‘>’ operators sort lexicographically
 using the current locale.  The ‘test’ command uses ASCII ordering.
@@ -6997,9 +7003,9 @@ levels are listed in order of decreasing precedence.
    Shell variables are allowed as operands; parameter expansion is
 performed before the expression is evaluated.  Within an expression,
 shell variables may also be referenced by name without using the
-parameter expansion syntax.  This means you can use .Q x , where \fIx\fP
-is a shell variable name, in an arithmetic expression, and the shell
-will evaluate its value as an expression and use the result.  A shell
+parameter expansion syntax.  This means you can use X, where X is a
+shell variable name, in an arithmetic expression, and the shell will
+evaluate its value as an expression and use the result.  A shell
 variable that is null or unset evaluates to 0 when referenced by name in
 an expression.
 
@@ -7663,6 +7669,9 @@ startup files.
 
   27. Bash permanently removes jobs from the jobs table after notifying
      the user of their termination via the ‘wait’ or ‘jobs’ builtins.
+     It removes the job from the jobs list after notifying the user of
+     its termination, but the status is still available via ‘wait’, as
+     long as ‘wait’ is supplied a PID argument.
 
   28. The ‘vi’ editing mode will invoke the ‘vi’ editor directly when
      the ‘v’ command is run, instead of checking ‘$VISUAL’ and
@@ -7855,7 +7864,7 @@ startup files.
      The trap command is run once for each child that exits.
 
   75. Bash removes an exited background process's status from the list
-     of such statuses after the ‘wait’ builtin is used to obtain it.
+     of such statuses after the ‘wait’ builtin returns it.
 
    There is other POSIX behavior that Bash does not implement by default
 even when in POSIX mode.  Specifically:
@@ -7998,13 +8007,13 @@ required for bash-5.1 and later versions.
           like ‘a[@]’.  Bash-5.2 will unset an element with key ‘@’
           (associative arrays) or remove all the elements without
           unsetting the array (indexed arrays).
-        • Arithmetic commands ( ((...))  )  and the expressions in an
+        • Arithmetic commands ( ((...)) ) and the expressions in an
           arithmetic for statement can be expanded more than once.
         • Expressions used as arguments to arithmetic operators in the
           ‘[[’ conditional command can be expanded more than once.
         • The expressions in substring parameter brace expansion can be
           expanded more than once.
-        • The expressions in the $(( ...  ))  word expansion can be
+        • The expressions in the $(( ... )) word expansion can be
           expanded more than once.
         • Arithmetic expressions used as indexed array subscripts can be
           expanded more than once.
@@ -8142,7 +8151,7 @@ about changes in a job's status so as to not interrupt any other output,
 though it will notify of changes in a job's status after a foreground
 command in a list completes, before executing the next command in the
 list.  If the ‘-b’ option to the ‘set’ builtin is enabled, Bash reports
-such changes immediately (*note The Set Builtin::).  Bash executes any
+status changes immediately (*note The Set Builtin::).  Bash executes any
 trap on ‘SIGCHLD’ for each child process that terminates.
 
    When a job terminates and Bash notifies the user about it, Bash
@@ -8378,27 +8387,26 @@ File: bashref.info,  Node: Introduction and Notation,  Next: Readline Interactio
 8.1 Introduction to Line Editing
 ================================
 
-The following paragraphs describe the notation used to represent
-keystrokes.
+The following paragraphs use Emacs style to describe the notation used
+to represent keystrokes.
 
    The text ‘C-k’ is read as 'Control-K' and describes the character
 produced when the <k> key is pressed while the Control key is depressed.
 
    The text ‘M-k’ is read as 'Meta-K' and describes the character
 produced when the Meta key (if you have one) is depressed, and the <k>
-key is pressed (a “meta character”).  The Meta key is labeled <ALT> on
-many keyboards.  On keyboards with two keys labeled <ALT> (usually to
-either side of the space bar), the <ALT> on the left side is generally
-set to work as a Meta key.  The <ALT> key on the right may also be
-configured to work as a Meta key or may be configured as some other
-modifier, such as a Compose key for typing accented characters.
-
-   On some keyboards, the Meta key modifier produces meta characters
-with the eighth bit (0200) set.  You can use the ‘enable-meta-key’
-variable to control whether or not it does this, if the keyboard allows
-it.  On many others, the terminal or terminal emulator converts the
-metafied key to a key sequence beginning with <ESC> as described in the
-next paragraph.
+key is pressed (a “meta character”), then both are released.  The Meta
+key is labeled <ALT> or <Option> on many keyboards.  On keyboards with
+two keys labeled <ALT> (usually to either side of the space bar), the
+<ALT> on the left side is generally set to work as a Meta key.  One of
+the <ALT> keys may also be configured as some other modifier, such as a
+Compose key for typing accented characters.
+
+   On some keyboards, the Meta key modifier produces characters with the
+eighth bit (0200) set.  You can use the ‘enable-meta-key’ variable to
+control whether or not it does this, if the keyboard allows it.  On many
+others, the terminal or terminal emulator converts the metafied key to a
+key sequence beginning with <ESC> as described in the next paragraph.
 
    If you do not have a Meta or <ALT> key, or another key working as a
 Meta key, you can generally achieve the latter effect by typing <ESC>
@@ -8643,7 +8651,7 @@ keybindings.  Any user can customize programs that use Readline by
 putting commands in an “inputrc” file, conventionally in their home
 directory.  The name of this file is taken from the value of the shell
 variable ‘INPUTRC’.  If that variable is unset, the default is
-‘~/.inputrc’.  If that file does not exist or cannot be read, readline
+‘~/.inputrc’.  If that file does not exist or cannot be read, Readline
 looks for ‘/etc/inputrc’.  The ‘bind’ builtin command can also be used
 to set Readline keybindings and variables.  *Note Bash Builtins::.
 
@@ -8748,9 +8756,9 @@ Variable Settings
           different color.  The color definitions are taken from the
           value of the ‘LS_COLORS’ environment variable.  If there is a
           color definition in ‘LS_COLORS’ for the custom suffix
-          ‘readline-colored-completion-prefix’, Readline uses this color
-          for the common prefix instead of its default.  The default is
-          ‘off’.
+          ‘.readline-colored-completion-prefix’, Readline uses this
+          color for the common prefix instead of its default.  The
+          default is ‘off’.
 
      ‘colored-stats’
           If set to ‘on’, Readline displays possible completions using
@@ -8783,7 +8791,7 @@ Variable Settings
      ‘completion-prefix-display-length’
           The maximum length in characters of the common prefix of a
           list of possible completions that is displayed without
-          modification.  When set to a value greater than zero, readline
+          modification.  When set to a value greater than zero, Readline
           replaces common prefixes longer than this value with an
           ellipsis when displaying possible completions.
 
@@ -8882,7 +8890,7 @@ Variable Settings
           key sequences containing ‘\M-’ or ‘Meta-’ (see ‘Key Bindings’
           in *note Readline Init File Syntax::) by converting a key
           sequence of the form ‘\M-’C or ‘Meta-’C to the two-character
-          sequence ‘ESC’C (adding the meta prefix).  If
+          sequence ‘ESC’ C (adding the meta prefix).  If
           ‘force-meta-prefix’ is set to ‘off’ (the default), Readline
           uses the value of the ‘convert-meta’ variable to determine
           whether to perform this conversion: if ‘convert-meta’ is ‘on’,
@@ -9043,7 +9051,7 @@ Variable Settings
           If set to ‘on’, this alters the default completion behavior
           when inserting a single match into the line.  It's only active
           when performing completion in the middle of a word.  If
-          enabled, readline does not insert characters from the
+          enabled, Readline does not insert characters from the
           completion that match characters after point in the word being
           completed, so portions of the word following the cursor are
           not duplicated.  For instance, if this is enabled, attempting
@@ -9417,9 +9425,10 @@ sequence are unbound by default.
 position, and “mark” refers to a cursor position saved by the ‘set-mark’
 command.  The text between the point and mark is referred to as the
 “region”.  Readline has the concept of an _active region_: when the
-region is active, Readline redisplay uses the value of the
-‘active-region-start-color’ variable to denote the region.  Several
-commands set the region to active; those are noted below.
+region is active, Readline redisplay highlights the region using the
+value of the ‘active-region-start-color’ variable.  The
+‘enable-active-region’ variable turns this on and off.  Several commands
+set the region to active; those are noted below.
 
 \1f
 File: bashref.info,  Node: Commands For Moving,  Next: Commands For History,  Up: Bindable Readline Commands
@@ -10005,7 +10014,7 @@ File: bashref.info,  Node: Miscellaneous Commands,  Prev: Keyboard Macros,  Up:
      default.
 
 ‘execute-named-command (M-x)’
-     Read a bindable readline command name from the input and execute
+     Read a bindable Readline command name from the input and execute
      the function to which it's bound, as if the key sequence to which
      it was bound appeared in the input.  If this function is supplied
      with a numeric argument, it passes that argument to the function it
@@ -10094,7 +10103,7 @@ File: bashref.info,  Node: Programmable Completion,  Next: Programmable Completi
 When the user attempts word completion for an argument to a command for
 which a completion specification (a “compspec”) has been defined using
 the ‘complete’ builtin (*note Programmable Completion Builtins::),
-\fBreadline\fP invokes the programmable completion facilities.
+Readline invokes the programmable completion facilities.
 
    First, Bash identifies the command name.  If a compspec has been
 defined for that command, the compspec is used to generate the list of
@@ -10495,7 +10504,7 @@ happening.
      other supplied options should apply to "empty" command completion;
      and the ‘-I’ option indicates that other supplied options should
      apply to completion on the initial word on the line.  These are
-     determined in the same way as the \fBcomplete\fP builtin.
+     determined in the same way as the ‘complete’ builtin.
 
      If multiple options are supplied, the ‘-D’ option takes precedence
      over ‘-E’, and both take precedence over ‘-I’
@@ -11255,7 +11264,7 @@ you want the object files and executables to go and run the ‘configure’
 script from the source directory (*note Basic Installation::).  You may
 need to supply the ‘--srcdir=PATH’ argument to tell ‘configure’ where
 the source files are.  ‘configure’ automatically checks for the source
-code in the directory that ‘configure’ is in and in '..'.
+code in the directory that ‘configure’ is in and in ‘..’.
 
    If you have to use a ‘make’ that does not support the ‘VPATH’
 variable, you can compile Bash for one architecture at a time in the
@@ -12646,7 +12655,7 @@ D.1 Index of Shell Builtin Commands
 * .:                                     Bourne Shell Builtins.
                                                               (line  17)
 * [:                                     Bourne Shell Builtins.
-                                                              (line 333)
+                                                              (line 337)
 * alias:                                 Bash Builtins.       (line  11)
 * bg:                                    Job Control Builtins.
                                                               (line   7)
@@ -12665,7 +12674,7 @@ D.1 Index of Shell Builtin Commands
 * compopt:                               Programmable Completion Builtins.
                                                               (line 257)
 * continue:                              Bourne Shell Builtins.
-                                                              (line 102)
+                                                              (line 106)
 * declare:                               Bash Builtins.       (line 179)
 * dirs:                                  Directory Stack Builtins.
                                                               (line   7)
@@ -12674,23 +12683,23 @@ D.1 Index of Shell Builtin Commands
 * echo:                                  Bash Builtins.       (line 284)
 * enable:                                Bash Builtins.       (line 337)
 * eval:                                  Bourne Shell Builtins.
-                                                              (line 111)
+                                                              (line 115)
 * exec:                                  Bourne Shell Builtins.
-                                                              (line 119)
+                                                              (line 123)
 * exit:                                  Bourne Shell Builtins.
-                                                              (line 141)
+                                                              (line 145)
 * export:                                Bourne Shell Builtins.
-                                                              (line 148)
+                                                              (line 152)
 * false:                                 Bourne Shell Builtins.
-                                                              (line 170)
+                                                              (line 174)
 * fc:                                    Bash History Builtins.
                                                               (line  10)
 * fg:                                    Job Control Builtins.
                                                               (line  17)
 * getopts:                               Bourne Shell Builtins.
-                                                              (line 175)
+                                                              (line 179)
 * hash:                                  Bourne Shell Builtins.
-                                                              (line 226)
+                                                              (line 230)
 * help:                                  Bash Builtins.       (line 374)
 * history:                               Bash History Builtins.
                                                               (line  59)
@@ -12708,36 +12717,36 @@ D.1 Index of Shell Builtin Commands
 * pushd:                                 Directory Stack Builtins.
                                                               (line  70)
 * pwd:                                   Bourne Shell Builtins.
-                                                              (line 258)
+                                                              (line 262)
 * read:                                  Bash Builtins.       (line 548)
 * readarray:                             Bash Builtins.       (line 659)
 * readonly:                              Bourne Shell Builtins.
-                                                              (line 270)
+                                                              (line 274)
 * return:                                Bourne Shell Builtins.
-                                                              (line 295)
+                                                              (line 299)
 * set:                                   The Set Builtin.     (line  11)
 * shift:                                 Bourne Shell Builtins.
-                                                              (line 320)
+                                                              (line 324)
 * shopt:                                 The Shopt Builtin.   (line   9)
 * source:                                Bash Builtins.       (line 668)
 * suspend:                               Job Control Builtins.
                                                               (line 139)
 * test:                                  Bourne Shell Builtins.
-                                                              (line 333)
+                                                              (line 337)
 * times:                                 Bourne Shell Builtins.
-                                                              (line 433)
+                                                              (line 437)
 * trap:                                  Bourne Shell Builtins.
-                                                              (line 439)
+                                                              (line 443)
 * true:                                  Bourne Shell Builtins.
-                                                              (line 505)
+                                                              (line 509)
 * type:                                  Bash Builtins.       (line 673)
 * typeset:                               Bash Builtins.       (line 710)
 * ulimit:                                Bash Builtins.       (line 716)
 * umask:                                 Bourne Shell Builtins.
-                                                              (line 510)
+                                                              (line 514)
 * unalias:                               Bash Builtins.       (line 824)
 * unset:                                 Bourne Shell Builtins.
-                                                              (line 528)
+                                                              (line 532)
 * wait:                                  Job Control Builtins.
                                                               (line  86)
 
@@ -12908,57 +12917,57 @@ D.3 Parameter and Variable Index
 * FUNCNEST:                              Bash Variables.      (line 363)
 * GLOBIGNORE:                            Bash Variables.      (line 368)
 * GLOBSORT:                              Bash Variables.      (line 375)
-* GROUPS:                                Bash Variables.      (line 410)
-* histchars:                             Bash Variables.      (line 416)
-* HISTCMD:                               Bash Variables.      (line 431)
-* HISTCONTROL:                           Bash Variables.      (line 437)
-* HISTFILE:                              Bash Variables.      (line 455)
-* HISTFILESIZE:                          Bash Variables.      (line 461)
-* HISTIGNORE:                            Bash Variables.      (line 472)
+* GROUPS:                                Bash Variables.      (line 413)
+* histchars:                             Bash Variables.      (line 419)
+* HISTCMD:                               Bash Variables.      (line 433)
+* HISTCONTROL:                           Bash Variables.      (line 439)
+* HISTFILE:                              Bash Variables.      (line 457)
+* HISTFILESIZE:                          Bash Variables.      (line 463)
+* HISTIGNORE:                            Bash Variables.      (line 474)
 * history-preserve-point:                Readline Init File Syntax.
                                                               (line 232)
 * history-size:                          Readline Init File Syntax.
                                                               (line 238)
-* HISTSIZE:                              Bash Variables.      (line 496)
-* HISTTIMEFORMAT:                        Bash Variables.      (line 503)
+* HISTSIZE:                              Bash Variables.      (line 498)
+* HISTTIMEFORMAT:                        Bash Variables.      (line 505)
 * HOME:                                  Bourne Shell Variables.
                                                               (line  13)
 * horizontal-scroll-mode:                Readline Init File Syntax.
                                                               (line 248)
-* HOSTFILE:                              Bash Variables.      (line 512)
-* HOSTNAME:                              Bash Variables.      (line 523)
-* HOSTTYPE:                              Bash Variables.      (line 526)
+* HOSTFILE:                              Bash Variables.      (line 514)
+* HOSTNAME:                              Bash Variables.      (line 525)
+* HOSTTYPE:                              Bash Variables.      (line 528)
 * IFS:                                   Bourne Shell Variables.
                                                               (line  18)
-* IGNOREEOF:                             Bash Variables.      (line 529)
+* IGNOREEOF:                             Bash Variables.      (line 531)
 * input-meta:                            Readline Init File Syntax.
                                                               (line 256)
-* INPUTRC:                               Bash Variables.      (line 538)
-* INSIDE_EMACS:                          Bash Variables.      (line 542)
+* INPUTRC:                               Bash Variables.      (line 540)
+* INSIDE_EMACS:                          Bash Variables.      (line 544)
 * isearch-terminators:                   Readline Init File Syntax.
                                                               (line 267)
 * keymap:                                Readline Init File Syntax.
                                                               (line 274)
 * LANG:                                  Creating Internationalized Scripts.
                                                               (line  51)
-* LANG <1>:                              Bash Variables.      (line 548)
-* LC_ALL:                                Bash Variables.      (line 552)
-* LC_COLLATE:                            Bash Variables.      (line 556)
-* LC_CTYPE:                              Bash Variables.      (line 563)
+* LANG <1>:                              Bash Variables.      (line 550)
+* LC_ALL:                                Bash Variables.      (line 554)
+* LC_COLLATE:                            Bash Variables.      (line 558)
+* LC_CTYPE:                              Bash Variables.      (line 565)
 * LC_MESSAGES:                           Creating Internationalized Scripts.
                                                               (line  51)
-* LC_MESSAGES <1>:                       Bash Variables.      (line 568)
-* LC_NUMERIC:                            Bash Variables.      (line 572)
-* LC_TIME:                               Bash Variables.      (line 576)
-* LINENO:                                Bash Variables.      (line 580)
-* LINES:                                 Bash Variables.      (line 587)
-* MACHTYPE:                              Bash Variables.      (line 593)
+* LC_MESSAGES <1>:                       Bash Variables.      (line 570)
+* LC_NUMERIC:                            Bash Variables.      (line 574)
+* LC_TIME:                               Bash Variables.      (line 578)
+* LINENO:                                Bash Variables.      (line 582)
+* LINES:                                 Bash Variables.      (line 589)
+* MACHTYPE:                              Bash Variables.      (line 595)
 * MAIL:                                  Bourne Shell Variables.
                                                               (line  24)
-* MAILCHECK:                             Bash Variables.      (line 597)
+* MAILCHECK:                             Bash Variables.      (line 599)
 * MAILPATH:                              Bourne Shell Variables.
                                                               (line  29)
-* MAPFILE:                               Bash Variables.      (line 605)
+* MAPFILE:                               Bash Variables.      (line 607)
 * mark-modified-lines:                   Readline Init File Syntax.
                                                               (line 304)
 * mark-symlinked-directories:            Readline Init File Syntax.
@@ -12969,46 +12978,46 @@ D.3 Parameter and Variable Index
                                                               (line 321)
 * meta-flag:                             Readline Init File Syntax.
                                                               (line 256)
-* OLDPWD:                                Bash Variables.      (line 609)
+* OLDPWD:                                Bash Variables.      (line 611)
 * OPTARG:                                Bourne Shell Variables.
                                                               (line  36)
-* OPTERR:                                Bash Variables.      (line 612)
+* OPTERR:                                Bash Variables.      (line 614)
 * OPTIND:                                Bourne Shell Variables.
                                                               (line  40)
-* OSTYPE:                                Bash Variables.      (line 617)
+* OSTYPE:                                Bash Variables.      (line 619)
 * output-meta:                           Readline Init File Syntax.
                                                               (line 326)
 * page-completions:                      Readline Init File Syntax.
                                                               (line 335)
 * PATH:                                  Bourne Shell Variables.
                                                               (line  44)
-* PIPESTATUS:                            Bash Variables.      (line 620)
-* POSIXLY_CORRECT:                       Bash Variables.      (line 626)
-* PPID:                                  Bash Variables.      (line 636)
-* PROMPT_COMMAND:                        Bash Variables.      (line 640)
-* PROMPT_DIRTRIM:                        Bash Variables.      (line 646)
-* PS0:                                   Bash Variables.      (line 652)
+* PIPESTATUS:                            Bash Variables.      (line 622)
+* POSIXLY_CORRECT:                       Bash Variables.      (line 628)
+* PPID:                                  Bash Variables.      (line 638)
+* PROMPT_COMMAND:                        Bash Variables.      (line 642)
+* PROMPT_DIRTRIM:                        Bash Variables.      (line 648)
+* PS0:                                   Bash Variables.      (line 654)
 * PS1:                                   Bourne Shell Variables.
                                                               (line  53)
 * PS2:                                   Bourne Shell Variables.
                                                               (line  58)
-* PS3:                                   Bash Variables.      (line 657)
-* PS4:                                   Bash Variables.      (line 662)
-* PWD:                                   Bash Variables.      (line 670)
-* RANDOM:                                Bash Variables.      (line 673)
-* READLINE_ARGUMENT:                     Bash Variables.      (line 681)
-* READLINE_LINE:                         Bash Variables.      (line 685)
-* READLINE_MARK:                         Bash Variables.      (line 689)
-* READLINE_POINT:                        Bash Variables.      (line 695)
-* REPLY:                                 Bash Variables.      (line 699)
+* PS3:                                   Bash Variables.      (line 659)
+* PS4:                                   Bash Variables.      (line 664)
+* PWD:                                   Bash Variables.      (line 672)
+* RANDOM:                                Bash Variables.      (line 675)
+* READLINE_ARGUMENT:                     Bash Variables.      (line 683)
+* READLINE_LINE:                         Bash Variables.      (line 687)
+* READLINE_MARK:                         Bash Variables.      (line 691)
+* READLINE_POINT:                        Bash Variables.      (line 697)
+* REPLY:                                 Bash Variables.      (line 701)
 * revert-all-at-newline:                 Readline Init File Syntax.
                                                               (line 348)
 * search-ignore-case:                    Readline Init File Syntax.
                                                               (line 355)
-* SECONDS:                               Bash Variables.      (line 703)
-* SHELL:                                 Bash Variables.      (line 713)
-* SHELLOPTS:                             Bash Variables.      (line 718)
-* SHLVL:                                 Bash Variables.      (line 727)
+* SECONDS:                               Bash Variables.      (line 705)
+* SHELL:                                 Bash Variables.      (line 715)
+* SHELLOPTS:                             Bash Variables.      (line 720)
+* SHLVL:                                 Bash Variables.      (line 729)
 * show-all-if-ambiguous:                 Readline Init File Syntax.
                                                               (line 360)
 * show-all-if-unmodified:                Readline Init File Syntax.
@@ -13017,15 +13026,15 @@ D.3 Parameter and Variable Index
                                                               (line 375)
 * skip-completed-text:                   Readline Init File Syntax.
                                                               (line 381)
-* SRANDOM:                               Bash Variables.      (line 732)
+* SRANDOM:                               Bash Variables.      (line 734)
 * TEXTDOMAIN:                            Creating Internationalized Scripts.
                                                               (line  51)
 * TEXTDOMAINDIR:                         Creating Internationalized Scripts.
                                                               (line  51)
-* TIMEFORMAT:                            Bash Variables.      (line 741)
-* TMOUT:                                 Bash Variables.      (line 780)
-* TMPDIR:                                Bash Variables.      (line 792)
-* UID:                                   Bash Variables.      (line 796)
+* TIMEFORMAT:                            Bash Variables.      (line 743)
+* TMOUT:                                 Bash Variables.      (line 782)
+* TMPDIR:                                Bash Variables.      (line 794)
+* UID:                                   Bash Variables.      (line 798)
 * vi-cmd-mode-string:                    Readline Init File Syntax.
                                                               (line 394)
 * vi-ins-mode-string:                    Readline Init File Syntax.
@@ -13459,97 +13468,97 @@ Node: Process Substitution\7f106061
 Node: Word Splitting\7f107180
 Node: Filename Expansion\7f109280
 Node: Pattern Matching\7f112551
-Node: Quote Removal\7f117888
-Node: Redirections\7f118195
-Node: Executing Commands\7f128413
-Node: Simple Command Expansion\7f129083
-Node: Command Search and Execution\7f131194
-Node: Command Execution Environment\7f133641
-Node: Environment\7f137092
-Node: Exit Status\7f138998
-Node: Signals\7f141059
-Node: Shell Scripts\7f144960
-Node: Shell Builtin Commands\7f148261
-Node: Bourne Shell Builtins\7f150375
-Node: Bash Builtins\7f176679
-Node: Modifying Shell Behavior\7f213130
-Node: The Set Builtin\7f213475
-Node: The Shopt Builtin\7f225414
-Node: Special Builtins\7f242469
-Node: Shell Variables\7f243461
-Node: Bourne Shell Variables\7f243898
-Node: Bash Variables\7f246409
-Node: Bash Features\7f284669
-Node: Invoking Bash\7f285686
-Node: Bash Startup Files\7f292115
-Node: Interactive Shells\7f297431
-Node: What is an Interactive Shell?\7f297842
-Node: Is this Shell Interactive?\7f298507
-Node: Interactive Shell Behavior\7f299334
-Node: Bash Conditional Expressions\7f303098
-Node: Shell Arithmetic\7f308318
-Node: Aliases\7f311660
-Node: Arrays\7f314798
-Node: The Directory Stack\7f321864
-Node: Directory Stack Builtins\7f322664
-Node: Controlling the Prompt\7f327112
-Node: The Restricted Shell\7f329999
-Node: Bash POSIX Mode\7f332884
-Node: Shell Compatibility Mode\7f351028
-Node: Job Control\7f360042
-Node: Job Control Basics\7f360502
-Node: Job Control Builtins\7f366781
-Node: Job Control Variables\7f373466
-Node: Command Line Editing\7f374700
-Node: Introduction and Notation\7f376406
-Node: Readline Interaction\7f378759
-Node: Readline Bare Essentials\7f379950
-Node: Readline Movement Commands\7f381761
-Node: Readline Killing Commands\7f382760
-Node: Readline Arguments\7f384786
-Node: Searching\7f385846
-Node: Readline Init File\7f388110
-Node: Readline Init File Syntax\7f389417
-Node: Conditional Init Constructs\7f416166
-Node: Sample Init File\7f420554
-Node: Bindable Readline Commands\7f423678
-Node: Commands For Moving\7f425153
-Node: Commands For History\7f427383
-Node: Commands For Text\7f432639
-Node: Commands For Killing\7f436767
-Node: Numeric Arguments\7f439558
-Node: Commands For Completion\7f440713
-Node: Keyboard Macros\7f445216
-Node: Miscellaneous Commands\7f445920
-Node: Readline vi Mode\7f452476
-Node: Programmable Completion\7f453456
-Node: Programmable Completion Builtins\7f461511
-Node: A Programmable Completion Example\7f473179
-Node: Using History Interactively\7f478527
-Node: Bash History Facilities\7f479211
-Node: Bash History Builtins\7f482949
-Node: History Interaction\7f489423
-Node: Event Designators\7f494380
-Node: Word Designators\7f495961
-Node: Modifiers\7f498272
-Node: Installing Bash\7f500216
-Node: Basic Installation\7f501335
-Node: Compilers and Options\7f505214
-Node: Compiling For Multiple Architectures\7f505967
-Node: Installation Names\7f507719
-Node: Specifying the System Type\7f509956
-Node: Sharing Defaults\7f510705
-Node: Operation Controls\7f511422
-Node: Optional Features\7f512444
-Node: Reporting Bugs\7f524827
-Node: Major Differences From The Bourne Shell\7f526188
-Node: GNU Free Documentation License\7f547611
-Node: Indexes\7f572791
-Node: Builtin Index\7f573245
-Node: Reserved Word Index\7f580346
-Node: Variable Index\7f582794
-Node: Function Index\7f600210
-Node: Concept Index\7f614069
+Node: Quote Removal\7f117891
+Node: Redirections\7f118198
+Node: Executing Commands\7f128410
+Node: Simple Command Expansion\7f129080
+Node: Command Search and Execution\7f131191
+Node: Command Execution Environment\7f133638
+Node: Environment\7f137089
+Node: Exit Status\7f138995
+Node: Signals\7f141056
+Node: Shell Scripts\7f144957
+Node: Shell Builtin Commands\7f148258
+Node: Bourne Shell Builtins\7f150372
+Node: Bash Builtins\7f176925
+Node: Modifying Shell Behavior\7f213376
+Node: The Set Builtin\7f213721
+Node: The Shopt Builtin\7f225660
+Node: Special Builtins\7f242715
+Node: Shell Variables\7f243707
+Node: Bourne Shell Variables\7f244144
+Node: Bash Variables\7f246655
+Node: Bash Features\7f284967
+Node: Invoking Bash\7f285984
+Node: Bash Startup Files\7f292413
+Node: Interactive Shells\7f297708
+Node: What is an Interactive Shell?\7f298119
+Node: Is this Shell Interactive?\7f298784
+Node: Interactive Shell Behavior\7f299611
+Node: Bash Conditional Expressions\7f303375
+Node: Shell Arithmetic\7f308597
+Node: Aliases\7f311929
+Node: Arrays\7f315067
+Node: The Directory Stack\7f322133
+Node: Directory Stack Builtins\7f322933
+Node: Controlling the Prompt\7f327381
+Node: The Restricted Shell\7f330268
+Node: Bash POSIX Mode\7f333153
+Node: Shell Compatibility Mode\7f351485
+Node: Job Control\7f360495
+Node: Job Control Basics\7f360955
+Node: Job Control Builtins\7f367236
+Node: Job Control Variables\7f373921
+Node: Command Line Editing\7f375155
+Node: Introduction and Notation\7f376861
+Node: Readline Interaction\7f379216
+Node: Readline Bare Essentials\7f380407
+Node: Readline Movement Commands\7f382218
+Node: Readline Killing Commands\7f383217
+Node: Readline Arguments\7f385243
+Node: Searching\7f386303
+Node: Readline Init File\7f388567
+Node: Readline Init File Syntax\7f389874
+Node: Conditional Init Constructs\7f416625
+Node: Sample Init File\7f421013
+Node: Bindable Readline Commands\7f424137
+Node: Commands For Moving\7f425678
+Node: Commands For History\7f427908
+Node: Commands For Text\7f433164
+Node: Commands For Killing\7f437292
+Node: Numeric Arguments\7f440083
+Node: Commands For Completion\7f441238
+Node: Keyboard Macros\7f445741
+Node: Miscellaneous Commands\7f446445
+Node: Readline vi Mode\7f453001
+Node: Programmable Completion\7f453981
+Node: Programmable Completion Builtins\7f462030
+Node: A Programmable Completion Example\7f473698
+Node: Using History Interactively\7f479046
+Node: Bash History Facilities\7f479730
+Node: Bash History Builtins\7f483468
+Node: History Interaction\7f489942
+Node: Event Designators\7f494899
+Node: Word Designators\7f496480
+Node: Modifiers\7f498791
+Node: Installing Bash\7f500735
+Node: Basic Installation\7f501854
+Node: Compilers and Options\7f505733
+Node: Compiling For Multiple Architectures\7f506486
+Node: Installation Names\7f508242
+Node: Specifying the System Type\7f510479
+Node: Sharing Defaults\7f511228
+Node: Operation Controls\7f511945
+Node: Optional Features\7f512967
+Node: Reporting Bugs\7f525350
+Node: Major Differences From The Bourne Shell\7f526711
+Node: GNU Free Documentation License\7f548134
+Node: Indexes\7f573314
+Node: Builtin Index\7f573768
+Node: Reserved Word Index\7f580869
+Node: Variable Index\7f583317
+Node: Function Index\7f600733
+Node: Concept Index\7f614592
 \1f
 End Tag Table
 
index 9a5db7bfdde21e3813a6897278dee2cbbbfb50ef..6a57ed672f3fa2a2b8487cfcda37478d92fa9169 100644 (file)
@@ -1,11 +1,11 @@
-This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/MacPorts 2024.70613_0) (preloaded format=pdfetex 2024.4.9)  14 OCT 2024 17:00
+This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/MacPorts 2024.70613_0) (preloaded format=pdfetex 2024.4.9)  18 OCT 2024 12:02
 entering extended mode
  restricted \write18 enabled.
  file:line:error style messages enabled.
  %&-line parsing enabled.
-**\input /usr/local/src/bash/bash-20241012/doc/bashref.texi
-(/usr/local/src/bash/bash-20241012/doc/bashref.texi
-(/usr/local/src/bash/bash-20241012/doc/texinfo.tex
+**\input /usr/local/src/bash/bash-20241015/doc/bashref.texi
+(/usr/local/src/bash/bash-20241015/doc/bashref.texi
+(/usr/local/src/bash/bash-20241015/doc/texinfo.tex
 Loading texinfo [version 2015-11-22.14]:
 \outerhsize=\dimen16
 \outervsize=\dimen17
@@ -161,15 +161,15 @@ This is `epsf.tex' v2.7.4 <14 February 2011>
 texinfo.tex: doing @include of version.texi
 
 
-(/usr/local/src/bash/bash-20241012/doc/version.texi) [1{/opt/local/var/db/texmf
+(/usr/local/src/bash/bash-20241015/doc/version.texi) [1{/opt/local/var/db/texmf
 /fonts/map/pdftex/updmap/pdftex.map}] [2]
-(/usr/local/build/bash/bash-20241012/doc/bashref.toc [-1] [-2] [-3]) [-4]
-(/usr/local/build/bash/bash-20241012/doc/bashref.toc)
-(/usr/local/build/bash/bash-20241012/doc/bashref.toc) Chapter 1
+(/usr/local/build/bash/bash-20241015/doc/bashref.toc [-1] [-2] [-3]) [-4]
+(/usr/local/build/bash/bash-20241015/doc/bashref.toc)
+(/usr/local/build/bash/bash-20241015/doc/bashref.toc) Chapter 1
 \openout0 = `bashref.toc'.
 
 
-(/usr/local/build/bash/bash-20241012/doc/bashref.aux)
+(/usr/local/build/bash/bash-20241015/doc/bashref.aux)
 \openout1 = `bashref.aux'.
 
  [1] Chapter 2 [2]
@@ -231,7 +231,7 @@ e/fonts/enc/dvips/cm-super/cm-super-t1.enc}] [20] [21] [22] [23] [24]
  [50] [51] [52]
 [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67]
 [68] [69] [70]
-Overfull \hbox (38.26585pt too wide) in paragraph at lines 5703--5703
+Overfull \hbox (38.26585pt too wide) in paragraph at lines 5710--5710
  []@texttt set [-abefhkmnptuvxBCEHPT] [-o @textttsl option-name@texttt ] [--] [
 -] [@textttsl ar-gu-ment []@texttt ][] 
 
@@ -244,7 +244,7 @@ Overfull \hbox (38.26585pt too wide) in paragraph at lines 5703--5703
 .etc.
 
 
-Overfull \hbox (38.26585pt too wide) in paragraph at lines 5704--5704
+Overfull \hbox (38.26585pt too wide) in paragraph at lines 5711--5711
  []@texttt set [+abefhkmnptuvxBCEHPT] [+o @textttsl option-name@texttt ] [--] [
 -] [@textttsl ar-gu-ment []@texttt ][] 
 
@@ -264,7 +264,7 @@ Chapter 7 [122] [123] [124] [125] [126]
 texinfo.tex: doing @include of rluser.texi
 
 
-(/usr/local/src/bash/bash-20241012/lib/readline/doc/rluser.texi Chapter 8
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rluser.texi Chapter 8
 [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138]
 Underfull \hbox (badness 7540) in paragraph at lines 959--965
  []@textrm In the ex-am-ple above, @textttsl C-u[] @textrm is bound to the func
@@ -313,10 +313,10 @@ gnored[]
 texinfo.tex: doing @include of hsuser.texi
 
 
-(/usr/local/src/bash/bash-20241012/lib/readline/doc/hsuser.texi Chapter 9
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/hsuser.texi Chapter 9
 [164] [165] [166] [167] [168] [169] [170]) Chapter 10 [171] [172] [173]
 [174] [175]
-Underfull \hbox (badness 10000) in paragraph at lines 10347--10356
+Underfull \hbox (badness 10000) in paragraph at lines 10360--10369
 []@textrm All of the fol-low-ing op-tions ex-cept for `@texttt alt-array-implem
 entation[]@textrm '[],
 
@@ -329,7 +329,7 @@ entation[]@textrm '[],
 .etc.
 
 
-Underfull \hbox (badness 10000) in paragraph at lines 10347--10356
+Underfull \hbox (badness 10000) in paragraph at lines 10360--10369
 @textrm `@texttt disabled-builtins[]@textrm '[], `@texttt direxpand-default[]@t
 extrm '[], `@texttt strict-posix-default[]@textrm '[], and
 
@@ -346,13 +346,13 @@ extrm '[], `@texttt strict-posix-default[]@textrm '[], and
 texinfo.tex: doing @include of fdl.texi
 
 
-(/usr/local/src/bash/bash-20241012/doc/fdl.texi [189] [190] [191] [192]
+(/usr/local/src/bash/bash-20241015/doc/fdl.texi [189] [190] [191] [192]
 [193] [194] [195]) Appendix D [196] [197] [198] [199] [200] [201] [202]
 [203] [204] [205] ) 
 Here is how much of TeX's memory you used:
  4113 strings out of 495840
  47653 string characters out of 6171739
- 144667 words of memory out of 5000000
+ 144695 words of memory out of 5000000
  5048 multiletter control sequences out of 15000+600000
  34315 words of font info for 116 fonts, out of 8000000 for 9000
  701 hyphenation exceptions out of 8191
@@ -373,10 +373,10 @@ fonts/type1/public/amsfonts/cm/cmti10.pfb></opt/local/share/texmf-texlive/fonts
 lic/amsfonts/cm/cmtt9.pfb></opt/local/share/texmf-texlive/fonts/type1/public/cm
 -super/sfrm1095.pfb></opt/local/share/texmf-texlive/fonts/type1/public/cm-super
 /sfrm1440.pfb>
-Output written on bashref.pdf (211 pages, 844363 bytes).
+Output written on bashref.pdf (211 pages, 845003 bytes).
 PDF statistics:
- 2923 PDF objects out of 2984 (max. 8388607)
- 2664 compressed objects within 27 object streams
+ 2924 PDF objects out of 2984 (max. 8388607)
+ 2665 compressed objects within 27 object streams
  339 named destinations out of 1000 (max. 500000)
  1157 words of extra memory for PDF output out of 10000 (max. 10000000)
 
index 608dac38efcdf0c05c6edfb5b2a60bed6a350d0e..346876fabe225e2e60ebc0c44192995f64d50aa1 100644 (file)
Binary files a/doc/bashref.pdf and b/doc/bashref.pdf differ
index 2061369d71d4c5b36cce52c6647decf38d5c8f96..19b7ea24275d626cd7e404fff50393e9a78f295b 100644 (file)
@@ -1,7 +1,7 @@
 %!PS-Adobe-2.0
 %%Creator: dvips(k) 2024.1 (TeX Live 2024)  Copyright 2024 Radical Eye Software
 %%Title: bashref.dvi
-%%CreationDate: Mon Oct 14 21:00:23 2024
+%%CreationDate: Fri Oct 18 16:02:44 2024
 %%Pages: 211
 %%PageOrder: Ascend
 %%BoundingBox: 0 0 612 792
@@ -12,7 +12,7 @@
 %DVIPSWebPage: (www.radicaleye.com)
 %DVIPSCommandLine: dvips -D 600 -t letter -o bashref.ps bashref.dvi
 %DVIPSParameters: dpi=600
-%DVIPSSource:  TeX output 2024.10.14:1700
+%DVIPSSource:  TeX output 2024.10.18:1202
 %%BeginProcSet: tex.pro 0 0
 %!
 /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -7630,9 +7630,9 @@ b(oundation)p 150 5141 3600 17 v eop end
 %%Page: 2 2
 TeXDict begin 2 1 bop 150 4279 a Fu(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 4389 y(5.3,)c(14)f(Octob)s(er)f
+(the)h(Bash)f(shell)h(\(v)m(ersion)150 4389 y(5.3,)c(15)f(Octob)s(er)f
 (2024\).)150 4523 y(This)35 b(is)g(Edition)h(5.3,)i(last)f(up)s(dated)d
-(14)i(Octob)s(er)g(2024,)j(of)c Fr(The)h(GNU)g(Bash)f(Reference)i(Man)m
+(15)i(Octob)s(er)g(2024,)j(of)c Fr(The)h(GNU)g(Bash)f(Reference)i(Man)m
 (ual)p Fu(,)150 4633 y(for)30 b Ft(Bash)p Fu(,)g(V)-8
 b(ersion)31 b(5.3.)150 4767 y(Cop)m(yrigh)m(t)602 4764
 y(c)577 4767 y Fq(\015)f Fu(1988{2024)35 b(F)-8 b(ree)31
@@ -8529,15 +8529,16 @@ y(The)39 b(rest)i(of)g(this)f(section)h(is)g(a)g(brief)f(o)m(v)m
 (transla-)150 408 y(tions)33 b(for)f(strings)g(in)g(a)h(shell)f(script)
 h(named)f Fr(scriptname)p Fu(.)46 b(There)32 b(are)h(more)g(details)g
 (in)f(the)h(gettext)150 518 y(do)s(cumen)m(tation.)275
-650 y(Once)h(y)m(ou'v)m(e)i(mark)m(ed)f(the)f(strings)h(in)f(y)m(our)g
-(script)h(that)g(y)m(ou)g(w)m(an)m(t)g(to)g(translate)h(using)e($)p
-Ft(")p Fu(...)p Ft(")p Fu(,)150 759 y(y)m(ou)d(create)h(a)e(gettext)j
-Ft(")p Fu(template)p Ft(")e Fu(\014le)g(using)f(the)g(command)390
-891 y Ft(bash)47 b(--dump-po-strings)c Fj(scriptname)i
-Ft(>)i Fj(domain)p Ft(.pot)150 1022 y Fu(The)36 b Fr(domain)g
-Fu(is)g(y)m(our)h Fr(message)g(domain)p Fu(.)58 b(It's)37
-b(just)e(an)i(arbitrary)f(string)g(that's)h(used)e(to)i(iden)m(tify)150
-1132 y(the)32 b(\014les)g(gettext)i(needs,)f(lik)m(e)g(a)f(pac)m(k)-5
+650 y(Once)d(y)m(ou'v)m(e)h(mark)m(ed)g(the)f(strings)g(in)g(y)m(our)g
+(script)g(that)h(y)m(ou)f(w)m(an)m(t)h(to)g(translate)h(using)d($)p
+Ft(")6 b Fu(.)22 b(.)h(.)11 b Ft(")p Fu(,)150 759 y(y)m(ou)31
+b(create)h(a)e(gettext)j Ft(")p Fu(template)p Ft(")e
+Fu(\014le)g(using)f(the)g(command)390 891 y Ft(bash)47
+b(--dump-po-strings)c Fj(scriptname)i Ft(>)i Fj(domain)p
+Ft(.pot)150 1022 y Fu(The)36 b Fr(domain)g Fu(is)g(y)m(our)h
+Fr(message)g(domain)p Fu(.)58 b(It's)37 b(just)e(an)i(arbitrary)f
+(string)g(that's)h(used)e(to)i(iden)m(tify)150 1132 y(the)32
+b(\014les)g(gettext)i(needs,)f(lik)m(e)g(a)f(pac)m(k)-5
 b(age)35 b(or)d(script)f(name.)46 b(It)32 b(needs)g(to)h(b)s(e)e
 (unique)g(among)i(all)g(the)150 1241 y(message)41 b(domains)f(on)f
 (systems)h(where)g(y)m(ou)g(install)h(the)f(translations,)j(so)d
@@ -10861,76 +10862,76 @@ y(When)23 b(a)h(pattern)f(is)h(used)f(for)g(\014lename)h(expansion,)h
 (the)e(c)m(haracter)i(`)p Ft(.)p Fu(')f(at)g(the)g(start)g(of)g(a)g
 (\014lename)150 408 y(or)f(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 Ft(dotglob)150 518 y Fu(is)36 b(set.)58
-b(In)35 b(order)g(to)i(matc)m(h)f(the)g(\014lenames)g(`)p
-Ft(.)p Fu(')g(and)g(`)p Ft(..)p Fu(',)h(the)f(pattern)g(m)m(ust)g(b)s
-(egin)f(with)h(`)p Ft(.)p Fu(')g(\(for)150 628 y(example,)42
-b(`)p Ft(.?)p Fu('\),)f(ev)m(en)f(if)f Ft(dotglob)d Fu(is)j(set.)67
+(shell)h(option)g Ft(dotglob)150 518 y Fu(is)41 b(set.)74
+b(In)40 b(order)h(to)g(matc)m(h)h(the)g(\014lenames)f
+Ft(.)g Fu(and)f Ft(..)p Fu(,)k(the)d(pattern)g(m)m(ust)g(b)s(egin)g
+(with)g(`)p Ft(.)p Fu(')g(\(for)150 628 y(example,)h(`)p
+Ft(.?)p Fu('\),)f(ev)m(en)f(if)f Ft(dotglob)d Fu(is)j(set.)67
 b(If)38 b(the)h Ft(globskipdots)d Fu(shell)j(option)g(is)g(enabled,)i
-(the)150 737 y(\014lenames)23 b(`)p Ft(.)p Fu(')g(and)g(`)p
-Ft(..)p Fu(')g(nev)m(er)g(matc)m(h,)j(ev)m(en)e(if)f(the)g(pattern)g(b)
-s(egins)g(with)g(a)g(`)p Ft(.)p Fu('.)39 b(When)22 b(not)i(matc)m(hing)
-150 847 y(\014lenames,)31 b(the)f(`)p Ft(.)p Fu(')h(c)m(haracter)h(is)e
-(not)h(treated)g(sp)s(ecially)-8 b(.)275 985 y(When)30
-b(matc)m(hing)i(a)f(\014lename,)h(the)f(slash)f(c)m(haracter)j(m)m(ust)
-d(alw)m(a)m(ys)j(b)s(e)d(matc)m(hed)h(explicitly)i(b)m(y)e(a)150
-1095 y(slash)d(in)f(the)h(pattern,)h(but)e(in)h(other)g(matc)m(hing)h
-(con)m(texts)h(it)e(can)g(b)s(e)g(matc)m(hed)g(b)m(y)g(a)g(sp)s(ecial)h
-(pattern)150 1204 y(c)m(haracter)j(as)f(describ)s(ed)e(b)s(elo)m(w)h
-(\(see)i(Section)f(3.5.8.1)i([P)m(attern)e(Matc)m(hing],)i(page)e
-(38\).)275 1343 y(See)d(the)g(description)g(of)g Ft(shopt)e
-Fu(in)i(Section)g(4.3.2)i([The)e(Shopt)f(Builtin],)i(page)g(76,)g(for)f
-(a)g(descrip-)150 1452 y(tion)j(of)f(the)h Ft(nocaseglob)p
-Fu(,)d Ft(nullglob)p Fu(,)g Ft(globskipdots)p Fu(,)f
-Ft(failglob)p Fu(,)i(and)h Ft(dotglob)e Fu(options.)275
-1591 y(The)36 b Ft(GLOBIGNORE)d Fu(shell)k(v)-5 b(ariable)37
-b(ma)m(y)g(b)s(e)f(used)g(to)h(restrict)g(the)g(set)g(of)g(\014le)f
-(names)h(matc)m(hing)150 1700 y(a)42 b(pattern.)74 b(If)41
-b Ft(GLOBIGNORE)e Fu(is)i(set,)k(eac)m(h)e(matc)m(hing)f(\014le)g(name)
-f(that)h(also)h(matc)m(hes)f(one)g(of)g(the)150 1810
-y(patterns)34 b(in)g Ft(GLOBIGNORE)d Fu(is)k(remo)m(v)m(ed)g(from)f
-(the)g(list)h(of)f(matc)m(hes.)54 b(If)33 b(the)i Ft(nocaseglob)c
-Fu(option)k(is)150 1920 y(set,)c(the)e(matc)m(hing)i(against)g(the)f
-(patterns)f(in)h Ft(GLOBIGNORE)c Fu(is)k(p)s(erformed)e(without)i
-(regard)f(to)i(case.)150 2029 y(The)d(\014lenames)h Ft(.)g
-Fu(and)f Ft(..)h Fu(are)g(alw)m(a)m(ys)h(ignored)f(when)f
-Ft(GLOBIGNORE)f Fu(is)i(set)g(and)f(not)h(n)m(ull.)41
-b(Ho)m(w)m(ev)m(er,)150 2139 y(setting)30 b Ft(GLOBIGNORE)d
-Fu(to)j(a)f(non-n)m(ull)g(v)-5 b(alue)30 b(has)f(the)g(e\013ect)i(of)f
-(enabling)f(the)h Ft(dotglob)d Fu(shell)i(option,)150
-2248 y(so)j(all)h(other)f(\014lenames)g(b)s(eginning)f(with)h(a)g(`)p
-Ft(.)p Fu(')g(will)h(matc)m(h.)46 b(T)-8 b(o)32 b(get)h(the)f(old)g(b)s
-(eha)m(vior)g(of)h(ignoring)150 2358 y(\014lenames)c(b)s(eginning)f
-(with)h(a)h(`)p Ft(.)p Fu(',)f(mak)m(e)h(`)p Ft(.*)p
-Fu(')f(one)h(of)f(the)g(patterns)g(in)g Ft(GLOBIGNORE)p
-Fu(.)37 b(The)29 b Ft(dotglob)150 2468 y Fu(option)37
-b(is)f(disabled)h(when)e Ft(GLOBIGNORE)f Fu(is)i(unset.)59
-b(The)36 b Ft(GLOBIGNORE)d Fu(pattern)k(matc)m(hing)h(honors)150
-2577 y(the)31 b(setting)g(of)g(the)f Ft(extglob)f Fu(shell)h(option.)
-275 2716 y(After)c(the)h(pattern)g(is)f(expanded)g(and)g(matc)m(hed)h
-(against)h(\014lenames,)f(the)g(v)-5 b(alue)27 b(of)g(the)f
-Ft(GLOBSORT)150 2825 y Fu(shell)j(v)-5 b(ariable)30 b(con)m(trols)h(ho)
-m(w)e(the)h(results)f(are)g(sorted,)h(as)f(describ)s(ed)g(b)s(elo)m(w)g
-(\(see)h(Section)g(5.2)h([Bash)150 2935 y(V)-8 b(ariables],)32
-b(page)f(85\).)150 3138 y Fk(3.5.8.1)63 b(P)m(attern)40
-b(Matc)m(hing)150 3285 y Fu(An)m(y)24 b(c)m(haracter)h(that)f(app)s
-(ears)f(in)g(a)h(pattern,)i(other)e(than)f(the)h(sp)s(ecial)g(pattern)g
-(c)m(haracters)h(describ)s(ed)150 3395 y(b)s(elo)m(w,)31
-b(matc)m(hes)g(itself.)42 b(The)29 b Fm(nul)h Fu(c)m(haracter)i(ma)m(y)
-e(not)h(o)s(ccur)f(in)g(a)h(pattern.)40 b(A)31 b(bac)m(kslash)g(escap)s
-(es)150 3504 y(the)38 b(follo)m(wing)g(c)m(haracter;)43
-b(the)37 b(escaping)i(bac)m(kslash)e(is)h(discarded)f(when)f(matc)m
-(hing.)63 b(The)36 b(sp)s(ecial)150 3614 y(pattern)30
-b(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 3752 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 3917 y Ft(*)432 b Fu(Matc)m(hes)31
-b(an)m(y)e(string,)h(including)f(the)g(n)m(ull)g(string.)41
-b(When)29 b(the)g Ft(globstar)e Fu(shell)i(option)630
-4027 y(is)37 b(enabled,)h(and)e(`)p Ft(*)p Fu(')h(is)g(used)f(in)g(a)h
-(\014lename)g(expansion)g(con)m(text,)j(t)m(w)m(o)e(adjacen)m(t)g(`)p
-Ft(*)p Fu('s)630 4137 y(used)f(as)g(a)h(single)g(pattern)g(will)f(matc)
-m(h)i(all)f(\014les)f(and)g(zero)h(or)g(more)f(directories)i(and)630
+(the)150 737 y(\014lenames)30 b Ft(.)f Fu(and)g Ft(..)h
+Fu(nev)m(er)g(matc)m(h,)h(ev)m(en)f(if)g(the)g(pattern)g(b)s(egins)f
+(with)g(a)i(`)p Ft(.)p Fu('.)40 b(When)30 b(not)g(matc)m(hing)150
+847 y(\014lenames,)h(the)f(`)p Ft(.)p Fu(')h(c)m(haracter)h(is)e(not)h
+(treated)g(sp)s(ecially)-8 b(.)275 985 y(When)30 b(matc)m(hing)i(a)f
+(\014lename,)h(the)f(slash)f(c)m(haracter)j(m)m(ust)d(alw)m(a)m(ys)j(b)
+s(e)d(matc)m(hed)h(explicitly)i(b)m(y)e(a)150 1095 y(slash)d(in)f(the)h
+(pattern,)h(but)e(in)h(other)g(matc)m(hing)h(con)m(texts)h(it)e(can)g
+(b)s(e)g(matc)m(hed)g(b)m(y)g(a)g(sp)s(ecial)h(pattern)150
+1204 y(c)m(haracter)j(as)f(describ)s(ed)e(b)s(elo)m(w)h(\(see)i
+(Section)f(3.5.8.1)i([P)m(attern)e(Matc)m(hing],)i(page)e(38\).)275
+1343 y(See)d(the)g(description)g(of)g Ft(shopt)e Fu(in)i(Section)g
+(4.3.2)i([The)e(Shopt)f(Builtin],)i(page)g(76,)g(for)f(a)g(descrip-)150
+1452 y(tion)j(of)f(the)h Ft(nocaseglob)p Fu(,)d Ft(nullglob)p
+Fu(,)g Ft(globskipdots)p Fu(,)f Ft(failglob)p Fu(,)i(and)h
+Ft(dotglob)e Fu(options.)275 1591 y(The)36 b Ft(GLOBIGNORE)d
+Fu(shell)k(v)-5 b(ariable)37 b(ma)m(y)g(b)s(e)f(used)g(to)h(restrict)g
+(the)g(set)g(of)g(\014le)f(names)h(matc)m(hing)150 1700
+y(a)42 b(pattern.)74 b(If)41 b Ft(GLOBIGNORE)e Fu(is)i(set,)k(eac)m(h)e
+(matc)m(hing)f(\014le)g(name)f(that)h(also)h(matc)m(hes)f(one)g(of)g
+(the)150 1810 y(patterns)34 b(in)g Ft(GLOBIGNORE)d Fu(is)k(remo)m(v)m
+(ed)g(from)f(the)g(list)h(of)f(matc)m(hes.)54 b(If)33
+b(the)i Ft(nocaseglob)c Fu(option)k(is)150 1920 y(set,)c(the)e(matc)m
+(hing)i(against)g(the)f(patterns)f(in)h Ft(GLOBIGNORE)c
+Fu(is)k(p)s(erformed)e(without)i(regard)f(to)i(case.)150
+2029 y(The)d(\014lenames)h Ft(.)g Fu(and)f Ft(..)h Fu(are)g(alw)m(a)m
+(ys)h(ignored)f(when)f Ft(GLOBIGNORE)f Fu(is)i(set)g(and)f(not)h(n)m
+(ull.)41 b(Ho)m(w)m(ev)m(er,)150 2139 y(setting)30 b
+Ft(GLOBIGNORE)d Fu(to)j(a)f(non-n)m(ull)g(v)-5 b(alue)30
+b(has)f(the)g(e\013ect)i(of)f(enabling)f(the)h Ft(dotglob)d
+Fu(shell)i(option,)150 2248 y(so)j(all)h(other)f(\014lenames)g(b)s
+(eginning)f(with)h(a)g(`)p Ft(.)p Fu(')g(will)h(matc)m(h.)46
+b(T)-8 b(o)32 b(get)h(the)f(old)g(b)s(eha)m(vior)g(of)h(ignoring)150
+2358 y(\014lenames)c(b)s(eginning)f(with)h(a)h(`)p Ft(.)p
+Fu(',)f(mak)m(e)h(`)p Ft(.*)p Fu(')f(one)h(of)f(the)g(patterns)g(in)g
+Ft(GLOBIGNORE)p Fu(.)37 b(The)29 b Ft(dotglob)150 2468
+y Fu(option)37 b(is)f(disabled)h(when)e Ft(GLOBIGNORE)f
+Fu(is)i(unset.)59 b(The)36 b Ft(GLOBIGNORE)d Fu(pattern)k(matc)m(hing)h
+(honors)150 2577 y(the)31 b(setting)g(of)g(the)f Ft(extglob)f
+Fu(shell)h(option.)275 2716 y(After)c(the)h(pattern)g(is)f(expanded)g
+(and)g(matc)m(hed)h(against)h(\014lenames,)f(the)g(v)-5
+b(alue)27 b(of)g(the)f Ft(GLOBSORT)150 2825 y Fu(shell)j(v)-5
+b(ariable)30 b(con)m(trols)h(ho)m(w)e(the)h(results)f(are)g(sorted,)h
+(as)f(describ)s(ed)g(b)s(elo)m(w)g(\(see)h(Section)g(5.2)h([Bash)150
+2935 y(V)-8 b(ariables],)32 b(page)f(85\).)150 3138 y
+Fk(3.5.8.1)63 b(P)m(attern)40 b(Matc)m(hing)150 3285
+y Fu(An)m(y)24 b(c)m(haracter)h(that)f(app)s(ears)f(in)g(a)h(pattern,)i
+(other)e(than)f(the)h(sp)s(ecial)g(pattern)g(c)m(haracters)h(describ)s
+(ed)150 3395 y(b)s(elo)m(w,)31 b(matc)m(hes)g(itself.)42
+b(The)29 b Fm(nul)h Fu(c)m(haracter)i(ma)m(y)e(not)h(o)s(ccur)f(in)g(a)
+h(pattern.)40 b(A)31 b(bac)m(kslash)g(escap)s(es)150
+3504 y(the)38 b(follo)m(wing)g(c)m(haracter;)43 b(the)37
+b(escaping)i(bac)m(kslash)e(is)h(discarded)f(when)f(matc)m(hing.)63
+b(The)36 b(sp)s(ecial)150 3614 y(pattern)30 b(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 3752 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
+3917 y Ft(*)432 b Fu(Matc)m(hes)31 b(an)m(y)e(string,)h(including)f
+(the)g(n)m(ull)g(string.)41 b(When)29 b(the)g Ft(globstar)e
+Fu(shell)i(option)630 4027 y(is)37 b(enabled,)h(and)e(`)p
+Ft(*)p Fu(')h(is)g(used)f(in)g(a)h(\014lename)g(expansion)g(con)m
+(text,)j(t)m(w)m(o)e(adjacen)m(t)g(`)p Ft(*)p Fu('s)630
+4137 y(used)f(as)g(a)h(single)g(pattern)g(will)f(matc)m(h)i(all)f
+(\014les)f(and)g(zero)h(or)g(more)f(directories)i(and)630
 4246 y(sub)s(directories.)g(If)25 b(follo)m(w)m(ed)j(b)m(y)e(a)g(`)p
 Ft(/)p Fu(',)h(t)m(w)m(o)g(adjacen)m(t)h(`)p Ft(*)p Fu('s)e(will)g
 (matc)m(h)h(only)f(directories)630 4356 y(and)k(sub)s(directories.)150
@@ -11030,53 +11031,52 @@ Ft(dotglob)e Fu(shell)i(option)h(determines)f(the)g(set)g(of)g
 (\014lenames)g(that)150 5230 y(are)34 b(tested:)47 b(when)33
 b Ft(dotglob)e Fu(is)i(enabled,)i(the)e(set)h(of)g(\014lenames)f
 (includes)g(all)h(\014les)g(b)s(eginning)e(with)150 5340
-y(`)p Ft(.)p Fu(',)d(but)e(the)g(\014lenames)h(`)p Ft(.)p
-Fu(')g(and)f(`)p Ft(..)p Fu(')g(m)m(ust)h(b)s(e)f(matc)m(hed)h(b)m(y)g
-(a)g(pattern)g(or)f(sub-pattern)g(that)h(b)s(egins)p
-eop end
+y(`)p Ft(.)p Fu(',)j(but)e(the)i(\014lenames)f Ft(.)f
+Fu(and)h Ft(..)f Fu(m)m(ust)h(b)s(e)f(matc)m(hed)i(b)m(y)e(a)i(pattern)
+f(or)g(sub-pattern)f(that)h(b)s(egins)p eop end
 %%Page: 40 46
 TeXDict begin 40 45 bop 150 -116 a Fu(Chapter)30 b(3:)41
 b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(40)150 299
-y(with)33 b(a)g(dot;)j(when)c(it)h(is)h(disabled,)f(the)h(set)g(do)s
-(es)e(not)i(include)f(an)m(y)g(\014lenames)g(b)s(eginning)g(with)g
-(\\.")150 408 y(unless)k(the)h(pattern)g(or)g(sub-pattern)f(b)s(egins)g
-(with)h(a)g(`)p Ft(.)p Fu('.)64 b(If)37 b(the)h Ft(globskipdots)d
-Fu(shell)j(option)g(is)150 518 y(enabled,)29 b(the)h(\014lenames)f(`)p
-Ft(.)p Fu(')g(and)f(`)p Ft(..)p Fu(')h(nev)m(er)g(app)s(ear)f(in)h(the)
-g(set.)41 b(As)29 b(ab)s(o)m(v)m(e,)h(`)p Ft(.)p Fu(')f(only)g(has)g(a)
-g(sp)s(ecial)150 628 y(meaning)i(when)e(matc)m(hing)i(\014lenames.)275
-764 y(Complicated)41 b(extended)f(pattern)g(matc)m(hing)h(against)h
-(long)f(strings)f(is)g(slo)m(w,)k(esp)s(ecially)d(when)150
-873 y(the)29 b(patterns)g(con)m(tain)i(alternations)f(and)f(the)g
-(strings)g(con)m(tain)h(m)m(ultiple)g(matc)m(hes.)42
-b(Using)29 b(separate)150 983 y(matc)m(hes)38 b(against)g(shorter)e
-(strings,)i(or)f(using)f(arra)m(ys)h(of)g(strings)f(instead)h(of)g(a)g
-(single)g(long)h(string,)150 1092 y(ma)m(y)31 b(b)s(e)f(faster.)150
-1293 y Fk(3.5.9)63 b(Quote)41 b(Remo)m(v)-7 b(al)150
-1440 y Fu(After)32 b(the)g(preceding)g(expansions,)h(all)f(unquoted)f
-(o)s(ccurrences)h(of)g(the)h(c)m(haracters)g(`)p Ft(\\)p
-Fu(',)g(`)p Ft(')p Fu(',)f(and)g(`)p Ft(")p Fu(')150
-1549 y(that)f(did)f(not)g(result)g(from)g(one)h(of)g(the)f(ab)s(o)m(v)m
-(e)i(expansions)e(are)h(remo)m(v)m(ed.)150 1792 y Fs(3.6)68
-b(Redirections)150 1952 y Fu(Before)32 b(a)f(command)f(is)h(executed,)h
-(its)f(input)e(and)h(output)h(ma)m(y)g(b)s(e)f Fr(redirected)k
-Fu(using)c(a)i(sp)s(ecial)f(no-)150 2061 y(tation)d(in)m(terpreted)f(b)
-m(y)f(the)h(shell.)40 b Fr(Redirection)27 b Fu(allo)m(ws)h(commands')f
-(\014le)f(handles)g(to)i(b)s(e)e(duplicated,)150 2171
-y(op)s(ened,)i(closed,)i(made)e(to)h(refer)f(to)h(di\013eren)m(t)f
-(\014les,)h(and)f(can)g(c)m(hange)h(the)g(\014les)f(the)g(command)g
-(reads)150 2280 y(from)34 b(and)g(writes)h(to.)54 b(When)35
-b(used)f(with)g(the)h Ft(exec)f Fu(builtin,)h(redirections)g(mo)s(dify)
-f(\014le)h(handles)f(in)150 2390 y(the)f(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 2500
-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 2609 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 2745 y(Eac)m(h)45 b(redirection)h
-(that)f(ma)m(y)h(b)s(e)e(preceded)g(b)m(y)h(a)h(\014le)f(descriptor)f
-(n)m(um)m(b)s(er)g(ma)m(y)h(instead)h(b)s(e)150 2855
-y(preceded)41 b(b)m(y)g(a)h(w)m(ord)f(of)g(the)h(form)f
+y(with)34 b(a)h(dot;)h(when)e(it)g(is)h(disabled,)g(the)f(set)h(do)s
+(es)f(not)g(include)g(an)m(y)h(\014lenames)f(b)s(eginning)g(with)g(`)p
+Ft(.)p Fu(')150 408 y(unless)j(the)h(pattern)g(or)g(sub-pattern)f(b)s
+(egins)g(with)h(a)g(`)p Ft(.)p Fu('.)64 b(If)37 b(the)h
+Ft(globskipdots)d Fu(shell)j(option)g(is)150 518 y(enabled,)e(the)e
+(\014lenames)h Ft(.)f Fu(and)f Ft(..)h Fu(nev)m(er)h(app)s(ear)e(in)i
+(the)f(set.)53 b(As)35 b(ab)s(o)m(v)m(e,)h(`)p Ft(.)p
+Fu(')f(only)f(has)h(a)f(sp)s(ecial)150 628 y(meaning)d(when)e(matc)m
+(hing)i(\014lenames.)275 764 y(Complicated)41 b(extended)f(pattern)g
+(matc)m(hing)h(against)h(long)f(strings)f(is)g(slo)m(w,)k(esp)s
+(ecially)d(when)150 873 y(the)29 b(patterns)g(con)m(tain)i
+(alternations)f(and)f(the)g(strings)g(con)m(tain)h(m)m(ultiple)g(matc)m
+(hes.)42 b(Using)29 b(separate)150 983 y(matc)m(hes)38
+b(against)g(shorter)e(strings,)i(or)f(using)f(arra)m(ys)h(of)g(strings)
+f(instead)h(of)g(a)g(single)g(long)h(string,)150 1092
+y(ma)m(y)31 b(b)s(e)f(faster.)150 1293 y Fk(3.5.9)63
+b(Quote)41 b(Remo)m(v)-7 b(al)150 1440 y Fu(After)32
+b(the)g(preceding)g(expansions,)h(all)f(unquoted)f(o)s(ccurrences)h(of)
+g(the)h(c)m(haracters)g(`)p Ft(\\)p Fu(',)g(`)p Ft(')p
+Fu(',)f(and)g(`)p Ft(")p Fu(')150 1549 y(that)f(did)f(not)g(result)g
+(from)g(one)h(of)g(the)f(ab)s(o)m(v)m(e)i(expansions)e(are)h(remo)m(v)m
+(ed.)150 1792 y Fs(3.6)68 b(Redirections)150 1952 y Fu(Before)32
+b(a)f(command)f(is)h(executed,)h(its)f(input)e(and)h(output)h(ma)m(y)g
+(b)s(e)f Fr(redirected)k Fu(using)c(a)i(sp)s(ecial)f(no-)150
+2061 y(tation)d(in)m(terpreted)f(b)m(y)f(the)h(shell.)40
+b Fr(Redirection)27 b Fu(allo)m(ws)h(commands')f(\014le)f(handles)g(to)
+i(b)s(e)e(duplicated,)150 2171 y(op)s(ened,)i(closed,)i(made)e(to)h
+(refer)f(to)h(di\013eren)m(t)f(\014les,)h(and)f(can)g(c)m(hange)h(the)g
+(\014les)f(the)g(command)g(reads)150 2280 y(from)34 b(and)g(writes)h
+(to.)54 b(When)35 b(used)f(with)g(the)h Ft(exec)f Fu(builtin,)h
+(redirections)g(mo)s(dify)f(\014le)h(handles)f(in)150
+2390 y(the)f(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 2500 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 2609 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
+2745 y(Eac)m(h)45 b(redirection)h(that)f(ma)m(y)h(b)s(e)e(preceded)g(b)
+m(y)h(a)h(\014le)f(descriptor)f(n)m(um)m(b)s(er)g(ma)m(y)h(instead)h(b)
+s(e)150 2855 y(preceded)41 b(b)m(y)g(a)h(w)m(ord)f(of)g(the)h(form)f
 Fi({)p Fr(v)-5 b(arname)5 b Fi(})p Fu(.)74 b(In)41 b(this)g(case,)k
 (for)c(eac)m(h)i(redirection)f(op)s(erator)150 2964 y(except)37
 b Ft(>)p Fu(&-)e(and)g Ft(<)p Fu(&-,)i(the)f(shell)g(will)g(allo)s
@@ -11102,15 +11102,15 @@ Ft(<)p Fu(',)i(the)e(redirection)g(refers)g(to)g(the)g(standard)f
 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 Ft(>)p Fu(',)h(the)f(redirection)g(refers)150
 3977 y(to)e(the)g(standard)e(output)h(\(\014le)h(descriptor)f(1\).)275
-4113 y(The)k Ft(\\)p Fu(fIw)m(ord)p Ft(\\)p Fu(fP)f(follo)m(wing)j(the)
-f(redirection)g(op)s(erator)g(in)g(the)g(follo)m(wing)h(descriptions,)g
-(unless)150 4222 y(otherwise)e(noted,)h(is)f(sub)5 b(jected)34
-b(to)g(brace)g(expansion,)h(tilde)g(expansion,)g(parameter)f(and)f(v)-5
-b(ariable)150 4332 y(expansion,)23 b(command)d(substitution,)j
-(arithmetic)f(expansion,)g(quote)g(remo)m(v)-5 b(al,)24
-b(\014lename)d(expansion,)150 4441 y(and)30 b(w)m(ord)g(splitting.)41
-b(If)30 b(it)h(expands)f(to)h(more)f(than)g(one)h(w)m(ord,)f(Bash)h
-(rep)s(orts)e(an)i(error.)275 4577 y(The)e(order)h(of)h(redirections)g
+4113 y(The)h Fr(w)m(ord)k Fu(follo)m(wing)f(the)e(redirection)h(op)s
+(erator)f(in)g(the)g(follo)m(wing)h(descriptions,)g(unless)e(other-)150
+4222 y(wise)26 b(noted,)i(is)e(sub)5 b(jected)26 b(to)h(brace)f
+(expansion,)i(tilde)e(expansion,)i(parameter)e(and)g(v)-5
+b(ariable)27 b(expan-)150 4332 y(sion,)i(command)g(substitution,)g
+(arithmetic)h(expansion,)g(quote)f(remo)m(v)-5 b(al,)31
+b(\014lename)e(expansion,)h(and)150 4441 y(w)m(ord)g(splitting.)41
+b(If)30 b(it)h(expands)f(to)h(more)f(than)h(one)f(w)m(ord,)g(Bash)h
+(rep)s(orts)f(an)g(error.)275 4577 y(The)f(order)h(of)h(redirections)g
 (is)f(signi\014can)m(t.)42 b(F)-8 b(or)31 b(example,)g(the)g(command)
 390 4713 y Ft(ls)47 b(>)h Fj(dirlist)d Ft(2>&1)150 4849
 y Fu(directs)28 b(b)s(oth)f(standard)g(output)g(\(\014le)h(descriptor)f
@@ -11894,10 +11894,10 @@ y(If)39 b(an)m(y)h Fr(argumen)m(ts)j Fu(are)d(supplied,)h(they)e(b)s
 b(the)g(p)s(ositional)i(parameters)e(are)h(unc)m(hanged.)p
 eop end
 %%Page: 51 57
-TeXDict begin 51 56 bop 150 -116 a Fu(Chapter)30 b(4:)h(Shell)f
-(Builtin)h(Commands)2079 b(51)630 299 y(If)27 b(the)h
-Ft(-T)f Fu(option)h(is)g(enabled,)g Ft(.)f Fu(inherits)g(an)m(y)h(trap)
-g(on)f Ft(DEBUG)p Fu(;)h(if)f(it)h(is)g(not,)g(an)m(y)g
+TeXDict begin 51 56 bop 150 -116 a Fu(Chapter)30 b(4:)41
+b(Shell)30 b(Builtin)h(Commands)2069 b(51)630 299 y(If)27
+b(the)h Ft(-T)f Fu(option)h(is)g(enabled,)g Ft(.)f Fu(inherits)g(an)m
+(y)h(trap)g(on)f Ft(DEBUG)p Fu(;)h(if)f(it)h(is)g(not,)g(an)m(y)g
 Ft(DEBUG)630 408 y Fu(trap)k(string)g(is)g(sa)m(v)m(ed)h(and)f
 (restored)g(around)f(the)i(call)g(to)g Ft(.)p Fu(,)f(and)g
 Ft(.)g Fu(unsets)f(the)h Ft(DEBUG)630 518 y Fu(trap)f(while)h(it)g
@@ -11910,437 +11910,443 @@ Fr(\014lename)p Fu(,)i(or)f(zero)g(if)f(no)g(commands)630
 847 y(are)33 b(executed.)50 b(If)32 b Fr(\014lename)39
 b Fu(is)33 b(not)g(found,)g(or)g(cannot)g(b)s(e)g(read,)g(the)h(return)
 e(status)h(is)630 956 y(non-zero.)41 b(This)30 b(builtin)g(is)g(equiv)
--5 b(alen)m(t)32 b(to)f Ft(source)p Fu(.)150 1130 y Ft(break)870
-1272 y(break)46 b([)p Fj(n)p Ft(])630 1414 y Fu(Exit)35
+-5 b(alen)m(t)32 b(to)f Ft(source)p Fu(.)150 1107 y Ft(break)870
+1237 y(break)46 b([)p Fj(n)p Ft(])630 1367 y Fu(Exit)35
 b(from)g(a)g Ft(for)p Fu(,)g Ft(while)p Fu(,)g Ft(until)p
 Fu(,)g(or)g Ft(select)e Fu(lo)s(op.)55 b(If)34 b Fr(n)h
-Fu(is)g(supplied,)g Ft(break)e Fu(exits)630 1524 y(the)27
+Fu(is)g(supplied,)g Ft(break)e Fu(exits)630 1477 y(the)27
 b Fr(n)p Fu(th)e(enclosing)j(lo)s(op.)39 b Fr(n)26 b
 Fu(m)m(ust)g(b)s(e)g(greater)h(than)f(or)h(equal)g(to)g(1.)40
-b(The)25 b(return)h(status)630 1633 y(is)k(zero)i(unless)d
+b(The)25 b(return)h(status)630 1587 y(is)k(zero)i(unless)d
 Fr(n)h Fu(is)g(not)h(greater)h(than)e(or)g(equal)h(to)g(1.)150
-1807 y Ft(cd)870 1949 y(cd)47 b([-L|[-P)f([-e]]])g([-@])h([)p
-Fj(directory)p Ft(])630 2091 y Fu(Change)27 b(the)g(curren)m(t)f(w)m
-(orking)h(directory)g(to)h Fr(directory)p Fu(.)40 b(If)26
-b Fr(directory)35 b Fu(is)27 b(not)g(supplied,)630 2201
-y(the)37 b(v)-5 b(alue)37 b(of)g(the)f Ft(HOME)g Fu(shell)h(v)-5
-b(ariable)37 b(is)g(used)f(as)g Fr(directory)p Fu(.)60
-b(If)37 b(the)f(shell)h(v)-5 b(ariable)630 2310 y Ft(CDPATH)30
-b Fu(exists,)j Ft(cd)e Fu(uses)g(it)h(as)g(a)g(searc)m(h)g(path:)43
-b Ft(cd)31 b Fu(searc)m(hes)i(eac)m(h)f(directory)h(name)e(in)630
-2420 y Ft(CDPATH)d Fu(for)i Fr(directory)p Fu(,)h(with)f(alternativ)m
-(e)i(directory)f(names)f(in)f Ft(CDPATH)g Fu(separated)h(b)m(y)630
-2529 y(a)37 b(colon)h(\(`)p Ft(:)p Fu('\).)61 b(A)37
-b(n)m(ull)g(directory)h(name)f(in)f Ft(CDPATH)f Fu(means)i(the)g(same)h
-(thing)f(as)g(the)630 2639 y(curren)m(t)30 b(directory)-8
-b(.)42 b(If)30 b Fr(directory)38 b Fu(b)s(egins)30 b(with)g(a)h(slash,)
-f Ft(CDPATH)f Fu(is)i(not)f(used.)630 2781 y(The)h Ft(-P)h
-Fu(option)g(means)g(to)h(not)f(follo)m(w)h(sym)m(b)s(olic)g(links:)44
-b(sym)m(b)s(olic)32 b(links)g(are)g(resolv)m(ed)630 2890
-y(while)41 b Ft(cd)f Fu(is)h(tra)m(v)m(ersing)h Fr(directory)49
-b Fu(and)40 b(b)s(efore)g(pro)s(cessing)h(an)f(instance)i(of)f(`)p
-Ft(..)p Fu(')f(in)630 3000 y Fr(directory)p Fu(.)630
-3142 y(By)34 b(default,)h(or)e(when)g(the)g Ft(-L)g Fu(option)h(is)g
+1737 y Ft(cd)870 1867 y(cd)47 b([-L])g([-@])f([)p Fj(directory)p
+Ft(])870 1977 y(cd)h(-P)g([-e])g([-@])g([)p Fj(directory)p
+Ft(])630 2107 y Fu(Change)27 b(the)g(curren)m(t)f(w)m(orking)h
+(directory)g(to)h Fr(directory)p Fu(.)40 b(If)26 b Fr(directory)35
+b Fu(is)27 b(not)g(supplied,)630 2217 y(the)37 b(v)-5
+b(alue)37 b(of)g(the)f Ft(HOME)g Fu(shell)h(v)-5 b(ariable)37
+b(is)g(used)f(as)g Fr(directory)p Fu(.)60 b(If)37 b(the)f(shell)h(v)-5
+b(ariable)630 2326 y Ft(CDPATH)27 b Fu(exists,)i(and)f
+Fr(directory)37 b Fu(do)s(es)28 b(not)g(b)s(egin)g(with)g(a)h(slash,)g
+Ft(cd)e Fu(uses)h(it)h(as)g(a)f(searc)m(h)630 2436 y(path:)38
+b Ft(cd)26 b Fu(searc)m(hes)h(eac)m(h)g(directory)f(name)g(in)g
+Ft(CDPATH)e Fu(for)i Fr(directory)p Fu(,)i(with)e(alternativ)m(e)630
+2545 y(directory)i(names)g(in)f Ft(CDPATH)f Fu(separated)i(b)m(y)f(a)h
+(colon)h(\(`)p Ft(:)p Fu('\).)40 b(A)28 b(n)m(ull)g(directory)g(name)f
+(in)630 2655 y Ft(CDPATH)i Fu(means)h(the)h(same)f(thing)h(as)f(the)h
+(curren)m(t)f(directory)-8 b(.)630 2785 y(The)31 b Ft(-P)h
+Fu(option)g(means)g(not)g(to)h(follo)m(w)g(sym)m(b)s(olic)g(links:)44
+b(sym)m(b)s(olic)32 b(links)g(are)g(resolv)m(ed)630 2895
+y(while)45 b Ft(cd)f Fu(is)h(tra)m(v)m(ersing)i Fr(directory)53
+b Fu(and)44 b(b)s(efore)h(pro)s(cessing)f(an)h(instance)h(of)f
+Ft(..)f Fu(in)630 3004 y Fr(directory)p Fu(.)630 3134
+y(By)34 b(default,)h(or)e(when)g(the)g Ft(-L)g Fu(option)h(is)g
 (supplied,)f(sym)m(b)s(olic)h(links)f(in)h Fr(directory)42
-b Fu(are)630 3251 y(resolv)m(ed)31 b(after)g Ft(cd)f
-Fu(pro)s(cesses)g(an)g(instance)h(of)g(`)p Ft(..)p Fu(')f(in)g
-Fr(directory)p Fu(.)630 3393 y(If)35 b(`)p Ft(..)p Fu(')f(app)s(ears)h
-(in)f Fr(directory)p Fu(,)j(it)f(is)f(pro)s(cessed)f(b)m(y)h(remo)m
-(ving)h(the)f(immediately)h(pre-)630 3503 y(ceding)31
-b(pathname)f(comp)s(onen)m(t,)h(bac)m(k)g(to)g(a)g(slash)f(or)h(the)f
-(b)s(eginning)g(of)g Fr(directory)p Fu(.)630 3645 y(If)i(the)i
-Ft(-e)e Fu(option)h(is)g(supplied)f(with)g Ft(-P)h Fu(and)f(the)h
-(curren)m(t)g(w)m(orking)g(directory)g(cannot)630 3754
-y(b)s(e)c(successfully)i(determined)e(after)i(a)f(successful)g
-(directory)h(c)m(hange,)h Ft(cd)d Fu(will)i(return)e(a)630
-3864 y(non-zero)i(status.)630 4006 y(On)41 b(systems)h(that)h(supp)s
-(ort)d(it,)46 b(the)c Ft(-@)g Fu(option)g(presen)m(ts)g(the)g(extended)
-g(attributes)630 4115 y(asso)s(ciated)32 b(with)e(a)h(\014le)f(as)h(a)f
-(directory)-8 b(.)630 4257 y(If)35 b Fr(directory)44
-b Fu(is)36 b(`)p Ft(-)p Fu(',)h(it)f(is)g(con)m(v)m(erted)h(to)f
-Ft($OLDPWD)e Fu(b)s(efore)h(attempting)i(the)e(directory)630
-4367 y(c)m(hange.)630 4508 y(If)d Ft(cd)f Fu(uses)h(a)h(non-empt)m(y)f
+b Fu(are)630 3244 y(resolv)m(ed)31 b(after)g Ft(cd)f
+Fu(pro)s(cesses)g(an)g(instance)h(of)g Ft(..)f Fu(in)g
+Fr(directory)p Fu(.)630 3374 y(If)c Ft(..)g Fu(app)s(ears)g(in)g
+Fr(directory)p Fu(,)j Ft(cd)d Fu(pro)s(cesses)g(it)h(b)m(y)g(remo)m
+(ving)g(the)g(immediately)h(preced-)630 3484 y(ing)37
+b(pathname)g(comp)s(onen)m(t,)j(bac)m(k)e(to)g(a)f(slash)g(or)h(the)f
+(b)s(eginning)g(of)g Fr(directory)p Fu(,)j(and)630 3593
+y(v)m(erifying)35 b(that)g(the)f(p)s(ortion)g(of)g Fr(directory)42
+b Fu(it)35 b(has)f(pro)s(cessed)g(to)g(that)h(p)s(oin)m(t)f(is)g(still)
+i(a)630 3703 y(v)-5 b(alid)38 b(directory)g(name)g(after)g(remo)m(ving)
+g(the)g(pathname)f(comp)s(onen)m(t.)63 b(If)37 b(it)h(is)g(not)g(a)630
+3813 y(v)-5 b(alid)31 b(directory)g(name,)f Ft(cd)g Fu(returns)f(a)i
+(non-zero)g(status.)630 3943 y(If)i(the)h Ft(-e)f Fu(option)h(is)g
+(supplied)e(with)i Ft(-P)f Fu(and)g Ft(cd)g Fu(cannot)h(successfully)g
+(determine)g(the)630 4052 y(curren)m(t)i(w)m(orking)h(directory)h
+(after)f(a)g(successful)f(directory)h(c)m(hange,)j(it)d(will)g(return)f
+(a)630 4162 y(non-zero)31 b(status.)630 4292 y(On)41
+b(systems)h(that)h(supp)s(ort)d(it,)46 b(the)c Ft(-@)g
+Fu(option)g(presen)m(ts)g(the)g(extended)g(attributes)630
+4402 y(asso)s(ciated)32 b(with)e(a)h(\014le)f(as)h(a)f(directory)-8
+b(.)630 4532 y(If)35 b Fr(directory)44 b Fu(is)36 b(`)p
+Ft(-)p Fu(',)h(it)f(is)g(con)m(v)m(erted)h(to)f Ft($OLDPWD)e
+Fu(b)s(efore)h(attempting)i(the)e(directory)630 4641
+y(c)m(hange.)630 4771 y(If)d Ft(cd)f Fu(uses)h(a)h(non-empt)m(y)f
 (directory)h(name)f(from)g Ft(CDPATH)p Fu(,)f(or)h(if)g(`)p
-Ft(-)p Fu(')h(is)f(the)g(\014rst)g(argu-)630 4618 y(men)m(t,)g(and)f
+Ft(-)p Fu(')h(is)f(the)g(\014rst)g(argu-)630 4881 y(men)m(t,)g(and)f
 (the)g(directory)h(c)m(hange)h(is)e(successful,)h Ft(cd)e
-Fu(writes)i(the)f(absolute)h(pathname)630 4728 y(of)f(the)f(new)g(w)m
+Fu(writes)i(the)f(absolute)h(pathname)630 4991 y(of)f(the)f(new)g(w)m
 (orking)h(directory)g(to)g(the)f(standard)g(output.)630
-4869 y(If)i(the)i(directory)f(c)m(hange)h(is)f(successful,)h
+5121 y(If)i(the)i(directory)f(c)m(hange)h(is)f(successful,)h
 Ft(cd)e Fu(sets)h(the)h(v)-5 b(alue)33 b(of)g(the)g Ft(PWD)f
-Fu(en)m(vironmen)m(t)630 4979 y(v)-5 b(ariable)32 b(to)g(the)f(new)g
+Fu(en)m(vironmen)m(t)630 5230 y(v)-5 b(ariable)32 b(to)g(the)f(new)g
 (directory)g(name,)h(and)e(sets)i(the)f Ft(OLDPWD)e Fu(en)m(vironmen)m
-(t)j(v)-5 b(ariable)630 5089 y(to)31 b(the)g(v)-5 b(alue)31
+(t)j(v)-5 b(ariable)630 5340 y(to)31 b(the)g(v)-5 b(alue)31
 b(of)f(the)h(curren)m(t)f(w)m(orking)g(directory)h(b)s(efore)f(the)h(c)
-m(hange.)630 5230 y(The)e(return)g(status)h(is)f(zero)i(if)e(the)h
-(directory)g(is)g(successfully)g(c)m(hanged,)g(non-zero)g(oth-)630
-5340 y(erwise.)p eop end
+m(hange.)p eop end
 %%Page: 52 58
-TeXDict begin 52 57 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(52)150 299 y Ft(continue)870
-435 y(continue)46 b([)p Fj(n)p Ft(])630 570 y(continue)41
+TeXDict begin 52 57 bop 150 -116 a Fu(Chapter)30 b(4:)h(Shell)f
+(Builtin)h(Commands)2079 b(52)630 299 y(The)29 b(return)g(status)h(is)f
+(zero)i(if)e(the)h(directory)g(is)g(successfully)g(c)m(hanged,)g
+(non-zero)g(oth-)630 408 y(erwise.)150 566 y Ft(continue)870
+699 y(continue)46 b([)p Fj(n)p Ft(])630 833 y(continue)41
 b Fu(resumes)h(the)h(next)g(iteration)h(of)f(an)g(enclosing)g
 Ft(for)p Fu(,)j Ft(while)p Fu(,)e Ft(until)p Fu(,)h(or)630
-680 y Ft(select)29 b Fu(lo)s(op.)41 b(If)30 b Fr(n)g
+942 y Ft(select)29 b Fu(lo)s(op.)41 b(If)30 b Fr(n)g
 Fu(is)g(supplied,)f(Bash)i(resumes)f(the)g(execution)i(of)f(the)f
-Fr(n)p Fu(th)g(enclosing)630 789 y(lo)s(op.)45 b Fr(n)31
+Fr(n)p Fu(th)g(enclosing)630 1052 y(lo)s(op.)45 b Fr(n)31
 b Fu(m)m(ust)g(b)s(e)g(greater)i(than)e(or)h(equal)g(to)g(1.)45
 b(The)31 b(return)g(status)h(is)f(zero)i(unless)d Fr(n)630
-899 y Fu(is)g(not)h(greater)h(than)e(or)g(equal)h(to)g(1.)150
-1061 y Ft(eval)870 1196 y(eval)47 b([)p Fj(arguments)p
-Ft(])630 1332 y Fu(The)27 b Fr(argumen)m(ts)k Fu(are)c(concatenated)i
+1161 y Fu(is)g(not)h(greater)h(than)e(or)g(equal)h(to)g(1.)150
+1319 y Ft(eval)870 1452 y(eval)47 b([)p Fj(arguments)p
+Ft(])630 1585 y Fu(The)27 b Fr(argumen)m(ts)k Fu(are)c(concatenated)i
 (together)g(in)m(to)f(a)f(single)h(command,)g(separated)f(b)m(y)630
-1442 y(spaces.)40 b(Bash)28 b(then)f(reads)h(and)f(executes)i(this)e
-(command)h(and)f(returns)f(its)i(exit)h(status)630 1551
+1695 y(spaces.)40 b(Bash)28 b(then)f(reads)h(and)f(executes)i(this)e
+(command)h(and)f(returns)f(its)i(exit)h(status)630 1805
 y(as)g(the)f(exit)h(status)g(of)g Ft(eval)p Fu(.)39 b(If)27
 b(there)i(are)g(no)f(argumen)m(ts)h(or)f(only)h(empt)m(y)f(argumen)m
-(ts,)630 1661 y(the)j(return)e(status)i(is)f(zero.)150
-1823 y Ft(exec)870 1958 y(exec)47 b([-cl])f([-a)h Fj(name)p
+(ts,)630 1914 y(the)j(return)e(status)i(is)f(zero.)150
+2071 y Ft(exec)870 2205 y(exec)47 b([-cl])f([-a)h Fj(name)p
 Ft(])f([)p Fj(command)g Ft([)p Fj(arguments)p Ft(]])630
-2094 y Fu(If)36 b Fr(command)k Fu(is)c(supplied,)h(it)g(replaces)h(the)
+2338 y Fu(If)36 b Fr(command)k Fu(is)c(supplied,)h(it)g(replaces)h(the)
 e(shell)h(without)f(creating)i(a)f(new)f(pro)s(cess.)630
-2204 y Fr(command)43 b Fu(cannot)d(b)s(e)e(a)i(shell)f(builtin)g(or)h
+2448 y Fr(command)43 b Fu(cannot)d(b)s(e)e(a)i(shell)f(builtin)g(or)h
 (function.)67 b(The)39 b Fr(argumen)m(ts)k Fu(b)s(ecome)d(the)630
-2313 y(argumen)m(ts)g(to)h Fr(command)i Fu(If)d(the)g
+2557 y(argumen)m(ts)g(to)h Fr(command)i Fu(If)d(the)g
 Ft(-l)f Fu(option)h(is)g(supplied,)h(the)g(shell)f(places)g(a)h(dash)
-630 2423 y(at)g(the)g(b)s(eginning)f(of)h(the)g(zeroth)h(argumen)m(t)f
+630 2667 y(at)g(the)g(b)s(eginning)f(of)h(the)g(zeroth)h(argumen)m(t)f
 (passed)f(to)i Fr(command)p Fu(.)71 b(This)40 b(is)h(what)630
-2532 y(the)31 b Ft(login)f Fu(program)h(do)s(es.)42 b(The)31
+2777 y(the)31 b Ft(login)f Fu(program)h(do)s(es.)42 b(The)31
 b Ft(-c)f Fu(option)i(causes)g Fr(command)i Fu(to)e(b)s(e)e(executed)i
-(with)630 2642 y(an)i(empt)m(y)h(en)m(vironmen)m(t.)54
+(with)630 2886 y(an)i(empt)m(y)h(en)m(vironmen)m(t.)54
 b(If)34 b Ft(-a)g Fu(is)h(supplied,)f(the)h(shell)g(passes)f
-Fr(name)40 b Fu(as)35 b(the)f(zeroth)630 2752 y(argumen)m(t)d(to)g
-Fr(command)p Fu(.)630 2887 y(If)h Fr(command)j Fu(cannot)e(b)s(e)f
+Fr(name)40 b Fu(as)35 b(the)f(zeroth)630 2996 y(argumen)m(t)d(to)g
+Fr(command)p Fu(.)630 3129 y(If)h Fr(command)j Fu(cannot)e(b)s(e)f
 (executed)h(for)f(some)g(reason,)h(a)g(non-in)m(teractiv)m(e)i(shell)d
-(exits,)630 2997 y(unless)39 b(the)h Ft(execfail)e Fu(shell)i(option)h
+(exits,)630 3239 y(unless)39 b(the)h Ft(execfail)e Fu(shell)i(option)h
 (is)f(enabled.)69 b(In)39 b(that)i(case,)j(it)c(returns)f(a)h(non-)630
-3106 y(zero)32 b(status.)44 b(An)31 b(in)m(teractiv)m(e)j(shell)e
+3348 y(zero)32 b(status.)44 b(An)31 b(in)m(teractiv)m(e)j(shell)e
 (returns)e(a)i(non-zero)g(status)f(if)h(the)f(\014le)h(cannot)g(b)s(e)
-630 3216 y(executed.)42 b(A)30 b(subshell)g(exits)h(unconditionally)g
-(if)f Ft(exec)f Fu(fails.)630 3352 y(If)42 b Fr(command)k
+630 3458 y(executed.)42 b(A)30 b(subshell)g(exits)h(unconditionally)g
+(if)f Ft(exec)f Fu(fails.)630 3591 y(If)42 b Fr(command)k
 Fu(is)c(not)h(sp)s(eci\014ed,)i(redirections)e(ma)m(y)g(b)s(e)f(used)g
-(to)h(a\013ect)h(the)f(curren)m(t)630 3461 y(shell)33
+(to)h(a\013ect)h(the)f(curren)m(t)630 3701 y(shell)33
 b(en)m(vironmen)m(t.)48 b(If)32 b(there)h(are)g(no)f(redirection)h
-(errors,)g(the)g(return)e(status)i(is)g(zero;)630 3571
+(errors,)g(the)g(return)e(status)i(is)g(zero;)630 3810
 y(otherwise)e(the)f(return)g(status)g(is)h(non-zero.)150
-3733 y Ft(exit)870 3868 y(exit)47 b([)p Fj(n)p Ft(])630
-4004 y Fu(Exit)30 b(the)g(shell,)h(returning)d(a)j(status)f(of)g
+3968 y Ft(exit)870 4101 y(exit)47 b([)p Fj(n)p Ft(])630
+4235 y Fu(Exit)30 b(the)g(shell,)h(returning)d(a)j(status)f(of)g
 Fr(n)f Fu(to)h(the)g(shell's)g(paren)m(t.)41 b(If)30
-b Fr(n)f Fu(is)h(omitted,)h(the)630 4114 y(exit)c(status)g(is)g(that)g
+b Fr(n)f Fu(is)h(omitted,)h(the)630 4344 y(exit)c(status)g(is)g(that)g
 (of)g(the)g(last)g(command)f(executed.)41 b(An)m(y)26
-b(trap)h(on)f Ft(EXIT)f Fu(is)i(executed)630 4223 y(b)s(efore)j(the)h
-(shell)f(terminates.)150 4385 y Ft(export)870 4521 y(export)46
+b(trap)h(on)f Ft(EXIT)f Fu(is)i(executed)630 4454 y(b)s(efore)j(the)h
+(shell)f(terminates.)150 4611 y Ft(export)870 4744 y(export)46
 b([-fn])g([-p])h([)p Fj(name)p Ft([=)p Fj(value)p Ft(]])630
-4656 y Fu(Mark)34 b(eac)m(h)h Fr(name)k Fu(to)c(b)s(e)e(passed)g(to)i
+4878 y Fu(Mark)34 b(eac)m(h)h Fr(name)k Fu(to)c(b)s(e)e(passed)g(to)i
 (subsequen)m(tly)e(executed)i(commands)e(in)h(the)g(en-)630
-4766 y(vironmen)m(t.)75 b(If)42 b(the)f Ft(-f)h Fu(option)g(is)g
+4987 y(vironmen)m(t.)75 b(If)42 b(the)f Ft(-f)h Fu(option)g(is)g
 (supplied,)h(the)f Fr(name)5 b Fu(s)42 b(refer)g(to)g(shell)g
-(functions;)630 4876 y(otherwise)31 b(the)f(names)h(refer)f(to)h(shell)
-f(v)-5 b(ariables.)630 5011 y(The)31 b Ft(-n)f Fu(option)i(means)f(to)h
+(functions;)630 5097 y(otherwise)31 b(the)f(names)h(refer)f(to)h(shell)
+f(v)-5 b(ariables.)630 5230 y(The)31 b Ft(-n)f Fu(option)i(means)f(to)h
 (unexp)s(ort)e(eac)m(h)j(name:)42 b(no)32 b(longer)f(mark)g(it)h(for)f
-(exp)s(ort.)43 b(If)630 5121 y(no)37 b Fr(name)5 b Fu(s)36
+(exp)s(ort.)43 b(If)630 5340 y(no)37 b Fr(name)5 b Fu(s)36
 b(are)h(supplied,)h(or)e(if)h(the)g Ft(-p)f Fu(option)h(is)g(giv)m(en,)
-j Ft(export)35 b Fu(displa)m(ys)h(a)h(list)h(of)630 5230
-y(names)26 b(of)g(all)h(exp)s(orted)f(v)-5 b(ariables)26
-b(on)g(the)g(standard)g(output.)38 b(The)26 b Ft(-p)f
-Fu(option)i(displa)m(ys)630 5340 y(output)j(in)g(a)h(form)f(that)h(ma)m
-(y)g(b)s(e)e(reused)h(as)h(input.)p eop end
+j Ft(export)35 b Fu(displa)m(ys)h(a)h(list)h(of)p eop
+end
 %%Page: 53 59
 TeXDict begin 53 58 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(53)630 299 y Ft(export)29
-b Fu(allo)m(ws)k(the)e(v)-5 b(alue)31 b(of)h(a)f(v)-5
-b(ariable)32 b(to)g(b)s(e)e(set)i(at)f(the)g(same)h(time)g(it)f(is)g
-(exp)s(orted)630 408 y(or)e(unexp)s(orted)f(b)m(y)g(follo)m(wing)j(the)
-e(v)-5 b(ariable)30 b(name)f(with)f(=)p Fr(v)-5 b(alue)p
-Fu(.)41 b(This)28 b(sets)h(the)g(v)-5 b(alue)630 518
-y(of)31 b(the)f(v)-5 b(ariable)31 b(is)g(to)g Fr(v)-5
-b(alue)36 b Fu(while)30 b(mo)s(difying)g(the)g(exp)s(ort)h(attribute.)
-630 653 y(The)e(return)e(status)j(is)f(zero)h(unless)e(an)h(in)m(v)-5
-b(alid)29 b(option)h(is)f(supplied,)f(one)i(of)f(the)g(names)630
-763 y(is)k(not)g(a)h(v)-5 b(alid)33 b(shell)h(v)-5 b(ariable)33
-b(name,)i(or)e Ft(-f)f Fu(is)h(supplied)f(with)h(a)g(name)g(that)h(is)f
-(not)h(a)630 873 y(shell)d(function.)150 1034 y Ft(false)870
-1169 y(false)630 1305 y Fu(Do)s(es)g(nothing;)g(returns)e(a)h(non-zero)
-h(status.)150 1466 y Ft(getopts)870 1601 y(getopts)46
-b Fj(optstring)f(name)i Ft([)p Fj(arg)f Ft(...])630 1736
-y(getopts)24 b Fu(is)i(used)f(b)m(y)h(shell)g(scripts)g(or)g(functions)
-f(to)i(parse)f(p)s(ositional)g(parameters)h(and)630 1846
-y(obtain)35 b(options)h(and)e(their)h(argumen)m(ts.)55
+b(Shell)30 b(Builtin)h(Commands)2069 b(53)630 299 y(names)26
+b(of)g(all)h(exp)s(orted)f(v)-5 b(ariables)26 b(on)g(the)g(standard)g
+(output.)38 b(The)26 b Ft(-p)f Fu(option)i(displa)m(ys)630
+408 y(output)j(in)g(a)h(form)f(that)h(ma)m(y)g(b)s(e)e(reused)h(as)h
+(input.)630 544 y Ft(export)e Fu(allo)m(ws)k(the)e(v)-5
+b(alue)31 b(of)h(a)f(v)-5 b(ariable)32 b(to)g(b)s(e)e(set)i(at)f(the)g
+(same)h(time)g(it)f(is)g(exp)s(orted)630 653 y(or)e(unexp)s(orted)f(b)m
+(y)g(follo)m(wing)j(the)e(v)-5 b(ariable)30 b(name)f(with)f(=)p
+Fr(v)-5 b(alue)p Fu(.)41 b(This)28 b(sets)h(the)g(v)-5
+b(alue)630 763 y(of)31 b(the)f(v)-5 b(ariable)31 b(is)g(to)g
+Fr(v)-5 b(alue)36 b Fu(while)30 b(mo)s(difying)g(the)g(exp)s(ort)h
+(attribute.)630 898 y(The)e(return)e(status)j(is)f(zero)h(unless)e(an)h
+(in)m(v)-5 b(alid)29 b(option)h(is)f(supplied,)f(one)i(of)f(the)g
+(names)630 1008 y(is)k(not)g(a)h(v)-5 b(alid)33 b(shell)h(v)-5
+b(ariable)33 b(name,)i(or)e Ft(-f)f Fu(is)h(supplied)f(with)h(a)g(name)
+g(that)h(is)f(not)h(a)630 1118 y(shell)d(function.)150
+1279 y Ft(false)870 1414 y(false)630 1549 y Fu(Do)s(es)g(nothing;)g
+(returns)e(a)h(non-zero)h(status.)150 1711 y Ft(getopts)870
+1846 y(getopts)46 b Fj(optstring)f(name)i Ft([)p Fj(arg)f
+Ft(...])630 1981 y(getopts)24 b Fu(is)i(used)f(b)m(y)h(shell)g(scripts)
+g(or)g(functions)f(to)i(parse)f(p)s(ositional)g(parameters)h(and)630
+2091 y(obtain)35 b(options)h(and)e(their)h(argumen)m(ts.)55
 b Fr(optstring)43 b Fu(con)m(tains)36 b(the)f(option)g(c)m(haracters)
-630 1956 y(to)h(b)s(e)f(recognized;)k(if)c(a)h(c)m(haracter)h(is)e
+630 2201 y(to)h(b)s(e)f(recognized;)k(if)c(a)h(c)m(haracter)h(is)e
 (follo)m(w)m(ed)i(b)m(y)e(a)h(colon,)i(the)d(option)h(is)g(exp)s(ected)
-630 2065 y(to)g(ha)m(v)m(e)h(an)f(argumen)m(t,)h(whic)m(h)f(should)e(b)
+630 2310 y(to)g(ha)m(v)m(e)h(an)f(argumen)m(t,)h(whic)m(h)f(should)e(b)
 s(e)h(separated)h(from)g(it)g(b)m(y)f(whitespace.)57
-b(The)630 2175 y(colon)31 b(\(`)p Ft(:)p Fu('\))h(and)d(question)i
+b(The)630 2420 y(colon)31 b(\(`)p Ft(:)p Fu('\))h(and)d(question)i
 (mark)f(\(`)p Ft(?)p Fu('\))h(ma)m(y)g(not)g(b)s(e)f(used)f(as)i
-(option)g(c)m(haracters.)630 2310 y(Eac)m(h)38 b(time)g(it)g(is)f(in)m
+(option)g(c)m(haracters.)630 2555 y(Eac)m(h)38 b(time)g(it)g(is)f(in)m
 (v)m(ok)m(ed,)k Ft(getopts)35 b Fu(places)j(the)f(next)h(option)f(in)g
-(the)h(shell)f(v)-5 b(ariable)630 2420 y Fr(name)p Fu(,)28
+(the)h(shell)f(v)-5 b(ariable)630 2665 y Fr(name)p Fu(,)28
 b(initializing)h Fr(name)j Fu(if)27 b(it)h(do)s(es)f(not)g(exist,)i
 (and)d(the)h(index)g(of)g(the)g(next)g(argumen)m(t)630
-2529 y(to)34 b(b)s(e)f(pro)s(cessed)g(in)m(to)i(the)f(v)-5
+2774 y(to)34 b(b)s(e)f(pro)s(cessed)g(in)m(to)i(the)f(v)-5
 b(ariable)34 b Ft(OPTIND)p Fu(.)48 b Ft(OPTIND)32 b Fu(is)i
-(initialized)h(to)g(1)f(eac)m(h)g(time)630 2639 y(the)k(shell)f(or)h(a)
+(initialized)h(to)g(1)f(eac)m(h)g(time)630 2884 y(the)k(shell)f(or)h(a)
 g(shell)f(script)h(is)f(in)m(v)m(ok)m(ed.)63 b(When)38
-b(an)f(option)h(requires)f(an)g(argumen)m(t,)630 2749
+b(an)f(option)h(requires)f(an)g(argumen)m(t,)630 2993
 y Ft(getopts)28 b Fu(places)k(that)f(argumen)m(t)f(in)m(to)i(the)e(v)-5
-b(ariable)31 b Ft(OPTARG)p Fu(.)630 2884 y(The)j(shell)g(do)s(es)h(not)
+b(ariable)31 b Ft(OPTARG)p Fu(.)630 3129 y(The)j(shell)g(do)s(es)h(not)
 f(reset)h Ft(OPTIND)e Fu(automatically;)39 b(it)c(m)m(ust)g(b)s(e)e
-(man)m(ually)i(reset)g(b)s(e-)630 2993 y(t)m(w)m(een)e(m)m(ultiple)f
+(man)m(ually)i(reset)g(b)s(e-)630 3238 y(t)m(w)m(een)e(m)m(ultiple)f
 (calls)g(to)g Ft(getopts)e Fu(within)h(the)g(same)h(shell)g(in)m(v)m(o)
-s(cation)h(to)g(use)e(a)g(new)630 3103 y(set)g(of)f(parameters.)630
-3238 y(When)i(it)g(reac)m(hes)h(the)e(end)h(of)f(options,)i
+s(cation)h(to)g(use)e(a)g(new)630 3348 y(set)g(of)f(parameters.)630
+3483 y(When)i(it)g(reac)m(hes)h(the)e(end)h(of)f(options,)i
 Ft(getopts)d Fu(exits)i(with)g(a)g(return)f(v)-5 b(alue)32
-b(greater)630 3348 y(than)39 b(zero.)67 b Ft(OPTIND)38
+b(greater)630 3593 y(than)39 b(zero.)67 b Ft(OPTIND)38
 b Fu(is)h(set)g(to)h(the)f(index)g(of)g(the)g(\014rst)f(non-option)i
-(argumen)m(t,)i(and)630 3458 y Fr(name)36 b Fu(is)30
-b(set)h(to)g(`)p Ft(?)p Fu('.)630 3593 y Ft(getopts)c
+(argumen)m(t,)i(and)630 3703 y Fr(name)36 b Fu(is)30
+b(set)h(to)g(`)p Ft(?)p Fu('.)630 3838 y Ft(getopts)c
 Fu(normally)j(parses)e(the)i(p)s(ositional)g(parameters,)g(but)e(if)i
-(more)f(argumen)m(ts)h(are)630 3703 y(supplied)f(as)i
+(more)f(argumen)m(ts)h(are)630 3948 y(supplied)f(as)i
 Fr(arg)38 b Fu(v)-5 b(alues,)31 b Ft(getopts)e Fu(parses)h(those)h
-(instead.)630 3838 y Ft(getopts)37 b Fu(can)i(rep)s(ort)f(errors)g(in)h
+(instead.)630 4083 y Ft(getopts)37 b Fu(can)i(rep)s(ort)f(errors)g(in)h
 (t)m(w)m(o)h(w)m(a)m(ys.)67 b(If)38 b(the)h(\014rst)g(c)m(haracter)h
-(of)f Fr(optstring)47 b Fu(is)630 3948 y(a)41 b(colon,)k
+(of)f Fr(optstring)47 b Fu(is)630 4193 y(a)41 b(colon,)k
 Ft(getopts)39 b Fu(uses)h Fl(silent)50 b Fu(error)40
 b(rep)s(orting.)72 b(In)40 b(normal)h(op)s(eration,)j
-Ft(getopts)630 4057 y Fu(prin)m(ts)26 b(diagnostic)i(messages)g(when)e
+Ft(getopts)630 4302 y Fu(prin)m(ts)26 b(diagnostic)i(messages)g(when)e
 (it)h(encoun)m(ters)g(in)m(v)-5 b(alid)27 b(options)g(or)g(missing)f
-(option)630 4167 y(argumen)m(ts.)38 b(If)20 b(the)g(v)-5
+(option)630 4412 y(argumen)m(ts.)38 b(If)20 b(the)g(v)-5
 b(ariable)21 b Ft(OPTERR)e Fu(is)i(set)g(to)g(0,)i(no)d(error)g
-(messages)i(will)e(b)s(e)g(displa)m(y)m(ed,)630 4276
+(messages)i(will)e(b)s(e)g(displa)m(y)m(ed,)630 4521
 y(ev)m(en)31 b(if)f(the)h(\014rst)f(c)m(haracter)i(of)e
-Ft(optstring)e Fu(is)i(not)h(a)g(colon.)630 4412 y(If)h
+Ft(optstring)e Fu(is)i(not)h(a)g(colon.)630 4657 y(If)h
 Ft(getopts)e Fu(detects)j(an)g(in)m(v)-5 b(alid)32 b(option,)i(it)f
 (places)g(`)p Ft(?)p Fu(')f(in)m(to)h Fr(name)38 b Fu(and,)32
-b(if)g(not)h(silen)m(t,)630 4521 y(prin)m(ts)e(an)h(error)f(message)i
+b(if)g(not)h(silen)m(t,)630 4766 y(prin)m(ts)e(an)h(error)f(message)i
 (and)e(unsets)g Ft(OPTARG)p Fu(.)42 b(If)31 b Ft(getopts)f
-Fu(is)i(silen)m(t,)h(it)f(assigns)g(the)630 4631 y(option)f(c)m
+Fu(is)i(silen)m(t,)h(it)f(assigns)g(the)630 4876 y(option)f(c)m
 (haracter)h(found)d(to)i Ft(OPTARG)e Fu(and)g(do)s(es)h(not)h(prin)m(t)
-f(a)h(diagnostic)h(message.)630 4766 y(If)21 b(a)h(required)f(argumen)m
+f(a)h(diagnostic)h(message.)630 5011 y(If)21 b(a)h(required)f(argumen)m
 (t)h(is)g(not)g(found,)g(and)f Ft(getopts)f Fu(is)h(not)h(silen)m(t,)j
-(it)d(sets)g(the)g(v)-5 b(alue)22 b(of)630 4876 y Fr(name)32
+(it)d(sets)g(the)g(v)-5 b(alue)22 b(of)630 5121 y Fr(name)32
 b Fu(to)27 b(a)g(question)g(mark)f(\(`)p Ft(?)p Fu('\),)j(unsets)d
 Ft(OPTARG)p Fu(,)g(and)g(prin)m(ts)g(a)h(diagnostic)h(message.)630
-4985 y(If)i Ft(getopts)f Fu(is)i(silen)m(t,)h(it)f(sets)h(the)f(v)-5
+5230 y(If)i Ft(getopts)f Fu(is)i(silen)m(t,)h(it)f(sets)h(the)f(v)-5
 b(alue)31 b(of)g Fr(name)36 b Fu(to)31 b(a)g(colon)h(\(`)p
-Ft(:)p Fu('\),)g(and)e(sets)i Ft(OPTARG)630 5095 y Fu(to)f(the)g
-(option)g(c)m(haracter)g(found.)630 5230 y Ft(getopts)d
-Fu(returns)h(true)h(if)g(an)g(option,)h(sp)s(eci\014ed)e(or)h(unsp)s
-(eci\014ed,)f(is)h(found.)39 b(It)30 b(returns)630 5340
-y(false)h(when)e(it)i(encoun)m(ters)g(the)g(end)e(of)i(options)g(or)f
-(if)g(an)h(error)f(o)s(ccurs.)p eop end
+Ft(:)p Fu('\),)g(and)e(sets)i Ft(OPTARG)630 5340 y Fu(to)f(the)g
+(option)g(c)m(haracter)g(found.)p eop end
 %%Page: 54 60
 TeXDict begin 54 59 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(54)150 299 y Ft(hash)870
-430 y(hash)47 b([-r])f([-p)h Fj(filename)p Ft(])e([-dt])i([)p
-Fj(name)p Ft(])630 562 y Fu(Eac)m(h)37 b(time)h Ft(hash)d
+b(Shell)30 b(Builtin)h(Commands)2069 b(54)630 299 y Ft(getopts)28
+b Fu(returns)h(true)h(if)g(an)g(option,)h(sp)s(eci\014ed)e(or)h(unsp)s
+(eci\014ed,)f(is)h(found.)39 b(It)30 b(returns)630 408
+y(false)h(when)e(it)i(encoun)m(ters)g(the)g(end)e(of)i(options)g(or)f
+(if)g(an)h(error)f(o)s(ccurs.)150 573 y Ft(hash)870 710
+y(hash)47 b([-r])f([-p)h Fj(filename)p Ft(])e([-dt])i([)p
+Fj(name)p Ft(])630 847 y Fu(Eac)m(h)37 b(time)h Ft(hash)d
 Fu(is)i(in)m(v)m(ok)m(ed,)j(it)d(remem)m(b)s(ers)f(the)h(full)f
-(\014lenames)h(of)f(the)h(commands)630 671 y(sp)s(eci\014ed)c(as)i
+(\014lenames)h(of)f(the)h(commands)630 956 y(sp)s(eci\014ed)c(as)i
 Fr(name)k Fu(argumen)m(ts,)c(so)g(they)f(need)g(not)g(b)s(e)f(searc)m
-(hed)i(for)f(on)g(subsequen)m(t)630 781 y(in)m(v)m(o)s(cations.)79
+(hed)i(for)f(on)g(subsequen)m(t)630 1066 y(in)m(v)m(o)s(cations.)79
 b(The)41 b(commands)h(are)h(found)e(b)m(y)h(searc)m(hing)i(through)d
-(the)i(directories)630 891 y(listed)32 b(in)g Ft($PATH)p
+(the)i(directories)630 1176 y(listed)32 b(in)g Ft($PATH)p
 Fu(.)43 b(An)m(y)32 b(previously-remem)m(b)s(ered)f(\014lename)h(asso)s
-(ciated)h(with)e Fr(name)37 b Fu(is)630 1000 y(discarded.)51
+(ciated)h(with)e Fr(name)37 b Fu(is)630 1285 y(discarded.)51
 b(The)33 b Ft(-p)g Fu(option)i(inhibits)e(the)h(path)g(searc)m(h,)h
 (and)e Ft(hash)g Fu(uses)h Fr(\014lename)39 b Fu(as)630
-1110 y(the)31 b(lo)s(cation)h(of)e Fr(name)p Fu(.)630
-1241 y(The)35 b Ft(-r)g Fu(option)h(causes)g(the)g(shell)g(to)h(forget)
+1395 y(the)31 b(lo)s(cation)h(of)e Fr(name)p Fu(.)630
+1532 y(The)35 b Ft(-r)g Fu(option)h(causes)g(the)g(shell)g(to)h(forget)
 f(all)h(remem)m(b)s(ered)e(lo)s(cations.)58 b(Assigning)630
-1351 y(to)31 b(the)f Ft(PATH)e Fu(v)-5 b(ariable)31 b(also)g(clears)g
+1641 y(to)31 b(the)f Ft(PATH)e Fu(v)-5 b(ariable)31 b(also)g(clears)g
 (all)g(hashed)e(\014lenames.)40 b(The)30 b Ft(-d)f Fu(option)h(causes)h
-(the)630 1461 y(shell)g(to)g(forget)g(the)g(remem)m(b)s(ered)e(lo)s
-(cation)j(of)f(eac)m(h)g Fr(name)p Fu(.)630 1592 y(If)38
+(the)630 1751 y(shell)g(to)g(forget)g(the)g(remem)m(b)s(ered)e(lo)s
+(cation)j(of)f(eac)m(h)g Fr(name)p Fu(.)630 1888 y(If)38
 b(the)h Ft(-t)f Fu(option)h(is)g(supplied,)g Ft(hash)f
 Fu(prin)m(ts)g(the)h(full)f(pathname)h(corresp)s(onding)e(to)630
-1702 y(eac)m(h)29 b Fr(name)p Fu(.)40 b(If)28 b(m)m(ultiple)h
+1998 y(eac)m(h)29 b Fr(name)p Fu(.)40 b(If)28 b(m)m(ultiple)h
 Fr(name)k Fu(argumen)m(ts)c(are)f(supplied)f(with)h Ft(-t)p
-Fu(,)g Ft(hash)f Fu(prin)m(ts)h(eac)m(h)630 1811 y Fr(name)i
+Fu(,)g Ft(hash)f Fu(prin)m(ts)h(eac)m(h)630 2107 y Fr(name)i
 Fu(b)s(efore)24 b(the)h(corresp)s(onding)f(hashed)f(full)i(path.)38
 b(The)24 b Ft(-l)g Fu(option)i(displa)m(ys)e(output)630
-1921 y(in)30 b(a)h(format)g(that)f(ma)m(y)h(b)s(e)f(reused)g(as)g
-(input.)630 2052 y(If)38 b(no)g(argumen)m(ts)g(are)h(giv)m(en,)i(or)d
+2217 y(in)30 b(a)h(format)g(that)f(ma)m(y)h(b)s(e)f(reused)g(as)g
+(input.)630 2354 y(If)38 b(no)g(argumen)m(ts)g(are)h(giv)m(en,)i(or)d
 (if)h(only)f Ft(-l)g Fu(is)g(supplied,)h Ft(hash)e Fu(prin)m(ts)h
-(information)630 2162 y(ab)s(out)d(remem)m(b)s(ered)g(commands.)57
+(information)630 2463 y(ab)s(out)d(remem)m(b)s(ered)g(commands.)57
 b(The)35 b Ft(-t)p Fu(,)h Ft(-d)p Fu(,)h(and)e Ft(-p)g
-Fu(options)h(\(the)g(options)g(that)630 2271 y(act)28
+Fu(options)h(\(the)g(options)g(that)630 2573 y(act)28
 b(on)f(the)h Fr(name)k Fu(argumen)m(ts\))c(are)f(m)m(utually)h
 (exclusiv)m(e.)41 b(Only)26 b(one)i(will)f(b)s(e)g(activ)m(e.)41
-b(If)630 2381 y(more)25 b(than)h(one)f(is)h(supplied,)f
+b(If)630 2682 y(more)25 b(than)h(one)f(is)h(supplied,)f
 Ft(-t)g Fu(has)g(higher)g(priorit)m(y)g(than)g Ft(-p)p
-Fu(,)h(and)f(b)s(oth)g(ha)m(v)m(e)h(higher)630 2491 y(priorit)m(y)31
-b(than)f Ft(-d)p Fu(.)630 2622 y(The)38 b(return)g(status)h(is)g(zero)h
+Fu(,)h(and)f(b)s(oth)g(ha)m(v)m(e)h(higher)630 2792 y(priorit)m(y)31
+b(than)f Ft(-d)p Fu(.)630 2929 y(The)38 b(return)g(status)h(is)g(zero)h
 (unless)e(a)i Fr(name)k Fu(is)39 b(not)g(found)e(or)i(an)g(in)m(v)-5
-b(alid)40 b(option)f(is)630 2732 y(supplied.)150 2885
-y Ft(pwd)870 3017 y(pwd)47 b([-LP])630 3148 y Fu(Prin)m(t)29
+b(alid)40 b(option)f(is)630 3039 y(supplied.)150 3203
+y Ft(pwd)870 3340 y(pwd)47 b([-LP])630 3477 y Fu(Prin)m(t)29
 b(the)g(absolute)h(pathname)e(of)h(the)h(curren)m(t)e(w)m(orking)h
 (directory)-8 b(.)42 b(If)28 b(the)h Ft(-P)f Fu(option)630
-3258 y(is)41 b(supplied,)i(or)f(the)f Ft(-o)30 b(physical)39
+3587 y(is)41 b(supplied,)i(or)f(the)f Ft(-o)30 b(physical)39
 b Fu(option)j(to)g(the)f Ft(set)g Fu(builtin)g(\(see)h(Section)g(4.3.1)
-630 3367 y([The)35 b(Set)f(Builtin],)j(page)f(71\))g(is)f(enabled,)h
+630 3696 y([The)35 b(Set)f(Builtin],)j(page)f(71\))g(is)f(enabled,)h
 (the)f(pathname)f(prin)m(ted)g(will)i(not)f(con)m(tain)630
-3477 y(sym)m(b)s(olic)29 b(links.)39 b(If)28 b(the)h
+3806 y(sym)m(b)s(olic)29 b(links.)39 b(If)28 b(the)h
 Ft(-L)e Fu(option)i(is)g(supplied,)e(the)i(pathname)f(prin)m(ted)g(ma)m
-(y)h(con)m(tain)630 3587 y(sym)m(b)s(olic)34 b(links.)52
+(y)h(con)m(tain)630 3915 y(sym)m(b)s(olic)34 b(links.)52
 b(The)33 b(return)g(status)i(is)f(zero)h(unless)e(an)h(error)f(is)h
-(encoun)m(tered)h(while)630 3696 y(determining)30 b(the)g(name)g(of)g
+(encoun)m(tered)h(while)630 4025 y(determining)30 b(the)g(name)g(of)g
 (the)g(curren)m(t)f(directory)i(or)f(an)f(in)m(v)-5 b(alid)31
-b(option)f(is)g(supplied.)150 3850 y Ft(readonly)870
-3981 y(readonly)46 b([-aAf])g([-p])g([)p Fj(name)p Ft([=)p
-Fj(value)p Ft(]])e(...)630 4113 y Fu(Mark)24 b(eac)m(h)h
+b(option)f(is)g(supplied.)150 4189 y Ft(readonly)870
+4326 y(readonly)46 b([-aAf])g([-p])g([)p Fj(name)p Ft([=)p
+Fj(value)p Ft(]])e(...)630 4463 y Fu(Mark)24 b(eac)m(h)h
 Fr(name)k Fu(as)24 b(readonly)-8 b(.)39 b(The)24 b(v)-5
 b(alues)24 b(of)g(these)g(names)g(ma)m(y)g(not)g(b)s(e)g(c)m(hanged)g
-(b)m(y)630 4222 y(subsequen)m(t)29 b(assignmen)m(t)i(or)f(unset.)41
+(b)m(y)630 4573 y(subsequen)m(t)29 b(assignmen)m(t)i(or)f(unset.)41
 b(If)29 b(the)i Ft(-f)e Fu(option)i(is)f(supplied,)f(eac)m(h)i
-Fr(name)k Fu(refers)630 4332 y(to)30 b(a)f(shell)g(function.)40
+Fr(name)k Fu(refers)630 4682 y(to)30 b(a)f(shell)g(function.)40
 b(The)29 b Ft(-a)f Fu(option)i(means)e(eac)m(h)j Fr(name)j
-Fu(refers)28 b(to)i(an)f(indexed)f(arra)m(y)630 4441
+Fu(refers)28 b(to)i(an)f(indexed)f(arra)m(y)630 4792
 y(v)-5 b(ariable;)28 b(the)f Ft(-A)e Fu(option)h(means)g(eac)m(h)h
 Fr(name)k Fu(refers)26 b(to)g(an)g(asso)s(ciativ)m(e)i(arra)m(y)f(v)-5
-b(ariable.)630 4551 y(If)35 b(b)s(oth)g(options)h(are)h(supplied,)f
+b(ariable.)630 4902 y(If)35 b(b)s(oth)g(options)h(are)h(supplied,)f
 Ft(-A)f Fu(tak)m(es)i(precedence.)58 b(If)35 b(no)h Fr(name)k
-Fu(argumen)m(ts)d(are)630 4661 y(supplied,)44 b(or)f(if)f(the)g
+Fu(argumen)m(ts)d(are)630 5011 y(supplied,)44 b(or)f(if)f(the)g
 Ft(-p)g Fu(option)h(is)f(supplied,)i(prin)m(t)e(a)h(list)g(of)f(all)h
-(readonly)g(names.)630 4770 y(The)32 b(other)g(options)g(ma)m(y)h(b)s
+(readonly)g(names.)630 5121 y(The)32 b(other)g(options)g(ma)m(y)h(b)s
 (e)f(used)f(to)i(restrict)g(the)f(output)g(to)h(a)f(subset)g(of)g(the)g
-(set)h(of)630 4880 y(readonly)26 b(names.)40 b(The)25
+(set)h(of)630 5230 y(readonly)26 b(names.)40 b(The)25
 b Ft(-p)h Fu(option)g(displa)m(ys)h(output)f(in)f(a)i(format)g(that)f
-(ma)m(y)h(b)s(e)f(reused)630 4989 y(as)31 b(input.)630
-5121 y Ft(readonly)25 b Fu(allo)m(ws)j(the)f(v)-5 b(alue)27
-b(of)h(a)f(v)-5 b(ariable)28 b(to)f(b)s(e)g(set)g(at)h(the)f(same)g
-(time)h(the)f(readonly)630 5230 y(attribute)j(is)f(c)m(hanged)g(b)m(y)g
-(follo)m(wing)h(the)g(v)-5 b(ariable)29 b(name)g(with)g(=)p
-Fr(v)-5 b(alue)p Fu(.)40 b(This)28 b(sets)i(the)630 5340
-y(v)-5 b(alue)31 b(of)f(the)h(v)-5 b(ariable)31 b(is)g(to)g
-Fr(v)-5 b(alue)36 b Fu(while)30 b(mo)s(difying)g(the)g(readonly)h
-(attribute.)p eop end
+(ma)m(y)h(b)s(e)f(reused)630 5340 y(as)31 b(input.)p
+eop end
 %%Page: 55 61
 TeXDict begin 55 60 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(55)630 299 y(The)31
-b(return)f(status)h(is)h(zero)g(unless)e(an)h(in)m(v)-5
-b(alid)32 b(option)g(is)f(supplied,)f(one)i(of)f(the)h
-Fr(name)630 408 y Fu(argumen)m(ts)38 b(is)g(not)g(a)h(v)-5
+b(Shell)30 b(Builtin)h(Commands)2069 b(55)630 299 y Ft(readonly)25
+b Fu(allo)m(ws)j(the)f(v)-5 b(alue)27 b(of)h(a)f(v)-5
+b(ariable)28 b(to)f(b)s(e)g(set)g(at)h(the)f(same)g(time)h(the)f
+(readonly)630 408 y(attribute)j(is)f(c)m(hanged)g(b)m(y)g(follo)m(wing)
+h(the)g(v)-5 b(ariable)29 b(name)g(with)g(=)p Fr(v)-5
+b(alue)p Fu(.)40 b(This)28 b(sets)i(the)630 518 y(v)-5
+b(alue)31 b(of)f(the)h(v)-5 b(ariable)31 b(is)g(to)g
+Fr(v)-5 b(alue)36 b Fu(while)30 b(mo)s(difying)g(the)g(readonly)h
+(attribute.)630 647 y(The)g(return)f(status)h(is)h(zero)g(unless)e(an)h
+(in)m(v)-5 b(alid)32 b(option)g(is)f(supplied,)f(one)i(of)f(the)h
+Fr(name)630 757 y Fu(argumen)m(ts)38 b(is)g(not)g(a)h(v)-5
 b(alid)38 b(shell)g(v)-5 b(ariable)39 b(or)f(function)f(name,)j(or)e
-(the)g Ft(-f)g Fu(option)g(is)630 518 y(supplied)29 b(with)h(a)h(name)f
-(that)h(is)g(not)f(a)h(shell)g(function.)150 689 y Ft(return)870
-829 y(return)46 b([)p Fj(n)p Ft(])630 969 y Fu(Stop)22
+(the)g Ft(-f)g Fu(option)g(is)630 866 y(supplied)29 b(with)h(a)h(name)f
+(that)h(is)g(not)f(a)h(shell)g(function.)150 1014 y Ft(return)870
+1143 y(return)46 b([)p Fj(n)p Ft(])630 1272 y Fu(Stop)22
 b(executing)h(a)f(shell)g(function)g(or)f(sourced)h(\014le)g(and)f
 (return)g(the)h(v)-5 b(alue)22 b Fr(n)g Fu(to)g(its)g(caller.)630
-1078 y(If)38 b Fr(n)h Fu(is)g(not)g(supplied,)h(the)f(return)e(v)-5
+1382 y(If)38 b Fr(n)h Fu(is)g(not)g(supplied,)h(the)f(return)e(v)-5
 b(alue)40 b(is)f(the)g(exit)g(status)g(of)g(the)g(last)h(command)630
-1188 y(executed.)51 b(If)33 b Ft(return)f Fu(is)i(executed)g(b)m(y)g(a)
+1491 y(executed.)51 b(If)33 b Ft(return)f Fu(is)i(executed)g(b)m(y)g(a)
 g(trap)f(handler,)h(the)g(last)g(command)f(used)g(to)630
-1297 y(determine)e(the)g(status)h(is)f(the)g(last)h(command)e(executed)
-i(b)s(efore)f(the)g(trap)g(handler.)41 b(If)630 1407
+1601 y(determine)e(the)g(status)h(is)f(the)g(last)h(command)e(executed)
+i(b)s(efore)f(the)g(trap)g(handler.)41 b(If)630 1711
 y Ft(return)31 b Fu(is)h(executed)h(during)e(a)i Ft(DEBUG)e
 Fu(trap,)i(the)g(last)g(command)f(used)g(to)h(determine)630
-1517 y(the)26 b(status)g(is)g(the)g(last)h(command)f(executed)g(b)m(y)g
+1820 y(the)26 b(status)g(is)g(the)g(last)h(command)f(executed)g(b)m(y)g
 (the)g(trap)g(handler)f(b)s(efore)g Ft(return)g Fu(w)m(as)630
-1626 y(in)m(v)m(ok)m(ed.)630 1766 y(When)f Ft(return)f
+1930 y(in)m(v)m(ok)m(ed.)630 2059 y(When)f Ft(return)f
 Fu(is)h(used)f(to)i(terminate)g(execution)h(of)e(a)h(script)f(b)s(eing)
-g(executed)h(with)f(the)630 1876 y Ft(.)34 b Fu(\()p
+g(executed)h(with)f(the)630 2168 y Ft(.)34 b Fu(\()p
 Ft(source)p Fu(\))g(builtin,)h(it)h(returns)d(either)i
 Fr(n)f Fu(or)h(the)g(exit)g(status)g(of)g(the)g(last)g(command)630
-1985 y(executed)d(within)f(the)g(script)g(as)g(the)g(exit)h(status)g
+2278 y(executed)d(within)f(the)g(script)g(as)g(the)g(exit)h(status)g
 (of)f(the)g(script.)43 b(If)31 b Fr(n)f Fu(is)h(supplied,)g(the)630
-2095 y(return)e(v)-5 b(alue)31 b(is)g(its)f(least)i(signi\014can)m(t)f
-(8)g(bits.)630 2235 y(An)m(y)39 b(command)f(asso)s(ciated)j(with)d(the)
+2388 y(return)e(v)-5 b(alue)31 b(is)g(its)f(least)i(signi\014can)m(t)f
+(8)g(bits.)630 2516 y(An)m(y)39 b(command)f(asso)s(ciated)j(with)d(the)
 h Ft(RETURN)e Fu(trap)i(is)g(executed)g(b)s(efore)g(execution)630
-2345 y(resumes)30 b(after)h(the)f(function)g(or)h(script.)630
-2485 y(The)39 b(return)f(status)i(is)g(non-zero)g(if)f
+2626 y(resumes)30 b(after)h(the)f(function)g(or)h(script.)630
+2755 y(The)39 b(return)f(status)i(is)g(non-zero)g(if)f
 Ft(return)f Fu(is)h(supplied)g(a)g(non-n)m(umeric)g(argumen)m(t)630
-2594 y(or)34 b(is)g(used)f(outside)h(a)g(function)g(and)f(not)i(during)
+2865 y(or)34 b(is)g(used)f(outside)h(a)g(function)g(and)f(not)i(during)
 d(the)i(execution)h(of)f(a)h(script)f(b)m(y)f Ft(.)h
-Fu(or)630 2704 y Ft(source)p Fu(.)150 2874 y Ft(shift)870
-3014 y(shift)46 b([)p Fj(n)p Ft(])630 3154 y Fu(Shift)26
+Fu(or)630 2974 y Ft(source)p Fu(.)150 3122 y Ft(shift)870
+3251 y(shift)46 b([)p Fj(n)p Ft(])630 3380 y Fu(Shift)26
 b(the)h(p)s(ositional)g(parameters)g(to)h(the)f(left)g(b)m(y)g
 Fr(n)p Fu(:)38 b(the)27 b(p)s(ositional)g(parameters)g(from)630
-3264 y Fr(n)p Ft(+)p Fu(1)h(.)22 b(.)g(.)34 b Ft($#)22
+3490 y Fr(n)p Ft(+)p Fu(1)h(.)22 b(.)g(.)34 b Ft($#)22
 b Fu(are)h(renamed)g(to)g Ft($1)28 b Fu(.)22 b(.)g(.)34
 b Ft($#)p Fu(-)p Fr(n)p Fu(.)j(P)m(arameters)24 b(represen)m(ted)f(b)m
-(y)g(the)f(n)m(um)m(b)s(ers)630 3373 y Ft($#)35 b Fu(do)m(wn)g(to)h
+(y)g(the)f(n)m(um)m(b)s(ers)630 3599 y Ft($#)35 b Fu(do)m(wn)g(to)h
 Ft($#)p Fu(-)p Fr(n)p Ft(+)p Fu(1)f(are)g(unset.)56 b
 Fr(n)35 b Fu(m)m(ust)g(b)s(e)g(a)h(non-negativ)m(e)h(n)m(um)m(b)s(er)d
-(less)i(than)f(or)630 3483 y(equal)f(to)f Ft($#)p Fu(.)48
+(less)i(than)f(or)630 3709 y(equal)f(to)f Ft($#)p Fu(.)48
 b(If)33 b Fr(n)f Fu(is)h(not)g(supplied,)g(it)h(is)f(assumed)f(to)i(b)s
 (e)e(1.)49 b(If)32 b Fr(n)h Fu(is)g(zero)h(or)f(greater)630
-3593 y(than)f Ft($#)p Fu(,)g(the)h(p)s(ositional)f(parameters)h(are)g
+3819 y(than)f Ft($#)p Fu(,)g(the)h(p)s(ositional)f(parameters)h(are)g
 (not)f(c)m(hanged.)47 b(The)31 b(return)g(status)i(is)f(zero)630
-3702 y(unless)e Fr(n)f Fu(is)i(greater)g(than)g Ft($#)e
+3928 y(unless)e Fr(n)f Fu(is)i(greater)g(than)g Ft($#)e
 Fu(or)i(less)f(than)h(zero,)g(non-zero)g(otherwise.)150
-3873 y Ft(test)150 3982 y([)870 4122 y(test)47 b Fj(expr)630
-4262 y Fu(Ev)-5 b(aluate)43 b(a)f(conditional)h(expression)f
+4076 y Ft(test)150 4186 y([)870 4315 y(test)47 b Fj(expr)630
+4444 y Fu(Ev)-5 b(aluate)43 b(a)f(conditional)h(expression)f
 Fr(expr)48 b Fu(and)41 b(return)g(a)h(status)g(of)g(0)g(\(true\))h(or)f
-(1)630 4372 y(\(false\).)g(Eac)m(h)31 b(op)s(erator)f(and)f(op)s(erand)
+(1)630 4554 y(\(false\).)g(Eac)m(h)31 b(op)s(erator)f(and)f(op)s(erand)
 g(m)m(ust)h(b)s(e)f(a)i(separate)g(argumen)m(t.)41 b(Expressions)630
-4482 y(are)26 b(comp)s(osed)f(of)g(the)h(primaries)f(describ)s(ed)f(b)s
+4663 y(are)26 b(comp)s(osed)f(of)g(the)h(primaries)f(describ)s(ed)f(b)s
 (elo)m(w)h(in)g(Section)h(6.4)h([Bash)e(Conditional)630
-4591 y(Expressions],)35 b(page)h(103.)55 b Ft(test)34
+4773 y(Expressions],)35 b(page)h(103.)55 b Ft(test)34
 b Fu(do)s(es)g(not)h(accept)h(an)m(y)f(options,)i(nor)d(do)s(es)g(it)h
-(accept)630 4701 y(and)28 b(ignore)g(an)h(argumen)m(t)f(of)h
+(accept)630 4882 y(and)28 b(ignore)g(an)h(argumen)m(t)f(of)h
 Ft(--)e Fu(as)i(signifying)f(the)h(end)e(of)i(options.)40
-b(When)28 b(using)g(the)630 4810 y Ft([)i Fu(form,)g(the)h(last)g
+b(When)28 b(using)g(the)630 4992 y Ft([)i Fu(form,)g(the)h(last)g
 (argumen)m(t)g(to)g(the)f(command)h(m)m(ust)f(b)s(e)g(a)g
-Ft(])p Fu(.)630 4950 y(Expressions)23 b(ma)m(y)h(b)s(e)e(com)m(bined)i
+Ft(])p Fu(.)630 5121 y(Expressions)23 b(ma)m(y)h(b)s(e)e(com)m(bined)i
 (using)f(the)h(follo)m(wing)h(op)s(erators,)g(listed)f(in)f(decreasing)
-630 5060 y(order)30 b(of)h(precedence.)43 b(The)30 b(ev)-5
+630 5230 y(order)30 b(of)h(precedence.)43 b(The)30 b(ev)-5
 b(aluation)33 b(dep)s(ends)28 b(on)j(the)g(n)m(um)m(b)s(er)f(of)h
-(argumen)m(ts;)g(see)630 5170 y(b)s(elo)m(w.)41 b Ft(test)29
+(argumen)m(ts;)g(see)630 5340 y(b)s(elo)m(w.)41 b Ft(test)29
 b Fu(uses)h(op)s(erator)h(precedence)g(when)e(there)i(are)f(\014v)m(e)h
-(or)f(more)h(argumen)m(ts.)630 5340 y Ft(!)f Fj(expr)210
-b Fu(T)-8 b(rue)30 b(if)g Fr(expr)37 b Fu(is)30 b(false.)p
-eop end
+(or)f(more)h(argumen)m(ts.)p eop end
 %%Page: 56 62
 TeXDict begin 56 61 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(56)630 299 y Ft(\()30
-b Fj(expr)f Ft(\))133 b Fu(Returns)36 b(the)i(v)-5 b(alue)37
-b(of)g Fr(expr)p Fu(.)61 b(This)36 b(ma)m(y)i(b)s(e)f(used)f(to)i(o)m
-(v)m(erride)g(normal)1110 408 y(op)s(erator)31 b(precedence.)630
-578 y Fj(expr1)e Ft(-a)h Fj(expr2)1110 687 y Fu(T)-8
-b(rue)30 b(if)g(b)s(oth)g Fr(expr1)37 b Fu(and)30 b Fr(expr2)38
-b Fu(are)30 b(true.)630 857 y Fj(expr1)f Ft(-o)h Fj(expr2)1110
-966 y Fu(T)-8 b(rue)30 b(if)g(either)h Fr(expr1)38 b
-Fu(or)30 b Fr(expr2)37 b Fu(is)31 b(true.)630 1136 y(The)37
+b(Shell)30 b(Builtin)h(Commands)2069 b(56)630 299 y Ft(!)30
+b Fj(expr)210 b Fu(T)-8 b(rue)30 b(if)g Fr(expr)37 b
+Fu(is)30 b(false.)630 454 y Ft(\()g Fj(expr)f Ft(\))133
+b Fu(Returns)36 b(the)i(v)-5 b(alue)37 b(of)g Fr(expr)p
+Fu(.)61 b(This)36 b(ma)m(y)i(b)s(e)f(used)f(to)i(o)m(v)m(erride)g
+(normal)1110 564 y(op)s(erator)31 b(precedence.)630 719
+y Fj(expr1)e Ft(-a)h Fj(expr2)1110 829 y Fu(T)-8 b(rue)30
+b(if)g(b)s(oth)g Fr(expr1)37 b Fu(and)30 b Fr(expr2)38
+b Fu(are)30 b(true.)630 984 y Fj(expr1)f Ft(-o)h Fj(expr2)1110
+1093 y Fu(T)-8 b(rue)30 b(if)g(either)h Fr(expr1)38 b
+Fu(or)30 b Fr(expr2)37 b Fu(is)31 b(true.)630 1249 y(The)37
 b Ft(test)f Fu(and)g Ft([)h Fu(builtins)g(ev)-5 b(aluate)39
 b(conditional)f(expressions)f(using)g(a)g(set)h(of)f(rules)630
-1245 y(based)30 b(on)g(the)h(n)m(um)m(b)s(er)e(of)h(argumen)m(ts.)630
-1415 y(0)h(argumen)m(ts)1110 1524 y(The)f(expression)g(is)g(false.)630
-1694 y(1)h(argumen)m(t)1110 1803 y(The)f(expression)g(is)g(true)h(if,)f
+1358 y(based)30 b(on)g(the)h(n)m(um)m(b)s(er)e(of)h(argumen)m(ts.)630
+1513 y(0)h(argumen)m(ts)1110 1623 y(The)f(expression)g(is)g(false.)630
+1778 y(1)h(argumen)m(t)1110 1888 y(The)f(expression)g(is)g(true)h(if,)f
 (and)g(only)g(if,)h(the)g(argumen)m(t)f(is)h(not)f(n)m(ull.)630
-1973 y(2)h(argumen)m(ts)1110 2082 y(If)f(the)h(\014rst)f(argumen)m(t)h
+2043 y(2)h(argumen)m(ts)1110 2153 y(If)f(the)h(\014rst)f(argumen)m(t)h
 (is)g(`)p Ft(!)p Fu(',)g(the)g(expression)g(is)g(true)f(if)h(and)f
-(only)h(if)g(the)1110 2192 y(second)j(argumen)m(t)f(is)h(n)m(ull.)50
+(only)h(if)g(the)1110 2262 y(second)j(argumen)m(t)f(is)h(n)m(ull.)50
 b(If)33 b(the)h(\014rst)e(argumen)m(t)i(is)g(one)g(of)f(the)h(unary)
-1110 2301 y(conditional)42 b(op)s(erators)f(\(see)g(Section)h(6.4)f
-([Bash)g(Conditional)g(Expres-)1110 2411 y(sions],)30
+1110 2372 y(conditional)42 b(op)s(erators)f(\(see)g(Section)h(6.4)f
+([Bash)g(Conditional)g(Expres-)1110 2482 y(sions],)30
 b(page)h(103\),)g(the)f(expression)g(is)f(true)h(if)f(the)h(unary)f
-(test)h(is)g(true.)40 b(If)1110 2521 y(the)33 b(\014rst)g(argumen)m(t)h
+(test)h(is)g(true.)40 b(If)1110 2591 y(the)33 b(\014rst)g(argumen)m(t)h
 (is)f(not)g(a)h(v)-5 b(alid)34 b(unary)e(op)s(erator,)i(the)g
-(expression)f(is)1110 2630 y(false.)630 2800 y(3)e(argumen)m(ts)1110
-2909 y(The)f(follo)m(wing)i(conditions)f(are)f(applied)h(in)f(the)g
-(order)g(listed.)1159 3049 y(1.)61 b(If)29 b(the)g(second)g(argumen)m
+(expression)f(is)1110 2701 y(false.)630 2856 y(3)e(argumen)m(ts)1110
+2966 y(The)f(follo)m(wing)i(conditions)f(are)f(applied)h(in)f(the)g
+(order)g(listed.)1159 3098 y(1.)61 b(If)29 b(the)g(second)g(argumen)m
 (t)h(is)f(one)h(of)f(the)h(binary)e(conditional)j(op)s(era-)1290
-3158 y(tors)21 b(\(see)i(Section)f(6.4)g([Bash)g(Conditional)f
-(Expressions],)i(page)f(103\),)1290 3268 y(the)i(result)g(of)f(the)h
+3208 y(tors)21 b(\(see)i(Section)f(6.4)g([Bash)g(Conditional)f
+(Expressions],)i(page)f(103\),)1290 3317 y(the)i(result)g(of)f(the)h
 (expression)g(is)g(the)f(result)h(of)g(the)g(binary)f(test)h(using)1290
-3377 y(the)35 b(\014rst)e(and)h(third)g(argumen)m(ts)h(as)f(op)s
+3427 y(the)35 b(\014rst)e(and)h(third)g(argumen)m(ts)h(as)f(op)s
 (erands.)52 b(The)34 b(`)p Ft(-a)p Fu(')g(and)g(`)p Ft(-o)p
-Fu(')1290 3487 y(op)s(erators)24 b(are)g(considered)g(binary)f(op)s
-(erators)h(when)f(there)h(are)h(three)1290 3597 y(argumen)m(ts.)1159
-3736 y(2.)61 b(If)41 b(the)h(\014rst)e(argumen)m(t)i(is)f(`)p
+Fu(')1290 3536 y(op)s(erators)24 b(are)g(considered)g(binary)f(op)s
+(erators)h(when)f(there)h(are)h(three)1290 3646 y(argumen)m(ts.)1159
+3778 y(2.)61 b(If)41 b(the)h(\014rst)e(argumen)m(t)i(is)f(`)p
 Ft(!)p Fu(',)k(the)d(v)-5 b(alue)41 b(is)h(the)f(negation)i(of)f(the)
-1290 3846 y(t)m(w)m(o-argumen)m(t)33 b(test)e(using)f(the)g(second)h
-(and)e(third)h(argumen)m(ts.)1159 3985 y(3.)61 b(If)35
+1290 3888 y(t)m(w)m(o-argumen)m(t)33 b(test)e(using)f(the)g(second)h
+(and)e(third)h(argumen)m(ts.)1159 4020 y(3.)61 b(If)35
 b(the)h(\014rst)e(argumen)m(t)i(is)g(exactly)h(`)p Ft(\()p
-Fu(')f(and)f(the)g(third)g(argumen)m(t)h(is)1290 4095
+Fu(')f(and)f(the)g(third)g(argumen)m(t)h(is)1290 4130
 y(exactly)i(`)p Ft(\))p Fu(',)g(the)f(result)f(is)h(the)f(one-argumen)m
-(t)i(test)f(of)f(the)h(second)1290 4204 y(argumen)m(t.)1159
-4344 y(4.)61 b(Otherwise,)30 b(the)h(expression)f(is)g(false.)630
-4513 y(4)h(argumen)m(ts)1110 4623 y(The)f(follo)m(wing)i(conditions)f
-(are)f(applied)h(in)f(the)g(order)g(listed.)1159 4762
+(t)i(test)f(of)f(the)h(second)1290 4240 y(argumen)m(t.)1159
+4372 y(4.)61 b(Otherwise,)30 b(the)h(expression)f(is)g(false.)630
+4527 y(4)h(argumen)m(ts)1110 4637 y(The)f(follo)m(wing)i(conditions)f
+(are)f(applied)h(in)f(the)g(order)g(listed.)1159 4769
 y(1.)61 b(If)39 b(the)i(\014rst)e(argumen)m(t)h(is)g(`)p
 Ft(!)p Fu(',)j(the)d(result)f(is)h(the)g(negation)i(of)e(the)1290
-4872 y(three-argumen)m(t)k(expression)e(comp)s(osed)g(of)h(the)g
-(remaining)g(argu-)1290 4981 y(men)m(ts.)1159 5121 y(2.)61
+4879 y(three-argumen)m(t)k(expression)e(comp)s(osed)g(of)h(the)g
+(remaining)g(argu-)1290 4988 y(men)m(ts.)1159 5121 y(2.)61
 b(If)31 b(the)g(\014rst)f(argumen)m(t)i(is)f(exactly)i(`)p
 Ft(\()p Fu(')e(and)g(the)g(fourth)f(argumen)m(t)i(is)1290
 5230 y(exactly)38 b(`)p Ft(\))p Fu(',)f(the)f(result)g(is)g(the)g(t)m
@@ -13893,28 +13899,27 @@ b Fu(If)26 b(set,)i(Bash)f(attempts)g(sp)s(elling)g(correction)g(on)g
 (the)g(directory)g(name)g(initially)h(supplied)e(do)s(es)h(not)1110
 3641 y(exist.)630 3792 y Ft(dotglob)144 b Fu(If)35 b(set,)k(Bash)d
 (includes)f(\014lenames)h(b)s(eginning)f(with)h(a)g(`)p
-Ft(.)p Fu(')g(in)g(the)g(results)1110 3902 y(of)f(\014lename)f
-(expansion.)53 b(The)33 b(\014lenames)i(`)p Ft(.)p Fu(')f(and)g(`)p
-Ft(..)p Fu(')g(m)m(ust)h(alw)m(a)m(ys)h(b)s(e)1110 4011
-y(matc)m(hed)31 b(explicitly)-8 b(,)33 b(ev)m(en)e(if)f
-Ft(dotglob)f Fu(is)h(set.)630 4162 y Ft(execfail)96 b
-Fu(If)24 b(this)h(is)f(set,)j(a)e(non-in)m(teractiv)m(e)i(shell)e(will)
-f(not)h(exit)h(if)e(it)h(cannot)h(execute)1110 4271 y(the)f(\014le)g
-(sp)s(eci\014ed)f(as)h(an)g(argumen)m(t)g(to)h(the)f
-Ft(exec)e Fu(builtin.)39 b(An)24 b(in)m(teractiv)m(e)1110
-4381 y(shell)31 b(do)s(es)f(not)g(exit)i(if)e Ft(exec)f
-Fu(fails.)630 4532 y Ft(expand_aliases)1110 4641 y Fu(If)j(set,)h
-(aliases)g(are)g(expanded)e(as)h(describ)s(ed)f(b)s(elo)m(w)h(under)f
-(Aliases,)i(Sec-)1110 4751 y(tion)i(6.6)h([Aliases],)h(page)e(107.)55
-b(This)33 b(option)i(is)g(enabled)f(b)m(y)h(default)f(for)1110
-4861 y(in)m(teractiv)m(e)f(shells.)630 5011 y Ft(extdebug)96
-b Fu(If)35 b(set)i(at)f(shell)g(in)m(v)m(o)s(cation,)k(or)c(in)f(a)h
-(shell)h(startup)e(\014le,)i(arrange)g(to)f(ex-)1110
-5121 y(ecute)h(the)f(debugger)g(pro\014le)g(b)s(efore)g(the)g(shell)h
-(starts,)h(iden)m(tical)g(to)f(the)1110 5230 y Ft(--debugger)32
-b Fu(option.)56 b(If)35 b(set)h(after)g(in)m(v)m(o)s(cation,)j(b)s(eha)
-m(vior)c(in)m(tended)g(for)1110 5340 y(use)30 b(b)m(y)g(debuggers)g(is)
-h(enabled:)p eop end
+Ft(.)p Fu(')g(in)g(the)g(results)1110 3902 y(of)43 b(\014lename)g
+(expansion.)78 b(The)42 b(\014lenames)h Ft(.)f Fu(and)g
+Ft(..)h Fu(m)m(ust)f(alw)m(a)m(ys)j(b)s(e)1110 4011 y(matc)m(hed)31
+b(explicitly)-8 b(,)33 b(ev)m(en)e(if)f Ft(dotglob)f
+Fu(is)h(set.)630 4162 y Ft(execfail)96 b Fu(If)24 b(this)h(is)f(set,)j
+(a)e(non-in)m(teractiv)m(e)i(shell)e(will)f(not)h(exit)h(if)e(it)h
+(cannot)h(execute)1110 4271 y(the)f(\014le)g(sp)s(eci\014ed)f(as)h(an)g
+(argumen)m(t)g(to)h(the)f Ft(exec)e Fu(builtin.)39 b(An)24
+b(in)m(teractiv)m(e)1110 4381 y(shell)31 b(do)s(es)f(not)g(exit)i(if)e
+Ft(exec)f Fu(fails.)630 4532 y Ft(expand_aliases)1110
+4641 y Fu(If)j(set,)h(aliases)g(are)g(expanded)e(as)h(describ)s(ed)f(b)
+s(elo)m(w)h(under)f(Aliases,)i(Sec-)1110 4751 y(tion)i(6.6)h
+([Aliases],)h(page)e(107.)55 b(This)33 b(option)i(is)g(enabled)f(b)m(y)
+h(default)f(for)1110 4861 y(in)m(teractiv)m(e)f(shells.)630
+5011 y Ft(extdebug)96 b Fu(If)35 b(set)i(at)f(shell)g(in)m(v)m(o)s
+(cation,)k(or)c(in)f(a)h(shell)h(startup)e(\014le,)i(arrange)g(to)f
+(ex-)1110 5121 y(ecute)h(the)f(debugger)g(pro\014le)g(b)s(efore)g(the)g
+(shell)h(starts,)h(iden)m(tical)g(to)f(the)1110 5230
+y Ft(--debugger)32 b Fu(option.)56 b(If)35 b(set)h(after)g(in)m(v)m(o)s
+(cation,)j(b)s(eha)m(vior)c(in)m(tended)g(for)1110 5340
+y(use)30 b(b)m(y)g(debuggers)g(is)h(enabled:)p eop end
 %%Page: 79 85
 TeXDict begin 79 84 bop 150 -116 a Fu(Chapter)30 b(4:)41
 b(Shell)30 b(Builtin)h(Commands)2069 b(79)1159 299 y(1.)61
@@ -13976,12 +13981,11 @@ b(pattern)f(matc)m(hing)h(do)s(es)e(not)h(tak)m(e)i(the)e(curren)m(t)g
 (`)p Ft(A)p Fu(')g(and)e(`)p Ft(B)p Fu(',)j(and)1110
 4837 y(upp)s(er-case)g(and)g(lo)m(w)m(er-case)j(ASCI)s(I)28
 b(c)m(haracters)k(will)f(collate)i(together.)630 5011
-y Ft(globskipdots)1110 5121 y Fu(If)38 b(set,)k(\014lename)d(expansion)
-f(will)h(nev)m(er)g(matc)m(h)h(the)f(\014lenames)g(`)p
-Ft(.)p Fu(')g(and)1110 5230 y(`)p Ft(..)p Fu(',)c(ev)m(en)g(if)g(the)f
-(pattern)g(b)s(egins)g(with)g(a)h(`)p Ft(.)p Fu('.)52
-b(This)34 b(option)h(is)f(enabled)1110 5340 y(b)m(y)c(default.)p
-eop end
+y Ft(globskipdots)1110 5121 y Fu(If)c(set,)h(\014lename)f(expansion)g
+(will)g(nev)m(er)g(matc)m(h)h(the)f(\014lenames)g Ft(.)g
+Fu(and)f Ft(..)p Fu(,)1110 5230 y(ev)m(en)40 b(if)g(the)g(pattern)g(b)s
+(egins)f(with)g(a)i(`)p Ft(.)p Fu('.)68 b(This)39 b(option)i(is)e
+(enabled)h(b)m(y)1110 5340 y(default.)p eop end
 %%Page: 80 86
 TeXDict begin 80 85 bop 150 -116 a Fu(Chapter)30 b(4:)41
 b(Shell)30 b(Builtin)h(Commands)2069 b(80)630 299 y Ft(globstar)96
@@ -14079,11 +14083,12 @@ Ft([[)g Fu(conditional)h(com-)1110 3302 y(mands)25 b(\(see)i(Section)f
 3411 y(p)s(erforming)e(pattern)i(substitution)f(w)m(ord)g(expansions,)h
 (or)f(when)g(\014ltering)1110 3521 y(p)s(ossible)j(completions)h(as)g
 (part)f(of)h(programmable)f(completion.)630 3674 y Ft
-(noexpand_translation)1110 3784 y Fu(If)23 b(set,)j(Bash)d(encloses)i
-(the)e(translated)h(results)g(of)f($)p Ft(")p Fu(...)p
-Ft(")h Fu(quoting)g(in)f(single)1110 3893 y(quotes)k(instead)g(of)g
-(double)f(quotes.)40 b(If)26 b(the)h(string)f(is)h(not)g(translated,)h
-(this)1110 4003 y(has)i(no)g(e\013ect.)630 4156 y Ft(nullglob)96
+(noexpand_translation)1110 3784 y Fu(If)25 b(set,)i(Bash)e(encloses)i
+(the)e(translated)h(results)f(of)h($)p Ft(")6 b Fu(.)22
+b(.)g(.)11 b Ft(")25 b Fu(quoting)h(in)f(sin-)1110 3893
+y(gle)31 b(quotes)g(instead)f(of)h(double)e(quotes.)41
+b(If)30 b(the)g(string)g(is)h(not)f(translated,)1110
+4003 y(this)g(has)g(no)h(e\013ect.)630 4156 y Ft(nullglob)96
 b Fu(If)35 b(set,)j(\014lename)e(expansion)f(patterns)h(whic)m(h)f
 (matc)m(h)i(no)e(\014les)h(\(see)g(Sec-)1110 4266 y(tion)g(3.5.8)i
 ([Filename)f(Expansion],)f(page)h(37\))g(expand)e(to)h(nothing)g(and)
@@ -14631,8 +14636,8 @@ TeXDict begin 90 95 bop 150 -116 a Fu(Chapter)30 b(5:)41
 b(Shell)30 b(V)-8 b(ariables)2459 b(90)150 299 y Ft(EPOCHREALTIME)630
 408 y Fu(Eac)m(h)38 b(time)f(this)g(parameter)h(is)f(referenced,)i(it)f
 (expands)e(to)i(the)f(n)m(um)m(b)s(er)f(of)h(seconds)630
-518 y(since)f(the)g(Unix)f(Ep)s(o)s(c)m(h)g(as)h(a)g(\015oating)h(p)s
-(oin)m(t)f(v)-5 b(alue)36 b(with)f(micro-second)i(gran)m(ularit)m(y)630
+518 y(since)g(the)f(Unix)g(Ep)s(o)s(c)m(h)f(as)i(a)f(\015oating-p)s
+(oin)m(t)i(v)-5 b(alue)37 b(with)f(micro-second)h(gran)m(ularit)m(y)630
 628 y(\(see)k(the)g(do)s(cumen)m(tation)h(for)e(the)h(C)f(library)g
 (function)g Ft(time)g Fu(for)g(the)h(de\014nition)f(of)630
 737 y(Ep)s(o)s(c)m(h\).)82 b(Assignmen)m(ts)44 b(to)h
@@ -14717,494 +14722,496 @@ b(matc)m(hes)g(one)f(of)g(the)g(patterns)g(in)f Ft(GLOBIGNORE)p
 Fu(,)f(it)i(is)g(remo)m(v)m(ed)h(from)e(the)h(list)h(of)630
 408 y(matc)m(hes.)41 b(The)27 b(pattern)g(matc)m(hing)h(honors)f(the)g
 (setting)i(of)e(the)h Ft(extglob)d Fu(shell)i(option.)150
-562 y Ft(GLOBSORT)96 b Fu(Con)m(trols)38 b(ho)m(w)g(the)f(results)h(of)
+581 y Ft(GLOBSORT)96 b Fu(Con)m(trols)38 b(ho)m(w)g(the)f(results)h(of)
 g(\014lename)f(expansion)h(are)g(sorted.)62 b(The)37
-b(v)-5 b(alue)38 b(of)g(this)630 671 y(v)-5 b(ariable)45
+b(v)-5 b(alue)38 b(of)g(this)630 690 y(v)-5 b(ariable)45
 b(sp)s(eci\014es)e(the)h(sort)g(criteria)h(and)e(sort)h(order)f(for)g
-(the)h(results)g(of)g(\014lename)630 781 y(expansion.)c(If)29
+(the)h(results)g(of)g(\014lename)630 800 y(expansion.)c(If)29
 b(this)g(v)-5 b(ariable)30 b(is)f(unset)f(or)h(set)h(to)g(the)f(n)m
-(ull)g(string,)h(\014lename)f(expansion)630 891 y(uses)40
-b(the)h(historical)h(b)s(eha)m(vior)e(of)h(sorting)g(b)m(y)f(name.)71
-b(If)40 b(set,)k(a)d(v)-5 b(alid)41 b(v)-5 b(alue)40
-b(b)s(egins)630 1000 y(with)27 b(an)f(optional)i(`)p
-Ft(+)p Fu(',)g(whic)m(h)f(is)g(ignored,)g(or)g(`)p Ft(-)p
-Fu(',)h(whic)m(h)f(rev)m(erses)g(the)g(sort)g(order)f(from)630
-1110 y(ascending)34 b(to)g(descending,)g(follo)m(w)m(ed)h(b)m(y)e(a)h
-(sort)f(sp)s(eci\014er.)50 b(The)32 b(v)-5 b(alid)34
-b(sort)g(sp)s(eci\014ers)630 1219 y(are)40 b(`)p Ft(name)p
-Fu(',)i(`)p Ft(numeric)p Fu(',)f(`)p Ft(size)p Fu(',)h(`)p
-Ft(mtime)p Fu(',)f(`)p Ft(atime)p Fu(',)g(`)p Ft(ctime)p
-Fu(',)h(and)d(`)p Ft(blocks)p Fu(',)i(whic)m(h)630 1329
-y(sort)35 b(the)h(\014les)f(on)g(name,)i(names)e(in)g(n)m(umeric)g
-(rather)g(than)g(lexicographic)j(order,)e(\014le)630
-1439 y(size,)c(mo)s(di\014cation)f(time,)h(access)h(time,)f(ino)s(de)e
-(c)m(hange)i(time,)g(and)f(n)m(um)m(b)s(er)e(of)i(blo)s(c)m(ks,)630
-1548 y(resp)s(ectiv)m(ely)-8 b(.)41 b(If)27 b(an)m(y)g(of)g(the)g
-(non-name)f(k)m(eys)i(compare)f(as)g(equal)g(\(e.g.,)j(if)d(t)m(w)m(o)h
-(\014les)f(are)630 1658 y(the)k(same)f(size\),)i(sorting)f(uses)f(the)g
-(name)h(as)f(a)h(secondary)g(sort)f(k)m(ey)-8 b(.)630
-1789 y(F)g(or)33 b(example,)g(a)f(v)-5 b(alue)33 b(of)f
-Ft(-mtime)e Fu(sorts)i(the)g(results)g(in)f(descending)h(order)f(b)m(y)
-h(mo)s(di-)630 1899 y(\014cation)f(time)g(\(new)m(est)h(\014rst\).)630
-2030 y(The)c(`)p Ft(numeric)p Fu(')g(sp)s(eci\014er)g(treats)i(names)e
+(ull)g(string,)h(\014lename)f(expansion)630 909 y(uses)23
+b(the)h(historical)h(b)s(eha)m(vior)e(of)h(sorting)g(b)m(y)g(name,)h
+(in)e(ascending)h(lexicographic)h(order)630 1019 y(as)31
+b(determined)f(b)m(y)g(the)g Ft(LC_COLLATE)e Fu(shell)j(v)-5
+b(ariable.)630 1160 y(If)31 b(set,)h(a)g(v)-5 b(alid)32
+b(v)-5 b(alue)31 b(b)s(egins)g(with)g(an)g(optional)i(`)p
+Ft(+)p Fu(',)f(whic)m(h)f(is)g(ignored,)h(or)f(`)p Ft(-)p
+Fu(',)h(whic)m(h)630 1270 y(rev)m(erses)22 b(the)g(sort)f(order)g(from)
+g(ascending)h(to)g(descending,)h(follo)m(w)m(ed)g(b)m(y)f(a)g(sort)f
+(sp)s(eci\014er.)630 1379 y(The)k(v)-5 b(alid)25 b(sort)h(sp)s
+(eci\014ers)e(are)i(`)p Ft(name)p Fu(',)g(`)p Ft(numeric)p
+Fu(',)f(`)p Ft(size)p Fu(',)g(`)p Ft(mtime)p Fu(',)h(`)p
+Ft(atime)p Fu(',)g(`)p Ft(ctime)p Fu(',)630 1489 y(and)45
+b(`)p Ft(blocks)p Fu(',)j(whic)m(h)e(sort)f(the)h(\014les)g(on)f(name,)
+50 b(names)45 b(in)g(n)m(umeric)h(rather)f(than)630 1598
+y(lexicographic)28 b(order,)f(\014le)f(size,)i(mo)s(di\014cation)f
+(time,)h(access)f(time,)h(ino)s(de)e(c)m(hange)h(time,)630
+1708 y(and)37 b(n)m(um)m(b)s(er)e(of)j(blo)s(c)m(ks,)h(resp)s(ectiv)m
+(ely)-8 b(.)63 b(If)37 b(an)m(y)g(of)h(the)f(non-name)g(k)m(eys)h
+(compare)g(as)630 1817 y(equal)29 b(\(e.g.,)i(if)d(t)m(w)m(o)i(\014les)
+e(are)h(the)f(same)h(size\),)i(sorting)d(uses)g(the)h(name)f(as)h(a)g
+(secondary)630 1927 y(sort)i(k)m(ey)-8 b(.)630 2068 y(F)g(or)33
+b(example,)g(a)f(v)-5 b(alue)33 b(of)f Ft(-mtime)e Fu(sorts)i(the)g
+(results)g(in)f(descending)h(order)f(b)m(y)h(mo)s(di-)630
+2178 y(\014cation)f(time)g(\(new)m(est)h(\014rst\).)630
+2318 y(The)c(`)p Ft(numeric)p Fu(')g(sp)s(eci\014er)g(treats)i(names)e
 (consisting)i(solely)g(of)f(digits)g(as)g(n)m(um)m(b)s(ers)f(and)630
-2140 y(sorts)h(them)g(using)f(the)h(n)m(umeric)g(v)-5
-b(alue)29 b(\(so)h Ft(")p Fu(2)p Ft(")e Fu(will)i(sort)f(b)s(efore)f
-Ft(")p Fu(10)p Ft(")p Fu(,)i(for)f(example\).)630 2250
+2428 y(sorts)c(them)g(using)g(their)g(n)m(umeric)g(v)-5
+b(alue)25 b(\(so)f Ft(")p Fu(2)p Ft(")g Fu(will)h(sort)f(b)s(efore)g
+Ft(")p Fu(10)p Ft(")p Fu(,)i(for)e(example\).)630 2538
 y(When)34 b(using)h(`)p Ft(numeric)p Fu(',)f(names)g(con)m(taining)j
 (non-digits)e(sort)f(after)i(all)f(the)g(all-digit)630
-2359 y(names)30 b(and)g(are)h(sorted)f(b)m(y)h(name)f(using)g(the)g
-(traditional)i(b)s(eha)m(vior.)630 2491 y(A)26 b(sort)h(sp)s(eci\014er)
-e(of)h(`)p Ft(nosort)p Fu(')f(disables)h(sorting)h(completely;)i(the)e
-(results)f(are)g(returned)630 2600 y(in)k(the)h(order)f(they)g(are)h
-(read)f(from)g(the)h(\014le)f(system,)h(and)f(an)m(y)g(leading)h(`)p
-Ft(-)p Fu(')g(is)f(ignored.)630 2732 y(If)c(the)h(sort)f(sp)s
-(eci\014er)g(is)h(missing,)g(it)g(defaults)g(to)g Fr(name)p
-Fu(,)g(so)g(a)g(v)-5 b(alue)27 b(of)f(`)p Ft(+)p Fu(')h(is)f(equiv)-5
-b(alen)m(t)630 2841 y(to)31 b(the)g(n)m(ull)f(string,)h(and)e(a)i(v)-5
+2647 y(names)30 b(and)g(are)h(sorted)f(b)m(y)h(name)f(using)g(the)g
+(traditional)i(b)s(eha)m(vior.)630 2788 y(A)24 b(sort)h(sp)s(eci\014er)
+f(of)g(`)p Ft(nosort)p Fu(')f(disables)h(sorting)h(completely;)j(Bash)d
+(returns)e(the)h(results)630 2898 y(in)30 b(the)h(order)f(they)g(are)h
+(read)f(from)g(the)h(\014le)f(system,)h(ignoring)g(an)m(y)f(leading)h
+(`)p Ft(-)p Fu('.)630 3039 y(If)26 b(the)h(sort)f(sp)s(eci\014er)g(is)h
+(missing,)g(it)g(defaults)g(to)g Fr(name)p Fu(,)g(so)g(a)g(v)-5
+b(alue)27 b(of)f(`)p Ft(+)p Fu(')h(is)f(equiv)-5 b(alen)m(t)630
+3148 y(to)31 b(the)g(n)m(ull)f(string,)h(and)e(a)i(v)-5
 b(alue)31 b(of)f(`)p Ft(-)p Fu(')h(sorts)f(b)m(y)h(name)f(in)g
-(descending)g(order.)630 2973 y(An)m(y)g(in)m(v)-5 b(alid)31
+(descending)g(order.)630 3289 y(An)m(y)g(in)m(v)-5 b(alid)31
 b(v)-5 b(alue)31 b(restores)g(the)g(historical)g(sorting)g(b)s(eha)m
-(vior.)150 3126 y Ft(GROUPS)192 b Fu(An)36 b(arra)m(y)g(v)-5
+(vior.)150 3461 y Ft(GROUPS)192 b Fu(An)36 b(arra)m(y)g(v)-5
 b(ariable)37 b(con)m(taining)g(the)f(list)h(of)f(groups)g(of)g(whic)m
-(h)f(the)i(curren)m(t)e(user)h(is)g(a)630 3236 y(mem)m(b)s(er.)41
+(h)f(the)i(curren)m(t)e(user)h(is)g(a)630 3571 y(mem)m(b)s(er.)41
 b(Assignmen)m(ts)30 b(to)i Ft(GROUPS)d Fu(ha)m(v)m(e)i(no)g(e\013ect.)
 42 b(If)30 b Ft(GROUPS)f Fu(is)i(unset,)f(it)h(loses)h(its)630
-3345 y(sp)s(ecial)f(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g
-(subsequen)m(tly)f(reset.)150 3499 y Ft(histchars)630
-3608 y Fu(Up)c(to)g(three)g(c)m(haracters)i(whic)m(h)d(con)m(trol)j
+3680 y(sp)s(ecial)f(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g
+(subsequen)m(tly)f(reset.)150 3853 y Ft(histchars)630
+3962 y Fu(Up)c(to)g(three)g(c)m(haracters)i(whic)m(h)d(con)m(trol)j
 (history)d(expansion,)i(quic)m(k)g(substitution,)g(and)630
-3718 y(tok)m(enization)k(\(see)f(Section)f(9.3)h([History)f(In)m
-(teraction],)i(page)f(168\).)41 b(The)29 b(\014rst)e(c)m(harac-)630
-3828 y(ter)j(is)f(the)g Fr(history)g(expansion)g Fu(c)m(haracter,)j
-(that)e(is,)f(the)h(c)m(haracter)h(whic)m(h)d(signi\014es)i(the)630
-3937 y(start)25 b(of)f(a)h(history)f(expansion,)i(normally)e(`)p
-Ft(!)p Fu('.)39 b(The)24 b(second)g(c)m(haracter)i(is)e(the)g(c)m
-(haracter)630 4047 y(whic)m(h)32 b(signi\014es)g Ft(")p
-Fu(quic)m(k)h(substitution)p Ft(")f Fu(when)f(seen)h(as)h(the)f
-(\014rst)g(c)m(haracter)i(on)e(a)g(line,)630 4156 y(normally)27
-b(`)p Ft(^)p Fu('.)39 b(The)26 b(optional)i(third)d(c)m(haracter)j(is)e
-(the)h(c)m(haracter)h(whic)m(h)e(indicates)h(that)630
-4266 y(the)34 b(remainder)f(of)h(the)g(line)g(is)f(a)h(commen)m(t)h
-(when)e(found)f(as)i(the)g(\014rst)f(c)m(haracter)i(of)f(a)630
-4376 y(w)m(ord,)i(usually)f(`)p Ft(#)p Fu('.)55 b(The)34
-b(history)h(commen)m(t)h(c)m(haracter)h(causes)e(history)g
-(substitution)630 4485 y(to)27 b(b)s(e)f(skipp)s(ed)f(for)i(the)f
-(remaining)h(w)m(ords)f(on)h(the)f(line.)40 b(It)27 b(do)s(es)f(not)h
-(necessarily)g(cause)630 4595 y(the)k(shell)f(parser)g(to)h(treat)g
-(the)g(rest)g(of)f(the)h(line)f(as)h(a)g(commen)m(t.)150
-4748 y Ft(HISTCMD)144 b Fu(The)44 b(history)h(n)m(um)m(b)s(er,)j(or)d
-(index)g(in)f(the)h(history)g(list,)50 b(of)45 b(the)g(curren)m(t)g
-(command.)630 4858 y(Assignmen)m(ts)37 b(to)h Ft(HISTCMD)d
-Fu(are)j(ignored.)61 b(If)37 b Ft(HISTCMD)e Fu(is)i(unset,)h(it)g
-(loses)g(its)f(sp)s(ecial)630 4967 y(prop)s(erties,)30
-b(ev)m(en)h(if)f(it)h(is)g(subsequen)m(tly)f(reset.)150
-5121 y Ft(HISTCONTROL)630 5230 y Fu(A)40 b(colon-separated)i(list)f(of)
-f(v)-5 b(alues)40 b(con)m(trolling)i(ho)m(w)e(commands)g(are)h(sa)m(v)m
-(ed)g(on)f(the)630 5340 y(history)29 b(list.)41 b(If)28
-b(the)h(list)h(of)f(v)-5 b(alues)29 b(includes)f(`)p
-Ft(ignorespace)p Fu(',)f(lines)i(whic)m(h)g(b)s(egin)f(with)p
-eop end
+4072 y(tok)m(enization)39 b(\(see)e(Section)g(9.3)g([History)g(In)m
+(teraction],)i(page)e(168\).)59 b(The)36 b(\014rst)f(c)m(har-)630
+4181 y(acter)h(is)e(the)h Fr(history)g(expansion)f Fu(c)m(haracter,)k
+(the)c(c)m(haracter)j(whic)m(h)d(b)s(egins)g(a)h(history)630
+4291 y(expansion,)f(normally)g(`)p Ft(!)p Fu('.)49 b(The)33
+b(second)g(c)m(haracter)i(is)f(the)f(c)m(haracter)i(whic)m(h)e
+(signi\014es)630 4401 y Ft(")p Fu(quic)m(k)38 b(substitution)p
+Ft(")f Fu(when)f(seen)i(as)f(the)h(\014rst)f(c)m(haracter)i(on)e(a)h
+(line,)i(normally)e(`)p Ft(^)p Fu('.)630 4510 y(The)22
+b(optional)i(third)e(c)m(haracter)j(is)e(the)g(c)m(haracter)h(whic)m(h)
+f(indicates)h(that)f(the)h(remainder)630 4620 y(of)h(the)h(line)g(is)f
+(a)h(commen)m(t)g(when)e(found)g(as)i(the)g(\014rst)e(c)m(haracter)j
+(of)f(a)f(w)m(ord,)h(usually)g(`)p Ft(#)p Fu('.)630 4729
+y(The)k(history)f(commen)m(t)j(c)m(haracter)f(disables)f(history)g
+(substitution)g(for)g(the)g(remaining)630 4839 y(w)m(ords)37
+b(on)g(the)g(line.)62 b(It)37 b(do)s(es)g(not)h(necessarily)g(cause)g
+(the)f(shell)h(parser)e(to)i(treat)h(the)630 4949 y(rest)31
+b(of)f(the)h(line)f(as)h(a)g(commen)m(t.)150 5121 y Ft(HISTCMD)144
+b Fu(The)44 b(history)h(n)m(um)m(b)s(er,)j(or)d(index)g(in)f(the)h
+(history)g(list,)50 b(of)45 b(the)g(curren)m(t)g(command.)630
+5230 y(Assignmen)m(ts)37 b(to)h Ft(HISTCMD)d Fu(are)j(ignored.)61
+b(If)37 b Ft(HISTCMD)e Fu(is)i(unset,)h(it)g(loses)g(its)f(sp)s(ecial)
+630 5340 y(prop)s(erties,)30 b(ev)m(en)h(if)f(it)h(is)g(subsequen)m
+(tly)f(reset.)p eop end
 %%Page: 92 98
 TeXDict begin 92 97 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(92)630 299 y(a)39
-b(space)g(c)m(haracter)i(are)e(not)g(sa)m(v)m(ed)g(in)g(the)g(history)f
-(list.)66 b(A)39 b(v)-5 b(alue)39 b(of)g(`)p Ft(ignoredups)p
-Fu(')630 408 y(causes)34 b(lines)h(whic)m(h)f(matc)m(h)h(the)f
-(previous)f(history)h(en)m(try)h(not)f(to)h(b)s(e)e(sa)m(v)m(ed.)53
-b(A)34 b(v)-5 b(alue)630 518 y(of)32 b(`)p Ft(ignoreboth)p
-Fu(')d(is)j(shorthand)e(for)i(`)p Ft(ignorespace)p Fu(')d(and)i(`)p
-Ft(ignoredups)p Fu('.)42 b(A)32 b(v)-5 b(alue)32 b(of)630
-628 y(`)p Ft(erasedups)p Fu(')f(causes)i(all)h(previous)f(lines)g(matc)
-m(hing)h(the)f(curren)m(t)g(line)g(to)h(b)s(e)e(remo)m(v)m(ed)630
-737 y(from)42 b(the)h(history)f(list)i(b)s(efore)e(that)h(line)g(is)g
-(sa)m(v)m(ed.)78 b(An)m(y)43 b(v)-5 b(alue)43 b(not)g(in)f(the)h(ab)s
-(o)m(v)m(e)630 847 y(list)35 b(is)g(ignored.)53 b(If)34
-b Ft(HISTCONTROL)e Fu(is)i(unset,)i(or)e(do)s(es)h(not)g(include)f(a)h
-(v)-5 b(alid)35 b(v)-5 b(alue,)36 b(all)630 956 y(lines)30
+b(Shell)30 b(V)-8 b(ariables)2459 b(92)150 299 y Ft(HISTCONTROL)630
+408 y Fu(A)40 b(colon-separated)i(list)f(of)f(v)-5 b(alues)40
+b(con)m(trolling)i(ho)m(w)e(commands)g(are)h(sa)m(v)m(ed)g(on)f(the)630
+518 y(history)29 b(list.)41 b(If)28 b(the)h(list)h(of)f(v)-5
+b(alues)29 b(includes)f(`)p Ft(ignorespace)p Fu(',)f(lines)i(whic)m(h)g
+(b)s(egin)f(with)630 628 y(a)39 b(space)g(c)m(haracter)i(are)e(not)g
+(sa)m(v)m(ed)g(in)g(the)g(history)f(list.)66 b(A)39 b(v)-5
+b(alue)39 b(of)g(`)p Ft(ignoredups)p Fu(')630 737 y(causes)34
+b(lines)h(whic)m(h)f(matc)m(h)h(the)f(previous)f(history)h(en)m(try)h
+(not)f(to)h(b)s(e)e(sa)m(v)m(ed.)53 b(A)34 b(v)-5 b(alue)630
+847 y(of)32 b(`)p Ft(ignoreboth)p Fu(')d(is)j(shorthand)e(for)i(`)p
+Ft(ignorespace)p Fu(')d(and)i(`)p Ft(ignoredups)p Fu('.)42
+b(A)32 b(v)-5 b(alue)32 b(of)630 956 y(`)p Ft(erasedups)p
+Fu(')f(causes)i(all)h(previous)f(lines)g(matc)m(hing)h(the)f(curren)m
+(t)g(line)g(to)h(b)s(e)e(remo)m(v)m(ed)630 1066 y(from)42
+b(the)h(history)f(list)i(b)s(efore)e(that)h(line)g(is)g(sa)m(v)m(ed.)78
+b(An)m(y)43 b(v)-5 b(alue)43 b(not)g(in)f(the)h(ab)s(o)m(v)m(e)630
+1176 y(list)35 b(is)g(ignored.)53 b(If)34 b Ft(HISTCONTROL)e
+Fu(is)i(unset,)i(or)e(do)s(es)h(not)g(include)f(a)h(v)-5
+b(alid)35 b(v)-5 b(alue,)36 b(all)630 1285 y(lines)30
 b(read)g(b)m(y)g(the)g(shell)g(parser)g(are)g(sa)m(v)m(ed)h(on)f(the)g
 (history)g(list,)h(sub)5 b(ject)30 b(to)g(the)g(v)-5
-b(alue)630 1066 y(of)42 b Ft(HISTIGNORE)p Fu(.)73 b(The)42
+b(alue)630 1395 y(of)42 b Ft(HISTIGNORE)p Fu(.)73 b(The)42
 b(second)g(and)g(subsequen)m(t)f(lines)h(of)h(a)f(m)m(ulti-line)h(comp)
-s(ound)630 1176 y(command)26 b(are)g(not)g(tested,)i(and)e(are)g(added)
+s(ound)630 1504 y(command)26 b(are)g(not)g(tested,)i(and)e(are)g(added)
 g(to)g(the)h(history)f(regardless)g(of)g(the)g(v)-5 b(alue)27
-b(of)630 1285 y Ft(HISTCONTROL)22 b Fu(if)j(the)g(\014rst)f(line)i(of)f
+b(of)630 1614 y Ft(HISTCONTROL)22 b Fu(if)j(the)g(\014rst)f(line)i(of)f
 (the)g(command)g(w)m(as)g(sa)m(v)m(ed.)40 b(If)25 b(the)g(\014rst)f
-(line)h(w)m(as)h(not)630 1395 y(sa)m(v)m(ed,)32 b(the)e(second)h(and)e
+(line)h(w)m(as)h(not)630 1724 y(sa)m(v)m(ed,)32 b(the)e(second)h(and)e
 (subsequen)m(t)h(lines)h(of)f(the)h(command)f(are)h(not)f(sa)m(v)m(ed,)
-i(either.)150 1577 y Ft(HISTFILE)96 b Fu(The)35 b(name)h(of)g(the)g
+i(either.)150 1882 y Ft(HISTFILE)96 b Fu(The)35 b(name)h(of)g(the)g
 (\014le)g(to)h(whic)m(h)e(the)h(command)g(history)g(is)f(sa)m(v)m(ed.)
-59 b(Bash)36 b(assigns)g(a)630 1687 y(default)31 b(v)-5
+59 b(Bash)36 b(assigns)g(a)630 1991 y(default)31 b(v)-5
 b(alue)31 b(of)f Ft(~/.bash_history)p Fu(.)37 b(If)31
 b Ft(HISTFILE)d Fu(is)i(unset)h(or)f(n)m(ull,)h(the)g(shell)f(do)s(es)
-630 1797 y(not)h(sa)m(v)m(e)h(the)e(command)g(history)h(when)e(it)i
-(exits.)150 1979 y Ft(HISTFILESIZE)630 2089 y Fu(The)26
+630 2101 y(not)h(sa)m(v)m(e)h(the)e(command)g(history)h(when)e(it)i
+(exits.)150 2259 y Ft(HISTFILESIZE)630 2369 y Fu(The)26
 b(maxim)m(um)f(n)m(um)m(b)s(er)g(of)h(lines)h(con)m(tained)g(in)f(the)g
 (history)g(\014le.)39 b(When)26 b(this)g(v)-5 b(ariable)630
-2198 y(is)25 b(assigned)h(a)g(v)-5 b(alue,)27 b(the)f(history)f(\014le)
+2478 y(is)25 b(assigned)h(a)g(v)-5 b(alue,)27 b(the)f(history)f(\014le)
 h(is)f(truncated,)i(if)e(necessary)-8 b(,)28 b(to)e(con)m(tain)g(no)g
-(more)630 2308 y(than)37 b(that)h(n)m(um)m(b)s(er)d(of)j(lines)f(b)m(y)
+(more)630 2588 y(than)37 b(that)h(n)m(um)m(b)s(er)d(of)j(lines)f(b)m(y)
 g(remo)m(ving)h(the)f(oldest)h(en)m(tries.)62 b(The)37
-b(history)g(\014le)g(is)630 2418 y(also)30 b(truncated)f(to)h(this)f
+b(history)g(\014le)g(is)630 2698 y(also)30 b(truncated)f(to)h(this)f
 (size)g(after)h(writing)f(it)h(when)d(a)j(shell)f(exits)h(or)f(b)m(y)g
-(the)g Ft(history)630 2527 y Fu(builtin.)40 b(If)28 b(the)h(v)-5
+(the)g Ft(history)630 2807 y Fu(builtin.)40 b(If)28 b(the)h(v)-5
 b(alue)29 b(is)g(0,)h(the)f(history)g(\014le)g(is)g(truncated)f(to)i
-(zero)g(size.)41 b(Non-n)m(umeric)630 2637 y(v)-5 b(alues)32
+(zero)g(size.)41 b(Non-n)m(umeric)630 2917 y(v)-5 b(alues)32
 b(and)e(n)m(umeric)h(v)-5 b(alues)32 b(less)f(than)g(zero)h(inhibit)f
-(truncation.)44 b(The)31 b(shell)g(sets)h(the)630 2746
+(truncation.)44 b(The)31 b(shell)g(sets)h(the)630 3026
 y(default)f(v)-5 b(alue)30 b(to)i(the)e(v)-5 b(alue)31
 b(of)f Ft(HISTSIZE)f Fu(after)h(reading)h(an)m(y)g(startup)f(\014les.)
-150 2929 y Ft(HISTIGNORE)630 3039 y Fu(A)j(colon-separated)h(list)f(of)
+150 3185 y Ft(HISTIGNORE)630 3294 y Fu(A)j(colon-separated)h(list)f(of)
 g(patterns)f(used)g(to)h(decide)g(whic)m(h)f(command)g(lines)h(should)
-630 3148 y(b)s(e)d(sa)m(v)m(ed)i(on)f(the)g(history)g(list.)43
+630 3404 y(b)s(e)d(sa)m(v)m(ed)i(on)f(the)g(history)g(list.)43
 b(If)30 b(a)h(command)g(line)g(matc)m(hes)h(one)f(of)g(the)g(patterns)g
-(in)630 3258 y(the)38 b(v)-5 b(alue)38 b(of)f Ft(HISTIGNORE)p
+(in)630 3513 y(the)38 b(v)-5 b(alue)38 b(of)f Ft(HISTIGNORE)p
 Fu(,)g(it)h(is)g(not)f(sa)m(v)m(ed)i(on)e(the)h(history)f(list.)63
-b(Eac)m(h)38 b(pattern)g(is)630 3367 y(anc)m(hored)30
+b(Eac)m(h)38 b(pattern)g(is)630 3623 y(anc)m(hored)30
 b(at)h(the)f(b)s(eginning)g(of)g(the)g(line)h(and)e(m)m(ust)h(matc)m(h)
-h(the)f(complete)i(line)e(\(Bash)630 3477 y(will)23 b(not)f(implicitly)
+h(the)f(complete)i(line)e(\(Bash)630 3733 y(will)23 b(not)f(implicitly)
 i(app)s(end)c(a)j(`)p Ft(*)p Fu('\).)38 b(Eac)m(h)23
 b(pattern)g(is)f(tested)h(against)h(the)e(line)h(after)g(the)630
-3587 y(c)m(hec)m(ks)36 b(sp)s(eci\014ed)f(b)m(y)g Ft(HISTCONTROL)d
+3842 y(c)m(hec)m(ks)36 b(sp)s(eci\014ed)f(b)m(y)g Ft(HISTCONTROL)d
 Fu(are)j(applied.)54 b(In)35 b(addition)g(to)h(the)f(normal)g(shell)630
-3696 y(pattern)c(matc)m(hing)i(c)m(haracters,)g(`)p Ft(&)p
+3952 y(pattern)c(matc)m(hing)i(c)m(haracters,)g(`)p Ft(&)p
 Fu(')e(matc)m(hes)i(the)e(previous)g(history)g(line.)43
-b(`)p Ft(&)p Fu(')32 b(ma)m(y)g(b)s(e)630 3806 y(escap)s(ed)24
+b(`)p Ft(&)p Fu(')32 b(ma)m(y)g(b)s(e)630 4061 y(escap)s(ed)24
 b(using)g(a)h(bac)m(kslash;)j(the)c(bac)m(kslash)h(is)g(remo)m(v)m(ed)g
-(b)s(efore)f(attempting)i(a)f(matc)m(h.)630 3915 y(The)35
+(b)s(efore)f(attempting)i(a)f(matc)m(h.)630 4171 y(The)35
 b(second)h(and)f(subsequen)m(t)g(lines)h(of)g(a)h(m)m(ulti-line)g(comp)
-s(ound)d(command)h(are)i(not)630 4025 y(tested,)25 b(and)d(are)h(added)
+s(ound)d(command)h(are)i(not)630 4281 y(tested,)25 b(and)d(are)h(added)
 f(to)i(the)e(history)h(regardless)g(of)g(the)g(v)-5 b(alue)23
-b(of)g Ft(HISTIGNORE)p Fu(,)e(if)i(the)630 4134 y(\014rst)31
+b(of)g Ft(HISTIGNORE)p Fu(,)e(if)i(the)630 4390 y(\014rst)31
 b(line)i(w)m(as)f(sa)m(v)m(ed.)48 b(If)31 b(the)i(\014rst)e(line)i(w)m
 (as)f(not)h(sa)m(v)m(ed,)h(the)e(second)g(and)g(subsequen)m(t)630
-4244 y(lines)h(of)g(the)g(command)f(are)i(not)f(sa)m(v)m(ed,)h(either.)
+4500 y(lines)h(of)g(the)g(command)f(are)i(not)f(sa)m(v)m(ed,)h(either.)
 49 b(The)32 b(pattern)h(matc)m(hing)h(honors)e(the)630
-4354 y(setting)f(of)g(the)g Ft(extglob)d Fu(shell)j(option.)630
-4500 y Ft(HISTIGNORE)g Fu(subsumes)h(some)i(of)g(the)g(function)g(of)g
+4609 y(setting)f(of)g(the)g Ft(extglob)d Fu(shell)j(option.)630
+4743 y Ft(HISTIGNORE)g Fu(subsumes)h(some)i(of)g(the)g(function)g(of)g
 Ft(HISTCONTROL)p Fu(.)48 b(A)34 b(pattern)g(of)g(`)p
-Ft(&)p Fu(')630 4609 y(is)28 b(iden)m(tical)h(to)f Ft(ignoredups)p
+Ft(&)p Fu(')630 4853 y(is)28 b(iden)m(tical)h(to)f Ft(ignoredups)p
 Fu(,)d(and)i(a)h(pattern)g(of)f(`)p Ft([)k(]*)p Fu(')c(is)g(iden)m
-(tical)j(to)e Ft(ignorespace)p Fu(.)630 4719 y(Com)m(bining)c(these)h
+(tical)j(to)e Ft(ignorespace)p Fu(.)630 4963 y(Com)m(bining)c(these)h
 (t)m(w)m(o)g(patterns,)h(separating)f(them)f(with)g(a)h(colon,)i(pro)m
-(vides)d(the)h(func-)630 4829 y(tionalit)m(y)33 b(of)d
-Ft(ignoreboth)p Fu(.)150 5011 y Ft(HISTSIZE)96 b Fu(The)37
+(vides)d(the)h(func-)630 5072 y(tionalit)m(y)33 b(of)d
+Ft(ignoreboth)p Fu(.)150 5230 y Ft(HISTSIZE)96 b Fu(The)37
 b(maxim)m(um)g(n)m(um)m(b)s(er)e(of)j(commands)f(to)g(remem)m(b)s(er)g
-(on)g(the)g(history)g(list.)62 b(If)37 b(the)630 5121
+(on)g(the)g(history)g(list.)62 b(If)37 b(the)630 5340
 y(v)-5 b(alue)26 b(is)g(0,)i(commands)d(are)h(not)h(sa)m(v)m(ed)g(in)e
 (the)h(history)g(list.)40 b(Numeric)26 b(v)-5 b(alues)26
-b(less)g(than)630 5230 y(zero)i(result)e(in)h(ev)m(ery)g(command)g(b)s
-(eing)f(sa)m(v)m(ed)i(on)f(the)g(history)f(list)i(\(there)f(is)g(no)g
-(limit\).)630 5340 y(The)j(shell)g(sets)h(the)g(default)f(v)-5
-b(alue)31 b(to)g(500)h(after)f(reading)f(an)m(y)h(startup)f(\014les.)p
-eop end
+b(less)g(than)p eop end
 %%Page: 93 99
 TeXDict begin 93 98 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(93)150 299 y Ft(HISTTIMEFORMAT)630
-408 y Fu(If)44 b(this)g(v)-5 b(ariable)45 b(is)f(set)g(and)g(not)g(n)m
-(ull,)k(its)d(v)-5 b(alue)44 b(is)g(used)g(as)g(a)h(format)f(string)g
-(for)630 518 y Ft(strftime)p Fu(\(3\))37 b(to)i(prin)m(t)g(the)f(time)h
-(stamp)f(asso)s(ciated)i(with)e(eac)m(h)i(history)e(en)m(try)h(dis-)630
-628 y(pla)m(y)m(ed)k(b)m(y)f(the)h Ft(history)d Fu(builtin.)76
+b(Shell)30 b(V)-8 b(ariables)2459 b(93)630 299 y(zero)28
+b(result)e(in)h(ev)m(ery)g(command)g(b)s(eing)f(sa)m(v)m(ed)i(on)f(the)
+g(history)f(list)i(\(there)f(is)g(no)g(limit\).)630 408
+y(The)j(shell)g(sets)h(the)g(default)f(v)-5 b(alue)31
+b(to)g(500)h(after)f(reading)f(an)m(y)h(startup)f(\014les.)150
+584 y Ft(HISTTIMEFORMAT)630 693 y Fu(If)44 b(this)g(v)-5
+b(ariable)45 b(is)f(set)g(and)g(not)g(n)m(ull,)k(its)d(v)-5
+b(alue)44 b(is)g(used)g(as)g(a)h(format)f(string)g(for)630
+803 y Ft(strftime)p Fu(\(3\))37 b(to)i(prin)m(t)g(the)f(time)h(stamp)f
+(asso)s(ciated)i(with)e(eac)m(h)i(history)e(en)m(try)h(dis-)630
+913 y(pla)m(y)m(ed)k(b)m(y)f(the)h Ft(history)d Fu(builtin.)76
 b(If)42 b(this)g(v)-5 b(ariable)43 b(is)g(set,)j(the)c(shell)h(writes)f
-(time)630 737 y(stamps)32 b(to)g(the)h(history)e(\014le)i(so)f(they)g
+(time)630 1022 y(stamps)32 b(to)g(the)h(history)e(\014le)i(so)f(they)g
 (ma)m(y)g(b)s(e)g(preserv)m(ed)f(across)i(shell)f(sessions.)46
-b(This)630 847 y(uses)32 b(the)h(history)g(commen)m(t)h(c)m(haracter)g
+b(This)630 1132 y(uses)32 b(the)h(history)g(commen)m(t)h(c)m(haracter)g
 (to)g(distinguish)e(timestamps)h(from)f(other)h(his-)630
-956 y(tory)e(lines.)150 1121 y Ft(HOSTFILE)96 b Fu(Con)m(tains)33
+1241 y(tory)e(lines.)150 1417 y Ft(HOSTFILE)96 b Fu(Con)m(tains)33
 b(the)g(name)f(of)h(a)g(\014le)f(in)g(the)h(same)g(format)g(as)f
-Ft(/etc/hosts)e Fu(that)j(should)f(b)s(e)630 1230 y(read)21
+Ft(/etc/hosts)e Fu(that)j(should)f(b)s(e)630 1526 y(read)21
 b(when)g(the)g(shell)h(needs)f(to)h(complete)h(a)e(hostname.)38
-b(The)21 b(list)h(of)g(p)s(ossible)f(hostname)630 1340
+b(The)21 b(list)h(of)g(p)s(ossible)f(hostname)630 1636
 y(completions)27 b(ma)m(y)f(b)s(e)f(c)m(hanged)h(while)f(the)h(shell)g
-(is)f(running;)h(the)g(next)f(time)i(hostname)630 1450
+(is)f(running;)h(the)g(next)f(time)i(hostname)630 1745
 y(completion)33 b(is)g(attempted)g(after)g(the)f(v)-5
 b(alue)33 b(is)f(c)m(hanged,)i(Bash)e(adds)f(the)i(con)m(ten)m(ts)h(of)
-630 1559 y(the)h(new)f(\014le)g(to)h(the)g(existing)h(list.)53
+630 1855 y(the)h(new)f(\014le)g(to)h(the)g(existing)h(list.)53
 b(If)34 b Ft(HOSTFILE)e Fu(is)j(set,)h(but)e(has)g(no)h(v)-5
-b(alue,)36 b(or)e(do)s(es)630 1669 y(not)d(name)f(a)h(readable)g
+b(alue,)36 b(or)e(do)s(es)630 1965 y(not)d(name)f(a)h(readable)g
 (\014le,)g(Bash)f(attempts)i(to)f(read)f Ft(/etc/hosts)e
-Fu(to)j(obtain)g(the)f(list)630 1778 y(of)h(p)s(ossible)f(hostname)h
+Fu(to)j(obtain)g(the)f(list)630 2074 y(of)h(p)s(ossible)f(hostname)h
 (completions.)43 b(When)31 b Ft(HOSTFILE)d Fu(is)j(unset,)f(the)h
-(hostname)g(list)630 1888 y(is)f(cleared.)150 2052 y
+(hostname)g(list)630 2184 y(is)f(cleared.)150 2359 y
 Ft(HOSTNAME)96 b Fu(The)30 b(name)g(of)h(the)f(curren)m(t)h(host.)150
-2217 y Ft(HOSTTYPE)96 b Fu(A)30 b(string)h(describing)f(the)g(mac)m
-(hine)h(Bash)g(is)f(running)f(on.)150 2381 y Ft(IGNOREEOF)630
-2491 y Fu(Con)m(trols)e(the)h(action)g(of)f(the)g(shell)g(on)g(receipt)
+2534 y Ft(HOSTTYPE)96 b Fu(A)30 b(string)h(describing)f(the)g(mac)m
+(hine)h(Bash)g(is)f(running)f(on.)150 2710 y Ft(IGNOREEOF)630
+2819 y Fu(Con)m(trols)e(the)h(action)g(of)f(the)g(shell)g(on)g(receipt)
 h(of)f(an)g Ft(EOF)f Fu(c)m(haracter)i(as)g(the)f(sole)h(input.)630
-2600 y(If)33 b(set,)i(the)e(v)-5 b(alue)34 b(is)f(the)h(n)m(um)m(b)s
+2929 y(If)33 b(set,)i(the)e(v)-5 b(alue)34 b(is)f(the)h(n)m(um)m(b)s
 (er)e(of)h(consecutiv)m(e)j Ft(EOF)c Fu(c)m(haracters)j(that)f(can)f(b)
-s(e)g(read)630 2710 y(as)h(the)g(\014rst)f(c)m(haracter)j(on)d(an)h
+s(e)g(read)630 3039 y(as)h(the)g(\014rst)f(c)m(haracter)j(on)d(an)h
 (input)f(line)h(b)s(efore)g(Bash)g(exits.)51 b(If)34
-b(the)g(v)-5 b(ariable)35 b(is)e(set)630 2819 y(but)e(do)s(es)g(not)h
+b(the)g(v)-5 b(ariable)35 b(is)e(set)630 3148 y(but)e(do)s(es)g(not)h
 (ha)m(v)m(e)h(a)f(n)m(umeric)f(v)-5 b(alue,)33 b(or)e(the)h(v)-5
 b(alue)32 b(is)f(n)m(ull,)i(then)e(the)h(default)f(is)h(10.)630
-2929 y(If)e(the)g(v)-5 b(ariable)31 b(is)g(unset,)f(then)g
+3258 y(If)e(the)g(v)-5 b(ariable)31 b(is)g(unset,)f(then)g
 Ft(EOF)f Fu(signi\014es)h(the)h(end)e(of)i(input)e(to)i(the)g(shell.)40
-b(This)30 b(is)630 3039 y(only)g(in)h(e\013ect)g(for)g(in)m(teractiv)m
-(e)i(shells.)150 3203 y Ft(INPUTRC)144 b Fu(The)68 b(name)h(of)f(the)h
+b(This)30 b(is)630 3367 y(only)g(in)h(e\013ect)g(for)g(in)m(teractiv)m
+(e)i(shells.)150 3543 y Ft(INPUTRC)144 b Fu(The)68 b(name)h(of)f(the)h
 (Readline)g(initialization)j(\014le,)78 b(o)m(v)m(erriding)69
-b(the)g(default)g(of)630 3313 y Ft(~/.inputrc)p Fu(.)150
-3477 y Ft(INSIDE_EMACS)630 3587 y Fu(If)29 b(Bash)h(\014nds)e(this)h(v)
+b(the)g(default)g(of)630 3652 y Ft(~/.inputrc)p Fu(.)150
+3828 y Ft(INSIDE_EMACS)630 3937 y Fu(If)29 b(Bash)h(\014nds)e(this)h(v)
 -5 b(ariable)31 b(in)e(the)h(en)m(vironmen)m(t)g(when)e(the)i(shell)g
-(starts,)g(it)g(assumes)630 3696 y(that)i(the)g(shell)g(is)f(running)f
+(starts,)g(it)g(assumes)630 4047 y(that)i(the)g(shell)g(is)f(running)f
 (in)i(an)f(Emacs)h(shell)g(bu\013er)e(and)h(ma)m(y)i(disable)e(line)h
-(editing)630 3806 y(dep)s(ending)d(on)h(the)h(v)-5 b(alue)31
-b(of)f Ft(TERM)p Fu(.)150 3970 y Ft(LANG)288 b Fu(Used)28
+(editing)630 4156 y(dep)s(ending)d(on)h(the)h(v)-5 b(alue)31
+b(of)f Ft(TERM)p Fu(.)150 4332 y Ft(LANG)288 b Fu(Used)28
 b(to)h(determine)f(the)g(lo)s(cale)h(category)h(for)e(an)m(y)h
-(category)h(not)e(sp)s(eci\014cally)g(selected)630 4080
+(category)h(not)e(sp)s(eci\014cally)g(selected)630 4441
 y(with)i(a)h(v)-5 b(ariable)31 b(starting)g(with)f Ft(LC_)p
-Fu(.)150 4244 y Ft(LC_ALL)192 b Fu(This)28 b(v)-5 b(ariable)29
+Fu(.)150 4617 y Ft(LC_ALL)192 b Fu(This)28 b(v)-5 b(ariable)29
 b(o)m(v)m(errides)h(the)f(v)-5 b(alue)29 b(of)g Ft(LANG)f
 Fu(and)g(an)m(y)h(other)g Ft(LC_)f Fu(v)-5 b(ariable)29
-b(sp)s(ecifying)630 4354 y(a)i(lo)s(cale)h(category)-8
-b(.)150 4518 y Ft(LC_COLLATE)630 4628 y Fu(This)37 b(v)-5
+b(sp)s(ecifying)630 4726 y(a)i(lo)s(cale)h(category)-8
+b(.)150 4902 y Ft(LC_COLLATE)630 5011 y Fu(This)37 b(v)-5
 b(ariable)38 b(determines)g(the)g(collation)i(order)d(used)g(when)f
-(sorting)i(the)g(results)g(of)630 4737 y(\014lename)e(expansion,)i(and)
+(sorting)i(the)g(results)g(of)630 5121 y(\014lename)e(expansion,)i(and)
 e(determines)g(the)h(b)s(eha)m(vior)f(of)g(range)h(expressions,)h
-(equiv-)630 4847 y(alence)e(classes,)h(and)e(collating)i(sequences)e
+(equiv-)630 5230 y(alence)e(classes,)h(and)e(collating)i(sequences)e
 (within)f(\014lename)h(expansion)g(and)f(pattern)630
-4956 y(matc)m(hing)d(\(see)h(Section)f(3.5.8)h([Filename)g(Expansion],)
-e(page)h(37\).)150 5121 y Ft(LC_CTYPE)96 b Fu(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 5230
-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 5340 y(tion)31
-b(3.5.8)h([Filename)g(Expansion],)e(page)h(37\).)p eop
-end
+5340 y(matc)m(hing)d(\(see)h(Section)f(3.5.8)h([Filename)g(Expansion],)
+e(page)h(37\).)p eop end
 %%Page: 94 100
 TeXDict begin 94 99 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(94)150 299 y Ft(LC_MESSAGES)630
-408 y Fu(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
-518 y(ceded)31 b(b)m(y)f(a)h(`)p Ft($)p Fu(')f(\(see)h(Section)h
-(3.1.2.5)g([Lo)s(cale)g(T)-8 b(ranslation],)32 b(page)f(7\).)150
-678 y Ft(LC_NUMERIC)630 788 y Fu(This)f(v)-5 b(ariable)31
-b(determines)f(the)h(lo)s(cale)h(category)g(used)e(for)g(n)m(um)m(b)s
-(er)f(formatting.)150 948 y Ft(LC_TIME)144 b Fu(This)25
-b(v)-5 b(ariable)26 b(determines)g(the)g(lo)s(cale)h(category)h(used)d
-(for)g(data)h(and)f(time)i(formatting.)150 1108 y Ft(LINENO)192
-b Fu(The)30 b(line)h(n)m(um)m(b)s(er)e(in)h(the)g(script)h(or)f(shell)h
-(function)f(curren)m(tly)g(executing.)42 b(Line)30 b(n)m(um-)630
-1218 y(b)s(ers)c(start)h(with)g(1.)40 b(When)27 b(not)g(in)g(a)g
+b(Shell)30 b(V)-8 b(ariables)2459 b(94)150 299 y Ft(LC_CTYPE)96
+b Fu(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 408 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 518 y(tion)31
+b(3.5.8)h([Filename)g(Expansion],)e(page)h(37\).)150
+668 y Ft(LC_MESSAGES)630 778 y Fu(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 887 y(ceded)31 b(b)m(y)f(a)h(`)p
+Ft($)p Fu(')f(\(see)h(Section)h(3.1.2.5)g([Lo)s(cale)g(T)-8
+b(ranslation],)32 b(page)f(7\).)150 1038 y Ft(LC_NUMERIC)630
+1147 y Fu(This)f(v)-5 b(ariable)31 b(determines)f(the)h(lo)s(cale)h
+(category)g(used)e(for)g(n)m(um)m(b)s(er)f(formatting.)150
+1297 y Ft(LC_TIME)144 b Fu(This)25 b(v)-5 b(ariable)26
+b(determines)g(the)g(lo)s(cale)h(category)h(used)d(for)g(data)h(and)f
+(time)i(formatting.)150 1448 y Ft(LINENO)192 b Fu(The)30
+b(line)h(n)m(um)m(b)s(er)e(in)h(the)g(script)h(or)f(shell)h(function)f
+(curren)m(tly)g(executing.)42 b(Line)30 b(n)m(um-)630
+1557 y(b)s(ers)c(start)h(with)g(1.)40 b(When)27 b(not)g(in)g(a)g
 (script)g(or)g(function,)h(the)f(v)-5 b(alue)28 b(is)f(not)g(guaran)m
-(teed)630 1327 y(to)k(b)s(e)e(meaningful.)40 b(If)30
+(teed)630 1667 y(to)k(b)s(e)e(meaningful.)40 b(If)30
 b Ft(LINENO)e Fu(is)i(unset,)g(it)g(loses)h(its)f(sp)s(ecial)g(prop)s
-(erties,)g(ev)m(en)h(if)e(it)i(is)630 1437 y(subsequen)m(tly)f(reset.)
-150 1597 y Ft(LINES)240 b Fu(Used)43 b(b)m(y)g(the)g
+(erties,)g(ev)m(en)h(if)e(it)i(is)630 1776 y(subsequen)m(tly)f(reset.)
+150 1926 y Ft(LINES)240 b Fu(Used)43 b(b)m(y)g(the)g
 Ft(select)e Fu(command)i(to)g(determine)g(the)g(column)g(length)g(for)g
-(prin)m(ting)630 1707 y(selection)c(lists.)63 b(Automatically)41
+(prin)m(ting)630 2036 y(selection)c(lists.)63 b(Automatically)41
 b(set)d(if)f(the)h Ft(checkwinsize)d Fu(option)j(is)f(enabled)h(\(see)
-630 1816 y(Section)44 b(4.3.2)h([The)e(Shopt)g(Builtin],)k(page)d
+630 2146 y(Section)44 b(4.3.2)h([The)e(Shopt)g(Builtin],)k(page)d
 (76\),)k(or)43 b(in)g(an)g(in)m(teractiv)m(e)j(shell)e(up)s(on)630
-1926 y(receipt)31 b(of)g(a)g Ft(SIGWINCH)p Fu(.)150 2086
+2255 y(receipt)31 b(of)g(a)g Ft(SIGWINCH)p Fu(.)150 2405
 y Ft(MACHTYPE)96 b Fu(A)26 b(string)g(that)h(fully)f(describ)s(es)f
 (the)h(system)g(t)m(yp)s(e)h(on)f(whic)m(h)f(Bash)i(is)f(executing,)i
-(in)e(the)630 2196 y(standard)k Fm(gnu)g Fr(cpu-compan)m(y-system)h
-Fu(format.)150 2356 y Ft(MAILCHECK)630 2465 y Fu(Ho)m(w)d(often)g(\(in)
+(in)e(the)630 2515 y(standard)k Fm(gnu)g Fr(cpu-compan)m(y-system)h
+Fu(format.)150 2665 y Ft(MAILCHECK)630 2775 y Fu(Ho)m(w)d(often)g(\(in)
 g(seconds\))g(that)g(the)f(shell)h(should)f(c)m(hec)m(k)i(for)e(mail)h
-(in)f(the)h(\014les)g(sp)s(eci\014ed)630 2575 y(in)i(the)h
+(in)f(the)h(\014les)g(sp)s(eci\014ed)630 2884 y(in)i(the)h
 Ft(MAILPATH)e Fu(or)i Ft(MAIL)e Fu(v)-5 b(ariables.)43
 b(The)30 b(default)h(is)f(60)i(seconds.)42 b(When)30
-b(it)h(is)g(time)630 2685 y(to)37 b(c)m(hec)m(k)h(for)e(mail,)j(the)e
+b(it)h(is)g(time)630 2994 y(to)37 b(c)m(hec)m(k)h(for)e(mail,)j(the)e
 (shell)f(do)s(es)g(so)h(b)s(efore)f(displa)m(ying)h(the)f(primary)g
-(prompt.)57 b(If)630 2794 y(this)37 b(v)-5 b(ariable)38
+(prompt.)57 b(If)630 3104 y(this)37 b(v)-5 b(ariable)38
 b(is)f(unset,)h(or)f(set)h(to)g(a)f(v)-5 b(alue)38 b(that)f(is)g(not)h
-(a)f(n)m(um)m(b)s(er)f(greater)i(than)f(or)630 2904 y(equal)31
+(a)f(n)m(um)m(b)s(er)f(greater)i(than)f(or)630 3213 y(equal)31
 b(to)g(zero,)g(the)g(shell)g(disables)f(mail)h(c)m(hec)m(king.)150
-3064 y Ft(MAPFILE)144 b Fu(An)35 b(arra)m(y)h(v)-5 b(ariable)36
+3363 y Ft(MAPFILE)144 b Fu(An)35 b(arra)m(y)h(v)-5 b(ariable)36
 b(created)g(to)h(hold)e(the)g(text)i(read)e(b)m(y)g(the)h
-Ft(mapfile)d Fu(builtin)i(when)630 3173 y(no)30 b(v)-5
-b(ariable)31 b(name)g(is)f(supplied.)150 3334 y Ft(OLDPWD)192
+Ft(mapfile)d Fu(builtin)i(when)630 3473 y(no)30 b(v)-5
+b(ariable)31 b(name)g(is)f(supplied.)150 3623 y Ft(OLDPWD)192
 b Fu(The)30 b(previous)g(w)m(orking)g(directory)h(as)g(set)g(b)m(y)f
-(the)h Ft(cd)e Fu(builtin.)150 3494 y Ft(OPTERR)192 b
+(the)h Ft(cd)e Fu(builtin.)150 3773 y Ft(OPTERR)192 b
 Fu(If)35 b(set)i(to)f(the)h(v)-5 b(alue)36 b(1,)i(Bash)e(displa)m(ys)g
 (error)f(messages)i(generated)g(b)m(y)f(the)g Ft(getopts)630
-3603 y Fu(builtin)30 b(command.)40 b Ft(OPTERR)29 b Fu(is)i
+3883 y Fu(builtin)30 b(command.)40 b Ft(OPTERR)29 b Fu(is)i
 (initialized)h(to)f(1)g(eac)m(h)g(time)g(the)g(shell)f(is)h(in)m(v)m
-(ok)m(ed.)150 3764 y Ft(OSTYPE)192 b Fu(A)30 b(string)h(describing)f
+(ok)m(ed.)150 4033 y Ft(OSTYPE)192 b Fu(A)30 b(string)h(describing)f
 (the)g(op)s(erating)h(system)g(Bash)f(is)h(running)d(on.)150
-3924 y Ft(PIPESTATUS)630 4033 y Fu(An)48 b(arra)m(y)g(v)-5
+4183 y Ft(PIPESTATUS)630 4293 y Fu(An)48 b(arra)m(y)g(v)-5
 b(ariable)49 b(\(see)g(Section)g(6.7)g([Arra)m(ys],)k(page)c(108\))g
-(con)m(taining)h(a)e(list)h(of)630 4143 y(exit)32 b(status)f(v)-5
+(con)m(taining)h(a)e(list)h(of)630 4402 y(exit)32 b(status)f(v)-5
 b(alues)31 b(from)f(the)h(pro)s(cesses)g(in)g(the)g(most-recen)m
-(tly-executed)j(foreground)630 4253 y(pip)s(eline,)i(whic)m(h)f(ma)m(y)
+(tly-executed)j(foreground)630 4512 y(pip)s(eline,)i(whic)m(h)f(ma)m(y)
 g(consist)h(of)f(only)h(a)f(simple)g(command)g(\(see)h(Section)g(3.2)g
-([Shell)630 4362 y(Commands],)30 b(page)h(9\).)150 4522
-y Ft(POSIXLY_CORRECT)630 4632 y Fu(If)h(this)g(v)-5 b(ariable)34
+([Shell)630 4622 y(Commands],)30 b(page)h(9\).)150 4772
+y Ft(POSIXLY_CORRECT)630 4881 y Fu(If)h(this)g(v)-5 b(ariable)34
 b(is)e(in)g(the)h(en)m(vironmen)m(t)g(when)e(Bash)i(starts,)g(the)g
-(shell)g(en)m(ters)g Fm(posix)630 4741 y Fu(mo)s(de)46
+(shell)g(en)m(ters)g Fm(posix)630 4991 y Fu(mo)s(de)46
 b(\(see)h(Section)g(6.11)g([Bash)g(POSIX)e(Mo)s(de],)50
-b(page)d(114\))h(b)s(efore)e(reading)g(the)630 4851 y(startup)38
+b(page)d(114\))h(b)s(efore)e(reading)g(the)630 5101 y(startup)38
 b(\014les,)j(as)e(if)g(the)g Ft(--posix)d Fu(in)m(v)m(o)s(cation)41
 b(option)e(had)f(b)s(een)g(supplied.)64 b(If)39 b(it)g(is)630
-4961 y(set)31 b(while)f(the)h(shell)f(is)h(running,)e(Bash)h(enables)h
+5210 y(set)31 b(while)f(the)h(shell)f(is)h(running,)e(Bash)h(enables)h
 Fm(posix)f Fu(mo)s(de,)g(as)g(if)h(the)f(command)870
-5096 y Ft(set)47 b(-o)g(posix)630 5230 y Fu(had)33 b(b)s(een)g
-(executed.)51 b(When)33 b(the)h(shell)f(en)m(ters)h Fm(posix)f
-Fu(mo)s(de,)h(it)g(sets)g(this)g(v)-5 b(ariable)34 b(if)630
-5340 y(it)d(w)m(as)g(not)f(already)h(set.)p eop end
+5340 y Ft(set)47 b(-o)g(posix)p eop end
 %%Page: 95 101
 TeXDict begin 95 100 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(95)150 299 y Ft(PPID)288
-b Fu(The)30 b(pro)s(cess)g Fm(id)g Fu(of)h(the)f(shell's)h(paren)m(t)g
-(pro)s(cess.)40 b(This)30 b(v)-5 b(ariable)31 b(is)f(readonly)-8
-b(.)150 451 y Ft(PROMPT_COMMAND)630 560 y Fu(If)23 b(this)h(v)-5
-b(ariable)24 b(is)g(set,)i(and)d(is)h(an)f(arra)m(y)-8
-b(,)27 b(the)d(v)-5 b(alue)24 b(of)g(eac)m(h)g(set)h(elemen)m(t)g(is)f
-(in)m(terpreted)630 670 y(as)29 b(a)g(command)f(to)i(execute)g(b)s
-(efore)e(prin)m(ting)h(the)g(primary)f(prompt)f(\()p
-Ft($PS1)p Fu(\).)40 b(If)28 b(this)h(is)630 779 y(set)c(but)f(not)g(an)
-h(arra)m(y)g(v)-5 b(ariable,)26 b(its)f(v)-5 b(alue)25
-b(is)f(used)g(as)h(a)f(command)g(to)i(execute)f(instead.)150
-931 y Ft(PROMPT_DIRTRIM)630 1041 y Fu(If)i(set)g(to)h(a)g(n)m(um)m(b)s
-(er)e(greater)i(than)f(zero,)i(the)e(v)-5 b(alue)28 b(is)f(used)g(as)g
-(the)h(n)m(um)m(b)s(er)e(of)h(trailing)630 1150 y(directory)c(comp)s
-(onen)m(ts)h(to)f(retain)h(when)e(expanding)g(the)h Ft(\\w)g
-Fu(and)f Ft(\\W)g Fu(prompt)h(string)f(es-)630 1260 y(cap)s(es)i(\(see)
-h(Section)g(6.9)g([Con)m(trolling)g(the)f(Prompt],)i(page)e(111\).)41
-b(Characters)24 b(remo)m(v)m(ed)630 1369 y(are)31 b(replaced)g(with)f
-(an)g(ellipsis.)150 1521 y Ft(PS0)336 b Fu(The)32 b(v)-5
-b(alue)33 b(of)g(this)g(parameter)g(is)g(expanded)e(lik)m(e)j
-Ft(PS1)e Fu(and)g(displa)m(y)m(ed)i(b)m(y)e(in)m(teractiv)m(e)630
-1631 y(shells)e(after)h(reading)g(a)g(command)f(and)f(b)s(efore)h(the)h
-(command)f(is)h(executed.)150 1783 y Ft(PS3)336 b Fu(The)34
-b(v)-5 b(alue)35 b(of)f(this)g(v)-5 b(ariable)35 b(is)g(used)e(as)i
-(the)f(prompt)g(for)g(the)g Ft(select)f Fu(command.)52
-b(If)630 1892 y(this)30 b(v)-5 b(ariable)31 b(is)g(not)f(set,)i(the)e
-Ft(select)f Fu(command)h(prompts)f(with)h(`)p Ft(#?)g
-Fu(')150 2044 y Ft(PS4)336 b Fu(The)38 b(v)-5 b(alue)39
-b(of)g(this)g(parameter)g(is)g(expanded)f(lik)m(e)i Ft(PS1)e
-Fu(and)g(the)h(expanded)f(v)-5 b(alue)39 b(is)630 2153
-y(the)c(prompt)f(prin)m(ted)g(b)s(efore)g(the)h(command)f(line)h(is)g
-(ec)m(ho)s(ed)g(when)f(the)h Ft(-x)f Fu(option)h(is)630
-2263 y(set)k(\(see)h(Section)g(4.3.1)g([The)f(Set)g(Builtin],)j(page)e
+b(Shell)30 b(V)-8 b(ariables)2459 b(95)630 299 y(had)33
+b(b)s(een)g(executed.)51 b(When)33 b(the)h(shell)f(en)m(ters)h
+Fm(posix)f Fu(mo)s(de,)h(it)g(sets)g(this)g(v)-5 b(ariable)34
+b(if)630 408 y(it)d(w)m(as)g(not)f(already)h(set.)150
+560 y Ft(PPID)288 b Fu(The)30 b(pro)s(cess)g Fm(id)g
+Fu(of)h(the)f(shell's)h(paren)m(t)g(pro)s(cess.)40 b(This)30
+b(v)-5 b(ariable)31 b(is)f(readonly)-8 b(.)150 712 y
+Ft(PROMPT_COMMAND)630 822 y Fu(If)23 b(this)h(v)-5 b(ariable)24
+b(is)g(set,)i(and)d(is)h(an)f(arra)m(y)-8 b(,)27 b(the)d(v)-5
+b(alue)24 b(of)g(eac)m(h)g(set)h(elemen)m(t)g(is)f(in)m(terpreted)630
+931 y(as)29 b(a)g(command)f(to)i(execute)g(b)s(efore)e(prin)m(ting)h
+(the)g(primary)f(prompt)f(\()p Ft($PS1)p Fu(\).)40 b(If)28
+b(this)h(is)630 1041 y(set)c(but)f(not)g(an)h(arra)m(y)g(v)-5
+b(ariable,)26 b(its)f(v)-5 b(alue)25 b(is)f(used)g(as)h(a)f(command)g
+(to)i(execute)f(instead.)150 1192 y Ft(PROMPT_DIRTRIM)630
+1302 y Fu(If)i(set)g(to)h(a)g(n)m(um)m(b)s(er)e(greater)i(than)f(zero,)
+i(the)e(v)-5 b(alue)28 b(is)f(used)g(as)g(the)h(n)m(um)m(b)s(er)e(of)h
+(trailing)630 1412 y(directory)c(comp)s(onen)m(ts)h(to)f(retain)h(when)
+e(expanding)g(the)h Ft(\\w)g Fu(and)f Ft(\\W)g Fu(prompt)h(string)f
+(es-)630 1521 y(cap)s(es)i(\(see)h(Section)g(6.9)g([Con)m(trolling)g
+(the)f(Prompt],)i(page)e(111\).)41 b(Characters)24 b(remo)m(v)m(ed)630
+1631 y(are)31 b(replaced)g(with)f(an)g(ellipsis.)150
+1783 y Ft(PS0)336 b Fu(The)32 b(v)-5 b(alue)33 b(of)g(this)g(parameter)
+g(is)g(expanded)e(lik)m(e)j Ft(PS1)e Fu(and)g(displa)m(y)m(ed)i(b)m(y)e
+(in)m(teractiv)m(e)630 1892 y(shells)e(after)h(reading)g(a)g(command)f
+(and)f(b)s(efore)h(the)h(command)f(is)h(executed.)150
+2044 y Ft(PS3)336 b Fu(The)34 b(v)-5 b(alue)35 b(of)f(this)g(v)-5
+b(ariable)35 b(is)g(used)e(as)i(the)f(prompt)g(for)g(the)g
+Ft(select)f Fu(command.)52 b(If)630 2153 y(this)30 b(v)-5
+b(ariable)31 b(is)g(not)f(set,)i(the)e Ft(select)f Fu(command)h
+(prompts)f(with)h(`)p Ft(#?)g Fu(')150 2305 y Ft(PS4)336
+b Fu(The)38 b(v)-5 b(alue)39 b(of)g(this)g(parameter)g(is)g(expanded)f
+(lik)m(e)i Ft(PS1)e Fu(and)g(the)h(expanded)f(v)-5 b(alue)39
+b(is)630 2415 y(the)c(prompt)f(prin)m(ted)g(b)s(efore)g(the)h(command)f
+(line)h(is)g(ec)m(ho)s(ed)g(when)f(the)h Ft(-x)f Fu(option)h(is)630
+2524 y(set)k(\(see)h(Section)g(4.3.1)g([The)f(Set)g(Builtin],)j(page)e
 (71\).)67 b(The)38 b(\014rst)g(c)m(haracter)j(of)e(the)630
-2373 y(expanded)33 b(v)-5 b(alue)33 b(is)h(replicated)g(m)m(ultiple)g
+2634 y(expanded)33 b(v)-5 b(alue)33 b(is)h(replicated)g(m)m(ultiple)g
 (times,)h(as)f(necessary)-8 b(,)35 b(to)f(indicate)g(m)m(ultiple)630
-2482 y(lev)m(els)e(of)e(indirection.)42 b(The)29 b(default)i(is)f(`)p
-Ft(+)h Fu('.)150 2634 y Ft(PWD)336 b Fu(The)30 b(curren)m(t)g(w)m
+2744 y(lev)m(els)e(of)e(indirection.)42 b(The)29 b(default)i(is)f(`)p
+Ft(+)h Fu('.)150 2895 y Ft(PWD)336 b Fu(The)30 b(curren)m(t)g(w)m
 (orking)h(directory)g(as)f(set)h(b)m(y)f(the)h Ft(cd)f
-Fu(builtin.)150 2786 y Ft(RANDOM)192 b Fu(Eac)m(h)26
+Fu(builtin.)150 3047 y Ft(RANDOM)192 b Fu(Eac)m(h)26
 b(time)g(this)f(parameter)h(is)g(referenced,)g(it)g(expands)f(to)h(a)g
-(random)e(in)m(teger)j(b)s(et)m(w)m(een)630 2895 y(0)35
+(random)e(in)m(teger)j(b)s(et)m(w)m(een)630 3157 y(0)35
 b(and)e(32767.)55 b(Assigning)34 b(a)h(v)-5 b(alue)34
 b(to)h(this)f(v)-5 b(ariable)35 b(initializes)h(\(seeds\))f(the)g
-(random)630 3005 y(n)m(um)m(b)s(er)d(generator.)50 b(Seeding)33
+(random)630 3266 y(n)m(um)m(b)s(er)d(generator.)50 b(Seeding)33
 b(the)g(random)f(n)m(um)m(b)s(er)g(generator)i(with)f(the)g(same)g
-(con-)630 3114 y(stan)m(t)26 b(v)-5 b(alue)25 b(will)g(pro)s(duce)e
+(con-)630 3376 y(stan)m(t)26 b(v)-5 b(alue)25 b(will)g(pro)s(duce)e
 (the)i(same)g(sequence)g(of)g(v)-5 b(alues.)39 b(If)25
-b Ft(RANDOM)e Fu(is)h(unset,)i(it)f(loses)630 3224 y(its)31
+b Ft(RANDOM)e Fu(is)h(unset,)i(it)f(loses)630 3485 y(its)31
 b(sp)s(ecial)g(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)f(subsequen)m
-(tly)g(reset.)150 3376 y Ft(READLINE_ARGUMENT)630 3485
+(tly)g(reset.)150 3637 y Ft(READLINE_ARGUMENT)630 3747
 y Fu(An)m(y)37 b(n)m(umeric)f(argumen)m(t)h(giv)m(en)g(to)g(a)g
 (Readline)g(command)f(that)h(w)m(as)g(de\014ned)e(using)630
-3595 y(`)p Ft(bind)29 b(-x)p Fu(')h(\(see)i(Section)f(4.2)g([Bash)g
+3856 y(`)p Ft(bind)29 b(-x)p Fu(')h(\(see)i(Section)f(4.2)g([Bash)g
 (Builtins],)g(page)h(59,)f(when)e(it)i(w)m(as)g(in)m(v)m(ok)m(ed.)150
-3747 y Ft(READLINE_LINE)630 3856 y Fu(The)c(con)m(ten)m(ts)i(of)f(the)g
+4008 y Ft(READLINE_LINE)630 4118 y Fu(The)c(con)m(ten)m(ts)i(of)f(the)g
 (Readline)g(line)g(bu\013er,)f(for)h(use)f(with)g(`)p
-Ft(bind)j(-x)p Fu(')d(\(see)h(Section)h(4.2)630 3966
-y([Bash)i(Builtins],)g(page)g(59\).)150 4118 y Ft(READLINE_MARK)630
-4227 y Fu(The)26 b(p)s(osition)h(of)g(the)g Fr(mark)32
+Ft(bind)j(-x)p Fu(')d(\(see)h(Section)h(4.2)630 4227
+y([Bash)i(Builtins],)g(page)g(59\).)150 4379 y Ft(READLINE_MARK)630
+4489 y Fu(The)26 b(p)s(osition)h(of)g(the)g Fr(mark)32
 b Fu(\(sa)m(v)m(ed)c(insertion)f(p)s(oin)m(t\))g(in)g(the)g(Readline)g
-(line)g(bu\013er,)g(for)630 4337 y(use)36 b(with)f(`)p
+(line)g(bu\013er,)g(for)630 4598 y(use)36 b(with)f(`)p
 Ft(bind)30 b(-x)p Fu(')35 b(\(see)i(Section)g(4.2)g([Bash)f(Builtins],)
-i(page)f(59\).)58 b(The)35 b(c)m(haracters)630 4446 y(b)s(et)m(w)m(een)
+i(page)f(59\).)58 b(The)35 b(c)m(haracters)630 4708 y(b)s(et)m(w)m(een)
 c(the)g(insertion)f(p)s(oin)m(t)g(and)g(the)h(mark)f(are)h(often)f
-(called)i(the)f Fr(region)p Fu(.)150 4598 y Ft(READLINE_POINT)630
-4708 y Fu(The)23 b(p)s(osition)g(of)g(the)h(insertion)f(p)s(oin)m(t)g
+(called)i(the)f Fr(region)p Fu(.)150 4859 y Ft(READLINE_POINT)630
+4969 y Fu(The)23 b(p)s(osition)g(of)g(the)h(insertion)f(p)s(oin)m(t)g
 (in)g(the)g(Readline)h(line)f(bu\013er,)h(for)f(use)g(with)g(`)p
-Ft(bind)630 4817 y(-x)p Fu(')30 b(\(see)h(Section)h(4.2)f([Bash)g
-(Builtins],)g(page)g(59\).)150 4969 y Ft(REPLY)240 b
+Ft(bind)630 5079 y(-x)p Fu(')30 b(\(see)h(Section)h(4.2)f([Bash)g
+(Builtins],)g(page)g(59\).)150 5230 y Ft(REPLY)240 b
 Fu(The)29 b(default)h(v)-5 b(ariable)30 b(for)f(the)h
 Ft(read)e Fu(builtin;)i(set)g(to)g(the)f(line)h(read)f(when)g
-Ft(read)f Fu(is)i(not)630 5079 y(supplied)f(a)i(v)-5
-b(ariable)31 b(name)f(argumen)m(t.)150 5230 y Ft(SECONDS)144
-b Fu(This)40 b(v)-5 b(ariable)41 b(expands)f(to)h(the)g(n)m(um)m(b)s
-(er)e(of)i(seconds)g(since)g(the)f(shell)h(w)m(as)g(started.)630
-5340 y(Assignmen)m(t)i(to)g(this)g(v)-5 b(ariable)43
-b(resets)g(the)g(coun)m(t)g(to)g(the)g(v)-5 b(alue)43
-b(assigned,)j(and)c(the)p eop end
+Ft(read)f Fu(is)i(not)630 5340 y(supplied)f(a)i(v)-5
+b(ariable)31 b(name)f(argumen)m(t.)p eop end
 %%Page: 96 102
 TeXDict begin 96 101 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(96)630 299 y(expanded)35
-b(v)-5 b(alue)36 b(b)s(ecomes)h(the)f(v)-5 b(alue)36
-b(assigned)g(plus)f(the)h(n)m(um)m(b)s(er)f(of)h(seconds)g(since)630
-408 y(the)24 b(assignmen)m(t.)39 b(The)23 b(n)m(um)m(b)s(er)g(of)h
-(seconds)f(at)i(shell)f(in)m(v)m(o)s(cation)i(and)d(the)h(curren)m(t)f
-(time)630 518 y(are)h(alw)m(a)m(ys)h(determined)e(b)m(y)g(querying)g
-(the)g(system)h(clo)s(c)m(k)g(at)g(one-second)g(resolution.)39
-b(If)630 628 y Ft(SECONDS)28 b Fu(is)h(unset,)h(it)g(loses)h(its)f(sp)s
-(ecial)g(prop)s(erties,)g(ev)m(en)g(if)g(it)g(is)g(subsequen)m(tly)f
-(reset.)150 794 y Ft(SHELL)240 b Fu(This)24 b(en)m(vironmen)m(t)i(v)-5
+b(Shell)30 b(V)-8 b(ariables)2459 b(96)150 299 y Ft(SECONDS)144
+b Fu(This)40 b(v)-5 b(ariable)41 b(expands)f(to)h(the)g(n)m(um)m(b)s
+(er)e(of)i(seconds)g(since)g(the)f(shell)h(w)m(as)g(started.)630
+408 y(Assignmen)m(t)i(to)g(this)g(v)-5 b(ariable)43 b(resets)g(the)g
+(coun)m(t)g(to)g(the)g(v)-5 b(alue)43 b(assigned,)j(and)c(the)630
+518 y(expanded)35 b(v)-5 b(alue)36 b(b)s(ecomes)h(the)f(v)-5
+b(alue)36 b(assigned)g(plus)f(the)h(n)m(um)m(b)s(er)f(of)h(seconds)g
+(since)630 628 y(the)24 b(assignmen)m(t.)39 b(The)23
+b(n)m(um)m(b)s(er)g(of)h(seconds)f(at)i(shell)f(in)m(v)m(o)s(cation)i
+(and)d(the)h(curren)m(t)f(time)630 737 y(are)h(alw)m(a)m(ys)h
+(determined)e(b)m(y)g(querying)g(the)g(system)h(clo)s(c)m(k)g(at)g
+(one-second)g(resolution.)39 b(If)630 847 y Ft(SECONDS)28
+b Fu(is)h(unset,)h(it)g(loses)h(its)f(sp)s(ecial)g(prop)s(erties,)g(ev)
+m(en)g(if)g(it)g(is)g(subsequen)m(tly)f(reset.)150 995
+y Ft(SHELL)240 b Fu(This)24 b(en)m(vironmen)m(t)i(v)-5
 b(ariable)26 b(expands)e(to)i(the)g(full)f(pathname)g(to)h(the)f
-(shell.)39 b(If)25 b(it)g(is)h(not)630 904 y(set)36 b(when)f(the)h
-(shell)g(starts,)i(Bash)e(assigns)h(to)f(it)h(the)f(full)f(pathname)h
-(of)g(the)g(curren)m(t)630 1014 y(user's)30 b(login)h(shell.)150
-1180 y Ft(SHELLOPTS)630 1290 y Fu(A)g(colon-separated)h(list)f(of)g
-(enabled)f(shell)h(options.)41 b(Eac)m(h)31 b(w)m(ord)f(in)g(the)h
-(list)g(is)g(a)g(v)-5 b(alid)630 1400 y(argumen)m(t)28
-b(for)f(the)h Ft(-o)e Fu(option)i(to)g(the)g Ft(set)e
-Fu(builtin)h(command)g(\(see)i(Section)f(4.3.1)h([The)630
-1509 y(Set)g(Builtin],)h(page)f(71\).)42 b(The)28 b(options)h(app)s
-(earing)f(in)g Ft(SHELLOPTS)e Fu(are)j(those)h(rep)s(orted)630
-1619 y(as)g(`)p Ft(on)p Fu(')f(b)m(y)h(`)p Ft(set)g(-o)p
-Fu('.)40 b(If)29 b(this)h(v)-5 b(ariable)30 b(is)g(in)f(the)h(en)m
-(vironmen)m(t)g(when)f(Bash)h(starts)g(up,)630 1728 y(the)k(shell)g
-(enables)g(eac)m(h)i(option)e(in)f(the)i(list)f(b)s(efore)g(reading)g
-(an)m(y)g(startup)f(\014les.)52 b(This)630 1838 y(v)-5
-b(ariable)31 b(is)g(readonly)-8 b(.)150 2005 y Ft(SHLVL)240
-b Fu(Incremen)m(ted)21 b(b)m(y)g(one)g(eac)m(h)h(time)f(a)h(new)e
-(instance)h(of)g(Bash)g(is)g(started.)38 b(This)20 b(is)h(in)m(tended)
-630 2114 y(to)31 b(b)s(e)f(a)h(coun)m(t)g(of)f(ho)m(w)h(deeply)f(y)m
-(our)g(Bash)h(shells)f(are)h(nested.)150 2281 y Ft(SRANDOM)144
-b Fu(This)36 b(v)-5 b(ariable)37 b(expands)f(to)h(a)g(32-bit)h
-(pseudo-random)d(n)m(um)m(b)s(er)g(eac)m(h)j(time)f(it)g(is)g(ref-)630
-2391 y(erenced.)47 b(The)32 b(random)g(n)m(um)m(b)s(er)f(generator)j
-(is)e(not)h(linear)g(on)f(systems)h(that)g(supp)s(ort)630
-2500 y Ft(/dev/urandom)26 b Fu(or)k Ft(arc4random)p Fu(,)d(so)j(eac)m
-(h)g(returned)f(n)m(um)m(b)s(er)f(has)h(no)g(relationship)h(to)630
-2610 y(the)39 b(n)m(um)m(b)s(ers)e(preceding)i(it.)66
-b(The)38 b(random)g(n)m(um)m(b)s(er)f(generator)j(cannot)g(b)s(e)e
-(seeded,)630 2719 y(so)c(assignmen)m(ts)g(to)g(this)f(v)-5
-b(ariable)34 b(ha)m(v)m(e)h(no)e(e\013ect.)51 b(If)33
-b Ft(SRANDOM)e Fu(is)j(unset,)g(it)f(loses)i(its)630
-2829 y(sp)s(ecial)c(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g
-(subsequen)m(tly)f(reset.)150 2996 y Ft(TIMEFORMAT)630
-3105 y Fu(The)g(v)-5 b(alue)32 b(of)f(this)g(parameter)g(is)g(used)f
-(as)h(a)g(format)h(string)f(sp)s(ecifying)f(ho)m(w)h(the)g(tim-)630
-3215 y(ing)37 b(information)f(for)h(pip)s(elines)f(pre\014xed)f(with)h
-(the)h Ft(time)e Fu(reserv)m(ed)i(w)m(ord)f(should)g(b)s(e)630
-3324 y(displa)m(y)m(ed.)k(The)27 b(`)p Ft(\045)p Fu(')h(c)m(haracter)h
-(in)m(tro)s(duces)e(an)h(escap)s(e)g(sequence)g(that)g(is)f(expanded)g
-(to)630 3434 y(a)37 b(time)g(v)-5 b(alue)36 b(or)h(other)f
-(information.)59 b(The)36 b(escap)s(e)g(sequences)h(and)e(their)i
-(meanings)630 3544 y(are)31 b(as)f(follo)m(ws;)i(the)f(brac)m(k)m(ets)h
-(denote)e(optional)i(p)s(ortions.)630 3710 y Ft(\045\045)384
-b Fu(A)30 b(literal)i(`)p Ft(\045)p Fu('.)630 3877 y
-Ft(\045[)p Fj(p)p Ft(][l]R)96 b Fu(The)30 b(elapsed)h(time)g(in)f
-(seconds.)630 4044 y Ft(\045[)p Fj(p)p Ft(][l]U)96 b
-Fu(The)30 b(n)m(um)m(b)s(er)f(of)h(CPU)g(seconds)h(sp)s(en)m(t)f(in)g
-(user)f(mo)s(de.)630 4211 y Ft(\045[)p Fj(p)p Ft(][l]S)96
-b Fu(The)30 b(n)m(um)m(b)s(er)f(of)h(CPU)g(seconds)h(sp)s(en)m(t)f(in)g
-(system)g(mo)s(de.)630 4377 y Ft(\045P)384 b Fu(The)30
-b(CPU)g(p)s(ercen)m(tage,)i(computed)e(as)h(\(\045U)f
-Ft(+)g Fu(\045S\))g(/)h(\045R.)630 4544 y(The)23 b(optional)j
-Fr(p)g Fu(is)e(a)g(digit)h(sp)s(ecifying)e(the)h(precision,)i(the)e(n)m
-(um)m(b)s(er)f(of)h(fractional)h(digits)630 4654 y(after)36
-b(a)f(decimal)i(p)s(oin)m(t.)55 b(A)35 b(v)-5 b(alue)36
-b(of)f(0)h(causes)g(no)f(decimal)h(p)s(oin)m(t)f(or)h(fraction)g(to)g
-(b)s(e)630 4763 y(output.)50 b Ft(time)32 b Fu(will)i(prin)m(t)f(at)i
-(most)f(six)f(digits)h(after)g(the)g(decimal)h(p)s(oin)m(t;)g(v)-5
-b(alues)34 b(of)g Fr(p)630 4873 y Fu(greater)g(than)f(6)h(are)f(c)m
-(hanged)h(to)g(6.)49 b(If)32 b Fr(p)k Fu(is)d(not)g(sp)s(eci\014ed,)h
-Ft(time)d Fu(prin)m(ts)i(three)g(digits)630 4983 y(after)e(the)f
-(decimal)i(p)s(oin)m(t.)630 5121 y(The)54 b(optional)h
-Ft(l)f Fu(sp)s(eci\014es)g(a)h(longer)f(format,)61 b(including)54
-b(min)m(utes,)61 b(of)54 b(the)g(form)630 5230 y Fr(MM)10
-b Fu(m)p Fr(SS)p Fu(.)p Fr(FF)d Fu(s.)103 b(The)50 b(v)-5
-b(alue)52 b(of)f Fr(p)j Fu(determines)d(whether)f(or)h(not)h(the)f
-(fraction)h(is)630 5340 y(included.)p eop end
+(shell.)39 b(If)25 b(it)g(is)h(not)630 1104 y(set)36
+b(when)f(the)h(shell)g(starts,)i(Bash)e(assigns)h(to)f(it)h(the)f(full)
+f(pathname)h(of)g(the)g(curren)m(t)630 1214 y(user's)30
+b(login)h(shell.)150 1361 y Ft(SHELLOPTS)630 1471 y Fu(A)g
+(colon-separated)h(list)f(of)g(enabled)f(shell)h(options.)41
+b(Eac)m(h)31 b(w)m(ord)f(in)g(the)h(list)g(is)g(a)g(v)-5
+b(alid)630 1581 y(argumen)m(t)28 b(for)f(the)h Ft(-o)e
+Fu(option)i(to)g(the)g Ft(set)e Fu(builtin)h(command)g(\(see)i(Section)
+f(4.3.1)h([The)630 1690 y(Set)g(Builtin],)h(page)f(71\).)42
+b(The)28 b(options)h(app)s(earing)f(in)g Ft(SHELLOPTS)e
+Fu(are)j(those)h(rep)s(orted)630 1800 y(as)g(`)p Ft(on)p
+Fu(')f(b)m(y)h(`)p Ft(set)g(-o)p Fu('.)40 b(If)29 b(this)h(v)-5
+b(ariable)30 b(is)g(in)f(the)h(en)m(vironmen)m(t)g(when)f(Bash)h
+(starts)g(up,)630 1909 y(the)k(shell)g(enables)g(eac)m(h)i(option)e(in)
+f(the)i(list)f(b)s(efore)g(reading)g(an)m(y)g(startup)f(\014les.)52
+b(This)630 2019 y(v)-5 b(ariable)31 b(is)g(readonly)-8
+b(.)150 2167 y Ft(SHLVL)240 b Fu(Incremen)m(ted)21 b(b)m(y)g(one)g(eac)
+m(h)h(time)f(a)h(new)e(instance)h(of)g(Bash)g(is)g(started.)38
+b(This)20 b(is)h(in)m(tended)630 2276 y(to)31 b(b)s(e)f(a)h(coun)m(t)g
+(of)f(ho)m(w)h(deeply)f(y)m(our)g(Bash)h(shells)f(are)h(nested.)150
+2424 y Ft(SRANDOM)144 b Fu(This)36 b(v)-5 b(ariable)37
+b(expands)f(to)h(a)g(32-bit)h(pseudo-random)d(n)m(um)m(b)s(er)g(eac)m
+(h)j(time)f(it)g(is)g(ref-)630 2534 y(erenced.)47 b(The)32
+b(random)g(n)m(um)m(b)s(er)f(generator)j(is)e(not)h(linear)g(on)f
+(systems)h(that)g(supp)s(ort)630 2643 y Ft(/dev/urandom)26
+b Fu(or)k Ft(arc4random)p Fu(,)d(so)j(eac)m(h)g(returned)f(n)m(um)m(b)s
+(er)f(has)h(no)g(relationship)h(to)630 2753 y(the)39
+b(n)m(um)m(b)s(ers)e(preceding)i(it.)66 b(The)38 b(random)g(n)m(um)m(b)
+s(er)f(generator)j(cannot)g(b)s(e)e(seeded,)630 2862
+y(so)c(assignmen)m(ts)g(to)g(this)f(v)-5 b(ariable)34
+b(ha)m(v)m(e)h(no)e(e\013ect.)51 b(If)33 b Ft(SRANDOM)e
+Fu(is)j(unset,)g(it)f(loses)i(its)630 2972 y(sp)s(ecial)c(prop)s
+(erties,)f(ev)m(en)h(if)f(it)h(is)g(subsequen)m(tly)f(reset.)150
+3120 y Ft(TIMEFORMAT)630 3229 y Fu(The)g(v)-5 b(alue)32
+b(of)f(this)g(parameter)g(is)g(used)f(as)h(a)g(format)h(string)f(sp)s
+(ecifying)f(ho)m(w)h(the)g(tim-)630 3339 y(ing)37 b(information)f(for)h
+(pip)s(elines)f(pre\014xed)f(with)h(the)h Ft(time)e Fu(reserv)m(ed)i(w)
+m(ord)f(should)g(b)s(e)630 3448 y(displa)m(y)m(ed.)k(The)27
+b(`)p Ft(\045)p Fu(')h(c)m(haracter)h(in)m(tro)s(duces)e(an)h(escap)s
+(e)g(sequence)g(that)g(is)f(expanded)g(to)630 3558 y(a)37
+b(time)g(v)-5 b(alue)36 b(or)h(other)f(information.)59
+b(The)36 b(escap)s(e)g(sequences)h(and)e(their)i(meanings)630
+3668 y(are)31 b(as)f(follo)m(ws;)i(the)f(brac)m(k)m(ets)h(denote)e
+(optional)i(p)s(ortions.)630 3815 y Ft(\045\045)384 b
+Fu(A)30 b(literal)i(`)p Ft(\045)p Fu('.)630 3963 y Ft(\045[)p
+Fj(p)p Ft(][l]R)96 b Fu(The)30 b(elapsed)h(time)g(in)f(seconds.)630
+4111 y Ft(\045[)p Fj(p)p Ft(][l]U)96 b Fu(The)30 b(n)m(um)m(b)s(er)f
+(of)h(CPU)g(seconds)h(sp)s(en)m(t)f(in)g(user)f(mo)s(de.)630
+4258 y Ft(\045[)p Fj(p)p Ft(][l]S)96 b Fu(The)30 b(n)m(um)m(b)s(er)f
+(of)h(CPU)g(seconds)h(sp)s(en)m(t)f(in)g(system)g(mo)s(de.)630
+4406 y Ft(\045P)384 b Fu(The)30 b(CPU)g(p)s(ercen)m(tage,)i(computed)e
+(as)h(\(\045U)f Ft(+)g Fu(\045S\))g(/)h(\045R.)630 4554
+y(The)23 b(optional)j Fr(p)g Fu(is)e(a)g(digit)h(sp)s(ecifying)e(the)h
+(precision,)i(the)e(n)m(um)m(b)s(er)f(of)h(fractional)h(digits)630
+4663 y(after)36 b(a)f(decimal)i(p)s(oin)m(t.)55 b(A)35
+b(v)-5 b(alue)36 b(of)f(0)h(causes)g(no)f(decimal)h(p)s(oin)m(t)f(or)h
+(fraction)g(to)g(b)s(e)630 4773 y(output.)50 b Ft(time)32
+b Fu(will)i(prin)m(t)f(at)i(most)f(six)f(digits)h(after)g(the)g
+(decimal)h(p)s(oin)m(t;)g(v)-5 b(alues)34 b(of)g Fr(p)630
+4883 y Fu(greater)g(than)f(6)h(are)f(c)m(hanged)h(to)g(6.)49
+b(If)32 b Fr(p)k Fu(is)d(not)g(sp)s(eci\014ed,)h Ft(time)d
+Fu(prin)m(ts)i(three)g(digits)630 4992 y(after)e(the)f(decimal)i(p)s
+(oin)m(t.)630 5121 y(The)54 b(optional)h Ft(l)f Fu(sp)s(eci\014es)g(a)h
+(longer)f(format,)61 b(including)54 b(min)m(utes,)61
+b(of)54 b(the)g(form)630 5230 y Fr(MM)10 b Fu(m)p Fr(SS)p
+Fu(.)p Fr(FF)d Fu(s.)103 b(The)50 b(v)-5 b(alue)52 b(of)f
+Fr(p)j Fu(determines)d(whether)f(or)h(not)h(the)f(fraction)h(is)630
+5340 y(included.)p eop end
 %%Page: 97 103
 TeXDict begin 97 102 bop 150 -116 a Fu(Chapter)30 b(5:)41
 b(Shell)30 b(V)-8 b(ariables)2459 b(97)630 299 y(If)30
@@ -15480,14 +15487,14 @@ y(v)m(ersions)31 b(of)f Ft(sh)g Fu(as)h(closely)h(as)e(p)s(ossible,)g
 (e)j(login)e(shell,)57 b(or)51 b(as)g(a)h(non-in)m(teractiv)m(e)h
 (shell)f(with)f(the)150 1660 y Ft(--login)31 b Fu(option,)k(it)e
 (\014rst)g(attempts)h(to)g(read)f(and)g(execute)h(commands)f(from)g
-Ft(/etc/profile)d Fu(and)150 1770 y Ft(~/.profile)p Fu(,)d(in)i(that)i
-(order.)39 b(The)30 b Ft(--noprofile)c Fu(option)k(ma)m(y)g(b)s(e)f
-(used)g(to)h(inhibit)f(this)h(b)s(eha)m(vior.)275 1912
-y(When)d(in)m(v)m(ok)m(ed)j(as)e(an)g(in)m(teractiv)m(e)j(shell)d(with)
-g(the)g(name)g Ft(sh)p Fu(,)g(Bash)g(lo)s(oks)h(for)f(the)g(v)-5
-b(ariable)29 b Ft(ENV)p Fu(,)150 2021 y(expands)g(its)i(v)-5
-b(alue)30 b(if)h(it)f(is)g(de\014ned,)g(and)f(uses)h(the)g(expanded)g
-(v)-5 b(alue)30 b(as)h(the)f(name)g(of)g(a)h(\014le)f(to)h(read)150
+Ft(/etc/profile)d Fu(and)150 1770 y Ft(~/.profile)p Fu(,)e(in)i(that)h
+(order.)40 b(The)30 b Ft(--noprofile)d Fu(option)k(will)g(inhibit)f
+(this)g(b)s(eha)m(vior.)275 1912 y(When)d(in)m(v)m(ok)m(ed)j(as)e(an)g
+(in)m(teractiv)m(e)j(shell)d(with)g(the)g(name)g Ft(sh)p
+Fu(,)g(Bash)g(lo)s(oks)h(for)f(the)g(v)-5 b(ariable)29
+b Ft(ENV)p Fu(,)150 2021 y(expands)g(its)i(v)-5 b(alue)30
+b(if)h(it)f(is)g(de\014ned,)g(and)f(uses)h(the)g(expanded)g(v)-5
+b(alue)30 b(as)h(the)f(name)g(of)g(a)h(\014le)f(to)h(read)150
 2131 y(and)g(execute.)46 b(Since)32 b(a)g(shell)g(in)m(v)m(ok)m(ed)h
 (as)f Ft(sh)f Fu(do)s(es)g(not)h(attempt)h(to)g(read)e(and)g(execute)i
 (commands)150 2240 y(from)d(an)m(y)h(other)f(startup)g(\014les,)h(the)f
@@ -15496,7 +15503,7 @@ y(A)k(non-in)m(teractiv)m(e)k(shell)d(in)m(v)m(ok)m(ed)h(with)e(the)h
 (name)g Ft(sh)f Fu(do)s(es)h(not)g(attempt)g(to)h(read)f(an)m(y)g
 (other)150 2492 y(startup)30 b(\014les.)275 2634 y(When)g(in)m(v)m(ok)m
 (ed)h(as)g Ft(sh)p Fu(,)f(Bash)h(en)m(ters)g Fm(posix)e
-Fu(mo)s(de)h(after)h(the)g(startup)f(\014les)g(are)h(read.)150
+Fu(mo)s(de)h(after)h(reading)g(the)f(startup)g(\014les.)150
 2841 y Fk(In)m(v)m(ok)m(ed)40 b(in)h Fg(posix)g Fk(mo)s(de)150
 2988 y Fu(When)28 b(Bash)h(is)g(started)g(in)g Fm(posix)f
 Fu(mo)s(de,)g(as)h(with)g(the)g Ft(--posix)d Fu(command)j(line)g
@@ -15515,15 +15522,15 @@ f(run)g(with)g(its)h(standard)g(input)e(connected)j(to)150
 (shell)g(daemon)g Ft(sshd)p Fu(.)39 b(If)30 b(Bash)g(determines)g(it)g
 (is)g(b)s(eing)f(run)150 4000 y(non-in)m(teractiv)m(ely)34
 b(in)e(this)f(fashion,)h(it)g(reads)g(and)f(executes)i(commands)e(from)
-g Ft(~/.bashrc)p Fu(,)f(if)h(that)150 4109 y(\014le)38
-b(exists)h(and)e(is)h(readable.)64 b(It)38 b(will)h(not)f(do)g(this)g
-(if)g(in)m(v)m(ok)m(ed)h(as)f Ft(sh)p Fu(.)63 b(The)38
-b Ft(--norc)e Fu(option)i(ma)m(y)150 4219 y(b)s(e)c(used)g(to)h
-(inhibit)g(this)f(b)s(eha)m(vior,)i(and)e(the)h Ft(--rcfile)d
-Fu(option)k(will)f(mak)m(e)g(Bash)g(use)f(a)h(di\013eren)m(t)150
-4329 y(\014le)d(instead)h(of)f Ft(~/.bashrc)p Fu(,)f(but)g(neither)h
-Ft(rshd)f Fu(nor)h Ft(sshd)f Fu(generally)j(in)m(v)m(ok)m(e)g(the)e
-(shell)h(with)e(those)150 4438 y(options)g(or)f(allo)m(w)i(them)e(to)h
+g Ft(~/.bashrc)p Fu(,)f(if)h(that)150 4109 y(\014le)39
+b(exists)h(and)f(is)g(readable.)68 b(It)39 b(will)g(not)h(do)f(this)g
+(if)g(in)m(v)m(ok)m(ed)i(as)e Ft(sh)p Fu(.)67 b(The)38
+b Ft(--norc)g Fu(option)i(will)150 4219 y(inhibit)33
+b(this)h(b)s(eha)m(vior,)h(and)e(the)h Ft(--rcfile)d
+Fu(option)j(will)h(mak)m(e)f(Bash)g(use)g(a)g(di\013eren)m(t)g(\014le)g
+(instead)150 4329 y(of)g Ft(~/.bashrc)p Fu(,)g(but)f(neither)h
+Ft(rshd)g Fu(nor)f Ft(sshd)h Fu(generally)h(in)m(v)m(ok)m(e)h(the)f
+(shell)f(with)g(those)h(options)g(or)150 4438 y(allo)m(w)d(them)e(to)h
 (b)s(e)f(sp)s(eci\014ed.)150 4645 y Fk(In)m(v)m(ok)m(ed)40
 b(with)g(unequal)h(e\013ectiv)m(e)e(and)i(real)g Fg(uid/gid)p
 Fk(s)150 4792 y Fu(If)34 b(Bash)h(is)g(started)g(with)f(the)h
@@ -15700,14 +15707,14 @@ TeXDict begin 104 109 bop 150 -116 a Fu(Chapter)30 b(6:)41
 b(Bash)30 b(F)-8 b(eatures)2439 b(104)150 299 y(otherwise)38
 b(it)g(will)g(em)m(ulate)g(them)g(in)m(ternally)g(with)f(this)h(b)s
 (eha)m(vior:)55 b(If)36 b(the)i Fr(\014le)43 b Fu(argumen)m(t)37
-b(to)i(one)150 408 y(of)h(the)g(primaries)f(is)h(of)g(the)g(form)g
-Ft(/dev/fd/)p Fj(N)p Fu(,)g(then)f(\014le)h(descriptor)g
-Fr(N)49 b Fu(is)40 b(c)m(hec)m(k)m(ed.)71 b(If)40 b(the)g
-Fr(\014le)150 518 y Fu(argumen)m(t)29 b(to)f(one)h(of)f(the)h
-(primaries)e(is)h(one)h(of)f Ft(/dev/stdin)p Fu(,)e Ft(/dev/stdout)p
-Fu(,)g(or)i Ft(/dev/stderr)p Fu(,)e(\014le)150 628 y(descriptor)k(0,)h
-(1,)g(or)g(2,)g(resp)s(ectiv)m(ely)-8 b(,)32 b(is)e(c)m(hec)m(k)m(ed.)
-275 761 y(When)37 b(used)g(with)g Ft([[)p Fu(,)i(the)f(`)p
+b(to)i(one)150 408 y(of)d(the)g(primaries)f(is)h(of)g(the)g(form)g
+Ft(/dev/fd/)p Fj(N)p Fu(,)f(then)g(Bash)h(c)m(hec)m(ks)h(\014le)f
+(descriptor)g Fr(N)p Fu(.)57 b(If)36 b(the)g Fr(\014le)150
+518 y Fu(argumen)m(t)k(to)h(one)f(of)g(the)g(primaries)g(is)g(one)g(of)
+g Ft(/dev/stdin)p Fu(,)f Ft(/dev/stdout)p Fu(,)h(or)g
+Ft(/dev/stderr)p Fu(,)150 628 y(Bash)31 b(c)m(hec)m(ks)g(\014le)g
+(descriptor)f(0,)h(1,)g(or)f(2,)h(resp)s(ectiv)m(ely)-8
+b(.)275 761 y(When)37 b(used)g(with)g Ft([[)p Fu(,)i(the)f(`)p
 Ft(<)p Fu(')g(and)f(`)p Ft(>)p Fu(')h(op)s(erators)g(sort)g
 (lexicographically)i(using)d(the)h(curren)m(t)150 871
 y(lo)s(cale.)k(The)30 b Ft(test)f Fu(command)i(uses)f(ASCI)s(I)e
@@ -15873,15 +15880,15 @@ y(Shell)38 b(v)-5 b(ariables)39 b(are)g(allo)m(w)m(ed)i(as)e(op)s
 (erands;)i(parameter)e(expansion)g(is)f(p)s(erformed)g(b)s(efore)g(the)
 150 3866 y(expression)g(is)g(ev)-5 b(aluated.)66 b(Within)38
 b(an)h(expression,)h(shell)e(v)-5 b(ariables)39 b(ma)m(y)g(also)g(b)s
-(e)f(referenced)g(b)m(y)150 3976 y(name)28 b(without)g(using)g(the)g
-(parameter)h(expansion)e(syn)m(tax.)41 b(This)27 b(means)h(y)m(ou)h
-(can)f(use)g(.Q)g(x)g(,)g(where)150 4085 y Ft(\\)p Fu(fIx)p
-Ft(\\)p Fu(fP)g(is)i(a)g(shell)h(v)-5 b(ariable)30 b(name,)g(in)g(an)g
-(arithmetic)h(expression,)f(and)f(the)h(shell)g(will)g(ev)-5
-b(aluate)32 b(its)150 4195 y(v)-5 b(alue)29 b(as)g(an)f(expression)g
-(and)g(use)g(the)h(result.)40 b(A)28 b(shell)h(v)-5 b(ariable)29
-b(that)g(is)f(n)m(ull)h(or)f(unset)g(ev)-5 b(aluates)30
-b(to)150 4304 y(0)h(when)e(referenced)h(b)m(y)h(name)f(in)g(an)g
+(e)f(referenced)g(b)m(y)150 3976 y(name)33 b(without)g(using)f(the)h
+(parameter)g(expansion)g(syn)m(tax.)48 b(This)32 b(means)h(y)m(ou)g
+(can)g(use)g Fr(x)p Fu(,)g(where)g Fr(x)150 4085 y Fu(is)28
+b(a)h(shell)g(v)-5 b(ariable)29 b(name,)g(in)f(an)h(arithmetic)g
+(expression,)g(and)f(the)h(shell)f(will)h(ev)-5 b(aluate)30
+b(its)f(v)-5 b(alue)29 b(as)150 4195 y(an)h(expression)h(and)e(use)i
+(the)f(result.)41 b(A)31 b(shell)f(v)-5 b(ariable)32
+b(that)f(is)f(n)m(ull)g(or)h(unset)f(ev)-5 b(aluates)32
+b(to)f(0)g(when)150 4304 y(referenced)f(b)m(y)h(name)f(in)g(an)g
 (expression.)275 4439 y(The)d(v)-5 b(alue)28 b(of)g(a)g(v)-5
 b(ariable)29 b(is)e(ev)-5 b(aluated)29 b(as)f(an)g(arithmetic)h
 (expression)f(when)e(it)j(is)e(referenced,)i(or)150 4548
@@ -16660,508 +16667,511 @@ b(Bash)36 b(will)g(not)g(insert)g(a)g(command)f(without)h(the)g
 (execute)h(bit)f(set)g(in)m(to)h(the)f(command)g(hash)330
 408 y(table,)c(ev)m(en)f(if)f(it)h(returns)e(it)i(as)g(a)f(\(last-ditc)
 m(h\))j(result)d(from)g(a)h Ft($PATH)e Fu(searc)m(h.)154
-545 y(23.)61 b(The)42 b(message)h(prin)m(ted)e(b)m(y)h(the)g(job)g(con)
+555 y(23.)61 b(The)42 b(message)h(prin)m(ted)e(b)m(y)h(the)g(job)g(con)
 m(trol)i(co)s(de)e(and)f(builtins)h(when)f(a)h(job)g(exits)h(with)f(a)
-330 655 y(non-zero)31 b(status)g(is)f(`Done\(status\)'.)154
-792 y(24.)61 b(The)40 b(message)h(prin)m(ted)f(b)m(y)g(the)h(job)f(con)
+330 664 y(non-zero)31 b(status)g(is)f(`Done\(status\)'.)154
+810 y(24.)61 b(The)40 b(message)h(prin)m(ted)f(b)m(y)g(the)h(job)f(con)
 m(trol)h(co)s(de)g(and)f(builtins)f(when)h(a)g(job)g(is)h(stopp)s(ed)e
-(is)330 902 y(`Stopp)s(ed\()p Fr(signame)5 b Fu(\)',)31
+(is)330 920 y(`Stopp)s(ed\()p Fr(signame)5 b Fu(\)',)31
 b(where)f Fr(signame)36 b Fu(is,)31 b(for)f(example,)h
-Ft(SIGTSTP)p Fu(.)154 1039 y(25.)61 b(If)35 b(the)h(shell)g(is)g(in)m
+Ft(SIGTSTP)p Fu(.)154 1066 y(25.)61 b(If)35 b(the)h(shell)g(is)g(in)m
 (teractiv)m(e,)41 b(Bash)36 b(do)s(es)f(not)h(p)s(erform)f(job)g
-(noti\014cations)i(b)s(et)m(w)m(een)g(executing)330 1148
+(noti\014cations)i(b)s(et)m(w)m(een)g(executing)330 1176
 y(commands)44 b(in)h(lists)g(separated)h(b)m(y)e(`)p
 Ft(;)p Fu(')h(or)g(newline.)84 b(Non-in)m(teractiv)m(e)48
-b(shells)d(prin)m(t)g(status)330 1258 y(messages)31 b(after)g(a)g
-(foreground)f(job)g(in)g(a)g(list)h(completes.)154 1395
+b(shells)d(prin)m(t)g(status)330 1285 y(messages)31 b(after)g(a)g
+(foreground)f(job)g(in)g(a)g(list)h(completes.)154 1431
 y(26.)61 b(If)32 b(the)g(shell)g(is)h(in)m(teractiv)m(e,)i(Bash)e(w)m
 (aits)g(un)m(til)f(the)h(next)f(prompt)f(b)s(efore)h(prin)m(ting)g(the)
-h(status)330 1504 y(of)f(a)g(bac)m(kground)f(job)h(that)g(c)m(hanges)h
+h(status)330 1541 y(of)f(a)g(bac)m(kground)f(job)h(that)g(c)m(hanges)h
 (status)f(or)g(a)g(foreground)f(job)g(that)h(terminates)h(due)e(to)i(a)
-330 1614 y(signal.)41 b(Non-in)m(teractiv)m(e)34 b(shells)d(prin)m(t)f
+330 1650 y(signal.)41 b(Non-in)m(teractiv)m(e)34 b(shells)d(prin)m(t)f
 (status)g(messages)i(after)e(a)h(foreground)f(job)g(completes.)154
-1751 y(27.)61 b(Bash)38 b(p)s(ermanen)m(tly)g(remo)m(v)m(es)i(jobs)d
+1797 y(27.)61 b(Bash)38 b(p)s(ermanen)m(tly)g(remo)m(v)m(es)i(jobs)d
 (from)h(the)h(jobs)e(table)i(after)g(notifying)g(the)f(user)g(of)g
-(their)330 1861 y(termination)31 b(via)g(the)g Ft(wait)e
-Fu(or)h Ft(jobs)g Fu(builtins.)154 1998 y(28.)61 b(The)33
-b Ft(vi)f Fu(editing)i(mo)s(de)f(will)g(in)m(v)m(ok)m(e)i(the)e
-Ft(vi)g Fu(editor)h(directly)f(when)f(the)i(`)p Ft(v)p
-Fu(')f(command)g(is)g(run,)330 2107 y(instead)e(of)f(c)m(hec)m(king)i
-Ft($VISUAL)d Fu(and)g Ft($EDITOR)p Fu(.)154 2244 y(29.)61
-b(Prompt)43 b(expansion)g(enables)g(the)h Fm(posix)e
+(their)330 1906 y(termination)c(via)g(the)f Ft(wait)f
+Fu(or)h Ft(jobs)f Fu(builtins.)49 b(It)33 b(remo)m(v)m(es)i(the)e(job)g
+(from)g(the)g(jobs)g(list)g(after)330 2016 y(notifying)g(the)f(user)g
+(of)g(its)g(termination,)i(but)e(the)g(status)h(is)f(still)h(a)m(v)-5
+b(ailable)34 b(via)f Ft(wait)p Fu(,)f(as)g(long)330 2125
+y(as)f Ft(wait)e Fu(is)h(supplied)f(a)i Fm(pid)f Fu(argumen)m(t.)154
+2271 y(28.)61 b(The)33 b Ft(vi)f Fu(editing)i(mo)s(de)f(will)g(in)m(v)m
+(ok)m(e)i(the)e Ft(vi)g Fu(editor)h(directly)f(when)f(the)i(`)p
+Ft(v)p Fu(')f(command)g(is)g(run,)330 2381 y(instead)e(of)f(c)m(hec)m
+(king)i Ft($VISUAL)d Fu(and)g Ft($EDITOR)p Fu(.)154 2527
+y(29.)61 b(Prompt)43 b(expansion)g(enables)g(the)h Fm(posix)e
 Ft(PS1)g Fu(and)h Ft(PS2)f Fu(expansions)h(of)g(`)p Ft(!)p
-Fu(')h(to)g(the)f(history)330 2354 y(n)m(um)m(b)s(er)31
+Fu(')h(to)g(the)f(history)330 2637 y(n)m(um)m(b)s(er)31
 b(and)h(`)p Ft(!!)p Fu(')h(to)g(`)p Ft(!)p Fu(',)g(and)f(Bash)h(p)s
 (erforms)e(parameter)i(expansion)f(on)h(the)f(v)-5 b(alues)33
-b(of)g Ft(PS1)330 2463 y Fu(and)d Ft(PS2)f Fu(regardless)i(of)f(the)h
+b(of)g Ft(PS1)330 2746 y Fu(and)d Ft(PS2)f Fu(regardless)i(of)f(the)h
 (setting)h(of)e(the)h Ft(promptvars)c Fu(option.)154
-2600 y(30.)61 b(The)29 b(default)g(history)g(\014le)g(is)g
+2892 y(30.)61 b(The)29 b(default)g(history)g(\014le)g(is)g
 Ft(~/.sh_history)d Fu(\(this)j(is)g(the)g(default)h(v)-5
-b(alue)29 b(the)h(shell)f(assigns)g(to)330 2710 y Ft($HISTFILE)p
-Fu(\).)154 2847 y(31.)61 b(The)30 b(`)p Ft(!)p Fu(')h(c)m(haracter)h
+b(alue)29 b(the)h(shell)f(assigns)g(to)330 3002 y Ft($HISTFILE)p
+Fu(\).)154 3148 y(31.)61 b(The)30 b(`)p Ft(!)p Fu(')h(c)m(haracter)h
 (do)s(es)e(not)h(in)m(tro)s(duce)g(history)f(expansion)h(within)f(a)h
-(double-quoted)g(string,)330 2956 y(ev)m(en)g(if)f(the)h
-Ft(histexpand)d Fu(option)i(is)h(enabled.)154 3093 y(32.)61
+(double-quoted)g(string,)330 3258 y(ev)m(en)g(if)f(the)h
+Ft(histexpand)d Fu(option)i(is)h(enabled.)154 3404 y(32.)61
 b(When)48 b(prin)m(ting)g(shell)h(function)f(de\014nitions)g(\(e.g.,)55
 b(b)m(y)48 b Ft(type)p Fu(\),)k(Bash)d(do)s(es)f(not)h(prin)m(t)f(the)
-330 3203 y Ft(function)28 b Fu(k)m(eyw)m(ord.)154 3340
+330 3513 y Ft(function)28 b Fu(k)m(eyw)m(ord.)154 3660
 y(33.)61 b(Non-in)m(teractiv)m(e)41 b(shells)d(exit)h(if)f(a)g(syn)m
 (tax)g(error)g(in)f(an)h(arithmetic)h(expansion)f(results)f(in)h(an)330
-3450 y(in)m(v)-5 b(alid)31 b(expression.)154 3587 y(34.)61
+3769 y(in)m(v)-5 b(alid)31 b(expression.)154 3915 y(34.)61
 b(Non-in)m(teractiv)m(e)34 b(shells)c(exit)h(if)g(a)f(parameter)h
-(expansion)g(error)f(o)s(ccurs.)154 3724 y(35.)61 b(If)24
+(expansion)g(error)f(o)s(ccurs.)154 4061 y(35.)61 b(If)24
 b(a)g Fm(posix)g Fu(sp)s(ecial)h(builtin)f(returns)f(an)h(error)g
 (status,)i(a)e(non-in)m(teractiv)m(e)j(shell)e(exits.)39
-b(The)24 b(fatal)330 3833 y(errors)30 b(are)h(those)f(listed)h(in)f
+b(The)24 b(fatal)330 4171 y(errors)30 b(are)h(those)f(listed)h(in)f
 (the)h Fm(posix)e Fu(standard,)h(and)g(include)g(things)g(lik)m(e)i
-(passing)e(incorrect)330 3943 y(options,)43 b(redirection)d(errors,)i
+(passing)e(incorrect)330 4281 y(options,)43 b(redirection)d(errors,)i
 (v)-5 b(ariable)41 b(assignmen)m(t)g(errors)e(for)g(assignmen)m(ts)i
-(preceding)f(the)330 4052 y(command)30 b(name,)h(and)f(so)g(on.)154
-4189 y(36.)61 b(A)31 b(non-in)m(teractiv)m(e)j(shell)d(exits)h(with)e
+(preceding)f(the)330 4390 y(command)30 b(name,)h(and)f(so)g(on.)154
+4536 y(36.)61 b(A)31 b(non-in)m(teractiv)m(e)j(shell)d(exits)h(with)e
 (an)h(error)g(status)g(if)g(a)g(v)-5 b(ariable)32 b(assignmen)m(t)g
-(error)e(o)s(ccurs)330 4299 y(when)38 b(no)h(command)g(name)g(follo)m
+(error)e(o)s(ccurs)330 4646 y(when)38 b(no)h(command)g(name)g(follo)m
 (ws)i(the)e(assignmen)m(t)h(statemen)m(ts.)69 b(A)39
-b(v)-5 b(ariable)40 b(assignmen)m(t)330 4408 y(error)30
+b(v)-5 b(ariable)40 b(assignmen)m(t)330 4756 y(error)30
 b(o)s(ccurs,)g(for)g(example,)i(when)d(trying)i(to)g(assign)f(a)h(v)-5
-b(alue)31 b(to)g(a)g(readonly)f(v)-5 b(ariable.)154 4545
+b(alue)31 b(to)g(a)g(readonly)f(v)-5 b(ariable.)154 4902
 y(37.)61 b(A)31 b(non-in)m(teractiv)m(e)j(shell)d(exits)h(with)e(an)h
 (error)g(status)g(if)g(a)g(v)-5 b(ariable)32 b(assignmen)m(t)g(error)e
-(o)s(ccurs)330 4655 y(in)g(an)g(assignmen)m(t)i(statemen)m(t)g
+(o)s(ccurs)330 5011 y(in)g(an)g(assignmen)m(t)i(statemen)m(t)g
 (preceding)e(a)h(sp)s(ecial)g(builtin,)f(but)g(not)g(with)h(an)m(y)f
-(other)h(simple)330 4765 y(command.)38 b(F)-8 b(or)23
+(other)h(simple)330 5121 y(command.)38 b(F)-8 b(or)23
 b(an)m(y)g(other)g(simple)g(command,)h(the)f(shell)g(ab)s(orts)f
-(execution)i(of)f(that)g(command,)330 4874 y(and)44 b(execution)i(con)m
+(execution)i(of)f(that)g(command,)330 5230 y(and)44 b(execution)i(con)m
 (tin)m(ues)g(at)g(the)f(top)g(lev)m(el)h(\()p Ft(")p
 Fu(the)f(shell)h(shall)f(not)g(p)s(erform)e(an)m(y)i(further)330
-4984 y(pro)s(cessing)30 b(of)h(the)f(command)g(in)g(whic)m(h)h(the)f
-(error)g(o)s(ccurred)p Ft(")p Fu(\).)154 5121 y(38.)61
+5340 y(pro)s(cessing)30 b(of)h(the)f(command)g(in)g(whic)m(h)h(the)f
+(error)g(o)s(ccurred)p Ft(")p Fu(\).)p eop end
+%%Page: 117 123
+TeXDict begin 117 122 bop 150 -116 a Fu(Chapter)30 b(6:)41
+b(Bash)30 b(F)-8 b(eatures)2439 b(117)154 299 y(38.)61
 b(A)43 b(non-in)m(teractiv)m(e)i(shell)e(exits)h(with)f(an)f(error)h
 (status)g(if)g(the)g(iteration)h(v)-5 b(ariable)44 b(in)f(a)g
-Ft(for)330 5230 y Fu(statemen)m(t)30 b(or)f(the)g(selection)h(v)-5
+Ft(for)330 408 y Fu(statemen)m(t)30 b(or)f(the)g(selection)h(v)-5
 b(ariable)30 b(in)e(a)h Ft(select)e Fu(statemen)m(t)k(is)d(a)h
-(readonly)g(v)-5 b(ariable)30 b(or)e(has)330 5340 y(an)i(in)m(v)-5
-b(alid)31 b(name.)p eop end
-%%Page: 117 123
-TeXDict begin 117 122 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(117)154 299 y(39.)61
-b(Non-in)m(teractiv)m(e)34 b(shells)c(exit)h(if)g Fr(\014lename)k
-Fu(in)30 b Ft(.)g Fr(\014lename)36 b Fu(is)31 b(not)f(found.)154
-427 y(40.)61 b(Non-in)m(teractiv)m(e)27 b(shells)c(exit)i(if)e(there)h
-(is)f(a)h(syn)m(tax)g(error)f(in)g(a)h(script)f(read)g(with)h(the)f
-Ft(.)g Fu(or)h Ft(source)330 536 y Fu(builtins,)30 b(or)g(in)g(a)h
+(readonly)g(v)-5 b(ariable)30 b(or)e(has)330 518 y(an)i(in)m(v)-5
+b(alid)31 b(name.)154 655 y(39.)61 b(Non-in)m(teractiv)m(e)34
+b(shells)c(exit)h(if)g Fr(\014lename)k Fu(in)30 b Ft(.)g
+Fr(\014lename)36 b Fu(is)31 b(not)f(found.)154 792 y(40.)61
+b(Non-in)m(teractiv)m(e)27 b(shells)c(exit)i(if)e(there)h(is)f(a)h(syn)
+m(tax)g(error)f(in)g(a)h(script)f(read)g(with)h(the)f
+Ft(.)g Fu(or)h Ft(source)330 902 y Fu(builtins,)30 b(or)g(in)g(a)h
 (string)g(pro)s(cessed)e(b)m(y)i(the)f Ft(eval)f Fu(builtin.)154
-664 y(41.)61 b(Non-in)m(teractiv)m(e)33 b(shells)d(exit)g(if)g(the)f
+1039 y(41.)61 b(Non-in)m(teractiv)m(e)33 b(shells)d(exit)g(if)g(the)f
 Ft(export)p Fu(,)g Ft(readonly)e Fu(or)j Ft(unset)e Fu(builtin)h
-(commands)g(get)i(an)330 774 y(argumen)m(t)j(that)f(is)g(not)h(a)f(v)-5
-b(alid)34 b(iden)m(ti\014er,)g(and)e(they)i(are)f(not)g(op)s(erating)h
-(on)f(shell)g(functions.)330 883 y(These)d(errors)g(force)h(an)f(exit)h
-(b)s(ecause)g(these)g(are)f(sp)s(ecial)h(builtins.)154
-1011 y(42.)61 b(Assignmen)m(t)23 b(statemen)m(ts)h(preceding)e
+(commands)g(get)i(an)330 1148 y(argumen)m(t)j(that)f(is)g(not)h(a)f(v)
+-5 b(alid)34 b(iden)m(ti\014er,)g(and)e(they)i(are)f(not)g(op)s
+(erating)h(on)f(shell)g(functions.)330 1258 y(These)d(errors)g(force)h
+(an)f(exit)h(b)s(ecause)g(these)g(are)f(sp)s(ecial)h(builtins.)154
+1395 y(42.)61 b(Assignmen)m(t)23 b(statemen)m(ts)h(preceding)e
 Fm(posix)f Fu(sp)s(ecial)i(builtins)f(p)s(ersist)g(in)f(the)i(shell)f
-(en)m(vironmen)m(t)330 1121 y(after)31 b(the)f(builtin)g(completes.)154
-1249 y(43.)61 b(The)31 b Ft(command)e Fu(builtin)i(do)s(es)g(not)h
+(en)m(vironmen)m(t)330 1504 y(after)31 b(the)f(builtin)g(completes.)154
+1641 y(43.)61 b(The)31 b Ft(command)e Fu(builtin)i(do)s(es)g(not)h
 (prev)m(en)m(t)f(builtins)g(that)h(tak)m(e)h(assignmen)m(t)f(statemen)m
-(ts)h(as)f(ar-)330 1358 y(gumen)m(ts)40 b(from)e(expanding)h(them)g(as)
+(ts)h(as)f(ar-)330 1751 y(gumen)m(ts)40 b(from)e(expanding)h(them)g(as)
 h(assignmen)m(t)g(statemen)m(ts;)46 b(when)38 b(not)i(in)f
-Fm(posix)f Fu(mo)s(de,)330 1468 y(declaration)29 b(commands)d(lose)i
+Fm(posix)f Fu(mo)s(de,)330 1861 y(declaration)29 b(commands)d(lose)i
 (their)g(assignmen)m(t)g(statemen)m(t)h(expansion)e(prop)s(erties)f
-(when)g(pre-)330 1577 y(ceded)31 b(b)m(y)f Ft(command)p
-Fu(.)154 1705 y(44.)61 b(Enabling)21 b Fm(posix)g Fu(mo)s(de)g(has)g
+(when)g(pre-)330 1970 y(ceded)31 b(b)m(y)f Ft(command)p
+Fu(.)154 2107 y(44.)61 b(Enabling)21 b Fm(posix)g Fu(mo)s(de)g(has)g
 (the)g(e\013ect)i(of)e(setting)i(the)e Ft(inherit_errexit)d
-Fu(option,)23 b(so)f(subshells)330 1815 y(spa)m(wned)27
+Fu(option,)23 b(so)f(subshells)330 2217 y(spa)m(wned)27
 b(to)i(execute)g(command)e(substitutions)h(inherit)f(the)h(v)-5
 b(alue)28 b(of)g(the)g Ft(-e)f Fu(option)h(from)g(the)330
-1924 y(paren)m(t)37 b(shell.)62 b(When)37 b(the)g Ft(inherit_errexit)c
+2326 y(paren)m(t)37 b(shell.)62 b(When)37 b(the)g Ft(inherit_errexit)c
 Fu(option)38 b(is)f(not)h(enabled,)h(Bash)e(clears)h(the)g
-Ft(-e)330 2034 y Fu(option)31 b(in)f(suc)m(h)g(subshells.)154
-2162 y(45.)61 b(Enabling)32 b Fm(posix)f Fu(mo)s(de)h(has)g(the)h
+Ft(-e)330 2436 y Fu(option)31 b(in)f(suc)m(h)g(subshells.)154
+2573 y(45.)61 b(Enabling)32 b Fm(posix)f Fu(mo)s(de)h(has)g(the)h
 (e\013ect)g(of)g(setting)g(the)g Ft(shift_verbose)28
-b Fu(option,)34 b(so)e(n)m(umeric)330 2271 y(argumen)m(ts)f(to)g
+b Fu(option,)34 b(so)e(n)m(umeric)330 2682 y(argumen)m(ts)f(to)g
 Ft(shift)f Fu(that)h(exceed)h(the)e(n)m(um)m(b)s(er)g(of)h(p)s
 (ositional)g(parameters)g(will)g(result)g(in)f(an)330
-2381 y(error)g(message.)154 2509 y(46.)61 b(Enabling)29
+2792 y(error)g(message.)154 2929 y(46.)61 b(Enabling)29
 b Fm(posix)g Fu(mo)s(de)g(has)g(the)h(e\013ect)h(of)e(setting)i(the)e
 Ft(interactive_comments)24 b Fu(option)30 b(\(see)330
-2619 y(Section)h(3.1.3)h([Commen)m(ts],)g(page)f(9\).)154
-2746 y(47.)61 b(The)21 b Ft(.)h Fu(and)f Ft(source)f
+3039 y(Section)h(3.1.3)h([Commen)m(ts],)g(page)f(9\).)154
+3176 y(47.)61 b(The)21 b Ft(.)h Fu(and)f Ft(source)f
 Fu(builtins)h(do)g(not)h(searc)m(h)h(the)f(curren)m(t)f(directory)h
-(for)g(the)g(\014lename)f(argumen)m(t)330 2856 y(if)30
+(for)g(the)g(\014lename)f(argumen)m(t)330 3285 y(if)30
 b(it)h(is)g(not)f(found)f(b)m(y)i(searc)m(hing)g Ft(PATH)p
-Fu(.)154 2984 y(48.)61 b(When)43 b(the)g Ft(alias)f Fu(builtin)g
+Fu(.)154 3422 y(48.)61 b(When)43 b(the)g Ft(alias)f Fu(builtin)g
 (displa)m(ys)i(alias)g(de\014nitions,)i(it)d(do)s(es)g(not)g(displa)m
-(y)h(them)f(with)g(a)330 3093 y(leading)31 b(`)p Ft(alias)e
+(y)h(them)f(with)g(a)330 3532 y(leading)31 b(`)p Ft(alias)e
 Fu(')i(unless)f(the)g Ft(-p)g Fu(option)h(is)f(supplied.)154
-3221 y(49.)61 b(The)27 b Ft(bg)g Fu(builtin)g(uses)g(the)h(required)f
+3669 y(49.)61 b(The)27 b Ft(bg)g Fu(builtin)g(uses)g(the)h(required)f
 (format)h(to)g(describ)s(e)f(eac)m(h)i(job)e(placed)h(in)f(the)h(bac)m
-(kground,)330 3331 y(whic)m(h)h(do)s(es)g(not)g(include)g(an)g
+(kground,)330 3778 y(whic)m(h)h(do)s(es)g(not)g(include)g(an)g
 (indication)h(of)f(whether)f(the)h(job)g(is)g(the)h(curren)m(t)e(or)h
-(previous)g(job.)154 3459 y(50.)61 b(When)35 b(the)h
+(previous)g(job.)154 3915 y(50.)61 b(When)35 b(the)h
 Ft(cd)e Fu(builtin)h(is)h(in)m(v)m(ok)m(ed)g(in)f(logical)j(mo)s(de,)e
-(and)f(the)h(pathname)f(constructed)g(from)330 3568 y
+(and)f(the)h(pathname)f(constructed)g(from)330 4025 y
 Ft($PWD)i Fu(and)h(the)h(directory)f(name)h(supplied)e(as)i(an)f
 (argumen)m(t)h(do)s(es)f(not)g(refer)h(to)g(an)f(existing)330
-3678 y(directory)-8 b(,)32 b Ft(cd)d Fu(will)i(fail)g(instead)g(of)f
+4134 y(directory)-8 b(,)32 b Ft(cd)d Fu(will)i(fail)g(instead)g(of)f
 (falling)h(bac)m(k)h(to)f(ph)m(ysical)g(mo)s(de.)154
-3806 y(51.)61 b(When)37 b(the)h Ft(cd)f Fu(builtin)g(cannot)h(c)m
+4271 y(51.)61 b(When)37 b(the)h Ft(cd)f Fu(builtin)g(cannot)h(c)m
 (hange)h(a)f(directory)g(b)s(ecause)g(the)g(length)g(of)f(the)h
-(pathname)330 3915 y(constructed)27 b(from)g Ft($PWD)f
+(pathname)330 4381 y(constructed)27 b(from)g Ft($PWD)f
 Fu(and)h(the)g(directory)h(name)f(supplied)f(as)i(an)f(argumen)m(t)g
-(exceeds)h Ft(PATH_)330 4025 y(MAX)h Fu(when)h(canonicalized,)j
+(exceeds)h Ft(PATH_)330 4491 y(MAX)h Fu(when)h(canonicalized,)j
 Ft(cd)c Fu(will)i(attempt)h(to)f(use)f(the)g(supplied)f(directory)i
-(name.)154 4153 y(52.)61 b(When)41 b(the)g Ft(xpg_echo)e
+(name.)154 4628 y(52.)61 b(When)41 b(the)g Ft(xpg_echo)e
 Fu(option)i(is)g(enabled,)j(Bash)d(do)s(es)g(not)g(attempt)h(to)g(in)m
-(terpret)f(an)m(y)h(ar-)330 4262 y(gumen)m(ts)i(to)g
+(terpret)f(an)m(y)h(ar-)330 4737 y(gumen)m(ts)i(to)g
 Ft(echo)e Fu(as)i(options.)81 b Ft(echo)42 b Fu(displa)m(ys)h(eac)m(h)i
 (argumen)m(t)f(after)g(con)m(v)m(erting)h(escap)s(e)330
-4372 y(sequences.)154 4500 y(53.)61 b(The)38 b Ft(export)f
+4847 y(sequences.)154 4984 y(53.)61 b(The)38 b Ft(export)f
 Fu(and)g Ft(readonly)f Fu(builtin)i(commands)g(displa)m(y)h(their)f
-(output)g(in)g(the)h(format)g(re-)330 4609 y(quired)30
-b(b)m(y)g Fm(posix)p Fu(.)154 4737 y(54.)61 b(When)35
+(output)g(in)g(the)h(format)g(re-)330 5093 y(quired)30
+b(b)m(y)g Fm(posix)p Fu(.)154 5230 y(54.)61 b(When)35
 b(listing)g(the)g(history)-8 b(,)36 b(the)f Ft(fc)g Fu(builtin)f(do)s
 (es)g(not)h(include)g(an)f(indication)i(of)f(whether)f(or)330
-4847 y(not)d(a)f(history)h(en)m(try)f(has)g(b)s(een)g(mo)s(di\014ed.)
-154 4975 y(55.)61 b(The)30 b(default)g(editor)h(used)f(b)m(y)g
-Ft(fc)g Fu(is)g Ft(ed)p Fu(.)154 5103 y(56.)61 b Ft(fc)30
-b Fu(treats)h(extra)g(argumen)m(ts)g(as)f(an)h(error)f(instead)g(of)h
-(ignoring)g(them.)154 5230 y(57.)61 b(If)38 b(there)h(are)g(to)s(o)g
-(man)m(y)g(argumen)m(ts)g(supplied)e(to)i Ft(fc)30 b(-s)p
-Fu(,)40 b Ft(fc)e Fu(prin)m(ts)g(an)h(error)f(message)i(and)330
-5340 y(returns)29 b(failure.)p eop end
+5340 y(not)d(a)f(history)h(en)m(try)f(has)g(b)s(een)g(mo)s(di\014ed.)p
+eop end
 %%Page: 118 124
 TeXDict begin 118 123 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(118)154 299 y(58.)61
-b(The)23 b(output)f(of)i(`)p Ft(kill)29 b(-l)p Fu(')23
-b(prin)m(ts)f(all)i(the)g(signal)f(names)g(on)g(a)h(single)g(line,)h
-(separated)e(b)m(y)g(spaces,)330 408 y(without)30 b(the)h(`)p
-Ft(SIG)p Fu(')f(pre\014x.)154 545 y(59.)61 b(The)30 b
-Ft(kill)f Fu(builtin)h(do)s(es)g(not)h(accept)h(signal)f(names)f(with)g
-(a)h(`)p Ft(SIG)p Fu(')f(pre\014x.)154 682 y(60.)61 b(The)33
-b Ft(printf)f Fu(builtin)i(uses)f Ft(double)f Fu(\(via)j
-Ft(strtod)p Fu(\))d(to)j(con)m(v)m(ert)g(argumen)m(ts)f(corresp)s
-(onding)f(to)330 792 y(\015oating)40 b(p)s(oin)m(t)f(con)m(v)m(ersion)h
-(sp)s(eci\014ers,)h(instead)e(of)g Ft(long)29 b(double)38
-b Fu(if)h(it's)g(a)m(v)-5 b(ailable.)69 b(The)39 b(`)p
-Ft(L)p Fu(')330 902 y(length)31 b(mo)s(di\014er)e(forces)i
-Ft(printf)e Fu(to)i(use)f Ft(long)f(double)g Fu(if)h(it's)h(a)m(v)-5
-b(ailable.)154 1039 y(61.)61 b(The)36 b Ft(pwd)f Fu(builtin)h(v)m
-(eri\014es)h(that)g(the)f(v)-5 b(alue)37 b(it)g(prin)m(ts)e(is)i(the)f
-(same)h(as)f(the)h(curren)m(t)f(directory)-8 b(,)330
-1148 y(ev)m(en)31 b(if)f(it)h(is)g(not)f(ask)m(ed)h(to)g(c)m(hec)m(k)h
-(the)f(\014le)f(system)h(with)f(the)h Ft(-P)e Fu(option.)154
-1285 y(62.)61 b(The)27 b Ft(read)f Fu(builtin)g(ma)m(y)i(b)s(e)e(in)m
-(terrupted)h(b)m(y)g(a)h(signal)f(for)g(whic)m(h)g(a)h(trap)f(has)g(b)s
-(een)f(set.)40 b(If)27 b(Bash)330 1395 y(receiv)m(es)41
-b(a)f(trapp)s(ed)e(signal)i(while)f(executing)h Ft(read)p
-Fu(,)h(the)e(trap)h(handler)e(executes)i(and)f Ft(read)330
-1504 y Fu(returns)29 b(an)h(exit)i(status)e(greater)i(than)e(128.)154
-1641 y(63.)61 b(When)40 b(the)g Ft(set)f Fu(builtin)h(is)g(in)m(v)m(ok)
-m(ed)h(without)f(options,)j(it)e(do)s(es)f(not)g(displa)m(y)g(shell)g
-(function)330 1751 y(names)30 b(and)g(de\014nitions.)154
-1888 y(64.)61 b(When)36 b(the)g Ft(set)g Fu(builtin)g(is)g(in)m(v)m(ok)
-m(ed)i(without)e(options,)i(it)f(displa)m(ys)f(v)-5 b(ariable)37
-b(v)-5 b(alues)37 b(without)330 1998 y(quotes,)26 b(unless)d(they)i
-(con)m(tain)g(shell)f(metac)m(haracters,)k(ev)m(en)d(if)f(the)g(result)
-g(con)m(tains)i(nonprin)m(ting)330 2107 y(c)m(haracters.)154
-2244 y(65.)61 b(The)26 b Ft(test)g Fu(builtin)g(compares)h(strings)g
-(using)f(the)h(curren)m(t)g(lo)s(cale)h(when)e(ev)-5
-b(aluating)29 b(the)e(`)p Ft(<)p Fu(')g(and)330 2354
-y(`)p Ft(>)p Fu(')k(binary)e(op)s(erators.)154 2491 y(66.)61
-b(The)27 b Ft(test)f Fu(builtin's)g Ft(-t)h Fu(unary)f(primary)g
-(requires)h(an)g(argumen)m(t.)40 b(Historical)29 b(v)m(ersions)f(of)f
-Ft(test)330 2600 y Fu(made)c(the)h(argumen)m(t)g(optional)h(in)e
-(certain)h(cases,)i(and)d(Bash)h(attempts)g(to)g(accommo)s(date)h
-(those)330 2710 y(for)30 b(bac)m(kw)m(ards)h(compatibilit)m(y)-8
-b(.)154 2847 y(67.)61 b(The)30 b Ft(trap)f Fu(builtin)h(displa)m(ys)g
-(signal)i(names)e(without)g(the)h(leading)g Ft(SIG)p
-Fu(.)154 2984 y(68.)61 b(The)39 b Ft(trap)e Fu(builtin)i(do)s(esn't)g
-(c)m(hec)m(k)h(the)g(\014rst)e(argumen)m(t)i(for)e(a)i(p)s(ossible)e
-(signal)i(sp)s(eci\014cation)330 3093 y(and)30 b(rev)m(ert)i(the)e
-(signal)i(handling)e(to)h(the)g(original)h(disp)s(osition)e(if)h(it)g
-(is,)g(unless)f(that)h(argumen)m(t)330 3203 y(consists)e(solely)g(of)g
+b(Bash)30 b(F)-8 b(eatures)2439 b(118)154 299 y(55.)61
+b(The)30 b(default)g(editor)h(used)f(b)m(y)g Ft(fc)g
+Fu(is)g Ft(ed)p Fu(.)154 427 y(56.)61 b Ft(fc)30 b Fu(treats)h(extra)g
+(argumen)m(ts)g(as)f(an)h(error)f(instead)g(of)h(ignoring)g(them.)154
+555 y(57.)61 b(If)38 b(there)h(are)g(to)s(o)g(man)m(y)g(argumen)m(ts)g
+(supplied)e(to)i Ft(fc)30 b(-s)p Fu(,)40 b Ft(fc)e Fu(prin)m(ts)g(an)h
+(error)f(message)i(and)330 664 y(returns)29 b(failure.)154
+792 y(58.)61 b(The)23 b(output)f(of)i(`)p Ft(kill)29
+b(-l)p Fu(')23 b(prin)m(ts)f(all)i(the)g(signal)f(names)g(on)g(a)h
+(single)g(line,)h(separated)e(b)m(y)g(spaces,)330 902
+y(without)30 b(the)h(`)p Ft(SIG)p Fu(')f(pre\014x.)154
+1029 y(59.)61 b(The)30 b Ft(kill)f Fu(builtin)h(do)s(es)g(not)h(accept)
+h(signal)f(names)f(with)g(a)h(`)p Ft(SIG)p Fu(')f(pre\014x.)154
+1157 y(60.)61 b(The)33 b Ft(printf)f Fu(builtin)i(uses)f
+Ft(double)f Fu(\(via)j Ft(strtod)p Fu(\))d(to)j(con)m(v)m(ert)g
+(argumen)m(ts)f(corresp)s(onding)f(to)330 1267 y(\015oating)40
+b(p)s(oin)m(t)f(con)m(v)m(ersion)h(sp)s(eci\014ers,)h(instead)e(of)g
+Ft(long)29 b(double)38 b Fu(if)h(it's)g(a)m(v)-5 b(ailable.)69
+b(The)39 b(`)p Ft(L)p Fu(')330 1377 y(length)31 b(mo)s(di\014er)e
+(forces)i Ft(printf)e Fu(to)i(use)f Ft(long)f(double)g
+Fu(if)h(it's)h(a)m(v)-5 b(ailable.)154 1504 y(61.)61
+b(The)36 b Ft(pwd)f Fu(builtin)h(v)m(eri\014es)h(that)g(the)f(v)-5
+b(alue)37 b(it)g(prin)m(ts)e(is)i(the)f(same)h(as)f(the)h(curren)m(t)f
+(directory)-8 b(,)330 1614 y(ev)m(en)31 b(if)f(it)h(is)g(not)f(ask)m
+(ed)h(to)g(c)m(hec)m(k)h(the)f(\014le)f(system)h(with)f(the)h
+Ft(-P)e Fu(option.)154 1742 y(62.)61 b(The)27 b Ft(read)f
+Fu(builtin)g(ma)m(y)i(b)s(e)e(in)m(terrupted)h(b)m(y)g(a)h(signal)f
+(for)g(whic)m(h)g(a)h(trap)f(has)g(b)s(een)f(set.)40
+b(If)27 b(Bash)330 1851 y(receiv)m(es)41 b(a)f(trapp)s(ed)e(signal)i
+(while)f(executing)h Ft(read)p Fu(,)h(the)e(trap)h(handler)e(executes)i
+(and)f Ft(read)330 1961 y Fu(returns)29 b(an)h(exit)i(status)e(greater)
+i(than)e(128.)154 2089 y(63.)61 b(When)40 b(the)g Ft(set)f
+Fu(builtin)h(is)g(in)m(v)m(ok)m(ed)h(without)f(options,)j(it)e(do)s(es)
+f(not)g(displa)m(y)g(shell)g(function)330 2198 y(names)30
+b(and)g(de\014nitions.)154 2326 y(64.)61 b(When)36 b(the)g
+Ft(set)g Fu(builtin)g(is)g(in)m(v)m(ok)m(ed)i(without)e(options,)i(it)f
+(displa)m(ys)f(v)-5 b(ariable)37 b(v)-5 b(alues)37 b(without)330
+2436 y(quotes,)26 b(unless)d(they)i(con)m(tain)g(shell)f(metac)m
+(haracters,)k(ev)m(en)d(if)f(the)g(result)g(con)m(tains)i(nonprin)m
+(ting)330 2545 y(c)m(haracters.)154 2673 y(65.)61 b(The)26
+b Ft(test)g Fu(builtin)g(compares)h(strings)g(using)f(the)h(curren)m(t)
+g(lo)s(cale)h(when)e(ev)-5 b(aluating)29 b(the)e(`)p
+Ft(<)p Fu(')g(and)330 2783 y(`)p Ft(>)p Fu(')k(binary)e(op)s(erators.)
+154 2911 y(66.)61 b(The)27 b Ft(test)f Fu(builtin's)g
+Ft(-t)h Fu(unary)f(primary)g(requires)h(an)g(argumen)m(t.)40
+b(Historical)29 b(v)m(ersions)f(of)f Ft(test)330 3020
+y Fu(made)c(the)h(argumen)m(t)g(optional)h(in)e(certain)h(cases,)i(and)
+d(Bash)h(attempts)g(to)g(accommo)s(date)h(those)330 3130
+y(for)30 b(bac)m(kw)m(ards)h(compatibilit)m(y)-8 b(.)154
+3258 y(67.)61 b(The)30 b Ft(trap)f Fu(builtin)h(displa)m(ys)g(signal)i
+(names)e(without)g(the)h(leading)g Ft(SIG)p Fu(.)154
+3386 y(68.)61 b(The)39 b Ft(trap)e Fu(builtin)i(do)s(esn't)g(c)m(hec)m
+(k)h(the)g(\014rst)e(argumen)m(t)i(for)e(a)i(p)s(ossible)e(signal)i(sp)
+s(eci\014cation)330 3495 y(and)30 b(rev)m(ert)i(the)e(signal)i
+(handling)e(to)h(the)g(original)h(disp)s(osition)e(if)h(it)g(is,)g
+(unless)f(that)h(argumen)m(t)330 3605 y(consists)e(solely)g(of)g
 (digits)g(and)f(is)g(a)h(v)-5 b(alid)29 b(signal)g(n)m(um)m(b)s(er.)38
 b(If)28 b(users)g(w)m(an)m(t)h(to)g(reset)g(the)g(handler)330
-3313 y(for)h(a)g(giv)m(en)h(signal)g(to)f(the)h(original)g(disp)s
+3714 y(for)h(a)g(giv)m(en)h(signal)g(to)f(the)h(original)g(disp)s
 (osition,)f(they)g(should)f(use)h(`)p Ft(-)p Fu(')g(as)g(the)g(\014rst)
-f(argumen)m(t.)154 3450 y(69.)61 b Ft(trap)29 b(-p)24
+f(argumen)m(t.)154 3842 y(69.)61 b Ft(trap)29 b(-p)24
 b Fu(without)g(argumen)m(ts)g(displa)m(ys)g(signals)g(whose)g(disp)s
-(ositions)g(are)g(set)h(to)f(SIG)p 3360 3450 28 4 v 40
-w(DFL)h(and)330 3559 y(those)31 b(that)g(w)m(ere)g(ignored)f(when)g
+(ositions)g(are)g(set)h(to)f(SIG)p 3360 3842 28 4 v 40
+w(DFL)h(and)330 3952 y(those)31 b(that)g(w)m(ere)g(ignored)f(when)g
 (the)g(shell)h(started,)g(not)f(just)g(trapp)s(ed)f(signals.)154
-3696 y(70.)61 b(The)37 b Ft(type)g Fu(and)g Ft(command)f
+4080 y(70.)61 b(The)37 b Ft(type)g Fu(and)g Ft(command)f
 Fu(builtins)i(will)g(not)g(rep)s(ort)f(a)i(non-executable)g(\014le)f
-(as)g(ha)m(ving)h(b)s(een)330 3806 y(found,)26 b(though)h(the)g(shell)g
+(as)g(ha)m(ving)h(b)s(een)330 4189 y(found,)26 b(though)h(the)g(shell)g
 (will)g(attempt)h(to)g(execute)g(suc)m(h)f(a)g(\014le)g(if)g(it)g(is)g
-(the)g(only)g(so-named)g(\014le)330 3915 y(found)i(in)h
-Ft($PATH)p Fu(.)154 4052 y(71.)61 b(The)30 b Ft(ulimit)f
+(the)g(only)g(so-named)g(\014le)330 4299 y(found)i(in)h
+Ft($PATH)p Fu(.)154 4427 y(71.)61 b(The)30 b Ft(ulimit)f
 Fu(builtin)g(uses)h(a)h(blo)s(c)m(k)g(size)g(of)g(512)g(b)m(ytes)g(for)
-f(the)h Ft(-c)f Fu(and)g Ft(-f)f Fu(options.)154 4189
+f(the)h Ft(-c)f Fu(and)g Ft(-f)f Fu(options.)154 4555
 y(72.)61 b(The)35 b Ft(unset)e Fu(builtin)i(with)g(the)g
 Ft(-v)f Fu(option)i(sp)s(eci\014ed)e(returns)g(a)i(fatal)g(error)f(if)g
-(it)g(attempts)h(to)330 4299 y(unset)29 b(a)g Ft(readonly)e
+(it)g(attempts)h(to)330 4664 y(unset)29 b(a)g Ft(readonly)e
 Fu(or)i Ft(non-unsettable)c Fu(v)-5 b(ariable,)30 b(whic)m(h)f(causes)h
-(a)f(non-in)m(teractiv)m(e)j(shell)d(to)330 4408 y(exit.)154
-4545 y(73.)61 b(When)39 b(ask)m(ed)g(to)g(unset)g(a)g(v)-5
+(a)f(non-in)m(teractiv)m(e)j(shell)d(to)330 4774 y(exit.)154
+4902 y(73.)61 b(When)39 b(ask)m(ed)g(to)g(unset)g(a)g(v)-5
 b(ariable)39 b(that)h(app)s(ears)e(in)g(an)h(assignmen)m(t)g(statemen)m
-(t)i(preceding)330 4655 y(the)30 b(command,)f(the)h Ft(unset)e
+(t)i(preceding)330 5011 y(the)30 b(command,)f(the)h Ft(unset)e
 Fu(builtin)h(attempts)i(to)f(unset)f(a)h(v)-5 b(ariable)31
-b(of)e(the)h(same)g(name)g(in)f(the)330 4765 y(curren)m(t)24
+b(of)e(the)h(same)g(name)g(in)f(the)330 5121 y(curren)m(t)24
 b(or)g(previous)g(scop)s(e)g(as)g(w)m(ell.)40 b(This)23
 b(implemen)m(ts)i(the)f(required)f Ft(")p Fu(if)h(an)g(assigned)g(v)-5
-b(ariable)330 4874 y(is)34 b(further)e(mo)s(di\014ed)g(b)m(y)i(the)g
+b(ariable)330 5230 y(is)34 b(further)e(mo)s(di\014ed)g(b)m(y)i(the)g
 (utilit)m(y)-8 b(,)36 b(the)e(mo)s(di\014cations)g(made)g(b)m(y)f(the)h
-(utilit)m(y)h(shall)f(p)s(ersist)p Ft(")330 4984 y Fu(b)s(eha)m(vior.)
-154 5121 y(74.)61 b(The)39 b(arriv)-5 b(al)41 b(of)f
-Ft(SIGCHLD)e Fu(when)h(a)h(trap)g(is)g(set)h(on)f Ft(SIGCHLD)e
-Fu(do)s(es)h(not)h(in)m(terrupt)g(the)g Ft(wait)330 5230
-y Fu(builtin)c(and)h(cause)g(it)h(to)f(return)f(immediately)-8
-b(.)62 b(The)37 b(trap)f(command)h(is)g(run)e(once)j(for)f(eac)m(h)330
-5340 y(c)m(hild)31 b(that)g(exits.)p eop end
+(utilit)m(y)h(shall)f(p)s(ersist)p Ft(")330 5340 y Fu(b)s(eha)m(vior.)p
+eop end
 %%Page: 119 125
 TeXDict begin 119 124 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(119)154 299 y(75.)61
-b(Bash)27 b(remo)m(v)m(es)h(an)e(exited)i(bac)m(kground)e(pro)s(cess's)
-h(status)g(from)f(the)h(list)g(of)g(suc)m(h)f(statuses)h(after)330
-408 y(the)k Ft(wait)e Fu(builtin)h(is)g(used)g(to)h(obtain)g(it.)275
-576 y(There)j(is)g(other)h Fm(posix)f Fu(b)s(eha)m(vior)h(that)g(Bash)g
-(do)s(es)f(not)h(implemen)m(t)g(b)m(y)g(default)f(ev)m(en)i(when)d(in)
-150 686 y Fm(posix)d Fu(mo)s(de.)40 b(Sp)s(eci\014cally:)199
-826 y(1.)61 b(The)30 b Ft(fc)f Fu(builtin)h(c)m(hec)m(ks)i
+b(Bash)30 b(F)-8 b(eatures)2439 b(119)154 299 y(74.)61
+b(The)39 b(arriv)-5 b(al)41 b(of)f Ft(SIGCHLD)e Fu(when)h(a)h(trap)g
+(is)g(set)h(on)f Ft(SIGCHLD)e Fu(do)s(es)h(not)h(in)m(terrupt)g(the)g
+Ft(wait)330 408 y Fu(builtin)c(and)h(cause)g(it)h(to)f(return)f
+(immediately)-8 b(.)62 b(The)37 b(trap)f(command)h(is)g(run)e(once)j
+(for)f(eac)m(h)330 518 y(c)m(hild)31 b(that)g(exits.)154
+648 y(75.)61 b(Bash)27 b(remo)m(v)m(es)h(an)e(exited)i(bac)m(kground)e
+(pro)s(cess's)h(status)g(from)f(the)h(list)g(of)g(suc)m(h)f(statuses)h
+(after)330 758 y(the)k Ft(wait)e Fu(builtin)h(returns)f(it.)275
+908 y(There)34 b(is)g(other)h Fm(posix)f Fu(b)s(eha)m(vior)h(that)g
+(Bash)g(do)s(es)f(not)h(implemen)m(t)g(b)m(y)g(default)f(ev)m(en)i
+(when)d(in)150 1018 y Fm(posix)d Fu(mo)s(de.)40 b(Sp)s(eci\014cally:)
+199 1148 y(1.)61 b(The)30 b Ft(fc)f Fu(builtin)h(c)m(hec)m(ks)i
 Ft($EDITOR)c Fu(as)j(a)f(program)g(to)h(edit)g(history)f(en)m(tries)h
-(if)f Ft(FCEDIT)f Fu(is)h(unset,)330 936 y(rather)g(than)g(defaulting)h
-(directly)g(to)g Ft(ed)p Fu(.)40 b Ft(fc)30 b Fu(uses)g
-Ft(ed)g Fu(if)g Ft(EDITOR)f Fu(is)h(unset.)199 1073 y(2.)61
+(if)f Ft(FCEDIT)f Fu(is)h(unset,)330 1258 y(rather)g(than)g(defaulting)
+h(directly)g(to)g Ft(ed)p Fu(.)40 b Ft(fc)30 b Fu(uses)g
+Ft(ed)g Fu(if)g Ft(EDITOR)f Fu(is)h(unset.)199 1388 y(2.)61
 b(As)29 b(noted)g(ab)s(o)m(v)m(e,)i(Bash)e(requires)g(the)g
 Ft(xpg_echo)e Fu(option)j(to)g(b)s(e)e(enabled)h(for)g(the)g
-Ft(echo)f Fu(builtin)330 1183 y(to)j(b)s(e)f(fully)g(conforman)m(t.)275
-1351 y(Bash)c(can)g(b)s(e)f(con\014gured)h(to)g(b)s(e)g
+Ft(echo)f Fu(builtin)330 1497 y(to)j(b)s(e)f(fully)g(conforman)m(t.)275
+1648 y(Bash)c(can)g(b)s(e)f(con\014gured)h(to)g(b)s(e)g
 Fm(posix)p Fu(-conforman)m(t)g(b)m(y)g(default,)h(b)m(y)f(sp)s
-(ecifying)g(the)g Ft(--enable-)150 1460 y(strict-posix-default)c
+(ecifying)g(the)g Ft(--enable-)150 1757 y(strict-posix-default)c
 Fu(to)27 b Ft(configure)e Fu(when)h(building)h(\(see)h(Section)g(10.8)g
-([Optional)g(F)-8 b(eatures],)150 1570 y(page)31 b(175\).)150
-1819 y Fs(6.12)68 b(Shell)46 b(Compatibilit)l(y)h(Mo)t(de)150
-1978 y Fu(Bash-4.0)33 b(in)m(tro)s(duced)f(the)f(concept)i(of)f(a)g
+([Optional)g(F)-8 b(eatures],)150 1867 y(page)31 b(175\).)150
+2099 y Fs(6.12)68 b(Shell)46 b(Compatibilit)l(y)h(Mo)t(de)150
+2258 y Fu(Bash-4.0)33 b(in)m(tro)s(duced)f(the)f(concept)i(of)f(a)g
 Fr(shell)g(compatibilit)m(y)i(lev)m(el)p Fu(,)g(sp)s(eci\014ed)d(as)h
-(a)g(set)h(of)f(options)150 2088 y(to)f(the)f(shopt)g(builtin)g(\()p
+(a)g(set)h(of)f(options)150 2368 y(to)f(the)f(shopt)g(builtin)g(\()p
 Ft(compat31)p Fu(,)e Ft(compat32)p Fu(,)h Ft(compat40)p
 Fu(,)f Ft(compat41)p Fu(,)g(and)i(so)g(on\).)41 b(There)30
-b(is)g(only)150 2198 y(one)f(curren)m(t)f(compatibilit)m(y)j(lev)m(el)f
+b(is)g(only)150 2477 y(one)f(curren)m(t)f(compatibilit)m(y)j(lev)m(el)f
 ({)f(eac)m(h)h(option)f(is)g(m)m(utually)g(exclusiv)m(e.)41
-b(The)28 b(compatibilit)m(y)j(lev)m(el)150 2307 y(is)39
+b(The)28 b(compatibilit)m(y)j(lev)m(el)150 2587 y(is)39
 b(in)m(tended)g(to)h(allo)m(w)g(users)e(to)i(select)h(b)s(eha)m(vior)e
 (from)f(previous)h(v)m(ersions)g(that)h(is)f(incompatible)150
-2417 y(with)d(new)m(er)g(v)m(ersions)g(while)g(they)g(migrate)h
+2697 y(with)d(new)m(er)g(v)m(ersions)g(while)g(they)g(migrate)h
 (scripts)f(to)h(use)f(curren)m(t)f(features)i(and)e(b)s(eha)m(vior.)58
-b(It's)150 2526 y(in)m(tended)30 b(to)h(b)s(e)f(a)h(temp)s(orary)f
-(solution.)275 2667 y(This)k(section)j(do)s(es)e(not)h(men)m(tion)g(b)s
+b(It's)150 2806 y(in)m(tended)30 b(to)h(b)s(e)f(a)h(temp)s(orary)f
+(solution.)275 2936 y(This)k(section)j(do)s(es)e(not)h(men)m(tion)g(b)s
 (eha)m(vior)g(that)g(is)f(standard)g(for)g(a)h(particular)g(v)m(ersion)
-g(\(e.g.,)150 2776 y(setting)d Ft(compat32)c Fu(means)i(that)h(quoting)
+g(\(e.g.,)150 3046 y(setting)d Ft(compat32)c Fu(means)i(that)h(quoting)
 g(the)g(righ)m(t)g(hand)e(side)h(of)h(the)f(regexp)h(matc)m(hing)h(op)s
-(erator)150 2886 y(quotes)42 b(sp)s(ecial)f(regexp)h(c)m(haracters)g
+(erator)150 3155 y(quotes)42 b(sp)s(ecial)f(regexp)h(c)m(haracters)g
 (in)f(the)g(w)m(ord,)j(whic)m(h)c(is)i(default)f(b)s(eha)m(vior)g(in)g
-(bash-3.2)h(and)150 2995 y(subsequen)m(t)30 b(v)m(ersions\).)275
-3135 y(If)f(a)h(user)f(enables,)h(sa)m(y)-8 b(,)31 b
+(bash-3.2)h(and)150 3265 y(subsequen)m(t)30 b(v)m(ersions\).)275
+3395 y(If)f(a)h(user)f(enables,)h(sa)m(y)-8 b(,)31 b
 Ft(compat32)p Fu(,)d(it)i(ma)m(y)g(a\013ect)h(the)f(b)s(eha)m(vior)g
-(of)g(other)g(compatibilit)m(y)h(lev)m(els)150 3245 y(up)23
+(of)g(other)g(compatibilit)m(y)h(lev)m(els)150 3505 y(up)23
 b(to)h(and)f(including)h(the)g(curren)m(t)f(compatibilit)m(y)j(lev)m
 (el.)41 b(The)23 b(idea)h(is)g(that)g(eac)m(h)h(compatibilit)m(y)h(lev)
-m(el)150 3355 y(con)m(trols)35 b(b)s(eha)m(vior)f(that)g(c)m(hanged)g
+m(el)150 3614 y(con)m(trols)35 b(b)s(eha)m(vior)f(that)g(c)m(hanged)g
 (in)f(that)h(v)m(ersion)g(of)g(Bash,)h(but)e(that)h(b)s(eha)m(vior)g
-(ma)m(y)g(ha)m(v)m(e)h(b)s(een)150 3464 y(presen)m(t)f(in)g(earlier)g
+(ma)m(y)g(ha)m(v)m(e)h(b)s(een)150 3724 y(presen)m(t)f(in)g(earlier)g
 (v)m(ersions.)52 b(F)-8 b(or)35 b(instance,)g(the)f(c)m(hange)h(to)g
-(use)f(lo)s(cale-based)h(comparisons)f(with)150 3574
+(use)f(lo)s(cale-based)h(comparisons)f(with)150 3833
 y(the)e Ft([[)f Fu(command)g(came)h(in)g(bash-4.1,)h(and)d(earlier)j(v)
 m(ersions)f(used)f(ASCI)s(I-based)f(comparisons,)i(so)150
-3683 y(enabling)27 b Ft(compat32)e Fu(will)i(enable)g(ASCI)s(I-based)e
+3943 y(enabling)27 b Ft(compat32)e Fu(will)i(enable)g(ASCI)s(I-based)e
 (comparisons)i(as)g(w)m(ell.)41 b(That)26 b(gran)m(ularit)m(y)i(ma)m(y)
-g(not)150 3793 y(b)s(e)i(su\016cien)m(t)i(for)f(all)g(uses,)g(and)g(as)
+g(not)150 4053 y(b)s(e)i(su\016cien)m(t)i(for)f(all)g(uses,)g(and)g(as)
 g(a)g(result)g(users)f(should)g(emplo)m(y)i(compatibilit)m(y)h(lev)m
-(els)g(carefully)-8 b(.)150 3903 y(Read)31 b(the)f(do)s(cumen)m(tation)
+(els)g(carefully)-8 b(.)150 4162 y(Read)31 b(the)f(do)s(cumen)m(tation)
 h(for)g(a)f(particular)h(feature)g(to)g(\014nd)e(out)h(the)h(curren)m
-(t)f(b)s(eha)m(vior.)275 4043 y(Bash-4.3)44 b(in)m(tro)s(duced)e(a)h
+(t)f(b)s(eha)m(vior.)275 4292 y(Bash-4.3)44 b(in)m(tro)s(duced)e(a)h
 (new)f(shell)h(v)-5 b(ariable:)65 b Ft(BASH_COMPAT)p
 Fu(.)75 b(The)42 b(v)-5 b(alue)43 b(assigned)g(to)g(this)150
-4152 y(v)-5 b(ariable)32 b(\(a)g(decimal)h(v)m(ersion)e(n)m(um)m(b)s
+4402 y(v)-5 b(ariable)32 b(\(a)g(decimal)h(v)m(ersion)e(n)m(um)m(b)s
 (er)f(lik)m(e)j(4.2,)g(or)e(an)h(in)m(teger)g(corresp)s(onding)f(to)h
-(the)f Ft(compat)p Fr(NN)150 4262 y Fu(option,)g(lik)m(e)h(42\))f
+(the)f Ft(compat)p Fr(NN)150 4511 y Fu(option,)g(lik)m(e)h(42\))f
 (determines)g(the)f(compatibilit)m(y)j(lev)m(el.)275
-4402 y(Starting)h(with)g(bash-4.4,)i(Bash)f(b)s(egan)f(deprecating)h
+4641 y(Starting)h(with)g(bash-4.4,)i(Bash)f(b)s(egan)f(deprecating)h
 (older)f(compatibilit)m(y)j(lev)m(els.)54 b(Ev)m(en)m(tually)-8
-b(,)150 4512 y(the)31 b(options)f(will)h(b)s(e)f(remo)m(v)m(ed)h(in)f
-(fa)m(v)m(or)i(of)e Ft(BASH_COMPAT)p Fu(.)275 4652 y(Bash-5.0)39
+b(,)150 4751 y(the)31 b(options)f(will)h(b)s(e)f(remo)m(v)m(ed)h(in)f
+(fa)m(v)m(or)i(of)e Ft(BASH_COMPAT)p Fu(.)275 4881 y(Bash-5.0)39
 b(w)m(as)f(the)g(\014nal)g(v)m(ersion)g(for)g(whic)m(h)f(there)h(w)m
 (as)g(an)g(individual)f(shopt)h(option)g(for)g(the)150
-4761 y(previous)31 b(v)m(ersion.)43 b Ft(BASH_COMPAT)29
+4991 y(previous)31 b(v)m(ersion.)43 b Ft(BASH_COMPAT)29
 b Fu(is)i(the)g(only)g(mec)m(hanism)h(to)g(con)m(trol)h(the)e
-(compatibilit)m(y)i(lev)m(el)g(in)150 4871 y(v)m(ersions)e(new)m(er)f
-(than)g(bash-5.0.)275 5011 y(The)24 b(follo)m(wing)i(table)g(describ)s
+(compatibilit)m(y)i(lev)m(el)g(in)150 5100 y(v)m(ersions)e(new)m(er)f
+(than)g(bash-5.0.)275 5230 y(The)24 b(follo)m(wing)i(table)g(describ)s
 (es)e(the)i(b)s(eha)m(vior)f(c)m(hanges)h(con)m(trolled)g(b)m(y)f(eac)m
-(h)h(compatibilit)m(y)h(lev)m(el)150 5121 y(setting.)43
+(h)h(compatibilit)m(y)h(lev)m(el)150 5340 y(setting.)43
 b(The)30 b Ft(compat)p Fr(NN)39 b Fu(tag)32 b(is)f(used)f(as)h
 (shorthand)e(for)h(setting)i(the)f(compatibilit)m(y)i(lev)m(el)f(to)g
-Fr(NN)150 5230 y Fu(using)37 b(one)h(of)g(the)g(follo)m(wing)h(mec)m
-(hanisms.)63 b(F)-8 b(or)39 b(v)m(ersions)f(prior)f(to)h(bash-5.0,)j
-(the)d(compatibilit)m(y)150 5340 y(lev)m(el)d(ma)m(y)f(b)s(e)e(set)i
-(using)e(the)i(corresp)s(onding)e Ft(compat)p Fr(NN)41
-b Fu(shopt)33 b(option.)50 b(F)-8 b(or)34 b(bash-4.3)f(and)g(later)p
-eop end
+Fr(NN)p eop end
 %%Page: 120 126
 TeXDict begin 120 125 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(120)150 299 y(v)m(ersions,)40
+b(Bash)30 b(F)-8 b(eatures)2439 b(120)150 299 y(using)37
+b(one)h(of)g(the)g(follo)m(wing)h(mec)m(hanisms.)63 b(F)-8
+b(or)39 b(v)m(ersions)f(prior)f(to)h(bash-5.0,)j(the)d(compatibilit)m
+(y)150 408 y(lev)m(el)d(ma)m(y)f(b)s(e)e(set)i(using)e(the)i(corresp)s
+(onding)e Ft(compat)p Fr(NN)41 b Fu(shopt)33 b(option.)50
+b(F)-8 b(or)34 b(bash-4.3)f(and)g(later)150 518 y(v)m(ersions,)40
 b(the)e Ft(BASH_COMPAT)d Fu(v)-5 b(ariable)39 b(is)e(preferred,)i(and)e
 (it)i(is)f(required)f(for)g(bash-5.1)i(and)e(later)150
-408 y(v)m(ersions.)150 556 y Ft(compat31)705 685 y Fq(\017)60
+628 y(v)m(ersions.)150 787 y Ft(compat31)705 922 y Fq(\017)60
 b Fu(Quoting)32 b(the)f(rhs)g(of)g(the)h Ft([[)e Fu(command's)i(regexp)
 f(matc)m(hing)i(op)s(erator)f(\(=)p Ft(~)p Fu(\))f(has)810
-794 y(no)f(sp)s(ecial)h(e\013ect)150 942 y Ft(compat40)705
-1071 y Fq(\017)60 b Fu(The)32 b(`)p Ft(<)p Fu(')g(and)g(`)p
+1031 y(no)f(sp)s(ecial)h(e\013ect)150 1191 y Ft(compat40)705
+1325 y Fq(\017)60 b Fu(The)32 b(`)p Ft(<)p Fu(')g(and)g(`)p
 Ft(>)p Fu(')g(op)s(erators)h(to)g(the)f Ft([[)g Fu(command)g(do)g(not)g
-(consider)h(the)f(curren)m(t)810 1180 y(lo)s(cale)41
+(consider)h(the)f(curren)m(t)810 1435 y(lo)s(cale)41
 b(when)d(comparing)i(strings;)k(they)c(use)f(ASCI)s(I)f(ordering.)67
-b(Bash)40 b(v)m(ersions)810 1290 y(prior)f(to)i(bash-4.1)f(use)g(ASCI)s
+b(Bash)40 b(v)m(ersions)810 1544 y(prior)f(to)i(bash-4.1)f(use)g(ASCI)s
 (I)e(collation)k(and)d(strcmp\(3\);)45 b(bash-4.1)c(and)e(later)810
-1400 y(use)30 b(the)h(curren)m(t)f(lo)s(cale's)i(collation)h(sequence)d
-(and)g(strcoll\(3\).)150 1547 y Ft(compat41)705 1676
+1654 y(use)30 b(the)h(curren)m(t)f(lo)s(cale's)i(collation)h(sequence)d
+(and)g(strcoll\(3\).)150 1813 y Ft(compat41)705 1948
 y Fq(\017)60 b Fu(In)28 b(p)s(osix)g(mo)s(de,)h Ft(time)e
 Fu(ma)m(y)i(b)s(e)f(follo)m(w)m(ed)i(b)m(y)f(options)g(and)e(still)j(b)
-s(e)e(recognized)i(as)810 1785 y(a)h(reserv)m(ed)f(w)m(ord)g(\(this)h
-(is)f Fm(posix)g Fu(in)m(terpretation)i(267\).)705 1914
+s(e)e(recognized)i(as)810 2057 y(a)h(reserv)m(ed)f(w)m(ord)g(\(this)h
+(is)f Fm(posix)g Fu(in)m(terpretation)i(267\).)705 2192
 y Fq(\017)60 b Fu(In)36 b(p)s(osix)f(mo)s(de,)j(the)e(parser)g
 (requires)g(that)h(an)f(ev)m(en)h(n)m(um)m(b)s(er)e(of)h(single)h
-(quotes)810 2024 y(o)s(ccur)28 b(in)g(the)h Fr(w)m(ord)i
+(quotes)810 2301 y(o)s(ccur)28 b(in)g(the)h Fr(w)m(ord)i
 Fu(p)s(ortion)d(of)h(a)g(double-quoted)f($)p Fi({)6 b
 Fu(.)23 b(.)f(.)11 b Fi(})29 b Fu(parameter)g(expansion)810
-2133 y(and)34 b(treats)h(them)f(sp)s(ecially)-8 b(,)37
+2411 y(and)34 b(treats)h(them)f(sp)s(ecially)-8 b(,)37
 b(so)e(that)g(c)m(haracters)g(within)f(the)h(single)g(quotes)g(are)810
-2243 y(considered)30 b(quoted)h(\(this)f(is)h Fm(posix)e
-Fu(in)m(terpretation)j(221\).)150 2391 y Ft(compat42)705
-2519 y Fq(\017)60 b Fu(The)45 b(replacemen)m(t)i(string)f(in)f
+2521 y(considered)30 b(quoted)h(\(this)f(is)h Fm(posix)e
+Fu(in)m(terpretation)j(221\).)150 2680 y Ft(compat42)705
+2814 y Fq(\017)60 b Fu(The)45 b(replacemen)m(t)i(string)f(in)f
 (double-quoted)h(pattern)f(substitution)g(do)s(es)h(not)810
-2629 y(undergo)30 b(quote)h(remo)m(v)-5 b(al,)32 b(as)e(it)h(do)s(es)f
-(in)g(v)m(ersions)h(after)g(bash-4.2.)705 2757 y Fq(\017)60
+2924 y(undergo)30 b(quote)h(remo)m(v)-5 b(al,)32 b(as)e(it)h(do)s(es)f
+(in)g(v)m(ersions)h(after)g(bash-4.2.)705 3059 y Fq(\017)60
 b Fu(In)38 b(p)s(osix)g(mo)s(de,)j(single)e(quotes)h(are)f(considered)f
-(sp)s(ecial)i(when)d(expanding)i(the)810 2867 y Fr(w)m(ord)d
+(sp)s(ecial)i(when)d(expanding)i(the)810 3168 y Fr(w)m(ord)d
 Fu(p)s(ortion)c(of)g(a)h(double-quoted)g($)p Fi({)6 b
 Fu(.)22 b(.)h(.)11 b Fi(})33 b Fu(parameter)g(expansion)f(and)g(can)h
-(b)s(e)810 2977 y(used)40 b(to)i(quote)g(a)f(closing)h(brace)f(or)g
+(b)s(e)810 3278 y(used)40 b(to)i(quote)g(a)f(closing)h(brace)f(or)g
 (other)h(sp)s(ecial)f(c)m(haracter)i(\(this)e(is)g(part)g(of)810
-3086 y Fm(posix)36 b Fu(in)m(terpretation)h(221\);)42
+3387 y Fm(posix)36 b Fu(in)m(terpretation)h(221\);)42
 b(in)36 b(later)h(v)m(ersions,)h(single)f(quotes)g(are)g(not)f(sp)s
-(ecial)810 3196 y(within)30 b(double-quoted)g(w)m(ord)g(expansions.)150
-3344 y Ft(compat43)705 3472 y Fq(\017)60 b Fu(W)-8 b(ord)32
+(ecial)810 3497 y(within)30 b(double-quoted)g(w)m(ord)g(expansions.)150
+3656 y Ft(compat43)705 3791 y Fq(\017)60 b Fu(W)-8 b(ord)32
 b(expansion)g(errors)g(are)g(considered)g(non-fatal)h(errors)e(that)i
-(cause)f(the)g(cur-)810 3582 y(ren)m(t)c(command)g(to)h(fail,)h(ev)m
+(cause)f(the)g(cur-)810 3900 y(ren)m(t)c(command)g(to)h(fail,)h(ev)m
 (en)f(in)e(p)s(osix)h(mo)s(de)g(\(the)g(default)h(b)s(eha)m(vior)f(is)g
-(to)h(mak)m(e)810 3691 y(them)h(fatal)i(errors)e(that)h(cause)g(the)f
-(shell)h(to)g(exit\).)705 3820 y Fq(\017)60 b Fu(When)36
+(to)h(mak)m(e)810 4010 y(them)h(fatal)i(errors)e(that)h(cause)g(the)f
+(shell)h(to)g(exit\).)705 4144 y Fq(\017)60 b Fu(When)36
 b(executing)h(a)f(shell)g(function,)h(the)f(lo)s(op)g(state)h
-(\(while/un)m(til/etc.\))61 b(is)36 b(not)810 3930 y(reset,)e(so)g
+(\(while/un)m(til/etc.\))61 b(is)36 b(not)810 4254 y(reset,)e(so)g
 Ft(break)d Fu(or)i Ft(continue)e Fu(in)h(that)i(function)f(will)g
-(break)g(or)g(con)m(tin)m(ue)h(lo)s(ops)810 4039 y(in)h(the)g(calling)h
+(break)g(or)g(con)m(tin)m(ue)h(lo)s(ops)810 4364 y(in)h(the)g(calling)h
 (con)m(text.)57 b(Bash-4.4)37 b(and)d(later)i(reset)g(the)f(lo)s(op)g
-(state)i(to)e(prev)m(en)m(t)810 4149 y(this.)150 4296
-y Ft(compat44)705 4425 y Fq(\017)60 b Fu(The)38 b(shell)g(sets)g(up)g
+(state)i(to)e(prev)m(en)m(t)810 4473 y(this.)150 4633
+y Ft(compat44)705 4767 y Fq(\017)60 b Fu(The)38 b(shell)g(sets)g(up)g
 (the)g(v)-5 b(alues)38 b(used)g(b)m(y)g Ft(BASH_ARGV)d
-Fu(and)j Ft(BASH_ARGC)d Fu(so)k(they)810 4535 y(can)26
+Fu(and)j Ft(BASH_ARGC)d Fu(so)k(they)810 4877 y(can)26
 b(expand)f(to)h(the)g(shell's)g(p)s(ositional)g(parameters)g(ev)m(en)h
-(if)e(extended)h(debugging)810 4644 y(mo)s(de)k(is)g(not)h(enabled.)705
-4773 y Fq(\017)60 b Fu(A)38 b(subshell)f(inherits)g(lo)s(ops)h(from)f
+(if)e(extended)h(debugging)810 4986 y(mo)s(de)k(is)g(not)h(enabled.)705
+5121 y Fq(\017)60 b Fu(A)38 b(subshell)f(inherits)g(lo)s(ops)h(from)f
 (its)h(paren)m(t)g(con)m(text,)k(so)c Ft(break)e Fu(or)i
-Ft(continue)810 4883 y Fu(will)d(cause)g(the)f(subshell)f(to)i(exit.)54
+Ft(continue)810 5230 y Fu(will)d(cause)g(the)f(subshell)f(to)i(exit.)54
 b(Bash-5.0)36 b(and)d(later)j(reset)f(the)f(lo)s(op)h(state)g(to)810
-4992 y(prev)m(en)m(t)c(the)g(exit.)705 5121 y Fq(\017)60
+5340 y(prev)m(en)m(t)c(the)g(exit.)p eop end
+%%Page: 121 127
+TeXDict begin 121 126 bop 150 -116 a Fu(Chapter)30 b(6:)41
+b(Bash)30 b(F)-8 b(eatures)2439 b(121)705 299 y Fq(\017)60
 b Fu(V)-8 b(ariable)27 b(assignmen)m(ts)g(preceding)e(builtins)g(lik)m
 (e)i Ft(export)d Fu(and)i Ft(readonly)d Fu(that)j(set)810
-5230 y(attributes)37 b(con)m(tin)m(ue)h(to)g(a\013ect)g(v)-5
+408 y(attributes)37 b(con)m(tin)m(ue)h(to)g(a\013ect)g(v)-5
 b(ariables)37 b(with)g(the)f(same)h(name)g(in)g(the)f(calling)810
-5340 y(en)m(vironmen)m(t)31 b(ev)m(en)g(if)f(the)h(shell)g(is)f(not)h
-(in)f(p)s(osix)f(mo)s(de.)p eop end
-%%Page: 121 127
-TeXDict begin 121 126 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(121)150 299 y Ft(compat50)28
-b(\(set)h(using)g(BASH_COMPAT\))705 408 y Fq(\017)60
-b Fu(Bash-5.1)29 b(c)m(hanged)g(the)f(w)m(a)m(y)g Ft($RANDOM)e
-Fu(is)i(generated)h(to)f(in)m(tro)s(duce)g(sligh)m(tly)h(more)810
-518 y(randomness.)39 b(If)30 b(the)f(shell)h(compatibilit)m(y)i(lev)m
-(el)f(is)f(set)g(to)h(50)f(or)g(lo)m(w)m(er,)h(it)f(rev)m(erts)810
-628 y(to)e(the)g(metho)s(d)f(from)g(bash-5.0)h(and)f(previous)g(v)m
-(ersions,)i(so)e(seeding)h(the)g(random)810 737 y(n)m(um)m(b)s(er)36
-b(generator)j(b)m(y)e(assigning)h(a)g(v)-5 b(alue)38
-b(to)g Ft(RANDOM)e Fu(will)i(pro)s(duce)e(the)i(same)810
-847 y(sequence)31 b(as)f(in)g(bash-5.0.)705 980 y Fq(\017)60
-b Fu(If)22 b(the)g(command)g(hash)f(table)i(is)f(empt)m(y)-8
-b(,)25 b(Bash)d(v)m(ersions)g(prior)g(to)h(bash-5.1)f(prin)m(ted)810
-1089 y(an)29 b(informational)i(message)g(to)f(that)g(e\013ect,)h(ev)m
-(en)g(when)d(pro)s(ducing)g(output)h(that)810 1199 y(can)40
-b(b)s(e)g(reused)f(as)h(input.)69 b(Bash-5.1)42 b(suppresses)c(that)j
-(message)g(when)e(the)i Ft(-l)810 1309 y Fu(option)31
-b(is)f(supplied.)150 1465 y Ft(compat51)e(\(set)h(using)g
-(BASH_COMPAT\))705 1575 y Fq(\017)60 b Fu(The)38 b Ft(unset)g
-Fu(builtin)g(will)h(unset)f(the)h(arra)m(y)g Ft(a)g Fu(giv)m(en)g(an)g
-(argumen)m(t)g(lik)m(e)h(`)p Ft(a[@])p Fu('.)810 1684
-y(Bash-5.2)32 b(will)f(unset)f(an)g(elemen)m(t)i(with)e(k)m(ey)i(`)p
-Ft(@)p Fu(')e(\(asso)s(ciativ)m(e)k(arra)m(ys\))d(or)f(remo)m(v)m(e)810
-1794 y(all)h(the)g(elemen)m(ts)h(without)e(unsetting)g(the)h(arra)m(y)g
-(\(indexed)f(arra)m(ys\).)705 1927 y Fq(\017)60 b Fu(Arithmetic)34
-b(commands)f(\()g(\(\(...\)\))51 b(\))e(and)32 b(the)h(expressions)g
-(in)g(an)g(arithmetic)h(for)810 2037 y(statemen)m(t)e(can)f(b)s(e)f
-(expanded)f(more)i(than)f(once.)705 2170 y Fq(\017)60
-b Fu(Expressions)20 b(used)f(as)i(argumen)m(ts)g(to)g(arithmetic)h(op)s
-(erators)f(in)f(the)h Ft([[)f Fu(conditional)810 2279
-y(command)30 b(can)h(b)s(e)f(expanded)f(more)i(than)f(once.)705
-2412 y Fq(\017)60 b Fu(The)31 b(expressions)g(in)h(substring)e
-(parameter)i(brace)g(expansion)g(can)g(b)s(e)f(expanded)810
-2522 y(more)g(than)f(once.)705 2655 y Fq(\017)60 b Fu(The)36
-b(expressions)h(in)f(the)h($\(\()h(...)60 b(\)\))g(w)m(ord)36
-b(expansion)h(can)g(b)s(e)f(expanded)g(more)810 2765
-y(than)30 b(once.)705 2898 y Fq(\017)60 b Fu(Arithmetic)33
-b(expressions)f(used)g(as)h(indexed)e(arra)m(y)i(subscripts)e(can)i(b)s
-(e)f(expanded)810 3007 y(more)f(than)f(once.)705 3140
-y Fq(\017)60 b Ft(test)29 b(-v)p Fu(,)35 b(when)f(giv)m(en)h(an)g
-(argumen)m(t)g(of)f(`)p Ft(A[@])p Fu(',)h(where)f Fr(A)h
-Fu(is)f(an)h(existing)g(asso-)810 3250 y(ciativ)m(e)h(arra)m(y)-8
-b(,)37 b(will)d(return)f(true)g(if)h(the)h(arra)m(y)f(has)g(an)m(y)g
-(set)g(elemen)m(ts.)53 b(Bash-5.2)810 3360 y(will)31
-b(lo)s(ok)g(for)f(and)g(rep)s(ort)f(on)i(a)f(k)m(ey)i(named)d(`)p
-Ft(@)p Fu('.)705 3493 y Fq(\017)60 b Fu(the)40 b($)p
-Fi({)p Fr(parameter)7 b Fu([:]=)p Fr(v)-5 b(alue)5 b
-Fi(})42 b Fu(w)m(ord)e(expansion)f(will)i(return)d Fr(v)-5
-b(alue)p Fu(,)43 b(b)s(efore)d(an)m(y)810 3602 y(v)-5
-b(ariable-sp)s(eci\014c)34 b(transformations)f(ha)m(v)m(e)h(b)s(een)e
-(p)s(erformed)f(\(e.g.,)36 b(con)m(v)m(erting)e(to)810
-3712 y(lo)m(w)m(ercase\).)43 b(Bash-5.2)32 b(will)f(return)e(the)i
+518 y(en)m(vironmen)m(t)31 b(ev)m(en)g(if)f(the)h(shell)g(is)f(not)h
+(in)f(p)s(osix)f(mo)s(de.)150 686 y Ft(compat50)f(\(set)h(using)g
+(BASH_COMPAT\))705 796 y Fq(\017)60 b Fu(Bash-5.1)29
+b(c)m(hanged)g(the)f(w)m(a)m(y)g Ft($RANDOM)e Fu(is)i(generated)h(to)f
+(in)m(tro)s(duce)g(sligh)m(tly)h(more)810 905 y(randomness.)39
+b(If)30 b(the)f(shell)h(compatibilit)m(y)i(lev)m(el)f(is)f(set)g(to)h
+(50)f(or)g(lo)m(w)m(er,)h(it)f(rev)m(erts)810 1015 y(to)e(the)g(metho)s
+(d)f(from)g(bash-5.0)h(and)f(previous)g(v)m(ersions,)i(so)e(seeding)h
+(the)g(random)810 1124 y(n)m(um)m(b)s(er)36 b(generator)j(b)m(y)e
+(assigning)h(a)g(v)-5 b(alue)38 b(to)g Ft(RANDOM)e Fu(will)i(pro)s
+(duce)e(the)i(same)810 1234 y(sequence)31 b(as)f(in)g(bash-5.0.)705
+1373 y Fq(\017)60 b Fu(If)22 b(the)g(command)g(hash)f(table)i(is)f
+(empt)m(y)-8 b(,)25 b(Bash)d(v)m(ersions)g(prior)g(to)h(bash-5.1)f
+(prin)m(ted)810 1482 y(an)29 b(informational)i(message)g(to)f(that)g
+(e\013ect,)h(ev)m(en)g(when)d(pro)s(ducing)g(output)h(that)810
+1592 y(can)40 b(b)s(e)g(reused)f(as)h(input.)69 b(Bash-5.1)42
+b(suppresses)c(that)j(message)g(when)e(the)i Ft(-l)810
+1702 y Fu(option)31 b(is)f(supplied.)150 1870 y Ft(compat51)e(\(set)h
+(using)g(BASH_COMPAT\))705 1979 y Fq(\017)60 b Fu(The)38
+b Ft(unset)g Fu(builtin)g(will)h(unset)f(the)h(arra)m(y)g
+Ft(a)g Fu(giv)m(en)g(an)g(argumen)m(t)g(lik)m(e)h(`)p
+Ft(a[@])p Fu('.)810 2089 y(Bash-5.2)32 b(will)f(unset)f(an)g(elemen)m
+(t)i(with)e(k)m(ey)i(`)p Ft(@)p Fu(')e(\(asso)s(ciativ)m(e)k(arra)m
+(ys\))d(or)f(remo)m(v)m(e)810 2198 y(all)h(the)g(elemen)m(ts)h(without)
+e(unsetting)g(the)h(arra)m(y)g(\(indexed)f(arra)m(ys\).)705
+2337 y Fq(\017)60 b Fu(Arithmetic)31 b(commands)f(\()h(\(\()6
+b(.)23 b(.)f(.)11 b(\)\))31 b(\))g(and)f(the)g(expressions)g(in)g(an)h
+(arithmetic)g(for)810 2447 y(statemen)m(t)h(can)f(b)s(e)f(expanded)f
+(more)i(than)f(once.)705 2586 y Fq(\017)60 b Fu(Expressions)20
+b(used)f(as)i(argumen)m(ts)g(to)g(arithmetic)h(op)s(erators)f(in)f(the)
+h Ft([[)f Fu(conditional)810 2695 y(command)30 b(can)h(b)s(e)f
+(expanded)f(more)i(than)f(once.)705 2834 y Fq(\017)60
+b Fu(The)31 b(expressions)g(in)h(substring)e(parameter)i(brace)g
+(expansion)g(can)g(b)s(e)f(expanded)810 2944 y(more)g(than)f(once.)705
+3082 y Fq(\017)60 b Fu(The)35 b(expressions)g(in)g(the)h($\(\()42
+b(.)22 b(.)g(.)47 b(\)\))36 b(w)m(ord)f(expansion)h(can)f(b)s(e)g
+(expanded)g(more)810 3192 y(than)30 b(once.)705 3331
+y Fq(\017)60 b Fu(Arithmetic)33 b(expressions)f(used)g(as)h(indexed)e
+(arra)m(y)i(subscripts)e(can)i(b)s(e)f(expanded)810 3440
+y(more)f(than)f(once.)705 3579 y Fq(\017)60 b Ft(test)29
+b(-v)p Fu(,)35 b(when)f(giv)m(en)h(an)g(argumen)m(t)g(of)f(`)p
+Ft(A[@])p Fu(',)h(where)f Fr(A)h Fu(is)f(an)h(existing)g(asso-)810
+3689 y(ciativ)m(e)h(arra)m(y)-8 b(,)37 b(will)d(return)f(true)g(if)h
+(the)h(arra)m(y)f(has)g(an)m(y)g(set)g(elemen)m(ts.)53
+b(Bash-5.2)810 3798 y(will)31 b(lo)s(ok)g(for)f(and)g(rep)s(ort)f(on)i
+(a)f(k)m(ey)i(named)d(`)p Ft(@)p Fu('.)705 3937 y Fq(\017)60
+b Fu(the)40 b($)p Fi({)p Fr(parameter)7 b Fu([:]=)p Fr(v)-5
+b(alue)5 b Fi(})42 b Fu(w)m(ord)e(expansion)f(will)i(return)d
+Fr(v)-5 b(alue)p Fu(,)43 b(b)s(efore)d(an)m(y)810 4047
+y(v)-5 b(ariable-sp)s(eci\014c)34 b(transformations)f(ha)m(v)m(e)h(b)s
+(een)e(p)s(erformed)f(\(e.g.,)36 b(con)m(v)m(erting)e(to)810
+4156 y(lo)m(w)m(ercase\).)43 b(Bash-5.2)32 b(will)f(return)e(the)i
 (\014nal)f(v)-5 b(alue)31 b(assigned)f(to)i(the)e(v)-5
-b(ariable.)705 3845 y Fq(\017)60 b Fu(P)m(arsing)40 b(command)f
+b(ariable.)705 4295 y Fq(\017)60 b Fu(P)m(arsing)40 b(command)f
 (substitutions)f(will)i(b)s(eha)m(v)m(e)g(as)f(if)g(extended)g
-(globbing)h(\(see)810 3954 y(Section)e(4.3.2)g([The)f(Shopt)f
+(globbing)h(\(see)810 4405 y(Section)e(4.3.2)g([The)f(Shopt)f
 (Builtin],)j(page)f(76\))g(is)f(enabled,)i(so)e(that)g(parsing)g(a)810
-4064 y(command)24 b(substitution)g(con)m(taining)h(an)f(extglob)i
+4514 y(command)24 b(substitution)g(con)m(taining)h(an)f(extglob)i
 (pattern)e(\(sa)m(y)-8 b(,)27 b(as)d(part)g(of)g(a)h(shell)810
-4174 y(function\))30 b(will)h(not)g(fail.)41 b(This)30
+4624 y(function\))30 b(will)h(not)g(fail.)41 b(This)30
 b(assumes)g(the)h(in)m(ten)m(t)g(is)g(to)g(enable)g(extglob)g(b)s
-(efore)810 4283 y(the)i(command)f(is)g(executed)h(and)f(w)m(ord)g
+(efore)810 4734 y(the)i(command)f(is)g(executed)h(and)f(w)m(ord)g
 (expansions)g(are)h(p)s(erformed.)45 b(It)33 b(will)f(fail)810
-4393 y(at)42 b(w)m(ord)f(expansion)h(time)g(if)f(extglob)i(hasn't)e(b)s
-(een)g(enabled)h(b)m(y)f(the)h(time)g(the)810 4502 y(command)30
-b(is)h(executed.)150 4659 y Ft(compat52)d(\(set)h(using)g
-(BASH_COMPAT\))705 4769 y Fq(\017)60 b Fu(The)23 b Ft(test)g
+4843 y(at)42 b(w)m(ord)f(expansion)h(time)g(if)f(extglob)i(hasn't)e(b)s
+(een)g(enabled)h(b)m(y)f(the)h(time)g(the)810 4953 y(command)30
+b(is)h(executed.)150 5121 y Ft(compat52)d(\(set)h(using)g
+(BASH_COMPAT\))705 5230 y Fq(\017)60 b Fu(The)23 b Ft(test)g
 Fu(builtin)g(uses)h(its)g(historical)h(algorithm)g(to)f(parse)g(paren)m
-(thesized)g(sub)s(ex-)810 4878 y(pressions)30 b(when)f(giv)m(en)i
-(\014v)m(e)g(or)f(more)h(argumen)m(ts.)705 5011 y Fq(\017)60
-b Fu(If)25 b(the)h Ft(-p)f Fu(or)h Ft(-P)f Fu(option)h(is)g(supplied)e
-(to)j(the)f Ft(bind)e Fu(builtin,)i Ft(bind)f Fu(treats)i(an)m(y)f
-(argu-)810 5121 y(men)m(ts)h(remaining)g(after)h(option)f(pro)s
-(cessing)g(as)g(bindable)f(command)h(names,)h(and)810
-5230 y(displa)m(ys)k(an)m(y)f(k)m(ey)i(sequences)f(b)s(ound)d(to)j
-(those)g(commands,)g(instead)g(of)g(treating)810 5340
-y(the)f(argumen)m(ts)f(as)h(k)m(ey)g(sequences)g(to)g(bind.)p
-eop end
+(thesized)g(sub)s(ex-)810 5340 y(pressions)30 b(when)f(giv)m(en)i
+(\014v)m(e)g(or)f(more)h(argumen)m(ts.)p eop end
 %%Page: 122 128
 TeXDict begin 122 127 bop 150 -116 a Fu(Chapter)30 b(6:)41
 b(Bash)30 b(F)-8 b(eatures)2439 b(122)705 299 y Fq(\017)60
-b Fu(In)m(teractiv)m(e)41 b(shells)d(will)h(notify)g(the)f(user)g(of)h
-(completed)g(jobs)f(while)g(sourcing)h(a)810 408 y(script.)i(New)m(er)
-31 b(v)m(ersions)f(defer)g(noti\014cation)i(un)m(til)f(script)f
-(execution)i(completes.)p eop end
+b Fu(If)25 b(the)h Ft(-p)f Fu(or)h Ft(-P)f Fu(option)h(is)g(supplied)e
+(to)j(the)f Ft(bind)e Fu(builtin,)i Ft(bind)f Fu(treats)i(an)m(y)f
+(argu-)810 408 y(men)m(ts)h(remaining)g(after)h(option)f(pro)s(cessing)
+g(as)g(bindable)f(command)h(names,)h(and)810 518 y(displa)m(ys)k(an)m
+(y)f(k)m(ey)i(sequences)f(b)s(ound)d(to)j(those)g(commands,)g(instead)g
+(of)g(treating)810 628 y(the)f(argumen)m(ts)f(as)h(k)m(ey)g(sequences)g
+(to)g(bind.)705 762 y Fq(\017)60 b Fu(In)m(teractiv)m(e)41
+b(shells)d(will)h(notify)g(the)f(user)g(of)h(completed)g(jobs)f(while)g
+(sourcing)h(a)810 872 y(script.)i(New)m(er)31 b(v)m(ersions)f(defer)g
+(noti\014cation)i(un)m(til)f(script)f(execution)i(completes.)p
+eop end
 %%Page: 123 129
 TeXDict begin 123 128 bop 3614 -116 a Fu(123)150 299
 y Fp(7)80 b(Job)54 b(Con)l(trol)150 551 y Fu(This)25
@@ -17293,27 +17303,27 @@ b(,)32 b(`)p Ft(\0451)e(&)p Fu(')i(resumes)150 1805 y(job)e(1)h(in)f
 (the)g(bac)m(kground,)h(equiv)-5 b(alen)m(t)32 b(to)f(`)p
 Ft(bg)f(\0451)p Fu('.)275 1955 y(The)g(shell)i(learns)f(immediately)i
 (whenev)m(er)e(a)h(job)f(c)m(hanges)h(state.)45 b(Normally)-8
-b(,)33 b(Bash)e(w)m(aits)i(un)m(til)150 2065 y(it)i(is)g(ab)s(out)f(to)
-i(prin)m(t)e(a)h(prompt)f(b)s(efore)g(notifying)h(the)g(user)f(ab)s
-(out)g(c)m(hanges)i(in)e(a)h(job's)g(status)g(so)150
-2175 y(as)29 b(to)g(not)g(in)m(terrupt)g(an)m(y)g(other)g(output,)g
-(though)f(it)h(will)h(notify)f(of)g(c)m(hanges)g(in)g(a)g(job's)f
-(status)h(after)150 2284 y(a)i(foreground)g(command)f(in)h(a)h(list)f
-(completes,)i(b)s(efore)e(executing)h(the)f(next)g(command)g(in)g(the)g
-(list.)150 2394 y(If)g(the)g Ft(-b)f Fu(option)i(to)g(the)f
-Ft(set)f Fu(builtin)h(is)g(enabled,)g(Bash)g(rep)s(orts)g(suc)m(h)g(c)m
-(hanges)h(immediately)g(\(see)150 2503 y(Section)c(4.3.1)h([The)e(Set)g
-(Builtin],)i(page)f(71\).)40 b(Bash)28 b(executes)g(an)m(y)f(trap)g(on)
-g Ft(SIGCHLD)e Fu(for)i(eac)m(h)i(c)m(hild)150 2613 y(pro)s(cess)h
-(that)h(terminates.)275 2763 y(When)g(a)h(job)f(terminates)i(and)e
-(Bash)h(noti\014es)g(the)f(user)g(ab)s(out)h(it,)g(Bash)g(remo)m(v)m
-(es)h(the)f(job)f(from)150 2873 y(the)k(jobs)g(table.)55
-b(It)36 b(will)f(not)g(app)s(ear)g(in)f Ft(jobs)g Fu(output,)i(but)f
-Ft(wait)f Fu(will)h(rep)s(ort)f(its)i(exit)g(status,)h(as)150
-2983 y(long)26 b(as)g(it's)g(supplied)e(the)i(pro)s(cess)f(ID)h(asso)s
-(ciated)g(with)g(the)f(job)g(as)h(an)g(argumen)m(t.)39
-b(When)25 b(the)h(table)150 3092 y(is)k(empt)m(y)-8 b(,)32
-b(job)e(n)m(um)m(b)s(ers)f(start)i(o)m(v)m(er)g(at)h(1.)275
+b(,)33 b(Bash)e(w)m(aits)i(un)m(til)150 2065 y(it)c(is)f(ab)s(out)g(to)
+h(prin)m(t)f(a)g(prompt)g(b)s(efore)f(notifying)i(the)g(user)e(ab)s
+(out)h(c)m(hanges)h(in)f(a)h(job's)f(status)g(so)h(as)150
+2175 y(to)j(not)f(in)m(terrupt)f(an)m(y)h(other)g(output,)g(though)g
+(it)g(will)g(notify)h(of)f(c)m(hanges)h(in)e(a)h(job's)g(status)g
+(after)h(a)150 2284 y(foreground)c(command)h(in)g(a)h(list)f
+(completes,)i(b)s(efore)e(executing)i(the)e(next)g(command)g(in)g(the)g
+(list.)41 b(If)150 2394 y(the)33 b Ft(-b)g Fu(option)g(to)h(the)f
+Ft(set)f Fu(builtin)h(is)g(enabled,)h(Bash)f(rep)s(orts)f(status)i(c)m
+(hanges)g(immediately)g(\(see)150 2503 y(Section)28 b(4.3.1)h([The)e
+(Set)g(Builtin],)i(page)f(71\).)40 b(Bash)28 b(executes)g(an)m(y)f
+(trap)g(on)g Ft(SIGCHLD)e Fu(for)i(eac)m(h)i(c)m(hild)150
+2613 y(pro)s(cess)h(that)h(terminates.)275 2763 y(When)g(a)h(job)f
+(terminates)i(and)e(Bash)h(noti\014es)g(the)f(user)g(ab)s(out)h(it,)g
+(Bash)g(remo)m(v)m(es)h(the)f(job)f(from)150 2873 y(the)k(jobs)g
+(table.)55 b(It)36 b(will)f(not)g(app)s(ear)g(in)f Ft(jobs)g
+Fu(output,)i(but)f Ft(wait)f Fu(will)h(rep)s(ort)f(its)i(exit)g
+(status,)h(as)150 2983 y(long)26 b(as)g(it's)g(supplied)e(the)i(pro)s
+(cess)f(ID)h(asso)s(ciated)g(with)g(the)f(job)g(as)h(an)g(argumen)m(t.)
+39 b(When)25 b(the)h(table)150 3092 y(is)k(empt)m(y)-8
+b(,)32 b(job)e(n)m(um)m(b)s(ers)f(start)i(o)m(v)m(er)g(at)h(1.)275
 3242 y(If)j(a)i(user)e(attempts)i(to)g(exit)g(Bash)f(while)h(jobs)e
 (are)i(stopp)s(ed,)g(\(or)f(running,)g(if)g(the)g Ft(checkjobs)150
 3352 y Fu(option)24 b(is)f(enabled)h({)g(see)g(Section)g(4.3.2)h([The)e
@@ -17565,212 +17575,211 @@ b(vi)35 b Fu(options)i(to)g(the)f Ft(set)f Fu(builtin)h(command)g
 (71\),)h(or)e(disabled)g(using)g(the)h Ft(+o)e(emacs)g
 Fu(or)i Ft(+o)e(vi)h Fu(options)h(to)g Ft(set)p Fu(.)150
 1639 y Fs(8.1)68 b(In)l(tro)t(duction)45 b(to)g(Line)h(Editing)150
-1798 y Fu(The)30 b(follo)m(wing)i(paragraphs)d(describ)s(e)h(the)h
-(notation)g(used)f(to)h(represen)m(t)f(k)m(eystrok)m(es.)275
-1931 y(The)35 b(text)i Fj(C-k)f Fu(is)g(read)g(as)h(`Con)m(trol-K')g
-(and)f(describ)s(es)f(the)h(c)m(haracter)i(pro)s(duced)d(when)g(the)h
-Ft(k)150 2041 y Fu(k)m(ey)31 b(is)g(pressed)e(while)h(the)h(Con)m(trol)
-g(k)m(ey)g(is)g(depressed.)275 2174 y(The)g(text)i Fj(M-k)e
-Fu(is)h(read)f(as)i(`Meta-K')g(and)f(describ)s(es)f(the)h(c)m(haracter)
-h(pro)s(duced)e(when)f(the)i(Meta)150 2283 y(k)m(ey)g(\(if)g(y)m(ou)f
-(ha)m(v)m(e)i(one\))e(is)h(depressed,)e(and)h(the)g Ft(k)g
-Fu(k)m(ey)h(is)g(pressed)e(\(a)i Fr(meta)g(c)m(haracter)7
-b Fu(\).)45 b(The)30 b(Meta)150 2393 y(k)m(ey)35 b(is)f(lab)s(eled)h
-Ft(ALT)e Fu(on)h(man)m(y)g(k)m(eyb)s(oards.)52 b(On)33
-b(k)m(eyb)s(oards)h(with)g(t)m(w)m(o)h(k)m(eys)g(lab)s(eled)g
-Ft(ALT)e Fu(\(usually)150 2502 y(to)f(either)g(side)g(of)f(the)h(space)
-g(bar\),)g(the)g Ft(ALT)f Fu(on)g(the)h(left)g(side)f(is)h(generally)h
-(set)f(to)g(w)m(ork)g(as)g(a)f(Meta)150 2612 y(k)m(ey)-8
-b(.)59 b(The)35 b Ft(ALT)g Fu(k)m(ey)i(on)e(the)i(righ)m(t)f(ma)m(y)h
-(also)f(b)s(e)g(con\014gured)f(to)i(w)m(ork)f(as)g(a)g(Meta)h(k)m(ey)g
-(or)f(ma)m(y)h(b)s(e)150 2721 y(con\014gured)30 b(as)g(some)h(other)g
-(mo)s(di\014er,)e(suc)m(h)h(as)h(a)g(Comp)s(ose)f(k)m(ey)h(for)f(t)m
-(yping)h(accen)m(ted)h(c)m(haracters.)275 2854 y(On)j(some)j(k)m(eyb)s
-(oards,)g(the)f(Meta)h(k)m(ey)g(mo)s(di\014er)d(pro)s(duces)h(meta)h(c)
-m(haracters)i(with)d(the)h(eigh)m(th)150 2964 y(bit)26
-b(\(0200\))j(set.)40 b(Y)-8 b(ou)26 b(can)h(use)f(the)g
-Ft(enable-meta-key)c Fu(v)-5 b(ariable)27 b(to)g(con)m(trol)g(whether)f
-(or)g(not)h(it)f(do)s(es)150 3073 y(this,)i(if)g(the)g(k)m(eyb)s(oard)f
-(allo)m(ws)i(it.)41 b(On)26 b(man)m(y)i(others,)h(the)f(terminal)g(or)f
-(terminal)i(em)m(ulator)f(con)m(v)m(erts)150 3183 y(the)h(meta\014ed)g
-(k)m(ey)g(to)h(a)f(k)m(ey)g(sequence)g(b)s(eginning)f(with)h
-Ft(ESC)f Fu(as)g(describ)s(ed)g(in)g(the)h(next)g(paragraph.)275
-3316 y(If)k(y)m(ou)i(do)f(not)g(ha)m(v)m(e)h(a)g(Meta)h(or)e
+1798 y Fu(The)j(follo)m(wing)j(paragraphs)d(use)h(Emacs)g(st)m(yle)h
+(to)g(describ)s(e)f(the)g(notation)h(used)e(to)i(represen)m(t)150
+1908 y(k)m(eystrok)m(es.)275 2041 y(The)35 b(text)i Fj(C-k)f
+Fu(is)g(read)g(as)h(`Con)m(trol-K')g(and)f(describ)s(es)f(the)h(c)m
+(haracter)i(pro)s(duced)d(when)g(the)h Ft(k)150 2150
+y Fu(k)m(ey)31 b(is)g(pressed)e(while)h(the)h(Con)m(trol)g(k)m(ey)g(is)
+g(depressed.)275 2283 y(The)g(text)i Fj(M-k)e Fu(is)h(read)f(as)i
+(`Meta-K')g(and)f(describ)s(es)f(the)h(c)m(haracter)h(pro)s(duced)e
+(when)f(the)i(Meta)150 2393 y(k)m(ey)h(\(if)f(y)m(ou)g(ha)m(v)m(e)h
+(one\))g(is)f(depressed,)f(and)g(the)i Ft(k)e Fu(k)m(ey)i(is)f(pressed)
+f(\(a)h Fr(meta)h(c)m(haracter)7 b Fu(\),)34 b(then)e(b)s(oth)150
+2502 y(are)k(released.)56 b(The)35 b(Meta)i(k)m(ey)f(is)f(lab)s(eled)h
+Ft(ALT)e Fu(or)h Ft(Option)f Fu(on)h(man)m(y)h(k)m(eyb)s(oards.)55
+b(On)34 b(k)m(eyb)s(oards)150 2612 y(with)c(t)m(w)m(o)h(k)m(eys)f(lab)s
+(eled)g Ft(ALT)f Fu(\(usually)h(to)g(either)h(side)e(of)h(the)g(space)h
+(bar\),)f(the)g Ft(ALT)f Fu(on)g(the)h(left)h(side)150
+2721 y(is)d(generally)h(set)g(to)f(w)m(ork)g(as)g(a)h(Meta)g(k)m(ey)-8
+b(.)41 b(One)28 b(of)g(the)g Ft(ALT)f Fu(k)m(eys)h(ma)m(y)h(also)g(b)s
+(e)e(con\014gured)g(as)i(some)150 2831 y(other)i(mo)s(di\014er,)e(suc)m
+(h)h(as)h(a)g(Comp)s(ose)f(k)m(ey)h(for)f(t)m(yping)h(accen)m(ted)h(c)m
+(haracters.)275 2964 y(On)42 b(some)j(k)m(eyb)s(oards,)i(the)d(Meta)h
+(k)m(ey)f(mo)s(di\014er)f(pro)s(duces)g(c)m(haracters)i(with)e(the)h
+(eigh)m(th)h(bit)150 3073 y(\(0200\))38 b(set.)56 b(Y)-8
+b(ou)36 b(can)g(use)f(the)h Ft(enable-meta-key)31 b Fu(v)-5
+b(ariable)36 b(to)g(con)m(trol)h(whether)e(or)h(not)f(it)h(do)s(es)150
+3183 y(this,)28 b(if)g(the)g(k)m(eyb)s(oard)f(allo)m(ws)i(it.)41
+b(On)26 b(man)m(y)i(others,)h(the)f(terminal)g(or)f(terminal)i(em)m
+(ulator)f(con)m(v)m(erts)150 3293 y(the)h(meta\014ed)g(k)m(ey)g(to)h(a)
+f(k)m(ey)g(sequence)g(b)s(eginning)f(with)h Ft(ESC)f
+Fu(as)g(describ)s(ed)g(in)g(the)h(next)g(paragraph.)275
+3425 y(If)k(y)m(ou)i(do)f(not)g(ha)m(v)m(e)h(a)g(Meta)h(or)e
 Ft(ALT)f Fu(k)m(ey)-8 b(,)36 b(or)e(another)h(k)m(ey)g(w)m(orking)f(as)
-h(a)f(Meta)i(k)m(ey)-8 b(,)36 b(y)m(ou)f(can)150 3425
+h(a)f(Meta)i(k)m(ey)-8 b(,)36 b(y)m(ou)f(can)150 3535
 y(generally)28 b(ac)m(hiev)m(e)h(the)f(latter)g(e\013ect)g(b)m(y)f(t)m
 (yping)h Ft(ESC)e Fl(\014rst)p Fu(,)i(and)f(then)f(t)m(yping)i
 Ft(k)p Fu(.)39 b(The)26 b Ft(ESC)g Fu(c)m(haracter)150
-3535 y(is)k(kno)m(wn)g(as)h(the)f Fr(meta)i(pre\014x)6
-b Fu(\).)275 3668 y(Either)30 b(pro)s(cess)g(is)g(kno)m(wn)g(as)h
+3645 y(is)k(kno)m(wn)g(as)h(the)f Fr(meta)i(pre\014x)6
+b Fu(\).)275 3778 y(Either)30 b(pro)s(cess)g(is)g(kno)m(wn)g(as)h
 Fr(metafying)39 b Fu(the)30 b Ft(k)g Fu(k)m(ey)-8 b(.)275
-3801 y(If)24 b(y)m(our)i(Meta)g(k)m(ey)h(pro)s(duces)d(a)h(k)m(ey)h
+3910 y(If)24 b(y)m(our)i(Meta)g(k)m(ey)h(pro)s(duces)d(a)h(k)m(ey)h
 (sequence)g(with)f(the)h Ft(ESC)e Fu(meta)i(pre\014x,)g(y)m(ou)f(can)h
-(mak)m(e)g Fj(M-key)150 3910 y Fu(k)m(ey)40 b(bindings)e(y)m(ou)i(sp)s
+(mak)m(e)g Fj(M-key)150 4020 y Fu(k)m(ey)40 b(bindings)e(y)m(ou)i(sp)s
 (ecify)f(\(see)i Ft(Key)29 b(Bindings)37 b Fu(in)i(Section)i(8.3.1)g
-([Readline)f(Init)g(File)g(Syn)m(tax],)150 4020 y(page)31
+([Readline)f(Init)g(File)g(Syn)m(tax],)150 4130 y(page)31
 b(131\))h(do)e(the)h(same)g(thing)f(b)m(y)g(setting)i(the)e
-Ft(force-meta-prefix)c Fu(v)-5 b(ariable.)275 4153 y(The)39
+Ft(force-meta-prefix)c Fu(v)-5 b(ariable.)275 4262 y(The)39
 b(text)j Fj(M-C-k)d Fu(is)h(read)g(as)h(`Meta-Con)m(trol-k')j(and)39
 b(describ)s(es)h(the)g(c)m(haracter)i(pro)s(duced)d(b)m(y)150
-4262 y(metafying)31 b Fj(C-k)p Fu(.)275 4395 y(In)k(addition,)j(sev)m
+4372 y(metafying)31 b Fj(C-k)p Fu(.)275 4505 y(In)k(addition,)j(sev)m
 (eral)f(k)m(eys)g(ha)m(v)m(e)g(their)f(o)m(wn)g(names.)58
 b(Sp)s(eci\014cally)-8 b(,)38 b Ft(DEL)p Fu(,)f Ft(ESC)p
 Fu(,)g Ft(LFD)p Fu(,)g Ft(SPC)p Fu(,)g Ft(RET)p Fu(,)150
-4505 y(and)d Ft(TAB)f Fu(all)j(stand)e(for)g(themselv)m(es)i(when)d
+4614 y(and)d Ft(TAB)f Fu(all)j(stand)e(for)g(themselv)m(es)i(when)d
 (seen)i(in)f(this)g(text,)j(or)d(in)h(an)f(init)h(\014le)f(\(see)i
-(Section)f(8.3)150 4614 y([Readline)28 b(Init)e(File],)k(page)d(131\).)
+(Section)f(8.3)150 4724 y([Readline)28 b(Init)e(File],)k(page)d(131\).)
 41 b(If)27 b(y)m(our)f(k)m(eyb)s(oard)h(lac)m(ks)h(a)f
 Ft(LFD)f Fu(k)m(ey)-8 b(,)29 b(t)m(yping)e Ft(C-j)f Fu(will)h(output)g
-(the)150 4724 y(appropriate)j(c)m(haracter.)43 b(The)30
+(the)150 4834 y(appropriate)j(c)m(haracter.)43 b(The)30
 b Ft(RET)f Fu(k)m(ey)i(ma)m(y)g(b)s(e)f(lab)s(eled)h
 Ft(Return)d Fu(or)j Ft(Enter)d Fu(on)j(some)g(k)m(eyb)s(oards.)150
-4961 y Fs(8.2)68 b(Readline)47 b(In)l(teraction)150 5121
+5071 y Fs(8.2)68 b(Readline)47 b(In)l(teraction)150 5230
 y Fu(Often)32 b(during)g(an)g(in)m(teractiv)m(e)j(session)e(y)m(ou)g(t)
 m(yp)s(e)g(in)f(a)h(long)g(line)g(of)f(text,)j(only)d(to)i(notice)g
-(that)f(the)150 5230 y(\014rst)f(w)m(ord)g(on)g(the)g(line)h(is)g
+(that)f(the)150 5340 y(\014rst)f(w)m(ord)g(on)g(the)g(line)h(is)g
 (missp)s(elled.)46 b(The)32 b(Readline)h(library)f(giv)m(es)h(y)m(ou)g
-(a)g(set)g(of)f(commands)g(for)150 5340 y(manipulating)e(the)g(text)h
-(as)f(y)m(ou)g(t)m(yp)s(e)g(it)g(in,)g(allo)m(wing)h(y)m(ou)f(to)h
-(just)e(\014x)g(y)m(our)h(t)m(yp)s(o,)g(and)g(not)g(forcing)p
-eop end
+(a)g(set)g(of)f(commands)g(for)p eop end
 %%Page: 129 135
 TeXDict begin 129 134 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(129)150 299 y(y)m(ou)28
-b(to)h(ret)m(yp)s(e)g(the)f(ma)5 b(jorit)m(y)29 b(of)f(the)h(line.)40
-b(Using)28 b(these)h(editing)g(commands,)f(y)m(ou)h(mo)m(v)m(e)g(the)g
-(cursor)150 408 y(to)35 b(the)f(place)i(that)e(needs)g(correction,)j
-(and)d(delete)h(or)f(insert)h(the)f(text)h(of)g(the)f(corrections.)54
-b(Then,)150 518 y(when)24 b(y)m(ou)h(are)g(satis\014ed)g(with)g(the)g
-(line,)i(y)m(ou)e(simply)f(press)g Ft(RET)p Fu(.)39 b(Y)-8
-b(ou)25 b(do)g(not)g(ha)m(v)m(e)h(to)g(b)s(e)e(at)h(the)h(end)150
-628 y(of)33 b(the)h(line)g(to)g(press)e Ft(RET)p Fu(;)i(the)g(en)m
-(tire)g(line)f(is)h(accepted)g(regardless)g(of)f(the)h(lo)s(cation)h
-(of)e(the)h(cursor)150 737 y(within)c(the)g(line.)150
-935 y Fk(8.2.1)63 b(Readline)40 b(Bare)h(Essen)m(tials)150
-1082 y Fu(In)31 b(order)h(to)h(en)m(ter)g(c)m(haracters)g(in)m(to)g
+b(Command)29 b(Line)i(Editing)2062 b(129)150 299 y(manipulating)30
+b(the)g(text)h(as)f(y)m(ou)g(t)m(yp)s(e)g(it)g(in,)g(allo)m(wing)h(y)m
+(ou)f(to)h(just)e(\014x)g(y)m(our)h(t)m(yp)s(o,)g(and)g(not)g(forcing)
+150 408 y(y)m(ou)e(to)h(ret)m(yp)s(e)g(the)f(ma)5 b(jorit)m(y)29
+b(of)f(the)h(line.)40 b(Using)28 b(these)h(editing)g(commands,)f(y)m
+(ou)h(mo)m(v)m(e)g(the)g(cursor)150 518 y(to)35 b(the)f(place)i(that)e
+(needs)g(correction,)j(and)d(delete)h(or)f(insert)h(the)f(text)h(of)g
+(the)f(corrections.)54 b(Then,)150 628 y(when)24 b(y)m(ou)h(are)g
+(satis\014ed)g(with)g(the)g(line,)i(y)m(ou)e(simply)f(press)g
+Ft(RET)p Fu(.)39 b(Y)-8 b(ou)25 b(do)g(not)g(ha)m(v)m(e)h(to)g(b)s(e)e
+(at)h(the)h(end)150 737 y(of)33 b(the)h(line)g(to)g(press)e
+Ft(RET)p Fu(;)i(the)g(en)m(tire)g(line)f(is)h(accepted)g(regardless)g
+(of)f(the)h(lo)s(cation)h(of)e(the)h(cursor)150 847 y(within)c(the)g
+(line.)150 1048 y Fk(8.2.1)63 b(Readline)40 b(Bare)h(Essen)m(tials)150
+1195 y Fu(In)31 b(order)h(to)h(en)m(ter)g(c)m(haracters)g(in)m(to)g
 (the)g(line,)g(simply)e(t)m(yp)s(e)i(them.)46 b(The)31
-b(t)m(yp)s(ed)h(c)m(haracter)i(app)s(ears)150 1191 y(where)e(the)h
+b(t)m(yp)s(ed)h(c)m(haracter)i(app)s(ears)150 1304 y(where)e(the)h
 (cursor)e(w)m(as,)j(and)e(then)g(the)h(cursor)e(mo)m(v)m(es)j(one)f
 (space)g(to)g(the)g(righ)m(t.)47 b(If)32 b(y)m(ou)h(mist)m(yp)s(e)g(a)
-150 1301 y(c)m(haracter,)f(y)m(ou)f(can)g(use)f(y)m(our)g(erase)h(c)m
+150 1414 y(c)m(haracter,)f(y)m(ou)f(can)g(use)f(y)m(our)g(erase)h(c)m
 (haracter)h(to)f(bac)m(k)g(up)f(and)f(delete)j(the)f(mist)m(yp)s(ed)e
-(c)m(haracter.)275 1435 y(Sometimes)i(y)m(ou)g(ma)m(y)h(mist)m(yp)s(e)e
+(c)m(haracter.)275 1550 y(Sometimes)i(y)m(ou)g(ma)m(y)h(mist)m(yp)s(e)e
 (a)i(c)m(haracter,)g(and)e(not)i(notice)g(the)f(error)f(un)m(til)h(y)m
-(ou)g(ha)m(v)m(e)h(t)m(yp)s(ed)150 1544 y(sev)m(eral)e(other)f(c)m
+(ou)g(ha)m(v)m(e)h(t)m(yp)s(ed)150 1659 y(sev)m(eral)e(other)f(c)m
 (haracters.)42 b(In)28 b(that)i(case,)g(y)m(ou)f(can)g(t)m(yp)s(e)h
 Fj(C-b)d Fu(to)j(mo)m(v)m(e)g(the)f(cursor)g(to)g(the)g(left,)i(and)150
-1654 y(then)f(correct)i(y)m(our)e(mistak)m(e.)42 b(Afterw)m(ards,)31
+1769 y(then)f(correct)i(y)m(our)e(mistak)m(e.)42 b(Afterw)m(ards,)31
 b(y)m(ou)f(can)h(mo)m(v)m(e)h(the)e(cursor)g(to)h(the)g(righ)m(t)g
-(with)f Fj(C-f)p Fu(.)275 1787 y(When)i(y)m(ou)h(add)f(text)h(in)f(the)
+(with)f Fj(C-f)p Fu(.)275 1905 y(When)i(y)m(ou)h(add)f(text)h(in)f(the)
 h(middle)f(of)h(a)g(line,)h(y)m(ou)e(will)h(notice)h(that)f(c)m
-(haracters)h(to)g(the)e(righ)m(t)150 1897 y(of)d(the)g(cursor)f(are)h
+(haracters)h(to)g(the)e(righ)m(t)150 2014 y(of)d(the)g(cursor)f(are)h
 (`pushed)e(o)m(v)m(er')j(to)g(mak)m(e)f(ro)s(om)g(for)f(the)h(text)h
 (that)f(y)m(ou)g(ha)m(v)m(e)h(inserted.)40 b(Lik)m(ewise,)150
-2007 y(when)d(y)m(ou)g(delete)i(text)g(b)s(ehind)c(the)j(cursor,)h(c)m
+2124 y(when)d(y)m(ou)g(delete)i(text)g(b)s(ehind)c(the)j(cursor,)h(c)m
 (haracters)g(to)f(the)g(righ)m(t)g(of)g(the)g(cursor)e(are)i(`pulled)
-150 2116 y(bac)m(k')k(to)f(\014ll)g(in)f(the)h(blank)f(space)i(created)
+150 2234 y(bac)m(k')k(to)f(\014ll)g(in)f(the)h(blank)f(space)i(created)
 g(b)m(y)e(the)h(remo)m(v)-5 b(al)42 b(of)f(the)g(text.)73
-b(These)40 b(are)h(the)g(bare)150 2226 y(essen)m(tials)32
+b(These)40 b(are)h(the)g(bare)150 2343 y(essen)m(tials)32
 b(for)e(editing)h(the)g(text)g(of)g(an)f(input)f(line:)150
-2384 y Fj(C-b)336 b Fu(Mo)m(v)m(e)32 b(bac)m(k)g(one)e(c)m(haracter.)
-150 2541 y Fj(C-f)336 b Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(one)h(c)m
-(haracter.)150 2699 y Ft(DEL)e Fu(or)i Ft(Backspace)630
-2809 y Fu(Delete)i(the)d(c)m(haracter)i(to)f(the)g(left)g(of)f(the)h
-(cursor.)150 2966 y Fj(C-d)336 b Fu(Delete)33 b(the)d(c)m(haracter)i
-(underneath)d(the)i(cursor.)150 3124 y(Prin)m(ting)g(c)m(haracters)630
-3234 y(Insert)f(the)g(c)m(haracter)i(in)m(to)g(the)e(line)h(at)g(the)g
-(cursor.)150 3391 y Fj(C-_)e Fu(or)i Fj(C-x)e(C-u)630
-3501 y Fu(Undo)k(the)h(last)g(editing)g(command.)50 b(Y)-8
+2505 y Fj(C-b)336 b Fu(Mo)m(v)m(e)32 b(bac)m(k)g(one)e(c)m(haracter.)
+150 2666 y Fj(C-f)336 b Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(one)h(c)m
+(haracter.)150 2827 y Ft(DEL)e Fu(or)i Ft(Backspace)630
+2936 y Fu(Delete)i(the)d(c)m(haracter)i(to)f(the)g(left)g(of)f(the)h
+(cursor.)150 3097 y Fj(C-d)336 b Fu(Delete)33 b(the)d(c)m(haracter)i
+(underneath)d(the)i(cursor.)150 3258 y(Prin)m(ting)g(c)m(haracters)630
+3368 y(Insert)f(the)g(c)m(haracter)i(in)m(to)g(the)e(line)h(at)g(the)g
+(cursor.)150 3529 y Fj(C-_)e Fu(or)i Fj(C-x)e(C-u)630
+3638 y Fu(Undo)k(the)h(last)g(editing)g(command.)50 b(Y)-8
 b(ou)34 b(can)f(undo)g(all)h(the)f(w)m(a)m(y)i(bac)m(k)f(to)g(an)g
-(empt)m(y)630 3611 y(line.)150 3768 y(Dep)s(ending)e(on)h(y)m(our)f
+(empt)m(y)630 3748 y(line.)150 3910 y(Dep)s(ending)e(on)h(y)m(our)f
 (con\014guration,)i(the)f Ft(Backspace)e Fu(k)m(ey)i(migh)m(t)h(b)s(e)e
-(set)h(to)g(delete)h(the)f(c)m(haracter)150 3878 y(to)e(the)f(left)h
+(set)h(to)g(delete)h(the)f(c)m(haracter)150 4019 y(to)e(the)f(left)h
 (of)f(the)g(cursor)f(and)h(the)g Ft(DEL)f Fu(k)m(ey)i(set)g(to)f
 (delete)i(the)e(c)m(haracter)h(underneath)e(the)h(cursor,)150
-3988 y(lik)m(e)i Fj(C-d)p Fu(,)d(rather)i(than)f(the)g(c)m(haracter)i
-(to)f(the)g(left)g(of)g(the)f(cursor.)150 4185 y Fk(8.2.2)63
-b(Readline)40 b(Mo)m(v)m(emen)m(t)h(Commands)150 4332
+4129 y(lik)m(e)i Fj(C-d)p Fu(,)d(rather)i(than)f(the)g(c)m(haracter)i
+(to)f(the)g(left)g(of)g(the)f(cursor.)150 4329 y Fk(8.2.2)63
+b(Readline)40 b(Mo)m(v)m(emen)m(t)h(Commands)150 4476
 y Fu(The)34 b(ab)s(o)m(v)m(e)i(table)f(describ)s(es)f(the)g(most)h
 (basic)g(k)m(eystrok)m(es)h(that)f(y)m(ou)g(need)f(in)g(order)g(to)h
-(do)f(editing)150 4442 y(of)c(the)g(input)f(line.)40
+(do)f(editing)150 4586 y(of)c(the)g(input)f(line.)40
 b(F)-8 b(or)31 b(y)m(our)e(con)m(v)m(enience,)k(man)m(y)c(other)h
 (commands)g(are)g(a)m(v)-5 b(ailable)32 b(in)d(addition)h(to)150
-4551 y Fj(C-b)p Fu(,)e Fj(C-f)p Fu(,)g Fj(C-d)p Fu(,)g(and)g
+4696 y Fj(C-b)p Fu(,)e Fj(C-f)p Fu(,)g Fj(C-d)p Fu(,)g(and)g
 Ft(DEL)p Fu(.)39 b(Here)29 b(are)g(some)g(commands)e(for)i(mo)m(ving)g
-(more)f(rapidly)g(within)g(the)g(line.)150 4709 y Fj(C-a)336
+(more)f(rapidly)g(within)g(the)g(line.)150 4857 y Fj(C-a)336
 b Fu(Mo)m(v)m(e)32 b(to)g(the)e(start)h(of)g(the)f(line.)150
-4867 y Fj(C-e)336 b Fu(Mo)m(v)m(e)32 b(to)g(the)e(end)g(of)g(the)h
-(line.)150 5024 y Fj(M-f)336 b Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(a)h(w)m
+5018 y Fj(C-e)336 b Fu(Mo)m(v)m(e)32 b(to)g(the)e(end)g(of)g(the)h
+(line.)150 5179 y Fj(M-f)336 b Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(a)h(w)m
 (ord,)f(where)g(a)h(w)m(ord)f(is)g(comp)s(osed)g(of)h(letters)h(and)d
-(digits.)150 5182 y Fj(M-b)336 b Fu(Mo)m(v)m(e)32 b(bac)m(kw)m(ard)f(a)
-g(w)m(ord.)150 5340 y Fj(C-l)336 b Fu(Clear)31 b(the)f(screen,)h
-(reprin)m(ting)f(the)h(curren)m(t)f(line)h(at)g(the)f(top.)p
-eop end
+(digits.)150 5340 y Fj(M-b)336 b Fu(Mo)m(v)m(e)32 b(bac)m(kw)m(ard)f(a)
+g(w)m(ord.)p eop end
 %%Page: 130 136
 TeXDict begin 130 135 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(130)275 299 y(Notice)26
-b(ho)m(w)f Fj(C-f)e Fu(mo)m(v)m(es)j(forw)m(ard)e(a)h(c)m(haracter,)j
-(while)d Fj(M-f)e Fu(mo)m(v)m(es)j(forw)m(ard)e(a)h(w)m(ord.)39
-b(It)24 b(is)h(a)g(lo)s(ose)150 408 y(con)m(v)m(en)m(tion)32
+b(Command)29 b(Line)i(Editing)2062 b(130)150 299 y Fj(C-l)336
+b Fu(Clear)31 b(the)f(screen,)h(reprin)m(ting)f(the)h(curren)m(t)f
+(line)h(at)g(the)f(top.)275 460 y(Notice)c(ho)m(w)f Fj(C-f)e
+Fu(mo)m(v)m(es)j(forw)m(ard)e(a)h(c)m(haracter,)j(while)d
+Fj(M-f)e Fu(mo)m(v)m(es)j(forw)m(ard)e(a)h(w)m(ord.)39
+b(It)24 b(is)h(a)g(lo)s(ose)150 569 y(con)m(v)m(en)m(tion)32
 b(that)f(con)m(trol)g(k)m(eystrok)m(es)h(op)s(erate)e(on)g(c)m
 (haracters)h(while)f(meta)h(k)m(eystrok)m(es)h(op)s(erate)e(on)150
-518 y(w)m(ords.)150 729 y Fk(8.2.3)63 b(Readline)40 b(Killing)i
-(Commands)150 876 y Fr(Killing)35 b Fu(text)28 b(means)e(to)h(delete)h
+679 y(w)m(ords.)150 879 y Fk(8.2.3)63 b(Readline)40 b(Killing)i
+(Commands)150 1026 y Fr(Killing)35 b Fu(text)28 b(means)e(to)h(delete)h
 (the)f(text)g(from)g(the)f(line,)i(but)e(to)h(sa)m(v)m(e)h(it)g(a)m(w)m
-(a)m(y)g(for)e(later)i(use,)f(usually)150 986 y(b)m(y)g
+(a)m(y)g(for)e(later)i(use,)f(usually)150 1136 y(b)m(y)g
 Fr(y)m(anking)35 b Fu(\(re-inserting\))28 b(it)g(bac)m(k)f(in)m(to)h
 (the)f(line.)40 b(\(`Cut')27 b(and)g(`paste')h(are)f(more)g(recen)m(t)h
-(jargon)f(for)150 1095 y(`kill')32 b(and)d(`y)m(ank'.\))275
-1242 y(If)g(the)i(description)f(for)g(a)h(command)f(sa)m(ys)g(that)h
+(jargon)f(for)150 1245 y(`kill')32 b(and)d(`y)m(ank'.\))275
+1381 y(If)g(the)i(description)f(for)g(a)h(command)f(sa)m(ys)g(that)h
 (it)g(`kills')g(text,)h(then)e(y)m(ou)g(can)h(b)s(e)e(sure)h(that)h(y)m
-(ou)150 1352 y(can)g(get)g(the)g(text)g(bac)m(k)g(in)f(a)h(di\013eren)m
-(t)g(\(or)g(the)f(same\))h(place)h(later.)275 1498 y(When)23
+(ou)150 1490 y(can)g(get)g(the)g(text)g(bac)m(k)g(in)f(a)h(di\013eren)m
+(t)g(\(or)g(the)f(same\))h(place)h(later.)275 1626 y(When)23
 b(y)m(ou)g(use)g(a)h(kill)g(command,)g(the)g(text)g(is)f(sa)m(v)m(ed)i
 (in)e(a)g Fr(kill-ring)p Fu(.)39 b(An)m(y)24 b(n)m(um)m(b)s(er)e(of)h
-(consecutiv)m(e)150 1608 y(kills)31 b(sa)m(v)m(e)i(all)f(of)f(the)g
+(consecutiv)m(e)150 1735 y(kills)31 b(sa)m(v)m(e)i(all)f(of)f(the)g
 (killed)h(text)g(together,)g(so)g(that)f(when)f(y)m(ou)h(y)m(ank)h(it)f
-(bac)m(k,)h(y)m(ou)g(get)g(it)f(all.)43 b(The)150 1717
+(bac)m(k,)h(y)m(ou)g(get)g(it)f(all.)43 b(The)150 1845
 y(kill)33 b(ring)f(is)g(not)h(line)g(sp)s(eci\014c;)g(the)g(text)g
 (that)g(y)m(ou)g(killed)f(on)h(a)f(previously)g(t)m(yp)s(ed)h(line)f
-(is)h(a)m(v)-5 b(ailable)150 1827 y(to)31 b(b)s(e)f(y)m(ank)m(ed)h(bac)
+(is)h(a)m(v)-5 b(ailable)150 1954 y(to)31 b(b)s(e)f(y)m(ank)m(ed)h(bac)
 m(k)g(later,)h(when)d(y)m(ou)i(are)g(t)m(yping)f(another)h(line.)275
-1973 y(Here)f(is)h(the)f(list)h(of)g(commands)f(for)g(killing)h(text.)
-150 2151 y Fj(C-k)336 b Fu(Kill)31 b(the)f(text)i(from)e(the)g(curren)m
+2090 y(Here)f(is)h(the)f(list)h(of)g(commands)f(for)g(killing)h(text.)
+150 2251 y Fj(C-k)336 b Fu(Kill)31 b(the)f(text)i(from)e(the)g(curren)m
 (t)g(cursor)g(p)s(osition)h(to)g(the)f(end)g(of)g(the)h(line.)150
-2322 y Fj(M-d)336 b Fu(Kill)27 b(from)f(the)g(cursor)g(to)h(the)f(end)g
+2411 y Fj(M-d)336 b Fu(Kill)27 b(from)f(the)g(cursor)g(to)h(the)f(end)g
 (of)h(the)f(curren)m(t)g(w)m(ord,)h(or,)h(if)e(b)s(et)m(w)m(een)h(w)m
-(ords,)g(to)g(the)630 2432 y(end)j(of)g(the)h(next)f(w)m(ord.)41
+(ords,)g(to)g(the)630 2521 y(end)j(of)g(the)h(next)f(w)m(ord.)41
 b(W)-8 b(ord)30 b(b)s(oundaries)f(are)i(the)g(same)f(as)h(those)g(used)
-f(b)m(y)g Fj(M-f)p Fu(.)150 2603 y Fj(M-DEL)240 b Fu(Kill)34
+f(b)m(y)g Fj(M-f)p Fu(.)150 2681 y Fj(M-DEL)240 b Fu(Kill)34
 b(from)f(the)g(cursor)g(to)h(the)g(start)g(of)g(the)f(curren)m(t)g(w)m
 (ord,)h(or,)h(if)e(b)s(et)m(w)m(een)h(w)m(ords,)g(to)630
-2713 y(the)28 b(start)g(of)g(the)g(previous)f(w)m(ord.)39
+2790 y(the)28 b(start)g(of)g(the)g(previous)f(w)m(ord.)39
 b(W)-8 b(ord)28 b(b)s(oundaries)e(are)i(the)g(same)g(as)g(those)g(used)
-f(b)m(y)630 2822 y Fj(M-b)p Fu(.)150 2994 y Fj(C-w)336
+f(b)m(y)630 2900 y Fj(M-b)p Fu(.)150 3060 y Fj(C-w)336
 b Fu(Kill)35 b(from)g(the)g(cursor)f(to)i(the)f(previous)g(whitespace.)
 55 b(This)34 b(is)h(di\013eren)m(t)h(than)e Fj(M-DEL)630
-3103 y Fu(b)s(ecause)c(the)h(w)m(ord)f(b)s(oundaries)f(di\013er.)275
-3281 y(Here)42 b(is)f(ho)m(w)h(to)g Fr(y)m(ank)47 b Fu(the)42
+3170 y Fu(b)s(ecause)c(the)h(w)m(ord)f(b)s(oundaries)f(di\013er.)275
+3331 y(Here)42 b(is)f(ho)m(w)h(to)g Fr(y)m(ank)47 b Fu(the)42
 b(text)g(bac)m(k)h(in)m(to)f(the)g(line.)74 b(Y)-8 b(anking)43
-b(means)e(to)h(cop)m(y)h(the)e(most-)150 3390 y(recen)m(tly-killed)33
+b(means)e(to)h(cop)m(y)h(the)e(most-)150 3440 y(recen)m(tly-killed)33
 b(text)e(from)f(the)g(kill)i(bu\013er)d(in)m(to)i(the)g(line)g(at)g
-(the)f(curren)m(t)g(cursor)g(p)s(osition.)150 3568 y
+(the)f(curren)m(t)g(cursor)g(p)s(osition.)150 3601 y
 Fj(C-y)336 b Fu(Y)-8 b(ank)31 b(the)f(most)h(recen)m(tly)h(killed)f
 (text)g(bac)m(k)g(in)m(to)h(the)e(bu\013er)g(at)h(the)f(cursor.)150
-3739 y Fj(M-y)336 b Fu(Rotate)36 b(the)f(kill-ring,)i(and)d(y)m(ank)h
+3762 y Fj(M-y)336 b Fu(Rotate)36 b(the)f(kill-ring,)i(and)d(y)m(ank)h
 (the)f(new)g(top.)54 b(Y)-8 b(ou)35 b(can)g(only)f(do)h(this)f(if)h
-(the)g(prior)630 3849 y(command)30 b(is)h Fj(C-y)e Fu(or)h
-Fj(M-y)p Fu(.)150 4060 y Fk(8.2.4)63 b(Readline)40 b(Argumen)m(ts)150
-4207 y Fu(Y)-8 b(ou)40 b(can)f(pass)g(n)m(umeric)f(argumen)m(ts)i(to)f
+(the)g(prior)630 3871 y(command)30 b(is)h Fj(C-y)e Fu(or)h
+Fj(M-y)p Fu(.)150 4071 y Fk(8.2.4)63 b(Readline)40 b(Argumen)m(ts)150
+4218 y Fu(Y)-8 b(ou)40 b(can)f(pass)g(n)m(umeric)f(argumen)m(ts)i(to)f
 (Readline)h(commands.)67 b(Sometimes)39 b(the)g(argumen)m(t)h(acts)150
-4317 y(as)g(a)h(rep)s(eat)f(coun)m(t,)j(other)e(times)f(it)h(is)f(the)g
+4328 y(as)g(a)h(rep)s(eat)f(coun)m(t,)j(other)e(times)f(it)h(is)f(the)g
 Fl(sign)47 b Fu(of)41 b(the)f(argumen)m(t)g(that)h(is)f(signi\014can)m
-(t.)71 b(If)40 b(y)m(ou)150 4426 y(pass)33 b(a)h(negativ)m(e)i(argumen)
+(t.)71 b(If)40 b(y)m(ou)150 4437 y(pass)33 b(a)h(negativ)m(e)i(argumen)
 m(t)e(to)g(a)g(command)f(whic)m(h)g(normally)h(acts)g(in)f(a)h(forw)m
-(ard)f(direction,)i(that)150 4536 y(command)g(will)h(act)g(in)f(a)h
+(ard)f(direction,)i(that)150 4547 y(command)g(will)h(act)g(in)f(a)h
 (bac)m(kw)m(ard)f(direction.)57 b(F)-8 b(or)36 b(example,)h(to)f(kill)g
-(text)g(bac)m(k)g(to)g(the)g(start)g(of)150 4646 y(the)31
+(text)g(bac)m(k)g(to)g(the)g(start)g(of)150 4657 y(the)31
 b(line,)g(y)m(ou)f(migh)m(t)h(t)m(yp)s(e)g(`)p Ft(M--)f(C-k)p
 Fu('.)275 4792 y(The)d(general)i(w)m(a)m(y)h(to)e(pass)g(n)m(umeric)g
 (argumen)m(ts)h(to)g(a)f(command)g(is)g(to)h(t)m(yp)s(e)f(meta)i
@@ -17857,9 +17866,9 @@ b(.)59 b(The)35 b(name)i(of)f(this)g(\014le)g(is)g(tak)m(en)h(from)f
 b Ft(INPUTRC)p Fu(.)56 b(If)150 3980 y(that)36 b(v)-5
 b(ariable)36 b(is)f(unset,)h(the)f(default)h(is)f Ft(~/.inputrc)p
 Fu(.)52 b(If)35 b(that)g(\014le)h(do)s(es)e(not)i(exist)g(or)f(cannot)h
-(b)s(e)150 4090 y(read,)31 b(readline)f(lo)s(oks)h(for)f
-Ft(/etc/inputrc)p Fu(.)38 b(The)30 b Ft(bind)f Fu(builtin)h(command)g
-(can)h(also)g(b)s(e)f(used)f(to)i(set)150 4199 y(Readline)g(k)m
+(b)s(e)150 4090 y(read,)29 b(Readline)f(lo)s(oks)h(for)f
+Ft(/etc/inputrc)p Fu(.)36 b(The)28 b Ft(bind)e Fu(builtin)i(command)g
+(can)g(also)h(b)s(e)e(used)h(to)g(set)150 4199 y(Readline)j(k)m
 (eybindings)f(and)g(v)-5 b(ariables.)41 b(See)31 b(Section)g(4.2)g
 ([Bash)g(Builtins],)g(page)g(59.)275 4328 y(When)h(a)g(program)g(whic)m
 (h)g(uses)g(the)h(Readline)f(library)g(starts)h(up,)f(Readline)h(reads)
@@ -17975,22 +17984,22 @@ b(is)f(`)p Ft(off)p Fu('.)630 1614 y Ft(colored-completion-prefi)o(x)
 (completions,)h(Readline)f(displa)m(ys)g(the)f(com-)1110
 1833 y(mon)c(pre\014x)f(of)i(the)f(set)h(of)g(p)s(ossible)f
 (completions)h(using)f(a)h(di\013eren)m(t)g(color.)1110
-1943 y(The)f(color)h(de\014nitions)f(are)h(tak)m(en)g(from)f(the)g(v)-5
-b(alue)26 b(of)g(the)f Ft(LS_COLORS)e Fu(en-)1110 2052
-y(vironmen)m(t)34 b(v)-5 b(ariable.)50 b(If)33 b(there)h(is)g(a)f
-(color)i(de\014nition)e(in)g Ft(LS_COLORS)e Fu(for)1110
-2162 y(the)22 b(custom)g(su\016x)f(`)p Ft(readline-colored-complet)o
-(ion)o(-pre)o(fix)p Fu(',)c(Read-)1110 2271 y(line)24
-b(uses)e(this)i(color)g(for)f(the)h(common)f(pre\014x)f(instead)i(of)f
-(its)h(default.)38 b(The)1110 2381 y(default)31 b(is)f(`)p
-Ft(off)p Fu('.)630 2545 y Ft(colored-stats)1110 2655
-y Fu(If)c(set)h(to)g(`)p Ft(on)p Fu(',)h(Readline)f(displa)m(ys)g(p)s
-(ossible)f(completions)h(using)f(di\013eren)m(t)1110
-2765 y(colors)40 b(to)g(indicate)g(their)f(\014le)h(t)m(yp)s(e.)67
-b(The)38 b(color)j(de\014nitions)d(are)i(tak)m(en)1110
-2874 y(from)24 b(the)h(v)-5 b(alue)25 b(of)g(the)g Ft(LS_COLORS)d
-Fu(en)m(vironmen)m(t)j(v)-5 b(ariable.)40 b(The)24 b(default)1110
-2984 y(is)30 b(`)p Ft(off)p Fu('.)630 3148 y Ft(comment-begin)1110
+1943 y(The)39 b(color)i(de\014nitions)f(are)g(tak)m(en)h(from)f(the)g
+(v)-5 b(alue)40 b(of)g(the)g Ft(LS_COLORS)1110 2052 y
+Fu(en)m(vironmen)m(t)f(v)-5 b(ariable.)65 b(If)38 b(there)h(is)f(a)h
+(color)g(de\014nition)f(in)g Ft(LS_COLORS)1110 2162 y
+Fu(for)j(the)h(custom)f(su\016x)g(`)p Ft(.readline-colored-complet)o
+(ion)o(-pre)o(fix)o Fu(',)1110 2271 y(Readline)e(uses)g(this)f(color)i
+(for)f(the)g(common)g(pre\014x)f(instead)h(of)g(its)g(de-)1110
+2381 y(fault.)i(The)30 b(default)g(is)h(`)p Ft(off)p
+Fu('.)630 2545 y Ft(colored-stats)1110 2655 y Fu(If)26
+b(set)h(to)g(`)p Ft(on)p Fu(',)h(Readline)f(displa)m(ys)g(p)s(ossible)f
+(completions)h(using)f(di\013eren)m(t)1110 2765 y(colors)40
+b(to)g(indicate)g(their)f(\014le)h(t)m(yp)s(e.)67 b(The)38
+b(color)j(de\014nitions)d(are)i(tak)m(en)1110 2874 y(from)24
+b(the)h(v)-5 b(alue)25 b(of)g(the)g Ft(LS_COLORS)d Fu(en)m(vironmen)m
+(t)j(v)-5 b(ariable.)40 b(The)24 b(default)1110 2984
+y(is)30 b(`)p Ft(off)p Fu('.)630 3148 y Ft(comment-begin)1110
 3258 y Fu(The)72 b(string)g(to)h(insert)f(at)i(the)e(b)s(eginning)g(of)
 g(the)h(line)g(b)m(y)f(the)1110 3367 y Ft(insert-comment)26
 b Fu(command.)41 b(The)30 b(default)g(v)-5 b(alue)31
@@ -18021,8 +18030,8 @@ b(is)f(`)p Ft(off)p Fu('.)630 5121 y Ft(completion-prefix-displa)o
 (without)f(mo)s(di\014cation.)40 b(When)p eop end
 %%Page: 134 140
 TeXDict begin 134 139 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(134)1110 299 y(set)29
-b(to)h(a)f(v)-5 b(alue)30 b(greater)g(than)e(zero,)j(readline)e
+b(Command)29 b(Line)i(Editing)2062 b(134)1110 299 y(set)26
+b(to)h(a)f(v)-5 b(alue)26 b(greater)h(than)e(zero,)j(Readline)e
 (replaces)h(common)f(pre\014xes)1110 408 y(longer)46
 b(than)f(this)h(v)-5 b(alue)46 b(with)f(an)h(ellipsis)g(when)e(displa)m
 (ying)i(p)s(ossible)1110 518 y(completions.)630 682 y
@@ -18153,21 +18162,21 @@ f(binding)g(k)m(ey)h(se-)1110 4463 y(quences)22 b(con)m(taining)i
 Fj(\\M-)e Fu(or)h Ft(Meta-)e Fu(\(see)i Ft(Key)29 b(Bindings)21
 b Fu(in)h(Section)h(8.3.1)1110 4573 y([Readline)k(Init)f(File)i(Syn)m
 (tax],)g(page)f(131\))h(b)m(y)e(con)m(v)m(erting)i(a)e(k)m(ey)i
-(sequence)1110 4682 y(of)34 b(the)g(form)f Fj(\\M-)p
-Fr(C)41 b Fu(or)34 b Ft(Meta-)p Fr(C)39 b Fu(to)c(the)f(t)m(w)m(o-c)m
-(haracter)j(sequence)d Fj(ESC)p Fr(C)1110 4792 y Fu(\(adding)23
-b(the)h(meta)g(pre\014x\).)38 b(If)23 b Ft(force-meta-prefix)18
-b Fu(is)24 b(set)f(to)h(`)p Ft(off)p Fu(')f(\(the)1110
-4902 y(default\),)35 b(Readline)f(uses)f(the)h(v)-5 b(alue)34
-b(of)g(the)g Ft(convert-meta)c Fu(v)-5 b(ariable)34 b(to)1110
-5011 y(determine)d(whether)g(to)h(p)s(erform)e(this)i(con)m(v)m
-(ersion:)44 b(if)31 b Ft(convert-meta)d Fu(is)1110 5121
-y(`)p Ft(on)p Fu(',)23 b(Readline)f(p)s(erforms)e(the)i(con)m(v)m
-(ersion)g(describ)s(ed)f(ab)s(o)m(v)m(e;)k(if)d(it)g(is)f(`)p
-Ft(off)p Fu(',)1110 5230 y(Readline)33 b(con)m(v)m(erts)h
-Fr(C)41 b Fu(to)33 b(a)g(meta)h(c)m(haracter)g(b)m(y)f(setting)g(the)g
-(eigh)m(th)h(bit)1110 5340 y(\(0200\).)43 b(The)30 b(default)h(is)f(`)p
-Ft(off)p Fu('.)p eop end
+(sequence)1110 4682 y(of)41 b(the)h(form)e Fj(\\M-)p
+Fr(C)48 b Fu(or)41 b Ft(Meta-)p Fr(C)48 b Fu(to)41 b(the)h(t)m(w)m(o-c)
+m(haracter)i(sequence)e Fj(ESC)1110 4792 y Fr(C)e Fu(\(adding)32
+b(the)g(meta)h(pre\014x\).)46 b(If)32 b Ft(force-meta-prefix)27
+b Fu(is)33 b(set)f(to)h(`)p Ft(off)p Fu(')1110 4902 y(\(the)25
+b(default\),)i(Readline)e(uses)f(the)h(v)-5 b(alue)25
+b(of)f(the)h Ft(convert-meta)c Fu(v)-5 b(ariable)1110
+5011 y(to)30 b(determine)f(whether)f(to)i(p)s(erform)d(this)i(con)m(v)m
+(ersion:)41 b(if)29 b Ft(convert-meta)1110 5121 y Fu(is)37
+b(`)p Ft(on)p Fu(',)i(Readline)f(p)s(erforms)d(the)j(con)m(v)m(ersion)g
+(describ)s(ed)e(ab)s(o)m(v)m(e;)42 b(if)37 b(it)h(is)1110
+5230 y(`)p Ft(off)p Fu(',)24 b(Readline)g(con)m(v)m(erts)g
+Fr(C)30 b Fu(to)23 b(a)h(meta)f(c)m(haracter)i(b)m(y)d(setting)i(the)f
+(eigh)m(th)1110 5340 y(bit)30 b(\(0200\).)44 b(The)29
+b(default)i(is)f(`)p Ft(off)p Fu('.)p eop end
 %%Page: 136 142
 TeXDict begin 136 141 bop 150 -116 a Fu(Chapter)30 b(8:)41
 b(Command)29 b(Line)i(Editing)2062 b(136)630 299 y Ft
@@ -18364,8 +18373,8 @@ b(is)f(`)p Ft(off)p Fu('.)630 3868 y Ft(skip-completed-text)1110
 (default)g(completion)h(b)s(eha)m(vior)f(when)f(in-)1110
 4088 y(serting)d(a)h(single)g(matc)m(h)f(in)m(to)h(the)g(line.)40
 b(It's)30 b(only)f(activ)m(e)i(when)d(p)s(erform-)1110
-4197 y(ing)35 b(completion)h(in)e(the)h(middle)f(of)h(a)f(w)m(ord.)53
-b(If)35 b(enabled,)g(readline)g(do)s(es)1110 4307 y(not)41
+4197 y(ing)k(completion)i(in)e(the)g(middle)g(of)g(a)h(w)m(ord.)46
+b(If)32 b(enabled,)g(Readline)h(do)s(es)1110 4307 y(not)41
 b(insert)f(c)m(haracters)i(from)e(the)h(completion)h(that)f(matc)m(h)g
 (c)m(haracters)1110 4416 y(after)c(p)s(oin)m(t)g(in)g(the)g(w)m(ord)f
 (b)s(eing)g(completed,)k(so)d(p)s(ortions)f(of)h(the)g(w)m(ord)1110
@@ -18709,49 +18718,51 @@ TeXDict begin 145 150 bop 150 -116 a Fu(Chapter)30 b(8:)41
 b(Command)29 b(Line)i(Editing)2062 b(145)390 299 y Ft(#)47
 b(For)g(FTP)390 408 y($if)g(Ftp)390 518 y("\\C-xg":)f("get)g(\\M-?")390
 628 y("\\C-xt":)g("put)g(\\M-?")390 737 y("\\M-.":)g(yank-last-arg)390
-847 y($endif)150 1111 y Fs(8.4)68 b(Bindable)45 b(Readline)i(Commands)
-150 1270 y Fu(This)32 b(section)h(describ)s(es)f(Readline)h(commands)f
+847 y($endif)150 1096 y Fs(8.4)68 b(Bindable)45 b(Readline)i(Commands)
+150 1255 y Fu(This)32 b(section)h(describ)s(es)f(Readline)h(commands)f
 (that)h(ma)m(y)h(b)s(e)d(b)s(ound)g(to)i(k)m(ey)g(sequences.)48
-b(Y)-8 b(ou)33 b(can)150 1380 y(list)40 b(y)m(our)f(k)m(ey)i(bindings)d
+b(Y)-8 b(ou)33 b(can)150 1365 y(list)40 b(y)m(our)f(k)m(ey)i(bindings)d
 (b)m(y)h(executing)i Ft(bind)29 b(-P)39 b Fu(or,)j(for)d(a)h(more)g
-(terse)g(format,)i(suitable)e(for)f(an)150 1489 y Fr(inputrc)34
+(terse)g(format,)i(suitable)e(for)f(an)150 1474 y Fr(inputrc)34
 b Fu(\014le,)29 b Ft(bind)g(-p)p Fu(.)40 b(\(See)30 b(Section)f(4.2)h
 ([Bash)g(Builtins],)g(page)g(59.\))41 b(Command)28 b(names)h(without)
-150 1599 y(an)h(accompan)m(ying)i(k)m(ey)f(sequence)g(are)g(un)m(b)s
-(ound)d(b)m(y)i(default.)275 1749 y(In)25 b(the)h(follo)m(wing)i
+150 1584 y(an)h(accompan)m(ying)i(k)m(ey)f(sequence)g(are)g(un)m(b)s
+(ound)d(b)m(y)i(default.)275 1724 y(In)25 b(the)h(follo)m(wing)i
 (descriptions,)f Fr(p)s(oin)m(t)h Fu(refers)e(to)h(the)f(curren)m(t)g
 (cursor)g(p)s(osition,)h(and)f Fr(mark)31 b Fu(refers)150
-1859 y(to)24 b(a)g(cursor)f(p)s(osition)g(sa)m(v)m(ed)i(b)m(y)e(the)h
+1834 y(to)24 b(a)g(cursor)f(p)s(osition)g(sa)m(v)m(ed)i(b)m(y)e(the)h
 Ft(set-mark)d Fu(command.)38 b(The)23 b(text)h(b)s(et)m(w)m(een)g(the)g
-(p)s(oin)m(t)f(and)g(mark)150 1968 y(is)31 b(referred)g(to)h(as)f(the)h
+(p)s(oin)m(t)f(and)g(mark)150 1943 y(is)31 b(referred)g(to)h(as)f(the)h
 Fr(region)p Fu(.)44 b(Readline)32 b(has)f(the)h(concept)g(of)f(an)h
 Fl(active)h(r)-5 b(e)g(gion)7 b Fu(:)44 b(when)30 b(the)h(region)150
-2078 y(is)d(activ)m(e,)i(Readline)f(redispla)m(y)f(uses)f(the)h(v)-5
-b(alue)28 b(of)g(the)g Ft(active-region-start-colo)o(r)22
-b Fu(v)-5 b(ariable)28 b(to)150 2187 y(denote)j(the)f(region.)42
-b(Sev)m(eral)31 b(commands)f(set)h(the)g(region)g(to)g(activ)m(e;)i
-(those)e(are)f(noted)h(b)s(elo)m(w.)150 2402 y Fk(8.4.1)63
-b(Commands)42 b(F)-10 b(or)41 b(Mo)m(ving)150 2582 y
-Ft(beginning-of-line)26 b(\(C-a\))630 2691 y Fu(Mo)m(v)m(e)k(to)e(the)g
+2053 y(is)k(activ)m(e,)k(Readline)c(redispla)m(y)h(highligh)m(ts)f(the)
+h(region)f(using)g(the)g(v)-5 b(alue)35 b(of)h(the)f
+Ft(active-region-)150 2162 y(start-color)26 b Fu(v)-5
+b(ariable.)41 b(The)29 b Ft(enable-active-region)24 b
+Fu(v)-5 b(ariable)30 b(turns)d(this)j(on)f(and)f(o\013.)41
+b(Sev)m(eral)150 2272 y(commands)30 b(set)h(the)f(region)h(to)h(activ)m
+(e;)g(those)f(are)g(noted)g(b)s(elo)m(w.)150 2477 y Fk(8.4.1)63
+b(Commands)42 b(F)-10 b(or)41 b(Mo)m(ving)150 2651 y
+Ft(beginning-of-line)26 b(\(C-a\))630 2761 y Fu(Mo)m(v)m(e)k(to)e(the)g
 (start)g(of)f(the)h(curren)m(t)f(line.)40 b(This)27 b(ma)m(y)h(also)h
-(b)s(e)e(b)s(ound)e(to)j(the)g(Home)g(k)m(ey)630 2801
-y(on)i(some)h(k)m(eyb)s(oards.)150 2976 y Ft(end-of-line)c(\(C-e\))630
-3085 y Fu(Mo)m(v)m(e)34 b(to)f(the)f(end)f(of)i(the)f(line.)46
+(b)s(e)e(b)s(ound)e(to)j(the)g(Home)g(k)m(ey)630 2871
+y(on)i(some)h(k)m(eyb)s(oards.)150 3035 y Ft(end-of-line)c(\(C-e\))630
+3145 y Fu(Mo)m(v)m(e)34 b(to)f(the)f(end)f(of)i(the)f(line.)46
 b(This)31 b(ma)m(y)i(also)g(b)s(e)e(b)s(ound)f(to)j(the)f(End)f(k)m(ey)
-i(on)f(some)630 3195 y(k)m(eyb)s(oards.)150 3370 y Ft(forward-char)27
-b(\(C-f\))630 3479 y Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(a)h(c)m(haracter.)
-150 3654 y Ft(backward-char)c(\(C-b\))630 3764 y Fu(Mo)m(v)m(e)32
-b(bac)m(k)g(a)e(c)m(haracter.)150 3939 y Ft(forward-word)d(\(M-f\))630
-4048 y Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(to)h(the)f(end)g(of)g(the)h
+i(on)f(some)630 3255 y(k)m(eyb)s(oards.)150 3420 y Ft(forward-char)27
+b(\(C-f\))630 3529 y Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(a)h(c)m(haracter.)
+150 3694 y Ft(backward-char)c(\(C-b\))630 3804 y Fu(Mo)m(v)m(e)32
+b(bac)m(k)g(a)e(c)m(haracter.)150 3969 y Ft(forward-word)d(\(M-f\))630
+4078 y Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(to)h(the)f(end)g(of)g(the)h
 (next)f(w)m(ord.)41 b(W)-8 b(ords)30 b(are)h(comp)s(osed)f(of)g
-(letters)i(and)630 4158 y(digits.)150 4333 y Ft(backward-word)27
-b(\(M-b\))630 4442 y Fu(Mo)m(v)m(e)36 b(bac)m(k)e(to)g(the)g(start)g
+(letters)i(and)630 4188 y(digits.)150 4353 y Ft(backward-word)27
+b(\(M-b\))630 4462 y Fu(Mo)m(v)m(e)36 b(bac)m(k)e(to)g(the)g(start)g
 (of)g(the)g(curren)m(t)f(or)g(previous)g(w)m(ord.)50
-b(W)-8 b(ords)34 b(are)g(comp)s(osed)630 4552 y(of)d(letters)g(and)f
-(digits.)150 4727 y Ft(shell-forward-word)25 b(\(M-C-f\))630
-4836 y Fu(Mo)m(v)m(e)30 b(forw)m(ard)e(to)h(the)f(end)f(of)h(the)h
+b(W)-8 b(ords)34 b(are)g(comp)s(osed)630 4572 y(of)d(letters)g(and)f
+(digits.)150 4737 y Ft(shell-forward-word)25 b(\(M-C-f\))630
+4846 y Fu(Mo)m(v)m(e)30 b(forw)m(ard)e(to)h(the)f(end)f(of)h(the)h
 (next)f(w)m(ord.)40 b(W)-8 b(ords)28 b(are)g(delimited)h(b)m(y)f
-(non-quoted)630 4946 y(shell)j(metac)m(haracters.)150
+(non-quoted)630 4956 y(shell)j(metac)m(haracters.)150
 5121 y Ft(shell-backward-word)25 b(\(M-C-b\))630 5230
 y Fu(Mo)m(v)m(e)37 b(bac)m(k)e(to)h(the)f(start)g(of)g(the)g(curren)m
 (t)g(or)f(previous)h(w)m(ord.)53 b(W)-8 b(ords)35 b(are)g(delimited)630
@@ -19342,8 +19353,8 @@ b(If)32 b(a)g(n)m(umeric)g(argumen)m(t)h(is)f(supplied,)g(the)630
 (it)f(can)g(b)s(e)g(made)g(part)f(of)h(an)g Fr(inputrc)37
 b Fu(\014le.)630 4698 y(This)30 b(command)g(is)g(un)m(b)s(ound)e(b)m(y)
 i(default.)150 4902 y Ft(execute-named-command)25 b(\(M-x\))630
-5011 y Fu(Read)j(a)g(bindable)f(readline)h(command)g(name)g(from)f(the)
-h(input)f(and)g(execute)j(the)e(func-)630 5121 y(tion)e(to)h(whic)m(h)f
+5011 y Fu(Read)g(a)h(bindable)f(Readline)g(command)g(name)h(from)e(the)
+i(input)e(and)h(execute)h(the)g(func-)630 5121 y(tion)g(to)h(whic)m(h)f
 (it's)g(b)s(ound,)f(as)h(if)g(the)g(k)m(ey)h(sequence)f(to)h(whic)m(h)e
 (it)i(w)m(as)f(b)s(ound)e(app)s(eared)630 5230 y(in)37
 b(the)h(input.)61 b(If)37 b(this)h(function)f(is)g(supplied)g(with)g(a)
@@ -19434,21 +19445,22 @@ b(of)f(the)g(line)g(with)f(the)h(standard)f Ft(vi)g Fu(mo)m(v)m(emen)m
 (t)j(k)m(eys,)g(mo)m(v)m(e)f(to)f(previous)g(history)f(lines)h(with)150
 1502 y(`)p Ft(k)p Fu(')d(and)e(subsequen)m(t)h(lines)h(with)f(`)p
 Ft(j)p Fu(',)g(and)g(so)h(forth.)150 1749 y Fs(8.6)68
-b(Programmable)47 b(Completion)150 1908 y Fu(When)d(the)g(user)g
-(attempts)h(w)m(ord)f(completion)h(for)f(an)g(argumen)m(t)h(to)g(a)g
-(command)f(for)g(whic)m(h)g(a)150 2018 y(completion)e(sp)s
-(eci\014cation)f(\(a)g Fr(compsp)s(ec)6 b Fu(\))41 b(has)f(b)s(een)g
-(de\014ned)f(using)h(the)h Ft(complete)d Fu(builtin)i(\(see)150
-2127 y(Section)j(8.7)g([Programmable)g(Completion)g(Builtins],)i(page)e
-(158\),)k Ft(\\)p Fu(fBreadline)p Ft(\\)p Fu(fP)42 b(in)m(v)m(ok)m(es)i
-(the)150 2237 y(programmable)31 b(completion)g(facilities.)275
-2375 y(First,)47 b(Bash)c(iden)m(ti\014es)h(the)f(command)g(name.)80
-b(If)43 b(a)h(compsp)s(ec)f(has)g(b)s(een)f(de\014ned)g(for)h(that)150
-2485 y(command,)27 b(the)g(compsp)s(ec)g(is)f(used)g(to)h(generate)h
-(the)f(list)g(of)g(p)s(ossible)f(completions)i(for)f(the)f(w)m(ord.)39
-b(If)150 2595 y(the)25 b(command)f(w)m(ord)g(is)h(the)g(empt)m(y)g
-(string)f(\(completion)j(attempted)e(at)h(the)e(b)s(eginning)g(of)h(an)
-g(empt)m(y)150 2704 y(line\),)38 b(Bash)e(uses)g(an)m(y)g(compsp)s(ec)f
+b(Programmable)47 b(Completion)150 1908 y Fu(When)21
+b(the)f(user)g(attempts)i(w)m(ord)f(completion)h(for)e(an)h(argumen)m
+(t)g(to)g(a)g(command)g(for)f(whic)m(h)h(a)g(comple-)150
+2018 y(tion)k(sp)s(eci\014cation)g(\(a)h Fr(compsp)s(ec)6
+b Fu(\))24 b(has)g(b)s(een)g(de\014ned)g(using)g(the)g
+Ft(complete)f Fu(builtin)h(\(see)h(Section)h(8.7)150
+2127 y([Programmable)31 b(Completion)g(Builtins],)g(page)g(158\),)h
+(Readline)e(in)m(v)m(ok)m(es)i(the)f(programmable)f(com-)150
+2237 y(pletion)h(facilities.)275 2375 y(First,)47 b(Bash)c(iden)m
+(ti\014es)h(the)f(command)g(name.)80 b(If)43 b(a)h(compsp)s(ec)f(has)g
+(b)s(een)f(de\014ned)g(for)h(that)150 2485 y(command,)27
+b(the)g(compsp)s(ec)g(is)f(used)g(to)h(generate)h(the)f(list)g(of)g(p)s
+(ossible)f(completions)i(for)f(the)f(w)m(ord.)39 b(If)150
+2595 y(the)25 b(command)f(w)m(ord)g(is)h(the)g(empt)m(y)g(string)f
+(\(completion)j(attempted)e(at)h(the)e(b)s(eginning)g(of)h(an)g(empt)m
+(y)150 2704 y(line\),)38 b(Bash)e(uses)g(an)m(y)g(compsp)s(ec)f
 (de\014ned)g(with)h(the)g Ft(-E)f Fu(option)h(to)h Ft(complete)p
 Fu(.)55 b(If)35 b(the)h(command)150 2814 y(w)m(ord)30
 b(is)g(a)h(full)f(pathname,)g(Bash)h(searc)m(hes)g(for)f(a)g(compsp)s
@@ -19908,13 +19920,12 @@ c(the)g Ft(-I)f Fu(option)h(indicates)h(that)630 2894
 y(other)36 b(supplied)f(options)h(should)f(apply)h(to)h(completion)g
 (on)f(the)g(initial)h(w)m(ord)f(on)g(the)630 3004 y(line.)41
 b(These)30 b(are)h(determined)f(in)g(the)h(same)f(w)m(a)m(y)i(as)e(the)
-h Ft(\\)p Fu(fBcomplete)p Ft(\\)p Fu(fP)g(builtin.)630
-3134 y(If)k(m)m(ultiple)i(options)f(are)g(supplied,)g(the)g
-Ft(-D)g Fu(option)g(tak)m(es)h(precedence)g(o)m(v)m(er)g
-Ft(-E)p Fu(,)g(and)630 3243 y(b)s(oth)30 b(tak)m(e)i(precedence)e(o)m
-(v)m(er)i Ft(-I)630 3373 y Fu(The)23 b(return)g(v)-5
-b(alue)25 b(is)f(true)g(unless)f(an)h(in)m(v)-5 b(alid)24
-b(option)h(is)f(supplied,)g(an)g(attempt)h(is)f(made)630
+h Ft(complete)d Fu(builtin.)630 3134 y(If)35 b(m)m(ultiple)i(options)f
+(are)g(supplied,)g(the)g Ft(-D)g Fu(option)g(tak)m(es)h(precedence)g(o)
+m(v)m(er)g Ft(-E)p Fu(,)g(and)630 3243 y(b)s(oth)30 b(tak)m(e)i
+(precedence)e(o)m(v)m(er)i Ft(-I)630 3373 y Fu(The)23
+b(return)g(v)-5 b(alue)25 b(is)f(true)g(unless)f(an)h(in)m(v)-5
+b(alid)24 b(option)h(is)f(supplied,)g(an)g(attempt)h(is)f(made)630
 3483 y(to)32 b(mo)s(dify)f(the)g(options)h(for)f(a)h
 Fr(name)k Fu(for)31 b(whic)m(h)g(no)g(completion)i(sp)s(eci\014cation)f
 (exists,)630 3593 y(or)e(an)h(output)f(error)g(o)s(ccurs.)150
@@ -20734,8 +20745,8 @@ y(the)43 b Ft(--srcdir=PATH)c Fu(argumen)m(t)k(to)h(tell)g
 Ft(configure)c Fu(where)i(the)h(source)g(\014les)g(are.)78
 b Ft(configure)150 4145 y Fu(automatically)33 b(c)m(hec)m(ks)f(for)e
 (the)h(source)f(co)s(de)h(in)f(the)h(directory)f(that)h
-Ft(configure)d Fu(is)j(in)f(and)f(in)h(`..'.)275 4280
-y(If)22 b(y)m(ou)i(ha)m(v)m(e)g(to)g(use)f(a)g Ft(make)f
+Ft(configure)d Fu(is)j(in)f(and)f(in)h Ft(..)p Fu(.)275
+4280 y(If)22 b(y)m(ou)i(ha)m(v)m(e)g(to)g(use)f(a)g Ft(make)f
 Fu(that)i(do)s(es)f(not)g(supp)s(ort)e(the)j Ft(VPATH)d
 Fu(v)-5 b(ariable,)26 b(y)m(ou)d(can)h(compile)g(Bash)150
 4389 y(for)33 b(one)h(arc)m(hitecture)h(at)f(a)g(time)g(in)f(the)h
@@ -22994,7 +23005,7 @@ b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
 g(:)g(:)g(:)35 b Fb(91)150 3808 y Fe(HISTCONTROL)10 b
 Fc(:)16 b(:)d(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
 (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)25 b Fb(91)150 3896 y Fe(HISTFILE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h
+g(:)25 b Fb(92)150 3896 y Fe(HISTFILE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
 g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32
 b Fb(92)150 3984 y Fe(HISTFILESIZE)8 b Fc(:)16 b(:)d(:)g(:)g(:)g(:)g(:)
@@ -23058,7 +23069,7 @@ b Fb(93)2025 1907 y Fe(LC_COLLATE)13 b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g
 g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)27 b Fb(93)2025
 1998 y Fe(LC_CTYPE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
 (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b Fb(93)2025 2088
+g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b Fb(94)2025 2088
 y Fe(LC_MESSAGES)21 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
 g(:)g(:)g(:)34 b Fb(8,)26 b(94)2025 2178 y Fe(LC_NUMERIC)13
@@ -23183,7 +23194,7 @@ b Fc(:)18 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)22 b Fb(138)150
 2763 y Fe(SECONDS)g Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(95)150
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(96)150
 2851 y Fe(SHELL)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
 (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
 h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23
index f5e8d303a75f843b53c854209bc6bd68916c2916..acab452391addcbac67b92d0f3cd7e9aa2f2ca48 100644 (file)
@@ -572,7 +572,7 @@ There are more details in the gettext documentation.
 @cindex internationalized scripts
 @cindex string translations
 Once you've marked the strings in your script
-that you want to translate using $"...",
+that you want to translate using $"@dots{}",
 you create a gettext "template" file using the command
 
 @example
@@ -2212,7 +2212,8 @@ it introduces a level of indirection.
 Bash uses the value formed by expanding the rest of
 @var{parameter} as the new @var{parameter};
 this new parameter is then
-expanded and that value is used in the rest of the expansion, rather
+expanded and that value is used
+in the rest of the expansion, rather
 than the expansion of the original @var{parameter}.
 This is known as @code{indirect expansion}.
 The value is subject to tilde expansion,
@@ -2966,11 +2967,11 @@ without regard to the case of alphabetic characters.
 When a pattern is used for filename expansion, the character @samp{.}
 at the start of a filename or immediately following a slash
 must be matched explicitly, unless the shell option @code{dotglob} is set.
-In order to match the filenames @samp{.} and @samp{..},
+In order to match the filenames @file{.} and @file{..},
 the pattern must begin with @samp{.} (for example, @samp{.?}),
 even if @code{dotglob} is set.
 If the @code{globskipdots} shell option is enabled, the filenames
-@samp{.} and @samp{..} never match, even if the pattern begins
+@file{.} and @file{..} never match, even if the pattern begins
 with a @samp{.}.
 When not matching filenames, the @samp{.} character is not treated specially.
 
@@ -3125,14 +3126,14 @@ When matching filenames, the @code{dotglob} shell option determines
 the set of filenames that are tested:
 when @code{dotglob} is enabled, the set of filenames includes all files
 beginning with @samp{.}, but the filenames
-@samp{.} and @samp{..} must be matched by a
+@file{.} and @file{..} must be matched by a
 pattern or sub-pattern that begins with a dot;
 when it is disabled, the set does not
-include any filenames beginning with ``.'' unless the pattern
+include any filenames beginning with @samp{.} unless the pattern
 or sub-pattern begins with a @samp{.}.
 If the @code{globskipdots}
 shell option is enabled, the filenames
-@samp{.} and @samp{..}
+@file{.} and @file{..}
 never appear in the set.
 As above, @samp{.} only has a special meaning when matching filenames. 
 
@@ -3190,7 +3191,7 @@ If the first character of the redirection operator
 is @samp{>}, the redirection refers to the standard output (file
 descriptor 1).
 
-The \fIword\fP following the redirection operator in the following
+The @var{word} following the redirection operator in the following
 descriptions, unless otherwise noted, is subjected to
 brace expansion,
 tilde expansion,
@@ -4069,37 +4070,43 @@ The return status is zero unless @var{n} is not greater than or equal to 1.
 @item cd
 @btindex cd
 @example
-cd [-L|[-P [-e]]] [-@@] [@var{directory}]
+cd [-L] [-@@] [@var{directory}]
+cd -P [-e] [-@@] [@var{directory}]
 @end example
 
 Change the current working directory to @var{directory}.
 If @var{directory} is not supplied, the value of the @env{HOME}
 shell variable is used as @var{directory}.
 If the shell variable
-@env{CDPATH} exists, @code{cd} uses it as a search path:
+@env{CDPATH} exists,
+and @var{directory} does not begin with a slash,
+@code{cd} uses it as a search path:
 @code{cd} searches each directory name in @env{CDPATH} for
 @var{directory}, with alternative directory names in @env{CDPATH}
 separated by a colon (@samp{:}).
 A null directory name in @env{CDPATH} means the same thing as the
 current directory.
-If @var{directory} begins with a slash, @env{CDPATH} is not used.
 
-The @option{-P} option means to not follow symbolic links: symbolic links
+The @option{-P} option means not to follow symbolic links: symbolic links
 are resolved while @code{cd} is traversing @var{directory} and before
-processing an instance of @samp{..} in @var{directory}.
+processing an instance of @file{..} in @var{directory}.
 
 By default, or when the @option{-L} option is supplied, symbolic links
 in @var{directory} are resolved after @code{cd} processes an instance
-of @samp{..} in @var{directory}.
+of @file{..} in @var{directory}.
 
-If @samp{..} appears in @var{directory}, it is processed by removing the
+If @file{..} appears in @var{directory}, @code{cd} processes it by removing the
 immediately preceding pathname component, back to a slash or the beginning
-of @var{directory}.
+of @var{directory},
+and verifying that the portion of @var{directory}
+it has processed to
+that point is still a valid directory name after removing the pathname
+component.
+If it is not a valid directory name, @code{cd} returns a non-zero status.
 
 If the @option{-e} option is supplied with @option{-P}
-and the current working directory cannot be successfully determined
-after a successful directory change, @code{cd} will return a non-zero
-status.
+and @code{cd} cannot successfully determine the current working directory 
+after a successful directory change, it will return a non-zero status.
 
 On systems that support it, the @option{-@@} option presents the extended
 attributes associated with a file as a directory.              
@@ -6171,7 +6178,7 @@ if the directory name initially supplied does not exist.
 @item dotglob
 If set, Bash includes filenames beginning with a @samp{.} in
 the results of filename expansion.
-The filenames @samp{.} and @samp{..} must always be matched explicitly,
+The filenames @file{.} and @file{..} must always be matched explicitly,
 even if @code{dotglob} is set.
 
 @item execfail
@@ -6255,7 +6262,7 @@ and upper-case and lower-case ASCII characters will collate together.
 
 @item globskipdots
 If set, filename expansion will never match the filenames
-@samp{.} and @samp{..}, even if the pattern begins with a @samp{.}.
+@file{.} and @file{..}, even if the pattern begins with a @samp{.}.
 This option is enabled by default.
 
 @item globstar
@@ -6354,7 +6361,7 @@ or when filtering possible completions as part of programmable completion.
 
 @item noexpand_translation
 If set, Bash
-encloses the translated results of $"..." quoting in single quotes
+encloses the translated results of $"@dots{}" quoting in single quotes
 instead of double quotes.
 If the string is not translated, this has no effect.
 
@@ -6887,7 +6894,7 @@ when an interactive shell is invoked in
 
 @item EPOCHREALTIME
 Each time this parameter is referenced, it expands to the number of seconds
-since the Unix Epoch as a floating point value with micro-second granularity
+since the Unix Epoch as a floating-point value with micro-second granularity
 (see the documentation for the C library function @code{time} for the
 definition of Epoch).
 Assignments to @env{EPOCHREALTIME} are ignored.
@@ -6974,7 +6981,10 @@ Controls how the results of filename expansion are sorted.
 The value of this variable specifies the sort criteria and sort order for
 the results of filename expansion.
 If this variable is unset or set to the null string, filename expansion
-uses the historical behavior of sorting by name.
+uses the historical behavior of sorting by name,
+in ascending lexicographic order as determined by the
+@code{LC_COLLATE} shell variable.
+
 If set, a valid value begins with an optional @samp{+}, which is ignored,
 or @samp{-}, which reverses the sort order from ascending to descending,
 followed by a sort specifier.
@@ -6998,14 +7008,15 @@ For example, a value of @code{-mtime} sorts the results in descending
 order by modification time (newest first).
 
 The @samp{numeric} specifier treats names consisting solely of digits as
-numbers and sorts them using the numeric value (so "2" will sort before
-"10", for example).
+numbers and sorts them using their numeric value
+(so "2" will sort before "10", for example).
 When using @samp{numeric}, names containing non-digits sort after all
 the all-digit names and are sorted by name using the traditional behavior.
 
-A sort specifier of @samp{nosort} disables sorting completely; the results
-are returned in the order they are read from the file system,
-and any leading @samp{-} is ignored.
+A sort specifier of @samp{nosort} disables sorting completely;
+Bash returns the results
+in the order they are read from the file system,
+ignoring any leading @samp{-}.
 
 If the sort specifier is missing, it defaults to @var{name},
 so a value of @samp{+} is equivalent to the null string,
@@ -7025,8 +7036,8 @@ subsequently reset.
 Up to three characters which control history expansion, quick
 substitution, and tokenization (@pxref{History Interaction}).
 The first character is the
-@dfn{history expansion} character, that is, the character which signifies the
-start of a history expansion, normally @samp{!}.
+@dfn{history expansion} character,
+the character which begins a history expansion, normally @samp{!}.
 The second character is the
 character which signifies "quick substitution" when seen as the first
 character on a line, normally @samp{^}.
@@ -7034,7 +7045,7 @@ The optional third character is the
 character which indicates that the remainder of the line is a comment when
 found as the first character of a word, usually @samp{#}.
 The history
-comment character causes history substitution to be skipped for the
+comment character disables history substitution for the
 remaining words on the line.
 It does not necessarily cause the shell
 parser to treat the rest of the line as a comment.
@@ -7723,7 +7734,7 @@ When invoked as an interactive login shell, or as a non-interactive
 shell with the @option{--login} option, it first attempts to read
 and execute commands from @file{/etc/profile} and @file{~/.profile}, in
 that order.
-The @option{--noprofile} option may be used to inhibit this behavior.
+The @option{--noprofile} option will inhibit this behavior.
 
 When invoked as an interactive shell with the name @code{sh}, Bash
 looks for the variable @env{ENV}, expands its value if it is defined,
@@ -7735,8 +7746,8 @@ no effect.
 A non-interactive shell invoked with the name @code{sh} does not attempt
 to read any other startup files.
 
-When invoked as @code{sh}, Bash enters @sc{posix} mode after
-the startup files are read.
+When invoked as @code{sh}, Bash enters @sc{posix} mode after reading
+the startup files.
 
 @subsubheading Invoked in @sc{posix} mode
 
@@ -7759,7 +7770,7 @@ determines it is being run non-interactively in this fashion,
 it reads and executes commands from @file{~/.bashrc}, if that
 file exists and is readable.
 It will not do this if invoked as @code{sh}.
-The @option{--norc} option may be used to inhibit this behavior, and the
+The @option{--norc} option will inhibit this behavior, and the
 @option{--rcfile} option
 will make Bash use a different file instead of
 @file{~/.bashrc}, but neither
@@ -7970,10 +7981,10 @@ If the operating system on which Bash is running provides these
 special files, Bash will use them; otherwise it will emulate them
 internally with this behavior:
 If the @var{file} argument to one of the primaries is of the form
-@file{/dev/fd/@var{N}}, then file descriptor @var{N} is checked.
+@file{/dev/fd/@var{N}}, then Bash checks file descriptor @var{N}.
 If the @var{file} argument to one of the primaries is one of
-@file{/dev/stdin}, @file{/dev/stdout}, or @file{/dev/stderr}, file
-descriptor 0, 1, or 2, respectively, is checked.
+@file{/dev/stdin}, @file{/dev/stdout}, or @file{/dev/stderr},
+Bash checks file descriptor 0, 1, or 2, respectively.
 
 When used with @code{[[}, the @samp{<} and @samp{>} operators sort
 lexicographically using the current locale.
@@ -8202,9 +8213,8 @@ Shell variables are allowed as operands; parameter expansion is
 performed before the expression is evaluated. 
 Within an expression, shell variables may also be referenced by name
 without using the parameter expansion syntax.
-This means you can use
-.Q x ,
-where \fIx\fP is a shell variable name, in an arithmetic expression,
+This means you can use @var{x},
+where @var{x} is a shell variable name, in an arithmetic expression,
 and the shell will evaluate its value as an expression and use the
 result.
 A shell variable that is null or unset evaluates to 0 when referenced
@@ -9019,6 +9029,9 @@ completes.
 @item
 Bash permanently removes jobs from the jobs table after notifying the
 user of their termination via the @code{wait} or @code{jobs} builtins.
+It removes the job from the jobs list after notifying the user of its
+termination, but the status is still available via @code{wait}, as long
+as @code{wait} is supplied a @sc{pid} argument.
 
 @item
 The @code{vi} editing mode will invoke the @code{vi} editor directly when
@@ -9266,7 +9279,7 @@ The trap command is run once for each child that exits.
 
 @item
 Bash removes an exited background process's status from the list of such
-statuses after the @code{wait} builtin is used to obtain it.
+statuses after the @code{wait} builtin returns it.
 
 @end enumerate
 
@@ -9463,7 +9476,7 @@ The @code{unset} builtin will unset the array @code{a} given an argument like
 Bash-5.2 will unset an element with key @samp{@@} (associative arrays)
 or remove all the elements without unsetting the array (indexed arrays).
 @item
-Arithmetic commands ( ((...)) ) and the expressions in an arithmetic for
+Arithmetic commands ( ((@dots{})) ) and the expressions in an arithmetic for
 statement can be expanded more than once.
 @item
 Expressions used as arguments to arithmetic operators in the @code{[[}
@@ -9472,7 +9485,7 @@ conditional command can be expanded more than once.
 The expressions in substring parameter brace expansion can be
 expanded more than once.
 @item
-The expressions in the $(( ... )) word expansion can be expanded
+The expressions in the $(( @dots{} )) word expansion can be expanded
 more than once.
 @item
 Arithmetic expressions used as indexed array subscripts can be
@@ -9657,7 +9670,7 @@ though it will notify of changes in a job's status after a
 foreground command in
 a list completes, before executing the next command in the list.
 If the @option{-b} option to the @code{set} builtin is enabled,
-Bash reports such changes immediately (@pxref{The Set Builtin}).
+Bash reports status changes immediately (@pxref{The Set Builtin}).
 Bash executes any trap on @code{SIGCHLD}
 for each child process that terminates.
 
@@ -10100,7 +10113,7 @@ You may need to
 supply the @option{--srcdir=PATH} argument to tell @code{configure}
 where the source files are.
 @code{configure} automatically checks for the
-source code in the directory that @code{configure} is in and in `..'.
+source code in the directory that @code{configure} is in and in @file{..}.
 
 If you have to use a @code{make} that does not support the @code{VPATH}
 variable, you can compile Bash for one architecture at a
index e49c27b43d909a3557c524369ae1cdc3d18925b7..7d855e3a9b340fc0cbf79b6bb551b13a3f3135f1 100644 (file)
@@ -79,7 +79,7 @@
 \entry{GROUPS}{91}{\code {GROUPS}}
 \entry{histchars}{91}{\code {histchars}}
 \entry{HISTCMD}{91}{\code {HISTCMD}}
-\entry{HISTCONTROL}{91}{\code {HISTCONTROL}}
+\entry{HISTCONTROL}{92}{\code {HISTCONTROL}}
 \entry{HISTFILE}{92}{\code {HISTFILE}}
 \entry{HISTFILESIZE}{92}{\code {HISTFILESIZE}}
 \entry{HISTIGNORE}{92}{\code {HISTIGNORE}}
@@ -94,7 +94,7 @@
 \entry{LANG}{93}{\code {LANG}}
 \entry{LC_ALL}{93}{\code {LC_ALL}}
 \entry{LC_COLLATE}{93}{\code {LC_COLLATE}}
-\entry{LC_CTYPE}{93}{\code {LC_CTYPE}}
+\entry{LC_CTYPE}{94}{\code {LC_CTYPE}}
 \entry{LC_MESSAGES}{94}{\code {LC_MESSAGES}}
 \entry{LC_NUMERIC}{94}{\code {LC_NUMERIC}}
 \entry{LC_TIME}{94}{\code {LC_TIME}}
 \entry{READLINE_MARK}{95}{\code {READLINE_MARK}}
 \entry{READLINE_POINT}{95}{\code {READLINE_POINT}}
 \entry{REPLY}{95}{\code {REPLY}}
-\entry{SECONDS}{95}{\code {SECONDS}}
+\entry{SECONDS}{96}{\code {SECONDS}}
 \entry{SHELL}{96}{\code {SHELL}}
 \entry{SHELLOPTS}{96}{\code {SHELLOPTS}}
 \entry{SHLVL}{96}{\code {SHLVL}}
index 14b60b8d47b4d7f448477b26407c263084b59633..4e6772228da665f40d39b4769ae5486bdea4f085 100644 (file)
 \initial {H}
 \entry{\code {histchars}}{91}
 \entry{\code {HISTCMD}}{91}
-\entry{\code {HISTCONTROL}}{91}
+\entry{\code {HISTCONTROL}}{92}
 \entry{\code {HISTFILE}}{92}
 \entry{\code {HISTFILESIZE}}{92}
 \entry{\code {HISTIGNORE}}{92}
 \entry{\code {LANG}}{8, 93}
 \entry{\code {LC_ALL}}{93}
 \entry{\code {LC_COLLATE}}{93}
-\entry{\code {LC_CTYPE}}{93}
+\entry{\code {LC_CTYPE}}{94}
 \entry{\code {LC_MESSAGES}}{8, 94}
 \entry{\code {LC_NUMERIC}}{94}
 \entry{\code {LC_TIME}}{94}
 \entry{\code {revert-all-at-newline}}{138}
 \initial {S}
 \entry{\code {search-ignore-case}}{138}
-\entry{\code {SECONDS}}{95}
+\entry{\code {SECONDS}}{96}
 \entry{\code {SHELL}}{96}
 \entry{\code {SHELLOPTS}}{96}
 \entry{\code {SHLVL}}{96}
index aa14d3bf9b45c14da7496e9a3387bd173eef0239..f884f65a5cde249c6732ed9357da404080474384 100644 (file)
@@ -36,7 +36,7 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               of  directories in which to find _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be; otherwise, .\b. uses the
               entries in P\bPA\bAT\bTH\bH  to  find  the  directory  containing  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.
               _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be  does  not  need to be executable.  When b\bba\bas\bsh\bh is not in
-              _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, it searches the current directory if _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is not
+              posix mode, it searches the current directory if _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is not
               found in P\bPA\bAT\bTH\bH, but does not search the current directory  if  -\b-p\bp
               is supplied.  If the s\bso\bou\bur\brc\bce\bep\bpa\bat\bth\bh option to the s\bsh\bho\bop\bpt\bt builtin com-
               mand is turned off, .\b. does not search P\bPA\bAT\bTH\bH.
@@ -55,9 +55,9 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               be read.
 
        a\bal\bli\bia\bas\bs [-\b-p\bp] [_\bn_\ba_\bm_\be[=_\bv_\ba_\bl_\bu_\be] ...]
-              With no arguments or with the -\b-p\bp option,a\bal\bli\bia\bas\bs 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, define an  alias  for  each  _\bn_\ba_\bm_\b whose
+              With  no  arguments or with the -\b-p\bp option, a\bal\bli\bia\bas\bs 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, define an alias for each _\bn_\ba_\bm_\be 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
               during  command parsing.  For each _\bn_\ba_\bm_\be in the argument list for
@@ -104,11 +104,11 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      way that they can be used as an argument to a  subsequent
                      b\bbi\bin\bnd\bd  command  or  in a r\bre\bea\bad\bdl\bli\bin\bne\be initialization file.  If
                      arguments remain after  option  processing,  b\bbi\bin\bnd\bd  treats
-                     them  as  readline  command names and restricts output to
+                     them  as  r\bre\bea\bad\bdl\bli\bin\bne\be  command names and restricts output to
                      those names.
               -\b-P\bP     List current r\bre\bea\bad\bdl\bli\bin\bne\be function names  and  bindings.   If
                      arguments  remain  after  option  processing, b\bbi\bin\bnd\bd treats
-                     them as readline command names and  restricts  output  to
+                     them as r\bre\bea\bad\bdl\bli\bin\bne\be command names and  restricts  output  to
                      those names.
               -\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  used
@@ -155,7 +155,7 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      reflected in the editing state.
               -\b-X\bX     List  all  key  sequences bound to shell commands and the
                      associated commands in a format that can be reused as  an
-                     argument to a subsequent @code{bind} command.
+                     argument to a subsequent b\bbi\bin\bnd\bd command.
 
               The  return value is 0 unless an unrecognized option is supplied
               or an error occurred.
@@ -191,29 +191,34 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               routine  call or _\be_\bx_\bp_\br does not correspond to a valid position in
               the call stack.
 
-       c\bcd\bd [-\b-L\bL|[-\b-P\bP [-\b-e\be]]] [-@] [_\bd_\bi_\br]
+       c\bcd\bd [-\b-L\bL] [-@] [_\bd_\bi_\br]
+       c\bcd\bd -\b-P\bP [-\b-e\be] [-@] [_\bd_\bi_\br]
               Change the current directory to _\bd_\bi_\br.  if _\bd_\bi_\br  is  not  supplied,
               the  value of the H\bHO\bOM\bME\bE shell variable is used as _\bd_\bi_\br.  The vari-
-              able C\bCD\bDP\bPA\bAT\bTH\bH exists, c\bcd\bd uses it  as  a  search  path:  the  shell
-              searches each directory name in C\bCD\bDP\bPA\bAT\bTH\bH for _\bd_\bi_\br.  Alternative di-
-              rectory  names  in  C\bCD\bDP\bPA\bAT\bTH\bH are separated by a colon (:).  A null
-              directory name in C\bCD\bDP\bPA\bAT\bTH\bH is the same as the  current  directory,
-              i.e., If _\bd_\bi_\br begins with a slash (/), then C\bCD\bDP\bPA\bAT\bTH\bH is not used.
+              able C\bCD\bDP\bPA\bAT\bTH\bH exists, and _\bd_\bi_\br does not begin with a slash (/),  c\bcd\bd
+              uses it as a search path: the shell searches each directory name
+              in  C\bCD\bDP\bPA\bAT\bTH\bH  for  _\bd_\bi_\br.  Alternative directory names in C\bCD\bDP\bPA\bAT\bTH\bH are
+              separated by a colon (:).  A null directory name  in  C\bCD\bDP\bPA\bAT\bTH\bH  is
+              the same as the current directory, i.e.,
 
               The  -\b-P\bP option causes c\bcd\bd to use the physical directory structure
               by resolving symbolic links while traversing _\bd_\bi_\br and before pro-
               cessing instances of _\b._\b. in _\bd_\bi_\br (see also the -\b-P\bP  option  to  the
               s\bse\bet\bt builtin command).
 
-              The  -\b-L\boption forces symbolic links to be followed by resolving
+              The  -\b-L\b option  forces c\bcd\bd to follow symbolic links by resolving
               the link after processing instances of _\b._\b. in _\bd_\bi_\br.  If _\b._\b. appears
-              in _\bd_\bi_\br, it is processed by  removing  the  immediately  previous
+              in _\bd_\bi_\br, c\bcd\bd processes it by  removing  the  immediately  previous
               pathname component from _\bd_\bi_\br, back to a slash or the beginning of
-              _\bd_\bi_\br.
+              _\bd_\bi_\br,  and  verifying that the portion of _\bd_\bi_\br it has processed to
+              that point is still a valid directory name  after  removing  the
+              pathname component.  If it is not a valid directory name, c\bcd\bd re-
+              turns  a  non-zero status.  If neither -\b-L\bL nor -\b-P\bP is supplied, c\bcd\bd
+              behaves as if -\b-L\bL had been supplied.
 
-              If  the  -\b-e\be  option is supplied with -\b-P\bP, and the current working
-              directory cannot be successfully determined after  a  successful
-              directory change, c\bcd\bd will return a non-zero status.
+              If the -\b-e\be option is supplied with -\b-P\bP, and c\bcd\bd cannot successfully
+              determine the current working directory after a  successful  di-
+              rectory change, it will return a non-zero status.
 
               On  systems that support it, the -\b-@\b@ option presents the extended
               attributes associated with a file as a directory.
@@ -1196,12 +1201,12 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      will terminate a line when it reads a NUL character.
               -\b-e\be     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
                      uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE in  _\bb_\ba_\bs_\bh(1))  to  obtain  the
-                     line.   Readline  uses  the  current (or default, if line
+                     line.   R\bRe\bea\bad\bdl\bli\bin\bne\be  uses  the  current (or default, if line
                      editing was not previously active) editing settings,  but
-                     uses readline's default filename completion.
+                     uses r\bre\bea\bad\bdl\bli\bin\bne\be's default filename completion.
               -\b-E\bE     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
                      uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE in  _\bb_\ba_\bs_\bh(1))  to  obtain  the
-                     line.   Readline  uses  the  current (or default, if line
+                     line.   R\bRe\bea\bad\bdl\bli\bin\bne\be  uses  the  current (or default, if line
                      editing was not previously active) editing settings,  but
                      uses  bash's  default  completion, including programmable
                      completion.
@@ -1315,7 +1320,7 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        s\bse\bet\bt +\b+o\bo Without options, display the name and value of each shell  vari-
               able  in a format that can be reused as input for setting or re-
               setting the currently-set variables.  Read-only variables cannot
-              be reset.  In _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, only shell variables are listed.   The
+              be reset.  In posix mode, only shell variables are listed.   The
               output  is sorted according to the current locale.  When options
               are specified, they set or unset shell  attributes.   Any  argu-
               ments  remaining  after  option processing are treated as values
@@ -1397,7 +1402,7 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                               interactive shells.
                       i\big\bgn\bno\bor\bre\bee\beo\bof\bf
                               The effect is as if the shell command  had  been
-                              executed (see S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\b<\bin _\bb_\ba_\bs_\bh(1)).
+                              executed (see S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs in _\bb_\ba_\bs_\bh(1)).
                       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.
                       n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br
@@ -1617,7 +1622,7 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               d\bdi\bir\bre\bex\bxp\bpa\ban\bnd\bd
                       If  set,  b\bba\bas\bsh\bh replaces directory names with the results
                       of word expansion when performing  filename  completion.
-                      This  changes  the  contents  of  the  readline  editing
+                      This  changes  the  contents  of  the  r\bre\bea\bad\bdl\bli\bin\bne\be  editing
                       buffer.  If not set, b\bba\bas\bsh\bh attempts to preserve what  the
                       user typed.
               d\bdi\bir\brs\bsp\bpe\bel\bll\bl
@@ -1625,115 +1630,116 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       names during word completion if the directory name  ini-
                       tially supplied does not exist.
               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.  The filenames  and  must
-                      always be matched explicitly, even if d\bdo\bot\btg\bgl\blo\bob\bb is set.
+                      results of pathname expansion.  The filenames _\b.  and  _\b._\b.
+                      must  always  be  matched explicitly, even if d\bdo\bot\btg\bgl\blo\bob\bb is
+                      set.
               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.  An interactive shell  does  not  exit  if
+                      not execute the file specified as  an  argument  to  the
+                      e\bex\bxe\bec\b builtin.   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 in _\bb_\ba_\bs_\bh(1) un-
-                      der  A\bAL\bLI\bIA\bAS\bSE\bES\bS.  This option is enabled by default for in-
+                      der A\bAL\bLI\bIA\bAS\bSE\bES\bS.  This option is enabled by default for  in-
                       teractive shells.
               e\bex\bxt\btd\bde\beb\bbu\bug\bg
-                      If set at shell invocation, or in a shell startup  file,
+                      If  set at shell invocation, or in a shell startup file,
                       arrange to execute the debugger profile before the shell
-                      starts,  identical to the -\b--\b-d\bde\beb\bbu\bug\bgg\bge\ber\br option.  If set af-
-                      ter invocation, behavior intended for use  by  debuggers
+                      starts, identical to the -\b--\b-d\bde\beb\bbu\bug\bgg\bge\ber\br option.  If set  af-
+                      ter  invocation,  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),  the  shell
+                      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), the shell
                              simulates a call to r\bre\bet\btu\bur\brn\bn.
-                      4\b4.\b.     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\b and B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV are updated as described
+                      4\b4.\b.     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\band B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV are updated as  described
                              in their descriptions in _\bb_\ba_\bs_\bh(1)).
-                      5\b5.\b.     Function tracing is  enabled:  command  substitu-
+                      5\b5.\b.     Function  tracing  is  enabled: command substitu-
                              tion, shell functions, and subshells invoked with
                              (\b( _\bc_\bo_\bm_\bm_\ba_\bn_\bd )\b) inherit the D\bDE\bEB\bBU\bUG\bG and R\bRE\bET\bTU\bUR\bRN\bN traps.
-                      6\b6.\b.     Error  tracing  is enabled: command substitution,
-                             shell functions, and  subshells  invoked  with  (\b(
+                      6\b6.\b.     Error tracing is enabled:  command  substitution,
+                             shell  functions,  and  subshells  invoked with (\b(
                              _\bc_\bo_\bm_\bm_\ba_\bn_\bd )\b) inherit the E\bER\bRR\bR trap.
-              e\bex\bxt\btg\bgl\blo\bob\bb If  set,  enable  the extended pattern matching features
+              e\bex\bxt\btg\bgl\blo\bob\bb If set, enable the extended  pattern  matching  features
                       described in _\bb_\ba_\bs_\bh(1) under P\bPa\bat\bth\bhn\bna\bam\bme\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn.
               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
+                      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 in _\bb_\ba_\bs_\bh(1)  for  a
-                      description  of  F\bFI\bIG\bGN\bNO\bOR\bRE\bE.  This option is enabled by de-
+                      ble  completions.   See S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs in _\bb_\ba_\bs_\bh(1) for a
+                      description of F\bFI\bIG\bGN\bNO\bOR\bRE\bE.  This option is enabled  by  de-
                       fault.
               g\bgl\blo\bob\bba\bas\bsc\bci\bii\bir\bra\ban\bng\bge\bes\bs
-                      If set,  range  expressions  used  in  pattern  matching
-                      bracket  expressions  (see  P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg in _\bb_\ba_\bs_\bh(1))
+                      If  set,  range  expressions  used  in  pattern matching
+                      bracket expressions (see P\bPa\bat\btt\bte\ber\brn\bn  M\bMa\bat\btc\bch\bhi\bin\bng\bg  in  _\bb_\ba_\bs_\bh(1))
                       behave as if in the traditional C locale when performing
-                      comparisons.  That is, pattern matching  does  not  take
+                      comparisons.   That  is,  pattern matching does not take
                       the current locale's collating sequence into account, so
-                      b\b will  not collate between A\bA and B\bB, and upper-case and
+                      b\bwill not collate between A\bA and B\bB, and  upper-case  and
                       lower-case ASCII characters will collate together.
               g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs
-                      If set, pathname expansion will never  match  the  file-
-                      names  and even if the pattern begins with a This option
-                      is enabled by default.
+                      If  set,  pathname  expansion will never match the file-
+                      names _\b. and _\b._\b. even if the pattern begins  with  a  This
+                      option is enabled by default.
               g\bgl\blo\bob\bbs\bst\bta\bar\br
                       If set, the pattern *\b**\b* used in a pathname expansion con-
-                      text will match all files and zero or  more  directories
-                      and  subdirectories.  If the pattern is followed by a /\b/,
+                      text  will  match all files and zero or more directories
+                      and subdirectories.  If the pattern is followed by a  /\b/,
                       only directories and subdirectories match.
               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
+                      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 ex-
                       its, 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, the user is given
-                      the opportunity to re-edit a  failed  history  substitu-
+                      If set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, the  user  is  given
+                      the  opportunity  to  re-edit a failed history substitu-
                       tion.
               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 in
+                      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\b in
                       _\bb_\ba_\bs_\bh(1)).  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\bnh\bhe\ber\bri\bit\bt_\b_e\ber\brr\bre\bex\bxi\bit\bt
-                      If set, command substitution inherits the value  of  the
-                      e\ber\brr\bre\bex\bxi\bit\b option, instead of unsetting it in the subshell
-                      environment.  This option is enabled when _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\b is
+                      If  set,  command substitution inherits the value of the
+                      e\ber\brr\bre\bex\bxi\bit\boption, instead of unsetting it in the  subshell
+                      environment.   This option is enabled when posix mode is
                       enabled.
               i\bin\bnt\bte\ber\bra\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\bs
-                      In  an interactive shell, a word beginning with #\b# causes
-                      that word and all remaining characters on that  line  to
-                      be  ignored, as in a non-interactive shell (see C\bCO\bOM\bMM\bME\bEN\bNT\bTS\bS
+                      In an interactive shell, a word beginning with #\b causes
+                      that  word  and all remaining characters on that line to
+                      be ignored, as in a non-interactive shell (see  C\bCO\bOM\bMM\bME\bEN\bNT\bTS\bS
                       in _\bb_\ba_\bs_\bh(1)).  This option is enabled by default.
               l\bla\bas\bst\btp\bpi\bip\bpe\be
-                      If set, and job control is not active,  the  shell  runs
+                      If  set,  and  job control is not active, the shell runs
                       the last command of a pipeline not executed in the back-
                       ground in the current shell environment.
-              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\boc\bca\bal\blv\bva\bar\br_\b_i\bin\bnh\bhe\ber\bri\bit\bt
@@ -1742,110 +1748,110 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       scope before any new value is assigned.  The nameref at-
                       tribute is not inherited.
               l\blo\boc\bca\bal\blv\bva\bar\br_\b_u\bun\bns\bse\bet\bt
-                      If set, calling u\bun\bns\bse\bet\bt on  local  variables  in  previous
-                      function  scopes  marks  them so subsequent lookups find
+                      If  set,  calling  u\bun\bns\bse\bet\bt  on local variables in previous
+                      function scopes marks them so  subsequent  lookups  find
                       them unset until that function returns.  This is identi-
-                      cal to the behavior of unsetting local variables at  the
+                      cal  to the behavior of unsetting local variables at the
                       current function scope.
               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
+                      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 in _\bb_\ba_\bs_\bh(1)).  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, b\bba\bas\bsh\bh
+                      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,  b\bba\bas\bsh\bh
                       displays the message
               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 does not search
-                      P\bPA\bAT\bTH\bfor possible completions  when  completion  is  at-
+                      P\bPA\bAT\bTH\b for  possible  completions  when completion is at-
                       tempted 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 in _\bb_\ba_\bs_\bh(1)).
               n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh
-                      If set, b\bba\bas\bsh\bh  matches  patterns  in  a  case-insensitive
+                      If  set,  b\bba\bas\bsh\bh  matches  patterns  in a case-insensitive
                       fashion when performing matching while executing c\bca\bas\bse\be or
                       [\b[[\b[ conditional commands, when performing pattern substi-
-                      tution  word expansions, or when filtering possible com-
+                      tution word expansions, or when filtering possible  com-
                       pletions as part of programmable completion.
               n\bno\boe\bex\bxp\bpa\ban\bnd\bd_\b_t\btr\bra\ban\bns\bsl\bla\bat\bti\bio\bon\bn
-                      If set, b\bba\bas\bsh\bh encloses the  translated  results  of  $\b$...
-                      quoting  in  single quotes instead of double quotes.  If
+                      If  set,  b\bba\bas\bsh\bh  encloses  the translated results of $\b$...
+                      quoting in single quotes instead of double  quotes.   If
                       the string is not translated, this has no effect.
               n\bnu\bul\bll\blg\bgl\blo\bob\bb
                       If set, pathname expansion patterns which match no files
-                      (see P\bPa\bat\bth\bhn\bna\bam\bme\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn in _\bb_\ba_\bs_\bh(1))  expand  to  nothing
+                      (see  P\bPa\bat\bth\bhn\bna\bam\bme\be  E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn  in _\bb_\ba_\bs_\bh(1)) expand to nothing
                       and are removed, rather than expanding to themselves.
               p\bpa\bat\bts\bsu\bub\bb_\b_r\bre\bep\bpl\bla\bac\bce\bem\bme\ben\bnt\bt
                       If set, b\bba\bas\bsh\bh expands occurrences of &\b& in the replacement
-                      string  of  pattern  substitution to the text matched by
-                      the pattern, as described under P\bPa\bar\bra\bam\bme\bet\bte\ber\br  E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\b in
+                      string of pattern substitution to the  text  matched  by
+                      the  pattern,  as described under P\bPa\bar\bra\bam\bme\bet\bte\ber\br E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn in
                       _\bb_\ba_\bs_\bh(1).  This option is enabled by default.
               p\bpr\bro\bog\bgc\bco\bom\bmp\bp
-                      If  set,  enable  the programmable completion facilities
-                      (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn in _\bb_\ba_\bs_\bh(1)).   This  option
+                      If set, enable the  programmable  completion  facilities
+                      (see  P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be  C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn in _\bb_\ba_\bs_\bh(1)).  This option
                       is enabled by default.
               p\bpr\bro\bog\bgc\bco\bom\bmp\bp_\b_a\bal\bli\bia\bas\bs
-                      If  set,  and  programmable  completion is enabled, b\bba\bas\bsh\bh
-                      treats a command name that doesn't have any  completions
+                      If set, and programmable  completion  is  enabled,  b\bba\bas\bsh\bh
+                      treats  a command name that doesn't have any completions
                       as a possible alias and attempts alias expansion.  If it
-                      has  an alias, b\bba\bas\bsh\bh attempts programmable completion us-
+                      has an alias, b\bba\bas\bsh\bh attempts programmable completion  us-
                       ing the command word resulting from the expanded alias.
               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  re-
-                      moval  after being expanded as described in P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG in
+                      mand  substitution,  arithmetic expansion, and quote re-
+                      moval after being expanded as described in P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\b in
                       _\bb_\ba_\bs_\bh(1).  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  re-
-                      stricted  mode  (see  R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL in _\bb_\ba_\bs_\bh(1)).  The
-                      value may not be changed.  This is not  reset  when  the
-                      startup  files  are executed, allowing the startup files
+                      The  shell  sets  this  option  if  it is started in re-
+                      stricted mode (see R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL  in  _\bb_\ba_\bs_\bh(1)).   The
+                      value  may  not  be changed.  This is not reset when the
+                      startup files are executed, allowing the  startup  files
                       to discover 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 .\b. (s\bso\bou\bur\brc\bce\be) builtin uses the value of P\bPA\bAT\bTH\bH to
-                      find  the  directory  containing the file supplied as an
-                      argument when the -\b-p\bp option is not supplied.   This  op-
+                      find the directory containing the file  supplied  as  an
+                      argument  when  the -\b-p\bp option is not supplied.  This op-
                       tion is enabled by default.
               v\bva\bar\brr\bre\bed\bdi\bir\br_\b_c\bcl\blo\bos\bse\be
-                      If  set, the shell automatically closes file descriptors
-                      assigned using the  _\b{_\bv_\ba_\br_\bn_\ba_\bm_\be_\b}  redirection  syntax  (see
-                      R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\b in  _\bb_\ba_\bs_\bh(1))  instead  of leaving them open
+                      If set, the shell automatically closes file  descriptors
+                      assigned  using  the  _\b{_\bv_\ba_\br_\bn_\ba_\bm_\be_\b}  redirection syntax (see
+                      R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bin _\bb_\ba_\bs_\bh(1)) instead  of  leaving  them  open
                       when the command completes.
               x\bxp\bpg\bg_\b_e\bec\bch\bho\bo
-                      If set, the e\bec\bch\bho\bo builtin  expands  backslash-escape  se-
-                      quences  by  default.  If the p\bpo\bos\bsi\bix\bx shell option is also
+                      If  set,  the  e\bec\bch\bho\bo builtin expands backslash-escape se-
+                      quences by default.  If the p\bpo\bos\bsi\bix\bx shell option  is  also
                       enabled, e\bec\bch\bho\bo does not interpret any options.
 
        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.   A login shell, or a shell without job control enabled,
-              cannot be suspended; the -\b-f\bf option will override this and  force
-              the  suspension.   The  return status is 0 unless the shell is a
-              login shell or job control is not enabled and  -\b-f\bf  is  not  sup-
+              Suspend  the execution of this shell until it receives a S\bSI\bIG\bGC\bCO\bON\bNT\bT
+              signal.  A login shell, or a shell without job control  enabled,
+              cannot  be suspended; the -\b-f\bf option will override this and force
+              the suspension.  The return status is 0 unless the  shell  is  a
+              login  shell  or  job  control is not enabled and -\b-f\bf is not sup-
               plied.
 
        t\bte\bes\bst\bt _\be_\bx_\bp_\br
        [\b[ _\be_\bx_\bp_\br ]\b]
               Return a status of 0 (true) or 1 (false) depending on the evalu-
-              ation  of  the  conditional  expression _\be_\bx_\bp_\br.  Each operator and
-              operand must be a separate argument.  Expressions  are  composed
-              of  the primaries described in _\bb_\ba_\bs_\bh(1) under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bS-\b-
+              ation of the conditional expression  _\be_\bx_\bp_\br.   Each  operator  and
+              operand  must  be a separate argument.  Expressions are composed
+              of the primaries described in _\bb_\ba_\bs_\bh(1) under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\b E\bEX\bXP\bPR\bRE\bES\bS-\b-
               S\bSI\bIO\bON\bNS\bS.  t\bte\bes\bst\bt does not accept any options, nor does it accept and
               ignore an argument of -\b--\b- as signifying the end of options.
 
-              Expressions may  be  combined  using  the  following  operators,
-              listed  in  decreasing  order of precedence.  The evaluation de-
+              Expressions  may  be  combined  using  the  following operators,
+              listed in decreasing order of precedence.   The  evaluation  de-
               pends on the number of arguments; see below.  t\bte\bes\bst\bt uses operator
               precedence when there are five or more arguments.
               !\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
                      normal operator precedence.
               _\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.
@@ -1862,110 +1868,110 @@ B\bBA\bAS\bSH\bH 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  in
-                     _\bb_\ba_\bs_\bh(1)  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 in
+                     _\bb_\ba_\bs_\bh(1) 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
                      The following conditions are applied in the order listed.
-                     If the second argument is one of the  binary  conditional
-                     operators  listed  in  _\bb_\ba_\bs_\bh(1)  under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bS-\b-
-                     S\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.  The -\b-a\ba and -\b-o\bo operators are considered  binary
-                     operators  when  there are three arguments.  If the first
+                     If  the  second argument is one of the binary conditional
+                     operators listed in  _\bb_\ba_\bs_\bh(1)  under  C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\b E\bEX\bXP\bPR\bRE\bES\bS-\b-
+                     S\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.   The -\b-a\ba and -\b-o\bo operators are considered binary
+                     operators when there are three arguments.  If  the  first
                      argument is !\b!, the value is the negation of the two-argu-
-                     ment test using the second and third arguments.   If  the
+                     ment  test  using the second and third arguments.  If the
                      first argument is exactly (\b( and the third argument is ex-
-                     actly  )\b), the result is the one-argument test of the sec-
+                     actly )\b), the result is the one-argument test of the  sec-
                      ond argument.  Otherwise, the expression is false.
               4 arguments
                      The following conditions are applied in the order listed.
                      If the first argument is !\b!, the result is the negation of
-                     the three-argument expression composed of  the  remaining
-                     arguments.   If  the  first argument is exactly (\b( and the
+                     the  three-argument  expression composed of the remaining
+                     arguments.  If the first argument is exactly  (\b(  and  the
                      fourth argument is exactly )\b), the result is the two-argu-
-                     ment test of the second and third arguments.   Otherwise,
-                     the  expression  is  parsed  and  evaluated  according to
+                     ment  test of the second and third arguments.  Otherwise,
+                     the expression  is  parsed  and  evaluated  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.
 
-              When the shell is in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, or if the expression is part of
+              When the shell is in posix mode, or if the expression is part of
               the [\b[[\b[ command, the <\b< and >\b> operators sort using the current lo-
-              cale.   If  the  shell is not in _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be, the t\bte\bes\bst\bt and [\b[ com-
+              cale.  If the shell is not in posix mode, the t\bte\bes\bst\bt  and  [\b com-
               mands sort lexicographically using ASCII ordering.
 
-              The historical operator-precedence parsing with 4 or more  argu-
-              ments  can  lead  to ambiguities when it encounters strings that
-              look like primaries.  The POSIX standard has deprecated  the  -\b-a\ba
-              and  -\b-o\bo  primaries and enclosing expressions within parentheses.
-              Scripts should no longer use them.  It's much more  reliable  to
-              restrict  test  invocations  to a single primary, and to replace
+              The  historical operator-precedence parsing with 4 or more argu-
+              ments can lead to ambiguities when it  encounters  strings  that
+              look  like  primaries.  The POSIX standard has deprecated the -\b-a\ba
+              and -\b-o\bo primaries and enclosing expressions  within  parentheses.
+              Scripts  should  no longer use them.  It's much more reliable to
+              restrict test invocations to a single primary,  and  to  replace
               uses of -\b-a\ba and -\b-o\bo with the shell's &\b&&\b& and |\b||\b| list operators.
 
-       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\bpP\bP] [[_\ba_\bc_\bt_\bi_\bo_\bn] _\bs_\bi_\bg_\bs_\bp_\be_\bc ...]
               The _\ba_\bc_\bt_\bi_\bo_\bn is a command that is read and executed when the shell
-              receives  any  of the signals _\bs_\bi_\bg_\bs_\bp_\be_\bc.  If _\ba_\bc_\bt_\bi_\bo_\bn is absent (and
+              receives any of the signals _\bs_\bi_\bg_\bs_\bp_\be_\bc.  If _\ba_\bc_\bt_\bi_\bo_\bn is  absent  (and
               there is a single _\bs_\bi_\bg_\bs_\bp_\be_\bc) or -\b-, each specified _\bs_\bi_\bg_\bs_\bp_\be_\bc is reset
-              to the value it had when the shell was started.   If  _\ba_\bc_\bt_\bi_\bo_\b is
-              the  null string the signal specified by each _\bs_\bi_\bg_\bs_\bp_\be_\bc is ignored
+              to  the  value  it had when the shell was started.  If _\ba_\bc_\bt_\bi_\bo_\bn is
+              the null string the signal specified by each _\bs_\bi_\bg_\bs_\bp_\be_\bc is  ignored
               by the shell and by the commands it invokes.
 
-              If no arguments are supplied, t\btr\bra\bap\bp displays the actions  associ-
+              If  no arguments are supplied, t\btr\bra\bap\bp displays the actions associ-
               ated with each trapped signal as a set of t\btr\bra\bap\bp commands that can
-              be  reused as shell input to restore the current signal disposi-
-              tions.  If -\b-p\bp is given, and _\ba_\bc_\bt_\bi_\bo_\bn is  not  present,  then  t\btr\bra\bap\bp
-              displays  the  actions  associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc or, if none
+              be reused as shell input to restore the current signal  disposi-
+              tions.   If  -\b-p\bp  is  given, and _\ba_\bc_\bt_\bi_\bo_\bn is not present, then t\btr\bra\bap\bp
+              displays the actions associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc  or,  if  none
               are supplied, for all trapped signals, as a set of t\btr\bra\bap\bp commands
-              that can be reused as shell input to restore the current  signal
-              dispositions.   The  -\b-P\bP  option  behaves similarly, but displays
-              only the actions associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  -\b-P\b re-
-              quires  at least one _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  The -\b-P\bP or -\b-p\bp options may
-              be used in a subshell environment (e.g.,  command  substitution)
-              and,  as  long  as they are used before t\btr\bra\bap\bp is used to change a
+              that  can be reused as shell input to restore the current signal
+              dispositions.  The -\b-P\bP option  behaves  similarly,  but  displays
+              only  the actions associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  -\b-P\bP re-
+              quires at least one _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  The -\b-P\bP or -\b-p\bp options  may
+              be  used  in a subshell environment (e.g., command substitution)
+              and, as long as they are used before t\btr\bra\bap\bp is used  to  change  a
               signal's handling, will display the state of its parent's traps.
 
-              The -\b-l\bl option prints a list of signal  names  and  their  corre-
-              sponding  numbers.  Each _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a signal name defined
+              The  -\b-l\bl  option  prints  a list of signal names and their corre-
+              sponding 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 insen-
-              sitive and the S\bSI\bIG\bG prefix is optional.  If -\b-l\bl is  supplied  with
+              sitive  and  the S\bSI\bIG\bG prefix is optional.  If -\b-l\bl is supplied with
               no _\bs_\bi_\bg_\bs_\bp_\be_\bc arguments, it prints a list of valid signal names.
 
-              If  a  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is E\bEX\bXI\bIT\bT (0), _\ba_\bc_\bt_\bi_\bo_\bn is executed on exit from the
-              shell.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is D\bDE\bEB\bBU\bUG\bG, _\ba_\bc_\bt_\bi_\bo_\bn is executed  before  every
-              _\bs_\bi_\bm_\bp_\bl_\b _\bc_\bo_\bm_\bm_\ba_\bn_\bd,  _\bf_\bo_\br  command, _\bc_\ba_\bs_\be command, _\bs_\be_\bl_\be_\bc_\bt command, ((
-              arithmetic command, [[ conditional command, arithmetic _\bf_\bo_\b com-
-              mand,  and before the first command executes in a shell function
+              If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is E\bEX\bXI\bIT\bT (0), _\ba_\bc_\bt_\bi_\bo_\bn is executed on  exit  from  the
+              shell.   If  a _\bs_\bi_\bg_\bs_\bp_\be_\bc is D\bDE\bEB\bBU\bUG\bG, _\ba_\bc_\bt_\bi_\bo_\bn is executed before every
+              _\bs_\bi_\bm_\bp_\bl_\b_\bc_\bo_\bm_\bm_\ba_\bn_\bd, _\bf_\bo_\br command, _\bc_\ba_\bs_\be command,  _\bs_\be_\bl_\be_\bc_\bt  command,  ((
+              arithmetic  command, [[ conditional command, arithmetic _\bf_\bo_\br com-
+              mand, 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 in _\bb_\ba_\bs_\bh(1)).  Refer to the description of the
-              e\bex\bxt\btd\bde\beb\bbu\bug\bshell option (see s\bsh\bho\bop\bpt\bt in _\bb_\ba_\bs_\bh(1)) for details of  its
+              e\bex\bxt\btd\bde\beb\bbu\bug\b shell option (see s\bsh\bho\bop\bpt\bt in _\bb_\ba_\bs_\bh(1)) for details of its
               effect on the D\bDE\bEB\bBU\bUG\bG trap.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is R\bRE\bET\bTU\bUR\bRN\bN, _\ba_\bc_\bt_\bi_\bo_\bn is ex-
-              ecuted  each time a shell function or a script executed with the
+              ecuted each time a shell function or a script executed with  the
               .\b. or s\bso\bou\bur\brc\bce\be builtins finishes executing.
 
-              If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is E\bER\bRR\bR, _\ba_\bc_\bt_\bi_\bo_\bn  is  executed  whenever  a  pipeline
-              (which  may  consist  of  a single simple command), a list, or a
-              compound command returns a non-zero exit status, subject to  the
-              following  conditions.   The  E\bER\bRR\bR  trap  is  not executed if the
+              If  a  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  E\bER\bRR\bR,  _\ba_\bc_\bt_\bi_\bo_\bn is executed whenever a pipeline
+              (which may consist of a single simple command),  a  list,  or  a
+              compound  command returns a non-zero exit status, subject to the
+              following conditions.  The E\bER\bRR\bR  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\bl keyword, part of the test in an  _\bi_\b statement,
+              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 command executed in a &\b&&\b& or |\b||\b| list except the command
-              following  the final &\b&&\b& or |\b||\b|, any command in a pipeline but the
-              last (subject to the state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell option), or  if
+              following the final &\b&&\b& or |\b||\b|, any command in a pipeline but  the
+              last  (subject to the state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell option), or if
               the command's return value is being inverted using !\b!.  These are
               the same conditions obeyed by the e\ber\brr\bre\bex\bxi\bit\bt (-\b-e\be) option.
 
               When the shell is not interactive, signals ignored upon entry to
               the shell cannot be trapped or reset.  Interactive shells permit
               trapping signals ignored on entry.  Trapped signals that are not
-              being  ignored  are reset to their original values in a subshell
-              or subshell environment when one is created.  The return  status
+              being ignored are reset to their original values in  a  subshell
+              or  subshell environment when one 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\btr\bru\bue\be   Does nothing, returns a 0 status.
@@ -1974,61 +1980,61 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               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_\be if _\bn_\ba_\bm_\be is an  alias,
-              shell  reserved word, function, builtin, or executable file, re-
-              spectively.  If the _\bn_\ba_\bm_\be is not found, t\bty\byp\bpe\be prints  nothing  and
+              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_\be if _\bn_\ba_\bm_\be is an alias,
+              shell reserved word, function, builtin, or executable file,  re-
+              spectively.   If  the _\bn_\ba_\bm_\be is not found, t\bty\byp\bpe\be prints nothing and
               returns a non-zero exit status.
 
-              If  the  -\b-p\bp  option is used, t\bty\byp\bpe\be either returns the pathname of
-              the executable file that would be found by searching  $\b$P\bPA\bAT\bTH\b for
-              _\bn_\ba_\bm_\b or nothing if 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, even if would not return _\bf_\bi_\bl_\be.   If
+              If the -\b-p\bp option is used, t\bty\byp\bpe\be either returns  the  pathname  of
+              the  executable  file that would be found by searching $\b$P\bPA\bAT\bTH\bH for
+              _\bn_\ba_\bm_\bor nothing if 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, even if would not return _\bf_\bi_\bl_\be.  If
               _\bn_\ba_\bm_\be is present in the table of hashed commands, -\b-p\bp and -\b-P\bP print
               the hashed value, which is 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 a command named _\bn_\ba_\bm_\be.  This includes  aliases,  reserved
-              words,  functions, and builtins, but the path search options (-\b-p\bp
-              and -\b-P\bP) can be supplied to restrict  the  output  to  executable
-              files.   t\bty\byp\bpe\be does not consult the table of hashed commands when
+              If the -\b-a\ba option is used, t\bty\byp\bpe\be prints all  of  the  places  that
+              contain  a  command named _\bn_\ba_\bm_\be.  This includes aliases, reserved
+              words, functions, and builtins, but the path search options  (-\b-p\bp
+              and  -\b-P\bP)  can  be  supplied to restrict the output to executable
+              files.  t\bty\byp\bpe\be does not consult the table of hashed commands  when
               using -\b-a\ba with -\b-p\bp, and only performs a P\bPA\bAT\bTH\bH search for _\bn_\ba_\bm_\be.
 
               The -\b-f\bf option suppresses shell function lookup, as with the c\bco\bom\bm-\b-
-              m\bma\ban\bnd\bbuiltin.  t\bty\byp\bpe\be returns true if all  of  the  arguments  are
+              m\bma\ban\bnd\b builtin.   t\bty\byp\bpe\be  returns  true if all of the arguments are
               found, false if any are not found.
 
        u\bul\bli\bim\bmi\bit\bt [-\b-H\bHS\bS] -\b-a\ba
        u\bul\bli\bim\bmi\bit\bt [-\b-H\bHS\bS] [-\b-b\bbc\bcd\bde\bef\bfi\bik\bkl\blm\bmn\bnp\bpq\bqr\brs\bst\btu\buv\bvx\bxP\bPR\bRT\bT [_\bl_\bi_\bm_\bi_\bt]]
-              Provides  control  over the resources available to the shell and
+              Provides control over the resources available to the  shell  and
               to processes it starts, on systems that allow such control.
 
-              The -\b-H\bH and -\b-S\bS options specify whether the hard or soft limit  is
+              The  -\b-H\bH and -\b-S\bS options specify whether the hard or soft limit is
               set for the given resource.  A hard limit cannot be increased by
               a non-root user 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 speci-
+              to the value of the hard limit.  If neither -\b-H\bH nor -\b-S\bS is  speci-
               fied, u\bul\bli\bim\bmi\bit\bt sets both the soft and hard limits.
 
               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_\bt is omitted, u\bul\bli\bim\bmi\bit\b prints
-              the  current value of the soft limit of the resource, unless the
-              -\b-H\boption is given.  When more than one resource  is  specified,
-              the  limit name and unit, if appropriate, are printed before 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_\bt is omitted, u\bul\bli\bim\bmi\bit\bt prints
+              the current value of the soft limit of the resource, unless  the
+              -\b-H\b option  is given.  When more than one resource is specified,
+              the limit name and unit, if appropriate, are printed before  the
               value.  Other options are interpreted as follows:
               -\b-a\ba     Report all current limits; no limits are set.
               -\b-b\bb     The maximum socket buffer size.
               -\b-c\bc     The maximum size of core files created.
               -\b-d\bd     The maximum size of a process's data segment.
               -\b-e\be     The maximum scheduling priority (
-              -\b-f\bf     The maximum size of files written by the  shell  and  its
+              -\b-f\bf     The  maximum  size  of files written by the shell and its
                      children.
               -\b-i\bi     The maximum number of pending signals.
               -\b-k\bk     The maximum number of kqueues that may be allocated.
               -\b-l\bl     The maximum size that may be locked into memory.
-              -\b-m\bm     The  maximum resident set size (many systems do not honor
+              -\b-m\bm     The maximum resident set size (many systems do not  honor
                      this limit).
               -\b-n\bn     The maximum number of open file descriptors (most systems
                      do not allow this value to be set).
@@ -2037,146 +2043,146 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               -\b-r\br     The maximum real-time scheduling priority.
               -\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 and, on some systems, to its children.
               -\b-x\bx     The maximum number of file locks.
               -\b-P\bP     The maximum number of pseudoterminals.
-              -\b-R\bR     The maximum time  a  real-time  process  can  run  before
+              -\b-R\bR     The  maximum  time  a  real-time  process  can run before
                      blocking, in microseconds.
               -\b-T\bT     The maximum number of threads.
 
-              If  _\bl_\bi_\bm_\bi_\bt  is  supplied, and the -\b-a\ba option is not used, _\bl_\bi_\bm_\bi_\bt is
-              the new value of the specified resource.  If no option  is  sup-
+              If _\bl_\bi_\bm_\bi_\bt is supplied, and the -\b-a\ba option is not  used,  _\bl_\bi_\bm_\bi_\b is
+              the  new  value of the specified resource.  If no option is sup-
               plied, then -\b-f\bf is assumed.
 
-              Values  are  in 1024-byte increments, except for -\b-t\bt, which is in
-              seconds; -\b-R\bR, which is in microseconds; -\b-p\bp, which is in units  of
-              512-byte  blocks; -\b-P\bP, -\b-T\bT, -\b-b\bb, -\b-k\bk, -\b-n\bn, and -\b-u\bu, which are unscaled
-              values; and, when in  posix  mode,  -\b-c\bc  and  -\b-f\bf,  which  are  in
-              512-byte  increments.   The return status is 0 unless an invalid
+              Values are in 1024-byte increments, except for -\b-t\bt, which  is  in
+              seconds;  -\b-R\bR, which is in microseconds; -\b-p\bp, which is in units of
+              512-byte blocks; -\b-P\bP, -\b-T\bT, -\b-b\bb, -\b-k\bk, -\b-n\bn, and -\b-u\bu, which are  unscaled
+              values;  and,  when  in  posix  mode,  -\b-c\bc  and  -\b-f\bf, which are in
+              512-byte increments.  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]
-              Set the user file-creation mask to _\bm_\bo_\bd_\be.  If _\bm_\bo_\bd_\be begins with  a
+              Set  the user file-creation mask to _\bm_\bo_\bd_\be.  If _\bm_\bo_\bd_\be begins with a
               digit, it is interpreted as an octal number; otherwise it is in-
-              terpreted  as  a  symbolic mode mask similar to that accepted by
+              terpreted as a symbolic mode mask similar to  that  accepted  by
               _\bc_\bh_\bm_\bo_\bd(1).  If _\bm_\bo_\bd_\be is omitted, u\bum\bma\bas\bsk\bk prints the current value of
               the mask.  The -\b-S\bS option without a _\bm_\bo_\bd_\be argument prints the mask
               in a symbolic format; 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  zero
-              if  the mode was successfully changed or if no _\bm_\bo_\bd_\be argument was
+              a  form  that may be reused as input.  The return status is zero
+              if the mode was successfully changed or if no _\bm_\bo_\bd_\be argument  was
               supplied, and non-zero 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,  remove  all  alias  definitions.  The return value is
+              Remove  each  _\bn_\ba_\bm_\be  from  the list of defined aliases.  If -\b-a\ba is
+              supplied, remove all alias definitions.   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] [-n\bn] [_\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 the -\b-v\bv option is given, each _\bn_\ba_\bm_\be refers to a shell variable,
-              and  that  variable  is  removed.  If -\b-f\bf is specified, each _\bn_\ba_\bm_\be
-              refers to a shell function, and the function definition  is  re-
-              moved.   If  the  -\b-n\bn  option is supplied, and _\bn_\ba_\bm_\be is a variable
-              with the _\bn_\ba_\bm_\be_\br_\be_\bf attribute, _\bn_\ba_\bm_\be will be unset rather  than  the
-              variable  it  references.   -\b-n\bn has no effect if the -\b-f\bf option is
-              supplied.  Read-only variables and functions may not  be  unset.
-              When  variables  or functions are removed, they are also removed
-              from the environment passed to subsequent commands.  If  no  op-
-              tions  are supplied, each _\bn_\ba_\bm_\be refers to a variable; if there is
-              no variable by that name, a function with that name, if any,  is
-              unset.   Some  shell  variables  may  not  be  unset.  If any of
+              and that variable is removed.  If -\b-f\bf  is  specified,  each  _\bn_\ba_\bm_\be
+              refers  to  a shell function, and the function definition is re-
+              moved.  If the -\b-n\bn option is supplied, and  _\bn_\ba_\bm_\be  is  a  variable
+              with  the  _\bn_\ba_\bm_\be_\br_\be_\bf attribute, _\bn_\ba_\bm_\be will be unset rather than the
+              variable it references.  -\b-n\bn has no effect if the  -\b-f\bf  option  is
+              supplied.   Read-only  variables and functions may not be unset.
+              When variables or functions are removed, they are  also  removed
+              from  the  environment passed to subsequent commands.  If no op-
+              tions are supplied, each _\bn_\ba_\bm_\be refers to a variable; if there  is
+              no  variable by that name, a function with that name, if any, is
+              unset.  Some shell variables  may  not  be  unset.   If  any  of
               B\bBA\bAS\bSH\bH_\b_A\bAL\bLI\bIA\bAS\bSE\bES\bS,  B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV0\b0,  B\bBA\bAS\bSH\bH_\b_C\bCM\bMD\bDS\bS,  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD,  B\bBA\bAS\bSH\bH_\b_S\bSU\bUB\bB-\b-
-              S\bSH\bHE\bEL\bLL\bL,   B\bBA\bAS\bSH\bHP\bPI\bID\bD,   C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS,   D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK,  E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bE,
-              E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bS, F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE, G\bGR\bRO\bOU\bUP\bPS\bS, H\bHI\bIS\bST\bTC\bCM\bMD\bD,  L\bLI\bIN\bNE\bEN\bNO\bO,  R\bRA\bAN\bND\bDO\bOM\bM,  S\bSE\bEC\bC-\b-
-              O\bON\bND\bDS\bS,  or S\bSR\bRA\bAN\bND\bDO\bOM\bM are unset, they lose their special properties,
-              even if they are subsequently reset.  The exit  status  is  true
+              S\bSH\bHE\bEL\bLL\bL,  B\bBA\bAS\bSH\bHP\bPI\bID\bD,   C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS,   D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK,   E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bE,
+              E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bS,  F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE,  G\bGR\bRO\bOU\bUP\bPS\bS,  H\bHI\bIS\bST\bTC\bCM\bMD\bD, L\bLI\bIN\bNE\bEN\bNO\bO, R\bRA\bAN\bND\bDO\bOM\bM, S\bSE\bEC\bC-\b-
+              O\bON\bND\bDS\bS, or S\bSR\bRA\bAN\bND\bDO\bOM\bM are unset, they lose their special  properties,
+              even  if  they  are subsequently reset.  The exit status is true
               unless a _\bn_\ba_\bm_\be is readonly or may not be unset.
 
        w\bwa\bai\bit\bt [-\b-f\bfn\bn] [-\b-p\bp _\bv_\ba_\br_\bn_\ba_\bm_\be] [_\bi_\bd ...]
               Wait for each specified child process _\bi_\bd and return the termina-
-              tion  status of the last _\bi_\bd.  Each _\bi_\bd may be a process ID _\bp_\bi_\bd or
-              a job specification _\bj_\bo_\bb_\bs_\bp_\be_\bc; if  a  jobspec  is  supplied,  w\bwa\bai\bit\bt
+              tion status of the last _\bi_\bd.  Each _\bi_\bd may be a process ID _\bp_\bi_\b or
+              a  job  specification  _\bj_\bo_\bb_\bs_\bp_\be_\bc;  if  a jobspec is supplied, w\bwa\bai\bit\bt
               waits for all processes in the job.
 
-              If  no  options  or _\bi_\bds are supplied, w\bwa\bai\bit\bt waits for all running
-              background jobs and the last-executed process  substitution,  if
+              If no options or _\bi_\bds are supplied, w\bwa\bai\bit\bt waits  for  all  running
+              background  jobs  and the last-executed process substitution, if
               its process id is the same as $\b$!\b!, and the return status is zero.
 
-              If  the  -\b-n\bn  option  is  supplied, w\bwa\bai\bit\bt waits for any one of the
+              If the -\b-n\bn option is supplied, w\bwa\bai\bit\bt waits  for  any  one  of  the
               given _\bi_\bds or, if no _\bi_\bds are supplied, any job or process substi-
               tution, to complete and returns its exit status.  If none of the
-              supplied _\bi_\bds is a child of the shell, or if no _\bi_\bds are  supplied
-              and  the  shell has no unwaited-for children, the exit status is
+              supplied  _\bi_\bds is a child of the shell, or if no _\bi_\bds are supplied
+              and the shell has no unwaited-for children, the exit  status  is
               127.
 
-              If the -\b-p\bp option is supplied, w\bwa\bai\bit\bt assigns the  process  or  job
-              identifier  of  the job for which the exit status is returned to
-              the variable _\bv_\ba_\br_\bn_\ba_\bm_\be named by the option  argument.   The  vari-
-              able,  which cannot be readonly, will be unset initially, before
-              any assignment.  This is useful only when used with the  -\b-n\b op-
+              If  the  -\b-p\bp  option is supplied, w\bwa\bai\bit\bt assigns the process or job
+              identifier of the job for which the exit status is  returned  to
+              the  variable  _\bv_\ba_\br_\bn_\ba_\bm_\be  named by the option argument.  The vari-
+              able, which cannot be readonly, will be unset initially,  before
+              any  assignment.   This is useful only when used with the -\b-n\bn op-
               tion.
 
-              Supplying  the  -\b-f\bf  option,  when job control is enabled, forces
-              w\bwa\bai\bit\bto wait for each _\bi_\bd to terminate before returning its  sta-
+              Supplying the -\b-f\bf option, when job  control  is  enabled,  forces
+              w\bwa\bai\bit\b to wait for each _\bi_\bd to terminate before returning its sta-
               tus, instead of returning when it changes status.
 
-              If  none  of  the  _\bi_\bds  specify  one of the shell's active child
-              processes, the return status is 127.  If w\bwa\bai\bit\bt is interrupted  by
-              a  signal,  any _\bv_\ba_\br_\bn_\ba_\bm_\be will remain unset, and the return status
+              If none of the _\bi_\bds specify  one  of  the  shell's  active  child
+              processes,  the return status is 127.  If w\bwa\bai\bit\bt is interrupted by
+              a signal, any _\bv_\ba_\br_\bn_\ba_\bm_\be will remain unset, and the  return  status
               will be greater than 128, as described under S\bSI\bIG\bGN\bNA\bAL\bLS\bS in _\bb_\ba_\bs_\bh(1).
               Otherwise, the return status is the exit status of the last _\bi_\bd.
 
 S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE
-       Bash-4.0 introduced the concept of a _\bs_\bh_\be_\bl_\bl _\bc_\bo_\bm_\bp_\ba_\bt_\bi_\bb_\bi_\bl_\bi_\bt_\by _\bl_\be_\bv_\be_\bl,  speci-
+       Bash-4.0  introduced the concept of a _\bs_\bh_\be_\bl_\bl _\bc_\bo_\bm_\bp_\ba_\bt_\bi_\bb_\bi_\bl_\bi_\bt_\by _\bl_\be_\bv_\be_\bl, speci-
        fied as a set of options to the shopt builtin (c\bco\bom\bmp\bpa\bat\bt3\b31\b1, c\bco\bom\bmp\bpa\bat\bt3\b32\b2, c\bco\bom\bm-\b-
-       p\bpa\bat\bt4\b40\b0,  c\bco\bom\bmp\bpa\bat\bt4\b41\b1,  and so on).  There is only one current compatibility
+       p\bpa\bat\bt4\b40\b0, c\bco\bom\bmp\bpa\bat\bt4\b41\b1, and so on).  There is only one  current  compatibility
        level -- each option is mutually exclusive.  The compatibility level is
-       intended to allow users to select behavior from previous versions  that
-       is  incompatible  with newer versions while they migrate scripts to use
-       current features and behavior.  It's intended to be a  temporary  solu-
+       intended  to allow users to select behavior from previous versions that
+       is incompatible with newer versions while they migrate scripts  to  use
+       current  features  and behavior.  It's intended to be a temporary solu-
        tion.
 
-       This  section does not mention behavior that is standard for a particu-
-       lar version (e.g., setting c\bco\bom\bmp\bpa\bat\bt3\b32\b2 means that quoting the  right  hand
-       side  of  the regexp matching operator quotes special regexp characters
-       in the word, which is default behavior in bash-3.2 and subsequent  ver-
+       This section does not mention behavior that is standard for a  particu-
+       lar  version  (e.g., setting c\bco\bom\bmp\bpa\bat\bt3\b32\b2 means that quoting the right hand
+       side of the regexp matching operator quotes special  regexp  characters
+       in  the word, which is default behavior in bash-3.2 and subsequent ver-
        sions).
 
-       If  a  user enables, say, c\bco\bom\bmp\bpa\bat\bt3\b32\b2, it may affect the behavior of other
-       compatibility levels up to  and  including  the  current  compatibility
-       level.   The  idea  is  that each compatibility level controls behavior
-       that changed in that version of b\bba\bas\bsh\bh, but that behavior may  have  been
-       present  in  earlier versions.  For instance, the change to use locale-
-       based comparisons with the [\b[[\b[ command came  in  bash-4.1,  and  earlier
+       If a user enables, say, c\bco\bom\bmp\bpa\bat\bt3\b32\b2, it may affect the behavior  of  other
+       compatibility  levels  up  to  and  including the current compatibility
+       level.  The idea is that each  compatibility  level  controls  behavior
+       that  changed  in that version of b\bba\bas\bsh\bh, but that behavior may have been
+       present in earlier versions.  For instance, the change to  use  locale-
+       based  comparisons  with  the  [\b[[\b[ command came in bash-4.1, and earlier
        versions used ASCII-based comparisons, so enabling c\bco\bom\bmp\bpa\bat\bt3\b32\b2 will enable
-       ASCII-based  comparisons  as  well.  That granularity may not be suffi-
-       cient for all uses, and as a result users should  employ  compatibility
-       levels  carefully.   Read the documentation for a particular feature to
+       ASCII-based comparisons as well.  That granularity may  not  be  suffi-
+       cient  for  all uses, and as a result users should employ compatibility
+       levels carefully.  Read the documentation for a particular  feature  to
        find out the current behavior.
 
-       Bash-4.3 introduced a new shell variable: B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT.  The  value  as-
+       Bash-4.3  introduced  a new shell variable: B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT.  The value as-
        signed to this variable (a decimal version number like 4.2, or an inte-
-       ger  corresponding to the c\bco\bom\bmp\bpa\bat\bt_\bN_\bN option, like 42) determines the com-
+       ger corresponding to the c\bco\bom\bmp\bpa\bat\bt_\bN_\bN option, like 42) determines the  com-
        patibility level.
 
        Starting with bash-4.4, b\bba\bas\bsh\bh began deprecating older compatibility lev-
        els.  Eventually, the options will be removed in favor of B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT.
 
-       Bash-5.0 was the final version for which there was an individual  shopt
-       option  for the previous version.  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is the only mechanism to
+       Bash-5.0  was the final version for which there was an individual shopt
+       option for the previous version.  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is the only mechanism  to
        control the compatibility level in versions newer than bash-5.0.
 
-       The following table describes the behavior changes controlled  by  each
+       The  following  table describes the behavior changes controlled by each
        compatibility level setting.  The c\bco\bom\bmp\bpa\bat\bt_\bN_\bN tag is used as shorthand for
        setting the compatibility level to _\bN_\bN using one of the following mecha-
-       nisms.   For versions prior to bash-5.0, the compatibility level may be
-       set using the corresponding c\bco\bom\bmp\bpa\bat\bt_\bN_\bN shopt option.   For  bash-4.3  and
-       later  versions,  the  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT variable is preferred, and it is re-
+       nisms.  For versions prior to bash-5.0, the compatibility level may  be
+       set  using  the  corresponding c\bco\bom\bmp\bpa\bat\bt_\bN_\bN shopt option.  For bash-4.3 and
+       later versions, the B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT variable is preferred, and  it  is  re-
        quired for bash-5.1 and later versions.
 
        c\bco\bom\bmp\bpa\bat\bt3\b31\b1
@@ -2184,118 +2190,118 @@ S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE
                      ator (=) has no special effect.
 
        c\bco\bom\bmp\bpa\bat\bt3\b32\b2
-              +\bo      The <\b< and >\b> operators to the [\b[[\b[ command do  not  consider
+              +\bo      The  <\b<  and >\b> operators to the [\b[[\b[ command do not consider
                      the current locale when comparing strings; they use ASCII
                      ordering.
 
        c\bco\bom\bmp\bpa\bat\bt4\b40\b0
-              +\bo      The  <\b<  and >\b> operators to the [\b[[\b[ command do not consider
+              +\bo      The <\b< and >\b> operators to the [\b[[\b[ command do  not  consider
                      the current locale when comparing strings; they use ASCII
                      ordering.  B\bBa\bas\bsh\bh versions prior to bash-4.1 use ASCII col-
-                     lation and _\bs_\bt_\br_\bc_\bm_\bp(3); bash-4.1 and later use the  current
+                     lation  and _\bs_\bt_\br_\bc_\bm_\bp(3); bash-4.1 and later use the current
                      locale's collation sequence and _\bs_\bt_\br_\bc_\bo_\bl_\bl(3).
 
        c\bco\bom\bmp\bpa\bat\bt4\b41\b1
-              +\bo      In  _\bp_\bo_\bs_\bi_\bx mode, t\bti\bim\bme\be may be followed by options and still
+              +\bo      In _\bp_\bo_\bs_\bi_\bx mode, t\bti\bim\bme\be may be followed by options and  still
                      be recognized as a reserved word (this is POSIX interpre-
                      tation 267).
               +\bo      In _\bp_\bo_\bs_\bi_\bx mode, the parser requires that an even number of
-                     single quotes occur in the  _\bw_\bo_\br_\bd  portion  of  a  double-
-                     quoted  parameter expansion and treats them specially, so
-                     that characters within the single quotes  are  considered
+                     single  quotes  occur  in  the  _\bw_\bo_\br_\bd portion of a double-
+                     quoted parameter expansion and treats them specially,  so
+                     that  characters  within the single quotes are considered
                      quoted (this is POSIX interpretation 221).
 
        c\bco\bom\bmp\bpa\bat\bt4\b42\b2
               +\bo      The replacement string in double-quoted pattern substitu-
-                     tion  does  not undergo quote removal, as it does in ver-
+                     tion does not undergo quote removal, as it does  in  ver-
                      sions after bash-4.2.
-              +\bo      In posix mode, single quotes are considered special  when
-                     expanding  the  _\bw_\bo_\br_\bd portion of a double-quoted parameter
-                     expansion and can be used to quote  a  closing  brace  or
-                     other  special character (this is part of POSIX interpre-
-                     tation 221); in later versions,  single  quotes  are  not
+              +\bo      In  posix mode, single quotes are considered special when
+                     expanding the _\bw_\bo_\br_\bd portion of a  double-quoted  parameter
+                     expansion  and  can  be  used to quote a closing brace or
+                     other special character (this is part of POSIX  interpre-
+                     tation  221);  in  later  versions, single quotes are not
                      special within double-quoted word expansions.
 
        c\bco\bom\bmp\bpa\bat\bt4\b43\b3
-              +\bo      Word  expansion  errors  are  considered non-fatal errors
-                     that cause the current command to  fail,  even  in  posix
-                     mode  (the  default behavior is to make them fatal errors
+              +\bo      Word expansion errors  are  considered  non-fatal  errors
+                     that  cause  the  current  command to fail, even in posix
+                     mode (the default behavior is to make them  fatal  errors
                      that cause the shell to exit).
-              +\bo      When  executing  a  shell  function,   the   loop   state
+              +\bo      When   executing   a   shell  function,  the  loop  state
                      (while/until/etc.)  is not reset, so b\bbr\bre\bea\bak\bk or c\bco\bon\bnt\bti\bin\bnu\bue\be in
                      that function will break or continue loops in the calling
                      context.  Bash-4.4 and later reset the loop state to pre-
                      vent this.
 
        c\bco\bom\bmp\bpa\bat\bt4\b44\b4
-              +\bo      The  shell  sets  up  the  values  used  by B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV and
-                     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\bso they can expand to  the  shell's  positional
-                     parameters  even  if  extended  debugging mode is not en-
+              +\bo      The shell sets  up  the  values  used  by  B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\b and
+                     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\b so  they  can expand to the shell's positional
+                     parameters even if extended debugging  mode  is  not  en-
                      abled.
-              +\bo      A subshell inherits loops from  its  parent  context,  so
-                     b\bbr\bre\bea\bak\b or  c\bco\bon\bnt\bti\bin\bnu\bue\be  will  cause  the  subshell  to exit.
-                     Bash-5.0 and later reset the loop state  to  prevent  the
+              +\bo      A  subshell  inherits  loops  from its parent context, so
+                     b\bbr\bre\bea\bak\bor  c\bco\bon\bnt\bti\bin\bnu\bue\be  will  cause  the  subshell  to  exit.
+                     Bash-5.0  and  later  reset the loop state to prevent the
                      exit
-              +\bo      Variable  assignments  preceding builtins like e\bex\bxp\bpo\bor\brt\bt and
+              +\bo      Variable assignments preceding builtins like  e\bex\bxp\bpo\bor\brt\b and
                      r\bre\bea\bad\bdo\bon\bnl\bly\by that set attributes continue to affect variables
                      with the same name in the calling environment even if the
                      shell is not in posix mode.
 
        c\bco\bom\bmp\bpa\bat\bt5\b50\b0
-              +\bo      Bash-5.1 changed the way $\b$R\bRA\bAN\bND\bDO\bOM\bM is generated  to  intro-
-                     duce  slightly more randomness.  If the shell compatibil-
+              +\bo      Bash-5.1  changed  the way $\b$R\bRA\bAN\bND\bDO\bOM\bM is generated to intro-
+                     duce slightly more randomness.  If the shell  compatibil-
                      ity level is set to 50 or lower, it reverts to the method
-                     from bash-5.0 and previous versions, so seeding the  ran-
-                     dom  number generator by assigning a value to R\bRA\bAN\bND\bDO\bOM\bM will
+                     from  bash-5.0 and previous versions, so seeding the ran-
+                     dom number generator by assigning a value to R\bRA\bAN\bND\bDO\bOM\b will
                      produce the same sequence as in bash-5.0.
-              +\bo      If the command hash table is empty, bash  versions  prior
-                     to  bash-5.1 printed an informational message to that ef-
-                     fect, even when producing output that can  be  reused  as
-                     input.   Bash-5.1 suppresses that message when the -\b-l\bl op-
+              +\bo      If  the  command hash table is empty, bash versions prior
+                     to bash-5.1 printed an informational message to that  ef-
+                     fect,  even  when  producing output that can be reused as
+                     input.  Bash-5.1 suppresses that message when the -\b-l\b op-
                      tion is supplied.
 
        c\bco\bom\bmp\bpa\bat\bt5\b51\b1
-              +\bo      The u\bun\bns\bse\bet\bt builtin treats attempts  to  unset  array  sub-
-                     scripts  @\b@ and *\b* differently depending on whether the ar-
-                     ray is indexed or associative, and  differently  than  in
+              +\bo      The  u\bun\bns\bse\bet\bt  builtin  treats  attempts to unset array sub-
+                     scripts @\b@ and *\b* differently depending on whether the  ar-
+                     ray  is  indexed  or associative, and differently than in
                      previous versions.
               +\bo      Arithmetic commands ( (\b((\b(...)\b))\b) ) and the expressions in an
                      arithmetic for statement can be expanded more than once.
-              +\bo      Expressions  used as arguments to arithmetic operators in
-                     the [\b[[\b[ conditional command  can  be  expanded  more  than
+              +\bo      Expressions used as arguments to arithmetic operators  in
+                     the  [\b[[\b[  conditional  command  can  be expanded more than
                      once.
-              +\bo      The  expressions  in  substring parameter brace expansion
+              +\bo      The expressions in substring  parameter  brace  expansion
                      can be expanded more than once.
               +\bo      The expressions in the $\b$(\b((\b(...)\b))\b) word expansion can be ex-
                      panded more than once.
-              +\bo      Arithmetic expressions used as indexed  array  subscripts
+              +\bo      Arithmetic  expressions  used as indexed array subscripts
                      can be expanded more than once.
-              +\bo      t\bte\bes\bst\b -\b-v\bv,  when  given an argument of A\bA[\b[@\b@]\b], where A\bA is an
+              +\bo      t\bte\bes\bst\b-\b-v\bv, when given an argument of A\bA[\b[@\b@]\b], where  A\bA  is  an
                      existing associative array, will return true if the array
-                     has any set elements.  Bash-5.2 will look for and  report
+                     has  any set elements.  Bash-5.2 will look for and report
                      on a key named @\b@.
               +\bo      The  ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br[\b[:\b:]\b]=\b=_\bv_\ba_\bl_\bu_\be}  word  expansion  will  return
-                     _\bv_\ba_\bl_\bu_\be, before any variable-specific transformations  have
+                     _\bv_\ba_\bl_\bu_\be,  before any variable-specific transformations have
                      been performed (e.g., converting to lowercase).  Bash-5.2
                      will return the final value assigned to the variable.
-              +\bo      Parsing  command substitutions will behave as if extended
+              +\bo      Parsing command substitutions will behave as if  extended
                      globbing (see the description of the s\bsh\bho\bop\bpt\bt builtin above)
-                     is enabled, so that parsing a command  substitution  con-
+                     is  enabled,  so that parsing a command substitution con-
                      taining an extglob pattern (say, as part of a shell func-
-                     tion)  will  not fail.  This assumes the intent is to en-
-                     able extglob before the command is executed and word  ex-
-                     pansions  are  performed.  It will fail at word expansion
-                     time if extglob hasn't been enabled by the time the  com-
+                     tion) will not fail.  This assumes the intent is  to  en-
+                     able  extglob before the command is executed and word ex-
+                     pansions are performed.  It will fail at  word  expansion
+                     time  if extglob hasn't been enabled by the time the com-
                      mand is executed.
 
        c\bco\bom\bmp\bpa\bat\bt5\b52\b2
-              +\bo      The  t\bte\bes\bst\bt  builtin uses its historical algorithm to parse
-                     parenthesized subexpressions when given five or more  ar-
+              +\bo      The t\bte\bes\bst\bt builtin uses its historical algorithm  to  parse
+                     parenthesized  subexpressions when given five or more ar-
                      guments.
-              +\bo      If  the  -\b-p\bp or -\b-P\bP option is supplied to the b\bbi\bin\bnd\bd builtin,
+              +\bo      If the -\b-p\bp or -\b-P\bP option is supplied to the  b\bbi\bin\bnd\b builtin,
                      b\bbi\bin\bnd\bd treats any arguments remaining after option process-
-                     ing as bindable command names, and displays any  key  se-
-                     quences  bound to those commands, instead of treating the
+                     ing  as  bindable command names, and displays any key se-
+                     quences bound to those commands, instead of treating  the
                      arguments as key sequences to bind.
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
index 8efaa9e9d05a45b2d30764af875169bf897eb429..704dca11b571251af66947375c0cf77a24e74bdb 100644 (file)
@@ -1,12 +1,12 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Thu Apr  4 17:50:31 2024
+%%CreationDate: Thu Oct 17 11:28:25 2024
 %%DocumentNeededResources: font Times-Italic
 %%+ font Times-Roman
 %%+ font Times-Bold
 %%+ font Symbol
 %%DocumentSuppliedResources: procset grops 1.23 0
-%%Pages: 28
+%%Pages: 30
 %%PageOrder: Ascend
 %%DocumentMedia: Default 612 792 0 () ()
 %%Orientation: Portrait
@@ -310,103 +310,95 @@ F3(let)2.961 E F1 2.961(,a)C(nd)-2.961 E F3(shift)2.961 E F1 -.2(bu)
 (fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding)
 -.15 E F0(ar)3.282 E(guments)-.37 E F1 .452(and performing an)3.222 F
 2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. The)144 273.6 R
-(return status is zero.)2.5 E F3(.)108 290.4 Q F0(\214lename)6.666 E F1
-([)2.5 E F0(ar)A(guments)-.37 E F1(])A F3(sour)108 302.4 Q(ce)-.18 E F0
-(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E F1(])A 1.02
-(Read and e)144 314.4 R -.15(xe)-.15 G 1.02(cute commands from).15 F F0
-(\214lename)5.43 E F1 1.02(in the current shell en)3.7 F 1.02
-(vironment and return the e)-.4 F(xit)-.15 E 1.33
-(status of the last command e)144 326.4 R -.15(xe)-.15 G 1.331
-(cuted from).15 F F0(\214lename)5.741 E F1 6.331(.I).18 G(f)-6.331 E F0
-(\214lename)5.741 E F1 1.331(does not contain a slash, \214le-)4.011 F
-.023(names in)144 338.4 R/F4 9/Times-Bold@0 SF -.666(PA)2.523 G(TH)-.189
-E F1 .022(are used to \214nd the directory containing)2.273 F F0
-(\214lename)4.432 E F1 2.522(,b).18 G(ut)-2.722 E F0(\214lename)2.522 E
-F1 .022(does not need to be)2.522 F -.15(exe)144 350.4 S 3.86
-(cutable. The).15 F 1.36(\214le searched for in)3.86 F F4 -.666(PA)3.86
-G(TH)-.189 E F1 1.361(need not be e)3.61 F -.15(xe)-.15 G 3.861
-(cutable. When).15 F F3(bash)3.861 E F1 1.361(is not in)3.861 F F0
-(posix)3.861 E(mode)144 362.4 Q F1 2.772(,i)C 2.772(ts)-2.772 G .272
-(earches the current directory if no \214le is found in)-2.772 F F4
--.666(PA)2.771 G(TH)-.189 E/F5 9/Times-Roman@0 SF(.)A F1 .271(If the)
-4.771 F F3(sour)2.771 E(cepath)-.18 E F1 .271(option to the)2.771 F F3
-(shopt)144 374.4 Q F1 -.2(bu)3.659 G 1.159(iltin command is turned of).2
-F 1.159(f, the)-.25 F F4 -.666(PA)3.659 G(TH)-.189 E F1 1.159
-(is not searched.)3.409 F 1.16(If an)6.159 F(y)-.15 E F0(ar)3.66 E
-(guments)-.37 E F1 1.16(are supplied,)3.66 F(the)144 386.4 Q 3.045(yb)
--.15 G .544(ecome the positional parameters when)-3.045 F F0(\214lename)
-3.044 E F1 .544(is e)3.044 F -.15(xe)-.15 G 3.044(cuted. Otherwise).15 F
-.544(the positional para-)3.044 F .302(meters are unchanged.)144 398.4 R
-.302(If the)5.302 F F3<ad54>2.802 E F1 .302(option is enabled,)2.802 F
-F3(.)2.802 E F1 .302(inherits an)2.802 F 2.802(yt)-.15 G .302(rap on)
--2.802 F F3(DEB)2.802 E(UG)-.1 E F1 2.802(;i)C 2.802(fi)-2.802 G 2.802
-(ti)-2.802 G 2.803(sn)-2.802 G .303(ot, an)-2.803 F(y)-.15 E F3(DEB)144
-410.4 Q(UG)-.1 E F1 .382(trap string is sa)2.882 F -.15(ve)-.2 G 2.882
-(da).15 G .382(nd restored around the call to)-2.882 F F3(.)2.882 E F1
-2.882(,a)C(nd)-2.882 E F3(.)2.881 E F1 .381(unsets the)2.881 F F3(DEB)
-2.881 E(UG)-.1 E F1 .381(trap while)2.881 F .812(it e)144 422.4 R -.15
-(xe)-.15 G 3.312(cutes. If).15 F F3<ad54>3.312 E F1 .812
-(is not set, and the sourced \214le changes the)3.312 F F3(DEB)3.312 E
-(UG)-.1 E F1 .812(trap, the ne)3.312 F 3.312(wv)-.25 G .813(alue is re-)
--3.562 F 1.377(tained when)144 434.4 R F3(.)3.877 E F1 3.877
-(completes. The)3.877 F 1.376
-(return status is the status of the last command e)3.876 F 1.376
-(xited within the)-.15 F(script \(0 if no commands are e)144 446.4 Q
--.15(xe)-.15 G(cuted\), and f).15 E(alse if)-.1 E F0(\214lename)4.41 E
-F1(is not found or cannot be read.)2.68 E F3(alias)108 463.2 Q F1([)2.5
-E F3<ad70>A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
-1.666(..)-.834 G(])-1.666 E F3(Alias)144 475.2 Q F1 2.724(with no ar)
-5.224 F 2.724(guments or with the)-.18 F F3<ad70>5.224 E F1 2.724
-(option prints the list of aliases in the form)5.224 F F3(alias)5.225 E
-F0(name)144 487.2 Q F1(=)A F0(value)A F1 .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 F0(name)
-3.08 E F1(whose)144 499.2 Q F0(value)2.508 E F1 .009(is gi)2.508 F -.15
-(ve)-.25 G 2.509(n. A).15 F .009(trailing space in)2.509 F F0(value)
-2.509 E F1 .009(causes the ne)2.509 F .009(xt w)-.15 F .009
-(ord to be check)-.1 F .009(ed for alias substi-)-.1 F .579
-(tution when the alias is e)144 511.2 R 3.079(xpanded. F)-.15 F .579
-(or each)-.15 F F0(name)3.079 E F1 .579(in the ar)3.079 F .579
-(gument list for which no)-.18 F F0(value)3.079 E F1 .578(is sup-)3.078
-F 1.313(plied, the name and v)144 523.2 R 1.314
-(alue of the alias is printed.)-.25 F F3(Alias)6.314 E F1 1.314
-(returns true unless a)3.814 F F0(name)3.814 E F1 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 535.2 Q F3(bg)108 552 Q F1([)2.5
-E F0(jobspec)A F1 1.666(...)2.5 G(])-1.666 E .745
-(Resume each suspended job)144 564 R F0(jobspec)3.245 E F1 .745
+(return status is zero.)2.5 E F3(.)108 290.4 Q F1([)2.5 E F3<ad70>A F0
+(path)2.5 E F1(])A F0(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E
+F1(])A F3(sour)108 302.4 Q(ce)-.18 E F1([)2.5 E F3<ad70>A F0(path)2.5 E
+F1(])A F0(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E F1(])A(The)
+144 314.4 Q F3(.)2.79 E F1 .29(command \()2.79 F F3(sour)A(ce)-.18 E F1
+2.79(\)r)C .289(eads and e)-2.79 F -.15(xe)-.15 G .289
+(cute commands from).15 F F0(\214lename)4.699 E F1 .289
+(in the current shell en)2.969 F(viron-)-.4 E(ment and returns the e)144
+326.4 Q(xit status of the last command e)-.15 E -.15(xe)-.15 G
+(cuted from).15 E F0(\214lename)4.41 E F1(.).18 E(If)144 343.2 Q F0
+(\214lename)2.662 E F1 .162(does not contain a slash,)2.662 F F3(.)2.662
+E F1 .162(searches for it.)2.662 F .162(If the)5.162 F F3<ad70>2.662 E
+F1 .163(option is supplied,)2.663 F F3(.)2.663 E F1(treats)2.663 E F0
+(path)2.663 E F1 .163(as a)2.663 F .598
+(colon-separated list of directories in which to \214nd)144 355.2 R F0
+(\214lename)3.097 E F1 3.097(;o)C(therwise,)-3.097 E F3(.)3.097 E F1
+.597(uses the entries in)3.097 F/F4 9/Times-Bold@0 SF -.666(PA)3.097 G
+(TH)-.189 E F1 .302(to \214nd the directory containing)144 367.2 R F0
+(\214lename)4.712 E F1(.).18 E F0(\214lename)5.303 E F1 .303
+(does not need to be e)2.803 F -.15(xe)-.15 G 2.803(cutable. When).15 F
+F3(bash)2.803 E F1(is)2.803 E .459
+(not in posix mode, it searches the current directory if)144 379.2 R F0
+(\214lename)2.959 E F1 .459(is not found in)2.959 F F4 -.666(PA)2.959 G
+(TH)-.189 E/F5 9/Times-Roman@0 SF(,)A F1 -.2(bu)2.708 G 2.958(td).2 G
+.458(oes not)-2.958 F .6(search the current directory if)144 391.2 R F3
+<ad70>3.1 E F1 .6(is supplied.)3.1 F .6(If the)5.6 F F3(sour)3.1 E
+(cepath)-.18 E F1 .6(option to the)3.1 F F3(shopt)3.1 E F1 -.2(bu)3.1 G
+.6(iltin com-).2 F(mand is turned of)144 403.2 Q(f,)-.25 E F3(.)2.5 E F1
+(does not search)2.5 E F4 -.666(PA)2.5 G(TH)-.189 E F5(.)A F1 .65(If an)
+144 420 R(y)-.15 E F0(ar)3.15 E(guments)-.37 E F1 .649
+(are supplied, the)3.15 F 3.149(yb)-.15 G .649
+(ecome the positional parameters when)-3.149 F F0(\214lename)3.149 E F1
+.649(is e)3.149 F -.15(xe)-.15 G(cuted.).15 E
+(Otherwise the positional parameters are unchanged.)144 432 Q .498
+(If the)144 448.8 R F3<ad54>2.998 E F1 .498(option is enabled,)2.998 F
+F3(.)2.998 E F1 .498(inherits an)2.998 F 2.998(yt)-.15 G .498(rap on)
+-2.998 F F3(DEB)2.999 E(UG)-.1 E F1 2.999(;i)C 2.999(fi)-2.999 G 2.999
+(ti)-2.999 G 2.999(sn)-2.999 G .499(ot, an)-2.999 F(y)-.15 E F3(DEB)
+2.999 E(UG)-.1 E F1 .499(trap string is)2.999 F(sa)144 460.8 Q -.15(ve)
+-.2 G 3.26(da).15 G .76(nd restored around the call to)-3.26 F F3(.)3.26
+E F1 3.26(,a)C(nd)-3.26 E F3(.)3.26 E F1 .76(unsets the)3.26 F F3(DEB)
+3.26 E(UG)-.1 E F1 .76(trap while it e)3.26 F -.15(xe)-.15 G 3.26
+(cutes. If).15 F F3<ad54>3.26 E F1(is)3.26 E 1.076
+(not set, and the sourced \214le changes the)144 472.8 R F3(DEB)3.576 E
+(UG)-.1 E F1 1.076(trap, the ne)3.576 F 3.576(wv)-.25 G 1.077
+(alue persists after)-3.826 F F3(.)3.577 E F1(completes.)3.577 E .424
+(The return status is the status of the last command e)144 484.8 R -.15
+(xe)-.15 G .423(cuted from).15 F F0(\214lename)2.923 E F1 .423
+(\(0 if no commands are)2.923 F -.15(exe)144 496.8 S
+(cuted\), and non-zero if).15 E F0(\214lename)4.41 E F1
+(is not found or cannot be read.)2.68 E F3(alias)108 513.6 Q F1([)2.5 E
+F3<ad70>A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
+1.666(..)-.834 G(])-1.666 E -.4(Wi)144 525.6 S 2.6(th no ar).4 F 2.6
+(guments or with the)-.18 F F3<ad70>5.1 E F1(option,)5.1 E F3(alias)
+5.101 E F1 2.601(prints the list of aliases in the form)5.101 F F3
+(alias)5.101 E F0(name)144 537.6 Q F1(=)A F0(value)A F1 1.715
+(on standard output.)4.215 F 1.715(When ar)6.715 F 1.714
+(guments are supplied, de\214ne an alias for each)-.18 F F0(name)4.214 E
+F1(whose)144 549.6 Q F0(value)2.508 E F1 .009(is gi)2.508 F -.15(ve)-.25
+G 2.509(n. A).15 F .009(trailing space in)2.509 F F0(value)2.509 E F1
+.009(causes the ne)2.509 F .009(xt w)-.15 F .009(ord to be check)-.1 F
+.009(ed for alias substi-)-.1 F .027(tution when the alias is e)144
+561.6 R .026(xpanded during command parsing.)-.15 F -.15(Fo)5.026 G
+2.526(re).15 G(ach)-2.526 E F0(name)2.526 E F1 .026(in the ar)2.526 F
+.026(gument list for)-.18 F .303(which no)144 573.6 R F0(value)2.803 E
+F1 .304(is supplied, print the name and v)2.804 F .304
+(alue of the alias)-.25 F F0(name)2.804 E F1(.)A F3(alias)5.304 E F1
+.304(returns true unless a)2.804 F F0(name)144 585.6 Q F1(is gi)2.5 E
+-.15(ve)-.25 G 2.5(n\().15 G(without a corresponding =)-2.5 E F0(value)A
+F1 2.5(\)f)C(or which no alias has been de\214ned.)-2.5 E F3(bg)108
+602.4 Q F1([)2.5 E F0(jobspec)A F1 1.666(...)2.5 G(])-1.666 E .745
+(Resume each suspended job)144 614.4 R F0(jobspec)3.245 E F1 .745
 (in the background, as if it had been started with)3.245 F F3(&)3.244 E
-F1 5.744(.I)C(f)-5.744 E F0(job-)4.984 E(spec)144 576 Q F1 .671
-(is not present, the shell')3.481 F 3.171(sn)-.55 G .672(otion of the)
--3.171 F F0(curr)3.172 E .672(ent job)-.37 F F1 .672(is used.)3.172 F F3
-(bg)5.672 E F0(jobspec)4.912 E F1 .672(returns 0 unless run)3.482 F .419
-(when job control is disabled or)144 588 R 2.919(,w)-.4 G .419
-(hen run with job control enabled, an)-2.919 F 2.918(ys)-.15 G
-(peci\214ed)-2.918 E F0(jobspec)2.918 E F1 -.1(wa)2.918 G 2.918(sn).1 G
-(ot)-2.918 E(found or w)144 600 Q(as started without job control.)-.1 E
-F3(bind)108 616.8 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1
-2.5(][)C F3(\255lpsvPSVX)-2.5 E F1(])A F3(bind)108 628.8 Q F1([)2.5 E F3
-<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F3<ad71>-2.5 E F0
-(function)2.5 E F1 2.5(][)C F3<ad75>-2.5 E F0(function)2.5 E F1 2.5(][)C
-F3<ad72>-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(])A F3(bind)108 640.8 Q F1
-([)2.5 E F3<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F3<ad66>2.5 E F0
-(\214lename)2.5 E F3(bind)108 652.8 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)2.5
-G(ymap)-.2 E F1(])A F3<ad78>2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1([:])A F0
-(shell\255command)2.5 E F3(bind)108 664.8 Q F1([)2.5 E F3<ad6d>A F0 -.1
-(ke)2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0
-(function\255name)A F3(bind)108 676.8 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)
-2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0 -.37(re)C
-(adline\255command).37 E F3(bind)108 688.8 Q F0 -.37(re)2.5 G
-(adline-command-line).37 E F1 .238(Display current)144 700.8 R F3 -.18
-(re)2.738 G(adline).18 E F1 -.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 F3 -.18(re)2.739 G(adline).18 E F1 .239(function or)
-2.739 F .04(macro, or set a)144 712.8 R F3 -.18(re)2.54 G(adline).18 E
-F1 -.25(va)2.54 G 2.54(riable. Each).25 F .039(non-option ar)2.54 F .039
-(gument is a command as it w)-.18 F .039(ould appear in a)-.1 F F3 -.18
-(re)144 724.8 S(adline).18 E F1 1.471(initialization \214le such as)
-3.971 F F0(.inputr)4.201 E(c)-.37 E F1 3.971(,b).31 G 1.472
-(ut each binding or command must be passed as a)-4.171 F(GNU Bash 5.2)72
+F1 5.744(.I)C(f)-5.744 E F0(job-)4.984 E(spec)144 626.4 Q F1 .949
+(is not present, the shell uses its notion of the)3.759 F F0(curr)3.45 E
+.95(ent job)-.37 F F1(.)A F3(bg)5.95 E F0(jobspec)5.19 E F1 .95
+(returns 0 unless run)3.76 F .419(when job control is disabled or)144
+638.4 R 2.919(,w)-.4 G .419(hen run with job control enabled, an)-2.919
+F 2.918(ys)-.15 G(peci\214ed)-2.918 E F0(jobspec)2.918 E F1 -.1(wa)2.918
+G 2.918(sn).1 G(ot)-2.918 E(found or w)144 650.4 Q
+(as started without job control.)-.1 E F3(bind)108 667.2 Q F1([)2.5 E F3
+<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F3(\255lsvSVX)-2.5 E F1
+(])A F3(bind)108 679.2 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E
+F1 2.5(][)C F3<ad71>-2.5 E F0(function)2.5 E F1 2.5(][)C F3<ad75>-2.5 E
+F0(function)2.5 E F1 2.5(][)C F3<ad72>-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E
+F1(])A F3(bind)108 691.2 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2
+E F1(])A F3<ad66>2.5 E F0(\214lename)2.5 E F3(bind)108 703.2 Q F1([)2.5
+E F3<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F3<ad78>2.5 E F0 -.1(ke)
+2.5 G(yseq)-.2 E F1([:])A F0(shell\255command)2.5 E F1(GNU Bash 5.2)72
 768 Q(2023 January 27)141.79 E(1)195.95 E 0 Cg EP
 %%Page: 2 2
 %%BeginPageSetup
@@ -414,123 +406,129 @@ BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .872
-(separate ar)144 84 R .872
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF(bind)108 84 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5 G
+(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0
+(function\255name)A F2(bind)108 96 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5
+G(ymap)-.2 E F1(])A F2<ad70>2.5 E F1(|)A F2<ad50>A F1([)2.5 E F0 -.37
+(re)C(adline\255command).37 E F1(])A F2(bind)108 108 Q F1([)2.5 E F2
+<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1
+(:)A F0 -.37(re)C(adline\255command).37 E F2(bind)108 120 Q F0 -.37(re)
+2.5 G(adline-command-line).37 E F1 .238(Display current)144 132 R F2
+-.18(re)2.738 G(adline).18 E F1 -.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 F2 -.18(re)2.739 G(adline).18 E F1 .239(function or)
+2.739 F .211(macro or to a shell command, or set a)144 144 R F2 -.18(re)
+2.711 G(adline).18 E F1 -.25(va)2.711 G 2.711(riable. Each).25 F .211
+(non-option ar)2.711 F .211(gument is a k)-.18 F .511 -.15(ey b)-.1 H
+(ind-).15 E .258(ing or command as it w)144 156 R .259(ould appear in a)
+-.1 F F2 -.18(re)2.759 G(adline).18 E F1 .259
+(initialization \214le such as)2.759 F F0(.inputr)2.989 E(c)-.37 E F1
+2.759(,b).31 G .259(ut each bind-)-2.959 F .514
+(ing or command must be passed as a separate ar)144 168 R .514
 (gument; e.g., \\C\255x\\C\255r: re\255read\255init\255\214le.)-.18 F
-.872(In the follo)5.872 F .872(wing descriptions, output a)-.25 F -.25
-(va)-.2 G(il-).25 E .709
-(able to be re-read is formatted as commands that w)144 96 R .709
-(ould appear in a)-.1 F/F2 10/Times-Bold@0 SF -.18(re)3.209 G(adline).18
-E F1 .709(initialization \214le or)3.209 F .108(that w)144 108 R .108
-(ould be supplied as indi)-.1 F .107(vidual ar)-.25 F .107(guments to a)
--.18 F F2(bind)2.607 E F1 2.607(command. Options,)2.607 F .107
-(if supplied, ha)2.607 F .407 -.15(ve t)-.2 H(he).15 E(follo)144 120 Q
-(wing meanings:)-.25 E F2<ad6d>144 132 Q F0 -.1(ke)2.5 G(ymap)-.2 E F1
-(Use)180 144 Q F0 -.1(ke)5.158 G(ymap)-.2 E F1 2.658(as the k)5.348 F
--.15(ey)-.1 G 2.658(map to be af).15 F 2.659
-(fected by the subsequent bindings.)-.25 F(Acceptable)7.659 E F0 -.1(ke)
-180 156 S(ymap)-.2 E F1 3.193(names are)5.883 F F0 3.193
-(emacs, emacs\255standar)5.693 F 3.192
+.514(In the)5.514 F(follo)144 180 Q .271(wing descriptions, output a)
+-.25 F -.25(va)-.2 G .272
+(ilable to be re-read is formatted as commands that w).25 F .272
+(ould appear)-.1 F .732(in a)144 192 R F2 -.18(re)3.232 G(adline).18 E
+F1 .732(initialization \214le or that w)3.232 F .732
+(ould be supplied as indi)-.1 F .732(vidual ar)-.25 F .732(guments to a)
+-.18 F F2(bind)3.231 E F1(com-)3.231 E 2.5(mand. Options,)144 204 R
+(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)
+-.25 E F2<ad6d>144 216 Q F0 -.1(ke)2.5 G(ymap)-.2 E F1(Use)180 228 Q F0
+-.1(ke)5.158 G(ymap)-.2 E F1 2.658(as the k)5.348 F -.15(ey)-.1 G 2.658
+(map to be af).15 F 2.659(fected by the subsequent bindings.)-.25 F
+(Acceptable)7.659 E F0 -.1(ke)180 240 S(ymap)-.2 E F1 3.193(names are)
+5.883 F F0 3.193(emacs, emacs\255standar)5.693 F 3.192
 (d, emacs\255meta, emacs\255ctlx, vi, vi\255mo)-.37 F(ve)-.1 E(,)-.1 E
-(vi\255command)180 168 Q F1 4.089(,a)C(nd)-4.089 E F0(vi\255insert)4.379
+(vi\255command)180 252 Q F1 4.089(,a)C(nd)-4.089 E F0(vi\255insert)4.379
 E F1(.).68 E F0(vi)6.589 E F1 1.589(is equi)4.089 F -.25(va)-.25 G 1.589
 (lent to).25 F F0(vi\255command)4.089 E F1(\()4.089 E F0(vi\255mo)A(ve)
--.1 E F1 1.59(is also a syn-)4.089 F(on)180 180 Q(ym\);)-.15 E F0(emacs)
+-.1 E F1 1.59(is also a syn-)4.089 F(on)180 264 Q(ym\);)-.15 E F0(emacs)
 2.5 E F1(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F0(emacs\255standar)
-2.5 E(d)-.37 E F1(.)A F2<ad6c>144 192 Q F1(List the names of all)180 192
-Q F2 -.18(re)2.5 G(adline).18 E F1(functions.)2.5 E F2<ad70>144 204 Q F1
-(Display)180 204 Q F2 -.18(re)2.5 G(adline).18 E F1
-(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 F2<ad50>144 216 Q F1(List current)180 216 Q
-F2 -.18(re)2.5 G(adline).18 E F1(function names and bindings.)2.5 E F2
-<ad73>144 228 Q F1(Display)180 228 Q F2 -.18(re)3.655 G(adline).18 E F1
--.1(ke)3.655 G 3.655(ys)-.05 G 1.155
+2.5 E(d)-.37 E F1(.)A F2<ad6c>144 276 Q F1(List the names of all)180 276
+Q F2 -.18(re)2.5 G(adline).18 E F1(functions.)2.5 E F2<ad70>144 288 Q F1
+(Display)180 288 Q F2 -.18(re)2.982 G(adline).18 E F1 .481
+(function names and bindings in such a w)2.982 F .481(ay that the)-.1 F
+2.981(yc)-.15 G .481(an be used as an)-2.981 F(ar)180 300 Q .192
+(gument to a subsequent)-.18 F F2(bind)2.692 E F1 .192(command or in a)
+2.692 F F2 -.18(re)2.692 G(adline).18 E F1 .193(initialization \214le.)
+2.693 F .193(If ar)5.193 F(guments)-.18 E 1.524
+(remain after option processing,)180 312 R F2(bind)4.024 E F1 1.523
+(treats them as)4.023 F F2 -.18(re)4.023 G(adline).18 E F1 1.523
+(command names and re-)4.023 F(stricts output to those names.)180 324 Q
+F2<ad50>144 336 Q F1 .173(List current)180 336 R F2 -.18(re)2.673 G
+(adline).18 E F1 .173(function names and bindings.)2.673 F .173(If ar)
+5.173 F .174(guments remain after option pro-)-.18 F(cessing,)180 348 Q
+F2(bind)4.855 E F1 2.354(treats them as)4.855 F F2 -.18(re)4.854 G
+(adline).18 E F1 2.354(command names and restricts output to those)4.854
+F(names.)180 360 Q F2<ad73>144 372 Q F1(Display)180 372 Q F2 -.18(re)
+3.655 G(adline).18 E F1 -.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 240 S 2.5(yt).1 G(hat the)-2.5
-E 2.5(yc)-.15 G(an be re-read.)-2.5 E F2<ad53>144 252 Q F1(Display)180
-252 Q F2 -.18(re)2.5 G(adline).18 E F1 -.1(ke)2.5 G 2.5(ys)-.05 G
+1.155(utput in such a)-3.655 F -.1(wa)180 384 S 2.555(yt).1 G .055
+(hat the)-2.555 F 2.555(yc)-.15 G .055(an be used as an ar)-2.555 F .055
+(gument to a subsequent)-.18 F F2(bind)2.555 E F1 .054(command or in a)
+2.554 F F2 -.18(re)2.554 G(adline).18 E F1(initialization \214le.)180
+396 Q F2<ad53>144 408 Q F1(Display)180 408 Q F2 -.18(re)2.5 G(adline).18
+E F1 -.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 F2<ad76>144 264 Q F1(Display)180 264 Q F2 -.18(re)2.5 G
-(adline).18 E F1 -.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 F2<ad56>144 276 Q F1(List current)180 276 Q F2
--.18(re)2.5 G(adline).18 E F1 -.25(va)2.5 G(riable names and v).25 E
-(alues.)-.25 E F2<ad66>144 288 Q F0(\214lename)2.5 E F1(Read k)180 300 Q
-.3 -.15(ey b)-.1 H(indings from).15 E F0(\214lename)2.5 E F1(.)A F2
-<ad71>144 312 Q F0(function)2.5 E F1(Query about which k)180 324 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 F0(function)2.5 E F1(.)A F2<ad75>144 336 Q F0(function)2.5 E F1
-(Unbind all k)180 348 Q -.15(ey)-.1 G 2.5(sb).15 G(ound to the named)
--2.5 E F0(function)2.5 E F1(.)A F2<ad72>144 360 Q F0 -.1(ke)2.5 G(yseq)
--.2 E F1(Remo)180 372 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H
+(utput.)-2.5 E F2<ad76>144 420 Q F1(Display)180 420 Q F2 -.18(re)2.783 G
+(adline).18 E F1 -.25(va)2.783 G .283(riable names and v).25 F .283
+(alues in such a w)-.25 F .284(ay that the)-.1 F 2.784(yc)-.15 G .284
+(an be used as an ar)-2.784 F(-)-.2 E(gument to a subsequent)180 432 Q
+F2(bind)2.5 E F1(command or in a)2.5 E F2 -.18(re)2.5 G(adline).18 E F1
+(initialization \214le.)2.5 E F2<ad56>144 444 Q F1(List current)180 444
+Q F2 -.18(re)2.5 G(adline).18 E F1 -.25(va)2.5 G(riable names and v).25
+E(alues.)-.25 E F2<ad66>144 456 Q F0(\214lename)2.5 E F1(Read k)180 468
+Q .3 -.15(ey b)-.1 H(indings from).15 E F0(\214lename)2.5 E F1(.)A F2
+<ad71>144 480 Q F0(function)2.5 E F1(Display k)180 492 Q .3 -.15(ey s)
+-.1 H(equences that in).15 E -.2(vo)-.4 G .2 -.1(ke t).2 H(he named).1 E
+F2 -.18(re)2.5 G(adline).18 E F0(function)2.5 E F1(.)A F2<ad75>144 504 Q
+F0(function)2.5 E F1(Unbind all k)180 516 Q .3 -.15(ey s)-.1 H
+(equences bound to the named).15 E F2 -.18(re)2.5 G(adline).18 E F0
+(function)2.5 E F1(.)A F2<ad72>144 528 Q F0 -.1(ke)2.5 G(yseq)-.2 E F1
+(Remo)180 540 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H
 (urrent binding for).15 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(.)A F2<ad78>144
-384 Q F0 -.1(ke)2.5 G(yseq)-.2 E F2([: ])A F0(shell\255command)A F1
-(Cause)180 396 Q F0(shell\255command)4.344 E F1 1.844(to be e)4.344 F
--.15(xe)-.15 G 1.844(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0 -.1(ke)
-4.345 G(yseq)-.2 E F1 1.845(is entered.)4.345 F 1.845(The separator be-)
-6.845 F(tween)180 408 Q F0 -.1(ke)3.016 G(yseq)-.2 E F1(and)3.016 E F0
+552 Q F0 -.1(ke)2.5 G(yseq)-.2 E F2([: ])A F0(shell\255command)A F1
+(Cause)180 564 Q F0(shell\255command)4.345 E F1 1.845(to be e)4.345 F
+-.15(xe)-.15 G 1.845(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0 -.1(ke)
+4.345 G(yseq)-.2 E F1 1.844(is entered.)4.344 F 1.844(The separator be-)
+6.844 F(tween)180 576 Q F0 -.1(ke)3.015 G(yseq)-.2 E F1(and)3.015 E F0
 (shell\255command)3.016 E F1 .516
-(is either whitespace or a colon optionally follo)3.016 F .515(wed by)
--.25 F 3.458(whitespace. If)180 420 R .958(the separator is whitespace,)
-3.458 F F0(shell\255command)3.458 E F1 .958(must be enclosed in double)
-3.458 F .623(quotes and)180 432 R F2 -.18(re)3.123 G(adline).18 E F1
--.15(ex)3.123 G .623(pands an).15 F 3.123(yo)-.15 G 3.123(fi)-3.123 G
-.623(ts special backslash-escapes in)-3.123 F F0(shell\255command)3.122
-E F1(be-)3.122 E .712(fore sa)180 444 R .712(ving it.)-.2 F .713
-(If the separator is a colon, an)5.712 F 3.213(ye)-.15 G .713
-(nclosing double quotes are optional, and)-3.213 F F2 -.18(re)180 456 S
-(adline).18 E F1 .099(does not e)2.599 F .099
-(xpand the command string before sa)-.15 F .098(ving it.)-.2 F .098
-(Since the entire k)5.098 F .398 -.15(ey b)-.1 H(ind-).15 E 2.72(ing e)
-180 468 R 2.72(xpression must be a single ar)-.15 F 2.72
-(gument, it should be enclosed in quotes.)-.18 F(When)7.72 E F0
-(shell\255command)180 480 Q F1 .563(is e)3.063 F -.15(xe)-.15 G .563
+(is either whitespace or a colon optionally follo)3.016 F .516(wed by)
+-.25 F 3.459(whitespace. If)180 588 R .958(the separator is whitespace,)
+3.459 F F0(shell\255command)3.458 E F1 .958(must be enclosed in double)
+3.458 F .622(quotes and)180 600 R F2 -.18(re)3.122 G(adline).18 E F1
+-.15(ex)3.122 G .623(pands an).15 F 3.123(yo)-.15 G 3.123(fi)-3.123 G
+.623(ts special backslash-escapes in)-3.123 F F0(shell\255command)3.123
+E F1(be-)3.123 E .713(fore sa)180 612 R .713(ving it.)-.2 F .713
+(If the separator is a colon, an)5.713 F 3.213(ye)-.15 G .712
+(nclosing double quotes are optional, and)-3.213 F F2 -.18(re)180 624 S
+(adline).18 E F1 .098(does not e)2.598 F .098
+(xpand the command string before sa)-.15 F .099(ving it.)-.2 F .099
+(Since the entire k)5.099 F .399 -.15(ey b)-.1 H(ind-).15 E .641(ing e)
+180 636 R .641(xpression must be a single ar)-.15 F .641
+(gument, it should be enclosed in single quotes.)-.18 F(When)5.64 E F0
+(shell\255command)180 648 Q F1 .563(is e)3.063 F -.15(xe)-.15 G .563
 (cuted, the shell sets the).15 F/F3 9/Times-Bold@0 SF(READLINE_LINE)
-3.063 E F1 -.25(va)2.813 G .563(riable to the contents).25 F .319
-(of the)180 492 R F2 -.18(re)2.82 G(adline).18 E F1 .32(line b)2.82 F
-(uf)-.2 E .32(fer and the)-.25 F F3(READLINE_POINT)2.82 E F1(and)2.57 E
-F3(READLINE_MARK)2.82 E F1 -.25(va)2.57 G(riables).25 E .546
-(to the current location of the insertion point and the sa)180 504 R
--.15(ve)-.2 G 3.045(di).15 G .545(nsertion point \(the mark\), re-)
--3.045 F(specti)180 516 Q -.15(ve)-.25 G(ly).15 E 7.188(.T)-.65 G 2.188
+3.063 E F1 -.25(va)2.813 G .563(riable to the contents).25 F .32(of the)
+180 660 R F2 -.18(re)2.82 G(adline).18 E F1 .32(line b)2.82 F(uf)-.2 E
+.32(fer and the)-.25 F F3(READLINE_POINT)2.82 E F1(and)2.57 E F3
+(READLINE_MARK)2.82 E F1 -.25(va)2.569 G(riables).25 E .545
+(to the current location of the insertion point and the sa)180 672 R
+-.15(ve)-.2 G 3.046(di).15 G .546(nsertion point \(the mark\), re-)
+-3.046 F(specti)180 684 Q -.15(ve)-.25 G(ly).15 E 7.188(.T)-.65 G 2.188
 (he shell assigns an)-7.188 F 4.688(yn)-.15 G 2.188(umeric ar)-4.688 F
 2.188(gument the user supplied to the)-.18 F F3(READ-)4.688 E
-(LINE_ARGUMENT)180 528 Q F1 -.25(va)2.399 G 2.649(riable. If).25 F .149
-(there w)2.649 F .149(as no ar)-.1 F .149(gument, that v)-.18 F .148
-(ariable is not set.)-.25 F .148(If the e)5.148 F(x-)-.15 E .582
-(ecuted command changes the v)180 540 R .583(alue of an)-.25 F 3.083(yo)
+(LINE_ARGUMENT)180 696 Q F1 -.25(va)2.398 G 2.648(riable. If).25 F .148
+(there w)2.648 F .148(as no ar)-.1 F .148(gument, that v)-.18 F .149
+(ariable is not set.)-.25 F .149(If the e)5.149 F(x-)-.15 E .583
+(ecuted command changes the v)180 708 R .583(alue of an)-.25 F 3.083(yo)
 -.15 G(f)-3.083 E F3(READLINE_LINE)3.083 E/F4 9/Times-Roman@0 SF(,)A F3
-(READLINE_POINT)2.833 E F4(,)A F1(or)2.833 E F3(READLINE_MARK)180 552 Q
+(READLINE_POINT)2.832 E F4(,)A F1(or)2.832 E F3(READLINE_MARK)180 720 Q
 F4(,)A F1(those ne)2.25 E 2.5(wv)-.25 G
-(alues will be re\215ected in the editing state.)-2.75 E F2<ad58>144 564
-Q F1 .83(List all k)180 564 R 1.13 -.15(ey s)-.1 H .829
-(equences bound to shell commands and the associated commands in a for)
-.15 F(-)-.2 E(mat that can be reused as input.)180 576 Q(The return v)
-144 592.8 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 F2(br)108 609.6 Q(eak)-.18 E F1([)2.5 E F0(n)A F1(])A .054
-(Exit from within a)144 621.6 R F2 -.25(fo)2.554 G(r).25 E F1(,)A F2
-(while)2.554 E F1(,)A F2(until)2.555 E F1 2.555(,o)C(r)-2.555 E F2
-(select)2.555 E F1 2.555(loop. If)2.555 F F0(n)2.555 E F1 .055
-(is speci\214ed, break)2.555 F F0(n)2.555 E F1(le)2.555 E -.15(ve)-.25 G
-(ls.).15 E F0(n)5.415 E F1 .055(must be)2.795 F/F5 10/Symbol SF<b3>2.555
-E F1(1.)2.555 E(If)144 633.6 Q F0(n)3.075 E F1 .215(is greater than the\
- number of enclosing loops, all enclosing loops are e)2.955 F 2.714
-(xited. The)-.15 F .214(return v)2.714 F(alue)-.25 E(is 0 unless)144
-645.6 Q F0(n)2.5 E F1(is not greater than or equal to 1.)2.5 E F2 -.2
-(bu)108 662.4 S(iltin).2 E F0(shell\255b)2.5 E(uiltin)-.2 E F1([)2.5 E
-F0(ar)A(guments)-.37 E F1(])A(Ex)144 674.4 Q .77
-(ecute the speci\214ed shell b)-.15 F .77(uiltin, passing it)-.2 F F0
-(ar)3.601 E(guments)-.37 E F1 3.271(,a).27 G .771(nd return its e)-3.271
-F .771(xit status.)-.15 F .771(This is useful)5.771 F .616
-(when de\214ning a function whose name is the same as a shell b)144
-686.4 R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144
-698.4 R .57(uiltin within the function.)-.2 F(The)5.57 E F2(cd)3.07 E F1
--.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 710.4 Q(alse if)-.1
-E F0(shell\255b)2.84 E(uiltin)-.2 E F1(is not a shell b)2.74 E
-(uiltin command.)-.2 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(2)
-195.95 E 0 Cg EP
+(alues will be re\215ected in the editing state.)-2.75 E(GNU Bash 5.2)72
+768 Q(2023 January 27)141.79 E(2)195.95 E 0 Cg EP
 %%Page: 3 3
 %%BeginPageSetup
 BP
@@ -538,253 +536,248 @@ BP
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(caller)108 84 Q F1([)2.5 E F0 -.2(ex)C(pr).2 E F1(])A
-.254(Returns the conte)144 96 R .254(xt of an)-.15 F 2.754(ya)-.15 G
-(cti)-2.754 E .554 -.15(ve s)-.25 H .254
+/Times-Bold@0 SF<ad58>144 84 Q F1 .829(List all k)180 84 R 1.129 -.15
+(ey s)-.1 H .829
+(equences bound to shell commands and the associated commands in a for)
+.15 F(-)-.2 E(mat that can be reused as an ar)180 96 Q
+(gument to a subsequent)-.18 E F2(bind)2.5 E F1(command.)2.5 E
+(The return v)144 112.8 Q(alue is 0 unless an unrecognized option is su\
+pplied or an error occurred.)-.25 E F2(br)108 129.6 Q(eak)-.18 E F1([)
+2.5 E F0(n)A F1(])A .012(Exit from within a)144 141.6 R F2 -.25(fo)2.512
+G(r).25 E F1(,)A F2(while)2.512 E F1(,)A F2(until)2.512 E F1 2.512(,o)C
+(r)-2.512 E F2(select)2.512 E F1 2.512(loop. If)2.512 F F0(n)2.512 E F1
+.011(is speci\214ed,)2.512 F F2(br)2.511 E(eak)-.18 E F1 -.15(ex)2.511 G
+(its).15 E F0(n)2.511 E F1 .011(enclosing loops.)2.511 F F0(n)144.36
+153.6 Q F1 .632(must be)3.372 F/F3 10/Symbol SF<b3>3.132 E F1 3.132
+(1. If)3.132 F F0(n)3.492 E F1 .632(is greater than the number of enclo\
+sing loops, all enclosing loops are e)3.372 F(xited.)-.15 E
+(The return v)144 165.6 Q(alue is 0 unless)-.25 E F0(n)2.5 E F1
+(is not greater than or equal to 1.)2.5 E F2 -.2(bu)108 182.4 S(iltin).2
+E F0(shell\255b)2.5 E(uiltin)-.2 E F1([)2.5 E F0(ar)A(guments)-.37 E F1
+(])A(Ex)144 194.4 Q 1.261(ecute the speci\214ed shell b)-.15 F(uiltin)
+-.2 E F0(shell\255b)3.761 E(uiltin)-.2 E F1 3.761(,p)C 1.261(assing it)
+-3.761 F F0(ar)4.091 E(guments)-.37 E F1 3.761(,a).27 G 1.26
+(nd return its e)-3.761 F 1.26(xit status.)-.15 F 1.053(This is useful \
+when de\214ning a function whose name is the same as a shell b)144 206.4
+R 1.053(uiltin, retaining the)-.2 F 1.166(functionality of the b)144
+218.4 R 1.166(uiltin within the function.)-.2 F(The)6.166 E F2(cd)3.666
+E F1 -.2(bu)3.666 G 1.165(iltin is commonly rede\214ned this w).2 F(ay)
+-.1 E(.)-.65 E(The return status is f)144 230.4 Q(alse if)-.1 E F0
+(shell\255b)2.84 E(uiltin)-.2 E F1(is not a shell b)2.74 E
+(uiltin command.)-.2 E F2(caller)108 247.2 Q F1([)2.5 E F0 -.2(ex)C(pr)
+.2 E F1(])A .253(Returns the conte)144 259.2 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 F2(.)2.753 E F1(or)2.753 E F2(sour)144 108 Q
-(ce)-.18 E F1 -.2(bu)2.824 G 2.824(iltins\). W).2 F(ithout)-.4 E F0 -.2
-(ex)2.824 G(pr).2 E F1(,)A F2(caller)2.824 E F1 .324
-(displays the line number and source \214lename of the current)2.824 F
-.254(subroutine call.)144 120 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
-F0 -.2(ex)2.753 G(pr).2 E F1(,)A F2(caller)2.753 E F1 .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 132 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001
-(This e)144 144 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 156 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 F0 -.2(ex)3.02 G(pr).2 E F1 .52
-(does not corre-)3.02 F(spond to a v)144 168 Q
-(alid position in the call stack.)-.25 E F2(cd)108 184.8 Q F1([)2.5 E F2
-<ad4c>A F1(|[)A F2<ad50>A F1([)2.5 E F2<ad65>A F1(]]] [\255@] [)A F0
-(dir)A F1(])A .322(Change the current directory to)144 196.8 R F0(dir)
-2.822 E F1 5.322(.i)C(f)-5.322 E F0(dir)2.822 E F1 .321
-(is not supplied, the v)2.822 F .321(alue of the)-.25 F/F3 9
-/Times-Bold@0 SF(HOME)2.821 E F1 .321(shell v)2.571 F .321(ariable is)
--.25 F 1.365(the def)144 208.8 R 3.865(ault. The)-.1 F -.25(va)3.865 G
-(riable).25 E F3(CDP)3.865 E -.855(AT)-.666 G(H).855 E F1 1.365
-(de\214nes the search path for the directory containing)3.615 F F0(dir)
-4.216 E F1 3.866(:t).73 G(he)-3.866 E .91
-(shell searches each directory name in)144 220.8 R F3(CDP)3.41 E -.855
-(AT)-.666 G(H).855 E F1(for)3.16 E F0(dir)3.41 E F1 5.91(.A)C(lternati)
--5.91 E 1.209 -.15(ve d)-.25 H .909(irectory names in).15 F F3(CDP)3.409
-E -.855(AT)-.666 G(H).855 E F1 .764(are separated by a colon \(:\).)144
-232.8 R 3.264(An)5.764 G .764(ull directory name in)-3.264 F F3(CDP)
-3.264 E -.855(AT)-.666 G(H).855 E F1 .764
-(is the same as the current direc-)3.014 F(tory)144 244.8 Q 2.872(,i)
--.65 G .372(.e., If)-2.872 F F0(dir)3.222 E F1(be)3.602 E .372
-(gins with a slash \(/\), then)-.15 F F3(CDP)2.872 E -.855(AT)-.666 G(H)
-.855 E F1 .372(is not used.)2.622 F(The)5.371 E F2<ad50>2.871 E F1 .371
-(option causes)2.871 F F2(cd)2.871 E F1 .371(to use)2.871 F 1.03(the ph)
-144 256.8 R 1.031
-(ysical directory structure by resolving symbolic links while tra)-.05 F
--.15(ve)-.2 G(rsing).15 E F0(dir)3.531 E F1 1.031(and before pro-)3.531
-F .947(cessing instances of)144 268.8 R F0(..)3.447 E F1(in)3.447 E F0
-(dir)3.447 E F1 .947(\(see also the)3.447 F F2<ad50>3.447 E F1 .947
-(option to the)3.447 F F2(set)3.446 E F1 -.2(bu)3.446 G .946
-(iltin command\); the).2 F F2<ad4c>3.446 E F1(option)3.446 E .19
-(forces symbolic links to be follo)144 280.8 R .191
-(wed by resolving the link after processing instances of)-.25 F F0(..)
-2.691 E F1(in)2.691 E F0(dir)2.691 E F1 5.191(.I)C(f)-5.191 E F0(..)144
-292.8 Q F1 .322(appears in)2.822 F F0(dir)2.822 E F1 2.822(,i)C 2.822
-(ti)-2.822 G 2.822(sp)-2.822 G .321(rocessed by remo)-2.822 F .321
-(ving the immediately pre)-.15 F .321(vious pathname component from)-.25
-F F0(dir)144 304.8 Q F1 3.156(,b)C .656(ack to a slash or the be)-3.156
-F .656(ginning of)-.15 F F0(dir)3.156 E F1 5.656(.I)C 3.156(ft)-5.656 G
-(he)-3.156 E F2<ad65>3.156 E F1 .656(option is supplied with)3.156 F F2
-<ad50>3.156 E F1 3.156(,a)C .656(nd the current)-3.156 F -.1(wo)144
-316.8 S .863(rking directory cannot be successfully determined after a \
-successful directory change,).1 F F2(cd)3.363 E F1(will)3.363 E .338
-(return an unsuccessful status.)144 328.8 R .339
-(On systems that support it, the)5.338 F F2<ad40>2.839 E F1 .339
-(option presents the e)2.839 F .339(xtended at-)-.15 F(trib)144 340.8 Q
-.589(utes associated with a \214le as a directory)-.2 F 5.589(.A)-.65 G
-3.089(na)-5.589 G -.18(rg)-3.089 G .589(ument of).18 F F2<ad>3.089 E F1
-.588(is con)3.089 F -.15(ve)-.4 G .588(rted to).15 F F3($OLDPWD)3.088 E
-F1(before)2.838 E .21(the directory change is attempted.)144 352.8 R
-.211(If a non-empty directory name from)5.211 F F3(CDP)2.711 E -.855(AT)
--.666 G(H).855 E F1 .211(is used, or if)2.461 F F2<ad>2.711 E F1(is)
-2.711 E .274(the \214rst ar)144 364.8 R .274(gument, and the directory \
-change is successful, the absolute pathname of the ne)-.18 F 2.774(ww)
--.25 G(ork-)-2.874 E 1.055
-(ing directory is written to the standard output.)144 376.8 R 1.056
-(If the directory change is successful,)6.056 F F2(cd)3.556 E F1 1.056
-(sets the)3.556 F -.25(va)144 388.8 S .508(lue of the).25 F F2(PWD)3.008
-E F1(en)3.008 E .508(vironment v)-.4 F .508(ariable to the ne)-.25 F
-3.008(wd)-.25 G .508(irectory name, and sets the)-3.008 F F2(OLDPWD)
-3.008 E F1(en)3.008 E(vi-)-.4 E .112(ronment v)144 400.8 R .112
-(ariable to the v)-.25 F .112(alue of the current w)-.25 F .112
-(orking directory before the change.)-.1 F .112(The return v)5.112 F
-(alue)-.25 E(is true if the directory w)144 412.8 Q
-(as successfully changed; f)-.1 E(alse otherwise.)-.1 E F2(command)108
-429.6 Q F1([)2.5 E F2(\255pVv)A F1(])A F0(command)2.5 E F1([)2.5 E F0
-(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(Run)144 441.6 Q F0(command)
-2.765 E F1(with)3.335 E F0(ar)2.895 E(gs)-.37 E F1 .065
-(suppressing the normal shell function lookup.)2.835 F .064(Only b)5.064
-F .064(uiltin commands or)-.2 F .501(commands found in the)144 453.6 R
-F3 -.666(PA)3.001 G(TH)-.189 E F1 .502(are e)2.751 F -.15(xe)-.15 G
-3.002(cuted. If).15 F(the)3.002 E F2<ad70>3.002 E F1 .502(option is gi)
-3.002 F -.15(ve)-.25 G .502(n, the search for).15 F F0(command)3.202 E
-F1(is)3.772 E .4(performed using a def)144 465.6 R .4(ault v)-.1 F .4
-(alue for)-.25 F F3 -.666(PA)2.9 G(TH)-.189 E F1 .399
-(that is guaranteed to \214nd all of the standard utilities.)2.649 F(If)
-5.399 E .174(either the)144 477.6 R F2<ad56>2.674 E F1(or)2.674 E F2
-<ad76>2.674 E F1 .175(option is supplied, a description of)2.674 F F0
-(command)2.875 E F1 .175(is printed.)3.445 F(The)5.175 E F2<ad76>2.675 E
-F1 .175(option causes)2.675 F 3.318(as)144 489.6 S .818(ingle w)-3.318 F
-.817(ord indicating the command or \214lename used to in)-.1 F -.2(vo)
--.4 G -.1(ke).2 G F0(command)3.617 E F1 .817(to be displayed; the)4.087
-F F2<ad56>144 501.6 Q F1 .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 F1(or)
-2.749 E F2<ad76>2.75 E F1 .25(option is supplied, the e)2.75 F .25
-(xit status)-.15 F 1.005(is 0 if)144 513.6 R F0(command)3.705 E F1 -.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 F0
-(command)144.2 525.6 Q F1 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 F2(command)4.099 E F1 -.2(bu)144 537.6 S
-(iltin is the e).2 E(xit status of)-.15 E F0(command)2.7 E F1(.).77 E F2
-(compgen)108 554.4 Q F1([)2.5 E F2<ad56>A F0(varname)2.5 E F1 2.5(][)C
-F0(option)-2.5 E F1 2.5(][)C F0(wor)-2.5 E(d)-.37 E F1(])A .013
-(Generate possible completion matches for)144 566.4 R F0(wor)2.513 E(d)
--.37 E F1 .013(according to the)2.513 F F0(option)2.513 E F1 .013
-(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E 1.216
-(accepted by the)144 578.4 R F2(complete)3.716 E F1 -.2(bu)3.716 G 1.216
-(iltin with the e).2 F 1.216(xceptions of)-.15 F F2<ad70>3.716 E F1(,)A
-F2<ad72>3.717 E F1(,)A F2<ad44>3.717 E F1(,)A F2<ad45>3.717 E F1 3.717
-(,a)C(nd)-3.717 E F2<ad49>3.717 E F1 3.717(,a)C 1.217(nd write the)
--3.717 F .505(matches to the standard output.)144 590.4 R .505(If the)
-5.505 F F2<ad56>3.005 E F1 .505(option is supplied,)3.005 F F2(compgen)
-3.004 E F1 .504(stores the generated com-)3.004 F 1.086
-(pletions into the inde)144 602.4 R -.15(xe)-.15 G 3.586(da).15 G 1.086
-(rray v)-3.586 F(ariable)-.25 E F0(varname)3.586 E F1 1.087
-(instead of writing them to the standard output.)3.586 F .195
-(When using the)144 614.4 R F2<ad46>2.695 E F1(or)2.695 E F2<ad43>2.695
-E F1 .195(options, the v)2.695 F .195(arious shell v)-.25 F .194
-(ariables set by the programmable completion)-.25 F -.1(fa)144 626.4 S
+.254(cuted with the).15 F F2(.)2.754 E F1(or)2.754 E F2(sour)144 271.2 Q
+(ce)-.18 E F1 -.2(bu)2.5 G(iltins\).).2 E -.4(Wi)144 288 S(thout).4 E F0
+-.2(ex)3.294 G(pr).2 E F1(,)A F2(caller)3.294 E F1 .793(displays the li\
+ne number and source \214lename of the current subroutine call.)3.294 F
+.124(If a non-ne)144 300 R -.05(ga)-.15 G(ti).05 E .424 -.15(ve i)-.25 H
+(nte).15 E .124(ger is supplied as)-.15 F F0 -.2(ex)2.624 G(pr).2 E F1
+(,)A F2(caller)2.624 E F1 .124(displays the line number)2.624 F 2.624
+(,s)-.4 G .124(ubroutine name, and)-2.624 F .743
+(source \214le corresponding to that position in the current e)144 312 R
+-.15(xe)-.15 G .743(cution call stack.).15 F .742(This e)5.743 F .742
+(xtra informa-)-.15 F(tion may be used, for e)144 324 Q
+(xample, to print a stack trace.)-.15 E(The current frame is frame 0.)5
+E .1(The return v)144 340.8 R .1(alue is 0 unless the shell is not e)
+-.25 F -.15(xe)-.15 G .101(cuting a subroutine call or).15 F F0 -.2(ex)
+2.601 G(pr).2 E F1 .101(does not correspond)2.601 F(to a v)144 352.8 Q
+(alid position in the call stack.)-.25 E F2(cd)108 369.6 Q F1([)2.5 E F2
+<ad4c>A F1 2.5(][)C(\255@] [)-2.5 E F0(dir)A F1(])A F2(cd \255P)108
+381.6 Q F1([)2.5 E F2<ad65>A F1 2.5(][)C(\255@] [)-2.5 E F0(dir)A F1(])A
+.322(Change the current directory to)144 393.6 R F0(dir)2.822 E F1 5.322
+(.i)C(f)-5.322 E F0(dir)2.822 E F1 .321(is not supplied, the v)2.822 F
+.321(alue of the)-.25 F/F4 9/Times-Bold@0 SF(HOME)2.821 E F1 .321
+(shell v)2.571 F .321(ariable is)-.25 F .74(used as)144 405.6 R F0(dir)
+3.24 E F1 5.74(.T)C .74(he v)-5.74 F(ariable)-.25 E F4(CDP)3.24 E -.855
+(AT)-.666 G(H).855 E F1 -.15(ex)2.99 G .74(ists, and).15 F F0(dir)3.24 E
+F1 .74(does not be)3.24 F .74(gin with a slash \(/\),)-.15 F F2(cd)3.24
+E F1 .741(uses it as a)3.24 F 1.837
+(search path: the shell searches each directory name in)144 417.6 R F4
+(CDP)4.336 E -.855(AT)-.666 G(H).855 E F1(for)4.086 E F0(dir)4.336 E F1
+6.836(.A)C(lternati)-6.836 E 2.136 -.15(ve d)-.25 H(irectory).15 E .447
+(names in)144 429.6 R F4(CDP)2.947 E -.855(AT)-.666 G(H).855 E F1 .447
+(are separated by a colon \(:\).)2.697 F 2.948(An)5.448 G .448
+(ull directory name in)-2.948 F F4(CDP)2.948 E -.855(AT)-.666 G(H).855 E
+F1 .448(is the same as)2.698 F(the current directory)144 441.6 Q 2.5(,i)
+-.65 G(.e.,)-2.5 E(The)144 458.4 Q F2<ad50>2.915 E F1 .415
+(option causes)2.915 F F2(cd)2.915 E F1 .415(to use the ph)2.915 F .414
+(ysical directory structure by resolving symbolic links while)-.05 F
+(tra)144 470.4 Q -.15(ve)-.2 G(rsing).15 E F0(dir)2.673 E F1 .173
+(and before processing instances of)2.673 F F0 1.666(..)4.339 G F1(in)
+2.673 E F0(dir)2.673 E F1 .174(\(see also the)2.673 F F2<ad50>2.674 E F1
+.174(option to the)2.674 F F2(set)2.674 E F1 -.2(bu)2.674 G(iltin).2 E
+(command\).)144 482.4 Q(The)144 499.2 Q F2<ad4c>3.039 E F1 .539
+(option forces)3.039 F F2(cd)3.039 E F1 .539(to follo)3.039 F 3.039(ws)
+-.25 G .538
+(ymbolic links by resolving the link after processing instances)-3.039 F
+(of)144 511.2 Q F0 1.666(..)4.414 G F1(in)2.748 E F0(dir)2.748 E F1
+5.248(.I)C(f)-5.248 E F0 1.666(..)4.414 G F1 .248(appears in)2.748 F F0
+(dir)2.748 E F1(,)A F2(cd)2.748 E F1 .249(processes it by remo)2.749 F
+.249(ving the immediately pre)-.15 F .249(vious pathname)-.25 F .202
+(component from)144 523.2 R F0(dir)2.702 E F1 2.702(,b)C .202
+(ack to a slash or the be)-2.702 F .202(ginning of)-.15 F F0(dir)2.702 E
+F1 2.701(,a)C .201(nd v)-2.701 F .201(erifying that the portion of)-.15
+F F0(dir)2.701 E F1(it)2.701 E .282
+(has processed to that point is still a v)144 535.2 R .282
+(alid directory name after remo)-.25 F .282
+(ving the pathname component.)-.15 F .624(If it is not a v)144 547.2 R
+.624(alid directory name,)-.25 F F2(cd)3.124 E F1 .624
+(returns a non-zero status.)3.124 F .623(If neither)5.624 F F2<ad4c>
+3.123 E F1(nor)3.123 E F2<ad50>3.123 E F1 .623(is supplied,)3.123 F F2
+(cd)144 559.2 Q F1(beha)2.5 E -.15(ve)-.2 G 2.5(sa).15 G 2.5(si)-2.5 G
+(f)-2.5 E F2<ad4c>2.5 E F1(had been supplied.)2.5 E .245(If the)144 576
+R F2<ad65>2.745 E F1 .245(option is supplied with)2.745 F F2<ad50>2.745
+E F1 2.745(,a)C(nd)-2.745 E F2(cd)2.745 E F1 .245
+(cannot successfully determine the current w)2.745 F .245(orking di-)-.1
+F(rectory after a successful directory change, it will return a non-zer\
+o status.)144 588 Q .243(On systems that support it, the)144 604.8 R F2
+<ad40>2.743 E F1 .242(option presents the e)2.743 F .242(xtended attrib)
+-.15 F .242(utes associated with a \214le as)-.2 F 2.5(ad)144 616.8 S
+(irectory)-2.5 E(.)-.65 E(An ar)144 633.6 Q(gument of)-.18 E F2<ad>2.5 E
+F1(is con)2.5 E -.15(ve)-.4 G(rted to).15 E F4($OLDPWD)2.5 E F1
+(before attempting the directory change.)2.25 E(If)144 650.4 Q F2(cd)3 E
+F1 .5(uses a non-empty directory name from)3 F F4(CDP)3.001 E -.855(AT)
+-.666 G(H,).855 E F1 .501(or if)2.751 F F2<ad>3.001 E F1 .501
+(is the \214rst ar)3.001 F .501(gument, and the direc-)-.18 F 1.243
+(tory change is successful,)144 662.4 R F2(cd)3.743 E F1 1.243
+(writes the absolute pathname of the ne)3.743 F 3.742(ww)-.25 G 1.242
+(orking directory to the)-3.842 F(standard output.)144 674.4 Q 1.113
+(If the directory change is successful,)144 691.2 R F2(cd)3.613 E F1
+1.113(sets the v)3.613 F 1.113(alue of the)-.25 F F2(PWD)3.613 E F1(en)
+3.613 E 1.113(vironment v)-.4 F 1.114(ariable to the)-.25 F(ne)144 703.2
+Q 4.306(wd)-.25 G 1.806(irectory name, and sets the)-4.306 F F2(OLDPWD)
+4.306 E F1(en)4.306 E 1.806(vironment v)-.4 F 1.806(ariable to the v)
+-.25 F 1.805(alue of the current)-.25 F -.1(wo)144 715.2 S
+(rking directory before the change.).1 E(GNU Bash 5.2)72 768 Q
+(2023 January 27)141.79 E(3)195.95 E 0 Cg EP
+%%Page: 4 4
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
+(The return v)144 84 Q(alue is true if the directory w)-.25 E
+(as successfully changed; f)-.1 E(alse otherwise.)-.1 E/F2 10
+/Times-Bold@0 SF(command)108 100.8 Q F1([)2.5 E F2(\255pVv)A F1(])A F0
+(command)2.5 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E
+(The)144 112.8 Q F2(command)3.078 E F1 -.2(bu)3.078 G .578(iltin runs).2
+F F0(command)3.278 E F1(with)3.848 E F0(ar)3.408 E(gs)-.37 E F1 .579
+(suppressing the normal shell function lookup for)3.348 F F0(command)144
+124.8 Q F1 6.346(.O)C 1.346(nly b)-6.346 F 1.345
+(uiltin commands or commands found in the)-.2 F/F3 9/Times-Bold@0 SF
+-.666(PA)3.845 G(TH)-.189 E F1(named)3.595 E F0(command)3.845 E F1 1.345
+(are e)3.845 F -.15(xe)-.15 G(-).15 E 2.714(cuted. If)144 136.8 R(the)
+2.714 E F2<ad70>2.714 E F1 .214(option is supplied, the search for)2.714
+F F0(command)2.914 E F1 .214(is performed using a def)3.484 F .215
+(ault v)-.1 F .215(alue for)-.25 F F3 -.666(PA)144 148.8 S(TH)-.189 E F1
+(that is guaranteed to \214nd all of the standard utilities.)2.25 E .273
+(If either the)144 165.6 R F2<ad56>2.773 E F1(or)2.773 E F2<ad76>2.773 E
+F1 .273(option is supplied,)2.773 F F2(command)2.773 E F1 .273
+(prints a description of)2.773 F F0(command)2.973 E F1 5.273(.T).77 G
+(he)-5.273 E F2<ad76>2.773 E F1(op-)2.772 E .436
+(tion displays a single w)144 177.6 R .437
+(ord indicating the command or \214lename used to in)-.1 F -.2(vo)-.4 G
+-.1(ke).2 G F0(command)3.237 E F1 2.937(;t).77 G(he)-2.937 E F2<ad56>
+2.937 E F1(option produces a more v)144 189.6 Q(erbose description.)-.15
+E .632(If the)144 206.4 R F2<ad56>3.131 E F1(or)3.131 E F2<ad76>3.131 E
+F1 .631(option is supplied, the e)3.131 F .631(xit status is zero if)
+-.15 F F0(command)3.331 E F1 -.1(wa)3.901 G 3.131(sf).1 G .631
+(ound, and non-zero if)-3.131 F 2.809(not. If)144 218.4 R .309
+(neither option is supplied and an error occurred or)2.809 F F0(command)
+3.01 E F1 .31(cannot be found, the e)3.58 F .31(xit sta-)-.15 F
+(tus is 127.)144 230.4 Q(Otherwise, the e)5 E(xit status of the)-.15 E
+F2(command)2.5 E F1 -.2(bu)2.5 G(iltin is the e).2 E(xit status of)-.15
+E F0(command)2.7 E F1(.).77 E F2(compgen)108 247.2 Q F1([)2.5 E F2<ad56>
+A F0(varname)2.5 E F1 2.5(][)C F0(option)-2.5 E F1 2.5(][)C F0(wor)-2.5
+E(d)-.37 E F1(])A .013(Generate possible completion matches for)144
+259.2 R F0(wor)2.513 E(d)-.37 E F1 .013(according to the)2.513 F F0
+(option)2.513 E F1 .013(s, which may be an)B 2.512(yo)-.15 G(ption)
+-2.512 E 1.216(accepted by the)144 271.2 R F2(complete)3.716 E F1 -.2
+(bu)3.716 G 1.216(iltin with the e).2 F 1.216(xceptions of)-.15 F F2
+<ad70>3.716 E F1(,)A F2<ad72>3.717 E F1(,)A F2<ad44>3.717 E F1(,)A F2
+<ad45>3.717 E F1 3.717(,a)C(nd)-3.717 E F2<ad49>3.717 E F1 3.717(,a)C
+1.217(nd write the)-3.717 F(matches to the standard output.)144 283.2 Q
+1.376(If the)144 300 R F2<ad56>3.876 E F1 1.376(option is supplied,)
+3.876 F F2(compgen)3.876 E F1 1.376
+(stores the generated completions into the inde)3.876 F -.15(xe)-.15 G
+3.875(da).15 G(rray)-3.875 E -.25(va)144 312 S(riable).25 E F0(varname)
+2.5 E F1(instead of writing them to the standard output.)2.5 E .194
+(When using the)144 328.8 R F2<ad46>2.694 E F1(or)2.694 E F2<ad43>2.694
+E F1 .195(options, the v)2.695 F .195(arious shell v)-.25 F .195
+(ariables set by the programmable completion)-.25 F -.1(fa)144 340.8 S
 (cilities, 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 643.2 R .352
+(The matches will be generated in the same w)144 357.6 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
-655.2 R(If)5.02 E F0(wor)2.52 E(d)-.37 E F1 .02(is speci\214ed, only)
-2.52 F(those completions matching)144 667.2 Q F0(wor)2.5 E(d)-.37 E F1
-(will be displayed.)2.5 E(The return v)144 684 Q
+369.6 R(If)5.02 E F0(wor)2.52 E(d)-.37 E F1 .02(is speci\214ed, only)
+2.52 F(those completions matching)144 381.6 Q F0(wor)2.5 E(d)-.37 E F1
+(will be displayed or stored.)2.5 E(The return v)144 398.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 F2
-(complete)108 700.8 Q F1([)2.5 E F2(\255abcdefgjksuv)A F1 2.5(][)C F2
+(complete)108 415.2 Q F1([)2.5 E F2(\255abcdefgjksuv)A F1 2.5(][)C F2
 <ad6f>-2.5 E F0(comp-option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5
-(][)C F2<ad41>-2.5 E F0(action)2.5 E F1(])A([)144 712.8 Q F2<ad47>A F0
+(][)C F2<ad41>-2.5 E F0(action)2.5 E F1(])A([)144 427.2 Q F2<ad47>A F0
 (globpat)2.5 E F1 2.5(][)C F2<ad57>-2.5 E F0(wor)2.5 E(dlist)-.37 E F1
 2.5(][)C F2<ad46>-2.5 E F0(function)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0
-(command)2.5 E F1(])A([)144 724.8 Q F2<ad58>A F0(\214lterpat)2.5 E F1
+(command)2.5 E F1(])A([)144 439.2 Q F2<ad58>A F0(\214lterpat)2.5 E F1
 2.5(][)C F2<ad50>-2.5 E F0(pr)2.5 E(e\214x)-.37 E F1 2.5(][)C F2<ad53>
 -2.5 E F0(suf)2.5 E<8c78>-.18 E F1(])A F0(name)2.5 E F1([)2.5 E F0(name)
-A F1 1.666(...)2.5 G(])-1.666 E(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(3)195.95 E 0 Cg EP
-%%Page: 4 4
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(complete \255pr)108 84 Q F1([)2.5 E F2(\255DEI)A F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .633(Specify ho)144
-96 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633(uments to each).18 F F0(name)
-3.133 E F1 .633(should be completed.)3.133 F .634(If the)5.634 F F2
-<ad70>3.134 E F1 .634(option is supplied, or if no)3.134 F .567
-(options or)144 108 R F0(name)3.067 E F1 3.067(sa)C .567(re supplied, e)
--3.067 F .566(xisting completion speci\214cations are printed in a w)
--.15 F .566(ay that allo)-.1 F(ws)-.25 E .046
-(them to be reused as input.)144 120 R(The)5.046 E F2<ad72>2.546 E F1
-.046(option remo)2.546 F -.15(ve)-.15 G 2.547(sac).15 G .047
-(ompletion speci\214cation for each)-2.547 F F0(name)2.547 E F1 2.547
-(,o)C .847 -.4(r, i)-2.547 H(f).4 E(no)144 132 Q F0(name)2.954 E F1
-2.953(sa)C .453(re supplied, all completion speci\214cations.)-2.953 F
-(The)5.453 E F2<ad44>2.953 E F1 .453
-(option indicates that other supplied)2.953 F .687(options and actions \
-should apply to the command completion; that is, completion attempted o\
-n a)144 144 R 1.563(command for which no completion has pre)144 156 R
-1.562(viously been de\214ned.)-.25 F(The)6.562 E F2<ad45>4.062 E F1
-1.562(option indicates that)4.062 F 1.018(other supplied options and ac\
-tions should apply to command completion; that is, completion at-)144
-168 R 1.003(tempted on a blank line.)144 180 R(The)6.003 E F2<ad49>3.503
-E F1 1.002
-(option indicates that other supplied options and actions should)3.503 F
-.52(apply to completion on the initial non-assignment w)144 192 R .52
-(ord on the line, or after a command delimiter)-.1 F .726(such as)144
-204 R F2(;)3.226 E F1(or)3.226 E F2(|)3.226 E F1 3.226(,w)C .726
-(hich is usually command name completion.)-3.226 F .725
-(If multiple options are supplied, the)5.725 F F2<ad44>144 216 Q F1 .636
-(option tak)3.136 F .636(es precedence o)-.1 F -.15(ve)-.15 G(r).15 E F2
-<ad45>3.136 E F1 3.136(,a)C .637(nd both tak)-3.136 F 3.137(ep)-.1 G
-.637(recedence o)-3.137 F -.15(ve)-.15 G(r).15 E F2<ad49>3.137 E F1
-5.637(.I)C 3.137(fa)-5.637 G .937 -.15(ny o)-3.137 H(f).15 E F2<ad44>
-3.137 E F1(,)A F2<ad45>3.137 E F1 3.137(,o)C(r)-3.137 E F2<ad49>3.137 E
-F1 1.588(are supplied, an)144 228 R 4.088(yo)-.15 G(ther)-4.088 E F0
-(name)4.088 E F1(ar)4.088 E 1.588
-(guments are ignored; these completions only apply to the case)-.18 F
-(speci\214ed by the option.)144 240 Q .152
-(The process of applying these completion speci\214cations when w)144
-256.8 R .153(ord completion is attempted is de-)-.1 F(scribed in)144
-268.8 Q F0(bash)2.5 E F1(\(1\).)A .556
-(Other options, if speci\214ed, ha)144 285.6 R .856 -.15(ve t)-.2 H .555
+A F1 1.666(...)2.5 G(])-1.666 E F2(complete \255pr)108 451.2 Q F1([)2.5
+E F2(\255DEI)A F1 2.5(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E
+(Specify ho)144 463.2 Q 2.5(wa)-.25 G -.18(rg)-2.5 G(uments to each).18
+E F0(name)2.5 E F1(should be completed.)2.5 E .11(If the)144 480 R F2
+<ad70>2.61 E F1 .11(option is supplied, or if no options or)2.61 F F0
+(name)2.609 E F1 2.609(sa)C .109(re supplied, print e)-2.609 F .109
+(xisting completion spec-)-.15 F .924(i\214cations in a w)144 492 R .924
+(ay that allo)-.1 F .924(ws them to be reused as input.)-.25 F(The)5.924
+E F2<ad72>3.424 E F1 .924(option remo)3.424 F -.15(ve)-.15 G 3.425(sac)
+.15 G(ompletion)-3.425 E(speci\214cation for each)144 504 Q F0(name)2.5
+E F1 2.5(,o)C .8 -.4(r, i)-2.5 H 2.5(fn).4 G(o)-2.5 E F0(name)2.5 E F1
+2.5(sa)C(re supplied, all completion speci\214cations.)-2.5 E(The)144
+520.8 Q F2<ad44>4.031 E F1 1.531(option indicates that other supplied o\
+ptions and actions should apply to the command)4.031 F .525(completion;\
+ that is, completion attempted on a command for which no completion has\
+ pre)144 532.8 R(viously)-.25 E 1.452(been de\214ned.)144 544.8 R(The)
+6.452 E F2<ad45>3.952 E F1 1.451(option indicates that other supplied o\
+ptions and actions should apply to)3.952 F .518
+(command completion; that is, completion attempted on a blank line.)144
+556.8 R(The)5.519 E F2<ad49>3.019 E F1 .519(option indicates that)3.019
+F .448(other supplied options and actions should apply to completion on\
+ the initial non-assignment w)144 568.8 R(ord)-.1 E .43
+(on the line, or after a command delimiter such as)144 580.8 R F2(;)
+2.931 E F1(or)2.931 E F2(|)2.931 E F1 2.931(,w)C .431
+(hich is usually command name comple-)-2.931 F 4.01(tion. If)144 592.8 R
+1.51(multiple options are supplied, the)4.01 F F2<ad44>4.01 E F1 1.51
+(option tak)4.01 F 1.51(es precedence o)-.1 F -.15(ve)-.15 G(r).15 E F2
+<ad45>4.01 E F1 4.01(,a)C 1.51(nd both tak)-4.01 F(e)-.1 E .403
+(precedence o)144 604.8 R -.15(ve)-.15 G(r).15 E F2<ad49>2.903 E F1
+5.403(.I)C 2.903(fa)-5.403 G .703 -.15(ny o)-2.903 H(f).15 E F2<ad44>
+2.903 E F1(,)A F2<ad45>2.903 E F1 2.903(,o)C(r)-2.903 E F2<ad49>2.904 E
+F1 .404(are supplied, an)2.904 F 2.904(yo)-.15 G(ther)-2.904 E F0(name)
+2.904 E F1(ar)2.904 E .404(guments are ignored;)-.18 F
+(these completions only apply to the case speci\214ed by the option.)144
+616.8 Q .443(The process of applying these completion speci\214cations \
+when attempting w)144 633.6 R .442(ord completion)-.1 F .442(is de-)
+5.442 F(scribed in)144 645.6 Q F0(bash)2.5 E F1(\(1\).)A .555
+(Other options, if speci\214ed, ha)144 662.4 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 F2<ad47>3.055 E F1(,)A F2<ad57>3.055 E F1 3.055
-(,a)C(nd)-3.055 E F2<ad58>3.055 E F1 .722(options \(and, if necessary)
-144 297.6 R 3.222(,t)-.65 G(he)-3.222 E F2<ad50>3.222 E F1(and)3.222 E
-F2<ad53>3.222 E F1 .723
-(options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E
-(sion before the)144 309.6 Q F2(complete)2.5 E F1 -.2(bu)2.5 G
-(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2<ad6f>144 326.4 Q
-F0(comp-option)2.5 E F1(The)184 338.4 Q F0(comp-option)2.791 E F1 .291
+(guments to the)-.18 F F2<ad47>3.056 E F1(,)A F2<ad57>3.056 E F1 3.056
+(,a)C(nd)-3.056 E F2<ad58>3.056 E F1 .723(options \(and, if necessary)
+144 674.4 R 3.223(,t)-.65 G(he)-3.223 E F2<ad50>3.223 E F1(and)3.223 E
+F2<ad53>3.223 E F1 .722
+(options\) should be quoted to protect them from e)3.223 F(xpan-)-.15 E
+(sion before the)144 686.4 Q F2(complete)2.5 E F1 -.2(bu)2.5 G
+(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2<ad6f>144 703.2 Q
+F0(comp-option)2.5 E F1(The)184 715.2 Q F0(comp-option)2.79 E F1 .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 350.4 Q F0
-(comp-option)5 E F1(may be one of:)2.5 E F2(bashdefault)184 362.4 Q F1
-.281(Perform the rest of the def)224 374.4 R(ault)-.1 E F2(bash)2.781 E
-F1 .281(completions if the compspec generates no)2.781 F(matches.)224
-386.4 Q F2(default)184 398.4 Q F1 2.876(Use readline')224 398.4 R 5.376
-(sd)-.55 G(ef)-5.376 E 2.875
-(ault \214lename completion if the compspec generates no)-.1 F(matches.)
-224 410.4 Q F2(dir)184 422.4 Q(names)-.15 E F1(Perform directory name c\
-ompletion if the compspec generates no matches.)224 434.4 Q F2
-(\214lenames)184 446.4 Q F1 -.7(Te)224 458.4 S .137(ll readline that th\
-e compspec generates \214lenames, so it can perform an).7 F 2.637<798c>
--.15 G(le-)-2.637 E .134(name\255speci\214c processing \(lik)224 470.4 R
-2.634(ea)-.1 G .134(dding a slash to directory names, quoting spe-)
--2.634 F .45(cial characters, or suppressing trailing spaces\).)224
-482.4 R .45(Intended to be used with shell)5.45 F(functions.)224 494.4 Q
-F2(fullquote)184 506.4 Q F1 -.7(Te)224 518.4 S
-(ll readline to quote all the completed w).7 E(ords e)-.1 E -.15(ve)-.25
-G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 G
-(re not \214lenames.)-2.5 E F2(noquote)184 530.4 Q F1 -.7(Te)224 530.4 S
-.814(ll readline not to quote the completed w).7 F .814(ords if the)-.1
-F 3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F
-(\214lenames is the def)224 542.4 Q(ault\).)-.1 E F2(nosort)184 554.4 Q
-F1 -.7(Te)224 554.4 S(ll readline not to sort the list of possible comp\
-letions alphabetically).7 E(.)-.65 E F2(nospace)184 566.4 Q F1 -.7(Te)
-224 566.4 S .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
-578.4 Q F2(plusdirs)184 590.4 Q F1 1.985(After an)224 590.4 R 4.485(ym)
--.15 G 1.985
-(atches de\214ned by the compspec are generated, directory name)-4.485 F
-.583(completion is attempted and an)224 602.4 R 3.084(ym)-.15 G .584
-(atches are added to the results of the other)-3.084 F(actions.)224
-614.4 Q F2<ad41>144 626.4 Q F0(action)2.5 E F1(The)184 638.4 Q F0
-(action)2.5 E F1(may be one of the follo)2.5 E
-(wing to generate a list of possible completions:)-.25 E F2(alias)184
-650.4 Q F1(Alias names.)224 650.4 Q(May also be speci\214ed as)5 E F2
-<ad61>2.5 E F1(.)A F2(arrayv)184 662.4 Q(ar)-.1 E F1(Array v)224 674.4 Q
-(ariable names.)-.25 E F2(binding)184 686.4 Q(Readline)224 686.4 Q F1
--.1(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F2 -.2(bu)184 698.4 S
-(iltin).2 E F1(Names of shell b)224 698.4 Q(uiltin commands.)-.2 E
-(May also be speci\214ed as)5 E F2<ad62>2.5 E F1(.)A(GNU Bash 5.2)72 768
-Q(2023 January 27)141.79 E(4)195.95 E 0 Cg EP
+(yond the simple)-.15 F(generation of completions.)184 727.2 Q F0
+(comp-option)5 E F1(may be one of:)2.5 E(GNU Bash 5.2)72 768 Q
+(2023 January 27)141.79 E(4)195.95 E 0 Cg EP
 %%Page: 5 5
 %%BeginPageSetup
 BP
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(command)184 84 Q F1(Command names.)224 96 Q
-(May also be speci\214ed as)5 E F2<ad63>2.5 E F1(.)A F2(dir)184 108 Q
-(ectory)-.18 E F1(Directory names.)224 120 Q(May also be speci\214ed as)
-5 E F2<ad64>2.5 E F1(.)A F2(disabled)184 132 Q F1
-(Names of disabled shell b)224 144 Q(uiltins.)-.2 E F2(enabled)184 156 Q
-F1(Names of enabled shell b)224 156 Q(uiltins.)-.2 E F2(export)184 168 Q
-F1(Names of e)224 168 Q(xported shell v)-.15 E 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F2<ad65>2.5 E F1(.)A F2(\214le)184 180 Q
-F1(File names.)224 180 Q(May also be speci\214ed as)5 E F2<ad66>2.5 E F1
-(.)A F2(function)184 192 Q F1(Names of shell functions.)224 204 Q F2(gr)
-184 216 Q(oup)-.18 E F1(Group names.)224 216 Q
+/Times-Bold@0 SF(bashdefault)184 84 Q F1 .281
+(Perform the rest of the def)224 96 R(ault)-.1 E F2(bash)2.781 E F1 .281
+(completions if the compspec generates no)2.781 F(matches.)224 108 Q F2
+(default)184 120 Q F1(Use)224 120 Q F2 -.18(re)5.085 G(adline).18 E F1
+3.685 -.55('s d)D(ef).55 E 2.586
+(ault \214lename completion if the compspec generates no)-.1 F(matches.)
+224 132 Q F2(dir)184 144 Q(names)-.15 E F1(Perform directory name compl\
+etion if the compspec generates no matches.)224 156 Q F2(\214lenames)184
+168 Q F1 -.7(Te)224 180 S(ll).7 E F2 -.18(re)4.104 G(adline).18 E F1
+1.604(that the compspec generates \214lenames, so it can perform an)
+4.104 F(y)-.15 E .291(\214lename\255speci\214c processing \(such as add\
+ing a slash to directory names, quot-)224 192 R .904
+(ing special characters, or suppressing trailing spaces\).)224 204 R
+.903(This is intended to be)5.904 F(used with shell functions.)224 216 Q
+F2(fullquote)184 228 Q F1 -.7(Te)224 240 S(ll).7 E F2 -.18(re)2.5 G
+(adline).18 E F1(to quote all the completed w)2.5 E(ords e)-.1 E -.15
+(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 G
+(re not \214lenames.)-2.5 E F2(noquote)184 252 Q F1 -.7(Te)224 252 S(ll)
+.7 E F2 -.18(re)3.096 G(adline).18 E F1 .597
+(not to quote the completed w)3.096 F .597(ords if the)-.1 F 3.097(ya)
+-.15 G .597(re \214lenames \(quoting)-3.097 F(\214lenames is the def)224
+264 Q(ault\).)-.1 E F2(nosort)184 276 Q F1 -.7(Te)224 276 S(ll).7 E F2
+-.18(re)2.5 G(adline).18 E F1
+(not to sort the list of possible completions alphabetically)2.5 E(.)
+-.65 E F2(nospace)184 288 Q F1 -.7(Te)224 288 S(ll).7 E F2 -.18(re)2.534
+G(adline).18 E F1 .034(not to append a space \(the def)2.534 F .033
+(ault\) to w)-.1 F .033(ords completed at the end)-.1 F(of the line.)224
+300 Q F2(plusdirs)184 312 Q F1 2.542(After generating an)224 312 R 5.042
+(ym)-.15 G 2.542(atches de\214ned by the compspec, attempt directory)
+-5.042 F(name completion and add an)224 324 Q 2.5(ym)-.15 G
+(atches to the results of the other actions.)-2.5 E F2<ad41>144 336 Q F0
+(action)2.5 E F1(The)184 348 Q F0(action)2.5 E F1
+(may be one of the follo)2.5 E
+(wing to generate a list of possible completions:)-.25 E F2(alias)184
+360 Q F1(Alias names.)224 360 Q(May also be speci\214ed as)5 E F2<ad61>
+2.5 E F1(.)A F2(arrayv)184 372 Q(ar)-.1 E F1(Array v)224 384 Q
+(ariable names.)-.25 E F2(binding)184 396 Q(Readline)224 396 Q F1 -.1
+(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F2 -.2(bu)184 408 S(iltin)
+.2 E F1(Names of shell b)224 408 Q(uiltin commands.)-.2 E
+(May also be speci\214ed as)5 E F2<ad62>2.5 E F1(.)A F2(command)184 420
+Q F1(Command names.)224 432 Q(May also be speci\214ed as)5 E F2<ad63>2.5
+E F1(.)A F2(dir)184 444 Q(ectory)-.18 E F1(Directory names.)224 456 Q
+(May also be speci\214ed as)5 E F2<ad64>2.5 E F1(.)A F2(disabled)184 468
+Q F1(Names of disabled shell b)224 480 Q(uiltins.)-.2 E F2(enabled)184
+492 Q F1(Names of enabled shell b)224 492 Q(uiltins.)-.2 E F2(export)184
+504 Q F1(Names of e)224 504 Q(xported shell v)-.15 E 2.5(ariables. May)
+-.25 F(also be speci\214ed as)2.5 E F2<ad65>2.5 E F1(.)A F2(\214le)184
+516 Q F1(File names.)224 516 Q(May also be speci\214ed as)5 E F2<ad66>
+2.5 E F1(.)A F2(function)184 528 Q F1(Names of shell functions.)224 540
+Q F2(gr)184 552 Q(oup)-.18 E F1(Group names.)224 552 Q
 (May also be speci\214ed as)5 E F2<ad67>2.5 E F1(.)A F2(helptopic)184
-228 Q F1(Help topics as accepted by the)224 240 Q F2(help)2.5 E F1 -.2
-(bu)2.5 G(iltin.).2 E F2(hostname)184 252 Q F1(Hostnames, as tak)224 264
+564 Q F1(Help topics as accepted by the)224 576 Q F2(help)2.5 E F1 -.2
+(bu)2.5 G(iltin.).2 E F2(hostname)184 588 Q F1(Hostnames, as tak)224 600
 Q(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF
-(HOSTFILE)2.5 E F1(shell v)2.25 E(ariable.)-.25 E F2(job)184 276 Q F1
-(Job names, if job control is acti)224 276 Q -.15(ve)-.25 G 5(.M).15 G
-(ay also be speci\214ed as)-5 E F2<ad6a>2.5 E F1(.)A F2 -.1(ke)184 288 S
-(yw).1 E(ord)-.1 E F1(Shell reserv)224 300 Q(ed w)-.15 E 2.5(ords. May)
+(HOSTFILE)2.5 E F1(shell v)2.25 E(ariable.)-.25 E F2(job)184 612 Q F1
+(Job names, if job control is acti)224 612 Q -.15(ve)-.25 G 5(.M).15 G
+(ay also be speci\214ed as)-5 E F2<ad6a>2.5 E F1(.)A F2 -.1(ke)184 624 S
+(yw).1 E(ord)-.1 E F1(Shell reserv)224 636 Q(ed w)-.15 E 2.5(ords. May)
 -.1 F(also be speci\214ed as)2.5 E F2<ad6b>2.5 E F1(.)A F2(running)184
-312 Q F1(Names of running jobs, if job control is acti)224 312 Q -.15
-(ve)-.25 G(.).15 E F2(ser)184 324 Q(vice)-.1 E F1(Service names.)224 324
-Q(May also be speci\214ed as)5 E F2<ad73>2.5 E F1(.)A F2(setopt)184 336
-Q F1 -1.11(Va)224 336 S(lid ar)1.11 E(guments for the)-.18 E F2<ad6f>2.5
+648 Q F1(Names of running jobs, if job control is acti)224 648 Q -.15
+(ve)-.25 G(.).15 E F2(ser)184 660 Q(vice)-.1 E F1(Service names.)224 660
+Q(May also be speci\214ed as)5 E F2<ad73>2.5 E F1(.)A F2(setopt)184 672
+Q F1 -1.11(Va)224 672 S(lid ar)1.11 E(guments for the)-.18 E F2<ad6f>2.5
 E F1(option to the)2.5 E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2
-(shopt)184 348 Q F1(Shell option names as accepted by the)224 348 Q F2
-(shopt)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(signal)184 360 Q F1
-(Signal names.)224 360 Q F2(stopped)184 372 Q F1
-(Names of stopped jobs, if job control is acti)224 372 Q -.15(ve)-.25 G
-(.).15 E F2(user)184 384 Q F1(User names.)224 384 Q
-(May also be speci\214ed as)5 E F2<ad75>2.5 E F1(.)A F2 -.1(va)184 396 S
-(riable).1 E F1(Names of all shell v)224 396 Q 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F2<ad76>2.5 E F1(.)A F2<ad43>144 408 Q F0
-(command)2.5 E(command)184 420 Q F1 1.056(is e)3.556 F -.15(xe)-.15 G
+(shopt)184 684 Q F1(Shell option names as accepted by the)224 684 Q F2
+(shopt)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(signal)184 696 Q F1
+(Signal names.)224 696 Q(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E
+(5)195.95 E 0 Cg EP
+%%Page: 6 6
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF(stopped)184 84 Q F1
+(Names of stopped jobs, if job control is acti)224 84 Q -.15(ve)-.25 G
+(.).15 E F2(user)184 96 Q F1(User names.)224 96 Q
+(May also be speci\214ed as)5 E F2<ad75>2.5 E F1(.)A F2 -.1(va)184 108 S
+(riable).1 E F1(Names of all shell v)224 108 Q 2.5(ariables. May)-.25 F
+(also be speci\214ed as)2.5 E F2<ad76>2.5 E F1(.)A F2<ad43>144 120 Q F0
+(command)2.5 E(command)184 132 Q F1 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 2.5
-(completions. Ar)184 432 R(guments are passed as with the)-.18 E F2
-<ad46>2.5 E F1(option.)2.5 E F2<ad46>144 444 Q F0(function)2.5 E F1 .113
-(The shell function)184 456 R F0(function)2.614 E F1 .114(is e)2.614 F
+(completions. Ar)184 144 R(guments are passed as with the)-.18 E F2
+<ad46>2.5 E F1(option.)2.5 E F2<ad46>144 156 Q F0(function)2.5 E F1 .113
+(The shell function)184 168 R F0(function)2.614 E F1 .114(is e)2.614 F
 -.15(xe)-.15 G .114(cuted in the current shell en).15 F 2.614
-(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 468 R
+(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 180 R
 -.15(xe)-.15 G .817(cuted, the \214rst ar).15 F .817(gument \()-.18 F F2
 ($1)A F1 3.316(\)i)C 3.316(st)-3.316 G .816
 (he name of the command whose ar)-3.316 F(guments)-.18 E 1.407
-(are being completed, the second ar)184 480 R 1.407(gument \()-.18 F F2
+(are being completed, the second ar)184 192 R 1.407(gument \()-.18 F F2
 ($2)A F1 3.907(\)i)C 3.907(st)-3.907 G 1.407(he w)-3.907 F 1.407
-(ord being completed, and the)-.1 F .104(third ar)184 492 R .104
+(ord being completed, and the)-.1 F .104(third ar)184 204 R .104
 (gument \()-.18 F F2($3)A F1 2.604(\)i)C 2.604(st)-2.604 G .104(he w)
 -2.604 F .104(ord preceding the w)-.1 F .103
-(ord being completed on the current com-)-.1 F .101(mand line.)184 504 R
-.101(When it \214nishes, the possible completions are retrie)5.101 F
--.15(ve)-.25 G 2.602(df).15 G .102(rom the v)-2.602 F .102(alue of the)
--.25 F F3(COMPREPL)184 516 Q(Y)-.828 E F1(array v)2.25 E(ariable.)-.25 E
-F2<ad47>144 528 Q F0(globpat)2.5 E F1 1.008(The pathname e)184 540 R
-1.008(xpansion pattern)-.15 F F0(globpat)3.507 E F1 1.007(is e)3.507 F
-1.007(xpanded to generate the possible comple-)-.15 F(tions.)184 552 Q
-F2<ad50>144 564 Q F0(pr)2.5 E(e\214x)-.37 E(pr)184 576 Q(e\214x)-.37 E
-F1 .534(is added at the be)3.034 F .534
+(ord being completed on the current com-)-.1 F 2.134(mand line.)184 216
+R(When)7.134 E F0(function)4.634 E F1 2.135
+(\214nishes, programmable completion retrie)4.634 F -.15(ve)-.25 G 4.635
+(st).15 G 2.135(he possible)-4.635 F(completions from the v)184 228 Q
+(alue of the)-.25 E/F3 9/Times-Bold@0 SF(COMPREPL)2.5 E(Y)-.828 E F1
+(array v)2.25 E(ariable.)-.25 E F2<ad47>144 240 Q F0(globpat)2.5 E F1
+(Expand the pathname e)184 252 Q(xpansion pattern)-.15 E F0(globpat)2.5
+E F1(to generate the possible completions.)2.5 E F2<ad50>144 264 Q F0
+(pr)2.5 E(e\214x)-.37 E F1(Add)184 276 Q F0(pr)2.598 E(e\214x)-.37 E F1
+.098(to the be)2.598 F .098
 (ginning of each possible completion after all other options ha)-.15 F
--.15(ve)-.2 G(been applied.)184 588 Q F2<ad53>144 600 Q F0(suf)2.5 E
-<8c78>-.18 E(suf)184 600 Q<8c78>-.18 E F1
-(is appended to each possible completion after all other options ha)2.5
-E .3 -.15(ve b)-.2 H(een applied.).15 E F2<ad57>144 612 Q F0(wor)2.5 E
-(dlist)-.37 E F1(The)184 624 Q F0(wor)3.64 E(dlist)-.37 E F1 1.14
-(is split using the characters in the)3.64 F F3(IFS)3.64 E F1 1.139
-(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F .98
-(each resultant w)184 636 R .98(ord is e)-.1 F 3.481(xpanded. Shell)-.15
-F .981(quoting is honored within)3.481 F F0(wor)3.481 E(dlist)-.37 E F1
-3.481(,i)C 3.481(no)-3.481 G .981(rder to)-3.481 F(pro)184 648 Q .766
-(vide a mechanism for the w)-.15 F .765
-(ords to contain shell metacharacters or characters in the)-.1 F -.25
-(va)184 660 S 1.964(lue of).25 F F3(IFS)4.464 E/F4 9/Times-Roman@0 SF(.)
-A F1 1.964
-(The possible completions are the members of the resultant list which)
-6.464 F(match the w)184 672 Q(ord being completed.)-.1 E F2<ad58>144 684
-Q F0(\214lterpat)2.5 E(\214lterpat)184 696 Q F1 .456
-(is a pattern as used for pathname e)2.956 F 2.956(xpansion. It)-.15 F
-.455(is applied to the list of possible)2.956 F 1.596
-(completions generated by the preceding options and ar)184 708 R 1.596
-(guments, and each completion)-.18 F(matching)184 720 Q F0(\214lterpat)
-3.205 E F1 .705(is remo)3.205 F -.15(ve)-.15 G 3.205(df).15 G .704
-(rom the list.)-3.205 F 3.204(Al)5.704 G(eading)-3.204 E F2(!)3.204 E F1
-(in)3.204 E F0(\214lterpat)3.204 E F1(ne)3.204 E -.05(ga)-.15 G .704
-(tes the pattern;).05 F(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E
-(5)195.95 E 0 Cg EP
-%%Page: 6 6
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(in this case, an)184 84 Q 2.5(yc)-.15 G(ompletion not matching)-2.5 E
-F0(\214lterpat)2.5 E F1(is remo)2.5 E -.15(ve)-.15 G(d.).15 E .46
-(The return v)144 100.8 R .46(alue is true unless an in)-.25 F -.25(va)
--.4 G .461(lid option is supplied, an option other than).25 F/F2 10
-/Times-Bold@0 SF<ad70>2.961 E F1(,)A F2<ad72>2.961 E F1(,)A F2<ad44>
-2.961 E F1(,)A F2<ad45>2.961 E F1(,)A(or)144 112.8 Q F2<ad49>2.986 E F1
-.486(is supplied without a)2.986 F F0(name)2.986 E F1(ar)2.986 E .486
-(gument, an attempt is made to remo)-.18 F .785 -.15(ve a c)-.15 H .485
-(ompletion speci\214ca-).15 F .163(tion for a)144 124.8 R F0(name)2.663
-E F1 .164(for which no speci\214cation e)2.663 F .164
+.397 -.15(ve b)-.2 H(een).15 E(applied.)184 288 Q F2<ad53>144 300 Q F0
+(suf)2.5 E<8c78>-.18 E F1(Append)184 300 Q F0(suf)2.5 E<8c78>-.18 E F1
+(to each possible completion after all other options ha)2.5 E .3 -.15
+(ve b)-.2 H(een applied.).15 E F2<ad57>144 312 Q F0(wor)2.5 E(dlist)-.37
+E F1 .833(Split the)184 324 R F0(wor)3.333 E(dlist)-.37 E F1 .833
+(using the characters in the)3.333 F F3(IFS)3.333 E F1 .833(special v)
+3.083 F .834(ariable as delimiters, and e)-.25 F(x-)-.15 E .018
+(pand each resulting w)184 336 R 2.518(ord. Shell)-.1 F .018
+(quoting is honored within)2.518 F F0(wor)2.518 E(dlist)-.37 E F1 2.518
+(,i)C 2.518(no)-2.518 G .018(rder to pro)-2.518 F .017(vide a)-.15 F
+1.157(mechanism for the w)184 348 R 1.158
+(ords to contain shell metacharacters or characters in the v)-.1 F 1.158
+(alue of)-.25 F F3(IFS)184 360 Q/F4 9/Times-Roman@0 SF(.)A F1 .04(The p\
+ossible completions are the members of the resultant list which match a\
+ pre\214x)4.541 F(of the w)184 372 Q(ord being completed.)-.1 E F2<ad58>
+144 384 Q F0(\214lterpat)2.5 E(\214lterpat)184 396 Q F1 .455
+(is a pattern as used for pathname e)2.955 F 2.956(xpansion. It)-.15 F
+.456(is applied to the list of possible)2.956 F 1.596
+(completions generated by the preceding options and ar)184 408 R 1.596
+(guments, and each completion)-.18 F(matching)184 420 Q F0(\214lterpat)
+3.204 E F1 .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 F2(!)3.204 E F1
+(in)3.204 E F0(\214lterpat)3.205 E F1(ne)3.205 E -.05(ga)-.15 G .705
+(tes the pattern;).05 F(in this case, an)184 432 Q 2.5(yc)-.15 G
+(ompletion not matching)-2.5 E F0(\214lterpat)2.5 E F1(is remo)2.5 E
+-.15(ve)-.15 G(d.).15 E .461(The return v)144 448.8 R .461
+(alue is true unless an in)-.25 F -.25(va)-.4 G .46
+(lid option is supplied, an option other than).25 F F2<ad70>2.96 E F1(,)
+A F2<ad72>2.96 E F1(,)A F2<ad44>2.96 E F1(,)A F2<ad45>2.96 E F1(,)A(or)
+144 460.8 Q F2<ad49>2.985 E F1 .485(is supplied without a)2.985 F F0
+(name)2.985 E F1(ar)2.986 E .486(gument, an attempt is made to remo)-.18
+F .786 -.15(ve a c)-.15 H .486(ompletion speci\214ca-).15 F .164
+(tion for a)144 472.8 R F0(name)2.664 E F1 .164
+(for which no speci\214cation e)2.664 F .164
 (xists, or an error occurs adding a completion speci\214ca-)-.15 F
-(tion.)144 136.8 Q F2(compopt)108 153.6 Q F1([)2.5 E F2<ad6f>A F0
+(tion.)144 484.8 Q F2(compopt)108 501.6 Q F1([)2.5 E F2<ad6f>A F0
 (option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5(][)C F2(+o)-2.5 E F0
 (option)2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A .447
-(Modify completion options for each)144 165.6 R F0(name)2.947 E F1 .447
+(Modify completion options for each)144 513.6 R F0(name)2.947 E F1 .447
 (according to the)2.947 F F0(option)2.947 E F1 .447
-(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .725
-(completion if no)144 177.6 R F0(name)3.225 E F1 3.225(sa)C .725
-(re supplied.)-3.225 F .725(If no)5.725 F F0(option)3.225 E F1 3.225(sa)
-C .725(re gi)-3.225 F -.15(ve)-.25 G .726
-(n, display the completion options for).15 F(each)144 189.6 Q F0(name)
-3.224 E F1 .724(or the current completion.)3.224 F .724(The possible v)
-5.724 F .724(alues of)-.25 F F0(option)3.224 E F1 .724(are those v)3.224
-F .723(alid for the)-.25 F F2(com-)3.223 E(plete)144 201.6 Q F1 -.2(bu)
-2.677 G .177(iltin described abo).2 F -.15(ve)-.15 G 5.178(.T).15 G(he)
--5.178 E F2<ad44>2.678 E F1 .178
-(option indicates that other supplied options should apply to)2.678 F
-.805(the command completion; that is, completion attempted on a command\
- for which no completion)144 213.6 R .556(has pre)144 225.6 R .556
-(viously been de\214ned.)-.25 F(The)5.556 E F2<ad45>3.056 E F1 .557
-(option indicates that other supplied options should apply to)3.056 F
-.519(command completion; that is, completion attempted on a blank line.)
-144 237.6 R(The)5.518 E F2<ad49>3.018 E F1 .518(option indicates that)
-3.018 F .456(other supplied options should apply to completion on the i\
-nitial non-assignment w)144 249.6 R .456(ord on the line,)-.1 F
-(or after a command delimiter such as)144 261.6 Q F2(;)2.5 E F1(or)2.5 E
-F2(|)2.5 E F1 2.5(,w)C(hich is usually command name completion.)-2.5 E
-.432(The return v)144 278.4 R .431(alue is true unless an in)-.25 F -.25
-(va)-.4 G .431
-(lid option is supplied, an attempt is made to modify the op-).25 F
-(tions for a)144 290.4 Q F0(name)2.5 E F1
+(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .927
+(completion if no)144 525.6 R F0(name)3.427 E F1 3.427(sa)C .927
+(re supplied.)-3.427 F .926(If no)5.927 F F0(option)3.426 E F1 3.426(sa)
+C .926(re supplied, display the completion options)-3.426 F 1.313
+(for each)144 537.6 R F0(name)3.813 E F1 1.314
+(or the current completion.)3.813 F 1.314(The possible v)6.314 F 1.314
+(alues of)-.25 F F0(option)3.814 E F1 1.314(are those v)3.814 F 1.314
+(alid for the)-.25 F F2(complete)144 549.6 Q F1 -.2(bu)2.5 G
+(iltin described abo).2 E -.15(ve)-.15 G(.).15 E(The)144 566.4 Q F2
+<ad44>2.8 E F1 .3(option indicates that other supplied options should a\
+pply to the command completion; the)2.8 F F2<ad45>144 578.4 Q F1 .606(o\
+ption indicates that other supplied options should apply to command com\
+pletion; and the)3.106 F F2<ad49>3.107 E F1 .573(option indicates that \
+other supplied options should apply to completion on the initial w)144
+590.4 R .573(ord on the)-.1 F 2.5(line. These)144 602.4 R
+(are determined in the same w)2.5 E(ay as the)-.1 E F2(complete)2.5 E F1
+-.2(bu)2.5 G(iltin.).2 E 1.215(If multiple options are supplied, the)144
+619.2 R F2<ad44>3.715 E F1 1.215(option tak)3.715 F 1.215
+(es precedence o)-.1 F -.15(ve)-.15 G(r).15 E F2<ad45>3.716 E F1 3.716
+(,a)C 1.216(nd both tak)-3.716 F 3.716(ep)-.1 G(rece-)-3.716 E(dence o)
+144 631.2 Q -.15(ve)-.15 G(r).15 E F2<ad49>2.5 E F1(.)A .432
+(The return v)144 648 R .431(alue is true unless an in)-.25 F -.25(va)
+-.4 G .431(lid option is supplied, an attempt is made to modify the op-)
+.25 F(tions for a)144 660 Q F0(name)2.5 E F1
 (for which no completion speci\214cation e)2.5 E
-(xists, or an output error occurs.)-.15 E F2(continue)108 307.2 Q F1([)
-2.5 E F0(n)A F1(])A .85(Resume the ne)144 319.2 R .85
-(xt iteration of the enclosing)-.15 F F2 -.25(fo)3.35 G(r).25 E F1(,)A
-F2(while)3.351 E F1(,)A F2(until)3.351 E F1 3.351(,o)C(r)-3.351 E F2
-(select)3.351 E F1 3.351(loop. If)3.351 F F0(n)3.711 E F1 .851
-(is speci\214ed, re-)3.591 F .204(sume at the)144 331.2 R F0(n)2.704 E
-F1 .204(th enclosing loop.)B F0(n)5.564 E F1 .204(must be)2.944 F/F3 10
-/Symbol SF<b3>2.704 E F1 2.703(1. If)2.704 F F0(n)3.063 E F1 .203
-(is greater than the number of enclosing loops,)2.943 F .751
-(the shell resumes the last enclosing loop \(the loop\).)144 343.2 R
-.751(The return v)5.751 F .751(alue is 0 unless)-.25 F F0(n)3.251 E F1
-.752(is not greater)3.251 F(than or equal to 1.)144 355.2 Q F2(declar)
-108 372 Q(e)-.18 E F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1 2.5(][)C F2
-<ad70>-2.5 E F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
-1.666(..)-.834 G(])-1.666 E F2(typeset)108 384 Q F1([)2.5 E F2
+(xists, or an output error occurs.)-.15 E F2(continue)108 676.8 Q F1([)
+2.5 E F0(n)A F1(])A F2(continue)144 688.8 Q F1 .147(resumes the ne)2.647
+F .147(xt iteration of the enclosing)-.15 F F2 -.25(fo)2.648 G(r).25 E
+F1(,)A F2(while)2.648 E F1(,)A F2(until)2.648 E F1 2.648(,o)C(r)-2.648 E
+F2(select)2.648 E F1 2.648(loop. If)2.648 F F0(n)3.008 E F1 .148
+(is speci-)2.888 F(\214ed,)144 700.8 Q F2(bash)3.093 E F1 .593
+(resumes the)3.093 F F0(n)3.093 E F1 .593(th enclosing loop.)B F0(n)
+5.953 E F1 .593(must be)3.333 F/F5 10/Symbol SF<b3>3.093 E F1 3.092
+(1. If)3.092 F F0(n)3.452 E F1 .592(is greater than the number of en-)
+3.332 F .055
+(closing loops, the shell resumes the last enclosing loop \(the loop\).)
+144 712.8 R .056(The return v)5.056 F .056(alue is 0 unless)-.25 F F0(n)
+2.556 E F1(is)2.556 E(not greater than or equal to 1.)144 724.8 Q
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(6)195.95 E 0 Cg EP
+%%Page: 7 7
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF(declar)108 84 Q(e)-.18 E F1([)2.5 E F2
 (\255aAfFgiIlnrtux)A F1 2.5(][)C F2<ad70>-2.5 E F1 2.5(][)C F0(name)-2.5
-E F1([=)A F0(value)A F1 2.5(].)C 1.666(..)-.834 G(])-1.666 E 1.265
-(Declare v)144 396 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 F0(name)
-3.765 E F1 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 408 S
-3.46(riables. The).25 F F2<ad70>3.46 E F1 .96
-(option will display the attrib)3.46 F .96(utes and v)-.2 F .96
-(alues of each)-.25 F F0(name)3.82 E F1 5.96(.W).18 G(hen)-5.96 E F2
-<ad70>3.46 E F1 .96(is used)3.46 F(with)144 420 Q F0(name)2.775 E F1(ar)
-2.775 E .275(guments, additional options, other than)-.18 F F2<ad66>
-2.775 E F1(and)2.775 E F2<ad46>2.775 E F1 2.775(,a)C .274(re ignored.)
--2.775 F(When)5.274 E F2<ad70>2.774 E F1 .274(is supplied)2.774 F
-(without)144 432 Q F0(name)2.863 E F1(ar)2.863 E .363
-(guments, it will display the attrib)-.18 F .363(utes and v)-.2 F .364
-(alues of all v)-.25 F .364(ariables ha)-.25 F .364(ving the attrib-)-.2
-F .118(utes speci\214ed by the additional options.)144 444 R .118
-(If no other options are supplied with)5.118 F F2<ad70>2.618 E F1(,)A F2
-(declar)2.618 E(e)-.18 E F1 .118(will dis-)2.618 F .469(play the attrib)
-144 456 R .469(utes and v)-.2 F .469(alues of all shell v)-.25 F 2.969
-(ariables. The)-.25 F F2<ad66>2.969 E F1 .47
-(option will restrict the display to shell)2.97 F 3.118(functions. The)
-144 468 R F2<ad46>3.118 E F1 .617(option inhibits the display of functi\
-on de\214nitions; only the function name and)3.117 F(attrib)144 480 Q
-1.058(utes are printed.)-.2 F 1.058(If the)6.058 F F2(extdeb)3.558 E(ug)
--.2 E F1 1.059(shell option is enabled using)3.559 F F2(shopt)3.559 E F1
-3.559(,t)C 1.059(he source \214le name)-3.559 F 1.282
-(and line number where each)144 492 R F0(name)3.781 E F1 1.281
-(is de\214ned are displayed as well.)3.781 F(The)6.281 E F2<ad46>3.781 E
-F1 1.281(option implies)3.781 F F2<ad66>3.781 E F1(.)A(The)144 504 Q F2
-<ad67>2.734 E F1 .234(option forces v)2.734 F .235
+E F1([=)A F0(value)A F1 2.5(].)C 1.666(..)-.834 G(])-1.666 E F2(typeset)
+108 96 Q F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1 2.5(][)C F2<ad70>-2.5 E F1
+2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C 1.666(..)-.834 G
+(])-1.666 E 1.265(Declare v)144 108 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 F0(name)3.765 E F1 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 120 S .571(riables or functions.).25 F(The)5.571 E F2<ad70>
+3.071 E F1 .571(option will display the attrib)3.071 F .571(utes and v)
+-.2 F .572(alues of each)-.25 F F0(name)3.432 E F1 5.572(.W).18 G(hen)
+-5.572 E F2<ad70>144 132 Q F1(is used with)2.5 E F0(name)2.5 E F1(ar)2.5
+E(guments, additional options, other than)-.18 E F2<ad66>2.5 E F1(and)
+2.5 E F2<ad46>2.5 E F1 2.5(,a)C(re ignored.)-2.5 E(When)144 148.8 Q F2
+<ad70>2.762 E F1 .262(is supplied without)2.762 F F0(name)2.762 E F1(ar)
+2.761 E(guments,)-.18 E F2(declar)2.761 E(e)-.18 E F1 .261
+(will display the attrib)2.761 F .261(utes and v)-.2 F .261
+(alues of all)-.25 F -.25(va)144 160.8 S .279(riables ha).25 F .279
+(ving the attrib)-.2 F .279(utes speci\214ed by the additional options.)
+-.2 F .28(If no other options are supplied)5.279 F(with)144 172.8 Q F2
+<ad70>2.515 E F1(,)A F2(declar)2.515 E(e)-.18 E F1 .015
+(will display the attrib)2.515 F .015(utes and v)-.2 F .015
+(alues of all shell v)-.25 F 2.515(ariables. The)-.25 F F2<ad66>2.515 E
+F1 .015(option restricts)2.515 F(the display to shell functions.)144
+184.8 Q(The)144 201.6 Q F2<ad46>3.488 E F1 .989(option inhibits the dis\
+play of function de\214nitions; only the function name and attrib)3.488
+F(utes)-.2 E 1.31(are printed.)144 213.6 R 1.31(If the)6.31 F F2(extdeb)
+3.81 E(ug)-.2 E F1 1.31(shell option is enabled using)3.81 F F2(shopt)
+3.81 E F1 3.81(,t)C 1.31(he source \214le name and line)-3.81 F
+(number where each)144 225.6 Q F0(name)2.5 E F1
+(is de\214ned are displayed as well.)2.5 E(The)5 E F2<ad46>2.5 E F1
+(option implies)2.5 E F2<ad66>2.5 E F1(.)A(The)144 242.4 Q F2<ad67>2.734
+E F1 .234(option forces v)2.734 F .235
 (ariables to be created or modi\214ed at the global scope, e)-.25 F -.15
 (ve)-.25 G 2.735(nw).15 G(hen)-2.735 E F2(declar)2.735 E(e)-.18 E F1(is)
-2.735 E -.15(exe)144 516 S .528(cuted in a shell function.).15 F .528
-(It is ignored in all other cases.)5.528 F(The)5.527 E F2<ad49>3.027 E
-F1 .527(option causes local v)3.027 F(ariables)-.25 E .87
-(to inherit the attrib)144 528 R .87(utes \(e)-.2 F .87(xcept the)-.15 F
-F0(namer)3.371 E(ef)-.37 E F1(attrib)3.371 E .871(ute\) and v)-.2 F .871
-(alue of an)-.25 F 3.371(ye)-.15 G .871(xisting v)-3.521 F .871
-(ariable with the)-.25 F(same)144 540 Q F0(name)3.458 E F1 .958
-(at a surrounding scope.)3.458 F .958(If there is no e)5.958 F .957
-(xisting v)-.15 F .957(ariable, the local v)-.25 F .957
-(ariable is initially)-.25 F 2.745(unset. The)144 552 R(follo)2.745 E
-.245(wing options can be used to restrict output to v)-.25 F .246
-(ariables with the speci\214ed attrib)-.25 F(ute)-.2 E(or to gi)144 564
-Q .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F2<ad61>144 576
-Q F1(Each)180 576 Q F0(name)2.5 E F1(is an inde)2.5 E -.15(xe)-.15 G 2.5
-(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F2(Arrays)2.5 E F1(in)2.5 E
-F0(bash)2.5 E F1(\(1\)\).)A F2<ad41>144 588 Q F1(Each)180 588 Q F0(name)
-2.5 E F1(is an associati)2.5 E .3 -.15(ve a)-.25 H(rray v).15 E
+2.735 E -.15(exe)144 254.4 S(cuted in a shell function.).15 E
+(It is ignored when)5 E F2(declar)2.5 E(e)-.18 E F1(is not e)2.5 E -.15
+(xe)-.15 G(cuted in a shell function.).15 E(The)144 271.2 Q F2<ad49>
+3.999 E F1 1.499(option causes local v)3.999 F 1.499
+(ariables to inherit the attrib)-.25 F 1.498(utes \(e)-.2 F 1.498
+(xcept the)-.15 F F0(namer)3.998 E(ef)-.37 E F1(attrib)3.998 E 1.498
+(ute\) and)-.2 F -.25(va)144 283.2 S .657(lue of an).25 F 3.157(ye)-.15
+G .657(xisting v)-3.307 F .657(ariable with the same)-.25 F F0(name)
+3.158 E F1 .658(at a surrounding scope.)3.158 F .658(If there is no e)
+5.658 F(xisting)-.15 E -.25(va)144 295.2 S(riable, the local v).25 E
+(ariable is initially unset.)-.25 E .699(The follo)144 312 R .699
+(wing options can be used to restrict output to v)-.25 F .699
+(ariables with the speci\214ed attrib)-.25 F .698(ute or to)-.2 F(gi)144
+324 Q .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F2<ad61>144
+336 Q F1(Each)180 336 Q F0(name)2.5 E F1(is an inde)2.5 E -.15(xe)-.15 G
+2.5(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F2(Arrays)2.5 E F1(in)
+2.5 E F0(bash)2.5 E F1(\(1\)\).)A F2<ad41>144 348 Q F1(Each)180 348 Q F0
+(name)2.5 E F1(is an associati)2.5 E .3 -.15(ve a)-.25 H(rray v).15 E
 (ariable \(see)-.25 E F2(Arrays)2.5 E F1(in)2.5 E F0(bash)2.5 E F1
-(\(1\)\).)A F2<ad66>144 600 Q F1(Use function names only)180 600 Q(.)
--.65 E F2<ad69>144 612 Q F1 .558(The v)180 612 R .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 624 Q F1(in)2.25
+(\(1\)\).)A F2<ad66>144 360 Q F1(Each)180 360 Q F0(name)2.5 E F1
+(refers to a shell function.)2.5 E F2<ad69>144 372 Q F1 .557(The v)180
+372 R .558(ariable is treated as an inte)-.25 F .558(ger; arithmetic e)
+-.15 F -.25(va)-.25 G .558(luation \(see).25 F/F3 9/Times-Bold@0 SF .558
+(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)180 384 Q F1(in)2.25
 E F0(bash)2.5 E F1(\(1\)\) is performed when the v)A
-(ariable is assigned a v)-.25 E(alue.)-.25 E F2<ad6c>144 636 Q F1 .909
-(When the v)180 636 R .909(ariable is assigned a v)-.25 F .909
+(ariable is assigned a v)-.25 E(alue.)-.25 E F2<ad6c>144 396 Q F1 .91
+(When the v)180 396 R .909(ariable is assigned a v)-.25 F .909
 (alue, all upper)-.25 F .909(-case characters are con)-.2 F -.15(ve)-.4
-G .91(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 648 R(upper)
-2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad6e>144 660 Q F1(Gi)
-180 660 Q 1.62 -.15(ve e)-.25 H(ach).15 E F0(name)3.82 E F1(the)3.82 E
-F0(namer)3.819 E(ef)-.37 E F1(attrib)3.819 E 1.319
-(ute, making it a name reference to another v)-.2 F(ariable.)-.25 E .477
-(That other v)180 672 R .478(ariable is de\214ned by the v)-.25 F .478
+G .909(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 408 R
+(upper)2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad6e>144 420 Q
+F1(Gi)180 420 Q 1.619 -.15(ve e)-.25 H(ach).15 E F0(name)3.819 E F1(the)
+3.819 E F0(namer)3.819 E(ef)-.37 E F1(attrib)3.819 E 1.319
+(ute, making it a name reference to another v)-.2 F(ariable.)-.25 E .478
+(That other v)180 432 R .478(ariable is de\214ned by the v)-.25 F .478
 (alue of)-.25 F F0(name)2.978 E F1 5.478(.A)C .478
-(ll references, assignments, and at-)-5.478 F(trib)180 684 Q .782
-(ute modi\214cations to)-.2 F F0(name)3.282 E F1 3.282(,e)C .782
-(xcept those using or changing the)-3.432 F F2<ad6e>3.281 E F1(attrib)
-3.281 E .781(ute itself, are)-.2 F .808(performed on the v)180 696 R
-.808(ariable referenced by)-.25 F F0(name)3.308 E F1 1.908 -.55('s v)D
-3.308(alue. The).3 F .809(nameref attrib)3.309 F .809(ute cannot be)-.2
-F(applied to array v)180 708 Q(ariables.)-.25 E(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(6)195.95 E 0 Cg EP
-%%Page: 7 7
+(ll references, assignments, and at-)-5.478 F(trib)180 444 Q .781
+(ute modi\214cations to)-.2 F F0(name)3.281 E F1 3.281(,e)C .782
+(xcept those using or changing the)-3.431 F F2<ad6e>3.282 E F1(attrib)
+3.282 E .782(ute itself, are)-.2 F .809(performed on the v)180 456 R
+.809(ariable referenced by)-.25 F F0(name)3.308 E F1 1.908 -.55('s v)D
+3.308(alue. The).3 F .808(nameref attrib)3.308 F .808(ute cannot be)-.2
+F(applied to array v)180 468 Q(ariables.)-.25 E F2<ad72>144 480 Q F1
+(Mak)180 480 Q(e)-.1 E F0(name)3.654 E F1 3.654(sr)C(eadonly)-3.654 E
+6.154(.T)-.65 G 1.154(hese names cannot then be assigned v)-6.154 F
+1.155(alues by subsequent as-)-.25 F(signment statements or unset.)180
+492 Q F2<ad74>144 504 Q F1(Gi)180 504 Q .73 -.15(ve e)-.25 H(ach).15 E
+F0(name)2.93 E F1(the)2.929 E F0(tr)2.929 E(ace)-.15 E F1(attrib)2.929 E
+2.929(ute. T)-.2 F .429(raced functions inherit the)-.35 F F2(DEB)2.929
+E(UG)-.1 E F1(and)2.929 E F2(RETURN)2.929 E F1
+(traps from the calling shell.)180 516 Q(The trace attrib)5 E
+(ute has no special meaning for v)-.2 E(ariables.)-.25 E F2<ad75>144 528
+Q F1 .909(When the v)180 528 R .909(ariable is assigned a v)-.25 F .909
+(alue, all lo)-.25 F(wer)-.25 E .909(-case characters are con)-.2 F -.15
+(ve)-.4 G .91(rted to upper).15 F(-)-.2 E 2.5(case. The)180 540 R(lo)2.5
+E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad78>144 552 Q
+F1(Mark each)180 552 Q F0(name)2.5 E F1(for e)2.5 E
+(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E .589
+(Using instead of turns of)144 568.8 R 3.088(ft)-.25 G .588
+(he speci\214ed attrib)-3.088 F .588(ute instead, with the e)-.2 F .588
+(xceptions that)-.15 F F2(+a)3.088 E F1(and)3.088 E F2(+A)3.088 E F1
+(may)3.088 E(not be used to destro)144 580.8 Q 2.5(ya)-.1 G(rray v)-2.5
+E(ariables and)-.25 E F2(+r)2.5 E F1(will not remo)2.5 E .3 -.15(ve t)
+-.15 H(he readonly attrib).15 E(ute.)-.2 E .415
+(When used in a function,)144 597.6 R F2(declar)2.915 E(e)-.18 E F1(and)
+2.915 E F2(typeset)2.915 E F1(mak)2.915 E 2.915(ee)-.1 G(ach)-2.915 E F0
+(name)2.915 E F1 .415(local, as with the)2.915 F F2(local)2.915 E F1
+(command,)2.915 E .704(unless the)144 609.6 R F2<ad67>3.204 E F1 .704
+(option is supplied.)3.204 F .703(If a v)5.704 F .703
+(ariable name is follo)-.25 F .703(wed by =)-.25 F F0(value)A F1 3.203
+(,t)C .703(he v)-3.203 F .703(alue of the v)-.25 F(ari-)-.25 E .878
+(able is set to)144 621.6 R F0(value)3.379 E F1 5.879(.W)C .879
+(hen using)-5.879 F F2<ad61>3.379 E F1(or)3.379 E F2<ad41>3.379 E F1
+.879(and the compound assignment syntax to create array)3.379 F -.25(va)
+144 633.6 S(riables, additional attrib).25 E(utes do not tak)-.2 E 2.5
+(ee)-.1 G -.25(ff)-2.5 G(ect until subsequent assignments.).25 E .433
+(The return v)144 650.4 R .433(alue is 0 unless an in)-.25 F -.25(va)-.4
+G .433
+(lid option is encountered, an attempt is made to de\214ne a func-).25 F
+.139(tion using an attempt is made to assign a v)144 662.4 R .14
+(alue to a readonly v)-.25 F .14(ariable, an attempt is made to assign)
+-.25 F 4.913(av)144 674.4 S 2.413(alue to an array v)-5.163 F 2.413
+(ariable without using the compound assignment syntax \(see)-.25 F F2
+(Arrays)4.912 E F1(in)4.912 E F0(bash)144 686.4 Q F1 .49
+(\(1\)\), one of the)B F0(names)2.99 E F1 .49(is not a v)2.99 F .49
+(alid shell v)-.25 F .491(ariable name, an attempt is made to turn of)
+-.25 F 2.991(fr)-.25 G(ead-)-2.991 E .134(only status for a readonly v)
+144 698.4 R .133(ariable, an attempt is made to turn of)-.25 F 2.633(fa)
+-.25 G .133(rray status for an array v)-2.633 F(ariable,)-.25 E
+(or an attempt is made to display a non-e)144 710.4 Q
+(xistent function with)-.15 E F2<ad66>2.5 E F1(.)A(GNU Bash 5.2)72 768 Q
+(2023 January 27)141.79 E(7)195.95 E 0 Cg EP
+%%Page: 8 8
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad72>144 84 Q F1(Mak)180 84 Q(e)-.1 E F0(name)3.655 E
-F1 3.655(sr)C(eadonly)-3.655 E 6.154(.T)-.65 G 1.154
-(hese names cannot then be assigned v)-6.154 F 1.154
-(alues by subsequent as-)-.25 F(signment statements or unset.)180 96 Q
-F2<ad74>144 108 Q F1(Gi)180 108 Q .729 -.15(ve e)-.25 H(ach).15 E F0
-(name)2.929 E F1(the)2.929 E F0(tr)2.929 E(ace)-.15 E F1(attrib)2.929 E
-2.929(ute. T)-.2 F .429(raced functions inherit the)-.35 F F2(DEB)2.929
-E(UG)-.1 E F1(and)2.93 E F2(RETURN)2.93 E F1
-(traps from the calling shell.)180 120 Q(The trace attrib)5 E
-(ute has no special meaning for v)-.2 E(ariables.)-.25 E F2<ad75>144 132
-Q F1 .91(When the v)180 132 R .909(ariable is assigned a v)-.25 F .909
-(alue, all lo)-.25 F(wer)-.25 E .909(-case characters are con)-.2 F -.15
-(ve)-.4 G .909(rted to upper).15 F(-)-.2 E 2.5(case. The)180 144 R(lo)
-2.5 E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad78>144
-156 Q F1(Mark)180 156 Q F0(name)2.5 E F1 2.5(sf)C(or e)-2.5 E
-(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E 1.19
-(Using instead of turns of)144 172.8 R 3.69(ft)-.25 G 1.19(he attrib)
--3.69 F 1.191(ute instead, with the e)-.2 F 1.191(xceptions that)-.15 F
-F2(+a)3.691 E F1(and)3.691 E F2(+A)3.691 E F1 1.191(may not be)3.691 F
-1.362(used to destro)144 184.8 R 3.862(ya)-.1 G 1.362(rray v)-3.862 F
-1.361(ariables and)-.25 F F2(+r)3.861 E F1 1.361(will not remo)3.861 F
-1.661 -.15(ve t)-.15 H 1.361(he readonly attrib).15 F 3.861(ute. When)
--.2 F 1.361(used in a)3.861 F(function,)144 196.8 Q F2(declar)3.543 E(e)
--.18 E F1(and)3.543 E F2(typeset)3.543 E F1(mak)3.543 E 3.543(ee)-.1 G
-(ach)-3.543 E F0(name)3.543 E F1 1.043(local, as with the)3.543 F F2
-(local)3.544 E F1 1.044(command, unless the)3.544 F F2<ad67>3.544 E F1
-1.205(option is supplied.)144 208.8 R 1.205(If a v)6.205 F 1.205
-(ariable name is follo)-.25 F 1.205(wed by =)-.25 F F0(value)A F1 3.705
-(,t)C 1.205(he v)-3.705 F 1.205(alue of the v)-.25 F 1.205
-(ariable is set to)-.25 F F0(value)144 220.8 Q F1 5.217(.W)C .217
-(hen using)-5.217 F F2<ad61>2.717 E F1(or)2.717 E F2<ad41>2.717 E F1
-.217(and the compound assignment syntax to create array v)2.717 F .218
-(ariables, addi-)-.25 F .882(tional attrib)144 232.8 R .882
-(utes do not tak)-.2 F 3.382(ee)-.1 G -.25(ff)-3.382 G .882
-(ect until subsequent assignments.).25 F .882(The return v)5.882 F .882
-(alue is 0 unless an)-.25 F(in)144 244.8 Q -.25(va)-.4 G .458(lid optio\
-n is encountered, an attempt is made to de\214ne a function using an at\
-tempt is made to).25 F 1.243(assign a v)144 256.8 R 1.243
-(alue to a readonly v)-.25 F 1.242
-(ariable, an attempt is made to assign a v)-.25 F 1.242
-(alue to an array v)-.25 F(ariable)-.25 E .221
-(without using the compound assignment syntax \(see)144 268.8 R F2
-(Arrays)2.721 E F1(in)2.721 E F0(bash)2.721 E F1 .221
-(\(1\)\), one of the)B F0(names)2.722 E F1 .222(is not a)2.722 F -.25
-(va)144 280.8 S .172(lid shell v).25 F .171
-(ariable name, an attempt is made to turn of)-.25 F 2.671(fr)-.25 G .171
-(eadonly status for a readonly v)-2.671 F .171(ariable, an)-.25 F .96
-(attempt is made to turn of)144 292.8 R 3.46(fa)-.25 G .96
-(rray status for an array v)-3.46 F .96
-(ariable, or an attempt is made to display a)-.25 F(non-e)144 304.8 Q
-(xistent function with)-.15 E F2<ad66>2.5 E F1(.)A F2
-(dirs [\255clpv] [+)108 321.6 Q F0(n)A F2 2.5(][)C<ad>-2.5 E F0(n)A F2
-(])A F1 -.4(Wi)144 333.6 S .329
-(thout options, displays the list of currently remembered directories.)
-.4 F .328(The def)5.328 F .328(ault display is on a)-.1 F 1.238
-(single line with directory names separated by spaces.)144 345.6 R 1.238
-(Directories are added to the list with the)6.238 F F2(pushd)144 357.6 Q
-F1 .928(command; the)3.428 F F2(popd)3.428 E F1 .928(command remo)3.428
+/Times-Bold@0 SF(dirs [\255clpv] [+)108 84 Q F0(n)A F2 2.5(][)C<ad>-2.5
+E F0(n)A F2(])A F1 -.4(Wi)144 96 S .606
+(thout options, display the list of currently remembered directories.).4
+F .607(The def)5.607 F .607(ault display is on a)-.1 F 1.238
+(single line with directory names separated by spaces.)144 108 R 1.238
+(Directories are added to the list with the)6.238 F F2(pushd)144 120 Q
+F1 .927(command; the)3.427 F F2(popd)3.428 E F1 .928(command remo)3.428
 F -.15(ve)-.15 G 3.428(se).15 G .928(ntries from the list.)-3.428 F .928
-(The current directory is al-)5.928 F -.1(wa)144 369.6 S
-(ys the \214rst directory in the stack.).1 E F2<ad63>144 381.6 Q F1
-(Clears the directory stack by deleting all of the entries.)180 381.6 Q
-F2<ad6c>144 393.6 Q F1 .881
-(Produces a listing using full pathnames; the def)180 393.6 R .882
+(The current directory is al-)5.928 F -.1(wa)144 132 S
+(ys the \214rst directory in the stack.).1 E(Options, if supplied, ha)
+144 148.8 Q .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2
+<ad63>144 160.8 Q F1
+(Clears the directory stack by deleting all of the entries.)180 160.8 Q
+F2<ad6c>144 172.8 Q F1 .882
+(Produces a listing using full pathnames; the def)180 172.8 R .881
 (ault listing format uses a tilde to denote)-.1 F(the home directory)180
-405.6 Q(.)-.65 E F2<ad70>144 417.6 Q F1
-(Print the directory stack with one entry per line.)180 417.6 Q F2<ad76>
-144 429.6 Q F1 .273(Print the directory stack with one entry per line, \
-pre\214xing each entry with its inde)180 429.6 R 2.772(xi)-.15 G 2.772
-(nt)-2.772 G(he)-2.772 E(stack.)180 441.6 Q F2(+)144 453.6 Q F0(n)A F1
-1.564(Displays the)180 453.6 R F0(n)4.064 E F1 1.565
-(th entry counting from the left of the list sho)B 1.565(wn by)-.25 F F2
-(dirs)4.065 E F1 1.565(when in)4.065 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 465.6 Q F2<ad>144 477.6 Q F0
-(n)A F1 1.194(Displays the)180 477.6 R F0(n)3.694 E F1 1.194
+184.8 Q(.)-.65 E F2<ad70>144 196.8 Q F1
+(Print the directory stack with one entry per line.)180 196.8 Q F2<ad76>
+144 208.8 Q F1 .272(Print the directory stack with one entry per line, \
+pre\214xing each entry with its inde)180 208.8 R 2.773(xi)-.15 G 2.773
+(nt)-2.773 G(he)-2.773 E(stack.)180 220.8 Q F2(+)144 232.8 Q F0(n)A F1
+1.565(Displays the)180 232.8 R F0(n)4.065 E F1 1.565
+(th entry counting from the left of the list sho)B 1.564(wn by)-.25 F F2
+(dirs)4.064 E F1 1.564(when in)4.064 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
+(without options, starting with zero.)180 244.8 Q F2<ad>144 256.8 Q F0
+(n)A F1 1.194(Displays the)180 256.8 R F0(n)3.694 E F1 1.194
 (th entry counting from the right of the list sho)B 1.194(wn by)-.25 F
 F2(dirs)3.694 E F1 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 489.6 Q .257(The return v)144
-506.4 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258
+(without options, starting with zero.)180 268.8 Q .258(The return v)144
+285.6 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258
 (lid option is supplied or).25 F F0(n)2.758 E F1(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 518.4 Q F2(diso)108 535.2 Q(wn)-.1 E F1([)2.5 E F2
-(\255ar)A F1 2.5(][)C F2<ad68>-2.5 E F1 2.5(][)C F0(jobspec)-2.5 E F1
--3.332 1.666(... |)2.5 H F0(pid).834 E F1 -3.332 1.666(... ])2.5 H -.4
-(Wi)144 547.2 S .122(thout options, remo).4 F .422 -.15(ve e)-.15 H(ach)
-.15 E F0(jobspec)4.362 E F1 .122(from the table of acti)2.932 F .422
--.15(ve j)-.25 H 2.622(obs. If).15 F F0(jobspec)4.362 E F1 .121
-(is not present, and)2.932 F .096(neither the)144 559.2 R F2<ad61>2.596
-E F1 .096(nor the)2.596 F F2<ad72>2.596 E F1 .096
-(option is supplied, the)2.596 F F0(curr)2.596 E .096(ent job)-.37 F F1
-.096(is used.)2.596 F .096(If the)5.096 F F2<ad68>2.596 E F1 .096
-(option is gi)2.596 F -.15(ve)-.25 G .096(n, each).15 F F0(jobspec)
-145.74 571.2 Q F1 .586(is not remo)3.396 F -.15(ve)-.15 G 3.086(df).15 G
-.585(rom the table, b)-3.086 F .585(ut is mark)-.2 F .585(ed so that)-.1
-F/F3 9/Times-Bold@0 SF(SIGHUP)3.085 E F1 .585
-(is not sent to the job if the)2.835 F .962(shell recei)144 583.2 R -.15
-(ve)-.25 G 3.462(sa).15 G F3(SIGHUP)A/F4 9/Times-Roman@0 SF(.)A F1 .962
-(If no)5.462 F F0(jobspec)5.202 E F1 .962(is supplied, the)3.772 F F2
-<ad61>3.462 E F1 .962(option means to remo)3.462 F 1.262 -.15(ve o)-.15
-H 3.462(rm).15 G .962(ark all)-3.462 F 1.359(jobs; the)144 595.2 R F2
-<ad72>3.859 E F1 1.359(option without a)3.859 F F0(jobspec)5.599 E F1
-(ar)4.169 E 1.358(gument restricts operation to running jobs.)-.18 F
-1.358(The return)6.358 F -.25(va)144 607.2 S(lue is 0 unless a).25 E F0
-(jobspec)4.24 E F1(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E
-F2(echo)108 624 Q F1([)2.5 E F2(\255neE)A F1 2.5(][)C F0(ar)-2.5 E(g)
--.37 E F1 1.666(...)2.5 G(])-1.666 E .424(Output the)144 636 R F0(ar)
-2.924 E(g)-.37 E F1 .424(s, separated by spaces, follo)B .424
-(wed by a ne)-.25 F 2.924(wline. The)-.25 F .424
-(return status is 0 unless a write)2.924 F .308(error occurs.)144 648 R
-(If)5.308 E F2<ad6e>2.808 E F1 .308(is speci\214ed, the trailing ne)
-2.808 F .308(wline is suppressed.)-.25 F .307(If the)5.308 F F2<ad65>
-2.807 E F1 .307(option is gi)2.807 F -.15(ve)-.25 G .307(n, inter).15 F
-(-)-.2 E .197(pretation of the follo)144 660 R .198
-(wing backslash-escaped characters is enabled.)-.25 F(The)5.198 E F2
-<ad45>2.698 E F1 .198(option disables the in-)2.698 F .067
-(terpretation of these escape characters, e)144 672 R -.15(ve)-.25 G
-2.567(no).15 G 2.567(ns)-2.567 G .067(ystems where the)-2.567 F 2.567
-(ya)-.15 G .067(re interpreted by def)-2.567 F 2.567(ault. The)-.1 F F2
-(xpg_echo)144 684 Q F1 .681
-(shell option may be used to dynamically determine whether or not)3.18 F
-F2(echo)3.181 E F1 .681(interprets an)3.181 F(y)-.15 E .94
-(options and e)144 696 R .94(xpands these escape characters by def)-.15
-F(ault.)-.1 E F2(echo)5.94 E F1 .94(does not interpret)3.44 F F2<adad>
-3.44 E F1 .94(to mean the)3.44 F(end of options.)144 708 Q F2(echo)5 E
-F1(interprets the follo)2.5 E(wing escape sequences:)-.25 E
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(7)195.95 E 0 Cg EP
-%%Page: 8 8
+.15 F(tory stack.)144 297.6 Q F2(diso)108 314.4 Q(wn)-.1 E F1([)2.5 E F2
+(\255ar)A F1 2.5(][)C F2<ad68>-2.5 E F1 2.5(][)C F0(id)-2.5 E F1 1.666
+(...)2.5 G(])-1.666 E -.4(Wi)144 326.4 S .342(thout options, remo).4 F
+.642 -.15(ve e)-.15 H(ach).15 E F0(id)2.852 E F1 .342
+(from the table of acti)3.612 F .642 -.15(ve j)-.25 H 2.842(obs. Each)
+.15 F F0(id)2.843 E F1 .343(may be a job speci\214cation)2.843 F F0
+(jobspec)144 338.4 Q F1(or a process ID)2.5 E F0(pid)2.5 E F1 2.5(;i)C
+(f)-2.5 E F0(id)2.5 E F1(is a)2.5 E F0(pid)2.5 E F1(,)A F2(diso)2.5 E
+(wn)-.1 E F1(uses the job containing)2.5 E F0(pid)2.5 E F1(as)2.5 E F0
+(jobspec)2.5 E F1(.)A .683(If the)144 355.2 R F2<ad68>3.183 E F1 .683
+(option is supplied,)3.183 F F2(diso)3.183 E(wn)-.1 E F1 .683
+(does not remo)3.183 F .983 -.15(ve t)-.15 H .683
+(he jobs corresponding to each).15 F F0(id)3.193 E F1 .682(from the)
+3.953 F .183(jobs table, b)144 367.2 R .184
+(ut rather marks them so the shell does not send)-.2 F/F3 9/Times-Bold@0
+SF(SIGHUP)2.684 E F1 .184(to the job if the shell recei)2.434 F -.15(ve)
+-.25 G(s).15 E(a)144 379.2 Q F3(SIGHUP)2.5 E/F4 9/Times-Roman@0 SF(.)A
+F1 .571(If no)144 396 R F0(id)3.081 E F1 .571(is supplied, the)3.841 F
+F2<ad61>3.071 E F1 .571(option means to remo)3.071 F .87 -.15(ve o)-.15
+H 3.07(rm).15 G .57(ark all jobs; the)-3.07 F F2<ad72>3.07 E F1 .57
+(option without an)3.07 F F0(id)3.08 E F1(ar)144 408 Q .658(gument remo)
+-.18 F -.15(ve)-.15 G 3.158(so).15 G 3.158(rm)-3.158 G .658
+(arks running jobs.)-3.158 F .658(If no)5.658 F F0(id)3.168 E F1 .658
+(is supplied, and neither the)3.928 F F2<ad61>3.159 E F1 .659(nor the)
+3.159 F F2<ad72>3.159 E F1(op-)3.159 E(tion is supplied,)144 420 Q F2
+(diso)2.5 E(wn)-.1 E F1(remo)2.5 E -.15(ve)-.15 G 2.5(so).15 G 2.5(rm)
+-2.5 G(arks the current job)-2.5 E(.)-.4 E(The return v)144 436.8 Q
+(alue is 0 unless an)-.25 E F0(id)2.51 E F1(does not specify a v)3.27 E
+(alid job)-.25 E(.)-.4 E F2(echo)108 453.6 Q F1([)2.5 E F2(\255neE)A F1
+2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E .425
+(Output the)144 465.6 R F0(ar)2.925 E(g)-.37 E F1 .424
+(s, separated by spaces, follo)B .424(wed by a ne)-.25 F 2.924
+(wline. The)-.25 F .424(return status is 0 unless a write)2.924 F
+(error occurs.)144 477.6 Q(If)5 E F2<ad6e>2.5 E F1
+(is speci\214ed, the trailing ne)2.5 E(wline is not printed.)-.25 E .48
+(If the)144 494.4 R F2<ad65>2.98 E F1 .48(option is gi)2.98 F -.15(ve)
+-.25 G(n,).15 E F2(echo)2.98 E F1 .48(interprets the follo)2.98 F .48
+(wing backslash-escaped characters.)-.25 F(The)5.48 E F2<ad45>2.98 E F1
+(op-)2.98 E .469
+(tion disables interpretation of these escape characters, e)144 506.4 R
+-.15(ve)-.25 G 2.969(no).15 G 2.969(ns)-2.969 G .469(ystems where the)
+-2.969 F 2.969(ya)-.15 G .469(re interpreted)-2.969 F .41(by def)144
+518.4 R 2.91(ault. The)-.1 F F2(xpg_echo)2.91 E F1 .41
+(shell option determines whether or not)2.91 F F2(echo)2.91 E F1 .41
+(interprets an)2.91 F 2.91(yo)-.15 G .41(ptions and)-2.91 F -.15(ex)144
+530.4 S(pands these escape characters.).15 E F2(echo)5 E F1
+(does not interpret)2.5 E F2<adad>2.5 E F1(to mean the end of options.)
+2.5 E F2(echo)144 547.2 Q F1(interprets the follo)2.5 E
+(wing escape sequences:)-.25 E F2(\\a)144 559.2 Q F1(alert \(bell\))180
+559.2 Q F2(\\b)144 571.2 Q F1(backspace)180 571.2 Q F2(\\c)144 583.2 Q
+F1(suppress further output)180 583.2 Q F2(\\e)144 595.2 Q(\\E)144 607.2
+Q F1(an escape character)180 607.2 Q F2(\\f)144 619.2 Q F1(form feed)180
+619.2 Q F2(\\n)144 631.2 Q F1(ne)180 631.2 Q 2.5(wl)-.25 G(ine)-2.5 E F2
+(\\r)144 643.2 Q F1(carriage return)180 643.2 Q F2(\\t)144 655.2 Q F1
+(horizontal tab)180 655.2 Q F2(\\v)144 667.2 Q F1 -.15(ve)180 667.2 S
+(rtical tab).15 E F2(\\\\)144 679.2 Q F1(backslash)180 679.2 Q F2(\\0)
+144 691.2 Q F0(nnn)A F1(The eight-bit character whose v)180 691.2 Q
+(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
+(\(zero to three octal digits\).)2.5 E F2(\\x)144 703.2 Q F0(HH)A F1
+(The eight-bit character whose v)180 703.2 Q(alue is the he)-.25 E
+(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1(\(one or tw)2.5 E 2.5(oh)
+-.1 G .3 -.15(ex d)-2.5 H(igits\).).15 E(GNU Bash 5.2)72 768 Q
+(2023 January 27)141.79 E(8)195.95 E 0 Cg EP
+%%Page: 9 9
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(\\a)144 84 Q F1(alert \(bell\))180 84 Q F2(\\b)144 96 Q
-F1(backspace)180 96 Q F2(\\c)144 108 Q F1(suppress further output)180
-108 Q F2(\\e)144 120 Q(\\E)144 132 Q F1(an escape character)180 132 Q F2
-(\\f)144 144 Q F1(form feed)180 144 Q F2(\\n)144 156 Q F1(ne)180 156 Q
-2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 168 Q F1(carriage return)180 168 Q
-F2(\\t)144 180 Q F1(horizontal tab)180 180 Q F2(\\v)144 192 Q F1 -.15
-(ve)180 192 S(rtical tab).15 E F2(\\\\)144 204 Q F1(backslash)180 204 Q
-F2(\\0)144 216 Q F0(nnn)A F1(the eight-bit character whose v)180 216 Q
-(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
-(\(zero to three octal digits\))2.5 E F2(\\x)144 228 Q F0(HH)A F1
-(the eight-bit character whose v)180 228 Q(alue is the he)-.25 E
-(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1(\(one or tw)2.5 E 2.5(oh)
--.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F2(\\u)144 240 Q F0(HHHH)A F1
-1.506(the Unicode \(ISO/IEC 10646\) character whose v)180 252 R 1.507
-(alue is the he)-.25 F 1.507(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
-4.007 E F1(\(one to four he)180 264 Q 2.5(xd)-.15 G(igits\))-2.5 E F2
-(\\U)144 276 Q F0(HHHHHHHH)A F1 .548
-(the Unicode \(ISO/IEC 10646\) character whose v)180 288 R .547
-(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
-3.047 E(HHH)180 300 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\))
--2.5 E F2(enable)108 316.8 Q F1([)2.5 E F2<ad61>A F1 2.5(][)C F2
-(\255dnps)-2.5 E F1 2.5(][)C F2<ad66>-2.5 E F0(\214lename)2.5 E F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .277
-(Enable and disable b)144 328.8 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
-340.8 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
-352.8 R .989(uiltins before disk commands.)-.2 F(If)5.989 E F2<ad6e>
-3.489 E F1 .99(is used, each)3.49 F F0(name)3.49 E F1 .99(is dis-)3.49 F
-.649(abled; otherwise,)144 364.8 R F0(names)3.148 E F1 .648
-(are enabled.)3.148 F -.15(Fo)5.648 G 3.148(re).15 G .648
-(xample, to use the)-3.298 F F2(test)3.148 E F1 .648
-(binary found via the)3.148 F/F3 9/Times-Bold@0 SF -.666(PA)3.148 G(TH)
--.189 E F1(in-)2.898 E .328(stead of the shell b)144 376.8 R .329
-(uiltin v)-.2 F .329(ersion, run The)-.15 F F2<ad66>2.829 E F1 .329
-(option means to load the ne)2.829 F 2.829(wb)-.25 G .329
-(uiltin command)-3.029 F F0(name)3.189 E F1 .132(from shared object)144
-388.8 R F0(\214lename)4.542 E F1 2.632(,o).18 G 2.632(ns)-2.632 G .131
-(ystems that support dynamic loading.)-2.632 F F2(Bash)5.131 E F1 .131
-(will use the v)2.631 F .131(alue of)-.25 F(the)144 400.8 Q F2 -.3(BA)
-4.456 G(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1
--.25(va)4.456 G 1.956
-(riable as a colon-separated list of directories in which to).25 F 1.315
-(search for)144 412.8 R F0(\214lename)3.815 E F1 3.815(,i)C(f)-3.815 E
-F0(\214lename)3.815 E F1 1.314(does not contain a slash.)3.814 F 1.314
-(The def)6.314 F 1.314(ault is system-dependent, and)-.1 F .789
-(may include to force a search of the current directory)144 424.8 R
-5.789(.T)-.65 G(he)-5.789 E F2<ad64>3.29 E F1 .79
-(option will delete a b)3.29 F .79(uiltin pre)-.2 F(vi-)-.25 E 1.079
-(ously loaded with)144 436.8 R F2<ad66>3.579 E F1 6.079(.I)C 3.579(fn)
--6.079 G(o)-3.579 E F0(name)3.579 E F1(ar)3.579 E 1.079(guments are gi)
--.18 F -.15(ve)-.25 G 1.078(n, or if the).15 F F2<ad70>3.578 E F1 1.078
-(option is supplied, a list of)3.578 F 1.711(shell b)144 448.8 R 1.711
-(uiltins is printed.)-.2 F -.4(Wi)6.711 G 1.711(th no other option ar).4
-F 1.712(guments, the list consists of all enabled shell)-.18 F -.2(bu)
-144 460.8 S 2.909(iltins. If).2 F F2<ad6e>2.909 E F1 .408
-(is supplied, only disabled b)2.909 F .408(uiltins are printed.)-.2 F
-(If)5.408 E F2<ad61>2.908 E F1 .408(is supplied, the list printed in-)
-2.908 F .307(cludes all b)144 472.8 R .308
-(uiltins, with an indication of whether or not each is enabled.)-.2 F
-(If)5.308 E F2<ad73>2.808 E F1 .308(is supplied, the out-)2.808 F .226
-(put is restricted to the POSIX)144 484.8 R F0(special)2.725 E F1 -.2
-(bu)2.725 G 2.725(iltins. If).2 F .225(no options are supplied and a)
-2.725 F F0(name)2.725 E F1 .225(is not a shell)2.725 F -.2(bu)144 496.8
-S(iltin,).2 E F2(enable)3.515 E F1 1.015(will attempt to load)3.515 F F0
-(name)3.515 E F1 1.015(from a shared object named)3.515 F F0(name)3.515
-E F1 3.515(,a)C 3.515(si)-3.515 G 3.515(ft)-3.515 G 1.015(he command)
--3.515 F .787(were The return v)144 508.8 R .786(alue is 0 unless a)-.25
-F F0(name)3.646 E F1 .786(is not a shell b)3.466 F .786
-(uiltin or there is an error loading a ne)-.2 F(w)-.25 E -.2(bu)144
-520.8 S(iltin from a shared object.).2 E F2 -2.3 -.15(ev a)108 537.6 T
-(l).15 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(The)
-144 549.6 Q F0(ar)3.17 E(g)-.37 E F1 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 .479(and e)144 561.6 R -.15(xe)-.15 G
-.479(cuted by the shell, and its e).15 F .479
-(xit status is returned as the v)-.15 F .478(alue of)-.25 F F2 -2.3 -.15
-(ev a)2.978 H(l).15 E F1 5.478(.I)C 2.978(ft)-5.478 G .478(here are no)
--2.978 F F0(ar)3.308 E(gs)-.37 E F1(,).27 E(or only null ar)144 573.6 Q
-(guments,)-.18 E F2 -2.3 -.15(ev a)2.5 H(l).15 E F1(returns 0.)2.5 E F2
-(exec)108 590.4 Q F1([)2.5 E F2(\255cl)A F1 2.5(][)C F2<ad61>-2.5 E F0
-(name)2.5 E F1 2.5(][)C F0(command)-2.5 E F1([)2.5 E F0(ar)A(guments)
--.37 E F1(]])A(If)144 602.4 Q F0(command)3.005 E F1 .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 F0(ar)3.136 E
-(guments)-.37 E F1(become)3.076 E .177(the ar)144 614.4 R .177
-(guments to)-.18 F F0(command)2.676 E F1 5.176(.I)C 2.676(ft)-5.176 G
-(he)-2.676 E F2<ad6c>2.676 E F1 .176
-(option is supplied, the shell places a dash at the be)2.676 F .176
-(ginning of)-.15 F .48(the zeroth ar)144 626.4 R .48(gument passed to)
--.18 F F0(command)3.18 E F1 5.48(.T).77 G .48(his is what)-5.48 F F0(lo)
-3.07 E(gin)-.1 E F1 .48(\(1\) does.).24 F(The)5.48 E F2<ad63>2.98 E F1
-.48(option causes)2.98 F F0(com-)3.18 E(mand)144 638.4 Q F1 .639
-(to be e)3.909 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138
-(vironment. If)-.4 F F2<ad61>3.138 E F1 .638
-(is supplied, the shell passes)3.138 F F0(name)3.498 E F1 .638(as the)
-3.318 F 1.077(zeroth ar)144 650.4 R 1.077(gument to the e)-.18 F -.15
-(xe)-.15 G 1.077(cuted command.).15 F(If)6.077 E F0(command)3.777 E F1
-1.077(cannot be e)4.347 F -.15(xe)-.15 G 1.077(cuted for some reason, a)
-.15 F(non-interacti)144 662.4 Q .877 -.15(ve s)-.25 H .577(hell e).15 F
-.577(xits, unless the)-.15 F F2(execfail)3.077 E F1 .577
-(shell option is enabled.)3.077 F .576(In that case, it returns f)5.577
-F(ail-)-.1 E 3.32(ure. An)144 674.4 R(interacti)3.32 E 1.12 -.15(ve s)
--.25 H .82(hell returns f).15 F .82(ailure if the \214le cannot be e)-.1
-F -.15(xe)-.15 G 3.32(cuted. A).15 F .82(subshell e)3.32 F .82
-(xits uncondi-)-.15 F .288(tionally if)144 686.4 R F2(exec)2.788 E F1
--.1(fa)2.788 G 2.788(ils. If).1 F F0(command)2.988 E F1 .288
-(is not speci\214ed, an)3.558 F 2.787(yr)-.15 G .287(edirections tak)
--2.787 F 2.787(ee)-.1 G -.25(ff)-2.787 G .287(ect in the current shell,)
-.25 F(and the return status is 0.)144 698.4 Q
+/Times-Bold@0 SF(\\u)144 84 Q F0(HHHH)A F1 1.204
+(The Unicode \(ISO/IEC 10646\) character whose v)180 96 R 1.203
+(alue is the he)-.25 F 1.203(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
+3.703 E F1(\(one to four he)180 108 Q 2.5(xd)-.15 G(igits\).)-2.5 E F2
+(\\U)144 120 Q F0(HHHHHHHH)A F1 .244
+(The Unicode \(ISO/IEC 10646\) character whose v)180 132 R .245
+(alue is the he)-.25 F .245(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
+2.745 E(HHH)180 144 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\).)
+-2.5 E F2(echo)144 160.8 Q F1(writes an)2.5 E 2.5(yu)-.15 G
+(nrecognized backslash-escaped characters unchanged.)-2.5 E F2(enable)
+108 177.6 Q F1([)2.5 E F2<ad61>A F1 2.5(][)C F2(\255dnps)-2.5 E F1 2.5
+(][)C F2<ad66>-2.5 E F0(\214lename)2.5 E F1 2.5(][)C F0(name)-2.5 E F1
+1.666(...)2.5 G(])-1.666 E 1.2(Enable and disable b)144 189.6 R 1.199
+(uiltin shell commands.)-.2 F 1.199(Disabling a b)6.199 F 1.199
+(uiltin allo)-.2 F 1.199(ws an e)-.25 F -.15(xe)-.15 G 1.199
+(cutable \214le which).15 F 1.737(has the same name as a shell b)144
+201.6 R 1.737(uiltin to be e)-.2 F -.15(xe)-.15 G 1.737
+(cuted without specifying a full pathname, e).15 F -.15(ve)-.25 G(n).15
+E(though the shell normally searches for b)144 213.6 Q
+(uiltins before \214les.)-.2 E(If)144 230.4 Q F2<ad6e>3.358 E F1 .858
+(is supplied, each)3.358 F F0(name)3.358 E F1 .858
+(is disabled; otherwise,)3.358 F F0(name)3.357 E F1 3.357(sa)C .857
+(re enabled.)-3.357 F -.15(Fo)5.857 G 3.357(re).15 G .857
+(xample, to use the)-3.507 F F2(test)144 242.4 Q F1(binary found usin g)
+2.5 E/F3 9/Times-Bold@0 SF -.666(PA)2.5 G(TH)-.189 E F1
+(instead of the shell b)2.25 E(uiltin v)-.2 E(ersion, run)-.15 E 1.165
+(If no)144 259.2 R F0(name)3.665 E F1(ar)3.665 E 1.165
+(guments are supplied, or if the)-.18 F F2<ad70>3.665 E F1 1.165
+(option is supplied, print a list of shell b)3.665 F(uiltins.)-.2 E -.4
+(Wi)144 271.2 S 1.005(th no other option ar).4 F 1.005
+(guments, the list consists of all enabled shell b)-.18 F 3.505
+(uiltins. If)-.2 F F2<ad6e>3.505 E F1 1.005(is supplied,)3.505 F .46
+(print only disabled b)144 283.2 R 2.96(uiltins. If)-.2 F F2<ad61>2.96 E
+F1 .46(is supplied, the list printed includes all b)2.96 F .46
+(uiltins, with an indica-)-.2 F .791
+(tion of whether or not each is enabled.)144 295.2 R(The)5.791 E F2
+<ad73>3.291 E F1 .79(option means to restrict the output to the POSIX)
+3.291 F F0(special)144 307.2 Q F1 -.2(bu)2.5 G(iltins.).2 E(The)144 324
+Q F2<ad66>2.785 E F1 .285(option means to load the ne)2.785 F 2.785(wb)
+-.25 G .285(uiltin command)-2.985 F F0(name)3.145 E F1 .285
+(from shared object)2.965 F F0(\214lename)4.695 E F1 2.785(,o).18 G
+2.785(ns)-2.785 G(ys-)-2.785 E .01(tems that support dynamic loading.)
+144 336 R(If)5.01 E F0(\214lename)2.51 E F1 .01
+(does not contain a slash,)2.51 F F2(Bash)2.51 E F1 .01(will use the v)
+2.51 F .01(alue of)-.25 F(the)144 348 Q F2 -.3(BA)4.456 G(SH_LO).3 E(AD)
+-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1 -.25(va)4.456 G 1.956
+(riable as a colon-separated list of directories in which to).25 F .305
+(search for)144 360 R F0(\214lename)2.805 E F1 5.305(.T)C .305(he def)
+-5.305 F .305(ault for)-.1 F F2 -.3(BA)2.805 G(SH_LO).3 E(AD)-.4 E
+(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1 .305
+(is system-dependent, and may)2.805 F .925
+(include to force a search of the current directory)144 372 R 5.925(.T)
+-.65 G(he)-5.925 E F2<ad64>3.425 E F1 .925(option will delete a b)3.425
+F .925(uiltin pre)-.2 F(viously)-.25 E(loaded with)144 384 Q F2<ad66>2.5
+E F1 5(.I)C(f)-5 E F0<ad73>2.5 E F1(is used with)2.5 E F0<ad66>2.5 E F1
+2.5(,t)C(he ne)-2.5 E 2.5(wb)-.25 G(uiltin becomes a POSIX special b)
+-2.7 E(uiltin.)-.2 E .269(If no options are supplied and a)144 400.8 R
+F0(name)2.769 E F1 .269(is not a shell b)2.769 F(uiltin,)-.2 E F2
+(enable)2.769 E F1 .269(will attempt to load)2.769 F F0(name)2.769 E F1
+(from)2.768 E 2.5(as)144 412.8 S(hared object named)-2.5 E F0(name)2.5 E
+F1 2.5(,a)C 2.5(si)-2.5 G 2.5(ft)-2.5 G(he command were)-2.5 E .477
+(The return v)144 429.6 R .477(alue is 0 unless a)-.25 F F0(name)3.337 E
+F1 .477(is not a shell b)3.157 F .477
+(uiltin or there is an error loading a ne)-.2 F 2.978(wb)-.25 G(uiltin)
+-3.178 E(from a shared object.)144 441.6 Q F2 -2.3 -.15(ev a)108 458.4 T
+(l).15 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E 1.348
+(Concatenate the)144 470.4 R F0(ar)3.848 E(g)-.37 E F1 3.848(st)C 1.348
+(ogether into a single command, separating them with spaces.)-3.848 F F2
+(Bash)6.347 E F1(then)3.847 E .176(reads and e)144 482.4 R -.15(xe)-.15
+G .176(cute this command, and returns its e).15 F .176
+(xit status as the return status of)-.15 F F2 -2.3 -.15(ev a)2.676 H(l)
+.15 E F1 5.176(.I)C 2.677(ft)-5.176 G .177(here are)-2.677 F(no)144
+494.4 Q F0(ar)2.83 E(gs)-.37 E F1 2.5(,o).27 G 2.5(ro)-2.5 G
+(nly null ar)-2.5 E(guments,)-.18 E F2 -2.3 -.15(ev a)2.5 H(l).15 E F1
+(returns 0.)2.5 E F2(exec)108 511.2 Q F1([)2.5 E F2(\255cl)A F1 2.5(][)C
+F2<ad61>-2.5 E F0(name)2.5 E F1 2.5(][)C F0(command)-2.5 E F1([)2.5 E F0
+(ar)A(guments)-.37 E F1(]])A(If)144 523.2 Q F0(command)2.984 E F1 .283
+(is speci\214ed, it replaces the shell without creating a ne)3.554 F
+2.783(wp)-.25 G(rocess.)-2.783 E F0(command)5.283 E F1 .283(cannot be)
+2.783 F 2.877(as)144 535.2 S .377(hell b)-2.877 F .377
+(uiltin or function.)-.2 F(The)5.377 E F0(ar)3.207 E(guments)-.37 E F1
+.377(become the ar)3.147 F .378(guments to)-.18 F F0(command)2.878 E F1
+5.378(.I)C 2.878(ft)-5.378 G(he)-2.878 E F2<ad6c>2.878 E F1 .378
+(option is)2.878 F .078(supplied, the shell places a dash at the be)144
+547.2 R .078(ginning of the zeroth ar)-.15 F .078(gument passed to)-.18
+F F0(command)2.778 E F1 5.078(.T).77 G(his)-5.078 E .138(is what)144
+559.2 R F0(lo)2.728 E(gin)-.1 E F1 .138(\(1\) does.).24 F(The)5.138 E F2
+<ad63>2.638 E F1 .139(option causes)2.639 F F0(command)2.839 E F1 .139
+(to be e)3.409 F -.15(xe)-.15 G .139(cuted with an empty en).15 F
+(vironment.)-.4 E(If)144 571.2 Q F2<ad61>2.5 E F1
+(is supplied, the shell passes)2.5 E F0(name)2.86 E F1(as the zeroth ar)
+2.68 E(gument to the e)-.18 E -.15(xe)-.15 G(cuted command.).15 E(If)144
+588 Q F0(command)3.246 E F1 .546(cannot be e)3.816 F -.15(xe)-.15 G .546
+(cuted for some reason, a non-interacti).15 F .846 -.15(ve s)-.25 H .545
+(hell e).15 F .545(xits, unless the)-.15 F F2(execfail)3.045 E F1 1.22
+(shell option is enabled.)144 600 R 1.22
+(In that case, it returns a non-zero status.)6.22 F 1.22(An interacti)
+6.22 F 1.52 -.15(ve s)-.25 H 1.22(hell returns a).15 F
+(non-zero status if the \214le cannot be e)144 612 Q -.15(xe)-.15 G 2.5
+(cuted. A).15 F(subshell e)2.5 E(xits unconditionally if)-.15 E F2(exec)
+2.5 E F1 -.1(fa)2.5 G(ils.).1 E(If)144 628.8 Q F0(command)3.225 E F1
+.525(is not speci\214ed, an)3.795 F 3.025(yr)-.15 G .524
+(edirections tak)-3.025 F 3.024(ee)-.1 G -.25(ff)-3.024 G .524
+(ect in the current shell, and the return status).25 F(is 0.)144 640.8 Q
 (If there is a redirection error)5 E 2.5(,t)-.4 G
-(he return status is 1.)-2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(8)195.95 E 0 Cg EP
-%%Page: 9 9
+(he return status is 1.)-2.5 E F2(exit)108 657.6 Q F1([)2.5 E F0(n)A F1
+(])A .095(Cause the shell to e)144 657.6 R .095(xit with a status of)
+-.15 F F0(n)2.595 E F1 5.095(.I)C(f)-5.095 E F0(n)2.955 E F1 .096
+(is omitted, the e)2.835 F .096(xit status is that of the last command)
+-.15 F -.15(exe)144 669.6 S 2.5(cuted. An).15 F 2.5(yt)-.15 G(rap on)
+-2.5 E F3(EXIT)2.5 E F1(is e)2.25 E -.15(xe)-.15 G
+(cuted before the shell terminates.).15 E F2(export)108 686.4 Q F1([)2.5
+E F2(\255fn)A F1 2.5(][).833 G F0(name)-2.5 E F1([=)A F0(value)A F1
+(]] .)A 1.666(..)1.666 G F2(export \255p)108 698.4 Q F1 .257
+(The supplied)144 710.4 R F0(names)3.117 E F1 .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.5
+(commands. If)144 722.4 R(the)2.5 E F2<ad66>2.5 E F1(option is gi)2.5 E
+-.15(ve)-.25 G(n, the).15 E F0(names)2.86 E F1(refer to functions.)2.77
+E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(9)195.95 E 0 Cg EP
+%%Page: 10 10
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(exit)108 84 Q F1([)2.5 E F0(n)A F1(])A .095
-(Cause the shell to e)144 84 R .095(xit with a status of)-.15 F F0(n)
-2.595 E F1 5.095(.I)C(f)-5.095 E F0(n)2.955 E F1 .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 F1
-(is e)2.25 E -.15(xe)-.15 G(cuted before the shell terminates.).15 E F2
-(export)108 112.8 Q F1([)2.5 E F2(\255fn)A F1 2.5(][).833 G F0(name)-2.5
-E F1([=)A F0(wor)A(d)-.37 E F1(]] .)A 1.666(..)1.666 G F2(export \255p)
-108 124.8 Q F1 .257(The supplied)144 136.8 R F0(names)3.117 E F1 .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 F2<ad66>2.626 E F1 .127
-(option is gi)2.627 F -.15(ve)-.25 G .127(n, the).15 F F0(names)2.987 E
-F1 .127(refer to functions.)2.897 F .127(If no)5.127 F F0(names)2.987 E
-F1 .127(are gi)2.897 F -.15(ve)-.25 G .127(n, or if the).15 F F2<ad70>
-144 160.8 Q F1 .048(option is supplied, a list of names of all e)2.548 F
-.048(xported v)-.15 F .048(ariables is printed.)-.25 F(The)5.048 E F2
-<ad6e>2.547 E F1 .047(option causes the)2.547 F -.15(ex)144 172.8 S
-1.446(port property to be remo).15 F -.15(ve)-.15 G 3.947(df).15 G 1.447
-(rom each)-3.947 F F0(name)3.947 E F1 6.447(.I)C 3.947(fav)-6.447 G
-1.447(ariable name is follo)-4.197 F 1.447(wed by =)-.25 F F0(wor)A(d)
--.37 E F1 3.947(,t)C(he)-3.947 E -.25(va)144 184.8 S .742(lue of the v)
-.25 F .742(ariable is set to)-.25 F F0(wor)3.242 E(d)-.37 E F1(.)A F2
-(export)5.742 E F1 .742(returns an e)3.242 F .741
-(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .741(lid option is)
-.25 F .031(encountered, one of the)144 196.8 R F0(names)2.531 E F1 .031
-(is not a v)2.531 F .032(alid shell v)-.25 F .032(ariable name, or)-.25
-F F2<ad66>2.532 E F1 .032(is supplied with a)2.532 F F0(name)2.892 E F1
-(that)2.712 E(is not a function.)144 208.8 Q F2(false)108 225.6 Q F1
-(Does nothing, returns a non-zero status.)144 225.6 Q F2(fc)108 242.4 Q
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E(The)
+144 84 Q/F2 10/Times-Bold@0 SF<ad6e>2.68 E F1 .18(option une)2.68 F .18
+(xports, or remo)-.15 F -.15(ve)-.15 G 2.68(st).15 G .181(he e)-2.68 F
+.181(xport attrib)-.15 F .181(ute, from each)-.2 F F0(name)2.681 E F1
+5.181(.I)C 2.681(fn)-5.181 G(o)-2.681 E F0(names)3.041 E F1 .181(are gi)
+2.951 F -.15(ve)-.25 G(n,).15 E .536(or if the)144 96 R F2<ad70>3.036 E
+F1 .536(option is supplied,)3.036 F F2(export)3.036 E F1 .536
+(prints a list of names of all e)3.036 F .535(xported v)-.15 F .535
+(ariables on the stan-)-.25 F(dard output.)144 108 Q F2(export)144 124.8
+Q F1(allo)2.94 E .44(ws the v)-.25 F .44(alue of a v)-.25 F .44
+(ariable to be set when it is e)-.25 F .44(xported or une)-.15 F .44
+(xported by follo)-.15 F .44(wing the)-.25 F -.25(va)144 136.8 S .152
+(riable name with =).25 F F0(value)A F1 5.152(.T)C .152(his sets the v)
+-5.152 F .152(alue of the v)-.25 F .152(ariable to)-.25 F F0(value)2.652
+E F1 .151(while modifying the e)2.652 F(xport)-.15 E(attrib)144 148.8 Q
+(ute.)-.2 E F2(export)6.36 E F1 1.36(returns an e)3.86 F 1.361
+(xit status of 0 unless an in)-.15 F -.25(va)-.4 G 1.361
+(lid option is encountered, one of the).25 F F0(names)144 160.8 Q F1
+(is not a v)2.5 E(alid shell v)-.25 E(ariable name, or)-.25 E F2<ad66>
+2.5 E F1(is supplied with a)2.5 E F0(name)2.86 E F1
+(that is not a function.)2.68 E F2(false)108 177.6 Q F1
+(Does nothing; returns a non-zero status.)144 177.6 Q F2(fc)108 194.4 Q
 F1([)2.5 E F2<ad65>A F0(ename)2.5 E F1 2.5(][)C F2(\255lnr)-2.5 E F1 2.5
 (][)C F0<8c72>-2.5 E(st)-.1 E F1 2.5(][)C F0(last)-2.5 E F1(])A F2
-(fc \255s)108 254.4 Q F1([)2.5 E F0(pat)A F1(=)A F0 -.37(re)C(p).37 E F1
+(fc \255s)108 206.4 Q F1([)2.5 E F0(pat)A F1(=)A F0 -.37(re)C(p).37 E F1
 2.5(][)C F0(cmd)-2.5 E F1(])A .432
-(The \214rst form selects a range of commands from)144 266.4 R F0<8c72>
+(The \214rst form selects a range of commands from)144 218.4 R F0<8c72>
 4.842 E(st)-.1 E F1(to)3.612 E F0(last)3.022 E F1 .431
 (from the history list and displays or)3.612 F .141(edits and re-e)144
-278.4 R -.15(xe)-.15 G .141(cutes them.).15 F F0 -.45(Fi)5.141 G -.1(rs)
+230.4 R -.15(xe)-.15 G .141(cutes them.).15 F F0 -.45(Fi)5.141 G -.1(rs)
 .45 G(t).1 E F1(and)3.321 E F0(last)2.731 E F1 .141
 (may be speci\214ed as a string \(to locate the last command)3.321 F(be)
-144 290.4 Q .311(ginning with that string\) or as a number \(an inde)
+144 242.4 Q .311(ginning with that string\) or as a number \(an inde)
 -.15 F 2.811(xi)-.15 G .31(nto the history list, where a ne)-2.811 F
--.05(ga)-.15 G(ti).05 E .61 -.15(ve n)-.25 H(umber).15 E .071
-(is used as an of)144 302.4 R .071
-(fset from the current command number\).)-.25 F .071(When listing, a)
-5.071 F F0<8c72>2.571 E(st)-.1 E F1(or)2.571 E F0(last)2.571 E F1 .071
-(of 0 is equi)2.571 F -.25(va)-.25 G(-).25 E .653
-(lent to \2551 and \2550 is equi)144 314.4 R -.25(va)-.25 G .653
-(lent to the current command \(usually the).25 F F2(fc)3.153 E F1 .653
-(command\); otherwise 0 is)3.153 F(equi)144 326.4 Q -.25(va)-.25 G .242
-(lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 2.742(lid. If).25 F
-F0(last)2.832 E F1 .242
-(is not speci\214ed, it is set to the current command for list-)3.422 F
-.149(ing \(so that prints the last 10 commands\) and to)144 338.4 R F0
-<8c72>4.559 E(st)-.1 E F1 2.648(otherwise. If)3.328 F F0<8c72>4.558 E
-(st)-.1 E F1 .148(is not speci\214ed, it is set to)3.328 F(the pre)144
-350.4 Q(vious command for editing and \25516 for listing.)-.25 E(The)144
-367.2 Q F2<ad6e>2.522 E F1 .022
-(option suppresses the command numbers when listing.)2.522 F(The)5.022 E
-F2<ad72>2.522 E F1 .022(option re)2.522 F -.15(ve)-.25 G .022
-(rses the order of).15 F .438(the commands.)144 379.2 R .438(If the)
-5.438 F F2<ad6c>2.938 E F1 .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 391.2 R -.15(ve)-.25 G 2.834(nb).15 G(y)-2.834 E
-F0(ename)3.024 E F1 .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 F0(ename)3.025 E F1 .335(is not gi)3.015 F -.15(ve)-.25 G
-(n,).15 E .631(the v)144 403.2 R .631(alue of the)-.25 F F3(FCEDIT)3.131
-E F1 -.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 F1(if)2.881 E F3(FCEDIT)3.13 E F1 .63
-(is not set.)2.88 F .63(If nei-)5.63 F .005(ther v)144 415.2 R .005
-(ariable is set,)-.25 F F0(vi)4.171 E F1 .005(is used.)4.171 F .005
-(When editing is complete, the edited commands are echoed and e)5.005 F
-(x-)-.15 E(ecuted.)144 427.2 Q .789(In the second form,)144 444 R F0
-(command)3.288 E F1 .788(is re-e)3.288 F -.15(xe)-.15 G .788
-(cuted after each instance of).15 F F0(pat)3.288 E F1 .788
-(is replaced by)3.288 F F0 -.37(re)3.288 G(p).37 E F1(.)A F0(Com-)5.788
-E(mand)144 456 Q F1 .762(is interpreted the same as)3.262 F F0<8c72>
-3.262 E(st)-.1 E F1(abo)3.262 E -.15(ve)-.15 G 5.762(.A).15 G .762
-(useful alias to use with this is so that typing runs)-2.5 F
-(the last command be)144 468 Q(ginning with and typing re-e)-.15 E -.15
-(xe)-.15 G(cutes the last command.).15 E .142
-(If the \214rst form is used, the return v)144 484.8 R .142
-(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142
-(lid option is encountered or).25 F F0<8c72>4.552 E(st)-.1 E F1(or)3.322
-E F0(last)2.732 E F1 .454(specify history lines out of range.)144 496.8
-R .454(If the)5.454 F F2<ad65>2.954 E F1 .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 508.8 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
-520.8 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F0(cmd)3.836 E F1 1.136
-(does not)4.406 F(specify a v)144 532.8 Q
-(alid history line, in which case)-.25 E F2(fc)2.5 E F1(returns f)2.5 E
-(ailure.)-.1 E F2(fg)108 549.6 Q F1([)2.5 E F0(jobspec)A F1(])A(Resume)
-144 561.6 Q F0(jobspec)5.654 E F1 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 F0(jobspec)5.653 E F1
-1.413(is not present, the)4.223 F(shell')144 573.6 Q 3.116(sn)-.55 G
-.616(otion of the)-3.116 F F0(curr)3.116 E .616(ent job)-.37 F F1 .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 585.6 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 F0(jobspec)145.74 597.6 Q
-F1(does not specify a v)2.81 E(alid job or)-.25 E F0(jobspec)4.24 E F1
-(speci\214es a job that w)2.81 E(as started without job control.)-.1 E
-F2(getopts)108 614.4 Q F0(optstring name)2.5 E F1([)2.5 E F0(ar)A(g)-.37
-E F1 1.666(...)2.5 G(])-1.666 E F2(getopts)144 626.4 Q F1 .793
-(is used by shell procedures to parse positional parameters.)3.293 F F0
-(optstring)6.023 E F1 .793(contains the option)3.513 F .15
-(characters to be recognized; if a character is follo)144 638.4 R .149
-(wed by a colon, the option is e)-.25 F .149(xpected to ha)-.15 F .449
--.15(ve a)-.2 H(n).15 E(ar)144 650.4 Q .578
-(gument, which should be separated from it by white space.)-.18 F .579
-(The colon and question mark char)5.579 F(-)-.2 E .636
-(acters may not be used as option characters.)144 662.4 R .636
-(Each time it is in)5.636 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F2(getopts)
-3.136 E F1 .636(places the ne)3.136 F .635(xt op-)-.15 F .029
-(tion in the shell v)144 674.4 R(ariable)-.25 E F0(name)2.889 E F1 2.529
-(,i).18 G(nitializing)-2.529 E F0(name)2.889 E F1 .029(if it does not e)
-2.709 F .03(xist, and the inde)-.15 F 2.53(xo)-.15 G 2.53(ft)-2.53 G .03
-(he ne)-2.53 F .03(xt ar)-.15 F(gu-)-.18 E .066
-(ment to be processed into the v)144 686.4 R(ariable)-.25 E F3(OPTIND)
-2.566 E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND)4.566 E F1 .065
-(is initialized to 1 each time the shell or a)2.315 F .885
-(shell script is in)144 698.4 R -.2(vo)-.4 G -.1(ke).2 G 3.385(d. When)
-.1 F .885(an option requires an ar)3.385 F(gument,)-.18 E F2(getopts)
-3.385 E F1 .885(places that ar)3.385 F .885(gument into)-.18 F .567
-(the v)144 710.4 R(ariable)-.25 E F3(OPT)3.067 E(ARG)-.81 E F4(.)A F1
-.566(The shell does not reset)5.067 F F3(OPTIND)3.066 E F1 .566
-(automatically; it must be manually reset)2.816 F .389
-(between multiple calls to)144 722.4 R F2(getopts)2.889 E F1 .389
-(within the same shell in)2.889 F -.2(vo)-.4 G .39(cation if a ne).2 F
-2.89(ws)-.25 G .39(et of parameters is to)-2.89 F(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(9)195.95 E 0 Cg EP
-%%Page: 10 10
+-.05(ga)-.15 G(ti).05 E .61 -.15(ve n)-.25 H(umber).15 E
+(is used as an of)144 254.4 Q(fset from the current command number\).)
+-.25 E .746(When listing, a)144 271.2 R F0<8c72>3.246 E(st)-.1 E F1(or)
+3.246 E F0(last)3.246 E F1 .746(of 0 is equi)3.246 F -.25(va)-.25 G .746
+(lent to \2551 and \2550 is equi).25 F -.25(va)-.25 G .747
+(lent to the current command).25 F .779(\(usually the)144 283.2 R F2(fc)
+3.279 E F1 .779(command\); otherwise 0 is equi)3.279 F -.25(va)-.25 G
+.779(lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 3.279(lid. If).25
+F F0(last)3.369 E F1 .778(is not speci-)3.959 F .536(\214ed, it is set \
+to the current command for listing \(so that prints the last 10 command\
+s\) and to)144 295.2 R F0<8c72>4.947 E(st)-.1 E F1 3.123(otherwise. If)
+144 307.2 R F0<8c72>5.033 E(st)-.1 E F1 .622
+(is not speci\214ed, it is set to the pre)3.803 F .622
+(vious command for editing and \25516 for list-)-.25 F(ing.)144 319.2 Q
+.696(If the)144 336 R F2<ad6c>3.196 E F1 .696
+(option is supplied, the commands are listed on the standard output.)
+3.196 F(The)5.697 E F2<ad6e>3.197 E F1 .697(option sup-)3.197 F
+(presses the command numbers when listing.)144 348 Q(The)5 E F2<ad72>2.5
+E F1(option re)2.5 E -.15(ve)-.25 G(rses the order of the commands.).15
+E(Otherwise,)144 364.8 Q F2(fc)2.902 E F1(in)2.902 E -.2(vo)-.4 G -.1
+(ke).2 G 2.902(st).1 G .402(he editor named by)-2.902 F F0(ename)3.092 E
+F1 .402(on a \214le containing those commands.)3.082 F(If)5.402 E F0
+(ename)3.092 E F1 .541(is not supplied,)144 376.8 R F2(fc)3.041 E F1
+.542(uses the v)3.042 F .542(alue of the)-.25 F/F3 9/Times-Bold@0 SF
+(FCEDIT)3.042 E F1 -.25(va)2.792 G .542(riable, and the v).25 F .542
+(alue of)-.25 F F3(EDIT)3.042 E(OR)-.162 E F1(if)2.792 E F3(FCEDIT)3.042
+E F1(is)2.792 E .213(not set.)144 388.8 R .212(If neither v)5.213 F .212
+(ariable is set,)-.25 F F2(fc)2.712 E F1(uses)2.712 E F0(vi.)4.378 E F1
+.212(When editing is complete,)4.378 F F2(fc)2.712 E F1 .212
+(reads the \214le containing)2.712 F
+(the edited commands and echoes and e)144 400.8 Q -.15(xe)-.15 G
+(cutes them.).15 E .711(In the second form,)144 417.6 R F2(fc)3.211 E F1
+(re-e)3.211 E -.15(xe)-.15 G(cutes).15 E F0(command)3.211 E F1 .711
+(after replacing each instance of)3.211 F F0(pat)3.212 E F1(with)3.212 E
+F0 -.37(re)3.212 G(p).37 E F1(.)A F0(Com-)5.712 E(mand)144 429.6 Q F1
+(is interpreted the same as)2.5 E F0<8c72>2.5 E(st)-.1 E F1(abo)2.5 E
+-.15(ve)-.15 G(.).15 E 2.723(Au)144 446.4 S .223
+(seful alias to use with)-2.723 F F2(fc)2.723 E F1 .223
+(is so that typing runs the last command be)2.723 F .222
+(ginning with and typing re-)-.15 F -.15(exe)144 458.4 S
+(cutes the last command.).15 E .439
+(If the \214rst form is used, the return v)144 475.2 R .44
+(alue is zero unless an in)-.25 F -.25(va)-.4 G .44
+(lid option is encountered or).25 F F0<8c72>4.85 E(st)-.1 E F1(or)3.62 E
+F0(last)144.09 487.2 Q F1 .402(specify history lines out of range.)3.582
+F .402(When editing and re-e)5.402 F -.15(xe)-.15 G .402
+(cuting a \214le of commands, the re-).15 F .573(turn v)144 499.2 R .573
+(alue is the v)-.25 F .573(alue of the last command e)-.25 F -.15(xe)
+-.15 G .573(cuted or f).15 F .574
+(ailure if an error occurs with the tempo-)-.1 F .686(rary \214le.)144
+511.2 R .685
+(If the second form is used, the return status is that of the re-e)5.686
+F -.15(xe)-.15 G .685(cuted command, unless).15 F F0(cmd)144.2 523.2 Q
+F1(does not specify a v)3.27 E(alid history entry)-.25 E 2.5(,i)-.65 G
+2.5(nw)-2.5 G(hich case)-2.5 E F2(fc)2.5 E F1
+(returns a non-zero status.)2.5 E F2(fg)108 540 Q F1([)2.5 E F0(jobspec)
+A F1(])A(Resume)144 552 Q F0(jobspec)4.638 E F1 .398(in the fore)3.208 F
+.399(ground, and mak)-.15 F 2.899(ei)-.1 G 2.899(tt)-2.899 G .399
+(he current job)-2.899 F 5.399(.I)-.4 G(f)-5.399 E F0(jobspec)4.639 E F1
+.399(is not present,)3.209 F F2(fg)2.899 E F1(uses)2.899 E .248
+(the shell')144 564 R 2.748(sn)-.55 G .248(otion of the)-2.748 F F0
+(curr)2.747 E .247(ent job)-.37 F F1 5.247(.T)C .247(he return v)-5.247
+F .247(alue is that of the command placed into the fore-)-.25 F .097
+(ground, or f)144 576 R .098
+(ailure if run when job control is disabled or)-.1 F 2.598(,w)-.4 G .098
+(hen run with job control enabled, if)-2.598 F F0(job-)4.338 E(spec)144
+588 Q F1(does not specify a v)2.81 E(alid job or)-.25 E F0(jobspec)4.24
+E F1(speci\214es a job that w)2.81 E(as started without job control.)-.1
+E F2(getopts)108 604.8 Q F0(optstring name)2.5 E F1([)2.5 E F0(ar)A(g)
+-.37 E F1 1.666(...)2.5 G(])-1.666 E F2(getopts)144 616.8 Q F1 .051(is \
+used by shell scripts and functions to parse positional parameters and \
+obtain options and)2.551 F 1.129(their ar)144 628.8 R(guments.)-.18 E F0
+(optstring)6.359 E F1 1.129(contains the option characters to be recogn\
+ized; if a character is fol-)3.849 F(lo)144 640.8 Q .657
+(wed by a colon, the option is e)-.25 F .657(xpected to ha)-.15 F .956
+-.15(ve a)-.2 H 3.156(na).15 G -.18(rg)-3.156 G .656
+(ument, which should be separated from it).18 F(by white space.)144
+652.8 Q(The colon and question mark characters may not be used as optio\
+n characters.)5 E .031(Each time it is in)144 669.6 R -.2(vo)-.4 G -.1
+(ke).2 G(d,).1 E F2(getopts)2.531 E F1 .031(places the ne)2.531 F .031
+(xt option in the shell v)-.15 F(ariable)-.25 E F0(name)2.892 E F1 2.532
+(,i).18 G(nitializing)-2.532 E F0(name)2.892 E F1 .523(if it does not e)
+144 681.6 R .522(xist, and the inde)-.15 F 3.022(xo)-.15 G 3.022(ft)
+-3.022 G .522(he ne)-3.022 F .522(xt ar)-.15 F .522
+(gument to be processed into the v)-.18 F(ariable)-.25 E F3(OPTIND)3.022
+E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND)144 693.6 Q F1 .079
+(is initialized to 1 each time the shell or a shell script is in)2.329 F
+-.2(vo)-.4 G -.1(ke).2 G 2.58(d. When).1 F .08(an option requires)2.58 F
+(an ar)144 705.6 Q(gument,)-.18 E F2(getopts)2.5 E F1(places that ar)2.5
+E(gument into the v)-.18 E(ariable)-.25 E F3(OPT)2.5 E(ARG)-.81 E F4(.)A
+F1(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(10)190.95 E 0 Cg EP
+%%Page: 11 11
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(be used.)144 84 Q 2.044(When the end of options is encountered,)144
-100.8 R/F2 10/Times-Bold@0 SF(getopts)4.543 E F1 -.15(ex)4.543 G 2.043
-(its with a return v).15 F 2.043(alue greater than zero.)-.25 F/F3 9
-/Times-Bold@0 SF(OPTIND)144 112.8 Q F1(is set to the inde)2.25 E 2.5(xo)
--.15 G 2.5(ft)-2.5 G(he \214rst non-option ar)-2.5 E(gument, and)-.18 E
-F0(name)2.5 E F1(is set to ?.)2.5 E F2(getopts)144 129.6 Q F1 .485
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .647
+(The shell does not reset)144 84 R/F2 9/Times-Bold@0 SF(OPTIND)3.147 E
+F1 .647(automatically; it must be manually reset between multiple calls)
+2.897 F(to)144 96 Q/F3 10/Times-Bold@0 SF(getopts)2.5 E F1
+(within the same shell in)2.5 E -.2(vo)-.4 G(cation to use a ne).2 E 2.5
+(ws)-.25 G(et of parameters.)-2.5 E .101
+(When it reaches the end of options,)144 112.8 R F3(getopts)2.602 E F1
+-.15(ex)2.602 G .102(its with a return v).15 F .102
+(alue greater than zero.)-.25 F F2(OPTIND)5.102 E F1(is)2.352 E
+(set to the inde)144 124.8 Q 2.5(xo)-.15 G 2.5(ft)-2.5 G
+(he \214rst non-option ar)-2.5 E(gument, and)-.18 E F0(name)2.5 E F1
+(is set to ?.)2.5 E F3(getopts)144 141.6 Q F1 .485
 (normally parses the positional parameters, b)2.985 F .485
 (ut if more ar)-.2 F .485(guments are supplied as)-.18 F F0(ar)3.315 E
-(g)-.37 E F1 -.25(va)3.205 G(l-).25 E(ues,)144 141.6 Q F2(getopts)2.5 E
-F1(parses those instead.)2.5 E F2(getopts)144 158.4 Q F1 .345
-(can report errors in tw)2.845 F 2.845(ow)-.1 G 2.845(ays. If)-2.945 F
-.345(the \214rst character of)2.845 F F0(optstring)3.075 E F1 .345
-(is a colon,)3.065 F F0(silent)3.185 E F1 .345(error re-)3.525 F 1.668
-(porting is used.)144 170.4 R 1.668
-(In normal operation, diagnostic messages are printed when in)6.668 F
--.25(va)-.4 G 1.669(lid options or).25 F .394(missing option ar)144
-182.4 R .394(guments are encountered.)-.18 F .394(If the v)5.394 F
-(ariable)-.25 E F3(OPTERR)2.894 E F1 .394
-(is set to 0, no error messages)2.644 F(will be displayed, e)144 194.4 Q
--.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E
-F0(optstring)2.73 E F1(is not a colon.)2.72 E(If)144 211.2 Q F2(getopts)
-2.672 E F1 .172(detects an in)2.672 F -.25(va)-.4 G .173
-(lid option, it places ? into).25 F F0(name)3.033 E F1 .173
-(and, if not silent, prints an error message)2.853 F 1.148(and unsets)
-144 223.2 R F3(OPT)3.647 E(ARG)-.81 E/F4 9/Times-Roman@0 SF(.)A F1(If)
-5.647 E F2(getopts)3.647 E F1 1.147
-(is silent, it assigns the option character found to)3.647 F F3(OPT)
-3.647 E(ARG)-.81 E F1(and)3.397 E(does not print a diagnostic message.)
-144 235.2 Q .602(If a required ar)144 252 R .602
-(gument is not found, and)-.18 F F2(getopts)3.102 E F1 .602
+(g)-.37 E F1 -.25(va)3.205 G(l-).25 E(ues,)144 153.6 Q F3(getopts)2.5 E
+F1(parses those instead.)2.5 E F3(getopts)144 170.4 Q F1 .833
+(can report errors in tw)3.332 F 3.333(ow)-.1 G 3.333(ays. If)-3.433 F
+.833(the \214rst character of)3.333 F F0(optstring)3.563 E F1 .833
+(is a colon,)3.553 F F3(getopts)3.333 E F1(uses)3.333 E F0(silent)144.34
+182.4 Q F1 .212(error reporting.)3.392 F .212(In normal operation,)5.212
+F F3(getopts)2.712 E F1 .211
+(prints diagnostic messages when it encounters)2.712 F(in)144 194.4 Q
+-.25(va)-.4 G 1.119(lid options or missing option ar).25 F 3.619
+(guments. If)-.18 F 1.119(the v)3.619 F(ariable)-.25 E F2(OPTERR)3.619 E
+F1 1.119(is set to 0, no error mes-)3.369 F(sages will be displayed, e)
+144 206.4 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G
+(he \214rst character of)-2.5 E F0(optstring)2.73 E F1(is not a colon.)
+2.72 E(If)144 223.2 Q F3(getopts)2.673 E F1 .173(detects an in)2.673 F
+-.25(va)-.4 G .173(lid option, it places ? into).25 F F0(name)3.033 E F1
+.172(and, if not silent, prints an error message)2.853 F 1.147
+(and unsets)144 235.2 R F2(OPT)3.647 E(ARG)-.81 E/F4 9/Times-Roman@0 SF
+(.)A F1(If)5.647 E F3(getopts)3.647 E F1 1.147
+(is silent, it assigns the option character found to)3.647 F F2(OPT)
+3.647 E(ARG)-.81 E F1(and)3.398 E(does not print a diagnostic message.)
+144 247.2 Q .602(If a required ar)144 264 R .602
+(gument is not found, and)-.18 F F3(getopts)3.102 E F1 .602
 (is not silent, it sets the v)3.102 F .602(alue of)-.25 F F0(name)3.102
-E F1 .602(to a ques-)3.102 F 1.056(tion mark \()144 264 R F2(?).833 E F1
-1.056(\), unsets).833 F F3(OPT)3.556 E(ARG)-.81 E F4(,)A F1 1.056
-(and prints a diagnostic message.)3.306 F(If)6.056 E F2(getopts)3.556 E
-F1 1.055(is silent, it sets the)3.556 F -.25(va)144 276 S(lue of).25 E
-F0(name)2.5 E F1(to a colon \()2.5 E F2(:).833 E F1 2.5(\)a).833 G
-(nd sets)-2.5 E F3(OPT)2.5 E(ARG)-.81 E F1
-(to the option character found.)2.25 E F2(getopts)144 292.8 Q F1 .902
+E F1 .602(to a ques-)3.102 F 1.055(tion mark \()144 276 R F3(?).833 E F1
+1.055(\), unsets).833 F F2(OPT)3.555 E(ARG)-.81 E F4(,)A F1 1.056
+(and prints a diagnostic message.)3.306 F(If)6.056 E F3(getopts)3.556 E
+F1 1.056(is silent, it sets the)3.556 F -.25(va)144 288 S(lue of).25 E
+F0(name)2.5 E F1(to a colon \()2.5 E F3(:).833 E F1 2.5(\)a).833 G
+(nd sets)-2.5 E F2(OPT)2.5 E(ARG)-.81 E F1
+(to the option character found.)2.25 E F3(getopts)144 304.8 Q F1 .902
 (returns true if an option, speci\214ed or unspeci\214ed, is found.)
-3.401 F .902(It returns f)5.902 F .902(alse if the end of)-.1 F
-(options is encountered or an error occurs.)144 304.8 Q F2(hash)108
-321.6 Q F1([)2.5 E F2(\255lr)A F1 2.5(][)C F2<ad70>-2.5 E F0(\214lename)
-2.5 E F1 2.5(][)C F2(\255dt)-2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A
-.858(Each time)144 333.6 R F2(hash)3.358 E F1 .858(is in)3.358 F -.2(vo)
--.4 G -.1(ke).2 G .858(d, the full pathname of the command).1 F F0(name)
-3.718 E F1 .858(is determined by searching)3.538 F .956
-(the directories in)144 345.6 R F2($P)3.456 E -.95(AT)-.74 G(H).95 E F1
-.956(and remembered.)3.456 F(An)5.956 E 3.456(yp)-.15 G(re)-3.456 E .956
-(viously-remembered pathname is discarded.)-.25 F .342(If the)144 357.6
-R F2<ad70>2.842 E F1 .342(option is supplied,)2.842 F F2(hash)2.842 E F1
-(uses)2.842 E F0(\214lename)4.752 E F1 .342
-(as the full \214lename of the command.)3.022 F(The)5.341 E F2<ad72>
-2.841 E F1(op-)2.841 E 1.495(tion causes the shell to for)144 369.6 R
-1.496(get all remembered locations.)-.18 F 1.496(Assigning to the)6.496
-F F2 -.74(PA)3.996 G(TH)-.21 E F1 -.25(va)3.996 G 1.496(riable also).25
-F .685(clears all hashed \214lenames.)144 381.6 R(The)5.685 E F2<ad64>
-3.185 E F1 .685(option causes the shell to for)3.185 F .684
-(get the remembered location of)-.18 F(each)144 393.6 Q F0(name)3.894 E
-F1 6.394(.I)C 3.894(ft)-6.394 G(he)-3.894 E F2<ad74>3.894 E F1 1.394
-(option is supplied, the full pathname to which each)3.894 F F0(name)
-3.895 E F1 1.395(corresponds is)3.895 F 3.314(printed. If)144 405.6 R
-(multiple)3.314 E F0(name)3.314 E F1(ar)3.314 E .814
-(guments are supplied with)-.18 F F2<ad74>3.314 E F1 3.314(,t)C(he)
--3.314 E F0(name)3.314 E F1 .814(is printed before the hashed)3.314 F
-.575(full pathname.)144 417.6 R(The)5.575 E F2<ad6c>3.075 E F1 .575(opt\
-ion causes output to be displayed in a format that may be reused as in-)
-3.075 F 3.988(put. If)144 429.6 R 1.488(no ar)3.988 F 1.488
-(guments are gi)-.18 F -.15(ve)-.25 G 1.488(n, or if only).15 F F2<ad6c>
-3.988 E F1 1.488(is supplied, information about remembered com-)3.988 F
-.012(mands is printed.)144 441.6 R(The)5.012 E F2<ad74>2.512 E F1(,)A F2
-<ad64>2.513 E F1 2.513(,a)C(nd)-2.513 E F2<ad70>2.513 E F1 .013
-(options \(the options that act on the)2.513 F F0(name)2.513 E F1(ar)
-2.513 E .013(guments\) are mu-)-.18 F .208(tually e)144 453.6 R(xclusi)
--.15 E -.15(ve)-.25 G 5.207(.O).15 G .207(nly one will be acti)-5.207 F
--.15(ve)-.25 G 5.207(.I).15 G 2.707(fm)-5.207 G .207
-(ore than one is supplied,)-2.707 F F2<ad74>2.707 E F1 .207
-(has higher priority than)2.707 F F2<ad70>144 465.6 Q F1 2.608(,a)C .108
-(nd both are higher priority than)-2.608 F F2<ad64>2.608 E F1 5.108(.T)C
-.108(he return status is true unless a)-5.108 F F0(name)2.968 E F1 .108
-(is not found or an)2.788 F(in)144 477.6 Q -.25(va)-.4 G
-(lid option is supplied.).25 E F2(help)108 494.4 Q F1([)2.5 E F2
-(\255dms)A F1 2.5(][)C F0(pattern)-2.5 E F1(])A .867
-(Display helpful information about b)144 506.4 R .867(uiltin commands.)
--.2 F(If)5.867 E F0(pattern)4.617 E F1 .866(is speci\214ed,)3.607 F F2
-(help)3.366 E F1(gi)3.366 E -.15(ve)-.25 G 3.366(sd).15 G(etailed)-3.366
-E .223(help on all commands matching)144 518.4 R F0(pattern)3.973 E F1
-2.723(;o).24 G .223(therwise help for all the b)-2.723 F .224
-(uiltins and shell control struc-)-.2 F(tures is printed.)144 530.4 Q F2
-<ad64>144 542.4 Q F1(Display a short description of each)180 542.4 Q F0
-(pattern)2.5 E F2<ad6d>144 554.4 Q F1(Display the description of each)
-180 554.4 Q F0(pattern)2.5 E F1(in a manpage-lik)2.5 E 2.5(ef)-.1 G
-(ormat)-2.5 E F2<ad73>144 566.4 Q F1
-(Display only a short usage synopsis for each)180 566.4 Q F0(pattern)2.5
-E F1(The return status is 0 unless no command matches)144 583.2 Q F0
-(pattern)3.75 E F1(.).24 E F2(history [)108 600 Q F0(n)A F2(])A
-(history \255c)108 612 Q(history \255d)108 624 Q F0(of)2.5 E(fset)-.18 E
-F2(history \255d)108 636 Q F0(start)2.5 E F1(-)A F0(end)A F2
-(history \255anrw)108 648 Q F1([)2.5 E F0(\214lename)A F1(])A F2
-(history \255p)108 660 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37
-E F1 1.666(...)2.5 G(])-1.666 E F2(history \255s)108 672 Q F0(ar)2.5 E
-(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E -.4
-(Wi)144 684 S .752
-(th no options, display the command history list with line numbers.).4 F
-.752(Lines listed with a)5.752 F F2(*)3.251 E F1(ha)3.251 E -.15(ve)-.2
-G .38(been modi\214ed.)144 696 R .38(An ar)5.38 F .38(gument of)-.18 F
-F0(n)3.24 E F1 .38(lists only the last)3.12 F F0(n)3.24 E F1 2.88
-(lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E F3(HISTTIMEFOR-)
-2.881 E(MA)144 708 Q(T)-.855 E F1 .239
-(is set and not null, it is used as a format string for)2.489 F F0
-(strftime)3.078 E F1 .238(\(3\) to display the time stamp asso-).18 F
-1.019(ciated with each displayed history entry)144 720 R 6.019(.N)-.65 G
-3.519(oi)-6.019 G(nterv)-3.519 E 1.019
-(ening blank is printed between the formatted)-.15 F(GNU Bash 5.2)72 768
-Q(2023 January 27)141.79 E(10)190.95 E 0 Cg EP
-%%Page: 11 11
+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 316.8 Q F3(hash)108
+333.6 Q F1([)2.5 E F3(\255lr)A F1 2.5(][)C F3<ad70>-2.5 E F0(\214lename)
+2.5 E F1 2.5(][)C F3(\255dt)-2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A
+.636(Each time)144 345.6 R F3(hash)3.136 E F1 .636(is in)3.136 F -.2(vo)
+-.4 G -.1(ke).2 G .636(d, it remembers the full pathname of the command)
+.1 F F0(name)3.496 E F1 .636(as determined)3.316 F 1.427
+(by searching the directories in)144 357.6 R F3($P)3.927 E -.95(AT)-.74
+G(H).95 E F1 6.427(.A)C 1.727 -.15(ny p)-6.427 H(re).15 E 1.427
+(viously-remembered pathname associated with)-.25 F F0(name)144 369.6 Q
+F1 .942(is discarded.)3.442 F .942(If the)5.942 F F3<ad70>3.442 E F1
+.942(option is supplied,)3.442 F F3(hash)3.442 E F1(uses)3.442 E F0
+(\214lename)5.352 E F1 .943(as the full pathname of the)3.623 F
+(command.)144 381.6 Q(The)144 398.4 Q F3<ad72>3.313 E F1 .813
+(option causes the shell to for)3.313 F .813
+(get all remembered locations.)-.18 F .812(Assigning to the)5.812 F F3
+-.74(PA)3.312 G(TH)-.21 E F1 -.25(va)3.312 G(ri-).25 E .277
+(able also clears all hashed \214lenames.)144 410.4 R(The)5.277 E F3
+<ad64>2.777 E F1 .278(option causes the shell to for)2.777 F .278
+(get the remembered lo-)-.18 F(cation of each)144 422.4 Q F0(name)2.5 E
+F1(.)A .108(If the)144 439.2 R F3<ad74>2.608 E F1 .108
+(option is supplied,)2.608 F F3(hash)2.608 E F1 .107
+(prints the full pathname corresponding to each)2.608 F F0(name)2.607 E
+F1 5.107(.I)C 2.607(fm)-5.107 G(ultiple)-2.607 E F0(name)144 451.2 Q F1
+(ar)3.153 E .653(guments are supplied with)-.18 F F3<ad74>3.153 E F1(,)A
+F3(hash)3.153 E F1 .654(prints the)3.154 F F0(name)3.154 E F1 .654
+(before the corresponding hashed full)3.154 F 2.5(pathname. The)144
+463.2 R F3<ad6c>2.5 E F1
+(option displays output in a format that may be reused as input.)2.5 E
+1.191(If no ar)144 480 R 1.191(guments are gi)-.18 F -.15(ve)-.25 G
+1.191(n, or if only).15 F F3<ad6c>3.691 E F1 1.191(is supplied,)3.691 F
+F3(hash)3.69 E F1 1.19(prints information about remembered)3.69 F 2.722
+(commands. The)144 492 R F3<ad74>2.722 E F1(,)A F3<ad64>2.722 E F1 2.722
+(,a)C(nd)-2.722 E F3<ad70>2.722 E F1 .223
+(options \(the options that act on the)2.722 F F0(name)2.723 E F1(ar)
+2.723 E .223(guments\) are mutually)-.18 F -.15(ex)144 504 S(clusi).15 E
+-.15(ve)-.25 G 5.738(.O).15 G .738(nly one will be acti)-5.738 F -.15
+(ve)-.25 G 5.738(.I).15 G 3.238(fm)-5.738 G .738
+(ore than one is supplied,)-3.238 F F3<ad74>3.237 E F1 .737
+(has higher priority than)3.237 F F3<ad70>3.237 E F1(,)A(and both ha)144
+516 Q .3 -.15(ve h)-.2 H(igher priority than).15 E F3<ad64>2.5 E F1(.)A
+(The return status is zero unless a)144 532.8 Q F0(name)2.86 E F1
+(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.).25
+E F3(help)108 549.6 Q F1([)2.5 E F3(\255dms)A F1 2.5(][)C F0(pattern)
+-2.5 E F1(])A .866(Display helpful information about b)144 561.6 R .867
+(uiltin commands.)-.2 F(If)5.867 E F0(pattern)4.617 E F1 .867
+(is speci\214ed,)3.607 F F3(help)3.367 E F1(gi)3.367 E -.15(ve)-.25 G
+3.367(sd).15 G(etailed)-3.367 E 1.094(help on all commands matching)144
+573.6 R F0(pattern)4.843 E F1 3.593(;o).24 G 1.093
+(therwise it displays a list of all the b)-3.593 F 1.093
+(uiltins and shell)-.2 F(compound commands.)144 585.6 Q F3<ad64>144
+597.6 Q F1(Display a short description of each)180 597.6 Q F0(pattern)
+2.5 E F3<ad6d>144 609.6 Q F1(Display the description of each)180 609.6 Q
+F0(pattern)2.5 E F1(in a manpage-lik)2.5 E 2.5(ef)-.1 G(ormat)-2.5 E F3
+<ad73>144 621.6 Q F1(Display only a short usage synopsis for each)180
+621.6 Q F0(pattern)2.5 E F1
+(The return status is 0 unless no command matches)144 638.4 Q F0
+(pattern)3.75 E F1(.).24 E F3(history [)108 655.2 Q F0(n)A F3(])A
+(history \255c)108 667.2 Q(history \255d)108 679.2 Q F0(of)2.5 E(fset)
+-.18 E F3(history \255d)108 691.2 Q F0(start)2.5 E F1(-)A F0(end)A F3
+(history \255anrw)108 703.2 Q F1([)2.5 E F0(\214lename)A F1(])A
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(11)190.95 E 0 Cg EP
+%%Page: 12 12
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .176
-(time stamp and the history line.)144 84 R(If)5.176 E F0(\214lename)
-2.676 E F1 .176
-(is supplied, it is used as the name of the history \214le; if)2.676 F
-.251(not, the v)144 96 R .251(alue of)-.25 F/F2 9/Times-Bold@0 SF
-(HISTFILE)2.751 E F1 .251(is used.)2.501 F(If)5.251 E F0(\214lename)
-2.751 E F1 .251(is not supplied and)2.751 F F2(HISTFILE)2.751 E F1 .251
-(is unset or null, the)2.501 F/F3 10/Times-Bold@0 SF
-(\255a, \255n, \255r)144 108 Q(,)-.92 E F1(and)2.5 E F3<ad77>2.5 E F1
-(options ha)2.5 E .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G 2.5
-(ect. Options,).25 F(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo)
-.15 E(wing meanings:)-.25 E F3<ad63>144 120 Q F1
-(Clear the history list by deleting all the entries.)180 120 Q F3<ad64>
-144 132 Q F0(of)2.5 E(fset)-.18 E F1 .39
-(Delete the history entry at position)180 144 R F0(of)2.889 E(fset)-.18
-E F1 5.389(.I)C(f)-5.389 E F0(of)2.889 E(fset)-.18 E F1 .389(is ne)2.889
-F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.889(,i).15 G 2.889(ti)-2.889
-G 2.889(si)-2.889 G .389(nterpreted as relati)-2.889 F -.15(ve)-.25 G
-.598(to one greater than the last history position, so ne)180 156 R -.05
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF(history \255p)108 84 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E
+F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E F2(history \255s)108 96 Q
+F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])
+-1.666 E -.4(Wi)144 108 S .831
+(th no options, display the command history list with numbers.).4 F .832
+(Entries pre\214x)5.831 F .832(ed with a)-.15 F F2(*)3.332 E F1(ha)3.332
+E -.15(ve)-.2 G 1.082(been modi\214ed.)144 120 R 1.082(An ar)6.082 F
+1.082(gument of)-.18 F F0(n)3.942 E F1 1.082(lists only the last)3.822 F
+F0(n)3.942 E F1 3.582(entries. If)3.822 F 1.082(the shell v)3.582 F
+(ariable)-.25 E/F3 9/Times-Bold@0 SF(HISTTIME-)3.581 E(FORMA)144 132 Q
+(T)-.855 E F1 .464
+(is set and not null, it is used as a format string for)2.714 F F0
+(strftime)3.304 E F1 .465(\(3\) to display the time stamp).18 F 1.716
+(associated with each displayed history entry)144 144 R 6.716(.I)-.65 G
+(f)-6.716 E F2(history)4.215 E F1(uses)4.215 E F3(HISTTIMEFORMA)4.215 E
+(T)-.855 E/F4 9/Times-Roman@0 SF(,)A F1 1.715(it does not)3.965 F
+(print an interv)144 156 Q
+(ening space between the formatted time stamp and the history entry)-.15
+E(.)-.65 E(If)144 172.8 Q F0(\214lename)3.369 E F1 .869(is supplied,)
+3.369 F F2(history)3.369 E F1 .87
+(uses it as the name of the history \214le; if not, it uses the v)3.369
+F .87(alue of)-.25 F F3(HISTFILE)144 184.8 Q F4(.)A F1(If)4.939 E F0
+(\214lename)2.939 E F1 .438(is not supplied and)2.939 F F3(HISTFILE)
+2.938 E F1 .438(is unset or null, the)2.688 F F2 .438
+(\255a, \255n, \255r)2.938 F(,)-.92 E F1(and)2.938 E F2<ad77>2.938 E F1
+(op-)2.938 E(tions ha)144 196.8 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25
+(ff)-2.5 G(ect.).25 E(Options, if supplied, ha)144 213.6 Q .3 -.15(ve t)
+-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad63>144 225.6 Q F1 .017
+(Clear the history list by deleting all the entries.)180 225.6 R .018
+(This can be used with the other options to)5.018 F
+(replace the history list.)180 237.6 Q F2<ad64>144 249.6 Q F0(of)2.5 E
+(fset)-.18 E F1 .39(Delete the history entry at position)180 261.6 R F0
+(of)2.889 E(fset)-.18 E F1 5.389(.I)C(f)-5.389 E F0(of)2.889 E(fset)-.18
+E F1 .389(is ne)2.889 F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.889(,i)
+.15 G 2.889(ti)-2.889 G 2.889(si)-2.889 G .389(nterpreted as relati)
+-2.889 F -.15(ve)-.25 G .598
+(to one greater than the last history position, so ne)180 273.6 R -.05
 (ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .599
-(ndices count back from the end).15 F(of the history)180 168 Q 2.5(,a)
+(ndices count back from the end).15 F(of the history)180 285.6 Q 2.5(,a)
 -.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
-(efers to the current)-2.5 E F3(history \255d)2.5 E F1(command.)2.5 E F3
-<ad64>144 180 Q F0(start)2.5 E F1<ad>A F0(end)A F1 1.25
-(Delete the range of history entries between positions)180 192 R F0
+(efers to the current)-2.5 E F2(history \255d)2.5 E F1(command.)2.5 E F2
+<ad64>144 297.6 Q F0(start)2.5 E F1<ad>A F0(end)A F1 1.25
+(Delete the range of history entries between positions)180 309.6 R F0
 (start)3.75 E F1(and)3.75 E F0(end)3.75 E F1 3.75(,i)C(nclusi)-3.75 E
--.15(ve)-.25 G 6.25(.P).15 G(ositi)-6.25 E -.15(ve)-.25 G(and ne)180 204
-Q -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H(alues for)-.1 E F0(start)
-2.5 E F1(and)2.5 E F0(end)2.5 E F1(are interpreted as described abo)2.5
-E -.15(ve)-.15 G(.).15 E F3<ad61>144 216 Q F1 .577
-(Append the history lines to the history \214le.)180 216 R .578
-(These are history lines entered since the be-)5.577 F
-(ginning of the current)180 228 Q F3(bash)2.5 E F1(session, b)2.5 E
-(ut not already appended to the history \214le.)-.2 E F3<ad6e>144 240 Q
-F1 .854(Read the history lines not already read from the history \214le\
- into the current history list.)180 240 R .772
-(These are lines appended to the history \214le since the be)180 252 R
-.773(ginning of the current)-.15 F F3(bash)3.273 E F1(ses-)3.273 E
-(sion.)180 264 Q F3<ad72>144 276 Q F1(Read the contents of the history \
-\214le and append them to the current history list.)180 276 Q F3<ad77>
-144 288 Q F1(Write the current history list to the history \214le, o)180
-288 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G
-(ontents.)-2.5 E F3<ad70>144 300 Q F1 .626
-(Perform history substitution on the follo)180 300 R(wing)-.25 E F0(ar)
-3.125 E(gs)-.37 E F1 .625(and display the result on the standard)3.125 F
-2.975(output. Does)180 312 R .475
-(not store the results in the history list.)2.975 F(Each)5.475 E F0(ar)
-2.975 E(g)-.37 E F1 .475(must be quoted to disable)2.975 F
-(normal history e)180 324 Q(xpansion.)-.15 E F3<ad73>144 336 Q F1 .363
-(Store the)180 336 R F0(ar)3.193 E(gs)-.37 E F1 .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 348 Q -.15(ve)
--.15 G 2.5(db).15 G(efore the)-2.5 E F0(ar)2.83 E(gs)-.37 E F1
-(are added.)2.77 E .145(If the)144 364.8 R F2(HISTTIMEFORMA)2.645 E(T)
--.855 E F1 -.25(va)2.395 G .145
-(riable is set, the time stamp information associated with each history)
-.25 F .669(entry is written to the history \214le, mark)144 376.8 R .669
-(ed with the history comment character)-.1 F 5.668(.W)-.55 G .668
-(hen the history)-5.668 F .955(\214le is read, lines be)144 388.8 R .956
-(ginning with the history comment character follo)-.15 F .956
-(wed immediately by a digit)-.25 F .833
-(are interpreted as timestamps for the follo)144 400.8 R .833
-(wing history entry)-.25 F 5.832(.T)-.65 G .832(he return v)-5.832 F
-.832(alue is 0 unless an in-)-.25 F -.25(va)144 412.8 S .168(lid option\
- is encountered, an error occurs while reading or writing the history \
-\214le, an in).25 F -.25(va)-.4 G(lid).25 E F0(of)2.669 E(f-)-.18 E(set)
-144 424.8 Q F1 .341(or range is supplied as an ar)2.841 F .341
-(gument to)-.18 F F3<ad64>2.841 E F1 2.841(,o)C 2.84(rt)-2.841 G .34
-(he history e)-2.84 F .34(xpansion supplied as an ar)-.15 F .34
-(gument to)-.18 F F3<ad70>144 436.8 Q F1 -.1(fa)2.5 G(ils.).1 E F3(jobs)
-108 453.6 Q F1([)2.5 E F3(\255lnprs)A F1 2.5(][)C F0(jobspec)A F1 -3.332
-1.666(... ])2.5 H F3(jobs \255x)108 465.6 Q F0(command)2.5 E F1([)2.5 E
-F0(ar)2.5 E(gs)-.37 E F1 -3.332 1.666(... ])2.5 H
-(The \214rst form lists the acti)144 477.6 Q .3 -.15(ve j)-.25 H 2.5
+-.15(ve)-.25 G 6.25(.P).15 G(ositi)-6.25 E -.15(ve)-.25 G(and ne)180
+321.6 Q -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H(alues for)-.1 E F0
+(start)2.5 E F1(and)2.5 E F0(end)2.5 E F1
+(are interpreted as described abo)2.5 E -.15(ve)-.15 G(.).15 E F2<ad61>
+144 333.6 Q F1 .577(Append the history lines to the history \214le.)180
+333.6 R .578(These are history lines entered since the be-)5.577 F
+(ginning of the current)180 345.6 Q F2(bash)2.5 E F1(session, b)2.5 E
+(ut not already appended to the history \214le.)-.2 E F2<ad6e>144 357.6
+Q F1 .733(Read the history lines not already read from the history \214\
+le and add them to the current)180 357.6 R .142(history list.)180 369.6
+R .143(These are lines appended to the history \214le since the be)5.142
+F .143(ginning of the current)-.15 F F2(bash)180 381.6 Q F1(session.)2.5
+E F2<ad72>144 393.6 Q F1(Read the history \214le and append its content\
+s to the current history list.)180 393.6 Q F2<ad77>144 405.6 Q F1
+(Write the current history list to the history \214le, o)180 405.6 Q
+-.15(ve)-.15 G(rwriting the history \214le.).15 E F2<ad70>144 417.6 Q F1
+.626(Perform history substitution on the follo)180 417.6 R(wing)-.25 E
+F0(ar)3.125 E(gs)-.37 E F1 .625(and display the result on the standard)
+3.125 F .468(output, without storing the results in the history list.)
+180 429.6 R(Each)5.469 E F0(ar)2.969 E(g)-.37 E F1 .469
+(must be quoted to disable)2.969 F(normal history e)180 441.6 Q
+(xpansion.)-.15 E F2<ad73>144 453.6 Q F1 .363(Store the)180 453.6 R F0
+(ar)3.193 E(gs)-.37 E F1 .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 465.6 Q -.15(ve)-.15 G 2.5(db).15 G(efore adding the)
+-2.5 E F0(ar)2.83 E(gs)-.37 E F1(.).27 E 1.152(If the)144 482.4 R F3
+(HISTTIMEFORMA)3.652 E(T)-.855 E F1 -.25(va)3.402 G 1.152
+(riable is set,).25 F F2(history)3.652 E F1 1.152
+(writes the time stamp information associated)3.652 F .189
+(with each history entry to the history \214le, mark)144 494.4 R .188
+(ed with the history comment character as described)-.1 F(abo)144 506.4
+Q -.15(ve)-.15 G 5.264(.W).15 G .264
+(hen the history \214le is read, lines be)-5.264 F .265
+(ginning with the history comment character follo)-.15 F(wed)-.25 E
+(immediately by a digit are interpreted as timestamps for the follo)144
+518.4 Q(wing history entry)-.25 E(.)-.65 E .052(The return v)144 535.2 R
+.051(alue is 0 unless an in)-.25 F -.25(va)-.4 G .051
+(lid option is encountered, an error occurs while reading or writ-).25 F
+.706(ing the history \214le, an in)144 547.2 R -.25(va)-.4 G(lid).25 E
+F0(of)3.207 E(fset)-.18 E F1 .707(or range is supplied as an ar)3.207 F
+.707(gument to)-.18 F F2<ad64>3.207 E F1 3.207(,o)C 3.207(rt)-3.207 G
+.707(he history e)-3.207 F(x-)-.15 E(pansion supplied as an ar)144 559.2
+Q(gument to)-.18 E F2<ad70>2.5 E F1 -.1(fa)2.5 G(ils.).1 E F2(jobs)108
+576 Q F1([)2.5 E F2(\255lnprs)A F1 2.5(][)C F0(jobspec)A F1 -3.332 1.666
+(... ])2.5 H F2(jobs \255x)108 588 Q F0(command)2.5 E F1([)2.5 E F0(ar)
+2.5 E(gs)-.37 E F1 -3.332 1.666(... ])2.5 H
+(The \214rst form lists the acti)144 600 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 F3<ad6c>144 489.6 Q F1
-(List process IDs in addition to the normal information.)180 489.6 Q F3
-<ad6e>144 501.6 Q F1 .193(Display information only about jobs that ha)
-180 501.6 R .494 -.15(ve c)-.2 H .194(hanged status since the user w).15
-F .194(as last noti-)-.1 F(\214ed of their status.)180 513.6 Q F3<ad70>
-144 525.6 Q F1(List only the process ID of the job')180 525.6 Q 2.5(sp)
--.55 G(rocess group leader)-2.5 E(.)-.55 E F3<ad72>144 537.6 Q F1
-(Display only running jobs.)180 537.6 Q F3<ad73>144 549.6 Q F1
-(Display only stopped jobs.)180 549.6 Q(If)144 566.4 Q F0(jobspec)4.554
-E F1 .314(is gi)3.124 F -.15(ve)-.25 G .314
-(n, output is restricted to information about that job).15 F 5.313(.T)
--.4 G .313(he return status is 0 unless)-5.313 F(an in)144 578.4 Q -.25
-(va)-.4 G(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25
-E F0(jobspec)4.24 E F1(is supplied.)2.81 E .394(If the)144 595.2 R F3
-<ad78>2.894 E F1 .394(option is supplied,)2.894 F F3(jobs)2.894 E F1
-.394(replaces an)2.894 F(y)-.15 E F0(jobspec)4.634 E F1 .394(found in)
-3.204 F F0(command)3.094 E F1(or)3.664 E F0(ar)3.224 E(gs)-.37 E F1 .395
-(with the corre-)3.164 F(sponding process group ID, and e)144 607.2 Q
--.15(xe)-.15 G(cutes).15 E F0(command)2.7 E F1(passing it)3.27 E F0(ar)
-2.83 E(gs)-.37 E F1 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)-.15
-E F3(kill)108 624 Q F1([)2.5 E F3<ad73>A F0(sigspec)2.5 E F1(|)2.5 E F3
-<ad6e>2.5 E F0(signum)2.5 E F1(|)2.5 E F3<ad>2.5 E F0(sigspec)A F1 2.5
-(][)C F0(pid)-2.5 E F1(|)2.5 E F0(jobspec)2.5 E F1 2.5(].)C 1.666(..)
--.834 G F3(kill \255l)108 636 Q F1(|)A F3<ad4c>A F1([)2.5 E F0(sigspec)A
-F1(|)2.5 E F0 -.2(ex)2.5 G(it_status).2 E F1(])A .017
-(Send the signal named by)144 648 R F0(sigspec)2.857 E F1(or)2.827 E F0
-(signum)2.857 E F1 .017(to the processes named by)2.837 F F0(pid)3.767 E
-F1(or)3.287 E F0(jobspec)4.257 E F1(.).31 E F0(sigspec)5.357 E F1(is)
-2.827 E .318(either a case-insensiti)144 660 R .618 -.15(ve s)-.25 H
-.318(ignal name such as).15 F F2(SIGKILL)2.818 E F1 .319
-(\(with or without the)2.569 F F2(SIG)2.819 E F1 .319
-(pre\214x\) or a signal)2.569 F(number;)144 672 Q F0(signum)3.268 E F1
-.427(is a signal number)3.247 F 5.427(.I)-.55 G(f)-5.427 E F0(sigspec)
-3.267 E F1 .427(is not present, then)3.237 F F2(SIGTERM)2.927 E F1 .427
-(is assumed.)2.677 F .427(An ar)5.427 F(-)-.2 E .313(gument of)144 684 R
-F3<ad6c>2.813 E F1 .314(lists the signal names.)2.814 F .314(If an)5.314
-F 2.814(ya)-.15 G -.18(rg)-2.814 G .314(uments are supplied when).18 F
-F3<ad6c>2.814 E F1 .314(is gi)2.814 F -.15(ve)-.25 G .314
-(n, the names of).15 F .12(the signals corresponding to the ar)144 696 R
-.119(guments are listed, and the return status is 0.)-.18 F(The)5.119 E
-F0 -.2(ex)2.619 G(it_status).2 E F1(ar)2.619 E(-)-.2 E .799(gument to)
-144 708 R F3<ad6c>3.299 E F1 .799
-(is a number specifying either a signal number or the e)3.299 F .8
-(xit status of a process termi-)-.15 F .963(nated by a signal.)144 720 R
-(The)5.962 E F3<ad4c>3.462 E F1 .962(option is equi)3.462 F -.25(va)-.25
-G .962(lent to).25 F F3<ad6c>3.462 E F1(.)A F3(kill)5.962 E F1 .962
-(returns true if at least one signal w)3.462 F(as)-.1 E(GNU Bash 5.2)72
-768 Q(2023 January 27)141.79 E(11)190.95 E 0 Cg EP
-%%Page: 12 12
+(wing meanings:)-.25 E F2<ad6c>144 612 Q F1
+(List process IDs in addition to the normal information.)180 612 Q F2
+<ad6e>144 624 Q F1 .194(Display information only about jobs that ha)180
+624 R .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 636 Q F2<ad70>144
+648 Q F1(List only the process ID of the job')180 648 Q 2.5(sp)-.55 G
+(rocess group leader)-2.5 E(.)-.55 E F2<ad72>144 660 Q F1
+(Display only running jobs.)180 660 Q F2<ad73>144 672 Q F1
+(Display only stopped jobs.)180 672 Q(If)144 688.8 Q F0(jobspec)5.19 E
+F1 .95(is supplied,)3.76 F F2(jobs)3.45 E F1 .95
+(restricts output to information about that job)3.45 F 5.95(.T)-.4 G .95
+(he return status is 0)-5.95 F(unless an in)144 700.8 Q -.25(va)-.4 G
+(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25 E F0
+(jobspec)4.24 E F1(is supplied.)2.81 E .395(If the)144 717.6 R F2<ad78>
+2.895 E F1 .394(option is supplied,)2.894 F F2(jobs)2.894 E F1 .394
+(replaces an)2.894 F(y)-.15 E F0(jobspec)4.634 E F1 .394(found in)3.204
+F F0(command)3.094 E F1(or)3.664 E F0(ar)3.224 E(gs)-.37 E F1 .394
+(with the corre-)3.164 F(sponding process group ID, and e)144 729.6 Q
+-.15(xe)-.15 G(cutes).15 E F0(command)2.7 E F1 2.5(,p).77 G(assing it)
+-2.5 E F0(ar)2.83 E(gs)-.37 E F1 2.5(,r).27 G(eturning its e)-2.5 E
+(xit status.)-.15 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(12)
+190.95 E 0 Cg EP
+%%Page: 13 13
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(successfully sent, or f)144 84 Q(alse if an error occurs or an in)-.1 E
--.25(va)-.4 G(lid option is encountered.).25 E/F2 10/Times-Bold@0 SF
-(let)108 100.8 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1
-1.666(...)2.5 G(])-1.666 E(Each)144 112.8 Q F0(ar)5.817 E(g)-.37 E F1
-2.987(is an arithmetic e)5.707 F 2.987(xpression to be e)-.15 F -.25(va)
--.25 G 2.987(luated \(see).25 F/F3 9/Times-Bold@0 SF 2.987
-(ARITHMETIC EV)5.487 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F1(in)
-5.238 E F0(bash)144 124.8 Q F1 2.5(\(1\)\). If)B(the last)2.5 E F0(ar)
-2.83 E(g)-.37 E F1 -.25(eva)2.72 G(luates to 0,).25 E F2(let)2.5 E F1
-(returns 1; 0 is returned otherwise.)2.5 E F2(local)108 141.6 Q F1([)2.5
-E F0(option)A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
--3.332 1.666(.. | \255 ])-.834 H -.15(Fo)144 153.6 S 2.542(re).15 G .042
-(ach ar)-2.542 F .042(gument, a local v)-.18 F .042(ariable named)-.25 F
-F0(name)2.902 E F1 .042(is created, and assigned)2.722 F F0(value)2.832
-E F1 5.042(.T).18 G(he)-5.042 E F0(option)2.542 E F1 .041(can be)2.541 F
-(an)144 165.6 Q 3.152(yo)-.15 G 3.152(ft)-3.152 G .652
-(he options accepted by)-3.152 F F2(declar)3.152 E(e)-.18 E F1 5.652(.W)
-C(hen)-5.652 E F2(local)3.152 E F1 .653
-(is used within a function, it causes the v)3.152 F(ari-)-.25 E(able)144
-177.6 Q F0(name)3.282 E F1 .422(to ha)3.102 F .722 -.15(ve a v)-.2 H
-.422(isible scope restricted to that function and its children.).15 F
-(If)5.421 E F0(name)2.921 E F1 .421(is \255, the set)2.921 F .509
-(of shell options is made local to the function in which)144 189.6 R F2
-(local)3.01 E F1 .51(is in)3.01 F -.2(vo)-.4 G -.1(ke).2 G .51
-(d: shell options changed us-).1 F 1.282(ing the)144 201.6 R F2(set)
-3.782 E F1 -.2(bu)3.782 G 1.281
-(iltin inside the function after the call to).2 F F2(local)3.781 E F1
-1.281(are restored to their original v)3.781 F(alues)-.25 E .277
-(when the function returns.)144 213.6 R .277(The restore is ef)5.277 F
-.278(fected as if a series of)-.25 F F2(set)2.778 E F1 .278
-(commands were e)2.778 F -.15(xe)-.15 G .278(cuted to).15 F .69
-(restore the v)144 225.6 R .69
-(alues that were in place before the function.)-.25 F -.4(Wi)5.69 G .69
-(th no operands,).4 F F2(local)3.19 E F1 .69(writes a list of)3.19 F
-.566(local v)144 237.6 R .566(ariables to the standard output.)-.25 F
-.566(It is an error to use)5.566 F F2(local)3.066 E F1 .566
-(when not within a function.)3.066 F(The)5.567 E .426
-(return status is 0 unless)144 249.6 R F2(local)2.926 E F1 .425
-(is used outside a function, an in)2.925 F -.25(va)-.4 G(lid).25 E F0
-(name)3.285 E F1 .425(is supplied, or)3.105 F F0(name)2.925 E F1 .425
-(is a)2.925 F(readonly v)144 261.6 Q(ariable.)-.25 E F2(logout)108 278.4
-Q F1(Exit a login shell.)144 278.4 Q F2(map\214le)108 295.2 Q F1([)2.5 E
-F2<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)2.5 E F1
-2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2<ad73>-2.5 E F0
-(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0
-(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][)
-C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E(ay)-.15 E F1
-(])A F2 -.18(re)108 307.2 S(adarray).18 E F1([)2.5 E F2<ad64>A F0(delim)
-2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad4f>-2.5
-E F0(origin)2.5 E F1 2.5(][)C F2<ad73>-2.5 E F0(count)2.5 E F1 2.5(][)C
-F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(fd)2.5 E F1 2.5(][)C F2
-<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][)C F2<ad63>-2.5 E F0
-(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E(ay)-.15 E F1(])A .158
-(Read lines from the standard input into the inde)144 319.2 R -.15(xe)
--.15 G 2.659(da).15 G .159(rray v)-2.659 F(ariable)-.25 E F0(arr)2.989 E
-(ay)-.15 E F1 2.659(,o).32 G 2.659(rf)-2.659 G .159
-(rom \214le descriptor)-2.659 F F0(fd)4.629 E F1 1.249(if the)144 331.2
-R F2<ad75>3.749 E F1 1.249(option is supplied.)3.749 F 1.249(The v)6.249
-F(ariable)-.25 E F3(MAPFILE)3.749 E F1 1.249(is the def)3.499 F(ault)-.1
-E F0(arr)3.748 E(ay)-.15 E F1 6.248(.O)C 1.248(ptions, if supplied,)
--6.248 F(ha)144 343.2 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad64>144 355.2 Q F1 .91
-(The \214rst character of)180 355.2 R F0(delim)3.41 E F1 .911
-(is used to terminate each input line, rather than ne)3.41 F 3.411
-(wline. If)-.25 F F0(delim)180 367.2 Q F1(is the empty string,)2.5 E F2
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF(kill)108 84 Q F1([)2.5 E F2<ad73>A F0(sigspec)2.5 E F1
+(|)2.5 E F2<ad6e>2.5 E F0(signum)2.5 E F1(|)2.5 E F2<ad>2.5 E F0
+(sigspec)A F1(])A F0(id)2.5 E F1 2.5([.)2.5 G -3.332 1.666(.. ])-.834 H
+F2(kill \255l)108 96 Q F1(|)A F2<ad4c>A F1([)2.5 E F0(sigspec)A F1(|)2.5
+E F0 -.2(ex)2.5 G(it_status).2 E F1(])A .661
+(Send the signal speci\214ed by)144 108 R F0(sigspec)3.501 E F1(or)3.471
+E F0(signum)3.501 E F1 .661(to the processes named by each)3.481 F F0
+(id)3.171 E F1 5.662(.E).77 G(ach)-5.662 E F0(id)3.172 E F1(may)3.932 E
+.295(be a job speci\214cation)144 120 R F0(jobspec)2.795 E F1 .294
+(or a process ID)2.795 F F0(pid)2.794 E F1(.)A F0(sigspec)5.634 E F1
+.294(is either a case-insensiti)3.104 F .594 -.15(ve s)-.25 H .294
+(ignal name).15 F .464(such as)144 132 R/F3 9/Times-Bold@0 SF(SIGKILL)
+2.964 E F1 .464(\(with or without the)2.714 F F3(SIG)2.964 E F1 .465
+(pre\214x\) or a signal number;)2.714 F F0(signum)3.305 E F1 .465
+(is a signal number)3.285 F(.)-.55 E(If)144 144 Q F0(sigspec)2.84 E F1
+(is not supplied, then)2.81 E F2(kill)2.5 E F1(sends)2.5 E F3(SIGTERM)
+2.5 E/F4 9/Times-Roman@0 SF(.)A F1(The)144 160.8 Q F2<ad6c>2.874 E F1
+.374(option lists the signal names.)2.874 F .374(If an)5.374 F 2.874(ya)
+-.15 G -.18(rg)-2.874 G .374(uments are supplied when).18 F F2<ad6c>
+2.874 E F1 .374(is gi)2.874 F -.15(ve)-.25 G(n,).15 E F2(kill)2.874 E F1
+.373(lists the)2.873 F .119
+(names of the signals corresponding to the ar)144 172.8 R .119
+(guments, and the return status is 0.)-.18 F(The)5.12 E F0 -.2(ex)2.62 G
+(it_status).2 E F1(ar)2.62 E(-)-.2 E .8(gument to)144 184.8 R F2<ad6c>
+3.3 E F1 .8(is a number specifying either a signal number or the e)3.3 F
+.799(xit status of a process termi-)-.15 F .381
+(nated by a signal; if it is supplied,)144 196.8 R F2(kill)2.881 E F1
+.381(prints the name of the signal that caused the process to ter)2.881
+F(-)-.2 E(minate.)144 208.8 Q F2(kill)6.091 E F1 1.091
+(assumes that process e)3.591 F 1.091
+(xit statuses are greater than 128; an)-.15 F 1.09
+(ything less than that is a)-.15 F(signal number)144 220.8 Q 5(.T)-.55 G
+(he)-5 E F2<ad4c>2.5 E F1(option is equi)2.5 E -.25(va)-.25 G(lent to)
+.25 E F2<ad6c>2.5 E F1(.)A F2(kill)144 237.6 Q F1 .277
+(returns true if at least one signal w)2.776 F .277
+(as successfully sent, or f)-.1 F .277(alse if an error occurs or an in)
+-.1 F -.25(va)-.4 G(lid).25 E(option is encountered.)144 249.6 Q F2(let)
+108 266.4 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666
+(...)2.5 G(])-1.666 E(Each)144 278.4 Q F0(ar)3.527 E(g)-.37 E F1 .697
+(is e)3.417 F -.25(va)-.25 G .696(luated as an arithmetic e).25 F .696
+(xpression \(see)-.15 F F3 .696(ARITHMETIC EV)3.196 F(ALU)-1.215 E -.855
+(AT)-.54 G(ION).855 E F1(in)2.946 E F0(bash)3.196 E F1(\(1\)\).)A
+(If the last)144 290.4 Q F0(ar)2.83 E(g)-.37 E F1 -.25(eva)2.72 G
+(luates to 0,).25 E F2(let)2.5 E F1(returns 1; otherwise)2.5 E F2(let)
+2.5 E F1(returns 0.)2.5 E F2(local)108 307.2 Q F1([)2.5 E F0(option)A F1
+2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C -3.332 1.666
+(.. | \255 ])-.834 H -.15(Fo)144 319.2 S 2.613(re).15 G .113(ach ar)
+-2.613 F .113(gument, create a local v)-.18 F .113(ariable named)-.25 F
+F0(name)2.973 E F1 .114(and assign it)2.794 F F0(value)2.904 E F1 5.114
+(.T).18 G(he)-5.114 E F0(option)2.614 E F1 .114(can be an)2.614 F(y)-.15
+E .91(of the options accepted by)144 331.2 R F2(declar)3.41 E(e)-.18 E
+F1 5.91(.W)C(hen)-5.91 E F2(local)3.409 E F1 .909
+(is used within a function, it causes the v)3.409 F(ariable)-.25 E F0
+(name)144.36 343.2 Q F1 .44(to ha)3.12 F .74 -.15(ve a v)-.2 H .44
+(isible scope restricted to that function and its children.).15 F .441
+(It is an error to use)5.441 F F2(local)2.941 E F1
+(when not within a function.)144 355.2 Q(If)144 372 Q F0(name)3.081 E F1
+.581(is \255, it mak)3.081 F .58
+(es the set of shell options local to the function in which)-.1 F F2
+(local)3.08 E F1 .58(is in)3.08 F -.2(vo)-.4 G -.1(ke).2 G .58(d: an).1
+F(y)-.15 E .351(shell options changed using the)144 384 R F2(set)2.851 E
+F1 -.2(bu)2.851 G .351(iltin inside the function after the call to).2 F
+F2(local)2.851 E F1 .352(are restored to)2.852 F .325(their original v)
+144 396 R .324(alues when the function returns.)-.25 F .324
+(The restore is performed as if a series of)5.324 F F2(set)2.824 E F1
+(com-)2.824 E(mands were e)144 408 Q -.15(xe)-.15 G
+(cuted to restore the v).15 E
+(alues that were in place before the function.)-.25 E -.4(Wi)144 424.8 S
+(th no operands,).4 E F2(local)2.5 E F1(writes a list of local v)2.5 E
+(ariables to the standard output.)-.25 E .341
+(The return status is 0 unless)144 441.6 R F2(local)2.841 E F1 .341
+(is used outside a function, an in)2.841 F -.25(va)-.4 G(lid).25 E F0
+(name)3.201 E F1 .341(is supplied, or)3.021 F F0(name)2.842 E F1
+(is a readonly v)144 453.6 Q(ariable.)-.25 E F2(logout [)108 470.4 Q F0
+(n)A F2(])A F1(Exit a login shell, returning a status of)144 482.4 Q F0
+(n)2.5 E F1(to the shell')2.5 E 2.5(sp)-.55 G(arent.)-2.5 E F2
+(map\214le)108 499.2 Q F1([)2.5 E F2<ad64>A F0(delim)2.5 E F1 2.5(][)C
+F2<ad6e>-2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E
+F1 2.5(][)C F2<ad73>-2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1
+2.5(][)C F2<ad75>-2.5 E F0(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0
+(callbac)2.5 E(k)-.2 E F1 2.5(][)C F2<ad63>-2.5 E F0(quantum)2.5 E F1
+2.5(][)C F0(arr)-2.5 E(ay)-.15 E F1(])A F2 -.18(re)108 511.2 S(adarray)
+.18 E F1([)2.5 E F2<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0
+(count)2.5 E F1 2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2
+<ad73>-2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2
+<ad75>-2.5 E F0(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)
+-.2 E F1 2.5(][)C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)
+-2.5 E(ay)-.15 E F1(])A .329
+(Read lines from the standard input, or from \214le descriptor)144 523.2
+R F0(fd)4.798 E F1 .328(if the)3.598 F F2<ad75>2.828 E F1 .328
+(option is supplied, into the)2.828 F(inde)144 535.2 Q -.15(xe)-.15 G
+3.489(da).15 G .989(rray v)-3.489 F(ariable)-.25 E F0(arr)3.819 E(ay)
+-.15 E F1 5.989(.T).32 G .989(he v)-5.989 F(ariable)-.25 E F3(MAPFILE)
+3.489 E F1 .989(is the def)3.239 F(ault)-.1 E F0(arr)3.49 E(ay)-.15 E F1
+5.99(.O)C .99(ptions, if supplied,)-5.99 F(ha)144 547.2 Q .3 -.15(ve t)
+-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad64>144 559.2 Q F1 .282
+(Use the \214rst character of)180 559.2 R F0(delim)2.782 E F1 .281
+(to terminate each input line, rather than ne)2.781 F 2.781(wline. If)
+-.25 F F0(delim)2.781 E F1(is the empty string,)180 571.2 Q F2
 (map\214le)2.5 E F1(will terminate a line when it reads a NUL character)
-2.5 E(.)-.55 E F2<ad6e>144 379.2 Q F1(Cop)180 379.2 Q 2.5(ya)-.1 G 2.5
+2.5 E(.)-.55 E F2<ad6e>144 583.2 Q F1(Cop)180 583.2 Q 2.5(ya)-.1 G 2.5
 (tm)-2.5 G(ost)-2.5 E F0(count)2.7 E F1 2.5(lines. If)3.18 F F0(count)
-2.5 E F1(is 0, all lines are copied.)2.5 E F2<ad4f>144 391.2 Q F1(Be)180
-391.2 Q(gin assigning to)-.15 E F0(arr)2.83 E(ay)-.15 E F1(at inde)2.82
-E(x)-.15 E F0(origin)2.73 E F1 5(.T).24 G(he def)-5 E(ault inde)-.1 E
-2.5(xi)-.15 G 2.5(s0)-2.5 G(.)-2.5 E F2<ad73>144 403.2 Q F1
-(Discard the \214rst)180 403.2 Q F0(count)2.5 E F1(lines read.)2.5 E F2
-<ad74>144 415.2 Q F1(Remo)180 415.2 Q .3 -.15(ve a t)-.15 H(railing).15
-E F0(delim)2.5 E F1(\(def)2.5 E(ault ne)-.1 E
-(wline\) from each line read.)-.25 E F2<ad75>144 427.2 Q F1
-(Read lines from \214le descriptor)180 427.2 Q F0(fd)2.5 E F1
-(instead of the standard input.)2.5 E F2<ad43>144 439.2 Q F1(Ev)180
-439.2 Q(aluate)-.25 E F0(callbac)2.7 E(k)-.2 E F1(each time)3.17 E F0
+2.5 E F1(is 0, cop)2.5 E 2.5(ya)-.1 G(ll lines.)-2.5 E F2<ad4f>144 595.2
+Q F1(Be)180 595.2 Q(gin assigning to)-.15 E F0(arr)2.83 E(ay)-.15 E F1
+(at inde)2.82 E(x)-.15 E F0(origin)2.73 E F1 5(.T).24 G(he def)-5 E
+(ault inde)-.1 E 2.5(xi)-.15 G 2.5(s0)-2.5 G(.)-2.5 E F2<ad73>144 607.2
+Q F1(Discard the \214rst)180 607.2 Q F0(count)2.5 E F1(lines read.)2.5 E
+F2<ad74>144 619.2 Q F1(Remo)180 619.2 Q .3 -.15(ve a t)-.15 H(railing)
+.15 E F0(delim)2.5 E F1(\(def)2.5 E(ault ne)-.1 E
+(wline\) from each line read.)-.25 E F2<ad75>144 631.2 Q F1
+(Read lines from \214le descriptor)180 631.2 Q F0(fd)2.5 E F1
+(instead of the standard input.)2.5 E F2<ad43>144 643.2 Q F1(Ev)180
+643.2 Q(aluate)-.25 E F0(callbac)2.7 E(k)-.2 E F1(each time)3.17 E F0
 (quantum)2.5 E F1(lines are read.)2.5 E(The)5 E F2<ad63>2.5 E F1
-(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2<ad63>144 451.2
-Q F1(Specify the number of lines read between each call to)180 451.2 Q
-F0(callbac)2.7 E(k)-.2 E F1(.).67 E(If)144 468 Q F2<ad43>2.968 E F1 .467
+(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2<ad63>144 655.2
+Q F1(Specify the number of lines read between each call to)180 655.2 Q
+F0(callbac)2.7 E(k)-.2 E F1(.).67 E(If)144 672 Q F2<ad43>2.967 E F1 .467
 (is speci\214ed without)2.967 F F2<ad63>2.967 E F1 2.967(,t)C .467
 (he def)-2.967 F .467(ault quantum is 5000.)-.1 F(When)5.467 E F0
 (callbac)2.967 E(k)-.2 E F1 .467(is e)2.967 F -.25(va)-.25 G .467
-(luated, it is sup-).25 F .261(plied the inde)144 480 R 2.761(xo)-.15 G
-2.761(ft)-2.761 G .261(he ne)-2.761 F .262(xt array element to be assig\
-ned and the line to be assigned to that element)-.15 F .275
-(as additional ar)144 492 R(guments.)-.18 E F0(callbac)5.275 E(k)-.2 E
-F1 .275(is e)2.775 F -.25(va)-.25 G .274
-(luated after the line is read b).25 F .274
-(ut before the array element is)-.2 F(assigned.)144 504 Q
-(If not supplied with an e)144 520.8 Q(xplicit origin,)-.15 E F2
-(map\214le)2.5 E F1(will clear)2.5 E F0(arr)2.5 E(ay)-.15 E F1
-(before assigning to it.)2.5 E F2(map\214le)144 537.6 Q F1 .797
-(returns successfully unless an in)3.297 F -.25(va)-.4 G .797
-(lid option or option ar).25 F .797(gument is supplied,)-.18 F F0(arr)
-3.297 E(ay)-.15 E F1 .798(is in-)3.298 F -.25(va)144 549.6 S
-(lid or unassignable, or if).25 E F0(arr)2.5 E(ay)-.15 E F1
+(luated, it is sup-).25 F .262(plied the inde)144 684 R 2.762(xo)-.15 G
+2.762(ft)-2.762 G .262(he ne)-2.762 F .261(xt array element to be assig\
+ned and the line to be assigned to that element)-.15 F .274
+(as additional ar)144 696 R(guments.)-.18 E F0(callbac)5.274 E(k)-.2 E
+F1 .274(is e)2.774 F -.25(va)-.25 G .274
+(luated after the line is read b).25 F .275
+(ut before the array element is)-.2 F(assigned.)144 708 Q(GNU Bash 5.2)
+72 768 Q(2023 January 27)141.79 E(13)190.95 E 0 Cg EP
+%%Page: 14 14
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
+(If not supplied with an e)144 84 Q(xplicit origin,)-.15 E/F2 10
+/Times-Bold@0 SF(map\214le)2.5 E F1(will clear)2.5 E F0(arr)2.5 E(ay)
+-.15 E F1(before assigning to it.)2.5 E F2(map\214le)144 100.8 Q F1
+1.066(returns zero unless an in)3.566 F -.25(va)-.4 G 1.065
+(lid option or option ar).25 F 1.065(gument is supplied,)-.18 F F0(arr)
+3.565 E(ay)-.15 E F1 1.065(is in)3.565 F -.25(va)-.4 G 1.065(lid or).25
+F(unassignable, or if)144 112.8 Q F0(arr)2.5 E(ay)-.15 E F1
 (is not an inde)2.5 E -.15(xe)-.15 G 2.5(da).15 G(rray)-2.5 E(.)-.65 E
-F2(popd)108 566.4 Q F1<5bad>2.5 E F2(n)A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A(Remo)144 578.4 Q -.15(ve)-.15 G 3.092
-(se).15 G .592(ntries from the directory stack.)-3.092 F .591
-(The elements are numbered from 0 starting at the \214rst)5.591 F .664
-(directory listed by)144 590.4 R F2(dirs)3.164 E F1 5.664(.W)C .664
-(ith no ar)-6.064 F(guments,)-.18 E F2(popd)3.165 E F1(remo)3.165 E -.15
-(ve)-.15 G 3.165(st).15 G .665(he top directory from the stack, and)
--3.165 F(changes to the ne)144 602.4 Q 2.5(wt)-.25 G(op directory)-2.5 E
-5(.A)-.65 G -.18(rg)-5 G(uments, if supplied, ha).18 E .3 -.15(ve t)-.2
-H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144 614.4 Q F1 .551
-(Suppresses the normal change of directory when remo)180 614.4 R .551
-(ving directories from the stack, so)-.15 F
-(that only the stack is manipulated.)180 626.4 Q F2(+)144 638.4 Q F0(n)A
-F1(Remo)180 638.4 Q -.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F0(n)2.64 E
-F1 .14(th entry counting from the left of the list sho)B .14(wn by)-.25
-F F2(dirs)2.64 E F1 2.64(,s)C .14(tarting with zero,)-2.64 F
-(from the stack.)180 650.4 Q -.15(Fo)5 G 2.5(re).15 G(xample: remo)-2.65
+F2(popd)108 129.6 Q F1<5bad>2.5 E F2(n)A F1 2.5(][)C(+)-2.5 E F0(n)A F1
+2.5(][)C<ad>-2.5 E F0(n)A F1(])A(Remo)144 141.6 Q 1.15 -.15(ve e)-.15 H
+.85(ntries from the directory stack.).15 F .851
+(The elements are numbered from 0 starting at the \214rst)5.851 F .358
+(directory listed by)144 153.6 R F2(dirs)2.858 E F1 2.858(,s)C(o)-2.858
+E F2(popd)2.858 E F1 .358(is equi)2.858 F -.25(va)-.25 G .358(lent to W)
+.25 F .357(ith no ar)-.4 F(guments,)-.18 E F2(popd)2.857 E F1(remo)2.857
+E -.15(ve)-.15 G 2.857(st).15 G .357(he top direc-)-2.857 F .902
+(tory from the stack, and changes to the ne)144 165.6 R 3.403(wt)-.25 G
+.903(op directory)-3.403 F 5.903(.A)-.65 G -.18(rg)-5.903 G .903
+(uments, if supplied, ha).18 F 1.203 -.15(ve t)-.2 H .903(he fol-).15 F
+(lo)144 177.6 Q(wing meanings:)-.25 E F2<ad6e>144 189.6 Q F1 .504
+(Suppress the normal change of directory when remo)180 189.6 R .504
+(ving directories from the stack, only)-.15 F(manipulate the stack.)180
+201.6 Q F2(+)144 213.6 Q F0(n)A F1(Remo)180 213.6 Q .683 -.15(ve t)-.15
+H(he).15 E F0(n)2.883 E F1 .383
+(th entry counting from the left of the list sho)B .383(wn by)-.25 F F2
+(dirs)2.883 E F1 2.883(,s)C .384(tarting with zero,)-2.883 F
+(from the stack.)180 225.6 Q -.15(Fo)5 G 2.5(re).15 G(xample: remo)-2.65
 E -.15(ve)-.15 G 2.5(st).15 G(he \214rst directory)-2.5 E 2.5(,t)-.65 G
-(he second.)-2.5 E F2<ad>144 662.4 Q F0(n)A F1(Remo)180 662.4 Q -.15(ve)
--.15 G 3.76(st).15 G(he)-3.76 E F0(n)3.76 E F1 1.259
-(th entry counting from the right of the list sho)B 1.259(wn by)-.25 F
-F2(dirs)3.759 E F1 3.759(,s)C 1.259(tarting with)-3.759 F 2.5(zero. F)
-180 674.4 R(or e)-.15 E(xample: remo)-.15 E -.15(ve)-.15 G 2.5(st).15 G
+(he second.)-2.5 E F2<ad>144 237.6 Q F0(n)A F1(Remo)180 237.6 Q .336
+-.15(ve t)-.15 H(he).15 E F0(n)2.536 E F1 .036
+(th entry counting from the right of the list sho)B .035(wn by)-.25 F F2
+(dirs)2.535 E F1 2.535(,s)C .035(tarting with zero.)-2.535 F -.15(Fo)180
+249.6 S 2.5(re).15 G(xample: remo)-2.65 E -.15(ve)-.15 G 2.5(st).15 G
 (he last directory)-2.5 E 2.5(,t)-.65 G(he ne)-2.5 E(xt to last.)-.15 E
 1.057(If the top element of the directory stack is modi\214ed, and the)
-144 691.2 R F0<ad6e>3.558 E F1 1.058(option w)3.558 F 1.058
-(as not supplied,)-.1 F F2(popd)3.558 E F1 .25(uses the)144 703.2 R F2
+144 266.4 R F0<ad6e>3.558 E F1 1.058(option w)3.558 F 1.058
+(as not supplied,)-.1 F F2(popd)3.558 E F1 .25(uses the)144 278.4 R F2
 (cd)2.749 E F1 -.2(bu)2.749 G .249
 (iltin to change to the directory at the top of the stack.).2 F .249
 (If the)5.249 F F2(cd)2.749 E F1 -.1(fa)2.749 G(ils,).1 E F2(popd)2.749
-E F1 .249(returns a)2.749 F(non-zero v)144 715.2 Q(alue.)-.25 E
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(12)190.95 E 0 Cg EP
-%%Page: 13 13
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(Otherwise,)144 84 Q/F2 10/Times-Bold@0 SF(popd)2.67 E F1 .17(returns f)
-2.67 F .17(alse if an in)-.1 F -.25(va)-.4 G .171
-(lid option is encountered, the directory stack is empty).25 F 2.671(,o)
--.65 G 2.671(ra)-2.671 G(non-e)144 96 Q
-(xistent directory stack entry is speci\214ed.)-.15 E 1.556(If the)144
-112.8 R F2(popd)4.056 E F1 1.556(command is successful, bash runs)4.056
-F F2(dirs)4.056 E F1 1.556(to sho)4.056 F 4.055(wt)-.25 G 1.555
-(he \214nal contents of the directory)-4.055 F
-(stack, and the return status is 0.)144 124.8 Q F2(printf)108 141.6 Q F1
+E F1 .249(returns a)2.749 F(non-zero v)144 290.4 Q(alue.)-.25 E
+(Otherwise,)144 307.2 Q F2(popd)3.571 E F1 1.072(returns f)3.571 F 1.072
+(alse if an in)-.1 F -.25(va)-.4 G 1.072
+(lid option is supplied, the directory stack is empty).25 F 3.572(,o)
+-.65 G(r)-3.572 E F0(n)3.572 E F1(speci\214es a non-e)144 319.2 Q
+(xistent directory stack entry)-.15 E(.)-.65 E 1.451(If the)144 336 R F2
+(popd)3.951 E F1 1.451(command is successful,)3.951 F F2(bash)3.951 E F1
+(runs)3.951 E F2(dirs)3.951 E F1 1.451(to sho)3.951 F 3.95(wt)-.25 G
+1.45(he \214nal contents of the directory)-3.95 F
+(stack, and the return status is 0.)144 348 Q F2(printf)108 364.8 Q F1
 ([)2.5 E F2<ad76>A F0(var)2.5 E F1(])A F0(format)2.5 E F1([)2.5 E F0(ar)
-A(guments)-.37 E F1(])A .357(Write the formatted)144 153.6 R F0(ar)2.857
+A(guments)-.37 E F1(])A .357(Write the formatted)144 376.8 R F0(ar)2.857
 E(guments)-.37 E F1 .357
 (to the standard output under the control of the)2.857 F F0(format)2.858
-E F1 5.358(.T)C(he)-5.358 E F2<ad76>2.858 E F1(op-)2.858 E .714
-(tion causes the output to be assigned to the v)144 165.6 R(ariable)-.25
-E F0(var)3.214 E F1 .714(rather than being printed to the standard)3.214
-F(output.)144 177.6 Q(The)144 194.4 Q F0(format)3.017 E F1 .517(is a ch\
-aracter string which contains three types of objects: plain characters,\
- which are)3.017 F .704(simply copied to standard output, character esc\
-ape sequences, which are con)144 206.4 R -.15(ve)-.4 G .703
-(rted and copied to).15 F .036(the standard output, and format speci\
-\214cations, each of which causes printing of the ne)144 218.4 R .037
-(xt successi)-.15 F -.15(ve)-.25 G F0(ar)144 230.4 Q(gument)-.37 E F1
-6.07(.I)C 3.57(na)-6.07 G 1.07(ddition to the standard)-3.57 F F0
-(printf)4.82 E F1 1.07(\(3\) format characters)1.96 F F2
-(csndiouxXeEfFgGaA)3.57 E F1(,)A F2(printf)3.57 E F1
-(interprets the follo)144 242.4 Q(wing additional format speci\214ers:)
--.25 E F2(%b)144 254.4 Q F1(causes)180 254.4 Q F2(printf)2.595 E F1 .096
-(to e)2.595 F .096
+E F1 5.358(.T)C(he)-5.358 E F2<ad76>2.858 E F1(op-)2.858 E
+(tion assigns the output to the v)144 388.8 Q(ariable)-.25 E F0(var)2.5
+E F1(rather than printing it to the standard output.)2.5 E(The)144 405.6
+Q F0(format)3.018 E F1 .517(is a character string which contains three \
+types of objects: plain characters, which are)3.018 F .704(simply copie\
+d to standard output, character escape sequences, which are con)144
+417.6 R -.15(ve)-.4 G .704(rted and copied to).15 F .036(the standard o\
+utput, and format speci\214cations, each of which causes printing of th\
+e ne)144 429.6 R .036(xt successi)-.15 F -.15(ve)-.25 G F0(ar)144 441.6
+Q(gument)-.37 E F1 7.824(.I)C 5.324(na)-7.824 G 2.824
+(ddition to the standard)-5.324 F F0(printf)6.575 E F1 2.825
+(\(3\) format characters)1.96 F F2(cCsSndiouxXeEfFgGaA)5.325 E F1(,)A F2
+(printf)144 453.6 Q F1(interprets the follo)2.5 E
+(wing additional format speci\214ers:)-.25 E F2(%b)144 465.6 Q F1
+(causes)180 465.6 Q F2(printf)2.596 E F1 .096(to e)2.596 F .096
 (xpand backslash escape sequences in the corresponding)-.15 F F0(ar)
-2.596 E(gument)-.37 E F1 .096(in the)2.596 F(same w)180 266.4 Q(ay as)
--.1 E F2(echo \255e)2.5 E F1(.)A F2(%q)144 278.4 Q F1(causes)180 278.4 Q
+2.596 E(gument)-.37 E F1 .095(in the)2.595 F(same w)180 477.6 Q(ay as)
+-.1 E F2(echo \255e)2.5 E F1(.)A F2(%q)144 489.6 Q F1(causes)180 489.6 Q
 F2(printf)2.51 E F1 .01(to output the corresponding)2.51 F F0(ar)2.51 E
 (gument)-.37 E F1 .01(in a format that can be reused as shell)2.51 F
-(input.)180 290.4 Q F2(%q)5.891 E F1(and)3.391 E F2(%Q)3.391 E F1 .891
-(use the)3.391 F F2($)3.391 E F1 .891(quoting style if an)3.391 F 3.391
-(yc)-.15 G .892(haracters in the ar)-3.391 F .892(gument string re-)-.18
-F 1.286(quire it, and backslash quoting otherwise.)180 302.4 R 1.285
-(If the format string uses the)6.285 F F0(printf)3.785 E F1(alternate)
-3.785 E(form, these tw)180 314.4 Q 2.5(of)-.1 G(ormats quote the ar)-2.5
-E(gument string using single quotes.)-.18 E F2(%Q)144 326.4 Q F1(lik)180
-326.4 Q(e)-.1 E F2(%q)2.5 E F1 2.5(,b)C(ut applies an)-2.7 E 2.5(ys)-.15
+(input.)180 501.6 Q F2(%q)5.892 E F1(and)3.392 E F2(%Q)3.392 E F1 .891
+(use the)3.392 F F2($)3.391 E F1 .891(quoting style if an)3.391 F 3.391
+(yc)-.15 G .891(haracters in the ar)-3.391 F .891(gument string re-)-.18
+F 1.285(quire it, and backslash quoting otherwise.)180 513.6 R 1.286
+(If the format string uses the)6.285 F F0(printf)3.786 E F1(alternate)
+3.786 E(form, these tw)180 525.6 Q 2.5(of)-.1 G(ormats quote the ar)-2.5
+E(gument string using single quotes.)-.18 E F2(%Q)144 537.6 Q F1(lik)180
+537.6 Q(e)-.1 E F2(%q)2.5 E F1 2.5(,b)C(ut applies an)-2.7 E 2.5(ys)-.15
 G(upplied precision to the)-2.5 E F0(ar)2.5 E(gument)-.37 E F1
-(before quoting it.)2.5 E F2(%\()144 338.4 Q F0(datefmt)A F2(\)T)A F1
-(causes)180 350.4 Q F2(printf)4.403 E F1 1.904
-(to output the date-time string resulting from using)4.403 F F0(datefmt)
-4.404 E F1 1.904(as a format)4.404 F .334(string for)180 362.4 R F0
-(strftime)3.174 E F1 2.834(\(3\). The).18 F(corresponding)2.834 E F0(ar)
-2.834 E(gument)-.37 E F1 .334(is an inte)2.834 F .333
-(ger representing the number)-.15 F .292(of seconds since the epoch.)180
-374.4 R -1 -.8(Tw o)5.293 H .293(special ar)3.593 F .293(gument v)-.18 F
-.293(alues may be used: \2551 represents the)-.25 F .694
-(current time, and \2552 represents the time the shell w)180 386.4 R
-.693(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.193(d. If).1 F .693(no ar)
-3.193 F .693(gument is speci-)-.18 F .21(\214ed, con)180 398.4 R -.15
-(ve)-.4 G .21(rsion beha).15 F -.15(ve)-.2 G 2.71(sa).15 G 2.71(si)-2.71
-G 2.71<66ad>-2.71 G 2.71(1h)-2.71 G .21(ad been gi)-2.71 F -.15(ve)-.25
-G 2.71(n. This).15 F .21(is an e)2.71 F .21(xception to the usual)-.15 F
-F2(printf)2.71 E F1(beha)180 410.4 Q(vior)-.2 E(.)-.55 E .946(The %b, %\
-q, and %T format speci\214ers all use the \214eld width and precision a\
-r)144 427.2 R .945(guments from the)-.18 F .338
-(format speci\214cation and write that man)144 439.2 R 2.838(yb)-.15 G
-.338(ytes from \(or use that wide a \214eld for\) the e)-2.838 F .339
+(before quoting it.)2.5 E F2(%\()144 549.6 Q F0(datefmt)A F2(\)T)A F1
+(causes)180 561.6 Q F2(printf)4.404 E F1 1.904
+(to output the date-time string resulting from using)4.404 F F0(datefmt)
+4.404 E F1 1.903(as a format)4.404 F .333(string for)180 573.6 R F0
+(strftime)3.173 E F1 2.833(\(3\). The).18 F(corresponding)2.833 E F0(ar)
+2.834 E(gument)-.37 E F1 .334(is an inte)2.834 F .334
+(ger representing the number)-.15 F .977(of seconds since the epoch.)180
+585.6 R .977(This format speci\214er recognizes tw)5.977 F 3.476(os)-.1
+G .976(pecial ar)-3.476 F .976(gument v)-.18 F(al-)-.25 E .602(ues: \
+\2551 represents the current time, and \2552 represents the time the sh\
+ell w)180 597.6 R .602(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.102(d. If)
+.1 F .747(no ar)180 609.6 R .747(gument is speci\214ed, con)-.18 F -.15
+(ve)-.4 G .747(rsion beha).15 F -.15(ve)-.2 G 3.247(sa).15 G 3.247(si)
+-3.247 G 3.247<66ad>-3.247 G 3.247(1h)-3.247 G .747(ad been supplied.)
+-3.247 F .746(This is an e)5.746 F(x-)-.15 E(ception to the usual)180
+621.6 Q F2(printf)2.5 E F1(beha)2.5 E(vior)-.2 E(.)-.55 E .946(The %b, \
+%q, and %T format speci\214ers all use the \214eld width and precision \
+ar)144 638.4 R .946(guments from the)-.18 F .339
+(format speci\214cation and write that man)144 650.4 R 2.838(yb)-.15 G
+.338(ytes from \(or use that wide a \214eld for\) the e)-2.838 F .338
 (xpanded ar)-.15 F(-)-.2 E
 (gument, which usually contains more characters than the original.)144
-451.2 Q(The %n format speci\214er accepts a corresponding ar)144 468 Q
-(gument that is treated as a shell v)-.18 E(ariable name.)-.25 E .394
+662.4 Q(The %n format speci\214er accepts a corresponding ar)144 679.2 Q
+(gument that is treated as a shell v)-.18 E(ariable name.)-.25 E .393
 (The %s and %c format speci\214ers accept an l \(long\) modi\214er)144
-484.8 R 2.893(,w)-.4 G .393(hich forces them to con)-2.893 F -.15(ve)-.4
-G .393(rt the ar).15 F(-)-.2 E .32
-(gument string to a wide-character string and apply an)144 496.8 R 2.821
-(ys)-.15 G .321(upplied \214eld width and precision in terms)-2.821 F
-(of characters, not bytes.)144 508.8 Q(Ar)144 525.6 Q .464(guments to n\
-on-string format speci\214ers are treated as C constants, e)-.18 F .463
-(xcept that a leading plus or)-.15 F 1.258(minus sign is allo)144 537.6
-R 1.259
+696 R 2.894(,w)-.4 G .394(hich forces them to con)-2.894 F -.15(ve)-.4 G
+.394(rt the ar).15 F(-)-.2 E .321
+(gument string to a wide-character string and apply an)144 708 R 2.821
+(ys)-.15 G .32(upplied \214eld width and precision in terms)-2.821 F
+2.42(of characters, not bytes.)144 720 R 2.42
+(The %S and %C format speci\214ers are equi)7.42 F -.25(va)-.25 G 2.42
+(lent to %ls and %lc,).25 F(GNU Bash 5.2)72 768 Q(2023 January 27)141.79
+E(14)190.95 E 0 Cg EP
+%%Page: 15 15
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
+(respecti)144 84 Q -.15(ve)-.25 G(ly).15 E(.)-.65 E(Ar)144 100.8 Q .464
+(guments to non-string format speci\214ers are treated as C constants, \
+e)-.18 F .463(xcept that a leading plus or)-.15 F .359
+(minus sign is allo)144 112.8 R .359
 (wed, and if the leading character is a single or double quote, the v)
--.25 F 1.259(alue is the)-.25 F(ASCII v)144 549.6 Q(alue of the follo)
--.25 E(wing character)-.25 E(.)-.55 E(The)144 566.4 Q F0(format)2.515 E
-F1 .015(is reused as necessary to consume all of the)2.515 F F0(ar)2.515
-E(guments)-.37 E F1 5.015(.I)C 2.514(ft)-5.015 G(he)-2.514 E F0(format)
+-.25 F .36(alue is the nu-)-.25 F(meric v)144 124.8 Q(alue of the follo)
+-.25 E(wing character)-.25 E 2.5(,u)-.4 G(sing the current locale.)-2.5
+E(The)144 141.6 Q F0(format)2.515 E F1 .015
+(is reused as necessary to consume all of the)2.515 F F0(ar)2.515 E
+(guments)-.37 E F1 5.015(.I)C 2.514(ft)-5.015 G(he)-2.514 E F0(format)
 2.514 E F1 .014(requires more)2.514 F F0(ar)2.514 E(-)-.2 E(guments)144
-578.4 Q F1 .565(than are supplied, the e)3.065 F .566
+153.6 Q F1 .565(than are supplied, the e)3.065 F .566
 (xtra format speci\214cations beha)-.15 F .866 -.15(ve a)-.2 H 3.066(si)
 .15 G 3.066(faz)-3.066 G .566(ero v)-3.066 F .566(alue or null string,)
--.25 F .542(as appropriate, had been supplied.)144 590.4 R .541
+-.25 F .542(as appropriate, had been supplied.)144 165.6 R .541
 (The return v)5.541 F .541(alue is zero on success, non-zero if an in)
 -.25 F -.25(va)-.4 G .541(lid op-).25 F
-(tion is supplied or a write or assignment error occurs.)144 602.4 Q F2
-(pushd)108 619.2 Q F1([)2.5 E F2<ad6e>A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A F2(pushd)108 631.2 Q F1([)2.5 E F2
-<ad6e>A F1 2.5(][)C F0(dir)-2.5 E F1(])A .639(Adds a directory to the t\
-op of the directory stack, or rotates the stack, making the ne)144 643.2
-R 3.14(wt)-.25 G .64(op of the)-3.14 F .089(stack the current w)144
-655.2 R .089(orking directory)-.1 F 5.089(.W)-.65 G .089(ith no ar)
--5.489 F(guments,)-.18 E F2(pushd)2.589 E F1 -.15(ex)2.588 G .088
-(changes the top tw).15 F 2.588(oe)-.1 G .088(lements of)-2.588 F
-(the directory stack.)144 667.2 Q(Ar)5 E(guments, if supplied, ha)-.18 E
-.3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144
-679.2 Q F1 1.811(Suppresses the normal change of directory when rotatin\
-g or adding directories to the)180 679.2 R
-(stack, so that only the stack is manipulated.)180 691.2 Q F2(+)144
-703.2 Q F0(n)A F1 1.268(Rotates the stack so that the)180 703.2 R F0(n)
-3.768 E F1 1.267(th directory \(counting from the left of the list sho)B
-1.267(wn by)-.25 F F2(dirs)180 715.2 Q F1 2.5(,s)C
-(tarting with zero\) is at the top.)-2.5 E(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(13)190.95 E 0 Cg EP
-%%Page: 14 14
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad>144 84 Q F0(n)A F1 .92
-(Rotates the stack so that the)180 84 R F0(n)3.42 E F1 .92
+(tion is supplied or a write or assignment error occurs.)144 177.6 Q/F2
+10/Times-Bold@0 SF(pushd)108 194.4 Q F1([)2.5 E F2<ad6e>A F1 2.5(][)C(+)
+-2.5 E F0(n)A F1 2.5(][)C<ad>-2.5 E F0(n)A F1(])A F2(pushd)108 206.4 Q
+F1([)2.5 E F2<ad6e>A F1 2.5(][)C F0(dir)-2.5 E F1(])A 1.049(Add a direc\
+tory to the top of the directory stack, or rotate the stack, making the\
+ ne)144 218.4 R 3.549(wt)-.25 G 1.049(op of the)-3.549 F .089
+(stack the current w)144 230.4 R .089(orking directory)-.1 F 5.089(.W)
+-.65 G .089(ith no ar)-5.489 F(guments,)-.18 E F2(pushd)2.589 E F1 -.15
+(ex)2.588 G .088(changes the top tw).15 F 2.588(oe)-.1 G .088
+(lements of)-2.588 F(the directory stack.)144 242.4 Q(Ar)5 E
+(guments, if supplied, ha)-.18 E .3 -.15(ve t)-.2 H(he follo).15 E
+(wing meanings:)-.25 E F2<ad6e>144 254.4 Q F1 .347(Suppress the normal \
+change of directory when rotating or adding directories to the stack,)
+180 254.4 R(only manipulate the stack.)180 266.4 Q F2(+)144 278.4 Q F0
+(n)A F1 .147(Rotate the stack so that the)180 278.4 R F0(n)2.647 E F1
+.147(th directory \(counting from the left of the list sho)B .147(wn by)
+-.25 F F2(dirs)2.647 E F1(,)A(starting with zero\) is at the top.)180
+290.4 Q F2<ad>144 302.4 Q F0(n)A F1 .92(Rotates the stack so that the)
+180 302.4 R F0(n)3.42 E F1 .92
 (th directory \(counting from the right of the list sho)B .92(wn by)-.25
-F F2(dirs)180 96 Q F1 2.5(,s)C(tarting with zero\) is at the top.)-2.5 E
-F0(dir)144.35 108 Q F1(Adds)180 108 Q F0(dir)2.85 E F1
-(to the directory stack at the top)3.23 E .435
-(After the stack has been modi\214ed, if the)144 124.8 R F2<ad6e>2.935 E
+F F2(dirs)180 314.4 Q F1 2.5(,s)C(tarting with zero\) is at the top.)
+-2.5 E F0(dir)144.35 326.4 Q F1(Adds)180 326.4 Q F0(dir)2.85 E F1
+(to the directory stack at the top.)3.23 E .435
+(After the stack has been modi\214ed, if the)144 343.2 R F2<ad6e>2.935 E
 F1 .434(option w)2.934 F .434(as not supplied,)-.1 F F2(pushd)2.934 E F1
 .434(uses the)2.934 F F2(cd)2.934 E F1 -.2(bu)2.934 G .434(iltin to).2 F
-(change to the directory at the top of the stack.)144 136.8 Q(If the)5 E
+(change to the directory at the top of the stack.)144 355.2 Q(If the)5 E
 F2(cd)2.5 E F1 -.1(fa)2.5 G(ils,).1 E F2(pushd)2.5 E F1
-(returns a non-zero v)2.5 E(alue.)-.25 E 1.78(Otherwise, if no ar)144
-153.6 R 1.78(guments are supplied,)-.18 F F2(pushd)4.28 E F1 1.78
-(returns 0 unless the directory stack is empty)4.28 F(.)-.65 E .093
-(When rotating the directory stack,)144 165.6 R F2(pushd)2.593 E F1 .092
-(returns 0 unless the directory stack is empty or a non-e)2.593 F(x-)
--.15 E(istent directory stack element is speci\214ed.)144 177.6 Q 1.277
-(If the)144 194.4 R F2(pushd)3.777 E F1 1.277
-(command is successful, bash runs)3.777 F F2(dirs)3.777 E F1 1.278
-(to sho)3.778 F 3.778(wt)-.25 G 1.278
-(he \214nal contents of the directory)-3.778 F(stack.)144 206.4 Q F2
-(pwd)108 223.2 Q F1([)2.5 E F2(\255LP)A F1(])A .845
-(Print the absolute pathname of the current w)144 235.2 R .845
+(returns a non-zero v)2.5 E(alue.)-.25 E .907(Otherwise, if no ar)144
+372 R .908(guments are supplied,)-.18 F F2(pushd)3.408 E F1 .908
+(returns zero unless the directory stack is empty)3.408 F(.)-.65 E 1.478
+(When rotating the directory stack,)144 384 R F2(pushd)3.978 E F1 1.477
+(returns zero unless the directory stack is empty or)3.977 F F0(n)3.977
+E F1(speci\214es a non-e)144 396 Q(xistent directory stack element.)-.15
+E 1.172(If the)144 412.8 R F2(pushd)3.672 E F1 1.172
+(command is successful,)3.672 F F2(bash)3.672 E F1(runs)3.672 E F2(dirs)
+3.672 E F1 1.173(to sho)3.673 F 3.673(wt)-.25 G 1.173
+(he \214nal contents of the directory)-3.673 F(stack.)144 424.8 Q F2
+(pwd)108 441.6 Q F1([)2.5 E F2(\255LP)A F1(])A .845
+(Print the absolute pathname of the current w)144 453.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
-247.2 R F2<ad50>2.681 E F1 .181(option is supplied or the)2.681 F F2
+465.6 R F2<ad50>2.681 E F1 .181(option is supplied or the)2.681 F F2
 .181(\255o ph)2.681 F(ysical)-.15 E F1 .181(option to the)2.681 F F2
 (set)2.681 E F1 -.2(bu)2.681 G .182(iltin command is).2 F 3.264
-(enabled. If)144 259.2 R(the)3.264 E F2<ad4c>3.264 E F1 .763
+(enabled. If)144 477.6 R(the)3.264 E F2<ad4c>3.264 E F1 .763
 (option is used, the pathname printed may contain symbolic links.)3.264
 F .763(The return)5.763 F .405(status is 0 unless an error occurs while\
- reading the name of the current directory or an in)144 271.2 R -.25(va)
--.4 G .405(lid op-).25 F(tion is supplied.)144 283.2 Q F2 -.18(re)108
-300 S(ad).18 E F1([)2.5 E F2(\255Eers)A F1 2.5(][)C F2<ad61>-2.5 E F0
+ reading the name of the current directory or an in)144 489.6 R -.25(va)
+-.4 G .405(lid op-).25 F(tion is supplied.)144 501.6 Q F2 -.18(re)108
+518.4 S(ad).18 E F1([)2.5 E F2(\255Eers)A F1 2.5(][)C F2<ad61>-2.5 E F0
 (aname)2.5 E F1 2.5(][)C F2<ad64>-2.5 E F0(delim)2.5 E F1 2.5(][)C F2
 <ad69>-2.5 E F0(te)2.5 E(xt)-.2 E F1 2.5(][)C F2<ad6e>-2.5 E F0(nc)2.5 E
 (har)-.15 E(s)-.1 E F1 2.5(][)C F2<ad4e>-2.5 E F0(nc)2.5 E(har)-.15 E(s)
 -.1 E F1 2.5(][)C F2<ad70>-2.5 E F0(pr)2.5 E(ompt)-.45 E F1 2.5(][)C F2
 <ad74>-2.5 E F0(timeout)2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(fd)2.5 E F1
-(])A([)108 312 Q F0(name)A F1 1.666(...)2.5 G(])-1.666 E .516(One line \
-is read from the standard input, or from the \214le descriptor)144 324 R
-F0(fd)3.016 E F1 .516(supplied as an ar)3.016 F .516(gument to)-.18 F
-(the)144 336 Q F2<ad75>2.6 E F1 .1(option, split into w)2.6 F .1
-(ords as described in)-.1 F F0(bash)2.601 E F1 .101(\(1\) under)2.601 F
-F2 -.75(Wo)2.601 G .101(rd Splitting).75 F F1 2.601(,a)C .101
-(nd the \214rst w)-2.601 F .101(ord is)-.1 F 1.425
-(assigned to the \214rst)144 348 R F0(name)4.285 E F1 3.925(,t).18 G
-1.425(he second w)-3.925 F 1.425(ord to the second)-.1 F F0(name)4.285 E
-F1 3.925(,a).18 G 1.425(nd so on.)-3.925 F 1.425(If there are more)6.425
-F -.1(wo)144 360 S 1.112(rds than names, the remaining w).1 F 1.112
-(ords and their interv)-.1 F 1.112
-(ening delimiters are assigned to the last)-.15 F F0(name)144.36 372 Q
-F1 5.7(.I).18 G 3.2(ft)-5.7 G .7(here are fe)-3.2 F .7(wer w)-.25 F .7
-(ords read from the input stream than names, the remaining names are)-.1
-F .531(assigned empty v)144 384 R 3.031(alues. The)-.25 F .531
-(characters in)3.031 F/F3 9/Times-Bold@0 SF(IFS)3.031 E F1 .532
-(are used to split the line into w)2.781 F .532(ords using the same)-.1
-F 1.052(rules the shell uses for e)144 396 R 1.052
-(xpansion \(described in)-.15 F F0(bash)3.552 E F1 1.052(\(1\) under)
-3.552 F F2 -.75(Wo)3.552 G 1.052(rd Splitting).75 F F1 3.552(\). The)B
-(backslash)3.552 E .738(character \()144 408 R F2(\\)A F1 3.238(\)m)C
-.739(ay be used to remo)-3.238 F 1.039 -.15(ve a)-.15 H 1.039 -.15(ny s)
-.15 H .739(pecial meaning for the ne).15 F .739
-(xt character read and for line)-.15 F 2.5(continuation. Options,)144
-420 R(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 432 Q F0(aname)2.5 E F1 1.026(The w)
-180 444 R 1.026(ords are assigned to sequential indices of the array v)
--.1 F(ariable)-.25 E F0(aname)3.855 E F1 3.525(,s).18 G 1.025
-(tarting at 0.)-3.525 F F0(aname)180.33 456 Q F1(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
-F0(name)2.5 E F1(ar)2.5 E(guments are ignored.)-.18 E F2<ad64>144 468 Q
-F0(delim)2.5 E F1 .28(The \214rst character of)180 480 R F0(delim)2.78 E
-F1 .281(is used to terminate the input line, rather than ne)2.78 F 2.781
-(wline. If)-.25 F F0(de-)2.781 E(lim)180 492 Q F1(is the empty string,)
-2.5 E F2 -.18(re)2.5 G(ad).18 E F1
-(will terminate a line when it reads a NUL character)2.5 E(.)-.55 E F2
-<ad65>144 504 Q F1 .919
-(If the standard input is coming from a terminal,)180 504 R F2 -.18(re)
-3.419 G(ad).18 E F1(uses)3.419 E F2 -.18(re)3.419 G(adline).18 E F1
-(\(see)3.419 E F3(READLINE)3.419 E F1(in)3.169 E F0(bash)180 516 Q F1
-.757(\(1\)\) to obtain the line.)B .757
-(Readline uses the current \(or def)5.757 F .758
-(ault, if line editing w)-.1 F .758(as not)-.1 F(pre)180 528 Q
-(viously acti)-.25 E -.15(ve)-.25 G 2.5(\)e).15 G(diting settings, b)
--2.5 E(ut uses readline')-.2 E 2.5(sd)-.55 G(ef)-2.5 E
-(ault \214lename completion.)-.1 E F2<ad45>144 540 Q F1 .919
-(If the standard input is coming from a terminal,)180 540 R F2 -.18(re)
-3.419 G(ad).18 E F1(uses)3.419 E F2 -.18(re)3.419 G(adline).18 E F1
-(\(see)3.419 E F3(READLINE)3.419 E F1(in)3.169 E F0(bash)180 552 Q F1
-.757(\(1\)\) to obtain the line.)B .757
-(Readline uses the current \(or def)5.757 F .758
-(ault, if line editing w)-.1 F .758(as not)-.1 F(pre)180 564 Q .042
-(viously acti)-.25 F -.15(ve)-.25 G 2.542(\)e).15 G .042
-(diting settings, b)-2.542 F .042(ut uses bash')-.2 F 2.542(sd)-.55 G
-(ef)-2.542 E .042(ault completion, including program-)-.1 F
-(mable completion.)180 576 Q F2<ad69>144 588 Q F0(te)2.5 E(xt)-.2 E F1
-(If)180 588 Q F2 -.18(re)2.715 G(adline).18 E F1 .216
-(is being used to read the line,)2.715 F F0(te)2.716 E(xt)-.2 E F1 .216
-(is placed into the editing b)2.716 F(uf)-.2 E .216(fer before edit-)
--.25 F(ing be)180 600 Q(gins.)-.15 E F2<ad6e>144 612 Q F0(nc)2.5 E(har)
--.15 E(s)-.1 E F2 -.18(re)180 624 S(ad).18 E F1 .323
-(returns after reading)2.823 F F0(nc)2.823 E(har)-.15 E(s)-.1 E F1 .323
-(characters rather than w)2.823 F .323
-(aiting for a complete line of in-)-.1 F(put, b)180 636 Q
-(ut honors a delimiter if fe)-.2 E(wer than)-.25 E F0(nc)2.5 E(har)-.15
-E(s)-.1 E F1(characters are read before the delimiter)2.5 E(.)-.55 E F2
-<ad4e>144 648 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 660 S(ad)
-.18 E F1 1.269(returns after reading e)3.769 F(xactly)-.15 E F0(nc)3.769
-E(har)-.15 E(s)-.1 E F1 1.269(characters rather than w)3.769 F 1.27
-(aiting for a complete)-.1 F .275
-(line of input, unless EOF is encountered or)180 672 R F2 -.18(re)2.775
-G(ad).18 E F1 .274(times out.)2.774 F .274(Delimiter characters encoun-)
-5.274 F 1.002
-(tered in the input are not treated specially and do not cause)180 684 R
-F2 -.18(re)3.503 G(ad).18 E F1 1.003(to return until)3.503 F F0(nc)3.503
-E(har)-.15 E(s)-.1 E F1 .609(characters are read.)180 696 R .608
-(The result is not split on the characters in)5.609 F F2(IFS)3.108 E F1
-3.108(;t)C .608(he intent is that the)-3.108 F -.25(va)180 708 S .669
-(riable is assigned e).25 F .669
-(xactly the characters read \(with the e)-.15 F .67
-(xception of backslash; see the)-.15 F F2<ad72>180 720 Q F1(option belo)
-2.5 E(w\).)-.25 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(14)
-190.95 E 0 Cg EP
-%%Page: 15 15
+(])A([)108 530.4 Q F0(name)A F1 1.666(...)2.5 G(])-1.666 E .146
+(Read one line from the standard input, or from the \214le descriptor)
+144 542.4 R F0(fd)2.645 E F1 .145(supplied as an ar)2.645 F .145
+(gument to the)-.18 F F2<ad75>144 554.4 Q F1 .77
+(option, split it into w)3.27 F .77(ords as described in)-.1 F F0(bash)
+3.27 E F1 .77(\(1\) under)3.27 F F2 -.75(Wo)3.27 G .77(rd Splitting).75
+F F1 3.27(,a)C .77(nd assign the \214rst)-3.27 F -.1(wo)144 566.4 S .674
+(rd to the \214rst).1 F F0(name)3.534 E F1 3.174(,t).18 G .674
+(he second w)-3.174 F .674(ord to the second)-.1 F F0(name)3.534 E F1
+3.174(,a).18 G .674(nd so on.)-3.174 F .673(If there are more w)5.673 F
+(ords)-.1 E .236(than names, the remaining w)144 578.4 R .237
+(ords and their interv)-.1 F .237
+(ening delimiters are assigned to the last)-.15 F F0(name)3.097 E F1
+5.237(.I).18 G(f)-5.237 E .875(there are fe)144 590.4 R .875(wer w)-.25
+F .875(ords read from the input stream than names, the remaining names \
+are assigned)-.1 F .515(empty v)144 602.4 R 3.015(alues. The)-.25 F .515
+(characters in the v)3.015 F .515(alue of the)-.25 F/F3 9/Times-Bold@0
+SF(IFS)3.015 E F1 -.25(va)2.765 G .516
+(riable are used to split the line into w).25 F(ords)-.1 E .982
+(using the same rules the shell uses for e)144 614.4 R .981
+(xpansion \(described in)-.15 F F0(bash)3.481 E F1 .981(\(1\) under)
+3.481 F F2 -.75(Wo)3.481 G .981(rd Splitting).75 F F1(\).)A .911
+(The backslash character \()144 626.4 R F2(\\)A F1 3.411(\)r)C(emo)
+-3.411 E -.15(ve)-.15 G 3.411(sa).15 G 1.211 -.15(ny s)-3.411 H .911
+(pecial meaning for the ne).15 F .912(xt character read and is used)-.15
+F(for line continuation.)144 638.4 Q(Options, if supplied, ha)144 655.2
+Q .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad61>144
+667.2 Q F0(aname)2.5 E F1 1.026(The w)180 679.2 R 1.026
+(ords are assigned to sequential indices of the array v)-.1 F(ariable)
+-.25 E F0(aname)3.855 E F1 3.525(,s).18 G 1.025(tarting at 0.)-3.525 F
+F0(aname)180.33 691.2 Q F1(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 F0(name)2.5 E F1
+(ar)2.5 E(guments are ignored.)-.18 E F2<ad64>144 703.2 Q F0(delim)2.5 E
+F1 .502(The \214rst character of)180 715.2 R F0(delim)3.002 E F1 .503
+(terminates the input line, rather than ne)3.002 F 3.003(wline. If)-.25
+F F0(delim)3.003 E F1 .503(is the)3.003 F(empty string,)180 727.2 Q F2
+-.18(re)2.5 G(ad).18 E F1
+(will terminate a line when it reads a NUL character)2.5 E(.)-.55 E
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(15)190.95 E 0 Cg EP
+%%Page: 16 16
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad70>144 84 Q F0(pr)2.5 E(ompt)-.45 E F1(Display)180 96
-Q F0(pr)3.661 E(ompt)-.45 E F1 1.161(on standard error)3.661 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 108 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 120 Q F1 .543(Backslash does not act as an escape character)
-180 120 R 5.543(.T)-.55 G .544(he backslash is considered to be part of)
--5.543 F .493(the line.)180 132 R .493(In particular)5.493 F 2.993(,ab)
--.4 G(ackslash-ne)-2.993 E .493
-(wline pair may not then be used as a line continua-)-.25 F(tion.)180
-144 Q F2<ad73>144 156 Q F1(Silent mode.)180 156 Q
+/Times-Bold@0 SF<ad65>144 84 Q F1 .919
+(If the standard input is coming from a terminal,)180 84 R F2 -.18(re)
+3.419 G(ad).18 E F1(uses)3.419 E F2 -.18(re)3.419 G(adline).18 E F1
+(\(see)3.419 E/F3 9/Times-Bold@0 SF(READLINE)3.419 E F1(in)3.169 E F0
+(bash)180 96 Q F1 .608(\(1\)\) to obtain the line.)B F2(Readline)5.608 E
+F1 .609(uses the current \(or def)3.109 F .609(ault, if line editing w)
+-.1 F .609(as not)-.1 F(pre)180 108 Q(viously acti)-.25 E -.15(ve)-.25 G
+2.5(\)e).15 G(diting settings, b)-2.5 E(ut uses)-.2 E F2 -.18(re)2.5 G
+(adline).18 E F1 1.1 -.55('s d)D(ef).55 E(ault \214lename completion.)
+-.1 E F2<ad45>144 120 Q F1 .919
+(If the standard input is coming from a terminal,)180 120 R F2 -.18(re)
+3.419 G(ad).18 E F1(uses)3.419 E F2 -.18(re)3.419 G(adline).18 E F1
+(\(see)3.419 E F3(READLINE)3.419 E F1(in)3.169 E F0(bash)180 132 Q F1
+.608(\(1\)\) to obtain the line.)B F2(Readline)5.608 E F1 .609
+(uses the current \(or def)3.109 F .609(ault, if line editing w)-.1 F
+.609(as not)-.1 F(pre)180 144 Q .042(viously acti)-.25 F -.15(ve)-.25 G
+2.542(\)e).15 G .042(diting settings, b)-2.542 F .042(ut uses bash')-.2
+F 2.542(sd)-.55 G(ef)-2.542 E .042(ault completion, including program-)
+-.1 F(mable completion.)180 156 Q F2<ad69>144 168 Q F0(te)2.5 E(xt)-.2 E
+F1(If)180 168 Q F2 -.18(re)3.313 G(adline).18 E F1 .814
+(is being used to read the line,)3.313 F F2 -.18(re)3.314 G(ad).18 E F1
+(places)3.314 E F0(te)3.314 E(xt)-.2 E F1 .814(into the editing b)3.314
+F(uf)-.2 E .814(fer before)-.25 F(editing be)180 180 Q(gins.)-.15 E F2
+<ad6e>144 192 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 204 S(ad)
+.18 E F1 .323(returns after reading)2.823 F F0(nc)2.823 E(har)-.15 E(s)
+-.1 E F1 .323(characters rather than w)2.823 F .323
+(aiting for a complete line of in-)-.1 F .736
+(put, unless it encounters EOF or)180 216 R F2 -.18(re)3.236 G(ad).18 E
+F1 .736(times out, b)3.236 F .737(ut honors a delimiter if it reads fe)
+-.2 F(wer)-.25 E(than)180 228 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F1
+(characters before the delimiter)2.5 E(.)-.55 E F2<ad4e>144 240 Q F0(nc)
+2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 252 S(ad).18 E F1 1.269
+(returns after reading e)3.77 F(xactly)-.15 E F0(nc)3.769 E(har)-.15 E
+(s)-.1 E F1 1.269(characters rather than w)3.769 F 1.269
+(aiting for a complete)-.1 F .172
+(line of input, unless it encounters EOF or)180 264 R F2 -.18(re)2.673 G
+(ad).18 E F1 .173(times out.)2.673 F(An)5.173 E 2.673(yd)-.15 G .173
+(elimiter characters in the)-2.673 F 1.246
+(input are not treated specially and do not cause)180 276 R F2 -.18(re)
+3.746 G(ad).18 E F1 1.245(to return until it has read)3.746 F F0(nc)
+3.745 E(har)-.15 E(s)-.1 E F1 2.566(characters. The)180 288 R .066
+(result is not split on the characters in)2.566 F F2(IFS)2.567 E F1
+2.567(;t)C .067(he intent is that the v)-2.567 F .067(ariable is)-.25 F
+.895(assigned e)180 300 R .895(xactly the characters read \(with the e)
+-.15 F .894(xception of backslash; see the)-.15 F F2<ad72>3.394 E F1
+(option)3.394 E(belo)180 312 Q(w\).)-.25 E F2<ad70>144 324 Q F0(pr)2.5 E
+(ompt)-.45 E F1(Display)180 336 Q F0(pr)3.66 E(ompt)-.45 E F1 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 348 Q 2.5
+(yi)-.15 G(nput, b)-2.5 E(ut only if input is coming from a terminal.)
+-.2 E F2<ad72>144 360 Q F1 .544
+(Backslash does not act as an escape character)180 360 R 5.543(.T)-.55 G
+.543(he backslash is considered to be part of)-5.543 F .492(the line.)
+180 372 R .492(In particular)5.492 F 2.992(,ab)-.4 G(ackslash-ne)-2.992
+E .493(wline pair may not then be used as a line continua-)-.25 F(tion.)
+180 384 Q F2<ad73>144 396 Q F1(Silent mode.)180 396 Q
 (If input is coming from a terminal, characters are not echoed.)5 E F2
-<ad74>144 168 Q F0(timeout)2.5 E F1(Cause)180 180 Q F2 -.18(re)2.928 G
-(ad).18 E F1 .428(to time out and return f)2.928 F .428
-(ailure if a complete line of input \(or a speci\214ed num-)-.1 F .561
-(ber of characters\) is not read within)180 192 R F0(timeout)3.061 E F1
-(seconds.)3.061 E F0(timeout)5.561 E F1 .56(may be a decimal number)
-3.061 F(with a fractional portion follo)180 204 Q
-(wing the decimal point.)-.25 E(This option is only ef)5 E(fecti)-.25 E
-.3 -.15(ve i)-.25 H(f).15 E F2 -.18(re)2.5 G(ad).18 E F1 .506(is readin\
-g input from a terminal, pipe, or other special \214le; it has no ef)180
-216 R .506(fect when reading)-.25 F .59(from re)180 228 R .59
-(gular \214les.)-.15 F(If)5.59 E F2 -.18(re)3.09 G(ad).18 E F1 .589
-(times out,)3.09 F F2 -.18(re)3.089 G(ad).18 E F1(sa)3.089 E -.15(ve)-.2
-G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .589
-(artial input read into the speci\214ed).15 F -.25(va)180 240 S(riable)
-.25 E F0(name)2.77 E F1 5.27(.I)C(f)-5.27 E F0(timeout)2.77 E F1 .27
-(is 0,)2.77 F F2 -.18(re)2.77 G(ad).18 E F1 .27(returns immediately)2.77
-F 2.77(,w)-.65 G .27(ithout trying to read an)-2.77 F 2.77(yd)-.15 G
-(ata.)-2.77 E .228(The e)180 252 R .228(xit status is 0 if input is a)
--.15 F -.25(va)-.2 G .228(ilable on the speci\214ed \214le descriptor)
-.25 F 2.728(,o)-.4 G 2.727(rt)-2.728 G .227(he read will re-)-2.727 F
-1.224(turn EOF)180 264 R 3.724(,n)-.8 G 1.224(on-zero otherwise.)-3.724
-F 1.224(The e)6.224 F 1.225
-(xit status is greater than 128 if the timeout is e)-.15 F(x-)-.15 E
-(ceeded.)180 276 Q F2<ad75>144 288 Q F0(fd)2.5 E F1
-(Read input from \214le descriptor)180 288 Q F0(fd)2.5 E F1(.)A
-(Other than the case where)144 304.8 Q F0(delim)2.5 E F1
-(is the empty string,)2.5 E F2 -.18(re)2.5 G(ad).18 E F1(ignores an)2.5
-E 2.5(yN)-.15 G(UL characters in the input.)-2.5 E .522(If no)144 321.6
-R F0(names)3.382 E F1 .522
-(are supplied, the line read, without the ending delimiter b)3.292 F
-.522(ut otherwise unmodi\214ed, is)-.2 F 1.186(assigned to the v)144
-333.6 R(ariable)-.25 E/F3 9/Times-Bold@0 SF(REPL)3.686 E(Y)-.828 E/F4 9
-/Times-Roman@0 SF(.)A F1 1.186(The e)5.686 F 1.186
-(xit status is zero, unless end-of-\214le is encountered,)-.15 F F2 -.18
-(re)3.687 G(ad).18 E F1 .961
-(times out \(in which case the status is greater than 128\), a v)144
-345.6 R .96(ariable assignment error \(such as as-)-.25 F .706
-(signing to a readonly v)144 357.6 R .706(ariable\) occurs, or an in)
--.25 F -.25(va)-.4 G .706(lid \214le descriptor is supplied as the ar)
-.25 F .707(gument to)-.18 F F2<ad75>144 369.6 Q F1(.)A F2 -.18(re)108
-386.4 S(adonly).18 E F1([)2.5 E F2(\255aAf)A F1 2.5(][)C F2<ad70>-2.5 E
-F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(wor)A(d)-.37 E F1 2.5(].)C 1.666
-(..)-.834 G(])-1.666 E .77(The gi)144 398.4 R -.15(ve)-.25 G(n).15 E F0
-(names)3.27 E F1 .77(are mark)3.27 F .77(ed readonly; the v)-.1 F .77
-(alues of these)-.25 F F0(names)3.63 E F1 .77
-(may not be changed by subse-)3.54 F 1.096(quent assignment.)144 410.4 R
-1.096(If the)6.096 F F2<ad66>3.596 E F1 1.097
-(option is supplied, the functions corresponding to the)3.596 F F0
-(names)3.597 E F1 1.097(are so)3.597 F(mark)144 422.4 Q 3.334(ed. The)
--.1 F F2<ad61>3.334 E F1 .834(option restricts the v)3.334 F .834
-(ariables to inde)-.25 F -.15(xe)-.15 G 3.334(da).15 G .834(rrays; the)
--3.334 F F2<ad41>3.334 E F1 .834(option restricts the v)3.334 F(ari-)
--.25 E .776(ables to associati)144 434.4 R 1.076 -.15(ve a)-.25 H 3.276
-(rrays. If).15 F .777(both options are supplied,)3.276 F F2<ad41>3.277 E
-F1(tak)3.277 E .777(es precedence.)-.1 F .777(If no)5.777 F F0(name)
-3.637 E F1(ar)3.457 E(gu-)-.18 E .522(ments are gi)144 446.4 R -.15(ve)
--.25 G .521(n, or if the).15 F F2<ad70>3.021 E F1 .521
-(option is supplied, a list of all readonly names is printed.)3.021 F
-.521(The other)5.521 F .295(options may be used to restrict the output \
-to a subset of the set of readonly names.)144 458.4 R(The)5.296 E F2
-<ad70>2.796 E F1(option)2.796 E .786
-(causes output to be displayed in a format that may be reused as input.)
-144 470.4 R .786(If a v)5.786 F .785(ariable name is fol-)-.25 F(lo)144
-482.4 Q .717(wed by =)-.25 F F0(wor)A(d)-.37 E F1 3.218(,t)C .718(he v)
--3.218 F .718(alue of the v)-.25 F .718(ariable is set to)-.25 F F0(wor)
-3.218 E(d)-.37 E F1 5.718(.T)C .718(he return status is 0 unless an in)
--5.718 F -.25(va)-.4 G(lid).25 E .26(option is encountered, one of the)
-144 494.4 R F0(names)3.12 E F1 .26(is not a v)3.03 F .26(alid shell v)
--.25 F .26(ariable name, or)-.25 F F2<ad66>2.76 E F1 .26
-(is supplied with a)2.76 F F0(name)144.36 506.4 Q F1
-(that is not a function.)2.68 E F2 -.18(re)108 523.2 S(tur).18 E(n)-.15
-E F1([)2.5 E F0(n)A F1(])A .02(Causes a function to stop e)144 535.2 R
--.15(xe)-.15 G .02(cuting and return the v).15 F .021
-(alue speci\214ed by)-.25 F F0(n)2.881 E F1 .021(to its caller)2.761 F
-5.021(.I)-.55 G(f)-5.021 E F0(n)2.881 E F1 .021(is omitted,)2.761 F .597
-(the return status is that of the last command e)144 547.2 R -.15(xe)
--.15 G .596(cuted in the function body).15 F 5.596(.I)-.65 G(f)-5.596 E
-F2 -.18(re)3.096 G(tur).18 E(n)-.15 E F1 .596(is e)3.096 F -.15(xe)-.15
-G(cuted).15 E .267(by a trap handler)144 559.2 R 2.767(,t)-.4 G .267
-(he last command used to determine the status is the last command e)
--2.767 F -.15(xe)-.15 G .268(cuted be-).15 F .02(fore the trap handler)
-144 571.2 R 5.02(.I)-.55 G(f)-5.02 E F2 -.18(re)2.52 G(tur).18 E(n)-.15
-E F1 .02(is e)2.52 F -.15(xe)-.15 G .02(cuted during a).15 F F2(DEB)2.52
-E(UG)-.1 E F1 .02(trap, the last command used to deter)2.52 F(-)-.2 E
-.885(mine the status is the last command e)144 583.2 R -.15(xe)-.15 G
-.886(cuted by the trap handler before).15 F F2 -.18(re)3.386 G(tur).18 E
-(n)-.15 E F1 -.1(wa)3.386 G 3.386(si).1 G -1.9 -.4(nv o)-3.386 H -.1(ke)
-.4 G 3.386(d. If).1 F F2 -.18(re)144 595.2 S(tur).18 E(n)-.15 E F1 .628
-(is used outside a function, b)3.128 F .628(ut during e)-.2 F -.15(xe)
--.15 G .628(cution of a script by the).15 F F2(.)3.127 E F1(\()5.627 E
-F2(sour)A(ce)-.18 E F1 3.127(\)c)C .627(ommand, it)-3.127 F .588
-(causes the shell to stop e)144 607.2 R -.15(xe)-.15 G .588
-(cuting that script and return either).15 F F0(n)3.448 E F1 .589
-(or the e)3.329 F .589(xit status of the last com-)-.15 F .326(mand e)
-144 619.2 R -.15(xe)-.15 G .326(cuted within the script as the e).15 F
-.326(xit status of the script.)-.15 F(If)5.326 E F0(n)2.826 E F1 .325
-(is supplied, the return v)2.826 F .325(alue is)-.25 F .444
-(its least signi\214cant 8 bits.)144 631.2 R .444
-(The return status is non-zero if)5.444 F F2 -.18(re)2.945 G(tur).18 E
-(n)-.15 E F1 .445(is supplied a non-numeric ar)2.945 F(gu-)-.18 E .381
-(ment, or is used outside a function and not during e)144 643.2 R -.15
-(xe)-.15 G .381(cution of a script by).15 F F2(.)2.881 E F1(or)3.714 E
-F2(sour)2.881 E(ce)-.18 E F1 5.38(.A)C .68 -.15(ny c)-5.38 H(om-).15 E
-.749(mand associated with the)144 655.2 R F2(RETURN)3.249 E F1 .749
-(trap is e)3.249 F -.15(xe)-.15 G .749(cuted before e).15 F -.15(xe)-.15
-G .75(cution resumes after the function).15 F(or script.)144 667.2 Q F2
-(set)108 684 Q F1([)2.5 E F2(\255abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2
-<ad6f>-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5
-(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G
-(])-1.666 E F2(set)108 696 Q F1([)2.5 E F2(+abefhkmnptuvxBCEHPT)A F1 2.5
-(][)C F2(+o)-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1
-2.5(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5
-G(])-1.666 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(15)190.95 E
-0 Cg EP
-%%Page: 16 16
+<ad74>144 408 Q F0(timeout)2.5 E F1(Cause)180 420 Q F2 -.18(re)2.767 G
+(ad).18 E F1 .267(to time out and return f)2.767 F .266
+(ailure if it does not read a complete line of input \(or a)-.1 F .468
+(speci\214ed number of characters\) within)180 432 R F0(timeout)2.968 E
+F1(seconds.)2.968 E F0(timeout)5.468 E F1 .469(may be a decimal num-)
+2.968 F .464(ber with a fractional portion follo)180 444 R .464
+(wing the decimal point.)-.25 F .463(This option is only ef)5.463 F
+(fecti)-.25 E .763 -.15(ve i)-.25 H(f).15 E F2 -.18(re)180 456 S(ad).18
+E F1 1.176(is reading input from a terminal, pipe, or other special \
+\214le; it has no ef)3.676 F 1.177(fect when)-.25 F .108
+(reading from re)180 468 R .108(gular \214les.)-.15 F(If)5.108 E F2 -.18
+(re)2.608 G(ad).18 E F1 .108(times out, it sa)2.608 F -.15(ve)-.2 G
+2.607(sa).15 G .407 -.15(ny p)-2.607 H .107
+(artial input read into the speci-).15 F .942(\214ed v)180 480 R
+(ariable)-.25 E F0(name)3.442 E F1 3.442(,a)C .942(nd the e)-3.442 F
+.942(xit status is greater than 128.)-.15 F(If)5.943 E F0(timeout)3.443
+E F1 .943(is 0,)3.443 F F2 -.18(re)3.443 G(ad).18 E F1(returns)3.443 E
+(immediately)180 492 Q 3.26(,w)-.65 G .76(ithout trying to read an)-3.26
+F 3.26(yd)-.15 G 3.26(ata. In)-3.26 F .759(this case, the e)3.259 F .759
+(xit status is 0 if input is)-.15 F -.2(av)180 504 S
+(ailable on the speci\214ed \214le descriptor)-.05 E 2.5(,o)-.4 G 2.5
+(rt)-2.5 G(he read will return EOF)-2.5 E 2.5(,n)-.8 G
+(on-zero otherwise.)-2.5 E F2<ad75>144 516 Q F0(fd)2.5 E F1
+(Read input from \214le descriptor)180 516 Q F0(fd)2.5 E F1
+(instead of the standard input.)2.5 E(Other than the case where)144
+532.8 Q F0(delim)2.5 E F1(is the empty string,)2.5 E F2 -.18(re)2.5 G
+(ad).18 E F1(ignores an)2.5 E 2.5(yN)-.15 G(UL characters in the input.)
+-2.5 E .96(If no)144 549.6 R F0(names)3.82 E F1 .96(are supplied,)3.73 F
+F2 -.18(re)3.46 G(ad).18 E F1 .961
+(assigns the line read, without the ending delimiter b)3.461 F .961
+(ut otherwise)-.2 F(unmodi\214ed, to the v)144 561.6 Q(ariable)-.25 E F3
+(REPL)2.5 E(Y)-.828 E/F4 9/Times-Roman@0 SF(.)A F1 .033(The e)144 578.4
+R .033(xit status is zero, unless end-of-\214le is encountered,)-.15 F
+F2 -.18(re)2.532 G(ad).18 E F1 .032
+(times out \(in which case the status is)2.532 F .31
+(greater than 128\), a v)144 590.4 R .311
+(ariable assignment error \(such as assigning to a readonly v)-.25 F
+.311(ariable\) occurs, or)-.25 F(an in)144 602.4 Q -.25(va)-.4 G
+(lid \214le descriptor is supplied as the ar).25 E(gument to)-.18 E F2
+<ad75>2.5 E F1(.)A F2 -.18(re)108 619.2 S(adonly).18 E F1([)2.5 E F2
+(\255aAf)A F1 2.5(][)C F2<ad70>-2.5 E F1 2.5(][)C F0(name)-2.5 E F1([=)A
+F0(wor)A(d)-.37 E F1 2.5(].)C 1.666(..)-.834 G(])-1.666 E .77(The gi)144
+631.2 R -.15(ve)-.25 G(n).15 E F0(names)3.27 E F1 .77(are mark)3.27 F
+.77(ed readonly; the v)-.1 F .77(alues of these)-.25 F F0(names)3.63 E
+F1 .77(may not be changed by subse-)3.54 F .445
+(quent assignment or unset.)144 643.2 R .446(If the)5.446 F F2<ad66>
+2.946 E F1 .446(option is supplied, each)2.946 F F0(name)2.946 E F1 .446
+(refers to a shell function.)2.946 F(The)5.446 E F2<ad61>144 655.2 Q F1
+.383(option restricts the v)2.883 F .383(ariables to inde)-.25 F -.15
+(xe)-.15 G 2.883(da).15 G .383(rrays; the)-2.883 F F2<ad41>2.883 E F1
+.382(option restricts the v)2.883 F .382(ariables to associa-)-.25 F(ti)
+144 667.2 Q 1.558 -.15(ve a)-.25 H 3.758(rrays. If).15 F 1.258
+(both options are supplied,)3.758 F F2<ad41>3.758 E F1(tak)3.758 E 1.258
+(es precedence.)-.1 F 1.258(If no)6.258 F F0(name)4.118 E F1(ar)3.938 E
+1.258(guments are sup-)-.18 F .412(plied, or if the)144 679.2 R F2<ad70>
+2.912 E F1 .412(option is supplied, print a list of all readonly names.)
+2.912 F .411(The other options may be)5.411 F .327
+(used to restrict the output to a subset of the set of readonly names.)
+144 691.2 R(The)5.327 E F2<ad70>2.827 E F1 .327(option displays output)
+2.827 F(in a format that may be reused as input.)144 703.2 Q
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(16)190.95 E 0 Cg EP
+%%Page: 17 17
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(set \255o)108 84 Q(set +o)108 96 Q F1 -.4(Wi)144 96 S
-.574(thout options, display the name and v).4 F .574
-(alue of each shell v)-.25 F .573
-(ariable in a format that can be reused)-.25 F .113
-(as input for setting or resetting the currently-set v)144 108 R 2.613
+/Times-Bold@0 SF -.18(re)144 84 S(adonly).18 E F1(allo)2.653 E .153
+(ws the v)-.25 F .153(alue of a v)-.25 F .153
+(ariable to be set at the same time the readonly attrib)-.25 F .152
+(ute is changed)-.2 F .687(by follo)144 96 R .687(wing the v)-.25 F .687
+(ariable name with =)-.25 F F0(value)A F1 5.688(.T)C .688
+(his sets the v)-5.688 F .688(alue of the v)-.25 F .688(ariable is to)
+-.25 F F0(value)3.188 E F1(while)3.188 E(modifying the readonly attrib)
+144 108 Q(ute.)-.2 E .303(The return status is 0 unless an in)144 124.8
+R -.25(va)-.4 G .303(lid option is encountered, one of the).25 F F0
+(names)3.162 E F1 .302(is not a v)3.072 F .302(alid shell)-.25 F -.25
+(va)144 136.8 S(riable name, or).25 E F2<ad66>2.5 E F1
+(is supplied with a)2.5 E F0(name)2.86 E F1(that is not a function.)2.68
+E F2 -.18(re)108 153.6 S(tur).18 E(n)-.15 E F1([)2.5 E F0(n)A F1(])A
+.182(Stop e)144 165.6 R -.15(xe)-.15 G .182
+(cuting a shell function or sourced \214le and return the v).15 F .182
+(alue speci\214ed by)-.25 F F0(n)3.042 E F1 .182(to its caller)2.922 F
+5.183(.I)-.55 G(f)-5.183 E F0(n)3.043 E F1 .589
+(is omitted, the return status is that of the last command e)144 177.6 R
+-.15(xe)-.15 G 3.089(cuted. If).15 F F2 -.18(re)3.089 G(tur).18 E(n)-.15
+E F1 .589(is e)3.089 F -.15(xe)-.15 G .588(cuted by a trap).15 F
+(handler)144 189.6 Q 3.469(,t)-.4 G .969
+(he last command used to determine the status is the last command e)
+-3.469 F -.15(xe)-.15 G .97(cuted before the).15 F .13(trap handler)144
+201.6 R 5.13(.I)-.55 G(f)-5.13 E F2 -.18(re)2.63 G(tur).18 E(n)-.15 E F1
+.13(is e)2.63 F -.15(xe)-.15 G .13(cuted during a).15 F F2(DEB)2.629 E
+(UG)-.1 E F1 .129(trap, the last command used to determine the)2.629 F
+(status is the last command e)144 213.6 Q -.15(xe)-.15 G
+(cuted by the trap handler before).15 E F2 -.18(re)2.5 G(tur).18 E(n)
+-.15 E F1 -.1(wa)2.5 G 2.5(si).1 G -1.9 -.4(nv o)-2.5 H -.1(ke).4 G(d.)
+.1 E(When)144 230.4 Q F2 -.18(re)3.817 G(tur).18 E(n)-.15 E F1 1.317
+(is used to terminate e)3.817 F -.15(xe)-.15 G 1.318
+(cution of a script being e).15 F -.15(xe)-.15 G 1.318(cuted by the).15
+F F2(.)3.818 E F1(\()6.318 E F2(sour)A(ce)-.18 E F1 3.818(\)c)C(om-)
+-3.818 E .808(mand, it causes the shell to stop e)144 242.4 R -.15(xe)
+-.15 G .807(cuting that script and return either).15 F F0(n)3.667 E F1
+.807(or the e)3.547 F .807(xit status of the)-.15 F .314(last command e)
+144 254.4 R -.15(xe)-.15 G .314(cuted within the script as the e).15 F
+.314(xit status of the script.)-.15 F(If)5.315 E F0(n)2.815 E F1 .315
+(is supplied, the return)2.815 F -.25(va)144 266.4 S
+(lue is its least signi\214cant 8 bits.).25 E(An)144 283.2 Q 3.176(yc)
+-.15 G .676(ommand associated with the)-3.176 F F2(RETURN)3.176 E F1
+.675(trap is e)3.175 F -.15(xe)-.15 G .675(cuted before e).15 F -.15(xe)
+-.15 G .675(cution resumes after the).15 F(function or script.)144 295.2
+Q .948(The return status is non-zero if)144 312 R F2 -.18(re)3.449 G
+(tur).18 E(n)-.15 E F1 .949(is supplied a non-numeric ar)3.449 F .949
+(gument, or is used outside a)-.18 F(function and not during e)144 324 Q
+-.15(xe)-.15 G(cution of a script by).15 E F2(.)2.5 E F1(or)3.333 E F2
+(sour)2.5 E(ce)-.18 E F1(.)A F2(set)108 340.8 Q F1([)2.5 E F2
+(\255abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2<ad6f>-2.5 E F0(option\255name)
+2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5(][)C F2<ad>-2.5 E F1 2.5(][)C F0
+(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E F2(set)108 352.8 Q F1
+([)2.5 E F2(+abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2(+o)-2.5 E F0
+(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5(][)C F2<ad>-2.5
+E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E F2
+(set \255o)108 364.8 Q(set +o)108 376.8 Q F1 -.4(Wi)144 376.8 S .574
+(thout options, display the name and v).4 F .574(alue of each shell v)
+-.25 F .573(ariable in a format that can be reused)-.25 F .113
+(as input for setting or resetting the currently-set v)144 388.8 R 2.613
 (ariables. Read-only)-.25 F -.25(va)2.613 G .113
-(riables cannot be reset.).25 F(In)5.113 E F0 1.032(posix mode)144 120 R
-F1 3.532(,o)C 1.032(nly shell v)-3.532 F 1.032(ariables are listed.)-.25
-F 1.032(The output is sorted according to the current locale.)6.032 F
-.58(When options are speci\214ed, the)144 132 R 3.081(ys)-.15 G .581
+(riables cannot be reset.).25 F(In)5.113 E .958
+(posix mode, only shell v)144 400.8 R .958(ariables are listed.)-.25 F
+.957(The output is sorted according to the current locale.)5.957 F .58
+(When options are speci\214ed, the)144 412.8 R 3.081(ys)-.15 G .581
 (et or unset shell attrib)-3.081 F 3.081(utes. An)-.2 F 3.081(ya)-.15 G
 -.18(rg)-3.081 G .581(uments remaining after op-).18 F .161
-(tion processing are treated as v)144 144 R .161
+(tion processing are treated as v)144 424.8 R .161
 (alues for the positional parameters and are assigned, in order)-.25 F
-2.66(,t)-.4 G(o)-2.66 E F2($1)2.66 E F1(,)A F2($2)144 156 Q F1 2.5(,.)C
-1.666(..)-.834 G(,)-1.666 E F2($)2.5 E F0(n)A F1 5(.O)C
+2.66(,t)-.4 G(o)-2.66 E F2($1)2.66 E F1(,)A F2($2)144 436.8 Q F1 2.5(,.)
+1.666(..)-.834 G(,)-1.666 E F2($)2.5 E F0(n)A F1 5(.O)C
 (ptions, if speci\214ed, ha)-5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 168 Q F1 1.377(Each v)184 168 R 1.377
-(ariable or function that is created or modi\214ed is gi)-.25 F -.15(ve)
--.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.378(xport attrib)-.15 F
-1.378(ute and)-.2 F(mark)184 180 Q(ed for e)-.1 E(xport to the en)-.15 E
-(vironment of subsequent commands.)-.4 E F2<ad62>144 192 Q F1 .132
-(Report the status of terminated background jobs immediately)184 192 R
-2.632(,r)-.65 G .131(ather than before the ne)-2.632 F(xt)-.15 E
-(primary prompt.)184 204 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o)-.25
-H(nly when job control is enabled.).15 E F2<ad65>144 216 Q F1 .087
-(Exit immediately if a)184 216 R F0(pipeline)2.587 E F1 .087
-(\(which may consist of a single)2.587 F F0 .088(simple command)2.588 F
-F1 .088(\), a)B F0(list)2.588 E F1 2.588(,o)C(r)-2.588 E(a)184 228 Q F0
-.86(compound command)3.36 F F1(\(see)3.36 E/F3 9/Times-Bold@0 SF .86
-(SHELL GRAMMAR)3.36 F F1(in)3.11 E F0(bash)3.36 E F1 .86(\(1\)\), e)B
-.86(xits with a non-zero sta-)-.15 F 2.852(tus. The)184 240 R .352
-(shell does not e)2.852 F .352(xit if the command that f)-.15 F .353
-(ails is part of the command list imme-)-.1 F 1.108(diately follo)184
-252 R 1.108(wing a)-.25 F F2(while)3.608 E F1(or)3.608 E F2(until)3.608
-E F1 -.1(ke)3.608 G(yw)-.05 E 1.107(ord, part of the test follo)-.1 F
-1.107(wing the)-.25 F F2(if)3.607 E F1(or)3.607 E F2(elif)3.607 E F1
-(re-)3.607 E(serv)184 264 Q .279(ed w)-.15 F .279(ords, part of an)-.1 F
-2.779(yc)-.15 G .279(ommand e)-2.779 F -.15(xe)-.15 G .279(cuted in a)
-.15 F F2(&&)2.779 E F1(or)2.779 E F2(||)2.78 E F1 .28(list e)2.78 F .28
-(xcept the command fol-)-.15 F(lo)184 276 Q .703(wing the \214nal)-.25 F
-F2(&&)3.203 E F1(or)3.203 E F2(||)3.203 E F1 3.203(,a)C 1.003 -.15(ny c)
--3.203 H .703(ommand in a pipeline b).15 F .703
-(ut the last, or if the command')-.2 F(s)-.55 E .476(return v)184 288 R
-.476(alue is being in)-.25 F -.15(ve)-.4 G .476(rted with).15 F F2(!)
-2.976 E F1 5.476(.I)C 2.976(fac)-5.476 G .476
-(ompound command other than a subshell re-)-2.976 F .418
-(turns a non-zero status because a command f)184 300 R .418(ailed while)
--.1 F F2<ad65>2.918 E F1 -.1(wa)2.918 G 2.918(sb).1 G .417
-(eing ignored, the shell)-2.918 F .472(does not e)184 312 R 2.972
-(xit. A)-.15 F .472(trap on)2.972 F F2(ERR)2.972 E F1 2.972(,i)C 2.972
-(fs)-2.972 G .472(et, is e)-2.972 F -.15(xe)-.15 G .473
-(cuted before the shell e).15 F 2.973(xits. This)-.15 F .473(option ap-)
-2.973 F 2.114(plies to the shell en)184 324 R 2.113
-(vironment and each subshell en)-.4 F 2.113(vironment separately \(see)
--.4 F F3(COM-)4.613 E .675(MAND EXECUTION ENVIR)184 336 R(ONMENT)-.27 E
-F1(in)2.925 E F0(bash)3.175 E F1 .675
-(\(1\)\), and may cause subshells to e)B .676(xit be-)-.15 F(fore e)184
-348 Q -.15(xe)-.15 G(cuting all the commands in the subshell.).15 E .999
-(If a compound command or shell function e)184 364.8 R -.15(xe)-.15 G
-.999(cutes in a conte).15 F .998(xt where)-.15 F F2<ad65>3.498 E F1 .998
-(is being ig-)3.498 F .089(nored, none of the commands e)184 376.8 R
--.15(xe)-.15 G .089(cuted within the compound command or function body)
-.15 F .503(will be af)184 388.8 R .503(fected by the)-.25 F F2<ad65>
-3.002 E F1 .502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)
--3.002 E F2<ad65>3.002 E F1 .502(is set and a command returns a f)3.002
-F .502(ailure sta-)-.1 F 4.183(tus. If)184 400.8 R 4.183(ac)4.183 G
-1.683(ompound command or shell function sets)-4.183 F F2<ad65>4.184 E F1
+(wing meanings:)-.25 E F2<ad61>144 448.8 Q F1 1.377(Each v)184 448.8 R
+1.377(ariable or function that is created or modi\214ed is gi)-.25 F
+-.15(ve)-.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.378(xport attrib)
+-.15 F 1.378(ute and)-.2 F(mark)184 460.8 Q(ed for e)-.1 E
+(xport to the en)-.15 E(vironment of subsequent commands.)-.4 E F2<ad62>
+144 472.8 Q F1 .132
+(Report the status of terminated background jobs immediately)184 472.8 R
+2.632(,r)-.65 G .131(ather than before the ne)-2.632 F(xt)-.15 E .48
+(primary prompt or after a fore)184 484.8 R .48
+(ground command terminates.)-.15 F .48(This is ef)5.48 F(fecti)-.25 E
+.78 -.15(ve o)-.25 H .48(nly when).15 F(job control is enabled.)184
+496.8 Q F2<ad65>144 508.8 Q F1 .088(Exit immediately if a)184 508.8 R F0
+(pipeline)2.588 E F1 .087(\(which may consist of a single)2.588 F F0
+.087(simple command)2.587 F F1 .087(\), a)B F0(list)2.587 E F1 2.587(,o)
+C(r)-2.587 E(a)184 520.8 Q F0 .86(compound command)3.359 F F1(\(see)3.36
+E/F3 9/Times-Bold@0 SF .86(SHELL GRAMMAR)3.36 F F1(in)3.11 E F0(bash)
+3.36 E F1 .86(\(1\)\), e)B .86(xits with a non-zero sta-)-.15 F 2.853
+(tus. The)184 532.8 R .353(shell does not e)2.853 F .352
+(xit if the command that f)-.15 F .352
+(ails is part of the command list imme-)-.1 F 1.107(diately follo)184
+544.8 R 1.107(wing a)-.25 F F2(while)3.607 E F1(or)3.607 E F2(until)
+3.607 E F1 -.1(ke)3.607 G(yw)-.05 E 1.108(ord, part of the test follo)
+-.1 F 1.108(wing the)-.25 F F2(if)3.608 E F1(or)3.608 E F2(elif)3.608 E
+F1(re-)3.608 E(serv)184 556.8 Q .28(ed w)-.15 F .28(ords, part of an)-.1
+F 2.78(yc)-.15 G .28(ommand e)-2.78 F -.15(xe)-.15 G .279(cuted in a).15
+F F2(&&)2.779 E F1(or)2.779 E F2(||)2.779 E F1 .279(list e)2.779 F .279
+(xcept the command fol-)-.15 F(lo)184 568.8 Q .355(wing the \214nal)-.25
+F F2(&&)2.855 E F1(or)2.855 E F2(||)2.855 E F1 2.855(,a)C .655 -.15
+(ny c)-2.855 H .356(ommand in a pipeline b).15 F .356
+(ut the last \(subject to the state of)-.2 F(the)184 580.8 Q F2
+(pipefail)2.806 E F1 .306(shell option\), or if the command')2.806 F
+2.806(sr)-.55 G .306(eturn v)-2.806 F .305(alue is being in)-.25 F -.15
+(ve)-.4 G .305(rted with).15 F F2(!)2.805 E F1 5.305(.I)C 2.805(fa)
+-5.305 G .274(compound command other than a subshell returns a non-zero\
+ status because a command)184 592.8 R -.1(fa)184 604.8 S .195
+(iled while).1 F F2<ad65>2.695 E F1 -.1(wa)2.695 G 2.695(sb).1 G .195
+(eing ignored, the shell does not e)-2.695 F 2.694(xit. A)-.15 F .194
+(trap on)2.694 F F2(ERR)2.694 E F1 2.694(,i)C 2.694(fs)-2.694 G .194
+(et, is e)-2.694 F -.15(xe)-.15 G(-).15 E .59(cuted before the shell e)
+184 616.8 R 3.09(xits. This)-.15 F .59(option applies to the shell en)
+3.09 F .59(vironment and each sub-)-.4 F 4.582(shell en)184 628.8 R
+4.582(vironment separately \(see)-.4 F F3 4.582(COMMAND EXECUTION ENVIR)
+7.082 F(ONMENT)-.27 E F1(in)6.831 E F0(bash)184 640.8 Q F1 .325
+(\(1\)\), and may cause subshells to e)B .326(xit before e)-.15 F -.15
+(xe)-.15 G .326(cuting all the commands in the sub-).15 F(shell.)184
+652.8 Q .999(If a compound command or shell function e)184 669.6 R -.15
+(xe)-.15 G .999(cutes in a conte).15 F .998(xt where)-.15 F F2<ad65>
+3.498 E F1 .998(is being ig-)3.498 F .089(nored, none of the commands e)
+184 681.6 R -.15(xe)-.15 G .089
+(cuted within the compound command or function body).15 F .503
+(will be af)184 693.6 R .503(fected by the)-.25 F F2<ad65>3.002 E F1
+.502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)-3.002 E F2
+<ad65>3.002 E F1 .502(is set and a command returns a f)3.002 F .502
+(ailure sta-)-.1 F 4.183(tus. If)184 705.6 R 4.183(ac)4.183 G 1.683
+(ompound command or shell function sets)-4.183 F F2<ad65>4.184 E F1
 1.684(while e)4.184 F -.15(xe)-.15 G 1.684(cuting in a conte).15 F(xt)
--.15 E(where)184 412.8 Q F2<ad65>3.154 E F1 .654
+-.15 E(where)184 717.6 Q F2<ad65>3.154 E F1 .654
 (is ignored, that setting will not ha)3.154 F .953 -.15(ve a)-.2 H .953
 -.15(ny e).15 H -.25(ff).15 G .653(ect until the compound command).25 F
-(or the command containing the function call completes.)184 424.8 Q F2
-<ad66>144 436.8 Q F1(Disable pathname e)184 436.8 Q(xpansion.)-.15 E F2
-<ad68>144 448.8 Q F1 .988(Remember the location of commands as the)184
-448.8 R 3.488(ya)-.15 G .988(re look)-3.488 F .988(ed up for e)-.1 F
--.15(xe)-.15 G 3.488(cution. This).15 F .988(is en-)3.488 F
-(abled by def)184 460.8 Q(ault.)-.1 E F2<ad6b>144 472.8 Q F1 .514
-(All ar)184 472.8 R .514
+(or the command containing the function call completes.)184 729.6 Q
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(17)190.95 E 0 Cg EP
+%%Page: 18 18
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF<ad66>144 84 Q F1(Disable pathname e)184 84 Q(xpansion.)
+-.15 E F2<ad68>144 96 Q F1 .988
+(Remember the location of commands as the)184 96 R 3.488(ya)-.15 G .988
+(re look)-3.488 F .988(ed up for e)-.1 F -.15(xe)-.15 G 3.488
+(cution. This).15 F .988(is en-)3.488 F(abled by def)184 108 Q(ault.)-.1
+E F2<ad6b>144 120 Q F1 .514(All ar)184 120 R .514
 (guments in the form of assignment statements are placed in the en)-.18
 F .513(vironment for a)-.4 F
-(command, not just those that precede the command name.)184 484.8 Q F2
-<ad6d>144 496.8 Q F1 .148(Monitor mode.)184 496.8 R .148
+(command, not just those that precede the command name.)184 132 Q F2
+<ad6d>144 144 Q F1 .148(Monitor mode.)184 144 R .148
 (Job control is enabled.)5.148 F .149(This option is on by def)5.148 F
 .149(ault for interacti)-.1 F .449 -.15(ve s)-.25 H(hells).15 E .235
-(on systems that support it \(see)184 508.8 R F3 .235(JOB CONTR)2.735 F
-(OL)-.27 E F1(in)2.485 E F0(bash)2.735 E F1 2.735(\(1\)\). All)B .234
-(processes run in a sepa-)2.735 F .252(rate process group.)184 520.8 R
-.252
+(on systems that support it \(see)184 156 R/F3 9/Times-Bold@0 SF .235
+(JOB CONTR)2.735 F(OL)-.27 E F1(in)2.485 E F0(bash)2.735 E F1 2.735
+(\(1\)\). All)B .234(processes run in a sepa-)2.735 F .252
+(rate process group.)184 168 R .252
 (When a background job completes, the shell prints a line containing)
-5.252 F(its e)184 532.8 Q(xit status.)-.15 E F2<ad6e>144 544.8 Q F1 .653
-(Read commands b)184 544.8 R .653(ut do not e)-.2 F -.15(xe)-.15 G .653
+5.252 F(its e)184 180 Q(xit status.)-.15 E F2<ad6e>144 192 Q F1 .653
+(Read commands b)184 192 R .653(ut do not e)-.2 F -.15(xe)-.15 G .653
 (cute them.).15 F .652(This may be used to check a shell script for)
-5.653 F(syntax errors.)184 556.8 Q(This is ignored by interacti)5 E .3
--.15(ve s)-.25 H(hells.).15 E F2<ad6f>144 568.8 Q F0(option\255name)2.5
-E F1(The)184 580.8 Q F0(option\255name)2.5 E F1(can be one of the follo)
-2.5 E(wing:)-.25 E F2(allexport)184 592.8 Q F1(Same as)224 604.8 Q F2
-<ad61>2.5 E F1(.)A F2(braceexpand)184 616.8 Q F1(Same as)224 628.8 Q F2
-<ad42>2.5 E F1(.)A F2(emacs)184 640.8 Q F1 .089
-(Use an emacs-style command line editing interf)224 640.8 R 2.589
+5.653 F(syntax errors.)184 204 Q(This is ignored by interacti)5 E .3
+-.15(ve s)-.25 H(hells.).15 E F2<ad6f>144 216 Q F0(option\255name)2.5 E
+F1(The)184 228 Q F0(option\255name)2.5 E F1(can be one of the follo)2.5
+E(wing:)-.25 E F2(allexport)184 240 Q F1(Same as)224 252 Q F2<ad61>2.5 E
+F1(.)A F2(braceexpand)184 264 Q F1(Same as)224 276 Q F2<ad42>2.5 E F1(.)
+A F2(emacs)184 288 Q F1 .089
+(Use an emacs-style command line editing interf)224 288 R 2.589
 (ace. This)-.1 F .089(is enabled by def)2.589 F(ault)-.1 E .95
-(when the shell is interacti)224 652.8 R -.15(ve)-.25 G 3.45(,u).15 G
-.95(nless the shell is started with the)-3.45 F F2(\255\255noediting)
-3.45 E F1 2.5(option. This)224 664.8 R(also af)2.5 E
-(fects the editing interf)-.25 E(ace used for)-.1 E F2 -.18(re)2.5 G
-(ad \255e).18 E F1(.)A F2(err)184 676.8 Q(exit)-.18 E F1(Same as)224
-676.8 Q F2<ad65>2.5 E F1(.)A F2(errtrace)184 688.8 Q F1(Same as)224
-688.8 Q F2<ad45>2.5 E F1(.)A F2(functrace)184 700.8 Q F1(Same as)224
-712.8 Q F2<ad54>2.5 E F1(.)A(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(16)190.95 E 0 Cg EP
-%%Page: 17 17
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(hashall)184 84 Q F1(Same as)224 84 Q F2<ad68>2.5 E F1
-(.)A F2(histexpand)184 96 Q F1(Same as)224 108 Q F2<ad48>2.5 E F1(.)A F2
-(history)184 120 Q F1 1.001(Enable command history)224 120 R 3.502(,a)
+(when the shell is interacti)224 300 R -.15(ve)-.25 G 3.45(,u).15 G .95
+(nless the shell is started with the)-3.45 F F2(\255\255noediting)3.45 E
+F1 2.5(option. This)224 312 R(also af)2.5 E(fects the editing interf)
+-.25 E(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F1(.)A F2(err)
+184 324 Q(exit)-.18 E F1(Same as)224 324 Q F2<ad65>2.5 E F1(.)A F2
+(errtrace)184 336 Q F1(Same as)224 336 Q F2<ad45>2.5 E F1(.)A F2
+(functrace)184 348 Q F1(Same as)224 360 Q F2<ad54>2.5 E F1(.)A F2
+(hashall)184 372 Q F1(Same as)224 372 Q F2<ad68>2.5 E F1(.)A F2
+(histexpand)184 384 Q F1(Same as)224 396 Q F2<ad48>2.5 E F1(.)A F2
+(history)184 408 Q F1 1.001(Enable command history)224 408 R 3.502(,a)
 -.65 G 3.502(sd)-3.502 G 1.002(escribed in)-3.502 F F0(bash)3.502 E F1
-1.002(\(1\) under)B/F3 9/Times-Bold@0 SF(HIST)3.502 E(OR)-.162 E(Y)-.315
-E/F4 9/Times-Roman@0 SF(.)A F1 1.002(This op-)5.502 F(tion is on by def)
-224 132 Q(ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F2
-(ignor)184 144 Q(eeof)-.18 E F1 .601(The ef)224 156 R .601
+1.002(\(1\) under)B F3(HIST)3.502 E(OR)-.162 E(Y)-.315 E/F4 9
+/Times-Roman@0 SF(.)A F1 1.002(This op-)5.502 F(tion is on by def)224
+420 Q(ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F2(ignor)
+184 432 Q(eeof)-.18 E F1 .601(The ef)224 444 R .601
 (fect is as if the shell command had been e)-.25 F -.15(xe)-.15 G .6
-(cuted \(see).15 F F2 .6(Shell V)3.1 F(ariables)-.92 E F1(in)224 168 Q
-F0(bash)2.5 E F1(\(1\)\).)A F2 -.1(ke)184 180 S(yw).1 E(ord)-.1 E F1
-(Same as)224 192 Q F2<ad6b>2.5 E F1(.)A F2(monitor)184 204 Q F1(Same as)
-224 204 Q F2<ad6d>2.5 E F1(.)A F2(noclob)184 216 Q(ber)-.1 E F1(Same as)
-224 228 Q F2<ad43>2.5 E F1(.)A F2(noexec)184 240 Q F1(Same as)224 240 Q
-F2<ad6e>2.5 E F1(.)A F2(noglob)184 252 Q F1(Same as)224 252 Q F2<ad66>
-2.5 E F1(.)A F2(nolog)184 264 Q F1(Currently ignored.)224 264 Q F2
-(notify)184 276 Q F1(Same as)224 276 Q F2<ad62>2.5 E F1(.)A F2(nounset)
-184 288 Q F1(Same as)224 288 Q F2<ad75>2.5 E F1(.)A F2(onecmd)184 300 Q
-F1(Same as)224 300 Q F2<ad74>2.5 E F1(.)A F2(ph)184 312 Q(ysical)-.15 E
-F1(Same as)224 312 Q F2<ad50>2.5 E F1(.)A F2(pipefail)184 324 Q F1 1.029
-(If set, the return v)224 324 R 1.029(alue of a pipeline is the v)-.25 F
-1.03(alue of the last \(rightmost\) com-)-.25 F 1.137(mand to e)224 336
+(cuted \(see).15 F F2 .6(Shell V)3.1 F(ariables)-.92 E F1(in)224 456 Q
+F0(bash)2.5 E F1(\(1\)\).)A F2 -.1(ke)184 468 S(yw).1 E(ord)-.1 E F1
+(Same as)224 480 Q F2<ad6b>2.5 E F1(.)A F2(monitor)184 492 Q F1(Same as)
+224 492 Q F2<ad6d>2.5 E F1(.)A F2(noclob)184 504 Q(ber)-.1 E F1(Same as)
+224 516 Q F2<ad43>2.5 E F1(.)A F2(noexec)184 528 Q F1(Same as)224 528 Q
+F2<ad6e>2.5 E F1(.)A F2(noglob)184 540 Q F1(Same as)224 540 Q F2<ad66>
+2.5 E F1(.)A F2(nolog)184 552 Q F1(Currently ignored.)224 552 Q F2
+(notify)184 564 Q F1(Same as)224 564 Q F2<ad62>2.5 E F1(.)A F2(nounset)
+184 576 Q F1(Same as)224 576 Q F2<ad75>2.5 E F1(.)A F2(onecmd)184 588 Q
+F1(Same as)224 588 Q F2<ad74>2.5 E F1(.)A F2(ph)184 600 Q(ysical)-.15 E
+F1(Same as)224 600 Q F2<ad50>2.5 E F1(.)A F2(pipefail)184 612 Q F1 1.029
+(If set, the return v)224 612 R 1.029(alue of a pipeline is the v)-.25 F
+1.03(alue of the last \(rightmost\) com-)-.25 F 1.137(mand to e)224 624
 R 1.136
 (xit with a non-zero status, or zero if all commands in the pipeline)
--.15 F -.15(ex)224 348 S(it successfully).15 E 5(.T)-.65 G
-(his option is disabled by def)-5 E(ault.)-.1 E F2(posix)184 360 Q F1
-2.09(Change the beha)224 360 R 2.091(vior of)-.2 F F2(bash)4.591 E F1
+-.15 F -.15(ex)224 636 S(it successfully).15 E 5(.T)-.65 G
+(his option is disabled by def)-5 E(ault.)-.1 E F2(posix)184 648 Q F1
+2.09(Change the beha)224 648 R 2.091(vior of)-.2 F F2(bash)4.591 E F1
 2.091(where the def)4.591 F 2.091(ault operation dif)-.1 F 2.091
 (fers from the)-.25 F 2.704(POSIX standard to match the standard \()224
-372 R F0 2.704(posix mode)B F1 5.204(\). See)B F3 2.704(SEE ALSO)5.204 F
-F1(in)4.953 E F0(bash)224 384 Q F1 1.844
+660 R F0 2.704(posix mode)B F1 5.204(\). See)B F3 2.704(SEE ALSO)5.204 F
+F1(in)4.953 E F0(bash)224 672 Q F1 1.844
 (\(1\) for a reference to a document that details ho)B 4.344(wp)-.25 G
-1.845(osix mode af)-4.344 F(fects)-.25 E(bash')224 396 Q 2.5(sb)-.55 G
-(eha)-2.5 E(vior)-.2 E(.)-.55 E F2(pri)184 408 Q(vileged)-.1 E F1
-(Same as)224 420 Q F2<ad70>2.5 E F1(.)A F2 -.1(ve)184 432 S(rbose).1 E
-F1(Same as)224 432 Q F2<ad76>2.5 E F1(.)A F2(vi)184 444 Q F1 .209
-(Use a vi-style command line editing interf)224 444 R 2.709(ace. This)
--.1 F .209(also af)2.709 F .209(fects the editing in-)-.25 F(terf)224
-456 Q(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F1(.)A F2
-(xtrace)184 468 Q F1(Same as)224 468 Q F2<ad78>2.5 E F1(.)A(If)184 480 Q
-F2<ad6f>2.765 E F1 .265(is supplied with no)2.765 F F0(option\255name)
-2.765 E F1(,)A F2(set)2.765 E F1 .266
-(prints the current shell option settings.)2.765 F(If)5.266 E F2(+o)
-2.766 E F1 .079(is supplied with no)184 492 R F0(option\255name)2.579 E
-F1(,)A F2(set)2.579 E F1 .079(prints a series of)2.579 F F2(set)2.579 E
-F1 .078(commands to recreate the cur)2.578 F(-)-.2 E
-(rent option settings on the standard output.)184 504 Q F2<ad70>144 516
-Q F1 -.45(Tu)184 516 S 2.628(rn on).45 F F0(privile)6.378 E -.1(ge)-.4 G
-(d).1 E F1 5.128(mode. In)5.898 F 2.628(this mode, the)5.128 F F3($ENV)
-5.128 E F1(and)4.878 E F3($B)5.128 E(ASH_ENV)-.27 E F1 2.628
-(\214les are not)4.878 F .289
-(processed, shell functions are not inherited from the en)184 528 R .289
-(vironment, and the)-.4 F F3(SHELLOPTS)2.788 E F4(,)A F3 -.27(BA)184 540
-S(SHOPTS).27 E F4(,)A F3(CDP)2.774 E -.855(AT)-.666 G(H).855 E F4(,)A F1
-(and)2.774 E F3(GLOBIGNORE)3.024 E F1 -.25(va)2.774 G .524
-(riables, if the).25 F 3.025(ya)-.15 G .525(ppear in the en)-3.025 F
-(vironment,)-.4 E .38(are ignored.)184 552 R .38
-(If the shell is started with the ef)5.38 F(fecti)-.25 E .679 -.15(ve u)
--.25 H .379(ser \(group\) id not equal to the real).15 F .461
-(user \(group\) id, and the)184 564 R F2<ad70>2.961 E F1 .461
-(option is not supplied, these actions are tak)2.961 F .462
-(en and the ef)-.1 F(fec-)-.25 E(ti)184 576 Q .695 -.15(ve u)-.25 H .395
-(ser id is set to the real user id.).15 F .395(If the)5.395 F F2<ad70>
-2.895 E F1 .394(option is supplied at startup, the ef)2.895 F(fecti)-.25
-E -.15(ve)-.25 G .386(user id is not reset.)184 588 R -.45(Tu)5.386 G
-.386(rning this option of).45 F 2.886(fc)-.25 G .387(auses the ef)-2.886
-F(fecti)-.25 E .687 -.15(ve u)-.25 H .387(ser and group ids to be).15 F
-(set to the real user and group ids.)184 600 Q F2<ad72>144 612 Q F1
-(Enable restricted shell mode.)184 612 Q
-(This option cannot be unset once it has been set.)5 E F2<ad74>144 624 Q
-F1(Exit after reading and e)184 624 Q -.15(xe)-.15 G
-(cuting one command.).15 E F2<ad75>144 636 Q F1 -.35(Tr)184 636 S .301
+1.845(osix mode af)-4.344 F(fects)-.25 E(bash')224 684 Q 2.5(sb)-.55 G
+(eha)-2.5 E(vior)-.2 E(.)-.55 E F2(pri)184 696 Q(vileged)-.1 E F1
+(Same as)224 708 Q F2<ad70>2.5 E F1(.)A(GNU Bash 5.2)72 768 Q
+(2023 January 27)141.79 E(18)190.95 E 0 Cg EP
+%%Page: 19 19
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF -.1(ve)184 84 S(rbose).1 E F1(Same as)224 84 Q F2<ad76>
+2.5 E F1(.)A F2(vi)184 96 Q F1 .209
+(Use a vi-style command line editing interf)224 96 R 2.709(ace. This)-.1
+F .209(also af)2.709 F .209(fects the editing in-)-.25 F(terf)224 108 Q
+(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F1(.)A F2(xtrace)184
+120 Q F1(Same as)224 120 Q F2<ad78>2.5 E F1(.)A(If)184 132 Q F2<ad6f>
+2.765 E F1 .265(is supplied with no)2.765 F F0(option\255name)2.765 E F1
+(,)A F2(set)2.765 E F1 .266(prints the current shell option settings.)
+2.765 F(If)5.266 E F2(+o)2.766 E F1 .079(is supplied with no)184 144 R
+F0(option\255name)2.579 E F1(,)A F2(set)2.579 E F1 .079
+(prints a series of)2.579 F F2(set)2.579 E F1 .078
+(commands to recreate the cur)2.578 F(-)-.2 E
+(rent option settings on the standard output.)184 156 Q F2<ad70>144 168
+Q F1 -.45(Tu)184 168 S 3.277(rn on).45 F F0(privile)7.027 E -.1(ge)-.4 G
+(d).1 E F1 5.777(mode. In)6.547 F 3.277
+(this mode, the shell does not read the)5.777 F/F3 9/Times-Bold@0 SF
+($ENV)5.778 E F1(and)5.528 E F3($B)184 180 Q(ASH_ENV)-.27 E F1 .018
+(\214les, shell functions are not inherited from the en)2.268 F .018
+(vironment, and the)-.4 F F3(SHEL-)2.517 E(LOPTS)184 192 Q/F4 9
+/Times-Roman@0 SF(,)A F3 -.27(BA)2.589 G(SHOPTS).27 E F4(,)A F3(CDP)
+2.589 E -.855(AT)-.666 G(H).855 E F4(,)A F1(and)2.589 E F3(GLOBIGNORE)
+2.839 E F1 -.25(va)2.589 G .339(riables, if the).25 F 2.84(ya)-.15 G .34
+(ppear in the en)-2.84 F(vi-)-.4 E .021(ronment, are ignored.)184 204 R
+.021(If the shell is started with the ef)5.021 F(fecti)-.25 E .32 -.15
+(ve u)-.25 H .02(ser \(group\) id not equal to).15 F .043
+(the real user \(group\) id, and the)184 216 R F2<ad70>2.543 E F1 .043
+(option is not supplied, these actions are tak)2.543 F .043(en and the)
+-.1 F(ef)184 228 Q(fecti)-.25 E .879 -.15(ve u)-.25 H .579
+(ser id is set to the real user id.).15 F .579(If the)5.579 F F2<ad70>
+3.079 E F1 .579(option is supplied at startup, the ef-)3.079 F(fecti)184
+240 Q 1.21 -.15(ve u)-.25 H .91(ser id is not reset.).15 F -.45(Tu)5.91
+G .91(rning this option of).45 F 3.41(fc)-.25 G .91(auses the ef)-3.41 F
+(fecti)-.25 E 1.21 -.15(ve u)-.25 H .91(ser and group).15 F
+(ids to be set to the real user and group ids.)184 252 Q F2<ad72>144 264
+Q F1(Enable restricted shell mode.)184 264 Q
+(This option cannot be unset once it has been set.)5 E F2<ad74>144 276 Q
+F1(Exit after reading and e)184 276 Q -.15(xe)-.15 G
+(cuting one command.).15 E F2<ad75>144 288 Q F1 -.35(Tr)184 288 S .301
 (eat unset v).35 F .301(ariables and parameters other than the special \
 parameters and or array v)-.25 F(ari-)-.25 E .903
 (ables subscripted with or as an error when performing parameter e)184
-648 R 3.404(xpansion. If)-.15 F -.15(ex)3.404 G(pan-).15 E 1.155
-(sion is attempted on an unset v)184 660 R 1.154(ariable or parameter)
+300 R 3.404(xpansion. If)-.15 F -.15(ex)3.404 G(pan-).15 E 1.155
+(sion is attempted on an unset v)184 312 R 1.154(ariable or parameter)
 -.25 F 3.654(,t)-.4 G 1.154(he shell prints an error message,)-3.654 F
-(and, if not interacti)184 672 Q -.15(ve)-.25 G 2.5(,e).15 G
-(xits with a non-zero status.)-2.65 E F2<ad76>144 684 Q F1
-(Print shell input lines as the)184 684 Q 2.5(ya)-.15 G(re read.)-2.5 E
-F2<ad78>144 696 Q F1 .315(After e)184 696 R .315(xpanding each)-.15 F F0
+(and, if not interacti)184 324 Q -.15(ve)-.25 G 2.5(,e).15 G
+(xits with a non-zero status.)-2.65 E F2<ad76>144 336 Q F1
+(Print shell input lines as the)184 336 Q 2.5(ya)-.15 G(re read.)-2.5 E
+F2<ad78>144 348 Q F1 .315(After e)184 348 R .315(xpanding each)-.15 F F0
 .315(simple command)2.815 F F1(,)A F2 -.25(fo)2.815 G(r).25 E F1
 (command,)2.815 E F2(case)2.815 E F1(command,)2.815 E F2(select)2.815 E
-F1(command,)2.815 E 1.236(or arithmetic)184 708 R F2 -.25(fo)3.736 G(r)
+F1(command,)2.815 E 1.236(or arithmetic)184 360 R F2 -.25(fo)3.736 G(r)
 .25 E F1 1.236(command, display the e)3.736 F 1.236(xpanded v)-.15 F
 1.236(alue of)-.25 F F3(PS4)3.736 E F4(,)A F1(follo)3.486 E 1.236
-(wed by the com-)-.25 F(mand and its e)184 720 Q(xpanded ar)-.15 E
-(guments or associated w)-.18 E(ord list, to standard error)-.1 E(.)-.55
-E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(17)190.95 E 0 Cg EP
-%%Page: 18 18
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad42>144 84 Q F1 1.053(The shell performs brace e)184
-84 R 1.053(xpansion \(see)-.15 F F2 1.053(Brace Expansion)3.553 F F1(in)
-3.553 E F0(bash)3.553 E F1 3.553(\(1\)\). This)B 1.053(is on by)3.553 F
-(def)184 96 Q(ault.)-.1 E F2<ad43>144 108 Q F1 .214(If set,)184 108 R F2
+(wed by the com-)-.25 F(mand and its e)184 372 Q(xpanded ar)-.15 E
+(guments or associated w)-.18 E(ord list, to the standard error)-.1 E(.)
+-.55 E F2<ad42>144 384 Q F1 1.053(The shell performs brace e)184 384 R
+1.053(xpansion \(see)-.15 F F2 1.053(Brace Expansion)3.553 F F1(in)3.553
+E F0(bash)3.553 E F1 3.553(\(1\)\). This)B 1.053(is on by)3.553 F(def)
+184 396 Q(ault.)-.1 E F2<ad43>144 408 Q F1 .214(If set,)184 408 R F2
 (bash)2.714 E F1 .214(does not o)2.714 F -.15(ve)-.15 G .214
 (rwrite an e).15 F .214(xisting \214le with the)-.15 F F2(>)2.714 E F1
 (,)A F2(>&)2.714 E F1 2.713(,a)C(nd)-2.713 E F2(<>)2.713 E F1 .213
-(redirection opera-)2.713 F 3.053(tors. This)184 120 R .553(may be o)
-3.053 F -.15(ve)-.15 G .553
-(rridden when creating output \214les by using the redirection opera-)
-.15 F(tor)184 132 Q F2(>|)2.5 E F1(instead of)2.5 E F2(>)2.5 E F1(.)A F2
-<ad45>144 144 Q F1 .104(If set, an)184 144 R 2.604(yt)-.15 G .104
+(redirection opera-)2.713 F 3.148(tors. Using)184 420 R .648
+(the redirection operator)3.148 F F2(>|)3.148 E F1 .648(instead of)3.148
+F F2(>)3.148 E F1 .648(will o)3.148 F -.15(ve)-.15 G .648
+(rride this and force the cre-).15 F(ation of an output \214le.)184 432
+Q F2<ad45>144 444 Q F1 .104(If set, an)184 444 R 2.604(yt)-.15 G .104
 (rap on)-2.604 F F2(ERR)2.604 E F1 .103
 (is inherited by shell functions, command substitutions, and com-)2.604
-F .838(mands e)184 156 R -.15(xe)-.15 G .838(cuted in a subshell en).15
+F .838(mands e)184 456 R -.15(xe)-.15 G .838(cuted in a subshell en).15
 F 3.338(vironment. The)-.4 F F2(ERR)3.338 E F1 .839
-(trap is normally not inherited in)3.339 F(such cases.)184 168 Q F2
-<ad48>144 180 Q F1(Enable)184 180 Q F2(!)3.032 E F1 .532
+(trap is normally not inherited in)3.339 F(such cases.)184 468 Q F2
+<ad48>144 480 Q F1(Enable)184 480 Q F2(!)3.032 E F1 .532
 (style history substitution.)5.532 F .531(This option is on by def)5.532
-F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 192 Q -.15
-(ve)-.25 G(.).15 E F2<ad50>144 204 Q F1 .959
-(If set, the shell does not resolv)184 204 R 3.459(es)-.15 G .959
+F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 492 Q -.15
+(ve)-.25 G(.).15 E F2<ad50>144 504 Q F1 .959
+(If set, the shell does not resolv)184 504 R 3.459(es)-.15 G .959
 (ymbolic links when e)-3.459 F -.15(xe)-.15 G .96
 (cuting commands such as).15 F F2(cd)3.46 E F1 1.453
-(that change the current w)184 216 R 1.453(orking directory)-.1 F 6.453
+(that change the current w)184 516 R 1.453(orking directory)-.1 F 6.453
 (.I)-.65 G 3.952(tu)-6.453 G 1.452(ses the ph)-3.952 F 1.452
-(ysical directory structure in-)-.05 F 3.334(stead. By)184 228 R(def)
+(ysical directory structure in-)-.05 F 3.334(stead. By)184 528 R(def)
 3.334 E(ault,)-.1 E F2(bash)3.334 E F1(follo)3.334 E .834
 (ws the logical chain of directories when performing com-)-.25 F
-(mands which change the current directory)184 240 Q(.)-.65 E F2<ad54>144
-252 Q F1 .89(If set, an)184 252 R 3.39(yt)-.15 G .89(raps on)-3.39 F F2
+(mands which change the current directory)184 540 Q(.)-.65 E F2<ad54>144
+552 Q F1 .89(If set, an)184 552 R 3.39(yt)-.15 G .89(raps on)-3.39 F F2
 (DEB)3.39 E(UG)-.1 E F1(and)3.39 E F2(RETURN)3.39 E F1 .89
 (are inherited by shell functions, command)3.39 F 1.932
-(substitutions, and commands e)184 264 R -.15(xe)-.15 G 1.932
+(substitutions, and commands e)184 564 R -.15(xe)-.15 G 1.932
 (cuted in a subshell en).15 F 4.432(vironment. The)-.4 F F2(DEB)4.432 E
-(UG)-.1 E F1(and)4.432 E F2(RETURN)184 276 Q F1
-(traps are normally not inherited in such cases.)2.5 E F2<adad>144 288 Q
-F1 .401(If no ar)184 288 R .401(guments follo)-.18 F 2.901(wt)-.25 G
-.401(his option, then the positional parameters are unset.)-2.901 F
-(Otherwise,)5.4 E(the positional parameters are set to the)184 300 Q F0
+(UG)-.1 E F1(and)4.432 E F2(RETURN)184 576 Q F1
+(traps are normally not inherited in such cases.)2.5 E F2<adad>144 588 Q
+F1 .91(If no ar)184 588 R .909(guments follo)-.18 F 3.409(wt)-.25 G .909
+(his option, unset the positional parameters.)-3.409 F .909
+(Otherwise, set the)5.909 F(positional parameters to the)184 600 Q F0
 (ar)2.5 E(g)-.37 E F1(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G
 (ome of them be)-2.5 E(gin with a)-.15 E F2<ad>2.5 E F1(.)A F2<ad>144
-312 Q F1 .278(Signal the end of options, cause all remaining)184 312 R
-F0(ar)2.779 E(g)-.37 E F1 2.779(st)C 2.779(ob)-2.779 G 2.779(ea)-2.779 G
-.279(ssigned to the positional para-)-2.779 F 3.022(meters. The)184 324
-R F2<ad78>3.022 E F1(and)3.022 E F2<ad76>3.022 E F1 .522
-(options are turned of)3.022 F 3.022(f. If)-.25 F .522(there are no)
-3.022 F F0(ar)3.022 E(g)-.37 E F1 .521(s, the positional para-)B
-(meters remain unchanged.)184 336 Q .425(The options are of)144 352.8 R
-2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)-2.925 E .425
-(ault unless otherwise noted.)-.1 F .425
+612 Q F1 1.367(Signal the end of options, and assign all remaining)184
+612 R F0(ar)3.868 E(g)-.37 E F1 3.868(st)C 3.868(ot)-3.868 G 1.368
+(he positional parameters.)-3.868 F(The)184 624 Q F2<ad78>2.849 E F1
+(and)2.849 E F2<ad76>2.849 E F1 .349(options are turned of)2.849 F 2.849
+(f. If)-.25 F .349(there are no)2.849 F F0(ar)2.849 E(g)-.37 E F1 .348
+(s, the positional parameters re-)B(main unchanged.)184 636 Q .425
+(The options are of)144 652.8 R 2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)
+-2.925 E .425(ault unless otherwise noted.)-.1 F .425
 (Using + rather than \255 causes these options)5.425 F .178
-(to be turned of)144 364.8 R 2.678(f. The)-.25 F .178
+(to be turned of)144 664.8 R 2.678(f. The)-.25 F .178
 (options can also be speci\214ed as ar)2.678 F .178(guments to an in)
--.18 F -.2(vo)-.4 G .177(cation of the shell.).2 F(The)5.177 E .066
-(current set of options may be found in)144 376.8 R F2<24ad>2.566 E F1
-5.066(.T)C .066(he return status is al)-5.066 F -.1(wa)-.1 G .066
-(ys true unless an in).1 F -.25(va)-.4 G .067(lid option).25 F
-(is encountered.)144 388.8 Q F2(shift)108 405.6 Q F1([)2.5 E F0(n)A F1
-(])A 1.67(The positional parameters from)144 417.6 R F0(n)4.17 E F1 1.67
-(+1 .)B -1.662 1.666(.. a)1.666 H 1.67(re renamed to)-1.666 F F2 1.67
-($1 .)4.17 F 1.666(..)1.666 G(.)-1.666 E F1 -.15(Pa)6.669 G 1.669
-(rameters represented by the).15 F(numbers)144 429.6 Q F2($#)2.701 E F1
-(do)2.701 E .201(wn to)-.25 F F2($#)2.701 E F1<ad>A F0(n)A F1 .201
-(+1 are unset.)B F0(n)5.562 E F1 .202(must be a non-ne)2.942 F -.05(ga)
--.15 G(ti).05 E .502 -.15(ve n)-.25 H .202(umber less than or equal to)
-.15 F F2($#)2.702 E F1(.)A(If)144 441.6 Q F0(n)3.462 E F1 .602
-(is 0, no parameters are changed.)3.342 F(If)5.602 E F0(n)3.462 E F1
-.602(is not gi)3.342 F -.15(ve)-.25 G .602(n, it is assumed to be 1.).15
-F(If)5.601 E F0(n)3.461 E F1 .601(is greater than)3.341 F F2($#)144
-453.6 Q F1 2.79(,t)C .29(he positional parameters are not changed.)-2.79
-F .291(The return status is greater than zero if)5.29 F F0(n)3.151 E F1
-.291(is greater)3.031 F(than)144 465.6 Q F2($#)2.5 E F1
-(or less than zero; otherwise 0.)2.5 E F2(shopt)108 482.4 Q F1([)2.5 E
+-.18 F -.2(vo)-.4 G .177(cation of the shell.).2 F(The)5.177 E .653
+(current set of options may be found in)144 676.8 R F2<24ad>3.153 E F1
+5.653(.T)C .653(he return status is al)-5.653 F -.1(wa)-.1 G .654
+(ys zero unless an in).1 F -.25(va)-.4 G .654(lid op-).25 F
+(tion is encountered.)144 688.8 Q F2(shift)108 705.6 Q F1([)2.5 E F0(n)A
+F1(])A .597(Rename positional parameters from)144 717.6 R F0(n)3.097 E
+F1 .597(+1 .)B -2.735 1.666(.. t)1.666 H(o)-1.666 E F2 .597($1 .)3.097 F
+1.666(..)1.666 G(.)-1.666 E F1 -.15(Pa)5.597 G .597
+(rameters represented by the numbers).15 F F2($#)3.096 E F1(do)144 729.6
+Q .078(wn to)-.25 F F2($#)2.578 E F1<ad>A F0(n)A F1 .078(+1 are unset.)B
+F0(n)5.438 E F1 .078(must be a non-ne)2.818 F -.05(ga)-.15 G(ti).05 E
+.378 -.15(ve n)-.25 H .078(umber less than or equal to).15 F F2($#)2.578
+E F1 5.078(.I)C(f)-5.078 E F0(n)2.938 E F1 .079(is 0, no)2.818 F
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(19)190.95 E 0 Cg EP
+%%Page: 20 20
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .503
+(parameters are changed.)144 84 R(If)5.503 E F0(n)3.363 E F1 .503
+(is not gi)3.243 F -.15(ve)-.25 G .502(n, it is assumed to be 1.).15 F
+(If)5.502 E F0(n)3.362 E F1 .502(is greater than)3.242 F/F2 10
+/Times-Bold@0 SF($#)3.002 E F1 3.002(,t)C .502(he posi-)-3.002 F .46
+(tional parameters are not changed.)144 96 R .46
+(The return status is greater than zero if)5.46 F F0(n)3.32 E F1 .46
+(is greater than)3.2 F F2($#)2.96 E F1(or)2.96 E
+(less than zero; otherwise 0.)144 108 Q F2(shopt)108 124.8 Q F1([)2.5 E
 F2(\255pqsu)A F1 2.5(][)C F2<ad6f>-2.5 E F1 2.5(][)C F0(optname)-2.5 E
-F1 1.666(...)2.5 G(])-1.666 E -.8(To)144 494.4 S .64(ggle the v).8 F
+F1 1.666(...)2.5 G(])-1.666 E -.8(To)144 136.8 S .64(ggle the v).8 F
 .639(alues of settings controlling optional shell beha)-.25 F(vior)-.2 E
 5.639(.T)-.55 G .639(he settings can be either those)-5.639 F .374
-(listed belo)144 506.4 R 1.674 -.65(w, o)-.25 H 1.174 -.4(r, i).65 H
+(listed belo)144 148.8 R 1.674 -.65(w, o)-.25 H 1.174 -.4(r, i).65 H
 2.874(ft).4 G(he)-2.874 E F2<ad6f>2.874 E F1 .375
 (option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25
 F F2<ad6f>2.875 E F1 .375(option to the)2.875 F F2(set)2.875 E F1 -.2
-(bu)2.875 G .375(iltin com-).2 F 2.566(mand. W)144 518.4 R .066
-(ith no options, or with the)-.4 F F2<ad70>2.566 E F1 .066
-(option, a list of all settable options is displayed, with an in-)2.566
-F .074(dication of whether or not each is set; if)144 530.4 R F0
-(optnames)2.574 E F1 .074
-(are supplied, the output is restricted to those op-)2.574 F 3.105
-(tions. The)144 542.4 R F2<ad70>3.105 E F1 .605(option causes output to\
- be displayed in a form that may be reused as input.)3.105 F(Other)5.605
-E(options ha)144 554.4 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad73>144 566.4 Q F1(Enable \(set\) each)180
-566.4 Q F0(optname)2.5 E F1(.)A F2<ad75>144 578.4 Q F1
-(Disable \(unset\) each)180 578.4 Q F0(optname)2.5 E F1(.)A F2<ad71>144
-590.4 Q F1 .003(Suppresses normal output \(quiet mode\); the return sta\
-tus indicates whether the)180 590.4 R F0(optname)2.504 E F1(is)2.504 E
-.256(set or unset.)180 602.4 R .256(If multiple)5.256 F F0(optname)2.756
-E F1(ar)2.756 E .256(guments are gi)-.18 F -.15(ve)-.25 G 2.756(nw).15 G
-(ith)-2.756 E F2<ad71>2.756 E F1 2.755(,t)C .255
-(he return status is zero if)-2.755 F(all)180 614.4 Q F0(optnames)2.5 E
-F1(are enabled; non-zero otherwise.)2.5 E F2<ad6f>144 626.4 Q F1
-(Restricts the v)180 626.4 Q(alues of)-.25 E F0(optname)2.5 E F1
-(to be those de\214ned for the)2.5 E F2<ad6f>2.5 E F1(option to the)2.5
-E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E .624(If either)144 643.2 R F2
-<ad73>3.124 E F1(or)3.124 E F2<ad75>3.124 E F1 .624(is used with no)
+(bu)2.875 G .375(iltin com-).2 F(mand.)144 160.8 Q -.4(Wi)144 177.6 S
+.548(th no options, or with the).4 F F2<ad70>3.048 E F1 .548
+(option, display a list of all settable options, with an indication of)
+3.048 F .674(whether or not each is set; if an)144 189.6 R(y)-.15 E F0
+(optnames)3.175 E F1 .675
+(are supplied, the output is restricted to those options.)3.175 F(The)
+144 201.6 Q F2<ad70>2.5 E F1
+(option displays output in a form that may be reused as input.)2.5 E
+(Other options ha)144 218.4 Q .3 -.15(ve t)-.2 H(he follo).15 E
+(wing meanings:)-.25 E F2<ad73>144 230.4 Q F1(Enable \(set\) each)180
+230.4 Q F0(optname)2.5 E F1(.)A F2<ad75>144 242.4 Q F1
+(Disable \(unset\) each)180 242.4 Q F0(optname)2.5 E F1(.)A F2<ad71>144
+254.4 Q F1 .003(Suppresses normal output \(quiet mode\); the return sta\
+tus indicates whether the)180 254.4 R F0(optname)2.503 E F1(is)2.503 E
+.042(set or unset.)180 266.4 R .042(If multiple)5.042 F F0(optname)2.542
+E F1(ar)2.542 E .042(guments are supplied with)-.18 F F2<ad71>2.542 E F1
+2.542(,t)C .042(he return status is zero)-2.542 F(if all)180 278.4 Q F0
+(optnames)2.5 E F1(are enabled; non-zero otherwise.)2.5 E F2<ad6f>144
+290.4 Q F1(Restricts the v)180 290.4 Q(alues of)-.25 E F0(optname)2.5 E
+F1(to be those de\214ned for the)2.5 E F2<ad6f>2.5 E F1(option to the)
+2.5 E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E .625(If either)144 307.2
+R F2<ad73>3.125 E F1(or)3.124 E F2<ad75>3.124 E F1 .624(is used with no)
 3.124 F F0(optname)3.124 E F1(ar)3.124 E(guments,)-.18 E F2(shopt)3.124
-E F1(sho)3.124 E .624(ws only those options which are)-.25 F .984
-(set or unset, respecti)144 655.2 R -.15(ve)-.25 G(ly).15 E 5.984(.U)
--.65 G .984(nless otherwise noted, the)-5.984 F F2(shopt)3.484 E F1 .983
-(options are disabled \(unset\) by de-)3.483 F -.1(fa)144 667.2 S(ult.)
-.1 E 1.544(The return status when listing options is zero if all)144 684
-R F0(optnames)4.044 E F1 1.545(are enabled, non-zero otherwise.)4.045 F
+E F1(sho)3.124 E .624(ws only those options which are)-.25 F .983
+(set or unset, respecti)144 319.2 R -.15(ve)-.25 G(ly).15 E 5.983(.U)
+-.65 G .983(nless otherwise noted, the)-5.983 F F2(shopt)3.484 E F1 .984
+(options are disabled \(unset\) by de-)3.484 F -.1(fa)144 331.2 S(ult.)
+.1 E 1.544(The return status when listing options is zero if all)144 348
+R F0(optnames)4.044 E F1 1.544(are enabled, non-zero otherwise.)4.044 F
 .696
 (When setting or unsetting options, the return status is zero unless an)
-144 696 R F0(optname)3.196 E F1 .696(is not a v)3.196 F .695(alid shell)
--.25 F(option.)144 708 Q(The list of)144 724.8 Q F2(shopt)2.5 E F1
-(options is:)2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(18)
-190.95 E 0 Cg EP
-%%Page: 19 19
+144 360 R F0(optname)3.196 E F1 .696(is not a v)3.196 F .696(alid shell)
+-.25 F(option.)144 372 Q(The list of)144 388.8 Q F2(shopt)2.5 E F1
+(options is:)2.5 E F2(array_expand_once)144 405.6 Q F1 1.832
+(If set, the shell suppresses multiple e)184 417.6 R -.25(va)-.25 G
+1.832(luation of associati).25 F 2.131 -.15(ve a)-.25 H 1.831(nd inde)
+.15 F -.15(xe)-.15 G 4.331(da).15 G 1.831(rray sub-)-4.331 F .025
+(scripts during arithmetic e)184 429.6 R .025(xpression e)-.15 F -.25
+(va)-.25 G .025(luation, while e).25 F -.15(xe)-.15 G .025(cuting b).15
+F .025(uiltins that can perform)-.2 F -.25(va)184 441.6 S
+(riable assignments, and while e).25 E -.15(xe)-.15 G(cuting b).15 E
+(uiltins that perform array dereferencing.)-.2 E F2(assoc_expand_once)
+144 453.6 Q F1(Deprecated; a synon)184 465.6 Q(ym for)-.15 E F2
+(array_expand_once)2.5 E F1(.)A F2(autocd)144 477.6 Q F1 .2
+(If set, a command name that is the name of a directory is e)184 477.6 R
+-.15(xe)-.15 G .199(cuted as if it were the ar).15 F(gu-)-.18 E
+(ment to the)184 489.6 Q F2(cd)2.5 E F1 2.5(command. This)2.5 F
+(option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E
+F2(bash_sour)144 501.6 Q(ce_fullpath)-.18 E F1 .124
+(If set, \214lenames added to the)184 513.6 R F2 -.3(BA)2.624 G
+(SH_SOURCE).3 E F1 .124(array v)2.624 F .124(ariable are con)-.25 F -.15
+(ve)-.4 G .124(rted to full path-).15 F(names \(see)184 525.6 Q F2
+(Shell V)2.5 E(ariables)-.92 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2
+(cdable_v)144 537.6 Q(ars)-.1 E F1 .156(If set, an ar)184 549.6 R .156
+(gument to the)-.18 F F2(cd)2.656 E F1 -.2(bu)2.656 G .155
+(iltin command that is not a directory is assumed to be the).2 F
+(name of a v)184 561.6 Q(ariable whose v)-.25 E
+(alue is the directory to change to.)-.25 E F2(cdspell)144 573.6 Q F1
+1.292(If set, the)184 573.6 R F2(cd)3.792 E F1 1.293(command attempts t\
+o correct minor errors in the spelling of a directory)3.792 F 3.982
+(component. Minor)184 585.6 R 1.482
+(errors include transposed characters, a missing character)3.982 F 3.982
+(,a)-.4 G 1.482(nd one)-3.982 F -.15(ex)184 597.6 S .972(tra character)
+.15 F 5.972(.I)-.55 G(f)-5.972 E F2(cd)3.472 E F1 .972
+(corrects the directory name, it prints the corrected \214lename, and)
+3.472 F(the command proceeds.)184 609.6 Q
+(This option is only used by interacti)5 E .3 -.15(ve s)-.25 H(hells.)
+.15 E F2(checkhash)144 621.6 Q F1 .737(If set,)184 633.6 R F2(bash)3.237
+E F1 .736(checks that a command found in the hash table e)3.237 F .736
+(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184
+645.6 Q(If a hashed command no longer e)5 E(xists,)-.15 E F2(bash)2.5 E
+F1(performs a normal path search.)2.5 E F2(checkjobs)144 657.6 Q F1 .448
+(If set,)184 669.6 R F2(bash)2.948 E F1 .448(lists the status of an)
+2.948 F 2.949(ys)-.15 G .449(topped and running jobs before e)-2.949 F
+.449(xiting an interacti)-.15 F -.15(ve)-.25 G 2.784(shell. If)184 681.6
+R(an)2.784 E 2.784(yj)-.15 G .284(obs are running,)-2.784 F F2(bash)
+2.784 E F1 .284(defers the e)2.784 F .284(xit until a second e)-.15 F
+.283(xit is attempted with-)-.15 F .994(out an interv)184 693.6 R .994
+(ening command \(see)-.15 F/F3 9/Times-Bold@0 SF .994(JOB CONTR)3.494 F
+(OL)-.27 E F1(in)3.244 E F0(bash)3.494 E F1 3.494(\(1\)\). The)B .995
+(shell al)3.495 F -.1(wa)-.1 G .995(ys post-).1 F(pones e)184 705.6 Q
+(xiting if an)-.15 E 2.5(yj)-.15 G(obs are stopped.)-2.5 E(GNU Bash 5.2)
+72 768 Q(2023 January 27)141.79 E(20)190.95 E 0 Cg EP
+%%Page: 21 21
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(array_expand_once)144 84 Q F1 1.831
-(If set, the shell suppresses multiple e)184 96 R -.25(va)-.25 G 1.832
-(luation of associati).25 F 2.132 -.15(ve a)-.25 H 1.832(nd inde).15 F
--.15(xe)-.15 G 4.332(da).15 G 1.832(rray sub-)-4.332 F .025
-(scripts during arithmetic e)184 108 R .025(xpression e)-.15 F -.25(va)
--.25 G .025(luation, while e).25 F -.15(xe)-.15 G .025(cuting b).15 F
-.025(uiltins that can perform)-.2 F -.25(va)184 120 S
-(riable assignments, and while e).25 E -.15(xe)-.15 G(cuting b).15 E
-(uiltins that perform array dereferencing.)-.2 E F2(assoc_expand_once)
-144 132 Q F1(Deprecated; a synon)184 144 Q(ym for)-.15 E F2
-(array_expand_once)2.5 E F1(.)A F2(autocd)144 156 Q F1 .199
-(If set, a command name that is the name of a directory is e)184 156 R
--.15(xe)-.15 G .2(cuted as if it were the ar).15 F(gu-)-.18 E
-(ment to the)184 168 Q F2(cd)2.5 E F1 2.5(command. This)2.5 F
-(option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E
-F2(cdable_v)144 180 Q(ars)-.1 E F1 .156(If set, an ar)184 192 R .156
-(gument to the)-.18 F F2(cd)2.656 E F1 -.2(bu)2.656 G .155
-(iltin command that is not a directory is assumed to be the).2 F
-(name of a v)184 204 Q(ariable whose v)-.25 E
-(alue is the directory to change to.)-.25 E F2(cdspell)144 216 Q F1
-1.055
-(If set, minor errors in the spelling of a directory component in a)184
-216 R F2(cd)3.555 E F1 1.055(command will be)3.555 F 3.988
-(corrected. The)184 228 R 1.488(errors check)3.988 F 1.487
-(ed for are transposed characters, a missing character)-.1 F 3.987(,a)
--.4 G(nd)-3.987 E .77(one character too man)184 240 R 4.57 -.65(y. I)
--.15 H 3.27(fac).65 G .77
-(orrection is found, the corrected \214lename is printed, and)-3.27 F
-(the command proceeds.)184 252 Q(This option is only used by interacti)5
-E .3 -.15(ve s)-.25 H(hells.).15 E F2(checkhash)144 264 Q F1 .737
-(If set,)184 276 R F2(bash)3.237 E F1 .736
-(checks that a command found in the hash table e)3.237 F .736
-(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 288
-Q(If a hashed command no longer e)5 E
-(xists, a normal path search is performed.)-.15 E F2(checkjobs)144 300 Q
-F1 .448(If set,)184 312 R F2(bash)2.948 E F1 .448
-(lists the status of an)2.948 F 2.949(ys)-.15 G .449
-(topped and running jobs before e)-2.949 F .449(xiting an interacti)-.15
-F -.15(ve)-.25 G 2.662(shell. If)184 324 R(an)2.662 E 2.661(yj)-.15 G
-.161(obs are running, this causes the e)-2.661 F .161
-(xit to be deferred until a second e)-.15 F .161(xit is at-)-.15 F 1.091
-(tempted without an interv)184 336 R 1.091(ening command \(see)-.15 F/F3
-9/Times-Bold@0 SF 1.091(JOB CONTR)3.591 F(OL)-.27 E F1(in)3.341 E F0
-(bash)3.591 E F1 3.591(\(1\)\). The)B(shell)3.591 E(al)184 348 Q -.1(wa)
--.1 G(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G
-(obs are stopped.)-2.5 E F2(checkwinsize)144 360 Q F1 1.09(If set,)184
-372 R F2(bash)3.59 E F1 1.09(checks the windo)3.59 F 3.59(ws)-.25 G 1.09
+/Times-Bold@0 SF(checkwinsize)144 84 Q F1 1.09(If set,)184 96 R F2(bash)
+3.59 E F1 1.09(checks the windo)3.59 F 3.59(ws)-.25 G 1.09
 (ize after each e)-3.59 F 1.09(xternal \(non-b)-.15 F 1.09
-(uiltin\) command and, if)-.2 F(necessary)184 384 Q 3.35(,u)-.65 G .85
-(pdates the v)-3.35 F .85(alues of)-.25 F F3(LINES)3.35 E F1(and)3.1 E
-F3(COLUMNS)3.35 E/F4 9/Times-Roman@0 SF(.)A F1 .85
-(This option is enabled by de-)5.35 F -.1(fa)184 396 S(ult.).1 E F2
-(cmdhist)144 408 Q F1 .173(If set,)184 408 R F2(bash)2.673 E F1 .173
-(attempts to sa)2.673 F .473 -.15(ve a)-.2 H .172
+(uiltin\) command and, if)-.2 F(necessary)184 108 Q 2.937(,u)-.65 G .437
+(pdates the v)-2.937 F .437(alues of)-.25 F/F3 9/Times-Bold@0 SF(LINES)
+2.938 E F1(and)2.688 E F3(COLUMNS)2.938 E/F4 9/Times-Roman@0 SF(,)A F1
+.438(using the \214le descriptor associ-)2.688 F
+(ated with the standard error if it is a terminal.)184 120 Q
+(This option is enabled by def)5 E(ault.)-.1 E F2(cmdhist)144 132 Q F1
+.173(If set,)184 132 R F2(bash)2.673 E F1 .173(attempts to sa)2.673 F
+.473 -.15(ve a)-.2 H .172
 (ll lines of a multiple-line command in the same history en-).15 F(try)
-184 420 Q 5.596(.T)-.65 G .597(his allo)-5.596 F .597
+184 144 Q 5.596(.T)-.65 G .597(his allo)-5.596 F .597
 (ws easy re-editing of multi-line commands.)-.25 F .597
-(This option is enabled by de-)5.597 F -.1(fa)184 432 S .052(ult, b).1 F
+(This option is enabled by de-)5.597 F -.1(fa)184 156 S .052(ult, b).1 F
 .052(ut only has an ef)-.2 F .052
 (fect if command history is enabled, as described in)-.25 F F0(bash)
-2.552 E F1 .052(\(1\) under)B F3(HIST)184 444 Q(OR)-.162 E(Y)-.315 E F4
-(.)A F2(compat31)144 456 Q(compat32)144 468 Q(compat40)144 480 Q
-(compat41)144 492 Q(compat42)144 504 Q(compat43)144 516 Q(compat44)144
-528 Q(compat50)144 540 Q F1 .889(These control aspects of the shell')184
-552 R 3.389(sc)-.55 G .889(ompatibility mode \(see)-3.389 F F3 .889
-(SHELL COMP)3.389 F -.855(AT)-.666 G(IBILITY).855 E(MODE)184 564 Q F1
-(in)2.25 E F0(bash)2.5 E F1(\(1\)\).)A F2(complete_fullquote)144 580.8 Q
-F1 .654(If set,)184 592.8 R F2(bash)3.153 E F1 .653(quotes all shell me\
-tacharacters in \214lenames and directory names when per)3.153 F(-)-.2 E
-1.524(forming completion.)184 604.8 R 1.524(If not set,)6.524 F F2(bash)
+2.552 E F1 .052(\(1\) under)B F3(HIST)184 168 Q(OR)-.162 E(Y)-.315 E F4
+(.)A F2(compat31)144 180 Q(compat32)144 192 Q(compat40)144 204 Q
+(compat41)144 216 Q(compat42)144 228 Q(compat43)144 240 Q(compat44)144
+252 Q(compat50)144 264 Q F1 .889(These control aspects of the shell')184
+276 R 3.389(sc)-.55 G .889(ompatibility mode \(see)-3.389 F F3 .889
+(SHELL COMP)3.389 F -.855(AT)-.666 G(IBILITY).855 E(MODE)184 288 Q F1
+(in)2.25 E F0(bash)2.5 E F1(\(1\)\).)A F2(complete_fullquote)144 300 Q
+F1 .654(If set,)184 312 R F2(bash)3.153 E F1 .653(quotes all shell meta\
+characters in \214lenames and directory names when per)3.153 F(-)-.2 E
+1.524(forming completion.)184 324 R 1.524(If not set,)6.524 F F2(bash)
 4.024 E F1(remo)4.024 E -.15(ve)-.15 G 4.024(sm).15 G 1.524
 (etacharacters such as the dollar sign)-4.024 F 2.667(from the set of c\
 haracters that will be quoted in completed \214lenames when these)184
-616.8 R .028(metacharacters appear in shell v)184 628.8 R .028
+336 R .028(metacharacters appear in shell v)184 348 R .028
 (ariable references in w)-.25 F .029(ords to be completed.)-.1 F .029
-(This means)5.029 F 1.073(that dollar signs in v)184 640.8 R 1.073
+(This means)5.029 F 1.073(that dollar signs in v)184 360 R 1.073
 (ariable names that e)-.25 F 1.073
 (xpand to directories will not be quoted; ho)-.15 F(w-)-.25 E -2.15 -.25
-(ev e)184 652.8 T 1.922 -.4(r, a).25 H 1.422 -.15(ny d).4 H 1.123
+(ev e)184 372 T 1.922 -.4(r, a).25 H 1.422 -.15(ny d).4 H 1.123
 (ollar signs appearing in \214lenames will not be quoted, either).15 F
 6.123(.T)-.55 G 1.123(his is acti)-6.123 F -.15(ve)-.25 G .59
 (only when bash is using backslashes to quote completed \214lenames.)184
-664.8 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 676.8 Q
+384 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 396 Q
 (ault, which is the def)-.1 E(ault bash beha)-.1 E(vior in v)-.2 E
-(ersions through 4.2.)-.15 E F2(dir)144 693.6 Q(expand)-.18 E F1 .486
-(If set,)184 705.6 R F2(bash)2.986 E F1 .486
+(ersions through 4.2.)-.15 E F2(dir)144 408 Q(expand)-.18 E F1 .486
+(If set,)184 420 R F2(bash)2.986 E F1 .486
 (replaces directory names with the results of w)2.986 F .486(ord e)-.1 F
-.487(xpansion when perform-)-.15 F .18(ing \214lename completion.)184
-717.6 R .179(This changes the contents of the readline editing b)5.18 F
-(uf)-.2 E(fer)-.25 E 5.179(.I)-.55 G 2.679(fn)-5.179 G(ot)-2.679 E(set,)
-184 729.6 Q F2(bash)2.5 E F1(attempts to preserv)2.5 E 2.5(ew)-.15 G
-(hat the user typed.)-2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79
-E(19)190.95 E 0 Cg EP
-%%Page: 20 20
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(dirspell)144 84 Q F1 .858(If set,)184 84 R F2(bash)
-3.358 E F1 .858
+.487(xpansion when perform-)-.15 F 1.25(ing \214lename completion.)184
+432 R 1.25(This changes the contents of the)6.25 F F2 -.18(re)3.75 G
+(adline).18 E F1 1.25(editing b)3.75 F(uf)-.2 E(fer)-.25 E 6.25(.I)-.55
+G(f)-6.25 E(not set,)184 444 Q F2(bash)2.5 E F1(attempts to preserv)2.5
+E 2.5(ew)-.15 G(hat the user typed.)-2.5 E F2(dirspell)144 456 Q F1 .858
+(If set,)184 456 R F2(bash)3.358 E F1 .858
 (attempts spelling correction on directory names during w)3.358 F .859
 (ord completion if)-.1 F
-(the directory name initially supplied does not e)184 96 Q(xist.)-.15 E
-F2(dotglob)144 112.8 Q F1 1.021(If set,)184 112.8 R F2(bash)3.521 E F1
-1.021(includes \214lenames be)3.521 F 1.021
+(the directory name initially supplied does not e)184 468 Q(xist.)-.15 E
+F2(dotglob)144 480 Q F1 1.021(If set,)184 480 R F2(bash)3.521 E F1 1.021
+(includes \214lenames be)3.521 F 1.021
 (ginning with a in the results of pathname e)-.15 F(xpansion.)-.15 E
-(The \214lenames and must al)184 124.8 Q -.1(wa)-.1 G(ys be matched e).1
-E(xplicitly)-.15 E 2.5(,e)-.65 G -.15(ve)-2.75 G 2.5(ni).15 G(f)-2.5 E
-F2(dotglob)2.5 E F1(is set.)2.5 E F2(execfail)144 141.6 Q F1 .516
-(If set, a non-interacti)184 141.6 R .816 -.15(ve s)-.25 H .516
-(hell will not e).15 F .516(xit if it cannot e)-.15 F -.15(xe)-.15 G
-.517(cute the \214le speci\214ed as an ar).15 F(-)-.2 E(gument to the)
-184 153.6 Q F2(exec)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E
-(An interacti)5 E .3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15
-E F2(exec)2.5 E F1 -.1(fa)2.5 G(ils.).1 E F2(expand_aliases)144 170.4 Q
-F1 .743(If set, aliases are e)184 182.4 R .743(xpanded as described in)
--.15 F F0(bash)3.243 E F1 .743(\(1\) under)B/F3 9/Times-Bold@0 SF
-(ALIASES)3.243 E/F4 9/Times-Roman@0 SF(.)A F1 .742(This option is en-)
-5.243 F(abled by def)184 194.4 Q(ault for interacti)-.1 E .3 -.15(ve s)
--.25 H(hells.).15 E F2(extdeb)144 211.2 Q(ug)-.2 E F1 .17
-(If set at shell in)184 223.2 R -.2(vo)-.4 G .17
+(The \214lenames)184 492 Q F0(.)4.166 E F1(and)4.166 E F0(..)4.166 E F1
+(must al)4.166 E -.1(wa)-.1 G(ys be matched e).1 E(xplicitly)-.15 E 2.5
+(,e)-.65 G -.15(ve)-2.75 G 2.5(ni).15 G(f)-2.5 E F2(dotglob)2.5 E F1
+(is set.)2.5 E F2(execfail)144 504 Q F1 .516(If set, a non-interacti)184
+504 R .816 -.15(ve s)-.25 H .516(hell will not e).15 F .516
+(xit if it cannot e)-.15 F -.15(xe)-.15 G .517
+(cute the \214le speci\214ed as an ar).15 F(-)-.2 E(gument to the)184
+516 Q F2(exec)2.5 E F1 -.2(bu)2.5 G 2.5(iltin. An).2 F(interacti)2.5 E
+.3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 E F2(exec)2.5 E F1
+-.1(fa)2.5 G(ils.).1 E F2(expand_aliases)144 528 Q F1 .743
+(If set, aliases are e)184 540 R .743(xpanded as described in)-.15 F F0
+(bash)3.243 E F1 .743(\(1\) under)B F3(ALIASES)3.243 E F4(.)A F1 .742
+(This option is en-)5.243 F(abled by def)184 552 Q(ault for interacti)
+-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F2(extdeb)144 564 Q(ug)-.2 E F1
+.17(If set at shell in)184 576 R -.2(vo)-.4 G .17
 (cation, or in a shell startup \214le, arrange to e).2 F -.15(xe)-.15 G
 .17(cute the deb).15 F .17(ugger pro\214le)-.2 F 1.082
-(before the shell starts, identical to the)184 235.2 R F2<adad646562>
-3.582 E(ugger)-.2 E F1 3.581(option. If)3.581 F 1.081(set after in)3.581
-F -.2(vo)-.4 G 1.081(cation, be-).2 F(ha)184 247.2 Q
+(before the shell starts, identical to the)184 588 R F2<adad646562>3.582
+E(ugger)-.2 E F1 3.581(option. If)3.581 F 1.081(set after in)3.581 F -.2
+(vo)-.4 G 1.081(cation, be-).2 F(ha)184 600 Q
 (vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F2(1.)184
-264 Q F1(The)220 264 Q F2<ad46>4.25 E F1 1.75(option to the)4.25 F F2
+612 Q F1(The)220 612 Q F2<ad46>4.25 E F1 1.75(option to the)4.25 F F2
 (declar)4.251 E(e)-.18 E F1 -.2(bu)4.251 G 1.751
 (iltin displays the source \214le name and line).2 F
-(number corresponding to each function name supplied as an ar)220 276 Q
-(gument.)-.18 E F2(2.)184 292.8 Q F1 1.667(If the command run by the)220
-292.8 R F2(DEB)4.167 E(UG)-.1 E F1 1.667(trap returns a non-zero v)4.167
-F 1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220
-304.8 Q -.15(xe)-.15 G(cuted.).15 E F2(3.)184 321.6 Q F1 .84
-(If the command run by the)220 321.6 R F2(DEB)3.34 E(UG)-.1 E F1 .841
+(number corresponding to each function name supplied as an ar)220 624 Q
+(gument.)-.18 E F2(2.)184 636 Q F1 1.667(If the command run by the)220
+636 R F2(DEB)4.167 E(UG)-.1 E F1 1.667(trap returns a non-zero v)4.167 F
+1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220 648
+Q -.15(xe)-.15 G(cuted.).15 E F2(3.)184 660 Q F1 .84
+(If the command run by the)220 660 R F2(DEB)3.34 E(UG)-.1 E F1 .841
 (trap returns a v)3.341 F .841(alue of 2, and the shell is)-.25 F -.15
-(exe)220 333.6 S .488
+(exe)220 672 S .488
 (cuting in a subroutine \(a shell function or a shell script e).15 F
 -.15(xe)-.15 G .488(cuted by the).15 F F2(.)2.988 E F1(or)2.988 E F2
-(sour)220 345.6 Q(ce)-.18 E F1 -.2(bu)2.5 G
+(sour)220 684 Q(ce)-.18 E F1 -.2(bu)2.5 G
 (iltins\), the shell simulates a call to).2 E F2 -.18(re)2.5 G(tur).18 E
-(n)-.15 E F1(.)A F2(4.)184 362.4 Q F3 -.27(BA)220 362.4 S(SH_ARGC).27 E
-F1(and)3.153 E F3 -.27(BA)3.403 G(SH_ARGV).27 E F1 .904
-(are updated as described in their descriptions)3.154 F(in)220 374.4 Q
-F0(bash)2.5 E F1(\(1\)\).)A F2(5.)184 391.2 Q F1 1.637(Function tracing\
- is enabled: command substitution, shell functions, and sub-)220 391.2 R
-(shells in)220 403.2 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E
-F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)2.5 E F2(DEB)2.5
-E(UG)-.1 E F1(and)2.5 E F2(RETURN)2.5 E F1(traps.)2.5 E F2(6.)184 420 Q
-F1 1.082(Error tracing is enabled: command substitution, shell function\
-s, and subshells)220 420 R(in)220 432 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw)
-.1 G(ith)-2.5 E F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)
-2.5 E F2(ERR)2.5 E F1(trap.)2.5 E F2(extglob)144 448.8 Q F1 .273
-(If set, the e)184 448.8 R .273
-(xtended pattern matching features described in)-.15 F F0(bash)2.772 E
-F1 .272(\(1\) under)B F2 -.1(Pa)2.772 G .272(thname Ex-).1 F(pansion)184
-460.8 Q F1(are enabled.)2.5 E F2(extquote)144 477.6 Q F1 1.929(If set,)
-184 489.6 R F2($)4.429 E F0(string)A F1(and)4.429 E F2($)4.429 E F0
-(string)A F1 1.929(quoting is performed within)4.429 F F2(${)4.429 E F0
-(par)A(ameter)-.15 E F2(})A F1 -.15(ex)4.429 G 1.93(pansions en-).15 F
-(closed in double quotes.)184 501.6 Q(This option is enabled by def)5 E
-(ault.)-.1 E F2(failglob)144 518.4 Q F1 .243(If set, patterns which f)
-184 518.4 R .243(ail to match \214lenames during pathname e)-.1 F .243
-(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 530.4 Q(.)
--.55 E F2 -.25(fo)144 547.2 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F1
-.936(If set, the suf)184 559.2 R<8c78>-.25 E .936(es speci\214ed by the)
--.15 F F3(FIGNORE)3.436 E F1 .936(shell v)3.186 F .936(ariable cause w)
--.25 F .937(ords to be ignored)-.1 F .32(when performing w)184 571.2 R
-.32(ord completion e)-.1 F -.15(ve)-.25 G 2.82(ni).15 G 2.82(ft)-2.82 G
-.32(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 3.293
-(pletions. See)184 583.2 R F3 .793(SHELL V)3.293 F(ARIABLES)-1.215 E F1
-(in)3.043 E F0(bash)3.293 E F1 .793(\(1\) for a description of)B F3
-(FIGNORE)3.294 E F4(.)A F1 .794(This op-)5.294 F(tion is enabled by def)
-184 595.2 Q(ault.)-.1 E F2(globasciiranges)144 612 Q F1 2.519
-(If set, range e)184 624 R 2.519
-(xpressions used in pattern matching brack)-.15 F 2.518(et e)-.1 F 2.518
-(xpressions \(see)-.15 F F3 -.09(Pa)5.018 G(tter).09 E(n)-.135 E
-(Matching)184 636 Q F1(in)3.115 E F0(bash)3.365 E F1 .865(\(1\)\) beha)B
-1.165 -.15(ve a)-.2 H 3.365(si).15 G 3.365(fi)-3.365 G 3.365(nt)-3.365 G
-.866(he traditional C locale when performing compar)-3.365 F(-)-.2 E
-2.668(isons. That)184 648 R .168(is, the current locale')2.668 F 2.668
-(sc)-.55 G .168(ollating sequence is not tak)-2.668 F .168
-(en into account, so)-.1 F F2(b)2.668 E F1(will)2.668 E .562
-(not collate between)184 660 R F2(A)3.062 E F1(and)3.062 E F2(B)3.062 E
-F1 3.062(,a)C .562(nd upper)-3.062 F .562(-case and lo)-.2 F(wer)-.25 E
-.563(-case ASCII characters will col-)-.2 F(late together)184 672 Q(.)
--.55 E F2(globskipdots)144 688.8 Q F1 .294(If set, pathname e)184 700.8
-R .294(xpansion will ne)-.15 F -.15(ve)-.25 G 2.794(rm).15 G .294
-(atch the \214lenames and e)-2.794 F -.15(ve)-.25 G 2.793(ni).15 G 2.793
-(ft)-2.793 G .293(he pattern be)-2.793 F(gins)-.15 E
-(with a This option is enabled by def)184 712.8 Q(ault.)-.1 E
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(20)190.95 E 0 Cg EP
-%%Page: 21 21
+(n)-.15 E F1(.)A F2(4.)184 696 Q F3 -.27(BA)220 696 S(SH_ARGC).27 E F1
+(and)3.153 E F3 -.27(BA)3.403 G(SH_ARGV).27 E F1 .904
+(are updated as described in their descriptions)3.154 F(in)220 708 Q F0
+(bash)2.5 E F1(\(1\)\).)A(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E
+(21)190.95 E 0 Cg EP
+%%Page: 22 22
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(globstar)144 84 Q F1 .518(If set, the pattern)184 84 R
-F2(**)3.018 E F1 .519(used in a pathname e)3.019 F .519(xpansion conte)
--.15 F .519(xt will match all \214les and zero)-.15 F .432
-(or more directories and subdirectories.)184 96 R .431
+/Times-Bold@0 SF(5.)184 84 Q F1 1.637(Function tracing is enabled: comm\
+and substitution, shell functions, and sub-)220 84 R(shells in)220 96 Q
+-.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F2(\()2.5 E F0(command)
+2.5 E F2(\))2.5 E F1(inherit the)2.5 E F2(DEB)2.5 E(UG)-.1 E F1(and)2.5
+E F2(RETURN)2.5 E F1(traps.)2.5 E F2(6.)184 108 Q F1 1.082(Error tracin\
+g is enabled: command substitution, shell functions, and subshells)220
+108 R(in)220 120 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F2
+(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)2.5 E F2(ERR)2.5 E
+F1(trap.)2.5 E F2(extglob)144 132 Q F1 1.015(If set, enable the e)184
+132 R 1.014(xtended pattern matching features described in)-.15 F F0
+(bash)3.514 E F1 1.014(\(1\) under)B F2 -.1(Pa)3.514 G(th-).1 E
+(name Expansion)184 144 Q F1(.)A F2(extquote)144 156 Q F1 1.929(If set,)
+184 168 R F2($)4.429 E F0(string)A F1(and)4.429 E F2($)4.429 E F0
+(string)A F1 1.929(quoting is performed within)4.429 F F2(${)4.429 E F0
+(par)A(ameter)-.15 E F2(})A F1 -.15(ex)4.429 G 1.93(pansions en-).15 F
+(closed in double quotes.)184 180 Q(This option is enabled by def)5 E
+(ault.)-.1 E F2(failglob)144 192 Q F1 .243(If set, patterns which f)184
+192 R .243(ail to match \214lenames during pathname e)-.1 F .243
+(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 204 Q(.)-.55
+E F2 -.25(fo)144 216 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F1 .936
+(If set, the suf)184 228 R<8c78>-.25 E .936(es speci\214ed by the)-.15 F
+/F3 9/Times-Bold@0 SF(FIGNORE)3.436 E F1 .936(shell v)3.186 F .936
+(ariable cause w)-.25 F .937(ords to be ignored)-.1 F .32
+(when performing w)184 240 R .32(ord completion e)-.1 F -.15(ve)-.25 G
+2.82(ni).15 G 2.82(ft)-2.82 G .32(he ignored w)-2.82 F .32
+(ords are the only possible com-)-.1 F 3.085(pletions. See)184 252 R F2
+.586(Shell V)3.086 F(ariables)-.92 E F1(in)3.086 E F0(bash)3.086 E F1
+.586(\(1\) for a description of)B F3(FIGNORE)3.086 E/F4 9/Times-Roman@0
+SF(.)A F1 .586(This option is)5.086 F(enabled by def)184 264 Q(ault.)-.1
+E F2(globasciiranges)144 276 Q F1 2.519(If set, range e)184 288 R 2.519
+(xpressions used in pattern matching brack)-.15 F 2.518(et e)-.1 F 2.518
+(xpressions \(see)-.15 F F3 -.09(Pa)5.018 G(tter).09 E(n)-.135 E
+(Matching)184 300 Q F1(in)3.115 E F0(bash)3.365 E F1 .865(\(1\)\) beha)B
+1.165 -.15(ve a)-.2 H 3.365(si).15 G 3.365(fi)-3.365 G 3.365(nt)-3.365 G
+.866(he traditional C locale when performing compar)-3.365 F(-)-.2 E
+3.962(isons. That)184 312 R 1.462(is, pattern matching does not tak)
+3.962 F 3.962(et)-.1 G 1.461(he current locale')-3.962 F 3.961(sc)-.55 G
+1.461(ollating sequence)-3.961 F 1.67(into account, so)184 324 R F2(b)
+4.17 E F1 1.671(will not collate between)4.17 F F2(A)4.171 E F1(and)
+4.171 E F2(B)4.171 E F1 4.171(,a)C 1.671(nd upper)-4.171 F 1.671
+(-case and lo)-.2 F(wer)-.25 E(-case)-.2 E
+(ASCII characters will collate together)184 336 Q(.)-.55 E F2
+(globskipdots)144 348 Q F1 .894(If set, pathname e)184 360 R .894
+(xpansion will ne)-.15 F -.15(ve)-.25 G 3.394(rm).15 G .894
+(atch the \214lenames)-3.394 F F0(.)5.06 E F1(and)5.06 E F0(..)5.06 E F1
+-2.15 -.25(ev e)5.059 H 3.393(ni).25 G 3.393(ft)-3.393 G .893
+(he pattern)-3.393 F(be)184 372 Q
+(gins with a This option is enabled by def)-.15 E(ault.)-.1 E F2
+(globstar)144 384 Q F1 .518(If set, the pattern)184 384 R F2(**)3.018 E
+F1 .519(used in a pathname e)3.019 F .519(xpansion conte)-.15 F .519
+(xt will match all \214les and zero)-.15 F .432
+(or more directories and subdirectories.)184 396 R .431
 (If the pattern is follo)5.432 F .431(wed by a)-.25 F F2(/)2.931 E F1
 2.931(,o)C .431(nly directories)-2.931 F(and subdirectories match.)184
-108 Q F2(gnu_errfmt)144 124.8 Q F1(If set, shell error messages are wri\
-tten in the standard GNU error message format.)184 136.8 Q F2
-(histappend)144 153.6 Q F1 .676
+408 Q F2(gnu_errfmt)144 420 Q F1(If set, shell error messages are writt\
+en in the standard GNU error message format.)184 432 Q F2(histappend)144
+444 Q F1 .676
 (If set, the history list is appended to the \214le named by the v)184
-165.6 R .676(alue of the)-.25 F/F3 9/Times-Bold@0 SF(HISTFILE)3.177 E F1
--.25(va)2.927 G(ri-).25 E(able when the shell e)184 177.6 Q
-(xits, rather than o)-.15 E -.15(ve)-.15 G(rwriting the \214le.).15 E F2
-(histr)144 194.4 Q(eedit)-.18 E F1 .576(If set, and)184 206.4 R F2 -.18
-(re)3.076 G(adline).18 E F1 .575(is being used, a user is gi)3.076 F
--.15(ve)-.25 G 3.075(nt).15 G .575(he opportunity to re-edit a f)-3.075
-F .575(ailed his-)-.1 F(tory substitution.)184 218.4 Q F2(histv)144
-235.2 Q(erify)-.1 E F1 .402(If set, and)184 247.2 R F2 -.18(re)2.903 G
-(adline).18 E F1 .403
+456 R .676(alue of the)-.25 F F3(HISTFILE)3.177 E F1 -.25(va)2.927 G
+(ri-).25 E(able when the shell e)184 468 Q(xits, rather than o)-.15 E
+-.15(ve)-.15 G(rwriting the \214le.).15 E F2(histr)144 480 Q(eedit)-.18
+E F1 .118(If set, and)184 492 R F2 -.18(re)2.618 G(adline).18 E F1 .118
+(is being used, the user is gi)2.618 F -.15(ve)-.25 G 2.618(nt).15 G
+.117(he opportunity to re-edit a f)-2.618 F .117(ailed his-)-.1 F
+(tory substitution.)184 504 Q F2(histv)144 516 Q(erify)-.1 E F1 .402
+(If set, and)184 528 R F2 -.18(re)2.903 G(adline).18 E F1 .403
 (is being used, the results of history substitution are not immediately)
-2.903 F .662(passed to the shell parser)184 259.2 R 5.662(.I)-.55 G .661
+2.903 F .662(passed to the shell parser)184 540 R 5.662(.I)-.55 G .661
 (nstead, the resulting line is loaded into the)-5.662 F F2 -.18(re)3.161
-G(adline).18 E F1(editing)3.161 E -.2(bu)184 271.2 S -.25(ff).2 G(er).25
-2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F2
-(hostcomplete)144 288 Q F1 1.181(If set, and)184 300 R F2 -.18(re)3.681
+G(adline).18 E F1(editing)3.161 E -.2(bu)184 552 S -.25(ff).2 G(er).25 E
+2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F2
+(hostcomplete)144 564 Q F1 1.181(If set, and)184 576 R F2 -.18(re)3.681
 G(adline).18 E F1 1.181(is being used,)3.681 F F2(bash)3.682 E F1 1.182
 (will attempt to perform hostname completion)3.682 F .503(when a w)184
-312 R .503(ord containing a)-.1 F F2(@)3.003 E F1 .503
+588 R .503(ord containing a)-.1 F F2(@)3.003 E F1 .503
 (is being completed \(see)3.003 F F2(Completing)3.003 E F1(under)3.003 E
-F3(READLINE)3.003 E F1(in)2.752 E F0(bash)184 324 Q F1 2.5
+F3(READLINE)3.003 E F1(in)2.752 E F0(bash)184 600 Q F1 2.5
 (\(1\)\). This)B(is enabled by def)2.5 E(ault.)-.1 E F2(huponexit)144
-340.8 Q F1(If set,)184 352.8 Q F2(bash)2.5 E F1(will send)2.5 E F3
-(SIGHUP)2.5 E F1(to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25
-H(ogin shell e).15 E(xits.)-.15 E F2(inherit_err)144 369.6 Q(exit)-.18 E
-F1 .219(If set, command substitution inherits the v)184 381.6 R .219
+612 Q F1(If set,)184 624 Q F2(bash)2.5 E F1(will send)2.5 E F3(SIGHUP)
+2.5 E F1(to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25 H
+(ogin shell e).15 E(xits.)-.15 E F2(inherit_err)144 636 Q(exit)-.18 E F1
+.219(If set, command substitution inherits the v)184 648 R .219
 (alue of the)-.25 F F2(err)2.719 E(exit)-.18 E F1 .22
-(option, instead of unsetting)2.719 F(it in the subshell en)184 393.6 Q
-2.5(vironment. This)-.4 F(option is enabled when)2.5 E F0(posix mode)2.5
-E F1(is enabled.)2.5 E F2(interacti)144 410.4 Q -.1(ve)-.1 G(_comments)
-.1 E F1 .33(If set, allo)184 422.4 R 2.83(waw)-.25 G .33(ord be)-2.93 F
-.33(ginning with)-.15 F F2(#)2.83 E F1 .33(to cause that w)2.83 F .33
-(ord and all remaining characters on)-.1 F .39
-(that line to be ignored in an interacti)184 434.4 R .69 -.15(ve s)-.25
-H .39(hell \(see).15 F F3(COMMENTS)2.89 E F1(in)2.64 E F0(bash)2.89 E F1
-2.89(\(1\)\). This)B(option)2.89 E(is enabled by def)184 446.4 Q(ault.)
--.1 E F2(lastpipe)144 463.2 Q F1 .066
-(If set, and job control is not acti)184 463.2 R -.15(ve)-.25 G 2.566
-(,t).15 G .066(he shell runs the last command of a pipeline not e)-2.566
-F -.15(xe)-.15 G(-).15 E
-(cuted in the background in the current shell en)184 475.2 Q(vironment.)
--.4 E F2(lithist)144 492 Q F1 .654(If set, and the)184 492 R F2(cmdhist)
-3.154 E F1 .654(option is enabled, multi-line commands are sa)3.154 F
--.15(ve)-.2 G 3.155(dt).15 G 3.155(ot)-3.155 G .655(he history)-3.155 F
-(with embedded ne)184 504 Q
-(wlines rather than using semicolon separators where possible.)-.25 E F2
-(localv)144 520.8 Q(ar_inherit)-.1 E F1 .422(If set, local v)184 532.8 R
-.422(ariables inherit the v)-.25 F .422(alue and attrib)-.25 F .422
-(utes of a v)-.2 F .422(ariable of the same name that)-.25 F -.15(ex)184
-544.8 S .173(ists at a pre).15 F .173(vious scope before an)-.25 F 2.673
-(yn)-.15 G .673 -.25(ew va)-2.673 H .173(lue is assigned.).25 F .174
-(The nameref attrib)5.174 F .174(ute is not)-.2 F(inherited.)184 556.8 Q
-F2(localv)144 573.6 Q(ar_unset)-.1 E F1 .329(If set, calling)184 585.6 R
-F2(unset)2.829 E F1 .329(on local v)2.829 F .329(ariables in pre)-.25 F
-.328(vious function scopes marks them so subse-)-.25 F .543(quent looku\
-ps \214nd them unset until that function returns. This is identical to \
-the beha)184 597.6 R(v-)-.2 E(ior of unsetting local v)184 609.6 Q
-(ariables at the current function scope.)-.25 E F2(login_shell)144 626.4
-Q F1 .693
-(The shell sets this option if it is started as a login shell \(see)184
-638.4 R F3(INV)3.192 E(OCA)-.405 E(TION)-.855 E F1(in)2.942 E F0(bash)
-3.192 E F1(\(1\)\).)A(The v)184 650.4 Q(alue may not be changed.)-.25 E
-F2(mailwar)144 667.2 Q(n)-.15 E F1 .814(If set, and a \214le that)184
-679.2 R F2(bash)3.314 E F1 .815
-(is checking for mail has been accessed since the last time it)3.314 F
--.1(wa)184 691.2 S 2.5(sc).1 G(heck)-2.5 E(ed,)-.1 E F2(bash)2.5 E F1
-(displays the message)2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79
-E(21)190.95 E 0 Cg EP
-%%Page: 22 22
+(option, instead of unsetting)2.719 F(it in the subshell en)184 660 Q
+2.5(vironment. This)-.4 F(option is enabled when posix mode is enabled.)
+2.5 E F2(interacti)144 672 Q -.1(ve)-.1 G(_comments).1 E F1 .209
+(In an interacti)184 684 R .509 -.15(ve s)-.25 H .209(hell, a w).15 F
+.209(ord be)-.1 F .209(ginning with)-.15 F F2(#)2.709 E F1 .209
+(causes that w)2.709 F .208(ord and all remaining char)-.1 F(-)-.2 E
+2.157(acters on that line to be ignored, as in a non-interacti)184 696 R
+2.457 -.15(ve s)-.25 H 2.157(hell \(see).15 F F3(COMMENTS)4.658 E F1(in)
+4.408 E F0(bash)184 708 Q F1 2.5(\(1\)\). This)B
+(option is enabled by def)2.5 E(ault.)-.1 E(GNU Bash 5.2)72 768 Q
+(2023 January 27)141.79 E(22)190.95 E 0 Cg EP
+%%Page: 23 23
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(no_empty_cmd_completion)144 84 Q F1 .325(If set, and)
-184 96 R F2 -.18(re)2.825 G(adline).18 E F1 .325(is being used,)2.825 F
-F2(bash)2.824 E F1 .324(will not attempt to search the)2.824 F/F3 9
-/Times-Bold@0 SF -.666(PA)2.824 G(TH)-.189 E F1 .324(for possible)2.574
-F(completions when completion is attempted on an empty line.)184 108 Q
-F2(nocaseglob)144 124.8 Q F1 .436(If set,)184 136.8 R F2(bash)2.936 E F1
-.436(matches \214lenames in a case\255insensiti)2.936 F .737 -.15(ve f)
--.25 H .437(ashion when performing pathname).05 F -.15(ex)184 148.8 S
+/Times-Bold@0 SF(lastpipe)144 84 Q F1 .066
+(If set, and job control is not acti)184 84 R -.15(ve)-.25 G 2.566(,t)
+.15 G .066(he shell runs the last command of a pipeline not e)-2.566 F
+-.15(xe)-.15 G(-).15 E(cuted in the background in the current shell en)
+184 96 Q(vironment.)-.4 E F2(lithist)144 108 Q F1 .654(If set, and the)
+184 108 R F2(cmdhist)3.154 E F1 .654
+(option is enabled, multi-line commands are sa)3.154 F -.15(ve)-.2 G
+3.155(dt).15 G 3.155(ot)-3.155 G .655(he history)-3.155 F
+(with embedded ne)184 120 Q
+(wlines rather than using semicolon separators where possible.)-.25 E F2
+(localv)144 132 Q(ar_inherit)-.1 E F1 .422(If set, local v)184 144 R
+.422(ariables inherit the v)-.25 F .422(alue and attrib)-.25 F .422
+(utes of a v)-.2 F .422(ariable of the same name that)-.25 F -.15(ex)184
+156 S .173(ists at a pre).15 F .173(vious scope before an)-.25 F 2.673
+(yn)-.15 G .673 -.25(ew va)-2.673 H .173(lue is assigned.).25 F .174
+(The nameref attrib)5.174 F .174(ute is not)-.2 F(inherited.)184 168 Q
+F2(localv)144 180 Q(ar_unset)-.1 E F1 .329(If set, calling)184 192 R F2
+(unset)2.829 E F1 .329(on local v)2.829 F .329(ariables in pre)-.25 F
+.328(vious function scopes marks them so subse-)-.25 F .364
+(quent lookups \214nd them unset until that function returns.)184 204 R
+.365(This is identical to the beha)5.364 F(v-)-.2 E
+(ior of unsetting local v)184 216 Q
+(ariables at the current function scope.)-.25 E F2(login_shell)144 228 Q
+F1 .693
+(The shell sets this option if it is started as a login shell \(see)184
+240 R/F3 9/Times-Bold@0 SF(INV)3.192 E(OCA)-.405 E(TION)-.855 E F1(in)
+2.942 E F0(bash)3.192 E F1(\(1\)\).)A(The v)184 252 Q
+(alue may not be changed.)-.25 E F2(mailwar)144 264 Q(n)-.15 E F1 .814
+(If set, and a \214le that)184 276 R F2(bash)3.314 E F1 .815
+(is checking for mail has been accessed since the last time it)3.314 F
+-.1(wa)184 288 S 2.5(sc).1 G(heck)-2.5 E(ed,)-.1 E F2(bash)2.5 E F1
+(displays the message)2.5 E F2(no_empty_cmd_completion)144 300 Q F1 .61
+(If set, and)184 312 R F2 -.18(re)3.11 G(adline).18 E F1 .609
+(is being used,)3.109 F F2(bash)3.109 E F1 .609(does not search)3.109 F
+F3 -.666(PA)3.109 G(TH)-.189 E F1 .609(for possible completions)2.859 F
+(when completion is attempted on an empty line.)184 324 Q F2(nocaseglob)
+144 336 Q F1 .436(If set,)184 348 R F2(bash)2.936 E F1 .436
+(matches \214lenames in a case\255insensiti)2.936 F .737 -.15(ve f)-.25
+H .437(ashion when performing pathname).05 F -.15(ex)184 360 S
 (pansion \(see).15 E F2 -.1(Pa)2.5 G(thname Expansion).1 E F1(in)2.5 E
-F0(bash)2.5 E F1(\(1\)\).)A F2(nocasematch)144 165.6 Q F1 1.194(If set,)
-184 177.6 R F2(bash)3.694 E F1 1.194
+F0(bash)2.5 E F1(\(1\)\).)A F2(nocasematch)144 372 Q F1 1.194(If set,)
+184 384 R F2(bash)3.694 E F1 1.194
 (matches patterns in a case\255insensiti)3.694 F 1.493 -.15(ve f)-.25 H
-1.193(ashion when performing matching).05 F .551(while e)184 189.6 R
--.15(xe)-.15 G(cuting).15 E F2(case)3.051 E F1(or)3.051 E F2([[)3.051 E
-F1 .551(conditional commands, when performing pattern substitution)3.051
-F -.1(wo)184 201.6 S .623(rd e).1 F .623(xpansions, or when \214ltering\
- possible completions as part of programmable com-)-.15 F(pletion.)184
-213.6 Q F2(noexpand_translation)144 230.4 Q F1 1.462(If set,)184 242.4 R
-F2(bash)3.962 E F1 1.462(encloses the translated results of)3.962 F F2
-($)3.962 E F1 -1.87 1.666(... q)D 1.462
-(uoting in single quotes instead of)-1.666 F(double quotes.)184 254.4 Q
+1.193(ashion when performing matching).05 F .551(while e)184 396 R -.15
+(xe)-.15 G(cuting).15 E F2(case)3.051 E F1(or)3.051 E F2([[)3.051 E F1
+.551(conditional commands, when performing pattern substitution)3.051 F
+-.1(wo)184 408 S .623(rd e).1 F .623(xpansions, or when \214ltering pos\
+sible completions as part of programmable com-)-.15 F(pletion.)184 420 Q
+F2(noexpand_translation)144 432 Q F1 1.462(If set,)184 444 R F2(bash)
+3.962 E F1 1.462(encloses the translated results of)3.962 F F2($)3.962 E
+F1 -1.87 1.666(... q)D 1.462(uoting in single quotes instead of)-1.666 F
+(double quotes.)184 456 Q
 (If the string is not translated, this has no ef)5 E(fect.)-.25 E F2
-(nullglob)144 271.2 Q F1 .593(If set, pathname e)184 283.2 R .593
+(nullglob)144 468 Q F1 .593(If set, pathname e)184 480 R .593
 (xpansion patterns which match no \214les \(see)-.15 F F2 -.1(Pa)3.092 G
-.592(thname Expansion).1 F F1(in)3.092 E F0(bash)184 295.2 Q F1
-(\(1\)\) e)A(xpand to nothing and are remo)-.15 E -.15(ve)-.15 G
-(d, rather than e).15 E(xpanding to themselv)-.15 E(es.)-.15 E F2
-(patsub_r)144 312 Q(eplacement)-.18 E F1 .105(If set,)184 324 R F2(bash)
-2.605 E F1 -.15(ex)2.605 G .105(pands occurrences of).15 F F2(&)2.606 E
-F1 .106(in the replacement string of pattern substitution to)2.606 F
-.989(the te)184 336 R .988
-(xt matched by the pattern, as described under)-.15 F F2 -.1(Pa)3.488 G
-.988(rameter Expansion).1 F F1(in)3.488 E F0(bash)3.488 E F1(\(1\).)A
-(This option is enabled by def)184 348 Q(ault.)-.1 E F2(pr)144 364.8 Q
-(ogcomp)-.18 E F1 2.802(If set, the programmable completion f)184 376.8
-R 2.802(acilities \(see)-.1 F F2(Pr)5.302 E 2.803(ogrammable Completion)
--.18 F F1(in)5.303 E F0(bash)184 388.8 Q F1(\(1\)\) are enabled.)A
-(This option is enabled by def)5 E(ault.)-.1 E F2(pr)144 405.6 Q
+.592(thname Expansion).1 F F1(in)3.092 E F0(bash)184 492 Q F1(\(1\)\) e)
+A(xpand to nothing and are remo)-.15 E -.15(ve)-.15 G(d, rather than e)
+.15 E(xpanding to themselv)-.15 E(es.)-.15 E F2(patsub_r)144 504 Q
+(eplacement)-.18 E F1 .105(If set,)184 516 R F2(bash)2.605 E F1 -.15(ex)
+2.605 G .105(pands occurrences of).15 F F2(&)2.606 E F1 .106
+(in the replacement string of pattern substitution to)2.606 F .989
+(the te)184 528 R .988(xt matched by the pattern, as described under)
+-.15 F F2 -.1(Pa)3.488 G .988(rameter Expansion).1 F F1(in)3.488 E F0
+(bash)3.488 E F1(\(1\).)A(This option is enabled by def)184 540 Q(ault.)
+-.1 E F2(pr)144 552 Q(ogcomp)-.18 E F1 .766
+(If set, enable the programmable completion f)184 564 R .767
+(acilities \(see)-.1 F F2(Pr)3.267 E .767(ogrammable Completion)-.18 F
+F1(in)184 576 Q F0(bash)2.5 E F1 2.5(\(1\)\). This)B
+(option is enabled by def)2.5 E(ault.)-.1 E F2(pr)144 588 Q
 (ogcomp_alias)-.18 E F1 2.124
-(If set, and programmable completion is enabled,)184 417.6 R F2(bash)
-4.624 E F1 2.124(treats a command name that)4.624 F(doesn')184 429.6 Q
-3.288(th)-.18 G -2.25 -.2(av e)-3.288 H(an)3.488 E 3.288(yc)-.15 G .789
-(ompletions as a possible alias and attempts alias e)-3.288 F .789
-(xpansion. If it has)-.15 F 1.473(an alias,)184 441.6 R F2(bash)3.973 E
-F1 1.473(attempts programmable completion using the command w)3.973 F
-1.473(ord resulting)-.1 F(from the e)184 453.6 Q(xpanded alias.)-.15 E
-F2(pr)144 470.4 Q(omptv)-.18 E(ars)-.1 E F1 1.447
-(If set, prompt strings under)184 482.4 R 1.448(go parameter e)-.18 F
-1.448(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184
-494.4 S 1.834(pansion, and quote remo).15 F -.25(va)-.15 G 4.334(la).25
-G 1.834(fter being e)-4.334 F 1.834(xpanded as described in)-.15 F F3
-(PR)4.333 E(OMPTING)-.27 E F1(in)4.083 E F0(bash)184 506.4 Q F1 2.5
-(\(1\). This)B(option is enabled by def)2.5 E(ault.)-.1 E F2 -.18(re)144
-523.2 S(stricted_shell).18 E F1 .329
+(If set, and programmable completion is enabled,)184 600 R F2(bash)4.624
+E F1 2.124(treats a command name that)4.624 F(doesn')184 612 Q 3.11(th)
+-.18 G -2.25 -.2(av e)-3.11 H(an)3.31 E 3.11(yc)-.15 G .61
+(ompletions as a possible alias and attempts alias e)-3.11 F 3.11
+(xpansion. If)-.15 F .61(it has)3.11 F 1.473(an alias,)184 624 R F2
+(bash)3.973 E F1 1.473
+(attempts programmable completion using the command w)3.973 F 1.473
+(ord resulting)-.1 F(from the e)184 636 Q(xpanded alias.)-.15 E F2(pr)
+144 648 Q(omptv)-.18 E(ars)-.1 E F1 1.447(If set, prompt strings under)
+184 660 R 1.448(go parameter e)-.18 F 1.448
+(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 672 S
+1.834(pansion, and quote remo).15 F -.25(va)-.15 G 4.334(la).25 G 1.834
+(fter being e)-4.334 F 1.834(xpanded as described in)-.15 F F3(PR)4.333
+E(OMPTING)-.27 E F1(in)4.083 E F0(bash)184 684 Q F1 2.5(\(1\). This)B
+(option is enabled by def)2.5 E(ault.)-.1 E F2 -.18(re)144 696 S
+(stricted_shell).18 E F1 .329
 (The shell sets this option if it is started in restricted mode \(see)
-184 535.2 R F3 .329(RESTRICTED SHELL)2.829 F F1(in)2.58 E F0(bash)184
-547.2 Q F1 2.731(\(1\)\). The)B -.25(va)2.731 G .231
-(lue may not be changed.).25 F .23
-(This is not reset when the startup \214les are e)5.231 F(x-)-.15 E
-(ecuted, allo)184 559.2 Q(wing the startup \214les to disco)-.25 E -.15
-(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5 E F2
-(shift_v)144 576 Q(erbose)-.1 E F1 .501(If set, the)184 588 R F2(shift)
-3.001 E F1 -.2(bu)3.001 G .501
-(iltin prints an error message when the shift count e).2 F .502
-(xceeds the number)-.15 F(of positional parameters.)184 600 Q F2(sour)
-144 616.8 Q(cepath)-.18 E F1 .771(If set, the)184 628.8 R F2(.)3.271 E
-F1(\()3.271 E F2(sour)A(ce)-.18 E F1 3.271(\)b)C .771(uiltin uses the v)
--3.471 F .771(alue of)-.25 F F3 -.666(PA)3.27 G(TH)-.189 E F1 .77
-(to \214nd the directory containing the)3.02 F(\214le supplied as an ar)
-184 640.8 Q 2.5(gument. This)-.18 F(option is enabled by def)2.5 E
-(ault.)-.1 E F2 -.1(va)144 657.6 S(rr).1 E(edir_close)-.18 E F1 .74(If \
-set, the shell automatically closes \214le descriptors assigned using t\
-he)184 669.6 R F0({varname})3.24 E F1(redi-)3.24 E .908
-(rection syntax \(see)184 681.6 R F3(REDIRECTION)3.408 E F1(in)3.157 E
-F0(bash)3.407 E F1 .907(\(1\)\) instead of lea)B .907
-(ving them open when the)-.2 F(command completes.)184 693.6 Q
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(22)190.95 E 0 Cg EP
-%%Page: 23 23
+184 708 R F3 .329(RESTRICTED SHELL)2.829 F F1(in)2.58 E F0(bash)184 720
+Q F1 3.754(\(1\)\). The)B -.25(va)3.754 G 1.254(lue may not be changed.)
+.25 F 1.254(This is not reset when the startup \214les are)6.254 F
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(23)190.95 E 0 Cg EP
+%%Page: 24 24
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(xpg_echo)144 84 Q F1 .073(If set, the)184 96 R F2(echo)
-2.574 E F1 -.2(bu)2.574 G .074(iltin e).2 F .074
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E -.15
+(exe)184 84 S(cuted, allo).15 E(wing the startup \214les to disco)-.25 E
+-.15(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5 E
+/F2 10/Times-Bold@0 SF(shift_v)144 96 Q(erbose)-.1 E F1 .501
+(If set, the)184 108 R F2(shift)3.001 E F1 -.2(bu)3.001 G .501
+(iltin prints an error message when the shift count e).2 F .502
+(xceeds the number)-.15 F(of positional parameters.)184 120 Q F2(sour)
+144 132 Q(cepath)-.18 E F1 .771(If set, the)184 144 R F2(.)3.271 E F1
+(\()3.271 E F2(sour)A(ce)-.18 E F1 3.271(\)b)C .771(uiltin uses the v)
+-3.471 F .771(alue of)-.25 F/F3 9/Times-Bold@0 SF -.666(PA)3.27 G(TH)
+-.189 E F1 .77(to \214nd the directory containing the)3.02 F .421
+(\214le supplied as an ar)184 156 R .421(gument when the)-.18 F F2<ad70>
+2.921 E F1 .421(option is not supplied.)2.921 F .422
+(This option is enabled)5.422 F(by def)184 168 Q(ault.)-.1 E F2 -.1(va)
+144 180 S(rr).1 E(edir_close)-.18 E F1 .74(If set, the shell automatica\
+lly closes \214le descriptors assigned using the)184 192 R F0({varname})
+3.24 E F1(redi-)3.24 E .907(rection syntax \(see)184 204 R F3
+(REDIRECTION)3.407 E F1(in)3.157 E F0(bash)3.407 E F1 .907
+(\(1\)\) instead of lea)B .908(ving them open when the)-.2 F
+(command completes.)184 216 Q F2(xpg_echo)144 228 Q F1 .074(If set, the)
+184 240 R F2(echo)2.574 E F1 -.2(bu)2.574 G .074(iltin e).2 F .074
 (xpands backslash-escape sequences by def)-.15 F 2.574(ault. If)-.1 F
-(the)2.574 E F2(posix)2.574 E F1(shell)2.574 E(option is also enabled,)
-184 108 Q F2(echo)2.5 E F1(does not interpret an)2.5 E 2.5(yo)-.15 G
-(ptions.)-2.5 E F2(suspend)108 124.8 Q F1([)2.5 E F2<ad66>A F1(])A .91
-(Suspend the e)144 136.8 R -.15(xe)-.15 G .91
+(the)2.574 E F2(posix)2.573 E F1(shell)2.573 E(option is also enabled,)
+184 252 Q F2(echo)2.5 E F1(does not interpret an)2.5 E 2.5(yo)-.15 G
+(ptions.)-2.5 E F2(suspend)108 268.8 Q F1([)2.5 E F2<ad66>A F1(])A .909
+(Suspend the e)144 280.8 R -.15(xe)-.15 G .909
 (cution of this shell until it recei).15 F -.15(ve)-.25 G 3.41(sa).15 G
-/F3 9/Times-Bold@0 SF(SIGCONT)-.001 E F1 3.409(signal. A)3.159 F .909
-(login shell, or a shell)3.409 F .752
-(without job control enabled, cannot be suspended; the)144 148.8 R F2
-<ad66>3.252 E F1 .753(option can be used to o)3.253 F -.15(ve)-.15 G
-.753(rride this and).15 F .107(force the suspension.)144 160.8 R .107(T\
-he return status is 0 unless the shell is a login shell or job control \
-is not en-)5.107 F(abled and)144 172.8 Q F2<ad66>2.5 E F1
-(is not supplied.)2.5 E F2(test)108 189.6 Q F0 -.2(ex)2.5 G(pr).2 E F2
-([)108 201.6 Q F0 -.2(ex)2.5 G(pr).2 E F2(])2.5 E F1 .877
-(Return a status of 0 \(true\) or 1 \(f)144 201.6 R .878
-(alse\) depending on the e)-.1 F -.25(va)-.25 G .878
-(luation of the conditional e).25 F(xpression)-.15 E F0 -.2(ex)144 213.6
+F3(SIGCONT)A F1 3.41(signal. A)3.16 F .91(login shell, or a shell)3.41 F
+1.044(without job control enabled, cannot be suspended; the)144 292.8 R
+F2<ad66>3.543 E F1 1.043(option will o)3.543 F -.15(ve)-.15 G 1.043
+(rride this and force the).15 F 2.743(suspension. The)144 304.8 R .244(\
+return status is 0 unless the shell is a login shell or job control is \
+not enabled and)2.743 F F2<ad66>144 316.8 Q F1(is not supplied.)2.5 E F2
+(test)108 333.6 Q F0 -.2(ex)2.5 G(pr).2 E F2([)108 345.6 Q F0 -.2(ex)2.5
+G(pr).2 E F2(])2.5 E F1 .878(Return a status of 0 \(true\) or 1 \(f)144
+345.6 R .877(alse\) depending on the e)-.1 F -.25(va)-.25 G .877
+(luation of the conditional e).25 F(xpression)-.15 E F0 -.2(ex)144 357.6
 S(pr).2 E F1 5.53(.E).73 G .53
 (ach operator and operand must be a separate ar)-5.53 F 3.03
-(gument. Expressions)-.18 F .53(are composed of the)3.03 F 1.231
-(primaries described in)144 225.6 R F0(bash)3.731 E F1 1.231
+(gument. Expressions)-.18 F .53(are composed of the)3.03 F 1.232
+(primaries described in)144 369.6 R F0(bash)3.732 E F1 1.231
 (\(1\) under)B F3(CONDITION)3.731 E 1.231(AL EXPRESSIONS)-.18 F/F4 9
-/Times-Roman@0 SF(.)A F2(test)5.731 E F1 1.232(does not accept an)3.731
-F(y)-.15 E(options, nor does it accept and ignore an ar)144 237.6 Q
+/Times-Roman@0 SF(.)A F2(test)5.731 E F1 1.231(does not accept an)3.731
+F(y)-.15 E(options, nor does it accept and ignore an ar)144 381.6 Q
 (gument of)-.18 E F2<adad>2.5 E F1(as signifying the end of options.)2.5
-E .786(Expressions may be combined using the follo)144 254.4 R .785
-(wing operators, listed in decreasing order of prece-)-.25 F 3.411
-(dence. The)144 266.4 R -.25(eva)3.411 G .911
-(luation depends on the number of ar).25 F .912(guments; see belo)-.18 F
-4.712 -.65(w. O)-.25 H .912(perator precedence is).65 F
-(used when there are \214v)144 278.4 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G
-(ore ar)-2.5 E(guments.)-.18 E F2(!)144 290.4 Q F0 -.2(ex)2.5 G(pr).2 E
-F1 -.35(Tr)180 290.4 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E F1(is f)3.23
-E(alse.)-.1 E F2(\()144 302.4 Q F0 -.2(ex)2.5 G(pr).2 E F2(\))2.5 E F1
-.26(Returns the v)180 302.4 R .26(alue of)-.25 F F0 -.2(ex)2.76 G(pr).2
-E F1 5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26
-(rride the normal precedence of opera-).15 F(tors.)180 314.4 Q F0 -.2
-(ex)144 326.4 S(pr1).2 E F1<ad>2.5 E F2(a)A F0 -.2(ex)2.5 G(pr2).2 E F1
--.35(Tr)180 338.4 S(ue if both).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(and)2.5
-E F0 -.2(ex)2.5 G(pr2).2 E F1(are true.)2.52 E F0 -.2(ex)144 350.4 S
-(pr1).2 E F1<ad>2.5 E F2(o)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180
-362.4 S(ue if either).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(or)2.5 E F0 -.2
-(ex)2.5 G(pr2).2 E F1(is true.)2.52 E F2(test)144 379.2 Q F1(and)2.5 E
-F2([)2.5 E F1 -.25(eva)2.5 G(luate conditional e).25 E
+E .785(Expressions may be combined using the follo)144 398.4 R .786
+(wing operators, listed in decreasing order of prece-)-.25 F 2.93
+(dence. The)144 410.4 R -.25(eva)2.93 G .43
+(luation depends on the number of ar).25 F .43(guments; see belo)-.18 F
+-.65(w.)-.25 G F2(test)6.08 E F1 .43(uses operator prece-)2.93 F
+(dence when there are \214v)144 422.4 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G
+(ore ar)-2.5 E(guments.)-.18 E F2(!)144 434.4 Q F0 -.2(ex)2.5 G(pr).2 E
+F1 -.35(Tr)180 434.4 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E F1(is f)3.23
+E(alse.)-.1 E F2(\()144 446.4 Q F0 -.2(ex)2.5 G(pr).2 E F2(\))2.5 E F1
+(Returns the v)180 446.4 Q(alue of)-.25 E F0 -.2(ex)2.5 G(pr).2 E F1 5
+(.T)C(his may be used to o)-5 E -.15(ve)-.15 G
+(rride normal operator precedence.).15 E F0 -.2(ex)144 458.4 S(pr1).2 E
+F1<ad>2.5 E F2(a)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180 470.4 S
+(ue if both).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(and)2.5 E F0 -.2(ex)2.5 G
+(pr2).2 E F1(are true.)2.52 E F0 -.2(ex)144 482.4 S(pr1).2 E F1<ad>2.5 E
+F2(o)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180 494.4 S(ue if either).35
+E F0 -.2(ex)2.5 G(pr1).2 E F1(or)2.5 E F0 -.2(ex)2.5 G(pr2).2 E F1
+(is true.)2.52 E F2(test)144 511.2 Q F1(and)2.5 E F2([)2.5 E F1 -.25
+(eva)2.5 G(luate conditional e).25 E
 (xpressions using a set of rules based on the number of ar)-.15 E
-(guments.)-.18 E 2.5(0a)144 396 S -.18(rg)-2.5 G(uments).18 E(The e)180
-408 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 420 S -.18(rg)-2.5 G
-(ument).18 E(The e)180 432 Q(xpression is true if and only if the ar)
--.15 E(gument is not null.)-.18 E 2.5(2a)144 444 S -.18(rg)-2.5 G
-(uments).18 E .37(If the \214rst ar)180 456 R .37(gument is)-.18 F F2(!)
+(guments.)-.18 E 2.5(0a)144 528 S -.18(rg)-2.5 G(uments).18 E(The e)180
+540 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 552 S -.18(rg)-2.5 G
+(ument).18 E(The e)180 564 Q(xpression is true if and only if the ar)
+-.15 E(gument is not null.)-.18 E 2.5(2a)144 576 S -.18(rg)-2.5 G
+(uments).18 E .37(If the \214rst ar)180 588 R .37(gument is)-.18 F F2(!)
 2.87 E F1 2.87(,t)C .37(he e)-2.87 F .37
 (xpression is true if and only if the second ar)-.15 F .37
-(gument is null.)-.18 F 1.683(If the \214rst ar)180 468 R 1.683
+(gument is null.)-.18 F 1.683(If the \214rst ar)180 600 R 1.683
 (gument is one of the unary conditional operators listed in)-.18 F F0
-(bash)4.182 E F1 1.682(\(1\) under)B F3(CONDITION)180 480 Q .121
+(bash)4.182 E F1 1.682(\(1\) under)B F3(CONDITION)180 612 Q .121
 (AL EXPRESSIONS)-.18 F F4(,)A F1 .121(the e)2.371 F .122
 (xpression is true if the unary test is true.)-.15 F .122
-(If the \214rst)5.122 F(ar)180 492 Q(gument is not a v)-.18 E
+(If the \214rst)5.122 F(ar)180 624 Q(gument is not a v)-.18 E
 (alid unary conditional operator)-.25 E 2.5(,t)-.4 G(he e)-2.5 E
-(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 504 S -.18(rg)-2.5 G
-(uments).18 E .236(The follo)180 516 R .236
+(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 636 S -.18(rg)-2.5 G
+(uments).18 E .236(The follo)180 648 R .236
 (wing conditions are applied in the order listed.)-.25 F .236
 (If the second ar)5.236 F .236(gument is one of)-.18 F .546
-(the binary conditional operators listed in)180 528 R F0(bash)3.046 E F1
+(the binary conditional operators listed in)180 660 R F0(bash)3.046 E F1
 .546(\(1\) under)B F3(CONDITION)3.046 E .546(AL EXPRESSIONS)-.18 F F4(,)
-A F1 .888(the result of the e)180 540 R .888(xpression is the result of\
+A F1 .888(the result of the e)180 672 R .888(xpression is the result of\
  the binary test using the \214rst and third ar)-.15 F(gu-)-.18 E .433
-(ments as operands.)180 552 R(The)5.434 E F2<ad61>2.934 E F1(and)2.934 E
+(ments as operands.)180 684 R(The)5.434 E F2<ad61>2.934 E F1(and)2.934 E
 F2<ad6f>2.934 E F1 .434
 (operators are considered binary operators when there)2.934 F .646
-(are three ar)180 564 R 3.146(guments. If)-.18 F .646(the \214rst ar)
+(are three ar)180 696 R 3.146(guments. If)-.18 F .646(the \214rst ar)
 3.146 F .646(gument is)-.18 F F2(!)3.146 E F1 3.146(,t)C .646(he v)
 -3.146 F .645(alue is the ne)-.25 F -.05(ga)-.15 G .645(tion of the tw)
 .05 F(o-ar)-.1 E(gu-)-.18 E .451
-(ment test using the second and third ar)180 576 R 2.951(guments. If)
+(ment test using the second and third ar)180 708 R 2.951(guments. If)
 -.18 F .451(the \214rst ar)2.951 F .451(gument is e)-.18 F(xactly)-.15 E
-F2(\()2.952 E F1 .452(and the)2.952 F 1.165(third ar)180 588 R 1.165
+F2(\()2.952 E F1 .452(and the)2.952 F 1.165(third ar)180 720 R 1.165
 (gument is e)-.18 F(xactly)-.15 E F2(\))3.665 E F1 3.664(,t)C 1.164
 (he result is the one-ar)-3.664 F 1.164(gument test of the second ar)
--.18 F(gument.)-.18 E(Otherwise, the e)180 600 Q(xpression is f)-.15 E
-(alse.)-.1 E 2.5(4a)144 612 S -.18(rg)-2.5 G(uments).18 E .429
-(The follo)180 624 R .429
-(wing conditions are applied in the order listed.)-.25 F .43
-(If the \214rst ar)5.429 F .43(gument is)-.18 F F2(!)2.93 E F1 2.93(,t)C
-.43(he re-)-2.93 F 1.315(sult is the ne)180 636 R -.05(ga)-.15 G 1.314
-(tion of the three-ar).05 F 1.314(gument e)-.18 F 1.314
-(xpression composed of the remaining ar)-.15 F(gu-)-.18 E 2.744
-(ments. the)180 648 R(tw)2.744 E(o-ar)-.1 E .245
-(gument test using the second and third ar)-.18 F 2.745(guments. If)-.18
-F .245(the \214rst ar)2.745 F(gument)-.18 E .31(is e)180 660 R(xactly)
--.15 E F2(\()2.81 E F1 .31(and the fourth ar)2.81 F .31(gument is e)-.18
-F(xactly)-.15 E F2(\))2.809 E F1 2.809(,t)C .309(he result is the tw)
--2.809 F(o-ar)-.1 E .309(gument test of the)-.18 F .183
-(second and third ar)180 672 R 2.683(guments. Otherwise,)-.18 F .184
-(the e)2.684 F .184(xpression is parsed and e)-.15 F -.25(va)-.25 G .184
-(luated according).25 F(to precedence using the rules listed abo)180 684
-Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 696 S 2.5(rm)-2.5 G(ore ar)-2.5 E
-(guments)-.18 E 1.635(The e)180 708 R 1.635(xpression is parsed and e)
--.15 F -.25(va)-.25 G 1.635
-(luated according to precedence using the rules listed).25 F(abo)180 720
-Q -.15(ve)-.15 G(.).15 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E
-(23)190.95 E 0 Cg EP
-%%Page: 24 24
+-.18 F(gument.)-.18 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(24)
+190.95 E 0 Cg EP
+%%Page: 25 25
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .216
-(When the shell is in)144 84 R F0 .216(posix mode)2.716 F F1 2.716(,o)C
-2.716(ri)-2.716 G 2.716(ft)-2.716 G .216(he e)-2.716 F .216
-(xpression is part of the)-.15 F/F2 10/Times-Bold@0 SF([[)2.716 E F1
-.216(command, the)2.716 F F2(<)2.717 E F1(and)2.717 E F2(>)2.717 E F1
-(opera-)2.717 E .728(tors sort using the current locale.)144 96 R .728
-(If the shell is not in)5.728 F F0 .728(posix mode)3.228 F F1 3.228(,t)C
-(he)-3.228 E F2(test)3.228 E F1(and)3.228 E F2([)3.228 E F1 .727
-(commands sort)3.227 F(le)144 108 Q
-(xicographically using ASCII ordering.)-.15 E F2(times)108 124.8 Q F1
-1.229(Print the accumulated user and system times for the shell and for\
- processes run from the shell.)144 124.8 R(The return status is 0.)144
-136.8 Q F2(trap)108 153.6 Q F1([)2.5 E F2(\255lp)A F1 2.5(][)C([)-2.5 E
-F0(action)A F1(])A F0(sigspec)2.5 E F1 1.666(...)2.5 G(])-1.666 E(The)
-144 165.6 Q F0(action)3.734 E F1 .903(is a command that is read and e)
-3.644 F -.15(xe)-.15 G .903(cuted when the shell recei).15 F -.15(ve)
--.25 G 3.403(ss).15 G(ignal\(s\))-3.403 E F0(sigspec)3.743 E F1 5.903
-(.I).31 G(f)-5.903 E F0(action)144.33 177.6 Q F1 .105
-(is absent \(and there is a single)2.845 F F0(sigspec)2.605 E F1 2.605
-(\)o)C(r)-2.605 E F2<ad>2.605 E F1 2.605(,e)C .106
-(ach speci\214ed signal is reset to its original dis-)-2.605 F .627
-(position \(the v)144 189.6 R .626
-(alue it had upon entrance to the shell\).)-.25 F(If)5.626 E F0(action)
-3.456 E F1 .626(is the null string the signal speci-)3.366 F
-(\214ed by each)144 201.6 Q F0(sigspec)2.84 E F1
-(is ignored by the shell and by the commands it in)2.81 E -.2(vo)-.4 G
--.1(ke).2 G(s.).1 E .165(If no ar)144 218.4 R .165
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
+(Otherwise, the e)180 84 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144
+96 S -.18(rg)-2.5 G(uments).18 E .429(The follo)180 108 R .429
+(wing conditions are applied in the order listed.)-.25 F .43
+(If the \214rst ar)5.429 F .43(gument is)-.18 F/F2 10/Times-Bold@0 SF(!)
+2.93 E F1 2.93(,t)C .43(he re-)-2.93 F 1.315(sult is the ne)180 120 R
+-.05(ga)-.15 G 1.314(tion of the three-ar).05 F 1.314(gument e)-.18 F
+1.314(xpression composed of the remaining ar)-.15 F(gu-)-.18 E 2.901
+(ments. If)180 132 R .401(the \214rst ar)2.901 F .401(gument is e)-.18 F
+(xactly)-.15 E F2(\()2.901 E F1 .401(and the fourth ar)2.901 F .401
+(gument is e)-.18 F(xactly)-.15 E F2(\))2.901 E F1 2.902(,t)C .402
+(he result is)-2.902 F 1.236(the tw)180 144 R(o-ar)-.1 E 1.236
+(gument test of the second and third ar)-.18 F 3.736
+(guments. Otherwise,)-.18 F 1.235(the e)3.736 F 1.235(xpression is)-.15
+F(parsed and e)180 156 Q -.25(va)-.25 G
+(luated according to precedence using the rules listed abo).25 E -.15
+(ve)-.15 G(.).15 E 2.5(5o)144 168 S 2.5(rm)-2.5 G(ore ar)-2.5 E(guments)
+-.18 E 1.635(The e)180 180 R 1.635(xpression is parsed and e)-.15 F -.25
+(va)-.25 G 1.635(luated according to precedence using the rules listed)
+.25 F(abo)180 192 Q -.15(ve)-.15 G(.).15 E .163
+(When the shell is in posix mode, or if the e)144 208.8 R .163
+(xpression is part of the)-.15 F F2([[)2.663 E F1 .163(command, the)
+2.663 F F2(<)2.663 E F1(and)2.662 E F2(>)2.662 E F1(opera-)2.662 E .669
+(tors sort using the current locale.)144 220.8 R .669
+(If the shell is not in posix mode, the)5.669 F F2(test)3.169 E F1(and)
+3.169 E F2([)3.169 E F1 .669(commands sort)3.169 F(le)144 232.8 Q
+(xicographically using ASCII ordering.)-.15 E .007
+(The historical operator)144 249.6 R .006
+(-precedence parsing with 4 or more ar)-.2 F .006
+(guments can lead to ambiguities when)-.18 F .632
+(it encounters strings that look lik)144 261.6 R 3.132(ep)-.1 G 3.132
+(rimaries. The)-3.132 F .632(POSIX standard has deprecated the)3.132 F
+F2<ad61>3.132 E F1(and)3.132 E F2<ad6f>3.132 E F1 .886
+(primaries and enclosing e)144 273.6 R .886
+(xpressions within parentheses.)-.15 F .886
+(Scripts should no longer use them.)5.886 F(It')5.885 E(s)-.55 E .066
+(much more reliable to restrict test in)144 285.6 R -.2(vo)-.4 G .066
+(cations to a single primary).2 F 2.566(,a)-.65 G .066
+(nd to replace uses of)-2.566 F F2<ad61>2.566 E F1(and)2.567 E F2<ad6f>
+2.567 E F1(with the shell')144 297.6 Q(s)-.55 E F2(&&)2.5 E F1(and)2.5 E
+F2(||)2.5 E F1(list operators.)2.5 E F2(times)108 314.4 Q F1 1.229(Prin\
+t the accumulated user and system times for the shell and for processes\
+ run from the shell.)144 314.4 R(The return status is 0.)144 326.4 Q F2
+(trap)108 343.2 Q F1([)2.5 E F2(\255lpP)A F1 2.5(][)C([)-2.5 E F0
+(action)A F1(])A F0(sigspec)2.5 E F1 1.666(...)2.5 G(])-1.666 E(The)144
+355.2 Q F0(action)4.331 E F1 1.501(is a command that is read and e)4.241
+F -.15(xe)-.15 G 1.501(cuted when the shell recei).15 F -.15(ve)-.25 G
+4.001(sa).15 G 1.802 -.15(ny o)-4.001 H 4.002(ft).15 G 1.502(he signals)
+-4.002 F F0(sigspec)144.34 367.2 Q F1 5.709(.I).31 G(f)-5.709 E F0
+(action)3.539 E F1 .709(is absent \(and there is a single)3.449 F F0
+(sigspec)3.209 E F1 3.209(\)o)C(r)-3.209 E F2<ad>3.209 E F1 3.209(,e)C
+.709(ach speci\214ed)-3.209 F F0(sigspec)3.209 E F1 .708(is reset to)
+3.209 F .292(the v)144 379.2 R .292(alue it had when the shell w)-.25 F
+.292(as started.)-.1 F(If)5.292 E F0(action)3.122 E F1 .292
+(is the null string the signal speci\214ed by each)3.032 F F0(sigspec)
+144.34 391.2 Q F1(is ignored by the shell and by the commands it in)2.81
+E -.2(vo)-.4 G -.1(ke).2 G(s.).1 E .165(If no ar)144 408 R .165
 (guments are supplied,)-.18 F F2(trap)2.665 E F1 .165
 (displays the actions associated with each trapped signal as a set)2.665
-F(of)144 230.4 Q F2(trap)2.57 E F1 .069(commands that can be reused as \
-shell input to restore the current signal dispositions.)2.57 F(If)5.069
-E F2<ad70>2.569 E F1 .473(is gi)144 242.4 R -.15(ve)-.25 G .473(n, and)
-.15 F F0(action)3.303 E F1 .473(is not present, then)3.213 F F2(trap)
-2.973 E F1 .473(displays the actions associated with each)2.973 F F0
-(sigspec)3.314 E F1(or)3.284 E(,)-.4 E .364
-(if none are supplied, for all trapped signals, as a set of)144 254.4 R
-F2(trap)2.864 E F1 .363(commands that can be reused as shell)2.864 F
-.207(input to restore the current signal dispositions.)144 266.4 R(The)
-5.207 E F2<ad50>2.707 E F1 .207(option beha)2.707 F -.15(ve)-.2 G 2.707
-(ss).15 G(imilarly)-2.707 E 2.707(,b)-.65 G .208(ut displays only)-2.907
-F 1.553(the actions associated with each)144 278.4 R F0(sigspec)4.052 E
-F1(ar)4.052 E(gument.)-.18 E F2<ad50>6.552 E F1 1.552
-(requires at least one)4.052 F F0(sigspec)4.052 E F1(ar)4.052 E(gument.)
--.18 E(The)144 290.4 Q F2<ad50>2.726 E F1(or)2.726 E F2<ad70>2.727 E F1
-.227(options to)2.727 F F2(trap)2.727 E F1 .227
-(may be used in a subshell en)2.727 F .227
-(vironment \(e.g., command substitution\))-.4 F .993
-(and, as long as the)144 302.4 R 3.493(ya)-.15 G .993(re used before)
--3.493 F F2(trap)3.493 E F1 .993(is used to change a signal')3.493 F
-3.492(sh)-.55 G .992(andling, will display the)-3.492 F
-(state of its parent')144 314.4 Q 2.5(st)-.55 G(raps.)-2.5 E(The)144
-331.2 Q F2<ad6c>3.216 E F1 .716(option causes)3.216 F F2(trap)3.216 E F1
-.716(to print a list of signal names and their corresponding numbers.)
-3.216 F(Each)5.717 E F0(sigspec)144.34 343.2 Q F1 .709
-(is either a signal name de\214ned in <)3.519 F F0(signal.h)A F1 .709
-(>, or a signal number)B 5.708(.S)-.55 G .708(ignal names are case)
--5.708 F(insensiti)144 355.2 Q .3 -.15(ve a)-.25 H(nd the).15 E/F3 9
-/Times-Bold@0 SF(SIG)2.5 E F1(pre\214x is optional.)2.25 E .091(If a)144
-372 R F0(sigspec)2.931 E F1(is)2.901 E F3(EXIT)2.591 E F1 .091
-(\(0\) the command)2.341 F F0(action)2.921 E F1 .091(is e)2.831 F -.15
-(xe)-.15 G .091(cuted on e).15 F .092(xit from the shell.)-.15 F .092
-(If a)5.092 F F0(sigspec)2.932 E F1(is)2.902 E F3(DE-)2.592 E -.09(BU)
-144 384 S(G).09 E/F4 9/Times-Roman@0 SF(,)A F1 1.245(the command)3.495 F
-F0(action)4.075 E F1 1.245(is e)3.985 F -.15(xe)-.15 G 1.244
-(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F0 1.244(simple command)
-3.744 F F1(,)A F0(for)3.744 E F1(command,)3.744 E F0(case)3.744 E F1
-(com-)3.744 E(mand,)144 396 Q F0(select)2.696 E F1 .196
-(command, \(\( arithmetic command, [[ conditional command, arithmetic)
-2.696 F F0(for)2.697 E F1(command,)2.697 E 1.105
-(and before the \214rst command e)144 408 R -.15(xe)-.15 G 1.105
-(cutes in a shell function \(see).15 F F3 1.105(SHELL GRAMMAR)3.605 F F1
-(in)3.355 E F0(bash)3.604 E F1(\(1\)\).)A .556
-(Refer to the description of the)144 420 R F2(extdeb)3.056 E(ug)-.2 E F1
-.556(option to the)3.056 F F2(shopt)3.056 E F1 -.2(bu)3.056 G .556
-(iltin for details of its ef).2 F .557(fect on the)-.25 F F2(DEB)144 432
-Q(UG)-.1 E F1 2.515(trap. If)2.515 F(a)2.515 E F0(sigspec)2.855 E F1(is)
-2.825 E F3(RETURN)2.515 E F4(,)A F1 .015(the command)2.265 F F0(action)
-2.844 E F1 .014(is e)2.754 F -.15(xe)-.15 G .014
-(cuted each time a shell function).15 F(or a script e)144 444 Q -.15(xe)
--.15 G(cuted with the).15 E F2(.)2.5 E F1(or)2.5 E F2(sour)2.5 E(ce)-.18
-E F1 -.2(bu)2.5 G(iltins \214nishes e).2 E -.15(xe)-.15 G(cuting.).15 E
-.284(If a)144 460.8 R F0(sigspec)3.124 E F1(is)3.094 E F3(ERR)2.784 E F4
-(,)A F1 .284(the command)2.534 F F0(action)3.114 E F1 .284(is e)3.024 F
--.15(xe)-.15 G .284(cuted whene).15 F -.15(ve)-.25 G 2.784(rap).15 G
-.285(ipeline \(which may consist of a)-2.784 F .185(single simple comma\
-nd\), a list, or a compound command returns a non\255zero e)144 472.8 R
-.184(xit status, subject to)-.15 F .451(the follo)144 484.8 R .451
-(wing conditions.)-.25 F(The)5.451 E F3(ERR)2.951 E F1 .451
-(trap is not e)2.701 F -.15(xe)-.15 G .451(cuted if the f).15 F .452
-(ailed command is part of the com-)-.1 F .388
-(mand list immediately follo)144 496.8 R .388(wing a)-.25 F F2(while)
-2.888 E F1(or)2.888 E F2(until)2.888 E F1 -.1(ke)2.888 G(yw)-.05 E .388
-(ord, part of the test in an)-.1 F F0(if)2.897 E F1 .387
-(statement, part)4.847 F .777(of a command e)144 508.8 R -.15(xe)-.15 G
-.778(cuted in a).15 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1 .778
-(list e)3.278 F .778(xcept the command follo)-.15 F .778
-(wing the \214nal)-.25 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1
-3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 520.8 R
-1.28(ut the last, or if the command')-.2 F 3.78(sr)-.55 G 1.28(eturn v)
--3.78 F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F
-F2(!)3.78 E F1(.)A(These are the same conditions obe)144 532.8 Q
+F(of)144 420 Q F2(trap)2.569 E F1 .069(commands that can be reused as s\
+hell input to restore the current signal dispositions.)2.569 F(If)5.07 E
+F2<ad70>2.57 E F1 .474(is gi)144 432 R -.15(ve)-.25 G .474(n, and).15 F
+F0(action)3.303 E F1 .473(is not present, then)3.213 F F2(trap)2.973 E
+F1 .473(displays the actions associated with each)2.973 F F0(sigspec)
+3.313 E F1(or)3.283 E(,)-.4 E .363
+(if none are supplied, for all trapped signals, as a set of)144 444 R F2
+(trap)2.864 E F1 .364(commands that can be reused as shell)2.864 F .207
+(input to restore the current signal dispositions.)144 456 R(The)5.207 E
+F2<ad50>2.707 E F1 .207(option beha)2.707 F -.15(ve)-.2 G 2.707(ss).15 G
+(imilarly)-2.707 E 2.707(,b)-.65 G .207(ut displays only)-2.907 F 1.552
+(the actions associated with each)144 468 R F0(sigspec)4.052 E F1(ar)
+4.052 E(gument.)-.18 E F2<ad50>6.552 E F1 1.553(requires at least one)
+4.052 F F0(sigspec)4.053 E F1(ar)4.053 E(gument.)-.18 E(The)144 480 Q F2
+<ad50>2.78 E F1(or)2.78 E F2<ad70>2.78 E F1 .279
+(options may be used in a subshell en)2.78 F .279
+(vironment \(e.g., command substitution\) and, as)-.4 F .238
+(long as the)144 492 R 2.738(ya)-.15 G .238(re used before)-2.738 F F2
+(trap)2.738 E F1 .238(is used to change a signal')2.738 F 2.739(sh)-.55
+G .239(andling, will display the state of its)-2.739 F(parent')144 504 Q
+2.5(st)-.55 G(raps.)-2.5 E(The)144 520.8 Q F2<ad6c>2.516 E F1 .016
+(option prints a list of signal names and their corresponding numbers.)
+2.516 F(Each)5.015 E F0(sigspec)2.855 E F1 .015(is either)2.825 F 2.614
+(as)144 532.8 S .114(ignal name de\214ned in <)-2.614 F F0(signal.h)A F1
+.114(>, or a signal number)B 5.114(.S)-.55 G .115
+(ignal names are case insensiti)-5.114 F .415 -.15(ve a)-.25 H .115
+(nd the).15 F/F3 9/Times-Bold@0 SF(SIG)144 544.8 Q F1 .783
+(pre\214x is optional.)3.033 F(If)5.783 E F2<ad6c>3.283 E F1 .782
+(is supplied with no)3.283 F F0(sigspec)3.282 E F1(ar)3.282 E .782
+(guments, it prints a list of v)-.18 F .782(alid signal)-.25 F(names.)
+144 556.8 Q .016(If a)144 573.6 R F0(sigspec)2.856 E F1(is)2.826 E F3
+(EXIT)2.516 E F1(\(0\),)2.266 E F0(action)2.846 E F1 .016(is e)2.756 F
+-.15(xe)-.15 G .016(cuted on e).15 F .017(xit from the shell.)-.15 F
+.017(If a)5.017 F F0(sigspec)2.857 E F1(is)2.827 E F3(DEB)2.517 E(UG)
+-.09 E/F4 9/Times-Roman@0 SF(,)A F0(action)2.597 E F1(is)2.757 E -.15
+(exe)144 585.6 S .798(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F0
+.798(simple command)3.298 F F1(,)A F0(for)3.298 E F1(command,)3.298 E F0
+(case)3.297 E F1(command,)3.297 E F0(select)3.297 E F1 .797
+(command, \(\( arith-)3.297 F .573
+(metic command, [[ conditional command, arithmetic)144 597.6 R F0(for)
+3.073 E F1 .574(command, and before the \214rst command)3.073 F -.15
+(exe)144 609.6 S .698(cutes in a shell function \(see).15 F F3 .698
+(SHELL GRAMMAR)3.198 F F1(in)2.948 E F0(bash)3.198 E F1 3.198
+(\(1\)\). Refer)B .698(to the description of the)3.198 F F2(extdeb)144
+621.6 Q(ug)-.2 E F1 1.286(shell option \(see)3.786 F F2(shopt)3.786 E F1
+(in)3.786 E F0(bash)3.786 E F1 1.286(\(1\)\) for details of its ef)B
+1.287(fect on the)-.25 F F2(DEB)3.787 E(UG)-.1 E F1 3.787(trap. If)3.787
+F(a)3.787 E F0(sigspec)144.34 633.6 Q F1(is)2.974 E F3(RETURN)2.664 E F4
+(,)A F0(action)2.744 E F1 .164(is e)2.904 F -.15(xe)-.15 G .163
+(cuted each time a shell function or a script e).15 F -.15(xe)-.15 G
+.163(cuted with the).15 F F2(.)2.663 E F1(or)2.663 E F2(sour)144 645.6 Q
+(ce)-.18 E F1 -.2(bu)2.5 G(iltins \214nishes e).2 E -.15(xe)-.15 G
+(cuting.).15 E .348(If a)144 662.4 R F0(sigspec)3.188 E F1(is)3.159 E F3
+(ERR)2.849 E F4(,)A F0(action)2.929 E F1 .349(is e)3.089 F -.15(xe)-.15
+G .349(cuted whene).15 F -.15(ve)-.25 G 2.849(rap).15 G .349
+(ipeline \(which may consist of a single simple)-2.849 F .165
+(command\), a list, or a compound command returns a non\255zero e)144
+674.4 R .164(xit status, subject to the follo)-.15 F(wing)-.25 E 2.576
+(conditions. The)144 686.4 R F3(ERR)2.576 E F1 .076(trap is not e)2.326
+F -.15(xe)-.15 G .076(cuted if the f).15 F .077
+(ailed command is part of the command list imme-)-.1 F .507
+(diately follo)144 698.4 R .507(wing a)-.25 F F2(while)3.006 E F1(or)
+3.006 E F2(until)3.006 E F1 -.1(ke)3.006 G(yw)-.05 E .506
+(ord, part of the test in an)-.1 F F0(if)3.016 E F1 .506
+(statement, part of a command)4.966 F -.15(exe)144 710.4 S .806
+(cuted in a).15 F F2(&&)3.306 E F1(or)3.307 E F2(||)3.307 E F1 .807
+(list e)3.307 F .807(xcept the command follo)-.15 F .807
+(wing the \214nal)-.25 F F2(&&)3.307 E F1(or)3.307 E F2(||)3.307 E F1
+3.307(,a)C 1.107 -.15(ny c)-3.307 H .807(ommand in a).15 F .759
+(pipeline b)144 722.4 R .758(ut the last \(subject to the state of the)
+-.2 F F2(pipefail)3.258 E F1 .758(shell option\), or if the command')
+3.258 F 3.258(sr)-.55 G(eturn)-3.258 E(GNU Bash 5.2)72 768 Q
+(2023 January 27)141.79 E(25)190.95 E 0 Cg EP
+%%Page: 26 26
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E -.25
+(va)144 84 S(lue is being in).25 E -.15(ve)-.4 G(rted using).15 E/F2 10
+/Times-Bold@0 SF(!)2.5 E F1 5(.T)C(hese are the same conditions obe)-5 E
 (yed by the)-.15 E F2(err)2.5 E(exit)-.18 E F1(\()2.5 E F2<ad65>A F1 2.5
-(\)o)C(ption.)-2.5 E .069(When the shell is not interacti)144 549.6 R
+(\)o)C(ption.)-2.5 E .069(When the shell is not interacti)144 100.8 R
 -.15(ve)-.25 G 2.569(,s).15 G .07
 (ignals ignored upon entry to the shell cannot be trapped or reset.)
--2.569 F(Interacti)144 561.6 Q .952 -.15(ve s)-.25 H .652
+-2.569 F(Interacti)144 112.8 Q .952 -.15(ve s)-.25 H .652
 (hells permit trapping signals ignored on entry).15 F 5.651(.T)-.65 G
 .651(rapped signals that are not being ig-)-6.001 F .576
-(nored are reset to their original v)144 573.6 R .576
+(nored are reset to their original v)144 124.8 R .576
 (alues in a subshell or subshell en)-.25 F .577
-(vironment when one is created.)-.4 F(The return status is f)144 585.6 Q
+(vironment when one is created.)-.4 F(The return status is f)144 136.8 Q
 (alse if an)-.1 E(y)-.15 E F0(sigspec)2.84 E F1(is in)2.81 E -.25(va)-.4
 G(lid; otherwise).25 E F2(trap)2.5 E F1(returns true.)2.5 E F2(true)108
-602.4 Q F1(Does nothing, returns a 0 status.)144 602.4 Q F2(type)108
-619.2 Q F1([)2.5 E F2(\255aftpP)A F1(])A F0(name)2.5 E F1([)2.5 E F0
-(name)A F1 1.666(...)2.5 G(])-1.666 E -.4(Wi)144 631.2 S .174
-(th no options, indicate ho).4 F 2.674(we)-.25 G(ach)-2.674 E F0(name)
-3.034 E F1 -.1(wo)2.854 G .173
-(uld be interpreted if used as a command name.).1 F .173(If the)5.173 F
-F2<ad74>144 643.2 Q F1 .715(option is used,)3.215 F F2(type)3.215 E F1
-.715(prints a string which is one of)3.215 F F0(alias)3.545 E F1(,).27 E
-F0 -.1(ke)3.215 G(ywor)-.2 E(d)-.37 E F1(,).77 E F0(function)5.185 E F1
-(,).24 E F0 -.2(bu)3.215 G(iltin).2 E F1 3.215(,o).24 G(r)-3.215 E F0
-(\214le)5.125 E F1(if)3.395 E F0(name)144.36 655.2 Q F1 .378
-(is an alias, shell reserv)3.058 F .377(ed w)-.15 F .377
-(ord, function, b)-.1 F .377(uiltin, or e)-.2 F -.15(xe)-.15 G .377
-(cutable disk \214le, respecti).15 F -.15(ve)-.25 G(ly).15 E 5.377(.I)
--.65 G 2.877(ft)-5.377 G(he)-2.877 E F0(name)144.36 667.2 Q F1 .645
-(is not found, then nothing is printed, and)3.325 F F2(type)3.146 E F1
-.646(returns a non-zero e)3.146 F .646(xit status.)-.15 F .646(If the)
-5.646 F F2<ad70>3.146 E F1(op-)3.146 E .642(tion is used,)144 679.2 R F2
-(type)3.142 E F1 .642(either returns the name of the e)3.142 F -.15(xe)
--.15 G .642(cutable \214le that w).15 F .641(ould be found by searching)
--.1 F F2($P)144 691.2 Q -.95(AT)-.74 G(H).95 E F1(if)3.06 E F0(name)3.42
-E F1 .56(were speci\214ed as a command name, or nothing if w)3.24 F .56
-(ould not return)-.1 F F0(\214le)4.97 E F1 5.56(.T).18 G(he)-5.56 E F2
-<ad50>3.06 E F1 .04(option forces a)144 703.2 R F3 -.666(PA)2.54 G(TH)
--.189 E F1 .04(search for each)2.29 F F0(name)2.54 E F1 2.54(,e)C -.15
-(ve)-2.79 G 2.54(ni).15 G 2.54(fw)-2.54 G .04(ould not return)-2.64 F F0
-(\214le)4.45 E F1 5.04(.I).18 G 2.54(fac)-5.04 G .04(ommand is hashed,)
--2.54 F F2<ad70>144 715.2 Q F1(and)3.283 E F2<ad50>3.283 E F1 .784
-(print the hashed v)3.283 F .784
+153.6 Q F1(Does nothing, returns a 0 status.)144 153.6 Q F2(type)108
+170.4 Q F1([)2.5 E F2(\255aftpP)A F1(])A F0(name)2.5 E F1([)2.5 E F0
+(name)A F1 1.666(...)2.5 G(])-1.666 E(Indicate ho)144 182.4 Q 2.5(we)
+-.25 G(ach)-2.5 E F0(name)2.86 E F1 -.1(wo)2.68 G
+(uld be interpreted if used as a command name.).1 E .801(If the)144
+199.2 R F2<ad74>3.301 E F1 .801(option is used,)3.301 F F2(type)3.301 E
+F1 .801(prints a string which is one of)3.301 F F0(alias)3.63 E F1(,).27
+E F0 -.1(ke)3.3 G(ywor)-.2 E(d)-.37 E F1(,).77 E F0(function)5.27 E F1
+(,).24 E F0 -.2(bu)3.3 G(iltin).2 E F1 3.3(,o).24 G(r)-3.3 E F0(\214le)
+145.91 211.2 Q F1(if)3.622 E F0(name)3.802 E F1 .942
+(is an alias, shell reserv)3.622 F .942(ed w)-.15 F .942
+(ord, function, b)-.1 F .942(uiltin, or e)-.2 F -.15(xe)-.15 G .942
+(cutable \214le, respecti).15 F -.15(ve)-.25 G(ly).15 E 5.942(.I)-.65 G
+(f)-5.942 E(the)144 223.2 Q F0(name)2.86 E F1(is not found,)2.68 E F2
+(type)2.5 E F1(prints nothing and returns a non-zero e)2.5 E
+(xit status.)-.15 E 1.483(If the)144 240 R F2<ad70>3.983 E F1 1.483
+(option is used,)3.983 F F2(type)3.983 E F1 1.482
+(either returns the pathname of the e)3.982 F -.15(xe)-.15 G 1.482
+(cutable \214le that w).15 F 1.482(ould be)-.1 F .543
+(found by searching)144 252 R F2($P)3.043 E -.95(AT)-.74 G(H).95 E F1
+(for)3.043 E F0(name)3.403 E F1 .543(or nothing if w)3.223 F .544
+(ould not return)-.1 F F0(\214le)4.954 E F1 5.544(.T).18 G(he)-5.544 E
+F2<ad50>3.044 E F1 .544(option forces a)3.044 F/F3 9/Times-Bold@0 SF
+-.666(PA)144 264 S(TH)-.189 E F1 .038(search for each)2.288 F F0(name)
+2.538 E F1 2.538(,e)C -.15(ve)-2.788 G 2.538(ni).15 G 2.538(fw)-2.538 G
+.038(ould not return)-2.638 F F0(\214le)4.448 E F1 5.038(.I).18 G(f)
+-5.038 E F0(name)2.538 E F1 .038(is present in the table of hashed)2.538
+F(commands,)144 276 Q F2<ad70>2.804 E F1(and)2.804 E F2<ad50>2.804 E F1
+.304(print the hashed v)2.804 F .304
 (alue, which is not necessarily the \214le that appears \214rst in)-.25
-F F3 -.666(PA)3.284 G(TH)-.189 E F4(.)A F1(If)5.284 E(the)144 727.2 Q F2
-<ad61>3.73 E F1 1.23(option is used,)3.73 F F2(type)3.73 E F1 1.23
-(prints all of the places that contain a command named)3.73 F F0(name)
-4.09 E F1 6.23(.T).18 G(his)-6.23 E(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(24)190.95 E 0 Cg EP
-%%Page: 25 25
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .735
-(includes aliases, reserv)144 84 R .735(ed w)-.15 F .736
-(ords, functions, and b)-.1 F .736(uiltins, b)-.2 F .736
-(ut the path search options \()-.2 F/F2 10/Times-Bold@0 SF<ad70>A F1
+F F3 -.666(PA)144 288 S(TH)-.189 E/F4 9/Times-Roman@0 SF(.)A F1 .653
+(If the)144 304.8 R F2<ad61>3.153 E F1 .653(option is used,)3.153 F F2
+(type)3.153 E F1 .653
+(prints all of the places that contain a command named)3.153 F F0(name)
+3.512 E F1 5.652(.T).18 G(his)-5.652 E .735(includes aliases, reserv)144
+316.8 R .735(ed w)-.15 F .736(ords, functions, and b)-.1 F .736
+(uiltins, b)-.2 F .736(ut the path search options \()-.2 F F2<ad70>A F1
 (and)3.236 E F2<ad50>3.236 E F1(\))A .292
-(can be supplied to restrict the output to e)144 96 R -.15(xe)-.15 G
+(can be supplied to restrict the output to e)144 328.8 R -.15(xe)-.15 G
 .292(cutable \214les.).15 F F2(type)5.292 E F1 .291
-(does not consult the table of hashed)2.792 F 1.069(commands when using)
-144 108 R F2<ad61>3.569 E F1(with)3.569 E F2<ad70>3.569 E F1 3.569(,a)C
-1.069(nd only performs a)-3.569 F/F3 9/Times-Bold@0 SF -.666(PA)3.569 G
-(TH)-.189 E F1 1.07(search for)3.319 F F0(name)3.57 E F1 6.07(.T)C(he)
--6.07 E F2<ad66>3.57 E F1(option)3.57 E .002
-(suppresses shell function lookup, as with the)144 120 R F2(command)
-2.502 E F1 -.2(bu)2.502 G(iltin.).2 E F2(type)5.002 E F1 .002
-(returns true if all of the ar)2.502 F(gu-)-.18 E(ments are found, f)144
-132 Q(alse if an)-.1 E 2.5(ya)-.15 G(re not found.)-2.5 E F2(ulimit)108
-148.8 Q F1([)2.5 E F2(\255HS)A F1(])A F2<ad61>2.5 E(ulimit)108 160.8 Q
+(does not consult the table of hashed)2.792 F(commands when using)144
+340.8 Q F2<ad61>2.5 E F1(with)2.5 E F2<ad70>2.5 E F1 2.5(,a)C
+(nd only performs a)-2.5 E F3 -.666(PA)2.5 G(TH)-.189 E F1(search for)
+2.25 E F0(name)2.5 E F1(.)A(The)144 357.6 Q F2<ad66>2.757 E F1 .257
+(option suppresses shell function lookup, as with the)2.757 F F2
+(command)2.757 E F1 -.2(bu)2.758 G(iltin.).2 E F2(type)5.258 E F1 .258
+(returns true if)2.758 F(all of the ar)144 369.6 Q(guments are found, f)
+-.18 E(alse if an)-.1 E 2.5(ya)-.15 G(re not found.)-2.5 E F2(ulimit)108
+386.4 Q F1([)2.5 E F2(\255HS)A F1(])A F2<ad61>2.5 E(ulimit)108 398.4 Q
 F1([)2.5 E F2(\255HS)A F1 2.5(][)C F2(\255bcde\214klmnpqrstuvxPR)-2.5 E
-(T)-.4 E F1([)2.5 E F0(limit)A F1(]])A(Pro)144 172.8 Q .243
-(vides control o)-.15 F -.15(ve)-.15 G 2.743(rt).15 G .243
-(he resources a)-2.743 F -.25(va)-.2 G .244
-(ilable to the shell and to processes started by it, on systems).25 F
-.944(that allo)144 184.8 R 3.444(ws)-.25 G .944(uch control.)-3.444 F
-(The)5.944 E F2<ad48>3.444 E F1(and)3.444 E F2<ad53>3.444 E F1 .943
-(options specify that the hard or soft limit is set for the)3.444 F(gi)
-144 196.8 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208
-(hard limit cannot be increased by a non-root user once it is set; a so\
-ft limit may)2.708 F .426(be increased up to the v)144 208.8 R .426
-(alue of the hard limit.)-.25 F .425(If neither)5.426 F F2<ad48>2.925 E
-F1(nor)2.925 E F2<ad53>2.925 E F1 .425
-(is speci\214ed, both the soft and)2.925 F .139(hard limits are set.)144
-220.8 R .139(The v)5.139 F .139(alue of)-.25 F F0(limit)2.729 E F1 .139
-(can be a number in the unit speci\214ed for the resource or one)3.319 F
-.742(of the special v)144 232.8 R(alues)-.25 E F2(hard)3.242 E F1(,)A F2
-(soft)3.241 E F1 3.241(,o)C(r)-3.241 E F2(unlimited)3.241 E F1 3.241(,w)
-C .741(hich stand for the current hard limit, the current)-3.241 F .023
-(soft limit, and no limit, respecti)144 244.8 R -.15(ve)-.25 G(ly).15 E
-5.023(.I)-.65 G(f)-5.023 E F0(limit)2.613 E F1 .023
-(is omitted, the current v)3.203 F .023
-(alue of the soft limit of the re-)-.25 F .985
-(source is printed, unless the)144 256.8 R F2<ad48>3.485 E F1 .984
-(option is gi)3.485 F -.15(ve)-.25 G 3.484(n. When).15 F .984
-(more than one resource is speci\214ed, the)3.484 F .7
-(limit name and unit, if appropriate, are printed before the v)144 268.8
-R 3.2(alue. Other)-.25 F .7(options are interpreted as)3.2 F(follo)144
-280.8 Q(ws:)-.25 E F2<ad61>144 292.8 Q F1
-(All current limits are reported; no limits are set)180 292.8 Q F2<ad62>
-144 304.8 Q F1(The maximum sock)180 304.8 Q(et b)-.1 E(uf)-.2 E
-(fer size)-.25 E F2<ad63>144 316.8 Q F1
-(The maximum size of core \214les created)180 316.8 Q F2<ad64>144 328.8
-Q F1(The maximum size of a process')180 328.8 Q 2.5(sd)-.55 G(ata se)
--2.5 E(gment)-.15 E F2<ad65>144 340.8 Q F1
-(The maximum scheduling priority \()180 340.8 Q F2<ad66>144 352.8 Q F1
-(The maximum size of \214les written by the shell and its children)180
-352.8 Q F2<ad69>144 364.8 Q F1(The maximum number of pending signals)180
-364.8 Q F2<ad6b>144 376.8 Q F1
-(The maximum number of kqueues that may be allocated)180 376.8 Q F2
-<ad6c>144 388.8 Q F1(The maximum size that may be lock)180 388.8 Q
-(ed into memory)-.1 E F2<ad6d>144 400.8 Q F1
-(The maximum resident set size \(man)180 400.8 Q 2.5(ys)-.15 G
-(ystems do not honor this limit\))-2.5 E F2<ad6e>144 412.8 Q F1 .791(Th\
-e maximum number of open \214le descriptors \(most systems do not allo)
-180 412.8 R 3.29(wt)-.25 G .79(his v)-3.29 F .79(alue to)-.25 F
-(be set\))180 424.8 Q F2<ad70>144 436.8 Q F1
-(The pipe size in 512-byte blocks \(this may not be set\))180 436.8 Q F2
-<ad71>144 448.8 Q F1
-(The maximum number of bytes in POSIX message queues)180 448.8 Q F2
-<ad72>144 460.8 Q F1(The maximum real-time scheduling priority)180 460.8
-Q F2<ad73>144 472.8 Q F1(The maximum stack size)180 472.8 Q F2<ad74>144
-484.8 Q F1(The maximum amount of cpu time in seconds)180 484.8 Q F2
-<ad75>144 496.8 Q F1(The maximum number of processes a)180 496.8 Q -.25
-(va)-.2 G(ilable to a single user).25 E F2<ad76>144 508.8 Q F1 .47
-(The maximum amount of virtual memory a)180 508.8 R -.25(va)-.2 G .47
-(ilable to the shell and, on some systems, to).25 F(its children)180
-520.8 Q F2<ad78>144 532.8 Q F1(The maximum number of \214le locks)180
-532.8 Q F2<ad50>144 544.8 Q F1(The maximum number of pseudoterminals)180
-544.8 Q F2<ad52>144 556.8 Q F1(The maximum time a real-time process can\
- run before blocking, in microseconds)180 556.8 Q F2<ad54>144 568.8 Q F1
-(The maximum number of threads)180 568.8 Q(If)144 585.6 Q F0(limit)3.058
-E F1 .468(is gi)3.648 F -.15(ve)-.25 G .468(n, and the).15 F F2<ad61>
-2.968 E F1 .468(option is not used,)2.968 F F0(limit)2.968 E F1 .468
-(is the ne)2.968 F 2.968(wv)-.25 G .468
-(alue of the speci\214ed resource.)-3.218 F(If)5.468 E .044
-(no option is gi)144 597.6 R -.15(ve)-.25 G .044(n, then).15 F F2<ad66>
-2.544 E F1 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045
-(lues are in 1024-byte increments, e)1.11 F .045(xcept for)-.15 F F2
-<ad74>2.545 E F1 2.545(,w)C .045(hich is)-2.545 F .67(in seconds;)144
-609.6 R F2<ad52>3.17 E F1 3.17(,w)C .67(hich is in microseconds;)-3.17 F
-F2<ad70>3.17 E F1 3.17(,w)C .67(hich is in units of 512-byte blocks;)
--3.17 F F2<ad50>3.17 E F1(,)A F2<ad54>3.17 E F1(,)A F2<ad62>3.17 E F1(,)
-A F2<ad6b>144 621.6 Q F1(,)A F2<ad6e>3.736 E F1 3.736(,a)C(nd)-3.736 E
-F2<ad75>3.736 E F1 3.736(,w)C 1.236(hich are unscaled v)-3.736 F 1.236
-(alues; and, when in posix mode,)-.25 F F2<ad63>3.736 E F1(and)3.736 E
-F2<ad66>3.736 E F1 3.736(,w)C 1.237(hich are in)-3.736 F .239
-(512-byte increments.)144 633.6 R .238
-(The return status is 0 unless an in)5.239 F -.25(va)-.4 G .238
-(lid option or ar).25 F .238(gument is supplied, or an)-.18 F
-(error occurs while setting a ne)144 645.6 Q 2.5(wl)-.25 G(imit.)-2.5 E
-F2(umask)108 662.4 Q F1([)2.5 E F2<ad70>A F1 2.5(][)C F2<ad53>-2.5 E F1
-2.5(][)C F0(mode)-2.5 E F1(])A .18
-(The user \214le-creation mask is set to)144 674.4 R F0(mode)3.06 E F1
-5.18(.I).18 G(f)-5.18 E F0(mode)3.06 E F1(be)2.86 E .18
-(gins with a digit, it is interpreted as an octal)-.15 F .066(number; o\
-therwise it is interpreted as a symbolic mode mask similar to that acce\
-pted by)144 686.4 R F0 -.15(ch)2.566 G(mod).15 E F1(\(1\).).77 E(If)144
-698.4 Q F0(mode)3.262 E F1 .382(is omitted, the current v)3.062 F .382
-(alue of the mask is printed.)-.25 F(The)5.382 E F2<ad53>2.882 E F1 .382
-(option causes the mask to be)2.882 F .547
-(printed in symbolic form; the def)144 710.4 R .547
-(ault output is an octal number)-.1 F 5.547(.I)-.55 G 3.047(ft)-5.547 G
-(he)-3.047 E F2<ad70>3.047 E F1 .547(option is supplied, and)3.047 F F0
-(mode)144.38 722.4 Q F1 .551
-(is omitted, the output is in a form that may be reused as input.)3.231
-F .552(The return status is 0 if the)5.552 F(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(25)190.95 E 0 Cg EP
-%%Page: 26 26
+(T)-.4 E F1([)2.5 E F0(limit)A F1(]])A(Pro)144 410.4 Q .279
+(vides control o)-.15 F -.15(ve)-.15 G 2.778(rt).15 G .278
+(he resources a)-2.778 F -.25(va)-.2 G .278
+(ilable to the shell and to processes it starts, on systems that).25 F
+(allo)144 422.4 Q 2.5(ws)-.25 G(uch control.)-2.5 E(The)144 439.2 Q F2
+<ad48>2.693 E F1(and)2.693 E F2<ad53>2.693 E F1 .193
+(options specify whether the hard or soft limit is set for the gi)2.693
+F -.15(ve)-.25 G 2.694(nr).15 G 2.694(esource. A)-2.694 F(hard)2.694 E
+.497(limit cannot be increased by a non-root user once it is set; a sof\
+t limit may be increased up to the)144 451.2 R -.25(va)144 463.2 S
+(lue of the hard limit.).25 E(If neither)5 E F2<ad48>2.5 E F1(nor)2.5 E
+F2<ad53>2.5 E F1(is speci\214ed,)2.5 E F2(ulimit)2.5 E F1
+(sets both the soft and hard limits.)2.5 E .402(The v)144 480 R .402
+(alue of)-.25 F F0(limit)2.992 E F1 .402(can be a number in the unit sp\
+eci\214ed for the resource or one of the special v)3.582 F(al-)-.25 E
+(ues)144 492 Q F2(hard)3.019 E F1(,)A F2(soft)3.019 E F1 3.019(,o)C(r)
+-3.019 E F2(unlimited)3.019 E F1 3.018(,w)C .518
+(hich stand for the current hard limit, the current soft limit, and no)
+-3.018 F 1.055(limit, respecti)144 504 R -.15(ve)-.25 G(ly).15 E 6.055
+(.I)-.65 G(f)-6.055 E F0(limit)3.645 E F1 1.055(is omitted,)4.235 F F2
+(ulimit)3.555 E F1 1.055(prints the current v)3.555 F 1.056
+(alue of the soft limit of the re-)-.25 F .637(source, unless the)144
+516 R F2<ad48>3.137 E F1 .637(option is gi)3.137 F -.15(ve)-.25 G 3.137
+(n. When).15 F .637
+(more than one resource is speci\214ed, the limit name)3.137 F
+(and unit, if appropriate, are printed before the v)144 528 Q 2.5
+(alue. Other)-.25 F(options are interpreted as follo)2.5 E(ws:)-.25 E F2
+<ad61>144 540 Q F1(Report all current limits; no limits are set.)180 540
+Q F2<ad62>144 552 Q F1(The maximum sock)180 552 Q(et b)-.1 E(uf)-.2 E
+(fer size.)-.25 E F2<ad63>144 564 Q F1
+(The maximum size of core \214les created.)180 564 Q F2<ad64>144 576 Q
+F1(The maximum size of a process')180 576 Q 2.5(sd)-.55 G(ata se)-2.5 E
+(gment.)-.15 E F2<ad65>144 588 Q F1(The maximum scheduling priority \()
+180 588 Q F2<ad66>144 600 Q F1
+(The maximum size of \214les written by the shell and its children.)180
+600 Q F2<ad69>144 612 Q F1(The maximum number of pending signals.)180
+612 Q F2<ad6b>144 624 Q F1
+(The maximum number of kqueues that may be allocated.)180 624 Q F2<ad6c>
+144 636 Q F1(The maximum size that may be lock)180 636 Q(ed into memory)
+-.1 E(.)-.65 E F2<ad6d>144 648 Q F1(The maximum resident set size \(man)
+180 648 Q 2.5(ys)-.15 G(ystems do not honor this limit\).)-2.5 E F2
+<ad6e>144 660 Q F1 .791(The maximum number of open \214le descriptors \
+\(most systems do not allo)180 660 R 3.291(wt)-.25 G .791(his v)-3.291 F
+.791(alue to)-.25 F(be set\).)180 672 Q F2<ad70>144 684 Q F1
+(The pipe size in 512-byte blocks \(this may not be set\).)180 684 Q F2
+<ad71>144 696 Q F1(The maximum number of bytes in POSIX message queues.)
+180 696 Q(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(26)190.95 E 0
+Cg EP
+%%Page: 27 27
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(mode w)144 84 Q(as successfully changed or if no)-.1 E F0(mode)2.5 E F1
-(ar)2.5 E(gument w)-.18 E(as supplied, and f)-.1 E(alse otherwise.)-.1 E
-/F2 10/Times-Bold@0 SF(unalias)108 100.8 Q F1<5bad>2.5 E F2(a)A F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E(Remo)144 112.8 Q
-1.058 -.15(ve e)-.15 H(ach).15 E F0(name)3.258 E F1 .758
-(from the list of de\214ned aliases.)3.258 F(If)5.758 E F2<ad61>3.258 E
-F1 .757(is supplied, all alias de\214nitions are re-)3.258 F(mo)144
-124.8 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
+/Times-Bold@0 SF<ad72>144 84 Q F1
+(The maximum real-time scheduling priority)180 84 Q(.)-.65 E F2<ad73>144
+96 Q F1(The maximum stack size.)180 96 Q F2<ad74>144 108 Q F1
+(The maximum amount of cpu time in seconds.)180 108 Q F2<ad75>144 120 Q
+F1(The maximum number of processes a)180 120 Q -.25(va)-.2 G
+(ilable to a single user).25 E(.)-.55 E F2<ad76>144 132 Q F1 .47
+(The maximum amount of virtual memory a)180 132 R -.25(va)-.2 G .47
+(ilable to the shell and, on some systems, to).25 F(its children.)180
+144 Q F2<ad78>144 156 Q F1(The maximum number of \214le locks.)180 156 Q
+F2<ad50>144 168 Q F1(The maximum number of pseudoterminals.)180 168 Q F2
+<ad52>144 180 Q F1(The maximum time a real-time process can run before \
+blocking, in microseconds.)180 180 Q F2<ad54>144 192 Q F1
+(The maximum number of threads.)180 192 Q(If)144 208.8 Q F0(limit)3.061
+E F1 .471(is supplied, and the)3.651 F F2<ad61>2.971 E F1 .471
+(option is not used,)2.971 F F0(limit)2.971 E F1 .471(is the ne)2.971 F
+2.971(wv)-.25 G .471(alue of the speci\214ed resource.)-3.221 F
+(If no option is supplied, then)144 220.8 Q F2<ad66>2.5 E F1
+(is assumed.)2.5 E -1.11(Va)144 237.6 S .388
+(lues are in 1024-byte increments, e)1.11 F .388(xcept for)-.15 F F2
+<ad74>2.888 E F1 2.888(,w)C .388(hich is in seconds;)-2.888 F F2<ad52>
+2.888 E F1 2.888(,w)C .388(hich is in microsec-)-2.888 F(onds;)144 249.6
+Q F2<ad70>3.286 E F1 3.286(,w)C .786
+(hich is in units of 512-byte blocks;)-3.286 F F2<ad50>3.287 E F1(,)A F2
+<ad54>3.287 E F1(,)A F2<ad62>3.287 E F1(,)A F2<ad6b>3.287 E F1(,)A F2
+<ad6e>3.287 E F1 3.287(,a)C(nd)-3.287 E F2<ad75>3.287 E F1 3.287(,w)C
+.787(hich are unscaled)-3.287 F -.25(va)144 261.6 S .498
+(lues; and, when in posix mode,).25 F F2<ad63>2.998 E F1(and)2.998 E F2
+<ad66>2.998 E F1 2.998(,w)C .498(hich are in 512-byte increments.)-2.998
+F .498(The return status)5.498 F(is 0 unless an in)144 273.6 Q -.25(va)
+-.4 G(lid option or ar).25 E
+(gument is supplied, or an error occurs while setting a ne)-.18 E 2.5
+(wl)-.25 G(imit.)-2.5 E F2(umask)108 290.4 Q F1([)2.5 E F2<ad70>A F1 2.5
+(][)C F2<ad53>-2.5 E F1 2.5(][)C F0(mode)-2.5 E F1(])A .791
+(Set the user \214le-creation mask to)144 302.4 R F0(mode)3.671 E F1
+5.792(.I).18 G(f)-5.792 E F0(mode)3.672 E F1(be)3.472 E .792
+(gins with a digit, it is interpreted as an octal)-.15 F .066(number; o\
+therwise it is interpreted as a symbolic mode mask similar to that acce\
+pted by)144 314.4 R F0 -.15(ch)2.566 G(mod).15 E F1(\(1\).).77 E(If)144
+326.4 Q F0(mode)3.031 E F1 .151(is omitted,)2.831 F F2(umask)2.651 E F1
+.152(prints the current v)2.651 F .152(alue of the mask.)-.25 F(The)
+5.152 E F2<ad53>2.652 E F1 .152(option without a)2.652 F F0(mode)2.652 E
+F1(ar)2.652 E(-)-.2 E .394
+(gument prints the mask in a symbolic format; the def)144 338.4 R .394
+(ault output is an octal number)-.1 F 5.394(.I)-.55 G 2.894(ft)-5.394 G
+(he)-2.894 E F2<ad70>2.893 E F1(op-)2.893 E .329(tion is supplied, and)
+144 350.4 R F0(mode)3.209 E F1 .329
+(is omitted, the output is in a form that may be reused as input.)3.009
+F .329(The re-)5.329 F .151(turn status is zero if the mode w)144 362.4
+R .151(as successfully changed or if no)-.1 F F0(mode)2.65 E F1(ar)2.65
+E .15(gument w)-.18 F .15(as supplied, and)-.1 F(non-zero otherwise.)144
+374.4 Q F2(unalias)108 391.2 Q F1<5bad>2.5 E F2(a)A F1 2.5(][)C F0(name)
+-2.5 E F1 1.666(...)2.5 G(])-1.666 E(Remo)144 403.2 Q .706 -.15(ve e)
+-.15 H(ach).15 E F0(name)2.906 E F1 .406
+(from the list of de\214ned aliases.)2.906 F(If)5.406 E F2<ad61>2.906 E
+F1 .406(is supplied, remo)2.906 F .707 -.15(ve a)-.15 H .407
+(ll alias de\214nitions.).15 F(The return v)144 415.2 Q
 (alue is true unless a supplied)-.25 E F0(name)2.86 E F1
-(is not a de\214ned alias.)2.68 E F2(unset)108 141.6 Q F1<5bad>2.5 E F2
+(is not a de\214ned alias.)2.68 E F2(unset)108 432 Q F1<5bad>2.5 E F2
 (fv)A F1 2.5(][)C<ad>-2.5 E F2(n)A F1 2.5(][)C F0(name)-2.5 E F1 1.666
-(...)2.5 G(])-1.666 E -.15(Fo)144 153.6 S 3.803(re).15 G(ach)-3.803 E F0
-(name)4.163 E F1 3.803(,r).18 G(emo)-3.803 E 1.603 -.15(ve t)-.15 H
-1.303(he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303
-(If the)6.303 F F2<ad76>3.804 E F1 1.304(option is gi)3.804 F -.15(ve)
--.25 G 1.304(n, each).15 F F0(name)144.36 165.6 Q F1 .465
-(refers to a shell v)3.145 F .464(ariable, and that v)-.25 F .464
-(ariable is remo)-.25 F -.15(ve)-.15 G 2.964(d. Read-only).15 F -.25(va)
-2.964 G .464(riables may not be un-).25 F 2.768(set. If)144 177.6 R F2
-<ad66>2.768 E F1 .269(is speci\214ed, each)2.768 F F0(name)3.129 E F1
-.269(refers to a shell function, and the function de\214nition is remo)
-2.949 F -.15(ve)-.15 G(d.).15 E .404(If the)144 189.6 R F2<ad6e>2.904 E
-F1 .404(option is supplied, and)2.904 F F0(name)2.904 E F1 .404(is a v)
-2.904 F .404(ariable with the)-.25 F F0(namer)2.904 E(ef)-.37 E F1
-(attrib)2.904 E(ute,)-.2 E F0(name)2.904 E F1 .403(will be unset)2.904 F
-.719(rather than the v)144 201.6 R .719(ariable it references.)-.25 F F2
-<ad6e>5.719 E F1 .719(has no ef)3.219 F .719(fect if the)-.25 F F2<ad66>
-3.22 E F1 .72(option is supplied.)3.22 F .72(If no options)5.72 F .737
-(are supplied, each)144 213.6 R F0(name)3.237 E F1 .737(refers to a v)
-3.237 F .737(ariable; if there is no v)-.25 F .736
-(ariable by that name, a function with)-.25 F 1.761(that name, if an)144
-225.6 R 3.061 -.65(y, i)-.15 H 4.261(su).65 G 4.261(nset. Each)-4.261 F
-1.761(unset v)4.261 F 1.761(ariable or function is remo)-.25 F -.15(ve)
--.15 G 4.262(df).15 G 1.762(rom the en)-4.262 F(vironment)-.4 E 3.172
-(passed to subsequent commands.)144 237.6 R 3.172(If an)8.172 F 5.672
-(yo)-.15 G(f)-5.672 E/F3 9/Times-Bold@0 SF -.27(BA)5.672 G(SH_ALIASES)
-.27 E/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)5.421 G(SH_ARGV0).27 E F4(,)A
-F3 -.27(BA)5.421 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 249.6 S
-(SH_COMMAND).27 E F4(,)A F3 -.27(BA)11.481 G(SH_SUBSHELL).27 E F4(,)A F3
--.27(BA)11.482 G(SHPID).27 E F4(,)A F3(COMP_W)11.482 E(ORDBREAKS)-.09 E
-F4(,)A F3(DIRST)11.482 E -.495(AC)-.81 G(K).495 E F4(,)A F3(EPOCHREAL)
-144 261.6 Q(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.67 E F4(,)A F3(FUNCN)
-2.67 E(AME)-.18 E F4(,)A F3(GR)2.67 E(OUPS)-.27 E F4(,)A F3(HISTCMD)2.67
-E F4(,)A F3(LINENO)2.67 E F4(,)A F3(RANDOM)2.67 E F4(,)A F3(SECONDS)144
-273.6 Q F4(,)A F1(or)4.029 E F3(SRANDOM)4.279 E F1 1.779(are unset, the)
-4.029 F 4.279(yl)-.15 G 1.779(ose their special properties, e)-4.279 F
--.15(ve)-.25 G 4.279(ni).15 G 4.28(ft)-4.279 G(he)-4.28 E 4.28(ya)-.15 G
-1.78(re subse-)-4.28 F(quently reset.)144 285.6 Q(The e)5 E
-(xit status is true unless a)-.15 E F0(name)2.86 E F1
-(is readonly or may not be unset.)2.68 E F2(wait)108 302.4 Q F1([)2.5 E
+(...)2.5 G(])-1.666 E -.15(Fo)144 444 S 3.804(re).15 G(ach)-3.804 E F0
+(name)4.164 E F1 3.804(,r).18 G(emo)-3.804 E 1.604 -.15(ve t)-.15 H
+1.304(he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303
+(If the)6.303 F F2<ad76>3.803 E F1 1.303(option is gi)3.803 F -.15(ve)
+-.25 G 1.303(n, each).15 F F0(name)144.36 456 Q F1 .069
+(refers to a shell v)2.748 F .069(ariable, and that v)-.25 F .069
+(ariable is remo)-.25 F -.15(ve)-.15 G 2.569(d. If).15 F F2<ad66>2.569 E
+F1 .069(is speci\214ed, each)2.569 F F0(name)2.929 E F1 .069(refers to)
+2.749 F 2.566(as)144 468 S .066
+(hell function, and the function de\214nition is remo)-2.566 F -.15(ve)
+-.15 G 2.566(d. If).15 F(the)2.566 E F2<ad6e>2.565 E F1 .065
+(option is supplied, and)2.565 F F0(name)2.565 E F1 .065(is a)2.565 F
+-.25(va)144 480 S .874(riable with the).25 F F0(namer)3.374 E(ef)-.37 E
+F1(attrib)3.374 E(ute,)-.2 E F0(name)3.374 E F1 .875
+(will be unset rather than the v)3.375 F .875(ariable it references.)
+-.25 F F2<ad6e>5.875 E F1 1.217(has no ef)144 492 R 1.217(fect if the)
+-.25 F F2<ad66>3.716 E F1 1.216(option is supplied.)3.716 F 1.216
+(Read-only v)6.216 F 1.216(ariables and functions may not be unset.)-.25
+F .713(When v)144 504 R .713(ariables or functions are remo)-.25 F -.15
+(ve)-.15 G .713(d, the).15 F 3.214(ya)-.15 G .714(re also remo)-3.214 F
+-.15(ve)-.15 G 3.214(df).15 G .714(rom the en)-3.214 F .714
+(vironment passed to)-.4 F 1.004(subsequent commands.)144 516 R 1.003
+(If no options are supplied, each)6.004 F F0(name)3.503 E F1 1.003
+(refers to a v)3.503 F 1.003(ariable; if there is no)-.25 F -.25(va)144
+528 S .176(riable by that name, a function with that name, if an).25 F
+1.477 -.65(y, i)-.15 H 2.677(su).65 G 2.677(nset. Some)-2.677 F .177
+(shell v)2.677 F .177(ariables may not be)-.25 F 2.805(unset. If)144 540
+R(an)2.805 E 2.804(yo)-.15 G(f)-2.804 E/F3 9/Times-Bold@0 SF -.27(BA)
+2.804 G(SH_ALIASES).27 E/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)2.554 G
+(SH_ARGV0).27 E F4(,)A F3 -.27(BA)2.554 G(SH_CMDS).27 E F4(,)A F3 -.27
+(BA)2.554 G(SH_COMMAND).27 E F4(,)A F3 -.27(BA)2.554 G(SH_SUB-).27 E
+(SHELL)144 552 Q F4(,)A F3 -.27(BA)2.79 G(SHPID).27 E F4(,)A F3(COMP_W)
+2.79 E(ORDBREAKS)-.09 E F4(,)A F3(DIRST)2.79 E -.495(AC)-.81 G(K).495 E
+F4(,)A F3(EPOCHREAL)2.79 E(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.79 E F4
+(,)A F3(FUNCN)144 564 Q(AME)-.18 E F4(,)A F3(GR)4.368 E(OUPS)-.27 E F4
+(,)A F3(HISTCMD)4.368 E F4(,)A F3(LINENO)4.368 E F4(,)A F3(RANDOM)4.368
+E F4(,)A F3(SECONDS)4.368 E F4(,)A F1(or)4.368 E F3(SRANDOM)4.618 E F1
+2.117(are unset,)4.368 F(the)144 576 Q 2.741(yl)-.15 G .241
+(ose their special properties, e)-2.741 F -.15(ve)-.25 G 2.741(ni).15 G
+2.741(ft)-2.741 G(he)-2.741 E 2.741(ya)-.15 G .241
+(re subsequently reset.)-2.741 F .241(The e)5.241 F .242
+(xit status is true unless)-.15 F(a)144 588 Q F0(name)2.86 E F1
+(is readonly or may not be unset.)2.68 E F2(wait)108 604.8 Q F1([)2.5 E
 F2(\255fn)A F1 2.5(][)C F2<ad70>-2.5 E F0(varname)2.5 E F1 2.5(][)C F0
-(id)-2.5 E F1 1.666(...)2.5 G(])-1.666 E -.8(Wa)144 314.4 S .659(it for\
- each speci\214ed child process and return its termination status.).8 F
-(Each)5.659 E F0(id)3.169 E F1 .658(may be a process)3.928 F .008
-(ID or a job speci\214cation; if a job spec is gi)144 326.4 R -.15(ve)
--.25 G .009(n, all processes in that job').15 F 2.509(sp)-.55 G .009
-(ipeline are w)-2.509 F .009(aited for)-.1 F 5.009(.I)-.55 G(f)-5.009 E
-F0(id)144.01 338.4 Q F1 .442(is not gi)3.712 F -.15(ve)-.25 G(n,).15 E
-F2(wait)2.942 E F1 -.1(wa)2.942 G .441
+(id)-2.5 E F1 1.666(...)2.5 G(])-1.666 E -.8(Wa)144 616.8 S 1.009
+(it for each speci\214ed child process).8 F F0(id)3.508 E F1 1.008
+(and return the termination status of the last)3.508 F F0(id)3.508 E F1
+6.008(.E)C(ach)-6.008 E F0(id)3.508 E F1 .499(may be a process ID)144
+628.8 R F0(pid)2.999 E F1 .499(or a job speci\214cation)2.999 F F0
+(jobspec)2.999 E F1 3(;i)C 3(faj)-3 G .5(obspec is supplied,)-3 F F2
+(wait)3 E F1 -.1(wa)3 G .5(its for all).1 F(processes in the job)144
+640.8 Q(.)-.4 E .387(If no options or)144 657.6 R F0(id)2.887 E F1 2.886
+(sa)C .386(re supplied,)-2.886 F F2(wait)2.886 E F1 -.1(wa)2.886 G .386
 (its for all running background jobs and the last-e).1 F -.15(xe)-.15 G
-.441(cuted process substitu-).15 F .597
-(tion, if its process id is the same as)144 350.4 R F2($!)3.098 E F1
-3.098(,a)C .598(nd the return status is zero.)-3.098 F .598(If the)5.598
-F F2<ad6e>3.098 E F1 .598(option is supplied,)3.098 F F2(wait)144 362.4
-Q F1 -.1(wa)3.083 G .583(its for a single job from the list of).1 F F0
-(id)3.083 E F1 3.083(so)C 1.383 -.4(r, i)-3.083 H 3.083(fn).4 G(o)-3.083
-E F0(id)3.083 E F1 3.083(sa)C .583(re supplied, an)-3.083 F 3.083(yj)
--.15 G .582(ob, to complete and)-3.083 F .403(returns its e)144 374.4 R
-.403(xit status.)-.15 F .403(If none of the supplied ar)5.403 F .403
-(guments is a child of the shell, or if no ar)-.18 F(guments)-.18 E .573
-(are supplied and the shell has no unw)144 386.4 R .573
-(aited-for children, the e)-.1 F .573(xit status is 127.)-.15 F .572
-(If the)5.573 F F2<ad70>3.072 E F1 .572(option is)3.072 F .39
-(supplied, the process or job identi\214er of the job for which the e)
-144 398.4 R .39(xit status is returned is assigned to)-.15 F .905(the v)
-144 410.4 R(ariable)-.25 E F0(varname)3.405 E F1 .905
-(named by the option ar)3.405 F 3.405(gument. The)-.18 F -.25(va)3.405 G
-.905(riable will be unset initially).25 F 3.405(,b)-.65 G(efore)-3.405 E
-(an)144 422.4 Q 3.89(ya)-.15 G 3.89(ssignment. This)-3.89 F 1.39
-(is useful only when the)3.89 F F2<ad6e>3.89 E F1 1.39
-(option is supplied.)3.89 F 1.39(Supplying the)6.39 F F2<ad66>3.89 E F1
-(option,)3.89 E .575(when job control is enabled, forces)144 434.4 R F2
-(wait)3.075 E F1 .575(to w)3.075 F .575(ait for)-.1 F F0(id)3.075 E F1
-.574(to terminate before returning its status, in-)3.075 F .635
-(stead of returning when it changes status.)144 446.4 R(If)5.635 E F0
-(id)3.145 E F1 .635(speci\214es a non-e)3.905 F .635
-(xistent process or job, the return)-.15 F .802(status is 127.)144 458.4
-R(If)5.801 E F2(wait)3.301 E F1 .801(is interrupted by a signal, the re\
-turn status will be greater than 128, as de-)3.301 F 1.758
-(scribed under)144 470.4 R F2(SIGN)4.258 E(ALS)-.2 E F1(in)4.258 E F0
-(bash)4.258 E F1 4.258(\(1\). Otherwise,)B 1.759
-(the return status is the e)4.259 F 1.759(xit status of the last)-.15 F
-(process or job w)144 482.4 Q(aited for)-.1 E(.)-.55 E/F5 10.95
-/Times-Bold@0 SF(SHELL COMP)72 499.2 Q -1.04(AT)-.81 G(IBILITY MODE)1.04
-E F1 1.355(Bash-4.0 introduced the concept of a)108 511.2 R F0 1.355
-(shell compatibility le)3.855 F(vel)-.15 E F1 3.855(,s)C 1.354
-(peci\214ed as a set of options to the shopt)-3.855 F -.2(bu)108 523.2 S
-.621(iltin \().2 F F2(compat31)A F1(,)A F2(compat32)3.121 E F1(,)A F2
-(compat40)3.121 E F1(,)A F2(compat41)3.121 E F1 3.121(,a)C .621
-(nd so on\).)-3.121 F .622(There is only one current compatibility)5.622
-F(le)108 535.2 Q -.15(ve)-.25 G 3.058<6c8a>.15 G .557
-(each option is mutually e)-.001 F(xclusi)-.15 E -.15(ve)-.25 G 5.557
-(.T).15 G .557(he compatibility le)-5.557 F -.15(ve)-.25 G 3.057(li).15
-G 3.057(si)-3.057 G .557(ntended to allo)-3.057 F 3.057(wu)-.25 G .557
-(sers to select be-)-3.057 F(ha)108 547.2 Q 1.083(vior from pre)-.2 F
-1.083(vious v)-.25 F 1.083(ersions that is incompatible with ne)-.15 F
-1.083(wer v)-.25 F 1.083(ersions while the)-.15 F 3.584(ym)-.15 G 1.084
-(igrate scripts to use)-3.584 F(current features and beha)108 559.2 Q
-(vior)-.2 E 2.5(.I)-.55 G(t')-2.5 E 2.5(si)-.55 G
-(ntended to be a temporary solution.)-2.5 E 1.457
-(This section does not mention beha)108 576 R 1.457
-(vior that is standard for a particular v)-.2 F 1.456
-(ersion \(e.g., setting)-.15 F F2(compat32)3.956 E F1 .886
-(means that quoting the rhs of the re)108 588 R(ge)-.15 E .886
-(xp matching operator quotes special re)-.15 F(ge)-.15 E .887
-(xp characters in the w)-.15 F(ord,)-.1 E(which is def)108 600 Q
-(ault beha)-.1 E(vior in bash-3.2 and subsequent v)-.2 E(ersions\).)-.15
-E .523(If a user enables, say)108 616.8 R(,)-.65 E F2(compat32)3.023 E
-F1 3.023(,i)C 3.023(tm)-3.023 G .523(ay af)-3.023 F .523(fect the beha)
--.25 F .523(vior of other compatibility le)-.2 F -.15(ve)-.25 G .522
-(ls up to and includ-).15 F .259(ing the current compatibility le)108
-628.8 R -.15(ve)-.25 G 2.759(l. The).15 F .259
-(idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.76(lc).15 G
-.26(ontrols beha)-2.76 F .26(vior that changed)-.2 F 1.646(in that v)108
-640.8 R 1.646(ersion of)-.15 F F2(bash)4.146 E F1 4.146(,b)C 1.646
-(ut that beha)-4.346 F 1.646(vior may ha)-.2 F 1.946 -.15(ve b)-.2 H
-1.646(een present in earlier v).15 F 4.146(ersions. F)-.15 F 1.645
-(or instance, the)-.15 F .76
-(change to use locale-based comparisons with the)108 652.8 R F2([[)3.261
-E F1 .761(command came in bash-4.1, and earlier v)3.261 F .761
-(ersions used)-.15 F 1.905(ASCII-based comparisons, so enabling)108
-664.8 R F2(compat32)4.405 E F1 1.904
-(will enable ASCII-based comparisons as well.)4.405 F(That)6.904 E .295
-(granularity may not be suf)108 676.8 R .296
-(\214cient for all uses, and as a result users should emplo)-.25 F 2.796
-(yc)-.1 G .296(ompatibility le)-2.796 F -.15(ve)-.25 G .296(ls care-).15
-F(fully)108 688.8 Q 5(.R)-.65 G(ead the documentation for a particular \
-feature to \214nd out the current beha)-5 E(vior)-.2 E(.)-.55 E .532
-(Bash-4.3 introduced a ne)108 705.6 R 3.032(ws)-.25 G .531(hell v)-3.032
-F(ariable:)-.25 E F3 -.27(BA)3.031 G(SH_COMP).27 E -.855(AT)-.666 G F4
-(.).855 E F1 .531(The v)5.031 F .531(alue assigned to this v)-.25 F .531
-(ariable \(a decimal)-.25 F -.15(ve)108 717.6 S .107(rsion number lik)
-.15 F 2.607(e4)-.1 G .107(.2, or an inte)-2.607 F .107
-(ger corresponding to the)-.15 F F2(compat)2.608 E F0(NN)A F1 .108
-(option, lik)2.608 F 2.608(e4)-.1 G .108(2\) determines the com-)-2.608
-F(patibility le)108 729.6 Q -.15(ve)-.25 G(l.).15 E(GNU Bash 5.2)72 768
-Q(2023 January 27)141.79 E(26)190.95 E 0 Cg EP
-%%Page: 27 27
+(cuted).15 E(process substitution, if its process id is the same as)144
+669.6 Q F2($!)2.5 E F1 2.5(,a)C(nd the return status is zero.)-2.5 E .47
+(If the)144 686.4 R F2<ad6e>2.97 E F1 .47(option is supplied,)2.97 F F2
+(wait)2.97 E F1 -.1(wa)2.97 G .47(its for an).1 F 2.97(yo)-.15 G .47
+(ne of the gi)-2.97 F -.15(ve)-.25 G(n).15 E F0(id)2.97 E F1 2.97(so)C
+1.27 -.4(r, i)-2.97 H 2.97(fn).4 G(o)-2.97 E F0(id)2.97 E F1 2.97(sa)C
+.47(re supplied, an)-2.97 F(y)-.15 E .482
+(job or process substitution, to complete and returns its e)144 698.4 R
+.482(xit status.)-.15 F .481(If none of the supplied)5.482 F F0(id)2.981
+E F1 2.981(si)C 2.981(sa)-2.981 G .375(child of the shell, or if no)144
+710.4 R F0(id)2.876 E F1 2.876(sa)C .376
+(re supplied and the shell has no unw)-2.876 F .376
+(aited-for children, the e)-.1 F .376(xit sta-)-.15 F(tus is 127.)144
+722.4 Q(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(27)190.95 E 0 Cg
+EP
+%%Page: 28 28
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .387
-(Starting with bash-4.4,)108 84 R/F2 10/Times-Bold@0 SF(bash)2.887 E F1
-.387(has be)2.887 F .387(gun deprecating older compatibility le)-.15 F
--.15(ve)-.25 G 2.887(ls. Ev).15 F(entually)-.15 E 2.887(,t)-.65 G .387
-(he options will)-2.887 F(be remo)108 96 Q -.15(ve)-.15 G 2.5(di).15 G
-2.5(nf)-2.5 G -.2(avo)-2.6 G 2.5(ro).2 G(f)-2.5 E/F3 9/Times-Bold@0 SF
--.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G/F4 9/Times-Roman@0 SF(.)
-.855 E F1 .647(Bash-5.0 w)108 112.8 R .647(as the \214nal v)-.1 F .647
-(ersion for which there will be an indi)-.15 F .647
-(vidual shopt option for the pre)-.25 F .648(vious v)-.25 F(ersion.)-.15
-E(Users should control the compatibility le)108 124.8 Q -.15(ve)-.25 G
-2.5(lw).15 G(ith)-2.5 E F3 -.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G
-F4(.).855 E F1 1.614(The follo)108 141.6 R 1.613
-(wing table describes the beha)-.25 F 1.613
-(vior changes controlled by each compatibility le)-.2 F -.15(ve)-.25 G
-4.113(ls).15 G 4.113(etting. The)-4.113 F F2(compat)108 153.6 Q F0(NN)A
-F1 1.186(tag is used as shorthand for setting the compatibility le)3.685
-F -.15(ve)-.25 G 3.686(lt).15 G(o)-3.686 E F0(NN)3.686 E F1 1.186
-(using one of the follo)3.686 F(wing)-.25 E 3.807(mechanisms. F)108
-165.6 R 1.307(or v)-.15 F 1.307
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .347
+(If the)144 84 R/F2 10/Times-Bold@0 SF<ad70>2.847 E F1 .347
+(option is supplied,)2.847 F F2(wait)2.847 E F1 .347
+(assigns the process or job identi\214er of the job for which the e)
+2.847 F(xit)-.15 E .006(status is returned to the v)144 96 R(ariable)
+-.25 E F0(varname)2.506 E F1 .006(named by the option ar)2.506 F 2.506
+(gument. The)-.18 F -.25(va)2.506 G .006(riable, which can-).25 F .225
+(not be readonly)144 108 R 2.725(,w)-.65 G .225(ill be unset initially)
+-2.725 F 2.724(,b)-.65 G .224(efore an)-2.724 F 2.724(ya)-.15 G 2.724
+(ssignment. This)-2.724 F .224(is useful only when used with)2.724 F
+(the)144 120 Q F2<ad6e>2.5 E F1(option.)2.5 E .532(Supplying the)144
+136.8 R F2<ad66>3.033 E F1 .533
+(option, when job control is enabled, forces)3.033 F F2(wait)3.033 E F1
+.533(to w)3.033 F .533(ait for each)-.1 F F0(id)3.033 E F1 .533
+(to terminate)3.033 F(before returning its status, instead of returning\
+ when it changes status.)144 148.8 Q .311(If none of the)144 165.6 R F0
+(id)2.811 E F1 2.811(ss)C .311(pecify one of the shell')-2.811 F 2.811
+(sa)-.55 G(cti)-2.811 E .611 -.15(ve c)-.25 H .311
+(hild processes, the return status is 127.).15 F(If)5.311 E F2(wait)
+2.811 E F1 .153(is interrupted by a signal, an)144 177.6 R(y)-.15 E F0
+(varname)2.653 E F1 .153
+(will remain unset, and the return status will be greater than)2.653 F
+.157(128, as described under)144 189.6 R F2(SIGN)2.657 E(ALS)-.2 E F1
+(in)2.656 E F0(bash)2.656 E F1 2.656(\(1\). Otherwise,)B .156
+(the return status is the e)2.656 F .156(xit status of the)-.15 F(last)
+144 201.6 Q F0(id)2.5 E F1(.)A/F3 10.95/Times-Bold@0 SF(SHELL COMP)72
+218.4 Q -1.04(AT)-.81 G(IBILITY MODE)1.04 E F1 1.354
+(Bash-4.0 introduced the concept of a)108 230.4 R F0 1.355
+(shell compatibility le)3.855 F(vel)-.15 E F1 3.855(,s)C 1.355
+(peci\214ed as a set of options to the shopt)-3.855 F -.2(bu)108 242.4 S
+.622(iltin \().2 F F2(compat31)A F1(,)A F2(compat32)3.122 E F1(,)A F2
+(compat40)3.122 E F1(,)A F2(compat41)3.122 E F1 3.122(,a)C .622
+(nd so on\).)-3.122 F .621(There is only one current compatibility)5.621
+F(le)108 254.4 Q -.15(ve)-.25 G 3.057(l\212e).15 G .557
+(ach option is mutually e)-3.057 F(xclusi)-.15 E -.15(ve)-.25 G 5.557
+(.T).15 G .557(he compatibility le)-5.557 F -.15(ve)-.25 G 3.057(li).15
+G 3.057(si)-3.057 G .557(ntended to allo)-3.057 F 3.057(wu)-.25 G .557
+(sers to select be-)-3.057 F(ha)108 266.4 Q 1.084(vior from pre)-.2 F
+1.084(vious v)-.25 F 1.083(ersions that is incompatible with ne)-.15 F
+1.083(wer v)-.25 F 1.083(ersions while the)-.15 F 3.583(ym)-.15 G 1.083
+(igrate scripts to use)-3.583 F(current features and beha)108 278.4 Q
+(vior)-.2 E 5(.I)-.55 G(t')-5 E 2.5(si)-.55 G
+(ntended to be a temporary solution.)-2.5 E 1.456
+(This section does not mention beha)108 295.2 R 1.457
+(vior that is standard for a particular v)-.2 F 1.457
+(ersion \(e.g., setting)-.15 F F2(compat32)3.957 E F1 .446
+(means that quoting the right hand side of the re)108 307.2 R(ge)-.15 E
+.445(xp matching operator quotes special re)-.15 F(ge)-.15 E .445
+(xp characters in)-.15 F(the w)108 319.2 Q(ord, which is def)-.1 E
+(ault beha)-.1 E(vior in bash-3.2 and subsequent v)-.2 E(ersions\).)-.15
+E .522(If a user enables, say)108 336 R(,)-.65 E F2(compat32)3.023 E F1
+3.023(,i)C 3.023(tm)-3.023 G .523(ay af)-3.023 F .523(fect the beha)-.25
+F .523(vior of other compatibility le)-.2 F -.15(ve)-.25 G .523
+(ls up to and includ-).15 F .26(ing the current compatibility le)108 348
+R -.15(ve)-.25 G 2.76(l. The).15 F .259
+(idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.759(lc).15
+G .259(ontrols beha)-2.759 F .259(vior that changed)-.2 F 1.645
+(in that v)108 360 R 1.646(ersion of)-.15 F F2(bash)4.146 E F1 4.146(,b)
+C 1.646(ut that beha)-4.346 F 1.646(vior may ha)-.2 F 1.946 -.15(ve b)
+-.2 H 1.646(een present in earlier v).15 F 4.146(ersions. F)-.15 F 1.646
+(or instance, the)-.15 F .761
+(change to use locale-based comparisons with the)108 372 R F2([[)3.261 E
+F1 .76(command came in bash-4.1, and earlier v)3.261 F .76(ersions used)
+-.15 F 1.904(ASCII-based comparisons, so enabling)108 384 R F2(compat32)
+4.404 E F1 1.905(will enable ASCII-based comparisons as well.)4.404 F
+(That)6.905 E .296(granularity may not be suf)108 396 R .296
+(\214cient for all uses, and as a result users should emplo)-.25 F 2.796
+(yc)-.1 G .295(ompatibility le)-2.796 F -.15(ve)-.25 G .295(ls care-).15
+F(fully)108 408 Q 5(.R)-.65 G(ead the documentation for a particular fe\
+ature to \214nd out the current beha)-5 E(vior)-.2 E(.)-.55 E .531
+(Bash-4.3 introduced a ne)108 424.8 R 3.031(ws)-.25 G .531(hell v)-3.031
+F(ariable:)-.25 E/F4 9/Times-Bold@0 SF -.27(BA)3.031 G(SH_COMP).27 E
+-.855(AT)-.666 G/F5 9/Times-Roman@0 SF(.).855 E F1 .531(The v)5.031 F
+.531(alue assigned to this v)-.25 F .532(ariable \(a decimal)-.25 F -.15
+(ve)108 436.8 S .108(rsion number lik).15 F 2.608(e4)-.1 G .108
+(.2, or an inte)-2.608 F .108(ger corresponding to the)-.15 F F2(compat)
+2.607 E F0(NN)A F1 .107(option, lik)2.607 F 2.607(e4)-.1 G .107
+(2\) determines the com-)-2.607 F(patibility le)108 448.8 Q -.15(ve)-.25
+G(l.).15 E .733(Starting with bash-4.4,)108 465.6 R F2(bash)3.233 E F1
+(be)3.233 E -.05(ga)-.15 G 3.233(nd).05 G .733
+(eprecating older compatibility le)-3.233 F -.15(ve)-.25 G 3.233(ls. Ev)
+.15 F(entually)-.15 E 3.233(,t)-.65 G .733(he options will be)-3.233 F
+(remo)108 477.6 Q -.15(ve)-.15 G 2.5(di).15 G 2.5(nf)-2.5 G -.2(avo)-2.6
+G 2.5(ro).2 G(f)-2.5 E F4 -.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G
+F5(.).855 E F1 1.441(Bash-5.0 w)108 494.4 R 1.441(as the \214nal v)-.1 F
+1.441(ersion for which there w)-.15 F 1.441(as an indi)-.1 F 1.44
+(vidual shopt option for the pre)-.25 F 1.44(vious v)-.25 F(ersion.)-.15
+E F4 -.27(BA)108 506.4 S(SH_COMP).27 E -.855(AT)-.666 G F1
+(is the only mechanism to control the compatibility le)3.105 E -.15(ve)
+-.25 G 2.5(li).15 G 2.5(nv)-2.5 G(ersions ne)-2.65 E(wer than bash-5.0.)
+-.25 E 1.613(The follo)108 523.2 R 1.613(wing table describes the beha)
+-.25 F 1.613(vior changes controlled by each compatibility le)-.2 F -.15
+(ve)-.25 G 4.113(ls).15 G 4.114(etting. The)-4.113 F F2(compat)108 535.2
+Q F0(NN)A F1 1.186
+(tag is used as shorthand for setting the compatibility le)3.686 F -.15
+(ve)-.25 G 3.686(lt).15 G(o)-3.686 E F0(NN)3.686 E F1 1.186
+(using one of the follo)3.686 F(wing)-.25 E 3.806(mechanisms. F)108
+547.2 R 1.306(or v)-.15 F 1.306
 (ersions prior to bash-5.0, the compatibility le)-.15 F -.15(ve)-.25 G
-3.806(lm).15 G 1.306(ay be set using the corresponding)-3.806 F F2
-(compat)108 177.6 Q F0(NN)A F1 .502(shopt option.)3.002 F -.15(Fo)5.502
+3.807(lm).15 G 1.307(ay be set using the corresponding)-3.807 F F2
+(compat)108 559.2 Q F0(NN)A F1 .502(shopt option.)3.002 F -.15(Fo)5.502
 G 3.002(rb).15 G .502(ash-4.3 and later v)-3.002 F .502(ersions, the)
--.15 F F3 -.27(BA)3.002 G(SH_COMP).27 E -.855(AT)-.666 G F1 -.25(va)
+-.15 F F4 -.27(BA)3.002 G(SH_COMP).27 E -.855(AT)-.666 G F1 -.25(va)
 3.607 G .502(riable is preferred, and it).25 F
-(is required for bash-5.1 and later v)108 189.6 Q(ersions.)-.15 E F2
-(compat31)108 206.4 Q F1<83>144 218.4 Q(quoting the rhs of the)180 218.4
-Q F2([[)2.5 E F1(command')2.5 E 2.5(sr)-.55 G -.15(eg)-2.5 G -.15(ex).15
-G 2.5(pm).15 G(atching operator \(=\) has no special ef)-2.5 E(fect)-.25
-E F2(compat32)108 235.2 Q F1<83>144 247.2 Q(the)180 247.2 Q F2(<)2.674 E
-F1(and)2.674 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2([[)2.673
-E F1 .173(command do not consider the current locale when compar)2.673 F
-(-)-.2 E(ing strings; the)180 259.2 Q 2.5(yu)-.15 G(se ASCII ordering.)
--2.5 E F2(compat40)108 276 Q F1<83>144 288 Q(the)180 288 Q F2(<)2.673 E
-F1(and)2.673 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2([[)2.673
-E F1 .173(command do not consider the current locale when compar)2.673 F
-(-)-.2 E .923(ing strings; the)180 300 R 3.423(yu)-.15 G .923
-(se ASCII ordering.)-3.423 F F2(Bash)5.922 E F1 -.15(ve)3.422 G .922
-(rsions prior to bash-4.1 use ASCII colla-).15 F .366(tion and)180 312 R
-F0(str)3.207 E(cmp)-.37 E F1 .367
-(\(3\); bash-4.1 and later use the current locale').19 F 2.867(sc)-.55 G
-.367(ollation sequence and)-2.867 F F0(str)3.207 E(-)-.2 E(coll)180 324
-Q F1(\(3\).).51 E F2(compat41)108 340.8 Q F1<83>144 352.8 Q(in)180 352.8
-Q F0(posix)3.79 E F1(mode,)3.79 E F2(time)3.79 E F1 1.29(may be follo)
-3.79 F 1.29(wed by options and still be recognized as a reserv)-.25 F
-(ed)-.15 E -.1(wo)180 364.8 S(rd \(this is POSIX interpretation 267\)).1
-E<83>144 376.8 Q(in)180 376.8 Q F0(posix)2.708 E F1 .208
-(mode, the parser requires that an e)2.708 F -.15(ve)-.25 G 2.708(nn).15
-G .208(umber of single quotes occur in the)-2.708 F F0(wor)2.709 E(d)
--.37 E F1 .282(portion of a double-quoted parameter e)180 388.8 R .282
-(xpansion and treats them specially)-.15 F 2.781(,s)-.65 G 2.781(ot)
--2.781 G .281(hat charac-)-2.781 F(ters within the single quotes are co\
-nsidered quoted \(this is POSIX interpretation 221\))180 400.8 Q F2
-(compat42)108 417.6 Q F1<83>144 429.6 Q 1.055(the replacement string in\
- double-quoted pattern substitution does not under)180 429.6 R 1.056
-(go quote re-)-.18 F(mo)180 441.6 Q -.25(va)-.15 G(l, as it does in v)
-.25 E(ersions after bash-4.2)-.15 E<83>144 453.6 Q .021
-(in posix mode, single quotes are considered special when e)180 453.6 R
-.021(xpanding the)-.15 F F0(wor)2.52 E(d)-.37 E F1 .02(portion of a)2.52
-F .017(double-quoted parameter e)180 465.6 R .017
-(xpansion and can be used to quote a closing brace or other spe-)-.15 F
-.999(cial character \(this is part of POSIX interpretation 221\); in la\
-ter v)180 477.6 R .998(ersions, single quotes)-.15 F
-(are not special within double-quoted w)180 489.6 Q(ord e)-.1 E
-(xpansions)-.15 E F2(compat43)108 506.4 Q F1<83>144 518.4 Q 1.07
-(the shell does not print a w)180 518.4 R 1.071
-(arning message if an attempt is made to use a quoted com-)-.1 F .81
-(pound assignment as an ar)180 530.4 R .81
-(gument to declare \(e.g., declare \255a foo=\(1 2\)\). Later v)-.18 F
-(ersions)-.15 E -.1(wa)180 542.4 S(rn that this usage is deprecated).1 E
-<83>144 554.4 Q -.1(wo)180 554.4 S .5(rd e).1 F .501
-(xpansion errors are considered non-f)-.15 F .501
-(atal errors that cause the current command to)-.1 F -.1(fa)180 566.4 S
-.605(il, e).1 F -.15(ve)-.25 G 3.105(ni).15 G 3.105(np)-3.105 G .605
-(osix mode \(the def)-3.105 F .605(ault beha)-.1 F .605(vior is to mak)
--.2 F 3.105(et)-.1 G .605(hem f)-3.105 F .605
-(atal errors that cause the)-.1 F(shell to e)180 578.4 Q(xit\))-.15 E
-<83>144 590.4 Q .354(when e)180 590.4 R -.15(xe)-.15 G .354
-(cuting a shell function, the loop state \(while/until/etc.\)).15 F .355
-(is not reset, so)5.354 F F2(br)2.855 E(eak)-.18 E F1(or)2.855 E F2
-(continue)180 602.4 Q F1 .052
-(in that function will break or continue loops in the calling conte)
-2.553 F .052(xt. Bash-4.4 and)-.15 F(later reset the loop state to pre)
-180 614.4 Q -.15(ve)-.25 G(nt this).15 E F2(compat44)108 631.2 Q F1<83>
-144 643.2 Q .719(the shell sets up the v)180 643.2 R .719(alues used by)
--.25 F F3 -.27(BA)3.219 G(SH_ARGV).27 E F1(and)2.969 E F3 -.27(BA)3.219
-G(SH_ARGC).27 E F1 .719(so the)2.969 F 3.219(yc)-.15 G .719(an e)-3.219
-F(xpand)-.15 E(to the shell')180 655.2 Q 2.5(sp)-.55 G
-(ositional parameters e)-2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(fe)-2.5 G
-(xtended deb)-2.65 E(ugging mode is not enabled)-.2 E<83>144 667.2 Q
-2.635(as)180 667.2 S .135(ubshell inherits loops from its parent conte)
--2.635 F .135(xt, so)-.15 F F2(br)2.635 E(eak)-.18 E F1(or)2.635 E F2
-(continue)2.634 E F1 .134(will cause the sub-)2.634 F(shell to e)180
-679.2 Q 2.5(xit. Bash-5.0)-.15 F(and later reset the loop state to pre)
-2.5 E -.15(ve)-.25 G(nt the e).15 E(xit)-.15 E<83>144 691.2 Q -.25(va)
-180 691.2 S .618(riable assignments preceding b).25 F .618(uiltins lik)
--.2 F(e)-.1 E F2(export)3.118 E F1(and)3.118 E F2 -.18(re)3.118 G
-(adonly).18 E F1 .618(that set attrib)3.118 F .619(utes con-)-.2 F .12
-(tinue to af)180 703.2 R .12(fect v)-.25 F .119
-(ariables with the same name in the calling en)-.25 F .119(vironment e)
--.4 F -.15(ve)-.25 G 2.619(ni).15 G 2.619(ft)-2.619 G .119(he shell is)
--2.619 F(not in posix mode)180 715.2 Q(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(27)190.95 E 0 Cg EP
-%%Page: 28 28
+(is required for bash-5.1 and later v)108 571.2 Q(ersions.)-.15 E F2
+(compat31)108 588 Q F1<83>144 600 Q(Quoting the rhs of the)180 600 Q F2
+([[)2.5 E F1(command')2.5 E 2.5(sr)-.55 G -.15(eg)-2.5 G -.15(ex).15 G
+2.5(pm).15 G(atching operator \(=\) has no special ef)-2.5 E(fect.)-.25
+E F2(compat32)108 616.8 Q F1<83>144 628.8 Q(The)180 628.8 Q F2(<)3.25 E
+F1(and)3.25 E F2(>)3.25 E F1 .75(operators to the)3.25 F F2([[)3.251 E
+F1 .751(command do not consider the current locale when com-)3.251 F
+(paring strings; the)180 640.8 Q 2.5(yu)-.15 G(se ASCII ordering.)-2.5 E
+F2(compat40)108 657.6 Q F1<83>144 669.6 Q(The)180 669.6 Q F2(<)3.251 E
+F1(and)3.251 E F2(>)3.251 E F1 .751(operators to the)3.251 F F2([[)3.251
+E F1 .75(command do not consider the current locale when com-)3.251 F
+.495(paring strings; the)180 681.6 R 2.995(yu)-.15 G .495
+(se ASCII ordering.)-2.995 F F2(Bash)5.495 E F1 -.15(ve)2.995 G .496
+(rsions prior to bash-4.1 use ASCII col-).15 F 1.174(lation and)180
+693.6 R F0(str)4.014 E(cmp)-.37 E F1 1.173
+(\(3\); bash-4.1 and later use the current locale').19 F 3.673(sc)-.55 G
+1.173(ollation sequence and)-3.673 F F0(str)180.34 705.6 Q(coll)-.37 E
+F1(\(3\).).51 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(28)190.95
+E 0 Cg EP
+%%Page: 29 29
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
 /F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
 F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(compat50)108 84 Q F1<83>144 96 Q 1.209
-(Bash-5.1 changed the w)180 96 R(ay)-.1 E/F3 9/Times-Bold@0 SF($RANDOM)
-3.709 E F1 1.209(is generated to introduce slightly more random-)3.459 F
-1.019(ness. If the shell compatibility le)180 108 R -.15(ve)-.25 G 3.518
-(li).15 G 3.518(ss)-3.518 G 1.018(et to 50 or lo)-3.518 F(wer)-.25 E
-3.518(,i)-.4 G 3.518(tr)-3.518 G -2.15 -.25(ev e)-3.518 H 1.018
-(rts to the method from).25 F .732(bash-5.0 and pre)180 120 R .732
-(vious v)-.25 F .733
+/Times-Bold@0 SF(compat41)108 84 Q F1<83>144 96 Q(In)180 96 Q F0(posix)
+3.753 E F1(mode,)3.753 E F2(time)3.753 E F1 1.253(may be follo)3.753 F
+1.254(wed by options and still be recognized as a reserv)-.25 F(ed)-.15
+E -.1(wo)180 108 S(rd \(this is POSIX interpretation 267\).).1 E<83>144
+120 Q(In)180 120 Q F0(posix)2.674 E F1 .174
+(mode, the parser requires that an e)2.674 F -.15(ve)-.25 G 2.674(nn).15
+G .174(umber of single quotes occur in the)-2.674 F F0(wor)2.673 E(d)
+-.37 E F1 .281(portion of a double-quoted parameter e)180 132 R .282
+(xpansion and treats them specially)-.15 F 2.782(,s)-.65 G 2.782(ot)
+-2.782 G .282(hat charac-)-2.782 F(ters within the single quotes are co\
+nsidered quoted \(this is POSIX interpretation 221\).)180 144 Q F2
+(compat42)108 160.8 Q F1<83>144 172.8 Q .753(The replacement string in \
+double-quoted pattern substitution does not under)180 172.8 R .752
+(go quote re-)-.18 F(mo)180 184.8 Q -.25(va)-.15 G(l, as it does in v)
+.25 E(ersions after bash-4.2.)-.15 E<83>144 196.8 Q .514
+(In posix mode, single quotes are considered special when e)180 196.8 R
+.514(xpanding the)-.15 F F0(wor)3.014 E(d)-.37 E F1 .514(portion of)
+3.014 F 3.39(ad)180 208.8 S .89(ouble-quoted parameter e)-3.39 F .89
+(xpansion and can be used to quote a closing brace or other)-.15 F 2.355
+(special character \(this is part of POSIX interpretation 221\); in lat\
+er v)180 220.8 R 2.355(ersions, single)-.15 F
+(quotes are not special within double-quoted w)180 232.8 Q(ord e)-.1 E
+(xpansions.)-.15 E F2(compat43)108 249.6 Q F1<83>144 261.6 Q -.8(Wo)180
+261.6 S .375(rd e).8 F .374(xpansion errors are considered non-f)-.15 F
+.374(atal errors that cause the current command to)-.1 F -.1(fa)180
+273.6 S .605(il, e).1 F -.15(ve)-.25 G 3.105(ni).15 G 3.105(np)-3.105 G
+.605(osix mode \(the def)-3.105 F .605(ault beha)-.1 F .605
+(vior is to mak)-.2 F 3.105(et)-.1 G .605(hem f)-3.105 F .605
+(atal errors that cause the)-.1 F(shell to e)180 285.6 Q(xit\).)-.15 E
+<83>144 297.6 Q .196(When e)180 297.6 R -.15(xe)-.15 G .196
+(cuting a shell function, the loop state \(while/until/etc.\)).15 F .195
+(is not reset, so)5.196 F F2(br)2.695 E(eak)-.18 E F1(or)2.695 E F2
+(continue)180 309.6 Q F1 1.167
+(in that function will break or continue loops in the calling conte)
+3.666 F 3.667(xt. Bash-4.4)-.15 F(and later reset the loop state to pre)
+180 321.6 Q -.15(ve)-.25 G(nt this.).15 E F2(compat44)108 338.4 Q F1<83>
+144 350.4 Q .481(The shell sets up the v)180 350.4 R .481(alues used by)
+-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.981 G(SH_ARGV).27 E F1(and)2.731 E
+F3 -.27(BA)2.981 G(SH_ARGC).27 E F1 .481(so the)2.731 F 2.981(yc)-.15 G
+.481(an e)-2.981 F(xpand)-.15 E(to the shell')180 362.4 Q 2.5(sp)-.55 G
+(ositional parameters e)-2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(fe)-2.5 G
+(xtended deb)-2.65 E(ugging mode is not enabled.)-.2 E<83>144 374.4 Q
+3.854(As)180 374.4 S 1.354(ubshell inherits loops from its parent conte)
+-3.854 F 1.354(xt, so)-.15 F F2(br)3.854 E(eak)-.18 E F1(or)3.854 E F2
+(continue)3.855 E F1 1.355(will cause the)3.855 F(subshell to e)180
+386.4 Q 2.5(xit. Bash-5.0)-.15 F(and later reset the loop state to pre)
+2.5 E -.15(ve)-.25 G(nt the e).15 E(xit)-.15 E<83>144 398.4 Q -1.11(Va)
+180 398.4 S .495(riable assignments preceding b)1.11 F .495(uiltins lik)
+-.2 F(e)-.1 E F2(export)2.995 E F1(and)2.995 E F2 -.18(re)2.994 G
+(adonly).18 E F1 .494(that set attrib)2.994 F .494(utes con-)-.2 F .119
+(tinue to af)180 410.4 R .119(fect v)-.25 F .119
+(ariables with the same name in the calling en)-.25 F .12(vironment e)
+-.4 F -.15(ve)-.25 G 2.62(ni).15 G 2.62(ft)-2.62 G .12(he shell is)-2.62
+F(not in posix mode.)180 422.4 Q F2(compat50)108 439.2 Q F1<83>144 451.2
+Q 1.209(Bash-5.1 changed the w)180 451.2 R(ay)-.1 E F3($RANDOM)3.709 E
+F1 1.209(is generated to introduce slightly more random-)3.459 F 3.371
+(ness. If)180 463.2 R .871(the shell compatibility le)3.371 F -.15(ve)
+-.25 G 3.371(li).15 G 3.371(ss)-3.371 G .871(et to 50 or lo)-3.371 F
+(wer)-.25 E 3.371(,i)-.4 G 3.371(tr)-3.371 G -2.15 -.25(ev e)-3.371 H
+.872(rts to the method from).25 F .733(bash-5.0 and pre)180 475.2 R .733
+(vious v)-.25 F .732
 (ersions, so seeding the random number generator by assigning a)-.15 F
--.25(va)180 132 S(lue to).25 E F3(RANDOM)2.5 E F1
-(will produce the same sequence as in bash-5.0)2.25 E<83>144 144 Q .696
-(If the command hash table is empty)180 144 R 3.196(,b)-.65 G .696
-(ash v)-3.196 F .695(ersions prior to bash-5.1 printed an informa-)-.15
-F 1.32(tional message to that ef)180 156 R 1.321(fect, e)-.25 F -.15(ve)
--.25 G 3.821(nw).15 G 1.321
+-.25(va)180 487.2 S(lue to).25 E F3(RANDOM)2.5 E F1
+(will produce the same sequence as in bash-5.0.)2.25 E<83>144 499.2 Q
+.695(If the command hash table is empty)180 499.2 R 3.196(,b)-.65 G .696
+(ash v)-3.196 F .696(ersions prior to bash-5.1 printed an informa-)-.15
+F 1.321(tional message to that ef)180 511.2 R 1.321(fect, e)-.25 F -.15
+(ve)-.25 G 3.821(nw).15 G 1.321
 (hen producing output that can be reused as input.)-3.821 F
-(Bash-5.1 suppresses that message when the)180 168 Q F2<ad6c>2.5 E F1
-(option is supplied.)2.5 E F2(compat51)108 184.8 Q F1<83>144 196.8 Q
-(The)180 196.8 Q F2(unset)2.955 E F1 -.2(bu)2.955 G .455
-(iltin treats attempts to unset array subscripts).2 F F2(@)2.954 E F1
-(and)2.954 E F2(*)2.954 E F1(dif)2.954 E .454(ferently depending)-.25 F
-(on whether the array is inde)180 208.8 Q -.15(xe)-.15 G 2.5(do).15 G
-2.5(ra)-2.5 G(ssociati)-2.5 E -.15(ve)-.25 G 2.5(,a).15 G(nd dif)-2.5 E
-(ferently than in pre)-.25 E(vious v)-.25 E(ersions.)-.15 E<83>144 220.8
-Q .432(arithmetic commands \()180 220.8 R F2(\(\()2.932 E F1 1.666(...)C
-F2(\)\))-1.666 E F1 2.933(\)a)2.932 G .433(nd the e)-2.933 F .433
-(xpressions in an arithmetic for statement can be)-.15 F -.15(ex)180
-232.8 S(panded more than once).15 E<83>144 244.8 Q -.15(ex)180 244.8 S
-.403(pressions used as ar).15 F .403
-(guments to arithmetic operators in the)-.18 F F2([[)2.902 E F1 .402
-(conditional command can)2.902 F(be e)180 256.8 Q
-(xpanded more than once)-.15 E<83>144 268.8 Q(the e)180 268.8 Q
+(Bash-5.1 suppresses that message when the)180 523.2 Q F2<ad6c>2.5 E F1
+(option is supplied.)2.5 E F2(compat51)108 540 Q F1<83>144 552 Q(The)180
+552 Q F2(unset)2.954 E F1 -.2(bu)2.954 G .454
+(iltin treats attempts to unset array subscripts).2 F F2(@)2.955 E F1
+(and)2.955 E F2(*)2.955 E F1(dif)2.955 E .455(ferently depending)-.25 F
+(on whether the array is inde)180 564 Q -.15(xe)-.15 G 2.5(do).15 G 2.5
+(ra)-2.5 G(ssociati)-2.5 E -.15(ve)-.25 G 2.5(,a).15 G(nd dif)-2.5 E
+(ferently than in pre)-.25 E(vious v)-.25 E(ersions.)-.15 E<83>144 576 Q
+.235(Arithmetic commands \()180 576 R F2(\(\()2.734 E F1 1.666(...)C F2
+(\)\))-1.666 E F1 2.734(\)a)2.734 G .234(nd the e)-2.734 F .234
+(xpressions in an arithmetic for statement can be)-.15 F -.15(ex)180 588
+S(panded more than once.).15 E<83>144 600 Q .25(Expressions used as ar)
+180 600 R .251(guments to arithmetic operators in the)-.18 F F2([[)2.751
+E F1 .251(conditional command can)2.751 F(be e)180 612 Q
+(xpanded more than once.)-.15 E<83>144 624 Q(The e)180 624 Q
 (xpressions in substring parameter brace e)-.15 E(xpansion can be e)-.15
-E(xpanded more than once)-.15 E<83>144 280.8 Q(the e)180 280.8 Q
+E(xpanded more than once.)-.15 E<83>144 636 Q(The e)180 636 Q
 (xpressions in the)-.15 E F2($\(\()2.5 E F1 1.666(...)C F2(\)\))-1.666 E
 F1 -.1(wo)2.5 G(rd e).1 E(xpansion can be e)-.15 E
-(xpanded more than once)-.15 E<83>144 292.8 Q(arithmetic e)180 292.8 Q
+(xpanded more than once.)-.15 E<83>144 648 Q(Arithmetic e)180 648 Q
 (xpressions used as inde)-.15 E -.15(xe)-.15 G 2.5(da).15 G
-(rray subscripts can be e)-2.5 E(xpanded more than once)-.15 E<83>144
-304.8 Q F2 .605(test \255v)180 304.8 R F1 3.105(,w)C .605(hen gi)-3.105
-F -.15(ve)-.25 G 3.105(na).15 G 3.105(na)-3.105 G -.18(rg)-3.105 G .605
+(rray subscripts can be e)-2.5 E(xpanded more than once.)-.15 E<83>144
+660 Q F2 .606(test \255v)180 660 R F1 3.106(,w)C .606(hen gi)-3.106 F
+-.15(ve)-.25 G 3.106(na).15 G 3.106(na)-3.106 G -.18(rg)-3.106 G .605
 (ument of).18 F F2(A[@])3.105 E F1 3.105(,w)C(here)-3.105 E F2(A)3.105 E
-F1 .606(is an e)3.105 F .606(xisting associati)-.15 F .906 -.15(ve a)
--.25 H(rray).15 E 3.106(,w)-.65 G(ill)-3.106 E .714
-(return true if the array has an)180 316.8 R 3.214(ys)-.15 G .714
+F1 .605(is an e)3.105 F .605(xisting associati)-.15 F .905 -.15(ve a)
+-.25 H(rray).15 E 3.105(,w)-.65 G(ill)-3.105 E .714
+(return true if the array has an)180 672 R 3.214(ys)-.15 G .714
 (et elements.)-3.214 F .714(Bash-5.2 will look for and report on a k)
-5.714 F -.15(ey)-.1 G(named)180 328.8 Q F2(@)2.5 E F1(.)A<83>144 340.8 Q
-.188(the ${)180 340.8 R F0(par)A(ameter)-.15 E F2([:]=)A F0(value)A F1
-2.689(}w)C .189(ord e)-2.789 F .189(xpansion will return)-.15 F F0
-(value)2.689 E F1 2.689(,b)C .189(efore an)-2.689 F 2.689(yv)-.15 G
-(ariable-speci\214c)-2.939 E 1.235(transformations ha)180 352.8 R 1.535
--.15(ve b)-.2 H 1.235(een performed \(e.g., con).15 F -.15(ve)-.4 G
-1.235(rting to lo).15 F 3.735(wercase\). Bash-5.2)-.25 F 1.235(will re-)
-3.735 F(turn the \214nal v)180 364.8 Q(alue assigned to the v)-.25 E
-(ariable.)-.25 E<83>144 376.8 Q -.15(Pa)180 376.8 S .945
-(rsing command substitutions will beha).15 F 1.245 -.15(ve a)-.2 H 3.445
-(si).15 G 3.446(fe)-3.445 G .946(xtended globbing \(see the description)
--3.596 F .339(of the)180 388.8 R F2(shopt)2.839 E F1 -.2(bu)2.839 G .339
-(iltin abo).2 F -.15(ve)-.15 G 2.839(\)i).15 G 2.839(se)-2.839 G .338
-(nabled, so that parsing a command substitution containing)-2.839 F .022
-(an e)180 400.8 R .022(xtglob pattern \(say)-.15 F 2.522(,a)-.65 G 2.522
-(sp)-2.522 G .022(art of a shell function\) will not f)-2.522 F 2.523
-(ail. This)-.1 F .023(assumes the intent is)2.523 F .04(to enable e)180
-412.8 R .039(xtglob before the command is e)-.15 F -.15(xe)-.15 G .039
-(cuted and w).15 F .039(ord e)-.1 F .039(xpansions are performed.)-.15 F
-(It)5.039 E .4(will f)180 424.8 R .4(ail at w)-.1 F .4(ord e)-.1 F .4
+5.714 F -.15(ey)-.1 G(named)180 684 Q F2(@)2.5 E F1(.)A<83>144 696 Q
+1.363(The ${)180 696 R F0(par)A(ameter)-.15 E F2([:]=)A F0(value)A F1
+3.863(}w)C 1.362(ord e)-3.963 F 1.362(xpansion will return)-.15 F F0
+(value)3.862 E F1 3.862(,b)C 1.362(efore an)-3.862 F 3.862(yv)-.15 G
+(ariable-spe-)-4.112 E .623(ci\214c transformations ha)180 708 R .923
+-.15(ve b)-.2 H .623(een performed \(e.g., con).15 F -.15(ve)-.4 G .623
+(rting to lo).15 F 3.123(wercase\). Bash-5.2)-.25 F(will)3.123 E
+(return the \214nal v)180 720 Q(alue assigned to the v)-.25 E(ariable.)
+-.25 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(29)190.95 E 0 Cg
+EP
+%%Page: 30 30
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
+/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
+F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E<83>144
+84 Q -.15(Pa)180 84 S .946(rsing command substitutions will beha).15 F
+1.246 -.15(ve a)-.2 H 3.445(si).15 G 3.445(fe)-3.445 G .945
+(xtended globbing \(see the description)-3.595 F .338(of the)180 96 R/F2
+10/Times-Bold@0 SF(shopt)2.838 E F1 -.2(bu)2.838 G .338(iltin abo).2 F
+-.15(ve)-.15 G 2.838(\)i).15 G 2.838(se)-2.838 G .339
+(nabled, so that parsing a command substitution containing)-2.838 F .023
+(an e)180 108 R .023(xtglob pattern \(say)-.15 F 2.523(,a)-.65 G 2.523
+(sp)-2.523 G .022(art of a shell function\) will not f)-2.523 F 2.522
+(ail. This)-.1 F .022(assumes the intent is)2.522 F .039(to enable e)180
+120 R .039(xtglob before the command is e)-.15 F -.15(xe)-.15 G .039
+(cuted and w).15 F .039(ord e)-.1 F .04(xpansions are performed.)-.15 F
+(It)5.04 E .4(will f)180 132 R .4(ail at w)-.1 F .4(ord e)-.1 F .4
 (xpansion time if e)-.15 F .4(xtglob hasn')-.15 F 2.9(tb)-.18 G .4
-(een enabled by the time the command)-2.9 F(is e)180 436.8 Q -.15(xe)
--.15 G(cuted.).15 E/F4 10.95/Times-Bold@0 SF(SEE ALSO)72 453.6 Q F1
-(bash\(1\), sh\(1\))108 465.6 Q(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(28)190.95 E 0 Cg EP
+(een enabled by the time the command)-2.9 F(is e)180 144 Q -.15(xe)-.15
+G(cuted.).15 E F2(compat52)108 160.8 Q F1<83>144 172.8 Q(The)180 172.8 Q
+F2(test)3.167 E F1 -.2(bu)3.167 G .667
+(iltin uses its historical algorithm to parse parenthesized sube).2 F
+.668(xpressions when)-.15 F(gi)180 184.8 Q -.15(ve)-.25 G 2.5<6e8c>.15 G
+.3 -.15(ve o)-2.5 H 2.5(rm).15 G(ore ar)-2.5 E(guments.)-.18 E<83>144
+196.8 Q .484(If the)180 196.8 R F2<ad70>2.984 E F1(or)2.983 E F2<ad50>
+2.983 E F1 .483(option is supplied to the)2.983 F F2(bind)2.983 E F1 -.2
+(bu)2.983 G(iltin,).2 E F2(bind)2.983 E F1 .483(treats an)2.983 F 2.983
+(ya)-.15 G -.18(rg)-2.983 G .483(uments remain-).18 F .339
+(ing after option processing as bindable command names, and displays an)
+180 208.8 R 2.84(yk)-.15 G .64 -.15(ey s)-2.94 H(equences).15 E
+(bound to those commands, instead of treating the ar)180 220.8 Q
+(guments as k)-.18 E .3 -.15(ey s)-.1 H(equences to bind.).15 E/F3 10.95
+/Times-Bold@0 SF(SEE ALSO)72 237.6 Q F1(bash\(1\), sh\(1\))108 249.6 Q
+(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(30)190.95 E 0 Cg EP
 %%Trailer
 end
 %%EOF
index f32c8b145f73089c715198e1fa6b38ab785abcbb..289cbf06d930d0cc6a8cccff4de572caca578fe3 100644 (file)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Thu Apr  4 17:50:31 2024
+%%CreationDate: Thu Oct 17 11:28:25 2024
 %%DocumentNeededResources: font Times-Italic
 %%+ font Times-Roman
 %%+ font Times-Bold
@@ -271,53 +271,55 @@ BP
 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1
 (rbash \255 restricted bash, see)108 96 Q/F3 10/Times-Bold@0 SF(bash)2.5
 E F1(\(1\))A F2(RESTRICTED SHELL)72 112.8 Q F1(If)108 124.8 Q F3(bash)
-3.582 E F1 1.081(is started with the name)3.581 F F3(rbash)3.581 E F1
-3.581(,o)C 3.581(rt)-3.581 G(he)-3.581 E F3<ad72>3.581 E F1 1.081
-(option is supplied at in)3.581 F -.2(vo)-.4 G 1.081
-(cation, the shell becomes re-).2 F 2.976(stricted. A)108 136.8 R .476
-(restricted shell is used to set up an en)2.976 F .476
-(vironment more controlled than the standard shell.)-.4 F .477(It be-)
-5.477 F(ha)108 148.8 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E
-F3(bash)2.5 E F1(with the e)2.5 E(xception that the follo)-.15 E
+3.572 E F1 1.071(is started with the name)3.571 F F3(rbash)3.571 E F1
+3.571(,o)C 3.571(rt)-3.571 G(he)-3.571 E F3<ad72>3.571 E F1 1.071
+(option is supplied at in)3.571 F -.2(vo)-.4 G 1.071
+(cation, the shell becomes).2 F F0 -.37(re)3.571 G(-).37 E(stricted)108
+136.8 Q F1 5.445(.A)C .445(restricted shell is used to set up an en)-2.5
+F .445(vironment more controlled than the standard shell.)-.4 F .445
+(It be-)5.445 F(ha)108 148.8 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)
+-2.5 E F3(bash)2.5 E F1(with the e)2.5 E(xception that the follo)-.15 E
 (wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 165.6 Q
-(changing directories with)144 165.6 Q F3(cd)2.5 E F1<83>108 182.4 Q
-(setting or unsetting the v)144 182.4 Q(alues of)-.25 E/F4 9
+(Changing directories with)144 165.6 Q F3(cd)2.5 E F1(.)A<83>108 182.4 Q
+(Setting or unsetting the v)144 182.4 Q(alues of)-.25 E/F4 9
 /Times-Bold@0 SF(SHELL)2.5 E/F5 9/Times-Roman@0 SF(,)A F4 -.666(PA)2.25
 G(TH)-.189 E F5(,)A F4(HISTFILE)2.25 E F5(,)A F4(ENV)2.25 E F5(,)A F1
-(or)2.25 E F4 -.27(BA)2.5 G(SH_ENV).27 E F1<83>108 199.2 Q
-(specifying command names containing)144 199.2 Q F3(/)2.5 E F1<83>108
-216 Q(specifying a \214lename containing a)144 216 Q F3(/)2.5 E F1
+(or)2.25 E F4 -.27(BA)2.5 G(SH_ENV).27 E F5(.)A F1<83>108 199.2 Q
+(Specifying command names containing)144 199.2 Q F3(/)2.5 E F1(.)A<83>
+108 216 Q(Specifying a \214lename containing a)144 216 Q F3(/)2.5 E F1
 (as an ar)2.5 E(gument to the)-.18 E F3(.)2.5 E F1 -.2(bu)5 G
-(iltin command).2 E<83>108 232.8 Q
-(specifying a \214lename containing a slash as an ar)144 232.8 Q
-(gument to the)-.18 E F3(history)2.5 E F1 -.2(bu)2.5 G(iltin command).2
-E<83>108 249.6 Q .45
-(specifying a \214lename containing a slash as an ar)144 249.6 R .449
-(gument to the)-.18 F F3<ad70>2.949 E F1 .449(option to the)2.949 F F3
-(hash)2.949 E F1 -.2(bu)2.949 G .449(iltin com-).2 F(mand)144 261.6 Q
-<83>108 278.4 Q(importing function de\214nitions from the shell en)144
-278.4 Q(vironment at startup)-.4 E<83>108 295.2 Q(parsing the v)144
-295.2 Q(alue of)-.25 E F4(SHELLOPTS)2.5 E F1(from the shell en)2.25 E
-(vironment at startup)-.4 E<83>108 312 Q(redirecting output using the >\
-, >|, <>, >&, &>, and >> redirection operators)144 312 Q<83>108 328.8 Q
-(using the)144 328.8 Q F3(exec)2.5 E F1 -.2(bu)2.5 G
-(iltin command to replace the shell with another command).2 E<83>108
-345.6 Q(adding or deleting b)144 345.6 Q(uiltin commands with the)-.2 E
-F3<ad66>2.5 E F1(and)2.5 E F3<ad64>2.5 E F1(options to the)2.5 E F3
-(enable)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 362.4 Q
-(using the)144 362.4 Q F3(enable)2.5 E F1 -.2(bu)2.5 G
-(iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108
-379.2 Q(specifying the)144 379.2 Q F3<ad70>2.5 E F1(option to the)2.5 E
-F3(command)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 396 Q
-(turning of)144 396 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F3
-(set +r)2.5 E F1(or)2.5 E F3(shopt \255u r)2.5 E(estricted_shell)-.18 E
-F1(.)A(These restrictions are enforced after an)108 412.8 Q 2.5(ys)-.15
-G(tartup \214les are read.)-2.5 E .429
-(When a command that is found to be a shell script is e)108 429.6 R -.15
+(iltin command.).2 E<83>108 232.8 Q(Using the)144 232.8 Q F3<ad70>2.5 E
+F1(option to the)2.5 E F3(.)2.5 E F1 -.2(bu)5 G
+(iltin command to specify a search path.).2 E<83>108 249.6 Q
+(Specifying a \214lename containing a slash as an ar)144 249.6 Q
+(gument to the)-.18 E F3(history)2.5 E F1 -.2(bu)2.5 G(iltin command.).2
+E<83>108 266.4 Q .351
+(Specifying a \214lename containing a slash as an ar)144 266.4 R .351
+(gument to the)-.18 F F3<ad70>2.851 E F1 .351(option to the)2.851 F F3
+(hash)2.851 E F1 -.2(bu)2.851 G .351(iltin com-).2 F(mand.)144 278.4 Q
+<83>108 295.2 Q(Importing function de\214nitions from the shell en)144
+295.2 Q(vironment at startup.)-.4 E<83>108 312 Q -.15(Pa)144 312 S
+(rsing the v).15 E(alue of)-.25 E F4(SHELLOPTS)2.5 E F1
+(from the shell en)2.25 E(vironment at startup.)-.4 E<83>108 328.8 Q(Re\
+directing output using the >, >|, <>, >&, &>, and >> redirection operat\
+ors.)144 328.8 Q<83>108 345.6 Q(Using the)144 345.6 Q F3(exec)2.5 E F1
+-.2(bu)2.5 G(iltin command to replace the shell with another command.).2
+E<83>108 362.4 Q(Adding or deleting b)144 362.4 Q
+(uiltin commands with the)-.2 E F3<ad66>2.5 E F1(and)2.5 E F3<ad64>2.5 E
+F1(options to the)2.5 E F3(enable)2.5 E F1 -.2(bu)2.5 G(iltin command.)
+.2 E<83>108 379.2 Q(Using the)144 379.2 Q F3(enable)2.5 E F1 -.2(bu)2.5
+G(iltin command to enable disabled shell b).2 E(uiltins.)-.2 E<83>108
+396 Q(Specifying the)144 396 Q F3<ad70>2.5 E F1(option to the)2.5 E F3
+(command)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E<83>108 412.8 Q -.45
+(Tu)144 412.8 S(rning of).45 E 2.5(fr)-.25 G(estricted mode with)-2.5 E
+F3(set +r)2.5 E F1(or)2.5 E F3(shopt \255u r)2.5 E(estricted_shell)-.18
+E F1(.)A(These restrictions are enforced after an)108 429.6 Q 2.5(ys)
+-.15 G(tartup \214les are read.)-2.5 E .429
+(When a command that is found to be a shell script is e)108 446.4 R -.15
 (xe)-.15 G(cuted,).15 E F3(rbash)2.929 E F1 .429(turns of)2.929 F 2.929
 (fa)-.25 G .729 -.15(ny r)-2.929 H .429(estrictions in the shell).15 F
-(spa)108 441.6 Q(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E
-F2(SEE ALSO)72 458.4 Q F1(bash\(1\))108 470.4 Q 157.215(Bash-5.2 2021)72
+(spa)108 458.4 Q(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E
+F2(SEE ALSO)72 475.2 Q F1(bash\(1\))108 487.2 Q 157.215(Bash-5.2 2021)72
 768 R(No)2.5 E -.15(ve)-.15 G(mber 22).15 E(1)190.545 E 0 Cg EP
 %%Trailer
 end
index 1d666edd77333259c9729aa89a37739ef633c347..1a0b9b13573c05f38604ee7bc2288aa351844607 100644 (file)
@@ -2,10 +2,10 @@
 Copyright (C) 1988-2024 Free Software Foundation, Inc.
 @end ignore
 
-@set LASTCHANGE Mon Oct 14 11:41:52 EDT 2024
+@set LASTCHANGE Tue Oct 15 16:54:10 EDT 2024
 
 @set EDITION 5.3
 @set VERSION 5.3
 
-@set UPDATED 14 October 2024
+@set UPDATED 15 October 2024
 @set UPDATED-MONTH October 2024
index c559b42a6f8d5f2756fa93cca0a7e84233f95aaa..de82967176a9ad72be692642fc0d39a70ea116bb 100644 (file)
Binary files a/lib/readline/doc/history.dvi and b/lib/readline/doc/history.dvi differ
index 8d5a1608ca954b2b9b9d4c380abce8048c402270..76a357510ff74b03d4cb76deff74b36708e661a9 100644 (file)
@@ -1,6 +1,6 @@
 <HTML>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!-- Created on October, 12  2024 by texi2html 1.64 -->
+<!-- Created on October, 17  2024 by texi2html 1.64 -->
 <!-- 
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -2263,7 +2263,7 @@ to permit their use in free software.
 <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="history.html#SEC_About"> ? </A>]</TD>
 </TR></TABLE>
 <H1>About this document</H1>
-This document was generated by <I>Chet Ramey</I> on <I>October, 12  2024</I>
+This document was generated by <I>Chet Ramey</I> on <I>October, 17  2024</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 <P></P>  
@@ -2425,7 +2425,7 @@ the following structure:
 <BR>  
 <FONT SIZE="-1">
 This document was generated
-by <I>Chet Ramey</I> on <I>October, 12  2024</I>
+by <I>Chet Ramey</I> on <I>October, 17  2024</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 
index efacfce68138418ad76223993bdba37ccb44ae78..f87c0ee24603fa569c7d83a1f499693ef9b6c380 100644 (file)
@@ -1,7 +1,7 @@
 This is history.info, produced by makeinfo version 7.1 from
 history.texi.
 
-This document describes the GNU History library (version 8.3, 10 October
+This document describes the GNU History library (version 8.3, 15 October
 2024), a programming tool that provides a consistent user interface for
 recalling lines of previously typed input.
 
index 0a90d162799659ecb7f6ecf7ac57c2298e6a0d5f..3c8d71b3494902a7bc5d81d69040b92a8bf9cf6f 100644 (file)
@@ -1,11 +1,11 @@
-This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/MacPorts 2024.70613_0) (preloaded format=etex 2024.4.9)  12 OCT 2024 13:36
+This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/MacPorts 2024.70613_0) (preloaded format=etex 2024.4.9)  17 OCT 2024 11:28
 entering extended mode
  restricted \write18 enabled.
  file:line:error style messages enabled.
  %&-line parsing enabled.
 **\nonstopmode \input ././history.texi
 (././history.texi
-(/usr/local/src/bash/bash-20241011/lib/readline/doc/texinfo.tex
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/texinfo.tex
 Loading texinfo [version 2015-11-22.14]:
 \outerhsize=\dimen16
 \outervsize=\dimen17
@@ -161,16 +161,16 @@ This is `epsf.tex' v2.7.4 <14 February 2011>
 texinfo.tex: doing @include of version.texi
 
 
-(/usr/local/src/bash/bash-20241011/lib/readline/doc/version.texi) [1] [2]
-(/usr/local/src/bash/bash-20241011/lib/readline/doc/history.toc) [-1]
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/version.texi) [1] [2]
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/history.toc) [-1]
 texinfo.tex: doing @include of hsuser.texi
 
 
-(/usr/local/src/bash/bash-20241011/lib/readline/doc/hsuser.texi Chapter 1
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/hsuser.texi Chapter 1
 \openout0 = `history.toc'.
 
 
-(/usr/local/src/bash/bash-20241011/lib/readline/doc/history.aux)
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/history.aux)
 \openout1 = `history.aux'.
 
 @cpindfile=@write2
@@ -185,7 +185,7 @@ texinfo.tex: doing @include of hsuser.texi
 ])
 texinfo.tex: doing @include of hstech.texi
 
- (/usr/local/src/bash/bash-20241011/lib/readline/doc/hstech.texi Chapter 2
+ (/usr/local/src/bash/bash-20241015/lib/readline/doc/hstech.texi Chapter 2
 [3
 @numsubsecentry{Modifiers}{1.1.3}{Modifiers}{3}
 ] [4
@@ -227,7 +227,7 @@ y List}{7}
 texinfo.tex: doing @include of fdl.texi
 
 
-(/usr/local/src/bash/bash-20241011/lib/readline/doc/fdl.texi [13
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/fdl.texi [13
 @appentry{GNU Free Documentation License}{A}{GNU Free Documentation License}{13
 }
 ] [14] [15] [16] [17] [18] [19]) Appendix B [20] Appendix C [21
index ccf7096a33999483e63b2203ae3ec6b5a1833173..550d65926f2a7608fbcdd99ee4ca8af1340a3693 100644 (file)
Binary files a/lib/readline/doc/history.pdf and b/lib/readline/doc/history.pdf differ
index 7791282a10c352dbc3b3213b7c243f1ea745236c..a98df64dc3bf41f929e856166a72485d40ddc8f1 100644 (file)
@@ -1,7 +1,7 @@
 %!PS-Adobe-2.0
 %%Creator: dvips(k) 2024.1 (TeX Live 2024)  Copyright 2024 Radical Eye Software
 %%Title: history.dvi
-%%CreationDate: Sat Oct 12 17:36:36 2024
+%%CreationDate: Thu Oct 17 15:28:47 2024
 %%Pages: 25
 %%PageOrder: Ascend
 %%BoundingBox: 0 0 596 842
@@ -12,7 +12,7 @@
 %DVIPSWebPage: (www.radicaleye.com)
 %DVIPSCommandLine: dvips -D 300 -o history.ps history.dvi
 %DVIPSParameters: dpi=300
-%DVIPSSource:  TeX output 2024.10.12:1336
+%DVIPSSource:  TeX output 2024.10.17:1128
 %%BeginProcSet: tex.pro 0 0
 %!
 /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -5251,7 +5251,7 @@ b(Case)e(W)-6 b(estern)23 b(Reserv)n(e)f(Univ)n(ersit)n(y)75
 b(oundation)p 75 2570 1800 9 v eop end
 %%Page: 2 2
 TeXDict begin 2 1 bop 75 2207 a Fq(This)17 b(do)q(cumen)o(t)i(describ)q
-(es)f(the)g(GNU)g(History)f(library)f(\(v)o(ersion)h(8.3,)g(10)g(Octob)
+(es)f(the)g(GNU)g(History)f(library)f(\(v)o(ersion)h(8.3,)g(15)g(Octob)
 q(er)i(2024\),)e(a)g(pro-)75 2262 y(gramming)10 b(to)q(ol)g(that)g(pro)
 o(vides)h(a)g(consisten)o(t)f(user)i(in)o(terface)e(for)h(recalling)f
 (lines)g(of)h(previously)g(t)o(yp)q(ed)75 2316 y(input.)75
index 13a818845b829c4aacafff685a3f9d88a335ba84..8d9b3ef695c02378e43736fe10f1259467084641 100644 (file)
@@ -39,33 +39,39 @@ R\bRE\bET\bTU\bUR\bRN\bN V\bVA\bAL\bLU\bUE\bE
        line, it is treated as a newline.
 
 N\bNO\bOT\bTA\bAT\bTI\bIO\bON\bN
-       This section uses an emacs-style notation to denote  keystrokes.   Con-
-       trol  keys are denoted by C-_\bk_\be_\by, e.g., C-n means Control-N.  Similarly,
-       _\bm_\be_\bt_\ba keys are denoted by M-_\bk_\be_\by, so M-x means Meta-X.
-
-       On keyboards without a _\bM_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press  the  Es-
-       cape key then the _\bx key.  This makes ESC the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx.  The combina-
-       tion  M-C-_\bx  means ESC-Control-_\bx, or press the Escape key then hold the
-       Control key while pressing the _\bx key.
-
-       On some keyboards, the Meta key modifier produces meta characters  with
-       the  eighth bit (0200) set (you can use the e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by variable to
-       control whether or not it does this, if the keyboard  allows  it).   On
-       many  others,  the  terminal or terminal emulator converts the metafied
-       key to a key sequence beginning with ESC as described in the  preceding
+       This section uses Emacs-style editing concepts and  uses  its  notation
+       for  keystrokes.   Control  keys  are denoted by C-_\bk_\be_\by, e.g., C-n means
+       Control-N.  Similarly, _\bm_\be_\bt_\ba keys are denoted by  M-_\bk_\be_\by,  so  M-x  means
+       Meta-X.  The Meta key is often labeled "Alt" or "Option".
+
+       On  keyboards  without a _\bM_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press and re-
+       lease the Escape key, then press and release the _\bx  key,  in  sequence.
+       This  makes  ESC the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx.  The combination M-C-_\bx means ESC-Con-
+       trol-_\bx: press and release the Escape key, then press and hold the  Con-
+       trol key while pressing the _\bx key, then release both.
+
+       On  some  keyboards, the Meta key modifier produces characters with the
+       eighth bit (0200) set.  You can use  the  e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by  variable  to
+       control  whether  or  not  it does this, if the keyboard allows it.  On
+       many others, the terminal or terminal emulator  converts  the  metafied
+       key  to a key sequence beginning with ESC as described in the preceding
        paragraph.
 
-       If  your _\bM_\be_\bt_\ba key produces a key sequence with the ESC meta prefix, you
-       can make M-_\bk_\be_\by key bindings you specify (see R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\b be-
+       If your _\bM_\be_\bt_\ba key produces a key sequence with the ESC meta prefix,  you
+       can  make M-_\bk_\be_\by key bindings you specify (see R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs be-
        low) do the same thing by setting the f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx variable.
 
-       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) makes that command act
-       in a backward direction.  Commands whose behavior with arguments  devi-
+       R\bRe\bea\bad\bdl\bli\bin\bne\be 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) makes that command  act
+       in  a backward direction.  Commands whose behavior with arguments devi-
        ates from this are noted below.
 
+       The _\bp_\bo_\bi_\bn_\bt is the current cursor position, and _\bm_\ba_\br_\bk refers  to  a  saved
+       cursor position.  The text between the point and mark is referred to as
+       the _\br_\be_\bg_\bi_\bo_\bn.
+
        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 accumulate  the  deleted  text  into  one
@@ -73,12 +79,12 @@ N\bNO\bOT\bTA\bAT\bTI\bIO\bON\bN
        separate the chunks of text on the kill ring.
 
 I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
-       Readline  is  customized  by putting commands in an initialization file
+       R\bRe\bea\bad\bdl\bli\bin\bne\be  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  environment variable.  If that variable is unset, the de-
        fault is _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc.  If that file  does not exist or cannot  be  read,
-       readline  looks  for _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc.  When a program which uses the read-
-       line library starts up, r\bre\bea\bad\bdl\bli\bin\bne\be reads the initialization file and sets
+       r\bre\bea\bad\bdl\bli\bin\bne\be  looks  for _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc.  When a program which uses the r\bre\bea\bad\bd-\b-
+       l\bli\bin\bne\be library starts up, r\bre\bea\bad\bdl\bli\bin\bne\be reads the initialization file and sets
        the key bindings and variables found there, before reading any user in-
        put.
 
@@ -97,25 +103,26 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
        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 r\bre\bea\bad\bdl\bli\bin\bne\be command _\bu_\bn_\bi_\bv_\be_\br_\b-
        _\bs_\ba_\bl_\b-_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.
 
        Key bindings may contain the following symbolic character  names:  _\bD_\bE_\bL,
-       _\bE_\bS_\bC, _\bE_\bS_\bC_\bA_\bP_\bE, _\bL_\bF_\bD, _\bN_\bE_\bW_\bL_\bI_\bN_\bE, _\bR_\bE_\bT, _\bR_\bE_\bT_\bU_\bR_\bN, _\bR_\bU_\bB_\bO_\bU_\bT, _\bS_\bP_\bA_\bC_\bE, _\bS_\bP_\bC, and _\bT_\bA_\bB.
+       _\bE_\bS_\bC,  _\bE_\bS_\bC_\bA_\bP_\bE, _\bL_\bF_\bD, _\bN_\bE_\bW_\bL_\bI_\bN_\bE, _\bR_\bE_\bT, _\bR_\bE_\bT_\bU_\bR_\bN, _\bR_\bU_\bB_\bO_\bU_\bT(a_\bd_\be_\bs_\bt_\br_\bu_\bc_\bt_\bi_\bv_\bebackspace),
+       _\bS_\bP_\bA_\bC_\bE, _\bS_\bP_\bC, and _\bT_\bA_\bB.
 
-       In  addition  to  command  names, readline allows keys to be bound to a
+       In addition to command names, r\bre\bea\bad\bdl\bli\bin\bne\be allows keys to  be  bound  to  a
        string that is inserted when the key is pressed (a _\bm_\ba_\bc_\br_\bo).  The differ-
-       ence between a macro and a command is that a macro is enclosed in  sin-
+       ence  between a macro and a command is that a macro is enclosed in sin-
        gle or double quotes.
 
    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 key sequence may
-       be specified 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 composed of one or
-       more characters enclosed in double quotes.  The key sequence  and  name
-       are  separated by a colon.  There can be no whitespace between the name
+       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 key  sequence  may
+       be  specified in one of two ways: as a symbolic key name, possibly with
+       _\bM_\be_\bt_\ba_\bor _\bC_\bo_\bn_\bt_\br_\bo_\bl_\b- prefixes, or as a key sequence  composed  of  one  or
+       more  characters  enclosed in double quotes.  The key sequence and name
+       are separated by a colon.  There can be no whitespace between the  name
        and the colon.
 
        When using the form k\bke\bey\byn\bna\bam\bme\be:_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be or _\bm_\ba_\bc_\br_\bo, _\bk_\be_\by_\bn_\ba_\bm_\be is the name
@@ -125,15 +132,15 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\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
        none of the symbolic character names are recognized.
 
               "\C-u": universal-argument
@@ -141,21 +148,21 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\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 available when  speci-
+       The  full set of GNU Emacs style escape sequences available when speci-
        fying key sequences is
               \\b\C\bC-\b-    A control prefix.
-              \\b\M\bM-\b-    Adding  the meta prefix or converting the following char-
-                     acter to a  meta  character,  as  described  below  under
+              \\b\M\bM-\b-    Adding the meta prefix or converting the following  char-
+                     acter  to  a  meta  character,  as  described below under
                      f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx.
               \\b\e\be     An escape character.
               \\b\\\b\     Backslash.
               \\b\"\b"     Literal ", a double quote.
               \\b\'\b'     Literal ', a single quote.
 
-       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
@@ -165,92 +172,92 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\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.  Tthe backslash escapes described above are expanded in  the
-       macro  body.   Backslash  will  quote  any other character in the macro
+       tion  name.  Tthe backslash escapes described above are expanded in the
+       macro body.  Backslash will quote any  other  character  in  the  macro
        text, including " and '.
 
-       B\bBa\bas\bsh\bwill display or modify the current readline key bindings with  the
+       B\bBa\bas\bsh\b will display or modify the current r\bre\bea\bad\bdl\bli\bin\bne\be key bindings with the
        b\bbi\bin\bnd\bd builtin command.  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
-       will  change  the  editing mode during interactive use.  Other programs
-       using this library provide similar mechanisms.  A user may always  edit
-       the  _\bi_\bn_\bp_\bu_\bt_\br_\bc  file  and  have readline re-read it if a program does not
+       will change the editing mode during interactive  use.   Other  programs
+       using  this library provide similar mechanisms.  A user may always edit
+       the _\bi_\bn_\bp_\bu_\bt_\br_\bc file and have r\bre\bea\bad\bdl\bli\bin\bne\be re-read it if  a  program  does  not
        provide any other means to incorporate new bindings.
 
    V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs
-       Readline has variables that can be used to further customize its behav-
+       R\bRe\bea\bad\bdl\bli\bin\bne\be has variables that can be used to further customize its behav-
        ior.  A variable may be set in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file with a statement of the
        form
 
               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
-       (without  regard  to  case).   Unrecognized variable names are ignored.
-       When readline reads a variable value, empty or null values, "on" (case-
-       insensitive), and "1" are equivalent  to  O\bOn\bn.   All  other  values  are
+       Except  where  noted,  r\bre\bea\bad\bdl\bli\bin\bne\be variables can take the values O\bOn\bn or O\bOf\bff\bf
+       (without regard to case).  Unrecognized  variable  names  are  ignored.
+       When r\bre\bea\bad\bdl\bli\bin\bne\be reads a variable value, empty or null values, "on" (case-
+       insensitive),  and  "1"  are  equivalent  to  O\bOn\bn.  All other values are
        equivalent to O\bOf\bff\bf.
 
        The variables and their default values are:
 
        a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br
-              A  string  variable  that controls the text color and background
-              when displaying the text in the active region (see the  descrip-
-              tion  of e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn below).  This string must not take
+              A string variable that controls the text  color  and  background
+              when  displaying the text in the active region (see the descrip-
+              tion of e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn below).  This string must not  take
               up any physical character positions on the display, so it should
-              consist only of terminal escape sequences.  It is output to  the
-              terminal  before displaying the text in the active region.  This
-              variable is reset to the default  value  whenever  the  terminal
-              type  changes.   The  default  value is the string that puts the
-              terminal in standout mode, as obtained from the terminal's  ter-
+              consist  only of terminal escape sequences.  It is output to the
+              terminal before displaying the text in the active region.   This
+              variable  is  reset  to  the default value whenever the terminal
+              type changes.  The default value is the  string  that  puts  the
+              terminal  in standout mode, as obtained from the terminal's ter-
               minfo description.  A sample value might be "\e[01;33m".
        a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-e\ben\bnd\bd-\b-c\bco\bol\blo\bor\br
-              A  string  variable  that  "undoes"  the  effects  of a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
-              g\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\band restores "normal" terminal display  appear-
-              ance  after  displaying  text in the active region.  This string
-              must not take up any physical character positions  on  the  dis-
-              play,  so  it  should consist only of terminal escape sequences.
-              It is output to the terminal after displaying the  text  in  the
-              active  region.   This  variable  is  reset to the default value
-              whenever the terminal type changes.  The default  value  is  the
-              string  that  restores  the  terminal from standout mode, as ob-
+              A string  variable  that  "undoes"  the  effects  of  a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
+              g\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\b and restores "normal" terminal display appear-
+              ance after displaying text in the active  region.   This  string
+              must  not  take  up any physical character positions on the dis-
+              play, so it should consist only of  terminal  escape  sequences.
+              It  is  output  to the terminal after displaying the text in the
+              active region.  This variable is  reset  to  the  default  value
+              whenever  the  terminal  type changes.  The default value is the
+              string that restores the terminal from  standout  mode,  as  ob-
               tained from the terminal's terminfo description.  A sample value
               might be "\e[0m".
        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
-              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
-              set to a\bau\bud\bdi\bib\bbl\ble\be, readline attempts to ring the terminal's bell.
+              Controls  what  happens when r\bre\bea\bad\bdl\bli\bin\bne\be wants to ring the terminal
+              bell.  If set to n\bno\bon\bne\be, r\bre\bea\bad\bdl\bli\bin\bne\be never rings the bell.  If set to
+              v\bvi\bis\bsi\bib\bbl\ble\be, r\bre\bea\bad\bdl\bli\bin\bne\be uses a visible bell if one is  available.   If
+              set to a\bau\bud\bdi\bib\bbl\ble\be, r\bre\bea\bad\bdl\bli\bin\bne\be 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
-              that  are  treated  specially by the kernel's terminal driver to
-              their readline equivalents.  These override the default readline
+              If  set  to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to bind the control characters
+              that are treated specially by the kernel's  terminal  driver  to
+              their r\bre\bea\bad\bdl\bli\bin\bne\be equivalents.  These override the default r\bre\bea\bad\bdl\bli\bin\bne\be
               bindings described here.  Type "stty -a" at a b\bba\bas\bsh\bh prompt to see
-              your current terminal settings, including  the  special  control
+              your  current  terminal  settings, including the special control
               characters (usually c\bcc\bch\bha\bar\brs\bs).
        b\bbl\bli\bin\bnk\bk-\b-m\bma\bat\btc\bch\bhi\bin\bng\bg-\b-p\bpa\bar\bre\ben\bn (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, readline attempts to briefly move the cursor to an
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to briefly move the cursor to an
               opening parenthesis when a closing parenthesis is inserted.
        c\bco\bol\blo\bor\bre\bed\bd-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-p\bpr\bre\bef\bfi\bix\bx (\b(O\bOf\bff\bf)\b)
-              If  set  to  O\bOn\bn, when listing completions, readline displays the
+              If set to O\bOn\bn, when listing completions,  r\bre\bea\bad\bdl\bli\bin\bne\be  displays  the
               common prefix of the set of possible completions using a differ-
-              ent color.  The color definitions are taken from  the  value  of
+              ent  color.   The  color definitions are taken from the value of
               the L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS environment variable.  If there is a color defini-
-              tion  in $\b$L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS for the custom suffix "readline-colored-com-
-              pletion-prefix", readline uses this color for the common  prefix
+              tion in $\b$L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS for the custom suffix ".readline-colored-com-
+              pletion-prefix", r\bre\bea\bad\bdl\bli\bin\bne\be uses this color for the common  prefix
               instead of its default.
        c\bco\bol\blo\bor\bre\bed\bd-\b-s\bst\bta\bat\bts\bs (\b(O\bOf\bff\bf)\b)
-              If  set to O\bOn\bn, readline displays possible completions using dif-
+              If  set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be displays possible completions using dif-
               ferent colors to indicate their file type.   The  color  defini-
               tions  are  taken  from  the  value of the L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS environment
               variable.
        c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn (\b("#\b#")\b)
-              The string that the  readline  i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt  command  inserts.
+              The string that the  r\bre\bea\bad\bdl\bli\bin\bne\be  i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt  command  inserts.
               This  command  is bound to M\bM-\b-#\b# in emacs mode and to #\b# in vi com-
               mand mode.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-w\bwi\bid\bdt\bth\bh (\b(-\b-1\b1)\b)
@@ -260,16 +267,16 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               will  cause  matches  to be displayed one per line.  The default
               value is -1.
        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
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs filename matching and completion
               in a case-insensitive fashion.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-m\bma\bap\bp-\b-c\bca\bas\bse\be (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, and 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  is  enabled,  readline
+              If set to O\bOn\bn, and 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  is  enabled,  r\bre\bea\bad\bdl\bli\bin\bne\be
               treats  hyphens  (_\b-) and underscores (_\b_) as equivalent when per-
               forming case-insensitive filename matching and completion.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-p\bpr\bre\bef\bfi\bix\bx-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-l\ble\ben\bng\bgt\bth\bh (\b(0\b0)\b)
               The maximum length in characters of the common prefix of a  list
               of  possible completions that is displayed without modification.
-              When set to a value greater than zero, readline replaces  common
+              When set to a value greater than zero, r\bre\bea\bad\bdl\bli\bin\bne\be replaces  common
               prefixes longer than this value with an ellipsis when displaying
               possible completions.
        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)
@@ -277,30 +284,30 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               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\bs  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, readline
+              greater  than  or  equal to the value of this variable, r\bre\bea\bad\bdl\bli\bin\bne\be
               will ask whether or not the user wishes to view them;  otherwise
-              readline  simply lists them on the terminal.  A zero value means
-              readline should never ask; negative values are treated as zero.
+              r\bre\bea\bad\bdl\bli\bin\bne\be  simply lists them on the terminal.  A zero value means
+              r\bre\bea\bad\bdl\bli\bin\bne\be should never ask; negative values are treated as zero.
        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  it  reads  that
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will convert  characters  it  reads  that
               have the eighth bit set to an ASCII key sequence by clearing the
               eighth bit and prefixing it with an escape character (converting
-              the  character to have the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx).  The default is _\bO_\bn, but
-              readline will set it to _\bO_\bf_\bf if the  locale  contains  characters
+              the  character to have the meta prefix).  The default is _\bO_\bn, but
+              r\bre\bea\bad\bdl\bli\bin\bne\be will set it to _\bO_\bf_\bf if the  locale  contains  characters
               whose encodings may include bytes with the eighth bit set.  This
               variable  is  dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE locale category, and may
               change if the locale changes.  This variable  also  affects  key
               bindings; see the description of f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx below.
        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
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will inhibit word completion.  Completion
               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\bec\bch\bho\bo-\b-c\bco\bon\bnt\btr\bro\bol\bl-\b-c\bch\bha\bar\bra\bac\bct\bte\ber\brs\bs (\b(O\bOn\bn)\b)
               When set to O\bOn\bn, on operating systems that indicate they  support
-              it, readline echoes a character corresponding to a signal gener-
+              it, r\bre\bea\bad\bdl\bli\bin\bne\be echoes a character corresponding to a signal gener-
               ated from the keyboard.
        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 uses a set of key bindings similar to
+              Controls  whether r\bre\bea\bad\bdl\bli\bin\bne\be uses a set of key bindings similar to
               _\bE_\bm_\ba_\bc_\bs or _\bv_\bi.  e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be can be set to either e\bem\bma\bac\bcs\bs or v\bvi\bi.
        e\bem\bma\bac\bcs\bs-\b-m\bmo\bod\bde\be-\b-s\bst\btr\bri\bin\bng\bg (\b(@\b@)\b)
               If the _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this  string  is
@@ -312,29 +319,26 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               can be used to embed a terminal control sequence into  the  mode
               string.
        e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn (\b(O\bOn\bn)\b)
-              The  _\bp_\bo_\bi_\bn_\bt  is the current cursor position, and _\bm_\ba_\br_\bk refers to a
-              saved cursor position.  The text between the point and  mark  is
-              referred  to  as  the  _\br_\be_\bg_\bi_\bo_\bn.  When this variable is set to _\bO_\bn,
-              readline allows certain commands to designate the region as  _\ba_\bc_\b-
-              _\bt_\bi_\bv_\be.   When  the region is active, readline highlights the text
-              in the region using the value of the  a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br,
-              which  defaults to the string that enables the terminal's stand-
-              out mode.  The active region shows the text inserted  by  brack-
-              eted-paste  and  any matching text found by incremental and non-
-              incremental history searches.
+              When  this  variable  is set to _\bO_\bn, r\bre\bea\bad\bdl\bli\bin\bne\be allows certain com-
+              mands to designate the region as _\ba_\bc_\bt_\bi_\bv_\be.  When the region is ac-
+              tive, r\bre\bea\bad\bdl\bli\bin\bne\be highlights the text in the region using the value
+              of the a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br, which defaults to  the  string
+              that  enables  the  terminal's standout mode.  The active region
+              shows the text inserted by bracketed-paste and any matching text
+              found by incremental and non-incremental history searches.
        e\ben\bna\bab\bbl\ble\be-\b-b\bbr\bra\bac\bck\bke\bet\bte\bed\bd-\b-p\bpa\bas\bst\bte\be (\b(O\bOn\bn)\b)
-              When set to O\bOn\bn, readline configures the terminal to insert  each
+              When set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be configures the terminal to insert  each
               paste  into the editing buffer as a single string of characters,
               instead of treating each character as if it had been  read  from
               the  keyboard.  This is called _\bb_\br_\ba_\bc_\bk_\be_\bt_\be_\bd_\b-_\bp_\ba_\bs_\bt_\be _\bm_\bo_\bd_\be; it prevents
-              readline from executing any editing commands bound  to  key  se-
+              r\bre\bea\bad\bdl\bli\bin\bne\be from executing any editing commands bound  to  key  se-
               quences appearing in the pasted text.
        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-
+              When set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will try to enable the application key-
               pad when it is called.  Some systems need this to enable the ar-
               row keys.
        e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by (\b(O\bOn\bn)\b)
-              When  set  to  O\bOn\bn, readline will try to enable any meta modifier
+              When  set  to  O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will try to enable any meta modifier
               key the terminal claims to support.  On many terminals, the Meta
               key is used to send eight-bit characters; this  variable  checks
               for  the terminal capability that indicates the terminal can en-
@@ -342,17 +346,17 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               (0200)  if the Meta key is held down when the character is typed
               (a meta character).
        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, readline performs tilde expansion when it attempts
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs tilde expansion when it attempts
               word completion.
        f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, readline modifies its behavior  when  binding  key
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be modifies its behavior  when  binding  key
               sequences  containing  \M-  or Meta- (see K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs above) by
               converting a key sequence of the form \M-_\bC or Meta-_\bC to the two-
-              character  sequence  E\bES\bSC\bC_\bC  (adding   the   _\bm_\be_\bt_\ba   _\bp_\br_\be_\bf_\bi_\bx).    If
-              f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx is set to O\bOf\bff\bf (the default), readline uses the
+              character  sequence  E\bES\bSC\bC  _\bC  (adding  the  meta   prefix).    If
+              f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx is set to O\bOf\bff\bf (the default), r\bre\bea\bad\bdl\bli\bin\bne\be uses the
               value  of the c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba variable to determine whether to per-
-              form this conversion: if c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba is O\bOn\bn,  readline  performs
-              the  conversion described above; if it is O\bOf\bff\bf, readline converts
+              form this conversion: if c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba is O\bOn\bn,  r\bre\bea\bad\bdl\bli\bin\bne\be  performs
+              the  conversion described above; if it is O\bOf\bff\bf, r\bre\bea\bad\bdl\bli\bin\bne\be converts
               _\bC to a meta character by setting the eighth bit (0200).
        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 (\b(O\bOf\bff\bf)\b)
               If set to O\bOn\bn, the history code attempts to place  point  at  the
@@ -367,16 +371,16 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               to a non-numeric value will set the maximum  number  of  history
               entries to 500.
        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)
-              Setting this variable to O\bOn\bn makes readline use a single line for
+              Setting this variable to O\bOn\bn makes r\bre\bea\bad\bdl\bli\bin\bne\be 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 new line.  This setting is automatically enabled
               for terminals of height 1.
        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
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will enable eight-bit input (that is,  it
               will  not  clear the eighth bit in the characters it reads), re-
               gardless of what the terminal claims it can  support.   The  de-
-              fault  is _\bO_\bf_\bf, but readline will set it to _\bO_\bn if the locale con-
+              fault  is _\bO_\bf_\bf, but r\bre\bea\bad\bdl\bli\bin\bne\be will set it to _\bO_\bn if the locale con-
               tains characters whose encodings  may  include  bytes  with  the
               eighth  bit set.  This variable is dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE lo-
               cale category, and its value may change if the  locale  changes.
@@ -387,34 +391,34 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               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
+              Set the current r\bre\bea\bad\bdl\bli\bin\bne\be 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
               value of e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be also affects the default keymap.
        k\bke\bey\bys\bse\beq\bq-\b-t\bti\bim\bme\beo\bou\but\bt (\b(5\b50\b00\b0)\b)
-              Specifies the duration _\br_\be_\ba_\bd_\bl_\bi_\bn_\be will wait for a  character  when
+              Specifies the duration r\bre\bea\bad\bdl\bli\bin\bne\be will wait for a  character  when
               reading  an ambiguous key sequence (one that can form a complete
               key sequence using the input read so far, or can take additional
-              input to complete a longer key sequence).  If readline does  not
+              input to complete a longer key sequence).  If r\bre\bea\bad\bdl\bli\bin\bne\be does  not
               receive  any  input  within the timeout, it will use the shorter
               but complete key sequence.  The value is specified in  millisec-
-              onds,  so a value of 1000 means that readline will wait one sec-
+              onds,  so a value of 1000 means that r\bre\bea\bad\bdl\bli\bin\bne\be will wait one sec-
               ond for additional input.  If this variable is set  to  a  value
-              less  than or equal to zero, or to a non-numeric value, readline
+              less  than or equal to zero, or to a non-numeric value, r\bre\bea\bad\bdl\bli\bin\bne\be
               will wait until another key is pressed to decide which  key  se-
               quence to complete.
        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,  readline displays history lines that have been
+              If  set  to  O\bOn\bn,  r\bre\bea\bad\bdl\bli\bin\bne\be displays history lines that have been
               modified 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  m\bma\bar\brk\bk-\b-d\bdi\bi-\b-
               r\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, forces readline to match files
+              This  variable,  when  set to O\bOn\bn, forces r\bre\bea\bad\bdl\bli\bin\bne\be to match files
               whose names begin with a "."   (hidden  files)  when  performing
               filename  completion.   If set to O\bOf\bff\bf, the user must include the
               leading "."  in the filename to be completed.
@@ -423,28 +427,28 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               list of possible completions (which may be empty) before cycling
               through the list.
        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, r\bre\bea\bad\bdl\bli\bin\bne\be will display characters with the eighth
               bit set directly rather than as a meta-prefixed escape sequence.
-              The default is _\bO_\bf_\bf, but readline will set it to _\bO_\bn if the locale
+              The default is _\bO_\bf_\bf, but r\bre\bea\bad\bdl\bli\bin\bne\be will set it to _\bO_\bn if the locale
               contains characters whose encodings may include bytes  with  the
               eighth  bit set.  This variable is dependent on the L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE lo-
               cale category, and its value may change if the locale changes.
        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, r\bre\bea\bad\bdl\bli\bin\bne\be uses an internal _\bm_\bo_\br_\be-like pager to  dis-
               play a screenful of possible completions at a time.
        p\bpr\bre\bef\bfe\ber\br-\b-v\bvi\bis\bsi\bib\bbl\ble\be-\b-b\bbe\bel\bll\bl
               See b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be.
        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
+              If  set  to  O\bOn\bn,  r\bre\bea\bad\bdl\bli\bin\bne\be will display completions with matches
               sorted horizontally in alphabetical order, rather than down  the
               screen.
        r\bre\bev\bve\ber\brt\bt-\b-a\bal\bll\bl-\b-a\bat\bt-\b-n\bne\bew\bwl\bli\bin\bne\be (\b(O\bOf\bff\bf)\b)
-              If  set  to  O\bOn\bn, readline will undo all changes to history lines
+              If  set  to  O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be will undo all changes to history lines
               before returning when executing a\bac\bcc\bce\bep\bpt\bt-\b-l\bli\bin\bne\be.  By  default,  his-
               tory  lines  may  be  modified  and retain individual undo lists
               across calls to r\bre\bea\bad\bdl\bli\bin\bne\be(\b()\b).
        s\bse\bea\bar\brc\bch\bh-\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 incremental and  non-incremental
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs incremental and  non-incremental
               history list searches in a case-insensitive fashion.
        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.
@@ -466,7 +470,7 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               If  set  to O\bOn\bn, this alters the default completion behavior when
               inserting a single match into the line.  It's only  active  when
               performing  completion  in  the  middle  of a word.  If enabled,
-              readline does not insert characters  from  the  completion  that
+              r\bre\bea\bad\bdl\bli\bin\bne\be does not insert characters  from  the  completion  that
               match  characters  after  point  in the word being completed, so
               portions of the word following the cursor are not duplicated.
        v\bvi\bi-\b-c\bcm\bmd\bd-\b-m\bmo\bod\bde\be-\b-s\bst\btr\bri\bin\bng\bg (\b((\b(c\bcm\bmd\bd)\b))\b)
@@ -493,22 +497,22 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               pletions.
 
    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
+       R\bRe\bea\bad\bdl\bli\bin\bne\be  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 available.
 
        $\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, after any comparison  operator,
+              r\bre\bea\bad\bdl\bli\bin\bne\be.  The text of the test, after any comparison  operator,
               extends to the end of the line; unless otherwise noted, no char-
               acters 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
+                     whether r\bre\bea\bad\bdl\bli\bin\bne\be 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 in-
                      stance,  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_\bx  keymaps  only  if readline is starting out in
+                     _\be_\bm_\ba_\bc_\bs_\b-_\bc_\bt_\bl_\bx  keymaps  only  if r\bre\bea\bad\bdl\bli\bin\bne\be 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
@@ -521,8 +525,8 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
 
               v\bve\ber\brs\bsi\bio\bon\bn
                      The  v\bve\ber\brs\bsi\bio\bon\bn  test  may  be  used  to perform comparisons
-                     against specific readline versions.  The v\bve\ber\brs\bsi\bio\bon\bn  expands
-                     to  the  current readline version.  The set of comparison
+                     against specific r\bre\bea\bad\bdl\bli\bin\bne\be versions.  The v\bve\ber\brs\bsi\bio\bon\bn  expands
+                     to  the  current r\bre\bea\bad\bdl\bli\bin\bne\be version.  The set of comparison
                      operators includes =\b=, (and =\b==\b=), !\b!=\b=, <\b<=\b=,  >\b>=\b=,  <\b<,  and  >\b>.
                      The  version number supplied on the right side of the op-
                      erator consists of a major version  number,  an  optional
@@ -533,7 +537,7 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
 
               _\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn
                      The _\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn construct is used to include application-
-                     specific  settings.   Each program using the readline li-
+                     specific  settings.   Each program using the r\bre\bea\bad\bdl\bli\bin\bne\be li-
                      brary 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
@@ -548,7 +552,7 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
 
               _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be
                      The _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be construct provides simple equality tests for
-                     readline variables and values.  The permitted  comparison
+                     r\bre\bea\bad\bdl\bli\bin\bne\be variables and values.  The permitted  comparison
                      operators  are  _\b=, _\b=_\b=, and _\b!_\b=.  The variable name must be
                      separated from the comparison operator by whitespace; the
                      operator may be separated from the  value  on  the  right
@@ -570,13 +574,13 @@ I\bIN\bNI\bIT\bTI\bIA\bAL\bLI\bIZ\bZA\bAT\bTI\bIO\bON\bN F\bFI\bIL\bLE\bE
               $\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
+       R\bRe\bea\bad\bdl\bli\bin\bne\be provides commands for searching through  the  command  history
        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-
-       line displays the next entry from the history matching the string typed
+       search  string.  As each character of the search string is typed, r\bre\bea\bad\bd-\b-
+       l\bli\bin\bne\be 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.  When using emacs editing
        mode, type C\bC-\b-r\br to search backward  in  the  history  for  a  particular
@@ -591,15 +595,15 @@ S\bSE\bEA\bAR\bRC\bCH\bHI\bIN\bNG\bG
        To  find other matching entries in the history list, type C\bC-\b-r\br or C\bC-\b-s\bs 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 exe-
+       sequence bound to a r\bre\bea\bad\bdl\bli\bin\bne\be command will terminate the search and exe-
        cute that command.  For instance, a newline will terminate  the  search
        and  accept  the  line,  thereby executing the command from the history
        list.  A movement command will terminate the search, make the last line
        found the current line, and begin editing.
 
-       Readline remembers the last incremental search string.  If two C\bC-\b-r\brs are
+       R\bRe\bea\bad\bdl\bli\bin\bne\be remembers the last incremental search string.  If two C\bC-\b-r\brs are
        typed without any intervening characters defining a new search  string,
-       readline uses any remembered search string.
+       r\bre\bea\bad\bdl\bli\bin\bne\be uses any remembered search string.
 
        Non-incremental  searches read the entire search string before starting
        to search for matching history entries.  The search string may be typed
@@ -613,10 +617,11 @@ E\bED\bDI\bIT\bTI\bIN\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        In the following descriptions, _\bp_\bo_\bi_\bn_\bt refers to the current cursor posi-
        tion,  and  _\bm_\ba_\br_\bk refers to a cursor position saved by the s\bse\bet\bt-\b-m\bma\bar\brk\bk com-
        mand.  The text between the point and mark is referred to  as  the  _\br_\be_\b-
-       _\bg_\bi_\bo_\bn.  Readline has the concept of an _\ba_\bc_\bt_\bi_\bv_\be _\br_\be_\bg_\bi_\bo_\bn: when the region is
-       active,   readline   redisplay   uses   the  value  of  the  a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
-       g\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br v\bva\bar\bri\bia\bab\bbl\ble\be t\bto\bo d\bde\ben\bno\bot\bte\be t\bth\bhe\be r\bre\beg\bgi\bio\bon\bn.\b.  S\bSe\bev\bve\ber\bra\bal\bl  c\bco\bom\bmm\bma\ban\bnd\bds\bs  s\bse\bet\bt
-       t\bth\bhe\be r\bre\beg\bgi\bio\bon\bn t\bto\bo a\bac\bct\bti\biv\bve\be;\b; t\bth\bho\bos\bse\be a\bar\bre\be n\bno\bot\bte\bed\bd b\bbe\bel\blo\bow\bw.\b.
+       _\bg_\bi_\bo_\bn.  R\bRe\bea\bad\bdl\bli\bin\bne\be has the concept of an _\ba_\bc_\bt_\bi_\bv_\be _\br_\be_\bg_\bi_\bo_\bn: when the region is
+       active, r\bre\bea\bad\bdl\bli\bin\bne\be redisplay highlights the region using the value of the
+       a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br  variable.  The e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn variable
+       turns this on and off.  Several commands  set  the  region  to  active;
+       those are noted below.
 
    C\bCo\bom\bmm\bma\ban\bnd\bds\bs f\bfo\bor\br M\bMo\bov\bvi\bin\bng\bg
        b\bbe\beg\bgi\bin\bnn\bni\bin\bng\bg-\b-o\bof\bf-\b-l\bli\bin\bne\be (\b(C\bC-\b-a\ba)\b)
@@ -638,14 +643,14 @@ E\bED\bDI\bIT\bTI\bIN\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-s\bsc\bcr\bre\bee\ben\bn-\b-l\bli\bin\bne\be
               Attempt to move point to the same physical screen column on  the
               previous  physical  screen line.  This will not have the desired
-              effect if the current readline line does not take up  more  than
+              effect if the current r\bre\bea\bad\bdl\bli\bin\bne\be line does not take up  more  than
               one  physical line or if point is not greater than the length of
               the prompt plus the screen width.
        n\bne\bex\bxt\bt-\b-s\bsc\bcr\bre\bee\ben\bn-\b-l\bli\bin\bne\be
               Attempt to move point to the same physical screen column on  the
               next  physical  screen line.  This will not have the desired ef-
-              fect if the current readline line does not take up more than one
-              physical line or if the length of the current readline  line  is
+              fect if the current r\bre\bea\bad\bdl\bli\bin\bne\be line does not take up more than one
+              physical line or if the length of the current r\bre\bea\bad\bdl\bli\bin\bne\be  line  is
               not greater than the length of the prompt plus the screen width.
        c\bcl\ble\bea\bar\br-\b-d\bdi\bis\bsp\bpl\bla\bay\by (\b(M\bM-\b-C\bC-\b-l\bl)\b)
               Clear  the  screen  and,  if possible, the terminal's scrollback
@@ -751,12 +756,13 @@ E\bED\bDI\bIT\bTI\bIN\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        _\be_\bn_\bd_\b-_\bo_\bf_\b-_\bf_\bi_\bl_\be (\b(u\bus\bsu\bua\bal\bll\bly\by C\bC-\b-d\bd)\b)
               The  character  indicating  end-of-file  as set, for example, by
               _\bs_\bt_\bt_\by(1).  If this character is read when there are no characters
-              on the line, and point is at the beginning of the line, readline
+              on the line, and point is at the beginning of the line, r\bre\bea\bad\bdl\bli\bin\bne\be
               interprets it as the end of input and returns E\bEO\bOF\bF.
        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 this function is bound to the
               same character as the tty E\bEO\bOF\bF character, as C\bC-\b-d\bd commonly is, see
-              above for the effects.
+              above for the effects.  This may also be bound to the Delete key
+              on some keyboards.
        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
               argument, save the deleted text on the kill ring.
@@ -774,7 +780,7 @@ E\bED\bDI\bIT\bTI\bIN\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        b\bbr\bra\bac\bck\bke\bet\bte\bed\bd-\b-p\bpa\bas\bst\bte\be-\b-b\bbe\beg\bgi\bin\bn
               This  function  is intended to be bound to the "bracketed paste"
               escape sequence sent by some terminals, and such  a  binding  is
-              assigned  by  default.   It allows readline to insert the pasted
+              assigned  by  default.   It allows r\bre\bea\bad\bdl\bli\bin\bne\be to insert the pasted
               text as a single unit without treating each character as  if  it
               had  been read from the keyboard.  The pasted characters are in-
               serted as if each one was bound to s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt instead  of  exe-
@@ -888,10 +894,10 @@ E\bED\bDI\bIT\bTI\bIN\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               back to filename completion.  G\bGd\bdb\bb, on  the  other  hand,  allows
               completion of program functions and variables, and only attempts
               filename  completion  under  certain circumstances.  The default
-              readline completion is filename completion.
+              r\bre\bea\bad\bdl\bli\bin\bne\be completion is filename completion.
        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.   When
-              displaying completions, readline sets the number of columns used
+              displaying completions, r\bre\bea\bad\bdl\bli\bin\bne\be sets the number of columns used
               for  display to the value of c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-w\bwi\bid\bdt\bth\bh, the value
               of the environment variable C\bCO\bOL\bLU\bUM\bMN\bNS\bS, or  the  screen  width,  in
               that order.
@@ -973,11 +979,11 @@ E\bED\bDI\bIT\bTI\bIN\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               those defined for keys like Home and End.  CSI  sequences  begin
               with a Control Sequence Indicator (CSI), usually ESC-[.  If this
               sequence  is  bound  to "\e[", keys producing CSI sequences will
-              have no effect unless explicitly bound to  a  readline  command,
+              have no effect unless explicitly bound to  a  r\bre\bea\bad\bdl\bli\bin\bne\be  command,
               instead  of  inserting stray characters into the editing buffer.
               This is unbound by default, but usually bound to ESC-[.
        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, insert the  value  of  the  readline
+              Without a numeric argument, insert the  value  of  the  r\bre\bea\bad\bdl\bli\bin\bne\be
               c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn variable 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
@@ -989,28 +995,28 @@ E\bED\bDI\bIT\bTI\bIN\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               causes the comment character to be removed, the line will be ex-
               ecuted by the shell.
        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-
-              line output stream.  If a numeric argument is supplied, the out-
+              Print  all  of the functions and their key bindings to the r\bre\bea\bad\bd-\b-
+              l\bli\bin\bne\be 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
               _\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  variables and their values to the
-              readline output stream.  If a numeric argument is supplied,  the
+              r\bre\bea\bad\bdl\bli\bin\bne\be 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 output to the readline output stream.  If a numeric
+              Print  all of the r\bre\bea\bad\bdl\bli\bin\bne\be key sequences bound to macros and the
+              strings they output to the r\bre\bea\bad\bdl\bli\bin\bne\be 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.
        e\bex\bxe\bec\bcu\but\bte\be-\b-n\bna\bam\bme\bed\bd-\b-c\bco\bom\bmm\bma\ban\bnd\bd (\b(M\bM-\b-x\bx)\b)
-              Read a bindable readline command name from the input and execute
+              Read a bindable r\bre\bea\bad\bdl\bli\bin\bne\be command name from the input and execute
               the function to which it's bound, as  if  the  key  sequence  to
               which  it  was bound appeared in the input.  If this function is
               supplied with a numeric argument, it passes that argument to the
               function it executes.
        e\bem\bma\bac\bcs\bs-\b-e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be (\b(C\bC-\b-e\be)\b)
-              When in v\bvi\bi command mode, this switches readline to e\bem\bma\bac\bcs\bs editing
+              When in v\bvi\bi command mode, this switches r\bre\bea\bad\bdl\bli\bin\bne\be to e\bem\bma\bac\bcs\bs editing
               mode.
        v\bvi\bi-\b-e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be (\b(M\bM-\b-C\bC-\b-j\bj)\b)
               When in e\bem\bma\bac\bcs\bs editing mode, this switches to v\bvi\bi editing mode.
@@ -1026,7 +1032,7 @@ D\bDE\bEF\bFA\bAU\bUL\bLT\bT K\bKE\bEY\bY B\bBI\bIN\bND\bDI\bIN\bNG\bGS\bS
        tion by _\bs_\bt_\bt_\by(1) or the terminal driver, such as C-Z or C-C, retain that
        function.   Upper  and  lower case metafied characters are bound to the
        same function in the emacs mode meta keymap.  The remaining  characters
-       are  unbound,  which  causes  readline to ring the bell (subject to the
+       are  unbound,  which  causes  r\bre\bea\bad\bdl\bli\bin\bne\be to ring the bell (subject to the
        setting of the b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be variable).
 
    E\bEm\bma\bac\bcs\bs M\bMo\bod\bde\be
@@ -1243,7 +1249,7 @@ A\bAU\bUT\bTH\bHO\bOR\bRS\bS
        chet.ramey@case.edu
 
 B\bBU\bUG\bG R\bRE\bEP\bPO\bOR\bRT\bTS\bS
-       If you find a bug in r\bre\bea\bad\bdl\bli\bin\bne\be,\b, you should report it.   But  first,  you
+       If you find a bug in r\bre\bea\bad\bdl\bli\bin\bne\be, 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 the r\bre\bea\bad\bdl\bli\bin\bne\be library that you have.
 
index c55ad4b3331492eae7ff7dc9def36d09c31f0907..e81338829d5c933b543ba4ba04618c10112e38ba 100644 (file)
@@ -104,28 +104,34 @@ If an
 is read with a non\-empty line, it is treated as a newline.
 .SH NOTATION
 .LP
-This section uses an emacs-style notation to denote keystrokes.
+This section uses Emacs-style editing concepts and uses its
+notation for keystrokes.
 Control keys are denoted by C\-\fIkey\fP, e.g., C\-n means Control\-N.
 Similarly,
 .I meta
 keys are denoted by M\-\fIkey\fP, so M\-x means Meta\-X.
+The Meta key is often labeled
+.Q Alt
+or
+.Q Option .
 .PP
 On keyboards without a
 .I Meta
-key, M\-\fIx\fP means ESC \fIx\fP, i.e., press the Escape key
-then the
+key, M\-\fIx\fP means ESC \fIx\fP, i.e., press and release
+the Escape key, then press and release the
 .I x
-key.
+key, in sequence.
 This makes ESC the \fImeta prefix\fP.
-The combination M\-C\-\fIx\fP means ESC\-Control\-\fIx\fP,
-or press the Escape key
-then hold the Control key while pressing the
+The combination M\-C\-\fIx\fP means ESC\-Control\-\fIx\fP:
+press and release the Escape key,
+then press and hold the Control key while pressing the
 .I x
-key.
+key, then release both.
 .PP
-On some keyboards, the Meta key modifier produces meta characters with
-the eighth bit (0200) set (you can use the \fBenable\-meta\-key\fP variable
-to control whether or not it does this, if the keyboard allows it).
+On some keyboards, the Meta key modifier produces characters with
+the eighth bit (0200) set.
+You can use the \fBenable\-meta\-key\fP variable
+to control whether or not it does this, if the keyboard allows it.
 On many others, the terminal or terminal emulator converts the metafied
 key to a key sequence beginning with ESC as described in the
 preceding paragraph.
@@ -135,7 +141,8 @@ you can make M-\fIkey\fP key bindings you specify (see
 .B "Readline Key Bindings"
 below) do the same thing by setting the \fBforce\-meta\-prefix\fP variable.
 .PP
-Readline commands may be given numeric
+.B Readline
+commands may be given numeric
 .IR arguments ,
 which normally act as a repeat count.
 Sometimes, however, it is the sign of the argument that is significant.
@@ -145,6 +152,10 @@ makes that command act in a backward direction.
 Commands whose behavior with arguments deviates from this are noted
 below.
 .PP
+The \fIpoint\fP is the current cursor position, and \fImark\fP refers
+to a saved cursor position.
+The text between the point and mark is referred to as the \fIregion\fP.
+.PP
 When a command is described as \fIkilling\fP text, the text
 deleted is saved for possible future retrieval
 (\fIyanking\fP).
@@ -155,16 +166,17 @@ Commands which do not kill text separate the chunks of text
 on the kill ring.
 .SH INITIALIZATION FILE
 .LP
-Readline is customized by putting commands in an initialization
+.B Readline
+is customized by putting commands in an initialization
 file (the \fIinputrc\fP file).
 The name of this file is taken from the value of the
 .B INPUTRC
 environment variable.
 If that variable is unset, the default is
 .IR \*~/.inputrc .
-If that file  does not exist or cannot be read, readline looks for
+If that file  does not exist or cannot be read, \fBreadline\fP looks for
 .IR /etc/inputrc .
-When a program which uses the readline library starts up,
+When a program which uses the \fBreadline\fP library starts up,
 \fBreadline\fP reads the initialization file
 and sets the key bindings and variables found there,
 before reading any user input.
@@ -194,7 +206,7 @@ C\-Meta\-u: universal\-argument
 .LP
 into the
 .I inputrc
-would make M\-C\-u execute the readline command
+would make M\-C\-u execute the \fBreadline\fP command
 .IR universal\-argument .
 .PP
 Key bindings may contain the following symbolic character names:
@@ -211,7 +223,7 @@ Key bindings may contain the following symbolic character names:
 and
 .IR TAB .
 .PP
-In addition to command names, readline allows keys to be bound
+In addition to command names, \fBreadline\fP allows keys to be bound
 to a string that is inserted when the key is pressed (a \fImacro\fP).
 The difference between a macro and a command is that a macro is
 enclosed in single or double quotes.
@@ -365,7 +377,7 @@ Backslash will quote any other character in the macro text,
 including \*" and \*'.
 .PP
 .B Bash
-will display or modify the current readline key bindings with the
+will display or modify the current \fBreadline\fP key bindings with the
 .B bind
 builtin command.
 The
@@ -379,10 +391,11 @@ will change the editing mode during interactive use.
 Other programs using this library provide similar mechanisms.
 A user may always edit the
 .I inputrc
-file and have readline re-read it if a program does not provide
+file and have \fBreadline\fP re-read it if a program does not provide
 any other means to incorporate new bindings.
 .SS Variables
-Readline has variables that can be used to further customize its
+.B Readline
+has variables that can be used to further customize its
 behavior.
 A variable may be set in the
 .I inputrc
@@ -392,13 +405,13 @@ file with a statement of the form
 \fBset\fP \fIvariable\-name\fP \fIvalue\fP
 .RE
 .PP
-Except where noted, readline variables can take the values
+Except where noted, \fBreadline\fP variables can take the values
 .B On
 or
 .B Off
 (without regard to case).
 Unrecognized variable names are ignored.
-When readline reads a variable value, empty or null values,
+When \fBreadline\fP reads a variable value, empty or null values,
 .Q "on"
 (case-insensitive), and
 .Q 1
@@ -440,37 +453,37 @@ A sample value might be
 .Q \ee[0m .
 .TP
 .B bell\-style (audible)
-Controls what happens when readline wants to ring the terminal bell.
-If set to \fBnone\fP, readline never rings the bell.
-If set to \fBvisible\fP, readline uses a visible bell if one is available.
-If set to \fBaudible\fP, readline attempts to ring the terminal's bell.
+Controls what happens when \fBreadline\fP wants to ring the terminal bell.
+If set to \fBnone\fP, \fBreadline\fP never rings the bell.
+If set to \fBvisible\fP, \fBreadline\fP uses a visible bell if one is available.
+If set to \fBaudible\fP, \fBreadline\fP attempts to ring the terminal's bell.
 .TP
 .B bind\-tty\-special\-chars (On)
-If set to \fBOn\fP, readline attempts to bind
+If set to \fBOn\fP, \fBreadline\fP attempts to bind
 the control characters that are treated specially by the kernel's
-terminal driver to their readline equivalents.
-These override the default readline bindings described here.
+terminal driver to their \fBreadline\fP equivalents.
+These override the default \fBreadline\fP bindings described here.
 Type
 .Q "stty \-a"
 at a \fBbash\fP prompt to see your current terminal settings,
 including the special control characters (usually \fBcchars\fP).
 .TP
 .B blink\-matching\-paren (Off)
-If set to \fBOn\fP, readline attempts to briefly move the cursor to an
+If set to \fBOn\fP, \fBreadline\fP attempts to briefly move the cursor to an
 opening parenthesis when a closing parenthesis is inserted.
 .TP
 .B colored\-completion\-prefix (Off)
-If set to \fBOn\fP, when listing completions, readline displays the
+If set to \fBOn\fP, when listing completions, \fBreadline\fP displays the
 common prefix of the set of possible completions using a different color.
 The color definitions are taken from the value of the \fBLS_COLORS\fP
 environment variable.
 If there is a color definition in \fB$LS_COLORS\fP for the custom suffix
-.Q readline-colored-completion-prefix ,
-readline uses this color for
+.Q .readline-colored-completion-prefix ,
+\fBreadline\fP uses this color for
 the common prefix instead of its default.
 .TP
 .B colored\-stats (Off)
-If set to \fBOn\fP, readline displays possible completions using different
+If set to \fBOn\fP, \fBreadline\fP displays possible completions using different
 colors to indicate their file type.
 The color definitions are taken from the value of the \fBLS_COLORS\fP
 environment variable.
@@ -480,7 +493,7 @@ environment variable.
 .TP
 .BR comment\-begin\ ( \c
 .Q \fB#\fP \fB)\fP
-The string that the readline
+The string that the \fBreadline\fP
 .B insert\-comment
 command inserts.
 This command is bound to
@@ -498,11 +511,12 @@ A value of 0 will cause matches to be displayed one per line.
 The default value is \-1.
 .TP
 .B completion\-ignore\-case (Off)
-If set to \fBOn\fP, readline performs filename matching and completion
+If set to \fBOn\fP, \fBreadline\fP performs filename matching and completion
 in a case\-insensitive fashion.
 .TP
 .B completion\-map\-case (Off)
-If set to \fBOn\fP, and \fBcompletion\-ignore\-case\fP is enabled, readline
+If set to \fBOn\fP, and \fBcompletion\-ignore\-case\fP is enabled,
+\fBreadline\fP
 treats hyphens (\fI\-\fP) and underscores (\fI_\fP) as equivalent when
 performing case\-insensitive filename matching and completion.
 .TP
@@ -510,7 +524,7 @@ performing case\-insensitive filename matching and completion.
 The maximum
 length in characters of the common prefix of a list of possible
 completions that is displayed without modification.
-When set to a value greater than zero, readline
+When set to a value greater than zero, \fBreadline\fP
 replaces common prefixes longer than this value
 with an ellipsis when displaying possible completions.
 .TP
@@ -521,17 +535,17 @@ generated by the \fBpossible\-completions\fP 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,
-readline will ask whether or not the user wishes to view them;
-otherwise readline simply lists them on the terminal.
-A zero value means readline should never ask; negative values are
+\fBreadline\fP will ask whether or not the user wishes to view them;
+otherwise \fBreadline\fP simply lists them on the terminal.
+A zero value means \fBreadline\fP should never ask; negative values are
 treated as zero.
 .TP
 .B convert\-meta (On)
-If set to \fBOn\fP, readline will convert characters it reads
+If set to \fBOn\fP, \fBreadline\fP will convert characters it reads
 that have the eighth bit set to an ASCII key sequence by
 clearing the eighth bit and prefixing it with an escape character
-(converting the character to have the \fImeta prefix\fP).
-The default is \fIOn\fP, but readline will set it to \fIOff\fP
+(converting the character to have the meta prefix).
+The default is \fIOn\fP, but \fBreadline\fP will set it to \fIOff\fP
 if the locale contains
 characters whose encodings may include bytes with the eighth bit set.
 This variable is dependent on the \fBLC_CTYPE\fP locale category, and
@@ -540,17 +554,17 @@ This variable also affects key bindings; see the description of
 \fBforce\-meta\-prefix\fP below.
 .TP
 .B disable\-completion (Off)
-If set to \fBOn\fP, readline will inhibit word completion.
+If set to \fBOn\fP, \fBreadline\fP will inhibit word completion.
 Completion characters will be inserted into the line as if they
 had been mapped to \fBself-insert\fP.
 .TP
 .B echo\-control\-characters (On)
 When set to \fBOn\fP, on operating systems that indicate they support it,
-readline echoes a character corresponding to a signal generated from the
+\fBreadline\fP echoes a character corresponding to a signal generated from the
 keyboard.
 .TP
 .B editing\-mode (emacs)
-Controls whether readline uses a set of key bindings similar
+Controls whether \fBreadline\fP uses a set of key bindings similar
 to \fIEmacs\fP or \fIvi\fP.
 .B editing\-mode
 can be set to either
@@ -570,32 +584,30 @@ non-printing characters, which can be used to embed a terminal control
 sequence into the mode string.
 .TP
 .B enable\-active\-region (On)
-The \fIpoint\fP is the current cursor position, and \fImark\fP refers
-to a saved cursor position.
-The text between the point and mark is referred to as the \fIregion\fP.
-When this variable is set to \fIOn\fP, readline allows certain commands
+When this variable is set to \fIOn\fP, \fBreadline\fP allows certain commands
 to designate the region as \fIactive\fP.
-When the region is active, readline highlights the text in the region using
+When the region is active, \fBreadline\fP highlights
+the text in the region using
 the value of the \fBactive\-region\-start\-color\fP, which defaults to the
 string that enables the terminal's standout mode.
 The active region shows the text inserted by bracketed-paste and any
 matching text found by incremental and non-incremental history searches.
 .TP
 .B enable\-bracketed\-paste (On)
-When set to \fBOn\fP, readline configures the terminal to insert each
+When set to \fBOn\fP, \fBreadline\fP configures the terminal to insert each
 paste into the editing buffer as a single string of characters, instead
 of treating each character as if it had been read from the keyboard.
 This is called \fIbracketed\-paste mode\fP;
-it prevents readline from executing any editing commands bound to key
+it prevents \fBreadline\fP from executing any editing commands bound to key
 sequences appearing in the pasted text.
 .TP
 .B enable\-keypad (Off)
-When set to \fBOn\fP, readline will try to enable the application
+When set to \fBOn\fP, \fBreadline\fP will try to enable the application
 keypad when it is called.
 Some systems need this to enable the arrow keys.
 .TP
 .B enable\-meta\-key (On)
-When set to \fBOn\fP, readline will try to enable any meta modifier
+When set to \fBOn\fP, \fBreadline\fP will try to enable any meta modifier
 key the terminal claims to support.
 On many terminals, the Meta key is used to send eight-bit characters;
 this variable checks for the terminal capability that indicates the
@@ -604,24 +616,24 @@ character (0200) if the Meta key is held down when the character is
 typed (a meta character).
 .TP
 .B expand\-tilde (Off)
-If set to \fBOn\fP, readline performs tilde expansion when it
+If set to \fBOn\fP, \fBreadline\fP performs tilde expansion when it
 attempts word completion.
 .TP
 .B force\-meta\-prefix (Off)
-If set to \fBOn\fP, readline modifies its behavior when binding key
+If set to \fBOn\fP, \fBreadline\fP modifies its behavior when binding key
 sequences containing \eM- or Meta-
 (see \fBKey Bindings\fP above) by converting a key sequence of the form
 \eM\-\fIC\fP or Meta\-\fIC\fP to the two-character sequence
-\fBESC\fP\fIC\fP (adding the \fImeta prefix\fP).
+\fBESC\fP \fIC\fP (adding the meta prefix).
 If
 .B force\-meta\-prefix
 is set to \fBOff\fP (the default),
-readline uses the value of the
+\fBreadline\fP uses the value of the
 .B convert\-meta
 variable to determine whether to perform this conversion:
 if \fBconvert\-meta\fP is \fBOn\fP,
-readline performs the conversion described above;
-if it is \fBOff\fP, readline converts \fIC\fP to a meta character by
+\fBreadline\fP performs the conversion described above;
+if it is \fBOff\fP, \fBreadline\fP converts \fIC\fP to a meta character by
 setting the eighth bit (0200).
 .TP
 .B history\-preserve\-point (Off)
@@ -640,17 +652,17 @@ Setting \fIhistory\-size\fP to a non-numeric value will set
 the maximum number of history entries to 500.
 .TP
 .B horizontal\-scroll\-mode (Off)
-Setting this variable to \fBOn\fP makes readline use a single line
+Setting this variable to \fBOn\fP makes \fBreadline\fP 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 new line.
 This setting is automatically enabled for terminals of height 1.
 .TP
 .B input\-meta (Off)
-If set to \fBOn\fP, readline will enable eight-bit input (that is, it
+If set to \fBOn\fP, \fBreadline\fP will enable eight-bit input (that is, it
 will not clear the eighth bit in the characters it reads),
 regardless of what the terminal claims it can support.
-The default is \fIOff\fP, but readline will set it to \fIOn\fP
+The default is \fIOff\fP, but \fBreadline\fP will set it to \fIOn\fP
 if the locale contains characters whose encodings may include bytes
 with the eighth bit set.
 This variable is dependent on the \fBLC_CTYPE\fP locale category, and
@@ -665,7 +677,7 @@ If this variable has not been given a value, the characters
 \fIESC\fP and \fIC\-J\fP will terminate an incremental search.
 .TP
 .B keymap (emacs)
-Set the current readline keymap.
+Set the current \fBreadline\fP keymap.
 The set of valid keymap names is
 \fIemacs, emacs\-standard, emacs\-meta, emacs\-ctlx, vi,
 vi\-command\fP, and
@@ -678,23 +690,24 @@ the value of
 also affects the default keymap.
 .TP
 .B keyseq\-timeout (500)
-Specifies the duration \fIreadline\fP will wait for a character when
+Specifies the duration \fBreadline\fP will wait for a character when
 reading an ambiguous key sequence
 (one that can form a complete key sequence using the input read so far,
 or can take additional input to complete a longer key sequence).
-If readline does not receive any input within the timeout, it will use the
-shorter but complete key sequence.
+If \fBreadline\fP does not receive any input within the timeout,
+it will use the shorter but complete key sequence.
 The value is specified in milliseconds, so a value of 1000 means that
-readline will wait one second for additional input.
+\fBreadline\fP will wait one second for additional input.
 If this variable is set to a value less than or equal to zero, or to a
-non-numeric value, readline will wait until another key is pressed to
+non-numeric value, \fBreadline\fP will wait until another key is pressed to
 decide which key sequence to complete.
 .TP
 .B mark\-directories (On)
 If set to \fBOn\fP, completed directory names have a slash appended.
 .TP
 .B mark\-modified\-lines (Off)
-If set to \fBOn\fP, readline displays history lines that have been modified
+If set to \fBOn\fP, \fBreadline\fP displays history lines
+that have been modified
 with a preceding asterisk (\fB*\fP).
 .TP
 .B mark\-symlinked\-directories (Off)
@@ -702,7 +715,7 @@ If set to \fBOn\fP, completed names which are symbolic links to directories
 have a slash appended, subject to the value of \fBmark\-directories\fP.
 .TP
 .B match\-hidden\-files (On)
-This variable, when set to \fBOn\fP, forces readline to match files whose
+This variable, when set to \fBOn\fP, forces \fBreadline\fP to match files whose
 names begin with a
 .Q .
 (hidden files) when performing filename completion.
@@ -716,35 +729,35 @@ list of possible completions (which may be empty) before cycling through
 the list.
 .TP
 .B output\-meta (Off)
-If set to \fBOn\fP, readline will display characters with the
+If set to \fBOn\fP, \fBreadline\fP will display characters with the
 eighth bit set directly rather than as a meta-prefixed escape
 sequence.
-The default is \fIOff\fP, but readline will set it to \fIOn\fP
+The default is \fIOff\fP, but \fBreadline\fP will set it to \fIOn\fP
 if the locale contains characters whose encodings may include
 bytes with the eighth bit set.
 This variable is dependent on the \fBLC_CTYPE\fP locale category, and
 its value may change if the locale changes.
 .TP
 .B page\-completions (On)
-If set to \fBOn\fP, readline uses an internal \fImore\fP-like pager
+If set to \fBOn\fP, \fBreadline\fP uses an internal \fImore\fP-like pager
 to display a screenful of possible completions at a time.
 .TP
 .B prefer\-visible\-bell
 See \fBbell\-style\fP.
 .TP
 .B print\-completions\-horizontally (Off)
-If set to \fBOn\fP, readline will display completions with matches
+If set to \fBOn\fP, \fBreadline\fP will display completions with matches
 sorted horizontally in alphabetical order, rather than down the screen.
 .TP
 .B revert\-all\-at\-newline (Off)
-If set to \fBOn\fP, readline will undo all changes to history lines
+If set to \fBOn\fP, \fBreadline\fP will undo all changes to history lines
 before returning when executing \fBaccept\-line\fP.
 By default,
 history lines may be modified and retain individual undo lists across
 calls to \fBreadline()\fP.
 .TP
 .B search\-ignore\-case (Off)
-If set to \fBOn\fP, readline performs incremental and non-incremental
+If set to \fBOn\fP, \fBreadline\fP performs incremental and non-incremental
 history list searches in a case\-insensitive fashion.
 .TP
 .B show\-all\-if\-ambiguous (Off)
@@ -773,7 +786,7 @@ The mode strings are user-settable (e.g., \fIemacs\-mode\-string\fP).
 If set to \fBOn\fP, this alters the default completion behavior when
 inserting a single match into the line.
 It's only active when performing completion in the middle of a word.
-If enabled, readline does not insert characters from the completion
+If enabled, \fBreadline\fP does not insert characters from the completion
 that match characters after point in the word being completed,
 so portions of the word following the cursor are not duplicated.
 .TP
@@ -803,7 +816,8 @@ by \fIstat\fP(2) is appended to the filename when listing possible
 completions.
 .PD
 .SS Conditional Constructs
-Readline implements a facility similar in spirit to the conditional
+.B 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.
@@ -814,7 +828,7 @@ The
 .B $if
 construct allows bindings to be made based on the
 editing mode, the terminal being used, or the application using
-readline.
+\fBreadline\fP.
 The text of the test, after any comparison operator,
 extends to the end of the line;
 unless otherwise noted, no characters are required to isolate it.
@@ -822,11 +836,11 @@ unless otherwise noted, no characters are required to isolate it.
 .TP
 .B mode
 The \fBmode=\fP form of the \fB$if\fP directive is used to test
-whether readline is in emacs or vi mode.
+whether \fBreadline\fP is in emacs or vi mode.
 This may be used in conjunction
 with the \fBset keymap\fP command, for instance, to set bindings in
 the \fIemacs\-standard\fP and \fIemacs\-ctlx\fP keymaps only if
-readline is starting out in emacs mode.
+\fBreadline\fP is starting out in emacs mode.
 .TP
 .B term
 The \fBterm=\fP form may be used to include terminal-specific
@@ -846,8 +860,8 @@ for instance.
 .TP
 .B version
 The \fBversion\fP test may be used to perform comparisons against
-specific readline versions.
-The \fBversion\fP expands to the current readline version.
+specific \fBreadline\fP versions.
+The \fBversion\fP expands to the current \fBreadline\fP version.
 The set of comparison operators includes
 .BR = ,
 (and
@@ -869,7 +883,7 @@ and from the version number argument by whitespace.
 .I application
 The \fIapplication\fP construct is used to include
 application-specific settings.
-Each program using the readline
+Each program using the \fBreadline\fP
 library sets the \fIapplication name\fP, and an initialization
 file can test for a particular value.
 This could be used to bind key sequences to functions useful for
@@ -889,7 +903,7 @@ key sequence that quotes the current or previous word in \fBbash\fP:
 .RE
 .TP
 .I variable
-The \fIvariable\fP construct provides simple equality tests for readline
+The \fIvariable\fP construct provides simple equality tests for \fBreadline\fP
 variables and values.
 The permitted comparison operators are \fI=\fP, \fI==\fP, and \fI!=\fP.
 The variable name must be separated from the comparison operator by
@@ -919,7 +933,8 @@ For example, the following directive would read \fI/etc/inputrc\fP:
 .fi
 .RE
 .SH SEARCHING
-Readline provides commands for searching through the command history
+.B Readline
+provides commands for searching through the command history
 for lines containing a specified string.
 There are two search modes:
 .I incremental
@@ -928,7 +943,7 @@ and
 .PP
 Incremental searches begin before the user has finished typing the
 search string.
-As each character of the search string is typed, readline displays
+As each character of the search string is typed, \fBreadline\fP 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.
@@ -947,16 +962,17 @@ To find other matching entries in the history list, type \fBC\-r\fP or
 \fBC\-s\fP 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
+Any other key sequence bound to a \fBreadline\fP command will terminate
 the search and execute that command.
 For instance, a newline will terminate the search and accept
 the line, thereby executing the command from the history list.
 A movement command will terminate the search, make the last line found
 the current line, and begin editing.
 .PP
-Readline remembers the last incremental search string.
+.B Readline
+remembers the last incremental search string.
 If two \fBC\-r\fPs are typed without any intervening characters defining
-a new search string, readline uses any remembered search string.
+a new search string, \fBreadline\fP uses any remembered search string.
 .PP
 Non-incremental searches read the entire search string before starting
 to search for matching history entries.
@@ -971,10 +987,12 @@ In the following descriptions, \fIpoint\fP refers to the current cursor
 position, and \fImark\fP refers to a cursor position saved by the
 \fBset\-mark\fP command.
 The text between the point and mark is referred to as the \fIregion\fP.
-Readline has the concept of an \fIactive region\fP:
-when the region is active, readline redisplay uses the
-value of the \fBactive\-region\-start\-color variable
-to denote the region.
+.B Readline
+has the concept of an \fIactive region\fP:
+when the region is active, \fBreadline\fP redisplay
+highlights the region using the
+value of the \fBactive-region-start-color\fP variable.
+The \fBenable\-active\-region\fP variable turns this on and off.
 Several commands set the region to active; those are noted below.
 .SS Commands for Moving
 .PD 0
@@ -1005,15 +1023,16 @@ Words are composed of alphanumeric characters (letters and digits).
 Attempt to move point to the same physical screen column on the previous
 physical screen line.
 This will not have the desired effect if the current
-readline line does not take up more than one physical line or if point is not
-greater than the length of the prompt plus the screen width.
+\fBreadline\fP line does not take up more than one physical line or if
+point is not greater than the length of the prompt plus the screen width.
 .TP
 .B next\-screen\-line
 Attempt to move point to the same physical screen column on the next
 physical screen line.
 This will not have the desired effect if the current
-readline line does not take up more than one physical line or if the length
-of the current readline line is not greater than the length of the prompt
+\fBreadline\fP line does not take up more than one physical line or if
+the length of the current \fBreadline\fP line is
+not greater than the length of the prompt
 plus the screen width.
 .TP
 .B clear\-display (M\-C\-l)
@@ -1160,7 +1179,7 @@ history expansion had been specified.
 The character indicating end-of-file as set, for example, by
 .IR stty (1).
 If this character is read when there are no characters
-on the line, and point is at the beginning of the line, readline
+on the line, and point is at the beginning of the line, \fBreadline\fP
 interprets it as the end of input and returns
 .SM
 .BR EOF .
@@ -1197,8 +1216,8 @@ This function is intended to be bound to the
 .Q "bracketed paste"
 escape
 sequence sent by some terminals, and such a binding is assigned by default.
-It allows readline to insert the pasted text as a single unit without treating
-each character as if it had been read from the keyboard.
+It allows \fBreadline\fP to insert the pasted text as a single unit
+without treating each character as if it had been read from the keyboard.
 The pasted characters
 are inserted as if each one was bound to \fBself\-insert\fP instead of
 executing any editing commands.
@@ -1355,11 +1374,11 @@ If none of these produces a match, it falls back to filename completion.
 on the other hand,
 allows completion of program functions and variables, and
 only attempts filename completion under certain circumstances.
-The default readline completion is filename completion.
+The default \fBreadline\fP completion is filename completion.
 .TP
 .B possible\-completions (M\-?)
 List the possible completions of the text before point.
-When displaying completions, readline sets the number of columns used
+When displaying completions, \fBreadline\fP sets the number of columns used
 for display to the value of \fBcompletion-display-width\fP, the value of
 the environment variable
 .BR COLUMNS ,
@@ -1476,12 +1495,12 @@ CSI sequences begin with a Control Sequence Indicator (CSI), usually ESC\-[.
 If this sequence is bound to
 .Q \ee[ ,
 keys producing CSI sequences will have no effect
-unless explicitly bound to a readline command, instead of inserting
+unless explicitly bound to a \fBreadline\fP command, instead of inserting
 stray characters into the editing buffer.
 This is unbound by default, but usually bound to ESC\-[.
 .TP
 .B insert\-comment (M\-#)
-Without a numeric argument, insert the value of the readline
+Without a numeric argument, insert the value of the \fBreadline\fP
 .B comment\-begin
 variable at the beginning of the current line.
 If a numeric argument is supplied, this command acts as a toggle: if
@@ -1497,28 +1516,28 @@ will be executed by the shell.
 .TP
 .B dump\-functions
 Print all of the functions and their key bindings
-to the readline output stream.
+to the \fBreadline\fP output stream.
 If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an \fIinputrc\fP file.
 .TP
 .B dump\-variables
 Print all of the settable variables and their values
-to the readline output stream.
+to the \fBreadline\fP output stream.
 If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an \fIinputrc\fP file.
 .TP
 .B dump\-macros
-Print all of the readline key sequences bound to macros and the
+Print all of the \fBreadline\fP key sequences bound to macros and the
 strings they output
-to the readline output stream.
+to the \fBreadline\fP output stream.
 If a numeric argument is supplied,
 the output is formatted in such a way that it can be made part
 of an \fIinputrc\fP file.
 .TP
 .B execute\-named\-command (M-x)
-Read a bindable readline command name from the input and execute the
+Read a bindable \fBreadline\fP command name from the input and execute the
 function to which it's bound, as if the key sequence to which it was
 bound appeared in the input.
 If this function is supplied with a numeric argument, it passes that
@@ -1527,7 +1546,7 @@ argument to the function it executes.
 .B emacs\-editing\-mode (C\-e)
 When in
 .B vi
-command mode, this switches readline to
+command mode, this switches \fBreadline\fP to
 .B emacs
 editing mode.
 .TP
@@ -1558,7 +1577,7 @@ or the terminal driver, such as C-Z or C-C,
 retain that function.
 Upper and lower case metafied characters are bound to the same function in
 the emacs mode meta keymap.
-The remaining characters are unbound, which causes readline
+The remaining characters are unbound, which causes \fBreadline\fP
 to ring the bell (subject to the setting of the
 .B bell\-style
 variable).
@@ -1792,7 +1811,7 @@ Chet Ramey, Case Western Reserve University
 chet.ramey@case.edu
 .SH BUG REPORTS
 If you find a bug in
-.B readline,
+.BR readline ,
 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 the
index b995c4a36673e1468ee033d082be8c40cc557923..4194af7dd87cb9d52e6383a2adb9512c5ea01990 100644 (file)
Binary files a/lib/readline/doc/readline.dvi and b/lib/readline/doc/readline.dvi differ
index 11b5e09613c13cdc157b9f9ba8475eb150382b77..490f42817fff194c2964a82f783a33dc85be4fac 100644 (file)
@@ -1,6 +1,6 @@
 <HTML>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!-- Created on October, 11  2024 by texi2html 1.64 -->
+<!-- Created on October, 18  2024 by texi2html 1.64 -->
 <!-- 
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -99,8 +99,8 @@ command line editing interface.
 <!--docid::SEC2::-->
 <P>
 
-The following paragraphs describe the notation used to represent
-keystrokes.
+The following paragraphs use Emacs style to
+describe the notation used to represent keystrokes.
 </P><P>
 
 The text <KBD>C-k</KBD> is read as `Control-K' and describes the character
@@ -110,17 +110,17 @@ is depressed.
 
 The text <KBD>M-k</KBD> is read as `Meta-K' and describes the character
 produced when the Meta key (if you have one) is depressed, and the <KBD>k</KBD>
-key is pressed (a <EM>meta character</EM>).
-The Meta key is labeled <KBD>ALT</KBD> on many keyboards.
+key is pressed (a <EM>meta character</EM>), then both are released.
+The Meta key is labeled <KBD>ALT</KBD> or <KBD>Option</KBD> on many keyboards.
 On keyboards with two keys labeled <KBD>ALT</KBD> (usually to either side of
 the space bar), the <KBD>ALT</KBD> on the left side is generally set to
 work as a Meta key.
-The <KBD>ALT</KBD> key on the right may also be configured to work as a
-Meta key or may be configured as some other modifier, such as a
+One of the <KBD>ALT</KBD> keys may also be configured
+as some other modifier, such as a
 Compose key for typing accented characters.
 </P><P>
 
-On some keyboards, the Meta key modifier produces meta characters with
+On some keyboards, the Meta key modifier produces characters with
 the eighth bit (0200) set.
 You can use the <CODE>enable-meta-key</CODE> variable
 to control whether or not it does this, if the keyboard allows it.
@@ -528,7 +528,7 @@ commands in an <EM>inputrc</EM> file, conventionally in their home directory.
 The name of this file is taken from the value of the
 environment variable <CODE>INPUTRC</CODE>.
 If that variable is unset, the default is <TT>`~/.inputrc'</TT>.
-If that file does not exist or cannot be read, readline looks for
+If that file does not exist or cannot be read, Readline looks for
 <TT>`/etc/inputrc'</TT>.
 </P><P>
 
@@ -672,7 +672,7 @@ common prefix of the set of possible completions using a different color.
 The color definitions are taken from the value of the <CODE>LS_COLORS</CODE>
 environment variable.
 If there is a color definition in <CODE>LS_COLORS</CODE> for the custom suffix
-<SAMP>`readline-colored-completion-prefix'</SAMP>, Readline uses this color for
+<SAMP>`.readline-colored-completion-prefix'</SAMP>, Readline uses this color for
 the common prefix instead of its default.
 The default is <SAMP>`off'</SAMP>.
 <P>
@@ -723,7 +723,7 @@ The default value is <SAMP>`off'</SAMP>.
 The maximum
 length in characters of the common prefix of a list of possible
 completions that is displayed without modification.
-When set to a value greater than zero, readline
+When set to a value greater than zero, Readline
 replaces common prefixes longer than this value
 with an ellipsis when displaying possible completions.
 <P>
@@ -856,7 +856,7 @@ sequences containing <KBD>\M-</KBD> or <CODE>Meta-</CODE>
 (see <CODE>Key Bindings</CODE> in <A HREF="readline.html#SEC10">1.3.1 Readline Init File Syntax</A>)
 by converting a key sequence of the form
 <KBD>\M-</KBD><VAR>C</VAR> or <CODE>Meta-</CODE><VAR>C</VAR> to the two-character sequence
-<KBD>ESC</KBD><VAR>C</VAR> (adding the meta prefix).
+<KBD>ESC</KBD> <VAR>C</VAR> (adding the meta prefix).
 If <CODE>force-meta-prefix</CODE> is set to <SAMP>`off'</SAMP> (the default),
 Readline uses the value of the <CODE>convert-meta</CODE> variable to determine
 whether to perform this conversion:
@@ -1074,7 +1074,7 @@ The default value is <SAMP>`off'</SAMP>.
 If set to <SAMP>`on'</SAMP>, this alters the default completion behavior when
 inserting a single match into the line.
 It's only active when performing completion in the middle of a word.
-If enabled, readline does not insert characters from the completion
+If enabled, Readline does not insert characters from the completion
 that match characters after point in the word being completed,
 so portions of the word following the cursor are not duplicated.
 For instance, if this is enabled, attempting completion when the cursor
@@ -1171,7 +1171,7 @@ This key binding syntax recognizes a number of symbolic character names:
 <VAR>NEWLINE</VAR>,
 <VAR>RET</VAR>,
 <VAR>RETURN</VAR>,
-<VAR>RUBOUT</VAR>,
+<VAR>RUBOUT</VAR> (a destructive backspace),
 <VAR>SPACE</VAR>,
 <VAR>SPC</VAR>,
 and
@@ -1562,9 +1562,10 @@ position, and <EM>mark</EM> refers to a cursor position saved by the
 <CODE>set-mark</CODE> command.
 The text between the point and mark is referred to as the <EM>region</EM>.
 Readline has the concept of an <EM>active region</EM>:
-when the region is active, Readline redisplay uses the
-value of the <CODE>active-region-start-color</CODE> variable
-to denote the region.
+when the region is active,
+Readline redisplay highlights the region using the
+value of the <CODE>active-region-start-color</CODE> variable.
+The <CODE>enable-active-region</CODE> variable turns this on and off.
 Several commands set the region to active; those are noted below.
 </P><P>
 
@@ -1896,6 +1897,7 @@ Delete the character at point.
 If this function is bound to the
 same character as the tty EOF character, as <KBD>C-d</KBD>
 commonly is, see above for the effects.
+This may also be bound to the Delete key on some keyboards.
 <P>
 
 <A NAME="IDX111"></A>
@@ -2486,7 +2488,7 @@ This command is unbound by default.
 <A NAME="IDX221"></A>
 <DT><CODE>execute-named-command (M-x)</CODE>
 <DD><A NAME="IDX222"></A>
-Read a bindable readline command name from the input and execute the
+Read a bindable Readline command name from the input and execute the
 function to which it's bound, as if the key sequence to which it was
 bound appeared in the input.
 If this function is supplied with a numeric argument, it passes that
@@ -2649,8 +2651,8 @@ Since it's possible to enter characters into the line while quoting
 them to disable any Readline editing function they might normally have,
 this line may include embedded newlines and other special characters.
 If <VAR>prompt</VAR> is <CODE>NULL</CODE> or the empty string,
-<CODE>readline</CODE> does not display a prompt.
-The line <CODE>readline</CODE> returns is allocated with <CODE>malloc()</CODE>;
+<CODE>readline()</CODE> does not display a prompt.
+The line <CODE>readline()</CODE> returns is allocated with <CODE>malloc()</CODE>;
 the caller should <CODE>free()</CODE> the line when it has finished with it.
 The declaration for <CODE>readline</CODE> in ANSI C is
 </P><P>
@@ -2666,9 +2668,9 @@ text remains.
 This means that lines consisting of a newline return the empty string.
 </P><P>
 
-If <CODE>readline</CODE> encounters an <CODE>EOF</CODE> while reading the line,
+If Readline encounters an <CODE>EOF</CODE> while reading the line,
 and the line is empty at that point,
-then <CODE>readline</CODE> returns <CODE>(char *)NULL</CODE>.
+then <CODE>readline()</CODE> returns <CODE>(char *)NULL</CODE>.
 Otherwise, the line is ended just as if a newline had been typed.
 </P><P>
 
@@ -3201,7 +3203,7 @@ twice in succession, for example.
 <DL>
 <DT><U>Variable:</U> rl_hook_func_t * <B>rl_startup_hook</B>
 <DD>If non-zero, this is the address of a function to call just
-before <CODE>readline</CODE> prints the first prompt.
+before Readline prints the first prompt.
 </DL>
 </P><P>
 
@@ -3209,7 +3211,7 @@ before <CODE>readline</CODE> prints the first prompt.
 <DL>
 <DT><U>Variable:</U> rl_hook_func_t * <B>rl_pre_input_hook</B>
 <DD>If non-zero, this is the address of a function to call after
-the first prompt has been printed and just before <CODE>readline</CODE>
+the first prompt has been printed and just before Readline
 starts reading input characters.
 </DL>
 </P><P>
@@ -3415,7 +3417,7 @@ macro.
 <DT><CODE>RL_STATE_COMPLETING</CODE>
 <DD>Readline is performing word completion.
 <DT><CODE>RL_STATE_SIGHANDLER</CODE>
-<DD>Readline is currently executing the readline signal handler.
+<DD>Readline is currently executing the Readline signal handler.
 <DT><CODE>RL_STATE_UNDOING</CODE>
 <DD>Readline is performing an undo.
 <DT><CODE>RL_STATE_INPUTPENDING</CODE>
@@ -8127,7 +8129,7 @@ to permit their use in free software.
 <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="readline.html#SEC_About"> ? </A>]</TD>
 </TR></TABLE>
 <H1>About this document</H1>
-This document was generated by <I>Chet Ramey</I> on <I>October, 11  2024</I>
+This document was generated by <I>Chet Ramey</I> on <I>October, 18  2024</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 <P></P>  
@@ -8289,7 +8291,7 @@ the following structure:
 <BR>  
 <FONT SIZE="-1">
 This document was generated
-by <I>Chet Ramey</I> on <I>October, 11  2024</I>
+by <I>Chet Ramey</I> on <I>October, 18  2024</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 
index f0a4f86748c3ed9e452a9bc2c2007a24bf23aff1..4dd9282fccb90562c2ce57456fe91aa4f108cb0e 100644 (file)
@@ -1,6 +1,6 @@
 This is readline.info, produced by makeinfo version 7.1 from rlman.texi.
 
-This manual describes the GNU Readline Library (version 8.3, 10 October
+This manual describes the GNU Readline Library (version 8.3, 15 October
 2024), a library which aids in the consistency of user interface across
 discrete programs which provide a command line interface.
 
@@ -63,27 +63,26 @@ File: readline.info,  Node: Introduction and Notation,  Next: Readline Interacti
 1.1 Introduction to Line Editing
 ================================
 
-The following paragraphs describe the notation used to represent
-keystrokes.
+The following paragraphs use Emacs style to describe the notation used
+to represent keystrokes.
 
    The text ‘C-k’ is read as 'Control-K' and describes the character
 produced when the <k> key is pressed while the Control key is depressed.
 
    The text ‘M-k’ is read as 'Meta-K' and describes the character
 produced when the Meta key (if you have one) is depressed, and the <k>
-key is pressed (a “meta character”).  The Meta key is labeled <ALT> on
-many keyboards.  On keyboards with two keys labeled <ALT> (usually to
-either side of the space bar), the <ALT> on the left side is generally
-set to work as a Meta key.  The <ALT> key on the right may also be
-configured to work as a Meta key or may be configured as some other
-modifier, such as a Compose key for typing accented characters.
-
-   On some keyboards, the Meta key modifier produces meta characters
-with the eighth bit (0200) set.  You can use the ‘enable-meta-key’
-variable to control whether or not it does this, if the keyboard allows
-it.  On many others, the terminal or terminal emulator converts the
-metafied key to a key sequence beginning with <ESC> as described in the
-next paragraph.
+key is pressed (a “meta character”), then both are released.  The Meta
+key is labeled <ALT> or <Option> on many keyboards.  On keyboards with
+two keys labeled <ALT> (usually to either side of the space bar), the
+<ALT> on the left side is generally set to work as a Meta key.  One of
+the <ALT> keys may also be configured as some other modifier, such as a
+Compose key for typing accented characters.
+
+   On some keyboards, the Meta key modifier produces characters with the
+eighth bit (0200) set.  You can use the ‘enable-meta-key’ variable to
+control whether or not it does this, if the keyboard allows it.  On many
+others, the terminal or terminal emulator converts the metafied key to a
+key sequence beginning with <ESC> as described in the next paragraph.
 
    If you do not have a Meta or <ALT> key, or another key working as a
 Meta key, you can generally achieve the latter effect by typing <ESC>
@@ -328,7 +327,7 @@ putting commands in an “inputrc” file, conventionally in their home
 directory.  The name of this file is taken from the value of the
 environment variable ‘INPUTRC’.  If that variable is unset, the default
 is ‘~/.inputrc’.  If that file does not exist or cannot be read,
-readline looks for ‘/etc/inputrc’.
+Readline looks for ‘/etc/inputrc’.
 
    When a program which uses the Readline library starts up, Readline
 reads the init file and sets any variables and key bindings it contains.
@@ -428,9 +427,9 @@ Variable Settings
           different color.  The color definitions are taken from the
           value of the ‘LS_COLORS’ environment variable.  If there is a
           color definition in ‘LS_COLORS’ for the custom suffix
-          ‘readline-colored-completion-prefix’, Readline uses this color
-          for the common prefix instead of its default.  The default is
-          ‘off’.
+          ‘.readline-colored-completion-prefix’, Readline uses this
+          color for the common prefix instead of its default.  The
+          default is ‘off’.
 
      ‘colored-stats’
           If set to ‘on’, Readline displays possible completions using
@@ -463,7 +462,7 @@ Variable Settings
      ‘completion-prefix-display-length’
           The maximum length in characters of the common prefix of a
           list of possible completions that is displayed without
-          modification.  When set to a value greater than zero, readline
+          modification.  When set to a value greater than zero, Readline
           replaces common prefixes longer than this value with an
           ellipsis when displaying possible completions.
 
@@ -562,7 +561,7 @@ Variable Settings
           key sequences containing ‘\M-’ or ‘Meta-’ (see ‘Key Bindings’
           in *note Readline Init File Syntax::) by converting a key
           sequence of the form ‘\M-’C or ‘Meta-’C to the two-character
-          sequence ‘ESC’C (adding the meta prefix).  If
+          sequence ‘ESC’ C (adding the meta prefix).  If
           ‘force-meta-prefix’ is set to ‘off’ (the default), Readline
           uses the value of the ‘convert-meta’ variable to determine
           whether to perform this conversion: if ‘convert-meta’ is ‘on’,
@@ -722,7 +721,7 @@ Variable Settings
           If set to ‘on’, this alters the default completion behavior
           when inserting a single match into the line.  It's only active
           when performing completion in the middle of a word.  If
-          enabled, readline does not insert characters from the
+          enabled, Readline does not insert characters from the
           completion that match characters after point in the word being
           completed, so portions of the word following the cursor are
           not duplicated.  For instance, if this is enabled, attempting
@@ -792,7 +791,7 @@ Key Bindings
 
           This key binding syntax recognizes a number of symbolic
           character names: DEL, ESC, ESCAPE, LFD, NEWLINE, RET, RETURN,
-          RUBOUT, SPACE, SPC, and TAB.
+          RUBOUT (a destructive backspace), SPACE, SPC, and TAB.
 
      "KEYSEQ": FUNCTION-NAME or MACRO
           KEYSEQ differs from KEYNAME above in that strings denoting an
@@ -1090,9 +1089,10 @@ unbound by default.
 position, and “mark” refers to a cursor position saved by the ‘set-mark’
 command.  The text between the point and mark is referred to as the
 “region”.  Readline has the concept of an _active region_: when the
-region is active, Readline redisplay uses the value of the
-‘active-region-start-color’ variable to denote the region.  Several
-commands set the region to active; those are noted below.
+region is active, Readline redisplay highlights the region using the
+value of the ‘active-region-start-color’ variable.  The
+‘enable-active-region’ variable turns this on and off.  Several commands
+set the region to active; those are noted below.
 
 \1f
 File: readline.info,  Node: Commands For Moving,  Next: Commands For History,  Up: Bindable Readline Commands
@@ -1273,7 +1273,8 @@ File: readline.info,  Node: Commands For Text,  Next: Commands For Killing,  Pre
 ‘delete-char (C-d)’
      Delete the character at point.  If this function is bound to the
      same character as the tty EOF character, as ‘C-d’ commonly is, see
-     above for the effects.
+     above for the effects.  This may also be bound to the Delete key on
+     some keyboards.
 
 ‘backward-delete-char (Rubout)’
      Delete the character behind the cursor.  A numeric argument means
@@ -1591,7 +1592,7 @@ File: readline.info,  Node: Miscellaneous Commands,  Prev: Keyboard Macros,  Up:
      default.
 
 ‘execute-named-command (M-x)’
-     Read a bindable readline command name from the input and execute
+     Read a bindable Readline command name from the input and execute
      the function to which it's bound, as if the key sequence to which
      it was bound appeared in the input.  If this function is supplied
      with a numeric argument, it passes that argument to the function it
@@ -1688,10 +1689,10 @@ returns a single line of text from the user.  Since it's possible to
 enter characters into the line while quoting them to disable any
 Readline editing function they might normally have, this line may
 include embedded newlines and other special characters.  If PROMPT is
-‘NULL’ or the empty string, ‘readline’ does not display a prompt.  The
-line ‘readline’ returns is allocated with ‘malloc()’; the caller should
-‘free()’ the line when it has finished with it.  The declaration for
-‘readline’ in ANSI C is
+‘NULL’ or the empty string, ‘readline()’ does not display a prompt.  The
+line ‘readline()’ returns is allocated with ‘malloc()’; the caller
+should ‘free()’ the line when it has finished with it.  The declaration
+for ‘readline’ in ANSI C is
 
      char *readline (const char *PROMPT);
 
@@ -1701,8 +1702,8 @@ in order to read a line of text from the user.  The line returned has
 the final newline removed, so only the text remains.  This means that
 lines consisting of a newline return the empty string.
 
-   If ‘readline’ encounters an ‘EOF’ while reading the line, and the
-line is empty at that point, then ‘readline’ returns ‘(char *)NULL’.
+   If Readline encounters an ‘EOF’ while reading the line, and the line
+is empty at that point, then ‘readline()’ returns ‘(char *)NULL’.
 Otherwise, the line is ended just as if a newline had been typed.
 
    Readline performs some expansion on the PROMPT before it is displayed
@@ -2027,11 +2028,11 @@ These variables are available to function writers.
 
  -- Variable: rl_hook_func_t * rl_startup_hook
      If non-zero, this is the address of a function to call just before
-     ‘readline’ prints the first prompt.
+     Readline prints the first prompt.
 
  -- Variable: rl_hook_func_t * rl_pre_input_hook
      If non-zero, this is the address of a function to call after the
-     first prompt has been printed and just before ‘readline’ starts
+     first prompt has been printed and just before Readline starts
      reading input characters.
 
  -- Variable: rl_hook_func_t * rl_event_hook
@@ -2172,7 +2173,7 @@ These variables are available to function writers.
      ‘RL_STATE_COMPLETING’
           Readline is performing word completion.
      ‘RL_STATE_SIGHANDLER’
-          Readline is currently executing the readline signal handler.
+          Readline is currently executing the Readline signal handler.
      ‘RL_STATE_UNDOING’
           Readline is performing an undo.
      ‘RL_STATE_INPUTPENDING’
@@ -4884,7 +4885,7 @@ Function and Variable Index
 * active-region-start-color:             Readline Init File Syntax.
                                                               (line  35)
 * backward-char (C-b):                   Commands For Moving. (line  17)
-* backward-delete-char (Rubout):         Commands For Text.   (line  17)
+* backward-delete-char (Rubout):         Commands For Text.   (line  18)
 * backward-kill-line (C-x Rubout):       Commands For Killing.
                                                               (line  11)
 * backward-kill-word (M-<DEL>):          Commands For Killing.
@@ -4899,9 +4900,9 @@ Function and Variable Index
                                                               (line  68)
 * blink-matching-paren:                  Readline Init File Syntax.
                                                               (line  76)
-* bracketed-paste-begin ():              Commands For Text.   (line  37)
+* bracketed-paste-begin ():              Commands For Text.   (line  38)
 * call-last-kbd-macro (C-x e):           Keyboard Macros.     (line  13)
-* capitalize-word (M-c):                 Commands For Text.   (line  68)
+* capitalize-word (M-c):                 Commands For Text.   (line  69)
 * character-search (C-]):                Miscellaneous Commands.
                                                               (line  41)
 * character-search-backward (M-C-]):     Miscellaneous Commands.
@@ -4944,7 +4945,7 @@ Function and Variable Index
                                                               (line 149)
 * do-lowercase-version (M-A, M-B, M-X, ...): Miscellaneous Commands.
                                                               (line  14)
-* downcase-word (M-l):                   Commands For Text.   (line  64)
+* downcase-word (M-l):                   Commands For Text.   (line  65)
 * dump-functions ():                     Miscellaneous Commands.
                                                               (line  68)
 * dump-macros ():                        Miscellaneous Commands.
@@ -4982,7 +4983,7 @@ Function and Variable Index
                                                               (line 105)
 * force-meta-prefix:                     Readline Init File Syntax.
                                                               (line 216)
-* forward-backward-delete-char ():       Commands For Text.   (line  22)
+* forward-backward-delete-char ():       Commands For Text.   (line  23)
 * forward-char (C-f):                    Commands For Moving. (line  14)
 * forward-search-history (C-s):          Commands For History.
                                                               (line  32)
@@ -5044,7 +5045,7 @@ Function and Variable Index
                                                               (line  98)
 * output-meta:                           Readline Init File Syntax.
                                                               (line 322)
-* overwrite-mode ():                     Commands For Text.   (line  72)
+* overwrite-mode ():                     Commands For Text.   (line  73)
 * page-completions:                      Readline Init File Syntax.
                                                               (line 331)
 * possible-completions (M-?):            Commands For Completion.
@@ -5055,7 +5056,7 @@ Function and Variable Index
                                                               (line  12)
 * previous-screen-line ():               Commands For Moving. (line  28)
 * print-last-kbd-macro ():               Keyboard Macros.     (line  17)
-* quoted-insert (C-q or C-v):            Commands For Text.   (line  27)
+* quoted-insert (C-q or C-v):            Commands For Text.   (line  28)
 * re-read-init-file (C-x C-r):           Miscellaneous Commands.
                                                               (line   6)
 * readline:                              Basic Behavior.      (line  11)
@@ -5361,7 +5362,7 @@ Function and Variable Index
                                                               (line  28)
 * search-ignore-case:                    Readline Init File Syntax.
                                                               (line 351)
-* self-insert (a, b, A, 1, !, ...):      Commands For Text.   (line  34)
+* self-insert (a, b, A, 1, !, ...):      Commands For Text.   (line  35)
 * set-mark (C-@):                        Miscellaneous Commands.
                                                               (line  33)
 * show-all-if-ambiguous:                 Readline Init File Syntax.
@@ -5375,11 +5376,11 @@ Function and Variable Index
 * skip-csi-sequence ():                  Miscellaneous Commands.
                                                               (line  50)
 * start-kbd-macro (C-x ():               Keyboard Macros.     (line   6)
-* tab-insert (M-<TAB>):                  Commands For Text.   (line  31)
+* tab-insert (M-<TAB>):                  Commands For Text.   (line  32)
 * tilde-expand (M-~):                    Miscellaneous Commands.
                                                               (line  30)
-* transpose-chars (C-t):                 Commands For Text.   (line  49)
-* transpose-words (M-t):                 Commands For Text.   (line  55)
+* transpose-chars (C-t):                 Commands For Text.   (line  50)
+* transpose-words (M-t):                 Commands For Text.   (line  56)
 * undo (C-_ or C-x C-u):                 Miscellaneous Commands.
                                                               (line  23)
 * universal-argument ():                 Numeric Arguments.   (line  10)
@@ -5389,7 +5390,7 @@ Function and Variable Index
                                                               (line  16)
 * unix-word-rubout (C-w):                Commands For Killing.
                                                               (line  32)
-* upcase-word (M-u):                     Commands For Text.   (line  60)
+* upcase-word (M-u):                     Commands For Text.   (line  61)
 * vi-cmd-mode-string:                    Readline Init File Syntax.
                                                               (line 390)
 * vi-editing-mode (M-C-j):               Miscellaneous Commands.
@@ -5413,56 +5414,56 @@ Tag Table:
 Node: Top\7f863
 Node: Command Line Editing\7f1588
 Node: Introduction and Notation\7f2240
-Node: Readline Interaction\7f4594
-Node: Readline Bare Essentials\7f5786
-Node: Readline Movement Commands\7f7598
-Node: Readline Killing Commands\7f8598
-Node: Readline Arguments\7f10625
-Node: Searching\7f11686
-Node: Readline Init File\7f13917
-Node: Readline Init File Syntax\7f15115
-Node: Conditional Init Constructs\7f41480
-Node: Sample Init File\7f45869
-Node: Bindable Readline Commands\7f48994
-Node: Commands For Moving\7f50312
-Node: Commands For History\7f52242
-Node: Commands For Text\7f57447
-Node: Commands For Killing\7f61226
-Node: Numeric Arguments\7f63682
-Node: Commands For Completion\7f64838
-Node: Keyboard Macros\7f66925
-Node: Miscellaneous Commands\7f67630
-Node: Readline vi Mode\7f71954
-Node: Programming with GNU Readline\7f73851
-Node: Basic Behavior\7f74837
-Node: Custom Functions\7f78900
-Node: Readline Typedefs\7f80422
-Node: Function Writing\7f82308
-Node: Readline Variables\7f83614
-Node: Readline Convenience Functions\7f98580
-Node: Function Naming\7f99656
-Node: Keymaps\7f100987
-Node: Binding Keys\7f104149
-Node: Associating Function Names and Bindings\7f108974
-Node: Allowing Undoing\7f112804
-Node: Redisplay\7f115554
-Node: Modifying Text\7f119856
-Node: Character Input\7f121395
-Node: Terminal Management\7f124552
-Node: Utility Functions\7f126439
-Node: Miscellaneous Functions\7f129549
-Node: Alternate Interface\7f133439
-Node: A Readline Example\7f136334
-Node: Alternate Interface Example\7f138252
-Node: Readline Signal Handling\7f141871
-Node: Custom Completers\7f151421
-Node: How Completing Works\7f152141
-Node: Completion Functions\7f155517
-Node: Completion Variables\7f159184
-Node: A Short Completion Example\7f177502
-Node: GNU Free Documentation License\7f190171
-Node: Concept Index\7f215348
-Node: Function and Variable Index\7f216869
+Node: Readline Interaction\7f4596
+Node: Readline Bare Essentials\7f5788
+Node: Readline Movement Commands\7f7600
+Node: Readline Killing Commands\7f8600
+Node: Readline Arguments\7f10627
+Node: Searching\7f11688
+Node: Readline Init File\7f13919
+Node: Readline Init File Syntax\7f15117
+Node: Conditional Init Constructs\7f41510
+Node: Sample Init File\7f45899
+Node: Bindable Readline Commands\7f49024
+Node: Commands For Moving\7f50408
+Node: Commands For History\7f52338
+Node: Commands For Text\7f57543
+Node: Commands For Killing\7f61388
+Node: Numeric Arguments\7f63844
+Node: Commands For Completion\7f65000
+Node: Keyboard Macros\7f67087
+Node: Miscellaneous Commands\7f67792
+Node: Readline vi Mode\7f72116
+Node: Programming with GNU Readline\7f74013
+Node: Basic Behavior\7f74999
+Node: Custom Functions\7f79062
+Node: Readline Typedefs\7f80584
+Node: Function Writing\7f82470
+Node: Readline Variables\7f83776
+Node: Readline Convenience Functions\7f98730
+Node: Function Naming\7f99806
+Node: Keymaps\7f101137
+Node: Binding Keys\7f104299
+Node: Associating Function Names and Bindings\7f109124
+Node: Allowing Undoing\7f112954
+Node: Redisplay\7f115704
+Node: Modifying Text\7f120006
+Node: Character Input\7f121545
+Node: Terminal Management\7f124702
+Node: Utility Functions\7f126589
+Node: Miscellaneous Functions\7f129699
+Node: Alternate Interface\7f133589
+Node: A Readline Example\7f136484
+Node: Alternate Interface Example\7f138402
+Node: Readline Signal Handling\7f142021
+Node: Custom Completers\7f151571
+Node: How Completing Works\7f152291
+Node: Completion Functions\7f155667
+Node: Completion Variables\7f159334
+Node: A Short Completion Example\7f177652
+Node: GNU Free Documentation License\7f190321
+Node: Concept Index\7f215498
+Node: Function and Variable Index\7f217019
 \1f
 End Tag Table
 
index 19c028f5901366a13f0bacbdce6f916d705c0878..15d61ef8f1091c8e1f9157082da831dc704a89c1 100644 (file)
Binary files a/lib/readline/doc/readline.pdf and b/lib/readline/doc/readline.pdf differ
index 9d7d9e23a3e7b56dd5cc58908b3e2a52bafe7825..7ac8f18143e257a0956e014fd4de0c394ba0ae20 100644 (file)
@@ -1,7 +1,7 @@
 %!PS-Adobe-2.0
 %%Creator: dvips(k) 2024.1 (TeX Live 2024)  Copyright 2024 Radical Eye Software
 %%Title: readline.dvi
-%%CreationDate: Fri Oct 11 20:53:43 2024
+%%CreationDate: Fri Oct 18 15:25:52 2024
 %%Pages: 88
 %%PageOrder: Ascend
 %%BoundingBox: 0 0 596 842
@@ -12,7 +12,7 @@
 %DVIPSWebPage: (www.radicaleye.com)
 %DVIPSCommandLine: dvips -D 300 -o readline.ps readline.dvi
 %DVIPSParameters: dpi=300
-%DVIPSSource:  TeX output 2024.10.11:1652
+%DVIPSSource:  TeX output 2024.10.18:1125
 %%BeginProcSet: tex.pro 0 0
 %!
 /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -6704,7 +6704,7 @@ b(Case)e(W)-6 b(estern)23 b(Reserv)n(e)f(Univ)n(ersit)n(y)75
 b(oundation)p 75 2570 1800 9 v eop end
 %%Page: 2 2
 TeXDict begin 2 1 bop 75 2207 a Ft(This)14 b(man)o(ual)g(describ)q(es)h
-(the)g(GNU)f(Readline)h(Library)f(\(v)o(ersion)g(8.3,)f(10)h(Octob)q
+(the)g(GNU)f(Readline)h(Library)f(\(v)o(ersion)g(8.3,)f(15)h(Octob)q
 (er)h(2024\),)e(a)h(library)75 2262 y(whic)o(h)19 b(aids)h(in)f(the)h
 (consistency)f(of)g(user)h(in)o(terface)f(across)g(discrete)g(programs)
 g(whic)o(h)g(pro)o(vide)g(a)75 2316 y(command)c(line)g(in)o(terface.)75
@@ -6781,13 +6781,13 @@ b(Numeric)f(Argumen)o(ts)e Fn(:)8 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
 b Ft(23)200 1325 y(1.4.6)43 b(Letting)15 b(Readline)h(T)o(yp)q(e)f(F)l
 (or)g(Y)l(ou)c Fn(:)c(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f
 (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)18
-b Ft(23)200 1379 y(1.4.7)43 b(Keyb)q(oard)16 b(Macros)6
+b Ft(24)200 1379 y(1.4.7)43 b(Keyb)q(oard)16 b(Macros)6
 b Fn(:)g(:)h(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)
 g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)h(:)f(:)12 b Ft(24)200 1434 y(1.4.8)43
 b(Some)16 b(Miscellaneous)e(Commands)8 b Fn(:)e(:)i(:)f(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)h(:)14 b Ft(24)137 1489 y(1.5)45 b(Readline)15 b(vi)g(Mo)q(de)5
+g(:)h(:)14 b Ft(25)137 1489 y(1.5)45 b(Readline)15 b(vi)g(Mo)q(de)5
 b Fn(:)j(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)
 f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g
 (:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)12 b Ft(26)75
@@ -6891,66 +6891,65 @@ h(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)17 b Fr(81)p
 eop end
 %%Page: 1 5
 TeXDict begin 1 4 bop 1852 -58 a Ft(1)75 149 y Fp(1)41
-b(Command)28 b(Line)f(Editing)75 299 y Ft(This)15 b(c)o(hapter)g
+b(Command)28 b(Line)f(Editing)75 287 y Ft(This)15 b(c)o(hapter)g
 (describ)q(es)h(the)f(basic)g(features)g(of)f(the)i Fm(gnu)f
-Ft(command)g(line)g(editing)f(in)o(terface.)75 435 y
+Ft(command)g(line)g(editing)f(in)o(terface.)75 418 y
 Fr(1.1)33 b(In)n(tro)r(duction)23 b(to)f(Line)h(Editing)75
-515 y Ft(The)15 b(follo)o(wing)e(paragraphs)i(describ)q(e)h(the)f
-(notation)f(used)h(to)g(represen)o(t)g(k)o(eystrok)o(es.)137
-593 y(The)k(text)e Fl(C-k)h Ft(is)f(read)i(as)e(`Con)o(trol-K')f(and)j
-(describ)q(es)f(the)h(c)o(haracter)e(pro)q(duced)i(when)g(the)f
-Fs(k)75 648 y Ft(k)o(ey)d(is)g(pressed)h(while)e(the)h(Con)o(trol)f(k)o
-(ey)h(is)g(depressed.)137 726 y(The)h(text)g Fl(M-k)f
-Ft(is)h(read)g(as)f(`Meta-K')g(and)h(describ)q(es)h(the)f(c)o(haracter)
-f(pro)q(duced)i(when)g(the)f(Meta)75 780 y(k)o(ey)f(\(if)g(y)o(ou)h(ha)
-o(v)o(e)f(one\))g(is)g(depressed,)i(and)f(the)f Fs(k)h
-Ft(k)o(ey)f(is)g(pressed)h(\(a)f Fk(meta)g(c)o(haracter)s
-Ft(\).)21 b(The)16 b(Meta)75 835 y(k)o(ey)h(is)g(lab)q(eled)g
-Fs(ALT)f Ft(on)h(man)o(y)g(k)o(eyb)q(oards.)25 b(On)18
-b(k)o(eyb)q(oards)f(with)f(t)o(w)o(o)g(k)o(eys)h(lab)q(eled)g
-Fs(ALT)g Ft(\(usually)75 890 y(to)e(either)h(side)f(of)h(the)g(space)g
-(bar\),)f(the)g Fs(ALT)h Ft(on)f(the)h(left)f(side)h(is)g(generally)e
-(set)i(to)f(w)o(ork)g(as)g(a)h(Meta)75 945 y(k)o(ey)l(.)28
-b(The)18 b Fs(ALT)g Ft(k)o(ey)g(on)g(the)g(righ)o(t)f(ma)o(y)g(also)g
-(b)q(e)h(con\014gured)h(to)e(w)o(ork)g(as)h(a)g(Meta)f(k)o(ey)h(or)f
-(ma)o(y)g(b)q(e)75 1000 y(con\014gured)f(as)f(some)g(other)f(mo)q
-(di\014er,)h(suc)o(h)h(as)e(a)h(Comp)q(ose)g(k)o(ey)g(for)g(t)o(yping)f
-(accen)o(ted)i(c)o(haracters.)137 1078 y(On)j(some)f(k)o(eyb)q(oards,)h
-(the)f(Meta)g(k)o(ey)g(mo)q(di\014er)h(pro)q(duces)g(meta)f(c)o
-(haracters)f(with)h(the)h(eigh)o(th)75 1132 y(bit)13
-b(\(0200\))e(set.)19 b(Y)l(ou)13 b(can)g(use)h(the)f
-Fs(enable-meta-key)e Ft(v)m(ariable)h(to)h(con)o(trol)f(whether)h(or)g
-(not)f(it)h(do)q(es)75 1187 y(this,)g(if)g(the)h(k)o(eyb)q(oard)g(allo)
-o(ws)e(it.)19 b(On)14 b(man)o(y)g(others,)f(the)h(terminal)e(or)i
-(terminal)e(em)o(ulator)h(con)o(v)o(erts)75 1242 y(the)h(meta\014ed)h
-(k)o(ey)f(to)g(a)g(k)o(ey)g(sequence)i(b)q(eginning)e(with)g
-Fs(ESC)g Ft(as)g(describ)q(ed)h(in)f(the)h(next)f(paragraph.)137
-1320 y(If)k(y)o(ou)e(do)h(not)g(ha)o(v)o(e)g(a)f(Meta)h(or)f
-Fs(ALT)h Ft(k)o(ey)l(,)g(or)g(another)f(k)o(ey)h(w)o(orking)f(as)h(a)g
-(Meta)f(k)o(ey)l(,)h(y)o(ou)g(can)75 1375 y(generally)c(ac)o(hiev)o(e)g
-(the)g(latter)f(e\013ect)i(b)o(y)f(t)o(yping)g Fs(ESC)g
+497 y Ft(The)i(follo)o(wing)e(paragraphs)h(use)h(Emacs)g(st)o(yle)f(to)
+h(describ)q(e)g(the)g(notation)f(used)i(to)e(represen)o(t)75
+552 y(k)o(eystrok)o(es.)137 626 y(The)19 b(text)e Fl(C-k)h
+Ft(is)f(read)i(as)e(`Con)o(trol-K')f(and)j(describ)q(es)f(the)h(c)o
+(haracter)e(pro)q(duced)i(when)g(the)f Fs(k)75 681 y
+Ft(k)o(ey)d(is)g(pressed)h(while)e(the)h(Con)o(trol)f(k)o(ey)h(is)g
+(depressed.)137 755 y(The)h(text)g Fl(M-k)f Ft(is)h(read)g(as)f
+(`Meta-K')g(and)h(describ)q(es)h(the)f(c)o(haracter)f(pro)q(duced)i
+(when)g(the)f(Meta)75 810 y(k)o(ey)g(\(if)f(y)o(ou)h(ha)o(v)o(e)f
+(one\))h(is)f(depressed,)i(and)f(the)g Fs(k)g Ft(k)o(ey)g(is)f(pressed)
+i(\(a)e Fk(meta)h(c)o(haracter)s Ft(\),)f(then)h(b)q(oth)75
+865 y(are)h(released.)28 b(The)17 b(Meta)g(k)o(ey)h(is)f(lab)q(eled)h
+Fs(ALT)f Ft(or)g Fs(Option)g Ft(on)h(man)o(y)f(k)o(eyb)q(oards.)27
+b(On)18 b(k)o(eyb)q(oards)75 919 y(with)c(t)o(w)o(o)g(k)o(eys)h(lab)q
+(eled)g Fs(ALT)f Ft(\(usually)g(to)g(either)h(side)g(of)f(the)h(space)g
+(bar\),)f(the)h Fs(ALT)g Ft(on)g(the)g(left)f(side)75
+974 y(is)f(generally)h(set)f(to)h(w)o(ork)f(as)g(a)h(Meta)f(k)o(ey)l(.)
+20 b(One)14 b(of)g(the)g Fs(ALT)f Ft(k)o(eys)h(ma)o(y)g(also)e(b)q(e)j
+(con\014gured)g(as)e(some)75 1029 y(other)i(mo)q(di\014er,)g(suc)o(h)g
+(as)g(a)g(Comp)q(ose)g(k)o(ey)g(for)f(t)o(yping)h(accen)o(ted)g(c)o
+(haracters.)137 1103 y(On)23 b(some)e(k)o(eyb)q(oards,)i(the)f(Meta)f
+(k)o(ey)h(mo)q(di\014er)g(pro)q(duces)h(c)o(haracters)e(with)g(the)h
+(eigh)o(th)f(bit)75 1158 y(\(0200\))16 b(set.)27 b(Y)l(ou)18
+b(can)g(use)g(the)g Fs(enable-meta-key)e Ft(v)m(ariable)h(to)g(con)o
+(trol)f(whether)i(or)f(not)h(it)f(do)q(es)75 1213 y(this,)c(if)g(the)h
+(k)o(eyb)q(oard)g(allo)o(ws)e(it.)19 b(On)14 b(man)o(y)g(others,)f(the)
+h(terminal)e(or)i(terminal)e(em)o(ulator)h(con)o(v)o(erts)75
+1267 y(the)h(meta\014ed)h(k)o(ey)f(to)g(a)g(k)o(ey)g(sequence)i(b)q
+(eginning)e(with)g Fs(ESC)g Ft(as)g(describ)q(ed)h(in)f(the)h(next)f
+(paragraph.)137 1341 y(If)k(y)o(ou)e(do)h(not)g(ha)o(v)o(e)g(a)f(Meta)h
+(or)f Fs(ALT)h Ft(k)o(ey)l(,)g(or)g(another)f(k)o(ey)h(w)o(orking)f(as)
+h(a)g(Meta)f(k)o(ey)l(,)h(y)o(ou)g(can)75 1396 y(generally)c(ac)o(hiev)
+o(e)g(the)g(latter)f(e\013ect)i(b)o(y)f(t)o(yping)g Fs(ESC)g
 Fj(\014rst)p Ft(,)g(and)g(then)h(t)o(yping)f Fs(k)p Ft(.)19
-b(The)14 b Fs(ESC)f Ft(c)o(haracter)75 1430 y(is)i(kno)o(wn)g(as)f(the)
-i Fk(meta)e(pre\014x)s Ft(\).)137 1508 y(Either)h(pro)q(cess)g(is)g
+b(The)14 b Fs(ESC)f Ft(c)o(haracter)75 1451 y(is)i(kno)o(wn)g(as)f(the)
+i Fk(meta)e(pre\014x)s Ft(\).)137 1525 y(Either)h(pro)q(cess)g(is)g
 (kno)o(wn)g(as)g Fk(metafying)j Ft(the)d Fs(k)g Ft(k)o(ey)l(.)137
-1586 y(If)e(y)o(our)f(Meta)g(k)o(ey)h(pro)q(duces)g(a)g(k)o(ey)f
+1599 y(If)e(y)o(our)f(Meta)g(k)o(ey)h(pro)q(duces)g(a)g(k)o(ey)f
 (sequence)i(with)e(the)h Fs(ESC)f Ft(meta)g(pre\014x,)h(y)o(ou)g(can)g
-(mak)o(e)f Fl(M-key)75 1640 y Ft(k)o(ey)20 b(bindings)f(y)o(ou)h(sp)q
+(mak)o(e)f Fl(M-key)75 1654 y Ft(k)o(ey)20 b(bindings)f(y)o(ou)h(sp)q
 (ecify)g(\(see)f Fs(Key)c(Bindings)k Ft(in)g(Section)h(1.3.1)e
-([Readline)i(Init)f(File)g(Syn)o(tax],)75 1695 y(page)c(4\))g(do)g(the)
+([Readline)i(Init)f(File)g(Syn)o(tax],)75 1709 y(page)c(4\))g(do)g(the)
 g(same)g(thing)g(b)o(y)g(setting)f(the)h Fs(force-meta-prefix)e
-Ft(v)m(ariable.)137 1773 y(The)21 b(text)e Fl(M-C-k)h
+Ft(v)m(ariable.)137 1783 y(The)21 b(text)e Fl(M-C-k)h
 Ft(is)g(read)g(as)f(`Meta-Con)o(trol-k')f(and)i(describ)q(es)h(the)f(c)
-o(haracter)g(pro)q(duced)h(b)o(y)75 1828 y(metafying)14
-b Fl(C-k)p Ft(.)137 1906 y(In)19 b(addition,)e(sev)o(eral)h(k)o(eys)f
+o(haracter)g(pro)q(duced)h(b)o(y)75 1838 y(metafying)14
+b Fl(C-k)p Ft(.)137 1912 y(In)19 b(addition,)e(sev)o(eral)h(k)o(eys)f
 (ha)o(v)o(e)h(their)g(o)o(wn)f(names.)28 b(Sp)q(eci\014cally)l(,)19
 b Fs(DEL)p Ft(,)f Fs(ESC)p Ft(,)g Fs(LFD)p Ft(,)g Fs(SPC)p
-Ft(,)g Fs(RET)p Ft(,)75 1961 y(and)f Fs(TAB)g Ft(all)f(stand)h(for)g
+Ft(,)g Fs(RET)p Ft(,)75 1967 y(and)f Fs(TAB)g Ft(all)f(stand)h(for)g
 (themselv)o(es)g(when)h(seen)f(in)g(this)g(text,)g(or)g(in)g(an)g(init)
-f(\014le)i(\(see)f(Section)g(1.3)75 2015 y([Readline)f(Init)g(File],)f
+f(\014le)i(\(see)f(Section)g(1.3)75 2021 y([Readline)f(Init)g(File],)f
 (page)h(4\).)22 b(If)17 b(y)o(our)f(k)o(eyb)q(oard)g(lac)o(ks)f(a)h
 Fs(LFD)g Ft(k)o(ey)l(,)g(t)o(yping)f Fs(C-j)h Ft(will)f(output)h(the)75
-2070 y(appropriate)e(c)o(haracter.)19 b(The)d Fs(RET)f
+2076 y(appropriate)e(c)o(haracter.)19 b(The)d Fs(RET)f
 Ft(k)o(ey)g(ma)o(y)f(b)q(e)i(lab)q(eled)f Fs(Return)g
 Ft(or)f Fs(Enter)h Ft(on)g(some)g(k)o(eyb)q(oards.)75
 2207 y Fr(1.2)33 b(Readline)21 b(In)n(teraction)75 2286
@@ -7179,8 +7178,8 @@ Fk(inputrc)k Ft(\014le,)d(con)o(v)o(en)o(tionally)d(in)i(their)g(home)
 (ariable)g Fs(INPUTRC)p Ft(.)75 1683 y(If)k(that)g(v)m(ariable)f(is)h
 (unset,)g(the)g(default)g(is)f Fs(~/.inputrc)p Ft(.)19
 b(If)c(that)f(\014le)h(do)q(es)h(not)e(exist)h(or)f(cannot)h(b)q(e)75
-1738 y(read,)g(readline)g(lo)q(oks)f(for)h Fs(/etc/inputrc)p
-Ft(.)137 1813 y(When)i(a)f(program)f(whic)o(h)h(uses)g(the)g(Readline)h
+1738 y(read,)g(Readline)g(lo)q(oks)g(for)f Fs(/etc/inputrc)p
+Ft(.)137 1813 y(When)j(a)f(program)f(whic)o(h)h(uses)g(the)g(Readline)h
 (library)e(starts)f(up,)j(Readline)f(reads)g(the)h(init)e(\014le)75
 1867 y(and)g(sets)g(an)o(y)g(v)m(ariables)g(and)g(k)o(ey)g(bindings)g
 (it)g(con)o(tains.)137 1943 y(In)f(addition,)f(the)g
@@ -7284,15 +7283,15 @@ b(is)f(`)p Fs(off)p Ft('.)315 396 y Fs(colored-completion-prefix)555
 451 y Ft(If)h(set)f(to)g(`)p Fs(on)p Ft(',)g(when)h(listing)e
 (completions,)h(Readline)h(displa)o(ys)e(the)i(com-)555
 506 y(mon)e(pre\014x)g(of)f(the)h(set)f(of)g(p)q(ossible)h(completions)
-f(using)g(a)g(di\013eren)o(t)g(color.)555 560 y(The)h(color)f
-(de\014nitions)g(are)g(tak)o(en)h(from)e(the)i(v)m(alue)g(of)f(the)h
-Fs(LS_COLORS)e Ft(en-)555 615 y(vironmen)o(t)16 b(v)m(ariable.)24
-b(If)17 b(there)g(is)f(a)g(color)g(de\014nition)h(in)f
-Fs(LS_COLORS)g Ft(for)555 670 y(the)11 b(custom)f(su\016x)h(`)p
-Fs(readline-colored-completio)o(n-prefi)o(x)p Ft(',)d(Read-)555
-725 y(line)j(uses)h(this)f(color)g(for)g(the)h(common)f(pre\014x)h
-(instead)f(of)h(its)e(default.)19 b(The)555 780 y(default)c(is)f(`)p
-Fs(off)p Ft('.)315 862 y Fs(colored-stats)555 917 y Ft(If)g(set)f(to)f
+f(using)g(a)g(di\013eren)o(t)g(color.)555 560 y(The)20
+b(color)f(de\014nitions)h(are)g(tak)o(en)f(from)g(the)h(v)m(alue)h(of)e
+(the)h Fs(LS_COLORS)555 615 y Ft(en)o(vironmen)o(t)e(v)m(ariable.)32
+b(If)19 b(there)g(is)g(a)g(color)f(de\014nition)h(in)g
+Fs(LS_COLORS)555 670 y Ft(for)h(the)h(custom)f(su\016x)h(`)p
+Fs(.readline-colored-compl)o(etion-p)o(refix)p Ft(')o(,)555
+725 y(Readline)f(uses)f(this)g(color)g(for)f(the)i(common)f(pre\014x)h
+(instead)f(of)g(its)f(de-)555 780 y(fault.)h(The)c(default)g(is)g(`)p
+Fs(off)p Ft('.)315 862 y Fs(colored-stats)555 917 y Ft(If)f(set)f(to)f
 (`)p Fs(on)p Ft(',)g(Readline)i(displa)o(ys)e(p)q(ossible)h
 (completions)g(using)g(di\013eren)o(t)555 971 y(colors)19
 b(to)f(indicate)i(their)f(\014le)g(t)o(yp)q(e.)33 b(The)20
@@ -7326,8 +7325,8 @@ Ft('.)315 2149 y Fs(completion-prefix-display-)o(length)555
 2204 y Ft(The)d(maxim)o(um)g(length)g(in)g(c)o(haracters)f(of)h(the)g
 (common)g(pre\014x)h(of)e(a)h(list)f(of)555 2259 y(p)q(ossible)i
 (completions)g(that)g(is)g(displa)o(y)o(ed)g(without)g(mo)q
-(di\014cation.)19 b(When)555 2314 y(set)14 b(to)g(a)g(v)m(alue)h
-(greater)e(than)i(zero,)f(readline)g(replaces)g(common)g(pre\014xes)555
+(di\014cation.)19 b(When)555 2314 y(set)13 b(to)f(a)g(v)m(alue)h
+(greater)f(than)h(zero,)g(Readline)g(replaces)g(common)f(pre\014xes)555
 2369 y(longer)22 b(than)h(this)f(v)m(alue)h(with)f(an)h(ellipsis)e
 (when)j(displa)o(ying)d(p)q(ossible)555 2423 y(completions.)315
 2506 y Fs(completion-query-items)555 2560 y Ft(The)13
@@ -7454,19 +7453,19 @@ f(its)g(b)q(eha)o(vior)g(when)h(binding)f(k)o(ey)h(se-)555
 Fs(Meta-)f Ft(\(see)h Fs(Key)k(Bindings)10 b Ft(in)h(Section)h(1.3.1)
 555 1976 y([Readline)18 b(Init)f(File)g(Syn)o(tax],)g(page)h(4\))f(b)o
 (y)g(con)o(v)o(erting)g(a)g(k)o(ey)h(sequence)555 2031
-y(of)e(the)h(form)g Fl(\\M-)p Fk(C)j Ft(or)c Fs(Meta-)p
-Fk(C)k Ft(to)c(the)h(t)o(w)o(o-c)o(haracter)f(sequence)i
-Fl(ESC)p Fk(C)555 2086 y Ft(\(adding)11 b(the)h(meta)f(pre\014x\).)19
-b(If)12 b Fs(force-meta-prefix)d Ft(is)i(set)h(to)f(`)p
-Fs(off)p Ft(')f(\(the)555 2140 y(default\),)16 b(Readline)h(uses)g(the)
-g(v)m(alue)g(of)f(the)h Fs(convert-meta)e Ft(v)m(ariable)i(to)555
-2195 y(determine)f(whether)g(to)f(p)q(erform)g(this)g(con)o(v)o
-(ersion:)20 b(if)15 b Fs(convert-meta)f Ft(is)555 2250
-y(`)p Fs(on)p Ft(',)c(Readline)h(p)q(erforms)g(the)f(con)o(v)o(ersion)g
-(describ)q(ed)i(ab)q(o)o(v)o(e;)f(if)f(it)g(is)h(`)p
-Fs(off)p Ft(',)555 2305 y(Readline)17 b(con)o(v)o(erts)e
-Fk(C)20 b Ft(to)c(a)g(meta)g(c)o(haracter)g(b)o(y)g(setting)f(the)i
-(eigh)o(th)e(bit)555 2359 y(\(0200\).)j(The)e(default)e(is)h(`)p
+y(of)i(the)h(form)f Fl(\\M-)p Fk(C)k Ft(or)c Fs(Meta-)p
+Fk(C)j Ft(to)d(the)h(t)o(w)o(o-c)o(haracter)e(sequence)i
+Fl(ESC)555 2086 y Fk(C)f Ft(\(adding)15 b(the)i(meta)e(pre\014x\).)23
+b(If)16 b Fs(force-meta-prefix)e Ft(is)i(set)g(to)f(`)p
+Fs(off)p Ft(')555 2140 y(\(the)d(default\),)g(Readline)g(uses)h(the)f
+(v)m(alue)h(of)f(the)g Fs(convert-meta)f Ft(v)m(ariable)555
+2195 y(to)j(determine)g(whether)h(to)f(p)q(erform)g(this)g(con)o(v)o
+(ersion:)19 b(if)14 b Fs(convert-meta)555 2250 y Ft(is)k(`)p
+Fs(on)p Ft(',)g(Readline)h(p)q(erforms)f(the)h(con)o(v)o(ersion)f
+(describ)q(ed)h(ab)q(o)o(v)o(e;)h(if)e(it)f(is)555 2305
+y(`)p Fs(off)p Ft(',)11 b(Readline)g(con)o(v)o(erts)g
+Fk(C)k Ft(to)c(a)g(meta)g(c)o(haracter)f(b)o(y)i(setting)e(the)i(eigh)o
+(th)555 2359 y(bit)j(\(0200\).)j(The)d(default)g(is)g(`)p
 Fs(off)p Ft('.)315 2451 y Fs(history-preserve-point)555
 2506 y Ft(If)21 b(set)g(to)f(`)p Fs(on)p Ft(',)h(the)g(history)f(co)q
 (de)h(attempts)f(to)g(place)h(the)g(p)q(oin)o(t)f(\(the)555
@@ -7653,9 +7652,9 @@ Fs(off)p Ft('.)315 1592 y Fs(skip-completed-text)555
 1647 y Ft(If)i(set)f(to)g(`)p Fs(on)p Ft(',)f(this)h(alters)f(the)i
 (default)f(completion)f(b)q(eha)o(vior)h(when)h(in-)555
 1702 y(serting)d(a)g(single)g(matc)o(h)g(in)o(to)f(the)i(line.)k(It's)
-14 b(only)g(activ)o(e)g(when)h(p)q(erform-)555 1757 y(ing)i(completion)
-f(in)h(the)h(middle)f(of)g(a)g(w)o(ord.)25 b(If)18 b(enabled,)g
-(readline)f(do)q(es)555 1812 y(not)j(insert)g(c)o(haracters)f(from)h
+14 b(only)g(activ)o(e)g(when)h(p)q(erform-)555 1757 y(ing)h(completion)
+f(in)h(the)g(middle)g(of)g(a)f(w)o(ord.)22 b(If)17 b(enabled,)f
+(Readline)h(do)q(es)555 1812 y(not)j(insert)g(c)o(haracters)f(from)h
 (the)g(completion)f(that)h(matc)o(h)g(c)o(haracters)555
 1866 y(after)e(p)q(oin)o(t)g(in)g(the)g(w)o(ord)g(b)q(eing)h
 (completed,)g(so)f(p)q(ortions)f(of)h(the)h(w)o(ord)555
@@ -7744,16 +7743,17 @@ Fs(>)555 2236 y(output)p Ft(')14 b(in)o(to)g(the)h(line\).)555
 (b)q(er)g(of)g(sym)o(b)q(olic)g(c)o(haracter)555 2362
 y(names:)21 b Fk(DEL)p Ft(,)15 b Fk(ESC)p Ft(,)h Fk(ESCAPE)p
 Ft(,)f Fk(LFD)p Ft(,)h Fk(NEWLINE)p Ft(,)g Fk(RET)p Ft(,)g
-Fk(RETURN)p Ft(,)555 2417 y Fk(R)o(UBOUT)p Ft(,)g Fk(SP)l(A)o(CE)p
-Ft(,)e Fk(SPC)p Ft(,)h(and)g Fk(T)l(AB)p Ft(.)315 2506
-y Fs(")p Fk(k)o(eyseq)q Fs(")p Ft(:)20 b Fk(function-name)d
-Ft(or)e Fk(macro)555 2560 y(k)o(eyseq)c Ft(di\013ers)f(from)g
-Fk(k)o(eyname)i Ft(ab)q(o)o(v)o(e)e(in)g(that)g(strings)f(denoting)h
-(an)g(en)o(tire)555 2615 y(k)o(ey)h(sequence)h(can)f(b)q(e)h(sp)q
-(eci\014ed,)h(b)o(y)e(placing)f(the)i(k)o(ey)e(sequence)j(in)e(double)
-555 2670 y(quotes.)22 b(Some)16 b Fm(gnu)g Ft(Emacs)f(st)o(yle)g(k)o
-(ey)h(escap)q(es)h(can)f(b)q(e)g(used,)h(as)e(in)h(the)p
-eop end
+Fk(RETURN)p Ft(,)555 2417 y Fk(R)o(UBOUT)j Ft(\(a)c(destructiv)o(e)f
+(bac)o(kspace\),)h Fk(SP)l(A)o(CE)p Ft(,)g Fk(SPC)p Ft(,)g(and)g
+Fk(T)l(AB)p Ft(.)315 2506 y Fs(")p Fk(k)o(eyseq)q Fs(")p
+Ft(:)20 b Fk(function-name)d Ft(or)e Fk(macro)555 2560
+y(k)o(eyseq)c Ft(di\013ers)f(from)g Fk(k)o(eyname)i Ft(ab)q(o)o(v)o(e)e
+(in)g(that)g(strings)f(denoting)h(an)g(en)o(tire)555
+2615 y(k)o(ey)h(sequence)h(can)f(b)q(e)h(sp)q(eci\014ed,)h(b)o(y)e
+(placing)f(the)i(k)o(ey)e(sequence)j(in)e(double)555
+2670 y(quotes.)22 b(Some)16 b Fm(gnu)g Ft(Emacs)f(st)o(yle)g(k)o(ey)h
+(escap)q(es)h(can)f(b)q(e)g(used,)h(as)e(in)h(the)p eop
+end
 %%Page: 13 17
 TeXDict begin 13 16 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
 (Editing)1053 b(13)555 149 y(follo)o(wing)20 b(example,)k(but)f(none)g
@@ -7979,552 +7979,555 @@ TeXDict begin 18 21 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
 (Editing)1053 b(18)195 149 y Fs(#)24 b(For)f(FTP)195
 204 y($if)g(Ftp)195 259 y("\\C-xg":)g("get)g(\\M-?")195
 314 y("\\C-xt":)g("put)g(\\M-?")195 369 y("\\M-.":)g(yank-last-arg)195
-423 y($endif)75 541 y Fr(1.4)33 b(Bindable)22 b(Readline)f(Commands)75
-621 y Ft(This)12 b(section)h(describ)q(es)g(Readline)g(commands)g(that)
+423 y($endif)75 548 y Fr(1.4)33 b(Bindable)22 b(Readline)f(Commands)75
+628 y Ft(This)12 b(section)h(describ)q(es)g(Readline)g(commands)g(that)
 f(ma)o(y)g(b)q(e)i(b)q(ound)f(to)g(k)o(ey)f(sequences.)20
-b(Command)75 676 y(names)15 b(without)f(an)h(accompan)o(ying)g(k)o(ey)g
+b(Command)75 682 y(names)15 b(without)f(an)h(accompan)o(ying)g(k)o(ey)g
 (sequence)h(are)f(un)o(b)q(ound)i(b)o(y)e(default.)137
-742 y(In)f(the)f(follo)o(wing)e(descriptions,)i Fk(p)q(oin)o(t)g
+752 y(In)f(the)f(follo)o(wing)e(descriptions,)i Fk(p)q(oin)o(t)g
 Ft(refers)g(to)g(the)g(curren)o(t)g(cursor)f(p)q(osition,)h(and)g
-Fk(mark)i Ft(refers)75 797 y(to)c(a)g(cursor)h(p)q(osition)f(sa)o(v)o
+Fk(mark)i Ft(refers)75 807 y(to)c(a)g(cursor)h(p)q(osition)f(sa)o(v)o
 (ed)g(b)o(y)h(the)f Fs(set-mark)g Ft(command.)18 b(The)12
 b(text)g(b)q(et)o(w)o(een)g(the)f(p)q(oin)o(t)h(and)g(mark)75
-851 y(is)j(referred)h(to)f(as)g(the)h Fk(region)p Ft(.)21
+862 y(is)j(referred)h(to)f(as)g(the)h Fk(region)p Ft(.)21
 b(Readline)16 b(has)f(the)h(concept)g(of)f(an)h Fj(active)g(r)n(e)n
-(gion)s Ft(:)21 b(when)16 b(the)g(region)75 906 y(is)d(activ)o(e,)g
-(Readline)h(redispla)o(y)f(uses)i(the)e(v)m(alue)i(of)e(the)h
-Fs(active-region-start-color)c Ft(v)m(ariable)k(to)75
-961 y(denote)h(the)h(region.)j(Sev)o(eral)c(commands)g(set)g(the)g
-(region)f(to)h(activ)o(e;)f(those)h(are)g(noted)g(b)q(elo)o(w.)75
-1058 y Fi(1.4.1)30 b(Commands)21 b(F)-5 b(or)19 b(Mo)n(ving)75
-1143 y Fs(beginning-of-line)13 b(\(C-a\))315 1198 y Ft(Mo)o(v)o(e)g(to)
-g(the)h(start)e(of)i(the)f(curren)o(t)h(line.)19 b(This)14
-b(ma)o(y)f(also)f(b)q(e)j(b)q(ound)f(to)g(the)f(Home)h(k)o(ey)315
-1253 y(on)h(some)g(k)o(eyb)q(oards.)75 1330 y Fs(end-of-line)f(\(C-e\))
-315 1385 y Ft(Mo)o(v)o(e)h(to)g(the)i(end)f(of)g(the)g(line.)22
-b(This)16 b(ma)o(y)f(also)g(b)q(e)i(b)q(ound)g(to)e(the)h(End)g(k)o(ey)
-g(on)g(some)315 1439 y(k)o(eyb)q(oards.)75 1517 y Fs(forward-char)e
-(\(C-f\))315 1571 y Ft(Mo)o(v)o(e)g(forw)o(ard)g(a)h(c)o(haracter.)75
-1649 y Fs(backward-char)e(\(C-b\))315 1703 y Ft(Mo)o(v)o(e)h(bac)o(k)h
-(a)g(c)o(haracter.)75 1781 y Fs(forward-word)f(\(M-f\))315
-1835 y Ft(Mo)o(v)o(e)g(forw)o(ard)g(to)g(the)i(end)g(of)e(the)h(next)h
+(gion)s Ft(:)21 b(when)16 b(the)g(region)75 917 y(is)h(activ)o(e,)g
+(Readline)h(redispla)o(y)e(highligh)o(ts)g(the)i(region)f(using)g(the)g
+(v)m(alue)h(of)f(the)h Fs(active-region-)75 972 y(start-color)13
+b Ft(v)m(ariable.)19 b(The)c Fs(enable-active-region)d
+Ft(v)m(ariable)i(turns)g(this)g(on)h(and)g(o\013.)j(Sev)o(eral)75
+1026 y(commands)d(set)g(the)g(region)g(to)f(activ)o(e;)g(those)h(are)g
+(noted)g(b)q(elo)o(w.)75 1129 y Fi(1.4.1)30 b(Commands)21
+b(F)-5 b(or)19 b(Mo)n(ving)75 1216 y Fs(beginning-of-line)13
+b(\(C-a\))315 1271 y Ft(Mo)o(v)o(e)g(to)g(the)h(start)e(of)i(the)f
+(curren)o(t)h(line.)19 b(This)14 b(ma)o(y)f(also)f(b)q(e)j(b)q(ound)f
+(to)g(the)f(Home)h(k)o(ey)315 1326 y(on)h(some)g(k)o(eyb)q(oards.)75
+1408 y Fs(end-of-line)f(\(C-e\))315 1463 y Ft(Mo)o(v)o(e)h(to)g(the)i
+(end)f(of)g(the)g(line.)22 b(This)16 b(ma)o(y)f(also)g(b)q(e)i(b)q
+(ound)g(to)e(the)h(End)g(k)o(ey)g(on)g(some)315 1518
+y(k)o(eyb)q(oards.)75 1600 y Fs(forward-char)e(\(C-f\))315
+1655 y Ft(Mo)o(v)o(e)g(forw)o(ard)g(a)h(c)o(haracter.)75
+1737 y Fs(backward-char)e(\(C-b\))315 1792 y Ft(Mo)o(v)o(e)h(bac)o(k)h
+(a)g(c)o(haracter.)75 1875 y Fs(forward-word)f(\(M-f\))315
+1929 y Ft(Mo)o(v)o(e)g(forw)o(ard)g(to)g(the)i(end)g(of)e(the)h(next)h
 (w)o(ord.)j(W)l(ords)c(are)f(comp)q(osed)i(of)f(letters)f(and)315
-1890 y(digits.)75 1968 y Fs(backward-word)f(\(M-b\))315
-2022 y Ft(Mo)o(v)o(e)j(bac)o(k)g(to)h(the)f(start)g(of)g(the)h(curren)o
+1984 y(digits.)75 2067 y Fs(backward-word)f(\(M-b\))315
+2122 y Ft(Mo)o(v)o(e)j(bac)o(k)g(to)h(the)f(start)g(of)g(the)h(curren)o
 (t)g(or)f(previous)h(w)o(ord.)24 b(W)l(ords)16 b(are)h(comp)q(osed)315
-2077 y(of)e(letters)f(and)h(digits.)75 2154 y Fs(previous-screen-line)d
-(\(\))315 2209 y Ft(A)o(ttempt)19 b(to)h(mo)o(v)o(e)f(p)q(oin)o(t)h(to)
+2176 y(of)e(letters)f(and)h(digits.)75 2259 y Fs(previous-screen-line)d
+(\(\))315 2314 y Ft(A)o(ttempt)19 b(to)h(mo)o(v)o(e)f(p)q(oin)o(t)h(to)
 f(the)h(same)g(ph)o(ysical)f(screen)i(column)f(on)g(the)g(previous)315
-2264 y(ph)o(ysical)12 b(screen)h(line.)19 b(This)12 b(will)f(not)h(ha)o
+2368 y(ph)o(ysical)12 b(screen)h(line.)19 b(This)12 b(will)f(not)h(ha)o
 (v)o(e)g(the)h(desired)f(e\013ect)h(if)f(the)g(curren)o(t)h(Readline)
-315 2319 y(line)g(do)q(es)h(not)g(tak)o(e)f(up)h(more)f(than)g(one)h
+315 2423 y(line)g(do)q(es)h(not)g(tak)o(e)f(up)h(more)f(than)g(one)h
 (ph)o(ysical)f(line)g(or)h(if)f(p)q(oin)o(t)g(is)g(not)g(greater)g
-(than)315 2374 y(the)i(length)g(of)g(the)g(prompt)g(plus)g(the)g
-(screen)h(width.)75 2451 y Fs(next-screen-line)d(\(\))315
-2506 y Ft(A)o(ttempt)e(to)h(mo)o(v)o(e)g(p)q(oin)o(t)g(to)f(the)i(same)
+(than)315 2478 y(the)i(length)g(of)g(the)g(prompt)g(plus)g(the)g
+(screen)h(width.)75 2560 y Fs(next-screen-line)d(\(\))315
+2615 y Ft(A)o(ttempt)e(to)h(mo)o(v)o(e)g(p)q(oin)o(t)g(to)f(the)i(same)
 f(ph)o(ysical)f(screen)i(column)g(on)f(the)g(next)h(ph)o(ysical)315
-2560 y(screen)f(line.)19 b(This)11 b(will)f(not)h(ha)o(v)o(e)h(the)g
+2670 y(screen)f(line.)19 b(This)11 b(will)f(not)h(ha)o(v)o(e)h(the)g
 (desired)f(e\013ect)h(if)f(the)h(curren)o(t)f(Readline)h(line)g(do)q
-(es)315 2615 y(not)h(tak)o(e)g(up)h(more)f(than)h(one)g(ph)o(ysical)f
-(line)g(or)g(if)g(the)h(length)f(of)g(the)h(curren)o(t)g(Readline)315
-2670 y(line)h(is)g(not)f(greater)h(than)g(the)g(length)g(of)g(the)g
-(prompt)g(plus)g(the)g(screen)h(width.)p eop end
+(es)p eop end
 %%Page: 19 23
 TeXDict begin 19 22 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(19)75 149 y Fs(clear-display)13 b(\(M-C-l\))315
-204 y Ft(Clear)j(the)g(screen)h(and,)g(if)f(p)q(ossible,)g(the)g
-(terminal's)f(scrollbac)o(k)g(bu\013er,)i(then)g(redra)o(w)315
-259 y(the)e(curren)o(t)g(line,)g(lea)o(ving)f(the)h(curren)o(t)g(line)g
-(at)g(the)g(top)g(of)g(the)g(screen.)75 337 y Fs(clear-screen)f
-(\(C-l\))315 392 y Ft(Clear)i(the)i(screen,)g(then)f(redra)o(w)g(the)g
-(curren)o(t)g(line,)g(lea)o(ving)f(the)h(curren)o(t)g(line)g(at)g(the)
-315 447 y(top)e(of)g(the)g(screen.)75 525 y Fs(redraw-current-line)e
-(\(\))315 579 y Ft(Refresh)j(the)f(curren)o(t)g(line.)20
-b(By)15 b(default,)g(this)f(is)h(un)o(b)q(ound.)75 677
-y Fi(1.4.2)30 b(Commands)21 b(F)-5 b(or)19 b(Manipulating)i(The)f
-(History)75 762 y Fs(accept-line)14 b(\(Newline)g(or)h(Return\))315
-817 y Ft(Accept)h(the)f(line)g(regardless)f(of)g(where)i(the)f(cursor)g
+(Editing)1053 b(19)315 149 y(not)13 b(tak)o(e)g(up)h(more)f(than)h(one)
+g(ph)o(ysical)f(line)g(or)g(if)g(the)h(length)f(of)g(the)h(curren)o(t)g
+(Readline)315 204 y(line)h(is)g(not)f(greater)h(than)g(the)g(length)g
+(of)g(the)g(prompt)g(plus)g(the)g(screen)h(width.)75
+291 y Fs(clear-display)d(\(M-C-l\))315 346 y Ft(Clear)j(the)g(screen)h
+(and,)g(if)f(p)q(ossible,)g(the)g(terminal's)f(scrollbac)o(k)g
+(bu\013er,)i(then)g(redra)o(w)315 401 y(the)e(curren)o(t)g(line,)g(lea)
+o(ving)f(the)h(curren)o(t)g(line)g(at)g(the)g(top)g(of)g(the)g(screen.)
+75 487 y Fs(clear-screen)f(\(C-l\))315 542 y Ft(Clear)i(the)i(screen,)g
+(then)f(redra)o(w)g(the)g(curren)o(t)g(line,)g(lea)o(ving)f(the)h
+(curren)o(t)g(line)g(at)g(the)315 597 y(top)e(of)g(the)g(screen.)75
+684 y Fs(redraw-current-line)e(\(\))315 739 y Ft(Refresh)j(the)f
+(curren)o(t)g(line.)20 b(By)15 b(default,)g(this)f(is)h(un)o(b)q(ound.)
+75 845 y Fi(1.4.2)30 b(Commands)21 b(F)-5 b(or)19 b(Manipulating)i(The)
+f(History)75 935 y Fs(accept-line)14 b(\(Newline)g(or)h(Return\))315
+989 y Ft(Accept)h(the)f(line)g(regardless)f(of)g(where)i(the)f(cursor)g
 (is.)k(If)c(this)g(line)g(is)f(non-empt)o(y)l(,)h(y)o(ou)315
-872 y(can)j(add)g(it)f(to)h(the)g(history)f(list)f(using)i
+1044 y(can)j(add)g(it)f(to)h(the)g(history)f(list)f(using)i
 Fs(add_history\(\))p Ft(.)26 b(If)19 b(this)e(line)g(is)h(a)g(mo)q
-(di\014ed)315 927 y(history)c(line,)h(then)g(restore)g(the)g(history)f
-(line)h(to)g(its)f(original)f(state.)75 1005 y Fs(previous-history)g
-(\(C-p\))315 1060 y Ft(Mo)o(v)o(e)h(`bac)o(k')h(through)f(the)i
+(di\014ed)315 1099 y(history)c(line,)h(then)g(restore)g(the)g(history)f
+(line)h(to)g(its)f(original)f(state.)75 1186 y Fs(previous-history)g
+(\(C-p\))315 1241 y Ft(Mo)o(v)o(e)h(`bac)o(k')h(through)f(the)i
 (history)e(list,)f(fetc)o(hing)i(the)g(previous)g(command.)75
-1138 y Fs(next-history)f(\(C-n\))315 1192 y Ft(Mo)o(v)o(e)g(`forw)o
+1327 y Fs(next-history)f(\(C-n\))315 1382 y Ft(Mo)o(v)o(e)g(`forw)o
 (ard')f(through)i(the)h(history)e(list,)f(fetc)o(hing)i(the)g(next)h
-(command.)75 1270 y Fs(beginning-of-history)c(\(M-<\))315
-1325 y Ft(Mo)o(v)o(e)i(to)h(the)g(\014rst)g(line)g(in)g(the)g(history)l
-(.)75 1403 y Fs(end-of-history)e(\(M->\))315 1458 y Ft(Mo)o(v)o(e)h(to)
+(command.)75 1469 y Fs(beginning-of-history)c(\(M-<\))315
+1524 y Ft(Mo)o(v)o(e)i(to)h(the)g(\014rst)g(line)g(in)g(the)g(history)l
+(.)75 1611 y Fs(end-of-history)e(\(M->\))315 1665 y Ft(Mo)o(v)o(e)h(to)
 h(the)g(end)h(of)f(the)g(input)g(history)l(,)f(i.e.,)g(the)h(line)g
-(curren)o(tly)g(b)q(eing)g(en)o(tered.)75 1536 y Fs
-(reverse-search-history)d(\(C-r\))315 1591 y Ft(Searc)o(h)k(bac)o(kw)o
+(curren)o(tly)g(b)q(eing)g(en)o(tered.)75 1752 y Fs
+(reverse-search-history)d(\(C-r\))315 1807 y Ft(Searc)o(h)k(bac)o(kw)o
 (ard)e(starting)g(at)h(the)h(curren)o(t)f(line)h(and)f(mo)o(ving)g
-(`up')g(through)g(the)h(his-)315 1646 y(tory)c(as)h(necessary)l(.)20
+(`up')g(through)g(the)h(his-)315 1862 y(tory)c(as)h(necessary)l(.)20
 b(This)12 b(is)h(an)g(incremen)o(tal)f(searc)o(h.)19
-b(This)13 b(command)g(sets)f(the)i(region)315 1700 y(to)h(the)g(matc)o
-(hed)g(text)g(and)g(activ)m(ates)f(the)i(region.)75 1778
-y Fs(forward-search-history)c(\(C-s\))315 1833 y Ft(Searc)o(h)22
+b(This)13 b(command)g(sets)f(the)i(region)315 1917 y(to)h(the)g(matc)o
+(hed)g(text)g(and)g(activ)m(ates)f(the)i(region.)75 2003
+y Fs(forward-search-history)c(\(C-s\))315 2058 y Ft(Searc)o(h)22
 b(forw)o(ard)e(starting)h(at)g(the)h(curren)o(t)f(line)h(and)g(mo)o
-(ving)f(`do)o(wn')f(through)i(the)315 1888 y(history)c(as)h(necessary)l
+(ving)f(`do)o(wn')f(through)i(the)315 2113 y(history)c(as)h(necessary)l
 (.)32 b(This)18 b(is)h(an)g(incremen)o(tal)f(searc)o(h.)31
-b(This)19 b(command)g(sets)g(the)315 1943 y(region)14
+b(This)19 b(command)g(sets)g(the)315 2168 y(region)14
 b(to)h(the)g(matc)o(hed)g(text)g(and)g(activ)m(ates)g(the)g(region.)75
-2021 y Fs(non-incremental-reverse-se)o(arch-hi)o(story)d(\(M-p\))315
-2076 y Ft(Searc)o(h)k(bac)o(kw)o(ard)e(starting)g(at)h(the)h(curren)o
+2254 y Fs(non-incremental-reverse-se)o(arch-hi)o(story)d(\(M-p\))315
+2309 y Ft(Searc)o(h)k(bac)o(kw)o(ard)e(starting)g(at)h(the)h(curren)o
 (t)f(line)h(and)f(mo)o(ving)g(`up')g(through)g(the)h(his-)315
-2130 y(tory)h(as)h(necessary)g(using)g(a)f(non-incremen)o(tal)h(searc)o
-(h)g(for)f(a)h(string)f(supplied)h(b)o(y)g(the)315 2185
+2364 y(tory)h(as)h(necessary)g(using)g(a)f(non-incremen)o(tal)h(searc)o
+(h)g(for)f(a)h(string)f(supplied)h(b)o(y)g(the)315 2419
 y(user.)i(The)15 b(searc)o(h)g(string)g(ma)o(y)f(matc)o(h)h(an)o
-(ywhere)g(in)g(a)g(history)f(line.)75 2263 y Fs
+(ywhere)g(in)g(a)g(history)f(line.)75 2506 y Fs
 (non-incremental-forward-se)o(arch-hi)o(story)e(\(M-n\))315
-2318 y Ft(Searc)o(h)22 b(forw)o(ard)e(starting)h(at)g(the)h(curren)o(t)
+2560 y Ft(Searc)o(h)22 b(forw)o(ard)e(starting)h(at)g(the)h(curren)o(t)
 f(line)h(and)g(mo)o(ving)f(`do)o(wn')f(through)i(the)315
-2373 y(history)12 b(as)h(necessary)h(using)f(a)g(non-incremen)o(tal)g
+2615 y(history)12 b(as)h(necessary)h(using)f(a)g(non-incremen)o(tal)g
 (searc)o(h)g(for)g(a)g(string)f(supplied)i(b)o(y)f(the)315
-2428 y(user.)20 b(The)15 b(searc)o(h)g(string)g(ma)o(y)f(matc)o(h)h(an)
-o(ywhere)g(in)g(a)g(history)f(line.)75 2506 y Fs
-(history-search-backward)e(\(\))315 2560 y Ft(Searc)o(h)18
-b(bac)o(kw)o(ard)e(through)h(the)h(history)e(for)h(the)g(string)g(of)g
-(c)o(haracters)f(b)q(et)o(w)o(een)i(the)315 2615 y(start)f(of)g(the)h
-(curren)o(t)g(line)g(and)g(the)g(p)q(oin)o(t.)28 b(The)18
-b(searc)o(h)g(string)f(m)o(ust)g(matc)o(h)h(at)f(the)315
-2670 y(b)q(eginning)22 b(of)g(a)g(history)f(line.)41
-b(This)22 b(is)g(a)g(non-incremen)o(tal)f(searc)o(h.)41
-b(By)23 b(default,)p eop end
+2670 y(user.)20 b(The)15 b(searc)o(h)g(string)g(ma)o(y)f(matc)o(h)h(an)
+o(ywhere)g(in)g(a)g(history)f(line.)p eop end
 %%Page: 20 24
 TeXDict begin 20 23 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(20)315 149 y(this)16 b(command)g(is)g(un)o(b)q(ound,)h
+(Editing)1053 b(20)75 149 y Fs(history-search-backward)12
+b(\(\))315 204 y Ft(Searc)o(h)18 b(bac)o(kw)o(ard)e(through)h(the)h
+(history)e(for)h(the)g(string)g(of)g(c)o(haracters)f(b)q(et)o(w)o(een)i
+(the)315 259 y(start)f(of)g(the)h(curren)o(t)g(line)g(and)g(the)g(p)q
+(oin)o(t.)28 b(The)18 b(searc)o(h)g(string)f(m)o(ust)g(matc)o(h)h(at)f
+(the)315 314 y(b)q(eginning)22 b(of)g(a)g(history)f(line.)41
+b(This)22 b(is)g(a)g(non-incremen)o(tal)f(searc)o(h.)41
+b(By)23 b(default,)315 369 y(this)16 b(command)g(is)g(un)o(b)q(ound,)h
 (but)f(ma)o(y)g(b)q(e)h(b)q(ound)g(to)f(the)g(P)o(age)f(Do)o(wn)h(k)o
-(ey)g(on)g(some)315 204 y(k)o(eyb)q(oards.)75 290 y Fs
-(history-search-forward)c(\(\))315 345 y Ft(Searc)o(h)f(forw)o(ard)f
+(ey)g(on)g(some)315 423 y(k)o(eyb)q(oards.)75 515 y Fs
+(history-search-forward)c(\(\))315 570 y Ft(Searc)o(h)f(forw)o(ard)f
 (through)h(the)g(history)f(for)h(the)g(string)f(of)h(c)o(haracters)f(b)
-q(et)o(w)o(een)i(the)f(start)315 400 y(of)g(the)g(curren)o(t)g(line)g
+q(et)o(w)o(een)i(the)f(start)315 624 y(of)g(the)g(curren)o(t)g(line)g
 (and)g(the)g(p)q(oin)o(t.)18 b(The)11 b(searc)o(h)g(string)f(m)o(ust)h
-(matc)o(h)f(at)h(the)g(b)q(eginning)315 455 y(of)16 b(a)g(history)f
+(matc)o(h)f(at)h(the)g(b)q(eginning)315 679 y(of)16 b(a)g(history)f
 (line.)23 b(This)16 b(is)g(a)g(non-incremen)o(tal)g(searc)o(h.)23
-b(By)16 b(default,)g(this)g(command)315 510 y(is)f(un)o(b)q(ound,)h
+b(By)16 b(default,)g(this)g(command)315 734 y(is)f(un)o(b)q(ound,)h
 (but)f(ma)o(y)g(b)q(e)g(b)q(ound)i(to)d(the)h(P)o(age)g(Up)g(k)o(ey)g
-(on)h(some)e(k)o(eyb)q(oards.)75 596 y Fs(history-substring-search-b)o
-(ackward)e(\(\))315 650 y Ft(Searc)o(h)18 b(bac)o(kw)o(ard)e(through)h
+(on)h(some)e(k)o(eyb)q(oards.)75 825 y Fs(history-substring-search-b)o
+(ackward)e(\(\))315 880 y Ft(Searc)o(h)18 b(bac)o(kw)o(ard)e(through)h
 (the)h(history)e(for)h(the)g(string)g(of)g(c)o(haracters)f(b)q(et)o(w)o
-(een)i(the)315 705 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h
+(een)i(the)315 935 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h
 (the)f(p)q(oin)o(t.)19 b(The)c(searc)o(h)f(string)f(ma)o(y)h(matc)o(h)g
-(an)o(ywhere)315 760 y(in)i(a)g(history)f(line.)23 b(This)16
+(an)o(ywhere)315 990 y(in)i(a)g(history)f(line.)23 b(This)16
 b(is)g(a)g(non-incremen)o(tal)f(searc)o(h.)23 b(By)17
-b(default,)e(this)h(command)315 815 y(is)f(un)o(b)q(ound.)75
-901 y Fs(history-substring-search-f)o(orward)d(\(\))315
-956 y Ft(Searc)o(h)21 b(forw)o(ard)e(through)i(the)f(history)g(for)g
+b(default,)e(this)h(command)315 1044 y(is)f(un)o(b)q(ound.)75
+1136 y Fs(history-substring-search-f)o(orward)d(\(\))315
+1191 y Ft(Searc)o(h)21 b(forw)o(ard)e(through)i(the)f(history)g(for)g
 (the)h(string)f(of)g(c)o(haracters)g(b)q(et)o(w)o(een)h(the)315
-1010 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h(the)f(p)q(oin)o
+1245 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h(the)f(p)q(oin)o
 (t.)19 b(The)c(searc)o(h)f(string)f(ma)o(y)h(matc)o(h)g(an)o(ywhere)315
-1065 y(in)i(a)g(history)f(line.)23 b(This)16 b(is)g(a)g(non-incremen)o
+1300 y(in)i(a)g(history)f(line.)23 b(This)16 b(is)g(a)g(non-incremen)o
 (tal)f(searc)o(h.)23 b(By)17 b(default,)e(this)h(command)315
-1120 y(is)f(un)o(b)q(ound.)75 1206 y Fs(yank-nth-arg)f(\(M-C-y\))315
-1261 y Ft(Insert)f(the)g(\014rst)g(argumen)o(t)f(to)g(the)i(previous)e
+1355 y(is)f(un)o(b)q(ound.)75 1446 y Fs(yank-nth-arg)f(\(M-C-y\))315
+1501 y Ft(Insert)f(the)g(\014rst)g(argumen)o(t)f(to)g(the)i(previous)e
 (command)h(\(usually)f(the)h(second)h(w)o(ord)e(on)315
-1316 y(the)j(previous)g(line\))f(at)g(p)q(oin)o(t.)20
+1556 y(the)j(previous)g(line\))f(at)g(p)q(oin)o(t.)20
 b(With)14 b(an)h(argumen)o(t)f Fk(n)p Ft(,)h(insert)f(the)h
-Fk(n)p Ft(th)g(w)o(ord)g(from)f(the)315 1371 y(previous)f(command)h
+Fk(n)p Ft(th)g(w)o(ord)g(from)f(the)315 1611 y(previous)f(command)h
 (\(the)f(w)o(ords)f(in)i(the)f(previous)h(command)f(b)q(egin)h(with)e
-(w)o(ord)h(0\).)19 b(A)315 1425 y(negativ)o(e)12 b(argumen)o(t)g
+(w)o(ord)h(0\).)19 b(A)315 1665 y(negativ)o(e)12 b(argumen)o(t)g
 (inserts)g(the)h Fk(n)p Ft(th)g(w)o(ord)f(from)g(the)h(end)h(of)e(the)h
-(previous)f(command.)315 1480 y(Once)17 b(the)f(argumen)o(t)f
+(previous)f(command.)315 1720 y(Once)17 b(the)f(argumen)o(t)f
 Fk(n)h Ft(is)f(computed,)h(this)f(uses)h(the)g(history)f(expansion)h
-(facilities)e(to)315 1535 y(extract)g(the)i Fk(n)p Ft(th)f(w)o(ord,)f
+(facilities)e(to)315 1775 y(extract)g(the)i Fk(n)p Ft(th)f(w)o(ord,)f
 (as)h(if)g(the)g(`)p Fs(!)p Fl(n)p Ft(')f(history)g(expansion)h(had)h
-(b)q(een)g(sp)q(eci\014ed.)75 1621 y Fs(yank-last-arg)d(\(M-.)i(or)g
-(M-_\))315 1676 y Ft(Insert)j(last)e(argumen)o(t)h(to)g(the)g(previous)
+(b)q(een)g(sp)q(eci\014ed.)75 1866 y Fs(yank-last-arg)d(\(M-.)i(or)g
+(M-_\))315 1921 y Ft(Insert)j(last)e(argumen)o(t)h(to)g(the)g(previous)
 h(command)f(\(the)g(last)g(w)o(ord)g(of)g(the)g(previous)315
-1731 y(history)f(en)o(try\).)24 b(With)16 b(a)g(n)o(umeric)h(argumen)o
+1976 y(history)f(en)o(try\).)24 b(With)16 b(a)g(n)o(umeric)h(argumen)o
 (t,)f(b)q(eha)o(v)o(e)h(exactly)f(lik)o(e)g Fs(yank-nth-arg)p
-Ft(.)315 1785 y(Successiv)o(e)d(calls)e(to)h Fs(yank-last-arg)f
+Ft(.)315 2031 y(Successiv)o(e)d(calls)e(to)h Fs(yank-last-arg)f
 Ft(mo)o(v)o(e)g(bac)o(k)i(through)f(the)g(history)g(list,)f(inserting)
-315 1840 y(the)g(last)g(w)o(ord)f(\(or)h(the)g(w)o(ord)g(sp)q
+315 2086 y(the)g(last)g(w)o(ord)f(\(or)h(the)g(w)o(ord)g(sp)q
 (eci\014ed)h(b)o(y)f(the)h(argumen)o(t)e(to)h(the)g(\014rst)g(call\))f
-(of)h(eac)o(h)g(line)315 1895 y(in)18 b(turn.)29 b(An)o(y)18
+(of)h(eac)o(h)g(line)315 2140 y(in)18 b(turn.)29 b(An)o(y)18
 b(n)o(umeric)g(argumen)o(t)g(supplied)g(to)g(these)g(successiv)o(e)h
-(calls)e(determines)315 1950 y(the)g(direction)g(to)g(mo)o(v)o(e)g
+(calls)e(determines)315 2195 y(the)g(direction)g(to)g(mo)o(v)o(e)g
 (through)g(the)g(history)l(.)26 b(A)17 b(negativ)o(e)g(argumen)o(t)f
-(switc)o(hes)h(the)315 2005 y(direction)10 b(through)h(the)g(history)f
+(switc)o(hes)h(the)315 2250 y(direction)10 b(through)h(the)g(history)f
 (\(bac)o(k)h(or)g(forw)o(ard\).)17 b(This)10 b(uses)i(the)f(history)f
-(expansion)315 2059 y(facilities)19 b(to)h(extract)g(the)g(last)g(w)o
+(expansion)315 2305 y(facilities)19 b(to)h(extract)g(the)g(last)g(w)o
 (ord,)h(as)f(if)g(the)h(`)p Fs(!$)p Ft(')f(history)f(expansion)i(had)g
-(b)q(een)315 2114 y(sp)q(eci\014ed.)75 2200 y Fs(operate-and-get-next)
-12 b(\(C-o\))315 2255 y Ft(Accept)j(the)g(curren)o(t)f(line)g(for)g
+(b)q(een)315 2359 y(sp)q(eci\014ed.)75 2451 y Fs(operate-and-get-next)
+12 b(\(C-o\))315 2506 y Ft(Accept)j(the)g(curren)o(t)f(line)g(for)g
 (return)h(to)f(the)g(calling)g(application)f(as)h(if)g(a)g(newline)h
-(had)315 2310 y(b)q(een)e(en)o(tered,)f(and)g(fetc)o(h)f(the)h(next)g
+(had)315 2560 y(b)q(een)e(en)o(tered,)f(and)g(fetc)o(h)f(the)h(next)g
 (line)f(relativ)o(e)f(to)h(the)h(curren)o(t)f(line)g(from)g(the)h
-(history)315 2365 y(for)j(editing.)20 b(A)15 b(n)o(umeric)h(argumen)o
+(history)315 2615 y(for)j(editing.)20 b(A)15 b(n)o(umeric)h(argumen)o
 (t,)e(if)h(supplied,)g(sp)q(eci\014es)i(the)e(history)g(en)o(try)g(to)g
-(use)315 2419 y(instead)g(of)g(the)g(curren)o(t)g(line.)75
-2506 y Fs(fetch-history)e(\(\))315 2560 y Ft(With)e(a)h(n)o(umeric)g
-(argumen)o(t,)f(fetc)o(h)h(that)g(en)o(try)f(from)h(the)g(history)f
-(list)g(and)h(mak)o(e)g(it)f(the)315 2615 y(curren)o(t)k(line.)k
-(Without)14 b(an)h(argumen)o(t,)f(mo)o(v)o(e)g(bac)o(k)h(to)f(the)h
-(\014rst)g(en)o(try)f(in)h(the)g(history)315 2670 y(list.)p
+(use)315 2670 y(instead)g(of)g(the)g(curren)o(t)g(line.)p
 eop end
 %%Page: 21 25
 TeXDict begin 21 24 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(21)75 149 y Fi(1.4.3)30 b(Commands)21
-b(F)-5 b(or)19 b(Changing)i(T)-5 b(ext)75 232 y Fl(end-of-file)14
-b Fs(\(usually)g(C-d\))315 287 y Ft(The)f(c)o(haracter)g(indicating)f
+(Editing)1053 b(21)75 149 y Fs(fetch-history)13 b(\(\))315
+204 y Ft(With)e(a)h(n)o(umeric)g(argumen)o(t,)f(fetc)o(h)h(that)g(en)o
+(try)f(from)h(the)g(history)f(list)g(and)h(mak)o(e)g(it)f(the)315
+259 y(curren)o(t)k(line.)k(Without)14 b(an)h(argumen)o(t,)f(mo)o(v)o(e)
+g(bac)o(k)h(to)f(the)h(\014rst)g(en)o(try)f(in)h(the)g(history)315
+314 y(list.)75 418 y Fi(1.4.3)30 b(Commands)21 b(F)-5
+b(or)19 b(Changing)i(T)-5 b(ext)75 506 y Fl(end-of-file)14
+b Fs(\(usually)g(C-d\))315 560 y Ft(The)f(c)o(haracter)g(indicating)f
 (end-of-\014le)i(as)e(set,)h(for)g(example,)g(b)o(y)g
-Fs(stty)p Ft(.)18 b(If)c(this)e(c)o(harac-)315 342 y(ter)f(is)f(read)h
+Fs(stty)p Ft(.)18 b(If)c(this)e(c)o(harac-)315 615 y(ter)f(is)f(read)h
 (when)g(there)g(are)g(no)g(c)o(haracters)f(on)h(the)g(line,)g(and)g(p)q
-(oin)o(t)f(is)h(at)f(the)h(b)q(eginning)315 396 y(of)k(the)g(line,)g
+(oin)o(t)f(is)h(at)f(the)h(b)q(eginning)315 670 y(of)k(the)g(line,)g
 (Readline)g(in)o(terprets)f(it)h(as)g(the)g(end)h(of)f(input)g(and)g
-(returns)g Fm(eof)p Ft(.)75 469 y Fs(delete-char)f(\(C-d\))315
-524 y Ft(Delete)i(the)h(c)o(haracter)f(at)g(p)q(oin)o(t.)23
+(returns)g Fm(eof)p Ft(.)75 754 y Fs(delete-char)f(\(C-d\))315
+809 y Ft(Delete)i(the)h(c)o(haracter)f(at)g(p)q(oin)o(t.)23
 b(If)17 b(this)f(function)h(is)f(b)q(ound)i(to)e(the)g(same)h(c)o
-(haracter)315 579 y(as)e(the)g(tt)o(y)f Fm(eof)i Ft(c)o(haracter,)e(as)
-h Fl(C-d)g Ft(commonly)f(is,)g(see)i(ab)q(o)o(v)o(e)f(for)f(the)i
-(e\013ects.)75 652 y Fs(backward-delete-char)c(\(Rubout\))315
-707 y Ft(Delete)j(the)g(c)o(haracter)f(b)q(ehind)i(the)g(cursor.)j(A)c
-(n)o(umeric)g(argumen)o(t)f(means)i(to)e(kill)g(the)315
-762 y(c)o(haracters,)g(sa)o(ving)g(them)h(on)g(the)h(kill)e(ring,)g
-(instead)h(of)g(deleting)f(them.)75 835 y Fs
-(forward-backward-delete-ch)o(ar)e(\(\))315 889 y Ft(Delete)19
+(haracter)315 863 y(as)g(the)g(tt)o(y)g Fm(eof)g Ft(c)o(haracter,)g(as)
+g Fl(C-d)g Ft(commonly)f(is,)h(see)h(ab)q(o)o(v)o(e)f(for)f(the)i
+(e\013ects.)25 b(This)315 918 y(ma)o(y)14 b(also)h(b)q(e)h(b)q(ound)g
+(to)e(the)i(Delete)e(k)o(ey)h(on)g(some)g(k)o(eyb)q(oards.)75
+1002 y Fs(backward-delete-char)d(\(Rubout\))315 1057
+y Ft(Delete)j(the)g(c)o(haracter)f(b)q(ehind)i(the)g(cursor.)j(A)c(n)o
+(umeric)g(argumen)o(t)f(means)i(to)e(kill)g(the)315 1112
+y(c)o(haracters,)g(sa)o(ving)g(them)h(on)g(the)h(kill)e(ring,)g
+(instead)h(of)g(deleting)f(them.)75 1195 y Fs
+(forward-backward-delete-ch)o(ar)e(\(\))315 1250 y Ft(Delete)19
 b(the)g(c)o(haracter)f(under)i(the)f(cursor,)h(unless)f(the)g(cursor)g
-(is)g(at)f(the)h(end)h(of)f(the)315 944 y(line,)c(in)h(whic)o(h)g(case)
-f(the)h(c)o(haracter)g(b)q(ehind)g(the)g(cursor)g(is)f(deleted.)22
-b(By)16 b(default,)g(this)315 999 y(is)f(not)g(b)q(ound)h(to)e(a)h(k)o
-(ey)l(.)75 1072 y Fs(quoted-insert)e(\(C-q)i(or)g(C-v\))315
-1127 y Ft(Add)j(the)f(next)g(c)o(haracter)g(t)o(yp)q(ed)g(to)f(the)i
+(is)g(at)f(the)h(end)h(of)f(the)315 1305 y(line,)c(in)h(whic)o(h)g
+(case)f(the)h(c)o(haracter)g(b)q(ehind)g(the)g(cursor)g(is)f(deleted.)
+22 b(By)16 b(default,)g(this)315 1360 y(is)f(not)g(b)q(ound)h(to)e(a)h
+(k)o(ey)l(.)75 1444 y Fs(quoted-insert)e(\(C-q)i(or)g(C-v\))315
+1498 y Ft(Add)j(the)f(next)g(c)o(haracter)g(t)o(yp)q(ed)g(to)f(the)i
 (line)e(v)o(erbatim.)25 b(This)17 b(is)f(ho)o(w)h(to)g(insert)f(k)o(ey)
-315 1182 y(sequences)g(lik)o(e)f Fl(C-q)p Ft(,)f(for)h(example.)75
-1255 y Fs(tab-insert)f(\(M-TAB\))315 1309 y Ft(Insert)h(a)g(tab)g(c)o
-(haracter.)75 1382 y Fs(self-insert)f(\(a,)g(b,)h(A,)g(1,)g(!,)g(...)o
-(\))315 1437 y Ft(Insert)g(the)h(c)o(haracter)e(t)o(yp)q(ed.)75
-1510 y Fs(bracketed-paste-begin)e(\(\))315 1565 y Ft(This)g(function)g
+315 1553 y(sequences)g(lik)o(e)f Fl(C-q)p Ft(,)f(for)h(example.)75
+1637 y Fs(tab-insert)f(\(M-TAB\))315 1692 y Ft(Insert)h(a)g(tab)g(c)o
+(haracter.)75 1776 y Fs(self-insert)f(\(a,)g(b,)h(A,)g(1,)g(!,)g(...)o
+(\))315 1830 y Ft(Insert)g(the)h(c)o(haracter)e(t)o(yp)q(ed.)75
+1914 y Fs(bracketed-paste-begin)e(\(\))315 1969 y Ft(This)g(function)g
 (is)g(in)o(tended)h(to)f(b)q(e)h(b)q(ound)g(to)f(the)h
 Fs(")p Ft(brac)o(k)o(eted)f(paste)p Fs(")g Ft(escap)q(e)h(sequence)315
-1620 y(sen)o(t)18 b(b)o(y)h(some)g(terminals,)f(and)g(suc)o(h)i(a)e
+2024 y(sen)o(t)18 b(b)o(y)h(some)g(terminals,)f(and)g(suc)o(h)i(a)e
 (binding)h(is)f(assigned)g(b)o(y)h(default.)30 b(It)19
-b(allo)o(ws)315 1675 y(Readline)e(to)e(insert)h(the)g(pasted)g(text)g
+b(allo)o(ws)315 2079 y(Readline)e(to)e(insert)h(the)g(pasted)g(text)g
 (as)g(a)g(single)g(unit)g(without)f(treating)g(eac)o(h)h(c)o(har-)315
-1729 y(acter)j(as)g(if)g(it)g(had)g(b)q(een)i(read)e(from)g(the)g(k)o
+2133 y(acter)j(as)g(if)g(it)g(had)g(b)q(een)i(read)e(from)g(the)g(k)o
 (eyb)q(oard.)33 b(The)19 b(c)o(haracters)g(are)g(inserted)315
-1784 y(as)j(if)f(eac)o(h)h(one)g(w)o(as)g(b)q(ound)h(to)e
+2188 y(as)j(if)f(eac)o(h)h(one)g(w)o(as)g(b)q(ound)h(to)e
 Fs(self-insert)g Ft(instead)g(of)h(executing)g(an)o(y)g(editing)315
-1839 y(commands.)315 1903 y(Brac)o(k)o(eted)c(paste)f(sets)h(the)g
+2243 y(commands.)315 2312 y(Brac)o(k)o(eted)c(paste)f(sets)h(the)g
 (region)g(\(the)f(c)o(haracters)h(b)q(et)o(w)o(een)g(p)q(oin)o(t)g(and)
-g(the)g(mark\))315 1958 y(to)d(the)g(inserted)g(text.)k(It)d(sets)e
-(the)i Fj(active)g(r)n(e)n(gion)p Ft(.)75 2031 y Fs(transpose-chars)d
-(\(C-t\))315 2086 y Ft(Drag)i(the)h(c)o(haracter)f(b)q(efore)h(the)h
+g(the)g(mark\))315 2367 y(to)d(the)g(inserted)g(text.)k(It)d(sets)e
+(the)i Fj(active)g(r)n(e)n(gion)p Ft(.)75 2451 y Fs(transpose-chars)d
+(\(C-t\))315 2506 y Ft(Drag)i(the)h(c)o(haracter)f(b)q(efore)h(the)h
 (cursor)e(forw)o(ard)g(o)o(v)o(er)g(the)h(c)o(haracter)f(at)h(the)g
-(cursor,)315 2140 y(mo)o(ving)h(the)g(cursor)h(forw)o(ard)e(as)i(w)o
+(cursor,)315 2560 y(mo)o(ving)h(the)g(cursor)h(forw)o(ard)e(as)i(w)o
 (ell.)26 b(If)18 b(the)g(insertion)f(p)q(oin)o(t)g(is)g(at)g(the)h(end)
-h(of)e(the)315 2195 y(line,)11 b(then)g(this)g(transp)q(oses)f(the)h
+h(of)e(the)315 2615 y(line,)11 b(then)g(this)g(transp)q(oses)f(the)h
 (last)f(t)o(w)o(o)g(c)o(haracters)g(of)h(the)g(line.)18
-b(Negativ)o(e)10 b(argumen)o(ts)315 2250 y(ha)o(v)o(e)15
-b(no)g(e\013ect.)75 2323 y Fs(transpose-words)e(\(M-t\))315
-2378 y Ft(Drag)i(the)h(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(past)g(the)g
+b(Negativ)o(e)10 b(argumen)o(ts)315 2670 y(ha)o(v)o(e)15
+b(no)g(e\013ect.)p eop end
+%%Page: 22 26
+TeXDict begin 22 25 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(22)75 149 y Fs(transpose-words)13 b(\(M-t\))315
+204 y Ft(Drag)i(the)h(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(past)g(the)g
 (w)o(ord)f(after)h(p)q(oin)o(t,)f(mo)o(ving)g(p)q(oin)o(t)h(past)g
-(that)315 2433 y(w)o(ord)d(as)h(w)o(ell.)19 b(If)14 b(the)g(insertion)g
+(that)315 259 y(w)o(ord)d(as)h(w)o(ell.)19 b(If)14 b(the)g(insertion)g
 (p)q(oin)o(t)f(is)h(at)g(the)g(end)h(of)e(the)i(line,)e(this)h(transp)q
-(oses)g(the)315 2487 y(last)g(t)o(w)o(o)g(w)o(ords)g(on)i(the)f(line.)
-75 2560 y Fs(upcase-word)f(\(M-u\))315 2615 y Ft(Upp)q(ercase)j(the)f
+(oses)g(the)315 314 y(last)g(t)o(w)o(o)g(w)o(ords)g(on)i(the)f(line.)75
+399 y Fs(upcase-word)f(\(M-u\))315 453 y Ft(Upp)q(ercase)j(the)f
 (curren)o(t)g(\(or)f(follo)o(wing\))e(w)o(ord.)22 b(With)15
-b(a)h(negativ)o(e)f(argumen)o(t,)g(upp)q(er-)315 2670
+b(a)h(negativ)o(e)f(argumen)o(t,)g(upp)q(er-)315 508
 y(case)g(the)g(previous)g(w)o(ord,)g(but)g(do)g(not)g(mo)o(v)o(e)f(the)
-i(cursor.)p eop end
-%%Page: 22 26
-TeXDict begin 22 25 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(22)75 149 y Fs(downcase-word)13 b(\(M-l\))315
-204 y Ft(Lo)o(w)o(ercase)d(the)h(curren)o(t)g(\(or)f(follo)o(wing\))e
-(w)o(ord.)17 b(With)10 b(a)h(negativ)o(e)f(argumen)o(t,)g(lo)o(w)o
-(ercase)315 259 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o
-(v)o(e)f(the)h(cursor.)75 337 y Fs(capitalize-word)e(\(M-c\))315
-392 y Ft(Capitalize)c(the)i(curren)o(t)f(\(or)g(follo)o(wing\))e(w)o
+i(cursor.)75 593 y Fs(downcase-word)d(\(M-l\))315 648
+y Ft(Lo)o(w)o(ercase)d(the)h(curren)o(t)g(\(or)f(follo)o(wing\))e(w)o
+(ord.)17 b(With)10 b(a)h(negativ)o(e)f(argumen)o(t,)g(lo)o(w)o(ercase)
+315 703 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o(v)o(e)f
+(the)h(cursor.)75 787 y Fs(capitalize-word)e(\(M-c\))315
+842 y Ft(Capitalize)c(the)i(curren)o(t)f(\(or)g(follo)o(wing\))e(w)o
 (ord.)18 b(With)10 b(a)g(negativ)o(e)g(argumen)o(t,)g(capitalize)315
-447 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o(v)o(e)f(the)
-h(cursor.)75 525 y Fs(overwrite-mode)e(\(\))315 579 y
-Ft(T)l(oggle)i(o)o(v)o(erwrite)g(mo)q(de.)24 b(With)16
+897 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o(v)o(e)f(the)
+h(cursor.)75 982 y Fs(overwrite-mode)e(\(\))315 1037
+Ft(T)l(oggle)i(o)o(v)o(erwrite)g(mo)q(de.)24 b(With)16
 b(an)g(explicit)g(p)q(ositiv)o(e)g(n)o(umeric)g(argumen)o(t,)g(switc)o
-(hes)315 634 y(to)10 b(o)o(v)o(erwrite)f(mo)q(de.)19
+(hes)315 1091 y(to)10 b(o)o(v)o(erwrite)f(mo)q(de.)19
 b(With)10 b(an)h(explicit)f(non-p)q(ositiv)o(e)g(n)o(umeric)h(argumen)o
-(t,)f(switc)o(hes)h(to)315 689 y(insert)k(mo)q(de.)20
+(t,)f(switc)o(hes)h(to)315 1146 y(insert)k(mo)q(de.)20
 b(This)15 b(command)g(a\013ects)g(only)g Fs(emacs)f Ft(mo)q(de;)h
-Fs(vi)g Ft(mo)q(de)h(do)q(es)g(o)o(v)o(erwrite)315 744
+Fs(vi)g Ft(mo)q(de)h(do)q(es)g(o)o(v)o(erwrite)315 1201
 y(di\013eren)o(tly)l(.)j(Eac)o(h)c(call)f(to)h Fs(readline\(\))f
-Ft(starts)f(in)j(insert)e(mo)q(de.)315 810 y(In)27 b(o)o(v)o(erwrite)d
+Ft(starts)f(in)j(insert)e(mo)q(de.)315 1271 y(In)27 b(o)o(v)o(erwrite)d
 (mo)q(de,)29 b(c)o(haracters)c(b)q(ound)i(to)f Fs(self-insert)f
-Ft(replace)h(the)g(text)g(at)315 865 y(p)q(oin)o(t)j(rather)g(than)g
+Ft(replace)h(the)g(text)g(at)315 1326 y(p)q(oin)o(t)j(rather)g(than)g
 (pushing)g(the)h(text)f(to)f(the)i(righ)o(t.)61 b(Characters)28
-b(b)q(ound)j(to)315 920 y Fs(backward-delete-char)12
+b(b)q(ound)j(to)315 1380 y Fs(backward-delete-char)12
 b Ft(replace)k(the)f(c)o(haracter)f(b)q(efore)i(p)q(oin)o(t)f(with)f(a)
-h(space.)315 986 y(By)g(default,)g(this)g(command)g(is)g(un)o(b)q
+h(space.)315 1450 y(By)g(default,)g(this)g(command)g(is)g(un)o(b)q
 (ound,)h(but)f(ma)o(y)g(b)q(e)h(b)q(ound)g(to)f(the)g(Insert)h(k)o(ey)f
-(on)315 1041 y(some)g(k)o(eyb)q(oards.)75 1139 y Fi(1.4.4)30
-b(Killing)20 b(And)h(Y)-5 b(anking)75 1224 y Fs(kill-line)14
-b(\(C-k\))315 1279 y Ft(Kill)e(the)h(text)g(from)f(p)q(oin)o(t)h(to)f
+(on)315 1505 y(some)g(k)o(eyb)q(oards.)75 1610 y Fi(1.4.4)30
+b(Killing)20 b(And)h(Y)-5 b(anking)75 1698 y Fs(kill-line)14
+b(\(C-k\))315 1753 y Ft(Kill)e(the)h(text)g(from)f(p)q(oin)o(t)h(to)f
 (the)h(end)h(of)e(the)h(curren)o(t)g(line.)19 b(With)12
-b(a)h(negativ)o(e)f(n)o(umeric)315 1334 y(argumen)o(t,)i(kill)g(bac)o
+b(a)h(negativ)o(e)f(n)o(umeric)315 1808 y(argumen)o(t,)i(kill)g(bac)o
 (kw)o(ard)g(from)h(the)g(cursor)g(to)g(the)g(b)q(eginning)g(of)g(the)g
-(line.)75 1412 y Fs(backward-kill-line)e(\(C-x)h(Rubout\))315
-1466 y Ft(Kill)19 b(bac)o(kw)o(ard)g(from)h(the)g(cursor)f(to)h(the)g
+(line.)75 1892 y Fs(backward-kill-line)e(\(C-x)h(Rubout\))315
+1947 y Ft(Kill)19 b(bac)o(kw)o(ard)g(from)h(the)g(cursor)f(to)h(the)g
 (b)q(eginning)g(of)f(the)h(curren)o(t)g(line.)34 b(With)19
-b(a)315 1521 y(negativ)o(e)14 b(n)o(umeric)g(argumen)o(t,)g(kill)f
+b(a)315 2002 y(negativ)o(e)14 b(n)o(umeric)g(argumen)o(t,)g(kill)f
 (forw)o(ard)g(from)h(the)h(cursor)f(to)g(the)h(end)g(of)f(the)h(line.)
-75 1599 y Fs(unix-line-discard)e(\(C-u\))315 1654 y Ft(Kill)h(bac)o(kw)
+75 2087 y Fs(unix-line-discard)e(\(C-u\))315 2142 y Ft(Kill)h(bac)o(kw)
 o(ard)h(from)f(the)i(cursor)e(to)h(the)g(b)q(eginning)h(of)e(the)i
-(curren)o(t)f(line.)75 1732 y Fs(kill-whole-line)e(\(\))315
-1787 y Ft(Kill)k(all)h(c)o(haracters)f(on)h(the)h(curren)o(t)f(line,)g
+(curren)o(t)f(line.)75 2226 y Fs(kill-whole-line)e(\(\))315
+2281 y Ft(Kill)k(all)h(c)o(haracters)f(on)h(the)h(curren)o(t)f(line,)g
 (no)g(matter)g(where)g(p)q(oin)o(t)g(is.)28 b(By)19 b(default,)315
-1842 y(this)c(is)f(un)o(b)q(ound.)75 1920 y Fs(kill-word)g(\(M-d\))315
-1974 y Ft(Kill)g(from)g(p)q(oin)o(t)g(to)g(the)h(end)g(of)f(the)h
+2336 y(this)c(is)f(un)o(b)q(ound.)75 2421 y Fs(kill-word)g(\(M-d\))315
+2476 y Ft(Kill)g(from)g(p)q(oin)o(t)g(to)g(the)h(end)g(of)f(the)h
 (curren)o(t)g(w)o(ord,)e(or)i(if)f(b)q(et)o(w)o(een)h(w)o(ords,)e(to)i
-(the)f(end)315 2029 y(of)h(the)g(next)g(w)o(ord.)20 b(W)l(ord)14
+(the)f(end)315 2530 y(of)h(the)g(next)g(w)o(ord.)20 b(W)l(ord)14
 b(b)q(oundaries)i(are)f(the)g(same)g(as)g Fs(forward-word)p
-Ft(.)75 2107 y Fs(backward-kill-word)e(\(M-DEL\))315
-2162 y Ft(Kill)h(the)g(w)o(ord)g(b)q(ehind)h(p)q(oin)o(t.)20
+Ft(.)75 2615 y Fs(backward-kill-word)e(\(M-DEL\))315
+2670 y Ft(Kill)h(the)g(w)o(ord)g(b)q(ehind)h(p)q(oin)o(t.)20
 b(W)l(ord)14 b(b)q(oundaries)g(are)g(the)h(same)f(as)g
-Fs(backward-word)p Ft(.)75 2240 y Fs(unix-word-rubout)f(\(C-w\))315
-2295 y Ft(Kill)i(the)i(w)o(ord)e(b)q(ehind)i(p)q(oin)o(t,)f(using)g
+Fs(backward-word)p Ft(.)p eop end
+%%Page: 23 27
+TeXDict begin 23 26 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(23)75 149 y Fs(unix-word-rubout)13 b(\(C-w\))315
+204 y Ft(Kill)i(the)i(w)o(ord)e(b)q(ehind)i(p)q(oin)o(t,)f(using)g
 (white)f(space)i(as)f(a)g(w)o(ord)f(b)q(oundary)l(,)i(sa)o(ving)e(the)
-315 2350 y(killed)f(text)h(on)g(the)h(kill-ring.)75 2428
-y Fs(unix-filename-rubout)c(\(\))315 2482 y Ft(Kill)17
+315 259 y(killed)f(text)h(on)g(the)h(kill-ring.)75 356
+y Fs(unix-filename-rubout)c(\(\))315 411 y Ft(Kill)17
 b(the)i(w)o(ord)e(b)q(ehind)i(p)q(oin)o(t,)f(using)g(white)g(space)g
-(and)h(the)f(slash)g(c)o(haracter)f(as)h(the)315 2537
+(and)h(the)f(slash)g(c)o(haracter)f(as)h(the)315 466
 y(w)o(ord)d(b)q(oundaries,)g(sa)o(ving)f(the)h(killed)f(text)h(on)g
-(the)h(kill-ring.)75 2615 y Fs(delete-horizontal-space)c(\(\))315
-2670 y Ft(Delete)j(all)f(spaces)h(and)h(tabs)e(around)i(p)q(oin)o(t.)j
-(By)c(default,)g(this)f(is)h(un)o(b)q(ound.)p eop end
-%%Page: 23 27
-TeXDict begin 23 26 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(23)75 149 y Fs(kill-region)14 b(\(\))315
-204 y Ft(Kill)g(the)i(text)e(in)h(the)h(curren)o(t)f(region.)k(By)c
-(default,)g(this)f(command)h(is)g(un)o(b)q(ound.)75 277
-y Fs(copy-region-as-kill)e(\(\))315 332 y Ft(Cop)o(y)j(the)i(text)e(in)
-h(the)g(region)f(to)h(the)g(kill)e(bu\013er,)i(so)g(it)f(can)h(b)q(e)h
-(y)o(ank)o(ed)f(righ)o(t)f(a)o(w)o(a)o(y)l(.)315 387
-y(By)f(default,)g(this)f(command)h(is)g(un)o(b)q(ound.)75
-459 y Fs(copy-backward-word)e(\(\))315 514 y Ft(Cop)o(y)19
-b(the)g(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(to)f(the)i(kill)e
-(bu\013er.)32 b(The)19 b(w)o(ord)g(b)q(oundaries)g(are)g(the)315
-569 y(same)c(as)g Fs(backward-word)p Ft(.)j(By)d(default,)f(this)h
-(command)g(is)g(un)o(b)q(ound.)75 641 y Fs(copy-forward-word)e(\(\))315
-696 y Ft(Cop)o(y)i(the)h(w)o(ord)e(follo)o(wing)g(p)q(oin)o(t)h(to)g
-(the)g(kill)g(bu\013er.)20 b(The)c(w)o(ord)f(b)q(oundaries)h(are)f(the)
-315 751 y(same)g(as)g Fs(forward-word)p Ft(.)j(By)d(default,)g(this)f
-(command)h(is)g(un)o(b)q(ound.)75 824 y Fs(yank)g(\(C-y\))315
-879 y Ft(Y)l(ank)g(the)h(top)f(of)f(the)i(kill)e(ring)g(in)o(to)g(the)i
-(bu\013er)f(at)f(p)q(oin)o(t.)75 951 y Fs(yank-pop)g(\(M-y\))315
-1006 y Ft(Rotate)j(the)g(kill-ring,)f(and)h(y)o(ank)g(the)h(new)f(top.)
+(the)h(kill-ring.)75 563 y Fs(delete-horizontal-space)c(\(\))315
+618 y Ft(Delete)j(all)f(spaces)h(and)h(tabs)e(around)i(p)q(oin)o(t.)j
+(By)c(default,)g(this)f(is)h(un)o(b)q(ound.)75 715 y
+Fs(kill-region)f(\(\))315 770 y Ft(Kill)g(the)i(text)e(in)h(the)h
+(curren)o(t)f(region.)k(By)c(default,)g(this)f(command)h(is)g(un)o(b)q
+(ound.)75 867 y Fs(copy-region-as-kill)e(\(\))315 922
+y Ft(Cop)o(y)j(the)i(text)e(in)h(the)g(region)f(to)h(the)g(kill)e
+(bu\013er,)i(so)g(it)f(can)h(b)q(e)h(y)o(ank)o(ed)f(righ)o(t)f(a)o(w)o
+(a)o(y)l(.)315 977 y(By)f(default,)g(this)f(command)h(is)g(un)o(b)q
+(ound.)75 1074 y Fs(copy-backward-word)e(\(\))315 1129
+y Ft(Cop)o(y)19 b(the)g(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(to)f(the)i
+(kill)e(bu\013er.)32 b(The)19 b(w)o(ord)g(b)q(oundaries)g(are)g(the)315
+1184 y(same)c(as)g Fs(backward-word)p Ft(.)j(By)d(default,)f(this)h
+(command)g(is)g(un)o(b)q(ound.)75 1281 y Fs(copy-forward-word)e(\(\))
+315 1336 y Ft(Cop)o(y)i(the)h(w)o(ord)e(follo)o(wing)g(p)q(oin)o(t)h
+(to)g(the)g(kill)g(bu\013er.)20 b(The)c(w)o(ord)f(b)q(oundaries)h(are)f
+(the)315 1390 y(same)g(as)g Fs(forward-word)p Ft(.)j(By)d(default,)g
+(this)f(command)h(is)g(un)o(b)q(ound.)75 1488 y Fs(yank)g(\(C-y\))315
+1542 y Ft(Y)l(ank)g(the)h(top)f(of)f(the)i(kill)e(ring)g(in)o(to)g(the)
+i(bu\013er)f(at)f(p)q(oin)o(t.)75 1640 y Fs(yank-pop)g(\(M-y\))315
+1695 y Ft(Rotate)j(the)g(kill-ring,)f(and)h(y)o(ank)g(the)h(new)f(top.)
 26 b(Y)l(ou)17 b(can)h(only)f(do)g(this)g(if)f(the)i(prior)315
-1061 y(command)d(is)g Fs(yank)f Ft(or)h Fs(yank-pop)p
-Ft(.)75 1153 y Fi(1.4.5)30 b(Sp)r(ecifying)20 b(Numeric)h(Argumen)n(ts)
-75 1236 y Fs(digit-argument)13 b(\()p Fl(M-0)p Fs(,)i
-Fl(M-1)p Fs(,)f(...)h Fl(M--)p Fs(\))315 1291 y Ft(Add)f(this)f(digit)f
+1749 y(command)d(is)g Fs(yank)f Ft(or)h Fs(yank-pop)p
+Ft(.)75 1866 y Fi(1.4.5)30 b(Sp)r(ecifying)20 b(Numeric)h(Argumen)n(ts)
+75 1961 y Fs(digit-argument)13 b(\()p Fl(M-0)p Fs(,)i
+Fl(M-1)p Fs(,)f(...)h Fl(M--)p Fs(\))315 2016 y Ft(Add)f(this)f(digit)f
 (to)h(the)h(argumen)o(t)e(already)h(accum)o(ulating,)f(or)h(start)f(a)h
-(new)h(argumen)o(t.)315 1345 y Fl(M--)h Ft(starts)f(a)h(negativ)o(e)f
-(argumen)o(t.)75 1418 y Fs(universal-argument)f(\(\))315
-1473 y Ft(This)f(is)h(another)f(w)o(a)o(y)g(to)g(sp)q(ecify)h(an)g
+(new)h(argumen)o(t.)315 2071 y Fl(M--)h Ft(starts)f(a)h(negativ)o(e)f
+(argumen)o(t.)75 2168 y Fs(universal-argument)f(\(\))315
+2223 y Ft(This)f(is)h(another)f(w)o(a)o(y)g(to)g(sp)q(ecify)h(an)g
 (argumen)o(t.)18 b(If)13 b(this)f(command)h(is)f(follo)o(w)o(ed)f(b)o
-(y)i(one)315 1528 y(or)h(more)h(digits,)e(optionally)g(with)h(a)h
+(y)i(one)315 2278 y(or)h(more)h(digits,)e(optionally)g(with)h(a)h
 (leading)f(min)o(us)g(sign,)g(those)h(digits)e(de\014ne)j(the)f(ar-)315
-1582 y(gumen)o(t.)k(If)c(the)g(command)f(is)g(follo)o(w)o(ed)f(b)o(y)i
-(digits,)e(executing)h Fs(universal-argument)315 1637
+2332 y(gumen)o(t.)k(If)c(the)g(command)f(is)g(follo)o(w)o(ed)f(b)o(y)i
+(digits,)e(executing)h Fs(universal-argument)315 2387
 y Ft(again)h(ends)h(the)g(n)o(umeric)g(argumen)o(t,)f(but)h(is)g
 (otherwise)f(ignored.)21 b(As)16 b(a)g(sp)q(ecial)f(case,)315
-1692 y(if)h(this)g(command)g(is)g(immediately)f(follo)o(w)o(ed)g(b)o(y)
+2442 y(if)h(this)g(command)g(is)g(immediately)f(follo)o(w)o(ed)g(b)o(y)
 h(a)g(c)o(haracter)g(that)g(is)g(neither)g(a)g(digit)315
-1747 y(nor)k(min)o(us)h(sign,)g(the)f(argumen)o(t)g(coun)o(t)h(for)f
+2497 y(nor)k(min)o(us)h(sign,)g(the)f(argumen)o(t)g(coun)o(t)h(for)f
 (the)g(next)h(command)g(is)f(m)o(ultiplied)f(b)o(y)315
-1802 y(four.)27 b(The)17 b(argumen)o(t)g(coun)o(t)g(is)g(initially)f
+2552 y(four.)27 b(The)17 b(argumen)o(t)g(coun)o(t)g(is)g(initially)f
 (one,)i(so)f(executing)g(this)g(function)h(the)f(\014rst)315
-1856 y(time)d(mak)o(es)f(the)i(argumen)o(t)e(coun)o(t)h(four,)g(a)g
+2606 y(time)d(mak)o(es)f(the)i(argumen)o(t)e(coun)o(t)h(four,)g(a)g
 (second)h(time)f(mak)o(es)f(the)i(argumen)o(t)e(coun)o(t)315
-1911 y(sixteen,)i(and)g(so)g(on.)20 b(By)15 b(default,)f(this)h(is)g
-(not)g(b)q(ound)h(to)e(a)h(k)o(ey)l(.)75 2004 y Fi(1.4.6)30
-b(Letting)20 b(Readline)g(T)n(yp)r(e)h(F)-5 b(or)19 b(Y)-5
-b(ou)75 2086 y Fs(complete)14 b(\(TAB\))315 2141 y Ft(A)o(ttempt)c(to)h
-(p)q(erform)g(completion)g(on)g(the)g(text)g(b)q(efore)h(p)q(oin)o(t.)
-18 b(The)11 b(actual)g(completion)315 2196 y(p)q(erformed)k(is)g
+2661 y(sixteen,)i(and)g(so)g(on.)20 b(By)15 b(default,)f(this)h(is)g
+(not)g(b)q(ound)h(to)e(a)h(k)o(ey)l(.)p eop end
+%%Page: 24 28
+TeXDict begin 24 27 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(24)75 149 y Fi(1.4.6)30 b(Letting)20
+b(Readline)g(T)n(yp)r(e)h(F)-5 b(or)19 b(Y)-5 b(ou)75
+239 y Fs(complete)14 b(\(TAB\))315 294 y Ft(A)o(ttempt)c(to)h(p)q
+(erform)g(completion)g(on)g(the)g(text)g(b)q(efore)h(p)q(oin)o(t.)18
+b(The)11 b(actual)g(completion)315 348 y(p)q(erformed)k(is)g
 (application-sp)q(eci\014c.)20 b(The)15 b(default)g(is)g(\014lename)g
-(completion.)75 2269 y Fs(possible-completions)d(\(M-?\))315
-2323 y Ft(List)17 b(the)g(p)q(ossible)g(completions)g(of)g(the)g(text)g
+(completion.)75 435 y Fs(possible-completions)d(\(M-?\))315
+490 y Ft(List)17 b(the)g(p)q(ossible)g(completions)g(of)g(the)g(text)g
 (b)q(efore)h(p)q(oin)o(t.)25 b(When)18 b(displa)o(ying)e(com-)315
-2378 y(pletions,)f(Readline)i(sets)f(the)g(n)o(um)o(b)q(er)h(of)e
+545 y(pletions,)f(Readline)i(sets)f(the)g(n)o(um)o(b)q(er)h(of)e
 (columns)h(used)h(for)f(displa)o(y)f(to)h(the)g(v)m(alue)g(of)315
-2433 y Fs(completion-display-width)p Ft(,)f(the)k(v)m(alue)f(of)g(the)g
+599 y Fs(completion-display-width)p Ft(,)f(the)k(v)m(alue)f(of)g(the)g
 (en)o(vironmen)o(t)g(v)m(ariable)f Fs(COLUMNS)p Ft(,)315
-2488 y(or)e(the)g(screen)h(width,)e(in)h(that)g(order.)75
-2560 y Fs(insert-completions)e(\(M-*\))315 2615 y Ft(Insert)j(all)e
+654 y(or)e(the)g(screen)h(width,)e(in)h(that)g(order.)75
+741 y Fs(insert-completions)e(\(M-*\))315 795 y Ft(Insert)j(all)e
 (completions)g(of)h(the)g(text)g(b)q(efore)h(p)q(oin)o(t)e(that)h(w)o
-(ould)g(ha)o(v)o(e)g(b)q(een)h(generated)315 2670 y(b)o(y)f
-Fs(possible-completions)p Ft(,)d(separated)j(b)o(y)g(a)g(space.)p
-eop end
-%%Page: 24 28
-TeXDict begin 24 27 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(24)75 149 y Fs(menu-complete)13 b(\(\))315
-204 y Ft(Similar)d(to)i Fs(complete)p Ft(,)f(but)h(replaces)g(the)g(w)o
-(ord)f(to)g(b)q(e)i(completed)e(with)h(a)f(single)h(matc)o(h)315
-259 y(from)20 b(the)h(list)f(of)g(p)q(ossible)h(completions.)35
-b(Rep)q(eatedly)22 b(executing)f Fs(menu-complete)315
-314 y Ft(steps)14 b(through)f(the)h(list)f(of)g(p)q(ossible)h
-(completions,)e(inserting)h(eac)o(h)h(matc)o(h)f(in)h(turn.)19
-b(A)o(t)315 369 y(the)h(end)g(of)g(the)g(list)e(of)i(completions,)f
-Fs(menu-complete)f Ft(rings)i(the)f(b)q(ell)h(\(sub)s(ject)g(to)315
-423 y(the)e(setting)g(of)g Fs(bell-style)p Ft(\))e(and)j(restores)e
-(the)i(original)d(text.)29 b(An)18 b(argumen)o(t)g(of)g
-Fk(n)315 478 y Ft(mo)o(v)o(es)f Fk(n)i Ft(p)q(ositions)e(forw)o(ard)g
-(in)h(the)g(list)f(of)h(matc)o(hes;)h(a)f(negativ)o(e)f(argumen)o(t)h
-(mo)o(v)o(es)315 533 y(bac)o(kw)o(ard)c(through)g(the)g(list.)k(This)c
-(command)h(is)f(in)o(tended)g(to)g(b)q(e)h(b)q(ound)g(to)f
-Fs(TAB)p Ft(,)g(but)315 588 y(is)h(un)o(b)q(ound)h(b)o(y)f(default.)75
-665 y Fs(menu-complete-backward)d(\(\))315 720 y Ft(Iden)o(tical)17
+(ould)g(ha)o(v)o(e)g(b)q(een)h(generated)315 850 y(b)o(y)f
+Fs(possible-completions)p Ft(,)d(separated)j(b)o(y)g(a)g(space.)75
+937 y Fs(menu-complete)e(\(\))315 992 y Ft(Similar)d(to)i
+Fs(complete)p Ft(,)f(but)h(replaces)g(the)g(w)o(ord)f(to)g(b)q(e)i
+(completed)e(with)h(a)f(single)h(matc)o(h)315 1046 y(from)20
+b(the)h(list)f(of)g(p)q(ossible)h(completions.)35 b(Rep)q(eatedly)22
+b(executing)f Fs(menu-complete)315 1101 y Ft(steps)14
+b(through)f(the)h(list)f(of)g(p)q(ossible)h(completions,)e(inserting)h
+(eac)o(h)h(matc)o(h)f(in)h(turn.)19 b(A)o(t)315 1156
+y(the)h(end)g(of)g(the)g(list)e(of)i(completions,)f Fs(menu-complete)f
+Ft(rings)i(the)f(b)q(ell)h(\(sub)s(ject)g(to)315 1211
+y(the)e(setting)g(of)g Fs(bell-style)p Ft(\))e(and)j(restores)e(the)i
+(original)d(text.)29 b(An)18 b(argumen)o(t)g(of)g Fk(n)315
+1266 y Ft(mo)o(v)o(es)f Fk(n)i Ft(p)q(ositions)e(forw)o(ard)g(in)h(the)
+g(list)f(of)h(matc)o(hes;)h(a)f(negativ)o(e)f(argumen)o(t)h(mo)o(v)o
+(es)315 1320 y(bac)o(kw)o(ard)c(through)g(the)g(list.)k(This)c(command)
+h(is)f(in)o(tended)g(to)g(b)q(e)h(b)q(ound)g(to)f Fs(TAB)p
+Ft(,)g(but)315 1375 y(is)h(un)o(b)q(ound)h(b)o(y)f(default.)75
+1462 y Fs(menu-complete-backward)d(\(\))315 1516 y Ft(Iden)o(tical)17
 b(to)g Fs(menu-complete)p Ft(,)f(but)i(mo)o(v)o(es)e(bac)o(kw)o(ard)h
-(through)g(the)h(list)e(of)h(p)q(ossible)315 775 y(completions,)g(as)h
+(through)g(the)h(list)e(of)h(p)q(ossible)315 1571 y(completions,)g(as)h
 (if)f Fs(menu-complete)f Ft(had)i(b)q(een)h(giv)o(en)f(a)f(negativ)o(e)
-g(argumen)o(t.)27 b(This)315 830 y(command)15 b(is)g(un)o(b)q(ound)h(b)
-o(y)f(default.)75 908 y Fs(delete-char-or-list)e(\(\))315
-962 y Ft(Deletes)19 b(the)g(c)o(haracter)g(under)h(the)g(cursor)f(if)g
+g(argumen)o(t.)27 b(This)315 1626 y(command)15 b(is)g(un)o(b)q(ound)h
+(b)o(y)f(default.)75 1713 y Fs(delete-char-or-list)e(\(\))315
+1767 y Ft(Deletes)19 b(the)g(c)o(haracter)g(under)h(the)g(cursor)f(if)g
 (not)g(at)g(the)g(b)q(eginning)h(or)f(end)h(of)f(the)315
-1017 y(line)24 b(\(lik)o(e)f Fs(delete-char)p Ft(\).)44
+1822 y(line)24 b(\(lik)o(e)f Fs(delete-char)p Ft(\).)44
 b(A)o(t)24 b(the)g(end)h(of)f(the)g(line,)h(it)f(b)q(eha)o(v)o(es)g
-(iden)o(tically)f(to)315 1072 y Fs(possible-completions)p
+(iden)o(tically)f(to)315 1877 y Fs(possible-completions)p
 Ft(.)17 b(This)e(command)g(is)g(un)o(b)q(ound)h(b)o(y)f(default.)75
-1169 y Fi(1.4.7)30 b(Keyb)r(oard)20 b(Macros)75 1254
-y Fs(start-kbd-macro)13 b(\(C-x)i(\(\))315 1309 y Ft(Begin)g(sa)o(ving)
+1983 y Fi(1.4.7)30 b(Keyb)r(oard)20 b(Macros)75 2073
+y Fs(start-kbd-macro)13 b(\(C-x)i(\(\))315 2128 y Ft(Begin)g(sa)o(ving)
 f(the)i(c)o(haracters)e(t)o(yp)q(ed)i(in)o(to)e(the)h(curren)o(t)g(k)o
-(eyb)q(oard)g(macro.)75 1387 y Fs(end-kbd-macro)e(\(C-x)i(\)\))315
-1442 y Ft(Stop)f(sa)o(ving)e(the)i(c)o(haracters)f(t)o(yp)q(ed)h(in)o
+(eyb)q(oard)g(macro.)75 2214 y Fs(end-kbd-macro)e(\(C-x)i(\)\))315
+2269 y Ft(Stop)f(sa)o(ving)e(the)i(c)o(haracters)f(t)o(yp)q(ed)h(in)o
 (to)e(the)i(curren)o(t)g(k)o(eyb)q(oard)f(macro)g(and)h(sa)o(v)o(e)f
-(the)315 1496 y(de\014nition.)75 1574 y Fs(call-last-kbd-macro)g(\(C-x)
-h(e\))315 1629 y Ft(Re-execute)19 b(the)f(last)e(k)o(eyb)q(oard)i
+(the)315 2324 y(de\014nition.)75 2410 y Fs(call-last-kbd-macro)g(\(C-x)
+h(e\))315 2465 y Ft(Re-execute)19 b(the)f(last)e(k)o(eyb)q(oard)i
 (macro)f(de\014ned,)i(b)o(y)e(making)g(the)h(c)o(haracters)e(in)i(the)
-315 1684 y(macro)c(app)q(ear)i(as)f(if)f(t)o(yp)q(ed)i(at)e(the)i(k)o
-(eyb)q(oard.)75 1761 y Fs(print-last-kbd-macro)c(\(\))315
-1816 y Ft(Prin)o(t)i(the)h(last)f(k)o(eyb)q(oard)h(macro)g(de\014ned)h
+315 2520 y(macro)c(app)q(ear)i(as)f(if)f(t)o(yp)q(ed)i(at)e(the)i(k)o
+(eyb)q(oard.)75 2606 y Fs(print-last-kbd-macro)c(\(\))315
+2661 y Ft(Prin)o(t)i(the)h(last)f(k)o(eyb)q(oard)h(macro)g(de\014ned)h
 (in)f(a)g(format)e(suitable)i(for)f(the)h Fk(inputrc)j
-Ft(\014le.)75 1914 y Fi(1.4.8)30 b(Some)20 b(Miscellaneous)h(Commands)
-75 1999 y Fs(re-read-init-file)13 b(\(C-x)h(C-r\))315
-2053 y Ft(Read)e(in)e(the)h(con)o(ten)o(ts)g(of)f(the)h
-Fk(inputrc)j Ft(\014le,)d(and)h(incorp)q(orate)e(an)o(y)g(bindings)h
-(or)g(v)m(ariable)315 2108 y(assignmen)o(ts)j(found)i(there.)75
-2186 y Fs(abort)e(\(C-g\))315 2241 y Ft(Ab)q(ort)f(the)g(curren)o(t)h
-(editing)e(command)h(and)h(ring)e(the)i(terminal's)d(b)q(ell)i(\(sub)s
-(ject)g(to)g(the)315 2295 y(setting)h(of)h Fs(bell-style)p
-Ft(\).)75 2373 y Fs(do-lowercase-version)d(\(M-A,)j(M-B,)f(M-)p
-Fl(x)p Fs(,)h(...\))315 2428 y Ft(If)j(the)f(meta\014ed)h(c)o(haracter)
-f Fk(x)j Ft(is)d(upp)q(er)i(case,)f(run)f(the)h(command)f(that)g(is)g
-(b)q(ound)i(to)315 2483 y(the)e(corresp)q(onding)f(meta\014ed)h(lo)o(w)
-o(er)e(case)h(c)o(haracter.)23 b(The)17 b(b)q(eha)o(vior)f(is)g
-(unde\014ned)i(if)315 2538 y Fk(x)g Ft(is)d(already)f(lo)o(w)o(er)g
-(case.)75 2615 y Fs(prefix-meta)g(\(ESC\))315 2670 y
-Ft(Metafy)g(the)i(next)f(c)o(haracter)f(t)o(yp)q(ed.)21
-b(T)o(yping)14 b(`)p Fs(ESC)g(f)p Ft(')h(is)g(equiv)m(alen)o(t)g(to)f
-(t)o(yping)h Fl(M-f)p Ft(.)p eop end
+Ft(\014le.)p eop end
 %%Page: 25 29
 TeXDict begin 25 28 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(25)75 149 y Fs(undo)15 b(\(C-_)f(or)h(C-x)g(C-u\))315
-204 y Ft(Incremen)o(tal)g(undo,)g(separately)g(remem)o(b)q(ered)h(for)e
-(eac)o(h)h(line.)75 292 y Fs(revert-line)f(\(M-r\))315
-347 y Ft(Undo)j(all)e(c)o(hanges)i(made)f(to)g(this)g(line.)24
+(Editing)1053 b(25)75 149 y Fi(1.4.8)30 b(Some)20 b(Miscellaneous)h
+(Commands)75 233 y Fs(re-read-init-file)13 b(\(C-x)h(C-r\))315
+288 y Ft(Read)e(in)e(the)h(con)o(ten)o(ts)g(of)f(the)h
+Fk(inputrc)j Ft(\014le,)d(and)h(incorp)q(orate)e(an)o(y)g(bindings)h
+(or)g(v)m(ariable)315 343 y(assignmen)o(ts)j(found)i(there.)75
+418 y Fs(abort)e(\(C-g\))315 473 y Ft(Ab)q(ort)f(the)g(curren)o(t)h
+(editing)e(command)h(and)h(ring)e(the)i(terminal's)d(b)q(ell)i(\(sub)s
+(ject)g(to)g(the)315 528 y(setting)h(of)h Fs(bell-style)p
+Ft(\).)75 603 y Fs(do-lowercase-version)d(\(M-A,)j(M-B,)f(M-)p
+Fl(x)p Fs(,)h(...\))315 658 y Ft(If)j(the)f(meta\014ed)h(c)o(haracter)f
+Fk(x)j Ft(is)d(upp)q(er)i(case,)f(run)f(the)h(command)f(that)g(is)g(b)q
+(ound)i(to)315 712 y(the)e(corresp)q(onding)f(meta\014ed)h(lo)o(w)o(er)
+e(case)h(c)o(haracter.)23 b(The)17 b(b)q(eha)o(vior)f(is)g(unde\014ned)
+i(if)315 767 y Fk(x)g Ft(is)d(already)f(lo)o(w)o(er)g(case.)75
+842 y Fs(prefix-meta)g(\(ESC\))315 897 y Ft(Metafy)g(the)i(next)f(c)o
+(haracter)f(t)o(yp)q(ed.)21 b(T)o(yping)14 b(`)p Fs(ESC)g(f)p
+Ft(')h(is)g(equiv)m(alen)o(t)g(to)f(t)o(yping)h Fl(M-f)p
+Ft(.)75 972 y Fs(undo)g(\(C-_)f(or)h(C-x)g(C-u\))315
+1027 y Ft(Incremen)o(tal)g(undo,)g(separately)g(remem)o(b)q(ered)h(for)
+e(eac)o(h)h(line.)75 1102 y Fs(revert-line)f(\(M-r\))315
+1157 y Ft(Undo)j(all)e(c)o(hanges)i(made)f(to)g(this)g(line.)24
 b(This)16 b(is)g(lik)o(e)g(executing)g(the)h Fs(undo)f
-Ft(command)315 401 y(enough)g(times)e(to)h(get)f(bac)o(k)h(to)g(the)g
-(initial)f(state.)75 489 y Fs(tilde-expand)g(\(M-~\))315
-544 y Ft(P)o(erform)g(tilde)h(expansion)g(on)g(the)g(curren)o(t)g(w)o
-(ord.)75 632 y Fs(set-mark)f(\(C-@\))315 686 y Ft(Set)i(the)g(mark)f
+Ft(command)315 1212 y(enough)g(times)e(to)h(get)f(bac)o(k)h(to)g(the)g
+(initial)f(state.)75 1287 y Fs(tilde-expand)g(\(M-~\))315
+1342 y Ft(P)o(erform)g(tilde)h(expansion)g(on)g(the)g(curren)o(t)g(w)o
+(ord.)75 1417 y Fs(set-mark)f(\(C-@\))315 1472 y Ft(Set)i(the)g(mark)f
 (to)g(the)h(p)q(oin)o(t.)21 b(If)16 b(a)g(n)o(umeric)g(argumen)o(t)f
-(is)g(supplied,)h(set)g(the)f(mark)h(to)315 741 y(that)e(p)q(osition.)
-75 829 y Fs(exchange-point-and-mark)e(\(C-x)j(C-x\))315
-884 y Ft(Sw)o(ap)k(the)g(p)q(oin)o(t)g(with)f(the)i(mark.)31
+(is)g(supplied,)h(set)g(the)f(mark)h(to)315 1527 y(that)e(p)q(osition.)
+75 1602 y Fs(exchange-point-and-mark)e(\(C-x)j(C-x\))315
+1657 y Ft(Sw)o(ap)k(the)g(p)q(oin)o(t)g(with)f(the)i(mark.)31
 b(Set)19 b(the)g(curren)o(t)h(cursor)e(p)q(osition)h(to)f(the)h(sa)o(v)
-o(ed)315 938 y(p)q(osition,)14 b(then)h(set)g(the)h(mark)e(to)h(the)g
-(old)g(cursor)g(p)q(osition.)75 1026 y Fs(character-search)e(\(C-]\))
-315 1081 y Ft(Read)k(a)f(c)o(haracter)g(and)h(mo)o(v)o(e)e(p)q(oin)o(t)
+o(ed)315 1712 y(p)q(osition,)14 b(then)h(set)g(the)h(mark)e(to)h(the)g
+(old)g(cursor)g(p)q(osition.)75 1787 y Fs(character-search)e(\(C-]\))
+315 1842 y Ft(Read)k(a)f(c)o(haracter)g(and)h(mo)o(v)o(e)e(p)q(oin)o(t)
 h(to)g(the)h(next)f(o)q(ccurrence)i(of)e(that)g(c)o(haracter.)23
-b(A)315 1136 y(negativ)o(e)14 b(argumen)o(t)h(searc)o(hes)g(for)f
-(previous)h(o)q(ccurrences.)75 1223 y Fs(character-search-backward)d
-(\(M-C-]\))315 1278 y Ft(Read)j(a)g(c)o(haracter)f(and)h(mo)o(v)o(e)f
+b(A)315 1896 y(negativ)o(e)14 b(argumen)o(t)h(searc)o(hes)g(for)f
+(previous)h(o)q(ccurrences.)75 1972 y Fs(character-search-backward)d
+(\(M-C-]\))315 2026 y Ft(Read)j(a)g(c)o(haracter)f(and)h(mo)o(v)o(e)f
 (p)q(oin)o(t)g(to)g(the)h(previous)g(o)q(ccurrence)h(of)e(that)g(c)o
-(haracter.)315 1333 y(A)h(negativ)o(e)g(argumen)o(t)f(searc)o(hes)h
-(for)g(subsequen)o(t)g(o)q(ccurrences.)75 1421 y Fs(skip-csi-sequence)e
-(\(\))315 1475 y Ft(Read)h(enough)g(c)o(haracters)f(to)g(consume)h(a)g
+(haracter.)315 2081 y(A)h(negativ)o(e)g(argumen)o(t)f(searc)o(hes)h
+(for)g(subsequen)o(t)g(o)q(ccurrences.)75 2156 y Fs(skip-csi-sequence)e
+(\(\))315 2211 y Ft(Read)h(enough)g(c)o(haracters)f(to)g(consume)h(a)g
 (m)o(ulti-k)o(ey)e(sequence)j(suc)o(h)f(as)f(those)h(de\014ned)315
-1530 y(for)19 b(k)o(eys)h(lik)o(e)g(Home)g(and)g(End.)35
+2266 y(for)19 b(k)o(eys)h(lik)o(e)g(Home)g(and)g(End.)35
 b(CSI)20 b(sequences)h(b)q(egin)g(with)e(a)h(Con)o(trol)e(Sequence)315
-1585 y(Indicator)g(\(CSI\),)g(usually)f(ESC-[.)29 b(If)19
+2321 y(Indicator)g(\(CSI\),)g(usually)f(ESC-[.)29 b(If)19
 b(this)f(sequence)h(is)f(b)q(ound)h(to)f Fs("\\)p Ft(e[)p
-Fs(")p Ft(,)g(k)o(eys)g(pro-)315 1640 y(ducing)e(CSI)g(sequences)h
+Fs(")p Ft(,)g(k)o(eys)g(pro-)315 2376 y(ducing)e(CSI)g(sequences)h
 (will)d(ha)o(v)o(e)i(no)g(e\013ect)f(unless)h(explicitly)e(b)q(ound)j
-(to)e(a)h(Readline)315 1695 y(command,)g(instead)f(of)h(inserting)f
+(to)e(a)h(Readline)315 2430 y(command,)g(instead)f(of)h(inserting)f
 (stra)o(y)f(c)o(haracters)i(in)o(to)f(the)h(editing)f(bu\013er.)22
-b(This)15 b(is)315 1749 y(un)o(b)q(ound)h(b)o(y)g(default,)e(but)h
-(usually)g(b)q(ound)h(to)f(ESC-[.)75 1837 y Fs(insert-comment)e
-(\(M-#\))315 1892 y Ft(Without)j(a)g(n)o(umeric)h(argumen)o(t,)f
+b(This)15 b(is)315 2485 y(un)o(b)q(ound)h(b)o(y)g(default,)e(but)h
+(usually)g(b)q(ound)h(to)f(ESC-[.)75 2560 y Fs(insert-comment)e
+(\(M-#\))315 2615 y Ft(Without)j(a)g(n)o(umeric)h(argumen)o(t,)f
 (insert)g(the)h(v)m(alue)g(of)g(the)g Fs(comment-begin)e
-Ft(v)m(ariable)315 1947 y(at)j(the)h(b)q(eginning)g(of)f(the)h(curren)o
+Ft(v)m(ariable)315 2670 y(at)j(the)h(b)q(eginning)g(of)f(the)h(curren)o
 (t)g(line.)30 b(If)19 b(a)g(n)o(umeric)g(argumen)o(t)f(is)g(supplied,)i
-(this)315 2001 y(command)g(acts)f(as)h(a)g(toggle:)28
+(this)p eop end
+%%Page: 26 30
+TeXDict begin 26 29 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(26)315 149 y(command)20 b(acts)f(as)h(a)g(toggle:)28
 b(if)19 b(the)h(c)o(haracters)f(at)h(the)g(b)q(eginning)g(of)f(the)h
-(line)g(do)315 2056 y(not)d(matc)o(h)g(the)g(v)m(alue)g(of)g
+(line)g(do)315 204 y(not)d(matc)o(h)g(the)g(v)m(alue)g(of)g
 Fs(comment-begin)p Ft(,)f(insert)h(the)g(v)m(alue;)h(otherwise)e
-(delete)i(the)315 2111 y(c)o(haracters)13 b(in)g Fs(comment-begin)e
+(delete)i(the)315 259 y(c)o(haracters)13 b(in)g Fs(comment-begin)e
 Ft(from)i(the)g(b)q(eginning)h(of)f(the)g(line.)19 b(In)14
-b(either)f(case,)h(the)315 2166 y(line)h(is)g(accepted)g(as)g(if)g(a)g
-(newline)g(had)g(b)q(een)i(t)o(yp)q(ed.)75 2254 y Fs(dump-functions)c
-(\(\))315 2308 y Ft(Prin)o(t)f(all)g(of)h(the)g(functions)g(and)h
-(their)f(k)o(ey)g(bindings)g(to)f(the)i(Readline)f(output)g(stream.)315
-2363 y(If)j(a)g(n)o(umeric)f(argumen)o(t)g(is)h(supplied,)g(the)g
+b(either)f(case,)h(the)315 314 y(line)h(is)g(accepted)g(as)g(if)g(a)g
+(newline)g(had)g(b)q(een)i(t)o(yp)q(ed.)75 394 y Fs(dump-functions)c
+(\(\))315 448 y Ft(Prin)o(t)f(all)g(of)h(the)g(functions)g(and)h(their)
+f(k)o(ey)g(bindings)g(to)f(the)i(Readline)f(output)g(stream.)315
+503 y(If)j(a)g(n)o(umeric)f(argumen)o(t)g(is)h(supplied,)g(the)g
 (output)f(is)h(formatted)e(in)i(suc)o(h)g(a)g(w)o(a)o(y)f(that)315
-2418 y(it)f(can)i(b)q(e)g(made)f(part)f(of)h(an)g Fk(inputrc)j
+558 y(it)f(can)i(b)q(e)g(made)f(part)f(of)h(an)g Fk(inputrc)j
 Ft(\014le.)i(This)15 b(command)g(is)g(un)o(b)q(ound)h(b)o(y)f(default.)
-75 2506 y Fs(dump-variables)e(\(\))315 2560 y Ft(Prin)o(t)d(all)f(of)h
+75 638 y Fs(dump-variables)e(\(\))315 692 y Ft(Prin)o(t)d(all)f(of)h
 (the)h(settable)f(v)m(ariables)g(and)h(their)f(v)m(alues)h(to)f(the)h
-(Readline)g(output)f(stream.)315 2615 y(If)16 b(a)g(n)o(umeric)f
+(Readline)g(output)f(stream.)315 747 y(If)16 b(a)g(n)o(umeric)f
 (argumen)o(t)g(is)h(supplied,)g(the)g(output)f(is)h(formatted)e(in)i
-(suc)o(h)g(a)g(w)o(a)o(y)f(that)315 2670 y(it)f(can)i(b)q(e)g(made)f
+(suc)o(h)g(a)g(w)o(a)o(y)f(that)315 802 y(it)f(can)i(b)q(e)g(made)f
 (part)f(of)h(an)g Fk(inputrc)j Ft(\014le.)i(This)15 b(command)g(is)g
-(un)o(b)q(ound)h(b)o(y)f(default.)p eop end
-%%Page: 26 30
-TeXDict begin 26 29 bop 75 -58 a Ft(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(26)75 149 y Fs(dump-macros)14 b(\(\))315
-204 y Ft(Prin)o(t)i(all)g(of)g(the)h(Readline)g(k)o(ey)g(sequences)h(b)
+(un)o(b)q(ound)h(b)o(y)f(default.)75 882 y Fs(dump-macros)f(\(\))315
+936 y Ft(Prin)o(t)i(all)g(of)g(the)h(Readline)g(k)o(ey)g(sequences)h(b)
 q(ound)g(to)e(macros)g(and)h(the)g(strings)f(they)315
-259 y(output)g(to)f(the)i(Readline)f(output)g(stream.)22
+991 y(output)g(to)f(the)i(Readline)f(output)g(stream.)22
 b(If)16 b(a)g(n)o(umeric)g(argumen)o(t)f(is)h(supplied,)g(the)315
-314 y(output)g(is)f(formatted)g(in)h(suc)o(h)g(a)g(w)o(a)o(y)f(that)g
+1046 y(output)g(is)f(formatted)g(in)h(suc)o(h)g(a)g(w)o(a)o(y)f(that)g
 (it)g(can)h(b)q(e)h(made)f(part)f(of)h(an)g Fk(inputrc)i
-Ft(\014le.)315 369 y(This)d(command)g(is)g(un)o(b)q(ound)h(b)o(y)f
-(default.)75 448 y Fs(execute-named-command)d(\(M-x\))315
-503 y Ft(Read)j(a)e(bindable)h(readline)g(command)g(name)f(from)h(the)g
-(input)g(and)g(execute)g(the)g(func-)315 558 y(tion)e(to)g(whic)o(h)h
+Ft(\014le.)315 1101 y(This)d(command)g(is)g(un)o(b)q(ound)h(b)o(y)f
+(default.)75 1181 y Fs(execute-named-command)d(\(M-x\))315
+1235 y Ft(Read)h(a)f(bindable)h(Readline)g(command)g(name)f(from)g(the)
+h(input)f(and)h(execute)h(the)e(func-)315 1290 y(tion)g(to)g(whic)o(h)h
 (it's)f(b)q(ound,)i(as)f(if)f(the)h(k)o(ey)g(sequence)h(to)e(whic)o(h)h
-(it)f(w)o(as)g(b)q(ound)i(app)q(eared)315 613 y(in)19
+(it)f(w)o(as)g(b)q(ound)i(app)q(eared)315 1345 y(in)19
 b(the)f(input.)31 b(If)19 b(this)f(function)h(is)f(supplied)h(with)f(a)
-h(n)o(umeric)g(argumen)o(t,)f(it)g(passes)315 667 y(that)c(argumen)o(t)
-h(to)f(the)i(function)f(it)f(executes.)75 747 y Fs(emacs-editing-mode)f
-(\(C-e\))315 802 y Ft(When)j(in)f Fs(vi)f Ft(command)i(mo)q(de,)f(this)
-f(causes)i(a)f(switc)o(h)f(to)h Fs(emacs)f Ft(editing)h(mo)q(de.)75
-882 y Fs(vi-editing-mode)e(\(M-C-j\))315 936 y Ft(When)j(in)f
-Fs(emacs)f Ft(editing)h(mo)q(de,)g(this)f(causes)i(a)f(switc)o(h)f(to)h
-Fs(vi)f Ft(editing)h(mo)q(de.)75 1057 y Fr(1.5)33 b(Readline)21
-b(vi)i(Mo)r(de)75 1137 y Ft(While)15 b(the)h(Readline)g(library)f(do)q
-(es)h(not)f(ha)o(v)o(e)g(a)h(full)f(set)h(of)f Fs(vi)g
-Ft(editing)g(functions,)h(it)f(do)q(es)h(con)o(tain)75
-1191 y(enough)h(to)g(allo)o(w)e(simple)h(editing)h(of)f(the)i(line.)25
-b(The)17 b(Readline)g Fs(vi)g Ft(mo)q(de)g(b)q(eha)o(v)o(es)g(as)g(sp)q
-(eci\014ed)h(in)75 1246 y(the)d Fs(sh)g Ft(description)g(in)g(the)g
-Fm(posix)g Ft(standard.)137 1313 y(In)g(order)g(to)f(switc)o(h)f(in)o
-(teractiv)o(ely)g(b)q(et)o(w)o(een)i Fs(emacs)e Ft(and)i
-Fs(vi)f Ft(editing)g(mo)q(des,)h(use)f(the)h(command)75
-1368 y Fl(M-C-j)j Ft(\(b)q(ound)i(to)e(emacs-editing-mo)q(de)h(when)g
-(in)g Fs(vi)g Ft(mo)q(de)g(and)g(to)f(vi-editing-mo)q(de)h(in)g
-Fs(emacs)75 1423 y Ft(mo)q(de\).)h(The)15 b(Readline)h(default)f(is)f
-Fs(emacs)h Ft(mo)q(de.)137 1490 y(When)h(y)o(ou)e(en)o(ter)h(a)g(line)g
-(in)f Fs(vi)h Ft(mo)q(de,)g(y)o(ou)g(are)f(already)h(placed)g(in)g
-(`insertion')e(mo)q(de,)i(as)g(if)f(y)o(ou)75 1545 y(had)h(t)o(yp)q(ed)
-g(an)g(`)p Fs(i)p Ft('.)j(Pressing)c Fs(ESC)h Ft(switc)o(hes)f(y)o(ou)g
-(in)o(to)g(`command')g(mo)q(de,)g(where)h(y)o(ou)g(can)f(edit)h(the)75
-1600 y(text)h(of)h(the)g(line)f(with)h(the)g(standard)f
-Fs(vi)h Ft(mo)o(v)o(emen)o(t)f(k)o(eys,)g(mo)o(v)o(e)g(to)h(previous)f
-(history)g(lines)h(with)75 1655 y(`)p Fs(k)p Ft(')d(and)i(subsequen)o
-(t)f(lines)g(with)g(`)p Fs(j)p Ft(',)f(and)h(so)g(forth.)p
-eop end
+h(n)o(umeric)g(argumen)o(t,)f(it)g(passes)315 1400 y(that)c(argumen)o
+(t)h(to)f(the)i(function)f(it)f(executes.)75 1479 y Fs
+(emacs-editing-mode)f(\(C-e\))315 1534 y Ft(When)j(in)f
+Fs(vi)f Ft(command)i(mo)q(de,)f(this)f(causes)i(a)f(switc)o(h)f(to)h
+Fs(emacs)f Ft(editing)h(mo)q(de.)75 1614 y Fs(vi-editing-mode)e
+(\(M-C-j\))315 1669 y Ft(When)j(in)f Fs(emacs)f Ft(editing)h(mo)q(de,)g
+(this)f(causes)i(a)f(switc)o(h)f(to)h Fs(vi)f Ft(editing)h(mo)q(de.)75
+1789 y Fr(1.5)33 b(Readline)21 b(vi)i(Mo)r(de)75 1869
+y Ft(While)15 b(the)h(Readline)g(library)f(do)q(es)h(not)f(ha)o(v)o(e)g
+(a)h(full)f(set)h(of)f Fs(vi)g Ft(editing)g(functions,)h(it)f(do)q(es)h
+(con)o(tain)75 1924 y(enough)h(to)g(allo)o(w)e(simple)h(editing)h(of)f
+(the)i(line.)25 b(The)17 b(Readline)g Fs(vi)g Ft(mo)q(de)g(b)q(eha)o(v)
+o(es)g(as)g(sp)q(eci\014ed)h(in)75 1978 y(the)d Fs(sh)g
+Ft(description)g(in)g(the)g Fm(posix)g Ft(standard.)137
+2046 y(In)g(order)g(to)f(switc)o(h)f(in)o(teractiv)o(ely)g(b)q(et)o(w)o
+(een)i Fs(emacs)e Ft(and)i Fs(vi)f Ft(editing)g(mo)q(des,)h(use)f(the)h
+(command)75 2100 y Fl(M-C-j)j Ft(\(b)q(ound)i(to)e(emacs-editing-mo)q
+(de)h(when)g(in)g Fs(vi)g Ft(mo)q(de)g(and)g(to)f(vi-editing-mo)q(de)h
+(in)g Fs(emacs)75 2155 y Ft(mo)q(de\).)h(The)15 b(Readline)h(default)f
+(is)f Fs(emacs)h Ft(mo)q(de.)137 2222 y(When)h(y)o(ou)e(en)o(ter)h(a)g
+(line)g(in)f Fs(vi)h Ft(mo)q(de,)g(y)o(ou)g(are)f(already)h(placed)g
+(in)g(`insertion')e(mo)q(de,)i(as)g(if)f(y)o(ou)75 2277
+y(had)h(t)o(yp)q(ed)g(an)g(`)p Fs(i)p Ft('.)j(Pressing)c
+Fs(ESC)h Ft(switc)o(hes)f(y)o(ou)g(in)o(to)g(`command')g(mo)q(de,)g
+(where)h(y)o(ou)g(can)f(edit)h(the)75 2332 y(text)h(of)h(the)g(line)f
+(with)h(the)g(standard)f Fs(vi)h Ft(mo)o(v)o(emen)o(t)f(k)o(eys,)g(mo)o
+(v)o(e)g(to)h(previous)f(history)g(lines)h(with)75 2387
+y(`)p Fs(k)p Ft(')d(and)i(subsequen)o(t)f(lines)g(with)g(`)p
+Fs(j)p Ft(',)f(and)h(so)g(forth.)p eop end
 %%Page: 27 31
 TeXDict begin 27 30 bop 1830 -58 a Ft(27)75 149 y Fp(2)41
 b(Programming)29 b(with)e(GNU)h(Readline)75 271 y Ft(This)12
@@ -8543,20 +8546,21 @@ b(F)l(or)19 b(suc)o(h)75 693 y(programs,)13 b(the)h(default)g(b)q(eha)o
 b(section)h(describ)q(es)h(ho)o(w)f(to)g(use)75 748 y(Readline)i(in)f
 (the)g(simplest)f(w)o(a)o(y)g(p)q(ossible,)h(p)q(erhaps)h(to)e(replace)
 h(calls)g(in)g(y)o(our)f(co)q(de)i(to)f Fs(fgets\(\))p
-Ft(.)137 817 y(The)i(function)f Fs(readline\(\))f Ft(prin)o(ts)g(a)h
-(prompt)g Fk(prompt)h Ft(and)f(then)h(reads)f(and)h(returns)f(a)g
-(single)75 871 y(line)e(of)g(text)g(from)g(the)h(user.)20
-b(Since)15 b(it's)e(p)q(ossible)h(to)g(en)o(ter)h(c)o(haracters)e(in)o
-(to)h(the)h(line)f(while)g(quoting)75 926 y(them)21 b(to)f(disable)h
-(an)o(y)f(Readline)h(editing)f(function)h(they)g(migh)o(t)f(normally)f
-(ha)o(v)o(e,)j(this)e(line)h(ma)o(y)75 981 y(include)d(em)o(b)q(edded)h
-(newlines)e(and)h(other)f(sp)q(ecial)h(c)o(haracters.)26
-b(If)18 b Fk(prompt)g Ft(is)f Fs(NULL)g Ft(or)g(the)g(empt)o(y)75
-1036 y(string,)f Fs(readline)g Ft(do)q(es)h(not)g(displa)o(y)f(a)h
-(prompt.)24 b(The)18 b(line)e Fs(readline)g Ft(returns)h(is)g(allo)q
-(cated)f(with)75 1091 y Fs(malloc\(\))p Ft(;)g(the)g(caller)g(should)h
-Fs(free\(\))e Ft(the)i(line)f(when)h(it)f(has)h(\014nished)g(with)f
-(it.)23 b(The)17 b(declaration)75 1145 y(for)e Fs(readline)f
+Ft(.)137 817 y(The)20 b(function)f Fs(readline\(\))f
+Ft(prin)o(ts)h(a)g(prompt)g Fk(prompt)h Ft(and)f(then)h(reads)f(and)h
+(returns)f(a)g(sin-)75 871 y(gle)g(line)h(of)f(text)h(from)f(the)h
+(user.)34 b(Since)21 b(it's)d(p)q(ossible)i(to)f(en)o(ter)h(c)o
+(haracters)f(in)o(to)g(the)h(line)f(while)75 926 y(quoting)c(them)h(to)
+f(disable)g(an)o(y)h(Readline)g(editing)f(function)h(they)g(migh)o(t)e
+(normally)h(ha)o(v)o(e,)g(this)g(line)75 981 y(ma)o(y)20
+b(include)g(em)o(b)q(edded)i(newlines)e(and)g(other)g(sp)q(ecial)g(c)o
+(haracters.)34 b(If)21 b Fk(prompt)g Ft(is)e Fs(NULL)h
+Ft(or)g(the)75 1036 y(empt)o(y)c(string,)g Fs(readline\(\))g
+Ft(do)q(es)h(not)f(displa)o(y)g(a)g(prompt.)25 b(The)17
+b(line)f Fs(readline\(\))g Ft(returns)g(is)g(al-)75 1091
+y(lo)q(cated)f(with)f Fs(malloc\(\))p Ft(;)f(the)i(caller)g(should)f
+Fs(free\(\))h Ft(the)g(line)f(when)i(it)e(has)h(\014nished)g(with)g
+(it.)k(The)75 1145 y(declaration)14 b(for)h Fs(readline)f
 Ft(in)h(ANSI)h(C)f(is)195 1214 y Fs(char)23 b(*readline)g(\(const)g
 (char)g(*)p Fl(prompt)p Fs(\);)75 1283 y Ft(So,)15 b(one)g(migh)o(t)f
 (sa)o(y)195 1352 y Fs(char)23 b(*line)g(=)h(readline)f(\("Enter)g(a)h
@@ -8565,24 +8569,24 @@ Ft(in)h(ANSI)h(C)f(is)195 1214 y Fs(char)23 b(*readline)g(\(const)g
 (\014nal)g(newline)h(remo)o(v)o(ed,)75 1476 y(so)17 b(only)g(the)g
 (text)g(remains.)25 b(This)17 b(means)g(that)f(lines)h(consisting)f(of)
 h(a)g(newline)g(return)g(the)g(empt)o(y)75 1530 y(string.)137
-1599 y(If)12 b Fs(readline)f Ft(encoun)o(ters)h(an)f
-Fs(EOF)h Ft(while)f(reading)g(the)h(line,)g(and)g(the)g(line)f(is)g
-(empt)o(y)h(at)f(that)g(p)q(oin)o(t,)75 1654 y(then)k
-Fs(readline)e Ft(returns)i Fs(\(char)f(*\)NULL)p Ft(.)19
-b(Otherwise,)14 b(the)h(line)f(is)g(ended)i(just)e(as)g(if)g(a)g
-(newline)h(had)75 1709 y(b)q(een)h(t)o(yp)q(ed.)137 1778
-y(Readline)c(p)q(erforms)e(some)h(expansion)g(on)g(the)g
-Fk(prompt)g Ft(b)q(efore)g(it)g(is)f(displa)o(y)o(ed)g(on)h(the)g
-(screen.)19 b(See)75 1833 y(the)14 b(description)f(of)g
-Fs(rl_expand_prompt)e Ft(\(see)j(Section)f(2.4.6)f([Redispla)o(y],)h
-(page)g(41\))g(for)g(additional)75 1887 y(details,)19
-b(esp)q(ecially)f(if)h Fk(prompt)h Ft(will)e(con)o(tain)g(c)o
-(haracters)g(that)h(do)g(not)f(consume)i(ph)o(ysical)e(screen)75
-1942 y(space)d(when)h(displa)o(y)o(ed.)137 2011 y(If)e(y)o(ou)f(w)o(an)
-o(t)g(the)g(user)h(to)f(b)q(e)h(able)f(to)g(get)g(at)g(the)g(line)h
-(later,)e(\(with)g Fs(C-p)i Ft(for)e(example\),)h(y)o(ou)h(m)o(ust)75
-2066 y(call)g Fs(add_history\(\))g Ft(to)g(sa)o(v)o(e)h(the)g(line)g(a)
-o(w)o(a)o(y)f(in)h(a)f Fk(history)k Ft(list)c(of)h(suc)o(h)h(lines.)195
+1599 y(If)c(Readline)h(encoun)o(ters)f(an)g Fs(EOF)f
+Ft(while)g(reading)h(the)g(line,)g(and)g(the)g(line)f(is)h(empt)o(y)f
+(at)h(that)f(p)q(oin)o(t,)75 1654 y(then)18 b Fs(readline\(\))e
+Ft(returns)h Fs(\(char)d(*\)NULL)p Ft(.)25 b(Otherwise,)18
+b(the)f(line)g(is)g(ended)h(just)f(as)g(if)g(a)g(newline)75
+1709 y(had)e(b)q(een)i(t)o(yp)q(ed.)137 1778 y(Readline)12
+b(p)q(erforms)e(some)h(expansion)g(on)g(the)g Fk(prompt)g
+Ft(b)q(efore)g(it)g(is)f(displa)o(y)o(ed)g(on)h(the)g(screen.)19
+b(See)75 1833 y(the)14 b(description)f(of)g Fs(rl_expand_prompt)e
+Ft(\(see)j(Section)f(2.4.6)f([Redispla)o(y],)h(page)g(41\))g(for)g
+(additional)75 1887 y(details,)19 b(esp)q(ecially)f(if)h
+Fk(prompt)h Ft(will)e(con)o(tain)g(c)o(haracters)g(that)h(do)g(not)f
+(consume)i(ph)o(ysical)e(screen)75 1942 y(space)d(when)h(displa)o(y)o
+(ed.)137 2011 y(If)e(y)o(ou)f(w)o(an)o(t)g(the)g(user)h(to)f(b)q(e)h
+(able)f(to)g(get)g(at)g(the)g(line)h(later,)e(\(with)g
+Fs(C-p)i Ft(for)e(example\),)h(y)o(ou)h(m)o(ust)75 2066
+y(call)g Fs(add_history\(\))g Ft(to)g(sa)o(v)o(e)h(the)g(line)g(a)o(w)o
+(a)o(y)f(in)h(a)f Fk(history)k Ft(list)c(of)h(suc)o(h)h(lines.)195
 2135 y Fs(add_history)22 b(\(line\);)75 2204 y Ft(F)l(or)15
 b(full)f(details)g(on)h(the)h(GNU)f(History)f(Library)l(,)g(see)i(the)f
 (asso)q(ciated)f(man)o(ual.)137 2272 y(It)i(is)f(preferable)h(to)f(a)o
@@ -8885,17 +8889,17 @@ y Ft(The)17 b(address)g(of)f(the)g(last)g(command)g(function)h
 1465 y(test)d(whether)g(or)g(not)f(a)h(function)g(is)g(b)q(eing)h
 (executed)g(t)o(wice)e(in)h(succession,)g(for)g(example.)1685
 1563 y([V)l(ariable])-1801 b Fh(rl_hook_func_t)28 b(*)f
-(rl_startup_hook)195 1618 y Ft(If)17 b(non-zero,)h(this)f(is)f(the)i
-(address)f(of)f(a)h(function)g(to)g(call)f(just)h(b)q(efore)g
-Fs(readline)f Ft(prin)o(ts)h(the)195 1673 y(\014rst)e(prompt.)1685
-1771 y([V)l(ariable])-1801 b Fh(rl_hook_func_t)28 b(*)f
-(rl_pre_input_hook)195 1826 y Ft(If)18 b(non-zero,)g(this)f(is)h(the)g
-(address)f(of)h(a)f(function)h(to)f(call)g(after)g(the)h(\014rst)f
-(prompt)g(has)h(b)q(een)195 1881 y(prin)o(ted)d(and)g(just)g(b)q(efore)
-h Fs(readline)e Ft(starts)g(reading)g(input)i(c)o(haracters.)1685
-1980 y([V)l(ariable])-1801 b Fh(rl_hook_func_t)28 b(*)f(rl_event_hook)
-195 2034 y Ft(If)21 b(non-zero,)g(this)f(is)g(the)g(address)g(of)g(a)g
-(function)g(to)g(call)g(p)q(erio)q(dically)f(when)i(Readline)f(is)195
+(rl_startup_hook)195 1618 y Ft(If)19 b(non-zero,)g(this)f(is)f(the)i
+(address)f(of)g(a)g(function)h(to)e(call)h(just)g(b)q(efore)h(Readline)
+f(prin)o(ts)g(the)195 1673 y(\014rst)d(prompt.)1685 1771
+y([V)l(ariable])-1801 b Fh(rl_hook_func_t)28 b(*)f(rl_pre_input_hook)
+195 1826 y Ft(If)18 b(non-zero,)g(this)f(is)h(the)g(address)f(of)h(a)f
+(function)h(to)f(call)g(after)g(the)h(\014rst)f(prompt)g(has)h(b)q(een)
+195 1881 y(prin)o(ted)d(and)g(just)g(b)q(efore)h(Readline)f(starts)f
+(reading)h(input)g(c)o(haracters.)1685 1980 y([V)l(ariable])-1801
+b Fh(rl_hook_func_t)28 b(*)f(rl_event_hook)195 2034 y
+Ft(If)21 b(non-zero,)g(this)f(is)g(the)g(address)g(of)g(a)g(function)g
+(to)g(call)g(p)q(erio)q(dically)f(when)i(Readline)f(is)195
 2089 y(w)o(aiting)13 b(for)h(terminal)f(input.)20 b(By)14
 b(default,)g(this)g(will)g(b)q(e)h(called)f(at)g(most)g(ten)g(times)g
 (a)g(second)195 2144 y(if)h(there)g(is)g(no)g(k)o(eyb)q(oard)g(input.)
@@ -9062,7 +9066,7 @@ y Fs(RL_STATE_MACROINPUT)435 458 y Ft(Readline)d(is)g(curren)o(tly)g
 (mo)q(de.)195 838 y Fs(RL_STATE_COMPLETING)435 893 y
 Ft(Readline)h(is)g(p)q(erforming)g(w)o(ord)f(completion.)195
 965 y Fs(RL_STATE_SIGHANDLER)435 1019 y Ft(Readline)h(is)g(curren)o
-(tly)g(executing)g(the)g(readline)g(signal)f(handler.)195
+(tly)g(executing)g(the)g(Readline)h(signal)e(handler.)195
 1091 y Fs(RL_STATE_UNDOING)435 1146 y Ft(Readline)h(is)g(p)q(erforming)
 g(an)g(undo.)195 1218 y Fs(RL_STATE_INPUTPENDING)435
 1273 y Ft(Readline)g(has)h(input)f(p)q(ending)h(due)g(to)e(a)h(call)f
@@ -12030,7 +12034,7 @@ Fa(:)s(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
 b Fb(46)73 785 y Fr(A)75 844 y Fe(abort)c(\(C-g\))e Fa(:)t(:)d(:)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(:)h(:)f(:)g(:)g(:)15
-b Fb(24)75 889 y Fe(accept-lin)o(e)10 b(\(Newline)f(or)j(Return\))7
+b Fb(25)75 889 y Fe(accept-lin)o(e)10 b(\(Newline)f(or)j(Return\))7
 b Fa(:)t(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)14
 b Fb(19)75 933 y(activ)o(e-region-end-color)c Fa(:)c(:)h(:)f(:)g(:)g(:)
 g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
@@ -12086,7 +12090,7 @@ b(:)f(:)g(:)g(:)h(:)f(:)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(:)g(:)k
 Fb(6)75 2203 y Fe(complete)g(\(TAB\))5 b Fa(:)t(:)h(:)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(:)h(:)f(:)11 b Fb(23)75 2247 y(completion-displa)o
+g(:)g(:)g(:)g(:)g(:)h(:)f(:)11 b Fb(24)75 2247 y(completion-displa)o
 (y-width)5 b Fa(:)i(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)12 b Fb(6)75 2291
 y(completion-ignore-case)e Fa(:)d(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
@@ -12115,24 +12119,24 @@ b(\(\))s Fa(:)5 b(:)h(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)k Fb(24)1012 558 y
 Fe(delete-hori)o(zo)o(nta)o(l-)o(spa)o(ce)f(\(\))e Fa(:)e(:)h(:)g(:)g
 (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)14
-b Fb(22)1012 603 y Fe(digit-argum)o(en)o(t)c(\()p Fc(M-0)p
+b Fb(23)1012 603 y Fe(digit-argum)o(en)o(t)c(\()p Fc(M-0)p
 Fe(,)h Fc(M-1)p Fe(,)g(...)h Fc(M--)p Fe(\))7 b Fa(:)t(:)f(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)14 b Fb(23)1012 647 y(disable-completion)d
 Fa(:)6 b(:)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(:)g(:)g(:)17
 b Fb(7)1012 692 y Fe(do-lowercas)o(e-)o(ver)o(si)o(on)9
 b(\(M-A,)i(M-B,)h(M-)p Fc(x)p Fe(,)f(...)o(\))6 b Fa(:)g(:)13
-b Fb(24)1012 736 y Fe(downcase-wo)o(rd)c(\(M-l\))e Fa(:)t(:)f(:)g(:)g
+b Fb(25)1012 736 y Fe(downcase-wo)o(rd)c(\(M-l\))e Fa(:)t(:)f(:)g(:)g
 (:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
 f(:)g(:)g(:)g(:)14 b Fb(22)1012 780 y Fe(dump-functi)o(on)o(s)c(\(\))e
 Fa(:)f(:)f(:)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(:)17 b Fb(25)1012
+(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)17 b Fb(26)1012
 825 y Fe(dump-macros)9 b(\(\))c Fa(:)g(:)h(:)g(:)g(:)g(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
 g(:)g(:)g(:)g(:)g(:)12 b Fb(26)1012 869 y Fe(dump-variab)o(le)o(s)e
 (\(\))e Fa(:)f(:)f(:)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(:)17
-b Fb(25)1010 1009 y Fr(E)1012 1070 y Fb(ec)o(ho-con)o(trol-c)o
+b Fb(26)1010 1009 y Fr(E)1012 1070 y Fb(ec)o(ho-con)o(trol-c)o
 (haracters)7 b Fa(:)h(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
 (:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)14
 b Fb(7)1012 1115 y(editing-mo)q(de)5 b Fa(:)i(:)f(:)g(:)g(:)g(:)g(:)g
@@ -12172,7 +12176,7 @@ b(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
 17 b Fb(8)1010 1832 y Fr(F)1012 1892 y Fe(fetch-histo)o(ry)9
 b(\(\))h Fa(:)c(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)18
-b Fb(20)1012 1937 y(force-meta-pre\014x)6 b Fa(:)i(:)e(:)g(:)g(:)g(:)g
+b Fb(21)1012 1937 y(force-meta-pre\014x)6 b Fa(:)i(:)e(:)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(:)h(:)f(:)13 b Fb(8)1012 1981 y
 Fe(forward-bac)o(kw)o(ard)o(-d)o(ele)o(te)o(-ch)o(ar)c(\(\))g
@@ -12189,7 +12193,7 @@ b Fb(18)1010 2250 y Fr(H)1012 2310 y Fb(history-preserv)o(e-p)q(oin)o
 (:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)15 b Fb(8)1012
 2355 y Fe(history-sea)o(rc)o(h-b)o(ac)o(kwa)o(rd)9 b(\(\))e
 Fa(:)e(:)h(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
-(:)14 b Fb(19)1012 2399 y Fe(history-sea)o(rc)o(h-f)o(or)o(war)o(d)c
+(:)14 b Fb(20)1012 2399 y Fe(history-sea)o(rc)o(h-f)o(or)o(war)o(d)c
 (\(\))e Fa(:)d(:)h(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
 (:)g(:)g(:)g(:)15 b Fb(20)1012 2444 y(history-size)d
 Fa(:)6 b(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
@@ -12211,7 +12215,7 @@ g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g
 Fa(:)t(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)12 b Fb(25)75 296 y Fe(insert-com)o(pl)o
 (eti)o(on)o(s)e(\(M-*\))f Fa(:)t(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)16 b Fb(23)75 339
+g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)16 b Fb(24)75 339
 y(isearc)o(h-terminators)t Fa(:)7 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
 g(:)g(:)11 b Fb(9)73 472 y Fr(K)75 532 y Fb(k)o(eymap)c
@@ -12269,10 +12273,10 @@ Fa(:)d(:)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(:)h(:)f(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)k Fb(10)75 2102 y Fe(possible-c)o(om)o
 (ple)o(ti)o(ons)f(\(M-?\))e Fa(:)t(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)13 b Fb(23)75 2147 y Fe(prefix-met)o(a)d
+(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)13 b Fb(24)75 2147 y Fe(prefix-met)o(a)d
 (\(ESC\))d Fa(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)16
-b Fb(24)75 2191 y Fe(previous-h)o(is)o(tor)o(y)10 b(\(C-p\))s
+b Fb(25)75 2191 y Fe(previous-h)o(is)o(tor)o(y)10 b(\(C-p\))s
 Fa(:)t(:)c(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)k Fb(19)75 2235 y Fe(previous-s)o(cr)o(een)o(-l)
 o(ine)f(\(\))h Fa(:)c(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h
@@ -12283,7 +12287,7 @@ o(bd-)o(ma)o(cro)9 b(\(\))h Fa(:)c(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
 b Fa(:)t(:)h(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)
 g(:)h(:)k Fb(21)1010 147 y Fr(R)1012 205 y Fe(re-read-ini)o(t-)o(fil)o
 (e)f(\(C-x)h(C-r\))e Fa(:)t(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)g(:)16 b Fb(24)1012 249 y Fe(readline)9
+(:)g(:)g(:)g(:)g(:)16 b Fb(25)1012 249 y Fe(readline)9
 b Fa(:)s(:)d(:)g(:)h(:)f(:)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(:)g(:)g(:)h
 (:)f(:)g(:)g(:)16 b Fb(27)1012 293 y Fe(redraw-curr)o(en)o(t-l)o(in)o
@@ -12641,21 +12645,21 @@ b(\(C-t\))t Fa(:)c(:)h(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)12 b Fb(21)1012
 1780 y Fe(transpose-w)o(or)o(ds)d(\(M-t\))t Fa(:)c(:)h(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)
-12 b Fb(21)1010 1912 y Fr(U)1012 1971 y Fe(undo)g(\(C-_)f(or)h(C-x)g
+12 b Fb(22)1010 1912 y Fr(U)1012 1971 y Fe(undo)g(\(C-_)f(or)h(C-x)g
 (C-u\))6 b Fa(:)t(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)13 b Fb(25)1012
 2015 y Fe(universal-a)o(rg)o(ume)o(nt)c(\(\))t Fa(:)d(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)
 g(:)12 b Fb(23)1012 2059 y Fe(unix-filena)o(me)o(-ru)o(bo)o(ut)d(\(\))h
 Fa(:)c(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g
-(:)g(:)g(:)g(:)18 b Fb(22)1012 2103 y Fe(unix-line-d)o(is)o(car)o(d)10
+(:)g(:)g(:)g(:)18 b Fb(23)1012 2103 y Fe(unix-line-d)o(is)o(car)o(d)10
 b(\(C-u\))e Fa(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
 (:)g(:)g(:)g(:)g(:)g(:)g(:)18 b Fb(22)1012 2147 y Fe(unix-word-r)o(ub)o
 (out)9 b(\(C-w\))s Fa(:)t(:)d(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)k Fb(22)1012
+(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)k Fb(23)1012
 2191 y Fe(upcase-word)f(\(M-u\))e Fa(:)g(:)f(:)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(:)17 b Fb(21)1010 2323 y Fr(V)1012 2382 y Fb(vi-cmd-mo)q
+(:)g(:)17 b Fb(22)1010 2323 y Fr(V)1012 2382 y Fb(vi-cmd-mo)q
 (de-string)11 b Fa(:)6 b(:)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(:)17
 b Fb(11)1012 2427 y Fe(vi-editing-)o(mo)o(de)9 b(\(M-C-j\))f
index c9c6b023bf880c27de8f5fe66c7fc002cda868d4..8bce389b1903c73d35dcd46f1b82bc6457b8141a 100644 (file)
Binary files a/lib/readline/doc/readline_3.pdf and b/lib/readline/doc/readline_3.pdf differ
index 4cb3686cbf70cc3255be27b4f2ffc285b4eb19ee..31ab893b7b190eb89264da78b0e1e74563a86641 100644 (file)
@@ -9,17 +9,17 @@
 @xrdef{Command Line Editing-pg}{1}
 @xrdef{Introduction and Notation-pg}{1}
 @xrdef{Readline Interaction-pg}{1}
-@xrdef{Readline Bare Essentials-pg}{1}
 @xrdef{Readline Movement Commands-title}{Readline Movement Commands}
 @xrdef{Readline Movement Commands-snt}{Section@tie 1.2.2}
 @xrdef{Readline Killing Commands-title}{Readline Killing Commands}
 @xrdef{Readline Killing Commands-snt}{Section@tie 1.2.3}
+@xrdef{Readline Bare Essentials-pg}{2}
 @xrdef{Readline Movement Commands-pg}{2}
-@xrdef{Readline Killing Commands-pg}{2}
 @xrdef{Readline Arguments-title}{Readline Arguments}
 @xrdef{Readline Arguments-snt}{Section@tie 1.2.4}
 @xrdef{Searching-title}{Searching for Commands in the History}
 @xrdef{Searching-snt}{Section@tie 1.2.5}
+@xrdef{Readline Killing Commands-pg}{3}
 @xrdef{Readline Arguments-pg}{3}
 @xrdef{Searching-pg}{3}
 @xrdef{Readline Init File-title}{Readline Init File}
 @xrdef{Readline Init File Syntax-pg}{4}
 @xrdef{Conditional Init Constructs-title}{Conditional Init Constructs}
 @xrdef{Conditional Init Constructs-snt}{Section@tie 1.3.2}
-@xrdef{Conditional Init Constructs-pg}{12}
+@xrdef{Conditional Init Constructs-pg}{14}
 @xrdef{Sample Init File-title}{Sample Init File}
 @xrdef{Sample Init File-snt}{Section@tie 1.3.3}
-@xrdef{Sample Init File-pg}{13}
+@xrdef{Sample Init File-pg}{15}
 @xrdef{Bindable Readline Commands-title}{Bindable Readline Commands}
 @xrdef{Bindable Readline Commands-snt}{Section@tie 1.4}
 @xrdef{Commands For Moving-title}{Commands For Moving}
 @xrdef{Commands For Moving-snt}{Section@tie 1.4.1}
-@xrdef{Bindable Readline Commands-pg}{16}
-@xrdef{Commands For Moving-pg}{16}
+@xrdef{Bindable Readline Commands-pg}{18}
+@xrdef{Commands For Moving-pg}{18}
 @xrdef{Commands For History-title}{Commands For Manipulating The History}
 @xrdef{Commands For History-snt}{Section@tie 1.4.2}
-@xrdef{Commands For History-pg}{17}
+@xrdef{Commands For History-pg}{19}
 @xrdef{Commands For Text-title}{Commands For Changing Text}
 @xrdef{Commands For Text-snt}{Section@tie 1.4.3}
-@xrdef{Commands For Text-pg}{18}
+@xrdef{Commands For Text-pg}{21}
 @xrdef{Commands For Killing-title}{Killing And Yanking}
 @xrdef{Commands For Killing-snt}{Section@tie 1.4.4}
-@xrdef{Commands For Killing-pg}{19}
+@xrdef{Commands For Killing-pg}{22}
 @xrdef{Numeric Arguments-title}{Specifying Numeric Arguments}
 @xrdef{Numeric Arguments-snt}{Section@tie 1.4.5}
-@xrdef{Numeric Arguments-pg}{20}
 @xrdef{Commands For Completion-title}{Letting Readline Type For You}
 @xrdef{Commands For Completion-snt}{Section@tie 1.4.6}
+@xrdef{Numeric Arguments-pg}{23}
 @xrdef{Keyboard Macros-title}{Keyboard Macros}
 @xrdef{Keyboard Macros-snt}{Section@tie 1.4.7}
-@xrdef{Commands For Completion-pg}{21}
-@xrdef{Keyboard Macros-pg}{21}
 @xrdef{Miscellaneous Commands-title}{Some Miscellaneous Commands}
 @xrdef{Miscellaneous Commands-snt}{Section@tie 1.4.8}
-@xrdef{Miscellaneous Commands-pg}{22}
+@xrdef{Commands For Completion-pg}{24}
+@xrdef{Keyboard Macros-pg}{24}
+@xrdef{Miscellaneous Commands-pg}{25}
 @xrdef{Readline vi Mode-title}{Readline vi Mode}
 @xrdef{Readline vi Mode-snt}{Section@tie 1.5}
-@xrdef{Readline vi Mode-pg}{23}
+@xrdef{Readline vi Mode-pg}{26}
 @xrdef{Programming with GNU Readline-title}{Programming with GNU Readline}
 @xrdef{Programming with GNU Readline-snt}{Chapter@tie 2}
 @xrdef{Basic Behavior-title}{Basic Behavior}
 @xrdef{Basic Behavior-snt}{Section@tie 2.1}
-@xrdef{Programming with GNU Readline-pg}{24}
-@xrdef{Basic Behavior-pg}{24}
+@xrdef{Programming with GNU Readline-pg}{27}
+@xrdef{Basic Behavior-pg}{27}
 @xrdef{Custom Functions-title}{Custom Functions}
 @xrdef{Custom Functions-snt}{Section@tie 2.2}
-@xrdef{Custom Functions-pg}{25}
+@xrdef{Custom Functions-pg}{28}
 @xrdef{Readline Typedefs-title}{Readline Typedefs}
 @xrdef{Readline Typedefs-snt}{Section@tie 2.2.1}
 @xrdef{Function Writing-title}{Writing a New Function}
 @xrdef{Function Writing-snt}{Section@tie 2.2.2}
-@xrdef{Readline Typedefs-pg}{26}
-@xrdef{Function Writing-pg}{26}
+@xrdef{Readline Typedefs-pg}{29}
 @xrdef{Readline Variables-title}{Readline Variables}
 @xrdef{Readline Variables-snt}{Section@tie 2.3}
-@xrdef{Readline Variables-pg}{27}
+@xrdef{Function Writing-pg}{30}
+@xrdef{Readline Variables-pg}{30}
 @xrdef{Readline Convenience Functions-title}{Readline Convenience Functions}
 @xrdef{Readline Convenience Functions-snt}{Section@tie 2.4}
 @xrdef{Function Naming-title}{Naming a Function}
 @xrdef{Function Naming-snt}{Section@tie 2.4.1}
 @xrdef{Keymaps-title}{Selecting a Keymap}
 @xrdef{Keymaps-snt}{Section@tie 2.4.2}
-@xrdef{Readline Convenience Functions-pg}{32}
-@xrdef{Function Naming-pg}{32}
+@xrdef{Readline Convenience Functions-pg}{36}
+@xrdef{Function Naming-pg}{36}
+@xrdef{Keymaps-pg}{36}
 @xrdef{Binding Keys-title}{Binding Keys}
 @xrdef{Binding Keys-snt}{Section@tie 2.4.3}
-@xrdef{Keymaps-pg}{33}
-@xrdef{Binding Keys-pg}{33}
+@xrdef{Binding Keys-pg}{37}
 @xrdef{Associating Function Names and Bindings-title}{Associating Function Names and Bindings}
 @xrdef{Associating Function Names and Bindings-snt}{Section@tie 2.4.4}
-@xrdef{Associating Function Names and Bindings-pg}{35}
+@xrdef{Associating Function Names and Bindings-pg}{39}
 @xrdef{Allowing Undoing-title}{Allowing Undoing}
 @xrdef{Allowing Undoing-snt}{Section@tie 2.4.5}
-@xrdef{Allowing Undoing-pg}{36}
+@xrdef{Allowing Undoing-pg}{40}
 @xrdef{Redisplay-title}{Redisplay}
 @xrdef{Redisplay-snt}{Section@tie 2.4.6}
-@xrdef{Redisplay-pg}{37}
+@xrdef{Redisplay-pg}{41}
 @xrdef{Modifying Text-title}{Modifying Text}
 @xrdef{Modifying Text-snt}{Section@tie 2.4.7}
-@xrdef{Modifying Text-pg}{38}
 @xrdef{Character Input-title}{Character Input}
 @xrdef{Character Input-snt}{Section@tie 2.4.8}
+@xrdef{Modifying Text-pg}{43}
+@xrdef{Character Input-pg}{43}
 @xrdef{Terminal Management-title}{Terminal Management}
 @xrdef{Terminal Management-snt}{Section@tie 2.4.9}
-@xrdef{Character Input-pg}{39}
-@xrdef{Terminal Management-pg}{39}
+@xrdef{Terminal Management-pg}{44}
 @xrdef{Utility Functions-title}{Utility Functions}
 @xrdef{Utility Functions-snt}{Section@tie 2.4.10}
-@xrdef{Utility Functions-pg}{40}
+@xrdef{Utility Functions-pg}{45}
 @xrdef{Miscellaneous Functions-title}{Miscellaneous Functions}
 @xrdef{Miscellaneous Functions-snt}{Section@tie 2.4.11}
-@xrdef{Miscellaneous Functions-pg}{41}
+@xrdef{Miscellaneous Functions-pg}{46}
 @xrdef{Alternate Interface-title}{Alternate Interface}
 @xrdef{Alternate Interface-snt}{Section@tie 2.4.12}
-@xrdef{Alternate Interface-pg}{42}
+@xrdef{Alternate Interface-pg}{47}
 @xrdef{A Readline Example-title}{A Readline Example}
 @xrdef{A Readline Example-snt}{Section@tie 2.4.13}
-@xrdef{A Readline Example-pg}{43}
+@xrdef{A Readline Example-pg}{48}
 @xrdef{Alternate Interface Example-title}{Alternate Interface Example}
 @xrdef{Alternate Interface Example-snt}{Section@tie 2.4.14}
-@xrdef{Alternate Interface Example-pg}{44}
+@xrdef{Alternate Interface Example-pg}{50}
 @xrdef{Readline Signal Handling-title}{Readline Signal Handling}
 @xrdef{Readline Signal Handling-snt}{Section@tie 2.5}
-@xrdef{Readline Signal Handling-pg}{47}
+@xrdef{Readline Signal Handling-pg}{52}
 @xrdef{Custom Completers-title}{Custom Completers}
 @xrdef{Custom Completers-snt}{Section@tie 2.6}
 @xrdef{How Completing Works-title}{How Completing Works}
 @xrdef{How Completing Works-snt}{Section@tie 2.6.1}
-@xrdef{Custom Completers-pg}{49}
+@xrdef{Custom Completers-pg}{55}
+@xrdef{How Completing Works-pg}{55}
 @xrdef{Completion Functions-title}{Completion Functions}
 @xrdef{Completion Functions-snt}{Section@tie 2.6.2}
-@xrdef{How Completing Works-pg}{50}
-@xrdef{Completion Functions-pg}{50}
+@xrdef{Completion Functions-pg}{56}
 @xrdef{Completion Variables-title}{Completion Variables}
 @xrdef{Completion Variables-snt}{Section@tie 2.6.3}
-@xrdef{Completion Variables-pg}{52}
+@xrdef{Completion Variables-pg}{57}
 @xrdef{A Short Completion Example-title}{A Short Completion Example}
 @xrdef{A Short Completion Example-snt}{Section@tie 2.6.4}
-@xrdef{A Short Completion Example-pg}{56}
+@xrdef{A Short Completion Example-pg}{63}
 @xrdef{GNU Free Documentation License-title}{GNU Free Documentation License}
 @xrdef{GNU Free Documentation License-snt}{Appendix@tie @char65{}}
-@xrdef{GNU Free Documentation License-pg}{65}
+@xrdef{GNU Free Documentation License-pg}{72}
 @xrdef{Concept Index-title}{Concept Index}
 @xrdef{Concept Index-snt}{}
-@xrdef{Concept Index-pg}{73}
+@xrdef{Concept Index-pg}{80}
 @xrdef{Function and Variable Index-title}{Function and Variable Index}
 @xrdef{Function and Variable Index-snt}{}
-@xrdef{Function and Variable Index-pg}{74}
+@xrdef{Function and Variable Index-pg}{81}
index 0285c939317625df8b63e947b69b8768ec512e59..a521df400193a5a3e53df4ef0ccbdb44e0aa7fef 100644 (file)
@@ -1,11 +1,11 @@
 \entry{interaction, readline}{1}{interaction, readline}
-\entry{notation, readline}{1}{notation, readline}
-\entry{command editing}{1}{command editing}
-\entry{editing command lines}{1}{editing command lines}
-\entry{killing text}{2}{killing text}
-\entry{yanking text}{2}{yanking text}
-\entry{kill ring}{2}{kill ring}
+\entry{notation, readline}{2}{notation, readline}
+\entry{command editing}{2}{command editing}
+\entry{editing command lines}{2}{editing command lines}
+\entry{killing text}{3}{killing text}
+\entry{yanking text}{3}{yanking text}
+\entry{kill ring}{3}{kill ring}
 \entry{initialization file, readline}{4}{initialization file, readline}
-\entry{variables, readline}{4}{variables, readline}
-\entry{readline, function}{24}{readline, function}
-\entry{application-specific completion functions}{49}{application-specific completion functions}
+\entry{variables, readline}{5}{variables, readline}
+\entry{readline, function}{27}{readline, function}
+\entry{application-specific completion functions}{55}{application-specific completion functions}
index 5bd098b5b8213c5ad3873e6e321aee39c54d24fd..1ba484bc8b9b2891bac933dfc876b48ada871216 100644 (file)
@@ -1,20 +1,20 @@
 \initial {A}
-\entry {application-specific completion functions}{49}
+\entry{application-specific completion functions}{55}
 \initial {C}
-\entry {command editing}{1}
+\entry{command editing}{2}
 \initial {E}
-\entry {editing command lines}{1}
+\entry{editing command lines}{2}
 \initial {I}
-\entry {initialization file, readline}{4}
-\entry {interaction, readline}{1}
+\entry{initialization file, readline}{4}
+\entry{interaction, readline}{1}
 \initial {K}
-\entry {kill ring}{2}
-\entry {killing text}{2}
+\entry{kill ring}{3}
+\entry{killing text}{3}
 \initial {N}
-\entry {notation, readline}{1}
+\entry{notation, readline}{2}
 \initial {R}
-\entry {readline, function}{24}
+\entry{readline, function}{27}
 \initial {V}
-\entry {variables, readline}{4}
+\entry{variables, readline}{5}
 \initial {Y}
-\entry {yanking text}{2}
+\entry{yanking text}{3}
index c84e7edc10e8045d27b0f6f142719ce008d8cb2d..6fa09415767764640f9faec10faa68c83d9027ee 100644 (file)
+\entry{active-region-start-color}{5}{active-region-start-color}
+\entry{active-region-end-color}{5}{active-region-end-color}
 \entry{bell-style}{5}{bell-style}
 \entry{bind-tty-special-chars}{5}{bind-tty-special-chars}
-\entry{blink-matching-paren}{5}{blink-matching-paren}
-\entry{colored-completion-prefix}{5}{colored-completion-prefix}
-\entry{colored-stats}{5}{colored-stats}
-\entry{comment-begin}{5}{comment-begin}
-\entry{completion-display-width}{5}{completion-display-width}
-\entry{completion-ignore-case}{5}{completion-ignore-case}
-\entry{completion-map-case}{5}{completion-map-case}
-\entry{completion-prefix-display-length}{5}{completion-prefix-display-length}
+\entry{blink-matching-paren}{6}{blink-matching-paren}
+\entry{colored-completion-prefix}{6}{colored-completion-prefix}
+\entry{colored-stats}{6}{colored-stats}
+\entry{comment-begin}{6}{comment-begin}
+\entry{completion-display-width}{6}{completion-display-width}
+\entry{completion-ignore-case}{6}{completion-ignore-case}
+\entry{completion-map-case}{6}{completion-map-case}
+\entry{completion-prefix-display-length}{6}{completion-prefix-display-length}
 \entry{completion-query-items}{6}{completion-query-items}
-\entry{convert-meta}{6}{convert-meta}
-\entry{disable-completion}{6}{disable-completion}
-\entry{echo-control-characters}{6}{echo-control-characters}
-\entry{editing-mode}{6}{editing-mode}
-\entry{emacs-mode-string}{6}{emacs-mode-string}
-\entry{enable-bracketed-paste}{6}{enable-bracketed-paste}
-\entry{enable-keypad}{7}{enable-keypad}
-\entry{expand-tilde}{7}{expand-tilde}
-\entry{history-preserve-point}{7}{history-preserve-point}
-\entry{history-size}{7}{history-size}
-\entry{horizontal-scroll-mode}{7}{horizontal-scroll-mode}
-\entry{input-meta}{7}{input-meta}
-\entry{meta-flag}{7}{meta-flag}
-\entry{isearch-terminators}{7}{isearch-terminators}
-\entry{keymap}{8}{keymap}
-\entry{mark-modified-lines}{8}{mark-modified-lines}
-\entry{mark-symlinked-directories}{8}{mark-symlinked-directories}
-\entry{match-hidden-files}{8}{match-hidden-files}
-\entry{menu-complete-display-prefix}{8}{menu-complete-display-prefix}
-\entry{output-meta}{8}{output-meta}
-\entry{page-completions}{9}{page-completions}
-\entry{revert-all-at-newline}{9}{revert-all-at-newline}
-\entry{show-all-if-ambiguous}{9}{show-all-if-ambiguous}
-\entry{show-all-if-unmodified}{9}{show-all-if-unmodified}
-\entry{show-mode-in-prompt}{9}{show-mode-in-prompt}
-\entry{skip-completed-text}{9}{skip-completed-text}
-\entry{vi-cmd-mode-string}{10}{vi-cmd-mode-string}
-\entry{vi-ins-mode-string}{10}{vi-ins-mode-string}
-\entry{visible-stats}{10}{visible-stats}
-\entry{beginning-of-line (C-a)}{16}{\code {beginning-of-line (C-a)}}
-\entry{end-of-line (C-e)}{16}{\code {end-of-line (C-e)}}
-\entry{forward-char (C-f)}{16}{\code {forward-char (C-f)}}
-\entry{backward-char (C-b)}{16}{\code {backward-char (C-b)}}
-\entry{forward-word (M-f)}{16}{\code {forward-word (M-f)}}
-\entry{backward-word (M-b)}{16}{\code {backward-word (M-b)}}
-\entry{previous-screen-line ()}{16}{\code {previous-screen-line ()}}
-\entry{next-screen-line ()}{16}{\code {next-screen-line ()}}
-\entry{clear-screen (C-l)}{16}{\code {clear-screen (C-l)}}
-\entry{redraw-current-line ()}{17}{\code {redraw-current-line ()}}
-\entry{accept-line (Newline or Return)}{17}{\code {accept-line (Newline or Return)}}
-\entry{previous-history (C-p)}{17}{\code {previous-history (C-p)}}
-\entry{next-history (C-n)}{17}{\code {next-history (C-n)}}
-\entry{beginning-of-history (M-<)}{17}{\code {beginning-of-history (M-<)}}
-\entry{end-of-history (M->)}{17}{\code {end-of-history (M->)}}
-\entry{reverse-search-history (C-r)}{17}{\code {reverse-search-history (C-r)}}
-\entry{forward-search-history (C-s)}{17}{\code {forward-search-history (C-s)}}
-\entry{non-incremental-reverse-search-history (M-p)}{17}{\code {non-incremental-reverse-search-history (M-p)}}
-\entry{non-incremental-forward-search-history (M-n)}{17}{\code {non-incremental-forward-search-history (M-n)}}
-\entry{history-search-forward ()}{17}{\code {history-search-forward ()}}
-\entry{history-search-backward ()}{17}{\code {history-search-backward ()}}
-\entry{history-substring-search-forward ()}{17}{\code {history-substring-search-forward ()}}
-\entry{history-substring-search-backward ()}{18}{\code {history-substring-search-backward ()}}
-\entry{yank-nth-arg (M-C-y)}{18}{\code {yank-nth-arg (M-C-y)}}
-\entry{yank-last-arg (M-. or M-_)}{18}{\code {yank-last-arg (M-. or M-_)}}
-\entry{end-of-file (usually C-d)}{18}{\code {\i {end-of-file} (usually C-d)}}
-\entry{delete-char (C-d)}{18}{\code {delete-char (C-d)}}
-\entry{backward-delete-char (Rubout)}{18}{\code {backward-delete-char (Rubout)}}
-\entry{forward-backward-delete-char ()}{18}{\code {forward-backward-delete-char ()}}
-\entry{quoted-insert (C-q or C-v)}{18}{\code {quoted-insert (C-q or C-v)}}
-\entry{tab-insert (M-TAB)}{19}{\code {tab-insert (M-\key {TAB})}}
-\entry{self-insert (a, b, A, 1, !, ...{})}{19}{\code {self-insert (a, b, A, 1, !, \dots {})}}
-\entry{bracketed-paste-begin ()}{19}{\code {bracketed-paste-begin ()}}
-\entry{transpose-chars (C-t)}{19}{\code {transpose-chars (C-t)}}
-\entry{transpose-words (M-t)}{19}{\code {transpose-words (M-t)}}
-\entry{upcase-word (M-u)}{19}{\code {upcase-word (M-u)}}
-\entry{downcase-word (M-l)}{19}{\code {downcase-word (M-l)}}
-\entry{capitalize-word (M-c)}{19}{\code {capitalize-word (M-c)}}
-\entry{overwrite-mode ()}{19}{\code {overwrite-mode ()}}
-\entry{kill-line (C-k)}{19}{\code {kill-line (C-k)}}
-\entry{backward-kill-line (C-x Rubout)}{20}{\code {backward-kill-line (C-x Rubout)}}
-\entry{unix-line-discard (C-u)}{20}{\code {unix-line-discard (C-u)}}
-\entry{kill-whole-line ()}{20}{\code {kill-whole-line ()}}
-\entry{kill-word (M-d)}{20}{\code {kill-word (M-d)}}
-\entry{backward-kill-word (M-DEL)}{20}{\code {backward-kill-word (M-\key {DEL})}}
-\entry{unix-word-rubout (C-w)}{20}{\code {unix-word-rubout (C-w)}}
-\entry{unix-filename-rubout ()}{20}{\code {unix-filename-rubout ()}}
-\entry{delete-horizontal-space ()}{20}{\code {delete-horizontal-space ()}}
-\entry{kill-region ()}{20}{\code {kill-region ()}}
-\entry{copy-region-as-kill ()}{20}{\code {copy-region-as-kill ()}}
-\entry{copy-backward-word ()}{20}{\code {copy-backward-word ()}}
-\entry{copy-forward-word ()}{20}{\code {copy-forward-word ()}}
-\entry{yank (C-y)}{20}{\code {yank (C-y)}}
-\entry{yank-pop (M-y)}{20}{\code {yank-pop (M-y)}}
-\entry{digit-argument (M-0, M-1, ...{} M--)}{20}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
-\entry{universal-argument ()}{21}{\code {universal-argument ()}}
-\entry{complete (TAB)}{21}{\code {complete (\key {TAB})}}
-\entry{possible-completions (M-?)}{21}{\code {possible-completions (M-?)}}
-\entry{insert-completions (M-*)}{21}{\code {insert-completions (M-*)}}
-\entry{menu-complete ()}{21}{\code {menu-complete ()}}
-\entry{menu-complete-backward ()}{21}{\code {menu-complete-backward ()}}
-\entry{delete-char-or-list ()}{21}{\code {delete-char-or-list ()}}
-\entry{start-kbd-macro (C-x ()}{21}{\code {start-kbd-macro (C-x ()}}
-\entry{end-kbd-macro (C-x ))}{22}{\code {end-kbd-macro (C-x ))}}
-\entry{call-last-kbd-macro (C-x e)}{22}{\code {call-last-kbd-macro (C-x e)}}
-\entry{print-last-kbd-macro ()}{22}{\code {print-last-kbd-macro ()}}
-\entry{re-read-init-file (C-x C-r)}{22}{\code {re-read-init-file (C-x C-r)}}
-\entry{abort (C-g)}{22}{\code {abort (C-g)}}
-\entry{do-lowercase-version (M-A, M-B, M-x, ...{})}{22}{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}
-\entry{prefix-meta (ESC)}{22}{\code {prefix-meta (\key {ESC})}}
-\entry{undo (C-_ or C-x C-u)}{22}{\code {undo (C-_ or C-x C-u)}}
-\entry{revert-line (M-r)}{22}{\code {revert-line (M-r)}}
-\entry{tilde-expand (M-~)}{22}{\code {tilde-expand (M-~)}}
-\entry{set-mark (C-@)}{22}{\code {set-mark (C-@)}}
-\entry{exchange-point-and-mark (C-x C-x)}{22}{\code {exchange-point-and-mark (C-x C-x)}}
-\entry{character-search (C-])}{22}{\code {character-search (C-])}}
-\entry{character-search-backward (M-C-])}{22}{\code {character-search-backward (M-C-])}}
-\entry{skip-csi-sequence ()}{23}{\code {skip-csi-sequence ()}}
-\entry{insert-comment (M-#)}{23}{\code {insert-comment (M-#)}}
-\entry{dump-functions ()}{23}{\code {dump-functions ()}}
-\entry{dump-variables ()}{23}{\code {dump-variables ()}}
-\entry{dump-macros ()}{23}{\code {dump-macros ()}}
-\entry{emacs-editing-mode (C-e)}{23}{\code {emacs-editing-mode (C-e)}}
-\entry{vi-editing-mode (M-C-j)}{23}{\code {vi-editing-mode (M-C-j)}}
-\entry{readline}{24}{\code {readline}}
-\entry{rl_add_defun}{32}{\code {rl_add_defun}}
-\entry{rl_make_bare_keymap}{33}{\code {rl_make_bare_keymap}}
-\entry{rl_copy_keymap}{33}{\code {rl_copy_keymap}}
-\entry{rl_make_keymap}{33}{\code {rl_make_keymap}}
-\entry{rl_discard_keymap}{33}{\code {rl_discard_keymap}}
-\entry{rl_free_keymap}{33}{\code {rl_free_keymap}}
-\entry{rl_empty_keymap}{33}{\code {rl_empty_keymap}}
-\entry{rl_get_keymap}{33}{\code {rl_get_keymap}}
-\entry{rl_set_keymap}{33}{\code {rl_set_keymap}}
-\entry{rl_get_keymap_by_name}{33}{\code {rl_get_keymap_by_name}}
-\entry{rl_get_keymap_name}{33}{\code {rl_get_keymap_name}}
-\entry{rl_bind_key}{34}{\code {rl_bind_key}}
-\entry{rl_bind_key_in_map}{34}{\code {rl_bind_key_in_map}}
-\entry{rl_bind_key_if_unbound}{34}{\code {rl_bind_key_if_unbound}}
-\entry{rl_bind_key_if_unbound_in_map}{34}{\code {rl_bind_key_if_unbound_in_map}}
-\entry{rl_unbind_key}{34}{\code {rl_unbind_key}}
-\entry{rl_unbind_key_in_map}{34}{\code {rl_unbind_key_in_map}}
-\entry{rl_unbind_function_in_map}{34}{\code {rl_unbind_function_in_map}}
-\entry{rl_unbind_command_in_map}{34}{\code {rl_unbind_command_in_map}}
-\entry{rl_bind_keyseq}{34}{\code {rl_bind_keyseq}}
-\entry{rl_bind_keyseq_in_map}{34}{\code {rl_bind_keyseq_in_map}}
-\entry{rl_set_key}{35}{\code {rl_set_key}}
-\entry{rl_bind_keyseq_if_unbound}{35}{\code {rl_bind_keyseq_if_unbound}}
-\entry{rl_bind_keyseq_if_unbound_in_map}{35}{\code {rl_bind_keyseq_if_unbound_in_map}}
-\entry{rl_generic_bind}{35}{\code {rl_generic_bind}}
-\entry{rl_parse_and_bind}{35}{\code {rl_parse_and_bind}}
-\entry{rl_read_init_file}{35}{\code {rl_read_init_file}}
-\entry{rl_named_function}{35}{\code {rl_named_function}}
-\entry{rl_function_of_keyseq}{35}{\code {rl_function_of_keyseq}}
-\entry{rl_invoking_keyseqs}{35}{\code {rl_invoking_keyseqs}}
-\entry{rl_invoking_keyseqs_in_map}{35}{\code {rl_invoking_keyseqs_in_map}}
-\entry{rl_function_dumper}{36}{\code {rl_function_dumper}}
-\entry{rl_list_funmap_names}{36}{\code {rl_list_funmap_names}}
-\entry{rl_funmap_names}{36}{\code {rl_funmap_names}}
-\entry{rl_add_funmap_entry}{36}{\code {rl_add_funmap_entry}}
-\entry{rl_begin_undo_group}{36}{\code {rl_begin_undo_group}}
-\entry{rl_end_undo_group}{36}{\code {rl_end_undo_group}}
-\entry{rl_add_undo}{36}{\code {rl_add_undo}}
-\entry{rl_free_undo_list}{36}{\code {rl_free_undo_list}}
-\entry{rl_do_undo}{37}{\code {rl_do_undo}}
-\entry{rl_modifying}{37}{\code {rl_modifying}}
-\entry{rl_redisplay}{37}{\code {rl_redisplay}}
-\entry{rl_forced_update_display}{37}{\code {rl_forced_update_display}}
-\entry{rl_on_new_line}{37}{\code {rl_on_new_line}}
-\entry{rl_on_new_line_with_prompt}{37}{\code {rl_on_new_line_with_prompt}}
-\entry{rl_clear_visible_line}{37}{\code {rl_clear_visible_line}}
-\entry{rl_reset_line_state}{37}{\code {rl_reset_line_state}}
-\entry{rl_crlf}{37}{\code {rl_crlf}}
-\entry{rl_show_char}{37}{\code {rl_show_char}}
-\entry{rl_message}{37}{\code {rl_message}}
-\entry{rl_clear_message}{38}{\code {rl_clear_message}}
-\entry{rl_save_prompt}{38}{\code {rl_save_prompt}}
-\entry{rl_restore_prompt}{38}{\code {rl_restore_prompt}}
-\entry{rl_expand_prompt}{38}{\code {rl_expand_prompt}}
-\entry{rl_set_prompt}{38}{\code {rl_set_prompt}}
-\entry{rl_insert_text}{38}{\code {rl_insert_text}}
-\entry{rl_delete_text}{38}{\code {rl_delete_text}}
-\entry{rl_copy_text}{38}{\code {rl_copy_text}}
-\entry{rl_kill_text}{38}{\code {rl_kill_text}}
-\entry{rl_push_macro_input}{39}{\code {rl_push_macro_input}}
-\entry{rl_read_key}{39}{\code {rl_read_key}}
-\entry{rl_getc}{39}{\code {rl_getc}}
-\entry{rl_stuff_char}{39}{\code {rl_stuff_char}}
-\entry{rl_execute_next}{39}{\code {rl_execute_next}}
-\entry{rl_clear_pending_input}{39}{\code {rl_clear_pending_input}}
-\entry{rl_set_keyboard_input_timeout}{39}{\code {rl_set_keyboard_input_timeout}}
-\entry{rl_prep_terminal}{39}{\code {rl_prep_terminal}}
-\entry{rl_deprep_terminal}{39}{\code {rl_deprep_terminal}}
-\entry{rl_tty_set_default_bindings}{39}{\code {rl_tty_set_default_bindings}}
-\entry{rl_tty_unset_default_bindings}{40}{\code {rl_tty_unset_default_bindings}}
-\entry{rl_tty_set_echoing}{40}{\code {rl_tty_set_echoing}}
-\entry{rl_reset_terminal}{40}{\code {rl_reset_terminal}}
-\entry{rl_save_state}{40}{\code {rl_save_state}}
-\entry{rl_restore_state}{40}{\code {rl_restore_state}}
-\entry{rl_free}{40}{\code {rl_free}}
-\entry{rl_replace_line}{40}{\code {rl_replace_line}}
-\entry{rl_extend_line_buffer}{40}{\code {rl_extend_line_buffer}}
-\entry{rl_initialize}{40}{\code {rl_initialize}}
-\entry{rl_ding}{40}{\code {rl_ding}}
-\entry{rl_alphabetic}{40}{\code {rl_alphabetic}}
-\entry{rl_display_match_list}{41}{\code {rl_display_match_list}}
-\entry{_rl_uppercase_p}{41}{\code {_rl_uppercase_p}}
-\entry{_rl_lowercase_p}{41}{\code {_rl_lowercase_p}}
-\entry{_rl_digit_p}{41}{\code {_rl_digit_p}}
-\entry{_rl_to_upper}{41}{\code {_rl_to_upper}}
-\entry{_rl_to_lower}{41}{\code {_rl_to_lower}}
-\entry{_rl_digit_value}{41}{\code {_rl_digit_value}}
-\entry{rl_macro_bind}{41}{\code {rl_macro_bind}}
-\entry{rl_macro_dumper}{41}{\code {rl_macro_dumper}}
-\entry{rl_variable_bind}{41}{\code {rl_variable_bind}}
-\entry{rl_variable_value}{42}{\code {rl_variable_value}}
-\entry{rl_variable_dumper}{42}{\code {rl_variable_dumper}}
-\entry{rl_set_paren_blink_timeout}{42}{\code {rl_set_paren_blink_timeout}}
-\entry{rl_get_termcap}{42}{\code {rl_get_termcap}}
-\entry{rl_clear_history}{42}{\code {rl_clear_history}}
-\entry{rl_callback_handler_install}{42}{\code {rl_callback_handler_install}}
-\entry{rl_callback_read_char}{42}{\code {rl_callback_read_char}}
-\entry{rl_callback_sigcleanup}{43}{\code {rl_callback_sigcleanup}}
-\entry{rl_callback_handler_remove}{43}{\code {rl_callback_handler_remove}}
-\entry{rl_pending_signal}{48}{\code {rl_pending_signal}}
-\entry{rl_cleanup_after_signal}{48}{\code {rl_cleanup_after_signal}}
-\entry{rl_free_line_state}{48}{\code {rl_free_line_state}}
-\entry{rl_reset_after_signal}{48}{\code {rl_reset_after_signal}}
-\entry{rl_check_signals}{49}{\code {rl_check_signals}}
-\entry{rl_echo_signal_char}{49}{\code {rl_echo_signal_char}}
-\entry{rl_resize_terminal}{49}{\code {rl_resize_terminal}}
-\entry{rl_set_screen_size}{49}{\code {rl_set_screen_size}}
-\entry{rl_get_screen_size}{49}{\code {rl_get_screen_size}}
-\entry{rl_reset_screen_size}{49}{\code {rl_reset_screen_size}}
-\entry{rl_set_signals}{49}{\code {rl_set_signals}}
-\entry{rl_clear_signals}{49}{\code {rl_clear_signals}}
-\entry{rl_complete}{50}{\code {rl_complete}}
-\entry{rl_complete_internal}{51}{\code {rl_complete_internal}}
-\entry{rl_complete}{51}{\code {rl_complete}}
-\entry{rl_possible_completions}{51}{\code {rl_possible_completions}}
-\entry{rl_insert_completions}{51}{\code {rl_insert_completions}}
-\entry{rl_completion_mode}{51}{\code {rl_completion_mode}}
-\entry{rl_completion_matches}{51}{\code {rl_completion_matches}}
-\entry{rl_filename_completion_function}{51}{\code {rl_filename_completion_function}}
-\entry{rl_username_completion_function}{52}{\code {rl_username_completion_function}}
+\entry{convert-meta}{7}{convert-meta}
+\entry{disable-completion}{7}{disable-completion}
+\entry{echo-control-characters}{7}{echo-control-characters}
+\entry{editing-mode}{7}{editing-mode}
+\entry{emacs-mode-string}{7}{emacs-mode-string}
+\entry{enable-active-region The}{7}{enable-active-region The}
+\entry{enable-bracketed-paste}{8}{enable-bracketed-paste}
+\entry{enable-keypad}{8}{enable-keypad}
+\entry{enable-meta-key}{8}{enable-meta-key}
+\entry{expand-tilde}{8}{expand-tilde}
+\entry{force-meta-prefix}{8}{force-meta-prefix}
+\entry{history-preserve-point}{8}{history-preserve-point}
+\entry{history-size}{9}{history-size}
+\entry{horizontal-scroll-mode}{9}{horizontal-scroll-mode}
+\entry{input-meta}{9}{input-meta}
+\entry{meta-flag}{9}{meta-flag}
+\entry{isearch-terminators}{9}{isearch-terminators}
+\entry{keymap}{9}{keymap}
+\entry{mark-modified-lines}{10}{mark-modified-lines}
+\entry{mark-symlinked-directories}{10}{mark-symlinked-directories}
+\entry{match-hidden-files}{10}{match-hidden-files}
+\entry{menu-complete-display-prefix}{10}{menu-complete-display-prefix}
+\entry{output-meta}{10}{output-meta}
+\entry{page-completions}{10}{page-completions}
+\entry{revert-all-at-newline}{10}{revert-all-at-newline}
+\entry{search-ignore-case}{11}{search-ignore-case}
+\entry{show-all-if-ambiguous}{11}{show-all-if-ambiguous}
+\entry{show-all-if-unmodified}{11}{show-all-if-unmodified}
+\entry{show-mode-in-prompt}{11}{show-mode-in-prompt}
+\entry{skip-completed-text}{11}{skip-completed-text}
+\entry{vi-cmd-mode-string}{11}{vi-cmd-mode-string}
+\entry{vi-ins-mode-string}{12}{vi-ins-mode-string}
+\entry{visible-stats}{12}{visible-stats}
+\entry{beginning-of-line (C-a)}{18}{\code {beginning-of-line (C-a)}}
+\entry{end-of-line (C-e)}{18}{\code {end-of-line (C-e)}}
+\entry{forward-char (C-f)}{18}{\code {forward-char (C-f)}}
+\entry{backward-char (C-b)}{18}{\code {backward-char (C-b)}}
+\entry{forward-word (M-f)}{18}{\code {forward-word (M-f)}}
+\entry{backward-word (M-b)}{18}{\code {backward-word (M-b)}}
+\entry{previous-screen-line ()}{18}{\code {previous-screen-line ()}}
+\entry{next-screen-line ()}{18}{\code {next-screen-line ()}}
+\entry{clear-display (M-C-l)}{19}{\code {clear-display (M-C-l)}}
+\entry{clear-screen (C-l)}{19}{\code {clear-screen (C-l)}}
+\entry{redraw-current-line ()}{19}{\code {redraw-current-line ()}}
+\entry{accept-line (Newline or Return)}{19}{\code {accept-line (Newline or Return)}}
+\entry{previous-history (C-p)}{19}{\code {previous-history (C-p)}}
+\entry{next-history (C-n)}{19}{\code {next-history (C-n)}}
+\entry{beginning-of-history (M-<)}{19}{\code {beginning-of-history (M-<)}}
+\entry{end-of-history (M->)}{19}{\code {end-of-history (M->)}}
+\entry{reverse-search-history (C-r)}{19}{\code {reverse-search-history (C-r)}}
+\entry{forward-search-history (C-s)}{19}{\code {forward-search-history (C-s)}}
+\entry{non-incremental-reverse-search-history (M-p)}{19}{\code {non-incremental-reverse-search-history (M-p)}}
+\entry{non-incremental-forward-search-history (M-n)}{19}{\code {non-incremental-forward-search-history (M-n)}}
+\entry{history-search-backward ()}{20}{\code {history-search-backward ()}}
+\entry{history-search-forward ()}{20}{\code {history-search-forward ()}}
+\entry{history-substring-search-backward ()}{20}{\code {history-substring-search-backward ()}}
+\entry{history-substring-search-forward ()}{20}{\code {history-substring-search-forward ()}}
+\entry{yank-nth-arg (M-C-y)}{20}{\code {yank-nth-arg (M-C-y)}}
+\entry{yank-last-arg (M-. or M-_)}{20}{\code {yank-last-arg (M-. or M-_)}}
+\entry{operate-and-get-next (C-o)}{20}{\code {operate-and-get-next (C-o)}}
+\entry{fetch-history ()}{21}{\code {fetch-history ()}}
+\entry{end-of-file (usually C-d)}{21}{\code {\i {end-of-file} (usually C-d)}}
+\entry{delete-char (C-d)}{21}{\code {delete-char (C-d)}}
+\entry{backward-delete-char (Rubout)}{21}{\code {backward-delete-char (Rubout)}}
+\entry{forward-backward-delete-char ()}{21}{\code {forward-backward-delete-char ()}}
+\entry{quoted-insert (C-q or C-v)}{21}{\code {quoted-insert (C-q or C-v)}}
+\entry{tab-insert (M-TAB)}{21}{\code {tab-insert (M-\key {TAB})}}
+\entry{self-insert (a, b, A, 1, !, ...{})}{21}{\code {self-insert (a, b, A, 1, !, \dots {})}}
+\entry{bracketed-paste-begin ()}{21}{\code {bracketed-paste-begin ()}}
+\entry{transpose-chars (C-t)}{21}{\code {transpose-chars (C-t)}}
+\entry{transpose-words (M-t)}{22}{\code {transpose-words (M-t)}}
+\entry{upcase-word (M-u)}{22}{\code {upcase-word (M-u)}}
+\entry{downcase-word (M-l)}{22}{\code {downcase-word (M-l)}}
+\entry{capitalize-word (M-c)}{22}{\code {capitalize-word (M-c)}}
+\entry{overwrite-mode ()}{22}{\code {overwrite-mode ()}}
+\entry{kill-line (C-k)}{22}{\code {kill-line (C-k)}}
+\entry{backward-kill-line (C-x Rubout)}{22}{\code {backward-kill-line (C-x Rubout)}}
+\entry{unix-line-discard (C-u)}{22}{\code {unix-line-discard (C-u)}}
+\entry{kill-whole-line ()}{22}{\code {kill-whole-line ()}}
+\entry{kill-word (M-d)}{22}{\code {kill-word (M-d)}}
+\entry{backward-kill-word (M-DEL)}{22}{\code {backward-kill-word (M-\key {DEL})}}
+\entry{unix-word-rubout (C-w)}{23}{\code {unix-word-rubout (C-w)}}
+\entry{unix-filename-rubout ()}{23}{\code {unix-filename-rubout ()}}
+\entry{delete-horizontal-space ()}{23}{\code {delete-horizontal-space ()}}
+\entry{kill-region ()}{23}{\code {kill-region ()}}
+\entry{copy-region-as-kill ()}{23}{\code {copy-region-as-kill ()}}
+\entry{copy-backward-word ()}{23}{\code {copy-backward-word ()}}
+\entry{copy-forward-word ()}{23}{\code {copy-forward-word ()}}
+\entry{yank (C-y)}{23}{\code {yank (C-y)}}
+\entry{yank-pop (M-y)}{23}{\code {yank-pop (M-y)}}
+\entry{digit-argument (M-0, M-1, ...{} M--)}{23}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
+\entry{universal-argument ()}{23}{\code {universal-argument ()}}
+\entry{complete (TAB)}{24}{\code {complete (\key {TAB})}}
+\entry{possible-completions (M-?)}{24}{\code {possible-completions (M-?)}}
+\entry{insert-completions (M-*)}{24}{\code {insert-completions (M-*)}}
+\entry{menu-complete ()}{24}{\code {menu-complete ()}}
+\entry{menu-complete-backward ()}{24}{\code {menu-complete-backward ()}}
+\entry{delete-char-or-list ()}{24}{\code {delete-char-or-list ()}}
+\entry{start-kbd-macro (C-x ()}{24}{\code {start-kbd-macro (C-x ()}}
+\entry{end-kbd-macro (C-x ))}{24}{\code {end-kbd-macro (C-x ))}}
+\entry{call-last-kbd-macro (C-x e)}{24}{\code {call-last-kbd-macro (C-x e)}}
+\entry{print-last-kbd-macro ()}{24}{\code {print-last-kbd-macro ()}}
+\entry{re-read-init-file (C-x C-r)}{25}{\code {re-read-init-file (C-x C-r)}}
+\entry{abort (C-g)}{25}{\code {abort (C-g)}}
+\entry{do-lowercase-version (M-A, M-B, M-x, ...{})}{25}{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}
+\entry{prefix-meta (ESC)}{25}{\code {prefix-meta (\key {ESC})}}
+\entry{undo (C-_ or C-x C-u)}{25}{\code {undo (C-_ or C-x C-u)}}
+\entry{revert-line (M-r)}{25}{\code {revert-line (M-r)}}
+\entry{tilde-expand (M-~)}{25}{\code {tilde-expand (M-~)}}
+\entry{set-mark (C-@)}{25}{\code {set-mark (C-@)}}
+\entry{exchange-point-and-mark (C-x C-x)}{25}{\code {exchange-point-and-mark (C-x C-x)}}
+\entry{character-search (C-])}{25}{\code {character-search (C-])}}
+\entry{character-search-backward (M-C-])}{25}{\code {character-search-backward (M-C-])}}
+\entry{skip-csi-sequence ()}{25}{\code {skip-csi-sequence ()}}
+\entry{insert-comment (M-#)}{25}{\code {insert-comment (M-#)}}
+\entry{dump-functions ()}{26}{\code {dump-functions ()}}
+\entry{dump-variables ()}{26}{\code {dump-variables ()}}
+\entry{dump-macros ()}{26}{\code {dump-macros ()}}
+\entry{execute-named-command (M-x)}{26}{\code {execute-named-command (M-x)}}
+\entry{emacs-editing-mode (C-e)}{26}{\code {emacs-editing-mode (C-e)}}
+\entry{vi-editing-mode (M-C-j)}{26}{\code {vi-editing-mode (M-C-j)}}
+\entry{readline}{27}{\code {readline}}
+\entry{rl_add_defun}{36}{\code {rl_add_defun}}
+\entry{rl_make_bare_keymap}{36}{\code {rl_make_bare_keymap}}
+\entry{rl_copy_keymap}{36}{\code {rl_copy_keymap}}
+\entry{rl_make_keymap}{37}{\code {rl_make_keymap}}
+\entry{rl_discard_keymap}{37}{\code {rl_discard_keymap}}
+\entry{rl_free_keymap}{37}{\code {rl_free_keymap}}
+\entry{rl_empty_keymap}{37}{\code {rl_empty_keymap}}
+\entry{rl_get_keymap}{37}{\code {rl_get_keymap}}
+\entry{rl_set_keymap}{37}{\code {rl_set_keymap}}
+\entry{rl_get_keymap_by_name}{37}{\code {rl_get_keymap_by_name}}
+\entry{rl_get_keymap_name}{37}{\code {rl_get_keymap_name}}
+\entry{rl_set_keymap_name}{37}{\code {rl_set_keymap_name}}
+\entry{rl_bind_key}{38}{\code {rl_bind_key}}
+\entry{rl_bind_key_in_map}{38}{\code {rl_bind_key_in_map}}
+\entry{rl_bind_key_if_unbound}{38}{\code {rl_bind_key_if_unbound}}
+\entry{rl_bind_key_if_unbound_in_map}{38}{\code {rl_bind_key_if_unbound_in_map}}
+\entry{rl_unbind_key}{38}{\code {rl_unbind_key}}
+\entry{rl_unbind_key_in_map}{38}{\code {rl_unbind_key_in_map}}
+\entry{rl_unbind_function_in_map}{38}{\code {rl_unbind_function_in_map}}
+\entry{rl_unbind_command_in_map}{38}{\code {rl_unbind_command_in_map}}
+\entry{rl_bind_keyseq}{38}{\code {rl_bind_keyseq}}
+\entry{rl_bind_keyseq_in_map}{38}{\code {rl_bind_keyseq_in_map}}
+\entry{rl_set_key}{39}{\code {rl_set_key}}
+\entry{rl_bind_keyseq_if_unbound}{39}{\code {rl_bind_keyseq_if_unbound}}
+\entry{rl_bind_keyseq_if_unbound_in_map}{39}{\code {rl_bind_keyseq_if_unbound_in_map}}
+\entry{rl_generic_bind}{39}{\code {rl_generic_bind}}
+\entry{rl_parse_and_bind}{39}{\code {rl_parse_and_bind}}
+\entry{rl_read_init_file}{39}{\code {rl_read_init_file}}
+\entry{rl_named_function}{39}{\code {rl_named_function}}
+\entry{rl_function_of_keyseq}{39}{\code {rl_function_of_keyseq}}
+\entry{rl_function_of_keyseq_len}{39}{\code {rl_function_of_keyseq_len}}
+\entry{rl_trim_arg_from_keyseq}{40}{\code {rl_trim_arg_from_keyseq}}
+\entry{rl_invoking_keyseqs}{40}{\code {rl_invoking_keyseqs}}
+\entry{rl_invoking_keyseqs_in_map}{40}{\code {rl_invoking_keyseqs_in_map}}
+\entry{rl_print_keybinding}{40}{\code {rl_print_keybinding}}
+\entry{rl_function_dumper}{40}{\code {rl_function_dumper}}
+\entry{rl_list_funmap_names}{40}{\code {rl_list_funmap_names}}
+\entry{rl_funmap_names}{40}{\code {rl_funmap_names}}
+\entry{rl_add_funmap_entry}{40}{\code {rl_add_funmap_entry}}
+\entry{rl_begin_undo_group}{41}{\code {rl_begin_undo_group}}
+\entry{rl_end_undo_group}{41}{\code {rl_end_undo_group}}
+\entry{rl_add_undo}{41}{\code {rl_add_undo}}
+\entry{rl_free_undo_list}{41}{\code {rl_free_undo_list}}
+\entry{rl_do_undo}{41}{\code {rl_do_undo}}
+\entry{rl_modifying}{41}{\code {rl_modifying}}
+\entry{rl_redisplay}{41}{\code {rl_redisplay}}
+\entry{rl_forced_update_display}{41}{\code {rl_forced_update_display}}
+\entry{rl_on_new_line}{42}{\code {rl_on_new_line}}
+\entry{rl_on_new_line_with_prompt}{42}{\code {rl_on_new_line_with_prompt}}
+\entry{rl_clear_visible_line}{42}{\code {rl_clear_visible_line}}
+\entry{rl_reset_line_state}{42}{\code {rl_reset_line_state}}
+\entry{rl_crlf}{42}{\code {rl_crlf}}
+\entry{rl_show_char}{42}{\code {rl_show_char}}
+\entry{rl_message}{42}{\code {rl_message}}
+\entry{rl_clear_message}{42}{\code {rl_clear_message}}
+\entry{rl_save_prompt}{42}{\code {rl_save_prompt}}
+\entry{rl_restore_prompt}{42}{\code {rl_restore_prompt}}
+\entry{rl_expand_prompt}{42}{\code {rl_expand_prompt}}
+\entry{rl_set_prompt}{43}{\code {rl_set_prompt}}
+\entry{rl_insert_text}{43}{\code {rl_insert_text}}
+\entry{rl_delete_text}{43}{\code {rl_delete_text}}
+\entry{rl_copy_text}{43}{\code {rl_copy_text}}
+\entry{rl_kill_text}{43}{\code {rl_kill_text}}
+\entry{rl_replace_line}{43}{\code {rl_replace_line}}
+\entry{rl_push_macro_input}{43}{\code {rl_push_macro_input}}
+\entry{rl_read_key}{43}{\code {rl_read_key}}
+\entry{rl_getc}{44}{\code {rl_getc}}
+\entry{rl_stuff_char}{44}{\code {rl_stuff_char}}
+\entry{rl_execute_next}{44}{\code {rl_execute_next}}
+\entry{rl_clear_pending_input}{44}{\code {rl_clear_pending_input}}
+\entry{rl_set_keyboard_input_timeout}{44}{\code {rl_set_keyboard_input_timeout}}
+\entry{rl_set_timeout}{44}{\code {rl_set_timeout}}
+\entry{rl_timeout_remaining}{44}{\code {rl_timeout_remaining}}
+\entry{rl_prep_terminal}{44}{\code {rl_prep_terminal}}
+\entry{rl_deprep_terminal}{44}{\code {rl_deprep_terminal}}
+\entry{rl_tty_set_default_bindings}{45}{\code {rl_tty_set_default_bindings}}
+\entry{rl_tty_unset_default_bindings}{45}{\code {rl_tty_unset_default_bindings}}
+\entry{rl_tty_set_echoing}{45}{\code {rl_tty_set_echoing}}
+\entry{rl_reset_terminal}{45}{\code {rl_reset_terminal}}
+\entry{rl_save_state}{45}{\code {rl_save_state}}
+\entry{rl_restore_state}{45}{\code {rl_restore_state}}
+\entry{rl_free}{45}{\code {rl_free}}
+\entry{rl_extend_line_buffer}{45}{\code {rl_extend_line_buffer}}
+\entry{rl_initialize}{45}{\code {rl_initialize}}
+\entry{rl_ding}{45}{\code {rl_ding}}
+\entry{rl_alphabetic}{45}{\code {rl_alphabetic}}
+\entry{rl_display_match_list}{46}{\code {rl_display_match_list}}
+\entry{_rl_uppercase_p}{46}{\code {_rl_uppercase_p}}
+\entry{_rl_lowercase_p}{46}{\code {_rl_lowercase_p}}
+\entry{_rl_digit_p}{46}{\code {_rl_digit_p}}
+\entry{_rl_to_upper}{46}{\code {_rl_to_upper}}
+\entry{_rl_to_lower}{46}{\code {_rl_to_lower}}
+\entry{_rl_digit_value}{46}{\code {_rl_digit_value}}
+\entry{rl_macro_bind}{46}{\code {rl_macro_bind}}
+\entry{rl_macro_dumper}{46}{\code {rl_macro_dumper}}
+\entry{rl_variable_bind}{46}{\code {rl_variable_bind}}
+\entry{rl_variable_value}{47}{\code {rl_variable_value}}
+\entry{rl_variable_dumper}{47}{\code {rl_variable_dumper}}
+\entry{rl_set_paren_blink_timeout}{47}{\code {rl_set_paren_blink_timeout}}
+\entry{rl_get_termcap}{47}{\code {rl_get_termcap}}
+\entry{rl_reparse_colors}{47}{\code {rl_reparse_colors}}
+\entry{rl_clear_history}{47}{\code {rl_clear_history}}
+\entry{rl_activate_mark}{47}{\code {rl_activate_mark}}
+\entry{rl_deactivate_mark}{47}{\code {rl_deactivate_mark}}
+\entry{rl_keep_mark_active}{47}{\code {rl_keep_mark_active}}
+\entry{rl_mark_active_p}{47}{\code {rl_mark_active_p}}
+\entry{rl_callback_handler_install}{48}{\code {rl_callback_handler_install}}
+\entry{rl_callback_read_char}{48}{\code {rl_callback_read_char}}
+\entry{rl_callback_sigcleanup}{48}{\code {rl_callback_sigcleanup}}
+\entry{rl_callback_handler_remove}{48}{\code {rl_callback_handler_remove}}
+\entry{rl_pending_signal}{54}{\code {rl_pending_signal}}
+\entry{rl_cleanup_after_signal}{54}{\code {rl_cleanup_after_signal}}
+\entry{rl_free_line_state}{54}{\code {rl_free_line_state}}
+\entry{rl_reset_after_signal}{54}{\code {rl_reset_after_signal}}
+\entry{rl_check_signals}{54}{\code {rl_check_signals}}
+\entry{rl_echo_signal_char}{54}{\code {rl_echo_signal_char}}
+\entry{rl_resize_terminal}{54}{\code {rl_resize_terminal}}
+\entry{rl_set_screen_size}{54}{\code {rl_set_screen_size}}
+\entry{rl_get_screen_size}{55}{\code {rl_get_screen_size}}
+\entry{rl_reset_screen_size}{55}{\code {rl_reset_screen_size}}
+\entry{rl_set_signals}{55}{\code {rl_set_signals}}
+\entry{rl_clear_signals}{55}{\code {rl_clear_signals}}
+\entry{rl_complete}{56}{\code {rl_complete}}
+\entry{rl_complete_internal}{56}{\code {rl_complete_internal}}
+\entry{rl_complete}{56}{\code {rl_complete}}
+\entry{rl_possible_completions}{56}{\code {rl_possible_completions}}
+\entry{rl_insert_completions}{56}{\code {rl_insert_completions}}
+\entry{rl_completion_mode}{57}{\code {rl_completion_mode}}
+\entry{rl_completion_matches}{57}{\code {rl_completion_matches}}
+\entry{rl_filename_completion_function}{57}{\code {rl_filename_completion_function}}
+\entry{rl_username_completion_function}{57}{\code {rl_username_completion_function}}
index b3a0c8d296af2edac5a7b0a936afa217ffbc7422..5170c2feab2598d81c7b98add188f2cf10e966de 100644 (file)
 \initial {_}
-\entry {\code {_rl_digit_p}}{41}
-\entry {\code {_rl_digit_value}}{41}
-\entry {\code {_rl_lowercase_p}}{41}
-\entry {\code {_rl_to_lower}}{41}
-\entry {\code {_rl_to_upper}}{41}
-\entry {\code {_rl_uppercase_p}}{41}
+\entry{\code {_rl_digit_p}}{46}
+\entry{\code {_rl_digit_value}}{46}
+\entry{\code {_rl_lowercase_p}}{46}
+\entry{\code {_rl_to_lower}}{46}
+\entry{\code {_rl_to_upper}}{46}
+\entry{\code {_rl_uppercase_p}}{46}
 \initial {A}
-\entry {\code {abort (C-g)}}{22}
-\entry {\code {accept-line (Newline or Return)}}{17}
+\entry{\code {abort (C-g)}}{25}
+\entry{\code {accept-line (Newline or Return)}}{19}
+\entry{active-region-end-color}{5}
+\entry{active-region-start-color}{5}
 \initial {B}
-\entry {\code {backward-char (C-b)}}{16}
-\entry {\code {backward-delete-char (Rubout)}}{18}
-\entry {\code {backward-kill-line (C-x Rubout)}}{20}
-\entry {\code {backward-kill-word (M-\key {DEL})}}{20}
-\entry {\code {backward-word (M-b)}}{16}
-\entry {\code {beginning-of-history (M-<)}}{17}
-\entry {\code {beginning-of-line (C-a)}}{16}
-\entry {bell-style}{5}
-\entry {bind-tty-special-chars}{5}
-\entry {blink-matching-paren}{5}
-\entry {\code {bracketed-paste-begin ()}}{19}
+\entry{\code {backward-char (C-b)}}{18}
+\entry{\code {backward-delete-char (Rubout)}}{21}
+\entry{\code {backward-kill-line (C-x Rubout)}}{22}
+\entry{\code {backward-kill-word (M-\key {DEL})}}{22}
+\entry{\code {backward-word (M-b)}}{18}
+\entry{\code {beginning-of-history (M-<)}}{19}
+\entry{\code {beginning-of-line (C-a)}}{18}
+\entry{bell-style}{5}
+\entry{bind-tty-special-chars}{5}
+\entry{blink-matching-paren}{6}
+\entry{\code {bracketed-paste-begin ()}}{21}
 \initial {C}
-\entry {\code {call-last-kbd-macro (C-x e)}}{22}
-\entry {\code {capitalize-word (M-c)}}{19}
-\entry {\code {character-search (C-])}}{22}
-\entry {\code {character-search-backward (M-C-])}}{22}
-\entry {\code {clear-screen (C-l)}}{16}
-\entry {colored-completion-prefix}{5}
-\entry {colored-stats}{5}
-\entry {comment-begin}{5}
-\entry {\code {complete (\key {TAB})}}{21}
-\entry {completion-display-width}{5}
-\entry {completion-ignore-case}{5}
-\entry {completion-map-case}{5}
-\entry {completion-prefix-display-length}{5}
-\entry {completion-query-items}{6}
-\entry {convert-meta}{6}
-\entry {\code {copy-backward-word ()}}{20}
-\entry {\code {copy-forward-word ()}}{20}
-\entry {\code {copy-region-as-kill ()}}{20}
+\entry{\code {call-last-kbd-macro (C-x e)}}{24}
+\entry{\code {capitalize-word (M-c)}}{22}
+\entry{\code {character-search (C-])}}{25}
+\entry{\code {character-search-backward (M-C-])}}{25}
+\entry{\code {clear-display (M-C-l)}}{19}
+\entry{\code {clear-screen (C-l)}}{19}
+\entry{colored-completion-prefix}{6}
+\entry{colored-stats}{6}
+\entry{comment-begin}{6}
+\entry{\code {complete (\key {TAB})}}{24}
+\entry{completion-display-width}{6}
+\entry{completion-ignore-case}{6}
+\entry{completion-map-case}{6}
+\entry{completion-prefix-display-length}{6}
+\entry{completion-query-items}{6}
+\entry{convert-meta}{7}
+\entry{\code {copy-backward-word ()}}{23}
+\entry{\code {copy-forward-word ()}}{23}
+\entry{\code {copy-region-as-kill ()}}{23}
 \initial {D}
-\entry {\code {delete-char (C-d)}}{18}
-\entry {\code {delete-char-or-list ()}}{21}
-\entry {\code {delete-horizontal-space ()}}{20}
-\entry {\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{20}
-\entry {disable-completion}{6}
-\entry {\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}{22}
-\entry {\code {downcase-word (M-l)}}{19}
-\entry {\code {dump-functions ()}}{23}
-\entry {\code {dump-macros ()}}{23}
-\entry {\code {dump-variables ()}}{23}
+\entry{\code {delete-char (C-d)}}{21}
+\entry{\code {delete-char-or-list ()}}{24}
+\entry{\code {delete-horizontal-space ()}}{23}
+\entry{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{23}
+\entry{disable-completion}{7}
+\entry{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}{25}
+\entry{\code {downcase-word (M-l)}}{22}
+\entry{\code {dump-functions ()}}{26}
+\entry{\code {dump-macros ()}}{26}
+\entry{\code {dump-variables ()}}{26}
 \initial {E}
-\entry {echo-control-characters}{6}
-\entry {editing-mode}{6}
-\entry {\code {emacs-editing-mode (C-e)}}{23}
-\entry {emacs-mode-string}{6}
-\entry {enable-bracketed-paste}{6}
-\entry {enable-keypad}{7}
-\entry {\code {end-kbd-macro (C-x ))}}{22}
-\entry {\code {\i {end-of-file} (usually C-d)}}{18}
-\entry {\code {end-of-history (M->)}}{17}
-\entry {\code {end-of-line (C-e)}}{16}
-\entry {\code {exchange-point-and-mark (C-x C-x)}}{22}
-\entry {expand-tilde}{7}
+\entry{echo-control-characters}{7}
+\entry{editing-mode}{7}
+\entry{\code {emacs-editing-mode (C-e)}}{26}
+\entry{emacs-mode-string}{7}
+\entry{enable-active-region The}{7}
+\entry{enable-bracketed-paste}{8}
+\entry{enable-keypad}{8}
+\entry{enable-meta-key}{8}
+\entry{\code {end-kbd-macro (C-x ))}}{24}
+\entry{\code {\i {end-of-file} (usually C-d)}}{21}
+\entry{\code {end-of-history (M->)}}{19}
+\entry{\code {end-of-line (C-e)}}{18}
+\entry{\code {exchange-point-and-mark (C-x C-x)}}{25}
+\entry{\code {execute-named-command (M-x)}}{26}
+\entry{expand-tilde}{8}
 \initial {F}
-\entry {\code {forward-backward-delete-char ()}}{18}
-\entry {\code {forward-char (C-f)}}{16}
-\entry {\code {forward-search-history (C-s)}}{17}
-\entry {\code {forward-word (M-f)}}{16}
+\entry{\code {fetch-history ()}}{21}
+\entry{force-meta-prefix}{8}
+\entry{\code {forward-backward-delete-char ()}}{21}
+\entry{\code {forward-char (C-f)}}{18}
+\entry{\code {forward-search-history (C-s)}}{19}
+\entry{\code {forward-word (M-f)}}{18}
 \initial {H}
-\entry {history-preserve-point}{7}
-\entry {\code {history-search-backward ()}}{17}
-\entry {\code {history-search-forward ()}}{17}
-\entry {history-size}{7}
-\entry {\code {history-substring-search-backward ()}}{18}
-\entry {\code {history-substring-search-forward ()}}{17}
-\entry {horizontal-scroll-mode}{7}
+\entry{history-preserve-point}{8}
+\entry{\code {history-search-backward ()}}{20}
+\entry{\code {history-search-forward ()}}{20}
+\entry{history-size}{9}
+\entry{\code {history-substring-search-backward ()}}{20}
+\entry{\code {history-substring-search-forward ()}}{20}
+\entry{horizontal-scroll-mode}{9}
 \initial {I}
-\entry {input-meta}{7}
-\entry {\code {insert-comment (M-#)}}{23}
-\entry {\code {insert-completions (M-*)}}{21}
-\entry {isearch-terminators}{7}
+\entry{input-meta}{9}
+\entry{\code {insert-comment (M-#)}}{25}
+\entry{\code {insert-completions (M-*)}}{24}
+\entry{isearch-terminators}{9}
 \initial {K}
-\entry {keymap}{8}
-\entry {\code {kill-line (C-k)}}{19}
-\entry {\code {kill-region ()}}{20}
-\entry {\code {kill-whole-line ()}}{20}
-\entry {\code {kill-word (M-d)}}{20}
+\entry{keymap}{9}
+\entry{\code {kill-line (C-k)}}{22}
+\entry{\code {kill-region ()}}{23}
+\entry{\code {kill-whole-line ()}}{22}
+\entry{\code {kill-word (M-d)}}{22}
 \initial {M}
-\entry {mark-modified-lines}{8}
-\entry {mark-symlinked-directories}{8}
-\entry {match-hidden-files}{8}
-\entry {\code {menu-complete ()}}{21}
-\entry {\code {menu-complete-backward ()}}{21}
-\entry {menu-complete-display-prefix}{8}
-\entry {meta-flag}{7}
+\entry{mark-modified-lines}{10}
+\entry{mark-symlinked-directories}{10}
+\entry{match-hidden-files}{10}
+\entry{\code {menu-complete ()}}{24}
+\entry{\code {menu-complete-backward ()}}{24}
+\entry{menu-complete-display-prefix}{10}
+\entry{meta-flag}{9}
 \initial {N}
-\entry {\code {next-history (C-n)}}{17}
-\entry {\code {next-screen-line ()}}{16}
-\entry {\code {non-incremental-forward-search-history (M-n)}}{17}
-\entry {\code {non-incremental-reverse-search-history (M-p)}}{17}
+\entry{\code {next-history (C-n)}}{19}
+\entry{\code {next-screen-line ()}}{18}
+\entry{\code {non-incremental-forward-search-history (M-n)}}{19}
+\entry{\code {non-incremental-reverse-search-history (M-p)}}{19}
 \initial {O}
-\entry {output-meta}{8}
-\entry {\code {overwrite-mode ()}}{19}
+\entry{\code {operate-and-get-next (C-o)}}{20}
+\entry{output-meta}{10}
+\entry{\code {overwrite-mode ()}}{22}
 \initial {P}
-\entry {page-completions}{9}
-\entry {\code {possible-completions (M-?)}}{21}
-\entry {\code {prefix-meta (\key {ESC})}}{22}
-\entry {\code {previous-history (C-p)}}{17}
-\entry {\code {previous-screen-line ()}}{16}
-\entry {\code {print-last-kbd-macro ()}}{22}
+\entry{page-completions}{10}
+\entry{\code {possible-completions (M-?)}}{24}
+\entry{\code {prefix-meta (\key {ESC})}}{25}
+\entry{\code {previous-history (C-p)}}{19}
+\entry{\code {previous-screen-line ()}}{18}
+\entry{\code {print-last-kbd-macro ()}}{24}
 \initial {Q}
-\entry {\code {quoted-insert (C-q or C-v)}}{18}
+\entry{\code {quoted-insert (C-q or C-v)}}{21}
 \initial {R}
-\entry {\code {re-read-init-file (C-x C-r)}}{22}
-\entry {\code {readline}}{24}
-\entry {\code {redraw-current-line ()}}{17}
-\entry {\code {reverse-search-history (C-r)}}{17}
-\entry {revert-all-at-newline}{9}
-\entry {\code {revert-line (M-r)}}{22}
-\entry {\code {rl_add_defun}}{32}
-\entry {\code {rl_add_funmap_entry}}{36}
-\entry {\code {rl_add_undo}}{36}
-\entry {\code {rl_alphabetic}}{40}
-\entry {\code {rl_begin_undo_group}}{36}
-\entry {\code {rl_bind_key}}{34}
-\entry {\code {rl_bind_key_if_unbound}}{34}
-\entry {\code {rl_bind_key_if_unbound_in_map}}{34}
-\entry {\code {rl_bind_key_in_map}}{34}
-\entry {\code {rl_bind_keyseq}}{34}
-\entry {\code {rl_bind_keyseq_if_unbound}}{35}
-\entry {\code {rl_bind_keyseq_if_unbound_in_map}}{35}
-\entry {\code {rl_bind_keyseq_in_map}}{34}
-\entry {\code {rl_callback_handler_install}}{42}
-\entry {\code {rl_callback_handler_remove}}{43}
-\entry {\code {rl_callback_read_char}}{42}
-\entry {\code {rl_callback_sigcleanup}}{43}
-\entry {\code {rl_check_signals}}{49}
-\entry {\code {rl_cleanup_after_signal}}{48}
-\entry {\code {rl_clear_history}}{42}
-\entry {\code {rl_clear_message}}{38}
-\entry {\code {rl_clear_pending_input}}{39}
-\entry {\code {rl_clear_signals}}{49}
-\entry {\code {rl_clear_visible_line}}{37}
-\entry {\code {rl_complete}}{50, 51}
-\entry {\code {rl_complete_internal}}{51}
-\entry {\code {rl_completion_matches}}{51}
-\entry {\code {rl_completion_mode}}{51}
-\entry {\code {rl_copy_keymap}}{33}
-\entry {\code {rl_copy_text}}{38}
-\entry {\code {rl_crlf}}{37}
-\entry {\code {rl_delete_text}}{38}
-\entry {\code {rl_deprep_terminal}}{39}
-\entry {\code {rl_ding}}{40}
-\entry {\code {rl_discard_keymap}}{33}
-\entry {\code {rl_display_match_list}}{41}
-\entry {\code {rl_do_undo}}{37}
-\entry {\code {rl_echo_signal_char}}{49}
-\entry {\code {rl_empty_keymap}}{33}
-\entry {\code {rl_end_undo_group}}{36}
-\entry {\code {rl_execute_next}}{39}
-\entry {\code {rl_expand_prompt}}{38}
-\entry {\code {rl_extend_line_buffer}}{40}
-\entry {\code {rl_filename_completion_function}}{51}
-\entry {\code {rl_forced_update_display}}{37}
-\entry {\code {rl_free}}{40}
-\entry {\code {rl_free_keymap}}{33}
-\entry {\code {rl_free_line_state}}{48}
-\entry {\code {rl_free_undo_list}}{36}
-\entry {\code {rl_function_dumper}}{36}
-\entry {\code {rl_function_of_keyseq}}{35}
-\entry {\code {rl_funmap_names}}{36}
-\entry {\code {rl_generic_bind}}{35}
-\entry {\code {rl_get_keymap}}{33}
-\entry {\code {rl_get_keymap_by_name}}{33}
-\entry {\code {rl_get_keymap_name}}{33}
-\entry {\code {rl_get_screen_size}}{49}
-\entry {\code {rl_get_termcap}}{42}
-\entry {\code {rl_getc}}{39}
-\entry {\code {rl_initialize}}{40}
-\entry {\code {rl_insert_completions}}{51}
-\entry {\code {rl_insert_text}}{38}
-\entry {\code {rl_invoking_keyseqs}}{35}
-\entry {\code {rl_invoking_keyseqs_in_map}}{35}
-\entry {\code {rl_kill_text}}{38}
-\entry {\code {rl_list_funmap_names}}{36}
-\entry {\code {rl_macro_bind}}{41}
-\entry {\code {rl_macro_dumper}}{41}
-\entry {\code {rl_make_bare_keymap}}{33}
-\entry {\code {rl_make_keymap}}{33}
-\entry {\code {rl_message}}{37}
-\entry {\code {rl_modifying}}{37}
-\entry {\code {rl_named_function}}{35}
-\entry {\code {rl_on_new_line}}{37}
-\entry {\code {rl_on_new_line_with_prompt}}{37}
-\entry {\code {rl_parse_and_bind}}{35}
-\entry {\code {rl_pending_signal}}{48}
-\entry {\code {rl_possible_completions}}{51}
-\entry {\code {rl_prep_terminal}}{39}
-\entry {\code {rl_push_macro_input}}{39}
-\entry {\code {rl_read_init_file}}{35}
-\entry {\code {rl_read_key}}{39}
-\entry {\code {rl_redisplay}}{37}
-\entry {\code {rl_replace_line}}{40}
-\entry {\code {rl_reset_after_signal}}{48}
-\entry {\code {rl_reset_line_state}}{37}
-\entry {\code {rl_reset_screen_size}}{49}
-\entry {\code {rl_reset_terminal}}{40}
-\entry {\code {rl_resize_terminal}}{49}
-\entry {\code {rl_restore_prompt}}{38}
-\entry {\code {rl_restore_state}}{40}
-\entry {\code {rl_save_prompt}}{38}
-\entry {\code {rl_save_state}}{40}
-\entry {\code {rl_set_key}}{35}
-\entry {\code {rl_set_keyboard_input_timeout}}{39}
-\entry {\code {rl_set_keymap}}{33}
-\entry {\code {rl_set_paren_blink_timeout}}{42}
-\entry {\code {rl_set_prompt}}{38}
-\entry {\code {rl_set_screen_size}}{49}
-\entry {\code {rl_set_signals}}{49}
-\entry {\code {rl_show_char}}{37}
-\entry {\code {rl_stuff_char}}{39}
-\entry {\code {rl_tty_set_default_bindings}}{39}
-\entry {\code {rl_tty_set_echoing}}{40}
-\entry {\code {rl_tty_unset_default_bindings}}{40}
-\entry {\code {rl_unbind_command_in_map}}{34}
-\entry {\code {rl_unbind_function_in_map}}{34}
-\entry {\code {rl_unbind_key}}{34}
-\entry {\code {rl_unbind_key_in_map}}{34}
-\entry {\code {rl_username_completion_function}}{52}
-\entry {\code {rl_variable_bind}}{41}
-\entry {\code {rl_variable_dumper}}{42}
-\entry {\code {rl_variable_value}}{42}
+\entry{\code {re-read-init-file (C-x C-r)}}{25}
+\entry{\code {readline}}{27}
+\entry{\code {redraw-current-line ()}}{19}
+\entry{\code {reverse-search-history (C-r)}}{19}
+\entry{revert-all-at-newline}{10}
+\entry{\code {revert-line (M-r)}}{25}
+\entry{\code {rl_activate_mark}}{47}
+\entry{\code {rl_add_defun}}{36}
+\entry{\code {rl_add_funmap_entry}}{40}
+\entry{\code {rl_add_undo}}{41}
+\entry{\code {rl_alphabetic}}{45}
+\entry{\code {rl_begin_undo_group}}{41}
+\entry{\code {rl_bind_key}}{38}
+\entry{\code {rl_bind_key_if_unbound}}{38}
+\entry{\code {rl_bind_key_if_unbound_in_map}}{38}
+\entry{\code {rl_bind_key_in_map}}{38}
+\entry{\code {rl_bind_keyseq}}{38}
+\entry{\code {rl_bind_keyseq_if_unbound}}{39}
+\entry{\code {rl_bind_keyseq_if_unbound_in_map}}{39}
+\entry{\code {rl_bind_keyseq_in_map}}{38}
+\entry{\code {rl_callback_handler_install}}{48}
+\entry{\code {rl_callback_handler_remove}}{48}
+\entry{\code {rl_callback_read_char}}{48}
+\entry{\code {rl_callback_sigcleanup}}{48}
+\entry{\code {rl_check_signals}}{54}
+\entry{\code {rl_cleanup_after_signal}}{54}
+\entry{\code {rl_clear_history}}{47}
+\entry{\code {rl_clear_message}}{42}
+\entry{\code {rl_clear_pending_input}}{44}
+\entry{\code {rl_clear_signals}}{55}
+\entry{\code {rl_clear_visible_line}}{42}
+\entry{\code {rl_complete}}{56}
+\entry{\code {rl_complete_internal}}{56}
+\entry{\code {rl_completion_matches}}{57}
+\entry{\code {rl_completion_mode}}{57}
+\entry{\code {rl_copy_keymap}}{36}
+\entry{\code {rl_copy_text}}{43}
+\entry{\code {rl_crlf}}{42}
+\entry{\code {rl_deactivate_mark}}{47}
+\entry{\code {rl_delete_text}}{43}
+\entry{\code {rl_deprep_terminal}}{44}
+\entry{\code {rl_ding}}{45}
+\entry{\code {rl_discard_keymap}}{37}
+\entry{\code {rl_display_match_list}}{46}
+\entry{\code {rl_do_undo}}{41}
+\entry{\code {rl_echo_signal_char}}{54}
+\entry{\code {rl_empty_keymap}}{37}
+\entry{\code {rl_end_undo_group}}{41}
+\entry{\code {rl_execute_next}}{44}
+\entry{\code {rl_expand_prompt}}{42}
+\entry{\code {rl_extend_line_buffer}}{45}
+\entry{\code {rl_filename_completion_function}}{57}
+\entry{\code {rl_forced_update_display}}{41}
+\entry{\code {rl_free}}{45}
+\entry{\code {rl_free_keymap}}{37}
+\entry{\code {rl_free_line_state}}{54}
+\entry{\code {rl_free_undo_list}}{41}
+\entry{\code {rl_function_dumper}}{40}
+\entry{\code {rl_function_of_keyseq}}{39}
+\entry{\code {rl_function_of_keyseq_len}}{39}
+\entry{\code {rl_funmap_names}}{40}
+\entry{\code {rl_generic_bind}}{39}
+\entry{\code {rl_get_keymap}}{37}
+\entry{\code {rl_get_keymap_by_name}}{37}
+\entry{\code {rl_get_keymap_name}}{37}
+\entry{\code {rl_get_screen_size}}{55}
+\entry{\code {rl_get_termcap}}{47}
+\entry{\code {rl_getc}}{44}
+\entry{\code {rl_initialize}}{45}
+\entry{\code {rl_insert_completions}}{56}
+\entry{\code {rl_insert_text}}{43}
+\entry{\code {rl_invoking_keyseqs}}{40}
+\entry{\code {rl_invoking_keyseqs_in_map}}{40}
+\entry{\code {rl_keep_mark_active}}{47}
+\entry{\code {rl_kill_text}}{43}
+\entry{\code {rl_list_funmap_names}}{40}
+\entry{\code {rl_macro_bind}}{46}
+\entry{\code {rl_macro_dumper}}{46}
+\entry{\code {rl_make_bare_keymap}}{36}
+\entry{\code {rl_make_keymap}}{37}
+\entry{\code {rl_mark_active_p}}{47}
+\entry{\code {rl_message}}{42}
+\entry{\code {rl_modifying}}{41}
+\entry{\code {rl_named_function}}{39}
+\entry{\code {rl_on_new_line}}{42}
+\entry{\code {rl_on_new_line_with_prompt}}{42}
+\entry{\code {rl_parse_and_bind}}{39}
+\entry{\code {rl_pending_signal}}{54}
+\entry{\code {rl_possible_completions}}{56}
+\entry{\code {rl_prep_terminal}}{44}
+\entry{\code {rl_print_keybinding}}{40}
+\entry{\code {rl_push_macro_input}}{43}
+\entry{\code {rl_read_init_file}}{39}
+\entry{\code {rl_read_key}}{43}
+\entry{\code {rl_redisplay}}{41}
+\entry{\code {rl_reparse_colors}}{47}
+\entry{\code {rl_replace_line}}{43}
+\entry{\code {rl_reset_after_signal}}{54}
+\entry{\code {rl_reset_line_state}}{42}
+\entry{\code {rl_reset_screen_size}}{55}
+\entry{\code {rl_reset_terminal}}{45}
+\entry{\code {rl_resize_terminal}}{54}
+\entry{\code {rl_restore_prompt}}{42}
+\entry{\code {rl_restore_state}}{45}
+\entry{\code {rl_save_prompt}}{42}
+\entry{\code {rl_save_state}}{45}
+\entry{\code {rl_set_key}}{39}
+\entry{\code {rl_set_keyboard_input_timeout}}{44}
+\entry{\code {rl_set_keymap}}{37}
+\entry{\code {rl_set_keymap_name}}{37}
+\entry{\code {rl_set_paren_blink_timeout}}{47}
+\entry{\code {rl_set_prompt}}{43}
+\entry{\code {rl_set_screen_size}}{54}
+\entry{\code {rl_set_signals}}{55}
+\entry{\code {rl_set_timeout}}{44}
+\entry{\code {rl_show_char}}{42}
+\entry{\code {rl_stuff_char}}{44}
+\entry{\code {rl_timeout_remaining}}{44}
+\entry{\code {rl_trim_arg_from_keyseq}}{40}
+\entry{\code {rl_tty_set_default_bindings}}{45}
+\entry{\code {rl_tty_set_echoing}}{45}
+\entry{\code {rl_tty_unset_default_bindings}}{45}
+\entry{\code {rl_unbind_command_in_map}}{38}
+\entry{\code {rl_unbind_function_in_map}}{38}
+\entry{\code {rl_unbind_key}}{38}
+\entry{\code {rl_unbind_key_in_map}}{38}
+\entry{\code {rl_username_completion_function}}{57}
+\entry{\code {rl_variable_bind}}{46}
+\entry{\code {rl_variable_dumper}}{47}
+\entry{\code {rl_variable_value}}{47}
 \initial {S}
-\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{19}
-\entry {\code {set-mark (C-@)}}{22}
-\entry {show-all-if-ambiguous}{9}
-\entry {show-all-if-unmodified}{9}
-\entry {show-mode-in-prompt}{9}
-\entry {skip-completed-text}{9}
-\entry {\code {skip-csi-sequence ()}}{23}
-\entry {\code {start-kbd-macro (C-x ()}}{21}
+\entry{search-ignore-case}{11}
+\entry{\code {self-insert (a, b, A, 1, !, \dots {})}}{21}
+\entry{\code {set-mark (C-@)}}{25}
+\entry{show-all-if-ambiguous}{11}
+\entry{show-all-if-unmodified}{11}
+\entry{show-mode-in-prompt}{11}
+\entry{skip-completed-text}{11}
+\entry{\code {skip-csi-sequence ()}}{25}
+\entry{\code {start-kbd-macro (C-x ()}}{24}
 \initial {T}
-\entry {\code {tab-insert (M-\key {TAB})}}{19}
-\entry {\code {tilde-expand (M-~)}}{22}
-\entry {\code {transpose-chars (C-t)}}{19}
-\entry {\code {transpose-words (M-t)}}{19}
+\entry{\code {tab-insert (M-\key {TAB})}}{21}
+\entry{\code {tilde-expand (M-~)}}{25}
+\entry{\code {transpose-chars (C-t)}}{21}
+\entry{\code {transpose-words (M-t)}}{22}
 \initial {U}
-\entry {\code {undo (C-_ or C-x C-u)}}{22}
-\entry {\code {universal-argument ()}}{21}
-\entry {\code {unix-filename-rubout ()}}{20}
-\entry {\code {unix-line-discard (C-u)}}{20}
-\entry {\code {unix-word-rubout (C-w)}}{20}
-\entry {\code {upcase-word (M-u)}}{19}
+\entry{\code {undo (C-_ or C-x C-u)}}{25}
+\entry{\code {universal-argument ()}}{23}
+\entry{\code {unix-filename-rubout ()}}{23}
+\entry{\code {unix-line-discard (C-u)}}{22}
+\entry{\code {unix-word-rubout (C-w)}}{23}
+\entry{\code {upcase-word (M-u)}}{22}
 \initial {V}
-\entry {vi-cmd-mode-string}{10}
-\entry {\code {vi-editing-mode (M-C-j)}}{23}
-\entry {vi-ins-mode-string}{10}
-\entry {visible-stats}{10}
+\entry{vi-cmd-mode-string}{11}
+\entry{\code {vi-editing-mode (M-C-j)}}{26}
+\entry{vi-ins-mode-string}{12}
+\entry{visible-stats}{12}
 \initial {Y}
-\entry {\code {yank (C-y)}}{20}
-\entry {\code {yank-last-arg (M-. or M-_)}}{18}
-\entry {\code {yank-nth-arg (M-C-y)}}{18}
-\entry {\code {yank-pop (M-y)}}{20}
+\entry{\code {yank (C-y)}}{23}
+\entry{\code {yank-last-arg (M-. or M-_)}}{20}
+\entry{\code {yank-nth-arg (M-C-y)}}{20}
+\entry{\code {yank-pop (M-y)}}{23}
index 5ad236e33fbab28a94915709cb6a43ba45bb8b44..f5274535457d18af9fa4df9d983fe940059bc06f 100644 (file)
@@ -1,11 +1,11 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/MacPorts 2017_2) (preloaded format=etex 2017.7.5)  2 JAN 2018 10:55
+This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/MacPorts 2024.70613_0) (preloaded format=etex 2024.4.9)  18 OCT 2024 11:25
 entering extended mode
  restricted \write18 enabled.
  file:line:error style messages enabled.
  %&-line parsing enabled.
-**\catcode126=12 \def\normaltilde{~}\catcode126=13 \let~\normaltilde  \input ./
-./rlman.texi
-(././rlman.texi (./texinfo.tex Loading texinfo [version 2015-11-22.14]:
+**\nonstopmode \input ././rlman.texi
+(././rlman.texi (/usr/local/src/bash/bash-20241015/lib/readline/doc/texinfo.tex
+Loading texinfo [version 2015-11-22.14]:
 \outerhsize=\dimen16
 \outervsize=\dimen17
 \cornerlong=\dimen18
@@ -39,15 +39,15 @@ entering extended mode
 \boxB=\box20
 \countA=\count32
 \nopdfimagehelp=\toks20
-
-fonts,
+ fonts,
 \sffam=\fam8
 \textleading=\dimen26
  markup,
 \fontdepth=\count33
  glyphs,
 \errorbox=\box21
- page headings,
+
+page headings,
 \titlepagetopglue=\skip20
 \titlepagebottomglue=\skip21
 \evenheadline=\toks21
@@ -81,8 +81,7 @@ fonts,
 \doublecolumntopgap=\dimen34
 \savedtopmark=\toks26
 \savedfirstmark=\toks27
-
-sectioning,
+ sectioning,
 \unnumberedno=\count38
 \chapno=\count39
 \secno=\count40
@@ -114,7 +113,8 @@ sectioning,
 \nonfillparindent=\dimen39
 \tabw=\dimen40
 \verbbox=\box25
- defuns,
+
+defuns,
 \defbodyindent=\skip39
 \defargsindent=\skip40
 \deflastargmargin=\skip41
@@ -160,26 +160,29 @@ This is `epsf.tex' v2.7.4 <14 February 2011>
 texinfo.tex: doing @include of version.texi
 
 
-(./version.texi) [1] [2] (./rlman.toc [-1]) [-2]
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/version.texi) [1] [2]
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rlman.toc [-1]) [-2]
 texinfo.tex: doing @include of rluser.texi
 
- (./rluser.texi Chapter 1
+
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rluser.texi Chapter 1
 \openout0 = `rlman.toc'.
 
 
-(./rlman.aux)
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rlman.aux)
 \openout1 = `rlman.aux'.
 
 @cpindfile=@write2
 \openout2 = `rlman.cp'.
 
  [1] [2] [3]
+[4]
 @fnindfile=@write3
 \openout3 = `rlman.fn'.
 
- [4] [5] [6] [7] [8] [9]
-Underfull \hbox (badness 7540) in paragraph at lines 805--811
- []@textrm In the above ex-am-ple, @textttsl C-u[] @textrm is bound to the func
+ [5] [6] [7] [8] [9] [10] [11]
+Underfull \hbox (badness 7540) in paragraph at lines 959--965
+ []@textrm In the ex-am-ple above, @textttsl C-u[] @textrm is bound to the func
 -tion
 
 @hbox(7.60416+2.12917)x433.62, glue set 4.22592
@@ -191,7 +194,7 @@ Underfull \hbox (badness 7540) in paragraph at lines 805--811
 .etc.
 
 
-Underfull \hbox (badness 10000) in paragraph at lines 805--811
+Underfull \hbox (badness 10000) in paragraph at lines 959--965
  @texttt universal-argument[]@textrm , @textttsl M-DEL[] @textrm is bound to th
 e func-tion
 
@@ -203,8 +206,8 @@ e func-tion
 .@texttt v
 .etc.
 
-[10] [11] [12] [13]
-Overfull \hbox (26.43913pt too wide) in paragraph at lines 1039--1039
+[12] [13] [14] [15]
+Overfull \hbox (26.43913pt too wide) in paragraph at lines 1204--1204
  []@texttt Meta-Control-h: backward-kill-word Text after the function name is i
 gnored[] |
 
@@ -216,17 +219,31 @@ gnored[] |
 .@texttt t
 .etc.
 
-[14] [15] [16] [17] [18] [19] [20] [21] [22])
+[16] [17] [18] [19] [20] [21] [22] [23] [24] [25])
 texinfo.tex: doing @include of rltech.texi
 
- (./rltech.texi Chapter 2 [23]
-[24] [25] [26]
+
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rltech.texi Chapter 2
+[26] [27] [28] [29]
 @vrindfile=@write4
 \openout4 = `rlman.vr'.
 
- [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
-[39] [40] [41] [42] [43] [44]
-Overfull \hbox (20.69044pt too wide) in paragraph at lines 1472--1472
+ [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40]
+[41] [42] [43] [44] [45] [46] [47] [48]
+Overfull \hbox (32.18782pt too wide) in paragraph at lines 1634--1634
+ []  @texttt /* For positive arguments, put point after the last changed charac
+ter. For[] |
+
+@hbox(7.60416+2.43333)x433.62
+.@glue(@leftskip) 28.90755
+.@hbox(0.0+0.0)x0.0
+.@penalty 10000
+.@glue 5.74869
+.@penalty 10000
+.etc.
+
+[49]
+Overfull \hbox (20.69044pt too wide) in paragraph at lines 1702--1702
  []@texttt /* Handle SIGWINCH and window size changes when readline is not acti
 ve and[] |
 
@@ -238,8 +255,8 @@ ve and[] |
 .@penalty 10000
 .etc.
 
-
-Overfull \hbox (14.94176pt too wide) in paragraph at lines 1492--1492
+[50]
+Overfull \hbox (14.94176pt too wide) in paragraph at lines 1722--1722
  []      @texttt /* This function needs to be called to reset the terminal sett
 ings,[] |
 
@@ -252,7 +269,7 @@ ings,[] |
 .etc.
 
 
-Overfull \hbox (14.94176pt too wide) in paragraph at lines 1493--1493
+Overfull \hbox (14.94176pt too wide) in paragraph at lines 1723--1723
  []         @texttt and calling it from the line handler keeps one extra prompt
  from[] |
 
@@ -264,8 +281,8 @@ Overfull \hbox (14.94176pt too wide) in paragraph at lines 1493--1493
 .@penalty 10000
 .etc.
 
-[45]
-Overfull \hbox (14.94176pt too wide) in paragraph at lines 1514--1514
+
+Overfull \hbox (14.94176pt too wide) in paragraph at lines 1744--1744
  []  @texttt /* Set the default locale values according to environment variable
 s. */[] |
 
@@ -277,8 +294,8 @@ s. */[] |
 .@penalty 10000
 .etc.
 
-[46] [47] [48] [49] [50] [51] [52] [53] [54] [55]
-Underfull \hbox (badness 7379) in paragraph at lines 2191--2196
+[51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61]
+Underfull \hbox (badness 7379) in paragraph at lines 2524--2529
  []@textrm If an application-specific com-ple-tion func-tion as-signed to @text
 tt rl_attempted_
 
@@ -290,19 +307,20 @@ tt rl_attempted_
 .@glue 3.65 plus 1.825 minus 1.21666
 .etc.
 
-[56] [57] [58] [59] [60] [61] [62] [63]) Appendix A [64]
+[62] [63] [64] [65] [66] [67] [68] [69] [70]) Appendix A [71]
 texinfo.tex: doing @include of fdl.texi
 
- (./fdl.texi [65]
-[66] [67] [68] [69] [70] [71]) (Concept Index) [72]
-(Function and Variable Index) [73] [74] [75] [76] ) 
+
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/fdl.texi [72] [73] [74]
+[75] [76] [77] [78]) (Concept Index) [79] (Function and Variable Index)
+[80] [81] [82] [83] [84] ) 
 Here is how much of TeX's memory you used:
- 3278 strings out of 497114
- 33958 string characters out of 6207173
- 139278 words of memory out of 5000000
- 4450 multiletter control sequences out of 15000+600000
+ 3279 strings out of 495850
+ 34716 string characters out of 6172145
+ 126582 words of memory out of 5000000
+ 4635 multiletter control sequences out of 15000+600000
  32778 words of font info for 114 fonts, out of 8000000 for 9000
51 hyphenation exceptions out of 8191
- 19i,6n,17p,360b,808s stack positions out of 5000i,500n,10000p,200000b,80000s
701 hyphenation exceptions out of 8191
+ 19i,6n,17p,305b,808s stack positions out of 10000i,1000n,20000p,200000b,200000s
 
-Output written on rlman.dvi (80 pages, 315852 bytes).
+Output written on rlman.dvi (88 pages, 345732 bytes).
index defe1ba95e5475e232699dc7ee4fdf6c3b866d97..f729494b227bae4349dcd304fbf3afc59be8ea2b 100644 (file)
@@ -1,52 +1,52 @@
 @numchapentry{Command Line Editing}{1}{Command Line Editing}{1}
 @numsecentry{Introduction to Line Editing}{1.1}{Introduction and Notation}{1}
 @numsecentry{Readline Interaction}{1.2}{Readline Interaction}{1}
-@numsubsecentry{Readline Bare Essentials}{1.2.1}{Readline Bare Essentials}{1}
+@numsubsecentry{Readline Bare Essentials}{1.2.1}{Readline Bare Essentials}{2}
 @numsubsecentry{Readline Movement Commands}{1.2.2}{Readline Movement Commands}{2}
-@numsubsecentry{Readline Killing Commands}{1.2.3}{Readline Killing Commands}{2}
+@numsubsecentry{Readline Killing Commands}{1.2.3}{Readline Killing Commands}{3}
 @numsubsecentry{Readline Arguments}{1.2.4}{Readline Arguments}{3}
 @numsubsecentry{Searching for Commands in the History}{1.2.5}{Searching}{3}
 @numsecentry{Readline Init File}{1.3}{Readline Init File}{4}
 @numsubsecentry{Readline Init File Syntax}{1.3.1}{Readline Init File Syntax}{4}
-@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{12}
-@numsubsecentry{Sample Init File}{1.3.3}{Sample Init File}{13}
-@numsecentry{Bindable Readline Commands}{1.4}{Bindable Readline Commands}{16}
-@numsubsecentry{Commands For Moving}{1.4.1}{Commands For Moving}{16}
-@numsubsecentry{Commands For Manipulating The History}{1.4.2}{Commands For History}{17}
-@numsubsecentry{Commands For Changing Text}{1.4.3}{Commands For Text}{18}
-@numsubsecentry{Killing And Yanking}{1.4.4}{Commands For Killing}{19}
-@numsubsecentry{Specifying Numeric Arguments}{1.4.5}{Numeric Arguments}{20}
-@numsubsecentry{Letting Readline Type For You}{1.4.6}{Commands For Completion}{21}
-@numsubsecentry{Keyboard Macros}{1.4.7}{Keyboard Macros}{21}
-@numsubsecentry{Some Miscellaneous Commands}{1.4.8}{Miscellaneous Commands}{22}
-@numsecentry{Readline vi Mode}{1.5}{Readline vi Mode}{23}
-@numchapentry{Programming with GNU Readline}{2}{Programming with GNU Readline}{24}
-@numsecentry{Basic Behavior}{2.1}{Basic Behavior}{24}
-@numsecentry{Custom Functions}{2.2}{Custom Functions}{25}
-@numsubsecentry{Readline Typedefs}{2.2.1}{Readline Typedefs}{26}
-@numsubsecentry{Writing a New Function}{2.2.2}{Function Writing}{26}
-@numsecentry{Readline Variables}{2.3}{Readline Variables}{27}
-@numsecentry{Readline Convenience Functions}{2.4}{Readline Convenience Functions}{32}
-@numsubsecentry{Naming a Function}{2.4.1}{Function Naming}{32}
-@numsubsecentry{Selecting a Keymap}{2.4.2}{Keymaps}{33}
-@numsubsecentry{Binding Keys}{2.4.3}{Binding Keys}{33}
-@numsubsecentry{Associating Function Names and Bindings}{2.4.4}{Associating Function Names and Bindings}{35}
-@numsubsecentry{Allowing Undoing}{2.4.5}{Allowing Undoing}{36}
-@numsubsecentry{Redisplay}{2.4.6}{Redisplay}{37}
-@numsubsecentry{Modifying Text}{2.4.7}{Modifying Text}{38}
-@numsubsecentry{Character Input}{2.4.8}{Character Input}{39}
-@numsubsecentry{Terminal Management}{2.4.9}{Terminal Management}{39}
-@numsubsecentry{Utility Functions}{2.4.10}{Utility Functions}{40}
-@numsubsecentry{Miscellaneous Functions}{2.4.11}{Miscellaneous Functions}{41}
-@numsubsecentry{Alternate Interface}{2.4.12}{Alternate Interface}{42}
-@numsubsecentry{A Readline Example}{2.4.13}{A Readline Example}{43}
-@numsubsecentry{Alternate Interface Example}{2.4.14}{Alternate Interface Example}{44}
-@numsecentry{Readline Signal Handling}{2.5}{Readline Signal Handling}{47}
-@numsecentry{Custom Completers}{2.6}{Custom Completers}{49}
-@numsubsecentry{How Completing Works}{2.6.1}{How Completing Works}{50}
-@numsubsecentry{Completion Functions}{2.6.2}{Completion Functions}{50}
-@numsubsecentry{Completion Variables}{2.6.3}{Completion Variables}{52}
-@numsubsecentry{A Short Completion Example}{2.6.4}{A Short Completion Example}{56}
-@appentry{GNU Free Documentation License}{A}{GNU Free Documentation License}{65}
-@unnchapentry{Concept Index}{10001}{Concept Index}{73}
-@unnchapentry{Function and Variable Index}{10002}{Function and Variable Index}{74}
+@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{14}
+@numsubsecentry{Sample Init File}{1.3.3}{Sample Init File}{15}
+@numsecentry{Bindable Readline Commands}{1.4}{Bindable Readline Commands}{18}
+@numsubsecentry{Commands For Moving}{1.4.1}{Commands For Moving}{18}
+@numsubsecentry{Commands For Manipulating The History}{1.4.2}{Commands For History}{19}
+@numsubsecentry{Commands For Changing Text}{1.4.3}{Commands For Text}{21}
+@numsubsecentry{Killing And Yanking}{1.4.4}{Commands For Killing}{22}
+@numsubsecentry{Specifying Numeric Arguments}{1.4.5}{Numeric Arguments}{23}
+@numsubsecentry{Letting Readline Type For You}{1.4.6}{Commands For Completion}{24}
+@numsubsecentry{Keyboard Macros}{1.4.7}{Keyboard Macros}{24}
+@numsubsecentry{Some Miscellaneous Commands}{1.4.8}{Miscellaneous Commands}{25}
+@numsecentry{Readline vi Mode}{1.5}{Readline vi Mode}{26}
+@numchapentry{Programming with GNU Readline}{2}{Programming with GNU Readline}{27}
+@numsecentry{Basic Behavior}{2.1}{Basic Behavior}{27}
+@numsecentry{Custom Functions}{2.2}{Custom Functions}{28}
+@numsubsecentry{Readline Typedefs}{2.2.1}{Readline Typedefs}{29}
+@numsubsecentry{Writing a New Function}{2.2.2}{Function Writing}{30}
+@numsecentry{Readline Variables}{2.3}{Readline Variables}{30}
+@numsecentry{Readline Convenience Functions}{2.4}{Readline Convenience Functions}{36}
+@numsubsecentry{Naming a Function}{2.4.1}{Function Naming}{36}
+@numsubsecentry{Selecting a Keymap}{2.4.2}{Keymaps}{36}
+@numsubsecentry{Binding Keys}{2.4.3}{Binding Keys}{37}
+@numsubsecentry{Associating Function Names and Bindings}{2.4.4}{Associating Function Names and Bindings}{39}
+@numsubsecentry{Allowing Undoing}{2.4.5}{Allowing Undoing}{40}
+@numsubsecentry{Redisplay}{2.4.6}{Redisplay}{41}
+@numsubsecentry{Modifying Text}{2.4.7}{Modifying Text}{43}
+@numsubsecentry{Character Input}{2.4.8}{Character Input}{43}
+@numsubsecentry{Terminal Management}{2.4.9}{Terminal Management}{44}
+@numsubsecentry{Utility Functions}{2.4.10}{Utility Functions}{45}
+@numsubsecentry{Miscellaneous Functions}{2.4.11}{Miscellaneous Functions}{46}
+@numsubsecentry{Alternate Interface}{2.4.12}{Alternate Interface}{47}
+@numsubsecentry{A Readline Example}{2.4.13}{A Readline Example}{48}
+@numsubsecentry{Alternate Interface Example}{2.4.14}{Alternate Interface Example}{50}
+@numsecentry{Readline Signal Handling}{2.5}{Readline Signal Handling}{52}
+@numsecentry{Custom Completers}{2.6}{Custom Completers}{55}
+@numsubsecentry{How Completing Works}{2.6.1}{How Completing Works}{55}
+@numsubsecentry{Completion Functions}{2.6.2}{Completion Functions}{56}
+@numsubsecentry{Completion Variables}{2.6.3}{Completion Variables}{57}
+@numsubsecentry{A Short Completion Example}{2.6.4}{A Short Completion Example}{63}
+@appentry{GNU Free Documentation License}{A}{GNU Free Documentation License}{72}
+@unnchapentry{Concept Index}{10001}{Concept Index}{80}
+@unnchapentry{Function and Variable Index}{10002}{Function and Variable Index}{81}
index e6f8a198121a77f03fa4e0f3288b7e409d050a39..e1044121ffcdd1947cd03d187b9a8420be943e08 100644 (file)
@@ -1,78 +1,83 @@
-\entry{rl_line_buffer}{27}{\code {rl_line_buffer}}
-\entry{rl_point}{27}{\code {rl_point}}
-\entry{rl_end}{27}{\code {rl_end}}
-\entry{rl_mark}{27}{\code {rl_mark}}
-\entry{rl_done}{27}{\code {rl_done}}
-\entry{rl_num_chars_to_read}{27}{\code {rl_num_chars_to_read}}
-\entry{rl_pending_input}{27}{\code {rl_pending_input}}
-\entry{rl_dispatching}{27}{\code {rl_dispatching}}
-\entry{rl_erase_empty_line}{28}{\code {rl_erase_empty_line}}
-\entry{rl_prompt}{28}{\code {rl_prompt}}
-\entry{rl_display_prompt}{28}{\code {rl_display_prompt}}
-\entry{rl_already_prompted}{28}{\code {rl_already_prompted}}
-\entry{rl_library_version}{28}{\code {rl_library_version}}
-\entry{rl_readline_version}{28}{\code {rl_readline_version}}
-\entry{rl_gnu_readline_p}{28}{\code {rl_gnu_readline_p}}
-\entry{rl_terminal_name}{28}{\code {rl_terminal_name}}
-\entry{rl_readline_name}{28}{\code {rl_readline_name}}
-\entry{rl_instream}{28}{\code {rl_instream}}
-\entry{rl_outstream}{28}{\code {rl_outstream}}
-\entry{rl_prefer_env_winsize}{29}{\code {rl_prefer_env_winsize}}
-\entry{rl_last_func}{29}{\code {rl_last_func}}
-\entry{rl_startup_hook}{29}{\code {rl_startup_hook}}
-\entry{rl_pre_input_hook}{29}{\code {rl_pre_input_hook}}
-\entry{rl_event_hook}{29}{\code {rl_event_hook}}
-\entry{rl_getc_function}{29}{\code {rl_getc_function}}
-\entry{rl_signal_event_hook}{29}{\code {rl_signal_event_hook}}
-\entry{rl_input_available_hook}{29}{\code {rl_input_available_hook}}
-\entry{rl_redisplay_function}{30}{\code {rl_redisplay_function}}
-\entry{rl_prep_term_function}{30}{\code {rl_prep_term_function}}
-\entry{rl_deprep_term_function}{30}{\code {rl_deprep_term_function}}
-\entry{rl_executing_keymap}{30}{\code {rl_executing_keymap}}
-\entry{rl_binding_keymap}{30}{\code {rl_binding_keymap}}
-\entry{rl_executing_macro}{30}{\code {rl_executing_macro}}
-\entry{rl_executing_key}{30}{\code {rl_executing_key}}
-\entry{rl_executing_keyseq}{30}{\code {rl_executing_keyseq}}
-\entry{rl_key_sequence_length}{30}{\code {rl_key_sequence_length}}
-\entry{rl_readline_state}{30}{\code {rl_readline_state}}
-\entry{rl_explicit_arg}{32}{\code {rl_explicit_arg}}
-\entry{rl_numeric_arg}{32}{\code {rl_numeric_arg}}
-\entry{rl_editing_mode}{32}{\code {rl_editing_mode}}
-\entry{rl_catch_signals}{48}{\code {rl_catch_signals}}
-\entry{rl_catch_sigwinch}{48}{\code {rl_catch_sigwinch}}
-\entry{rl_persistent_signal_handlers}{48}{\code {rl_persistent_signal_handlers}}
-\entry{rl_change_environment}{48}{\code {rl_change_environment}}
-\entry{rl_completion_entry_function}{50}{\code {rl_completion_entry_function}}
-\entry{rl_completion_entry_function}{52}{\code {rl_completion_entry_function}}
-\entry{rl_attempted_completion_function}{52}{\code {rl_attempted_completion_function}}
-\entry{rl_filename_quoting_function}{52}{\code {rl_filename_quoting_function}}
-\entry{rl_filename_dequoting_function}{52}{\code {rl_filename_dequoting_function}}
-\entry{rl_char_is_quoted_p}{52}{\code {rl_char_is_quoted_p}}
-\entry{rl_ignore_some_completions_function}{53}{\code {rl_ignore_some_completions_function}}
-\entry{rl_directory_completion_hook}{53}{\code {rl_directory_completion_hook}}
-\entry{rl_directory_rewrite_hook;}{53}{\code {rl_directory_rewrite_hook;}}
-\entry{rl_filename_stat_hook}{53}{\code {rl_filename_stat_hook}}
-\entry{rl_filename_rewrite_hook}{53}{\code {rl_filename_rewrite_hook}}
-\entry{rl_completion_display_matches_hook}{54}{\code {rl_completion_display_matches_hook}}
-\entry{rl_basic_word_break_characters}{54}{\code {rl_basic_word_break_characters}}
-\entry{rl_basic_quote_characters}{54}{\code {rl_basic_quote_characters}}
-\entry{rl_completer_word_break_characters}{54}{\code {rl_completer_word_break_characters}}
-\entry{rl_completion_word_break_hook}{54}{\code {rl_completion_word_break_hook}}
-\entry{rl_completer_quote_characters}{54}{\code {rl_completer_quote_characters}}
-\entry{rl_filename_quote_characters}{54}{\code {rl_filename_quote_characters}}
-\entry{rl_special_prefixes}{54}{\code {rl_special_prefixes}}
-\entry{rl_completion_query_items}{55}{\code {rl_completion_query_items}}
-\entry{rl_completion_append_character}{55}{\code {rl_completion_append_character}}
-\entry{rl_completion_suppress_append}{55}{\code {rl_completion_suppress_append}}
-\entry{rl_completion_quote_character}{55}{\code {rl_completion_quote_character}}
-\entry{rl_completion_suppress_quote}{55}{\code {rl_completion_suppress_quote}}
-\entry{rl_completion_found_quote}{55}{\code {rl_completion_found_quote}}
-\entry{rl_completion_mark_symlink_dirs}{55}{\code {rl_completion_mark_symlink_dirs}}
-\entry{rl_ignore_completion_duplicates}{55}{\code {rl_ignore_completion_duplicates}}
-\entry{rl_filename_completion_desired}{56}{\code {rl_filename_completion_desired}}
-\entry{rl_filename_quoting_desired}{56}{\code {rl_filename_quoting_desired}}
-\entry{rl_attempted_completion_over}{56}{\code {rl_attempted_completion_over}}
-\entry{rl_sort_completion_matches}{56}{\code {rl_sort_completion_matches}}
-\entry{rl_completion_type}{56}{\code {rl_completion_type}}
-\entry{rl_completion_invoking_key}{56}{\code {rl_completion_invoking_key}}
-\entry{rl_inhibit_completion}{56}{\code {rl_inhibit_completion}}
+\entry{rl_line_buffer}{30}{\code {rl_line_buffer}}
+\entry{rl_point}{30}{\code {rl_point}}
+\entry{rl_end}{30}{\code {rl_end}}
+\entry{rl_mark}{30}{\code {rl_mark}}
+\entry{rl_done}{30}{\code {rl_done}}
+\entry{rl_eof_found}{30}{\code {rl_eof_found}}
+\entry{rl_num_chars_to_read}{31}{\code {rl_num_chars_to_read}}
+\entry{rl_pending_input}{31}{\code {rl_pending_input}}
+\entry{rl_dispatching}{31}{\code {rl_dispatching}}
+\entry{rl_erase_empty_line}{31}{\code {rl_erase_empty_line}}
+\entry{rl_prompt}{31}{\code {rl_prompt}}
+\entry{rl_display_prompt}{31}{\code {rl_display_prompt}}
+\entry{rl_already_prompted}{31}{\code {rl_already_prompted}}
+\entry{rl_library_version}{31}{\code {rl_library_version}}
+\entry{rl_readline_version}{31}{\code {rl_readline_version}}
+\entry{rl_gnu_readline_p}{31}{\code {rl_gnu_readline_p}}
+\entry{rl_terminal_name}{32}{\code {rl_terminal_name}}
+\entry{rl_readline_name}{32}{\code {rl_readline_name}}
+\entry{rl_instream}{32}{\code {rl_instream}}
+\entry{rl_outstream}{32}{\code {rl_outstream}}
+\entry{rl_prefer_env_winsize}{32}{\code {rl_prefer_env_winsize}}
+\entry{rl_last_func}{32}{\code {rl_last_func}}
+\entry{rl_startup_hook}{32}{\code {rl_startup_hook}}
+\entry{rl_pre_input_hook}{32}{\code {rl_pre_input_hook}}
+\entry{rl_event_hook}{32}{\code {rl_event_hook}}
+\entry{rl_getc_function}{32}{\code {rl_getc_function}}
+\entry{rl_signal_event_hook}{32}{\code {rl_signal_event_hook}}
+\entry{rl_timeout_event_hook}{33}{\code {rl_timeout_event_hook}}
+\entry{rl_input_available_hook}{33}{\code {rl_input_available_hook}}
+\entry{rl_redisplay_function}{33}{\code {rl_redisplay_function}}
+\entry{rl_prep_term_function}{33}{\code {rl_prep_term_function}}
+\entry{rl_deprep_term_function}{33}{\code {rl_deprep_term_function}}
+\entry{rl_macro_display_hook}{33}{\code {rl_macro_display_hook}}
+\entry{rl_executing_keymap}{33}{\code {rl_executing_keymap}}
+\entry{rl_binding_keymap}{34}{\code {rl_binding_keymap}}
+\entry{rl_executing_macro}{34}{\code {rl_executing_macro}}
+\entry{rl_executing_key}{34}{\code {rl_executing_key}}
+\entry{rl_executing_keyseq}{34}{\code {rl_executing_keyseq}}
+\entry{rl_key_sequence_length}{34}{\code {rl_key_sequence_length}}
+\entry{rl_readline_state}{34}{\code {rl_readline_state}}
+\entry{rl_explicit_arg}{36}{\code {rl_explicit_arg}}
+\entry{rl_numeric_arg}{36}{\code {rl_numeric_arg}}
+\entry{rl_editing_mode}{36}{\code {rl_editing_mode}}
+\entry{rl_catch_signals}{53}{\code {rl_catch_signals}}
+\entry{rl_catch_sigwinch}{53}{\code {rl_catch_sigwinch}}
+\entry{rl_persistent_signal_handlers}{53}{\code {rl_persistent_signal_handlers}}
+\entry{rl_change_environment}{53}{\code {rl_change_environment}}
+\entry{rl_completion_entry_function}{56}{\code {rl_completion_entry_function}}
+\entry{rl_completion_entry_function}{57}{\code {rl_completion_entry_function}}
+\entry{rl_attempted_completion_function}{57}{\code {rl_attempted_completion_function}}
+\entry{rl_filename_quoting_function}{57}{\code {rl_filename_quoting_function}}
+\entry{rl_filename_dequoting_function}{58}{\code {rl_filename_dequoting_function}}
+\entry{rl_char_is_quoted_p}{58}{\code {rl_char_is_quoted_p}}
+\entry{rl_ignore_some_completions_function}{58}{\code {rl_ignore_some_completions_function}}
+\entry{rl_directory_completion_hook}{58}{\code {rl_directory_completion_hook}}
+\entry{rl_directory_rewrite_hook;}{58}{\code {rl_directory_rewrite_hook;}}
+\entry{rl_filename_stat_hook}{59}{\code {rl_filename_stat_hook}}
+\entry{rl_filename_rewrite_hook}{59}{\code {rl_filename_rewrite_hook}}
+\entry{rl_completion_rewrite_hook}{59}{\code {rl_completion_rewrite_hook}}
+\entry{rl_completion_display_matches_hook}{60}{\code {rl_completion_display_matches_hook}}
+\entry{rl_basic_word_break_characters}{60}{\code {rl_basic_word_break_characters}}
+\entry{rl_basic_quote_characters}{60}{\code {rl_basic_quote_characters}}
+\entry{rl_completer_word_break_characters}{60}{\code {rl_completer_word_break_characters}}
+\entry{rl_completion_word_break_hook}{60}{\code {rl_completion_word_break_hook}}
+\entry{rl_completer_quote_characters}{60}{\code {rl_completer_quote_characters}}
+\entry{rl_filename_quote_characters}{60}{\code {rl_filename_quote_characters}}
+\entry{rl_special_prefixes}{60}{\code {rl_special_prefixes}}
+\entry{rl_completion_query_items}{60}{\code {rl_completion_query_items}}
+\entry{rl_completion_append_character}{61}{\code {rl_completion_append_character}}
+\entry{rl_completion_suppress_append}{61}{\code {rl_completion_suppress_append}}
+\entry{rl_completion_suppress_quote}{61}{\code {rl_completion_suppress_quote}}
+\entry{rl_completion_found_quote}{61}{\code {rl_completion_found_quote}}
+\entry{rl_completion_quote_character}{61}{\code {rl_completion_quote_character}}
+\entry{rl_completion_mark_symlink_dirs}{61}{\code {rl_completion_mark_symlink_dirs}}
+\entry{rl_ignore_completion_duplicates}{61}{\code {rl_ignore_completion_duplicates}}
+\entry{rl_filename_completion_desired}{61}{\code {rl_filename_completion_desired}}
+\entry{rl_filename_quoting_desired}{62}{\code {rl_filename_quoting_desired}}
+\entry{rl_full_quoting_desired}{62}{\code {rl_full_quoting_desired}}
+\entry{rl_attempted_completion_over}{62}{\code {rl_attempted_completion_over}}
+\entry{rl_sort_completion_matches}{62}{\code {rl_sort_completion_matches}}
+\entry{rl_completion_type}{62}{\code {rl_completion_type}}
+\entry{rl_completion_invoking_key}{62}{\code {rl_completion_invoking_key}}
+\entry{rl_inhibit_completion}{62}{\code {rl_inhibit_completion}}
index 2b378396581a5a5b902597a9bcb81afb85fff2ea..db9cd76f59353e07b0c1dd97b2cae0ded66618ef 100644 (file)
@@ -1,77 +1,82 @@
-\entry {\code {rl_already_prompted}}{28}
-\entry {\code {rl_attempted_completion_function}}{52}
-\entry {\code {rl_attempted_completion_over}}{56}
-\entry {\code {rl_basic_quote_characters}}{54}
-\entry {\code {rl_basic_word_break_characters}}{54}
-\entry {\code {rl_binding_keymap}}{30}
-\entry {\code {rl_catch_signals}}{48}
-\entry {\code {rl_catch_sigwinch}}{48}
-\entry {\code {rl_change_environment}}{48}
-\entry {\code {rl_char_is_quoted_p}}{52}
-\entry {\code {rl_completer_quote_characters}}{54}
-\entry {\code {rl_completer_word_break_characters}}{54}
-\entry {\code {rl_completion_append_character}}{55}
-\entry {\code {rl_completion_display_matches_hook}}{54}
-\entry {\code {rl_completion_entry_function}}{50, 52}
-\entry {\code {rl_completion_found_quote}}{55}
-\entry {\code {rl_completion_invoking_key}}{56}
-\entry {\code {rl_completion_mark_symlink_dirs}}{55}
-\entry {\code {rl_completion_query_items}}{55}
-\entry {\code {rl_completion_quote_character}}{55}
-\entry {\code {rl_completion_suppress_append}}{55}
-\entry {\code {rl_completion_suppress_quote}}{55}
-\entry {\code {rl_completion_type}}{56}
-\entry {\code {rl_completion_word_break_hook}}{54}
-\entry {\code {rl_deprep_term_function}}{30}
-\entry {\code {rl_directory_completion_hook}}{53}
-\entry {\code {rl_directory_rewrite_hook;}}{53}
-\entry {\code {rl_dispatching}}{27}
-\entry {\code {rl_display_prompt}}{28}
-\entry {\code {rl_done}}{27}
-\entry {\code {rl_editing_mode}}{32}
-\entry {\code {rl_end}}{27}
-\entry {\code {rl_erase_empty_line}}{28}
-\entry {\code {rl_event_hook}}{29}
-\entry {\code {rl_executing_key}}{30}
-\entry {\code {rl_executing_keymap}}{30}
-\entry {\code {rl_executing_keyseq}}{30}
-\entry {\code {rl_executing_macro}}{30}
-\entry {\code {rl_explicit_arg}}{32}
-\entry {\code {rl_filename_completion_desired}}{56}
-\entry {\code {rl_filename_dequoting_function}}{52}
-\entry {\code {rl_filename_quote_characters}}{54}
-\entry {\code {rl_filename_quoting_desired}}{56}
-\entry {\code {rl_filename_quoting_function}}{52}
-\entry {\code {rl_filename_rewrite_hook}}{53}
-\entry {\code {rl_filename_stat_hook}}{53}
-\entry {\code {rl_getc_function}}{29}
-\entry {\code {rl_gnu_readline_p}}{28}
-\entry {\code {rl_ignore_completion_duplicates}}{55}
-\entry {\code {rl_ignore_some_completions_function}}{53}
-\entry {\code {rl_inhibit_completion}}{56}
-\entry {\code {rl_input_available_hook}}{29}
-\entry {\code {rl_instream}}{28}
-\entry {\code {rl_key_sequence_length}}{30}
-\entry {\code {rl_last_func}}{29}
-\entry {\code {rl_library_version}}{28}
-\entry {\code {rl_line_buffer}}{27}
-\entry {\code {rl_mark}}{27}
-\entry {\code {rl_num_chars_to_read}}{27}
-\entry {\code {rl_numeric_arg}}{32}
-\entry {\code {rl_outstream}}{28}
-\entry {\code {rl_pending_input}}{27}
-\entry {\code {rl_persistent_signal_handlers}}{48}
-\entry {\code {rl_point}}{27}
-\entry {\code {rl_pre_input_hook}}{29}
-\entry {\code {rl_prefer_env_winsize}}{29}
-\entry {\code {rl_prep_term_function}}{30}
-\entry {\code {rl_prompt}}{28}
-\entry {\code {rl_readline_name}}{28}
-\entry {\code {rl_readline_state}}{30}
-\entry {\code {rl_readline_version}}{28}
-\entry {\code {rl_redisplay_function}}{30}
-\entry {\code {rl_signal_event_hook}}{29}
-\entry {\code {rl_sort_completion_matches}}{56}
-\entry {\code {rl_special_prefixes}}{54}
-\entry {\code {rl_startup_hook}}{29}
-\entry {\code {rl_terminal_name}}{28}
+\entry{\code {rl_already_prompted}}{31}
+\entry{\code {rl_attempted_completion_function}}{57}
+\entry{\code {rl_attempted_completion_over}}{62}
+\entry{\code {rl_basic_quote_characters}}{60}
+\entry{\code {rl_basic_word_break_characters}}{60}
+\entry{\code {rl_binding_keymap}}{34}
+\entry{\code {rl_catch_signals}}{53}
+\entry{\code {rl_catch_sigwinch}}{53}
+\entry{\code {rl_change_environment}}{53}
+\entry{\code {rl_char_is_quoted_p}}{58}
+\entry{\code {rl_completer_quote_characters}}{60}
+\entry{\code {rl_completer_word_break_characters}}{60}
+\entry{\code {rl_completion_append_character}}{61}
+\entry{\code {rl_completion_display_matches_hook}}{60}
+\entry{\code {rl_completion_entry_function}}{56, 57}
+\entry{\code {rl_completion_found_quote}}{61}
+\entry{\code {rl_completion_invoking_key}}{62}
+\entry{\code {rl_completion_mark_symlink_dirs}}{61}
+\entry{\code {rl_completion_query_items}}{60}
+\entry{\code {rl_completion_quote_character}}{61}
+\entry{\code {rl_completion_rewrite_hook}}{59}
+\entry{\code {rl_completion_suppress_append}}{61}
+\entry{\code {rl_completion_suppress_quote}}{61}
+\entry{\code {rl_completion_type}}{62}
+\entry{\code {rl_completion_word_break_hook}}{60}
+\entry{\code {rl_deprep_term_function}}{33}
+\entry{\code {rl_directory_completion_hook}}{58}
+\entry{\code {rl_directory_rewrite_hook;}}{58}
+\entry{\code {rl_dispatching}}{31}
+\entry{\code {rl_display_prompt}}{31}
+\entry{\code {rl_done}}{30}
+\entry{\code {rl_editing_mode}}{36}
+\entry{\code {rl_end}}{30}
+\entry{\code {rl_eof_found}}{30}
+\entry{\code {rl_erase_empty_line}}{31}
+\entry{\code {rl_event_hook}}{32}
+\entry{\code {rl_executing_key}}{34}
+\entry{\code {rl_executing_keymap}}{33}
+\entry{\code {rl_executing_keyseq}}{34}
+\entry{\code {rl_executing_macro}}{34}
+\entry{\code {rl_explicit_arg}}{36}
+\entry{\code {rl_filename_completion_desired}}{61}
+\entry{\code {rl_filename_dequoting_function}}{58}
+\entry{\code {rl_filename_quote_characters}}{60}
+\entry{\code {rl_filename_quoting_desired}}{62}
+\entry{\code {rl_filename_quoting_function}}{57}
+\entry{\code {rl_filename_rewrite_hook}}{59}
+\entry{\code {rl_filename_stat_hook}}{59}
+\entry{\code {rl_full_quoting_desired}}{62}
+\entry{\code {rl_getc_function}}{32}
+\entry{\code {rl_gnu_readline_p}}{31}
+\entry{\code {rl_ignore_completion_duplicates}}{61}
+\entry{\code {rl_ignore_some_completions_function}}{58}
+\entry{\code {rl_inhibit_completion}}{62}
+\entry{\code {rl_input_available_hook}}{33}
+\entry{\code {rl_instream}}{32}
+\entry{\code {rl_key_sequence_length}}{34}
+\entry{\code {rl_last_func}}{32}
+\entry{\code {rl_library_version}}{31}
+\entry{\code {rl_line_buffer}}{30}
+\entry{\code {rl_macro_display_hook}}{33}
+\entry{\code {rl_mark}}{30}
+\entry{\code {rl_num_chars_to_read}}{31}
+\entry{\code {rl_numeric_arg}}{36}
+\entry{\code {rl_outstream}}{32}
+\entry{\code {rl_pending_input}}{31}
+\entry{\code {rl_persistent_signal_handlers}}{53}
+\entry{\code {rl_point}}{30}
+\entry{\code {rl_pre_input_hook}}{32}
+\entry{\code {rl_prefer_env_winsize}}{32}
+\entry{\code {rl_prep_term_function}}{33}
+\entry{\code {rl_prompt}}{31}
+\entry{\code {rl_readline_name}}{32}
+\entry{\code {rl_readline_state}}{34}
+\entry{\code {rl_readline_version}}{31}
+\entry{\code {rl_redisplay_function}}{33}
+\entry{\code {rl_signal_event_hook}}{32}
+\entry{\code {rl_sort_completion_matches}}{62}
+\entry{\code {rl_special_prefixes}}{60}
+\entry{\code {rl_startup_hook}}{32}
+\entry{\code {rl_terminal_name}}{32}
+\entry{\code {rl_timeout_event_hook}}{33}
index 0df40dc4ce868246a27bb34d684c5821a7f31479..dadca6a6ddff31cbcd221ca100b49db57fa3c842 100644 (file)
@@ -72,8 +72,8 @@ Since it's possible to enter characters into the line while quoting
 them to disable any Readline editing function they might normally have,
 this line may include embedded newlines and other special characters.
 If @var{prompt} is @code{NULL} or the empty string,
-@code{readline} does not display a prompt.
-The line @code{readline} returns is allocated with @code{malloc()};
+@code{readline()} does not display a prompt.
+The line @code{readline()} returns is allocated with @code{malloc()};
 the caller should @code{free()} the line when it has finished with it.
 The declaration for @code{readline} in ANSI C is
 
@@ -92,9 +92,9 @@ The line returned has the final newline removed, so only the
 text remains.
 This means that lines consisting of a newline return the empty string.
 
-If @code{readline} encounters an @code{EOF} while reading the line,
+If Readline encounters an @code{EOF} while reading the line,
 and the line is empty at that point,
-then @code{readline} returns @code{(char *)NULL}.
+then @code{readline()} returns @code{(char *)NULL}.
 Otherwise, the line is ended just as if a newline had been typed.
 
 Readline performs some expansion on the @var{prompt} before it is
@@ -467,12 +467,12 @@ twice in succession, for example.
 
 @deftypevar {rl_hook_func_t *} rl_startup_hook
 If non-zero, this is the address of a function to call just
-before @code{readline} prints the first prompt.
+before Readline prints the first prompt.
 @end deftypevar
 
 @deftypevar {rl_hook_func_t *} rl_pre_input_hook
 If non-zero, this is the address of a function to call after
-the first prompt has been printed and just before @code{readline}
+the first prompt has been printed and just before Readline
 starts reading input characters.
 @end deftypevar
 
@@ -629,7 +629,7 @@ Readline is in overwrite mode.
 @item RL_STATE_COMPLETING
 Readline is performing word completion.
 @item RL_STATE_SIGHANDLER
-Readline is currently executing the readline signal handler.
+Readline is currently executing the Readline signal handler.
 @item RL_STATE_UNDOING
 Readline is performing an undo.
 @item RL_STATE_INPUTPENDING
index b4015847bbaa0485887f9b75d337ac6cae4c6f57..9b3cf7918700f18501d8f5891feb76d3227009b1 100644 (file)
@@ -82,8 +82,8 @@ Line editing can be enabled at any time using the @option{-o emacs} or
 @node Introduction and Notation
 @section Introduction to Line Editing
 
-The following paragraphs describe the notation used to represent
-keystrokes.
+The following paragraphs use Emacs style to
+describe the notation used to represent keystrokes.
 
 The text @kbd{C-k} is read as `Control-K' and describes the character
 produced when the @key{k} key is pressed while the Control key
@@ -91,16 +91,16 @@ is depressed.
 
 The text @kbd{M-k} is read as `Meta-K' and describes the character
 produced when the Meta key (if you have one) is depressed, and the @key{k}
-key is pressed (a @dfn{meta character}).
-The Meta key is labeled @key{ALT} on many keyboards.
+key is pressed (a @dfn{meta character}), then both are released.
+The Meta key is labeled @key{ALT} or @key{Option} on many keyboards.
 On keyboards with two keys labeled @key{ALT} (usually to either side of
 the space bar), the @key{ALT} on the left side is generally set to
 work as a Meta key.
-The @key{ALT} key on the right may also be configured to work as a
-Meta key or may be configured as some other modifier, such as a
+One of the @key{ALT} keys may also be configured
+as some other modifier, such as a
 Compose key for typing accented characters.
 
-On some keyboards, the Meta key modifier produces meta characters with
+On some keyboards, the Meta key modifier produces characters with
 the eighth bit (0200) set.
 You can use the @code{enable-meta-key} variable
 to control whether or not it does this, if the keyboard allows it.
@@ -381,7 +381,7 @@ shell variable @env{INPUTRC}.
 environment variable @env{INPUTRC}.
 @end ifclear
 If that variable is unset, the default is @file{~/.inputrc}.
-If that file does not exist or cannot be read, readline looks for
+If that file does not exist or cannot be read, Readline looks for
 @file{/etc/inputrc}.
 @ifset BashFeatures
 The @w{@code{bind}} builtin command can also be used to set Readline
@@ -508,7 +508,7 @@ common prefix of the set of possible completions using a different color.
 The color definitions are taken from the value of the @env{LS_COLORS}
 environment variable.
 If there is a color definition in @env{LS_COLORS} for the custom suffix
-@samp{readline-colored-completion-prefix}, Readline uses this color for
+@samp{.readline-colored-completion-prefix}, Readline uses this color for
 the common prefix instead of its default.
 The default is @samp{off}.
 
@@ -553,7 +553,7 @@ The default value is @samp{off}.
 The maximum
 length in characters of the common prefix of a list of possible
 completions that is displayed without modification.
-When set to a value greater than zero, readline
+When set to a value greater than zero, Readline
 replaces common prefixes longer than this value
 with an ellipsis when displaying possible completions.
 
@@ -674,7 +674,7 @@ sequences containing @kbd{\M-} or @code{Meta-}
 (see @code{Key Bindings} in @ref{Readline Init File Syntax})
 by converting a key sequence of the form
 @kbd{\M-}@var{C} or @code{Meta-}@var{C} to the two-character sequence
-@kbd{ESC}@var{C} (adding the meta prefix).
+@kbd{ESC} @var{C} (adding the meta prefix).
 If @code{force-meta-prefix} is set to @samp{off} (the default),
 Readline uses the value of the @code{convert-meta} variable to determine
 whether to perform this conversion:
@@ -876,7 +876,7 @@ The default value is @samp{off}.
 If set to @samp{on}, this alters the default completion behavior when
 inserting a single match into the line.
 It's only active when performing completion in the middle of a word.
-If enabled, readline does not insert characters from the completion
+If enabled, Readline does not insert characters from the completion
 that match characters after point in the word being completed,
 so portions of the word following the cursor are not duplicated.
 For instance, if this is enabled, attempting completion when the cursor
@@ -1312,9 +1312,10 @@ position, and @dfn{mark} refers to a cursor position saved by the
 @code{set-mark} command.
 The text between the point and mark is referred to as the @dfn{region}.
 Readline has the concept of an @emph{active region}:
-when the region is active, Readline redisplay uses the
-value of the @code{active-region-start-color} variable
-to denote the region.
+when the region is active,
+Readline redisplay highlights the region using the
+value of the @code{active-region-start-color} variable.
+The @code{enable-active-region} variable turns this on and off.
 Several commands set the region to active; those are noted below.
 
 @node Commands For Moving
@@ -1979,7 +1980,7 @@ of an @var{inputrc} file.
 This command is unbound by default.
 
 @item execute-named-command (M-x)
-Read a bindable readline command name from the input and execute the
+Read a bindable Readline command name from the input and execute the
 function to which it's bound, as if the key sequence to which it was
 bound appeared in the input.
 If this function is supplied with a numeric argument, it passes that
@@ -2095,7 +2096,7 @@ so forth.
 When the user attempts word completion for an argument to a command for
 which a completion specification (a @dfn{compspec}) has been defined
 using the @code{complete} builtin (@pxref{Programmable Completion Builtins}),
-\fBreadline\fP invokes the programmable completion facilities. 
+Readline invokes the programmable completion facilities. 
 
 First, Bash identifies the command name.
 If a compspec has been defined for that command, the
@@ -2563,7 +2564,7 @@ the @option{-E} option indicates that other supplied options should
 apply to ``empty'' command completion; and
 the @option{-I} option indicates that other supplied options should
 apply to completion on the initial word on the line.
-These are determined in the same way as the \fBcomplete\fP builtin.
+These are determined in the same way as the @code{complete} builtin.
 
 If multiple options are supplied, the @option{-D} option takes precedence
 over @option{-E}, and both take precedence over @option{-I}
index 75537271f8c3ebcf25db9859ce33e2a73511dd26..e6fa5b58b95e652ab18e265aa4d6cfbb4b5bd77e 100644 (file)
@@ -9,17 +9,17 @@
 @xrdef{Command Line Editing-pg}{1}
 @xrdef{Introduction and Notation-pg}{1}
 @xrdef{Readline Interaction-pg}{1}
-@xrdef{Readline Bare Essentials-pg}{1}
 @xrdef{Readline Movement Commands-title}{Readline Movement Commands}
 @xrdef{Readline Movement Commands-snt}{Section@tie 1.2.2}
 @xrdef{Readline Killing Commands-title}{Readline Killing Commands}
 @xrdef{Readline Killing Commands-snt}{Section@tie 1.2.3}
+@xrdef{Readline Bare Essentials-pg}{2}
 @xrdef{Readline Movement Commands-pg}{2}
-@xrdef{Readline Killing Commands-pg}{2}
 @xrdef{Readline Arguments-title}{Readline Arguments}
 @xrdef{Readline Arguments-snt}{Section@tie 1.2.4}
 @xrdef{Searching-title}{Searching for Commands in the History}
 @xrdef{Searching-snt}{Section@tie 1.2.5}
+@xrdef{Readline Killing Commands-pg}{3}
 @xrdef{Readline Arguments-pg}{3}
 @xrdef{Searching-pg}{3}
 @xrdef{Readline Init File-title}{Readline Init File}
 @xrdef{Readline Init File Syntax-pg}{4}
 @xrdef{Conditional Init Constructs-title}{Conditional Init Constructs}
 @xrdef{Conditional Init Constructs-snt}{Section@tie 1.3.2}
-@xrdef{Conditional Init Constructs-pg}{12}
+@xrdef{Conditional Init Constructs-pg}{14}
 @xrdef{Sample Init File-title}{Sample Init File}
 @xrdef{Sample Init File-snt}{Section@tie 1.3.3}
-@xrdef{Sample Init File-pg}{13}
+@xrdef{Sample Init File-pg}{15}
 @xrdef{Bindable Readline Commands-title}{Bindable Readline Commands}
 @xrdef{Bindable Readline Commands-snt}{Section@tie 1.4}
 @xrdef{Commands For Moving-title}{Commands For Moving}
 @xrdef{Commands For Moving-snt}{Section@tie 1.4.1}
-@xrdef{Bindable Readline Commands-pg}{16}
-@xrdef{Commands For Moving-pg}{16}
+@xrdef{Bindable Readline Commands-pg}{18}
+@xrdef{Commands For Moving-pg}{18}
 @xrdef{Commands For History-title}{Commands For Manipulating The History}
 @xrdef{Commands For History-snt}{Section@tie 1.4.2}
-@xrdef{Commands For History-pg}{17}
+@xrdef{Commands For History-pg}{19}
 @xrdef{Commands For Text-title}{Commands For Changing Text}
 @xrdef{Commands For Text-snt}{Section@tie 1.4.3}
-@xrdef{Commands For Text-pg}{18}
+@xrdef{Commands For Text-pg}{21}
 @xrdef{Commands For Killing-title}{Killing And Yanking}
 @xrdef{Commands For Killing-snt}{Section@tie 1.4.4}
-@xrdef{Commands For Killing-pg}{19}
+@xrdef{Commands For Killing-pg}{22}
 @xrdef{Numeric Arguments-title}{Specifying Numeric Arguments}
 @xrdef{Numeric Arguments-snt}{Section@tie 1.4.5}
-@xrdef{Numeric Arguments-pg}{20}
 @xrdef{Commands For Completion-title}{Letting Readline Type For You}
 @xrdef{Commands For Completion-snt}{Section@tie 1.4.6}
+@xrdef{Numeric Arguments-pg}{23}
 @xrdef{Keyboard Macros-title}{Keyboard Macros}
 @xrdef{Keyboard Macros-snt}{Section@tie 1.4.7}
-@xrdef{Commands For Completion-pg}{21}
-@xrdef{Keyboard Macros-pg}{21}
 @xrdef{Miscellaneous Commands-title}{Some Miscellaneous Commands}
 @xrdef{Miscellaneous Commands-snt}{Section@tie 1.4.8}
-@xrdef{Miscellaneous Commands-pg}{22}
+@xrdef{Commands For Completion-pg}{24}
+@xrdef{Keyboard Macros-pg}{24}
+@xrdef{Miscellaneous Commands-pg}{25}
 @xrdef{Readline vi Mode-title}{Readline vi Mode}
 @xrdef{Readline vi Mode-snt}{Section@tie 1.5}
-@xrdef{Readline vi Mode-pg}{23}
+@xrdef{Readline vi Mode-pg}{26}
 @xrdef{GNU Free Documentation License-title}{GNU Free Documentation License}
 @xrdef{GNU Free Documentation License-snt}{Appendix@tie @char65{}}
-@xrdef{GNU Free Documentation License-pg}{24}
+@xrdef{GNU Free Documentation License-pg}{27}
index a8eab78ddad950550edd1fe00e23c273578b2c00..3c20c35548676a126afecc6141c4d03e946ea15d 100644 (file)
@@ -1,9 +1,9 @@
 \entry{interaction, readline}{1}{interaction, readline}
-\entry{notation, readline}{1}{notation, readline}
-\entry{command editing}{1}{command editing}
-\entry{editing command lines}{1}{editing command lines}
-\entry{killing text}{2}{killing text}
-\entry{yanking text}{2}{yanking text}
-\entry{kill ring}{2}{kill ring}
+\entry{notation, readline}{2}{notation, readline}
+\entry{command editing}{2}{command editing}
+\entry{editing command lines}{2}{editing command lines}
+\entry{killing text}{3}{killing text}
+\entry{yanking text}{3}{yanking text}
+\entry{kill ring}{3}{kill ring}
 \entry{initialization file, readline}{4}{initialization file, readline}
-\entry{variables, readline}{4}{variables, readline}
+\entry{variables, readline}{5}{variables, readline}
index 5589192f27a42a4ae58827364eff90a759fd2455..d9c5cac372f40e3e3e73df93fd83a72e06b75919 100644 (file)
@@ -1,16 +1,16 @@
 \initial {C}
-\entry {command editing}{1}
+\entry{command editing}{2}
 \initial {E}
-\entry {editing command lines}{1}
+\entry{editing command lines}{2}
 \initial {I}
-\entry {initialization file, readline}{4}
-\entry {interaction, readline}{1}
+\entry{initialization file, readline}{4}
+\entry{interaction, readline}{1}
 \initial {K}
-\entry {kill ring}{2}
-\entry {killing text}{2}
+\entry{kill ring}{3}
+\entry{killing text}{3}
 \initial {N}
-\entry {notation, readline}{1}
+\entry{notation, readline}{2}
 \initial {V}
-\entry {variables, readline}{4}
+\entry{variables, readline}{5}
 \initial {Y}
-\entry {yanking text}{2}
+\entry{yanking text}{3}
index 8853679eb128c6b63ead3bbc15e179250cb5b817..ffe5e6f24110b5430ce76b1f01d5a9f7e37e1687 100644 (file)
Binary files a/lib/readline/doc/rluserman.dvi and b/lib/readline/doc/rluserman.dvi differ
index e60c0af49fb08d84b4369d8f178e1754b7350352..228707ec247c4ec71a80b32c2b202b6437366dd9 100644 (file)
@@ -1,84 +1,88 @@
-\entry{beginning-of-line (C-a)}{16}{\code {beginning-of-line (C-a)}}
-\entry{end-of-line (C-e)}{16}{\code {end-of-line (C-e)}}
-\entry{forward-char (C-f)}{16}{\code {forward-char (C-f)}}
-\entry{backward-char (C-b)}{16}{\code {backward-char (C-b)}}
-\entry{forward-word (M-f)}{16}{\code {forward-word (M-f)}}
-\entry{backward-word (M-b)}{16}{\code {backward-word (M-b)}}
-\entry{previous-screen-line ()}{16}{\code {previous-screen-line ()}}
-\entry{next-screen-line ()}{16}{\code {next-screen-line ()}}
-\entry{clear-screen (C-l)}{16}{\code {clear-screen (C-l)}}
-\entry{redraw-current-line ()}{17}{\code {redraw-current-line ()}}
-\entry{accept-line (Newline or Return)}{17}{\code {accept-line (Newline or Return)}}
-\entry{previous-history (C-p)}{17}{\code {previous-history (C-p)}}
-\entry{next-history (C-n)}{17}{\code {next-history (C-n)}}
-\entry{beginning-of-history (M-<)}{17}{\code {beginning-of-history (M-<)}}
-\entry{end-of-history (M->)}{17}{\code {end-of-history (M->)}}
-\entry{reverse-search-history (C-r)}{17}{\code {reverse-search-history (C-r)}}
-\entry{forward-search-history (C-s)}{17}{\code {forward-search-history (C-s)}}
-\entry{non-incremental-reverse-search-history (M-p)}{17}{\code {non-incremental-reverse-search-history (M-p)}}
-\entry{non-incremental-forward-search-history (M-n)}{17}{\code {non-incremental-forward-search-history (M-n)}}
-\entry{history-search-forward ()}{17}{\code {history-search-forward ()}}
-\entry{history-search-backward ()}{17}{\code {history-search-backward ()}}
-\entry{history-substring-search-forward ()}{17}{\code {history-substring-search-forward ()}}
-\entry{history-substring-search-backward ()}{18}{\code {history-substring-search-backward ()}}
-\entry{yank-nth-arg (M-C-y)}{18}{\code {yank-nth-arg (M-C-y)}}
-\entry{yank-last-arg (M-. or M-_)}{18}{\code {yank-last-arg (M-. or M-_)}}
-\entry{end-of-file (usually C-d)}{18}{\code {\i {end-of-file} (usually C-d)}}
-\entry{delete-char (C-d)}{18}{\code {delete-char (C-d)}}
-\entry{backward-delete-char (Rubout)}{18}{\code {backward-delete-char (Rubout)}}
-\entry{forward-backward-delete-char ()}{18}{\code {forward-backward-delete-char ()}}
-\entry{quoted-insert (C-q or C-v)}{18}{\code {quoted-insert (C-q or C-v)}}
-\entry{tab-insert (M-TAB)}{19}{\code {tab-insert (M-\key {TAB})}}
-\entry{self-insert (a, b, A, 1, !, ...{})}{19}{\code {self-insert (a, b, A, 1, !, \dots {})}}
-\entry{bracketed-paste-begin ()}{19}{\code {bracketed-paste-begin ()}}
-\entry{transpose-chars (C-t)}{19}{\code {transpose-chars (C-t)}}
-\entry{transpose-words (M-t)}{19}{\code {transpose-words (M-t)}}
-\entry{upcase-word (M-u)}{19}{\code {upcase-word (M-u)}}
-\entry{downcase-word (M-l)}{19}{\code {downcase-word (M-l)}}
-\entry{capitalize-word (M-c)}{19}{\code {capitalize-word (M-c)}}
-\entry{overwrite-mode ()}{19}{\code {overwrite-mode ()}}
-\entry{kill-line (C-k)}{19}{\code {kill-line (C-k)}}
-\entry{backward-kill-line (C-x Rubout)}{20}{\code {backward-kill-line (C-x Rubout)}}
-\entry{unix-line-discard (C-u)}{20}{\code {unix-line-discard (C-u)}}
-\entry{kill-whole-line ()}{20}{\code {kill-whole-line ()}}
-\entry{kill-word (M-d)}{20}{\code {kill-word (M-d)}}
-\entry{backward-kill-word (M-DEL)}{20}{\code {backward-kill-word (M-\key {DEL})}}
-\entry{unix-word-rubout (C-w)}{20}{\code {unix-word-rubout (C-w)}}
-\entry{unix-filename-rubout ()}{20}{\code {unix-filename-rubout ()}}
-\entry{delete-horizontal-space ()}{20}{\code {delete-horizontal-space ()}}
-\entry{kill-region ()}{20}{\code {kill-region ()}}
-\entry{copy-region-as-kill ()}{20}{\code {copy-region-as-kill ()}}
-\entry{copy-backward-word ()}{20}{\code {copy-backward-word ()}}
-\entry{copy-forward-word ()}{20}{\code {copy-forward-word ()}}
-\entry{yank (C-y)}{20}{\code {yank (C-y)}}
-\entry{yank-pop (M-y)}{20}{\code {yank-pop (M-y)}}
-\entry{digit-argument (M-0, M-1, ...{} M--)}{20}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
-\entry{universal-argument ()}{21}{\code {universal-argument ()}}
-\entry{complete (TAB)}{21}{\code {complete (\key {TAB})}}
-\entry{possible-completions (M-?)}{21}{\code {possible-completions (M-?)}}
-\entry{insert-completions (M-*)}{21}{\code {insert-completions (M-*)}}
-\entry{menu-complete ()}{21}{\code {menu-complete ()}}
-\entry{menu-complete-backward ()}{21}{\code {menu-complete-backward ()}}
-\entry{delete-char-or-list ()}{21}{\code {delete-char-or-list ()}}
-\entry{start-kbd-macro (C-x ()}{21}{\code {start-kbd-macro (C-x ()}}
-\entry{end-kbd-macro (C-x ))}{22}{\code {end-kbd-macro (C-x ))}}
-\entry{call-last-kbd-macro (C-x e)}{22}{\code {call-last-kbd-macro (C-x e)}}
-\entry{print-last-kbd-macro ()}{22}{\code {print-last-kbd-macro ()}}
-\entry{re-read-init-file (C-x C-r)}{22}{\code {re-read-init-file (C-x C-r)}}
-\entry{abort (C-g)}{22}{\code {abort (C-g)}}
-\entry{do-lowercase-version (M-A, M-B, M-x, ...{})}{22}{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}
-\entry{prefix-meta (ESC)}{22}{\code {prefix-meta (\key {ESC})}}
-\entry{undo (C-_ or C-x C-u)}{22}{\code {undo (C-_ or C-x C-u)}}
-\entry{revert-line (M-r)}{22}{\code {revert-line (M-r)}}
-\entry{tilde-expand (M-~)}{22}{\code {tilde-expand (M-~)}}
-\entry{set-mark (C-@)}{22}{\code {set-mark (C-@)}}
-\entry{exchange-point-and-mark (C-x C-x)}{22}{\code {exchange-point-and-mark (C-x C-x)}}
-\entry{character-search (C-])}{22}{\code {character-search (C-])}}
-\entry{character-search-backward (M-C-])}{22}{\code {character-search-backward (M-C-])}}
-\entry{skip-csi-sequence ()}{23}{\code {skip-csi-sequence ()}}
-\entry{insert-comment (M-#)}{23}{\code {insert-comment (M-#)}}
-\entry{dump-functions ()}{23}{\code {dump-functions ()}}
-\entry{dump-variables ()}{23}{\code {dump-variables ()}}
-\entry{dump-macros ()}{23}{\code {dump-macros ()}}
-\entry{emacs-editing-mode (C-e)}{23}{\code {emacs-editing-mode (C-e)}}
-\entry{vi-editing-mode (M-C-j)}{23}{\code {vi-editing-mode (M-C-j)}}
+\entry{beginning-of-line (C-a)}{18}{\code {beginning-of-line (C-a)}}
+\entry{end-of-line (C-e)}{18}{\code {end-of-line (C-e)}}
+\entry{forward-char (C-f)}{18}{\code {forward-char (C-f)}}
+\entry{backward-char (C-b)}{18}{\code {backward-char (C-b)}}
+\entry{forward-word (M-f)}{18}{\code {forward-word (M-f)}}
+\entry{backward-word (M-b)}{18}{\code {backward-word (M-b)}}
+\entry{previous-screen-line ()}{18}{\code {previous-screen-line ()}}
+\entry{next-screen-line ()}{18}{\code {next-screen-line ()}}
+\entry{clear-display (M-C-l)}{19}{\code {clear-display (M-C-l)}}
+\entry{clear-screen (C-l)}{19}{\code {clear-screen (C-l)}}
+\entry{redraw-current-line ()}{19}{\code {redraw-current-line ()}}
+\entry{accept-line (Newline or Return)}{19}{\code {accept-line (Newline or Return)}}
+\entry{previous-history (C-p)}{19}{\code {previous-history (C-p)}}
+\entry{next-history (C-n)}{19}{\code {next-history (C-n)}}
+\entry{beginning-of-history (M-<)}{19}{\code {beginning-of-history (M-<)}}
+\entry{end-of-history (M->)}{19}{\code {end-of-history (M->)}}
+\entry{reverse-search-history (C-r)}{19}{\code {reverse-search-history (C-r)}}
+\entry{forward-search-history (C-s)}{19}{\code {forward-search-history (C-s)}}
+\entry{non-incremental-reverse-search-history (M-p)}{19}{\code {non-incremental-reverse-search-history (M-p)}}
+\entry{non-incremental-forward-search-history (M-n)}{19}{\code {non-incremental-forward-search-history (M-n)}}
+\entry{history-search-backward ()}{20}{\code {history-search-backward ()}}
+\entry{history-search-forward ()}{20}{\code {history-search-forward ()}}
+\entry{history-substring-search-backward ()}{20}{\code {history-substring-search-backward ()}}
+\entry{history-substring-search-forward ()}{20}{\code {history-substring-search-forward ()}}
+\entry{yank-nth-arg (M-C-y)}{20}{\code {yank-nth-arg (M-C-y)}}
+\entry{yank-last-arg (M-. or M-_)}{20}{\code {yank-last-arg (M-. or M-_)}}
+\entry{operate-and-get-next (C-o)}{20}{\code {operate-and-get-next (C-o)}}
+\entry{fetch-history ()}{21}{\code {fetch-history ()}}
+\entry{end-of-file (usually C-d)}{21}{\code {\i {end-of-file} (usually C-d)}}
+\entry{delete-char (C-d)}{21}{\code {delete-char (C-d)}}
+\entry{backward-delete-char (Rubout)}{21}{\code {backward-delete-char (Rubout)}}
+\entry{forward-backward-delete-char ()}{21}{\code {forward-backward-delete-char ()}}
+\entry{quoted-insert (C-q or C-v)}{21}{\code {quoted-insert (C-q or C-v)}}
+\entry{tab-insert (M-TAB)}{21}{\code {tab-insert (M-\key {TAB})}}
+\entry{self-insert (a, b, A, 1, !, ...{})}{21}{\code {self-insert (a, b, A, 1, !, \dots {})}}
+\entry{bracketed-paste-begin ()}{21}{\code {bracketed-paste-begin ()}}
+\entry{transpose-chars (C-t)}{21}{\code {transpose-chars (C-t)}}
+\entry{transpose-words (M-t)}{22}{\code {transpose-words (M-t)}}
+\entry{upcase-word (M-u)}{22}{\code {upcase-word (M-u)}}
+\entry{downcase-word (M-l)}{22}{\code {downcase-word (M-l)}}
+\entry{capitalize-word (M-c)}{22}{\code {capitalize-word (M-c)}}
+\entry{overwrite-mode ()}{22}{\code {overwrite-mode ()}}
+\entry{kill-line (C-k)}{22}{\code {kill-line (C-k)}}
+\entry{backward-kill-line (C-x Rubout)}{22}{\code {backward-kill-line (C-x Rubout)}}
+\entry{unix-line-discard (C-u)}{22}{\code {unix-line-discard (C-u)}}
+\entry{kill-whole-line ()}{22}{\code {kill-whole-line ()}}
+\entry{kill-word (M-d)}{22}{\code {kill-word (M-d)}}
+\entry{backward-kill-word (M-DEL)}{22}{\code {backward-kill-word (M-\key {DEL})}}
+\entry{unix-word-rubout (C-w)}{23}{\code {unix-word-rubout (C-w)}}
+\entry{unix-filename-rubout ()}{23}{\code {unix-filename-rubout ()}}
+\entry{delete-horizontal-space ()}{23}{\code {delete-horizontal-space ()}}
+\entry{kill-region ()}{23}{\code {kill-region ()}}
+\entry{copy-region-as-kill ()}{23}{\code {copy-region-as-kill ()}}
+\entry{copy-backward-word ()}{23}{\code {copy-backward-word ()}}
+\entry{copy-forward-word ()}{23}{\code {copy-forward-word ()}}
+\entry{yank (C-y)}{23}{\code {yank (C-y)}}
+\entry{yank-pop (M-y)}{23}{\code {yank-pop (M-y)}}
+\entry{digit-argument (M-0, M-1, ...{} M--)}{23}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
+\entry{universal-argument ()}{23}{\code {universal-argument ()}}
+\entry{complete (TAB)}{24}{\code {complete (\key {TAB})}}
+\entry{possible-completions (M-?)}{24}{\code {possible-completions (M-?)}}
+\entry{insert-completions (M-*)}{24}{\code {insert-completions (M-*)}}
+\entry{menu-complete ()}{24}{\code {menu-complete ()}}
+\entry{menu-complete-backward ()}{24}{\code {menu-complete-backward ()}}
+\entry{delete-char-or-list ()}{24}{\code {delete-char-or-list ()}}
+\entry{start-kbd-macro (C-x ()}{24}{\code {start-kbd-macro (C-x ()}}
+\entry{end-kbd-macro (C-x ))}{24}{\code {end-kbd-macro (C-x ))}}
+\entry{call-last-kbd-macro (C-x e)}{24}{\code {call-last-kbd-macro (C-x e)}}
+\entry{print-last-kbd-macro ()}{24}{\code {print-last-kbd-macro ()}}
+\entry{re-read-init-file (C-x C-r)}{25}{\code {re-read-init-file (C-x C-r)}}
+\entry{abort (C-g)}{25}{\code {abort (C-g)}}
+\entry{do-lowercase-version (M-A, M-B, M-x, ...{})}{25}{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}
+\entry{prefix-meta (ESC)}{25}{\code {prefix-meta (\key {ESC})}}
+\entry{undo (C-_ or C-x C-u)}{25}{\code {undo (C-_ or C-x C-u)}}
+\entry{revert-line (M-r)}{25}{\code {revert-line (M-r)}}
+\entry{tilde-expand (M-~)}{25}{\code {tilde-expand (M-~)}}
+\entry{set-mark (C-@)}{25}{\code {set-mark (C-@)}}
+\entry{exchange-point-and-mark (C-x C-x)}{25}{\code {exchange-point-and-mark (C-x C-x)}}
+\entry{character-search (C-])}{25}{\code {character-search (C-])}}
+\entry{character-search-backward (M-C-])}{25}{\code {character-search-backward (M-C-])}}
+\entry{skip-csi-sequence ()}{25}{\code {skip-csi-sequence ()}}
+\entry{insert-comment (M-#)}{25}{\code {insert-comment (M-#)}}
+\entry{dump-functions ()}{26}{\code {dump-functions ()}}
+\entry{dump-variables ()}{26}{\code {dump-variables ()}}
+\entry{dump-macros ()}{26}{\code {dump-macros ()}}
+\entry{execute-named-command (M-x)}{26}{\code {execute-named-command (M-x)}}
+\entry{emacs-editing-mode (C-e)}{26}{\code {emacs-editing-mode (C-e)}}
+\entry{vi-editing-mode (M-C-j)}{26}{\code {vi-editing-mode (M-C-j)}}
index 8ae927316954d577a7b746fc06185cff635a8929..e38b9c2669120ee5766de679271b5ba50240a26d 100644 (file)
 \initial {A}
-\entry {\code {abort (C-g)}}{22}
-\entry {\code {accept-line (Newline or Return)}}{17}
+\entry{\code {abort (C-g)}}{25}
+\entry{\code {accept-line (Newline or Return)}}{19}
 \initial {B}
-\entry {\code {backward-char (C-b)}}{16}
-\entry {\code {backward-delete-char (Rubout)}}{18}
-\entry {\code {backward-kill-line (C-x Rubout)}}{20}
-\entry {\code {backward-kill-word (M-\key {DEL})}}{20}
-\entry {\code {backward-word (M-b)}}{16}
-\entry {\code {beginning-of-history (M-<)}}{17}
-\entry {\code {beginning-of-line (C-a)}}{16}
-\entry {\code {bracketed-paste-begin ()}}{19}
+\entry{\code {backward-char (C-b)}}{18}
+\entry{\code {backward-delete-char (Rubout)}}{21}
+\entry{\code {backward-kill-line (C-x Rubout)}}{22}
+\entry{\code {backward-kill-word (M-\key {DEL})}}{22}
+\entry{\code {backward-word (M-b)}}{18}
+\entry{\code {beginning-of-history (M-<)}}{19}
+\entry{\code {beginning-of-line (C-a)}}{18}
+\entry{\code {bracketed-paste-begin ()}}{21}
 \initial {C}
-\entry {\code {call-last-kbd-macro (C-x e)}}{22}
-\entry {\code {capitalize-word (M-c)}}{19}
-\entry {\code {character-search (C-])}}{22}
-\entry {\code {character-search-backward (M-C-])}}{22}
-\entry {\code {clear-screen (C-l)}}{16}
-\entry {\code {complete (\key {TAB})}}{21}
-\entry {\code {copy-backward-word ()}}{20}
-\entry {\code {copy-forward-word ()}}{20}
-\entry {\code {copy-region-as-kill ()}}{20}
+\entry{\code {call-last-kbd-macro (C-x e)}}{24}
+\entry{\code {capitalize-word (M-c)}}{22}
+\entry{\code {character-search (C-])}}{25}
+\entry{\code {character-search-backward (M-C-])}}{25}
+\entry{\code {clear-display (M-C-l)}}{19}
+\entry{\code {clear-screen (C-l)}}{19}
+\entry{\code {complete (\key {TAB})}}{24}
+\entry{\code {copy-backward-word ()}}{23}
+\entry{\code {copy-forward-word ()}}{23}
+\entry{\code {copy-region-as-kill ()}}{23}
 \initial {D}
-\entry {\code {delete-char (C-d)}}{18}
-\entry {\code {delete-char-or-list ()}}{21}
-\entry {\code {delete-horizontal-space ()}}{20}
-\entry {\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{20}
-\entry {\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}{22}
-\entry {\code {downcase-word (M-l)}}{19}
-\entry {\code {dump-functions ()}}{23}
-\entry {\code {dump-macros ()}}{23}
-\entry {\code {dump-variables ()}}{23}
+\entry{\code {delete-char (C-d)}}{21}
+\entry{\code {delete-char-or-list ()}}{24}
+\entry{\code {delete-horizontal-space ()}}{23}
+\entry{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{23}
+\entry{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}{25}
+\entry{\code {downcase-word (M-l)}}{22}
+\entry{\code {dump-functions ()}}{26}
+\entry{\code {dump-macros ()}}{26}
+\entry{\code {dump-variables ()}}{26}
 \initial {E}
-\entry {\code {emacs-editing-mode (C-e)}}{23}
-\entry {\code {end-kbd-macro (C-x ))}}{22}
-\entry {\code {\i {end-of-file} (usually C-d)}}{18}
-\entry {\code {end-of-history (M->)}}{17}
-\entry {\code {end-of-line (C-e)}}{16}
-\entry {\code {exchange-point-and-mark (C-x C-x)}}{22}
+\entry{\code {emacs-editing-mode (C-e)}}{26}
+\entry{\code {end-kbd-macro (C-x ))}}{24}
+\entry{\code {\i {end-of-file} (usually C-d)}}{21}
+\entry{\code {end-of-history (M->)}}{19}
+\entry{\code {end-of-line (C-e)}}{18}
+\entry{\code {exchange-point-and-mark (C-x C-x)}}{25}
+\entry{\code {execute-named-command (M-x)}}{26}
 \initial {F}
-\entry {\code {forward-backward-delete-char ()}}{18}
-\entry {\code {forward-char (C-f)}}{16}
-\entry {\code {forward-search-history (C-s)}}{17}
-\entry {\code {forward-word (M-f)}}{16}
+\entry{\code {fetch-history ()}}{21}
+\entry{\code {forward-backward-delete-char ()}}{21}
+\entry{\code {forward-char (C-f)}}{18}
+\entry{\code {forward-search-history (C-s)}}{19}
+\entry{\code {forward-word (M-f)}}{18}
 \initial {H}
-\entry {\code {history-search-backward ()}}{17}
-\entry {\code {history-search-forward ()}}{17}
-\entry {\code {history-substring-search-backward ()}}{18}
-\entry {\code {history-substring-search-forward ()}}{17}
+\entry{\code {history-search-backward ()}}{20}
+\entry{\code {history-search-forward ()}}{20}
+\entry{\code {history-substring-search-backward ()}}{20}
+\entry{\code {history-substring-search-forward ()}}{20}
 \initial {I}
-\entry {\code {insert-comment (M-#)}}{23}
-\entry {\code {insert-completions (M-*)}}{21}
+\entry{\code {insert-comment (M-#)}}{25}
+\entry{\code {insert-completions (M-*)}}{24}
 \initial {K}
-\entry {\code {kill-line (C-k)}}{19}
-\entry {\code {kill-region ()}}{20}
-\entry {\code {kill-whole-line ()}}{20}
-\entry {\code {kill-word (M-d)}}{20}
+\entry{\code {kill-line (C-k)}}{22}
+\entry{\code {kill-region ()}}{23}
+\entry{\code {kill-whole-line ()}}{22}
+\entry{\code {kill-word (M-d)}}{22}
 \initial {M}
-\entry {\code {menu-complete ()}}{21}
-\entry {\code {menu-complete-backward ()}}{21}
+\entry{\code {menu-complete ()}}{24}
+\entry{\code {menu-complete-backward ()}}{24}
 \initial {N}
-\entry {\code {next-history (C-n)}}{17}
-\entry {\code {next-screen-line ()}}{16}
-\entry {\code {non-incremental-forward-search-history (M-n)}}{17}
-\entry {\code {non-incremental-reverse-search-history (M-p)}}{17}
+\entry{\code {next-history (C-n)}}{19}
+\entry{\code {next-screen-line ()}}{18}
+\entry{\code {non-incremental-forward-search-history (M-n)}}{19}
+\entry{\code {non-incremental-reverse-search-history (M-p)}}{19}
 \initial {O}
-\entry {\code {overwrite-mode ()}}{19}
+\entry{\code {operate-and-get-next (C-o)}}{20}
+\entry{\code {overwrite-mode ()}}{22}
 \initial {P}
-\entry {\code {possible-completions (M-?)}}{21}
-\entry {\code {prefix-meta (\key {ESC})}}{22}
-\entry {\code {previous-history (C-p)}}{17}
-\entry {\code {previous-screen-line ()}}{16}
-\entry {\code {print-last-kbd-macro ()}}{22}
+\entry{\code {possible-completions (M-?)}}{24}
+\entry{\code {prefix-meta (\key {ESC})}}{25}
+\entry{\code {previous-history (C-p)}}{19}
+\entry{\code {previous-screen-line ()}}{18}
+\entry{\code {print-last-kbd-macro ()}}{24}
 \initial {Q}
-\entry {\code {quoted-insert (C-q or C-v)}}{18}
+\entry{\code {quoted-insert (C-q or C-v)}}{21}
 \initial {R}
-\entry {\code {re-read-init-file (C-x C-r)}}{22}
-\entry {\code {redraw-current-line ()}}{17}
-\entry {\code {reverse-search-history (C-r)}}{17}
-\entry {\code {revert-line (M-r)}}{22}
+\entry{\code {re-read-init-file (C-x C-r)}}{25}
+\entry{\code {redraw-current-line ()}}{19}
+\entry{\code {reverse-search-history (C-r)}}{19}
+\entry{\code {revert-line (M-r)}}{25}
 \initial {S}
-\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{19}
-\entry {\code {set-mark (C-@)}}{22}
-\entry {\code {skip-csi-sequence ()}}{23}
-\entry {\code {start-kbd-macro (C-x ()}}{21}
+\entry{\code {self-insert (a, b, A, 1, !, \dots {})}}{21}
+\entry{\code {set-mark (C-@)}}{25}
+\entry{\code {skip-csi-sequence ()}}{25}
+\entry{\code {start-kbd-macro (C-x ()}}{24}
 \initial {T}
-\entry {\code {tab-insert (M-\key {TAB})}}{19}
-\entry {\code {tilde-expand (M-~)}}{22}
-\entry {\code {transpose-chars (C-t)}}{19}
-\entry {\code {transpose-words (M-t)}}{19}
+\entry{\code {tab-insert (M-\key {TAB})}}{21}
+\entry{\code {tilde-expand (M-~)}}{25}
+\entry{\code {transpose-chars (C-t)}}{21}
+\entry{\code {transpose-words (M-t)}}{22}
 \initial {U}
-\entry {\code {undo (C-_ or C-x C-u)}}{22}
-\entry {\code {universal-argument ()}}{21}
-\entry {\code {unix-filename-rubout ()}}{20}
-\entry {\code {unix-line-discard (C-u)}}{20}
-\entry {\code {unix-word-rubout (C-w)}}{20}
-\entry {\code {upcase-word (M-u)}}{19}
+\entry{\code {undo (C-_ or C-x C-u)}}{25}
+\entry{\code {universal-argument ()}}{23}
+\entry{\code {unix-filename-rubout ()}}{23}
+\entry{\code {unix-line-discard (C-u)}}{22}
+\entry{\code {unix-word-rubout (C-w)}}{23}
+\entry{\code {upcase-word (M-u)}}{22}
 \initial {V}
-\entry {\code {vi-editing-mode (M-C-j)}}{23}
+\entry{\code {vi-editing-mode (M-C-j)}}{26}
 \initial {Y}
-\entry {\code {yank (C-y)}}{20}
-\entry {\code {yank-last-arg (M-. or M-_)}}{18}
-\entry {\code {yank-nth-arg (M-C-y)}}{18}
-\entry {\code {yank-pop (M-y)}}{20}
+\entry{\code {yank (C-y)}}{23}
+\entry{\code {yank-last-arg (M-. or M-_)}}{20}
+\entry{\code {yank-nth-arg (M-C-y)}}{20}
+\entry{\code {yank-pop (M-y)}}{23}
index 9c890ee557f6ae48e97f54109ccaf83354b356b9..551942ce9b158689a615007c2c5109704897a4a2 100644 (file)
@@ -1,6 +1,6 @@
 <HTML>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!-- Created on October, 11  2024 by texi2html 1.64 -->
+<!-- Created on October, 18  2024 by texi2html 1.64 -->
 <!-- 
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -95,8 +95,8 @@ command line editing interface.
 <!--docid::SEC2::-->
 <P>
 
-The following paragraphs describe the notation used to represent
-keystrokes.
+The following paragraphs use Emacs style to
+describe the notation used to represent keystrokes.
 </P><P>
 
 The text <KBD>C-k</KBD> is read as `Control-K' and describes the character
@@ -106,17 +106,17 @@ is depressed.
 
 The text <KBD>M-k</KBD> is read as `Meta-K' and describes the character
 produced when the Meta key (if you have one) is depressed, and the <KBD>k</KBD>
-key is pressed (a <EM>meta character</EM>).
-The Meta key is labeled <KBD>ALT</KBD> on many keyboards.
+key is pressed (a <EM>meta character</EM>), then both are released.
+The Meta key is labeled <KBD>ALT</KBD> or <KBD>Option</KBD> on many keyboards.
 On keyboards with two keys labeled <KBD>ALT</KBD> (usually to either side of
 the space bar), the <KBD>ALT</KBD> on the left side is generally set to
 work as a Meta key.
-The <KBD>ALT</KBD> key on the right may also be configured to work as a
-Meta key or may be configured as some other modifier, such as a
+One of the <KBD>ALT</KBD> keys may also be configured
+as some other modifier, such as a
 Compose key for typing accented characters.
 </P><P>
 
-On some keyboards, the Meta key modifier produces meta characters with
+On some keyboards, the Meta key modifier produces characters with
 the eighth bit (0200) set.
 You can use the <CODE>enable-meta-key</CODE> variable
 to control whether or not it does this, if the keyboard allows it.
@@ -524,7 +524,7 @@ commands in an <EM>inputrc</EM> file, conventionally in their home directory.
 The name of this file is taken from the value of the
 environment variable <CODE>INPUTRC</CODE>.
 If that variable is unset, the default is <TT>`~/.inputrc'</TT>.
-If that file does not exist or cannot be read, readline looks for
+If that file does not exist or cannot be read, Readline looks for
 <TT>`/etc/inputrc'</TT>.
 </P><P>
 
@@ -668,7 +668,7 @@ common prefix of the set of possible completions using a different color.
 The color definitions are taken from the value of the <CODE>LS_COLORS</CODE>
 environment variable.
 If there is a color definition in <CODE>LS_COLORS</CODE> for the custom suffix
-<SAMP>`readline-colored-completion-prefix'</SAMP>, Readline uses this color for
+<SAMP>`.readline-colored-completion-prefix'</SAMP>, Readline uses this color for
 the common prefix instead of its default.
 The default is <SAMP>`off'</SAMP>.
 <P>
@@ -719,7 +719,7 @@ The default value is <SAMP>`off'</SAMP>.
 The maximum
 length in characters of the common prefix of a list of possible
 completions that is displayed without modification.
-When set to a value greater than zero, readline
+When set to a value greater than zero, Readline
 replaces common prefixes longer than this value
 with an ellipsis when displaying possible completions.
 <P>
@@ -852,7 +852,7 @@ sequences containing <KBD>\M-</KBD> or <CODE>Meta-</CODE>
 (see <CODE>Key Bindings</CODE> in <A HREF="rluserman.html#SEC10">1.3.1 Readline Init File Syntax</A>)
 by converting a key sequence of the form
 <KBD>\M-</KBD><VAR>C</VAR> or <CODE>Meta-</CODE><VAR>C</VAR> to the two-character sequence
-<KBD>ESC</KBD><VAR>C</VAR> (adding the meta prefix).
+<KBD>ESC</KBD> <VAR>C</VAR> (adding the meta prefix).
 If <CODE>force-meta-prefix</CODE> is set to <SAMP>`off'</SAMP> (the default),
 Readline uses the value of the <CODE>convert-meta</CODE> variable to determine
 whether to perform this conversion:
@@ -1070,7 +1070,7 @@ The default value is <SAMP>`off'</SAMP>.
 If set to <SAMP>`on'</SAMP>, this alters the default completion behavior when
 inserting a single match into the line.
 It's only active when performing completion in the middle of a word.
-If enabled, readline does not insert characters from the completion
+If enabled, Readline does not insert characters from the completion
 that match characters after point in the word being completed,
 so portions of the word following the cursor are not duplicated.
 For instance, if this is enabled, attempting completion when the cursor
@@ -1167,7 +1167,7 @@ This key binding syntax recognizes a number of symbolic character names:
 <VAR>NEWLINE</VAR>,
 <VAR>RET</VAR>,
 <VAR>RETURN</VAR>,
-<VAR>RUBOUT</VAR>,
+<VAR>RUBOUT</VAR> (a destructive backspace),
 <VAR>SPACE</VAR>,
 <VAR>SPC</VAR>,
 and
@@ -1558,9 +1558,10 @@ position, and <EM>mark</EM> refers to a cursor position saved by the
 <CODE>set-mark</CODE> command.
 The text between the point and mark is referred to as the <EM>region</EM>.
 Readline has the concept of an <EM>active region</EM>:
-when the region is active, Readline redisplay uses the
-value of the <CODE>active-region-start-color</CODE> variable
-to denote the region.
+when the region is active,
+Readline redisplay highlights the region using the
+value of the <CODE>active-region-start-color</CODE> variable.
+The <CODE>enable-active-region</CODE> variable turns this on and off.
 Several commands set the region to active; those are noted below.
 </P><P>
 
@@ -1892,6 +1893,7 @@ Delete the character at point.
 If this function is bound to the
 same character as the tty EOF character, as <KBD>C-d</KBD>
 commonly is, see above for the effects.
+This may also be bound to the Delete key on some keyboards.
 <P>
 
 <A NAME="IDX111"></A>
@@ -2482,7 +2484,7 @@ This command is unbound by default.
 <A NAME="IDX221"></A>
 <DT><CODE>execute-named-command (M-x)</CODE>
 <DD><A NAME="IDX222"></A>
-Read a bindable readline command name from the input and execute the
+Read a bindable Readline command name from the input and execute the
 function to which it's bound, as if the key sequence to which it was
 bound appeared in the input.
 If this function is supplied with a numeric argument, it passes that
@@ -3226,7 +3228,7 @@ to permit their use in free software.
 <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="rluserman.html#SEC_About"> ? </A>]</TD>
 </TR></TABLE>
 <H1>About this document</H1>
-This document was generated by <I>Chet Ramey</I> on <I>October, 11  2024</I>
+This document was generated by <I>Chet Ramey</I> on <I>October, 18  2024</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 <P></P>  
@@ -3388,7 +3390,7 @@ the following structure:
 <BR>  
 <FONT SIZE="-1">
 This document was generated
-by <I>Chet Ramey</I> on <I>October, 11  2024</I>
+by <I>Chet Ramey</I> on <I>October, 18  2024</I>
 using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
 "><I>texi2html</I></A>
 
index 1367b2be240b8fa2b74b3ef5dfae04ee35f1304e..4348ee0981c30731312778c4c9f073d10d6919b0 100644 (file)
@@ -2,7 +2,7 @@ This is rluserman.info, produced by makeinfo version 7.1 from
 rluserman.texi.
 
 This manual describes the end user interface of the GNU Readline Library
-(version 8.3, 10 October 2024), a library which aids in the consistency
+(version 8.3, 15 October 2024), a library which aids in the consistency
 of user interface across discrete programs which provide a command line
 interface.
 
@@ -61,27 +61,26 @@ File: rluserman.info,  Node: Introduction and Notation,  Next: Readline Interact
 1.1 Introduction to Line Editing
 ================================
 
-The following paragraphs describe the notation used to represent
-keystrokes.
+The following paragraphs use Emacs style to describe the notation used
+to represent keystrokes.
 
    The text ‘C-k’ is read as 'Control-K' and describes the character
 produced when the <k> key is pressed while the Control key is depressed.
 
    The text ‘M-k’ is read as 'Meta-K' and describes the character
 produced when the Meta key (if you have one) is depressed, and the <k>
-key is pressed (a “meta character”).  The Meta key is labeled <ALT> on
-many keyboards.  On keyboards with two keys labeled <ALT> (usually to
-either side of the space bar), the <ALT> on the left side is generally
-set to work as a Meta key.  The <ALT> key on the right may also be
-configured to work as a Meta key or may be configured as some other
-modifier, such as a Compose key for typing accented characters.
-
-   On some keyboards, the Meta key modifier produces meta characters
-with the eighth bit (0200) set.  You can use the ‘enable-meta-key’
-variable to control whether or not it does this, if the keyboard allows
-it.  On many others, the terminal or terminal emulator converts the
-metafied key to a key sequence beginning with <ESC> as described in the
-next paragraph.
+key is pressed (a “meta character”), then both are released.  The Meta
+key is labeled <ALT> or <Option> on many keyboards.  On keyboards with
+two keys labeled <ALT> (usually to either side of the space bar), the
+<ALT> on the left side is generally set to work as a Meta key.  One of
+the <ALT> keys may also be configured as some other modifier, such as a
+Compose key for typing accented characters.
+
+   On some keyboards, the Meta key modifier produces characters with the
+eighth bit (0200) set.  You can use the ‘enable-meta-key’ variable to
+control whether or not it does this, if the keyboard allows it.  On many
+others, the terminal or terminal emulator converts the metafied key to a
+key sequence beginning with <ESC> as described in the next paragraph.
 
    If you do not have a Meta or <ALT> key, or another key working as a
 Meta key, you can generally achieve the latter effect by typing <ESC>
@@ -326,7 +325,7 @@ putting commands in an “inputrc” file, conventionally in their home
 directory.  The name of this file is taken from the value of the
 environment variable ‘INPUTRC’.  If that variable is unset, the default
 is ‘~/.inputrc’.  If that file does not exist or cannot be read,
-readline looks for ‘/etc/inputrc’.
+Readline looks for ‘/etc/inputrc’.
 
    When a program which uses the Readline library starts up, Readline
 reads the init file and sets any variables and key bindings it contains.
@@ -426,9 +425,9 @@ Variable Settings
           different color.  The color definitions are taken from the
           value of the ‘LS_COLORS’ environment variable.  If there is a
           color definition in ‘LS_COLORS’ for the custom suffix
-          ‘readline-colored-completion-prefix’, Readline uses this color
-          for the common prefix instead of its default.  The default is
-          ‘off’.
+          ‘.readline-colored-completion-prefix’, Readline uses this
+          color for the common prefix instead of its default.  The
+          default is ‘off’.
 
      ‘colored-stats’
           If set to ‘on’, Readline displays possible completions using
@@ -461,7 +460,7 @@ Variable Settings
      ‘completion-prefix-display-length’
           The maximum length in characters of the common prefix of a
           list of possible completions that is displayed without
-          modification.  When set to a value greater than zero, readline
+          modification.  When set to a value greater than zero, Readline
           replaces common prefixes longer than this value with an
           ellipsis when displaying possible completions.
 
@@ -560,7 +559,7 @@ Variable Settings
           key sequences containing ‘\M-’ or ‘Meta-’ (see ‘Key Bindings’
           in *note Readline Init File Syntax::) by converting a key
           sequence of the form ‘\M-’C or ‘Meta-’C to the two-character
-          sequence ‘ESC’C (adding the meta prefix).  If
+          sequence ‘ESC’ C (adding the meta prefix).  If
           ‘force-meta-prefix’ is set to ‘off’ (the default), Readline
           uses the value of the ‘convert-meta’ variable to determine
           whether to perform this conversion: if ‘convert-meta’ is ‘on’,
@@ -720,7 +719,7 @@ Variable Settings
           If set to ‘on’, this alters the default completion behavior
           when inserting a single match into the line.  It's only active
           when performing completion in the middle of a word.  If
-          enabled, readline does not insert characters from the
+          enabled, Readline does not insert characters from the
           completion that match characters after point in the word being
           completed, so portions of the word following the cursor are
           not duplicated.  For instance, if this is enabled, attempting
@@ -790,7 +789,7 @@ Key Bindings
 
           This key binding syntax recognizes a number of symbolic
           character names: DEL, ESC, ESCAPE, LFD, NEWLINE, RET, RETURN,
-          RUBOUT, SPACE, SPC, and TAB.
+          RUBOUT (a destructive backspace), SPACE, SPC, and TAB.
 
      "KEYSEQ": FUNCTION-NAME or MACRO
           KEYSEQ differs from KEYNAME above in that strings denoting an
@@ -1088,9 +1087,10 @@ unbound by default.
 position, and “mark” refers to a cursor position saved by the ‘set-mark’
 command.  The text between the point and mark is referred to as the
 “region”.  Readline has the concept of an _active region_: when the
-region is active, Readline redisplay uses the value of the
-‘active-region-start-color’ variable to denote the region.  Several
-commands set the region to active; those are noted below.
+region is active, Readline redisplay highlights the region using the
+value of the ‘active-region-start-color’ variable.  The
+‘enable-active-region’ variable turns this on and off.  Several commands
+set the region to active; those are noted below.
 
 \1f
 File: rluserman.info,  Node: Commands For Moving,  Next: Commands For History,  Up: Bindable Readline Commands
@@ -1271,7 +1271,8 @@ File: rluserman.info,  Node: Commands For Text,  Next: Commands For Killing,  Pr
 ‘delete-char (C-d)’
      Delete the character at point.  If this function is bound to the
      same character as the tty EOF character, as ‘C-d’ commonly is, see
-     above for the effects.
+     above for the effects.  This may also be bound to the Delete key on
+     some keyboards.
 
 ‘backward-delete-char (Rubout)’
      Delete the character behind the cursor.  A numeric argument means
@@ -1589,7 +1590,7 @@ File: rluserman.info,  Node: Miscellaneous Commands,  Prev: Keyboard Macros,  Up
      default.
 
 ‘execute-named-command (M-x)’
-     Read a bindable readline command name from the input and execute
+     Read a bindable Readline command name from the input and execute
      the function to which it's bound, as if the key sequence to which
      it was bound appeared in the input.  If this function is supplied
      with a numeric argument, it passes that argument to the function it
@@ -2113,27 +2114,27 @@ Tag Table:
 Node: Top\7f906
 Node: Command Line Editing\7f1428
 Node: Introduction and Notation\7f2082
-Node: Readline Interaction\7f4437
-Node: Readline Bare Essentials\7f5630
-Node: Readline Movement Commands\7f7443
-Node: Readline Killing Commands\7f8444
-Node: Readline Arguments\7f10472
-Node: Searching\7f11534
-Node: Readline Init File\7f13766
-Node: Readline Init File Syntax\7f14965
-Node: Conditional Init Constructs\7f41331
-Node: Sample Init File\7f45721
-Node: Bindable Readline Commands\7f48847
-Node: Commands For Moving\7f50166
-Node: Commands For History\7f52097
-Node: Commands For Text\7f57303
-Node: Commands For Killing\7f61083
-Node: Numeric Arguments\7f63540
-Node: Commands For Completion\7f64697
-Node: Keyboard Macros\7f66785
-Node: Miscellaneous Commands\7f67491
-Node: Readline vi Mode\7f71816
-Node: GNU Free Documentation License\7f72810
+Node: Readline Interaction\7f4439
+Node: Readline Bare Essentials\7f5632
+Node: Readline Movement Commands\7f7445
+Node: Readline Killing Commands\7f8446
+Node: Readline Arguments\7f10474
+Node: Searching\7f11536
+Node: Readline Init File\7f13768
+Node: Readline Init File Syntax\7f14967
+Node: Conditional Init Constructs\7f41361
+Node: Sample Init File\7f45751
+Node: Bindable Readline Commands\7f48877
+Node: Commands For Moving\7f50262
+Node: Commands For History\7f52193
+Node: Commands For Text\7f57399
+Node: Commands For Killing\7f61245
+Node: Numeric Arguments\7f63702
+Node: Commands For Completion\7f64859
+Node: Keyboard Macros\7f66947
+Node: Miscellaneous Commands\7f67653
+Node: Readline vi Mode\7f71978
+Node: GNU Free Documentation License\7f72972
 \1f
 End Tag Table
 
index 610cae53633d63a3b567197e91c0c67df8f81d67..ea9780e9824b179121ba079f58bbf0c1ca241d1b 100644 (file)
@@ -1,11 +1,12 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/MacPorts 2017_2) (preloaded format=etex 2017.7.5)  2 JAN 2018 10:55
+This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/MacPorts 2024.70613_0) (preloaded format=etex 2024.4.9)  18 OCT 2024 11:25
 entering extended mode
  restricted \write18 enabled.
  file:line:error style messages enabled.
  %&-line parsing enabled.
-**\catcode126=12 \def\normaltilde{~}\catcode126=13 \let~\normaltilde  \input ./
-./rluserman.texi
-(././rluserman.texi (./texinfo.tex Loading texinfo [version 2015-11-22.14]:
+**\nonstopmode \input ././rluserman.texi
+(././rluserman.texi
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/texinfo.tex
+Loading texinfo [version 2015-11-22.14]:
 \outerhsize=\dimen16
 \outervsize=\dimen17
 \cornerlong=\dimen18
@@ -25,8 +26,7 @@ entering extended mode
 \exdentamount=\skip18
 \inmarginspacing=\skip19
 \centerpenalty=\count27
-
-pdf,
+ pdf,
 \tempnum=\count28
 \lnkcount=\count29
 \filename=\toks15
@@ -47,7 +47,8 @@ pdf,
 \fontdepth=\count33
  glyphs,
 \errorbox=\box21
- page headings,
+
+page headings,
 \titlepagetopglue=\skip20
 \titlepagebottomglue=\skip21
 \evenheadline=\toks21
@@ -81,8 +82,7 @@ pdf,
 \doublecolumntopgap=\dimen34
 \savedtopmark=\toks26
 \savedfirstmark=\toks27
-
-sectioning,
+ sectioning,
 \unnumberedno=\count38
 \chapno=\count39
 \secno=\count40
@@ -114,7 +114,8 @@ sectioning,
 \nonfillparindent=\dimen39
 \tabw=\dimen40
 \verbbox=\box25
- defuns,
+
+defuns,
 \defbodyindent=\skip39
 \defargsindent=\skip40
 \deflastargmargin=\skip41
@@ -160,26 +161,29 @@ This is `epsf.tex' v2.7.4 <14 February 2011>
 texinfo.tex: doing @include of version.texi
 
 
-(./version.texi) [1] [2] (./rluserman.toc) [-1]
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/version.texi) [1] [2]
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rluserman.toc) [-1]
 texinfo.tex: doing @include of rluser.texi
 
- (./rluser.texi Chapter 1
+
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rluser.texi Chapter 1
 \openout0 = `rluserman.toc'.
 
 
-(./rluserman.aux)
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/rluserman.aux)
 \openout1 = `rluserman.aux'.
 
 @cpindfile=@write2
 \openout2 = `rluserman.cp'.
 
- [1] [2] [3]
+ [1] [2]
+[3] [4]
 @vrindfile=@write3
 \openout3 = `rluserman.vr'.
 
- [4] [5] [6] [7] [8] [9]
-Underfull \hbox (badness 7540) in paragraph at lines 805--811
- []@textrm In the above ex-am-ple, @textttsl C-u[] @textrm is bound to the func
+ [5] [6] [7] [8] [9] [10] [11]
+Underfull \hbox (badness 7540) in paragraph at lines 959--965
+ []@textrm In the ex-am-ple above, @textttsl C-u[] @textrm is bound to the func
 -tion
 
 @hbox(7.60416+2.12917)x433.62, glue set 4.22592
@@ -191,7 +195,7 @@ Underfull \hbox (badness 7540) in paragraph at lines 805--811
 .etc.
 
 
-Underfull \hbox (badness 10000) in paragraph at lines 805--811
+Underfull \hbox (badness 10000) in paragraph at lines 959--965
  @texttt universal-argument[]@textrm , @textttsl M-DEL[] @textrm is bound to th
 e func-tion
 
@@ -203,8 +207,8 @@ e func-tion
 .@texttt v
 .etc.
 
-[10] [11] [12] [13]
-Overfull \hbox (26.43913pt too wide) in paragraph at lines 1039--1039
+[12] [13] [14] [15]
+Overfull \hbox (26.43913pt too wide) in paragraph at lines 1204--1204
  []@texttt Meta-Control-h: backward-kill-word Text after the function name is i
 gnored[] |
 
@@ -216,22 +220,23 @@ gnored[] |
 .@texttt t
 .etc.
 
-[14] [15]
+[16] [17]
 @fnindfile=@write4
 \openout4 = `rluserman.fn'.
 
- [16] [17] [18] [19] [20] [21] [22]) Appendix A [23]
+ [18] [19] [20] [21] [22] [23] [24] [25]) Appendix A [26]
 texinfo.tex: doing @include of fdl.texi
 
- (./fdl.texi
-[24] [25] [26] [27] [28] [29] [30]) [31] ) 
+
+(/usr/local/src/bash/bash-20241015/lib/readline/doc/fdl.texi [27] [28] [29]
+[30] [31] [32] [33]) [34] ) 
 Here is how much of TeX's memory you used:
- 3182 strings out of 497114
- 31669 string characters out of 6207173
- 111159 words of memory out of 5000000
- 4359 multiletter control sequences out of 15000+600000
+ 3183 strings out of 495850
+ 32327 string characters out of 6172145
+ 115463 words of memory out of 5000000
+ 4544 multiletter control sequences out of 15000+600000
  32778 words of font info for 114 fonts, out of 8000000 for 9000
51 hyphenation exceptions out of 8191
- 19i,6n,17p,364b,808s stack positions out of 5000i,500n,10000p,200000b,80000s
701 hyphenation exceptions out of 8191
+ 19i,6n,17p,309b,808s stack positions out of 10000i,1000n,20000p,200000b,200000s
 
-Output written on rluserman.dvi (34 pages, 112652 bytes).
+Output written on rluserman.dvi (37 pages, 123220 bytes).
index 89ca5f57f865c2bbbea41393654c5cca2b215215..100ae56302a9a7890d40ac8c7c3b22dd716fcfd5 100644 (file)
Binary files a/lib/readline/doc/rluserman.pdf and b/lib/readline/doc/rluserman.pdf differ
index 653fa8f0e6adf7f38bd273b4fd045fb0346d2ee4..c14c4423263a0f46c2ad69cd40f4c768edcee0a0 100644 (file)
@@ -1,7 +1,7 @@
 %!PS-Adobe-2.0
 %%Creator: dvips(k) 2024.1 (TeX Live 2024)  Copyright 2024 Radical Eye Software
 %%Title: rluserman.dvi
-%%CreationDate: Fri Oct 11 20:56:17 2024
+%%CreationDate: Fri Oct 18 15:25:52 2024
 %%Pages: 37
 %%PageOrder: Ascend
 %%BoundingBox: 0 0 596 842
@@ -12,7 +12,7 @@
 %DVIPSWebPage: (www.radicaleye.com)
 %DVIPSCommandLine: dvips -D 300 -o rluserman.ps rluserman.dvi
 %DVIPSParameters: dpi=300
-%DVIPSSource:  TeX output 2024.10.11:1656
+%DVIPSSource:  TeX output 2024.10.18:1125
 %%BeginProcSet: tex.pro 0 0
 %!
 /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -5235,7 +5235,7 @@ b(oundation)p 75 2570 1800 9 v eop end
 %%Page: 2 2
 TeXDict begin 2 1 bop 75 2207 a Fo(This)19 b(man)o(ual)f(describ)q(es)i
 (the)g(end)g(user)f(in)o(terface)g(of)g(the)g(GNU)g(Readline)h(Library)
-f(\(v)o(ersion)f(8.3,)75 2262 y(10)f(Octob)q(er)g(2024\),)f(a)h
+f(\(v)o(ersion)f(8.3,)75 2262 y(15)f(Octob)q(er)g(2024\),)f(a)h
 (library)f(whic)o(h)h(aids)g(in)g(the)g(consistency)g(of)g(user)g(in)o
 (terface)g(across)f(discrete)75 2316 y(programs)e(whic)o(h)h(pro)o
 (vide)g(a)g(command)g(line)g(in)o(terface.)75 2384 y(Cop)o(yrigh)o(t)
@@ -5312,13 +5312,13 @@ b(Numeric)f(Argumen)o(ts)e Fi(:)8 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
 b Fo(23)200 1325 y(1.4.6)43 b(Letting)15 b(Readline)h(T)o(yp)q(e)f(F)l
 (or)g(Y)l(ou)c Fi(:)c(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f
 (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)18
-b Fo(23)200 1379 y(1.4.7)43 b(Keyb)q(oard)16 b(Macros)6
+b Fo(24)200 1379 y(1.4.7)43 b(Keyb)q(oard)16 b(Macros)6
 b Fi(:)g(:)h(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)
 g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)h(:)f(:)12 b Fo(24)200 1434 y(1.4.8)43
 b(Some)16 b(Miscellaneous)e(Commands)8 b Fi(:)e(:)i(:)f(:)g(:)g(:)g(:)h
 (:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)h(:)14 b Fo(24)137 1489 y(1.5)45 b(Readline)15 b(vi)g(Mo)q(de)5
+g(:)h(:)14 b Fo(25)137 1489 y(1.5)45 b(Readline)15 b(vi)g(Mo)q(de)5
 b Fi(:)j(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)
 f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g
 (:)g(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)12 b Fo(26)75
@@ -5327,66 +5327,65 @@ b(Do)r(cumen)n(tation)e(License)12 b Fj(:)e(:)17 b Fm(27)p
 eop end
 %%Page: 1 4
 TeXDict begin 1 3 bop 1852 -58 a Fo(1)75 149 y Fk(1)41
-b(Command)28 b(Line)f(Editing)75 299 y Fo(This)15 b(c)o(hapter)g
+b(Command)28 b(Line)f(Editing)75 287 y Fo(This)15 b(c)o(hapter)g
 (describ)q(es)h(the)f(basic)g(features)g(of)f(the)i Fh(gnu)f
-Fo(command)g(line)g(editing)f(in)o(terface.)75 435 y
+Fo(command)g(line)g(editing)f(in)o(terface.)75 418 y
 Fm(1.1)33 b(In)n(tro)r(duction)23 b(to)f(Line)h(Editing)75
-515 y Fo(The)15 b(follo)o(wing)e(paragraphs)i(describ)q(e)h(the)f
-(notation)f(used)h(to)g(represen)o(t)g(k)o(eystrok)o(es.)137
-593 y(The)k(text)e Fg(C-k)h Fo(is)f(read)i(as)e(`Con)o(trol-K')f(and)j
-(describ)q(es)f(the)h(c)o(haracter)e(pro)q(duced)i(when)g(the)f
-Fn(k)75 648 y Fo(k)o(ey)d(is)g(pressed)h(while)e(the)h(Con)o(trol)f(k)o
-(ey)h(is)g(depressed.)137 726 y(The)h(text)g Fg(M-k)f
-Fo(is)h(read)g(as)f(`Meta-K')g(and)h(describ)q(es)h(the)f(c)o(haracter)
-f(pro)q(duced)i(when)g(the)f(Meta)75 780 y(k)o(ey)f(\(if)g(y)o(ou)h(ha)
-o(v)o(e)f(one\))g(is)g(depressed,)i(and)f(the)f Fn(k)h
-Fo(k)o(ey)f(is)g(pressed)h(\(a)f Ff(meta)g(c)o(haracter)s
-Fo(\).)21 b(The)16 b(Meta)75 835 y(k)o(ey)h(is)g(lab)q(eled)g
-Fn(ALT)f Fo(on)h(man)o(y)g(k)o(eyb)q(oards.)25 b(On)18
-b(k)o(eyb)q(oards)f(with)f(t)o(w)o(o)g(k)o(eys)h(lab)q(eled)g
-Fn(ALT)g Fo(\(usually)75 890 y(to)e(either)h(side)f(of)h(the)g(space)g
-(bar\),)f(the)g Fn(ALT)h Fo(on)f(the)h(left)f(side)h(is)g(generally)e
-(set)i(to)f(w)o(ork)g(as)g(a)h(Meta)75 945 y(k)o(ey)l(.)28
-b(The)18 b Fn(ALT)g Fo(k)o(ey)g(on)g(the)g(righ)o(t)f(ma)o(y)g(also)g
-(b)q(e)h(con\014gured)h(to)e(w)o(ork)g(as)h(a)g(Meta)f(k)o(ey)h(or)f
-(ma)o(y)g(b)q(e)75 1000 y(con\014gured)f(as)f(some)g(other)f(mo)q
-(di\014er,)h(suc)o(h)h(as)e(a)h(Comp)q(ose)g(k)o(ey)g(for)g(t)o(yping)f
-(accen)o(ted)i(c)o(haracters.)137 1078 y(On)j(some)f(k)o(eyb)q(oards,)h
-(the)f(Meta)g(k)o(ey)g(mo)q(di\014er)h(pro)q(duces)g(meta)f(c)o
-(haracters)f(with)h(the)h(eigh)o(th)75 1132 y(bit)13
-b(\(0200\))e(set.)19 b(Y)l(ou)13 b(can)g(use)h(the)f
-Fn(enable-meta-key)e Fo(v)m(ariable)h(to)h(con)o(trol)f(whether)h(or)g
-(not)f(it)h(do)q(es)75 1187 y(this,)g(if)g(the)h(k)o(eyb)q(oard)g(allo)
-o(ws)e(it.)19 b(On)14 b(man)o(y)g(others,)f(the)h(terminal)e(or)i
-(terminal)e(em)o(ulator)h(con)o(v)o(erts)75 1242 y(the)h(meta\014ed)h
-(k)o(ey)f(to)g(a)g(k)o(ey)g(sequence)i(b)q(eginning)e(with)g
-Fn(ESC)g Fo(as)g(describ)q(ed)h(in)f(the)h(next)f(paragraph.)137
-1320 y(If)k(y)o(ou)e(do)h(not)g(ha)o(v)o(e)g(a)f(Meta)h(or)f
-Fn(ALT)h Fo(k)o(ey)l(,)g(or)g(another)f(k)o(ey)h(w)o(orking)f(as)h(a)g
-(Meta)f(k)o(ey)l(,)h(y)o(ou)g(can)75 1375 y(generally)c(ac)o(hiev)o(e)g
-(the)g(latter)f(e\013ect)i(b)o(y)f(t)o(yping)g Fn(ESC)g
+497 y Fo(The)i(follo)o(wing)e(paragraphs)h(use)h(Emacs)g(st)o(yle)f(to)
+h(describ)q(e)g(the)g(notation)f(used)i(to)e(represen)o(t)75
+552 y(k)o(eystrok)o(es.)137 626 y(The)19 b(text)e Fg(C-k)h
+Fo(is)f(read)i(as)e(`Con)o(trol-K')f(and)j(describ)q(es)f(the)h(c)o
+(haracter)e(pro)q(duced)i(when)g(the)f Fn(k)75 681 y
+Fo(k)o(ey)d(is)g(pressed)h(while)e(the)h(Con)o(trol)f(k)o(ey)h(is)g
+(depressed.)137 755 y(The)h(text)g Fg(M-k)f Fo(is)h(read)g(as)f
+(`Meta-K')g(and)h(describ)q(es)h(the)f(c)o(haracter)f(pro)q(duced)i
+(when)g(the)f(Meta)75 810 y(k)o(ey)g(\(if)f(y)o(ou)h(ha)o(v)o(e)f
+(one\))h(is)f(depressed,)i(and)f(the)g Fn(k)g Fo(k)o(ey)g(is)f(pressed)
+i(\(a)e Ff(meta)h(c)o(haracter)s Fo(\),)f(then)h(b)q(oth)75
+865 y(are)h(released.)28 b(The)17 b(Meta)g(k)o(ey)h(is)f(lab)q(eled)h
+Fn(ALT)f Fo(or)g Fn(Option)g Fo(on)h(man)o(y)f(k)o(eyb)q(oards.)27
+b(On)18 b(k)o(eyb)q(oards)75 919 y(with)c(t)o(w)o(o)g(k)o(eys)h(lab)q
+(eled)g Fn(ALT)f Fo(\(usually)g(to)g(either)h(side)g(of)f(the)h(space)g
+(bar\),)f(the)h Fn(ALT)g Fo(on)g(the)g(left)f(side)75
+974 y(is)f(generally)h(set)f(to)h(w)o(ork)f(as)g(a)h(Meta)f(k)o(ey)l(.)
+20 b(One)14 b(of)g(the)g Fn(ALT)f Fo(k)o(eys)h(ma)o(y)g(also)e(b)q(e)j
+(con\014gured)g(as)e(some)75 1029 y(other)i(mo)q(di\014er,)g(suc)o(h)g
+(as)g(a)g(Comp)q(ose)g(k)o(ey)g(for)f(t)o(yping)h(accen)o(ted)g(c)o
+(haracters.)137 1103 y(On)23 b(some)e(k)o(eyb)q(oards,)i(the)f(Meta)f
+(k)o(ey)h(mo)q(di\014er)g(pro)q(duces)h(c)o(haracters)e(with)g(the)h
+(eigh)o(th)f(bit)75 1158 y(\(0200\))16 b(set.)27 b(Y)l(ou)18
+b(can)g(use)g(the)g Fn(enable-meta-key)e Fo(v)m(ariable)h(to)g(con)o
+(trol)f(whether)i(or)f(not)h(it)f(do)q(es)75 1213 y(this,)c(if)g(the)h
+(k)o(eyb)q(oard)g(allo)o(ws)e(it.)19 b(On)14 b(man)o(y)g(others,)f(the)
+h(terminal)e(or)i(terminal)e(em)o(ulator)h(con)o(v)o(erts)75
+1267 y(the)h(meta\014ed)h(k)o(ey)f(to)g(a)g(k)o(ey)g(sequence)i(b)q
+(eginning)e(with)g Fn(ESC)g Fo(as)g(describ)q(ed)h(in)f(the)h(next)f
+(paragraph.)137 1341 y(If)k(y)o(ou)e(do)h(not)g(ha)o(v)o(e)g(a)f(Meta)h
+(or)f Fn(ALT)h Fo(k)o(ey)l(,)g(or)g(another)f(k)o(ey)h(w)o(orking)f(as)
+h(a)g(Meta)f(k)o(ey)l(,)h(y)o(ou)g(can)75 1396 y(generally)c(ac)o(hiev)
+o(e)g(the)g(latter)f(e\013ect)i(b)o(y)f(t)o(yping)g Fn(ESC)g
 Fe(\014rst)p Fo(,)g(and)g(then)h(t)o(yping)f Fn(k)p Fo(.)19
-b(The)14 b Fn(ESC)f Fo(c)o(haracter)75 1430 y(is)i(kno)o(wn)g(as)f(the)
-i Ff(meta)e(pre\014x)s Fo(\).)137 1508 y(Either)h(pro)q(cess)g(is)g
+b(The)14 b Fn(ESC)f Fo(c)o(haracter)75 1451 y(is)i(kno)o(wn)g(as)f(the)
+i Ff(meta)e(pre\014x)s Fo(\).)137 1525 y(Either)h(pro)q(cess)g(is)g
 (kno)o(wn)g(as)g Ff(metafying)j Fo(the)d Fn(k)g Fo(k)o(ey)l(.)137
-1586 y(If)e(y)o(our)f(Meta)g(k)o(ey)h(pro)q(duces)g(a)g(k)o(ey)f
+1599 y(If)e(y)o(our)f(Meta)g(k)o(ey)h(pro)q(duces)g(a)g(k)o(ey)f
 (sequence)i(with)e(the)h Fn(ESC)f Fo(meta)g(pre\014x,)h(y)o(ou)g(can)g
-(mak)o(e)f Fg(M-key)75 1640 y Fo(k)o(ey)20 b(bindings)f(y)o(ou)h(sp)q
+(mak)o(e)f Fg(M-key)75 1654 y Fo(k)o(ey)20 b(bindings)f(y)o(ou)h(sp)q
 (ecify)g(\(see)f Fn(Key)c(Bindings)k Fo(in)g(Section)h(1.3.1)e
-([Readline)i(Init)f(File)g(Syn)o(tax],)75 1695 y(page)c(4\))g(do)g(the)
+([Readline)i(Init)f(File)g(Syn)o(tax],)75 1709 y(page)c(4\))g(do)g(the)
 g(same)g(thing)g(b)o(y)g(setting)f(the)h Fn(force-meta-prefix)e
-Fo(v)m(ariable.)137 1773 y(The)21 b(text)e Fg(M-C-k)h
+Fo(v)m(ariable.)137 1783 y(The)21 b(text)e Fg(M-C-k)h
 Fo(is)g(read)g(as)f(`Meta-Con)o(trol-k')f(and)i(describ)q(es)h(the)f(c)
-o(haracter)g(pro)q(duced)h(b)o(y)75 1828 y(metafying)14
-b Fg(C-k)p Fo(.)137 1906 y(In)19 b(addition,)e(sev)o(eral)h(k)o(eys)f
+o(haracter)g(pro)q(duced)h(b)o(y)75 1838 y(metafying)14
+b Fg(C-k)p Fo(.)137 1912 y(In)19 b(addition,)e(sev)o(eral)h(k)o(eys)f
 (ha)o(v)o(e)h(their)g(o)o(wn)f(names.)28 b(Sp)q(eci\014cally)l(,)19
 b Fn(DEL)p Fo(,)f Fn(ESC)p Fo(,)g Fn(LFD)p Fo(,)g Fn(SPC)p
-Fo(,)g Fn(RET)p Fo(,)75 1961 y(and)f Fn(TAB)g Fo(all)f(stand)h(for)g
+Fo(,)g Fn(RET)p Fo(,)75 1967 y(and)f Fn(TAB)g Fo(all)f(stand)h(for)g
 (themselv)o(es)g(when)h(seen)f(in)g(this)g(text,)g(or)g(in)g(an)g(init)
-f(\014le)i(\(see)f(Section)g(1.3)75 2015 y([Readline)f(Init)g(File],)f
+f(\014le)i(\(see)f(Section)g(1.3)75 2021 y([Readline)f(Init)g(File],)f
 (page)h(4\).)22 b(If)17 b(y)o(our)f(k)o(eyb)q(oard)g(lac)o(ks)f(a)h
 Fn(LFD)g Fo(k)o(ey)l(,)g(t)o(yping)f Fn(C-j)h Fo(will)f(output)h(the)75
-2070 y(appropriate)e(c)o(haracter.)19 b(The)d Fn(RET)f
+2076 y(appropriate)e(c)o(haracter.)19 b(The)d Fn(RET)f
 Fo(k)o(ey)g(ma)o(y)f(b)q(e)i(lab)q(eled)f Fn(Return)g
 Fo(or)f Fn(Enter)h Fo(on)g(some)g(k)o(eyb)q(oards.)75
 2207 y Fm(1.2)33 b(Readline)21 b(In)n(teraction)75 2286
@@ -5615,8 +5614,8 @@ Ff(inputrc)k Fo(\014le,)d(con)o(v)o(en)o(tionally)d(in)i(their)g(home)
 (ariable)g Fn(INPUTRC)p Fo(.)75 1683 y(If)k(that)g(v)m(ariable)f(is)h
 (unset,)g(the)g(default)g(is)f Fn(~/.inputrc)p Fo(.)19
 b(If)c(that)f(\014le)h(do)q(es)h(not)e(exist)h(or)f(cannot)h(b)q(e)75
-1738 y(read,)g(readline)g(lo)q(oks)f(for)h Fn(/etc/inputrc)p
-Fo(.)137 1813 y(When)i(a)f(program)f(whic)o(h)h(uses)g(the)g(Readline)h
+1738 y(read,)g(Readline)g(lo)q(oks)g(for)f Fn(/etc/inputrc)p
+Fo(.)137 1813 y(When)j(a)f(program)f(whic)o(h)h(uses)g(the)g(Readline)h
 (library)e(starts)f(up,)j(Readline)f(reads)g(the)h(init)e(\014le)75
 1867 y(and)g(sets)g(an)o(y)g(v)m(ariables)g(and)g(k)o(ey)g(bindings)g
 (it)g(con)o(tains.)137 1943 y(In)f(addition,)f(the)g
@@ -5720,15 +5719,15 @@ b(is)f(`)p Fn(off)p Fo('.)315 396 y Fn(colored-completion-prefix)555
 451 y Fo(If)h(set)f(to)g(`)p Fn(on)p Fo(',)g(when)h(listing)e
 (completions,)h(Readline)h(displa)o(ys)e(the)i(com-)555
 506 y(mon)e(pre\014x)g(of)f(the)h(set)f(of)g(p)q(ossible)h(completions)
-f(using)g(a)g(di\013eren)o(t)g(color.)555 560 y(The)h(color)f
-(de\014nitions)g(are)g(tak)o(en)h(from)e(the)i(v)m(alue)g(of)f(the)h
-Fn(LS_COLORS)e Fo(en-)555 615 y(vironmen)o(t)16 b(v)m(ariable.)24
-b(If)17 b(there)g(is)f(a)g(color)g(de\014nition)h(in)f
-Fn(LS_COLORS)g Fo(for)555 670 y(the)11 b(custom)f(su\016x)h(`)p
-Fn(readline-colored-completio)o(n-prefi)o(x)p Fo(',)d(Read-)555
-725 y(line)j(uses)h(this)f(color)g(for)g(the)h(common)f(pre\014x)h
-(instead)f(of)h(its)e(default.)19 b(The)555 780 y(default)c(is)f(`)p
-Fn(off)p Fo('.)315 862 y Fn(colored-stats)555 917 y Fo(If)g(set)f(to)f
+f(using)g(a)g(di\013eren)o(t)g(color.)555 560 y(The)20
+b(color)f(de\014nitions)h(are)g(tak)o(en)f(from)g(the)h(v)m(alue)h(of)e
+(the)h Fn(LS_COLORS)555 615 y Fo(en)o(vironmen)o(t)e(v)m(ariable.)32
+b(If)19 b(there)g(is)g(a)g(color)f(de\014nition)h(in)g
+Fn(LS_COLORS)555 670 y Fo(for)h(the)h(custom)f(su\016x)h(`)p
+Fn(.readline-colored-compl)o(etion-p)o(refix)p Fo(')o(,)555
+725 y(Readline)f(uses)f(this)g(color)g(for)f(the)i(common)f(pre\014x)h
+(instead)f(of)g(its)f(de-)555 780 y(fault.)h(The)c(default)g(is)g(`)p
+Fn(off)p Fo('.)315 862 y Fn(colored-stats)555 917 y Fo(If)f(set)f(to)f
 (`)p Fn(on)p Fo(',)g(Readline)i(displa)o(ys)e(p)q(ossible)h
 (completions)g(using)g(di\013eren)o(t)555 971 y(colors)19
 b(to)f(indicate)i(their)f(\014le)g(t)o(yp)q(e.)33 b(The)20
@@ -5762,8 +5761,8 @@ Fo('.)315 2149 y Fn(completion-prefix-display-)o(length)555
 2204 y Fo(The)d(maxim)o(um)g(length)g(in)g(c)o(haracters)f(of)h(the)g
 (common)g(pre\014x)h(of)e(a)h(list)f(of)555 2259 y(p)q(ossible)i
 (completions)g(that)g(is)g(displa)o(y)o(ed)g(without)g(mo)q
-(di\014cation.)19 b(When)555 2314 y(set)14 b(to)g(a)g(v)m(alue)h
-(greater)e(than)i(zero,)f(readline)g(replaces)g(common)g(pre\014xes)555
+(di\014cation.)19 b(When)555 2314 y(set)13 b(to)f(a)g(v)m(alue)h
+(greater)f(than)h(zero,)g(Readline)g(replaces)g(common)f(pre\014xes)555
 2369 y(longer)22 b(than)h(this)f(v)m(alue)h(with)f(an)h(ellipsis)e
 (when)j(displa)o(ying)d(p)q(ossible)555 2423 y(completions.)315
 2506 y Fn(completion-query-items)555 2560 y Fo(The)13
@@ -5890,19 +5889,19 @@ f(its)g(b)q(eha)o(vior)g(when)h(binding)f(k)o(ey)h(se-)555
 Fn(Meta-)f Fo(\(see)h Fn(Key)k(Bindings)10 b Fo(in)h(Section)h(1.3.1)
 555 1976 y([Readline)18 b(Init)f(File)g(Syn)o(tax],)g(page)h(4\))f(b)o
 (y)g(con)o(v)o(erting)g(a)g(k)o(ey)h(sequence)555 2031
-y(of)e(the)h(form)g Fg(\\M-)p Ff(C)j Fo(or)c Fn(Meta-)p
-Ff(C)k Fo(to)c(the)h(t)o(w)o(o-c)o(haracter)f(sequence)i
-Fg(ESC)p Ff(C)555 2086 y Fo(\(adding)11 b(the)h(meta)f(pre\014x\).)19
-b(If)12 b Fn(force-meta-prefix)d Fo(is)i(set)h(to)f(`)p
-Fn(off)p Fo(')f(\(the)555 2140 y(default\),)16 b(Readline)h(uses)g(the)
-g(v)m(alue)g(of)f(the)h Fn(convert-meta)e Fo(v)m(ariable)i(to)555
-2195 y(determine)f(whether)g(to)f(p)q(erform)g(this)g(con)o(v)o
-(ersion:)20 b(if)15 b Fn(convert-meta)f Fo(is)555 2250
-y(`)p Fn(on)p Fo(',)c(Readline)h(p)q(erforms)g(the)f(con)o(v)o(ersion)g
-(describ)q(ed)i(ab)q(o)o(v)o(e;)f(if)f(it)g(is)h(`)p
-Fn(off)p Fo(',)555 2305 y(Readline)17 b(con)o(v)o(erts)e
-Ff(C)20 b Fo(to)c(a)g(meta)g(c)o(haracter)g(b)o(y)g(setting)f(the)i
-(eigh)o(th)e(bit)555 2359 y(\(0200\).)j(The)e(default)e(is)h(`)p
+y(of)i(the)h(form)f Fg(\\M-)p Ff(C)k Fo(or)c Fn(Meta-)p
+Ff(C)j Fo(to)d(the)h(t)o(w)o(o-c)o(haracter)e(sequence)i
+Fg(ESC)555 2086 y Ff(C)f Fo(\(adding)15 b(the)i(meta)e(pre\014x\).)23
+b(If)16 b Fn(force-meta-prefix)e Fo(is)i(set)g(to)f(`)p
+Fn(off)p Fo(')555 2140 y(\(the)d(default\),)g(Readline)g(uses)h(the)f
+(v)m(alue)h(of)f(the)g Fn(convert-meta)f Fo(v)m(ariable)555
+2195 y(to)j(determine)g(whether)h(to)f(p)q(erform)g(this)g(con)o(v)o
+(ersion:)19 b(if)14 b Fn(convert-meta)555 2250 y Fo(is)k(`)p
+Fn(on)p Fo(',)g(Readline)h(p)q(erforms)f(the)h(con)o(v)o(ersion)f
+(describ)q(ed)h(ab)q(o)o(v)o(e;)h(if)e(it)f(is)555 2305
+y(`)p Fn(off)p Fo(',)11 b(Readline)g(con)o(v)o(erts)g
+Ff(C)k Fo(to)c(a)g(meta)g(c)o(haracter)f(b)o(y)i(setting)e(the)i(eigh)o
+(th)555 2359 y(bit)j(\(0200\).)j(The)d(default)g(is)g(`)p
 Fn(off)p Fo('.)315 2451 y Fn(history-preserve-point)555
 2506 y Fo(If)21 b(set)g(to)f(`)p Fn(on)p Fo(',)h(the)g(history)f(co)q
 (de)h(attempts)f(to)g(place)h(the)g(p)q(oin)o(t)f(\(the)555
@@ -6089,9 +6088,9 @@ Fn(off)p Fo('.)315 1592 y Fn(skip-completed-text)555
 1647 y Fo(If)i(set)f(to)g(`)p Fn(on)p Fo(',)f(this)h(alters)f(the)i
 (default)f(completion)f(b)q(eha)o(vior)h(when)h(in-)555
 1702 y(serting)d(a)g(single)g(matc)o(h)g(in)o(to)f(the)i(line.)k(It's)
-14 b(only)g(activ)o(e)g(when)h(p)q(erform-)555 1757 y(ing)i(completion)
-f(in)h(the)h(middle)f(of)g(a)g(w)o(ord.)25 b(If)18 b(enabled,)g
-(readline)f(do)q(es)555 1812 y(not)j(insert)g(c)o(haracters)f(from)h
+14 b(only)g(activ)o(e)g(when)h(p)q(erform-)555 1757 y(ing)h(completion)
+f(in)h(the)g(middle)g(of)g(a)f(w)o(ord.)22 b(If)17 b(enabled,)f
+(Readline)h(do)q(es)555 1812 y(not)j(insert)g(c)o(haracters)f(from)h
 (the)g(completion)f(that)h(matc)o(h)g(c)o(haracters)555
 1866 y(after)e(p)q(oin)o(t)g(in)g(the)g(w)o(ord)g(b)q(eing)h
 (completed,)g(so)f(p)q(ortions)f(of)h(the)h(w)o(ord)555
@@ -6180,16 +6179,17 @@ Fn(>)555 2236 y(output)p Fo(')14 b(in)o(to)g(the)h(line\).)555
 (b)q(er)g(of)g(sym)o(b)q(olic)g(c)o(haracter)555 2362
 y(names:)21 b Ff(DEL)p Fo(,)15 b Ff(ESC)p Fo(,)h Ff(ESCAPE)p
 Fo(,)f Ff(LFD)p Fo(,)h Ff(NEWLINE)p Fo(,)g Ff(RET)p Fo(,)g
-Ff(RETURN)p Fo(,)555 2417 y Ff(R)o(UBOUT)p Fo(,)g Ff(SP)l(A)o(CE)p
-Fo(,)e Ff(SPC)p Fo(,)h(and)g Ff(T)l(AB)p Fo(.)315 2506
-y Fn(")p Ff(k)o(eyseq)q Fn(")p Fo(:)20 b Ff(function-name)d
-Fo(or)e Ff(macro)555 2560 y(k)o(eyseq)c Fo(di\013ers)f(from)g
-Ff(k)o(eyname)i Fo(ab)q(o)o(v)o(e)e(in)g(that)g(strings)f(denoting)h
-(an)g(en)o(tire)555 2615 y(k)o(ey)h(sequence)h(can)f(b)q(e)h(sp)q
-(eci\014ed,)h(b)o(y)e(placing)f(the)i(k)o(ey)e(sequence)j(in)e(double)
-555 2670 y(quotes.)22 b(Some)16 b Fh(gnu)g Fo(Emacs)f(st)o(yle)g(k)o
-(ey)h(escap)q(es)h(can)f(b)q(e)g(used,)h(as)e(in)h(the)p
-eop end
+Ff(RETURN)p Fo(,)555 2417 y Ff(R)o(UBOUT)j Fo(\(a)c(destructiv)o(e)f
+(bac)o(kspace\),)h Ff(SP)l(A)o(CE)p Fo(,)g Ff(SPC)p Fo(,)g(and)g
+Ff(T)l(AB)p Fo(.)315 2506 y Fn(")p Ff(k)o(eyseq)q Fn(")p
+Fo(:)20 b Ff(function-name)d Fo(or)e Ff(macro)555 2560
+y(k)o(eyseq)c Fo(di\013ers)f(from)g Ff(k)o(eyname)i Fo(ab)q(o)o(v)o(e)e
+(in)g(that)g(strings)f(denoting)h(an)g(en)o(tire)555
+2615 y(k)o(ey)h(sequence)h(can)f(b)q(e)h(sp)q(eci\014ed,)h(b)o(y)e
+(placing)f(the)i(k)o(ey)e(sequence)j(in)e(double)555
+2670 y(quotes.)22 b(Some)16 b Fh(gnu)g Fo(Emacs)f(st)o(yle)g(k)o(ey)h
+(escap)q(es)h(can)f(b)q(e)g(used,)h(as)e(in)h(the)p eop
+end
 %%Page: 13 16
 TeXDict begin 13 15 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
 (Editing)1053 b(13)555 149 y(follo)o(wing)20 b(example,)k(but)f(none)g
@@ -6415,552 +6415,555 @@ TeXDict begin 18 20 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
 (Editing)1053 b(18)195 149 y Fn(#)24 b(For)f(FTP)195
 204 y($if)g(Ftp)195 259 y("\\C-xg":)g("get)g(\\M-?")195
 314 y("\\C-xt":)g("put)g(\\M-?")195 369 y("\\M-.":)g(yank-last-arg)195
-423 y($endif)75 541 y Fm(1.4)33 b(Bindable)22 b(Readline)f(Commands)75
-621 y Fo(This)12 b(section)h(describ)q(es)g(Readline)g(commands)g(that)
+423 y($endif)75 548 y Fm(1.4)33 b(Bindable)22 b(Readline)f(Commands)75
+628 y Fo(This)12 b(section)h(describ)q(es)g(Readline)g(commands)g(that)
 f(ma)o(y)g(b)q(e)i(b)q(ound)f(to)g(k)o(ey)f(sequences.)20
-b(Command)75 676 y(names)15 b(without)f(an)h(accompan)o(ying)g(k)o(ey)g
+b(Command)75 682 y(names)15 b(without)f(an)h(accompan)o(ying)g(k)o(ey)g
 (sequence)h(are)f(un)o(b)q(ound)i(b)o(y)e(default.)137
-742 y(In)f(the)f(follo)o(wing)e(descriptions,)i Ff(p)q(oin)o(t)g
+752 y(In)f(the)f(follo)o(wing)e(descriptions,)i Ff(p)q(oin)o(t)g
 Fo(refers)g(to)g(the)g(curren)o(t)g(cursor)f(p)q(osition,)h(and)g
-Ff(mark)i Fo(refers)75 797 y(to)c(a)g(cursor)h(p)q(osition)f(sa)o(v)o
+Ff(mark)i Fo(refers)75 807 y(to)c(a)g(cursor)h(p)q(osition)f(sa)o(v)o
 (ed)g(b)o(y)h(the)f Fn(set-mark)g Fo(command.)18 b(The)12
 b(text)g(b)q(et)o(w)o(een)g(the)f(p)q(oin)o(t)h(and)g(mark)75
-851 y(is)j(referred)h(to)f(as)g(the)h Ff(region)p Fo(.)21
+862 y(is)j(referred)h(to)f(as)g(the)h Ff(region)p Fo(.)21
 b(Readline)16 b(has)f(the)h(concept)g(of)f(an)h Fe(active)g(r)n(e)n
-(gion)s Fo(:)21 b(when)16 b(the)g(region)75 906 y(is)d(activ)o(e,)g
-(Readline)h(redispla)o(y)f(uses)i(the)e(v)m(alue)i(of)e(the)h
-Fn(active-region-start-color)c Fo(v)m(ariable)k(to)75
-961 y(denote)h(the)h(region.)j(Sev)o(eral)c(commands)g(set)g(the)g
-(region)f(to)h(activ)o(e;)f(those)h(are)g(noted)g(b)q(elo)o(w.)75
-1058 y Fd(1.4.1)30 b(Commands)21 b(F)-5 b(or)19 b(Mo)n(ving)75
-1143 y Fn(beginning-of-line)13 b(\(C-a\))315 1198 y Fo(Mo)o(v)o(e)g(to)
-g(the)h(start)e(of)i(the)f(curren)o(t)h(line.)19 b(This)14
-b(ma)o(y)f(also)f(b)q(e)j(b)q(ound)f(to)g(the)f(Home)h(k)o(ey)315
-1253 y(on)h(some)g(k)o(eyb)q(oards.)75 1330 y Fn(end-of-line)f(\(C-e\))
-315 1385 y Fo(Mo)o(v)o(e)h(to)g(the)i(end)f(of)g(the)g(line.)22
-b(This)16 b(ma)o(y)f(also)g(b)q(e)i(b)q(ound)g(to)e(the)h(End)g(k)o(ey)
-g(on)g(some)315 1439 y(k)o(eyb)q(oards.)75 1517 y Fn(forward-char)e
-(\(C-f\))315 1571 y Fo(Mo)o(v)o(e)g(forw)o(ard)g(a)h(c)o(haracter.)75
-1649 y Fn(backward-char)e(\(C-b\))315 1703 y Fo(Mo)o(v)o(e)h(bac)o(k)h
-(a)g(c)o(haracter.)75 1781 y Fn(forward-word)f(\(M-f\))315
-1835 y Fo(Mo)o(v)o(e)g(forw)o(ard)g(to)g(the)i(end)g(of)e(the)h(next)h
+(gion)s Fo(:)21 b(when)16 b(the)g(region)75 917 y(is)h(activ)o(e,)g
+(Readline)h(redispla)o(y)e(highligh)o(ts)g(the)i(region)f(using)g(the)g
+(v)m(alue)h(of)f(the)h Fn(active-region-)75 972 y(start-color)13
+b Fo(v)m(ariable.)19 b(The)c Fn(enable-active-region)d
+Fo(v)m(ariable)i(turns)g(this)g(on)h(and)g(o\013.)j(Sev)o(eral)75
+1026 y(commands)d(set)g(the)g(region)g(to)f(activ)o(e;)g(those)h(are)g
+(noted)g(b)q(elo)o(w.)75 1129 y Fd(1.4.1)30 b(Commands)21
+b(F)-5 b(or)19 b(Mo)n(ving)75 1216 y Fn(beginning-of-line)13
+b(\(C-a\))315 1271 y Fo(Mo)o(v)o(e)g(to)g(the)h(start)e(of)i(the)f
+(curren)o(t)h(line.)19 b(This)14 b(ma)o(y)f(also)f(b)q(e)j(b)q(ound)f
+(to)g(the)f(Home)h(k)o(ey)315 1326 y(on)h(some)g(k)o(eyb)q(oards.)75
+1408 y Fn(end-of-line)f(\(C-e\))315 1463 y Fo(Mo)o(v)o(e)h(to)g(the)i
+(end)f(of)g(the)g(line.)22 b(This)16 b(ma)o(y)f(also)g(b)q(e)i(b)q
+(ound)g(to)e(the)h(End)g(k)o(ey)g(on)g(some)315 1518
+y(k)o(eyb)q(oards.)75 1600 y Fn(forward-char)e(\(C-f\))315
+1655 y Fo(Mo)o(v)o(e)g(forw)o(ard)g(a)h(c)o(haracter.)75
+1737 y Fn(backward-char)e(\(C-b\))315 1792 y Fo(Mo)o(v)o(e)h(bac)o(k)h
+(a)g(c)o(haracter.)75 1875 y Fn(forward-word)f(\(M-f\))315
+1929 y Fo(Mo)o(v)o(e)g(forw)o(ard)g(to)g(the)i(end)g(of)e(the)h(next)h
 (w)o(ord.)j(W)l(ords)c(are)f(comp)q(osed)i(of)f(letters)f(and)315
-1890 y(digits.)75 1968 y Fn(backward-word)f(\(M-b\))315
-2022 y Fo(Mo)o(v)o(e)j(bac)o(k)g(to)h(the)f(start)g(of)g(the)h(curren)o
+1984 y(digits.)75 2067 y Fn(backward-word)f(\(M-b\))315
+2122 y Fo(Mo)o(v)o(e)j(bac)o(k)g(to)h(the)f(start)g(of)g(the)h(curren)o
 (t)g(or)f(previous)h(w)o(ord.)24 b(W)l(ords)16 b(are)h(comp)q(osed)315
-2077 y(of)e(letters)f(and)h(digits.)75 2154 y Fn(previous-screen-line)d
-(\(\))315 2209 y Fo(A)o(ttempt)19 b(to)h(mo)o(v)o(e)f(p)q(oin)o(t)h(to)
+2176 y(of)e(letters)f(and)h(digits.)75 2259 y Fn(previous-screen-line)d
+(\(\))315 2314 y Fo(A)o(ttempt)19 b(to)h(mo)o(v)o(e)f(p)q(oin)o(t)h(to)
 f(the)h(same)g(ph)o(ysical)f(screen)i(column)f(on)g(the)g(previous)315
-2264 y(ph)o(ysical)12 b(screen)h(line.)19 b(This)12 b(will)f(not)h(ha)o
+2368 y(ph)o(ysical)12 b(screen)h(line.)19 b(This)12 b(will)f(not)h(ha)o
 (v)o(e)g(the)h(desired)f(e\013ect)h(if)f(the)g(curren)o(t)h(Readline)
-315 2319 y(line)g(do)q(es)h(not)g(tak)o(e)f(up)h(more)f(than)g(one)h
+315 2423 y(line)g(do)q(es)h(not)g(tak)o(e)f(up)h(more)f(than)g(one)h
 (ph)o(ysical)f(line)g(or)h(if)f(p)q(oin)o(t)g(is)g(not)g(greater)g
-(than)315 2374 y(the)i(length)g(of)g(the)g(prompt)g(plus)g(the)g
-(screen)h(width.)75 2451 y Fn(next-screen-line)d(\(\))315
-2506 y Fo(A)o(ttempt)e(to)h(mo)o(v)o(e)g(p)q(oin)o(t)g(to)f(the)i(same)
+(than)315 2478 y(the)i(length)g(of)g(the)g(prompt)g(plus)g(the)g
+(screen)h(width.)75 2560 y Fn(next-screen-line)d(\(\))315
+2615 y Fo(A)o(ttempt)e(to)h(mo)o(v)o(e)g(p)q(oin)o(t)g(to)f(the)i(same)
 f(ph)o(ysical)f(screen)i(column)g(on)f(the)g(next)h(ph)o(ysical)315
-2560 y(screen)f(line.)19 b(This)11 b(will)f(not)h(ha)o(v)o(e)h(the)g
+2670 y(screen)f(line.)19 b(This)11 b(will)f(not)h(ha)o(v)o(e)h(the)g
 (desired)f(e\013ect)h(if)f(the)h(curren)o(t)f(Readline)h(line)g(do)q
-(es)315 2615 y(not)h(tak)o(e)g(up)h(more)f(than)h(one)g(ph)o(ysical)f
-(line)g(or)g(if)g(the)h(length)f(of)g(the)h(curren)o(t)g(Readline)315
-2670 y(line)h(is)g(not)f(greater)h(than)g(the)g(length)g(of)g(the)g
-(prompt)g(plus)g(the)g(screen)h(width.)p eop end
+(es)p eop end
 %%Page: 19 22
 TeXDict begin 19 21 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(19)75 149 y Fn(clear-display)13 b(\(M-C-l\))315
-204 y Fo(Clear)j(the)g(screen)h(and,)g(if)f(p)q(ossible,)g(the)g
-(terminal's)f(scrollbac)o(k)g(bu\013er,)i(then)g(redra)o(w)315
-259 y(the)e(curren)o(t)g(line,)g(lea)o(ving)f(the)h(curren)o(t)g(line)g
-(at)g(the)g(top)g(of)g(the)g(screen.)75 337 y Fn(clear-screen)f
-(\(C-l\))315 392 y Fo(Clear)i(the)i(screen,)g(then)f(redra)o(w)g(the)g
-(curren)o(t)g(line,)g(lea)o(ving)f(the)h(curren)o(t)g(line)g(at)g(the)
-315 447 y(top)e(of)g(the)g(screen.)75 525 y Fn(redraw-current-line)e
-(\(\))315 579 y Fo(Refresh)j(the)f(curren)o(t)g(line.)20
-b(By)15 b(default,)g(this)f(is)h(un)o(b)q(ound.)75 677
-y Fd(1.4.2)30 b(Commands)21 b(F)-5 b(or)19 b(Manipulating)i(The)f
-(History)75 762 y Fn(accept-line)14 b(\(Newline)g(or)h(Return\))315
-817 y Fo(Accept)h(the)f(line)g(regardless)f(of)g(where)i(the)f(cursor)g
+(Editing)1053 b(19)315 149 y(not)13 b(tak)o(e)g(up)h(more)f(than)h(one)
+g(ph)o(ysical)f(line)g(or)g(if)g(the)h(length)f(of)g(the)h(curren)o(t)g
+(Readline)315 204 y(line)h(is)g(not)f(greater)h(than)g(the)g(length)g
+(of)g(the)g(prompt)g(plus)g(the)g(screen)h(width.)75
+291 y Fn(clear-display)d(\(M-C-l\))315 346 y Fo(Clear)j(the)g(screen)h
+(and,)g(if)f(p)q(ossible,)g(the)g(terminal's)f(scrollbac)o(k)g
+(bu\013er,)i(then)g(redra)o(w)315 401 y(the)e(curren)o(t)g(line,)g(lea)
+o(ving)f(the)h(curren)o(t)g(line)g(at)g(the)g(top)g(of)g(the)g(screen.)
+75 487 y Fn(clear-screen)f(\(C-l\))315 542 y Fo(Clear)i(the)i(screen,)g
+(then)f(redra)o(w)g(the)g(curren)o(t)g(line,)g(lea)o(ving)f(the)h
+(curren)o(t)g(line)g(at)g(the)315 597 y(top)e(of)g(the)g(screen.)75
+684 y Fn(redraw-current-line)e(\(\))315 739 y Fo(Refresh)j(the)f
+(curren)o(t)g(line.)20 b(By)15 b(default,)g(this)f(is)h(un)o(b)q(ound.)
+75 845 y Fd(1.4.2)30 b(Commands)21 b(F)-5 b(or)19 b(Manipulating)i(The)
+f(History)75 935 y Fn(accept-line)14 b(\(Newline)g(or)h(Return\))315
+989 y Fo(Accept)h(the)f(line)g(regardless)f(of)g(where)i(the)f(cursor)g
 (is.)k(If)c(this)g(line)g(is)f(non-empt)o(y)l(,)h(y)o(ou)315
-872 y(can)j(add)g(it)f(to)h(the)g(history)f(list)f(using)i
+1044 y(can)j(add)g(it)f(to)h(the)g(history)f(list)f(using)i
 Fn(add_history\(\))p Fo(.)26 b(If)19 b(this)e(line)g(is)h(a)g(mo)q
-(di\014ed)315 927 y(history)c(line,)h(then)g(restore)g(the)g(history)f
-(line)h(to)g(its)f(original)f(state.)75 1005 y Fn(previous-history)g
-(\(C-p\))315 1060 y Fo(Mo)o(v)o(e)h(`bac)o(k')h(through)f(the)i
+(di\014ed)315 1099 y(history)c(line,)h(then)g(restore)g(the)g(history)f
+(line)h(to)g(its)f(original)f(state.)75 1186 y Fn(previous-history)g
+(\(C-p\))315 1241 y Fo(Mo)o(v)o(e)h(`bac)o(k')h(through)f(the)i
 (history)e(list,)f(fetc)o(hing)i(the)g(previous)g(command.)75
-1138 y Fn(next-history)f(\(C-n\))315 1192 y Fo(Mo)o(v)o(e)g(`forw)o
+1327 y Fn(next-history)f(\(C-n\))315 1382 y Fo(Mo)o(v)o(e)g(`forw)o
 (ard')f(through)i(the)h(history)e(list,)f(fetc)o(hing)i(the)g(next)h
-(command.)75 1270 y Fn(beginning-of-history)c(\(M-<\))315
-1325 y Fo(Mo)o(v)o(e)i(to)h(the)g(\014rst)g(line)g(in)g(the)g(history)l
-(.)75 1403 y Fn(end-of-history)e(\(M->\))315 1458 y Fo(Mo)o(v)o(e)h(to)
+(command.)75 1469 y Fn(beginning-of-history)c(\(M-<\))315
+1524 y Fo(Mo)o(v)o(e)i(to)h(the)g(\014rst)g(line)g(in)g(the)g(history)l
+(.)75 1611 y Fn(end-of-history)e(\(M->\))315 1665 y Fo(Mo)o(v)o(e)h(to)
 h(the)g(end)h(of)f(the)g(input)g(history)l(,)f(i.e.,)g(the)h(line)g
-(curren)o(tly)g(b)q(eing)g(en)o(tered.)75 1536 y Fn
-(reverse-search-history)d(\(C-r\))315 1591 y Fo(Searc)o(h)k(bac)o(kw)o
+(curren)o(tly)g(b)q(eing)g(en)o(tered.)75 1752 y Fn
+(reverse-search-history)d(\(C-r\))315 1807 y Fo(Searc)o(h)k(bac)o(kw)o
 (ard)e(starting)g(at)h(the)h(curren)o(t)f(line)h(and)f(mo)o(ving)g
-(`up')g(through)g(the)h(his-)315 1646 y(tory)c(as)h(necessary)l(.)20
+(`up')g(through)g(the)h(his-)315 1862 y(tory)c(as)h(necessary)l(.)20
 b(This)12 b(is)h(an)g(incremen)o(tal)f(searc)o(h.)19
-b(This)13 b(command)g(sets)f(the)i(region)315 1700 y(to)h(the)g(matc)o
-(hed)g(text)g(and)g(activ)m(ates)f(the)i(region.)75 1778
-y Fn(forward-search-history)c(\(C-s\))315 1833 y Fo(Searc)o(h)22
+b(This)13 b(command)g(sets)f(the)i(region)315 1917 y(to)h(the)g(matc)o
+(hed)g(text)g(and)g(activ)m(ates)f(the)i(region.)75 2003
+y Fn(forward-search-history)c(\(C-s\))315 2058 y Fo(Searc)o(h)22
 b(forw)o(ard)e(starting)h(at)g(the)h(curren)o(t)f(line)h(and)g(mo)o
-(ving)f(`do)o(wn')f(through)i(the)315 1888 y(history)c(as)h(necessary)l
+(ving)f(`do)o(wn')f(through)i(the)315 2113 y(history)c(as)h(necessary)l
 (.)32 b(This)18 b(is)h(an)g(incremen)o(tal)f(searc)o(h.)31
-b(This)19 b(command)g(sets)g(the)315 1943 y(region)14
+b(This)19 b(command)g(sets)g(the)315 2168 y(region)14
 b(to)h(the)g(matc)o(hed)g(text)g(and)g(activ)m(ates)g(the)g(region.)75
-2021 y Fn(non-incremental-reverse-se)o(arch-hi)o(story)d(\(M-p\))315
-2076 y Fo(Searc)o(h)k(bac)o(kw)o(ard)e(starting)g(at)h(the)h(curren)o
+2254 y Fn(non-incremental-reverse-se)o(arch-hi)o(story)d(\(M-p\))315
+2309 y Fo(Searc)o(h)k(bac)o(kw)o(ard)e(starting)g(at)h(the)h(curren)o
 (t)f(line)h(and)f(mo)o(ving)g(`up')g(through)g(the)h(his-)315
-2130 y(tory)h(as)h(necessary)g(using)g(a)f(non-incremen)o(tal)h(searc)o
-(h)g(for)f(a)h(string)f(supplied)h(b)o(y)g(the)315 2185
+2364 y(tory)h(as)h(necessary)g(using)g(a)f(non-incremen)o(tal)h(searc)o
+(h)g(for)f(a)h(string)f(supplied)h(b)o(y)g(the)315 2419
 y(user.)i(The)15 b(searc)o(h)g(string)g(ma)o(y)f(matc)o(h)h(an)o
-(ywhere)g(in)g(a)g(history)f(line.)75 2263 y Fn
+(ywhere)g(in)g(a)g(history)f(line.)75 2506 y Fn
 (non-incremental-forward-se)o(arch-hi)o(story)e(\(M-n\))315
-2318 y Fo(Searc)o(h)22 b(forw)o(ard)e(starting)h(at)g(the)h(curren)o(t)
+2560 y Fo(Searc)o(h)22 b(forw)o(ard)e(starting)h(at)g(the)h(curren)o(t)
 f(line)h(and)g(mo)o(ving)f(`do)o(wn')f(through)i(the)315
-2373 y(history)12 b(as)h(necessary)h(using)f(a)g(non-incremen)o(tal)g
+2615 y(history)12 b(as)h(necessary)h(using)f(a)g(non-incremen)o(tal)g
 (searc)o(h)g(for)g(a)g(string)f(supplied)i(b)o(y)f(the)315
-2428 y(user.)20 b(The)15 b(searc)o(h)g(string)g(ma)o(y)f(matc)o(h)h(an)
-o(ywhere)g(in)g(a)g(history)f(line.)75 2506 y Fn
-(history-search-backward)e(\(\))315 2560 y Fo(Searc)o(h)18
-b(bac)o(kw)o(ard)e(through)h(the)h(history)e(for)h(the)g(string)g(of)g
-(c)o(haracters)f(b)q(et)o(w)o(een)i(the)315 2615 y(start)f(of)g(the)h
-(curren)o(t)g(line)g(and)g(the)g(p)q(oin)o(t.)28 b(The)18
-b(searc)o(h)g(string)f(m)o(ust)g(matc)o(h)h(at)f(the)315
-2670 y(b)q(eginning)22 b(of)g(a)g(history)f(line.)41
-b(This)22 b(is)g(a)g(non-incremen)o(tal)f(searc)o(h.)41
-b(By)23 b(default,)p eop end
+2670 y(user.)20 b(The)15 b(searc)o(h)g(string)g(ma)o(y)f(matc)o(h)h(an)
+o(ywhere)g(in)g(a)g(history)f(line.)p eop end
 %%Page: 20 23
 TeXDict begin 20 22 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(20)315 149 y(this)16 b(command)g(is)g(un)o(b)q(ound,)h
+(Editing)1053 b(20)75 149 y Fn(history-search-backward)12
+b(\(\))315 204 y Fo(Searc)o(h)18 b(bac)o(kw)o(ard)e(through)h(the)h
+(history)e(for)h(the)g(string)g(of)g(c)o(haracters)f(b)q(et)o(w)o(een)i
+(the)315 259 y(start)f(of)g(the)h(curren)o(t)g(line)g(and)g(the)g(p)q
+(oin)o(t.)28 b(The)18 b(searc)o(h)g(string)f(m)o(ust)g(matc)o(h)h(at)f
+(the)315 314 y(b)q(eginning)22 b(of)g(a)g(history)f(line.)41
+b(This)22 b(is)g(a)g(non-incremen)o(tal)f(searc)o(h.)41
+b(By)23 b(default,)315 369 y(this)16 b(command)g(is)g(un)o(b)q(ound,)h
 (but)f(ma)o(y)g(b)q(e)h(b)q(ound)g(to)f(the)g(P)o(age)f(Do)o(wn)h(k)o
-(ey)g(on)g(some)315 204 y(k)o(eyb)q(oards.)75 290 y Fn
-(history-search-forward)c(\(\))315 345 y Fo(Searc)o(h)f(forw)o(ard)f
+(ey)g(on)g(some)315 423 y(k)o(eyb)q(oards.)75 515 y Fn
+(history-search-forward)c(\(\))315 570 y Fo(Searc)o(h)f(forw)o(ard)f
 (through)h(the)g(history)f(for)h(the)g(string)f(of)h(c)o(haracters)f(b)
-q(et)o(w)o(een)i(the)f(start)315 400 y(of)g(the)g(curren)o(t)g(line)g
+q(et)o(w)o(een)i(the)f(start)315 624 y(of)g(the)g(curren)o(t)g(line)g
 (and)g(the)g(p)q(oin)o(t.)18 b(The)11 b(searc)o(h)g(string)f(m)o(ust)h
-(matc)o(h)f(at)h(the)g(b)q(eginning)315 455 y(of)16 b(a)g(history)f
+(matc)o(h)f(at)h(the)g(b)q(eginning)315 679 y(of)16 b(a)g(history)f
 (line.)23 b(This)16 b(is)g(a)g(non-incremen)o(tal)g(searc)o(h.)23
-b(By)16 b(default,)g(this)g(command)315 510 y(is)f(un)o(b)q(ound,)h
+b(By)16 b(default,)g(this)g(command)315 734 y(is)f(un)o(b)q(ound,)h
 (but)f(ma)o(y)g(b)q(e)g(b)q(ound)i(to)d(the)h(P)o(age)g(Up)g(k)o(ey)g
-(on)h(some)e(k)o(eyb)q(oards.)75 596 y Fn(history-substring-search-b)o
-(ackward)e(\(\))315 650 y Fo(Searc)o(h)18 b(bac)o(kw)o(ard)e(through)h
+(on)h(some)e(k)o(eyb)q(oards.)75 825 y Fn(history-substring-search-b)o
+(ackward)e(\(\))315 880 y Fo(Searc)o(h)18 b(bac)o(kw)o(ard)e(through)h
 (the)h(history)e(for)h(the)g(string)g(of)g(c)o(haracters)f(b)q(et)o(w)o
-(een)i(the)315 705 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h
+(een)i(the)315 935 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h
 (the)f(p)q(oin)o(t.)19 b(The)c(searc)o(h)f(string)f(ma)o(y)h(matc)o(h)g
-(an)o(ywhere)315 760 y(in)i(a)g(history)f(line.)23 b(This)16
+(an)o(ywhere)315 990 y(in)i(a)g(history)f(line.)23 b(This)16
 b(is)g(a)g(non-incremen)o(tal)f(searc)o(h.)23 b(By)17
-b(default,)e(this)h(command)315 815 y(is)f(un)o(b)q(ound.)75
-901 y Fn(history-substring-search-f)o(orward)d(\(\))315
-956 y Fo(Searc)o(h)21 b(forw)o(ard)e(through)i(the)f(history)g(for)g
+b(default,)e(this)h(command)315 1044 y(is)f(un)o(b)q(ound.)75
+1136 y Fn(history-substring-search-f)o(orward)d(\(\))315
+1191 y Fo(Searc)o(h)21 b(forw)o(ard)e(through)i(the)f(history)g(for)g
 (the)h(string)f(of)g(c)o(haracters)g(b)q(et)o(w)o(een)h(the)315
-1010 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h(the)f(p)q(oin)o
+1245 y(start)13 b(of)h(the)h(curren)o(t)f(line)g(and)h(the)f(p)q(oin)o
 (t.)19 b(The)c(searc)o(h)f(string)f(ma)o(y)h(matc)o(h)g(an)o(ywhere)315
-1065 y(in)i(a)g(history)f(line.)23 b(This)16 b(is)g(a)g(non-incremen)o
+1300 y(in)i(a)g(history)f(line.)23 b(This)16 b(is)g(a)g(non-incremen)o
 (tal)f(searc)o(h.)23 b(By)17 b(default,)e(this)h(command)315
-1120 y(is)f(un)o(b)q(ound.)75 1206 y Fn(yank-nth-arg)f(\(M-C-y\))315
-1261 y Fo(Insert)f(the)g(\014rst)g(argumen)o(t)f(to)g(the)i(previous)e
+1355 y(is)f(un)o(b)q(ound.)75 1446 y Fn(yank-nth-arg)f(\(M-C-y\))315
+1501 y Fo(Insert)f(the)g(\014rst)g(argumen)o(t)f(to)g(the)i(previous)e
 (command)h(\(usually)f(the)h(second)h(w)o(ord)e(on)315
-1316 y(the)j(previous)g(line\))f(at)g(p)q(oin)o(t.)20
+1556 y(the)j(previous)g(line\))f(at)g(p)q(oin)o(t.)20
 b(With)14 b(an)h(argumen)o(t)f Ff(n)p Fo(,)h(insert)f(the)h
-Ff(n)p Fo(th)g(w)o(ord)g(from)f(the)315 1371 y(previous)f(command)h
+Ff(n)p Fo(th)g(w)o(ord)g(from)f(the)315 1611 y(previous)f(command)h
 (\(the)f(w)o(ords)f(in)i(the)f(previous)h(command)f(b)q(egin)h(with)e
-(w)o(ord)h(0\).)19 b(A)315 1425 y(negativ)o(e)12 b(argumen)o(t)g
+(w)o(ord)h(0\).)19 b(A)315 1665 y(negativ)o(e)12 b(argumen)o(t)g
 (inserts)g(the)h Ff(n)p Fo(th)g(w)o(ord)f(from)g(the)h(end)h(of)e(the)h
-(previous)f(command.)315 1480 y(Once)17 b(the)f(argumen)o(t)f
+(previous)f(command.)315 1720 y(Once)17 b(the)f(argumen)o(t)f
 Ff(n)h Fo(is)f(computed,)h(this)f(uses)h(the)g(history)f(expansion)h
-(facilities)e(to)315 1535 y(extract)g(the)i Ff(n)p Fo(th)f(w)o(ord,)f
+(facilities)e(to)315 1775 y(extract)g(the)i Ff(n)p Fo(th)f(w)o(ord,)f
 (as)h(if)g(the)g(`)p Fn(!)p Fg(n)p Fo(')f(history)g(expansion)h(had)h
-(b)q(een)g(sp)q(eci\014ed.)75 1621 y Fn(yank-last-arg)d(\(M-.)i(or)g
-(M-_\))315 1676 y Fo(Insert)j(last)e(argumen)o(t)h(to)g(the)g(previous)
+(b)q(een)g(sp)q(eci\014ed.)75 1866 y Fn(yank-last-arg)d(\(M-.)i(or)g
+(M-_\))315 1921 y Fo(Insert)j(last)e(argumen)o(t)h(to)g(the)g(previous)
 h(command)f(\(the)g(last)g(w)o(ord)g(of)g(the)g(previous)315
-1731 y(history)f(en)o(try\).)24 b(With)16 b(a)g(n)o(umeric)h(argumen)o
+1976 y(history)f(en)o(try\).)24 b(With)16 b(a)g(n)o(umeric)h(argumen)o
 (t,)f(b)q(eha)o(v)o(e)h(exactly)f(lik)o(e)g Fn(yank-nth-arg)p
-Fo(.)315 1785 y(Successiv)o(e)d(calls)e(to)h Fn(yank-last-arg)f
+Fo(.)315 2031 y(Successiv)o(e)d(calls)e(to)h Fn(yank-last-arg)f
 Fo(mo)o(v)o(e)g(bac)o(k)i(through)f(the)g(history)g(list,)f(inserting)
-315 1840 y(the)g(last)g(w)o(ord)f(\(or)h(the)g(w)o(ord)g(sp)q
+315 2086 y(the)g(last)g(w)o(ord)f(\(or)h(the)g(w)o(ord)g(sp)q
 (eci\014ed)h(b)o(y)f(the)h(argumen)o(t)e(to)h(the)g(\014rst)g(call\))f
-(of)h(eac)o(h)g(line)315 1895 y(in)18 b(turn.)29 b(An)o(y)18
+(of)h(eac)o(h)g(line)315 2140 y(in)18 b(turn.)29 b(An)o(y)18
 b(n)o(umeric)g(argumen)o(t)g(supplied)g(to)g(these)g(successiv)o(e)h
-(calls)e(determines)315 1950 y(the)g(direction)g(to)g(mo)o(v)o(e)g
+(calls)e(determines)315 2195 y(the)g(direction)g(to)g(mo)o(v)o(e)g
 (through)g(the)g(history)l(.)26 b(A)17 b(negativ)o(e)g(argumen)o(t)f
-(switc)o(hes)h(the)315 2005 y(direction)10 b(through)h(the)g(history)f
+(switc)o(hes)h(the)315 2250 y(direction)10 b(through)h(the)g(history)f
 (\(bac)o(k)h(or)g(forw)o(ard\).)17 b(This)10 b(uses)i(the)f(history)f
-(expansion)315 2059 y(facilities)19 b(to)h(extract)g(the)g(last)g(w)o
+(expansion)315 2305 y(facilities)19 b(to)h(extract)g(the)g(last)g(w)o
 (ord,)h(as)f(if)g(the)h(`)p Fn(!$)p Fo(')f(history)f(expansion)i(had)g
-(b)q(een)315 2114 y(sp)q(eci\014ed.)75 2200 y Fn(operate-and-get-next)
-12 b(\(C-o\))315 2255 y Fo(Accept)j(the)g(curren)o(t)f(line)g(for)g
+(b)q(een)315 2359 y(sp)q(eci\014ed.)75 2451 y Fn(operate-and-get-next)
+12 b(\(C-o\))315 2506 y Fo(Accept)j(the)g(curren)o(t)f(line)g(for)g
 (return)h(to)f(the)g(calling)g(application)f(as)h(if)g(a)g(newline)h
-(had)315 2310 y(b)q(een)e(en)o(tered,)f(and)g(fetc)o(h)f(the)h(next)g
+(had)315 2560 y(b)q(een)e(en)o(tered,)f(and)g(fetc)o(h)f(the)h(next)g
 (line)f(relativ)o(e)f(to)h(the)h(curren)o(t)f(line)g(from)g(the)h
-(history)315 2365 y(for)j(editing.)20 b(A)15 b(n)o(umeric)h(argumen)o
+(history)315 2615 y(for)j(editing.)20 b(A)15 b(n)o(umeric)h(argumen)o
 (t,)e(if)h(supplied,)g(sp)q(eci\014es)i(the)e(history)g(en)o(try)g(to)g
-(use)315 2419 y(instead)g(of)g(the)g(curren)o(t)g(line.)75
-2506 y Fn(fetch-history)e(\(\))315 2560 y Fo(With)e(a)h(n)o(umeric)g
-(argumen)o(t,)f(fetc)o(h)h(that)g(en)o(try)f(from)h(the)g(history)f
-(list)g(and)h(mak)o(e)g(it)f(the)315 2615 y(curren)o(t)k(line.)k
-(Without)14 b(an)h(argumen)o(t,)f(mo)o(v)o(e)g(bac)o(k)h(to)f(the)h
-(\014rst)g(en)o(try)f(in)h(the)g(history)315 2670 y(list.)p
+(use)315 2670 y(instead)g(of)g(the)g(curren)o(t)g(line.)p
 eop end
 %%Page: 21 24
 TeXDict begin 21 23 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(21)75 149 y Fd(1.4.3)30 b(Commands)21
-b(F)-5 b(or)19 b(Changing)i(T)-5 b(ext)75 232 y Fg(end-of-file)14
-b Fn(\(usually)g(C-d\))315 287 y Fo(The)f(c)o(haracter)g(indicating)f
+(Editing)1053 b(21)75 149 y Fn(fetch-history)13 b(\(\))315
+204 y Fo(With)e(a)h(n)o(umeric)g(argumen)o(t,)f(fetc)o(h)h(that)g(en)o
+(try)f(from)h(the)g(history)f(list)g(and)h(mak)o(e)g(it)f(the)315
+259 y(curren)o(t)k(line.)k(Without)14 b(an)h(argumen)o(t,)f(mo)o(v)o(e)
+g(bac)o(k)h(to)f(the)h(\014rst)g(en)o(try)f(in)h(the)g(history)315
+314 y(list.)75 418 y Fd(1.4.3)30 b(Commands)21 b(F)-5
+b(or)19 b(Changing)i(T)-5 b(ext)75 506 y Fg(end-of-file)14
+b Fn(\(usually)g(C-d\))315 560 y Fo(The)f(c)o(haracter)g(indicating)f
 (end-of-\014le)i(as)e(set,)h(for)g(example,)g(b)o(y)g
-Fn(stty)p Fo(.)18 b(If)c(this)e(c)o(harac-)315 342 y(ter)f(is)f(read)h
+Fn(stty)p Fo(.)18 b(If)c(this)e(c)o(harac-)315 615 y(ter)f(is)f(read)h
 (when)g(there)g(are)g(no)g(c)o(haracters)f(on)h(the)g(line,)g(and)g(p)q
-(oin)o(t)f(is)h(at)f(the)h(b)q(eginning)315 396 y(of)k(the)g(line,)g
+(oin)o(t)f(is)h(at)f(the)h(b)q(eginning)315 670 y(of)k(the)g(line,)g
 (Readline)g(in)o(terprets)f(it)h(as)g(the)g(end)h(of)f(input)g(and)g
-(returns)g Fh(eof)p Fo(.)75 469 y Fn(delete-char)f(\(C-d\))315
-524 y Fo(Delete)i(the)h(c)o(haracter)f(at)g(p)q(oin)o(t.)23
+(returns)g Fh(eof)p Fo(.)75 754 y Fn(delete-char)f(\(C-d\))315
+809 y Fo(Delete)i(the)h(c)o(haracter)f(at)g(p)q(oin)o(t.)23
 b(If)17 b(this)f(function)h(is)f(b)q(ound)i(to)e(the)g(same)h(c)o
-(haracter)315 579 y(as)e(the)g(tt)o(y)f Fh(eof)i Fo(c)o(haracter,)e(as)
-h Fg(C-d)g Fo(commonly)f(is,)g(see)i(ab)q(o)o(v)o(e)f(for)f(the)i
-(e\013ects.)75 652 y Fn(backward-delete-char)c(\(Rubout\))315
-707 y Fo(Delete)j(the)g(c)o(haracter)f(b)q(ehind)i(the)g(cursor.)j(A)c
-(n)o(umeric)g(argumen)o(t)f(means)i(to)e(kill)g(the)315
-762 y(c)o(haracters,)g(sa)o(ving)g(them)h(on)g(the)h(kill)e(ring,)g
-(instead)h(of)g(deleting)f(them.)75 835 y Fn
-(forward-backward-delete-ch)o(ar)e(\(\))315 889 y Fo(Delete)19
+(haracter)315 863 y(as)g(the)g(tt)o(y)g Fh(eof)g Fo(c)o(haracter,)g(as)
+g Fg(C-d)g Fo(commonly)f(is,)h(see)h(ab)q(o)o(v)o(e)f(for)f(the)i
+(e\013ects.)25 b(This)315 918 y(ma)o(y)14 b(also)h(b)q(e)h(b)q(ound)g
+(to)e(the)i(Delete)e(k)o(ey)h(on)g(some)g(k)o(eyb)q(oards.)75
+1002 y Fn(backward-delete-char)d(\(Rubout\))315 1057
+y Fo(Delete)j(the)g(c)o(haracter)f(b)q(ehind)i(the)g(cursor.)j(A)c(n)o
+(umeric)g(argumen)o(t)f(means)i(to)e(kill)g(the)315 1112
+y(c)o(haracters,)g(sa)o(ving)g(them)h(on)g(the)h(kill)e(ring,)g
+(instead)h(of)g(deleting)f(them.)75 1195 y Fn
+(forward-backward-delete-ch)o(ar)e(\(\))315 1250 y Fo(Delete)19
 b(the)g(c)o(haracter)f(under)i(the)f(cursor,)h(unless)f(the)g(cursor)g
-(is)g(at)f(the)h(end)h(of)f(the)315 944 y(line,)c(in)h(whic)o(h)g(case)
-f(the)h(c)o(haracter)g(b)q(ehind)g(the)g(cursor)g(is)f(deleted.)22
-b(By)16 b(default,)g(this)315 999 y(is)f(not)g(b)q(ound)h(to)e(a)h(k)o
-(ey)l(.)75 1072 y Fn(quoted-insert)e(\(C-q)i(or)g(C-v\))315
-1127 y Fo(Add)j(the)f(next)g(c)o(haracter)g(t)o(yp)q(ed)g(to)f(the)i
+(is)g(at)f(the)h(end)h(of)f(the)315 1305 y(line,)c(in)h(whic)o(h)g
+(case)f(the)h(c)o(haracter)g(b)q(ehind)g(the)g(cursor)g(is)f(deleted.)
+22 b(By)16 b(default,)g(this)315 1360 y(is)f(not)g(b)q(ound)h(to)e(a)h
+(k)o(ey)l(.)75 1444 y Fn(quoted-insert)e(\(C-q)i(or)g(C-v\))315
+1498 y Fo(Add)j(the)f(next)g(c)o(haracter)g(t)o(yp)q(ed)g(to)f(the)i
 (line)e(v)o(erbatim.)25 b(This)17 b(is)f(ho)o(w)h(to)g(insert)f(k)o(ey)
-315 1182 y(sequences)g(lik)o(e)f Fg(C-q)p Fo(,)f(for)h(example.)75
-1255 y Fn(tab-insert)f(\(M-TAB\))315 1309 y Fo(Insert)h(a)g(tab)g(c)o
-(haracter.)75 1382 y Fn(self-insert)f(\(a,)g(b,)h(A,)g(1,)g(!,)g(...)o
-(\))315 1437 y Fo(Insert)g(the)h(c)o(haracter)e(t)o(yp)q(ed.)75
-1510 y Fn(bracketed-paste-begin)e(\(\))315 1565 y Fo(This)g(function)g
+315 1553 y(sequences)g(lik)o(e)f Fg(C-q)p Fo(,)f(for)h(example.)75
+1637 y Fn(tab-insert)f(\(M-TAB\))315 1692 y Fo(Insert)h(a)g(tab)g(c)o
+(haracter.)75 1776 y Fn(self-insert)f(\(a,)g(b,)h(A,)g(1,)g(!,)g(...)o
+(\))315 1830 y Fo(Insert)g(the)h(c)o(haracter)e(t)o(yp)q(ed.)75
+1914 y Fn(bracketed-paste-begin)e(\(\))315 1969 y Fo(This)g(function)g
 (is)g(in)o(tended)h(to)f(b)q(e)h(b)q(ound)g(to)f(the)h
 Fn(")p Fo(brac)o(k)o(eted)f(paste)p Fn(")g Fo(escap)q(e)h(sequence)315
-1620 y(sen)o(t)18 b(b)o(y)h(some)g(terminals,)f(and)g(suc)o(h)i(a)e
+2024 y(sen)o(t)18 b(b)o(y)h(some)g(terminals,)f(and)g(suc)o(h)i(a)e
 (binding)h(is)f(assigned)g(b)o(y)h(default.)30 b(It)19
-b(allo)o(ws)315 1675 y(Readline)e(to)e(insert)h(the)g(pasted)g(text)g
+b(allo)o(ws)315 2079 y(Readline)e(to)e(insert)h(the)g(pasted)g(text)g
 (as)g(a)g(single)g(unit)g(without)f(treating)g(eac)o(h)h(c)o(har-)315
-1729 y(acter)j(as)g(if)g(it)g(had)g(b)q(een)i(read)e(from)g(the)g(k)o
+2133 y(acter)j(as)g(if)g(it)g(had)g(b)q(een)i(read)e(from)g(the)g(k)o
 (eyb)q(oard.)33 b(The)19 b(c)o(haracters)g(are)g(inserted)315
-1784 y(as)j(if)f(eac)o(h)h(one)g(w)o(as)g(b)q(ound)h(to)e
+2188 y(as)j(if)f(eac)o(h)h(one)g(w)o(as)g(b)q(ound)h(to)e
 Fn(self-insert)g Fo(instead)g(of)h(executing)g(an)o(y)g(editing)315
-1839 y(commands.)315 1903 y(Brac)o(k)o(eted)c(paste)f(sets)h(the)g
+2243 y(commands.)315 2312 y(Brac)o(k)o(eted)c(paste)f(sets)h(the)g
 (region)g(\(the)f(c)o(haracters)h(b)q(et)o(w)o(een)g(p)q(oin)o(t)g(and)
-g(the)g(mark\))315 1958 y(to)d(the)g(inserted)g(text.)k(It)d(sets)e
-(the)i Fe(active)g(r)n(e)n(gion)p Fo(.)75 2031 y Fn(transpose-chars)d
-(\(C-t\))315 2086 y Fo(Drag)i(the)h(c)o(haracter)f(b)q(efore)h(the)h
+g(the)g(mark\))315 2367 y(to)d(the)g(inserted)g(text.)k(It)d(sets)e
+(the)i Fe(active)g(r)n(e)n(gion)p Fo(.)75 2451 y Fn(transpose-chars)d
+(\(C-t\))315 2506 y Fo(Drag)i(the)h(c)o(haracter)f(b)q(efore)h(the)h
 (cursor)e(forw)o(ard)g(o)o(v)o(er)g(the)h(c)o(haracter)f(at)h(the)g
-(cursor,)315 2140 y(mo)o(ving)h(the)g(cursor)h(forw)o(ard)e(as)i(w)o
+(cursor,)315 2560 y(mo)o(ving)h(the)g(cursor)h(forw)o(ard)e(as)i(w)o
 (ell.)26 b(If)18 b(the)g(insertion)f(p)q(oin)o(t)g(is)g(at)g(the)h(end)
-h(of)e(the)315 2195 y(line,)11 b(then)g(this)g(transp)q(oses)f(the)h
+h(of)e(the)315 2615 y(line,)11 b(then)g(this)g(transp)q(oses)f(the)h
 (last)f(t)o(w)o(o)g(c)o(haracters)g(of)h(the)g(line.)18
-b(Negativ)o(e)10 b(argumen)o(ts)315 2250 y(ha)o(v)o(e)15
-b(no)g(e\013ect.)75 2323 y Fn(transpose-words)e(\(M-t\))315
-2378 y Fo(Drag)i(the)h(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(past)g(the)g
+b(Negativ)o(e)10 b(argumen)o(ts)315 2670 y(ha)o(v)o(e)15
+b(no)g(e\013ect.)p eop end
+%%Page: 22 25
+TeXDict begin 22 24 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(22)75 149 y Fn(transpose-words)13 b(\(M-t\))315
+204 y Fo(Drag)i(the)h(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(past)g(the)g
 (w)o(ord)f(after)h(p)q(oin)o(t,)f(mo)o(ving)g(p)q(oin)o(t)h(past)g
-(that)315 2433 y(w)o(ord)d(as)h(w)o(ell.)19 b(If)14 b(the)g(insertion)g
+(that)315 259 y(w)o(ord)d(as)h(w)o(ell.)19 b(If)14 b(the)g(insertion)g
 (p)q(oin)o(t)f(is)h(at)g(the)g(end)h(of)e(the)i(line,)e(this)h(transp)q
-(oses)g(the)315 2487 y(last)g(t)o(w)o(o)g(w)o(ords)g(on)i(the)f(line.)
-75 2560 y Fn(upcase-word)f(\(M-u\))315 2615 y Fo(Upp)q(ercase)j(the)f
+(oses)g(the)315 314 y(last)g(t)o(w)o(o)g(w)o(ords)g(on)i(the)f(line.)75
+399 y Fn(upcase-word)f(\(M-u\))315 453 y Fo(Upp)q(ercase)j(the)f
 (curren)o(t)g(\(or)f(follo)o(wing\))e(w)o(ord.)22 b(With)15
-b(a)h(negativ)o(e)f(argumen)o(t,)g(upp)q(er-)315 2670
+b(a)h(negativ)o(e)f(argumen)o(t,)g(upp)q(er-)315 508
 y(case)g(the)g(previous)g(w)o(ord,)g(but)g(do)g(not)g(mo)o(v)o(e)f(the)
-i(cursor.)p eop end
-%%Page: 22 25
-TeXDict begin 22 24 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(22)75 149 y Fn(downcase-word)13 b(\(M-l\))315
-204 y Fo(Lo)o(w)o(ercase)d(the)h(curren)o(t)g(\(or)f(follo)o(wing\))e
-(w)o(ord.)17 b(With)10 b(a)h(negativ)o(e)f(argumen)o(t,)g(lo)o(w)o
-(ercase)315 259 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o
-(v)o(e)f(the)h(cursor.)75 337 y Fn(capitalize-word)e(\(M-c\))315
-392 y Fo(Capitalize)c(the)i(curren)o(t)f(\(or)g(follo)o(wing\))e(w)o
+i(cursor.)75 593 y Fn(downcase-word)d(\(M-l\))315 648
+y Fo(Lo)o(w)o(ercase)d(the)h(curren)o(t)g(\(or)f(follo)o(wing\))e(w)o
+(ord.)17 b(With)10 b(a)h(negativ)o(e)f(argumen)o(t,)g(lo)o(w)o(ercase)
+315 703 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o(v)o(e)f
+(the)h(cursor.)75 787 y Fn(capitalize-word)e(\(M-c\))315
+842 y Fo(Capitalize)c(the)i(curren)o(t)f(\(or)g(follo)o(wing\))e(w)o
 (ord.)18 b(With)10 b(a)g(negativ)o(e)g(argumen)o(t,)g(capitalize)315
-447 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o(v)o(e)f(the)
-h(cursor.)75 525 y Fn(overwrite-mode)e(\(\))315 579 y
-Fo(T)l(oggle)i(o)o(v)o(erwrite)g(mo)q(de.)24 b(With)16
+897 y(the)15 b(previous)g(w)o(ord,)f(but)i(do)f(not)g(mo)o(v)o(e)f(the)
+h(cursor.)75 982 y Fn(overwrite-mode)e(\(\))315 1037
+Fo(T)l(oggle)i(o)o(v)o(erwrite)g(mo)q(de.)24 b(With)16
 b(an)g(explicit)g(p)q(ositiv)o(e)g(n)o(umeric)g(argumen)o(t,)g(switc)o
-(hes)315 634 y(to)10 b(o)o(v)o(erwrite)f(mo)q(de.)19
+(hes)315 1091 y(to)10 b(o)o(v)o(erwrite)f(mo)q(de.)19
 b(With)10 b(an)h(explicit)f(non-p)q(ositiv)o(e)g(n)o(umeric)h(argumen)o
-(t,)f(switc)o(hes)h(to)315 689 y(insert)k(mo)q(de.)20
+(t,)f(switc)o(hes)h(to)315 1146 y(insert)k(mo)q(de.)20
 b(This)15 b(command)g(a\013ects)g(only)g Fn(emacs)f Fo(mo)q(de;)h
-Fn(vi)g Fo(mo)q(de)h(do)q(es)g(o)o(v)o(erwrite)315 744
+Fn(vi)g Fo(mo)q(de)h(do)q(es)g(o)o(v)o(erwrite)315 1201
 y(di\013eren)o(tly)l(.)j(Eac)o(h)c(call)f(to)h Fn(readline\(\))f
-Fo(starts)f(in)j(insert)e(mo)q(de.)315 810 y(In)27 b(o)o(v)o(erwrite)d
+Fo(starts)f(in)j(insert)e(mo)q(de.)315 1271 y(In)27 b(o)o(v)o(erwrite)d
 (mo)q(de,)29 b(c)o(haracters)c(b)q(ound)i(to)f Fn(self-insert)f
-Fo(replace)h(the)g(text)g(at)315 865 y(p)q(oin)o(t)j(rather)g(than)g
+Fo(replace)h(the)g(text)g(at)315 1326 y(p)q(oin)o(t)j(rather)g(than)g
 (pushing)g(the)h(text)f(to)f(the)i(righ)o(t.)61 b(Characters)28
-b(b)q(ound)j(to)315 920 y Fn(backward-delete-char)12
+b(b)q(ound)j(to)315 1380 y Fn(backward-delete-char)12
 b Fo(replace)k(the)f(c)o(haracter)f(b)q(efore)i(p)q(oin)o(t)f(with)f(a)
-h(space.)315 986 y(By)g(default,)g(this)g(command)g(is)g(un)o(b)q
+h(space.)315 1450 y(By)g(default,)g(this)g(command)g(is)g(un)o(b)q
 (ound,)h(but)f(ma)o(y)g(b)q(e)h(b)q(ound)g(to)f(the)g(Insert)h(k)o(ey)f
-(on)315 1041 y(some)g(k)o(eyb)q(oards.)75 1139 y Fd(1.4.4)30
-b(Killing)20 b(And)h(Y)-5 b(anking)75 1224 y Fn(kill-line)14
-b(\(C-k\))315 1279 y Fo(Kill)e(the)h(text)g(from)f(p)q(oin)o(t)h(to)f
+(on)315 1505 y(some)g(k)o(eyb)q(oards.)75 1610 y Fd(1.4.4)30
+b(Killing)20 b(And)h(Y)-5 b(anking)75 1698 y Fn(kill-line)14
+b(\(C-k\))315 1753 y Fo(Kill)e(the)h(text)g(from)f(p)q(oin)o(t)h(to)f
 (the)h(end)h(of)e(the)h(curren)o(t)g(line.)19 b(With)12
-b(a)h(negativ)o(e)f(n)o(umeric)315 1334 y(argumen)o(t,)i(kill)g(bac)o
+b(a)h(negativ)o(e)f(n)o(umeric)315 1808 y(argumen)o(t,)i(kill)g(bac)o
 (kw)o(ard)g(from)h(the)g(cursor)g(to)g(the)g(b)q(eginning)g(of)g(the)g
-(line.)75 1412 y Fn(backward-kill-line)e(\(C-x)h(Rubout\))315
-1466 y Fo(Kill)19 b(bac)o(kw)o(ard)g(from)h(the)g(cursor)f(to)h(the)g
+(line.)75 1892 y Fn(backward-kill-line)e(\(C-x)h(Rubout\))315
+1947 y Fo(Kill)19 b(bac)o(kw)o(ard)g(from)h(the)g(cursor)f(to)h(the)g
 (b)q(eginning)g(of)f(the)h(curren)o(t)g(line.)34 b(With)19
-b(a)315 1521 y(negativ)o(e)14 b(n)o(umeric)g(argumen)o(t,)g(kill)f
+b(a)315 2002 y(negativ)o(e)14 b(n)o(umeric)g(argumen)o(t,)g(kill)f
 (forw)o(ard)g(from)h(the)h(cursor)f(to)g(the)h(end)g(of)f(the)h(line.)
-75 1599 y Fn(unix-line-discard)e(\(C-u\))315 1654 y Fo(Kill)h(bac)o(kw)
+75 2087 y Fn(unix-line-discard)e(\(C-u\))315 2142 y Fo(Kill)h(bac)o(kw)
 o(ard)h(from)f(the)i(cursor)e(to)h(the)g(b)q(eginning)h(of)e(the)i
-(curren)o(t)f(line.)75 1732 y Fn(kill-whole-line)e(\(\))315
-1787 y Fo(Kill)k(all)h(c)o(haracters)f(on)h(the)h(curren)o(t)f(line,)g
+(curren)o(t)f(line.)75 2226 y Fn(kill-whole-line)e(\(\))315
+2281 y Fo(Kill)k(all)h(c)o(haracters)f(on)h(the)h(curren)o(t)f(line,)g
 (no)g(matter)g(where)g(p)q(oin)o(t)g(is.)28 b(By)19 b(default,)315
-1842 y(this)c(is)f(un)o(b)q(ound.)75 1920 y Fn(kill-word)g(\(M-d\))315
-1974 y Fo(Kill)g(from)g(p)q(oin)o(t)g(to)g(the)h(end)g(of)f(the)h
+2336 y(this)c(is)f(un)o(b)q(ound.)75 2421 y Fn(kill-word)g(\(M-d\))315
+2476 y Fo(Kill)g(from)g(p)q(oin)o(t)g(to)g(the)h(end)g(of)f(the)h
 (curren)o(t)g(w)o(ord,)e(or)i(if)f(b)q(et)o(w)o(een)h(w)o(ords,)e(to)i
-(the)f(end)315 2029 y(of)h(the)g(next)g(w)o(ord.)20 b(W)l(ord)14
+(the)f(end)315 2530 y(of)h(the)g(next)g(w)o(ord.)20 b(W)l(ord)14
 b(b)q(oundaries)i(are)f(the)g(same)g(as)g Fn(forward-word)p
-Fo(.)75 2107 y Fn(backward-kill-word)e(\(M-DEL\))315
-2162 y Fo(Kill)h(the)g(w)o(ord)g(b)q(ehind)h(p)q(oin)o(t.)20
+Fo(.)75 2615 y Fn(backward-kill-word)e(\(M-DEL\))315
+2670 y Fo(Kill)h(the)g(w)o(ord)g(b)q(ehind)h(p)q(oin)o(t.)20
 b(W)l(ord)14 b(b)q(oundaries)g(are)g(the)h(same)f(as)g
-Fn(backward-word)p Fo(.)75 2240 y Fn(unix-word-rubout)f(\(C-w\))315
-2295 y Fo(Kill)i(the)i(w)o(ord)e(b)q(ehind)i(p)q(oin)o(t,)f(using)g
+Fn(backward-word)p Fo(.)p eop end
+%%Page: 23 26
+TeXDict begin 23 25 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(23)75 149 y Fn(unix-word-rubout)13 b(\(C-w\))315
+204 y Fo(Kill)i(the)i(w)o(ord)e(b)q(ehind)i(p)q(oin)o(t,)f(using)g
 (white)f(space)i(as)f(a)g(w)o(ord)f(b)q(oundary)l(,)i(sa)o(ving)e(the)
-315 2350 y(killed)f(text)h(on)g(the)h(kill-ring.)75 2428
-y Fn(unix-filename-rubout)c(\(\))315 2482 y Fo(Kill)17
+315 259 y(killed)f(text)h(on)g(the)h(kill-ring.)75 356
+y Fn(unix-filename-rubout)c(\(\))315 411 y Fo(Kill)17
 b(the)i(w)o(ord)e(b)q(ehind)i(p)q(oin)o(t,)f(using)g(white)g(space)g
-(and)h(the)f(slash)g(c)o(haracter)f(as)h(the)315 2537
+(and)h(the)f(slash)g(c)o(haracter)f(as)h(the)315 466
 y(w)o(ord)d(b)q(oundaries,)g(sa)o(ving)f(the)h(killed)f(text)h(on)g
-(the)h(kill-ring.)75 2615 y Fn(delete-horizontal-space)c(\(\))315
-2670 y Fo(Delete)j(all)f(spaces)h(and)h(tabs)e(around)i(p)q(oin)o(t.)j
-(By)c(default,)g(this)f(is)h(un)o(b)q(ound.)p eop end
-%%Page: 23 26
-TeXDict begin 23 25 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(23)75 149 y Fn(kill-region)14 b(\(\))315
-204 y Fo(Kill)g(the)i(text)e(in)h(the)h(curren)o(t)f(region.)k(By)c
-(default,)g(this)f(command)h(is)g(un)o(b)q(ound.)75 277
-y Fn(copy-region-as-kill)e(\(\))315 332 y Fo(Cop)o(y)j(the)i(text)e(in)
-h(the)g(region)f(to)h(the)g(kill)e(bu\013er,)i(so)g(it)f(can)h(b)q(e)h
-(y)o(ank)o(ed)f(righ)o(t)f(a)o(w)o(a)o(y)l(.)315 387
-y(By)f(default,)g(this)f(command)h(is)g(un)o(b)q(ound.)75
-459 y Fn(copy-backward-word)e(\(\))315 514 y Fo(Cop)o(y)19
-b(the)g(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(to)f(the)i(kill)e
-(bu\013er.)32 b(The)19 b(w)o(ord)g(b)q(oundaries)g(are)g(the)315
-569 y(same)c(as)g Fn(backward-word)p Fo(.)j(By)d(default,)f(this)h
-(command)g(is)g(un)o(b)q(ound.)75 641 y Fn(copy-forward-word)e(\(\))315
-696 y Fo(Cop)o(y)i(the)h(w)o(ord)e(follo)o(wing)g(p)q(oin)o(t)h(to)g
-(the)g(kill)g(bu\013er.)20 b(The)c(w)o(ord)f(b)q(oundaries)h(are)f(the)
-315 751 y(same)g(as)g Fn(forward-word)p Fo(.)j(By)d(default,)g(this)f
-(command)h(is)g(un)o(b)q(ound.)75 824 y Fn(yank)g(\(C-y\))315
-879 y Fo(Y)l(ank)g(the)h(top)f(of)f(the)i(kill)e(ring)g(in)o(to)g(the)i
-(bu\013er)f(at)f(p)q(oin)o(t.)75 951 y Fn(yank-pop)g(\(M-y\))315
-1006 y Fo(Rotate)j(the)g(kill-ring,)f(and)h(y)o(ank)g(the)h(new)f(top.)
+(the)h(kill-ring.)75 563 y Fn(delete-horizontal-space)c(\(\))315
+618 y Fo(Delete)j(all)f(spaces)h(and)h(tabs)e(around)i(p)q(oin)o(t.)j
+(By)c(default,)g(this)f(is)h(un)o(b)q(ound.)75 715 y
+Fn(kill-region)f(\(\))315 770 y Fo(Kill)g(the)i(text)e(in)h(the)h
+(curren)o(t)f(region.)k(By)c(default,)g(this)f(command)h(is)g(un)o(b)q
+(ound.)75 867 y Fn(copy-region-as-kill)e(\(\))315 922
+y Fo(Cop)o(y)j(the)i(text)e(in)h(the)g(region)f(to)h(the)g(kill)e
+(bu\013er,)i(so)g(it)f(can)h(b)q(e)h(y)o(ank)o(ed)f(righ)o(t)f(a)o(w)o
+(a)o(y)l(.)315 977 y(By)f(default,)g(this)f(command)h(is)g(un)o(b)q
+(ound.)75 1074 y Fn(copy-backward-word)e(\(\))315 1129
+y Fo(Cop)o(y)19 b(the)g(w)o(ord)g(b)q(efore)g(p)q(oin)o(t)g(to)f(the)i
+(kill)e(bu\013er.)32 b(The)19 b(w)o(ord)g(b)q(oundaries)g(are)g(the)315
+1184 y(same)c(as)g Fn(backward-word)p Fo(.)j(By)d(default,)f(this)h
+(command)g(is)g(un)o(b)q(ound.)75 1281 y Fn(copy-forward-word)e(\(\))
+315 1336 y Fo(Cop)o(y)i(the)h(w)o(ord)e(follo)o(wing)g(p)q(oin)o(t)h
+(to)g(the)g(kill)g(bu\013er.)20 b(The)c(w)o(ord)f(b)q(oundaries)h(are)f
+(the)315 1390 y(same)g(as)g Fn(forward-word)p Fo(.)j(By)d(default,)g
+(this)f(command)h(is)g(un)o(b)q(ound.)75 1488 y Fn(yank)g(\(C-y\))315
+1542 y Fo(Y)l(ank)g(the)h(top)f(of)f(the)i(kill)e(ring)g(in)o(to)g(the)
+i(bu\013er)f(at)f(p)q(oin)o(t.)75 1640 y Fn(yank-pop)g(\(M-y\))315
+1695 y Fo(Rotate)j(the)g(kill-ring,)f(and)h(y)o(ank)g(the)h(new)f(top.)
 26 b(Y)l(ou)17 b(can)h(only)f(do)g(this)g(if)f(the)i(prior)315
-1061 y(command)d(is)g Fn(yank)f Fo(or)h Fn(yank-pop)p
-Fo(.)75 1153 y Fd(1.4.5)30 b(Sp)r(ecifying)20 b(Numeric)h(Argumen)n(ts)
-75 1236 y Fn(digit-argument)13 b(\()p Fg(M-0)p Fn(,)i
-Fg(M-1)p Fn(,)f(...)h Fg(M--)p Fn(\))315 1291 y Fo(Add)f(this)f(digit)f
+1749 y(command)d(is)g Fn(yank)f Fo(or)h Fn(yank-pop)p
+Fo(.)75 1866 y Fd(1.4.5)30 b(Sp)r(ecifying)20 b(Numeric)h(Argumen)n(ts)
+75 1961 y Fn(digit-argument)13 b(\()p Fg(M-0)p Fn(,)i
+Fg(M-1)p Fn(,)f(...)h Fg(M--)p Fn(\))315 2016 y Fo(Add)f(this)f(digit)f
 (to)h(the)h(argumen)o(t)e(already)h(accum)o(ulating,)f(or)h(start)f(a)h
-(new)h(argumen)o(t.)315 1345 y Fg(M--)h Fo(starts)f(a)h(negativ)o(e)f
-(argumen)o(t.)75 1418 y Fn(universal-argument)f(\(\))315
-1473 y Fo(This)f(is)h(another)f(w)o(a)o(y)g(to)g(sp)q(ecify)h(an)g
+(new)h(argumen)o(t.)315 2071 y Fg(M--)h Fo(starts)f(a)h(negativ)o(e)f
+(argumen)o(t.)75 2168 y Fn(universal-argument)f(\(\))315
+2223 y Fo(This)f(is)h(another)f(w)o(a)o(y)g(to)g(sp)q(ecify)h(an)g
 (argumen)o(t.)18 b(If)13 b(this)f(command)h(is)f(follo)o(w)o(ed)f(b)o
-(y)i(one)315 1528 y(or)h(more)h(digits,)e(optionally)g(with)h(a)h
+(y)i(one)315 2278 y(or)h(more)h(digits,)e(optionally)g(with)h(a)h
 (leading)f(min)o(us)g(sign,)g(those)h(digits)e(de\014ne)j(the)f(ar-)315
-1582 y(gumen)o(t.)k(If)c(the)g(command)f(is)g(follo)o(w)o(ed)f(b)o(y)i
-(digits,)e(executing)h Fn(universal-argument)315 1637
+2332 y(gumen)o(t.)k(If)c(the)g(command)f(is)g(follo)o(w)o(ed)f(b)o(y)i
+(digits,)e(executing)h Fn(universal-argument)315 2387
 y Fo(again)h(ends)h(the)g(n)o(umeric)g(argumen)o(t,)f(but)h(is)g
 (otherwise)f(ignored.)21 b(As)16 b(a)g(sp)q(ecial)f(case,)315
-1692 y(if)h(this)g(command)g(is)g(immediately)f(follo)o(w)o(ed)g(b)o(y)
+2442 y(if)h(this)g(command)g(is)g(immediately)f(follo)o(w)o(ed)g(b)o(y)
 h(a)g(c)o(haracter)g(that)g(is)g(neither)g(a)g(digit)315
-1747 y(nor)k(min)o(us)h(sign,)g(the)f(argumen)o(t)g(coun)o(t)h(for)f
+2497 y(nor)k(min)o(us)h(sign,)g(the)f(argumen)o(t)g(coun)o(t)h(for)f
 (the)g(next)h(command)g(is)f(m)o(ultiplied)f(b)o(y)315
-1802 y(four.)27 b(The)17 b(argumen)o(t)g(coun)o(t)g(is)g(initially)f
+2552 y(four.)27 b(The)17 b(argumen)o(t)g(coun)o(t)g(is)g(initially)f
 (one,)i(so)f(executing)g(this)g(function)h(the)f(\014rst)315
-1856 y(time)d(mak)o(es)f(the)i(argumen)o(t)e(coun)o(t)h(four,)g(a)g
+2606 y(time)d(mak)o(es)f(the)i(argumen)o(t)e(coun)o(t)h(four,)g(a)g
 (second)h(time)f(mak)o(es)f(the)i(argumen)o(t)e(coun)o(t)315
-1911 y(sixteen,)i(and)g(so)g(on.)20 b(By)15 b(default,)f(this)h(is)g
-(not)g(b)q(ound)h(to)e(a)h(k)o(ey)l(.)75 2004 y Fd(1.4.6)30
-b(Letting)20 b(Readline)g(T)n(yp)r(e)h(F)-5 b(or)19 b(Y)-5
-b(ou)75 2086 y Fn(complete)14 b(\(TAB\))315 2141 y Fo(A)o(ttempt)c(to)h
-(p)q(erform)g(completion)g(on)g(the)g(text)g(b)q(efore)h(p)q(oin)o(t.)
-18 b(The)11 b(actual)g(completion)315 2196 y(p)q(erformed)k(is)g
+2661 y(sixteen,)i(and)g(so)g(on.)20 b(By)15 b(default,)f(this)h(is)g
+(not)g(b)q(ound)h(to)e(a)h(k)o(ey)l(.)p eop end
+%%Page: 24 27
+TeXDict begin 24 26 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(24)75 149 y Fd(1.4.6)30 b(Letting)20
+b(Readline)g(T)n(yp)r(e)h(F)-5 b(or)19 b(Y)-5 b(ou)75
+239 y Fn(complete)14 b(\(TAB\))315 294 y Fo(A)o(ttempt)c(to)h(p)q
+(erform)g(completion)g(on)g(the)g(text)g(b)q(efore)h(p)q(oin)o(t.)18
+b(The)11 b(actual)g(completion)315 348 y(p)q(erformed)k(is)g
 (application-sp)q(eci\014c.)20 b(The)15 b(default)g(is)g(\014lename)g
-(completion.)75 2269 y Fn(possible-completions)d(\(M-?\))315
-2323 y Fo(List)17 b(the)g(p)q(ossible)g(completions)g(of)g(the)g(text)g
+(completion.)75 435 y Fn(possible-completions)d(\(M-?\))315
+490 y Fo(List)17 b(the)g(p)q(ossible)g(completions)g(of)g(the)g(text)g
 (b)q(efore)h(p)q(oin)o(t.)25 b(When)18 b(displa)o(ying)e(com-)315
-2378 y(pletions,)f(Readline)i(sets)f(the)g(n)o(um)o(b)q(er)h(of)e
+545 y(pletions,)f(Readline)i(sets)f(the)g(n)o(um)o(b)q(er)h(of)e
 (columns)h(used)h(for)f(displa)o(y)f(to)h(the)g(v)m(alue)g(of)315
-2433 y Fn(completion-display-width)p Fo(,)f(the)k(v)m(alue)f(of)g(the)g
+599 y Fn(completion-display-width)p Fo(,)f(the)k(v)m(alue)f(of)g(the)g
 (en)o(vironmen)o(t)g(v)m(ariable)f Fn(COLUMNS)p Fo(,)315
-2488 y(or)e(the)g(screen)h(width,)e(in)h(that)g(order.)75
-2560 y Fn(insert-completions)e(\(M-*\))315 2615 y Fo(Insert)j(all)e
+654 y(or)e(the)g(screen)h(width,)e(in)h(that)g(order.)75
+741 y Fn(insert-completions)e(\(M-*\))315 795 y Fo(Insert)j(all)e
 (completions)g(of)h(the)g(text)g(b)q(efore)h(p)q(oin)o(t)e(that)h(w)o
-(ould)g(ha)o(v)o(e)g(b)q(een)h(generated)315 2670 y(b)o(y)f
-Fn(possible-completions)p Fo(,)d(separated)j(b)o(y)g(a)g(space.)p
-eop end
-%%Page: 24 27
-TeXDict begin 24 26 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(24)75 149 y Fn(menu-complete)13 b(\(\))315
-204 y Fo(Similar)d(to)i Fn(complete)p Fo(,)f(but)h(replaces)g(the)g(w)o
-(ord)f(to)g(b)q(e)i(completed)e(with)h(a)f(single)h(matc)o(h)315
-259 y(from)20 b(the)h(list)f(of)g(p)q(ossible)h(completions.)35
-b(Rep)q(eatedly)22 b(executing)f Fn(menu-complete)315
-314 y Fo(steps)14 b(through)f(the)h(list)f(of)g(p)q(ossible)h
-(completions,)e(inserting)h(eac)o(h)h(matc)o(h)f(in)h(turn.)19
-b(A)o(t)315 369 y(the)h(end)g(of)g(the)g(list)e(of)i(completions,)f
-Fn(menu-complete)f Fo(rings)i(the)f(b)q(ell)h(\(sub)s(ject)g(to)315
-423 y(the)e(setting)g(of)g Fn(bell-style)p Fo(\))e(and)j(restores)e
-(the)i(original)d(text.)29 b(An)18 b(argumen)o(t)g(of)g
-Ff(n)315 478 y Fo(mo)o(v)o(es)f Ff(n)i Fo(p)q(ositions)e(forw)o(ard)g
-(in)h(the)g(list)f(of)h(matc)o(hes;)h(a)f(negativ)o(e)f(argumen)o(t)h
-(mo)o(v)o(es)315 533 y(bac)o(kw)o(ard)c(through)g(the)g(list.)k(This)c
-(command)h(is)f(in)o(tended)g(to)g(b)q(e)h(b)q(ound)g(to)f
-Fn(TAB)p Fo(,)g(but)315 588 y(is)h(un)o(b)q(ound)h(b)o(y)f(default.)75
-665 y Fn(menu-complete-backward)d(\(\))315 720 y Fo(Iden)o(tical)17
+(ould)g(ha)o(v)o(e)g(b)q(een)h(generated)315 850 y(b)o(y)f
+Fn(possible-completions)p Fo(,)d(separated)j(b)o(y)g(a)g(space.)75
+937 y Fn(menu-complete)e(\(\))315 992 y Fo(Similar)d(to)i
+Fn(complete)p Fo(,)f(but)h(replaces)g(the)g(w)o(ord)f(to)g(b)q(e)i
+(completed)e(with)h(a)f(single)h(matc)o(h)315 1046 y(from)20
+b(the)h(list)f(of)g(p)q(ossible)h(completions.)35 b(Rep)q(eatedly)22
+b(executing)f Fn(menu-complete)315 1101 y Fo(steps)14
+b(through)f(the)h(list)f(of)g(p)q(ossible)h(completions,)e(inserting)h
+(eac)o(h)h(matc)o(h)f(in)h(turn.)19 b(A)o(t)315 1156
+y(the)h(end)g(of)g(the)g(list)e(of)i(completions,)f Fn(menu-complete)f
+Fo(rings)i(the)f(b)q(ell)h(\(sub)s(ject)g(to)315 1211
+y(the)e(setting)g(of)g Fn(bell-style)p Fo(\))e(and)j(restores)e(the)i
+(original)d(text.)29 b(An)18 b(argumen)o(t)g(of)g Ff(n)315
+1266 y Fo(mo)o(v)o(es)f Ff(n)i Fo(p)q(ositions)e(forw)o(ard)g(in)h(the)
+g(list)f(of)h(matc)o(hes;)h(a)f(negativ)o(e)f(argumen)o(t)h(mo)o(v)o
+(es)315 1320 y(bac)o(kw)o(ard)c(through)g(the)g(list.)k(This)c(command)
+h(is)f(in)o(tended)g(to)g(b)q(e)h(b)q(ound)g(to)f Fn(TAB)p
+Fo(,)g(but)315 1375 y(is)h(un)o(b)q(ound)h(b)o(y)f(default.)75
+1462 y Fn(menu-complete-backward)d(\(\))315 1516 y Fo(Iden)o(tical)17
 b(to)g Fn(menu-complete)p Fo(,)f(but)i(mo)o(v)o(es)e(bac)o(kw)o(ard)h
-(through)g(the)h(list)e(of)h(p)q(ossible)315 775 y(completions,)g(as)h
+(through)g(the)h(list)e(of)h(p)q(ossible)315 1571 y(completions,)g(as)h
 (if)f Fn(menu-complete)f Fo(had)i(b)q(een)h(giv)o(en)f(a)f(negativ)o(e)
-g(argumen)o(t.)27 b(This)315 830 y(command)15 b(is)g(un)o(b)q(ound)h(b)
-o(y)f(default.)75 908 y Fn(delete-char-or-list)e(\(\))315
-962 y Fo(Deletes)19 b(the)g(c)o(haracter)g(under)h(the)g(cursor)f(if)g
+g(argumen)o(t.)27 b(This)315 1626 y(command)15 b(is)g(un)o(b)q(ound)h
+(b)o(y)f(default.)75 1713 y Fn(delete-char-or-list)e(\(\))315
+1767 y Fo(Deletes)19 b(the)g(c)o(haracter)g(under)h(the)g(cursor)f(if)g
 (not)g(at)g(the)g(b)q(eginning)h(or)f(end)h(of)f(the)315
-1017 y(line)24 b(\(lik)o(e)f Fn(delete-char)p Fo(\).)44
+1822 y(line)24 b(\(lik)o(e)f Fn(delete-char)p Fo(\).)44
 b(A)o(t)24 b(the)g(end)h(of)f(the)g(line,)h(it)f(b)q(eha)o(v)o(es)g
-(iden)o(tically)f(to)315 1072 y Fn(possible-completions)p
+(iden)o(tically)f(to)315 1877 y Fn(possible-completions)p
 Fo(.)17 b(This)e(command)g(is)g(un)o(b)q(ound)h(b)o(y)f(default.)75
-1169 y Fd(1.4.7)30 b(Keyb)r(oard)20 b(Macros)75 1254
-y Fn(start-kbd-macro)13 b(\(C-x)i(\(\))315 1309 y Fo(Begin)g(sa)o(ving)
+1983 y Fd(1.4.7)30 b(Keyb)r(oard)20 b(Macros)75 2073
+y Fn(start-kbd-macro)13 b(\(C-x)i(\(\))315 2128 y Fo(Begin)g(sa)o(ving)
 f(the)i(c)o(haracters)e(t)o(yp)q(ed)i(in)o(to)e(the)h(curren)o(t)g(k)o
-(eyb)q(oard)g(macro.)75 1387 y Fn(end-kbd-macro)e(\(C-x)i(\)\))315
-1442 y Fo(Stop)f(sa)o(ving)e(the)i(c)o(haracters)f(t)o(yp)q(ed)h(in)o
+(eyb)q(oard)g(macro.)75 2214 y Fn(end-kbd-macro)e(\(C-x)i(\)\))315
+2269 y Fo(Stop)f(sa)o(ving)e(the)i(c)o(haracters)f(t)o(yp)q(ed)h(in)o
 (to)e(the)i(curren)o(t)g(k)o(eyb)q(oard)f(macro)g(and)h(sa)o(v)o(e)f
-(the)315 1496 y(de\014nition.)75 1574 y Fn(call-last-kbd-macro)g(\(C-x)
-h(e\))315 1629 y Fo(Re-execute)19 b(the)f(last)e(k)o(eyb)q(oard)i
+(the)315 2324 y(de\014nition.)75 2410 y Fn(call-last-kbd-macro)g(\(C-x)
+h(e\))315 2465 y Fo(Re-execute)19 b(the)f(last)e(k)o(eyb)q(oard)i
 (macro)f(de\014ned,)i(b)o(y)e(making)g(the)h(c)o(haracters)e(in)i(the)
-315 1684 y(macro)c(app)q(ear)i(as)f(if)f(t)o(yp)q(ed)i(at)e(the)i(k)o
-(eyb)q(oard.)75 1761 y Fn(print-last-kbd-macro)c(\(\))315
-1816 y Fo(Prin)o(t)i(the)h(last)f(k)o(eyb)q(oard)h(macro)g(de\014ned)h
+315 2520 y(macro)c(app)q(ear)i(as)f(if)f(t)o(yp)q(ed)i(at)e(the)i(k)o
+(eyb)q(oard.)75 2606 y Fn(print-last-kbd-macro)c(\(\))315
+2661 y Fo(Prin)o(t)i(the)h(last)f(k)o(eyb)q(oard)h(macro)g(de\014ned)h
 (in)f(a)g(format)e(suitable)i(for)f(the)h Ff(inputrc)j
-Fo(\014le.)75 1914 y Fd(1.4.8)30 b(Some)20 b(Miscellaneous)h(Commands)
-75 1999 y Fn(re-read-init-file)13 b(\(C-x)h(C-r\))315
-2053 y Fo(Read)e(in)e(the)h(con)o(ten)o(ts)g(of)f(the)h
-Ff(inputrc)j Fo(\014le,)d(and)h(incorp)q(orate)e(an)o(y)g(bindings)h
-(or)g(v)m(ariable)315 2108 y(assignmen)o(ts)j(found)i(there.)75
-2186 y Fn(abort)e(\(C-g\))315 2241 y Fo(Ab)q(ort)f(the)g(curren)o(t)h
-(editing)e(command)h(and)h(ring)e(the)i(terminal's)d(b)q(ell)i(\(sub)s
-(ject)g(to)g(the)315 2295 y(setting)h(of)h Fn(bell-style)p
-Fo(\).)75 2373 y Fn(do-lowercase-version)d(\(M-A,)j(M-B,)f(M-)p
-Fg(x)p Fn(,)h(...\))315 2428 y Fo(If)j(the)f(meta\014ed)h(c)o(haracter)
-f Ff(x)j Fo(is)d(upp)q(er)i(case,)f(run)f(the)h(command)f(that)g(is)g
-(b)q(ound)i(to)315 2483 y(the)e(corresp)q(onding)f(meta\014ed)h(lo)o(w)
-o(er)e(case)h(c)o(haracter.)23 b(The)17 b(b)q(eha)o(vior)f(is)g
-(unde\014ned)i(if)315 2538 y Ff(x)g Fo(is)d(already)f(lo)o(w)o(er)g
-(case.)75 2615 y Fn(prefix-meta)g(\(ESC\))315 2670 y
-Fo(Metafy)g(the)i(next)f(c)o(haracter)f(t)o(yp)q(ed.)21
-b(T)o(yping)14 b(`)p Fn(ESC)g(f)p Fo(')h(is)g(equiv)m(alen)o(t)g(to)f
-(t)o(yping)h Fg(M-f)p Fo(.)p eop end
+Fo(\014le.)p eop end
 %%Page: 25 28
 TeXDict begin 25 27 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(25)75 149 y Fn(undo)15 b(\(C-_)f(or)h(C-x)g(C-u\))315
-204 y Fo(Incremen)o(tal)g(undo,)g(separately)g(remem)o(b)q(ered)h(for)e
-(eac)o(h)h(line.)75 292 y Fn(revert-line)f(\(M-r\))315
-347 y Fo(Undo)j(all)e(c)o(hanges)i(made)f(to)g(this)g(line.)24
+(Editing)1053 b(25)75 149 y Fd(1.4.8)30 b(Some)20 b(Miscellaneous)h
+(Commands)75 233 y Fn(re-read-init-file)13 b(\(C-x)h(C-r\))315
+288 y Fo(Read)e(in)e(the)h(con)o(ten)o(ts)g(of)f(the)h
+Ff(inputrc)j Fo(\014le,)d(and)h(incorp)q(orate)e(an)o(y)g(bindings)h
+(or)g(v)m(ariable)315 343 y(assignmen)o(ts)j(found)i(there.)75
+418 y Fn(abort)e(\(C-g\))315 473 y Fo(Ab)q(ort)f(the)g(curren)o(t)h
+(editing)e(command)h(and)h(ring)e(the)i(terminal's)d(b)q(ell)i(\(sub)s
+(ject)g(to)g(the)315 528 y(setting)h(of)h Fn(bell-style)p
+Fo(\).)75 603 y Fn(do-lowercase-version)d(\(M-A,)j(M-B,)f(M-)p
+Fg(x)p Fn(,)h(...\))315 658 y Fo(If)j(the)f(meta\014ed)h(c)o(haracter)f
+Ff(x)j Fo(is)d(upp)q(er)i(case,)f(run)f(the)h(command)f(that)g(is)g(b)q
+(ound)i(to)315 712 y(the)e(corresp)q(onding)f(meta\014ed)h(lo)o(w)o(er)
+e(case)h(c)o(haracter.)23 b(The)17 b(b)q(eha)o(vior)f(is)g(unde\014ned)
+i(if)315 767 y Ff(x)g Fo(is)d(already)f(lo)o(w)o(er)g(case.)75
+842 y Fn(prefix-meta)g(\(ESC\))315 897 y Fo(Metafy)g(the)i(next)f(c)o
+(haracter)f(t)o(yp)q(ed.)21 b(T)o(yping)14 b(`)p Fn(ESC)g(f)p
+Fo(')h(is)g(equiv)m(alen)o(t)g(to)f(t)o(yping)h Fg(M-f)p
+Fo(.)75 972 y Fn(undo)g(\(C-_)f(or)h(C-x)g(C-u\))315
+1027 y Fo(Incremen)o(tal)g(undo,)g(separately)g(remem)o(b)q(ered)h(for)
+e(eac)o(h)h(line.)75 1102 y Fn(revert-line)f(\(M-r\))315
+1157 y Fo(Undo)j(all)e(c)o(hanges)i(made)f(to)g(this)g(line.)24
 b(This)16 b(is)g(lik)o(e)g(executing)g(the)h Fn(undo)f
-Fo(command)315 401 y(enough)g(times)e(to)h(get)f(bac)o(k)h(to)g(the)g
-(initial)f(state.)75 489 y Fn(tilde-expand)g(\(M-~\))315
-544 y Fo(P)o(erform)g(tilde)h(expansion)g(on)g(the)g(curren)o(t)g(w)o
-(ord.)75 632 y Fn(set-mark)f(\(C-@\))315 686 y Fo(Set)i(the)g(mark)f
+Fo(command)315 1212 y(enough)g(times)e(to)h(get)f(bac)o(k)h(to)g(the)g
+(initial)f(state.)75 1287 y Fn(tilde-expand)g(\(M-~\))315
+1342 y Fo(P)o(erform)g(tilde)h(expansion)g(on)g(the)g(curren)o(t)g(w)o
+(ord.)75 1417 y Fn(set-mark)f(\(C-@\))315 1472 y Fo(Set)i(the)g(mark)f
 (to)g(the)h(p)q(oin)o(t.)21 b(If)16 b(a)g(n)o(umeric)g(argumen)o(t)f
-(is)g(supplied,)h(set)g(the)f(mark)h(to)315 741 y(that)e(p)q(osition.)
-75 829 y Fn(exchange-point-and-mark)e(\(C-x)j(C-x\))315
-884 y Fo(Sw)o(ap)k(the)g(p)q(oin)o(t)g(with)f(the)i(mark.)31
+(is)g(supplied,)h(set)g(the)f(mark)h(to)315 1527 y(that)e(p)q(osition.)
+75 1602 y Fn(exchange-point-and-mark)e(\(C-x)j(C-x\))315
+1657 y Fo(Sw)o(ap)k(the)g(p)q(oin)o(t)g(with)f(the)i(mark.)31
 b(Set)19 b(the)g(curren)o(t)h(cursor)e(p)q(osition)h(to)f(the)h(sa)o(v)
-o(ed)315 938 y(p)q(osition,)14 b(then)h(set)g(the)h(mark)e(to)h(the)g
-(old)g(cursor)g(p)q(osition.)75 1026 y Fn(character-search)e(\(C-]\))
-315 1081 y Fo(Read)k(a)f(c)o(haracter)g(and)h(mo)o(v)o(e)e(p)q(oin)o(t)
+o(ed)315 1712 y(p)q(osition,)14 b(then)h(set)g(the)h(mark)e(to)h(the)g
+(old)g(cursor)g(p)q(osition.)75 1787 y Fn(character-search)e(\(C-]\))
+315 1842 y Fo(Read)k(a)f(c)o(haracter)g(and)h(mo)o(v)o(e)e(p)q(oin)o(t)
 h(to)g(the)h(next)f(o)q(ccurrence)i(of)e(that)g(c)o(haracter.)23
-b(A)315 1136 y(negativ)o(e)14 b(argumen)o(t)h(searc)o(hes)g(for)f
-(previous)h(o)q(ccurrences.)75 1223 y Fn(character-search-backward)d
-(\(M-C-]\))315 1278 y Fo(Read)j(a)g(c)o(haracter)f(and)h(mo)o(v)o(e)f
+b(A)315 1896 y(negativ)o(e)14 b(argumen)o(t)h(searc)o(hes)g(for)f
+(previous)h(o)q(ccurrences.)75 1972 y Fn(character-search-backward)d
+(\(M-C-]\))315 2026 y Fo(Read)j(a)g(c)o(haracter)f(and)h(mo)o(v)o(e)f
 (p)q(oin)o(t)g(to)g(the)h(previous)g(o)q(ccurrence)h(of)e(that)g(c)o
-(haracter.)315 1333 y(A)h(negativ)o(e)g(argumen)o(t)f(searc)o(hes)h
-(for)g(subsequen)o(t)g(o)q(ccurrences.)75 1421 y Fn(skip-csi-sequence)e
-(\(\))315 1475 y Fo(Read)h(enough)g(c)o(haracters)f(to)g(consume)h(a)g
+(haracter.)315 2081 y(A)h(negativ)o(e)g(argumen)o(t)f(searc)o(hes)h
+(for)g(subsequen)o(t)g(o)q(ccurrences.)75 2156 y Fn(skip-csi-sequence)e
+(\(\))315 2211 y Fo(Read)h(enough)g(c)o(haracters)f(to)g(consume)h(a)g
 (m)o(ulti-k)o(ey)e(sequence)j(suc)o(h)f(as)f(those)h(de\014ned)315
-1530 y(for)19 b(k)o(eys)h(lik)o(e)g(Home)g(and)g(End.)35
+2266 y(for)19 b(k)o(eys)h(lik)o(e)g(Home)g(and)g(End.)35
 b(CSI)20 b(sequences)h(b)q(egin)g(with)e(a)h(Con)o(trol)e(Sequence)315
-1585 y(Indicator)g(\(CSI\),)g(usually)f(ESC-[.)29 b(If)19
+2321 y(Indicator)g(\(CSI\),)g(usually)f(ESC-[.)29 b(If)19
 b(this)f(sequence)h(is)f(b)q(ound)h(to)f Fn("\\)p Fo(e[)p
-Fn(")p Fo(,)g(k)o(eys)g(pro-)315 1640 y(ducing)e(CSI)g(sequences)h
+Fn(")p Fo(,)g(k)o(eys)g(pro-)315 2376 y(ducing)e(CSI)g(sequences)h
 (will)d(ha)o(v)o(e)i(no)g(e\013ect)f(unless)h(explicitly)e(b)q(ound)j
-(to)e(a)h(Readline)315 1695 y(command,)g(instead)f(of)h(inserting)f
+(to)e(a)h(Readline)315 2430 y(command,)g(instead)f(of)h(inserting)f
 (stra)o(y)f(c)o(haracters)i(in)o(to)f(the)h(editing)f(bu\013er.)22
-b(This)15 b(is)315 1749 y(un)o(b)q(ound)h(b)o(y)g(default,)e(but)h
-(usually)g(b)q(ound)h(to)f(ESC-[.)75 1837 y Fn(insert-comment)e
-(\(M-#\))315 1892 y Fo(Without)j(a)g(n)o(umeric)h(argumen)o(t,)f
+b(This)15 b(is)315 2485 y(un)o(b)q(ound)h(b)o(y)g(default,)e(but)h
+(usually)g(b)q(ound)h(to)f(ESC-[.)75 2560 y Fn(insert-comment)e
+(\(M-#\))315 2615 y Fo(Without)j(a)g(n)o(umeric)h(argumen)o(t,)f
 (insert)g(the)h(v)m(alue)g(of)g(the)g Fn(comment-begin)e
-Fo(v)m(ariable)315 1947 y(at)j(the)h(b)q(eginning)g(of)f(the)h(curren)o
+Fo(v)m(ariable)315 2670 y(at)j(the)h(b)q(eginning)g(of)f(the)h(curren)o
 (t)g(line.)30 b(If)19 b(a)g(n)o(umeric)g(argumen)o(t)f(is)g(supplied,)i
-(this)315 2001 y(command)g(acts)f(as)h(a)g(toggle:)28
+(this)p eop end
+%%Page: 26 29
+TeXDict begin 26 28 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
+(Editing)1053 b(26)315 149 y(command)20 b(acts)f(as)h(a)g(toggle:)28
 b(if)19 b(the)h(c)o(haracters)f(at)h(the)g(b)q(eginning)g(of)f(the)h
-(line)g(do)315 2056 y(not)d(matc)o(h)g(the)g(v)m(alue)g(of)g
+(line)g(do)315 204 y(not)d(matc)o(h)g(the)g(v)m(alue)g(of)g
 Fn(comment-begin)p Fo(,)f(insert)h(the)g(v)m(alue;)h(otherwise)e
-(delete)i(the)315 2111 y(c)o(haracters)13 b(in)g Fn(comment-begin)e
+(delete)i(the)315 259 y(c)o(haracters)13 b(in)g Fn(comment-begin)e
 Fo(from)i(the)g(b)q(eginning)h(of)f(the)g(line.)19 b(In)14
-b(either)f(case,)h(the)315 2166 y(line)h(is)g(accepted)g(as)g(if)g(a)g
-(newline)g(had)g(b)q(een)i(t)o(yp)q(ed.)75 2254 y Fn(dump-functions)c
-(\(\))315 2308 y Fo(Prin)o(t)f(all)g(of)h(the)g(functions)g(and)h
-(their)f(k)o(ey)g(bindings)g(to)f(the)i(Readline)f(output)g(stream.)315
-2363 y(If)j(a)g(n)o(umeric)f(argumen)o(t)g(is)h(supplied,)g(the)g
+b(either)f(case,)h(the)315 314 y(line)h(is)g(accepted)g(as)g(if)g(a)g
+(newline)g(had)g(b)q(een)i(t)o(yp)q(ed.)75 394 y Fn(dump-functions)c
+(\(\))315 448 y Fo(Prin)o(t)f(all)g(of)h(the)g(functions)g(and)h(their)
+f(k)o(ey)g(bindings)g(to)f(the)i(Readline)f(output)g(stream.)315
+503 y(If)j(a)g(n)o(umeric)f(argumen)o(t)g(is)h(supplied,)g(the)g
 (output)f(is)h(formatted)e(in)i(suc)o(h)g(a)g(w)o(a)o(y)f(that)315
-2418 y(it)f(can)i(b)q(e)g(made)f(part)f(of)h(an)g Ff(inputrc)j
+558 y(it)f(can)i(b)q(e)g(made)f(part)f(of)h(an)g Ff(inputrc)j
 Fo(\014le.)i(This)15 b(command)g(is)g(un)o(b)q(ound)h(b)o(y)f(default.)
-75 2506 y Fn(dump-variables)e(\(\))315 2560 y Fo(Prin)o(t)d(all)f(of)h
+75 638 y Fn(dump-variables)e(\(\))315 692 y Fo(Prin)o(t)d(all)f(of)h
 (the)h(settable)f(v)m(ariables)g(and)h(their)f(v)m(alues)h(to)f(the)h
-(Readline)g(output)f(stream.)315 2615 y(If)16 b(a)g(n)o(umeric)f
+(Readline)g(output)f(stream.)315 747 y(If)16 b(a)g(n)o(umeric)f
 (argumen)o(t)g(is)h(supplied,)g(the)g(output)f(is)h(formatted)e(in)i
-(suc)o(h)g(a)g(w)o(a)o(y)f(that)315 2670 y(it)f(can)i(b)q(e)g(made)f
+(suc)o(h)g(a)g(w)o(a)o(y)f(that)315 802 y(it)f(can)i(b)q(e)g(made)f
 (part)f(of)h(an)g Ff(inputrc)j Fo(\014le.)i(This)15 b(command)g(is)g
-(un)o(b)q(ound)h(b)o(y)f(default.)p eop end
-%%Page: 26 29
-TeXDict begin 26 28 bop 75 -58 a Fo(Chapter)15 b(1:)k(Command)c(Line)h
-(Editing)1053 b(26)75 149 y Fn(dump-macros)14 b(\(\))315
-204 y Fo(Prin)o(t)i(all)g(of)g(the)h(Readline)g(k)o(ey)g(sequences)h(b)
+(un)o(b)q(ound)h(b)o(y)f(default.)75 882 y Fn(dump-macros)f(\(\))315
+936 y Fo(Prin)o(t)i(all)g(of)g(the)h(Readline)g(k)o(ey)g(sequences)h(b)
 q(ound)g(to)e(macros)g(and)h(the)g(strings)f(they)315
-259 y(output)g(to)f(the)i(Readline)f(output)g(stream.)22
+991 y(output)g(to)f(the)i(Readline)f(output)g(stream.)22
 b(If)16 b(a)g(n)o(umeric)g(argumen)o(t)f(is)h(supplied,)g(the)315
-314 y(output)g(is)f(formatted)g(in)h(suc)o(h)g(a)g(w)o(a)o(y)f(that)g
+1046 y(output)g(is)f(formatted)g(in)h(suc)o(h)g(a)g(w)o(a)o(y)f(that)g
 (it)g(can)h(b)q(e)h(made)f(part)f(of)h(an)g Ff(inputrc)i
-Fo(\014le.)315 369 y(This)d(command)g(is)g(un)o(b)q(ound)h(b)o(y)f
-(default.)75 448 y Fn(execute-named-command)d(\(M-x\))315
-503 y Fo(Read)j(a)e(bindable)h(readline)g(command)g(name)f(from)h(the)g
-(input)g(and)g(execute)g(the)g(func-)315 558 y(tion)e(to)g(whic)o(h)h
+Fo(\014le.)315 1101 y(This)d(command)g(is)g(un)o(b)q(ound)h(b)o(y)f
+(default.)75 1181 y Fn(execute-named-command)d(\(M-x\))315
+1235 y Fo(Read)h(a)f(bindable)h(Readline)g(command)g(name)f(from)g(the)
+h(input)f(and)h(execute)h(the)e(func-)315 1290 y(tion)g(to)g(whic)o(h)h
 (it's)f(b)q(ound,)i(as)f(if)f(the)h(k)o(ey)g(sequence)h(to)e(whic)o(h)h
-(it)f(w)o(as)g(b)q(ound)i(app)q(eared)315 613 y(in)19
+(it)f(w)o(as)g(b)q(ound)i(app)q(eared)315 1345 y(in)19
 b(the)f(input.)31 b(If)19 b(this)f(function)h(is)f(supplied)h(with)f(a)
-h(n)o(umeric)g(argumen)o(t,)f(it)g(passes)315 667 y(that)c(argumen)o(t)
-h(to)f(the)i(function)f(it)f(executes.)75 747 y Fn(emacs-editing-mode)f
-(\(C-e\))315 802 y Fo(When)j(in)f Fn(vi)f Fo(command)i(mo)q(de,)f(this)
-f(causes)i(a)f(switc)o(h)f(to)h Fn(emacs)f Fo(editing)h(mo)q(de.)75
-882 y Fn(vi-editing-mode)e(\(M-C-j\))315 936 y Fo(When)j(in)f
-Fn(emacs)f Fo(editing)h(mo)q(de,)g(this)f(causes)i(a)f(switc)o(h)f(to)h
-Fn(vi)f Fo(editing)h(mo)q(de.)75 1057 y Fm(1.5)33 b(Readline)21
-b(vi)i(Mo)r(de)75 1137 y Fo(While)15 b(the)h(Readline)g(library)f(do)q
-(es)h(not)f(ha)o(v)o(e)g(a)h(full)f(set)h(of)f Fn(vi)g
-Fo(editing)g(functions,)h(it)f(do)q(es)h(con)o(tain)75
-1191 y(enough)h(to)g(allo)o(w)e(simple)h(editing)h(of)f(the)i(line.)25
-b(The)17 b(Readline)g Fn(vi)g Fo(mo)q(de)g(b)q(eha)o(v)o(es)g(as)g(sp)q
-(eci\014ed)h(in)75 1246 y(the)d Fn(sh)g Fo(description)g(in)g(the)g
-Fh(posix)g Fo(standard.)137 1313 y(In)g(order)g(to)f(switc)o(h)f(in)o
-(teractiv)o(ely)g(b)q(et)o(w)o(een)i Fn(emacs)e Fo(and)i
-Fn(vi)f Fo(editing)g(mo)q(des,)h(use)f(the)h(command)75
-1368 y Fg(M-C-j)j Fo(\(b)q(ound)i(to)e(emacs-editing-mo)q(de)h(when)g
-(in)g Fn(vi)g Fo(mo)q(de)g(and)g(to)f(vi-editing-mo)q(de)h(in)g
-Fn(emacs)75 1423 y Fo(mo)q(de\).)h(The)15 b(Readline)h(default)f(is)f
-Fn(emacs)h Fo(mo)q(de.)137 1490 y(When)h(y)o(ou)e(en)o(ter)h(a)g(line)g
-(in)f Fn(vi)h Fo(mo)q(de,)g(y)o(ou)g(are)f(already)h(placed)g(in)g
-(`insertion')e(mo)q(de,)i(as)g(if)f(y)o(ou)75 1545 y(had)h(t)o(yp)q(ed)
-g(an)g(`)p Fn(i)p Fo('.)j(Pressing)c Fn(ESC)h Fo(switc)o(hes)f(y)o(ou)g
-(in)o(to)g(`command')g(mo)q(de,)g(where)h(y)o(ou)g(can)f(edit)h(the)75
-1600 y(text)h(of)h(the)g(line)f(with)h(the)g(standard)f
-Fn(vi)h Fo(mo)o(v)o(emen)o(t)f(k)o(eys,)g(mo)o(v)o(e)g(to)h(previous)f
-(history)g(lines)h(with)75 1655 y(`)p Fn(k)p Fo(')d(and)i(subsequen)o
-(t)f(lines)g(with)g(`)p Fn(j)p Fo(',)f(and)h(so)g(forth.)p
-eop end
+h(n)o(umeric)g(argumen)o(t,)f(it)g(passes)315 1400 y(that)c(argumen)o
+(t)h(to)f(the)i(function)f(it)f(executes.)75 1479 y Fn
+(emacs-editing-mode)f(\(C-e\))315 1534 y Fo(When)j(in)f
+Fn(vi)f Fo(command)i(mo)q(de,)f(this)f(causes)i(a)f(switc)o(h)f(to)h
+Fn(emacs)f Fo(editing)h(mo)q(de.)75 1614 y Fn(vi-editing-mode)e
+(\(M-C-j\))315 1669 y Fo(When)j(in)f Fn(emacs)f Fo(editing)h(mo)q(de,)g
+(this)f(causes)i(a)f(switc)o(h)f(to)h Fn(vi)f Fo(editing)h(mo)q(de.)75
+1789 y Fm(1.5)33 b(Readline)21 b(vi)i(Mo)r(de)75 1869
+y Fo(While)15 b(the)h(Readline)g(library)f(do)q(es)h(not)f(ha)o(v)o(e)g
+(a)h(full)f(set)h(of)f Fn(vi)g Fo(editing)g(functions,)h(it)f(do)q(es)h
+(con)o(tain)75 1924 y(enough)h(to)g(allo)o(w)e(simple)h(editing)h(of)f
+(the)i(line.)25 b(The)17 b(Readline)g Fn(vi)g Fo(mo)q(de)g(b)q(eha)o(v)
+o(es)g(as)g(sp)q(eci\014ed)h(in)75 1978 y(the)d Fn(sh)g
+Fo(description)g(in)g(the)g Fh(posix)g Fo(standard.)137
+2046 y(In)g(order)g(to)f(switc)o(h)f(in)o(teractiv)o(ely)g(b)q(et)o(w)o
+(een)i Fn(emacs)e Fo(and)i Fn(vi)f Fo(editing)g(mo)q(des,)h(use)f(the)h
+(command)75 2100 y Fg(M-C-j)j Fo(\(b)q(ound)i(to)e(emacs-editing-mo)q
+(de)h(when)g(in)g Fn(vi)g Fo(mo)q(de)g(and)g(to)f(vi-editing-mo)q(de)h
+(in)g Fn(emacs)75 2155 y Fo(mo)q(de\).)h(The)15 b(Readline)h(default)f
+(is)f Fn(emacs)h Fo(mo)q(de.)137 2222 y(When)h(y)o(ou)e(en)o(ter)h(a)g
+(line)g(in)f Fn(vi)h Fo(mo)q(de,)g(y)o(ou)g(are)f(already)h(placed)g
+(in)g(`insertion')e(mo)q(de,)i(as)g(if)f(y)o(ou)75 2277
+y(had)h(t)o(yp)q(ed)g(an)g(`)p Fn(i)p Fo('.)j(Pressing)c
+Fn(ESC)h Fo(switc)o(hes)f(y)o(ou)g(in)o(to)g(`command')g(mo)q(de,)g
+(where)h(y)o(ou)g(can)f(edit)h(the)75 2332 y(text)h(of)h(the)g(line)f
+(with)h(the)g(standard)f Fn(vi)h Fo(mo)o(v)o(emen)o(t)f(k)o(eys,)g(mo)o
+(v)o(e)g(to)h(previous)f(history)g(lines)h(with)75 2387
+y(`)p Fn(k)p Fo(')d(and)i(subsequen)o(t)f(lines)g(with)g(`)p
+Fn(j)p Fo(',)f(and)h(so)g(forth.)p eop end
 %%Page: 27 30
 TeXDict begin 27 29 bop 1830 -58 a Fo(27)75 149 y Fk(App)r(endix)26
 b(A)41 b(GNU)27 b(F)-7 b(ree)26 b(Do)r(cumen)n(tation)j(License)679
index 0d2b0e9b31b4333b44a2cb84b10b2ade100e559e..c71baf204d2ebb38f1b21648770f54b4ba959447 100644 (file)
@@ -1,23 +1,23 @@
 @numchapentry{Command Line Editing}{1}{Command Line Editing}{1}
 @numsecentry{Introduction to Line Editing}{1.1}{Introduction and Notation}{1}
 @numsecentry{Readline Interaction}{1.2}{Readline Interaction}{1}
-@numsubsecentry{Readline Bare Essentials}{1.2.1}{Readline Bare Essentials}{1}
+@numsubsecentry{Readline Bare Essentials}{1.2.1}{Readline Bare Essentials}{2}
 @numsubsecentry{Readline Movement Commands}{1.2.2}{Readline Movement Commands}{2}
-@numsubsecentry{Readline Killing Commands}{1.2.3}{Readline Killing Commands}{2}
+@numsubsecentry{Readline Killing Commands}{1.2.3}{Readline Killing Commands}{3}
 @numsubsecentry{Readline Arguments}{1.2.4}{Readline Arguments}{3}
 @numsubsecentry{Searching for Commands in the History}{1.2.5}{Searching}{3}
 @numsecentry{Readline Init File}{1.3}{Readline Init File}{4}
 @numsubsecentry{Readline Init File Syntax}{1.3.1}{Readline Init File Syntax}{4}
-@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{12}
-@numsubsecentry{Sample Init File}{1.3.3}{Sample Init File}{13}
-@numsecentry{Bindable Readline Commands}{1.4}{Bindable Readline Commands}{16}
-@numsubsecentry{Commands For Moving}{1.4.1}{Commands For Moving}{16}
-@numsubsecentry{Commands For Manipulating The History}{1.4.2}{Commands For History}{17}
-@numsubsecentry{Commands For Changing Text}{1.4.3}{Commands For Text}{18}
-@numsubsecentry{Killing And Yanking}{1.4.4}{Commands For Killing}{19}
-@numsubsecentry{Specifying Numeric Arguments}{1.4.5}{Numeric Arguments}{20}
-@numsubsecentry{Letting Readline Type For You}{1.4.6}{Commands For Completion}{21}
-@numsubsecentry{Keyboard Macros}{1.4.7}{Keyboard Macros}{21}
-@numsubsecentry{Some Miscellaneous Commands}{1.4.8}{Miscellaneous Commands}{22}
-@numsecentry{Readline vi Mode}{1.5}{Readline vi Mode}{23}
-@appentry{GNU Free Documentation License}{A}{GNU Free Documentation License}{24}
+@numsubsecentry{Conditional Init Constructs}{1.3.2}{Conditional Init Constructs}{14}
+@numsubsecentry{Sample Init File}{1.3.3}{Sample Init File}{15}
+@numsecentry{Bindable Readline Commands}{1.4}{Bindable Readline Commands}{18}
+@numsubsecentry{Commands For Moving}{1.4.1}{Commands For Moving}{18}
+@numsubsecentry{Commands For Manipulating The History}{1.4.2}{Commands For History}{19}
+@numsubsecentry{Commands For Changing Text}{1.4.3}{Commands For Text}{21}
+@numsubsecentry{Killing And Yanking}{1.4.4}{Commands For Killing}{22}
+@numsubsecentry{Specifying Numeric Arguments}{1.4.5}{Numeric Arguments}{23}
+@numsubsecentry{Letting Readline Type For You}{1.4.6}{Commands For Completion}{24}
+@numsubsecentry{Keyboard Macros}{1.4.7}{Keyboard Macros}{24}
+@numsubsecentry{Some Miscellaneous Commands}{1.4.8}{Miscellaneous Commands}{25}
+@numsecentry{Readline vi Mode}{1.5}{Readline vi Mode}{26}
+@appentry{GNU Free Documentation License}{A}{GNU Free Documentation License}{27}
index 19bb3a54ca5a64abfd3d4dc9faae35c6fbd2a678..44bb1029d63cb31345b973d4610fdbe79cdaa59b 100644 (file)
@@ -1,40 +1,46 @@
+\entry{active-region-start-color}{5}{\code {active-region-start-color}}
+\entry{active-region-end-color}{5}{\code {active-region-end-color}}
 \entry{bell-style}{5}{\code {bell-style}}
 \entry{bind-tty-special-chars}{5}{\code {bind-tty-special-chars}}
-\entry{blink-matching-paren}{5}{\code {blink-matching-paren}}
-\entry{colored-completion-prefix}{5}{\code {colored-completion-prefix}}
-\entry{colored-stats}{5}{\code {colored-stats}}
-\entry{comment-begin}{5}{\code {comment-begin}}
-\entry{completion-display-width}{5}{\code {completion-display-width}}
-\entry{completion-ignore-case}{5}{\code {completion-ignore-case}}
-\entry{completion-map-case}{5}{\code {completion-map-case}}
-\entry{completion-prefix-display-length}{5}{\code {completion-prefix-display-length}}
+\entry{blink-matching-paren}{6}{\code {blink-matching-paren}}
+\entry{colored-completion-prefix}{6}{\code {colored-completion-prefix}}
+\entry{colored-stats}{6}{\code {colored-stats}}
+\entry{comment-begin}{6}{\code {comment-begin}}
+\entry{completion-display-width}{6}{\code {completion-display-width}}
+\entry{completion-ignore-case}{6}{\code {completion-ignore-case}}
+\entry{completion-map-case}{6}{\code {completion-map-case}}
+\entry{completion-prefix-display-length}{6}{\code {completion-prefix-display-length}}
 \entry{completion-query-items}{6}{\code {completion-query-items}}
-\entry{convert-meta}{6}{\code {convert-meta}}
-\entry{disable-completion}{6}{\code {disable-completion}}
-\entry{echo-control-characters}{6}{\code {echo-control-characters}}
-\entry{editing-mode}{6}{\code {editing-mode}}
-\entry{emacs-mode-string}{6}{\code {emacs-mode-string}}
-\entry{enable-bracketed-paste}{6}{\code {enable-bracketed-paste}}
-\entry{enable-keypad}{7}{\code {enable-keypad}}
-\entry{expand-tilde}{7}{\code {expand-tilde}}
-\entry{history-preserve-point}{7}{\code {history-preserve-point}}
-\entry{history-size}{7}{\code {history-size}}
-\entry{horizontal-scroll-mode}{7}{\code {horizontal-scroll-mode}}
-\entry{input-meta}{7}{\code {input-meta}}
-\entry{meta-flag}{7}{\code {meta-flag}}
-\entry{isearch-terminators}{7}{\code {isearch-terminators}}
-\entry{keymap}{8}{\code {keymap}}
-\entry{mark-modified-lines}{8}{\code {mark-modified-lines}}
-\entry{mark-symlinked-directories}{8}{\code {mark-symlinked-directories}}
-\entry{match-hidden-files}{8}{\code {match-hidden-files}}
-\entry{menu-complete-display-prefix}{8}{\code {menu-complete-display-prefix}}
-\entry{output-meta}{8}{\code {output-meta}}
-\entry{page-completions}{9}{\code {page-completions}}
-\entry{revert-all-at-newline}{9}{\code {revert-all-at-newline}}
-\entry{show-all-if-ambiguous}{9}{\code {show-all-if-ambiguous}}
-\entry{show-all-if-unmodified}{9}{\code {show-all-if-unmodified}}
-\entry{show-mode-in-prompt}{9}{\code {show-mode-in-prompt}}
-\entry{skip-completed-text}{9}{\code {skip-completed-text}}
-\entry{vi-cmd-mode-string}{10}{\code {vi-cmd-mode-string}}
-\entry{vi-ins-mode-string}{10}{\code {vi-ins-mode-string}}
-\entry{visible-stats}{10}{\code {visible-stats}}
+\entry{convert-meta}{7}{\code {convert-meta}}
+\entry{disable-completion}{7}{\code {disable-completion}}
+\entry{echo-control-characters}{7}{\code {echo-control-characters}}
+\entry{editing-mode}{7}{\code {editing-mode}}
+\entry{emacs-mode-string}{7}{\code {emacs-mode-string}}
+\entry{enable-active-region The}{7}{\code {enable-active-region The}}
+\entry{enable-bracketed-paste}{8}{\code {enable-bracketed-paste}}
+\entry{enable-keypad}{8}{\code {enable-keypad}}
+\entry{enable-meta-key}{8}{\code {enable-meta-key}}
+\entry{expand-tilde}{8}{\code {expand-tilde}}
+\entry{force-meta-prefix}{8}{\code {force-meta-prefix}}
+\entry{history-preserve-point}{8}{\code {history-preserve-point}}
+\entry{history-size}{9}{\code {history-size}}
+\entry{horizontal-scroll-mode}{9}{\code {horizontal-scroll-mode}}
+\entry{input-meta}{9}{\code {input-meta}}
+\entry{meta-flag}{9}{\code {meta-flag}}
+\entry{isearch-terminators}{9}{\code {isearch-terminators}}
+\entry{keymap}{9}{\code {keymap}}
+\entry{mark-modified-lines}{10}{\code {mark-modified-lines}}
+\entry{mark-symlinked-directories}{10}{\code {mark-symlinked-directories}}
+\entry{match-hidden-files}{10}{\code {match-hidden-files}}
+\entry{menu-complete-display-prefix}{10}{\code {menu-complete-display-prefix}}
+\entry{output-meta}{10}{\code {output-meta}}
+\entry{page-completions}{10}{\code {page-completions}}
+\entry{revert-all-at-newline}{10}{\code {revert-all-at-newline}}
+\entry{search-ignore-case}{11}{\code {search-ignore-case}}
+\entry{show-all-if-ambiguous}{11}{\code {show-all-if-ambiguous}}
+\entry{show-all-if-unmodified}{11}{\code {show-all-if-unmodified}}
+\entry{show-mode-in-prompt}{11}{\code {show-mode-in-prompt}}
+\entry{skip-completed-text}{11}{\code {skip-completed-text}}
+\entry{vi-cmd-mode-string}{11}{\code {vi-cmd-mode-string}}
+\entry{vi-ins-mode-string}{12}{\code {vi-ins-mode-string}}
+\entry{visible-stats}{12}{\code {visible-stats}}
index e8966c467b3a2dc9bb407fdbe7ce85f99a359795..be6c7bcf1eb28736fb5cdac16def484fffff50a4 100644 (file)
@@ -1,53 +1,61 @@
+\initial {A}
+\entry{\code {active-region-end-color}}{5}
+\entry{\code {active-region-start-color}}{5}
 \initial {B}
-\entry {\code {bell-style}}{5}
-\entry {\code {bind-tty-special-chars}}{5}
-\entry {\code {blink-matching-paren}}{5}
+\entry{\code {bell-style}}{5}
+\entry{\code {bind-tty-special-chars}}{5}
+\entry{\code {blink-matching-paren}}{6}
 \initial {C}
-\entry {\code {colored-completion-prefix}}{5}
-\entry {\code {colored-stats}}{5}
-\entry {\code {comment-begin}}{5}
-\entry {\code {completion-display-width}}{5}
-\entry {\code {completion-ignore-case}}{5}
-\entry {\code {completion-map-case}}{5}
-\entry {\code {completion-prefix-display-length}}{5}
-\entry {\code {completion-query-items}}{6}
-\entry {\code {convert-meta}}{6}
+\entry{\code {colored-completion-prefix}}{6}
+\entry{\code {colored-stats}}{6}
+\entry{\code {comment-begin}}{6}
+\entry{\code {completion-display-width}}{6}
+\entry{\code {completion-ignore-case}}{6}
+\entry{\code {completion-map-case}}{6}
+\entry{\code {completion-prefix-display-length}}{6}
+\entry{\code {completion-query-items}}{6}
+\entry{\code {convert-meta}}{7}
 \initial {D}
-\entry {\code {disable-completion}}{6}
+\entry{\code {disable-completion}}{7}
 \initial {E}
-\entry {\code {echo-control-characters}}{6}
-\entry {\code {editing-mode}}{6}
-\entry {\code {emacs-mode-string}}{6}
-\entry {\code {enable-bracketed-paste}}{6}
-\entry {\code {enable-keypad}}{7}
-\entry {\code {expand-tilde}}{7}
+\entry{\code {echo-control-characters}}{7}
+\entry{\code {editing-mode}}{7}
+\entry{\code {emacs-mode-string}}{7}
+\entry{\code {enable-active-region The}}{7}
+\entry{\code {enable-bracketed-paste}}{8}
+\entry{\code {enable-keypad}}{8}
+\entry{\code {enable-meta-key}}{8}
+\entry{\code {expand-tilde}}{8}
+\initial {F}
+\entry{\code {force-meta-prefix}}{8}
 \initial {H}
-\entry {\code {history-preserve-point}}{7}
-\entry {\code {history-size}}{7}
-\entry {\code {horizontal-scroll-mode}}{7}
+\entry{\code {history-preserve-point}}{8}
+\entry{\code {history-size}}{9}
+\entry{\code {horizontal-scroll-mode}}{9}
 \initial {I}
-\entry {\code {input-meta}}{7}
-\entry {\code {isearch-terminators}}{7}
+\entry{\code {input-meta}}{9}
+\entry{\code {isearch-terminators}}{9}
 \initial {K}
-\entry {\code {keymap}}{8}
+\entry{\code {keymap}}{9}
 \initial {M}
-\entry {\code {mark-modified-lines}}{8}
-\entry {\code {mark-symlinked-directories}}{8}
-\entry {\code {match-hidden-files}}{8}
-\entry {\code {menu-complete-display-prefix}}{8}
-\entry {\code {meta-flag}}{7}
+\entry{\code {mark-modified-lines}}{10}
+\entry{\code {mark-symlinked-directories}}{10}
+\entry{\code {match-hidden-files}}{10}
+\entry{\code {menu-complete-display-prefix}}{10}
+\entry{\code {meta-flag}}{9}
 \initial {O}
-\entry {\code {output-meta}}{8}
+\entry{\code {output-meta}}{10}
 \initial {P}
-\entry {\code {page-completions}}{9}
+\entry{\code {page-completions}}{10}
 \initial {R}
-\entry {\code {revert-all-at-newline}}{9}
+\entry{\code {revert-all-at-newline}}{10}
 \initial {S}
-\entry {\code {show-all-if-ambiguous}}{9}
-\entry {\code {show-all-if-unmodified}}{9}
-\entry {\code {show-mode-in-prompt}}{9}
-\entry {\code {skip-completed-text}}{9}
+\entry{\code {search-ignore-case}}{11}
+\entry{\code {show-all-if-ambiguous}}{11}
+\entry{\code {show-all-if-unmodified}}{11}
+\entry{\code {show-mode-in-prompt}}{11}
+\entry{\code {skip-completed-text}}{11}
 \initial {V}
-\entry {\code {vi-cmd-mode-string}}{10}
-\entry {\code {vi-ins-mode-string}}{10}
-\entry {\code {visible-stats}}{10}
+\entry{\code {vi-cmd-mode-string}}{11}
+\entry{\code {vi-ins-mode-string}}{12}
+\entry{\code {visible-stats}}{12}
index 539cc4c54a85f1529ad6814fa37f4381a48b568b..330b3e934d7366fb34fed175ca96db1a2e9e240f 100644 (file)
@@ -5,7 +5,7 @@ Copyright (C) 1988-2024 Free Software Foundation, Inc.
 @set EDITION 8.3
 @set VERSION 8.3
 
-@set UPDATED 14 October 2024
+@set UPDATED 15 October 2024
 @set UPDATED-MONTH October 2024
 
-@set LASTCHANGE Mon Oct 14 11:42:19 EDT 2024
+@set LASTCHANGE Tue Oct 15 16:54:39 EDT 2024
diff --git a/sig.c b/sig.c
index 2d200c6089fa01ec4c9fdb19e3cb282d14a10b9d..54746815ea333b36a02110e92483d20b9fabfcf6 100644 (file)
--- a/sig.c
+++ b/sig.c
@@ -24,7 +24,7 @@
 
 #if defined (HAVE_UNISTD_H)
 #  ifdef _MINIX
-initialize_shell_signals (#    include <sys/types.h>
+#    include <sys/types.h>
 #  endif
 #  include <unistd.h>
 #endif