]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - po/en@quot.po
bash-4.4 beta release
[thirdparty/bash.git] / po / en@quot.po
index 4e0f69275af07160b2710fc8dba5768b637686fd..91a7b23f02394330c57dba530722af83ea9e185d 100644 (file)
@@ -1,7 +1,7 @@
 # English translations for GNU bash package.
-# Copyright (C) 2013 Free Software Foundation, Inc.
+# Copyright (C) 2015 Free Software Foundation, Inc.
 # This file is distributed under the same license as the GNU bash package.
-# Automatically generated, 2013.
+# Automatically generated, 2015.
 #
 # All this catalog "translates" are quotation characters.
 # The msgids must be ASCII and therefore cannot contain real quotation
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: GNU bash 4.3-beta\n"
+"Project-Id-Version: GNU bash 4.4-beta\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-08-14 11:14-0400\n"
-"PO-Revision-Date: 2013-08-14 11:14-0400\n"
+"POT-Creation-Date: 2015-10-02 07:21-0400\n"
+"PO-Revision-Date: 2015-10-02 07:21-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
-"Language: en\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: arrayfunc.c:51
+#: arrayfunc.c:54
 msgid "bad array subscript"
 msgstr "bad array subscript"
 
-#: arrayfunc.c:356 builtins/declare.def:585
+#: arrayfunc.c:360 builtins/declare.def:647
 #, c-format
 msgid "%s: cannot convert indexed to associative array"
 msgstr "%s: cannot convert indexed to associative array"
 
-#: arrayfunc.c:539
+#: arrayfunc.c:548
 #, c-format
 msgid "%s: invalid associative array key"
 msgstr "%s: invalid associative array key"
 
-#: arrayfunc.c:541
+#: arrayfunc.c:550
 #, c-format
 msgid "%s: cannot assign to non-numeric index"
 msgstr "%s: cannot assign to non-numeric index"
 
-#: arrayfunc.c:586
+#: arrayfunc.c:595
 #, c-format
 msgid "%s: %s: must use subscript when assigning associative array"
 msgstr "%s: %s: must use subscript when assigning associative array"
 
-#: bashhist.c:388
+#: bashhist.c:405
 #, c-format
 msgid "%s: cannot create: %s"
 msgstr "%s: cannot create: %s"
 
-#: bashline.c:3928
+#: bashline.c:4075
 msgid "bash_execute_unix_command: cannot find keymap for command"
 msgstr "bash_execute_unix_command: cannot find keymap for command"
 
-#: bashline.c:4015
+#: bashline.c:4169
 #, c-format
 msgid "%s: first non-whitespace character is not `\"'"
 msgstr "%s: first non-whitespace character is not ‘\"’"
 
-#: bashline.c:4044
+#: bashline.c:4198
 #, c-format
 msgid "no closing `%c' in %s"
 msgstr "no closing ‘%c’ in %s"
 
-#: bashline.c:4078
+#: bashline.c:4232
 #, c-format
 msgid "%s: missing colon separator"
 msgstr "%s: missing colon separator"
 
+#: braces.c:321
+#, c-format
+msgid "brace expansion: cannot allocate memory for %s"
+msgstr "brace expansion: cannot allocate memory for %s"
+
+#: braces.c:413
+#, c-format
+msgid "brace expansion: failed to allocate memory for %d elements"
+msgstr "brace expansion: failed to allocate memory for %d elements"
+
+#: braces.c:457
+#, c-format
+msgid "brace expansion: failed to allocate memory for `%s'"
+msgstr "brace expansion: failed to allocate memory for ‘%s’"
+
 #: builtins/alias.def:132
 #, c-format
 msgid "`%s': invalid alias name"
@@ -96,45 +110,45 @@ msgstr "‘%s’: invalid alias name"
 msgid "line editing not enabled"
 msgstr "line editing not enabled"
 
-#: builtins/bind.def:212
+#: builtins/bind.def:213
 #, c-format
 msgid "`%s': invalid keymap name"
 msgstr "‘%s’: invalid keymap name"
 
-#: builtins/bind.def:251
+#: builtins/bind.def:253
 #, c-format
 msgid "%s: cannot read: %s"
 msgstr "%s: cannot read: %s"
 
-#: builtins/bind.def:266
+#: builtins/bind.def:270
 #, c-format
 msgid "`%s': cannot unbind"
 msgstr "‘%s’: cannot unbind"
 
-#: builtins/bind.def:304 builtins/bind.def:334
+#: builtins/bind.def:308 builtins/bind.def:338
 #, c-format
 msgid "`%s': unknown function name"
 msgstr "‘%s’: unknown function name"
 
-#: builtins/bind.def:312
+#: builtins/bind.def:316
 #, c-format
 msgid "%s is not bound to any keys.\n"
 msgstr "%s is not bound to any keys.\n"
 
-#: builtins/bind.def:316
+#: builtins/bind.def:320
 #, c-format
 msgid "%s can be invoked via "
 msgstr "%s can be invoked via "
 
-#: builtins/break.def:77 builtins/break.def:117
+#: builtins/break.def:79 builtins/break.def:121
 msgid "loop count"
 msgstr "loop count"
 
-#: builtins/break.def:137
+#: builtins/break.def:141
 msgid "only meaningful in a `for', `while', or `until' loop"
 msgstr "only meaningful in a ‘for’, ‘while’, or ‘until’ loop"
 
-#: builtins/caller.def:133
+#: builtins/caller.def:136
 msgid ""
 "Returns the context of the current subroutine call.\n"
 "    \n"
@@ -144,300 +158,318 @@ msgstr ""
 "    \n"
 "    Without EXPR, returns "
 
-#: builtins/cd.def:239
+#: builtins/cd.def:320
 msgid "HOME not set"
 msgstr "HOME not set"
 
-#: builtins/cd.def:247 builtins/common.c:166 test.c:855
+#: builtins/cd.def:328 builtins/common.c:167 test.c:878
 msgid "too many arguments"
 msgstr "too many arguments"
 
-#: builtins/cd.def:258
+#: builtins/cd.def:339
 msgid "OLDPWD not set"
 msgstr "OLDPWD not set"
 
-#: builtins/common.c:101
+#: builtins/common.c:102
 #, c-format
 msgid "line %d: "
 msgstr "line %d: "
 
-#: builtins/common.c:139 error.c:265
+#: builtins/common.c:140 error.c:265
 #, c-format
 msgid "warning: "
 msgstr "warning: "
 
-#: builtins/common.c:153
+#: builtins/common.c:154
 #, c-format
 msgid "%s: usage: "
 msgstr "%s: usage: "
 
-#: builtins/common.c:191 shell.c:506 shell.c:788
+#: builtins/common.c:199 shell.c:509 shell.c:800
 #, c-format
 msgid "%s: option requires an argument"
 msgstr "%s: option requires an argument"
 
-#: builtins/common.c:198
+#: builtins/common.c:206
 #, c-format
 msgid "%s: numeric argument required"
 msgstr "%s: numeric argument required"
 
-#: builtins/common.c:205
+#: builtins/common.c:213
 #, c-format
 msgid "%s: not found"
 msgstr "%s: not found"
 
-#: builtins/common.c:214 shell.c:801
+#: builtins/common.c:222 shell.c:813
 #, c-format
 msgid "%s: invalid option"
 msgstr "%s: invalid option"
 
-#: builtins/common.c:221
+#: builtins/common.c:229
 #, c-format
 msgid "%s: invalid option name"
 msgstr "%s: invalid option name"
 
-#: builtins/common.c:228 general.c:234 general.c:239
+#: builtins/common.c:236 general.c:240 general.c:245
 #, c-format
 msgid "`%s': not a valid identifier"
 msgstr "‘%s’: not a valid identifier"
 
-#: builtins/common.c:238
+#: builtins/common.c:246
 msgid "invalid octal number"
 msgstr "invalid octal number"
 
-#: builtins/common.c:240
+#: builtins/common.c:248
 msgid "invalid hex number"
 msgstr "invalid hex number"
 
-#: builtins/common.c:242 expr.c:1461
+#: builtins/common.c:250 expr.c:1470
 msgid "invalid number"
 msgstr "invalid number"
 
-#: builtins/common.c:250
+#: builtins/common.c:258
 #, c-format
 msgid "%s: invalid signal specification"
 msgstr "%s: invalid signal specification"
 
-#: builtins/common.c:257
+#: builtins/common.c:265
 #, c-format
 msgid "`%s': not a pid or valid job spec"
 msgstr "‘%s’: not a pid or valid job spec"
 
-#: builtins/common.c:264 error.c:458
+#: builtins/common.c:272 error.c:510
 #, c-format
 msgid "%s: readonly variable"
 msgstr "%s: readonly variable"
 
-#: builtins/common.c:272
+#: builtins/common.c:280
 #, c-format
 msgid "%s: %s out of range"
 msgstr "%s: %s out of range"
 
-#: builtins/common.c:272 builtins/common.c:274
+#: builtins/common.c:280 builtins/common.c:282
 msgid "argument"
 msgstr "argument"
 
-#: builtins/common.c:274
+#: builtins/common.c:282
 #, c-format
 msgid "%s out of range"
 msgstr "%s out of range"
 
-#: builtins/common.c:282
+#: builtins/common.c:290
 #, c-format
 msgid "%s: no such job"
 msgstr "%s: no such job"
 
-#: builtins/common.c:290
+#: builtins/common.c:298
 #, c-format
 msgid "%s: no job control"
 msgstr "%s: no job control"
 
-#: builtins/common.c:292
+#: builtins/common.c:300
 msgid "no job control"
 msgstr "no job control"
 
-#: builtins/common.c:302
+#: builtins/common.c:310
 #, c-format
 msgid "%s: restricted"
 msgstr "%s: restricted"
 
-#: builtins/common.c:304
+#: builtins/common.c:312
 msgid "restricted"
 msgstr "restricted"
 
-#: builtins/common.c:312
+#: builtins/common.c:320
 #, c-format
 msgid "%s: not a shell builtin"
 msgstr "%s: not a shell builtin"
 
-#: builtins/common.c:321
+#: builtins/common.c:329
 #, c-format
 msgid "write error: %s"
 msgstr "write error: %s"
 
-#: builtins/common.c:329
+#: builtins/common.c:337
 #, c-format
 msgid "error setting terminal attributes: %s"
 msgstr "error setting terminal attributes: %s"
 
-#: builtins/common.c:331
+#: builtins/common.c:339
 #, c-format
 msgid "error getting terminal attributes: %s"
 msgstr "error getting terminal attributes: %s"
 
-#: builtins/common.c:563
+#: builtins/common.c:583
 #, c-format
 msgid "%s: error retrieving current directory: %s: %s\n"
 msgstr "%s: error retrieving current directory: %s: %s\n"
 
-#: builtins/common.c:629 builtins/common.c:631
+#: builtins/common.c:649 builtins/common.c:651
 #, c-format
 msgid "%s: ambiguous job spec"
 msgstr "%s: ambiguous job spec"
 
-#: builtins/complete.def:277
+#: builtins/common.c:916
+msgid "help not available in this version"
+msgstr "help not available in this version"
+
+#: builtins/complete.def:278
 #, c-format
 msgid "%s: invalid action name"
 msgstr "%s: invalid action name"
 
-#: builtins/complete.def:450 builtins/complete.def:645
-#: builtins/complete.def:855
+#: builtins/complete.def:451 builtins/complete.def:646
+#: builtins/complete.def:856
 #, c-format
 msgid "%s: no completion specification"
 msgstr "%s: no completion specification"
 
-#: builtins/complete.def:697
+#: builtins/complete.def:698
 msgid "warning: -F option may not work as you expect"
 msgstr "warning: -F option may not work as you expect"
 
-#: builtins/complete.def:699
+#: builtins/complete.def:700
 msgid "warning: -C option may not work as you expect"
 msgstr "warning: -C option may not work as you expect"
 
-#: builtins/complete.def:828
+#: builtins/complete.def:829
 msgid "not currently executing completion function"
 msgstr "not currently executing completion function"
 
-#: builtins/declare.def:126
+#: builtins/declare.def:127
 msgid "can only be used in a function"
 msgstr "can only be used in a function"
 
-#: builtins/declare.def:315 builtins/declare.def:533
+#: builtins/declare.def:330 builtins/declare.def:566
 #, c-format
 msgid "%s: reference variable cannot be an array"
 msgstr "%s: reference variable cannot be an array"
 
-#: builtins/declare.def:324
+#: builtins/declare.def:339
 #, c-format
 msgid "%s: nameref variable self references not allowed"
 msgstr "%s: nameref variable self references not allowed"
 
-#: builtins/declare.def:422
+#: builtins/declare.def:346 builtins/declare.def:575 subst.c:6257 subst.c:8606
+#, c-format
+msgid "%s: invalid variable name for name reference"
+msgstr "%s: invalid variable name for name reference"
+
+#: builtins/declare.def:424
 msgid "cannot use `-f' to make functions"
 msgstr "cannot use ‘-f’ to make functions"
 
-#: builtins/declare.def:434 execute_cmd.c:5328
+#: builtins/declare.def:436 execute_cmd.c:5551
 #, c-format
 msgid "%s: readonly function"
 msgstr "%s: readonly function"
 
-#: builtins/declare.def:572
+#: builtins/declare.def:620
+#, c-format
+msgid "%s: quoted compound array assignment deprecated"
+msgstr "%s: quoted compound array assignment deprecated"
+
+#: builtins/declare.def:634
 #, c-format
 msgid "%s: cannot destroy array variables in this way"
 msgstr "%s: cannot destroy array variables in this way"
 
-#: builtins/declare.def:579 builtins/read.def:733
+#: builtins/declare.def:641 builtins/read.def:750
 #, c-format
 msgid "%s: cannot convert associative to indexed array"
 msgstr "%s: cannot convert associative to indexed array"
 
-#: builtins/enable.def:137 builtins/enable.def:145
+#: builtins/enable.def:143 builtins/enable.def:151
 msgid "dynamic loading not available"
 msgstr "dynamic loading not available"
 
-#: builtins/enable.def:312
+#: builtins/enable.def:342
 #, c-format
 msgid "cannot open shared object %s: %s"
 msgstr "cannot open shared object %s: %s"
 
-#: builtins/enable.def:335
+#: builtins/enable.def:368
 #, c-format
 msgid "cannot find %s in shared object %s: %s"
 msgstr "cannot find %s in shared object %s: %s"
 
-#: builtins/enable.def:459
+#: builtins/enable.def:386
+#, c-format
+msgid "load function for %s returns failure (%d): not loaded"
+msgstr "load function for %s returns failure (%d): not loaded"
+
+#: builtins/enable.def:511
 #, c-format
 msgid "%s: not dynamically loaded"
 msgstr "%s: not dynamically loaded"
 
-#: builtins/enable.def:474
+#: builtins/enable.def:537
 #, c-format
 msgid "%s: cannot delete: %s"
 msgstr "%s: cannot delete: %s"
 
-#: builtins/evalfile.c:140 builtins/hash.def:171 execute_cmd.c:5175
-#: shell.c:1481
+#: builtins/evalfile.c:143 builtins/hash.def:171 execute_cmd.c:5393
 #, c-format
 msgid "%s: is a directory"
 msgstr "%s: is a directory"
 
-#: builtins/evalfile.c:146
+#: builtins/evalfile.c:149
 #, c-format
 msgid "%s: not a regular file"
 msgstr "%s: not a regular file"
 
-#: builtins/evalfile.c:155
+#: builtins/evalfile.c:158
 #, c-format
 msgid "%s: file is too large"
 msgstr "%s: file is too large"
 
