git: Add FreeBSD's man(1) command unchanged but don't hook in just yet.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Apr 21 02:20:00 PDT 2019


commit cde00b53644391e75cb3ca4b7e77c4b69c171b68
Author: Sascha Wildner <saw at online.de>
Date:   Sun Apr 21 09:30:26 2019 +0200

    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.

Summary of changes:
 usr.bin/man/Makefile   |    8 +
 usr.bin/man/man.1      |  375 ++++++++++++++++++
 usr.bin/man/man.conf.5 |  142 +++++++
 usr.bin/man/man.sh     | 1032 ++++++++++++++++++++++++++++++++++++++++++++++++
 usr.bin/man/manpath.1  |  118 ++++++
 5 files changed, 1675 insertions(+)
 create mode 100644 usr.bin/man/Makefile
 create mode 100644 usr.bin/man/man.1
 create mode 100644 usr.bin/man/man.conf.5
 create mode 100644 usr.bin/man/man.sh
 create mode 100644 usr.bin/man/manpath.1

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cde00b53644391e75cb3ca4b7e77c4b69c171b68


-- 
DragonFly BSD source repository


More information about the Commits mailing list