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
@@ -155,7 +155,7 @@ interfaces that have been assigned an address.
155155
156156Returns the operating system platform. Possible values are ` 'darwin' ` ,
157157` 'freebsd' ` , ` 'linux' ` , ` 'sunos' ` or ` 'win32' ` . Returns the value of
158- ` process.platform ` .
158+ [ ` process.platform ` ] [ ] .
159159
160160## os.release()
161161
@@ -177,3 +177,6 @@ on OS X and `'Windows_NT'` on Windows.
177177## os.uptime()
178178
179179Returns the system uptime in seconds.
180+
181+ [ `process.arch` ] : process.html#process_process_arch
182+ [ `process.platform` ] : process.html#process_process_platform
You can’t perform that action at this time.
0 commit comments