9
0
Fork 0

doc: start (almost) all headlines with a capital

Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Holger Schurig 2014-06-27 13:00:12 +02:00 committed by Sascha Hauer
parent 70e49ff162
commit cbd9947fe0
10 changed files with 14 additions and 14 deletions

View File

@ -7,8 +7,8 @@ both the first and the second stage loader. To build as a first stage loader
build the \*_xload_defconfig for your board, for second stage build the normal build the \*_xload_defconfig for your board, for second stage build the normal
\*_defconfig for your board. \*_defconfig for your board.
bootstrapping a panda board Bootstrapping a PandaBoard
--------------------------- --------------------------
The Panda board boots from SD card. The OMAP Boot ROM code loads a file named The Panda board boots from SD card. The OMAP Boot ROM code loads a file named
'MLO' on a bootable FAT partition on this card. There are several howtos and 'MLO' on a bootable FAT partition on this card. There are several howtos and

View File

@ -1,5 +1,5 @@
barebox command reference Command reference
========================= =================
.. toctree:: .. toctree::
:glob: :glob:

View File

@ -1,4 +1,4 @@
barebox specific devicetree bindings Barebox specific devicetree bindings
==================================== ====================================
Contents: Contents:

View File

@ -1,6 +1,6 @@
.. _filesystems: .. _filesystems:
filesystems Filesystems
=========== ===========
.. toctree:: .. toctree::

View File

@ -1,6 +1,6 @@
.. index:: ramfs (filesystem) .. index:: ramfs (filesystem)
ram filesystem RAM filesystem
============== ==============
ramfs is a simple malloc based filesystem. An instance of ramfs is mounted during startup on /. The filesystemtype passed to mount is 'ramfs' ramfs is a simple malloc based filesystem. An instance of ramfs is mounted during startup on /. The filesystemtype passed to mount is 'ramfs'

View File

@ -197,7 +197,7 @@ The entry can be listed with the -l option:
When on barebox the SD card shows up as ``mmc`` then this entry can be booted with When on barebox the SD card shows up as ``mmc`` then this entry can be booted with
``boot mmc1`` or with setting ``global.boot.default`` to ``mmc1``. ``boot mmc1`` or with setting ``global.boot.default`` to ``mmc1``.
network boot Network boot
------------ ------------
With the following steps barebox can start the Kernel and root filesystem With the following steps barebox can start the Kernel and root filesystem

View File

@ -2,7 +2,7 @@
.. _hush: .. _hush:
hush shell Hush shell
========== ==========
barebox has an integrated shell: hush. This is a simple shell which barebox has an integrated shell: hush. This is a simple shell which
@ -10,7 +10,7 @@ is enough for writing simple shell scripts. Usage of the shell for
scripts should not be overstrained. Often a command written in C is scripts should not be overstrained. Often a command written in C is
more flexible and also more robust than a complicated shell script. more flexible and also more robust than a complicated shell script.
hush features Hush features
------------- -------------
variables:: variables::

View File

@ -1,4 +1,4 @@
memory areas Memory areas
============ ============
Several barebox commands like :ref:`command_md`, erase or crc work on an area Several barebox commands like :ref:`command_md`, erase or crc work on an area

View File

@ -1,4 +1,4 @@
networking Networking
========== ==========
barebox has IPv4 networking support. Several protocols such as barebox has IPv4 networking support. Several protocols such as

View File

@ -1,7 +1,7 @@
.. highlight:: console .. highlight:: console
barebox user manual User manual
=================== ===========
Contents: Contents: