doc: document possible return values of os.arch()
authorMaciej Małecki <me@mmalecki.com>
Fri, 26 Jul 2013 21:48:57 +0000 (23:48 +0200)
committerisaacs <i@izs.me>
Sat, 27 Jul 2013 00:55:55 +0000 (17:55 -0700)
doc/api/os.markdown

index 0bd4e35..4c81818 100644 (file)
@@ -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()