summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify how tabs after .It workIngo Schwarze2017-01-091-6/+18
* The .No macro is not supposed to produce fixed-width font, it is notIngo Schwarze2017-01-091-1/+1
* Warnings and errors that occur during mdoc_validate()Ingo Schwarze2017-01-094-3/+37
* Indentation must be measured in units of the surrounding text,Ingo Schwarze2017-01-081-8/+8
* Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf.Ingo Schwarze2017-01-081-2/+14
* from Tiago Silva <tiagofilipesilva at icloud dot com> long agoIngo Schwarze2017-01-081-1/+1
* Tolerate bare tabs in SYNOPSIS .Cd for now.Ingo Schwarze2017-01-081-1/+2
* Stricter validation of the NAME section, in particular:Ingo Schwarze2017-01-084-19/+36
* sort options list; from jmc@Ingo Schwarze2017-01-062-10/+10
* escape a macro name that is not intended to be calledIngo Schwarze2016-12-281-1/+1
* correct spelling error; from jmc@Ingo Schwarze2016-12-281-1/+1
* Make the second, section number argument of .Xr mandatory.Ingo Schwarze2016-12-285-6/+30
* When reporting "whitespace at end of input line" on lines ending withIngo Schwarze2016-12-071-1/+3
* sync with NetBSD: add four new libraries;Ingo Schwarze2016-11-231-0/+4
* Do not install libmandoc.a by default.Ingo Schwarze2016-11-193-11/+28
* warn about trailing whitespace at the end of comments;Ingo Schwarze2016-11-101-5/+11
* document improved tagging functionalityIngo Schwarze2016-11-081-1/+13
* use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze2016-11-081-1/+1
* tag leading .Dv, .Li, and .No in .It;Ingo Schwarze2016-11-081-0/+1
* implement tag priority 0, which will tag only keys that appear asIngo Schwarze2016-11-082-5/+35
* generate two tag entries from list entries of the formIngo Schwarze2016-11-081-1/+3
* skip leading \& and \e in tagsIngo Schwarze2016-11-081-1/+7
* support more than one tag entry for the same search term;Ingo Schwarze2016-11-081-7/+38
* cast off_t and uint64_t for printf(3)Ingo Schwarze2016-10-222-2/+3
* typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/Ingo Schwarze2016-10-201-1/+1
* 0x%llu is a bad idea, make that 0x%llx;Ingo Schwarze2016-10-201-1/+1
* st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze2016-10-201-1/+1
* Avoid the confusion that -a might require a section argument; it does not.Ingo Schwarze2016-10-191-6/+2
* bring back support for sortingIngo Schwarze2016-10-182-8/+65
* sync with OpenBSDIngo Schwarze2016-10-181-16/+11
* The termination condition of the iteration logic in page_bymacro()Ingo Schwarze2016-10-181-18/+22
* Compat glue for the FreeBSD comparison function prototype for fts_open(3)Ingo Schwarze2016-10-184-16/+51
* update after rev. 1.5 of dba.cIngo Schwarze2016-10-181-1/+1
* Simplify and correct support for reproducible builds, such that databaseIngo Schwarze2016-10-182-37/+28
* link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO;Ingo Schwarze2016-10-111-0/+6
* Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze2016-10-094-84/+3
* We cannot use fputs(3) in passthrough() because the stdout streamIngo Schwarze2016-09-181-4/+14
* Make sure an output device is allocated before calling terminal_sepline(),Ingo Schwarze2016-09-181-27/+34
* minor tbl(7) column spacing and wrapping issues in lftp(1)Ingo Schwarze2016-09-131-0/+7
* use the proper HTML escape for double quote ("): &quot; not &quote;Ingo Schwarze2016-09-121-1/+1
* move zaurus down to the discontinued architecturesIngo Schwarze2016-09-031-3/+3
* When "makewhatis -d" tries to add to a database that doesn't (yet) exist,Ingo Schwarze2016-09-021-3/+3
* remove "sparc" from a commentIngo Schwarze2016-09-011-1/+1
* move "sparc" down to discontinued architecturesIngo Schwarze2016-09-011-3/+3
* When the database is corrupt in the sense of containing invalidIngo Schwarze2016-08-301-1/+15
* less confusing warning message about negative offsetsIngo Schwarze2016-08-301-1/+5
* If a line inside .Bl -column starts with a tab characterIngo Schwarze2016-08-281-1/+1
* When trying to edit an existing database with makewhatis(8) -d or -uIngo Schwarze2016-08-221-4/+4
* When running into a mandoc.db(5) file still using the obsoleteIngo Schwarze2016-08-221-2/+8
* When a mismatching end macro occurs while at least two nested blocksIngo Schwarze2016-08-201-13/+22