Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: revise description of process.ppid
PR-URL: #35589
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
PoojaDurgad authored and MylesBorins committed Oct 14, 2020
1 parent cad86d4 commit 16f8298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/process.md
Expand Up @@ -1735,7 +1735,8 @@ added:

* {integer}

The `process.ppid` property returns the PID of the current parent process.
The `process.ppid` property returns the PID of the parent of the
current process.

```js
console.log(`The parent process is pid ${process.ppid}`);
Expand Down

0 comments on commit 16f8298

Please sign in to comment.