From: Zbigniew Jędrzejewski-Szmek Date: Tue, 31 Dec 2024 22:38:40 +0000 (+0100) Subject: man/varlinkctl: remove unneeded absolute path in example X-Git-Tag: v258-rc1~1011^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0064690c6b7d29abc240d18c3e229a1b506b930;p=thirdparty%2Fsystemd.git man/varlinkctl: remove unneeded absolute path in example --- diff --git a/man/varlinkctl.xml b/man/varlinkctl.xml index 37d8b6731a1..7ce622ad023 100644 --- a/man/varlinkctl.xml +++ b/man/varlinkctl.xml @@ -442,7 +442,7 @@ method Extend( To invoke a Varlink service binary directly on the remote host, rather than talking to a service via AF_UNIX can be done like this: - # varlinkctl call ssh-exec:somehost:/usr/bin/systemd-creds org.varlink.service.GetInfo '{}' + # varlinkctl call ssh-exec:somehost:systemd-creds org.varlink.service.GetInfo '{}'