summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_data.3
Commit message (Collapse)AuthorAgeFilesLines
* Move documentation from archive_write_disk(3) into individual man pages.Joerg Sonnenberger2017-02-281-2/+22
|
* 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).
* Document the buggy return codes of archive_write_data when writing to an ↵Tim Kientzle2014-06-201-2/+10
| | | | archive_write_disk handle; comment that this should change in libarchive 4
* Various manpage metadata fixesMartin Matuska2012-02-251-3/+3
| | | | | | - 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-1/+3
| | | | SVN-Revision: 3107
* archive_write_finish_entry.3: separate man pageRoman Neuhauser2011-03-281-0/+1
| | | | | | | | this moves archive_write_finish_entry() out of sight a bit: its description says it's not normally necessary, so the man page is referenced only from archive_write_data.3 (for now) SVN-Revision: 3098
* archive_write_data.3: archive_write_data man pageRoman Neuhauser2011-03-281-0/+57
SVN-Revision: 3097