From: Tim Kientzle Date: Wed, 13 May 2015 15:12:40 +0000 (-0700) Subject: Fix spelling of archive_read_data_into_fd X-Git-Tag: v3.1.900a~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ffaa6bb15821305ce838f2718d600714186377;p=thirdparty%2Flibarchive.git Fix spelling of archive_read_data_into_fd --- 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