summaryrefslogtreecommitdiff
path: root/libc/manual/filesys.texi
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-11-09 22:50:35 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-11-09 22:50:35 +0000
commit5134213014448b459864d05ba6f556344c7b079f (patch)
tree95c6888a9704245ace6cfe82a457bc01b6bc1a6e /libc/manual/filesys.texi
parent5c8ae23aecdb14ee22ba06684c488cfe0306ff0e (diff)
Merge changes between r21563 and r21628 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@21629 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual/filesys.texi')
-rw-r--r--libc/manual/filesys.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/filesys.texi b/libc/manual/filesys.texi
index 7003f9c47..1b77f069e 100644
--- a/libc/manual/filesys.texi
+++ b/libc/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: