]> git.sesse.net Git - vlc/commitdiff
Fix bash syntax in rrd doc.
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 20 May 2008 08:22:52 +0000 (10:22 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 20 May 2008 08:23:05 +0000 (10:23 +0200)
doc/rrd-howto.txt

index 0013329b0f7302fb898e44eb88ec9ad37975ac8e..007005b035c2fc42ef6f146291bcc1e7ec8be4a9 100644 (file)
@@ -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