diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-09-29 10:53:54 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-09-29 10:53:54 +0000 |
commit | 7df98880132b040f417ba88cb791c7d687158d05 (patch) | |
tree | 70e8b832032eb30a437cbdd31f5ef07d5c7d7b41 | |
parent | 0b7121b81ff7efb3f95ff0ba73af311eecc93306 (diff) |
document that ldom guests now support block devices
-rw-r--r-- | usr.sbin/ldomctl/ldomctl.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8 index 5ae2b771f19..cca390d7f58 100644 --- a/usr.sbin/ldomctl/ldomctl.8 +++ b/usr.sbin/ldomctl/ldomctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldomctl.8,v 1.7 2014/08/23 10:34:18 stsp Exp $ +.\" $OpenBSD: ldomctl.8,v 1.8 2014/09/29 10:53:53 stsp 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: August 23 2014 $ +.Dd $Mdocdate: September 29 2014 $ .Dt LDOMCTL 8 sparc64 .Os .Sh NAME @@ -73,9 +73,10 @@ Declares 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 vdisk Ar file -The specified disk image file is used to back a virtual disk of the guest +The specified file is used to back a virtual disk of the guest domain. -A disk image file is created with +.Ar file +can be a block device node or a disk image file created with .Xr dd 1 . This keyword can be used multiple times. .It Ic vnet Op Ic \&{ Ar keyword value ... Ic \&} |