From e4e3aa3449d3ae390402a9cead205626816a2938 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 15:32:14 +0000 Subject: Rendering cleanups. --- docs/narr/traversal.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/narr/traversal.rst') 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 -- cgit v1.2.3