Skip to content

Commit

Permalink
docs: fix code-block for bpf mount example
Browse files Browse the repository at this point in the history
Fixes: e9166c4 ("docs: use ".. code-block:: shell-session" wherever relevant")
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jul 1, 2021
1 parent 445af9a commit 8a95d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/operations/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ In order to mount the eBPF filesystem, the following command must be run in the
host mount namespace. The command must only be run once during the boot process
of the machine.

code-block:: shell-session
.. code-block:: shell-session
# mount bpffs /sys/fs/bpf -t bpf

Expand Down

0 comments on commit 8a95d23

Please sign in to comment.