File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ system.
1414## os.arch()
1515
1616Returns 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 ` ] [ ] .
1818
1919## os.cpus()
2020
@@ -159,7 +159,7 @@ interfaces that have been assigned an address.
159159
160160Returns the operating system platform. Possible values are ` 'darwin' ` ,
161161` 'freebsd' ` , ` 'linux' ` , ` 'sunos' ` or ` 'win32' ` . Returns the value of
162- ` process.platform ` .
162+ [ ` process.platform ` ] [ ] .
163163
164164## os.release()
165165
@@ -181,3 +181,6 @@ on OS X and `'Windows_NT'` on Windows.
181181## os.uptime()
182182
183183Returns the system uptime in seconds.
184+
185+ [ `process.arch` ] : process.html#process_process_arch
186+ [ `process.platform` ] : process.html#process_process_platform
You can’t perform that action at this time.
0 commit comments