Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fixes formatting in process #9235

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1271,13 +1271,13 @@ tarball.

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

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