summaryrefslogtreecommitdiff
path: root/man/systemd.automount.xml
diff options
context:
space:
mode:
authorJohn Lin <johnlinp@gmail.com>2017-09-12 12:02:27 +0800
committerJohn Lin <johnlinp@gmail.com>2017-09-13 11:39:09 +0800
commit45f09f939b50387d65ab6fc46f47608523a6ef19 (patch)
tree5f59d953c2a4947701a7a8c55d8f5531fe4c0f07 /man/systemd.automount.xml
parentbbe0b4a8d5e84ac28689ba4b6f817524375622c3 (diff)
downloadsystemd-45f09f939b50387d65ab6fc46f47608523a6ef19.tar.gz
man: explicitly distinguish "implicit dependencies" and "default dependencies"
Fixes: #6793
Diffstat (limited to 'man/systemd.automount.xml')
-rw-r--r--man/systemd.automount.xml29
1 files changed, 20 insertions, 9 deletions
diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml
index a43dc981bd..49ea7e510c 100644
--- a/man/systemd.automount.xml
+++ b/man/systemd.automount.xml
@@ -87,19 +87,30 @@
</refsect1>
<refsect1>
- <title>Automatic Dependencies</title>
+ <title>Implicit Dependencies</title>
- <para>If an automount unit is beneath another mount unit in the
- file system hierarchy, both a requirement and an ordering
- dependency between both units are created automatically.</para>
+ <para>The following dependencies are implicitly added:</para>
- <para>An implicit <varname>Before=</varname> dependency is created
- between an automount unit and the mount unit it activates.</para>
+ <itemizedlist>
+ <listitem><para>If an automount unit is beneath another mount unit in the
+ file system hierarchy, both a requirement and an ordering
+ dependency between both units are created automatically.</para></listitem>
- <para>Automount units acquire automatic <varname>Before=</varname> and <varname>Conflicts=</varname> on
- <filename>umount.target</filename> in order to be stopped during shutdown, unless
- <varname>DefaultDependencies=no</varname> is set in the <literal>[Unit]</literal> section.</para>
+ <listitem><para>An implicit <varname>Before=</varname> dependency is created
+ between an automount unit and the mount unit it activates.</para></listitem>
+ </itemizedlist>
+ </refsect1>
+
+ <refsect1>
+ <title>Default Dependencies</title>
+
+ <para>The following dependencies are added unless <varname>DefaultDependencies=no</varname> is set:</para>
+ <itemizedlist>
+ <listitem><para>Automount units acquire automatic <varname>Before=</varname> and
+ <varname>Conflicts=</varname> on <filename>umount.target</filename> in order to be stopped during
+ shutdown.</para></listitem>
+ </itemizedlist>
</refsect1>
<refsect1>