summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-09-19 02:56:23 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-09-20 22:39:13 +0300
commitee46c7302335ff495fb8acb632aa0b0a1a16e986 (patch)
treeb799e293e9998ce92fdb387c715d2aad26518bea /doc/api/os.md
parent75606c4f6901ce4086addb0e54b1e88d108eaf8b (diff)
downloadandroid-node-v8-ee46c7302335ff495fb8acb632aa0b0a1a16e986.tar.gz
android-node-v8-ee46c7302335ff495fb8acb632aa0b0a1a16e986.tar.bz2
android-node-v8-ee46c7302335ff495fb8acb632aa0b0a1a16e986.zip
doc: fix external links with 404 status
PR-URL: https://github.com/nodejs/node/pull/15463 Fixes: https://github.com/nodejs/node/issues/15462 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 1bef5c5501..38f1d25ab2 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -338,7 +338,7 @@ 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
+calling [uname(3)][]. On Windows, `GetVersionExW()` is used. Please see
https://en.wikipedia.org/wiki/Uname#Examples for more information.
## os.tmpdir()
@@ -374,11 +374,12 @@ added: v0.3.3
* Returns: {string}
The `os.type()` method returns a string identifying the operating system name
-as returned by uname(3). For example `'Linux'` on Linux, `'Darwin'` on macOS and
-`'Windows_NT'` on Windows.
+as returned by [uname(3)][]. For example `'Linux'` on Linux, `'Darwin'` on macOS
+and `'Windows_NT'` on Windows.
Please see https://en.wikipedia.org/wiki/Uname#Examples for additional
-information about the output of running uname(3) on various operating systems.
+information about the output of running [uname(3)][] on various operating
+systems.
## os.uptime()
<!-- YAML
@@ -1223,3 +1224,4 @@ information.
[`process.arch`]: process.html#process_process_arch
[`process.platform`]: process.html#process_process_platform
[OS Constants]: #os_os_constants
+[uname(3)]: https://linux.die.net/man/3/uname