Hi, I use the following command to generate a pdf file from a manpage. But the pdf file has title "Untitled". I want to unset it via groff. But I don't see an option to set title to be null. Would you please let me know how to unset the title with groff?
groff -Tps -mandoc -c < $(man -w ls) | ps2pdf - > /tmp/ls.pdf -- Regards, Peng