-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
42 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Automatically generated from an mdoc input file. Do not edit. | ||
.\" libzip.mdoc -- general overview of available functions | ||
.\" Copyright (C) 2005-2022 Dieter Baron and Thomas Klausner | ||
.\" Copyright (C) 2005-2024 Dieter Baron and Thomas Klausner | ||
.\" | ||
.\" This file is part of libzip, a library to manipulate ZIP archives. | ||
.\" The authors can be contacted at <[email protected]> | ||
|
@@ -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 "LIBZIP" "3" "December 5, 2022" "NiH" "Library Functions Manual" | ||
.TH "LIBZIP" "3" "August 21, 2024" "NiH" "Library Functions Manual" | ||
.nh | ||
.if n .ad l | ||
.SH "NAME" | ||
|
@@ -66,6 +66,10 @@ zip archive atomically. | |
.PP | ||
Below there are two sections listing functions: one for how to read | ||
from zip archives and one for how to create/modify them. | ||
.SH "GENERAL NOTES" | ||
Unless explicitly documented, functions should not be passed | ||
\fRNULL\fR | ||
pointers as arguments. | ||
.SH "FILE NAMES" | ||
.SS "Encoding" | ||
Names of files in the host file system are expected in UTF-8 encoding. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters