Comment -- to go with NL global introduced (but not mentioned) by r262901

This commit is contained in:
Devin Teske 2014-03-07 20:32:26 +00:00
parent 05a0a04aee
commit 33db33a752
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262902

View File

@ -271,6 +271,9 @@ f_uridecode()
# capturing in a sub-shell (which is less recommended due to performance
# degradation).
#
# To replace newlines or a sequence containing the newline character, use $NL
# as `\n' is not supported.
#
f_replaceall()
{
local __left="" __right="$1"