@@ -291,7 +291,7 @@ added: v0.3.3
291291Returns the operating system as a string.
292292
293293On POSIX systems, the operating system release is determined by calling
294- [ uname(3)] [ ] . On Windows, ` GetVersionExW() ` is used. See
294+ [ ` uname(3) ` ] [ ] . On Windows, ` GetVersionExW() ` is used. See
295295< https://en.wikipedia.org/wiki/Uname#Examples > for more information.
296296
297297## ` os.setPriority([pid, ]priority) `
@@ -348,11 +348,11 @@ added: v0.3.3
348348
349349* Returns: {string}
350350
351- Returns the operating system name as returned by [ uname(3)] [ ] . For example, it
351+ Returns the operating system name as returned by [ ` uname(3) ` ] [ ] . For example, it
352352returns ` 'Linux' ` on Linux, ` 'Darwin' ` on macOS, and ` 'Windows_NT' ` on Windows.
353353
354354See < https://en.wikipedia.org/wiki/Uname#Examples > for additional information
355- about the output of running [ uname(3)] [ ] on various operating systems.
355+ about the output of running [ ` uname(3) ` ] [ ] on various operating systems.
356356
357357## ` os.uptime() `
358358<!-- YAML
@@ -401,8 +401,8 @@ added: v12.17.0
401401Returns a string identifying the kernel version.
402402
403403On POSIX systems, the operating system release is determined by calling
404- [ uname(3)] [ ] . On Windows, ` RtlGetVersion() ` is used, and if it is not available,
405- ` GetVersionExW() ` will be used. See
404+ [ ` uname(3) ` ] [ ] . On Windows, ` RtlGetVersion() ` is used, and if it is not
405+ available, ` GetVersionExW() ` will be used. See
406406< https://en.wikipedia.org/wiki/Uname#Examples > for more information.
407407
408408## OS constants
@@ -1270,6 +1270,6 @@ The following process scheduling constants are exported by
12701270[ `SystemError` ] : errors.html#errors_class_systemerror
12711271[ `process.arch` ] : process.html#process_process_arch
12721272[ `process.platform` ] : process.html#process_process_platform
1273+ [ `uname(3)` ] : https://linux.die.net/man/3/uname
12731274[ Android building ] : https://github.com/nodejs/node/blob/master/BUILDING.md#androidandroid-based-devices-eg-firefox-os
12741275[ EUID ] : https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID
1275- [ uname(3) ] : https://linux.die.net/man/3/uname
0 commit comments