From dcbc9e1e132f50f2b95ce15407289a636eea71c8 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 8 Oct 2019 12:07:55 +0200 Subject: doc: dev manual: patches: clean up literal formatting Make variable formatting consistent with the rest of the document by using reST syntax instead of Markdown syntax. Signed-off-by: Roland Hieber Signed-off-by: Michael Olbrich --- doc/dev_manual.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst index 3dcaeb3d3..c37094090 100644 --- a/doc/dev_manual.rst +++ b/doc/dev_manual.rst @@ -1265,9 +1265,9 @@ integrated into your BSP or into PTXdist. PTXdist handles patching automatically. After extracting the archive of a package, PTXdist checks for the existence of -a patch directory named like its `` variable. -Take an exemplary package `foo` with version `1.1.0`: -The variable `FOO` will have the value ``foo-1.1.0``, so PTXdist will look for +a patch directory named like its ```` variable. +Take an exemplary package ``foo`` with version ``1.1.0``: +The variable ``FOO`` will have the value ``foo-1.1.0``, so PTXdist will look for a patch directory named ``foo-1.1.0`` in the following locations: #. the current layer: -- cgit v1.2.3