summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd
diff options
context:
space:
mode:
authorlandry <landry@openbsd.org>2019-11-10 20:51:52 +0000
committerlandry <landry@openbsd.org>2019-11-10 20:51:52 +0000
commitf2cc1b425fc19b24e9e47473e4618055f8126f43 (patch)
tree1797f784ef37ec5132da42e1d90287d4de7e8a3f /usr.sbin/vmd
parentdocument server/servers "trusted" sub-option. Indicates a particular (diff)
downloadwireguard-openbsd-f2cc1b425fc19b24e9e47473e4618055f8126f43.tar.xz
wireguard-openbsd-f2cc1b425fc19b24e9e47473e4618055f8126f43.zip
Consistently use _rcctl enable foo_ in examples, it's simpler and less
error prone than manually editing rc.conf.local, and also works to enable ipsec and accounting. tweak from schwarze@ to use the \(dq\(dq syntax for quotes in '.Dl foo_flags="" lines' instead of \&"\&". while at it, fix a reference to a bogus /dev/dhclient.conf file that recently snuck in. ok jmc@ deraadt@ schwarze@
Diffstat (limited to 'usr.sbin/vmd')
-rw-r--r--usr.sbin/vmd/vmd.815
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.sbin/vmd/vmd.8 b/usr.sbin/vmd/vmd.8
index 9429fa8e40a..f9e9f397052 100644
--- a/usr.sbin/vmd/vmd.8
+++ b/usr.sbin/vmd/vmd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmd.8,v 1.8 2017/07/19 01:26:20 mlarkin Exp $
+.\" $OpenBSD: vmd.8,v 1.9 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2015 Mike Larkin <mlarkin@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: July 19 2017 $
+.Dd $Mdocdate: November 10 2019 $
.Dt VMD 8
.Os
.Sh NAME
@@ -33,11 +33,16 @@ host.
is typically started at boot time and is controlled via
.Xr vmctl 8 .
.Pp
+To have
.Nm
-can be enabled during system boot by setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable vmd ,
+which sets
.Pp
-.Dl vmd_flags=\&"\&"
+.Dl vmd_flags=\(dq\(dq
+.Pp
+in
+.Xr rc.conf.local 8 .
.Pp
.Nm
interfaces with the virtual machine monitor (VMM) built into the kernel.