summaryrefslogtreecommitdiff
path: root/man/daemon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/daemon.xml')
-rw-r--r--man/daemon.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/daemon.xml b/man/daemon.xml
index 99c75a7a18..5d3a9903da 100644
--- a/man/daemon.xml
+++ b/man/daemon.xml
@@ -328,14 +328,14 @@
to simply log to standard error via
<function>fprintf()</function>, which
is then forwarded to syslog by the
- init system. If log priorities are
+ init system. If log levels are
necessary, these can be encoded by
prefixing individual log lines with
strings like <literal>&lt;4&gt;</literal> (for log
- priority 4 "WARNING" in the syslog
+ level 4 "WARNING" in the syslog
priority scheme), following a similar
style as the Linux kernel's
- <function>printk()</function> priority
+ <function>printk()</function> level
system. For details, see
<citerefentry><refentrytitle>sd-daemon</refentrytitle><manvolnum>3</manvolnum></citerefentry>
and