Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2014 20:32:26 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262902 - head/usr.sbin/bsdconfig/share
Message-ID:  <201403072032.s27KWQmE035163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403072032.s27KWQmE035163>