summaryrefslogtreecommitdiffstats
path: root/man/homed.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/homed.conf.xml')
-rw-r--r--man/homed.conf.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/homed.conf.xml b/man/homed.conf.xml
index 4b51093877..72d29fb43a 100644
--- a/man/homed.conf.xml
+++ b/man/homed.conf.xml
@@ -60,7 +60,7 @@
<citerefentry><refentrytitle>homectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>. If not
configured or assigned the empty string, the default storage is automatically determined: if not
running in a container environment and <filename>/home/</filename> is not itself encrypted, defaults
- to <literal>luks</literal>. Otherwise defaults to <literal>subvolume</literal> if
+ to <literal>luks</literal>. Otherwise, defaults to <literal>subvolume</literal> if
<filename>/home/</filename> is on a btrfs file system, and <literal>directory</literal>
otherwise. Note that the storage selected on the <command>homectl</command> command line always takes
precedence.</para>
@@ -72,7 +72,7 @@
<term><varname>DefaultFileSystemType=</varname></term>
<listitem><para>When using <literal>luks</literal> as storage (see above), selects the default file
system to use inside the user's LUKS volume. Takes one of <literal>btrfs</literal>,
- <literal>ext4</literal> or <literal>xfs</literal>. If not specified defaults to
+ <literal>ext4</literal> or <literal>xfs</literal>. If not specified, defaults to
<literal>btrfs</literal>. This setting has no effect if a different storage mechanism is used. The
file system type selected on the <command>homectl</command> command line always takes
precedence.</para>