Browse Source

doc: add changelogs for os

PR-URL: https://github.com/nodejs/node/pull/11489
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
v6
Anna Henningsen 8 years ago
parent
commit
ebb2d99a10
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 11
      doc/api/os.md

11
doc/api/os.md

@ -333,6 +333,11 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
## os.tmpdir()
<!-- YAML
added: v0.9.9
changes:
- version: v2.0.0
pr-url: https://github.com/nodejs/node/pull/747
description: This function is now cross-platform consistent and no longer
returns a path with a trailing slash on any platform
-->
* Returns: {String}
@ -404,6 +409,12 @@ The following constants are exported by `os.constants`. **Note:** Not all
constants will be available on every operating system.
### Signal Constants
<!-- YAML
changes:
- version: v5.11.0
pr-url: https://github.com/nodejs/node/pull/6093
description: Added support for `SIGINFO`.
-->
The following signal constants are exported by `os.constants.signals`:

Loading…
Cancel
Save