modprobe: re-enable inadvertently disabled options
commitbd9064ed4ad51d5c107843b0ebc07a5593204de2
authorJon Masters <jcm@jonmasters.org>
Tue, 2 Mar 2010 05:30:37 +0000 (2 00:30 -0500)
committerJon Masters <jcm@jonmasters.org>
Tue, 2 Mar 2010 05:30:37 +0000 (2 00:30 -0500)
tree5c484a5236a00bbc53cf953a0d8fd555e28b6cb2
parentbc832cc1737aaa13c6a7600e39265b290bc64a57
modprobe: re-enable inadvertently disabled options

At some point several short options versions (-S, -D, -R) were inadvertently
disabled. The first is used to override the kernel version, the second is used
to dump dependency information, and the third dumps resolved alias information.

The documentation was updated in the manpages in the previous commit and is
now in sync with how modprobe is actually implemented.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
modprobe.c