X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdthreads.pod;h=00f5e02d91f1388e71a69743b5c0d63935a3a91c;hb=61a736a2e1ad057f78cb5c2245207c9d02d86f29;hp=7e6a6895116d05fd34f26afa41f8bda15783c489;hpb=fe550d874ba79acc9f033be6d50a29462a3b64d2;p=rrdtool.git diff --git a/doc/rrdthreads.pod b/doc/rrdthreads.pod index 7e6a689..00f5e02 100644 --- a/doc/rrdthreads.pod +++ b/doc/rrdthreads.pod @@ -116,7 +116,7 @@ F and F Do not use C or C in *C<_r> (directly or indirectly) -C uses global variables and behaves badly in a multithreaded +C uses global variables and behaves badly in a multi-threaded application when called concurrently. Instead provide a *_r function taking all options as function parameters. You may provide argc and **argv arguments for variable length argument lists. See @@ -128,7 +128,7 @@ Do not use the C function! It uses lots of global vars. You may use it in functions not designed to be thread-safe like functions wrapping the C<_r> version of some -operation (eg. C, but not in C) +operation (e.g., C, but not in C) =back