summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2014-05-13man: fixup spacing/parens in modprobe.d(5)Joe Lawrence1-2/+2
2014-03-06man: use systemd as example instead of udevLucas De Marchi1-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-06man: clarify the support to modules.dep fileLucas De Marchi2-11/+11
2014-03-06build-sys: add small redirecting MakefilesLucas De Marchi1-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-26Remove "rmmod -w" documentation and getopt entryStephen Kitt1-17/+0
This patch removes the cmdopts declaration and the documentation. They were leftover from the -w removal.
2014-01-24man: insmod documentation fixLukas Berk1-1/+1
Add comma between lsmod(8) and modinfo(8) Signed-off-by: Lukas Berk <lberk@redhat.com>
2014-01-02man: Change my contact email addressLucas De Marchi9-9/+9
2013-04-21build-sys: Add AM_V_XSLT to rule creating man pagesLucas De Marchi1-1/+5
2013-01-07man: fix lib dir in which we look for configLucas De Marchi1-1/+1
Thanks to William Hubbs <w.d.hubbs@gmail.com> for spotting the bug.
2012-09-08modinfo: clarify verbiage for field shortcutsDave Reisner1-5/+5
Cleanup the punctuation and grammar in this blurb, specifically pointing out what these are shortcuts for.
2012-07-26man/rmmod: specify each option in separate <term> tagDave Reisner1-3/+15
2012-07-26man/depmod: specify each option in separate <term> tagDave Reisner1-12/+56
2012-07-25man/modprobe: specify each option in separate <term> tagDave Reisner1-10/+69
2012-07-25man/modinfo: specify each option in separate <term> tagDave Reisner1-0/+8
This has the end result of comma delimiting equivalent options in the manpage, similar to many other manuals.
2012-07-25man/modinfo: document longopts for field shortcutsDave Reisner1-0/+13
2012-07-25man/modinfo: document --basedir optionDave Reisner1-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-25man/modprobe: clarify --dirname optionDave Reisner1-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-23doc: Don't reference /etc/modprobe.confJosh Boyer1-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-15doc: silent man page generation and fix gtk-doc warningsKay Sievers1-0/+1
2012-02-27man: detail modprobe.blacklist in kcmdlineLucas De Marchi1-1/+2
2012-02-03man: insmod: we don't handle modules from stdinLucas De Marchi1-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-03fix building and cleaning of manpagesDave Reisner1-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-02fix manpage build and install.Gustavo Sverzut Barbieri1-0/+3
just build and install manpages if tools are enabled. List stub modules.dep.bin in proper variable.
2012-01-16man: spelling fixesMiklos Vajna3-3/+3
2012-01-12man: build modinfo man pageLucas De Marchi3-170/+170
2012-01-12man: build modprobe man pageLucas De Marchi3-456/+461
2012-01-12man: build rmmod man pageLucas De Marchi3-160/+150
2012-01-12man: build lsmod man pageLucas De Marchi3-84/+71
2012-01-12man: build insmod man pageLucas De Marchi3-95/+86
2012-01-12man: build depmod man pageLucas De Marchi3-286/+276
2012-01-12man: build modules.dep{,.bin} man pagesLucas De Marchi3-91/+82
2012-01-12man: build modprobe.d man pageLucas De Marchi3-253/+240
2012-01-12build-sys: build man pagesLucas De Marchi2-0/+15
2012-01-12man: convert depmod.d.sgml to xml and update itLucas De Marchi2-130/+128
2012-01-12rename doc dir to manLucas De Marchi9-0/+1716