Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/3099fb0feb07
branches:  trunk
changeset: 811742:3099fb0feb07
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 13 09:50:31 2015 +0000

description:
Remove trailing whitespace.

diffstat:

 lib/libc/stdlib/strtoi.3  |  4 ++--
 lib/libc/stdlib/strtol.3  |  4 ++--
 lib/libc/stdlib/strtou.3  |  4 ++--
 lib/libc/stdlib/strtoul.3 |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r ec63a3efa287 -r 3099fb0feb07 lib/libc/stdlib/strtoi.3
--- a/lib/libc/stdlib/strtoi.3  Fri Nov 13 08:04:21 2015 +0000
+++ b/lib/libc/stdlib/strtoi.3  Fri Nov 13 09:50:31 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strtoi.3,v 1.4 2015/11/12 17:30:03 christos Exp $
+.\"    $NetBSD: strtoi.3,v 1.5 2015/11/13 09:50:31 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -102,7 +102,7 @@
 .Ql 0X
 prefix,
 and the number will be read in base 16; otherwise,
-if the 
+if the
 .Fa base
 is zero or 2,
 the string may then include a
diff -r ec63a3efa287 -r 3099fb0feb07 lib/libc/stdlib/strtol.3
--- a/lib/libc/stdlib/strtol.3  Fri Nov 13 08:04:21 2015 +0000
+++ b/lib/libc/stdlib/strtol.3  Fri Nov 13 09:50:31 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strtol.3,v 1.33 2015/11/12 17:30:03 christos Exp $
+.\"    $NetBSD: strtol.3,v 1.34 2015/11/13 09:50:31 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -117,7 +117,7 @@
 .Ql 0X
 prefix,
 and the number will be read in base 16; otherwise,
-if the 
+if the
 .Fa base
 is zero or 2,
 the string may then include a
diff -r ec63a3efa287 -r 3099fb0feb07 lib/libc/stdlib/strtou.3
--- a/lib/libc/stdlib/strtou.3  Fri Nov 13 08:04:21 2015 +0000
+++ b/lib/libc/stdlib/strtou.3  Fri Nov 13 09:50:31 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strtou.3,v 1.4 2015/11/12 17:30:03 christos Exp $
+.\"    $NetBSD: strtou.3,v 1.5 2015/11/13 09:50:31 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -102,7 +102,7 @@
 prefix,
 and the number will be read in base 16; otherwise,
 and the number will be read in base 16; otherwise,
-if the 
+if the
 .Fa base
 is zero or 2,
 the string may then include a
diff -r ec63a3efa287 -r 3099fb0feb07 lib/libc/stdlib/strtoul.3
--- a/lib/libc/stdlib/strtoul.3 Fri Nov 13 08:04:21 2015 +0000
+++ b/lib/libc/stdlib/strtoul.3 Fri Nov 13 09:50:31 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strtoul.3,v 1.32 2015/11/12 17:30:03 christos Exp $
+.\"    $NetBSD: strtoul.3,v 1.33 2015/11/13 09:50:31 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -118,7 +118,7 @@
 prefix,
 and the number will be read in base 16; otherwise,
 and the number will be read in base 16; otherwise,
-if the 
+if the
 .Fa base
 is zero or 2,
 the string may then include a



Home | Main Index | Thread Index | Old Index