diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-10 17:56:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-10 17:56:36 +0000 |
commit | d26ca47dd18c003ea1246f01fa42777da0479d78 (patch) | |
tree | 17aa50a0ad46105e3309eb95a8d4f8043423a0ea | |
parent | 85fbc5df588599a55397d184c2196a80d921baba (diff) |
Be clear that we mean "inclusive" when we say between; jmc@ OK
-rw-r--r-- | share/man/man9/kern.9 | 8 |
1 files changed, 5 insertions, 3 deletions
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. .\" <http://www.csoft.org> @@ -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 |