summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2015-04-05If a partial explicit block extending to the next input line followsIngo Schwarze
2015-04-05Reduce code duplication, no functional change:Ingo Schwarze
2015-04-05Arguments to end macros of broken partial explicit blocksIngo Schwarze
2015-04-04Give man(7) section and subsection headers heanging indentation.Ingo Schwarze
2015-04-04Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze
2015-04-04Don't allow breaking the output line after hyphens following escapeIngo Schwarze
2015-04-04Fix a quirk with respect to empty .HP.Ingo Schwarze
2015-04-03Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171.Ingo Schwarze
2015-04-03It turns out the man(7) parser suffers from unintelligible handlingIngo Schwarze
2015-04-03No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze
2015-04-02Third step towards parser unification:Ingo Schwarze
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-04-02First step towards parser unification:Ingo Schwarze
2015-04-01Let man(1) and apropos(1) work even when the current directoryIngo Schwarze
2015-03-29Escape punctuation characters that have a different meaning in -Tpdf.Anthony J. Bentley
2015-03-27Actually use the new man.conf(5) "output" directive.Ingo Schwarze
2015-03-27Parse the new man.conf(5) "output" directive.Ingo Schwarze
2015-03-27refering -> referring;Jason McIntyre
2015-03-27Modernize documentation by inserting blanks between option lettersIngo Schwarze
2015-03-27various tweaks, including one from ingo;Jason McIntyre
2015-03-26Strip information that no longer applies and document new "manpath" directive.Ingo Schwarze
2015-03-26Add a new directive "manpath path"Ingo Schwarze
2015-03-21when there is no -m, no -M, no MANPATH and no /etc/man.conf,Ingo Schwarze
2015-03-20The .PD macro can occur in next-line scope. Fixes zshmisc(1).Ingo Schwarze
2015-03-20Simplify by almost halving the number of macro flags:Ingo Schwarze
2015-03-18Convert -static -> ${STATIC} to make man.cgi static PIE.Pascal Stumpf
2015-03-17Simplify: Now that rc is global anyway, no need to pass it aroundIngo Schwarze
2015-03-17When the user exits the pager before the pager has drained all inputIngo Schwarze
2015-03-15Avoid off-by-one read access to the termacts array, which couldIngo Schwarze
2015-03-14Delete the separate and incomplete whatis(1) manualIngo Schwarze
2015-03-13no need for double macro; ok schwarzeJason McIntyre
2015-03-13Fix hardlink detection on platforms having padding in struct inodev,Ingo Schwarze
2015-03-11When interpreting the -O argument as a macro name fails,Ingo Schwarze
2015-03-11Fix previous: size_t is often narrower than off_t.Ingo Schwarze
2015-03-10The st_size member of struct stat is off_t, which is signed,Ingo Schwarze
2015-03-10We can keep track of the pager PID without additional complexity.Ingo Schwarze
2015-03-10Fix a regression caused in rev. 1.118, reported by kristaps@:Ingo Schwarze
2015-03-09Explicitly cast when assigning from char * to unsigned char * and vice versa.Ingo Schwarze
2015-03-09Fix vertical spacing at the beginning of tables.Ingo Schwarze
2015-03-09In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze
2015-03-09prevent the skipvsp flag from creeping past actual textIngo Schwarze
2015-03-09Flush the line preceding a table before clearing the right margin,Ingo Schwarze
2015-03-03In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi.Anthony J. Bentley
2015-03-03If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze
2015-03-02If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze
2015-02-27When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze
2015-02-27When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze
2015-02-23oops, in NAME, don't nag about the comma after .NmIngo Schwarze
2015-02-23improve NAME section diagnostics;Ingo Schwarze
2015-02-21Escape quotes when expanding macro arguments.Ingo Schwarze