summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-04-07 05:53:11 +0000
committerkientzle <kientzle@FreeBSD.org>2007-04-07 05:53:11 +0000
commit6c2dd913ffdac8f3a54b742f11e84e6ad3810269 (patch)
tree2e21c1473c29481b013df6464cb583fe0e16693f
parentab5ee60d6cd748a79b537083c6496fea039281e4 (diff)
downloadFreeBSD-src-6c2dd913ffdac8f3a54b742f11e84e6ad3810269.zip
FreeBSD-src-6c2dd913ffdac8f3a54b742f11e84e6ad3810269.tar.gz
Clarification: Point people to archive_read_data(), which
should be used instead of archive_read_data_into_buffer().
-rw-r--r--lib/libarchive/archive_read.35
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libarchive/archive_read.3 b/lib/libarchive/archive_read.3
index 21256b2..579c6f2 100644
--- a/lib/libarchive/archive_read.3
+++ b/lib/libarchive/archive_read.3
@@ -230,7 +230,10 @@ A convenience function that repeatedly calls
to skip all of the data for this archive entry.
.\" #if ARCHIVE_API_VERSION < 3
.It Fn archive_read_data_into_buffer
-This function is deprecated and should not be used.
+This function is deprecated and will be removed.
+Use
+.Fn archive_read_data
+instead.
.\" #endif
.It Fn archive_read_data_into_fd
A convenience function that repeatedly calls
OpenPOWER on IntegriCloud