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