Use common style to denote OS-specific arguments
This commit is contained in:
parent
ba887dbde7
commit
595b827a13
1 changed files with 4 additions and 7 deletions
|
@ -104,10 +104,7 @@ that all statistics are reported in Kilobytes.
|
|||
system.
|
||||
* `free` - The total amount of memory not being used by applications or disk
|
||||
cache.
|
||||
|
||||
On Windows / Linux:
|
||||
|
||||
* `swapTotal` - The total amount of swap memory in Kilobytes available to the
|
||||
system.
|
||||
* `swapFree` - The free amount of swap memory in Kilobytes available to the
|
||||
system.
|
||||
* `swapTotal` Integer - The total amount of swap memory in Kilobytes available to the
|
||||
system. _Windows_ _Linux_
|
||||
* `swapFree` Integer - The free amount of swap memory in Kilobytes available to the
|
||||
system. _Windows_ _Linux_
|
||||
|
|
Loading…
Reference in a new issue