summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/text/archive_write.3
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/text/archive_write.3')
-rw-r--r--archivers/libarchive/files/doc/text/archive_write.34
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libarchive/files/doc/text/archive_write.3 b/archivers/libarchive/files/doc/text/archive_write.3
index a16d36419bd..397f9326cfc 100644
--- a/archivers/libarchive/files/doc/text/archive_write.3
+++ b/archivers/libarchive/files/doc/text/archive_write.3
@@ -257,8 +257,8 @@ CLIENT CALLBACKS
If the open fails, it should call archive_set_error() to register an
error code and message and return ARCHIVE_FATAL.
- typedef ssize_t archive_write_callback(struct archive *, void
- *client_data, void *buffer, size_t length)
+ typedef ssize_t archive_write_callback(struct archive *,
+ void *client_data, void *buffer, size_t length)
The write callback is invoked whenever the library needs to write raw
bytes to the archive. For correct blocking, each call to the write call-