aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nsswitch.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:43:49 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:43:49 +0000
commita5d1e7f6dd3f616feeee6c9b585f97da8ee3046b (patch)
tree6595d22c456d81a12afbb6867529bfb396460947 /doc/nsswitch.html
parent315aeacc8208cf6084c333a3a8fb04f8deb54cb8 (diff)
downloadnsss-a5d1e7f6dd3f616feeee6c9b585f97da8ee3046b.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/nsswitch.html')
-rw-r--r--doc/nsswitch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nsswitch.html b/doc/nsswitch.html
index 3e40eca..c08ea74 100644
--- a/doc/nsswitch.html
+++ b/doc/nsswitch.html
@@ -38,7 +38,7 @@ In other words, it's crap. Here's why.
<em>nsswitch</em> works by reading a configuration file,
<tt>/etc/nsswitch.conf</tt>, and depending on what it reads in this
file, loading one or more shared libraries, via
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlopen.html">dlopen()</a>,
+<a href="http://pubs.opengroup.org/onlinepubs/9799919799/functions/dlopen.html">dlopen()</a>,
into the application. These shared libraries, for instance
<tt>/lib/libnss_files-2.19.so</tt>, are provided by the NSS implementation
(glibc on Linux). This mechanism has drawbacks.