From b553a8604809f43aee3e7c144577c394f3733224 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Mon, 13 Jan 2020 17:38:41 -0800 Subject: man: Fix minor inconsistencies in pledge(2) man page - tty promise was listed twice. - Fix a few typos --- Base/usr/share/man/man2/pledge.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Base') diff --git a/Base/usr/share/man/man2/pledge.md b/Base/usr/share/man/man2/pledge.md index c0ced211fd..b5e7c030bf 100644 --- a/Base/usr/share/man/man2/pledge.md +++ b/Base/usr/share/man/man2/pledge.md @@ -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 -- cgit v1.2.3