summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2020-01-12 19:07:49 +0100
committerAndreas Kling <awesomekling@gmail.com>2020-01-12 19:08:42 +0100
commit198cd773070b382dc16b7489eeb2a38a4588fda5 (patch)
treef3b9cb0a64bef2068ba66e7a2d0138f7bb080b72 /Base/usr
parent41376d46620710d4fc148b3eb3a2f4a12189c795 (diff)
downloadserenity-198cd773070b382dc16b7489eeb2a38a4588fda5.zip
Base: Tweak language in pledge(2) man page
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man2/pledge.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man2/pledge.md b/Base/usr/share/man/man2/pledge.md
index d02466aa3f..c0ced211fd 100644
--- a/Base/usr/share/man/man2/pledge.md
+++ b/Base/usr/share/man/man2/pledge.md
@@ -12,7 +12,7 @@ int pledge(const char* promises, const char* execpromises);
## Description
-`pledge()` makes a promise to the kernel that from this moment on, it will only use a subset of system functionality.
+`pledge()` makes a promise to the kernel that from this moment on, the calling process will only use a subset of system functionality.
Functionality is divided into a curated set of promises (described below), which can be combined to cover the program's needs. Both arguments are space-separated lists of promises.