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