X509Name.get_components
diff --git a/doc/html/openssl-x509name.html b/doc/html/openssl-x509name.html
index 2cf0351..6708f17 100644
--- a/doc/html/openssl-x509name.html
+++ b/doc/html/openssl-x509name.html
@@ -65,52 +65,58 @@
 </dl>
 
 <P>
+<dl><dt><b><a name='l2h-57'><tt class='method'>get_components</tt></a></b>()
+<dd>
+Return a list of two-tuples of strings giving the components of the name.
+</dl>
+
+<P>
 X509Name objects have the following members:
 
 <P>
-<dl><dt><b><a name='l2h-57'><tt class='member'>countryName</tt></a></b>
+<dl><dt><b><a name='l2h-58'><tt class='member'>countryName</tt></a></b>
 <dd>
 The country of the entity. <code>C</code> may be used as an alias for
 <code>countryName</code>.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-58'><tt class='member'>stateOrProvinceName</tt></a></b>
+<dl><dt><b><a name='l2h-59'><tt class='member'>stateOrProvinceName</tt></a></b>
 <dd>
 The state or province of the entity. <code>ST</code> may be used as an alias for
 <code>stateOrProvinceName</code>·
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-59'><tt class='member'>localityName</tt></a></b>
+<dl><dt><b><a name='l2h-60'><tt class='member'>localityName</tt></a></b>
 <dd>
 The locality of the entity. <code>L</code> may be used as an alias for
 <code>localityName</code>.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-60'><tt class='member'>organizationName</tt></a></b>
+<dl><dt><b><a name='l2h-61'><tt class='member'>organizationName</tt></a></b>
 <dd>
 The organization name of the entity. <code>O</code> may be used as an alias for
 <code>organizationName</code>.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-61'><tt class='member'>organizationalUnitName</tt></a></b>
+<dl><dt><b><a name='l2h-62'><tt class='member'>organizationalUnitName</tt></a></b>
 <dd>
 The organizational unit of the entity. <code>OU</code> may be used as an alias for
 <code>organizationalUnitName</code>.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-62'><tt class='member'>commonName</tt></a></b>
+<dl><dt><b><a name='l2h-63'><tt class='member'>commonName</tt></a></b>
 <dd>
 The common name of the entity. <code>CN</code> may be used as an alias for
 <code>commonName</code>.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-63'><tt class='member'>emailAddress</tt></a></b>
+<dl><dt><b><a name='l2h-64'><tt class='member'>emailAddress</tt></a></b>
 <dd>
 The e-mail address of the entity.
 </dl>