summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/process.md4
-rw-r--r--doc/onboarding-extras.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 1a009bce54..124812802f 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -528,8 +528,8 @@ added: v0.5.0
The `process.arch` property returns a string identifying the operating system
CPU architecture for which the Node.js binary was compiled.
-The current possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,
-`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, `'x32'`, and `'x64'`.
+The current possible values are: `'arm'`, `'arm64'`, `'ia32'`,
+`'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, `'x32'`, and `'x64'`.
```js
console.log(`This processor architecture is ${process.arch}`);
diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md
index c9fbc56ad0..07463a9b27 100644
--- a/doc/onboarding-extras.md
+++ b/doc/onboarding-extras.md
@@ -81,5 +81,5 @@ need to be attached anymore, as only important bugfixes will be included.
* `macos`, `windows`, `smartos`, `aix`
* No linux, linux is the implied default
* Architecture labels
- * `arm`, `mips`, `s390`, `ppc`
+ * `arm`, `s390`, `ppc`
* No x86{_64}, since that is the implied default