components/libarchive/patches/libarchive-archive_entry_paths.3.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 06 Oct 2014 14:54:16 -0700
branchs11-update
changeset 3371 4d8465c4afb8
parent 2651 9b563675339e
permissions -rw-r--r--
Close of build 8.

This patch is needed to convert BSD-style section numbers to Solaris-style
section numbers.  It has not been fed back to the upstream community.  It
may need to be tweaked slightly for future releases.

--- libarchive/libarchive/archive_entry_paths.3.orig	Mon Mar 26 19:49:00 2012
+++ libarchive/libarchive/archive_entry_paths.3	Fri Nov  9 12:37:42 2012
@@ -23,7 +23,7 @@
 .\" SUCH DAMAGE.
 .\"
 .Dd February 2, 2012
-.Dt ARCHIVE_ENTRY_PATHS 3
+.Dt ARCHIVE_ENTRY_PATHS 3ARCHIVE
 .Os
 .Sh NAME
 .Nm archive_entry_hardlink ,
@@ -105,7 +105,7 @@
 .Fn archive_entry_update_symlink_utf8 "struct archive_entry *a" "const char *path"
 .Sh DESCRIPTION
 Path names supported by
-.Xr archive_entry 3 :
+.Xr archive_entry 3ARCHIVE :
 .Bl -tag -width "sourcepath" -compact
 .It hardlink
 Destination of the hardlink.
@@ -118,7 +118,7 @@
 Path in the archive
 .It sourcepath
 Path on the disk for use by
-.Xr archive_read_disk 3 .
+.Xr archive_read_disk 3ARCHIVE .
 .It symlink
 Destination of the symbolic link.
 .El
@@ -149,5 +149,5 @@
 is an alias for 
 .Fn archive_entry_copy_XXX .
 .Sh SEE ALSO
-.Xr archive 3 ,
-.Xr archive_entry 3
+.Xr libarchive 3LIB ,
+.Xr archive_entry 3ARCHIVE