mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
commit bash-20080925 snapshot
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user