Fix __expand_tilde_by_ref usage example.
This commit is contained in:
parent
563e4d355d
commit
86070a8f60
@ -604,7 +604,7 @@ _available_interfaces()
|
|||||||
# a dollar sign variable ($) or asterisk (*) is not expanded.
|
# a dollar sign variable ($) or asterisk (*) is not expanded.
|
||||||
# Example usage:
|
# Example usage:
|
||||||
#
|
#
|
||||||
# $ v="~"; __expand_tilde v; echo "$v"
|
# $ v="~"; __expand_tilde_by_ref v; echo "$v"
|
||||||
#
|
#
|
||||||
# Example output:
|
# Example output:
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user