summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-03-06 07:29:32 +0000
committerJose Fonseca <jfonseca@vmware.com>2016-03-06 07:33:48 +0000
commitfc7902b057d00a3bd94548bec58e5c04ec5643f7 (patch)
treea1706228715a994b16a1a8e95214c53cc28511e9 /docs
parent5cc577a0229fa529fe242a74f29da2ce8951246b (diff)
dlltrace: Free system library when done.
Fixes https://github.com/apitrace/apitrace/issues/432
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USAGE.markdown b/docs/USAGE.markdown
index 89dcccf4..0fbff127 100644
--- a/docs/USAGE.markdown
+++ b/docs/USAGE.markdown
@@ -181,7 +181,7 @@ simplest way to determine what API an application uses is to:
* list the DLLs by pressing `Ctrl + D`
* sort DLLs alphabetically, and look for the DLLs such as `opengl32.dll`,
- `d3d9.dll`, `d3d10.dll`, etc.
+ `d3d9.dll`, etc.
Copy the appropriate `opengl32.dll`, `d3d8.dll`, or `d3d9.dll` from the
wrappers directory to the directory with the application you want to trace.