summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc/text/archive_write_finish_entry.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/libarchive/files/doc/text/archive_write_finish_entry.3.txt')
-rw-r--r--archivers/libarchive/files/doc/text/archive_write_finish_entry.3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/libarchive/files/doc/text/archive_write_finish_entry.3.txt b/archivers/libarchive/files/doc/text/archive_write_finish_entry.3.txt
index 236486cfe80..e4c9ec79627 100644
--- a/archivers/libarchive/files/doc/text/archive_write_finish_entry.3.txt
+++ b/archivers/libarchive/files/doc/text/archive_write_finish_entry.3.txt
@@ -13,9 +13,9 @@ SYNOPSIS
archive_write_finish_entry(struct archive *);
DESCRIPTION
- Close out the entry just written. In particular, this writes out the
- final padding required by some formats. Ordinarily, clients never need
- to call this, as it is called automatically by archive_write_header() and
+ Close out the entry just written. In particular, this writes out the fi‐
+ nal padding required by some formats. Ordinarily, clients never need to
+ call this, as it is called automatically by archive_write_header() and
archive_write_close() as needed. For archive_write_disk handles, this
flushes pending file attribute changes like modification time.