Michael Proto 1181481c79 shells/mksh: Generate man-compatible page
Currently the mksh man page will not display on a base FreeBSD install,
stating that groff is required to format the page:
$ man mksh
This manpage needs groff(1) to be rendered
First install groff(1):
pkg install groff
Renames the src mksh.1 and passes it through mandoc to generate a
man-compatible page to then be installed with the package.

PR:		286190
Approved by:	Rares Aioanei <schaiba@gmail.com> (maintainer)
2025-04-21 20:51:26 +02:00
..