From 9f501d7e71aabd60fd7e0157630595df89490041 Mon Sep 17 00:00:00 2001 From: Ralf Donau Date: Sat, 9 Oct 2021 01:10:57 +0200 Subject: [PATCH] Base: Fix typo in the proc(7) manpage --- Base/usr/share/man/man7/proc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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