summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_open.3
Commit message (Collapse)AuthorAgeFilesLines
* Minor corrections to the formatting of manual page.Ingo Schwarze2019-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | Found with mandoc -Tlint; fixing the following messages: WARNING: bad NAME section content WARNING: missing comma before name WARNING: new sentence, new line WARNING: parenthesis in function name WARNING: skipping no-space macro WARNING: skipping paragraph macro WARNING: unusual Xr order WARNING: unusual Xr punctuation STYLE: no blank before trailing delimiter STYLE: possible typo in section name STYLE: trailing delimiter STYLE: whitespace at end of input line For the meaning of the messages, see: https://man.openbsd.org/mandoc#DIAGNOSTICS
* Sync documentation of archive_read_open_memory with reality.Joerg Sonnenberger2017-03-201-1/+1
|
* Drop trailing comma.Joerg Sonnenberger2017-02-281-1/+1
|
* Do not use private macros for special typesPhilippe Daouadi2015-06-081-2/+2
| | | | | | | | | | | | When you need to write a callback for archive_read_open2, you must provide a function which has the same signature as the typedef. The documentation says that the read callback returns a ssize_t, but on windows there is no such ssize_t. libarchive falls back on another type and use the private macro __LA_SSIZE_T, thus it is not possible to write portable code that use read_open2. This patch replaces that macro with a simple typedef la_ssize_t (and does the same for la_int64_t).
* Various manpage metadata fixesMartin Matuska2012-02-251-2/+2
| | | | | | - fix manpage dates to reflect latest change - fix manpage titles - reduce $FreeBSD: *$ tags to $FreeBSD$
* Add library section for all library function manpages.Andres Mejia2012-02-021-0/+2
| | | | SVN-Revision: 4227
* .Dt titles are traditionally in all uppercaseTim Kientzle2011-12-231-1/+1
| | | | SVN-Revision: 3974
* archive_errno, archive_error_string info in man pages unified a bitRoman Neuhauser2011-03-281-14/+3
| | | | SVN-Revision: 3107
* archive_read_data.3: consumers extracted from archive_read.3Roman Neuhauser2011-03-281-0/+1
| | | | SVN-Revision: 3085
* archive_read_open.3: archive_read_open et alRoman Neuhauser2011-03-281-0/+241
SVN-Revision: 3084