summaryrefslogtreecommitdiffstats
path: root/lib/libmp
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-03 16:33:00 +0000
committerbde <bde@FreeBSD.org>2001-10-03 16:33:00 +0000
commit6713900c984a9f9fd2a58b147897b2f9b127c0fc (patch)
tree7b58a3a1295bd85a649a8f80bb2d4b80efa5926a /lib/libmp
parent9097abc64737ed1472386d9db642806dfc4b3fad (diff)
downloadFreeBSD-src-6713900c984a9f9fd2a58b147897b2f9b127c0fc.zip
FreeBSD-src-6713900c984a9f9fd2a58b147897b2f9b127c0fc.tar.gz
Fixed spelling of rpow in rpow's prototype.
Diffstat (limited to 'lib/libmp')
-rw-r--r--lib/libmp/libmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmp/libmp.3 b/lib/libmp/libmp.3
index b936d89..e99f36e 100644
--- a/lib/libmp/libmp.3
+++ b/lib/libmp/libmp.3
@@ -174,7 +174,7 @@ are ordinary integers.
.Fn pow "const MINT *bmp" "const MINT *emp" "const MINT *mmp" "MINT *rmp" ;
.Pp
.Ft void
-.Fn pow "const MINT *bmp" "short e" "MINT *rmp" ;
+.Fn rpow "const MINT *bmp" "short e" "MINT *rmp" ;
.Bd -ragged -offset indent
.Fn rpow
computes the result of
OpenPOWER on IntegriCloud