From 1a839bca58146886d97de12fae18f4e43bc8dd8c Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 21 Feb 2009 09:23:04 +0000 Subject: [PATCH] Documentation fixes by Bernhard Reutner-Fischer git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1748 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/rrdgraph.pod | 2 +- doc/rrdgraph_rpn.pod | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index c39548f..598e997 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -444,7 +444,7 @@ measurement, 1 kb/s is 1000 b/s. [B<-W>|B<--watermark> I] -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 de44c0b..b6b68e3 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -9,7 +9,8 @@ I:=I|I|I[,I] =head1 DESCRIPTION If you have ever used a traditional HP calculator you already know -B. The idea behind B is that you have a stack and push +B (Reverse Polish Notation). +The idea behind B 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 -- 2.11.0