Hello,
I am using groff-1.22.4 on FreeBSD.
After updating groff, I realized that there is no header in Japanese
manpages using mdoc.tmac. So I added the following line to
mdoc.local:
.if ((\n[.x]\n[.y] >= 122) & (\n[.Y] >= 4)) \{\
. if "\*[locale]"japanese" \{\
. als doc-section-name section-name
. als doc-section-synopsis section-synopsis
. als doc-section-description section-description
. als doc-section-see-also section-see-also
. als doc-section-files section-files
. als doc-section-authors section-authors
. \}
.\}
Please let me know if there are other things I have to do.
thanks
Koichi