From: Tobias Oetiker Date: Tue, 11 Feb 2003 10:16:46 +0000 (+0000) Subject: removed lg we do not allow this in the code at th moment X-Git-Tag: 1.2rc1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=827e9712fd8005c121000ccbefecdb07a83fd2f5;p=thirdparty%2Frrdtool-1.x.git removed lg we do not allow this in the code at th moment git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@178 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdgraph_graph.src b/doc/rrdgraph_graph.src index 5b3bfd61..9e315b9d 100644 --- a/doc/rrdgraph_graph.src +++ b/doc/rrdgraph_graph.src @@ -94,11 +94,6 @@ B<%#.#lf> prints like 12345.6789, with optional field width and precision =item * -B<%#.#lg> prints like 12345.6789, with optional field width and number of -significant digits - -=item * - B<%s> place this after B<%le>, B<%lf> or B<%lg>. This will be replaced by the appropriate SI magnitude unit and the value will be scaled accordingly (123456 -> 123.456 k)