aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_validate.c
Commit message (Expand)AuthorAgeFilesLines
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-141-1/+2
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-141-1/+2
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-061-1/+2
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-041-1/+2
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-0/+1
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-0/+1
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-0/+1
* move .ll to the roff modulesIngo Schwarze2017-05-051-0/+1
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-0/+89