OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man7 / libc.7
index a9aeba2..6dad99e 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH LIBC 7 2012-08-05 "Linux" "Linux Programmer's Manual"
+.TH LIBC 7 2014-04-20 "Linux" "Linux Programmer's Manual"
 .SH NAME
 libc \- overview of standard C libraries on Linux
 .SH DESCRIPTION
@@ -88,16 +88,33 @@ both in terms of features and memory footprint,
 and often intended for building small binaries,
 perhaps targeted at development for embedded Linux systems.
 Among such libraries are
+.UR http://www.uclibc.org/
 .I uClibc
-.RI ( http://www.uclibc.org/ )
-and
+.UE ,
+.UR http://www.fefe.de/dietlibc/
 .I dietlibc
-.RI ( http://www.fefe.de/dietlibc/ ).
+.UE ,
+and
+.UR http://www.musl-libc.org/
+.I "musl libc"
+.UE .
 Details of these libraries are generally not covered by the
 .I man-pages
 project.
 .SH SEE ALSO
 .BR syscalls (2),
+.BR getauxval (3),
+.BR proc (5),
 .BR feature_test_macros (7),
 .BR man-pages (7),
-.BR standards (7)
+.BR standards (7),
+.BR vdso (7)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.