regen man/html pages
diff --git a/man/zip_error_init.html b/man/zip_error_init.html
index 5c1d4d3..abc047c 100644
--- a/man/zip_error_init.html
+++ b/man/zip_error_init.html
@@ -34,12 +34,6 @@
    -->
 <head>
   <meta charset="utf-8"/>
-  <style>
-    table.head, table.foot { width: 100%; }
-    td.head-rtitle, td.foot-os { text-align: right; }
-    td.head-vol { text-align: center; }
-    div.Pp { margin: 1ex 0ex; }
-  </style>
   <link rel="stylesheet" href="../nih-man.css" type="text/css" media="all"/>
   <title>ZIP_ERROR_INIT(3)</title>
 </head>
@@ -52,45 +46,46 @@
   </tr>
 </table>
 <div class="manual-text">
-<h1 class="Sh" title="Sh" id="NAME"><a class="selflink" href="#NAME">NAME</a></h1>
-<b class="Nm" title="Nm">zip_error_init</b>,
-  <b class="Nm" title="Nm">zip_error_init_with_code</b> &#x2014;
-  <span class="Nd" title="Nd">initialize zip_error structure</span>
-<h1 class="Sh" title="Sh" id="LIBRARY"><a class="selflink" href="#LIBRARY">LIBRARY</a></h1>
+<h1 class="Sh" title="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<code class="Nm" title="Nm">zip_error_init</code>,
+  <code class="Nm" title="Nm">zip_error_init_with_code</code> &#x2014;
+<div class="Nd" title="Nd">initialize zip_error structure</div>
+<h1 class="Sh" title="Sh" id="LIBRARY"><a class="permalink" href="#LIBRARY">LIBRARY</a></h1>
 libzip (-lzip)
-<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="selflink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<b class="In" title="In">#include &lt;<a class="In" title="In">zip.h</a>&gt;</b>
+<h1 class="Sh" title="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<code class="In" title="In">#include
+  &lt;<a class="In" title="In">zip.h</a>&gt;</code>
 <div class="Pp"></div>
 <var class="Ft" title="Ft">void</var>
 <br/>
-<b class="Fn" title="Fn">zip_error_init</b>(<var class="Fa" title="Fa" style="white-space: nowrap;">zip_error_t
+<code class="Fn" title="Fn">zip_error_init</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">zip_error_t
   *error</var>);
 <div class="Pp"></div>
 <var class="Ft" title="Ft">void</var>
 <br/>
-<b class="Fn" title="Fn">zip_error_init_with_code</b>(<var class="Fa" title="Fa" style="white-space: nowrap;">zip_error_t
+<code class="Fn" title="Fn">zip_error_init_with_code</code>(<var class="Fa" title="Fa" style="white-space: nowrap;">zip_error_t
   *error</var>, <var class="Fa" title="Fa" style="white-space: nowrap;">int
   ze</var>);
-<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="selflink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-The <b class="Fn" title="Fn">zip_error_init</b>() function initializes the
+<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+The <code class="Fn" title="Fn">zip_error_init</code>() function initializes the
   zip_error pointed to by <var class="Ar" title="Ar">error</var>.
   <var class="Ar" title="Ar">*error</var> must be allocated before calling
-  <b class="Fn" title="Fn">zip_error_init</b>().
+  <code class="Fn" title="Fn">zip_error_init</code>().
 <div class="Pp"></div>
-The <b class="Fn" title="Fn">zip_error_init_with_code</b>() function does the
-  same, but additionally sets the zip error code to
+The <code class="Fn" title="Fn">zip_error_init_with_code</code>() function does
+  the same, but additionally sets the zip error code to
   <var class="Ar" title="Ar">ze</var> and sets the system error code to the
   current <a class="Xr" title="Xr" href="errno.html">errno(3)</a> value, if
   appropriate.
-<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="selflink" href="#SEE_ALSO">SEE
+<h1 class="Sh" title="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
   ALSO</a></h1>
 <a class="Xr" title="Xr" href="libzip.html">libzip(3)</a>,
   <a class="Xr" title="Xr" href="zip_error_fini.html">zip_error_fini(3)</a>
-<h1 class="Sh" title="Sh" id="HISTORY"><a class="selflink" href="#HISTORY">HISTORY</a></h1>
-<b class="Fn" title="Fn">zip_error_init</b>() and
-  <b class="Fn" title="Fn">zip_error_init_with_code</b>() were added in libzip
-  1.0.
-<h1 class="Sh" title="Sh" id="AUTHORS"><a class="selflink" href="#AUTHORS">AUTHORS</a></h1>
+<h1 class="Sh" title="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<code class="Fn" title="Fn">zip_error_init</code>() and
+  <code class="Fn" title="Fn">zip_error_init_with_code</code>() were added in
+  libzip 1.0.
+<h1 class="Sh" title="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
 <span class="An" title="An">Dieter Baron</span>
   &lt;<a class="Mt" title="Mt" href="mailto:dillo@nih.at">dillo@nih.at</a>&gt;
   and <span class="An" title="An">Thomas Klausner</span>
@@ -98,7 +93,7 @@
 <table class="foot">
   <tr>
     <td class="foot-date">December 18, 2017</td>
-    <td class="foot-os">NetBSD 8.99.14</td>
+    <td class="foot-os">NetBSD 8.99.16</td>
   </tr>
 </table>
 </body>