Code

Imported upstream version 1.3rc9.
[pkg-rrdtool.git] / doc / rrdthreads.html
index a20a11121058992396f1d18b8a470511cdc9656e..cbc57358d61d16a561eff18237693023da58472e 100644 (file)
@@ -110,6 +110,7 @@ instead, it provides a per-thread error message.</p>
 <p>Many others (lookup documentation)</p>
 </li>
 </ul>
+</li>
 <li>
 <p>A header file named <em>rrd_is_thread_safe.h</em> is provided
 that works with the GNU C-preprocessor to ``poison'' some of the most
@@ -133,7 +134,7 @@ taking all options as function parameters. You may provide argc and
 <code>rrd_update_r</code> as an example.</p>
 </li>
 <li>
-<p>Do not use the <code>parsetime</code> function!</p>
+<p>Do not use the <code>rrd_parsetime</code> function!</p>
 <p>It uses lots of global variables. You may use it in functions not designed
 to be thread-safe, like in functions wrapping the <code>_r</code> version of some
 operation (e.g., <code>rrd_create</code>, but not in <code>rrd_create_r</code>)</p>