aboutsummaryrefslogtreecommitdiff
path: root/contrib/libarchive/libarchive/libarchive_internals.3
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive/libarchive/libarchive_internals.3')
-rw-r--r--contrib/libarchive/libarchive/libarchive_internals.34
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/libarchive/libarchive/libarchive_internals.3 b/contrib/libarchive/libarchive/libarchive_internals.3
index d672f3e8a64d..2978b48c3e97 100644
--- a/contrib/libarchive/libarchive/libarchive_internals.3
+++ b/contrib/libarchive/libarchive/libarchive_internals.3
@@ -22,8 +22,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
.Dd January 26, 2011
.Dt LIBARCHIVE_INTERNALS 3
.Os
@@ -126,7 +124,7 @@ to read the entire file into memory at once and return the
entire file to libarchive as a single block;
other clients may begin asynchronous I/O operations for the
next block on each request.
-.Ss Decompresssion Layer
+.Ss Decompression Layer
The decompression layer not only handles decompression,
it also buffers data so that the format handlers see a
much nicer I/O model.