From acf231f440f9a68ef5a7c3e94aa91e02b260631f Mon Sep 17 00:00:00 2001 From: kn Date: Tue, 17 Dec 2019 19:57:22 +0000 Subject: "allow instance {...}" requires options The parameter block must not be omitted, so remove the Op markup. --- usr.sbin/vmd/vm.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/vmd') diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5 index d10c1e6e294..662bfa94ae5 100644 --- a/usr.sbin/vmd/vm.conf.5 +++ b/usr.sbin/vmd/vm.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vm.conf.5,v 1.48 2019/12/17 10:17:05 jmc Exp $ +.\" $OpenBSD: vm.conf.5,v 1.49 2019/12/17 19:57:22 kn Exp $ .\" .\" Copyright (c) 2015 Mike Larkin .\" Copyright (c) 2015 Reyk Floeter @@ -153,7 +153,7 @@ Typically this is a hostname. .Pp Followed by a block of parameters that is enclosed in curly brackets: .Bl -tag -width Ds -.It Cm allow instance Op Brq ... +.It Cm allow instance Brq ... Set the permissions to create VM instances. See .Sx VM INSTANCES . @@ -339,7 +339,7 @@ The allowed instance options are configured in the .Ar parent VM: .Bl -tag -width Ds -.It Cm allow instance Op Brq ... +.It Cm allow instance Brq ... Allow users to use this VM as a template for VM instances. By default, the root user can always create instances without restrictions and users or non-root owners cannot create instances. -- cgit v1.2.3-59-g8ed1b