ia64/xen-unstable
changeset 8892:7238722f8d23
Attached patch updates the xm man page for the listing of
block/network/vtpm devices.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
block/network/vtpm devices.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Fri Feb 17 23:00:05 2006 +0100 (2006-02-17) |
parents | 3ed537add538 |
children | 0851d92183a1 |
files | docs/man/xm.pod.1 |
line diff
1.1 --- a/docs/man/xm.pod.1 Fri Feb 17 21:26:49 2006 +0100 1.2 +++ b/docs/man/xm.pod.1 Fri Feb 17 23:00:05 2006 +0100 1.3 @@ -683,10 +683,10 @@ block-list> to determine that number. 1.4 FIXME: this is currently B<broken>. Even though a block device is 1.5 removed from domU, it appears to still be allocated in the domain 0. 1.6 1.7 -=item B<block-list> I<domain-id> 1.8 +=item B<block-list> I<[-l|--long]> I<domain-id> 1.9 1.10 List virtual block devices for a domain. The returned output is 1.11 -sexpression formatted. 1.12 +formatted as a list or as an S-Expression if the '--long' option was given. 1.13 1.14 =head2 NETWORK DEVICES 1.15 1.16 @@ -738,10 +738,17 @@ I<devid> is the virtual interface device 1.17 FIXME: this is currently B<broken>. Network devices aren't completely 1.18 removed from domain 0. 1.19 1.20 -=item B<network-list> I<domain-id> 1.21 +=item B<network-list> I<[-l|--long]> I<domain-id> 1.22 1.23 List virtual network interfaces for a domain. The returned output is 1.24 -sexpression formatted. 1.25 +formatted as a list or as an S-Expression if the '--long' option was given. 1.26 + 1.27 +=head2 VIRTUAL TPM DEVICES 1.28 + 1.29 +=item B<vtpm-list> I<[-l|--long]> I<domain-id> 1.30 + 1.31 +Show the virtual TPM device for a domain. The returned output is 1.32 +formatted as a list or as an S-Expression if the '--long' option was given. 1.33 1.34 =back 1.35