diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-12-12 08:12:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 08:12:10 +0100 |
commit | e3e30d2a44ba6e204c92d2afa28d402f6e9ba263 (patch) | |
tree | 011f5892bb1909694628d50d24af24460cac4908 /man/sd_journal_add_match.xml | |
parent | 161f1ee134ed405c2d87a0dcae4ae0d0882779b4 (diff) | |
parent | 2a03116da220c67c9b32f126733495583a8fb371 (diff) |
Merge pull request #4868 from keszybz/man
Ellipsization
Diffstat (limited to 'man/sd_journal_add_match.xml')
-rw-r--r-- | man/sd_journal_add_match.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml index 7c64329aed..2294b43643 100644 --- a/man/sd_journal_add_match.xml +++ b/man/sd_journal_add_match.xml @@ -190,7 +190,7 @@ message ID 03bb1dab98ab4ecfbf6fff2738bdd964 coming from any service (this example lacks the necessary error checking):</para> - <programlisting>... + <programlisting>… int add_matches(sd_journal *j) { sd_journal_add_match(j, "_SYSTEMD_UNIT=avahi-daemon.service", 0); sd_journal_add_match(j, "PRIORITY=0", 0); |