aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bash.1
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2012-05-31 15:11:45 -0400
committerChet Ramey <chet.ramey@case.edu>2012-05-31 15:11:45 -0400
commit16b2d7f4ea7aa2e52c697bc7f623bf791725f42b (patch)
treeb5e5c94188a803cbbfc908648a42048b5961ce30 /doc/bash.1
parentcd110fdfc29a8766f71a8f9fbb0e011b83d23763 (diff)
downloadandroid_external_bash-16b2d7f4ea7aa2e52c697bc7f623bf791725f42b.tar.gz
android_external_bash-16b2d7f4ea7aa2e52c697bc7f623bf791725f42b.tar.bz2
android_external_bash-16b2d7f4ea7aa2e52c697bc7f623bf791725f42b.zip
Bash-4.2 patch 29
Diffstat (limited to 'doc/bash.1')
-rw-r--r--doc/bash.110
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bash.1 b/doc/bash.1
index 0ba4f8e..103d27e 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -8948,6 +8948,16 @@ parameter expansion as a special character. The single quotes must match
quoted. This is the behavior of posix mode through version 4.1.
The default bash behavior remains as in previous versions.
.TP 8
+.B direxpand
+If set,
+.B bash
+replaces directory names with the results of word expansion when performing
+filename completion. This changes the contents of the readline editing
+buffer.
+If not set,
+.B bash
+attempts to preserve what the user typed.
+.TP 8
.B dirspell
If set,
.B bash