| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix previous: Don't let man(1) warn twice about non-existant names. | Ingo Schwarze | 2015-04-20 | 1 | -5/+9 |
* | If apropos(1) finds no match, print "nothing appropriate" to stderr | Ingo Schwarze | 2015-04-19 | 1 | -0/+2 |
* | Profit from the unified struct roff_man and reduce the number of | Ingo Schwarze | 2015-04-18 | 1 | -5/+6 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -4/+4 |
* | shorten "outdated mandoc.db" warning message; requested by deraadt@ | Ingo Schwarze | 2015-04-16 | 1 | -4/+2 |
* | No need to hardcode /usr/bin/ as the path to more(1); helps portability. | Ingo Schwarze | 2015-04-03 | 1 | -1/+1 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -2/+3 |
* | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -8/+9 |
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -10/+12 |
* | Modernize documentation by inserting blanks between option letters | Ingo Schwarze | 2015-03-27 | 1 | -3/+3 |
* | Simplify: Now that rc is global anyway, no need to pass it around | Ingo Schwarze | 2015-03-17 | 1 | -26/+19 |
* | When the user exits the pager before the pager has drained all input | Ingo Schwarze | 2015-03-17 | 1 | -1/+12 |
* | We can keep track of the pager PID without additional complexity. | Ingo Schwarze | 2015-03-10 | 1 | -26/+22 |
* | Fix a regression caused in rev. 1.212, reported by kristaps@: | Ingo Schwarze | 2015-03-10 | 1 | -3/+21 |
* | Allow compilation on Mac OS X, which doesn't have MACHINE defined. | Kristaps Dzonsons | 2015-03-06 | 1 | -2/+4 |
* | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze | 2015-02-27 | 1 | -8/+19 |
* | Delete the -V option. It serves no purpose but keeps confusing people. | Ingo Schwarze | 2015-02-16 | 1 | -16/+4 |
* | trim trailing white space, no code change; | Ingo Schwarze | 2015-02-10 | 1 | -1/+1 |
* | be more careful about argc == 0 | Ingo Schwarze | 2015-02-07 | 1 | -6/+9 |
* | Enable the integrated man(1) even when database support is disabled, | Ingo Schwarze | 2015-02-03 | 1 | -40/+14 |
* | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze | 2015-01-20 | 1 | -3/+7 |
* | Let man(1) show manuals for the current architecture by default, | Ingo Schwarze | 2015-01-16 | 1 | -0/+5 |
* | Fatal errors no longer exist. | Ingo Schwarze | 2015-01-15 | 1 | -7/+2 |
* | if earlier files set a non-zero exit status, | Ingo Schwarze | 2015-01-14 | 1 | -6/+12 |
* | Be developer-friendly, 'cause OpenBSD devs like to: | Ingo Schwarze | 2015-01-13 | 1 | -4/+105 |
* | do not spawn a pager when there is no output; issue pointed out by deraadt@ | Ingo Schwarze | 2015-01-13 | 1 | -24/+35 |
* | If man(1) only has one single argument, always interpret it as a name, | Ingo Schwarze | 2015-01-01 | 1 | -1/+2 |
* | When showing more than one formatted manual page, insert horizontal lines | Ingo Schwarze | 2014-12-31 | 1 | -1/+5 |
* | Use -m for macro set selection in mandoc(1) mode only, not in man(1) | Ingo Schwarze | 2014-12-21 | 1 | -7/+7 |
* | update usage() and the list of non-standard (i.e. non-posix) options; | Ingo Schwarze | 2014-12-18 | 1 | -2/+4 |
* | Be a bit more lenient in what to accept for section names given | Ingo Schwarze | 2014-12-17 | 1 | -5/+6 |
* | Let "man n open" do the same as "man -s n open" again, that is, | Ingo Schwarze | 2014-12-15 | 1 | -3/+4 |
* | Guard some come needed for database support only by #if HAVE_SQLITE3. | Ingo Schwarze | 2014-12-11 | 1 | -4/+19 |
* | Support choosing alternative binary and manual names from configure.local, | Ingo Schwarze | 2014-12-09 | 1 | -5/+4 |
* | Integrate the makewhatis binary into the mandoc binary | Ingo Schwarze | 2014-12-09 | 1 | -0/+9 |
* | implement help(1) | Ingo Schwarze | 2014-12-05 | 1 | -8/+21 |
* | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze | 2014-12-02 | 1 | -1/+1 |
* | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze | 2014-11-26 | 1 | -7/+3 |
* | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze | 2014-11-11 | 1 | -0/+4 |
* | Let -h imply -c (that is, not use the pager). | Ingo Schwarze | 2014-11-11 | 1 | -0/+1 |
* | implement -h (synopsis only) for preformatted (cat) pages; | Ingo Schwarze | 2014-11-11 | 1 | -14/+54 |
* | add -K to usage() and wrap nicely; from jmc@ | Ingo Schwarze | 2014-10-30 | 1 | -2/+2 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -17/+19 |
* | integrate preconv(1) into mandoc(1); | Ingo Schwarze | 2014-10-25 | 1 | -2/+28 |
* | plug file descriptor leaks on read or write failure; | Ingo Schwarze | 2014-10-18 | 1 | -3/+4 |
* | Add *.gz support to apropos(1) -a, man(1), and even mandoc(1). | Ingo Schwarze | 2014-09-03 | 1 | -13/+22 |
* | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze | 2014-09-03 | 1 | -1/+1 |
* | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | 2014-09-03 | 1 | -4/+8 |
* | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze | 2014-09-01 | 1 | -3/+5 |
* | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze | 2014-08-30 | 1 | -8/+13 |