summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atof.3
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-07 14:46:36 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-09-07 14:46:36 +0000
commit8aefde060768b2636e1e9a842692cec605960985 (patch)
treeae634646eba783e50df1db9f2aa99fa1e4f8ec95 /lib/libc/stdlib/atof.3
parent84b4fdf912a81a94c9472fd4a9204ce4f7b3a789 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/atof.3')
-rw-r--r--lib/libc/stdlib/atof.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index 4667c062994c..4a4c3e30bd91 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -47,7 +47,7 @@ string to double
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <stdlib.h>
+.In stdlib.h
.Ft double
.Fn atof "const char *nptr"
.Sh DESCRIPTION