| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze | 2016-12-28 | 5 | -6/+30 |
* | When reporting "whitespace at end of input line" on lines ending with | Ingo Schwarze | 2016-12-07 | 1 | -1/+3 |
* | sync with NetBSD: add four new libraries; | Ingo Schwarze | 2016-11-23 | 1 | -0/+4 |
* | Do not install libmandoc.a by default. | Ingo Schwarze | 2016-11-19 | 3 | -11/+28 |
* | warn about trailing whitespace at the end of comments; | Ingo Schwarze | 2016-11-10 | 1 | -5/+11 |
* | document improved tagging functionality | Ingo Schwarze | 2016-11-08 | 1 | -1/+13 |
* | use .Fn in custom sections for tagging, in addition to in DESCRIPTION; | Ingo Schwarze | 2016-11-08 | 1 | -1/+1 |
* | tag leading .Dv, .Li, and .No in .It; | Ingo Schwarze | 2016-11-08 | 1 | -0/+1 |
* | implement tag priority 0, which will tag only keys that appear as | Ingo Schwarze | 2016-11-08 | 2 | -5/+35 |
* | generate two tag entries from list entries of the form | Ingo Schwarze | 2016-11-08 | 1 | -1/+3 |
* | skip leading \& and \e in tags | Ingo Schwarze | 2016-11-08 | 1 | -1/+7 |
* | support more than one tag entry for the same search term; | Ingo Schwarze | 2016-11-08 | 1 | -7/+38 |
* | cast off_t and uint64_t for printf(3) | Ingo Schwarze | 2016-10-22 | 2 | -2/+3 |
* | typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/ | Ingo Schwarze | 2016-10-20 | 1 | -1/+1 |
* | 0x%llu is a bad idea, make that 0x%llx; | Ingo Schwarze | 2016-10-20 | 1 | -1/+1 |
* | st_size is off_t, which is signed, so use %lld rather than %llu; | Ingo Schwarze | 2016-10-20 | 1 | -1/+1 |
* | Avoid the confusion that -a might require a section argument; it does not. | Ingo Schwarze | 2016-10-19 | 1 | -6/+2 |
* | bring back support for sorting | Ingo Schwarze | 2016-10-18 | 2 | -8/+65 |
* | sync with OpenBSD | Ingo Schwarze | 2016-10-18 | 1 | -16/+11 |
* | The termination condition of the iteration logic in page_bymacro() | Ingo Schwarze | 2016-10-18 | 1 | -18/+22 |
* | Compat glue for the FreeBSD comparison function prototype for fts_open(3) | Ingo Schwarze | 2016-10-18 | 4 | -16/+51 |
* | update after rev. 1.5 of dba.c | Ingo Schwarze | 2016-10-18 | 1 | -1/+1 |
* | Simplify and correct support for reproducible builds, such that database | Ingo Schwarze | 2016-10-18 | 2 | -37/+28 |
* | link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO; | Ingo Schwarze | 2016-10-11 | 1 | -0/+6 |
* | Delete complicated code dealing with .Bl -tag without -width, | Ingo Schwarze | 2016-10-09 | 4 | -84/+3 |
* | We cannot use fputs(3) in passthrough() because the stdout stream | Ingo Schwarze | 2016-09-18 | 1 | -4/+14 |
* | Make sure an output device is allocated before calling terminal_sepline(), | Ingo Schwarze | 2016-09-18 | 1 | -27/+34 |
* | minor tbl(7) column spacing and wrapping issues in lftp(1) | Ingo Schwarze | 2016-09-13 | 1 | -0/+7 |
* | use the proper HTML escape for double quote ("): " not "e; | Ingo Schwarze | 2016-09-12 | 1 | -1/+1 |
* | move zaurus down to the discontinued architectures | Ingo Schwarze | 2016-09-03 | 1 | -3/+3 |
* | When "makewhatis -d" tries to add to a database that doesn't (yet) exist, | Ingo Schwarze | 2016-09-02 | 1 | -3/+3 |
* | remove "sparc" from a comment | Ingo Schwarze | 2016-09-01 | 1 | -1/+1 |
* | move "sparc" down to discontinued architectures | Ingo Schwarze | 2016-09-01 | 1 | -3/+3 |
* | When the database is corrupt in the sense of containing invalid | Ingo Schwarze | 2016-08-30 | 1 | -1/+15 |
* | less confusing warning message about negative offsets | Ingo Schwarze | 2016-08-30 | 1 | -1/+5 |
* | If a line inside .Bl -column starts with a tab character | Ingo Schwarze | 2016-08-28 | 1 | -1/+1 |
* | When trying to edit an existing database with makewhatis(8) -d or -u | Ingo Schwarze | 2016-08-22 | 1 | -4/+4 |
* | When running into a mandoc.db(5) file still using the obsolete | Ingo Schwarze | 2016-08-22 | 1 | -2/+8 |
* | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze | 2016-08-20 | 1 | -13/+22 |
* | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze | 2016-08-20 | 1 | -1/+1 |
* | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze | 2016-08-20 | 2 | -47/+52 |
* | fix an fd leak; patch from jsg@ | Ingo Schwarze | 2016-08-18 | 1 | -0/+1 |
* | When the content of a manual page does not specify a section, the | Ingo Schwarze | 2016-08-17 | 4 | -12/+8 |
* | When reading back a mandoc.db(5) file in order to apply incremental | Ingo Schwarze | 2016-08-17 | 2 | -4/+4 |
* | Make sure manuals in architecture-independent directories are treated | Ingo Schwarze | 2016-08-17 | 1 | -1/+1 |
* | Even after switching from a pending head to the body, we have to | Ingo Schwarze | 2016-08-11 | 1 | -1/+1 |
* | oops, fix stupid typo in previous | Ingo Schwarze | 2016-08-11 | 1 | -1/+2 |
* | If a .Bd display is on the one hand doomed to be deleted because | Ingo Schwarze | 2016-08-11 | 1 | -3/+4 |
* | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze | 2016-08-10 | 1 | -4/+7 |
* | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze | 2016-08-10 | 1 | -4/+5 |