diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-16 12:44:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-16 12:44:24 +0200 |
commit | d35f51ea848ca76bd3747db69e8c5dd864e82bc3 (patch) | |
tree | 365628431e5cc79bbb9fc0df3752e109798a0e03 /man/systemd-logind.service.xml | |
parent | b75077875194a4a9cf2f8e1fe869be673e40d8fb (diff) | |
download | systemd-d35f51ea848ca76bd3747db69e8c5dd864e82bc3.tar.gz |
tree-wide: use "polkit" to refer to PolicyKit/polkit
Back in 2012 the project was renamed, see the release notes for v 0.105
[https://cgit.freedesktop.org/polkit/tree/NEWS#n754]. Let's update our
documentation and comments to do the same. Referring to PolicyKit is confusing
to users because at the time the polkit api changed too, and we support the new
version. I updated NEWS too, since all the references to PolicyKit there were
added after the rename.
"PolicyKit" is unchanged in various URLs and method call names.
Diffstat (limited to 'man/systemd-logind.service.xml')
-rw-r--r-- | man/systemd-logind.service.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index 33ed8f522e..1c29b33776 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -45,8 +45,10 @@ a session, then this ID is reused as the session ID. Otherwise, an independent session counter is used.</para></listitem> - <listitem><para>Providing PolicyKit-based access for users for - operations such as system shutdown or sleep</para></listitem> + <listitem><para>Providing <ulink + url="http://www.freedesktop.org/wiki/Software/polkit">polkit</ulink>-based + access for users for operations such as system shutdown or sleep</para> + </listitem> <listitem><para>Implementing a shutdown/sleep inhibition logic for applications</para></listitem> |