From 6cd29063da5625403f5947d2a108c66ea8113c7c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 18 Sep 2006 10:25:07 +0000 Subject: [PATCH] tfix --- man3/strtod.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/strtod.3 b/man3/strtod.3 index ff61f8f39a..e12098a612 100644 --- a/man3/strtod.3 +++ b/man3/strtod.3 @@ -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 .sp -- 2.47.2