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