On a Friday in 2021, zhanglei wrote:
The new parameter group returns information about network interfaces
Signed-off-by: zhanglei <zhanglei(a)smartx.com>
---
docs/manpages/virsh.rst | 12 ++++++++++--
src/libvirt-domain.c | 2 +-
tools/virsh-domain.c | 6 ++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
index fdc0780ae0..ce7cafde36 100644
--- a/src/libvirt-domain.c
+++ b/src/libvirt-domain.c
@@ -12580,7 +12580,7 @@ virDomainSetVcpu(virDomainPtr domain,
* "hostname" - the hostname of the domain
*
* VIR_DOMAIN_GUEST_INFO_INTERFACES:
- * Returns information about the interfaces within the domain. the typed
+ * Returns information about the interfaces within the domain. The typed
This is fixing up the text added in patch 1/5. I have squashed the
change there.
Jano
* parameter keys are in this format:
*
* "if.count" - the number of interfaces defined on this domain