diff options
Diffstat (limited to 'share')
-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 |