From 6713900c984a9f9fd2a58b147897b2f9b127c0fc Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 3 Oct 2001 16:33:00 +0000 Subject: Fixed spelling of rpow in rpow's prototype. --- lib/libmp/libmp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libmp') 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 -- cgit v1.1