diff options
author | 2014-08-29 17:17:22 +0000 | |
---|---|---|
committer | 2014-08-29 17:17:22 +0000 | |
commit | 297b6dc8895cd9ca54801e200ee2ed9ce9b167dd (patch) | |
tree | de8c277c724ef7bc14f1801f3967327353eefd03 | |
parent | Use two instead of one http descriptor for request and response. (diff) | |
download | wireguard-openbsd-297b6dc8895cd9ca54801e200ee2ed9ce9b167dd.tar.xz wireguard-openbsd-297b6dc8895cd9ca54801e200ee2ed9ce9b167dd.zip |
Document the fact that 'enable' can also be used to modify flags even if
the daemon is already enabled.
-rw-r--r-- | usr.sbin/rcctl/rcctl.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index 2f29852513d..61b033f4f21 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.6 2014/08/24 07:33:26 ajacoutot Exp $ +.\" $OpenBSD: rcctl.8,v 1.7 2014/08/29 17:17:22 ajacoutot Exp $ .\" .\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 24 2014 $ +.Dd $Mdocdate: August 29 2014 $ .Dt RCCTL 8 .Os .Sh NAME @@ -57,6 +57,12 @@ is appended without any .Ar arguments , .Ar daemon Ns _flags is reset to its default value. +If +.Ar daemon +is already enabled, +.Ar daemon Ns _flags +is reset to the optionally provided +.Cm flags . .It Cm disable Ar service | daemon Disable the service or daemon in .Xr rc.conf.local 8 . |