From 983e541584e4496448559cce2fbcc5edbd51337e Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 5 May 2020 11:09:46 +0300 Subject: [PATCH] Base: Fix a typo --- Base/usr/share/man/man2/unveil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man2/unveil.md b/Base/usr/share/man/man2/unveil.md index c33c963d3b..95f3534e56 100644 --- a/Base/usr/share/man/man2/unveil.md +++ b/Base/usr/share/man/man2/unveil.md @@ -17,7 +17,7 @@ the file system the calling process is allowed to access. A process that has not made any `unveil()` calls is allowed to access the whole filesystem (subject to the regular permission checks). A process that has made -one or more `unveil()` calls cannot access any paths excpet those that were +one or more `unveil()` calls cannot access any paths except those that were explicitly unveiled. Calling `unveil()` allows the process to access the given `path`, which must be