summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-04-08 15:00:50 +0200
committerAndreas Jaeger <aj@suse.de>2012-04-08 15:01:46 +0200
commit54472e9c32ab18df49e279c64be9a2debfc0fec1 (patch)
treec27637c23eb409a22c8f519648c170876afe79da /manual
parent96bd03c79a7ea9bdf6130e4a641d3144cbefabac (diff)
Fix closelog description
[BZ #6578] The manual mentioned a non-existing function initlog, replace it with openlog.
Diffstat (limited to 'manual')
-rw-r--r--manual/syslog.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/syslog.texi b/manual/syslog.texi
index 6d338ece89..b978e557dd 100644
--- a/manual/syslog.texi
+++ b/manual/syslog.texi
@@ -435,7 +435,7 @@ done. Please read the section on @code{openlog} for more information:
@xref{openlog}.
@code{closelog} does not flush any buffers. You do not have to call
-@code{closelog} before re-opening a Syslog connection with @code{initlog}.
+@code{closelog} before re-opening a Syslog connection with @code{openlog}.
Syslog connections are automatically closed on exec or exit.
@end deftypefun