diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-20 17:31:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-26 14:23:47 +0200 |
commit | 19cb82799e1d84243f43c9e1db3c1dfdf1250344 (patch) | |
tree | de7c059cfd818df588066c237f44f19019959ec3 /man | |
parent | [sd-boot] improve documentation of beep (diff) | |
download | systemd-19cb82799e1d84243f43c9e1db3c1dfdf1250344.tar.xz systemd-19cb82799e1d84243f43c9e1db3c1dfdf1250344.zip |
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')
-rw-r--r-- | man/systemd.automount.xml | 14 | ||||
-rw-r--r-- | man/systemd.mount.xml | 13 |
2 files changed, 14 insertions, 13 deletions
diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index da35a7d26b..513f939dd2 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -39,13 +39,13 @@ [Install] sections. The automount specific configuration options are configured in the [Automount] section.</para> - <para>Automount units must be named after the automount directories they control. Example: the automount point - <filename index="false">/home/lennart</filename> must be configured in a unit file - <filename>home-lennart.automount</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 - automount units cannot be templated, nor is it possible to add multiple names to an automount unit by creating - additional symlinks to its unit file.</para> + <para>Automount units must be named after the automount directories they control. Example: the automount + point <filename index="false">/home/lennart</filename> must be configured in a unit file + <filename>home-lennart.automount</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 automount units cannot be templated, nor is it possible to add multiple names to an automount unit + by creating symlinks to its unit file.</para> <para>For each automount unit file a matching mount unit file (see <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry> 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 |