From patchwork Tue Jun 11 15:05:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov via B4 Relay X-Patchwork-Id: 13693893 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BCA1E364CD for ; Tue, 11 Jun 2024 15:05:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718118304; cv=none; b=VGtyylApWS5Ym8VqzXAjBmJuDF8L77eUUotvpsPJXsE4rzKp8ilOqE6pEuhK5cVZ0SmBwf2RTn+GE8/MHNImy40xNQYY/F5AzV6k8xw1006eTk5ciVBSxugVphsoODMQntxa9+gQ5Ck1h7uMd2F6IRCQk4AZfY4ImRbnjv6zUNI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718118304; c=relaxed/simple; bh=HwyKXISv9S4WxlzFdaXjM7tZiTJw5UUoHOwCipu49ZQ=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=SZ09bv9Qt7bJ2ddAfcEoSEh7lzynsK4iuDfpO/3zqdtKoefIjGHZZzocVjPwJ/EO1bmTc3Wnt1n9GtQfI/OnfGgKwUgXNIMAZPW3uYe/V+EZjffAoJLfvpPTR06Zh/hzexaZvATUC1w9Az/u6pEDIzsZJdKFtEJGcoYyiYOiGcc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QmGABBa4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QmGABBa4" Received: by smtp.kernel.org (Postfix) with ESMTPS id 86061C4AF5F; Tue, 11 Jun 2024 15:05:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718118304; bh=HwyKXISv9S4WxlzFdaXjM7tZiTJw5UUoHOwCipu49ZQ=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=QmGABBa4o+/I1UH6l2yJbPU9IDDi5HBfgiHTb4oyCLt6ZGr9YUnpK4o26uMEZHQG2 Y6j68fcXYZVWSHpCzSprUv6q2TbeU8YdNRFXbpPaeN8mJkgoEu/k0/Pi0RBFxTOubA W+NwVY1Axub1Qs/gdVPIC0pfbahyMEOefngGWoXxkE3KVWCb3tHqLYAEFZIIQsc5hR np+LoDDGdHl9LsWDSLnpLK/J/Ko/zITBIZu0HpCweuAgKWuJvVFIPiihZAY+s9B9rm qCI1Q41IZtaGPsKBQ0SFcrpNiwlHaY1kI2eMn/9sYj7MHy0Bspn3nV1/fHZ6bLnSGJ QyO1Chy2mVGSQ== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E733C27C77; Tue, 11 Jun 2024 15:05:04 +0000 (UTC) From: Emil Velikov via B4 Relay Date: Tue, 11 Jun 2024 16:05:07 +0100 Subject: [PATCH kmod 07/20] man: misc punctuation fixes Precedence: bulk X-Mailing-List: linux-modules@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240611-man-v1-7-bd6864d49639@gmail.com> References: <20240611-man-v1-0-bd6864d49639@gmail.com> In-Reply-To: <20240611-man-v1-0-bd6864d49639@gmail.com> To: linux-modules@vger.kernel.org Cc: Emil Velikov X-Mailer: b4 0.13.0 X-Developer-Signature: v=1; a=ed25519-sha256; t=1718118301; l=2203; i=emil.l.velikov@gmail.com; s=20230301; h=from:subject:message-id; bh=O4mu2lAXXNBJUE43RRJdu3Q2copKlkDtEMzQhh1mrMU=; b=bf27jvIz4dFXaGJTtn3WmEq7Zgtaa13pPfUuJXq51d7ys1Hhj/hkNjTTUpgK7iFsvLOXn/XBc 2L+zcwx2TYDBXrH6R9KTuA0wVDkBXsY5J2W7afxNZkQhqB+ASDSavUF X-Developer-Key: i=emil.l.velikov@gmail.com; a=ed25519; pk=qeUTVTNyI3rcR2CfNNWsloTihgzmtbZo98GdxwZKCkY= X-Endpoint-Received: by B4 Relay for emil.l.velikov@gmail.com/20230301 with auth_id=35 X-Original-From: Emil Velikov Reply-To: emil.l.velikov@gmail.com From: Emil Velikov Some commas and a full stop was missing ;-) Signed-off-by: Emil Velikov --- man/depmod.d.5.scd | 2 +- man/kmod.8.scd | 4 ++-- man/lsmod.8.scd | 2 +- man/modprobe.8.scd | 2 +- man/rmmod.8.scd | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd index 4e05b93..9cf99d5 100644 --- a/man/depmod.d.5.scd +++ b/man/depmod.d.5.scd @@ -73,7 +73,7 @@ exclude _excludedir_ This specifies the trailing directories that will be excluded during the search for kernel modules. - The _excludedir_ is the trailing directory to exclude + The _excludedir_ is the trailing directory to exclude. # COPYRIGHT diff --git a/man/kmod.8.scd b/man/kmod.8.scd index 7bef863..2007a2d 100644 --- a/man/kmod.8.scd +++ b/man/kmod.8.scd @@ -15,10 +15,10 @@ Linux Kernel modules. Most users will only run it using its other names. # OPTIONS -*-V --version* +*-V*, *--version* Show the program version and exit. -*-h --help* +*-h*, *--help* Show the help message. # COMMANDS diff --git a/man/lsmod.8.scd b/man/lsmod.8.scd index 7195cba..eb2f2e8 100644 --- a/man/lsmod.8.scd +++ b/man/lsmod.8.scd @@ -19,7 +19,7 @@ Maintained by Jon Masters and others. # SEE ALSO -*insmod*(8), *modprobe*(8), *modinfo*(8) *depmod*(8) +*insmod*(8), *modprobe*(8), *modinfo*(8), *depmod*(8) # AUTHORS diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd index aac3a74..f4ce0be 100644 --- a/man/modprobe.8.scd +++ b/man/modprobe.8.scd @@ -202,7 +202,7 @@ Maintained by Jon Masters and others. # SEE ALSO -*modprobe.d*(5), *insmod*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8) *depmod*(8) +*modprobe.d*(5), *insmod*(8), *rmmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) # AUTHORS diff --git a/man/rmmod.8.scd b/man/rmmod.8.scd index 7813448..e1f656f 100644 --- a/man/rmmod.8.scd +++ b/man/rmmod.8.scd @@ -39,7 +39,7 @@ Maintained by Jon Masters and others. # SEE ALSO -*modprobe*(8), *insmod*(8), *lsmod*(8), *modinfo*(8) *depmod*(8) +*modprobe*(8), *insmod*(8), *lsmod*(8), *modinfo*(8), *depmod*(8) # AUTHORS