diff options
author | Lukas Larsson <[email protected]> | 2012-05-23 16:44:25 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-07-19 12:24:40 +0200 |
commit | 6bb1cd1c9595413cdfd9a8875520e1c85e446833 (patch) | |
tree | f0edfcdf63e1f74bfddfb27a776e0f4805e6d97d /erts/emulator/beam | |
parent | 4ba364c5df2c574974fb3ec10fe03f2e6ad4f92f (diff) | |
download | otp-6bb1cd1c9595413cdfd9a8875520e1c85e446833.tar.gz otp-6bb1cd1c9595413cdfd9a8875520e1c85e446833.tar.bz2 otp-6bb1cd1c9595413cdfd9a8875520e1c85e446833.zip |
Move README and INSTALL to HOWTO folder
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r-- | erts/emulator/beam/erlang_dtrace.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/beam/erlang_dtrace.d b/erts/emulator/beam/erlang_dtrace.d index c1024dafc4..ac9b0052e5 100644 --- a/erts/emulator/beam/erlang_dtrace.d +++ b/erts/emulator/beam/erlang_dtrace.d @@ -639,9 +639,9 @@ provider erlang { * Entry into the efile_drv.c file I/O driver * * For a list of command numbers used by this driver, see the section - * "Guide to probe arguments" in ../../../README.md. That section - * also contains explanation of the various integer and string - * arguments that may be present when any particular probe fires. + * "Guide to efile_drv.c probe arguments" in ../../../HOWTO/DTRACE.md. + * That section also contains explanation of the various integer and + * string arguments that may be present when any particular probe fires. * * NOTE: Not all Linux platforms (using SystemTap) can support * arguments beyond arg9. |