From f476a55b0513e0e490edea38b58df42770aee835 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Sun, 14 Aug 2011 09:22:27 +0100 Subject: Throw an error in find_var when a given var name doesn't exist --- docs/examples/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/examples/index.html') diff --git a/docs/examples/index.html b/docs/examples/index.html index 03bf492..ddd2a50 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -64,19 +64,19 @@ AREA:s_min#FFFFFF "GPRINT:s_avg:AVERAGE:%4.2lf Avg," "GPRINT:s_max:MAX:%4.2lf Max," "GPRINT:s_avg:LAST:%4.2lf Last," -"GPRINT:s_pct:%6.2lf 95th\n" +"GPRINT:s_pct:AVERAGE:%6.2lf 95th\n" "LINE1:m_avg#0000FF: 5m average" "GPRINT:m_min:MIN:%4.2lf Min," "GPRINT:m_avg:AVERAGE:%4.2lf Avg," "GPRINT:m_max:MAX:%4.2lf Max," "GPRINT:m_avg:LAST:%4.2lf Last," -"GPRINT:m_pct:%6.2lf 95th\n" +"GPRINT:m_pct:AVERAGE:%6.2lf 95th\n" "LINE1:l_avg#FF0000:15m average" "GPRINT:l_min:MIN:%4.2lf Min," "GPRINT:l_avg:AVERAGE:%4.2lf Avg," "GPRINT:l_max:MAX:%4.2lf Max," "GPRINT:l_avg:LAST:%4.2lf Last," -"GPRINT:l_pct:%6.2lf 95th\n" +"GPRINT:l_pct:AVERAGE:%6.2lf 95th\n"
-- cgit v1.2.3