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/92df0082417b
branches: trunk
changeset: 335609:92df0082417b
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jan 16 23:46:37 2015 +0000
description:
Remove trailing whitespace.
diffstat:
lib/libc/stdlib/strtol.3 | 6 +++---
lib/libc/stdlib/strtoul.3 | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 67998b8c1d13 -r 92df0082417b lib/libc/stdlib/strtol.3
--- a/lib/libc/stdlib/strtol.3 Fri Jan 16 23:34:11 2015 +0000
+++ b/lib/libc/stdlib/strtol.3 Fri Jan 16 23:46:37 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtol.3,v 1.27 2015/01/16 18:37:21 christos Exp $
+.\" $NetBSD: strtol.3,v 1.28 2015/01/16 23:46:37 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -54,7 +54,7 @@
.Fn strtoll "const char * restrict nptr" "char ** restrict endptr" "int base"
.Pp
.In inttypes.h
-.Ft intmax_t
+.Ft intmax_t
.Fn strtoi "const char * restrict nptr" "char ** restrict endptr" "int base" "intmax_t lo" "intmax_t hi" "int *rerror"
.Ft intmax_t
.Fn strtoimax "const char * restrict nptr" "char ** restrict endptr" "int base"
@@ -319,7 +319,7 @@
.El
.Pp
In addition to the above errors
-.Fn strtoi
+.Fn strtoi
returns:
.Bl -tag -width Er
.It Bq Er ECANCELED
diff -r 67998b8c1d13 -r 92df0082417b lib/libc/stdlib/strtoul.3
--- a/lib/libc/stdlib/strtoul.3 Fri Jan 16 23:34:11 2015 +0000
+++ b/lib/libc/stdlib/strtoul.3 Fri Jan 16 23:46:37 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtoul.3,v 1.26 2015/01/16 18:37:21 christos Exp $
+.\" $NetBSD: strtoul.3,v 1.27 2015/01/16 23:46:37 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -54,7 +54,7 @@
.Fn strtoull "const char * restrict nptr" "char ** restrict endptr" "int base"
.Pp
.In inttypes.h
-.Ft uintmax_t
+.Ft uintmax_t
.Fn strtou "const char * restrict nptr" "char ** restrict endptr" "int base" "uintmax_t lo" "uintmax_t hi" "int *rerror"
.Ft uintmax_t
.Fn strtoumax "const char * restrict nptr" "char ** restrict endptr" "int base"
Home |
Main Index |
Thread Index |
Old Index