annotate doc/glibc-headers/err.texi @ 9611:44dd0c8a835f

Add documentation chapter about the glibc header files.
author Bruno Haible <bruno@clisp.org>
date Sat, 12 Jan 2008 16:28:52 +0100
parents
children 6355dc4626b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9611
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 @node err.h
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @section @file{err.h}
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Declares the functions
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 @code{warn}, @code{vwarn}, @code{warnx}, @code{vwarnx},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 @code{err}, @code{verr}, @code{errx}, @code{verrx}.
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Documentation:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 @itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 @item
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 @ifinfo
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 @ref{Error Messages,,,libc},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 @end ifinfo
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 @ifnotinfo
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 @url{http://www.gnu.org/software/libc/manual/html_node/Error-Messages.html},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 @end ifnotinfo
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 @item
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/err.3.html,,man err}.
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 @end itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Gnulib module: ---
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Portability problems fixed by Gnulib:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 @itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 @end itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Portability problems not fixed by Gnulib:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 @itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 @item
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 This header file is missing on some platforms:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, BeOS.
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 @end itemize