[system-administrators-guide] directories should have a trailing slash

stephenw stephenw at fedoraproject.org
Sat Dec 13 08:33:41 UTC 2014


commit e230abf4466990613d70ff85754642ac2581f743
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Sat Dec 13 09:32:53 2014 +0100

    directories should have a trailing slash

 en-US/Manually_Upgrading_the_Kernel.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Manually_Upgrading_the_Kernel.xml b/en-US/Manually_Upgrading_the_Kernel.xml
index 295ba78..aacf3a5 100644
--- a/en-US/Manually_Upgrading_the_Kernel.xml
+++ b/en-US/Manually_Upgrading_the_Kernel.xml
@@ -491,7 +491,7 @@ Version: dracut-037-11.git20140402.fc20
     <para>
       On IBM eServer System i machines, the initial RAM disk and kernel files are combined into a single file, which is created with the <command>addRamDisk</command> command. This step is performed automatically if the kernel and its associated packages are installed or upgraded from the RPM packages distributed by &OSORG;; thus, it does not need to be executed manually. To verify that it was created, run the following command as <systemitem class="username">root</systemitem> to make sure the <filename>/boot/vmlinitrd-<replaceable>kernel_version</replaceable></filename> file already exists:
     </para>
-    <screen><command>ls -l /boot</command></screen>
+    <screen><command>ls -l /boot/</command></screen>
     <para>
       The <replaceable>kernel_version</replaceable> should match the version of the kernel just installed.
     </para>


More information about the docs-commits mailing list