diff options
author | kn <kn@cvs.openbsd.org> | 2019-07-28 15:32:46 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-07-28 15:32:46 +0000 |
commit | a6dca16dd5d76b237371299bca3caa0fb1103418 (patch) | |
tree | 6a295d6962ea2c7bc79964c2f2301411ba763ff3 /usr.sbin | |
parent | 31cc990ddd4bf0a0a2a2d71a8c49d226159a9dd4 (diff) |
Use imperative present tense consistently
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ldomctl/ldom.conf.5 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/ldomctl/ldom.conf.5 b/usr.sbin/ldomctl/ldom.conf.5 index 5367d4011a2..bece3aca390 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.1 2019/07/28 15:30:45 kn Exp $ +.\" $OpenBSD: ldom.conf.5,v 1.2 2019/07/28 15:32:45 kn Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -27,7 +27,7 @@ is the configuration file to configure logical domains. Domains are defined in following format: .Bl -tag -width Ds .It Ic domain Ar name Brq ... -Declares a scope for resources assigned to the specified domain. +Declare a scope for resources assigned to the specified domain. 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 @@ -36,13 +36,13 @@ A scope with 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 -Declares the number of virtual CPUs assigned to a domain. +Declare the number of virtual CPUs assigned to a domain. .It Ic memory Ar number Ns Op Ar unit -Declares the amount of memory assigned to a domain, in bytes. +Declare the amount of memory assigned to a domain, in bytes. Optionally, the units 'K', 'M', or 'G', for kilo-, mega-, and gigabytes can be used. .It Ic variable Ar name Ns = Ns Ar value -Sets the specified NVRAM variable for the domain. +Set the specified NVRAM variable for the domain. See .Xr eeprom 8 for a list of OpenPROM variables. @@ -61,9 +61,9 @@ This keyword can be used multiple times. The curly braces are optional and can contain the following keywords: .Bl -tag -width Ds .It Ic mac-addr Ar address -Configures the MAC address of the interface. +Configure the MAC address of the interface. .It Ic mtu Ar number -Configures the MTU of the interface. +Configure the MTU of the interface. .El .El .Sh EXAMPLES |