ref: 93d63dc1f3fc6d70b338c3d60ca00b21faa85eff
parent: 4587326e761dce084a621ab1225c29585b1057e9
author: cinap_lenrek <[email protected]>
date: Wed Oct 28 09:39:17 EDT 2015
mp(2): fix typo mnprand() -> mpnrand()
--- a/sys/man/2/mp
+++ b/sys/man/2/mp
@@ -34,7 +34,7 @@
mpint* mprand(int bits, void (*gen)(uchar*, int), mpint *b)
.PP
.B
-mpint* mnprand(mpint *n, void (*gen)(uchar*, int), mpint *b)
+mpint* mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
.PP
.B
mpint* strtomp(char *buf, char **rptr, int base, mpint *b)