libc.7: Add a note on why glibc 2.x uses the soname libc.so.6

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-09 12:41:04 +01:00
parent e5fbb0bfed
commit 961b740361
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ by the time glibc 2.0 was released (in 1997),
it was clearly superior to Linux libc,
and all major Linux distributions that had been using Linux libc
soon switched back to glibc.
To avoid any confusion with Linux libc versions,
glibc 2.0 and later used the shared library soname
.IR libc.so.6 .
Since this switch occurred long ago,
.I man-pages
no longer takes care to document Linux libc details.