-#: builtins/evalfile.c:190 builtins/evalfile.c:208 shell.c:1491
+#: builtins/evalfile.c:193 builtins/evalfile.c:211 shell.c:1551
 #, c-format
 msgid "%s: cannot execute binary file"
 msgstr "%s: cannot execute binary file"
 
-#: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
+#: builtins/exec.def:155 builtins/exec.def:157 builtins/exec.def:234
 #, c-format
 msgid "%s: cannot execute: %s"
 msgstr "%s: cannot execute: %s"
 
-#: builtins/exit.def:65
+#: builtins/exit.def:67
 #, c-format
 msgid "logout\n"
 msgstr "logout\n"
 
-#: builtins/exit.def:88
+#: builtins/exit.def:92
 msgid "not login shell: use `exit'"
 msgstr "not login shell: use ‘exit’"
 
-#: builtins/exit.def:120
+#: builtins/exit.def:124
 #, c-format
 msgid "There are stopped jobs.\n"
 msgstr "There are stopped jobs.\n"
 
-#: builtins/exit.def:122
+#: builtins/exit.def:126
 #, c-format
 msgid "There are running jobs.\n"
 msgstr "There are running jobs.\n"
 
-#: builtins/fc.def:262
+#: builtins/fc.def:268
 msgid "no command found"
 msgstr "no command found"
 
-#: builtins/fc.def:320 builtins/fc.def:369
+#: builtins/fc.def:326 builtins/fc.def:375
 msgid "history specification"
 msgstr "history specification"
 
-#: builtins/fc.def:390
+#: builtins/fc.def:396
 #, c-format
 msgid "%s: cannot open temp file: %s"
 msgstr "%s: cannot open temp file: %s"
 
-#: builtins/fg_bg.def:149 builtins/jobs.def:282
+#: builtins/fg_bg.def:153 builtins/jobs.def:282
 msgid "current"
 msgstr "current"
 
-#: builtins/fg_bg.def:158
+#: builtins/fg_bg.def:162
 #, c-format
 msgid "job %d started without job control"
 msgstr "job %d started without job control"
@@ -461,31 +493,31 @@ msgstr "hashing disabled"
 msgid "%s: hash table empty\n"
 msgstr "%s: hash table empty\n"
 
-#: builtins/hash.def:245
+#: builtins/hash.def:253
 #, c-format
 msgid "hits\tcommand\n"
 msgstr "hits\tcommand\n"
 
-#: builtins/help.def:130
+#: builtins/help.def:134
 #, c-format
 msgid "Shell commands matching keyword `"
 msgid_plural "Shell commands matching keywords `"
 msgstr[0] "Shell commands matching keyword `"
 msgstr[1] "Shell commands matching keywords `"
 
-#: builtins/help.def:182
+#: builtins/help.def:186
 #, c-format
 msgid ""
 "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
 msgstr ""
 "no help topics match ‘%s’.  Try ‘help help’ or ‘man -k %s’ or ‘info %s’."
 
-#: builtins/help.def:199
+#: builtins/help.def:225
 #, c-format
 msgid "%s: cannot open: %s"
 msgstr "%s: cannot open: %s"
 
-#: builtins/help.def:485
+#: builtins/help.def:525
 #, c-format
 msgid ""
 "These shell commands are defined internally.  Type `help' to see this list.\n"
@@ -512,7 +544,7 @@ msgstr "cannot use more than one of -anrw"
 msgid "history position"
 msgstr "history position"
 
-#: builtins/history.def:366
+#: builtins/history.def:371
 #, c-format
 msgid "%s: history expansion failed"
 msgstr "%s: history expansion failed"
@@ -526,108 +558,113 @@ msgstr "%s: inlib failed"
 msgid "no other options allowed with `-x'"
 msgstr "no other options allowed with ‘-x’"
 
-#: builtins/kill.def:200
+#: builtins/kill.def:202
 #, c-format
 msgid "%s: arguments must be process or job IDs"
 msgstr "%s: arguments must be process or job IDs"
 
-#: builtins/kill.def:263
+#: builtins/kill.def:265
 msgid "Unknown error"
 msgstr "Unknown error"
 
-#: builtins/let.def:95 builtins/let.def:120 expr.c:583 expr.c:598
+#: builtins/let.def:97 builtins/let.def:122 expr.c:583 expr.c:598
 msgid "expression expected"
 msgstr "expression expected"
 
-#: builtins/mapfile.def:172
+#: builtins/mapfile.def:178
 #, c-format
 msgid "%s: not an indexed array"
 msgstr "%s: not an indexed array"
 
-#: builtins/mapfile.def:259 builtins/read.def:302
+#: builtins/mapfile.def:272 builtins/read.def:306
 #, c-format
 msgid "%s: invalid file descriptor specification"
 msgstr "%s: invalid file descriptor specification"
 
-#: builtins/mapfile.def:267 builtins/read.def:309
+#: builtins/mapfile.def:280 builtins/read.def:313
 #, c-format
 msgid "%d: invalid file descriptor: %s"
 msgstr "%d: invalid file descriptor: %s"
 
-#: builtins/mapfile.def:276 builtins/mapfile.def:314
+#: builtins/mapfile.def:289 builtins/mapfile.def:327
 #, c-format
 msgid "%s: invalid line count"
 msgstr "%s: invalid line count"
 
-#: builtins/mapfile.def:287
+#: builtins/mapfile.def:300
 #, c-format
 msgid "%s: invalid array origin"
 msgstr "%s: invalid array origin"
 
-#: builtins/mapfile.def:304
+#: builtins/mapfile.def:317
 #, c-format
 msgid "%s: invalid callback quantum"
 msgstr "%s: invalid callback quantum"
 
-#: builtins/mapfile.def:336
+#: builtins/mapfile.def:349
 msgid "empty array variable name"
 msgstr "empty array variable name"
 
-#: builtins/mapfile.def:357
+#: builtins/mapfile.def:370
 msgid "array variable support required"
 msgstr "array variable support required"
 
-#: builtins/printf.def:402
+#: builtins/printf.def:410
 #, c-format
 msgid "`%s': missing format character"
 msgstr "‘%s’: missing format character"
 
-#: builtins/printf.def:456
+#: builtins/printf.def:464
 #, c-format
 msgid "`%c': invalid time format specification"
 msgstr "‘%c’: invalid time format specification"
 
-#: builtins/printf.def:658
+#: builtins/printf.def:666
 #, c-format
 msgid "`%c': invalid format character"
 msgstr "‘%c’: invalid format character"
 
-#: builtins/printf.def:684
+#: builtins/printf.def:692
 #, c-format
 msgid "warning: %s: %s"
 msgstr "warning: %s: %s"
 
-#: builtins/printf.def:865
+#: builtins/printf.def:778
+#, c-format
+msgid "format parsing problem: %s"
+msgstr "format parsing problem: %s"
+
+#: builtins/printf.def:875
 msgid "missing hex digit for \\x"
 msgstr "missing hex digit for \\x"
 
-#: builtins/printf.def:880
+#: builtins/printf.def:890
 #, c-format
 msgid "missing unicode digit for \\%c"
 msgstr "missing unicode digit for \\%c"
 
-#: builtins/pushd.def:195
+#: builtins/pushd.def:199
 msgid "no other directory"
 msgstr "no other directory"
 
-#: builtins/pushd.def:354
+#: builtins/pushd.def:360
 #, c-format
 msgid "%s: invalid argument"
 msgstr "%s: invalid argument"
 
-#: builtins/pushd.def:468
+#: builtins/pushd.def:475
 msgid "<no current directory>"
 msgstr "<no current directory>"
 
-#: builtins/pushd.def:512
+#: builtins/pushd.def:519
 msgid "directory stack empty"
 msgstr "directory stack empty"
 
-#: builtins/pushd.def:514
+#: builtins/pushd.def:521
 msgid "directory stack index"
 msgstr "directory stack index"
 
-#: builtins/pushd.def:689
+#: builtins/pushd.def:696
 msgid ""
 "Display the list of currently remembered directories.  Directories\n"
 "    find their way onto the list with the `pushd' command; you can get\n"
@@ -671,7 +708,7 @@ msgstr ""
 "by\n"
 "\tdirs when invoked without options, starting with zero."
 
-#: builtins/pushd.def:711
+#: builtins/pushd.def:718
 msgid ""
 "Adds a directory to the top of the directory stack, or rotates\n"
 "    the stack, making the new top of the stack the current working\n"
@@ -717,7 +754,7 @@ msgstr ""
 "    \n"
 "    The ‘dirs’ builtin displays the directory stack."
 
-#: builtins/pushd.def:736
+#: builtins/pushd.def:743
 msgid ""
 "Removes entries from the directory stack.  With no arguments, removes\n"
 "    the top directory from the stack, and changes to the new top directory.\n"
@@ -755,62 +792,67 @@ msgstr ""
 "    \n"
 "    The ‘dirs’ builtin displays the directory stack."
 
-#: builtins/read.def:275
+#: builtins/read.def:279
 #, c-format
 msgid "%s: invalid timeout specification"
 msgstr "%s: invalid timeout specification"
 
-#: builtins/read.def:678
+#: builtins/read.def:695
 #, c-format
 msgid "read error: %d: %s"
 msgstr "read error: %d: %s"
 
-#: builtins/return.def:75
+#: builtins/return.def:71
 msgid "can only `return' from a function or sourced script"
 msgstr "can only ‘return’ from a function or sourced script"
 
-#: builtins/set.def:782
+#: builtins/set.def:829
 msgid "cannot simultaneously unset a function and a variable"
 msgstr "cannot simultaneously unset a function and a variable"
 
-#: builtins/set.def:826
+#: builtins/set.def:876
 #, c-format
 msgid "%s: cannot unset"
 msgstr "%s: cannot unset"
 
-#: builtins/set.def:843
+#: builtins/set.def:897
 #, c-format
 msgid "%s: cannot unset: readonly %s"
 msgstr "%s: cannot unset: readonly %s"
 
-#: builtins/set.def:854
+#: builtins/set.def:910
 #, c-format
 msgid "%s: not an array variable"
 msgstr "%s: not an array variable"
 
-#: builtins/setattr.def:187
+#: builtins/setattr.def:188
 #, c-format
 msgid "%s: not a function"
 msgstr "%s: not a function"
 
-#: builtins/shift.def:71 builtins/shift.def:77
+#: builtins/setattr.def:193
+#, c-format
+msgid "%s: cannot export"
+msgstr "%s: cannot export"
+
+#: builtins/shift.def:73 builtins/shift.def:79
 msgid "shift count"
 msgstr "shift count"
 
-#: builtins/shopt.def:279
+#: builtins/shopt.def:283
 msgid "cannot set and unset shell options simultaneously"
 msgstr "cannot set and unset shell options simultaneously"
 
-#: builtins/shopt.def:346
+#: builtins/shopt.def:350
 #, c-format
 msgid "%s: invalid shell option name"
 msgstr "%s: invalid shell option name"
 
-#: builtins/source.def:130
+#: builtins/source.def:131
 msgid "filename argument required"
 msgstr "filename argument required"
 
-#: builtins/source.def:155
+#: builtins/source.def:157
 #, c-format
 msgid "%s: file not found"
 msgstr "%s: file not found"
@@ -823,61 +865,66 @@ msgstr "cannot suspend"
 msgid "cannot suspend a login shell"
 msgstr "cannot suspend a login shell"
 
-#: builtins/type.def:234
+#: builtins/type.def:235
 #, c-format
 msgid "%s is aliased to `%s'\n"
 msgstr "%s is aliased to ‘%s’\n"
 
-#: builtins/type.def:255
+#: builtins/type.def:256
 #, c-format
 msgid "%s is a shell keyword\n"
 msgstr "%s is a shell keyword\n"
 
-#: builtins/type.def:274
+#: builtins/type.def:275
 #, c-format
 msgid "%s is a function\n"
 msgstr "%s is a function\n"
 
-#: builtins/type.def:296
+#: builtins/type.def:299
+#, c-format
+msgid "%s is a special shell builtin\n"
+msgstr "%s is a special shell builtin\n"
+
+#: builtins/type.def:301
 #, c-format
 msgid "%s is a shell builtin\n"
 msgstr "%s is a shell builtin\n"
 
-#: builtins/type.def:317 builtins/type.def:393
+#: builtins/type.def:323 builtins/type.def:408
 #, c-format
 msgid "%s is %s\n"
 msgstr "%s is %s\n"
 
-#: builtins/type.def:337
+#: builtins/type.def:343
 #, c-format
 msgid "%s is hashed (%s)\n"
 msgstr "%s is hashed (%s)\n"
 
-#: builtins/ulimit.def:379
+#: builtins/ulimit.def:397
 #, c-format
 msgid "%s: invalid limit argument"
 msgstr "%s: invalid limit argument"
 
-#: builtins/ulimit.def:405
+#: builtins/ulimit.def:423
 #, c-format
 msgid "`%c': bad command"
 msgstr "‘%c’: bad command"
 
-#: builtins/ulimit.def:434
+#: builtins/ulimit.def:452
 #, c-format
 msgid "%s: cannot get limit: %s"
 msgstr "%s: cannot get limit: %s"
 
-#: builtins/ulimit.def:460
+#: builtins/ulimit.def:478
 msgid "limit"
 msgstr "limit"
 
-#: builtins/ulimit.def:472 builtins/ulimit.def:772
+#: builtins/ulimit.def:490 builtins/ulimit.def:790
 #, c-format
 msgid "%s: cannot modify limit: %s"
 msgstr "%s: cannot modify limit: %s"
 
-#: builtins/umask.def:118
+#: builtins/umask.def:114
 msgid "octal number"
 msgstr "octal number"
 
@@ -891,7 +938,7 @@ msgstr "‘%c’: invalid symbolic mode operator"
 msgid "`%c': invalid symbolic mode character"
 msgstr "‘%c’: invalid symbolic mode character"
 
-#: error.c:90 error.c:325 error.c:327 error.c:329
+#: error.c:90 error.c:347 error.c:349 error.c:351
 msgid " line "
 msgstr " line "
 
@@ -905,82 +952,97 @@ msgstr "last command: %s\n"
 msgid "Aborting..."
 msgstr "Aborting..."
 
-#: error.c:410
+#: error.c:287
+#, c-format
+msgid "INFORM: "
+msgstr "INFORM: "
+
+#: error.c:462
 msgid "unknown command error"
 msgstr "unknown command error"
 
-#: error.c:411
+#: error.c:463
 msgid "bad command type"
 msgstr "bad command type"
 
-#: error.c:412
+#: error.c:464
 msgid "bad connector"
 msgstr "bad connector"
 
-#: error.c:413
+#: error.c:465
 msgid "bad jump"
 msgstr "bad jump"
 
-#: error.c:451
+#: error.c:503
 #, c-format
 msgid "%s: unbound variable"
 msgstr "%s: unbound variable"
 
-#: eval.c:189
+#: eval.c:192
 #, c-format
 msgid "\atimed out waiting for input: auto-logout\n"
 msgstr "\atimed out waiting for input: auto-logout\n"
 
-#: execute_cmd.c:512
+#: execute_cmd.c:538
 #, c-format
 msgid "cannot redirect standard input from /dev/null: %s"
 msgstr "cannot redirect standard input from /dev/null: %s"
 
-#: execute_cmd.c:1230
+#: execute_cmd.c:1284
 #, c-format
 msgid "TIMEFORMAT: `%c': invalid format character"
 msgstr "TIMEFORMAT: ‘%c’: invalid format character"
 
-#: execute_cmd.c:2284
+#: execute_cmd.c:2350
 msgid "pipe error"
 msgstr "pipe error"
 
-#: execute_cmd.c:4358
+#: execute_cmd.c:4426
+#, c-format
+msgid "eval: maximum eval nesting level exceeded (%d)"
+msgstr "eval: maximum eval nesting level exceeded (%d)"
+
+#: execute_cmd.c:4438
+#, c-format
+msgid "%s: maximum source nesting level exceeded (%d)"
+msgstr "%s: maximum source nesting level exceeded (%d)"
+
+#: execute_cmd.c:4547
 #, c-format
 msgid "%s: maximum function nesting level exceeded (%d)"
 msgstr "%s: maximum function nesting level exceeded (%d)"
 
-#: execute_cmd.c:4851
+#: execute_cmd.c:5068
 #, c-format
 msgid "%s: restricted: cannot specify `/' in command names"
 msgstr "%s: restricted: cannot specify ‘/’ in command names"
 
-#: execute_cmd.c:4940
+#: execute_cmd.c:5156
 #, c-format
 msgid "%s: command not found"
 msgstr "%s: command not found"
 
-#: execute_cmd.c:5173
+#: execute_cmd.c:5391
 #, c-format
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: execute_cmd.c:5210
+#: execute_cmd.c:5428
 #, c-format
 msgid "%s: %s: bad interpreter"
 msgstr "%s: %s: bad interpreter"
 
-#: execute_cmd.c:5247
+#: execute_cmd.c:5465
 #, c-format
 msgid "%s: cannot execute binary file: %s"
 msgstr "%s: cannot execute binary file: %s"
 
-#: execute_cmd.c:5319
+#: execute_cmd.c:5542
 #, c-format
 msgid "`%s': is a special builtin"
 msgstr "‘%s’: is a special builtin"
 
-#: execute_cmd.c:5371
+#: execute_cmd.c:5594
 #, c-format
 msgid "cannot duplicate fd %d to fd %d"
 msgstr "cannot duplicate fd %d to fd %d"
@@ -1001,7 +1063,7 @@ msgstr "syntax error in expression"
 msgid "attempted assignment to non-variable"
 msgstr "attempted assignment to non-variable"
 
-#: expr.c:495 expr.c:851
+#: expr.c:495 expr.c:858
 msgid "division by 0"
 msgstr "division by 0"
 
@@ -1013,205 +1075,205 @@ msgstr "bug: bad expassign token"
 msgid "`:' expected for conditional expression"
 msgstr "‘:’ expected for conditional expression"
 
-#: expr.c:910
+#: expr.c:919
 msgid "exponent less than 0"
 msgstr "exponent less than 0"
 
-#: expr.c:967
+#: expr.c:976
 msgid "identifier expected after pre-increment or pre-decrement"
 msgstr "identifier expected after pre-increment or pre-decrement"
 
-#: expr.c:993
+#: expr.c:1002
 msgid "missing `)'"
 msgstr "missing ‘)’"
 
-#: expr.c:1044 expr.c:1381
+#: expr.c:1053 expr.c:1390
 msgid "syntax error: operand expected"
 msgstr "syntax error: operand expected"
 
-#: expr.c:1383
+#: expr.c:1392
 msgid "syntax error: invalid arithmetic operator"
 msgstr "syntax error: invalid arithmetic operator"
 
-#: expr.c:1407
+#: expr.c:1416
 #, c-format
 msgid "%s%s%s: %s (error token is \"%s\")"
 msgstr "%s%s%s: %s (error token is “%s”)"
 
-#: expr.c:1465
+#: expr.c:1474
 msgid "invalid arithmetic base"
 msgstr "invalid arithmetic base"
 
-#: expr.c:1485
+#: expr.c:1494
 msgid "value too great for base"
 msgstr "value too great for base"
 
-#: expr.c:1534
+#: expr.c:1543
 #, c-format
 msgid "%s: expression error\n"
 msgstr "%s: expression error\n"
 
-#: general.c:61
+#: general.c:67
 msgid "getcwd: cannot access parent directories"
 msgstr "getcwd: cannot access parent directories"
 
-#: input.c:101 subst.c:5129
+#: input.c:102 subst.c:5558
 #, c-format
 msgid "cannot reset nodelay mode for fd %d"
 msgstr "cannot reset nodelay mode for fd %d"
 
-#: input.c:267
+#: input.c:271
 #, c-format
 msgid "cannot allocate new file descriptor for bash input from fd %d"
 msgstr "cannot allocate new file descriptor for bash input from fd %d"
 
-#: input.c:275
+#: input.c:279
 #, c-format
 msgid "save_bash_input: buffer already exists for new fd %d"
 msgstr "save_bash_input: buffer already exists for new fd %d"
 
-#: jobs.c:471
+#: jobs.c:509
 msgid "start_pipeline: pgrp pipe"
 msgstr "start_pipeline: pgrp pipe"
 
-#: jobs.c:892
+#: jobs.c:944
 #, c-format
 msgid "forked pid %d appears in running job %d"
 msgstr "forked pid %d appears in running job %d"
 
-#: jobs.c:1010
+#: jobs.c:1063
 #, c-format
 msgid "deleting stopped job %d with process group %ld"
 msgstr "deleting stopped job %d with process group %ld"
 
-#: jobs.c:1115
+#: jobs.c:1167
 #, c-format
 msgid "add_process: process %5ld (%s) in the_pipeline"
 msgstr "add_process: process %5ld (%s) in the_pipeline"
 
-#: jobs.c:1118
+#: jobs.c:1170
 #, c-format
 msgid "add_process: pid %5ld (%s) marked as still alive"
 msgstr "add_process: pid %5ld (%s) marked as still alive"
 
-#: jobs.c:1433
+#: jobs.c:1499
 #, c-format
 msgid "describe_pid: %ld: no such pid"
 msgstr "describe_pid: %ld: no such pid"
 
-#: jobs.c:1448
+#: jobs.c:1514
 #, c-format
 msgid "Signal %d"
 msgstr "Signal %d"
 
-#: jobs.c:1462 jobs.c:1487
+#: jobs.c:1528 jobs.c:1554
 msgid "Done"
 msgstr "Done"
 
-#: jobs.c:1467 siglist.c:123
+#: jobs.c:1533 siglist.c:123
 msgid "Stopped"
 msgstr "Stopped"
 
-#: jobs.c:1471
+#: jobs.c:1537
 #, c-format
 msgid "Stopped(%s)"
 msgstr "Stopped(%s)"
 
-#: jobs.c:1475
+#: jobs.c:1541
 msgid "Running"
 msgstr "Running"
 
-#: jobs.c:1489
+#: jobs.c:1558
 #, c-format
 msgid "Done(%d)"
 msgstr "Done(%d)"
 
-#: jobs.c:1491
+#: jobs.c:1560
 #, c-format
 msgid "Exit %d"
 msgstr "Exit %d"
 
-#: jobs.c:1494
+#: jobs.c:1563
 msgid "Unknown status"
 msgstr "Unknown status"
 
-#: jobs.c:1581
+#: jobs.c:1650
 #, c-format
 msgid "(core dumped) "
 msgstr "(core dumped) "
 
-#: jobs.c:1600
+#: jobs.c:1669
 #, c-format
 msgid "  (wd: %s)"
 msgstr "  (wd: %s)"
 
-#: jobs.c:1817
+#: jobs.c:1893
 #, c-format
 msgid "child setpgid (%ld to %ld)"
 msgstr "child setpgid (%ld to %ld)"
 
-#: jobs.c:2136 nojobs.c:605
+#: jobs.c:2242 nojobs.c:639
 #, c-format
 msgid "wait: pid %ld is not a child of this shell"
 msgstr "wait: pid %ld is not a child of this shell"
 
-#: jobs.c:2383
+#: jobs.c:2497
 #, c-format
 msgid "wait_for: No record of process %ld"
 msgstr "wait_for: No record of process %ld"
 
-#: jobs.c:2692
+#: jobs.c:2815
 #, c-format
 msgid "wait_for_job: job %d is stopped"
 msgstr "wait_for_job: job %d is stopped"
 
-#: jobs.c:2984
+#: jobs.c:3107
 #, c-format
 msgid "%s: job has terminated"
 msgstr "%s: job has terminated"
 
-#: jobs.c:2993
+#: jobs.c:3116
 #, c-format
 msgid "%s: job %d already in background"
 msgstr "%s: job %d already in background"
 
-#: jobs.c:3218
+#: jobs.c:3341
 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
 msgstr "waitchld: turning on WNOHANG to avoid indefinite block"
 
-#: jobs.c:3709
+#: jobs.c:3855
 #, c-format
 msgid "%s: line %d: "
 msgstr "%s: line %d: "
 
-#: jobs.c:3723 nojobs.c:843
+#: jobs.c:3869 nojobs.c:882
 #, c-format
 msgid " (core dumped)"
 msgstr " (core dumped)"
 
-#: jobs.c:3735 jobs.c:3748
+#: jobs.c:3881 jobs.c:3894
 #, c-format
 msgid "(wd now: %s)\n"
 msgstr "(wd now: %s)\n"
 
-#: jobs.c:3780
+#: jobs.c:3926
 msgid "initialize_job_control: getpgrp failed"
 msgstr "initialize_job_control: getpgrp failed"
 
-#: jobs.c:3841
+#: jobs.c:3989
 msgid "initialize_job_control: line discipline"
 msgstr "initialize_job_control: line discipline"
 
-#: jobs.c:3851
+#: jobs.c:3999
 msgid "initialize_job_control: setpgid"
 msgstr "initialize_job_control: setpgid"
 
-#: jobs.c:3872 jobs.c:3881
+#: jobs.c:4020 jobs.c:4029
 #, c-format
 msgid "cannot set terminal process group (%d)"
 msgstr "cannot set terminal process group (%d)"
 
-#: jobs.c:3886
+#: jobs.c:4034
 msgid "no job control in this shell"
 msgstr "no job control in this shell"
 
@@ -1265,17 +1327,17 @@ msgstr "realloc: underflow detected; mh_nbytes out of range"
 msgid "realloc: start and end chunk sizes differ"
 msgstr "realloc: start and end chunk sizes differ"
 
-#: lib/malloc/table.c:194
+#: lib/malloc/table.c:191
 #, c-format
 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
 msgstr "register_alloc: alloc table is full with FIND_ALLOC?\n"
 
-#: lib/malloc/table.c:203
+#: lib/malloc/table.c:200
 #, c-format
 msgid "register_alloc: %p already in table as allocated?\n"
 msgstr "register_alloc: %p already in table as allocated?\n"
 
-#: lib/malloc/table.c:256
+#: lib/malloc/table.c:253
 #, c-format
 msgid "register_free: %p already in table as free?\n"
 msgstr "register_free: %p already in table as free?\n"
@@ -1303,22 +1365,22 @@ msgstr "%s: bad network path specification"
 msgid "network operations not supported"
 msgstr "network operations not supported"
 
-#: locale.c:204
+#: locale.c:200
 #, c-format
 msgid "setlocale: LC_ALL: cannot change locale (%s)"
 msgstr "setlocale: LC_ALL: cannot change locale (%s)"
 
-#: locale.c:206
+#: locale.c:202
 #, c-format
 msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
 msgstr "setlocale: LC_ALL: cannot change locale (%s): %s"
 
-#: locale.c:263
+#: locale.c:259
 #, c-format
 msgid "setlocale: %s: cannot change locale (%s)"
 msgstr "setlocale: %s: cannot change locale (%s)"
 
-#: locale.c:265
+#: locale.c:261
 #, c-format
 msgid "setlocale: %s: cannot change locale (%s): %s"
 msgstr "setlocale: %s: cannot change locale (%s): %s"
@@ -1336,131 +1398,135 @@ msgstr "You have new mail in $_"
 msgid "The mail in %s has been read\n"
 msgstr "The mail in %s has been read\n"
 
-#: make_cmd.c:323
+#: make_cmd.c:326
 msgid "syntax error: arithmetic expression required"
 msgstr "syntax error: arithmetic expression required"
 
-#: make_cmd.c:325
+#: make_cmd.c:328
 msgid "syntax error: `;' unexpected"
 msgstr "syntax error: ‘;’ unexpected"
 
-#: make_cmd.c:326
+#: make_cmd.c:329
 #, c-format
 msgid "syntax error: `((%s))'"
 msgstr "syntax error: ‘((%s))’"
 
-#: make_cmd.c:578
+#: make_cmd.c:581
 #, c-format
 msgid "make_here_document: bad instruction type %d"
 msgstr "make_here_document: bad instruction type %d"
 
-#: make_cmd.c:662
+#: make_cmd.c:665
 #, c-format
 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
 msgstr "here-document at line %d delimited by end-of-file (wanted ‘%s’)"
 
-#: make_cmd.c:759
+#: make_cmd.c:763
 #, c-format
 msgid "make_redirection: redirection instruction `%d' out of range"
 msgstr "make_redirection: redirection instruction ‘%d’ out of range"
 
-#: parse.y:3210 parse.y:3493
+#: parse.y:2685
+msgid "maximum here-document count exceeded"
+msgstr "maximum here-document count exceeded"
+
+#: parse.y:3370 parse.y:3653
 #, c-format
 msgid "unexpected EOF while looking for matching `%c'"
 msgstr "unexpected EOF while looking for matching ‘%c’"
 
-#: parse.y:4099
+#: parse.y:4270
 msgid "unexpected EOF while looking for `]]'"
 msgstr "unexpected EOF while looking for ‘]]’"
 
-#: parse.y:4104
+#: parse.y:4275
 #, c-format
 msgid "syntax error in conditional expression: unexpected token `%s'"
 msgstr "syntax error in conditional expression: unexpected token ‘%s’"
 
-#: parse.y:4108
+#: parse.y:4279
 msgid "syntax error in conditional expression"
 msgstr "syntax error in conditional expression"
 
-#: parse.y:4186
+#: parse.y:4357
 #, c-format
 msgid "unexpected token `%s', expected `)'"
 msgstr "unexpected token ‘%s’, expected ‘)’"
 
-#: parse.y:4190
+#: parse.y:4361
 msgid "expected `)'"
 msgstr "expected ‘)’"
 
-#: parse.y:4218
+#: parse.y:4389
 #, c-format
 msgid "unexpected argument `%s' to conditional unary operator"
 msgstr "unexpected argument ‘%s’ to conditional unary operator"
 
-#: parse.y:4222
+#: parse.y:4393
 msgid "unexpected argument to conditional unary operator"
 msgstr "unexpected argument to conditional unary operator"
 
-#: parse.y:4268
+#: parse.y:4439
 #, c-format
 msgid "unexpected token `%s', conditional binary operator expected"
 msgstr "unexpected token ‘%s’, conditional binary operator expected"
 
-#: parse.y:4272
+#: parse.y:4443
 msgid "conditional binary operator expected"
 msgstr "conditional binary operator expected"
 
-#: parse.y:4294
+#: parse.y:4465
 #, c-format
 msgid "unexpected argument `%s' to conditional binary operator"
 msgstr "unexpected argument ‘%s’ to conditional binary operator"
 
-#: parse.y:4298
+#: parse.y:4469
 msgid "unexpected argument to conditional binary operator"
 msgstr "unexpected argument to conditional binary operator"
 
-#: parse.y:4309
+#: parse.y:4480
 #, c-format
 msgid "unexpected token `%c' in conditional command"
 msgstr "unexpected token ‘%c’ in conditional command"
 
