]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs: fix some typos
authorLouis Sautier <sautier.louis@gmail.com>
Sat, 1 Jun 2024 12:50:35 +0000 (14:50 +0200)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 1 Jun 2024 21:13:04 +0000 (17:13 -0400)
Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
dracut.html
man/dracut.cmdline.7.asc
man/dracut.modules.7.asc

index 7bf14aa04aa88926d381e4fc8fe3d9650bb75f05..2e2875046e83c34ed39875409fa1d8069cf0ce87 100644 (file)
@@ -2843,8 +2843,8 @@ it, e.g. <code class="literal">rd.luks.name=cccc=mykeys</code>, otherwise it get
 when not needed anymore.</p></div><div class="variablelist"><dl class="variablelist"><dt><span class="term">
 <span class="strong"><strong>rd.luks.key.tout=0</strong></span>
 </span></dt><dd>
-    specify how many times dracut will try to read the keys specified in in
-    rd.luk.key. This gives a chance to the removable device containing the key
+    specify how many times dracut will try to read the keys specified in
+    rd.luks.key. This gives a chance to the removable device containing the key
     to initialise.
 </dd></dl></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_md_raid"></a>MD RAID</h3></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term">
 <span class="strong"><strong>rd.md=0</strong></span>
@@ -3999,7 +3999,7 @@ arguments and sets up the directory, in which everything is installed. It then
 executes all check, install, installkernel scripts found in the modules, which
 are to be processed. After everything is installed, the install directory is
 archived and compressed to the final initramfs image. All helper functions used
-by check, install and installkernel are found in in the file <span class="emphasis"><em>dracut-functions</em></span>.
+by check, install and installkernel are found in the file <span class="emphasis"><em>dracut-functions</em></span>.
 These shell functions are available to all module installer (install,
 installkernel) scripts, without the need to source <span class="emphasis"><em>dracut-functions</em></span>.</p><p>A module can check the preconditions for install and installkernel with the
 check script. Also dependencies can be expressed with check. If a module passed
@@ -4199,4 +4199,4 @@ local-fs-pre.target                dracut-pre-trigger.service
                                           switch-root</pre></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_author_4"></a>AUTHOR</h2></div></div></div><p>Harald Hoyer</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_see_also_6"></a>SEE ALSO</h2></div></div></div><p><span class="strong"><strong>dracut</strong></span>(8) <span class="strong"><strong>bootup</strong></span>(7)</p></div></div><div class="appendix"><div class="titlepage"><div><div><h2 class="title"><a id="_license"></a>Appendix A. License</h2></div></div></div><p>This work is licensed under the Creative Commons Attribution/Share-Alike
 License. To view a copy of this license, visit
 <a class="ulink" href="http://creativecommons.org/licenses/by-sa/3.0/" target="_top">http://creativecommons.org/licenses/by-sa/3.0/</a> or send a letter to Creative
-Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.</p></div></div></div></body></html>
\ No newline at end of file
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.</p></div></div></div></body></html>
index 7c0051e18f18ea0d011566c56bafe1831c4ed9ce..1f4973edb77950933a953f66cab92b8d634b6284 100644 (file)
@@ -452,8 +452,8 @@ when not needed anymore.
 ===============================
 
 **rd.luks.key.tout=0**::
-    specify how many times dracut will try to read the keys specified in in
-    rd.luk.key. This gives a chance to the removable device containing the key
+    specify how many times dracut will try to read the keys specified in
+    rd.luks.key. This gives a chance to the removable device containing the key
     to initialise.
 
 MD RAID
index 0f33bd712003e216637f9ae08f7b3d86b0588490..c2fcf51c62634ff7ae710b254d340f2e5698dea0 100644 (file)
@@ -25,7 +25,7 @@ arguments and sets up the directory, in which everything is installed. It then
 executes all check, install, installkernel scripts found in the modules, which
 are to be processed. After everything is installed, the install directory is
 archived and compressed to the final initramfs image. All helper functions used
-by check, install and installkernel are found in in the file _dracut-functions_.
+by check, install and installkernel are found in the file _dracut-functions_.
 These shell functions are available to all module installer (install,
 installkernel) scripts, without the need to source _dracut-functions_.