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
1f2c9e5c2c
commit
3876bcf2d0
@ -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…
x
Reference in New Issue
Block a user