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
.I Rectaddpt
returns the Rectangle
.BI Rect(add( r .min,
.BI Rpt(addpt( r .min,
.IB p ) \f1,
.BI add( r .max,
.BI addpt( r .max,
.IB p )) \f1;
.I rectsubpt
returns the Rectangle
.BI Rpt(sub( r .min,
.BI Rpt(subpt( r .min,
.IB p ),
.BI sub( r .max,
.BI subpt( r .max,
.IB p ))\fR.
.PP
.I Insetrect