diff options
author | 2019-07-28 17:37:40 +0000 | |
---|---|---|
committer | 2019-07-28 17:37:40 +0000 | |
commit | af444a8555a8f299c696d68d9cea7cf9777d7c5c (patch) | |
tree | afc66fc7b1f0131248acfb46394c911a49329658 | |
parent | Update instructions to use the bootloader. (diff) | |
download | wireguard-openbsd-af444a8555a8f299c696d68d9cea7cf9777d7c5c.tar.xz wireguard-openbsd-af444a8555a8f299c696d68d9cea7cf9777d7c5c.zip |
Add missing article, use Dq not literal "
-rw-r--r-- | usr.sbin/ldomctl/ldom.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/ldomctl/ldom.conf.5 b/usr.sbin/ldomctl/ldom.conf.5 index bece3aca390..be81af82ca1 100644 --- a/usr.sbin/ldomctl/ldom.conf.5 +++ b/usr.sbin/ldomctl/ldom.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldom.conf.5,v 1.2 2019/07/28 15:32:45 kn Exp $ +.\" $OpenBSD: ldom.conf.5,v 1.3 2019/07/28 17:37:40 kn Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -24,7 +24,7 @@ .Nm is the configuration file to configure logical domains. .Pp -Domains are defined in following format: +Domains are defined in the following format: .Bl -tag -width Ds .It Ic domain Ar name Brq ... Declare a scope for resources assigned to the specified domain. @@ -32,7 +32,8 @@ The scope must be opened and closed with curly braces and contains one or more of the following keywords, each on a separate line. A scope with .Ar name -"primary" configures resources for the primary domain. +.Dq primary +configures resources for the primary domain. If no configuration for the primary domain exists it is assigned all CPU and memory resources not used by any guest domains. .It Ic vcpu Ar number |