This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

BZ#6578: s/initlog/openlog



The manual mentioned a non-existing function initlog, replace it with openlog.

committed as obvious,
Andreas

2012-04-08 Andreas Jaeger <aj@suse.de>

	[BZ#6578]
	* manual/syslog.texi (closelog): Fix reference, it's openlog.

diff --git a/manual/syslog.texi b/manual/syslog.texi
index 6d338ec..b978e55 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

--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]