]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/sd_journal_add_match.xml
man: use unicode ellipsis in more places
[thirdparty/systemd.git] / man / sd_journal_add_match.xml
index 7c64329aed8246c3d022bee92a6f053571e589cd..2294b4364370040429aa634cfaba7cb7ff36a561 100644 (file)
     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);