Andrzej Szeszo
2013-06-04 453bf5a3004107204e1858532a38b3e703e32995
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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