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

stephenw stephenw at fedoraproject.org
Thu Jan 15 21:26:05 UTC 2015


commit cb28c19ccf33a3d952072e67a3436dda97239857
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 b6d57f5..c8a31b0 100644
--- a/en-US/Manually_Upgrading_the_Kernel.xml
+++ b/en-US/Manually_Upgrading_the_Kernel.xml
@@ -488,7 +488,7 @@ Version: dracut-038-31.git20141204.fc21
     <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