From a54a7a2f512da45f6f4f2abae964e9f37ff64a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 25 Mar 2017 21:31:16 -0400 Subject: Update to constants from systemd-233 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In systemd-233 the format of the constants file changed to use SD_ID128_MAKE_STR macro and long lines are broken with '\'. Doing this in sed is too anyoing — add a simple python script to do the processing. --- docs/id128.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/id128.rst b/docs/id128.rst index 728c009..8146e9b 100644 --- a/docs/id128.rst +++ b/docs/id128.rst @@ -7,6 +7,7 @@ :inherited-members: .. autogenerated, do not edit! + .. autoattribute:: systemd.id128.SD_MESSAGE_BACKTRACE .. autoattribute:: systemd.id128.SD_MESSAGE_BOOTCHART .. autoattribute:: systemd.id128.SD_MESSAGE_CONFIG_ERROR .. autoattribute:: systemd.id128.SD_MESSAGE_COREDUMP @@ -49,3 +50,4 @@ .. autoattribute:: systemd.id128.SD_MESSAGE_UNIT_STARTING .. autoattribute:: systemd.id128.SD_MESSAGE_UNIT_STOPPED .. autoattribute:: systemd.id128.SD_MESSAGE_UNIT_STOPPING + .. autoattribute:: systemd.id128.SD_MESSAGE_USER_STARTUP_FINISHED -- cgit v1.2.1