From 260d7ca9821d8cd8e39415323b97f099837e518d Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 14 Aug 2024 17:00:23 -0300 Subject: [PATCH] Trim trailing whitespace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4972ce6..2f3515c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ __Capability mode__ A process can enter into capability mode by calling the [BSD::Capsicum.enter!](http://0x1eef.github.io/x/bsdcapsicum.rb/BSD/Capsicum.html#enter!-instance_method) method. After entering capability mode, the process has limited -abilities. File descriptors acquired before entering capability -mode remain accessible and unrestricted, but their capabilites +abilities. File descriptors acquired before entering capability +mode remain accessible and unrestricted, but their capabilites can be reduced. See the [cap_enter(2)](https://man.freebsd.org/cgi/man.cgi?query=cap_enter&apropos=0&sektion=2&format=html) manual page for more details: