doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / doc / posix-functions / remainder.texi
index 8aeec91..be1c01e 100644 (file)
@@ -2,12 +2,25 @@
 @section @code{remainder}
 @findex remainder
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remainder.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remainder.html}
 
-Gnulib module: ---
+Gnulib module: remainder or remainder-ieee
 
-Portability problems fixed by Gnulib:
+Portability problems fixed by either Gnulib module @code{remainder} or @code{remainder-ieee}:
 @itemize
+@item
+This function is missing on some platforms:
+MSVC 9.
+@item
+This function is not declared on some platforms:
+IRIX 5.3.
+@end itemize
+
+Portability problems fixed by Gnulib module @code{remainder-ieee}:
+@itemize
+@item
+This function has problems when the second argument is zero on some platforms:
+OSF/1 5.1.
 @end itemize
 
 Portability problems not fixed by Gnulib: