On 1/3/20 11:09 AM, Michael Weiser wrote:
Trivially replace usages of qemu and lxc in the virsh manpage with
their
more heavily used and (according to Wikipedia) correct upper-case
spellings QEMU and LXC.
Signed-off-by: Michael Weiser <michael.weiser(a)gmx.de>
Suggested-by: Daniel Henrique Barboza <danielhb413(a)gmail.com>
---
Thanks for sending this. You missed a few instances of 'qemu' though:
1213 *bandwidth* specifies copying bandwidth limit in MiB/s, although for
1214 qemu, it may be non-zero only for an online domain. For further information
7440 Send an arbitrary monitor command *command* to domain *domain* through the
7441 qemu monitor. The results of the command will be printed on stdout. If
7459 Send an arbitrary guest agent command *command* to domain *domain* through
7460 qemu agent.
These 'qemu' instances in lines 1214, 7441 and 7460 should be upper-cased as
well.
The remaining lower-case references are fine since they're referencing commands
or URIs.
LXC instances are good to go.
Thanks,
DHB