Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Emphasize imaxint_t.



details:   https://anonhg.NetBSD.org/src/rev/27f2379b5843
branches:  trunk
changeset: 753245:27f2379b5843
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Mar 21 13:39:51 2010 +0000

description:
Emphasize imaxint_t.

diffstat:

 lib/libc/stdlib/imaxabs.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 0e673954c78d -r 27f2379b5843 lib/libc/stdlib/imaxabs.3
--- a/lib/libc/stdlib/imaxabs.3 Sun Mar 21 13:34:34 2010 +0000
+++ b/lib/libc/stdlib/imaxabs.3 Sun Mar 21 13:39:51 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index