addpt(2): fix inconsistency in description

This commit is contained in:
qwx 2021-10-10 17:13:57 +00:00
parent 365e63b36a
commit 3e98132fc6

View file

@ -99,15 +99,15 @@ returns the Point
.PP .PP
.I Rectaddpt .I Rectaddpt
returns the Rectangle returns the Rectangle
.BI Rect(add( r .min, .BI Rpt(addpt( r .min,
.IB p ) \f1, .IB p ) \f1,
.BI add( r .max, .BI addpt( r .max,
.IB p )) \f1; .IB p )) \f1;
.I rectsubpt .I rectsubpt
returns the Rectangle returns the Rectangle
.BI Rpt(sub( r .min, .BI Rpt(subpt( r .min,
.IB p ), .IB p ),
.BI sub( r .max, .BI subpt( r .max,
.IB p ))\fR. .IB p ))\fR.
.PP .PP
.I Insetrect .I Insetrect