summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-12-03remove useless "#ifdef __linux__" that crept in,Ingo Schwarze
2011-12-03Make the mandocdb(8) format endian-neutral by storing integer dataIngo Schwarze
2011-12-02In man(7), when no explicit volume name is given, use the defaultIngo Schwarze
2011-12-01Fix mandocdb(8) to pass over the type when pruning the database.Ingo Schwarze
2011-11-29Sync to bsd.lv, mostly from kristaps@.Ingo Schwarze
2011-11-29tables of matchable keys; from kristaps@Ingo Schwarze
2011-11-28Discuss the default behaviour up front before talking about optionsIngo Schwarze
2011-11-28Put back the chdir(2) to the right man page tree before parsing manuals;Ingo Schwarze
2011-11-28Implement whatis(1) as a special apropos(1) mode as a part ofIngo Schwarze
2011-11-27Reimplement the global command line options -a and -vIngo Schwarze
2011-11-27Save the manual type (mdoc, man, or cat) in the index fileIngo Schwarze
2011-11-27Rudimentary handling of formatted manuals ("cat pages").Ingo Schwarze
2011-11-26Resync to bsd.lv, most code from kristaps@.Ingo Schwarze
2011-11-26minor sync to bsd.lvIngo Schwarze
2011-11-19Avoid a NULL pointer access if an .Rs block body contains nothingIngo Schwarze
2011-11-18Support parenthised subexpressions in apropos(1);Ingo Schwarze
2011-11-17Change the search type mask from 32 to 64 bit such that a full setIngo Schwarze
2011-11-17Fix a pasto that prevented detection of mandoc.index dbopen(3) failure.Ingo Schwarze
2011-11-17Minimal man.conf(5) _whatdb support for mandocdb(8) and apropos(1),Ingo Schwarze
2011-11-17ISO style "%Y-%m-%d" dates are common in man(7) .TH.Ingo Schwarze
2011-11-16When processing .Sh HEAD, as soon as we know which section this is,Ingo Schwarze
2011-11-16When a .TP block is broken but already contains a head element,Ingo Schwarze
2011-11-16Support multiple search terms, and logical operations -a and -oIngo Schwarze
2011-11-14Store page titles in the correct case, and by default, onlyIngo Schwarze
2011-11-13Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze
2011-11-13Make the man(7) page footer the same as in groff.Ingo Schwarze
2011-11-13overful -> overfull;Jason McIntyre
2011-11-13Support -man -Omdoc to format man(7) manuals in mdoc(7) output style;Ingo Schwarze
2011-11-13Make the default left text margin configurable from the command line,Ingo Schwarze
2011-11-13Rewrite the expression parser for a more concise syntax:Ingo Schwarze
2011-11-13Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze
2011-11-13Split the common code to be reused by other mandocdb clients,Ingo Schwarze
2011-11-13Split the common code to be reused by other mandocdb clients,Ingo Schwarze
2011-11-13Fix two crashes that occur when walking very large (i.e. real-world) trees:Ingo Schwarze
2011-11-12mark some arguments "const" that will not be changed; from kristaps@Ingo Schwarze
2011-11-12Parse and ignore the C font family in \f escapes.Ingo Schwarze
2011-11-05When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze
2011-11-03When .TH sets no data, leave the date field in the page footer blank,Ingo Schwarze
2011-11-03Correct .Eo spacing:Ingo Schwarze
2011-10-24Handle infinite recursion the same way as groff:Ingo Schwarze
2011-10-24Handle \N numbered character escapes the same way as groff:Ingo Schwarze
2011-10-22Implement missing enclosures (Ao Do Qo Qq So Bro Brq)Ingo Schwarze
2011-10-20Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).Ingo Schwarze
2011-10-16Sync to groff, and add tier I and II NetBSD architectures.Ingo Schwarze
2011-10-16Remove a bunch of useless assignments,Ingo Schwarze
2011-10-09Always print <table> column widths in -T[x]html;Ingo Schwarze
2011-10-09A bit more precision and nicer wording in the descriptionsIngo Schwarze
2011-10-09Sync to version 1.12.0; all code by kristaps@:Ingo Schwarze
2011-10-061) Import the future apropos(1) replacement written by kristaps@.Ingo Schwarze