aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-01-23 15:35:10 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-01-23 15:35:10 +0000
commit03f8038d273509746cdf55c2769b0d3f2b54bc54 (patch)
tree43798db1203892c8156b2b55c4093fc1b8a156ed /TODO
parent297ba18d1edc64e548dceafafb57df092183bb84 (diff)
downloadmandoc-03f8038d273509746cdf55c2769b0d3f2b54bc54.tar.gz
mandoc-03f8038d273509746cdf55c2769b0d3f2b54bc54.tar.zst
mandoc-03f8038d273509746cdf55c2769b0d3f2b54bc54.zip
not implemented: adjustment
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index a8d0f8e8..2479473a 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.81 2011/01/22 23:27:06 schwarze Exp $
+* $Id: TODO,v 1.82 2011/01/23 15:35:10 schwarze Exp $
************************************************************************
************************************************************************
@@ -26,6 +26,15 @@
--- missing roff features ----------------------------------------------
+- .ad (adjust margins)
+ .ad l -- adjust left margin only (flush left)
+ .ad r -- adjust right margin only (flush right)
+ .ad c -- center text on line
+ .ad b -- adjust both margins (alias: .ad n)
+ .na -- temporarily disable adjustment without changing the mode
+ .ad -- re-enable adjustment without changing the mode
+ Adjustment mode is ignored while in no-fill mode (.nf).
+
- .it (line traps) occur in mysql(1), yasm_arch(7)
generated by DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
reported by brad@ Sat, 15 Jan 2011 15:48:18 -0500
@@ -63,6 +72,10 @@
because libmdoc does not yet use mandoc_getarg().
Also check what happens in plain text, it must be identical to \e.
+- .Bd -filled should not be the same as .Bd -ragged, but align both
+ the left and right margin. In groff, it is implemented in terms
+ of .ad b, which we don't have either. Found in cksum(1).
+
- implement blank `Bl -column', such as
.Bl -column
.It foo Ta bar