Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Fix type name. From Abhinav.



details:   https://anonhg.NetBSD.org/src/rev/76ed426a1ce3
branches:  trunk
changeset: 344995:76ed426a1ce3
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun May 01 21:28:21 2016 +0000

description:
Fix type name. From Abhinav.

diffstat:

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

diffs (18 lines):

diff -r 27451cb3e63a -r 76ed426a1ce3 lib/libc/stdlib/strtoul.3
--- a/lib/libc/stdlib/strtoul.3 Sun May 01 20:51:36 2016 +0000
+++ b/lib/libc/stdlib/strtoul.3 Sun May 01 21:28:21 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strtoul.3,v 1.34 2015/11/13 16:00:32 christos Exp $
+.\"    $NetBSD: strtoul.3,v 1.35 2016/05/01 21:28:21 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -41,7 +41,7 @@
 .Nm strtoull ,
 .Nm strtoumax ,
 .Nm strtouq
-.Nd convert a string to an unsigned long, unsigned long long, uintmax_t or uquad_t integer
+.Nd convert a string to an unsigned long, unsigned long long, uintmax_t or u_quad_t integer
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS



Home | Main Index | Thread Index | Old Index