This commit is contained in:
0x1eef 2024-02-29 23:13:22 -03:00
parent 9f263d79f2
commit d73d910843

View file

@ -11,8 +11,8 @@ module BSD::Control
##
# @example
# BSD::Control
# .feature!("mprotect")
# .set!("/usr/local/bin/firefox", BSD::Enable)
# .feature!(:mprotect)
# .enable!("/usr/local/bin/firefox")
#
# @param [String] name
# The name of a feature.