summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorRalf Donau <ruelle@volleyballschlaeger.de>2021-10-09 01:10:57 +0200
committerAndreas Kling <kling@serenityos.org>2021-10-09 01:39:03 +0200
commit9f501d7e71aabd60fd7e0157630595df89490041 (patch)
treee278aa1d74dfbbadcbd00109e17d834a86807ce7 /Base/usr
parenteafbf372d0bb0013f50f0952f4115dd359772095 (diff)
downloadserenity-9f501d7e71aabd60fd7e0157630595df89490041.zip
Base: Fix typo in the proc(7) manpage
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man7/proc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man7/proc.md b/Base/usr/share/man/man7/proc.md
index 35c76b0a8c..aa03ff4ab4 100644
--- a/Base/usr/share/man/man7/proc.md
+++ b/Base/usr/share/man/man7/proc.md
@@ -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