summaryrefslogtreecommitdiffstats
path: root/roff.7
Commit message (Expand)AuthorAgeFilesLines
* minor markup simplificationsIngo Schwarze2017-06-101-1/+1
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-2/+11
* document the new .ce implementationIngo Schwarze2017-06-061-1/+4
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+3
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-041-3/+5
* Partial implementation of \h (horizontal line drawing function).Ingo Schwarze2017-06-021-3/+5
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-3/+4
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-4/+10
* Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze2017-05-081-428/+413
* Shorten the description of .sp and move it to roff(7).Ingo Schwarze2017-05-051-0/+10
* Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze2017-05-051-8/+2
* fix spelling error;Ingo Schwarze2017-02-211-1/+1
* typos; found and fixed by sobrado@Ingo Schwarze2015-09-241-5/+5
* Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze2015-08-291-1/+7
* Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze2015-08-291-0/+2
* Implement the roff(7) `r' (register exists) conditional.Ingo Schwarze2015-05-311-2/+5
* Replace the kludge for the \z escape sequence by an actualIngo Schwarze2015-04-291-4/+1
* Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze2015-02-171-4/+9
* Radical cleanup of COMPATIBILITY sections:Ingo Schwarze2015-01-291-30/+46
* While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze2015-01-231-4/+4
* Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze2015-01-231-0/+8
* improve wording; patch from jmc@Ingo Schwarze2015-01-221-1/+1
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-211-4/+5
* typo fixes from jmc@Ingo Schwarze2015-01-201-3/+3
* Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze2015-01-201-53/+723
* change spelling of centre to center: consistent with other man pagesIngo Schwarze2015-01-201-1/+1
* Reduce memory and time consumption on certain malformed input filesIngo Schwarze2014-12-251-2/+4
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-2/+4
* Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze2014-11-191-1/+3
* Parse and ignore the .pl (page length) request;Ingo Schwarze2014-09-071-0/+5
* remove double word; from jmc@Ingo Schwarze2014-08-141-1/+1
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-131-3/+9
* implement .dei and .amiIngo Schwarze2014-07-071-12/+13
* Fully implement the \B (validate numerical expression) andIngo Schwarze2014-04-081-6/+15
* Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze2014-04-071-16/+79
* Implement the roff(7) .rr (remove register) request.Ingo Schwarze2014-04-051-6/+10
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-1/+3
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+15
* sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro,Ingo Schwarze2014-03-171-0/+28
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-081-39/+70
* document .as and .ceIngo Schwarze2014-02-141-1/+13
* The roff language really has two groups of basic building blocks:Ingo Schwarze2013-12-261-7/+253
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-151-4/+7
* Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze2013-10-221-0/+3
* Parse and ignore the .fam (font family) request.Ingo Schwarze2013-10-141-0/+6
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-2/+9
* For citing the names and email addresses of authors,Ingo Schwarze2013-07-131-4/+2
* - (mdoc.7) fix Xr to selfIngo Schwarze2013-04-281-1/+1
* Add `cc' support.Kristaps Dzonsons2012-06-121-0/+12
* Fix typo (back-space -> backslash).Kristaps Dzonsons2012-06-121-1/+1