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:
parent
c33f26f32b
commit
818898d384
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user