summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-02-05 21:55:16 -0800
committerAnatoli Papirovski <apapirovski@mac.com>2018-02-08 11:57:14 -0500
commitd3569b623ccd593c9ef62fcaf0aba2711dc7fbfa (patch)
tree643d44f1eb33c9b822fea7742d2691355d295a4c /doc/api/os.md
parent809af1fe8a0a096be4f0a3020f8e60ee1c827cbc (diff)
downloadandroid-node-v8-d3569b623ccd593c9ef62fcaf0aba2711dc7fbfa.tar.gz
android-node-v8-d3569b623ccd593c9ef62fcaf0aba2711dc7fbfa.tar.bz2
android-node-v8-d3569b623ccd593c9ef62fcaf0aba2711dc7fbfa.zip
doc: remove **Note:** tags
Remove the various **Note:** prefixes throughout the docs. PR-URL: https://github.com/nodejs/node/pull/18592 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.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 bb25c3f6cc..b5ecab0132 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -166,8 +166,8 @@ For example:
]
```
-*Note*: Because `nice` values are UNIX-specific, on Windows the `nice` values
-of all processors are always 0.
+Because `nice` values are UNIX-specific, on Windows the `nice` values of all
+processors are always 0.
## os.endianness()
<!-- YAML
@@ -322,8 +322,8 @@ Currently possible values are:
Equivalent to [`process.platform`][].
-*Note*: The value `'android'` may also be returned if the Node.js is built on
-the Android operating system. However, Android support in Node.js is considered
+The value `'android'` may also be returned if the Node.js is built on the
+Android operating system. However, Android support in Node.js is considered
to be experimental at this time.
## os.release()
@@ -336,8 +336,8 @@ added: v0.3.3
The `os.release()` method returns a string identifying the operating system
release.
-*Note*: On POSIX systems, the operating system release is determined by
-calling [uname(3)][]. On Windows, `GetVersionExW()` is used. Please see
+On POSIX systems, the operating system release is determined by calling
+[uname(3)][]. On Windows, `GetVersionExW()` is used. Please see
https://en.wikipedia.org/wiki/Uname#Examples for more information.
## os.tmpdir()
@@ -389,8 +389,8 @@ added: v0.3.3
The `os.uptime()` method returns the system uptime in number of seconds.
-*Note*: On Windows the returned value includes fractions of a second.
-Use `Math.floor()` to get whole seconds.
+On Windows the returned value includes fractions of a second. Use `Math.floor()`
+to get whole seconds.
## os.userInfo([options])
<!-- YAML
@@ -417,7 +417,7 @@ operating system response.
The following constants are exported by `os.constants`.
-*Note*: Not all constants will be available on every operating system.
+Not all constants will be available on every operating system.
### Signal Constants
<!-- YAML