doc: markup cat as command role

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-12-11 14:20:57 +01:00
parent 578e4c3b30
commit b7ec9815aa
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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**