Commit Graph

20 Commits

Author SHA1 Message Date
Dave Reisner 072122f9dc man/modinfo: document --basedir option
This was never documented in the manpage of module-init-tools either.
The flag is identical in function to modprobe's --dirname option, so use
the same language to describe it.
2012-07-25 19:37:47 -04:00
Dave Reisner 465f2d6b7c man/modprobe: clarify --dirname option
The documentation for this flag leads one to believe that the full path
to the module directory is needed. In reality, this flag specifies only
the root of the module path.
2012-07-25 19:37:17 -04:00
Josh Boyer 7ef9f30c91 doc: Don't reference /etc/modprobe.conf
kmod doesn't read /etc/modprobe.conf at all, so don't mention it in the
modprobe man page.  Point users to modprobe.d(5) instead.
2012-05-23 18:03:35 -03:00
Kay Sievers 471a7d0089 doc: silent man page generation and fix gtk-doc warnings 2012-04-15 18:10:10 -03:00
Lucas De Marchi dcf06c5306 man: detail modprobe.blacklist in kcmdline 2012-02-27 20:35:12 -03:00
Lucas De Marchi 6923e95b66 man: insmod: we don't handle modules from stdin
- Gah, kmod insmod can't load from stdin anymore. :/
- What's the use case?
- zcat module.ko.gz | insmod - (but the new insmod apparently can load .gz fine)
- yes... just insmod module.ko.gz
- and actually insmod(8) says it works. :)

Not anymore...
2012-02-03 16:33:36 -02:00
Dave Reisner 3e71e7e7ad fix building and cleaning of manpages
- add modules.dep as an explicit dependency of modules.dep.bin to ensure
  parallel builds don't fail
- add generated man pages to CLEANFILES
2012-02-03 09:10:13 -05:00
Gustavo Sverzut Barbieri f4ac4a0b4e fix manpage build and install.
just build and install manpages if tools are enabled.

List stub modules.dep.bin in proper variable.
2012-02-02 17:04:29 -02:00
Miklos Vajna 9be0162f9b man: spelling fixes 2012-01-16 23:01:36 -02:00
Lucas De Marchi 9f11c43d8d man: build modinfo man page 2012-01-12 14:33:05 -02:00
Lucas De Marchi f57497cc9a man: build modprobe man page 2012-01-12 14:33:05 -02:00
Lucas De Marchi dfcb8aa651 man: build rmmod man page 2012-01-12 14:33:05 -02:00
Lucas De Marchi 26df21009d man: build lsmod man page 2012-01-12 14:33:04 -02:00
Lucas De Marchi d5578ee0db man: build insmod man page 2012-01-12 14:33:04 -02:00
Lucas De Marchi 6d96056303 man: build depmod man page 2012-01-12 14:33:04 -02:00
Lucas De Marchi c0bcb67059 man: build modules.dep{,.bin} man pages 2012-01-12 14:33:04 -02:00
Lucas De Marchi 5173e8e842 man: build modprobe.d man page 2012-01-12 14:21:22 -02:00
Lucas De Marchi 904b57d022 build-sys: build man pages 2012-01-12 14:21:22 -02:00
Lucas De Marchi 5b24df2ffc man: convert depmod.d.sgml to xml and update it 2012-01-12 14:21:22 -02:00
Lucas De Marchi cb8547c98f rename doc dir to man 2012-01-12 10:05:25 -02:00