]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fmod.3: ffix
authorAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 15:11:13 +0000 (16:11 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 17:27:16 +0000 (18:27 +0100)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/fmod.3

index 20f0899d13dc726b1e16ac9dd36a7a2df7fc6961..8b45b98407889385af277b1f427dec35e94b44d5 100644 (file)
@@ -60,7 +60,9 @@ is the quotient of
 rounded toward zero to an integer.
 .P
 To obtain the modulus, more specifically, the Least Positive Residue,
-you will need to adjust the result from fmod like so:
+you will need to adjust the result from
+.BR fmod ()
+like so:
 .P
 .in +4n
 .nf