1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:37:35 +00:00

Base: Fix typo in the proc(7) manpage

This commit is contained in:
Ralf Donau 2021-10-09 01:10:57 +02:00 committed by Andreas Kling
parent eafbf372d0
commit 9f501d7e71

View file

@ -52,7 +52,7 @@ sanitizer errors.
* **`perf_events`** - this node exports information being gathered during a profile on a process.
* **`pledge`** - this node exports information on all the pledge requests and promises of a process.
* **`stacks`** - this directory lists all stack traces of process threads.
* **`pledge`** - this node exports information on all the unveil requests of a process.
* **`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.
### Consistency and stability of data across multiple read operations