diff options
author | Tomas Krizek <tomas.krizek@mailbox.org> | 2017-12-03 14:46:54 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@mailbox.org> | 2017-12-03 14:49:40 +0100 |
commit | b9b676af20511995e647879992df6a6bee753212 (patch) | |
tree | 816d98e46a3b2b1be363f0fb45c2b26b8eb2bb63 /man | |
parent | 6464ae2df9f784e7b657ed5e36923f2a3062356e (diff) |
man: explicitly use format_up/format_down in ethernet, wireless conf
Clearly indicate format_up and format_down are used for configuring ethernet
and wireless sections instead of format.
Signed-off-by: Tomas Krizek <tomas.krizek@mailbox.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man index f1b6221..943653e 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -300,7 +300,9 @@ network interface found on the system (excluding devices starting with "lo"). *Example order*: +wireless wlan0+ -*Example format*: +W: (%quality at %essid, %bitrate / %frequency) %ip+ +*Example format_up*: +W: (%quality at %essid, %bitrate / %frequency) %ip+ + +*Example format_down*: +W: down+ === Ethernet @@ -313,7 +315,9 @@ network interface found on the system (excluding devices starting with "lo"). *Example order*: +ethernet eth0+ -*Example format*: +E: %ip (%speed)+ +*Example format_up*: +E: %ip (%speed)+ + +*Example format_down*: +E: down+ === Battery |