From a8946537bf6e5eb37c3d43b21cee8c78e25c17c5 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 25 May 2009 20:22:56 +0100 Subject: [PATCH] Fix some haddock issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Slash is a reserved char. Slash is a reserved char. Slash is a⦠--- Ganeti/HTools/Rapi.hs | 2 +- Ganeti/HTools/Text.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ganeti/HTools/Rapi.hs b/Ganeti/HTools/Rapi.hs index 4f3b89bec..5f028c3b5 100644 --- a/Ganeti/HTools/Rapi.hs +++ b/Ganeti/HTools/Rapi.hs @@ -83,7 +83,7 @@ parseNode a = do dtotal dfree (offline || drained)) return (name, node) -loadData :: String -- ^ Cluster/URL to use as source +loadData :: String -- ^ Cluster or URL to use as source -> IO (Result (Node.AssocList, Instance.AssocList)) loadData master = do -- IO monad let url = formatHost master diff --git a/Ganeti/HTools/Text.hs b/Ganeti/HTools/Text.hs index fdf198260..0c8715c68 100644 --- a/Ganeti/HTools/Text.hs +++ b/Ganeti/HTools/Text.hs @@ -1,7 +1,7 @@ {-| Parsing data from text-files This module holds the code for loading the cluster state from text -files, as produced by gnt-node/gnt-instance list. +files, as produced by gnt-node and gnt-instance list. -} -- GitLab