]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_html.c
Downstream maintainers: this removes UGLY! I don't want diverging
[mandoc.git] / man_html.c
index 806354647680015365c493ed03fd156f683ff2ce..1534e12c944b7cadd547cad71b61f0b35ba5267e 100644 (file)
@@ -1,6 +1,6 @@
-/*     $Id: man_html.c,v 1.36 2010/05/26 14:03:54 kristaps Exp $ */
+/*     $Id: man_html.c,v 1.39 2010/06/27 15:52:41 kristaps Exp $ */
 /*
 /*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -29,6 +29,7 @@
 #include "mandoc.h"
 #include "out.h"
 #include "html.h"
 #include "mandoc.h"
 #include "out.h"
 #include "html.h"
+#include "regs.h"
 #include "man.h"
 #include "main.h"
 
 #include "man.h"
 #include "main.h"
 
@@ -251,7 +252,6 @@ a2width(const struct man_node *n, struct roffsu *su)
 }
 
 
 }
 
 
-/* ARGSUSED */
 static int
 man_root_pre(MAN_ARGS)
 {
 static int
 man_root_pre(MAN_ARGS)
 {