summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-02 16:59:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit250f07f3674219aac44f1b90ff1039b31682c1d2 (patch)
tree78cafa50aa35df01949d450eb4d2ee2d057b4684 /doc
parent36bfe5044ba1c2de24e386773dd34c8165c51547 (diff)
downloadptxdist-250f07f3674219aac44f1b90ff1039b31682c1d2.tar.gz
ptxdist-250f07f3674219aac44f1b90ff1039b31682c1d2.tar.xz
doc: fix lists in welcome.rst
Signed-off-by: Enrico Joerns <e.joerns@tu-bs.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/welcome.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/welcome.rst b/doc/welcome.rst
index 9d33c1bd0..7aadbf289 100644
--- a/doc/welcome.rst
+++ b/doc/welcome.rst
@@ -8,11 +8,11 @@ Once upon in time, programming embedded systems was easy: all a
developer needed when he wanted to start a new product was a good
toolchain, consisting of
-a compiler
+- a compiler
-maybe an assembler
+- maybe an assembler
-probably an EPROM burning device
+- probably an EPROM burning device
and things could start. After some more or less short time, every
register of the CPU was known, a variety of library routines had been
@@ -116,11 +116,11 @@ distribution, cannot be shrunk below this mark without for example
losing the packet management, which is an essential feature of using a
distribution at all.
-Additionally, source code for industrial systems has to be
+- Additionally, source code for industrial systems has to be
-auditable and
+- auditable and
-reproducible.
+- reproducible.
Embedded developers usually want to know what’s in their systems – be it
that they have to support their software for a long time span (something
@@ -128,6 +128,6 @@ like 10-15 years are usual product lifetimes in automation applications)
or that they have such a special scenario that they have to maintain
their integrated source of their Userland themselves.
-**Entering PTXdist.**
+.. centered:: **Entering PTXdist.**