summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rcctl
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2016-01-30 18:57:31 +0000
committerajacoutot <ajacoutot@openbsd.org>2016-01-30 18:57:31 +0000
commit1cd9ed264944779748aa4047944208aaa849f39f (patch)
tree727a2003befc3ca5f0a36d777943d67eaf930ebd /usr.sbin/rcctl
parentFifth step in synching with NetBSD: (diff)
downloadwireguard-openbsd-1cd9ed264944779748aa4047944208aaa849f39f.tar.xz
wireguard-openbsd-1cd9ed264944779748aa4047944208aaa849f39f.zip
Actually order matters; I missed it when reviewing previous.
Diffstat (limited to 'usr.sbin/rcctl')
-rw-r--r--usr.sbin/rcctl/rcctl.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8
index 683b8301e1c..3dee478eebb 100644
--- a/usr.sbin/rcctl/rcctl.8
+++ b/usr.sbin/rcctl/rcctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rcctl.8,v 1.29 2016/01/30 12:14:08 schwarze Exp $
+.\" $OpenBSD: rcctl.8,v 1.30 2016/01/30 18:57:31 ajacoutot Exp $
.\"
.\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org>
.\"
@@ -201,8 +201,8 @@ different purpose is to create a symbolic link to its
control script:
.Bd -literal -offset indent
# ln -s /etc/rc.d/snmpd /etc/rc.d/snmpd6
-# rcctl set snmpd6 flags -D addr=2001:db8::1234
# rcctl set snmpd6 status on
+# rcctl set snmpd6 flags -D addr=2001:db8::1234
# rcctl start snmpd6
.Ed
.Sh SEE ALSO