summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2023-05-22 12:08:34 -0400
committerDante Catalfamo2023-05-22 12:08:34 -0400
commit363e2fe9c9b117af73396a5614fa9008b5bc4b7d (patch)
tree1c2ac14aa0f2eec1e570136f3adfc828ee748b69
parent0815413234e30c214dab6c898ef33fb8ab476c2b (diff)
downloadblog-363e2fe9c9b117af73396a5614fa9008b5bc4b7d.tar.gz
blog-363e2fe9c9b117af73396a5614fa9008b5bc4b7d.tar.bz2
blog-363e2fe9c9b117af73396a5614fa9008b5bc4b7d.zip
openbsd-btrace: remove comment about test machine
-rw-r--r--content/posts/openbsd-dynamic-tracing/index.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/posts/openbsd-dynamic-tracing/index.org b/content/posts/openbsd-dynamic-tracing/index.org
index 6a45c0b..06d0b86 100644
--- a/content/posts/openbsd-dynamic-tracing/index.org
+++ b/content/posts/openbsd-dynamic-tracing/index.org
@@ -16,9 +16,7 @@ tree.
The =dt(4)= device first appearing in OpenBSD 6.7 with [[https://man.openbsd.org/OpenBSD-6.7/dt][very sparse
information]]. In the releases since, it's gained quite a bit of
-functionality and now has tools to manipulate it properly. After
-playing around with on my test machine running 7.3-current, it's
-obvious that a lot of work has gone into it.
+functionality and now has tools to manipulate it properly.
The documentation has gotten better over the last couple years, but
there isn't much info about how to leverage it to do anything useful.