summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* in the SYNOPSIS, add .Fo and first .Fn arguments to the names tableIngo Schwarze2014-12-041-1/+16
* In the SYNOPSIS, if .Nm occurs without argument, give the first .NmIngo Schwarze2014-12-041-24/+47
* fix handling of roff requests having a default scale other than "n",Ingo Schwarze2014-12-043-3/+3
* Ignore macros that never produce any text when deciding whetherIngo Schwarze2014-12-041-12/+23
* delete five entries that were already fixedIngo Schwarze2014-12-031-23/+0
* Switch the default output mode from -Tascii to -Tlocale.Ingo Schwarze2014-12-022-6/+8
* note to self to not forget about groffIngo Schwarze2014-12-021-0/+6
* we really need .taIngo Schwarze2014-12-021-1/+2
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-0210-25/+21
* developer documentation regarding header filesIngo Schwarze2014-12-012-0/+513
* header cleanup:Ingo Schwarze2014-12-0115-32/+41
* The header libmandoc.h is part of the internal parser interface,Ingo Schwarze2014-12-011-1/+0
* The file read.c is part of the parser, so it cannot include main.h,Ingo Schwarze2014-12-012-4/+3
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-0114-56/+0
* typo; Svyatoslav Mishyn <juef at openmailbox dot org> (Crux Linux)Ingo Schwarze2014-11-301-1/+1
* delete three standard abbreviations that areIngo Schwarze2014-11-302-15/+2
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-308-10/+33
* warn about attempts to call non-callable macros;Ingo Schwarze2014-11-304-8/+25
* Reduce code duplication by reusing the same argument parserIngo Schwarze2014-11-291-18/+20
* Provide a helper function macro_or_word() and use it to prune theIngo Schwarze2014-11-293-128/+68
* Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze2014-11-283-124/+82
* AT&T is unlikely to release an new version of Research UNIX any time soon.Ingo Schwarze2014-11-284-49/+18
* Retire support for CSRG supplementary document titles. These areIngo Schwarze2014-11-286-120/+5
* Drop useless architecture table. Validating architecture namesIngo Schwarze2014-11-288-181/+9
* kill a pointless assertIngo Schwarze2014-11-281-3/+0
* mop up an #ifdef turd deraadt@ stepped intoIngo Schwarze2014-11-281-8/+2
* Be more careful about meta->name. For weird input, it can be NULL.Ingo Schwarze2014-11-281-6/+10
* Simplify by making the eqn and tbl steering functions void;Ingo Schwarze2014-11-284-41/+24
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-286-284/+181
* Simplify by making the mdoc parser callbacks void, and some cleanup;Ingo Schwarze2014-11-283-215/+137
* Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze2014-11-284-431/+268
* Simplify code by making mdoc validation handlers void.Ingo Schwarze2014-11-284-413/+284
* Downgrade .Bd -file from FATAL to ERROR.Ingo Schwarze2014-11-274-14/+14
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-274-22/+58
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze2014-11-275-39/+33
* Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze2014-11-273-27/+25
* fix build when HAVE_MANPATH is set; patch from <bapt at FreeBSD>Ingo Schwarze2014-11-271-1/+1
* Let mparse_readfd() use mparse_open() and mparse_wait()Ingo Schwarze2014-11-262-28/+59
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-266-32/+20
* remove an unreachable warning about .Sm argumentsIngo Schwarze2014-11-261-2/+0
* The .Sm macro accepts at most one argument;Ingo Schwarze2014-11-261-1/+1
* Make the code sipler and more robust by always assigning a valueIngo Schwarze2014-11-261-11/+5
* Allow comma-separated options in tbl(7) tables.Ingo Schwarze2014-11-262-2/+3
* Completely rewrite the top level of the layout parser.Ingo Schwarze2014-11-251-56/+41
* "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML;Ingo Schwarze2014-11-251-10/+2
* Do not access a NULL pointer when a section has no body,Ingo Schwarze2014-11-252-7/+12
* We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze2014-11-213-36/+30
* Prevent negative arguments to the .ll request from causing integerIngo Schwarze2014-11-202-6/+10
* warn about calling non-callable macrosIngo Schwarze2014-11-201-0/+8
* Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>:Ingo Schwarze2014-11-201-1/+4