summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-28 23:24:58 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-28 23:24:58 -0500
commita0f8a201077296b87ec76e2d1c6f9678dab78492 (patch)
treeea09691bb612ddef756b66f3ae51a4d499bb050b /README.rst
parent50484015cfc355fba5acff5effb83a10820ec099 (diff)
downloadgcompat-a0f8a201077296b87ec76e2d1c6f9678dab78492.tar.gz
gcompat-a0f8a201077296b87ec76e2d1c6f9678dab78492.tar.bz2
gcompat-a0f8a201077296b87ec76e2d1c6f9678dab78492.tar.xz
gcompat-a0f8a201077296b87ec76e2d1c6f9678dab78492.zip
README: syntax fixes
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index a419f26..50d2b53 100644
--- a/README.rst
+++ b/README.rst
@@ -173,24 +173,24 @@ Usage
=====
Running binaries linked against glibc
--------------------------------------
+`````````````````````````````````````
If the values specified during build were correct, programs built for glibc
should run normally on your musl host. If they are not working, check the
program's ELF interpreter entry, using scanelf(8) like so:
-``
-$ scanelf -i ~/glibcfile
- TYPE INTERP FILE
-ET_EXEC /lib64/ld-linux-x86-64.so.2 /home/kaniini/glibcfile
-``
+::
+
+ $ scanelf -i ~/glibcfile
+ TYPE INTERP FILE
+ ET_EXEC /lib64/ld-linux-x86-64.so.2 /home/kaniini/glibcfile
If the interpreter path is different than expected, use PatchELF or install a
symlink from ``LOADER_PATH`` to the specified interpreter.
Using glibc binaries via dlopen(3) from a musl program
-------------------------------------------------------
+``````````````````````````````````````````````````````
There are two ways to accomplish this:
@@ -201,7 +201,7 @@ There are two ways to accomplish this:
* Alternatively, you can link the musl binary against libgcompat.
Environment variables
----------------------
+`````````````````````
* ``GLIBC_FAKE_VERSION``