From patchwork Tue Jun 11 15:05:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Emil Velikov via B4 Relay X-Patchwork-Id: 13693892 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 A4D8B2E644 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=sb/GC1BMcbW7U6X0TiWDxJoeJJi/L6yB1muLFkdo47ZP/dAq56E9LUbnBRLw+H8Ls58kwmnhRH1/WXOOXzoX84oi3AsoOYUd2Md0Mp0T2MC8zzt7zWh9H0j2LmtSYZAHxa7yHGKwHpYzPF3O5GX4gE311oUF0fxiNBzJWEb0w5k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718118304; c=relaxed/simple; bh=YxVTQWFK0ULliU8yINBDLTRH62SL+CObsNtitF+Ux50=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=oM83HuyulhkTUh7SXVZt9i2PGFmMLEjyb7hV+1S917FaNKbksErgG/J4/jvpeV2Ot7d9zB0CQAyIx92q1AlpwRUNrg09zbPVpD3hxh0x0qVhW+D5K9pVXC0m+aMjJB6p89afBT3ngXcb3gdXpgpmX4ChCZ2n9MxNa6Bm+nB3ttw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DbVlwLaX; 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="DbVlwLaX" Received: by smtp.kernel.org (Postfix) with ESMTPS id 7A1CCC4AF55; 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=YxVTQWFK0ULliU8yINBDLTRH62SL+CObsNtitF+Ux50=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=DbVlwLaXKb7b6ziSWvvo22KH5smwowsXkWdlr6E+YhhWMECcDsOpJtd2XVquD3nbh knV72LHkmzb4YGnbflrwCRALmglwxL3h8VFwuRomOZT+H3L09K5/OrNZ25b5ojx/QM sIwwX0HmhJZY7jDPsio1/mgCNbt1LKmRusjPaMQZd2zqSj71aRrvVyMHT0zBmmZwj4 C6yT4AKX8nE0iMQOxMvbKbsF68E9LNHxuu5CzTpixS1s9fuqcsETpAMw3k9sEEg9lL SHe65nEPg+lsxzfLs4IiyB1kKLBcXXjDR/noC+RIzWwL5BWBGbiUJlkGYgDOVuwZZH ry28f/iXouQag== 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 6FA47C27C7B; Tue, 11 Jun 2024 15:05:04 +0000 (UTC) From: Emil Velikov via B4 Relay Date: Tue, 11 Jun 2024 16:05:06 +0100 Subject: [PATCH kmod 06/20] man: white space 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-6-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=4971; i=emil.l.velikov@gmail.com; s=20230301; h=from:subject:message-id; bh=Ex8172Z3JhiuC/8VPfdZczsy5Xn1oTcythmsLXdNtQA=; b=ZV7RckVXyVMjxSOrpgvG69+jQqXEPjlgCSI45mwbuoPb4h32R1eE1h4fAOm0W67bnHXHQb5vJ y39dPFQxSO7Af+reiG01X/8S8nQORKTkWkWYus6JbfyAoaF+QaanKPR 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 These were present in the original xml files and I opted to keep them separate fix to make the transition/comparison easier. Signed-off-by: Emil Velikov --- man/depmod.8.scd | 4 ++-- man/depmod.d.5.scd | 2 +- man/modprobe.8.scd | 8 ++++---- man/modprobe.d.5.scd | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/man/depmod.8.scd b/man/depmod.8.scd index 8cb6449..80cc48d 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -54,8 +54,8 @@ rather than the current kernel version (as returned by *uname -r*). than running *depmod* again later. *-o* _outdir_, *--outdir* _outdir_ - Set the output directory where depmod will store any generated file. - _ outdir_ serves as a root to that location, similar to how _basedir_ is + Set the output directory where *depmod* will store any generated file. + _outdir_ serves as a root to that location, similar to how _basedir_ is used. Also this setting takes precedence and if used together with _basedir_ it will result in the input being that directory, but the output being the one set by _outdir_. diff --git a/man/depmod.d.5.scd b/man/depmod.d.5.scd index 9c42478..4e05b93 100644 --- a/man/depmod.d.5.scd +++ b/man/depmod.d.5.scd @@ -50,7 +50,7 @@ override _modulename_ _kernelversion_ _modulesubdirectory_ This command allows you to override which version of a specific module will be used when more than one module sharing the same name is processed by the *depmod* command. It is possible to specify one kernel - or all kernels using the \* wildcard. _ modulesubdirectory_ is the name + or all kernels using the \* wildcard. _modulesubdirectory_ is the name of the subdirectory under @MODULE_DIRECTORY@ (or other module location) where the target module is installed. diff --git a/man/modprobe.8.scd b/man/modprobe.8.scd index 653fbd9..aac3a74 100644 --- a/man/modprobe.8.scd +++ b/man/modprobe.8.scd @@ -6,7 +6,7 @@ modprobe - Add and remove modules from the Linux Kernel # SYNOPSIS -*modprobe* [*-v*] [*-V*] [*-C *_config-file_] [*-n*] [*-i*] [*-q*] [*-b*] [_modulename_] +*modprobe* [*-v*] [*-V*] [*-C* _config-file_] [*-n*] [*-i*] [*-q*] [*-b*] [_modulename_] \ \ \ \ \ \ \ \ \ \[_module parameters_...] *modprobe* [*-r*] [*-v*] [*-n*] [*-i*] [_modulename_...] @@ -19,10 +19,10 @@ modprobe - Add and remove modules from the Linux Kernel *modprobe* intelligently adds or removes a module from the Linux kernel: note that for convenience, there is no difference between \_ and - in module names -(automatic underscore conversion is performed). * modprobe* looks in the module +(automatic underscore conversion is performed). *modprobe* looks in the module directory @DISTCONFDIR@/`uname -r` for all the modules and other files, except for the optional configuration files in the /etc/modprobe.d directory (see -*modprobe.d*(5)). * modprobe* will also use module options specified on the +*modprobe.d*(5)). *modprobe* will also use module options specified on the kernel command line in the form of .