linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] man/depmod: Add references in other man pages
@ 2017-10-16 15:48 Christopher Díaz Riveros
  2017-10-16 21:43 ` Lucas De Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Díaz Riveros @ 2017-10-16 15:48 UTC (permalink / raw)
  To: linux-modules; +Cc: christopher.diaz.riv, Christopher Díaz Riveros

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(+)

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>
-- 
2.15.0.rc1.dirty


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] man/depmod: Add references in other man pages
  2017-10-16 15:48 [PATCH] man/depmod: Add references in other man pages Christopher Díaz Riveros
@ 2017-10-16 21:43 ` Lucas De Marchi
  2017-10-16 22:00   ` Christopher Díaz Riveros
  0 siblings, 1 reply; 3+ messages in thread
From: Lucas De Marchi @ 2017-10-16 21:43 UTC (permalink / raw)
  To: Christopher Díaz Riveros; +Cc: linux-modules, christopher.diaz.riv

Hi,

On Mon, Oct 16, 2017 at 8:48 AM, Christopher D=C3=ADaz 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=C3=ADaz 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] man/depmod: Add references in other man pages
  2017-10-16 21:43 ` Lucas De Marchi
@ 2017-10-16 22:00   ` Christopher Díaz Riveros
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Díaz Riveros @ 2017-10-16 22:00 UTC (permalink / raw)
  To: Lucas De Marchi; +Cc: linux-modules, christopher.diaz.riv

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-16 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-16 15:48 [PATCH] man/depmod: Add references in other man pages Christopher Díaz Riveros
2017-10-16 21:43 ` Lucas De Marchi
2017-10-16 22:00   ` Christopher Díaz Riveros

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).