Browse Source

doc: document possible return values of os.arch()

v0.11.5-release
Maciej Małecki 12 years ago
committed by isaacs
parent
commit
d713db245b
  1. 3
      doc/api/os.markdown

3
doc/api/os.markdown

@ -28,7 +28,8 @@ Returns the operating system platform.
## os.arch()
Returns the operating system CPU architecture.
Returns the operating system CPU architecture. Possible values are `"x64"`,
`"arm"` and `"ia32"`.
## os.release()

Loading…
Cancel
Save