From a6dca16dd5d76b237371299bca3caa0fb1103418 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 28 Jul 2019 15:32:46 +0000 Subject: Use imperative present tense consistently --- usr.sbin/ldomctl/ldom.conf.5 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr.sbin') 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 .\" @@ -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 -- cgit v1.2.3