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/aac0b35dea35
branches:  trunk
changeset: 337917:aac0b35dea35
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 15373ce9c0e7 -r aac0b35dea35 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