]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/sd_event_new.xml
man: fix incorrectly placed full stop
[thirdparty/systemd.git] / man / sd_event_new.xml
index 3db39c9d06bfdeaf824e4966e294045f279f8e64..0e572c40ee46a60a2ab6e35437dd4b53ed083738 100644 (file)
     automatically as the code block is left:</para>
 
     <programlisting>{
-        __attribute__((cleanup(sd_event_unrefp)) sd_event *event = NULL;
+        __attribute__((cleanup(sd_event_unrefp))) sd_event *event = NULL;
         int r;
         …
         r = sd_event_default(&amp;event);