man.authors.section.enabled

man.authors.section.enabled — Display auto-generated AUTHORS section?

Synopsis

<xsl:param name="man.authors.section.enabled">1</xsl:param>

Description

If the value of man.authors.section.enabled is non-zero (the default), then an AUTHORS section is generated near the end of each man page. The output of the AUTHORS section is assembled from any author, editor, and othercredit metadata found in the contents of the child info or refentryinfo (if any) of the refentry itself, or from any author, editor, and othercredit metadata that may appear in info contents of any ancestors of the refentry.

If the value of man.authors.section.enabled is zero, the the auto-generated AUTHORS section is suppressed.

Set the value of man.authors.section.enabled to zero if you want to have a manually created AUTHORS section in your source, and you want it to appear in output instead of the auto-generated AUTHORS section.