From f2cc1b425fc19b24e9e47473e4618055f8126f43 Mon Sep 17 00:00:00 2001 From: landry Date: Sun, 10 Nov 2019 20:51:52 +0000 Subject: 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@ --- usr.sbin/vmd/vmd.8 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'usr.sbin/vmd') 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 .\" @@ -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. -- cgit v1.2.3-59-g8ed1b