bash-completion/bash-completion-20060301-debian.patch

12 lines
390 B
Diff
Raw Normal View History

--- bash_completion~ 2007-02-28 01:11:44.000000000 +0200
+++ bash_completion 2007-02-28 01:11:44.000000000 +0200
@@ -806,7 +806,7 @@
[ $UNAME = GNU -o $UNAME = Linux -o $UNAME = Darwin \
-o $UNAME = FreeBSD -o $UNAME = SunOS -o $UNAME = Cygwin \
-o $UNAME = OpenBSD ] && \
-complete -F _man $filenames man
+complete -F _man $filenames man apropos whatis
# renice(8) completion
#