summaryrefslogtreecommitdiffstats
path: root/roff.7
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explain where .so paths are rooted, and why, and discourage its use;Ingo Schwarze2011-12-111-0/+16
* typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com>Ingo Schwarze2011-11-231-2/+2
* Update historical record to be historical and not made-up. Data fromKristaps Dzonsons2011-11-211-7/+15
* Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks!Kristaps Dzonsons2011-11-061-0/+2
* Reorganize part of the content:Ingo Schwarze2011-09-261-27/+291
* Fix typos and spelling errors found by demandoc -w | spell -b.Kristaps Dzonsons2011-09-021-3/+3
* Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.Kristaps Dzonsons2011-08-181-3/+5
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-281-4/+15
* Have conditional closure for both text and macro lines call through toKristaps Dzonsons2011-05-241-7/+12
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-301-1/+1
* Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issueKristaps Dzonsons2011-02-091-0/+23
* Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze2011-01-251-0/+14
* As noticed by deraadt@, it goes without saying that text filesIngo Schwarze2011-01-251-4/+0
* Better explain roff(7) macro argument quoting;Ingo Schwarze2011-01-241-6/+35
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-041-202/+5
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-041-0/+5
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-041-21/+48
* Switch on the `TS' documentation in roff.7. As per off-line discussion,Kristaps Dzonsons2011-01-031-126/+174
* Update (still-commented) manual bits for tbl.Kristaps Dzonsons2010-12-291-0/+86
* Initial documentation for TBL, which for the time being is commented-out.Kristaps Dzonsons2010-12-291-0/+46
* Sync to the installed version in OpenBSD, excluding .ft documentation:Ingo Schwarze2010-12-181-88/+138
* Abort endless loops during roff macro and string expansion.Ingo Schwarze2010-12-101-0/+6
* Import changes by schwarze@ and Jason McIntyre into manuals. These areKristaps Dzonsons2010-12-061-82/+270
* Fix `ds' handling. This was stripping characters from "val", when theKristaps Dzonsons2010-07-271-0/+9
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-5/+14
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-0/+1
* Allow registers to be unset. Implement and document the `.nr nS val'.Kristaps Dzonsons2010-06-271-2/+5
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-0/+34
* Fix adding some minimal intelligence to conditional parser. See roff.7Kristaps Dzonsons2010-06-101-2/+13
* Noted that \} collapses into a zero-width space on the front-end.Kristaps Dzonsons2010-06-011-1/+3