mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
virsh: Break long lines in virsh.pod
No content changes, just breaking long lines.
This commit is contained in:
parent
33855f5d04
commit
3aab4d7929
@ -468,7 +468,8 @@ Flags I<--live> or I<--config> select whether this command works on live
|
|||||||
or persistent definitions of the domain. If both I<--live> and I<--config>
|
or persistent definitions of the domain. If both I<--live> and I<--config>
|
||||||
are specified, the I<--config> option takes precedence on getting the current
|
are specified, the I<--config> option takes precedence on getting the current
|
||||||
description and both live configuration and config are updated while setting
|
description and both live configuration and config are updated while setting
|
||||||
the description. I<--current> is exclusive and implied if none of these was specified.
|
the description. I<--current> is exclusive and implied if none of these was
|
||||||
|
specified.
|
||||||
|
|
||||||
Flag I<--edit> specifies that an editor with the contents of current
|
Flag I<--edit> specifies that an editor with the contents of current
|
||||||
description or title should be opened and the contents saved back afterwards.
|
description or title should be opened and the contents saved back afterwards.
|
||||||
@ -1471,7 +1472,8 @@ address.
|
|||||||
[I<--persistent>] [I<--inbound average,peak,burst>] [I<--outbound average,peak,burst>]
|
[I<--persistent>] [I<--inbound average,peak,burst>] [I<--outbound average,peak,burst>]
|
||||||
|
|
||||||
Attach a new network interface to the domain.
|
Attach a new network interface to the domain.
|
||||||
I<type> can be either I<network> to indicate a physical network device or I<bridge> to indicate a bridge to a device.
|
I<type> can be either I<network> to indicate a physical network device or
|
||||||
|
I<bridge> to indicate a bridge to a device.
|
||||||
I<source> indicates the source device.
|
I<source> indicates the source device.
|
||||||
I<target> allows to indicate the target device in the guest.
|
I<target> allows to indicate the target device in the guest.
|
||||||
I<mac> allows to specify the MAC address of the network interface.
|
I<mac> allows to specify the MAC address of the network interface.
|
||||||
@ -1502,9 +1504,10 @@ from the domain.
|
|||||||
=item B<detach-interface> I<domain-id> I<type> [I<--mac mac>]
|
=item B<detach-interface> I<domain-id> I<type> [I<--mac mac>]
|
||||||
|
|
||||||
Detach a network interface from a domain.
|
Detach a network interface from a domain.
|
||||||
I<type> can be either I<network> to indicate a physical network device or I<bridge> to indicate a bridge to a device.
|
I<type> can be either I<network> to indicate a physical network device or
|
||||||
It is recommended to use the I<mac> option to distinguish between the interfaces
|
I<bridge> to indicate a bridge to a device. It is recommended to use the
|
||||||
if more than one are present on the domain.
|
I<mac> option to distinguish between the interfaces if more than one are
|
||||||
|
present on the domain.
|
||||||
|
|
||||||
=item B<update-device> I<domain-id> I<file> [I<--persistent>] [I<--force>]
|
=item B<update-device> I<domain-id> I<file> [I<--persistent>] [I<--force>]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user