From d17daf796051082c5e37befc81a6e6d823fabf6b Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Thu, 19 Sep 2024 11:44:00 +0200 Subject: [PATCH] regen more man pages --- man/zip_fread.html | 3 ++- man/zip_fread.man | 3 ++- man/zip_fseek.html | 3 ++- man/zip_fseek.man | 3 ++- man/zip_ftell.html | 3 ++- man/zip_ftell.man | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/man/zip_fread.html b/man/zip_fread.html index c4695b899..50a11b494 100644 --- a/man/zip_fread.html +++ b/man/zip_fread.html @@ -84,6 +84,7 @@

libzip(3), zip_fclose(3), + zip_file_get_error(3), zip_fopen(3), zip_fseek(3) @@ -105,7 +106,7 @@

- +
November 3, 2022September 11, 2024 NiH
diff --git a/man/zip_fread.man b/man/zip_fread.man index 4abf15093..4e11c481f 100644 --- a/man/zip_fread.man +++ b/man/zip_fread.man @@ -30,7 +30,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH "ZIP_FREAD" "3" "November 3, 2022" "NiH" "Library Functions Manual" +.TH "ZIP_FREAD" "3" "September 11, 2024" "NiH" "Library Functions Manual" .nh .if n .ad l .SH "NAME" @@ -68,6 +68,7 @@ In case of error, \-1 is returned. .SH "SEE ALSO" libzip(3), zip_fclose(3), +zip_file_get_error(3), zip_fopen(3), zip_fseek(3) .SH "HISTORY" diff --git a/man/zip_fseek.html b/man/zip_fseek.html index a2648ea88..adce1d8c2 100644 --- a/man/zip_fseek.html +++ b/man/zip_fseek.html @@ -94,6 +94,7 @@

libzip(3), zip_fclose(3), + zip_file_get_error(3), zip_fopen(3), zip_fread(3), zip_ftell(3) @@ -113,7 +114,7 @@

- +
November 13, 2021September 11, 2024 NiH
diff --git a/man/zip_fseek.man b/man/zip_fseek.man index 75b10d6cb..731abc9de 100644 --- a/man/zip_fseek.man +++ b/man/zip_fseek.man @@ -30,7 +30,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH "ZIP_FSEEK" "3" "November 13, 2021" "NiH" "Library Functions Manual" +.TH "ZIP_FSEEK" "3" "September 11, 2024" "NiH" "Library Functions Manual" .nh .if n .ad l .SH "NAME" @@ -84,6 +84,7 @@ On an invalid argument, it returns \-1. .SH "SEE ALSO" libzip(3), zip_fclose(3), +zip_file_get_error(3), zip_fopen(3), zip_fread(3), zip_ftell(3) diff --git a/man/zip_ftell.html b/man/zip_ftell.html index 4eae45b4e..36e27cb09 100644 --- a/man/zip_ftell.html +++ b/man/zip_ftell.html @@ -79,6 +79,7 @@

libzip(3), zip_fclose(3), + zip_file_get_error(3), zip_fopen(3), zip_fread(3), zip_fseek(3) @@ -97,7 +98,7 @@

- +
July 21, 2020September 11, 2024 NiH
diff --git a/man/zip_ftell.man b/man/zip_ftell.man index f3b39d9fd..ee9eba89c 100644 --- a/man/zip_ftell.man +++ b/man/zip_ftell.man @@ -30,7 +30,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH "ZIP_FTELL" "3" "July 21, 2020" "NiH" "Library Functions Manual" +.TH "ZIP_FTELL" "3" "September 11, 2024" "NiH" "Library Functions Manual" .nh .if n .ad l .SH "NAME" @@ -59,6 +59,7 @@ Otherwise, \-1 is returned. .SH "SEE ALSO" libzip(3), zip_fclose(3), +zip_file_get_error(3), zip_fopen(3), zip_fread(3), zip_fseek(3)