- add new applet rdev (Grant Erickson)

- fixes and shrink (me)
This commit is contained in:
Bernhard Reutner-Fischer
2008-08-19 11:28:52 +00:00
parent d7cc2e601d
commit c77e843c09
6 changed files with 41 additions and 0 deletions

View File

@ -3168,6 +3168,14 @@
"\n -s Set the system date and time (default)" \
"\n -p Print the date and time" \
#define rdev_trivial_usage \
""
#define rdev_full_usage "\n\n" \
"Print the device node associated with the filesystem mounted at '/'"
#define rdev_example_usage \
"$ rdev\n" \
"/dev/mtdblock9 /\n"
#define readahead_trivial_usage \
"[FILE]..."
#define readahead_full_usage "\n\n" \