From cbd9947fe06d0c6b2d7c4c7d36a9c5f97c1fda89 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Fri, 27 Jun 2014 13:00:12 +0200 Subject: [PATCH] doc: start (almost) all headlines with a capital Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- Documentation/boards/omap.rst | 4 ++-- Documentation/commands.rst | 4 ++-- Documentation/devicetree/index.rst | 2 +- Documentation/filesystems.rst | 2 +- Documentation/filesystems/ramfs.rst | 2 +- Documentation/user/booting-linux.rst | 2 +- Documentation/user/hush.rst | 4 ++-- Documentation/user/memory-areas.rst | 2 +- Documentation/user/networking.rst | 2 +- Documentation/user/user-manual.rst | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Documentation/boards/omap.rst b/Documentation/boards/omap.rst index 63caf66f5..56b7e6413 100644 --- a/Documentation/boards/omap.rst +++ b/Documentation/boards/omap.rst @@ -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 \*_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 'MLO' on a bootable FAT partition on this card. There are several howtos and diff --git a/Documentation/commands.rst b/Documentation/commands.rst index a649209e3..55b04f6e5 100644 --- a/Documentation/commands.rst +++ b/Documentation/commands.rst @@ -1,5 +1,5 @@ -barebox command reference -========================= +Command reference +================= .. toctree:: :glob: diff --git a/Documentation/devicetree/index.rst b/Documentation/devicetree/index.rst index a24d635fd..abb9088e9 100644 --- a/Documentation/devicetree/index.rst +++ b/Documentation/devicetree/index.rst @@ -1,4 +1,4 @@ -barebox specific devicetree bindings +Barebox specific devicetree bindings ==================================== Contents: diff --git a/Documentation/filesystems.rst b/Documentation/filesystems.rst index 3bb1edfb1..4f7b39879 100644 --- a/Documentation/filesystems.rst +++ b/Documentation/filesystems.rst @@ -1,6 +1,6 @@ .. _filesystems: -filesystems +Filesystems =========== .. toctree:: diff --git a/Documentation/filesystems/ramfs.rst b/Documentation/filesystems/ramfs.rst index 37d6ffc8c..c2e1e831e 100644 --- a/Documentation/filesystems/ramfs.rst +++ b/Documentation/filesystems/ramfs.rst @@ -1,6 +1,6 @@ .. 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' diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst index 561a850ce..4ae9d1b52 100644 --- a/Documentation/user/booting-linux.rst +++ b/Documentation/user/booting-linux.rst @@ -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 ``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 diff --git a/Documentation/user/hush.rst b/Documentation/user/hush.rst index 4a1b84bad..2a0e63079 100644 --- a/Documentation/user/hush.rst +++ b/Documentation/user/hush.rst @@ -2,7 +2,7 @@ .. _hush: -hush shell +Hush shell ========== 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 more flexible and also more robust than a complicated shell script. -hush features +Hush features ------------- variables:: diff --git a/Documentation/user/memory-areas.rst b/Documentation/user/memory-areas.rst index dd1db9e8c..ab874c707 100644 --- a/Documentation/user/memory-areas.rst +++ b/Documentation/user/memory-areas.rst @@ -1,4 +1,4 @@ -memory areas +Memory areas ============ Several barebox commands like :ref:`command_md`, erase or crc work on an area diff --git a/Documentation/user/networking.rst b/Documentation/user/networking.rst index 23b0e4640..9c7bde44f 100644 --- a/Documentation/user/networking.rst +++ b/Documentation/user/networking.rst @@ -1,4 +1,4 @@ -networking +Networking ========== barebox has IPv4 networking support. Several protocols such as diff --git a/Documentation/user/user-manual.rst b/Documentation/user/user-manual.rst index fc97bac9a..aa6c08351 100644 --- a/Documentation/user/user-manual.rst +++ b/Documentation/user/user-manual.rst @@ -1,7 +1,7 @@ .. highlight:: console -barebox user manual -=================== +User manual +=========== Contents: