commit cf20e871fd30e40dba77b66fe2f610eef1e96964
Author: Franco Fichtner <[email protected]>
Date: Sat Oct 5 03:04:20 2013 +0200
man(1): import man(1) replacement
Vanilla sources; not yet hooked up to the build.
Taken-from: NetBSD
Summary of changes:
etc/man.conf | 68 +++
usr.bin/man/Makefile | 15 +
usr.bin/man/man.1 | 243 +++++++++++
usr.bin/man/man.c | 1050 +++++++++++++++++++++++++++++++++++++++++++++++
usr.bin/man/man.conf.5 | 286 +++++++++++++
usr.bin/man/manconf.c | 257 ++++++++++++
usr.bin/man/manconf.h | 60 +++
usr.bin/man/pathnames.h | 39 ++
8 files changed, 2018 insertions(+)
create mode 100644 etc/man.conf
create mode 100644 usr.bin/man/Makefile
create mode 100644 usr.bin/man/man.1
create mode 100644 usr.bin/man/man.c
create mode 100644 usr.bin/man/man.conf.5
create mode 100644 usr.bin/man/manconf.c
create mode 100644 usr.bin/man/manconf.h
create mode 100644 usr.bin/man/pathnames.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cf20e871fd30e40dba77b66fe2f610eef1e96964
--
DragonFly BSD source repository