]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
fixed typos 480/head
authormoli <phpmoli@users.noreply.github.com>
Mon, 19 May 2014 08:06:08 +0000 (10:06 +0200)
committermoli <phpmoli@users.noreply.github.com>
Mon, 19 May 2014 08:06:08 +0000 (10:06 +0200)
added a space :)
and changed the variable "database" to "dbname" to conform with the examples around that

doc/rrdgraph_libdbi.pod

index b8575601d5d9afcbedde790c7a64ff8ef0623e32..839e46674fc9b1513e90781026abe0f37bc512ce 100644 (file)
@@ -86,7 +86,7 @@ Here an example of a table in a MySQL database:
     dbhost=127.0.0.1
     user=rrd
     password=secret
-    database=rrd
+    dbname=rrd
 
   here the table:
     CREATE TABLE RRDValue (
@@ -158,7 +158,7 @@ You can find more informations on this libdbi-users mailing list thread : http:/
   (this only happens when the libdbi driver is actually used the first time!)
   This is KNOWN to be the case with RHEL4 and FC4 and FC5! (But actually this is a bug with libdbi make files!)
 
-* at least version 0.8.1 of libdbiexhibits a bug with BINARY fields
+* at least version 0.8.1 of libdbi exhibits a bug with BINARY fields
   (shorttext,text,mediumtext,longtext and possibly also BINARY and BLOB fields), 
   that can result in coredumps of rrdtool. 
   The tool will tell you on stderr if this occures, so that you know what may be the reason.