~ubuntu-branches/ubuntu/precise/bash/precise

2 by Matthias Klose
* Don't mishandle negative pid in `kill' builtin (closes: #133927, #137742).
1
			Programmable Completion
2
			=======================
3
4
[BUG REPORTING: Please direct all enhancement requests directly to the
5
 bash_completion maintainer, the completion script won't be changed for
6
 Debian specific enhancements. If you find a real bug, report it the usual
7
 way. The bash_completion author can be reached at
8
 http://freshmeat.net/projects/bashcompletion/
9
10
 If you find a newer version on freshmeat, you can replace it, if you did
11
 not change the Debian version.
12
]
13
14
To enable programmable completion for bash on Debian, uncomment the
15
bash_completion lines in /etc/bash.bashrc to source /etc/bash_completion.
16
/etc/bash_completion sources ~/.bash_completion, if it exists.
17