fixup! Update docs

This commit is contained in:
0x1eef 2024-06-27 01:35:34 -03:00
parent e4ef10313a
commit f623ad955d

View file

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