From faebe5a933f571ad907e198832e8e10795b3dcb8 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Sat, 20 Jun 2015 14:25:27 +0200 Subject: [PATCH] =?utf8?q?man:=20rename=20systemd-bus-proxyd@.service.xml?= =?utf8?q?=20=E2=86=92=20systemd-bus-proxyd.service.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The bus proxy is multi-threaded now. Reflect that in the man pages. --- Makefile-man.am | 8 ++++---- ....service.xml => systemd-bus-proxyd.service.xml} | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) rename man/{systemd-bus-proxyd@.service.xml => systemd-bus-proxyd.service.xml} (85%) diff --git a/Makefile-man.am b/Makefile-man.am index 76c93898354..734a9237998 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -83,7 +83,7 @@ MANPAGES += \ man/systemd-ask-password-console.service.8 \ man/systemd-ask-password.1 \ man/systemd-bus-proxyd.8 \ - man/systemd-bus-proxyd@.service.8 \ + man/systemd-bus-proxyd.service.8 \ man/systemd-cat.1 \ man/systemd-cgls.1 \ man/systemd-cgtop.1 \ @@ -572,7 +572,7 @@ man/system.conf.d.5: man/systemd-system.conf.5 man/systemd-ask-password-console.path.8: man/systemd-ask-password-console.service.8 man/systemd-ask-password-wall.path.8: man/systemd-ask-password-console.service.8 man/systemd-ask-password-wall.service.8: man/systemd-ask-password-console.service.8 -man/systemd-bus-proxyd.socket.8: man/systemd-bus-proxyd@.service.8 +man/systemd-bus-proxyd.socket.8: man/systemd-bus-proxyd.service.8 man/systemd-fsck-root.service.8: man/systemd-fsck@.service.8 man/systemd-fsck.8: man/systemd-fsck@.service.8 man/systemd-hibernate-resume.8: man/systemd-hibernate-resume@.service.8 @@ -1145,7 +1145,7 @@ man/systemd-ask-password-wall.path.html: man/systemd-ask-password-console.servic man/systemd-ask-password-wall.service.html: man/systemd-ask-password-console.service.html $(html-alias) -man/systemd-bus-proxyd.socket.html: man/systemd-bus-proxyd@.service.html +man/systemd-bus-proxyd.socket.html: man/systemd-bus-proxyd.service.html $(html-alias) man/systemd-fsck-root.service.html: man/systemd-fsck@.service.html @@ -2076,8 +2076,8 @@ EXTRA_DIST += \ man/systemd-backlight@.service.xml \ man/systemd-binfmt.service.xml \ man/systemd-bootchart.xml \ + man/systemd-bus-proxyd.service.xml \ man/systemd-bus-proxyd.xml \ - man/systemd-bus-proxyd@.service.xml \ man/systemd-cat.xml \ man/systemd-cgls.xml \ man/systemd-cgtop.xml \ diff --git a/man/systemd-bus-proxyd@.service.xml b/man/systemd-bus-proxyd.service.xml similarity index 85% rename from man/systemd-bus-proxyd@.service.xml rename to man/systemd-bus-proxyd.service.xml index e6e0a8e88d6..5c0f3e1a7ab 100644 --- a/man/systemd-bus-proxyd@.service.xml +++ b/man/systemd-bus-proxyd.service.xml @@ -21,10 +21,10 @@ along with systemd; If not, see . --> - + - systemd-bus-proxyd@.service + systemd-bus-proxyd.service systemd @@ -38,18 +38,18 @@ - systemd-bus-proxyd@.service + systemd-bus-proxyd.service 8 - systemd-bus-proxyd@.service + systemd-bus-proxyd.service systemd-bus-proxyd.socket Proxy classic D-Bus clients to kdbus - systemd-bus-proxyd@.service + systemd-bus-proxyd.service systemd-bus-proxyd.socket @@ -57,11 +57,11 @@ Description systemd-bus-proxyd.socket will launch - systemd-bus-proxyd@.service for connections + systemd-bus-proxyd.service for connections to the classic D-Bus socket in /var/run/dbus/system_bus_socket. - systemd-bus-proxyd@.service is launched + systemd-bus-proxyd.service is launched for an existing D-Bus connection and will use systemd-bus-proxyd to proxy messages from this connection to the system bus (either kdbus or classic D-Bus). -- 2.47.3