CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/04 07:41:23
Modified files:
usr.bin/mandoc : man.3
share/man/man7 : mandoc_char.7
Log message:
Adding the pod2man(1) special characters to mandoc_char(7) was a bad idea.
The mandoc_char(7) manual is supposed to document standard characters
for man(7) and mdoc(7), and these are not standard in any sense.
So move the documentation to an implementation-specific manual.
noticed by kristaps@ and merged in 1.9.22
ok jmc@ who also noticed that \*(TH broke the nroff -Tps build