mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
Fixed spelling of rpow in rpow's prototype.
This commit is contained in:
parent
da838a6546
commit
9e68201aa6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84424
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user