1
Fork 0
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:
Brian Gianforcaro 2020-01-13 17:38:41 -08:00 committed by Andreas Kling
parent fd64e97c8a
commit b553a86048

View file

@ -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