From 2eca7635f4c184e4efa8452f9790793a167af0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 17 May 2019 15:40:44 +0200 Subject: man: rework forward/reverse table in systemd.unit(5) Fixes #12600. --- man/systemd.unit.xml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'man') diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 84af5109b8..3079db1a6b 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1365,22 +1365,23 @@ "Forward" and "reverse" unit properties - + - + + "Forward" property "Reverse" property - Where used + Where used Before= After= - Both are unit file options + [Unit] section After= @@ -1389,42 +1390,48 @@ Requires= RequiredBy= - A unit file option; an option in the [Install] section + [Unit] section + [Install] section Wants= WantedBy= - A unit file option; an option in the [Install] section + [Unit] section + [Install] section PartOf= ConsistsOf= - A unit file option; an automatic property + [Unit] section + an automatic property BindsTo= BoundBy= - A unit file option; an automatic property + [Unit] section + an automatic property Requisite= RequisiteOf= - A unit file option; an automatic property + [Unit] section + an automatic property Triggers= TriggeredBy= - Automatic properties, see notes below + Automatic properties, see notes below Conflicts= ConflictedBy= - A unit file option; an automatic property + [Unit] section + an automatic property PropagatesReloadTo= ReloadPropagatedFrom= - Both are unit file options + [Unit] section ReloadPropagatedFrom= -- cgit v1.2.1