From 595b827a132026f9a16446aa394dd5eeb7521731 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 14 Jul 2016 16:09:29 -0700 Subject: [PATCH] Use common style to denote OS-specific arguments --- docs/api/process.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/api/process.md b/docs/api/process.md index 3bd8f1a4f27a..1e953422b85d 100644 --- a/docs/api/process.md +++ b/docs/api/process.md @@ -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_