Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib tyop de fix



details:   https://anonhg.NetBSD.org/src/rev/84b01b4c72a8
branches:  trunk
changeset: 749550:84b01b4c72a8
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Dec 02 12:50:27 2009 +0000

description:
tyop de fix

diffstat:

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

diffs (18 lines):

diff -r 383edf886531 -r 84b01b4c72a8 lib/libc/stdlib/strtoul.3
--- a/lib/libc/stdlib/strtoul.3 Wed Dec 02 12:45:35 2009 +0000
+++ b/lib/libc/stdlib/strtoul.3 Wed Dec 02 12:50:27 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strtoul.3,v 1.24 2009/12/02 12:45:35 pooka Exp $
+.\"    $NetBSD: strtoul.3,v 1.25 2009/12/02 12:50:27 pooka Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -174,7 +174,7 @@
 returns
 .Dv UINTMAX_MAX ,
 .Fn strtouq
-return
+returns
 .Dv UQUAD_MAX ,
 and the global variable
 .Va errno



Home | Main Index | Thread Index | Old Index