summaryrefslogtreecommitdiff
path: root/src/python-systemd
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-18 00:03:09 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-18 00:05:09 -0400
commit059b7a9aad6c2e60957761b8f63267861c859be8 (patch)
treeebd269d7b5e96eb888b9b43cf6ed9e8e1a761f74 /src/python-systemd
parent52990c2e0eabd1c11280f553f858062d4165b92f (diff)
systemd-python: also update the documentation
sphinx, oh sphinx, why do you require manual ficksups all the time?
Diffstat (limited to 'src/python-systemd')
-rw-r--r--src/python-systemd/docs/journal.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python-systemd/docs/journal.rst b/src/python-systemd/docs/journal.rst
index e6c42061f3..ea74cf85c4 100644
--- a/src/python-systemd/docs/journal.rst
+++ b/src/python-systemd/docs/journal.rst
@@ -53,7 +53,8 @@ Journal access types
.. autoattribute:: systemd.journal.LOCAL_ONLY
.. autoattribute:: systemd.journal.RUNTIME_ONLY
-.. autoattribute:: systemd.journal.SYSTEM_ONLY
+.. autoattribute:: systemd.journal.SYSTEM
+.. autoattribute:: systemd.journal.CURRENT_USER
Journal event types
~~~~~~~~~~~~~~~~~~~