summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2018-06-29 22:43:39 +0200
committerGitHub <noreply@github.com>2018-06-29 22:43:39 +0200
commita916481aab2d81b1882a25da34a2fe327d74cff4 (patch)
treeb3de6b55a1785354784547cd143b0780c31b5a83 /man
parent4d3344ab9cd68bad5faf4ed3dad185dfcacb1e3d (diff)
parent03c8908ec6429a67c3a8f480f1002788ff155bfb (diff)
Merge pull request #291 from duskCoder/cap_net_admin
Stop requiring CAP_NET_ADMIN
Diffstat (limited to 'man')
-rw-r--r--man/i3status.man4
1 files changed, 1 insertions, 3 deletions
diff --git a/man/i3status.man b/man/i3status.man
index 31f25ad..fecd079 100644
--- a/man/i3status.man
+++ b/man/i3status.man
@@ -66,7 +66,6 @@ wireless wlan0 {
}
ethernet eth0 {
- # if you use %speed, i3status requires the cap_net_admin capability
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
@@ -315,8 +314,7 @@ network interface found on the system (excluding devices starting with "lo").
Gets the IP address and (if possible) the link speed of the given ethernet
interface. If no IPv4 address is available and an IPv6 address is, it will be
-displayed. Getting the link speed requires the cap_net_admin capability.
-Set it using +setcap cap_net_admin=ep $(which i3status)+.
+displayed.
The special interface name `_first_` will be replaced by the first non-wireless
network interface found on the system (excluding devices starting with "lo").