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 # @example
# BSD::Control # BSD::Control
# .feature!("mprotect") # .feature!(:mprotect)
# .set!("/usr/local/bin/firefox", BSD::Enable) # .enable!("/usr/local/bin/firefox")
# #
# @param [String] name # @param [String] name
# The name of a feature. # The name of a feature.