diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-21 20:18:55 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-21 20:18:55 +0000 |
| commit | 6375853cd84dba3d4f4486f9c693e319924fe1d7 (patch) | |
| tree | 2cd1cde215514b81696f7eb1960bb60b85705b6f /include | |
| parent | e82da4dfee75214e516eb4ccf96745ab82f55396 (diff) | |
| download | busybox-w32-6375853cd84dba3d4f4486f9c693e319924fe1d7.tar.gz busybox-w32-6375853cd84dba3d4f4486f9c693e319924fe1d7.tar.bz2 busybox-w32-6375853cd84dba3d4f4486f9c693e319924fe1d7.zip | |
- document rmmod -w and -f arguments
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 5df6526aa..dc5190759 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -3280,6 +3280,8 @@ | |||
| 3280 | #define rmmod_full_usage "\n\n" \ | 3280 | #define rmmod_full_usage "\n\n" \ |
| 3281 | "Unload the specified kernel modules from the kernel\n" \ | 3281 | "Unload the specified kernel modules from the kernel\n" \ |
| 3282 | "\nOptions:" \ | 3282 | "\nOptions:" \ |
| 3283 | "\n -w Wait until the module is no longer used" \ | ||
| 3284 | "\n -f Force unloading" \ | ||
| 3283 | "\n -a Remove all unused modules (recursively)" \ | 3285 | "\n -a Remove all unused modules (recursively)" \ |
| 3284 | 3286 | ||
| 3285 | #define rmmod_example_usage \ | 3287 | #define rmmod_example_usage \ |
| @@ -3288,7 +3290,7 @@ | |||
| 3288 | #define route_trivial_usage \ | 3290 | #define route_trivial_usage \ |
| 3289 | "[{add|del|delete}]" | 3291 | "[{add|del|delete}]" |
| 3290 | #define route_full_usage "\n\n" \ | 3292 | #define route_full_usage "\n\n" \ |
| 3291 | "Edit the kernel's routing tables\n" \ | 3293 | "Edit kernel routing tables\n" \ |
| 3292 | "\nOptions:" \ | 3294 | "\nOptions:" \ |
| 3293 | "\n -n Don't resolve names" \ | 3295 | "\n -n Don't resolve names" \ |
| 3294 | "\n -e Display other/more information" \ | 3296 | "\n -e Display other/more information" \ |
