From: Alejandro Colomar Date: Sun, 27 Feb 2022 21:35:46 +0000 (+0100) Subject: remainder.3: Add LIBRARY section (libm) X-Git-Tag: man-pages-5.19-rc1~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21ffca73153fe1fcbccacf08fc110a93a6f281a;p=thirdparty%2Fman-pages.git remainder.3: Add LIBRARY section (libm) Signed-off-by: Alejandro Colomar --- diff --git a/man3/remainder.3 b/man3/remainder.3 index 126a8523aa..61ff846e89 100644 --- a/man3/remainder.3 +++ b/man3/remainder.3 @@ -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 @@ -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