This commit is contained in:
Stephan de Wit 2021-02-12 16:07:46 +01:00 committed by GitHub
parent 4720f8ffbf
commit caeb04abb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`