-#: parse.y:4312
+#: parse.y:4483
 #, c-format
 msgid "unexpected token `%s' in conditional command"
 msgstr "unexpected token ‘%s’ in conditional command"
 
-#: parse.y:4316
+#: parse.y:4487
 #, c-format
 msgid "unexpected token %d in conditional command"
 msgstr "unexpected token %d in conditional command"
 
-#: parse.y:5666
+#: parse.y:5841
 #, c-format
 msgid "syntax error near unexpected token `%s'"
 msgstr "syntax error near unexpected token ‘%s’"
 
-#: parse.y:5684
+#: parse.y:5859
 #, c-format
 msgid "syntax error near `%s'"
 msgstr "syntax error near ‘%s’"
 
-#: parse.y:5694
+#: parse.y:5869
 msgid "syntax error: unexpected end of file"
 msgstr "syntax error: unexpected end of file"
 
-#: parse.y:5694
+#: parse.y:5869
 msgid "syntax error"
 msgstr "syntax error"
 
-#: parse.y:5756
+#: parse.y:5931
 #, c-format
 msgid "Use \"%s\" to leave the shell.\n"
 msgstr "Use “%s” to leave the shell.\n"
 
-#: parse.y:5918
+#: parse.y:6093
 msgid "unexpected EOF while looking for matching `)'"
 msgstr "unexpected EOF while looking for matching ‘)’"
 
-#: pcomplete.c:1093
+#: pcomplete.c:1126
 #, c-format
 msgid "completion: function `%s' not found"
 msgstr "completion: function ‘%s’ not found"
@@ -1470,90 +1536,105 @@ msgstr "completion: function ‘%s’ not found"
 msgid "progcomp_insert: %s: NULL COMPSPEC"
 msgstr "progcomp_insert: %s: NULL COMPSPEC"
 
-#: print_cmd.c:300
+#: print_cmd.c:302
 #, c-format
 msgid "print_command: bad connector `%d'"
 msgstr "print_command: bad connector ‘%d’"
 
-#: print_cmd.c:373
+#: print_cmd.c:375
 #, c-format
 msgid "xtrace_set: %d: invalid file descriptor"
 msgstr "xtrace_set: %d: invalid file descriptor"
 
-#: print_cmd.c:378
+#: print_cmd.c:380
 msgid "xtrace_set: NULL file pointer"
 msgstr "xtrace_set: NULL file pointer"
 
-#: print_cmd.c:382
+#: print_cmd.c:384
 #, c-format
 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
 msgstr "xtrace fd (%d) != fileno xtrace fp (%d)"
 
-#: print_cmd.c:1518
+#: print_cmd.c:1528
 #, c-format
 msgid "cprintf: `%c': invalid format character"
 msgstr "cprintf: ‘%c’: invalid format character"
 
-#: redir.c:123 redir.c:170
+#: redir.c:124 redir.c:171
 msgid "file descriptor out of range"
 msgstr "file descriptor out of range"
 
-#: redir.c:177
+#: redir.c:178
 #, c-format
 msgid "%s: ambiguous redirect"
 msgstr "%s: ambiguous redirect"
 
-#: redir.c:181
+#: redir.c:182
 #, c-format
 msgid "%s: cannot overwrite existing file"
 msgstr "%s: cannot overwrite existing file"
 
-#: redir.c:186
+#: redir.c:187
 #, c-format
 msgid "%s: restricted: cannot redirect output"
 msgstr "%s: restricted: cannot redirect output"
 
-#: redir.c:191
+#: redir.c:192
 #, c-format
 msgid "cannot create temp file for here-document: %s"
 msgstr "cannot create temp file for here-document: %s"
 
-#: redir.c:195
+#: redir.c:196
 #, c-format
 msgid "%s: cannot assign fd to variable"
 msgstr "%s: cannot assign fd to variable"
 
-#: redir.c:582
+#: redir.c:586
 msgid "/dev/(tcp|udp)/host/port not supported without networking"
 msgstr "/dev/(tcp|udp)/host/port not supported without networking"
 
-#: redir.c:861 redir.c:973 redir.c:1034 redir.c:1199
+#: redir.c:868 redir.c:983 redir.c:1044 redir.c:1209
 msgid "redirection error: cannot duplicate fd"
 msgstr "redirection error: cannot duplicate fd"
 
-#: shell.c:339
+#: shell.c:342
 msgid "could not find /tmp, please create!"
 msgstr "could not find /tmp, please create!"
 
-#: shell.c:343
+#: shell.c:346
 msgid "/tmp must be a valid directory name"
 msgstr "/tmp must be a valid directory name"
 
-#: shell.c:890
+#: shell.c:902
 #, c-format
 msgid "%c%c: invalid option"
 msgstr "%c%c: invalid option"
 
-#: shell.c:1682
+#: shell.c:1257
+#, c-format
+msgid "cannot set uid to %d: effective uid %d"
+msgstr "cannot set uid to %d: effective uid %d"
+
+#: shell.c:1264
+#, c-format
+msgid "cannot set gid to %d: effective gid %d"
+msgstr "cannot set gid to %d: effective gid %d"
+
+#: shell.c:1539
+#, c-format
+msgid "%s: Is a directory"
+msgstr "%s: Is a directory"
+
+#: shell.c:1744
 msgid "I have no name!"
 msgstr "I have no name!"
 
-#: shell.c:1827
+#: shell.c:1895
 #, c-format
 msgid "GNU bash, version %s-(%s)\n"
 msgstr "GNU bash, version %s-(%s)\n"
 
-#: shell.c:1828
+#: shell.c:1896
 #, c-format
 msgid ""
 "Usage:\t%s [GNU long option] [option] ...\n"
@@ -1562,39 +1643,49 @@ msgstr ""
 "Usage:\t%s [GNU long option] [option] ...\n"
 "\t%s [GNU long option] [option] script-file ...\n"
 
-#: shell.c:1830
+#: shell.c:1898
 msgid "GNU long options:\n"
 msgstr "GNU long options:\n"
 
-#: shell.c:1834
+#: shell.c:1902
 msgid "Shell options:\n"
 msgstr "Shell options:\n"
 
-#: shell.c:1835
+#: shell.c:1903
 msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
 msgstr "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
 
-#: shell.c:1850
+#: shell.c:1918
 #, c-format
 msgid "\t-%s or -o option\n"
 msgstr "\t-%s or -o option\n"
 
-#: shell.c:1856
+#: shell.c:1924
 #, c-format
 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
 msgstr "Type ‘%s -c “help set”’ for more information about shell options.\n"
 
-#: shell.c:1857
+#: shell.c:1925
 #, c-format
 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
 msgstr "Type ‘%s -c help’ for more information about shell builtin commands.\n"
 
-#: shell.c:1858
+#: shell.c:1926
 #, c-format
 msgid "Use the `bashbug' command to report bugs.\n"
 msgstr "Use the ‘bashbug’ command to report bugs.\n"
 
-#: sig.c:679
+#: shell.c:1928
+#, c-format
+msgid "bash home page: <http://www.gnu.org/software/bash>\n"
+msgstr "bash home page: <http://www.gnu.org/software/bash>\n"
+
+#: shell.c:1929
+#, c-format
+msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
+msgstr "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
+
+#: sig.c:703
 #, c-format
 msgid "sigprocmask: %d: invalid operation"
 msgstr "sigprocmask: %d: invalid operation"
@@ -1768,77 +1859,82 @@ msgstr "Unknown Signal #"
 msgid "Unknown Signal #%d"
 msgstr "Unknown Signal #%d"
 
-#: subst.c:1358 subst.c:1516
+#: subst.c:1401 subst.c:1559
 #, c-format
 msgid "bad substitution: no closing `%s' in %s"
 msgstr "bad substitution: no closing ‘%s’ in %s"
 
-#: subst.c:2829
+#: subst.c:2910
 #, c-format
 msgid "%s: cannot assign list to array member"
 msgstr "%s: cannot assign list to array member"
 
-#: subst.c:5026 subst.c:5042
+#: subst.c:5449 subst.c:5465
 msgid "cannot make pipe for process substitution"
 msgstr "cannot make pipe for process substitution"
 
-#: subst.c:5074
+#: subst.c:5498
 msgid "cannot make child for process substitution"
 msgstr "cannot make child for process substitution"
 
-#: subst.c:5119
+#: subst.c:5548
 #, c-format
 msgid "cannot open named pipe %s for reading"
 msgstr "cannot open named pipe %s for reading"
 
-#: subst.c:5121
+#: subst.c:5550
 #, c-format
 msgid "cannot open named pipe %s for writing"
 msgstr "cannot open named pipe %s for writing"
 
-#: subst.c:5139
+#: subst.c:5568
 #, c-format
 msgid "cannot duplicate named pipe %s as fd %d"
 msgstr "cannot duplicate named pipe %s as fd %d"
 
-#: subst.c:5337
+#: subst.c:5775
 msgid "cannot make pipe for command substitution"
 msgstr "cannot make pipe for command substitution"
 
-#: subst.c:5375
+#: subst.c:5814
 msgid "cannot make child for command substitution"
 msgstr "cannot make child for command substitution"
 
-#: subst.c:5394
+#: subst.c:5833
 msgid "command_substitute: cannot duplicate pipe as fd 1"
 msgstr "command_substitute: cannot duplicate pipe as fd 1"
 
-#: subst.c:5798 subst.c:8001
+#: subst.c:6343 subst.c:8032 subst.c:8052
 #, c-format
-msgid "%s: invalid variable name for name reference"
-msgstr "%s: invalid variable name for name reference"
+msgid "%s: bad substitution"
+msgstr "%s: bad substitution"
+
+#: subst.c:6455
+#, c-format
+msgid "%s: invalid indirect expansion"
+msgstr "%s: invalid indirect expansion"
 
-#: subst.c:6009
+#: subst.c:6462
+#, c-format
+msgid "%s: invalid variable name"
+msgstr "%s: invalid variable name"
+
+#: subst.c:6509
 #, c-format
 msgid "%s: parameter null or not set"
 msgstr "%s: parameter null or not set"
 
-#: subst.c:6281 subst.c:6296
+#: subst.c:6781 subst.c:6796
 #, c-format
 msgid "%s: substring expression < 0"
 msgstr "%s: substring expression < 0"
 
-#: subst.c:7457
-#, c-format
-msgid "%s: bad substitution"
-msgstr "%s: bad substitution"
-
-#: subst.c:7534
+#: subst.c:8130
 #, c-format
 msgid "$%s: cannot assign in this way"
 msgstr "$%s: cannot assign in this way"
 
-#: subst.c:7868
+#: subst.c:8469
 msgid ""
 "future versions of the shell will force evaluation as an arithmetic "
 "substitution"
@@ -1846,12 +1942,12 @@ msgstr ""
 "future versions of the shell will force evaluation as an arithmetic "
 "substitution"
 
-#: subst.c:8372
+#: subst.c:9009
 #, c-format
 msgid "bad substitution: no closing \"`\" in %s"
 msgstr "bad substitution: no closing “`” in %s"
 
-#: subst.c:9273
+#: subst.c:9947
 #, c-format
 msgid "no match: %s"
 msgstr "no match: %s"
@@ -1865,123 +1961,123 @@ msgstr "argument expected"
 msgid "%s: integer expression expected"
 msgstr "%s: integer expression expected"
 
-#: test.c:264
+#: test.c:265
 msgid "`)' expected"
 msgstr "‘)’ expected"
 
-#: test.c:266
+#: test.c:267
 #, c-format
 msgid "`)' expected, found %s"
 msgstr "‘)’ expected, found %s"
 
-#: test.c:281 test.c:721 test.c:724
+#: test.c:282 test.c:744 test.c:747
 #, c-format
 msgid "%s: unary operator expected"
 msgstr "%s: unary operator expected"
 
-#: test.c:468 test.c:764
+#: test.c:469 test.c:787
 #, c-format
 msgid "%s: binary operator expected"
 msgstr "%s: binary operator expected"
 
-#: test.c:839
+#: test.c:862
 msgid "missing `]'"
 msgstr "missing ‘]’"
 
-#: trap.c:217
+#: trap.c:223
 msgid "invalid signal number"
 msgstr "invalid signal number"
 
-#: trap.c:354
+#: trap.c:385
 #, c-format
 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
 msgstr "run_pending_traps: bad value in trap_list[%d]: %p"
 
-#: trap.c:358
+#: trap.c:389
 #, c-format
 msgid ""
 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
 msgstr ""
 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
 
-#: trap.c:413
+#: trap.c:442
 #, c-format
 msgid "trap_handler: bad signal %d"
 msgstr "trap_handler: bad signal %d"
 
-#: variables.c:382
+#: variables.c:406
 #, c-format
 msgid "error importing function definition for `%s'"
 msgstr "error importing function definition for ‘%s’"
 
-#: variables.c:780
+#: variables.c:801
 #, c-format
 msgid "shell level (%d) too high, resetting to 1"
 msgstr "shell level (%d) too high, resetting to 1"
 
-#: variables.c:1865
+#: variables.c:1902
 #, c-format
 msgid "%s: circular name reference"
 msgstr "%s: circular name reference"
 
-#: variables.c:2228
+#: variables.c:2314
 msgid "make_local_variable: no function context at current scope"
 msgstr "make_local_variable: no function context at current scope"
 
-#: variables.c:2247
+#: variables.c:2333
 #, c-format
 msgid "%s: variable may not be assigned value"
 msgstr "%s: variable may not be assigned value"
 
-#: variables.c:3600
+#: variables.c:3739
 msgid "all_local_variables: no function context at current scope"
 msgstr "all_local_variables: no function context at current scope"
 
-#: variables.c:3845
+#: variables.c:4016
 #, c-format
 msgid "%s has null exportstr"
 msgstr "%s has null exportstr"
 
-#: variables.c:3850 variables.c:3859
+#: variables.c:4021 variables.c:4030
 #, c-format
 msgid "invalid character %d in exportstr for %s"
 msgstr "invalid character %d in exportstr for %s"
 
-#: variables.c:3865
+#: variables.c:4036
 #, c-format
 msgid "no `=' in exportstr for %s"
 msgstr "no ‘=’ in exportstr for %s"
 
-#: variables.c:4298
+#: variables.c:4471
 msgid "pop_var_context: head of shell_variables not a function context"
 msgstr "pop_var_context: head of shell_variables not a function context"
 
-#: variables.c:4311
+#: variables.c:4484
 msgid "pop_var_context: no global_variables context"
 msgstr "pop_var_context: no global_variables context"
 
-#: variables.c:4385
+#: variables.c:4558
 msgid "pop_scope: head of shell_variables not a temporary environment scope"
 msgstr "pop_scope: head of shell_variables not a temporary environment scope"
 
-#: variables.c:5211
+#: variables.c:5402
 #, c-format
 msgid "%s: %s: cannot open as FILE"
 msgstr "%s: %s: cannot open as FILE"
 
-#: variables.c:5216
+#: variables.c:5407
 #, c-format
 msgid "%s: %s: invalid value for trace file descriptor"
 msgstr "%s: %s: invalid value for trace file descriptor"
 
-#: variables.c:5261
+#: variables.c:5452
 #, c-format
 msgid "%s: %s: compatibility value out of range"
 msgstr "%s: %s: compatibility value out of range"
 
 #: version.c:46
-msgid "Copyright (C) 2013 Free Software Foundation, Inc."
-msgstr "Copyright (C) 2013 Free Software Foundation, Inc."
+msgid "Copyright (C) 2015 Free Software Foundation, Inc."
+msgstr "Copyright (C) 2015 Free Software Foundation, Inc."
 
 #: version.c:47 version2.c:47
 msgid ""
