diff --git a/docs/source/tutorial/tutorial02.rst b/docs/source/tutorial/tutorial02.rst index a60f4c5..66e530f 100644 --- a/docs/source/tutorial/tutorial02.rst +++ b/docs/source/tutorial/tutorial02.rst @@ -27,8 +27,8 @@ What have we done? **Senior** - Yeah, the team is used to ``cat`` the log file contents to see what happened - in the last execution: + Yeah, the team is used to :command:`cat`` the log file contents to see what + happened in the last execution: .. code-block:: console diff --git a/docs/source/tutorial/tutorial04.rst b/docs/source/tutorial/tutorial04.rst index 1ed990e..511131a 100644 --- a/docs/source/tutorial/tutorial04.rst +++ b/docs/source/tutorial/tutorial04.rst @@ -144,7 +144,7 @@ I Need my Report! EOF The shell will put the data between the first ``EOF`` and the second - ``EOF`` as the ``stdin`` of the ``cat`` process. + ``EOF`` as the ``stdin`` of the :command:`cat` process. **Junior**