From fddfbb44e7d3b1b00707e1e1510bf9910271c9d9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 8 Nov 2013 16:04:00 +0100 Subject: cman: add forgotten fenced man page reference 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(+) diff --git a/lib_cman.py b/lib_cman.py index 382cfcd..fbb1de6 100644 --- a/lib_cman.py +++ b/lib_cman.py @@ -350,6 +350,9 @@ class CmanFenced(Daemon): web='https://git.fedorahosted.org/cgit/cluster.git', ml='https://lists.fedorahosted.org/mailman/listinfo/cluster-commits', ) + man = [ + 'fenced(8)', + ] ids = dict( srpm='cluster', rpm='cman', -- cgit