aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-10-01 21:51:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-10-01 21:51:13 +0000
commit5e7fb1db20be568b2fe3b2f582beeb683c0812eb (patch)
treee60b646fbe07b7f6e7a28697bf799d224da66b76 /TODO
parentc3ccf2f42ee5664ddacf557bae68288b6dea8c44 (diff)
downloadmandoc-5e7fb1db20be568b2fe3b2f582beeb683c0812eb.tar.gz
mandoc-5e7fb1db20be568b2fe3b2f582beeb683c0812eb.tar.zst
mandoc-5e7fb1db20be568b2fe3b2f582beeb683c0812eb.zip
* need a space before .No even if it starts with a closing delimiter
* slightly simplify .Pf *_IGNDELIM code, and share part of it with .No * do not let opening delimiters fall out of the front of .Ns (from kristaps@) This fixes a few spacing issues in csh(1) and ksh(1). OK kristaps@
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 1 insertions, 13 deletions
diff --git a/TODO b/TODO
index 7a400855..d497a92c 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.57 2010/09/27 22:42:48 kristaps Exp $
+* $Id: TODO,v 1.58 2010/10/01 21:51:13 schwarze Exp $
************************************************************************
************************************************************************
@@ -105,22 +105,10 @@
to better distinguish the contents of .%T and .%J,
see for example OpenBSD cat(1)
-- .It ${name Ns [ selector ] Ns }
- should be "${name[selector]}" not "${name [selector]}"
- This is parsed as
- text("${name") text("[") Ns() text(selector)...
- Opening punctuation should not fall out of .Ns.
- see for example OpenBSD csh(1)
-
- In .Bl -bullet, the groff bullet is "+\b+\bo\bo", the mandoc bullet
is just "o\bo".
see for example OpenBSD ksh(1)
-- .No text No ) is "text )", not "text)"
- see the terrible example
- case word in [[(] pattern [| pattern] ... ) list ;; ] ... esac
- in OpenBSD ksh(1)
-
- .Sm should *not* produce as a blank line in .Bd -literal
see for example "Brace expansion" in OpenBSD ksh(1)