From f623ad955d3066e3b06071b488b25829dc41c45d Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 27 Jun 2024 01:35:34 -0300 Subject: [PATCH] fixup! Update docs --- lib/bsd/capsicum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bsd/capsicum.rb b/lib/bsd/capsicum.rb index cfe7ca2..e22a2c4 100644 --- a/lib/bsd/capsicum.rb +++ b/lib/bsd/capsicum.rb @@ -47,7 +47,7 @@ module BSD::Capsicum # Restrict the capabilities of a file descriptor # # @see https://man.freebsd.org/cgi/man.cgi?query=cap_rights_limit&apropos=0&sektion=2&format=html cap_rights_limit(2) - # @see {BSD::Capsicum::Constants} See Constants for a full list of capabilities + # @see BSD::Capsicum::Constants See Constants for a full list of capabilities # @example # # Restrict capabilities of STDOUT to read / write # BSD::Capsicum.set_rights!(STDOUT, %i[CAP_READ CAP_WRITE])