summaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-20 05:45:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-20 05:45:21 +0000
commitb03a6bc57c1b143fae2024f8c4d50e7eb4092105 (patch)
treedcf52e5501f01a7a82478d4c3da21aa709d52091 /html.c
parentaf2a03c0019957aeee8786d2055ba9a304d433d3 (diff)
downloadmandoc-b03a6bc57c1b143fae2024f8c4d50e7eb4092105.tar.gz
mandoc-b03a6bc57c1b143fae2024f8c4d50e7eb4092105.tar.zst
mandoc-b03a6bc57c1b143fae2024f8c4d50e7eb4092105.zip
More updates to mdoc.7.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 623fa975..ab68ba59 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.64 2009/10/13 10:57:25 kristaps Exp $ */
+/* $Id: html.c,v 1.65 2009/10/20 05:45:21 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);
}
+