]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix refs to libarchive.3 manpage
authorTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 20:23:39 +0000 (13:23 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 21 Jun 2014 20:23:39 +0000 (13:23 -0700)
libarchive/archive_entry.3
libarchive/archive_entry_acl.3
libarchive/archive_entry_paths.3
libarchive/archive_entry_perms.3
libarchive/archive_entry_stat.3
libarchive/archive_entry_time.3
libarchive/libarchive.3
libarchive/libarchive_internals.3

index f77f385f2e2ced5261e02e3bf3938d05d6b5252e..f5e22af85122053cb0b601d96717115c24e609e7 100644 (file)
@@ -131,11 +131,11 @@ be discarded in favor of the new data.
 .\" .Sh RETURN VALUES
 .\" .Sh ERRORS
 .Sh SEE ALSO
-.Xr archive 3 ,
 .Xr archive_entry_acl 3 ,
 .Xr archive_entry_paths 3 ,
 .Xr archive_entry_perms 3 ,
 .Xr archive_entry_time 3
+.Xr libarchive 3 ,
 .Sh HISTORY
 The
 .Nm libarchive
index f5c337733ce87532e78fe313e399e4266d2b5e0f..5aff996823520f00d554e16589a6525e6cf6f6b6 100644 (file)
@@ -226,8 +226,8 @@ The returned long string is valid until the next call to
 or
 .Fn archive_entry_acl_text_w .
 .Sh SEE ALSO
-.Xr archive 3 ,
 .Xr archive_entry 3
+.Xr libarchive 3 ,
 .Sh BUGS
 .Dv ARCHIVE_ENTRY_ACL_STYLE_EXTRA_ID
 and
index 51c8b8c8e6d85956e4f8700faccdf3e81b9f9023..fd22cf7e20c1c882f70e01dce21e6fbd54a8e456 100644 (file)
@@ -149,5 +149,5 @@ It doesn't have a corresponding get accessor function.
 is an alias for 
 .Fn archive_entry_copy_XXX .
 .Sh SEE ALSO
-.Xr archive 3 ,
 .Xr archive_entry 3
+.Xr libarchive 3 ,
index 5b7b5d955a8d90096a8902a5328cc82b23686412..340c5ea724861eb4e9b2dc13b57e348d9386baaa 100644 (file)
@@ -194,11 +194,11 @@ every name that is recognized.
 .Xr strtofflags 3 ,
 which stops parsing at the first unrecognized name.)
 .Sh SEE ALSO
-.Xr archive 3 ,
 .Xr archive_entry 3 ,
 .Xr archive_entry_acl 3 ,
 .Xr archive_read_disk 3 ,
 .Xr archive_write_disk 3
+.Xr libarchive 3 ,
 .Sh BUGS
 The platform types
 .Vt uid_t
index 84a4ea12a0adcb1dead34f5781d1a31688871fa2..35e9b0877102dd752c0b1a2832521af9b7b19f88 100644 (file)
@@ -267,8 +267,8 @@ platforms.
 Some archive formats use the combined form, while other formats use
 the split form.
 .Sh SEE ALSO
-.Xr archive 3 ,
 .Xr archive_entry_acl 3 ,
 .Xr archive_entry_perms 3 ,
 .Xr archive_entry_time 3 ,
+.Xr libarchive 3 ,
 .Xr stat 2
index 17c658a65817eda869916c621a07fbcfee5c720d..18645215937079deeaa797f67bc3a3d7e8991b6c 100644 (file)
@@ -113,8 +113,8 @@ The current state can be queried using
 .Fn XXX_is_set .
 Unset time fields have a second and nanosecond field of 0.
 .Sh SEE ALSO
-.Xr archive 3 ,
 .Xr archive_entry 3
+.Xr libarchive 3 ,
 .Sh HISTORY
 The
 .Nm libarchive
index 3a9a841d3b2e97cc4e2c9ca3214cf71449046492..c6894d2d4ffbfd5f839e87a1199ccdddc954e72e 100644 (file)
@@ -146,11 +146,11 @@ pages for each API or utility function.
 .\"
 .Sh READING AN ARCHIVE
 See
-.Xr libarchive_read 3 .
+.Xr archive_read 3 .
 .\"
 .Sh WRITING AN ARCHIVE
 See
-.Xr libarchive_write 3 .
+.Xr archive_write 3 .
 .\"
 .Sh WRITING ENTRIES TO DISK
 The
index 4aa09f93ea80e25577135bfea8b5824bd81ccf02..8275d66e68f1921a2779bac14045b9be5f149196 100644 (file)
@@ -347,11 +347,11 @@ Fortunately, such archives are very rare, and libarchive can read
 most ZIP archives, though it cannot always extract as much information
 as a dedicated ZIP program.
 .Sh SEE ALSO
-.Xr archive 3 ,
 .Xr archive_entry 3 ,
 .Xr archive_read 3 ,
 .Xr archive_write 3 ,
 .Xr archive_write_disk 3
+.Xr libarchive 3 ,
 .Sh HISTORY
 The
 .Nm libarchive