Hi, I've added more documentation for the commands available in Barebox. While being there, I'm collecting things where I think we should add more examples etc; those are marked with \todos in order to find them quickly. The series is not complete yet, more patches will follow. The following changes since commit 615076e1fc11a86efdc76c64ce65cd336684c742: cfi_flash_amd: Add manufacturer-specific fixups (2010-12-03 01:53:14 +0800) are available in the git repository at: git://git.pengutronix.de/git/rsc/barebox.git for-mainline-doc Robert Schwebel (34): doc: remove non-existing references doc: add documentation for 'version' command doc: add documentation for 'unlzo' command doc: add documentation for 'umount' command doc: add documentation for 'usb' command doc: add documentation for ubi commands doc: add documentation for 'timeout' command doc: add documentation for 'true' command doc: add documentation for 'sleep' command doc: add documentation for 'rm' command doc: add documentation for 'rmdir' command doc: add documentation for 'mkdir' command doc: add documentation for 'test' command doc: add documentation for 'lsmod' command doc: add documentation for 'readline' command doc: add documentation for 'insmod' command doc: add documentation for 'help' command doc: add documentation for 'pwd' command doc: add documentation for 'false' command doc: add documentation for 'exec' command doc: add documentation for 'reset' command doc: add documentation for 'reginfo' command doc: add documentation for 'meminfo' command doc: add documentation for 'go' command doc: add documentation for 'source' command doc: add documentation for 'sh' command doc: add documentation for 'ping' command doc: add documentation for 'nfs' command doc: add documentation for 'rarpboot' command doc: add documentation for 'passwd' command doc: add documentation for 'nand' command doc: add documentation for 'mw' command doc: add documentation for 'memcmp' command doc: add documentation for 'md' command Documentation/commands.dox | 70 +++++++++++++++++----------------- Doxyfile | 3 +- arch/arm/mach-omap/syslib.c | 2 +- commands/exec.c | 5 ++ commands/false.c | 5 ++ commands/go.c | 17 ++++++-- commands/help.c | 22 +++++++--- commands/insmod.c | 13 +++++- commands/lsmod.c | 5 ++ commands/mem.c | 90 +++++++++++++++++++++++++----------------- commands/meminfo.c | 5 ++ commands/mkdir.c | 16 ++++++- commands/nand.c | 22 +++++++--- commands/net.c | 19 ++++++++- commands/passwd.c | 18 ++++++-- commands/pwd.c | 5 ++ commands/readline.c | 14 +++++- commands/reginfo.c | 12 ++++++ commands/reset.c | 5 ++ commands/rm.c | 7 ++- commands/rmdir.c | 7 ++- commands/sleep.c | 5 ++ commands/test.c | 16 +++++--- commands/timeout.c | 23 +++++++---- commands/true.c | 5 ++ commands/ubi.c | 39 ++++++++++++++----- commands/umount.c | 14 +++++- commands/unlzo.c | 14 +++++- commands/version.c | 15 +++++++- common/hush.c | 37 ++++++++++------- drivers/usb/core/usb.c | 14 +++++- net/nfs.c | 14 +++++- net/ping.c | 16 ++++++++ 33 files changed, 407 insertions(+), 167 deletions(-) _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox