]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/varlinkctl: remove unneeded absolute path in example
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 Dec 2024 22:38:40 +0000 (23:38 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 25 Mar 2025 09:37:12 +0000 (10:37 +0100)
man/varlinkctl.xml

index 37d8b6731a176bfe96df41006913fffc8e95f600..7ce622ad023ebbf97d073873e344d6fdc71c2e8c 100644 (file)
@@ -442,7 +442,7 @@ method Extend(
       <para>To invoke a Varlink service binary directly on the remote host, rather than talking to a service
       via <constant>AF_UNIX</constant> can be done like this:</para>
 
-      <programlisting># varlinkctl call ssh-exec:somehost:/usr/bin/systemd-creds org.varlink.service.GetInfo '{}'</programlisting>
+      <programlisting># varlinkctl call ssh-exec:somehost:systemd-creds org.varlink.service.GetInfo '{}'</programlisting>
     </example>
 
   </refsect1>