OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / remquo.3
index fb5cdd9..762dfdc 100644 (file)
@@ -1,10 +1,15 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" Distributed under GPL
+.\" %%%LICENSE_END
+.\"
 .\" based on glibc infopages
 .\" polished, aeb
-.TH REMQUO 3 2008-08-11 "GNU" "Linux Programmer's Manual"
+.\"
+.TH REMQUO 3 2014-05-10 "GNU" "Linux Programmer's Manual"
 .SH NAME
 remquo, remquof, remquol \- remainder and part of quotient
 .SH SYNOPSIS
@@ -29,9 +34,14 @@ Feature Test Macro Requirements for glibc (see
 .BR remquo (),
 .BR remquof (),
 .BR remquol ():
-_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
+.RS 4
+_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
+_POSIX_C_SOURCE\ >=\ 200112L;
+.br
+or
 .I cc\ -std=c99
-.ad b
+.RE
+.ad
 .SH DESCRIPTION
 These functions compute the remainder and part of the quotient
 upon division of
@@ -111,9 +121,26 @@ These functions do not set
 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6802
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
-.SH "CONFORMING TO"
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR remquo (),
+.BR remquof (),
+and
+.BR remquol ()
+functions are thread-safe.
+.SH CONFORMING TO
 C99, POSIX.1-2001.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR fmod (3),
 .BR logb (3),
 .BR remainder (3)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.