summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-1221-287/+5
* Drop tags containing a blank character:Ingo Schwarze2015-10-111-1/+1
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-1114-130/+250
* Mention that the first argument of .Pf does not need escaping.Ingo Schwarze2015-10-111-4/+8
* Decide whether to use_pager as early as possible,Ingo Schwarze2015-10-101-3/+5
* modernize style: "return" is not a functionIngo Schwarze2015-10-0665-878/+882
* improve wording and start a new sentence on a new line; from jmc@Ingo Schwarze2015-10-061-2/+3
* Theo found a stray blank in HTML output.Ingo Schwarze2015-09-291-0/+6
* briefly document -T tree outputIngo Schwarze2015-09-261-0/+40
* Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS.Ingo Schwarze2015-09-261-7/+17
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-2614-28/+2
* resolve code duplication and do style cleanup in mdoc_nm_pre(),Ingo Schwarze2015-09-261-8/+4
* Fix multiple aspects of SYNOPSIS .Nm formatting:Ingo Schwarze2015-09-261-2/+3
* typos; found and fixed by sobrado@Ingo Schwarze2015-09-242-6/+6
* Trailing whitespace is significant when determining the width of a tagIngo Schwarze2015-09-214-10/+17
* no more _subdir; Jan Stary <hans at stare dot cz>Ingo Schwarze2015-09-211-18/+0
* for portability, use (char *)NULL in execlp(3) as discussed on tech@ OpenBSDIngo Schwarze2015-09-161-2/+2
* Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze2015-09-141-1/+1
* Remove the warning about children of .Vt blocks because actually,Ingo Schwarze2015-09-144-33/+1
* The .Dv macro actually forces normal font.Ingo Schwarze2015-09-141-1/+1
* Fill mode changes don't break next-line scope in all cases,Ingo Schwarze2015-09-042-2/+16
* Recommend an unambiguous escape for minus signs instead of \-.Ingo Schwarze2015-09-021-5/+5
* Drop leading, internal, and trailing blank characters in \o (overstrike)Ingo Schwarze2015-08-301-1/+7
* If an .Fo macro lacks its mandatory argument, don't die on an assertion.Ingo Schwarze2015-08-301-3/+2
* If we have to reparse the text line because we spring an input line trap,Ingo Schwarze2015-08-291-16/+17
* Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze2015-08-292-1/+11
* Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze2015-08-292-15/+28
* Minimal implementation of the read-only number register \n(.$Ingo Schwarze2015-08-291-8/+18
* Including <ohash.h> requires including <stdint.h> before,Ingo Schwarze2015-08-291-0/+3
* tedu@ reports tbl(7) issues in synaptics(4)Ingo Schwarze2015-08-291-0/+14
* Remove the hack of scrolling forward and backward with +G1G thatIngo Schwarze2015-07-283-81/+96
* Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze2015-07-253-43/+16
* implement tagging for .ErIngo Schwarze2015-07-251-1/+15
* basic tag support for function names; written at YYCIngo Schwarze2015-07-251-2/+17
* basic support for tag priorities; written at YYCIngo Schwarze2015-07-253-7/+9
* When creation of the temporary tags file fails, call the pagerIngo Schwarze2015-07-213-18/+14
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-198-140/+46
* If we aren't on a tty, clear the pager flag up front.Ingo Schwarze2015-07-191-2/+5
* Insist that manual page file name extensions must begin with a digit,Ingo Schwarze2015-07-181-1/+1
* another portability todoIngo Schwarze2015-07-181-0/+7
* clean up the temporary file when the process dies from a signalIngo Schwarze2015-07-181-0/+16
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-179-29/+292
* Fix the "depend" target and regenerate Makefile.depend:Ingo Schwarze2015-07-142-24/+7
* headers should not contain macrosIngo Schwarze2015-07-141-0/+4
* Ignore blank characters at the beginning of a conditional block,Ingo Schwarze2015-06-271-0/+2
* delete some TODO entries that were already fixedIngo Schwarze2015-06-261-22/+10
* nice idea for eqn(7) from CDBUG.Ingo Schwarze2015-06-181-0/+5
* two new tasks i heard about at BSDCanIngo Schwarze2015-06-101-0/+10
* Avoid warning "defined but not used" when compiling with HAVE_MANPATH.Ingo Schwarze2015-06-101-0/+4
* Avoid warning "unused variable" when compiling without HAVE_WCHAR.Ingo Schwarze2015-06-101-0/+2