Following instructions in https://fedoraproject.org/wiki/Changes/UnversionedDocdirs change the per package documentation directory in /usr/share/doc to unversioned, just containing the package's name (previously it contained both the package's name and its version). --- en-US/Boot_Init_Shutdown.xml | 2 +- en-US/Grub.xml | 2 +- en-US/Kickstart2.xml | 2 +- en-US/pxe-server.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en-US/Boot_Init_Shutdown.xml b/en-US/Boot_Init_Shutdown.xml index 1f15e22..d0bb832 100644 --- a/en-US/Boot_Init_Shutdown.xml +++ b/en-US/Boot_Init_Shutdown.xml @@ -207,7 +207,7 @@ Once the second stage boot loader has determined which kernel to boot, it locates the corresponding kernel binary in the <filename>/boot/</filename> directory. The kernel binary is named using the following format — <filename>/boot/vmlinuz-<replaceable><kernel-version></replaceable></filename> file (where <filename><replaceable><kernel-version></replaceable></filename> corresponds to the kernel version specified in the boot loader's settings). </para> <para> - The bootloader is also used to pass arguments to the kernel it loads. This allows the system to operate with a specified root filesystem, enable or disable kernel modules and system features, or configure booting to a specific runlevel. For instructions on using the boot loader to supply command line arguments to the kernel, refer to <xref linkend="ch-grub" />. Specific kernel parameters are described in <filename>/usr/share/doc/kernel-doc-*/Documentation/kernel-parameters.txt</filename>, which is provided by the <package>kernel-doc</package> package. For information on changing the target at the boot loader prompt, refer <xref linkend="s1-grub-targets" />. + The bootloader is also used to pass arguments to the kernel it loads. This allows the system to operate with a specified root filesystem, enable or disable kernel modules and system features, or configure booting to a specific runlevel. For instructions on using the boot loader to supply command line arguments to the kernel, refer to <xref linkend="ch-grub" />. Specific kernel parameters are described in <filename>/usr/share/doc/kernel-doc/Documentation/kernel-parameters.txt</filename>, which is provided by the <package>kernel-doc</package> package. For information on changing the target at the boot loader prompt, refer <xref linkend="s1-grub-targets" />. </para> <para> The boot loader then places one or more appropriate <filename>initramfs</filename> images into memory. The <filename>initramfs</filename> is used by the kernel to load drivers and modules necessary to boot the system. diff --git a/en-US/Grub.xml b/en-US/Grub.xml index 399aa83..d30ef58 100644 --- a/en-US/Grub.xml +++ b/en-US/Grub.xml @@ -1034,7 +1034,7 @@ chainloader +1 <itemizedlist> <listitem> <para> - <filename>/usr/share/doc/grub-<replaceable><version-number></replaceable>/</filename> — This directory contains good information about using and configuring GRUB, where <replaceable><version-number></replaceable> corresponds to the version of the GRUB package installed. + <filename>/usr/share/doc/grub/</filename> — This directory contains good information about using and configuring GRUB. </para> </listitem> diff --git a/en-US/Kickstart2.xml b/en-US/Kickstart2.xml index 11f72f6..8339601 100644 --- a/en-US/Kickstart2.xml +++ b/en-US/Kickstart2.xml @@ -338,7 +338,7 @@ Boot loader configuration <listitem> <para> - <command>--enablehesiod</command> — Enable Hesiod support for looking up user home directories, UIDs, and shells. More information on setting up and using Hesiod on your network is in <filename>/usr/share/doc/glibc-2.x.x/README.hesiod</filename>, which is included in + <command>--enablehesiod</command> — Enable Hesiod support for looking up user home directories, UIDs, and shells. More information on setting up and using Hesiod on your network is in <filename>/usr/share/doc/glibc/README.hesiod</filename>, which is included in the <filename>glibc</filename> package. Hesiod is an extension of DNS that uses DNS records to store information about users, groups, and various other items. </para> </listitem> diff --git a/en-US/pxe-server.xml b/en-US/pxe-server.xml index 7b764ec..7a7e70f 100644 --- a/en-US/pxe-server.xml +++ b/en-US/pxe-server.xml @@ -63,9 +63,9 @@ configure it according to the instructions found in the <package>syslinux</package> package documentation. For more information, refer to your local files - <filename>/usr/share/doc/syslinux-<replaceable>version</replaceable>/syslinux.doc</filename> + <filename>/usr/share/doc/syslinux/syslinux.doc</filename> and - <filename>/usr/share/doc/syslinux-<replaceable>version</replaceable>/pxelinux.doc</filename>.</para> + <filename>/usr/share/doc/syslinux/pxelinux.doc</filename>.</para> </section> <section id="sn-cobbler-setup-distro"> <title>Setting Up the Distribution</title> -- 1.8.4.2 -- docs mailing list docs@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/docs