From: Quentin Young Date: Wed, 21 Mar 2018 16:34:51 +0000 (-0400) Subject: doc: use ` not `` for :file: X-Git-Tag: frr-5.0-dev~130^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2780ae0c5c14df066ef5ae1c711be9a532dc169e;p=matthieu%2Ffrr.git doc: use ` not `` for :file: Signed-off-by: Quentin Young --- 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