In the appendix, all sections were marked as subsections, and so had section

numbers "A.0.#".  Fixed.
This commit is contained in:
Fred Drake 1998-02-11 22:12:18 +00:00
parent eab81a9247
commit 8d486b1779
2 changed files with 8 additions and 8 deletions

View file

@ -3377,7 +3377,7 @@ the Korn shell and the GNU Bash shell. This is implemented using the
editing. This library has its own documentation which I won't editing. This library has its own documentation which I won't
duplicate here; however, the basics are easily explained. duplicate here; however, the basics are easily explained.
\subsection{Line Editing} \section{Line Editing}
If supported, input line editing is active whenever the interpreter If supported, input line editing is active whenever the interpreter
prints a primary or secondary prompt. The current line can be edited prints a primary or secondary prompt. The current line can be edited
@ -3390,7 +3390,7 @@ line to the right of the cursor, C-Y yanks back the last killed
string. C-underscore undoes the last change you made; it can be string. C-underscore undoes the last change you made; it can be
repeated for cumulative effect. repeated for cumulative effect.
\subsection{History Substitution} \section{History Substitution}
History substitution works as follows. All non-empty input lines History substitution works as follows. All non-empty input lines
issued are saved in a history buffer, and when a new prompt is given issued are saved in a history buffer, and when a new prompt is given
@ -3401,7 +3401,7 @@ front of the prompt to mark a line as modified. Pressing the Return
key passes the current line to the interpreter. C-R starts an key passes the current line to the interpreter. C-R starts an
incremental reverse search; C-S starts a forward search. incremental reverse search; C-S starts a forward search.
\subsection{Key Bindings} \section{Key Bindings}
The key bindings and some other parameters of the Readline library can The key bindings and some other parameters of the Readline library can
be customized by placing commands in an initialization file called be customized by placing commands in an initialization file called
@ -3447,7 +3447,7 @@ TAB: complete
in your \file{\$HOME/.inputrc}. (Of course, this makes it hard to type in your \file{\$HOME/.inputrc}. (Of course, this makes it hard to type
indented continuation lines...) indented continuation lines...)
\subsection{Commentary} \section{Commentary}
This facility is an enormous step forward compared to previous This facility is an enormous step forward compared to previous
versions of the interpreter; however, some wishes are left: It would versions of the interpreter; however, some wishes are left: It would

View file

@ -3377,7 +3377,7 @@ the Korn shell and the GNU Bash shell. This is implemented using the
editing. This library has its own documentation which I won't editing. This library has its own documentation which I won't
duplicate here; however, the basics are easily explained. duplicate here; however, the basics are easily explained.
\subsection{Line Editing} \section{Line Editing}
If supported, input line editing is active whenever the interpreter If supported, input line editing is active whenever the interpreter
prints a primary or secondary prompt. The current line can be edited prints a primary or secondary prompt. The current line can be edited
@ -3390,7 +3390,7 @@ line to the right of the cursor, C-Y yanks back the last killed
string. C-underscore undoes the last change you made; it can be string. C-underscore undoes the last change you made; it can be
repeated for cumulative effect. repeated for cumulative effect.
\subsection{History Substitution} \section{History Substitution}
History substitution works as follows. All non-empty input lines History substitution works as follows. All non-empty input lines
issued are saved in a history buffer, and when a new prompt is given issued are saved in a history buffer, and when a new prompt is given
@ -3401,7 +3401,7 @@ front of the prompt to mark a line as modified. Pressing the Return
key passes the current line to the interpreter. C-R starts an key passes the current line to the interpreter. C-R starts an
incremental reverse search; C-S starts a forward search. incremental reverse search; C-S starts a forward search.
\subsection{Key Bindings} \section{Key Bindings}
The key bindings and some other parameters of the Readline library can The key bindings and some other parameters of the Readline library can
be customized by placing commands in an initialization file called be customized by placing commands in an initialization file called
@ -3447,7 +3447,7 @@ TAB: complete
in your \file{\$HOME/.inputrc}. (Of course, this makes it hard to type in your \file{\$HOME/.inputrc}. (Of course, this makes it hard to type
indented continuation lines...) indented continuation lines...)
\subsection{Commentary} \section{Commentary}
This facility is an enormous step forward compared to previous This facility is an enormous step forward compared to previous
versions of the interpreter; however, some wishes are left: It would versions of the interpreter; however, some wishes are left: It would