Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
intercept: fix quote in example
Browse files Browse the repository at this point in the history
see #847
  • Loading branch information
Markus Raab committed Jul 21, 2016
1 parent 6fb92f8 commit 244ee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/intercept/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When the an application tries to call `open` or `open64` it canonicalizes the pa

```
% echo testfile > ~/testfile
% echo testreplacement > ~/testreplacement"
% echo testreplacement > ~/testreplacement
% kdb set /preload/open/\~\\/testfile "~/testreplacement"
Expand Down

0 comments on commit 244ee40

Please sign in to comment.