Add FreeBSD's man(1) command unchanged but don't hook in just yet.
authorSascha Wildner <saw@online.de>
Sun, 21 Apr 2019 07:30:26 +0000 (09:30 +0200)
committerSascha Wildner <saw@online.de>
Sun, 21 Apr 2019 07:30:26 +0000 (09:30 +0200)
commitcde00b53644391e75cb3ca4b7e77c4b69c171b68
tree9d3806e403c445d906b98ad9bc5b9378847bfc5b
parent39c99b3fa7a7674db3caed4f933a3a9ee2b5979b
Add FreeBSD's man(1) command unchanged but don't hook in just yet.

It will use mandoc if the manual page is supported by it (all our
base manual pages are). If unsupported, as could be the case for
ports manual pages, it will fall back to groff. If groff isn't
found, it will advise to install the groff package.
usr.bin/man/Makefile [new file with mode: 0644]
usr.bin/man/man.1 [new file with mode: 0644]
usr.bin/man/man.conf.5 [new file with mode: 0644]
usr.bin/man/man.sh [new file with mode: 0644]
usr.bin/man/manpath.1 [new file with mode: 0644]