diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:12:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:13:26 +0100 |
commit | af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa (patch) | |
tree | 3b2e21237d67459424f5e276dda07a9be3575e62 /man/systemadm.xml | |
parent | 62347bc24a695bc0527f663af5fe136b1a993573 (diff) |
drop support for MANAGER_SESSION, introduce MANAGER_USER instead
Diffstat (limited to 'man/systemadm.xml')
-rw-r--r-- | man/systemadm.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemadm.xml b/man/systemadm.xml index 1377b18c2c..cefc300981 100644 --- a/man/systemadm.xml +++ b/man/systemadm.xml @@ -45,7 +45,7 @@ <refnamediv> <refname>systemadm</refname> <refpurpose>Graphical frontend for the systemd system - and session manager</refpurpose> + and service manager</refpurpose> </refnamediv> <refsynopsisdiv> @@ -58,7 +58,7 @@ <title>Description</title> <para><command>systemadm</command> is a graphical - frontend for the systemd system and session manager + frontend for the systemd system and service manager and allows introspection and control of systemd.</para> </refsect1> @@ -87,10 +87,10 @@ </varlistentry> <varlistentry> - <term><option>--session</option></term> + <term><option>--user</option></term> <listitem><para>Connect to the systemd - session manager of the calling + manager of the calling user.</para></listitem> </varlistentry> |