From 67ad80f0050fba9c1a57a70d1a277925805ed560 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 25 Aug 2011 22:55:01 +0200 Subject: [PATCH] s/while [ 1 ]/while :/ (Thanks cls) --- man/i3status.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2