summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-02-14 23:24:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-02-14 23:24:26 +0000
commit0d7f66359c07c1ca36d5513ebe46d6873e673e52 (patch)
tree3a2c6aa5dedaf658b55d665b38a127f32e5c25d9 /TODO
parentadffffb7d7fb8a684013446a91b98a77e9f02828 (diff)
downloadmandoc-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--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index b8dcd473..60bc7451 100644
--- a/TODO
+++ b/TODO
@@ -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)