Skip to content

Commit

Permalink
Use common style to denote OS-specific arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jul 14, 2016
1 parent ba887db commit 595b827
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

0 comments on commit 595b827

Please sign in to comment.