Differences between version 2 and predecessor to the previous major change of execve(2).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, June 4, 2002 12:23:40 am | by perry | Revert |
Older page: | version 1 | Last edited on Tuesday, June 4, 2002 12:23:40 am | by perry | Revert |
@@ -67,9 +67,9 @@
If the executable is an a.out dynamically-linked binary
executable containing shared-library stubs, the Linux
-dynamic linker __
ld.so__
(8) is called at the start of
+dynamic linker ld.so(8) is called at the start of
execution to bring needed shared libraries into core and
link the executable with them.
@@ -265,6 +265,6 @@
!!SEE ALSO
chmod(2), fork(2), execl(3),
-environ(5), __
ld.so__
(8)
+environ(5), ld.so(8)
----