]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: do not say "additional symlinks" for mount/automount aliases
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 May 2022 15:31:53 +0000 (17:31 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 26 May 2022 12:23:47 +0000 (14:23 +0200)
"additional" implies that the unit itself is a symlink, which it is not.
Also "link to the mount unit", not "link to the mount".

man/systemd.automount.xml
man/systemd.mount.xml

index da35a7d26b01b35ce04884c18756e04cee754289..513f939dd2277f98e7fdea76541a28ab42324004 100644 (file)
     [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>
index 6d21d32778b8d6148e8dee3477acf68ddcd8b624..8f4ebfc788ef834106692d9568566fbfc376dd37 100644 (file)
     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