]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fmod.3: EXAMPLES: Fix calculation
authorAlejandro Colomar <alx@kernel.org>
Tue, 9 Jul 2024 10:00:18 +0000 (12:00 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 9 Jul 2024 10:04:32 +0000 (12:04 +0200)
Fixes: ce23e8188f8f ("fmod.3: Add example section")
Closes: <https://bugzilla.kernel.org/show_bug.cgi?id=219017>
Reported-by: Benjamin Otte <otte@gnome.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/fmod.3

index d6c76c7a34799bf794e8320fbecb1e091508ccd9..13e0f2e8c61e50057711ae44b7c27addf8a83bf6 100644 (file)
@@ -170,7 +170,7 @@ when a domain error occurred for an infinite
 .SH EXAMPLES
 The call
 .I fmod(372, 360)
-returns 348.
+returns 12.
 .P
 The call
 .I fmod(-372, 360)