aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-07-05 18:08:32 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-07-05 18:08:32 +0000
commit7228b0c18b37ea7900090cc6a65a85fc848e7723 (patch)
tree9ac52db9d32277f066b43792630f167eb2dbf7a8 /lib/libarchive
parent436e887e9c3ce9a71a2584260e0c8c3806205584 (diff)
downloadsrc-7228b0c18b37ea7900090cc6a65a85fc848e7723.tar.gz
src-7228b0c18b37ea7900090cc6a65a85fc848e7723.zip
ru@'s ambitious sweep through the manpages is mostly a good thing,
but some colons are supposed to be followed by uppercase letters.
Notes
Notes: svn path=/head/; revision=131639
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/archive_write.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_write.3 b/lib/libarchive/archive_write.3
index ad40da7793bd..acef1257e452 100644
--- a/lib/libarchive/archive_write.3
+++ b/lib/libarchive/archive_write.3
@@ -153,7 +153,7 @@ 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.
+Note: Internally, the callbacks are invoked by the compression layer.
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