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-639-g7514feb


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  7514feb815ea809f9a0430a0dd55daaabd200716 (commit)
      from  87ae5e366e0acab16cfc09709d2e59c1d55a2743 (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=7514feb815ea809f9a0430a0dd55daaabd200716

commit 7514feb815ea809f9a0430a0dd55daaabd200716
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed Nov 7 10:21:59 2012 -0800

    BZ#14815: Manual typo fix.

diff --git a/ChangeLog b/ChangeLog
index 69593de..b7384c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-07  Roland McGrath  <roland@hack.frob.com>
+
+	[BZ #14815]
+	* manual/filesys.texi (Directory Entries): Typo fix.
+	Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
+
 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
 
 	* elf/elf.h (EM_AARCH64): New macro.
diff --git a/manual/filesys.texi b/manual/filesys.texi
index 7003f9c..1b77f06 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -287,7 +287,7 @@ A symbolic link.
 This member is a BSD extension.  The symbol @code{_DIRENT_HAVE_D_TYPE}
 is defined if this member is available.  On systems where it is used, it
 corresponds to the file type bits in the @code{st_mode} member of
-@code{struct statbuf}.  If the value cannot be determine the member
+@code{struct stat}.  If the value cannot be determine the member
 value is DT_UNKNOWN.  These two macros convert between @code{d_type}
 values and @code{st_mode} values:
 

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

Summary of changes:
 ChangeLog           |    6 ++++++
 manual/filesys.texi |    2 +-
 2 files changed, 7 insertions(+), 1 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]