From e84681d8281d8caa67b2528f28d718a3bd237c0f Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 15:20:37 +0100 Subject: [PATCH] doc: markup find 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/the_project/security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/the_project/security.rst b/docs/source/the_project/security.rst index 061ee80..85375cc 100644 --- a/docs/source/the_project/security.rst +++ b/docs/source/the_project/security.rst @@ -64,8 +64,8 @@ The command that will eventually be executed by ``bash`` is: This will *silently delete all the files below the current directory*, no questions asked. Probably not what you expected. -This happens because ``find`` has the last word on how to interpret its arguments. -For ``find``, the argument `-delete` is not a path. +This happens because :command:`find` has the last word on how to interpret its +arguments. For :command:`find`, the argument :option:`-delete` is not a path. Let's see how we can handle this particular case: