summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_term.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete the redundant tbl span flags, just inspect the actual dataschwarze2015-01-301-2/+2
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)schwarze2015-01-241-2/+1
* For .RS, we need to save the information how much we actually indentedschwarze2014-12-241-28/+14
* When a man(7) document contains unreasonably large numbers forschwarze2014-12-241-10/+19
* support negative horizontal widths in man(7);schwarze2014-12-231-106/+72
* some scaling unit fixes:schwarze2014-12-231-15/+5
* even if the second argument to .IP is invalid, don't print itschwarze2014-12-231-4/+3
* correctly handle scaling units after .PDschwarze2014-12-231-3/+5
* fix handling of roff requests having a default scale other than "n",schwarze2014-12-041-2/+2
* Ignore macros that never produce any text when deciding whetherschwarze2014-12-041-13/+24
* Fix the implementation and documentation of \c (continue text input line).schwarze2014-12-021-4/+5
* We repeatedly observed assertion crashes in the low-level terminalschwarze2014-11-211-19/+11
* Make the character table available to libroff so it can check theschwarze2014-10-281-4/+1
* correct the spacing after in-line equationsschwarze2014-10-201-2/+2
* correct spacing *after* inline equations (much simpler than expected)schwarze2014-10-201-1/+3
* correct spacing before inline equationsschwarze2014-10-201-1/+3
* Implement the traditional -h option for man(1): show the SYNOPSIS only.schwarze2014-09-031-14/+26
* As suggested by jmc@, only include line and column numbers into messagesschwarze2014-06-201-4/+7
* Audit strlcpy(3)/strlcat(3) usage.schwarze2014-04-231-14/+10
* fix unchecked snprintf(3) in page header printing:schwarze2014-04-201-11/+16
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-117/+73
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)schwarze2014-04-081-4/+4
* Support relative arguments to .ll (increase or decrease line length).schwarze2014-03-301-2/+2
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-1/+13
* In .nf mode, use the MAN_LINE flag to detect input line breaksschwarze2014-03-081-2/+2
* To find out whether .TP head arguments are same-line or next-line arguments,schwarze2014-03-081-5/+10
* when indenting, extend the right margin accordingly, when needed;schwarze2014-02-161-6/+9
* Polishing the worms in my favourite can, term_flushln().schwarze2013-12-221-5/+13
* In the parser, when closing an explicit block that is not open,schwarze2013-11-111-1/+3
* Implement the .UR/.UE block (uniform resource identifier) introduced in theschwarze2013-10-171-1/+31
* In literal mode (.nf), each input line must be kept togetherschwarze2013-01-051-4/+4
* Cleanup naming of local variables to make the code easier on the eye:schwarze2012-11-171-21/+21
* Implement .PD for -Tascii.schwarze2012-07-291-13/+35
* Always fix the man(7) subsection header (.SS) indent to 3n,schwarze2012-07-161-2/+2
* Translate blank input lines to .sp just like in mdoc(7),schwarze2012-07-141-4/+15
* In -man -Tascii, support .sp with negative argument.schwarze2012-07-131-4/+19
* multiple fixes to -Tascii .HP rendering:schwarze2012-07-101-33/+36
* Minimal implementation of .EX and .EE for GNU compatibility.schwarze2012-06-021-2/+4
* Support .OP, one of the extended man macros; from kristaps@.schwarze2012-02-261-3/+28
* As requested by kristaps@, add and improve comments related to -Omdoc;schwarze2011-12-051-14/+25
* When a man document contains nothing at all except one or more invalidschwarze2011-12-041-1/+6
* Implement mdoc(7)-like output style variant for man(7) documents:schwarze2011-11-131-6/+14
* Make the man(7) page footer the same as in groff.schwarze2011-11-131-10/+17
* Make the default left text margin configurable from the command line,schwarze2011-11-131-13/+14
* As noticed by kristaps@, when breaking an overflowing line,schwarze2011-09-211-5/+3
* Using user-defined macros, surprisingly, it is possibleschwarze2011-09-201-2/+2
* When advancing the left margin, .RS also needs to reset the right marginschwarze2011-09-201-2/+3
* Sync print_mdoc_head to print_man_head;schwarze2011-09-201-5/+5
* Remove the terminal frontend flag TERMP_NOLPAD.schwarze2011-09-191-13/+23
* sync to version 1.11.5:schwarze2011-09-181-2/+2