aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/filelib.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-02-13 14:10:17 +0100
committerBjörn Gustavsson <[email protected]>2013-02-14 14:12:36 +0100
commitf5c7f087db71422e4a624525a2362055b73f5456 (patch)
treeabc20d9428eacaae3efca22768f8f0438b1b04f9 /lib/stdlib/doc/src/filelib.xml
parent499eef0cd693b2f96ec19148d2f6666c3df7d834 (diff)
downloadotp-f5c7f087db71422e4a624525a2362055b73f5456.tar.gz
otp-f5c7f087db71422e4a624525a2362055b73f5456.tar.bz2
otp-f5c7f087db71422e4a624525a2362055b73f5456.zip
filelib: Update documentation
Diffstat (limited to 'lib/stdlib/doc/src/filelib.xml')
-rw-r--r--lib/stdlib/doc/src/filelib.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/filelib.xml b/lib/stdlib/doc/src/filelib.xml
index ac67596f3c..bd780b2b2f 100644
--- a/lib/stdlib/doc/src/filelib.xml
+++ b/lib/stdlib/doc/src/filelib.xml
@@ -36,8 +36,9 @@
<description>
<p>This module contains utilities on a higher level than the <c>file</c>
module.</p>
- <p>The module supports Unicode file names, so that it will match against regular expressions given in Unicode and that it will find and process raw file names (i.e. files named in a way that does not confirm to the expected encoding).</p>
- <p>If the VM operates in Unicode file naming mode on a machine with transparent file naming, the <c>fun()</c> provided to <c>fold_files/5</c> needs to be prepared to handle binary file names.</p>
+ <p>This module does not support "raw" file names (i.e. files whose names
+ do not comply with the expected encoding). Such files will be ignored
+ by the functions in this module.</p>
<p>For more information about raw file names, see the <seealso marker="kernel:file">file</seealso> module.</p>
</description>