Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/4b434b41ae54
branches:  trunk
changeset: 808059:4b434b41ae54
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 03 12:29:28 2015 +0000

description:
Sort SEE ALSO.

diffstat:

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

diffs (22 lines):

diff -r db356a9763a7 -r 4b434b41ae54 lib/libc/stdlib/strtoul.3
--- a/lib/libc/stdlib/strtoul.3 Sun May 03 12:27:32 2015 +0000
+++ b/lib/libc/stdlib/strtoul.3 Sun May 03 12:29:28 2015 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index