FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: revise description of process.ppid · nodejs/node@bfff4fc · GitHub

/ node Public

Commit bfff4fc

Browse files
authored andcommitted
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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎doc/api/process.md‎

Lines changed: 2 additions & 1 deletion
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)

Back | FazBrowse Home | New Git URL