From c4ffaa6bb15821305ce838f2718d600714186377 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Wed, 13 May 2015 08:12:40 -0700 Subject: [PATCH] Fix spelling of archive_read_data_into_fd --- libarchive/archive_read.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/archive_read.3 b/libarchive/archive_read.3 index a29cc1ea6..e0b420964 100644 --- a/libarchive/archive_read.3 +++ b/libarchive/archive_read.3 @@ -130,7 +130,7 @@ which provides a slightly more efficient interface. You may prefer to use the higher-level .Fn archive_read_data_skip , which reads and discards the data for this entry, -.Fn archive_read_data_to_file , +.Fn archive_read_data_into_fd , which copies the data to the provided file descriptor, or .Fn archive_read_extract , which recreates the specified entry on disk and copies data -- 2.47.2