aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
Commit message (Expand)AuthorAgeFilesLines
* Two new low-level roff(7) features:Ingo Schwarze2018-04-101-5/+19
* typo; from Alexander Kuleshov <kuleshovmail at gmail dot com>Ingo Schwarze2017-12-151-3/+3
* nits about trailing punctuation found with mandoc -TlintIngo Schwarze2017-07-051-16/+16
* implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze2017-06-141-3/+6
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-3/+10
* simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze2017-06-141-2/+1
* implement the roff(7) d (macro or string defined) conditionalIngo Schwarze2017-06-141-3/+10
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-2/+4
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-141-2/+4
* minor markup simplificationsIngo Schwarze2017-06-101-3/+3
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-071-4/+13
* document the new .ce implementationIngo Schwarze2017-06-061-3/+6
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-2/+4
* Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze2017-06-041-5/+7
* Partial implementation of \h (horizontal line drawing function).Ingo Schwarze2017-06-021-5/+7
* Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze2017-06-011-5/+6
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-5/+11
* Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze2017-05-081-430/+415
* Shorten the description of .sp and move it to roff(7).Ingo Schwarze2017-05-051-1/+11
* Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze2017-05-051-10/+4
* fix spelling error;Ingo Schwarze2017-02-211-3/+3
* typos; found and fixed by sobrado@Ingo Schwarze2015-09-241-7/+7
* Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze2015-08-291-2/+8
* Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze2015-08-291-2/+4
* Implement the roff(7) `r' (register exists) conditional.Ingo Schwarze2015-05-311-4/+7
* Replace the kludge for the \z escape sequence by an actualIngo Schwarze2015-04-291-6/+3
* Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze2015-02-171-6/+11
* Radical cleanup of COMPATIBILITY sections:Ingo Schwarze2015-01-291-32/+48
* While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze2015-01-231-5/+5
* Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze2015-01-231-2/+10
* improve wording; patch from jmc@Ingo Schwarze2015-01-221-3/+3
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-211-6/+7
* typo fixes from jmc@Ingo Schwarze2015-01-201-4/+4
* Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze2015-01-201-54/+724
* change spelling of centre to center: consistent with other man pagesIngo Schwarze2015-01-201-3/+3
* Reduce memory and time consumption on certain malformed input filesIngo Schwarze2014-12-251-4/+6
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-4/+6
* Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze2014-11-191-3/+5
* Parse and ignore the .pl (page length) request;Ingo Schwarze2014-09-071-2/+7
* remove double word; from jmc@Ingo Schwarze2014-08-141-3/+3
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-131-5/+11
* implement .dei and .amiIngo Schwarze2014-07-071-14/+15
* Fully implement the \B (validate numerical expression) andIngo Schwarze2014-04-081-8/+17
* Almost complete implementation of roff(7) numerical expressions.Ingo Schwarze2014-04-071-18/+81
* Implement the roff(7) .rr (remove register) request.Ingo Schwarze2014-04-051-8/+12
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-2/+4
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-2/+17
* sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro,Ingo Schwarze2014-03-171-2/+30
* Improve .if/.ie condition handling.Ingo Schwarze2014-03-081-41/+72
* document .as and .ceIngo Schwarze2014-02-141-3/+15