Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-13 | man: fixup spacing/parens in modprobe.d(5) | Joe Lawrence | 1 | -2/+2 | |
2014-03-06 | man: use systemd as example instead of udev | Lucas De Marchi | 1 | -3/+5 | |
Nowadays udev doesn't create nodes in /dev anymore. This role is rather taken by systemd-tmpfiles on early boot so reference it generically as systemd. | |||||
2014-03-06 | man: clarify the support to modules.dep file | Lucas De Marchi | 2 | -11/+11 | |
2014-03-06 | build-sys: add small redirecting Makefiles | Lucas De Marchi | 1 | -0/+2 | |
These redirecting makefiles simplifies compiling from some editors and when CWD is not the root of the source tree. This is similar to what was introduced in systemd in 340d89e ("build-sys: add small redirecting Makefiles to simplify compilation from within emacs") | |||||
2014-01-26 | Remove "rmmod -w" documentation and getopt entry | Stephen Kitt | 1 | -17/+0 | |
This patch removes the cmdopts declaration and the documentation. They were leftover from the -w removal. | |||||
2014-01-24 | man: insmod documentation fix | Lukas Berk | 1 | -1/+1 | |
Add comma between lsmod(8) and modinfo(8) Signed-off-by: Lukas Berk <lberk@redhat.com> | |||||
2014-01-02 | man: Change my contact email address | Lucas De Marchi | 9 | -9/+9 | |
2013-04-21 | build-sys: Add AM_V_XSLT to rule creating man pages | Lucas De Marchi | 1 | -1/+5 | |
2013-01-07 | man: fix lib dir in which we look for config | Lucas De Marchi | 1 | -1/+1 | |
Thanks to William Hubbs <w.d.hubbs@gmail.com> for spotting the bug. | |||||
2012-09-08 | modinfo: clarify verbiage for field shortcuts | Dave Reisner | 1 | -5/+5 | |
Cleanup the punctuation and grammar in this blurb, specifically pointing out what these are shortcuts for. | |||||
2012-07-26 | man/rmmod: specify each option in separate <term> tag | Dave Reisner | 1 | -3/+15 | |
2012-07-26 | man/depmod: specify each option in separate <term> tag | Dave Reisner | 1 | -12/+56 | |
2012-07-25 | man/modprobe: specify each option in separate <term> tag | Dave Reisner | 1 | -10/+69 | |
2012-07-25 | man/modinfo: specify each option in separate <term> tag | Dave Reisner | 1 | -0/+8 | |
This has the end result of comma delimiting equivalent options in the manpage, similar to many other manuals. | |||||
2012-07-25 | man/modinfo: document longopts for field shortcuts | Dave Reisner | 1 | -0/+13 | |
2012-07-25 | man/modinfo: document --basedir option | Dave Reisner | 1 | -0/+11 | |
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 | man/modprobe: clarify --dirname option | Dave Reisner | 1 | -3/+1 | |
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-05-23 | doc: Don't reference /etc/modprobe.conf | Josh Boyer | 1 | -2/+2 | |
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-04-15 | doc: silent man page generation and fix gtk-doc warnings | Kay Sievers | 1 | -0/+1 | |
2012-02-27 | man: detail modprobe.blacklist in kcmdline | Lucas De Marchi | 1 | -1/+2 | |
2012-02-03 | man: insmod: we don't handle modules from stdin | Lucas De Marchi | 1 | -2/+1 | |
- 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 | fix building and cleaning of manpages | Dave Reisner | 1 | -0/+3 | |
- 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-02 | fix manpage build and install. | Gustavo Sverzut Barbieri | 1 | -0/+3 | |
just build and install manpages if tools are enabled. List stub modules.dep.bin in proper variable. | |||||
2012-01-16 | man: spelling fixes | Miklos Vajna | 3 | -3/+3 | |
2012-01-12 | man: build modinfo man page | Lucas De Marchi | 3 | -170/+170 | |
2012-01-12 | man: build modprobe man page | Lucas De Marchi | 3 | -456/+461 | |
2012-01-12 | man: build rmmod man page | Lucas De Marchi | 3 | -160/+150 | |
2012-01-12 | man: build lsmod man page | Lucas De Marchi | 3 | -84/+71 | |
2012-01-12 | man: build insmod man page | Lucas De Marchi | 3 | -95/+86 | |
2012-01-12 | man: build depmod man page | Lucas De Marchi | 3 | -286/+276 | |
2012-01-12 | man: build modules.dep{,.bin} man pages | Lucas De Marchi | 3 | -91/+82 | |
2012-01-12 | man: build modprobe.d man page | Lucas De Marchi | 3 | -253/+240 | |
2012-01-12 | build-sys: build man pages | Lucas De Marchi | 2 | -0/+15 | |
2012-01-12 | man: convert depmod.d.sgml to xml and update it | Lucas De Marchi | 2 | -130/+128 | |
2012-01-12 | rename doc dir to man | Lucas De Marchi | 9 | -0/+1716 | |