From: Zbigniew Jędrzejewski-Szmek Date: Thu, 13 Feb 2014 19:40:40 +0000 (-0500) Subject: man: xinclude --user/--system X-Git-Tag: v210~88 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=88ae7333ee052e64607ae6678fe0e84991fe3482;hp=dfdebb1b925332352966804303b2516a6506a429 man: xinclude --user/--system --- 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. + + +