From 2bbbf8577249766002c7886f12a3cb0ee673cbfc Mon Sep 17 00:00:00 2001 From: steven <> Date: Tue, 16 Jan 2007 17:17:21 +0000 Subject: [PATCH] sync with the code: int -> intmax_t ok jmc@ --- src/lib/libc/stdlib/imaxabs.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/imaxabs.3 b/src/lib/libc/stdlib/imaxabs.3 index 5384d0c9..e5b04ea0 100644 --- a/src/lib/libc/stdlib/imaxabs.3 +++ b/src/lib/libc/stdlib/imaxabs.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: imaxabs.3,v 1.1 2006/01/13 17:58:09 millert Exp $ +.\" $OpenBSD: imaxabs.3,v 1.2 2007/01/16 17:17:21 steven Exp $ .\" .Dd January 6, 2005 .Dt IMAXABS 3 @@ -39,8 +39,8 @@ .Nd integer absolute value function .Sh SYNOPSIS .Fd #include -.Ft int -.Fn imaxabs "int j" +.Ft intmax_t +.Fn imaxabs "intmax_t j" .Sh DESCRIPTION The .Fn imaxabs