diff options
Diffstat (limited to 'libarchive/archive_write_finish_entry.3')
-rw-r--r-- | libarchive/archive_write_finish_entry.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_write_finish_entry.3 b/libarchive/archive_write_finish_entry.3 index d881c80ea4a8a..c5ef69ebc9411 100644 --- a/libarchive/archive_write_finish_entry.3 +++ b/libarchive/archive_write_finish_entry.3 @@ -41,7 +41,7 @@ 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 -.Fn archive_write_next_header +.Fn archive_write_header and .Fn archive_write_close as needed. |