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>
This commit is contained in:
parent
c3132ed736
commit
ebb2d99a10
@ -333,6 +333,11 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
|
|||||||
## os.tmpdir()
|
## os.tmpdir()
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
added: v0.9.9
|
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}
|
* 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.
|
constants will be available on every operating system.
|
||||||
|
|
||||||
### Signal Constants
|
### 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`:
|
The following signal constants are exported by `os.constants.signals`:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user