Skip to content

Commit

Permalink
RRD enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
saundefined committed Jul 26, 2021
1 parent 0f49e97 commit 42d9fe8
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion reference/rrd/functions/rrd-first.xml
Expand Up @@ -44,7 +44,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Integer number of unix timestamp, &false; if some error occurs.
Integer number of unix timestamp,&return.falseforfailure;.
</para>
</refsect1>

Expand Down
5 changes: 2 additions & 3 deletions reference/rrd/functions/rrd-graph.xml
Expand Up @@ -37,7 +37,7 @@
<listitem>
<para>
Options for generating image. See man page of rrd graph for all
possible options. All options (data definitions, variable defintions, etc.)
possible options. All options (data definitions, variable definitions, etc.)
are allowed.
</para>
</listitem>
Expand All @@ -48,8 +48,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Array with information about generated image is returned, &false; when error
occurs.
Array with information about generated image is returned,&return.falseforfailure;.
</para>
</refsect1>
</refentry>
Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/functions/rrd-info.xml
Expand Up @@ -35,7 +35,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Array with information about requsted RRD file, &false; when error occurs.
Array with information about requested RRD file,&return.falseforfailure;.
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/functions/rrd-lastupdate.xml
Expand Up @@ -36,7 +36,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Array of information about last update, &false; when error occurs.
Array of information about last update,&return.falseforfailure;.
</para>
</refsect1>
</refentry>
Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/functions/rrd-restore.xml
Expand Up @@ -53,7 +53,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &true; on success, &false; otherwise.
&return.success;
</para>
</refsect1>
</refentry>
Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/functions/rrd-tune.xml
Expand Up @@ -46,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &true; on success, &false; otherwise.
&return.success;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/functions/rrd-update.xml
Expand Up @@ -46,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &true; on success, &false; when error occurs.
&return.success;
</para>
</refsect1>
</refentry>
Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/functions/rrd-xport.xml
Expand Up @@ -37,7 +37,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Array with information about RRD database file, &false; when error occurs.
Array with information about RRD database file,&return.falseforfailure;.
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/rrdcreator/construct.xml
Expand Up @@ -16,7 +16,7 @@
<methodparam choice="opt"><type>int</type><parameter>step</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
Creates new RRDCreator instance.
Creates new <classname>RRDCreator</classname> instance.
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/rrd/rrdupdater/update.xml
Expand Up @@ -38,7 +38,7 @@
<term><parameter>time</parameter></term>
<listitem>
<para>
Time value for updating the RRD with a particulat data. Default value
Time value for updating the RRD with a particular data. Default value
is current time.
</para>
</listitem>
Expand Down

0 comments on commit 42d9fe8

Please sign in to comment.