freebsd-dev/sbin/kldunload
Wojciech A. Koszek 5658c6d3f7 Extend kldunload(8) functionality and fix minor problems:
o multiple modules can be unloaded at once (specified either by id or be
  module name)
o exit with EX_USAGE after usage() is called.
o remove unused variables, since we keep command line flags as bitmask,
  in 'opt'.
o 'kldload -n ...' does nothing. Add comment to this options.

Additionally:
o Update manual page to conform new functionality.
o Increace WARNS to 6. Because we can.

Approved by:	cognet (mentor)
MFC after:	1 week
2006-02-27 22:20:57 +00:00
..
kldunload.8 Extend kldunload(8) functionality and fix minor problems: 2006-02-27 22:20:57 +00:00
kldunload.c Extend kldunload(8) functionality and fix minor problems: 2006-02-27 22:20:57 +00:00
Makefile Extend kldunload(8) functionality and fix minor problems: 2006-02-27 22:20:57 +00:00