From f5d2d93abf258f767a5bf73c2b12a47a231d27f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Meireles?= Date: Fri, 28 Aug 2015 17:34:11 +0100 Subject: [PATCH] turn generated man pages non k8s specific. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: António Meireles --- man_docs.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man_docs.go b/man_docs.go index 587ad9dc..f260990e 100644 --- a/man_docs.go +++ b/man_docs.go @@ -67,9 +67,7 @@ func (cmd *Command) GenMan(projectName string, out *bytes.Buffer) { } func manPreamble(out *bytes.Buffer, projectName, name, short, long string) { - fmt.Fprintf(out, `%% %s(1) kubernetes User Manuals -%% Eric Paris -%% Jan 2015 + fmt.Fprintf(out, `%% %s(1) # NAME `, projectName) fmt.Fprintf(out, "%s \\- %s\n\n", name, short)