[vlc-devel] commit: Fix bash syntax in rrd doc. (Antoine Cellerier )

git version control git at videolan.org
Tue May 20 10:22:08 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue May 20 10:22:52 2008 +0200| [85ca5599d039c3f3617b7fb1fa0c4f2f1e9a3031]

Fix bash syntax in rrd doc.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=85ca5599d039c3f3617b7fb1fa0c4f2f1e9a3031
---

 doc/rrd-howto.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/rrd-howto.txt b/doc/rrd-howto.txt
index 0013329..007005b 100644
--- a/doc/rrd-howto.txt
+++ b/doc/rrd-howto.txt
@@ -5,7 +5,7 @@ touch rrd
 rrdtool create vlc.rrd --step 1 "DS:in:GAUGE:10:0:30000" "DS:demux:GAUGE:10:0:30000" "DS:out:GAUGE:10:0:30000" "RRA:AVERAGE:0,5:1:86400"
 
 # Start "listening" the RRD file
-tail -f rrd |while read in;do;echo $in;rrdtool update vlc.rrd `echo $in`;done
+tail -f rrd |while read in;do echo $in;rrdtool update vlc.rrd `echo $in`;done
 
 # Start vlc
 vlc normal_vlc_stuff --extraintf logger --rrd-file rrd




More information about the vlc-devel mailing list