diff --git a/man3/remainder.3 b/man3/remainder.3 index 34fad7e53..fa681f255 100644 --- a/man3/remainder.3 +++ b/man3/remainder.3 @@ -26,12 +26,14 @@ .\" 386BSD man pages .\" .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) -.\" Modified 2002-08-10 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" Modified 2002-08-10 Walter Harms +.\" (walter.harms@informatik.uni-oldenburg.de) .\" Modified 2003-11-18, 2004-10-05 aeb .\" .TH REMAINDER 3 2003-11-18 "" "Linux Programmer's Manual" .SH NAME -drem, dremf, dreml, remainder, remainderf, remainderl \- floating-point remainder function +drem, dremf, dreml, remainder, remainderf, remainderl \- \ +floating-point remainder function .SH SYNOPSIS .nf .B #include @@ -98,4 +100,5 @@ exist on some systems, such as Tru64 and glibc2. .SH EXAMPLE The call "remainder(29.0, 3.0)" returns \-1. .SH "SEE ALSO" -.BR fmod (3) +.BR fmod (3), +.BR remquo (3)