aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-07-18 16:20:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-07-18 16:20:43 +0000
commit544b05c948ba16b507a15686221cff4d6ab9393a (patch)
treea9e938e723468837ee4de909b2b6c77eccb05eb8 /TODO
parent50e01545158506c75fea9e1828a29ae1b8c911f0 (diff)
downloadmandoc-544b05c948ba16b507a15686221cff4d6ab9393a.tar.gz
mandoc-544b05c948ba16b507a15686221cff4d6ab9393a.tar.zst
mandoc-544b05c948ba16b507a15686221cff4d6ab9393a.zip
Let a trailing .Ns macro take effect
even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8). OpenBSD rev. 1.74.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/TODO b/TODO
index b28a40e4..d3c9921f 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.139 2012/07/18 11:11:12 schwarze Exp $
+* $Id: TODO,v 1.140 2012/07/18 16:20:43 schwarze Exp $
************************************************************************
************************************************************************
@@ -243,15 +243,6 @@
Also, we don't want to break the line within the argument of:
.Fa "chtype tl"
-- .Ns should work when called at the end of an input line, see
- the following code in vi(1):
- .It Xo
- .Op Ar line
- .Cm a Ns Op Cm ppend Ns
- .Op Cm !\&
- .Xc
- The input text is appended after the specified line.
-
- Header lines of excessive length:
Port OpenBSD man_term.c rev. 1.25 to mdoc_term.c
and document it in mdoc(7) and man(7) COMPATIBILITY