diff options
author | Christopher Díaz Riveros <chrisadr@gentoo.org> | 2017-10-16 10:48:42 -0500 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2017-10-16 14:39:20 -0700 |
commit | 8803e486a930303f2cc85819eb331104ef4add69 (patch) | |
tree | 0727d46046b647c8f6dbf107cdbd12b8488be347 /man/modprobe.xml | |
parent | 1e48901166efd65c574de9f6a2b7139721b72623 (diff) | |
download | kmod-8803e486a930303f2cc85819eb331104ef4add69.tar.gz kmod-8803e486a930303f2cc85819eb331104ef4add69.tar.bz2 kmod-8803e486a930303f2cc85819eb331104ef4add69.zip |
man/depmod: Add references in other man pages
Depmod man page is not referenced in some man pages. This makes it
harder to find through reading documentation.
References added to:
-man/insmod.xml
-man/lsmod.xml
-man/modprobe.xml
-man/rmmod.xml
Signed-off-by: Christopher Díaz Riveros <chrisadr@gentoo.org>
Diffstat (limited to 'man/modprobe.xml')
-rw-r--r-- | man/modprobe.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/modprobe.xml b/man/modprobe.xml index 9cb4476..12d49f2 100644 --- a/man/modprobe.xml +++ b/man/modprobe.xml @@ -512,6 +512,9 @@ <citerefentry> <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum> </citerefentry> + <citerefentry> + <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum> + </citerefentry> </para> </refsect1> </refentry> |