Commit 64bb3aa2fe4db8ba0bf867ba478d4b4bf619e34a

Horst H. von Brand 2020-12-19T12:49:03

Documentation: Fix Format mp_rand_source Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/bn.tex b/doc/bn.tex
index b79d137..c156378 100644
--- a/doc/bn.tex
+++ b/doc/bn.tex
@@ -2346,7 +2346,7 @@ random numbers the operating systems offers is cryptographically secure. It will
 \texttt{arc4random()} if the OS is a BSD flavor, Wincrypt on Windows, or \texttt{/dev/urandom} on
 all operating systems that have it.
 
-If you have a custom random source you might find the function \texttt(mp\_rand\_source) useful.
+If you have a custom random source you might find the function \texttt{mp\_rand\_source()} useful.
 \index{mp\_rand\_source}
 \begin{alltt}
 void mp_rand_source(mp_err(*source)(void *out, size_t size));