Fix __expand_tilde_by_ref usage example.

master
Ville Skyttä 2010-01-03 13:49:41 +02:00
parent 563e4d355d
commit 86070a8f60
1 changed files with 1 additions and 1 deletions

View File

@ -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:
#