| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze | 2017-05-30 | 118 | -160/+611 |
* | Use [ rather than [[ for portability, | Ingo Schwarze | 2017-05-18 | 1 | -1/+1 |
* | Delete the -T xhtml command line option. | Ingo Schwarze | 2017-05-17 | 4 | -12/+3 |
* | Fix documentation bug: | Ingo Schwarze | 2017-05-17 | 1 | -1/+1 |
* | Modernize an example showing antiquated syntax, | Ingo Schwarze | 2017-05-17 | 1 | -2/+1 |
* | missing space between macro arg and punctuation; from jmc@ | Ingo Schwarze | 2017-05-17 | 1 | -1/+1 |
* | Never create empty databases. | Ingo Schwarze | 2017-05-17 | 2 | -0/+25 |
* | Do not warn if a database file does not exist | Ingo Schwarze | 2017-05-17 | 1 | -1/+2 |
* | Delete pointless width calculation for SYNOPSIS .Nm block heads. | Ingo Schwarze | 2017-05-17 | 1 | -17/+0 |
* | Introduce a new mandoc(1) message level, -W style, below -W warning. | Ingo Schwarze | 2017-05-16 | 5 | -38/+49 |
* | warn about punctuation between .Xr and .Rs in SEE ALSO; | Ingo Schwarze | 2017-05-14 | 1 | -1/+1 |
* | Tweak previous: tb@ noticed that some browser/font combinations | Ingo Schwarze | 2017-05-14 | 1 | -1/+1 |
* | Make the tag column in .Bl -tag lists wider: | Ingo Schwarze | 2017-05-12 | 3 | -13/+27 |
* | Trailing \c suppresses the output line break even if | Ingo Schwarze | 2017-05-09 | 4 | -7/+10 |
* | Line-breaking roff(7) requests also break man(7) next-line scope. | Ingo Schwarze | 2017-05-08 | 2 | -7/+12 |
* | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze | 2017-05-08 | 16 | -15/+159 |
* | Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing to | Ingo Schwarze | 2017-05-08 | 1 | -428/+413 |
* | implement .DT in terms of .ta; needed for print/ghostview, for example | Ingo Schwarze | 2017-05-07 | 2 | -3/+17 |
* | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze | 2017-05-07 | 20 | -31/+326 |
* | Shorten the description of .sp and move it to roff(7). | Ingo Schwarze | 2017-05-05 | 3 | -43/+11 |
* | Move .sp to the roff modules. Enough infrastructure is in place | Ingo Schwarze | 2017-05-05 | 23 | -176/+95 |
* | move .ll to the roff modules | Ingo Schwarze | 2017-05-05 | 17 | -76/+45 |
* | Clean up docs after today's .br and .ft code cleanup; simpler. | Ingo Schwarze | 2017-05-05 | 3 | -27/+5 |
* | Move handling of the roff(7) .ft request from the man(7) | Ingo Schwarze | 2017-05-05 | 21 | -99/+224 |
* | Start roff formatter modules for HTML and termininal output, | Ingo Schwarze | 2017-05-04 | 10 | -55/+145 |
* | Parser reorg: | Ingo Schwarze | 2017-05-04 | 28 | -78/+168 |
* | A few days ago, a patch from <G dot Branden dot Robinson at gmail dot com> | Ingo Schwarze | 2017-05-01 | 1 | -1/+15 |
* | When trying to expand some columns in a table where the sum of the | Ingo Schwarze | 2017-05-01 | 4 | -3/+44 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 15 | -564/+368 |
* | Delete .Pp right before the first .Sh and right before any .Ss, | Ingo Schwarze | 2017-04-28 | 11 | -4/+117 |
* | ASCII characters that are special to roff | Ingo Schwarze | 2017-04-27 | 1 | -0/+7 |
* | Delete the manpage(1) utility. | Ingo Schwarze | 2017-04-24 | 3 | -205/+0 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 25 | -698/+743 |
* | More thoroughly reject direct access to unintended files, such that | Ingo Schwarze | 2017-04-19 | 1 | -1/+2 |
* | Now that global -i is gone, pass -i through to the apropos(1) | Ingo Schwarze | 2017-04-18 | 1 | -2/+6 |
* | Delete the undocumented and unimplemented man(1) -i (interactive | Ingo Schwarze | 2017-04-18 | 1 | -4/+0 |
* | The apropos(1) manual still documents the unary -i operator for | Ingo Schwarze | 2017-04-18 | 1 | -1/+6 |
* | Fix previous: i forgot explicit NUL termination; | Ingo Schwarze | 2017-04-18 | 1 | -0/+2 |
* | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. | Ingo Schwarze | 2017-04-17 | 2 | -25/+56 |
* | adjust tests to recent .Lk improvements | Ingo Schwarze | 2017-04-17 | 6 | -8/+20 |
* | implement display of long .Lk URIs to match -Tascii | Ingo Schwarze | 2017-04-17 | 1 | -4/+57 |
* | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze | 2017-04-17 | 5 | -20/+55 |
* | Show long .Lk URIs in like an indented display, similar to groff. | Ingo Schwarze | 2017-04-14 | 1 | -0/+10 |
* | Do not make the colon after the .Lk link text italic. | Ingo Schwarze | 2017-04-14 | 2 | -2/+2 |
* | delete documentation of some stuff that no longer exists, | Ingo Schwarze | 2017-03-30 | 2 | -121/+13 |
* | simplify the SYNOPSIS as well, just like the option lists; | Ingo Schwarze | 2017-03-27 | 4 | -20/+12 |
* | For some options that are rarely needed in mandoc(1), | Ingo Schwarze | 2017-03-27 | 1 | -14/+4 |
* | Simplify: mention at one place that -fkl override each other, | Ingo Schwarze | 2017-03-27 | 3 | -42/+11 |
* | For some options that are rarely needed in apropos(1) and man(1), | Ingo Schwarze | 2017-03-25 | 2 | -91/+10 |
* | simplify description of -S and -w, point from EXIT STATUS | Ingo Schwarze | 2017-03-22 | 1 | -11/+6 |