diff options
Diffstat (limited to 'util-linux/rdev.c')
-rw-r--r-- | util-linux/rdev.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/rdev.c b/util-linux/rdev.c index 2fbb4d377..1212f841e 100644 --- a/util-linux/rdev.c +++ b/util-linux/rdev.c | |||
@@ -9,6 +9,15 @@ | |||
9 | * | 9 | * |
10 | */ | 10 | */ |
11 | 11 | ||
12 | //usage:#define rdev_trivial_usage | ||
13 | //usage: "" | ||
14 | //usage:#define rdev_full_usage "\n\n" | ||
15 | //usage: "Print the device node associated with the filesystem mounted at '/'" | ||
16 | //usage: | ||
17 | //usage:#define rdev_example_usage | ||
18 | //usage: "$ rdev\n" | ||
19 | //usage: "/dev/mtdblock9 /\n" | ||
20 | |||
12 | #include "libbb.h" | 21 | #include "libbb.h" |
13 | 22 | ||
14 | int rdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 23 | int rdev_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |