Skip to content

Commit

Permalink
Mention zip_file_get_error().
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Sep 11, 2024
1 parent 6c56524 commit 6593c06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion man/zip_fread.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 November 3, 2022
.Dd September 11, 2024
.Dt ZIP_FREAD 3
.Os
.Sh NAME
Expand Down Expand Up @@ -62,6 +62,7 @@ In case of error, \-1 is returned.
.Sh SEE ALSO
.Xr libzip 3 ,
.Xr zip_fclose 3 ,
.Xr zip_file_get_error 3 ,
.Xr zip_fopen 3 ,
.Xr zip_fseek 3
.Sh HISTORY
Expand Down
3 changes: 2 additions & 1 deletion man/zip_fseek.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 November 13, 2021
.Dd September 11, 2024
.Dt ZIP_FSEEK 3
.Os
.Sh NAME
Expand Down Expand Up @@ -73,6 +73,7 @@ On an invalid argument, it returns \-1.
.Sh SEE ALSO
.Xr libzip 3 ,
.Xr zip_fclose 3 ,
.Xr zip_file_get_error 3 ,
.Xr zip_fopen 3 ,
.Xr zip_fread 3 ,
.Xr zip_ftell 3
Expand Down
3 changes: 2 additions & 1 deletion man/zip_ftell.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 July 21, 2020
.Dd September 11, 2024
.Dt ZIP_FTELL 3
.Os
.Sh NAME
Expand All @@ -53,6 +53,7 @@ Otherwise, \-1 is returned.
.Sh SEE ALSO
.Xr libzip 3 ,
.Xr zip_fclose 3 ,
.Xr zip_file_get_error 3 ,
.Xr zip_fopen 3 ,
.Xr zip_fread 3 ,
.Xr zip_fseek 3
Expand Down

0 comments on commit 6593c06

Please sign in to comment.