Function names should be in alphabetical order in documentation.
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 4dbf19c..133e4f7 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -593,6 +593,10 @@
 \var{string}, measured in bytes. For more information, see e.g. \rfc{1750}.
 \end{funcdesc}
 
+\begin{funcdesc}{bytes}{num_bytes}
+From PRNG get some random bytes as a string.  It's a wrapper of the C function \function{RAND_bytes}.
+\end{funcdesc}
+
 \begin{funcdesc}{cleanup}{}
 Erase the memory used by the PRNG.  It's a wrapper of the C function \function{RAND_cleanup}.
 \end{funcdesc}
@@ -609,10 +613,6 @@
 the file \var{path} to seed the PRNG. The default value of \var{bytes} is -1.
 \end{funcdesc}
 
-\begin{funcdesc}{bytes}{num_bytes}
-Get some random bytes as a string.  It's a wrapper of the C function \function{RAND_bytes}.
-\end{funcdesc}
-
 \begin{funcdesc}{screen}{}
 Add the current contents of the screen to the PRNG state.
 Availability: Windows.