From b7ec9815aadfdf028d22d94ade7c188173a6314b Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 14:20:57 +0100 Subject: [PATCH] doc: markup cat as command role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- docs/source/tutorial/tutorial02.rst | 4 ++-- docs/source/tutorial/tutorial04.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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**