diff options
Diffstat (limited to 'lib/libarchive/archive_write.3')
-rw-r--r-- | lib/libarchive/archive_write.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_write.3 b/lib/libarchive/archive_write.3 index 756d67d..8d50af9 100644 --- a/lib/libarchive/archive_write.3 +++ b/lib/libarchive/archive_write.3 @@ -323,7 +323,7 @@ on success. On failure, the callback should invoke .Fn archive_set_error to register an error code and message and -regurn +return .Cm ARCHIVE_FATAL. .Sh EXAMPLE The following sketch illustrates basic usage of the library. |