Add link to man pages

This commit is contained in:
0x1eef 2024-06-25 04:16:17 -03:00
parent 102af5cc3c
commit 0f46ec57b3

View file

@ -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]