diff options
author | Antonio Russo <antonio.e.russo@gmail.com> | 2020-01-21 03:35:13 +0100 |
---|---|---|
committer | Antonio Russo <antonio.e.russo@gmail.com> | 2020-01-21 05:05:08 +0100 |
commit | 81248e7f3e83a24cbbc8d2a09a01abf55e81bcda (patch) | |
tree | 6b54fe2a3a44a708c50e878f0035f4423287154b | |
parent | units: drop full paths for utilities in $PATH (diff) | |
download | systemd-81248e7f3e83a24cbbc8d2a09a01abf55e81bcda.tar.xz systemd-81248e7f3e83a24cbbc8d2a09a01abf55e81bcda.zip |
Documentation update for x-systemd.{before,after}
A minor clarification in the manual page is made.
Signed-off-by: Antonio Russo <antonio.e.russo@gmail.com>
-rw-r--r-- | man/systemd.mount.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index fe8a6f00ce..6ee9d47db2 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -211,9 +211,9 @@ <term><option>x-systemd.before=</option></term> <term><option>x-systemd.after=</option></term> - <listitem><para>Configures a <varname>Before=</varname> - dependency or <varname>After=</varname> between the created - mount unit and another systemd unit, such as a mount unit. + <listitem><para>In the created mount unit, configures a + <varname>Before=</varname> or <varname>After=</varname> + dependency on another systemd unit, such as a mount unit. The argument should be a unit name or an absolute path to a mount point. This option may be specified more than once. This option is particularly useful for mount point declarations |