X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman3%2Fatof.3;h=db6b18e5126ef8235cde4e158a8a8f122f2f458c;hb=9bab846d3fbabd0a6c37bcac1ec38299cae9683b;hp=58555a2728cdd45706353f874a2a75b47fc201d0;hpb=ade14c780aa8e975e7f07311df7eb10a6565feb0;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man3/atof.3 b/release/man3/atof.3 index 58555a27..db6b18e5 100644 --- a/release/man3/atof.3 +++ b/release/man3/atof.3 @@ -1,5 +1,6 @@ .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -19,6 +20,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code @@ -31,7 +33,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH ATOF 3 1993\-03\-29 GNU "Linux Programmer's Manual" +.TH ATOF 3 2012\-08\-03 GNU "Linux Programmer's Manual" .SH 名前 atof \- 文字列を double 型の数値に変換 .SH 書式 @@ -45,7 +47,7 @@ atof \- 文字列を double 型の数値に変換 \fBatof\fP() 関数がエラーを見つけないことを除いては、 .sp .in +4n -strtod(nptr, (char **) NULL); +strtod(nptr, NULL); .in .sp と同じである。 @@ -56,6 +58,6 @@ SVr4, POSIX.1\-2001, 4.3BSD, C89, C99. .SH 関連項目 \fBatoi\fP(3), \fBatol\fP(3), \fBstrtod\fP(3), \fBstrtol\fP(3), \fBstrtoul\fP(3) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。