summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-02-14 23:05:20 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-02-14 23:05:20 +0000
commitadffffb7d7fb8a684013446a91b98a77e9f02828 (patch)
tree5b0767d63c823c68eae683e1317bf437b9aa1f5b /TODO
parent96df27d03244a434b09208c3f24e65e71bd5f50b (diff)
downloadmandoc-adffffb7d7fb8a684013446a91b98a77e9f02828.tar.gz
Implement the roff(7) .as request (append to user-defined string).
Missing feature found by jca@ in ratpoison(1). The ratpoison(1) manual still doesn't work because it uses .shift and .while, too (apparently, ratpoison is so complex that it needs a Turing-complete language to even format its manual :-). Written at Christchurch International Airport.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index a1e27add..b8dcd473 100644
--- a/TODO
+++ b/TODO
@@ -24,9 +24,6 @@ None known.
.ad -- re-enable adjustment without changing the mode
Adjustment mode is ignored while in no-fill mode (.nf).
-- .as (append to string)
- found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200
-
- .ce (center N lines)
found by naddy@ in xloadimage(1)
found by Juan Francisco Cantero Hurtado <iam at juanfra dot info>