]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
docs: fix usage of 'onto'
authorEric Blake <eblake@redhat.com>
Fri, 19 Apr 2013 20:18:14 +0000 (14:18 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 19 Apr 2013 20:31:16 +0000 (14:31 -0600)
commit1bf25ba249578f185f5c2b3e06c0021e07c15db6
tree6a93104b9bb4c0863ce680bafa770f1470fd1ef8
parent31c6bf35b9d9de04158318658f4fbf6a9e54ff28
docs: fix usage of 'onto'

http://www.uhv.edu/ac/newsletters/writing/grammartip2009.07.01.htm
(and several other sites) give hints that 'onto' is best used if
you can also add 'up' just before it and still make sense. In many
cases in the code base, we really want the two-word form, or even
a simplification to just 'on' or 'to'.

* docs/hacking.html.in: Use correct 'on to'.
* python/libvirt-override.c: Likewise.
* src/lxc/lxc_controller.c: Likewise.
* src/util/virpci.c: Likewise.
* daemon/THREADS.txt: Use simpler 'on'.
* docs/formatdomain.html.in: Better usage.
* docs/internals/rpc.html.in: Likewise.
* src/conf/domain_event.c: Likewise.
* src/rpc/virnetclient.c: Likewise.
* tests/qemumonitortestutils.c: Likewise.
* HACKING: Regenerate.

Signed-off-by: Eric Blake <eblake@redhat.com>
HACKING
daemon/THREADS.txt
docs/formatdomain.html.in
docs/hacking.html.in
docs/internals/rpc.html.in
python/libvirt-override.c
src/conf/domain_event.c
src/lxc/lxc_controller.c
src/rpc/virnetclient.c
src/util/virpci.c
tests/qemumonitortestutils.c