summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/traversal.rst')
-rw-r--r--docs/narr/traversal.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 1683b3cef..3476622d5 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -82,8 +82,7 @@ This inexperienced user's attempt to execute ``cat`` against the file
named ``/fiz/buz/myfile`` might be to issue the following set of UNIX
commands:
-.. code-block:: bash
- :linenos:
+.. code-block:: text
cd /
cd fiz
@@ -94,8 +93,7 @@ The user now know he has found a *file*, because the ``cd`` command
issues an error when he executed ``cd myfile``. Now he knows that he
can run the ``cat`` command:
-.. code-block:: bash
- :linenos:
+.. code-block:: text
cat myfile