mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 00:22:06 -04:00
Fix typo (#311)
This commit is contained in:
parent
4720f8ffbf
commit
caeb04abb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue