OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / libc.7
index 6dad99e..45c9670 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH LIBC 7 2014-04-20 "Linux" "Linux Programmer's Manual"
+.TH LIBC 7 2014-07-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 libc \- overview of standard C libraries on Linux
 .SH DESCRIPTION
@@ -68,11 +68,13 @@ Linux libc released major versions 2, 3, 4, and 5
 (as well as many minor versions of those releases).
 For a while,
 Linux libc was the standard C library in many Linux distributions.
+
 However, notwithstanding the original motivations of the Linux libc effort,
-by the time glibc 2.0 was released, it was clearly superior to Linux libc,
+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.
-(Since this switch occurred over a decade ago,
+Since this switch occurred long ago,
 .I man-pages
 no longer takes care to document Linux libc details.
 Nevertheless, the history is visible in vestiges of information
@@ -80,7 +82,7 @@ about Linux libc that remain in some manual pages,
 in particular, references to
 .IR libc4
 and
-.IR libc5 .)
+.IR libc5 .
 .SS Other C libraries
 There are various other less widely used C libraries for Linux.
 These libraries are generally smaller than glibc,
@@ -98,9 +100,9 @@ and
 .UR http://www.musl-libc.org/
 .I "musl libc"
 .UE .
-Details of these libraries are generally not covered by the
+Details of these libraries are covered by the
 .I man-pages
-project.
+project, where they are known.
 .SH SEE ALSO
 .BR syscalls (2),
 .BR getauxval (3),
@@ -110,7 +112,7 @@ project.
 .BR standards (7),
 .BR vdso (7)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,