summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-04-08 15:17:55 +0200
committerAndreas Jaeger <aj@suse.de>2012-04-08 15:17:55 +0200
commit95c3f29a06f12ae8619426a879248b44ced38e42 (patch)
tree1a70350360256807bffea995a6316644c1e2f6fc /manual/filesys.texi
parent54472e9c32ab18df49e279c64be9a2debfc0fec1 (diff)
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/filesys.texi')
-rw-r--r--manual/filesys.texi3
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.