From 2188ed54b023f883c622e420e3c19ed6328ba3ea Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 19 Jun 2020 21:15:25 +0200 Subject: [PATCH] Base: Note that the "setkeymap" pledge promise is an extension --- Base/usr/share/man/man2/pledge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man2/pledge.md b/Base/usr/share/man/man2/pledge.md index dd66326b91..f557b21626 100644 --- a/Base/usr/share/man/man2/pledge.md +++ b/Base/usr/share/man/man2/pledge.md @@ -49,7 +49,7 @@ If the process later attempts to use any system functionality it has previously * `chroot`: The [`chroot(2)`](chroot.md) syscall (\*) * `video`: May use [`ioctl(2)`](ioctl.md) and [`mmap(2)`](mmap.md) on framebuffer video devices * `settime`: Changing the system time and date -* `setkeymap`: Changing the system keyboard layout +* `setkeymap`: Changing the system keyboard layout (\*) * `sigaction`: Change signal handlers and dispositions (\*) Promises marked with an asterisk (\*) are SerenityOS specific extensions not supported by the original OpenBSD `pledge()`.