diff --git a/doc/api/os.md b/doc/api/os.md index 15b84189c91..d1a4cc66aed 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -333,6 +333,11 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information. ## os.tmpdir() * 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 + The following signal constants are exported by `os.constants.signals`: