summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-09-17 14:11:20 +0100
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-10-18 09:47:10 +0100
commit1c97e2ebf4981ada50ce8fd167d6521ba4663c7c (patch)
tree81154a1ca91572899296e4a35d6d5c203b098704 /man/rules
parentfc47bea69b63addb3250e3b2865488cf0d1a7835 (diff)
downloadsystemd-1c97e2ebf4981ada50ce8fd167d6521ba4663c7c.tar.gz
man: de-emphasize *_get_session()
Explanation: "Please note the login session may be limited to a stub process or two. User processes may instead be started from their systemd user manager, e.g. GUI applications started using DBus activation, as well as service processes which are shared between multiple logins of the same user." The most glaring example being when you run commands from gnome-terminal, or as you see nowadays, "gnome-terminal-server". *_get_session() is still currently used (directly or indirectly) by Xorg, Weston etc. running within the session scope. That setup is perfectly functional, although code will be more generally useful if it is able to run outside the session scope.[1] [1] https://wiki.archlinux.org/index.php/Systemd/User#Xorg_as_a_systemd_user_service Re-order the man pages a bit at the same time. This is to avoid having the first and titular entry introduce the session concept, and then immediately try and persuade you not to use it :).
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index ae0556058e..f74dbf9c77 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -441,7 +441,7 @@ manpages = [
'3',
['sd_notifyf', 'sd_pid_notify', 'sd_pid_notify_with_fds', 'sd_pid_notifyf'],
''],
- ['sd_pid_get_session',
+ ['sd_pid_get_owner_uid',
'3',
['sd_peer_get_cgroup',
'sd_peer_get_machine_name',
@@ -453,7 +453,7 @@ manpages = [
'sd_peer_get_user_unit',
'sd_pid_get_cgroup',
'sd_pid_get_machine_name',
- 'sd_pid_get_owner_uid',
+ 'sd_pid_get_session',
'sd_pid_get_slice',
'sd_pid_get_unit',
'sd_pid_get_user_slice',