From: José Fonseca Date: Mon, 4 Jul 2011 09:20:42 +0000 (+0100) Subject: Minor tweaks to the markdown. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=ed348d58b69b7bdb03f8d5576c4ba5fc3f6c90f1;hp=cf61cedc3dbeaa1ec185388fd3d82c6f3c25abfa;p=apitrace Minor tweaks to the markdown. --- diff --git a/README.markdown b/README.markdown index cbacc0d..e57d0b7 100644 --- a/README.markdown +++ b/README.markdown @@ -126,7 +126,7 @@ to trace by using `glxtrace.so` as an ordinary `libGL.so` and injecting into export TRACE_LIBGL=/path/to/real/libGL.so.1 /path/to/application -See the 'ld.so' man page for more information about `LD_PRELOAD` and +See the `ld.so` man page for more information about `LD_PRELOAD` and `LD_LIBRARY_PATH` environment flags. You can make a video of the output by doing @@ -160,11 +160,11 @@ Windows * View the trace with - /path/to/tracedump application.trace + \path\to\tracedump application.trace * Replay the trace with - /path/to/glretrace application.trace + \path\to\glretrace application.trace Links