annotate doc/glibc-headers/shadow.texi @ 39913:73d60b1f9c96

doc: Update for Solaris 11.4. * doc/**/*.texi: For bugs that exist in both Solaris 11.3 and 11.4, mention Solaris 11.4. * m4/printf.m4: Update comments about Solaris. * m4/log.m4: Likewise. * m4/log10.m4: Likewise. * m4/logb.m4: Likewise. * m4/logbf.m4: Likewise. * m4/logbl.m4: Likewise. * m4/rename.m4: Likewise. * m4/wcrtomb.m4: Likewise. * m4/hostent.m4: Likewise. * m4/servent.m4: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Oct 2018 09:33:46 +0200
parents 41bd1e8f88b2
children
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 shadow.h
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @section @file{shadow.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 Defines the type @code{struct spwd} and declares the functions
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 @code{setspent}, @code{endspent},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 @code{getspent}, @code{getspent_r},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 @code{getspnam}, @code{getspnam_r},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 @code{sgetspent}, @code{sgetspent_r},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 @code{fgetspent}, @code{fgetspent_r},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 @code{putspent},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 @code{lckpwdf}, @code{ulckpwdf}.
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Documentation:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 @itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 @item
19192
d86e08b1f555 all: Replace many more http URLs by https URLs. Update stale URLs.
Bruno Haible <bruno@clisp.org>
parents: 18977
diff changeset
16 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setspent.3.html,,man setspent}.
9611
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 @end itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Gnulib module: ---
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 Portability problems fixed by Gnulib:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 @itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 @end itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Portability problems not fixed by Gnulib:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 @itemize
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 @item
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 This header file is missing on some platforms:
19639
41bd1e8f88b2 doc: Add info about Android 9.0.
Bruno Haible <bruno@clisp.org>
parents: 19242
diff changeset
29 Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, OSF/1 5.1, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
9611
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 @item
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 The functions @code{getspent_r}, @code{getspnam_r}, @code{sgetspent_r},
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 @code{fgetspent}, @code{fgetspent_r}, @code{putspent} are missing on some
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 platforms:
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 HP-UX 11.
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 @item
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 The functions @code{sgetspent}, @code{sgetspent_r} are missing on some
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 platforms:
39913
73d60b1f9c96 doc: Update for Solaris 11.4.
Bruno Haible <bruno@clisp.org>
parents: 19639
diff changeset
38 HP-UX 11, IRIX 6.5, Solaris 11.4.
9611
44dd0c8a835f Add documentation chapter about the glibc header files.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 @end itemize