Updated net (markdown)

This commit is contained in:
Luke Bonham 2013-09-12 12:32:27 -07:00
parent 264c9bbed3
commit 98a5a66ac0
1 changed files with 2 additions and 2 deletions

4
net.md
View File

@ -13,9 +13,9 @@ 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: `carrier` ("0", "1"), `state` ("up", "down"), `sent`, `received` (numbers).
### output