| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a120199 commit ee01594
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1277,13 +1277,13 @@ tarball. | |||
| 1277 | 1277 | releases. Current valid values are: | |
| 1278 | 1278 | - `"Argon"` for the v4.x LTS line beginning with v4.2.0. | |
| 1279 | 1279 | - `"Boron"` for the v6.x LTS line beginning with v6.9.0. | |
| 1280 | - * `sourceUrl` {String} an absolute URL pointing to a `_.tar.gz_` file containing | ||
| 1280 | + * `sourceUrl` {String} an absolute URL pointing to a _`.tar.gz`_ file containing | ||
| 1281 | 1281 | the source code of the current release. | |
| 1282 | - * `headersUrl`{String} an absolute URL pointing to a `_.tar.gz_` file containing | ||
| 1282 | + * `headersUrl`{String} an absolute URL pointing to a _`.tar.gz`_ file containing | ||
| 1283 | 1283 | only the source header files for the current release. This file is | |
| 1284 | 1284 | significantly smaller than the full source file and can be used for compiling | |
| 1285 | 1285 | Node.js native add-ons. | |
| 1286 | - * `libUrl` {String} an absolute URL pointing to a `_node.lib_` file matching the | ||
| 1286 | + * `libUrl` {String} an absolute URL pointing to a _`node.lib`_ file matching the | ||
| 1287 | 1287 | architecture and version of the current release. This file is used for | |
| 1288 | 1288 | compiling Node.js native add-ons. _This property is only present on Windows | |
| 1289 | 1289 | builds of Node.js and will be missing on all other platforms._ | |
@@ -1433,7 +1433,7 @@ Android) | |||
| 1433 | 1433 | added: v0.1.28 | |
| 1434 | 1434 | --> | |
| 1435 | 1435 | ||
| 1436 | - The `process.setuid(id) method sets the user identity of the process. (See | ||
| 1436 | + The `process.setuid(id)` method sets the user identity of the process. (See | ||
| 1437 | 1437 | setuid(2).) The `id` can be passed as either a numeric ID or a username string. | |
| 1438 | 1438 | If a username is specified, the method blocks while resolving the associated | |
| 1439 | 1439 | numeric ID. | |
@@ -1720,3 +1720,5 @@ cases: | |||
| 1720 | 1720 | [Readable]: stream.html | |
| 1721 | 1721 | [Child Process]: child_process.html | |
| 1722 | 1722 | [Cluster]: cluster.html | |
| 1723 | + [`process.exitCode`]: #processexitcode-1 | ||
| 1724 | + [LTS]: https://github.com/nodejs/LTS/ | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments