aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-04-10 13:55:01 +0200
committerBjörn Gustavsson <[email protected]>2014-05-08 14:26:28 +0200
commitfa67c39896487a3f6f382d8a38c3663ca25646af (patch)
tree2acb1b16ebafa8f9676419b28507266da18e9dce /lib/stdlib
parentbb2b84c35e75ae80174ef54dad7babf6c6fa9075 (diff)
downloadotp-fa67c39896487a3f6f382d8a38c3663ca25646af.tar.gz
otp-fa67c39896487a3f6f382d8a38c3663ca25646af.tar.bz2
otp-fa67c39896487a3f6f382d8a38c3663ca25646af.zip
Update information about compatibility
GNU tar now supports the 'ustar' format.
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/erl_tar.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/stdlib/doc/src/erl_tar.xml b/lib/stdlib/doc/src/erl_tar.xml
index afa4196be1..ccf0f3901f 100644
--- a/lib/stdlib/doc/src/erl_tar.xml
+++ b/lib/stdlib/doc/src/erl_tar.xml
@@ -35,10 +35,11 @@
<modulesummary>Unix 'tar' utility for reading and writing tar archives</modulesummary>
<description>
<p>The <c>erl_tar</c> module archives and extract files to and from
- a tar file. The tar file format is the POSIX extended tar file format
- specified in IEEE Std 1003.1 and ISO/IEC&nbsp;9945-1. That is the same
- format as used by <c>tar</c> program on Solaris, but is not the same
- as used by the GNU tar program.</p>
+ a tar file. <c>erl_tar</c> supports the <c>ustar</c> format
+ (IEEE Std 1003.1 and ISO/IEC&nbsp;9945-1). All modern <c>tar</c>
+ programs (including GNU tar) can read this format. To ensure that
+ that GNU tar produces a tar file that <c>erl_tar</c> can read,
+ give the <c>--format=ustar</c> option to GNU tar.</p>
<p>By convention, the name of a tar file should end in "<c>.tar</c>".
To abide to the convention, you'll need to add "<c>.tar</c>" yourself
to the name.</p>