diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-08-25 22:55:01 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-08-25 22:55:01 +0200 |
commit | 67ad80f0050fba9c1a57a70d1a277925805ed560 (patch) | |
tree | 910f3f71c0296b71ebaf6769d9d6aa09a618f92e | |
parent | dbe8c661f33e9450c6b061abef6a6f2047344a9c (diff) |
s/while [ 1 ]/while :/ (Thanks cls)
-rw-r--r-- | man/i3status.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index 0c86ac3..eeb8d73 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -289,7 +289,7 @@ use your shell, for example like this: *Example for prepending the i3status output*: -------------------------------------------------------------- -i3status | while [ 1 ] +i3status | while : do read line echo "mystuff | $line" |