]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 18 Sep 2006 10:25:07 +0000 (10:25 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 18 Sep 2006 10:25:07 +0000 (10:25 +0000)
man3/strtod.3

index ff61f8f39a6c335d1f5f3d2d8e1e129d10aa0378..e12098a612f1907c836ea49e660ac59767cd6066 100644 (file)
@@ -48,7 +48,7 @@ strtod, strtof, strtold \- convert ASCII string to floating point number
 .sp
 .BI "double strtod(const char *" nptr ", char **" endptr );
 .sp
-.BR "#define _XOPEN_SOURCE=600" "   /* or #define _ISOC99_SOURCE */"
+.BR "#define _XOPEN_SOURCE 600" "   /* or #define _ISOC99_SOURCE */"
 .br
 .B #include <stdlib.h>
 .sp