diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-10 12:08:08 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-12-10 12:08:08 -0600 |
commit | 943017f816fccb47e9d3ce0ec9a4fc99d2110e30 (patch) | |
tree | b861b3f24737b9078a951f236be247327fbda784 | |
parent | 612ad5d1ab322ba9e9949d4c887b0273aca2ff9a (diff) | |
download | docs-943017f816fccb47e9d3ce0ec9a4fc99d2110e30.tar.gz docs-943017f816fccb47e9d3ce0ec9a4fc99d2110e30.tar.bz2 docs-943017f816fccb47e9d3ce0ec9a4fc99d2110e30.tar.xz docs-943017f816fccb47e9d3ce0ec9a4fc99d2110e30.zip |
Admin: ch08: ensure directory names are FILENAMEs
-rw-r--r-- | src/admin/8_fslayout.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/8_fslayout.xml b/src/admin/8_fslayout.xml index 4d9b1e5..3aac814 100644 --- a/src/admin/8_fslayout.xml +++ b/src/admin/8_fslayout.xml @@ -3,7 +3,7 @@ <title>File System Layout</title> <highlights><para>In this chapter, we will review directories and files common to all Adélie Linux systems. Adélie Linux is based on the Filesystem Hierarchy Standard (FHS) 3.0 specification; directories and files specified in FHS are not covered here.</para></highlights> <section> - <title>/etc: Host-specific system configuration</title> + <title><filename class="directory">/etc</filename>: Host-specific system configuration</title> <section> <title>Purpose</title> <para>As in FHS, the /etc hierarchy contains configuration files specific to a single host.</para> @@ -77,7 +77,7 @@ </table> </section> <section> - <title>/etc/apk: Configuration files for the package manager</title> + <title><filename class="directory">/etc/apk</filename>: Configuration files for the package manager</title> <section> <title>Purpose</title> <para><filename class="directory">/etc/apk</filename> is used for configuring the Adélie Linux package manager, as described in <xref linkend="packages"/>.</para> |