diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-11-07 10:21:59 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-11-07 10:21:59 -0800 |
commit | 7514feb815ea809f9a0430a0dd55daaabd200716 (patch) | |
tree | db30c168092e6edf105c1d6b0267f799760cc985 /manual | |
parent | 87ae5e366e0acab16cfc09709d2e59c1d55a2743 (diff) | |
download | glibc-7514feb815ea809f9a0430a0dd55daaabd200716.tar glibc-7514feb815ea809f9a0430a0dd55daaabd200716.tar.gz glibc-7514feb815ea809f9a0430a0dd55daaabd200716.tar.bz2 glibc-7514feb815ea809f9a0430a0dd55daaabd200716.zip |
BZ#14815: Manual typo fix.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/filesys.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index 7003f9c473..1b77f069e6 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: |