Base: Document /proc/{pid}/children in proc(7) manpage

This commit is contained in:
MacDue 2022-06-22 12:46:54 +01:00 committed by Linus Groh
parent e9dae38f38
commit 92a1e9607d
Notes: sideshowbarker 2024-07-17 10:02:09 +09:00

View file

@ -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