From: Chen Hanxiao Date: Wed, 15 Nov 2017 07:51:40 +0000 (+0800) Subject: hooks: Fix a wrong description X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=27215774950e3306700c21d2c9eaeff8feba5b27;p=libvirt.git hooks: Fix a wrong description In the definition of virHookQemuOpType and virHookNetworkOpType, we should use 'stopped' rather than 'shutdown'. Signed-off-by: Chen Hanxiao --- diff --git a/docs/hooks.html.in b/docs/hooks.html.in index 05156c30c2..2c4c39b771 100644 --- a/docs/hooks.html.in +++ b/docs/hooks.html.in @@ -316,7 +316,7 @@ executes prior to the object (guest or network) being created. This allows the object start operation to be aborted if the script returns indicating failure.

-
  • The "shutdown" operation for the guest and network hook scripts, +
  • The "stopped" operation for the guest and network hook scripts, executes after 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.