From 30ba39a13e598c74a691a433db59a07cea3b9592 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 6 Aug 2010 23:33:05 +1000 Subject: [PATCH] docs: fix an incorrect keyword in updated hooks page --- docs/hooks.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.html.in b/docs/hooks.html.in index 411f2ec9bf..2ce785ff07 100644 --- a/docs/hooks.html.in +++ b/docs/hooks.html.in @@ -93,7 +93,7 @@ configuration and triggers the hook script as:
/etc/libvirt/hooks/daemon - reload begin SIGHUP
-

Please note that when the libvirt daemon is restarted, the qemu +

Please note that when the libvirt daemon is restarted, the daemon hook script is called once with the "shutdown" operation, and then once with the "start" operation. There is no specific operation to indicate a "restart" is occurring.