summaryrefslogtreecommitdiffstats
path: root/doc/daily_work.rst
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-03 21:40:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commitab0bc16639751bc34e807020296873516e47a308 (patch)
tree11c4ebdd903fb6dc288e51956bfd96d9c3689f65 /doc/daily_work.rst
parent7cd4d8d41e50173dfa24d1610c55bc7bd8b65dea (diff)
downloadptxdist-ab0bc16639751bc34e807020296873516e47a308.tar.gz
ptxdist-ab0bc16639751bc34e807020296873516e47a308.tar.xz
doc: fixed warnings
Signed-off-by: Enrico Joerns <e.joerns@tu-bs.de>
Diffstat (limited to 'doc/daily_work.rst')
-rw-r--r--doc/daily_work.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/daily_work.rst b/doc/daily_work.rst
index 0575726e2..0490e9030 100644
--- a/doc/daily_work.rst
+++ b/doc/daily_work.rst
@@ -258,10 +258,10 @@ the QEMU in the first console as:
platform-<platformname>/root-debug$ qemu-<architecture> -g 1234 -cpu <cpu-core> -L . usr/bin/myapp
.. note:: PTXdist always builds two root filesystems. ``root/`` and
-``root-debug/``. ``root/`` contains all components without debug
-information (all binaries are in the same size as used later on on the
-real target), while all components in ``root-debug/`` still containing
-the debug symbols and are much bigger in size.
+ ``root-debug/``. ``root/`` contains all components without debug
+ information (all binaries are in the same size as used later on on the
+ real target), while all components in ``root-debug/`` still containing
+ the debug symbols and are much bigger in size.
The added *-g 1234* parameter lets QEMU wait for a GDB connection to run
the application.
@@ -384,7 +384,7 @@ command line parameters.
limit the system load to the given value.
.. Important:: using ``-ji`` and ``-je`` can overload the system
-immediatley. These settings are very hard.
+ immediatley. These settings are very hard.
A much softer setup is to just use the ``-j<number>`` parameter. This will run
up to ``<number>`` tasks at the same time which will be spread over everything