diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-18 17:58:48 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-06-18 17:58:48 +0000 |
commit | 0c9872ac2f450f2fcfcbf234c266d9bd9d404143 (patch) | |
tree | 665865f5fb0fa5540ad8d544bef601eea60e5e45 /man_html.c | |
parent | 56635f91688db2f5e34654a48a7297984673b807 (diff) | |
download | mandoc-0c9872ac2f450f2fcfcbf234c266d9bd9d404143.tar.gz |
Fix two TODOs with one check-in. Both of these relate to vertical space
before paragraphs and/or within `RS' blocks.
Diffstat (limited to 'man_html.c')
-rw-r--r-- | man_html.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -135,7 +135,6 @@ html_man(void *arg, const struct man *m) printf("\n"); } - static void print_man(MAN_ARGS) { |