From: Tim Kientzle Date: Sun, 8 Jan 2012 00:45:39 +0000 (-0500) Subject: Last of Ulrich Spoerlein's spelling fixes. X-Git-Tag: v3.0.4~2^2~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=471e1846ad5ec68fff875d1ef0850ca580eec1fd;p=thirdparty%2Flibarchive.git Last of Ulrich Spoerlein's spelling fixes. SVN-Revision: 4094 --- diff --git a/contrib/psota-benchmark/results.txt b/contrib/psota-benchmark/results.txt index f557a62ef..2d364c555 100644 --- a/contrib/psota-benchmark/results.txt +++ b/contrib/psota-benchmark/results.txt @@ -1,4 +1,4 @@ -ODP: [Bug-tar] GNU tar, star and BSD tar speed comparision +new script +ODP: [Bug-tar] GNU tar, star and BSD tar speed comparison +new script Jan Psota Thu, 25 Oct 2007 06:51:13 -0700 diff --git a/contrib/psota-benchmark/tcp.sh b/contrib/psota-benchmark/tcp.sh index 809719006..3f630732b 100755 --- a/contrib/psota-benchmark/tcp.sh +++ b/contrib/psota-benchmark/tcp.sh @@ -1,9 +1,9 @@ #!/bin/sh -# tar comparision program +# tar comparison program # 2007-10-25 Jan Psota n=3 # number of repetitions -TAR="bsdtar gnutar star" # TApeArchivers to compare +TAR="bsdtar gnutar star" # Tape archivers to compare OPT=("" "--seek" "-no-fsync") pax="--format=pax" # comment out for defaults OPN=(create list extract compare) # operations @@ -16,9 +16,9 @@ test $# -ge 2 || { [where_to_extract_it] TCP, version $version -TCP stands for Tar Comparision Program here. +TCP stands for Tar Comparison Program here. It currently compares: BSD tar (bsdtar), GNU tar (gnutar) and star in archive -creation, listing, extraction and archive-to-extracted comparision. +creation, listing, extraction and archive-to-extracted comparison. Tcp prints out best time of n=$n repetitions. Tcp creates temporary archive named tcp.tar with $pax and some native