Module Name: src Committed By: wiz Date: Fri Jan 16 23:46:37 UTC 2015
Modified Files: src/lib/libc/stdlib: strtol.3 strtoul.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/strtol.3 cvs rdiff -u -r1.26 -r1.27 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/strtol.3 diff -u src/lib/libc/stdlib/strtol.3:1.27 src/lib/libc/stdlib/strtol.3:1.28 --- src/lib/libc/stdlib/strtol.3:1.27 Fri Jan 16 18:37:21 2015 +++ src/lib/libc/stdlib/strtol.3 Fri Jan 16 23:46:37 2015 @@ -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 @@ The given string was out of range; the v .El .Pp In addition to the above errors -.Fn strtoi +.Fn strtoi returns: .Bl -tag -width Er .It Bq Er ECANCELED Index: src/lib/libc/stdlib/strtoul.3 diff -u src/lib/libc/stdlib/strtoul.3:1.26 src/lib/libc/stdlib/strtoul.3:1.27 --- src/lib/libc/stdlib/strtoul.3:1.26 Fri Jan 16 18:37:21 2015 +++ src/lib/libc/stdlib/strtoul.3 Fri Jan 16 23:46:37 2015 @@ -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"