You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/08/12 19:09:17 UTC

svn commit: r1695580 - /jmeter/trunk/xdocs/usermanual/functions.xml

Author: fschumacher
Date: Wed Aug 12 17:09:17 2015
New Revision: 1695580

URL: http://svn.apache.org/r1695580
Log:
Move '.' inside the code tag, where it belongs and mark up the locale 'fr' as code.

Modified:
    jmeter/trunk/xdocs/usermanual/functions.xml

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1695580&r1=1695579&r2=1695580&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Wed Aug 12 17:09:17 2015
@@ -481,9 +481,9 @@ Examples:<br></br>
     <b>To prevent a formatting character from being interpreted,
     enclose it in single quotes. Note that "<code>.</code>" is a formatting character,
     and must be enclosed in single quotes</b>
-    (though <code>#</code>. and <code>000</code>. work as expected in locales where the decimal point is also "<code>.</code>")
+    (though <code>#.</code> and <code>000.</code> work as expected in locales where the decimal point is also "<code>.</code>")
     <br></br>
-    In other locales (e.g. fr), the decimal point is "<code>,</code>" - which means that "<code>#.</code>"
+    In other locales (e.g. <code>fr</code>), the decimal point is "<code>,</code>" - which means that "<code>#.</code>"
     becomes "<code>nnn,</code>".<br></br>
     See the documentation for DecimalFormat for full details.<br></br>
     If the path name does not contain any special formatting characters,