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:
authorNick Schonning <nschonni@gmail.com>2020-04-06 06:26:24 +0300
committerRich Trott <rtrott@gmail.com>2020-04-24 07:48:17 +0300
commit7183d70273d8fad1d33233d5737a076e40bacd8c (patch)
tree0c519eb234bd63b25710c2c54ef8905b869dbed4 /doc/api/os.md
parente99ec396102953b51bb4426482e69ff8b2922f9f (diff)
doc: add angle brackets around implicit links
PR-URL: https://github.com/nodejs/node/pull/32676 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 27a7c3d549f..e2cce1f8a55 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -290,7 +290,7 @@ Returns the operating system as a string.
On POSIX systems, the operating system release is determined by calling
[uname(3)][]. On Windows, `GetVersionExW()` is used. See
-https://en.wikipedia.org/wiki/Uname#Examples for more information.
+<https://en.wikipedia.org/wiki/Uname#Examples> for more information.
## `os.setPriority([pid, ]priority)`
<!-- YAML
@@ -349,7 +349,7 @@ added: v0.3.3
Returns the operating system name as returned by [uname(3)][]. For example, it
returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows.
-See https://en.wikipedia.org/wiki/Uname#Examples for additional information
+See <https://en.wikipedia.org/wiki/Uname#Examples> for additional information
about the output of running [uname(3)][] on various operating systems.
## `os.uptime()`
@@ -401,7 +401,7 @@ Returns a string identifying the kernel version.
On POSIX systems, the operating system release is determined by calling
[uname(3)][]. On Windows, `RtlGetVersion()` is used, and if it is not available,
`GetVersionExW()` will be used. See
-https://en.wikipedia.org/wiki/Uname#Examples for more information.
+<https://en.wikipedia.org/wiki/Uname#Examples> for more information.
## OS Constants