From d488571536db8254ad2513c03d5bd7989acb5b5e Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 8 Nov 2013 15:41:41 +0100 Subject: cman: forgotten man page for qdiskd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- lib_cman.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib_cman.py') diff --git a/lib_cman.py b/lib_cman.py index 80fbfb2..eb91c17 100644 --- a/lib_cman.py +++ b/lib_cman.py @@ -286,6 +286,9 @@ class CmanQdiskd(Daemon): web='https://git.fedorahosted.org/cgit/cluster.git', ml='https://lists.fedorahosted.org/mailman/listinfo/cluster-commits', ) + man = [ + 'qdiskd(8)', + ] ids = dict( srpm='cluster', rpm='cman', -- cgit