diff options
| author | wiz <wiz@NetBSD.org> | 2015-11-13 09:50:31 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2015-11-13 09:50:31 +0000 |
| commit | de7ae4b1dbadc01fe2136645f14c7db2bc695737 (patch) | |
| tree | 2a17b11d579a87c3e9c233e7da20d2f3940757c7 /lib/libc/stdlib | |
| parent | cfcb0d1426993ac0a52bfb7c882563178caacb05 (diff) | |
Remove trailing whitespace.
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/strtoi.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtol.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtou.3 | 4 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtoul.3 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/stdlib/strtoi.3 b/lib/libc/stdlib/strtoi.3 index 04de9d32727..641b10122e7 100644 --- a/lib/libc/stdlib/strtoi.3 +++ b/lib/libc/stdlib/strtoi.3 @@ -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 diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index ef16216a98e..40c85e1c794 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -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 diff --git a/lib/libc/stdlib/strtou.3 b/lib/libc/stdlib/strtou.3 index 88f31dfd7d8..ce20df89e0f 100644 --- a/lib/libc/stdlib/strtou.3 +++ b/lib/libc/stdlib/strtou.3 @@ -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 diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 6da65e325ea..d6a13cf2d79 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -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 |
