diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-09-14 21:41:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 21:41:13 +0200 |
commit | 21f0669163ca163de814fb887098dca6d17c705a (patch) | |
tree | 2d9326111d9b6b7bcbeb17e3287c0e0d1ea0375f /man/systemd.device.xml | |
parent | b74e0b1565c5885be7cc50293b8cf034fb0d1f09 (diff) | |
parent | 45f09f939b50387d65ab6fc46f47608523a6ef19 (diff) | |
download | systemd-21f0669163ca163de814fb887098dca6d17c705a.tar.gz |
Merge pull request #6801 from johnlinp/master
man: explicitly distinguish "implicit dependencies" and "default dependencies"
Diffstat (limited to 'man/systemd.device.xml')
-rw-r--r-- | man/systemd.device.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/systemd.device.xml b/man/systemd.device.xml index d156095526..6edf1090d0 100644 --- a/man/systemd.device.xml +++ b/man/systemd.device.xml @@ -92,7 +92,7 @@ </refsect1> <refsect1> - <title>Automatic Dependencies</title> + <title>Implicit Dependencies</title> <para>Many unit types automatically acquire dependencies on device units of devices they require. For example, @@ -104,6 +104,12 @@ </refsect1> <refsect1> + <title>Default Dependencies</title> + + <para>There are no default dependencies for device units.</para> + </refsect1> + + <refsect1> <title>The udev Database</title> <para>The settings of device units may either be configured via |