From a5d1e7f6dd3f616feeee6c9b585f97da8ee3046b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:43:49 +0000 Subject: Latest batch of fixes Signed-off-by: Laurent Bercot --- doc/nsswitch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/nsswitch.html') 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. nsswitch works by reading a configuration file, /etc/nsswitch.conf, and depending on what it reads in this file, loading one or more shared libraries, via -dlopen(), +dlopen(), into the application. These shared libraries, for instance /lib/libnss_files-2.19.so, are provided by the NSS implementation (glibc on Linux). This mechanism has drawbacks. -- cgit v1.3.1