]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strtod.3: Add LIBRARY section (libc)
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 27 Feb 2022 20:06:24 +0000 (21:06 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 27 Feb 2022 20:06:24 +0000 (21:06 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/strtod.3

index e763d99e28f4beeb82e525b4d4c799074fcc1c37..d7b8f06d87627001e408616e9476771bc4a3ee37 100644 (file)
@@ -17,6 +17,9 @@
 .TH STRTOD 3 2021-03-22 "Linux" "Linux Programmer's Manual"
 .SH NAME
 strtod, strtof, strtold \- convert ASCII string to floating-point number
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>