avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / dprintf.texi
1 @node dprintf
2 @section @code{dprintf}
3 @findex dprintf
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dprintf.html}
6
7 Gnulib module: dprintf or dprintf-posix
8
9 Portability problems fixed by either Gnulib module @code{dprintf} or @code{dprintf-posix}:
10 @itemize
11 @item
12 This function is missing on many non-glibc platforms:
13 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
14 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
15 @end itemize
16
17 Portability problems fixed by Gnulib module @code{dprintf-posix}:
18 @itemize
19 @item
20 This function does not support the @samp{a} and @samp{A} directives on some
21 platforms:
22 glibc-2.3.6.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize