Vagrant Cascadian <[email protected]> writes: > Do tools handling man pages work without a date? I seem to recall trying > this in the past and the man command spit out all sorts of errors...
Yes, you can suppress the date by passing an empty string into the
appropriate argument to .TH. You can see this behavior with:
pod2man --date "" /usr/share/perl5/boolean.pod | nroff -man
--
Russ Allbery ([email protected]) <https://www.eyrie.org/~eagle/>

