diff options
author | qwx <qwx@sciops.net> | 2021-10-10 17:13:57 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2021-10-10 17:13:57 +0000 |
commit | 3e98132fc613f8bbe0124225adc92a0fec2546e6 (patch) | |
tree | c2ec8b975b0a3a66327f9784b0171f3ca6c0daf9 | |
parent | 365e63b36a413703f5fcd0ed5ccbd79c3a53afbf (diff) |
addpt(2): fix inconsistency in description
-rw-r--r-- | sys/man/2/addpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/2/addpt b/sys/man/2/addpt index fbe5c6376..f095c1c17 100644 --- a/sys/man/2/addpt +++ b/sys/man/2/addpt @@ -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 |