]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
spelling fixes
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 20 Apr 2015 07:09:28 +0000 (09:09 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 20 Apr 2015 07:09:28 +0000 (09:09 +0200)
doc/rrd-beginners.pod
doc/rrdtutorial.pod

index f3c209bfa15b9f65d4d3a76fa703e70c80f478e9..7a0601ac777706ff5bf0ff3590d6b8d0e33e73c2 100644 (file)
@@ -94,10 +94,10 @@ best explained with an example.
 This example creates a database named F<target.rrd>. 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<step>
 seconds so that it updates the database every B<step> seconds.
 
index e29cd503c081fe1225831be49a3532a8d50e5ba7..952c16fe3fbd4309d9c09ca8f2e82bef7d1de28d 100644 (file)
@@ -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<bin_dec_hex> before you continue here.
+You will need to know something about hexadecimal numbers. If you don't,
+start with reading L<bin_dec_hex> before you continue here.
 
 =head2 Your first Round Robin Database