diff options
author | mischief <mischief@offblast.org> | 2014-02-24 01:10:40 -0800 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2014-02-24 01:10:40 -0800 |
commit | 26af562313971137915d65e0ded2dc8c232f7182 (patch) | |
tree | 69ca3f4d1092701306420dd5f375c427b451baa9 /sys/man | |
parent | 28c3c2bea7ac2d7c1b7abee4ac9c2c0435994ba3 (diff) |
mp(2): spelling
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/2/mp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/mp b/sys/man/2/mp index 9db58d106..f47b2ed98 100644 --- a/sys/man/2/mp +++ b/sys/man/2/mp @@ -320,7 +320,7 @@ is not zero, .I *rptr is set to point to the character immediately after the string converted. -If the parse pterminates before any digits are found, +If the parse terminates before any digits are found, .I strtomp return .BR nil . @@ -548,7 +548,7 @@ We assume p has room for n+1 digits. .TP .I mpvecdigmulsub .BR "p[0:n] -= m * b[0:n-1]" . -This multiplies a an array of digits times a scalar and subtracts it fromo another array. +This multiplies a an array of digits times a scalar and subtracts it from another array. We assume p has room for n+1 digits. It returns +1 is the result is positive and -1 if negative. .TP |