``` % pandoc -t man -s -Vpandoc-version=X.Y --- title: HELLO section: 1 --- ^D .\" Automatically generated by Pandoc X.Y .\" .TH "HELLO" "1" "" "" ``` ``` % pandoc -t man -s -Vpandoc-version=X.Y --- title: HELLO section: 1 header: Head --- ^D .\" Automatically generated by Pandoc X.Y .\" .TH "HELLO" "1" "" "" "Head" ```