]> git.sur5r.net Git - i3/i3status/commitdiff
s/while [ 1 ]/while :/ (Thanks cls)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 25 Aug 2011 20:55:01 +0000 (22:55 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 25 Aug 2011 20:55:01 +0000 (22:55 +0200)
man/i3status.man

index 0c86ac35766fa05d63f2fbf461c2931609a12303..eeb8d737c886eca9d8801a9dece0308517282e03 100644 (file)
@@ -289,7 +289,7 @@ use your shell, for example like this:
 
 *Example for prepending the i3status output*:
 --------------------------------------------------------------
 
 *Example for prepending the i3status output*:
 --------------------------------------------------------------
-i3status | while [ 1 ]
+i3status | while :
 do
        read line
        echo "mystuff | $line"
 do
        read line
        echo "mystuff | $line"