summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-07-02 23:14:15 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-04 23:00:36 +0200
commita2b22cae4fca3e7ff8b51677ef61c54a81205f63 (patch)
tree943cbdecde541851517cdea4280a3693e2e5140a /doc
parentbaed9476a6381ea9b35b1aab731102da2eef2ebd (diff)
doc: Fix typo.
* doc/guix.texi (Build Systems): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 86816450210..1086d3220b0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7377,7 +7377,7 @@ the @code{RUNPATH} of ELF binaries (@code{.so} shared libraries as well
7377as executables) previously installed by the @code{install} phase. 7377as executables) previously installed by the @code{install} phase.
7378 7378
7379This validation step consists in making sure that all the shared 7379This validation step consists in making sure that all the shared
7380libraries needed by an ELF binaries, which are listed as 7380libraries needed by an ELF binary, which are listed as
7381@code{DT_NEEDED} entries in its @code{PT_DYNAMIC} segment, appear in the 7381@code{DT_NEEDED} entries in its @code{PT_DYNAMIC} segment, appear in the
7382@code{DT_RUNPATH} entry of that binary. In other words, it ensures that 7382@code{DT_RUNPATH} entry of that binary. In other words, it ensures that
7383running or using those binaries will not result in a ``file not found'' 7383running or using those binaries will not result in a ``file not found''