From 3e98132fc613f8bbe0124225adc92a0fec2546e6 Mon Sep 17 00:00:00 2001 From: qwx Date: Sun, 10 Oct 2021 17:13:57 +0000 Subject: [PATCH] addpt(2): fix inconsistency in description --- sys/man/2/addpt | 8 ++++---- 1 file 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