From dde5681356dc3f5a790b8c1a5763c8efa0d398c7 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Tue, 19 Jul 2011 11:19:25 +0800 Subject: [PATCH] doc: Correct documents for iface commands The problems: * Duplicate documents for "iface-name" * Lacks of document for "iface-mac" * Inconsistent option names with virsh help strings. --- tools/virsh.pod | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 5dc3d2e41e..6430efb95d 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1077,20 +1077,24 @@ Returns the list of active host interfaces. If I<--all> is specified this will also include defined but inactive interfaces. If I<--inactive> is specified only the inactive ones will be listed. -=item B I +=item B I -Convert a host interface MAC to interface name, if the I is -unique among the host's interfaces. +Convert a host interface MAC to interface name, if the MAC address is unique +among the host's interfaces. -=item B I +I specifies the interface MAC address. + +=item B I Convert a host interface name to MAC address. -=item B I +I specifies the interface name. + +=item B I Start a (previously defined) host interface, such as by running "if-up". -=item B I +=item B I Undefine the configuration for an inactive host interface. -- 2.47.2