summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2019-02-22 14:18:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-26 09:13:26 +0100
commit64736fb275d0bc9286a3b47177a3b2d75aa0aa1f (patch)
tree84d20024eee6b87d0f4f0e5674d4a824aee81df1 /doc
parent831da8a7a6f88827024b38d52afd073c55bc1e60 (diff)
downloadptxdist-64736fb275d0bc9286a3b47177a3b2d75aa0aa1f.tar.gz
ptxdist-64736fb275d0bc9286a3b47177a3b2d75aa0aa1f.tar.xz
doc: follow the rule to use breaking lines
Synchronize the examples. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/dev_manual.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index 10091c76c..523ecde28 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -812,9 +812,10 @@ in this line and supplement this expression as follows:
.. code-block:: make
- FOO_CONF_OPT := $(CROSS_AUTOCONF_USR) \
- --enable-debug \
- --with-bar
+ FOO_CONF_OPT := \
+ $(CROSS_AUTOCONF_USR) \
+ --enable-debug \
+ --with-bar
.. note:: We recommend to use this format with each parameter on a line of
its own. This format is easier to read and a diff shows more exactly any