@@ -290,7 +290,7 @@ Returns the operating system as a string.
290
290
291
291
On POSIX systems, the operating system release is determined by calling
292
292
[ uname(3)] [ ] . On Windows, ` GetVersionExW() ` is used. See
293
- https://en.wikipedia.org/wiki/Uname#Examples for more information.
293
+ < https://en.wikipedia.org/wiki/Uname#Examples > for more information.
294
294
295
295
## ` os.setPriority([pid, ]priority) `
296
296
<!-- YAML
@@ -349,7 +349,7 @@ added: v0.3.3
349
349
Returns the operating system name as returned by [ uname(3)] [ ] . For example, it
350
350
returns ` 'Linux' ` on Linux, ` 'Darwin' ` on macOS, and ` 'Windows_NT' ` on Windows.
351
351
352
- See https://en.wikipedia.org/wiki/Uname#Examples for additional information
352
+ See < https://en.wikipedia.org/wiki/Uname#Examples > for additional information
353
353
about the output of running [ uname(3)] [ ] on various operating systems.
354
354
355
355
## ` os.uptime() `
@@ -401,7 +401,7 @@ Returns a string identifying the kernel version.
401
401
On POSIX systems, the operating system release is determined by calling
402
402
[ uname(3)] [ ] . On Windows, ` RtlGetVersion() ` is used, and if it is not available,
403
403
` GetVersionExW() ` will be used. See
404
- https://en.wikipedia.org/wiki/Uname#Examples for more information.
404
+ < https://en.wikipedia.org/wiki/Uname#Examples > for more information.
405
405
406
406
## OS Constants
407
407
0 commit comments