Skip to content

Commit bfff4fc

Browse files
PoojaDurgadMylesBorins
authored andcommittedNov 16, 2020
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>
1 parent a9ac754 commit bfff4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎doc/api/process.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,8 @@ added:
16991699

17001700
* {integer}
17011701

1702-
The `process.ppid` property returns the PID of the current parent process.
1702+
The `process.ppid` property returns the PID of the parent of the
1703+
current process.
17031704

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

0 commit comments

Comments
 (0)
Please sign in to comment.