Add {s,g}et_not{Before,After}
diff --git a/doc/html/openssl-pkey.html b/doc/html/openssl-pkey.html
index b6cd3c2..1f026c8 100644
--- a/doc/html/openssl-pkey.html
+++ b/doc/html/openssl-pkey.html
@@ -52,20 +52,20 @@
 The PKey object has the following methods:
 
 <P>
-<dl><dt><b><a name='l2h-64'><tt class='method'>bits</tt></a></b>()
+<dl><dt><b><a name='l2h-68'><tt class='method'>bits</tt></a></b>()
 <dd>
 Return the number of bits of the key.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-65'><tt class='method'>generate_key</tt></a></b>(<var>type, bits</var>)
+<dl><dt><b><a name='l2h-69'><tt class='method'>generate_key</tt></a></b>(<var>type, bits</var>)
 <dd>
 Generate a public/private key pair of the type <var>type</var> (one of
 <tt class="constant">TYPE_RSA</tt> and <tt class="constant">TYPE_DSA</tt>) with the size <var>bits</var>.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-66'><tt class='method'>type</tt></a></b>()
+<dl><dt><b><a name='l2h-70'><tt class='method'>type</tt></a></b>()
 <dd>
 Return the type of the key.
 </dl>