OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man8 / ld.so.8
index eb358ad..0f2945e 100644 (file)
@@ -2,7 +2,7 @@
 .\" This is in the public domain
 .\" %%%LICENSE_END
 .\"
-.TH LD.SO 8 2013-07-15 "GNU" "Linux Programmer's Manual"
+.TH LD.SO 8 2014-01-08 "GNU" "Linux Programmer's Manual"
 .SH NAME
 ld.so, ld-linux.so* \- dynamic linker/loader
 .SH SYNOPSIS
@@ -36,7 +36,7 @@ handles a.out binaries, a format used long ago;
 .B ld-linux.so*
 handles ELF (\fI/lib/ld-linux.so.1\fP for libc5, \fI/lib/ld-linux.so.2\fP
 for glibc2), which everybody has been using for years now.
-Otherwise both have the same behavior, and use the same
+Otherwise, both have the same behavior, and use the same
 support files and programs
 .BR ldd (1),
 .BR ldconfig (8)
@@ -194,7 +194,7 @@ z900, z990, z9-109, z10, zarch
 acpi, apic, clflush, cmov, cx8, dts, fxsr, ht, i386, i486, i586, i686, mca, mmx,
 mtrr, pat, pbe, pge, pn, pse36, sep, ss, sse, sse2, tm
 .SH ENVIRONMENT
-There are four important environment variables.
+Among the more important environment variables are the following:
 .TP
 .B LD_ASSUME_KERNEL
 (glibc since 2.2.3)
@@ -343,7 +343,7 @@ is ignored for set-user-ID/set-group-ID binaries.
 File in which
 .B LD_DEBUG
 output should be written.
-The default is standard output.
+The default is standard error.
 .B LD_DEBUG_OUTPUT
 is ignored for set-user-ID/set-group-ID binaries.
 .TP
@@ -495,3 +495,12 @@ ELF functionality is available since Linux 1.1.52 and libc5.
 .\" ld-linux.so: Roland McGrath, Ulrich Drepper and others.
 .\"
 .\" In the above, (libc5) stands for David Engel's ld.so/ld-linux.so.
+.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/.