Module Name:    src
Committed By:   pooka
Date:           Wed Dec  2 12:45:35 UTC 2009

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

Log Message:
Document that strtouq can return UQUAD_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/lib/libc/stdlib/strtoul.3:1.24
--- src/lib/libc/stdlib/strtoul.3:1.23	Thu Jul 23 13:38:57 2009
+++ src/lib/libc/stdlib/strtoul.3	Wed Dec  2 12:45:35 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strtoul.3,v 1.23 2009/07/23 13:38:57 wiz Exp $
+.\"	$NetBSD: strtoul.3,v 1.24 2009/12/02 12:45:35 pooka Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     from: @(#)strtoul.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd July 23, 2009
+.Dd December 2, 2009
 .Dt STRTOUL 3
 .Os
 .Sh NAME
@@ -173,6 +173,9 @@
 .Fn strtoumax
 returns
 .Dv UINTMAX_MAX ,
+.Fn strtouq
+return
+.Dv UQUAD_MAX ,
 and the global variable
 .Va errno
 is set to

Reply via email to