reference/rrd/functions/rrd-graph.xml
42d9fe8494fe8cf37f50d4777b335b330c7ec5c1
...
...
@@ -4,7 +4,7 @@
4
4
<refentry xml:id="function.rrd-graph" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>rrd_graph</refname>
7
-
<refpurpose>Creates image from a data.</refpurpose>
7
+
<refpurpose>Creates image from a data</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -37,7 +37,7 @@
37
37
<listitem>
38
38
<para>
39
39
Options for generating image. See man page of rrd graph for all
40
-
possible options. All options (data definitions, variable defintions, etc.)
40
+
possible options. All options (data definitions, variable definitions, etc.)
41
41
are allowed.
42
42
</para>
43
43
</listitem>
...
...
@@ -48,8 +48,7 @@
48
48
<refsect1 role="returnvalues">
49
49
&reftitle.returnvalues;
50
50
<para>
51
-
Array with information about generated image is returned, &false; when error
52
-
occurs.
51
+
Array with information about generated image is returned,&return.falseforfailure;.
53
52
</para>
54
53
</refsect1>
55
54
</refentry>
56
55