@@ -2005,8 +2101,8 @@ msgid "There is NO WARRANTY, to the extent permitted by law."
 msgstr "There is NO WARRANTY, to the extent permitted by law."
 
 #: version2.c:46
-msgid "Copyright (C) 2012 Free Software Foundation, Inc."
-msgstr "Copyright (C) 2012 Free Software Foundation, Inc."
+msgid "Copyright (C) 2014 Free Software Foundation, Inc."
+msgstr "Copyright (C) 2014 Free Software Foundation, Inc."
 
 #: xmalloc.c:91
 #, c-format
@@ -2061,8 +2157,8 @@ msgid "caller [expr]"
 msgstr "caller [expr]"
 
 #: builtins.c:64
-msgid "cd [-L|[-P [-e]]] [dir]"
-msgstr "cd [-L|[-P [-e]]] [dir]"
+msgid "cd [-L|[-P [-e]] [-@]] [dir]"
+msgstr "cd [-L|[-P [-e]] [-@]] [dir]"
 
 #: builtins.c:66
 msgid "pwd [-LP]"
@@ -2089,8 +2185,8 @@ msgid "declare [-aAfFgilnrtux] [-p] [name[=value] ...]"
 msgstr "declare [-aAfFgilnrtux] [-p] [name[=value] ...]"
 
 #: builtins.c:78
-msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
-msgstr "typeset [-aAfFgilrtux] [-p] name[=value] ..."
+msgid "typeset [-aAfFgilnrtux] [-p] name[=value] ..."
+msgstr "typeset [-aAfFgilnrtux] [-p] name[=value] ..."
 
 #: builtins.c:80
 msgid "local [option] name[=value] ..."
@@ -2241,8 +2337,8 @@ msgid "type [-afptP] name [name ...]"
 msgstr "type [-afptP] name [name ...]"
 
 #: builtins.c:169
-msgid "ulimit [-SHabcdefilmnpqrstuvxT] [limit]"
-msgstr "ulimit [-SHabcdefilmnpqrstuvxT] [limit]"
+msgid "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
+msgstr "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
 
 #: builtins.c:172
 msgid "umask [-p] [-S] [mode]"
@@ -2352,10 +2448,10 @@ msgstr ""
 
 #: builtins.c:233
 msgid ""
-"compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  "
+"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist]  "
 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
 msgstr ""
-"compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  "
+"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist]  "
 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
 
 #: builtins.c:237
@@ -2364,11 +2460,11 @@ msgstr "compopt [-o|+o option] [-DE] [name ...]"
 
 #: builtins.c:240
 msgid ""
-"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
-"quantum] [array]"
+"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
+"callback] [-c quantum] [array]"
 msgstr ""
-"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
-"quantum] [array]"
+"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
+"callback] [-c quantum] [array]"
 
 #: builtins.c:242
 msgid ""
@@ -2390,7 +2486,7 @@ msgid ""
 "    alias substitution when the alias is expanded.\n"
 "    \n"
 "    Options:\n"
-"      -p\tPrint all defined aliases in a reusable format\n"
+"      -p\tprint all defined aliases in a reusable format\n"
 "    \n"
 "    Exit Status:\n"
 "    alias returns true unless a NAME is supplied for which no alias has "
@@ -2407,7 +2503,7 @@ msgstr ""
 "    alias substitution when the alias is expanded.\n"
 "    \n"
 "    Options:\n"
-"      -p\tPrint all defined aliases in a reusable format\n"
+"      -p\tprint all defined aliases in a reusable format\n"
 "    \n"
 "    Exit Status:\n"
 "    alias returns true unless a NAME is supplied for which no alias has "
@@ -2419,14 +2515,14 @@ msgid ""
 "Remove each NAME from the list of defined aliases.\n"
 "    \n"
 "    Options:\n"
-"      -a\tremove all alias definitions.\n"
+"      -a\tremove all alias definitions\n"
 "    \n"
 "    Return success unless a NAME is not an existing alias."
 msgstr ""
 "Remove each NAME from the list of defined aliases.\n"
 "    \n"
 "    Options:\n"
-"      -a\tremove all alias definitions.\n"
+"      -a\tremove all alias definitions\n"
 "    \n"
 "    Return success unless a NAME is not an existing alias."
 
@@ -2464,7 +2560,8 @@ msgid ""
 "      -f  filename       Read key bindings from FILENAME.\n"
 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
 "    \t\t\t\tKEYSEQ is entered.\n"
-"      -X\t\t     List key sequences bound with -x and associated commands\n"
+"      -X                 List key sequences bound with -x and associated "
+"commands\n"
 "                         in a form that can be reused as input.\n"
 "    \n"
 "    Exit Status:\n"
@@ -2502,7 +2599,8 @@ msgstr ""
 "      -f  filename       Read key bindings from FILENAME.\n"
 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
 "    \t\t\t\tKEYSEQ is entered.\n"
-"      -X\t\t     List key sequences bound with -x and associated commands\n"
+"      -X                 List key sequences bound with -x and associated "
+"commands\n"
 "                         in a form that can be reused as input.\n"
 "    \n"
 "    Exit Status:\n"
@@ -2619,13 +2717,16 @@ msgid ""
 "    its value is used for DIR.\n"
 "    \n"
 "    Options:\n"
-"        -L\tforce symbolic links to be followed: resolve symbolic links in\n"
-"    \tDIR after processing instances of `..'\n"
-"        -P\tuse the physical directory structure without following symbolic\n"
-"    \tlinks: resolve symbolic links in DIR before processing instances\n"
-"    \tof `..'\n"
-"        -e\tif the -P option is supplied, and the current working directory\n"
-"    \tcannot be determined successfully, exit with a non-zero status\n"
+"      -L\tforce symbolic links to be followed: resolve symbolic\n"
+"    \t\tlinks in DIR after processing instances of `..'\n"
+"      -P\tuse the physical directory structure without following\n"
+"    \t\tsymbolic links: resolve symbolic links in DIR before\n"
+"    \t\tprocessing instances of `..'\n"
+"      -e\tif the -P option is supplied, and the current working\n"
+"    \t\tdirectory cannot be determined successfully, exit with\n"
+"    \t\ta non-zero status\n"
+"      -@\ton systems that support it, present a file with extended\n"
+"    \t\tattributes as a directory containing the file attributes\n"
 "    \n"
 "    The default is to follow symbolic links, as if `-L' were specified.\n"
 "    `..' is processed by removing the immediately previous pathname "
@@ -2658,13 +2759,16 @@ msgstr ""
 "    its value is used for DIR.\n"
 "    \n"
 "    Options:\n"
-"        -L\tforce symbolic links to be followed: resolve symbolic links in\n"
-"    \tDIR after processing instances of ‘..’\n"
-"        -P\tuse the physical directory structure without following symbolic\n"
-"    \tlinks: resolve symbolic links in DIR before processing instances\n"
-"    \tof ‘..’\n"
-"        -e\tif the -P option is supplied, and the current working directory\n"
-"    \tcannot be determined successfully, exit with a non-zero status\n"
+"      -L\tforce symbolic links to be followed: resolve symbolic\n"
+"    \t\tlinks in DIR after processing instances of ‘..’\n"
+"      -P\tuse the physical directory structure without following\n"
+"    \t\tsymbolic links: resolve symbolic links in DIR before\n"
+"    \t\tprocessing instances of ‘..’\n"
+"      -e\tif the -P option is supplied, and the current working\n"
+"    \t\tdirectory cannot be determined successfully, exit with\n"
+"    \t\ta non-zero status\n"
+"      -@\ton systems that support it, present a file with extended\n"
+"    \t\tattributes as a directory containing the file attributes\n"
 "    \n"
 "    The default is to follow symbolic links, as if ‘-L’ were specified.\n"
 "    ‘..’ is processed by removing the immediately previous pathname "
@@ -2676,13 +2780,13 @@ msgstr ""
 "when\n"
 "    -P is used; non-zero otherwise."
 
-#: builtins.c:420
+#: builtins.c:423
 msgid ""
 "Print the name of the current working directory.\n"
 "    \n"
 "    Options:\n"
 "      -L\tprint the value of $PWD if it names the current working\n"
-"    \tdirectory\n"
+"    \t\tdirectory\n"
 "      -P\tprint the physical directory, without any symbolic links\n"
 "    \n"
 "    By default, `pwd' behaves as if `-L' were specified.\n"
@@ -2695,7 +2799,7 @@ msgstr ""
 "    \n"
 "    Options:\n"
 "      -L\tprint the value of $PWD if it names the current working\n"
-"    \tdirectory\n"
+"    \t\tdirectory\n"
 "      -P\tprint the physical directory, without any symbolic links\n"
 "    \n"
 "    By default, ‘pwd’ behaves as if ‘-L’ were specified.\n"
@@ -2704,7 +2808,7 @@ msgstr ""
 "    Returns 0 unless an invalid option is given or the current directory\n"
 "    cannot be read."
 
-#: builtins.c:437
+#: builtins.c:440
 msgid ""
 "Null command.\n"
 "    \n"
@@ -2720,7 +2824,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Always succeeds."
 
-#: builtins.c:448
+#: builtins.c:451
 msgid ""
 "Return a successful result.\n"
 "    \n"
@@ -2732,7 +2836,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Always succeeds."
 
-#: builtins.c:457
+#: builtins.c:460
 msgid ""
 "Return an unsuccessful result.\n"
 "    \n"
@@ -2744,7 +2848,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Always fails."
 
-#: builtins.c:466
+#: builtins.c:469
 msgid ""
 "Execute a simple command or display information about commands.\n"
 "    \n"
@@ -2754,10 +2858,10 @@ msgid ""
 "    on disk when a function with the same name exists.\n"
 "    \n"
 "    Options:\n"
-"      -p\tuse a default value for PATH that is guaranteed to find all of\n"
-"    \tthe standard utilities\n"
-"      -v\tprint a description of COMMAND similar to the `type' builtin\n"
-"      -V\tprint a more verbose description of each COMMAND\n"
+"      -p    use a default value for PATH that is guaranteed to find all of\n"
+"            the standard utilities\n"
+"      -v    print a description of COMMAND similar to the `type' builtin\n"
+"      -V    print a more verbose description of each COMMAND\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns exit status of COMMAND, or failure if COMMAND is not found."
@@ -2770,15 +2874,15 @@ msgstr ""
 "    on disk when a function with the same name exists.\n"
 "    \n"
 "    Options:\n"
-"      -p\tuse a default value for PATH that is guaranteed to find all of\n"
-"    \tthe standard utilities\n"
-"      -v\tprint a description of COMMAND similar to the ‘type’ builtin\n"
-"      -V\tprint a more verbose description of each COMMAND\n"
+"      -p    use a default value for PATH that is guaranteed to find all of\n"
+"            the standard utilities\n"
+"      -v    print a description of COMMAND similar to the ‘type’ builtin\n"
+"      -V    print a more verbose description of each COMMAND\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns exit status of COMMAND, or failure if COMMAND is not found."
 
-#: builtins.c:485
+#: builtins.c:488
 msgid ""
 "Set variable values and attributes.\n"
 "    \n"
@@ -2788,9 +2892,9 @@ msgid ""
 "    Options:\n"
 "      -f\trestrict action or display to function names and definitions\n"
 "      -F\trestrict display to function names only (plus line number and\n"
-"    \tsource file when debugging)\n"
+"    \t\tsource file when debugging)\n"
 "      -g\tcreate global variables when used in a shell function; otherwise\n"
-"    \tignored\n"
+"    \t\tignored\n"
 "      -p\tdisplay the attributes and value of each NAME\n"
 "    \n"
 "    Options which set attributes:\n"
@@ -2825,9 +2929,9 @@ msgstr ""
 "    Options:\n"
 "      -f\trestrict action or display to function names and definitions\n"
 "      -F\trestrict display to function names only (plus line number and\n"
-"    \tsource file when debugging)\n"
+"    \t\tsource file when debugging)\n"
 "      -g\tcreate global variables when used in a shell function; otherwise\n"
-"    \tignored\n"
+"    \t\tignored\n"
 "      -p\tdisplay the attributes and value of each NAME\n"
 "    \n"
 "    Options which set attributes:\n"
@@ -2854,7 +2958,7 @@ msgstr ""
 "    Returns success unless an invalid option is supplied or a variable\n"
 "    assignment error occurs."
 
-#: builtins.c:525
+#: builtins.c:528
 msgid ""
 "Set variable values and attributes.\n"
 "    \n"
@@ -2864,7 +2968,7 @@ msgstr ""
 "    \n"
 "    Obsolete.  See ‘help declare’."
 
-#: builtins.c:533
+#: builtins.c:536
 msgid ""
 "Define local variables.\n"
 "    \n"
@@ -2890,7 +2994,7 @@ msgstr ""
 "    Returns success unless an invalid option is supplied, a variable\n"
 "    assignment error occurs, or the shell is not executing a function."
 
-#: builtins.c:550
+#: builtins.c:553
 msgid ""
 "Write arguments to the standard output.\n"
 "    \n"
@@ -2916,9 +3020,9 @@ msgid ""
 "      \\v\tvertical tab\n"
 "      \\\\\tbackslash\n"
 "      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
-"    \t0 to 3 octal digits\n"
+"    \t\t0 to 3 octal digits\n"
 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
-"    \tcan be one or two hex digits\n"
+"    \t\tcan be one or two hex digits\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless a write error occurs."
@@ -2947,14 +3051,14 @@ msgstr ""
 "      \\v\tvertical tab\n"
 "      \\\\\tbackslash\n"
 "      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
-"    \t0 to 3 octal digits\n"
+"    \t\t0 to 3 octal digits\n"
 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
-"    \tcan be one or two hex digits\n"
+"    \t\tcan be one or two hex digits\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless a write error occurs."
 
-#: builtins.c:586
+#: builtins.c:589
 msgid ""
 "Write arguments to the standard output.\n"
 "    \n"
@@ -2976,7 +3080,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless a write error occurs."
 
-#: builtins.c:601
+#: builtins.c:604
 msgid ""
 "Enable and disable shell builtins.\n"
 "    \n"
@@ -3026,7 +3130,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless NAME is not a shell builtin or an error occurs."
 
-#: builtins.c:629
+#: builtins.c:632
 msgid ""
 "Execute arguments as a shell command.\n"
 "    \n"
@@ -3046,7 +3150,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns exit status of command or success if command is null."
 
-#: builtins.c:641
+#: builtins.c:644
 msgid ""
 "Parse option arguments.\n"
 "    \n"
@@ -3124,7 +3228,7 @@ msgstr ""
 "    Returns success if an option is found; fails if the end of options is\n"
 "    encountered or an error occurs."
 
-#: builtins.c:683
+#: builtins.c:686
 msgid ""
 "Replace the shell with the given command.\n"
 "    \n"
@@ -3135,8 +3239,8 @@ msgid ""
 "    \n"
 "    Options:\n"
 "      -a name\tpass NAME as the zeroth argument to COMMAND\n"
-"      -c\t\texecute COMMAND with an empty environment\n"
-"      -l\t\tplace a dash in the zeroth argument to COMMAND\n"
+"      -c\texecute COMMAND with an empty environment\n"
+"      -l\tplace a dash in the zeroth argument to COMMAND\n"
 "    \n"
 "    If the command cannot be executed, a non-interactive shell exits, "
 "unless\n"
@@ -3155,8 +3259,8 @@ msgstr ""
 "    \n"
 "    Options:\n"
 "      -a name\tpass NAME as the zeroth argument to COMMAND\n"
-"      -c\t\texecute COMMAND with an empty environment\n"
-"      -l\t\tplace a dash in the zeroth argument to COMMAND\n"
+"      -c\texecute COMMAND with an empty environment\n"
+"      -l\tplace a dash in the zeroth argument to COMMAND\n"
 "    \n"
 "    If the command cannot be executed, a non-interactive shell exits, "
 "unless\n"
@@ -3166,7 +3270,7 @@ msgstr ""
 "    Returns success unless COMMAND is not found or a redirection error "
 "occurs."
 
-#: builtins.c:704
+#: builtins.c:707
 msgid ""
 "Exit the shell.\n"
 "    \n"
@@ -3178,7 +3282,7 @@ msgstr ""
 "    Exits the shell with a status of N.  If N is omitted, the exit status\n"
 "    is that of the last command executed."
 
-#: builtins.c:713
+#: builtins.c:716
 msgid ""
 "Exit a login shell.\n"
 "    \n"
@@ -3192,7 +3296,7 @@ msgstr ""
 "executed\n"
 "    in a login shell."
 
-#: builtins.c:723
+#: builtins.c:726
 msgid ""
 "Display or execute commands from the history list.\n"
 "    \n"
@@ -3248,7 +3352,7 @@ msgstr ""
 "    Returns success or status of executed command; non-zero if an error "
 "occurs."
 
-#: builtins.c:753
+#: builtins.c:756
 msgid ""
 "Move job to the foreground.\n"
 "    \n"
@@ -3268,7 +3372,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Status of command placed in foreground, or failure if an error occurs."
 
-#: builtins.c:768
+#: builtins.c:771
 msgid ""
 "Move jobs to the background.\n"
 "    \n"
@@ -3292,7 +3396,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless job control is not enabled or an error occurs."
 
-#: builtins.c:782
+#: builtins.c:785
 msgid ""
 "Remember or display program locations.\n"
 "    \n"
@@ -3301,15 +3405,15 @@ msgid ""
 "displayed.\n"
 "    \n"
 "    Options:\n"
-"      -d\t\tforget the remembered location of each NAME\n"
-"      -l\t\tdisplay in a format that may be reused as input\n"
+"      -d\tforget the remembered location of each NAME\n"
+"      -l\tdisplay in a format that may be reused as input\n"
 "      -p pathname\tuse PATHNAME as the full pathname of NAME\n"
-"      -r\t\tforget all remembered locations\n"
-"      -t\t\tprint the remembered location of each NAME, preceding\n"
+"      -r\tforget all remembered locations\n"
+"      -t\tprint the remembered location of each NAME, preceding\n"
 "    \t\teach location with the corresponding NAME if multiple\n"
 "    \t\tNAMEs are given\n"
 "    Arguments:\n"
-"      NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
+"      NAME\tEach NAME is searched for in $PATH and added to the list\n"
 "    \t\tof remembered commands.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3322,21 +3426,21 @@ msgstr ""
 "displayed.\n"
 "    \n"
 "    Options:\n"
-"      -d\t\tforget the remembered location of each NAME\n"
-"      -l\t\tdisplay in a format that may be reused as input\n"
+"      -d\tforget the remembered location of each NAME\n"
+"      -l\tdisplay in a format that may be reused as input\n"
 "      -p pathname\tuse PATHNAME as the full pathname of NAME\n"
-"      -r\t\tforget all remembered locations\n"
-"      -t\t\tprint the remembered location of each NAME, preceding\n"
+"      -r\tforget all remembered locations\n"
+"      -t\tprint the remembered location of each NAME, preceding\n"
 "    \t\teach location with the corresponding NAME if multiple\n"
 "    \t\tNAMEs are given\n"
 "    Arguments:\n"
-"      NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
+"      NAME\tEach NAME is searched for in $PATH and added to the list\n"
 "    \t\tof remembered commands.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless NAME is not found or an invalid option is given."
 
-#: builtins.c:807
+#: builtins.c:810
 msgid ""
 "Display information about builtin commands.\n"
 "    \n"
@@ -3348,7 +3452,7 @@ msgid ""
 "      -d\toutput short description for each topic\n"
 "      -m\tdisplay usage in pseudo-manpage format\n"
 "      -s\toutput only a short usage synopsis for each topic matching\n"
-"    \tPATTERN\n"
+"    \t\tPATTERN\n"
 "    \n"
 "    Arguments:\n"
 "      PATTERN\tPattern specifiying a help topic\n"
@@ -3367,7 +3471,7 @@ msgstr ""
 "      -d\toutput short description for each topic\n"
 "      -m\tdisplay usage in pseudo-manpage format\n"
 "      -s\toutput only a short usage synopsis for each topic matching\n"
-"    \tPATTERN\n"
+"    \t\tPATTERN\n"
 "    \n"
 "    Arguments:\n"
 "      PATTERN\tPattern specifiying a help topic\n"
@@ -3376,7 +3480,7 @@ msgstr ""
 "    Returns success unless PATTERN is not found or an invalid option is "
 "given."
 
-#: builtins.c:831
+#: builtins.c:834
 msgid ""
 "Display or manipulate the history list.\n"
 "    \n"
@@ -3390,18 +3494,18 @@ msgid ""
 "      -a\tappend history lines from this session to the history file\n"
 "      -n\tread all history lines not already read from the history file\n"
 "      -r\tread the history file and append the contents to the history\n"
-"    \tlist\n"
+"    \t\tlist\n"
 "      -w\twrite the current history to the history file\n"
-"    \tand append them to the history list\n"
+"    \t\tand append them to the history list\n"
 "    \n"
 "      -p\tperform history expansion on each ARG and display the result\n"
-"    \twithout storing it in the history list\n"
+"    \t\twithout storing it in the history list\n"
 "      -s\tappend the ARGs to the history list as a single entry\n"
 "    \n"
 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
-"    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
+"    if HISTFILE has a value, that is used, else ~/.bash_history.\n"
 "    \n"
-"    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
+"    If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
 "    as a format string for strftime(3) to print the time stamp associated\n"
 "    with each displayed history entry.  No time stamps are printed "
 "otherwise.\n"
@@ -3421,18 +3525,18 @@ msgstr ""
 "      -a\tappend history lines from this session to the history file\n"
 "      -n\tread all history lines not already read from the history file\n"
 "      -r\tread the history file and append the contents to the history\n"
-"    \tlist\n"
+"    \t\tlist\n"
 "      -w\twrite the current history to the history file\n"
-"    \tand append them to the history list\n"
+"    \t\tand append them to the history list\n"
 "    \n"
 "      -p\tperform history expansion on each ARG and display the result\n"
-"    \twithout storing it in the history list\n"
+"    \t\twithout storing it in the history list\n"
 "      -s\tappend the ARGs to the history list as a single entry\n"
 "    \n"
 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
-"    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
+"    if HISTFILE has a value, that is used, else ~/.bash_history.\n"
 "    \n"
-"    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
+"    If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
 "    as a format string for strftime(3) to print the time stamp associated\n"
 "    with each displayed history entry.  No time stamps are printed "
 "otherwise.\n"
@@ -3440,7 +3544,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given or an error occurs."
 
-#: builtins.c:867
+#: builtins.c:870
 msgid ""
 "Display status of jobs.\n"
 "    \n"
@@ -3449,8 +3553,8 @@ msgid ""
 "    \n"
 "    Options:\n"
 "      -l\tlists process IDs in addition to the normal information\n"
-"      -n\tlist only processes that have changed status since the last\n"
-"    \tnotification\n"
+"      -n\tlists only processes that have changed status since the last\n"
+"    \t\tnotification\n"
 "      -p\tlists process IDs only\n"
 "      -r\trestrict output to running jobs\n"
 "      -s\trestrict output to stopped jobs\n"
@@ -3470,8 +3574,8 @@ msgstr ""
 "    \n"
 "    Options:\n"
 "      -l\tlists process IDs in addition to the normal information\n"
-"      -n\tlist only processes that have changed status since the last\n"
-"    \tnotification\n"
+"      -n\tlists only processes that have changed status since the last\n"
+"    \t\tnotification\n"
 "      -p\tlists process IDs only\n"
 "      -r\trestrict output to running jobs\n"
 "      -s\trestrict output to stopped jobs\n"
@@ -3484,7 +3588,7 @@ msgstr ""
 "    Returns success unless an invalid option is given or an error occurs.\n"
 "    If -x is used, returns the exit status of COMMAND."
 
-#: builtins.c:894
+#: builtins.c:897
 msgid ""
 "Remove jobs from current shell.\n"
 "    \n"
@@ -3494,7 +3598,7 @@ msgid ""
 "    Options:\n"
 "      -a\tremove all jobs if JOBSPEC is not supplied\n"
 "      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
-"    \tshell receives a SIGHUP\n"
+"    \t\tshell receives a SIGHUP\n"
 "      -r\tremove only running jobs\n"
 "    \n"
 "    Exit Status:\n"
@@ -3508,13 +3612,13 @@ msgstr ""
 "    Options:\n"
 "      -a\tremove all jobs if JOBSPEC is not supplied\n"
 "      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
-"    \tshell receives a SIGHUP\n"
+"    \t\tshell receives a SIGHUP\n"
 "      -r\tremove only running jobs\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option or JOBSPEC is given."
 
-#: builtins.c:913
+#: builtins.c:916
 msgid ""
 "Send a signal to a job.\n"
 "    \n"
@@ -3526,7 +3630,7 @@ msgid ""
 "      -s sig\tSIG is a signal name\n"
 "      -n sig\tSIG is a signal number\n"
 "      -l\tlist the signal names; if arguments follow `-l' they are\n"
-"    \tassumed to be signal numbers for which names should be listed\n"
+"    \t\tassumed to be signal numbers for which names should be listed\n"
 "    \n"
 "    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
 "    instead of process IDs, and allows processes to be killed if the limit\n"
@@ -3545,7 +3649,7 @@ msgstr ""
 "      -s sig\tSIG is a signal name\n"
 "      -n sig\tSIG is a signal number\n"
 "      -l\tlist the signal names; if arguments follow ‘-l’ they are\n"
-"    \tassumed to be signal numbers for which names should be listed\n"
+"    \t\tassumed to be signal numbers for which names should be listed\n"
 "    \n"
 "    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
 "    instead of process IDs, and allows processes to be killed if the limit\n"
@@ -3554,7 +3658,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given or an error occurs."
 
-#: builtins.c:936
+#: builtins.c:939
 msgid ""
 "Evaluate arithmetic expressions.\n"
 "    \n"
@@ -3640,7 +3744,7 @@ msgstr ""
 "    Exit Status:\n"
 "    If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
 
-#: builtins.c:981
+#: builtins.c:984
 msgid ""
 "Read a line from the standard input and split it into fields.\n"
 "    \n"
@@ -3661,27 +3765,28 @@ msgid ""
 "    \t\tvariable ARRAY, starting at zero\n"
 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
 "    \t\tthan newline\n"
-"      -e\t\tuse Readline to obtain the line in an interactive shell\n"
-"      -i text\tUse TEXT as the initial text for Readline\n"
+"      -e\tuse Readline to obtain the line in an interactive shell\n"
+"      -i text\tuse TEXT as the initial text for Readline\n"
 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
-"    \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
-"    \t\tcharacters are read before the delimiter\n"
+"    \t\tfor a newline, but honor a delimiter if fewer than\n"
+"    \t\tNCHARS characters are read before the delimiter\n"
 "      -N nchars\treturn only after reading exactly NCHARS characters, "
 "unless\n"
-"    \t\tEOF is encountered or read times out, ignoring any delimiter\n"
+"    \t\tEOF is encountered or read times out, ignoring any\n"
+"    \t\tdelimiter\n"
 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
 "    \t\tattempting to read\n"
-"      -r\t\tdo not allow backslashes to escape any characters\n"
-"      -s\t\tdo not echo input coming from a terminal\n"
-"      -t timeout\ttime out and return failure if a complete line of input "
-"is\n"
-"    \t\tnot read within TIMEOUT seconds.  The value of the TMOUT\n"
-"    \t\tvariable is the default timeout.  TIMEOUT may be a\n"
-"    \t\tfractional number.  If TIMEOUT is 0, read returns immediately,\n"
-"    \t\twithout trying to read any data, returning success only if\n"
-"    \t\tinput is available on the specified file descriptor.  The\n"
-"    \t\texit status is greater than 128 if the timeout is exceeded\n"
-"      -u fd\t\tread from file descriptor FD instead of the standard input\n"
+"      -r\tdo not allow backslashes to escape any characters\n"
+"      -s\tdo not echo input coming from a terminal\n"
+"      -t timeout\ttime out and return failure if a complete line of\n"
+"    \t\tinput is not read within TIMEOUT seconds.  The value of the\n"
+"    \t\tTMOUT variable is the default timeout.  TIMEOUT may be a\n"
+"    \t\tfractional number.  If TIMEOUT is 0, read returns\n"
+"    \t\timmediately, without trying to read any data, returning\n"
+"    \t\tsuccess only if input is available on the specified\n"
+"    \t\tfile descriptor.  The exit status is greater than 128\n"
+"    \t\tif the timeout is exceeded\n"
+"      -u fd\tread from file descriptor FD instead of the standard input\n"
 "    \n"
 "    Exit Status:\n"
 "    The return code is zero, unless end-of-file is encountered, read times "
@@ -3709,27 +3814,28 @@ msgstr ""
 "    \t\tvariable ARRAY, starting at zero\n"
 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
 "    \t\tthan newline\n"
-"      -e\t\tuse Readline to obtain the line in an interactive shell\n"
-"      -i text\tUse TEXT as the initial text for Readline\n"
+"      -e\tuse Readline to obtain the line in an interactive shell\n"
+"      -i text\tuse TEXT as the initial text for Readline\n"
 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
-"    \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
-"    \t\tcharacters are read before the delimiter\n"
+"    \t\tfor a newline, but honor a delimiter if fewer than\n"
+"    \t\tNCHARS characters are read before the delimiter\n"
 "      -N nchars\treturn only after reading exactly NCHARS characters, "
 "unless\n"
-"    \t\tEOF is encountered or read times out, ignoring any delimiter\n"
+"    \t\tEOF is encountered or read times out, ignoring any\n"
+"    \t\tdelimiter\n"
 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
 "    \t\tattempting to read\n"
-"      -r\t\tdo not allow backslashes to escape any characters\n"
-"      -s\t\tdo not echo input coming from a terminal\n"
-"      -t timeout\ttime out and return failure if a complete line of input "
-"is\n"
-"    \t\tnot read within TIMEOUT seconds.  The value of the TMOUT\n"
-"    \t\tvariable is the default timeout.  TIMEOUT may be a\n"
-"    \t\tfractional number.  If TIMEOUT is 0, read returns immediately,\n"
-"    \t\twithout trying to read any data, returning success only if\n"
-"    \t\tinput is available on the specified file descriptor.  The\n"
-"    \t\texit status is greater than 128 if the timeout is exceeded\n"
-"      -u fd\t\tread from file descriptor FD instead of the standard input\n"
+"      -r\tdo not allow backslashes to escape any characters\n"
+"      -s\tdo not echo input coming from a terminal\n"
+"      -t timeout\ttime out and return failure if a complete line of\n"
+"    \t\tinput is not read within TIMEOUT seconds.  The value of the\n"
+"    \t\tTMOUT variable is the default timeout.  TIMEOUT may be a\n"
+"    \t\tfractional number.  If TIMEOUT is 0, read returns\n"
+"    \t\timmediately, without trying to read any data, returning\n"
+"    \t\tsuccess only if input is available on the specified\n"
+"    \t\tfile descriptor.  The exit status is greater than 128\n"
+"    \t\tif the timeout is exceeded\n"
+"      -u fd\tread from file descriptor FD instead of the standard input\n"
 "    \n"
 "    Exit Status:\n"
 "    The return code is zero, unless end-of-file is encountered, read times "
