aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nsswitch.html
diff options
context:
space:
mode:
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.