Skip to content

Commit ee01594

Browse files
Rod MachenMylesBorins
Rod Machen
authored andcommitted
doc: fixes formatting in process
Fixes several formatting errors in the process doc, including missing link references, misplaced underscores, and a missing backtick. Fixes: #9223 PR-URL: #9235 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent a120199 commit ee01594

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/api/process.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1277,13 +1277,13 @@ tarball.
12771277
releases. Current valid values are:
12781278
- `"Argon"` for the v4.x LTS line beginning with v4.2.0.
12791279
- `"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
12811281
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
12831283
only the source header files for the current release. This file is
12841284
significantly smaller than the full source file and can be used for compiling
12851285
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
12871287
architecture and version of the current release. This file is used for
12881288
compiling Node.js native add-ons. _This property is only present on Windows
12891289
builds of Node.js and will be missing on all other platforms._
@@ -1433,7 +1433,7 @@ Android)
14331433
added: v0.1.28
14341434
-->
14351435

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
14371437
setuid(2).) The `id` can be passed as either a numeric ID or a username string.
14381438
If a username is specified, the method blocks while resolving the associated
14391439
numeric ID.
@@ -1720,3 +1720,5 @@ cases:
17201720
[Readable]: stream.html
17211721
[Child Process]: child_process.html
17221722
[Cluster]: cluster.html
1723+
[`process.exitCode`]: #processexitcode-1
1724+
[LTS]: https://github.com/nodejs/LTS/

0 commit comments

Comments
 (0)