summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-17 19:15:28 +0200
committerGitHub <noreply@github.com>2020-04-17 19:15:28 +0200
commit75dff0f910e6f9f49344a1f276b4d37a76586de6 (patch)
tree807085c220d0f23608387f7557de305bc38dfa1c /man
parentaffb59e6a2c37281beddeb5c0dfdb65fcf28cb21 (diff)
parent0500114e2a41f483dc4fc9dd0a6b534a72fe0d02 (diff)
downloadsystemd-75dff0f910e6f9f49344a1f276b4d37a76586de6.tar.gz
Merge pull request #15459 from keszybz/remove-seat_can_multi_session
Remove seat_can_multi_session
Diffstat (limited to 'man')
-rw-r--r--man/rules/meson.build5
-rw-r--r--man/sd_seat_get_active.xml21
2 files changed, 10 insertions, 16 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 97f4fbc006..ea20a5db3a 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -665,10 +665,7 @@ manpages = [
'HAVE_PAM'],
['sd_seat_get_active',
'3',
- ['sd_seat_can_graphical',
- 'sd_seat_can_multi_session',
- 'sd_seat_can_tty',
- 'sd_seat_get_sessions'],
+ ['sd_seat_can_graphical', 'sd_seat_can_tty', 'sd_seat_get_sessions'],
'HAVE_PAM'],
['sd_session_is_active',
'3',
diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml
index 2dba6803f1..cf70b35785 100644
--- a/man/sd_seat_get_active.xml
+++ b/man/sd_seat_get_active.xml
@@ -19,7 +19,6 @@
<refnamediv>
<refname>sd_seat_get_active</refname>
<refname>sd_seat_get_sessions</refname>
- <refname>sd_seat_can_multi_session</refname>
<refname>sd_seat_can_tty</refname>
<refname>sd_seat_can_graphical</refname>
<refpurpose>Determine state of a specific seat</refpurpose>
@@ -45,11 +44,6 @@
</funcprototype>
<funcprototype>
- <funcdef>int <function>sd_seat_can_multi_session</function></funcdef>
- <paramdef>const char *<parameter>seat</parameter></paramdef>
- </funcprototype>
-
- <funcprototype>
<funcdef>int <function>sd_seat_can_tty</function></funcdef>
<paramdef>const char *<parameter>seat</parameter></paramdef>
</funcprototype>
@@ -90,11 +84,6 @@
<constant>NULL</constant> may be returned and should be considered
equivalent to an empty array.</para>
- <para><function>sd_seat_can_multi_session()</function> may be used
- to determine whether a specific seat is capable of multi-session,
- i.e. allows multiple login sessions in parallel (with only one
- being active at a time).</para>
-
<para><function>sd_seat_can_tty()</function> may be used to
determine whether a specific seat provides TTY functionality, i.e.
is useful as a text console.</para>
@@ -114,7 +103,7 @@
<para> On success, <function>sd_seat_get_active()</function> returns 0 or a positive integer. On success,
<function>sd_seat_get_sessions()</function> returns the number of entries in the session identifier
- array. If the test succeeds, <function>sd_seat_can_multi_session</function>,
+ array. If the test succeeds,
<function>sd_seat_can_tty</function> and <function>sd_seat_can_graphical</function> return a positive
integer, if it fails 0. On failure, these calls return a negative errno-style error code.</para>
@@ -158,6 +147,14 @@
<xi:include href="libsystemd-pkgconfig.xml" />
<refsect1>
+ <title>History</title>
+
+ <para>In the past, <function>sd_seat_can_multi_session()</function> was used to check whether the seat
+ supports multiple sessions. All seats support that now, so that function has been deprecated and always
+ returns true.</para>
+ </refsect1>
+
+ <refsect1>
<title>See Also</title>
<para>