From 07d6737dcde3c05db730638512f8fdfb1c264b7d Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 26 Apr 2011 14:26:23 -0700 Subject: [PATCH] fixed typo --- README.pod | 2 +- bin/feedGnuplot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.pod b/README.pod index 88af47e..af5df1b 100644 --- a/README.pod +++ b/README.pod @@ -116,7 +116,7 @@ the same way as before. To plot real-time data, pass in the C<--stream [refreshperiod]> option. Data will then be plotted as it is received. The plot will be updated every C seconds. If the period isn't specified, a 1Hz refresh rate is -used. To refresh at specific intervals indicated by the data set the +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. diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 17701d7..74fdc9a 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -730,7 +730,7 @@ the same way as before. To plot real-time data, pass in the C<--stream [refreshperiod]> option. Data will then be plotted as it is received. The plot will be updated every C seconds. If the period isn't specified, a 1Hz refresh rate is -used. To refresh at specific intervals indicated by the data set the +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.