diff options
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 0c993e31f7..6aaaa64b3f 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -632,7 +632,7 @@ sd_notifyf(0, "STATUS=Failed to start up: %s\n" sd_notify(0, "READY=1"); /* set timeout to 5 seconds */ sd_notify_barrier(0, 5 * 1000000); - </programlisting> +</programlisting> </example> </refsect1> |