@@ -3738,7 +3844,7 @@ msgstr ""
 "occurs,\n"
 "    or an invalid file descriptor is supplied as the argument to -u."
 
-#: builtins.c:1026
+#: builtins.c:1031
 msgid ""
 "Return from a shell function.\n"
 "    \n"
@@ -3758,7 +3864,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns N, or failure if the shell is not executing a function or script."
 
-#: builtins.c:1039
+#: builtins.c:1044
 msgid ""
 "Set or unset values of shell options and positional parameters.\n"
 "    \n"
@@ -3924,7 +4030,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given."
 
-#: builtins.c:1124
+#: builtins.c:1129
 msgid ""
 "Unset values and attributes of shell variables and functions.\n"
 "    \n"
@@ -3934,7 +4040,7 @@ msgid ""
 "      -f\ttreat each NAME as a shell function\n"
 "      -v\ttreat each NAME as a shell variable\n"
 "      -n\ttreat each NAME as a name reference and unset the variable itself\n"
-"    \trather than the variable it references\n"
+"    \t\trather than the variable it references\n"
 "    \n"
 "    Without options, unset first tries to unset a variable, and if that "
 "fails,\n"
@@ -3953,7 +4059,7 @@ msgstr ""
 "      -f\ttreat each NAME as a shell function\n"
 "      -v\ttreat each NAME as a shell variable\n"
 "      -n\ttreat each NAME as a name reference and unset the variable itself\n"
-"    \trather than the variable it references\n"
+"    \t\trather than the variable it references\n"
 "    \n"
 "    Without options, unset first tries to unset a variable, and if that "
 "fails,\n"
@@ -3964,7 +4070,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given or a NAME is read-only."
 
-#: builtins.c:1146
+#: builtins.c:1151
 msgid ""
 "Set export attribute for shell variables.\n"
 "    \n"
@@ -3998,7 +4104,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given or NAME is invalid."
 
-#: builtins.c:1165
+#: builtins.c:1170
 msgid ""
 "Mark shell variables as unchangeable.\n"
 "    \n"
@@ -4010,9 +4116,8 @@ msgid ""
 "      -a\trefer to indexed array variables\n"
 "      -A\trefer to associative array variables\n"
 "      -f\trefer to shell functions\n"
-"      -p\tdisplay a list of all readonly variables or functions, depending "
-"on\n"
-"            whether or not the -f option is given\n"
+"      -p\tdisplay a list of all readonly variables or functions,\n"
+"    \t\tdepending on whether or not the -f option is given\n"
 "    \n"
 "    An argument of `--' disables further option processing.\n"
 "    \n"
@@ -4029,16 +4134,15 @@ msgstr ""
 "      -a\trefer to indexed array variables\n"
 "      -A\trefer to associative array variables\n"
 "      -f\trefer to shell functions\n"
-"      -p\tdisplay a list of all readonly variables or functions, depending "
-"on\n"
-"            whether or not the -f option is given\n"
+"      -p\tdisplay a list of all readonly variables or functions,\n"
+"    \t\tdepending on whether or not the -f option is given\n"
 "    \n"
 "    An argument of ‘--’ disables further option processing.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given or NAME is invalid."
 
-#: builtins.c:1187
+#: builtins.c:1192
 msgid ""
 "Shift positional parameters.\n"
 "    \n"
@@ -4056,7 +4160,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless N is negative or greater than $#."
 
-#: builtins.c:1199 builtins.c:1214
+#: builtins.c:1204 builtins.c:1219
 msgid ""
 "Execute commands from a file in the current shell.\n"
 "    \n"
@@ -4080,7 +4184,7 @@ msgstr ""
 "    Returns the status of the last command executed in FILENAME; fails if\n"
 "    FILENAME cannot be read."
 
-#: builtins.c:1230
+#: builtins.c:1235
 msgid ""
 "Suspend shell execution.\n"
 "    \n"
@@ -4104,7 +4208,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless job control is not enabled or an error occurs."
 
-#: builtins.c:1246
+#: builtins.c:1251
 msgid ""
 "Evaluate conditional expression.\n"
 "    \n"
@@ -4168,9 +4272,9 @@ msgid ""
 "    Other operators:\n"
 "    \n"
 "      -o OPTION      True if the shell option OPTION is enabled.\n"
-"      -v VAR\t True if the shell variable VAR is set\n"
-"      -R VAR\t True if the shell variable VAR is set and is a name "
-"reference.\n"
+"      -v VAR         True if the shell variable VAR is set.\n"
+"      -R VAR         True if the shell variable VAR is set and is a name\n"
+"                     reference.\n"
 "      ! EXPR         True if expr is false.\n"
 "      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
 "      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
@@ -4248,9 +4352,9 @@ msgstr ""
 "    Other operators:\n"
 "    \n"
 "      -o OPTION      True if the shell option OPTION is enabled.\n"
-"      -v VAR\t True if the shell variable VAR is set\n"
-"      -R VAR\t True if the shell variable VAR is set and is a name "
-"reference.\n"
+"      -v VAR         True if the shell variable VAR is set.\n"
+"      -R VAR         True if the shell variable VAR is set and is a name\n"
+"                     reference.\n"
 "      ! EXPR         True if expr is false.\n"
 "      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
 "      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
@@ -4266,7 +4370,7 @@ msgstr ""
 "    Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
 "    false or an invalid argument is given."
 
-#: builtins.c:1327
+#: builtins.c:1333
 msgid ""
 "Evaluate conditional expression.\n"
 "    \n"
@@ -4278,7 +4382,7 @@ msgstr ""
 "    This is a synonym for the “test” builtin, but the last argument must\n"
 "    be a literal ‘]’, to match the opening ‘[’."
 
-#: builtins.c:1336
+#: builtins.c:1342
 msgid ""
 "Display process times.\n"
 "    \n"
@@ -4298,7 +4402,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Always succeeds."
 
-#: builtins.c:1348
+#: builtins.c:1354
 msgid ""
 "Trap signals and other events.\n"
 "    \n"
@@ -4382,7 +4486,7 @@ msgstr ""
 "    Returns success unless a SIGSPEC is invalid or an invalid option is "
 "given."
 
-#: builtins.c:1384
+#: builtins.c:1390
 msgid ""
 "Display information about command type.\n"
 "    \n"
@@ -4391,18 +4495,18 @@ msgid ""
 "    \n"
 "    Options:\n"
 "      -a\tdisplay all locations containing an executable named NAME;\n"
-"    \tincludes aliases, builtins, and functions, if and only if\n"
-"    \tthe `-p' option is not also used\n"
+"    \t\tincludes aliases, builtins, and functions, if and only if\n"
+"    \t\tthe `-p' option is not also used\n"
 "      -f\tsuppress shell function lookup\n"
 "      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
-"    \tbuiltin, or function, and returns the name of the disk file\n"
-"    \tthat would be executed\n"
+"    \t\tbuiltin, or function, and returns the name of the disk file\n"
+"    \t\tthat would be executed\n"
 "      -p\treturns either the name of the disk file that would be executed,\n"
-"    \tor nothing if `type -t NAME' would not return `file'.\n"
+"    \t\tor nothing if `type -t NAME' would not return `file'\n"
 "      -t\toutput a single word which is one of `alias', `keyword',\n"
-"    \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
-"    \treserved word, shell function, shell builtin, disk file, or not\n"
-"    \tfound, respectively\n"
+"    \t\t`function', `builtin', `file' or `', if NAME is an alias,\n"
+"    \t\tshell reserved word, shell function, shell builtin, disk file,\n"
+"    \t\tor not found, respectively\n"
 "    \n"
 "    Arguments:\n"
 "      NAME\tCommand name to be interpreted.\n"
@@ -4418,18 +4522,18 @@ msgstr ""
 "    \n"
 "    Options:\n"
 "      -a\tdisplay all locations containing an executable named NAME;\n"
-"    \tincludes aliases, builtins, and functions, if and only if\n"
-"    \tthe ‘-p’ option is not also used\n"
+"    \t\tincludes aliases, builtins, and functions, if and only if\n"
+"    \t\tthe ‘-p’ option is not also used\n"
 "      -f\tsuppress shell function lookup\n"
 "      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
-"    \tbuiltin, or function, and returns the name of the disk file\n"
-"    \tthat would be executed\n"
+"    \t\tbuiltin, or function, and returns the name of the disk file\n"
+"    \t\tthat would be executed\n"
 "      -p\treturns either the name of the disk file that would be executed,\n"
-"    \tor nothing if ‘type -t NAME’ would not return ‘file’.\n"
+"    \t\tor nothing if ‘type -t NAME’ would not return ‘file’\n"
 "      -t\toutput a single word which is one of ‘alias’, ‘keyword’,\n"
-"    \t‘function’, ‘builtin’, ‘file’ or ‘’, if NAME is an alias, shell\n"
-"    \treserved word, shell function, shell builtin, disk file, or not\n"
-"    \tfound, respectively\n"
+"    \t\t‘function’, ‘builtin’, ‘file’ or ‘’, if NAME is an alias,\n"
+"    \t\tshell reserved word, shell function, shell builtin, disk file,\n"
+"    \t\tor not found, respectively\n"
 "    \n"
 "    Arguments:\n"
 "      NAME\tCommand name to be interpreted.\n"
@@ -4438,7 +4542,7 @@ msgstr ""
 "    Returns success if all of the NAMEs are found; fails if any are not "
 "found."
 
-#: builtins.c:1415
+#: builtins.c:1421
 msgid ""
 "Modify shell resource limits.\n"
 "    \n"
@@ -4456,6 +4560,7 @@ msgid ""
 "      -e\tthe maximum scheduling priority (`nice')\n"
 "      -f\tthe maximum size of files written by the shell and its children\n"
 "      -i\tthe maximum number of pending signals\n"
+"      -k\tthe maximum number of kqueues allocated for this process\n"
 "      -l\tthe maximum size a process may lock into memory\n"
 "      -m\tthe maximum resident set size\n"
 "      -n\tthe maximum number of open file descriptors\n"
@@ -4467,7 +4572,8 @@ msgid ""
 "      -u\tthe maximum number of user processes\n"
 "      -v\tthe size of virtual memory\n"
 "      -x\tthe maximum number of file locks\n"
-"      -T    the maximum number of threads\n"
+"      -P\tthe maximum number of pseudoterminals\n"
+"      -T\tthe maximum number of threads\n"
 "    \n"
 "    Not all options are available on all platforms.\n"
 "    \n"
@@ -4500,6 +4606,7 @@ msgstr ""
 "      -e\tthe maximum scheduling priority (‘nice’)\n"
 "      -f\tthe maximum size of files written by the shell and its children\n"
 "      -i\tthe maximum number of pending signals\n"
+"      -k\tthe maximum number of kqueues allocated for this process\n"
 "      -l\tthe maximum size a process may lock into memory\n"
 "      -m\tthe maximum resident set size\n"
 "      -n\tthe maximum number of open file descriptors\n"
@@ -4511,7 +4618,8 @@ msgstr ""
 "      -u\tthe maximum number of user processes\n"
 "      -v\tthe size of virtual memory\n"
 "      -x\tthe maximum number of file locks\n"
-"      -T    the maximum number of threads\n"
+"      -P\tthe maximum number of pseudoterminals\n"
+"      -T\tthe maximum number of threads\n"
 "    \n"
 "    Not all options are available on all platforms.\n"
 "    \n"
@@ -4528,7 +4636,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 
-#: builtins.c:1463
+#: builtins.c:1471
 msgid ""
 "Display or set file mode mask.\n"
 "    \n"
@@ -4560,7 +4668,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless MODE is invalid or an invalid option is given."
 
-#: builtins.c:1483
+#: builtins.c:1491
 msgid ""
 "Wait for job completion and return exit status.\n"
 "    \n"
@@ -4596,7 +4704,7 @@ msgstr ""
 "    Returns the status of the last ID; fails if ID is invalid or an invalid\n"
 "    option is given."
 
-#: builtins.c:1504
+#: builtins.c:1512
 msgid ""
 "Wait for process completion and return exit status.\n"
 "    \n"
@@ -4622,7 +4730,7 @@ msgstr ""
 "invalid\n"
 "    option is given."
 
-#: builtins.c:1519
+#: builtins.c:1527
 msgid ""
 "Execute commands for each member in a list.\n"
 "    \n"
@@ -4644,7 +4752,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1533
+#: builtins.c:1541
 msgid ""
 "Arithmetic for loop.\n"
 "    \n"
@@ -4674,7 +4782,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1551
+#: builtins.c:1559
 msgid ""
 "Select words from a list and execute commands.\n"
 "    \n"
@@ -4710,7 +4818,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1572
+#: builtins.c:1580
 msgid ""
 "Report time consumed by pipeline's execution.\n"
 "    \n"
@@ -4738,7 +4846,7 @@ msgstr ""
 "    Exit Status:\n"
 "    The return status is the return status of PIPELINE."
 
-#: builtins.c:1589
+#: builtins.c:1597
 msgid ""
 "Execute commands based on pattern matching.\n"
 "    \n"
@@ -4756,7 +4864,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1601
+#: builtins.c:1609
 msgid ""
 "Execute commands based on conditional.\n"
 "    \n"
@@ -4794,7 +4902,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1618
+#: builtins.c:1626
 msgid ""
 "Execute commands as long as a test succeeds.\n"
 "    \n"
@@ -4812,7 +4920,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1630
+#: builtins.c:1638
 msgid ""
 "Execute commands as long as a test does not succeed.\n"
 "    \n"
@@ -4830,7 +4938,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1642
+#: builtins.c:1650
 msgid ""
 "Create a coprocess named NAME.\n"
 "    \n"
@@ -4852,7 +4960,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the exit status of COMMAND."
 
-#: builtins.c:1656
+#: builtins.c:1664
 msgid ""
 "Define shell function.\n"
 "    \n"
@@ -4876,7 +4984,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless NAME is readonly."
 
-#: builtins.c:1670
+#: builtins.c:1678
 msgid ""
 "Group commands as a unit.\n"
 "    \n"
@@ -4894,7 +5002,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 
-#: builtins.c:1682
+#: builtins.c:1690
 msgid ""
 "Resume job in foreground.\n"
 "    \n"
@@ -4918,7 +5026,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns the status of the resumed job."
 
-#: builtins.c:1697
+#: builtins.c:1705
 msgid ""
 "Evaluate arithmetic expression.\n"
 "    \n"
@@ -4936,7 +5044,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
 
-#: builtins.c:1709
+#: builtins.c:1717
 msgid ""
 "Execute conditional command.\n"
 "    \n"
@@ -4988,7 +5096,7 @@ msgstr ""
 "    Exit Status:\n"
 "    0 or 1 depending on value of EXPRESSION."
 
-#: builtins.c:1735
+#: builtins.c:1743
 msgid ""
 "Common shell variable names and usage.\n"
 "    \n"
@@ -5092,7 +5200,7 @@ msgstr ""
 "    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
 "    \t\tcommands should be saved on the history list.\n"
 
