]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd-notify.xml
man: use unicode ellipsis in more places
[thirdparty/systemd.git] / man / systemd-notify.xml
index a5f4077166ffe6a4fc07710a2a772dda411c22b5..4a8e119eb6fb174b0a11642d3abfe2ac13d5bc7c 100644 (file)
         <listitem><para>Send a free-form status string for the daemon
         to the init systemd. This option takes the status string as
         argument. This is equivalent to <command>systemd-notify
-        STATUS=...</command>. For details about the semantics of this
+        STATUS=</command>. For details about the semantics of this
         option see
         <citerefentry><refentrytitle>sd_notify</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para></listitem>
       </varlistentry>
       <programlisting>#!/bin/bash
 
 mkfifo /tmp/waldo
-systemd-notify --ready --status="Waiting for data..."
+systemd-notify --ready --status="Waiting for data"
 
 while : ; do
         read a &lt; /tmp/waldo
         systemd-notify --status="Processing $a"
 
-        # Do something with $a ...
+        # Do something with $a 
 
-        systemd-notify --status="Waiting for data..."
+        systemd-notify --status="Waiting for data"
 done</programlisting>
     </example>
   </refsect1>