summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51e03b8)
raw | patch | inline | side by side (parent: 51e03b8)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 14 Mar 2006 07:11:00 +0000 (07:11 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 14 Mar 2006 07:11:00 +0000 (07:11 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@775 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdtool.pod | patch | blob | history |
diff --git a/doc/rrdtool.pod b/doc/rrdtool.pod
index c36417510339b11b9d915fe19ba4a4a7c3ff7bb3..0b7add0ce09ffb8d116e997a49916cc7bb059151 100644 (file)
--- a/doc/rrdtool.pod
+++ b/doc/rrdtool.pod
When a command is completed, RRDtool will print the string 'C<OK>',
followed by timing information of the form B<u:>I<usertime>
-B<s:>I<systemtime>. Both values are the running totals of seconds
-since RRDtool was started. If an error occurs, a line of the
-form 'C<ERROR:> I<Description of error>' will be printed. B<RRDtool>
-will not abort, if possible, but follow the ERROR line with an OK line.
-If a B<workdir> is specified and the UID is 0, RRDtool will do a
-chroot to that workdir. If the UID is not 0, RRDtool only changes the
-current directory to B<workdir>.
+B<s:>I<systemtime>. Both values are the running totals of seconds since
+RRDtool was started. If an error occurs, a line of the form 'C<ERROR:>
+I<Description of error>' will be printed instead. B<RRDtool> will not abort,
+unless something realy serious happens. If
+a B<workdir> is specified and the UID is 0, RRDtool will do a chroot to that
+workdir. If the UID is not 0, RRDtool only changes the current directory to
+B<workdir>.
=head2 RRD Server