summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2014-03-07 20:32:26 +0000
committerdteske <dteske@FreeBSD.org>2014-03-07 20:32:26 +0000
commitaf733395cb04047ceb619741a607753867cc37a1 (patch)
tree67bbfba72d80cf77f696db404fe21adf262cac68 /usr.sbin/bsdconfig
parent133f75adb511635261cb16e0abf8b607c0562ad8 (diff)
downloadFreeBSD-src-af733395cb04047ceb619741a607753867cc37a1.zip
FreeBSD-src-af733395cb04047ceb619741a607753867cc37a1.tar.gz
Comment -- to go with NL global introduced (but not mentioned) by r262901
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r--usr.sbin/bsdconfig/share/strings.subr3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/bsdconfig/share/strings.subr b/usr.sbin/bsdconfig/share/strings.subr
index 5576468..0274f5f 100644
--- a/usr.sbin/bsdconfig/share/strings.subr
+++ b/usr.sbin/bsdconfig/share/strings.subr
@@ -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"
OpenPOWER on IntegriCloud