diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
commit | 63aa9df02fee88a559822c460ab5a30f1d8414ee (patch) | |
tree | fedc607745a57e06a1a541feca62e18d51523ddb /man3/atof.3 | |
parent | e511ffb6bcaa9a584412a95e602435827e302033 (diff) |
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/atof.3')
-rw-r--r-- | man3/atof.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/atof.3 b/man3/atof.3 index d43b7640..76ec1fb3 100644 --- a/man3/atof.3 +++ b/man3/atof.3 @@ -36,14 +36,14 @@ atof \- convert a string to a double .BI "double atof(const char *" nptr ); .fi .SH DESCRIPTION -The \fBatof()\fP function converts the initial portion of the string +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); .RE .sp -except that \fBatof()\fP does not detect errors. +except that \fBatof\fP() does not detect errors. .SH "RETURN VALUE" The converted value. .SH "CONFORMING TO" |