From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/erl_tar.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'lib/stdlib/doc/src/erl_tar.xml') diff --git a/lib/stdlib/doc/src/erl_tar.xml b/lib/stdlib/doc/src/erl_tar.xml index 0a0b5fa115..ea8173748a 100644 --- a/lib/stdlib/doc/src/erl_tar.xml +++ b/lib/stdlib/doc/src/erl_tar.xml @@ -32,7 +32,7 @@ A erl_tar.xml - erl_tar + erl_tar Unix 'tar' utility for reading and writing tar archives. @@ -127,7 +127,7 @@ - add(TarDescriptor, Filename, Options) -> RetValue + add(TarDescriptor, Filename, Options) -> RetValue Add a file to an open tar file. TarDescriptor = term() @@ -211,7 +211,7 @@ - add(TarDescriptor, FilenameOrBin, NameInArchive, Options) -> + add(TarDescriptor, FilenameOrBin, NameInArchive, Options) -> RetValue Add a file to an open tar file. @@ -233,7 +233,7 @@ - close(TarDescriptor) + close(TarDescriptor) Close an open tar file. TarDescriptor = term() @@ -245,7 +245,7 @@ - create(Name, FileList) ->RetValue + create(Name, FileList) ->RetValue Create a tar archive. Name = filename() @@ -264,7 +264,7 @@ - create(Name, FileList, OptionList) + create(Name, FileList, OptionList) Create a tar archive with options. Name = filename() @@ -315,7 +315,7 @@ - extract(Name) -> RetValue + extract(Name) -> RetValue Extract all files from a tar file. Name = filename() | {binary,binary()} | {file,Fd} @@ -339,7 +339,7 @@ - extract(Name, OptionList) + extract(Name, OptionList) Extract files from a tar file. Name = filename() | {binary,binary()} | {file,Fd} @@ -411,7 +411,7 @@ - format_error(Reason) -> string() + format_error(Reason) -> string() Convert error term to a readable string. Reason = term() @@ -518,7 +518,7 @@ erl_tar:close(TarDesc) - open(Name, OpenModeList) -> RetValue + open(Name, OpenModeList) -> RetValue Open a tar file for writing. Name = filename() @@ -565,7 +565,7 @@ erl_tar:close(TarDesc) - table(Name) -> RetValue + table(Name) -> RetValue Retrieve the name of all files in a tar file. Name = filename()|{binary,binary()}|{file,file_descriptor()} @@ -578,7 +578,7 @@ erl_tar:close(TarDesc) - table(Name, Options) + table(Name, Options) Retrieve name and information of all files in a tar file. @@ -590,7 +590,7 @@ erl_tar:close(TarDesc) - t(Name) + t(Name) Print the name of each file in a tar file. Name = filename()|{binary,binary()}|{file,file_descriptor()} @@ -602,7 +602,7 @@ erl_tar:close(TarDesc) - tt(Name) + tt(Name) Print name and information for each file in a tar file. -- cgit v1.2.3