commit bash-20150116 snapshot

This commit is contained in:
Chet Ramey
2015-01-27 11:10:49 -05:00
parent 3ff27f82da
commit 947f04912e
44 changed files with 40075 additions and 8 deletions
+5 -2
View File
@@ -5,12 +5,12 @@
.\" Case Western Reserve University
.\" chet.ramey@case.edu
.\"
.\" Last Change: Thu Jan 1 14:40:18 EST 2015
.\" Last Change: Mon Jan 19 14:47:31 EST 2015
.\"
.\" bash_builtins, strip all but Built-Ins section
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
.TH BASH 1 "2015 January 1" "GNU Bash 4.4"
.TH BASH 1 "2015 January 19" "GNU Bash 4.4"
.\"
.\" There's some problem with having a `@'
.\" in a tagged paragraph with the BSD man macros.
@@ -7355,6 +7355,9 @@ Intended to be used with shell functions.
Tell readline not to quote the completed words if they are filenames
(quoting filenames is the default).
.TP 8
.B nosort
Tell readline not to sort the list of possible completions alphabetically.
.TP 8
.B nospace
Tell readline not to append a space (the default) to words completed at
the end of the line.