Skip to content

Commit 3b58014

Browse files
Rod Machenjasnell
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 827660e commit 3b58014

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
@@ -1271,13 +1271,13 @@ tarball.
12711271

12721272
* `name` {String} A value that will always be `'node'` for Node.js. For
12731273
legacy io.js releases, this will be `'io.js'`.
1274-
* `sourceUrl` {String} an absolute URL pointing to a `_.tar.gz_` file containing
1274+
* `sourceUrl` {String} an absolute URL pointing to a _`.tar.gz`_ file containing
12751275
the source code of the current release.
1276-
* `headersUrl`{String} an absolute URL pointing to a `_.tar.gz_` file containing
1276+
* `headersUrl`{String} an absolute URL pointing to a _`.tar.gz`_ file containing
12771277
only the source header files for the current release. This file is
12781278
significantly smaller than the full source file and can be used for compiling
12791279
Node.js native add-ons.
1280-
* `libUrl` {String} an absolute URL pointing to a `_node.lib_` file matching the
1280+
* `libUrl` {String} an absolute URL pointing to a _`node.lib`_ file matching the
12811281
architecture and version of the current release. This file is used for
12821282
compiling Node.js native add-ons. _This property is only present on Windows
12831283
builds of Node.js and will be missing on all other platforms._
@@ -1427,7 +1427,7 @@ Android)
14271427
added: v0.1.28
14281428
-->
14291429

1430-
The `process.setuid(id) method sets the user identity of the process. (See
1430+
The `process.setuid(id)` method sets the user identity of the process. (See
14311431
setuid(2).) The `id` can be passed as either a numeric ID or a username string.
14321432
If a username is specified, the method blocks while resolving the associated
14331433
numeric ID.
@@ -1714,3 +1714,5 @@ cases:
17141714
[Readable]: stream.html
17151715
[Child Process]: child_process.html
17161716
[Cluster]: cluster.html
1717+
[`process.exitCode`]: #processexitcode-1
1718+
[LTS]: https://github.com/nodejs/LTS/

0 commit comments

Comments
 (0)