From caeb04abb734965e64b24e83c2f1eddb98696f60 Mon Sep 17 00:00:00 2001 From: Stephan de Wit <33954429+swhite2@users.noreply.github.com> Date: Fri, 12 Feb 2021 16:07:46 +0100 Subject: [PATCH] Fix typo (#311) --- source/development/how-tos/dtrace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/development/how-tos/dtrace.rst b/source/development/how-tos/dtrace.rst index e0e30da7..11fc7e3a 100755 --- a/source/development/how-tos/dtrace.rst +++ b/source/development/how-tos/dtrace.rst @@ -150,7 +150,7 @@ If you run the following command: .. code-block:: sh - # dtrace -n uiomove:entry'{ @[stack] = count(); }' + # dtrace -n 'uiomove:entry{ @[stack()] = count(); }' Let it run for a while, and exit using :code:`CTRL-C`