summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2012-05-28Make recursive parsing of roff(7) escapes actually work in the general case,Ingo Schwarze
2012-05-28Implement the roff \z escape sequence, intended to output the nextIngo Schwarze
2012-05-27Fix the vertical spacing around tbl(7) instances in man(7).Ingo Schwarze
2012-05-26Correct width of horizontal spans; relevant in case of centered orIngo Schwarze
2012-05-26Do not handle vertical lines as additional tbl(7) columns,Ingo Schwarze
2012-05-24Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze
2012-04-18backout non-portable codeTheo de Raadt
2012-04-15Call this mandoc 1.12.1.Ingo Schwarze
2012-04-15Clean up code a bit by pushing warnings into a WARNING macro; from kristaps@.Ingo Schwarze
2012-04-15Simplify by not pre-filtering the result vector for satisfied matches:Ingo Schwarze
2012-04-15Handle multi-line NAME sections in man(7); from kristaps@.Ingo Schwarze
2012-04-15Two bugfixes regarding the -width and -offset macro arguments:Ingo Schwarze
2012-02-26Correct the expansion of -xbd5Philip Guenthe
2012-02-26Don't silently skip non-ASCII characters, but replace them with ``?''.Ingo Schwarze
2012-02-26add a few libs and another arch found in NetBSD; from joerg@Ingo Schwarze
2012-02-26Support .OP, one of the extended man macros; from kristaps@.Ingo Schwarze
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
2012-01-15Two details improving the quality of the Xenocara mandoc database,Ingo Schwarze
2012-01-14add/fix HISTORY and AUTHORSIngo Schwarze
2012-01-10Continue using the traditional name makewhatis(8),Ingo Schwarze
2012-01-10Rename file from mandocdb.8; no change of content yet.Ingo Schwarze
2012-01-09Stop -W from complaining about MLINKs; only warn when a fileIngo Schwarze
2012-01-09Rename whatis.{db,index} back to mandoc.{db,index}Ingo Schwarze
2012-01-07Improve handling of relative paths, letting invocations like theIngo Schwarze
2012-01-05Enable the new apropos(1), whatis(1), and makewhatis(8).Ingo Schwarze
2012-01-05Do not truncate the production database when starting to build a new one,Ingo Schwarze
2012-01-05improve EXAMPLES; feedback and ok jmc@Ingo Schwarze
2012-01-05Small tweaks for precision; lots of feedback from jmc@.Ingo Schwarze
2012-01-04Heads of .It macros in -diag lists are not parsed,Ingo Schwarze
2012-01-03Support .St -isoC-2011 to refer to ISO C11.Ingo Schwarze
2012-01-01Add the missing EXIT STATUS section and lots of new informationIngo Schwarze
2011-12-28Some parsing improvements from kristaps@:Ingo Schwarze
2011-12-26Document whatis(1) -S and -s; leading, trailing, and double colonsIngo Schwarze
2011-12-26Do not skip manuals shared across architectures when building databases.Ingo Schwarze
2011-12-26Copy from src/usr.bin/whatis, not changing the content yet.Ingo Schwarze
2011-12-25Update the whatis.db database format.Ingo Schwarze
2011-12-25State default usage before listing arguments of a utility;Ingo Schwarze
2011-12-25Plug a memleak and constify some strings; from kristaps@.Ingo Schwarze
2011-12-25Accept "makewhatis" as an alias for "mandocdb".Ingo Schwarze
2011-12-25Use the traditional name "whatis.db" for the mandocdb(8) databases.Ingo Schwarze
2011-12-25For binary compatability of the databases across architectures,Ingo Schwarze
2011-12-25Implement test mode (makewhatis -t), required for pkg_create(8).Ingo Schwarze
2011-12-24Support leading, trailing and double colons in MANPATHIngo Schwarze
2011-12-20Do not cast void pointers to pointers requiring alignment.Ingo Schwarze
2011-12-19Improvements from kristaps@:Ingo Schwarze
2011-12-12implement -C (alternative config file) for apropos(1) and mandocdb(8);Ingo Schwarze
2011-12-10Bugfixes from kristaps@:Ingo Schwarze
2011-12-10Avoid leaking index records:Ingo Schwarze
2011-12-10Fix selection of arch-specific manuals:Ingo Schwarze
2011-12-09Improve parsing of preformatted manuals:Ingo Schwarze