Adjust wording trivially
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 9f472b9..3729060 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -594,7 +594,9 @@
\end{funcdesc}
\begin{funcdesc}{cleanup}{}
-Erase the memory used by the PRNG. It's a wrapper of the C function \function{RAND_cleanup}.
+Erase the memory used by the PRNG.
+
+This is a wrapper for the C function \function{RAND_cleanup}.
\end{funcdesc}
\begin{funcdesc}{egd}{path\optional{, bytes}}
@@ -610,7 +612,9 @@
\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}.
+Get some random bytes as a string.
+
+This is a wrapper for the C function \function{RAND_bytes}.
\end{funcdesc}
\begin{funcdesc}{screen}{}