Module Name:    src
Committed By:   joerg
Date:           Sun May  1 21:28:21 UTC 2016

Modified Files:
        src/lib/libc/stdlib: strtoul.3

Log Message:
Fix type name. From Abhinav.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/stdlib/strtoul.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/strtoul.3
diff -u src/lib/libc/stdlib/strtoul.3:1.34 src/lib/libc/stdlib/strtoul.3:1.35
--- src/lib/libc/stdlib/strtoul.3:1.34	Fri Nov 13 16:00:32 2015
+++ src/lib/libc/stdlib/strtoul.3	Sun May  1 21:28:21 2016
@@ -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

Reply via email to