git: 9front

Download patch

ref: 5918aaa3c066d5ab1f8b0cbb9714c9c508fc1a24
parent: d7b52500f32c3e540cdb79ad72e5e9e86f4cd31e
author: mischief <mischief@offblast.org>
date: Sun Feb 23 20:10:40 EST 2014

mp(2): spelling

--- a/sys/man/2/mp
+++ b/sys/man/2/mp
@@ -320,7 +320,7 @@
 .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 @@
 .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
--