Fix incorrect wording in manual for run_watch.
Patch status: rejected
Patch by Kinware AB
To apply this patch, use:
curl http://cr.i3wm.org/patch/325/raw.patch | git am
b/man/i3status.man
| 13 |
@@ -192,9 +192,9 @@ percentage_free, percentage_avail and percentage_used_of_avail formats. |
| 14 |
|
| 15 |
=== Run-watch |
| 16 |
|
| 17 |
-Expands the given path to a pidfile and checks if the process ID found inside |
| 18 |
-is valid (that is, if the process is running). You can use this to check if |
| 19 |
-a specific application, such as a VPN client or your DHCP client is running. |
| 20 |
+Uses the given path as a pidfile and checks if the process ID found inside is |
| 21 |
+valid (that is, if the process is running). You can use this to check if a |
| 22 |
+specific application, such as a VPN client or your DHCP client is running. |
| 23 |
|
| 24 |
*Example order*: +run_watch DHCP+ |
| 25 |
|