summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index e77238021c..bb25c3f6cc 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -31,11 +31,10 @@ added: v0.5.0
* Returns: {string}
The `os.arch()` method returns a string identifying the operating system CPU
-architecture *for which the Node.js binary was compiled*.
+architecture for which the Node.js binary was compiled.
The current possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,
-`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, `'x32'`, `'x64'`, and
-`'x86'`.
+`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, `'x32'`, and `'x64'`.
Equivalent to [`process.arch`][].