]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
complex.7: Add LIBRARY section (libm)
authorAlejandro Colomar <alx@kernel.org>
Mon, 17 Jul 2023 22:48:14 +0000 (00:48 +0200)
committerAlejandro Colomar <alx@kernel.org>
Mon, 17 Jul 2023 22:51:01 +0000 (00:51 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man7/complex.7

index 51690c8b1a7e641b6797124de922f1ce0aaf7d7a..ee77be6d7e094c34b4b5eedbfd34c309ed0910c0 100644 (file)
@@ -5,6 +5,9 @@
 .TH complex 7 (date) "Linux man-pages (unreleased)"
 .SH NAME
 complex \- basics of complex mathematics
+.SH LIBRARY
+Math library
+.RI ( libm ", " \-lm )
 .SH SYNOPSIS
 .nf
 .B #include <complex.h>
@@ -35,7 +38,6 @@ Nearly all math function have a complex counterpart but there are
 some complex-only functions.
 .SH EXAMPLES
 Your C-compiler can work with complex numbers if it supports the C99 standard.
-Link with \fI\-lm\fP.
 The imaginary unit is represented by I.
 .PP
 .EX