summaryrefslogtreecommitdiffstats
path: root/contrib/mdocml/out.h
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-22 18:57:23 +0000
committerbapt <bapt@FreeBSD.org>2014-11-22 18:57:23 +0000
commit322e9f202c55a90688e5243b26f9fe13233b06d6 (patch)
treeaba7ac26366d9bbe229fb31209028de396e0734c /contrib/mdocml/out.h
parent94074b10c06e084bdb5dbf5e550c6f73d8083f99 (diff)
parenteb03421ddbdfb35eb3ab61dbe59c906ce9e5db96 (diff)
downloadFreeBSD-src-322e9f202c55a90688e5243b26f9fe13233b06d6.zip
FreeBSD-src-322e9f202c55a90688e5243b26f9fe13233b06d6.tar.gz
Update mandoc to 1.13.1
Diffstat (limited to 'contrib/mdocml/out.h')
-rw-r--r--contrib/mdocml/out.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/mdocml/out.h b/contrib/mdocml/out.h
index 1c18c6c..514db3f 100644
--- a/contrib/mdocml/out.h
+++ b/contrib/mdocml/out.h
@@ -1,4 +1,4 @@
-/* $Id: out.h,v 1.21 2011/07/17 15:24:25 kristaps Exp $ */
+/* $Id: out.h,v 1.22 2014/04/20 16:46:05 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -63,8 +63,8 @@ __BEGIN_DECLS
(p)->scale = (v); } \
while (/* CONSTCOND */ 0)
-int a2roffsu(const char *, struct roffsu *, enum roffscale);
-void tblcalc(struct rofftbl *tbl, const struct tbl_span *);
+int a2roffsu(const char *, struct roffsu *, enum roffscale);
+void tblcalc(struct rofftbl *tbl, const struct tbl_span *);
__END_DECLS
OpenPOWER on IntegriCloud