From 88ae7333ee052e64607ae6678fe0e84991fe3482 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 13 Feb 2014 14:40:40 -0500 Subject: [PATCH] man: xinclude --user/--system --- Makefile-man.am | 1 + man/busctl.xml | 21 +++------------------ man/systemctl.xml | 18 ++---------------- man/systemd-run.xml | 21 +++------------------ man/user-system-options.xml | 23 +++++++++++++++++++++++ 5 files changed, 32 insertions(+), 52 deletions(-) create mode 100644 man/user-system-options.xml diff --git a/Makefile-man.am b/Makefile-man.am index 08f856b..3d43560 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1472,4 +1472,5 @@ EXTRA_DIST += \ man/tmpfiles.d.xml \ man/udev.xml \ man/udevadm.xml \ + man/user-system-options.xml \ man/vconsole.conf.xml diff --git a/man/busctl.xml b/man/busctl.xml index 9a2c63c..7947c8d 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -71,24 +71,6 @@ along with systemd; If not, see . - - - - Talk to the systemd system manager (the - default). - - - - - - - - Talk to the systemd manager of the calling - user. - - - - @@ -171,6 +153,9 @@ along with systemd; If not, see . + + + diff --git a/man/systemctl.xml b/man/systemctl.xml index 4bb8b07..379bf26 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -285,22 +285,8 @@ along with systemd; If not, see . - - - - - Talk to the systemd system manager. (Default) - - - - - - - - Talk to the systemd manager of the calling - user. - - + + diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 87640fc..fc2131e 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -90,24 +90,6 @@ along with systemd; If not, see . - - - - Talk to the service manager of the calling user, - rather than the service manager of the system. - - - - - - - - Talk to the service manager of the system. This is the - implied default. - - - - @@ -189,6 +171,9 @@ along with systemd; If not, see . + + + diff --git a/man/user-system-options.xml b/man/user-system-options.xml new file mode 100644 index 0000000..0863960 --- /dev/null +++ b/man/user-system-options.xml @@ -0,0 +1,23 @@ + + + + + + + + + Talk to the service manager of the calling user, + rather than the service manager of the system. + + + + + + + + Talk to the service manager of the system. This is the + implied default. + + + -- 2.7.4