Imported Upstream version 1.9.0
[platform/upstream/libzip.git] / man / zip_source_rollback_write.mdoc
index 50a2a60..79793d5 100644 (file)
@@ -1,5 +1,5 @@
 .\" zip_source_rollback_write.mdoc -- undo changes to zip source
-.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner
+.\" Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner
 .\"
 .\" This file is part of libzip, a library to manipulate ZIP archives.
 .\" The authors can be contacted at <libzip@nih.at>
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 18, 2017
+.Dd November 3, 2021
 .Dt ZIP_SOURCE_ROLLBACK_WRITE 3
 .Os
 .Sh NAME
@@ -50,11 +50,6 @@ restoring the data before
 .Xr zip_source_begin_write 3
 was called.
 Usually this removes temporary files or frees buffers.
-.Sh RETURN VALUES
-Upon successful completion 0 is returned.
-Otherwise, \-1 is returned and the error information in
-.Ar source
-is set to indicate the error.
 .Sh SEE ALSO
 .Xr libzip 3 ,
 .Xr zip_source 3 ,