]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: use correct terminology for 1024 bytes
authorEric Blake <eblake@redhat.com>
Fri, 2 Mar 2012 15:23:07 +0000 (08:23 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 8 Mar 2012 01:24:43 +0000 (18:24 -0700)
commit9dfdeadc8aacf8443fac01f907632c9a8867ca06
tree5c4c0ca4e871acfa1a02ec6c7a663d1559daeda2
parent861707b9405bf8921d07659889d55b3ceebe5d31
docs: use correct terminology for 1024 bytes

Yes, I like kilobytes better than kibibytes (when I say kilobytes,
I generally mean 1024).  But since the term is ambiguous, it can't
hurt to say what we mean, by using both the correct name and
calling out the numeric equivalent.

* src/libvirt.c (virDomainGetMaxMemory, virDomainSetMaxMemory)
(virDomainSetMemory, virDomainSetMemoryFlags)
(virNodeGetFreeMemory): Tweak wording.
* docs/formatdomain.html.in: Likewise.
* docs/formatstorage.html.in: Likewise.
docs/formatdomain.html.in
docs/formatstorage.html.in
src/libvirt.c