diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-12-22 13:52:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-12-22 13:52:35 +0000 |
commit | c79da48db01e1ad14e47852f7ab6fa1ee8bb6508 (patch) | |
tree | 184229c1bd9ec904d7b680b15566a66333c59769 | |
parent | 016c70be27f8384ff2027c53688bdadd43909ca7 (diff) | |
download | mandoc-c79da48db01e1ad14e47852f7ab6fa1ee8bb6508.tar.gz |
two new entries: make .Sh/.Ss parsed in mdoc(7)
and delete release number verification from groff_mdoc(7)
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -93,6 +93,10 @@ are mere guesses, and some may be wrong. --- missing mdoc features ---------------------------------------------- +- .Sh and .Ss should be parsed and partially callable, see groff_mdoc(7) + reed at reedmedia dot net Sat, 21 Dec 2019 17:13:07 -0600 + loc ** exist ** algo ** size ** imp * + - .Bl -column .Xo support is missing ultimate goal: restore .Xr and .Dv to @@ -580,6 +584,10 @@ are mere guesses, and some may be wrong. * to improve in the groff_mdoc(7) macros ************************************************************************ +- delete OS release verification from .Dx, .Fx, .Nx, .Ox etc. + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629161 + also Branden Robinson 18 Dec 2019 00:59:52 +1100 + - .Cd # arch1, arch2 in section 4 pages: find better way to indicate multiple architectures, maybe: allow .Dt vgafb 4 "macppc sparc64" |