addpt(2): fix inconsistency in description
This commit is contained in:
parent
365e63b36a
commit
3e98132fc6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue