Code

Documentation fixes by Bernhard Reutner-Fischer
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 21 Feb 2009 09:23:04 +0000 (09:23 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 21 Feb 2009 09:23:04 +0000 (09:23 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1748 a5681a0c-68f1-0310-ab6d-d61299d08faa

doc/rrdgraph.pod
doc/rrdgraph_rpn.pod

index c39548f2e6966f53e51dabfc2ebaf9f0c0ba3916..598e9979655f6868339e39727bcd684c835ead8f 100644 (file)
@@ -444,7 +444,7 @@ measurement, 1 kb/s is 1000 b/s.
 
 [B<-W>|B<--watermark> I<string>]
 
-Adds the given string as a watermark, horizontally centred, at the bottom 
+Adds the given string as a watermark, horizontally centered, at the bottom 
 of the graph.
 
 =head2 Data and variables
index de44c0bde1dcd8cfd1c83e8b8cb974e4e4b340e3..b6b68e3e3b3dec1fb33d7a0ee432a23c13228058 100644 (file)
@@ -9,7 +9,8 @@ I<RPN expression>:=I<vname>|I<operator>|I<value>[,I<RPN expression>]
 =head1 DESCRIPTION
 
 If you have ever used a traditional HP calculator you already know
-B<RPN>. The idea behind B<RPN> is that you have a stack and push
+B<RPN> (Reverse Polish Notation).
+The idea behind B<RPN> is that you have a stack and push
 your data onto this stack. Whenever you execute an operation, it
 takes as many elements from the stack as needed. Pushing is done
 implicitly, so whenever you specify a number or a variable, it gets