summaryrefslogtreecommitdiffstats
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
commit7c71d25c0d707be901936bd815aa5f58780a2607 (patch)
treedf5fbf56c677453b121295588f7aad84c4fd6c55 /TODO
parentc79da48db01e1ad14e47852f7ab6fa1ee8bb6508 (diff)
downloadmandoc-7c71d25c0d707be901936bd815aa5f58780a2607.tar.gz
distinction between .Vt and .Va
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4a7bbe49..c45f254c 100644
--- a/TODO
+++ b/TODO
@@ -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"