1
Fork 0
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:
MacDue 2022-06-22 12:46:54 +01:00 committed by Linus Groh
parent e9dae38f38
commit 92a1e9607d

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