Pārlūkot izejas kodu

Base: Tweak language in pledge(2) man page

Andreas Kling 5 gadi atpakaļ
vecāks
revīzija
198cd77307
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Base/usr/share/man/man2/pledge.md

+ 1 - 1
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.