Correct the documentation for archive_read_data_into_buffer()

Thanks to: Marcus Alves Grando
PR: docs/85854
MFC after: 7 days
This commit is contained in:
Tim Kientzle 2005-09-20 17:48:57 +00:00
parent c33f26f32b
commit 818898d384

View File

@ -95,7 +95,7 @@
.Ft int
.Fn archive_read_data_skip "struct archive *"
.Ft int
.Fn archive_read_data_into_buffer "struct archive *" "void *"
.Fn archive_read_data_into_buffer "struct archive *" "void *" "size_t len"
.Ft int
.Fn archive_read_data_into_fd "struct archive *" "int fd"
.Ft int