From d26ca47dd18c003ea1246f01fa42777da0479d78 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 10 Jun 2003 17:56:36 +0000 Subject: Be clear that we mean "inclusive" when we say between; jmc@ OK --- share/man/man9/kern.9 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/man/man9/kern.9 b/share/man/man9/kern.9 index 5bcb0744483..d87b66e9805 100644 --- a/share/man/man9/kern.9 +++ b/share/man/man9/kern.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kern.9,v 1.6 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: kern.9,v 1.7 2003/06/10 17:56:35 millert Exp $ .\" .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" @@ -67,7 +67,8 @@ and functions return the smallest integer between .Fa a and -.Fa b . +.Fa b , +inclusive. The .Fn max , .Fn imax , @@ -77,7 +78,8 @@ and functions return the largest integer between .Fa a and -.Fa b . +.Fa b , +inclusive. .Pp The .Fn abs -- cgit v1.2.3