mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-19 11:24:11 +08:00
Fix typos
This commit is contained in:
2
README
2
README
@@ -1,4 +1,4 @@
|
|||||||
PatchELF is a simple utility for modifing existing ELF executables and
|
PatchELF is a simple utility for modifying existing ELF executables and
|
||||||
libraries. In particular, it can do the following:
|
libraries. In particular, it can do the following:
|
||||||
|
|
||||||
* Change the dynamic loader ("ELF interpreter") of executables:
|
* Change the dynamic loader ("ELF interpreter") of executables:
|
||||||
|
@@ -75,7 +75,7 @@ Replaces a declared dependency on a dynamic library with another one (DT_NEEDED)
|
|||||||
This option can be give multiple times.
|
This option can be give multiple times.
|
||||||
|
|
||||||
.IP "--remove-needed LIBRARY"
|
.IP "--remove-needed LIBRARY"
|
||||||
Removes a declared depency on LIBRARY (DT_NEEDED entry). This
|
Removes a declared dependency on LIBRARY (DT_NEEDED entry). This
|
||||||
option can be given multiple times.
|
option can be given multiple times.
|
||||||
|
|
||||||
.IP "--no-default-lib"
|
.IP "--no-default-lib"
|
||||||
|
@@ -12,7 +12,7 @@ Prefix: /usr
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
PatchELF is a simple utility for modifing existing ELF executables and
|
PatchELF is a simple utility for modifying existing ELF executables and
|
||||||
libraries. It can change the dynamic loader ("ELF interpreter") of
|
libraries. It can change the dynamic loader ("ELF interpreter") of
|
||||||
executables and change the RPATH of executables and libraries.
|
executables and change the RPATH of executables and libraries.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user