mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 16:57:35 +00:00
Base: Document /proc/{pid}/children in proc(7) manpage
This commit is contained in:
parent
e9dae38f38
commit
92a1e9607d
1 changed files with 3 additions and 2 deletions
|
@ -54,6 +54,7 @@ sanitizer errors.
|
|||
* **`stacks`** - this directory lists all stack traces of process threads.
|
||||
* **`unveil`** - this node exports information on all the unveil requests of a process.
|
||||
* **`vm`** - this node exports information on virtual memory mappings of a process.
|
||||
* **`children`** - this directory lists all the child processes of a process.
|
||||
|
||||
### Consistency and stability of data across multiple read operations
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue