From 2e688f731678edaf0d0ebc8648d1d56b36c3a105 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 26 Jul 2017 17:42:02 +0100 Subject: [PATCH] docs: fix typo s/∧/&/ Signed-off-by: Daniel P. Berrange --- 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 7a04ac198c..6cc47a6c5c 100644 --- a/docs/hooks.html.in +++ b/docs/hooks.html.in @@ -289,7 +289,7 @@
  • Since 1.2.2, before a network is started, this script is called as:
    /etc/libvirt/hooks/network network_name start begin -
  • -
  • After the network is started, up ∧ running, the script is +
  • After the network is started, up & running, the script is called as:
    /etc/libvirt/hooks/network network_name started begin -
  • When a network is shut down, this script is called as:
    -- 2.47.2