From 0f46ec57b31816770ba164333b9af41be169ee95 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 25 Jun 2024 04:16:17 -0300 Subject: [PATCH] Add link to man pages --- lib/bsd/capsicum.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bsd/capsicum.rb b/lib/bsd/capsicum.rb index 0329ccc..f8342d2 100644 --- a/lib/bsd/capsicum.rb +++ b/lib/bsd/capsicum.rb @@ -11,7 +11,7 @@ module BSD::Capsicum ## # Check if we're in capability mode. # - # @see cap_getmode(2) + # @see https://man.freebsd.org/cgi/man.cgi?query=cap_getmode&apropos=0&sektion=2&format=html cap_getmode(2) # @raise [SystemCallError] # Might raise a subclass of SystemCallError # @return [Boolean] @@ -33,7 +33,7 @@ module BSD::Capsicum ## # Enter a process into capability mode # - # @see cap_enter(2) + # @see https://man.freebsd.org/cgi/man.cgi?query=cap_enter&apropos=0&sektion=2&format=html cap_enter(2) # @raise [SystemCallError] # Might raise a subclass of SystemCallError # @return [Boolean]