next set of documentation updates (job control); fix read timeout problem; fix bash-source-fullpath default; brace expansion integer overflow fix; fix for help output for loadable builtins

This commit is contained in:
Chet Ramey
2024-10-15 10:02:17 -04:00
parent 5edfaa45e7
commit 3ed028ccec
37 changed files with 4847 additions and 4331 deletions
+52 -52
View File
@@ -89,55 +89,55 @@
@numchapentry{Job Control}{7}{Job Control}{123}
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{123}
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{124}
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{126}
@numchapentry{Command Line Editing}{8}{Command Line Editing}{127}
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{127}
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{127}
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{128}
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{128}
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{129}
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{129}
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{130}
@numsecentry{Readline Init File}{8.3}{Readline Init File}{130}
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{130}
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{140}
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{141}
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{144}
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{144}
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{145}
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{147}
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{148}
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{150}
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{150}
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{152}
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{152}
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{155}
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{155}
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{157}
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{161}
@numchapentry{Using History Interactively}{9}{Using History Interactively}{164}
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{164}
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{165}
@numsecentry{History Expansion}{9.3}{History Interaction}{167}
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{168}
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{169}
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{170}
@numchapentry{Installing Bash}{10}{Installing Bash}{171}
@numsecentry{Basic Installation}{10.1}{Basic Installation}{171}
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{172}
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{172}
@numsecentry{Installation Names}{10.4}{Installation Names}{173}
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{173}
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{173}
@numsecentry{Operation Controls}{10.7}{Operation Controls}{174}
@numsecentry{Optional Features}{10.8}{Optional Features}{174}
@appentry{Reporting Bugs}{A}{Reporting Bugs}{180}
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{181}
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{186}
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{188}
@appentry{Indexes}{D}{Indexes}{196}
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{196}
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{197}
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{198}
@appsecentry{Function Index}{D.4}{Function Index}{200}
@appsecentry{Concept Index}{D.5}{Concept Index}{202}
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{127}
@numchapentry{Command Line Editing}{8}{Command Line Editing}{128}
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{128}
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{128}
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{129}
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{129}
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{130}
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{130}
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{131}
@numsecentry{Readline Init File}{8.3}{Readline Init File}{131}
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{131}
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{141}
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{142}
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{145}
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{145}
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{146}
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{148}
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{149}
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{151}
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{151}
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{153}
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{153}
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{156}
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{156}
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{158}
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{162}
@numchapentry{Using History Interactively}{9}{Using History Interactively}{165}
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{165}
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{166}
@numsecentry{History Expansion}{9.3}{History Interaction}{168}
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{169}
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{170}
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{171}
@numchapentry{Installing Bash}{10}{Installing Bash}{172}
@numsecentry{Basic Installation}{10.1}{Basic Installation}{172}
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{173}
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{173}
@numsecentry{Installation Names}{10.4}{Installation Names}{174}
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{174}
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{174}
@numsecentry{Operation Controls}{10.7}{Operation Controls}{175}
@numsecentry{Optional Features}{10.8}{Optional Features}{175}
@appentry{Reporting Bugs}{A}{Reporting Bugs}{181}
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{182}
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{187}
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{189}
@appentry{Indexes}{D}{Indexes}{197}
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{197}
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{198}
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{199}
@appsecentry{Function Index}{D.4}{Function Index}{201}
@appsecentry{Concept Index}{D.5}{Concept Index}{203}