X509Name.get_components
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index cd399a1..fb6906b 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -393,6 +393,10 @@
 Return a string giving the DER representation of the name.
 \end{methoddesc}
 
+\begin{methoddesc}[X509Name]{get_components}{}
+Return a list of two-tuples of strings giving the components of the name.
+\end{methoddesc}
+
 X509Name objects have the following members:
 
 \begin{memberdesc}[X509Name]{countryName}