From: Tim Kientzle Date: Sun, 28 Feb 2010 00:42:35 +0000 (-0500) Subject: On second thought, since this new man page basically just documents X-Git-Tag: v3.0.0a~1171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061edc88add6320353d46c385829e6e16b0e4e89;p=thirdparty%2Flibarchive.git On second thought, since this new man page basically just documents archive_write_set_options, name it that. SVN-Revision: 2002 --- diff --git a/Makefile.am b/Makefile.am index 6af3ad99c..9df66c4b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,7 +198,7 @@ libarchive_man_MANS= \ libarchive/archive_util.3 \ libarchive/archive_write.3 \ libarchive/archive_write_disk.3 \ - libarchive/archive_write_options.3 \ + libarchive/archive_write_set_options.3 \ libarchive/cpio.5 \ libarchive/libarchive.3 \ libarchive/libarchive_internals.3 \ diff --git a/libarchive/CMakeLists.txt b/libarchive/CMakeLists.txt index ebbd8b432..051f916be 100644 --- a/libarchive/CMakeLists.txt +++ b/libarchive/CMakeLists.txt @@ -107,7 +107,7 @@ SET(libarchive_MANS archive_util.3 archive_write.3 archive_write_disk.3 - archive_write_options.3 + archive_write_set_options.3 cpio.5 libarchive.3 libarchive_internals.3 diff --git a/libarchive/archive_write.3 b/libarchive/archive_write.3 index 364a5634c..f57197ea3 100644 --- a/libarchive/archive_write.3 +++ b/libarchive/archive_write.3 @@ -519,7 +519,7 @@ and .Sh SEE ALSO .Xr tar 1 , .Xr libarchive 3 , -.Xr archive_write_options 3 , +.Xr archive_write_set_options 3 , .Xr cpio 5 , .Xr mtree 5 , .Xr tar 5 diff --git a/libarchive/archive_write_options.3 b/libarchive/archive_write_set_options.3 similarity index 100% rename from libarchive/archive_write_options.3 rename to libarchive/archive_write_set_options.3