]> git.madduck.net Git - etc/awesome.git/commitdiff

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 net (markdown)
authorLuke Bonham <dadasignificanulla@gmail.com>
Sat, 7 Sep 2013 11:56:53 +0000 (04:56 -0700)
committerLuke Bonham <dadasignificanulla@gmail.com>
Sat, 7 Sep 2013 11:56:53 +0000 (04:56 -0700)
net.md

diff --git a/net.md b/net.md
index 58b27e3cb9814072db05c96405d393db0534a7bd..868fb68aa8a871e1a6e79cde028ebfa8c0de8620 100644 (file)
--- a/net.md
+++ b/net.md
@@ -20,11 +20,7 @@ Variable | Meaning | Type | Default
 
 Possible value for `units` are stored in table `lain.widgets.net.units`, which contains:
 
-   {
-       ["b"] = 1,
-       ["kb"] = 1024,
-       ["mb"] = 1024^2,
-       ["gb"] = 1024^3
-   }
-
-
+   ["b"] = 1,
+   ["kb"] = 1024,
+   ["mb"] = 1024^2,
+   ["gb"] = 1024^3
\ No newline at end of file