From 20cc39d443d1a2c364b0fb778c7813ae7b5a1dd6 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 11 Dec 2018 17:42:39 +0100 Subject: Add "since" attributes in xml for new functions and modules introduced after OTP_R13B03. --- lib/kernel/doc/src/file.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lib/kernel/doc/src/file.xml') diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml index 9acaf6b41e..87ac8071c6 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -186,7 +186,7 @@ - + Predeclare an access pattern for file data. @@ -197,7 +197,7 @@ - + Allocate file space.

allocate/3 can be used to preallocate space for a file.

@@ -217,7 +217,7 @@
- + Change permissions of a file.

Changes permissions of a file. See @@ -346,7 +346,7 @@ f.txt: {person, "kalle", 25}. - + Synchronize the in-memory data of a file, ignoring most of its metadata, with that on the physical medium.

Ensures that any buffers kept by the operating system @@ -578,7 +578,7 @@ f.txt: {person, "kalle", 25}. - + List all files in a directory.

Lists all the files in a directory, @@ -702,7 +702,7 @@ f.txt: {person, "kalle", 25}. - + Return the configured filename encoding of the VM.

Returns @@ -1408,7 +1408,7 @@ f.txt: {person, "kalle", 25}. - + Retrieve information about a file.

Retrieves information about a file. Returns @@ -1649,7 +1649,7 @@ f.txt: {person, "kalle", 25}. - + See what a link is pointing to.

Returns {ok, Filename} if @@ -1678,7 +1678,7 @@ f.txt: {person, "kalle", 25}. - + Retrieve information about a link or file.

Works like @@ -1807,7 +1807,7 @@ f.txt: {person, "kalle", 25}. - + Send a file to a socket.

Sends the file Filename to Socket. @@ -1816,7 +1816,7 @@ f.txt: {person, "kalle", 25}. - + Send a file to a socket. @@ -1990,7 +1990,7 @@ f.txt: {person, "kalle", 25}. - + Change file information.

Changes file information. Returns ok if successful, -- cgit v1.2.3