OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man8 / ld.so.8
index 71a7ed3..eb358ad 100644 (file)
@@ -97,7 +97,7 @@ Thus, an application located in
 .I somedir/app
 could be compiled with
 
-    gcc -Wl,-rpath,\(aq$ORIGIN/../lib\(aq
+    gcc \-Wl,\-rpath,\(aq$ORIGIN/../lib\(aq
 
 so that it finds an associated shared library in
 .I somedir/lib
@@ -485,10 +485,10 @@ functionality is available for executables compiled using libc version
 ELF functionality is available since Linux 1.1.52 and libc5.
 .SH SEE ALSO
 .BR ldd (1),
-.BR sln (1),
 .BR getauxval (3),
 .BR rtld-audit (7),
-.BR ldconfig (8)
+.BR ldconfig (8),
+.BR sln (8)
 .\" .SH AUTHORS
 .\" ld.so: David Engel, Eric Youngdale, Peter MacDonald, Hongjiu Lu, Linus
 .\"  Torvalds, Lars Wirzenius and Mitch D'Souza