Message ID | 20171016154842.11104-1-chrisadr@gentoo.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On Mon, Oct 16, 2017 at 8:48 AM, Christopher Díaz Riveros <chrisadr@gentoo.org> wrote: > 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> > --- > > Hi, this is the first patch that I submit, I know that the changes should > be as atomic as posible, but I'm leaving the four changes as a single > commig since it represents a whole change by itself. If you need me to > split in four different commits please let me know. > LGTM the way you did. Thanks, applied. Lucas De Marchi -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Oct 16, 2017 at 02:43:38PM -0700, Lucas De Marchi wrote: > > LGTM the way you did. Thanks, applied. Thank you very much, that's awesome, I didn't thought it was going to be accepted in the first try, hehe. I'll try to find more things to do, I read that kernel janitors is a good place to start. Christopher Díaz Riveros Gentoo Developer -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/man/insmod.xml b/man/insmod.xml index 8ff4e20..3ebdccd 100644 --- a/man/insmod.xml +++ b/man/insmod.xml @@ -79,6 +79,9 @@ <citerefentry> <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum> </citerefentry> + <citerefentry> + <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum> + </citerefentry> </para> </refsect1> </refentry> diff --git a/man/lsmod.xml b/man/lsmod.xml index 8815a7e..588f228 100644 --- a/man/lsmod.xml +++ b/man/lsmod.xml @@ -65,6 +65,9 @@ <citerefentry> <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum> </citerefentry> + <citerefentry> + <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum> + </citerefentry> </para> </refsect1> </refentry> 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> diff --git a/man/rmmod.xml b/man/rmmod.xml index 4b9fad7..e7c7e5f 100644 --- a/man/rmmod.xml +++ b/man/rmmod.xml @@ -139,6 +139,9 @@ <citerefentry> <refentrytitle>modinfo</refentrytitle><manvolnum>8</manvolnum> </citerefentry> + <citerefentry> + <refentrytitle>depmod</refentrytitle><manvolnum>8</manvolnum> + </citerefentry> </para> </refsect1> </refentry>
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> --- Hi, this is the first patch that I submit, I know that the changes should be as atomic as posible, but I'm leaving the four changes as a single commig since it represents a whole change by itself. If you need me to split in four different commits please let me know. Regards man/insmod.xml | 3 +++ man/lsmod.xml | 3 +++ man/modprobe.xml | 3 +++ man/rmmod.xml | 3 +++ 4 files changed, 12 insertions(+)