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)