commit bash-20151030 snapshot

This commit is contained in:
Chet Ramey
2015-11-02 10:50:13 -05:00
parent 07357ec296
commit 602edf7f20
9 changed files with 1040 additions and 1727 deletions
+5 -1
View File
@@ -5403,7 +5403,6 @@ current directory.
A null directory name may appear as two adjacent colons, or as an initial
or trailing colon.
@item PS1
The primary prompt string. The default value is @samp{\s-\v\$ }.
@xref{Controlling the Prompt}, for the complete list of escape
@@ -5973,6 +5972,11 @@ trailing directory components to retain when expanding the @code{\w} and
@code{\W} prompt string escapes (@pxref{Controlling the Prompt}).
Characters removed are replaced with an ellipsis.
@item PS0
The value of this parameter is expanded like @var{PS1}
and displayed by interactive shells after reading a command
and before the command is executed.
@item PS3
The value of this variable is used as the prompt for the
@code{select} command. If this variable is not set, the