summaryrefslogtreecommitdiff
path: root/man/systemd.mount.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-20 17:31:53 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-26 14:23:47 +0200
commit19cb82799e1d84243f43c9e1db3c1dfdf1250344 (patch)
treede7c059cfd818df588066c237f44f19019959ec3 /man/systemd.mount.xml
parent97e7d4945dbf8140b89a92212bcfb8c80c01dd47 (diff)
downloadsystemd-19cb82799e1d84243f43c9e1db3c1dfdf1250344.tar.gz
man: do not say "additional symlinks" for mount/automount aliases
"additional" implies that the unit itself is a symlink, which it is not. Also "link to the mount unit", not "link to the mount".
Diffstat (limited to 'man/systemd.mount.xml')
-rw-r--r--man/systemd.mount.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 6d21d32778..8f4ebfc788 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -59,12 +59,13 @@
does not read any options from <filename>/etc/fstab</filename>, and
must be run as UID 0.</para>
- <para>Mount units must be named after the mount point directories they control. Example: the mount point <filename
- index="false">/home/lennart</filename> must be configured in a unit file <filename>home-lennart.mount</filename>.
- For details about the escaping logic used to convert a file system path to a unit name, see
- <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Note that mount
- units cannot be templated, nor is possible to add multiple names to a mount unit by creating additional symlinks to
- it.</para>
+ <para>Mount units must be named after the mount point directories they control. Example: the mount point
+ <filename index="false">/home/lennart</filename> must be configured in a unit file
+ <filename>home-lennart.mount</filename>. For details about the escaping logic used to convert a file
+ system path to a unit name, see
+ <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Note
+ that mount units cannot be templated, nor is possible to add multiple names to a mount unit by creating
+ symlinks to its unit file.</para>
<para>Optionally, a mount unit may be accompanied by an automount
unit, to allow on-demand or parallelized mounting. See