final set of documentation updates; documentation directory cleanups

This commit is contained in:
Chet Ramey
2024-11-02 14:50:28 -04:00
parent fffa5d0e7c
commit bf093e31ae
117 changed files with 2854 additions and 20154 deletions
+29 -29
View File
@@ -57,35 +57,35 @@
@numsubsecentry{Exit Status}{3.7.5}{Exit Status}{47}
@numsubsecentry{Signals}{3.7.6}{Signals}{48}
@numsecentry{Shell Scripts}{3.8}{Shell Scripts}{49}
@numchapentry{Shell Builtin Commands}{4}{Shell Builtin Commands}{50}
@numsecentry{Bourne Shell Builtins}{4.1}{Bourne Shell Builtins}{50}
@numsecentry{Bash Builtin Commands}{4.2}{Bash Builtins}{59}
@numsecentry{Modifying Shell Behavior}{4.3}{Modifying Shell Behavior}{71}
@numsubsecentry{The Set Builtin}{4.3.1}{The Set Builtin}{71}
@numsubsecentry{The Shopt Builtin}{4.3.2}{The Shopt Builtin}{76}
@numsecentry{Special Builtins}{4.4}{Special Builtins}{82}
@numchapentry{Shell Variables}{5}{Shell Variables}{84}
@numsecentry{Bourne Shell Variables}{5.1}{Bourne Shell Variables}{84}
@numsecentry{Bash Variables}{5.2}{Bash Variables}{85}
@numchapentry{Bash Features}{6}{Bash Features}{98}
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{98}
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{100}
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{102}
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{102}
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{102}
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{102}
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{103}
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{105}
@numsecentry{Aliases}{6.6}{Aliases}{107}
@numsecentry{Arrays}{6.7}{Arrays}{108}
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{110}
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{110}
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{111}
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{113}
@numsecentry{Bash and POSIX}{6.11}{Bash POSIX Mode}{114}
@numsubsecentry{What is POSIX?}{6.11.1}{}{114}
@numsubsecentry{Bash POSIX Mode}{6.11.2}{}{114}
@numsecentry{Shell Compatibility Mode}{6.12}{Shell Compatibility Mode}{119}
@numchapentry{Shell Builtin Commands}{4}{Shell Builtin Commands}{51}
@numsecentry{Bourne Shell Builtins}{4.1}{Bourne Shell Builtins}{51}
@numsecentry{Bash Builtin Commands}{4.2}{Bash Builtins}{60}
@numsecentry{Modifying Shell Behavior}{4.3}{Modifying Shell Behavior}{72}
@numsubsecentry{The Set Builtin}{4.3.1}{The Set Builtin}{72}
@numsubsecentry{The Shopt Builtin}{4.3.2}{The Shopt Builtin}{77}
@numsecentry{Special Builtins}{4.4}{Special Builtins}{83}
@numchapentry{Shell Variables}{5}{Shell Variables}{85}
@numsecentry{Bourne Shell Variables}{5.1}{Bourne Shell Variables}{85}
@numsecentry{Bash Variables}{5.2}{Bash Variables}{86}
@numchapentry{Bash Features}{6}{Bash Features}{99}
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{99}
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{101}
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{103}
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{103}
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{103}
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{103}
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{104}
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{106}
@numsecentry{Aliases}{6.6}{Aliases}{108}
@numsecentry{Arrays}{6.7}{Arrays}{109}
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{111}
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{111}
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{112}
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{114}
@numsecentry{Bash and POSIX}{6.11}{Bash POSIX Mode}{115}
@numsubsecentry{What is POSIX?}{6.11.1}{}{115}
@numsubsecentry{Bash POSIX Mode}{6.11.2}{}{115}
@numsecentry{Shell Compatibility Mode}{6.12}{Shell Compatibility Mode}{120}
@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}