diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-03 15:32:52 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-03 15:32:52 +0000 |
commit | b9f027105cbfd10bf8657111936e86fbbe825b25 (patch) | |
tree | c2841e8465ecb74e207ce0c7efcc0a54cbbbdc5e /man3/atof.3 | |
parent | 521bf584054c04a5b99209af4619d191934bfc6a (diff) |
ffix
Diffstat (limited to 'man3/atof.3')
-rw-r--r-- | man3/atof.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/atof.3 b/man3/atof.3 index b6784fee..1c35265c 100644 --- a/man3/atof.3 +++ b/man3/atof.3 @@ -40,7 +40,7 @@ The \fBatof\fP() function converts the initial portion of the string pointed to by \fInptr\fP to double. The behaviour is the same as .sp .RS -.B strtod(nptr, (char **)NULL); +.B strtod(nptr, (char **) NULL); .RE .sp except that \fBatof\fP() does not detect errors. |