From 659c68935cf5ece92aed7401c9cc84ca4e2c075b Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 7 Aug 2004 17:15:33 +0000 Subject: [PATCH] Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap." --- lib/libarchive/tar.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/libarchive/tar.5 b/lib/libarchive/tar.5 index fdfe7c3330e..913f2771c8f 100644 --- a/lib/libarchive/tar.5 +++ b/lib/libarchive/tar.5 @@ -396,7 +396,7 @@ The full minor and major numbers for device nodes. The device number, inode number, and link count for the entry. In particular, note that a pax interchange format archive using Joerg Schilling's -Cm SCHILY.* +.Cm SCHILY.* extensions can store all of the data from .Va struct stat . .It Cm VENDOR.* @@ -689,6 +689,11 @@ The pax interchange file format is new with A .Nm tar command appeared in Seventh Edition Unix, which was released in January, 1979. +It replaced the +.Nm tp +program from Fourth Edition Unix which in turn replaced the +.Nm tap +program from First Edition Unix. John Gilmore's .Nm pdtar public-domain implementation (circa 1987) was highly influential