summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk.3
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/archive_write_disk.3')
-rw-r--r--libarchive/archive_write_disk.38
1 files changed, 4 insertions, 4 deletions
diff --git a/libarchive/archive_write_disk.3 b/libarchive/archive_write_disk.3
index 5ed4a503..7bcecc4e 100644
--- a/libarchive/archive_write_disk.3
+++ b/libarchive/archive_write_disk.3
@@ -38,7 +38,7 @@
.Nm archive_write_data ,
.Nm archive_write_finish_entry ,
.Nm archive_write_close ,
-.Nm archive_write_finish
+.Nm archive_write_free
.Nd functions for creating objects on disk
.Sh SYNOPSIS
.In archive.h
@@ -73,7 +73,7 @@
.Ft int
.Fn archive_write_close "struct archive *"
.Ft int
-.Fn archive_write_finish "struct archive *"
+.Fn archive_write_free "struct archive *"
.Sh DESCRIPTION
These functions provide a complete API for creating objects on
disk from
@@ -239,7 +239,7 @@ The
.Nm
library maintains a list of all such deferred attributes and
sets them when this function is invoked.
-.It Fn archive_write_finish
+.It Fn archive_write_free
Invokes
.Fn archive_write_close
if it was not invoked manually, then releases all resources.
@@ -372,4 +372,4 @@ compact implementation when appropriate.
There should be a corresponding
.Nm archive_read_disk
interface that walks a directory heirarchy and returns archive
-entry objects. \ No newline at end of file
+entry objects.