Changeset 85ca5599d039c3f3617b7fb1fa0c4f2f1e9a3031

Show
Ignore:
Timestamp:
20/05/08 10:23:05 (6 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1211271785 +0200
git-parent:

[4063d631ecb3558e596fc794dc3158ca8200ef4d]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1211271772 +0200
Message:

Fix bash syntax in rrd doc.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/rrd-howto.txt

    r30dd970 r85ca559  
    66 
    77# Start "listening" the RRD file 
    8 tail -f rrd |while read in;do;echo $in;rrdtool update vlc.rrd `echo $in`;done 
     8tail -f rrd |while read in;do echo $in;rrdtool update vlc.rrd `echo $in`;done 
    99 
    1010# Start vlc