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 08f856b85..3d4356019 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 9a2c63c94..7947c8d2c 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 4bb8b07d6..379bf263e 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 87640fc25..fc2131eb2 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 000000000..086396021 --- /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.30.2