diff options
Diffstat (limited to 'doc/libnsss')
| -rw-r--r-- | doc/libnsss/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libnsss/index.html b/doc/libnsss/index.html index bbe5029..0ec9698 100644 --- a/doc/libnsss/index.html +++ b/doc/libnsss/index.html @@ -93,8 +93,8 @@ implementation of the above standard functions, as Application programs can use the internal API directly, or the prefixed <tt>nsss_</tt> functions directly. Most programs, however, will simply use the standard -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pwd.h.html">pwd.h</a>, -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/grp.h.html">grp.h</a> or +<a href="http://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pwd.h.html">pwd.h</a>, +<a href="http://pubs.opengroup.org/onlinepubs/9799919799/basedefs/grp.h.html">grp.h</a> or <a href="http://man7.org/linux/man-pages/man3/getspnam.3.html">shadow.h</a> interfaces. nsss provides a version of these standard headers: if an application is built with these headers, then <tt>getpwnam()</tt> @@ -165,7 +165,7 @@ sysdeps directory. </li> <ul> <li> nsss-all, nsss-switch and nsss-unix implement the -<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwnam.html">POSIX +<a href="http://pubs.opengroup.org/onlinepubs/9799919799/functions/getpwnam.html">POSIX layer</a> of user database access, plus a few <a href="http://man7.org/linux/man-pages/man3/getpwent_r.3.html">GNU extensions</a>. </li> <li> The <a href="nsss-unix.html">nsss/nsss-unix.h</a> header |
