summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2016-05-28Simplify search form: minus two visible control elements, minusIngo Schwarze
2016-05-23Trim trailing whitespace from man.conf lines. OK schwarze@.Todd C. Miller
2016-04-29Only focus on the query input box when no manual page is displayed,Ingo Schwarze
2016-04-28Set the "autofocus" attribute on the query text box.Ingo Schwarze
2016-04-15Rename five static functions to make the classification of functionsIngo Schwarze
2016-04-15prefer warn[x](3) over fprintf(3) where appropriateIngo Schwarze
2016-04-15Fix parsing of PATH_INFO if both a section directory and anIngo Schwarze
2016-04-15Make HTML tags lower case for better stylistic agreement with whatIngo Schwarze
2016-04-15In the architectures dropdown, move aviion, ia64, solbourne, and vaxIngo Schwarze
2016-04-15If PATH_INFO contains a complete and correct path to a manual pageIngo Schwarze
2016-04-15omit list of other results one there is only one matchIngo Schwarze
2016-04-14for .Xr links, use short PATH_INFO style URIsIngo Schwarze
2016-04-14Fix a process group race.Ingo Schwarze
2016-04-14do not rewrite short URIsIngo Schwarze
2016-04-13Give manuals in purely numerical sections priority over manuals ofIngo Schwarze
2016-04-13Give manuals in purely numerical sections priority over manuals ofIngo Schwarze
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2016-03-18double word;Jason McIntyre
2016-03-18Make the SCRIPT_NAME logic simpler, safer, and make it actually work;Ingo Schwarze
2016-03-18document short URIsIngo Schwarze
2016-03-17make man(1) mode the default rather than apropos(1) modeIngo Schwarze
2016-03-17support short URIs for man.openbsd.orgIngo Schwarze
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-01-16Unbreak reading from stdin after recent parse() restructuring.Florian Obser
2016-01-08Delete the redundant "nchild" member of struct roff_node, replacingIngo Schwarze
2016-01-08Prefer warn(3) over perror(3) at the few places where it was used.Ingo Schwarze
2016-01-08Simplify the mparse_open() interface.Ingo Schwarze
2016-01-08It was very surprising that a function called mparse_readfd()Ingo Schwarze
2016-01-08The root of an .EQ tree is always EQN_ROOT, never EQN_LIST,Ingo Schwarze
2016-01-07This code wasted memory by allocating sizeof(enum termfont *)Ingo Schwarze
2016-01-07Recursive "define" was not detected because "lim" was neverIngo Schwarze
2016-01-04Improve handling of .Va and .Vt macros.Ingo Schwarze
2015-12-25Generate simpler in-page links: just replace spaces with underscores.Anthony J. Bentley
2015-12-25Don't retain the search query in the resulting manual links.Anthony J. Bentley
2015-12-23remove NULL-checks before free()mmcc
2015-12-15pledge(2) style:Ingo Schwarze
2015-11-26No point in trying to go on when elementary database operationsIngo Schwarze
2015-11-20Fix multiple issues regarding process group and signal mask handlingIngo Schwarze
2015-11-14Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze
2015-11-12Simplify the logic in mandoc_normdate() and add some comments.Ingo Schwarze
2015-11-12Never use LC_ALL. On the one hand, it can cause misformatting.Ingo Schwarze
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-11-07In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze
2015-11-06correct exit status on pledge(2) errorsIngo Schwarze
2015-11-06Use getprogname(3) rather than __progname.Ingo Schwarze
2015-11-05Use include files "header.html" and "footer.html" rather than aIngo Schwarze
2015-11-05simplify: use one stylesheet rather than two; from bentley@Ingo Schwarze
2015-10-30If a .Bd block has no arguments at all, drop the block and only keepIngo Schwarze
2015-10-30Do not access a NULL pointer when a .Bd macro has no arguments at all.Ingo Schwarze