- document rmmod -w and -f arguments
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 21 Aug 2008 20:18:55 +0000 (20:18 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 21 Aug 2008 20:18:55 +0000 (20:18 -0000)
include/usage.h

index 5df6526aabf4e87533a0ff023a90c8cee6dcfb00..dc519075919e9290d5273859b1ba715549932b8b 100644 (file)
 #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 \
 #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" \