diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-29 13:04:31 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-29 13:04:31 +0000 |
commit | fd35a4e655cb9b33cb8c81149b87a039d2eff24b (patch) | |
tree | de6bae3eb01776771c1c5d98890caa098f3a9a70 /TODO | |
parent | f849b38ca6324f49276e98a1e2cbf8972e4924bc (diff) | |
download | mandoc-fd35a4e655cb9b33cb8c81149b87a039d2eff24b.tar.gz |
Note that `Rv' and `Ex' have different values if a manual name has been
specified or not.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -152,6 +152,10 @@ * formatting issues: gratuitious differences ************************************************************************ +- .Rv (and probably .Ex) print different text if an `Nm' has been named + or not (run a manual without `Nm blah' to see this). I'm not sure + that this exists in the wild, but it's still an error. + - .%T should be quoted, not underlined, when .%J is also present, to better distinguish the contents of .%T and .%J, see for example OpenBSD cat(1) |