summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d40fd3)
raw | patch | inline | side by side (parent: 8d40fd3)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 21 Feb 2009 09:23:04 +0000 (09:23 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 21 Feb 2009 09:23:04 +0000 (09:23 +0000) |
doc/rrdgraph.pod | patch | blob | history | |
doc/rrdgraph_rpn.pod | patch | blob | history |
diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod
index c39548f2e6966f53e51dabfc2ebaf9f0c0ba3916..598e9979655f6868339e39727bcd684c835ead8f 100644 (file)
--- a/doc/rrdgraph.pod
+++ b/doc/rrdgraph.pod
[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
diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod
index de44c0bde1dcd8cfd1c83e8b8cb974e4e4b340e3..b6b68e3e3b3dec1fb33d7a0ee432a23c13228058 100644 (file)
--- a/doc/rrdgraph_rpn.pod
+++ b/doc/rrdgraph_rpn.pod
=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