summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtod.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtod.3')
-rw-r--r--lib/libc/stdlib/strtod.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index cc9104065fb..cb819c6f39a 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtod.3,v 1.17 2013/01/15 05:44:41 martynas Exp $
+.\" $OpenBSD: strtod.3,v 1.18 2013/06/05 03:39:23 tedu Exp $
.\"
-.Dd $Mdocdate: January 15 2013 $
+.Dd $Mdocdate: June 5 2013 $
.Dt STRTOD 3
.Os
.Sh NAME
@@ -42,7 +42,7 @@
.Tn ASCII
string to double, float or long double
.Sh SYNOPSIS
-.Fd #include <stdlib.h>
+.In stdlib.h
.Ft double
.Fn strtod "const char *nptr" "char **endptr"
.Pp