Module Name:    src
Committed By:   wiz
Date:           Sun May  3 12:29:28 UTC 2015

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

Log Message:
Sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/lib/libc/stdlib/strtoul.3:1.31
--- src/lib/libc/stdlib/strtoul.3:1.30	Fri May  1 14:17:56 2015
+++ src/lib/libc/stdlib/strtoul.3	Sun May  3 12:29:28 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strtoul.3,v 1.30 2015/05/01 14:17:56 christos Exp $
+.\"	$NetBSD: strtoul.3,v 1.31 2015/05/03 12:29:28 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -247,10 +247,10 @@ The given string was out of range; the v
 .Xr atoll 3 ,
 .Xr strtod 3 ,
 .Xr strtoi 3 ,
+.Xr strtoimax 3 ,
 .Xr strtol 3 ,
 .Xr strtoll 3 ,
-.Xr strtoimax 3 ,
-.Xr strtou 3 ,
+.Xr strtou 3
 .Sh STANDARDS
 The
 .Fn strtoul

Reply via email to