1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-23 21:34:54 +03:00

docs: grammar fixes

Fix some user-visible wording from commits 72aafe9 and 1606d89.

* src/qemu/qemu.conf (migration_address): Better wording.
* include/libvirt/libvirt.h.in (VIR_MIGRATE_PARAM_LISTEN_ADDRESS):
Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eric Blake 2013-11-08 09:39:25 -07:00
parent efdd591dfb
commit d0b2d0177b
2 changed files with 4 additions and 4 deletions

View File

@ -1274,10 +1274,10 @@ typedef enum {
* VIR_MIGRATE_PARAM_LISTEN_ADDRESS: * VIR_MIGRATE_PARAM_LISTEN_ADDRESS:
* *
* virDomainMigrate* params field: The listen address that hypervisor on the * virDomainMigrate* params field: The listen address that hypervisor on the
* destination side should bind to for incoming migration. Both, IPv4 and IPv6 * destination side should bind to for incoming migration. Both IPv4 and IPv6
* addresses are accepted as well as hostnames (the resolving is done on * addresses are accepted as well as hostnames (the resolving is done on
* destination). Some hypervisors do not support this feature an will return an * destination). Some hypervisors do not support this feature and will return
* error if this field is used. * an error if this field is used.
*/ */
#define VIR_MIGRATE_PARAM_LISTEN_ADDRESS "listen_address" #define VIR_MIGRATE_PARAM_LISTEN_ADDRESS "listen_address"

View File

@ -450,7 +450,7 @@
# Override the listen address for all incoming migrations. Defaults to # Override the listen address for all incoming migrations. Defaults to
# 0.0.0.0 or :: in case if both host and qemu are capable of IPv6. # 0.0.0.0, or :: if both host and qemu are capable of IPv6.
#migration_address = "127.0.0.1" #migration_address = "127.0.0.1"