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
Notes: sideshowbarker 2024-07-18 02:54:22 +09:00

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