From 6fdd8c4a989d3deb9e0bb07d77b4c74d43bcc879 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 29 Jul 2016 15:59:35 -0400 Subject: [PATCH] Fix the doctype attribute in man page asciidocs (#16696) The asciidoc.in sources had an attribute like: :doctype:manpage That attribute was not being correctly rendered in a2x resulting in the 'doctype:manpage' showing up in a spurious additional AUTHOR section at the end of the generated man pages like: AUTHOR :doctype:manpage Fix with correct formatting of 'doctype' attribute. --- docs/man/man1/ansible-doc.1.asciidoc.in | 2 +- docs/man/man1/ansible-playbook.1.asciidoc.in | 2 +- docs/man/man1/ansible-pull.1.asciidoc.in | 2 +- docs/man/man1/ansible.1.asciidoc.in | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/man/man1/ansible-doc.1.asciidoc.in b/docs/man/man1/ansible-doc.1.asciidoc.in index f46db17b60d..2b1f2678d9d 100644 --- a/docs/man/man1/ansible-doc.1.asciidoc.in +++ b/docs/man/man1/ansible-doc.1.asciidoc.in @@ -1,6 +1,6 @@ ansible-doc(1) ============== -:doctype:manpage +:doctype: manpage :man source: Ansible :man version: %VERSION% :man manual: System administration commands diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index aed13b89383..3360c0d454a 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -1,6 +1,6 @@ ansible-playbook(1) =================== -:doctype:manpage +:doctype: manpage :man source: Ansible :man version: %VERSION% :man manual: System administration commands diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in index 42d08d8296c..d2211553be6 100644 --- a/docs/man/man1/ansible-pull.1.asciidoc.in +++ b/docs/man/man1/ansible-pull.1.asciidoc.in @@ -1,6 +1,6 @@ ansible(1) ========= -:doctype:manpage +:doctype: manpage :man source: Ansible :man version: %VERSION% :man manual: System administration commands diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in index b7b564ad90d..ca3ad8f4048 100644 --- a/docs/man/man1/ansible.1.asciidoc.in +++ b/docs/man/man1/ansible.1.asciidoc.in @@ -1,6 +1,5 @@ ansible(1) ========= -:doctype:manpage :man source: Ansible :man version: %VERSION% :man manual: System administration commands