diff options
author | 2019-07-28 18:50:01 +0000 | |
---|---|---|
committer | 2019-07-28 18:50:01 +0000 | |
commit | 1692e2ff98e39e6915dd921f904e0543a2a9d5b7 (patch) | |
tree | 39d40255d238c1dc96c8b9d0b5d4d92202ad280b | |
parent | There is no point in pledge(2)ing literally the same list twice, (diff) | |
download | wireguard-openbsd-1692e2ff98e39e6915dd921f904e0543a2a9d5b7.tar.xz wireguard-openbsd-1692e2ff98e39e6915dd921f904e0543a2a9d5b7.zip |
Document the iodevice keyword.
-rw-r--r-- | usr.sbin/ldomctl/ldom.conf.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ldomctl/ldom.conf.5 b/usr.sbin/ldomctl/ldom.conf.5 index be81af82ca1..ba1490729cc 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.3 2019/07/28 17:37:40 kn Exp $ +.\" $OpenBSD: ldom.conf.5,v 1.4 2019/07/28 18:50:01 kettenis Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -42,6 +42,9 @@ Declare the number of virtual CPUs assigned to a domain. 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 iodevice Ar path +Assign the specified PCIe device to the guest domain. +This keyword can be used multiple times. .It Ic variable Ar name Ns = Ns Ar value Set the specified NVRAM variable for the domain. See |