From: Tobias Oetiker Date: Mon, 20 Apr 2015 07:09:28 +0000 (+0200) Subject: spelling fixes X-Git-Tag: v1.5.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f1cbbbbefa57a7751e7cf2bcaa9b41b3fe5f4cd;p=thirdparty%2Frrdtool-1.x.git spelling fixes --- diff --git a/doc/rrd-beginners.pod b/doc/rrd-beginners.pod index f3c209bf..7a0601ac 100644 --- a/doc/rrd-beginners.pod +++ b/doc/rrd-beginners.pod @@ -94,10 +94,10 @@ best explained with an example. This example creates a database named F. Start time (1'023'654'125) is specified in total number of seconds since epoch (time in seconds since 01-01-1970). While updating the database, the -update time is also specified. This update time MUST be large (later) -then start time and MUST be in seconds since epoch. +update time is also specified. This update time MUST be larger (later) +than start time and MUST be in seconds since epoch. -The step of 300 seconds indicates that database expects new values every +The step of 300 seconds indicates that the database expects new values every 300 seconds. The wrapper script should be scheduled to run every B seconds so that it updates the database every B seconds. diff --git a/doc/rrdtutorial.pod b/doc/rrdtutorial.pod index e29cd503..952c16fe 100644 --- a/doc/rrdtutorial.pod +++ b/doc/rrdtutorial.pod @@ -134,8 +134,8 @@ you did understand, you may have missed something. By following the examples you get some hands-on experience and, even more important, some background information of how it works. -You will need to know something about hexadecimal numbers. If you don't -then start with reading L before you continue here. +You will need to know something about hexadecimal numbers. If you don't, +start with reading L before you continue here. =head2 Your first Round Robin Database