diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-02-11 18:29:12 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-02-11 18:29:12 +0100 |
commit | ab824a51d13c040d84de02c6ac13feb085cb4dd4 (patch) | |
tree | d3dd1d47c3cc00d051c73a19ad6bb3cd810cb2a4 | |
parent | db3c501657d9cbafe977e94bddfcc6dbb2484ca5 (diff) |
Fix a missing space
-rw-r--r-- | part3intro/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml index c8abc98bc..93f27f267 100644 --- a/part3intro/toolchaintechnotes.xml +++ b/part3intro/toolchaintechnotes.xml @@ -166,7 +166,7 @@ provided by Glibc finds and loads the shared libraries needed by a program, prepares the program to run, and then runs it. The name of the dynamic linker for a 32-bit Intel machine is <filename - class="libraryfile">ld-linux.so.2</filename> and is<filename + class="libraryfile">ld-linux.so.2</filename> and is <filename class="libraryfile">ld-linux-x86-64.so.2</filename> for 64-bit systems. A sure-fire way to determine the name of the dynamic linker is to inspect a random binary from the host system by running: <userinput>readelf -l |