From ee6b339978a28b62fb19ff267c5e7de70d8d77db Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 20 Oct 2013 01:11:35 -0700 Subject: [PATCH 1/2] minor POD updates --- bin/feedgnuplot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 3616f5c..65d6481 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1063,7 +1063,7 @@ the same way as before. If the input data domain is a time/date, this can be interpreted with C<--timefmt>. This option takes a single argument: the format to use to parse the data. The format is documented in 'set timefmt' in gnuplot, although the -common flags that L understands are generally supported. The backslash +common flags that C understands are generally supported. The backslash sequences in the format are I supported, so if you want a tab, put in a tab instead of \t. Whitespace in the format I supported. When this flag is given, some other options act a little bit differently: @@ -1107,7 +1107,7 @@ used. To refresh at specific intervals indicated by the data, set the refreshperiod to 0 or to 'trigger'. The plot will then I be refreshed when a data line 'replot' is received. This 'replot' command works in both triggered and timed modes, but in triggered mode, it's the only way to replot. Look in -L for more information. +L for more information. To plot only the most recent data (instead of I the data), C<--xlen windowsize> can be given. This will create an constantly-updating, scrolling @@ -1300,7 +1300,7 @@ C<--extraValuesPerPoint> Plot the data as it comes in, in realtime. If period is given, replot every period seconds. If no period is given, replot at 1Hz. If the period is given as 0 or 'trigger', replot I when the incoming data dictates this. See the -L section of the man page. +L section of the man page. =item @@ -1319,7 +1319,7 @@ Do [not] draw points --circles Plot with circles. This requires a radius be specified for each point. -Automatically increments C<--extraValuesPerPoint). C supported for 3d +Automatically increments C<--extraValuesPerPoint>). C supported for 3d plots. =item From 1dad122cb91c1ed729e1842e2eeb4a9e95f814bc Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 20 Oct 2013 01:18:20 -0700 Subject: [PATCH 2/2] changelog bump --- Changes | 10 ++++++++-- bin/feedgnuplot | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 491dfd7..58503c5 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ -feedgnuplot (1.25) unstable; urgency=low +feedgnuplot (1.26) + + * Minor POD fixes + + -- Dima Kogan Sun, 20 Oct 2013 01:17:57 -0700 + +feedgnuplot (1.25) * Added test suite * Added initial support for --timefmt. Currently time/date data is @@ -12,7 +18,7 @@ feedgnuplot (1.25) unstable; urgency=low -- Dima Kogan Sun, 20 Oct 2013 00:09:36 -0700 -feedgnuplot (1.24) unstable; urgency=low +feedgnuplot (1.24) * Fixed regression in --monotonic. This works again now * moved POD back into the main source file. This fixes the broken usage diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 65d6481..94c9912 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -13,7 +13,7 @@ use Thread::Queue; use Pod::Usage; use Time::Piece; -my $VERSION = 1.25; +my $VERSION = 1.26; my %options; interpretCommandline();