From 2780ae0c5c14df066ef5ae1c711be9a532dc169e Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 21 Mar 2018 12:34:51 -0400 Subject: [PATCH] doc: use ` not `` for :file: Signed-off-by: Quentin Young --- doc/developer/workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index 84d6f8b7f8..29f21882fe 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -402,7 +402,7 @@ checkpatch.sh In the Linux kernel source tree there is a Perl script used to check incoming patches for style errors. FRR uses an adapted version of this script for the same purpose. It can be found at - :file:``tools/checkpatch.sh``. This script takes a git-formatted diff or + :file:`tools/checkpatch.sh`. This script takes a git-formatted diff or patch file, applies it to a clean FRR tree, and inspects the result to catch potential style errors. Running this script on your patches before submission is highly recommended. The CI system runs this script as well and -- 2.39.5