components/libarchive/patches/libarchive-archive_write_set_options.3.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Thu, 16 Apr 2015 05:10:57 -0700
changeset 4334 e30c463e2895
parent 1316 22b5cf35a3ea
permissions -rw-r--r--
20761796 problem in UTILITY/CUPS

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_write_set_options.3.orig	Mon Mar 26 19:49:00 2012
+++ libarchive/libarchive/archive_write_set_options.3	Fri Nov  9 12:25:27 2012
@@ -25,7 +25,7 @@
 .\" $FreeBSD$
 .\"
 .Dd February 2, 2012
-.Dt ARCHIVE_WRITE_OPTIONS 3
+.Dt ARCHIVE_WRITE_OPTIONS 3ARCHIVE
 .Os
 .Sh NAME
 .Nm archive_write_set_filter_option ,
@@ -422,9 +422,9 @@
 .\"
 .Sh SEE ALSO
 .Xr tar 1 ,
-.Xr libarchive 3 ,
-.Xr archive_read_set_options 3 ,
-.Xr archive_write 3
+.Xr libarchive 3LIB ,
+.Xr archive_read_set_options 3ARCHIVE ,
+.Xr archive_write 3ARCHIVE
 .Sh HISTORY
 The
 .Nm libarchive