svn commit: r262902 - head/usr.sbin/bsdconfig/share
Devin Teske
dteske at FreeBSD.org
Fri Mar 7 20:32:27 UTC 2014
Author: dteske
Date: Fri Mar 7 20:32:26 2014
New Revision: 262902
URL: http://svnweb.freebsd.org/changeset/base/262902
Log:
Comment -- to go with NL global introduced (but not mentioned) by r262901
Modified:
head/usr.sbin/bsdconfig/share/strings.subr
Modified: head/usr.sbin/bsdconfig/share/strings.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/strings.subr Fri Mar 7 20:29:19 2014 (r262901)
+++ head/usr.sbin/bsdconfig/share/strings.subr Fri Mar 7 20:32:26 2014 (r262902)
@@ -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"
More information about the svn-src-all
mailing list