diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2012-07-18 10:39:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2012-07-18 10:39:19 +0000 |
commit | 2b1a4d195c217fdbdc7ef44fc5082a40d73cdf1a (patch) | |
tree | daac39481481e84c1de43e6c5d247412d99f32d4 /TODO | |
parent | aa2e27a6cfdc1cb6cf648d12d2ba453173c9283d (diff) | |
download | mandoc-2b1a4d195c217fdbdc7ef44fc5082a40d73cdf1a.tar.gz |
The mdoc(7) \*(Ba predefined string actually forces roman font;
that's stupid because it may break enclosing font changes,
but let's do the same for groff bug compatibility.
--> Never use \*(Ba, use just plain "|"! <--
Also, predefined strings are already expanded by the roff(7) parser,
so the mdoc(7) parser has to look for the expanded string.
OpenBSD rev. mdoc.c 1.90 and predefs.in 1.3
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -203,11 +203,6 @@ is just "o\bo". see for example OpenBSD ksh(1) -- The characters "|" and "\*(Ba" should never be bold, - not even in the middle of a word, e.g. ".Cm b\*(Bac" in - "mknod [-m mode] name b|c major minor" - in 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). @@ -270,13 +265,6 @@ found while talking to Chris Bennett - In man(7), the sequence - .HP - one line of regular text - .SH - should not produce two blank lines before the .SH, - see for example named-checkconf(8). - -- In man(7), the sequence .SH HEADER <blank line> .PP |