Summary: | Incorrect return value documented in man page sd_journal_add_match(3) | ||
---|---|---|---|
Product: | systemd | Reporter: | Juan Orti Alcaine <j.orti.alcaine> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | CC: | j.orti.alcaine |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Man page fix |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 74013 [details] Man page fix In the synopsis of the man page sd_journal_add_match(3), the return value of the function sd_journal_flush_matches is wrong. It returns a void: void sd_journal_flush_matches(sd_journal* j);