summaryrefslogtreecommitdiff
path: root/src/systemd/sd-login.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-28 12:31:11 +0100
committerLennart Poettering <lennart@poettering.net>2014-10-28 12:31:11 +0100
commit090771492f155cebe7075171530e96c1cd515d71 (patch)
tree8e24d6c7bc6b982d1a9af42c7de5eddcd8e0f389 /src/systemd/sd-login.h
parentebc5788e88eb9e1ebd032bd61507c196142acbab (diff)
downloadsystemd-090771492f155cebe7075171530e96c1cd515d71.tar.gz
sd-login: let's not needlessly yell at users
While GNOME/KDE are generally capitalized, systemd tools generally are not, hence let's not start doing so in the XDG_CURRENT_SESSION environment variable.
Diffstat (limited to 'src/systemd/sd-login.h')
-rw-r--r--src/systemd/sd-login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h
index 93af19709b..64b882724c 100644
--- a/src/systemd/sd-login.h
+++ b/src/systemd/sd-login.h
@@ -147,7 +147,7 @@ int sd_session_get_type(const char *session, char **type);
/* Determine the class of this session, i.e. one of "user", "greeter" or "lock-screen". */
int sd_session_get_class(const char *session, char **clazz);
-/* Determine the desktop brand of this session, i.e. something like "GNOME", "KDE" or "SYSTEMD-CONSOLE". */
+/* Determine the desktop brand of this session, i.e. something like "GNOME", "KDE" or "systemd-console". */
int sd_session_get_desktop(const char *session, char **desktop);
/* Determine the X11 display of this session. */