Module Name: src Committed By: jruoho Date: Sun Mar 21 13:39:51 UTC 2010
Modified Files: src/lib/libc/stdlib: imaxabs.3 Log Message: Emphasize imaxint_t. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/imaxabs.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdlib/imaxabs.3 diff -u src/lib/libc/stdlib/imaxabs.3:1.1 src/lib/libc/stdlib/imaxabs.3:1.2 --- src/lib/libc/stdlib/imaxabs.3:1.1 Mon Aug 4 21:29:27 2008 +++ src/lib/libc/stdlib/imaxabs.3 Sun Mar 21 13:39:51 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: imaxabs.3,v 1.1 2008/08/04 21:29:27 matt Exp $ +.\" $NetBSD: imaxabs.3,v 1.2 2010/03/21 13:39:51 jruoho Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,9 @@ The .Fn imaxabs function -returns the absolute value of the imaxint_t integer +returns the absolute value of the +.Vt imaxint_t +integer .Ar j . .Sh SEE ALSO .Xr abs 3 ,