-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.riscv64Issues and PRs related to the riscv64 architecture.Issues and PRs related to the riscv64 architecture.
Description
Affected URL(s)
https://nodejs.org/dist/latest-v20.x/docs/api/os.html#osarch
Description of the problem
The node.git/doc/api/os.md
file currently reads:
Returns the operating system CPU architecture for which the Node.js binary was
compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,
`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`.
I suggest to change it to:
Returns the operating system CPU architecture for which the Node.js binary was
compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,
`'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`.
The same for node.git/doc/api/process.md
.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.riscv64Issues and PRs related to the riscv64 architecture.Issues and PRs related to the riscv64 architecture.