diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-20 05:45:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-20 05:45:21 +0000 |
commit | 422079710d40c20911324bf203bb9a89dc3e54ed (patch) | |
tree | 79034da20c02e3d2a737650b9d28490bb3ba6a79 /html.c | |
parent | 4adbe5cf76760740befd56e2a28d830dcc269c21 (diff) | |
download | mandoc-422079710d40c20911324bf203bb9a89dc3e54ed.tar.gz |
More updates to mdoc.7.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -650,3 +650,4 @@ bufcat_su(struct html *h, const char *p, const struct roffsu *su) /* LINTED */ buffmt(h, "%s: %d%s;", p, (int)v, u); } + |