aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-12-25 13:20:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-12-25 13:20:33 +0000
commit9560859789a0ab85ae8d0a0a6cb58c2609c89663 (patch)
treedc53798d28775a341f387a7bfe292f1e8342e678 /TODO
parent86f340fb8cdee0905decf6648316f4d82a448d01 (diff)
downloadmandoc-9560859789a0ab85ae8d0a0a6cb58c2609c89663.tar.gz
mandoc-9560859789a0ab85ae8d0a0a6cb58c2609c89663.tar.zst
mandoc-9560859789a0ab85ae8d0a0a6cb58c2609c89663.zip
distinction between .Vt and .Va
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index a1f841f0..277e0599 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.298 2019/12/22 13:52:35 schwarze Exp $
+* $Id: TODO,v 1.299 2019/12/25 13:20:33 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -588,6 +588,11 @@ are mere guesses, and some may be wrong.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629161
also Branden Robinson 18 Dec 2019 00:59:52 +1100
+- Can the distinction between .Vt and .Va be made stricter,
+ recommending .Vt extern char * Ns Va optarg ; ?
+ What about the block macro properties of .Vt in the SYNOPSIS?
+ zeurkous 25 Dec 2019 08:48:36 +0100
+
- .Cd # arch1, arch2 in section 4 pages:
find better way to indicate multiple architectures, maybe:
allow .Dt vgafb 4 "macppc sparc64"