diff options
author | Bruce Evans <bde@FreeBSD.org> | 2001-10-03 16:33:00 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2001-10-03 16:33:00 +0000 |
commit | 9e68201aa6f11ab99246681421890f8ea4bd05e8 (patch) | |
tree | 7b58a3a1295bd85a649a8f80bb2d4b80efa5926a /lib/libmp/libmp.3 | |
parent | da838a65465dd399dd45c6cf8a24926e710dbdb3 (diff) |
Notes
Diffstat (limited to 'lib/libmp/libmp.3')
-rw-r--r-- | lib/libmp/libmp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmp/libmp.3 b/lib/libmp/libmp.3 index b936d8934c98c..e99f36e11aeb9 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 |