From 82e908274a83ffc2f21e184c279bbd2ead6b3244 Mon Sep 17 00:00:00 2001 From: bdubbs Date: Fri, 28 Aug 2020 16:26:18 +0000 Subject: [PATCH] typos git-svn-id: svn://svn.linuxfromscratch.org/LFS/trunk/BOOK@12038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/systemd-custom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter09/systemd-custom.xml b/chapter09/systemd-custom.xml index 809c1a273..7addaefbb 100644 --- a/chapter09/systemd-custom.xml +++ b/chapter09/systemd-custom.xml @@ -54,7 +54,7 @@ EOF ln -sfv /dev/null /etc/systemd/system/tmp.mount - Alternatively, if a a separate partition for + Alternatively, if a separate partition for /tmp is desired, specify that partition in a /etc/fstab entry. @@ -103,7 +103,7 @@ EOF The type field, q, discusses creating a subvolume with quotas which is really only applicable to btrfs filesystems. It references type v which in turn references type d (directory). This then creates the - specified directory if is is not present and adjusts the permissions + specified directory if it is not present and adjusts the permissions and ownership as specified. Contents of the directory will be subject to time based cleanup if the age argument is specified. -- 2.11.4.GIT