aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manpath.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace from man.conf lines; patch from millert@.Ingo Schwarze2016-05-281-6/+5
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-10/+16
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-1/+3
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-9/+6
* Avoid warning "defined but not used" when compiling with HAVE_MANPATH.Ingo Schwarze2015-06-101-1/+5
* Do not let the -m option or MANPATH with leading, trailing, or doubleIngo Schwarze2015-05-071-6/+8
* Fix the HAVE_MANPATH case, got broken in rev. 1.23.Ingo Schwarze2015-04-281-2/+2
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-27/+96
* Add a new directive "manpath path"Ingo Schwarze2015-03-261-26/+42
* make MANPATH_DEFAULT compile-time configurableIngo Schwarze2015-03-221-2/+1
* when there is no -m, no -M, no MANPATH and no /etc/man.conf,Ingo Schwarze2015-03-211-2/+6
* fix build when HAVE_MANPATH is set; patch from <bapt at FreeBSD>Ingo Schwarze2014-11-271-2/+2
* Ignore invalid directories in man.conf(5) and MANPATH, even if theirIngo Schwarze2014-11-181-16/+31
* Improve build system and autodetection.Ingo Schwarze2014-08-161-2/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-3/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-4/+3
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-2/+2
* My audit of mandoc revealed one missing (unsigned char) castIngo Schwarze2013-11-211-2/+2
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-6/+2
* Sync to OpenBSD:Ingo Schwarze2013-05-291-3/+5
* Use size_t in manpath instead of int.Kristaps Dzonsons2012-06-081-6/+6
* Support leading, trailing and double colons in MANPATH to prepend,Kristaps Dzonsons2011-12-241-7/+46
* Remove stray warnx() left in the manpath.c code.Kristaps Dzonsons2011-12-131-2/+1
* Have manpath.c properly use manpath(1), that is, using -C and -m and so on.Kristaps Dzonsons2011-12-131-42/+53
* implement -C (alternative config file) for apropos(1) and mandocdb(8),Ingo Schwarze2011-12-121-6/+7
* Sync to OpenBSD, mostly gratuitous and whitespace differences,Ingo Schwarze2011-11-261-9/+10
* Allow man.conf file to be assignable.Kristaps Dzonsons2011-11-241-4/+4
* Export the manpath_manconf() function, slightly reorderng manpath.c whileKristaps Dzonsons2011-11-241-14/+21
* Support for Open/NetBSD's /etc/man.conf and others' manpath(1).Kristaps Dzonsons2011-11-231-0/+167