diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2012-07-18 11:11:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2012-07-18 11:11:12 +0000 |
commit | 1c57e34fd38554f0651309503b2141e84b7db486 (patch) | |
tree | 184c95fd172a2cef1ec723317fb102ed3b1188d4 /TODO | |
parent | 2b1a4d195c217fdbdc7ef44fc5082a40d73cdf1a (diff) | |
download | mandoc-1c57e34fd38554f0651309503b2141e84b7db486.tar.gz |
Fix handling of paragraph macros inside lists:
* When they are trailing the last item, move them outside the list.
* When they are trailing any other none-compact item, drop them.
OpenBSD rev. mdoc_validate.c 1.107, mdoc.c 1.91
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -203,13 +203,6 @@ is just "o\bo". see for example OpenBSD ksh(1) -- A bogus .Pp between two .It must not produce a double blank line, - see between -R and -r in OpenBSD rm(1), before "update" in mount(8), - or in DIAGNOSTICS in init(8), or before "is always true" in ksh(1). - The same happens with .Pp just before .El, see bgpd.conf(5). - Also have `It' complain if `Pp' is invoked at certain times (not - -compact?). - - .Pp between two .It in .Bl -column should produce one, not two blank lines, see e.g. login.conf(5). reported by jmc@ Sun, 17 Apr 2011 14:04:58 +0059 |