Fix docs
This commit is contained in:
parent
9f263d79f2
commit
d73d910843
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue