Module Name:    src
Committed By:   abhinav
Date:           Mon Jun  6 14:45:15 UTC 2016

Modified Files:
        src/external/bsd/libarchive/dist/libarchive: libarchive-formats.5

Log Message:
Fix reference to mtree(8) from mtree(1).
While there fix the .Dt, make the document title all caps.
Also, remove .Pp before .Bl.
Ok from wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    src/external/bsd/libarchive/dist/libarchive/libarchive-formats.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libarchive/dist/libarchive/libarchive-formats.5
diff -u src/external/bsd/libarchive/dist/libarchive/libarchive-formats.5:1.1.1.2 src/external/bsd/libarchive/dist/libarchive/libarchive-formats.5:1.2
--- src/external/bsd/libarchive/dist/libarchive/libarchive-formats.5:1.1.1.2	Sat Feb 20 02:48:44 2010
+++ src/external/bsd/libarchive/dist/libarchive/libarchive-formats.5	Mon Jun  6 14:45:15 2016
@@ -24,8 +24,8 @@
 .\"
 .\" $FreeBSD: head/lib/libarchive/libarchive-formats.5 201077 2009-12-28 01:50:23Z kientzle $
 .\"
-.Dd December 27, 2009
-.Dt libarchive-formats 5
+.Dd May 31, 2016
+.Dt LIBARCHIVE-FORMATS 5
 .Os
 .Sh NAME
 .Nm libarchive-formats
@@ -65,7 +65,6 @@ Later variants have extended this by eit
 areas of the header record, extending the header to multiple records,
 or by storing special entries that modify the interpretation of
 subsequent entries.
-.Pp
 .Bl -tag -width indent
 .It Cm gnutar
 The
@@ -315,7 +314,7 @@ of a file hierarchy in which each line s
 provides specific metadata about that file.
 Libarchive can read all of the keywords supported by both
 the NetBSD and FreeBSD versions of
-.Xr mtree 1 ,
+.Xr mtree 8 ,
 although many of the keywords cannot currently be stored in an
 .Tn archive_entry
 object.

Reply via email to