From patchwork Mon Oct 16 15:48:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Christopher Diaz Riveros X-Patchwork-Id: 10009047 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 28FF860235 for ; Mon, 16 Oct 2017 15:50:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 18A65285D9 for ; Mon, 16 Oct 2017 15:50:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0B3CD28606; Mon, 16 Oct 2017 15:50:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_WEB autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9556A285D9 for ; Mon, 16 Oct 2017 15:50:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753520AbdJPPuM (ORCPT ); Mon, 16 Oct 2017 11:50:12 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:37260 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753208AbdJPPuL (ORCPT ); Mon, 16 Oct 2017 11:50:11 -0400 Received: from Gentoo.red.cuarto (unknown [181.67.35.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: chrisadr) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F69933BEBE; Mon, 16 Oct 2017 15:50:05 +0000 (UTC) From: =?UTF-8?q?Christopher=20D=C3=ADaz=20Riveros?= To: linux-modules@vger.kernel.org Cc: christopher.diaz.riv@gmail.com, =?UTF-8?q?Christopher=20D=C3=ADaz=20Riveros?= Subject: [PATCH] man/depmod: Add references in other man pages Date: Mon, 16 Oct 2017 10:48:42 -0500 Message-Id: <20171016154842.11104-1-chrisadr@gentoo.org> X-Mailer: git-send-email 2.15.0.rc1.dirty MIME-Version: 1.0 Sender: owner-linux-modules@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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 @@ modinfo8 + + depmod8 + 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 @@ modinfo8 + + depmod8 + 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 @@ modinfo8 + + depmod8 + 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 @@ modinfo8 + + depmod8 +