summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split the -Werror message level into -Werror (broken manual, probablyschwarze2015-01-201-4/+8
* Let man(1) show manuals for the current architecture by default,schwarze2015-01-161-1/+6
* Fatal errors no longer exist.schwarze2015-01-151-8/+3
* if earlier files set a non-zero exit status,schwarze2015-01-141-7/+13
* Be developer-friendly, 'cause OpenBSD devs like to:schwarze2015-01-131-5/+102
* do not spawn a pager when there is no output; issue pointed out by deraadt@schwarze2015-01-131-24/+29
* If man(1) only has one single argument, always interpret it as a name,schwarze2015-01-011-2/+3
* When showing more than one formatted manual page, insert horizontal linesschwarze2014-12-311-2/+6
* Use -m for macro set selection in mandoc(1) mode only, not in man(1)schwarze2014-12-211-8/+8
* update usage() and the list of non-standard (i.e. non-posix) options;jmc2014-12-181-3/+5
* Be a bit more lenient in what to accept for section names givenschwarze2014-12-171-6/+7
* Let "man n open" do the same as "man -s n open" again, that is,schwarze2014-12-151-4/+5
* slightly reshuffle some code to reduce the diff with portable;schwarze2014-12-111-5/+6
* implement help(1)schwarze2014-12-051-9/+22
* Switch the default output mode from -Tascii to -Tlocale.schwarze2014-12-021-2/+2
* Simplify the mparse_open()/mparse_wait() interface.schwarze2014-11-261-8/+4
* In man(1) mode without -a, stop searching after the first manual treeschwarze2014-11-111-1/+5
* Let -h imply -c (that is, not use the pager).schwarze2014-11-111-1/+2
* implement -h (synopsis only) for preformatted (cat) pages;schwarze2014-11-111-15/+55
* mandoc.1: fix a macro error in previousjmc2014-10-301-3/+3
* support UTF-8 and ISO-8859-1 input by integrating modified partsschwarze2014-10-301-3/+29
* Make the character table available to libroff so it can check theschwarze2014-10-281-18/+20
* plug file descriptor leaks on read or write failure;schwarze2014-10-181-4/+5
* Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).schwarze2014-09-031-15/+23
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeschwarze2014-09-031-2/+2
* Implement the traditional -h option for man(1): show the SYNOPSIS only.schwarze2014-09-031-5/+9
* In man(1) mode, change to the right directory before starting the parser,schwarze2014-09-011-4/+6
* Introduce a man(1) -l option as an alias for mandoc -a.schwarze2014-08-301-9/+14
* Add an implementation of man(1) into the /usr/bin/mandoc binary andschwarze2014-08-271-40/+364
* Reduce the verbosity of error messages caused by open(2) failures.schwarze2014-06-211-3/+6
* Prefix messages about bad command line options and argumentsschwarze2014-06-211-7/+11
* As suggested by jmc@, only include line and column numbers into messagesschwarze2014-06-201-4/+8
* Prefix error messages from mandoc(1) with "mandoc: "schwarze2014-06-201-2/+3
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-45/+44
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-1/+2
* Without the MPARSE_SO option, if the file contains nothing but aschwarze2014-03-191-2/+2
* Generalize the mparse_alloc() and roff_alloc() functions by givingschwarze2014-03-191-11/+11
* Joerg Sonnenberger contributed copyrightable amounts of text toschwarze2014-01-061-1/+2
* Add an option -Q (quick) to mandocdb(8)schwarze2014-01-051-2/+2
* sync usage(), and tidy up the output a little; ok schwarzejmc2012-11-191-4/+4
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theschwarze2012-05-241-4/+20
* Accept "makewhatis" as an alias for "mandocdb".schwarze2011-12-251-2/+3
* Implement whatis(1) as a special apropos(1) mode as a part ofschwarze2011-11-281-2/+3
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-1/+8
* 1) Import the future apropos(1) replacement written by kristaps@.schwarze2011-10-061-1/+9
* Initial, incomplete support for -Tmanschwarze2011-09-171-1/+7
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-2/+21
* Merge version 1.11.1:schwarze2011-04-241-753/+66
* Merge version 1.10.10:schwarze2011-04-211-45/+38
* Import the foundation for eqn(7) support.schwarze2011-03-201-11/+19