aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.3
Commit message (Expand)AuthorAgeFilesLines
* update developer documentationIngo Schwarze2016-07-071-97/+88
* Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze2016-01-081-3/+3
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-6/+3
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-2/+7
* Major character table cleanup:Ingo Schwarze2015-10-131-12/+2
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-191-45/+9
* Fatal errors no longer exist.Ingo Schwarze2015-01-151-19/+14
* downgrade .so failure from FATAL to ERRORIngo Schwarze2015-01-151-13/+10
* Let mparse_readfd() use mparse_open() and mparse_wait()Ingo Schwarze2014-11-261-7/+18
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-261-12/+2
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-3/+17
* Add *.gz support to apropos(1) -a, man(1), and even mandoc(1).Ingo Schwarze2014-09-031-2/+64
* Sync library documentation with reality.Ingo Schwarze2014-08-051-181/+93
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-27/+57
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-9/+46
* The .Lb arguments wants a "lib" prefix;Ingo Schwarze2013-10-061-3/+3
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-051-4/+4
* two improvements in the SYNOPSIS;Ingo Schwarze2013-09-161-4/+3
* For citing the names and email addresses of authors,Ingo Schwarze2013-07-131-4/+3
* Note where these functions are declared and implemented.Ingo Schwarze2013-06-021-2/+86
* Reflect reality, mandoc_escape does not skip the "\" itself, but expectsJoerg Sonnenberger2012-01-131-3/+5
* Const-ify some mchars arguments. I think these are non-const for historicalKristaps Dzonsons2011-11-081-4/+4
* Fix mandoc_escape() function argument names. From a fix by AbhinavKristaps Dzonsons2011-10-181-5/+5
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-061-2/+28
* Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.Kristaps Dzonsons2011-08-181-3/+4
* Make sure constants in mandoc.3 use the `Dv' macro.Kristaps Dzonsons2011-07-111-7/+15
* Add more documentation for libmandoc.Kristaps Dzonsons2011-06-221-8/+53
* Document that spec2cp never returns 0.Kristaps Dzonsons2011-05-241-4/+2
* Remove all references to ESCAPE_PREDEF, which is now not exposed passedKristaps Dzonsons2011-05-241-26/+2
* Documentation: note COMPATIBILITY of -Tascii `?' printing in mandoc.1Kristaps Dzonsons2011-05-171-1/+3
* Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go!Kristaps Dzonsons2011-05-171-4/+14
* Documenting the mchars_XXXX part of mandoc.h.Kristaps Dzonsons2011-05-011-2/+88
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-301-3/+3
* Add more documentation bits to mandoc.3.Kristaps Dzonsons2011-04-191-2/+74
* Skeleton of documentation functions, types, and variables in mandoc.h.Kristaps Dzonsons2011-04-091-2/+43
* Put mandocerrs and mandoclevels arrays into libmandoc with accessorsKristaps Dzonsons2011-03-281-3/+13
* Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, andKristaps Dzonsons2011-03-221-0/+323