[systemd-devel] [PATCH] man/systemctl: Reflect addition of BindTo= in list-dependencies and its --reverse

Chris Atkinson cwa at pipeline.com
Sun Nov 23 11:00:16 PST 2014


See

http://lists.freedesktop.org/archives/systemd-devel/2014-November/025453.html

--
 man/systemctl.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/man/systemctl.xml b/man/systemctl.xml
index 0331603..56ac25a 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -152,8 +152,9 @@ along with systemd; If not, see
<http://www.gnu.org/licenses/>. <listitem>
           <para>Show reverse dependencies between units with
           <command>list-dependencies</command>, i.e. units with
-          dependencies of type <varname>Wants=</varname> or
-          <varname>Requires=</varname> on the given unit.
+          dependencies of type <varname>BindsTo=</varname>, 
+         <varname>Wants=</varname> or <varname>Requires=</varname> 
+          on the given unit.
           </para>
         </listitem>
       </varlistentry>
@@ -851,7 +852,8 @@ kobject-uevent 1 systemd-udevd-kernel.socket
systemd-udevd.service <term><command>list-dependencies
<replaceable>NAME</replaceable></command></term> 
           <listitem>
-            <para>Shows required and wanted units of the specified
+            <para>Shows units stated by options of type
<varname>BindsTo=</varname>, 
+            <varname>Wants=</varname> or
<varname>Requires=</varname>of the specified unit. If no unit is
specified, <filename>default.target</filename> is implied. Target units
             are recursively expanded.  When <option>--all</option> is
-- 
2.1.3


More information about the systemd-devel mailing list