diff options
| author | Felix Buehler <account@buehler.rocks> | 2018-05-22 02:07:28 +0200 | 
|---|---|---|
| committer | Felix Buehler <account@buehler.rocks> | 2018-05-22 02:07:28 +0200 | 
| commit | c7253ac5e487f7f2491140e2128dc95762775c3a (patch) | |
| tree | 42e7f8135c7f1c4346ec7f4efa71e7d7f5892056 | |
| parent | cba8f559384008f187e7388186b9885343be0678 (diff) | |
fix wrong memory-documentation
| -rw-r--r-- | man/i3status.man | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/man/i3status.man b/man/i3status.man index f8ce219..9907dcd 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -455,9 +455,9 @@ It acts equivalently to +format+.  As Linux' meminfo doesn't expose the overall memory in use, there are multiple  methods to distinguish the actually used memory.  -*Example used_memory_method*: +memavailable+ ("total memory" - "MemAvailable", matches gnome system monitor) +*Example memory_used_method*: +memavailable+ ("total memory" - "MemAvailable", matches +free+ command) -*Example used_memory_method*: +classical+ ("total memory" - "free" - "buffers" - "cache", matches gnome system monitor) +*Example memory_used_method*: +classical+ ("total memory" - "free" - "buffers" - "cache", matches gnome system monitor)  *Example order*: +memory+ | 
