diff --git a/README.md b/README.md index 3a375b4..4972ce6 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ bsdcapsicum.rb provides Ruby bindings for __Capability mode__ A process can enter into capability mode by calling -[BSD::Capsicum.enter!](http://0x1eef.github.io/x/bsdcapsicum.rb/BSD/Capsicum.html#enter!-instance_method). -After entering capability mode, the process has limited -abilities. File descriptors acquired before entering into -capability mode remain accessible and unrestricted, but -their capabilites can be reduced. See the +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 +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: