diff options
author | Hans Bolinder <hasse@erlang.org> | 2013-02-11 16:15:27 +0100 |
---|---|---|
committer | Hans Bolinder <hasse@erlang.org> | 2013-02-11 16:15:27 +0100 |
commit | dc1cdb1d12c7198fa46ad88a9632bfc8832aa796 (patch) | |
tree | 6e9a50eb167bcbec7391e637ecbcb496b9107a04 /lib/kernel/doc/src/file.xml | |
parent | e1676e6c579fa34d07694784afd0902433802bfb (diff) | |
parent | b333d6f828b396e8174b3a5d2a6d34f91a872d42 (diff) | |
download | otp-dc1cdb1d12c7198fa46ad88a9632bfc8832aa796.tar.gz otp-dc1cdb1d12c7198fa46ad88a9632bfc8832aa796.tar.bz2 otp-dc1cdb1d12c7198fa46ad88a9632bfc8832aa796.zip |
Merge branch 'hb/stdlib/unicode_corrections/OTP-10820'
* hb/stdlib/unicode_corrections/OTP-10820:
[stdlib] Fix a bug concerning pretty printing and Unicode
Make Unicode corrections
Diffstat (limited to 'lib/kernel/doc/src/file.xml')
-rw-r--r-- | lib/kernel/doc/src/file.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml index 4a9b7d2ceb..a96da0fb4e 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -156,9 +156,6 @@ <datatype> <name name="file_info_option"/> </datatype> - <datatype> - <name name="sendfile_option"/> - </datatype> </datatypes> <funcs> @@ -1648,6 +1645,7 @@ <func> <name name="sendfile" arity="5"/> <fsummary>send a file to a socket</fsummary> + <type name="sendfile_option"/> <desc> <p>Sends <c>Bytes</c> from the file referenced by <c>RawFile</c> beginning at <c>Offset</c> to |