diff --git a/lib/bsd/control.rb b/lib/bsd/control.rb index 81ea9f0..287d33a 100644 --- a/lib/bsd/control.rb +++ b/lib/bsd/control.rb @@ -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.