summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rework tbl(7) layout parsing:Ingo Schwarze2015-01-265-169/+164
* More improvements regarding tbl(7) options.Ingo Schwarze2015-01-265-87/+78
* Improve (or rather, rewrite) tbl(7) option parsing.Ingo Schwarze2015-01-265-184/+152
* preserve .PP before .RE; effect found in audio/pms(1)Ingo Schwarze2015-01-241-1/+12
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-248-13/+5
* change .Cm to .Ar for macro argumentsIngo Schwarze2015-01-241-18/+18
* Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze2015-01-245-6/+61
* new task: escape blank at the beginning of a lineIngo Schwarze2015-01-241-1/+5
* improve homebrew cellar config exampleIngo Schwarze2015-01-231-1/+2
* While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze2015-01-232-7/+7
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-233-15/+15
* Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze2015-01-232-2/+48
* Slightly improve \w width measurements:Ingo Schwarze2015-01-221-1/+19
* Traditional roff(7) explicitly allows certain control charactersIngo Schwarze2015-01-222-7/+10
* Don't let a failing mparse_open() clobber the filename pointer;Ingo Schwarze2015-01-221-2/+6
* improve wording; patch from jmc@Ingo Schwarze2015-01-221-1/+1
* Support homebrew-style linking on Mac OS X.Ingo Schwarze2015-01-213-3/+21
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-216-16/+53
* Improve overstriking. When overstriking a wider character with aIngo Schwarze2015-01-211-3/+33
* pass empty request lines through to tbl(7); sometimes, they end a layoutIngo Schwarze2015-01-211-10/+9
* blank lines in tables do not need special handling; simplifies codeIngo Schwarze2015-01-213-28/+15
* typo fixes from jmc@Ingo Schwarze2015-01-202-4/+4
* Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze2015-01-207-113/+1273
* change spelling of centre to center: consistent with other man pagesIngo Schwarze2015-01-205-9/+9
* Make the man(1) and apropos(1) options -s and -S much less expensive:Ingo Schwarze2015-01-201-48/+22
* Let man(1) show manuals for the current architecture by default,Ingo Schwarze2015-01-161-0/+5
* Parse and ignore .IX (generate index entry) macros because pod2man(1)Ingo Schwarze2015-01-161-0/+2
* Fatal errors no longer exist.Ingo Schwarze2015-01-1512-158/+91
* downgrade .so failure from FATAL to ERRORIngo Schwarze2015-01-153-27/+26
* downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze2015-01-144-9/+10
* simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze2015-01-144-13/+12
* To get rid of SYSERR entries in enum mandocerr, downgrade problems withIngo Schwarze2015-01-143-44/+26
* if earlier files set a non-zero exit status,Ingo Schwarze2015-01-141-6/+12
* Simplify handling of system errors: just exit(3).Ingo Schwarze2015-01-142-41/+15
* Be developer-friendly, 'cause OpenBSD devs like to:Ingo Schwarze2015-01-131-4/+105
* do not spawn a pager when there is no output; issue pointed out by deraadt@Ingo Schwarze2015-01-131-24/+35
* Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze2015-01-071-0/+1
* Fix a potential NULL pointer access in an error message after waitpid()Ingo Schwarze2015-01-031-22/+15
* Given the excessively technical description in the old mdoc_samples(7)Ingo Schwarze2015-01-031-6/+15
* Explicitly set the *data member of struct ohash_info to NULL.Ingo Schwarze2015-01-021-1/+3
* Fix a buffer overrun triggered by a trailing backslash at EOF inIngo Schwarze2015-01-011-4/+6
* Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze2015-01-011-3/+3
* Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze2015-01-012-9/+12
* If man(1) only has one single argument, always interpret it as a name,Ingo Schwarze2015-01-011-1/+2
* describe .Ql more precisely;Ingo Schwarze2014-12-311-2/+5
* When showing more than one formatted manual page, insert horizontal linesIngo Schwarze2014-12-313-1/+21
* fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>Ingo Schwarze2014-12-301-4/+4
* When a file is given on the command line, actually exists, and its nameIngo Schwarze2014-12-301-0/+1
* Improve documentation of the header/footer macros .Dt, .Os, .TH:Ingo Schwarze2014-12-282-26/+28
* mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze2014-12-287-5/+20