This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-236-g696da85


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  696da85994af013ae1e3e8ad3bb016793f9b2c5d (commit)
      from  c0f4faf046c6bab77200a6e78f35980887ceb445 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=696da85994af013ae1e3e8ad3bb016793f9b2c5d

commit 696da85994af013ae1e3e8ad3bb016793f9b2c5d
Author: Roland McGrath <roland@hack.frob.com>
Date:   Mon Aug 20 12:44:59 2012 -0700

    Fix typos in manual wrt syslog.

diff --git a/ChangeLog b/ChangeLog
index 7f8b7b0..0c34ac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-08-20  Roland McGrath  <roland@hack.frob.com>
 
+	* manual/syslog.texi (syslog; vsyslog, closelog):
+	Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
+	Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
+
 	* elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
 	DSOCAPS to match condition on defining it.
 
diff --git a/manual/syslog.texi b/manual/syslog.texi
index b978e55..15f5e42 100644
--- a/manual/syslog.texi
+++ b/manual/syslog.texi
@@ -379,7 +379,7 @@ default default facility is @code{LOG_USER}.  The default for all the
 connection options in @var{options} is as if those bits were off.
 @code{syslog} leaves the Syslog connection open.
 
-If the @file{dev/log} socket is not open and connected, @code{syslog}
+If the @file{/dev/log} socket is not open and connected, @code{syslog}
 opens and connects it, the same as @code{openlog} with the
 @code{LOG_NDELAY} option would.
 
@@ -422,7 +422,7 @@ The symbols referred to in this section are declared in the file
 @deftypefun void closelog (void)
 
 @code{closelog} closes the current Syslog connection, if there is one.
-This includes closing the @file{dev/log} socket, if it is open.
+This includes closing the @file{/dev/log} socket, if it is open.
 @code{closelog} also sets the identification string for Syslog messages
 back to the default, if @code{openlog} was called with a non-NULL argument
 to @var{ident}.  The default identification string is the program name

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    4 ++++
 manual/syslog.texi |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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