]> git.madduck.net Git - etc/awesome.git/blobdiff - net.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Updated alsabar (markdown)
[etc/awesome.git] / net.md
diff --git a/net.md b/net.md
index bace937eea0fb51887dcf967fd5796512f292eb7..6a1c52dad1c7b04e95592c3bf75619dbb7c6c7d7 100644 (file)
--- a/net.md
+++ b/net.md
@@ -13,9 +13,13 @@ Variable | Meaning | Type | Default
 `units` | Units | int | 1024 (kilobytes) 
 `settings` | User settings | function | empty function
 
-Possible other values for `units` are 1 (byte) or multiple of 1024: 1024^2 (mb), 1024^3 (gb), ... .
+Possible other values for `units` are 1 (byte) or multiple of 1024: 1024^2 (mb), 1024^3 (gb), and so on.
 
-`settings` can use the following `iface` strings: `carrier`, `state`, `sent`, `received`.
+`settings` can use the following `iface` strings:
+
+- `net_now.carrier` ("0", "1");
+- `net_now.state` ("up", "down");
+- `net_now.sent` and `net_now.received` (numbers).
 
 ### output