The following commit has been merged in the master branch:
commit 86070a8f606df11a37198dc2c87beefa09a5d14d
Author: Ville Skyttä <[email protected]>
Date:   Sun Jan 3 13:49:41 2010 +0200

    Fix __expand_tilde_by_ref usage example.

diff --git a/bash_completion b/bash_completion
index 8eeb1cc..ab9cd8e 100644
--- a/bash_completion
+++ b/bash_completion
@@ -604,7 +604,7 @@ _available_interfaces()
 # a dollar sign variable ($) or asterisk (*) is not expanded.
 # Example usage:
 #
-#    $ v="~"; __expand_tilde v; echo "$v"
+#    $ v="~"; __expand_tilde_by_ref v; echo "$v"
 #
 # Example output:
 #

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to