From: Alejandro Colomar Date: Tue, 9 Jul 2024 10:00:18 +0000 (+0200) Subject: fmod.3: EXAMPLES: Fix calculation X-Git-Tag: man-pages-6.10~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346bb648cc963bd9f2c8b16d984cb49030faa05b;p=thirdparty%2Fman-pages.git fmod.3: EXAMPLES: Fix calculation Fixes: ce23e8188f8f ("fmod.3: Add example section") Closes: Reported-by: Benjamin Otte Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/fmod.3 b/man/man3/fmod.3 index d6c76c7a3..13e0f2e8c 100644 --- a/man/man3/fmod.3 +++ b/man/man3/fmod.3 @@ -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)