| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9e4f94b commit e325ece
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ system. | |||
| 14 | 14 | ## os.arch() | |
| 15 | 15 | ||
| 16 | 16 | Returns the operating system CPU architecture. Possible values are `'x64'`, | |
| 17 | - `'arm'` and `'ia32'`. Returns the value of `process.arch`. | ||
| 17 | + `'arm'` and `'ia32'`. Returns the value of [`process.arch`][]. | ||
| 18 | 18 | ||
| 19 | 19 | ## os.cpus() | |
| 20 | 20 | ||
@@ -159,7 +159,7 @@ interfaces that have been assigned an address. | |||
| 159 | 159 | ||
| 160 | 160 | Returns the operating system platform. Possible values are `'darwin'`, | |
| 161 | 161 | `'freebsd'`, `'linux'`, `'sunos'` or `'win32'`. Returns the value of | |
| 162 | - `process.platform`. | ||
| 162 | + [`process.platform`][]. | ||
| 163 | 163 | ||
| 164 | 164 | ## os.release() | |
| 165 | 165 | ||
@@ -181,3 +181,6 @@ on OS X and `'Windows_NT'` on Windows. | |||
| 181 | 181 | ## os.uptime() | |
| 182 | 182 | ||
| 183 | 183 | Returns the system uptime in seconds. | |
| 184 | + | ||
| 185 | + [`process.arch`]: process.html#process_process_arch | ||
| 186 | + [`process.platform`]: process.html#process_process_platform | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments