diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-01-10 16:51:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-01-10 16:51:58 +0000 |
commit | 034e3f0752ea716b0b5f035ba2b5a66993cf8930 (patch) | |
tree | 70c87bc336f4e033762f052032c6a32ef126c639 /doc/index.html | |
parent | 9359dbc02898c2870b9fe9a0299a7e020cfa52a3 (diff) | |
download | nsss-034e3f0752ea716b0b5f035ba2b5a66993cf8930.tar.xz |
Update musl url
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index f801ec8..f4eca6d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -29,7 +29,7 @@ performing user database access on Unix systems. Usually, user database access via <tt>getpwnam()</tt> and similar function is provided by the system's libc. However, not all libcs implement a configurable backend for the user/group database. For instance the -<a href="https://musl-libc.org/">musl</a> libc, on Linux, only supports +<a href="https://musl.libc.org/">musl</a> libc, on Linux, only supports the standard <tt>/etc/passwd</tt> mechanism; it also supports the <tt>nscd</tt> protocol but this is not quite enough: </p> |