From 6375853cd84dba3d4f4486f9c693e319924fe1d7 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 21 Aug 2008 20:18:55 +0000 Subject: [PATCH] - document rmmod -w and -f arguments --- include/usage.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ #define rmmod_full_usage "\n\n" \ "Unload the specified kernel modules from the kernel\n" \ "\nOptions:" \ + "\n -w Wait until the module is no longer used" \ + "\n -f Force unloading" \ "\n -a Remove all unused modules (recursively)" \ #define rmmod_example_usage \ @@ -3288,7 +3290,7 @@ #define route_trivial_usage \ "[{add|del|delete}]" #define route_full_usage "\n\n" \ - "Edit the kernel's routing tables\n" \ + "Edit kernel routing tables\n" \ "\nOptions:" \ "\n -n Don't resolve names" \ "\n -e Display other/more information" \ -- 2.25.1