From d713db245b7a2492a1ac91029945d2d0414169ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 26 Jul 2013 23:48:57 +0200 Subject: [PATCH] doc: document possible return values of os.arch() --- doc/api/os.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/os.markdown b/doc/api/os.markdown index 0bd4e35..4c81818 100644 --- a/doc/api/os.markdown +++ b/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() -- 2.7.4