summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_data.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
* Do not use private macros for special typesPhilippe Daouadi2015-06-081-1/+1
| | | | | | | | | | | | 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-1/+1
| | | | | | - 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
* Remove a few stray references to ARCHIVE_API_VERSION, which wasTim Kientzle2011-12-221-14/+0
| | | | | | | | removed some time ago. Also remove the last references to archive_read_data_into_buffer (a mis-designed interface that was deprecated a very long time ago). SVN-Revision: 3954
* archive_errno, archive_error_string info in man pages unified a bitRoman Neuhauser2011-03-281-7/+5
| | | | SVN-Revision: 3107
* archive_read_header.3: archive_read_next_header* functionsRoman Neuhauser2011-03-281-20/+3
| | | | | | | for symmetry: neither archive_read_data.3 nor archive_read_extract.3 is a better home for these, so they should have their own man page. SVN-Revision: 3089
* archive_read_extract.3: archive_read_extract* functionsRoman Neuhauser2011-03-281-68/+3
| | | | | | moved out from archive_read_data.3 per suggestion from Tim. SVN-Revision: 3088
* archive_read_data.3: consumers extracted from archive_read.3Roman Neuhauser2011-03-281-0/+226
SVN-Revision: 3085