diff options
author | kn <kn@cvs.openbsd.org> | 2020-02-20 20:18:01 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-02-20 20:18:01 +0000 |
commit | 51577d51b4bd96f25484cd1b00273d5b798ef021 (patch) | |
tree | 7a6dafc776324aa7dd7a91c08ed93e61329aa4f4 /usr.sbin | |
parent | 205fc38cf368eb7dcf340fd14e985c8cf86fe380 (diff) |
vnet does not take curly braces
The manual lies and all options ought to be provided space
separated, on the same line as the vnet keyword.
OK kettenis
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ldomctl/ldom.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ldomctl/ldom.conf.5 b/usr.sbin/ldomctl/ldom.conf.5 index 246c75fe860..b4a1686edd9 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.10 2020/01/13 09:29:41 kn Exp $ +.\" $OpenBSD: ldom.conf.5,v 1.11 2020/02/20 20:18:00 kn Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 13 2020 $ +.Dd $Mdocdate: February 20 2020 $ .Dt LDOM.CONF 5 sparc64 .Os .Sh NAME @@ -64,12 +64,12 @@ can be a block device node or a disk image file created with the .Cm create-vdisk command. This keyword can be used multiple times. -.It Ic vnet Op Brq Ar keyword Ns = Ns Ar value ... +.It Ic vnet Op Ar keyword Ns = Ns Ar value ... Assign a .Xr vnet 4 network interface to the guest domain. This keyword can be used multiple times. -The curly braces are optional and can contain the following keywords: +Valid options are: .Bl -tag -width Ds .It Ic mac-addr Ns = Ns Ar address Configure the MAC address of the interface. |