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

index 1de13084c9b6b46b585163371656a809aa784548..f07e4cb4d5a63b38c055f9c7ebf5572309d32702 100644 (file)
@@ -10,6 +10,9 @@
 .TH REMQUO 3 2021-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 remquo, remquof, remquol \- remainder and part of quotient
+.SH LIBRARY
+Math library
+.RI ( libm ", " -lm )
 .SH SYNOPSIS
 .nf
 .B #include <math.h>
@@ -19,8 +22,6 @@ remquo, remquof, remquol \- remainder and part of quotient
 .BI "long double remquol(long double " x ", long double " y ", int *" quo );
 .fi
 .PP
-Link with \fI\-lm\fP.
-.PP
 .RS -4
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):