From 86070a8f606df11a37198dc2c87beefa09a5d14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 3 Jan 2010 13:49:41 +0200 Subject: [PATCH] Fix __expand_tilde_by_ref usage example. --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 8eeb1cca..ab9cd8e9 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: #