Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: update possible values for process.platform
Browse files Browse the repository at this point in the history
  • Loading branch information
japj authored and bnoordhuis committed May 24, 2012
1 parent 078763a commit 66e12db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/process.markdown
Expand Up @@ -352,7 +352,8 @@ What processor architecture you're running on: `'arm'`, `'ia32'`, or `'x64'`.

## process.platform

What platform you're running on. `'linux2'`, `'darwin'`, etc.
What platform you're running on:
`'darwin'`, `'freebsd'`, `'linux'`, `'solaris'` or `'win32'`

console.log('This platform is ' + process.platform);

Expand Down

0 comments on commit 66e12db

Please sign in to comment.