| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the -Werror message level into -Werror (broken manual, probably |  schwarze | 2015-01-20 | 1 | -4/+8 |
* | Let man(1) show manuals for the current architecture by default, |  schwarze | 2015-01-16 | 1 | -1/+6 |
* | Fatal errors no longer exist. |  schwarze | 2015-01-15 | 1 | -8/+3 |
* | if earlier files set a non-zero exit status, |  schwarze | 2015-01-14 | 1 | -7/+13 |
* | Be developer-friendly, 'cause OpenBSD devs like to: |  schwarze | 2015-01-13 | 1 | -5/+102 |
* | do not spawn a pager when there is no output; issue pointed out by deraadt@ |  schwarze | 2015-01-13 | 1 | -24/+29 |
* | If man(1) only has one single argument, always interpret it as a name, |  schwarze | 2015-01-01 | 1 | -2/+3 |
* | When showing more than one formatted manual page, insert horizontal lines |  schwarze | 2014-12-31 | 1 | -2/+6 |
* | Use -m for macro set selection in mandoc(1) mode only, not in man(1) |  schwarze | 2014-12-21 | 1 | -8/+8 |
* | update usage() and the list of non-standard (i.e. non-posix) options; |  jmc | 2014-12-18 | 1 | -3/+5 |
* | Be a bit more lenient in what to accept for section names given |  schwarze | 2014-12-17 | 1 | -6/+7 |
* | Let "man n open" do the same as "man -s n open" again, that is, |  schwarze | 2014-12-15 | 1 | -4/+5 |
* | slightly reshuffle some code to reduce the diff with portable; |  schwarze | 2014-12-11 | 1 | -5/+6 |
* | implement help(1) |  schwarze | 2014-12-05 | 1 | -9/+22 |
* | Switch the default output mode from -Tascii to -Tlocale. |  schwarze | 2014-12-02 | 1 | -2/+2 |
* | Simplify the mparse_open()/mparse_wait() interface. |  schwarze | 2014-11-26 | 1 | -8/+4 |
* | In man(1) mode without -a, stop searching after the first manual tree |  schwarze | 2014-11-11 | 1 | -1/+5 |
* | Let -h imply -c (that is, not use the pager). |  schwarze | 2014-11-11 | 1 | -1/+2 |
* | implement -h (synopsis only) for preformatted (cat) pages; |  schwarze | 2014-11-11 | 1 | -15/+55 |
* | mandoc.1: fix a macro error in previous |  jmc | 2014-10-30 | 1 | -3/+3 |
* | support UTF-8 and ISO-8859-1 input by integrating modified parts |  schwarze | 2014-10-30 | 1 | -3/+29 |
* | Make the character table available to libroff so it can check the |  schwarze | 2014-10-28 | 1 | -18/+20 |
* | plug file descriptor leaks on read or write failure; |  schwarze | 2014-10-18 | 1 | -4/+5 |
* | Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1). |  schwarze | 2014-09-03 | 1 | -15/+23 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take |  schwarze | 2014-09-03 | 1 | -2/+2 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. |  schwarze | 2014-09-03 | 1 | -5/+9 |
* | In man(1) mode, change to the right directory before starting the parser, |  schwarze | 2014-09-01 | 1 | -4/+6 |
* | Introduce a man(1) -l option as an alias for mandoc -a. |  schwarze | 2014-08-30 | 1 | -9/+14 |
* | Add an implementation of man(1) into the /usr/bin/mandoc binary and |  schwarze | 2014-08-27 | 1 | -40/+364 |
* | Reduce the verbosity of error messages caused by open(2) failures. |  schwarze | 2014-06-21 | 1 | -3/+6 |
* | Prefix messages about bad command line options and arguments |  schwarze | 2014-06-21 | 1 | -7/+11 |
* | As suggested by jmc@, only include line and column numbers into messages |  schwarze | 2014-06-20 | 1 | -4/+8 |
* | Prefix error messages from mandoc(1) with "mandoc: " |  schwarze | 2014-06-20 | 1 | -2/+3 |
* | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, |  schwarze | 2014-04-20 | 1 | -45/+44 |
* | The files mandoc.c and mandoc.h contained both specialised low-level |  schwarze | 2014-03-21 | 1 | -1/+2 |
* | Without the MPARSE_SO option, if the file contains nothing but a |  schwarze | 2014-03-19 | 1 | -2/+2 |
* | Generalize the mparse_alloc() and roff_alloc() functions by giving |  schwarze | 2014-03-19 | 1 | -11/+11 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to |  schwarze | 2014-01-06 | 1 | -1/+2 |
* | Add an option -Q (quick) to mandocdb(8) |  schwarze | 2014-01-05 | 1 | -2/+2 |
* | sync usage(), and tidy up the output a little; ok schwarze |  jmc | 2012-11-19 | 1 | -4/+4 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the |  schwarze | 2012-05-24 | 1 | -4/+20 |
* | Accept "makewhatis" as an alias for "mandocdb". |  schwarze | 2011-12-25 | 1 | -2/+3 |
* | Implement whatis(1) as a special apropos(1) mode as a part of |  schwarze | 2011-11-28 | 1 | -2/+3 |
* | Sync to version 1.12.0; all code by kristaps@: |  schwarze | 2011-10-09 | 1 | -1/+8 |
* | 1) Import the future apropos(1) replacement written by kristaps@. |  schwarze | 2011-10-06 | 1 | -1/+9 |
* | Initial, incomplete support for -Tman |  schwarze | 2011-09-17 | 1 | -1/+7 |
* | Merge release 1.11.3, almost all code by kristaps@: |  schwarze | 2011-05-29 | 1 | -2/+21 |
* | Merge version 1.11.1: |  schwarze | 2011-04-24 | 1 | -753/+66 |
* | Merge version 1.10.10: |  schwarze | 2011-04-21 | 1 | -45/+38 |
* | Import the foundation for eqn(7) support. |  schwarze | 2011-03-20 | 1 | -11/+19 |