summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry_stat.3
Commit message (Collapse)AuthorAgeFilesLines
* libarchive/archive_entry_stat.3: typo nlinks -> nlinkJohannes 'josch' Schauer2020-03-231-2/+2
|
* Minor corrections to the formatting of manual page.Ingo Schwarze2019-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | 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
* Fixed minor typoPhilippe Ombredanne2015-05-191-1/+1
|
* Fix refs to libarchive.3 manpageTim Kientzle2014-06-211-1/+1
|
* 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
* Issue 191: Update the manpage for archive_entry_stat toTim Kientzle2011-11-091-4/+30
| | | | | | | | clarify the fields actually copied. While I'm here, fill in a few missing items and try to make some of the descriptions a little more accurate. SVN-Revision: 3761
* Fix a typo. Annotate that archive_entry_mode is the equivalent ofJoerg Sonnenberger2010-02-221-2/+4
| | | | | | st_mode. SVN-Revision: 1962
* Add description of archive_entry_perm/archive_entry_set_perm andJoerg Sonnenberger2010-02-211-0/+21
| | | | | | | | the interaction with archive_entry_set_mode. Move the description of the latter to archive_entry_stat.3, where archive_entry_filetype and co are. SVN-Revision: 1959
* The majority of the stat(2) like interface.Joerg Sonnenberger2010-02-211-0/+223
SVN-Revision: 1957