-#: builtins.c:1792
+#: builtins.c:1800
 msgid ""
 "Add directories to stack.\n"
 "    \n"
@@ -5102,19 +5210,19 @@ msgid ""
 "    \n"
 "    Options:\n"
 "      -n\tSuppresses the normal change of directory when adding\n"
-"    \tdirectories to the stack, so only the stack is manipulated.\n"
+"    \t\tdirectories to the stack, so only the stack is manipulated.\n"
 "    \n"
 "    Arguments:\n"
 "      +N\tRotates the stack so that the Nth directory (counting\n"
-"    \tfrom the left of the list shown by `dirs', starting with\n"
-"    \tzero) is at the top.\n"
+"    \t\tfrom the left of the list shown by `dirs', starting with\n"
+"    \t\tzero) is at the top.\n"
 "    \n"
 "      -N\tRotates the stack so that the Nth directory (counting\n"
-"    \tfrom the right of the list shown by `dirs', starting with\n"
-"    \tzero) is at the top.\n"
+"    \t\tfrom the right of the list shown by `dirs', starting with\n"
+"    \t\tzero) is at the top.\n"
 "    \n"
 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
-"    \tnew current working directory.\n"
+"    \t\tnew current working directory.\n"
 "    \n"
 "    The `dirs' builtin displays the directory stack.\n"
 "    \n"
@@ -5130,19 +5238,19 @@ msgstr ""
 "    \n"
 "    Options:\n"
 "      -n\tSuppresses the normal change of directory when adding\n"
-"    \tdirectories to the stack, so only the stack is manipulated.\n"
+"    \t\tdirectories to the stack, so only the stack is manipulated.\n"
 "    \n"
 "    Arguments:\n"
 "      +N\tRotates the stack so that the Nth directory (counting\n"
-"    \tfrom the left of the list shown by ‘dirs’, starting with\n"
-"    \tzero) is at the top.\n"
+"    \t\tfrom the left of the list shown by ‘dirs’, starting with\n"
+"    \t\tzero) is at the top.\n"
 "    \n"
 "      -N\tRotates the stack so that the Nth directory (counting\n"
-"    \tfrom the right of the list shown by ‘dirs’, starting with\n"
-"    \tzero) is at the top.\n"
+"    \t\tfrom the right of the list shown by ‘dirs’, starting with\n"
+"    \t\tzero) is at the top.\n"
 "    \n"
 "      dir\tAdds DIR to the directory stack at the top, making it the\n"
-"    \tnew current working directory.\n"
+"    \t\tnew current working directory.\n"
 "    \n"
 "    The ‘dirs’ builtin displays the directory stack.\n"
 "    \n"
@@ -5150,7 +5258,7 @@ msgstr ""
 "    Returns success unless an invalid argument is supplied or the directory\n"
 "    change fails."
 
-#: builtins.c:1826
+#: builtins.c:1834
 msgid ""
 "Remove directories from stack.\n"
 "    \n"
@@ -5159,16 +5267,16 @@ msgid ""
 "    \n"
 "    Options:\n"
 "      -n\tSuppresses the normal change of directory when removing\n"
-"    \tdirectories from the stack, so only the stack is manipulated.\n"
+"    \t\tdirectories from the stack, so only the stack is manipulated.\n"
 "    \n"
 "    Arguments:\n"
 "      +N\tRemoves the Nth entry counting from the left of the list\n"
-"    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
-"    \tremoves the first directory, `popd +1' the second.\n"
+"    \t\tshown by `dirs', starting with zero.  For example: `popd +0'\n"
+"    \t\tremoves the first directory, `popd +1' the second.\n"
 "    \n"
 "      -N\tRemoves the Nth entry counting from the right of the list\n"
-"    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
-"    \tremoves the last directory, `popd -1' the next to last.\n"
+"    \t\tshown by `dirs', starting with zero.  For example: `popd -0'\n"
+"    \t\tremoves the last directory, `popd -1' the next to last.\n"
 "    \n"
 "    The `dirs' builtin displays the directory stack.\n"
 "    \n"
@@ -5183,16 +5291,16 @@ msgstr ""
 "    \n"
 "    Options:\n"
 "      -n\tSuppresses the normal change of directory when removing\n"
-"    \tdirectories from the stack, so only the stack is manipulated.\n"
+"    \t\tdirectories from the stack, so only the stack is manipulated.\n"
 "    \n"
 "    Arguments:\n"
 "      +N\tRemoves the Nth entry counting from the left of the list\n"
-"    \tshown by ‘dirs’, starting with zero.  For example: ‘popd +0’\n"
-"    \tremoves the first directory, ‘popd +1’ the second.\n"
+"    \t\tshown by ‘dirs’, starting with zero.  For example: ‘popd +0’\n"
+"    \t\tremoves the first directory, ‘popd +1’ the second.\n"
 "    \n"
 "      -N\tRemoves the Nth entry counting from the right of the list\n"
-"    \tshown by ‘dirs’, starting with zero.  For example: ‘popd -0’\n"
-"    \tremoves the last directory, ‘popd -1’ the next to last.\n"
+"    \t\tshown by ‘dirs’, starting with zero.  For example: ‘popd -0’\n"
+"    \t\tremoves the last directory, ‘popd -1’ the next to last.\n"
 "    \n"
 "    The ‘dirs’ builtin displays the directory stack.\n"
 "    \n"
@@ -5200,7 +5308,7 @@ msgstr ""
 "    Returns success unless an invalid argument is supplied or the directory\n"
 "    change fails."
 
-#: builtins.c:1856
+#: builtins.c:1864
 msgid ""
 "Display directory stack.\n"
 "    \n"
@@ -5211,19 +5319,19 @@ msgid ""
 "    Options:\n"
 "      -c\tclear the directory stack by deleting all of the elements\n"
 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
-"    \tto your home directory\n"
+"    \t\tto your home directory\n"
 "      -p\tprint the directory stack with one entry per line\n"
 "      -v\tprint the directory stack with one entry per line prefixed\n"
-"    \twith its position in the stack\n"
+"    \t\twith its position in the stack\n"
 "    \n"
 "    Arguments:\n"
-"      +N\tDisplays the Nth entry counting from the left of the list shown "
-"by\n"
-"    \tdirs when invoked without options, starting with zero.\n"
+"      +N\tDisplays the Nth entry counting from the left of the list\n"
+"    \t\tshown by dirs when invoked without options, starting with\n"
+"    \t\tzero.\n"
 "    \n"
-"      -N\tDisplays the Nth entry counting from the right of the list shown "
-"by\n"
-"    \tdirs when invoked without options, starting with zero.\n"
+"      -N\tDisplays the Nth entry counting from the right of the list\n"
+"    \t\tshown by dirs when invoked without options, starting with\n"
+"    \t\tzero.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
@@ -5237,24 +5345,24 @@ msgstr ""
 "    Options:\n"
 "      -c\tclear the directory stack by deleting all of the elements\n"
 "      -l\tdo not print tilde-prefixed versions of directories relative\n"
-"    \tto your home directory\n"
+"    \t\tto your home directory\n"
 "      -p\tprint the directory stack with one entry per line\n"
 "      -v\tprint the directory stack with one entry per line prefixed\n"
-"    \twith its position in the stack\n"
+"    \t\twith its position in the stack\n"
 "    \n"
 "    Arguments:\n"
-"      +N\tDisplays the Nth entry counting from the left of the list shown "
-"by\n"
-"    \tdirs when invoked without options, starting with zero.\n"
+"      +N\tDisplays the Nth entry counting from the left of the list\n"
+"    \t\tshown by dirs when invoked without options, starting with\n"
+"    \t\tzero.\n"
 "    \n"
-"      -N\tDisplays the Nth entry counting from the right of the list shown "
-"by\n"
-"    \tdirs when invoked without options, starting with zero.\n"
+"      -N\tDisplays the Nth entry counting from the right of the list\n"
+"    \t\tshown by dirs when invoked without options, starting with\n"
+"    \t\tzero.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 
-#: builtins.c:1885
+#: builtins.c:1895
 msgid ""
 "Set and unset shell options.\n"
 "    \n"
@@ -5292,7 +5400,7 @@ msgstr ""
 "    Returns success if OPTNAME is enabled; fails if an invalid option is\n"
 "    given or OPTNAME is disabled."
 
-#: builtins.c:1906
+#: builtins.c:1916
 msgid ""
 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
 "    \n"
@@ -5309,15 +5417,15 @@ msgid ""
 "successive\n"
 "    argument.\n"
 "    \n"
-"    In addition to the standard format specifications described in "
-"printf(1),\n"
+"    In addition to the standard format specifications described in printf"
+"(1),\n"
 "    printf interprets:\n"
 "    \n"
 "      %b\texpand backslash escape sequences in the corresponding argument\n"
 "      %q\tquote the argument in a way that can be reused as shell input\n"
-"      %(fmt)T output the date-time string resulting from using FMT as a "
+"      %(fmt)T\toutput the date-time string resulting from using FMT as a "
 "format\n"
-"            string for strftime(3)\n"
+"    \t        string for strftime(3)\n"
 "    \n"
 "    The format is re-used as necessary to consume all of the arguments.  If\n"
 "    there are fewer arguments than the format requires,  extra format\n"
@@ -5345,15 +5453,15 @@ msgstr ""
 "successive\n"
 "    argument.\n"
 "    \n"
-"    In addition to the standard format specifications described in "
-"printf(1),\n"
+"    In addition to the standard format specifications described in printf"
+"(1),\n"
 "    printf interprets:\n"
 "    \n"
 "      %b\texpand backslash escape sequences in the corresponding argument\n"
 "      %q\tquote the argument in a way that can be reused as shell input\n"
-"      %(fmt)T output the date-time string resulting from using FMT as a "
+"      %(fmt)T\toutput the date-time string resulting from using FMT as a "
 "format\n"
-"            string for strftime(3)\n"
+"    \t        string for strftime(3)\n"
 "    \n"
 "    The format is re-used as necessary to consume all of the arguments.  If\n"
 "    there are fewer arguments than the format requires,  extra format\n"
@@ -5366,7 +5474,7 @@ msgstr ""
 "assignment\n"
 "    error occurs."
 
-#: builtins.c:1940
+#: builtins.c:1950
 msgid ""
 "Specify how arguments are to be completed by Readline.\n"
 "    \n"
@@ -5379,11 +5487,11 @@ msgid ""
 "    Options:\n"
 "      -p\tprint existing completion specifications in a reusable format\n"
 "      -r\tremove a completion specification for each NAME, or, if no\n"
-"    \tNAMEs are supplied, all completion specifications\n"
+"    \t\tNAMEs are supplied, all completion specifications\n"
 "      -D\tapply the completions and actions as the default for commands\n"
-"    \twithout any specific completion defined\n"
+"    \t\twithout any specific completion defined\n"
 "      -E\tapply the completions and actions to \"empty\" commands --\n"
-"    \tcompletion attempted on a blank line\n"
+"    \t\tcompletion attempted on a blank line\n"
 "    \n"
 "    When completion is attempted, the actions are applied in the order the\n"
 "    uppercase-letter options are listed above.  The -D option takes\n"
@@ -5403,11 +5511,11 @@ msgstr ""
 "    Options:\n"
 "      -p\tprint existing completion specifications in a reusable format\n"
 "      -r\tremove a completion specification for each NAME, or, if no\n"
-"    \tNAMEs are supplied, all completion specifications\n"
+"    \t\tNAMEs are supplied, all completion specifications\n"
 "      -D\tapply the completions and actions as the default for commands\n"
-"    \twithout any specific completion defined\n"
+"    \t\twithout any specific completion defined\n"
 "      -E\tapply the completions and actions to “empty” commands --\n"
-"    \tcompletion attempted on a blank line\n"
+"    \t\tcompletion attempted on a blank line\n"
 "    \n"
 "    When completion is attempted, the actions are applied in the order the\n"
 "    uppercase-letter options are listed above.  The -D option takes\n"
@@ -5416,7 +5524,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 
-#: builtins.c:1968
+#: builtins.c:1978
 msgid ""
 "Display possible completions depending on the options.\n"
 "    \n"
@@ -5438,7 +5546,7 @@ msgstr ""
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 
-#: builtins.c:1983
+#: builtins.c:1993
 msgid ""
 "Modify or display completion options.\n"
 "    \n"
@@ -5496,7 +5604,7 @@ msgstr ""
 "    Returns success unless an invalid option is supplied or NAME does not\n"
 "    have a completion specification defined."
 
-#: builtins.c:2013
+#: builtins.c:2023
 msgid ""
 "Read lines from the standard input into an indexed array variable.\n"
 "    \n"
@@ -5507,20 +5615,21 @@ msgid ""
 "    is the default ARRAY.\n"
 "    \n"
 "    Options:\n"
+"      -d delim\tUse DELIM to terminate lines, instead of newline\n"
 "      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
-"copied.\n"
+"copied\n"
 "      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
-"index is 0.\n"
-"      -s count \tDiscard the first COUNT lines read.\n"
-"      -t\t\tRemove a trailing newline from each line read.\n"
-"      -u fd\t\tRead lines from file descriptor FD instead of the standard "
-"input.\n"
-"      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
-"      -c quantum\tSpecify the number of lines read between each call to "
-"CALLBACK.\n"
+"index is 0\n"
+"      -s count\tDiscard the first COUNT lines read\n"
+"      -t\tRemove a trailing DELIM from each line read (default newline)\n"
+"      -u fd\tRead lines from file descriptor FD instead of the standard "
+"input\n"
+"      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
+"      -c quantum\tSpecify the number of lines read between each call to\n"
+"    \t\t\tCALLBACK\n"
 "    \n"
 "    Arguments:\n"
-"      ARRAY\t\tArray variable name to use for file data.\n"
+"      ARRAY\tArray variable name to use for file data\n"
 "    \n"
 "    If -C is supplied without -c, the default quantum is 5000.  When\n"
 "    CALLBACK is evaluated, it is supplied the index of the next array\n"
@@ -5545,20 +5654,21 @@ msgstr ""
 "    is the default ARRAY.\n"
 "    \n"
 "    Options:\n"
+"      -d delim\tUse DELIM to terminate lines, instead of newline\n"
 "      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
-"copied.\n"
+"copied\n"
 "      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
-"index is 0.\n"
-"      -s count \tDiscard the first COUNT lines read.\n"
-"      -t\t\tRemove a trailing newline from each line read.\n"
-"      -u fd\t\tRead lines from file descriptor FD instead of the standard "
-"input.\n"
-"      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
-"      -c quantum\tSpecify the number of lines read between each call to "
-"CALLBACK.\n"
+"index is 0\n"
+"      -s count\tDiscard the first COUNT lines read\n"
+"      -t\tRemove a trailing DELIM from each line read (default newline)\n"
+"      -u fd\tRead lines from file descriptor FD instead of the standard "
+"input\n"
+"      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
+"      -c quantum\tSpecify the number of lines read between each call to\n"
+"    \t\t\tCALLBACK\n"
 "    \n"
 "    Arguments:\n"
-"      ARRAY\t\tArray variable name to use for file data.\n"
+"      ARRAY\tArray variable name to use for file data\n"
 "    \n"
 "    If -C is supplied without -c, the default quantum is 5000.  When\n"
 "    CALLBACK is evaluated, it is supplied the index of the next array\n"
@@ -5574,7 +5684,7 @@ msgstr ""
 "or\n"
 "    not an indexed array."
 
-#: builtins.c:2047
+#: builtins.c:2059
 msgid ""
 "Read lines from a file into an array variable.\n"
 "    \n"