commit bash-20080925 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:29:27 -05:00
parent f1c4df2484
commit 10a4e4150a
62 changed files with 8960 additions and 6649 deletions
+2
View File
@@ -8063,6 +8063,7 @@ by default when the shell is interactive, unless the shell is started
with the
.B \-\-noediting
option.
This also affects the editing interface used for \fBread \-e\fP.
.TP 8
.B errtrace
Same as
@@ -8159,6 +8160,7 @@ Same as
.TP 8
.B vi
Use a vi-style command line editing interface.
This also affects the editing interface used for \fBread \-e\fP.
.TP 8
.B xtrace
Same as
+2
View File
@@ -4005,6 +4005,7 @@ Same as @code{-B}.
@item emacs
Use an @code{emacs}-style line editing interface (@pxref{Command Line Editing}).
This also affects the editing interface used for @code{read -e}.
@item errexit
Same as @code{-e}.
@@ -4079,6 +4080,7 @@ Same as @code{-v}.
@item vi
Use a @code{vi}-style line editing interface.
This also affects the editing interface used for @code{read -e}.
@item xtrace
Same as @code{-x}.