diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-02-14 23:24:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-02-14 23:24:26 +0000 |
commit | 0d7f66359c07c1ca36d5513ebe46d6873e673e52 (patch) | |
tree | 3a2c6aa5dedaf658b55d665b38a127f32e5c25d9 /TODO | |
parent | adffffb7d7fb8a684013446a91b98a77e9f02828 (diff) | |
download | mandoc-0d7f66359c07c1ca36d5513ebe46d6873e673e52.tar.gz |
Parse and ignore the roff(7) .ce request (center some lines).
We even parse and ignore the .ad request (adjustment mode),
and it doesn't make sense to more prominently warn about
temporary than about permanent adjustment changes.
Request found by naddy@ in xloadimage(1) and by juanfra@ in racket(1).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -24,11 +24,6 @@ None known. .ad -- re-enable adjustment without changing the mode Adjustment mode is ignored while in no-fill mode (.nf). -- .ce (center N lines) - found by naddy@ in xloadimage(1) - found by Juan Francisco Cantero Hurtado <iam at juanfra dot info> - in lang/racket(1) Thu, 20 Jun 2013 03:19:11 +0200 - - .fc (field control) found by naddy@ in xloadimage(1) |