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-08-30 09:40:04 +0300
committerRich Trott <rtrott@gmail.com>2020-09-02 17:55:43 +0300
commitcc9ac42111c3a9aed4b191f8d6d56929d7b50519 (patch)
tree83a429960d0edf4937b939c6809723e4cd050871 /doc/api/os.md
parentdf1023bb224d7ac79315308e2b9b18f3b3b01d39 (diff)
doc,tools: remove malfunctioning Linux manpage linker
The Linux manpage auto-linking is resulting in extraneous links with empty text in the docs. Remove it as the only thing it affects is linked explicitly in the one document that uses it. PR-URL: https://github.com/nodejs/node/pull/34985 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mary Marchini <oss@mmarchini.me>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 8dd8a63fcfa..a4d241d1f70 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -291,7 +291,7 @@ added: v0.3.3
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
+[`uname(3)`][]. On Windows, `GetVersionExW()` is used. See
<https://en.wikipedia.org/wiki/Uname#Examples> for more information.
## `os.setPriority([pid, ]priority)`
@@ -348,11 +348,11 @@ added: v0.3.3
* Returns: {string}
-Returns the operating system name as returned by [uname(3)][]. For example, it
+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
-about the output of running [uname(3)][] on various operating systems.
+about the output of running [`uname(3)`][] on various operating systems.
## `os.uptime()`
<!-- YAML
@@ -403,8 +403,8 @@ added:
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
+[`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.
## OS constants
@@ -1272,6 +1272,6 @@ The following process scheduling constants are exported by
[`SystemError`]: errors.html#errors_class_systemerror
[`process.arch`]: process.html#process_process_arch
[`process.platform`]: process.html#process_process_platform
+[`uname(3)`]: https://linux.die.net/man/3/uname
[Android building]: https://github.com/nodejs/node/blob/master/BUILDING.md#androidandroid-based-devices-eg-firefox-os
[EUID]: https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID
-[uname(3)]: https://linux.die.net/man/3/uname