sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 3504ee791cc43e1e2fbfda26cf468b2b1df52f55
parent 1b2cdc6dab76c90ecf1b50cf68bb70f31058fbcb
Author: Silvan Jegen <s.jegen@gmail.com>
Date:   Tue, 13 Aug 2013 21:47:05 +0200

Adjust link text according to the file changes

Diffstat:
Mdwm.suckless.org/dwmstatus/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm.suckless.org/dwmstatus/index.md b/dwm.suckless.org/dwmstatus/index.md @@ -33,7 +33,7 @@ add them here as file or as code example. * [Support for ACPI battery status Linux](new-acpi-battery.c) * [Reading out a temperature from /sys](dwmstatus-temperature.c) -* [Reading eth0 up-, and downspeed from /proc/net](dwmstatus-netusage.c) +* [Reading up-, and downspeeds of all network interfaces from /proc/net](dwmstatus-netusage.c) * [Counting number of mails in a Maildir/new](mail_counter.c) * [Get disk usage and execute some check at different moments](diskspace_timechk.c) : Because you don't want to check new mails every second * [Detecting Man-In-The-Middle](dwmstatus-mitm.c)