This is bashref.info, produced by makeinfo version 4.8 from
-/Users/chet/src/bash/src/doc/bashref.texi.
+/usr/src/local/bash/bash-20071121/doc/bashref.texi.
This text is a brief description of the features that are present in
-the Bash shell (version 3.2, 14 September 2007).
+the Bash shell (version 3.2, 21 November 2007).
- This is Edition 3.2, last updated 14 September 2007, of `The GNU
-Bash Reference Manual', for `Bash', Version 3.2.
+ This is Edition 3.2, last updated 21 November 2007, of `The GNU Bash
+Reference Manual', for `Bash', Version 3.2.
Copyright (C) 1988-2005 Free Software Foundation, Inc.
*************
This text is a brief description of the features that are present in
-the Bash shell (version 3.2, 14 September 2007).
+the Bash shell (version 3.2, 21 November 2007).
- This is Edition 3.2, last updated 14 September 2007, of `The GNU
-Bash Reference Manual', for `Bash', Version 3.2.
+ This is Edition 3.2, last updated 21 November 2007, of `The GNU Bash
+Reference Manual', for `Bash', Version 3.2.
Bash contains features that appear in other popular shells, and some
features that only appear in Bash. Some of the shells that Bash has
* Bash Features:: Features found only in Bash.
* Job Control:: What job control is and how Bash allows you
to use it.
-* Using History Interactively:: Command History Expansion
* Command Line Editing:: Chapter describing the command line
editing features.
+* Using History Interactively:: Command History Expansion
* Installing Bash:: How to build and install Bash on your system.
* Reporting Bugs:: How to report bugs in Bash.
* Major Differences From The Bourne Shell:: A terse list of the differences
subject to the following conditions. The `ERR' trap is not
executed if the failed command is part of the command list
immediately following an `until' or `while' keyword, part of the
- test in an `if' statement, part of a `&&' or `||' list, or if the
- command's return status is being inverted using `!'. These are
- the same conditions obeyed by the `errexit' option. If a SIGSPEC
- is `RETURN', the command ARG is executed each time a shell
- function or a script executed with the `.' or `source' builtins
- finishes executing.
+ test in an `if' statement, part of a command executed in a `&&' or
+ `||' list, or if the command's return status is being inverted
+ using `!'. These are the same conditions obeyed by the `errexit'
+ option. If a SIGSPEC is `RETURN', the command ARG is executed
+ each time a shell function or a script executed with the `.' or
+ `source' builtins finishes executing.
Signals ignored upon entry to the shell cannot be trapped or reset.
Trapped signals that are not being ignored are reset to their
Commands::) exits with a non-zero status, unless the command
that fails is part of the command list immediately following
a `while' or `until' keyword, part of the test in an `if'
- statement, part of a `&&' or `||' list, any command in a
- pipeline but the last, or if the command's return status is
- being inverted using `!'. Failing simple commands that are
- part of shell functions or command lists enclosed in braces
- or parentheses satisfying the above conditions do not cause
- the shell to exit. A trap on `ERR', if set, is executed
- before the shell exits.
+ statement, part of a command executed in a `&&' or `||b' list,
+ any command in a pipeline but the last, or if the command's
+ return status is being inverted using `!'. Failing simple
+ commands that are part of shell functions or command lists
+ enclosed in braces or parentheses satisfying the above
+ conditions do not cause the shell to exit. A trap on `ERR',
+ if set, is executed before the shell exits.
`-f'
Disable file name generation (globbing).
An array variable whose members are the line numbers in source
files corresponding to each member of FUNCNAME.
`${BASH_LINENO[$i]}' is the line number in the source file where
- `${FUNCNAME[$i]}' was called. The corresponding source file name
- is `${BASH_SOURCE[$i]}'. Use `LINENO' to obtain the current line
- number.
+ `${FUNCNAME[$i]}' was called (or `${BASH_LINENO[$i-1]}' if
+ referenced within another shell function). The corresponding
+ source file name is `${BASH_SOURCE[$i]}'. Use `LINENO' to obtain
+ the current line number.
`BASH_REMATCH'
An array variable whose members are assigned by the `=~' binary
building (*note Optional Features::).
\1f
-File: bashref.info, Node: Job Control, Next: Using History Interactively, Prev: Bash Features, Up: Top
+File: bashref.info, Node: Job Control, Next: Command Line Editing, Prev: Bash Features, Up: Top
7 Job Control
*************
\1f
-File: bashref.info, Node: Command Line Editing, Next: Installing Bash, Prev: Using History Interactively, Up: Top
+File: bashref.info, Node: Command Line Editing, Next: Using History Interactively, Prev: Job Control, Up: Top
8 Command Line Editing
**********************
\1f
-File: bashref.info, Node: Using History Interactively, Next: Command Line Editing, Prev: Job Control, Up: Top
+File: bashref.info, Node: Using History Interactively, Next: Installing Bash, Prev: Command Line Editing, Up: Top
9 Using History Interactively
*****************************
\1f
-File: bashref.info, Node: Installing Bash, Next: Reporting Bugs, Prev: Command Line Editing, Up: Top
+File: bashref.info, Node: Installing Bash, Next: Reporting Bugs, Prev: Using History Interactively, Up: Top
10 Installing Bash
******************
* BASH_ENV: Bash Variables. (line 46)
* BASH_EXECUTION_STRING: Bash Variables. (line 52)
* BASH_LINENO: Bash Variables. (line 55)
-* BASH_REMATCH: Bash Variables. (line 63)
-* BASH_SOURCE: Bash Variables. (line 71)
-* BASH_SUBSHELL: Bash Variables. (line 75)
-* BASH_VERSINFO: Bash Variables. (line 79)
-* BASH_VERSION: Bash Variables. (line 103)
+* BASH_REMATCH: Bash Variables. (line 64)
+* BASH_SOURCE: Bash Variables. (line 72)
+* BASH_SUBSHELL: Bash Variables. (line 76)
+* BASH_VERSINFO: Bash Variables. (line 80)
+* BASH_VERSION: Bash Variables. (line 104)
* BASHPID: Bash Variables. (line 16)
* bell-style: Readline Init File Syntax.
(line 38)
(line 45)
* CDPATH: Bourne Shell Variables.
(line 9)
-* COLUMNS: Bash Variables. (line 106)
+* COLUMNS: Bash Variables. (line 107)
* comment-begin: Readline Init File Syntax.
(line 50)
-* COMP_CWORD: Bash Variables. (line 111)
-* COMP_KEY: Bash Variables. (line 140)
-* COMP_LINE: Bash Variables. (line 117)
-* COMP_POINT: Bash Variables. (line 122)
-* COMP_TYPE: Bash Variables. (line 130)
-* COMP_WORDBREAKS: Bash Variables. (line 144)
-* COMP_WORDS: Bash Variables. (line 150)
+* COMP_CWORD: Bash Variables. (line 112)
+* COMP_KEY: Bash Variables. (line 141)
+* COMP_LINE: Bash Variables. (line 118)
+* COMP_POINT: Bash Variables. (line 123)
+* COMP_TYPE: Bash Variables. (line 131)
+* COMP_WORDBREAKS: Bash Variables. (line 145)
+* COMP_WORDS: Bash Variables. (line 151)
* completion-query-items: Readline Init File Syntax.
(line 60)
-* COMPREPLY: Bash Variables. (line 157)
+* COMPREPLY: Bash Variables. (line 158)
* convert-meta: Readline Init File Syntax.
(line 70)
-* DIRSTACK: Bash Variables. (line 162)
+* DIRSTACK: Bash Variables. (line 163)
* disable-completion: Readline Init File Syntax.
(line 76)
* editing-mode: Readline Init File Syntax.
(line 81)
-* EMACS: Bash Variables. (line 172)
+* EMACS: Bash Variables. (line 173)
* enable-keypad: Readline Init File Syntax.
(line 87)
-* EUID: Bash Variables. (line 177)
+* EUID: Bash Variables. (line 178)
* expand-tilde: Readline Init File Syntax.
(line 92)
-* FCEDIT: Bash Variables. (line 181)
-* FIGNORE: Bash Variables. (line 185)
-* FUNCNAME: Bash Variables. (line 191)
-* GLOBIGNORE: Bash Variables. (line 200)
-* GROUPS: Bash Variables. (line 206)
-* histchars: Bash Variables. (line 212)
-* HISTCMD: Bash Variables. (line 227)
-* HISTCONTROL: Bash Variables. (line 232)
-* HISTFILE: Bash Variables. (line 248)
-* HISTFILESIZE: Bash Variables. (line 252)
-* HISTIGNORE: Bash Variables. (line 260)
+* FCEDIT: Bash Variables. (line 182)
+* FIGNORE: Bash Variables. (line 186)
+* FUNCNAME: Bash Variables. (line 192)
+* GLOBIGNORE: Bash Variables. (line 201)
+* GROUPS: Bash Variables. (line 207)
+* histchars: Bash Variables. (line 213)
+* HISTCMD: Bash Variables. (line 228)
+* HISTCONTROL: Bash Variables. (line 233)
+* HISTFILE: Bash Variables. (line 249)
+* HISTFILESIZE: Bash Variables. (line 253)
+* HISTIGNORE: Bash Variables. (line 261)
* history-preserve-point: Readline Init File Syntax.
(line 96)
-* HISTSIZE: Bash Variables. (line 279)
-* HISTTIMEFORMAT: Bash Variables. (line 283)
+* HISTSIZE: Bash Variables. (line 280)
+* HISTTIMEFORMAT: Bash Variables. (line 284)
* HOME: Bourne Shell Variables.
(line 13)
* horizontal-scroll-mode: Readline Init File Syntax.
(line 102)
-* HOSTFILE: Bash Variables. (line 292)
-* HOSTNAME: Bash Variables. (line 303)
-* HOSTTYPE: Bash Variables. (line 306)
+* HOSTFILE: Bash Variables. (line 293)
+* HOSTNAME: Bash Variables. (line 304)
+* HOSTTYPE: Bash Variables. (line 307)
* IFS: Bourne Shell Variables.
(line 18)
-* IGNOREEOF: Bash Variables. (line 309)
+* IGNOREEOF: Bash Variables. (line 310)
* input-meta: Readline Init File Syntax.
(line 109)
-* INPUTRC: Bash Variables. (line 319)
+* INPUTRC: Bash Variables. (line 320)
* isearch-terminators: Readline Init File Syntax.
(line 116)
* keymap: Readline Init File Syntax.
(line 123)
-* LANG: Bash Variables. (line 323)
-* LC_ALL: Bash Variables. (line 327)
-* LC_COLLATE: Bash Variables. (line 331)
-* LC_CTYPE: Bash Variables. (line 338)
+* LANG: Bash Variables. (line 324)
+* LC_ALL: Bash Variables. (line 328)
+* LC_COLLATE: Bash Variables. (line 332)
+* LC_CTYPE: Bash Variables. (line 339)
* LC_MESSAGES <1>: Locale Translation. (line 11)
-* LC_MESSAGES: Bash Variables. (line 343)
-* LC_NUMERIC: Bash Variables. (line 347)
-* LINENO: Bash Variables. (line 351)
-* LINES: Bash Variables. (line 355)
-* MACHTYPE: Bash Variables. (line 360)
+* LC_MESSAGES: Bash Variables. (line 344)
+* LC_NUMERIC: Bash Variables. (line 348)
+* LINENO: Bash Variables. (line 352)
+* LINES: Bash Variables. (line 356)
+* MACHTYPE: Bash Variables. (line 361)
* MAIL: Bourne Shell Variables.
(line 22)
-* MAILCHECK: Bash Variables. (line 364)
+* MAILCHECK: Bash Variables. (line 365)
* MAILPATH: Bourne Shell Variables.
(line 27)
* mark-modified-lines: Readline Init File Syntax.
(line 146)
* meta-flag: Readline Init File Syntax.
(line 109)
-* OLDPWD: Bash Variables. (line 372)
+* OLDPWD: Bash Variables. (line 373)
* OPTARG: Bourne Shell Variables.
(line 34)
-* OPTERR: Bash Variables. (line 375)
+* OPTERR: Bash Variables. (line 376)
* OPTIND: Bourne Shell Variables.
(line 38)
-* OSTYPE: Bash Variables. (line 379)
+* OSTYPE: Bash Variables. (line 380)
* output-meta: Readline Init File Syntax.
(line 153)
* page-completions: Readline Init File Syntax.
(line 158)
* PATH: Bourne Shell Variables.
(line 42)
-* PIPESTATUS: Bash Variables. (line 382)
-* POSIXLY_CORRECT: Bash Variables. (line 387)
-* PPID: Bash Variables. (line 396)
-* PROMPT_COMMAND: Bash Variables. (line 400)
+* PIPESTATUS: Bash Variables. (line 383)
+* POSIXLY_CORRECT: Bash Variables. (line 388)
+* PPID: Bash Variables. (line 397)
+* PROMPT_COMMAND: Bash Variables. (line 401)
* PS1: Bourne Shell Variables.
(line 48)
* PS2: Bourne Shell Variables.
(line 53)
-* PS3: Bash Variables. (line 404)
-* PS4: Bash Variables. (line 409)
-* PWD: Bash Variables. (line 415)
-* RANDOM: Bash Variables. (line 418)
-* REPLY: Bash Variables. (line 423)
-* SECONDS: Bash Variables. (line 426)
-* SHELL: Bash Variables. (line 432)
-* SHELLOPTS: Bash Variables. (line 437)
-* SHLVL: Bash Variables. (line 446)
+* PS3: Bash Variables. (line 405)
+* PS4: Bash Variables. (line 410)
+* PWD: Bash Variables. (line 416)
+* RANDOM: Bash Variables. (line 419)
+* REPLY: Bash Variables. (line 424)
+* SECONDS: Bash Variables. (line 427)
+* SHELL: Bash Variables. (line 433)
+* SHELLOPTS: Bash Variables. (line 438)
+* SHLVL: Bash Variables. (line 447)
* show-all-if-ambiguous: Readline Init File Syntax.
(line 168)
* show-all-if-unmodified: Readline Init File Syntax.
(line 174)
* TEXTDOMAIN: Locale Translation. (line 11)
* TEXTDOMAINDIR: Locale Translation. (line 11)
-* TIMEFORMAT: Bash Variables. (line 451)
-* TMOUT: Bash Variables. (line 489)
-* TMPDIR: Bash Variables. (line 501)
-* UID: Bash Variables. (line 505)
+* TIMEFORMAT: Bash Variables. (line 452)
+* TMOUT: Bash Variables. (line 490)
+* TMPDIR: Bash Variables. (line 502)
+* UID: Bash Variables. (line 506)
* visible-stats: Readline Init File Syntax.
(line 183)
\1f
Tag Table:
-Node: Top\7f1359
-Node: Introduction\7f3171
-Node: What is Bash?\7f3399
-Node: What is a shell?\7f4512
-Node: Definitions\7f7052
-Node: Basic Shell Features\7f9821
-Node: Shell Syntax\7f11040
-Node: Shell Operation\7f12070
-Node: Quoting\7f13364
-Node: Escape Character\7f14667
-Node: Single Quotes\7f15152
-Node: Double Quotes\7f15500
-Node: ANSI-C Quoting\7f16625
-Node: Locale Translation\7f17581
-Node: Comments\7f18477
-Node: Shell Commands\7f19095
-Node: Simple Commands\7f19861
-Node: Pipelines\7f20492
-Node: Lists\7f22367
-Node: Compound Commands\7f23998
-Node: Looping Constructs\7f24782
-Node: Conditional Constructs\7f27229
-Node: Command Grouping\7f34789
-Node: Shell Functions\7f36268
-Node: Shell Parameters\7f40729
-Node: Positional Parameters\7f43059
-Node: Special Parameters\7f43959
-Node: Shell Expansions\7f46923
-Node: Brace Expansion\7f48848
-Node: Tilde Expansion\7f51174
-Node: Shell Parameter Expansion\7f53525
-Node: Command Substitution\7f61225
-Node: Arithmetic Expansion\7f62558
-Node: Process Substitution\7f63408
-Node: Word Splitting\7f64458
-Node: Filename Expansion\7f66081
-Node: Pattern Matching\7f68221
-Node: Quote Removal\7f71539
-Node: Redirections\7f71834
-Node: Executing Commands\7f79564
-Node: Simple Command Expansion\7f80234
-Node: Command Search and Execution\7f82164
-Node: Command Execution Environment\7f84170
-Node: Environment\7f86969
-Node: Exit Status\7f88629
-Node: Signals\7f89833
-Node: Shell Scripts\7f91801
-Node: Shell Builtin Commands\7f94319
-Node: Bourne Shell Builtins\7f95996
-Node: Bash Builtins\7f113204
-Node: Modifying Shell Behavior\7f133336
-Node: The Set Builtin\7f133681
-Node: The Shopt Builtin\7f142506
-Node: Special Builtins\7f152736
-Node: Shell Variables\7f153715
-Node: Bourne Shell Variables\7f154155
-Node: Bash Variables\7f156136
-Node: Bash Features\7f177431
-Node: Invoking Bash\7f178314
-Node: Bash Startup Files\7f184123
-Node: Interactive Shells\7f188982
-Node: What is an Interactive Shell?\7f189392
-Node: Is this Shell Interactive?\7f190041
-Node: Interactive Shell Behavior\7f190856
-Node: Bash Conditional Expressions\7f194136
-Node: Shell Arithmetic\7f197715
-Node: Aliases\7f200461
-Node: Arrays\7f203033
-Node: The Directory Stack\7f206382
-Node: Directory Stack Builtins\7f207096
-Node: Printing a Prompt\7f209988
-Node: The Restricted Shell\7f212702
-Node: Bash POSIX Mode\7f214534
-Node: Job Control\7f222293
-Node: Job Control Basics\7f222760
-Node: Job Control Builtins\7f227269
-Node: Job Control Variables\7f231596
-Node: Command Line Editing\7f232754
-Node: Introduction and Notation\7f233753
-Node: Readline Interaction\7f235375
-Node: Readline Bare Essentials\7f236566
-Node: Readline Movement Commands\7f238355
-Node: Readline Killing Commands\7f239320
-Node: Readline Arguments\7f241240
-Node: Searching\7f242284
-Node: Readline Init File\7f244470
-Node: Readline Init File Syntax\7f245617
-Node: Conditional Init Constructs\7f257992
-Node: Sample Init File\7f260525
-Node: Bindable Readline Commands\7f263642
-Node: Commands For Moving\7f264849
-Node: Commands For History\7f265710
-Node: Commands For Text\7f268865
-Node: Commands For Killing\7f271538
-Node: Numeric Arguments\7f273680
-Node: Commands For Completion\7f274819
-Node: Keyboard Macros\7f278412
-Node: Miscellaneous Commands\7f278983
-Node: Readline vi Mode\7f284294
-Node: Programmable Completion\7f285208
-Node: Programmable Completion Builtins\7f291026
-Node: Using History Interactively\7f298622
-Node: Bash History Facilities\7f299302
-Node: Bash History Builtins\7f302216
-Node: History Interaction\7f306073
-Node: Event Designators\7f308778
-Node: Word Designators\7f309793
-Node: Modifiers\7f311432
-Node: Installing Bash\7f312836
-Node: Basic Installation\7f313966
-Node: Compilers and Options\7f316658
-Node: Compiling For Multiple Architectures\7f317399
-Node: Installation Names\7f319063
-Node: Specifying the System Type\7f319881
-Node: Sharing Defaults\7f320597
-Node: Operation Controls\7f321270
-Node: Optional Features\7f322228
-Node: Reporting Bugs\7f331159
-Node: Major Differences From The Bourne Shell\7f332353
-Node: Copying This Manual\7f349022
-Node: GNU Free Documentation License\7f349292
-Node: Indexes\7f371698
-Node: Builtin Index\7f372141
-Node: Reserved Word Index\7f378674
-Node: Variable Index\7f381122
-Node: Function Index\7f392286
-Node: Concept Index\7f399018
+Node: Top\7f1366
+Node: Introduction\7f3176
+Node: What is Bash?\7f3404
+Node: What is a shell?\7f4517
+Node: Definitions\7f7057
+Node: Basic Shell Features\7f9826
+Node: Shell Syntax\7f11045
+Node: Shell Operation\7f12075
+Node: Quoting\7f13369
+Node: Escape Character\7f14672
+Node: Single Quotes\7f15157
+Node: Double Quotes\7f15505
+Node: ANSI-C Quoting\7f16630
+Node: Locale Translation\7f17586
+Node: Comments\7f18482
+Node: Shell Commands\7f19100
+Node: Simple Commands\7f19866
+Node: Pipelines\7f20497
+Node: Lists\7f22372
+Node: Compound Commands\7f24003
+Node: Looping Constructs\7f24787
+Node: Conditional Constructs\7f27234
+Node: Command Grouping\7f34794
+Node: Shell Functions\7f36273
+Node: Shell Parameters\7f40734
+Node: Positional Parameters\7f43064
+Node: Special Parameters\7f43964
+Node: Shell Expansions\7f46928
+Node: Brace Expansion\7f48853
+Node: Tilde Expansion\7f51179
+Node: Shell Parameter Expansion\7f53530
+Node: Command Substitution\7f61230
+Node: Arithmetic Expansion\7f62563
+Node: Process Substitution\7f63413
+Node: Word Splitting\7f64463
+Node: Filename Expansion\7f66086
+Node: Pattern Matching\7f68226
+Node: Quote Removal\7f71544
+Node: Redirections\7f71839
+Node: Executing Commands\7f79569
+Node: Simple Command Expansion\7f80239
+Node: Command Search and Execution\7f82169
+Node: Command Execution Environment\7f84175
+Node: Environment\7f86974
+Node: Exit Status\7f88634
+Node: Signals\7f89838
+Node: Shell Scripts\7f91806
+Node: Shell Builtin Commands\7f94324
+Node: Bourne Shell Builtins\7f96001
+Node: Bash Builtins\7f113231
+Node: Modifying Shell Behavior\7f133363
+Node: The Set Builtin\7f133708
+Node: The Shopt Builtin\7f142556
+Node: Special Builtins\7f152786
+Node: Shell Variables\7f153765
+Node: Bourne Shell Variables\7f154205
+Node: Bash Variables\7f156186
+Node: Bash Features\7f177558
+Node: Invoking Bash\7f178441
+Node: Bash Startup Files\7f184250
+Node: Interactive Shells\7f189109
+Node: What is an Interactive Shell?\7f189519
+Node: Is this Shell Interactive?\7f190168
+Node: Interactive Shell Behavior\7f190983
+Node: Bash Conditional Expressions\7f194263
+Node: Shell Arithmetic\7f197842
+Node: Aliases\7f200588
+Node: Arrays\7f203160
+Node: The Directory Stack\7f206509
+Node: Directory Stack Builtins\7f207223
+Node: Printing a Prompt\7f210115
+Node: The Restricted Shell\7f212829
+Node: Bash POSIX Mode\7f214661
+Node: Job Control\7f222420
+Node: Job Control Basics\7f222880
+Node: Job Control Builtins\7f227389
+Node: Job Control Variables\7f231716
+Node: Command Line Editing\7f232874
+Node: Introduction and Notation\7f233869
+Node: Readline Interaction\7f235491
+Node: Readline Bare Essentials\7f236682
+Node: Readline Movement Commands\7f238471
+Node: Readline Killing Commands\7f239436
+Node: Readline Arguments\7f241356
+Node: Searching\7f242400
+Node: Readline Init File\7f244586
+Node: Readline Init File Syntax\7f245733
+Node: Conditional Init Constructs\7f258108
+Node: Sample Init File\7f260641
+Node: Bindable Readline Commands\7f263758
+Node: Commands For Moving\7f264965
+Node: Commands For History\7f265826
+Node: Commands For Text\7f268981
+Node: Commands For Killing\7f271654
+Node: Numeric Arguments\7f273796
+Node: Commands For Completion\7f274935
+Node: Keyboard Macros\7f278528
+Node: Miscellaneous Commands\7f279099
+Node: Readline vi Mode\7f284410
+Node: Programmable Completion\7f285324
+Node: Programmable Completion Builtins\7f291142
+Node: Using History Interactively\7f298738
+Node: Bash History Facilities\7f299422
+Node: Bash History Builtins\7f302336
+Node: History Interaction\7f306193
+Node: Event Designators\7f308898
+Node: Word Designators\7f309913
+Node: Modifiers\7f311552
+Node: Installing Bash\7f312956
+Node: Basic Installation\7f314093
+Node: Compilers and Options\7f316785
+Node: Compiling For Multiple Architectures\7f317526
+Node: Installation Names\7f319190
+Node: Specifying the System Type\7f320008
+Node: Sharing Defaults\7f320724
+Node: Operation Controls\7f321397
+Node: Optional Features\7f322355
+Node: Reporting Bugs\7f331286
+Node: Major Differences From The Bourne Shell\7f332480
+Node: Copying This Manual\7f349149
+Node: GNU Free Documentation License\7f349419
+Node: Indexes\7f371825
+Node: Builtin Index\7f372268
+Node: Reserved Word Index\7f378801
+Node: Variable Index\7f381249
+Node: Function Index\7f392413
+Node: Concept Index\7f399145
\1f
End Tag Table