summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-07-05 19:44:35 +0000
committerkientzle <kientzle@FreeBSD.org>2004-07-05 19:44:35 +0000
commit3267d49aab23af8acd52ae57563c0f719b7b30b4 (patch)
treede47078f53e1dfc4665039ff6b44a981591867ce /lib
parent01ce51e89749133bb24d421ece735e81128847ae (diff)
downloadFreeBSD-src-3267d49aab23af8acd52ae57563c0f719b7b30b4.zip
FreeBSD-src-3267d49aab23af8acd52ae57563c0f719b7b30b4.tar.gz
Minor wordsmithing; remove a controversial colon.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive_write.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libarchive/archive_write.3 b/lib/libarchive/archive_write.3
index acef125..ee1bdc9 100644
--- a/lib/libarchive/archive_write.3
+++ b/lib/libarchive/archive_write.3
@@ -152,13 +152,12 @@ Note that the compressed output is always properly blocked.
Freeze the settings, open the archive, and prepare for writing entries.
This is the most generic form of this function, which accepts
pointers to three callback functions which will be invoked by
-the library to write the constructed archive.
-Note: Internally, the callbacks are invoked by the compression layer.
+the compression layer to write the constructed archive.
In order to support external compression programs, the compression
is permitted to fork and invoke the callbacks from a separate process.
In particular, clients should not assume that they can communicate
between the callbacks and the mainline code using shared variables.
-Note that the standard gzip, bzip2, and "none" compression methods do not fork.
+(The standard gzip, bzip2, and "none" compression methods do not fork.)
.It Fn archive_write_open_fd
A convenience form of
.Fn archive_write_open
OpenPOWER on IntegriCloud