Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# free
> Display amount of free and used memory in the system
> Display amount of free and used memory in the system.
- Display system memory
- Display system memory:
`free`
- Display memory in Bytes/KB/MB/GB
- Display memory in Bytes/KB/MB/GB:
`free {{-b/-k/-m/-g}}`
- Display memory in human readable units
- Display memory in human readable units:
`free -h`
- Continuous monitor memory (refresh every X seconds)
- Continuous monitor memory (refresh every X seconds):
`free -s {{X}}`