]> xenbits.xensource.com Git - libvirt.git/commitdiff
hooks: Fix a wrong description
authorChen Hanxiao <chenhanxiao@gmail.com>
Wed, 15 Nov 2017 07:51:40 +0000 (15:51 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Nov 2017 12:52:13 +0000 (13:52 +0100)
In the definition of virHookQemuOpType and virHookNetworkOpType,
we should use 'stopped' rather than 'shutdown'.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
docs/hooks.html.in

index 05156c30c202e76c64984705e7bbadf85b63d771..2c4c39b7715f5f2e02d0d25761fb2fee70756ba3 100644 (file)
           executes <b>prior</b> to the object (guest or network) being created.
           This allows the object start operation to be aborted if the script
           returns indicating failure.<br/><br/></li>
-      <li>The "shutdown" operation for the guest and network hook scripts,
+      <li>The "stopped" operation for the guest and network hook scripts,
           executes <b>after</b> the object (guest or network) has stopped. If
           the hook script indicates failure in its return, the shut down of the
           object cannot be aborted because it has already been performed.