Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-06-15 00:49:34 +0300
committerRich Trott <rtrott@gmail.com>2020-06-19 18:09:05 +0300
commitd1d412b413d2f8febb1795459ff04c36c9c87f2c (patch)
treefeeb2d25788a98693c3bf23975d163a67827091e /doc/api/os.md
parent9918bdf5cb07f58d230522244a372cbb1b510956 (diff)
doc: use sentence-case for headings in docs
PR-URL: https://github.com/nodejs/node/pull/33889 Refs: https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings Refs: https://docs.microsoft.com/en-us/style-guide/capitalization Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index adca9710e82..807f0013c67 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -45,7 +45,7 @@ added: v6.3.0
Contains commonly used operating system-specific constants for error codes,
process signals, and so on. The specific constants defined are described in
-[OS Constants](#os_os_constants_1).
+[OS constants](#os_os_constants_1).
## `os.cpus()`
<!-- YAML
@@ -405,13 +405,13 @@ On POSIX systems, the operating system release is determined by calling
`GetVersionExW()` will be used. See
<https://en.wikipedia.org/wiki/Uname#Examples> for more information.
-## OS Constants
+## OS constants
The following constants are exported by `os.constants`.
Not all constants will be available on every operating system.
-### Signal Constants
+### Signal constants
<!-- YAML
changes:
- version: v5.11.0
@@ -582,11 +582,11 @@ The following signal constants are exported by `os.constants.signals`.
</tr>
</table>
-### Error Constants
+### Error constants
The following error constants are exported by `os.constants.errno`.
-#### POSIX Error Constants
+#### POSIX error constants
<table>
<tr>
@@ -918,7 +918,7 @@ The following error constants are exported by `os.constants.errno`.
</tr>
</table>
-#### Windows Specific Error Constants
+#### Windows-specific error constants
The following error codes are specific to the Windows operating system.
@@ -1163,7 +1163,7 @@ The following error codes are specific to the Windows operating system.
</tr>
</table>
-### dlopen Constants
+### dlopen constants
If available on the operating system, the following constants
are exported in `os.constants.dlopen`. See dlopen(3) for detailed
@@ -1200,7 +1200,7 @@ information.
</tr>
</table>
-### Priority Constants
+### Priority constants
<!-- YAML
added: v10.10.0
-->
@@ -1254,7 +1254,7 @@ The following process scheduling constants are exported by
</tr>
</table>
-### libuv Constants
+### libuv constants
<table>
<tr>