mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
Base: Tweak language in pledge(2) man page
This commit is contained in:
parent
41376d4662
commit
198cd77307
Notes:
sideshowbarker
2024-07-19 10:07:48 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/198cd773070
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue