diff options
| author | aaron <> | 2000-03-04 22:19:32 +0000 |
|---|---|---|
| committer | aaron <> | 2000-03-04 22:19:32 +0000 |
| commit | 6f49f8750388016173fa606647ac032ab286f200 (patch) | |
| tree | 68f33b68a063cd97e7cac8328030698d90410ef1 /src/lib/libc/stdlib/strtod.3 | |
| parent | 07dface36c5899ee950cc6ae1855057ae8f370b6 (diff) | |
| download | openbsd-6f49f8750388016173fa606647ac032ab286f200.tar.gz openbsd-6f49f8750388016173fa606647ac032ab286f200.tar.bz2 openbsd-6f49f8750388016173fa606647ac032ab286f200.zip | |
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/stdlib/strtod.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3 index ef61803910..143fea34dc 100644 --- a/src/lib/libc/stdlib/strtod.3 +++ b/src/lib/libc/stdlib/strtod.3 | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
| 35 | .\" | 35 | .\" |
| 36 | .\" $OpenBSD: strtod.3,v 1.5 2000/01/22 12:05:49 aaron Exp $ | 36 | .\" $OpenBSD: strtod.3,v 1.6 2000/03/04 22:19:31 aaron Exp $ |
| 37 | .\" | 37 | .\" |
| 38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
| 39 | .Dt STRTOD 3 | 39 | .Dt STRTOD 3 |
| @@ -63,7 +63,7 @@ a decimal-point character, optionally followed by an exponent. | |||
| 63 | An exponent consists of an ``E'' or ``e'', followed by an optional plus | 63 | An exponent consists of an ``E'' or ``e'', followed by an optional plus |
| 64 | or minus sign, followed by a sequence of digits. | 64 | or minus sign, followed by a sequence of digits. |
| 65 | .Pp | 65 | .Pp |
| 66 | Leading white-space characters in the string (as defined by the | 66 | Leading whitespace characters in the string (as defined by the |
| 67 | .Xr isspace 3 | 67 | .Xr isspace 3 |
| 68 | function) are skipped. | 68 | function) are skipped. |
| 69 | .Sh RETURN VALUES | 69 | .Sh RETURN VALUES |
