Module Name:    src
Committed By:   wiz
Date:           Fri Nov 13 09:50:31 UTC 2015

Modified Files:
        src/lib/libc/stdlib: strtoi.3 strtol.3 strtou.3 strtoul.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/strtoi.3 \
    src/lib/libc/stdlib/strtou.3
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/stdlib/strtol.3
cvs rdiff -u -r1.32 -r1.33 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/strtoi.3
diff -u src/lib/libc/stdlib/strtoi.3:1.4 src/lib/libc/stdlib/strtoi.3:1.5
--- src/lib/libc/stdlib/strtoi.3:1.4	Thu Nov 12 17:30:03 2015
+++ src/lib/libc/stdlib/strtoi.3	Fri Nov 13 09:50:31 2015
@@ -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 @@ or
 .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
Index: src/lib/libc/stdlib/strtou.3
diff -u src/lib/libc/stdlib/strtou.3:1.4 src/lib/libc/stdlib/strtou.3:1.5
--- src/lib/libc/stdlib/strtou.3:1.4	Thu Nov 12 17:30:03 2015
+++ src/lib/libc/stdlib/strtou.3	Fri Nov 13 09:50:31 2015
@@ -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 @@ or
 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

Index: src/lib/libc/stdlib/strtol.3
diff -u src/lib/libc/stdlib/strtol.3:1.33 src/lib/libc/stdlib/strtol.3:1.34
--- src/lib/libc/stdlib/strtol.3:1.33	Thu Nov 12 17:30:03 2015
+++ src/lib/libc/stdlib/strtol.3	Fri Nov 13 09:50:31 2015
@@ -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 @@ or
 .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

Index: src/lib/libc/stdlib/strtoul.3
diff -u src/lib/libc/stdlib/strtoul.3:1.32 src/lib/libc/stdlib/strtoul.3:1.33
--- src/lib/libc/stdlib/strtoul.3:1.32	Thu Nov 12 17:30:03 2015
+++ src/lib/libc/stdlib/strtoul.3	Fri Nov 13 09:50:31 2015
@@ -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 @@ or
 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

Reply via email to