From 647aa93474a162521bf5d7e0a513b6684173ecde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andre=20Kl=C3=A4rner?= Date: Wed, 21 Sep 2022 09:13:15 +0200 Subject: [PATCH] rewrite valstrfduration introduction --- doc/rrdgraph_graph.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index 3afbef11..aa95f94b 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -197,7 +197,8 @@ A literal `%' character. =back -Formatting values as duration is done using printf like conversion specifications: +You can format values as duration using B<:valstrfduration> with the value being interpreted as milliseconds. +Using printf like conversion specifications you can extract properties from the duration: - All non-conversion specification chars are copied unchanged - A conversion specification has format '%' [ ['0'] minwidth ] [ '.' precision ] conversion-specifier -- 2.47.2