diff options
author | Lukas Larsson <[email protected]> | 2014-02-06 12:16:44 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-06 12:16:44 +0100 |
commit | 60cd55e47bc2f3eee4d8d90814491248e371feaf (patch) | |
tree | cbc238dd64b8c37c064cb24148dce9f781539311 | |
parent | 5c90e67d6581cb7a94ec127a4dbe3ade6685f2fc (diff) | |
download | otp-60cd55e47bc2f3eee4d8d90814491248e371feaf.tar.gz otp-60cd55e47bc2f3eee4d8d90814491248e371feaf.tar.bz2 otp-60cd55e47bc2f3eee4d8d90814491248e371feaf.zip |
dtrace: Update dtrace docs with latest tested platforms
-rw-r--r-- | HOWTO/DTRACE.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/HOWTO/DTRACE.md b/HOWTO/DTRACE.md index 8fa2fd9d50..90f4addefd 100644 --- a/HOWTO/DTRACE.md +++ b/HOWTO/DTRACE.md @@ -27,12 +27,10 @@ Goals Supported platforms ------------------- -* OS X 10.6.x / Snow Leopard. It should also work for 10.7 / Lion, - but I haven't personally tested it. +* OS X 10.6.x / Snow Leopard, OS X 10.7.x / Lion and probably newer versions. * Solaris 10. I have done limited testing on Solaris 11 and OpenIndiana release 151a, and both appear to work. -* FreeBSD 9.0, though please see the "FreeBSD 9.0 Release Notes" - section below! +* FreeBSD 9.0 and 10.0. * Linux via SystemTap compatibility. Please see [$ERL_TOP/HOWTO/SYSTEMTAP.md][] for more details. |