summaryrefslogtreecommitdiffstats
path: root/Documentation/uboot-main.dox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-04-04 12:14:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-04-04 14:45:04 +0200
commit9c9f3ffd1682c5441e935a2d147ac3d51e20417e (patch)
tree47ece7c7b4941694b7cc7b8aa677033ddddae506 /Documentation/uboot-main.dox
parentc228b2b84ba82bc213896659c5213926bdd203c8 (diff)
downloadbarebox-9c9f3ffd1682c5441e935a2d147ac3d51e20417e.tar.gz
barebox-9c9f3ffd1682c5441e935a2d147ac3d51e20417e.tar.xz
Doxygen cleanups
- Remove trailing whitespaces from doxygen files - escape '<' '>' with backslashes. Otherwise Doxygen interpretes them as html tags Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/uboot-main.dox')
-rw-r--r--Documentation/uboot-main.dox12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/uboot-main.dox b/Documentation/uboot-main.dox
index 70529a413c..424e369c6b 100644
--- a/Documentation/uboot-main.dox
+++ b/Documentation/uboot-main.dox
@@ -56,7 +56,7 @@ about losing support for old boards.
- device parameter support
- Each device can have a unlimited number of parameters. They can be accessed
- on the command line with <devid>.<param>="...", for example
+ on the command line with \<devid\>.\<param\>="...", for example
'eth0.ip=192.168.0.7' or 'echo $eth0.ip'
- initcalls
@@ -135,10 +135,10 @@ just like every other program:
U-Boot 2.0.0-trunk (Jun 26 2007 - 22:34:38)
loading environment from /dev/env0
- uboot> /
+ uboot\> /
@endcode
-Specifying -[ie] <file> tells U-Boot to map the file as a device
+Specifying -[ie] \<file\> tells U-Boot to map the file as a device
under /dev. Files given with '-e' will appear as /dev/env[n]. Files
given with '-i' will appear as /dev/fd[n].
If U-Boot finds a valid configuration sector on /dev/env0 it will
@@ -158,10 +158,10 @@ If you have mapped a cramfs image try mounting it with
@endcode
Memory can be examined as usual using md/mw commands. They both understand
-the -f <file> option to tell the commands that they should work on the
+the -f \<file\> option to tell the commands that they should work on the
specified files instead of /dev/mem which holds the complete address space.
Note that if you call 'md /dev/fd0' (without -f) U-Boot will segfault on
-the host, because it will interpret /dev/fd0 as a number.
+the host, because it will interpret /dev/fd0 as a number.
@par Directory layout
@@ -186,7 +186,7 @@ lib / -> generic library functions (getopt, readline and the
common / -> common stuff
commands / -> many things previously in common/cmd_*, one command
- per file
+ per file
net / -> Networking stuff