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

index 126a8523aa3abc74c49ec8ea3d3fe3b5e8d0d9df..61ff846e8953fd1da11dfe80f4c18ff42e44bf3d 100644 (file)
@@ -18,6 +18,9 @@
 .SH NAME
 drem, dremf, dreml, remainder, remainderf, remainderl \- \
 floating-point remainder function
+.SH LIBRARY
+Math library
+.RI ( libm ", " -lm )
 .SH SYNOPSIS
 .nf
 .B #include <math.h>
@@ -32,8 +35,6 @@ floating-point remainder function
 .BI "float dremf(float " x ", float " y );
 .BI "long double dreml(long double " x ", long double " y );
 .PP
-.fi
-Link with \fI\-lm\fP.
 .PP
 .RS -4
 Feature Test Macro Requirements for glibc (see