summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-03-22 11:16:19 +0000
committerLinus Groh <mail@linusgroh.de>2022-03-22 11:16:19 +0000
commit883768c6465d3845142f96cd7e91a533fc3fc13f (patch)
tree846ec08db85bbc142bf371d148266d7229b4cbe4 /Base
parentd195972ec250c87aa0a3d032aec9dc4544db7a10 (diff)
downloadserenity-883768c6465d3845142f96cd7e91a533fc3fc13f.zip
Base: Use technically accurate term in unveil(2) man page
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man2/unveil.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man2/unveil.md b/Base/usr/share/man/man2/unveil.md
index 84ebb04765..d6d46a4caa 100644
--- a/Base/usr/share/man/man2/unveil.md
+++ b/Base/usr/share/man/man2/unveil.md
@@ -12,7 +12,7 @@ int unveil(const char* path, const char* permissions);
## Description
-`unveil()` manipulates the process veil. The veil is a whitelist of paths on
+`unveil()` manipulates the process veil. The veil is a allowlist of paths on
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