From: Roland McGrath Date: Wed, 7 Nov 2012 18:21:59 +0000 (-0800) Subject: BZ#14815: Manual typo fix. X-Git-Tag: glibc-2.17~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7514feb815ea809f9a0430a0dd55daaabd200716;p=thirdparty%2Fglibc.git BZ#14815: Manual typo fix. --- diff --git a/ChangeLog b/ChangeLog index 69593dec0ea..b7384c1fc66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-11-07 Roland McGrath + + [BZ #14815] + * manual/filesys.texi (Directory Entries): Typo fix. + Reported by . + 2012-11-07 Marcus Shawcroft * elf/elf.h (EM_AARCH64): New macro. diff --git a/manual/filesys.texi b/manual/filesys.texi index 7003f9c473a..1b77f069e6f 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: