From 88ae7333ee052e64607ae6678fe0e84991fe3482 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 13 Feb 2014 14:40:40 -0500 Subject: 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 08f856b852..3d43560199 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 9a2c63c943..7947c8d2c8 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -70,24 +70,6 @@ along with systemd; If not, see . The following options are understood: - - - - - 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 4bb8b07d61..379bf263e0 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 87640fc259..fc2131eb2f 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -89,24 +89,6 @@ along with systemd; If not, see . The following options are understood: - - - - - 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 0000000000..0863960214 --- /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. + + + -- cgit v1.2.3-54-g00ecf