diff options
author | Andreas Jaeger <aj@suse.de> | 2012-04-08 15:17:55 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-04-08 15:17:55 +0200 |
commit | 95c3f29a06f12ae8619426a879248b44ced38e42 (patch) | |
tree | 1a70350360256807bffea995a6316644c1e2f6fc /manual | |
parent | 54472e9c32ab18df49e279c64be9a2debfc0fec1 (diff) | |
download | glibc-95c3f29a06f12ae8619426a879248b44ced38e42.tar.gz glibc-95c3f29a06f12ae8619426a879248b44ced38e42.tar.xz glibc-95c3f29a06f12ae8619426a879248b44ced38e42.zip |
Fix DT_UNKNOWN description
[BZ #6890] * manual/filesys.texi (Directory Entries): Clarify that it's file system not operating system in the description of DT_UNKNOWN.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/filesys.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index dc570df181..04f4376ba7 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -257,7 +257,8 @@ are defined for its value: @vtable @code @item DT_UNKNOWN -The type is unknown. On some systems this is the only value returned. +The type is unknown. Only some filesystems have full support to +return the type of the file, others might always return this value. @item DT_REG A regular file. |