diff options
author | kn <kn@cvs.openbsd.org> | 2019-12-17 19:57:23 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-12-17 19:57:23 +0000 |
commit | 6bfec72ecbce61d1f7c2a5a57c637d8f05d8aa04 (patch) | |
tree | 32e760010297439da986e850b30c4d9e8def8419 /usr.sbin/vmd/vm.conf.5 | |
parent | 2f74ed511702ed2054241532471e960ddc558b93 (diff) |
"allow instance {...}" requires options
The parameter block must not be omitted, so remove the Op markup.
Diffstat (limited to 'usr.sbin/vmd/vm.conf.5')
-rw-r--r-- | usr.sbin/vmd/vm.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
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 <mlarkin@openbsd.org> .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> @@ -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. |