All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christopher Díaz Riveros" <chrisadr@gentoo.org>
To: linux-modules@vger.kernel.org
Cc: christopher.diaz.riv@gmail.com,
	"Christopher Díaz Riveros" <chrisadr@gentoo.org>
Subject: [PATCH] man/depmod: Add references in other man pages
Date: Mon, 16 Oct 2017 10:48:42 -0500	[thread overview]
Message-ID: <20171016154842.11104-1-chrisadr@gentoo.org> (raw)

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


             reply	other threads:[~2017-10-16 15:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16 15:48 Christopher Díaz Riveros [this message]
2017-10-16 21:43 ` [PATCH] man/depmod: Add references in other man pages Lucas De Marchi
2017-10-16 22:00   ` Christopher Díaz Riveros

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171016154842.11104-1-chrisadr@gentoo.org \
    --to=chrisadr@gentoo.org \
    --cc=christopher.diaz.riv@gmail.com \
    --cc=linux-modules@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.