Use common style to denote OS-specific arguments

This commit is contained in:
Zeke Sikelianos 2016-07-14 16:09:29 -07:00
parent ba887dbde7
commit 595b827a13

View file

@ -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_