mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
man: Fix minor inconsistencies in pledge(2) man page
- tty promise was listed twice. - Fix a few typos
This commit is contained in:
parent
fd64e97c8a
commit
b553a86048
1 changed files with 2 additions and 3 deletions
|
@ -26,13 +26,12 @@ If `promises` or `execpromises` is null, the corresponding value is unchanged.
|
|||
|
||||
## Promises
|
||||
|
||||
* `stdio`: Basic I/O, memory allocation, information about self, various non-desctructive syscalls
|
||||
* `stdio`: Basic I/O, memory allocation, information about self, various non-destructive syscalls
|
||||
* `thread`: The POSIX threading API
|
||||
* `id`: Ability to change UID/GID
|
||||
* `tty`: TTY related functionility
|
||||
* `tty`: TTY related functionality
|
||||
* `proc`: Process and scheduling related functionality
|
||||
* `exec`: The [`exec(2)`](exec.md) syscall
|
||||
* `tty`: TTY related functionility
|
||||
* `unix`: UNIX local domain sockets
|
||||
* `inet`: IPv4 domain sockets
|
||||
* `rpath`: "Read" filesystem access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue