From ba283ad29341cf33d6dd93bf15aa77b5b33742bd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 11 Nov 2004 17:54:23 +0000 Subject: [PATCH] Added remquo(3) under SEE ALSO as per AEB's suggestion --- man3/remainder.3 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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)